Email Subscribers & Newsletters - Version 4.4.10

Version Description

Download this release

Release Info

Developer Icegram
Plugin Icon 128x128 Email Subscribers & Newsletters
Version 4.4.10
Comparing to
See all releases

Code changes from version 4.4.9 to 4.4.10

email-subscribers.php CHANGED
@@ -3,11 +3,11 @@
3
  * Plugin Name: Email Subscribers & Newsletters
4
  * Plugin URI: https://www.icegram.com/
5
  * Description: Add subscription forms on website, send HTML newsletters & automatically notify subscribers about new blog posts once it is published.
6
- * Version: 4.4.9
7
  * Author: Icegram
8
  * Author URI: https://www.icegram.com/
9
  * Requires at least: 3.9
10
- * Tested up to: 5.4.1
11
  * Requires PHP: 5.6
12
  * Text Domain: email-subscribers
13
  * Domain Path: /lite/languages/
@@ -156,7 +156,7 @@ if ( $is_premium ) {
156
  /* ***************************** Initial Compatibility Work (End) ******************* */
157
 
158
  if ( ! defined( 'ES_PLUGIN_VERSION' ) ) {
159
- define( 'ES_PLUGIN_VERSION', '4.4.9' );
160
  }
161
 
162
  // Plugin Folder Path.
3
  * Plugin Name: Email Subscribers & Newsletters
4
  * Plugin URI: https://www.icegram.com/
5
  * Description: Add subscription forms on website, send HTML newsletters & automatically notify subscribers about new blog posts once it is published.
6
+ * Version: 4.4.10
7
  * Author: Icegram
8
  * Author URI: https://www.icegram.com/
9
  * Requires at least: 3.9
10
+ * Tested up to: 5.4.2
11
  * Requires PHP: 5.6
12
  * Text Domain: email-subscribers
13
  * Domain Path: /lite/languages/
156
  /* ***************************** Initial Compatibility Work (End) ******************* */
157
 
158
  if ( ! defined( 'ES_PLUGIN_VERSION' ) ) {
159
+ define( 'ES_PLUGIN_VERSION', '4.4.10' );
160
  }
161
 
162
  // Plugin Folder Path.
lite/admin/class-email-subscribers-admin.php CHANGED
@@ -567,7 +567,7 @@ class Email_Subscribers_Admin {
567
 
568
  public function count_contacts_by_list() {
569
 
570
- $list_id = (int) ig_es_get_request_data( 'list_id', 0 );
571
  $status = ig_es_get_request_data( 'status', 'all' );
572
 
573
  if ( $list_id == 0 ) {
567
 
568
  public function count_contacts_by_list() {
569
 
570
+ $list_id = ig_es_get_request_data( 'list_id', 0 );
571
  $status = ig_es_get_request_data( 'status', 'all' );
572
 
573
  if ( $list_id == 0 ) {
lite/admin/css/email-subscribers-admin.css CHANGED
@@ -1845,7 +1845,10 @@ div.broadcast_main_content{
1845
  div.broadcast_side_content{
1846
  width: 30% ;
1847
  }
1848
-
 
 
 
1849
  .es-preview.broadcast-preview p {
1850
  margin : 1em 0 !important;
1851
  }
@@ -1853,4 +1856,9 @@ div.broadcast_side_content{
1853
  .es-preview.broadcast-preview img.aligncenter {
1854
  margin-left: auto;
1855
  margin-right: auto;
 
 
 
 
 
1856
  }
1845
  div.broadcast_side_content{
1846
  width: 30% ;
1847
  }
1848
+ #ig_es_post_notification_list_ids+.select2-container{
1849
+ position: absolute;
1850
+ width: 75% !important;
1851
+ }
1852
  .es-preview.broadcast-preview p {
1853
  margin : 1em 0 !important;
1854
  }
1856
  .es-preview.broadcast-preview img.aligncenter {
1857
  margin-left: auto;
1858
  margin-right: auto;
1859
+ }
1860
+ #es-shortcode{
1861
+ -webkit-user-select: all;
1862
+ -ms-user-select: all;
1863
+ user-select: all;
1864
  }
lite/admin/dist/main.css CHANGED
@@ -1 +1 @@
1
- /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}button{background-color:transparent;background-image:none;padding:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}fieldset,ol,ul{margin:0;padding:0}ol,ul{list-style:none}html{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;line-height:1.5}*,:after,:before{-webkit-box-sizing:border-box;box-sizing:border-box;border:0 solid #d2d6dc}hr{border-top-width:1px}img{border-style:solid}textarea{resize:vertical}input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:#a0aec0}input::-moz-placeholder,textarea::-moz-placeholder{color:#a0aec0}input::-ms-input-placeholder,textarea::-ms-input-placeholder{color:#a0aec0}input::placeholder,textarea::placeholder{color:#a0aec0}[role=button],button{cursor:pointer}table{border-collapse:collapse}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}button,input,optgroup,select,textarea{padding:0;line-height:inherit;color:inherit}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}a{color:#5850ec}img{border-width:0}.container{width:100%}@media (min-width:640px){.container{max-width:640px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1280px){.container{max-width:1280px}}.form-input{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;border-color:#d2d6dc;border-width:1px;border-radius:.375rem;padding:.5rem .75rem;font-size:1rem;line-height:1.5}.form-input::-webkit-input-placeholder{color:#9fa6b2;opacity:1}.form-input::-moz-placeholder{color:#9fa6b2;opacity:1}.form-input::-ms-input-placeholder{color:#9fa6b2;opacity:1}.form-input::placeholder{color:#9fa6b2;opacity:1}.form-input:focus{outline:none;-webkit-box-shadow:0 0 0 3px rgba(164,202,254,.45);box-shadow:0 0 0 3px rgba(164,202,254,.45);border-color:#a4cafe}.form-textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;border-color:#d2d6dc;border-width:1px;border-radius:.375rem;padding:.5rem .75rem;font-size:1rem;line-height:1.5}.form-textarea::-webkit-input-placeholder{color:#9fa6b2;opacity:1}.form-textarea::-moz-placeholder{color:#9fa6b2;opacity:1}.form-textarea::-ms-input-placeholder{color:#9fa6b2;opacity:1}.form-textarea::placeholder{color:#9fa6b2;opacity:1}.form-textarea:focus{outline:none;-webkit-box-shadow:0 0 0 3px rgba(164,202,254,.45);box-shadow:0 0 0 3px rgba(164,202,254,.45);border-color:#a4cafe}.form-multiselect{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;border-color:#d2d6dc;border-width:1px;border-radius:.375rem;padding:.5rem .75rem;font-size:1rem;line-height:1.5}.form-multiselect:focus{outline:none;-webkit-box-shadow:0 0 0 3px rgba(164,202,254,.45);box-shadow:0 0 0 3px rgba(164,202,254,.45);border-color:#a4cafe}.form-select{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M7 7l3-3 3 3m0 6l-3 3-3-3' stroke='%239fa6b2' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-print-color-adjust:exact;color-adjust:exact;background-repeat:no-repeat;background-color:#fff;border-color:#d2d6dc;border-width:1px;border-radius:.375rem;padding:.5rem 2.5rem .5rem .75rem;font-size:1rem;line-height:1.5;background-position:right .5rem center;background-size:1.5em 1.5em}.form-select::-ms-expand{color:#9fa6b2;border:none}@media not print{.form-select::-ms-expand{display:none}}@media print and (-ms-high-contrast:active),print and (-ms-high-contrast:none){.form-select{padding-right:.75rem}}.form-select:focus{outline:none;-webkit-box-shadow:0 0 0 3px rgba(164,202,254,.45);box-shadow:0 0 0 3px rgba(164,202,254,.45);border-color:#a4cafe}.form-checkbox{-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-print-color-adjust:exact;color-adjust:exact;display:inline-block;vertical-align:middle;background-origin:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-ms-flex-negative:0;flex-shrink:0;height:1rem;width:1rem;color:#3f83f8;background-color:#fff;border-color:#d2d6dc;border-width:1px;border-radius:.25rem}.form-checkbox:checked{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.707 7.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4a1 1 0 00-1.414-1.414L7 8.586 5.707 7.293z'/%3E%3C/svg%3E");border-color:transparent;background-color:currentColor;background-size:100% 100%;background-position:50%;background-repeat:no-repeat}@media not print{.form-checkbox::-ms-check{border-width:1px;color:transparent;background:inherit;border-color:inherit;border-radius:inherit}}.form-checkbox:focus{outline:none;-webkit-box-shadow:0 0 0 3px rgba(164,202,254,.45);box-shadow:0 0 0 3px rgba(164,202,254,.45);border-color:#a4cafe}.form-checkbox:checked:focus{border-color:transparent}.form-radio{-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-print-color-adjust:exact;color-adjust:exact;display:inline-block;vertical-align:middle;background-origin:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-ms-flex-negative:0;flex-shrink:0;border-radius:100%;height:1rem;width:1rem;color:#3f83f8;background-color:#fff;border-color:#d2d6dc;border-width:1px}.form-radio:checked{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8' cy='8' r='3'/%3E%3C/svg%3E");border-color:transparent;background-color:currentColor;background-size:100% 100%;background-position:50%;background-repeat:no-repeat}@media not print{.form-radio::-ms-check{border-width:1px;color:transparent;background:inherit;border-color:inherit;border-radius:inherit}}.form-radio:focus{outline:none;-webkit-box-shadow:0 0 0 3px rgba(164,202,254,.45);box-shadow:0 0 0 3px rgba(164,202,254,.45);border-color:#a4cafe}.form-radio:checked:focus{border-color:transparent}.ig-es-primary-button,.ig-es-send-queue-emails{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:.375rem;border-width:1px;border-color:transparent;padding:.5rem 1rem;background-color:#fff;font-size:.875rem;line-height:1.25rem;font-weight:500;color:#fff;background-color:#5850ec;-webkit-transition-property:background-color,border-color,color,fill,stroke,opacity,-webkit-box-shadow,-webkit-transform;transition-property:background-color,border-color,color,fill,stroke,opacity,-webkit-box-shadow,-webkit-transform;transition-property:background-color,border-color,color,fill,stroke,opacity,box-shadow,transform;transition-property:background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,-webkit-box-shadow,-webkit-transform;-webkit-transition-timing-function:cubic-bezier(.4,0,.2,1);transition-timing-function:cubic-bezier(.4,0,.2,1);-webkit-transition-duration:.15s;transition-duration:.15s}.ig-es-title-button,.wp-heading-inline+.page-title-action{font-size:.875rem;border-radius:.375rem;border-width:1px;border-color:#5850ec;line-height:1.25rem;font-weight:500}.wp-heading-inline+.page-title-action{color:#1c64f2;padding:.5rem;margin-left:.5rem;margin-right:.5rem}.ig-es-title-button:hover,.wp-heading-inline+.page-title-action:hover{color:#6875f5}.ig-es-primary-button:hover{background-color:#6875f5;color:#fff}.ig-es-primary-button:focus,.ig-es-title-button:focus,.wp-heading-inline+.page-title-action:focus{outline:0;-webkit-box-shadow:0 0 0 3px rgba(164,202,254,.45);box-shadow:0 0 0 3px rgba(164,202,254,.45)}.ig-es-imp-button{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important;-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important;border-radius:.375rem!important;border-width:1px!important;border-color:transparent!important;background-color:#fff!important;font-size:.875rem!important;line-height:1.25rem!important;font-weight:500!important;color:#fff!important;background-color:#0e9f6e!important;-webkit-transition-property:background-color,border-color,color,fill,stroke,opacity,-webkit-box-shadow,-webkit-transform!important;transition-property:background-color,border-color,color,fill,stroke,opacity,-webkit-box-shadow,-webkit-transform!important;transition-property:background-color,border-color,color,fill,stroke,opacity,box-shadow,transform!important;transition-property:background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,-webkit-box-shadow,-webkit-transform!important;-webkit-transition-timing-function:cubic-bezier(.4,0,.2,1)!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important;-webkit-transition-duration:.15s!important;transition-duration:.15s!important}.ig-es-imp-button:hover{background-color:#31c48d!important;color:#fff!important}.ig-es-imp-button:focus{outline:0!important;-webkit-box-shadow:0 0 0 3px rgba(132,225,188,.45)!important;box-shadow:0 0 0 3px rgba(132,225,188,.45)!important}.ig-es-link-button{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:.375rem;border-width:1px;border-color:transparent;background-color:#fff;font-size:.875rem;line-height:1.25rem;font-weight:500;color:#fff;background-color:#ff5a1f;-webkit-transition-property:background-color,border-color,color,fill,stroke,opacity,-webkit-box-shadow,-webkit-transform;transition-property:background-color,border-color,color,fill,stroke,opacity,-webkit-box-shadow,-webkit-transform;transition-property:background-color,border-color,color,fill,stroke,opacity,box-shadow,transform;transition-property:background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,-webkit-box-shadow,-webkit-transform;-webkit-transition-timing-function:cubic-bezier(.4,0,.2,1);transition-timing-function:cubic-bezier(.4,0,.2,1);-webkit-transition-duration:.15s;transition-duration:.15s}.ig-es-link-button:hover{background-color:#ff8a4c;color:#fff}.ig-es-link-button:focus{outline:0;-webkit-box-shadow:0 0 0 3px rgba(253,186,140,.45);box-shadow:0 0 0 3px rgba(253,186,140,.45)}.ig-es-action.js-open .ig-es-action__header{background-color:#5850ec;color:#fff}.form-checkbox{content:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.707 7.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4a1 1 0 00-1.414-1.414L7 8.586 5.707 7.293z'/%3E%3C/svg%3E")}.form-radio{content:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8' cy='8' r='3'/%3E%3C/svg%3E")}.form-checkbox:checked,.form-radio:checked{color:#5850ec!important}.form-select{font-size:.875rem!important;border-color:#9fa6b2!important;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M7 7l3-3 3 3m0 6l-3 3-3-3' stroke='%239fa6b2' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")!important}.form-select:focus,input[type=number]:focus{outline:0!important;-webkit-box-shadow:0 0 0 3px rgba(164,202,254,.45)!important;box-shadow:0 0 0 3px rgba(164,202,254,.45)!important;border-color:#a4cafe!important}.es-check-toggle:checked~.es-mail-toggle-line{background-color:#5850ec}.es-check-toggle:checked~.es-mail-toggle-dot{--transform-translate-x:0;--transform-translate-y:0;--transform-rotate:0;--transform-skew-x:0;--transform-skew-y:0;--transform-scale-x:1;--transform-scale-y:1;-webkit-transform:translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));transform:translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));--transform-translate-x:100%}[type=radio]:checked+.es-mailer-logo{-webkit-transition-property:all;transition-property:all;-webkit-transition-duration:.1s;transition-duration:.1s;-webkit-transition-timing-function:cubic-bezier(.4,0,.2,1);transition-timing-function:cubic-bezier(.4,0,.2,1);--transform-translate-x:0;--transform-translate-y:0;--transform-rotate:0;--transform-skew-x:0;--transform-skew-y:0;--transform-scale-x:1;--transform-scale-y:1;-webkit-transform:translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));transform:translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));--transform-scale-x:1.1;--transform-scale-y:1.1;-webkit-box-shadow:0 0 3px 3px #5a67d8;box-shadow:0 0 3px 3px #5a67d8}.wp-core-ui .button,.wp-core-ui .button-secondary{border-color:#5850ec;color:#5850ec}.wp-core-ui .button,.wp-core-ui .button-primary,.wp-core-ui .button-secondary{font-size:.875rem;border-radius:.375rem;border-width:1px;line-height:1.25rem;font-weight:500}.wp-core-ui .button-primary{background-color:#5850ec;color:#fff;-webkit-transition-property:background-color,border-color,color,fill,stroke,opacity,-webkit-box-shadow,-webkit-transform;transition-property:background-color,border-color,color,fill,stroke,opacity,-webkit-box-shadow,-webkit-transform;transition-property:background-color,border-color,color,fill,stroke,opacity,box-shadow,transform;transition-property:background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,-webkit-box-shadow,-webkit-transform;-webkit-transition-timing-function:cubic-bezier(.4,0,.2,1);transition-timing-function:cubic-bezier(.4,0,.2,1);-webkit-transition-duration:.15s;transition-duration:.15s}.wp-core-ui .button-primary:hover,.wp-core-ui .button:hover{border-color:#5850ec;color:#6875f5}.bg-white{background-color:#fff}.bg-gray-100{background-color:#f4f5f7}.bg-gray-200{background-color:#e5e7eb}.bg-gray-300{background-color:#d2d6dc}.bg-green-100{background-color:#def7ec}.bg-green-600{background-color:#057a55}.bg-teal-50{background-color:#edfafa}.bg-teal-100{background-color:#d5f5f6}.bg-blue-50{background-color:#ebf5ff}.bg-indigo-500{background-color:#6875f5}.bg-indigo-600{background-color:#5850ec}.bg-indigo-800{background-color:#42389d}.hover\:bg-gray-50:hover{background-color:#f9fafb}.hover\:bg-gray-100:hover{background-color:#f4f5f7}.hover\:bg-green-500:hover{background-color:#0e9f6e}.hover\:bg-indigo-500:hover{background-color:#6875f5}.focus\:bg-gray-50:focus{background-color:#f9fafb}.focus\:bg-gray-100:focus{background-color:#f4f5f7}.border-collapse{border-collapse:collapse}.border-transparent{border-color:transparent}.border-gray-100{border-color:#f4f5f7}.border-gray-200{border-color:#e5e7eb}.border-gray-300{border-color:#d2d6dc}.border-gray-400{border-color:#9fa6b2}.border-indigo-500{border-color:#6875f5}.border-indigo-600{border-color:#5850ec}.hover\:border-gray-200:hover{border-color:#e5e7eb}.hover\:border-gray-500:hover{border-color:#6b7280}.hover\:border-red-400:hover{border-color:#f98080}.hover\:border-indigo-500:hover{border-color:#6875f5}.hover\:border-indigo-600:hover{border-color:#5850ec}.focus\:border-blue-300:focus{border-color:#a4cafe}.rounded{border-radius:.25rem}.rounded-md{border-radius:.375rem}.rounded-lg{border-radius:.5rem}.rounded-full{border-radius:9999px}.rounded-r-lg{border-top-right-radius:.5rem;border-bottom-right-radius:.5rem}.border-solid{border-style:solid}.border-dashed{border-style:dashed}.border-0{border-width:0}.border-2{border-width:2px}.border{border-width:1px}.border-t{border-top-width:1px}.border-r{border-right-width:1px}.border-b{border-bottom-width:1px}.cursor-auto{cursor:auto}.cursor-pointer{cursor:pointer}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:-webkit-box;display:-ms-flexbox;display:flex}.inline-flex{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.grid{display:grid}.table{display:table}.table-cell{display:table-cell}.hidden{display:none}.flex-row{-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row}.flex-col,.flex-row{-webkit-box-direction:normal}.flex-col{-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column}.flex-wrap{-ms-flex-wrap:wrap;flex-wrap:wrap}.items-start{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.items-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.justify-start{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.justify-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.flex-1{-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%}.flex-auto{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.flex-none{-webkit-box-flex:0;-ms-flex:none;flex:none}.flex-shrink-0{-ms-flex-negative:0;flex-shrink:0}.float-right{float:right}.float-left{float:left}.font-sans{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji}.font-normal{font-weight:400}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.h-0{height:0}.h-3{height:.75rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-8{height:2rem}.h-9{height:2.25rem}.h-10{height:2.5rem}.h-15{height:3.75rem}.h-20{height:5rem}.h-48{height:12rem}.h-auto{height:auto}.h-full{height:100%}.leading-4{line-height:1rem}.leading-5{line-height:1.25rem}.leading-6{line-height:1.5rem}.leading-7{line-height:1.75rem}.leading-none{line-height:1}.leading-snug{line-height:1.375}.leading-normal{line-height:1.5}.leading-relaxed{line-height:1.625}.list-none{list-style-type:none}.list-disc{list-style-type:disc}.list-decimal{list-style-type:decimal}.m-4{margin:1rem}.my-1{margin-top:.25rem;margin-bottom:.25rem}.mx-1{margin-left:.25rem;margin-right:.25rem}.my-2{margin-top:.5rem;margin-bottom:.5rem}.mx-2{margin-left:.5rem;margin-right:.5rem}.my-3{margin-top:.75rem;margin-bottom:.75rem}.my-4{margin-top:1rem;margin-bottom:1rem}.mx-4{margin-left:1rem;margin-right:1rem}.mx-6{margin-left:1.5rem;margin-right:1.5rem}.my-8{margin-top:2rem;margin-bottom:2rem}.mx-8{margin-left:2rem;margin-right:2rem}.mx-auto{margin-left:auto;margin-right:auto}.mt-0{margin-top:0}.mb-0{margin-bottom:0}.mt-1{margin-top:.25rem}.mr-1{margin-right:.25rem}.mb-1{margin-bottom:.25rem}.ml-1{margin-left:.25rem}.mt-2{margin-top:.5rem}.mr-2{margin-right:.5rem}.mb-2{margin-bottom:.5rem}.ml-2{margin-left:.5rem}.mt-3{margin-top:.75rem}.mr-3{margin-right:.75rem}.mb-3{margin-bottom:.75rem}.ml-3{margin-left:.75rem}.mt-4{margin-top:1rem}.mr-4{margin-right:1rem}.mb-4{margin-bottom:1rem}.ml-4{margin-left:1rem}.ml-5{margin-left:1.25rem}.mt-6{margin-top:1.5rem}.mr-6{margin-right:1.5rem}.mb-6{margin-bottom:1.5rem}.ml-6{margin-left:1.5rem}.mt-8{margin-top:2rem}.mr-8{margin-right:2rem}.mr-10{margin-right:2.5rem}.mt-12{margin-top:3rem}.ml-12{margin-left:3rem}.mr-16{margin-right:4rem}.ml-16{margin-left:4rem}.mr-1\.5{margin-right:.375rem}.mt-3\.5{margin-top:.875rem}.-mr-1{margin-right:-.25rem}.max-h-full{max-height:100%}.max-w-7xl{max-width:80rem}.max-w-full{max-width:100%}.min-w-0{min-width:0}.min-w-full{min-width:100%}.opacity-0{opacity:0}.opacity-100{opacity:1}.focus\:outline-none:focus{outline:0}.overflow-hidden{overflow:hidden}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.px-1{padding-left:.25rem;padding-right:.25rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.px-2{padding-left:.5rem;padding-right:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.px-3{padding-left:.75rem;padding-right:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.px-4{padding-left:1rem;padding-right:1rem}.py-5{padding-top:1.25rem;padding-bottom:1.25rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.px-2\.5{padding-left:.625rem;padding-right:.625rem}.pt-1{padding-top:.25rem}.pr-1{padding-right:.25rem}.pb-1{padding-bottom:.25rem}.pl-1{padding-left:.25rem}.pt-2{padding-top:.5rem}.pb-2{padding-bottom:.5rem}.pl-2{padding-left:.5rem}.pt-3{padding-top:.75rem}.pb-3{padding-bottom:.75rem}.pl-3{padding-left:.75rem}.pt-4{padding-top:1rem}.pr-4{padding-right:1rem}.pb-4{padding-bottom:1rem}.pl-4{padding-left:1rem}.pl-5{padding-left:1.25rem}.pt-6{padding-top:1.5rem}.pr-6{padding-right:1.5rem}.pb-6{padding-bottom:1.5rem}.pl-6{padding-left:1.5rem}.pt-7{padding-top:1.75rem}.pt-8{padding-top:2rem}.pb-8{padding-bottom:2rem}.pl-8{padding-left:2rem}.pl-10{padding-left:2.5rem}.pr-12{padding-right:3rem}.pl-16{padding-left:4rem}.pt-1\.5{padding-top:.375rem}.pointer-events-none{pointer-events:none}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:-webkit-sticky;position:sticky}.inset-y-0{top:0;bottom:0}.top-0{top:0}.right-0{right:0}.left-0{left:0}.shadow-xs{-webkit-box-shadow:0 0 0 1px rgba(0,0,0,.05);box-shadow:0 0 0 1px rgba(0,0,0,.05)}.shadow-sm{-webkit-box-shadow:0 1px 2px 0 rgba(0,0,0,.05);box-shadow:0 1px 2px 0 rgba(0,0,0,.05)}.shadow{-webkit-box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06);box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06)}.shadow-md{-webkit-box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)}.shadow-lg{-webkit-box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)}.shadow-xl{-webkit-box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04)}.shadow-inner{-webkit-box-shadow:inset 0 2px 4px 0 rgba(0,0,0,.06);box-shadow:inset 0 2px 4px 0 rgba(0,0,0,.06)}.hover\:shadow-md:hover{-webkit-box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)}.focus\:shadow-lg:focus{-webkit-box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)}.focus\:shadow-outline:focus{-webkit-box-shadow:0 0 0 3px rgba(118,169,250,.45);box-shadow:0 0 0 3px rgba(118,169,250,.45)}.focus\:shadow-outline-blue:focus{-webkit-box-shadow:0 0 0 3px rgba(164,202,254,.45);box-shadow:0 0 0 3px rgba(164,202,254,.45)}.focus\:shadow-outline-red:focus{-webkit-box-shadow:0 0 0 3px rgba(248,180,180,.45);box-shadow:0 0 0 3px rgba(248,180,180,.45)}.focus\:shadow-outline-indigo:focus{-webkit-box-shadow:0 0 0 3px rgba(180,198,252,.45);box-shadow:0 0 0 3px rgba(180,198,252,.45)}.text-left{text-align:left}.text-center{text-align:center}.text-white{color:#fff}.text-black{color:#000}.text-gray-400{color:#9fa6b2}.text-gray-500{color:#6b7280}.text-gray-600{color:#4b5563}.text-gray-700{color:#374151}.text-gray-800{color:#252f3f}.text-gray-900{color:#161e2e}.text-red-600{color:#e02424}.text-orange-400{color:#ff8a4c}.text-orange-500{color:#ff5a1f}.text-yellow-400{color:#e3a008}.text-green-400{color:#31c48d}.text-green-600{color:#057a55}.text-green-800{color:#03543f}.text-teal-400{color:#16bdca}.text-teal-500{color:#0694a2}.text-teal-700{color:#036672}.text-blue-400{color:#76a9fa}.text-blue-500{color:#3f83f8}.text-blue-700{color:#1a56db}.text-blue-800{color:#1e429f}.text-indigo-100{color:#e5edff}.text-indigo-400{color:#8da2fb}.text-indigo-500{color:#6875f5}.text-indigo-600{color:#5850ec}.hover\:text-white:hover{color:#fff}.hover\:text-gray-800:hover{color:#252f3f}.hover\:text-gray-900:hover{color:#161e2e}.hover\:text-blue-700:hover{color:#1a56db}.hover\:text-indigo-500:hover{color:#6875f5}.focus\:text-white:focus{color:#fff}.focus\:text-gray-900:focus{color:#161e2e}.active\:text-indigo-600:active{color:#5850ec}.text-xs{font-size:.75rem}.text-sm{font-size:.875rem}.text-base{font-size:1rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem}.text-4xl{font-size:2.25rem}.italic{font-style:italic}.uppercase{text-transform:uppercase}.underline{text-decoration:underline}.no-underline{text-decoration:none}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.tracking-wide{letter-spacing:.025em}.tracking-wider{letter-spacing:.05em}.select-none{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.align-middle{vertical-align:middle}.whitespace-no-wrap{white-space:nowrap}.w-0{width:0}.w-3{width:.75rem}.w-4{width:1rem}.w-5{width:1.25rem}.w-6{width:1.5rem}.w-7{width:1.75rem}.w-8{width:2rem}.w-10{width:2.5rem}.w-40{width:10rem}.w-56{width:14rem}.w-1\/3{width:33.333333%}.w-2\/3{width:66.666667%}.w-1\/4{width:25%}.w-2\/4{width:50%}.w-3\/4{width:75%}.w-1\/5{width:20%}.w-2\/5{width:40%}.w-3\/5{width:60%}.w-4\/5{width:80%}.w-3\/6{width:50%}.w-4\/6{width:66.666667%}.w-5\/6{width:83.333333%}.w-1\/12{width:8.333333%}.w-2\/12{width:16.666667%}.w-3\/12{width:25%}.w-4\/12{width:33.333333%}.w-9\/12{width:75%}.w-11\/12{width:91.666667%}.w-full{width:100%}.z-20{z-index:20}.z-50{z-index:50}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.transform{--transform-translate-x:0;--transform-translate-y:0;--transform-rotate:0;--transform-skew-x:0;--transform-skew-y:0;--transform-scale-x:1;--transform-scale-y:1;-webkit-transform:translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));transform:translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y))}.origin-top-right{-webkit-transform-origin:top right;transform-origin:top right}.scale-95{--transform-scale-x:.95;--transform-scale-y:.95}.scale-100{--transform-scale-x:1;--transform-scale-y:1}.transition-all{-webkit-transition-property:all;transition-property:all}.transition{-webkit-transition-property:background-color,border-color,color,fill,stroke,opacity,-webkit-box-shadow,-webkit-transform;transition-property:background-color,border-color,color,fill,stroke,opacity,-webkit-box-shadow,-webkit-transform;transition-property:background-color,border-color,color,fill,stroke,opacity,box-shadow,transform;transition-property:background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,-webkit-box-shadow,-webkit-transform}.ease-in{-webkit-transition-timing-function:cubic-bezier(.4,0,1,1);transition-timing-function:cubic-bezier(.4,0,1,1)}.ease-out{-webkit-transition-timing-function:cubic-bezier(0,0,.2,1);transition-timing-function:cubic-bezier(0,0,.2,1)}.ease-in-out{-webkit-transition-timing-function:cubic-bezier(.4,0,.2,1);transition-timing-function:cubic-bezier(.4,0,.2,1)}.duration-75{-webkit-transition-duration:75ms;transition-duration:75ms}.duration-100{-webkit-transition-duration:.1s;transition-duration:.1s}.duration-150{-webkit-transition-duration:.15s;transition-duration:.15s}.duration-300{-webkit-transition-duration:.3s;transition-duration:.3s}@media (min-width:640px){.sm\:rounded{border-radius:.25rem}.sm\:rounded-md{border-radius:.375rem}.sm\:border-r{border-right-width:1px}.sm\:border-l{border-left-width:1px}.sm\:grid{display:grid}.sm\:justify-start{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.sm\:leading-5{line-height:1.25rem}.sm\:leading-7{line-height:1.75rem}.sm\:leading-9{line-height:2.25rem}.sm\:px-0{padding-left:0;padding-right:0}.sm\:px-2{padding-left:.5rem;padding-right:.5rem}.sm\:px-4{padding-left:1rem;padding-right:1rem}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\:text-sm{font-size:.875rem}.sm\:text-2xl{font-size:1.5rem}.sm\:text-3xl{font-size:1.875rem}.sm\:truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sm\:w-32{width:8rem}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width:768px){.md\:flex{display:-webkit-box;display:-ms-flexbox;display:flex}.md\:items-start{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.md\:items-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.md\:justify-end{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.md\:justify-between{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.md\:mx-0{margin-left:0;margin-right:0}.md\:my-2{margin-top:.5rem;margin-bottom:.5rem}.md\:mt-0{margin-top:0}.md\:ml-2{margin-left:.5rem}.md\:ml-4{margin-left:1rem}.md\:ml-8{margin-left:2rem}.md\:-mr-8{margin-right:-2rem}.md\:max-w-xl{max-width:36rem}.md\:max-w-5xl{max-width:64rem}.md\:p-2{padding:.5rem}.md\:p-6{padding:1.5rem}.md\:py-0{padding-top:0;padding-bottom:0}.md\:px-1{padding-left:.25rem;padding-right:.25rem}.md\:px-2{padding-left:.5rem;padding-right:.5rem}.md\:pb-2{padding-bottom:.5rem}.md\:pr-4{padding-right:1rem}.md\:pt-6{padding-top:1.5rem}.md\:text-base{font-size:1rem}.md\:w-3\/5{width:60%}}@media (min-width:1024px){.lg\:bg-transparent{background-color:transparent}.lg\:border-transparent{border-color:transparent}.lg\:rounded-full{border-radius:9999px}.lg\:block{display:block}.lg\:inline-flex{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.lg\:grid{display:grid}.lg\:my-0{margin-top:0;margin-bottom:0}.lg\:mx-5{margin-left:1.25rem;margin-right:1.25rem}.lg\:ml-16{margin-left:4rem}.lg\:-mr-16{margin-right:-4rem}.lg\:p-6{padding:1.5rem}.lg\:p-8{padding:2rem}.lg\:px-3{padding-left:.75rem;padding-right:.75rem}.lg\:px-4{padding-left:1rem;padding-right:1rem}.lg\:px-8{padding-left:2rem;padding-right:2rem}.lg\:pt-2{padding-top:.5rem}.lg\:pb-2{padding-bottom:.5rem}.lg\:pl-2{padding-left:.5rem}.lg\:shadow-none{-webkit-box-shadow:none;box-shadow:none}.lg\:text-sm{font-size:.875rem}.lg\:text-lg{font-size:1.125rem}.lg\:w-40{width:10rem}.lg\:w-1\/2{width:50%}.lg\:w-3\/12{width:25%}.lg\:w-7\/12{width:58.333333%}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1280px){.xl\:mx-7{margin-left:1.75rem;margin-right:1.75rem}.xl\:mr-0{margin-right:0}.xl\:ml-3{margin-left:.75rem}.xl\:ml-4{margin-left:1rem}.xl\:ml-20{margin-left:5rem}.xl\:px-4{padding-left:1rem;padding-right:1rem}.xl\:pb-4{padding-bottom:1rem}.xl\:w-3\/5{width:60%}.xl\:w-2\/12{width:16.666667%}}
1
+ /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}button{background-color:transparent;background-image:none;padding:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}fieldset,ol,ul{margin:0;padding:0}ol,ul{list-style:none}html{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;line-height:1.5}*,:after,:before{-webkit-box-sizing:border-box;box-sizing:border-box;border:0 solid #d2d6dc}hr{border-top-width:1px}img{border-style:solid}textarea{resize:vertical}input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:#a0aec0}input::-moz-placeholder,textarea::-moz-placeholder{color:#a0aec0}input::-ms-input-placeholder,textarea::-ms-input-placeholder{color:#a0aec0}input::placeholder,textarea::placeholder{color:#a0aec0}[role=button],button{cursor:pointer}table{border-collapse:collapse}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}button,input,optgroup,select,textarea{padding:0;line-height:inherit;color:inherit}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}a{--text-opacity:1;color:#5850ec;color:rgba(88,80,236,var(--text-opacity))}img{border-width:0}.container{width:100%}@media (min-width:640px){.container{max-width:640px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1280px){.container{max-width:1280px}}.form-input{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;border-color:#d2d6dc;border-width:1px;border-radius:.375rem;padding:.5rem .75rem;font-size:1rem;line-height:1.5}.form-input::-webkit-input-placeholder{color:#9fa6b2;opacity:1}.form-input::-moz-placeholder{color:#9fa6b2;opacity:1}.form-input::-ms-input-placeholder{color:#9fa6b2;opacity:1}.form-input::placeholder{color:#9fa6b2;opacity:1}.form-input:focus{outline:none;-webkit-box-shadow:0 0 0 3px rgba(164,202,254,.45);box-shadow:0 0 0 3px rgba(164,202,254,.45);border-color:#a4cafe}.form-textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;border-color:#d2d6dc;border-width:1px;border-radius:.375rem;padding:.5rem .75rem;font-size:1rem;line-height:1.5}.form-textarea::-webkit-input-placeholder{color:#9fa6b2;opacity:1}.form-textarea::-moz-placeholder{color:#9fa6b2;opacity:1}.form-textarea::-ms-input-placeholder{color:#9fa6b2;opacity:1}.form-textarea::placeholder{color:#9fa6b2;opacity:1}.form-textarea:focus{outline:none;-webkit-box-shadow:0 0 0 3px rgba(164,202,254,.45);box-shadow:0 0 0 3px rgba(164,202,254,.45);border-color:#a4cafe}.form-multiselect{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;border-color:#d2d6dc;border-width:1px;border-radius:.375rem;padding:.5rem .75rem;font-size:1rem;line-height:1.5}.form-multiselect:focus{outline:none;-webkit-box-shadow:0 0 0 3px rgba(164,202,254,.45);box-shadow:0 0 0 3px rgba(164,202,254,.45);border-color:#a4cafe}.form-select{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M7 7l3-3 3 3m0 6l-3 3-3-3' stroke='%239fa6b2' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-print-color-adjust:exact;color-adjust:exact;background-repeat:no-repeat;background-color:#fff;border-color:#d2d6dc;border-width:1px;border-radius:.375rem;padding:.5rem 2.5rem .5rem .75rem;font-size:1rem;line-height:1.5;background-position:right .5rem center;background-size:1.5em 1.5em}.form-select::-ms-expand{color:#9fa6b2;border:none}@media not print{.form-select::-ms-expand{display:none}}@media print and (-ms-high-contrast:active),print and (-ms-high-contrast:none){.form-select{padding-right:.75rem}}.form-select:focus{outline:none;-webkit-box-shadow:0 0 0 3px rgba(164,202,254,.45);box-shadow:0 0 0 3px rgba(164,202,254,.45);border-color:#a4cafe}.form-checkbox{-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-print-color-adjust:exact;color-adjust:exact;display:inline-block;vertical-align:middle;background-origin:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-ms-flex-negative:0;flex-shrink:0;height:1rem;width:1rem;color:#3f83f8;background-color:#fff;border-color:#d2d6dc;border-width:1px;border-radius:.25rem}.form-checkbox:checked{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.707 7.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4a1 1 0 00-1.414-1.414L7 8.586 5.707 7.293z'/%3E%3C/svg%3E");border-color:transparent;background-color:currentColor;background-size:100% 100%;background-position:50%;background-repeat:no-repeat}@media not print{.form-checkbox::-ms-check{border-width:1px;color:transparent;background:inherit;border-color:inherit;border-radius:inherit}}.form-checkbox:focus{outline:none;-webkit-box-shadow:0 0 0 3px rgba(164,202,254,.45);box-shadow:0 0 0 3px rgba(164,202,254,.45);border-color:#a4cafe}.form-checkbox:checked:focus{border-color:transparent}.form-radio{-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-print-color-adjust:exact;color-adjust:exact;display:inline-block;vertical-align:middle;background-origin:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-ms-flex-negative:0;flex-shrink:0;border-radius:100%;height:1rem;width:1rem;color:#3f83f8;background-color:#fff;border-color:#d2d6dc;border-width:1px}.form-radio:checked{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8' cy='8' r='3'/%3E%3C/svg%3E");border-color:transparent;background-color:currentColor;background-size:100% 100%;background-position:50%;background-repeat:no-repeat}@media not print{.form-radio::-ms-check{border-width:1px;color:transparent;background:inherit;border-color:inherit;border-radius:inherit}}.form-radio:focus{outline:none;-webkit-box-shadow:0 0 0 3px rgba(164,202,254,.45);box-shadow:0 0 0 3px rgba(164,202,254,.45);border-color:#a4cafe}.form-radio:checked:focus{border-color:transparent}.ig-es-primary-button,.ig-es-send-queue-emails{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:.375rem;border-width:1px;border-color:transparent;padding:.5rem 1rem;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity));font-size:.875rem;line-height:1.25rem;font-weight:500;--text-opacity:1;color:#fff;color:rgba(255,255,255,var(--text-opacity));--bg-opacity:1;background-color:#5850ec;background-color:rgba(88,80,236,var(--bg-opacity));-webkit-transition-property:background-color,border-color,color,fill,stroke,opacity,-webkit-box-shadow,-webkit-transform;transition-property:background-color,border-color,color,fill,stroke,opacity,-webkit-box-shadow,-webkit-transform;transition-property:background-color,border-color,color,fill,stroke,opacity,box-shadow,transform;transition-property:background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,-webkit-box-shadow,-webkit-transform;-webkit-transition-timing-function:cubic-bezier(.4,0,.2,1);transition-timing-function:cubic-bezier(.4,0,.2,1);-webkit-transition-duration:.15s;transition-duration:.15s}.ig-es-title-button,.wp-heading-inline+.page-title-action{font-size:.875rem;border-radius:.375rem;border-width:1px;--border-opacity:1;border-color:#5850ec;border-color:rgba(88,80,236,var(--border-opacity));line-height:1.25rem;font-weight:500}.wp-heading-inline+.page-title-action{--text-opacity:1;color:#1c64f2;color:rgba(28,100,242,var(--text-opacity));padding:.5rem;margin-left:.5rem;margin-right:.5rem}.ig-es-title-button:hover,.wp-heading-inline+.page-title-action:hover{--text-opacity:1;color:#6875f5;color:rgba(104,117,245,var(--text-opacity))}.ig-es-primary-button:hover{--bg-opacity:1;background-color:#6875f5;background-color:rgba(104,117,245,var(--bg-opacity));--text-opacity:1;color:#fff;color:rgba(255,255,255,var(--text-opacity))}.ig-es-primary-button:focus,.ig-es-title-button:focus,.wp-heading-inline+.page-title-action:focus{outline:0;-webkit-box-shadow:0 0 0 3px rgba(164,202,254,.45);box-shadow:0 0 0 3px rgba(164,202,254,.45)}.ig-es-imp-button{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important;-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important;border-radius:.375rem!important;border-width:1px!important;border-color:transparent!important;background-color:#fff!important;background-color:rgba(255,255,255,var(--bg-opacity))!important;font-size:.875rem!important;line-height:1.25rem!important;font-weight:500!important;background-color:#0e9f6e!important;background-color:rgba(14,159,110,var(--bg-opacity))!important;-webkit-transition-property:background-color,border-color,color,fill,stroke,opacity,-webkit-box-shadow,-webkit-transform!important;transition-property:background-color,border-color,color,fill,stroke,opacity,-webkit-box-shadow,-webkit-transform!important;transition-property:background-color,border-color,color,fill,stroke,opacity,box-shadow,transform!important;transition-property:background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,-webkit-box-shadow,-webkit-transform!important;-webkit-transition-timing-function:cubic-bezier(.4,0,.2,1)!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important;-webkit-transition-duration:.15s!important;transition-duration:.15s!important}.ig-es-imp-button,.ig-es-imp-button:hover{--text-opacity:1!important;color:#fff!important;color:rgba(255,255,255,var(--text-opacity))!important;--bg-opacity:1!important}.ig-es-imp-button:hover{background-color:#31c48d!important;background-color:rgba(49,196,141,var(--bg-opacity))!important}.ig-es-imp-button:focus{outline:0!important;-webkit-box-shadow:0 0 0 3px rgba(132,225,188,.45)!important;box-shadow:0 0 0 3px rgba(132,225,188,.45)!important}.ig-es-link-button{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:.375rem;border-width:1px;border-color:transparent;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity));font-size:.875rem;line-height:1.25rem;font-weight:500;background-color:#ff5a1f;background-color:rgba(255,90,31,var(--bg-opacity));-webkit-transition-property:background-color,border-color,color,fill,stroke,opacity,-webkit-box-shadow,-webkit-transform;transition-property:background-color,border-color,color,fill,stroke,opacity,-webkit-box-shadow,-webkit-transform;transition-property:background-color,border-color,color,fill,stroke,opacity,box-shadow,transform;transition-property:background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,-webkit-box-shadow,-webkit-transform;-webkit-transition-timing-function:cubic-bezier(.4,0,.2,1);transition-timing-function:cubic-bezier(.4,0,.2,1);-webkit-transition-duration:.15s;transition-duration:.15s}.ig-es-link-button,.ig-es-link-button:hover{--text-opacity:1;color:#fff;color:rgba(255,255,255,var(--text-opacity));--bg-opacity:1}.ig-es-link-button:hover{background-color:#ff8a4c;background-color:rgba(255,138,76,var(--bg-opacity))}.ig-es-link-button:focus{outline:0;-webkit-box-shadow:0 0 0 3px rgba(253,186,140,.45);box-shadow:0 0 0 3px rgba(253,186,140,.45)}.ig-es-action.js-open .ig-es-action__header{--bg-opacity:1;background-color:#5850ec;background-color:rgba(88,80,236,var(--bg-opacity));--text-opacity:1;color:#fff;color:rgba(255,255,255,var(--text-opacity))}.form-checkbox{content:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.707 7.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4a1 1 0 00-1.414-1.414L7 8.586 5.707 7.293z'/%3E%3C/svg%3E")}.form-radio{content:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8' cy='8' r='3'/%3E%3C/svg%3E")}.form-checkbox:checked,.form-radio:checked{--text-opacity:1!important;color:#5850ec!important;color:rgba(88,80,236,var(--text-opacity))!important}.form-select{font-size:.875rem!important;--border-opacity:1!important;border-color:#9fa6b2!important;border-color:rgba(159,166,178,var(--border-opacity))!important;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M7 7l3-3 3 3m0 6l-3 3-3-3' stroke='%239fa6b2' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")!important}.form-select:focus,input[type=number]:focus{outline:0!important;-webkit-box-shadow:0 0 0 3px rgba(164,202,254,.45)!important;box-shadow:0 0 0 3px rgba(164,202,254,.45)!important;--border-opacity:1!important;border-color:#a4cafe!important;border-color:rgba(164,202,254,var(--border-opacity))!important}.es-check-toggle:checked~.es-mail-toggle-line{--bg-opacity:1;background-color:#5850ec;background-color:rgba(88,80,236,var(--bg-opacity))}.es-check-toggle:checked~.es-mail-toggle-dot{--transform-translate-x:0;--transform-translate-y:0;--transform-rotate:0;--transform-skew-x:0;--transform-skew-y:0;--transform-scale-x:1;--transform-scale-y:1;-webkit-transform:translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));transform:translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));--transform-translate-x:100%}[type=radio]:checked+.es-mailer-logo{-webkit-transition-property:all;transition-property:all;-webkit-transition-duration:.1s;transition-duration:.1s;-webkit-transition-timing-function:cubic-bezier(.4,0,.2,1);transition-timing-function:cubic-bezier(.4,0,.2,1);--transform-translate-x:0;--transform-translate-y:0;--transform-rotate:0;--transform-skew-x:0;--transform-skew-y:0;--transform-scale-x:1;--transform-scale-y:1;-webkit-transform:translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));transform:translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));--transform-scale-x:1.1;--transform-scale-y:1.1;-webkit-box-shadow:0 0 3px 3px #5a67d8;box-shadow:0 0 3px 3px #5a67d8}.wp-core-ui .button,.wp-core-ui .button-secondary{--border-opacity:1;border-color:#5850ec;border-color:rgba(88,80,236,var(--border-opacity));color:#5850ec;color:rgba(88,80,236,var(--text-opacity))}.wp-core-ui .button,.wp-core-ui .button-primary,.wp-core-ui .button-secondary{font-size:.875rem;border-radius:.375rem;border-width:1px;line-height:1.25rem;font-weight:500;--text-opacity:1}.wp-core-ui .button-primary{--bg-opacity:1;background-color:#5850ec;background-color:rgba(88,80,236,var(--bg-opacity));color:#fff;color:rgba(255,255,255,var(--text-opacity));-webkit-transition-property:background-color,border-color,color,fill,stroke,opacity,-webkit-box-shadow,-webkit-transform;transition-property:background-color,border-color,color,fill,stroke,opacity,-webkit-box-shadow,-webkit-transform;transition-property:background-color,border-color,color,fill,stroke,opacity,box-shadow,transform;transition-property:background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,-webkit-box-shadow,-webkit-transform;-webkit-transition-timing-function:cubic-bezier(.4,0,.2,1);transition-timing-function:cubic-bezier(.4,0,.2,1);-webkit-transition-duration:.15s;transition-duration:.15s}.wp-core-ui .button-primary:hover,.wp-core-ui .button:hover{--border-opacity:1;border-color:#5850ec;border-color:rgba(88,80,236,var(--border-opacity));--text-opacity:1;color:#6875f5;color:rgba(104,117,245,var(--text-opacity))}.bg-white{--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity))}.bg-gray-100{--bg-opacity:1;background-color:#f4f5f7;background-color:rgba(244,245,247,var(--bg-opacity))}.bg-gray-200{--bg-opacity:1;background-color:#e5e7eb;background-color:rgba(229,231,235,var(--bg-opacity))}.bg-gray-300{--bg-opacity:1;background-color:#d2d6dc;background-color:rgba(210,214,220,var(--bg-opacity))}.bg-green-100{--bg-opacity:1;background-color:#def7ec;background-color:rgba(222,247,236,var(--bg-opacity))}.bg-green-600{--bg-opacity:1;background-color:#057a55;background-color:rgba(5,122,85,var(--bg-opacity))}.bg-teal-50{--bg-opacity:1;background-color:#edfafa;background-color:rgba(237,250,250,var(--bg-opacity))}.bg-teal-100{--bg-opacity:1;background-color:#d5f5f6;background-color:rgba(213,245,246,var(--bg-opacity))}.bg-blue-50{--bg-opacity:1;background-color:#ebf5ff;background-color:rgba(235,245,255,var(--bg-opacity))}.bg-indigo-500{--bg-opacity:1;background-color:#6875f5;background-color:rgba(104,117,245,var(--bg-opacity))}.bg-indigo-600{--bg-opacity:1;background-color:#5850ec;background-color:rgba(88,80,236,var(--bg-opacity))}.bg-indigo-800{--bg-opacity:1;background-color:#42389d;background-color:rgba(66,56,157,var(--bg-opacity))}.hover\:bg-gray-50:hover{--bg-opacity:1;background-color:#f9fafb;background-color:rgba(249,250,251,var(--bg-opacity))}.hover\:bg-gray-100:hover{--bg-opacity:1;background-color:#f4f5f7;background-color:rgba(244,245,247,var(--bg-opacity))}.hover\:bg-green-500:hover{--bg-opacity:1;background-color:#0e9f6e;background-color:rgba(14,159,110,var(--bg-opacity))}.hover\:bg-indigo-500:hover{--bg-opacity:1;background-color:#6875f5;background-color:rgba(104,117,245,var(--bg-opacity))}.focus\:bg-gray-50:focus{--bg-opacity:1;background-color:#f9fafb;background-color:rgba(249,250,251,var(--bg-opacity))}.focus\:bg-gray-100:focus{--bg-opacity:1;background-color:#f4f5f7;background-color:rgba(244,245,247,var(--bg-opacity))}.border-collapse{border-collapse:collapse}.border-transparent{border-color:transparent}.border-gray-100{--border-opacity:1;border-color:#f4f5f7;border-color:rgba(244,245,247,var(--border-opacity))}.border-gray-200{--border-opacity:1;border-color:#e5e7eb;border-color:rgba(229,231,235,var(--border-opacity))}.border-gray-300{--border-opacity:1;border-color:#d2d6dc;border-color:rgba(210,214,220,var(--border-opacity))}.border-gray-400{--border-opacity:1;border-color:#9fa6b2;border-color:rgba(159,166,178,var(--border-opacity))}.border-indigo-500{--border-opacity:1;border-color:#6875f5;border-color:rgba(104,117,245,var(--border-opacity))}.border-indigo-600{--border-opacity:1;border-color:#5850ec;border-color:rgba(88,80,236,var(--border-opacity))}.hover\:border-gray-200:hover{--border-opacity:1;border-color:#e5e7eb;border-color:rgba(229,231,235,var(--border-opacity))}.hover\:border-gray-500:hover{--border-opacity:1;border-color:#6b7280;border-color:rgba(107,114,128,var(--border-opacity))}.hover\:border-red-400:hover{--border-opacity:1;border-color:#f98080;border-color:rgba(249,128,128,var(--border-opacity))}.hover\:border-indigo-500:hover{--border-opacity:1;border-color:#6875f5;border-color:rgba(104,117,245,var(--border-opacity))}.hover\:border-indigo-600:hover{--border-opacity:1;border-color:#5850ec;border-color:rgba(88,80,236,var(--border-opacity))}.focus\:border-blue-300:focus{--border-opacity:1;border-color:#a4cafe;border-color:rgba(164,202,254,var(--border-opacity))}.rounded{border-radius:.25rem}.rounded-md{border-radius:.375rem}.rounded-lg{border-radius:.5rem}.rounded-full{border-radius:9999px}.rounded-r-lg{border-top-right-radius:.5rem;border-bottom-right-radius:.5rem}.border-solid{border-style:solid}.border-dashed{border-style:dashed}.border-0{border-width:0}.border-2{border-width:2px}.border{border-width:1px}.border-t{border-top-width:1px}.border-r{border-right-width:1px}.border-b{border-bottom-width:1px}.cursor-auto{cursor:auto}.cursor-pointer{cursor:pointer}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:-webkit-box;display:-ms-flexbox;display:flex}.inline-flex{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.table{display:table}.table-cell{display:table-cell}.grid{display:grid}.hidden{display:none}.flex-row{-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row}.flex-col,.flex-row{-webkit-box-direction:normal}.flex-col{-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column}.flex-wrap{-ms-flex-wrap:wrap;flex-wrap:wrap}.items-start{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.items-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.justify-start{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.justify-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.flex-1{-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%}.flex-auto{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.flex-none{-webkit-box-flex:0;-ms-flex:none;flex:none}.flex-shrink-0{-ms-flex-negative:0;flex-shrink:0}.float-right{float:right}.float-left{float:left}.font-sans{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji}.font-normal{font-weight:400}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.h-0{height:0}.h-3{height:.75rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-8{height:2rem}.h-9{height:2.25rem}.h-10{height:2.5rem}.h-15{height:3.75rem}.h-20{height:5rem}.h-48{height:12rem}.h-auto{height:auto}.h-full{height:100%}.text-xs{font-size:.75rem}.text-sm{font-size:.875rem}.text-base{font-size:1rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem}.text-4xl{font-size:2.25rem}.leading-4{line-height:1rem}.leading-5{line-height:1.25rem}.leading-6{line-height:1.5rem}.leading-7{line-height:1.75rem}.leading-none{line-height:1}.leading-snug{line-height:1.375}.leading-normal{line-height:1.5}.leading-relaxed{line-height:1.625}.list-none{list-style-type:none}.list-disc{list-style-type:disc}.list-decimal{list-style-type:decimal}.m-4{margin:1rem}.my-1{margin-top:.25rem;margin-bottom:.25rem}.mx-1{margin-left:.25rem;margin-right:.25rem}.my-2{margin-top:.5rem;margin-bottom:.5rem}.mx-2{margin-left:.5rem;margin-right:.5rem}.my-3{margin-top:.75rem;margin-bottom:.75rem}.my-4{margin-top:1rem;margin-bottom:1rem}.mx-4{margin-left:1rem;margin-right:1rem}.mx-6{margin-left:1.5rem;margin-right:1.5rem}.my-8{margin-top:2rem;margin-bottom:2rem}.mx-8{margin-left:2rem;margin-right:2rem}.mx-auto{margin-left:auto;margin-right:auto}.mt-0{margin-top:0}.mb-0{margin-bottom:0}.mt-1{margin-top:.25rem}.mr-1{margin-right:.25rem}.mb-1{margin-bottom:.25rem}.ml-1{margin-left:.25rem}.mt-2{margin-top:.5rem}.mr-2{margin-right:.5rem}.mb-2{margin-bottom:.5rem}.ml-2{margin-left:.5rem}.mt-3{margin-top:.75rem}.mr-3{margin-right:.75rem}.mb-3{margin-bottom:.75rem}.ml-3{margin-left:.75rem}.mt-4{margin-top:1rem}.mr-4{margin-right:1rem}.mb-4{margin-bottom:1rem}.ml-4{margin-left:1rem}.ml-5{margin-left:1.25rem}.mt-6{margin-top:1.5rem}.mr-6{margin-right:1.5rem}.mb-6{margin-bottom:1.5rem}.ml-6{margin-left:1.5rem}.mt-8{margin-top:2rem}.mr-8{margin-right:2rem}.mr-10{margin-right:2.5rem}.mt-12{margin-top:3rem}.ml-12{margin-left:3rem}.mr-16{margin-right:4rem}.ml-16{margin-left:4rem}.mr-1\.5{margin-right:.375rem}.mt-3\.5{margin-top:.875rem}.-mr-1{margin-right:-.25rem}.max-h-full{max-height:100%}.max-w-7xl{max-width:80rem}.max-w-full{max-width:100%}.min-w-0{min-width:0}.min-w-full{min-width:100%}.opacity-0{opacity:0}.opacity-100{opacity:1}.focus\:outline-none:focus{outline:0}.overflow-hidden{overflow:hidden}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.px-1{padding-left:.25rem;padding-right:.25rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.px-2{padding-left:.5rem;padding-right:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.px-3{padding-left:.75rem;padding-right:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.px-4{padding-left:1rem;padding-right:1rem}.py-5{padding-top:1.25rem;padding-bottom:1.25rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.px-2\.5{padding-left:.625rem;padding-right:.625rem}.pt-1{padding-top:.25rem}.pr-1{padding-right:.25rem}.pb-1{padding-bottom:.25rem}.pl-1{padding-left:.25rem}.pt-2{padding-top:.5rem}.pb-2{padding-bottom:.5rem}.pl-2{padding-left:.5rem}.pt-3{padding-top:.75rem}.pb-3{padding-bottom:.75rem}.pl-3{padding-left:.75rem}.pt-4{padding-top:1rem}.pr-4{padding-right:1rem}.pb-4{padding-bottom:1rem}.pl-4{padding-left:1rem}.pl-5{padding-left:1.25rem}.pt-6{padding-top:1.5rem}.pr-6{padding-right:1.5rem}.pb-6{padding-bottom:1.5rem}.pl-6{padding-left:1.5rem}.pt-7{padding-top:1.75rem}.pt-8{padding-top:2rem}.pb-8{padding-bottom:2rem}.pl-8{padding-left:2rem}.pl-10{padding-left:2.5rem}.pr-12{padding-right:3rem}.pl-16{padding-left:4rem}.pt-1\.5{padding-top:.375rem}.pointer-events-none{pointer-events:none}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:-webkit-sticky;position:sticky}.inset-y-0{top:0;bottom:0}.top-0{top:0}.right-0{right:0}.left-0{left:0}.shadow-xs{-webkit-box-shadow:0 0 0 1px rgba(0,0,0,.05);box-shadow:0 0 0 1px rgba(0,0,0,.05)}.shadow-sm{-webkit-box-shadow:0 1px 2px 0 rgba(0,0,0,.05);box-shadow:0 1px 2px 0 rgba(0,0,0,.05)}.shadow{-webkit-box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06);box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06)}.shadow-md{-webkit-box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)}.shadow-lg{-webkit-box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)}.shadow-xl{-webkit-box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04)}.shadow-inner{-webkit-box-shadow:inset 0 2px 4px 0 rgba(0,0,0,.06);box-shadow:inset 0 2px 4px 0 rgba(0,0,0,.06)}.hover\:shadow-md:hover{-webkit-box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)}.focus\:shadow-lg:focus{-webkit-box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)}.focus\:shadow-outline:focus{-webkit-box-shadow:0 0 0 3px rgba(118,169,250,.45);box-shadow:0 0 0 3px rgba(118,169,250,.45)}.focus\:shadow-outline-blue:focus{-webkit-box-shadow:0 0 0 3px rgba(164,202,254,.45);box-shadow:0 0 0 3px rgba(164,202,254,.45)}.focus\:shadow-outline-red:focus{-webkit-box-shadow:0 0 0 3px rgba(248,180,180,.45);box-shadow:0 0 0 3px rgba(248,180,180,.45)}.focus\:shadow-outline-indigo:focus{-webkit-box-shadow:0 0 0 3px rgba(180,198,252,.45);box-shadow:0 0 0 3px rgba(180,198,252,.45)}.text-left{text-align:left}.text-center{text-align:center}.text-white{--text-opacity:1;color:#fff;color:rgba(255,255,255,var(--text-opacity))}.text-black{--text-opacity:1;color:#000;color:rgba(0,0,0,var(--text-opacity))}.text-gray-400{--text-opacity:1;color:#9fa6b2;color:rgba(159,166,178,var(--text-opacity))}.text-gray-500{--text-opacity:1;color:#6b7280;color:rgba(107,114,128,var(--text-opacity))}.text-gray-600{--text-opacity:1;color:#4b5563;color:rgba(75,85,99,var(--text-opacity))}.text-gray-700{--text-opacity:1;color:#374151;color:rgba(55,65,81,var(--text-opacity))}.text-gray-800{--text-opacity:1;color:#252f3f;color:rgba(37,47,63,var(--text-opacity))}.text-gray-900{--text-opacity:1;color:#161e2e;color:rgba(22,30,46,var(--text-opacity))}.text-red-600{--text-opacity:1;color:#e02424;color:rgba(224,36,36,var(--text-opacity))}.text-orange-400{--text-opacity:1;color:#ff8a4c;color:rgba(255,138,76,var(--text-opacity))}.text-orange-500{--text-opacity:1;color:#ff5a1f;color:rgba(255,90,31,var(--text-opacity))}.text-yellow-400{--text-opacity:1;color:#e3a008;color:rgba(227,160,8,var(--text-opacity))}.text-green-400{--text-opacity:1;color:#31c48d;color:rgba(49,196,141,var(--text-opacity))}.text-green-600{--text-opacity:1;color:#057a55;color:rgba(5,122,85,var(--text-opacity))}.text-green-800{--text-opacity:1;color:#03543f;color:rgba(3,84,63,var(--text-opacity))}.text-teal-400{--text-opacity:1;color:#16bdca;color:rgba(22,189,202,var(--text-opacity))}.text-teal-500{--text-opacity:1;color:#0694a2;color:rgba(6,148,162,var(--text-opacity))}.text-teal-700{--text-opacity:1;color:#036672;color:rgba(3,102,114,var(--text-opacity))}.text-blue-400{--text-opacity:1;color:#76a9fa;color:rgba(118,169,250,var(--text-opacity))}.text-blue-500{--text-opacity:1;color:#3f83f8;color:rgba(63,131,248,var(--text-opacity))}.text-blue-700{--text-opacity:1;color:#1a56db;color:rgba(26,86,219,var(--text-opacity))}.text-blue-800{--text-opacity:1;color:#1e429f;color:rgba(30,66,159,var(--text-opacity))}.text-indigo-100{--text-opacity:1;color:#e5edff;color:rgba(229,237,255,var(--text-opacity))}.text-indigo-400{--text-opacity:1;color:#8da2fb;color:rgba(141,162,251,var(--text-opacity))}.text-indigo-500{--text-opacity:1;color:#6875f5;color:rgba(104,117,245,var(--text-opacity))}.text-indigo-600{--text-opacity:1;color:#5850ec;color:rgba(88,80,236,var(--text-opacity))}.hover\:text-white:hover{--text-opacity:1;color:#fff;color:rgba(255,255,255,var(--text-opacity))}.hover\:text-gray-800:hover{--text-opacity:1;color:#252f3f;color:rgba(37,47,63,var(--text-opacity))}.hover\:text-gray-900:hover{--text-opacity:1;color:#161e2e;color:rgba(22,30,46,var(--text-opacity))}.hover\:text-blue-700:hover{--text-opacity:1;color:#1a56db;color:rgba(26,86,219,var(--text-opacity))}.hover\:text-indigo-500:hover{--text-opacity:1;color:#6875f5;color:rgba(104,117,245,var(--text-opacity))}.focus\:text-white:focus{--text-opacity:1;color:#fff;color:rgba(255,255,255,var(--text-opacity))}.focus\:text-gray-900:focus{--text-opacity:1;color:#161e2e;color:rgba(22,30,46,var(--text-opacity))}.active\:text-indigo-600:active{--text-opacity:1;color:#5850ec;color:rgba(88,80,236,var(--text-opacity))}.italic{font-style:italic}.uppercase{text-transform:uppercase}.underline{text-decoration:underline}.no-underline{text-decoration:none}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.tracking-wide{letter-spacing:.025em}.tracking-wider{letter-spacing:.05em}.select-none{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.align-middle{vertical-align:middle}.whitespace-no-wrap{white-space:nowrap}.w-0{width:0}.w-3{width:.75rem}.w-4{width:1rem}.w-5{width:1.25rem}.w-6{width:1.5rem}.w-7{width:1.75rem}.w-8{width:2rem}.w-10{width:2.5rem}.w-40{width:10rem}.w-56{width:14rem}.w-1\/3{width:33.333333%}.w-2\/3{width:66.666667%}.w-1\/4{width:25%}.w-2\/4{width:50%}.w-3\/4{width:75%}.w-1\/5{width:20%}.w-2\/5{width:40%}.w-3\/5{width:60%}.w-4\/5{width:80%}.w-3\/6{width:50%}.w-4\/6{width:66.666667%}.w-5\/6{width:83.333333%}.w-1\/12{width:8.333333%}.w-2\/12{width:16.666667%}.w-3\/12{width:25%}.w-4\/12{width:33.333333%}.w-9\/12{width:75%}.w-11\/12{width:91.666667%}.w-full{width:100%}.z-20{z-index:20}.z-50{z-index:50}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.transform{--transform-translate-x:0;--transform-translate-y:0;--transform-rotate:0;--transform-skew-x:0;--transform-skew-y:0;--transform-scale-x:1;--transform-scale-y:1;-webkit-transform:translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));transform:translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y))}.origin-top-right{-webkit-transform-origin:top right;transform-origin:top right}.scale-95{--transform-scale-x:.95;--transform-scale-y:.95}.scale-100{--transform-scale-x:1;--transform-scale-y:1}.transition-all{-webkit-transition-property:all;transition-property:all}.transition{-webkit-transition-property:background-color,border-color,color,fill,stroke,opacity,-webkit-box-shadow,-webkit-transform;transition-property:background-color,border-color,color,fill,stroke,opacity,-webkit-box-shadow,-webkit-transform;transition-property:background-color,border-color,color,fill,stroke,opacity,box-shadow,transform;transition-property:background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,-webkit-box-shadow,-webkit-transform}.ease-in{-webkit-transition-timing-function:cubic-bezier(.4,0,1,1);transition-timing-function:cubic-bezier(.4,0,1,1)}.ease-out{-webkit-transition-timing-function:cubic-bezier(0,0,.2,1);transition-timing-function:cubic-bezier(0,0,.2,1)}.ease-in-out{-webkit-transition-timing-function:cubic-bezier(.4,0,.2,1);transition-timing-function:cubic-bezier(.4,0,.2,1)}.duration-75{-webkit-transition-duration:75ms;transition-duration:75ms}.duration-100{-webkit-transition-duration:.1s;transition-duration:.1s}.duration-150{-webkit-transition-duration:.15s;transition-duration:.15s}.duration-300{-webkit-transition-duration:.3s;transition-duration:.3s}@media (min-width:640px){.sm\:rounded{border-radius:.25rem}.sm\:rounded-md{border-radius:.375rem}.sm\:border-r{border-right-width:1px}.sm\:border-l{border-left-width:1px}.sm\:grid{display:grid}.sm\:justify-start{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.sm\:text-sm{font-size:.875rem}.sm\:text-2xl{font-size:1.5rem}.sm\:text-3xl{font-size:1.875rem}.sm\:leading-5{line-height:1.25rem}.sm\:leading-7{line-height:1.75rem}.sm\:leading-9{line-height:2.25rem}.sm\:px-0{padding-left:0;padding-right:0}.sm\:px-2{padding-left:.5rem;padding-right:.5rem}.sm\:px-4{padding-left:1rem;padding-right:1rem}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\:truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sm\:w-32{width:8rem}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width:768px){.md\:flex{display:-webkit-box;display:-ms-flexbox;display:flex}.md\:items-start{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.md\:items-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.md\:justify-end{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.md\:justify-between{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.md\:text-base{font-size:1rem}.md\:mx-0{margin-left:0;margin-right:0}.md\:my-2{margin-top:.5rem;margin-bottom:.5rem}.md\:mt-0{margin-top:0}.md\:ml-2{margin-left:.5rem}.md\:ml-4{margin-left:1rem}.md\:ml-8{margin-left:2rem}.md\:-mr-8{margin-right:-2rem}.md\:max-w-xl{max-width:36rem}.md\:max-w-5xl{max-width:64rem}.md\:p-2{padding:.5rem}.md\:p-6{padding:1.5rem}.md\:py-0{padding-top:0;padding-bottom:0}.md\:px-1{padding-left:.25rem;padding-right:.25rem}.md\:px-2{padding-left:.5rem;padding-right:.5rem}.md\:pb-2{padding-bottom:.5rem}.md\:pr-4{padding-right:1rem}.md\:pt-6{padding-top:1.5rem}.md\:w-3\/5{width:60%}}@media (min-width:1024px){.lg\:bg-transparent{background-color:transparent}.lg\:border-transparent{border-color:transparent}.lg\:rounded-full{border-radius:9999px}.lg\:block{display:block}.lg\:inline-flex{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.lg\:grid{display:grid}.lg\:text-sm{font-size:.875rem}.lg\:text-lg{font-size:1.125rem}.lg\:my-0{margin-top:0;margin-bottom:0}.lg\:mx-5{margin-left:1.25rem;margin-right:1.25rem}.lg\:ml-16{margin-left:4rem}.lg\:-mr-16{margin-right:-4rem}.lg\:p-6{padding:1.5rem}.lg\:p-8{padding:2rem}.lg\:px-3{padding-left:.75rem;padding-right:.75rem}.lg\:px-4{padding-left:1rem;padding-right:1rem}.lg\:px-8{padding-left:2rem;padding-right:2rem}.lg\:pt-2{padding-top:.5rem}.lg\:pb-2{padding-bottom:.5rem}.lg\:pl-2{padding-left:.5rem}.lg\:shadow-none{-webkit-box-shadow:none;box-shadow:none}.lg\:w-40{width:10rem}.lg\:w-1\/2{width:50%}.lg\:w-3\/12{width:25%}.lg\:w-7\/12{width:58.333333%}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1280px){.xl\:mx-7{margin-left:1.75rem;margin-right:1.75rem}.xl\:mr-0{margin-right:0}.xl\:ml-3{margin-left:.75rem}.xl\:ml-4{margin-left:1rem}.xl\:ml-20{margin-left:5rem}.xl\:px-4{padding-left:1rem;padding-right:1rem}.xl\:pb-4{padding-bottom:1rem}.xl\:w-3\/5{width:60%}.xl\:w-2\/12{width:16.666667%}}
lite/admin/js/email-subscribers-admin.js CHANGED
@@ -270,6 +270,11 @@
270
  $('#ig_es_broadcast_list_ids').change(function () {
271
  var selected_list_id = $(this).val();
272
 
 
 
 
 
 
273
  // Update total count in lists
274
  var params = {
275
  action: 'count_contacts_by_list',
@@ -287,8 +292,8 @@
287
  response = JSON.parse(response);
288
  if (response.hasOwnProperty('total')) {
289
  var total = response.total;
290
- var total_contacts_text = "<h2 class='text-sm font-normal text-gray-600'>Total Contacts: <span class='text-base font-medium text-gray-700'> " + total + "</span></h2>";
291
- var total_recipients_text = "<div class='mt-1.5 py-2'><span class='font-medium text-base text-gray-700'>" + total + " <span class='text-base font-medium text-gray-700'></span><span class='font-normal text-sm text-gray-500'> recipients </span></div>";
292
  $('#ig_es_total_contacts').html(total_contacts_text);
293
  $('#ig_es_total_recipients').html(total_recipients_text);
294
  if (total == 0) {
270
  $('#ig_es_broadcast_list_ids').change(function () {
271
  var selected_list_id = $(this).val();
272
 
273
+ if( ! selected_list_id ) {
274
+ jQuery('.ig_es_list_contacts_count').text(0);
275
+ return;
276
+ }
277
+
278
  // Update total count in lists
279
  var params = {
280
  action: 'count_contacts_by_list',
292
  response = JSON.parse(response);
293
  if (response.hasOwnProperty('total')) {
294
  var total = response.total;
295
+ var total_contacts_text = "<h2 class='text-sm font-normal text-gray-600'>Total Contacts: <span class='text-base font-medium text-gray-700'> <span class='ig_es_list_contacts_count'>" + total + "</span></span></h2>";
296
+ var total_recipients_text = "<div class='mt-1.5 py-2'><span class='font-medium text-base text-gray-700'><span class='ig_es_list_contacts_count'>" + total + "</span> <span class='text-base font-medium text-gray-700'></span><span class='font-normal text-sm text-gray-500'> recipients </span></div>";
297
  $('#ig_es_total_contacts').html(total_contacts_text);
298
  $('#ig_es_total_recipients').html(total_recipients_text);
299
  if (total == 0) {
lite/includes/class-es-common.php CHANGED
@@ -249,13 +249,24 @@ class ES_Common {
249
 
250
  $lists = ES()->lists_db->get_list_id_name_map();
251
  $lists = $default_option + $lists;
252
-
253
  $dropdown = '';
 
 
 
 
 
254
  foreach ( $lists as $key => $list ) {
 
255
  $dropdown .= "<option value='{$key}'";
256
 
257
- if ( $selected == $key ) {
258
- $dropdown .= "selected = selected";
 
 
 
 
 
 
259
  }
260
 
261
  $dropdown .= ">{$list}</option>";
@@ -1540,7 +1551,6 @@ class ES_Common {
1540
  '1' => __( 'Active', 'email-subscribers' ),
1541
  );
1542
 
1543
-
1544
  if ( $reverse ) {
1545
  $statuses = array_flip( $statuses );
1546
  }
249
 
250
  $lists = ES()->lists_db->get_list_id_name_map();
251
  $lists = $default_option + $lists;
 
252
  $dropdown = '';
253
+
254
+ if( is_string( $selected ) && strpos( $selected, ',' ) > 0 ) {
255
+ $selected = explode( ',', $selected );
256
+ }
257
+
258
  foreach ( $lists as $key => $list ) {
259
+
260
  $dropdown .= "<option value='{$key}'";
261
 
262
+ if( is_array( $selected ) ) {
263
+ if( in_array( $key, $selected ) ) {
264
+ $dropdown .= "selected = selected";
265
+ }
266
+ } else {
267
+ if ( ! empty( $selected ) && $selected == $key ) {
268
+ $dropdown .= "selected = selected";
269
+ }
270
  }
271
 
272
  $dropdown .= ">{$list}</option>";
1551
  '1' => __( 'Active', 'email-subscribers' ),
1552
  );
1553
 
 
1554
  if ( $reverse ) {
1555
  $statuses = array_flip( $statuses );
1556
  }
lite/includes/class-es-install.php CHANGED
@@ -207,6 +207,11 @@ if ( ! class_exists( 'ES_Install' ) ) {
207
  '4.4.9' => array(
208
  'ig_es_update_449_create_tables',
209
  'ig_es_update_449_db_version'
 
 
 
 
 
210
  )
211
 
212
  );
@@ -246,8 +251,6 @@ if ( ! class_exists( 'ES_Install' ) ) {
246
  self::install();
247
  }
248
 
249
- // Do we need to load templates?
250
- self::load_templates();
251
  }
252
 
253
  /**
@@ -1074,7 +1077,7 @@ if ( ! class_exists( 'ES_Install' ) ) {
1074
  *
1075
  * @sinc 4.2.4
1076
  */
1077
- public static function get_ig_es_424_schema( $collate = '') {
1078
 
1079
  global $wpdb;
1080
 
@@ -1105,7 +1108,7 @@ if ( ! class_exists( 'ES_Install' ) ) {
1105
  *
1106
  * @sinc 4.4.1
1107
  */
1108
- public static function get_ig_es_441_schema( $collate = '') {
1109
  global $wpdb;
1110
 
1111
  $tables = "CREATE TABLE `{$wpdb->prefix}ig_workflows` (
@@ -1587,6 +1590,8 @@ if ( ! class_exists( 'ES_Install' ) ) {
1587
 
1588
  if ( $force || ( $plan !== $templates_loaded_for ) ) {
1589
 
 
 
1590
  $templates = array();
1591
  $templates = apply_filters( 'ig_es_email_templates', $templates );
1592
 
207
  '4.4.9' => array(
208
  'ig_es_update_449_create_tables',
209
  'ig_es_update_449_db_version'
210
+ ),
211
+
212
+ '4.4.10' => array(
213
+ 'ig_es_update_4410_load_templates',
214
+ 'ig_es_update_4410_db_version'
215
  )
216
 
217
  );
251
  self::install();
252
  }
253
 
 
 
254
  }
255
 
256
  /**
1077
  *
1078
  * @sinc 4.2.4
1079
  */
1080
+ public static function get_ig_es_424_schema( $collate = '' ) {
1081
 
1082
  global $wpdb;
1083
 
1108
  *
1109
  * @sinc 4.4.1
1110
  */
1111
+ public static function get_ig_es_441_schema( $collate = '' ) {
1112
  global $wpdb;
1113
 
1114
  $tables = "CREATE TABLE `{$wpdb->prefix}ig_workflows` (
1590
 
1591
  if ( $force || ( $plan !== $templates_loaded_for ) ) {
1592
 
1593
+ set_time_limit( 0 );
1594
+
1595
  $templates = array();
1596
  $templates = apply_filters( 'ig_es_email_templates', $templates );
1597
 
lite/includes/classes/class-es-campaigns-table.php CHANGED
@@ -294,7 +294,8 @@ class ES_Campaigns_Table extends WP_List_Table {
294
 
295
  case 'list_ids':
296
  if ( ! empty( $item[ $column_name ] ) ) {
297
- return ES()->lists_db->get_list_id_name_map( $item[ $column_name ] );
 
298
  } else {
299
  return '-';
300
  }
@@ -532,7 +533,7 @@ class ES_Campaigns_Table extends WP_List_Table {
532
  'cb' => '<input type="checkbox" />',
533
  'name' => __( 'Name', 'email-subscribers' ),
534
  'type' => __( 'Type', 'email-subscribers' ),
535
- 'list_ids' => __( 'List', 'email-subscribers' ),
536
  'categories' => __( 'Categories', 'email-subscribers' ),
537
  'created_at' => __( 'Created On', 'email-subscribers' ),
538
  'status' => __( 'Status', 'email-subscribers' )
294
 
295
  case 'list_ids':
296
  if ( ! empty( $item[ $column_name ] ) ) {
297
+ $list_ids = explode( ',', $item[ $column_name ] );
298
+ return ES_Common::prepare_list_name_by_ids( $list_ids );
299
  } else {
300
  return '-';
301
  }
533
  'cb' => '<input type="checkbox" />',
534
  'name' => __( 'Name', 'email-subscribers' ),
535
  'type' => __( 'Type', 'email-subscribers' ),
536
+ 'list_ids' => __( 'List(s)', 'email-subscribers' ),
537
  'categories' => __( 'Categories', 'email-subscribers' ),
538
  'created_at' => __( 'Created On', 'email-subscribers' ),
539
  'status' => __( 'Status', 'email-subscribers' )
lite/includes/classes/class-es-forms-table.php CHANGED
@@ -452,7 +452,6 @@ class ES_Forms_Table extends WP_List_Table {
452
 
453
  <?php do_action('ig_es_add_additional_options', $form_data);?>
454
 
455
-
456
 
457
  <div class="flex flex-row border-b border-gray-100">
458
  <div class="flex w-1/5">
@@ -777,7 +776,7 @@ class ES_Forms_Table extends WP_List_Table {
777
  case 'shortcode':
778
  $shortcode = '[email-subscribers-form id="' . $item['id'] . '"]';
779
 
780
- return '<code>' . $shortcode . '</code>';
781
  break;
782
  default:
783
  return '';
452
 
453
  <?php do_action('ig_es_add_additional_options', $form_data);?>
454
 
 
455
 
456
  <div class="flex flex-row border-b border-gray-100">
457
  <div class="flex w-1/5">
776
  case 'shortcode':
777
  $shortcode = '[email-subscribers-form id="' . $item['id'] . '"]';
778
 
779
+ return '<code id="es-shortcode">' . $shortcode . '</code>';
780
  break;
781
  default:
782
  return '';
lite/includes/classes/class-es-handle-post-notification.php CHANGED
@@ -82,6 +82,7 @@ class ES_Handle_Post_Notification {
82
  $template = get_post( $template_id ); // to confirm if template exists in ES->Templates
83
  if ( is_object( $template ) ) {
84
  $list_id = $notification['list_ids'];
 
85
  $subscribers = ES()->contacts_db->get_active_contacts_by_list_id( $list_id );
86
 
87
  //schedule
@@ -226,6 +227,30 @@ class ES_Handle_Post_Notification {
226
  $post_author = get_the_author_meta( 'display_name', $post_author_id );
227
  $es_templ_body = str_replace( '{{POSTAUTHOR}}', $post_author, $es_templ_body );
228
  $es_templ_body = str_replace( '{{POSTLINK-ONLY}}', $post_link, $es_templ_body );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
229
 
230
  if ( $post_link != "" ) {
231
  $post_link_with_title = "<a href='" . $post_link . "' target='_blank'>" . $post_title . "</a>";
82
  $template = get_post( $template_id ); // to confirm if template exists in ES->Templates
83
  if ( is_object( $template ) ) {
84
  $list_id = $notification['list_ids'];
85
+ $list_id = explode( ',', $list_id );
86
  $subscribers = ES()->contacts_db->get_active_contacts_by_list_id( $list_id );
87
 
88
  //schedule
227
  $post_author = get_the_author_meta( 'display_name', $post_author_id );
228
  $es_templ_body = str_replace( '{{POSTAUTHOR}}', $post_author, $es_templ_body );
229
  $es_templ_body = str_replace( '{{POSTLINK-ONLY}}', $post_link, $es_templ_body );
230
+
231
+ // Check if template has {{POSTCATS}} placeholder.
232
+ if( strpos( $es_templ_body, '{{POSTCATS}}' ) >= 0 ) {
233
+ $taxonomies = get_object_taxonomies( $post );
234
+ $post_cats = array();
235
+
236
+ if( ! empty( $taxonomies ) ) {
237
+ foreach ( $taxonomies as $taxonomy ) {
238
+ $taxonomy_object = get_taxonomy( $taxonomy );
239
+ // Check if taxonomy is hierarchical e.g. have parent-child relationship like categories
240
+ if( $taxonomy_object->hierarchical ) {
241
+ $post_terms = get_the_terms( $post, $taxonomy );
242
+ if( ! empty( $post_terms ) ) {
243
+ foreach ( $post_terms as $term ) {
244
+ $term_name = $term->name;
245
+ $post_cats[] = $term_name;
246
+ }
247
+ }
248
+ }
249
+ }
250
+ }
251
+
252
+ $es_templ_body = str_replace( '{{POSTCATS}}', implode( ', ', $post_cats ), $es_templ_body );
253
+ }
254
 
255
  if ( $post_link != "" ) {
256
  $post_link_with_title = "<a href='" . $post_link . "' target='_blank'>" . $post_title . "</a>";
lite/includes/classes/class-es-newsletters.php CHANGED
@@ -29,6 +29,7 @@ class ES_Newsletters {
29
  // Ajax handler for broadcast preview
30
  add_action( 'wp_ajax_ig_es_preview_broadcast', array( $this, 'preview_broadcast' ) );
31
 
 
32
  add_action( 'wp_ajax_ig_es_trigger_broadcast_processing', array( $this, 'trigger_broadcast_processing' ) );
33
 
34
  add_action( 'admin_init', array( $this, 'process_broadcast_submission' ) );
@@ -211,6 +212,9 @@ class ES_Newsletters {
211
  }
212
  }
213
 
 
 
 
214
  ?>
215
 
216
  <div class="font-sans wrap">
@@ -356,10 +360,9 @@ class ES_Newsletters {
356
  </div>
357
  <div class="block py-2 mx-4 ">
358
  <label for="recipients" class="text-sm font-medium leading-5 text-gray-700"><?php echo esc_html__( 'Recipients', 'email-subscribers' ); ?></label>
359
- <select class="block w-full h-8 mt-1 text-sm rounded-md cursor-pointer h-9 form-select" name="broadcast_data[list_ids]" id="ig_es_broadcast_list_ids">
360
  <?php echo $lists ?>
361
  </select>
362
-
363
  <div class="block mt-1">
364
  <span id="ig_es_total_contacts"></span>
365
  </div>
@@ -743,6 +746,11 @@ class ES_Newsletters {
743
  $email = '';
744
 
745
  if ( ! empty( $list_id ) ) {
 
 
 
 
 
746
  $subscribed_contacts = ES()->lists_contacts_db->get_subscribed_contacts_from_list( $list_id );
747
  if ( ! empty( $subscribed_contacts ) ) {
748
  $subscribed_contact = array_shift( $subscribed_contacts );
29
  // Ajax handler for broadcast preview
30
  add_action( 'wp_ajax_ig_es_preview_broadcast', array( $this, 'preview_broadcast' ) );
31
 
32
+ // Ajax handler for starting processing of broadcast in background when 'Send Now' option is chosen while creating broadcast
33
  add_action( 'wp_ajax_ig_es_trigger_broadcast_processing', array( $this, 'trigger_broadcast_processing' ) );
34
 
35
  add_action( 'admin_init', array( $this, 'process_broadcast_submission' ) );
212
  }
213
  }
214
 
215
+ $select_list_attr = ES()->is_pro() ? 'multiple="multiple"' : '';
216
+ $select_list_name = ES()->is_pro() ? 'broadcast_data[list_ids][]' : 'broadcast_data[list_ids]';
217
+ $select_list_class = ES()->is_pro() ? 'ig-es-form-multiselect' : 'form-select';
218
  ?>
219
 
220
  <div class="font-sans wrap">
360
  </div>
361
  <div class="block py-2 mx-4 ">
362
  <label for="recipients" class="text-sm font-medium leading-5 text-gray-700"><?php echo esc_html__( 'Recipients', 'email-subscribers' ); ?></label>
363
+ <select <?php echo $select_list_attr; ?> class="block w-full h-8 mt-1 text-sm rounded-md cursor-pointer h-9 <?php echo esc_attr( $select_list_class ); ?>" name="<?php echo esc_attr( $select_list_name ); ?>" id="ig_es_broadcast_list_ids">
364
  <?php echo $lists ?>
365
  </select>
 
366
  <div class="block mt-1">
367
  <span id="ig_es_total_contacts"></span>
368
  </div>
746
  $email = '';
747
 
748
  if ( ! empty( $list_id ) ) {
749
+ // Check if multiple lists selection is enabled.
750
+ if( is_array( $list_id ) && ! empty( $list_id ) ) {
751
+ // Since we need to get only one sample email for showing the preview, we can get it from the first list itself.
752
+ $list_id = $list_id[0];
753
+ }
754
  $subscribed_contacts = ES()->lists_contacts_db->get_subscribed_contacts_from_list( $list_id );
755
  if ( ! empty( $subscribed_contacts ) ) {
756
  $subscribed_contact = array_shift( $subscribed_contacts );
lite/includes/classes/class-es-post-notifications.php CHANGED
@@ -69,6 +69,7 @@ class ES_Post_Notifications_Table {
69
  'name' => $title,
70
  'slug' => sanitize_title( $title )
71
  );
 
72
  $data = apply_filters( 'ig_es_post_notification_data', $data );
73
  if ( empty( $data['base_template_id'] ) ) {
74
  $message = __( 'Please select template.', 'email-subscribers' );
@@ -248,9 +249,14 @@ class ES_Post_Notifications_Table {
248
  }
249
  $cat = isset( $data['categories'] ) ? $data['categories'] : '';
250
  $list_id = isset( $data['list_ids'] ) ? $data['list_ids'] : '';
 
251
  $template_id = isset( $data['base_template_id'] ) ? $data['base_template_id'] : '';
252
  $status = isset( $data['status'] ) ? $data['status'] : 0 ;
253
  $nonce = wp_create_nonce( 'es_post_notification' );
 
 
 
 
254
  ?>
255
 
256
  <div class="wrap max-w-full mt-1 font-sans">
@@ -291,11 +297,16 @@ class ES_Post_Notifications_Table {
291
  <?php _e( 'Select List', 'email-subscribers' ); ?></span>
292
  <p class="italic text-xs font-normal text-gray-400 mt-2 ml-6 leading-snug"><?php _e( 'Contacts from the selected list will be notified about new post notification.', 'email-subscribers' ); ?></p></label>
293
  </th>
294
-
295
  <td class="w-9/12 pb-3 ">
296
- <select class="relative form-select shadow-sm border border-gray-400 w-1/3 ml-12" name="list_id" id="ig_es_post_notification_list_ids">
297
- <?php echo ES_Common::prepare_list_dropdown_options( $list_id ); ?>
298
- </select>
 
 
 
 
 
 
299
  </td>
300
  </tr>
301
  <tr class="border-b border-gray-100">
69
  'name' => $title,
70
  'slug' => sanitize_title( $title )
71
  );
72
+
73
  $data = apply_filters( 'ig_es_post_notification_data', $data );
74
  if ( empty( $data['base_template_id'] ) ) {
75
  $message = __( 'Please select template.', 'email-subscribers' );
249
  }
250
  $cat = isset( $data['categories'] ) ? $data['categories'] : '';
251
  $list_id = isset( $data['list_ids'] ) ? $data['list_ids'] : '';
252
+
253
  $template_id = isset( $data['base_template_id'] ) ? $data['base_template_id'] : '';
254
  $status = isset( $data['status'] ) ? $data['status'] : 0 ;
255
  $nonce = wp_create_nonce( 'es_post_notification' );
256
+
257
+ $select_list_attr = ES()->is_pro() ? 'multiple="multiple"' : '';
258
+ $select_list_name = ES()->is_pro() ? 'list_id[]' : 'list_id';
259
+ $select_list_class = ES()->is_pro() ? 'ig-es-form-multiselect' : 'form-select';
260
  ?>
261
 
262
  <div class="wrap max-w-full mt-1 font-sans">
297
  <?php _e( 'Select List', 'email-subscribers' ); ?></span>
298
  <p class="italic text-xs font-normal text-gray-400 mt-2 ml-6 leading-snug"><?php _e( 'Contacts from the selected list will be notified about new post notification.', 'email-subscribers' ); ?></p></label>
299
  </th>
 
300
  <td class="w-9/12 pb-3 ">
301
+ <div class="flex">
302
+ <div class="w-2/4 inline-flex ml-12 relative">
303
+ <select <?php echo $select_list_attr; ?> class="absolute shadow-sm border border-gray-400 w-2/3 <?php echo esc_attr( $select_list_class ); ?>" name="<?php echo esc_attr( $select_list_name ); ?>" id="ig_es_post_notification_list_ids">
304
+ <?php echo ES_Common::prepare_list_dropdown_options( $list_id ); ?>
305
+ </select>
306
+ </div>
307
+
308
+ <?php do_action('ig_es_add_multilist_options');?>
309
+ </div>
310
  </td>
311
  </tr>
312
  <tr class="border-b border-gray-100">
lite/includes/classes/class-es-queue.php CHANGED
@@ -131,6 +131,7 @@ if ( ! class_exists( 'ES_Queue' ) ) {
131
  $campaign['start_at'] = date( 'Y-m-d H:i:s', $start_time );
132
 
133
  $list_id = $campaign['list_ids'];
 
134
 
135
  // Do we have active subscribers?
136
  $contacts = ES()->contacts_db->get_active_contacts_by_list_id( $list_id );
@@ -214,6 +215,7 @@ if ( ! class_exists( 'ES_Queue' ) ) {
214
  return;
215
  }
216
 
 
217
  $now = time();
218
 
219
  foreach ( $campaigns as $campaign ) {
131
  $campaign['start_at'] = date( 'Y-m-d H:i:s', $start_time );
132
 
133
  $list_id = $campaign['list_ids'];
134
+ $list_id = explode( ',', $list_id );
135
 
136
  // Do we have active subscribers?
137
  $contacts = ES()->contacts_db->get_active_contacts_by_list_id( $list_id );
215
  return;
216
  }
217
 
218
+
219
  $now = time();
220
 
221
  foreach ( $campaigns as $campaign ) {
lite/includes/db/class-es-db-campaigns.php CHANGED
@@ -131,7 +131,12 @@ class ES_DB_Campaigns extends ES_DB {
131
  */
132
  public function save_campaign( $data, $id = null ) {
133
 
134
- $insert = is_null( $id ) ? true : false;
 
 
 
 
 
135
 
136
  if ( $insert ) {
137
  $result = $this->insert( $data );
@@ -610,7 +615,7 @@ class ES_DB_Campaigns extends ES_DB {
610
 
611
  /**
612
  * Get Post Notifications (Campaigns) based on post_id
613
- *
614
  * @param int $post_id
615
  *
616
  * @return array|object|null
@@ -666,8 +671,9 @@ class ES_DB_Campaigns extends ES_DB {
666
  /**
667
  * Method to update campaign status
668
  *
669
- * @param array $campaign_ids Campaign IDs.
670
- * @param integer $status New status.
 
671
  * @return bool $updated Update status
672
  *
673
  * @since 4.4.4
131
  */
132
  public function save_campaign( $data, $id = null ) {
133
 
134
+ $insert = is_null( $id );
135
+
136
+ if ( ! empty( $data['list_ids'] ) && is_array( $data['list_ids'] ) ) {
137
+ $data['list_ids'] = array_unique( $data['list_ids'] );
138
+ $data['list_ids'] = implode( ',', $data['list_ids'] );
139
+ }
140
 
141
  if ( $insert ) {
142
  $result = $this->insert( $data );
615
 
616
  /**
617
  * Get Post Notifications (Campaigns) based on post_id
618
+ *
619
  * @param int $post_id
620
  *
621
  * @return array|object|null
671
  /**
672
  * Method to update campaign status
673
  *
674
+ * @param array $campaign_ids Campaign IDs.
675
+ * @param integer $status New status.
676
+ *
677
  * @return bool $updated Update status
678
  *
679
  * @since 4.4.4
lite/includes/db/class-es-db-contacts.php CHANGED
@@ -250,7 +250,15 @@ class ES_DB_Contacts extends ES_DB {
250
 
251
  $ig_lists_contacts_table = IG_LISTS_CONTACTS_TABLE;
252
 
253
- $where = $wpdb->prepare( "id IN (SELECT contact_id FROM $ig_lists_contacts_table WHERE list_id = %d AND status IN ('subscribed', 'confirmed'))", $list_id );
 
 
 
 
 
 
 
 
254
 
255
  return $this->get_by_conditions( $where );
256
 
250
 
251
  $ig_lists_contacts_table = IG_LISTS_CONTACTS_TABLE;
252
 
253
+ if( is_array( $list_id ) ) {
254
+ $ids_count = count( $list_id );
255
+ $ids_placeholders = array_fill( 0, $ids_count, '%d' );
256
+ $ids_query = ' list_id IN( ' . implode( ',', $ids_placeholders ) . ' )';
257
+ $where = $wpdb->prepare( "id IN (SELECT contact_id FROM $ig_lists_contacts_table WHERE " . $ids_query . " AND status IN ('subscribed', 'confirmed'))", $list_id );
258
+ } else {
259
+ $where = $wpdb->prepare( "id IN (SELECT contact_id FROM $ig_lists_contacts_table WHERE list_id = %d AND status IN ('subscribed', 'confirmed'))", $list_id );
260
+ }
261
+
262
 
263
  return $this->get_by_conditions( $where );
264
 
lite/includes/db/class-es-db-lists-contacts.php CHANGED
@@ -497,7 +497,11 @@ class ES_DB_Lists_Contacts extends ES_DB {
497
  * @since 4.3.5 Removed static call
498
  */
499
  public function get_total_count_by_list( $list_id = 0, $status = 'subscribed' ) {
500
- $list_id = absint( $list_id );
 
 
 
 
501
 
502
  if ( empty( $list_id ) ) {
503
  return 0;
@@ -742,7 +746,11 @@ class ES_DB_Lists_Contacts extends ES_DB {
742
  }
743
 
744
  $status = esc_sql( $status );
745
- $list_id = esc_sql( $list_id );
 
 
 
 
746
 
747
  $where[] = "1 = %d";
748
  $args[] = 1;
@@ -765,11 +773,19 @@ class ES_DB_Lists_Contacts extends ES_DB {
765
  }
766
  }
767
 
768
- $list_id = absint( $list_id );
769
- if ( ! empty( $list_id ) ) {
770
- $list_id = esc_sql( $list_id );
771
- $where[] = "list_id = %d";
772
- $args[] = $list_id;
 
 
 
 
 
 
 
 
773
  }
774
 
775
  $days = absint( $days );
@@ -809,7 +825,6 @@ class ES_DB_Lists_Contacts extends ES_DB {
809
  */
810
  public function get_contacts_from_list( $status = 'all', $list_id = 0 ) {
811
  $list_id = absint( $list_id );
812
-
813
  if ( empty( $list_id ) ) {
814
  return array();
815
  }
497
  * @since 4.3.5 Removed static call
498
  */
499
  public function get_total_count_by_list( $list_id = 0, $status = 'subscribed' ) {
500
+
501
+ // Convert to integer only if it a numberic value and not an array.
502
+ if( is_numeric( $list_id ) ) {
503
+ $list_id = absint( $list_id );
504
+ }
505
 
506
  if ( empty( $list_id ) ) {
507
  return 0;
746
  }
747
 
748
  $status = esc_sql( $status );
749
+ if( is_array( $list_id ) ) {
750
+ $list_id = array_map( 'esc_sql', $list_id );
751
+ } else {
752
+ $list_id = esc_sql( $list_id );
753
+ }
754
 
755
  $where[] = "1 = %d";
756
  $args[] = 1;
773
  }
774
  }
775
 
776
+ if( is_array( $list_id ) ) {
777
+ $ids_count = count( $list_id );
778
+ $ids_placeholders = array_fill( 0, $ids_count, '%d' );
779
+ $ids_query = ' list_id IN( ' . implode( ',', $ids_placeholders ) . ' )';
780
+ $where[] = $ids_query;
781
+ $args = array_merge( $args, $list_id );
782
+ } else {
783
+ $list_id = absint( $list_id );
784
+ if ( ! empty( $list_id ) ) {
785
+ $list_id = esc_sql( $list_id );
786
+ $where[] = "list_id = %d";
787
+ $args[] = $list_id;
788
+ }
789
  }
790
 
791
  $days = absint( $days );
825
  */
826
  public function get_contacts_from_list( $status = 'all', $list_id = 0 ) {
827
  $list_id = absint( $list_id );
 
828
  if ( empty( $list_id ) ) {
829
  return array();
830
  }
lite/includes/pro-features.php CHANGED
@@ -22,6 +22,7 @@ add_action( 'ig_es_after_broadcast_content_left_pan_settings','ig_es_additional_
22
  add_action( 'ig_es_after_broadcast_tracking_options_settings', 'ig_es_additional_track_option');
23
  add_action( 'ig_es_broadcast_scheduling_options_settings', 'ig_es_additional_schedule_option');
24
  add_action( 'ig_es_after_broadcast_right_pan_settings', 'ig_es_additional_spam_score_option');
 
25
 
26
  /**
27
  * Promote SMTP mailer for free
@@ -652,6 +653,48 @@ function ig_es_add_captcha_option( $form_data ) {
652
  <?php }
653
  }
654
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
655
  function ig_es_additional_send_email_option() {
656
 
657
  if ( ! ES()->is_pro() ) { ?>
22
  add_action( 'ig_es_after_broadcast_tracking_options_settings', 'ig_es_additional_track_option');
23
  add_action( 'ig_es_broadcast_scheduling_options_settings', 'ig_es_additional_schedule_option');
24
  add_action( 'ig_es_after_broadcast_right_pan_settings', 'ig_es_additional_spam_score_option');
25
+ add_action( 'ig_es_add_multilist_options', 'ig_es_additional_multilist_option' );
26
 
27
  /**
28
  * Promote SMTP mailer for free
653
  <?php }
654
  }
655
 
656
+ function ig_es_additional_multilist_option(){
657
+
658
+ if ( ! ES()->is_premium_installed() ) {
659
+
660
+ $utm_args = array(
661
+ "utm_medium" => "post_notifications_multiple_lists"
662
+ );
663
+
664
+ $pricing_url = ES_Common::get_utm_tracking_url( $utm_args );
665
+
666
+ ?>
667
+ <div class="w-2/4 ml-2">
668
+ <div class="inline-flex rounded-md bg-teal-50 px-2 pt-1 w-full">
669
+ <div class="px-2 pt-2 pb-2">
670
+ <div class="flex">
671
+ <div class="flex-shrink-0">
672
+ <svg class='h-5 w-5 text-teal-400' fill='currentColor' viewBox='0 0 20 20'>
673
+ <path fill-rule='evenodd' d='M18 10a8 8 0 11-16 0 8 8 0 0116 0zm-7-4a1 1 0 11-2 0 1 1 0 012 0zM9 9a1 1 0 000 2v3a1 1 0 001 1h1a1 1 0 100-2v-3a1 1 0 00-1-1H9z' clip-rule='evenodd'/>
674
+ </svg>
675
+ </div>
676
+ <div class="ml-3">
677
+ <h3 class="text-sm leading-5 font-medium text-blue-800">
678
+ <?php _e( sprintf("<a href='%s' target='_blank'>Upgrade to ES PRO</a>", $pricing_url), 'email-subscribers' ); ?>
679
+ </h3>
680
+ <div class="mt-2 text-sm leading-5 text-teal-700">
681
+ <p>
682
+ <?php _e( 'Get rid of setting Post Notifications for each list and avoid chances of sending duplicate emails to your subscribers.', 'email-subscribers' ); ?>
683
+ <br /><br />
684
+ <?php _e( ' Upgrade to Email Subscribers PRO and select multiple lists.', 'email-subscribers' ); ?>
685
+ <br /><br />
686
+ <?php if(ES_Common::can_show_coupon('PREMIUM10')) { _e( 'Get a <b>10% flat discount</b> if you upgrade now!. <br /><br />Use coupon code <b>PREMIUM10</b>', 'email-subscribers' );}?>
687
+ </p>
688
+ </div>
689
+ </div>
690
+ </div>
691
+ </div>
692
+ </div>
693
+ </div>
694
+ <?php }
695
+
696
+ }
697
+
698
  function ig_es_additional_send_email_option() {
699
 
700
  if ( ! ES()->is_pro() ) { ?>
lite/includes/upgrade/es-update-functions.php CHANGED
@@ -1196,4 +1196,26 @@ function ig_es_update_449_create_tables() {
1196
  function ig_es_update_449_db_version() {
1197
  ES_Install::update_db_version( '4.4.9' );
1198
  }
1199
- /* --------------------- ES 4.4.9(End)--------------------------- */
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1196
  function ig_es_update_449_db_version() {
1197
  ES_Install::update_db_version( '4.4.9' );
1198
  }
1199
+ /* --------------------- ES 4.4.9(End)--------------------------- */
1200
+
1201
+ /* --------------------- ES 4.4.10(Start)--------------------------- */
1202
+
1203
+ /**
1204
+ * Load templates
1205
+ *
1206
+ * @since 4.4.10
1207
+ */
1208
+ function ig_es_update_4410_load_templates() {
1209
+ ES_Install::load_templates( true );
1210
+ }
1211
+
1212
+ /**
1213
+ * Update DB version
1214
+ *
1215
+ * @since 4.4.10
1216
+ */
1217
+ function ig_es_update_4410_db_version() {
1218
+ ES_Install::update_db_version( '4.4.10' );
1219
+ }
1220
+
1221
+ /* --------------------- ES 4.4.10(End)--------------------------- */
lite/includes/workflows/db/class-es-db-workflows.php CHANGED
@@ -108,7 +108,7 @@ class ES_DB_Workflows extends ES_DB {
108
  }
109
 
110
  /**
111
- * Get workflows bases on arguements
112
  *
113
  * @param array $query_args Query arguements.
114
  * @param string $output Output format.
108
  }
109
 
110
  /**
111
+ * Get workflows based on arguements
112
  *
113
  * @param array $query_args Query arguements.
114
  * @param string $output Output format.
lite/languages/email-subscribers.pot CHANGED
@@ -3,7 +3,7 @@ msgid ""
3
  msgstr ""
4
  "Project-Id-Version: Email Subscribers & Newsletters\n"
5
  "Report-Msgid-Bugs-To: \n"
6
- "POT-Creation-Date: 2020-05-21 21:47+0000\n"
7
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
8
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
9
  "Language-Team: \n"
@@ -55,7 +55,7 @@ msgid "Connect to Icegram"
55
  msgstr ""
56
 
57
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/pro/pro-class-email-subscribers.php:112
58
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/class-es-common.php:1384
59
  msgid "Sequence"
60
  msgstr ""
61
 
@@ -64,13 +64,13 @@ msgid "Google Analytics link tracking"
64
  msgstr ""
65
 
66
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/pro/pro-class-email-subscribers.php:214
67
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/pro/pro-class-email-subscribers.php:511
68
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:789
69
  msgid "Get Spam Score"
70
  msgstr ""
71
 
72
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/pro/pro-class-email-subscribers.php:224
73
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/pro/pro-class-email-subscribers.php:593
74
  msgid "Campaign Name"
75
  msgstr ""
76
 
@@ -81,24 +81,24 @@ msgid ""
81
  msgstr ""
82
 
83
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/pro/pro-class-email-subscribers.php:232
84
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/pro/pro-class-email-subscribers.php:513
85
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/pro/pro-class-sequences.php:375
86
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:790
87
  msgid "Check"
88
  msgstr ""
89
 
90
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/pro/pro-class-email-subscribers.php:236
91
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/pro/pro-class-email-subscribers.php:525
92
  msgid "Awesome score. Your email is almost perfect."
93
  msgstr ""
94
 
95
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/pro/pro-class-email-subscribers.php:237
96
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/pro/pro-class-email-subscribers.php:526
97
  msgid "Ouch! your email needs improvement. "
98
  msgstr ""
99
 
100
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/pro/pro-class-email-subscribers.php:239
101
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/pro/pro-class-email-subscribers.php:529
102
  msgid "Here are some things to fix: "
103
  msgstr ""
104
 
@@ -111,152 +111,152 @@ msgstr ""
111
  msgid "Please add email body."
112
  msgstr ""
113
 
114
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/pro/pro-class-email-subscribers.php:462
115
  msgid "Clean My List"
116
  msgstr ""
117
 
118
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/pro/pro-class-email-subscribers.php:463
119
  msgid "List cleanup is in progress..."
120
  msgstr ""
121
 
122
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/pro/pro-class-email-subscribers.php:464
123
  msgid "List cleanup completed successfully."
124
  msgstr ""
125
 
126
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/pro/pro-class-email-subscribers.php:472
127
  msgid "Email Status"
128
  msgstr ""
129
 
130
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/pro/pro-class-email-subscribers.php:523
131
  msgid "Spam score"
132
  msgstr ""
133
 
134
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/pro/pro-class-email-subscribers.php:536
135
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-newsletters.php:394
136
  msgid "Close"
137
  msgstr ""
138
 
139
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/pro/pro-class-email-subscribers.php:562
140
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:677
141
  msgid "Link Tracking"
142
  msgstr ""
143
 
144
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/pro/pro-class-email-subscribers.php:578
145
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/pro/pro-class-email-subscribers.php:796
146
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:180
147
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:691
148
  msgid "UTM Tracking"
149
  msgstr ""
150
 
151
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/pro/pro-class-email-subscribers.php:624
152
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:721
153
  msgid "Send Options"
154
  msgstr ""
155
 
156
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/pro/pro-class-email-subscribers.php:627
157
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:724
158
  msgid "Schedule for Later"
159
  msgstr ""
160
 
161
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/pro/pro-class-email-subscribers.php:640
162
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:730
163
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/workflows/fields/class-es-date.php:32
164
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/workflows/admin/views/meta-box-timing.php:83
165
  msgid "Date"
166
  msgstr ""
167
 
168
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/pro/pro-class-email-subscribers.php:651
169
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:739
170
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/workflows/fields/class-es-time.php:65
171
  msgid "Time"
172
  msgstr ""
173
 
174
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/pro/pro-class-email-subscribers.php:662
175
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:749
176
  msgid "Local Time: "
177
  msgstr ""
178
 
179
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/pro/pro-class-email-subscribers.php:670
180
  msgid "Send Now"
181
  msgstr ""
182
 
183
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/pro/pro-class-email-subscribers.php:690
184
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/pro/pro-class-email-subscribers.php:699
185
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:661
186
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-admin-settings.php:180
187
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-contacts-table.php:706
188
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-contacts-table.php:958
189
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-export-subscribers.php:309
190
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-forms-table.php:341
191
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-reports-table.php:91
192
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/public/partials/class-es-shortcode.php:151
193
  msgid "Email"
194
  msgstr ""
195
 
196
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/pro/pro-class-email-subscribers.php:694
197
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:665
198
  msgid "Enter email"
199
  msgstr ""
200
 
201
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/pro/pro-class-email-subscribers.php:704
202
  msgid "Send Preview Email"
203
  msgstr ""
204
 
205
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/pro/pro-class-email-subscribers.php:712
206
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/admin/class-email-subscribers-admin.php:487
207
  msgid "Something went wrong"
208
  msgstr ""
209
 
210
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/pro/pro-class-email-subscribers.php:742
211
  msgid "SUCCESS"
212
  msgstr ""
213
 
214
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/pro/pro-class-email-subscribers.php:753
215
  msgid "Select page"
216
  msgstr ""
217
 
218
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/pro/pro-class-email-subscribers.php:766
219
  msgid ""
220
  "Subscriber will be redirected to selected page once they click on "
221
  "unsubscribe link from the email."
222
  msgstr ""
223
 
224
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/pro/pro-class-email-subscribers.php:779
225
  msgid ""
226
  "Subscriber will be redirected to selected page once they click on email "
227
  "confirmation link from the Double Opt In (confirmation) Email."
228
  msgstr ""
229
 
230
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/pro/pro-class-email-subscribers.php:788
231
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:160
232
  msgid "Track Clicks"
233
  msgstr ""
234
 
235
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/pro/pro-class-email-subscribers.php:863
236
  msgid "Clicked"
237
  msgstr ""
238
 
239
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/pro/pro-class-email-subscribers.php:913
240
  msgid "Add Customer to Product specific list"
241
  msgstr ""
242
 
243
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/pro/pro-class-email-subscribers.php:921
244
  msgid "Add Customer to Product variation list"
245
  msgstr ""
246
 
247
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/pro/pro-class-post-digest.php:24
248
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/class-es-common.php:1385
249
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/pro/classes/class-es-pro-reports-data.php:113
250
  msgid "Post Digest"
251
  msgstr ""
252
 
253
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/pro/pro-class-post-digest.php:37
254
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-post-notifications.php:304
255
  msgid "Select template"
256
  msgstr ""
257
 
258
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/pro/pro-class-post-digest.php:38
259
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-post-notifications.php:305
260
  msgid "Content of the selected template will be sent out as post notification."
261
  msgstr ""
262
 
@@ -386,7 +386,7 @@ msgstr ""
386
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/pro/pro-class-sequences.php:195
387
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-contacts-table.php:1230
388
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-contacts-table.php:1251
389
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-newsletters.php:126
390
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-post-notifications.php:45
391
  msgid "Please select list."
392
  msgstr ""
@@ -423,11 +423,11 @@ msgid "Email Subject"
423
  msgstr ""
424
 
425
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/pro/pro-class-sequences.php:349
426
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-admin-settings.php:358
427
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-admin-settings.php:387
428
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-admin-settings.php:419
429
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-admin-settings.php:459
430
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-newsletters.php:248
431
  msgid "Content"
432
  msgstr ""
433
 
@@ -452,7 +452,7 @@ msgid " after subscription"
452
  msgstr ""
453
 
454
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/starter/starter-class-email-subscribers.php:192
455
- msgid "Are You a Human? "
456
  msgstr ""
457
 
458
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/starter/starter-class-email-subscribers.php:313
@@ -514,24 +514,24 @@ msgid "SMTP Password"
514
  msgstr ""
515
 
516
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/starter/starter-class-email-subscribers.php:394
517
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:211
518
  msgid "Block Known Attackers"
519
  msgstr ""
520
 
521
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/starter/starter-class-email-subscribers.php:395
522
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:212
523
  msgid ""
524
  "Stop known spam bot attacker domains from signing up. Keeps this list up-to-"
525
  "date with Icegram servers."
526
  msgstr ""
527
 
528
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/starter/starter-class-email-subscribers.php:402
529
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:222
530
  msgid "Block Temporary / Fake Emails"
531
  msgstr ""
532
 
533
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/starter/starter-class-email-subscribers.php:403
534
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:223
535
  msgid ""
536
  "Plenty of sites provide disposable / fake / temporary email addresses. "
537
  "People use them when they don't want to give you their real email. Block "
@@ -539,7 +539,7 @@ msgid ""
539
  msgstr ""
540
 
541
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/starter/starter-class-email-subscribers.php:411
542
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:234
543
  msgid "Enable Captcha"
544
  msgstr ""
545
 
@@ -572,19 +572,19 @@ msgid "Custom CSS"
572
  msgstr ""
573
 
574
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/starter/starter-class-email-subscribers.php:610
575
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:141
576
  msgid "User Roles"
577
  msgstr ""
578
 
579
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/starter/starter-class-email-subscribers.php:631
580
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:81
581
  msgid "Roles"
582
  msgstr ""
583
 
584
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/starter/starter-class-email-subscribers.php:632
585
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/admin/class-email-subscribers-admin.php:223
586
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/admin/class-email-subscribers-admin.php:223
587
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:82
588
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/admin/partials/dashboard.php:66
589
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-export-subscribers.php:142
590
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-import-subscribers.php:312
@@ -595,7 +595,7 @@ msgstr ""
595
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/starter/starter-class-email-subscribers.php:633
596
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/admin/class-email-subscribers-admin.php:217
597
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/admin/class-email-subscribers-admin.php:217
598
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:83
599
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-forms-table.php:38
600
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-forms-table.php:39
601
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-forms-table.php:83
@@ -605,17 +605,17 @@ msgstr ""
605
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/starter/starter-class-email-subscribers.php:634
606
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/admin/class-email-subscribers-admin.php:205
607
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/admin/class-email-subscribers-admin.php:205
608
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:84
609
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/pro/partials/es-dashboard.php:8
610
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-campaigns-table.php:103
611
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-newsletters.php:233
612
  msgid "Campaigns"
613
  msgstr ""
614
 
615
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/starter/starter-class-email-subscribers.php:635
616
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/admin/class-email-subscribers-admin.php:232
617
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/admin/class-email-subscribers-admin.php:232
618
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:85
619
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/admin/partials/dashboard.php:193
620
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-reports-table.php:20
621
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-reports-table.php:37
@@ -624,14 +624,14 @@ msgid "Reports"
624
  msgstr ""
625
 
626
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/starter/starter-class-email-subscribers.php:636
627
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:86
628
  msgid "Sequences"
629
  msgstr ""
630
 
631
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/starter/starter-class-email-subscribers.php:637
632
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/admin/class-email-subscribers-admin.php:195
633
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/admin/class-email-subscribers-admin.php:195
634
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:87
635
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/workflows/class-es-workflows-table.php:54
636
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/workflows/class-es-workflows-table.php:150
637
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/workflows/admin/class-es-workflow-admin-edit.php:184
@@ -647,42 +647,42 @@ msgid "Inline CSS"
647
  msgstr ""
648
 
649
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/starter/starter-class-email-subscribers.php:1123
650
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:610
651
  msgid "Show a captcha to protect from bot signups."
652
  msgstr ""
653
 
654
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/starter/starter-class-es-integrations.php:72
655
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:268
656
  msgid "Comments"
657
  msgstr ""
658
 
659
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/starter/starter-class-es-integrations.php:82
660
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:279
661
  msgid "WooCommerce"
662
  msgstr ""
663
 
664
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/starter/starter-class-es-integrations.php:91
665
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:328
666
  msgid "EDD"
667
  msgstr ""
668
 
669
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/starter/starter-class-es-integrations.php:100
670
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:289
671
  msgid "Contact Form 7"
672
  msgstr ""
673
 
674
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/starter/starter-class-es-integrations.php:109
675
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:298
676
  msgid "WPForms"
677
  msgstr ""
678
 
679
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/starter/starter-class-es-integrations.php:118
680
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:308
681
  msgid "Give"
682
  msgstr ""
683
 
684
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/starter/starter-class-es-integrations.php:127
685
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:318
686
  msgid "Ninja Forms"
687
  msgstr ""
688
 
@@ -714,12 +714,12 @@ msgstr ""
714
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/starter/starter-class-es-integrations.php:503
715
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/starter/starter-class-es-integrations.php:590
716
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-handle-sync-wp-user.php:77
717
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-post-notifications.php:291
718
  msgid "Select List"
719
  msgstr ""
720
 
721
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/starter/starter-class-es-integrations.php:326
722
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-admin-settings.php:795
723
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-handle-sync-wp-user.php:91
724
  msgid "Save Settings"
725
  msgstr ""
@@ -902,10 +902,10 @@ msgid "Post Notifications"
902
  msgstr ""
903
 
904
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/admin/class-email-subscribers-admin.php:209
905
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/class-es-common.php:1382
906
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/pro/classes/class-es-pro-reports-data.php:109
907
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-campaigns-table.php:303
908
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-newsletters.php:242
909
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-reports-table.php:196
910
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-templates-table.php:34
911
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-templates-table.php:263
@@ -913,12 +913,12 @@ msgid "Broadcast"
913
  msgstr ""
914
 
915
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/admin/class-email-subscribers-admin.php:210
916
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-newsletters.php:389
917
  msgid "Template Preview"
918
  msgstr ""
919
 
920
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/admin/class-email-subscribers-admin.php:227
921
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-forms-table.php:391
922
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-lists-table.php:37
923
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-lists-table.php:77
924
  msgid "Lists"
@@ -944,7 +944,7 @@ msgstr ""
944
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/class-email-subscribers.php:310
945
  #, php-format
946
  msgid ""
947
- "WordPress Cron is disable on your site. Email notifications from Email "
948
  "Subscribers plugin will not be sent automatically. <a href=\"%s\" "
949
  "target=\"_blank\" >Here's how you can enable it.</a>"
950
  msgstr ""
@@ -970,150 +970,150 @@ msgstr ""
970
  msgid "%1$s in %2$s on line %3$s"
971
  msgstr ""
972
 
973
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/class-es-common.php:90
974
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-contacts-table.php:290
975
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-lists-table.php:536
976
  msgid "Subscribed"
977
  msgstr ""
978
 
979
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/class-es-common.php:91
980
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-lists-table.php:538
981
  msgid "Unconfirmed"
982
  msgstr ""
983
 
984
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/class-es-common.php:92
985
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-contacts-table.php:298
986
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-lists-table.php:537
987
  msgid "Unsubscribed"
988
  msgstr ""
989
 
990
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/class-es-common.php:115
991
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-post-notifications.php:322
992
  msgid "Select Status"
993
  msgstr ""
994
 
995
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/class-es-common.php:236
996
  msgid "Select Template"
997
  msgstr ""
998
 
999
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/class-es-common.php:274
1000
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/class-es-common.php:1441
1001
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/admin/partials/help.php:187
1002
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-campaigns-table.php:266
1003
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/workflows/admin/views/meta-box-save.php:29
1004
  msgid "Active"
1005
  msgstr ""
1006
 
1007
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/class-es-common.php:275
1008
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/admin/partials/help.php:189
1009
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/workflows/admin/views/meta-box-save.php:28
1010
  msgid "Inactive"
1011
  msgstr ""
1012
 
1013
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/class-es-common.php:343
1014
  msgid "Select Categories"
1015
  msgstr ""
1016
 
1017
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/class-es-common.php:356
1018
  msgid "All Categories (Also include all categories which will create later)"
1019
  msgstr ""
1020
 
1021
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/class-es-common.php:389
1022
  msgid "No Custom Post Types Available"
1023
  msgstr ""
1024
 
1025
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/class-es-common.php:405
1026
  msgid "Single Opt-In"
1027
  msgstr ""
1028
 
1029
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/class-es-common.php:406
1030
  msgid "Double Opt-In"
1031
  msgstr ""
1032
 
1033
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/class-es-common.php:421
1034
  msgid "Full Size"
1035
  msgstr ""
1036
 
1037
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/class-es-common.php:422
1038
  msgid "Medium Size"
1039
  msgstr ""
1040
 
1041
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/class-es-common.php:423
1042
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-templates-table.php:244
1043
  msgid "Thumbnail"
1044
  msgstr ""
1045
 
1046
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/class-es-common.php:1249
1047
  msgid "8 Tips To Improve Email Open Rates"
1048
  msgstr ""
1049
 
1050
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/class-es-common.php:1250
1051
  msgid "Prevent Your Email From Landing In Spam"
1052
  msgstr ""
1053
 
1054
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/class-es-common.php:1251
1055
  msgid "<b>Email Subscribers Secret Club</b>"
1056
  msgstr ""
1057
 
1058
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/class-es-common.php:1251
1059
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/feedback.php:124
1060
  msgid "Join Now"
1061
  msgstr ""
1062
 
1063
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/class-es-common.php:1252
1064
  msgid "Best Way To Keep Customers Engaged"
1065
  msgstr ""
1066
 
1067
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/class-es-common.php:1253
1068
  msgid "Access Control"
1069
  msgstr ""
1070
 
1071
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/class-es-common.php:1254
1072
  msgid "Prevent Spam Subscription Using Captcha"
1073
  msgstr ""
1074
 
1075
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/class-es-common.php:1255
1076
  msgid "Email Subscribers PRO"
1077
  msgstr ""
1078
 
1079
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/class-es-common.php:1255
1080
  msgid "Lifetime"
1081
  msgstr ""
1082
 
1083
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/class-es-common.php:1383
1084
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/pro/classes/class-es-pro-reports-data.php:111
1085
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-reports-table.php:192
1086
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-templates-table.php:35
1087
  msgid "Post Notification"
1088
  msgstr ""
1089
 
1090
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/class-es-common.php:1437
1091
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-campaigns-table.php:469
1092
  msgid "Draft"
1093
  msgstr ""
1094
 
1095
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/class-es-common.php:1438
1096
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-campaigns-table.php:451
1097
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-campaigns-table.php:487
1098
  msgid "Sending"
1099
  msgstr ""
1100
 
1101
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/class-es-common.php:1439
1102
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-campaigns-table.php:267
1103
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-campaigns-table.php:444
1104
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-campaigns-table.php:478
1105
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/workflows/admin/views/meta-box-timing.php:37
1106
  msgid "Scheduled"
1107
  msgstr ""
1108
 
1109
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/class-es-common.php:1440
1110
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-campaigns-table.php:458
1111
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-campaigns-table.php:504
1112
  msgid "Sent"
1113
  msgstr ""
1114
 
1115
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/class-es-install.php:783
1116
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/upgrade/es-update-functions.php:777
1117
  msgid ""
1118
  "Your subscription was successful! Kindly check your mailbox and confirm your "
1119
  "subscription. If you don't see the email within a few minutes, check the "
@@ -1122,7 +1122,7 @@ msgstr ""
1122
 
1123
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/feedback.php:56
1124
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/feedback.php:83
1125
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-newsletters.php:299
1126
  msgid "Send"
1127
  msgstr ""
1128
 
@@ -1174,50 +1174,40 @@ msgstr ""
1174
  msgid "Contact Us"
1175
  msgstr ""
1176
 
1177
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:166
1178
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:186
1179
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:241
1180
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:767
1181
  #, php-format
1182
  msgid "<a href='%s' target='_blank'>Upgrade to ES PRO</a>"
1183
  msgstr ""
1184
 
1185
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:167
1186
  msgid "Get insights about link clicks. See who are clicking on which links?"
1187
  msgstr ""
1188
 
1189
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:187
1190
  msgid "Get insights about UTM tracking."
1191
  msgstr ""
1192
 
1193
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:235
1194
  msgid "Show a captcha in subscription forms to protect from bot signups."
1195
  msgstr ""
1196
 
1197
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:242
1198
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:641
1199
  msgid "Secure your form and avoid spam signups with form Captcha"
1200
  msgstr ""
1201
 
1202
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:356
1203
  msgid "Sync Comment Users"
1204
  msgstr ""
1205
 
1206
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:357
1207
  msgid ""
1208
  "Quickly add to your mailing list when someone post a comment on your website."
1209
  msgstr ""
1210
 
1211
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:358
1212
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:387
1213
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:420
1214
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:452
1215
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:484
1216
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:516
1217
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:548
1218
- msgid "How to setup?"
1219
- msgstr ""
1220
-
1221
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:359
1222
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:388
1223
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:421
@@ -1225,53 +1215,63 @@ msgstr ""
1225
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:485
1226
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:517
1227
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:549
 
 
 
 
 
 
 
 
 
 
1228
  msgid "Once you upgrade to "
1229
  msgstr ""
1230
 
1231
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:359
1232
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:362
1233
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:388
1234
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:421
1235
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:453
1236
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:485
1237
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:517
1238
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:549
1239
  msgid "Email Subscribers Starter"
1240
  msgstr ""
1241
 
1242
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:359
1243
  msgid ""
1244
  "you will have settings panel where you need to enable Comment user sync and "
1245
  "select the list in which you want to add people whenever someone post a\n"
1246
  "\t\tcomment."
1247
  msgstr ""
1248
 
1249
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:362
1250
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:392
1251
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:424
1252
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:456
1253
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:488
1254
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:520
1255
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:552
1256
  msgid "Checkout "
1257
  msgstr ""
1258
 
1259
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:362
1260
  msgid "now"
1261
  msgstr ""
1262
 
1263
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:385
1264
  msgid "Sync WooCommerce Customers"
1265
  msgstr ""
1266
 
1267
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:386
1268
  msgid ""
1269
  "Are you using WooCommerce for your online business? You can use this "
1270
  "integration to add to a specific list whenever someone make a purchase from "
1271
  "you"
1272
  msgstr ""
1273
 
1274
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:388
1275
  msgid ""
1276
  "you will have settings panel where you need to enable WooCommerce sync and "
1277
  "select the list in which you want to add people whenever they\n"
@@ -1279,102 +1279,119 @@ msgid ""
1279
  "\t\t\tfrom you."
1280
  msgstr ""
1281
 
1282
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:418
1283
  msgid "Sync Contact Form 7 users"
1284
  msgstr ""
1285
 
1286
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:419
1287
  msgid ""
1288
  "Are you using Contact Form 7 for your list building? You can use this "
1289
  "integration to add to a specific list whenever new subscribers added from "
1290
  "Contact Form 7"
1291
  msgstr ""
1292
 
1293
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:422
1294
  msgid ""
1295
  "you will have settings panel where you need to enable Contact form 7 sync "
1296
  "and select the list in which you want to add people whenever they fill any "
1297
  "of the Contact Form."
1298
  msgstr ""
1299
 
1300
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:450
1301
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:482
1302
  msgid "Sync Donors"
1303
  msgstr ""
1304
 
1305
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:451
1306
  msgid ""
1307
  "We found that you are using Give WordPress plugin to collect donations. Now, "
1308
  "with this integration, you can add your donors to any of your subscriber "
1309
  "list and send them Newsletters in future."
1310
  msgstr ""
1311
 
1312
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:454
1313
  msgid ""
1314
  "you will have settings panel where you need to enable Give integration and "
1315
  "select the list in which you want to add people whenever they make donation."
1316
  msgstr ""
1317
 
1318
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:483
1319
  msgid ""
1320
  "Are you using Give WordPress plugin to collect donations? Want to send Thank "
1321
  "You email to them? You can use this integration to be in touch with them."
1322
  msgstr ""
1323
 
1324
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:486
1325
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:518
1326
  msgid ""
1327
  "you will have settings panel where you need to enable Give sync and select "
1328
  "the list in which you want to add people whenever they make donation."
1329
  msgstr ""
1330
 
1331
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:514
1332
  msgid "Sync Contacts"
1333
  msgstr ""
1334
 
1335
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:515
1336
  msgid ""
1337
  "We found that you are using Ninja Forms. Want to add your contact to a "
1338
  "mailing list? You can use this integration to add your contact to add into "
1339
  "mailing list"
1340
  msgstr ""
1341
 
1342
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:546
1343
  msgid "Sync Customers"
1344
  msgstr ""
1345
 
1346
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:547
1347
  msgid ""
1348
  "We found that you are using EDD to sell digital goods online. You can use "
1349
  "this integration to send Newsletters/ Post Notifications to your customers."
1350
  msgstr ""
1351
 
1352
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:550
1353
  msgid ""
1354
  "you will have settings panel where you need to enable EDD sync and select "
1355
  "the list in which you want to add people whenever they purchase something "
1356
  "from you."
1357
  msgstr ""
1358
 
1359
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:643
1360
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:772
1361
  #, php-format
1362
  msgid ""
1363
  "Get <b>10% flat discount</b> if you upgrade now!. <br /><br />Use coupon "
1364
  "code <b>PREMIUM10</b>"
1365
  msgstr ""
1366
 
1367
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:661
1368
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:677
1369
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:691
1370
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:721
1371
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:789
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1372
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/admin/partials/dashboard.php:94
1373
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-admin-settings.php:724
1374
  msgid "Premium"
1375
  msgstr ""
1376
 
1377
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:771
1378
  msgid ""
1379
  "Link Tracking, UTM Tracking and Scheduling Options are part of Email "
1380
  "Subscribers PRO"
@@ -1392,7 +1409,7 @@ msgstr ""
1392
 
1393
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/public/class-email-subscribers-public.php:112
1394
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-handle-subscription.php:422
1395
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/upgrade/es-update-functions.php:777
1396
  msgid "Successfully Subscribed."
1397
  msgstr ""
1398
 
@@ -1602,7 +1619,7 @@ msgid "Other awesome plugins from same author"
1602
  msgstr ""
1603
 
1604
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/admin/partials/help.php:185
1605
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-campaigns-table.php:527
1606
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-export-subscribers.php:311
1607
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-reports-table.php:92
1608
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-reports-table.php:274
@@ -1665,7 +1682,7 @@ msgid "But before test <strong>verify your sender details</strong>"
1665
  msgstr ""
1666
 
1667
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/admin/partials/onboarding.php:20
1668
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-admin-settings.php:167
1669
  msgid "Sender"
1670
  msgstr ""
1671
 
@@ -1752,318 +1769,339 @@ msgstr ""
1752
  msgid "Explore more about problems"
1753
  msgstr ""
1754
 
1755
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-admin-settings.php:35
1756
  msgid "You do not have permission to update settings"
1757
  msgstr ""
1758
 
1759
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-admin-settings.php:123
1760
  msgid "General"
1761
  msgstr ""
1762
 
1763
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-admin-settings.php:124
1764
  msgid "Notifications"
1765
  msgstr ""
1766
 
1767
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-admin-settings.php:125
1768
  msgid "Email Sending"
1769
  msgstr ""
1770
 
1771
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-admin-settings.php:126
1772
  msgid "Security"
1773
  msgstr ""
1774
 
1775
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-admin-settings.php:171
1776
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-admin-settings.php:174
1777
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-campaigns-table.php:523
1778
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-contacts-table.php:957
1779
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-forms-table.php:358
1780
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-forms-table.php:818
1781
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-lists-table.php:535
1782
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/public/partials/class-es-shortcode.php:152
1783
  msgid "Name"
1784
  msgstr ""
1785
 
1786
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-admin-settings.php:172
1787
  msgid "Choose a FROM name for all the emails to be sent from this plugin."
1788
  msgstr ""
1789
 
1790
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-admin-settings.php:181
1791
  msgid ""
1792
  "Choose a FROM email address for all the emails to be sent from this plugin"
1793
  msgstr ""
1794
 
1795
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-admin-settings.php:183
1796
  msgid "Email Address"
1797
  msgstr ""
1798
 
1799
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-admin-settings.php:191
1800
  msgid "Email Addresses"
1801
  msgstr ""
1802
 
1803
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-admin-settings.php:193
1804
  msgid ""
1805
  "Enter the admin email addresses that should receive notifications (separated "
1806
  "by comma)."
1807
  msgstr ""
1808
 
1809
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-admin-settings.php:199
1810
  msgid "Opt-in Type"
1811
  msgstr ""
1812
 
1813
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-admin-settings.php:208
1814
  msgid "Image Size"
1815
  msgstr ""
1816
 
1817
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-admin-settings.php:211
1818
  msgid ""
1819
  "Select image size for {{POSTIMAGE}} to be shown in the Post Notification "
1820
  "Emails."
1821
  msgstr ""
1822
 
1823
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-admin-settings.php:217
1824
  msgid "Track Opens"
1825
  msgstr ""
1826
 
1827
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-admin-settings.php:229
1828
  msgid "Message to display after form submission"
1829
  msgstr ""
1830
 
1831
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-admin-settings.php:239
1832
  msgid "Show Unsubscribe Message In Email Footer"
1833
  msgstr ""
1834
 
1835
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-admin-settings.php:240
1836
  msgid ""
1837
  "Add text which you want your contact to see in footer to unsubscribe. Use "
1838
  "{{UNSUBSCRIBE-LINK}} keyword to add unsubscribe link."
1839
  msgstr ""
1840
 
1841
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-admin-settings.php:247
1842
  msgid "Subscription Success/ Error Messages"
1843
  msgstr ""
1844
 
1845
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-admin-settings.php:254
1846
  msgid "You have been subscribed successfully!"
1847
  msgstr ""
1848
 
1849
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-admin-settings.php:256
1850
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-admin-settings.php:286
1851
  msgid "Success Message"
1852
  msgstr ""
1853
 
1854
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-admin-settings.php:257
1855
  msgid ""
1856
  "Show this message if contact is successfully subscribed from Double Opt-In "
1857
  "(Confirmation) Email"
1858
  msgstr ""
1859
 
1860
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-admin-settings.php:265
1861
  msgid ""
1862
  "Oops.. Your request couldn't be completed. This email address seems to be "
1863
  "already subscribed / blocked."
1864
  msgstr ""
1865
 
1866
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-admin-settings.php:267
1867
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-admin-settings.php:298
1868
  msgid "Error Message"
1869
  msgstr ""
1870
 
1871
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-admin-settings.php:268
1872
  msgid ""
1873
  "Show this message if any error occured after clicking confirmation link from "
1874
  "Double Opt-In (Confirmation) Email."
1875
  msgstr ""
1876
 
1877
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-admin-settings.php:276
1878
  msgid "Unsubscribe Success/ Error Messages"
1879
  msgstr ""
1880
 
1881
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-admin-settings.php:284
1882
  msgid ""
1883
  "Thank You, You have been successfully unsubscribed. You will no longer hear "
1884
  "from us."
1885
  msgstr ""
1886
 
1887
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-admin-settings.php:287
1888
  msgid ""
1889
  "Once contact clicks on unsubscribe link, he/she will be redirected to a page "
1890
  "where this message will be shown."
1891
  msgstr ""
1892
 
1893
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-admin-settings.php:299
1894
  msgid ""
1895
  "Show this message if any error occured after clicking on unsubscribe link."
1896
  msgstr ""
1897
 
1898
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-admin-settings.php:329
1899
  msgid "Welcome Email"
1900
  msgstr ""
1901
 
1902
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-admin-settings.php:330
1903
  msgid "Send welcome email to new contact after signup."
1904
  msgstr ""
1905
 
1906
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-admin-settings.php:335
1907
  msgid "Enable?"
1908
  msgstr ""
1909
 
1910
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-admin-settings.php:348
1911
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-admin-settings.php:376
1912
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-admin-settings.php:411
1913
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-admin-settings.php:448
1914
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-newsletters.php:321
1915
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-reports-table.php:272
1916
  msgid "Subject"
1917
  msgstr ""
1918
 
1919
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-admin-settings.php:359
1920
  msgid ""
1921
  "Available keywords. {{FIRSTNAME}}, {{LASTNAME}}, {{NAME}}, {{EMAIL}}, {{LIST}"
1922
  "}, {{UNSUBSCRIBE-LINK}}"
1923
  msgstr ""
1924
 
1925
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-admin-settings.php:366
1926
  msgid "Confirmation Email"
1927
  msgstr ""
1928
 
1929
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-admin-settings.php:388
1930
  msgid ""
1931
  "If Double Optin is set, contact will receive confirmation email with above "
1932
  "content. You can use {{FIRSTNAME}}, {{LASTNAME}}, {{NAME}}, {{EMAIL}}, "
1933
  "{{SUBSCRIBE-LINK}} keywords"
1934
  msgstr ""
1935
 
1936
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-admin-settings.php:396
1937
  msgid "Admin Notification On New Subscription"
1938
  msgstr ""
1939
 
1940
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-admin-settings.php:397
1941
  msgid "Notify admin(s) for new contact signup."
1942
  msgstr ""
1943
 
1944
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-admin-settings.php:402
1945
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-admin-settings.php:435
1946
  msgid "Notify?"
1947
  msgstr ""
1948
 
1949
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-admin-settings.php:413
1950
  msgid ""
1951
  "Subject for the admin email whenever a new contact signs up and is confirmed"
1952
  msgstr ""
1953
 
1954
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-admin-settings.php:414
1955
  msgid "New email subscription"
1956
  msgstr ""
1957
 
1958
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-admin-settings.php:421
1959
  msgid ""
1960
  "Content for the admin email whenever a new subscriber signs up and is "
1961
  "confirmed. Available Keywords: {{NAME}}, {{EMAIL}}, {{LIST}}"
1962
  msgstr ""
1963
 
1964
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-admin-settings.php:429
1965
  msgid "Admin Notification On Every Campaign Sent"
1966
  msgstr ""
1967
 
1968
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-admin-settings.php:430
1969
  msgid "Notify admin(s) on every campaign sent."
1970
  msgstr ""
1971
 
1972
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-admin-settings.php:446
1973
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-mailer.php:354
1974
  msgid "Campaign Sent!"
1975
  msgstr ""
1976
 
1977
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-admin-settings.php:460
1978
  msgid ""
1979
  "Send report to admin(s) whenever campaign is successfully sent to all "
1980
  "contacts. Available Keywords: {{DATE}}, {{SUBJECT}}, {{COUNT}}"
1981
  msgstr ""
1982
 
1983
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-admin-settings.php:477
1984
  msgid "Cron URL"
1985
  msgstr ""
1986
 
1987
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-admin-settings.php:478
1988
  #, php-format
1989
  msgid ""
1990
  "You need to visit this URL to send email notifications. Know <a href='%s' "
1991
  "target='_blank'>how to run this in background</a>"
1992
  msgstr ""
1993
 
1994
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-admin-settings.php:486
1995
  msgid "Disable WordPress Cron"
1996
  msgstr ""
1997
 
1998
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-admin-settings.php:487
1999
  msgid ""
2000
  "Check this if you do not want Email Subscribers to use WP Cron to send "
2001
  "emails."
2002
  msgstr ""
2003
 
2004
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-admin-settings.php:492
2005
  msgid "Send Emails At Most Every"
2006
  msgstr ""
2007
 
2008
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-admin-settings.php:495
2009
  msgid "Optional if a real cron service is used"
2010
  msgstr ""
2011
 
2012
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-admin-settings.php:505
2013
  msgid "Maximum Emails To Send In An Hour"
2014
  msgstr ""
2015
 
2016
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-admin-settings.php:506
2017
  msgid "Total emails your host can send in an hour."
2018
  msgstr ""
2019
 
2020
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-admin-settings.php:516
2021
  msgid "Maximum Emails To Send At once"
2022
  msgstr ""
2023
 
2024
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-admin-settings.php:517
2025
  msgid "Maximum emails you want to send on every cron request."
2026
  msgstr ""
2027
 
2028
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-admin-settings.php:527
2029
  msgid "Send Test Email"
2030
  msgstr ""
2031
 
2032
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-admin-settings.php:528
2033
  msgid "Enter email address to send test email."
2034
  msgstr ""
2035
 
2036
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-admin-settings.php:538
2037
  msgid "Select Mailer"
2038
  msgstr ""
2039
 
2040
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-admin-settings.php:550
2041
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-admin-settings.php:872
2042
  msgid "Pepipost API key"
2043
  msgstr ""
2044
 
2045
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-admin-settings.php:567
2046
  msgid "Select a mailer to send mail"
2047
  msgstr ""
2048
 
2049
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-admin-settings.php:577
2050
  msgid "Blocked Domain(s)"
2051
  msgstr ""
2052
 
2053
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-admin-settings.php:579
2054
  msgid ""
2055
  "Seeing spam signups from particular domains? Enter domains names (one per "
2056
  "line) that you want to block here."
2057
  msgstr ""
2058
 
2059
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-admin-settings.php:871
2060
  msgid "Signup for Pepipost"
2061
  msgstr ""
2062
 
2063
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-admin-settings.php:872
2064
  msgid "How to find"
2065
  msgstr ""
2066
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2067
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-campaigns-table.php:36
2068
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-campaigns-table.php:37
2069
  msgid "Campaign"
@@ -2091,7 +2129,7 @@ msgid "Onsite Campaigns"
2091
  msgstr ""
2092
 
2093
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-campaigns-table.php:118
2094
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-post-notifications.php:272
2095
  msgid "Manage Templates"
2096
  msgstr ""
2097
 
@@ -2108,7 +2146,7 @@ msgid "Queued"
2108
  msgstr ""
2109
 
2110
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-campaigns-table.php:269
2111
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-campaigns-table.php:496
2112
  msgid "Paused"
2113
  msgstr ""
2114
 
@@ -2116,12 +2154,12 @@ msgstr ""
2116
  msgid "Finished"
2117
  msgstr ""
2118
 
2119
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-campaigns-table.php:311
2120
  msgid "All"
2121
  msgstr ""
2122
 
2123
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-campaigns-table.php:361
2124
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-campaigns-table.php:381
2125
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-lists-table.php:517
2126
  #, php-format
2127
  msgid ""
@@ -2129,13 +2167,13 @@ msgid ""
2129
  "Edit</a>"
2130
  msgstr ""
2131
 
2132
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-campaigns-table.php:366
2133
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-campaigns-table.php:393
2134
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-reports-table.php:19
2135
  msgid "Report"
2136
  msgstr ""
2137
 
2138
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-campaigns-table.php:397
2139
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-lists-table.php:518
2140
  #, php-format
2141
  msgid ""
@@ -2143,50 +2181,52 @@ msgid ""
2143
  "checkDelete()\">Delete</a>"
2144
  msgstr ""
2145
 
2146
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-campaigns-table.php:524
2147
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-reports-table.php:273
2148
  msgid "Type"
2149
  msgstr ""
2150
 
2151
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-campaigns-table.php:525
2152
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-export-subscribers.php:310
2153
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-lists-table.php:36
2154
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/pro/workflows/actions/class-es-action-move-to-list.php:31
2155
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/pro/workflows/actions/class-es-action-remove-from-list.php:29
2156
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/workflows/actions/class-es-action-add-to-list.php:31
2157
- msgid "List"
2158
  msgstr ""
2159
 
2160
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-campaigns-table.php:526
2161
  msgid "Categories"
2162
  msgstr ""
2163
 
2164
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-campaigns-table.php:576
 
 
 
 
 
2165
  msgid "Search Campaigns"
2166
  msgstr ""
2167
 
2168
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-campaigns-table.php:581
2169
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-contacts-table.php:1022
2170
  msgid "All Statuses"
2171
  msgstr ""
2172
 
2173
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-campaigns-table.php:587
2174
  msgid "All Type"
2175
  msgstr ""
2176
 
2177
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-campaigns-table.php:631
2178
  msgid "You are not allowed to delete campaign."
2179
  msgstr ""
2180
 
2181
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-campaigns-table.php:637
2182
  msgid "Campaign has been deleted successfully!"
2183
  msgstr ""
2184
 
2185
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-campaigns-table.php:655
2186
  msgid "Campaign(s) have been deleted successfully!"
2187
  msgstr ""
2188
 
2189
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-campaigns-table.php:659
2190
  msgid "Please check campaign(s) to delete."
2191
  msgstr ""
2192
 
@@ -2268,7 +2308,7 @@ msgstr ""
2268
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-forms-table.php:85
2269
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-lists-table.php:77
2270
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-lists-table.php:259
2271
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-post-notifications.php:270
2272
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/workflows/class-es-workflows-table.php:153
2273
  msgid "Add New"
2274
  msgstr ""
@@ -2333,19 +2373,14 @@ msgstr ""
2333
  msgid "Send Welcome Email?"
2334
  msgstr ""
2335
 
2336
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-contacts-table.php:751
2337
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-contacts-table.php:959
2338
- msgid "List(s)"
2339
- msgstr ""
2340
-
2341
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-contacts-table.php:769
2342
  msgid "Save Contact"
2343
  msgstr ""
2344
 
2345
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-contacts-table.php:772
2346
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-forms-table.php:486
2347
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-lists-table.php:298
2348
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-post-notifications.php:376
2349
  msgid "Save Changes"
2350
  msgstr ""
2351
 
@@ -2375,14 +2410,14 @@ msgid ""
2375
  msgstr ""
2376
 
2377
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-contacts-table.php:960
2378
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-forms-table.php:820
2379
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-lists-table.php:540
2380
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/workflows/class-es-workflows-table.php:293
2381
  msgid "Created"
2382
  msgstr ""
2383
 
2384
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-contacts-table.php:993
2385
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-forms-table.php:848
2386
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-lists-table.php:569
2387
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-reports-table.php:255
2388
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-reports-table.php:339
@@ -2535,12 +2570,16 @@ msgstr ""
2535
  msgid "Export the Subscribers"
2536
  msgstr ""
2537
 
2538
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-export-subscribers.php:312
2539
- msgid "Opt-In Type"
 
 
 
 
2540
  msgstr ""
2541
 
2542
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-export-subscribers.php:313
2543
- msgid "Created On"
2544
  msgstr ""
2545
 
2546
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-form-widget.php:11
@@ -2551,163 +2590,163 @@ msgstr ""
2551
  msgid "Number of forms per page"
2552
  msgstr ""
2553
 
2554
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-forms-table.php:118
2555
- msgid "You do not have permission to edit this form."
2556
  msgstr ""
2557
 
2558
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-forms-table.php:121
2559
- msgid "Please add form name."
2560
  msgstr ""
2561
 
2562
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-forms-table.php:126
2563
- msgid "Please select list(s) in which contact will be subscribed."
2564
  msgstr ""
2565
 
2566
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-forms-table.php:174
2567
- msgid "Form has been added successfully!"
2568
  msgstr ""
2569
 
2570
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-forms-table.php:222
2571
- msgid "Form has been updated successfully!"
2572
  msgstr ""
2573
 
2574
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-forms-table.php:231
2575
  msgid "Sorry, form not found"
2576
  msgstr ""
2577
 
2578
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-forms-table.php:255
2579
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/public/partials/class-es-shortcode.php:130
2580
  msgid "Subscribe"
2581
  msgstr ""
2582
 
2583
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-forms-table.php:275
2584
  msgid "Forms "
2585
  msgstr ""
2586
 
2587
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-forms-table.php:278
2588
  msgid " New Form"
2589
  msgstr ""
2590
 
2591
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-forms-table.php:280
2592
  msgid " Edit Form"
2593
  msgstr ""
2594
 
2595
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-forms-table.php:299
2596
  msgid "Form Name"
2597
  msgstr ""
2598
 
2599
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-forms-table.php:313
2600
  msgid "Description"
2601
  msgstr ""
2602
 
2603
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-forms-table.php:327
2604
  msgid "Form Fields"
2605
  msgstr ""
2606
 
2607
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-forms-table.php:334
2608
  msgid "Field"
2609
  msgstr ""
2610
 
2611
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-forms-table.php:335
2612
  msgid "Show?"
2613
  msgstr ""
2614
 
2615
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-forms-table.php:336
2616
  msgid "Required?"
2617
  msgstr ""
2618
 
2619
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-forms-table.php:337
2620
  msgid "Label"
2621
  msgstr ""
2622
 
2623
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-forms-table.php:338
2624
  msgid "Place Holder"
2625
  msgstr ""
2626
 
2627
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-forms-table.php:378
2628
  msgid "Button"
2629
  msgstr ""
2630
 
2631
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-forms-table.php:392
2632
  msgid "Contacts will be added into selected list(s)"
2633
  msgstr ""
2634
 
2635
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-forms-table.php:415
2636
  msgid "Allow contact to choose list(s)"
2637
  msgstr ""
2638
 
2639
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-forms-table.php:416
2640
  msgid "Allow contacts to choose list(s) in which they want to subscribe."
2641
  msgstr ""
2642
 
2643
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-forms-table.php:447
2644
  msgid "Show GDPR consent checkbox"
2645
  msgstr ""
2646
 
2647
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-forms-table.php:448
2648
  msgid ""
2649
  "Show consent checkbox to get the consent of a contact before adding them to "
2650
  "list(s)"
2651
  msgstr ""
2652
 
2653
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-forms-table.php:472
2654
  msgid ""
2655
  "Consent text will show up at subscription form next to consent checkbox."
2656
  msgstr ""
2657
 
2658
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-forms-table.php:483
2659
  msgid "Save Form"
2660
  msgstr ""
2661
 
2662
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-forms-table.php:802
2663
  #, php-format
2664
  msgid ""
2665
  "<a href=\"?page=%s&action=%s&form=%s&_wpnonce=%s\" class=\"text-indigo-600\">"
2666
  "Edit</a>"
2667
  msgstr ""
2668
 
2669
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-forms-table.php:803
2670
  #, php-format
2671
  msgid ""
2672
  "<a href=\"?page=%s&action=%s&form=%s&_wpnonce=%s\" onclick=\"return "
2673
  "checkDelete()\">Delete</a>"
2674
  msgstr ""
2675
 
2676
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-forms-table.php:819
2677
  msgid "Shortcode"
2678
  msgstr ""
2679
 
2680
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-forms-table.php:865
2681
  msgid "Search Forms"
2682
  msgstr ""
2683
 
2684
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-forms-table.php:902
2685
  msgid "You do not have permission to delete this form."
2686
  msgstr ""
2687
 
2688
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-forms-table.php:909
2689
  msgid "Form has been deleted successfully!"
2690
  msgstr ""
2691
 
2692
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-forms-table.php:924
2693
  msgid "Form(s) have been deleted successfully!"
2694
  msgstr ""
2695
 
2696
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-forms-table.php:927
2697
  msgid "Please select form(s) to delete."
2698
  msgstr ""
2699
 
2700
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-forms-table.php:938
2701
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-lists-table.php:676
2702
  msgid "Enable"
2703
  msgstr ""
2704
 
2705
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-forms-table.php:939
2706
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-lists-table.php:677
2707
  msgid "Disable"
2708
  msgstr ""
2709
 
2710
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-forms-table.php:951
2711
  msgid "No Forms avaliable."
2712
  msgstr ""
2713
 
@@ -2939,101 +2978,96 @@ msgstr ""
2939
  msgid "Test email to %s"
2940
  msgstr ""
2941
 
2942
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-newsletters.php:113
2943
  msgid "Please add a broadcast subject."
2944
  msgstr ""
2945
 
2946
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-newsletters.php:120
2947
  msgid "Please add message body or select template"
2948
  msgstr ""
2949
 
2950
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-newsletters.php:132
2951
  msgid "Please add the subject"
2952
  msgstr ""
2953
 
2954
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-newsletters.php:201
2955
  msgid "Scheduling is disabled for this broadcast since it is being sent."
2956
  msgstr ""
2957
 
2958
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-newsletters.php:203
2959
  msgid ""
2960
  "Scheduling is disabled for this broadcast since it has been sent already."
2961
  msgstr ""
2962
 
2963
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-newsletters.php:251
2964
  msgid "Summary"
2965
  msgstr ""
2966
 
2967
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-newsletters.php:260
2968
  msgid "Next"
2969
  msgstr ""
2970
 
2971
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-newsletters.php:274
2972
  msgid "Previous"
2973
  msgstr ""
2974
 
2975
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-newsletters.php:283
2976
  msgid "Save Draft"
2977
  msgstr ""
2978
 
2979
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-newsletters.php:297
2980
  msgid "Schedule"
2981
  msgstr ""
2982
 
2983
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-newsletters.php:325
2984
  msgid "From Name"
2985
  msgstr ""
2986
 
2987
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-newsletters.php:329
2988
  msgid "From Email"
2989
  msgstr ""
2990
 
2991
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-newsletters.php:334
2992
  msgid "Message"
2993
  msgstr ""
2994
 
2995
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-newsletters.php:352
2996
  msgid "Design Template"
2997
  msgstr ""
2998
 
2999
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-newsletters.php:358
3000
  msgid "Recipients"
3001
  msgstr ""
3002
 
3003
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-newsletters.php:369
3004
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-newsletters.php:378
3005
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-newsletters.php:404
3006
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-reports-table.php:256
3007
  msgid "Preview"
3008
  msgstr ""
3009
 
3010
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-newsletters.php:372
3011
  msgid "Browser"
3012
  msgstr ""
3013
 
3014
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-newsletters.php:381
3015
- msgid "In Browser"
3016
- msgstr ""
3017
-
3018
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-newsletters.php:390
3019
  msgid ""
3020
  "There could be a slight variation on how your customer will view the email "
3021
  "content."
3022
  msgstr ""
3023
 
3024
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-newsletters.php:407
3025
  msgid "Email Sent Successfully "
3026
  msgstr ""
3027
 
3028
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-newsletters.php:408
3029
  msgid "Something went wrong. Please try again later"
3030
  msgstr ""
3031
 
3032
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-newsletters.php:425
3033
  msgid "Email Content Preview"
3034
  msgstr ""
3035
 
3036
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-newsletters.php:465
3037
  msgid "Open Tracking"
3038
  msgstr ""
3039
 
@@ -3065,52 +3099,52 @@ msgstr ""
3065
  msgid "Please select categories."
3066
  msgstr ""
3067
 
3068
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-post-notifications.php:74
3069
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-post-notifications.php:202
3070
  msgid "Please select template."
3071
  msgstr ""
3072
 
3073
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-post-notifications.php:209
3074
  msgid "Please select Categories."
3075
  msgstr ""
3076
 
3077
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-post-notifications.php:244
3078
  msgid " New Post Notification"
3079
  msgstr ""
3080
 
3081
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-post-notifications.php:247
3082
  msgid " Edit Post Notification"
3083
  msgstr ""
3084
 
3085
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-post-notifications.php:261
3086
  msgid "Campaigns "
3087
  msgstr ""
3088
 
3089
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-post-notifications.php:292
3090
  msgid ""
3091
  "Contacts from the selected list will be notified about new post notification."
3092
  msgstr ""
3093
 
3094
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-post-notifications.php:338
3095
  msgid "Select Post Category"
3096
  msgstr ""
3097
 
3098
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-post-notifications.php:339
3099
  msgid ""
3100
  "Notification will be sent out when any post from selected categories will be "
3101
  "published."
3102
  msgstr ""
3103
 
3104
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-post-notifications.php:352
3105
  msgid "Select custom post type(s)"
3106
  msgstr ""
3107
 
3108
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-post-notifications.php:353
3109
  msgid ""
3110
  "(Optional) Select custom post type for which you want to send notification."
3111
  msgstr ""
3112
 
3113
- #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-post-notifications.php:373
3114
  msgid "Save Campaign"
3115
  msgstr ""
3116
 
3
  msgstr ""
4
  "Project-Id-Version: Email Subscribers & Newsletters\n"
5
  "Report-Msgid-Bugs-To: \n"
6
+ "POT-Creation-Date: 2020-06-28 18:48+0000\n"
7
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
8
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
9
  "Language-Team: \n"
55
  msgstr ""
56
 
57
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/pro/pro-class-email-subscribers.php:112
58
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/class-es-common.php:1494
59
  msgid "Sequence"
60
  msgstr ""
61
 
64
  msgstr ""
65
 
66
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/pro/pro-class-email-subscribers.php:214
67
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/pro/pro-class-email-subscribers.php:529
68
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:832
69
  msgid "Get Spam Score"
70
  msgstr ""
71
 
72
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/pro/pro-class-email-subscribers.php:224
73
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/pro/pro-class-email-subscribers.php:611
74
  msgid "Campaign Name"
75
  msgstr ""
76
 
81
  msgstr ""
82
 
83
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/pro/pro-class-email-subscribers.php:232
84
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/pro/pro-class-email-subscribers.php:531
85
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/pro/pro-class-sequences.php:375
86
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:833
87
  msgid "Check"
88
  msgstr ""
89
 
90
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/pro/pro-class-email-subscribers.php:236
91
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/pro/pro-class-email-subscribers.php:543
92
  msgid "Awesome score. Your email is almost perfect."
93
  msgstr ""
94
 
95
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/pro/pro-class-email-subscribers.php:237
96
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/pro/pro-class-email-subscribers.php:544
97
  msgid "Ouch! your email needs improvement. "
98
  msgstr ""
99
 
100
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/pro/pro-class-email-subscribers.php:239
101
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/pro/pro-class-email-subscribers.php:547
102
  msgid "Here are some things to fix: "
103
  msgstr ""
104
 
111
  msgid "Please add email body."
112
  msgstr ""
113
 
114
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/pro/pro-class-email-subscribers.php:480
115
  msgid "Clean My List"
116
  msgstr ""
117
 
118
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/pro/pro-class-email-subscribers.php:481
119
  msgid "List cleanup is in progress..."
120
  msgstr ""
121
 
122
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/pro/pro-class-email-subscribers.php:482
123
  msgid "List cleanup completed successfully."
124
  msgstr ""
125
 
126
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/pro/pro-class-email-subscribers.php:490
127
  msgid "Email Status"
128
  msgstr ""
129
 
130
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/pro/pro-class-email-subscribers.php:541
131
  msgid "Spam score"
132
  msgstr ""
133
 
134
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/pro/pro-class-email-subscribers.php:554
135
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-newsletters.php:390
136
  msgid "Close"
137
  msgstr ""
138
 
139
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/pro/pro-class-email-subscribers.php:580
140
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:720
141
  msgid "Link Tracking"
142
  msgstr ""
143
 
144
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/pro/pro-class-email-subscribers.php:596
145
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/pro/pro-class-email-subscribers.php:814
146
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:181
147
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:734
148
  msgid "UTM Tracking"
149
  msgstr ""
150
 
151
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/pro/pro-class-email-subscribers.php:642
152
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:764
153
  msgid "Send Options"
154
  msgstr ""
155
 
156
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/pro/pro-class-email-subscribers.php:645
157
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:767
158
  msgid "Schedule for Later"
159
  msgstr ""
160
 
161
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/pro/pro-class-email-subscribers.php:658
162
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:773
163
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/workflows/fields/class-es-date.php:32
164
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/workflows/admin/views/meta-box-timing.php:83
165
  msgid "Date"
166
  msgstr ""
167
 
168
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/pro/pro-class-email-subscribers.php:669
169
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:782
170
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/workflows/fields/class-es-time.php:65
171
  msgid "Time"
172
  msgstr ""
173
 
174
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/pro/pro-class-email-subscribers.php:680
175
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:792
176
  msgid "Local Time: "
177
  msgstr ""
178
 
179
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/pro/pro-class-email-subscribers.php:688
180
  msgid "Send Now"
181
  msgstr ""
182
 
183
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/pro/pro-class-email-subscribers.php:708
184
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/pro/pro-class-email-subscribers.php:717
185
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:704
186
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-admin-settings.php:181
187
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-contacts-table.php:706
188
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-contacts-table.php:958
189
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-export-subscribers.php:309
190
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-forms-table.php:354
191
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-reports-table.php:91
192
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/public/partials/class-es-shortcode.php:151
193
  msgid "Email"
194
  msgstr ""
195
 
196
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/pro/pro-class-email-subscribers.php:712
197
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:708
198
  msgid "Enter email"
199
  msgstr ""
200
 
201
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/pro/pro-class-email-subscribers.php:722
202
  msgid "Send Preview Email"
203
  msgstr ""
204
 
205
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/pro/pro-class-email-subscribers.php:730
206
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/admin/class-email-subscribers-admin.php:487
207
  msgid "Something went wrong"
208
  msgstr ""
209
 
210
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/pro/pro-class-email-subscribers.php:760
211
  msgid "SUCCESS"
212
  msgstr ""
213
 
214
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/pro/pro-class-email-subscribers.php:771
215
  msgid "Select page"
216
  msgstr ""
217
 
218
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/pro/pro-class-email-subscribers.php:784
219
  msgid ""
220
  "Subscriber will be redirected to selected page once they click on "
221
  "unsubscribe link from the email."
222
  msgstr ""
223
 
224
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/pro/pro-class-email-subscribers.php:797
225
  msgid ""
226
  "Subscriber will be redirected to selected page once they click on email "
227
  "confirmation link from the Double Opt In (confirmation) Email."
228
  msgstr ""
229
 
230
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/pro/pro-class-email-subscribers.php:806
231
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:161
232
  msgid "Track Clicks"
233
  msgstr ""
234
 
235
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/pro/pro-class-email-subscribers.php:881
236
  msgid "Clicked"
237
  msgstr ""
238
 
239
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/pro/pro-class-email-subscribers.php:931
240
  msgid "Add Customer to Product specific list"
241
  msgstr ""
242
 
243
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/pro/pro-class-email-subscribers.php:939
244
  msgid "Add Customer to Product variation list"
245
  msgstr ""
246
 
247
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/pro/pro-class-post-digest.php:24
248
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/class-es-common.php:1495
249
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/pro/classes/class-es-pro-reports-data.php:113
250
  msgid "Post Digest"
251
  msgstr ""
252
 
253
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/pro/pro-class-post-digest.php:37
254
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-post-notifications.php:315
255
  msgid "Select template"
256
  msgstr ""
257
 
258
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/pro/pro-class-post-digest.php:38
259
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-post-notifications.php:316
260
  msgid "Content of the selected template will be sent out as post notification."
261
  msgstr ""
262
 
386
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/pro/pro-class-sequences.php:195
387
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-contacts-table.php:1230
388
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-contacts-table.php:1251
389
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-newsletters.php:127
390
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-post-notifications.php:45
391
  msgid "Please select list."
392
  msgstr ""
423
  msgstr ""
424
 
425
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/pro/pro-class-sequences.php:349
426
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-admin-settings.php:359
427
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-admin-settings.php:388
428
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-admin-settings.php:420
429
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-admin-settings.php:460
430
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-newsletters.php:252
431
  msgid "Content"
432
  msgstr ""
433
 
452
  msgstr ""
453
 
454
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/starter/starter-class-email-subscribers.php:192
455
+ msgid "Are You a Human?"
456
  msgstr ""
457
 
458
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/starter/starter-class-email-subscribers.php:313
514
  msgstr ""
515
 
516
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/starter/starter-class-email-subscribers.php:394
517
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:212
518
  msgid "Block Known Attackers"
519
  msgstr ""
520
 
521
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/starter/starter-class-email-subscribers.php:395
522
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:213
523
  msgid ""
524
  "Stop known spam bot attacker domains from signing up. Keeps this list up-to-"
525
  "date with Icegram servers."
526
  msgstr ""
527
 
528
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/starter/starter-class-email-subscribers.php:402
529
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:223
530
  msgid "Block Temporary / Fake Emails"
531
  msgstr ""
532
 
533
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/starter/starter-class-email-subscribers.php:403
534
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:224
535
  msgid ""
536
  "Plenty of sites provide disposable / fake / temporary email addresses. "
537
  "People use them when they don't want to give you their real email. Block "
539
  msgstr ""
540
 
541
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/starter/starter-class-email-subscribers.php:411
542
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:235
543
  msgid "Enable Captcha"
544
  msgstr ""
545
 
572
  msgstr ""
573
 
574
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/starter/starter-class-email-subscribers.php:610
575
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:142
576
  msgid "User Roles"
577
  msgstr ""
578
 
579
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/starter/starter-class-email-subscribers.php:631
580
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:82
581
  msgid "Roles"
582
  msgstr ""
583
 
584
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/starter/starter-class-email-subscribers.php:632
585
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/admin/class-email-subscribers-admin.php:223
586
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/admin/class-email-subscribers-admin.php:223
587
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:83
588
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/admin/partials/dashboard.php:66
589
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-export-subscribers.php:142
590
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-import-subscribers.php:312
595
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/starter/starter-class-email-subscribers.php:633
596
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/admin/class-email-subscribers-admin.php:217
597
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/admin/class-email-subscribers-admin.php:217
598
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:84
599
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-forms-table.php:38
600
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-forms-table.php:39
601
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-forms-table.php:83
605
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/starter/starter-class-email-subscribers.php:634
606
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/admin/class-email-subscribers-admin.php:205
607
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/admin/class-email-subscribers-admin.php:205
608
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:85
609
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/pro/partials/es-dashboard.php:8
610
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-campaigns-table.php:103
611
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-newsletters.php:237
612
  msgid "Campaigns"
613
  msgstr ""
614
 
615
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/starter/starter-class-email-subscribers.php:635
616
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/admin/class-email-subscribers-admin.php:232
617
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/admin/class-email-subscribers-admin.php:232
618
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:86
619
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/admin/partials/dashboard.php:193
620
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-reports-table.php:20
621
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-reports-table.php:37
624
  msgstr ""
625
 
626
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/starter/starter-class-email-subscribers.php:636
627
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:87
628
  msgid "Sequences"
629
  msgstr ""
630
 
631
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/starter/starter-class-email-subscribers.php:637
632
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/admin/class-email-subscribers-admin.php:195
633
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/admin/class-email-subscribers-admin.php:195
634
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:88
635
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/workflows/class-es-workflows-table.php:54
636
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/workflows/class-es-workflows-table.php:150
637
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/workflows/admin/class-es-workflow-admin-edit.php:184
647
  msgstr ""
648
 
649
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/starter/starter-class-email-subscribers.php:1123
650
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:611
651
  msgid "Show a captcha to protect from bot signups."
652
  msgstr ""
653
 
654
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/starter/starter-class-es-integrations.php:72
655
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:269
656
  msgid "Comments"
657
  msgstr ""
658
 
659
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/starter/starter-class-es-integrations.php:82
660
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:280
661
  msgid "WooCommerce"
662
  msgstr ""
663
 
664
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/starter/starter-class-es-integrations.php:91
665
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:329
666
  msgid "EDD"
667
  msgstr ""
668
 
669
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/starter/starter-class-es-integrations.php:100
670
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:290
671
  msgid "Contact Form 7"
672
  msgstr ""
673
 
674
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/starter/starter-class-es-integrations.php:109
675
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:299
676
  msgid "WPForms"
677
  msgstr ""
678
 
679
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/starter/starter-class-es-integrations.php:118
680
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:309
681
  msgid "Give"
682
  msgstr ""
683
 
684
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/starter/starter-class-es-integrations.php:127
685
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:319
686
  msgid "Ninja Forms"
687
  msgstr ""
688
 
714
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/starter/starter-class-es-integrations.php:503
715
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/starter/starter-class-es-integrations.php:590
716
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-handle-sync-wp-user.php:77
717
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-post-notifications.php:297
718
  msgid "Select List"
719
  msgstr ""
720
 
721
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/starter/starter-class-es-integrations.php:326
722
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-admin-settings.php:796
723
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-handle-sync-wp-user.php:91
724
  msgid "Save Settings"
725
  msgstr ""
902
  msgstr ""
903
 
904
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/admin/class-email-subscribers-admin.php:209
905
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/class-es-common.php:1492
906
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/pro/classes/class-es-pro-reports-data.php:109
907
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-campaigns-table.php:304
908
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-newsletters.php:246
909
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-reports-table.php:196
910
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-templates-table.php:34
911
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-templates-table.php:263
913
  msgstr ""
914
 
915
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/admin/class-email-subscribers-admin.php:210
916
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-newsletters.php:385
917
  msgid "Template Preview"
918
  msgstr ""
919
 
920
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/admin/class-email-subscribers-admin.php:227
921
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-forms-table.php:404
922
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-lists-table.php:37
923
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-lists-table.php:77
924
  msgid "Lists"
944
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/class-email-subscribers.php:310
945
  #, php-format
946
  msgid ""
947
+ "WordPress Cron is disabled on your site. Email notifications from Email "
948
  "Subscribers plugin will not be sent automatically. <a href=\"%s\" "
949
  "target=\"_blank\" >Here's how you can enable it.</a>"
950
  msgstr ""
970
  msgid "%1$s in %2$s on line %3$s"
971
  msgstr ""
972
 
973
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/class-es-common.php:189
974
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-contacts-table.php:290
975
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-lists-table.php:536
976
  msgid "Subscribed"
977
  msgstr ""
978
 
979
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/class-es-common.php:190
980
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-lists-table.php:538
981
  msgid "Unconfirmed"
982
  msgstr ""
983
 
984
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/class-es-common.php:191
985
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-contacts-table.php:298
986
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-lists-table.php:537
987
  msgid "Unsubscribed"
988
  msgstr ""
989
 
990
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/class-es-common.php:214
991
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-post-notifications.php:333
992
  msgid "Select Status"
993
  msgstr ""
994
 
995
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/class-es-common.php:346
996
  msgid "Select Template"
997
  msgstr ""
998
 
999
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/class-es-common.php:384
1000
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/class-es-common.php:1551
1001
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/admin/partials/help.php:187
1002
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-campaigns-table.php:266
1003
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/workflows/admin/views/meta-box-save.php:29
1004
  msgid "Active"
1005
  msgstr ""
1006
 
1007
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/class-es-common.php:385
1008
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/admin/partials/help.php:189
1009
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/workflows/admin/views/meta-box-save.php:28
1010
  msgid "Inactive"
1011
  msgstr ""
1012
 
1013
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/class-es-common.php:453
1014
  msgid "Select Categories"
1015
  msgstr ""
1016
 
1017
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/class-es-common.php:466
1018
  msgid "All Categories (Also include all categories which will create later)"
1019
  msgstr ""
1020
 
1021
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/class-es-common.php:499
1022
  msgid "No Custom Post Types Available"
1023
  msgstr ""
1024
 
1025
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/class-es-common.php:515
1026
  msgid "Single Opt-In"
1027
  msgstr ""
1028
 
1029
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/class-es-common.php:516
1030
  msgid "Double Opt-In"
1031
  msgstr ""
1032
 
1033
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/class-es-common.php:531
1034
  msgid "Full Size"
1035
  msgstr ""
1036
 
1037
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/class-es-common.php:532
1038
  msgid "Medium Size"
1039
  msgstr ""
1040
 
1041
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/class-es-common.php:533
1042
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-templates-table.php:244
1043
  msgid "Thumbnail"
1044
  msgstr ""
1045
 
1046
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/class-es-common.php:1359
1047
  msgid "8 Tips To Improve Email Open Rates"
1048
  msgstr ""
1049
 
1050
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/class-es-common.php:1360
1051
  msgid "Prevent Your Email From Landing In Spam"
1052
  msgstr ""
1053
 
1054
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/class-es-common.php:1361
1055
  msgid "<b>Email Subscribers Secret Club</b>"
1056
  msgstr ""
1057
 
1058
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/class-es-common.php:1361
1059
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/feedback.php:124
1060
  msgid "Join Now"
1061
  msgstr ""
1062
 
1063
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/class-es-common.php:1362
1064
  msgid "Best Way To Keep Customers Engaged"
1065
  msgstr ""
1066
 
1067
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/class-es-common.php:1363
1068
  msgid "Access Control"
1069
  msgstr ""
1070
 
1071
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/class-es-common.php:1364
1072
  msgid "Prevent Spam Subscription Using Captcha"
1073
  msgstr ""
1074
 
1075
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/class-es-common.php:1365
1076
  msgid "Email Subscribers PRO"
1077
  msgstr ""
1078
 
1079
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/class-es-common.php:1365
1080
  msgid "Lifetime"
1081
  msgstr ""
1082
 
1083
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/class-es-common.php:1493
1084
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/pro/classes/class-es-pro-reports-data.php:111
1085
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-reports-table.php:192
1086
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-templates-table.php:35
1087
  msgid "Post Notification"
1088
  msgstr ""
1089
 
1090
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/class-es-common.php:1547
1091
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-campaigns-table.php:478
1092
  msgid "Draft"
1093
  msgstr ""
1094
 
1095
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/class-es-common.php:1548
1096
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-campaigns-table.php:460
1097
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-campaigns-table.php:496
1098
  msgid "Sending"
1099
  msgstr ""
1100
 
1101
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/class-es-common.php:1549
1102
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-campaigns-table.php:267
1103
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-campaigns-table.php:453
1104
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-campaigns-table.php:487
1105
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/workflows/admin/views/meta-box-timing.php:37
1106
  msgid "Scheduled"
1107
  msgstr ""
1108
 
1109
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/class-es-common.php:1550
1110
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-campaigns-table.php:467
1111
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-campaigns-table.php:515
1112
  msgid "Sent"
1113
  msgstr ""
1114
 
1115
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/class-es-install.php:790
1116
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/upgrade/es-update-functions.php:772
1117
  msgid ""
1118
  "Your subscription was successful! Kindly check your mailbox and confirm your "
1119
  "subscription. If you don't see the email within a few minutes, check the "
1122
 
1123
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/feedback.php:56
1124
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/feedback.php:83
1125
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-newsletters.php:303
1126
  msgid "Send"
1127
  msgstr ""
1128
 
1174
  msgid "Contact Us"
1175
  msgstr ""
1176
 
1177
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:167
1178
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:187
1179
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:242
1180
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:810
1181
  #, php-format
1182
  msgid "<a href='%s' target='_blank'>Upgrade to ES PRO</a>"
1183
  msgstr ""
1184
 
1185
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:168
1186
  msgid "Get insights about link clicks. See who are clicking on which links?"
1187
  msgstr ""
1188
 
1189
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:188
1190
  msgid "Get insights about UTM tracking."
1191
  msgstr ""
1192
 
1193
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:236
1194
  msgid "Show a captcha in subscription forms to protect from bot signups."
1195
  msgstr ""
1196
 
1197
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:243
1198
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:642
1199
  msgid "Secure your form and avoid spam signups with form Captcha"
1200
  msgstr ""
1201
 
1202
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:357
1203
  msgid "Sync Comment Users"
1204
  msgstr ""
1205
 
1206
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:358
1207
  msgid ""
1208
  "Quickly add to your mailing list when someone post a comment on your website."
1209
  msgstr ""
1210
 
 
 
 
 
 
 
 
 
 
 
1211
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:359
1212
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:388
1213
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:421
1215
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:485
1216
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:517
1217
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:549
1218
+ msgid "How to setup?"
1219
+ msgstr ""
1220
+
1221
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:360
1222
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:389
1223
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:422
1224
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:454
1225
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:486
1226
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:518
1227
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:550
1228
  msgid "Once you upgrade to "
1229
  msgstr ""
1230
 
1231
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:360
1232
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:363
1233
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:389
1234
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:422
1235
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:454
1236
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:486
1237
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:518
1238
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:550
1239
  msgid "Email Subscribers Starter"
1240
  msgstr ""
1241
 
1242
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:360
1243
  msgid ""
1244
  "you will have settings panel where you need to enable Comment user sync and "
1245
  "select the list in which you want to add people whenever someone post a\n"
1246
  "\t\tcomment."
1247
  msgstr ""
1248
 
1249
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:363
1250
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:393
1251
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:425
1252
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:457
1253
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:489
1254
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:521
1255
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:553
1256
  msgid "Checkout "
1257
  msgstr ""
1258
 
1259
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:363
1260
  msgid "now"
1261
  msgstr ""
1262
 
1263
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:386
1264
  msgid "Sync WooCommerce Customers"
1265
  msgstr ""
1266
 
1267
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:387
1268
  msgid ""
1269
  "Are you using WooCommerce for your online business? You can use this "
1270
  "integration to add to a specific list whenever someone make a purchase from "
1271
  "you"
1272
  msgstr ""
1273
 
1274
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:389
1275
  msgid ""
1276
  "you will have settings panel where you need to enable WooCommerce sync and "
1277
  "select the list in which you want to add people whenever they\n"
1279
  "\t\t\tfrom you."
1280
  msgstr ""
1281
 
1282
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:419
1283
  msgid "Sync Contact Form 7 users"
1284
  msgstr ""
1285
 
1286
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:420
1287
  msgid ""
1288
  "Are you using Contact Form 7 for your list building? You can use this "
1289
  "integration to add to a specific list whenever new subscribers added from "
1290
  "Contact Form 7"
1291
  msgstr ""
1292
 
1293
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:423
1294
  msgid ""
1295
  "you will have settings panel where you need to enable Contact form 7 sync "
1296
  "and select the list in which you want to add people whenever they fill any "
1297
  "of the Contact Form."
1298
  msgstr ""
1299
 
1300
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:451
1301
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:483
1302
  msgid "Sync Donors"
1303
  msgstr ""
1304
 
1305
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:452
1306
  msgid ""
1307
  "We found that you are using Give WordPress plugin to collect donations. Now, "
1308
  "with this integration, you can add your donors to any of your subscriber "
1309
  "list and send them Newsletters in future."
1310
  msgstr ""
1311
 
1312
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:455
1313
  msgid ""
1314
  "you will have settings panel where you need to enable Give integration and "
1315
  "select the list in which you want to add people whenever they make donation."
1316
  msgstr ""
1317
 
1318
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:484
1319
  msgid ""
1320
  "Are you using Give WordPress plugin to collect donations? Want to send Thank "
1321
  "You email to them? You can use this integration to be in touch with them."
1322
  msgstr ""
1323
 
1324
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:487
1325
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:519
1326
  msgid ""
1327
  "you will have settings panel where you need to enable Give sync and select "
1328
  "the list in which you want to add people whenever they make donation."
1329
  msgstr ""
1330
 
1331
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:515
1332
  msgid "Sync Contacts"
1333
  msgstr ""
1334
 
1335
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:516
1336
  msgid ""
1337
  "We found that you are using Ninja Forms. Want to add your contact to a "
1338
  "mailing list? You can use this integration to add your contact to add into "
1339
  "mailing list"
1340
  msgstr ""
1341
 
1342
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:547
1343
  msgid "Sync Customers"
1344
  msgstr ""
1345
 
1346
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:548
1347
  msgid ""
1348
  "We found that you are using EDD to sell digital goods online. You can use "
1349
  "this integration to send Newsletters/ Post Notifications to your customers."
1350
  msgstr ""
1351
 
1352
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:551
1353
  msgid ""
1354
  "you will have settings panel where you need to enable EDD sync and select "
1355
  "the list in which you want to add people whenever they purchase something "
1356
  "from you."
1357
  msgstr ""
1358
 
1359
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:644
1360
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:815
1361
  #, php-format
1362
  msgid ""
1363
  "Get <b>10% flat discount</b> if you upgrade now!. <br /><br />Use coupon "
1364
  "code <b>PREMIUM10</b>"
1365
  msgstr ""
1366
 
1367
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:682
1368
+ msgid ""
1369
+ "Get rid of setting Post Notifications for each list and avoid chances of "
1370
+ "sending duplicate emails to your subscribers."
1371
+ msgstr ""
1372
+
1373
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:684
1374
+ msgid " Upgrade to Email Subscribers PRO and select multiple lists."
1375
+ msgstr ""
1376
+
1377
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:686
1378
+ #, php-format
1379
+ msgid ""
1380
+ "Get a <b>10% flat discount</b> if you upgrade now!. <br /><br />Use coupon "
1381
+ "code <b>PREMIUM10</b>"
1382
+ msgstr ""
1383
+
1384
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:704
1385
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:720
1386
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:734
1387
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:764
1388
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:832
1389
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/admin/partials/dashboard.php:94
1390
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-admin-settings.php:725
1391
  msgid "Premium"
1392
  msgstr ""
1393
 
1394
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/pro-features.php:814
1395
  msgid ""
1396
  "Link Tracking, UTM Tracking and Scheduling Options are part of Email "
1397
  "Subscribers PRO"
1409
 
1410
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/public/class-email-subscribers-public.php:112
1411
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-handle-subscription.php:422
1412
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/upgrade/es-update-functions.php:772
1413
  msgid "Successfully Subscribed."
1414
  msgstr ""
1415
 
1619
  msgstr ""
1620
 
1621
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/admin/partials/help.php:185
1622
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-campaigns-table.php:539
1623
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-export-subscribers.php:311
1624
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-reports-table.php:92
1625
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-reports-table.php:274
1682
  msgstr ""
1683
 
1684
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/admin/partials/onboarding.php:20
1685
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-admin-settings.php:168
1686
  msgid "Sender"
1687
  msgstr ""
1688
 
1769
  msgid "Explore more about problems"
1770
  msgstr ""
1771
 
1772
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-admin-settings.php:36
1773
  msgid "You do not have permission to update settings"
1774
  msgstr ""
1775
 
1776
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-admin-settings.php:124
1777
  msgid "General"
1778
  msgstr ""
1779
 
1780
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-admin-settings.php:125
1781
  msgid "Notifications"
1782
  msgstr ""
1783
 
1784
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-admin-settings.php:126
1785
  msgid "Email Sending"
1786
  msgstr ""
1787
 
1788
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-admin-settings.php:127
1789
  msgid "Security"
1790
  msgstr ""
1791
 
1792
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-admin-settings.php:172
1793
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-admin-settings.php:175
1794
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-campaigns-table.php:534
1795
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-contacts-table.php:957
1796
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-forms-table.php:371
1797
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-forms-table.php:830
1798
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-lists-table.php:535
1799
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/public/partials/class-es-shortcode.php:152
1800
  msgid "Name"
1801
  msgstr ""
1802
 
1803
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-admin-settings.php:173
1804
  msgid "Choose a FROM name for all the emails to be sent from this plugin."
1805
  msgstr ""
1806
 
1807
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-admin-settings.php:182
1808
  msgid ""
1809
  "Choose a FROM email address for all the emails to be sent from this plugin"
1810
  msgstr ""
1811
 
1812
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-admin-settings.php:184
1813
  msgid "Email Address"
1814
  msgstr ""
1815
 
1816
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-admin-settings.php:192
1817
  msgid "Email Addresses"
1818
  msgstr ""
1819
 
1820
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-admin-settings.php:194
1821
  msgid ""
1822
  "Enter the admin email addresses that should receive notifications (separated "
1823
  "by comma)."
1824
  msgstr ""
1825
 
1826
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-admin-settings.php:200
1827
  msgid "Opt-in Type"
1828
  msgstr ""
1829
 
1830
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-admin-settings.php:209
1831
  msgid "Image Size"
1832
  msgstr ""
1833
 
1834
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-admin-settings.php:212
1835
  msgid ""
1836
  "Select image size for {{POSTIMAGE}} to be shown in the Post Notification "
1837
  "Emails."
1838
  msgstr ""
1839
 
1840
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-admin-settings.php:218
1841
  msgid "Track Opens"
1842
  msgstr ""
1843
 
1844
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-admin-settings.php:230
1845
  msgid "Message to display after form submission"
1846
  msgstr ""
1847
 
1848
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-admin-settings.php:240
1849
  msgid "Show Unsubscribe Message In Email Footer"
1850
  msgstr ""
1851
 
1852
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-admin-settings.php:241
1853
  msgid ""
1854
  "Add text which you want your contact to see in footer to unsubscribe. Use "
1855
  "{{UNSUBSCRIBE-LINK}} keyword to add unsubscribe link."
1856
  msgstr ""
1857
 
1858
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-admin-settings.php:248
1859
  msgid "Subscription Success/ Error Messages"
1860
  msgstr ""
1861
 
1862
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-admin-settings.php:255
1863
  msgid "You have been subscribed successfully!"
1864
  msgstr ""
1865
 
1866
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-admin-settings.php:257
1867
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-admin-settings.php:287
1868
  msgid "Success Message"
1869
  msgstr ""
1870
 
1871
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-admin-settings.php:258
1872
  msgid ""
1873
  "Show this message if contact is successfully subscribed from Double Opt-In "
1874
  "(Confirmation) Email"
1875
  msgstr ""
1876
 
1877
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-admin-settings.php:266
1878
  msgid ""
1879
  "Oops.. Your request couldn't be completed. This email address seems to be "
1880
  "already subscribed / blocked."
1881
  msgstr ""
1882
 
1883
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-admin-settings.php:268
1884
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-admin-settings.php:299
1885
  msgid "Error Message"
1886
  msgstr ""
1887
 
1888
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-admin-settings.php:269
1889
  msgid ""
1890
  "Show this message if any error occured after clicking confirmation link from "
1891
  "Double Opt-In (Confirmation) Email."
1892
  msgstr ""
1893
 
1894
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-admin-settings.php:277
1895
  msgid "Unsubscribe Success/ Error Messages"
1896
  msgstr ""
1897
 
1898
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-admin-settings.php:285
1899
  msgid ""
1900
  "Thank You, You have been successfully unsubscribed. You will no longer hear "
1901
  "from us."
1902
  msgstr ""
1903
 
1904
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-admin-settings.php:288
1905
  msgid ""
1906
  "Once contact clicks on unsubscribe link, he/she will be redirected to a page "
1907
  "where this message will be shown."
1908
  msgstr ""
1909
 
1910
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-admin-settings.php:300
1911
  msgid ""
1912
  "Show this message if any error occured after clicking on unsubscribe link."
1913
  msgstr ""
1914
 
1915
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-admin-settings.php:330
1916
  msgid "Welcome Email"
1917
  msgstr ""
1918
 
1919
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-admin-settings.php:331
1920
  msgid "Send welcome email to new contact after signup."
1921
  msgstr ""
1922
 
1923
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-admin-settings.php:336
1924
  msgid "Enable?"
1925
  msgstr ""
1926
 
1927
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-admin-settings.php:349
1928
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-admin-settings.php:377
1929
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-admin-settings.php:412
1930
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-admin-settings.php:449
1931
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-newsletters.php:325
1932
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-reports-table.php:272
1933
  msgid "Subject"
1934
  msgstr ""
1935
 
1936
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-admin-settings.php:360
1937
  msgid ""
1938
  "Available keywords. {{FIRSTNAME}}, {{LASTNAME}}, {{NAME}}, {{EMAIL}}, {{LIST}"
1939
  "}, {{UNSUBSCRIBE-LINK}}"
1940
  msgstr ""
1941
 
1942
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-admin-settings.php:367
1943
  msgid "Confirmation Email"
1944
  msgstr ""
1945
 
1946
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-admin-settings.php:389
1947
  msgid ""
1948
  "If Double Optin is set, contact will receive confirmation email with above "
1949
  "content. You can use {{FIRSTNAME}}, {{LASTNAME}}, {{NAME}}, {{EMAIL}}, "
1950
  "{{SUBSCRIBE-LINK}} keywords"
1951
  msgstr ""
1952
 
1953
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-admin-settings.php:397
1954
  msgid "Admin Notification On New Subscription"
1955
  msgstr ""
1956
 
1957
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-admin-settings.php:398
1958
  msgid "Notify admin(s) for new contact signup."
1959
  msgstr ""
1960
 
1961
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-admin-settings.php:403
1962
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-admin-settings.php:436
1963
  msgid "Notify?"
1964
  msgstr ""
1965
 
1966
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-admin-settings.php:414
1967
  msgid ""
1968
  "Subject for the admin email whenever a new contact signs up and is confirmed"
1969
  msgstr ""
1970
 
1971
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-admin-settings.php:415
1972
  msgid "New email subscription"
1973
  msgstr ""
1974
 
1975
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-admin-settings.php:422
1976
  msgid ""
1977
  "Content for the admin email whenever a new subscriber signs up and is "
1978
  "confirmed. Available Keywords: {{NAME}}, {{EMAIL}}, {{LIST}}"
1979
  msgstr ""
1980
 
1981
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-admin-settings.php:430
1982
  msgid "Admin Notification On Every Campaign Sent"
1983
  msgstr ""
1984
 
1985
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-admin-settings.php:431
1986
  msgid "Notify admin(s) on every campaign sent."
1987
  msgstr ""
1988
 
1989
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-admin-settings.php:447
1990
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-mailer.php:354
1991
  msgid "Campaign Sent!"
1992
  msgstr ""
1993
 
1994
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-admin-settings.php:461
1995
  msgid ""
1996
  "Send report to admin(s) whenever campaign is successfully sent to all "
1997
  "contacts. Available Keywords: {{DATE}}, {{SUBJECT}}, {{COUNT}}"
1998
  msgstr ""
1999
 
2000
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-admin-settings.php:478
2001
  msgid "Cron URL"
2002
  msgstr ""
2003
 
2004
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-admin-settings.php:479
2005
  #, php-format
2006
  msgid ""
2007
  "You need to visit this URL to send email notifications. Know <a href='%s' "
2008
  "target='_blank'>how to run this in background</a>"
2009
  msgstr ""
2010
 
2011
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-admin-settings.php:487
2012
  msgid "Disable WordPress Cron"
2013
  msgstr ""
2014
 
2015
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-admin-settings.php:488
2016
  msgid ""
2017
  "Check this if you do not want Email Subscribers to use WP Cron to send "
2018
  "emails."
2019
  msgstr ""
2020
 
2021
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-admin-settings.php:493
2022
  msgid "Send Emails At Most Every"
2023
  msgstr ""
2024
 
2025
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-admin-settings.php:496
2026
  msgid "Optional if a real cron service is used"
2027
  msgstr ""
2028
 
2029
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-admin-settings.php:506
2030
  msgid "Maximum Emails To Send In An Hour"
2031
  msgstr ""
2032
 
2033
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-admin-settings.php:507
2034
  msgid "Total emails your host can send in an hour."
2035
  msgstr ""
2036
 
2037
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-admin-settings.php:517
2038
  msgid "Maximum Emails To Send At once"
2039
  msgstr ""
2040
 
2041
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-admin-settings.php:518
2042
  msgid "Maximum emails you want to send on every cron request."
2043
  msgstr ""
2044
 
2045
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-admin-settings.php:528
2046
  msgid "Send Test Email"
2047
  msgstr ""
2048
 
2049
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-admin-settings.php:529
2050
  msgid "Enter email address to send test email."
2051
  msgstr ""
2052
 
2053
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-admin-settings.php:539
2054
  msgid "Select Mailer"
2055
  msgstr ""
2056
 
2057
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-admin-settings.php:551
2058
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-admin-settings.php:873
2059
  msgid "Pepipost API key"
2060
  msgstr ""
2061
 
2062
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-admin-settings.php:568
2063
  msgid "Select a mailer to send mail"
2064
  msgstr ""
2065
 
2066
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-admin-settings.php:578
2067
  msgid "Blocked Domain(s)"
2068
  msgstr ""
2069
 
2070
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-admin-settings.php:580
2071
  msgid ""
2072
  "Seeing spam signups from particular domains? Enter domains names (one per "
2073
  "line) that you want to block here."
2074
  msgstr ""
2075
 
2076
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-admin-settings.php:872
2077
  msgid "Signup for Pepipost"
2078
  msgstr ""
2079
 
2080
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-admin-settings.php:873
2081
  msgid "How to find"
2082
  msgstr ""
2083
 
2084
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-admin-settings.php:898
2085
+ msgid "Cron Info"
2086
+ msgstr ""
2087
+
2088
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-admin-settings.php:964
2089
+ msgid "Event"
2090
+ msgstr ""
2091
+
2092
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-admin-settings.php:965
2093
+ msgid "Interval"
2094
+ msgstr ""
2095
+
2096
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-admin-settings.php:966
2097
+ msgid "Next Execution"
2098
+ msgstr ""
2099
+
2100
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-admin-settings.php:1011
2101
+ #, php-format
2102
+ msgid "In %s"
2103
+ msgstr ""
2104
+
2105
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-campaigns-table.php:36
2106
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-campaigns-table.php:37
2107
  msgid "Campaign"
2129
  msgstr ""
2130
 
2131
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-campaigns-table.php:118
2132
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-post-notifications.php:278
2133
  msgid "Manage Templates"
2134
  msgstr ""
2135
 
2146
  msgstr ""
2147
 
2148
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-campaigns-table.php:269
2149
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-campaigns-table.php:506
2150
  msgid "Paused"
2151
  msgstr ""
2152
 
2154
  msgid "Finished"
2155
  msgstr ""
2156
 
2157
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-campaigns-table.php:315
2158
  msgid "All"
2159
  msgstr ""
2160
 
2161
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-campaigns-table.php:369
2162
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-campaigns-table.php:389
2163
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-lists-table.php:517
2164
  #, php-format
2165
  msgid ""
2167
  "Edit</a>"
2168
  msgstr ""
2169
 
2170
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-campaigns-table.php:374
2171
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-campaigns-table.php:401
2172
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-reports-table.php:19
2173
  msgid "Report"
2174
  msgstr ""
2175
 
2176
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-campaigns-table.php:405
2177
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-lists-table.php:518
2178
  #, php-format
2179
  msgid ""
2181
  "checkDelete()\">Delete</a>"
2182
  msgstr ""
2183
 
2184
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-campaigns-table.php:535
2185
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-reports-table.php:273
2186
  msgid "Type"
2187
  msgstr ""
2188
 
2189
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-campaigns-table.php:536
2190
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-contacts-table.php:751
2191
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-contacts-table.php:959
2192
+ msgid "List(s)"
 
 
 
2193
  msgstr ""
2194
 
2195
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-campaigns-table.php:537
2196
  msgid "Categories"
2197
  msgstr ""
2198
 
2199
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-campaigns-table.php:538
2200
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-export-subscribers.php:313
2201
+ msgid "Created On"
2202
+ msgstr ""
2203
+
2204
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-campaigns-table.php:590
2205
  msgid "Search Campaigns"
2206
  msgstr ""
2207
 
2208
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-campaigns-table.php:595
2209
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-contacts-table.php:1022
2210
  msgid "All Statuses"
2211
  msgstr ""
2212
 
2213
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-campaigns-table.php:601
2214
  msgid "All Type"
2215
  msgstr ""
2216
 
2217
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-campaigns-table.php:645
2218
  msgid "You are not allowed to delete campaign."
2219
  msgstr ""
2220
 
2221
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-campaigns-table.php:651
2222
  msgid "Campaign has been deleted successfully!"
2223
  msgstr ""
2224
 
2225
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-campaigns-table.php:669
2226
  msgid "Campaign(s) have been deleted successfully!"
2227
  msgstr ""
2228
 
2229
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-campaigns-table.php:673
2230
  msgid "Please check campaign(s) to delete."
2231
  msgstr ""
2232
 
2308
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-forms-table.php:85
2309
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-lists-table.php:77
2310
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-lists-table.php:259
2311
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-post-notifications.php:276
2312
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/workflows/class-es-workflows-table.php:153
2313
  msgid "Add New"
2314
  msgstr ""
2373
  msgid "Send Welcome Email?"
2374
  msgstr ""
2375
 
 
 
 
 
 
2376
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-contacts-table.php:769
2377
  msgid "Save Contact"
2378
  msgstr ""
2379
 
2380
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-contacts-table.php:772
2381
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-forms-table.php:498
2382
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-lists-table.php:298
2383
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-post-notifications.php:387
2384
  msgid "Save Changes"
2385
  msgstr ""
2386
 
2410
  msgstr ""
2411
 
2412
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-contacts-table.php:960
2413
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-forms-table.php:832
2414
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-lists-table.php:540
2415
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/workflows/class-es-workflows-table.php:293
2416
  msgid "Created"
2417
  msgstr ""
2418
 
2419
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-contacts-table.php:993
2420
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-forms-table.php:860
2421
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-lists-table.php:569
2422
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-reports-table.php:255
2423
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-reports-table.php:339
2570
  msgid "Export the Subscribers"
2571
  msgstr ""
2572
 
2573
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-export-subscribers.php:310
2574
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-lists-table.php:36
2575
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/pro/workflows/actions/class-es-action-move-to-list.php:31
2576
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/pro/workflows/actions/class-es-action-remove-from-list.php:29
2577
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/workflows/actions/class-es-action-add-to-list.php:31
2578
+ msgid "List"
2579
  msgstr ""
2580
 
2581
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-export-subscribers.php:312
2582
+ msgid "Opt-In Type"
2583
  msgstr ""
2584
 
2585
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-form-widget.php:11
2590
  msgid "Number of forms per page"
2591
  msgstr ""
2592
 
2593
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-forms-table.php:91
2594
+ msgid "Form has been added successfully!"
2595
  msgstr ""
2596
 
2597
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-forms-table.php:95
2598
+ msgid "Form has been updated successfully!"
2599
  msgstr ""
2600
 
2601
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-forms-table.php:128
2602
+ msgid "You do not have permission to edit this form."
2603
  msgstr ""
2604
 
2605
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-forms-table.php:131
2606
+ msgid "Please add form name."
2607
  msgstr ""
2608
 
2609
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-forms-table.php:136
2610
+ msgid "Please select list(s) in which contact will be subscribed."
2611
  msgstr ""
2612
 
2613
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-forms-table.php:244
2614
  msgid "Sorry, form not found"
2615
  msgstr ""
2616
 
2617
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-forms-table.php:268
2618
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/public/partials/class-es-shortcode.php:130
2619
  msgid "Subscribe"
2620
  msgstr ""
2621
 
2622
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-forms-table.php:288
2623
  msgid "Forms "
2624
  msgstr ""
2625
 
2626
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-forms-table.php:291
2627
  msgid " New Form"
2628
  msgstr ""
2629
 
2630
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-forms-table.php:293
2631
  msgid " Edit Form"
2632
  msgstr ""
2633
 
2634
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-forms-table.php:312
2635
  msgid "Form Name"
2636
  msgstr ""
2637
 
2638
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-forms-table.php:326
2639
  msgid "Description"
2640
  msgstr ""
2641
 
2642
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-forms-table.php:340
2643
  msgid "Form Fields"
2644
  msgstr ""
2645
 
2646
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-forms-table.php:347
2647
  msgid "Field"
2648
  msgstr ""
2649
 
2650
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-forms-table.php:348
2651
  msgid "Show?"
2652
  msgstr ""
2653
 
2654
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-forms-table.php:349
2655
  msgid "Required?"
2656
  msgstr ""
2657
 
2658
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-forms-table.php:350
2659
  msgid "Label"
2660
  msgstr ""
2661
 
2662
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-forms-table.php:351
2663
  msgid "Place Holder"
2664
  msgstr ""
2665
 
2666
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-forms-table.php:391
2667
  msgid "Button"
2668
  msgstr ""
2669
 
2670
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-forms-table.php:405
2671
  msgid "Contacts will be added into selected list(s)"
2672
  msgstr ""
2673
 
2674
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-forms-table.php:428
2675
  msgid "Allow contact to choose list(s)"
2676
  msgstr ""
2677
 
2678
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-forms-table.php:429
2679
  msgid "Allow contacts to choose list(s) in which they want to subscribe."
2680
  msgstr ""
2681
 
2682
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-forms-table.php:459
2683
  msgid "Show GDPR consent checkbox"
2684
  msgstr ""
2685
 
2686
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-forms-table.php:460
2687
  msgid ""
2688
  "Show consent checkbox to get the consent of a contact before adding them to "
2689
  "list(s)"
2690
  msgstr ""
2691
 
2692
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-forms-table.php:484
2693
  msgid ""
2694
  "Consent text will show up at subscription form next to consent checkbox."
2695
  msgstr ""
2696
 
2697
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-forms-table.php:495
2698
  msgid "Save Form"
2699
  msgstr ""
2700
 
2701
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-forms-table.php:814
2702
  #, php-format
2703
  msgid ""
2704
  "<a href=\"?page=%s&action=%s&form=%s&_wpnonce=%s\" class=\"text-indigo-600\">"
2705
  "Edit</a>"
2706
  msgstr ""
2707
 
2708
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-forms-table.php:815
2709
  #, php-format
2710
  msgid ""
2711
  "<a href=\"?page=%s&action=%s&form=%s&_wpnonce=%s\" onclick=\"return "
2712
  "checkDelete()\">Delete</a>"
2713
  msgstr ""
2714
 
2715
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-forms-table.php:831
2716
  msgid "Shortcode"
2717
  msgstr ""
2718
 
2719
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-forms-table.php:877
2720
  msgid "Search Forms"
2721
  msgstr ""
2722
 
2723
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-forms-table.php:914
2724
  msgid "You do not have permission to delete this form."
2725
  msgstr ""
2726
 
2727
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-forms-table.php:921
2728
  msgid "Form has been deleted successfully!"
2729
  msgstr ""
2730
 
2731
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-forms-table.php:936
2732
  msgid "Form(s) have been deleted successfully!"
2733
  msgstr ""
2734
 
2735
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-forms-table.php:939
2736
  msgid "Please select form(s) to delete."
2737
  msgstr ""
2738
 
2739
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-forms-table.php:950
2740
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-lists-table.php:676
2741
  msgid "Enable"
2742
  msgstr ""
2743
 
2744
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-forms-table.php:951
2745
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-lists-table.php:677
2746
  msgid "Disable"
2747
  msgstr ""
2748
 
2749
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-forms-table.php:963
2750
  msgid "No Forms avaliable."
2751
  msgstr ""
2752
 
2978
  msgid "Test email to %s"
2979
  msgstr ""
2980
 
2981
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-newsletters.php:114
2982
  msgid "Please add a broadcast subject."
2983
  msgstr ""
2984
 
2985
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-newsletters.php:121
2986
  msgid "Please add message body or select template"
2987
  msgstr ""
2988
 
2989
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-newsletters.php:133
2990
  msgid "Please add the subject"
2991
  msgstr ""
2992
 
2993
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-newsletters.php:202
2994
  msgid "Scheduling is disabled for this broadcast since it is being sent."
2995
  msgstr ""
2996
 
2997
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-newsletters.php:204
2998
  msgid ""
2999
  "Scheduling is disabled for this broadcast since it has been sent already."
3000
  msgstr ""
3001
 
3002
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-newsletters.php:255
3003
  msgid "Summary"
3004
  msgstr ""
3005
 
3006
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-newsletters.php:264
3007
  msgid "Next"
3008
  msgstr ""
3009
 
3010
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-newsletters.php:278
3011
  msgid "Previous"
3012
  msgstr ""
3013
 
3014
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-newsletters.php:287
3015
  msgid "Save Draft"
3016
  msgstr ""
3017
 
3018
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-newsletters.php:301
3019
  msgid "Schedule"
3020
  msgstr ""
3021
 
3022
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-newsletters.php:329
3023
  msgid "From Name"
3024
  msgstr ""
3025
 
3026
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-newsletters.php:333
3027
  msgid "From Email"
3028
  msgstr ""
3029
 
3030
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-newsletters.php:338
3031
  msgid "Message"
3032
  msgstr ""
3033
 
3034
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-newsletters.php:356
3035
  msgid "Design Template"
3036
  msgstr ""
3037
 
3038
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-newsletters.php:362
3039
  msgid "Recipients"
3040
  msgstr ""
3041
 
3042
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-newsletters.php:372
3043
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-newsletters.php:400
 
3044
  #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-reports-table.php:256
3045
  msgid "Preview"
3046
  msgstr ""
3047
 
3048
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-newsletters.php:375
3049
  msgid "Browser"
3050
  msgstr ""
3051
 
3052
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-newsletters.php:386
 
 
 
 
3053
  msgid ""
3054
  "There could be a slight variation on how your customer will view the email "
3055
  "content."
3056
  msgstr ""
3057
 
3058
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-newsletters.php:403
3059
  msgid "Email Sent Successfully "
3060
  msgstr ""
3061
 
3062
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-newsletters.php:404
3063
  msgid "Something went wrong. Please try again later"
3064
  msgstr ""
3065
 
3066
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-newsletters.php:421
3067
  msgid "Email Content Preview"
3068
  msgstr ""
3069
 
3070
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-newsletters.php:461
3071
  msgid "Open Tracking"
3072
  msgstr ""
3073
 
3099
  msgid "Please select categories."
3100
  msgstr ""
3101
 
3102
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-post-notifications.php:75
3103
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-post-notifications.php:203
3104
  msgid "Please select template."
3105
  msgstr ""
3106
 
3107
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-post-notifications.php:210
3108
  msgid "Please select Categories."
3109
  msgstr ""
3110
 
3111
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-post-notifications.php:245
3112
  msgid " New Post Notification"
3113
  msgstr ""
3114
 
3115
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-post-notifications.php:248
3116
  msgid " Edit Post Notification"
3117
  msgstr ""
3118
 
3119
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-post-notifications.php:267
3120
  msgid "Campaigns "
3121
  msgstr ""
3122
 
3123
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-post-notifications.php:298
3124
  msgid ""
3125
  "Contacts from the selected list will be notified about new post notification."
3126
  msgstr ""
3127
 
3128
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-post-notifications.php:349
3129
  msgid "Select Post Category"
3130
  msgstr ""
3131
 
3132
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-post-notifications.php:350
3133
  msgid ""
3134
  "Notification will be sent out when any post from selected categories will be "
3135
  "published."
3136
  msgstr ""
3137
 
3138
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-post-notifications.php:363
3139
  msgid "Select custom post type(s)"
3140
  msgstr ""
3141
 
3142
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-post-notifications.php:364
3143
  msgid ""
3144
  "(Optional) Select custom post type for which you want to send notification."
3145
  msgstr ""
3146
 
3147
+ #: ../../../../../repositories/GitLab/icegram/email-subscribers/lite/includes/classes/class-es-post-notifications.php:384
3148
  msgid "Save Campaign"
3149
  msgstr ""
3150
 
readme.txt CHANGED
@@ -6,7 +6,7 @@ Tags: email marketing, subscription, autoresponder, post notification, welcome e
6
  Requires at least: 3.9
7
  Tested up to: 5.4.2
8
  Requires PHP: 5.6
9
- Stable tag: 4.4.9
10
  License: GPLv3
11
  License URI: http://www.gnu.org/licenses
12
 
@@ -18,7 +18,7 @@ Email Subscribers is a complete newsletter plugin that lets you **collect leads,
18
 
19
  Email Subscribers is a fully-featured subscription plugin specially created keeping in mind all the needs and requirements of a **regular blogger, website owner, marketer and developers**. It helps you achieve all the things you need to build a list and keep them engaged within a single plugin.
20
 
21
- **Easily Collect Leads On Your Website** : Insert a neat looking subscription box anywhere on your website. This subscription box is beautifully designed and grabs audiences attention instantly.
22
 
23
  **Send Automated Updates when a Post is published** : Save on time by automating the process of sending emails each time a blog post is published.
24
 
@@ -75,8 +75,8 @@ Email Subscribers is a fully-featured subscription plugin specially created keep
75
  > 👉 **Automatic Spam Score Checking**
76
  > 👉 **Create Workflows to automatically add people to your mailing list whenever someone posts a comment on your website**
77
  > 👉 Integrate with **[WooCommerce](https://wordpress.org/plugins/woocommerce/)**, **[EDD – Easy Digital Downloads](https://wordpress.org/plugins/easy-digital-downloads)**, **[Give](https://wordpress.org/plugins/give/)**, **[Contact Form 7](https://wordpress.org/plugins/contact-form-7/)**, **[Ninja Forms](https://wordpress.org/plugins/ninja-forms/)**, **[WPForms](https://wordpress.org/plugins/wpforms-lite/)**, **[Gravity Forms](https://www.gravityforms.com/)**, **[Forminator](http://wordpress.org/plugins/forminator)**
78
- > 👉 Redirect subscribers to specific page after unsubscribe
79
- > 👉 Allow subscribers to select list(s) while unsubscribe
80
 
81
  Learn more about [Email Subscribers PRO](https://www.icegram.com/email-subscribers-pricing/)
82
 
@@ -98,7 +98,7 @@ We at **[icegram](https://icegram.com)** continuously improving the Email Subscr
98
  Don’t believe it? Have a look at the review section. The support guys are friendly and ever willing to assist you with whatever be your query. Feel free to contact them with both pre-sales, after-sales questions.
99
 
100
  * 👉 **Must Have Plugin** -
101
- > I highly recommend it because he has amazing email marketing tools and the support team is knowledgeable and kind. I would suggest you to get rid of your conventional email marketing external provider and on the other hand put your mind into the Email Subscribers & Newsletters plugin because it will help you to have a better flow and you will become more consistent with your email marketing development as well. I am not getting paid on anything for this feedback. I had a problem with Mailchimp so I decided to test the Email Subscribers & Newsletters and it saved my life. I believe I will use it for a very long time. Thanks guys for developing it.
102
  > - [Mauro](https://wordpress.org/support/topic/must-have-plugin-371/)
103
 
104
  * 👉 **Just what the doctor ordered!** -
@@ -156,59 +156,59 @@ Option 2:
156
 
157
  == Frequently Asked Questions ==
158
 
159
- = 1. How to install and activate Email Subscribers on multisite installation =
160
 
161
  Refer [here](https://www.icegram.com/documentation/es-how-to-install-and-activate-plugin-single-multisite/).
162
 
163
- = 2. How to add subscription box to your website =
164
 
165
  Refer [here](https://www.icegram.com/documentation/es-how-to-add-subscription-box-to-website/).
166
 
167
- = 3. How to modify the existing emails like emails like Confirmation, Welcome, Admin emails and Cron Settings and Assign User Roles =
168
 
169
  Refer [here](https://www.icegram.com/documentation/es-general-plugin-settings/).
170
 
171
- = 4. How does Sync work =
172
 
173
  Refer [here](https://www.icegram.com/documentation/es-how-does-sync-work/).
174
 
175
- = 5. How to Import and export email address =
176
 
177
  Refer [here](https://www.icegram.com/documentation/es-how-to-import-or-export-email-address-to-subscriber-list/).
178
 
179
- = 6. How to change/update/translate any strings from the plugin =
180
 
181
  Refer steps from [here](https://www.icegram.com/documentation/es-how-to-change-update-translate-any-texts-from-email-subscribers/).
182
 
183
- = 7. How to add unsubscribe link in emails =
184
 
185
  Refer [here](https://www.icegram.com/documentation/es-how-to-add-unsubscribe-link-in-emails/).
186
 
187
- = 8. How to Create and Send Newsletter Emails =
188
 
189
  Refer [here](https://www.icegram.com/documentation/es-how-to-create-and-send-newsletter-emails/).
190
 
191
- = 9. What are the available keywords in the Newsletters =
192
 
193
  Refer [here](https://www.icegram.com/documentation/es-what-are-the-available-keywords-in-the-newsletters/).
194
 
195
- = 10. How to Create and Send Post Notification Emails when new posts are published =
196
 
197
  Refer [here](https://www.icegram.com/documentation/es-how-to-create-and-send-post-notification-emails-when-new-posts-are-published/).
198
 
199
- = 11. What are the available keywords in the Post Notifications =
200
 
201
  Refer [here](https://www.icegram.com/documentation/es-what-are-the-available-keywords-in-the-post-notifications/).
202
 
203
- = 12. How to send a sample new post notification email to testgroup/myself❓ =
204
 
205
  Refer [here](https://www.icegram.com/documentation/es-how-to-send-a-sample-new-post-notification-email-to-testgroup-myself/).
206
 
207
- = 13. How to check sent emails reports =
208
 
209
  Refer [here](https://www.icegram.com/documentation/es-how-to-check-sent-emails/).
210
 
211
- = 14. How to Add/Update Existing Subscribers Group & Status =
212
 
213
  Refer [here](https://www.icegram.com/documentation/es-how-to-add-update-existing-subscribers-group/).
214
 
@@ -216,35 +216,35 @@ Refer [here](https://www.icegram.com/documentation/es-how-to-add-update-existing
216
 
217
  Check steps from [here](https://www.icegram.com/documentation/es-subscribers-are-not-receiving-emails/).
218
 
219
- = 16. How to show subscribe form inside a popup =
220
 
221
  Refer [here](https://www.icegram.com/documentation/es-how-to-show-subscribe-form-inside-a-popup/).
222
 
223
- = 17. How to use Rainmaker’s form in Email Subscribers =
224
 
225
  Refer [here](https://www.icegram.com/documentation/es-how-to-use-rainmakers-form-in-email-subscribers/).
226
 
227
- = 18. How to Redirect Subscribers to a new page/url after successful sign up =
228
 
229
  Refer [here](https://www.icegram.com/documentation/es-how-to-redirect-subscribers-to-a-new-page-url-after-successful-sign-up/).
230
 
231
- = 19. How to add captcha in Subscribe form of Email Subscribers =
232
 
233
  Refer [here](https://www.icegram.com/documentation/es-how-to-add-captcha-in-subscribe-form-of-email-subscribers/).
234
 
235
- = 20. How to Schedule Cron Emails/auto emails =
236
 
237
  Refer [here](https://www.icegram.com/documentation/es-how-to-schedule-cron-emails/).
238
 
239
- = 21. How to Schedule Cron Emails in cPanel =
240
 
241
  Refer [here](https://www.icegram.com/documentation/es-how-to-schedule-cron-emails-in-cpanel/).
242
 
243
- = 22. How to Schedule Cron Emails in Parallels Plesk =
244
 
245
  Refer [here](https://www.icegram.com/documentation/es-how-to-schedule-cron-emails-in-parallels-plesk/).
246
 
247
- = 23. What to do if Hosting doesn’t support Cron Jobs =
248
 
249
  Refer [here](https://www.icegram.com/documentation/es-what-to-do-if-hosting-doesnt-support-cron-jobs/).
250
 
@@ -274,7 +274,7 @@ Refer [here](https://www.icegram.com/documentation/es-faq/).
274
 
275
  8. Forms
276
 
277
- 9. Create New Form
278
 
279
  10. Workflows
280
 
@@ -301,9 +301,15 @@ Refer [here](https://www.icegram.com/documentation/es-faq/).
301
 
302
  == Changelog ==
303
 
 
 
 
 
 
 
304
  **4.4.9 (24.06.2020)**
305
 
306
- * Update: Redirect to forms list page after creating form
307
  * Update: YouTube video embedding issue
308
  * Update: Action Scheduler Library to 3.1.6
309
  * Fix: {{POSTLINK-ONLY}} keyword issue
@@ -334,16 +340,16 @@ Refer [here](https://www.icegram.com/documentation/es-faq/).
334
  * Update: Improved Import/ Export feature
335
  * Update: Improved manage lists UI
336
  * Update: Improved Export contacts UI
337
- * Update: Show date based on format set in WordPress settings
338
  * Fix: Import contact issue
339
- * Fix: "Continu Reading" link doesn't work in Post Notifications
340
- * Fix: Audience lists stick to bottom
341
 
342
  **4.4.5 (15.04.2020)**
343
 
344
  * Update: Improved Import & Export contacts UI
345
  * Fix: Importing contacts progress stays at 0%
346
- * Fix: Test email send acknowledgement was not showing
347
 
348
  **4.4.4 (10.04.2020)**
349
 
@@ -364,9 +370,9 @@ Refer [here](https://www.icegram.com/documentation/es-faq/).
364
  * Update: Improved Active Contacts Growth based on cumulative contacts
365
  * Fix: Migration issue
366
  * Fix: Campaign was sent while previewing campaign
367
- * Fix: Empty campaign body if any error occur
368
  * Fix: Optimize images
369
- * Fix: Campaigns list stick to bottom of the page
370
  * Fix: PHP Warning during installation on multisite
371
 
372
  **4.4.1.1 (12.03.2020)**
6
  Requires at least: 3.9
7
  Tested up to: 5.4.2
8
  Requires PHP: 5.6
9
+ Stable tag: 4.4.10
10
  License: GPLv3
11
  License URI: http://www.gnu.org/licenses
12
 
18
 
19
  Email Subscribers is a fully-featured subscription plugin specially created keeping in mind all the needs and requirements of a **regular blogger, website owner, marketer and developers**. It helps you achieve all the things you need to build a list and keep them engaged within a single plugin.
20
 
21
+ **Easily Collect Leads On Your Website** : Insert a neat looking subscription box anywhere on your website. This subscription box is beautifully designed and grabs the audience's attention instantly.
22
 
23
  **Send Automated Updates when a Post is published** : Save on time by automating the process of sending emails each time a blog post is published.
24
 
75
  > 👉 **Automatic Spam Score Checking**
76
  > 👉 **Create Workflows to automatically add people to your mailing list whenever someone posts a comment on your website**
77
  > 👉 Integrate with **[WooCommerce](https://wordpress.org/plugins/woocommerce/)**, **[EDD – Easy Digital Downloads](https://wordpress.org/plugins/easy-digital-downloads)**, **[Give](https://wordpress.org/plugins/give/)**, **[Contact Form 7](https://wordpress.org/plugins/contact-form-7/)**, **[Ninja Forms](https://wordpress.org/plugins/ninja-forms/)**, **[WPForms](https://wordpress.org/plugins/wpforms-lite/)**, **[Gravity Forms](https://www.gravityforms.com/)**, **[Forminator](http://wordpress.org/plugins/forminator)**
78
+ > 👉 Redirect subscribers to a specific page after unsubscribing
79
+ > 👉 Allow subscribers to select list(s) while unsubscribing
80
 
81
  Learn more about [Email Subscribers PRO](https://www.icegram.com/email-subscribers-pricing/)
82
 
98
  Don’t believe it? Have a look at the review section. The support guys are friendly and ever willing to assist you with whatever be your query. Feel free to contact them with both pre-sales, after-sales questions.
99
 
100
  * 👉 **Must Have Plugin** -
101
+ > I highly recommend it because he has amazing email marketing tools and the support team is knowledgeable and kind. I would suggest you get rid of your conventional email marketing external provider and on the other hand, put your mind into the Email Subscribers & Newsletters plugin because it will help you to have a better flow and you will become more consistent with your email marketing development as well. I am not getting paid on anything for this feedback. I had a problem with Mailchimp so I decided to test the Email Subscribers & Newsletters and it saved my life. I believe I will use it for a very long time. Thanks, guys for developing it.
102
  > - [Mauro](https://wordpress.org/support/topic/must-have-plugin-371/)
103
 
104
  * 👉 **Just what the doctor ordered!** -
156
 
157
  == Frequently Asked Questions ==
158
 
159
+ = 1. How to install and activate Email Subscribers on multisite installation =
160
 
161
  Refer [here](https://www.icegram.com/documentation/es-how-to-install-and-activate-plugin-single-multisite/).
162
 
163
+ = 2. How to add a subscription box to your website =
164
 
165
  Refer [here](https://www.icegram.com/documentation/es-how-to-add-subscription-box-to-website/).
166
 
167
+ = 3. How to modify the existing emails like Confirmation, Welcome, Admin emails and Cron Settings and Assign User Roles =
168
 
169
  Refer [here](https://www.icegram.com/documentation/es-general-plugin-settings/).
170
 
171
+ = 4. How does Sync work =
172
 
173
  Refer [here](https://www.icegram.com/documentation/es-how-does-sync-work/).
174
 
175
+ = 5. How to Import and export email address =
176
 
177
  Refer [here](https://www.icegram.com/documentation/es-how-to-import-or-export-email-address-to-subscriber-list/).
178
 
179
+ = 6. How to change/update/translate any strings from the plugin =
180
 
181
  Refer steps from [here](https://www.icegram.com/documentation/es-how-to-change-update-translate-any-texts-from-email-subscribers/).
182
 
183
+ = 7. How to add unsubscribe link in emails =
184
 
185
  Refer [here](https://www.icegram.com/documentation/es-how-to-add-unsubscribe-link-in-emails/).
186
 
187
+ = 8. How to Create and Send Newsletter Emails =
188
 
189
  Refer [here](https://www.icegram.com/documentation/es-how-to-create-and-send-newsletter-emails/).
190
 
191
+ = 9. What are the available keywords in the Newsletters =
192
 
193
  Refer [here](https://www.icegram.com/documentation/es-what-are-the-available-keywords-in-the-newsletters/).
194
 
195
+ = 10. How to Create and Send Post Notification Emails when new posts are published =
196
 
197
  Refer [here](https://www.icegram.com/documentation/es-how-to-create-and-send-post-notification-emails-when-new-posts-are-published/).
198
 
199
+ = 11. What are the available keywords in the Post Notifications =
200
 
201
  Refer [here](https://www.icegram.com/documentation/es-what-are-the-available-keywords-in-the-post-notifications/).
202
 
203
+ = 12. How to send a sample new post notification email to test group/me =
204
 
205
  Refer [here](https://www.icegram.com/documentation/es-how-to-send-a-sample-new-post-notification-email-to-testgroup-myself/).
206
 
207
+ = 13. How to check sent emails reports =
208
 
209
  Refer [here](https://www.icegram.com/documentation/es-how-to-check-sent-emails/).
210
 
211
+ = 14. How to Add/Update Existing Subscribers Group & Status =
212
 
213
  Refer [here](https://www.icegram.com/documentation/es-how-to-add-update-existing-subscribers-group/).
214
 
216
 
217
  Check steps from [here](https://www.icegram.com/documentation/es-subscribers-are-not-receiving-emails/).
218
 
219
+ = 16. How to show subscribe form inside a popup =
220
 
221
  Refer [here](https://www.icegram.com/documentation/es-how-to-show-subscribe-form-inside-a-popup/).
222
 
223
+ = 17. How to use Rainmaker’s form in Email Subscribers =
224
 
225
  Refer [here](https://www.icegram.com/documentation/es-how-to-use-rainmakers-form-in-email-subscribers/).
226
 
227
+ = 18. How to Redirect Subscribers to a new page/URL after successful sign up =
228
 
229
  Refer [here](https://www.icegram.com/documentation/es-how-to-redirect-subscribers-to-a-new-page-url-after-successful-sign-up/).
230
 
231
+ = 19. How to add captcha in Subscribe form of Email Subscribers =
232
 
233
  Refer [here](https://www.icegram.com/documentation/es-how-to-add-captcha-in-subscribe-form-of-email-subscribers/).
234
 
235
+ = 20. How to Schedule Cron Emails/auto emails =
236
 
237
  Refer [here](https://www.icegram.com/documentation/es-how-to-schedule-cron-emails/).
238
 
239
+ = 21. How to Schedule Cron Emails in cPanel =
240
 
241
  Refer [here](https://www.icegram.com/documentation/es-how-to-schedule-cron-emails-in-cpanel/).
242
 
243
+ = 22. How to Schedule Cron Emails in Parallels Plesk =
244
 
245
  Refer [here](https://www.icegram.com/documentation/es-how-to-schedule-cron-emails-in-parallels-plesk/).
246
 
247
+ = 23. What to do if Hosting doesn’t support Cron Jobs =
248
 
249
  Refer [here](https://www.icegram.com/documentation/es-what-to-do-if-hosting-doesnt-support-cron-jobs/).
250
 
274
 
275
  8. Forms
276
 
277
+ 9. Create a New Form
278
 
279
  10. Workflows
280
 
301
 
302
  == Changelog ==
303
 
304
+ **4.4.10 (29.06.2020)**
305
+
306
+ * New: Added {{POSTCATS}} keyword for Post Notification
307
+ * New: Added option to select multiple lists while sending Broadcast, creating Post Notification and Post Digest [PRO]
308
+ * New: Added new email templates for Broadcast, Post Notifications & Post Digst [PRO]
309
+
310
  **4.4.9 (24.06.2020)**
311
 
312
+ * Update: Redirect to forms list page after creating a form
313
  * Update: YouTube video embedding issue
314
  * Update: Action Scheduler Library to 3.1.6
315
  * Fix: {{POSTLINK-ONLY}} keyword issue
340
  * Update: Improved Import/ Export feature
341
  * Update: Improved manage lists UI
342
  * Update: Improved Export contacts UI
343
+ * Update: Show date based on the format set in WordPress settings
344
  * Fix: Import contact issue
345
+ * Fix: "Continue Reading" link doesn't work in Post Notifications
346
+ * Fix: Audience lists stick to the bottom
347
 
348
  **4.4.5 (15.04.2020)**
349
 
350
  * Update: Improved Import & Export contacts UI
351
  * Fix: Importing contacts progress stays at 0%
352
+ * Fix: Test email send acknowledgment was not showing
353
 
354
  **4.4.4 (10.04.2020)**
355
 
370
  * Update: Improved Active Contacts Growth based on cumulative contacts
371
  * Fix: Migration issue
372
  * Fix: Campaign was sent while previewing campaign
373
+ * Fix: Empty campaign body if any error occurred
374
  * Fix: Optimize images
375
+ * Fix: Campaigns list stick to the bottom of the page
376
  * Fix: PHP Warning during installation on multisite
377
 
378
  **4.4.1.1 (12.03.2020)**