Email Subscribers & Newsletters - Version 5.4.3

Version Description

  • New: Send emails using Gmail API [Starter]

=

Download this release

Release Info

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

Code changes from version 5.4.2 to 5.4.3

email-subscribers.php CHANGED
@@ -3,7 +3,7 @@
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: 5.4.2
7
  * Author: Icegram
8
  * Author URI: https://www.icegram.com/
9
  * Requires at least: 3.9
@@ -187,7 +187,7 @@ if ( 'premium' === $ig_es_plan ) {
187
  /* ***************************** Initial Compatibility Work (End) ******************* */
188
 
189
  if ( ! defined( 'ES_PLUGIN_VERSION' ) ) {
190
- define( 'ES_PLUGIN_VERSION', '5.4.2' );
191
  }
192
 
193
  // 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: 5.4.3
7
  * Author: Icegram
8
  * Author URI: https://www.icegram.com/
9
  * Requires at least: 3.9
187
  /* ***************************** Initial Compatibility Work (End) ******************* */
188
 
189
  if ( ! defined( 'ES_PLUGIN_VERSION' ) ) {
190
+ define( 'ES_PLUGIN_VERSION', '5.4.3' );
191
  }
192
 
193
  // Plugin Folder Path.
lite/admin/images/gmail.png ADDED
Binary file
lite/includes/class-email-subscribers.php CHANGED
@@ -1590,6 +1590,18 @@ if ( ! class_exists( 'Email_Subscribers' ) ) {
1590
 
1591
  break;
1592
 
 
 
 
 
 
 
 
 
 
 
 
 
1593
  case 'Amazon_SES':
1594
  switch ( $key ) {
1595
  case 'access_key_id':
@@ -1800,6 +1812,18 @@ if ( ! class_exists( 'Email_Subscribers' ) ) {
1800
 
1801
  break;
1802
 
 
 
 
 
 
 
 
 
 
 
 
 
1803
  case 'mailjet':
1804
  switch ( $key ) {
1805
  case 'public_key':
1590
 
1591
  break;
1592
 
1593
+ case 'gmail':
1594
+ switch ( $key ) {
1595
+ case 'client_id':
1596
+ $return = defined( 'IG_ES_GMAIL_CLIENT_ID' ) && IG_ES_GMAIL_CLIENT_ID;
1597
+ break;
1598
+ case 'client_secret':
1599
+ $return = defined( 'IG_ES_GMAIL_CLIENT_SECRET' ) && IG_ES_GMAIL_CLIENT_SECRET;
1600
+ break;
1601
+ }
1602
+
1603
+ break;
1604
+
1605
  case 'Amazon_SES':
1606
  switch ( $key ) {
1607
  case 'access_key_id':
1812
 
1813
  break;
1814
 
1815
+ case 'gmail':
1816
+ switch ( $key ) {
1817
+ case 'client_id':
1818
+ $return = $this->is_const_defined( $group, $key ) ? IG_ES_GMAIL_CLIENT_ID : $value;
1819
+ break;
1820
+ case 'client_secret':
1821
+ $return = $this->is_const_defined( $group, $key ) ? IG_ES_GMAIL_CLIENT_SECRET : $value;
1822
+ break;
1823
+ }
1824
+
1825
+ break;
1826
+
1827
  case 'mailjet':
1828
  switch ( $key ) {
1829
  case 'public_key':
lite/includes/classes/class-es-campaign-report.php CHANGED
@@ -20,13 +20,260 @@ class ES_Campaign_Report extends ES_List_Table {
20
  )
21
  );
22
 
 
 
23
  add_action( 'ig_es_view_activity_table_html', array( $this, 'view_activity_report_table' ), 10, 3 );
24
  add_action( 'admin_footer', array( $this, 'es_view_activity_report_sort_and_filter' ) );
25
  }
26
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
27
  public function es_campaign_report_callback() {
28
  ?>
29
-
30
  <?php
31
  $this->ajax_response();
32
  $paged = ig_es_get_request_data( 'paged', 1 );
@@ -313,7 +560,7 @@ class ES_Campaign_Report extends ES_List_Table {
313
  $selects[] = $wpbd->prepare( $queue_query, $message_id, $campaign_id, $message_id );
314
  }
315
 
316
- $action_query = "SELECT
317
  MAX(contacts.id) AS `contact_id`,
318
  contacts.email AS `email`,
319
  MAX(actions.type) AS `type`,
@@ -387,7 +634,7 @@ class ES_Campaign_Report extends ES_List_Table {
387
  if ( $orderby ) {
388
  $per_page = 100;
389
  $offset = $page_number > 1 ? ( $page_number - 1 ) * $per_page : 0;
390
-
391
  $order_by_query = " ORDER BY {$orderby} LIMIT {$offset}, {$per_page}";
392
  }
393
 
@@ -472,6 +719,7 @@ class ES_Campaign_Report extends ES_List_Table {
472
 
473
  <div class="wrap">
474
  <?php if ( ! ES()->is_pro() && ! $insight ) { ?>
 
475
  <a href="?page=es_reports&action=view&list=<?php echo esc_attr( $hash ); ?>&_wpnonce=<?php echo esc_attr( $_wpnonce ); ?>&insight=true" class="float-right top-10 relative ig-es-title-button px-2 py-2 mx-2 -mt-2 ig-es-imp-button cursor-pointer"><?php esc_html_e( 'Campaign Analytics', 'email-subscribers' ); ?></a>
476
  <?php } ?>
477
  </div>
@@ -501,7 +749,7 @@ class ES_Campaign_Report extends ES_List_Table {
501
  $(document).ready(
502
 
503
  function () {
504
-
505
  $('#es_campaign_report').on('click', '.tablenav-pages a, .manage-column.sortable a, .manage-column.sorted a', function (e) {
506
  e.preventDefault();
507
  var query = this.search.substring(1);
@@ -512,7 +760,7 @@ class ES_Campaign_Report extends ES_List_Table {
512
  $("input[name='orderby']").val(orderby);
513
  $("input[name='paged']").val(paged);
514
  check_filter_value();
515
-
516
  });
517
 
518
  $('#campaign-report-search-submit').on('click', function (e) {
@@ -522,7 +770,7 @@ class ES_Campaign_Report extends ES_List_Table {
522
  });
523
  });
524
 
525
-
526
  list = {
527
 
528
  /** AJAX call
@@ -558,7 +806,7 @@ class ES_Campaign_Report extends ES_List_Table {
558
  $('.tablenav.top .tablenav-pages').html($(response.pagination.top).html());
559
  },
560
  error: function (err) {
561
-
562
  }
563
  }).always(function(){
564
  $('#es_campaign_report table.wp-list-table.widefat.fixed.striped.table-view-list.reports tbody').removeClass('pulse-animation').css({'filter': 'blur(0px)', '-webkit-filter' : 'blur(0px)'});
@@ -595,8 +843,8 @@ class ES_Campaign_Report extends ES_List_Table {
595
  var order = $("input[name='order']").val();
596
  var orderby = $("input[name='orderby']").val();
597
  var paged = $("input[name='paged']").val();
598
-
599
- data =
600
  {
601
  list : "<?php echo esc_html( $hash ); ?>",
602
  campaign_id : <?php echo ( ! empty( $campaign_id ) ? esc_html( $campaign_id ) : 0 ); ?>,
@@ -608,7 +856,7 @@ class ES_Campaign_Report extends ES_List_Table {
608
  status : report_activity_status
609
 
610
  };
611
-
612
  list.update(data);
613
  }
614
  })(jQuery);
20
  )
21
  );
22
 
23
+ add_action( 'ig_es_view_report_data_lite', array( $this, 'view_report_data_lite' ) );
24
+ add_action( 'ig_es_view_report_description_lite', array( $this, 'view_report_description_lite' ), 10, 2 );
25
  add_action( 'ig_es_view_activity_table_html', array( $this, 'view_activity_report_table' ), 10, 3 );
26
  add_action( 'admin_footer', array( $this, 'es_view_activity_report_sort_and_filter' ) );
27
  }
28
 
29
+
30
+ /**
31
+ * Get individual reports data
32
+ *
33
+ * @version 5.4.2
34
+ */
35
+ public static function view_report_data_lite( $id ) {
36
+ global $wpdb;
37
+
38
+ $notification = ES_DB_Mailing_Queue::get_notification_by_hash( $id );
39
+ $report_id = $notification['id'];
40
+ $notification_campaign_id = $notification['campaign_id'];
41
+ $total_email_sent = ES()->actions_db->get_count_based_on_id_type( $notification_campaign_id, $report_id, IG_MESSAGE_SENT );
42
+ $email_viewed_count = ES()->actions_db->get_count_based_on_id_type( $notification_campaign_id, $report_id, IG_MESSAGE_OPEN );
43
+ //--->
44
+ $email_unsubscribed_count = ES()->actions_db->get_count_based_on_id_type( $notification_campaign_id, $report_id, IG_CONTACT_UNSUBSCRIBE );
45
+ $avg_unsubscribed_rate = !empty($total_email_sent) ? number_format_i18n(( ( $email_unsubscribed_count/$total_email_sent ) * 100 ), 2) : 0;
46
+ //--->
47
+ $avg_open_rate = ! empty( $total_email_sent) ? number_format_i18n( ( ( $email_viewed_count * 100 ) / $total_email_sent ), 2 ) : 0;
48
+ $email_click_count = ! empty( $notification_campaign_id ) ? ES()->actions_db->get_count_based_on_id_type( $notification_campaign_id, $report_id, IG_LINK_CLICK ) : 0;
49
+ $avg_click_rate = ! empty( $total_email_sent ) ? number_format_i18n( ( ( $email_click_count * 100 ) / $total_email_sent ), 2 ) : 0;
50
+
51
+ if ( empty( $notification['campaign_id'] ) ) {
52
+ $notification_type = __( 'Post Notification', 'email-subscribers' );
53
+ } else {
54
+ $notification_type = ES()->campaigns_db->get_campaign_type_by_id( $notification['campaign_id'] );
55
+ $notification_type = strtolower( $notification_type );
56
+ $notification_type = ( 'newsletter' === $notification_type ) ? __( 'Broadcast', 'email-subscribers' ) : $notification_type;
57
+ }
58
+
59
+ $report_kpi_statistics = array(
60
+ 'total_email_sent' => number_format_i18n( $total_email_sent ),
61
+ 'email_viewed_count' => number_format_i18n( $email_viewed_count ),
62
+ 'email_unsubscribed_count' => number_format_i18n( $email_unsubscribed_count ),
63
+ 'email_click_count' => number_format_i18n( $email_click_count ),
64
+ 'avg_open_rate' => $avg_open_rate,
65
+ 'avg_click_rate' => $avg_click_rate,
66
+ 'avg_unsubscribed_rate' => $avg_unsubscribed_rate,
67
+ );
68
+
69
+ $notification['type'] = ucwords( str_replace( '_', ' ', $notification_type ) );
70
+ $notification_subject = $notification['subject'];
71
+ $notification_campaign = ES()->campaigns_db->get_campaign_by_id( $notification_campaign_id, - 1 );
72
+ $notification['from_email'] = ! empty( $notification_campaign['from_email'] ) ? $notification_campaign['from_email'] : '';
73
+ $notification_lists_ids = ! empty( $notification_campaign['list_ids'] ) ? explode( ',', $notification_campaign['list_ids'] ) : array();
74
+ $notification['list_name'] = ES_Common::prepare_list_name_by_ids( $notification_lists_ids );
75
+ $total_contacts = $notification['count'];
76
+ $notification_status = $notification['status'];
77
+ $campaign_meta = ! empty( $notification_campaign['meta'] ) ? unserialize( $notification_campaign['meta']) : '';
78
+ $notification['list_conditions'] = ! empty( $campaign_meta['list_conditions'] ) ? $campaign_meta['list_conditions'] : '';
79
+
80
+ $where = $wpdb->prepare( 'message_id = %d ORDER BY updated_at DESC', $report_id );
81
+ $notification_actions = ES()->actions_db->get_by_conditions( $where );
82
+
83
+ $links_where = $wpdb->prepare( 'message_id = %d', $report_id );
84
+ $notification_links = ES()->links_db->get_by_conditions( $links_where );
85
+
86
+ $activity_data = array();
87
+ $time_offset = get_option( 'gmt_offset' ) * HOUR_IN_SECONDS;
88
+ $date_format = get_option( 'date_format' );
89
+
90
+ if ( ! empty( $notification_actions ) ) {
91
+ foreach ( $notification_actions as $notification_action ) {
92
+ $action_type = (int) $notification_action['type'];
93
+ if ( in_array( $action_type, array( IG_MESSAGE_OPEN, IG_LINK_CLICK ), true ) ) {
94
+ $created_timestamp = $notification_action['created_at'];
95
+ //$created_date = date_i18n( $date_format, $created_timestamp + $time_offset );
96
+ $created_date = gmdate( 'Y-m-d', $created_timestamp + $time_offset );
97
+ if ( ! isset( $activity_data[ $created_date ] ) ) {
98
+ $activity_data[ $created_date ] = array(
99
+ 'opened' => 0,
100
+ 'clicked' => 0,
101
+ );
102
+ }
103
+ if ( IG_MESSAGE_OPEN === $action_type ) {
104
+ $activity_data[ $created_date ]['opened'] ++;
105
+ } elseif ( IG_LINK_CLICK === $action_type ) {
106
+ $activity_data[ $created_date ]['clicked'] ++;
107
+ }
108
+ }
109
+ }
110
+ }
111
+ if ( ! empty( $activity_data ) ) {
112
+ ksort( $activity_data );
113
+ }
114
+
115
+ // To display report header information and KPI values
116
+ do_action( 'ig_es_view_report_description_lite', $notification, $report_kpi_statistics );
117
+
118
+
119
+ }
120
+
121
+
122
+ /**
123
+ * Display Report header information and KPI values
124
+ *
125
+ * @version 5.4.2
126
+ */
127
+ public function view_report_description_lite( $notification, $report_kpi_statistics ) {
128
+ ?>
129
+ <div class="wrap max-w-7xl">
130
+ <div class="wp-heading-inline flex items-center justify-between">
131
+ <div class="flex-shrink-0 break-words">
132
+ <h2 class="text-2xl font-medium leading-7 tracking-wide text-gray-900 pt-1">
133
+ <?php echo esc_html__( 'Report', 'email-subscribers' ); ?>
134
+ </h2>
135
+ </div>
136
+ </div>
137
+ <div class="mt-3 pb-2 w-full bg-white rounded-md shadow flex">
138
+ <div class="w-3/4">
139
+ <div class="flex pl-6 pt-4">
140
+ <div class="w-auto inline-block text-xl text-gray-600 font-medium leading-7 truncate">
141
+ <?php echo esc_html( $notification['subject'] ); ?>
142
+ </div>
143
+ <div class="inline-block ml-2 font-semibold leading-5 tracking-wide text-xs">
144
+ <?php
145
+ switch ( $notification['status'] ) {
146
+ case 'Sent':
147
+ ?>
148
+ <svg class="inline-block mt-1.5 ml-1 h-5 w-5 text-green-400" fill="currentColor" viewBox="0 0 20 20">
149
+ <title><?php echo esc_attr__( 'Sent', 'email-subscribers' ); ?></title>
150
+ <path fill-rule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z" clip-rule="evenodd"/>
151
+ </svg>
152
+ <?php
153
+ break;
154
+ case 'In Queue':
155
+ ?>
156
+ <svg class="inline-block mt-1.5 ml-1 h-5 w-5 text-orange-400" fill="currentColor" viewBox="0 0 20 20">
157
+ <title><?php echo esc_attr__( 'In Queue', 'email-subscribers' ); ?></title>
158
+ <path fill-rule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zm1-12a1 1 0 10-2 0v4a1 1 0 00.293.707l2.828 2.829a1 1 0 101.415-1.415L11 9.586V6z" clip-rule="evenodd"/>
159
+ </svg>
160
+ <?php
161
+ break;
162
+ case 'Sending':
163
+ ?>
164
+ <svg class="inline-block mt-1.5 ml-1 h-5 w-5 text-yellow-400" fill="currentColor" viewBox="0 0 20 20">
165
+ <title><?php echo esc_attr__( 'Sending', 'email-subscribers' ); ?></title>
166
+ <path fill-rule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-8.707l-3-3a1 1 0 00-1.414 1.414L10.586 9H7a1 1 0 100 2h3.586l-1.293 1.293a1 1 0 101.414 1.414l3-3a1 1 0 000-1.414z" clip-rule="evenodd"/>
167
+ </svg>
168
+ <?php
169
+ break;
170
+ case '1':
171
+ ?>
172
+ <span class="inline-flex px-2 text-green-800 bg-green-100 rounded-full"><?php echo esc_html__('Active', 'email-subscribers'); ?></span>
173
+ <?php
174
+ break;
175
+ case '':
176
+ ?>
177
+ <span class="inline-flex px-2 text-red-800 bg-red-100 rounded-full"><?php echo esc_html__('Inactive', 'email-subscribers'); ?></span>
178
+ <?php } ?>
179
+ </div>
180
+ </div>
181
+ <div class="w-full text-gray-600 italic font-medium pt-4 text-sm leading-5 overflow-hidden">
182
+ <p class="pl-6 truncate"><?php echo esc_html__( 'Type: ', 'email-subscribers' ); ?>
183
+ <span class="pl-1 font-normal not-italic text-gray-900"><?php echo esc_html( $notification['type'] ); ?></span>
184
+ </p>
185
+ <p class="pl-6 pt-2 truncate"><?php echo esc_html__( 'From: ', 'email-subscribers' ); ?>
186
+ <span class="pl-1 font-normal not-italic text-gray-900"><?php echo esc_html( $notification['from_email'] ); ?></span>
187
+ </p>
188
+ <div class="pl-6 pt-2 inline-block truncate relative w-full">
189
+ <span class="recipient-text"><?php echo esc_html__( 'Recipient(s): ', 'email-subscribers' ); ?></span>
190
+ <div class="pl-1 font-normal not-italic text-gray-900 inline-block truncate w-11/12" style="padding-left: 80px;">
191
+ <?php
192
+ if ( ! empty( $notification['list_name'] ) ) {
193
+ echo esc_html( $notification['list_name'] );
194
+ } else {
195
+ if ( ! empty( $notification['list_conditions'] ) ) {
196
+ do_action( 'ig_es_campaign_show_conditions', $notification['list_conditions'] );
197
+ }
198
+ }
199
+ ?>
200
+ </div>
201
+ </div>
202
+ <?php if ( ! in_array( $notification['type'], array( 'Sequence Message', 'Workflow Email' ), true ) ) { ?>
203
+ <p class="pl-6 pt-2 text-gray-600 "><?php echo esc_html__( 'Date: ', 'email-subscribers' ); ?>
204
+ <span class="pl-1 font-normal not-italic text-gray-900"><?php echo wp_kses_post( ig_es_format_date_time( $notification['start_at'] ) ); ?></span>
205
+ </p>
206
+ <?php } ?>
207
+ </div>
208
+ </div>
209
+ <div class="w-1/2">
210
+ <div class="flex-1 min-w-0">
211
+ <p class="pt-4 pl-8 text-lg font-medium leading-6 text-gray-400">
212
+ <?php echo esc_html__( 'Statistics', 'email-subscribers' ); ?>
213
+ </p>
214
+ <div class="sm:grid sm:grid-cols-2 ml-6 mr-8">
215
+
216
+ <div class="p-2">
217
+ <span class = "text-2xl font-bold leading-none text-indigo-600">
218
+ <?php echo esc_html( $report_kpi_statistics['email_viewed_count']); ?>
219
+ </span>
220
+
221
+ <span class = "text-xl font-bold leading-none text-indigo-600">
222
+ <?php echo esc_html( ' (' . $report_kpi_statistics['avg_open_rate'] . '%)'); ?>
223
+ </span>
224
+
225
+ <p class="mt-1 font-medium leading-6 text-gray-500">
226
+ <?php echo esc_html__( 'Opened', 'email-subscribers' ); ?>
227
+ </p>
228
+ </div>
229
+
230
+ <div class="p-2">
231
+ <span class = "text-2xl font-bold leading-none text-indigo-600">
232
+ <?php echo esc_html( '0' ); ?>
233
+ </span>
234
+
235
+ <span class = "text-xl font-bold leading-none text-indigo-600">
236
+ <?php echo esc_html( '(0.00%)'); ?>
237
+ </span>
238
+
239
+ <p class="mt-1 font-medium leading-6 text-gray-500">
240
+ <?php echo esc_html__( 'Clicked', 'email-subscribers' ); ?><span class="premium-icon ml-2 mb-1"></span>
241
+ </p>
242
+ </div>
243
+
244
+ <div class="p-2">
245
+ <span class="text-2xl font-bold leading-none text-indigo-600">
246
+ <?php echo esc_html( $report_kpi_statistics['total_email_sent'] ); ?>
247
+ </span>
248
+ <p class="mt-1 font-medium leading-6 text-gray-500">
249
+ <?php echo esc_html__( 'Sent', 'email-subscribers' ); ?>
250
+ </p>
251
+ </div>
252
+
253
+ <div class="p-2">
254
+ <span class = "text-2xl font-bold leading-none text-indigo-600">
255
+ <?php echo esc_html( '0' ); ?>
256
+ </span>
257
+ <span class = "text-xl font-bold leading-none text-indigo-600">
258
+ <?php echo esc_html( '(0.00%)' ); ?>
259
+ </span>
260
+
261
+ <p class="mt-1 font-medium leading-6 text-gray-500">
262
+ <?php echo esc_html__( 'Unsubscribed', 'email-subscribers' ); ?><span class="premium-icon ml-2 mb-1"></span>
263
+ </p>
264
+ </div>
265
+
266
+ </div>
267
+ </div>
268
+ </div>
269
+ </div>
270
+ <?php
271
+ }
272
+
273
+
274
  public function es_campaign_report_callback() {
275
  ?>
276
+
277
  <?php
278
  $this->ajax_response();
279
  $paged = ig_es_get_request_data( 'paged', 1 );
560
  $selects[] = $wpbd->prepare( $queue_query, $message_id, $campaign_id, $message_id );
561
  }
562
 
563
+ $action_query = "SELECT
564
  MAX(contacts.id) AS `contact_id`,
565
  contacts.email AS `email`,
566
  MAX(actions.type) AS `type`,
634
  if ( $orderby ) {
635
  $per_page = 100;
636
  $offset = $page_number > 1 ? ( $page_number - 1 ) * $per_page : 0;
637
+
638
  $order_by_query = " ORDER BY {$orderby} LIMIT {$offset}, {$per_page}";
639
  }
640
 
719
 
720
  <div class="wrap">
721
  <?php if ( ! ES()->is_pro() && ! $insight ) { ?>
722
+ <?php do_action( 'ig_es_view_report_data_lite', $hash ); ?>
723
  <a href="?page=es_reports&action=view&list=<?php echo esc_attr( $hash ); ?>&_wpnonce=<?php echo esc_attr( $_wpnonce ); ?>&insight=true" class="float-right top-10 relative ig-es-title-button px-2 py-2 mx-2 -mt-2 ig-es-imp-button cursor-pointer"><?php esc_html_e( 'Campaign Analytics', 'email-subscribers' ); ?></a>
724
  <?php } ?>
725
  </div>
749
  $(document).ready(
750
 
751
  function () {
752
+
753
  $('#es_campaign_report').on('click', '.tablenav-pages a, .manage-column.sortable a, .manage-column.sorted a', function (e) {
754
  e.preventDefault();
755
  var query = this.search.substring(1);
760
  $("input[name='orderby']").val(orderby);
761
  $("input[name='paged']").val(paged);
762
  check_filter_value();
763
+
764
  });
765
 
766
  $('#campaign-report-search-submit').on('click', function (e) {
770
  });
771
  });
772
 
773
+
774
  list = {
775
 
776
  /** AJAX call
806
  $('.tablenav.top .tablenav-pages').html($(response.pagination.top).html());
807
  },
808
  error: function (err) {
809
+
810
  }
811
  }).always(function(){
812
  $('#es_campaign_report table.wp-list-table.widefat.fixed.striped.table-view-list.reports tbody').removeClass('pulse-animation').css({'filter': 'blur(0px)', '-webkit-filter' : 'blur(0px)'});
843
  var order = $("input[name='order']").val();
844
  var orderby = $("input[name='orderby']").val();
845
  var paged = $("input[name='paged']").val();
846
+
847
+ data =
848
  {
849
  list : "<?php echo esc_html( $hash ); ?>",
850
  campaign_id : <?php echo ( ! empty( $campaign_id ) ? esc_html( $campaign_id ) : 0 ); ?>,
856
  status : report_activity_status
857
 
858
  };
859
+
860
  list.update(data);
861
  }
862
  })(jQuery);
lite/includes/classes/class-es-cron.php CHANGED
@@ -354,7 +354,10 @@ class ES_Cron {
354
  parse_str( $cron_url, $result );
355
  }
356
 
357
- $cron_url = add_query_arg( 'es', 'cron', site_url() );
 
 
 
358
  if ( empty( $result['guid'] ) ) {
359
  $guid = ES_Common::generate_guid();
360
  } else {
354
  parse_str( $cron_url, $result );
355
  }
356
 
357
+ // Adding site url with a trailing slash
358
+ $site_url = trailingslashit( site_url() );
359
+
360
+ $cron_url = add_query_arg( 'es', 'cron', $site_url );
361
  if ( empty( $result['guid'] ) ) {
362
  $guid = ES_Common::generate_guid();
363
  } else {
lite/includes/classes/class-es-mailer.php CHANGED
@@ -704,11 +704,16 @@ if ( ! class_exists( 'ES_Mailer' ) ) {
704
  if ( $this->add_unsubscribe_link ) {
705
  $unsubscribe_message = get_option( 'ig_es_unsubscribe_link_content', '' );
706
  $unsubscribe_message = stripslashes( $unsubscribe_message );
707
- if ( false === strpos( $content, '<html' ) ) {
708
  $content = $content . $unsubscribe_message;
709
  } else {
710
- // If content is HTML then we need to place unsubscribe message and tracking image inside body tag.
711
- $content = str_replace( '</body>', $unsubscribe_message . '</body>', $content );
 
 
 
 
 
712
  }
713
  }
714
 
@@ -723,11 +728,16 @@ if ( ! class_exists( 'ES_Mailer' ) ) {
723
  if ( $this->can_track_open() ) {
724
  $tracking_pixel_variable_name = $this->mailer->get_variable_prefix() . $this->mailer->get_variable_string( 'tracking_pixel_url' ) . $this->mailer->get_variable_suffix();
725
  $tracking_image = '<img src="' . $tracking_pixel_variable_name . '" width="1" height="1" alt=""/>';
726
- if ( false === strpos( $content, '<html' ) ) {
727
  $content = $content . $tracking_image;
728
  } else {
729
- // If content is HTML then we need to place unsubscribe message and tracking image inside body tag.
730
- $content = str_replace( '</body>', $tracking_image . '</body>', $content );
 
 
 
 
 
731
  }
732
  }
733
 
704
  if ( $this->add_unsubscribe_link ) {
705
  $unsubscribe_message = get_option( 'ig_es_unsubscribe_link_content', '' );
706
  $unsubscribe_message = stripslashes( $unsubscribe_message );
707
+ if ( false === strpos( $content, '</html>' ) ) {
708
  $content = $content . $unsubscribe_message;
709
  } else {
710
+ if ( strpos( $content, '</body>' ) > 0 ) {
711
+ // Insert unsubscribe message inside body tag.
712
+ $content = str_replace( '</body>', $unsubscribe_message . '</body>', $content );
713
+ } else {
714
+ // Insert unsubscribe message inside html tag.
715
+ $content = str_replace( '</html>', $unsubscribe_message . '</html>', $content );
716
+ }
717
  }
718
  }
719
 
728
  if ( $this->can_track_open() ) {
729
  $tracking_pixel_variable_name = $this->mailer->get_variable_prefix() . $this->mailer->get_variable_string( 'tracking_pixel_url' ) . $this->mailer->get_variable_suffix();
730
  $tracking_image = '<img src="' . $tracking_pixel_variable_name . '" width="1" height="1" alt=""/>';
731
+ if ( false === strpos( $content, '</html>' ) ) {
732
  $content = $content . $tracking_image;
733
  } else {
734
+ // Insert tracking pixel inside body tag.
735
+ if ( strpos( $content, '</body>' ) > 0 ) {
736
+ $content = str_replace( '</body>', $tracking_image . '</body>', $content );
737
+ } else {
738
+ // Insert tracking pixel inside html tag.
739
+ $content = str_replace( '</html>', $tracking_image . '</html>', $content );
740
+ }
741
  }
742
  }
743
 
lite/includes/pro-features.php CHANGED
@@ -61,9 +61,20 @@ function ig_es_mailers_promo( $mailers ) {
61
  'logo' => ES_PLUGIN_URL . 'lite/admin/images/smtp.png',
62
  'is_premium' => true,
63
  'url' => ES_Common::get_utm_tracking_url(
64
- array(
65
  'url'=>'https://www.icegram.com/documentation/how-to-configure-smtp-to-send-emails-in-email-subscribers-plugin/',
66
- 'utm_medium' => 'smtp_mailer'
 
 
 
 
 
 
 
 
 
 
 
67
  )),
68
  );
69
 
@@ -168,10 +179,10 @@ function render_user_permissions_settings_fields_premium() {
168
  $wp_roles = new WP_Roles();
169
  $roles = $wp_roles->get_names();
170
  $user_roles = array();
171
-
172
- $url = ES_Common::get_utm_tracking_url( array(
173
  'url'=>'https://www.icegram.com/documentation/how-to-set-custom-permissions-for-user-roles-for-menu-in-email-susbcribers/',
174
- 'utm_medium' => 'user_roles' )
175
  );
176
 
177
  ob_start();
@@ -302,7 +313,7 @@ function ig_es_add_upsale( $fields ) {
302
  'type' => 'checkbox',
303
  'default' => 'no',
304
  'is_premium' => true,
305
- 'link' => ES_Common::get_utm_tracking_url( array(
306
  'url' => 'https://www.icegram.com/documentation/how-to-allow-user-to-select-list-while-unsubscribe/',
307
  'utm_medium' => 'intermediate_unsubscribe_page' ) ),
308
  'disabled' => true,
@@ -350,7 +361,7 @@ function ig_es_add_upsale( $fields ) {
350
  'type' => 'checkbox',
351
  'default' => 'no',
352
  'is_premium' => true,
353
- 'link' => ES_Common::get_utm_tracking_url( array(
354
  'url'=>'https://www.icegram.com/documentation/how-to-add-utm-parameters-to-email/',
355
  'utm_medium' => 'utm_tracking' ) ),
356
  'disabled' => true,
@@ -362,7 +373,7 @@ function ig_es_add_upsale( $fields ) {
362
  'type' => 'checkbox',
363
  'default' => 'no',
364
  'is_premium' => true,
365
- 'link' => ES_Common::get_utm_tracking_url( array(
366
  'url' => 'https://www.icegram.com/documentation/enabling-and-understanding-the-weekly-summary-report-in-the-email-subscribers/',
367
  'utm_medium' => 'summary_automation' ) ),
368
  'disabled' => true,
@@ -392,7 +403,7 @@ function ig_es_add_upsale( $fields ) {
392
  'type' => 'checkbox',
393
  'default' => 'no',
394
  'is_premium' => true,
395
- 'link' => ES_Common::get_utm_tracking_url( array(
396
  'url'=>'https://www.icegram.com/documentation/preventing-spammers/',
397
  'utm_medium' => 'known_attackers' ) ),
398
  'disabled' => true,
@@ -408,7 +419,7 @@ function ig_es_add_upsale( $fields ) {
408
  'type' => 'checkbox',
409
  'default' => 'no',
410
  'is_premium' => true,
411
- 'link' => ES_Common::get_utm_tracking_url( array(
412
  'url'=>'https://www.icegram.com/documentation/preventing-spammers/',
413
  'utm_medium' => 'disposable_domains' ) ),
414
  'disabled' => true,
@@ -558,10 +569,10 @@ function ig_es_add_comments_tab_settings( $tab_options ) {
558
  <h2><?php esc_html_e( 'Sync Comment Users', 'email-subscribers' ); ?></h2>
559
  <p><?php esc_html_e( 'Quickly add to your mailing list when someone post a comment on your website.', 'email-subscribers' ); ?></p>
560
  <h2><?php esc_html_e( 'How to setup?', 'email-subscribers' ); ?></h2>
561
- <p><?php esc_html_e( 'Once you upgrade to ', 'email-subscribers' ); ?><a href="https://www.icegram.com/email-subscribers-starter/?utm_source=in_app&utm_medium=comment_sync&utm_campaign=es_upsell#sync_comment_users"><?php esc_html_e( 'Email Subscribers Starter', 'email-subscribers' ); ?></a>,
562
  <?php
563
  esc_html_e('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
564
- comment.', 'email-subscribers')
565
  ?>
566
  </p>
567
  <hr>
@@ -591,7 +602,7 @@ function ig_es_add_woocommerce_tab_settings( $tab_options ) {
591
  <h2><?php esc_html_e( 'Sync WooCommerce Customers', 'email-subscribers' ); ?></h2>
592
  <p><?php esc_html_e( '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', 'email-subscribers' ); ?></p>
593
  <h2><?php esc_html_e( 'How to setup?', 'email-subscribers' ); ?></h2>
594
- <p><?php esc_html_e( 'Once you upgrade to ', 'email-subscribers' ); ?><a href="https://www.icegram.com/email-subscribers-starter/?utm_source=in_app&utm_medium=woocommerce_sync&utm_campaign=es_upsell#sync_woocommerce_customers"><?php esc_html_e( 'Email Subscribers Starter', 'email-subscribers' ); ?></a>,
595
  <?php
596
  esc_html_e(
597
  '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
@@ -963,7 +974,7 @@ function ig_es_additional_multilist_and_post_digest() {
963
  </div>
964
  <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">' . esc_html__( 'Want to send notification emails to more than one list? You can select multiple list with', 'email-subscribers' ) . '<b class="font-medium text-teal-800">' . esc_html__( 'Email Subscribers PRO.', 'email-subscribers' ) . '</b></p>
965
  </div>
966
-
967
  <div class="flex items-start space-x-3 -ml-8">
968
  <div class="flex-shrink-0 h-5 w-5 relative flex justify-center">
969
  <span class="block h-1.5 w-1.5 mt-2.5 bg-gray-300 rounded-full group-hover:bg-gray-400 group-focus:bg-gray-400 transition ease-in-out duration-150"></span>
@@ -986,7 +997,7 @@ function ig_es_additional_multilist_and_post_digest() {
986
  <td class="w-4/12">
987
  <label for="is_post_digest" class="ml-14 inline-flex items-center cursor-default"><span class="relative">
988
  <span class="es-mail-toggle-line"></span>
989
- <span class="es-mail-toggle-dot"></span>
990
  </span></label>
991
  </td>
992
  <td rowspan="2" colspan="2" class="w-5/12 border-b border-gray-100">
@@ -1004,7 +1015,7 @@ function ig_es_additional_multilist_and_post_digest() {
1004
  <td>
1005
  <div class="flex">
1006
  <div class="inline-flex ml-12 relative">
1007
- <label class="ml-2">
1008
  <select class="form-select" disabled="disabled">
1009
  <option><?php echo esc_html__( 'Once a day at', 'email-subscribers' ); ?></option>
1010
  </select>
@@ -1043,7 +1054,7 @@ function ig_es_upsale_post_digest() {
1043
  <label for="is_post_digest" class="inline-flex items-center cursor-pointer ">
1044
  <span class="relative">
1045
  <span class="es-mail-toggle-line"></span>
1046
- <span class="es-mail-toggle-dot"></span>
1047
  </span>
1048
  </label>
1049
  </div>
@@ -1076,7 +1087,7 @@ function ig_es_upsale_send_campaign_preview_email_option() {
1076
  function ig_es_upsale_campaign_tracking_options( $campaign_data ) {
1077
  $campaign_type = ! empty( $campaign_data['type'] ) ? $campaign_data['type'] : '';
1078
  ?>
1079
-
1080
  <?php
1081
  if ( ES()->can_upsell_features( array( 'lite', 'starter', 'trial' ) ) ) {
1082
  $utm_args = array(
@@ -1108,7 +1119,7 @@ function ig_es_upsale_campaign_tracking_options( $campaign_data ) {
1108
  </div>
1109
  </div>
1110
 
1111
-
1112
  <?php
1113
  }
1114
 
@@ -1243,8 +1254,8 @@ function ig_es_view_additional_reports_data() {
1243
  ?>
1244
  <div>
1245
  <div class="campaign_open_overlay lg:w-3/5 xl:w-2/5 h-0 z-40 sticky">
1246
- <div class="tracking-wide campaign-report">
1247
- <?php ES_Common::upsell_description_message_box( $upsell_info ); ?>
1248
  </div>
1249
  </div>
1250
  <div class="wrap max-w-7xl cursor-default campaign_open_blur font-sans">
@@ -1320,7 +1331,7 @@ function ig_es_view_additional_reports_data() {
1320
  </div>
1321
  </div>
1322
  </div>
1323
-
1324
  <div class="mt-6 mb-4">
1325
  <div class="pt-3">
1326
  <span class="text-left text-lg font-medium leading-7 tracking-wide text-gray-600"><?php esc_html_e( 'Open and click activity', 'email-subscribers' ); ?></span>
@@ -1432,7 +1443,7 @@ function ig_es_view_additional_reports_data() {
1432
  </td>
1433
  </tr>
1434
  <?php } ?>
1435
-
1436
  </tbody>
1437
  </table>
1438
 
@@ -1456,7 +1467,7 @@ function ig_es_view_additional_reports_data() {
1456
  ),
1457
  );
1458
  ?>
1459
-
1460
  <div class="mt-6 mb-4 grid w-full gap-8 grid-cols-3">
1461
  <?php foreach ( $graph_open_data as $data ) { ?>
1462
  <div class="w-full">
@@ -1467,8 +1478,8 @@ function ig_es_view_additional_reports_data() {
1467
  </div>
1468
  <?php } ?>
1469
  </div>
1470
-
1471
-
1472
  <div class="mt-6 mb-2">
1473
  <span class="text-left text-lg font-medium leading-7 tracking-wide text-gray-600"><?php esc_html_e( 'Link Activity', 'email-subscribers' ); ?></span>
1474
  </div>
@@ -1614,7 +1625,7 @@ function ig_es_view_additional_reports_data() {
1614
 
1615
  );
1616
  ?>
1617
- <div class="mt-8 mb-2">
1618
  <span class="text-left text-lg font-medium leading-7 tracking-wide text-gray-600"><?php esc_html_e( 'Last 10 Open Activity', 'email-subscribers' ); ?></span>
1619
  </div>
1620
  <div class="mt-2 mb-2 flex">
@@ -1705,10 +1716,10 @@ function ig_es_view_additional_reports_data() {
1705
  </table>
1706
 
1707
  </div>
1708
- </div>
1709
  </div>
1710
  </div>
1711
-
1712
  <?php
1713
  }
1714
  }
@@ -1722,7 +1733,7 @@ function ig_es_view_additional_reports_data() {
1722
  * @since 4.6.7
1723
  */
1724
  function ig_es_upsell_add_attachment_feature( $editor_id ) {
1725
-
1726
  // fetch page info to restrict upsell to es_newsletters
1727
  $editor_page = ig_es_get_request_data('page');
1728
 
@@ -1845,7 +1856,7 @@ function ig_es_upsell_pro_campaign_rules( $campaign_rules = array() ) {
1845
  array(
1846
  'name' => esc_html__( 'Bounce status [PRO]', 'email-subscribers' ),
1847
  'disabled' => true,
1848
- ),
1849
  ),
1850
  'Campaign' => array(
1851
  array(
@@ -1927,7 +1938,7 @@ function ig_es_upsell_cf_button() {
1927
  <?php esc_html_e( 'Manage Custom Fields', 'email-subscribers' ); ?>
1928
  <span class = "premium-icon ml-2"></span>
1929
  </a>
1930
-
1931
  <?php
1932
  }
1933
  }
61
  'logo' => ES_PLUGIN_URL . 'lite/admin/images/smtp.png',
62
  'is_premium' => true,
63
  'url' => ES_Common::get_utm_tracking_url(
64
+ array(
65
  'url'=>'https://www.icegram.com/documentation/how-to-configure-smtp-to-send-emails-in-email-subscribers-plugin/',
66
+ 'utm_medium' => 'smtp_mailer'
67
+ )),
68
+ );
69
+
70
+ $mailers['gmail'] = array(
71
+ 'name' => 'Gmail',
72
+ 'logo' => ES_PLUGIN_URL . 'lite/admin/images/gmail.png',
73
+ 'is_premium' => true,
74
+ 'url' => ES_Common::get_utm_tracking_url(
75
+ array(
76
+ 'url'=>'https://www.icegram.com/documentation/how-to-configure-gmail-to-send-emails-in-email-subscribers/',
77
+ 'utm_medium' => 'gmail_mailer'
78
  )),
79
  );
80
 
179
  $wp_roles = new WP_Roles();
180
  $roles = $wp_roles->get_names();
181
  $user_roles = array();
182
+
183
+ $url = ES_Common::get_utm_tracking_url( array(
184
  'url'=>'https://www.icegram.com/documentation/how-to-set-custom-permissions-for-user-roles-for-menu-in-email-susbcribers/',
185
+ 'utm_medium' => 'user_roles' )
186
  );
187
 
188
  ob_start();
313
  'type' => 'checkbox',
314
  'default' => 'no',
315
  'is_premium' => true,
316
+ 'link' => ES_Common::get_utm_tracking_url( array(
317
  'url' => 'https://www.icegram.com/documentation/how-to-allow-user-to-select-list-while-unsubscribe/',
318
  'utm_medium' => 'intermediate_unsubscribe_page' ) ),
319
  'disabled' => true,
361
  'type' => 'checkbox',
362
  'default' => 'no',
363
  'is_premium' => true,
364
+ 'link' => ES_Common::get_utm_tracking_url( array(
365
  'url'=>'https://www.icegram.com/documentation/how-to-add-utm-parameters-to-email/',
366
  'utm_medium' => 'utm_tracking' ) ),
367
  'disabled' => true,
373
  'type' => 'checkbox',
374
  'default' => 'no',
375
  'is_premium' => true,
376
+ 'link' => ES_Common::get_utm_tracking_url( array(
377
  'url' => 'https://www.icegram.com/documentation/enabling-and-understanding-the-weekly-summary-report-in-the-email-subscribers/',
378
  'utm_medium' => 'summary_automation' ) ),
379
  'disabled' => true,
403
  'type' => 'checkbox',
404
  'default' => 'no',
405
  'is_premium' => true,
406
+ 'link' => ES_Common::get_utm_tracking_url( array(
407
  'url'=>'https://www.icegram.com/documentation/preventing-spammers/',
408
  'utm_medium' => 'known_attackers' ) ),
409
  'disabled' => true,
419
  'type' => 'checkbox',
420
  'default' => 'no',
421
  'is_premium' => true,
422
+ 'link' => ES_Common::get_utm_tracking_url( array(
423
  'url'=>'https://www.icegram.com/documentation/preventing-spammers/',
424
  'utm_medium' => 'disposable_domains' ) ),
425
  'disabled' => true,
569
  <h2><?php esc_html_e( 'Sync Comment Users', 'email-subscribers' ); ?></h2>
570
  <p><?php esc_html_e( 'Quickly add to your mailing list when someone post a comment on your website.', 'email-subscribers' ); ?></p>
571
  <h2><?php esc_html_e( 'How to setup?', 'email-subscribers' ); ?></h2>
572
+ <p><?php esc_html_e( 'Once you upgrade to ', 'email-subscribers' ); ?><a href="https://www.icegram.com/email-subscribers-starter/?utm_source=in_app&utm_medium=comment_sync&utm_campaign=es_upsell#sync_comment_users"><?php esc_html_e( 'Email Subscribers Starter', 'email-subscribers' ); ?></a>,
573
  <?php
574
  esc_html_e('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
575
+ comment.', 'email-subscribers')
576
  ?>
577
  </p>
578
  <hr>
602
  <h2><?php esc_html_e( 'Sync WooCommerce Customers', 'email-subscribers' ); ?></h2>
603
  <p><?php esc_html_e( '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', 'email-subscribers' ); ?></p>
604
  <h2><?php esc_html_e( 'How to setup?', 'email-subscribers' ); ?></h2>
605
+ <p><?php esc_html_e( 'Once you upgrade to ', 'email-subscribers' ); ?><a href="https://www.icegram.com/email-subscribers-starter/?utm_source=in_app&utm_medium=woocommerce_sync&utm_campaign=es_upsell#sync_woocommerce_customers"><?php esc_html_e( 'Email Subscribers Starter', 'email-subscribers' ); ?></a>,
606
  <?php
607
  esc_html_e(
608
  '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
974
  </div>
975
  <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">' . esc_html__( 'Want to send notification emails to more than one list? You can select multiple list with', 'email-subscribers' ) . '<b class="font-medium text-teal-800">' . esc_html__( 'Email Subscribers PRO.', 'email-subscribers' ) . '</b></p>
976
  </div>
977
+
978
  <div class="flex items-start space-x-3 -ml-8">
979
  <div class="flex-shrink-0 h-5 w-5 relative flex justify-center">
980
  <span class="block h-1.5 w-1.5 mt-2.5 bg-gray-300 rounded-full group-hover:bg-gray-400 group-focus:bg-gray-400 transition ease-in-out duration-150"></span>
997
  <td class="w-4/12">
998
  <label for="is_post_digest" class="ml-14 inline-flex items-center cursor-default"><span class="relative">
999
  <span class="es-mail-toggle-line"></span>
1000
+ <span class="es-mail-toggle-dot"></span>
1001
  </span></label>
1002
  </td>
1003
  <td rowspan="2" colspan="2" class="w-5/12 border-b border-gray-100">
1015
  <td>
1016
  <div class="flex">
1017
  <div class="inline-flex ml-12 relative">
1018
+ <label class="ml-2">
1019
  <select class="form-select" disabled="disabled">
1020
  <option><?php echo esc_html__( 'Once a day at', 'email-subscribers' ); ?></option>
1021
  </select>
1054
  <label for="is_post_digest" class="inline-flex items-center cursor-pointer ">
1055
  <span class="relative">
1056
  <span class="es-mail-toggle-line"></span>
1057
+ <span class="es-mail-toggle-dot"></span>
1058
  </span>
1059
  </label>
1060
  </div>
1087
  function ig_es_upsale_campaign_tracking_options( $campaign_data ) {
1088
  $campaign_type = ! empty( $campaign_data['type'] ) ? $campaign_data['type'] : '';
1089
  ?>
1090
+
1091
  <?php
1092
  if ( ES()->can_upsell_features( array( 'lite', 'starter', 'trial' ) ) ) {
1093
  $utm_args = array(
1119
  </div>
1120
  </div>
1121
 
1122
+
1123
  <?php
1124
  }
1125
 
1254
  ?>
1255
  <div>
1256
  <div class="campaign_open_overlay lg:w-3/5 xl:w-2/5 h-0 z-40 sticky">
1257
+ <div class="tracking-wide campaign-report">
1258
+ <?php ES_Common::upsell_description_message_box( $upsell_info ); ?>
1259
  </div>
1260
  </div>
1261
  <div class="wrap max-w-7xl cursor-default campaign_open_blur font-sans">
1331
  </div>
1332
  </div>
1333
  </div>
1334
+
1335
  <div class="mt-6 mb-4">
1336
  <div class="pt-3">
1337
  <span class="text-left text-lg font-medium leading-7 tracking-wide text-gray-600"><?php esc_html_e( 'Open and click activity', 'email-subscribers' ); ?></span>
1443
  </td>
1444
  </tr>
1445
  <?php } ?>
1446
+
1447
  </tbody>
1448
  </table>
1449
 
1467
  ),
1468
  );
1469
  ?>
1470
+
1471
  <div class="mt-6 mb-4 grid w-full gap-8 grid-cols-3">
1472
  <?php foreach ( $graph_open_data as $data ) { ?>
1473
  <div class="w-full">
1478
  </div>
1479
  <?php } ?>
1480
  </div>
1481
+
1482
+
1483
  <div class="mt-6 mb-2">
1484
  <span class="text-left text-lg font-medium leading-7 tracking-wide text-gray-600"><?php esc_html_e( 'Link Activity', 'email-subscribers' ); ?></span>
1485
  </div>
1625
 
1626
  );
1627
  ?>
1628
+ <div class="mt-8 mb-2">
1629
  <span class="text-left text-lg font-medium leading-7 tracking-wide text-gray-600"><?php esc_html_e( 'Last 10 Open Activity', 'email-subscribers' ); ?></span>
1630
  </div>
1631
  <div class="mt-2 mb-2 flex">
1716
  </table>
1717
 
1718
  </div>
1719
+ </div>
1720
  </div>
1721
  </div>
1722
+
1723
  <?php
1724
  }
1725
  }
1733
  * @since 4.6.7
1734
  */
1735
  function ig_es_upsell_add_attachment_feature( $editor_id ) {
1736
+
1737
  // fetch page info to restrict upsell to es_newsletters
1738
  $editor_page = ig_es_get_request_data('page');
1739
 
1856
  array(
1857
  'name' => esc_html__( 'Bounce status [PRO]', 'email-subscribers' ),
1858
  'disabled' => true,
1859
+ ),
1860
  ),
1861
  'Campaign' => array(
1862
  array(
1938
  <?php esc_html_e( 'Manage Custom Fields', 'email-subscribers' ); ?>
1939
  <span class = "premium-icon ml-2"></span>
1940
  </a>
1941
+
1942
  <?php
1943
  }
1944
  }
lite/language.php CHANGED
@@ -60,6 +60,9 @@ __( 'Import complete! %s', 'email-subscribers' ),
60
  __( 'You are currently importing subscribers! If you leave the page all pending subscribers don\'t get imported!', 'email-subscribers' ),
61
  __( 'API is valid. Fetching lists...', 'email-subscribers' ),
62
  __( 'Fetching contacts from MailChimp...Please do not close this window', 'email-subscribers' ),
 
 
 
63
  __( 'Dashboard', 'email-subscribers' ),
64
  __( 'Audience', 'email-subscribers' ),
65
  __( 'Lists', 'email-subscribers' ),
@@ -509,12 +512,19 @@ __( 'Now you can control all your notifications through workflows.', 'email-subs
509
  /* translators: 1. Anchor start tag 2. Anchor end tag */
510
  __( 'Click %1$shere%2$s to go to workflows.', 'email-subscribers' ),
511
  __( 'Report', 'email-subscribers' ),
 
 
 
 
 
 
 
 
512
  __( 'Activity Info', 'email-subscribers' ),
513
  /* translators: %s: Total items in the table */
514
  _n( '%s item', '%s items', 2, 'email-subscribers' ),
515
  __( 'Sent Date', 'email-subscribers' ),
516
  __( 'Viewed Date', 'email-subscribers' ),
517
- __( 'Opened', 'email-subscribers' ),
518
  __( 'Campaign Analytics', 'email-subscribers' ),
519
  __( 'Campaign', 'email-subscribers' ),
520
  __( 'Number of campaigns per page', 'email-subscribers' ),
@@ -805,7 +815,6 @@ __( 'You received this email because in the past you have provided us your email
805
  __( 'Your Brand Name', 'email-subscribers' ),
806
  __( 'If you wish to unsubscribe from our newsletter, click', 'email-subscribers' ),
807
  __( 'here', 'email-subscribers' ),
808
- __( 'Post Notification', 'email-subscribers' ),
809
  __( 'Post Digest', 'email-subscribers' ),
810
  __( 'No device data found', 'email-subscribers' ),
811
  __( 'No source data found', 'email-subscribers' ),
@@ -989,13 +998,9 @@ __( 'Local Time: ', 'email-subscribers' ),
989
  __( 'Get campaign analytics with PRO', 'email-subscribers' ),
990
  /* translators: 1. Bold tag 2. Bold close tag */
991
  __( 'Want to track some very useful statistics of your campaigns and improve your future campaign ? Upgrade to %1$s Email Subscribers Pro %2$s and measure the effectiveness of your campaigns.', 'email-subscribers' ),
992
- __( 'Type: ', 'email-subscribers' ),
993
- __( 'From: ', 'email-subscribers' ),
994
  __( 'List(s): ', 'email-subscribers' ),
995
  __( 'Test, Main ', 'email-subscribers' ),
996
- __( 'Date: ', 'email-subscribers' ),
997
  __( 'July 1, 2020 10:00 AM', 'email-subscribers' ),
998
- __( 'Statistics', 'email-subscribers' ),
999
  __( 'Avg Click Rate', 'email-subscribers' ),
1000
  __( 'Open and click activity', 'email-subscribers' ),
1001
  __( 'Country Opens', 'email-subscribers' ),
@@ -1258,8 +1263,6 @@ __( 'Set up the Newsletter archive anywhere on your site with the shortcode', 'e
1258
  __( ' and display a list of links to your archived emails.', 'email-subscribers' ),
1259
  /* translators: 1. Newsletter archive shortcode */
1260
  __( 'Display sent Newsletter campaigns by adding this shortcode %1$s anywhere on your site.', 'email-subscribers' ),
1261
- __( 'Recipient(s): ', 'email-subscribers' ),
1262
- __( 'Clicked', 'email-subscribers' ),
1263
  __( 'Open and Click activity', 'email-subscribers' ),
1264
  __( 'Country info', 'email-subscribers' ),
1265
  __( 'Others', 'email-subscribers' ),
@@ -1514,6 +1517,9 @@ __( 'SMTP Port is empty.', 'email-subscribers' ),
1514
  __( 'SMTP Authentication is empty.', 'email-subscribers' ),
1515
  __( 'SMTP Username is empty.', 'email-subscribers' ),
1516
  __( 'SMTP Password is empty.', 'email-subscribers' ),
 
 
 
1517
  __( 'Are You a Human?', 'email-subscribers' ),
1518
  __( 'No Thanks', 'email-subscribers' ),
1519
  __( 'You won\'t receive further emails from us, thank you!', 'email-subscribers' ),
@@ -1525,7 +1531,13 @@ __( 'SMTP Port', 'email-subscribers' ),
1525
  __( 'Authentication', 'email-subscribers' ),
1526
  __( 'SMTP Username', 'email-subscribers' ),
1527
  __( 'SMTP Password', 'email-subscribers' ),
 
 
 
1528
  __( 'Allow user to select list(s) while unsubscribe', 'email-subscribers' ),
 
 
 
1529
  __( 'Please select a list to unsubscribe', 'email-subscribers' ),
1530
  __( 'Unsubscribe from below mailing list(s)', 'email-subscribers' ),
1531
  __( 'Unsubscribe from all the lists', 'email-subscribers' ),
60
  __( 'You are currently importing subscribers! If you leave the page all pending subscribers don\'t get imported!', 'email-subscribers' ),
61
  __( 'API is valid. Fetching lists...', 'email-subscribers' ),
62
  __( 'Fetching contacts from MailChimp...Please do not close this window', 'email-subscribers' ),
63
+ __( 'SMTP Error : Unable to send test email', 'email-subscribers' ),
64
+ __( 'Server Busy : Please try again later', 'email-subscribers' ),
65
+ __( 'Headers verified successfully', 'email-subscribers' ),
66
  __( 'Dashboard', 'email-subscribers' ),
67
  __( 'Audience', 'email-subscribers' ),
68
  __( 'Lists', 'email-subscribers' ),
512
  /* translators: 1. Anchor start tag 2. Anchor end tag */
513
  __( 'Click %1$shere%2$s to go to workflows.', 'email-subscribers' ),
514
  __( 'Report', 'email-subscribers' ),
515
+ __( 'Post Notification', 'email-subscribers' ),
516
+ __( 'Type: ', 'email-subscribers' ),
517
+ __( 'From: ', 'email-subscribers' ),
518
+ __( 'Recipient(s): ', 'email-subscribers' ),
519
+ __( 'Date: ', 'email-subscribers' ),
520
+ __( 'Statistics', 'email-subscribers' ),
521
+ __( 'Opened', 'email-subscribers' ),
522
+ __( 'Clicked', 'email-subscribers' ),
523
  __( 'Activity Info', 'email-subscribers' ),
524
  /* translators: %s: Total items in the table */
525
  _n( '%s item', '%s items', 2, 'email-subscribers' ),
526
  __( 'Sent Date', 'email-subscribers' ),
527
  __( 'Viewed Date', 'email-subscribers' ),
 
528
  __( 'Campaign Analytics', 'email-subscribers' ),
529
  __( 'Campaign', 'email-subscribers' ),
530
  __( 'Number of campaigns per page', 'email-subscribers' ),
815
  __( 'Your Brand Name', 'email-subscribers' ),
816
  __( 'If you wish to unsubscribe from our newsletter, click', 'email-subscribers' ),
817
  __( 'here', 'email-subscribers' ),
 
818
  __( 'Post Digest', 'email-subscribers' ),
819
  __( 'No device data found', 'email-subscribers' ),
820
  __( 'No source data found', 'email-subscribers' ),
998
  __( 'Get campaign analytics with PRO', 'email-subscribers' ),
999
  /* translators: 1. Bold tag 2. Bold close tag */
1000
  __( 'Want to track some very useful statistics of your campaigns and improve your future campaign ? Upgrade to %1$s Email Subscribers Pro %2$s and measure the effectiveness of your campaigns.', 'email-subscribers' ),
 
 
1001
  __( 'List(s): ', 'email-subscribers' ),
1002
  __( 'Test, Main ', 'email-subscribers' ),
 
1003
  __( 'July 1, 2020 10:00 AM', 'email-subscribers' ),
 
1004
  __( 'Avg Click Rate', 'email-subscribers' ),
1005
  __( 'Open and click activity', 'email-subscribers' ),
1006
  __( 'Country Opens', 'email-subscribers' ),
1263
  __( ' and display a list of links to your archived emails.', 'email-subscribers' ),
1264
  /* translators: 1. Newsletter archive shortcode */
1265
  __( 'Display sent Newsletter campaigns by adding this shortcode %1$s anywhere on your site.', 'email-subscribers' ),
 
 
1266
  __( 'Open and Click activity', 'email-subscribers' ),
1267
  __( 'Country info', 'email-subscribers' ),
1268
  __( 'Others', 'email-subscribers' ),
1517
  __( 'SMTP Authentication is empty.', 'email-subscribers' ),
1518
  __( 'SMTP Username is empty.', 'email-subscribers' ),
1519
  __( 'SMTP Password is empty.', 'email-subscribers' ),
1520
+ __( 'Please check your GMail Client ID and Client Secret.', 'email-subscribers' ),
1521
+ __( 'Please authorize GMail to send Email using Email Subscribers plugin.', 'email-subscribers' ),
1522
+ __( 'Please check your configuration!', 'email-subscribers' ),
1523
  __( 'Are You a Human?', 'email-subscribers' ),
1524
  __( 'No Thanks', 'email-subscribers' ),
1525
  __( 'You won\'t receive further emails from us, thank you!', 'email-subscribers' ),
1531
  __( 'Authentication', 'email-subscribers' ),
1532
  __( 'SMTP Username', 'email-subscribers' ),
1533
  __( 'SMTP Password', 'email-subscribers' ),
1534
+ __( 'Client ID', 'email-subscribers' ),
1535
+ __( 'Client Secret', 'email-subscribers' ),
1536
+ __( 'Redirect URL', 'email-subscribers' ),
1537
  __( 'Allow user to select list(s) while unsubscribe', 'email-subscribers' ),
1538
+ __( 'How to configure Gmail to send emails in the Email Subscribers plugin?', 'email-subscribers' ),
1539
+ __( 'Disconnect from Gmail', 'email-subscribers' ),
1540
+ __( 'Authorize ES to send emails using Gmail', 'email-subscribers' ),
1541
  __( 'Please select a list to unsubscribe', 'email-subscribers' ),
1542
  __( 'Unsubscribe from below mailing list(s)', 'email-subscribers' ),
1543
  __( 'Unsubscribe from all the lists', 'email-subscribers' ),
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 5.4.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: 2022-06-29T10:59:04+02:00\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"
@@ -80,7 +80,7 @@ msgid "Please add a campaign subject before saving."
80
  msgstr ""
81
 
82
  #: lite/admin/class-email-subscribers-admin.php:178
83
- #: pro/pro-class-email-subscribers.php:616
84
  msgid "Please add email body."
85
  msgstr ""
86
 
@@ -208,20 +208,32 @@ msgstr ""
208
  msgid "Fetching contacts from MailChimp...Please do not close this window"
209
  msgstr ""
210
 
211
- #: lite/admin/class-email-subscribers-admin.php:301
 
 
 
 
 
 
 
 
 
 
 
 
212
  #: lite/admin/partials/dashboard.php:167
213
  msgid "Dashboard"
214
  msgstr ""
215
 
216
- #: lite/admin/class-email-subscribers-admin.php:306
217
  #: lite/admin/partials/dashboard.php:174
218
  #: lite/includes/classes/class-es-contacts-table.php:214
219
- #: lite/includes/pro-features.php:193
220
- #: starter/starter-class-email-subscribers.php:685
221
  msgid "Audience"
222
  msgstr ""
223
 
224
- #: lite/admin/class-email-subscribers-admin.php:310
225
  #: lite/admin/class-es-form-admin.php:232
226
  #: lite/admin/class-es-form-admin.php:519
227
  #: lite/includes/classes/class-es-lists-table.php:34
@@ -229,47 +241,48 @@ msgstr ""
229
  msgid "Lists"
230
  msgstr ""
231
 
232
- #: lite/admin/class-email-subscribers-admin.php:316
233
  #: lite/admin/class-es-form-admin.php:397
234
  #: lite/includes/classes/class-es-form-widget.php:77
235
  #: lite/includes/classes/class-es-forms-table.php:39
236
  #: lite/includes/classes/class-es-forms-table.php:40
237
  #: lite/includes/classes/class-es-forms-table.php:99
238
- #: lite/includes/pro-features.php:194
239
- #: starter/starter-class-email-subscribers.php:686
240
  msgid "Forms"
241
  msgstr ""
242
 
243
- #: lite/admin/class-email-subscribers-admin.php:322
244
  #: lite/admin/class-es-campaign-admin.php:278
245
  #: lite/admin/partials/gallery.php:10
246
  #: lite/includes/classes/class-es-campaigns-table.php:124
247
  #: lite/includes/classes/class-es-newsletters.php:234
248
  #: lite/includes/classes/class-es-newsletters.php:240
249
- #: lite/includes/pro-features.php:195
250
  #: pro/partials/es-dashboard.php:8
251
- #: starter/starter-class-email-subscribers.php:687
252
  msgid "Campaigns"
253
  msgstr ""
254
 
255
- #: lite/admin/class-email-subscribers-admin.php:326
256
  msgid "Post Notifications"
257
  msgstr ""
258
 
259
- #: lite/admin/class-email-subscribers-admin.php:328
260
  #: lite/admin/class-es-campaign-admin.php:251
 
261
  #: lite/includes/classes/class-es-campaigns-table.php:357
262
  #: lite/includes/classes/class-es-newsletters.php:249
263
  #: lite/includes/classes/class-es-reports-data.php:402
264
  #: lite/includes/classes/class-es-reports-table.php:197
265
  #: lite/includes/classes/class-es-templates-table.php:187
266
- #: lite/includes/pro-features.php:1268
267
- #: lite/public/class-email-subscribers-public.php:498
268
  #: pro/classes/class-es-pro-reports-data.php:77
269
  msgid "Broadcast"
270
  msgstr ""
271
 
272
- #: lite/admin/class-email-subscribers-admin.php:329
273
  #: lite/includes/classes/class-es-newsletters.php:426
274
  #: lite/includes/classes/class-es-reports-table.php:587
275
  #: lite/includes/classes/class-es-templates-table.php:149
@@ -277,57 +290,57 @@ msgstr ""
277
  msgid "Template Preview"
278
  msgstr ""
279
 
280
- #: lite/admin/class-email-subscribers-admin.php:334
281
  msgid "Gallery"
282
  msgstr ""
283
 
284
- #: lite/admin/class-email-subscribers-admin.php:340
285
- #: lite/includes/pro-features.php:198
286
  #: lite/includes/workflows/admin/class-es-workflow-admin-edit.php:333
287
  #: lite/includes/workflows/class-es-workflows-table.php:53
288
  #: lite/includes/workflows/class-es-workflows-table.php:276
289
  #: lite/includes/workflows/class-es-workflows-table.php:291
290
- #: starter/starter-class-email-subscribers.php:690
291
  msgid "Workflows"
292
  msgstr ""
293
 
294
- #: lite/admin/class-email-subscribers-admin.php:349
295
  #: lite/admin/partials/dashboard.php:612
296
  #: lite/includes/classes/class-es-campaign-report.php:17
297
  #: lite/includes/classes/class-es-reports-table.php:17
298
  #: lite/includes/classes/class-es-reports-table.php:55
299
  #: lite/includes/classes/class-es-reports-table.php:148
300
- #: lite/includes/pro-features.php:196
301
  #: pro/classes/class-es-pro-sequence-report.php:21
302
  #: pro/classes/class-es-pro-sequence-report.php:44
303
  #: pro/classes/class-es-pro-sequence-report.php:77
304
- #: starter/starter-class-email-subscribers.php:688
305
  msgid "Reports"
306
  msgstr ""
307
 
308
- #: lite/admin/class-email-subscribers-admin.php:353
309
  #: lite/admin/class-es-form-admin.php:412
310
  #: lite/admin/partials/dashboard.php:620
311
  #: lite/includes/classes/class-es-admin-settings.php:134
312
  msgid "Settings"
313
  msgstr ""
314
 
315
- #: lite/admin/class-email-subscribers-admin.php:358
316
  msgid "Go To Icegram"
317
  msgstr ""
318
 
319
  #. translators: 1. WordPress URL 2. Email Subscribers version 3. Icegram site URL
320
- #: lite/admin/class-email-subscribers-admin.php:925
321
  msgid "<span id=\"footer-thankyou\">Thank you for creating with <a href=\"%1$s\" target=\"_blank\">WordPress</a> | Email Subscribers <b>%2$s</b>. Developed by team <a href=\"%3$s\" target=\"_blank\">Icegram</a></span>"
322
  msgstr ""
323
 
324
- #: lite/admin/class-email-subscribers-admin.php:953
325
- #: lite/admin/class-email-subscribers-admin.php:1634
326
- #: lite/admin/class-email-subscribers-admin.php:1657
327
  msgid "Something went wrong"
328
  msgstr ""
329
 
330
- #: lite/admin/class-email-subscribers-admin.php:1334
331
  #: lite/includes/class-email-subscribers-activator.php:61
332
  #: lite/includes/class-email-subscribers.php:1493
333
  #: lite/includes/classes/class-es-form-widget.php:11
@@ -338,11 +351,11 @@ msgstr ""
338
  msgid "Email Subscribers"
339
  msgstr ""
340
 
341
- #: lite/admin/class-email-subscribers-admin.php:1376
342
  msgid "Last 30 days"
343
  msgstr ""
344
 
345
- #: lite/admin/class-email-subscribers-admin.php:1385
346
  #: lite/includes/class-es-common.php:359
347
  #: lite/includes/classes/class-es-contacts-table.php:332
348
  #: lite/includes/classes/class-es-import-subscribers.php:867
@@ -352,9 +365,10 @@ msgstr ""
352
  msgid "Subscribed"
353
  msgstr ""
354
 
355
- #: lite/admin/class-email-subscribers-admin.php:1393
356
  #: lite/admin/partials/dashboard.php:285
357
  #: lite/includes/class-es-common.php:361
 
358
  #: lite/includes/classes/class-es-contacts-table.php:340
359
  #: lite/includes/classes/class-es-import-subscribers.php:868
360
  #: lite/includes/classes/class-es-import-subscribers.php:1357
@@ -364,29 +378,29 @@ msgstr ""
364
  msgid "Unsubscribed"
365
  msgstr ""
366
 
367
- #: lite/admin/class-email-subscribers-admin.php:1401
368
- #: lite/includes/pro-features.php:1300
369
  msgid "Avg Open Rate"
370
  msgstr ""
371
 
372
- #: lite/admin/class-email-subscribers-admin.php:1409
373
  msgid "Messages Sent"
374
  msgstr ""
375
 
376
- #: lite/admin/class-email-subscribers-admin.php:1420
377
  msgid "Last Campaign"
378
  msgstr ""
379
 
380
- #: lite/admin/class-email-subscribers-admin.php:1456
381
  msgid "Sent to"
382
  msgstr ""
383
 
384
- #: lite/admin/class-email-subscribers-admin.php:1468
385
  #: lite/admin/partials/dashboard.php:358
386
  #: lite/admin/partials/dashboard.php:376
387
  #: lite/admin/partials/dashboard.php:537
388
- #: lite/includes/pro-features.php:1380
389
- #: lite/includes/pro-features.php:1418
390
  #: pro/classes/class-es-pro-reports-data.php:321
391
  #: pro/classes/class-es-pro-reports-data.php:444
392
  #: pro/classes/class-es-pro-reports-data.php:677
@@ -395,15 +409,15 @@ msgstr ""
395
  msgid "Opens"
396
  msgstr ""
397
 
398
- #: lite/admin/class-email-subscribers-admin.php:1482
399
  msgid "No campaigns sent yet"
400
  msgstr ""
401
 
402
- #: lite/admin/class-email-subscribers-admin.php:1490
403
  msgid "Latest Blog Posts from Icegram"
404
  msgstr ""
405
 
406
- #: lite/admin/class-email-subscribers-admin.php:1594
407
  msgid "Please publish it or save it as a draft."
408
  msgstr ""
409
 
@@ -651,7 +665,7 @@ msgstr ""
651
  #: lite/admin/class-es-form-admin.php:165
652
  #: lite/admin/class-ig-es-campaign-rules.php:630
653
  #: lite/includes/classes/class-es-admin-settings.php:231
654
- #: lite/includes/classes/class-es-campaign-report.php:189
655
  #: lite/includes/classes/class-es-contacts-table.php:813
656
  #: lite/includes/classes/class-es-export-subscribers.php:339
657
  #: lite/includes/classes/class-es-import-subscribers.php:587
@@ -659,13 +673,13 @@ msgstr ""
659
  #: lite/includes/classes/class-es-import-subscribers.php:1102
660
  #: lite/includes/classes/class-es-import-subscribers.php:1348
661
  #: lite/includes/compatibilities/elementor/actions/class-es-ig-form-action.php:143
662
- #: lite/includes/pro-features.php:1627
663
  #: lite/includes/workflows/actions/abstracts/class-ig-es-action-send-email-abstract.php:29
664
  #: lite/includes/workflows/actions/class-es-action-send-email.php:31
665
  #: lite/public/partials/class-es-shortcode.php:301
666
  #: pro/classes/class-es-pro-campaign-rules.php:35
667
  #: pro/classes/class-es-pro-embed-form.php:175
668
- #: pro/pro-class-email-subscribers.php:2282
669
  msgid "Email"
670
  msgstr ""
671
 
@@ -791,7 +805,7 @@ msgstr ""
791
  #: lite/includes/classes/class-es-post-notifications.php:545
792
  #: lite/includes/workflows/admin/views/meta-box-actions.php:122
793
  #: pro/pro-class-sequences.php:270
794
- #: starter/starter-class-email-subscribers.php:1582
795
  msgid "Loading..."
796
  msgstr ""
797
 
@@ -871,8 +885,8 @@ msgid "is in List"
871
  msgstr ""
872
 
873
  #: lite/admin/class-ig-es-campaign-rules.php:631
874
- #: lite/includes/pro-features.php:1377
875
- #: lite/includes/pro-features.php:1626
876
  #: pro/classes/class-es-pro-campaign-rules.php:38
877
  #: pro/classes/class-es-pro-reports-data.php:318
878
  msgid "Country"
@@ -1321,7 +1335,7 @@ msgid "Other awesome plugins from same author"
1321
  msgstr ""
1322
 
1323
  #: lite/admin/partials/help.php:237
1324
- #: lite/includes/classes/class-es-campaign-report.php:190
1325
  #: lite/includes/classes/class-es-campaigns-table.php:631
1326
  #: lite/includes/classes/class-es-export-subscribers.php:341
1327
  #: lite/includes/classes/class-es-import-subscribers.php:690
@@ -1336,6 +1350,7 @@ msgstr ""
1336
  #: lite/includes/class-es-common.php:578
1337
  #: lite/includes/class-es-common.php:2052
1338
  #: lite/includes/class-es-common.php:2503
 
1339
  #: lite/includes/classes/class-es-campaigns-table.php:309
1340
  #: lite/includes/workflows/admin/views/meta-box-save.php:28
1341
  #: pro/classes/class-es-pro-reports-data.php:193
@@ -1346,6 +1361,7 @@ msgstr ""
1346
  #: lite/admin/partials/help.php:241
1347
  #: lite/includes/class-es-common.php:579
1348
  #: lite/includes/class-es-common.php:2508
 
1349
  #: lite/includes/workflows/admin/views/meta-box-save.php:27
1350
  #: pro/classes/class-es-pro-reports-data.php:198
1351
  #: pro/classes/class-es-pro-sequence-report.php:239
@@ -1677,7 +1693,7 @@ msgid "Icegram WC"
1677
  msgstr ""
1678
 
1679
  #. translators: %1$s - constant that was used
1680
- #: lite/includes/class-email-subscribers.php:1957
1681
  msgid "Value was set using constant %1$s"
1682
  msgstr ""
1683
 
@@ -1795,7 +1811,7 @@ msgid "5 Simple Tricks to Improve Email Marketing Campaign Results"
1795
  msgstr ""
1796
 
1797
  #: lite/includes/class-es-common.php:1834
1798
- #: lite/includes/pro-features.php:183
1799
  msgid "Email Subscribers PRO"
1800
  msgstr ""
1801
 
@@ -1823,7 +1839,8 @@ msgstr ""
1823
 
1824
  #: lite/includes/class-es-common.php:2049
1825
  #: lite/includes/class-es-common.php:2494
1826
- #: lite/includes/classes/class-es-campaign-report.php:237
 
1827
  #: lite/includes/classes/class-es-campaigns-table.php:550
1828
  #: lite/includes/classes/class-es-campaigns-table.php:588
1829
  #: lite/includes/classes/class-es-reports-table.php:236
@@ -1843,12 +1860,14 @@ msgstr ""
1843
 
1844
  #: lite/includes/class-es-common.php:2051
1845
  #: lite/includes/class-es-common.php:2474
1846
- #: lite/includes/classes/class-es-campaign-report.php:221
 
 
1847
  #: lite/includes/classes/class-es-campaigns-table.php:557
1848
  #: lite/includes/classes/class-es-campaigns-table.php:606
1849
  #: lite/includes/classes/class-es-reports-table.php:227
1850
- #: lite/includes/pro-features.php:1261
1851
- #: lite/includes/pro-features.php:1308
1852
  #: pro/classes/class-es-pro-reports-data.php:170
1853
  #: pro/classes/class-es-pro-reports-data.php:270
1854
  msgid "Sent"
@@ -1871,7 +1890,8 @@ msgid "All Status"
1871
  msgstr ""
1872
 
1873
  #: lite/includes/class-es-common.php:2484
1874
- #: lite/includes/classes/class-es-campaign-report.php:229
 
1875
  #: lite/includes/classes/class-es-reports-table.php:625
1876
  #: pro/classes/class-es-pro-reports-data.php:178
1877
  #: pro/partials/es-dashboard.php:60
@@ -1904,11 +1924,11 @@ msgid "Number"
1904
  msgstr ""
1905
 
1906
  #: lite/includes/class-es-common.php:2537
1907
- #: lite/includes/pro-features.php:1175
1908
  #: lite/includes/workflows/admin/views/meta-box-timing.php:82
1909
  #: lite/includes/workflows/fields/class-es-date.php:31
1910
  #: pro/classes/class-es-campaign-admin-pro.php:197
1911
- #: pro/pro-class-email-subscribers.php:881
1912
  msgid "Date"
1913
  msgstr ""
1914
 
@@ -2237,44 +2257,90 @@ msgid "Click %1$shere%2$s to go to workflows."
2237
  msgstr ""
2238
 
2239
  #: lite/includes/classes/class-es-campaign-report.php:16
 
2240
  #: lite/includes/classes/class-es-campaigns-table.php:443
2241
  #: lite/includes/classes/class-es-campaigns-table.php:447
2242
  #: lite/includes/classes/class-es-campaigns-table.php:478
2243
  #: lite/includes/classes/class-es-reports-table.php:16
2244
- #: lite/includes/pro-features.php:1253
2245
  #: pro/classes/class-es-pro-reports-data.php:154
2246
  #: pro/classes/class-es-pro-sequence-report.php:20
2247
  msgid "Report"
2248
  msgstr ""
2249
 
2250
- #: lite/includes/classes/class-es-campaign-report.php:47
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2251
  msgid "Activity Info"
2252
  msgstr ""
2253
 
2254
  #. translators: %s: Total items in the table
2255
- #: lite/includes/classes/class-es-campaign-report.php:92
2256
  msgid "%s item"
2257
  msgid_plural "%s items"
2258
  msgstr[0] ""
2259
  msgstr[1] ""
2260
 
2261
- #: lite/includes/classes/class-es-campaign-report.php:191
2262
  msgid "Sent Date"
2263
  msgstr ""
2264
 
2265
- #: lite/includes/classes/class-es-campaign-report.php:192
2266
  msgid "Viewed Date"
2267
  msgstr ""
2268
 
2269
- #: lite/includes/classes/class-es-campaign-report.php:245
2270
- #: lite/includes/classes/class-es-contacts-table.php:356
2271
- #: lite/includes/pro-features.php:1292
2272
- #: pro/classes/class-es-pro-reports-data.php:247
2273
- #: pro/classes/class-es-pro-reports-data.php:875
2274
- msgid "Opened"
2275
- msgstr ""
2276
-
2277
- #: lite/includes/classes/class-es-campaign-report.php:475
2278
  msgid "Campaign Analytics"
2279
  msgstr ""
2280
 
@@ -2353,7 +2419,7 @@ msgstr ""
2353
 
2354
  #: lite/includes/classes/class-es-campaigns-table.php:371
2355
  #: lite/includes/workflows/actions/class-es-action-send-email.php:55
2356
- #: starter/starter-class-email-subscribers.php:428
2357
  msgid "None"
2358
  msgstr ""
2359
 
@@ -2662,41 +2728,41 @@ msgstr ""
2662
  msgid "30 minutes"
2663
  msgstr ""
2664
 
2665
- #: lite/includes/classes/class-es-cron.php:639
2666
  msgid "Emails sent successfully!"
2667
  msgstr ""
2668
 
2669
- #: lite/includes/classes/class-es-cron.php:640
2670
  msgid "Emails not found."
2671
  msgstr ""
2672
 
2673
- #: lite/includes/classes/class-es-cron.php:641
2674
  msgid "No notifications found to send."
2675
  msgstr ""
2676
 
2677
- #: lite/includes/classes/class-es-cron.php:642
2678
- #: lite/includes/classes/class-es-cron.php:643
2679
- #: lite/includes/classes/class-es-cron.php:644
2680
  msgid "Invalid GUID."
2681
  msgstr ""
2682
 
2683
- #: lite/includes/classes/class-es-cron.php:645
2684
  msgid "Not allowed to process request."
2685
  msgstr ""
2686
 
2687
- #: lite/includes/classes/class-es-cron.php:646
2688
  msgid "GUID is empty."
2689
  msgstr ""
2690
 
2691
- #: lite/includes/classes/class-es-cron.php:647
2692
  msgid "Please try after sometime."
2693
  msgstr ""
2694
 
2695
- #: lite/includes/classes/class-es-cron.php:648
2696
  msgid "You have hit your hourly email sending limit. Please try after sometime."
2697
  msgstr ""
2698
 
2699
- #: lite/includes/classes/class-es-cron.php:649
2700
  msgid "Cron lock enabled. Please try after sometime."
2701
  msgstr ""
2702
 
@@ -2744,7 +2810,7 @@ msgstr ""
2744
  #: lite/includes/classes/class-es-import-subscribers.php:682
2745
  #: lite/includes/classes/class-es-import-subscribers.php:1094
2746
  #: lite/includes/classes/class-es-import-subscribers.php:1349
2747
- #: pro/pro-class-email-subscribers.php:2283
2748
  msgid "First Name"
2749
  msgstr ""
2750
 
@@ -2753,7 +2819,7 @@ msgstr ""
2753
  #: lite/includes/classes/class-es-import-subscribers.php:683
2754
  #: lite/includes/classes/class-es-import-subscribers.php:1099
2755
  #: lite/includes/classes/class-es-import-subscribers.php:1350
2756
- #: pro/pro-class-email-subscribers.php:2284
2757
  msgid "Last Name"
2758
  msgstr ""
2759
 
@@ -3293,7 +3359,7 @@ msgid "If you find this plugin useful, please consider giving us %1$s5 stars rev
3293
  msgstr ""
3294
 
3295
  #. translators: 1. Subscriber email 2. Blog name
3296
- #: lite/includes/classes/class-es-mailer.php:1770
3297
  msgid "Unsubscribe %1$s from %2$s"
3298
  msgstr ""
3299
 
@@ -3519,14 +3585,6 @@ msgstr ""
3519
  msgid "here"
3520
  msgstr ""
3521
 
3522
- #: lite/includes/classes/class-es-reports-data.php:404
3523
- #: lite/includes/classes/class-es-reports-table.php:193
3524
- #: lite/public/class-email-subscribers-public.php:501
3525
- #: pro/classes/class-es-pro-reports-data.php:73
3526
- #: lite/admin/js/src/views/GalleryItemFilter.js:10
3527
- msgid "Post Notification"
3528
- msgstr ""
3529
-
3530
  #: lite/includes/classes/class-es-reports-data.php:406
3531
  #: pro/pro-class-post-digest.php:36
3532
  #: lite/admin/js/src/views/GalleryItemFilter.js:11
@@ -3636,7 +3694,7 @@ msgstr ""
3636
 
3637
  #. translators: 1: Page 2: Duplicate action 3: Campaign id 4: Wp nonce
3638
  #: lite/includes/classes/class-es-templates-table.php:209
3639
- #: pro/pro-class-email-subscribers.php:1606
3640
  msgid "Duplicate"
3641
  msgstr ""
3642
 
@@ -3658,13 +3716,13 @@ msgstr ""
3658
 
3659
  #: lite/includes/classes/class-es-widget.php:50
3660
  #: lite/includes/feedback.php:231
3661
- #: starter/starter-class-email-subscribers.php:456
3662
  msgid "Yes"
3663
  msgstr ""
3664
 
3665
  #: lite/includes/classes/class-es-widget.php:51
3666
  #: lite/includes/feedback.php:235
3667
- #: starter/starter-class-email-subscribers.php:456
3668
  msgid "No"
3669
  msgstr ""
3670
 
@@ -3823,7 +3881,7 @@ msgstr ""
3823
  #: lite/includes/premium-services-ui/class-ig-es-premium-services-ui.php:199
3824
  #: lite/includes/premium-services-ui/class-ig-es-premium-services-ui.php:236
3825
  #: lite/includes/premium-services-ui/class-ig-es-premium-services-ui.php:294
3826
- #: lite/includes/pro-features.php:1150
3827
  msgid "Check"
3828
  msgstr ""
3829
 
@@ -3855,7 +3913,7 @@ msgid "Unverified"
3855
  msgstr ""
3856
 
3857
  #: lite/includes/premium-services-ui/class-ig-es-premium-services-ui.php:328
3858
- #: lite/includes/pro-features.php:1131
3859
  msgid "UTM tracking"
3860
  msgstr ""
3861
 
@@ -3875,645 +3933,625 @@ msgid "This will be appended to every URL in this template with parameters: %s"
3875
  msgstr ""
3876
 
3877
  #: lite/includes/premium-services-ui/class-ig-es-premium-services-ui.php:420
3878
- #: lite/includes/pro-features.php:348
3879
  msgid "Google Analytics UTM tracking"
3880
  msgstr ""
3881
 
3882
  #: lite/includes/premium-services-ui/class-ig-es-premium-services-ui.php:421
3883
- #: lite/includes/pro-features.php:349
3884
  msgid "Do you want to automatically add campaign tracking parameters in emails to track performance in Google Analytics? (We recommend keeping it enabled)"
3885
  msgstr ""
3886
 
3887
- #: lite/includes/pro-features.php:183
3888
  msgid "Customize user roles permissions with "
3889
  msgstr ""
3890
 
3891
- #: lite/includes/pro-features.php:188
3892
- #: starter/starter-class-email-subscribers.php:680
3893
  msgid "You can allow different user roles access to different operations within Email Subscribers plugin. Please select which roles should have what access below."
3894
  msgstr ""
3895
 
3896
- #: lite/includes/pro-features.php:192
3897
- #: starter/starter-class-email-subscribers.php:684
3898
  msgid "Roles"
3899
  msgstr ""
3900
 
3901
- #: lite/includes/pro-features.php:197
3902
- #: starter/starter-class-email-subscribers.php:689
3903
  msgid "Sequences"
3904
  msgstr ""
3905
 
3906
- #: lite/includes/pro-features.php:257
3907
- #: starter/starter-class-email-subscribers.php:654
3908
  msgid "Access Control"
3909
  msgstr ""
3910
 
3911
- #: lite/includes/pro-features.php:286
3912
- #: pro/pro-class-email-subscribers.php:967
3913
  msgid "Track clicks"
3914
  msgstr ""
3915
 
3916
- #: lite/includes/pro-features.php:287
3917
- #: pro/pro-class-email-subscribers.php:968
3918
  msgid "Do you want to track when people click links in your emails? (We recommend keeping it enabled)"
3919
  msgstr ""
3920
 
3921
  #. translators: %s: Icegram Pricing page url with utm tracking
3922
- #: lite/includes/pro-features.php:294
3923
  msgid "Track key insight behaviour with PRO"
3924
  msgstr ""
3925
 
3926
- #: lite/includes/pro-features.php:295
3927
  msgid "Enable Link Tracking, UTM tracking and understand customer behavior to plan your next campaign accordingly."
3928
  msgstr ""
3929
 
3930
- #: lite/includes/pro-features.php:300
3931
  msgid "Allow user to select list(s) while unsubscribing"
3932
  msgstr ""
3933
 
3934
- #: lite/includes/pro-features.php:301
3935
- #: starter/starter-class-email-subscribers.php:566
3936
  msgid "Enabling this will let users unsubscribe from multiple lists at once. (We recommend keeping it enabled)"
3937
  msgstr ""
3938
 
3939
- #: lite/includes/pro-features.php:313
3940
- #: starter/starter-class-email-subscribers.php:538
3941
  msgid "Nudge people to subscribe while leaving a comment or placing an order?"
3942
  msgstr ""
3943
 
3944
- #: lite/includes/pro-features.php:314
3945
- #: starter/starter-class-email-subscribers.php:539
3946
  msgid "Adds a checkbox to subscribe when people post a comment or checkout (if you&rsquo;re using WooCommerce)."
3947
  msgstr ""
3948
 
3949
- #: lite/includes/pro-features.php:319
3950
- #: starter/starter-class-email-subscribers.php:544
3951
  msgid "(toggle to enable this)"
3952
  msgstr ""
3953
 
3954
- #: lite/includes/pro-features.php:327
3955
- #: starter/starter-class-email-subscribers.php:551
3956
  msgid "Opt-in consent message text"
3957
  msgstr ""
3958
 
3959
- #: lite/includes/pro-features.php:329
3960
  msgid "Subscribe to our email updates as well."
3961
  msgstr ""
3962
 
3963
- #: lite/includes/pro-features.php:331
3964
- #: starter/starter-class-email-subscribers.php:555
3965
  msgid "Opt-in consent text"
3966
  msgstr ""
3967
 
3968
- #: lite/includes/pro-features.php:360
3969
- #: pro/pro-class-email-subscribers.php:991
3970
  msgid "Weekly summary"
3971
  msgstr ""
3972
 
3973
- #: lite/includes/pro-features.php:361
3974
  msgid "Would you like to receive an automated weekly summary?"
3975
  msgstr ""
3976
 
3977
- #: lite/includes/pro-features.php:390
3978
- #: starter/starter-class-email-subscribers.php:501
3979
  msgid "Block known attackers"
3980
  msgstr ""
3981
 
3982
- #: lite/includes/pro-features.php:391
3983
- #: starter/starter-class-email-subscribers.php:502
3984
  msgid "Stop spam bot attacker domains from signing up. Icegram maintains a blacklist of such attackers and enabling this option will keep the blacklist updated."
3985
  msgstr ""
3986
 
3987
  #. translators: %s: Icegram Pricing page url with utm tracking
3988
- #: lite/includes/pro-features.php:400
3989
  msgid "Prevent spam attacks with PRO"
3990
  msgstr ""
3991
 
3992
- #: lite/includes/pro-features.php:401
3993
  msgid "Secure your list from known spam bot attacker domains, fake email addresses and bot signups."
3994
  msgstr ""
3995
 
3996
- #: lite/includes/pro-features.php:406
3997
- #: starter/starter-class-email-subscribers.php:509
3998
  msgid "Block temporary / fake emails"
3999
  msgstr ""
4000
 
4001
- #: lite/includes/pro-features.php:407
4002
- #: starter/starter-class-email-subscribers.php:510
4003
  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 such emails to keep your list clean. Turning this on will update the blacklist automatically."
4004
  msgstr ""
4005
 
4006
- #: lite/includes/pro-features.php:420
4007
- #: lite/includes/pro-features.php:920
4008
- #: starter/starter-class-email-subscribers.php:518
4009
  msgid "Enable Captcha"
4010
  msgstr ""
4011
 
4012
- #: lite/includes/pro-features.php:421
4013
- #: starter/starter-class-email-subscribers.php:519
4014
  msgid "Prevent bot signups even further. Set default captcha option for new subscription forms."
4015
  msgstr ""
4016
 
4017
- #: lite/includes/pro-features.php:445
4018
- #: pro/pro-class-email-subscribers.php:976
4019
  msgid "Track IP address"
4020
  msgstr ""
4021
 
4022
- #: lite/includes/pro-features.php:446
4023
  msgid "Record user's IP address on subscription."
4024
  msgstr ""
4025
 
4026
  #. translators: %s: Icegram Pricing page url with utm tracking
4027
- #: lite/includes/pro-features.php:453
4028
  msgid "Track subscribers IP addresses with PRO"
4029
  msgstr ""
4030
 
4031
- #: lite/includes/pro-features.php:454
4032
  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."
4033
  msgstr ""
4034
 
4035
- #: lite/includes/pro-features.php:470
4036
  #: starter/starter-class-es-integrations.php:63
4037
  msgid "Comments"
4038
  msgstr ""
4039
 
4040
- #: lite/includes/pro-features.php:481
4041
  #: starter/starter-class-es-integrations.php:73
4042
  msgid "WooCommerce"
4043
  msgstr ""
4044
 
4045
- #: lite/includes/pro-features.php:491
4046
  #: starter/starter-class-es-integrations.php:91
4047
  msgid "Contact Form 7"
4048
  msgstr ""
4049
 
4050
- #: lite/includes/pro-features.php:501
4051
  #: starter/starter-class-es-integrations.php:100
4052
  msgid "WPForms"
4053
  msgstr ""
4054
 
4055
- #: lite/includes/pro-features.php:511
4056
  #: starter/starter-class-es-integrations.php:109
4057
  msgid "Give"
4058
  msgstr ""
4059
 
4060
- #: lite/includes/pro-features.php:521
4061
  #: starter/starter-class-es-integrations.php:118
4062
  msgid "Ninja Forms"
4063
  msgstr ""
4064
 
4065
- #: lite/includes/pro-features.php:531
4066
  #: starter/starter-class-es-integrations.php:82
4067
  msgid "EDD"
4068
  msgstr ""
4069
 
4070
- #: lite/includes/pro-features.php:558
4071
  msgid "Sync Comment Users"
4072
  msgstr ""
4073
 
4074
- #: lite/includes/pro-features.php:559
4075
  msgid "Quickly add to your mailing list when someone post a comment on your website."
4076
  msgstr ""
4077
 
4078
- #: lite/includes/pro-features.php:560
4079
- #: lite/includes/pro-features.php:593
4080
- #: lite/includes/pro-features.php:633
4081
- #: lite/includes/pro-features.php:671
4082
- #: lite/includes/pro-features.php:709
4083
- #: lite/includes/pro-features.php:747
4084
- #: lite/includes/pro-features.php:785
4085
  msgid "How to setup?"
4086
  msgstr ""
4087
 
4088
- #: lite/includes/pro-features.php:561
4089
- #: lite/includes/pro-features.php:594
4090
- #: lite/includes/pro-features.php:634
4091
- #: lite/includes/pro-features.php:672
4092
- #: lite/includes/pro-features.php:710
4093
- #: lite/includes/pro-features.php:748
4094
- #: lite/includes/pro-features.php:786
4095
  msgid "Once you upgrade to "
4096
  msgstr ""
4097
 
4098
- #: lite/includes/pro-features.php:561
4099
- #: lite/includes/pro-features.php:568
4100
- #: lite/includes/pro-features.php:594
4101
  #: lite/includes/pro-features.php:605
4102
- #: lite/includes/pro-features.php:636
4103
- #: lite/includes/pro-features.php:674
4104
- #: lite/includes/pro-features.php:712
4105
- #: lite/includes/pro-features.php:719
4106
- #: lite/includes/pro-features.php:750
4107
- #: lite/includes/pro-features.php:788
 
4108
  msgid "Email Subscribers Starter"
4109
  msgstr ""
4110
 
4111
- #: lite/includes/pro-features.php:563
4112
  msgid ""
4113
  "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"
4114
  "\t\tcomment."
4115
  msgstr ""
4116
 
4117
- #: lite/includes/pro-features.php:568
4118
- #: lite/includes/pro-features.php:605
4119
- #: lite/includes/pro-features.php:643
4120
- #: lite/includes/pro-features.php:681
4121
- #: lite/includes/pro-features.php:719
4122
- #: lite/includes/pro-features.php:757
4123
- #: lite/includes/pro-features.php:795
4124
  msgid "Checkout "
4125
  msgstr ""
4126
 
4127
- #: lite/includes/pro-features.php:568
4128
  msgid "now"
4129
  msgstr ""
4130
 
4131
- #: lite/includes/pro-features.php:591
4132
  msgid "Sync WooCommerce Customers"
4133
  msgstr ""
4134
 
4135
- #: lite/includes/pro-features.php:592
4136
  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"
4137
  msgstr ""
4138
 
4139
- #: lite/includes/pro-features.php:596
4140
  msgid ""
4141
  "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"
4142
  "\t\t\tpurchase something\n"
4143
  "\t\t\tfrom you."
4144
  msgstr ""
4145
 
4146
- #: lite/includes/pro-features.php:605
4147
- #: lite/includes/pro-features.php:719
4148
  msgid " Now"
4149
  msgstr ""
4150
 
4151
- #: lite/includes/pro-features.php:631
4152
  msgid "Sync Contact Form 7 users"
4153
  msgstr ""
4154
 
4155
- #: lite/includes/pro-features.php:632
4156
  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"
4157
  msgstr ""
4158
 
4159
- #: lite/includes/pro-features.php:641
4160
  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."
4161
  msgstr ""
4162
 
4163
- #: lite/includes/pro-features.php:669
4164
- #: lite/includes/pro-features.php:707
4165
  msgid "Sync Donors"
4166
  msgstr ""
4167
 
4168
- #: lite/includes/pro-features.php:670
4169
  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."
4170
  msgstr ""
4171
 
4172
- #: lite/includes/pro-features.php:679
4173
  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."
4174
  msgstr ""
4175
 
4176
- #: lite/includes/pro-features.php:708
4177
  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."
4178
  msgstr ""
4179
 
4180
- #: lite/includes/pro-features.php:717
4181
- #: lite/includes/pro-features.php:755
4182
  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."
4183
  msgstr ""
4184
 
4185
- #: lite/includes/pro-features.php:745
4186
  msgid "Sync Contacts"
4187
  msgstr ""
4188
 
4189
- #: lite/includes/pro-features.php:746
4190
  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"
4191
  msgstr ""
4192
 
4193
- #: lite/includes/pro-features.php:783
4194
  msgid "Sync Customers"
4195
  msgstr ""
4196
 
4197
- #: lite/includes/pro-features.php:784
4198
  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."
4199
  msgstr ""
4200
 
4201
- #: lite/includes/pro-features.php:793
4202
  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."
4203
  msgstr ""
4204
 
4205
- #: lite/includes/pro-features.php:815
4206
  msgid "ES PRO Integrations"
4207
  msgstr ""
4208
 
4209
- #: lite/includes/pro-features.php:859
4210
  msgid "Avoid manual actions and make your workflow quick, simple and effortless by integrating popular WordPress plugins with Email Subscribers PRO."
4211
  msgstr ""
4212
 
4213
- #: lite/includes/pro-features.php:861
4214
  msgid "Unlock plugin integrations with PRO"
4215
  msgstr ""
4216
 
4217
- #: lite/includes/pro-features.php:907
4218
  msgid "Protect your subscription list now with PRO"
4219
  msgstr ""
4220
 
4221
  #. translators: 1. Bold tag 2. Bold close tag
4222
- #: lite/includes/pro-features.php:910
4223
  msgid "Get a gatekeeper like %1$sCaptcha%2$s and prevent bot signups from your subscription form."
4224
  msgstr ""
4225
 
4226
- #: lite/includes/pro-features.php:924
4227
- #: starter/starter-class-email-subscribers.php:1289
4228
  msgid "Show a captcha to protect from bot signups."
4229
  msgstr ""
4230
 
4231
- #: lite/includes/pro-features.php:958
4232
  msgid "Enable multiple lists & post digest with PRO"
4233
  msgstr ""
4234
 
4235
- #: lite/includes/pro-features.php:964
4236
  msgid "Want to send notification emails to more than one list? You can select multiple list with"
4237
  msgstr ""
4238
 
4239
- #: lite/includes/pro-features.php:964
4240
  msgid "Email Subscribers PRO."
4241
  msgstr ""
4242
 
4243
- #: lite/includes/pro-features.php:971
4244
  msgid "With post digest, improve post notification by sending one notification for multiple post, schedule it to what you feel is the best time and leave it on the plugin."
4245
  msgstr ""
4246
 
4247
- #: lite/includes/pro-features.php:980
4248
- #: lite/includes/pro-features.php:1037
4249
  #: pro/pro-class-post-digest.php:57
4250
  msgid "Is a post digest?"
4251
  msgstr ""
4252
 
4253
- #: lite/includes/pro-features.php:983
4254
  msgid "Schedule one notification email for multiple posts"
4255
  msgstr ""
4256
 
4257
- #: lite/includes/pro-features.php:1000
4258
  msgid "Schedules at"
4259
  msgstr ""
4260
 
4261
- #: lite/includes/pro-features.php:1002
4262
  #: pro/pro-class-post-digest.php:108
4263
  msgid "When to send?"
4264
  msgstr ""
4265
 
4266
- #: lite/includes/pro-features.php:1009
4267
  msgid "Once a day at"
4268
  msgstr ""
4269
 
4270
- #: lite/includes/pro-features.php:1065
4271
  #: pro/classes/class-es-campaign-admin-pro.php:64
4272
  msgid "Send a test email"
4273
  msgstr ""
4274
 
4275
- #: lite/includes/pro-features.php:1088
4276
  msgid "Reduce the possibility to land in spam with PRO"
4277
  msgstr ""
4278
 
4279
- #: lite/includes/pro-features.php:1096
4280
  #: pro/classes/class-es-campaign-admin-pro.php:124
4281
  msgid "Link tracking"
4282
  msgstr ""
4283
 
4284
- #: lite/includes/pro-features.php:1147
4285
  msgid "Get spam score"
4286
  msgstr ""
4287
 
4288
- #: lite/includes/pro-features.php:1164
4289
  #: pro/classes/class-es-campaign-admin-pro.php:172
4290
- #: pro/pro-class-email-subscribers.php:862
4291
  msgid "Send options"
4292
  msgstr ""
4293
 
4294
- #: lite/includes/pro-features.php:1167
4295
  #: pro/classes/class-es-campaign-admin-pro.php:183
4296
- #: pro/pro-class-email-subscribers.php:867
4297
  msgid "Schedule for later"
4298
  msgstr ""
4299
 
4300
- #: lite/includes/pro-features.php:1184
4301
  #: lite/includes/workflows/fields/class-es-time.php:64
4302
  #: pro/classes/class-es-campaign-admin-pro.php:211
4303
- #: pro/pro-class-email-subscribers.php:895
4304
  msgid "Time"
4305
  msgstr ""
4306
 
4307
- #: lite/includes/pro-features.php:1194
4308
  #: pro/classes/class-es-campaign-admin-pro.php:226
4309
- #: pro/pro-class-email-subscribers.php:910
4310
  msgid "Local Time: "
4311
  msgstr ""
4312
 
4313
- #: lite/includes/pro-features.php:1237
4314
  msgid "Get campaign analytics with PRO"
4315
  msgstr ""
4316
 
4317
  #. translators: 1. Bold tag 2. Bold close tag
4318
- #: lite/includes/pro-features.php:1240
4319
  msgid "Want to track some very useful statistics of your campaigns and improve your future campaign ? Upgrade to %1$s Email Subscribers Pro %2$s and measure the effectiveness of your campaigns."
4320
  msgstr ""
4321
 
4322
- #: lite/includes/pro-features.php:1267
4323
- #: pro/classes/class-es-pro-reports-data.php:203
4324
- msgid "Type: "
4325
- msgstr ""
4326
-
4327
- #: lite/includes/pro-features.php:1270
4328
- #: pro/classes/class-es-pro-reports-data.php:206
4329
- msgid "From: "
4330
- msgstr ""
4331
-
4332
- #: lite/includes/pro-features.php:1273
4333
  msgid "List(s): "
4334
  msgstr ""
4335
 
4336
- #: lite/includes/pro-features.php:1274
4337
  msgid "Test, Main "
4338
  msgstr ""
4339
 
4340
- #: lite/includes/pro-features.php:1276
4341
- #: pro/classes/class-es-pro-reports-data.php:224
4342
- msgid "Date: "
4343
- msgstr ""
4344
-
4345
- #: lite/includes/pro-features.php:1277
4346
  msgid "July 1, 2020 10:00 AM"
4347
  msgstr ""
4348
 
4349
- #: lite/includes/pro-features.php:1284
4350
- #: pro/classes/class-es-pro-reports-data.php:233
4351
- msgid "Statistics"
4352
- msgstr ""
4353
-
4354
- #: lite/includes/pro-features.php:1316
4355
  msgid "Avg Click Rate"
4356
  msgstr ""
4357
 
4358
- #: lite/includes/pro-features.php:1326
4359
  msgid "Open and click activity"
4360
  msgstr ""
4361
 
4362
- #: lite/includes/pro-features.php:1335
4363
  msgid "Country Opens"
4364
  msgstr ""
4365
 
4366
- #: lite/includes/pro-features.php:1338
4367
  msgid "Mail Client Info"
4368
  msgstr ""
4369
 
4370
- #: lite/includes/pro-features.php:1415
4371
- #: lite/includes/pro-features.php:1629
4372
  #: pro/classes/class-es-pro-reports-data.php:441
4373
  #: pro/classes/class-es-pro-reports-data.php:922
4374
  msgid "Mail Client"
4375
  msgstr ""
4376
 
4377
- #: lite/includes/pro-features.php:1444
4378
  msgid "Device Info"
4379
  msgstr ""
4380
 
4381
- #: lite/includes/pro-features.php:1449
4382
  msgid "Browser Info"
4383
  msgstr ""
4384
 
4385
- #: lite/includes/pro-features.php:1454
4386
  msgid "OS Info"
4387
  msgstr ""
4388
 
4389
- #: lite/includes/pro-features.php:1473
4390
  msgid "Link Activity"
4391
  msgstr ""
4392
 
4393
- #: lite/includes/pro-features.php:1480
4394
  #: pro/classes/class-es-pro-reports-data.php:546
4395
  msgid "Link (URL)"
4396
  msgstr ""
4397
 
4398
- #: lite/includes/pro-features.php:1482
4399
  #: pro/classes/class-es-pro-reports-data.php:548
4400
  msgid "Unique Clicks"
4401
  msgstr ""
4402
 
4403
- #: lite/includes/pro-features.php:1484
4404
  #: pro/classes/class-es-pro-reports-data.php:550
4405
  msgid "Total Clicks"
4406
  msgstr ""
4407
 
4408
- #: lite/includes/pro-features.php:1618
4409
  msgid "Last 10 Open Activity"
4410
  msgstr ""
4411
 
4412
- #: lite/includes/pro-features.php:1628
4413
  #: pro/classes/class-es-pro-reports-data.php:921
4414
  msgid "Device"
4415
  msgstr ""
4416
 
4417
- #: lite/includes/pro-features.php:1630
4418
  #: pro/classes/class-es-pro-reports-data.php:923
4419
  msgid "OS"
4420
  msgstr ""
4421
 
4422
- #: lite/includes/pro-features.php:1657
4423
  #: pro/classes/class-es-pro-reports-data.php:945
4424
  msgid "Desktop"
4425
  msgstr ""
4426
 
4427
- #: lite/includes/pro-features.php:1666
4428
  #: pro/classes/class-es-pro-reports-data.php:953
4429
  msgid "Tablet"
4430
  msgstr ""
4431
 
4432
- #: lite/includes/pro-features.php:1675
4433
  #: pro/classes/class-es-pro-reports-data.php:961
4434
  msgid "Mobile"
4435
  msgstr ""
4436
 
4437
- #: lite/includes/pro-features.php:1744
4438
- #: pro/pro-class-email-subscribers.php:1828
4439
  msgid "Add Attachments"
4440
  msgstr ""
4441
 
4442
- #: lite/includes/pro-features.php:1775
4443
- #: pro/pro-class-email-subscribers.php:1955
4444
  msgid "Import existing WordPress users"
4445
  msgstr ""
4446
 
4447
- #: lite/includes/pro-features.php:1800
4448
  msgid "Import from"
4449
  msgstr ""
4450
 
4451
- #: lite/includes/pro-features.php:1801
4452
  msgid "WooCommerce orders"
4453
  msgstr ""
4454
 
4455
- #: lite/includes/pro-features.php:1828
4456
  msgid "is not in List [PRO]"
4457
  msgstr ""
4458
 
4459
- #: lite/includes/pro-features.php:1834
4460
  msgid "Email [PRO]"
4461
  msgstr ""
4462
 
4463
- #: lite/includes/pro-features.php:1838
4464
  msgid "Country [PRO]"
4465
  msgstr ""
4466
 
4467
- #: lite/includes/pro-features.php:1842
4468
  msgid "Engagement score [PRO]"
4469
  msgstr ""
4470
 
4471
- #: lite/includes/pro-features.php:1846
4472
  msgid "Bounce status [PRO]"
4473
  msgstr ""
4474
 
4475
- #: lite/includes/pro-features.php:1852
4476
  msgid "has received [PRO]"
4477
  msgstr ""
4478
 
4479
- #: lite/includes/pro-features.php:1856
4480
  msgid "has not received [PRO]"
4481
  msgstr ""
4482
 
4483
- #: lite/includes/pro-features.php:1860
4484
  msgid "has received and opened [PRO]"
4485
  msgstr ""
4486
 
4487
- #: lite/includes/pro-features.php:1864
4488
  msgid "has received but not opened [PRO]"
4489
  msgstr ""
4490
 
4491
- #: lite/includes/pro-features.php:1868
4492
  msgid "has received and clicked [PRO]"
4493
  msgstr ""
4494
 
4495
- #: lite/includes/pro-features.php:1872
4496
  msgid "has received and not clicked [PRO]"
4497
  msgstr ""
4498
 
4499
- #: lite/includes/pro-features.php:1894
4500
  msgid "Send campaign to specific audience with PRO"
4501
  msgstr ""
4502
 
4503
- #: lite/includes/pro-features.php:1896
4504
  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 campaign emails to them."
4505
  msgstr ""
4506
 
4507
- #: lite/includes/pro-features.php:1911
4508
  msgid "Send confirmation email [PRO]"
4509
  msgstr ""
4510
 
4511
- #: lite/includes/pro-features.php:1927
4512
  #: pro/classes/class-es-pro-custom-fields.php:82
4513
  msgid "Manage Custom Fields"
4514
  msgstr ""
4515
 
4516
- #: lite/includes/pro-features.php:1946
4517
  msgid "Want to add more form fields?"
4518
  msgstr ""
4519
 
@@ -4548,6 +4586,7 @@ msgstr ""
4548
  #: lite/includes/workflows/actions/class-es-action-add-to-list.php:45
4549
  #: pro/workflows/actions/class-es-action-move-to-list.php:44
4550
  #: pro/workflows/actions/class-es-action-remove-from-list.php:49
 
4551
  msgid "Select List"
4552
  msgstr ""
4553
 
@@ -4988,7 +5027,7 @@ msgid "Send welcome email when someone subscribes"
4988
  msgstr ""
4989
 
4990
  #: lite/includes/workflows/db/class-es-db-workflows.php:608
4991
- #: pro/pro-class-email-subscribers.php:2682
4992
  msgid "Send confirmation email"
4993
  msgstr ""
4994
 
@@ -5118,39 +5157,39 @@ msgstr ""
5118
  msgid "Fires when a user is updated."
5119
  msgstr ""
5120
 
5121
- #: lite/public/class-email-subscribers-public.php:213
5122
  msgid "Sorry, you are not allowed to access this page."
5123
  msgstr ""
5124
 
5125
- #: lite/public/class-email-subscribers-public.php:255
5126
  msgid "You are already subscribed!"
5127
  msgstr ""
5128
 
5129
- #: lite/public/class-email-subscribers-public.php:257
5130
  msgid "You are already unsubscribed!"
5131
  msgstr ""
5132
 
5133
- #: lite/public/class-email-subscribers-public.php:262
5134
  msgid "Sorry, we couldn't find you. Please contact admin."
5135
  msgstr ""
5136
 
5137
- #: lite/public/class-email-subscribers-public.php:378
5138
- #: lite/public/class-email-subscribers-public.php:475
5139
- #: starter/starter-class-email-subscribers.php:842
5140
- #: starter/starter-class-email-subscribers.php:978
5141
  msgid "Unsubscribe"
5142
  msgstr ""
5143
 
5144
- #: lite/public/class-email-subscribers-public.php:460
5145
- #: starter/starter-class-email-subscribers.php:954
5146
  msgid "is subscribed to our mailing list(s)."
5147
  msgstr ""
5148
 
5149
- #: lite/public/class-email-subscribers-public.php:468
5150
  msgid "Unsubscribe from all list(s)"
5151
  msgstr ""
5152
 
5153
- #: lite/public/class-email-subscribers-public.php:469
5154
  msgid "You will be unsubscribed from receiving all future emails sent from us."
5155
  msgstr ""
5156
 
@@ -5164,7 +5203,7 @@ msgstr ""
5164
 
5165
  #: lite/public/partials/cron-message.php:43
5166
  #: pro/classes/class-es-campaign-admin-pro.php:177
5167
- #: pro/pro-class-email-subscribers.php:921
5168
  msgid "Send Now"
5169
  msgstr ""
5170
 
@@ -5267,7 +5306,7 @@ msgstr ""
5267
 
5268
  #: pro/classes/class-es-pro-custom-fields-table.php:40
5269
  #: pro/classes/class-es-pro-custom-fields-table.php:92
5270
- #: pro/pro-class-email-subscribers.php:456
5271
  msgid "Custom Fields"
5272
  msgstr ""
5273
 
@@ -5362,82 +5401,73 @@ msgstr ""
5362
  msgid "Invalid form!"
5363
  msgstr ""
5364
 
5365
- #: pro/classes/class-es-pro-embed-form.php:281
5366
  msgid "Make sure to paste this below code on remote pages"
5367
  msgstr ""
5368
 
5369
- #: pro/classes/class-es-pro-embed-form.php:288
5370
  msgid "Copy Embed Code"
5371
  msgstr ""
5372
 
5373
- #: pro/classes/class-es-pro-embed-form.php:311
5374
  msgid "Get form embed code"
5375
  msgstr ""
5376
 
5377
- #: pro/classes/class-es-pro-embed-form.php:387
5378
- #: pro/classes/class-es-pro-embed-form.php:446
5379
  msgid "Enable embed form?"
5380
  msgstr ""
5381
 
5382
- #: pro/classes/class-es-pro-embed-form.php:388
5383
  msgid "Would you like to show this form in external website?"
5384
  msgstr ""
5385
 
5386
- #: pro/classes/class-es-pro-embed-form.php:413
5387
  msgid "Specific URLs from other sites"
5388
  msgstr ""
5389
 
5390
- #: pro/classes/class-es-pro-embed-form.php:429
5391
  msgid "Add site URL"
5392
  msgstr ""
5393
 
5394
- #: pro/classes/class-es-pro-embed-form.php:478
5395
  msgid "No URLs added"
5396
  msgstr ""
5397
 
5398
- #: pro/classes/class-es-pro-embed-form.php:485
5399
  msgid "Add URLs"
5400
  msgstr ""
5401
 
5402
- #: pro/classes/class-es-pro-embed-form.php:516
5403
  msgid "Remove"
5404
  msgstr ""
5405
 
5406
- #: pro/classes/class-es-pro-newsletter-archive.php:70
5407
  msgid "Archive options"
5408
  msgstr ""
5409
 
5410
- #: pro/classes/class-es-pro-newsletter-archive.php:72
5411
  msgid "Show in Archive?"
5412
  msgstr ""
5413
 
5414
- #: pro/classes/class-es-pro-newsletter-archive.php:99
5415
- #: pro/classes/class-es-pro-newsletter-archive.php:121
5416
  msgid "Try Newsletter Archive"
5417
  msgstr ""
5418
 
5419
- #: pro/classes/class-es-pro-newsletter-archive.php:102
5420
  msgid "Set up the Newsletter archive anywhere on your site with the shortcode"
5421
  msgstr ""
5422
 
5423
- #: pro/classes/class-es-pro-newsletter-archive.php:104
5424
  msgid " and display a list of links to your archived emails."
5425
  msgstr ""
5426
 
5427
  #. translators: 1. Newsletter archive shortcode
5428
- #: pro/classes/class-es-pro-newsletter-archive.php:123
5429
  msgid "Display sent Newsletter campaigns by adding this shortcode %1$s anywhere on your site."
5430
  msgstr ""
5431
 
5432
- #: pro/classes/class-es-pro-reports-data.php:210
5433
- msgid "Recipient(s): "
5434
- msgstr ""
5435
-
5436
- #: pro/classes/class-es-pro-reports-data.php:261
5437
- #: pro/pro-class-email-subscribers.php:1337
5438
- msgid "Clicked"
5439
- msgstr ""
5440
-
5441
  #: pro/classes/class-es-pro-reports-data.php:304
5442
  msgid "Open and Click activity"
5443
  msgstr ""
@@ -5709,256 +5739,256 @@ msgstr ""
5709
  msgid "Your cart could not be restored, it may have expired."
5710
  msgstr ""
5711
 
5712
- #: pro/pro-class-email-subscribers.php:449
5713
  #: pro/pro-class-post-digest.php:33
5714
  msgid "Sequence"
5715
  msgstr ""
5716
 
5717
- #: pro/pro-class-email-subscribers.php:614
5718
  msgid "Please enter an email address."
5719
  msgstr ""
5720
 
5721
- #: pro/pro-class-email-subscribers.php:615
5722
  msgid "Please enter the subject."
5723
  msgstr ""
5724
 
5725
- #: pro/pro-class-email-subscribers.php:617
5726
  msgid "Add Attachment"
5727
  msgstr ""
5728
 
5729
  #. translators: %s: Attachmen max file size.
5730
- #: pro/pro-class-email-subscribers.php:619
5731
  msgid "Please attach a file having size lower than %s."
5732
  msgstr ""
5733
 
5734
- #: pro/pro-class-email-subscribers.php:620
5735
  msgid "Are you sure you want to delete this?"
5736
  msgstr ""
5737
 
5738
- #: pro/pro-class-email-subscribers.php:621
5739
- #: pro/pro-class-email-subscribers.php:2165
5740
  msgid "Checking your orders..."
5741
  msgstr ""
5742
 
5743
- #: pro/pro-class-email-subscribers.php:623
5744
  #: pro/pro-class-sequences.php:685
5745
  msgid "Send immediately"
5746
  msgstr ""
5747
 
5748
- #: pro/pro-class-email-subscribers.php:624
5749
  msgid "Send after"
5750
  msgstr ""
5751
 
5752
- #: pro/pro-class-email-subscribers.php:625
5753
  #: pro/pro-class-sequences.php:598
5754
  msgid "hour(s)"
5755
  msgstr ""
5756
 
5757
- #: pro/pro-class-email-subscribers.php:626
5758
  #: pro/pro-class-sequences.php:599
5759
  msgid "day(s)"
5760
  msgstr ""
5761
 
5762
- #: pro/pro-class-email-subscribers.php:627
5763
  #: pro/pro-class-sequences.php:600
5764
  msgid "week(s)"
5765
  msgstr ""
5766
 
5767
- #: pro/pro-class-email-subscribers.php:757
5768
  msgid "Clean My List"
5769
  msgstr ""
5770
 
5771
- #: pro/pro-class-email-subscribers.php:758
5772
  msgid "List cleanup is in progress..."
5773
  msgstr ""
5774
 
5775
- #: pro/pro-class-email-subscribers.php:759
5776
  msgid "List cleanup completed successfully."
5777
  msgstr ""
5778
 
5779
- #: pro/pro-class-email-subscribers.php:777
5780
  msgid "Email status"
5781
  msgstr ""
5782
 
5783
- #: pro/pro-class-email-subscribers.php:778
5784
  msgid "Last opened at"
5785
  msgstr ""
5786
 
5787
- #: pro/pro-class-email-subscribers.php:932
5788
  msgid "Select page"
5789
  msgstr ""
5790
 
5791
- #: pro/pro-class-email-subscribers.php:945
5792
  msgid "Subscriber will be redirected to selected page (by default, homepage) once they click on unsubscribe link from the email."
5793
  msgstr ""
5794
 
5795
- #: pro/pro-class-email-subscribers.php:958
5796
  msgid "Subscriber will be redirected to selected page (by default, homepage) once they click on email confirmation link from the double opt-in (confirmation) email."
5797
  msgstr ""
5798
 
5799
- #: pro/pro-class-email-subscribers.php:996
5800
  msgid "Enable?"
5801
  msgstr ""
5802
 
5803
- #: pro/pro-class-email-subscribers.php:1003
5804
  msgid "When our automated weekly email should be sent out?"
5805
  msgstr ""
5806
 
5807
- #: pro/pro-class-email-subscribers.php:1012
5808
  msgid "In which time we need to send our weekly summary?"
5809
  msgstr ""
5810
 
5811
- #: pro/pro-class-email-subscribers.php:1038
5812
  msgid "Access Key ID"
5813
  msgstr ""
5814
 
5815
- #: pro/pro-class-email-subscribers.php:1051
5816
  msgid "Secret Access Key"
5817
  msgstr ""
5818
 
5819
- #: pro/pro-class-email-subscribers.php:1065
5820
  msgid "Closest Region"
5821
  msgstr ""
5822
 
5823
- #: pro/pro-class-email-subscribers.php:1067
5824
  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."
5825
  msgstr ""
5826
 
5827
- #: pro/pro-class-email-subscribers.php:1094
5828
  msgid "Private API Key"
5829
  msgstr ""
5830
 
5831
- #: pro/pro-class-email-subscribers.php:1108
5832
  msgid "Domain Name"
5833
  msgstr ""
5834
 
5835
- #: pro/pro-class-email-subscribers.php:1119
5836
- #: pro/pro-class-email-subscribers.php:1194
5837
  msgid "United States"
5838
  msgstr ""
5839
 
5840
- #: pro/pro-class-email-subscribers.php:1120
5841
- #: pro/pro-class-email-subscribers.php:1195
5842
  msgid "Europe"
5843
  msgstr ""
5844
 
5845
- #: pro/pro-class-email-subscribers.php:1126
5846
- #: pro/pro-class-email-subscribers.php:1201
5847
  msgid "Region"
5848
  msgstr ""
5849
 
5850
- #: pro/pro-class-email-subscribers.php:1130
5851
  msgid "mailgun.com"
5852
  msgstr ""
5853
 
5854
- #: pro/pro-class-email-subscribers.php:1156
5855
- #: pro/pro-class-email-subscribers.php:1183
5856
  msgid "API Key"
5857
  msgstr ""
5858
 
5859
- #: pro/pro-class-email-subscribers.php:1203
5860
  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."
5861
  msgstr ""
5862
 
5863
- #: pro/pro-class-email-subscribers.php:1228
5864
  msgid "API token"
5865
  msgstr ""
5866
 
5867
- #: pro/pro-class-email-subscribers.php:1256
5868
  msgid "API key"
5869
  msgstr ""
5870
 
5871
- #: pro/pro-class-email-subscribers.php:1285
5872
  msgid "Public key"
5873
  msgstr ""
5874
 
5875
- #: pro/pro-class-email-subscribers.php:1299
5876
  msgid "Private key"
5877
  msgstr ""
5878
 
5879
- #: pro/pro-class-email-subscribers.php:1628
5880
  msgid "You are not allowed to duplicate campaign."
5881
  msgstr ""
5882
 
5883
- #: pro/pro-class-email-subscribers.php:1643
5884
  msgid "Campaign duplicated !"
5885
  msgstr ""
5886
 
5887
- #: pro/pro-class-email-subscribers.php:1974
5888
  msgid "Import WordPress users with following roles"
5889
  msgstr ""
5890
 
5891
- #: pro/pro-class-email-subscribers.php:2032
5892
- #: pro/pro-class-email-subscribers.php:2172
5893
  msgid "Proceed "
5894
  msgstr ""
5895
 
5896
- #: pro/pro-class-email-subscribers.php:2074
5897
  msgid "Import from WooCommerce orders"
5898
  msgstr ""
5899
 
5900
- #: pro/pro-class-email-subscribers.php:2099
5901
  msgid "Select order statuses"
5902
  msgstr ""
5903
 
5904
- #: pro/pro-class-email-subscribers.php:2153
5905
  msgid "Orders should contain these products"
5906
  msgstr ""
5907
 
5908
- #: pro/pro-class-email-subscribers.php:2159
5909
  msgid "Search products..."
5910
  msgstr ""
5911
 
5912
  #. translators: 1. Processed orders count. 2. Total orders count. 3. Matched orders count.
5913
- #: pro/pro-class-email-subscribers.php:2391
5914
  msgid "Currently %1$s of %2$s orders checked. Found %3$s matching orders."
5915
  msgstr ""
5916
 
5917
- #: pro/pro-class-email-subscribers.php:2402
5918
  msgid "We can't find any matching orders in your store."
5919
  msgstr ""
5920
 
5921
- #: pro/pro-class-email-subscribers.php:2415
5922
  msgid "Total Opened"
5923
  msgstr ""
5924
 
5925
- #: pro/pro-class-email-subscribers.php:2468
5926
  msgid "How to configure Mailgun to send emails in the Email Subscribers plugin?"
5927
  msgstr ""
5928
 
5929
- #: pro/pro-class-email-subscribers.php:2500
5930
  msgid "How to configure SendGrid to send emails in the Email Subscribers plugin?"
5931
  msgstr ""
5932
 
5933
- #: pro/pro-class-email-subscribers.php:2532
5934
  msgid "How to configure Sparkpost to send emails in the Email Subscribers plugin?"
5935
  msgstr ""
5936
 
5937
- #: pro/pro-class-email-subscribers.php:2564
5938
  msgid "How to configure Amazon SES to send emails in the Email Subscribers plugin?"
5939
  msgstr ""
5940
 
5941
- #: pro/pro-class-email-subscribers.php:2596
5942
  msgid "How to configure Postmark to send emails in the Email Subscribers plugin?"
5943
  msgstr ""
5944
 
5945
- #: pro/pro-class-email-subscribers.php:2628
5946
  msgid "How to configure Sendinblue to send emails in the Email Subscribers plugin?"
5947
  msgstr ""
5948
 
5949
- #: pro/pro-class-email-subscribers.php:2660
5950
  msgid "How to configure Mailjet to send emails in the Email Subscribers plugin?"
5951
  msgstr ""
5952
 
5953
- #: pro/pro-class-email-subscribers.php:2697
5954
  msgid "Confirmation emails queued successfully and will be sent shortly."
5955
  msgstr ""
5956
 
5957
- #: pro/pro-class-email-subscribers.php:2705
5958
  msgid "No contacts found. May be they are already queued or there isn't any unconfirmed contact in your selection."
5959
  msgstr ""
5960
 
5961
- #: pro/pro-class-email-subscribers.php:2708
5962
  msgid "Failed to queue confirmation emails. Please try again later."
5963
  msgstr ""
5964
 
@@ -6478,103 +6508,139 @@ msgstr ""
6478
  msgid "SMTP Password is empty."
6479
  msgstr ""
6480
 
6481
- #: starter/starter-class-email-subscribers.php:244
 
 
 
 
 
 
 
 
 
 
 
 
6482
  msgid "Are You a Human?"
6483
  msgstr ""
6484
 
6485
- #: starter/starter-class-email-subscribers.php:352
6486
  msgid "No Thanks"
6487
  msgstr ""
6488
 
6489
- #: starter/starter-class-email-subscribers.php:353
6490
  msgid "You won't receive further emails from us, thank you!"
6491
  msgstr ""
6492
 
6493
- #: starter/starter-class-email-subscribers.php:419
6494
  msgid "SMTP Host"
6495
  msgstr ""
6496
 
6497
- #: starter/starter-class-email-subscribers.php:428
6498
  msgid "SSL"
6499
  msgstr ""
6500
 
6501
- #: starter/starter-class-email-subscribers.php:428
6502
  msgid "TLS"
6503
  msgstr ""
6504
 
6505
- #: starter/starter-class-email-subscribers.php:433
6506
  msgid "Encryption"
6507
  msgstr ""
6508
 
6509
- #: starter/starter-class-email-subscribers.php:447
6510
  msgid "SMTP Port"
6511
  msgstr ""
6512
 
6513
- #: starter/starter-class-email-subscribers.php:461
6514
  msgid "Authentication"
6515
  msgstr ""
6516
 
6517
- #: starter/starter-class-email-subscribers.php:475
6518
  msgid "SMTP Username"
6519
  msgstr ""
6520
 
6521
- #: starter/starter-class-email-subscribers.php:489
6522
  msgid "SMTP Password"
6523
  msgstr ""
6524
 
6525
- #: starter/starter-class-email-subscribers.php:565
 
 
 
 
 
 
 
 
 
 
 
 
6526
  msgid "Allow user to select list(s) while unsubscribe"
6527
  msgstr ""
6528
 
6529
- #: starter/starter-class-email-subscribers.php:857
 
 
 
 
 
 
 
 
 
 
 
 
6530
  msgid "Please select a list to unsubscribe"
6531
  msgstr ""
6532
 
6533
- #: starter/starter-class-email-subscribers.php:963
6534
  msgid "Unsubscribe from below mailing list(s)"
6535
  msgstr ""
6536
 
6537
- #: starter/starter-class-email-subscribers.php:964
6538
  msgid "Unsubscribe from all the lists"
6539
  msgstr ""
6540
 
6541
- #: starter/starter-class-email-subscribers.php:1389
6542
  msgid "Pause"
6543
  msgstr ""
6544
 
6545
- #: starter/starter-class-email-subscribers.php:1397
6546
  msgid "Resume"
6547
  msgstr ""
6548
 
6549
- #: starter/starter-class-email-subscribers.php:1421
6550
  msgid "Pause campaign"
6551
  msgstr ""
6552
 
6553
- #: starter/starter-class-email-subscribers.php:1430
6554
  msgid "Resume campaign"
6555
  msgstr ""
6556
 
6557
- #: starter/starter-class-email-subscribers.php:1521
6558
  msgid "Email Authentication"
6559
  msgstr ""
6560
 
6561
- #: starter/starter-class-email-subscribers.php:1549
6562
  msgid "Auth Header Name"
6563
  msgstr ""
6564
 
6565
- #: starter/starter-class-email-subscribers.php:1550
6566
  msgid "Result"
6567
  msgstr ""
6568
 
6569
- #: starter/starter-class-email-subscribers.php:1551
6570
  msgid "Raw Headers"
6571
  msgstr ""
6572
 
6573
- #: starter/starter-class-email-subscribers.php:1562
6574
  msgid "Not Verified"
6575
  msgstr ""
6576
 
6577
- #: starter/starter-class-email-subscribers.php:1563
6578
  msgid "Not Found"
6579
  msgstr ""
6580
 
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 5.4.2\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: 2022-07-13T09:20:01+02:00\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"
80
  msgstr ""
81
 
82
  #: lite/admin/class-email-subscribers-admin.php:178
83
+ #: pro/pro-class-email-subscribers.php:619
84
  msgid "Please add email body."
85
  msgstr ""
86
 
208
  msgid "Fetching contacts from MailChimp...Please do not close this window"
209
  msgstr ""
210
 
211
+ #: lite/admin/class-email-subscribers-admin.php:222
212
+ msgid "SMTP Error : Unable to send test email"
213
+ msgstr ""
214
+
215
+ #: lite/admin/class-email-subscribers-admin.php:223
216
+ msgid "Server Busy : Please try again later"
217
+ msgstr ""
218
+
219
+ #: lite/admin/class-email-subscribers-admin.php:224
220
+ msgid "Headers verified successfully"
221
+ msgstr ""
222
+
223
+ #: lite/admin/class-email-subscribers-admin.php:306
224
  #: lite/admin/partials/dashboard.php:167
225
  msgid "Dashboard"
226
  msgstr ""
227
 
228
+ #: lite/admin/class-email-subscribers-admin.php:311
229
  #: lite/admin/partials/dashboard.php:174
230
  #: lite/includes/classes/class-es-contacts-table.php:214
231
+ #: lite/includes/pro-features.php:204
232
+ #: starter/starter-class-email-subscribers.php:812
233
  msgid "Audience"
234
  msgstr ""
235
 
236
+ #: lite/admin/class-email-subscribers-admin.php:315
237
  #: lite/admin/class-es-form-admin.php:232
238
  #: lite/admin/class-es-form-admin.php:519
239
  #: lite/includes/classes/class-es-lists-table.php:34
241
  msgid "Lists"
242
  msgstr ""
243
 
244
+ #: lite/admin/class-email-subscribers-admin.php:321
245
  #: lite/admin/class-es-form-admin.php:397
246
  #: lite/includes/classes/class-es-form-widget.php:77
247
  #: lite/includes/classes/class-es-forms-table.php:39
248
  #: lite/includes/classes/class-es-forms-table.php:40
249
  #: lite/includes/classes/class-es-forms-table.php:99
250
+ #: lite/includes/pro-features.php:205
251
+ #: starter/starter-class-email-subscribers.php:813
252
  msgid "Forms"
253
  msgstr ""
254
 
255
+ #: lite/admin/class-email-subscribers-admin.php:327
256
  #: lite/admin/class-es-campaign-admin.php:278
257
  #: lite/admin/partials/gallery.php:10
258
  #: lite/includes/classes/class-es-campaigns-table.php:124
259
  #: lite/includes/classes/class-es-newsletters.php:234
260
  #: lite/includes/classes/class-es-newsletters.php:240
261
+ #: lite/includes/pro-features.php:206
262
  #: pro/partials/es-dashboard.php:8
263
+ #: starter/starter-class-email-subscribers.php:814
264
  msgid "Campaigns"
265
  msgstr ""
266
 
267
+ #: lite/admin/class-email-subscribers-admin.php:331
268
  msgid "Post Notifications"
269
  msgstr ""
270
 
271
+ #: lite/admin/class-email-subscribers-admin.php:333
272
  #: lite/admin/class-es-campaign-admin.php:251
273
+ #: lite/includes/classes/class-es-campaign-report.php:56
274
  #: lite/includes/classes/class-es-campaigns-table.php:357
275
  #: lite/includes/classes/class-es-newsletters.php:249
276
  #: lite/includes/classes/class-es-reports-data.php:402
277
  #: lite/includes/classes/class-es-reports-table.php:197
278
  #: lite/includes/classes/class-es-templates-table.php:187
279
+ #: lite/includes/pro-features.php:1279
280
+ #: lite/public/class-email-subscribers-public.php:499
281
  #: pro/classes/class-es-pro-reports-data.php:77
282
  msgid "Broadcast"
283
  msgstr ""
284
 
285
+ #: lite/admin/class-email-subscribers-admin.php:334
286
  #: lite/includes/classes/class-es-newsletters.php:426
287
  #: lite/includes/classes/class-es-reports-table.php:587
288
  #: lite/includes/classes/class-es-templates-table.php:149
290
  msgid "Template Preview"
291
  msgstr ""
292
 
293
+ #: lite/admin/class-email-subscribers-admin.php:339
294
  msgid "Gallery"
295
  msgstr ""
296
 
297
+ #: lite/admin/class-email-subscribers-admin.php:345
298
+ #: lite/includes/pro-features.php:209
299
  #: lite/includes/workflows/admin/class-es-workflow-admin-edit.php:333
300
  #: lite/includes/workflows/class-es-workflows-table.php:53
301
  #: lite/includes/workflows/class-es-workflows-table.php:276
302
  #: lite/includes/workflows/class-es-workflows-table.php:291
303
+ #: starter/starter-class-email-subscribers.php:817
304
  msgid "Workflows"
305
  msgstr ""
306
 
307
+ #: lite/admin/class-email-subscribers-admin.php:354
308
  #: lite/admin/partials/dashboard.php:612
309
  #: lite/includes/classes/class-es-campaign-report.php:17
310
  #: lite/includes/classes/class-es-reports-table.php:17
311
  #: lite/includes/classes/class-es-reports-table.php:55
312
  #: lite/includes/classes/class-es-reports-table.php:148
313
+ #: lite/includes/pro-features.php:207
314
  #: pro/classes/class-es-pro-sequence-report.php:21
315
  #: pro/classes/class-es-pro-sequence-report.php:44
316
  #: pro/classes/class-es-pro-sequence-report.php:77
317
+ #: starter/starter-class-email-subscribers.php:815
318
  msgid "Reports"
319
  msgstr ""
320
 
321
+ #: lite/admin/class-email-subscribers-admin.php:358
322
  #: lite/admin/class-es-form-admin.php:412
323
  #: lite/admin/partials/dashboard.php:620
324
  #: lite/includes/classes/class-es-admin-settings.php:134
325
  msgid "Settings"
326
  msgstr ""
327
 
328
+ #: lite/admin/class-email-subscribers-admin.php:363
329
  msgid "Go To Icegram"
330
  msgstr ""
331
 
332
  #. translators: 1. WordPress URL 2. Email Subscribers version 3. Icegram site URL
333
+ #: lite/admin/class-email-subscribers-admin.php:930
334
  msgid "<span id=\"footer-thankyou\">Thank you for creating with <a href=\"%1$s\" target=\"_blank\">WordPress</a> | Email Subscribers <b>%2$s</b>. Developed by team <a href=\"%3$s\" target=\"_blank\">Icegram</a></span>"
335
  msgstr ""
336
 
337
+ #: lite/admin/class-email-subscribers-admin.php:958
338
+ #: lite/admin/class-email-subscribers-admin.php:1639
339
+ #: lite/admin/class-email-subscribers-admin.php:1662
340
  msgid "Something went wrong"
341
  msgstr ""
342
 
343
+ #: lite/admin/class-email-subscribers-admin.php:1339
344
  #: lite/includes/class-email-subscribers-activator.php:61
345
  #: lite/includes/class-email-subscribers.php:1493
346
  #: lite/includes/classes/class-es-form-widget.php:11
351
  msgid "Email Subscribers"
352
  msgstr ""
353
 
354
+ #: lite/admin/class-email-subscribers-admin.php:1381
355
  msgid "Last 30 days"
356
  msgstr ""
357
 
358
+ #: lite/admin/class-email-subscribers-admin.php:1390
359
  #: lite/includes/class-es-common.php:359
360
  #: lite/includes/classes/class-es-contacts-table.php:332
361
  #: lite/includes/classes/class-es-import-subscribers.php:867
365
  msgid "Subscribed"
366
  msgstr ""
367
 
368
+ #: lite/admin/class-email-subscribers-admin.php:1398
369
  #: lite/admin/partials/dashboard.php:285
370
  #: lite/includes/class-es-common.php:361
371
+ #: lite/includes/classes/class-es-campaign-report.php:262
372
  #: lite/includes/classes/class-es-contacts-table.php:340
373
  #: lite/includes/classes/class-es-import-subscribers.php:868
374
  #: lite/includes/classes/class-es-import-subscribers.php:1357
378
  msgid "Unsubscribed"
379
  msgstr ""
380
 
381
+ #: lite/admin/class-email-subscribers-admin.php:1406
382
+ #: lite/includes/pro-features.php:1311
383
  msgid "Avg Open Rate"
384
  msgstr ""
385
 
386
+ #: lite/admin/class-email-subscribers-admin.php:1414
387
  msgid "Messages Sent"
388
  msgstr ""
389
 
390
+ #: lite/admin/class-email-subscribers-admin.php:1425
391
  msgid "Last Campaign"
392
  msgstr ""
393
 
394
+ #: lite/admin/class-email-subscribers-admin.php:1461
395
  msgid "Sent to"
396
  msgstr ""
397
 
398
+ #: lite/admin/class-email-subscribers-admin.php:1473
399
  #: lite/admin/partials/dashboard.php:358
400
  #: lite/admin/partials/dashboard.php:376
401
  #: lite/admin/partials/dashboard.php:537
402
+ #: lite/includes/pro-features.php:1391
403
+ #: lite/includes/pro-features.php:1429
404
  #: pro/classes/class-es-pro-reports-data.php:321
405
  #: pro/classes/class-es-pro-reports-data.php:444
406
  #: pro/classes/class-es-pro-reports-data.php:677
409
  msgid "Opens"
410
  msgstr ""
411
 
412
+ #: lite/admin/class-email-subscribers-admin.php:1487
413
  msgid "No campaigns sent yet"
414
  msgstr ""
415
 
416
+ #: lite/admin/class-email-subscribers-admin.php:1495
417
  msgid "Latest Blog Posts from Icegram"
418
  msgstr ""
419
 
420
+ #: lite/admin/class-email-subscribers-admin.php:1599
421
  msgid "Please publish it or save it as a draft."
422
  msgstr ""
423
 
665
  #: lite/admin/class-es-form-admin.php:165
666
  #: lite/admin/class-ig-es-campaign-rules.php:630
667
  #: lite/includes/classes/class-es-admin-settings.php:231
668
+ #: lite/includes/classes/class-es-campaign-report.php:436
669
  #: lite/includes/classes/class-es-contacts-table.php:813
670
  #: lite/includes/classes/class-es-export-subscribers.php:339
671
  #: lite/includes/classes/class-es-import-subscribers.php:587
673
  #: lite/includes/classes/class-es-import-subscribers.php:1102
674
  #: lite/includes/classes/class-es-import-subscribers.php:1348
675
  #: lite/includes/compatibilities/elementor/actions/class-es-ig-form-action.php:143
676
+ #: lite/includes/pro-features.php:1638
677
  #: lite/includes/workflows/actions/abstracts/class-ig-es-action-send-email-abstract.php:29
678
  #: lite/includes/workflows/actions/class-es-action-send-email.php:31
679
  #: lite/public/partials/class-es-shortcode.php:301
680
  #: pro/classes/class-es-pro-campaign-rules.php:35
681
  #: pro/classes/class-es-pro-embed-form.php:175
682
+ #: pro/pro-class-email-subscribers.php:2285
683
  msgid "Email"
684
  msgstr ""
685
 
805
  #: lite/includes/classes/class-es-post-notifications.php:545
806
  #: lite/includes/workflows/admin/views/meta-box-actions.php:122
807
  #: pro/pro-class-sequences.php:270
808
+ #: starter/starter-class-email-subscribers.php:1710
809
  msgid "Loading..."
810
  msgstr ""
811
 
885
  msgstr ""
886
 
887
  #: lite/admin/class-ig-es-campaign-rules.php:631
888
+ #: lite/includes/pro-features.php:1388
889
+ #: lite/includes/pro-features.php:1637
890
  #: pro/classes/class-es-pro-campaign-rules.php:38
891
  #: pro/classes/class-es-pro-reports-data.php:318
892
  msgid "Country"
1335
  msgstr ""
1336
 
1337
  #: lite/admin/partials/help.php:237
1338
+ #: lite/includes/classes/class-es-campaign-report.php:437
1339
  #: lite/includes/classes/class-es-campaigns-table.php:631
1340
  #: lite/includes/classes/class-es-export-subscribers.php:341
1341
  #: lite/includes/classes/class-es-import-subscribers.php:690
1350
  #: lite/includes/class-es-common.php:578
1351
  #: lite/includes/class-es-common.php:2052
1352
  #: lite/includes/class-es-common.php:2503
1353
+ #: lite/includes/classes/class-es-campaign-report.php:172
1354
  #: lite/includes/classes/class-es-campaigns-table.php:309
1355
  #: lite/includes/workflows/admin/views/meta-box-save.php:28
1356
  #: pro/classes/class-es-pro-reports-data.php:193
1361
  #: lite/admin/partials/help.php:241
1362
  #: lite/includes/class-es-common.php:579
1363
  #: lite/includes/class-es-common.php:2508
1364
+ #: lite/includes/classes/class-es-campaign-report.php:177
1365
  #: lite/includes/workflows/admin/views/meta-box-save.php:27
1366
  #: pro/classes/class-es-pro-reports-data.php:198
1367
  #: pro/classes/class-es-pro-sequence-report.php:239
1693
  msgstr ""
1694
 
1695
  #. translators: %1$s - constant that was used
1696
+ #: lite/includes/class-email-subscribers.php:1981
1697
  msgid "Value was set using constant %1$s"
1698
  msgstr ""
1699
 
1811
  msgstr ""
1812
 
1813
  #: lite/includes/class-es-common.php:1834
1814
+ #: lite/includes/pro-features.php:194
1815
  msgid "Email Subscribers PRO"
1816
  msgstr ""
1817
 
1839
 
1840
  #: lite/includes/class-es-common.php:2049
1841
  #: lite/includes/class-es-common.php:2494
1842
+ #: lite/includes/classes/class-es-campaign-report.php:165
1843
+ #: lite/includes/classes/class-es-campaign-report.php:484
1844
  #: lite/includes/classes/class-es-campaigns-table.php:550
1845
  #: lite/includes/classes/class-es-campaigns-table.php:588
1846
  #: lite/includes/classes/class-es-reports-table.php:236
1860
 
1861
  #: lite/includes/class-es-common.php:2051
1862
  #: lite/includes/class-es-common.php:2474
1863
+ #: lite/includes/classes/class-es-campaign-report.php:149
1864
+ #: lite/includes/classes/class-es-campaign-report.php:249
1865
+ #: lite/includes/classes/class-es-campaign-report.php:468
1866
  #: lite/includes/classes/class-es-campaigns-table.php:557
1867
  #: lite/includes/classes/class-es-campaigns-table.php:606
1868
  #: lite/includes/classes/class-es-reports-table.php:227
1869
+ #: lite/includes/pro-features.php:1272
1870
+ #: lite/includes/pro-features.php:1319
1871
  #: pro/classes/class-es-pro-reports-data.php:170
1872
  #: pro/classes/class-es-pro-reports-data.php:270
1873
  msgid "Sent"
1890
  msgstr ""
1891
 
1892
  #: lite/includes/class-es-common.php:2484
1893
+ #: lite/includes/classes/class-es-campaign-report.php:157
1894
+ #: lite/includes/classes/class-es-campaign-report.php:476
1895
  #: lite/includes/classes/class-es-reports-table.php:625
1896
  #: pro/classes/class-es-pro-reports-data.php:178
1897
  #: pro/partials/es-dashboard.php:60
1924
  msgstr ""
1925
 
1926
  #: lite/includes/class-es-common.php:2537
1927
+ #: lite/includes/pro-features.php:1186
1928
  #: lite/includes/workflows/admin/views/meta-box-timing.php:82
1929
  #: lite/includes/workflows/fields/class-es-date.php:31
1930
  #: pro/classes/class-es-campaign-admin-pro.php:197
1931
+ #: pro/pro-class-email-subscribers.php:884
1932
  msgid "Date"
1933
  msgstr ""
1934
 
2257
  msgstr ""
2258
 
2259
  #: lite/includes/classes/class-es-campaign-report.php:16
2260
+ #: lite/includes/classes/class-es-campaign-report.php:133
2261
  #: lite/includes/classes/class-es-campaigns-table.php:443
2262
  #: lite/includes/classes/class-es-campaigns-table.php:447
2263
  #: lite/includes/classes/class-es-campaigns-table.php:478
2264
  #: lite/includes/classes/class-es-reports-table.php:16
2265
+ #: lite/includes/pro-features.php:1264
2266
  #: pro/classes/class-es-pro-reports-data.php:154
2267
  #: pro/classes/class-es-pro-sequence-report.php:20
2268
  msgid "Report"
2269
  msgstr ""
2270
 
2271
+ #: lite/includes/classes/class-es-campaign-report.php:52
2272
+ #: lite/includes/classes/class-es-reports-data.php:404
2273
+ #: lite/includes/classes/class-es-reports-table.php:193
2274
+ #: lite/public/class-email-subscribers-public.php:502
2275
+ #: pro/classes/class-es-pro-reports-data.php:73
2276
+ #: lite/admin/js/src/views/GalleryItemFilter.js:10
2277
+ msgid "Post Notification"
2278
+ msgstr ""
2279
+
2280
+ #: lite/includes/classes/class-es-campaign-report.php:182
2281
+ #: lite/includes/pro-features.php:1278
2282
+ #: pro/classes/class-es-pro-reports-data.php:203
2283
+ msgid "Type: "
2284
+ msgstr ""
2285
+
2286
+ #: lite/includes/classes/class-es-campaign-report.php:185
2287
+ #: lite/includes/pro-features.php:1281
2288
+ #: pro/classes/class-es-pro-reports-data.php:206
2289
+ msgid "From: "
2290
+ msgstr ""
2291
+
2292
+ #: lite/includes/classes/class-es-campaign-report.php:189
2293
+ #: pro/classes/class-es-pro-reports-data.php:210
2294
+ msgid "Recipient(s): "
2295
+ msgstr ""
2296
+
2297
+ #: lite/includes/classes/class-es-campaign-report.php:203
2298
+ #: lite/includes/pro-features.php:1287
2299
+ #: pro/classes/class-es-pro-reports-data.php:224
2300
+ msgid "Date: "
2301
+ msgstr ""
2302
+
2303
+ #: lite/includes/classes/class-es-campaign-report.php:212
2304
+ #: lite/includes/pro-features.php:1295
2305
+ #: pro/classes/class-es-pro-reports-data.php:233
2306
+ msgid "Statistics"
2307
+ msgstr ""
2308
+
2309
+ #: lite/includes/classes/class-es-campaign-report.php:226
2310
+ #: lite/includes/classes/class-es-campaign-report.php:492
2311
+ #: lite/includes/classes/class-es-contacts-table.php:356
2312
+ #: lite/includes/pro-features.php:1303
2313
+ #: pro/classes/class-es-pro-reports-data.php:247
2314
+ #: pro/classes/class-es-pro-reports-data.php:875
2315
+ msgid "Opened"
2316
+ msgstr ""
2317
+
2318
+ #: lite/includes/classes/class-es-campaign-report.php:240
2319
+ #: pro/classes/class-es-pro-reports-data.php:261
2320
+ #: pro/pro-class-email-subscribers.php:1340
2321
+ msgid "Clicked"
2322
+ msgstr ""
2323
+
2324
+ #: lite/includes/classes/class-es-campaign-report.php:294
2325
  msgid "Activity Info"
2326
  msgstr ""
2327
 
2328
  #. translators: %s: Total items in the table
2329
+ #: lite/includes/classes/class-es-campaign-report.php:339
2330
  msgid "%s item"
2331
  msgid_plural "%s items"
2332
  msgstr[0] ""
2333
  msgstr[1] ""
2334
 
2335
+ #: lite/includes/classes/class-es-campaign-report.php:438
2336
  msgid "Sent Date"
2337
  msgstr ""
2338
 
2339
+ #: lite/includes/classes/class-es-campaign-report.php:439
2340
  msgid "Viewed Date"
2341
  msgstr ""
2342
 
2343
+ #: lite/includes/classes/class-es-campaign-report.php:723
 
 
 
 
 
 
 
 
2344
  msgid "Campaign Analytics"
2345
  msgstr ""
2346
 
2419
 
2420
  #: lite/includes/classes/class-es-campaigns-table.php:371
2421
  #: lite/includes/workflows/actions/class-es-action-send-email.php:55
2422
+ #: starter/starter-class-email-subscribers.php:430
2423
  msgid "None"
2424
  msgstr ""
2425
 
2728
  msgid "30 minutes"
2729
  msgstr ""
2730
 
2731
+ #: lite/includes/classes/class-es-cron.php:642
2732
  msgid "Emails sent successfully!"
2733
  msgstr ""
2734
 
2735
+ #: lite/includes/classes/class-es-cron.php:643
2736
  msgid "Emails not found."
2737
  msgstr ""
2738
 
2739
+ #: lite/includes/classes/class-es-cron.php:644
2740
  msgid "No notifications found to send."
2741
  msgstr ""
2742
 
2743
+ #: lite/includes/classes/class-es-cron.php:645
2744
+ #: lite/includes/classes/class-es-cron.php:646
2745
+ #: lite/includes/classes/class-es-cron.php:647
2746
  msgid "Invalid GUID."
2747
  msgstr ""
2748
 
2749
+ #: lite/includes/classes/class-es-cron.php:648
2750
  msgid "Not allowed to process request."
2751
  msgstr ""
2752
 
2753
+ #: lite/includes/classes/class-es-cron.php:649
2754
  msgid "GUID is empty."
2755
  msgstr ""
2756
 
2757
+ #: lite/includes/classes/class-es-cron.php:650
2758
  msgid "Please try after sometime."
2759
  msgstr ""
2760
 
2761
+ #: lite/includes/classes/class-es-cron.php:651
2762
  msgid "You have hit your hourly email sending limit. Please try after sometime."
2763
  msgstr ""
2764
 
2765
+ #: lite/includes/classes/class-es-cron.php:652
2766
  msgid "Cron lock enabled. Please try after sometime."
2767
  msgstr ""
2768
 
2810
  #: lite/includes/classes/class-es-import-subscribers.php:682
2811
  #: lite/includes/classes/class-es-import-subscribers.php:1094
2812
  #: lite/includes/classes/class-es-import-subscribers.php:1349
2813
+ #: pro/pro-class-email-subscribers.php:2286
2814
  msgid "First Name"
2815
  msgstr ""
2816
 
2819
  #: lite/includes/classes/class-es-import-subscribers.php:683
2820
  #: lite/includes/classes/class-es-import-subscribers.php:1099
2821
  #: lite/includes/classes/class-es-import-subscribers.php:1350
2822
+ #: pro/pro-class-email-subscribers.php:2287
2823
  msgid "Last Name"
2824
  msgstr ""
2825
 
3359
  msgstr ""
3360
 
3361
  #. translators: 1. Subscriber email 2. Blog name
3362
+ #: lite/includes/classes/class-es-mailer.php:1780
3363
  msgid "Unsubscribe %1$s from %2$s"
3364
  msgstr ""
3365
 
3585
  msgid "here"
3586
  msgstr ""
3587
 
 
 
 
 
 
 
 
 
3588
  #: lite/includes/classes/class-es-reports-data.php:406
3589
  #: pro/pro-class-post-digest.php:36
3590
  #: lite/admin/js/src/views/GalleryItemFilter.js:11
3694
 
3695
  #. translators: 1: Page 2: Duplicate action 3: Campaign id 4: Wp nonce
3696
  #: lite/includes/classes/class-es-templates-table.php:209
3697
+ #: pro/pro-class-email-subscribers.php:1609
3698
  msgid "Duplicate"
3699
  msgstr ""
3700
 
3716
 
3717
  #: lite/includes/classes/class-es-widget.php:50
3718
  #: lite/includes/feedback.php:231
3719
+ #: starter/starter-class-email-subscribers.php:458
3720
  msgid "Yes"
3721
  msgstr ""
3722
 
3723
  #: lite/includes/classes/class-es-widget.php:51
3724
  #: lite/includes/feedback.php:235
3725
+ #: starter/starter-class-email-subscribers.php:458
3726
  msgid "No"
3727
  msgstr ""
3728
 
3881
  #: lite/includes/premium-services-ui/class-ig-es-premium-services-ui.php:199
3882
  #: lite/includes/premium-services-ui/class-ig-es-premium-services-ui.php:236
3883
  #: lite/includes/premium-services-ui/class-ig-es-premium-services-ui.php:294
3884
+ #: lite/includes/pro-features.php:1161
3885
  msgid "Check"
3886
  msgstr ""
3887
 
3913
  msgstr ""
3914
 
3915
  #: lite/includes/premium-services-ui/class-ig-es-premium-services-ui.php:328
3916
+ #: lite/includes/pro-features.php:1142
3917
  msgid "UTM tracking"
3918
  msgstr ""
3919
 
3933
  msgstr ""
3934
 
3935
  #: lite/includes/premium-services-ui/class-ig-es-premium-services-ui.php:420
3936
+ #: lite/includes/pro-features.php:359
3937
  msgid "Google Analytics UTM tracking"
3938
  msgstr ""
3939
 
3940
  #: lite/includes/premium-services-ui/class-ig-es-premium-services-ui.php:421
3941
+ #: lite/includes/pro-features.php:360
3942
  msgid "Do you want to automatically add campaign tracking parameters in emails to track performance in Google Analytics? (We recommend keeping it enabled)"
3943
  msgstr ""
3944
 
3945
+ #: lite/includes/pro-features.php:194
3946
  msgid "Customize user roles permissions with "
3947
  msgstr ""
3948
 
3949
+ #: lite/includes/pro-features.php:199
3950
+ #: starter/starter-class-email-subscribers.php:807
3951
  msgid "You can allow different user roles access to different operations within Email Subscribers plugin. Please select which roles should have what access below."
3952
  msgstr ""
3953
 
3954
+ #: lite/includes/pro-features.php:203
3955
+ #: starter/starter-class-email-subscribers.php:811
3956
  msgid "Roles"
3957
  msgstr ""
3958
 
3959
+ #: lite/includes/pro-features.php:208
3960
+ #: starter/starter-class-email-subscribers.php:816
3961
  msgid "Sequences"
3962
  msgstr ""
3963
 
3964
+ #: lite/includes/pro-features.php:268
3965
+ #: starter/starter-class-email-subscribers.php:781
3966
  msgid "Access Control"
3967
  msgstr ""
3968
 
3969
+ #: lite/includes/pro-features.php:297
3970
+ #: pro/pro-class-email-subscribers.php:970
3971
  msgid "Track clicks"
3972
  msgstr ""
3973
 
3974
+ #: lite/includes/pro-features.php:298
3975
+ #: pro/pro-class-email-subscribers.php:971
3976
  msgid "Do you want to track when people click links in your emails? (We recommend keeping it enabled)"
3977
  msgstr ""
3978
 
3979
  #. translators: %s: Icegram Pricing page url with utm tracking
3980
+ #: lite/includes/pro-features.php:305
3981
  msgid "Track key insight behaviour with PRO"
3982
  msgstr ""
3983
 
3984
+ #: lite/includes/pro-features.php:306
3985
  msgid "Enable Link Tracking, UTM tracking and understand customer behavior to plan your next campaign accordingly."
3986
  msgstr ""
3987
 
3988
+ #: lite/includes/pro-features.php:311
3989
  msgid "Allow user to select list(s) while unsubscribing"
3990
  msgstr ""
3991
 
3992
+ #: lite/includes/pro-features.php:312
3993
+ #: starter/starter-class-email-subscribers.php:631
3994
  msgid "Enabling this will let users unsubscribe from multiple lists at once. (We recommend keeping it enabled)"
3995
  msgstr ""
3996
 
3997
+ #: lite/includes/pro-features.php:324
3998
+ #: starter/starter-class-email-subscribers.php:603
3999
  msgid "Nudge people to subscribe while leaving a comment or placing an order?"
4000
  msgstr ""
4001
 
4002
+ #: lite/includes/pro-features.php:325
4003
+ #: starter/starter-class-email-subscribers.php:604
4004
  msgid "Adds a checkbox to subscribe when people post a comment or checkout (if you&rsquo;re using WooCommerce)."
4005
  msgstr ""
4006
 
4007
+ #: lite/includes/pro-features.php:330
4008
+ #: starter/starter-class-email-subscribers.php:609
4009
  msgid "(toggle to enable this)"
4010
  msgstr ""
4011
 
4012
+ #: lite/includes/pro-features.php:338
4013
+ #: starter/starter-class-email-subscribers.php:616
4014
  msgid "Opt-in consent message text"
4015
  msgstr ""
4016
 
4017
+ #: lite/includes/pro-features.php:340
4018
  msgid "Subscribe to our email updates as well."
4019
  msgstr ""
4020
 
4021
+ #: lite/includes/pro-features.php:342
4022
+ #: starter/starter-class-email-subscribers.php:620
4023
  msgid "Opt-in consent text"
4024
  msgstr ""
4025
 
4026
+ #: lite/includes/pro-features.php:371
4027
+ #: pro/pro-class-email-subscribers.php:994
4028
  msgid "Weekly summary"
4029
  msgstr ""
4030
 
4031
+ #: lite/includes/pro-features.php:372
4032
  msgid "Would you like to receive an automated weekly summary?"
4033
  msgstr ""
4034
 
4035
+ #: lite/includes/pro-features.php:401
4036
+ #: starter/starter-class-email-subscribers.php:566
4037
  msgid "Block known attackers"
4038
  msgstr ""
4039
 
4040
+ #: lite/includes/pro-features.php:402
4041
+ #: starter/starter-class-email-subscribers.php:567
4042
  msgid "Stop spam bot attacker domains from signing up. Icegram maintains a blacklist of such attackers and enabling this option will keep the blacklist updated."
4043
  msgstr ""
4044
 
4045
  #. translators: %s: Icegram Pricing page url with utm tracking
4046
+ #: lite/includes/pro-features.php:411
4047
  msgid "Prevent spam attacks with PRO"
4048
  msgstr ""
4049
 
4050
+ #: lite/includes/pro-features.php:412
4051
  msgid "Secure your list from known spam bot attacker domains, fake email addresses and bot signups."
4052
  msgstr ""
4053
 
4054
+ #: lite/includes/pro-features.php:417
4055
+ #: starter/starter-class-email-subscribers.php:574
4056
  msgid "Block temporary / fake emails"
4057
  msgstr ""
4058
 
4059
+ #: lite/includes/pro-features.php:418
4060
+ #: starter/starter-class-email-subscribers.php:575
4061
  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 such emails to keep your list clean. Turning this on will update the blacklist automatically."
4062
  msgstr ""
4063
 
4064
+ #: lite/includes/pro-features.php:431
4065
+ #: lite/includes/pro-features.php:931
4066
+ #: starter/starter-class-email-subscribers.php:583
4067
  msgid "Enable Captcha"
4068
  msgstr ""
4069
 
4070
+ #: lite/includes/pro-features.php:432
4071
+ #: starter/starter-class-email-subscribers.php:584
4072
  msgid "Prevent bot signups even further. Set default captcha option for new subscription forms."
4073
  msgstr ""
4074
 
4075
+ #: lite/includes/pro-features.php:456
4076
+ #: pro/pro-class-email-subscribers.php:979
4077
  msgid "Track IP address"
4078
  msgstr ""
4079
 
4080
+ #: lite/includes/pro-features.php:457
4081
  msgid "Record user's IP address on subscription."
4082
  msgstr ""
4083
 
4084
  #. translators: %s: Icegram Pricing page url with utm tracking
4085
+ #: lite/includes/pro-features.php:464
4086
  msgid "Track subscribers IP addresses with PRO"
4087
  msgstr ""
4088
 
4089
+ #: lite/includes/pro-features.php:465
4090
  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."
4091
  msgstr ""
4092
 
4093
+ #: lite/includes/pro-features.php:481
4094
  #: starter/starter-class-es-integrations.php:63
4095
  msgid "Comments"
4096
  msgstr ""
4097
 
4098
+ #: lite/includes/pro-features.php:492
4099
  #: starter/starter-class-es-integrations.php:73
4100
  msgid "WooCommerce"
4101
  msgstr ""
4102
 
4103
+ #: lite/includes/pro-features.php:502
4104
  #: starter/starter-class-es-integrations.php:91
4105
  msgid "Contact Form 7"
4106
  msgstr ""
4107
 
4108
+ #: lite/includes/pro-features.php:512
4109
  #: starter/starter-class-es-integrations.php:100
4110
  msgid "WPForms"
4111
  msgstr ""
4112
 
4113
+ #: lite/includes/pro-features.php:522
4114
  #: starter/starter-class-es-integrations.php:109
4115
  msgid "Give"
4116
  msgstr ""
4117
 
4118
+ #: lite/includes/pro-features.php:532
4119
  #: starter/starter-class-es-integrations.php:118
4120
  msgid "Ninja Forms"
4121
  msgstr ""
4122
 
4123
+ #: lite/includes/pro-features.php:542
4124
  #: starter/starter-class-es-integrations.php:82
4125
  msgid "EDD"
4126
  msgstr ""
4127
 
4128
+ #: lite/includes/pro-features.php:569
4129
  msgid "Sync Comment Users"
4130
  msgstr ""
4131
 
4132
+ #: lite/includes/pro-features.php:570
4133
  msgid "Quickly add to your mailing list when someone post a comment on your website."
4134
  msgstr ""
4135
 
4136
+ #: lite/includes/pro-features.php:571
4137
+ #: lite/includes/pro-features.php:604
4138
+ #: lite/includes/pro-features.php:644
4139
+ #: lite/includes/pro-features.php:682
4140
+ #: lite/includes/pro-features.php:720
4141
+ #: lite/includes/pro-features.php:758
4142
+ #: lite/includes/pro-features.php:796
4143
  msgid "How to setup?"
4144
  msgstr ""
4145
 
4146
+ #: lite/includes/pro-features.php:572
4147
+ #: lite/includes/pro-features.php:605
4148
+ #: lite/includes/pro-features.php:645
4149
+ #: lite/includes/pro-features.php:683
4150
+ #: lite/includes/pro-features.php:721
4151
+ #: lite/includes/pro-features.php:759
4152
+ #: lite/includes/pro-features.php:797
4153
  msgid "Once you upgrade to "
4154
  msgstr ""
4155
 
4156
+ #: lite/includes/pro-features.php:572
4157
+ #: lite/includes/pro-features.php:579
 
4158
  #: lite/includes/pro-features.php:605
4159
+ #: lite/includes/pro-features.php:616
4160
+ #: lite/includes/pro-features.php:647
4161
+ #: lite/includes/pro-features.php:685
4162
+ #: lite/includes/pro-features.php:723
4163
+ #: lite/includes/pro-features.php:730
4164
+ #: lite/includes/pro-features.php:761
4165
+ #: lite/includes/pro-features.php:799
4166
  msgid "Email Subscribers Starter"
4167
  msgstr ""
4168
 
4169
+ #: lite/includes/pro-features.php:574
4170
  msgid ""
4171
  "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"
4172
  "\t\tcomment."
4173
  msgstr ""
4174
 
4175
+ #: lite/includes/pro-features.php:579
4176
+ #: lite/includes/pro-features.php:616
4177
+ #: lite/includes/pro-features.php:654
4178
+ #: lite/includes/pro-features.php:692
4179
+ #: lite/includes/pro-features.php:730
4180
+ #: lite/includes/pro-features.php:768
4181
+ #: lite/includes/pro-features.php:806
4182
  msgid "Checkout "
4183
  msgstr ""
4184
 
4185
+ #: lite/includes/pro-features.php:579
4186
  msgid "now"
4187
  msgstr ""
4188
 
4189
+ #: lite/includes/pro-features.php:602
4190
  msgid "Sync WooCommerce Customers"
4191
  msgstr ""
4192
 
4193
+ #: lite/includes/pro-features.php:603
4194
  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"
4195
  msgstr ""
4196
 
4197
+ #: lite/includes/pro-features.php:607
4198
  msgid ""
4199
  "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"
4200
  "\t\t\tpurchase something\n"
4201
  "\t\t\tfrom you."
4202
  msgstr ""
4203
 
4204
+ #: lite/includes/pro-features.php:616
4205
+ #: lite/includes/pro-features.php:730
4206
  msgid " Now"
4207
  msgstr ""
4208
 
4209
+ #: lite/includes/pro-features.php:642
4210
  msgid "Sync Contact Form 7 users"
4211
  msgstr ""
4212
 
4213
+ #: lite/includes/pro-features.php:643
4214
  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"
4215
  msgstr ""
4216
 
4217
+ #: lite/includes/pro-features.php:652
4218
  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."
4219
  msgstr ""
4220
 
4221
+ #: lite/includes/pro-features.php:680
4222
+ #: lite/includes/pro-features.php:718
4223
  msgid "Sync Donors"
4224
  msgstr ""
4225
 
4226
+ #: lite/includes/pro-features.php:681
4227
  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."
4228
  msgstr ""
4229
 
4230
+ #: lite/includes/pro-features.php:690
4231
  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."
4232
  msgstr ""
4233
 
4234
+ #: lite/includes/pro-features.php:719
4235
  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."
4236
  msgstr ""
4237
 
4238
+ #: lite/includes/pro-features.php:728
4239
+ #: lite/includes/pro-features.php:766
4240
  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."
4241
  msgstr ""
4242
 
4243
+ #: lite/includes/pro-features.php:756
4244
  msgid "Sync Contacts"
4245
  msgstr ""
4246
 
4247
+ #: lite/includes/pro-features.php:757
4248
  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"
4249
  msgstr ""
4250
 
4251
+ #: lite/includes/pro-features.php:794
4252
  msgid "Sync Customers"
4253
  msgstr ""
4254
 
4255
+ #: lite/includes/pro-features.php:795
4256
  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."
4257
  msgstr ""
4258
 
4259
+ #: lite/includes/pro-features.php:804
4260
  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."
4261
  msgstr ""
4262
 
4263
+ #: lite/includes/pro-features.php:826
4264
  msgid "ES PRO Integrations"
4265
  msgstr ""
4266
 
4267
+ #: lite/includes/pro-features.php:870
4268
  msgid "Avoid manual actions and make your workflow quick, simple and effortless by integrating popular WordPress plugins with Email Subscribers PRO."
4269
  msgstr ""
4270
 
4271
+ #: lite/includes/pro-features.php:872
4272
  msgid "Unlock plugin integrations with PRO"
4273
  msgstr ""
4274
 
4275
+ #: lite/includes/pro-features.php:918
4276
  msgid "Protect your subscription list now with PRO"
4277
  msgstr ""
4278
 
4279
  #. translators: 1. Bold tag 2. Bold close tag
4280
+ #: lite/includes/pro-features.php:921
4281
  msgid "Get a gatekeeper like %1$sCaptcha%2$s and prevent bot signups from your subscription form."
4282
  msgstr ""
4283
 
4284
+ #: lite/includes/pro-features.php:935
4285
+ #: starter/starter-class-email-subscribers.php:1417
4286
  msgid "Show a captcha to protect from bot signups."
4287
  msgstr ""
4288
 
4289
+ #: lite/includes/pro-features.php:969
4290
  msgid "Enable multiple lists & post digest with PRO"
4291
  msgstr ""
4292
 
4293
+ #: lite/includes/pro-features.php:975
4294
  msgid "Want to send notification emails to more than one list? You can select multiple list with"
4295
  msgstr ""
4296
 
4297
+ #: lite/includes/pro-features.php:975
4298
  msgid "Email Subscribers PRO."
4299
  msgstr ""
4300
 
4301
+ #: lite/includes/pro-features.php:982
4302
  msgid "With post digest, improve post notification by sending one notification for multiple post, schedule it to what you feel is the best time and leave it on the plugin."
4303
  msgstr ""
4304
 
4305
+ #: lite/includes/pro-features.php:991
4306
+ #: lite/includes/pro-features.php:1048
4307
  #: pro/pro-class-post-digest.php:57
4308
  msgid "Is a post digest?"
4309
  msgstr ""
4310
 
4311
+ #: lite/includes/pro-features.php:994
4312
  msgid "Schedule one notification email for multiple posts"
4313
  msgstr ""
4314
 
4315
+ #: lite/includes/pro-features.php:1011
4316
  msgid "Schedules at"
4317
  msgstr ""
4318
 
4319
+ #: lite/includes/pro-features.php:1013
4320
  #: pro/pro-class-post-digest.php:108
4321
  msgid "When to send?"
4322
  msgstr ""
4323
 
4324
+ #: lite/includes/pro-features.php:1020
4325
  msgid "Once a day at"
4326
  msgstr ""
4327
 
4328
+ #: lite/includes/pro-features.php:1076
4329
  #: pro/classes/class-es-campaign-admin-pro.php:64
4330
  msgid "Send a test email"
4331
  msgstr ""
4332
 
4333
+ #: lite/includes/pro-features.php:1099
4334
  msgid "Reduce the possibility to land in spam with PRO"
4335
  msgstr ""
4336
 
4337
+ #: lite/includes/pro-features.php:1107
4338
  #: pro/classes/class-es-campaign-admin-pro.php:124
4339
  msgid "Link tracking"
4340
  msgstr ""
4341
 
4342
+ #: lite/includes/pro-features.php:1158
4343
  msgid "Get spam score"
4344
  msgstr ""
4345
 
4346
+ #: lite/includes/pro-features.php:1175
4347
  #: pro/classes/class-es-campaign-admin-pro.php:172
4348
+ #: pro/pro-class-email-subscribers.php:865
4349
  msgid "Send options"
4350
  msgstr ""
4351
 
4352
+ #: lite/includes/pro-features.php:1178
4353
  #: pro/classes/class-es-campaign-admin-pro.php:183
4354
+ #: pro/pro-class-email-subscribers.php:870
4355
  msgid "Schedule for later"
4356
  msgstr ""
4357
 
4358
+ #: lite/includes/pro-features.php:1195
4359
  #: lite/includes/workflows/fields/class-es-time.php:64
4360
  #: pro/classes/class-es-campaign-admin-pro.php:211
4361
+ #: pro/pro-class-email-subscribers.php:898
4362
  msgid "Time"
4363
  msgstr ""
4364
 
4365
+ #: lite/includes/pro-features.php:1205
4366
  #: pro/classes/class-es-campaign-admin-pro.php:226
4367
+ #: pro/pro-class-email-subscribers.php:913
4368
  msgid "Local Time: "
4369
  msgstr ""
4370
 
4371
+ #: lite/includes/pro-features.php:1248
4372
  msgid "Get campaign analytics with PRO"
4373
  msgstr ""
4374
 
4375
  #. translators: 1. Bold tag 2. Bold close tag
4376
+ #: lite/includes/pro-features.php:1251
4377
  msgid "Want to track some very useful statistics of your campaigns and improve your future campaign ? Upgrade to %1$s Email Subscribers Pro %2$s and measure the effectiveness of your campaigns."
4378
  msgstr ""
4379
 
4380
+ #: lite/includes/pro-features.php:1284
 
 
 
 
 
 
 
 
 
 
4381
  msgid "List(s): "
4382
  msgstr ""
4383
 
4384
+ #: lite/includes/pro-features.php:1285
4385
  msgid "Test, Main "
4386
  msgstr ""
4387
 
4388
+ #: lite/includes/pro-features.php:1288
 
 
 
 
 
4389
  msgid "July 1, 2020 10:00 AM"
4390
  msgstr ""
4391
 
4392
+ #: lite/includes/pro-features.php:1327
 
 
 
 
 
4393
  msgid "Avg Click Rate"
4394
  msgstr ""
4395
 
4396
+ #: lite/includes/pro-features.php:1337
4397
  msgid "Open and click activity"
4398
  msgstr ""
4399
 
4400
+ #: lite/includes/pro-features.php:1346
4401
  msgid "Country Opens"
4402
  msgstr ""
4403
 
4404
+ #: lite/includes/pro-features.php:1349
4405
  msgid "Mail Client Info"
4406
  msgstr ""
4407
 
4408
+ #: lite/includes/pro-features.php:1426
4409
+ #: lite/includes/pro-features.php:1640
4410
  #: pro/classes/class-es-pro-reports-data.php:441
4411
  #: pro/classes/class-es-pro-reports-data.php:922
4412
  msgid "Mail Client"
4413
  msgstr ""
4414
 
4415
+ #: lite/includes/pro-features.php:1455
4416
  msgid "Device Info"
4417
  msgstr ""
4418
 
4419
+ #: lite/includes/pro-features.php:1460
4420
  msgid "Browser Info"
4421
  msgstr ""
4422
 
4423
+ #: lite/includes/pro-features.php:1465
4424
  msgid "OS Info"
4425
  msgstr ""
4426
 
4427
+ #: lite/includes/pro-features.php:1484
4428
  msgid "Link Activity"
4429
  msgstr ""
4430
 
4431
+ #: lite/includes/pro-features.php:1491
4432
  #: pro/classes/class-es-pro-reports-data.php:546
4433
  msgid "Link (URL)"
4434
  msgstr ""
4435
 
4436
+ #: lite/includes/pro-features.php:1493
4437
  #: pro/classes/class-es-pro-reports-data.php:548
4438
  msgid "Unique Clicks"
4439
  msgstr ""
4440
 
4441
+ #: lite/includes/pro-features.php:1495
4442
  #: pro/classes/class-es-pro-reports-data.php:550
4443
  msgid "Total Clicks"
4444
  msgstr ""
4445
 
4446
+ #: lite/includes/pro-features.php:1629
4447
  msgid "Last 10 Open Activity"
4448
  msgstr ""
4449
 
4450
+ #: lite/includes/pro-features.php:1639
4451
  #: pro/classes/class-es-pro-reports-data.php:921
4452
  msgid "Device"
4453
  msgstr ""
4454
 
4455
+ #: lite/includes/pro-features.php:1641
4456
  #: pro/classes/class-es-pro-reports-data.php:923
4457
  msgid "OS"
4458
  msgstr ""
4459
 
4460
+ #: lite/includes/pro-features.php:1668
4461
  #: pro/classes/class-es-pro-reports-data.php:945
4462
  msgid "Desktop"
4463
  msgstr ""
4464
 
4465
+ #: lite/includes/pro-features.php:1677
4466
  #: pro/classes/class-es-pro-reports-data.php:953
4467
  msgid "Tablet"
4468
  msgstr ""
4469
 
4470
+ #: lite/includes/pro-features.php:1686
4471
  #: pro/classes/class-es-pro-reports-data.php:961
4472
  msgid "Mobile"
4473
  msgstr ""
4474
 
4475
+ #: lite/includes/pro-features.php:1755
4476
+ #: pro/pro-class-email-subscribers.php:1831
4477
  msgid "Add Attachments"
4478
  msgstr ""
4479
 
4480
+ #: lite/includes/pro-features.php:1786
4481
+ #: pro/pro-class-email-subscribers.php:1958
4482
  msgid "Import existing WordPress users"
4483
  msgstr ""
4484
 
4485
+ #: lite/includes/pro-features.php:1811
4486
  msgid "Import from"
4487
  msgstr ""
4488
 
4489
+ #: lite/includes/pro-features.php:1812
4490
  msgid "WooCommerce orders"
4491
  msgstr ""
4492
 
4493
+ #: lite/includes/pro-features.php:1839
4494
  msgid "is not in List [PRO]"
4495
  msgstr ""
4496
 
4497
+ #: lite/includes/pro-features.php:1845
4498
  msgid "Email [PRO]"
4499
  msgstr ""
4500
 
4501
+ #: lite/includes/pro-features.php:1849
4502
  msgid "Country [PRO]"
4503
  msgstr ""
4504
 
4505
+ #: lite/includes/pro-features.php:1853
4506
  msgid "Engagement score [PRO]"
4507
  msgstr ""
4508
 
4509
+ #: lite/includes/pro-features.php:1857
4510
  msgid "Bounce status [PRO]"
4511
  msgstr ""
4512
 
4513
+ #: lite/includes/pro-features.php:1863
4514
  msgid "has received [PRO]"
4515
  msgstr ""
4516
 
4517
+ #: lite/includes/pro-features.php:1867
4518
  msgid "has not received [PRO]"
4519
  msgstr ""
4520
 
4521
+ #: lite/includes/pro-features.php:1871
4522
  msgid "has received and opened [PRO]"
4523
  msgstr ""
4524
 
4525
+ #: lite/includes/pro-features.php:1875
4526
  msgid "has received but not opened [PRO]"
4527
  msgstr ""
4528
 
4529
+ #: lite/includes/pro-features.php:1879
4530
  msgid "has received and clicked [PRO]"
4531
  msgstr ""
4532
 
4533
+ #: lite/includes/pro-features.php:1883
4534
  msgid "has received and not clicked [PRO]"
4535
  msgstr ""
4536
 
4537
+ #: lite/includes/pro-features.php:1905
4538
  msgid "Send campaign to specific audience with PRO"
4539
  msgstr ""
4540
 
4541
+ #: lite/includes/pro-features.php:1907
4542
  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 campaign emails to them."
4543
  msgstr ""
4544
 
4545
+ #: lite/includes/pro-features.php:1922
4546
  msgid "Send confirmation email [PRO]"
4547
  msgstr ""
4548
 
4549
+ #: lite/includes/pro-features.php:1938
4550
  #: pro/classes/class-es-pro-custom-fields.php:82
4551
  msgid "Manage Custom Fields"
4552
  msgstr ""
4553
 
4554
+ #: lite/includes/pro-features.php:1957
4555
  msgid "Want to add more form fields?"
4556
  msgstr ""
4557
 
4586
  #: lite/includes/workflows/actions/class-es-action-add-to-list.php:45
4587
  #: pro/workflows/actions/class-es-action-move-to-list.php:44
4588
  #: pro/workflows/actions/class-es-action-remove-from-list.php:49
4589
+ #: pro/workflows/triggers/extras/class-es-pro-subscriber-trigger.php:38
4590
  msgid "Select List"
4591
  msgstr ""
4592
 
5027
  msgstr ""
5028
 
5029
  #: lite/includes/workflows/db/class-es-db-workflows.php:608
5030
+ #: pro/pro-class-email-subscribers.php:2685
5031
  msgid "Send confirmation email"
5032
  msgstr ""
5033
 
5157
  msgid "Fires when a user is updated."
5158
  msgstr ""
5159
 
5160
+ #: lite/public/class-email-subscribers-public.php:214
5161
  msgid "Sorry, you are not allowed to access this page."
5162
  msgstr ""
5163
 
5164
+ #: lite/public/class-email-subscribers-public.php:256
5165
  msgid "You are already subscribed!"
5166
  msgstr ""
5167
 
5168
+ #: lite/public/class-email-subscribers-public.php:258
5169
  msgid "You are already unsubscribed!"
5170
  msgstr ""
5171
 
5172
+ #: lite/public/class-email-subscribers-public.php:263
5173
  msgid "Sorry, we couldn't find you. Please contact admin."
5174
  msgstr ""
5175
 
5176
+ #: lite/public/class-email-subscribers-public.php:379
5177
+ #: lite/public/class-email-subscribers-public.php:476
5178
+ #: starter/starter-class-email-subscribers.php:969
5179
+ #: starter/starter-class-email-subscribers.php:1105
5180
  msgid "Unsubscribe"
5181
  msgstr ""
5182
 
5183
+ #: lite/public/class-email-subscribers-public.php:461
5184
+ #: starter/starter-class-email-subscribers.php:1081
5185
  msgid "is subscribed to our mailing list(s)."
5186
  msgstr ""
5187
 
5188
+ #: lite/public/class-email-subscribers-public.php:469
5189
  msgid "Unsubscribe from all list(s)"
5190
  msgstr ""
5191
 
5192
+ #: lite/public/class-email-subscribers-public.php:470
5193
  msgid "You will be unsubscribed from receiving all future emails sent from us."
5194
  msgstr ""
5195
 
5203
 
5204
  #: lite/public/partials/cron-message.php:43
5205
  #: pro/classes/class-es-campaign-admin-pro.php:177
5206
+ #: pro/pro-class-email-subscribers.php:924
5207
  msgid "Send Now"
5208
  msgstr ""
5209
 
5306
 
5307
  #: pro/classes/class-es-pro-custom-fields-table.php:40
5308
  #: pro/classes/class-es-pro-custom-fields-table.php:92
5309
+ #: pro/pro-class-email-subscribers.php:459
5310
  msgid "Custom Fields"
5311
  msgstr ""
5312
 
5401
  msgid "Invalid form!"
5402
  msgstr ""
5403
 
5404
+ #: pro/classes/class-es-pro-embed-form.php:282
5405
  msgid "Make sure to paste this below code on remote pages"
5406
  msgstr ""
5407
 
5408
+ #: pro/classes/class-es-pro-embed-form.php:289
5409
  msgid "Copy Embed Code"
5410
  msgstr ""
5411
 
5412
+ #: pro/classes/class-es-pro-embed-form.php:312
5413
  msgid "Get form embed code"
5414
  msgstr ""
5415
 
5416
+ #: pro/classes/class-es-pro-embed-form.php:388
5417
+ #: pro/classes/class-es-pro-embed-form.php:447
5418
  msgid "Enable embed form?"
5419
  msgstr ""
5420
 
5421
+ #: pro/classes/class-es-pro-embed-form.php:389
5422
  msgid "Would you like to show this form in external website?"
5423
  msgstr ""
5424
 
5425
+ #: pro/classes/class-es-pro-embed-form.php:414
5426
  msgid "Specific URLs from other sites"
5427
  msgstr ""
5428
 
5429
+ #: pro/classes/class-es-pro-embed-form.php:430
5430
  msgid "Add site URL"
5431
  msgstr ""
5432
 
5433
+ #: pro/classes/class-es-pro-embed-form.php:479
5434
  msgid "No URLs added"
5435
  msgstr ""
5436
 
5437
+ #: pro/classes/class-es-pro-embed-form.php:486
5438
  msgid "Add URLs"
5439
  msgstr ""
5440
 
5441
+ #: pro/classes/class-es-pro-embed-form.php:517
5442
  msgid "Remove"
5443
  msgstr ""
5444
 
5445
+ #: pro/classes/class-es-pro-newsletter-archive.php:71
5446
  msgid "Archive options"
5447
  msgstr ""
5448
 
5449
+ #: pro/classes/class-es-pro-newsletter-archive.php:73
5450
  msgid "Show in Archive?"
5451
  msgstr ""
5452
 
5453
+ #: pro/classes/class-es-pro-newsletter-archive.php:100
5454
+ #: pro/classes/class-es-pro-newsletter-archive.php:122
5455
  msgid "Try Newsletter Archive"
5456
  msgstr ""
5457
 
5458
+ #: pro/classes/class-es-pro-newsletter-archive.php:103
5459
  msgid "Set up the Newsletter archive anywhere on your site with the shortcode"
5460
  msgstr ""
5461
 
5462
+ #: pro/classes/class-es-pro-newsletter-archive.php:105
5463
  msgid " and display a list of links to your archived emails."
5464
  msgstr ""
5465
 
5466
  #. translators: 1. Newsletter archive shortcode
5467
+ #: pro/classes/class-es-pro-newsletter-archive.php:124
5468
  msgid "Display sent Newsletter campaigns by adding this shortcode %1$s anywhere on your site."
5469
  msgstr ""
5470
 
 
 
 
 
 
 
 
 
 
5471
  #: pro/classes/class-es-pro-reports-data.php:304
5472
  msgid "Open and Click activity"
5473
  msgstr ""
5739
  msgid "Your cart could not be restored, it may have expired."
5740
  msgstr ""
5741
 
5742
+ #: pro/pro-class-email-subscribers.php:452
5743
  #: pro/pro-class-post-digest.php:33
5744
  msgid "Sequence"
5745
  msgstr ""
5746
 
5747
+ #: pro/pro-class-email-subscribers.php:617
5748
  msgid "Please enter an email address."
5749
  msgstr ""
5750
 
5751
+ #: pro/pro-class-email-subscribers.php:618
5752
  msgid "Please enter the subject."
5753
  msgstr ""
5754
 
5755
+ #: pro/pro-class-email-subscribers.php:620
5756
  msgid "Add Attachment"
5757
  msgstr ""
5758
 
5759
  #. translators: %s: Attachmen max file size.
5760
+ #: pro/pro-class-email-subscribers.php:622
5761
  msgid "Please attach a file having size lower than %s."
5762
  msgstr ""
5763
 
5764
+ #: pro/pro-class-email-subscribers.php:623
5765
  msgid "Are you sure you want to delete this?"
5766
  msgstr ""
5767
 
5768
+ #: pro/pro-class-email-subscribers.php:624
5769
+ #: pro/pro-class-email-subscribers.php:2168
5770
  msgid "Checking your orders..."
5771
  msgstr ""
5772
 
5773
+ #: pro/pro-class-email-subscribers.php:626
5774
  #: pro/pro-class-sequences.php:685
5775
  msgid "Send immediately"
5776
  msgstr ""
5777
 
5778
+ #: pro/pro-class-email-subscribers.php:627
5779
  msgid "Send after"
5780
  msgstr ""
5781
 
5782
+ #: pro/pro-class-email-subscribers.php:628
5783
  #: pro/pro-class-sequences.php:598
5784
  msgid "hour(s)"
5785
  msgstr ""
5786
 
5787
+ #: pro/pro-class-email-subscribers.php:629
5788
  #: pro/pro-class-sequences.php:599
5789
  msgid "day(s)"
5790
  msgstr ""
5791
 
5792
+ #: pro/pro-class-email-subscribers.php:630
5793
  #: pro/pro-class-sequences.php:600
5794
  msgid "week(s)"
5795
  msgstr ""
5796
 
5797
+ #: pro/pro-class-email-subscribers.php:760
5798
  msgid "Clean My List"
5799
  msgstr ""
5800
 
5801
+ #: pro/pro-class-email-subscribers.php:761
5802
  msgid "List cleanup is in progress..."
5803
  msgstr ""
5804
 
5805
+ #: pro/pro-class-email-subscribers.php:762
5806
  msgid "List cleanup completed successfully."
5807
  msgstr ""
5808
 
5809
+ #: pro/pro-class-email-subscribers.php:780
5810
  msgid "Email status"
5811
  msgstr ""
5812
 
5813
+ #: pro/pro-class-email-subscribers.php:781
5814
  msgid "Last opened at"
5815
  msgstr ""
5816
 
5817
+ #: pro/pro-class-email-subscribers.php:935
5818
  msgid "Select page"
5819
  msgstr ""
5820
 
5821
+ #: pro/pro-class-email-subscribers.php:948
5822
  msgid "Subscriber will be redirected to selected page (by default, homepage) once they click on unsubscribe link from the email."
5823
  msgstr ""
5824
 
5825
+ #: pro/pro-class-email-subscribers.php:961
5826
  msgid "Subscriber will be redirected to selected page (by default, homepage) once they click on email confirmation link from the double opt-in (confirmation) email."
5827
  msgstr ""
5828
 
5829
+ #: pro/pro-class-email-subscribers.php:999
5830
  msgid "Enable?"
5831
  msgstr ""
5832
 
5833
+ #: pro/pro-class-email-subscribers.php:1006
5834
  msgid "When our automated weekly email should be sent out?"
5835
  msgstr ""
5836
 
5837
+ #: pro/pro-class-email-subscribers.php:1015
5838
  msgid "In which time we need to send our weekly summary?"
5839
  msgstr ""
5840
 
5841
+ #: pro/pro-class-email-subscribers.php:1041
5842
  msgid "Access Key ID"
5843
  msgstr ""
5844
 
5845
+ #: pro/pro-class-email-subscribers.php:1054
5846
  msgid "Secret Access Key"
5847
  msgstr ""
5848
 
5849
+ #: pro/pro-class-email-subscribers.php:1068
5850
  msgid "Closest Region"
5851
  msgstr ""
5852
 
5853
+ #: pro/pro-class-email-subscribers.php:1070
5854
  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."
5855
  msgstr ""
5856
 
5857
+ #: pro/pro-class-email-subscribers.php:1097
5858
  msgid "Private API Key"
5859
  msgstr ""
5860
 
5861
+ #: pro/pro-class-email-subscribers.php:1111
5862
  msgid "Domain Name"
5863
  msgstr ""
5864
 
5865
+ #: pro/pro-class-email-subscribers.php:1122
5866
+ #: pro/pro-class-email-subscribers.php:1197
5867
  msgid "United States"
5868
  msgstr ""
5869
 
5870
+ #: pro/pro-class-email-subscribers.php:1123
5871
+ #: pro/pro-class-email-subscribers.php:1198
5872
  msgid "Europe"
5873
  msgstr ""
5874
 
5875
+ #: pro/pro-class-email-subscribers.php:1129
5876
+ #: pro/pro-class-email-subscribers.php:1204
5877
  msgid "Region"
5878
  msgstr ""
5879
 
5880
+ #: pro/pro-class-email-subscribers.php:1133
5881
  msgid "mailgun.com"
5882
  msgstr ""
5883
 
5884
+ #: pro/pro-class-email-subscribers.php:1159
5885
+ #: pro/pro-class-email-subscribers.php:1186
5886
  msgid "API Key"
5887
  msgstr ""
5888
 
5889
+ #: pro/pro-class-email-subscribers.php:1206
5890
  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."
5891
  msgstr ""
5892
 
5893
+ #: pro/pro-class-email-subscribers.php:1231
5894
  msgid "API token"
5895
  msgstr ""
5896
 
5897
+ #: pro/pro-class-email-subscribers.php:1259
5898
  msgid "API key"
5899
  msgstr ""
5900
 
5901
+ #: pro/pro-class-email-subscribers.php:1288
5902
  msgid "Public key"
5903
  msgstr ""
5904
 
5905
+ #: pro/pro-class-email-subscribers.php:1302
5906
  msgid "Private key"
5907
  msgstr ""
5908
 
5909
+ #: pro/pro-class-email-subscribers.php:1631
5910
  msgid "You are not allowed to duplicate campaign."
5911
  msgstr ""
5912
 
5913
+ #: pro/pro-class-email-subscribers.php:1646
5914
  msgid "Campaign duplicated !"
5915
  msgstr ""
5916
 
5917
+ #: pro/pro-class-email-subscribers.php:1977
5918
  msgid "Import WordPress users with following roles"
5919
  msgstr ""
5920
 
5921
+ #: pro/pro-class-email-subscribers.php:2035
5922
+ #: pro/pro-class-email-subscribers.php:2175
5923
  msgid "Proceed "
5924
  msgstr ""
5925
 
5926
+ #: pro/pro-class-email-subscribers.php:2077
5927
  msgid "Import from WooCommerce orders"
5928
  msgstr ""
5929
 
5930
+ #: pro/pro-class-email-subscribers.php:2102
5931
  msgid "Select order statuses"
5932
  msgstr ""
5933
 
5934
+ #: pro/pro-class-email-subscribers.php:2156
5935
  msgid "Orders should contain these products"
5936
  msgstr ""
5937
 
5938
+ #: pro/pro-class-email-subscribers.php:2162
5939
  msgid "Search products..."
5940
  msgstr ""
5941
 
5942
  #. translators: 1. Processed orders count. 2. Total orders count. 3. Matched orders count.
5943
+ #: pro/pro-class-email-subscribers.php:2394
5944
  msgid "Currently %1$s of %2$s orders checked. Found %3$s matching orders."
5945
  msgstr ""
5946
 
5947
+ #: pro/pro-class-email-subscribers.php:2405
5948
  msgid "We can't find any matching orders in your store."
5949
  msgstr ""
5950
 
5951
+ #: pro/pro-class-email-subscribers.php:2418
5952
  msgid "Total Opened"
5953
  msgstr ""
5954
 
5955
+ #: pro/pro-class-email-subscribers.php:2471
5956
  msgid "How to configure Mailgun to send emails in the Email Subscribers plugin?"
5957
  msgstr ""
5958
 
5959
+ #: pro/pro-class-email-subscribers.php:2503
5960
  msgid "How to configure SendGrid to send emails in the Email Subscribers plugin?"
5961
  msgstr ""
5962
 
5963
+ #: pro/pro-class-email-subscribers.php:2535
5964
  msgid "How to configure Sparkpost to send emails in the Email Subscribers plugin?"
5965
  msgstr ""
5966
 
5967
+ #: pro/pro-class-email-subscribers.php:2567
5968
  msgid "How to configure Amazon SES to send emails in the Email Subscribers plugin?"
5969
  msgstr ""
5970
 
5971
+ #: pro/pro-class-email-subscribers.php:2599
5972
  msgid "How to configure Postmark to send emails in the Email Subscribers plugin?"
5973
  msgstr ""
5974
 
5975
+ #: pro/pro-class-email-subscribers.php:2631
5976
  msgid "How to configure Sendinblue to send emails in the Email Subscribers plugin?"
5977
  msgstr ""
5978
 
5979
+ #: pro/pro-class-email-subscribers.php:2663
5980
  msgid "How to configure Mailjet to send emails in the Email Subscribers plugin?"
5981
  msgstr ""
5982
 
5983
+ #: pro/pro-class-email-subscribers.php:2700
5984
  msgid "Confirmation emails queued successfully and will be sent shortly."
5985
  msgstr ""
5986
 
5987
+ #: pro/pro-class-email-subscribers.php:2708
5988
  msgid "No contacts found. May be they are already queued or there isn't any unconfirmed contact in your selection."
5989
  msgstr ""
5990
 
5991
+ #: pro/pro-class-email-subscribers.php:2711
5992
  msgid "Failed to queue confirmation emails. Please try again later."
5993
  msgstr ""
5994
 
6508
  msgid "SMTP Password is empty."
6509
  msgstr ""
6510
 
6511
+ #: starter/mailers/gmail/class-es-gmail-mailer.php:177
6512
+ msgid "Please check your GMail Client ID and Client Secret."
6513
+ msgstr ""
6514
+
6515
+ #: starter/mailers/gmail/class-es-gmail-mailer.php:181
6516
+ msgid "Please authorize GMail to send Email using Email Subscribers plugin."
6517
+ msgstr ""
6518
+
6519
+ #: starter/mailers/gmail/php-gmail-api/es-google-service.php:287
6520
+ msgid "Please check your configuration!"
6521
+ msgstr ""
6522
+
6523
+ #: starter/starter-class-email-subscribers.php:246
6524
  msgid "Are You a Human?"
6525
  msgstr ""
6526
 
6527
+ #: starter/starter-class-email-subscribers.php:354
6528
  msgid "No Thanks"
6529
  msgstr ""
6530
 
6531
+ #: starter/starter-class-email-subscribers.php:355
6532
  msgid "You won't receive further emails from us, thank you!"
6533
  msgstr ""
6534
 
6535
+ #: starter/starter-class-email-subscribers.php:421
6536
  msgid "SMTP Host"
6537
  msgstr ""
6538
 
6539
+ #: starter/starter-class-email-subscribers.php:430
6540
  msgid "SSL"
6541
  msgstr ""
6542
 
6543
+ #: starter/starter-class-email-subscribers.php:430
6544
  msgid "TLS"
6545
  msgstr ""
6546
 
6547
+ #: starter/starter-class-email-subscribers.php:435
6548
  msgid "Encryption"
6549
  msgstr ""
6550
 
6551
+ #: starter/starter-class-email-subscribers.php:449
6552
  msgid "SMTP Port"
6553
  msgstr ""
6554
 
6555
+ #: starter/starter-class-email-subscribers.php:463
6556
  msgid "Authentication"
6557
  msgstr ""
6558
 
6559
+ #: starter/starter-class-email-subscribers.php:477
6560
  msgid "SMTP Username"
6561
  msgstr ""
6562
 
6563
+ #: starter/starter-class-email-subscribers.php:491
6564
  msgid "SMTP Password"
6565
  msgstr ""
6566
 
6567
+ #: starter/starter-class-email-subscribers.php:511
6568
+ msgid "Client ID"
6569
+ msgstr ""
6570
+
6571
+ #: starter/starter-class-email-subscribers.php:525
6572
+ msgid "Client Secret"
6573
+ msgstr ""
6574
+
6575
+ #: starter/starter-class-email-subscribers.php:540
6576
+ msgid "Redirect URL"
6577
+ msgstr ""
6578
+
6579
+ #: starter/starter-class-email-subscribers.php:630
6580
  msgid "Allow user to select list(s) while unsubscribe"
6581
  msgstr ""
6582
 
6583
+ #: starter/starter-class-email-subscribers.php:660
6584
+ msgid "How to configure Gmail to send emails in the Email Subscribers plugin?"
6585
+ msgstr ""
6586
+
6587
+ #: starter/starter-class-email-subscribers.php:684
6588
+ msgid "Disconnect from Gmail"
6589
+ msgstr ""
6590
+
6591
+ #: starter/starter-class-email-subscribers.php:692
6592
+ msgid "Authorize ES to send emails using Gmail"
6593
+ msgstr ""
6594
+
6595
+ #: starter/starter-class-email-subscribers.php:984
6596
  msgid "Please select a list to unsubscribe"
6597
  msgstr ""
6598
 
6599
+ #: starter/starter-class-email-subscribers.php:1090
6600
  msgid "Unsubscribe from below mailing list(s)"
6601
  msgstr ""
6602
 
6603
+ #: starter/starter-class-email-subscribers.php:1091
6604
  msgid "Unsubscribe from all the lists"
6605
  msgstr ""
6606
 
6607
+ #: starter/starter-class-email-subscribers.php:1517
6608
  msgid "Pause"
6609
  msgstr ""
6610
 
6611
+ #: starter/starter-class-email-subscribers.php:1525
6612
  msgid "Resume"
6613
  msgstr ""
6614
 
6615
+ #: starter/starter-class-email-subscribers.php:1549
6616
  msgid "Pause campaign"
6617
  msgstr ""
6618
 
6619
+ #: starter/starter-class-email-subscribers.php:1558
6620
  msgid "Resume campaign"
6621
  msgstr ""
6622
 
6623
+ #: starter/starter-class-email-subscribers.php:1649
6624
  msgid "Email Authentication"
6625
  msgstr ""
6626
 
6627
+ #: starter/starter-class-email-subscribers.php:1677
6628
  msgid "Auth Header Name"
6629
  msgstr ""
6630
 
6631
+ #: starter/starter-class-email-subscribers.php:1678
6632
  msgid "Result"
6633
  msgstr ""
6634
 
6635
+ #: starter/starter-class-email-subscribers.php:1679
6636
  msgid "Raw Headers"
6637
  msgstr ""
6638
 
6639
+ #: starter/starter-class-email-subscribers.php:1690
6640
  msgid "Not Verified"
6641
  msgstr ""
6642
 
6643
+ #: starter/starter-class-email-subscribers.php:1691
6644
  msgid "Not Found"
6645
  msgstr ""
6646
 
readme.txt CHANGED
@@ -6,7 +6,7 @@ Tags: email marketing, subscription, autoresponder, post notification, welcome e
6
  Requires at least: 3.9
7
  Tested up to: 6.0
8
  Requires PHP: 5.6
9
- Stable tag: 5.4.2
10
  License: GPLv3
11
  License URI: http://www.gnu.org/licenses
12
 
@@ -310,13 +310,16 @@ Refer [here](https://www.icegram.com/documentation/es-faq/).
310
 
311
  == Upgrade Notice ==
312
 
313
- = 5.4.2 =
314
 
315
- * New: Send different welcome/confirmation emails to subscribers based on their list
316
- * Fix: Some subscribers's emails getting excluded while sending emails[PRO]
317
 
318
  == Changelog ==
319
 
 
 
 
 
320
  **5.4.2 (06.07.2022)**
321
 
322
  * New: Send different welcome/confirmation emails to subscribers based on their list
6
  Requires at least: 3.9
7
  Tested up to: 6.0
8
  Requires PHP: 5.6
9
+ Stable tag: 5.4.3
10
  License: GPLv3
11
  License URI: http://www.gnu.org/licenses
12
 
310
 
311
  == Upgrade Notice ==
312
 
313
+ = 5.4.3 =
314
 
315
+ * New: Send emails using Gmail API [Starter]
 
316
 
317
  == Changelog ==
318
 
319
+ **5.4.3 (13.07.2022)**
320
+
321
+ * New: Send emails using Gmail API [Starter]
322
+
323
  **5.4.2 (06.07.2022)**
324
 
325
  * New: Send different welcome/confirmation emails to subscribers based on their list