Email Subscribers & Newsletters - Version 4.7.1

Version Description

4.7.1 (30.04.2021)

  • New: Send emails using Postmark batch API [PRO]
  • Update: Improved dashboard UI
  • Fix: Post digest category issue [PRO]
  • Fix: Garbage characters in few cases when an email containing HTML entities is sent using Pepipost
  • Fix: Ajax call on every page load

4.7.0 (05.04.2021)

  • New: Support for list and status fields while importing contacts through CSV
  • New: Using batch API to send emails through Mailgun [PRO]

4.6.14 (25.03.2021)

  • New: Send emails using Mailgun, SparkPost and SendGrid [PRO]
  • New: Import contacts from MailChimp

4.6.13 (17.03.2021)

  • New: Campaign rules to filter recipients while sending sequence emails [PRO]
  • Update: Tested upto WordPress 5.7
  • Fix: Invalid date and time for campaign reports activity table

4.6.12.1 (05.03.2021)

  • Fix: Subscription issue with Icegram plugin

4.6.12 (04.03.2021)

  • New: Filter recipients using new campaign rules for 'is in List' and 'is not in List'[PRO] while sending broadcast
  • Update: Improved campaign report UI
  • Update: Improved securities in subscription form
Download this release

Release Info

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

Code changes from version 4.7.0 to 4.7.1

email-subscribers.php CHANGED
@@ -3,13 +3,13 @@
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.7.0
7
  * Author: Icegram
8
  * Author URI: https://www.icegram.com/
9
  * Requires at least: 3.9
10
- * Tested up to: 5.7
11
  * WC requires at least: 3.6.0
12
- * WC tested up to: 5.1.0
13
  * ES WOO: 7120515:9f4c7f8bb491260ef19edf9699db73e6
14
  * Requires PHP: 5.6
15
  * Text Domain: email-subscribers
@@ -178,7 +178,7 @@ if ( 'premium' === $ig_es_plan ) {
178
  /* ***************************** Initial Compatibility Work (End) ******************* */
179
 
180
  if ( ! defined( 'ES_PLUGIN_VERSION' ) ) {
181
- define( 'ES_PLUGIN_VERSION', '4.7.0' );
182
  }
183
 
184
  // 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.7.1
7
  * Author: Icegram
8
  * Author URI: https://www.icegram.com/
9
  * Requires at least: 3.9
10
+ * Tested up to: 5.7.1
11
  * WC requires at least: 3.6.0
12
+ * WC tested up to: 5.2.2
13
  * ES WOO: 7120515:9f4c7f8bb491260ef19edf9699db73e6
14
  * Requires PHP: 5.6
15
  * Text Domain: email-subscribers
178
  /* ***************************** Initial Compatibility Work (End) ******************* */
179
 
180
  if ( ! defined( 'ES_PLUGIN_VERSION' ) ) {
181
+ define( 'ES_PLUGIN_VERSION', '4.7.1' );
182
  }
183
 
184
  // Plugin Folder Path.
lite/admin/class-ig-es-onboarding.php CHANGED
@@ -266,8 +266,8 @@ if ( ! class_exists( 'IG_ES_Onboarding' ) ) {
266
  // Delete the onboarding data used during onboarding process.
267
  $this->delete_onboarding_data();
268
 
269
- $settings_url = admin_url( 'admin.php?page=es_settings' );
270
- $response['redirect_url'] = $settings_url;
271
 
272
  return $response;
273
  }
266
  // Delete the onboarding data used during onboarding process.
267
  $this->delete_onboarding_data();
268
 
269
+ $dashboard_url = admin_url( 'admin.php?page=es_dashboard' );
270
+ $response['redirect_url'] = $dashboard_url;
271
 
272
  return $response;
273
  }
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}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: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{-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: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,.form-radio:checked{border-color:transparent}.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");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{-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: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}li.menu-top div.wp-menu-image img{display:initial;border-style:none}.ig-es-primary-button,.ig-es-send-queue-emails{border-color:transparent;padding:.5rem 1rem;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity));color:#fff;color:rgba(255,255,255,var(--text-opacity));background-color:#5850ec;background-color:rgba(88,80,236,var(--bg-opacity))}.ig-es-primary-button,.ig-es-send-queue-emails,.ig-es-title-button,.wp-heading-inline+.page-title-action{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;font-size:.875rem;line-height:1.25rem;font-weight:500;--text-opacity:1;--bg-opacity:1;-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{--border-opacity:1;border-color:#d2d6dc;border-color:rgba(210,214,220,var(--border-opacity));color:#374151;color:rgba(55,65,81,var(--text-opacity));background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity));padding:.25rem .75rem}.wrap .wp-heading-inline+.page-title-action{margin-left:.5rem}.ig-es-title-button:hover,.wp-heading-inline+.page-title-action:hover{--bg-opacity:1;background-color:#f9fafb;background-color:rgba(249,250,251,var(--bg-opacity));--text-opacity:1;color:#374151;color:rgba(55,65,81,var(--text-opacity))}.ig-es-title-button:focus,.wp-heading-inline+.page-title-action:focus{outline:2px solid transparent;outline-offset:2px;-webkit-box-shadow:0 0 0 3px rgba(118,169,250,.45);box-shadow:0 0 0 3px rgba(118,169,250,.45);--border-opacity:1;border-color:#a4cafe;border-color:rgba(164,202,254,var(--border-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{outline:2px solid transparent;outline-offset:2px;-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:2px solid transparent!important;outline-offset:2px!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:2px solid transparent;outline-offset:2px;-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:#d2d6dc;background-color:rgba(210,214,220,var(--bg-opacity));--text-opacity:1;color:#374151;color:rgba(55,65,81,var(--text-opacity));--border-opacity:1;border-color:#d2d6dc;border-color:rgba(210,214,220,var(--border-opacity))}.form-input{--bg-opacity:1!important;background-color:#fff!important;background-color:rgba(255,255,255,var(--bg-opacity))!important;border-width:1px!important;border-radius:.375rem!important;-webkit-box-shadow:0 1px 2px 0 rgba(0,0,0,.05)!important;box-shadow:0 1px 2px 0 rgba(0,0,0,.05)!important;--border-opacity:1!important;border-color:#d2d6dc!important;border-color:rgba(210,214,220,var(--border-opacity))!important}.form-input:focus{outline:2px solid transparent!important;outline-offset:2px!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}.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:2px solid transparent!important;outline-offset:2px!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%}.es-mail-toggle-line{width:2.25rem;height:1.25rem;background-color:#d2d6dc;background-color:rgba(210,214,220,var(--bg-opacity));-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)}.es-mail-toggle-dot,.es-mail-toggle-line{display:block;--bg-opacity:1;border-radius:9999px}.es-mail-toggle-dot{width:.875rem;height:.875rem;margin-left:.25rem;position:absolute;top:0;bottom:0;-webkit-transition-property:all;transition-property:all;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-timing-function:cubic-bezier(.4,0,.2,1);transition-timing-function:cubic-bezier(.4,0,.2,1);background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity));-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)}.es-mail-toggle-dot:focus-within{-webkit-box-shadow:0 0 0 3px rgba(118,169,250,.45);box-shadow:0 0 0 3px rgba(118,169,250,.45)}[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 1px #5a67d8;box-shadow:0 0 3px 1px #5a67d8}[type=radio]:checked+.es-mailer-logo:hover{border-width:1px;--border-opacity:1;border-color:#e5e7eb;border-color:rgba(229,231,235,var(--border-opacity))}.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))}.wp-core-ui .search-box input[name=s],.wp-core-ui select{border-radius:.375rem}.wp-core-ui #bulk-action-selector-top,.wp-core-ui #doaction,.wp-core-ui #doaction2,.wp-core-ui #filter-by-date,.wp-core-ui #post-query-submit,.wp-core-ui #poststuff select,.wp-core-ui #search-submit{cursor:pointer;line-height:1.25rem;--text-opacity:1;color:#4b5563;color:rgba(75,85,99,var(--text-opacity));background-color:transparent;font-size:.875rem}.wp-core-ui #search-submit{margin-left:.375rem}.es-add-or-condition:hover,.wp-core-ui #doaction2:hover .wp-core-ui #post-query-submit:hover,.wp-core-ui #doaction:hover,.wp-core-ui #search-submit:hover{--bg-opacity:1;background-color:#f4f5f7;background-color:rgba(244,245,247,var(--bg-opacity));--border-opacity:1;border-color:#6b7280;border-color:rgba(107,114,128,var(--border-opacity))}.es-add-or-condition:focus,.wp-core-ui #doaction2:focus .wp-core-ui #post-query-submit:focus,.wp-core-ui #doaction:focus,.wp-core-ui #search-submit:focus{outline:2px solid transparent;outline-offset:2px;-webkit-box-shadow:0 0 0 3px rgba(159,166,178,.45);box-shadow:0 0 0 3px rgba(159,166,178,.45)}.es-items-lists table.fixed,.post-type-es_template table.fixed{margin-top:1rem;margin-bottom:1rem;-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);border-radius:.5rem;overflow:hidden}.es-items-lists table.fixed tfoot td,.es-items-lists table.fixed tfoot th,.es-items-lists table.fixed thead td,.es-items-lists table.fixed thead th,.post-type-es_template table.fixed tfoot th,.post-type-es_template table.fixed thead td,.post-type-es_template table.fixed thead th{--bg-opacity:1;background-color:#f4f5f7;background-color:rgba(244,245,247,var(--bg-opacity));border-bottom-width:1px;--border-opacity:1;border-color:#e5e7eb;border-color:rgba(229,231,235,var(--border-opacity));--text-opacity:1;color:#6b7280;color:rgba(107,114,128,var(--text-opacity));font-weight:500;letter-spacing:.05em}.es-items-lists table.fixed tfoot th,.es-items-lists table.fixed thead th,.post-type-es_template table.fixed tfoot th,.post-type-es_template table.fixed thead th{padding-top:.5rem;padding-bottom:.5rem}.es-items-lists .widefat thead td input,.post-type-es_template .widefat thead td input{margin-right:1.5rem}.post-type-es_template .wrap{padding-top:1rem;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}.post-type-es_template .wrap>h1{padding-top:0;font-weight:600;--text-opacity:1;color:#374151;color:rgba(55,65,81,var(--text-opacity));line-height:2.25rem}.es-items-lists .striped>tbody tr,.post-type-es_template .striped>tbody tr{border-bottom-width:1px;--border-opacity:1;border-color:#e5e7eb;border-color:rgba(229,231,235,var(--border-opacity));padding-top:.5rem;padding-bottom:.5rem}.es-campaign-reports-table .striped>tbody tr{border-bottom-width:2px}.es-items-lists .striped>tbody>:nth-child(odd),.post-type-es_template .striped>tbody>:nth-child(odd){--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity))}.es_onboard_email{padding:.25rem .75rem!important}.es_reports_table_header{border-bottom-width:1px;--border-opacity:1;border-color:#e5e7eb;border-color:rgba(229,231,235,var(--border-opacity));--bg-opacity:1;background-color:#f4f5f7;background-color:rgba(244,245,247,var(--bg-opacity));text-align:left;font-size:.875rem;line-height:1rem;font-weight:500;--text-opacity:1;color:#6b7280;color:rgba(107,114,128,var(--text-opacity));letter-spacing:.05em}.importing-progress,.progress{width:100%;height:2rem;--bg-opacity:1;background-color:#e5e7eb;background-color:rgba(229,231,235,var(--bg-opacity));overflow:hidden;position:relative;text-align:right;line-height:1rem;margin-top:.375rem;border-radius:.25rem}.importing-progress span.bar,.progress span.bar{display:block;position:absolute;line-height:2.5rem;padding-top:.25rem;padding-bottom:.25rem;top:0;bottom:0;left:0;border-radius:.25rem;overflow:hidden;background-image:-webkit-gradient(linear,left top,right top,from(var(--gradient-color-stops)));background-image:linear-gradient(90deg,var(--gradient-color-stops));--gradient-from-color:#42389d;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(66,56,157,0));--gradient-to-color:#6875f5;--bg-opacity:1;background-color:#8da2fb;background-color:rgba(141,162,251,var(--bg-opacity))}.es_sequences_wrapper .ig-es-campaign-rules label{--text-opacity:1;color:#374151;color:rgba(55,65,81,var(--text-opacity));font-weight:500;--text-opacity:0.75;font-size:.875rem;letter-spacing:.025em;line-height:1.5rem}.email-subscribers_page_es_workflows #ig_es_workflow_trigger select option:disabled{--text-opacity:1;color:#9fa6b2;color:rgba(159,166,178,var(--text-opacity))}.es_mailchimp_lists_and_status_input [type=checkbox]:checked+label.installing{--text-opacity:1;color:#9fa6b2;color:rgba(159,166,178,var(--text-opacity));-webkit-animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite;animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.es_mailchimp_lists_and_status_input [type=checkbox]:checked+label.success{--text-opacity:1!important;color:#4b5563!important;color:rgba(75,85,99,var(--text-opacity))!important;font-weight:500!important;-webkit-animation:none!important;animation:none!important}.es_mailchimp_lists_and_status_input [type=checkbox]:checked+label.skipping{--text-opacity:1!important;color:#9fa6b2!important;color:rgba(159,166,178,var(--text-opacity))!important;-webkit-animation:none!important;animation:none!important}.space-y-1>:not(template)~:not(template){--space-y-reverse:0;margin-top:calc(0.25rem*(1 - var(--space-y-reverse)));margin-bottom:calc(0.25rem*var(--space-y-reverse))}.space-y-2>:not(template)~:not(template){--space-y-reverse:0;margin-top:calc(0.5rem*(1 - var(--space-y-reverse)));margin-bottom:calc(0.5rem*var(--space-y-reverse))}.space-y-3>:not(template)~:not(template){--space-y-reverse:0;margin-top:calc(0.75rem*(1 - var(--space-y-reverse)));margin-bottom:calc(0.75rem*var(--space-y-reverse))}.space-x-3>:not(template)~:not(template){--space-x-reverse:0;margin-right:calc(0.75rem*var(--space-x-reverse));margin-left:calc(0.75rem*(1 - var(--space-x-reverse)))}.space-y-4>:not(template)~:not(template){--space-y-reverse:0;margin-top:calc(1rem*(1 - var(--space-y-reverse)));margin-bottom:calc(1rem*var(--space-y-reverse))}.space-y-5>:not(template)~:not(template){--space-y-reverse:0;margin-top:calc(1.25rem*(1 - var(--space-y-reverse)));margin-bottom:calc(1.25rem*var(--space-y-reverse))}.divide-y>:not(template)~:not(template){--divide-y-reverse:0;border-top-width:calc(1px*(1 - var(--divide-y-reverse)));border-bottom-width:calc(1px*var(--divide-y-reverse))}.divide-gray-200>:not(template)~:not(template){--divide-opacity:1;border-color:#e5e7eb;border-color:rgba(229,231,235,var(--divide-opacity))}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.bg-white{--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity))}.bg-black{--bg-opacity:1;background-color:#000;background-color:rgba(0,0,0,var(--bg-opacity))}.bg-gray-50{--bg-opacity:1;background-color:#f9fafb;background-color:rgba(249,250,251,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-gray-500{--bg-opacity:1;background-color:#6b7280;background-color:rgba(107,114,128,var(--bg-opacity))}.bg-red-50{--bg-opacity:1;background-color:#fdf2f2;background-color:rgba(253,242,242,var(--bg-opacity))}.bg-red-100{--bg-opacity:1;background-color:#fde8e8;background-color:rgba(253,232,232,var(--bg-opacity))}.bg-yellow-100{--bg-opacity:1;background-color:#fdf6b2;background-color:rgba(253,246,178,var(--bg-opacity))}.bg-green-100{--bg-opacity:1;background-color:#def7ec;background-color:rgba(222,247,236,var(--bg-opacity))}.bg-green-300{--bg-opacity:1;background-color:#84e1bc;background-color:rgba(132,225,188,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-blue-50{--bg-opacity:1;background-color:#ebf5ff;background-color:rgba(235,245,255,var(--bg-opacity))}.bg-blue-300{--bg-opacity:1;background-color:#a4cafe;background-color:rgba(164,202,254,var(--bg-opacity))}.bg-indigo-200{--bg-opacity:1;background-color:#cddbfe;background-color:rgba(205,219,254,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-700{--bg-opacity:1;background-color:#5145cd;background-color:rgba(81,69,205,var(--bg-opacity))}.bg-indigo-800{--bg-opacity:1;background-color:#42389d;background-color:rgba(66,56,157,var(--bg-opacity))}.bg-pink-200{--bg-opacity:1;background-color:#fad1e8;background-color:rgba(250,209,232,var(--bg-opacity))}.group:focus .group-focus\:bg-gray-400,.group:hover .group-hover\:bg-gray-400{--bg-opacity:1;background-color:#9fa6b2;background-color:rgba(159,166,178,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-gray-300:hover{--bg-opacity:1;background-color:#d2d6dc;background-color:rgba(210,214,220,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))}.hover\:bg-indigo-600:hover{--bg-opacity:1;background-color:#5850ec;background-color:rgba(88,80,236,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))}.bg-opacity-75{--bg-opacity:0.75}.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-300{--border-opacity:1;border-color:#b4c6fc;border-color:rgba(180,198,252,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-red-400:hover{--border-opacity:1;border-color:#f98080;border-color:rgba(249,128,128,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-dashed{border-style:dashed}.border-dotted{border-style:dotted}.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-default{cursor:default}.cursor-pointer{cursor:pointer}.cursor-not-allowed{cursor:not-allowed}.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-caption{display:table-caption}.table-cell{display:table-cell}.grid{display:grid}.contents{display:contents}.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}.self-start{-ms-flex-item-align:start;align-self:flex-start}.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}.justify-between{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.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}.clearfix:after{content:"";display:table;clear:both}.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-mono{font-family:Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.font-thin{font-weight:200}.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-2{height:.5rem}.h-3{height:.75rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-7{height:1.75rem}.h-8{height:2rem}.h-9{height:2.25rem}.h-10{height:2.5rem}.h-12{height:3rem}.h-15{height:3.75rem}.h-20{height:5rem}.h-48{height:12rem}.h-auto{height:auto}.h-1\.5{height:.375rem}.h-2\.5{height:.625rem}.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-3xl{font-size:1.875rem}.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-9{line-height:2.25rem}.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-0{margin-top:0;margin-bottom:0}.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}.my-6{margin-top:1.5rem;margin-bottom:1.5rem}.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-10{margin-left:2.5rem;margin-right:2.5rem}.my-12{margin-top:3rem;margin-bottom:3rem}.mx-auto{margin-left:auto;margin-right:auto}.-my-4{margin-top:-1rem;margin-bottom:-1rem}.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}.mt-5{margin-top:1.25rem}.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-7{margin-top:1.75rem}.mb-7{margin-bottom:1.75rem}.ml-7{margin-left:1.75rem}.mt-8{margin-top:2rem}.mr-8{margin-right:2rem}.ml-8{margin-left:2rem}.mt-10{margin-top:2.5rem}.mr-10{margin-right:2.5rem}.mt-12{margin-top:3rem}.mb-12{margin-bottom:3rem}.ml-12{margin-left:3rem}.ml-14{margin-left:3.5rem}.mt-16{margin-top:4rem}.mr-16{margin-right:4rem}.ml-16{margin-left:4rem}.mt-0\.5{margin-top:.125rem}.mt-1\.5{margin-top:.375rem}.mr-1\.5{margin-right:.375rem}.mt-2\.5{margin-top:.625rem}.-mt-1{margin-top:-.25rem}.-mr-1{margin-right:-.25rem}.-mb-1{margin-bottom:-.25rem}.-mb-2{margin-bottom:-.5rem}.-mt-3{margin-top:-.75rem}.-mr-3{margin-right:-.75rem}.-mb-4{margin-bottom:-1rem}.-mt-5{margin-top:-1.25rem}.-ml-6{margin-left:-1.5rem}.-ml-8{margin-left:-2rem}.-mb-0\.5{margin-bottom:-.125rem}.-mt-1\.5{margin-top:-.375rem}.max-h-full{max-height:100%}.max-w-3xl{max-width:48rem}.max-w-7xl{max-width:80rem}.max-w-full{max-width:100%}.min-h-screen{min-height:100vh}.min-w-0{min-width:0}.min-w-full{min-width:100%}.object-cover{-o-object-fit:cover;object-fit:cover}.opacity-0{opacity:0}.opacity-25{opacity:.25}.opacity-50{opacity:.5}.opacity-75{opacity:.75}.opacity-100{opacity:1}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-y-auto{overflow-y:auto}.overflow-x-hidden{overflow-x:hidden}.p-0{padding:0}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-13{padding:3.25rem}.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-7{padding-top:1.75rem;padding-bottom:1.75rem}.py-8{padding-top:2rem;padding-bottom:2rem}.py-12{padding-top:3rem;padding-bottom:3rem}.px-12{padding-left:3rem;padding-right:3rem}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.px-1\.5{padding-left:.375rem;padding-right:.375rem}.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}.pr-2{padding-right:.5rem}.pb-2{padding-bottom:.5rem}.pl-2{padding-left:.5rem}.pt-3{padding-top:.75rem}.pr-3{padding-right:.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}.pt-5{padding-top:1.25rem}.pb-5{padding-bottom:1.25rem}.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}.pt-10{padding-top:2.5rem}.pl-10{padding-left:2.5rem}.pr-12{padding-right:3rem}.pb-12{padding-bottom:3rem}.pl-16{padding-left:4rem}.pt-0\.5{padding-top:.125rem}.pl-0\.5{padding-left:.125rem}.pt-1\.5{padding-top:.375rem}.pb-1\.5{padding-bottom:.375rem}.pointer-events-none{pointer-events:none}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.inset-0{right:0;left:0}.inset-0,.inset-y-0{top:0;bottom:0}.top-0{top:0}.right-0{right:0}.left-0{left:0}.bottom-2{bottom:.5rem}.bottom-5{bottom:1.25rem}.top-8{top:2rem}.top-10{top:2.5rem}.top-20{top:5rem}.resize{resize:both}.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)}.fill-current{fill:currentColor}.table-fixed{table-layout:fixed}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.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-300{--text-opacity:1;color:#d2d6dc;color:rgba(210,214,220,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-400{--text-opacity:1;color:#f98080;color:rgba(249,128,128,var(--text-opacity))}.text-red-500{--text-opacity:1;color:#f05252;color:rgba(240,82,82,var(--text-opacity))}.text-red-600{--text-opacity:1;color:#e02424;color:rgba(224,36,36,var(--text-opacity))}.text-red-800{--text-opacity:1;color:#9b1c1c;color:rgba(155,28,28,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-yellow-600{--text-opacity:1;color:#9f580a;color:rgba(159,88,10,var(--text-opacity))}.text-green-400{--text-opacity:1;color:#31c48d;color:rgba(49,196,141,var(--text-opacity))}.text-green-500{--text-opacity:1;color:#0e9f6e;color:rgba(14,159,110,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-700{--text-opacity:1;color:#036672;color:rgba(3,102,114,var(--text-opacity))}.text-teal-800{--text-opacity:1;color:#05505c;color:rgba(5,80,92,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))}.text-indigo-700{--text-opacity:1;color:#5145cd;color:rgba(81,69,205,var(--text-opacity))}.text-indigo-800{--text-opacity:1;color:#42389d;color:rgba(66,56,157,var(--text-opacity))}.group:hover .group-hover\:text-gray-900{--text-opacity:1;color:#161e2e;color:rgba(22,30,46,var(--text-opacity))}.group:hover .group-hover\:text-indigo-800{--text-opacity:1;color:#42389d;color:rgba(66,56,157,var(--text-opacity))}.group:focus .group-focus\:text-gray-900{--text-opacity:1;color:#161e2e;color:rgba(22,30,46,var(--text-opacity))}.group:focus .group-focus\:text-indigo-800{--text-opacity:1;color:#42389d;color:rgba(66,56,157,var(--text-opacity))}.hover\:text-white:hover{--text-opacity:1;color:#fff;color:rgba(255,255,255,var(--text-opacity))}.hover\:text-gray-500:hover{--text-opacity:1;color:#6b7280;color:rgba(107,114,128,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-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))}.text-opacity-75{--text-opacity:0.75}.text-opacity-100{--text-opacity:1}.italic{font-style:italic}.not-italic{font-style:normal}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}.underline{text-decoration:underline}.no-underline{text-decoration:none}.hover\:underline:hover{text-decoration:underline}.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}.select-all{-webkit-user-select:all;-moz-user-select:all;-ms-user-select:all;user-select:all}.align-middle{vertical-align:middle}.align-bottom{vertical-align:bottom}.visible{visibility:visible}.invisible{visibility:hidden}.whitespace-no-wrap{white-space:nowrap}.break-words{word-wrap:break-word;overflow-wrap:break-word}.break-all{word-break:break-all}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.w-0{width:0}.w-2{width:.5rem}.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-12{width:3rem}.w-24{width:6rem}.w-40{width:10rem}.w-48{width:12rem}.w-56{width:14rem}.w-auto{width:auto}.w-1\.5{width:.375rem}.w-2\.5{width:.625rem}.w-1\/2{width:50%}.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-5\/12{width:41.666667%}.w-9\/12{width:75%}.w-10\/12{width:83.333333%}.w-11\/12{width:91.666667%}.w-full{width:100%}.w-screen{width:100vw}.z-10{z-index:10}.z-20{z-index:20}.z-40{z-index:40}.z-50{z-index:50}.gap-8{grid-gap:2rem;gap:2rem}.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}.translate-x-0{--transform-translate-x:0}.-translate-x-full{--transform-translate-x:-100%}.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}.transition-opacity{-webkit-transition-property:opacity;transition-property:opacity}.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-200{-webkit-transition-duration:.2s;transition-duration:.2s}.duration-300{-webkit-transition-duration:.3s;transition-duration:.3s}@-webkit-keyframes spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes ping{75%,to{-webkit-transform:scale(2);transform:scale(2);opacity:0}}@keyframes pulse{50%{opacity:.5}}@keyframes bounce{0%,to{-webkit-transform:translateY(-25%);transform:translateY(-25%);-webkit-animation-timing-function:cubic-bezier(.8,0,1,1);animation-timing-function:cubic-bezier(.8,0,1,1)}50%{-webkit-transform:none;transform:none;-webkit-animation-timing-function:cubic-bezier(0,0,.2,1);animation-timing-function:cubic-bezier(0,0,.2,1)}}.animate-spin{-webkit-animation:spin 1s linear infinite;animation:spin 1s linear infinite}.animate-ping{-webkit-animation:ping 1s cubic-bezier(0,0,.2,1) infinite;animation:ping 1s cubic-bezier(0,0,.2,1) infinite}.animate-pulse{-webkit-animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite;animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@media (min-width:640px){.sm\:space-y-0>:not(template)~:not(template){--space-y-reverse:0;margin-top:calc(0px*(1 - var(--space-y-reverse)));margin-bottom:calc(0px*var(--space-y-reverse))}.sm\:space-y-3>:not(template)~:not(template){--space-y-reverse:0;margin-top:calc(0.75rem*(1 - var(--space-y-reverse)));margin-bottom:calc(0.75rem*var(--space-y-reverse))}.sm\:space-x-4>:not(template)~:not(template){--space-x-reverse:0;margin-right:calc(1rem*var(--space-x-reverse));margin-left:calc(1rem*(1 - var(--space-x-reverse)))}.sm\:rounded-md{border-radius:.375rem}.sm\:rounded-lg{border-radius:.5rem}.sm\:flex{display:-webkit-box;display:-ms-flexbox;display:flex}.sm\:grid{display:grid}.sm\:flex-row-reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.sm\:items-start{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.sm\:items-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.sm\:h-10{height:2.5rem}.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\:my-0{margin-top:0;margin-bottom:0}.sm\:mx-0{margin-left:0;margin-right:0}.sm\:my-7{margin-top:1.75rem;margin-bottom:1.75rem}.sm\:my-8{margin-top:2rem;margin-bottom:2rem}.sm\:my-12{margin-top:3rem;margin-bottom:3rem}.sm\:mt-0{margin-top:0}.sm\:ml-3{margin-left:.75rem}.sm\:ml-4{margin-left:1rem}.sm\:mt-5{margin-top:1.25rem}.sm\:max-w-lg{max-width:32rem}.sm\:p-6{padding:1.5rem}.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\:pb-4{padding-bottom:1rem}.sm\:text-left{text-align:left}.sm\:align-middle{vertical-align:middle}.sm\:truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sm\:w-10{width:2.5rem}.sm\:w-32{width:8rem}.sm\:w-auto{width:auto}.sm\:w-1\/2{width:50%}.sm\:w-1\/3{width:33.333333%}.sm\:w-2\/3{width:66.666667%}.sm\:w-2\/4{width:50%}.sm\:w-full{width:100%}.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\:rounded-lg{border-radius:.5rem}.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-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\:mx-auto{margin-left:auto;margin-right:auto}.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\:py-5{padding-top:1.25rem;padding-bottom:1.25rem}.md\:px-8{padding-left:2rem;padding-right:2rem}.md\:pb-2{padding-bottom:.5rem}.md\:pr-4{padding-right:1rem}.md\:pt-6{padding-top:1.5rem}.md\: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)}.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\:flex{display:-webkit-box;display:-ms-flexbox;display:flex}.lg\:inline-flex{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.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\:my-24{margin-top:6rem;margin-bottom:6rem}.lg\:mx-auto{margin-left:auto;margin-right:auto}.lg\:ml-16{margin-left:4rem}.lg\:-mr-16{margin-right:-4rem}.lg\:max-w-3xl{max-width:48rem}.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\:top-1\/2{top:50%}.lg\:shadow-none{-webkit-box-shadow:none;box-shadow:none}.lg\:w-40{width:10rem}.lg\:w-48{width:12rem}.lg\:w-1\/2{width:50%}.lg\:w-3\/5{width:60%}.lg\:w-3\/12{width:25%}.lg\:w-7\/12{width:58.333333%}}@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\:ml-32{margin-left:8rem}.xl\:max-w-4xl{max-width:56rem}.xl\:px-4{padding-left:1rem;padding-right:1rem}.xl\:pb-4{padding-bottom:1rem}.xl\:top-1\/3{top:33.333333%}.xl\:w-64{width:16rem}.xl\:w-1\/4{width:25%}.xl\:w-2\/5{width:40%}.xl\:w-3\/5{width:60%}.xl\:w-2\/12{width:16.666667%}.xl\:w-6\/12{width:50%}.xl\:w-7\/12{width:58.333333%}}
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}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: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{-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: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,.form-radio:checked{border-color:transparent}.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");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{-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: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}li.menu-top div.wp-menu-image img{display:initial;border-style:none}.ig-es-primary-button,.ig-es-send-queue-emails{border-color:transparent;padding:.5rem 1rem;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity));color:#fff;color:rgba(255,255,255,var(--text-opacity));background-color:#5850ec;background-color:rgba(88,80,236,var(--bg-opacity))}.ig-es-primary-button,.ig-es-send-queue-emails,.ig-es-title-button,.wp-heading-inline+.page-title-action{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;font-size:.875rem;line-height:1.25rem;font-weight:500;--text-opacity:1;--bg-opacity:1;-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{--border-opacity:1;border-color:#d2d6dc;border-color:rgba(210,214,220,var(--border-opacity));color:#374151;color:rgba(55,65,81,var(--text-opacity));background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity));padding:.25rem .75rem}.wrap .wp-heading-inline+.page-title-action{margin-left:.5rem}.ig-es-title-button:hover,.wp-heading-inline+.page-title-action:hover{--bg-opacity:1;background-color:#f9fafb;background-color:rgba(249,250,251,var(--bg-opacity));--text-opacity:1;color:#374151;color:rgba(55,65,81,var(--text-opacity))}.ig-es-title-button:focus,.wp-heading-inline+.page-title-action:focus{outline:2px solid transparent;outline-offset:2px;-webkit-box-shadow:0 0 0 3px rgba(118,169,250,.45);box-shadow:0 0 0 3px rgba(118,169,250,.45);--border-opacity:1;border-color:#a4cafe;border-color:rgba(164,202,254,var(--border-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{outline:2px solid transparent;outline-offset:2px;-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:2px solid transparent!important;outline-offset:2px!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:2px solid transparent;outline-offset:2px;-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:#d2d6dc;background-color:rgba(210,214,220,var(--bg-opacity));--text-opacity:1;color:#374151;color:rgba(55,65,81,var(--text-opacity));--border-opacity:1;border-color:#d2d6dc;border-color:rgba(210,214,220,var(--border-opacity))}.form-input{--bg-opacity:1!important;background-color:#fff!important;background-color:rgba(255,255,255,var(--bg-opacity))!important;border-width:1px!important;border-radius:.375rem!important;-webkit-box-shadow:0 1px 2px 0 rgba(0,0,0,.05)!important;box-shadow:0 1px 2px 0 rgba(0,0,0,.05)!important;--border-opacity:1!important;border-color:#d2d6dc!important;border-color:rgba(210,214,220,var(--border-opacity))!important}.form-input:focus{outline:2px solid transparent!important;outline-offset:2px!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}.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:2px solid transparent!important;outline-offset:2px!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%}.es-mail-toggle-line{width:2.25rem;height:1.25rem;background-color:#d2d6dc;background-color:rgba(210,214,220,var(--bg-opacity));-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)}.es-mail-toggle-dot,.es-mail-toggle-line{display:block;--bg-opacity:1;border-radius:9999px}.es-mail-toggle-dot{width:.875rem;height:.875rem;margin-left:.25rem;position:absolute;top:0;bottom:0;-webkit-transition-property:all;transition-property:all;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-timing-function:cubic-bezier(.4,0,.2,1);transition-timing-function:cubic-bezier(.4,0,.2,1);background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity));-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)}.es-mail-toggle-dot:focus-within{-webkit-box-shadow:0 0 0 3px rgba(118,169,250,.45);box-shadow:0 0 0 3px rgba(118,169,250,.45)}[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 1px #5a67d8;box-shadow:0 0 3px 1px #5a67d8}[type=radio]:checked+.es-mailer-logo:hover{border-width:1px;--border-opacity:1;border-color:#e5e7eb;border-color:rgba(229,231,235,var(--border-opacity))}.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))}.wp-core-ui .search-box input[name=s],.wp-core-ui select{border-radius:.375rem}.wp-core-ui #bulk-action-selector-top,.wp-core-ui #doaction,.wp-core-ui #doaction2,.wp-core-ui #filter-by-date,.wp-core-ui #post-query-submit,.wp-core-ui #poststuff select,.wp-core-ui #search-submit{cursor:pointer;line-height:1.25rem;--text-opacity:1;color:#4b5563;color:rgba(75,85,99,var(--text-opacity));background-color:transparent;font-size:.875rem}.wp-core-ui #search-submit{margin-left:.375rem}.es-add-or-condition:hover,.wp-core-ui #doaction2:hover .wp-core-ui #post-query-submit:hover,.wp-core-ui #doaction:hover,.wp-core-ui #search-submit:hover{--bg-opacity:1;background-color:#f4f5f7;background-color:rgba(244,245,247,var(--bg-opacity));--border-opacity:1;border-color:#6b7280;border-color:rgba(107,114,128,var(--border-opacity))}.es-add-or-condition:focus,.wp-core-ui #doaction2:focus .wp-core-ui #post-query-submit:focus,.wp-core-ui #doaction:focus,.wp-core-ui #search-submit:focus{outline:2px solid transparent;outline-offset:2px;-webkit-box-shadow:0 0 0 3px rgba(159,166,178,.45);box-shadow:0 0 0 3px rgba(159,166,178,.45)}.es-items-lists table.fixed,.post-type-es_template table.fixed{margin-top:1rem;margin-bottom:1rem;-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);border-radius:.5rem;overflow:hidden}.es-items-lists table.fixed tfoot td,.es-items-lists table.fixed tfoot th,.es-items-lists table.fixed thead td,.es-items-lists table.fixed thead th,.post-type-es_template table.fixed tfoot th,.post-type-es_template table.fixed thead td,.post-type-es_template table.fixed thead th{--bg-opacity:1;background-color:#f4f5f7;background-color:rgba(244,245,247,var(--bg-opacity));border-bottom-width:1px;--border-opacity:1;border-color:#e5e7eb;border-color:rgba(229,231,235,var(--border-opacity));--text-opacity:1;color:#6b7280;color:rgba(107,114,128,var(--text-opacity));font-weight:500;letter-spacing:.05em}.es-items-lists table.fixed tfoot th,.es-items-lists table.fixed thead th,.post-type-es_template table.fixed tfoot th,.post-type-es_template table.fixed thead th{padding-top:.5rem;padding-bottom:.5rem}.es-items-lists .widefat thead td input,.post-type-es_template .widefat thead td input{margin-right:1.5rem}.post-type-es_template .wrap{padding-top:1rem;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}.post-type-es_template .wrap>h1{padding-top:0;font-weight:600;--text-opacity:1;color:#374151;color:rgba(55,65,81,var(--text-opacity));line-height:2.25rem}.es-items-lists .striped>tbody tr,.post-type-es_template .striped>tbody tr{border-bottom-width:1px;--border-opacity:1;border-color:#e5e7eb;border-color:rgba(229,231,235,var(--border-opacity));padding-top:.5rem;padding-bottom:.5rem}.es-campaign-reports-table .striped>tbody tr{border-bottom-width:2px}.es-items-lists .striped>tbody>:nth-child(odd),.post-type-es_template .striped>tbody>:nth-child(odd){--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity))}.es_onboard_email{padding:.25rem .75rem!important}.es_reports_table_header{border-bottom-width:1px;--border-opacity:1;border-color:#e5e7eb;border-color:rgba(229,231,235,var(--border-opacity));--bg-opacity:1;background-color:#f4f5f7;background-color:rgba(244,245,247,var(--bg-opacity));text-align:left;font-size:.875rem;line-height:1rem;font-weight:500;--text-opacity:1;color:#6b7280;color:rgba(107,114,128,var(--text-opacity));letter-spacing:.05em}.importing-progress,.progress{width:100%;height:2rem;--bg-opacity:1;background-color:#e5e7eb;background-color:rgba(229,231,235,var(--bg-opacity));overflow:hidden;position:relative;text-align:right;line-height:1rem;margin-top:.375rem;border-radius:.25rem}.importing-progress span.bar,.progress span.bar{display:block;position:absolute;line-height:2.5rem;padding-top:.25rem;padding-bottom:.25rem;top:0;bottom:0;left:0;border-radius:.25rem;overflow:hidden;background-image:-webkit-gradient(linear,left top,right top,from(var(--gradient-color-stops)));background-image:linear-gradient(90deg,var(--gradient-color-stops));--gradient-from-color:#42389d;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(66,56,157,0));--gradient-to-color:#6875f5;--bg-opacity:1;background-color:#8da2fb;background-color:rgba(141,162,251,var(--bg-opacity))}.es_sequences_wrapper .ig-es-campaign-rules label{--text-opacity:1;color:#374151;color:rgba(55,65,81,var(--text-opacity));font-weight:500;--text-opacity:0.75;font-size:.875rem;letter-spacing:.025em;line-height:1.5rem}.email-subscribers_page_es_workflows #ig_es_workflow_trigger select option:disabled{--text-opacity:1;color:#9fa6b2;color:rgba(159,166,178,var(--text-opacity))}.es_mailchimp_lists_and_status_input [type=checkbox]:checked+label.installing{--text-opacity:1;color:#9fa6b2;color:rgba(159,166,178,var(--text-opacity));-webkit-animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite;animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.es_mailchimp_lists_and_status_input [type=checkbox]:checked+label.success{--text-opacity:1!important;color:#4b5563!important;color:rgba(75,85,99,var(--text-opacity))!important;font-weight:500!important;-webkit-animation:none!important;animation:none!important}.es_mailchimp_lists_and_status_input [type=checkbox]:checked+label.skipping{--text-opacity:1!important;color:#9fa6b2!important;color:rgba(159,166,178,var(--text-opacity))!important;-webkit-animation:none!important;animation:none!important}.es_primary_link{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:1rem;font-size:.875rem;font-weight:700;--text-opacity:1;color:#5850ec;color:rgba(88,80,236,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-duration:.15s;transition-duration:.15s;-webkit-transition-timing-function:cubic-bezier(.4,0,.2,1);transition-timing-function:cubic-bezier(.4,0,.2,1);border-bottom-width:2px;border-color:transparent;cursor:pointer}.es_primary_link:active,.es_primary_link:hover{--border-opacity:1;border-color:#5850ec;border-color:rgba(88,80,236,var(--border-opacity))}.es_primary_link:focus{outline:2px solid transparent;outline-offset:2px;--border-opacity:1;border-color:#5145cd;border-color:rgba(81,69,205,var(--border-opacity));-webkit-box-shadow:0 0 0 3px rgba(180,198,252,.45);box-shadow:0 0 0 3px rgba(180,198,252,.45)}.es_helper_text{font-style:italic;font-size:.75rem;font-weight:400;--text-opacity:1;color:#9fa6b2;color:rgba(159,166,178,var(--text-opacity));line-height:1.375}.space-y-1>:not(template)~:not(template){--space-y-reverse:0;margin-top:calc(0.25rem*(1 - var(--space-y-reverse)));margin-bottom:calc(0.25rem*var(--space-y-reverse))}.space-y-2>:not(template)~:not(template){--space-y-reverse:0;margin-top:calc(0.5rem*(1 - var(--space-y-reverse)));margin-bottom:calc(0.5rem*var(--space-y-reverse))}.space-y-3>:not(template)~:not(template){--space-y-reverse:0;margin-top:calc(0.75rem*(1 - var(--space-y-reverse)));margin-bottom:calc(0.75rem*var(--space-y-reverse))}.space-x-3>:not(template)~:not(template){--space-x-reverse:0;margin-right:calc(0.75rem*var(--space-x-reverse));margin-left:calc(0.75rem*(1 - var(--space-x-reverse)))}.space-y-4>:not(template)~:not(template){--space-y-reverse:0;margin-top:calc(1rem*(1 - var(--space-y-reverse)));margin-bottom:calc(1rem*var(--space-y-reverse))}.space-y-5>:not(template)~:not(template){--space-y-reverse:0;margin-top:calc(1.25rem*(1 - var(--space-y-reverse)));margin-bottom:calc(1.25rem*var(--space-y-reverse))}.divide-y>:not(template)~:not(template){--divide-y-reverse:0;border-top-width:calc(1px*(1 - var(--divide-y-reverse)));border-bottom-width:calc(1px*var(--divide-y-reverse))}.divide-gray-200>:not(template)~:not(template){--divide-opacity:1;border-color:#e5e7eb;border-color:rgba(229,231,235,var(--divide-opacity))}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.bg-white{--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity))}.bg-black{--bg-opacity:1;background-color:#000;background-color:rgba(0,0,0,var(--bg-opacity))}.bg-gray-50{--bg-opacity:1;background-color:#f9fafb;background-color:rgba(249,250,251,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-gray-500{--bg-opacity:1;background-color:#6b7280;background-color:rgba(107,114,128,var(--bg-opacity))}.bg-red-50{--bg-opacity:1;background-color:#fdf2f2;background-color:rgba(253,242,242,var(--bg-opacity))}.bg-red-100{--bg-opacity:1;background-color:#fde8e8;background-color:rgba(253,232,232,var(--bg-opacity))}.bg-yellow-100{--bg-opacity:1;background-color:#fdf6b2;background-color:rgba(253,246,178,var(--bg-opacity))}.bg-green-100{--bg-opacity:1;background-color:#def7ec;background-color:rgba(222,247,236,var(--bg-opacity))}.bg-green-300{--bg-opacity:1;background-color:#84e1bc;background-color:rgba(132,225,188,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-blue-50{--bg-opacity:1;background-color:#ebf5ff;background-color:rgba(235,245,255,var(--bg-opacity))}.bg-blue-300{--bg-opacity:1;background-color:#a4cafe;background-color:rgba(164,202,254,var(--bg-opacity))}.bg-indigo-200{--bg-opacity:1;background-color:#cddbfe;background-color:rgba(205,219,254,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-700{--bg-opacity:1;background-color:#5145cd;background-color:rgba(81,69,205,var(--bg-opacity))}.bg-indigo-800{--bg-opacity:1;background-color:#42389d;background-color:rgba(66,56,157,var(--bg-opacity))}.bg-pink-200{--bg-opacity:1;background-color:#fad1e8;background-color:rgba(250,209,232,var(--bg-opacity))}.group:focus .group-focus\:bg-gray-400,.group:hover .group-hover\:bg-gray-400{--bg-opacity:1;background-color:#9fa6b2;background-color:rgba(159,166,178,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-gray-300:hover{--bg-opacity:1;background-color:#d2d6dc;background-color:rgba(210,214,220,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))}.hover\:bg-indigo-600:hover{--bg-opacity:1;background-color:#5850ec;background-color:rgba(88,80,236,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))}.bg-opacity-75{--bg-opacity:0.75}.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-300{--border-opacity:1;border-color:#b4c6fc;border-color:rgba(180,198,252,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-red-400:hover{--border-opacity:1;border-color:#f98080;border-color:rgba(249,128,128,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-dashed{border-style:dashed}.border-dotted{border-style:dotted}.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-default{cursor:default}.cursor-pointer{cursor:pointer}.cursor-not-allowed{cursor:not-allowed}.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-caption{display:table-caption}.table-cell{display:table-cell}.grid{display:grid}.contents{display:contents}.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}.self-start{-ms-flex-item-align:start;align-self:flex-start}.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}.justify-between{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.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}.clearfix:after{content:"";display:table;clear:both}.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-mono{font-family:Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.font-thin{font-weight:200}.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-2{height:.5rem}.h-3{height:.75rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-7{height:1.75rem}.h-8{height:2rem}.h-9{height:2.25rem}.h-10{height:2.5rem}.h-12{height:3rem}.h-15{height:3.75rem}.h-20{height:5rem}.h-48{height:12rem}.h-auto{height:auto}.h-1\.5{height:.375rem}.h-2\.5{height:.625rem}.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-3xl{font-size:1.875rem}.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-9{line-height:2.25rem}.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-0{margin-top:0;margin-bottom:0}.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}.my-6{margin-top:1.5rem;margin-bottom:1.5rem}.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-10{margin-left:2.5rem;margin-right:2.5rem}.my-12{margin-top:3rem;margin-bottom:3rem}.my-16{margin-top:4rem;margin-bottom:4rem}.mx-auto{margin-left:auto;margin-right:auto}.-my-4{margin-top:-1rem;margin-bottom:-1rem}.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}.mt-5{margin-top:1.25rem}.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-7{margin-top:1.75rem}.mb-7{margin-bottom:1.75rem}.ml-7{margin-left:1.75rem}.mt-8{margin-top:2rem}.mr-8{margin-right:2rem}.ml-8{margin-left:2rem}.mt-10{margin-top:2.5rem}.mr-10{margin-right:2.5rem}.mt-12{margin-top:3rem}.mb-12{margin-bottom:3rem}.ml-12{margin-left:3rem}.ml-14{margin-left:3.5rem}.mt-16{margin-top:4rem}.mr-16{margin-right:4rem}.ml-16{margin-left:4rem}.mt-0\.5{margin-top:.125rem}.mt-1\.5{margin-top:.375rem}.mr-1\.5{margin-right:.375rem}.mt-2\.5{margin-top:.625rem}.-mt-1{margin-top:-.25rem}.-mr-1{margin-right:-.25rem}.-mb-1{margin-bottom:-.25rem}.-mb-2{margin-bottom:-.5rem}.-mt-3{margin-top:-.75rem}.-mr-3{margin-right:-.75rem}.-mb-4{margin-bottom:-1rem}.-mt-5{margin-top:-1.25rem}.-ml-6{margin-left:-1.5rem}.-ml-8{margin-left:-2rem}.-mb-0\.5{margin-bottom:-.125rem}.-mt-1\.5{margin-top:-.375rem}.max-h-full{max-height:100%}.max-w-3xl{max-width:48rem}.max-w-7xl{max-width:80rem}.max-w-full{max-width:100%}.min-h-screen{min-height:100vh}.min-w-0{min-width:0}.min-w-full{min-width:100%}.object-cover{-o-object-fit:cover;object-fit:cover}.opacity-0{opacity:0}.opacity-25{opacity:.25}.opacity-50{opacity:.5}.opacity-75{opacity:.75}.opacity-100{opacity:1}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-y-auto{overflow-y:auto}.overflow-x-hidden{overflow-x:hidden}.p-0{padding:0}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-13{padding:3.25rem}.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-7{padding-top:1.75rem;padding-bottom:1.75rem}.py-8{padding-top:2rem;padding-bottom:2rem}.py-12{padding-top:3rem;padding-bottom:3rem}.px-12{padding-left:3rem;padding-right:3rem}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.px-1\.5{padding-left:.375rem;padding-right:.375rem}.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}.pr-2{padding-right:.5rem}.pb-2{padding-bottom:.5rem}.pl-2{padding-left:.5rem}.pt-3{padding-top:.75rem}.pr-3{padding-right:.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}.pt-5{padding-top:1.25rem}.pb-5{padding-bottom:1.25rem}.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}.pt-10{padding-top:2.5rem}.pl-10{padding-left:2.5rem}.pr-12{padding-right:3rem}.pb-12{padding-bottom:3rem}.pl-16{padding-left:4rem}.pt-0\.5{padding-top:.125rem}.pl-0\.5{padding-left:.125rem}.pt-1\.5{padding-top:.375rem}.pb-1\.5{padding-bottom:.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-0{right:0;left:0}.inset-0,.inset-y-0{top:0;bottom:0}.top-0{top:0}.right-0{right:0}.bottom-0{bottom:0}.left-0{left:0}.bottom-2{bottom:.5rem}.bottom-5{bottom:1.25rem}.top-8{top:2rem}.top-10{top:2.5rem}.top-20{top:5rem}.resize{resize:both}.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)}.fill-current{fill:currentColor}.table-fixed{table-layout:fixed}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.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-300{--text-opacity:1;color:#d2d6dc;color:rgba(210,214,220,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-400{--text-opacity:1;color:#f98080;color:rgba(249,128,128,var(--text-opacity))}.text-red-500{--text-opacity:1;color:#f05252;color:rgba(240,82,82,var(--text-opacity))}.text-red-600{--text-opacity:1;color:#e02424;color:rgba(224,36,36,var(--text-opacity))}.text-red-800{--text-opacity:1;color:#9b1c1c;color:rgba(155,28,28,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-yellow-600{--text-opacity:1;color:#9f580a;color:rgba(159,88,10,var(--text-opacity))}.text-green-400{--text-opacity:1;color:#31c48d;color:rgba(49,196,141,var(--text-opacity))}.text-green-500{--text-opacity:1;color:#0e9f6e;color:rgba(14,159,110,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-700{--text-opacity:1;color:#036672;color:rgba(3,102,114,var(--text-opacity))}.text-teal-800{--text-opacity:1;color:#05505c;color:rgba(5,80,92,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))}.text-indigo-700{--text-opacity:1;color:#5145cd;color:rgba(81,69,205,var(--text-opacity))}.text-indigo-800{--text-opacity:1;color:#42389d;color:rgba(66,56,157,var(--text-opacity))}.group:hover .group-hover\:text-gray-900{--text-opacity:1;color:#161e2e;color:rgba(22,30,46,var(--text-opacity))}.group:hover .group-hover\:text-indigo-800{--text-opacity:1;color:#42389d;color:rgba(66,56,157,var(--text-opacity))}.group:focus .group-focus\:text-gray-900{--text-opacity:1;color:#161e2e;color:rgba(22,30,46,var(--text-opacity))}.group:focus .group-focus\:text-indigo-800{--text-opacity:1;color:#42389d;color:rgba(66,56,157,var(--text-opacity))}.hover\:text-white:hover{--text-opacity:1;color:#fff;color:rgba(255,255,255,var(--text-opacity))}.hover\:text-gray-500:hover{--text-opacity:1;color:#6b7280;color:rgba(107,114,128,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-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))}.text-opacity-75{--text-opacity:0.75}.text-opacity-100{--text-opacity:1}.italic{font-style:italic}.not-italic{font-style:normal}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}.underline{text-decoration:underline}.no-underline{text-decoration:none}.hover\:underline:hover{text-decoration:underline}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.tracking-tight{letter-spacing:-.025em}.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}.select-all{-webkit-user-select:all;-moz-user-select:all;-ms-user-select:all;user-select:all}.align-middle{vertical-align:middle}.align-bottom{vertical-align:bottom}.visible{visibility:visible}.invisible{visibility:hidden}.whitespace-no-wrap{white-space:nowrap}.break-words{word-wrap:break-word;overflow-wrap:break-word}.break-all{word-break:break-all}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.w-0{width:0}.w-2{width:.5rem}.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-12{width:3rem}.w-24{width:6rem}.w-40{width:10rem}.w-48{width:12rem}.w-56{width:14rem}.w-auto{width:auto}.w-1\.5{width:.375rem}.w-2\.5{width:.625rem}.w-1\/2{width:50%}.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-5\/12{width:41.666667%}.w-9\/12{width:75%}.w-10\/12{width:83.333333%}.w-11\/12{width:91.666667%}.w-full{width:100%}.w-screen{width:100vw}.z-10{z-index:10}.z-20{z-index:20}.z-40{z-index:40}.z-50{z-index:50}.gap-8{grid-gap:2rem;gap:2rem}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.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}.translate-x-0{--transform-translate-x:0}.-translate-x-full{--transform-translate-x:-100%}.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}.transition-opacity{-webkit-transition-property:opacity;transition-property:opacity}.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-200{-webkit-transition-duration:.2s;transition-duration:.2s}.duration-300{-webkit-transition-duration:.3s;transition-duration:.3s}@-webkit-keyframes spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes ping{75%,to{-webkit-transform:scale(2);transform:scale(2);opacity:0}}@keyframes pulse{50%{opacity:.5}}@keyframes bounce{0%,to{-webkit-transform:translateY(-25%);transform:translateY(-25%);-webkit-animation-timing-function:cubic-bezier(.8,0,1,1);animation-timing-function:cubic-bezier(.8,0,1,1)}50%{-webkit-transform:none;transform:none;-webkit-animation-timing-function:cubic-bezier(0,0,.2,1);animation-timing-function:cubic-bezier(0,0,.2,1)}}.animate-spin{-webkit-animation:spin 1s linear infinite;animation:spin 1s linear infinite}.animate-ping{-webkit-animation:ping 1s cubic-bezier(0,0,.2,1) infinite;animation:ping 1s cubic-bezier(0,0,.2,1) infinite}.animate-pulse{-webkit-animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite;animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@media (min-width:640px){.sm\:space-y-0>:not(template)~:not(template){--space-y-reverse:0;margin-top:calc(0px*(1 - var(--space-y-reverse)));margin-bottom:calc(0px*var(--space-y-reverse))}.sm\:space-y-3>:not(template)~:not(template){--space-y-reverse:0;margin-top:calc(0.75rem*(1 - var(--space-y-reverse)));margin-bottom:calc(0.75rem*var(--space-y-reverse))}.sm\:space-x-4>:not(template)~:not(template){--space-x-reverse:0;margin-right:calc(1rem*var(--space-x-reverse));margin-left:calc(1rem*(1 - var(--space-x-reverse)))}.sm\:rounded-md{border-radius:.375rem}.sm\:rounded-lg{border-radius:.5rem}.sm\:flex{display:-webkit-box;display:-ms-flexbox;display:flex}.sm\:grid{display:grid}.sm\:flex-row-reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.sm\:items-start{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.sm\:items-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.sm\:h-10{height:2.5rem}.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\:my-0{margin-top:0;margin-bottom:0}.sm\:mx-0{margin-left:0;margin-right:0}.sm\:my-7{margin-top:1.75rem;margin-bottom:1.75rem}.sm\:my-8{margin-top:2rem;margin-bottom:2rem}.sm\:my-12{margin-top:3rem;margin-bottom:3rem}.sm\:mt-0{margin-top:0}.sm\:ml-3{margin-left:.75rem}.sm\:ml-4{margin-left:1rem}.sm\:mt-5{margin-top:1.25rem}.sm\:max-w-lg{max-width:32rem}.sm\:p-6{padding:1.5rem}.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\:pb-4{padding-bottom:1rem}.sm\:text-left{text-align:left}.sm\:align-middle{vertical-align:middle}.sm\:truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sm\:w-10{width:2.5rem}.sm\:w-32{width:8rem}.sm\:w-auto{width:auto}.sm\:w-1\/2{width:50%}.sm\:w-1\/3{width:33.333333%}.sm\:w-2\/3{width:66.666667%}.sm\:w-2\/4{width:50%}.sm\:w-full{width:100%}.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\:rounded-lg{border-radius:.5rem}.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-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\:mx-auto{margin-left:auto;margin-right:auto}.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\:py-5{padding-top:1.25rem;padding-bottom:1.25rem}.md\:px-8{padding-left:2rem;padding-right:2rem}.md\:pb-2{padding-bottom:.5rem}.md\:pr-4{padding-right:1rem}.md\:pt-6{padding-top:1.5rem}.md\: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)}.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\:flex{display:-webkit-box;display:-ms-flexbox;display:flex}.lg\:inline-flex{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.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\:my-24{margin-top:6rem;margin-bottom:6rem}.lg\:mx-auto{margin-left:auto;margin-right:auto}.lg\:ml-16{margin-left:4rem}.lg\:-mr-16{margin-right:-4rem}.lg\:max-w-3xl{max-width:48rem}.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\:top-1\/2{top:50%}.lg\:shadow-none{-webkit-box-shadow:none;box-shadow:none}.lg\:w-40{width:10rem}.lg\:w-48{width:12rem}.lg\:w-1\/2{width:50%}.lg\:w-3\/5{width:60%}.lg\:w-3\/12{width:25%}.lg\:w-7\/12{width:58.333333%}.lg\:grid-cols-3{grid-template-columns:repeat(3,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\:ml-32{margin-left:8rem}.xl\:max-w-4xl{max-width:56rem}.xl\:px-4{padding-left:1rem;padding-right:1rem}.xl\:pr-3{padding-right:.75rem}.xl\:pb-4{padding-bottom:1rem}.xl\:top-1\/3{top:33.333333%}.xl\:w-64{width:16rem}.xl\:w-1\/4{width:25%}.xl\:w-2\/5{width:40%}.xl\:w-3\/5{width:60%}.xl\:w-2\/12{width:16.666667%}.xl\:w-6\/12{width:50%}.xl\:w-7\/12{width:58.333333%}}
lite/admin/images/dashboard-autoresponder-sequence.png ADDED
Binary file
lite/admin/images/dashboard-configure-email-sending.png ADDED
Binary file
lite/admin/images/dashboard-import-contacts.png ADDED
Binary file
lite/admin/images/dashboard-send-newsletter.png ADDED
Binary file
lite/admin/images/dashboard-subscriber-form.png ADDED
Binary file
lite/admin/images/postmark.png ADDED
Binary file
lite/admin/js/email-subscribers-admin.js CHANGED
@@ -57,9 +57,16 @@
57
 
58
  $('.es_visible').change();
59
 
60
- $('#menu-nav li:first-child').addClass('active').find('a').addClass('active');
61
  $('.setting-content').hide();
62
- $('.setting-content:first').show();
 
 
 
 
 
 
 
 
63
 
64
  $('#menu-nav li').click(function(){
65
  $('#menu-nav li,#menu-nav li a').removeClass('active');
@@ -70,20 +77,6 @@
70
  return false;
71
  });
72
 
73
- /*$('#tabs-signup_confirmation, #tabs-email_sending, #tabs-security_settings, #tabs-user_roles').hide();
74
-
75
- $('#tabs-general').show();
76
-
77
- $('a[href^="#"]#menu-content-change').addClass('text-white').parent('li').eq(0).addClass('bg-indigo-600 ').siblings().find('a').addClass('text-gray-700').removeClass('text-white').parent('li').removeClass('bg-indigo-600');
78
-
79
- $('a[href^="#"]#menu-content-change').on('click', function (event) {
80
- $(this).addClass('text-white').removeClass('text-gray-700').parent('li').addClass('bg-indigo-600').siblings().find('a').addClass('text-gray-700').removeClass('text-white').parent('li').removeClass('bg-indigo-600');
81
- $('.setting-content').hide();
82
- var target = $(this).attr('href');
83
- $('.setting-content' + target).show();
84
- return false;
85
- });*/
86
-
87
  $(".pre_btn, #content_menu").click(function() {
88
  var fieldset = $(this).closest('.es_fieldset');
89
  fieldset.find('.es_broadcast_first').fadeIn('normal');
@@ -1038,30 +1031,9 @@
1038
  IG_ES_Workflows.init_actions_box();
1039
  IG_ES_Workflows.init_variables_box();
1040
  IG_ES_Workflows.init_show_hide();
1041
- IG_ES_Workflows.init_date_pickers();
1042
  IG_ES_Workflows.init_workflow_status_switch();
1043
  },
1044
 
1045
- init_date_pickers: function() {
1046
- $( '.ig-es-date-picker' ).datepicker({
1047
- dateFormat: 'yy-mm-dd',
1048
- numberOfMonths: 1,
1049
- showButtonPanel: true
1050
- });
1051
-
1052
- let d = new Date();
1053
- let n = d.getHours() + 1;
1054
- $('.ig-es-time-picker').timepicker({
1055
- timeFormat: 'H:mm',
1056
- interval: 15,
1057
- startTime: new Date(0,0,0,n,0,0),
1058
- dynamic: true,
1059
- dropdown: true,
1060
- scrollbar: false,
1061
- minTime: new Date(0,0,0,n,0,0)
1062
- });
1063
- },
1064
-
1065
  init_workflow_status_switch: function() {
1066
  $('.ig-es-switch.js-toggle-workflow-status').click(function(){
1067
 
57
 
58
  $('.es_visible').change();
59
 
 
60
  $('.setting-content').hide();
61
+ var settings_tab = window.location.hash;
62
+ var settings_tab_link = $('a[href="' + settings_tab +'"]');
63
+ if( settings_tab && settings_tab_link.length > 0 ){
64
+ settings_tab_link.addClass('active').parent('li').addClass('active');
65
+ $(settings_tab).show();
66
+ } else {
67
+ $('#menu-nav li:first-child').addClass('active').find('a').addClass('active');
68
+ $('.setting-content:first').show();
69
+ }
70
 
71
  $('#menu-nav li').click(function(){
72
  $('#menu-nav li,#menu-nav li a').removeClass('active');
77
  return false;
78
  });
79
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
80
  $(".pre_btn, #content_menu").click(function() {
81
  var fieldset = $(this).closest('.es_fieldset');
82
  fieldset.find('.es_broadcast_first').fadeIn('normal');
1031
  IG_ES_Workflows.init_actions_box();
1032
  IG_ES_Workflows.init_variables_box();
1033
  IG_ES_Workflows.init_show_hide();
 
1034
  IG_ES_Workflows.init_workflow_status_switch();
1035
  },
1036
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1037
  init_workflow_status_switch: function() {
1038
  $('.ig-es-switch.js-toggle-workflow-status').click(function(){
1039
 
lite/admin/partials/dashboard.php CHANGED
@@ -43,6 +43,50 @@ $reports_url = admin_url( 'admin.php?page=es_reports' );
43
  $templates_url = admin_url( 'edit.php?post_type=es_template' );
44
  $settings_url = admin_url( 'admin.php?page=es_settings' );
45
  $facebook_url = 'https://www.facebook.com/groups/2298909487017349/';
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
46
 
47
  $topics = ES_Common::get_useful_articles();
48
 
@@ -209,6 +253,40 @@ $topics_indexes = array_rand( $topics, 3 );
209
  </div>
210
  </section>
211
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
212
 
213
  <?php
214
  if ( ES()->is_pro() ) {
43
  $templates_url = admin_url( 'edit.php?post_type=es_template' );
44
  $settings_url = admin_url( 'admin.php?page=es_settings' );
45
  $facebook_url = 'https://www.facebook.com/groups/2298909487017349/';
46
+ $setup_email_sending_doc = 'https://www.icegram.com/documentation/how-to-configure-email-sending-in-email-subscribers';
47
+
48
+ $feature_blocks = array(
49
+ 'form' => array(
50
+ 'title' => __('Add a Subscription Form', 'email-subscribers'),
51
+ 'desc' => __('Grow subscribers. Add a newsletter signup form to your site.', 'email-subscribers'),
52
+ 'cta_text' => __('Create', 'email-subscribers'),
53
+ 'feature_url' => $new_form_url,
54
+ 'graphics_img' => 'lite/admin/images/dashboard-subscriber-form.png',
55
+ ),
56
+
57
+ 'import_contacts' => array(
58
+ 'title' => __('Import Contacts', 'email-subscribers'),
59
+ 'desc' =>__('Coming from another email marketing system? Upload a CSV file to import subscribers.', 'email-subscribers'),
60
+ 'cta_text' => __('Import', 'email-subscribers'),
61
+ 'feature_url' => admin_url( 'admin.php?page=es_subscribers&action=import' ),
62
+ 'graphics_img' => 'lite/admin/images/dashboard-import-contacts.png',
63
+ ),
64
+
65
+ 'setup_email_sending' => array(
66
+ 'title' => __('Configure Email Sending', 'email-subscribers'),
67
+ 'desc' => __(' Essential for high email delivery and reaching the inbox. SMTP, email service providers... set it all up.', 'email-subscribers'),
68
+ 'cta_text' => __('Setup', 'email-subscribers'),
69
+ 'feature_url' => admin_url( 'admin.php?page=es_settings#tabs-email_sending' ),
70
+ 'graphics_img' => 'lite/admin/images/dashboard-configure-email-sending.png',
71
+ ),
72
+
73
+ 'broadcast' => array(
74
+ 'title' => __('Send a Newsletter', 'email-subscribers'),
75
+ 'desc' => __('Broadcast a newsletter campaign to all or selected subscribers.', 'email-subscribers'),
76
+ 'cta_text' => __('Begin', 'email-subscribers'),
77
+ 'feature_url' => $new_broadcast_url,
78
+ 'graphics_img' => 'lite/admin/images/dashboard-send-newsletter.png',
79
+ ),
80
+
81
+ 'autoresponder' => array(
82
+ 'title' => __('Create an Auto-responder Sequence', 'email-subscribers'),
83
+ 'desc' => __('Welcome emails, drip campaigns... Send automatic emails at regular intervals to engage readers.', 'email-subscribers'),
84
+ 'cta_text' => __('Start', 'email-subscribers'),
85
+ 'feature_url' => $new_sequence_url,
86
+ 'graphics_img' => 'lite/admin/images/dashboard-autoresponder-sequence.png',
87
+ 'documentation_url' => 'https://www.icegram.com/documentation/email-sequence/',
88
+ ),
89
+ );
90
 
91
  $topics = ES_Common::get_useful_articles();
92
 
253
  </div>
254
  </section>
255
 
256
+ <section class="my-16">
257
+ <div class="grid grid-cols-1 gap-8 sm:grid-cols-2 lg:grid-cols-3">
258
+ <?php foreach ( $feature_blocks as $feature => $data ) { ?>
259
+ <div class="relative p-6 bg-white rounded-lg shadow">
260
+ <h3 class="text-lg font-medium tracking-tight text-gray-900">
261
+ <?php echo esc_html( $data['title'] ); ?>
262
+ </h3>
263
+ <img
264
+ class="absolute bottom-0 right-0 w-24 -mr-3"
265
+ src= "<?php echo esc_url( ES_PLUGIN_URL . $data['graphics_img'] ); ?>"
266
+ />
267
+ <div class="" style="width: calc(100% - 4rem)">
268
+ <p class="pt-3 xl:pr-3 2xl:pr-0 text-sm text-gray-500">
269
+ <?php echo esc_html( $data['desc'] ); ?>
270
+ </p>
271
+
272
+ <?php
273
+ $feature_url = $data['feature_url'];
274
+ if ( ! ES()->is_pro() && isset( $data['documentation_url'] ) ) {
275
+ $feature_url = $data['documentation_url'];
276
+ }
277
+ ?>
278
+
279
+ <a href="<?php echo esc_url( $feature_url ); ?>" target="_blank" class="es_primary_link">
280
+ <?php echo esc_html( $data['cta_text'] ); ?> &rarr;
281
+ </a>
282
+ </div>
283
+ </div>
284
+ <?php
285
+ }
286
+ ?>
287
+ </div>
288
+ </section>
289
+
290
 
291
  <?php
292
  if ( ES()->is_pro() ) {
lite/admin/partials/onboarding.php CHANGED
@@ -509,6 +509,7 @@
509
  <a
510
  class="text-indigo-800 hover:underline"
511
  href="https://www.icegram.com/knowledgebase_category/email-subscribers/"
 
512
  ><?php echo esc_html__('documentation', 'email-subscribers'); ?></a
513
  >
514
  <?php echo esc_html__('if you need any help', 'email-subscribers'); ?>
@@ -525,7 +526,7 @@
525
  type="button" id="ig-es-finish-onboarding-process"
526
  class="relative inline-flex items-center px-4 py-2 text-base font-medium leading-5 text-white bg-indigo-800 border border-transparent rounded-md hover:bg-indigo-600 focus:outline-none focus:shadow-outline"
527
  >
528
- <?php echo esc_html__('Complete setup &amp; take me to "Settings" →', 'email-subscribers'); ?>
529
  </button>
530
  </div>
531
  </div>
509
  <a
510
  class="text-indigo-800 hover:underline"
511
  href="https://www.icegram.com/knowledgebase_category/email-subscribers/"
512
+ target="_blank"
513
  ><?php echo esc_html__('documentation', 'email-subscribers'); ?></a
514
  >
515
  <?php echo esc_html__('if you need any help', 'email-subscribers'); ?>
526
  type="button" id="ig-es-finish-onboarding-process"
527
  class="relative inline-flex items-center px-4 py-2 text-base font-medium leading-5 text-white bg-indigo-800 border border-transparent rounded-md hover:bg-indigo-600 focus:outline-none focus:shadow-outline"
528
  >
529
+ <?php echo esc_html__('Complete setup &amp; take me to "Dashboard" →', 'email-subscribers'); ?>
530
  </button>
531
  </div>
532
  </div>
lite/includes/class-email-subscribers.php CHANGED
@@ -1634,7 +1634,15 @@ if ( ! class_exists( 'Email_Subscribers' ) ) {
1634
 
1635
  break;
1636
 
1637
-
 
 
 
 
 
 
 
 
1638
  }
1639
 
1640
  return $return;
@@ -1746,6 +1754,15 @@ if ( ! class_exists( 'Email_Subscribers' ) ) {
1746
 
1747
  break;
1748
 
 
 
 
 
 
 
 
 
 
1749
  default:
1750
  // Always return the default value if nothing from above matches the request.
1751
  $return = $value;
@@ -1854,6 +1871,15 @@ if ( ! class_exists( 'Email_Subscribers' ) ) {
1854
  }
1855
 
1856
  break;
 
 
 
 
 
 
 
 
 
1857
 
1858
  default:
1859
  $return = '';
1634
 
1635
  break;
1636
 
1637
+ case 'postmark':
1638
+ switch ( $key ) {
1639
+ case 'api_token':
1640
+ $return = defined( 'IG_ES_POSTMARK_API_TOKEN' ) && IG_ES_POSTMARK_API_TOKEN;
1641
+ break;
1642
+ }
1643
+
1644
+ break;
1645
+
1646
  }
1647
 
1648
  return $return;
1754
 
1755
  break;
1756
 
1757
+ case 'postmark':
1758
+ switch ( $key ) {
1759
+ case 'api_token':
1760
+ $return = $this->is_const_defined( $group, $key ) ? IG_ES_POSTMARK_API_TOKEN : $value;
1761
+ break;
1762
+ }
1763
+
1764
+ break;
1765
+
1766
  default:
1767
  // Always return the default value if nothing from above matches the request.
1768
  $return = $value;
1871
  }
1872
 
1873
  break;
1874
+
1875
+ case 'postmark':
1876
+ switch ( $key ) {
1877
+ case 'api_token':
1878
+ $return = 'IG_ES_POSTMARK_API_TOKEN';
1879
+ break;
1880
+ }
1881
+
1882
+ break;
1883
 
1884
  default:
1885
  $return = '';
lite/includes/class-es-common.php CHANGED
@@ -1972,5 +1972,29 @@ class ES_Common {
1972
  return $tooltip_html;
1973
  }
1974
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1975
  }
1976
 
1972
  return $tooltip_html;
1973
  }
1974
 
1975
+ /**
1976
+ * Decode HTML entities
1977
+ *
1978
+ * @param string $string
1979
+ *
1980
+ * @return string $string
1981
+ *
1982
+ * @since 4.7.1
1983
+ */
1984
+ public static function decode_entities( $string ) {
1985
+
1986
+ preg_match_all('/&#?\w+;/', $string, $entities, PREG_SET_ORDER);
1987
+ $entities = array_unique( array_column( $entities, 0 ) );
1988
+
1989
+ if ( ! empty( $entities ) ) {
1990
+ foreach ( $entities as $entity ) {
1991
+ $decoded = mb_convert_encoding( $entity, 'UTF-8', 'HTML-ENTITIES' );
1992
+ $string = str_replace( $entity, $decoded, $string );
1993
+ }
1994
+ }
1995
+
1996
+ return $string;
1997
+ }
1998
+
1999
  }
2000
 
lite/includes/class-es-install.php CHANGED
@@ -336,7 +336,10 @@ if ( ! class_exists( 'ES_Install' ) ) {
336
  */
337
  public static function install() {
338
 
339
-
 
 
 
340
  if ( ! is_blog_installed() ) {
341
  self::$logger->error( 'Blog is not installed.', self::$logger_context );
342
 
@@ -359,11 +362,6 @@ if ( ! class_exists( 'ES_Install' ) ) {
359
 
360
  ig_es_maybe_define_constant( 'IG_ES_INSTALLING', true );
361
 
362
- // Create Files
363
- self::create_files();
364
-
365
- self::$logger->info( 'Create Files.', self::$logger_context );
366
-
367
  // Create Tables
368
  self::create_tables();
369
 
@@ -1455,6 +1453,7 @@ if ( ! class_exists( 'ES_Install' ) ) {
1455
  if ( $file_handle ) {
1456
  fwrite( $file_handle, $file['content'] );
1457
  fclose( $file_handle );
 
1458
  }
1459
  }
1460
  }
336
  */
337
  public static function install() {
338
 
339
+ // Create Files
340
+ self::create_files();
341
+
342
+
343
  if ( ! is_blog_installed() ) {
344
  self::$logger->error( 'Blog is not installed.', self::$logger_context );
345
 
362
 
363
  ig_es_maybe_define_constant( 'IG_ES_INSTALLING', true );
364
 
 
 
 
 
 
365
  // Create Tables
366
  self::create_tables();
367
 
1453
  if ( $file_handle ) {
1454
  fwrite( $file_handle, $file['content'] );
1455
  fclose( $file_handle );
1456
+ self::$logger->info( 'Created file ' . $file['file'], self::$logger_context );
1457
  }
1458
  }
1459
  }
lite/includes/classes/class-es-admin-settings.php CHANGED
@@ -143,7 +143,7 @@ class ES_Admin_Settings {
143
  'name' => __( 'Security', 'email-subscribers' ),
144
  ),
145
  );
146
- $es_settings_tabs = apply_filters( 'ig_es_settings_tabs', $es_settings_tabs );
147
  ?>
148
  <div id="es-settings-menu" class="w-1/5 pt-4 leading-normal text-gray-800 border-r border-gray-100">
149
  <div class="z-20 my-2 mt-0 bg-white shadow es-menu-list lg:block lg:my-0 lg:border-transparent lg:shadow-none lg:bg-transparent" style="top:6em;" id="menu-content">
@@ -476,12 +476,14 @@ class ES_Admin_Settings {
476
 
477
  $cron_url_setting_desc = '';
478
 
479
- if ( ES()->is_trial_valid() ) {
480
  $cron_url_setting_desc = sprintf( __( '<span class="es-send-success es-icon"></span> We will take care of it. You don\'t need to visit this URL manually.', 'email-subscribers' ) );
481
  } else {
482
  /* translators: %s: Link to Icegram documentation */
483
  $cron_url_setting_desc = sprintf( __( "You need to visit this URL to send email notifications. Know <a href='%s' target='_blank'>how to run this in background</a>", 'email-subscribers' ), 'https://www.icegram.com/documentation/es-how-to-schedule-cron-emails-in-cpanel/?utm_source=es&utm_medium=in_app&utm_campaign=view_docs_help_page' );
484
  }
 
 
485
 
486
  $pepipost_api_key_defined = ES()->is_const_defined( 'pepipost', 'api_key' );
487
 
143
  'name' => __( 'Security', 'email-subscribers' ),
144
  ),
145
  );
146
+ $es_settings_tabs = apply_filters('ig_es_settings_tabs', $es_settings_tabs );
147
  ?>
148
  <div id="es-settings-menu" class="w-1/5 pt-4 leading-normal text-gray-800 border-r border-gray-100">
149
  <div class="z-20 my-2 mt-0 bg-white shadow es-menu-list lg:block lg:my-0 lg:border-transparent lg:shadow-none lg:bg-transparent" style="top:6em;" id="menu-content">
476
 
477
  $cron_url_setting_desc = '';
478
 
479
+ if ( ES()->is_trial_valid() || ES()->is_premium() ) {
480
  $cron_url_setting_desc = sprintf( __( '<span class="es-send-success es-icon"></span> We will take care of it. You don\'t need to visit this URL manually.', 'email-subscribers' ) );
481
  } else {
482
  /* translators: %s: Link to Icegram documentation */
483
  $cron_url_setting_desc = sprintf( __( "You need to visit this URL to send email notifications. Know <a href='%s' target='_blank'>how to run this in background</a>", 'email-subscribers' ), 'https://www.icegram.com/documentation/es-how-to-schedule-cron-emails-in-cpanel/?utm_source=es&utm_medium=in_app&utm_campaign=view_docs_help_page' );
484
  }
485
+ /* translators: %s: Link to Icegram Email Sending documentation */
486
+ $cron_url_setting_desc .= sprintf( __( '<div class="mt-2.5 ml-1"><a class="hover:underline text-sm font-medium" href="%s" target="_blank">How to configure Email Sending →</a></div>', 'email-subscribers' ), esc_url( 'https://www.icegram.com/documentation/how-to-configure-email-sending-in-email-subscribers') );
487
 
488
  $pepipost_api_key_defined = ES()->is_const_defined( 'pepipost', 'api_key' );
489
 
lite/includes/classes/class-es-cron.php CHANGED
@@ -129,20 +129,22 @@ class ES_Cron {
129
  wp_schedule_event( floor( time() / 300 ) * 300, 'ig_es_cron_interval', 'ig_es_cron_worker' );
130
  }
131
 
132
- $is_woocommerce_active = $ig_es_tracker::is_plugin_activated( 'woocommerce/woocommerce.php' );
133
 
134
- if ( $is_woocommerce_active && ES()->is_pro() ) {
135
-
136
- if ( IG_ES_Abandoned_Cart_Options::is_cart_tracking_enabled() ) {
137
-
138
- if ( ! wp_next_scheduled( 'ig_es_wc_abandoned_cart_worker' ) ) {
139
- wp_schedule_event( floor( time() / 300 ) * 300, 'ig_es_two_minutes', 'ig_es_wc_abandoned_cart_worker' );
140
- }
141
- }
142
 
143
- // Cron job to detect WooCommerce products which are on sale.
144
- if ( ! wp_next_scheduled( 'ig_es_wc_products_on_sale_worker' ) ) {
145
- wp_schedule_event( floor( time() / 300 ) * 300, 'ig_es_fifteen_minutes', 'ig_es_wc_products_on_sale_worker' );
 
 
 
 
 
 
 
 
146
  }
147
  }
148
 
@@ -255,20 +257,22 @@ class ES_Cron {
255
  */
256
  public function cron_schedules( $schedules = array() ) {
257
 
258
- $schedules['ig_es_cron_interval'] = array(
259
- 'interval' => $this->get_cron_interval(),
260
- 'display' => esc_html__( 'Email Subscribers Cronjob Interval', 'email-subscribers' ),
261
- );
262
-
263
- $schedules['ig_es_two_minutes'] = array(
264
- 'interval' => 120,
265
- 'display' => esc_html__( 'Two minutes', 'email-subscribers' ),
 
 
 
 
 
266
  );
267
 
268
- $schedules['ig_es_fifteen_minutes'] = array(
269
- 'interval' => 900,
270
- 'display' => esc_html__( 'Fifteen minutes', 'email-subscribers' ),
271
- );
272
 
273
  return $schedules;
274
  }
129
  wp_schedule_event( floor( time() / 300 ) * 300, 'ig_es_cron_interval', 'ig_es_cron_worker' );
130
  }
131
 
132
+ if ( ES()->is_pro() ) {
133
 
134
+ $is_woocommerce_active = $ig_es_tracker::is_plugin_activated( 'woocommerce/woocommerce.php' );
135
+ if ( $is_woocommerce_active ) {
 
 
 
 
 
 
136
 
137
+ if ( IG_ES_Abandoned_Cart_Options::is_cart_tracking_enabled() ) {
138
+
139
+ if ( ! wp_next_scheduled( 'ig_es_wc_abandoned_cart_worker' ) ) {
140
+ wp_schedule_event( floor( time() / 300 ) * 300, 'ig_es_two_minutes', 'ig_es_wc_abandoned_cart_worker' );
141
+ }
142
+ }
143
+
144
+ // Cron job to detect WooCommerce products which are on sale.
145
+ if ( ! wp_next_scheduled( 'ig_es_wc_products_on_sale_worker' ) ) {
146
+ wp_schedule_event( floor( time() / 300 ) * 300, 'ig_es_fifteen_minutes', 'ig_es_wc_products_on_sale_worker' );
147
+ }
148
  }
149
  }
150
 
257
  */
258
  public function cron_schedules( $schedules = array() ) {
259
 
260
+ $es_schedules = array(
261
+ 'ig_es_cron_interval' => array(
262
+ 'interval' => $this->get_cron_interval(),
263
+ 'display' => __( 'Email Subscribers Cronjob Interval', 'email-subscribers' ),
264
+ ),
265
+ 'ig_es_two_minutes' => array(
266
+ 'interval' => 2 * MINUTE_IN_SECONDS,
267
+ 'display' => __( 'Two minutes', 'email-subscribers' ),
268
+ ),
269
+ 'ig_es_fifteen_minutes' => array(
270
+ 'interval' => 15 * MINUTE_IN_SECONDS,
271
+ 'display' => __( 'Fifteen minutes', 'email-subscribers' ),
272
+ ),
273
  );
274
 
275
+ $schedules = array_merge( $schedules, $es_schedules );
 
 
 
276
 
277
  return $schedules;
278
  }
lite/includes/classes/class-es-forms-table.php CHANGED
@@ -330,7 +330,12 @@ class ES_Forms_Table extends ES_List_Table {
330
  <div id="poststuff">
331
  <div id="post-body" class="metabox-holder column-1">
332
  <div id="post-body-content" class="pt-0.5">
333
- <div class="bg-white shadow-md rounded-lg mt-5 pt-1">
 
 
 
 
 
334
  <form class="pt-8 ml-5 mr-4 text-left flex-row mt-2 item-center " method="post" action="admin.php?page=es_forms&action=<?php echo esc_attr( $action ); ?>&form=<?php echo esc_attr( $id ); ?>&_wpnonce=<?php echo esc_attr( $nonce ); ?>">
335
 
336
 
330
  <div id="poststuff">
331
  <div id="post-body" class="metabox-holder column-1">
332
  <div id="post-body-content" class="pt-0.5">
333
+ <div class="text-right mt-1">
334
+ <a class="hover:underline text-base font-medium" href="https://www.icegram.com/documentation/how-to-create-a-form-in-email-subscribers/" target="_blank">
335
+ <?php esc_html_e( 'How to create form?', 'email-subscribers' ); ?> &rarr;
336
+ </a>
337
+ </div>
338
+ <div class="bg-white shadow-md rounded-lg mt-3 pt-1">
339
  <form class="pt-8 ml-5 mr-4 text-left flex-row mt-2 item-center " method="post" action="admin.php?page=es_forms&action=<?php echo esc_attr( $action ); ?>&form=<?php echo esc_attr( $id ); ?>&_wpnonce=<?php echo esc_attr( $nonce ); ?>">
340
 
341
 
lite/includes/classes/class-es-handle-subscription.php CHANGED
@@ -143,38 +143,11 @@ if ( ! class_exists( 'ES_Handle_Subscription' ) ) {
143
  add_action( 'wp_ajax_nopriv_es_add_subscriber', array( $this, 'process_request' ), 10 );
144
  }
145
 
146
- add_action( 'wp_ajax_ig_es_get_updated_subscription_data', array( $this, 'get_updated_subscription_data' ) );
147
- add_action( 'wp_ajax_nopriv_ig_es_get_updated_subscription_data', array( $this, 'get_updated_subscription_data' ) );
148
-
149
  $this->from_rainmaker = $from_rainmaker;
150
 
151
  $this->handle_external_subscription();
152
  }
153
 
154
- /**
155
- * Get updated nonce for 'es-subscribe' action
156
- *
157
- * @since 4.6.7
158
- */
159
- public function get_updated_subscription_data() {
160
-
161
- $updated_nonce = wp_create_nonce( 'es-subscribe' );
162
-
163
- $response = array(
164
- 'updated_nonce' => $updated_nonce,
165
- );
166
-
167
- $list_ids = ig_es_get_request_data( 'list_ids', array() );
168
- $list_hashes = array();
169
- if ( ! empty( $list_ids ) ) {
170
- $list_hashes = ES()->lists_db->get_list_id_hash_map( $list_ids );
171
- }
172
-
173
- $response['list_hashes'] = $list_hashes;
174
-
175
- wp_send_json_success( $response );
176
- }
177
-
178
  /**
179
  * Process request
180
  *
143
  add_action( 'wp_ajax_nopriv_es_add_subscriber', array( $this, 'process_request' ), 10 );
144
  }
145
 
 
 
 
146
  $this->from_rainmaker = $from_rainmaker;
147
 
148
  $this->handle_external_subscription();
149
  }
150
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
151
  /**
152
  * Process request
153
  *
lite/includes/classes/class-es-import-subscribers.php CHANGED
@@ -118,15 +118,20 @@ class ES_Import_Subscribers {
118
  <span class="block pr-4 text-sm font-medium text-gray-600 pb-1">
119
  <?php esc_html_e( 'Select CSV file', 'email-subscribers' ); ?>
120
  </span>
121
- <p class="italic text-xs font-normal text-gray-400 mt-2 leading-snug">
122
  <?php
123
  /* translators: %s: Max upload size */
124
  echo sprintf( esc_html__( 'File size should be less than %s', 'email-subscribers' ), esc_html( size_format( $max_upload_size ) ) );
125
  ?>
126
  </p>
127
- <p class="italic text-xs font-normal text-gray-400 mt-2 leading-snug">
128
  <?php esc_html_e( 'Check CSV structure', 'email-subscribers' ); ?>
129
- <a class="font-medium" target="_blank" href="<?php echo esc_attr( plugin_dir_url( __FILE__ ) ) . '../../admin/partials/sample.csv'; ?>"><?php esc_html_e( 'from here', 'email-subscribers' ); ?></a>
 
 
 
 
 
130
  </p>
131
  </label>
132
  </div>
118
  <span class="block pr-4 text-sm font-medium text-gray-600 pb-1">
119
  <?php esc_html_e( 'Select CSV file', 'email-subscribers' ); ?>
120
  </span>
121
+ <p class="mt-2 es_helper_text">
122
  <?php
123
  /* translators: %s: Max upload size */
124
  echo sprintf( esc_html__( 'File size should be less than %s', 'email-subscribers' ), esc_html( size_format( $max_upload_size ) ) );
125
  ?>
126
  </p>
127
+ <p class="mt-2 es_helper_text">
128
  <?php esc_html_e( 'Check CSV structure', 'email-subscribers' ); ?>
129
+ <a class="font-medium hover:underline" target="_blank" href="<?php echo esc_attr( plugin_dir_url( __FILE__ ) ) . '../../admin/partials/sample.csv'; ?>"><?php esc_html_e( 'from here', 'email-subscribers' ); ?></a>
130
+ </p>
131
+ <p class="mt-4 es_helper_text">
132
+ <a class="hover:underline text-sm font-medium" href="https://www.icegram.com/documentation/es-how-to-import-or-export-email-addresses/" target="_blank">
133
+ <?php esc_html_e( 'How to import contacts using CSV? ', 'email-subscribers' ); ?>&rarr;
134
+ </a>
135
  </p>
136
  </label>
137
  </div>
lite/includes/classes/class-es-mailer.php CHANGED
@@ -637,51 +637,6 @@ if ( ! class_exists( 'ES_Mailer' ) ) {
637
 
638
  if ( $this->mailer->support_batch_sending ) {
639
 
640
- // If sender name is not passed then fetch it from ES settings.
641
- if ( ! empty( $sender_data['from_name'] ) ) {
642
- $sender_name = $sender_data['from_name'];
643
- } else {
644
- $sender_name = $this->get_from_name();
645
- }
646
-
647
- // If sender email is not passed then fetch it from ES settings.
648
- if ( ! empty( $sender_data['from_email'] ) ) {
649
- $sender_email = $sender_data['from_email'];
650
- } else {
651
- $sender_email = $this->get_from_email();
652
- }
653
-
654
- // If reply to email is not passed then fetch it from ES settings.
655
- if ( ! empty( $sender_data['reply_to_email'] ) ) {
656
- $reply_to_email = $sender_data['reply_to_email'];
657
- } else if ( empty( $reply_to_email ) ) {
658
- $reply_to_email = $this->get_from_email();
659
- }
660
-
661
- $charset = get_bloginfo( 'charset' );
662
- $subject = html_entity_decode( $subject, ENT_QUOTES, $charset );
663
- $content = preg_replace( '/data-json=".*?"/is', '', $content );
664
- $content = preg_replace( '/ +/s', ' ', $content );
665
-
666
- if ( $this->add_unsubscribe_link ) {
667
- $unsubscribe_message = get_option( 'ig_es_unsubscribe_link_content', '' );
668
- $unsubscribe_message = stripslashes( $unsubscribe_message );
669
- $content .= $unsubscribe_message;
670
- }
671
-
672
- $subject = $this->replace_global_tags( $subject );
673
- $subject = $this->mailer->convert_es_tags_to_mailer_tags( $subject );
674
-
675
- $content = $this->replace_global_tags( $content );
676
- $content = $this->mailer->convert_es_tags_to_mailer_tags( $content );
677
- $variable_string = $this->mailer->get_variable_string( 'link' );
678
- $content = $this->add_links_variables( $content, $campaign_id, $message_id, $variable_string );
679
-
680
- if ( $this->can_track_open() ) {
681
- $tracking_image = '<img src="%recipient.tracking_pixel_url%" width="1" height="1" alt=""/>';
682
- $content .= $tracking_image;
683
- }
684
-
685
  $mailer_data_set = $this->mailer->set_mailer_data();
686
 
687
  // Error setting up mailer?
@@ -692,12 +647,65 @@ if ( ! class_exists( 'ES_Mailer' ) ) {
692
  return $response;
693
  }
694
 
695
- $this->mailer->set_from( $sender_email, $sender_name );
696
- $this->mailer->set_reply_to( $reply_to_email );
697
- $this->mailer->set_subject( $subject );
698
- $this->mailer->set_content( array(
699
- 'html' => $content
700
- ) );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
701
  }
702
 
703
  foreach ( $emails as $email_counter => $email ) {
@@ -723,15 +731,25 @@ if ( ! class_exists( 'ES_Mailer' ) ) {
723
  );
724
 
725
  if ( $this->mailer->support_batch_sending ) {
 
726
  if ( ! $this->mailer->is_batch_limit_reached() ) {
727
  do_action( 'ig_es_before_message_send', $contact_id, $campaign_id, $message_id );
728
- $this->mailer->add_into_batch( $email, $merge_tags );
 
 
 
 
 
729
  }
730
 
731
  if ( ( $email_counter + 1 ) >= $total_emails_to_send || $this->mailer->is_batch_limit_reached() ) {
732
- if ( ! empty( $sender_data['attachments'] )) {
733
- $this->mailer->set_attachments( $sender_data['attachments'] );
 
 
 
734
  }
 
735
  $send_response = $this->mailer->send_batch();
736
 
737
  if ( ! is_wp_error( $send_response ) ) {
@@ -834,7 +852,7 @@ if ( ! class_exists( 'ES_Mailer' ) ) {
834
  $charset = get_bloginfo( 'charset' );
835
 
836
  $subject = html_entity_decode( $subject, ENT_QUOTES, $charset );
837
-
838
  $message->from = $sender_email;
839
  $message->from_name = $sender_name;
840
  $message->to = $email;
@@ -845,10 +863,10 @@ if ( ! class_exists( 'ES_Mailer' ) ) {
845
  $message->charset = $charset;
846
 
847
  $headers = array(
848
- "From: \"$sender_name\" <$sender_email>",
849
- 'Return-Path: <' . $sender_email . '>',
850
- 'Reply-To: <' . $reply_to_email . '>',
851
- 'Content-Type: text/html; charset="' . $charset . '"'
852
  );
853
 
854
  $message->headers = $headers;
637
 
638
  if ( $this->mailer->support_batch_sending ) {
639
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
640
  $mailer_data_set = $this->mailer->set_mailer_data();
641
 
642
  // Error setting up mailer?
647
  return $response;
648
  }
649
 
650
+ if ( 'multiple' === $this->mailer->batch_sending_mode ) {
651
+
652
+ $this->link_data = array(
653
+ 'message_id' => $message_id,
654
+ 'campaign_id' => $campaign_id,
655
+ );
656
+
657
+ // If sender name is not passed then fetch it from ES settings.
658
+ if ( ! empty( $sender_data['from_name'] ) ) {
659
+ $sender_name = $sender_data['from_name'];
660
+ } else {
661
+ $sender_name = $this->get_from_name();
662
+ }
663
+
664
+ // If sender email is not passed then fetch it from ES settings.
665
+ if ( ! empty( $sender_data['from_email'] ) ) {
666
+ $sender_email = $sender_data['from_email'];
667
+ } else {
668
+ $sender_email = $this->get_from_email();
669
+ }
670
+
671
+ // If reply to email is not passed then fetch it from ES settings.
672
+ if ( ! empty( $sender_data['reply_to_email'] ) ) {
673
+ $reply_to_email = $sender_data['reply_to_email'];
674
+ } elseif ( empty( $reply_to_email ) ) {
675
+ $reply_to_email = $this->get_from_email();
676
+ }
677
+
678
+ $charset = get_bloginfo( 'charset' );
679
+ $subject = html_entity_decode( $subject, ENT_QUOTES, $charset );
680
+ $content = preg_replace( '/data-json=".*?"/is', '', $content );
681
+ $content = preg_replace( '/ +/s', ' ', $content );
682
+
683
+ if ( $this->add_unsubscribe_link ) {
684
+ $unsubscribe_message = get_option( 'ig_es_unsubscribe_link_content', '' );
685
+ $unsubscribe_message = stripslashes( $unsubscribe_message );
686
+ $content .= $unsubscribe_message;
687
+ }
688
+
689
+ $subject = $this->replace_global_tags( $subject );
690
+ $subject = $this->mailer->convert_es_tags_to_mailer_tags( $subject );
691
+
692
+ $content = $this->replace_global_tags( $content );
693
+ $content = $this->mailer->convert_es_tags_to_mailer_tags( $content );
694
+ $variable_string = $this->mailer->get_variable_string( 'link' );
695
+ $content = $this->add_links_variables( $content, $campaign_id, $message_id, $variable_string );
696
+
697
+ if ( $this->can_track_open() ) {
698
+ $tracking_image = '<img src="%recipient.tracking_pixel_url%" width="1" height="1" alt=""/>';
699
+ $content .= $tracking_image;
700
+ }
701
+
702
+ $this->mailer->set_from( $sender_email, $sender_name );
703
+ $this->mailer->set_reply_to( $reply_to_email );
704
+ $this->mailer->set_subject( $subject );
705
+ $this->mailer->set_content( array(
706
+ 'html' => $content
707
+ ) );
708
+ }
709
  }
710
 
711
  foreach ( $emails as $email_counter => $email ) {
731
  );
732
 
733
  if ( $this->mailer->support_batch_sending ) {
734
+
735
  if ( ! $this->mailer->is_batch_limit_reached() ) {
736
  do_action( 'ig_es_before_message_send', $contact_id, $campaign_id, $message_id );
737
+ if ( 'single' === $this->mailer->batch_sending_mode ) {
738
+ $message = $this->build_message( $subject, $content, $email, $merge_tags, $nl2br, $sender_data );
739
+ $this->mailer->add_into_batch( $email, $merge_tags, $message );
740
+ } else {
741
+ $this->mailer->add_into_batch( $email, $merge_tags );
742
+ }
743
  }
744
 
745
  if ( ( $email_counter + 1 ) >= $total_emails_to_send || $this->mailer->is_batch_limit_reached() ) {
746
+
747
+ if ( 'multiple' === $this->mailer->batch_sending_mode ) {
748
+ if ( ! empty( $sender_data['attachments'] )) {
749
+ $this->mailer->set_attachments( $sender_data['attachments'] );
750
+ }
751
  }
752
+
753
  $send_response = $this->mailer->send_batch();
754
 
755
  if ( ! is_wp_error( $send_response ) ) {
852
  $charset = get_bloginfo( 'charset' );
853
 
854
  $subject = html_entity_decode( $subject, ENT_QUOTES, $charset );
855
+
856
  $message->from = $sender_email;
857
  $message->from_name = $sender_name;
858
  $message->to = $email;
863
  $message->charset = $charset;
864
 
865
  $headers = array(
866
+ "From: \"$message->from_name\" <$message->from>",
867
+ 'Return-Path: <' . $message->from . '>',
868
+ 'Reply-To: <' . $message->reply_to_email . '>',
869
+ 'Content-Type: text/html; charset="' . $message->charset . '"'
870
  );
871
 
872
  $message->headers = $headers;
lite/includes/classes/class-es-newsletters.php CHANGED
@@ -337,7 +337,12 @@ class ES_Newsletters {
337
  <div class="mx-auto max-w-7xl">
338
  <hr class="wp-header-end">
339
  </div>
340
- <div class="mx-auto mt-7 es_broadcast_first max-w-7xl">
 
 
 
 
 
341
  <div>
342
  <div class=" bg-white rounded-lg shadow-md md:flex">
343
  <div class="broadcast_main_content py-4 pl-2">
337
  <div class="mx-auto max-w-7xl">
338
  <hr class="wp-header-end">
339
  </div>
340
+ <div class="text-right mt-3">
341
+ <a class="hover:underline text-base font-medium" href="https://www.icegram.com/documentation/es-how-to-create-and-send-newsletter-emails/" target="_blank">
342
+ <?php esc_html_e( 'How to create Broadcast?', 'email-subscribers' ); ?> &rarr;
343
+ </a>
344
+ </div>
345
+ <div class="mx-auto mt-3 es_broadcast_first max-w-7xl">
346
  <div>
347
  <div class=" bg-white rounded-lg shadow-md md:flex">
348
  <div class="broadcast_main_content py-4 pl-2">
lite/includes/classes/class-es-queue.php CHANGED
@@ -595,6 +595,7 @@ if ( ! class_exists( 'ES_Queue' ) ) {
595
  if ( ! empty( $campaign ) ) {
596
 
597
  $content = $campaign['body'];
 
598
  $subject = $campaign['subject'];
599
 
600
  foreach ( $notifications as $notification ) {
@@ -736,6 +737,7 @@ if ( ! class_exists( 'ES_Queue' ) ) {
736
  $subject = $notification['subject'];
737
  $content = $notification['body'];
738
 
 
739
  ES()->mailer->send( $subject, $content, $emails, $merge_tags );
740
 
741
  $total_remaining_emails = ES_DB_Sending_Queue::get_total_emails_to_be_sent_by_hash( $notification_guid );
595
  if ( ! empty( $campaign ) ) {
596
 
597
  $content = $campaign['body'];
598
+
599
  $subject = $campaign['subject'];
600
 
601
  foreach ( $notifications as $notification ) {
737
  $subject = $notification['subject'];
738
  $content = $notification['body'];
739
 
740
+ //$content = utf8_encode( $content );
741
  ES()->mailer->send( $subject, $content, $emails, $merge_tags );
742
 
743
  $total_remaining_emails = ES_DB_Sending_Queue::get_total_emails_to_be_sent_by_hash( $notification_guid );
lite/includes/mailers/class-es-base-mailer.php CHANGED
@@ -71,6 +71,15 @@ if ( ! class_exists( 'ES_Base_Mailer' ) ) {
71
  */
72
  public $support_batch_sending = false;
73
 
 
 
 
 
 
 
 
 
 
74
  /**
75
  * Batch limit
76
  *
71
  */
72
  public $support_batch_sending = false;
73
 
74
+ /**
75
+ * Stores batch sending mode
76
+ *
77
+ * @var boolean
78
+ *
79
+ * @since 4.7.1
80
+ */
81
+ public $batch_sending_mode = '';
82
+
83
  /**
84
  * Batch limit
85
  *
lite/includes/mailers/class-es-pepipost-mailer.php CHANGED
@@ -64,6 +64,10 @@ if ( ! class_exists( 'ES_Pepipost_Mailer' ) ) {
64
 
65
  $params = array();
66
 
 
 
 
 
67
  $params['personalizations'][]['recipient'] = $message->to;
68
  $params['from']['fromEmail'] = $message->from;
69
  $params['from']['fromName'] = $message->from_name;
@@ -71,12 +75,19 @@ if ( ! class_exists( 'ES_Pepipost_Mailer' ) ) {
71
  $params['content'] = $message->body;
72
  $params['replyToId'] = $message->reply_to_email;
73
 
 
 
 
 
 
 
 
74
  $attachments = $message->attachments;
75
  if ( ! empty( $attachments ) ) {
76
  foreach ( $attachments as $attachment_name => $attachment_path ) {
77
  if ( is_file( $attachment_path ) ) {
78
- $attachment_content = file_get_contents( $attachment_path );
79
- $encoded_content = base64_encode( $attachment_content );
80
  $params['attachments'][] = array(
81
  'fileContent' => $encoded_content,
82
  'fileName' => $attachment_name,
64
 
65
  $params = array();
66
 
67
+ // We are decoding HTML entities i.e. converting &#8220; to “ to fix garbage characters issue in CZech languange
68
+ // We need to decode entities only in case of Pepipost. For other mailers it is working as expected.
69
+ $message->body = ES_Common::decode_entities( $message->body );
70
+
71
  $params['personalizations'][]['recipient'] = $message->to;
72
  $params['from']['fromEmail'] = $message->from;
73
  $params['from']['fromName'] = $message->from_name;
75
  $params['content'] = $message->body;
76
  $params['replyToId'] = $message->reply_to_email;
77
 
78
+ $tracking_settings = array(
79
+ 'opentrack' => ES()->mailer->can_track_open() ? 1 : 0,
80
+ 'clicktrack' => ES()->mailer->can_track_clicks() ? 1: 0,
81
+ );
82
+
83
+ $params['settings'] = $tracking_settings;
84
+
85
  $attachments = $message->attachments;
86
  if ( ! empty( $attachments ) ) {
87
  foreach ( $attachments as $attachment_name => $attachment_path ) {
88
  if ( is_file( $attachment_path ) ) {
89
+ $attachment_content = file_get_contents( $attachment_path );
90
+ $encoded_content = base64_encode( $attachment_content );
91
  $params['attachments'][] = array(
92
  'fileContent' => $encoded_content,
93
  'fileName' => $attachment_name,
lite/includes/pro-features.php CHANGED
@@ -93,7 +93,7 @@ function ig_es_mailers_promo( $mailers ) {
93
  ),
94
  ),
95
  'SparkPost' => array(
96
- 'name' => 'SendGrid',
97
  'logo' => ES_PLUGIN_URL . 'lite/admin/images/sparkpost.png',
98
  'is_premium' => true,
99
  'url' => ES_Common::get_utm_tracking_url( array(
@@ -102,6 +102,16 @@ function ig_es_mailers_promo( $mailers ) {
102
  )
103
  ),
104
  ),
 
 
 
 
 
 
 
 
 
 
105
  );
106
  $mailers = array_merge( $mailers, $pro_mailers );
107
 
93
  ),
94
  ),
95
  'SparkPost' => array(
96
+ 'name' => 'SparkPost',
97
  'logo' => ES_PLUGIN_URL . 'lite/admin/images/sparkpost.png',
98
  'is_premium' => true,
99
  'url' => ES_Common::get_utm_tracking_url( array(
102
  )
103
  ),
104
  ),
105
+ 'Postmark' => array(
106
+ 'name' => 'Postmark',
107
+ 'logo' => ES_PLUGIN_URL . 'lite/admin/images/postmark.png',
108
+ 'is_premium' => true,
109
+ 'url' => ES_Common::get_utm_tracking_url( array(
110
+ 'url' => 'https://www.icegram.com/documentation/how-to-configure-postmark-to-send-emails-in-the-email-subscribers-plugin/',
111
+ 'utm_medium' => 'postmark_mailer'
112
+ )
113
+ ),
114
+ ),
115
  );
116
  $mailers = array_merge( $mailers, $pro_mailers );
117
 
lite/includes/workflows/admin/class-es-workflow-admin-edit.php CHANGED
@@ -277,11 +277,11 @@ class ES_Workflow_Admin_Edit {
277
 
278
  $page_prefix = ES()->get_admin_page_prefix();
279
 
280
- $meta_box_title_for_trigger = __( 'Trigger', 'email-subscribers' );
281
- $meta_box_title_for_actions = __( 'Actions', 'email-subscribers' );
282
- $meta_box_title_for_save = __( 'Save', 'email-subscribers' );
283
- $meta_box_title_for_options = __( 'Options', 'email-subscribers' );
284
- $meta_box_title_for_variables = __( 'Placeholders', 'email-subscribers' );
285
  // $meta_box_title_for_timing = __( 'Timing', 'email-subscribers' );
286
 
287
  add_meta_box( 'ig_es_workflow_trigger', $meta_box_title_for_trigger, array( __CLASS__, 'trigger_metabox' ), $page_prefix . '_page_es_workflows', 'normal', 'default' );
277
 
278
  $page_prefix = ES()->get_admin_page_prefix();
279
 
280
+ $meta_box_title_for_trigger = __( 'Trigger', 'email-subscribers' );
281
+ $meta_box_title_for_actions = __( 'Actions', 'email-subscribers' );
282
+ $meta_box_title_for_save = __( 'Save', 'email-subscribers' );
283
+ $meta_box_title_for_options = __( 'Options', 'email-subscribers' );
284
+ $meta_box_title_for_variables = __( 'Placeholders', 'email-subscribers' );
285
  // $meta_box_title_for_timing = __( 'Timing', 'email-subscribers' );
286
 
287
  add_meta_box( 'ig_es_workflow_trigger', $meta_box_title_for_trigger, array( __CLASS__, 'trigger_metabox' ), $page_prefix . '_page_es_workflows', 'normal', 'default' );
lite/languages/email-subscribers.pot CHANGED
@@ -2,14 +2,14 @@
2
  # This file is distributed under the same license as the Email Subscribers & Newsletters plugin.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: Email Subscribers & Newsletters 4.7.0\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/email-subscribers\n"
7
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
8
  "Language-Team: LANGUAGE <LL@li.org>\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "POT-Creation-Date: 2021-04-02T19:48:11+05:30\n"
13
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
  "X-Generator: WP-CLI 2.4.0\n"
15
  "X-Domain: email-subscribers\n"
@@ -88,7 +88,7 @@ msgid "Please add a broadcast subject before saving."
88
  msgstr ""
89
 
90
  #: lite/admin/class-email-subscribers-admin.php:170
91
- #: pro/pro-class-email-subscribers.php:482
92
  msgid "Please add email body."
93
  msgstr ""
94
 
@@ -200,20 +200,20 @@ msgid "Fetching contacts from MailChimp...Please do not close this window"
200
  msgstr ""
201
 
202
  #: lite/admin/class-email-subscribers-admin.php:284
203
- #: lite/admin/partials/dashboard.php:57
204
  msgid "Dashboard"
205
  msgstr ""
206
 
207
  #: lite/admin/class-email-subscribers-admin.php:289
208
- #: lite/admin/partials/dashboard.php:64
209
  #: lite/includes/classes/class-es-contacts-table.php:219
210
- #: lite/includes/pro-features.php:143
211
- #: starter/starter-class-email-subscribers.php:627
212
  msgid "Audience"
213
  msgstr ""
214
 
215
  #: lite/admin/class-email-subscribers-admin.php:293
216
- #: lite/includes/classes/class-es-forms-table.php:448
217
  #: lite/includes/classes/class-es-lists-table.php:34
218
  #: lite/includes/classes/class-es-lists-table.php:88
219
  msgid "Lists"
@@ -224,8 +224,8 @@ msgstr ""
224
  #: lite/includes/classes/class-es-forms-table.php:39
225
  #: lite/includes/classes/class-es-forms-table.php:40
226
  #: lite/includes/classes/class-es-forms-table.php:93
227
- #: lite/includes/pro-features.php:144
228
- #: starter/starter-class-email-subscribers.php:628
229
  msgid "Forms"
230
  msgstr ""
231
 
@@ -233,9 +233,9 @@ msgstr ""
233
  #: lite/includes/classes/class-es-campaigns-table.php:109
234
  #: lite/includes/classes/class-es-newsletters.php:245
235
  #: lite/includes/classes/class-es-newsletters.php:251
236
- #: lite/includes/pro-features.php:145
237
  #: pro/partials/es-dashboard.php:8
238
- #: starter/starter-class-email-subscribers.php:629
239
  msgid "Campaigns"
240
  msgstr ""
241
 
@@ -248,7 +248,7 @@ msgstr ""
248
  #: lite/includes/classes/class-es-newsletters.php:260
249
  #: lite/includes/classes/class-es-reports-table.php:149
250
  #: lite/includes/classes/class-es-templates-table.php:282
251
- #: lite/includes/pro-features.php:1062
252
  #: lite/public/class-email-subscribers-public.php:471
253
  #: pro/classes/class-es-pro-reports-data.php:142
254
  #: pro/classes/class-es-pro-reports-data.php:193
@@ -256,36 +256,36 @@ msgid "Broadcast"
256
  msgstr ""
257
 
258
  #: lite/admin/class-email-subscribers-admin.php:312
259
- #: lite/includes/classes/class-es-newsletters.php:419
260
  #: lite/includes/classes/class-es-reports-table.php:472
261
  msgid "Template Preview"
262
  msgstr ""
263
 
264
  #: lite/admin/class-email-subscribers-admin.php:319
265
- #: lite/includes/pro-features.php:148
266
  #: lite/includes/workflows/admin/class-es-workflow-admin-edit.php:222
267
  #: lite/includes/workflows/class-es-workflows-table.php:53
268
  #: lite/includes/workflows/class-es-workflows-table.php:156
269
- #: starter/starter-class-email-subscribers.php:632
270
  msgid "Workflows"
271
  msgstr ""
272
 
273
  #: lite/admin/class-email-subscribers-admin.php:328
274
- #: lite/admin/partials/dashboard.php:195
275
  #: lite/includes/classes/class-es-campaign-report.php:17
276
  #: lite/includes/classes/class-es-reports-table.php:17
277
  #: lite/includes/classes/class-es-reports-table.php:56
278
  #: lite/includes/classes/class-es-reports-table.php:114
279
- #: lite/includes/pro-features.php:146
280
  #: pro/classes/class-es-pro-sequence-report.php:21
281
  #: pro/classes/class-es-pro-sequence-report.php:44
282
  #: pro/classes/class-es-pro-sequence-report.php:77
283
- #: starter/starter-class-email-subscribers.php:630
284
  msgid "Reports"
285
  msgstr ""
286
 
287
  #: lite/admin/class-email-subscribers-admin.php:332
288
- #: lite/admin/partials/dashboard.php:203
289
  #: lite/includes/classes/class-es-admin-settings.php:119
290
  msgid "Settings"
291
  msgstr ""
@@ -396,24 +396,24 @@ msgstr ""
396
  #: lite/includes/classes/class-es-contacts-table.php:764
397
  #: lite/includes/classes/class-es-contacts-table.php:1026
398
  #: lite/includes/classes/class-es-export-subscribers.php:339
399
- #: lite/includes/classes/class-es-forms-table.php:382
400
- #: lite/includes/classes/class-es-import-subscribers.php:552
401
- #: lite/includes/classes/class-es-import-subscribers.php:643
402
- #: lite/includes/classes/class-es-import-subscribers.php:1025
403
- #: lite/includes/classes/class-es-import-subscribers.php:1160
404
- #: lite/includes/pro-features.php:891
405
- #: lite/includes/pro-features.php:1422
406
  #: lite/includes/workflows/actions/abstracts/class-ig-es-action-send-email-abstract.php:29
407
  #: lite/public/partials/class-es-shortcode.php:151
408
  #: pro/classes/class-es-pro-campaign-rules.php:35
409
- #: pro/pro-class-email-subscribers.php:815
410
  #: pro/workflows/actions/class-es-action-send-email.php:29
411
  msgid "Email"
412
  msgstr ""
413
 
414
  #: lite/admin/class-ig-es-campaign-rules.php:594
415
- #: lite/includes/pro-features.php:1171
416
- #: lite/includes/pro-features.php:1421
417
  #: pro/classes/class-es-pro-campaign-rules.php:38
418
  #: pro/classes/class-es-pro-reports-data.php:413
419
  msgid "Country"
@@ -585,56 +585,116 @@ msgstr ""
585
  msgid "New Post Published - {{POSTTITLE}}"
586
  msgstr ""
587
 
588
- #: lite/admin/partials/dashboard.php:73
 
 
 
 
 
 
 
 
 
589
  msgid "Create"
590
  msgstr ""
591
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
592
  #: lite/admin/partials/dashboard.php:84
 
 
 
 
593
  msgid "New Broadcast"
594
  msgstr ""
595
 
596
- #: lite/admin/partials/dashboard.php:86
597
  msgid "New Post Notification"
598
  msgstr ""
599
 
600
- #: lite/admin/partials/dashboard.php:89
601
- #: lite/admin/partials/dashboard.php:91
602
  #: pro/pro-class-sequences.php:48
603
  msgid "New Sequence"
604
  msgstr ""
605
 
606
- #: lite/admin/partials/dashboard.php:92
607
  msgid "Premium"
608
  msgstr ""
609
 
610
- #: lite/admin/partials/dashboard.php:97
611
  msgid "New Template"
612
  msgstr ""
613
 
614
- #: lite/admin/partials/dashboard.php:101
615
  msgid "New Form"
616
  msgstr ""
617
 
618
- #: lite/admin/partials/dashboard.php:102
619
  msgid "New List"
620
  msgstr ""
621
 
622
- #: lite/admin/partials/dashboard.php:103
623
  msgid "New Contact"
624
  msgstr ""
625
 
626
- #: lite/admin/partials/dashboard.php:118
627
  msgid " active contacts"
628
  msgstr ""
629
 
630
- #: lite/admin/partials/dashboard.php:126
631
  #: lite/includes/classes/class-es-contacts-table.php:325
632
  msgid "Last 60 days"
633
  msgstr ""
634
 
635
- #: lite/admin/partials/dashboard.php:134
636
- #: lite/includes/pro-features.php:1174
637
- #: lite/includes/pro-features.php:1212
638
  #: pro/classes/class-es-pro-reports-data.php:416
639
  #: pro/classes/class-es-pro-reports-data.php:559
640
  #: pro/classes/class-es-pro-reports-data.php:743
@@ -642,25 +702,25 @@ msgstr ""
642
  msgid "Opens"
643
  msgstr ""
644
 
645
- #: lite/admin/partials/dashboard.php:142
646
  msgid " Avg Open Rate"
647
  msgstr ""
648
 
649
- #: lite/admin/partials/dashboard.php:150
650
  msgid "Messages Sent"
651
  msgstr ""
652
 
653
- #: lite/admin/partials/dashboard.php:158
654
- #: lite/includes/pro-features.php:1110
655
  #: pro/classes/class-es-pro-reports-data.php:379
656
  msgid "Avg Click Rate"
657
  msgstr ""
658
 
659
- #: lite/admin/partials/dashboard.php:193
660
  msgid "Jump to: "
661
  msgstr ""
662
 
663
- #: lite/admin/partials/dashboard.php:199
664
  #: lite/includes/class-email-subscribers-activator.php:43
665
  #: lite/includes/class-email-subscribers-activator.php:44
666
  #: lite/includes/class-email-subscribers-activator.php:49
@@ -735,8 +795,8 @@ msgstr ""
735
  #: lite/includes/classes/class-es-campaign-report.php:180
736
  #: lite/includes/classes/class-es-campaigns-table.php:619
737
  #: lite/includes/classes/class-es-export-subscribers.php:341
738
- #: lite/includes/classes/class-es-import-subscribers.php:651
739
- #: lite/includes/classes/class-es-import-subscribers.php:1163
740
  #: lite/includes/classes/class-es-reports-table.php:230
741
  #: lite/includes/workflows/class-es-workflows-table.php:311
742
  #: pro/classes/class-es-pro-sequence-report.php:297
@@ -954,34 +1014,34 @@ msgstr ""
954
  msgid "Review"
955
  msgstr ""
956
 
957
- #: lite/admin/partials/onboarding.php:512
958
  msgid "documentation"
959
  msgstr ""
960
 
961
- #: lite/admin/partials/onboarding.php:514
962
  msgid "if you need any help"
963
  msgstr ""
964
 
965
- #: lite/admin/partials/onboarding.php:528
966
- msgid "Complete setup &amp; take me to \"Settings\" →"
967
  msgstr ""
968
 
969
- #: lite/admin/partials/onboarding.php:564
970
  msgid "Email sending did not work"
971
  msgstr ""
972
 
973
- #: lite/admin/partials/onboarding.php:569
974
  msgid "Here's the error we encountered:"
975
  msgstr ""
976
 
977
- #: lite/admin/partials/onboarding.php:580
978
  msgid ""
979
  "We recommend you solve this problem quickly after completing\n"
980
  "\t\t\t\t\t the setup. Do make sure emails are getting delivered before\n"
981
  "\t\t\t\t\t you send any real campaigns."
982
  msgstr ""
983
 
984
- #: lite/admin/partials/onboarding.php:596
985
  msgid " Understood, continue for now →"
986
  msgstr ""
987
 
@@ -1060,35 +1120,35 @@ msgid "Icegram WC"
1060
  msgstr ""
1061
 
1062
  #. translators: %1$s - constant that was used
1063
- #: lite/includes/class-email-subscribers.php:1882
1064
  msgid "Value was set using constant %1$s"
1065
  msgstr ""
1066
 
1067
  #: lite/includes/class-es-common.php:187
1068
  #: lite/includes/classes/class-es-contacts-table.php:332
1069
- #: lite/includes/classes/class-es-import-subscribers.php:814
1070
- #: lite/includes/classes/class-es-import-subscribers.php:1170
1071
  #: lite/includes/classes/class-es-lists-table.php:560
1072
  msgid "Subscribed"
1073
  msgstr ""
1074
 
1075
  #: lite/includes/class-es-common.php:188
1076
  #: lite/includes/classes/class-es-contacts-table.php:348
1077
- #: lite/includes/classes/class-es-import-subscribers.php:816
1078
- #: lite/includes/classes/class-es-import-subscribers.php:1172
1079
  #: lite/includes/classes/class-es-lists-table.php:562
1080
  msgid "Unconfirmed"
1081
  msgstr ""
1082
 
1083
  #: lite/includes/class-es-common.php:189
1084
  #: lite/includes/classes/class-es-contacts-table.php:340
1085
- #: lite/includes/classes/class-es-import-subscribers.php:1171
1086
  #: lite/includes/classes/class-es-lists-table.php:561
1087
  msgid "Unsubscribed"
1088
  msgstr ""
1089
 
1090
  #: lite/includes/class-es-common.php:212
1091
- #: lite/includes/classes/class-es-import-subscribers.php:230
1092
  #: lite/includes/classes/class-es-post-notifications.php:372
1093
  msgid "Select Status"
1094
  msgstr ""
@@ -1164,7 +1224,7 @@ msgid "Prevent Spam Subscription Using Captcha"
1164
  msgstr ""
1165
 
1166
  #: lite/includes/class-es-common.php:1450
1167
- #: lite/includes/pro-features.php:133
1168
  msgid "Email Subscribers PRO"
1169
  msgstr ""
1170
 
@@ -1202,8 +1262,8 @@ msgstr ""
1202
  #: lite/includes/classes/class-es-campaign-report.php:222
1203
  #: lite/includes/classes/class-es-campaigns-table.php:547
1204
  #: lite/includes/classes/class-es-campaigns-table.php:595
1205
- #: lite/includes/pro-features.php:1055
1206
- #: lite/includes/pro-features.php:1102
1207
  #: pro/classes/class-es-pro-reports-data.php:284
1208
  #: pro/classes/class-es-pro-reports-data.php:371
1209
  msgid "Sent"
@@ -1234,7 +1294,7 @@ msgstr ""
1234
  msgid "All Status"
1235
  msgstr ""
1236
 
1237
- #: lite/includes/class-es-install.php:824
1238
  #: lite/includes/upgrade/es-update-functions.php:750
1239
  msgid "Your subscription was successful! Kindly check your mailbox and confirm your subscription. If you don't see the email within a few minutes, check the spam/junk folder."
1240
  msgstr ""
@@ -1267,8 +1327,8 @@ msgstr ""
1267
  #: lite/includes/classes/class-es-admin-settings.php:193
1268
  #: lite/includes/classes/class-es-campaigns-table.php:614
1269
  #: lite/includes/classes/class-es-contacts-table.php:1025
1270
- #: lite/includes/classes/class-es-forms-table.php:399
1271
- #: lite/includes/classes/class-es-forms-table.php:889
1272
  #: lite/includes/classes/class-es-lists-table.php:559
1273
  #: lite/public/partials/class-es-shortcode.php:152
1274
  msgid "Name"
@@ -1388,7 +1448,7 @@ msgstr ""
1388
  #: lite/includes/classes/class-es-admin-settings.php:386
1389
  #: lite/includes/classes/class-es-admin-settings.php:419
1390
  #: lite/includes/classes/class-es-admin-settings.php:456
1391
- #: lite/includes/classes/class-es-newsletters.php:345
1392
  #: lite/includes/classes/class-es-reports-table.php:228
1393
  #: pro/classes/class-es-pro-sequence-report.php:295
1394
  msgid "Subject"
@@ -1399,7 +1459,7 @@ msgstr ""
1399
  #: lite/includes/classes/class-es-admin-settings.php:427
1400
  #: lite/includes/classes/class-es-admin-settings.php:467
1401
  #: lite/includes/classes/class-es-newsletters.php:266
1402
- #: pro/pro-class-sequences.php:397
1403
  msgid "Content"
1404
  msgstr ""
1405
 
@@ -1458,7 +1518,6 @@ msgid "Send report to admin(s) whenever campaign is successfully sent to all con
1458
  msgstr ""
1459
 
1460
  #: lite/includes/classes/class-es-admin-settings.php:480
1461
- #: starter/starter-class-email-subscribers.php:344
1462
  msgid "<span class=\"es-send-success es-icon\"></span> We will take care of it. You don't need to visit this URL manually."
1463
  msgstr ""
1464
 
@@ -1467,105 +1526,110 @@ msgstr ""
1467
  msgid "You need to visit this URL to send email notifications. Know <a href='%s' target='_blank'>how to run this in background</a>"
1468
  msgstr ""
1469
 
1470
- #: lite/includes/classes/class-es-admin-settings.php:496
 
 
 
 
 
1471
  msgid "Cron URL"
1472
  msgstr ""
1473
 
1474
- #: lite/includes/classes/class-es-admin-settings.php:505
1475
  msgid "Disable Wordpress Cron"
1476
  msgstr ""
1477
 
1478
- #: lite/includes/classes/class-es-admin-settings.php:506
1479
  msgid "Check this if you do not want Email Subscribers to use WP Cron to send emails."
1480
  msgstr ""
1481
 
1482
- #: lite/includes/classes/class-es-admin-settings.php:511
1483
  msgid "Send emails at most every"
1484
  msgstr ""
1485
 
1486
- #: lite/includes/classes/class-es-admin-settings.php:514
1487
  msgid "Optional if a real cron service is used"
1488
  msgstr ""
1489
 
1490
- #: lite/includes/classes/class-es-admin-settings.php:524
1491
  msgid "Maximum emails to send in an hour"
1492
  msgstr ""
1493
 
1494
- #: lite/includes/classes/class-es-admin-settings.php:525
1495
  msgid "Total emails your host can send in an hour."
1496
  msgstr ""
1497
 
1498
- #: lite/includes/classes/class-es-admin-settings.php:534
1499
  msgid "Maximum emails to send at once"
1500
  msgstr ""
1501
 
1502
- #: lite/includes/classes/class-es-admin-settings.php:535
1503
  msgid "Maximum emails you want to send on every cron request."
1504
  msgstr ""
1505
 
1506
- #: lite/includes/classes/class-es-admin-settings.php:546
1507
  msgid "Send test email"
1508
  msgstr ""
1509
 
1510
- #: lite/includes/classes/class-es-admin-settings.php:547
1511
  msgid "Enter email address to send test email."
1512
  msgstr ""
1513
 
1514
- #: lite/includes/classes/class-es-admin-settings.php:555
1515
  msgid "Select Mailer"
1516
  msgstr ""
1517
 
1518
- #: lite/includes/classes/class-es-admin-settings.php:567
1519
- #: lite/includes/classes/class-es-admin-settings.php:905
1520
  msgid "Pepipost API key"
1521
  msgstr ""
1522
 
1523
- #: lite/includes/classes/class-es-admin-settings.php:584
1524
  msgid "Select a mailer to send mail"
1525
  msgstr ""
1526
 
1527
- #: lite/includes/classes/class-es-admin-settings.php:594
1528
  msgid "Blocked domain(s)"
1529
  msgstr ""
1530
 
1531
- #: lite/includes/classes/class-es-admin-settings.php:596
1532
  msgid "Seeing spam signups from particular domains? Enter domains names (one per line) that you want to block here."
1533
  msgstr ""
1534
 
1535
- #: lite/includes/classes/class-es-admin-settings.php:809
1536
  msgid "Save Settings"
1537
  msgstr ""
1538
 
1539
- #: lite/includes/classes/class-es-admin-settings.php:904
1540
  msgid "Signup for Pepipost"
1541
  msgstr ""
1542
 
1543
- #: lite/includes/classes/class-es-admin-settings.php:905
1544
  msgid "How to find"
1545
  msgstr ""
1546
 
1547
- #: lite/includes/classes/class-es-admin-settings.php:906
1548
  msgid "Why to choose Pepipost"
1549
  msgstr ""
1550
 
1551
- #: lite/includes/classes/class-es-admin-settings.php:930
1552
  msgid "Cron Info"
1553
  msgstr ""
1554
 
1555
- #: lite/includes/classes/class-es-admin-settings.php:996
1556
  msgid "Event"
1557
  msgstr ""
1558
 
1559
- #: lite/includes/classes/class-es-admin-settings.php:997
1560
  msgid "Interval"
1561
  msgstr ""
1562
 
1563
- #: lite/includes/classes/class-es-admin-settings.php:998
1564
  msgid "Next Execution"
1565
  msgstr ""
1566
 
1567
  #. translators: %s: Next scheduled time
1568
- #: lite/includes/classes/class-es-admin-settings.php:1044
1569
  msgid "In %s"
1570
  msgstr ""
1571
 
@@ -1575,7 +1639,7 @@ msgstr ""
1575
  #: lite/includes/classes/class-es-campaigns-table.php:441
1576
  #: lite/includes/classes/class-es-campaigns-table.php:469
1577
  #: lite/includes/classes/class-es-reports-table.php:16
1578
- #: lite/includes/pro-features.php:1047
1579
  #: pro/classes/class-es-pro-reports-data.php:268
1580
  #: pro/classes/class-es-pro-sequence-report.php:20
1581
  msgid "Report"
@@ -1613,10 +1677,10 @@ msgstr ""
1613
 
1614
  #: lite/includes/classes/class-es-campaign-report.php:246
1615
  #: lite/includes/classes/class-es-contacts-table.php:356
1616
- #: lite/includes/pro-features.php:1086
1617
  #: pro/classes/class-es-pro-reports-data.php:355
1618
  #: pro/classes/class-es-pro-reports-data.php:888
1619
- #: pro/pro-class-email-subscribers.php:1770
1620
  msgid "Opened"
1621
  msgstr ""
1622
 
@@ -1685,7 +1749,7 @@ msgid "All"
1685
  msgstr ""
1686
 
1687
  #: lite/includes/classes/class-es-campaigns-table.php:370
1688
- #: starter/starter-class-email-subscribers.php:372
1689
  msgid "None"
1690
  msgstr ""
1691
 
@@ -1722,7 +1786,7 @@ msgstr ""
1722
 
1723
  #: lite/includes/classes/class-es-campaigns-table.php:618
1724
  #: lite/includes/classes/class-es-contacts-table.php:1028
1725
- #: lite/includes/classes/class-es-forms-table.php:892
1726
  #: lite/includes/classes/class-es-lists-table.php:564
1727
  #: lite/includes/workflows/class-es-workflows-table.php:310
1728
  msgid "Created"
@@ -1772,11 +1836,6 @@ msgstr ""
1772
  msgid "Add New Contact"
1773
  msgstr ""
1774
 
1775
- #: lite/includes/classes/class-es-contacts-table.php:138
1776
- #: lite/includes/classes/class-es-import-subscribers.php:385
1777
- msgid "Import Contacts"
1778
- msgstr ""
1779
-
1780
  #: lite/includes/classes/class-es-contacts-table.php:147
1781
  #: lite/includes/classes/class-es-export-subscribers.php:72
1782
  #: lite/includes/classes/class-es-export-subscribers.php:162
@@ -1839,7 +1898,7 @@ msgstr ""
1839
  #: lite/includes/classes/class-es-contacts-table.php:554
1840
  #: lite/includes/classes/class-es-export-subscribers.php:157
1841
  #: lite/includes/classes/class-es-handle-sync-wp-user.php:216
1842
- #: lite/includes/classes/class-es-import-subscribers.php:379
1843
  #: lite/includes/classes/class-es-lists-table.php:83
1844
  #: lite/includes/classes/class-es-lists-table.php:276
1845
  msgid "Audience "
@@ -1866,8 +1925,8 @@ msgid "Enter last name"
1866
  msgstr ""
1867
 
1868
  #: lite/includes/classes/class-es-contacts-table.php:776
1869
- #: lite/includes/pro-features.php:897
1870
- #: pro/pro-class-email-subscribers.php:819
1871
  msgid "Enter email"
1872
  msgstr ""
1873
 
@@ -1880,14 +1939,14 @@ msgid "Save Contact"
1880
  msgstr ""
1881
 
1882
  #: lite/includes/classes/class-es-contacts-table.php:832
1883
- #: lite/includes/classes/class-es-forms-table.php:549
1884
  #: lite/includes/classes/class-es-lists-table.php:321
1885
  #: lite/includes/classes/class-es-post-notifications.php:429
1886
  msgid "Save Changes"
1887
  msgstr ""
1888
 
1889
  #: lite/includes/classes/class-es-contacts-table.php:839
1890
- #: lite/includes/classes/class-es-forms-table.php:553
1891
  #: lite/includes/classes/class-es-lists-table.php:325
1892
  #: lite/includes/classes/class-es-post-notifications.php:432
1893
  msgid "Cancel"
@@ -1913,7 +1972,7 @@ msgid "<a href=\"?page=%1$s&action=%2$s&subscriber=%3$s&_wpnonce=%4$s\" class=\"
1913
  msgstr ""
1914
 
1915
  #: lite/includes/classes/class-es-contacts-table.php:1061
1916
- #: lite/includes/classes/class-es-forms-table.php:920
1917
  #: lite/includes/classes/class-es-lists-table.php:593
1918
  #: lite/includes/classes/class-es-reports-table.php:211
1919
  #: lite/includes/classes/class-es-reports-table.php:296
@@ -1981,73 +2040,73 @@ msgstr ""
1981
  msgid "Contact(s) added to list successfully!"
1982
  msgstr ""
1983
 
1984
- #: lite/includes/classes/class-es-cron.php:260
1985
  msgid "Email Subscribers Cronjob Interval"
1986
  msgstr ""
1987
 
1988
- #: lite/includes/classes/class-es-cron.php:265
1989
  msgid "Two minutes"
1990
  msgstr ""
1991
 
1992
- #: lite/includes/classes/class-es-cron.php:270
1993
  msgid "Fifteen minutes"
1994
  msgstr ""
1995
 
1996
- #: lite/includes/classes/class-es-cron.php:303
1997
  msgid "10 minutes"
1998
  msgstr ""
1999
 
2000
- #: lite/includes/classes/class-es-cron.php:304
2001
  msgid "15 minutes"
2002
  msgstr ""
2003
 
2004
- #: lite/includes/classes/class-es-cron.php:305
2005
  msgid "20 minutes"
2006
  msgstr ""
2007
 
2008
- #: lite/includes/classes/class-es-cron.php:306
2009
  msgid "25 minutes"
2010
  msgstr ""
2011
 
2012
- #: lite/includes/classes/class-es-cron.php:307
2013
  msgid "30 minutes"
2014
  msgstr ""
2015
 
2016
- #: lite/includes/classes/class-es-cron.php:621
2017
  msgid "Emails sent successfully!"
2018
  msgstr ""
2019
 
2020
- #: lite/includes/classes/class-es-cron.php:622
2021
  msgid "Emails not found."
2022
  msgstr ""
2023
 
2024
- #: lite/includes/classes/class-es-cron.php:623
2025
  msgid "No notifications found to send."
2026
  msgstr ""
2027
 
2028
- #: lite/includes/classes/class-es-cron.php:624
2029
- #: lite/includes/classes/class-es-cron.php:625
2030
- #: lite/includes/classes/class-es-cron.php:626
2031
  msgid "Invalid GUID."
2032
  msgstr ""
2033
 
2034
- #: lite/includes/classes/class-es-cron.php:627
2035
  msgid "Not allowed to process request."
2036
  msgstr ""
2037
 
2038
- #: lite/includes/classes/class-es-cron.php:628
2039
  msgid "GUID is empty."
2040
  msgstr ""
2041
 
2042
- #: lite/includes/classes/class-es-cron.php:629
2043
  msgid "Please try after sometime."
2044
  msgstr ""
2045
 
2046
- #: lite/includes/classes/class-es-cron.php:630
2047
  msgid "You have hit your hourly email sending limit. Please try after sometime."
2048
  msgstr ""
2049
 
2050
- #: lite/includes/classes/class-es-cron.php:631
2051
  msgid "Cron lock enabled. Please try after sometime."
2052
  msgstr ""
2053
 
@@ -2086,18 +2145,18 @@ msgid "Export the Subscribers"
2086
  msgstr ""
2087
 
2088
  #: lite/includes/classes/class-es-export-subscribers.php:337
2089
- #: lite/includes/classes/class-es-import-subscribers.php:553
2090
- #: lite/includes/classes/class-es-import-subscribers.php:644
2091
- #: lite/includes/classes/class-es-import-subscribers.php:1017
2092
- #: lite/includes/classes/class-es-import-subscribers.php:1161
2093
  msgid "First Name"
2094
  msgstr ""
2095
 
2096
  #: lite/includes/classes/class-es-export-subscribers.php:338
2097
- #: lite/includes/classes/class-es-import-subscribers.php:554
2098
- #: lite/includes/classes/class-es-import-subscribers.php:645
2099
- #: lite/includes/classes/class-es-import-subscribers.php:1022
2100
- #: lite/includes/classes/class-es-import-subscribers.php:1162
2101
  msgid "Last Name"
2102
  msgstr ""
2103
 
@@ -2170,193 +2229,197 @@ msgstr ""
2170
  msgid " Edit Form"
2171
  msgstr ""
2172
 
2173
- #: lite/includes/classes/class-es-forms-table.php:340
 
 
 
 
2174
  msgid "Form name"
2175
  msgstr ""
2176
 
2177
- #: lite/includes/classes/class-es-forms-table.php:346
2178
  msgid "Enter form name"
2179
  msgstr ""
2180
 
2181
- #: lite/includes/classes/class-es-forms-table.php:354
2182
  msgid "Description"
2183
  msgstr ""
2184
 
2185
- #: lite/includes/classes/class-es-forms-table.php:360
2186
  msgid "Enter description"
2187
  msgstr ""
2188
 
2189
- #: lite/includes/classes/class-es-forms-table.php:368
2190
  msgid "Form fields"
2191
  msgstr ""
2192
 
2193
- #: lite/includes/classes/class-es-forms-table.php:375
2194
  msgid "Field"
2195
  msgstr ""
2196
 
2197
- #: lite/includes/classes/class-es-forms-table.php:376
2198
  msgid "Show?"
2199
  msgstr ""
2200
 
2201
- #: lite/includes/classes/class-es-forms-table.php:377
2202
  msgid "Required?"
2203
  msgstr ""
2204
 
2205
- #: lite/includes/classes/class-es-forms-table.php:378
2206
  msgid "Label"
2207
  msgstr ""
2208
 
2209
- #: lite/includes/classes/class-es-forms-table.php:379
2210
  msgid "Placeholder"
2211
  msgstr ""
2212
 
2213
- #: lite/includes/classes/class-es-forms-table.php:435
2214
  msgid "Button"
2215
  msgstr ""
2216
 
2217
- #: lite/includes/classes/class-es-forms-table.php:449
2218
  msgid "Contacts will be added into selected list(s)"
2219
  msgstr ""
2220
 
2221
  #. translators: %s: Create list page url
2222
- #: lite/includes/classes/class-es-forms-table.php:466
2223
  msgid "List not found. Please %s"
2224
  msgstr ""
2225
 
2226
  #. translators: %s: Create list page url
2227
- #: lite/includes/classes/class-es-forms-table.php:466
2228
  msgid "create your first list"
2229
  msgstr ""
2230
 
2231
- #: lite/includes/classes/class-es-forms-table.php:477
2232
  msgid "Allow contact to choose list(s)"
2233
  msgstr ""
2234
 
2235
- #: lite/includes/classes/class-es-forms-table.php:478
2236
  msgid "Allow contacts to choose list(s) in which they want to subscribe."
2237
  msgstr ""
2238
 
2239
- #: lite/includes/classes/class-es-forms-table.php:511
2240
  msgid "Show GDPR consent checkbox"
2241
  msgstr ""
2242
 
2243
- #: lite/includes/classes/class-es-forms-table.php:512
2244
  msgid "Show consent checkbox to get the consent of a contact before adding them to list(s)"
2245
  msgstr ""
2246
 
2247
- #: lite/includes/classes/class-es-forms-table.php:539
2248
  msgid "Consent text will show up at subscription form next to consent checkbox."
2249
  msgstr ""
2250
 
2251
- #: lite/includes/classes/class-es-forms-table.php:549
2252
  msgid "Save Form"
2253
  msgstr ""
2254
 
2255
  #. translators: 1: Page 2: Edit Action 3: Form id 4. WP Nonce
2256
- #: lite/includes/classes/class-es-forms-table.php:872
2257
  msgid "<a href=\"?page=%1$s&action=%2$s&form=%3$s&_wpnonce=%4$s\" class=\"text-indigo-600\">Edit</a>"
2258
  msgstr ""
2259
 
2260
  #. translators: 1: Page 2: Delete Action 3: Form id 4. WP Nonce
2261
- #: lite/includes/classes/class-es-forms-table.php:874
2262
  msgid "<a href=\"?page=%1$s&action=%2$s&form=%3$s&_wpnonce=%4$s\" onclick=\"return checkDelete()\">Delete</a>"
2263
  msgstr ""
2264
 
2265
- #: lite/includes/classes/class-es-forms-table.php:890
2266
  msgid "Shortcode"
2267
  msgstr ""
2268
 
2269
- #: lite/includes/classes/class-es-forms-table.php:891
2270
  msgid "Subscribers"
2271
  msgstr ""
2272
 
2273
- #: lite/includes/classes/class-es-forms-table.php:932
2274
  msgid "You do not have permission to delete this form."
2275
  msgstr ""
2276
 
2277
- #: lite/includes/classes/class-es-forms-table.php:939
2278
  msgid "Form deleted successfully!"
2279
  msgstr ""
2280
 
2281
- #: lite/includes/classes/class-es-forms-table.php:954
2282
  msgid "Form(s) deleted successfully!"
2283
  msgstr ""
2284
 
2285
- #: lite/includes/classes/class-es-forms-table.php:957
2286
  msgid "Please select form(s) to delete."
2287
  msgstr ""
2288
 
2289
- #: lite/includes/classes/class-es-forms-table.php:968
2290
  #: lite/includes/classes/class-es-lists-table.php:705
2291
  msgid "Enable"
2292
  msgstr ""
2293
 
2294
- #: lite/includes/classes/class-es-forms-table.php:969
2295
  #: lite/includes/classes/class-es-lists-table.php:706
2296
  msgid "Disable"
2297
  msgstr ""
2298
 
2299
- #: lite/includes/classes/class-es-forms-table.php:985
2300
  msgid "Search Forms"
2301
  msgstr ""
2302
 
2303
- #: lite/includes/classes/class-es-forms-table.php:996
2304
  msgid "No Forms avaliable."
2305
  msgstr ""
2306
 
2307
- #: lite/includes/classes/class-es-handle-subscription.php:520
2308
  #: lite/public/class-email-subscribers-public.php:107
2309
  msgid "Please enter email address"
2310
  msgstr ""
2311
 
2312
- #: lite/includes/classes/class-es-handle-subscription.php:521
2313
  #: lite/public/class-email-subscribers-public.php:108
2314
  msgid "You need to wait for sometime before subscribing again"
2315
  msgstr ""
2316
 
2317
- #: lite/includes/classes/class-es-handle-subscription.php:522
2318
  #: lite/includes/upgrade/es-update-functions.php:750
2319
  #: lite/public/class-email-subscribers-public.php:109
2320
  msgid "Successfully Subscribed."
2321
  msgstr ""
2322
 
2323
- #: lite/includes/classes/class-es-handle-subscription.php:523
2324
  #: lite/public/class-email-subscribers-public.php:111
2325
  msgid "Email Address already exists!"
2326
  msgstr ""
2327
 
2328
- #: lite/includes/classes/class-es-handle-subscription.php:524
2329
  #: lite/public/class-email-subscribers-public.php:112
2330
  msgid "Oops.. Unexpected error occurred."
2331
  msgstr ""
2332
 
2333
- #: lite/includes/classes/class-es-handle-subscription.php:525
2334
  #: lite/public/class-email-subscribers-public.php:113
2335
  msgid "Invalid email address"
2336
  msgstr ""
2337
 
2338
- #: lite/includes/classes/class-es-handle-subscription.php:526
2339
  msgid "Invalid name"
2340
  msgstr ""
2341
 
2342
- #: lite/includes/classes/class-es-handle-subscription.php:527
2343
  #: lite/public/class-email-subscribers-public.php:114
2344
  msgid "Please try after some time"
2345
  msgstr ""
2346
 
2347
- #: lite/includes/classes/class-es-handle-subscription.php:528
2348
  msgid "Oops...unable to add subscriber"
2349
  msgstr ""
2350
 
2351
- #: lite/includes/classes/class-es-handle-subscription.php:529
2352
  msgid "You do not have permission to add subscriber"
2353
  msgstr ""
2354
 
2355
- #: lite/includes/classes/class-es-handle-subscription.php:530
2356
  msgid "Please select the list"
2357
  msgstr ""
2358
 
2359
- #: lite/includes/classes/class-es-handle-subscription.php:531
2360
  msgid "Invalid Captcha"
2361
  msgstr ""
2362
 
@@ -2442,144 +2505,144 @@ msgstr ""
2442
  msgid "from here"
2443
  msgstr ""
2444
 
2445
- #: lite/includes/classes/class-es-import-subscribers.php:141
 
 
 
 
2446
  msgid "Drop your CSV here"
2447
  msgstr ""
2448
 
2449
- #: lite/includes/classes/class-es-import-subscribers.php:142
2450
  msgctxt "Uploader: Drop files here - or - Select Files"
2451
  msgid "or"
2452
  msgstr ""
2453
 
2454
- #: lite/includes/classes/class-es-import-subscribers.php:143
2455
  msgid "Select File"
2456
  msgstr ""
2457
 
2458
- #: lite/includes/classes/class-es-import-subscribers.php:159
2459
  msgid "Enter your API Key"
2460
  msgstr ""
2461
 
2462
- #: lite/includes/classes/class-es-import-subscribers.php:161
2463
  msgid "You need your API key from Mailchimp to import your data."
2464
  msgstr ""
2465
 
2466
- #: lite/includes/classes/class-es-import-subscribers.php:164
2467
  msgid "Click here to get it."
2468
  msgstr ""
2469
 
2470
- #: lite/includes/classes/class-es-import-subscribers.php:177
2471
- #: lite/includes/classes/class-es-import-subscribers.php:275
2472
  #: lite/includes/classes/class-es-newsletters.php:280
2473
  msgid "Next"
2474
  msgstr ""
2475
 
2476
- #: lite/includes/classes/class-es-import-subscribers.php:202
2477
- #: lite/includes/classes/class-es-import-subscribers.php:317
2478
  #: lite/includes/classes/class-es-post-notifications.php:327
2479
  msgid "Select list"
2480
  msgstr ""
2481
 
2482
- #: lite/includes/classes/class-es-import-subscribers.php:204
2483
  msgid "Select all the lists that you want to import from MailChimp"
2484
  msgstr ""
2485
 
2486
- #: lite/includes/classes/class-es-import-subscribers.php:231
2487
  msgid "Select the status of the contacts that you want to import from MailChimp"
2488
  msgstr ""
2489
 
2490
- #: lite/includes/classes/class-es-import-subscribers.php:243
2491
  msgid "Import with status \"subscribed\""
2492
  msgstr ""
2493
 
2494
- #: lite/includes/classes/class-es-import-subscribers.php:251
2495
  msgid "Import with status \"pending\""
2496
  msgstr ""
2497
 
2498
- #: lite/includes/classes/class-es-import-subscribers.php:259
2499
  msgid "Import with status \"unsubscribed\""
2500
  msgstr ""
2501
 
2502
- #: lite/includes/classes/class-es-import-subscribers.php:267
2503
  msgid "Import with status \"cleaned\""
2504
  msgstr ""
2505
 
2506
- #: lite/includes/classes/class-es-import-subscribers.php:298
2507
  msgid "Select status"
2508
  msgstr ""
2509
 
2510
- #: lite/includes/classes/class-es-import-subscribers.php:348
2511
- msgid "Import"
2512
- msgstr ""
2513
-
2514
- #: lite/includes/classes/class-es-import-subscribers.php:555
2515
  msgid "Nick Name"
2516
  msgstr ""
2517
 
2518
- #: lite/includes/classes/class-es-import-subscribers.php:556
2519
  msgid "Display Name"
2520
  msgstr ""
2521
 
2522
- #: lite/includes/classes/class-es-import-subscribers.php:646
2523
  msgid "(First Name) (Last Name)"
2524
  msgstr ""
2525
 
2526
- #: lite/includes/classes/class-es-import-subscribers.php:647
2527
  msgid "(Last Name) (First Name)"
2528
  msgstr ""
2529
 
2530
- #: lite/includes/classes/class-es-import-subscribers.php:650
2531
- #: lite/includes/classes/class-es-import-subscribers.php:1164
2532
  msgid "List Name"
2533
  msgstr ""
2534
 
2535
- #: lite/includes/classes/class-es-import-subscribers.php:659
2536
  msgid "Select columns for mapping"
2537
  msgstr ""
2538
 
2539
- #: lite/includes/classes/class-es-import-subscribers.php:662
2540
  msgid "Define which column represents which field"
2541
  msgstr ""
2542
 
2543
- #: lite/includes/classes/class-es-import-subscribers.php:679
2544
  msgid "Ignore column"
2545
  msgstr ""
2546
 
2547
  #. translators: %s: Hidden contacts count
2548
- #: lite/includes/classes/class-es-import-subscribers.php:718
2549
  msgid "%s contacts are hidden"
2550
  msgstr ""
2551
 
2552
- #: lite/includes/classes/class-es-import-subscribers.php:785
2553
  msgid "Email address is invalid."
2554
  msgstr ""
2555
 
2556
- #: lite/includes/classes/class-es-import-subscribers.php:786
2557
  msgid "Email address is empty."
2558
  msgstr ""
2559
 
2560
- #: lite/includes/classes/class-es-import-subscribers.php:787
2561
  msgid "Duplicate email in the CSV file. Only the first record imported."
2562
  msgstr ""
2563
 
2564
- #: lite/includes/classes/class-es-import-subscribers.php:815
2565
  msgid "Unubscribed"
2566
  msgstr ""
2567
 
2568
- #: lite/includes/classes/class-es-import-subscribers.php:817
2569
- #: lite/includes/classes/class-es-import-subscribers.php:1173
2570
  msgid "Hard Bounced"
2571
  msgstr ""
2572
 
2573
  #. translators: 1. Total imported contacts 2. Total contacts
2574
- #: lite/includes/classes/class-es-import-subscribers.php:1007
2575
  msgid "%1$s of %2$s contacts imported"
2576
  msgstr ""
2577
 
2578
- #: lite/includes/classes/class-es-import-subscribers.php:1011
2579
  msgid "The following contacts were skipped"
2580
  msgstr ""
2581
 
2582
- #: lite/includes/classes/class-es-import-subscribers.php:1026
2583
  msgid "Reason"
2584
  msgstr ""
2585
 
@@ -2740,65 +2803,69 @@ msgstr ""
2740
  msgid "Send"
2741
  msgstr ""
2742
 
2743
- #: lite/includes/classes/class-es-newsletters.php:349
 
 
 
 
2744
  msgid "From Name"
2745
  msgstr ""
2746
 
2747
- #: lite/includes/classes/class-es-newsletters.php:353
2748
  msgid "From Email"
2749
  msgstr ""
2750
 
2751
- #: lite/includes/classes/class-es-newsletters.php:357
2752
  msgid "Reply To"
2753
  msgstr ""
2754
 
2755
- #: lite/includes/classes/class-es-newsletters.php:362
2756
  msgid "Message"
2757
  msgstr ""
2758
 
2759
- #: lite/includes/classes/class-es-newsletters.php:380
2760
  msgid "Design template"
2761
  msgstr ""
2762
 
2763
- #: lite/includes/classes/class-es-newsletters.php:396
2764
  msgid "Total recipients:"
2765
  msgstr ""
2766
 
2767
- #: lite/includes/classes/class-es-newsletters.php:406
2768
- #: lite/includes/classes/class-es-newsletters.php:434
2769
  #: lite/includes/classes/class-es-reports-table.php:212
2770
  #: pro/classes/class-es-pro-sequence-report.php:269
2771
  msgid "Preview"
2772
  msgstr ""
2773
 
2774
- #: lite/includes/classes/class-es-newsletters.php:409
2775
  msgid "Browser"
2776
  msgstr ""
2777
 
2778
- #: lite/includes/classes/class-es-newsletters.php:420
2779
  #: lite/includes/classes/class-es-reports-table.php:473
2780
  msgid "There could be a slight variation on how your customer will view the email content."
2781
  msgstr ""
2782
 
2783
- #: lite/includes/classes/class-es-newsletters.php:424
2784
  #: lite/includes/classes/class-es-reports-table.php:477
2785
  #: lite/includes/premium-services-ui/class-ig-es-premium-services-ui.php:236
2786
  msgid "Close"
2787
  msgstr ""
2788
 
2789
- #: lite/includes/classes/class-es-newsletters.php:437
2790
  msgid "Email sent successfully "
2791
  msgstr ""
2792
 
2793
- #: lite/includes/classes/class-es-newsletters.php:438
2794
  msgid "Something went wrong. Please try again later"
2795
  msgstr ""
2796
 
2797
- #: lite/includes/classes/class-es-newsletters.php:455
2798
  msgid "Email Content Preview"
2799
  msgstr ""
2800
 
2801
- #: lite/includes/classes/class-es-newsletters.php:495
2802
  msgid "Open tracking"
2803
  msgstr ""
2804
 
@@ -3020,13 +3087,13 @@ msgstr ""
3020
 
3021
  #: lite/includes/classes/class-es-widget.php:50
3022
  #: lite/includes/feedback.php:231
3023
- #: starter/starter-class-email-subscribers.php:400
3024
  msgid "Yes"
3025
  msgstr ""
3026
 
3027
  #: lite/includes/classes/class-es-widget.php:51
3028
  #: lite/includes/feedback.php:232
3029
- #: starter/starter-class-email-subscribers.php:400
3030
  msgid "No"
3031
  msgstr ""
3032
 
@@ -3167,7 +3234,7 @@ msgstr ""
3167
 
3168
  #: lite/includes/premium-services-ui/class-ig-es-premium-services-ui.php:184
3169
  #: lite/includes/premium-services-ui/class-ig-es-premium-services-ui.php:212
3170
- #: lite/includes/pro-features.php:964
3171
  msgid "Check"
3172
  msgstr ""
3173
 
@@ -3192,7 +3259,7 @@ msgstr ""
3192
 
3193
  #: lite/includes/premium-services-ui/class-ig-es-premium-services-ui.php:261
3194
  #: lite/includes/premium-services-ui/class-ig-es-premium-services-ui.php:345
3195
- #: lite/includes/pro-features.php:947
3196
  msgid "UTM tracking"
3197
  msgstr ""
3198
 
@@ -3210,274 +3277,274 @@ msgstr ""
3210
  msgid "This will be appended to every URL in this template with parameters: utm_source=es&utm_medium=email&utm_campaign=campaign_name"
3211
  msgstr ""
3212
 
3213
- #: lite/includes/pro-features.php:133
3214
  msgid "Customize user roles permissions with "
3215
  msgstr ""
3216
 
3217
- #: lite/includes/pro-features.php:142
3218
- #: starter/starter-class-email-subscribers.php:626
3219
  msgid "Roles"
3220
  msgstr ""
3221
 
3222
- #: lite/includes/pro-features.php:147
3223
- #: starter/starter-class-email-subscribers.php:631
3224
  msgid "Sequences"
3225
  msgstr ""
3226
 
3227
- #: lite/includes/pro-features.php:205
3228
- #: starter/starter-class-email-subscribers.php:597
3229
  msgid "User Roles"
3230
  msgstr ""
3231
 
3232
- #: lite/includes/pro-features.php:232
3233
- #: pro/pro-class-email-subscribers.php:866
3234
  msgid "Track clicks"
3235
  msgstr ""
3236
 
3237
  #. translators: %s: Icegram Pricing page url with utm tracking
3238
- #: lite/includes/pro-features.php:239
3239
  msgid "Track key insight behaviour with PRO"
3240
  msgstr ""
3241
 
3242
- #: lite/includes/pro-features.php:240
3243
  msgid "Enable Link Tracking, UTM tracking and understand customer behavior to plan your next campaign accordingly."
3244
  msgstr ""
3245
 
3246
- #: lite/includes/pro-features.php:250
3247
  msgid "UTM Tracking"
3248
  msgstr ""
3249
 
3250
- #: lite/includes/pro-features.php:274
3251
- #: starter/starter-class-email-subscribers.php:445
3252
  msgid "Block known attackers"
3253
  msgstr ""
3254
 
3255
- #: lite/includes/pro-features.php:275
3256
- #: starter/starter-class-email-subscribers.php:446
3257
  msgid "Stop known spam bot attacker domains from signing up. Keeps this list up-to-date with Icegram servers."
3258
  msgstr ""
3259
 
3260
  #. translators: %s: Icegram Pricing page url with utm tracking
3261
- #: lite/includes/pro-features.php:282
3262
  msgid "Prevent spam attacks with PRO"
3263
  msgstr ""
3264
 
3265
- #: lite/includes/pro-features.php:283
3266
  msgid "Secure your list from known spam bot attacker domains, fake email addresses and bot signups."
3267
  msgstr ""
3268
 
3269
- #: lite/includes/pro-features.php:288
3270
- #: starter/starter-class-email-subscribers.php:453
3271
  msgid "Block temporary / fake emails"
3272
  msgstr ""
3273
 
3274
- #: lite/includes/pro-features.php:289
3275
- #: starter/starter-class-email-subscribers.php:454
3276
  msgid "Plenty of sites provide disposable / fake / temporary email addresses. People use them when they don't want to give you their real email. Block these to keep your list clean. Automatically updated."
3277
  msgstr ""
3278
 
3279
- #: lite/includes/pro-features.php:300
3280
- #: starter/starter-class-email-subscribers.php:462
3281
  msgid "Enable Captcha"
3282
  msgstr ""
3283
 
3284
- #: lite/includes/pro-features.php:301
3285
  msgid "Show a captcha in subscription forms to protect from bot signups."
3286
  msgstr ""
3287
 
3288
- #: lite/includes/pro-features.php:325
3289
- #: pro/pro-class-email-subscribers.php:874
3290
  msgid "Track IP address"
3291
  msgstr ""
3292
 
3293
- #: lite/includes/pro-features.php:326
3294
  msgid "Store IP address on subscription"
3295
  msgstr ""
3296
 
3297
  #. translators: %s: Icegram Pricing page url with utm tracking
3298
- #: lite/includes/pro-features.php:333
3299
  msgid "Track subscribers IP addresses with PRO"
3300
  msgstr ""
3301
 
3302
- #: lite/includes/pro-features.php:334
3303
  msgid "Enable IP tracking to store IP addresses and country name of subscribers. With this, you can target campaigns like Broadcasts, Sequences to subscribers from specific countries."
3304
  msgstr ""
3305
 
3306
- #: lite/includes/pro-features.php:350
3307
  #: starter/starter-class-es-integrations.php:63
3308
  msgid "Comments"
3309
  msgstr ""
3310
 
3311
- #: lite/includes/pro-features.php:361
3312
  #: starter/starter-class-es-integrations.php:73
3313
  msgid "WooCommerce"
3314
  msgstr ""
3315
 
3316
- #: lite/includes/pro-features.php:371
3317
  #: starter/starter-class-es-integrations.php:91
3318
  msgid "Contact Form 7"
3319
  msgstr ""
3320
 
3321
- #: lite/includes/pro-features.php:381
3322
  #: starter/starter-class-es-integrations.php:100
3323
  msgid "WPForms"
3324
  msgstr ""
3325
 
3326
- #: lite/includes/pro-features.php:391
3327
  #: starter/starter-class-es-integrations.php:109
3328
  msgid "Give"
3329
  msgstr ""
3330
 
3331
- #: lite/includes/pro-features.php:401
3332
  #: starter/starter-class-es-integrations.php:118
3333
  msgid "Ninja Forms"
3334
  msgstr ""
3335
 
3336
- #: lite/includes/pro-features.php:411
3337
  #: starter/starter-class-es-integrations.php:82
3338
  msgid "EDD"
3339
  msgstr ""
3340
 
3341
- #: lite/includes/pro-features.php:439
3342
  msgid "Sync Comment Users"
3343
  msgstr ""
3344
 
3345
- #: lite/includes/pro-features.php:440
3346
  msgid "Quickly add to your mailing list when someone post a comment on your website."
3347
  msgstr ""
3348
 
3349
- #: lite/includes/pro-features.php:441
3350
- #: lite/includes/pro-features.php:474
3351
- #: lite/includes/pro-features.php:511
3352
- #: lite/includes/pro-features.php:547
3353
- #: lite/includes/pro-features.php:583
3354
- #: lite/includes/pro-features.php:619
3355
- #: lite/includes/pro-features.php:655
3356
  msgid "How to setup?"
3357
  msgstr ""
3358
 
3359
- #: lite/includes/pro-features.php:442
3360
- #: lite/includes/pro-features.php:475
3361
- #: lite/includes/pro-features.php:512
3362
- #: lite/includes/pro-features.php:548
3363
- #: lite/includes/pro-features.php:584
3364
- #: lite/includes/pro-features.php:620
3365
- #: lite/includes/pro-features.php:656
3366
  msgid "Once you upgrade to "
3367
  msgstr ""
3368
 
3369
- #: lite/includes/pro-features.php:442
3370
- #: lite/includes/pro-features.php:449
3371
- #: lite/includes/pro-features.php:475
3372
- #: lite/includes/pro-features.php:483
3373
- #: lite/includes/pro-features.php:514
3374
- #: lite/includes/pro-features.php:550
3375
- #: lite/includes/pro-features.php:586
3376
- #: lite/includes/pro-features.php:591
3377
- #: lite/includes/pro-features.php:622
3378
- #: lite/includes/pro-features.php:658
3379
  msgid "Email Subscribers Starter"
3380
  msgstr ""
3381
 
3382
- #: lite/includes/pro-features.php:444
3383
  msgid ""
3384
  "you will have settings panel where you need to enable Comment user sync and select the list in which you want to add people whenever someone post a\n"
3385
  "\t\tcomment."
3386
  msgstr ""
3387
 
3388
- #: lite/includes/pro-features.php:449
3389
- #: lite/includes/pro-features.php:483
3390
- #: lite/includes/pro-features.php:519
3391
- #: lite/includes/pro-features.php:555
3392
- #: lite/includes/pro-features.php:591
3393
- #: lite/includes/pro-features.php:627
3394
- #: lite/includes/pro-features.php:663
3395
  msgid "Checkout "
3396
  msgstr ""
3397
 
3398
- #: lite/includes/pro-features.php:449
3399
  msgid "now"
3400
  msgstr ""
3401
 
3402
- #: lite/includes/pro-features.php:472
3403
  msgid "Sync WooCommerce Customers"
3404
  msgstr ""
3405
 
3406
- #: lite/includes/pro-features.php:473
3407
  msgid "Are you using WooCommerce for your online business? You can use this integration to add to a specific list whenever someone make a purchase from you"
3408
  msgstr ""
3409
 
3410
- #: lite/includes/pro-features.php:477
3411
  msgid ""
3412
  "you will have settings panel where you need to enable WooCommerce sync and select the list in which you want to add people whenever they\n"
3413
  "\t\t\tpurchase something\n"
3414
  "\t\t\tfrom you."
3415
  msgstr ""
3416
 
3417
- #: lite/includes/pro-features.php:483
3418
- #: lite/includes/pro-features.php:591
3419
  msgid " Now"
3420
  msgstr ""
3421
 
3422
- #: lite/includes/pro-features.php:509
3423
  msgid "Sync Contact Form 7 users"
3424
  msgstr ""
3425
 
3426
- #: lite/includes/pro-features.php:510
3427
  msgid "Are you using Contact Form 7 for your list building? You can use this integration to add to a specific list whenever new subscribers added from Contact Form 7"
3428
  msgstr ""
3429
 
3430
- #: lite/includes/pro-features.php:517
3431
  msgid "you will have settings panel where you need to enable Contact form 7 sync and select the list in which you want to add people whenever they fill any of the Contact Form."
3432
  msgstr ""
3433
 
3434
- #: lite/includes/pro-features.php:545
3435
- #: lite/includes/pro-features.php:581
3436
  msgid "Sync Donors"
3437
  msgstr ""
3438
 
3439
- #: lite/includes/pro-features.php:546
3440
  msgid "We found that you are using Give WordPress plugin to collect donations. Now, with this integration, you can add your donors to any of your subscriber list and send them Newsletters in future."
3441
  msgstr ""
3442
 
3443
- #: lite/includes/pro-features.php:553
3444
  msgid "you will have settings panel where you need to enable Give integration and select the list in which you want to add people whenever they make donation."
3445
  msgstr ""
3446
 
3447
- #: lite/includes/pro-features.php:582
3448
  msgid "Are you using Give WordPress plugin to collect donations? Want to send Thank You email to them? You can use this integration to be in touch with them."
3449
  msgstr ""
3450
 
3451
- #: lite/includes/pro-features.php:589
3452
- #: lite/includes/pro-features.php:625
3453
  msgid "you will have settings panel where you need to enable Give sync and select the list in which you want to add people whenever they make donation."
3454
  msgstr ""
3455
 
3456
- #: lite/includes/pro-features.php:617
3457
  msgid "Sync Contacts"
3458
  msgstr ""
3459
 
3460
- #: lite/includes/pro-features.php:618
3461
  msgid "We found that you are using Ninja Forms. Want to add your contact to a mailing list? You can use this integration to add your contact to add into mailing list"
3462
  msgstr ""
3463
 
3464
- #: lite/includes/pro-features.php:653
3465
  msgid "Sync Customers"
3466
  msgstr ""
3467
 
3468
- #: lite/includes/pro-features.php:654
3469
  msgid "We found that you are using EDD to sell digital goods online. You can use this integration to send Newsletters/ Post Notifications to your customers."
3470
  msgstr ""
3471
 
3472
- #: lite/includes/pro-features.php:661
3473
  msgid "you will have settings panel where you need to enable EDD sync and select the list in which you want to add people whenever they purchase something from you."
3474
  msgstr ""
3475
 
3476
- #: lite/includes/pro-features.php:683
3477
  msgid "ES PRO Integrations"
3478
  msgstr ""
3479
 
3480
- #: lite/includes/pro-features.php:719
3481
  msgid ""
3482
  "<div class=\"flex items-start space-x-3 -ml-8\">\n"
3483
  "\t\t\t <div class=\"flex-shrink-0 h-5 w-5 relative flex justify-center\">\n"
@@ -3486,32 +3553,32 @@ msgid ""
3486
  "\t\t\t <p class=\"text-sm leading-5 py-0.5 text-gray-500 group-hover:text-gray-900 group-focus:text-gray-900 transition ease-in-out duration-150\">"
3487
  msgstr ""
3488
 
3489
- #: lite/includes/pro-features.php:726
3490
  msgid "</div><br>Avoid manual actions and make your workflow quick, simple and effortless by integrating popular WordPress plugins with Email Subscribers PRO."
3491
  msgstr ""
3492
 
3493
- #: lite/includes/pro-features.php:728
3494
  msgid "Unlock plugin integrations with PRO"
3495
  msgstr ""
3496
 
3497
- #: lite/includes/pro-features.php:770
3498
  msgid "Protect your subscription list now with PRO"
3499
  msgstr ""
3500
 
3501
- #: lite/includes/pro-features.php:772
3502
  msgid "Get a gatekeeper like <b class=\"font-medium text-teal-800\">Captcha</b> and prevent bot signups from your subscription form."
3503
  msgstr ""
3504
 
3505
- #: lite/includes/pro-features.php:785
3506
- #: starter/starter-class-email-subscribers.php:1209
3507
  msgid "Show a captcha to protect from bot signups."
3508
  msgstr ""
3509
 
3510
- #: lite/includes/pro-features.php:819
3511
  msgid "Enable multiple lists & post digest with PRO"
3512
  msgstr ""
3513
 
3514
- #: lite/includes/pro-features.php:821
3515
  msgid ""
3516
  "<div class=\"flex items-start space-x-3 -ml-8\">\n"
3517
  "\t\t\t <div class=\"flex-shrink-0 h-5 w-5 relative flex justify-center\">\n"
@@ -3529,257 +3596,257 @@ msgid ""
3529
  "\t\t\t </div>"
3530
  msgstr ""
3531
 
3532
- #: lite/includes/pro-features.php:841
3533
  #: pro/pro-class-post-digest.php:65
3534
  msgid "Is a post digest?"
3535
  msgstr ""
3536
 
3537
- #: lite/includes/pro-features.php:858
3538
  #: pro/pro-class-post-digest.php:104
3539
  msgid "Schedules at"
3540
  msgstr ""
3541
 
3542
- #: lite/includes/pro-features.php:860
3543
  #: pro/pro-class-post-digest.php:105
3544
  msgid "When to send?"
3545
  msgstr ""
3546
 
3547
- #: lite/includes/pro-features.php:867
3548
  msgid "Once a day at"
3549
  msgstr ""
3550
 
3551
- #: lite/includes/pro-features.php:870
3552
  msgid "12:00 pm"
3553
  msgstr ""
3554
 
3555
- #: lite/includes/pro-features.php:916
3556
  msgid "Reduce the possibility to land in spam with PRO"
3557
  msgstr ""
3558
 
3559
- #: lite/includes/pro-features.php:924
3560
- #: pro/pro-class-email-subscribers.php:703
3561
  msgid "Link tracking"
3562
  msgstr ""
3563
 
3564
- #: lite/includes/pro-features.php:962
3565
  msgid "Get spam score"
3566
  msgstr ""
3567
 
3568
- #: lite/includes/pro-features.php:973
3569
- #: pro/pro-class-email-subscribers.php:747
3570
  msgid "Send options"
3571
  msgstr ""
3572
 
3573
- #: lite/includes/pro-features.php:976
3574
- #: pro/pro-class-email-subscribers.php:750
3575
  msgid "Schedule for later"
3576
  msgstr ""
3577
 
3578
- #: lite/includes/pro-features.php:983
3579
  #: lite/includes/workflows/admin/views/meta-box-timing.php:82
3580
  #: lite/includes/workflows/fields/class-es-date.php:31
3581
- #: pro/pro-class-email-subscribers.php:763
3582
  msgid "Date"
3583
  msgstr ""
3584
 
3585
- #: lite/includes/pro-features.php:992
3586
  #: lite/includes/workflows/fields/class-es-time.php:64
3587
- #: pro/pro-class-email-subscribers.php:774
3588
  msgid "Time"
3589
  msgstr ""
3590
 
3591
- #: lite/includes/pro-features.php:1002
3592
- #: pro/pro-class-email-subscribers.php:785
3593
  msgid "Local Time: "
3594
  msgstr ""
3595
 
3596
- #: lite/includes/pro-features.php:1032
3597
  msgid "Get campaign analytics with PRO"
3598
  msgstr ""
3599
 
3600
- #: lite/includes/pro-features.php:1034
3601
  msgid "Want to track some very useful statistics of your campaigns and improve your future campaign ? Upgrade to <b class=\"font-medium text-teal-800\">Email Subscribers Pro</b> and measure the effectiveness of your campaigns. ."
3602
  msgstr ""
3603
 
3604
- #: lite/includes/pro-features.php:1061
3605
  #: pro/classes/class-es-pro-reports-data.php:317
3606
  msgid "Type: "
3607
  msgstr ""
3608
 
3609
- #: lite/includes/pro-features.php:1064
3610
  #: pro/classes/class-es-pro-reports-data.php:320
3611
  msgid "From: "
3612
  msgstr ""
3613
 
3614
- #: lite/includes/pro-features.php:1065
3615
  msgid "hello@icegram.com"
3616
  msgstr ""
3617
 
3618
- #: lite/includes/pro-features.php:1067
3619
  msgid "List(s): "
3620
  msgstr ""
3621
 
3622
- #: lite/includes/pro-features.php:1068
3623
  msgid "Test, Main "
3624
  msgstr ""
3625
 
3626
- #: lite/includes/pro-features.php:1070
3627
  #: pro/classes/class-es-pro-reports-data.php:338
3628
  msgid "Date: "
3629
  msgstr ""
3630
 
3631
- #: lite/includes/pro-features.php:1071
3632
  msgid "July 1, 2020 10:00 AM"
3633
  msgstr ""
3634
 
3635
- #: lite/includes/pro-features.php:1078
3636
  #: pro/classes/class-es-pro-reports-data.php:347
3637
  msgid "Statistics"
3638
  msgstr ""
3639
 
3640
- #: lite/includes/pro-features.php:1094
3641
  #: pro/classes/class-es-pro-reports-data.php:363
3642
  msgid "Avg Open Rate"
3643
  msgstr ""
3644
 
3645
- #: lite/includes/pro-features.php:1120
3646
  msgid "Open and click activity"
3647
  msgstr ""
3648
 
3649
- #: lite/includes/pro-features.php:1129
3650
  msgid "Country Opens"
3651
  msgstr ""
3652
 
3653
- #: lite/includes/pro-features.php:1132
3654
  msgid "Mail Client Info"
3655
  msgstr ""
3656
 
3657
- #: lite/includes/pro-features.php:1209
3658
- #: lite/includes/pro-features.php:1424
3659
  #: pro/classes/class-es-pro-reports-data.php:556
3660
  #: pro/classes/class-es-pro-reports-data.php:935
3661
  msgid "Mail Client"
3662
  msgstr ""
3663
 
3664
- #: lite/includes/pro-features.php:1238
3665
  msgid "Device Info"
3666
  msgstr ""
3667
 
3668
- #: lite/includes/pro-features.php:1243
3669
  msgid "Browser Info"
3670
  msgstr ""
3671
 
3672
- #: lite/includes/pro-features.php:1248
3673
  msgid "OS Info"
3674
  msgstr ""
3675
 
3676
- #: lite/includes/pro-features.php:1267
3677
  msgid "Link Activity"
3678
  msgstr ""
3679
 
3680
- #: lite/includes/pro-features.php:1274
3681
  #: pro/classes/class-es-pro-reports-data.php:651
3682
  msgid "Link (URL)"
3683
  msgstr ""
3684
 
3685
- #: lite/includes/pro-features.php:1276
3686
  #: pro/classes/class-es-pro-reports-data.php:653
3687
  msgid "Unique Clicks"
3688
  msgstr ""
3689
 
3690
- #: lite/includes/pro-features.php:1278
3691
  #: pro/classes/class-es-pro-reports-data.php:655
3692
  msgid "Total Clicks"
3693
  msgstr ""
3694
 
3695
- #: lite/includes/pro-features.php:1286
3696
  msgid "https://www.icegram.com/automate-workflow-and-reduce-chaos/"
3697
  msgstr ""
3698
 
3699
- #: lite/includes/pro-features.php:1299
3700
  msgid "https://www.icegram.com/how-to-keep-email-out-of-spam-folder/"
3701
  msgstr ""
3702
 
3703
- #: lite/includes/pro-features.php:1413
3704
  msgid "Last 10 Open Activity"
3705
  msgstr ""
3706
 
3707
- #: lite/includes/pro-features.php:1423
3708
  #: pro/classes/class-es-pro-reports-data.php:934
3709
  msgid "Device"
3710
  msgstr ""
3711
 
3712
- #: lite/includes/pro-features.php:1425
3713
  #: pro/classes/class-es-pro-reports-data.php:936
3714
  msgid "OS"
3715
  msgstr ""
3716
 
3717
- #: lite/includes/pro-features.php:1452
3718
  #: pro/classes/class-es-pro-reports-data.php:958
3719
  msgid "Desktop"
3720
  msgstr ""
3721
 
3722
- #: lite/includes/pro-features.php:1461
3723
  #: pro/classes/class-es-pro-reports-data.php:966
3724
  msgid "Tablet"
3725
  msgstr ""
3726
 
3727
- #: lite/includes/pro-features.php:1470
3728
  #: pro/classes/class-es-pro-reports-data.php:974
3729
  msgid "Mobile"
3730
  msgstr ""
3731
 
3732
- #: lite/includes/pro-features.php:1529
3733
- #: pro/pro-class-email-subscribers.php:1599
3734
  msgid "Add Attachments"
3735
  msgstr ""
3736
 
3737
- #: lite/includes/pro-features.php:1559
3738
- #: pro/pro-class-email-subscribers.php:1683
3739
  msgid "Import existing WordPress users"
3740
  msgstr ""
3741
 
3742
- #: lite/includes/pro-features.php:1585
3743
  msgid "is not in List [PRO]"
3744
  msgstr ""
3745
 
3746
- #: lite/includes/pro-features.php:1591
3747
  msgid "Email [PRO]"
3748
  msgstr ""
3749
 
3750
- #: lite/includes/pro-features.php:1595
3751
  msgid "Country [PRO]"
3752
  msgstr ""
3753
 
3754
- #: lite/includes/pro-features.php:1601
3755
  msgid "has received [PRO]"
3756
  msgstr ""
3757
 
3758
- #: lite/includes/pro-features.php:1605
3759
  msgid "has not received [PRO]"
3760
  msgstr ""
3761
 
3762
- #: lite/includes/pro-features.php:1609
3763
  msgid "has received and opened [PRO]"
3764
  msgstr ""
3765
 
3766
- #: lite/includes/pro-features.php:1613
3767
  msgid "has received but not opened [PRO]"
3768
  msgstr ""
3769
 
3770
- #: lite/includes/pro-features.php:1617
3771
  msgid "has received and clicked [PRO]"
3772
  msgstr ""
3773
 
3774
- #: lite/includes/pro-features.php:1621
3775
  msgid "has received and not clicked [PRO]"
3776
  msgstr ""
3777
 
3778
- #: lite/includes/pro-features.php:1642
3779
  msgid "Send Broadcast to specific audience with PRO"
3780
  msgstr ""
3781
 
3782
- #: lite/includes/pro-features.php:1644
3783
  msgid "Now, you can select multiple lists and also filter your subscribers based on their country, emails and whether they have received, opened or clicked a specific campaign or not and then send Broadcast emails to them."
3784
  msgstr ""
3785
 
@@ -4251,7 +4318,7 @@ msgid "Sorry, we couldn't find you. Please contact admin."
4251
  msgstr ""
4252
 
4253
  #: lite/public/class-email-subscribers-public.php:435
4254
- #: starter/starter-class-email-subscribers.php:885
4255
  msgid "is subscribed to our mailing list(s)."
4256
  msgstr ""
4257
 
@@ -4264,7 +4331,7 @@ msgid "You will be unsubscribed from receiving all future emails sent from us."
4264
  msgstr ""
4265
 
4266
  #: lite/public/class-email-subscribers-public.php:450
4267
- #: starter/starter-class-email-subscribers.php:909
4268
  msgid "Unsubscribe"
4269
  msgstr ""
4270
 
@@ -4281,7 +4348,7 @@ msgid "Total Emails In Queue"
4281
  msgstr ""
4282
 
4283
  #: lite/public/partials/cron-message.php:43
4284
- #: pro/pro-class-email-subscribers.php:793
4285
  msgid "Send Now"
4286
  msgstr ""
4287
 
@@ -4503,25 +4570,30 @@ msgstr ""
4503
  msgid "South America (São Paulo)"
4504
  msgstr ""
4505
 
4506
- #: pro/mailers/class-es-mailgun-mailer.php:148
4507
  msgid "Private API key is empty."
4508
  msgstr ""
4509
 
4510
- #: pro/mailers/class-es-mailgun-mailer.php:158
4511
  msgid "Domain name is empty"
4512
  msgstr ""
4513
 
4514
- #: pro/mailers/class-es-mailgun-mailer.php:168
4515
  #: pro/mailers/class-es-sparkpost-mailer.php:84
4516
  msgid "Region is empty"
4517
  msgstr ""
4518
 
4519
- #: pro/mailers/class-es-mailgun-mailer.php:626
4520
- #: pro/mailers/class-es-sendgrid-mailer.php:130
4521
- #: pro/mailers/class-es-sparkpost-mailer.php:136
 
4522
  msgid "An unknown error has occured. Please try again later."
4523
  msgstr ""
4524
 
 
 
 
 
4525
  #: pro/mailers/class-es-sendgrid-mailer.php:82
4526
  #: pro/mailers/class-es-sparkpost-mailer.php:74
4527
  msgid "API key is empty."
@@ -4553,165 +4625,173 @@ msgstr ""
4553
  msgid "Lost"
4554
  msgstr ""
4555
 
4556
- #: pro/pro-class-email-subscribers.php:191
4557
  msgid "Your cart has been restored."
4558
  msgstr ""
4559
 
4560
- #: pro/pro-class-email-subscribers.php:194
4561
  msgid "Your cart could not be restored, it may have expired."
4562
  msgstr ""
4563
 
4564
- #: pro/pro-class-email-subscribers.php:363
4565
  #: pro/pro-class-post-digest.php:25
4566
  msgid "Sequence"
4567
  msgstr ""
4568
 
4569
- #: pro/pro-class-email-subscribers.php:481
4570
  msgid "Please enter an email address."
4571
  msgstr ""
4572
 
4573
- #: pro/pro-class-email-subscribers.php:483
4574
  msgid "Add Attachment"
4575
  msgstr ""
4576
 
4577
  #. translators: %s: Attachmen max file size.
4578
- #: pro/pro-class-email-subscribers.php:485
4579
  msgid "Please attach a file having size lower than %s."
4580
  msgstr ""
4581
 
4582
- #: pro/pro-class-email-subscribers.php:486
4583
  msgid "Are you sure you want to delete this?"
4584
  msgstr ""
4585
 
4586
- #: pro/pro-class-email-subscribers.php:612
4587
  msgid "Clean My List"
4588
  msgstr ""
4589
 
4590
- #: pro/pro-class-email-subscribers.php:613
4591
  msgid "List cleanup is in progress..."
4592
  msgstr ""
4593
 
4594
- #: pro/pro-class-email-subscribers.php:614
4595
  msgid "List cleanup completed successfully."
4596
  msgstr ""
4597
 
4598
- #: pro/pro-class-email-subscribers.php:631
4599
  msgid "Email status"
4600
  msgstr ""
4601
 
4602
- #: pro/pro-class-email-subscribers.php:632
4603
  msgid "Last opened at"
4604
  msgstr ""
4605
 
4606
- #: pro/pro-class-email-subscribers.php:635
4607
  msgid "IP"
4608
  msgstr ""
4609
 
4610
- #: pro/pro-class-email-subscribers.php:831
4611
  msgid "Select page"
4612
  msgstr ""
4613
 
4614
- #: pro/pro-class-email-subscribers.php:844
4615
  msgid "Subscriber will be redirected to selected page once they click on unsubscribe link from the email."
4616
  msgstr ""
4617
 
4618
- #: pro/pro-class-email-subscribers.php:857
4619
  msgid "Subscriber will be redirected to selected page once they click on email confirmation link from the double opt-in (confirmation) email."
4620
  msgstr ""
4621
 
4622
- #: pro/pro-class-email-subscribers.php:900
4623
  msgid "Access Key ID"
4624
  msgstr ""
4625
 
4626
- #: pro/pro-class-email-subscribers.php:913
4627
  msgid "Secret Access Key"
4628
  msgstr ""
4629
 
4630
- #: pro/pro-class-email-subscribers.php:927
4631
  msgid "Closest Region"
4632
  msgstr ""
4633
 
4634
- #: pro/pro-class-email-subscribers.php:929
4635
  msgid "To decrease network latency between your site and Amazon SES and speed up email sending, select the Amazon SES API region which is closest to where your website is hosted."
4636
  msgstr ""
4637
 
4638
- #: pro/pro-class-email-subscribers.php:956
4639
  msgid "Private API Key"
4640
  msgstr ""
4641
 
4642
- #: pro/pro-class-email-subscribers.php:970
4643
  msgid "Domain Name"
4644
  msgstr ""
4645
 
4646
- #: pro/pro-class-email-subscribers.php:981
4647
- #: pro/pro-class-email-subscribers.php:1056
4648
  msgid "United States"
4649
  msgstr ""
4650
 
4651
- #: pro/pro-class-email-subscribers.php:982
4652
- #: pro/pro-class-email-subscribers.php:1057
4653
  msgid "Europe"
4654
  msgstr ""
4655
 
4656
- #: pro/pro-class-email-subscribers.php:988
4657
- #: pro/pro-class-email-subscribers.php:1063
4658
  msgid "Region"
4659
  msgstr ""
4660
 
4661
- #: pro/pro-class-email-subscribers.php:992
4662
  msgid "mailgun.com"
4663
  msgstr ""
4664
 
4665
- #: pro/pro-class-email-subscribers.php:1018
4666
- #: pro/pro-class-email-subscribers.php:1045
4667
  msgid "API Key"
4668
  msgstr ""
4669
 
4670
- #: pro/pro-class-email-subscribers.php:1065
4671
  msgid "Define which endpoint you want to use for sending messages. If you are operating under EU laws, you may be required to use EU region."
4672
  msgstr ""
4673
 
4674
- #: pro/pro-class-email-subscribers.php:1133
 
 
 
 
4675
  msgid "Clicked"
4676
  msgstr ""
4677
 
4678
  #. translators: 1: Page 2: Duplicate action 3: Campaign id 4: Wp nonce
4679
- #: pro/pro-class-email-subscribers.php:1398
4680
  msgid "<a href=\"?page=%1$s&action=%2$s&list=%3$s&_wpnonce=%4$s\">Duplicate</a>"
4681
  msgstr ""
4682
 
4683
- #: pro/pro-class-email-subscribers.php:1419
4684
  msgid "You are not allowed to duplicate campaign."
4685
  msgstr ""
4686
 
4687
- #: pro/pro-class-email-subscribers.php:1434
4688
  msgid "Campaign duplicated !"
4689
  msgstr ""
4690
 
4691
- #: pro/pro-class-email-subscribers.php:1702
4692
  msgid "Import WordPress users with following roles"
4693
  msgstr ""
4694
 
4695
- #: pro/pro-class-email-subscribers.php:1752
4696
  msgid "Proceed"
4697
  msgstr ""
4698
 
4699
- #: pro/pro-class-email-subscribers.php:1806
4700
  msgid "How to configure Mailgun to send emails in the Email Subscribers plugin?"
4701
  msgstr ""
4702
 
4703
- #: pro/pro-class-email-subscribers.php:1828
4704
  msgid "How to configure SendGrid to send emails in the Email Subscribers plugin?"
4705
  msgstr ""
4706
 
4707
- #: pro/pro-class-email-subscribers.php:1850
4708
  msgid "How to configure Sparkpost to send emails in the Email Subscribers plugin?"
4709
  msgstr ""
4710
 
4711
- #: pro/pro-class-email-subscribers.php:1871
4712
  msgid "How to configure Amazon SES to send emails in the Email Subscribers plugin?"
4713
  msgstr ""
4714
 
 
 
 
 
4715
  #: pro/pro-class-post-digest.php:67
4716
  msgid "."
4717
  msgstr ""
@@ -4792,69 +4872,73 @@ msgstr ""
4792
  msgid "Edit Sequence"
4793
  msgstr ""
4794
 
4795
- #: pro/pro-class-sequences.php:99
 
 
 
 
4796
  msgid "Add Sequence name"
4797
  msgstr ""
4798
 
4799
- #: pro/pro-class-sequences.php:100
4800
- #: pro/pro-class-sequences.php:326
4801
  msgid "Save All"
4802
  msgstr ""
4803
 
4804
- #: pro/pro-class-sequences.php:121
4805
  msgid "+ Add Email"
4806
  msgstr ""
4807
 
4808
- #: pro/pro-class-sequences.php:161
4809
- #: pro/pro-class-sequences.php:233
4810
  msgid "Sequence should have atleast one email"
4811
  msgstr ""
4812
 
4813
- #: pro/pro-class-sequences.php:205
4814
  msgid "Sequence added successfully!"
4815
  msgstr ""
4816
 
4817
- #: pro/pro-class-sequences.php:209
4818
  msgid "Sorry, you are not allowed to add sequence."
4819
  msgstr ""
4820
 
4821
- #: pro/pro-class-sequences.php:308
4822
  msgid "Sequence updated successfully!"
4823
  msgstr ""
4824
 
4825
- #: pro/pro-class-sequences.php:312
4826
  msgid "Sorry, you are not allowed to edit sequence."
4827
  msgstr ""
4828
 
4829
- #: pro/pro-class-sequences.php:350
4830
- #: pro/pro-class-sequences.php:435
4831
  msgid " day"
4832
  msgstr ""
4833
 
4834
- #: pro/pro-class-sequences.php:350
4835
- #: pro/pro-class-sequences.php:435
4836
  msgid " days"
4837
  msgstr ""
4838
 
4839
- #: pro/pro-class-sequences.php:355
4840
- #: pro/pro-class-sequences.php:393
4841
  msgid "Welcome"
4842
  msgstr ""
4843
 
4844
- #: pro/pro-class-sequences.php:358
4845
- #: pro/pro-class-sequences.php:361
4846
  msgid "Delete this email"
4847
  msgstr ""
4848
 
4849
- #: pro/pro-class-sequences.php:391
4850
  msgid "Email Subject"
4851
  msgstr ""
4852
 
4853
- #: pro/pro-class-sequences.php:440
4854
  msgid "When to send"
4855
  msgstr ""
4856
 
4857
- #: pro/pro-class-sequences.php:446
4858
  msgid " after subscription"
4859
  msgstr ""
4860
 
@@ -5173,72 +5257,72 @@ msgstr ""
5173
  msgid "You won't receive further emails from us, thank you!"
5174
  msgstr ""
5175
 
5176
- #: starter/starter-class-email-subscribers.php:363
5177
  msgid "SMTP Host"
5178
  msgstr ""
5179
 
5180
- #: starter/starter-class-email-subscribers.php:372
5181
  msgid "SSL"
5182
  msgstr ""
5183
 
5184
- #: starter/starter-class-email-subscribers.php:372
5185
  msgid "TLS"
5186
  msgstr ""
5187
 
5188
- #: starter/starter-class-email-subscribers.php:377
5189
  msgid "Encryption"
5190
  msgstr ""
5191
 
5192
- #: starter/starter-class-email-subscribers.php:391
5193
  msgid "SMTP Port"
5194
  msgstr ""
5195
 
5196
- #: starter/starter-class-email-subscribers.php:405
5197
  msgid "Authentication"
5198
  msgstr ""
5199
 
5200
- #: starter/starter-class-email-subscribers.php:419
5201
  msgid "SMTP Username"
5202
  msgstr ""
5203
 
5204
- #: starter/starter-class-email-subscribers.php:433
5205
  msgid "SMTP Password"
5206
  msgstr ""
5207
 
5208
- #: starter/starter-class-email-subscribers.php:463
5209
  msgid "Set default captcha option for new forms"
5210
  msgstr ""
5211
 
5212
- #: starter/starter-class-email-subscribers.php:482
5213
  msgid "Comment opt-in consent"
5214
  msgstr ""
5215
 
5216
- #: starter/starter-class-email-subscribers.php:483
5217
  msgid "This will show up at comment form next to consent checkbox."
5218
  msgstr ""
5219
 
5220
- #: starter/starter-class-email-subscribers.php:487
5221
  msgid "Comment opt-in Consent"
5222
  msgstr ""
5223
 
5224
- #: starter/starter-class-email-subscribers.php:494
5225
- #: starter/starter-class-email-subscribers.php:498
5226
  msgid "Opt-in consent text"
5227
  msgstr ""
5228
 
5229
- #: starter/starter-class-email-subscribers.php:508
5230
  msgid "Allow user to select list(s) while unsubscribe"
5231
  msgstr ""
5232
 
5233
- #: starter/starter-class-email-subscribers.php:790
5234
  msgid "Please select a list to unsubscribe"
5235
  msgstr ""
5236
 
5237
- #: starter/starter-class-email-subscribers.php:894
5238
  msgid "Unsubscribe from below mailing list(s)"
5239
  msgstr ""
5240
 
5241
- #: starter/starter-class-email-subscribers.php:895
5242
  msgid "Unsubscribe from all the lists"
5243
  msgstr ""
5244
 
2
  # This file is distributed under the same license as the Email Subscribers & Newsletters plugin.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: Email Subscribers & Newsletters 4.7.1\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/email-subscribers\n"
7
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
8
  "Language-Team: LANGUAGE <LL@li.org>\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "POT-Creation-Date: 2021-04-30T11:49:37+05:30\n"
13
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
  "X-Generator: WP-CLI 2.4.0\n"
15
  "X-Domain: email-subscribers\n"
88
  msgstr ""
89
 
90
  #: lite/admin/class-email-subscribers-admin.php:170
91
+ #: pro/pro-class-email-subscribers.php:485
92
  msgid "Please add email body."
93
  msgstr ""
94
 
200
  msgstr ""
201
 
202
  #: lite/admin/class-email-subscribers-admin.php:284
203
+ #: lite/admin/partials/dashboard.php:101
204
  msgid "Dashboard"
205
  msgstr ""
206
 
207
  #: lite/admin/class-email-subscribers-admin.php:289
208
+ #: lite/admin/partials/dashboard.php:108
209
  #: lite/includes/classes/class-es-contacts-table.php:219
210
+ #: lite/includes/pro-features.php:153
211
+ #: starter/starter-class-email-subscribers.php:624
212
  msgid "Audience"
213
  msgstr ""
214
 
215
  #: lite/admin/class-email-subscribers-admin.php:293
216
+ #: lite/includes/classes/class-es-forms-table.php:453
217
  #: lite/includes/classes/class-es-lists-table.php:34
218
  #: lite/includes/classes/class-es-lists-table.php:88
219
  msgid "Lists"
224
  #: lite/includes/classes/class-es-forms-table.php:39
225
  #: lite/includes/classes/class-es-forms-table.php:40
226
  #: lite/includes/classes/class-es-forms-table.php:93
227
+ #: lite/includes/pro-features.php:154
228
+ #: starter/starter-class-email-subscribers.php:625
229
  msgid "Forms"
230
  msgstr ""
231
 
233
  #: lite/includes/classes/class-es-campaigns-table.php:109
234
  #: lite/includes/classes/class-es-newsletters.php:245
235
  #: lite/includes/classes/class-es-newsletters.php:251
236
+ #: lite/includes/pro-features.php:155
237
  #: pro/partials/es-dashboard.php:8
238
+ #: starter/starter-class-email-subscribers.php:626
239
  msgid "Campaigns"
240
  msgstr ""
241
 
248
  #: lite/includes/classes/class-es-newsletters.php:260
249
  #: lite/includes/classes/class-es-reports-table.php:149
250
  #: lite/includes/classes/class-es-templates-table.php:282
251
+ #: lite/includes/pro-features.php:1072
252
  #: lite/public/class-email-subscribers-public.php:471
253
  #: pro/classes/class-es-pro-reports-data.php:142
254
  #: pro/classes/class-es-pro-reports-data.php:193
256
  msgstr ""
257
 
258
  #: lite/admin/class-email-subscribers-admin.php:312
259
+ #: lite/includes/classes/class-es-newsletters.php:424
260
  #: lite/includes/classes/class-es-reports-table.php:472
261
  msgid "Template Preview"
262
  msgstr ""
263
 
264
  #: lite/admin/class-email-subscribers-admin.php:319
265
+ #: lite/includes/pro-features.php:158
266
  #: lite/includes/workflows/admin/class-es-workflow-admin-edit.php:222
267
  #: lite/includes/workflows/class-es-workflows-table.php:53
268
  #: lite/includes/workflows/class-es-workflows-table.php:156
269
+ #: starter/starter-class-email-subscribers.php:629
270
  msgid "Workflows"
271
  msgstr ""
272
 
273
  #: lite/admin/class-email-subscribers-admin.php:328
274
+ #: lite/admin/partials/dashboard.php:239
275
  #: lite/includes/classes/class-es-campaign-report.php:17
276
  #: lite/includes/classes/class-es-reports-table.php:17
277
  #: lite/includes/classes/class-es-reports-table.php:56
278
  #: lite/includes/classes/class-es-reports-table.php:114
279
+ #: lite/includes/pro-features.php:156
280
  #: pro/classes/class-es-pro-sequence-report.php:21
281
  #: pro/classes/class-es-pro-sequence-report.php:44
282
  #: pro/classes/class-es-pro-sequence-report.php:77
283
+ #: starter/starter-class-email-subscribers.php:627
284
  msgid "Reports"
285
  msgstr ""
286
 
287
  #: lite/admin/class-email-subscribers-admin.php:332
288
+ #: lite/admin/partials/dashboard.php:247
289
  #: lite/includes/classes/class-es-admin-settings.php:119
290
  msgid "Settings"
291
  msgstr ""
396
  #: lite/includes/classes/class-es-contacts-table.php:764
397
  #: lite/includes/classes/class-es-contacts-table.php:1026
398
  #: lite/includes/classes/class-es-export-subscribers.php:339
399
+ #: lite/includes/classes/class-es-forms-table.php:387
400
+ #: lite/includes/classes/class-es-import-subscribers.php:557
401
+ #: lite/includes/classes/class-es-import-subscribers.php:648
402
+ #: lite/includes/classes/class-es-import-subscribers.php:1030
403
+ #: lite/includes/classes/class-es-import-subscribers.php:1165
404
+ #: lite/includes/pro-features.php:901
405
+ #: lite/includes/pro-features.php:1432
406
  #: lite/includes/workflows/actions/abstracts/class-ig-es-action-send-email-abstract.php:29
407
  #: lite/public/partials/class-es-shortcode.php:151
408
  #: pro/classes/class-es-pro-campaign-rules.php:35
409
+ #: pro/pro-class-email-subscribers.php:818
410
  #: pro/workflows/actions/class-es-action-send-email.php:29
411
  msgid "Email"
412
  msgstr ""
413
 
414
  #: lite/admin/class-ig-es-campaign-rules.php:594
415
+ #: lite/includes/pro-features.php:1181
416
+ #: lite/includes/pro-features.php:1431
417
  #: pro/classes/class-es-pro-campaign-rules.php:38
418
  #: pro/classes/class-es-pro-reports-data.php:413
419
  msgid "Country"
585
  msgid "New Post Published - {{POSTTITLE}}"
586
  msgstr ""
587
 
588
+ #: lite/admin/partials/dashboard.php:50
589
+ msgid "Add a Subscription Form"
590
+ msgstr ""
591
+
592
+ #: lite/admin/partials/dashboard.php:51
593
+ msgid "Grow subscribers. Add a newsletter signup form to your site."
594
+ msgstr ""
595
+
596
+ #: lite/admin/partials/dashboard.php:52
597
+ #: lite/admin/partials/dashboard.php:117
598
  msgid "Create"
599
  msgstr ""
600
 
601
+ #: lite/admin/partials/dashboard.php:58
602
+ #: lite/includes/classes/class-es-contacts-table.php:138
603
+ #: lite/includes/classes/class-es-import-subscribers.php:390
604
+ msgid "Import Contacts"
605
+ msgstr ""
606
+
607
+ #: lite/admin/partials/dashboard.php:59
608
+ msgid "Coming from another email marketing system? Upload a CSV file to import subscribers."
609
+ msgstr ""
610
+
611
+ #: lite/admin/partials/dashboard.php:60
612
+ #: lite/includes/classes/class-es-import-subscribers.php:353
613
+ msgid "Import"
614
+ msgstr ""
615
+
616
+ #: lite/admin/partials/dashboard.php:66
617
+ msgid "Configure Email Sending"
618
+ msgstr ""
619
+
620
+ #: lite/admin/partials/dashboard.php:67
621
+ msgid " Essential for high email delivery and reaching the inbox. SMTP, email service providers... set it all up."
622
+ msgstr ""
623
+
624
+ #: lite/admin/partials/dashboard.php:68
625
+ msgid "Setup"
626
+ msgstr ""
627
+
628
+ #: lite/admin/partials/dashboard.php:74
629
+ msgid "Send a Newsletter"
630
+ msgstr ""
631
+
632
+ #: lite/admin/partials/dashboard.php:75
633
+ msgid "Broadcast a newsletter campaign to all or selected subscribers."
634
+ msgstr ""
635
+
636
+ #: lite/admin/partials/dashboard.php:76
637
+ msgid "Begin"
638
+ msgstr ""
639
+
640
+ #: lite/admin/partials/dashboard.php:82
641
+ msgid "Create an Auto-responder Sequence"
642
+ msgstr ""
643
+
644
+ #: lite/admin/partials/dashboard.php:83
645
+ msgid "Welcome emails, drip campaigns... Send automatic emails at regular intervals to engage readers."
646
+ msgstr ""
647
+
648
  #: lite/admin/partials/dashboard.php:84
649
+ msgid "Start"
650
+ msgstr ""
651
+
652
+ #: lite/admin/partials/dashboard.php:128
653
  msgid "New Broadcast"
654
  msgstr ""
655
 
656
+ #: lite/admin/partials/dashboard.php:130
657
  msgid "New Post Notification"
658
  msgstr ""
659
 
660
+ #: lite/admin/partials/dashboard.php:133
661
+ #: lite/admin/partials/dashboard.php:135
662
  #: pro/pro-class-sequences.php:48
663
  msgid "New Sequence"
664
  msgstr ""
665
 
666
+ #: lite/admin/partials/dashboard.php:136
667
  msgid "Premium"
668
  msgstr ""
669
 
670
+ #: lite/admin/partials/dashboard.php:141
671
  msgid "New Template"
672
  msgstr ""
673
 
674
+ #: lite/admin/partials/dashboard.php:145
675
  msgid "New Form"
676
  msgstr ""
677
 
678
+ #: lite/admin/partials/dashboard.php:146
679
  msgid "New List"
680
  msgstr ""
681
 
682
+ #: lite/admin/partials/dashboard.php:147
683
  msgid "New Contact"
684
  msgstr ""
685
 
686
+ #: lite/admin/partials/dashboard.php:162
687
  msgid " active contacts"
688
  msgstr ""
689
 
690
+ #: lite/admin/partials/dashboard.php:170
691
  #: lite/includes/classes/class-es-contacts-table.php:325
692
  msgid "Last 60 days"
693
  msgstr ""
694
 
695
+ #: lite/admin/partials/dashboard.php:178
696
+ #: lite/includes/pro-features.php:1184
697
+ #: lite/includes/pro-features.php:1222
698
  #: pro/classes/class-es-pro-reports-data.php:416
699
  #: pro/classes/class-es-pro-reports-data.php:559
700
  #: pro/classes/class-es-pro-reports-data.php:743
702
  msgid "Opens"
703
  msgstr ""
704
 
705
+ #: lite/admin/partials/dashboard.php:186
706
  msgid " Avg Open Rate"
707
  msgstr ""
708
 
709
+ #: lite/admin/partials/dashboard.php:194
710
  msgid "Messages Sent"
711
  msgstr ""
712
 
713
+ #: lite/admin/partials/dashboard.php:202
714
+ #: lite/includes/pro-features.php:1120
715
  #: pro/classes/class-es-pro-reports-data.php:379
716
  msgid "Avg Click Rate"
717
  msgstr ""
718
 
719
+ #: lite/admin/partials/dashboard.php:237
720
  msgid "Jump to: "
721
  msgstr ""
722
 
723
+ #: lite/admin/partials/dashboard.php:243
724
  #: lite/includes/class-email-subscribers-activator.php:43
725
  #: lite/includes/class-email-subscribers-activator.php:44
726
  #: lite/includes/class-email-subscribers-activator.php:49
795
  #: lite/includes/classes/class-es-campaign-report.php:180
796
  #: lite/includes/classes/class-es-campaigns-table.php:619
797
  #: lite/includes/classes/class-es-export-subscribers.php:341
798
+ #: lite/includes/classes/class-es-import-subscribers.php:656
799
+ #: lite/includes/classes/class-es-import-subscribers.php:1168
800
  #: lite/includes/classes/class-es-reports-table.php:230
801
  #: lite/includes/workflows/class-es-workflows-table.php:311
802
  #: pro/classes/class-es-pro-sequence-report.php:297
1014
  msgid "Review"
1015
  msgstr ""
1016
 
1017
+ #: lite/admin/partials/onboarding.php:513
1018
  msgid "documentation"
1019
  msgstr ""
1020
 
1021
+ #: lite/admin/partials/onboarding.php:515
1022
  msgid "if you need any help"
1023
  msgstr ""
1024
 
1025
+ #: lite/admin/partials/onboarding.php:529
1026
+ msgid "Complete setup &amp; take me to \"Dashboard\" →"
1027
  msgstr ""
1028
 
1029
+ #: lite/admin/partials/onboarding.php:565
1030
  msgid "Email sending did not work"
1031
  msgstr ""
1032
 
1033
+ #: lite/admin/partials/onboarding.php:570
1034
  msgid "Here's the error we encountered:"
1035
  msgstr ""
1036
 
1037
+ #: lite/admin/partials/onboarding.php:581
1038
  msgid ""
1039
  "We recommend you solve this problem quickly after completing\n"
1040
  "\t\t\t\t\t the setup. Do make sure emails are getting delivered before\n"
1041
  "\t\t\t\t\t you send any real campaigns."
1042
  msgstr ""
1043
 
1044
+ #: lite/admin/partials/onboarding.php:597
1045
  msgid " Understood, continue for now →"
1046
  msgstr ""
1047
 
1120
  msgstr ""
1121
 
1122
  #. translators: %1$s - constant that was used
1123
+ #: lite/includes/class-email-subscribers.php:1908
1124
  msgid "Value was set using constant %1$s"
1125
  msgstr ""
1126
 
1127
  #: lite/includes/class-es-common.php:187
1128
  #: lite/includes/classes/class-es-contacts-table.php:332
1129
+ #: lite/includes/classes/class-es-import-subscribers.php:819
1130
+ #: lite/includes/classes/class-es-import-subscribers.php:1175
1131
  #: lite/includes/classes/class-es-lists-table.php:560
1132
  msgid "Subscribed"
1133
  msgstr ""
1134
 
1135
  #: lite/includes/class-es-common.php:188
1136
  #: lite/includes/classes/class-es-contacts-table.php:348
1137
+ #: lite/includes/classes/class-es-import-subscribers.php:821
1138
+ #: lite/includes/classes/class-es-import-subscribers.php:1177
1139
  #: lite/includes/classes/class-es-lists-table.php:562
1140
  msgid "Unconfirmed"
1141
  msgstr ""
1142
 
1143
  #: lite/includes/class-es-common.php:189
1144
  #: lite/includes/classes/class-es-contacts-table.php:340
1145
+ #: lite/includes/classes/class-es-import-subscribers.php:1176
1146
  #: lite/includes/classes/class-es-lists-table.php:561
1147
  msgid "Unsubscribed"
1148
  msgstr ""
1149
 
1150
  #: lite/includes/class-es-common.php:212
1151
+ #: lite/includes/classes/class-es-import-subscribers.php:235
1152
  #: lite/includes/classes/class-es-post-notifications.php:372
1153
  msgid "Select Status"
1154
  msgstr ""
1224
  msgstr ""
1225
 
1226
  #: lite/includes/class-es-common.php:1450
1227
+ #: lite/includes/pro-features.php:143
1228
  msgid "Email Subscribers PRO"
1229
  msgstr ""
1230
 
1262
  #: lite/includes/classes/class-es-campaign-report.php:222
1263
  #: lite/includes/classes/class-es-campaigns-table.php:547
1264
  #: lite/includes/classes/class-es-campaigns-table.php:595
1265
+ #: lite/includes/pro-features.php:1065
1266
+ #: lite/includes/pro-features.php:1112
1267
  #: pro/classes/class-es-pro-reports-data.php:284
1268
  #: pro/classes/class-es-pro-reports-data.php:371
1269
  msgid "Sent"
1294
  msgid "All Status"
1295
  msgstr ""
1296
 
1297
+ #: lite/includes/class-es-install.php:822
1298
  #: lite/includes/upgrade/es-update-functions.php:750
1299
  msgid "Your subscription was successful! Kindly check your mailbox and confirm your subscription. If you don't see the email within a few minutes, check the spam/junk folder."
1300
  msgstr ""
1327
  #: lite/includes/classes/class-es-admin-settings.php:193
1328
  #: lite/includes/classes/class-es-campaigns-table.php:614
1329
  #: lite/includes/classes/class-es-contacts-table.php:1025
1330
+ #: lite/includes/classes/class-es-forms-table.php:404
1331
+ #: lite/includes/classes/class-es-forms-table.php:894
1332
  #: lite/includes/classes/class-es-lists-table.php:559
1333
  #: lite/public/partials/class-es-shortcode.php:152
1334
  msgid "Name"
1448
  #: lite/includes/classes/class-es-admin-settings.php:386
1449
  #: lite/includes/classes/class-es-admin-settings.php:419
1450
  #: lite/includes/classes/class-es-admin-settings.php:456
1451
+ #: lite/includes/classes/class-es-newsletters.php:350
1452
  #: lite/includes/classes/class-es-reports-table.php:228
1453
  #: pro/classes/class-es-pro-sequence-report.php:295
1454
  msgid "Subject"
1459
  #: lite/includes/classes/class-es-admin-settings.php:427
1460
  #: lite/includes/classes/class-es-admin-settings.php:467
1461
  #: lite/includes/classes/class-es-newsletters.php:266
1462
+ #: pro/pro-class-sequences.php:402
1463
  msgid "Content"
1464
  msgstr ""
1465
 
1518
  msgstr ""
1519
 
1520
  #: lite/includes/classes/class-es-admin-settings.php:480
 
1521
  msgid "<span class=\"es-send-success es-icon\"></span> We will take care of it. You don't need to visit this URL manually."
1522
  msgstr ""
1523
 
1526
  msgid "You need to visit this URL to send email notifications. Know <a href='%s' target='_blank'>how to run this in background</a>"
1527
  msgstr ""
1528
 
1529
+ #. translators: %s: Link to Icegram Email Sending documentation
1530
+ #: lite/includes/classes/class-es-admin-settings.php:486
1531
+ msgid "<div class=\"mt-2.5 ml-1\"><a class=\"hover:underline text-sm font-medium\" href=\"%s\" target=\"_blank\">How to configure Email Sending →</a></div>"
1532
+ msgstr ""
1533
+
1534
+ #: lite/includes/classes/class-es-admin-settings.php:498
1535
  msgid "Cron URL"
1536
  msgstr ""
1537
 
1538
+ #: lite/includes/classes/class-es-admin-settings.php:507
1539
  msgid "Disable Wordpress Cron"
1540
  msgstr ""
1541
 
1542
+ #: lite/includes/classes/class-es-admin-settings.php:508
1543
  msgid "Check this if you do not want Email Subscribers to use WP Cron to send emails."
1544
  msgstr ""
1545
 
1546
+ #: lite/includes/classes/class-es-admin-settings.php:513
1547
  msgid "Send emails at most every"
1548
  msgstr ""
1549
 
1550
+ #: lite/includes/classes/class-es-admin-settings.php:516
1551
  msgid "Optional if a real cron service is used"
1552
  msgstr ""
1553
 
1554
+ #: lite/includes/classes/class-es-admin-settings.php:526
1555
  msgid "Maximum emails to send in an hour"
1556
  msgstr ""
1557
 
1558
+ #: lite/includes/classes/class-es-admin-settings.php:527
1559
  msgid "Total emails your host can send in an hour."
1560
  msgstr ""
1561
 
1562
+ #: lite/includes/classes/class-es-admin-settings.php:536
1563
  msgid "Maximum emails to send at once"
1564
  msgstr ""
1565
 
1566
+ #: lite/includes/classes/class-es-admin-settings.php:537
1567
  msgid "Maximum emails you want to send on every cron request."
1568
  msgstr ""
1569
 
1570
+ #: lite/includes/classes/class-es-admin-settings.php:548
1571
  msgid "Send test email"
1572
  msgstr ""
1573
 
1574
+ #: lite/includes/classes/class-es-admin-settings.php:549
1575
  msgid "Enter email address to send test email."
1576
  msgstr ""
1577
 
1578
+ #: lite/includes/classes/class-es-admin-settings.php:557
1579
  msgid "Select Mailer"
1580
  msgstr ""
1581
 
1582
+ #: lite/includes/classes/class-es-admin-settings.php:569
1583
+ #: lite/includes/classes/class-es-admin-settings.php:914
1584
  msgid "Pepipost API key"
1585
  msgstr ""
1586
 
1587
+ #: lite/includes/classes/class-es-admin-settings.php:586
1588
  msgid "Select a mailer to send mail"
1589
  msgstr ""
1590
 
1591
+ #: lite/includes/classes/class-es-admin-settings.php:596
1592
  msgid "Blocked domain(s)"
1593
  msgstr ""
1594
 
1595
+ #: lite/includes/classes/class-es-admin-settings.php:598
1596
  msgid "Seeing spam signups from particular domains? Enter domains names (one per line) that you want to block here."
1597
  msgstr ""
1598
 
1599
+ #: lite/includes/classes/class-es-admin-settings.php:811
1600
  msgid "Save Settings"
1601
  msgstr ""
1602
 
1603
+ #: lite/includes/classes/class-es-admin-settings.php:913
1604
  msgid "Signup for Pepipost"
1605
  msgstr ""
1606
 
1607
+ #: lite/includes/classes/class-es-admin-settings.php:914
1608
  msgid "How to find"
1609
  msgstr ""
1610
 
1611
+ #: lite/includes/classes/class-es-admin-settings.php:915
1612
  msgid "Why to choose Pepipost"
1613
  msgstr ""
1614
 
1615
+ #: lite/includes/classes/class-es-admin-settings.php:939
1616
  msgid "Cron Info"
1617
  msgstr ""
1618
 
1619
+ #: lite/includes/classes/class-es-admin-settings.php:1005
1620
  msgid "Event"
1621
  msgstr ""
1622
 
1623
+ #: lite/includes/classes/class-es-admin-settings.php:1006
1624
  msgid "Interval"
1625
  msgstr ""
1626
 
1627
+ #: lite/includes/classes/class-es-admin-settings.php:1007
1628
  msgid "Next Execution"
1629
  msgstr ""
1630
 
1631
  #. translators: %s: Next scheduled time
1632
+ #: lite/includes/classes/class-es-admin-settings.php:1053
1633
  msgid "In %s"
1634
  msgstr ""
1635
 
1639
  #: lite/includes/classes/class-es-campaigns-table.php:441
1640
  #: lite/includes/classes/class-es-campaigns-table.php:469
1641
  #: lite/includes/classes/class-es-reports-table.php:16
1642
+ #: lite/includes/pro-features.php:1057
1643
  #: pro/classes/class-es-pro-reports-data.php:268
1644
  #: pro/classes/class-es-pro-sequence-report.php:20
1645
  msgid "Report"
1677
 
1678
  #: lite/includes/classes/class-es-campaign-report.php:246
1679
  #: lite/includes/classes/class-es-contacts-table.php:356
1680
+ #: lite/includes/pro-features.php:1096
1681
  #: pro/classes/class-es-pro-reports-data.php:355
1682
  #: pro/classes/class-es-pro-reports-data.php:888
1683
+ #: pro/pro-class-email-subscribers.php:1801
1684
  msgid "Opened"
1685
  msgstr ""
1686
 
1749
  msgstr ""
1750
 
1751
  #: lite/includes/classes/class-es-campaigns-table.php:370
1752
+ #: starter/starter-class-email-subscribers.php:369
1753
  msgid "None"
1754
  msgstr ""
1755
 
1786
 
1787
  #: lite/includes/classes/class-es-campaigns-table.php:618
1788
  #: lite/includes/classes/class-es-contacts-table.php:1028
1789
+ #: lite/includes/classes/class-es-forms-table.php:897
1790
  #: lite/includes/classes/class-es-lists-table.php:564
1791
  #: lite/includes/workflows/class-es-workflows-table.php:310
1792
  msgid "Created"
1836
  msgid "Add New Contact"
1837
  msgstr ""
1838
 
 
 
 
 
 
1839
  #: lite/includes/classes/class-es-contacts-table.php:147
1840
  #: lite/includes/classes/class-es-export-subscribers.php:72
1841
  #: lite/includes/classes/class-es-export-subscribers.php:162
1898
  #: lite/includes/classes/class-es-contacts-table.php:554
1899
  #: lite/includes/classes/class-es-export-subscribers.php:157
1900
  #: lite/includes/classes/class-es-handle-sync-wp-user.php:216
1901
+ #: lite/includes/classes/class-es-import-subscribers.php:384
1902
  #: lite/includes/classes/class-es-lists-table.php:83
1903
  #: lite/includes/classes/class-es-lists-table.php:276
1904
  msgid "Audience "
1925
  msgstr ""
1926
 
1927
  #: lite/includes/classes/class-es-contacts-table.php:776
1928
+ #: lite/includes/pro-features.php:907
1929
+ #: pro/pro-class-email-subscribers.php:822
1930
  msgid "Enter email"
1931
  msgstr ""
1932
 
1939
  msgstr ""
1940
 
1941
  #: lite/includes/classes/class-es-contacts-table.php:832
1942
+ #: lite/includes/classes/class-es-forms-table.php:554
1943
  #: lite/includes/classes/class-es-lists-table.php:321
1944
  #: lite/includes/classes/class-es-post-notifications.php:429
1945
  msgid "Save Changes"
1946
  msgstr ""
1947
 
1948
  #: lite/includes/classes/class-es-contacts-table.php:839
1949
+ #: lite/includes/classes/class-es-forms-table.php:558
1950
  #: lite/includes/classes/class-es-lists-table.php:325
1951
  #: lite/includes/classes/class-es-post-notifications.php:432
1952
  msgid "Cancel"
1972
  msgstr ""
1973
 
1974
  #: lite/includes/classes/class-es-contacts-table.php:1061
1975
+ #: lite/includes/classes/class-es-forms-table.php:925
1976
  #: lite/includes/classes/class-es-lists-table.php:593
1977
  #: lite/includes/classes/class-es-reports-table.php:211
1978
  #: lite/includes/classes/class-es-reports-table.php:296
2040
  msgid "Contact(s) added to list successfully!"
2041
  msgstr ""
2042
 
2043
+ #: lite/includes/classes/class-es-cron.php:263
2044
  msgid "Email Subscribers Cronjob Interval"
2045
  msgstr ""
2046
 
2047
+ #: lite/includes/classes/class-es-cron.php:267
2048
  msgid "Two minutes"
2049
  msgstr ""
2050
 
2051
+ #: lite/includes/classes/class-es-cron.php:271
2052
  msgid "Fifteen minutes"
2053
  msgstr ""
2054
 
2055
+ #: lite/includes/classes/class-es-cron.php:307
2056
  msgid "10 minutes"
2057
  msgstr ""
2058
 
2059
+ #: lite/includes/classes/class-es-cron.php:308
2060
  msgid "15 minutes"
2061
  msgstr ""
2062
 
2063
+ #: lite/includes/classes/class-es-cron.php:309
2064
  msgid "20 minutes"
2065
  msgstr ""
2066
 
2067
+ #: lite/includes/classes/class-es-cron.php:310
2068
  msgid "25 minutes"
2069
  msgstr ""
2070
 
2071
+ #: lite/includes/classes/class-es-cron.php:311
2072
  msgid "30 minutes"
2073
  msgstr ""
2074
 
2075
+ #: lite/includes/classes/class-es-cron.php:625
2076
  msgid "Emails sent successfully!"
2077
  msgstr ""
2078
 
2079
+ #: lite/includes/classes/class-es-cron.php:626
2080
  msgid "Emails not found."
2081
  msgstr ""
2082
 
2083
+ #: lite/includes/classes/class-es-cron.php:627
2084
  msgid "No notifications found to send."
2085
  msgstr ""
2086
 
2087
+ #: lite/includes/classes/class-es-cron.php:628
2088
+ #: lite/includes/classes/class-es-cron.php:629
2089
+ #: lite/includes/classes/class-es-cron.php:630
2090
  msgid "Invalid GUID."
2091
  msgstr ""
2092
 
2093
+ #: lite/includes/classes/class-es-cron.php:631
2094
  msgid "Not allowed to process request."
2095
  msgstr ""
2096
 
2097
+ #: lite/includes/classes/class-es-cron.php:632
2098
  msgid "GUID is empty."
2099
  msgstr ""
2100
 
2101
+ #: lite/includes/classes/class-es-cron.php:633
2102
  msgid "Please try after sometime."
2103
  msgstr ""
2104
 
2105
+ #: lite/includes/classes/class-es-cron.php:634
2106
  msgid "You have hit your hourly email sending limit. Please try after sometime."
2107
  msgstr ""
2108
 
2109
+ #: lite/includes/classes/class-es-cron.php:635
2110
  msgid "Cron lock enabled. Please try after sometime."
2111
  msgstr ""
2112
 
2145
  msgstr ""
2146
 
2147
  #: lite/includes/classes/class-es-export-subscribers.php:337
2148
+ #: lite/includes/classes/class-es-import-subscribers.php:558
2149
+ #: lite/includes/classes/class-es-import-subscribers.php:649
2150
+ #: lite/includes/classes/class-es-import-subscribers.php:1022
2151
+ #: lite/includes/classes/class-es-import-subscribers.php:1166
2152
  msgid "First Name"
2153
  msgstr ""
2154
 
2155
  #: lite/includes/classes/class-es-export-subscribers.php:338
2156
+ #: lite/includes/classes/class-es-import-subscribers.php:559
2157
+ #: lite/includes/classes/class-es-import-subscribers.php:650
2158
+ #: lite/includes/classes/class-es-import-subscribers.php:1027
2159
+ #: lite/includes/classes/class-es-import-subscribers.php:1167
2160
  msgid "Last Name"
2161
  msgstr ""
2162
 
2229
  msgid " Edit Form"
2230
  msgstr ""
2231
 
2232
+ #: lite/includes/classes/class-es-forms-table.php:335
2233
+ msgid "How to create form?"
2234
+ msgstr ""
2235
+
2236
+ #: lite/includes/classes/class-es-forms-table.php:345
2237
  msgid "Form name"
2238
  msgstr ""
2239
 
2240
+ #: lite/includes/classes/class-es-forms-table.php:351
2241
  msgid "Enter form name"
2242
  msgstr ""
2243
 
2244
+ #: lite/includes/classes/class-es-forms-table.php:359
2245
  msgid "Description"
2246
  msgstr ""
2247
 
2248
+ #: lite/includes/classes/class-es-forms-table.php:365
2249
  msgid "Enter description"
2250
  msgstr ""
2251
 
2252
+ #: lite/includes/classes/class-es-forms-table.php:373
2253
  msgid "Form fields"
2254
  msgstr ""
2255
 
2256
+ #: lite/includes/classes/class-es-forms-table.php:380
2257
  msgid "Field"
2258
  msgstr ""
2259
 
2260
+ #: lite/includes/classes/class-es-forms-table.php:381
2261
  msgid "Show?"
2262
  msgstr ""
2263
 
2264
+ #: lite/includes/classes/class-es-forms-table.php:382
2265
  msgid "Required?"
2266
  msgstr ""
2267
 
2268
+ #: lite/includes/classes/class-es-forms-table.php:383
2269
  msgid "Label"
2270
  msgstr ""
2271
 
2272
+ #: lite/includes/classes/class-es-forms-table.php:384
2273
  msgid "Placeholder"
2274
  msgstr ""
2275
 
2276
+ #: lite/includes/classes/class-es-forms-table.php:440
2277
  msgid "Button"
2278
  msgstr ""
2279
 
2280
+ #: lite/includes/classes/class-es-forms-table.php:454
2281
  msgid "Contacts will be added into selected list(s)"
2282
  msgstr ""
2283
 
2284
  #. translators: %s: Create list page url
2285
+ #: lite/includes/classes/class-es-forms-table.php:471
2286
  msgid "List not found. Please %s"
2287
  msgstr ""
2288
 
2289
  #. translators: %s: Create list page url
2290
+ #: lite/includes/classes/class-es-forms-table.php:471
2291
  msgid "create your first list"
2292
  msgstr ""
2293
 
2294
+ #: lite/includes/classes/class-es-forms-table.php:482
2295
  msgid "Allow contact to choose list(s)"
2296
  msgstr ""
2297
 
2298
+ #: lite/includes/classes/class-es-forms-table.php:483
2299
  msgid "Allow contacts to choose list(s) in which they want to subscribe."
2300
  msgstr ""
2301
 
2302
+ #: lite/includes/classes/class-es-forms-table.php:516
2303
  msgid "Show GDPR consent checkbox"
2304
  msgstr ""
2305
 
2306
+ #: lite/includes/classes/class-es-forms-table.php:517
2307
  msgid "Show consent checkbox to get the consent of a contact before adding them to list(s)"
2308
  msgstr ""
2309
 
2310
+ #: lite/includes/classes/class-es-forms-table.php:544
2311
  msgid "Consent text will show up at subscription form next to consent checkbox."
2312
  msgstr ""
2313
 
2314
+ #: lite/includes/classes/class-es-forms-table.php:554
2315
  msgid "Save Form"
2316
  msgstr ""
2317
 
2318
  #. translators: 1: Page 2: Edit Action 3: Form id 4. WP Nonce
2319
+ #: lite/includes/classes/class-es-forms-table.php:877
2320
  msgid "<a href=\"?page=%1$s&action=%2$s&form=%3$s&_wpnonce=%4$s\" class=\"text-indigo-600\">Edit</a>"
2321
  msgstr ""
2322
 
2323
  #. translators: 1: Page 2: Delete Action 3: Form id 4. WP Nonce
2324
+ #: lite/includes/classes/class-es-forms-table.php:879
2325
  msgid "<a href=\"?page=%1$s&action=%2$s&form=%3$s&_wpnonce=%4$s\" onclick=\"return checkDelete()\">Delete</a>"
2326
  msgstr ""
2327
 
2328
+ #: lite/includes/classes/class-es-forms-table.php:895
2329
  msgid "Shortcode"
2330
  msgstr ""
2331
 
2332
+ #: lite/includes/classes/class-es-forms-table.php:896
2333
  msgid "Subscribers"
2334
  msgstr ""
2335
 
2336
+ #: lite/includes/classes/class-es-forms-table.php:937
2337
  msgid "You do not have permission to delete this form."
2338
  msgstr ""
2339
 
2340
+ #: lite/includes/classes/class-es-forms-table.php:944
2341
  msgid "Form deleted successfully!"
2342
  msgstr ""
2343
 
2344
+ #: lite/includes/classes/class-es-forms-table.php:959
2345
  msgid "Form(s) deleted successfully!"
2346
  msgstr ""
2347
 
2348
+ #: lite/includes/classes/class-es-forms-table.php:962
2349
  msgid "Please select form(s) to delete."
2350
  msgstr ""
2351
 
2352
+ #: lite/includes/classes/class-es-forms-table.php:973
2353
  #: lite/includes/classes/class-es-lists-table.php:705
2354
  msgid "Enable"
2355
  msgstr ""
2356
 
2357
+ #: lite/includes/classes/class-es-forms-table.php:974
2358
  #: lite/includes/classes/class-es-lists-table.php:706
2359
  msgid "Disable"
2360
  msgstr ""
2361
 
2362
+ #: lite/includes/classes/class-es-forms-table.php:990
2363
  msgid "Search Forms"
2364
  msgstr ""
2365
 
2366
+ #: lite/includes/classes/class-es-forms-table.php:1001
2367
  msgid "No Forms avaliable."
2368
  msgstr ""
2369
 
2370
+ #: lite/includes/classes/class-es-handle-subscription.php:493
2371
  #: lite/public/class-email-subscribers-public.php:107
2372
  msgid "Please enter email address"
2373
  msgstr ""
2374
 
2375
+ #: lite/includes/classes/class-es-handle-subscription.php:494
2376
  #: lite/public/class-email-subscribers-public.php:108
2377
  msgid "You need to wait for sometime before subscribing again"
2378
  msgstr ""
2379
 
2380
+ #: lite/includes/classes/class-es-handle-subscription.php:495
2381
  #: lite/includes/upgrade/es-update-functions.php:750
2382
  #: lite/public/class-email-subscribers-public.php:109
2383
  msgid "Successfully Subscribed."
2384
  msgstr ""
2385
 
2386
+ #: lite/includes/classes/class-es-handle-subscription.php:496
2387
  #: lite/public/class-email-subscribers-public.php:111
2388
  msgid "Email Address already exists!"
2389
  msgstr ""
2390
 
2391
+ #: lite/includes/classes/class-es-handle-subscription.php:497
2392
  #: lite/public/class-email-subscribers-public.php:112
2393
  msgid "Oops.. Unexpected error occurred."
2394
  msgstr ""
2395
 
2396
+ #: lite/includes/classes/class-es-handle-subscription.php:498
2397
  #: lite/public/class-email-subscribers-public.php:113
2398
  msgid "Invalid email address"
2399
  msgstr ""
2400
 
2401
+ #: lite/includes/classes/class-es-handle-subscription.php:499
2402
  msgid "Invalid name"
2403
  msgstr ""
2404
 
2405
+ #: lite/includes/classes/class-es-handle-subscription.php:500
2406
  #: lite/public/class-email-subscribers-public.php:114
2407
  msgid "Please try after some time"
2408
  msgstr ""
2409
 
2410
+ #: lite/includes/classes/class-es-handle-subscription.php:501
2411
  msgid "Oops...unable to add subscriber"
2412
  msgstr ""
2413
 
2414
+ #: lite/includes/classes/class-es-handle-subscription.php:502
2415
  msgid "You do not have permission to add subscriber"
2416
  msgstr ""
2417
 
2418
+ #: lite/includes/classes/class-es-handle-subscription.php:503
2419
  msgid "Please select the list"
2420
  msgstr ""
2421
 
2422
+ #: lite/includes/classes/class-es-handle-subscription.php:504
2423
  msgid "Invalid Captcha"
2424
  msgstr ""
2425
 
2505
  msgid "from here"
2506
  msgstr ""
2507
 
2508
+ #: lite/includes/classes/class-es-import-subscribers.php:133
2509
+ msgid "How to import contacts using CSV? "
2510
+ msgstr ""
2511
+
2512
+ #: lite/includes/classes/class-es-import-subscribers.php:146
2513
  msgid "Drop your CSV here"
2514
  msgstr ""
2515
 
2516
+ #: lite/includes/classes/class-es-import-subscribers.php:147
2517
  msgctxt "Uploader: Drop files here - or - Select Files"
2518
  msgid "or"
2519
  msgstr ""
2520
 
2521
+ #: lite/includes/classes/class-es-import-subscribers.php:148
2522
  msgid "Select File"
2523
  msgstr ""
2524
 
2525
+ #: lite/includes/classes/class-es-import-subscribers.php:164
2526
  msgid "Enter your API Key"
2527
  msgstr ""
2528
 
2529
+ #: lite/includes/classes/class-es-import-subscribers.php:166
2530
  msgid "You need your API key from Mailchimp to import your data."
2531
  msgstr ""
2532
 
2533
+ #: lite/includes/classes/class-es-import-subscribers.php:169
2534
  msgid "Click here to get it."
2535
  msgstr ""
2536
 
2537
+ #: lite/includes/classes/class-es-import-subscribers.php:182
2538
+ #: lite/includes/classes/class-es-import-subscribers.php:280
2539
  #: lite/includes/classes/class-es-newsletters.php:280
2540
  msgid "Next"
2541
  msgstr ""
2542
 
2543
+ #: lite/includes/classes/class-es-import-subscribers.php:207
2544
+ #: lite/includes/classes/class-es-import-subscribers.php:322
2545
  #: lite/includes/classes/class-es-post-notifications.php:327
2546
  msgid "Select list"
2547
  msgstr ""
2548
 
2549
+ #: lite/includes/classes/class-es-import-subscribers.php:209
2550
  msgid "Select all the lists that you want to import from MailChimp"
2551
  msgstr ""
2552
 
2553
+ #: lite/includes/classes/class-es-import-subscribers.php:236
2554
  msgid "Select the status of the contacts that you want to import from MailChimp"
2555
  msgstr ""
2556
 
2557
+ #: lite/includes/classes/class-es-import-subscribers.php:248
2558
  msgid "Import with status \"subscribed\""
2559
  msgstr ""
2560
 
2561
+ #: lite/includes/classes/class-es-import-subscribers.php:256
2562
  msgid "Import with status \"pending\""
2563
  msgstr ""
2564
 
2565
+ #: lite/includes/classes/class-es-import-subscribers.php:264
2566
  msgid "Import with status \"unsubscribed\""
2567
  msgstr ""
2568
 
2569
+ #: lite/includes/classes/class-es-import-subscribers.php:272
2570
  msgid "Import with status \"cleaned\""
2571
  msgstr ""
2572
 
2573
+ #: lite/includes/classes/class-es-import-subscribers.php:303
2574
  msgid "Select status"
2575
  msgstr ""
2576
 
2577
+ #: lite/includes/classes/class-es-import-subscribers.php:560
 
 
 
 
2578
  msgid "Nick Name"
2579
  msgstr ""
2580
 
2581
+ #: lite/includes/classes/class-es-import-subscribers.php:561
2582
  msgid "Display Name"
2583
  msgstr ""
2584
 
2585
+ #: lite/includes/classes/class-es-import-subscribers.php:651
2586
  msgid "(First Name) (Last Name)"
2587
  msgstr ""
2588
 
2589
+ #: lite/includes/classes/class-es-import-subscribers.php:652
2590
  msgid "(Last Name) (First Name)"
2591
  msgstr ""
2592
 
2593
+ #: lite/includes/classes/class-es-import-subscribers.php:655
2594
+ #: lite/includes/classes/class-es-import-subscribers.php:1169
2595
  msgid "List Name"
2596
  msgstr ""
2597
 
2598
+ #: lite/includes/classes/class-es-import-subscribers.php:664
2599
  msgid "Select columns for mapping"
2600
  msgstr ""
2601
 
2602
+ #: lite/includes/classes/class-es-import-subscribers.php:667
2603
  msgid "Define which column represents which field"
2604
  msgstr ""
2605
 
2606
+ #: lite/includes/classes/class-es-import-subscribers.php:684
2607
  msgid "Ignore column"
2608
  msgstr ""
2609
 
2610
  #. translators: %s: Hidden contacts count
2611
+ #: lite/includes/classes/class-es-import-subscribers.php:723
2612
  msgid "%s contacts are hidden"
2613
  msgstr ""
2614
 
2615
+ #: lite/includes/classes/class-es-import-subscribers.php:790
2616
  msgid "Email address is invalid."
2617
  msgstr ""
2618
 
2619
+ #: lite/includes/classes/class-es-import-subscribers.php:791
2620
  msgid "Email address is empty."
2621
  msgstr ""
2622
 
2623
+ #: lite/includes/classes/class-es-import-subscribers.php:792
2624
  msgid "Duplicate email in the CSV file. Only the first record imported."
2625
  msgstr ""
2626
 
2627
+ #: lite/includes/classes/class-es-import-subscribers.php:820
2628
  msgid "Unubscribed"
2629
  msgstr ""
2630
 
2631
+ #: lite/includes/classes/class-es-import-subscribers.php:822
2632
+ #: lite/includes/classes/class-es-import-subscribers.php:1178
2633
  msgid "Hard Bounced"
2634
  msgstr ""
2635
 
2636
  #. translators: 1. Total imported contacts 2. Total contacts
2637
+ #: lite/includes/classes/class-es-import-subscribers.php:1012
2638
  msgid "%1$s of %2$s contacts imported"
2639
  msgstr ""
2640
 
2641
+ #: lite/includes/classes/class-es-import-subscribers.php:1016
2642
  msgid "The following contacts were skipped"
2643
  msgstr ""
2644
 
2645
+ #: lite/includes/classes/class-es-import-subscribers.php:1031
2646
  msgid "Reason"
2647
  msgstr ""
2648
 
2803
  msgid "Send"
2804
  msgstr ""
2805
 
2806
+ #: lite/includes/classes/class-es-newsletters.php:342
2807
+ msgid "How to create Broadcast?"
2808
+ msgstr ""
2809
+
2810
+ #: lite/includes/classes/class-es-newsletters.php:354
2811
  msgid "From Name"
2812
  msgstr ""
2813
 
2814
+ #: lite/includes/classes/class-es-newsletters.php:358
2815
  msgid "From Email"
2816
  msgstr ""
2817
 
2818
+ #: lite/includes/classes/class-es-newsletters.php:362
2819
  msgid "Reply To"
2820
  msgstr ""
2821
 
2822
+ #: lite/includes/classes/class-es-newsletters.php:367
2823
  msgid "Message"
2824
  msgstr ""
2825
 
2826
+ #: lite/includes/classes/class-es-newsletters.php:385
2827
  msgid "Design template"
2828
  msgstr ""
2829
 
2830
+ #: lite/includes/classes/class-es-newsletters.php:401
2831
  msgid "Total recipients:"
2832
  msgstr ""
2833
 
2834
+ #: lite/includes/classes/class-es-newsletters.php:411
2835
+ #: lite/includes/classes/class-es-newsletters.php:439
2836
  #: lite/includes/classes/class-es-reports-table.php:212
2837
  #: pro/classes/class-es-pro-sequence-report.php:269
2838
  msgid "Preview"
2839
  msgstr ""
2840
 
2841
+ #: lite/includes/classes/class-es-newsletters.php:414
2842
  msgid "Browser"
2843
  msgstr ""
2844
 
2845
+ #: lite/includes/classes/class-es-newsletters.php:425
2846
  #: lite/includes/classes/class-es-reports-table.php:473
2847
  msgid "There could be a slight variation on how your customer will view the email content."
2848
  msgstr ""
2849
 
2850
+ #: lite/includes/classes/class-es-newsletters.php:429
2851
  #: lite/includes/classes/class-es-reports-table.php:477
2852
  #: lite/includes/premium-services-ui/class-ig-es-premium-services-ui.php:236
2853
  msgid "Close"
2854
  msgstr ""
2855
 
2856
+ #: lite/includes/classes/class-es-newsletters.php:442
2857
  msgid "Email sent successfully "
2858
  msgstr ""
2859
 
2860
+ #: lite/includes/classes/class-es-newsletters.php:443
2861
  msgid "Something went wrong. Please try again later"
2862
  msgstr ""
2863
 
2864
+ #: lite/includes/classes/class-es-newsletters.php:460
2865
  msgid "Email Content Preview"
2866
  msgstr ""
2867
 
2868
+ #: lite/includes/classes/class-es-newsletters.php:500
2869
  msgid "Open tracking"
2870
  msgstr ""
2871
 
3087
 
3088
  #: lite/includes/classes/class-es-widget.php:50
3089
  #: lite/includes/feedback.php:231
3090
+ #: starter/starter-class-email-subscribers.php:397
3091
  msgid "Yes"
3092
  msgstr ""
3093
 
3094
  #: lite/includes/classes/class-es-widget.php:51
3095
  #: lite/includes/feedback.php:232
3096
+ #: starter/starter-class-email-subscribers.php:397
3097
  msgid "No"
3098
  msgstr ""
3099
 
3234
 
3235
  #: lite/includes/premium-services-ui/class-ig-es-premium-services-ui.php:184
3236
  #: lite/includes/premium-services-ui/class-ig-es-premium-services-ui.php:212
3237
+ #: lite/includes/pro-features.php:974
3238
  msgid "Check"
3239
  msgstr ""
3240
 
3259
 
3260
  #: lite/includes/premium-services-ui/class-ig-es-premium-services-ui.php:261
3261
  #: lite/includes/premium-services-ui/class-ig-es-premium-services-ui.php:345
3262
+ #: lite/includes/pro-features.php:957
3263
  msgid "UTM tracking"
3264
  msgstr ""
3265
 
3277
  msgid "This will be appended to every URL in this template with parameters: utm_source=es&utm_medium=email&utm_campaign=campaign_name"
3278
  msgstr ""
3279
 
3280
+ #: lite/includes/pro-features.php:143
3281
  msgid "Customize user roles permissions with "
3282
  msgstr ""
3283
 
3284
+ #: lite/includes/pro-features.php:152
3285
+ #: starter/starter-class-email-subscribers.php:623
3286
  msgid "Roles"
3287
  msgstr ""
3288
 
3289
+ #: lite/includes/pro-features.php:157
3290
+ #: starter/starter-class-email-subscribers.php:628
3291
  msgid "Sequences"
3292
  msgstr ""
3293
 
3294
+ #: lite/includes/pro-features.php:215
3295
+ #: starter/starter-class-email-subscribers.php:594
3296
  msgid "User Roles"
3297
  msgstr ""
3298
 
3299
+ #: lite/includes/pro-features.php:242
3300
+ #: pro/pro-class-email-subscribers.php:869
3301
  msgid "Track clicks"
3302
  msgstr ""
3303
 
3304
  #. translators: %s: Icegram Pricing page url with utm tracking
3305
+ #: lite/includes/pro-features.php:249
3306
  msgid "Track key insight behaviour with PRO"
3307
  msgstr ""
3308
 
3309
+ #: lite/includes/pro-features.php:250
3310
  msgid "Enable Link Tracking, UTM tracking and understand customer behavior to plan your next campaign accordingly."
3311
  msgstr ""
3312
 
3313
+ #: lite/includes/pro-features.php:260
3314
  msgid "UTM Tracking"
3315
  msgstr ""
3316
 
3317
+ #: lite/includes/pro-features.php:284
3318
+ #: starter/starter-class-email-subscribers.php:442
3319
  msgid "Block known attackers"
3320
  msgstr ""
3321
 
3322
+ #: lite/includes/pro-features.php:285
3323
+ #: starter/starter-class-email-subscribers.php:443
3324
  msgid "Stop known spam bot attacker domains from signing up. Keeps this list up-to-date with Icegram servers."
3325
  msgstr ""
3326
 
3327
  #. translators: %s: Icegram Pricing page url with utm tracking
3328
+ #: lite/includes/pro-features.php:292
3329
  msgid "Prevent spam attacks with PRO"
3330
  msgstr ""
3331
 
3332
+ #: lite/includes/pro-features.php:293
3333
  msgid "Secure your list from known spam bot attacker domains, fake email addresses and bot signups."
3334
  msgstr ""
3335
 
3336
+ #: lite/includes/pro-features.php:298
3337
+ #: starter/starter-class-email-subscribers.php:450
3338
  msgid "Block temporary / fake emails"
3339
  msgstr ""
3340
 
3341
+ #: lite/includes/pro-features.php:299
3342
+ #: starter/starter-class-email-subscribers.php:451
3343
  msgid "Plenty of sites provide disposable / fake / temporary email addresses. People use them when they don't want to give you their real email. Block these to keep your list clean. Automatically updated."
3344
  msgstr ""
3345
 
3346
+ #: lite/includes/pro-features.php:310
3347
+ #: starter/starter-class-email-subscribers.php:459
3348
  msgid "Enable Captcha"
3349
  msgstr ""
3350
 
3351
+ #: lite/includes/pro-features.php:311
3352
  msgid "Show a captcha in subscription forms to protect from bot signups."
3353
  msgstr ""
3354
 
3355
+ #: lite/includes/pro-features.php:335
3356
+ #: pro/pro-class-email-subscribers.php:877
3357
  msgid "Track IP address"
3358
  msgstr ""
3359
 
3360
+ #: lite/includes/pro-features.php:336
3361
  msgid "Store IP address on subscription"
3362
  msgstr ""
3363
 
3364
  #. translators: %s: Icegram Pricing page url with utm tracking
3365
+ #: lite/includes/pro-features.php:343
3366
  msgid "Track subscribers IP addresses with PRO"
3367
  msgstr ""
3368
 
3369
+ #: lite/includes/pro-features.php:344
3370
  msgid "Enable IP tracking to store IP addresses and country name of subscribers. With this, you can target campaigns like Broadcasts, Sequences to subscribers from specific countries."
3371
  msgstr ""
3372
 
3373
+ #: lite/includes/pro-features.php:360
3374
  #: starter/starter-class-es-integrations.php:63
3375
  msgid "Comments"
3376
  msgstr ""
3377
 
3378
+ #: lite/includes/pro-features.php:371
3379
  #: starter/starter-class-es-integrations.php:73
3380
  msgid "WooCommerce"
3381
  msgstr ""
3382
 
3383
+ #: lite/includes/pro-features.php:381
3384
  #: starter/starter-class-es-integrations.php:91
3385
  msgid "Contact Form 7"
3386
  msgstr ""
3387
 
3388
+ #: lite/includes/pro-features.php:391
3389
  #: starter/starter-class-es-integrations.php:100
3390
  msgid "WPForms"
3391
  msgstr ""
3392
 
3393
+ #: lite/includes/pro-features.php:401
3394
  #: starter/starter-class-es-integrations.php:109
3395
  msgid "Give"
3396
  msgstr ""
3397
 
3398
+ #: lite/includes/pro-features.php:411
3399
  #: starter/starter-class-es-integrations.php:118
3400
  msgid "Ninja Forms"
3401
  msgstr ""
3402
 
3403
+ #: lite/includes/pro-features.php:421
3404
  #: starter/starter-class-es-integrations.php:82
3405
  msgid "EDD"
3406
  msgstr ""
3407
 
3408
+ #: lite/includes/pro-features.php:449
3409
  msgid "Sync Comment Users"
3410
  msgstr ""
3411
 
3412
+ #: lite/includes/pro-features.php:450
3413
  msgid "Quickly add to your mailing list when someone post a comment on your website."
3414
  msgstr ""
3415
 
3416
+ #: lite/includes/pro-features.php:451
3417
+ #: lite/includes/pro-features.php:484
3418
+ #: lite/includes/pro-features.php:521
3419
+ #: lite/includes/pro-features.php:557
3420
+ #: lite/includes/pro-features.php:593
3421
+ #: lite/includes/pro-features.php:629
3422
+ #: lite/includes/pro-features.php:665
3423
  msgid "How to setup?"
3424
  msgstr ""
3425
 
3426
+ #: lite/includes/pro-features.php:452
3427
+ #: lite/includes/pro-features.php:485
3428
+ #: lite/includes/pro-features.php:522
3429
+ #: lite/includes/pro-features.php:558
3430
+ #: lite/includes/pro-features.php:594
3431
+ #: lite/includes/pro-features.php:630
3432
+ #: lite/includes/pro-features.php:666
3433
  msgid "Once you upgrade to "
3434
  msgstr ""
3435
 
3436
+ #: lite/includes/pro-features.php:452
3437
+ #: lite/includes/pro-features.php:459
3438
+ #: lite/includes/pro-features.php:485
3439
+ #: lite/includes/pro-features.php:493
3440
+ #: lite/includes/pro-features.php:524
3441
+ #: lite/includes/pro-features.php:560
3442
+ #: lite/includes/pro-features.php:596
3443
+ #: lite/includes/pro-features.php:601
3444
+ #: lite/includes/pro-features.php:632
3445
+ #: lite/includes/pro-features.php:668
3446
  msgid "Email Subscribers Starter"
3447
  msgstr ""
3448
 
3449
+ #: lite/includes/pro-features.php:454
3450
  msgid ""
3451
  "you will have settings panel where you need to enable Comment user sync and select the list in which you want to add people whenever someone post a\n"
3452
  "\t\tcomment."
3453
  msgstr ""
3454
 
3455
+ #: lite/includes/pro-features.php:459
3456
+ #: lite/includes/pro-features.php:493
3457
+ #: lite/includes/pro-features.php:529
3458
+ #: lite/includes/pro-features.php:565
3459
+ #: lite/includes/pro-features.php:601
3460
+ #: lite/includes/pro-features.php:637
3461
+ #: lite/includes/pro-features.php:673
3462
  msgid "Checkout "
3463
  msgstr ""
3464
 
3465
+ #: lite/includes/pro-features.php:459
3466
  msgid "now"
3467
  msgstr ""
3468
 
3469
+ #: lite/includes/pro-features.php:482
3470
  msgid "Sync WooCommerce Customers"
3471
  msgstr ""
3472
 
3473
+ #: lite/includes/pro-features.php:483
3474
  msgid "Are you using WooCommerce for your online business? You can use this integration to add to a specific list whenever someone make a purchase from you"
3475
  msgstr ""
3476
 
3477
+ #: lite/includes/pro-features.php:487
3478
  msgid ""
3479
  "you will have settings panel where you need to enable WooCommerce sync and select the list in which you want to add people whenever they\n"
3480
  "\t\t\tpurchase something\n"
3481
  "\t\t\tfrom you."
3482
  msgstr ""
3483
 
3484
+ #: lite/includes/pro-features.php:493
3485
+ #: lite/includes/pro-features.php:601
3486
  msgid " Now"
3487
  msgstr ""
3488
 
3489
+ #: lite/includes/pro-features.php:519
3490
  msgid "Sync Contact Form 7 users"
3491
  msgstr ""
3492
 
3493
+ #: lite/includes/pro-features.php:520
3494
  msgid "Are you using Contact Form 7 for your list building? You can use this integration to add to a specific list whenever new subscribers added from Contact Form 7"
3495
  msgstr ""
3496
 
3497
+ #: lite/includes/pro-features.php:527
3498
  msgid "you will have settings panel where you need to enable Contact form 7 sync and select the list in which you want to add people whenever they fill any of the Contact Form."
3499
  msgstr ""
3500
 
3501
+ #: lite/includes/pro-features.php:555
3502
+ #: lite/includes/pro-features.php:591
3503
  msgid "Sync Donors"
3504
  msgstr ""
3505
 
3506
+ #: lite/includes/pro-features.php:556
3507
  msgid "We found that you are using Give WordPress plugin to collect donations. Now, with this integration, you can add your donors to any of your subscriber list and send them Newsletters in future."
3508
  msgstr ""
3509
 
3510
+ #: lite/includes/pro-features.php:563
3511
  msgid "you will have settings panel where you need to enable Give integration and select the list in which you want to add people whenever they make donation."
3512
  msgstr ""
3513
 
3514
+ #: lite/includes/pro-features.php:592
3515
  msgid "Are you using Give WordPress plugin to collect donations? Want to send Thank You email to them? You can use this integration to be in touch with them."
3516
  msgstr ""
3517
 
3518
+ #: lite/includes/pro-features.php:599
3519
+ #: lite/includes/pro-features.php:635
3520
  msgid "you will have settings panel where you need to enable Give sync and select the list in which you want to add people whenever they make donation."
3521
  msgstr ""
3522
 
3523
+ #: lite/includes/pro-features.php:627
3524
  msgid "Sync Contacts"
3525
  msgstr ""
3526
 
3527
+ #: lite/includes/pro-features.php:628
3528
  msgid "We found that you are using Ninja Forms. Want to add your contact to a mailing list? You can use this integration to add your contact to add into mailing list"
3529
  msgstr ""
3530
 
3531
+ #: lite/includes/pro-features.php:663
3532
  msgid "Sync Customers"
3533
  msgstr ""
3534
 
3535
+ #: lite/includes/pro-features.php:664
3536
  msgid "We found that you are using EDD to sell digital goods online. You can use this integration to send Newsletters/ Post Notifications to your customers."
3537
  msgstr ""
3538
 
3539
+ #: lite/includes/pro-features.php:671
3540
  msgid "you will have settings panel where you need to enable EDD sync and select the list in which you want to add people whenever they purchase something from you."
3541
  msgstr ""
3542
 
3543
+ #: lite/includes/pro-features.php:693
3544
  msgid "ES PRO Integrations"
3545
  msgstr ""
3546
 
3547
+ #: lite/includes/pro-features.php:729
3548
  msgid ""
3549
  "<div class=\"flex items-start space-x-3 -ml-8\">\n"
3550
  "\t\t\t <div class=\"flex-shrink-0 h-5 w-5 relative flex justify-center\">\n"
3553
  "\t\t\t <p class=\"text-sm leading-5 py-0.5 text-gray-500 group-hover:text-gray-900 group-focus:text-gray-900 transition ease-in-out duration-150\">"
3554
  msgstr ""
3555
 
3556
+ #: lite/includes/pro-features.php:736
3557
  msgid "</div><br>Avoid manual actions and make your workflow quick, simple and effortless by integrating popular WordPress plugins with Email Subscribers PRO."
3558
  msgstr ""
3559
 
3560
+ #: lite/includes/pro-features.php:738
3561
  msgid "Unlock plugin integrations with PRO"
3562
  msgstr ""
3563
 
3564
+ #: lite/includes/pro-features.php:780
3565
  msgid "Protect your subscription list now with PRO"
3566
  msgstr ""
3567
 
3568
+ #: lite/includes/pro-features.php:782
3569
  msgid "Get a gatekeeper like <b class=\"font-medium text-teal-800\">Captcha</b> and prevent bot signups from your subscription form."
3570
  msgstr ""
3571
 
3572
+ #: lite/includes/pro-features.php:795
3573
+ #: starter/starter-class-email-subscribers.php:1206
3574
  msgid "Show a captcha to protect from bot signups."
3575
  msgstr ""
3576
 
3577
+ #: lite/includes/pro-features.php:829
3578
  msgid "Enable multiple lists & post digest with PRO"
3579
  msgstr ""
3580
 
3581
+ #: lite/includes/pro-features.php:831
3582
  msgid ""
3583
  "<div class=\"flex items-start space-x-3 -ml-8\">\n"
3584
  "\t\t\t <div class=\"flex-shrink-0 h-5 w-5 relative flex justify-center\">\n"
3596
  "\t\t\t </div>"
3597
  msgstr ""
3598
 
3599
+ #: lite/includes/pro-features.php:851
3600
  #: pro/pro-class-post-digest.php:65
3601
  msgid "Is a post digest?"
3602
  msgstr ""
3603
 
3604
+ #: lite/includes/pro-features.php:868
3605
  #: pro/pro-class-post-digest.php:104
3606
  msgid "Schedules at"
3607
  msgstr ""
3608
 
3609
+ #: lite/includes/pro-features.php:870
3610
  #: pro/pro-class-post-digest.php:105
3611
  msgid "When to send?"
3612
  msgstr ""
3613
 
3614
+ #: lite/includes/pro-features.php:877
3615
  msgid "Once a day at"
3616
  msgstr ""
3617
 
3618
+ #: lite/includes/pro-features.php:880
3619
  msgid "12:00 pm"
3620
  msgstr ""
3621
 
3622
+ #: lite/includes/pro-features.php:926
3623
  msgid "Reduce the possibility to land in spam with PRO"
3624
  msgstr ""
3625
 
3626
+ #: lite/includes/pro-features.php:934
3627
+ #: pro/pro-class-email-subscribers.php:706
3628
  msgid "Link tracking"
3629
  msgstr ""
3630
 
3631
+ #: lite/includes/pro-features.php:972
3632
  msgid "Get spam score"
3633
  msgstr ""
3634
 
3635
+ #: lite/includes/pro-features.php:983
3636
+ #: pro/pro-class-email-subscribers.php:750
3637
  msgid "Send options"
3638
  msgstr ""
3639
 
3640
+ #: lite/includes/pro-features.php:986
3641
+ #: pro/pro-class-email-subscribers.php:753
3642
  msgid "Schedule for later"
3643
  msgstr ""
3644
 
3645
+ #: lite/includes/pro-features.php:993
3646
  #: lite/includes/workflows/admin/views/meta-box-timing.php:82
3647
  #: lite/includes/workflows/fields/class-es-date.php:31
3648
+ #: pro/pro-class-email-subscribers.php:766
3649
  msgid "Date"
3650
  msgstr ""
3651
 
3652
+ #: lite/includes/pro-features.php:1002
3653
  #: lite/includes/workflows/fields/class-es-time.php:64
3654
+ #: pro/pro-class-email-subscribers.php:777
3655
  msgid "Time"
3656
  msgstr ""
3657
 
3658
+ #: lite/includes/pro-features.php:1012
3659
+ #: pro/pro-class-email-subscribers.php:788
3660
  msgid "Local Time: "
3661
  msgstr ""
3662
 
3663
+ #: lite/includes/pro-features.php:1042
3664
  msgid "Get campaign analytics with PRO"
3665
  msgstr ""
3666
 
3667
+ #: lite/includes/pro-features.php:1044
3668
  msgid "Want to track some very useful statistics of your campaigns and improve your future campaign ? Upgrade to <b class=\"font-medium text-teal-800\">Email Subscribers Pro</b> and measure the effectiveness of your campaigns. ."
3669
  msgstr ""
3670
 
3671
+ #: lite/includes/pro-features.php:1071
3672
  #: pro/classes/class-es-pro-reports-data.php:317
3673
  msgid "Type: "
3674
  msgstr ""
3675
 
3676
+ #: lite/includes/pro-features.php:1074
3677
  #: pro/classes/class-es-pro-reports-data.php:320
3678
  msgid "From: "
3679
  msgstr ""
3680
 
3681
+ #: lite/includes/pro-features.php:1075
3682
  msgid "hello@icegram.com"
3683
  msgstr ""
3684
 
3685
+ #: lite/includes/pro-features.php:1077
3686
  msgid "List(s): "
3687
  msgstr ""
3688
 
3689
+ #: lite/includes/pro-features.php:1078
3690
  msgid "Test, Main "
3691
  msgstr ""
3692
 
3693
+ #: lite/includes/pro-features.php:1080
3694
  #: pro/classes/class-es-pro-reports-data.php:338
3695
  msgid "Date: "
3696
  msgstr ""
3697
 
3698
+ #: lite/includes/pro-features.php:1081
3699
  msgid "July 1, 2020 10:00 AM"
3700
  msgstr ""
3701
 
3702
+ #: lite/includes/pro-features.php:1088
3703
  #: pro/classes/class-es-pro-reports-data.php:347
3704
  msgid "Statistics"
3705
  msgstr ""
3706
 
3707
+ #: lite/includes/pro-features.php:1104
3708
  #: pro/classes/class-es-pro-reports-data.php:363
3709
  msgid "Avg Open Rate"
3710
  msgstr ""
3711
 
3712
+ #: lite/includes/pro-features.php:1130
3713
  msgid "Open and click activity"
3714
  msgstr ""
3715
 
3716
+ #: lite/includes/pro-features.php:1139
3717
  msgid "Country Opens"
3718
  msgstr ""
3719
 
3720
+ #: lite/includes/pro-features.php:1142
3721
  msgid "Mail Client Info"
3722
  msgstr ""
3723
 
3724
+ #: lite/includes/pro-features.php:1219
3725
+ #: lite/includes/pro-features.php:1434
3726
  #: pro/classes/class-es-pro-reports-data.php:556
3727
  #: pro/classes/class-es-pro-reports-data.php:935
3728
  msgid "Mail Client"
3729
  msgstr ""
3730
 
3731
+ #: lite/includes/pro-features.php:1248
3732
  msgid "Device Info"
3733
  msgstr ""
3734
 
3735
+ #: lite/includes/pro-features.php:1253
3736
  msgid "Browser Info"
3737
  msgstr ""
3738
 
3739
+ #: lite/includes/pro-features.php:1258
3740
  msgid "OS Info"
3741
  msgstr ""
3742
 
3743
+ #: lite/includes/pro-features.php:1277
3744
  msgid "Link Activity"
3745
  msgstr ""
3746
 
3747
+ #: lite/includes/pro-features.php:1284
3748
  #: pro/classes/class-es-pro-reports-data.php:651
3749
  msgid "Link (URL)"
3750
  msgstr ""
3751
 
3752
+ #: lite/includes/pro-features.php:1286
3753
  #: pro/classes/class-es-pro-reports-data.php:653
3754
  msgid "Unique Clicks"
3755
  msgstr ""
3756
 
3757
+ #: lite/includes/pro-features.php:1288
3758
  #: pro/classes/class-es-pro-reports-data.php:655
3759
  msgid "Total Clicks"
3760
  msgstr ""
3761
 
3762
+ #: lite/includes/pro-features.php:1296
3763
  msgid "https://www.icegram.com/automate-workflow-and-reduce-chaos/"
3764
  msgstr ""
3765
 
3766
+ #: lite/includes/pro-features.php:1309
3767
  msgid "https://www.icegram.com/how-to-keep-email-out-of-spam-folder/"
3768
  msgstr ""
3769
 
3770
+ #: lite/includes/pro-features.php:1423
3771
  msgid "Last 10 Open Activity"
3772
  msgstr ""
3773
 
3774
+ #: lite/includes/pro-features.php:1433
3775
  #: pro/classes/class-es-pro-reports-data.php:934
3776
  msgid "Device"
3777
  msgstr ""
3778
 
3779
+ #: lite/includes/pro-features.php:1435
3780
  #: pro/classes/class-es-pro-reports-data.php:936
3781
  msgid "OS"
3782
  msgstr ""
3783
 
3784
+ #: lite/includes/pro-features.php:1462
3785
  #: pro/classes/class-es-pro-reports-data.php:958
3786
  msgid "Desktop"
3787
  msgstr ""
3788
 
3789
+ #: lite/includes/pro-features.php:1471
3790
  #: pro/classes/class-es-pro-reports-data.php:966
3791
  msgid "Tablet"
3792
  msgstr ""
3793
 
3794
+ #: lite/includes/pro-features.php:1480
3795
  #: pro/classes/class-es-pro-reports-data.php:974
3796
  msgid "Mobile"
3797
  msgstr ""
3798
 
3799
+ #: lite/includes/pro-features.php:1539
3800
+ #: pro/pro-class-email-subscribers.php:1629
3801
  msgid "Add Attachments"
3802
  msgstr ""
3803
 
3804
+ #: lite/includes/pro-features.php:1569
3805
+ #: pro/pro-class-email-subscribers.php:1714
3806
  msgid "Import existing WordPress users"
3807
  msgstr ""
3808
 
3809
+ #: lite/includes/pro-features.php:1595
3810
  msgid "is not in List [PRO]"
3811
  msgstr ""
3812
 
3813
+ #: lite/includes/pro-features.php:1601
3814
  msgid "Email [PRO]"
3815
  msgstr ""
3816
 
3817
+ #: lite/includes/pro-features.php:1605
3818
  msgid "Country [PRO]"
3819
  msgstr ""
3820
 
3821
+ #: lite/includes/pro-features.php:1611
3822
  msgid "has received [PRO]"
3823
  msgstr ""
3824
 
3825
+ #: lite/includes/pro-features.php:1615
3826
  msgid "has not received [PRO]"
3827
  msgstr ""
3828
 
3829
+ #: lite/includes/pro-features.php:1619
3830
  msgid "has received and opened [PRO]"
3831
  msgstr ""
3832
 
3833
+ #: lite/includes/pro-features.php:1623
3834
  msgid "has received but not opened [PRO]"
3835
  msgstr ""
3836
 
3837
+ #: lite/includes/pro-features.php:1627
3838
  msgid "has received and clicked [PRO]"
3839
  msgstr ""
3840
 
3841
+ #: lite/includes/pro-features.php:1631
3842
  msgid "has received and not clicked [PRO]"
3843
  msgstr ""
3844
 
3845
+ #: lite/includes/pro-features.php:1652
3846
  msgid "Send Broadcast to specific audience with PRO"
3847
  msgstr ""
3848
 
3849
+ #: lite/includes/pro-features.php:1654
3850
  msgid "Now, you can select multiple lists and also filter your subscribers based on their country, emails and whether they have received, opened or clicked a specific campaign or not and then send Broadcast emails to them."
3851
  msgstr ""
3852
 
4318
  msgstr ""
4319
 
4320
  #: lite/public/class-email-subscribers-public.php:435
4321
+ #: starter/starter-class-email-subscribers.php:882
4322
  msgid "is subscribed to our mailing list(s)."
4323
  msgstr ""
4324
 
4331
  msgstr ""
4332
 
4333
  #: lite/public/class-email-subscribers-public.php:450
4334
+ #: starter/starter-class-email-subscribers.php:906
4335
  msgid "Unsubscribe"
4336
  msgstr ""
4337
 
4348
  msgstr ""
4349
 
4350
  #: lite/public/partials/cron-message.php:43
4351
+ #: pro/pro-class-email-subscribers.php:796
4352
  msgid "Send Now"
4353
  msgstr ""
4354
 
4570
  msgid "South America (São Paulo)"
4571
  msgstr ""
4572
 
4573
+ #: pro/mailers/class-es-mailgun-mailer.php:157
4574
  msgid "Private API key is empty."
4575
  msgstr ""
4576
 
4577
+ #: pro/mailers/class-es-mailgun-mailer.php:167
4578
  msgid "Domain name is empty"
4579
  msgstr ""
4580
 
4581
+ #: pro/mailers/class-es-mailgun-mailer.php:177
4582
  #: pro/mailers/class-es-sparkpost-mailer.php:84
4583
  msgid "Region is empty"
4584
  msgstr ""
4585
 
4586
+ #: pro/mailers/class-es-mailgun-mailer.php:635
4587
+ #: pro/mailers/class-es-postmark-mailer.php:274
4588
+ #: pro/mailers/class-es-sendgrid-mailer.php:133
4589
+ #: pro/mailers/class-es-sparkpost-mailer.php:137
4590
  msgid "An unknown error has occured. Please try again later."
4591
  msgstr ""
4592
 
4593
+ #: pro/mailers/class-es-postmark-mailer.php:116
4594
+ msgid "API token is empty."
4595
+ msgstr ""
4596
+
4597
  #: pro/mailers/class-es-sendgrid-mailer.php:82
4598
  #: pro/mailers/class-es-sparkpost-mailer.php:74
4599
  msgid "API key is empty."
4625
  msgid "Lost"
4626
  msgstr ""
4627
 
4628
+ #: pro/pro-class-email-subscribers.php:193
4629
  msgid "Your cart has been restored."
4630
  msgstr ""
4631
 
4632
+ #: pro/pro-class-email-subscribers.php:196
4633
  msgid "Your cart could not be restored, it may have expired."
4634
  msgstr ""
4635
 
4636
+ #: pro/pro-class-email-subscribers.php:366
4637
  #: pro/pro-class-post-digest.php:25
4638
  msgid "Sequence"
4639
  msgstr ""
4640
 
4641
+ #: pro/pro-class-email-subscribers.php:484
4642
  msgid "Please enter an email address."
4643
  msgstr ""
4644
 
4645
+ #: pro/pro-class-email-subscribers.php:486
4646
  msgid "Add Attachment"
4647
  msgstr ""
4648
 
4649
  #. translators: %s: Attachmen max file size.
4650
+ #: pro/pro-class-email-subscribers.php:488
4651
  msgid "Please attach a file having size lower than %s."
4652
  msgstr ""
4653
 
4654
+ #: pro/pro-class-email-subscribers.php:489
4655
  msgid "Are you sure you want to delete this?"
4656
  msgstr ""
4657
 
4658
+ #: pro/pro-class-email-subscribers.php:615
4659
  msgid "Clean My List"
4660
  msgstr ""
4661
 
4662
+ #: pro/pro-class-email-subscribers.php:616
4663
  msgid "List cleanup is in progress..."
4664
  msgstr ""
4665
 
4666
+ #: pro/pro-class-email-subscribers.php:617
4667
  msgid "List cleanup completed successfully."
4668
  msgstr ""
4669
 
4670
+ #: pro/pro-class-email-subscribers.php:634
4671
  msgid "Email status"
4672
  msgstr ""
4673
 
4674
+ #: pro/pro-class-email-subscribers.php:635
4675
  msgid "Last opened at"
4676
  msgstr ""
4677
 
4678
+ #: pro/pro-class-email-subscribers.php:638
4679
  msgid "IP"
4680
  msgstr ""
4681
 
4682
+ #: pro/pro-class-email-subscribers.php:834
4683
  msgid "Select page"
4684
  msgstr ""
4685
 
4686
+ #: pro/pro-class-email-subscribers.php:847
4687
  msgid "Subscriber will be redirected to selected page once they click on unsubscribe link from the email."
4688
  msgstr ""
4689
 
4690
+ #: pro/pro-class-email-subscribers.php:860
4691
  msgid "Subscriber will be redirected to selected page once they click on email confirmation link from the double opt-in (confirmation) email."
4692
  msgstr ""
4693
 
4694
+ #: pro/pro-class-email-subscribers.php:903
4695
  msgid "Access Key ID"
4696
  msgstr ""
4697
 
4698
+ #: pro/pro-class-email-subscribers.php:916
4699
  msgid "Secret Access Key"
4700
  msgstr ""
4701
 
4702
+ #: pro/pro-class-email-subscribers.php:930
4703
  msgid "Closest Region"
4704
  msgstr ""
4705
 
4706
+ #: pro/pro-class-email-subscribers.php:932
4707
  msgid "To decrease network latency between your site and Amazon SES and speed up email sending, select the Amazon SES API region which is closest to where your website is hosted."
4708
  msgstr ""
4709
 
4710
+ #: pro/pro-class-email-subscribers.php:959
4711
  msgid "Private API Key"
4712
  msgstr ""
4713
 
4714
+ #: pro/pro-class-email-subscribers.php:973
4715
  msgid "Domain Name"
4716
  msgstr ""
4717
 
4718
+ #: pro/pro-class-email-subscribers.php:984
4719
+ #: pro/pro-class-email-subscribers.php:1059
4720
  msgid "United States"
4721
  msgstr ""
4722
 
4723
+ #: pro/pro-class-email-subscribers.php:985
4724
+ #: pro/pro-class-email-subscribers.php:1060
4725
  msgid "Europe"
4726
  msgstr ""
4727
 
4728
+ #: pro/pro-class-email-subscribers.php:991
4729
+ #: pro/pro-class-email-subscribers.php:1066
4730
  msgid "Region"
4731
  msgstr ""
4732
 
4733
+ #: pro/pro-class-email-subscribers.php:995
4734
  msgid "mailgun.com"
4735
  msgstr ""
4736
 
4737
+ #: pro/pro-class-email-subscribers.php:1021
4738
+ #: pro/pro-class-email-subscribers.php:1048
4739
  msgid "API Key"
4740
  msgstr ""
4741
 
4742
+ #: pro/pro-class-email-subscribers.php:1068
4743
  msgid "Define which endpoint you want to use for sending messages. If you are operating under EU laws, you may be required to use EU region."
4744
  msgstr ""
4745
 
4746
+ #: pro/pro-class-email-subscribers.php:1093
4747
+ msgid "API token"
4748
+ msgstr ""
4749
+
4750
+ #: pro/pro-class-email-subscribers.php:1163
4751
  msgid "Clicked"
4752
  msgstr ""
4753
 
4754
  #. translators: 1: Page 2: Duplicate action 3: Campaign id 4: Wp nonce
4755
+ #: pro/pro-class-email-subscribers.php:1428
4756
  msgid "<a href=\"?page=%1$s&action=%2$s&list=%3$s&_wpnonce=%4$s\">Duplicate</a>"
4757
  msgstr ""
4758
 
4759
+ #: pro/pro-class-email-subscribers.php:1449
4760
  msgid "You are not allowed to duplicate campaign."
4761
  msgstr ""
4762
 
4763
+ #: pro/pro-class-email-subscribers.php:1464
4764
  msgid "Campaign duplicated !"
4765
  msgstr ""
4766
 
4767
+ #: pro/pro-class-email-subscribers.php:1733
4768
  msgid "Import WordPress users with following roles"
4769
  msgstr ""
4770
 
4771
+ #: pro/pro-class-email-subscribers.php:1783
4772
  msgid "Proceed"
4773
  msgstr ""
4774
 
4775
+ #: pro/pro-class-email-subscribers.php:1843
4776
  msgid "How to configure Mailgun to send emails in the Email Subscribers plugin?"
4777
  msgstr ""
4778
 
4779
+ #: pro/pro-class-email-subscribers.php:1871
4780
  msgid "How to configure SendGrid to send emails in the Email Subscribers plugin?"
4781
  msgstr ""
4782
 
4783
+ #: pro/pro-class-email-subscribers.php:1900
4784
  msgid "How to configure Sparkpost to send emails in the Email Subscribers plugin?"
4785
  msgstr ""
4786
 
4787
+ #: pro/pro-class-email-subscribers.php:1927
4788
  msgid "How to configure Amazon SES to send emails in the Email Subscribers plugin?"
4789
  msgstr ""
4790
 
4791
+ #: pro/pro-class-email-subscribers.php:1954
4792
+ msgid "How to configure Postmark to send emails in the Email Subscribers plugin?"
4793
+ msgstr ""
4794
+
4795
  #: pro/pro-class-post-digest.php:67
4796
  msgid "."
4797
  msgstr ""
4872
  msgid "Edit Sequence"
4873
  msgstr ""
4874
 
4875
+ #: pro/pro-class-sequences.php:91
4876
+ msgid "How to create Email Sequence?"
4877
+ msgstr ""
4878
+
4879
+ #: pro/pro-class-sequences.php:104
4880
  msgid "Add Sequence name"
4881
  msgstr ""
4882
 
4883
+ #: pro/pro-class-sequences.php:105
4884
+ #: pro/pro-class-sequences.php:331
4885
  msgid "Save All"
4886
  msgstr ""
4887
 
4888
+ #: pro/pro-class-sequences.php:126
4889
  msgid "+ Add Email"
4890
  msgstr ""
4891
 
4892
+ #: pro/pro-class-sequences.php:166
4893
+ #: pro/pro-class-sequences.php:238
4894
  msgid "Sequence should have atleast one email"
4895
  msgstr ""
4896
 
4897
+ #: pro/pro-class-sequences.php:210
4898
  msgid "Sequence added successfully!"
4899
  msgstr ""
4900
 
4901
+ #: pro/pro-class-sequences.php:214
4902
  msgid "Sorry, you are not allowed to add sequence."
4903
  msgstr ""
4904
 
4905
+ #: pro/pro-class-sequences.php:313
4906
  msgid "Sequence updated successfully!"
4907
  msgstr ""
4908
 
4909
+ #: pro/pro-class-sequences.php:317
4910
  msgid "Sorry, you are not allowed to edit sequence."
4911
  msgstr ""
4912
 
4913
+ #: pro/pro-class-sequences.php:355
4914
+ #: pro/pro-class-sequences.php:440
4915
  msgid " day"
4916
  msgstr ""
4917
 
4918
+ #: pro/pro-class-sequences.php:355
4919
+ #: pro/pro-class-sequences.php:440
4920
  msgid " days"
4921
  msgstr ""
4922
 
4923
+ #: pro/pro-class-sequences.php:360
4924
+ #: pro/pro-class-sequences.php:398
4925
  msgid "Welcome"
4926
  msgstr ""
4927
 
4928
+ #: pro/pro-class-sequences.php:363
4929
+ #: pro/pro-class-sequences.php:366
4930
  msgid "Delete this email"
4931
  msgstr ""
4932
 
4933
+ #: pro/pro-class-sequences.php:396
4934
  msgid "Email Subject"
4935
  msgstr ""
4936
 
4937
+ #: pro/pro-class-sequences.php:445
4938
  msgid "When to send"
4939
  msgstr ""
4940
 
4941
+ #: pro/pro-class-sequences.php:451
4942
  msgid " after subscription"
4943
  msgstr ""
4944
 
5257
  msgid "You won't receive further emails from us, thank you!"
5258
  msgstr ""
5259
 
5260
+ #: starter/starter-class-email-subscribers.php:360
5261
  msgid "SMTP Host"
5262
  msgstr ""
5263
 
5264
+ #: starter/starter-class-email-subscribers.php:369
5265
  msgid "SSL"
5266
  msgstr ""
5267
 
5268
+ #: starter/starter-class-email-subscribers.php:369
5269
  msgid "TLS"
5270
  msgstr ""
5271
 
5272
+ #: starter/starter-class-email-subscribers.php:374
5273
  msgid "Encryption"
5274
  msgstr ""
5275
 
5276
+ #: starter/starter-class-email-subscribers.php:388
5277
  msgid "SMTP Port"
5278
  msgstr ""
5279
 
5280
+ #: starter/starter-class-email-subscribers.php:402
5281
  msgid "Authentication"
5282
  msgstr ""
5283
 
5284
+ #: starter/starter-class-email-subscribers.php:416
5285
  msgid "SMTP Username"
5286
  msgstr ""
5287
 
5288
+ #: starter/starter-class-email-subscribers.php:430
5289
  msgid "SMTP Password"
5290
  msgstr ""
5291
 
5292
+ #: starter/starter-class-email-subscribers.php:460
5293
  msgid "Set default captcha option for new forms"
5294
  msgstr ""
5295
 
5296
+ #: starter/starter-class-email-subscribers.php:479
5297
  msgid "Comment opt-in consent"
5298
  msgstr ""
5299
 
5300
+ #: starter/starter-class-email-subscribers.php:480
5301
  msgid "This will show up at comment form next to consent checkbox."
5302
  msgstr ""
5303
 
5304
+ #: starter/starter-class-email-subscribers.php:484
5305
  msgid "Comment opt-in Consent"
5306
  msgstr ""
5307
 
5308
+ #: starter/starter-class-email-subscribers.php:491
5309
+ #: starter/starter-class-email-subscribers.php:495
5310
  msgid "Opt-in consent text"
5311
  msgstr ""
5312
 
5313
+ #: starter/starter-class-email-subscribers.php:505
5314
  msgid "Allow user to select list(s) while unsubscribe"
5315
  msgstr ""
5316
 
5317
+ #: starter/starter-class-email-subscribers.php:787
5318
  msgid "Please select a list to unsubscribe"
5319
  msgstr ""
5320
 
5321
+ #: starter/starter-class-email-subscribers.php:891
5322
  msgid "Unsubscribe from below mailing list(s)"
5323
  msgstr ""
5324
 
5325
+ #: starter/starter-class-email-subscribers.php:892
5326
  msgid "Unsubscribe from all the lists"
5327
  msgstr ""
5328
 
lite/public/js/email-subscribers-public.js CHANGED
@@ -119,46 +119,6 @@
119
  handleBindFunction(form);
120
  });
121
 
122
- let subscription_forms = $('.es_subscription_form');
123
- // Check if page contains ES subscription form.
124
- if ( subscription_forms.length > 0 ) {
125
- let list_ids = [];
126
- jQuery(subscription_forms).find('input[name="lists[]"]').each(function(){
127
- let list_id = $(this).val();
128
- if ( ! isNaN( list_id ) ) {
129
- list_ids.push(list_id);
130
- }
131
- });
132
- // Send an ajax request to get updated nonce value.
133
- jQuery.ajax({
134
- type: 'POST',
135
- url: es_data.es_ajax_url,
136
- data: {
137
- action: 'ig_es_get_updated_subscription_data',
138
- list_ids: list_ids,
139
- },
140
- dataType: 'json',
141
- success: function(response) {
142
- if( true === response.success ) {
143
- let data = response.data;
144
- let updated_nonce = data.updated_nonce;
145
- // Update nonce field in each subscription form.
146
- jQuery(subscription_forms).find('input[name="es-subscribe"]').each(function(){
147
- $(this).val(updated_nonce);
148
- });
149
- let list_hashes = data.list_hashes;
150
- // Update list ids with list hash
151
- jQuery(subscription_forms).find('input[name="lists[]"]').each(function(){
152
- let list_id = $(this).val();
153
- if ( list_hashes.hasOwnProperty( list_id ) ) {
154
- let list_hash = list_hashes[ list_id ];
155
- $(this).val(list_hash);
156
- }
157
- });
158
- }
159
- }
160
- });
161
- }
162
  });
163
  // Compatibility of ES with IG
164
  jQuery( window ).on( "init.icegram", function(e, ig) {
119
  handleBindFunction(form);
120
  });
121
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
122
  });
123
  // Compatibility of ES with IG
124
  jQuery( window ).on( "init.icegram", function(e, ig) {
readme.txt CHANGED
@@ -4,9 +4,9 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_i
4
  Author URI: https://www.icegram.com/
5
  Tags: email marketing, subscription, autoresponder, post notification, welcome email
6
  Requires at least: 3.9
7
- Tested up to: 5.7
8
  Requires PHP: 5.6
9
- Stable tag: 4.7.0
10
  License: GPLv3
11
  License URI: http://www.gnu.org/licenses
12
 
@@ -302,9 +302,52 @@ Refer [here](https://www.icegram.com/documentation/es-faq/).
302
 
303
  21. Campaign Analytics [PRO]
304
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
305
 
306
  == Changelog ==
307
 
 
 
 
 
 
 
 
 
308
  **4.7.0 (05.04.2021)**
309
 
310
  * New: Support for list and status fields while importing contacts through CSV
4
  Author URI: https://www.icegram.com/
5
  Tags: email marketing, subscription, autoresponder, post notification, welcome email
6
  Requires at least: 3.9
7
+ Tested up to: 5.7.1
8
  Requires PHP: 5.6
9
+ Stable tag: 4.7.1
10
  License: GPLv3
11
  License URI: http://www.gnu.org/licenses
12
 
302
 
303
  21. Campaign Analytics [PRO]
304
 
305
+ == Upgrade Notice ==
306
+
307
+ **4.7.1 (30.04.2021)**
308
+
309
+ * New: Send emails using Postmark batch API **[PRO]**
310
+ * Update: Improved dashboard UI
311
+ * Fix: Post digest category issue **[PRO]**
312
+ * Fix: Garbage characters in few cases when an email containing HTML entities is sent using Pepipost
313
+ * Fix: Ajax call on every page load
314
+
315
+ **4.7.0 (05.04.2021)**
316
+
317
+ * New: Support for list and status fields while importing contacts through CSV
318
+ * New: Using batch API to send emails through Mailgun [PRO]
319
+
320
+ **4.6.14 (25.03.2021)**
321
+
322
+ * New: Send emails using Mailgun, SparkPost and SendGrid [PRO]
323
+ * New: Import contacts from MailChimp
324
+
325
+ **4.6.13 (17.03.2021)**
326
+
327
+ * New: Campaign rules to filter recipients while sending sequence emails [PRO]
328
+ * Update: Tested upto WordPress 5.7
329
+ * Fix: Invalid date and time for campaign reports activity table
330
+
331
+ **4.6.12.1 (05.03.2021)**
332
+
333
+ * Fix: Subscription issue with [Icegram](https://wordpress.org/plugins/icegram) plugin
334
+
335
+ **4.6.12 (04.03.2021)**
336
+
337
+ * New: Filter recipients using new campaign rules for 'is in List' and 'is not in List'[PRO] while sending broadcast
338
+ * Update: Improved campaign report UI
339
+ * Update: Improved securities in subscription form
340
 
341
  == Changelog ==
342
 
343
+ **4.7.1 (30.04.2021)**
344
+
345
+ * New: Send emails using Postmark batch API [PRO]
346
+ * Update: Improved dashboard UI
347
+ * Fix: Post digest category issue [PRO]
348
+ * Fix: Garbage characters in few cases when an email containing HTML entities is sent using Pepipost
349
+ * Fix: Ajax call on every page load
350
+
351
  **4.7.0 (05.04.2021)**
352
 
353
  * New: Support for list and status fields while importing contacts through CSV