Email Subscribers & Newsletters - Version 3.2

Version Description

(26.09.2016) =

  • New: Show the recipients count while sending static newsletters from Send Mail page
  • New: Show Submission Date of subscribers on View Subscribers page
  • New: Improved UI for Admin pages (Subscribers, Compose, Notification, Send Mail, Roles)
  • New: Improved UI & Revised FAQ links for Help & Info page
  • Fix: Security Check Failed error while sending static newsletters from Send Mail page
  • Fix: Apostrophe in FROM name contains backslash escape character in emails
  • Fix: Unable to update Subscribers group while editing Notification
  • Fix: Failed to delete buffer while exporting the Subscriber list
  • Fix: Use wp_get_referer() instead of $SERVER['HTTP_REFERER'] while exporting email addresses ($SERVER['HTTP_REFERER'] was not set on some servers)
  • Fix: Presence of two content-type in email header was resulting in emails to bounce back in some cases
  • Fix: Success notice was not visible when admin was saving / updating Roles
  • Fix: Uncaught TypeError: Cannot read property 'es_email_mail' of undefined in Admin Roles page while updating Roles
  • Fix: Made few strings translatable
  • Update: Added pagination links on top in Sent Mail and Delivery Report page
  • Update: Show 15 reports of emails sent on one page of Sent Mail page
  • Update: Show 100 entries of subscribers on one page of Delivery Report page
  • Update: Changed the confirmation text shown after subscriber successfully subscribes for Double Opt-In
  • Update: Made text correction & improvements in many places
  • Update: Updated POT file
  • Update: Removed A-Z & 0-9 listings from View Subscriber & Send Mail page
  • Update: Removed listing all subscribers emails on Send Mail page
  • Update: Removed showing Database Id on View Subscribers page
  • Update: Removed comments sync option from Sync Email page
  • Update: Removed unnecessary view-group.js, roles.js & settings.js files
  • Update: Translation for Czech (cs_CZ) language updated (Thanks to Martin)
  • Update: Translation for Turkish (tr_TR) language updated (Thanks to Erkan ORU)
  • Update: Translation for Polish (pl_PL) language updated (Thanks to Witold)
  • Update: Translation for Spanish (es_ES) language updated (Thanks to David Bravo)
  • Update: Translation for Russian (ru_RU) language updated (Thanks to Grishin Alexander)
  • Update: Translation for Dutch (nl_NL) language updated (Thanks to Maurice)
  • Update: Code Indentation & Code Improvements
Download this release

Release Info

Developer storeapps
Plugin Icon 128x128 Email Subscribers & Newsletters
Version 3.2
Comparing to
See all releases

Code changes from version 3.1.5 to 3.2

Files changed (42) hide show
  1. base/es-defined.php +2 -2
  2. changelog.txt +35 -1
  3. classes/es-common.php +5 -1
  4. classes/es-register.php +211 -128
  5. classes/es-sendmail.php +11 -10
  6. compose/compose-add.php +75 -70
  7. compose/compose-edit.php +88 -80
  8. compose/compose-preview.php +15 -11
  9. compose/compose-show.php +77 -69
  10. compose/compose.js +0 -8
  11. cron/cron-add.php +78 -78
  12. email-subscribers.php +14 -5
  13. export/export-email-address.php +33 -43
  14. help/help.php +112 -120
  15. job/es-viewstatus.php +1 -1
  16. languages/email-subscribers-cs_CZ.mo +0 -0
  17. languages/email-subscribers-cs_CZ.po +443 -326
  18. languages/email-subscribers-es_ES.mo +0 -0
  19. languages/email-subscribers-es_ES.po +1962 -1994
  20. languages/email-subscribers-nl_NL.mo +0 -0
  21. languages/email-subscribers-nl_NL.po +1515 -881
  22. languages/email-subscribers-pl_PL.mo +0 -0
  23. languages/email-subscribers-pl_PL.po +1946 -1881
  24. languages/email-subscribers-ru_RU.mo +0 -0
  25. languages/email-subscribers-ru_RU.po +1920 -2074
  26. languages/email-subscribers-tr_TR.mo +0 -0
  27. languages/email-subscribers-tr_TR.po +1393 -1275
  28. languages/email-subscribers.pot +1001 -1048
  29. notification/notification-add.php +23 -25
  30. notification/notification-edit.php +60 -27
  31. notification/notification-show.php +19 -14
  32. notification/notification.js +0 -8
  33. query/db_compose.php +1 -0
  34. query/db_default.php +3 -2
  35. query/db_notification.php +1 -1
  36. query/db_subscriber.php +44 -62
  37. readme.txt +754 -634
  38. roles/roles-add.php +112 -67
  39. roles/roles.js +0 -23
  40. sendmail/sendmail.js +2 -34
  41. sendmail/sendmail.php +65 -109
  42. sentmail/deliverreport-show.php +50 -17
base/es-defined.php CHANGED
@@ -10,7 +10,7 @@ if(!defined('ES_TDOMAIN')) define('ES_TDOMAIN', $es_plugin_name);
10
 
11
  if(!defined('ES_PLUGIN_NAME')) define('ES_PLUGIN_NAME', $es_plugin_name);
12
 
13
- if(!defined('ES_PLUGIN_DISPLAY')) define('ES_PLUGIN_DISPLAY', "Email Subscribers");
14
 
15
  if(!defined('ES_PLG_DIR')) define('ES_PLG_DIR', dirname($es_current_folder).DS);
16
 
@@ -24,6 +24,6 @@ if(!defined('ES_FAV')) define('ES_FAV', admin_url( 'admin.php?page=es-general-in
24
 
25
  if(!defined('ES_ADMINURL')) define( 'ES_ADMINURL', site_url( '/wp-admin/admin.php' ) );
26
 
27
- define('ES_OFFICIAL', 'If you like <strong>Email Subscribers</strong>, please consider leaving us a <a target="_blank" href="https://wordpress.org/support/view/plugin-reviews/email-subscribers?filter=5#postform">&#9733;&#9733;&#9733;&#9733;&#9733;</a> rating. A huge thank you from StoreApps in advance!');
28
 
29
  global $es_includes;
10
 
11
  if(!defined('ES_PLUGIN_NAME')) define('ES_PLUGIN_NAME', $es_plugin_name);
12
 
13
+ if(!defined('ES_PLUGIN_DISPLAY')) define('ES_PLUGIN_DISPLAY', 'Email Subscribers');
14
 
15
  if(!defined('ES_PLG_DIR')) define('ES_PLG_DIR', dirname($es_current_folder).DS);
16
 
24
 
25
  if(!defined('ES_ADMINURL')) define( 'ES_ADMINURL', site_url( '/wp-admin/admin.php' ) );
26
 
27
+ define('ES_OFFICIAL', 'If you like <strong>Email Subscribers</strong>, please consider leaving us a <a target="_blank" href="https://wordpress.org/support/plugin/email-subscribers/reviews/?filter=5#new-post">&#9733;&#9733;&#9733;&#9733;&#9733;</a> rating. A huge thank you from StoreApps in advance!');
28
 
29
  global $es_includes;
changelog.txt CHANGED
@@ -4,11 +4,45 @@ Author : Store Apps
4
  Author URI : http://www.storeapps.org/
5
  License : GPLv3
6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  ********************************Version 3.1.5************************************************************
8
 
9
  * New: Changed Notification Layout
10
  * New: Created Check,Uncheck All Buttons while selecting categories on the Notification screen
11
- * New: Translation for Czech (cz_CZ) language added (Thanks to Martin)
12
  * Fix: Subscribers subscribing via [Rainmaker](https://wordpress.org/plugins/icegram-rainmaker/) were not receving confirmation emails
13
  * Fix: Made few strings translatable
14
  * Update: Text correction in few places
4
  Author URI : http://www.storeapps.org/
5
  License : GPLv3
6
 
7
+ ********************************Version 3.2************************************************************
8
+
9
+ * New: Show the recipients count while sending static newsletters from Send Mail page
10
+ * New: Show Submission Date of subscribers on View Subscribers page
11
+ * New: Improved UI for Admin pages (Subscribers, Compose, Notification, Send Mail, Roles)
12
+ * New: Improved UI & Revised FAQ links for Help & Info page
13
+ * Fix: Security Check Failed error while sending static newsletters from Send Mail page
14
+ * Fix: Apostrophe in FROM name contains backslash escape character in emails
15
+ * Fix: Unable to update Subscribers group while editing Notification
16
+ * Fix: Failed to delete buffer while exporting the Subscriber list
17
+ * Fix: Use wp_get_referer() instead of $_SERVER['HTTP_REFERER'] while exporting email addresses ($_SERVER['HTTP_REFERER'] was not set on some servers)
18
+ * Fix: Presence of two content-type in email header was resulting in emails to bounce back in some cases
19
+ * Fix: Success notice was not visible when admin was saving / updating Roles
20
+ * Fix: Uncaught TypeError: Cannot read property 'es_email_mail' of undefined in Admin Roles page while updating Roles
21
+ * Fix: Made few strings translatable
22
+ * Update: Added pagination links on top in Sent Mail and Delivery Report page
23
+ * Update: Show 15 reports of emails sent on one page of Sent Mail page
24
+ * Update: Show 100 entries of subscribers on one page of Delivery Report page
25
+ * Update: Changed the confirmation text shown after subscriber successfully subscribes for Double Opt-In
26
+ * Update: Made text correction & improvements in many places
27
+ * Update: Updated POT file
28
+ * Update: Removed A-Z & 0-9 listings from View Subscriber & Send Mail page
29
+ * Update: Removed listing all subscribers emails on Send Mail page
30
+ * Update: Removed showing Database Id on View Subscribers page
31
+ * Update: Removed comments sync option from Sync Email page
32
+ * Update: Removed unnecessary view-group.js, roles.js & settings.js files
33
+ * Update: Translation for Czech (cs_CZ) language updated (Thanks to Martin)
34
+ * Update: Translation for Turkish (tr_TR) language updated (Thanks to Erkan ORUÇ)
35
+ * Update: Translation for Polish (pl_PL) language updated (Thanks to Witold)
36
+ * Update: Translation for Spanish (es_ES) language updated (Thanks to David Bravo)
37
+ * Update: Translation for Russian (ru_RU) language updated (Thanks to Grishin Alexander)
38
+ * Update: Translation for Dutch (nl_NL) language updated (Thanks to Maurice)
39
+ * Update: Code Indentation & Code Improvements
40
+
41
  ********************************Version 3.1.5************************************************************
42
 
43
  * New: Changed Notification Layout
44
  * New: Created Check,Uncheck All Buttons while selecting categories on the Notification screen
45
+ * New: Translation for Czech (cs_CZ) language added (Thanks to Martin)
46
  * Fix: Subscribers subscribing via [Rainmaker](https://wordpress.org/plugins/icegram-rainmaker/) were not receving confirmation emails
47
  * Fix: Made few strings translatable
48
  * Update: Text correction in few places
classes/es-common.php CHANGED
@@ -95,7 +95,11 @@ class es_cls_common {
95
  $string .= implode(",", $val_array)."\n";
96
  $c++;
97
  }
98
- ob_clean();
 
 
 
 
99
  header('Content-type: application/ms-excel');
100
  header('Content-Disposition: attachment; filename='.$filename);
101
  echo $string;
95
  $string .= implode(",", $val_array)."\n";
96
  $c++;
97
  }
98
+
99
+ while ( ob_get_contents() ) {
100
+ ob_clean();
101
+ }
102
+
103
  header('Content-type: application/ms-excel');
104
  header('Content-Disposition: attachment; filename='.$filename);
105
  echo $string;
classes/es-register.php CHANGED
@@ -13,34 +13,34 @@ class es_cls_registerhook {
13
  // loading the sql file, load it and separate the queries
14
  $sql_file = ES_DIR.'sql'.DS.'es-createdb.sql';
15
  $prefix = $wpdb->prefix;
16
- $handle = fopen($sql_file, 'r');
17
- $query = fread($handle, filesize($sql_file));
18
- fclose($handle);
19
- $query=str_replace('CREATE TABLE IF NOT EXISTS ','CREATE TABLE IF NOT EXISTS '.$prefix, $query);
20
- $queries=explode('-- SQLQUERY ---', $query);
21
-
22
- // run the queries one by one
23
- $has_errors = false;
24
- foreach($queries as $qry) {
25
- $wpdb->query($qry);
26
- }
27
 
28
  // list the tables that haven't been created
29
- $missingtables=array();
30
- foreach($array_tables_to_plugin as $table_name) {
31
  if(strtoupper($wpdb->get_var("SHOW TABLES like '". $prefix.$table_name . "'")) != strtoupper($prefix.$table_name)) {
32
- $missingtables[]=$prefix.$table_name;
33
- }
34
- }
35
 
36
  // add error in to array variable
37
- if($missingtables) {
38
  $errors[] = __('These tables could not be created on installation ' . implode(', ',$missingtables), 'email-subscribers');
39
- $has_errors=true;
40
- }
41
 
42
  // if error call wp_die()
43
- if($has_errors) {
44
  wp_die( __( $errors[0] , 'email-subscribers' ) );
45
  return false;
46
  } else {
@@ -54,7 +54,7 @@ class es_cls_registerhook {
54
  set_transient( '_es_activation_redirect', 1, 30 );
55
  }
56
 
57
- return true;
58
  }
59
 
60
  /**
@@ -62,7 +62,7 @@ class es_cls_registerhook {
62
  */
63
  public static function es_welcome() {
64
 
65
- if ( ! get_transient( '_es_activation_redirect' ) ) {
66
  return;
67
  }
68
 
@@ -75,7 +75,9 @@ class es_cls_registerhook {
75
 
76
  public static function es_synctables() {
77
  $es_c_email_subscribers_ver = get_option('email-subscribers');
78
- if($es_c_email_subscribers_ver <> "2.9") {
 
 
79
  global $wpdb;
80
 
81
  // loading the sql file, load it and separate the queries
@@ -138,7 +140,7 @@ class es_cls_registerhook {
138
  __( 'Email Subscribers', 'email-subscribers' ), 'admin_dashboard', 'email-subscribers', array( 'es_cls_registerhook', 'es_admin_option'), ES_URL.'images/mail.png', 51 );
139
 
140
  add_submenu_page('email-subscribers', __( 'Subscribers', ES_TDOMAIN ),
141
- __( 'Subscribers', ES_TDOMAIN ), $es_roles_subscriber, 'es-view-subscribers', array( 'es_cls_intermediate', 'es_subscribers' ));
142
 
143
  add_submenu_page('email-subscribers', __( 'Compose', ES_TDOMAIN ),
144
  __( 'Compose', ES_TDOMAIN ), $es_roles_mail, 'es-compose', array( 'es_cls_intermediate', 'es_compose' ));
@@ -153,13 +155,13 @@ class es_cls_registerhook {
153
  __( 'Cron Mail', ES_TDOMAIN ), $es_roles_sendmail, 'es-cron', array( 'es_cls_intermediate', 'es_cron' ));
154
 
155
  add_submenu_page('email-subscribers', __( 'Settings', ES_TDOMAIN ),
156
- __( 'Settings', ES_TDOMAIN ), $es_roles_setting, 'es-settings', array( 'es_cls_intermediate', 'es_settings' ));
157
 
158
  add_submenu_page('email-subscribers', __( 'Roles', ES_TDOMAIN ),
159
- __( 'Roles', ES_TDOMAIN ), 'administrator', 'es-roles', array( 'es_cls_intermediate', 'es_roles' ));
160
 
161
  add_submenu_page('email-subscribers', __( 'Sent Mails', ES_TDOMAIN ),
162
- __( 'Sent Mails', ES_TDOMAIN ), $es_roles_sentmail, 'es-sentmail', array( 'es_cls_intermediate', 'es_sentmail' ));
163
 
164
  add_submenu_page('email-subscribers', __( 'Help & Info', ES_TDOMAIN ),
165
  __( '<span style="color:#f18500;font-weight:bolder;">Help & Info', ES_TDOMAIN ), $es_roles_help, 'es-general-information', array( 'es_cls_intermediate', 'es_information' ));
@@ -179,21 +181,21 @@ class es_cls_registerhook {
179
  'es_subscriber_delete_record' => _x( 'Do you want to delete this record?', 'view-subscriber-enhanced-select', ES_TDOMAIN ),
180
  'es_subscriber_bulk_action' => _x( 'Please select the bulk action.', 'view-subscriber-enhanced-select', ES_TDOMAIN ),
181
  'es_subscriber_delete_records' => _x( 'Do you want to delete selected record(s)?', 'view-subscriber-enhanced-select', ES_TDOMAIN ),
182
- 'es_subscriber_confirm_delete' => _x( 'Are you sure you want to delete?', 'view-subscriber-enhanced-select', ES_TDOMAIN ),
183
  'es_subscriber_resend_email' => _x( 'Do you want to resend confirmation email? \nAlso please note, this will update subscriber current status to \'Unconfirmed\'.', 'view-subscriber-enhanced-select', ES_TDOMAIN ),
184
  'es_subscriber_new_group' => _x( 'Please select new subscriber group.', 'view-subscriber-enhanced-select', ES_TDOMAIN ),
185
  'es_subscriber_group_update' => _x( 'Do you want to update subscribers group?', 'view-subscriber-enhanced-select', ES_TDOMAIN ),
186
  'es_subscriber_export' => _x( 'Do you want to export the emails?', 'view-subscriber-enhanced-select', ES_TDOMAIN ),
187
  'es_subscriber_csv_file' => _x( 'Please select only csv file. Please check official website for csv structure..', 'view-subscriber-enhanced-select', ES_TDOMAIN )
188
  );
189
- wp_localize_script( 'es-view-subscribers', 'es_view_subscriber_notices', $es_select_params );
190
  break;
191
  case 'es-compose':
192
  wp_register_script( 'es-compose', ES_URL . 'compose/compose.js', '', '', true );
193
  wp_enqueue_script( 'es-compose' );
194
  $es_select_params = array(
195
  'es_configuration_name' => _x( 'Please enter name for configuration.', 'compose-enhanced-select', ES_TDOMAIN ),
196
- 'es_configuration_template' => _x( 'Please select template for this configuration.', 'compose-enhanced-select', ES_TDOMAIN ),
197
  'es_compose_delete_record' => _x( 'Do you want to delete this record?', 'compose-enhanced-select', ES_TDOMAIN )
198
  );
199
  wp_localize_script( 'es-compose', 'es_compose_notices', $es_select_params );
@@ -204,7 +206,7 @@ class es_cls_registerhook {
204
  $es_select_params = array(
205
  'es_notification_select_group' => _x( 'Please select subscribers group.', 'notification-enhanced-select', ES_TDOMAIN ),
206
  'es_notification_mail_subject' => _x( 'Please select notification mail subject. Use compose menu to create new.', 'notification-enhanced-select', ES_TDOMAIN ),
207
- 'es_notification_status' => _x( 'Please select notification status.', 'notification-enhanced-select', ES_TDOMAIN ),
208
  'es_notification_delete_record' => _x( 'Do you want to delete this record?', 'notification-enhanced-select', ES_TDOMAIN )
209
  );
210
  wp_localize_script( 'es-notification', 'es_notification_notices', $es_select_params );
@@ -213,16 +215,12 @@ class es_cls_registerhook {
213
  wp_register_script( 'sendmail', ES_URL . 'sendmail/sendmail.js', '', '', true );
214
  wp_enqueue_script( 'sendmail' );
215
  $es_select_params = array(
216
- 'es_sendmail_subject' => _x( 'Please select your mail subject.', 'sendmail-enhanced-select', ES_TDOMAIN ),
217
- 'es_sendmail_status' => _x( 'Please select subscriber email status.', 'sendmail-enhanced-select', ES_TDOMAIN ),
218
- 'es_sendmail_confirm' => _x( 'Are you sure you want to send email to all selected email address?', 'sendmail-enhanced-select', ES_TDOMAIN )
219
  );
220
  wp_localize_script( 'sendmail', 'es_sendmail_notices', $es_select_params );
221
  break;
222
- case 'es-settings':
223
- wp_register_script( 'settings', ES_URL . 'settings/settings.js', '', '', true );
224
- wp_enqueue_script( 'settings' );
225
- break;
226
  case 'es-sentmail':
227
  wp_register_script( 'es-sentmail', ES_URL . 'sentmail/sentmail.js', '', '', true );
228
  wp_enqueue_script( 'es-sentmail' );
@@ -232,27 +230,17 @@ class es_cls_registerhook {
232
  );
233
  wp_localize_script( 'es-sentmail', 'es_sentmail_notices', $es_select_params );
234
  break;
235
- case 'es-roles':
236
- wp_register_script( 'roles', ES_URL . 'roles/roles.js', '', '', true );
237
- wp_enqueue_script( 'roles' );
238
- $es_select_params = array(
239
- 'es_roles_email_address' => _x( 'Please enter subscriber email address.', 'roles-enhanced-select', ES_TDOMAIN ),
240
- 'es_roles_email_status' => _x( 'Please select subscriber email status.', 'roles-enhanced-select', ES_TDOMAIN ),
241
- 'es_roles_email_group' => _x( 'Please select or create group for this subscriber.', 'roles-enhanced-select', ES_TDOMAIN )
242
- );
243
- wp_localize_script( 'roles', 'es_roles_notices', $es_select_params );
244
- break;
245
  case 'es-cron':
246
  wp_register_script( 'cron', ES_URL . 'cron/cron.js', '', '', true );
247
  wp_enqueue_script( 'cron' );
248
  $es_select_params = array(
249
- 'es_cron_number' => _x( 'Please select enter number of mails you want to send per hour/trigger.', 'cron-enhanced-select', ES_TDOMAIN ),
250
- 'es_cron_input_type' => _x( 'Please enter the mail count, only number.', 'cron-enhanced-select', ES_TDOMAIN )
251
  );
252
  wp_localize_script( 'cron', 'es_cron_notices', $es_select_params );
253
  break;
254
  }
255
- }
256
  }
257
 
258
  public static function es_load_widget_scripts_styles() {
@@ -261,15 +249,15 @@ class es_cls_registerhook {
261
  wp_enqueue_script( 'es-widget' );
262
  $es_select_params = array(
263
  'es_email_notice' => _x( 'Please enter email address.', 'widget-enhanced-select', ES_TDOMAIN ),
264
- 'es_incorrect_email' => _x( 'Please provide a valid email address.', 'widget-enhanced-select', ES_TDOMAIN ),
265
  'es_load_more' => _x( 'loading...', 'widget-enhanced-select', ES_TDOMAIN ),
266
  'es_ajax_error' => _x( 'Cannot create XMLHTTP instance', 'widget-enhanced-select', ES_TDOMAIN ),
267
  'es_success_message' => _x( 'Subscribed successfully.', 'widget-enhanced-select', ES_TDOMAIN ),
268
- 'es_success_notice' => _x( 'You have successfully subscribed to the newsletter. You will receive a confirmation email in a few minutes. Please follow the link in it to confirm your subscription. If the email takes more than 15 minutes to appear in your mailbox, please check your spam folder.', 'widget-enhanced-select', ES_TDOMAIN ),
269
- 'es_email_exists' => _x( 'Email Address already exists.', 'widget-enhanced-select', ES_TDOMAIN ),
270
- 'es_error' => _x( 'Oops.. Unexpected error occurred.', 'widget-enhanced-select', ES_TDOMAIN ),
271
- 'es_invalid_email' => _x( 'Invalid email address.', 'widget-enhanced-select', ES_TDOMAIN ),
272
- 'es_try_later' => _x( 'Please try after some time.', 'widget-enhanced-select', ES_TDOMAIN ),
273
  'es_problem_request' => _x( 'There was a problem with the request.', 'widget-enhanced-select', ES_TDOMAIN )
274
  );
275
  wp_localize_script( 'es-widget', 'es_widget_notices', $es_select_params );
@@ -278,15 +266,15 @@ class es_cls_registerhook {
278
  wp_enqueue_script( 'es-widget-page' );
279
  $es_select_params = array(
280
  'es_email_notice' => _x( 'Please enter email address.', 'widget-page-enhanced-select', ES_TDOMAIN ),
281
- 'es_incorrect_email' => _x( 'Please provide a valid email address.', 'widget-page-enhanced-select', ES_TDOMAIN ),
282
  'es_load_more' => _x( 'loading...', 'widget-page-enhanced-select', ES_TDOMAIN ),
283
  'es_ajax_error' => _x( 'Cannot create XMLHTTP instance', 'widget-page-enhanced-select', ES_TDOMAIN ),
284
  'es_success_message' => _x( 'Subscribed successfully.', 'widget-page-enhanced-select', ES_TDOMAIN ),
285
- 'es_success_notice' => _x( 'You have successfully subscribed to the newsletter. You will receive a confirmation email in a few minutes. Please follow the link in it to confirm your subscription. If the email takes more than 15 minutes to appear in your mailbox, please check your spam folder.', 'widget-page-enhanced-select', ES_TDOMAIN ),
286
- 'es_email_exists' => _x( 'Email Address already exists.', 'widget-page-enhanced-select', ES_TDOMAIN ),
287
- 'es_error' => _x( 'Oops.. Unexpected error occurred.', 'widget-page-enhanced-select', ES_TDOMAIN ),
288
- 'es_invalid_email' => _x( 'Invalid email address.', 'widget-page-enhanced-select', ES_TDOMAIN ),
289
- 'es_try_later' => _x( 'Please try after some time.', 'widget-page-enhanced-select', ES_TDOMAIN ),
290
  'es_problem_request' => _x( 'There was a problem with the request.', 'widget-page-enhanced-select', ES_TDOMAIN )
291
  );
292
  wp_localize_script( 'es-widget-page', 'es_widget_page_notices', $es_select_params );
@@ -299,47 +287,142 @@ class es_cls_registerhook {
299
  register_widget( 'es_widget_register' );
300
  }
301
 
 
302
  public static function klawoo_subscribe() {
303
- $url = 'http://app.klawoo.com/subscribe';
304
-
305
- if( !empty( $_POST ) ) {
306
- $params = $_POST;
307
- } else {
308
- exit();
309
- }
310
- $method = 'POST';
311
- $qs = http_build_query( $params );
312
-
313
- $options = array(
314
- 'timeout' => 15,
315
- 'method' => $method
316
- );
317
-
318
- if ( $method == 'POST' ) {
319
- $options['body'] = $qs;
320
- } else {
321
- if ( strpos( $url, '?' ) !== false ) {
322
- $url .= '&'.$qs;
323
- } else {
324
- $url .= '?'.$qs;
325
- }
326
- }
327
-
328
- $response = wp_remote_request( $url, $options );
329
-
330
- if ( wp_remote_retrieve_response_code( $response ) == 200 ) {
331
- $data = $response['body'];
332
- if ( $data != 'error' ) {
333
-
334
- $message_start = substr( $data, strpos( $data,'<body>' ) + 6 );
335
- $remove = substr( $message_start, strpos( $message_start,'</body>' ) );
336
- $message = trim( str_replace( $remove, '', $message_start ) );
337
- echo ( $message );
338
- exit();
339
- }
340
- }
341
- exit();
342
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
343
  }
344
 
345
  function es_sync_registereduser( $user_id ) {
@@ -371,22 +454,22 @@ function es_sync_registereduser( $user_id ) {
371
  es_cls_sendmail::es_sendmail("welcome", $template = 0, $subscribers, "welcome", 0);
372
  }
373
  }
374
- }
375
  }
376
 
377
  class es_widget_register extends WP_Widget {
378
  function __construct() {
379
  $widget_ops = array('classname' => 'widget_text elp-widget', 'description' => __( ES_PLUGIN_DISPLAY, ES_TDOMAIN ), ES_PLUGIN_NAME);
380
- parent::__construct(ES_PLUGIN_NAME, __(ES_PLUGIN_DISPLAY, 'email-subscribers'), $widget_ops);
381
  }
382
 
383
  function widget( $args, $instance ) {
384
  extract( $args, EXTR_SKIP );
385
 
386
- $es_title = apply_filters( 'widget_title', empty( $instance['es_title'] ) ? '' : $instance['es_title'], $instance, $this->id_base );
387
- $es_desc = $instance['es_desc'];
388
- $es_name = $instance['es_name'];
389
- $es_group = $instance['es_group'];
390
 
391
  echo $args['before_widget'];
392
  if ( ! empty( $es_title ) ) {
@@ -431,47 +514,47 @@ class es_widget_register extends WP_Widget {
431
  }
432
 
433
  function update( $new_instance, $old_instance ) {
434
- $instance = $old_instance;
435
- $instance['es_title'] = ( ! empty( $new_instance['es_title'] ) ) ? strip_tags( $new_instance['es_title'] ) : '';
436
- $instance['es_desc'] = ( ! empty( $new_instance['es_desc'] ) ) ? strip_tags( $new_instance['es_desc'] ) : '';
437
- $instance['es_name'] = ( ! empty( $new_instance['es_name'] ) ) ? strip_tags( $new_instance['es_name'] ) : '';
438
- $instance['es_group'] = ( ! empty( $new_instance['es_group'] ) ) ? strip_tags( $new_instance['es_group'] ) : '';
439
  return $instance;
440
  }
441
 
442
  function form( $instance ) {
443
  $defaults = array(
444
  'es_title' => '',
445
- 'es_desc' => '',
446
- 'es_name' => '',
447
- 'es_group' => ''
448
- );
449
- $instance = wp_parse_args( (array) $instance, $defaults);
450
- $es_title = $instance['es_title'];
451
- $es_desc = $instance['es_desc'];
452
- $es_name = $instance['es_name'];
453
- $es_group = $instance['es_group'];
454
  ?>
455
  <p>
456
  <label for="<?php echo $this->get_field_id('es_title'); ?>"><?php echo __( 'Widget Title', ES_TDOMAIN ); ?></label>
457
  <input class="widefat" id="<?php echo $this->get_field_id('es_title'); ?>" name="<?php echo $this->get_field_name('es_title'); ?>" type="text" value="<?php echo $es_title; ?>" />
458
- </p>
459
  <p>
460
- <label for="<?php echo $this->get_field_id('es_name'); ?>"><?php echo __( 'Display Name Field', ES_TDOMAIN ); ?></label>
461
  <select class="widefat" id="<?php echo $this->get_field_id('es_name'); ?>" name="<?php echo $this->get_field_name('es_name'); ?>">
462
  <option value="YES" <?php $this->es_selected($es_name == 'YES'); ?>>YES</option>
463
  <option value="NO" <?php $this->es_selected($es_name == 'NO'); ?>>NO</option>
464
  </select>
465
- </p>
466
  <p>
467
  <label for="<?php echo $this->get_field_id('es_desc'); ?>"><?php echo __( 'Short Description', ES_TDOMAIN ); ?></label>
468
  <input class="widefat" id="<?php echo $this->get_field_id('es_desc'); ?>" name="<?php echo $this->get_field_name('es_desc'); ?>" type="text" value="<?php echo $es_desc; ?>" />
469
  <?php _e('Short description about your subscription form.', 'email-subscribers'); ?>
470
- </p>
471
  <p>
472
  <label for="<?php echo $this->get_field_id('es_group'); ?>"><?php echo __( 'Subscriber Group', ES_TDOMAIN ); ?></label>
473
  <input class="widefat" id="<?php echo $this->get_field_id('es_group'); ?>" name="<?php echo $this->get_field_name('es_group'); ?>" type="text" value="<?php echo $es_group; ?>" />
474
- </p>
475
  <?php
476
  }
477
 
13
  // loading the sql file, load it and separate the queries
14
  $sql_file = ES_DIR.'sql'.DS.'es-createdb.sql';
15
  $prefix = $wpdb->prefix;
16
+ $handle = fopen($sql_file, 'r');
17
+ $query = fread($handle, filesize($sql_file));
18
+ fclose($handle);
19
+ $query=str_replace('CREATE TABLE IF NOT EXISTS ','CREATE TABLE IF NOT EXISTS '.$prefix, $query);
20
+ $queries=explode('-- SQLQUERY ---', $query);
21
+
22
+ // run the queries one by one
23
+ $has_errors = false;
24
+ foreach($queries as $qry) {
25
+ $wpdb->query($qry);
26
+ }
27
 
28
  // list the tables that haven't been created
29
+ $missingtables=array();
30
+ foreach($array_tables_to_plugin as $table_name) {
31
  if(strtoupper($wpdb->get_var("SHOW TABLES like '". $prefix.$table_name . "'")) != strtoupper($prefix.$table_name)) {
32
+ $missingtables[]=$prefix.$table_name;
33
+ }
34
+ }
35
 
36
  // add error in to array variable
37
+ if($missingtables) {
38
  $errors[] = __('These tables could not be created on installation ' . implode(', ',$missingtables), 'email-subscribers');
39
+ $has_errors=true;
40
+ }
41
 
42
  // if error call wp_die()
43
+ if($has_errors) {
44
  wp_die( __( $errors[0] , 'email-subscribers' ) );
45
  return false;
46
  } else {
54
  set_transient( '_es_activation_redirect', 1, 30 );
55
  }
56
 
57
+ return true;
58
  }
59
 
60
  /**
62
  */
63
  public static function es_welcome() {
64
 
65
+ if ( ! get_transient( '_es_activation_redirect' ) ) {
66
  return;
67
  }
68
 
75
 
76
  public static function es_synctables() {
77
  $es_c_email_subscribers_ver = get_option('email-subscribers');
78
+
79
+ if($es_c_email_subscribers_ver != "2.9") {
80
+
81
  global $wpdb;
82
 
83
  // loading the sql file, load it and separate the queries
140
  __( 'Email Subscribers', 'email-subscribers' ), 'admin_dashboard', 'email-subscribers', array( 'es_cls_registerhook', 'es_admin_option'), ES_URL.'images/mail.png', 51 );
141
 
142
  add_submenu_page('email-subscribers', __( 'Subscribers', ES_TDOMAIN ),
143
+ __( 'Subscribers', ES_TDOMAIN ), $es_roles_subscriber, 'es-view-subscribers', array( 'es_cls_intermediate', 'es_subscribers' ));
144
 
145
  add_submenu_page('email-subscribers', __( 'Compose', ES_TDOMAIN ),
146
  __( 'Compose', ES_TDOMAIN ), $es_roles_mail, 'es-compose', array( 'es_cls_intermediate', 'es_compose' ));
155
  __( 'Cron Mail', ES_TDOMAIN ), $es_roles_sendmail, 'es-cron', array( 'es_cls_intermediate', 'es_cron' ));
156
 
157
  add_submenu_page('email-subscribers', __( 'Settings', ES_TDOMAIN ),
158
+ __( 'Settings', ES_TDOMAIN ), $es_roles_setting, 'es-settings', array( 'es_cls_intermediate', 'es_settings' ));
159
 
160
  add_submenu_page('email-subscribers', __( 'Roles', ES_TDOMAIN ),
161
+ __( 'Roles', ES_TDOMAIN ), 'administrator', 'es-roles', array( 'es_cls_intermediate', 'es_roles' ));
162
 
163
  add_submenu_page('email-subscribers', __( 'Sent Mails', ES_TDOMAIN ),
164
+ __( 'Sent Mails', ES_TDOMAIN ), $es_roles_sentmail, 'es-sentmail', array( 'es_cls_intermediate', 'es_sentmail' ));
165
 
166
  add_submenu_page('email-subscribers', __( 'Help & Info', ES_TDOMAIN ),
167
  __( '<span style="color:#f18500;font-weight:bolder;">Help & Info', ES_TDOMAIN ), $es_roles_help, 'es-general-information', array( 'es_cls_intermediate', 'es_information' ));
181
  'es_subscriber_delete_record' => _x( 'Do you want to delete this record?', 'view-subscriber-enhanced-select', ES_TDOMAIN ),
182
  'es_subscriber_bulk_action' => _x( 'Please select the bulk action.', 'view-subscriber-enhanced-select', ES_TDOMAIN ),
183
  'es_subscriber_delete_records' => _x( 'Do you want to delete selected record(s)?', 'view-subscriber-enhanced-select', ES_TDOMAIN ),
184
+ 'es_subscriber_confirm_delete' => _x( 'Are you sure you want to delete?', 'view-subscriber-enhanced-select', ES_TDOMAIN ),
185
  'es_subscriber_resend_email' => _x( 'Do you want to resend confirmation email? \nAlso please note, this will update subscriber current status to \'Unconfirmed\'.', 'view-subscriber-enhanced-select', ES_TDOMAIN ),
186
  'es_subscriber_new_group' => _x( 'Please select new subscriber group.', 'view-subscriber-enhanced-select', ES_TDOMAIN ),
187
  'es_subscriber_group_update' => _x( 'Do you want to update subscribers group?', 'view-subscriber-enhanced-select', ES_TDOMAIN ),
188
  'es_subscriber_export' => _x( 'Do you want to export the emails?', 'view-subscriber-enhanced-select', ES_TDOMAIN ),
189
  'es_subscriber_csv_file' => _x( 'Please select only csv file. Please check official website for csv structure..', 'view-subscriber-enhanced-select', ES_TDOMAIN )
190
  );
191
+ wp_localize_script( 'es-view-subscribers', 'es_view_subscriber_notices', $es_select_params );
192
  break;
193
  case 'es-compose':
194
  wp_register_script( 'es-compose', ES_URL . 'compose/compose.js', '', '', true );
195
  wp_enqueue_script( 'es-compose' );
196
  $es_select_params = array(
197
  'es_configuration_name' => _x( 'Please enter name for configuration.', 'compose-enhanced-select', ES_TDOMAIN ),
198
+ 'es_configuration_template' => _x( 'Please select template for this configuration.', 'compose-enhanced-select', ES_TDOMAIN ),
199
  'es_compose_delete_record' => _x( 'Do you want to delete this record?', 'compose-enhanced-select', ES_TDOMAIN )
200
  );
201
  wp_localize_script( 'es-compose', 'es_compose_notices', $es_select_params );
206
  $es_select_params = array(
207
  'es_notification_select_group' => _x( 'Please select subscribers group.', 'notification-enhanced-select', ES_TDOMAIN ),
208
  'es_notification_mail_subject' => _x( 'Please select notification mail subject. Use compose menu to create new.', 'notification-enhanced-select', ES_TDOMAIN ),
209
+ 'es_notification_status' => _x( 'Please select notification status.', 'notification-enhanced-select', ES_TDOMAIN ),
210
  'es_notification_delete_record' => _x( 'Do you want to delete this record?', 'notification-enhanced-select', ES_TDOMAIN )
211
  );
212
  wp_localize_script( 'es-notification', 'es_notification_notices', $es_select_params );
215
  wp_register_script( 'sendmail', ES_URL . 'sendmail/sendmail.js', '', '', true );
216
  wp_enqueue_script( 'sendmail' );
217
  $es_select_params = array(
218
+ 'es_sendmail_subject' => _x( 'Please select your mail subject.', 'sendmail-enhanced-select', ES_TDOMAIN ),
219
+ 'es_sendmail_status' => _x( 'Please select your mail type.', 'sendmail-enhanced-select', ES_TDOMAIN ),
220
+ 'es_sendmail_confirm' => _x( 'Are you sure you want to send email to all selected email address?', 'sendmail-enhanced-select', ES_TDOMAIN )
221
  );
222
  wp_localize_script( 'sendmail', 'es_sendmail_notices', $es_select_params );
223
  break;
 
 
 
 
224
  case 'es-sentmail':
225
  wp_register_script( 'es-sentmail', ES_URL . 'sentmail/sentmail.js', '', '', true );
226
  wp_enqueue_script( 'es-sentmail' );
230
  );
231
  wp_localize_script( 'es-sentmail', 'es_sentmail_notices', $es_select_params );
232
  break;
 
 
 
 
 
 
 
 
 
 
233
  case 'es-cron':
234
  wp_register_script( 'cron', ES_URL . 'cron/cron.js', '', '', true );
235
  wp_enqueue_script( 'cron' );
236
  $es_select_params = array(
237
+ 'es_cron_number' => _x( 'Please select enter number of mails you want to send per hour/trigger.', 'cron-enhanced-select', ES_TDOMAIN ),
238
+ 'es_cron_input_type' => _x( 'Please enter the mail count, only number.', 'cron-enhanced-select', ES_TDOMAIN )
239
  );
240
  wp_localize_script( 'cron', 'es_cron_notices', $es_select_params );
241
  break;
242
  }
243
+ }
244
  }
245
 
246
  public static function es_load_widget_scripts_styles() {
249
  wp_enqueue_script( 'es-widget' );
250
  $es_select_params = array(
251
  'es_email_notice' => _x( 'Please enter email address.', 'widget-enhanced-select', ES_TDOMAIN ),
252
+ 'es_incorrect_email' => _x( 'Please provide a valid email address.', 'widget-enhanced-select', ES_TDOMAIN ),
253
  'es_load_more' => _x( 'loading...', 'widget-enhanced-select', ES_TDOMAIN ),
254
  'es_ajax_error' => _x( 'Cannot create XMLHTTP instance', 'widget-enhanced-select', ES_TDOMAIN ),
255
  'es_success_message' => _x( 'Subscribed successfully.', 'widget-enhanced-select', ES_TDOMAIN ),
256
+ 'es_success_notice' => _x( 'Your subscription was successful! Within a few minutes, kindly check the mail in your mailbox and confirm your subscription. If you can\'t see the mail in your mailbox, please check your spam folder.', 'widget-enhanced-select', ES_TDOMAIN ),
257
+ 'es_email_exists' => _x( 'Email Address already exists.', 'widget-enhanced-select', ES_TDOMAIN ),
258
+ 'es_error' => _x( 'Oops.. Unexpected error occurred.', 'widget-enhanced-select', ES_TDOMAIN ),
259
+ 'es_invalid_email' => _x( 'Invalid email address.', 'widget-enhanced-select', ES_TDOMAIN ),
260
+ 'es_try_later' => _x( 'Please try after some time.', 'widget-enhanced-select', ES_TDOMAIN ),
261
  'es_problem_request' => _x( 'There was a problem with the request.', 'widget-enhanced-select', ES_TDOMAIN )
262
  );
263
  wp_localize_script( 'es-widget', 'es_widget_notices', $es_select_params );
266
  wp_enqueue_script( 'es-widget-page' );
267
  $es_select_params = array(
268
  'es_email_notice' => _x( 'Please enter email address.', 'widget-page-enhanced-select', ES_TDOMAIN ),
269
+ 'es_incorrect_email' => _x( 'Please provide a valid email address.', 'widget-page-enhanced-select', ES_TDOMAIN ),
270
  'es_load_more' => _x( 'loading...', 'widget-page-enhanced-select', ES_TDOMAIN ),
271
  'es_ajax_error' => _x( 'Cannot create XMLHTTP instance', 'widget-page-enhanced-select', ES_TDOMAIN ),
272
  'es_success_message' => _x( 'Subscribed successfully.', 'widget-page-enhanced-select', ES_TDOMAIN ),
273
+ 'es_success_notice' => _x( 'Your subscription was successful! Within a few minutes, kindly check the mail in your mailbox and confirm your subscription. If you can\'t see the mail in your mailbox, please check your spam folder.', 'widget-page-enhanced-select', ES_TDOMAIN ),
274
+ 'es_email_exists' => _x( 'Email Address already exists.', 'widget-page-enhanced-select', ES_TDOMAIN ),
275
+ 'es_error' => _x( 'Oops.. Unexpected error occurred.', 'widget-page-enhanced-select', ES_TDOMAIN ),
276
+ 'es_invalid_email' => _x( 'Invalid email address.', 'widget-page-enhanced-select', ES_TDOMAIN ),
277
+ 'es_try_later' => _x( 'Please try after some time.', 'widget-page-enhanced-select', ES_TDOMAIN ),
278
  'es_problem_request' => _x( 'There was a problem with the request.', 'widget-page-enhanced-select', ES_TDOMAIN )
279
  );
280
  wp_localize_script( 'es-widget-page', 'es_widget_page_notices', $es_select_params );
287
  register_widget( 'es_widget_register' );
288
  }
289
 
290
+ // Function for Klawoo's Subscribe form on Help & Info page
291
  public static function klawoo_subscribe() {
292
+ $url = 'http://app.klawoo.com/subscribe';
293
+
294
+ if( !empty( $_POST ) ) {
295
+ $params = $_POST;
296
+ } else {
297
+ exit();
298
+ }
299
+ $method = 'POST';
300
+ $qs = http_build_query( $params );
301
+
302
+ $options = array(
303
+ 'timeout' => 15,
304
+ 'method' => $method
305
+ );
306
+
307
+ if ( $method == 'POST' ) {
308
+ $options['body'] = $qs;
309
+ } else {
310
+ if ( strpos( $url, '?' ) !== false ) {
311
+ $url .= '&'.$qs;
312
+ } else {
313
+ $url .= '?'.$qs;
314
+ }
315
+ }
316
+
317
+ $response = wp_remote_request( $url, $options );
318
+
319
+ if ( wp_remote_retrieve_response_code( $response ) == 200 ) {
320
+ $data = $response['body'];
321
+ if ( $data != 'error' ) {
322
+
323
+ $message_start = substr( $data, strpos( $data,'<body>' ) + 6 );
324
+ $remove = substr( $message_start, strpos( $message_start,'</body>' ) );
325
+ $message = trim( str_replace( $remove, '', $message_start ) );
326
+ echo ( $message );
327
+ exit();
328
+ }
329
+ }
330
+ exit();
331
+ }
332
+
333
+ /**
334
+ * Update current_sa_email_subscribers_db_version
335
+ */
336
+ public static function sa_email_subscribers_db_update() {
337
+
338
+ $email_subscribers_current_db_version = get_option( 'current_sa_email_subscribers_db_version', 'no' );
339
+
340
+ if ( $email_subscribers_current_db_version == 'no' ) {
341
+ es_cls_registerhook::es_upgrade_database_for_3_2();
342
+ }
343
+
344
+ }
345
+
346
+ /**
347
+ * To update sync email option to remove Commented user & it's group - es_c_emailsubscribers
348
+ * ES version 3.2 onwards
349
+ */
350
+ public static function es_upgrade_database_for_3_2() {
351
+
352
+ $sync_subscribers = get_option( 'es_c_emailsubscribers' );
353
+
354
+ $es_unserialized_data = maybe_unserialize($sync_subscribers);
355
+ unset($es_unserialized_data['es_commented']);
356
+ unset($es_unserialized_data['es_commented_group']);
357
+
358
+ $es_serialized_data = serialize($es_unserialized_data);
359
+ update_option( 'es_c_emailsubscribers', $es_serialized_data );
360
+
361
+ update_option( 'current_sa_email_subscribers_db_version', '3.2' );
362
+ }
363
+
364
+ // Function to show any notices in admin section
365
+ public static function es_add_admin_notices() {
366
+ ?>
367
+ <style type="text/css">
368
+ a.es-admin-btn{
369
+ margin-left: 10px;
370
+ padding: 4px 8px;
371
+ position: relative;
372
+ text-decoration: none;
373
+ border: none;
374
+ -webkit-border-radius: 2px;
375
+ border-radius: 2px;
376
+ background: #e0e0e0;
377
+ text-shadow: none;
378
+ font-weight: 600;
379
+ font-size: 13px;
380
+ }
381
+ a.es-admin-btn-secondary{
382
+ background: #fafafa;
383
+ margin-left: 20px;
384
+ font-weight: 400;
385
+ }
386
+
387
+ a.es-admin-btn:hover{
388
+ color: #FFF;
389
+ background-color: #363b3f;
390
+ }
391
+ </style>
392
+
393
+ <?php
394
+ // $active_plugins = get_option( 'active_plugins', array() );
395
+
396
+ $active_plugins = (array) get_option('active_plugins', array());
397
+ if (is_multisite()) {
398
+ $active_plugins = array_merge($active_plugins, get_site_option('active_sitewide_plugins', array()));
399
+ }
400
+
401
+ $es_rm_notice_email_subscribers = get_option( 'es_rm_notice_email_subscribers' );
402
+
403
+ if ( in_array('icegram-rainmaker/icegram-rainmaker.php', $active_plugins) || array_key_exists('icegram-rainmaker/icegram-rainmaker.php', $active_plugins) || !empty($es_rm_notice_email_subscribers) ) {
404
+ return;
405
+ } else {
406
+ $url = wp_nonce_url(self_admin_url('update.php?action=install-plugin&plugin=' . 'icegram-rainmaker'), 'install-plugin_' . 'icegram-rainmaker');
407
+ $admin_notice_text_for_rm = __( 'Email Subscribers recommends free plugin <b>Rainmaker</b> to collect leads instantly', ES_TDOMAIN );
408
+ echo '<div class="notice notice-warning"><p>'.$admin_notice_text_for_rm.'<a style="display:inline-block" class="es-admin-btn" href="'.$url.'">'.__( 'Yes, I want this', ES_TDOMAIN ).'</a><a style="display:inline-block" class="es-admin-btn es-admin-btn-secondary" href="?dismiss_admin_notice=1&option_name=es_rm_notice">'.__( 'No, I don\'t want it', ES_TDOMAIN ).'</a></p></div>';
409
+ }
410
+ }
411
+
412
+ // Function to dismiss any admin notice
413
+ public static function dismiss_admin_notice() {
414
+
415
+ if(isset($_GET['dismiss_admin_notice']) && $_GET['dismiss_admin_notice'] == '1' && isset($_GET['option_name'])) {
416
+ $option_name = sanitize_text_field($_GET['option_name']);
417
+ update_option( $option_name.'_email_subscribers', 'no' );
418
+
419
+ $referer = wp_get_referer();
420
+ wp_safe_redirect( $referer );
421
+ exit();
422
+ }
423
+
424
+ }
425
+
426
  }
427
 
428
  function es_sync_registereduser( $user_id ) {
454
  es_cls_sendmail::es_sendmail("welcome", $template = 0, $subscribers, "welcome", 0);
455
  }
456
  }
457
+ }
458
  }
459
 
460
  class es_widget_register extends WP_Widget {
461
  function __construct() {
462
  $widget_ops = array('classname' => 'widget_text elp-widget', 'description' => __( ES_PLUGIN_DISPLAY, ES_TDOMAIN ), ES_PLUGIN_NAME);
463
+ parent::__construct(ES_PLUGIN_NAME, __( ES_PLUGIN_DISPLAY, ES_TDOMAIN ), $widget_ops);
464
  }
465
 
466
  function widget( $args, $instance ) {
467
  extract( $args, EXTR_SKIP );
468
 
469
+ $es_title = apply_filters( 'widget_title', empty( $instance['es_title'] ) ? '' : $instance['es_title'], $instance, $this->id_base );
470
+ $es_desc = $instance['es_desc'];
471
+ $es_name = $instance['es_name'];
472
+ $es_group = $instance['es_group'];
473
 
474
  echo $args['before_widget'];
475
  if ( ! empty( $es_title ) ) {
514
  }
515
 
516
  function update( $new_instance, $old_instance ) {
517
+ $instance = $old_instance;
518
+ $instance['es_title'] = ( ! empty( $new_instance['es_title'] ) ) ? strip_tags( $new_instance['es_title'] ) : '';
519
+ $instance['es_desc'] = ( ! empty( $new_instance['es_desc'] ) ) ? strip_tags( $new_instance['es_desc'] ) : '';
520
+ $instance['es_name'] = ( ! empty( $new_instance['es_name'] ) ) ? strip_tags( $new_instance['es_name'] ) : '';
521
+ $instance['es_group'] = ( ! empty( $new_instance['es_group'] ) ) ? strip_tags( $new_instance['es_group'] ) : '';
522
  return $instance;
523
  }
524
 
525
  function form( $instance ) {
526
  $defaults = array(
527
  'es_title' => '',
528
+ 'es_desc' => '',
529
+ 'es_name' => '',
530
+ 'es_group' => ''
531
+ );
532
+ $instance = wp_parse_args( (array) $instance, $defaults);
533
+ $es_title = $instance['es_title'];
534
+ $es_desc = $instance['es_desc'];
535
+ $es_name = $instance['es_name'];
536
+ $es_group = $instance['es_group'];
537
  ?>
538
  <p>
539
  <label for="<?php echo $this->get_field_id('es_title'); ?>"><?php echo __( 'Widget Title', ES_TDOMAIN ); ?></label>
540
  <input class="widefat" id="<?php echo $this->get_field_id('es_title'); ?>" name="<?php echo $this->get_field_name('es_title'); ?>" type="text" value="<?php echo $es_title; ?>" />
541
+ </p>
542
  <p>
543
+ <label for="<?php echo $this->get_field_id('es_name'); ?>"><?php echo __( 'Display Name Field', ES_TDOMAIN ); ?></label>
544
  <select class="widefat" id="<?php echo $this->get_field_id('es_name'); ?>" name="<?php echo $this->get_field_name('es_name'); ?>">
545
  <option value="YES" <?php $this->es_selected($es_name == 'YES'); ?>>YES</option>
546
  <option value="NO" <?php $this->es_selected($es_name == 'NO'); ?>>NO</option>
547
  </select>
548
+ </p>
549
  <p>
550
  <label for="<?php echo $this->get_field_id('es_desc'); ?>"><?php echo __( 'Short Description', ES_TDOMAIN ); ?></label>
551
  <input class="widefat" id="<?php echo $this->get_field_id('es_desc'); ?>" name="<?php echo $this->get_field_name('es_desc'); ?>" type="text" value="<?php echo $es_desc; ?>" />
552
  <?php _e('Short description about your subscription form.', 'email-subscribers'); ?>
553
+ </p>
554
  <p>
555
  <label for="<?php echo $this->get_field_id('es_group'); ?>"><?php echo __( 'Subscriber Group', ES_TDOMAIN ); ?></label>
556
  <input class="widefat" id="<?php echo $this->get_field_id('es_group'); ?>" name="<?php echo $this->get_field_name('es_group'); ?>" type="text" value="<?php echo $es_group; ?>" />
557
+ </p>
558
  <?php
559
  }
560
 
classes/es-sendmail.php CHANGED
@@ -39,7 +39,7 @@ class es_cls_sendmail {
39
  }
40
 
41
  $notification = es_cls_notification::es_notification_prepare($post_id);
42
- //echo count($notification);
43
  if ( count($notification) > 0 ) {
44
  $template = $notification[0]["es_note_templ"];
45
  $mailsenttype = $notification[0]["es_note_status"];
@@ -59,10 +59,13 @@ class es_cls_sendmail {
59
  }
60
  }
61
 
62
- public static function es_prepare_newsletter_manual($template, $recipients, $mailsenttype) {
 
 
63
  $subscribers = array();
64
- $subscribers = es_cls_dbquery::es_view_subscriber_manual($recipients);
65
- es_cls_sendmail::es_sendmail("newsletter", $template, $subscribers, "manual", 0, $mailsenttype);
 
66
  }
67
 
68
  public static function es_prepare_send_cronmail($cronmailqueue = array(), $crondeliveryqueue = array()) {
@@ -83,7 +86,7 @@ class es_cls_sendmail {
83
  $sender_name = $user_login;
84
  $sender_email = $user_email;
85
  } else {
86
- $sender_name = $settings['es_c_fromname'];
87
  $sender_email = $settings['es_c_fromemail'];
88
  }
89
 
@@ -102,8 +105,7 @@ class es_cls_sendmail {
102
 
103
  if($htmlmail) {
104
  $headers .= "MIME-Version: 1.0\n";
105
- $headers .= "Content-Type: " . get_bloginfo('html_type') . "; charset=\"". get_bloginfo('charset') . "\"\n";
106
- $headers .= "Content-type: text/html\r\n";
107
  } else {
108
  $headers .= "MIME-Version: 1.0\n";
109
  $headers .= "Content-Type: text/plain; charset=\"". get_bloginfo('charset') . "\"\n";
@@ -210,7 +212,7 @@ class es_cls_sendmail {
210
  $sender_name = $user_login;
211
  $sender_email = $user_email;
212
  } else {
213
- $sender_name = $settings['es_c_fromname'];
214
  $sender_email = $settings['es_c_fromemail'];
215
  }
216
 
@@ -233,8 +235,7 @@ class es_cls_sendmail {
233
 
234
  if($htmlmail) {
235
  $headers .= "MIME-Version: 1.0\n";
236
- $headers .= "Content-Type: " . get_bloginfo('html_type') . "; charset=\"". get_bloginfo('charset') . "\"\n";
237
- $headers .= "Content-type: text/html\r\n";
238
  } else {
239
  $headers .= "MIME-Version: 1.0\n";
240
  $headers .= "Content-Type: text/plain; charset=\"". get_bloginfo('charset') . "\"\n";
39
  }
40
 
41
  $notification = es_cls_notification::es_notification_prepare($post_id);
42
+
43
  if ( count($notification) > 0 ) {
44
  $template = $notification[0]["es_note_templ"];
45
  $mailsenttype = $notification[0]["es_note_status"];
59
  }
60
  }
61
 
62
+ // Function to prepare sending Static Newsletters
63
+ public static function es_prepare_newsletter_manual( $template, $mailsenttype, $group ) {
64
+
65
  $subscribers = array();
66
+ $subscribers = es_cls_dbquery::es_subscribers_data_in_group( $group );
67
+
68
+ es_cls_sendmail::es_sendmail( "newsletter", $template, $subscribers, "manual", 0, $mailsenttype );
69
  }
70
 
71
  public static function es_prepare_send_cronmail($cronmailqueue = array(), $crondeliveryqueue = array()) {
86
  $sender_name = $user_login;
87
  $sender_email = $user_email;
88
  } else {
89
+ $sender_name = stripslashes($settings['es_c_fromname']);
90
  $sender_email = $settings['es_c_fromemail'];
91
  }
92
 
105
 
106
  if($htmlmail) {
107
  $headers .= "MIME-Version: 1.0\n";
108
+ $headers .= "Content-Type: text/html; charset=\"". get_bloginfo('charset') . "\"\n";
 
109
  } else {
110
  $headers .= "MIME-Version: 1.0\n";
111
  $headers .= "Content-Type: text/plain; charset=\"". get_bloginfo('charset') . "\"\n";
212
  $sender_name = $user_login;
213
  $sender_email = $user_email;
214
  } else {
215
+ $sender_name = stripslashes($settings['es_c_fromname']);
216
  $sender_email = $settings['es_c_fromemail'];
217
  }
218
 
235
 
236
  if($htmlmail) {
237
  $headers .= "MIME-Version: 1.0\n";
238
+ $headers .= "Content-Type: text/html; charset=\"". get_bloginfo('charset') . "\"\n";
 
239
  } else {
240
  $headers .= "MIME-Version: 1.0\n";
241
  $headers .= "Content-Type: text/plain; charset=\"". get_bloginfo('charset') . "\"\n";
compose/compose-add.php CHANGED
@@ -1,104 +1,109 @@
1
  <?php
 
2
  if(preg_match('#' . basename(__FILE__) . '#', $_SERVER['PHP_SELF'])) {
3
  die('You are not allowed to call this page directly.');
4
  }
 
5
  ?>
6
 
7
  <div class="wrap">
8
  <?php
9
- $es_errors = array();
10
- $es_success = '';
11
- $es_error_found = FALSE;
12
 
13
- // Preset the form fields
14
- $form = array(
15
- 'es_templ_heading' => '',
16
- 'es_templ_body' => '',
17
- 'es_templ_status' => '',
18
- 'es_email_type' => ''
19
- );
20
 
21
- // Form submitted, check the data
22
- if (isset($_POST['es_form_submit']) && $_POST['es_form_submit'] == 'yes') {
23
- // Just security thingy that wordpress offers us
24
- check_admin_referer('es_form_add');
25
-
26
- $form['es_templ_heading'] = isset($_POST['es_templ_heading']) ? $_POST['es_templ_heading'] : '';
27
- if ($form['es_templ_heading'] == '') {
28
- $es_errors[] = __('Please enter template heading.', 'email-subscribers');
29
- $es_error_found = TRUE;
30
- }
31
- $form['es_templ_body'] = isset($_POST['es_templ_body']) ? $_POST['es_templ_body'] : '';
32
- $form['es_templ_status'] = isset($_POST['es_templ_status']) ? $_POST['es_templ_status'] : '';
33
- $form['es_email_type'] = isset($_POST['es_email_type']) ? $_POST['es_email_type'] : '';
34
 
35
- // No errors found, we can add this Group to the table
36
- if ($es_error_found == FALSE) {
37
- $action = false;
38
- $action = es_cls_compose::es_template_ins($form, $action = "insert");
39
- if($action) {
40
- $es_success = __('Template was successfully created.', 'email-subscribers');
41
- }
 
42
 
43
- // Reset the form fields
44
- $form = array(
45
- 'es_templ_heading' => '',
46
- 'es_templ_body' => '',
47
- 'es_templ_status' => '',
48
- 'es_email_type' => ''
49
- );
50
  }
51
- }
52
 
53
- if ($es_error_found == TRUE && isset($es_errors[0]) == TRUE) {
54
- ?><div class="error fade"><p><strong><?php echo $es_errors[0]; ?></strong></p></div><?php
55
- }
56
- if ($es_error_found == FALSE && strlen($es_success) > 0) {
57
- ?>
58
- <div class="updated fade">
59
- <p><strong><?php echo $es_success; ?> <a href="<?php echo ES_ADMINURL; ?>?page=es-compose"><?php _e('Click here', 'email-subscribers'); ?></a>
60
- <?php _e(' to view the details', 'email-subscribers'); ?></strong></p>
61
- </div>
62
- <?php
63
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
64
  ?>
65
 
66
  <div class="form-wrap">
67
  <div id="icon-plugins" class="icon32"></div>
68
- <h2><?php echo __(ES_PLUGIN_DISPLAY, 'email-subscribers'); ?></h2>
69
- <h3><?php echo __('Compose Mail', 'email-subscribers'); ?></h3>
70
- <form name="es_form" method="post" action="#" onsubmit="return _es_submit()" >
71
- <label for="tag-link"><?php echo __('Mail Type', 'email-subscribers'); ?></label>
 
 
 
72
  <select name="es_email_type" id="es_email_type">
73
- <option value='Static Template' selected="selected"><?php echo __('Static Template (For Newsletter Email)', 'email-subscribers'); ?></option>
74
- <option value='Dynamic Template'><?php echo __('Dynamic Template (For Notification Email)', 'email-subscribers'); ?></option>
75
  </select>
76
- <p><?php echo __('Please select your mail type.', 'email-subscribers'); ?></p>
77
 
78
- <label for="tag-link"><?php echo __('Enter Mail Subject', 'email-subscribers'); ?></label>
79
  <input name="es_templ_heading" type="text" id="es_templ_heading" value="" size="80" maxlength="225" />
80
- <p><?php echo __('Please enter your mail subject. Keyword: ###POSTTITLE###', 'email-subscribers'); ?></p>
81
 
82
- <label for="tag-link"><?php echo __('Mail Content', 'email-subscribers'); ?></label>
83
  <?php $settings_body = array( 'textarea_rows' => 25 ); ?>
84
  <?php wp_editor("", "es_templ_body", $settings_body);?>
85
  <p>
86
- <?php echo __('Please enter content for your mail', 'email-subscribers'); ?><br />
87
- <?php echo __('Keywords: ###POSTTITLE###, ###POSTLINK###, ###POSTIMAGE###, ###POSTDESC###, ###POSTFULL###, ###DATE###, ###POSTLINK-ONLY###, ###POSTLINK-WITHTITLE###', 'email-subscribers'); ?>
88
  </p>
89
 
90
- <label for="tag-link"><?php echo __('Status', 'email-subscribers'); ?></label>
91
- <select name="es_templ_status" id="es_templ_status">
92
- <option value='Published' selected="selected"><?php echo __('Published', 'email-subscribers'); ?></option>
93
- </select>
94
- <p><?php echo __('Please select your mail status', 'email-subscribers'); ?></p>
95
-
 
96
  <input type="hidden" name="es_form_submit" value="yes"/>
97
-
98
  <p class="submit">
99
- <input name="publish" lang="publish" class="button add-new-h2" value="<?php echo __('Submit', 'email-subscribers'); ?>" type="submit" />
100
- <input name="publish" lang="publish" class="button add-new-h2" onclick="_es_redirect()" value="<?php echo __('Cancel', 'email-subscribers'); ?>" type="button" />
101
- <input name="Help" lang="publish" class="button add-new-h2" onclick="_es_help()" value="<?php echo __('Help', 'email-subscribers'); ?>" type="button" />
102
  </p>
103
  <?php wp_nonce_field('es_form_add'); ?>
104
  </form>
1
  <?php
2
+
3
  if(preg_match('#' . basename(__FILE__) . '#', $_SERVER['PHP_SELF'])) {
4
  die('You are not allowed to call this page directly.');
5
  }
6
+
7
  ?>
8
 
9
  <div class="wrap">
10
  <?php
11
+ $es_errors = array();
12
+ $es_success = '';
13
+ $es_error_found = FALSE;
14
 
15
+ // Preset the form fields
16
+ $form = array(
17
+ 'es_templ_heading' => '',
18
+ 'es_templ_body' => '',
19
+ 'es_templ_status' => '',
20
+ 'es_email_type' => ''
21
+ );
22
 
23
+ // Form submitted, check the data
24
+ if (isset($_POST['es_form_submit']) && $_POST['es_form_submit'] == 'yes') {
25
+ // Just security thingy that wordpress offers us
26
+ check_admin_referer('es_form_add');
 
 
 
 
 
 
 
 
 
27
 
28
+ $form['es_templ_heading'] = isset($_POST['es_templ_heading']) ? $_POST['es_templ_heading'] : '';
29
+ if ($form['es_templ_heading'] == '') {
30
+ $es_errors[] = __( 'Please enter template heading.', ES_TDOMAIN );
31
+ $es_error_found = TRUE;
32
+ }
33
+ $form['es_templ_body'] = isset($_POST['es_templ_body']) ? $_POST['es_templ_body'] : '';
34
+ $form['es_templ_status'] = isset($_POST['es_templ_status']) ? $_POST['es_templ_status'] : '';
35
+ $form['es_email_type'] = isset($_POST['es_email_type']) ? $_POST['es_email_type'] : '';
36
 
37
+ // No errors found, we can add this Group to the table
38
+ if ($es_error_found == FALSE) {
39
+ $action = false;
40
+ $action = es_cls_compose::es_template_ins($form, $action = "insert");
41
+ if($action) {
42
+ $es_success = __( 'Template successfully created. ', ES_TDOMAIN );
 
43
  }
 
44
 
45
+ // Reset the form fields
46
+ $form = array(
47
+ 'es_templ_heading' => '',
48
+ 'es_templ_body' => '',
49
+ 'es_templ_status' => '',
50
+ 'es_email_type' => ''
51
+ );
 
 
 
52
  }
53
+ }
54
+
55
+ if ($es_error_found == TRUE && isset($es_errors[0]) == TRUE) {
56
+ ?><div class="error fade"><p><strong><?php echo $es_errors[0]; ?></strong></p></div><?php
57
+ }
58
+
59
+ if ($es_error_found == FALSE && strlen($es_success) > 0) {
60
+ ?>
61
+ <div class="updated fade">
62
+ <p><strong>
63
+ <?php echo $es_success; ?>
64
+ </strong></p>
65
+ </div>
66
+ <?php
67
+ }
68
+
69
  ?>
70
 
71
  <div class="form-wrap">
72
  <div id="icon-plugins" class="icon32"></div>
73
+ <h2><?php echo __( ES_PLUGIN_DISPLAY, ES_TDOMAIN ); ?></h2>
74
+ <h3>
75
+ <?php echo __( 'Compose Mail', ES_TDOMAIN ); ?>
76
+ <a class="add-new-h2" target="_blank" href="<?php echo ES_FAV; ?>"><?php echo __( 'Help', ES_TDOMAIN ); ?></a>
77
+ </h3>
78
+ <form name="es_form" method="post" action="#" onsubmit="return _es_submit()">
79
+ <label for="tag-link"><?php echo __( 'Select your Mail Type', ES_TDOMAIN ); ?></label>
80
  <select name="es_email_type" id="es_email_type">
81
+ <option value='Static Template' selected="selected"><?php echo __( 'Static Template (For Newsletter Email)', ES_TDOMAIN ); ?></option>
82
+ <option value='Dynamic Template'><?php echo __( 'Dynamic Template (For Notification Email)', ES_TDOMAIN ); ?></option>
83
  </select>
84
+ <p></p>
85
 
86
+ <label for="tag-link"><?php echo __( 'Enter Mail Subject', ES_TDOMAIN ); ?></label>
87
  <input name="es_templ_heading" type="text" id="es_templ_heading" value="" size="80" maxlength="225" />
88
+ <p><?php echo __( 'Keyword: ###POSTTITLE###', ES_TDOMAIN ); ?></p>
89
 
90
+ <label for="tag-link"><?php echo __( 'Enter Content for your Mail', ES_TDOMAIN ); ?></label>
91
  <?php $settings_body = array( 'textarea_rows' => 25 ); ?>
92
  <?php wp_editor("", "es_templ_body", $settings_body);?>
93
  <p>
94
+ <?php echo sprintf(__( '%s : ###NAME###, ###EMAIL###, ###DATE###, ###POSTTITLE###, ###POSTLINK###, ###POSTLINK-WITHTITLE###, ###POSTLINK-ONLY###, ###POSTIMAGE###, ###POSTDESC###, ###POSTFULL###', ES_TDOMAIN ), '<a href="http://www.storeapps.org/docs/es-what-are-static-templates-and-dynamic-templates/" target="_blank">' . __( 'Available Keywords', ES_TDOMAIN ) . '</a>' ); ?><br />
 
95
  </p>
96
 
97
+ <div class="template_status" style="display:none;">
98
+ <label for="tag-link"><?php echo __( 'Status', ES_TDOMAIN ); ?></label>
99
+ <select name="es_templ_status" id="es_templ_status">
100
+ <option value='Published' <?php if( $form['es_templ_status'] == 'Published' ) { echo 'selected="selected"' ; } ?>><?php echo __( 'Published', ES_TDOMAIN ); ?></option>
101
+ </select>
102
+ <p><?php echo __( 'Please select your mail status', ES_TDOMAIN ); ?></p>
103
+ </div>
104
  <input type="hidden" name="es_form_submit" value="yes"/>
 
105
  <p class="submit">
106
+ <input type="submit" class="button add-new-h2" value="<?php echo __( 'Save', ES_TDOMAIN ); ?>" />
 
 
107
  </p>
108
  <?php wp_nonce_field('es_form_add'); ?>
109
  </form>
compose/compose-edit.php CHANGED
@@ -1,113 +1,121 @@
1
  <?php
 
2
  if(preg_match('#' . basename(__FILE__) . '#', $_SERVER['PHP_SELF'])) {
3
  die('You are not allowed to call this page directly.');
4
  }
 
5
  ?>
6
 
7
  <div class="wrap">
8
  <?php
9
- $did = isset($_GET['did']) ? $_GET['did'] : '0';
10
- es_cls_security::es_check_number($did);
11
-
12
- // First check if ID exist with requested ID
13
- $result = es_cls_compose::es_template_count($did);
14
- if ($result != '1') {
15
- ?><div class="error fade"><p><strong><?php _e('Oops, selected details doesnt exist.', 'email-subscribers'); ?></strong></p></div><?php
16
- } else {
17
- $es_errors = array();
18
- $es_success = '';
19
- $es_error_found = FALSE;
20
-
21
- $data = array();
22
- $data = es_cls_compose::es_template_select($did);
23
-
24
- // Preset the form fields
25
- $form = array(
26
- 'es_templ_id' => $data['es_templ_id'],
27
- 'es_templ_heading' => stripslashes($data['es_templ_heading']),
28
- 'es_templ_body' => stripslashes($data['es_templ_body']),
29
- 'es_templ_status' => $data['es_templ_status'],
30
- 'es_email_type' => $data['es_email_type']
31
- );
32
- }
33
 
34
- // Form submitted, check the data
35
- if (isset($_POST['es_form_submit']) && $_POST['es_form_submit'] == 'yes') {
36
- // Just security thingy that wordpress offers us
37
- check_admin_referer('es_form_edit');
 
 
 
 
 
 
 
 
38
 
39
- $form['es_templ_heading'] = isset($_POST['es_templ_heading']) ? $_POST['es_templ_heading'] : '';
40
- if ($form['es_templ_heading'] == '') {
41
- $es_errors[] = __('Please enter template heading.', 'email-subscribers');
42
- $es_error_found = TRUE;
43
- }
44
- $form['es_templ_body'] = isset($_POST['es_templ_body']) ? $_POST['es_templ_body'] : '';
45
- $form['es_templ_status'] = isset($_POST['es_templ_status']) ? $_POST['es_templ_status'] : '';
46
- $form['es_email_type'] = isset($_POST['es_email_type']) ? $_POST['es_email_type'] : '';
47
- $form['es_templ_id'] = isset($_POST['es_templ_id']) ? $_POST['es_templ_id'] : '0';
48
-
49
- // No errors found, we can add this Group to the table
50
- if ($es_error_found == FALSE) {
51
- $action = "";
52
- $action = es_cls_compose::es_template_ins($form, $action = "update");
53
- if($action == "sus") {
54
- $es_success = __('Template was successfully updated.', 'email-subscribers');
55
- }
56
- }
57
- }
58
 
59
- if ($es_error_found == TRUE && isset($es_errors[0]) == TRUE) {
60
- ?><div class="error fade"><p><strong><?php echo $es_errors[0]; ?></strong></p></div><?php
 
 
 
 
 
 
 
61
  }
62
- if ($es_error_found == FALSE && strlen($es_success) > 0) {
63
- ?>
64
- <div class="updated fade">
65
- <p><strong>
66
- <?php echo $es_success; ?>
67
- <a href="<?php echo get_option('siteurl'); ?>/wp-admin/admin.php?page=es-compose"><?php _e('Click here', 'email-subscribers'); ?></a>
68
- <?php _e(' to view the details', 'email-subscribers'); ?>
69
- </strong></p>
70
- </div>
71
- <?php
 
 
72
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
73
  ?>
74
 
75
  <div class="form-wrap">
76
  <div id="icon-plugins" class="icon32"></div>
77
- <h2><?php echo __(ES_PLUGIN_DISPLAY, 'email-subscribers'); ?></h2>
78
- <h3><?php echo __('Compose Mail', 'email-subscribers'); ?></h3>
79
- <form name="es_form" method="post" action="#" onsubmit="return _es_submit()" >
80
- <label for="tag-link"><?php echo __('Mail Type', 'email-subscribers'); ?></label>
 
 
 
 
81
  <select name="es_email_type" id="es_email_type">
82
- <option value='Static Template' <?php if($form['es_email_type']=='Static Template') { echo 'selected="selected"' ; } ?>><?php echo __('Static Template (For Newsletter Email)', 'email-subscribers'); ?></option>
83
- <option value='Dynamic Template' <?php if($form['es_email_type']=='Dynamic Template') { echo 'selected="selected"' ; } ?>><?php echo __('Dynamic Template (For Notification Email)', 'email-subscribers'); ?></option>
84
  </select>
85
- <p><?php echo __('Please select your mail type', 'email-subscribers'); ?></p>
86
 
87
- <label for="tag-link"><?php echo __('Enter Mail Subject', 'email-subscribers'); ?></label>
88
  <input name="es_templ_heading" type="text" id="es_templ_heading" value="<?php echo esc_html(stripslashes($form['es_templ_heading'])); ?>" size="80" maxlength="225" />
89
- <p><?php echo __('Please enter your mail subject. Keyword: ###POSTTITLE###', 'email-subscribers'); ?></p>
90
 
91
- <label for="tag-link"><?php echo __('Mail Content', 'email-subscribers'); ?></label>
92
  <?php $settings_body = array( 'textarea_rows' => 25 ); ?>
93
  <?php wp_editor(stripslashes($form['es_templ_body']), "es_templ_body", $settings_body);?>
94
  <p>
95
- <?php echo __('Please enter content for your mail', 'email-subscribers'); ?><br />
96
- <?php echo __('Keywords: ###POSTTITLE###, ###POSTLINK###, ###POSTIMAGE###, ###POSTDESC###, ###POSTFULL###, ###DATE###, ###POSTLINK-ONLY###, ###POSTLINK-WITHTITLE###','email-subscribers'); ?>
97
  </p>
98
 
99
- <label for="tag-link"><?php echo __('Status', 'email-subscribers'); ?></label>
100
- <select name="es_templ_status" id="es_templ_status">
101
- <option value='Published' <?php if($form['es_templ_status']=='Published') { echo 'selected="selected"' ; } ?>><?php echo __('Published','email-subscribers'); ?></option>
102
- </select>
103
- <p><?php echo __('Please select your mail status', 'email-subscribers'); ?></p>
104
-
 
105
  <input type="hidden" name="es_form_submit" value="yes"/>
106
  <input type="hidden" name="es_templ_id" id="es_templ_id" value="<?php echo $form['es_templ_id']; ?>"/>
107
  <p class="submit">
108
- <input name="publish" lang="publish" class="button add-new-h2" value="<?php echo __('Submit', 'email-subscribers'); ?>" type="submit" />
109
- <input name="publish" lang="publish" class="button add-new-h2" onclick="_es_redirect()" value="<?php echo __('Cancel', 'email-subscribers'); ?>" type="button" />
110
- <input name="Help" lang="publish" class="button add-new-h2" onclick="_es_help()" value="<?php echo __('Help', 'email-subscribers'); ?>" type="button" />
111
  </p>
112
  <?php wp_nonce_field('es_form_edit'); ?>
113
  </form>
1
  <?php
2
+
3
  if(preg_match('#' . basename(__FILE__) . '#', $_SERVER['PHP_SELF'])) {
4
  die('You are not allowed to call this page directly.');
5
  }
6
+
7
  ?>
8
 
9
  <div class="wrap">
10
  <?php
11
+ $did = isset($_GET['did']) ? $_GET['did'] : '0';
12
+ es_cls_security::es_check_number($did);
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
 
14
+ // First check if ID exist with requested ID
15
+ $result = es_cls_compose::es_template_count($did);
16
+ if ($result != '1') {
17
+ ?><div class="error fade">
18
+ <p><strong>
19
+ <?php echo __( 'Oops, selected details does not exists.', ES_TDOMAIN ); ?>
20
+ </strong></p>
21
+ </div><?php
22
+ } else {
23
+ $es_errors = array();
24
+ $es_success = '';
25
+ $es_error_found = FALSE;
26
 
27
+ $data = array();
28
+ $data = es_cls_compose::es_template_select($did);
29
+
30
+ // Preset the form fields
31
+ $form = array(
32
+ 'es_templ_id' => $data['es_templ_id'],
33
+ 'es_templ_heading' => stripslashes($data['es_templ_heading']),
34
+ 'es_templ_body' => stripslashes($data['es_templ_body']),
35
+ 'es_templ_status' => $data['es_templ_status'],
36
+ 'es_email_type' => $data['es_email_type']
37
+ );
38
+ }
 
 
 
 
 
 
 
39
 
40
+ // Form submitted, check the data
41
+ if (isset($_POST['es_form_submit']) && $_POST['es_form_submit'] == 'yes') {
42
+ // Just security thingy that wordpress offers us
43
+ check_admin_referer('es_form_edit');
44
+
45
+ $form['es_templ_heading'] = isset($_POST['es_templ_heading']) ? $_POST['es_templ_heading'] : '';
46
+ if ($form['es_templ_heading'] == '') {
47
+ $es_errors[] = __('Please enter template heading.', 'email-subscribers');
48
+ $es_error_found = TRUE;
49
  }
50
+ $form['es_templ_body'] = isset($_POST['es_templ_body']) ? $_POST['es_templ_body'] : '';
51
+ $form['es_templ_status'] = isset($_POST['es_templ_status']) ? $_POST['es_templ_status'] : '';
52
+ $form['es_email_type'] = isset($_POST['es_email_type']) ? $_POST['es_email_type'] : '';
53
+ $form['es_templ_id'] = isset($_POST['es_templ_id']) ? $_POST['es_templ_id'] : '0';
54
+
55
+ // No errors found, we can add this Group to the table
56
+ if ($es_error_found == FALSE) {
57
+ $action = "";
58
+ $action = es_cls_compose::es_template_ins($form, $action = "update");
59
+ if($action == "sus") {
60
+ $es_success = __( 'Template successfully updated. ', ES_TDOMAIN );
61
+ }
62
  }
63
+ }
64
+
65
+ if ($es_error_found == TRUE && isset($es_errors[0]) == TRUE) {
66
+ ?><div class="error fade"><p><strong><?php echo $es_errors[0]; ?></strong></p></div><?php
67
+ }
68
+
69
+ if ($es_error_found == FALSE && strlen($es_success) > 0) {
70
+ ?>
71
+ <div class="updated fade">
72
+ <p><strong>
73
+ <?php echo $es_success; ?>
74
+ </strong></p>
75
+ </div>
76
+ <?php
77
+ }
78
+
79
  ?>
80
 
81
  <div class="form-wrap">
82
  <div id="icon-plugins" class="icon32"></div>
83
+ <h2><?php echo __( ES_PLUGIN_DISPLAY, ES_TDOMAIN ); ?></h2>
84
+ <h3>
85
+ <?php echo __( 'Compose Mail', ES_TDOMAIN ); ?>
86
+ <a class="add-new-h2" href="<?php echo ES_ADMINURL; ?>?page=es-compose&amp;ac=add"><?php echo __( 'Add New', ES_TDOMAIN ); ?></a>
87
+ <a class="add-new-h2" target="_blank" href="<?php echo ES_FAV; ?>"><?php echo __( 'Help', ES_TDOMAIN ); ?></a>
88
+ </h3>
89
+ <form name="es_form" method="post" action="#" onsubmit="return _es_submit()">
90
+ <label for="tag-link"><?php echo __( 'Select your Mail Type', ES_TDOMAIN ); ?></label>
91
  <select name="es_email_type" id="es_email_type">
92
+ <option value='Static Template' <?php if( $form['es_email_type'] == 'Static Template' ) { echo 'selected="selected"' ; } ?>><?php echo __( 'Static Template (For Newsletter Email)', ES_TDOMAIN ); ?></option>
93
+ <option value='Dynamic Template' <?php if( $form['es_email_type'] == 'Dynamic Template' ) { echo 'selected="selected"' ; } ?>><?php echo __( 'Dynamic Template (For Notification Email)', ES_TDOMAIN ); ?></option>
94
  </select>
95
+ <p></p>
96
 
97
+ <label for="tag-link"><?php echo __( 'Enter Mail Subject', ES_TDOMAIN ); ?></label>
98
  <input name="es_templ_heading" type="text" id="es_templ_heading" value="<?php echo esc_html(stripslashes($form['es_templ_heading'])); ?>" size="80" maxlength="225" />
99
+ <p><?php echo __( 'Keyword: ###POSTTITLE###', ES_TDOMAIN ); ?></p>
100
 
101
+ <label for="tag-link"><?php echo __( 'Enter Content for your Mail', ES_TDOMAIN ); ?></label>
102
  <?php $settings_body = array( 'textarea_rows' => 25 ); ?>
103
  <?php wp_editor(stripslashes($form['es_templ_body']), "es_templ_body", $settings_body);?>
104
  <p>
105
+ <?php echo sprintf(__( '%s : ###NAME###, ###EMAIL###, ###DATE###, ###POSTTITLE###, ###POSTLINK###, ###POSTLINK-WITHTITLE###, ###POSTLINK-ONLY###, ###POSTIMAGE###, ###POSTDESC###, ###POSTFULL###', ES_TDOMAIN ), '<a href="http://www.storeapps.org/docs/es-what-are-static-templates-and-dynamic-templates/" target="_blank">' . __( 'Available Keywords', ES_TDOMAIN ) . '</a>' ); ?><br />
 
106
  </p>
107
 
108
+ <div class="template_status" style="display:none;">
109
+ <label for="tag-link"><?php echo __( 'Status', ES_TDOMAIN ); ?></label>
110
+ <select name="es_templ_status" id="es_templ_status">
111
+ <option value='Published' <?php if( $form['es_templ_status'] == 'Published' ) { echo 'selected="selected"' ; } ?>><?php echo __( 'Published', ES_TDOMAIN ); ?></option>
112
+ </select>
113
+ <p><?php echo __( 'Please select your mail status', ES_TDOMAIN ); ?></p>
114
+ </div>
115
  <input type="hidden" name="es_form_submit" value="yes"/>
116
  <input type="hidden" name="es_templ_id" id="es_templ_id" value="<?php echo $form['es_templ_id']; ?>"/>
117
  <p class="submit">
118
+ <input type="submit" class="button add-new-h2" value="<?php echo __( 'Save', ES_TDOMAIN ); ?>" />
 
 
119
  </p>
120
  <?php wp_nonce_field('es_form_edit'); ?>
121
  </form>
compose/compose-preview.php CHANGED
@@ -1,4 +1,5 @@
1
  <?php
 
2
  if(preg_match('#' . basename(__FILE__) . '#', $_SERVER['PHP_SELF'])) {
3
  die('You are not allowed to call this page directly.');
4
  }
@@ -10,15 +11,23 @@ es_cls_security::es_check_number($did);
10
  $result = es_cls_compose::es_template_count($did);
11
 
12
  if ($result != '1') {
13
- ?><div class="error fade"><p><strong><?php echo __('Oops, selected details doesnt exist.', 'email-subscribers'); ?></strong></p></div><?php
 
 
 
 
 
14
  }
15
 
16
  ?>
17
 
18
  <div class="wrap">
19
  <div id="icon-plugins" class="icon32"></div>
20
- <h2><?php echo __(ES_PLUGIN_DISPLAY, 'email-subscribers'); ?></h2>
21
- <h3><?php echo __('Preview Mail', 'email-subscribers'); ?></h3>
 
 
 
22
  <div class="tool-box">
23
  <div style="padding:15px;background-color:#FFFFFF;">
24
  <?php
@@ -28,14 +37,9 @@ if ($result != '1') {
28
  echo stripslashes($es_templ_body);
29
  ?>
30
  </div>
31
- <div class="tablenav">
32
- <h2>
33
- <a class="button add-new-h2" href="<?php echo ES_ADMINURL; ?>?page=es-compose"><?php echo __('Back', 'email-subscribers'); ?></a>
34
- <a class="button add-new-h2" href="<?php echo ES_ADMINURL; ?>?page=es-compose&ac=edit&did=<?php echo $did; ?>"><?php echo __('Edit', 'email-subscribers'); ?></a>
35
- <a class="button add-new-h2" target="_blank" href="<?php echo ES_FAV; ?>"><?php echo __('Help', 'email-subscribers'); ?></a>
36
- </h2>
37
- </div>
38
- <div style="height:10px;"></div>
39
  <p class="description"><?php echo ES_OFFICIAL; ?></p>
40
  </div>
41
  </div>
1
  <?php
2
+
3
  if(preg_match('#' . basename(__FILE__) . '#', $_SERVER['PHP_SELF'])) {
4
  die('You are not allowed to call this page directly.');
5
  }
11
  $result = es_cls_compose::es_template_count($did);
12
 
13
  if ($result != '1') {
14
+ ?>
15
+ <div class="error fade">
16
+ <p><strong>
17
+ <?php echo __( 'Oops, selected details does not exists.', ES_TDOMAIN ); ?>
18
+ </strong></p>
19
+ </div><?php
20
  }
21
 
22
  ?>
23
 
24
  <div class="wrap">
25
  <div id="icon-plugins" class="icon32"></div>
26
+ <h2><?php echo __( ES_PLUGIN_DISPLAY, ES_TDOMAIN ); ?></h2>
27
+ <h3>
28
+ <?php echo __( 'Preview Mail', ES_TDOMAIN ); ?>
29
+ <a class="add-new-h2" target="_blank" href="<?php echo ES_FAV; ?>"><?php echo __( 'Help', ES_TDOMAIN ); ?></a>
30
+ </h3>
31
  <div class="tool-box">
32
  <div style="padding:15px;background-color:#FFFFFF;">
33
  <?php
37
  echo stripslashes($es_templ_body);
38
  ?>
39
  </div>
40
+ <p>
41
+ <a class="button add-new-h2" href="<?php echo ES_ADMINURL; ?>?page=es-compose&ac=edit&did=<?php echo $did; ?>"><?php echo __( 'Edit', ES_TDOMAIN ); ?></a>
42
+ </p>
 
 
 
 
 
43
  <p class="description"><?php echo ES_OFFICIAL; ?></p>
44
  </div>
45
  </div>
compose/compose-show.php CHANGED
@@ -10,8 +10,7 @@ if ($es_c_email_subscribers_ver <> "2.9") {
10
  <div class="error fade">
11
  <p>
12
  Note: You have recently upgraded the plugin and your tables are not sync.
13
- Please <a title="Sync plugin tables." href="<?php echo ES_ADMINURL; ?>?page=es-settings&amp;ac=sync"><?php _e('Click Here', 'email-subscribers'); ?></a> to sync the table.
14
- This is mandatory and it will not affect your data.
15
  </p>
16
  </div>
17
  <?php
@@ -28,7 +27,11 @@ if (isset($_POST['frm_es_display']) && $_POST['frm_es_display'] == 'yes') {
28
  // First check if ID exist with requested ID
29
  $result = es_cls_compose::es_template_count($did);
30
  if ($result != '1') {
31
- ?><div class="error fade"><p><strong><?php echo __('Oops, selected details doesnt exist.', 'email-subscribers'); ?></strong></p></div><?php
 
 
 
 
32
  } else {
33
  // Form submitted, check the action
34
  if (isset($_GET['ac']) && $_GET['ac'] == 'del' && isset($_GET['did']) && $_GET['did'] != '') {
@@ -40,80 +43,85 @@ if (isset($_POST['frm_es_display']) && $_POST['frm_es_display'] == 'yes') {
40
 
41
  // Set success message
42
  $es_success_msg = TRUE;
43
- $es_success = __('Selected record was successfully deleted.', 'email-subscribers');
44
  }
45
  }
46
 
47
  if ($es_success_msg == TRUE) {
48
- ?><div class="updated fade"><p><strong><?php echo $es_success; ?></strong></p></div><?php
 
 
 
 
49
  }
50
  }
 
51
  ?>
 
52
  <div class="wrap">
53
- <div id="icon-plugins" class="icon32"></div>
54
- <h2><?php echo __(ES_PLUGIN_DISPLAY, 'email-subscribers'); ?></h2>
55
- <h3><?php echo __('Compose Mail', 'email-subscribers'); ?>
56
- <a class="add-new-h2" href="<?php echo ES_ADMINURL; ?>?page=es-compose&amp;ac=add"><?php echo __('Add New', 'email-subscribers'); ?></a></h3>
57
- <div class="tool-box">
58
- <?php
59
- $myData = array();
60
- $myData = es_cls_compose::es_template_select(0);
61
- ?>
62
- <form name="frm_es_display" method="post">
63
- <table width="100%" class="widefat" id="straymanage">
64
- <thead>
65
- <tr>
66
- <th scope="col"><?php echo __('Email subject', 'email-subscribers'); ?></th>
67
- <th scope="col"><?php echo __('Status', 'email-subscribers'); ?></th>
68
- <th scope="col"><?php echo __('Type', 'email-subscribers'); ?></th>
69
- <th scope="col"><?php echo __('Action', 'email-subscribers'); ?></th>
70
- </tr>
71
- </thead>
72
- <tfoot>
73
- <tr>
74
- <th scope="col"><?php echo __('Email subject', 'email-subscribers'); ?></th>
75
- <th scope="col"><?php echo __('Status', 'email-subscribers'); ?></th>
76
- <th scope="col"><?php echo __('Type', 'email-subscribers'); ?></th>
77
- <th scope="col"><?php echo __('Action', 'email-subscribers'); ?></th>
78
- </tr>
79
- </tfoot>
80
- <tbody>
81
- <?php
82
- $i = 0;
83
- $displayisthere = FALSE;
84
- if(count($myData) > 0) {
85
- $i = 1;
86
- foreach ($myData as $data) {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
87
  ?>
88
- <tr class="<?php if ($i&1) { echo'alternate'; } else { echo ''; }?>">
89
- <td><?php echo esc_html(stripslashes($data['es_templ_heading'])); ?></td>
90
- <td><?php echo $data['es_templ_status']; ?></td>
91
- <td><?php echo $data['es_email_type']; ?></td>
92
- <td>
93
- <a title="Edit" href="<?php echo ES_ADMINURL; ?>?page=es-compose&amp;ac=edit&amp;did=<?php echo $data['es_templ_id']; ?>"><?php echo __('Edit', 'email-subscribers'); ?></a>
94
- | <a onClick="javascript:_es_delete('<?php echo $data['es_templ_id']; ?>')" href="javascript:void(0);"><?php echo __('Delete', 'email-subscribers'); ?></a>
95
- | <a title="Preview" href="<?php echo ES_ADMINURL; ?>?page=es-compose&amp;ac=preview&amp;did=<?php echo $data['es_templ_id']; ?>"><?php echo __('Preview', 'email-subscribers'); ?></a>
96
- </td>
97
- </tr>
98
- <?php
99
- $i = $i+1;
100
- }
101
- } else {
102
- ?><tr><td colspan="4" align="center"><?php _e('No records available.', 'email-subscribers'); ?></td></tr><?php
103
- }
104
- ?>
105
- </tbody>
106
- </table>
107
- <?php wp_nonce_field('es_form_show'); ?>
108
- <input type="hidden" name="frm_es_display" value="yes"/>
109
- </form>
110
- <div class="tablenav">
111
- <h2>
112
- <a class="button add-new-h2" href="<?php echo ES_ADMINURL; ?>?page=es-compose&amp;ac=add"><?php echo __('Add New', 'email-subscribers'); ?></a>
113
- <a class="button add-new-h2" target="_blank" href="<?php echo ES_FAV; ?>"><?php echo __('Help', 'email-subscribers'); ?></a>
114
- </h2>
115
- </div>
116
- <div style="height:10px;"></div>
117
- <p class="description"><?php echo ES_OFFICIAL; ?></p>
118
  </div>
 
 
119
  </div>
10
  <div class="error fade">
11
  <p>
12
  Note: You have recently upgraded the plugin and your tables are not sync.
13
+ Please <a title="Sync plugin tables." href="<?php echo ES_ADMINURL; ?>?page=es-settings&amp;ac=sync"><?php echo __( 'Click Here', ES_TDOMAIN ); ?></a> to sync the table. This is mandatory and it will not affect your data.
 
14
  </p>
15
  </div>
16
  <?php
27
  // First check if ID exist with requested ID
28
  $result = es_cls_compose::es_template_count($did);
29
  if ($result != '1') {
30
+ ?><div class="error fade">
31
+ <p><strong>
32
+ <?php echo __( 'Oops, selected details does not exists.', ES_TDOMAIN ); ?>
33
+ </strong></p>
34
+ </div><?php
35
  } else {
36
  // Form submitted, check the action
37
  if (isset($_GET['ac']) && $_GET['ac'] == 'del' && isset($_GET['did']) && $_GET['did'] != '') {
43
 
44
  // Set success message
45
  $es_success_msg = TRUE;
46
+ $es_success = __( 'Selected record deleted.', ES_TDOMAIN );
47
  }
48
  }
49
 
50
  if ($es_success_msg == TRUE) {
51
+ ?><div class="updated fade">
52
+ <p><strong>
53
+ <?php echo $es_success; ?>
54
+ </strong></p>
55
+ </div><?php
56
  }
57
  }
58
+
59
  ?>
60
+
61
  <div class="wrap">
62
+ <div id="icon-plugins" class="icon32"></div>
63
+ <h2><?php echo __( ES_PLUGIN_DISPLAY, ES_TDOMAIN ); ?></h2>
64
+ <h3>
65
+ <?php echo __( 'Compose Mail', ES_TDOMAIN ); ?>
66
+ <a class="add-new-h2" href="<?php echo ES_ADMINURL; ?>?page=es-compose&amp;ac=add"><?php echo __( 'Add New', ES_TDOMAIN ); ?></a>
67
+ <a class="add-new-h2" target="_blank" href="<?php echo ES_FAV; ?>"><?php echo __( 'Help', ES_TDOMAIN ); ?></a>
68
+ </h3>
69
+ <div class="tool-box">
70
+ <?php
71
+ $myData = array();
72
+ $myData = es_cls_compose::es_template_select(0);
73
+ ?>
74
+ <form name="frm_es_display" method="post">
75
+ <table width="100%" class="widefat" id="straymanage">
76
+ <thead>
77
+ <tr>
78
+ <th scope="col"><?php echo __( 'Email subject', ES_TDOMAIN ); ?></th>
79
+ <th scope="col" style="display:none;"><?php echo __( 'Status', ES_TDOMAIN ); ?></th>
80
+ <th scope="col"><?php echo __( 'Type', ES_TDOMAIN ); ?></th>
81
+ <th scope="col"><?php echo __( 'Actions', ES_TDOMAIN ); ?></th>
82
+ </tr>
83
+ </thead>
84
+ <tfoot>
85
+ <tr>
86
+ <th scope="col"><?php echo __( 'Email subject', ES_TDOMAIN ); ?></th>
87
+ <th scope="col" style="display:none;"><?php echo __( 'Status', ES_TDOMAIN ); ?></th>
88
+ <th scope="col"><?php echo __( 'Type', ES_TDOMAIN ); ?></th>
89
+ <th scope="col"><?php echo __( 'Actions', ES_TDOMAIN ); ?></th>
90
+ </tr>
91
+ </tfoot>
92
+ <tbody>
93
+ <?php
94
+ $i = 0;
95
+ $displayisthere = FALSE;
96
+ if(count($myData) > 0) {
97
+ $i = 1;
98
+ foreach ($myData as $data) {
99
+ ?>
100
+ <tr class="<?php if ($i&1) { echo'alternate'; } else { echo ''; }?>">
101
+ <td><?php echo esc_html(stripslashes($data['es_templ_heading'])); ?></td>
102
+ <td style="display:none;"><?php echo $data['es_templ_status']; ?></td>
103
+ <td><?php echo $data['es_email_type']; ?></td>
104
+ <td>
105
+ <a title="Edit" href="<?php echo ES_ADMINURL; ?>?page=es-compose&amp;ac=edit&amp;did=<?php echo $data['es_templ_id']; ?>"><?php echo __( 'Edit', ES_TDOMAIN ); ?></a>
106
+ | <a onClick="javascript:_es_delete('<?php echo $data['es_templ_id']; ?>')" href="javascript:void(0);"><?php echo __( 'Delete', ES_TDOMAIN ); ?></a>
107
+ | <a title="Preview" href="<?php echo ES_ADMINURL; ?>?page=es-compose&amp;ac=preview&amp;did=<?php echo $data['es_templ_id']; ?>"><?php echo __( 'Preview', ES_TDOMAIN ); ?></a>
108
+ </td>
109
+ </tr>
110
+ <?php
111
+ $i = $i+1;
112
+ }
113
+ } else {
114
+ ?><tr>
115
+ <td colspan="4" align="center"><?php echo __( 'No records available.', ES_TDOMAIN ); ?></td>
116
+ </tr><?php
117
+ }
118
  ?>
119
+ </tbody>
120
+ </table>
121
+ <?php wp_nonce_field('es_form_show'); ?>
122
+ <input type="hidden" name="frm_es_display" value="yes"/>
123
+ </form>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
124
  </div>
125
+ <div style="height:10px;"></div>
126
+ <p class="description"><?php echo ES_OFFICIAL; ?></p>
127
  </div>
compose/compose.js CHANGED
@@ -14,12 +14,4 @@ function _es_delete(id) {
14
  document.frm_es_display.action="admin.php?page=es-compose&ac=del&did="+id;
15
  document.frm_es_display.submit();
16
  }
17
- }
18
-
19
- function _es_redirect() {
20
- window.location = "admin.php?page=es-compose";
21
- }
22
-
23
- function _es_help() {
24
- window.open("https://wordpress.org/plugins/email-subscribers/faq/");
25
  }
14
  document.frm_es_display.action="admin.php?page=es-compose&ac=del&did="+id;
15
  document.frm_es_display.submit();
16
  }
 
 
 
 
 
 
 
 
17
  }
cron/cron-add.php CHANGED
@@ -1,104 +1,104 @@
1
  <?php
 
2
  if(preg_match('#' . basename(__FILE__) . '#', $_SERVER['PHP_SELF'])) {
3
  die('You are not allowed to call this page directly.');
4
  }
 
5
  ?>
6
 
7
  <div class="wrap">
8
  <?php
9
- $es_errors = array();
10
- $es_success = '';
11
- $es_error_found = FALSE;
12
- $cron_adminmail = "";
13
-
14
- // Form submitted, check the data
15
- if (isset($_POST['es_form_submit']) && $_POST['es_form_submit'] == 'yes') {
16
- // Just security thingy that wordpress offers us
17
- check_admin_referer('es_form_add');
18
-
19
- $es_cron_mailcount = isset($_POST['es_cron_mailcount']) ? $_POST['es_cron_mailcount'] : '';
20
- if($es_cron_mailcount == "0" && strlen ($es_cron_mailcount) > 0) {
21
- $es_errors[] = __('Please enter valid mail count.', 'email-subscribers');
22
- $es_error_found = TRUE;
23
- }
24
-
25
- $es_cron_adminmail = isset($_POST['es_cron_adminmail']) ? $_POST['es_cron_adminmail'] : '';
26
-
27
- // No errors found, we can add this Group to the table
28
- if ($es_error_found == FALSE) {
29
- update_option('es_cron_mailcount', $es_cron_mailcount );
30
- update_option('es_cron_adminmail', $es_cron_adminmail );
31
- $es_success = __('Cron details successfully updated.', 'email-subscribers');
32
- }
33
- }
34
-
35
- $es_cron_url = get_option('es_c_cronurl', 'nocronurl');
36
- if($es_cron_url == "nocronurl") {
37
- $guid = es_cls_common::es_generate_guid(60);
38
- $home_url = home_url('/');
39
- $cronurl = $home_url . "?es=cron&guid=". $guid;
40
- add_option('es_c_cronurl', $cronurl);
41
- $es_cron_url = get_option('es_c_cronurl');
42
- }
43
-
44
- $es_cron_mailcount = get_option('es_cron_mailcount', '0');
45
- if($es_cron_mailcount == "0") {
46
- add_option('es_cron_mailcount', "50");
47
- $es_cron_mailcount = get_option('es_cron_mailcount');
48
  }
49
 
50
- $es_cron_adminmail = get_option('es_cron_adminmail', '');
51
- if($es_cron_adminmail == "") {
52
- add_option('es_cron_adminmail', "Hi Admin, \r\n\r\nCron URL has been triggered successfully on ###DATE### for the mail ###SUBJECT###. And it sent mail to ###COUNT### recipient. \r\n\r\nThank You");
53
- $es_cron_adminmail = get_option('es_cron_adminmail');
54
- }
55
 
56
- if ($es_error_found == TRUE && isset($es_errors[0]) == TRUE) {
57
- ?><div class="error fade"><p><strong><?php echo $es_errors[0]; ?></strong></p></div><?php
58
- }
59
- if ($es_error_found == FALSE && strlen($es_success) > 0) {
60
- ?>
61
- <div class="updated fade">
62
- <p><strong><?php echo $es_success; ?></strong></p>
63
- </div>
64
- <?php
65
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
66
  ?>
67
 
68
  <div class="form-wrap">
69
  <div id="icon-plugins" class="icon32"></div>
70
- <h2><?php echo __(ES_PLUGIN_DISPLAY, 'email-subscribers'); ?></h2>
71
- <h3><?php echo __('Cron Details', 'email-subscribers'); ?></h3>
72
- <form name="es_form" method="post" action="#" onsubmit="return _es_submit()" >
73
-
74
- <label for="tag-link"><?php echo __('Cron job URL', 'email-subscribers'); ?></label>
 
 
75
  <input name="es_cron_url" type="text" id="es_cron_url" value="<?php echo $es_cron_url; ?>" maxlength="225" size="75" readonly />
76
- <p><?php echo __('Please find your cron job URL. This is readonly field not able to modify from admin.', 'email-subscribers'); ?></p>
77
-
78
- <label for="tag-link"><?php echo __('Mail Count', 'email-subscribers'); ?></label>
79
  <input name="es_cron_mailcount" type="text" id="es_cron_mailcount" value="<?php echo $es_cron_mailcount; ?>" maxlength="3" />
80
- <p><?php echo __('Enter number of mails you want to send per hour/trigger.', 'email-subscribers'); ?></p>
81
-
82
- <label for="tag-link"><?php echo __('Admin Report', 'email-subscribers'); ?></label>
83
- <textarea size="100" id="es_cron_adminmail" rows="6" cols="73" name="es_cron_adminmail"><?php echo esc_html(stripslashes($es_cron_adminmail)); ?></textarea>
84
- <p><?php echo __('Send above mail to admin whenever cron URL triggered in your server.<br />(Keywords: ###DATE###, ###SUBJECT###, ###COUNT###)', 'email-subscribers'); ?></p>
85
-
86
  <input type="hidden" name="es_form_submit" value="yes"/>
87
  <p class="submit">
88
- <input name="publish" lang="publish" class="button add-new-h2" value="<?php echo __('Submit', 'email-subscribers'); ?>" type="submit" />
89
- <input name="publish" lang="publish" class="button add-new-h2" onclick="_es_redirect()" value="<?php echo __('Cancel', 'email-subscribers'); ?>" type="button" />
90
- <input name="Help" lang="publish" class="button add-new-h2" onclick="_es_help()" value="<?php echo __('Help', 'email-subscribers'); ?>" type="button" />
91
  </p>
92
  <?php wp_nonce_field('es_form_add'); ?>
93
  </form>
94
  </div>
95
-
96
  <div class="tool-box">
97
- <h3><?php echo __( 'How to setup auto emails using CRON Job through the cPanel or Plesk?', 'email-subscribers' ); ?></h3>
98
- <li><?php echo __( '<a target="_blank" href="http://www.storeapps.org/docs/es-how-to-schedule-cron-emails-in-parallels-plesk/">Setup cron job in Plesk</a>', 'email-subscribers' ); ?></li>
99
- <li><?php echo __( '<a target="_blank" href="http://www.storeapps.org/docs/es-how-to-schedule-cron-emails-in-cpanel/">Setup cron job in cPanal</a>', 'email-subscribers' ); ?></li>
100
- <li><?php echo __( '<a target="_blank" href="http://www.storeapps.org/docs/es-what-to-do-if-hosting-doesnt-support-cron-jobs/">Hosting doesnt support cron jobs?</a>', 'email-subscribers' ); ?></li><br>
 
101
  </div>
102
- </div>
103
-
104
- <p class="description"><?php echo ES_OFFICIAL; ?></p>
1
  <?php
2
+
3
  if(preg_match('#' . basename(__FILE__) . '#', $_SERVER['PHP_SELF'])) {
4
  die('You are not allowed to call this page directly.');
5
  }
6
+
7
  ?>
8
 
9
  <div class="wrap">
10
  <?php
11
+ $es_errors = array();
12
+ $es_success = '';
13
+ $es_error_found = FALSE;
14
+ $cron_adminmail = "";
15
+
16
+ // Form submitted, check the data
17
+ if (isset($_POST['es_form_submit']) && $_POST['es_form_submit'] == 'yes') {
18
+ // Just security thingy that wordpress offers us
19
+ check_admin_referer('es_form_add');
20
+
21
+ $es_cron_mailcount = isset($_POST['es_cron_mailcount']) ? $_POST['es_cron_mailcount'] : '';
22
+ if($es_cron_mailcount == "0" && strlen ($es_cron_mailcount) > 0) {
23
+ $es_errors[] = __('Please enter valid mail count.', 'email-subscribers');
24
+ $es_error_found = TRUE;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
25
  }
26
 
27
+ $es_cron_adminmail = isset($_POST['es_cron_adminmail']) ? $_POST['es_cron_adminmail'] : '';
 
 
 
 
28
 
29
+ // No errors found, we can add this Group to the table
30
+ if ($es_error_found == FALSE) {
31
+ update_option('es_cron_mailcount', $es_cron_mailcount );
32
+ update_option('es_cron_adminmail', $es_cron_adminmail );
33
+ $es_success = __( 'Cron details successfully updated.', ES_TDOMAIN );
 
 
 
 
34
  }
35
+ }
36
+
37
+ $es_cron_url = get_option('es_c_cronurl', 'nocronurl');
38
+ if($es_cron_url == "nocronurl") {
39
+ $guid = es_cls_common::es_generate_guid(60);
40
+ $home_url = home_url('/');
41
+ $cronurl = $home_url . "?es=cron&guid=". $guid;
42
+ add_option('es_c_cronurl', $cronurl);
43
+ $es_cron_url = get_option('es_c_cronurl');
44
+ }
45
+
46
+ $es_cron_mailcount = get_option('es_cron_mailcount', '0');
47
+ if($es_cron_mailcount == "0") {
48
+ add_option('es_cron_mailcount', "50");
49
+ $es_cron_mailcount = get_option('es_cron_mailcount');
50
+ }
51
+
52
+ $es_cron_adminmail = get_option('es_cron_adminmail', '');
53
+ if($es_cron_adminmail == "") {
54
+ add_option('es_cron_adminmail', "Hi Admin, \r\n\r\nCron URL has been triggered successfully on ###DATE### for the mail ###SUBJECT###. And it sent mail to ###COUNT### recipient. \r\n\r\nThank You");
55
+ $es_cron_adminmail = get_option('es_cron_adminmail');
56
+ }
57
+
58
+ if ($es_error_found == TRUE && isset($es_errors[0]) == TRUE) {
59
+ ?><div class="error fade"><p><strong><?php echo $es_errors[0]; ?></strong></p></div><?php
60
+ }
61
+ if ($es_error_found == FALSE && strlen($es_success) > 0) {
62
+ ?>
63
+ <div class="updated fade">
64
+ <p><strong><?php echo $es_success; ?></strong></p>
65
+ </div>
66
+ <?php
67
+ }
68
  ?>
69
 
70
  <div class="form-wrap">
71
  <div id="icon-plugins" class="icon32"></div>
72
+ <h2><?php echo __( ES_PLUGIN_DISPLAY, ES_TDOMAIN ); ?></h2>
73
+ <h3>
74
+ <?php echo __( 'Cron Details', ES_TDOMAIN ); ?>
75
+ <a class="add-new-h2" target="_blank" type="button" href="<?php echo ES_FAV; ?>"><?php echo __( 'Help', ES_TDOMAIN ); ?></a>
76
+ </h3>
77
+ <form name="es_form" method="post" action="#" onsubmit="return _es_submit()">
78
+ <label for="tag-link"><?php echo __( 'Cron job URL', ES_TDOMAIN ); ?></label>
79
  <input name="es_cron_url" type="text" id="es_cron_url" value="<?php echo $es_cron_url; ?>" maxlength="225" size="75" readonly />
80
+ <p><?php echo __( 'This is your cron job URL. It is a readonly field and you are advised not to modify it.', ES_TDOMAIN ); ?></p>
81
+
82
+ <label for="tag-link"><?php echo __( 'Mail Count', ES_TDOMAIN ); ?></label>
83
  <input name="es_cron_mailcount" type="text" id="es_cron_mailcount" value="<?php echo $es_cron_mailcount; ?>" maxlength="3" />
84
+ <p><?php echo __( 'Enter number of mails you want to send per hour/trigger (Your web host has limits. We suggest 50 emails per hour to be safe).', ES_TDOMAIN ); ?></p>
85
+
86
+ <label for="tag-link"><?php echo __( 'Admin Report', 'email-subscribers' ); ?></label>
87
+ <textarea size="100" id="es_cron_adminmail" rows="7" cols="72" name="es_cron_adminmail"><?php echo esc_html(stripslashes($es_cron_adminmail)); ?></textarea>
88
+ <p><?php echo __( 'Send above mail to admin whenever cron URL is triggered from your server.<br />(Available Keywords: ###DATE###, ###SUBJECT###, ###COUNT###)', ES_TDOMAIN ); ?></p>
 
89
  <input type="hidden" name="es_form_submit" value="yes"/>
90
  <p class="submit">
91
+ <input name="publish" lang="publish" class="button add-new-h2" value="<?php echo __( 'Save', ES_TDOMAIN ); ?>" type="submit" />
 
 
92
  </p>
93
  <?php wp_nonce_field('es_form_add'); ?>
94
  </form>
95
  </div>
 
96
  <div class="tool-box">
97
+ <h3><?php echo __( 'How to setup auto emails using CRON Job through the cPanel or Plesk?', ES_TDOMAIN ); ?></h3>
98
+ <li><?php echo __( '<a target="_blank" href="http://www.storeapps.org/docs/es-how-to-schedule-cron-mails/">What is Cron?</a>', ES_TDOMAIN ); ?></li>
99
+ <li><?php echo __( '<a target="_blank" href="http://www.storeapps.org/docs/es-how-to-schedule-cron-emails-in-parallels-plesk/">Setup cron job in Plesk</a>', ES_TDOMAIN ); ?></li>
100
+ <li><?php echo __( '<a target="_blank" href="http://www.storeapps.org/docs/es-how-to-schedule-cron-emails-in-cpanel/">Setup cron job in cPanal</a>', ES_TDOMAIN ); ?></li>
101
+ <li><?php echo __( '<a target="_blank" href="http://www.storeapps.org/docs/es-what-to-do-if-hosting-doesnt-support-cron-jobs/">Hosting doesnt support cron jobs?</a>', ES_TDOMAIN ); ?></li><br>
102
  </div>
103
+ <p class="description"><?php echo ES_OFFICIAL; ?></p>
104
+ </div>
 
email-subscribers.php CHANGED
@@ -3,11 +3,11 @@
3
  * Plugin Name: Email Subscribers & Newsletters
4
  * Plugin URI: http://www.storeapps.org/product/email-subscribers/
5
  * Description: Add subscription forms on website, send HTML newsletters & automatically notify subscribers about new blog posts once it gets published.
6
- * Version: 3.1.5
7
  * Author: StoreApps
8
  * Author URI: http://www.storeapps.org/
9
  * Requires at least: 3.4
10
- * Tested up to: 4.5.3
11
  * Text Domain: email-subscribers
12
  * Domain Path: /languages/
13
  * License: GPLv3
@@ -23,9 +23,15 @@ add_action( 'admin_menu', array( 'es_cls_registerhook', 'es_adminmenu' ) );
23
  add_action( 'admin_init', array( 'es_cls_registerhook', 'es_welcome' ) );
24
  add_action( 'admin_enqueue_scripts', array( 'es_cls_registerhook', 'es_load_scripts' ) );
25
  add_action( 'wp_enqueue_scripts', array( 'es_cls_registerhook', 'es_load_widget_scripts_styles' ) );
26
- register_activation_hook( ES_FILE, array( 'es_cls_registerhook', 'es_activation' ) );
27
- register_deactivation_hook( ES_FILE, array( 'es_cls_registerhook', 'es_deactivation' ) );
28
- add_action( 'widgets_init', array( 'es_cls_registerhook', 'es_widget_loading' ));
 
 
 
 
 
 
29
  add_shortcode( 'email-subscribers', 'es_shortcode' );
30
 
31
  add_action( 'wp_ajax_es_klawoo_subscribe', array( 'es_cls_registerhook', 'klawoo_subscribe' ) );
@@ -40,3 +46,6 @@ add_action( 'plugins_loaded', 'es_textdomain' );
40
  add_action( 'transition_post_status', array( 'es_cls_sendmail', 'es_prepare_notification' ), 10, 3 );
41
 
42
  add_action( 'user_register', 'es_sync_registereduser');
 
 
 
3
  * Plugin Name: Email Subscribers & Newsletters
4
  * Plugin URI: http://www.storeapps.org/product/email-subscribers/
5
  * Description: Add subscription forms on website, send HTML newsletters & automatically notify subscribers about new blog posts once it gets published.
6
+ * Version: 3.2
7
  * Author: StoreApps
8
  * Author URI: http://www.storeapps.org/
9
  * Requires at least: 3.4
10
+ * Tested up to: 4.6.1
11
  * Text Domain: email-subscribers
12
  * Domain Path: /languages/
13
  * License: GPLv3
23
  add_action( 'admin_init', array( 'es_cls_registerhook', 'es_welcome' ) );
24
  add_action( 'admin_enqueue_scripts', array( 'es_cls_registerhook', 'es_load_scripts' ) );
25
  add_action( 'wp_enqueue_scripts', array( 'es_cls_registerhook', 'es_load_widget_scripts_styles' ) );
26
+ add_action( 'widgets_init', array( 'es_cls_registerhook', 'es_widget_loading' ) );
27
+
28
+ // Action to Upgrade Email Subscribers database
29
+ add_action( 'admin_init', array( 'es_cls_registerhook', 'sa_email_subscribers_db_update' ) );
30
+
31
+ // Admin Notices
32
+ add_action( 'admin_notices', array( 'es_cls_registerhook', 'es_add_admin_notices' ) );
33
+ add_action( 'admin_init', array( 'es_cls_registerhook', 'dismiss_admin_notice' ) );
34
+
35
  add_shortcode( 'email-subscribers', 'es_shortcode' );
36
 
37
  add_action( 'wp_ajax_es_klawoo_subscribe', array( 'es_cls_registerhook', 'klawoo_subscribe' ) );
46
  add_action( 'transition_post_status', array( 'es_cls_sendmail', 'es_prepare_notification' ), 10, 3 );
47
 
48
  add_action( 'user_register', 'es_sync_registereduser');
49
+
50
+ register_activation_hook( ES_FILE, array( 'es_cls_registerhook', 'es_activation' ) );
51
+ register_deactivation_hook( ES_FILE, array( 'es_cls_registerhook', 'es_deactivation' ) );
export/export-email-address.php CHANGED
@@ -1,52 +1,42 @@
1
  <?php
 
2
  if(preg_match('#' . basename(__FILE__) . '#', $_SERVER['PHP_SELF'])) {
3
  die('You are not allowed to call this page directly.');
4
  }
5
 
6
- if(isset($_GET['es'])) {
7
- if($_GET['es'] == "export") {
8
- //if (!session_id())
9
- //{
10
- // session_start();
11
- //}
12
- //if ($_SESSION['es_exportcsv'] == "YES")
13
- //{
14
- if($_SERVER['REQUEST_METHOD'] == "POST") {
15
- if (strpos($_SERVER['HTTP_REFERER'], get_option('siteurl')) !== false) {
16
- global $wpdb;
17
- $option = isset($_REQUEST['option']) ? $_REQUEST['option'] : '';
18
- switch ($option) {
19
- case "view_subscriber":
20
- $sSql = "select es_email_mail as Email, es_email_name as Name, es_email_status as Status, es_email_created as Created,";
21
- $sSql = $sSql . " es_email_group as Emailgroup from ". $wpdb->prefix . "es_emaillist ORDER BY es_email_mail";
22
- $data = $wpdb->get_results($sSql);
23
- es_cls_common::download($data, 's', '');
24
- break;
25
- case "registered_user":
26
- $data = $wpdb->get_results("select user_email as 'Email', user_nicename as 'Name' from ". $wpdb->prefix . "users ORDER BY user_nicename");
27
- es_cls_common::download($data, 'r', '');
28
- break;
29
- case "commentposed_user":
30
- $sSql = "SELECT DISTINCT(comment_author_email) as Email, comment_author as 'Name'";
31
- $sSql = $sSql . "from ". $wpdb->prefix . "comments WHERE comment_author_email <> '' ORDER BY comment_author_email";
32
- $data = $wpdb->get_results($sSql);
33
- es_cls_common::download($data, 'c', '');
34
- break;
35
- default:
36
- _e('Unexpected url submit has been detected', 'email-subscribers');
37
- break;
38
- }
39
- } else {
40
- _e('Unexpected url submit has been detected', 'email-subscribers');
41
- }
42
- } else {
43
- _e('Unexpected url submit has been detected', 'email-subscribers');
44
  }
45
- //}
46
- //else
47
- //{
48
- // _e('Unexpected url submit has been detected', 'email-subscribers');
49
- //}
50
  }
51
  }
52
  die();
1
  <?php
2
+
3
  if(preg_match('#' . basename(__FILE__) . '#', $_SERVER['PHP_SELF'])) {
4
  die('You are not allowed to call this page directly.');
5
  }
6
 
7
+ if ( !empty($_GET) && !empty($_GET['es']) && $_GET['es'] == 'export' ) {
8
+ if ( !empty($_SERVER) && !empty($_SERVER['REQUEST_METHOD']) && $_SERVER['REQUEST_METHOD'] == 'POST' ) {
9
+ $referer = wp_get_referer();
10
+ $siteurl = get_option( 'siteurl' );
11
+ if( strpos( $referer, $siteurl ) !== false ) {
12
+ global $wpdb;
13
+ $option = isset($_REQUEST['option']) ? $_REQUEST['option'] : '';
14
+ switch ($option) {
15
+ case "view_subscriber":
16
+ $sSql = "select es_email_mail as Email, es_email_name as Name, es_email_status as Status, es_email_created as Created,";
17
+ $sSql = $sSql . " es_email_group as Emailgroup from ". $wpdb->prefix . "es_emaillist ORDER BY es_email_mail";
18
+ $data = $wpdb->get_results($sSql);
19
+ es_cls_common::download($data, 's', '');
20
+ break;
21
+ case "registered_user":
22
+ $data = $wpdb->get_results("select user_email as 'Email', user_nicename as 'Name' from ". $wpdb->prefix . "users ORDER BY user_nicename");
23
+ es_cls_common::download($data, 'r', '');
24
+ break;
25
+ case "commentposed_user":
26
+ $sSql = "SELECT DISTINCT(comment_author_email) as Email, comment_author as 'Name'";
27
+ $sSql = $sSql . "from ". $wpdb->prefix . "comments WHERE comment_author_email <> '' ORDER BY comment_author_email";
28
+ $data = $wpdb->get_results($sSql);
29
+ es_cls_common::download($data, 'c', '');
30
+ break;
31
+ default:
32
+ echo __( 'Unexpected url submit has been detected', ES_TDOMAIN );
33
+ break;
 
 
 
 
 
 
 
 
 
 
 
34
  }
35
+ } else {
36
+ echo __( 'Unexpected url submit has been detected', ES_TDOMAIN );
37
+ }
38
+ } else {
39
+ echo __( 'Unexpected url submit has been detected', ES_TDOMAIN );
40
  }
41
  }
42
  die();
help/help.php CHANGED
@@ -1,52 +1,54 @@
1
  <?php
 
2
  if(preg_match('#' . basename(__FILE__) . '#', $_SERVER['PHP_SELF'])) {
3
  die('You are not allowed to call this page directly.');
4
  }
 
5
  ?>
6
 
7
  <div class="about_wrap">
8
 
9
  <style>
10
- .about_wrap {
11
- right: 1.3em;
12
- background-color: transparent;
13
- margin: 25px 40px 0 20px;
14
- box-shadow: none;
15
- -webkit-box-shadow: none;
16
- }
17
- .about_header .wrap .button-hero {
18
- color: #FFFFFF!important;
19
- border-color: #03a025!important;
20
- background: #03a025 !important;
21
- box-shadow: 0 1px 0 #03a025;
22
- font-weight: bold;
23
- height: 2em;
24
- line-height: 30px;
25
- }
26
- .about_header .wrap .button-hero:hover {
27
- color: #FFF!important;
28
- background: #0AAB2E!important;
29
- border-color: #0AAB2E!important;
30
- }
31
- .about_header {
32
- background-color: #FFF;
33
- padding: 1em 1em 0.5em 1em;
34
- -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, .2);
35
- box-shadow: 0 0 7px 0 rgba(0, 0, 0, .2);
36
- }
37
 
38
- .es-ltr {
39
- width: 20em;
40
- }
41
  </style>
42
 
43
  <div class="about_header">
44
- <h1><?php echo __('Welcome to Email Subscribers!', 'email-subscribers'); ?></h1>
45
- <div><?php echo __( 'Thanks for installing and we hope you will enjoy using Email Subscribers.', 'email-subscribers'); ?></div>
46
  <div class="wrap">
47
  <table class="form-table">
48
  <tr>
49
- <th scope="row"><?php echo __( 'For more help and tips...', 'email-subscribers' ) ?></th>
50
  <td>
51
  <form name="klawoo_subscribe" action="#" method="POST" accept-charset="utf-8">
52
  <input class="es-ltr" type="text" name="email" id="email" placeholder="Email" />
@@ -90,96 +92,86 @@ if(preg_match('#' . basename(__FILE__) . '#', $_SERVER['PHP_SELF'])) {
90
  </script>
91
 
92
  <br/>
93
- <h1><?php echo __( 'Frequently Asked Questions', 'email-subscribers' ); ?></h1>
94
  </div>
95
 
96
  <div class="wrap about-wrap">
97
- <?php
98
-
99
- $subbox_code = esc_html( '<?php es_subbox( $namefield = "YES", $desc = "", $group = "" ); ?>' );
100
- $unsub_link = esc_html( "<a href='###LINK###'>click here</a>");
101
-
102
- $faqs = array(
103
- array(
104
- 'que' => __( 'How to setup subscription box widget?', 'email-subscribers' ),
105
- 'ans' => __( '1. Use following shortcode in any page/post <br><strong>[email-subscribers namefield="YES" desc="" group="Public"]</strong><br>OR<br>
106
- 2. Go to Dashboard->Appearance->Widgets. You will see a widget called Email subscribers. Click Add Widget button or drag it to the sidebar on the right.<br>OR<br>
107
- 3. Copy and past this php code to your desired template location : <br><strong>'. $subbox_code .'</strong><br><br>
108
- Read more from <a target="_blank" href="http://www.storeapps.org/docs/es-how-to-add-subscription-box-to-website/">here</a>.<br>', 'email-subscribers' )
109
- ),
110
- array(
111
- 'que' => __( 'How to add unsubscribe link in welcome email?', 'email-subscribers' ),
112
- 'ans' => __( 'Please make sure Email Subscribers version is 3.1.2+. <br>
113
- Then go to WordPress -> Email Subscribers -> Settings -> Subscriber welcome mail content.<br>
114
- Add the following code at the end of welcome email content : <br><br>
115
- <strong>Please '. $unsub_link .' to unsubscribe.</strong><br><br>
116
- & then click on Save Settings button.', 'email-subscribers' ),
117
- ),
118
- array(
119
- 'que' => __( 'How to change/update/translate any text from the plugin?', 'email-subscribers' ),
120
- 'ans' => __( 'Refer steps from <a target="_blank" href="http://www.storeapps.org/docs/es-how-to-change-update-translate-any-texts-from-email-subscribers/">here</a>.', 'email-subscribers' )
121
- ),
122
- array(
123
- 'que' => __( 'How to setup auto emails using CRON Job?', 'email-subscribers' ),
124
- 'ans' => __( ' 1. <a target="_blank" href="http://www.storeapps.org/docs/es-how-to-schedule-cron-emails-in-cpanel/">Setup cron job in Plesk</a><br>
125
- 2. <a target="_blank" href="http://www.storeapps.org/docs/es-how-to-schedule-cron-emails-in-parallels-plesk/">Setup cron job in cPanal</a><br>
126
- 3. <a target="_blank" href="http://www.storeapps.org/docs/es-what-to-do-if-hosting-doesnt-support-cron-jobs/">Hosting doesnt support cron jobs?</a>', 'email-subscribers' )
127
- ),
128
- array(
129
- 'que' => __( 'Notification Emails are not being received by Subscribers?', 'email-subscribers' ),
130
- 'ans' => sprintf(__( 'Confirm steps from %s.', 'email-subscribers' ), '<a href="http://www.storeapps.org/docs/es-new-post-notification-emails-are-not-being-received-by-subscribers/" target="_blank">' . __( 'here', 'email-subscribers' ) . '</a>' )
131
- ),
132
- array(
133
- 'que' => __( 'How to import and export email address to subscriber list?', 'email-subscribers' ),
134
- 'ans' => sprintf(__( 'Refer %s.', 'email-subscribers' ), '<a href="http://www.storeapps.org/docs/es-how-to-import-or-export-email-address-to-subscriber-list/" target="_blank">' . __( 'here', 'email-subscribers' ) . '</a>' )
135
- ),
136
- array(
137
- 'que' => __( 'How to Compose and Send static newsletter mails?', 'email-subscribers' ),
138
- 'ans' => sprintf(__( 'Refer %s.', 'email-subscribers' ), '<a href="http://www.storeapps.org/docs/es-how-to-compose-and-send-static-newsletter-mails/" target="_blank">' . __( 'here', 'email-subscribers' ) . '</a>' )
139
- ),
140
- array(
141
- 'que' => __( 'How to Configure and Send notification emails to subscribers when new posts are published?', 'email-subscribers' ),
142
- 'ans' => sprintf(__( 'Refer %s.', 'email-subscribers' ), '<a href="http://www.storeapps.org/docs/es-how-to-configure-and-send-notification-emails-to-subscribers-when-new-posts-are-published/" target="_blank">' . __( 'here', 'email-subscribers' ) . '</a>' )
143
- ),
144
- array(
145
- 'que' => __( 'How to install and activate Email Subscribers on multisite installations?', 'email-subscribers' ),
146
- 'ans' => sprintf(__( 'Refer %s.', 'email-subscribers' ), '<a href="http://www.storeapps.org/docs/es-how-to-install-and-activate-plugin-single-multisite/" target="_blank">' . __( 'here', 'email-subscribers' ) . '</a>' )
147
- ),
148
- array(
149
- 'que' => __( 'How to modify the existing mails (Opt-in mail, Welcome mail, Admin mails) content?', 'email-subscribers' ),
150
- 'ans' => sprintf(__( 'Refer %s.', 'email-subscribers' ), '<a href="http://www.storeapps.org/docs/es-general-plugin-settings/" target="_blank">' . __( 'here', 'email-subscribers' ) . '</a>' )
151
- ),
152
- array(
153
- 'que' => __( 'How to Add/Update Existing Subscribers Group?', 'email-subscribers' ),
154
- 'ans' => sprintf(__( 'Refer %s.', 'email-subscribers' ), '<a href="http://www.storeapps.org/docs/es-how-to-add-update-existing-subscribers-group/" target="_blank">' . __( 'here', 'email-subscribers' ) . '</a>' )
155
- ),
156
- array(
157
- 'que' => __( 'How to check Sent mails?', 'email-subscribers', 'email-subscribers' ),
158
- 'ans' => sprintf(__( 'Refer %s.', 'email-subscribers' ), '<a href="http://www.storeapps.org/docs/es-how-to-check-sent-mails/" target="_blank">' . __( 'here', 'email-subscribers' ) . '</a>' )
159
- ),
160
- array(
161
- 'que' => __( 'How to show subscribe form inside a popup?', 'email-subscribers' ),
162
- 'ans' => sprintf(__( 'Refer %s.', 'email-subscribers' ), '<a href="http://www.storeapps.org/docs/es-how-to-show-subscribe-form-inside-a-popup/" target="_blank">' . __( 'here', 'email-subscribers' ) . '</a>' )
163
- ),
164
- array(
165
- 'que' => __( 'Check more detailed documentation', 'email-subscribers' ),
166
- 'ans' => sprintf(__( 'From %s.', 'email-subscribers' ), '<a href="http://www.storeapps.org/knowledgebase_category/email-subscribers/" target="_blank">' . __( 'here', 'email-subscribers' ) . '</a>' )
167
- )
168
- );
169
 
170
- $faqs = array_chunk( $faqs, 2 );
171
 
172
- echo '<div>';
173
- foreach ( $faqs as $fqs ) {
174
- echo '<div class="two-col">';
175
- foreach ( $fqs as $index => $faq ) {
176
- echo '<div' . ( ( $index == 1 ) ? ' class="col last-feature"' : ' class="col"' ) . '>';
177
- echo '<h4>' . $faq['que'] . '</h4>';
178
- echo '<p>' . $faq['ans'] . '</p>';
179
- echo '</div>';
180
- }
181
- echo '</div>';
182
- }
183
- echo '</div>';
184
- ?>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
185
  </div>
1
  <?php
2
+
3
  if(preg_match('#' . basename(__FILE__) . '#', $_SERVER['PHP_SELF'])) {
4
  die('You are not allowed to call this page directly.');
5
  }
6
+
7
  ?>
8
 
9
  <div class="about_wrap">
10
 
11
  <style>
12
+ .about_wrap {
13
+ right: 1.3em;
14
+ background-color: transparent;
15
+ margin: 25px 40px 0 20px;
16
+ box-shadow: none;
17
+ -webkit-box-shadow: none;
18
+ }
19
+ .about_header .wrap .button-hero {
20
+ color: #FFFFFF!important;
21
+ border-color: #03a025!important;
22
+ background: #03a025 !important;
23
+ box-shadow: 0 1px 0 #03a025;
24
+ font-weight: bold;
25
+ height: 2em;
26
+ line-height: 1em;
27
+ }
28
+ .about_header .wrap .button-hero:hover {
29
+ color: #FFF!important;
30
+ background: #0AAB2E!important;
31
+ border-color: #0AAB2E!important;
32
+ }
33
+ .about_header {
34
+ background-color: #FFF;
35
+ padding: 1em 1em 0.5em 1em;
36
+ -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, .2);
37
+ box-shadow: 0 0 7px 0 rgba(0, 0, 0, .2);
38
+ }
39
 
40
+ .es-ltr {
41
+ width: 20em;
42
+ }
43
  </style>
44
 
45
  <div class="about_header">
46
+ <h1><?php echo __( 'Welcome to Email Subscribers!', ES_TDOMAIN ); ?></h1>
47
+ <div><?php echo __( 'Thanks for installing and we hope you will enjoy using Email Subscribers.', ES_TDOMAIN ); ?></div>
48
  <div class="wrap">
49
  <table class="form-table">
50
  <tr>
51
+ <th scope="row"><?php echo __( 'For more help and tips...', ES_TDOMAIN ); ?></th>
52
  <td>
53
  <form name="klawoo_subscribe" action="#" method="POST" accept-charset="utf-8">
54
  <input class="es-ltr" type="text" name="email" id="email" placeholder="Email" />
92
  </script>
93
 
94
  <br/>
95
+ <h1><?php echo __( 'Frequently Asked Questions', ES_TDOMAIN ); ?></h1>
96
  </div>
97
 
98
  <div class="wrap about-wrap">
99
+ <style>
100
+ .es_faq_list {
101
+ margin-left: 1em;
102
+ }
103
+ .es_faq {
104
+ margin-bottom: 1.3em;
105
+ font-weight: 700;
106
+ }
107
+
108
+ </style>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
109
 
110
+ <?php $subbox_code = esc_html( '<?php es_subbox( $namefield = "YES", $desc = "", $group = "" ); ?>' ); ?>
111
 
112
+ <ol class="es_faq_list">
113
+ <li class="es_faq">
114
+ <?php echo sprintf(__( '%s', ES_TDOMAIN ), '<a href="http://www.storeapps.org/docs/es-how-to-add-subscription-box-to-website/" target="_blank">' . __( 'How to Add Subscription box to website?', ES_TDOMAIN ) . '</a>' ); ?>
115
+ <p style="line-height: 1.7em;">
116
+ <?php echo __( 'Use any of the following 3 methods to add subscription form to your website :<br>
117
+ a) Use shortcode in any page/post : <strong>[email-subscribers namefield="YES" desc="" group="Public"]</strong> <i>Or</i><br>
118
+ b) Go to Dashboard->Appearance->Widgets. Click on widget Email subscribers and click Add Widget button or drag it to the sidebar on the right <i>Or</i><br>
119
+ c) Copy and past this php code to your desired template location : <strong>'. $subbox_code .'</strong>', ES_TDOMAIN ); ?>
120
+ </p>
121
+ </li>
122
+ <li class="es_faq">
123
+ <?php echo sprintf(__( '%s', ES_TDOMAIN ), '<a href="http://www.storeapps.org/docs/es-how-to-import-or-export-email-addresses/" target="_blank">' . __( 'How to Import or Export Email Addresses?', ES_TDOMAIN ) . '</a>' ); ?>
124
+ </li>
125
+ <li class="es_faq">
126
+ <?php echo sprintf(__( '%s', ES_TDOMAIN ), '<a href="http://www.storeapps.org/docs/es-general-plugin-settings/" target="_blank">' . __( 'General Plugin Settings', ES_TDOMAIN ) . '</a>' . __( ' (How to modify the existing emails content like Opt-in mail, Welcome mail, Admin mails)', ES_TDOMAIN ) ); ?>
127
+ </li>
128
+ <li class="es_faq">
129
+ <?php echo sprintf(__( '%s', ES_TDOMAIN ), '<a href="http://www.storeapps.org/docs/es-how-to-change-update-translate-any-texts-from-email-subscribers/" target="_blank">' . __( 'How to change/update/translate any texts from Email Subscribers?', ES_TDOMAIN ) . '</a>' ); ?>
130
+ </li>
131
+ <li class="es_faq">
132
+ <?php echo sprintf(__( '%s', ES_TDOMAIN ), '<a href="http://www.storeapps.org/docs/es-how-to-add-unsubscribe-link-in-emails/" target="_blank">' . __( 'How to add Unsubscribe link in emails?', ES_TDOMAIN ) . '</a>' ); ?>
133
+ </li>
134
+ <li class="es_faq">
135
+ <?php echo sprintf(__( '%s', ES_TDOMAIN ), '<a href="http://www.storeapps.org/docs/es-what-are-static-templates-and-dynamic-templates/" target="_blank">' . __( 'What are Static Templates and Dynamic Templates?', ES_TDOMAIN ) . '</a>' ); ?>
136
+ </li>
137
+ <li class="es_faq">
138
+ <?php echo sprintf(__( '%s', ES_TDOMAIN ), '<a href="http://www.storeapps.org/docs/es-how-to-compose-and-send-static-newsletter-mails/" target="_blank">' . __( 'How to Compose and Send Static Newsletter Mails?', ES_TDOMAIN ) . '</a>' ); ?>
139
+ </li>
140
+ <li class="es_faq">
141
+ <?php echo sprintf(__( '%s', ES_TDOMAIN ), '<a href="http://www.storeapps.org/docs/es-how-to-configure-and-send-notification-emails-to-subscribers-when-new-posts-are-published/" target="_blank">' . __( 'How to Configure and Send notification emails to subscribers when new posts are published?', ES_TDOMAIN ) . '</a>' ); ?>
142
+ </li>
143
+ <li class="es_faq">
144
+ <?php echo sprintf(__( '%s', ES_TDOMAIN ), '<a href="http://www.storeapps.org/docs/how-to-send-a-sample-new-post-notification-email-to-testgroup-myself/" target="_blank">' . __( 'How to Send a sample new post notification email to testgroup/myself?', ES_TDOMAIN ) . '</a>' ); ?>
145
+ </li>
146
+ <li class="es_faq">
147
+ <?php echo sprintf(__( '%s', ES_TDOMAIN ), '<a href="http://www.storeapps.org/docs/es-how-to-check-sent-mails/" target="_blank">' . __( 'How to check Sent mails?', ES_TDOMAIN ) . '</a>' ); ?>
148
+ </li>
149
+ <li class="es_faq">
150
+ <?php echo sprintf(__( '%s', ES_TDOMAIN ), '<a href="http://www.storeapps.org/docs/es-how-to-add-update-existing-subscribers-group/" target="_blank">' . __( 'How to Add/Update Existing Subscribers Group?', ES_TDOMAIN ) . '</a>' ); ?>
151
+ </li>
152
+ <li class="es_faq">
153
+ <?php echo sprintf(__( '%s', ES_TDOMAIN ), '<a href="http://www.storeapps.org/docs/es-new-post-notification-emails-are-not-being-received-by-subscribers/" target="_blank">' . __( 'Emails are not being received by Subscribers?', ES_TDOMAIN ) . '</a>' ); ?>
154
+ </li>
155
+ <li class="es_faq">
156
+ <?php echo sprintf(__( '%s', ES_TDOMAIN ), '<a href="http://www.storeapps.org/docs/es-how-to-show-subscribe-form-inside-a-popup/" target="_blank">' . __( 'How to show subscribe form inside a popup?', ES_TDOMAIN ) . '</a>' ); ?>
157
+ </li>
158
+ <li class="es_faq">
159
+ <?php echo sprintf(__( '%s', ES_TDOMAIN ), '<a href="http://www.storeapps.org/docs/es-how-to-use-rainmakers-form-in-email-subscribers/" target="_blank">' . __( 'How to use Rainmaker’s form in Email Subscribers?', ES_TDOMAIN ) . '</a>' ); ?>
160
+ </li>
161
+ <li class="es_faq">
162
+ <?php echo sprintf(__( '%s', ES_TDOMAIN ), '<a href="http://www.storeapps.org/docs/es-how-to-schedule-cron-mails/" target="_blank">' . __( 'How to Schedule Cron Mails?', ES_TDOMAIN ) . '</a>' ); ?>
163
+ </li>
164
+ <li class="es_faq">
165
+ <?php echo sprintf(__( '%s', ES_TDOMAIN ), '<a href="http://www.storeapps.org/docs/es-how-to-schedule-cron-emails-in-cpanel/" target="_blank">' . __( 'How to Schedule Cron Emails in cPanel?', ES_TDOMAIN ) . '</a>' ); ?>
166
+ </li>
167
+ <li class="es_faq">
168
+ <?php echo sprintf(__( '%s', ES_TDOMAIN ), '<a href="http://www.storeapps.org/docs/es-how-to-schedule-cron-emails-in-parallels-plesk/" target="_blank">' . __( 'How to Schedule Cron Emails in Parallels Plesk?', ES_TDOMAIN ) . '</a>' ); ?>
169
+ </li>
170
+ <li class="es_faq">
171
+ <?php echo sprintf(__( '%s', ES_TDOMAIN ), '<a href="http://www.storeapps.org/docs/es-what-to-do-if-hosting-doesnt-support-cron-jobs/" target="_blank">' . __( 'What to do if Hosting doesn’t support Cron Jobs?', ES_TDOMAIN ) . '</a>' ); ?>
172
+ </li>
173
+ <li class="es_faq">
174
+ <?php echo sprintf(__( '%s', ES_TDOMAIN ), '<a href="http://www.storeapps.org/docs/es-faq/" target="_blank">' . __( 'Commonly Asked Questions', ES_TDOMAIN ) . '</a>' ); ?>
175
+ </li>
176
+ </ol>
177
  </div>
job/es-viewstatus.php CHANGED
@@ -4,7 +4,7 @@ if(preg_match('#' . basename(__FILE__) . '#', $_SERVER['PHP_SELF'])) {
4
  die( 'You are not allowed to call this page directly.' );
5
  }
6
 
7
- if( (isset($_GET['es'])) && ($_GET['es'] == "viewstatus") ) {
8
  $form = array();
9
  $form['delvid'] = isset($_GET['delvid']) ? $_GET['delvid'] : 0;
10
  if(is_numeric($form['delvid'])) {
4
  die( 'You are not allowed to call this page directly.' );
5
  }
6
 
7
+ if( ( isset($_GET['es']) ) && $_GET['es'] == "viewstatus" ) {
8
  $form = array();
9
  $form['delvid'] = isset($_GET['delvid']) ? $_GET['delvid'] : 0;
10
  if(is_numeric($form['delvid'])) {
languages/email-subscribers-cs_CZ.mo CHANGED
Binary file
languages/email-subscribers-cs_CZ.po CHANGED
@@ -3,7 +3,7 @@ msgstr ""
3
  "Project-Id-Version: Email Subscribers\n"
4
  "Report-Msgid-Bugs-To: \n"
5
  "POT-Creation-Date: Tue Feb 09 2016 16:21:13 GMT+0530 (IST)\n"
6
- "PO-Revision-Date: 2016-07-02 13:58+0200\n"
7
  "Last-Translator: administrator <2mkower@gmail.com>\n"
8
  "Language-Team: \n"
9
  "Language: cs\n"
@@ -22,69 +22,204 @@ msgstr ""
22
  "X-Loco-Target-Locale: cs_CZ\n"
23
  "X-Poedit-SearchPath-0: ..\n"
24
 
25
- #. Name of the plugin
26
- msgid "Email Subscribers"
27
- msgstr "Odběratelé emailů"
28
 
29
  #. URI of the plugin
30
- msgid "http://www.storeapps.org"
31
- msgstr "http://www.storeapps.org"
32
 
33
- #. Description of the plugin
34
- msgid ""
35
- "Add subscription form on website, send HTML newsletters to subscribers & "
36
- "automatically notify them about new blog posts once it gets published."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
37
  msgstr ""
38
- "Přidáním přihlašovacího formuláře na internetových stránkách, zajistíte posílání "
39
- "HTML zpravodaje pro předplatitele a automaticky je budete informovat o nových "
40
- "příspěvcích, jakmile budou zveřejněny."
41
 
42
- #. Author of the plugin
43
- msgid "Store Apps"
44
- msgstr "Uložení aplikace"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
45
 
46
- #: ../settings/setting-sync.php:12
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
47
  msgid "Table sync completed successfully."
48
  msgstr "Tabulka synchronizace byla úspěšně dokončena."
49
 
50
- #: ../settings/setting-sync.php:25
51
  msgid "Sync plugin tables"
52
  msgstr "Synchronizační plugin tabulek"
53
 
54
- #: ../settings/setting-sync.php:28
55
  msgid "Click to sync tables"
56
  msgstr "Klikněte pro synchronizaci tabulek"
57
 
58
- #: ../settings/settings-edit.php:15
59
  msgid "Oops, selected details doesnt exists."
60
  msgstr "Jejda, vybrané detaily neexistují."
61
 
62
- #: ../settings/settings-edit.php:109
63
  msgid "Please enter sender of notifications from name."
64
  msgstr "Prosím, zadejte odesílatele oznámení z názvu."
65
 
66
- #: ../settings/settings-edit.php:114
67
  msgid "Please enter sender of notifications from email."
68
  msgstr "Prosím, zadejte odesílatele oznámení z emailu."
69
 
70
- #: ../settings/settings-edit.php:147
71
  msgid "Details was successfully updated."
72
  msgstr "Podrobnosti byly úspěšně aktualizovány."
73
 
74
- #: ../settings/settings-edit.php:150
75
  msgid "Oops, details not update."
76
  msgstr "Jejda, detaily nejsou aktualizovány."
77
 
78
- #: ../settings/settings-edit.php:190 ../classes/es-register.php:154 ../classes/es-
79
- #: register.php:155
80
  msgid "Settings"
81
  msgstr "Nastavení"
82
 
83
- #: ../settings/settings-edit.php:196
84
  msgid "Sender of notifications"
85
  msgstr "Odesílatel oznámení"
86
 
87
- #: ../settings/settings-edit.php:197
88
  msgid ""
89
  "Choose a FROM name and FROM email address for all notifications emails from this "
90
  "plugin."
@@ -92,11 +227,11 @@ msgstr ""
92
  "Vyberte jména (FROM) a emailové adresy pro všechny oznamovací emaily od tohoto "
93
  "pluginu."
94
 
95
- #: ../settings/settings-edit.php:206
96
  msgid "Mail type"
97
  msgstr "Typ emailu"
98
 
99
- #: ../settings/settings-edit.php:207
100
  msgid ""
101
  "Option 1 & 2 is to send mails with default Wordpress method wp_mail(). Option 3 & "
102
  "4 is to send mails with PHP method mail()"
@@ -104,27 +239,27 @@ msgstr ""
104
  "Varianta 1 a 2 je odesílaní emailů s výchozí Wordpress metodou wp_mail(). "
105
  "Varianta 3 a 4, je odesílat emaily s metodou PHP mailu()"
106
 
107
- #: ../settings/settings-edit.php:211
108
  msgid "1. WP HTML MAIL"
109
  msgstr "1. WP HTML email"
110
 
111
- #: ../settings/settings-edit.php:212
112
  msgid "2. WP PLAINTEXT MAIL"
113
  msgstr "2. WP email - prostý text"
114
 
115
- #: ../settings/settings-edit.php:213
116
  msgid "3. PHP HTML MAIL"
117
  msgstr "3. PHP HTML email"
118
 
119
- #: ../settings/settings-edit.php:214
120
  msgid "4. PHP PLAINTEXT MAIL"
121
  msgstr "4. PHP email - prostý text"
122
 
123
- #: ../settings/settings-edit.php:221
124
  msgid "Opt-in option"
125
  msgstr "Nastavení potvrzení"
126
 
127
- #: ../settings/settings-edit.php:222
128
  msgid ""
129
  "Double Opt In, means subscribers need to confirm their email address by an "
130
  "activation link sent them on a activation email message. Single Opt In, means "
@@ -134,41 +269,41 @@ msgstr ""
134
  "adresu aktivační odkazem zaslaným v aktivační emailové zprávě. Jednoduché "
135
  "potvrzení, znamená že odběratelé nemusí potvrdit svou emailovou adresu."
136
 
137
- #: ../settings/settings-edit.php:226
138
  msgid "Double Opt In"
139
  msgstr "Dvojité potvrzení"
140
 
141
- #: ../settings/settings-edit.php:227 ../subscribers/view-subscriber-show.php:303
142
  msgid "Single Opt In"
143
  msgstr "Jednoduché potvrzení"
144
 
145
- #: ../settings/settings-edit.php:233
146
  msgid "Image Size"
147
  msgstr "Velikost obrázku"
148
 
149
- #: ../settings/settings-edit.php:234
150
  msgid "Select image size for ###POSTIMAGE### to be shown in post notification email"
151
  msgstr ""
152
  "Výběr velikosti obrázku ###POSTIMAGE###, které mají být uvedeny v oznamovacím "
153
  "emailu"
154
 
155
- #: ../settings/settings-edit.php:238
156
  msgid "Full Size"
157
  msgstr "Plná velikost"
158
 
159
- #: ../settings/settings-edit.php:239
160
  msgid "Medium Size"
161
  msgstr "Střední velikost"
162
 
163
- #: ../settings/settings-edit.php:240
164
  msgid "Thumbnail"
165
  msgstr "Náhled"
166
 
167
- #: ../settings/settings-edit.php:246
168
  msgid "Opt-in mail subject (Confirmation mail)"
169
  msgstr "Nastavení předmětu emailu (Potvrzovací email)"
170
 
171
- #: ../settings/settings-edit.php:247
172
  msgid ""
173
  "Enter the subject for Double Opt In mail. This will send whenever subscriber "
174
  "added email into our database."
@@ -176,11 +311,11 @@ msgstr ""
176
  "Zadejte předmět pro email Dvojitého potvrzení emailové adresy. Ten bude posílán "
177
  "vždy, když bude odběratelův email přidán do naší databáze."
178
 
179
- #: ../settings/settings-edit.php:253
180
  msgid "Opt-in mail content (Confirmation mail)"
181
  msgstr "Přihlášení k odběru - obsah emailu (Potvrzení mail)"
182
 
183
- #: ../settings/settings-edit.php:254
184
  msgid ""
185
  "Enter the content for Double Opt In mail. This will send whenever subscriber "
186
  "added email into our database."
@@ -188,19 +323,19 @@ msgstr ""
188
  "Zadejte obsah pro email Dvojitého potvrzení. Ten bude posílán vždy, když bude "
189
  "odběratelův email přidán do naší databáze."
190
 
191
- #: ../settings/settings-edit.php:260
192
  msgid "Opt-in link (Confirmation link)"
193
  msgstr "Odkaz Přihlášení k odběru (Potvrzovací link)"
194
 
195
- #: ../settings/settings-edit.php:261
196
  msgid "Double Opt In confirmation link. You no need to change this value."
197
  msgstr "Potvrzovací odkaz pro dvojité potvrzení. Není nutné tuto hodnotu měnit."
198
 
199
- #: ../settings/settings-edit.php:267
200
  msgid "Text to display after email subscribed successfully"
201
  msgstr "Text, který se zobrazí po úspěšném odeslání emailu"
202
 
203
- #: ../settings/settings-edit.php:268
204
  msgid ""
205
  "This text will display once user clicked email confirmation link from opt-in "
206
  "(confirmation) email content."
@@ -208,29 +343,29 @@ msgstr ""
208
  "Tento text se zobrazí, jakmile uživatel klikl na potvrzovací odkaz v emailu pro "
209
  "potvrzení emailu."
210
 
211
- #: ../settings/settings-edit.php:275
212
  msgid "Subscriber welcome email"
213
  msgstr "Uvítací email pro odběratele "
214
 
215
- #: ../settings/settings-edit.php:276
216
  msgid "To send welcome mail to subscriber, This option must be set to YES."
217
  msgstr ""
218
  "Chcete-li poslat uvítací email odběrateli, musí být tato volba nastavena na "
219
  "hodnotu ANO."
220
 
221
- #: ../settings/settings-edit.php:280 ../settings/settings-edit.php:308
222
  msgid "YES"
223
  msgstr "ANO"
224
 
225
- #: ../settings/settings-edit.php:281 ../settings/settings-edit.php:309
226
  msgid "NO"
227
  msgstr "NE"
228
 
229
- #: ../settings/settings-edit.php:287
230
  msgid "Welcome mail subject"
231
  msgstr "Předmět uvítacího emailu"
232
 
233
- #: ../settings/settings-edit.php:288
234
  msgid ""
235
  "Enter the subject for subscriber welcome mail. This will send whenever email "
236
  "subscribed (confirmed) successfully."
@@ -238,11 +373,11 @@ msgstr ""
238
  "Zadejte předmět uvítacího emailu pro odběratele. Bude posílán po úspěšném "
239
  "potvrzení emailu k odeběru."
240
 
241
- #: ../settings/settings-edit.php:294
242
  msgid "Subscriber welcome mail content"
243
  msgstr "Obsah uvítacího emailu pro odběratele"
244
 
245
- #: ../settings/settings-edit.php:295
246
  msgid ""
247
  "Enter the content for subscriber welcome mail. This will send whenever email "
248
  "subscribed (confirmed) successfully. (Keyword: ###NAME###)"
@@ -250,22 +385,22 @@ msgstr ""
250
  "Zadejte obsah uvítacího emailu pro odběratele. Bude posílán po úspěšném potvrzení "
251
  "emailu k odběru. (Klíčové slovo: ###NAME###)"
252
 
253
- #: ../settings/settings-edit.php:303
254
  msgid "Mail to admin"
255
  msgstr "Email administrátora"
256
 
257
- #: ../settings/settings-edit.php:304
258
  msgid ""
259
  "To send admin notifications for new subscriber, This option must be set to YES."
260
  msgstr ""
261
  "Chcete-li poslat oznámení správci o novém odběrateli, musí být tato volba "
262
  "nastavena na ANO."
263
 
264
- #: ../settings/settings-edit.php:315
265
  msgid "Admin email addresses"
266
  msgstr "Emailová adresa administrátora"
267
 
268
- #: ../settings/settings-edit.php:316
269
  msgid ""
270
  "Enter the admin email addresses that should receive notifications (separate by "
271
  "comma)."
@@ -273,11 +408,11 @@ msgstr ""
273
  "Zadejte emailové adresy administrátorů, kteří budou přijímat oznámení (oddělené "
274
  "čárkou)."
275
 
276
- #: ../settings/settings-edit.php:322
277
  msgid "Admin mail subject"
278
  msgstr "Subjekt emailu pro administrátora"
279
 
280
- #: ../settings/settings-edit.php:323
281
  msgid ""
282
  "Enter the subject for admin mail. This will send whenever new email added and "
283
  "confirmed into our database."
@@ -285,11 +420,11 @@ msgstr ""
285
  "Zadejte předmět pro email administrátorovi. Bude posílán kdykoli bude nový email "
286
  "přidán nebo potvrzen v naší databázi."
287
 
288
- #: ../settings/settings-edit.php:329
289
  msgid "Admin mail content"
290
  msgstr "Obsah emailu pro administrátora"
291
 
292
- #: ../settings/settings-edit.php:330
293
  msgid ""
294
  "Enter the mail content for admin. This will send whenever new email added and "
295
  "confirmed into our database. (Keyword: ###NAME###, ###EMAIL###)"
@@ -297,19 +432,19 @@ msgstr ""
297
  "Zadejte obsah emailu pro administrátora. Ten bude posílán kdykoli bude nový email "
298
  "přidán a potvrzen do naší databáze. (Klíčové slovo: ###NAME###, ###EMAIL###)"
299
 
300
- #: ../settings/settings-edit.php:337
301
  msgid "Unsubscribe link"
302
  msgstr "Odhlašovací link"
303
 
304
- #: ../settings/settings-edit.php:338
305
  msgid "Unsubscribe link. You no need to change this value."
306
  msgstr "Odhlašovací odkaz. Není nutné tuto hodnotu měnit."
307
 
308
- #: ../settings/settings-edit.php:344
309
  msgid "Unsubscribe text in mail"
310
  msgstr "Text emailu pro odhlášení"
311
 
312
- #: ../settings/settings-edit.php:345
313
  msgid ""
314
  "Enter the text for unsubscribe link. This text is to add unsubscribe link with "
315
  "newsletter. (Keyword: ###LINK###)"
@@ -317,50 +452,50 @@ msgstr ""
317
  "Zadejte text odkazu pro odhlášení. Tento text je přidán do odkazu pro odhlášení "
318
  "ve zpravodaji. (Klíčové slovo: ###LINK###)"
319
 
320
- #: ../settings/settings-edit.php:351
321
  msgid "Text to display after email unsubscribed"
322
  msgstr "Text, který se zobrazí po emailu s odhlášením"
323
 
324
- #: ../settings/settings-edit.php:352
325
  msgid ""
326
  "This text will display once user clicked unsubscribed link from our newsletter."
327
  msgstr ""
328
  "Tento text se zobrazí, jakmile uživatel klikl odkaz pro odhlášení ze zasílání "
329
  "novinek."
330
 
331
- #: ../settings/settings-edit.php:359
332
  msgid "Message 1"
333
  msgstr "Zpráva 1"
334
 
335
- #: ../settings/settings-edit.php:360
336
  msgid "Default message to display if any issue on confirmation link."
337
  msgstr ""
338
  "Výchozí zpráva se zobrazí, pokud nastane jakýkoliv problém při použití odkazu pro "
339
  "potvrzení."
340
 
341
- #: ../settings/settings-edit.php:366
342
  msgid "Message 2"
343
  msgstr "Zpráva 2"
344
 
345
- #: ../settings/settings-edit.php:367
346
  msgid "Default message to display if any issue on unsubscribe link."
347
  msgstr ""
348
  "Výchozí zpráva se zobrazí, pokud nastane jakýkoliv problém při použití odkazu pro "
349
  "odhlášení."
350
 
351
- #: ../settings/settings-edit.php:374
352
  msgid "Sent report subject"
353
  msgstr "Subjekt zprávy o deslání"
354
 
355
- #: ../settings/settings-edit.php:375
356
  msgid "Mail subject for sent mail report."
357
  msgstr "Emailová adresa pro zprávu o odeslání."
358
 
359
- #: ../settings/settings-edit.php:381
360
  msgid "Sent report content"
361
  msgstr "Obsah zpávy o odeslání"
362
 
363
- #: ../settings/settings-edit.php:382
364
  msgid ""
365
  "Mail content for sent mail report. (Keyword: ###COUNT###, ###UNIQUE###, "
366
  "###STARTTIME###, ###ENDTIME###)"
@@ -368,81 +503,80 @@ msgstr ""
368
  "Obsah emailu pro odeslaní zpávy. (Klíčová slova: ###COUNT###, ###UNIQUE###, "
369
  "###STARTTIME###, ###ENDTIME###)"
370
 
371
- #: ../settings/settings-edit.php:393
372
  msgid "Save Settings"
373
  msgstr "Uložit nastavení"
374
 
375
- #: ../settings/settings-edit.php:394 ../subscribers/view-subscriber-add.php:154 ..
376
  #: subscribers/view-subscriber-sync.php:157 ../subscribers/view-subscriber-edit.
377
- #: php:147 ../notification/notification-edit.php:237 ../notification/notification-
378
- #: add.php:216 ../compose/compose-edit.php:109 ../compose/compose-add.php:99
379
- #: cron/cron-add.php:89 ../sendmail/sendmail.php:260 ../roles/roles-add.php:155
380
  msgid "Cancel"
381
  msgstr "Zrušit"
382
 
383
- #: ../settings/settings-edit.php:395 ../sentmail/sentmail-preview.php:33 ..
384
- #: sentmail/deliverreport-show.php:120 ../subscribers/view-subscriber-add.php:155
385
  #: ../subscribers/view-subscriber-sync.php:158 ../subscribers/view-subscriber-
386
  #: export.php:68 ../subscribers/view-subscriber-edit.php:148 ../subscribers/view-
387
  #: subscriber-import.php:189 ../subscribers/view-subscriber-show.php:448
388
- #: notification/notification-edit.php:238 ../notification/notification-add.php:217
389
- #: ../notification/notification-show.php:152 ../compose/compose-edit.php:110 .
390
  #: compose/compose-show.php:113 ../compose/compose-preview.php:35
391
- #: compose/compose-add.php:100 ../cron/cron-add.php:90 ../sendmail/sendmail.php: 261
392
- #: ../roles/roles-add.php:156
393
  msgid "Help"
394
  msgstr "Pomoc"
395
 
396
- #: ../job/es-optin.php:64 ../job/es-optin.php:79 ../job/es-unsubscribe.php:60 ..
397
- #: job/es-unsubscribe.php:70
398
  msgid ""
399
  "Oops.. We are getting some technical error. Please try again or contact admin."
400
  msgstr ""
401
  "Jejda ... Nastala technická chyba. Zkuste to prosím znovu nebo se obraťte na "
402
  "administrátora."
403
 
404
- #: ../job/es-optin.php:69
405
  msgid "This email address has already been confirmed."
406
  msgstr "Tato emailová adresa byla již potvrzena."
407
 
408
- #: ../sentmail/sentmail-show.php:18 ../sentmail/sentmail-preview.php:12 ..
409
  #: subscribers/view-subscriber-edit.php:12 ../subscribers/view-subscriber-show.
410
- #: php:46 ../notification/notification-edit.php:11 ../notification/notification-
411
- #: show.php:16 ../compose/compose-edit.php:15 ../compose/compose-show.php:31
412
  #: compose/compose-preview.php:13
413
  msgid "Oops, selected details doesnt exist."
414
  msgstr "Jejda, vybrané detaily neexistují."
415
 
416
- #: ../sentmail/sentmail-show.php:33 ../subscribers/view-subscriber-show.php:60 ..
417
- #: subscribers/view-subscriber-show.php:104 ../notification/notification-show.
418
- #: php:31 ../compose/compose-show.php:43
419
  msgid "Selected record was successfully deleted."
420
  msgstr "Vybrán záznam byl úspěšně odstraněn."
421
 
422
- #: ../sentmail/sentmail-show.php:42
423
  msgid "Successfully deleted all reports except latest 10."
424
  msgstr "Úspěšně smazány všechny reporty kromě posledních 10."
425
 
426
- #: ../sentmail/sentmail-show.php:53 ../classes/es-register.php:160 ../classes/es-
427
- #: register.php:161
428
  msgid "Sent Mails"
429
  msgstr "Odeslané emaily"
430
 
431
- #: ../sentmail/sentmail-show.php:71 ../sentmail/sentmail-show.php:84
432
  msgid "View Reports"
433
  msgstr "Zobrazit přehledy"
434
 
435
- #: ../sentmail/sentmail-show.php:72 ../sentmail/sentmail-show.php:85 ..
436
  #: compose/compose-show.php:95
437
  msgid "Preview"
438
  msgstr "Náhled"
439
 
440
- #: ../sentmail/sentmail-show.php:73 ../sentmail/sentmail-show.php:86
441
  msgid "Source"
442
  msgstr "Zdroj"
443
 
444
- #: ../sentmail/sentmail-show.php:74 ../sentmail/sentmail-show.php:87 ..
445
- #: sentmail/deliverreport-show.php:40 ../sentmail/deliverreport-show.php:52
446
  #: subscribers/view-subscriber-add.php:121 ../subscribers/view-subscriber-edit.
447
  #: php:105 ../subscribers/view-subscriber-import.php:155 ../subscribers/view-
448
  #: subscriber-show.php:327 ../subscribers/view-subscriber-show.php:340
@@ -451,25 +585,25 @@ msgstr "Zdroj"
451
  msgid "Status"
452
  msgstr "Status"
453
 
454
- #: ../sentmail/sentmail-show.php:75 ../sentmail/sentmail-show.php:88 ..
455
- #: sentmail/deliverreport-show.php:41 ../sentmail/deliverreport-show.php:53
456
  #: compose/compose-show.php:68 ../compose/compose-show.php:76
457
  msgid "Type"
458
  msgstr "Typ"
459
 
460
- #: ../sentmail/sentmail-show.php:76 ../sentmail/sentmail-show.php:89
461
  msgid "Start Date"
462
  msgstr "Počáteční datum"
463
 
464
- #: ../sentmail/sentmail-show.php:77 ../sentmail/sentmail-show.php:90
465
  msgid "End Date"
466
  msgstr "Konečné datum"
467
 
468
- #: ../sentmail/sentmail-show.php:78 ../sentmail/sentmail-show.php:91
469
  msgid "Total"
470
  msgstr "Celkem"
471
 
472
- #: ../sentmail/sentmail-show.php:79 ../sentmail/sentmail-show.php:92 ..
473
  #: subscribers/view-subscriber-export.php:30 ../subscribers/view-subscriber-
474
  #: export.php:38 ../subscribers/view-subscriber-show.php:330 ../subscribers/view-
475
  #: subscriber-show.php:343 ../compose/compose-show.php:69 ../compose/compose-show.
@@ -477,24 +611,24 @@ msgstr "Celkem"
477
  msgid "Action"
478
  msgstr "Akce"
479
 
480
- #: ../sentmail/sentmail-show.php:131 ../sentmail/deliverreport-show.php:84 ..
481
- #: notification/notification-show.php:141 ../compose/compose-show.php:102
482
  msgid "No records available."
483
  msgstr "Žádné záznamy k dispozici."
484
 
485
- #: ../sentmail/sentmail-show.php:143 ../sentmail/deliverreport-show.php:96
486
  msgid " &lt;&lt; "
487
  msgstr " &lt;&lt; "
488
 
489
- #: ../sentmail/sentmail-show.php:144 ../sentmail/deliverreport-show.php:97
490
  msgid " &gt;&gt; "
491
  msgstr " &gt;&gt; "
492
 
493
- #: ../sentmail/sentmail-show.php:167 ../sentmail/sentmail-show.php:169
494
  msgid "Optimize Table"
495
  msgstr "Optimalizace tabulky"
496
 
497
- #: ../sentmail/sentmail-show.php:179
498
  msgid ""
499
  "Note: Please click <strong>Optimize Table</strong> button to delete all reports "
500
  "except latest 10."
@@ -502,142 +636,147 @@ msgstr ""
502
  "Poznámka: Kliknutím na tlačítko <strong> Optimalizace tabulky </ strong> vymažete "
503
  "všechny zprávy kromě posledních 10."
504
 
505
- #: ../sentmail/sentmail-preview.php:19 ../compose/compose-preview.php:21
506
  msgid "Preview Mail"
507
  msgstr "Náhled emailu"
508
 
509
- #: ../sentmail/sentmail-preview.php:32 ../sentmail/deliverreport-show.php:119 ..
510
  #: subscribers/view-subscriber-export.php:67 ../subscribers/view-subscriber-
511
  #: import.php:188 ../compose/compose-preview.php:33
512
  msgid "Back"
513
  msgstr "Zpět"
514
 
515
- #: ../sentmail/deliverreport-show.php:11
516
  msgid "Oops.. Unexpected error occurred. Please try again."
517
  msgstr "Jejda ... došlo k neočekávané chybě. Prosím, zkuste to znovu."
518
 
519
- #: ../sentmail/deliverreport-show.php:19
520
  msgid "Delivery Report"
521
  msgstr "Zpráva o doručení"
522
 
523
- #: ../sentmail/deliverreport-show.php:37 ../sentmail/deliverreport-show.php:49 ..
524
  #: subscribers/view-subscriber-export.php:27 ../subscribers/view-subscriber-
525
  #: export.php:35 ../subscribers/view-subscriber-show.php:324 ../subscribers/view-
526
  #: subscriber-show.php:337
527
  msgid "Sno"
528
  msgstr "Číslo"
529
 
530
- #: ../sentmail/deliverreport-show.php:38 ../sentmail/deliverreport-show.php:50
531
  msgid "Email"
532
  msgstr "Email"
533
 
534
- #: ../sentmail/deliverreport-show.php:39 ../sentmail/deliverreport-show.php:51
535
  msgid "Sent Date"
536
  msgstr "Datum odeslání"
537
 
538
- #: ../sentmail/deliverreport-show.php:42 ../sentmail/deliverreport-show.php:54
539
  msgid "Viewed Status"
540
  msgstr "Status zobrazení"
541
 
542
- #: ../sentmail/deliverreport-show.php:43 ../sentmail/deliverreport-show.php:55
543
  msgid "Viewed Date"
544
  msgstr "Datum zobrazení"
545
 
546
- #: ../sentmail/deliverreport-show.php:44 ../sentmail/deliverreport-show.php:56 ..
547
  #: subscribers/view-subscriber-show.php:329 ../subscribers/view-subscriber-show.
548
  #: php:342
549
  msgid "Database ID"
550
  msgstr "ID databáze"
551
 
552
- #: ../classes/es-loadwidget.php:23 ../classes/es-register.php:410 ..
553
  #: subscribers/view-subscriber-show.php:326 ../subscribers/view-subscriber-show.
554
  #: php:339
555
  msgid "Name"
556
  msgstr "Jméno"
557
 
558
- #: ../classes/es-loadwidget.php:28 ../classes/es-register.php:415
559
  msgid "Email *"
560
  msgstr "Email *"
561
 
562
- #: ../classes/es-loadwidget.php:33 ../classes/es-register.php:420
563
  msgid "Subscribe"
564
  msgstr "Přihlásit se"
565
 
566
- #: ../classes/es-register.php:139 ../classes/es-register.php:140
 
 
 
 
 
567
  msgid "Subscribers"
568
  msgstr "Odběratel"
569
 
570
- #: ../classes/es-register.php:142 ../classes/es-register.php:143
571
  msgid "Compose"
572
  msgstr "Napsat"
573
 
574
- #: ../classes/es-register.php:145 ../classes/es-register.php:146 ..
575
  #: notification/notification-show.php:44
576
  msgid "Notification"
577
  msgstr "Oznámení"
578
 
579
- #: ../classes/es-register.php:148 ../classes/es-register.php:149 ..
580
- #: sendmail/sendmail.php:94 ../sendmail/sendmail.php:256 ../sendmail/sendmail.
581
- #: php:258
582
  msgid "Send Email"
583
  msgstr "Poslat email"
584
 
585
- #: ../classes/es-register.php:151
586
  msgid "Cron"
587
  msgstr "Cron"
588
 
589
- #: ../classes/es-register.php:152
590
  msgid "Cron Mail"
591
  msgstr "Cron email"
592
 
593
- #: ../classes/es-register.php:157 ../classes/es-register.php:158
594
  msgid "Roles"
595
  msgstr "Role"
596
 
597
- #: ../classes/es-register.php:163
598
  msgid "Help & Info"
599
  msgstr "Pomoc a informace"
600
 
601
- #: ../classes/es-register.php:164
602
  msgid "<span style=\"color:#f18500;font-weight:bolder;\">Help & Info"
603
  msgstr "<span style=\"color:#f18500;font-weight:bolder;\">Pomoc a informace"
604
 
605
- #: ../classes/es-register.php:175
606
  msgctxt "view-subscriber-enhanced-select"
607
  msgid "Please enter subscriber email address."
608
  msgstr "Prosím, zadejte emailovou adresu odběratele."
609
 
610
- #: ../classes/es-register.php:176
611
  msgctxt "view-subscriber-enhanced-select"
612
  msgid "Please select subscriber email status."
613
  msgstr "Prosím, vyberte status emailové adresy odběratele."
614
 
615
- #: ../classes/es-register.php:177
616
  msgctxt "view-subscriber-enhanced-select"
617
  msgid "Please select or create group for this subscriber."
618
  msgstr "Vyberte nebo vytvořte skupinu pro tohoto odběratele."
619
 
620
- #: ../classes/es-register.php:178
621
  msgctxt "view-subscriber-enhanced-select"
622
  msgid "Do you want to delete this record?"
623
  msgstr "Chcete smazat tento záznam?"
624
 
625
- #: ../classes/es-register.php:179
626
  msgctxt "view-subscriber-enhanced-select"
627
  msgid "Please select the bulk action."
628
  msgstr "Prosím, zvolte hromadnou akci."
629
 
630
- #: ../classes/es-register.php:180
631
  msgctxt "view-subscriber-enhanced-select"
632
  msgid "Do you want to delete selected record(s)?"
633
  msgstr "Chcete smazat vybraný záznam?"
634
 
635
- #: ../classes/es-register.php:181
636
  msgctxt "view-subscriber-enhanced-select"
637
  msgid "Are you sure you want to delete?"
638
  msgstr "Jste si jistí, že to chcete smazat?"
639
 
640
- #: ../classes/es-register.php:182
641
  msgctxt "view-subscriber-enhanced-select"
642
  msgid ""
643
  "Do you want to resend confirmation email? \\nAlso please note, this will update "
@@ -646,22 +785,22 @@ msgstr ""
646
  "Chcete znovu odeslat potvrzovací email? Upozorňujeme, to bude aktualizován status "
647
  "odběratele na status \"Nepotvrzené\"."
648
 
649
- #: ../classes/es-register.php:183
650
  msgctxt "view-subscriber-enhanced-select"
651
  msgid "Please select new subscriber group."
652
  msgstr "Prosím, vyberte novou skupinu odběratelů."
653
 
654
- #: ../classes/es-register.php:184
655
  msgctxt "view-subscriber-enhanced-select"
656
  msgid "Do you want to update subscribers group?"
657
  msgstr "Chcete aktualizovat skupinu odběratelů?"
658
 
659
- #: ../classes/es-register.php:185
660
  msgctxt "view-subscriber-enhanced-select"
661
  msgid "Do you want to export the emails?"
662
  msgstr "Chcete exportovat emailové adresy?"
663
 
664
- #: ../classes/es-register.php:186
665
  msgctxt "view-subscriber-enhanced-select"
666
  msgid ""
667
  "Please select only csv file. Please check official website for csv structure.."
@@ -669,118 +808,118 @@ msgstr ""
669
  "Prosím, vyberte pouze CSV soubory. Prosím, zkontrolujte strukturu pro CSV soubor "
670
  "na oficiálních internetových stránkách."
671
 
672
- #: ../classes/es-register.php:194
673
  msgctxt "compose-enhanced-select"
674
  msgid "Please enter name for configuration."
675
  msgstr "Prosím, zadejte název konfigurace."
676
 
677
- #: ../classes/es-register.php:195
678
  msgctxt "compose-enhanced-select"
679
  msgid "Please select template for this configuration."
680
  msgstr "Prosím zvolte šablonu pro tuto konfiguraci."
681
 
682
- #: ../classes/es-register.php:196
683
  msgctxt "compose-enhanced-select"
684
  msgid "Do you want to delete this record?"
685
  msgstr "Chcete smazat tento záznam?"
686
 
687
- #: ../classes/es-register.php:204
688
  msgctxt "notification-enhanced-select"
689
  msgid "Please select subscribers group."
690
  msgstr "Prosím, vyberte skupinu odběratelů."
691
 
692
- #: ../classes/es-register.php:205
693
  msgctxt "notification-enhanced-select"
694
  msgid "Please select notification mail subject. Use compose menu to create new."
695
  msgstr ""
696
  "Prosím, vyberte subjekt oznamovacího emailu. Použijte menu Napsat a vytvořte nové."
697
 
698
- #: ../classes/es-register.php:206
699
  msgctxt "notification-enhanced-select"
700
  msgid "Please select notification status."
701
  msgstr "Prosím, vyberte status oznámení."
702
 
703
- #: ../classes/es-register.php:207
704
  msgctxt "notification-enhanced-select"
705
  msgid "Do you want to delete this record?"
706
  msgstr "Chcete smazat tento záznam?"
707
 
708
- #: ../classes/es-register.php:215
709
  msgctxt "sendmail-enhanced-select"
710
  msgid "Please select your mail subject."
711
  msgstr "Prosím, vyberte subjekt emailu."
712
 
713
- #: ../classes/es-register.php:216
714
  msgctxt "sendmail-enhanced-select"
715
  msgid "Please select subscriber email status."
716
  msgstr "Prosím, vyberte status emailové adresy odběratele."
717
 
718
- #: ../classes/es-register.php:217
719
  msgctxt "sendmail-enhanced-select"
720
  msgid "Are you sure you want to send email to all selected email address?"
721
  msgstr "Jste si jisti, že chcete poslat email na všechny vybrané emailové adresy?"
722
 
723
- #: ../classes/es-register.php:229
724
  msgctxt "sentmail-enhanced-select"
725
  msgid "Do you want to delete this record?"
726
  msgstr "Chcete smazat tento záznam?"
727
 
728
- #: ../classes/es-register.php:230
729
  msgctxt "sentmail-enhanced-select"
730
  msgid "Do you want to delete all records except latest 10?"
731
  msgstr "Chcete odstranit všechny záznamy, s výjimkou poslední 10?"
732
 
733
- #: ../classes/es-register.php:238
734
  msgctxt "roles-enhanced-select"
735
  msgid "Please enter subscriber email address."
736
  msgstr "Prosím, zadejte emailovou adresu odběratele."
737
 
738
- #: ../classes/es-register.php:239
739
  msgctxt "roles-enhanced-select"
740
  msgid "Please select subscriber email status."
741
  msgstr "Prosím, vyberte status emailové adresy odběratele."
742
 
743
- #: ../classes/es-register.php:240
744
  msgctxt "roles-enhanced-select"
745
  msgid "Please select or create group for this subscriber."
746
  msgstr "Prosím, vyberte nebo vytvořte skupinu pro tohoto odběratele."
747
 
748
- #: ../classes/es-register.php:248
749
  msgctxt "cron-enhanced-select"
750
  msgid "Please select enter number of mails you want to send per hour/trigger."
751
  msgstr "Prosím, zadejte počet emailů, které chcete poslat za hodinu/triger."
752
 
753
- #: ../classes/es-register.php:249
754
  msgctxt "cron-enhanced-select"
755
  msgid "Please enter the mail count, only number."
756
  msgstr "Prosím, zadejte počet emailů, pouze číslo."
757
 
758
- #: ../classes/es-register.php:262
759
  msgctxt "widget-enhanced-select"
760
  msgid "Please enter email address."
761
  msgstr "Prosím, zadejte emailovou adresu."
762
 
763
- #: ../classes/es-register.php:263
764
  msgctxt "widget-enhanced-select"
765
  msgid "Please provide a valid email address."
766
  msgstr "Zadejte prosím, platnou emailovou adresu."
767
 
768
- #: ../classes/es-register.php:264
769
  msgctxt "widget-enhanced-select"
770
  msgid "loading..."
771
  msgstr "nahrává se..."
772
 
773
- #: ../classes/es-register.php:265
774
  msgctxt "widget-enhanced-select"
775
  msgid "Cannot create XMLHTTP instance"
776
  msgstr "Nelze vytvořit instanci XMLHTTP"
777
 
778
- #: ../classes/es-register.php:266
779
  msgctxt "widget-enhanced-select"
780
  msgid "Subscribed successfully."
781
  msgstr "Úspěšné přihlášení."
782
 
783
- #: ../classes/es-register.php:267
784
  msgctxt "widget-enhanced-select"
785
  msgid ""
786
  "You have successfully subscribed to the newsletter. You will receive a "
@@ -793,57 +932,57 @@ msgstr ""
793
  "Pokud se email déle než 15 minut neobjeví ve vaší poštovní schránce, zkontrolujte "
794
  "složku se spamem."
795
 
796
- #: ../classes/es-register.php:268
797
  msgctxt "widget-enhanced-select"
798
  msgid "Email Address already exists."
799
  msgstr "Email je již registrován."
800
 
801
- #: ../classes/es-register.php:269
802
  msgctxt "widget-enhanced-select"
803
  msgid "Oops.. Unexpected error occurred."
804
  msgstr "Jejda ... došlo k neočekávané chybě."
805
 
806
- #: ../classes/es-register.php:270
807
  msgctxt "widget-enhanced-select"
808
  msgid "Invalid email address."
809
  msgstr "Neplatná emailová adresa."
810
 
811
- #: ../classes/es-register.php:271
812
  msgctxt "widget-enhanced-select"
813
  msgid "Please try after some time."
814
  msgstr "Prosím, zkuste to později."
815
 
816
- #: ../classes/es-register.php:272
817
  msgctxt "widget-enhanced-select"
818
  msgid "There was a problem with the request."
819
  msgstr "Došlo k potížím s požadavkem."
820
 
821
- #: ../classes/es-register.php:279
822
  msgctxt "widget-page-enhanced-select"
823
  msgid "Please enter email address."
824
  msgstr "Prosím, zadejte emailovou adresu."
825
 
826
- #: ../classes/es-register.php:280
827
  msgctxt "widget-page-enhanced-select"
828
  msgid "Please provide a valid email address."
829
  msgstr "Zadejte prosím, platnou emailovou adresu."
830
 
831
- #: ../classes/es-register.php:281
832
  msgctxt "widget-page-enhanced-select"
833
  msgid "loading..."
834
  msgstr "nahrává se..."
835
 
836
- #: ../classes/es-register.php:282
837
  msgctxt "widget-page-enhanced-select"
838
  msgid "Cannot create XMLHTTP instance"
839
  msgstr "Nelze vytvořit instanci XMLHTTP"
840
 
841
- #: ../classes/es-register.php:283
842
  msgctxt "widget-page-enhanced-select"
843
  msgid "Subscribed successfully."
844
  msgstr "Úspěšné přihlášení"
845
 
846
- #: ../classes/es-register.php:284
847
  msgctxt "widget-page-enhanced-select"
848
  msgid ""
849
  "You have successfully subscribed to the newsletter. You will receive a "
@@ -856,92 +995,92 @@ msgstr ""
856
  "Pokud se email déle než 15 minut neobjeví ve vaší poštovní schránce, zkontrolujte "
857
  "složku se spamem."
858
 
859
- #: ../classes/es-register.php:285
860
  msgctxt "widget-page-enhanced-select"
861
  msgid "Email Address already exists."
862
  msgstr "Email je již registrován."
863
 
864
- #: ../classes/es-register.php:286
865
  msgctxt "widget-page-enhanced-select"
866
  msgid "Oops.. Unexpected error occurred."
867
  msgstr "Jejda ... došlo k neočekávané chybě."
868
 
869
- #: ../classes/es-register.php:287
870
  msgctxt "widget-page-enhanced-select"
871
  msgid "Invalid email address."
872
  msgstr "Neplatná emailová adresa."
873
 
874
- #: ../classes/es-register.php:288
875
  msgctxt "widget-page-enhanced-select"
876
  msgid "Please try after some time."
877
  msgstr "Prosím, zkuste to později."
878
 
879
- #: ../classes/es-register.php:289
880
  msgctxt "widget-page-enhanced-select"
881
  msgid "There was a problem with the request."
882
  msgstr "Došlo k potížím s požadavkem."
883
 
884
- #: ../classes/es-register.php:455
885
  msgid "Widget Title"
886
  msgstr "Nadpis widgetu"
887
 
888
- #: ../classes/es-register.php:459
889
  msgid "Display Name Field"
890
  msgstr "Zobrazovat pole Jméno"
891
 
892
- #: ../classes/es-register.php:466
893
  msgid "Short Description"
894
  msgstr "Krátký popis"
895
 
896
- #: ../classes/es-register.php:468
897
  msgid "Short description about your subscription form."
898
  msgstr "Krátký popis k vašemu přihlašovacímu formuláři."
899
 
900
- #: ../classes/es-register.php:471
901
  msgid "Subscriber Group"
902
  msgstr "Skupina odběratelů"
903
 
904
- #: ../classes/es-common.php:7
905
  msgid "<span style=\"color:#006600;font-weight:bold;\">Confirmed</span>"
906
  msgstr "<span style=\"color:#006600;font-weight:bold;\">Potvrzeno</span>"
907
 
908
- #: ../classes/es-common.php:10
909
  msgid "<span style=\"color:#FF0000\">Unconfirmed</span>"
910
  msgstr "<span style=\"color:#FF0000\">Nepotvrzeno</span>"
911
 
912
- #: ../classes/es-common.php:13
913
  msgid "<span style=\"color:#999900\">Unsubscribed</span>"
914
  msgstr "<span style=\"color:#999900\">Odhlášeno</span>"
915
 
916
- #: ../classes/es-common.php:16
917
  msgid "<span style=\"color:#0000FF\">Single Opt In</span>"
918
  msgstr "<span style=\"color:#0000FF\">Jednoduché potvrzení</span>"
919
 
920
- #: ../classes/es-common.php:19
921
  msgid "<span style=\"color:#00CC00;font-weight:bold\">Viewed</span>"
922
  msgstr "<span style=\"color:#00CC00;font-weight:bold\">Zobrazeno</span>"
923
 
924
- #: ../classes/es-common.php:22
925
  msgid "<span style=\"color:#999900;\">Nodata</span>"
926
  msgstr "<span style=\"color:#999900;\">Neuvedeno</span>"
927
 
928
- #: ../classes/es-common.php:25
929
  msgid "<span style=\"color:#FF0000\">Disable</span>"
930
  msgstr "<span style=\"color:#FF0000\">Vypnuto</span>"
931
 
932
- #: ../classes/es-common.php:28
933
  msgid "<span style=\"color:#FF0000\">In Queue</span>"
934
  msgstr "<span style=\"color:#FF0000\">V řadě</span>"
935
 
936
- #: ../classes/es-common.php:31
937
  msgid "<span style=\"color:#00FF00;font-weight:bold;\">Sent</span>"
938
  msgstr "<span style=\"color:#00FF00;font-weight:bold;\">Posláno</span>"
939
 
940
- #: ../classes/es-common.php:34
941
  msgid "<span style=\"color:#ffd700;font-weight:bold;\">Cron Mail</span>"
942
  msgstr "<span style=\"color:#ffd700;font-weight:bold;\">Cron email</span>"
943
 
944
- #: ../classes/es-common.php:37
945
  msgid "<span style=\"color:#993399;\">Instant Mail</span>"
946
  msgstr "<span style=\"color:#993399;\">Okamžitý email</span>"
947
 
@@ -979,7 +1118,7 @@ msgstr "Email je neplatný."
979
  #: ../subscribers/view-subscriber-add.php:92 ../subscribers/view-subscriber-add.
980
  #: php:101 ../subscribers/view-subscriber-edit.php:86 ../subscribers/view-
981
  #: subscriber-import.php:107 ../subscribers/view-subscriber-import.php:138 ..
982
- #: notification/notification-edit.php:100 ../notification/notification-add.php:91
983
  #: ../compose/compose-edit.php:67 ../compose/compose-add.php:59
984
  msgid "Click here"
985
  msgstr "Stisknout zde"
@@ -987,8 +1126,8 @@ msgstr "Stisknout zde"
987
  #: ../subscribers/view-subscriber-add.php:92 ../subscribers/view-subscriber-add.
988
  #: php:101 ../subscribers/view-subscriber-edit.php:86 ../subscribers/view-
989
  #: subscriber-import.php:107 ../subscribers/view-subscriber-import.php:138 ..
990
- #: notification/notification-edit.php:101 ../notification/notification-add.php:92
991
- #: ../compose/compose-edit.php:68 ../compose/compose-add.php:60
992
  msgid " to view the details"
993
  msgstr " zobrazit podrobnosti"
994
 
@@ -1024,9 +1163,9 @@ msgstr "Vybrat (nebo) vytvořit skupinu"
1024
  #: ../subscribers/view-subscriber-add.php:132 ../subscribers/view-subscriber-sync.
1025
  #: php:99 ../subscribers/view-subscriber-sync.php:130 ../subscribers/view-
1026
  #: subscriber-edit.php:116 ../subscribers/view-subscriber-import.php:166 ..
1027
- #: notification/notification-edit.php:122 ../notification/notification-add.php:105
1028
- #: ../notification/notification-add.php:123 ../sendmail/sendmail.php:107
1029
- #: sendmail/sendmail.php:153
1030
  msgid "Select"
1031
  msgstr "Vybrat"
1032
 
@@ -1037,9 +1176,9 @@ msgstr "Prosím, vyberte nebo vytvořte skupinu pro tohoto odběratele."
1037
 
1038
  #: ../subscribers/view-subscriber-add.php:153 ../subscribers/view-subscriber-sync.
1039
  #: php:156 ../subscribers/view-subscriber-edit.php:146 ..
1040
- #: notification/notification-edit.php:236 ../notification/notification-add.php:215
1041
- #: ../compose/compose-edit.php:108 ../compose/compose-add.php:98 ../cron/cron-
1042
- #: add.php:88 ../roles/roles-add.php:154
1043
  msgid "Submit"
1044
  msgstr "Potvrdit"
1045
 
@@ -1189,7 +1328,7 @@ msgid "Upload CSV"
1189
  msgstr "Nahrát CSV"
1190
 
1191
  #: ../subscribers/view-subscriber-show.php:11 ../compose/compose-show.php:13 ..
1192
- #: sendmail/sendmail.php:11
1193
  msgid "Click Here"
1194
  msgstr "Stisknout zde"
1195
 
@@ -1221,13 +1360,9 @@ msgstr "Vybraná skupina odběratelů byla úspěšně aktualizována."
1221
  msgid "Oops, New group name was not selected."
1222
  msgstr "Jejda, název nové skupiny nebyl vybrán."
1223
 
1224
- #: ../subscribers/view-subscriber-show.php:232
1225
- msgid "View subscriber"
1226
- msgstr "Přehled odběratelů"
1227
-
1228
  #: ../subscribers/view-subscriber-show.php:233 ../subscribers/view-subscriber-
1229
  #: show.php:444 ../notification/notification-show.php:45 ..
1230
- #: notification/notification-show.php:151 ../compose/compose-show.php:56
1231
  #: compose/compose-show.php:112
1232
  msgid "Add New"
1233
  msgstr "Přidat nový"
@@ -1258,12 +1393,12 @@ msgid "Email address"
1258
  msgstr "Emailová adresa"
1259
 
1260
  #: ../subscribers/view-subscriber-show.php:374 ../notification/notification-show.
1261
- #: php:90 ../compose/compose-show.php:93 ../compose/compose-preview.php:34
1262
  msgid "Edit"
1263
  msgstr "Upravit"
1264
 
1265
  #: ../subscribers/view-subscriber-show.php:377 ../subscribers/view-subscriber-
1266
- #: show.php:422 ../notification/notification-show.php:93 ../compose/compose-show.
1267
  #: php:94
1268
  msgid "Delete"
1269
  msgstr "Smazat"
@@ -1303,79 +1438,83 @@ msgstr "Export emailu"
1303
  msgid "Sync Email"
1304
  msgstr "Synchronizace emailu"
1305
 
1306
- #: ../notification/notification-edit.php:40 ../notification/notification-add.php: 26
1307
- #: ../notification/notification-add.php:119
1308
- msgid "Please select subscribers group."
1309
- msgstr "Prosím, vyberte skupinu odběratelů."
 
 
 
 
1310
 
1311
- #: ../notification/notification-edit.php:46 ../notification/notification-edit.php:
1312
- #: 231 ../notification/notification-add.php:32 ../notification/notification-add.
1313
- #: php:211
1314
- msgid "Please select notification status."
1315
- msgstr "Vyberte status oznámení."
1316
 
1317
- #: ../notification/notification-edit.php:52 ../notification/notification-edit.php:
1318
- #: 142 ../notification/notification-add.php:38 ../notification/notification-add.
1319
- #: php:138
1320
  msgid "Please select notification mail subject. Use compose menu to create new."
1321
  msgstr ""
1322
  "Prosím, vyberte subjekt oznamovacího emailu. Použijte menu Napsat a vytvořte nový."
1323
 
1324
- #: ../notification/notification-edit.php:58 ../notification/notification-edit.php:
1325
- #: 182 ../notification/notification-add.php:44 ../notification/notification-add.
1326
- #: php:170
1327
  msgid "Please select post categories."
1328
  msgstr "Prosím vyberte kategorií příspěvků"
1329
 
1330
- #: ../notification/notification-edit.php:84
1331
  msgid "Notification was successfully updated."
1332
  msgstr "Oznámení bylo úspěšně aktualizováno."
1333
 
1334
- #: ../notification/notification-edit.php:111
1335
  msgid "Edit Notification"
1336
  msgstr "Upravit oznámení"
1337
 
1338
- #: ../notification/notification-edit.php:114 ../notification/notification-add.php:
1339
- #: 103 ../notification/notification-show.php:56 ../notification/notification-show.
1340
  #: php:64
1341
  msgid "Subscribers Group"
1342
  msgstr "Skupiny odběratelů"
1343
 
1344
- #: ../notification/notification-edit.php:118
1345
- msgid "Not allowed to update the subscribers group in edit page."
1346
- msgstr "Není dovoleno aktualizovat skupinu adresátů v editačním stránce."
1347
-
1348
- #: ../notification/notification-edit.php:120 ../notification/notification-add.php:
1349
- #: 121
1350
  msgid "Notification Mail"
1351
  msgstr "Email oznámení"
1352
 
1353
- #: ../notification/notification-edit.php:144 ../notification/notification-add.php:
1354
- #: 140
1355
  msgid "Post Categories"
1356
  msgstr "Kategorie příspěvků"
1357
 
1358
- #: ../notification/notification-edit.php:184 ../notification/notification-add.php:
1359
- #: 172
1360
- msgid "Custom post type"
1361
- msgstr "Vlastní typy příspěvků"
 
 
 
 
 
1362
 
1363
- #: ../notification/notification-edit.php:223 ../notification/notification-add.php:
1364
- #: 203
1365
  msgid "Please select your custom post type (Optional)."
1366
  msgstr "Prosím, vyberte typ vlastních příspěvků (volitelně)."
1367
 
1368
- #: ../notification/notification-edit.php:225 ../notification/notification-add.php:
1369
- #: 205 ../notification/notification-show.php:58 ../notification/notification-show.
1370
  #: php:66
1371
  msgid "Notification Status"
1372
  msgstr "Status oznámení"
1373
 
1374
- #: ../notification/notification-add.php:69
1375
- msgid "Notification was successfully created."
1376
- msgstr "Oznámení bylo úspěšně vytvořeno."
 
 
 
 
 
1377
 
1378
- #: ../notification/notification-add.php:100
1379
  msgid "Add Notification"
1380
  msgstr "Přidat oznámení"
1381
 
@@ -1403,7 +1542,7 @@ msgid "Compose Mail"
1403
  msgstr "Vytvořit email"
1404
 
1405
  #: ../compose/compose-edit.php:80 ../compose/compose-add.php:71 ..
1406
- #: sendmail/sendmail.php:132
1407
  msgid "Mail Type"
1408
  msgstr "Typ emailu"
1409
 
@@ -1459,7 +1598,7 @@ msgstr "Subjekt emailu"
1459
  msgid "Template was successfully created."
1460
  msgstr "Šablona byla úspěšně vytvořena."
1461
 
1462
- #: ../compose/compose-add.php:76 ../sendmail/sendmail.php:50
1463
  msgid "Please select your mail type."
1464
  msgstr "Prosím, vyberte typ emailu."
1465
 
@@ -1540,15 +1679,15 @@ msgstr ""
1540
  "<a target=\"_blank\" href=\"http://www.storeapps.org/docs/es-what-to-do-if-"
1541
  "hosting-doesnt-support-cron-jobs/\">Hosting nepodporuje cron?</a>"
1542
 
1543
- #: ../sendmail/sendmail.php:35
1544
  msgid "Please select your mail subject."
1545
  msgstr "Prosím, vyberte předmět emailu."
1546
 
1547
- #: ../sendmail/sendmail.php:43
1548
  msgid "No email address selected."
1549
  msgstr "Není vybrána žádná emailová adresa."
1550
 
1551
- #: ../sendmail/sendmail.php:58
1552
  msgid "Mail sent successfully"
1553
  msgstr "Email úspěšně odeslán"
1554
 
@@ -1556,72 +1695,52 @@ msgstr "Email úspěšně odeslán"
1556
  msgid "Click here for details"
1557
  msgstr "Klikněte zde pro detaily"
1558
 
1559
- #: ../sendmail/sendmail.php:73
1560
  msgid "Oops.. We are getting some error. mail not sending."
1561
  msgstr "Jejda .. Nastala nějaké chyba. email se neodesílá."
1562
 
1563
- #: ../sendmail/sendmail.php:101
1564
  msgid "Select your mail subject"
1565
  msgstr "Vybrat předmět vašeho emailu"
1566
 
1567
- #: ../sendmail/sendmail.php:102
1568
  msgid ""
1569
  "Select a mail subject from available list. Go to Compose page to create new mail."
1570
  msgstr ""
1571
  "Vyberte předmět zprávy ze seznamu dostupných. Menu Napsat slouží k vytvoření nové "
1572
  "pošty."
1573
 
1574
- #: ../sendmail/sendmail.php:133
1575
- msgid "Select your mail type."
1576
- msgstr "Vybrat typ vašeho emailu"
1577
-
1578
- #: ../sendmail/sendmail.php:147
1579
  msgid "Select subscriber group"
1580
  msgstr "Vybrat skupinu odběratelů"
1581
 
1582
- #: ../sendmail/sendmail.php:148
1583
- msgid "Select your subscriber group to send email."
1584
- msgstr "Vyberte skupinu odběratelů pro odesílání emailů."
1585
-
1586
- #: ../sendmail/sendmail.php:173
1587
- msgid "Check All"
1588
- msgstr "Označit vše"
1589
-
1590
- #: ../sendmail/sendmail.php:174
1591
- msgid "Uncheck All"
1592
- msgstr "Odznačit vše"
1593
-
1594
- #: ../sendmail/sendmail.php:237
1595
- msgid "No subscribers available for this search criteria."
1596
- msgstr "Žádní odběratelé neodpovídají zadaným kritériím."
1597
-
1598
- #: ../roles/roles-add.php:93
1599
  msgid "Roles and Capabilities"
1600
  msgstr "Role a možnosti"
1601
 
1602
- #: ../roles/roles-add.php:95
1603
  msgid "Subscribers Menu"
1604
  msgstr "Menu Odběratelé"
1605
 
1606
- #: ../roles/roles-add.php:97 ../roles/roles-add.php:105 ../roles/roles-add.php:113
1607
- #: ../roles/roles-add.php:121 ../roles/roles-add.php:129 ../roles/roles-add. php:
1608
- #: 137 ../roles/roles-add.php:145
1609
  msgid "Administrator Only"
1610
  msgstr "Pouze Administrátor"
1611
 
1612
- #: ../roles/roles-add.php:98 ../roles/roles-add.php:106 ../roles/roles-add.php:114
1613
- #: ../roles/roles-add.php:122 ../roles/roles-add.php:130 ../roles/roles-add. php:
1614
- #: 138 ../roles/roles-add.php:146
1615
  msgid "Administrator/Editor"
1616
  msgstr "Administrátor/Editor"
1617
 
1618
- #: ../roles/roles-add.php:99 ../roles/roles-add.php:107 ../roles/roles-add.php:115
1619
- #: ../roles/roles-add.php:123 ../roles/roles-add.php:131 ../roles/roles-add. php:
1620
- #: 139 ../roles/roles-add.php:147
1621
  msgid "Administrator/Editor/Author/Contributor"
1622
  msgstr "Administrátor/Editor/Autor/Přispěvatel"
1623
 
1624
- #: ../roles/roles-add.php:101
1625
  msgid ""
1626
  "Select user role to access plugin Subscribers Menu. Only Admin user can change "
1627
  "this value."
@@ -1629,11 +1748,11 @@ msgstr ""
1629
  "Vybrat role uživatelů pro přístup k menu Odběratelé. Pouze administrátor může "
1630
  "tuto hodnotu změnit."
1631
 
1632
- #: ../roles/roles-add.php:103
1633
  msgid "Compose Menu"
1634
  msgstr "Menu Vytvořit obsah"
1635
 
1636
- #: ../roles/roles-add.php:109
1637
  msgid ""
1638
  "Select user role to access plugin Compose Menu. Only Admin user can change this "
1639
  "value."
@@ -1641,11 +1760,11 @@ msgstr ""
1641
  "Vybrat role uživatelů pro přístup k menu Vytvořit obsah. Pouze administrátor může "
1642
  "tuto hodnotu změnit."
1643
 
1644
- #: ../roles/roles-add.php:111
1645
  msgid "Notification Menu"
1646
  msgstr "Menu Oznámení"
1647
 
1648
- #: ../roles/roles-add.php:117
1649
  msgid ""
1650
  "Select user role to access plugin Notification Menu. Only Admin user can change "
1651
  "this value."
@@ -1653,11 +1772,11 @@ msgstr ""
1653
  "Vybrat role uživatelů pro přístup k menu Oznámení. Pouze administrátor může tuto "
1654
  "hodnotu změnit."
1655
 
1656
- #: ../roles/roles-add.php:119
1657
  msgid "Send Email Menu/Cron Menu"
1658
  msgstr "Menu Poslat email/Cron"
1659
 
1660
- #: ../roles/roles-add.php:125
1661
  msgid ""
1662
  "Select user role to access plugin Send Email Menu. Only Admin user can change "
1663
  "this value."
@@ -1665,11 +1784,11 @@ msgstr ""
1665
  "Vybrat role uživatelů pro přístup k menu Poslat email. Pouze administrátor může "
1666
  "tuto hodnotu změnit."
1667
 
1668
- #: ../roles/roles-add.php:127
1669
  msgid "Settings Menu"
1670
  msgstr "Menu Nastavení"
1671
 
1672
- #: ../roles/roles-add.php:133
1673
  msgid ""
1674
  "Select user role to access plugin Settings Menu. Only Admin user can change this "
1675
  "value."
@@ -1677,11 +1796,11 @@ msgstr ""
1677
  "Vybrat role uživatelů pro přístup k menu Nastavení. Pouze administrátor může tuto "
1678
  "hodnotu změnit."
1679
 
1680
- #: ../roles/roles-add.php:135
1681
  msgid "Sent Mails Menu"
1682
  msgstr "Menu Odeslané maily"
1683
 
1684
- #: ../roles/roles-add.php:141
1685
  msgid ""
1686
  "Select user role to access plugin Sent Mails Menu. Only Admin user can change "
1687
  "this value."
@@ -1689,11 +1808,11 @@ msgstr ""
1689
  "Vybrat role uživatelů pro přístup pro menu Odeslané emaily. Pouze administrátor "
1690
  "může tuto hodnotu změnit."
1691
 
1692
- #: ../roles/roles-add.php:143
1693
  msgid "Help & Info Menu"
1694
  msgstr "Menu Nápověda & Info"
1695
 
1696
- #: ../roles/roles-add.php:149
1697
  msgid ""
1698
  "Select user role to access plugin Help & Info Menu. Only Admin user can change "
1699
  "this value."
@@ -1703,13 +1822,11 @@ msgstr ""
1703
 
1704
  #: ../help/help.php:44
1705
  msgid "Welcome to Email Subscribers!"
1706
- msgstr "Vítejte odběratelé emailů!"
1707
 
1708
  #: ../help/help.php:45
1709
  msgid "Thanks for installing and we hope you will enjoy using Email Subscribers."
1710
- msgstr ""
1711
- "Děkujeme za instalaci a doufáme, že se vám bude líbit pomocník pro rozesílání "
1712
- "emailů odběratelům."
1713
 
1714
  #: ../help/help.php:49
1715
  msgid "For more help and tips..."
@@ -1801,7 +1918,7 @@ msgstr ""
1801
 
1802
  #: ../help/help.php:145
1803
  msgid "How to install and activate Email Subscribers on multisite installations?"
1804
- msgstr "Jak nainstalovat a aktivovat odběratele emailů na multisite instalaci?"
1805
 
1806
  #: ../help/help.php:149
1807
  msgid ""
3
  "Project-Id-Version: Email Subscribers\n"
4
  "Report-Msgid-Bugs-To: \n"
5
  "POT-Creation-Date: Tue Feb 09 2016 16:21:13 GMT+0530 (IST)\n"
6
+ "PO-Revision-Date: 2016-07-25 19:26+0200\n"
7
  "Last-Translator: administrator <2mkower@gmail.com>\n"
8
  "Language-Team: \n"
9
  "Language: cs\n"
22
  "X-Loco-Target-Locale: cs_CZ\n"
23
  "X-Poedit-SearchPath-0: ..\n"
24
 
25
+ #: ../subscribers/view-subscriber-show.php:232
26
+ msgid "View Subscribers"
27
+ msgstr "Zobrazení odběratelů"
28
 
29
  #. URI of the plugin
30
+ msgid "http://www.storeapps.org/product/email-subscribers"
31
+ msgstr "http://www.storeapps.org/product/email-subscribers"
32
 
33
+ #. Author of the plugin
34
+ msgid "StoreApps"
35
+ msgstr "StoreApps"
36
+
37
+ #: ../notification/notification-edit.php:43
38
+ msgid "Please select subscribers group"
39
+ msgstr "Prosím, vyberte skupinu odběratelů"
40
+
41
+ #: ../notification/notification-edit.php:49
42
+ msgid "Please select notification status"
43
+ msgstr "Prosím, vyberte stav oznámení"
44
+
45
+ #: ../notification/notification-edit.php:114
46
+ msgid "Not allowed to update subscribers group in edit page"
47
+ msgstr "Není dovoleno měnit skupinu odběratelů v editační stránce"
48
+
49
+ #: ../notification/notification-edit.php:126 ../notification/notification-add.php:
50
+ #: 134
51
+ msgid "Select notification mail subject (Use compose menu to create new)"
52
+ msgstr "Vybrat předmět oznamovacího emailu (Použijte menu pro tvorbu nového)"
53
+
54
+ #: ../notification/notification-edit.php:195 ../notification/notification-add.php:
55
+ #: 194
56
+ msgid "Custom Post Type"
57
+ msgstr "Vlastní typ příspěvků"
58
+
59
+ #: ../notification/notification-edit.php:230 ../notification/notification-add.php:
60
+ #: 224
61
+ msgid "No Custom Post Types Available"
62
+ msgstr "Žádné vlastní typy příspěvků nejsou dostupné"
63
+
64
+ #: ../notification/notification-edit.php:243 ../notification/notification-add.php:
65
+ #: 237
66
+ msgid "Send mail immediately when new post is published"
67
+ msgstr "Odesílat email ihned, když je nový příspěvek publikován"
68
+
69
+ #: ../notification/notification-edit.php:244 ../notification/notification-add.php:
70
+ #: 238
71
+ msgid "Add to cron when new post is published and send via cron job"
72
  msgstr ""
73
+ "Přidat do cronu, když je nový příspěvek zveřejněn a odeslat prostřednictvím cronu"
 
 
74
 
75
+ #: ../notification/notification-edit.php:245 ../notification/notification-add.php:
76
+ #: 239
77
+ msgid "Disable notification"
78
+ msgstr "Zakázat oznámení"
79
+
80
+ #: ../notification/notification-add.php:70
81
+ msgid "Notification was successfully created. "
82
+ msgstr "Oznámení bylo úspěšně vytvořeno."
83
+
84
+ #: ../notification/notification-add.php:93
85
+ msgid " to view the details."
86
+ msgstr " pro zobrazení detailů."
87
+
88
+ #: ../notification/notification-add.php:110
89
+ msgid "Select subscribers group"
90
+ msgstr "Vybrat skupinu odběratelů"
91
+
92
+ #: ../notification/notification-add.php:159
93
+ msgid "Select post categories"
94
+ msgstr "Vybrat rubriku příspěvků"
95
+
96
+ #: ../notification/notification-add.php:195
97
+ msgid "Select your custom post type (Optional)"
98
+ msgstr "Vybrat vlastních typ příspěvků (volitelně)"
99
+
100
+ #: ../notification/notification-add.php:232
101
+ msgid "Select notification status"
102
+ msgstr "Vybrat oznámení pro status"
103
+
104
+ #: ../notification/notification-show.php:30
105
+ msgid "Selected record was successfully deleted"
106
+ msgstr "Vybráný záznam byl úspěšně smazán"
107
+
108
+ #: ../notification/notification-show.php:117
109
+ msgid "Send mail immediately when new post is published."
110
+ msgstr "Odesílat poštu ihned, když je nový příspěvek publikován."
111
+
112
+ #: ../notification/notification-show.php:119
113
+ msgid "Add to cron and send mail via cron job."
114
+ msgstr "Přidat do cronu a odesílat poštu přes cron job."
115
 
116
+ #: ../sendmail/sendmail.php:129
117
+ msgid "Select your mail type"
118
+ msgstr "Vybrat typ emailu"
119
+
120
+ #: ../sendmail/sendmail.php:135
121
+ msgid "Send mail immediately"
122
+ msgstr "Odeslat email ihned"
123
+
124
+ #: ../sendmail/sendmail.php:136
125
+ msgid "Send mail via cron job"
126
+ msgstr "Odeslat email cron jobem"
127
+
128
+ #: ../sendmail/sendmail.php:144
129
+ msgid "Select your subscriber group to send email"
130
+ msgstr "Vyberte účastníky skupiny pro odesílání emailů"
131
+
132
+ #: ../sendmail/sendmail.php:177
133
+ msgid "A,B,C"
134
+ msgstr "A,B,C"
135
+
136
+ #: ../sendmail/sendmail.php:178
137
+ msgid "D,E,F"
138
+ msgstr "D,E,F"
139
+
140
+ #: ../sendmail/sendmail.php:179
141
+ msgid "G,H,I"
142
+ msgstr "G,H,I"
143
+
144
+ #: ../sendmail/sendmail.php:180
145
+ msgid "J,K,L"
146
+ msgstr "J,K,L"
147
+
148
+ #: ../sendmail/sendmail.php:181
149
+ msgid "M,N,O"
150
+ msgstr "M,N,O"
151
+
152
+ #: ../sendmail/sendmail.php:182
153
+ msgid "P,Q,R"
154
+ msgstr "P,Q,R"
155
+
156
+ #: ../sendmail/sendmail.php:183
157
+ msgid "S,T,U"
158
+ msgstr "S,T,U"
159
+
160
+ #: ../sendmail/sendmail.php:184
161
+ msgid "V,W,X,Y,Z"
162
+ msgstr "V,W,X,Y,Z"
163
+
164
+ #: ../sendmail/sendmail.php:185
165
+ msgid "0-9"
166
+ msgstr "0-9"
167
+
168
+ #: ../sendmail/sendmail.php:186
169
+ msgid "ALL"
170
+ msgstr "Vše"
171
+
172
+ #: ../sendmail/sendmail.php:223
173
+ #, php-format
174
+ msgid ""
175
+ "<span style=\"color:#FF0000\">No subscribers available for %s search criteria.</"
176
+ "span>"
177
+ msgstr ""
178
+ "<span style=\"color:#FF0000\">Nejsou k dispozici žádní odběratelé podle %s "
179
+ "kritérií výběru.</span>"
180
+
181
+ #: ../settings/setting-sync.php:14
182
  msgid "Table sync completed successfully."
183
  msgstr "Tabulka synchronizace byla úspěšně dokončena."
184
 
185
+ #: ../settings/setting-sync.php:27
186
  msgid "Sync plugin tables"
187
  msgstr "Synchronizační plugin tabulek"
188
 
189
+ #: ../settings/setting-sync.php:30
190
  msgid "Click to sync tables"
191
  msgstr "Klikněte pro synchronizaci tabulek"
192
 
193
+ #: ../settings/settings-edit.php:17
194
  msgid "Oops, selected details doesnt exists."
195
  msgstr "Jejda, vybrané detaily neexistují."
196
 
197
+ #: ../settings/settings-edit.php:111
198
  msgid "Please enter sender of notifications from name."
199
  msgstr "Prosím, zadejte odesílatele oznámení z názvu."
200
 
201
+ #: ../settings/settings-edit.php:116
202
  msgid "Please enter sender of notifications from email."
203
  msgstr "Prosím, zadejte odesílatele oznámení z emailu."
204
 
205
+ #: ../settings/settings-edit.php:149
206
  msgid "Details was successfully updated."
207
  msgstr "Podrobnosti byly úspěšně aktualizovány."
208
 
209
+ #: ../settings/settings-edit.php:152
210
  msgid "Oops, details not update."
211
  msgstr "Jejda, detaily nejsou aktualizovány."
212
 
213
+ #: ../settings/settings-edit.php:192 ../classes/es-register.php:155 ../classes/es-
214
+ #: register.php:156
215
  msgid "Settings"
216
  msgstr "Nastavení"
217
 
218
+ #: ../settings/settings-edit.php:198
219
  msgid "Sender of notifications"
220
  msgstr "Odesílatel oznámení"
221
 
222
+ #: ../settings/settings-edit.php:199
223
  msgid ""
224
  "Choose a FROM name and FROM email address for all notifications emails from this "
225
  "plugin."
227
  "Vyberte jména (FROM) a emailové adresy pro všechny oznamovací emaily od tohoto "
228
  "pluginu."
229
 
230
+ #: ../settings/settings-edit.php:209
231
  msgid "Mail type"
232
  msgstr "Typ emailu"
233
 
234
+ #: ../settings/settings-edit.php:210
235
  msgid ""
236
  "Option 1 & 2 is to send mails with default Wordpress method wp_mail(). Option 3 & "
237
  "4 is to send mails with PHP method mail()"
239
  "Varianta 1 a 2 je odesílaní emailů s výchozí Wordpress metodou wp_mail(). "
240
  "Varianta 3 a 4, je odesílat emaily s metodou PHP mailu()"
241
 
242
+ #: ../settings/settings-edit.php:214
243
  msgid "1. WP HTML MAIL"
244
  msgstr "1. WP HTML email"
245
 
246
+ #: ../settings/settings-edit.php:215
247
  msgid "2. WP PLAINTEXT MAIL"
248
  msgstr "2. WP email - prostý text"
249
 
250
+ #: ../settings/settings-edit.php:216
251
  msgid "3. PHP HTML MAIL"
252
  msgstr "3. PHP HTML email"
253
 
254
+ #: ../settings/settings-edit.php:217
255
  msgid "4. PHP PLAINTEXT MAIL"
256
  msgstr "4. PHP email - prostý text"
257
 
258
+ #: ../settings/settings-edit.php:224
259
  msgid "Opt-in option"
260
  msgstr "Nastavení potvrzení"
261
 
262
+ #: ../settings/settings-edit.php:225
263
  msgid ""
264
  "Double Opt In, means subscribers need to confirm their email address by an "
265
  "activation link sent them on a activation email message. Single Opt In, means "
269
  "adresu aktivační odkazem zaslaným v aktivační emailové zprávě. Jednoduché "
270
  "potvrzení, znamená že odběratelé nemusí potvrdit svou emailovou adresu."
271
 
272
+ #: ../settings/settings-edit.php:229
273
  msgid "Double Opt In"
274
  msgstr "Dvojité potvrzení"
275
 
276
+ #: ../settings/settings-edit.php:230 ../subscribers/view-subscriber-show.php:303
277
  msgid "Single Opt In"
278
  msgstr "Jednoduché potvrzení"
279
 
280
+ #: ../settings/settings-edit.php:236
281
  msgid "Image Size"
282
  msgstr "Velikost obrázku"
283
 
284
+ #: ../settings/settings-edit.php:237
285
  msgid "Select image size for ###POSTIMAGE### to be shown in post notification email"
286
  msgstr ""
287
  "Výběr velikosti obrázku ###POSTIMAGE###, které mají být uvedeny v oznamovacím "
288
  "emailu"
289
 
290
+ #: ../settings/settings-edit.php:241
291
  msgid "Full Size"
292
  msgstr "Plná velikost"
293
 
294
+ #: ../settings/settings-edit.php:242
295
  msgid "Medium Size"
296
  msgstr "Střední velikost"
297
 
298
+ #: ../settings/settings-edit.php:243
299
  msgid "Thumbnail"
300
  msgstr "Náhled"
301
 
302
+ #: ../settings/settings-edit.php:249
303
  msgid "Opt-in mail subject (Confirmation mail)"
304
  msgstr "Nastavení předmětu emailu (Potvrzovací email)"
305
 
306
+ #: ../settings/settings-edit.php:250
307
  msgid ""
308
  "Enter the subject for Double Opt In mail. This will send whenever subscriber "
309
  "added email into our database."
311
  "Zadejte předmět pro email Dvojitého potvrzení emailové adresy. Ten bude posílán "
312
  "vždy, když bude odběratelův email přidán do naší databáze."
313
 
314
+ #: ../settings/settings-edit.php:256
315
  msgid "Opt-in mail content (Confirmation mail)"
316
  msgstr "Přihlášení k odběru - obsah emailu (Potvrzení mail)"
317
 
318
+ #: ../settings/settings-edit.php:257
319
  msgid ""
320
  "Enter the content for Double Opt In mail. This will send whenever subscriber "
321
  "added email into our database."
323
  "Zadejte obsah pro email Dvojitého potvrzení. Ten bude posílán vždy, když bude "
324
  "odběratelův email přidán do naší databáze."
325
 
326
+ #: ../settings/settings-edit.php:263
327
  msgid "Opt-in link (Confirmation link)"
328
  msgstr "Odkaz Přihlášení k odběru (Potvrzovací link)"
329
 
330
+ #: ../settings/settings-edit.php:264
331
  msgid "Double Opt In confirmation link. You no need to change this value."
332
  msgstr "Potvrzovací odkaz pro dvojité potvrzení. Není nutné tuto hodnotu měnit."
333
 
334
+ #: ../settings/settings-edit.php:270
335
  msgid "Text to display after email subscribed successfully"
336
  msgstr "Text, který se zobrazí po úspěšném odeslání emailu"
337
 
338
+ #: ../settings/settings-edit.php:271
339
  msgid ""
340
  "This text will display once user clicked email confirmation link from opt-in "
341
  "(confirmation) email content."
343
  "Tento text se zobrazí, jakmile uživatel klikl na potvrzovací odkaz v emailu pro "
344
  "potvrzení emailu."
345
 
346
+ #: ../settings/settings-edit.php:278
347
  msgid "Subscriber welcome email"
348
  msgstr "Uvítací email pro odběratele "
349
 
350
+ #: ../settings/settings-edit.php:279
351
  msgid "To send welcome mail to subscriber, This option must be set to YES."
352
  msgstr ""
353
  "Chcete-li poslat uvítací email odběrateli, musí být tato volba nastavena na "
354
  "hodnotu ANO."
355
 
356
+ #: ../settings/settings-edit.php:283 ../settings/settings-edit.php:311
357
  msgid "YES"
358
  msgstr "ANO"
359
 
360
+ #: ../settings/settings-edit.php:284 ../settings/settings-edit.php:312
361
  msgid "NO"
362
  msgstr "NE"
363
 
364
+ #: ../settings/settings-edit.php:290
365
  msgid "Welcome mail subject"
366
  msgstr "Předmět uvítacího emailu"
367
 
368
+ #: ../settings/settings-edit.php:291
369
  msgid ""
370
  "Enter the subject for subscriber welcome mail. This will send whenever email "
371
  "subscribed (confirmed) successfully."
373
  "Zadejte předmět uvítacího emailu pro odběratele. Bude posílán po úspěšném "
374
  "potvrzení emailu k odeběru."
375
 
376
+ #: ../settings/settings-edit.php:297
377
  msgid "Subscriber welcome mail content"
378
  msgstr "Obsah uvítacího emailu pro odběratele"
379
 
380
+ #: ../settings/settings-edit.php:298
381
  msgid ""
382
  "Enter the content for subscriber welcome mail. This will send whenever email "
383
  "subscribed (confirmed) successfully. (Keyword: ###NAME###)"
385
  "Zadejte obsah uvítacího emailu pro odběratele. Bude posílán po úspěšném potvrzení "
386
  "emailu k odběru. (Klíčové slovo: ###NAME###)"
387
 
388
+ #: ../settings/settings-edit.php:306
389
  msgid "Mail to admin"
390
  msgstr "Email administrátora"
391
 
392
+ #: ../settings/settings-edit.php:307
393
  msgid ""
394
  "To send admin notifications for new subscriber, This option must be set to YES."
395
  msgstr ""
396
  "Chcete-li poslat oznámení správci o novém odběrateli, musí být tato volba "
397
  "nastavena na ANO."
398
 
399
+ #: ../settings/settings-edit.php:318
400
  msgid "Admin email addresses"
401
  msgstr "Emailová adresa administrátora"
402
 
403
+ #: ../settings/settings-edit.php:319
404
  msgid ""
405
  "Enter the admin email addresses that should receive notifications (separate by "
406
  "comma)."
408
  "Zadejte emailové adresy administrátorů, kteří budou přijímat oznámení (oddělené "
409
  "čárkou)."
410
 
411
+ #: ../settings/settings-edit.php:325
412
  msgid "Admin mail subject"
413
  msgstr "Subjekt emailu pro administrátora"
414
 
415
+ #: ../settings/settings-edit.php:326
416
  msgid ""
417
  "Enter the subject for admin mail. This will send whenever new email added and "
418
  "confirmed into our database."
420
  "Zadejte předmět pro email administrátorovi. Bude posílán kdykoli bude nový email "
421
  "přidán nebo potvrzen v naší databázi."
422
 
423
+ #: ../settings/settings-edit.php:332
424
  msgid "Admin mail content"
425
  msgstr "Obsah emailu pro administrátora"
426
 
427
+ #: ../settings/settings-edit.php:333
428
  msgid ""
429
  "Enter the mail content for admin. This will send whenever new email added and "
430
  "confirmed into our database. (Keyword: ###NAME###, ###EMAIL###)"
432
  "Zadejte obsah emailu pro administrátora. Ten bude posílán kdykoli bude nový email "
433
  "přidán a potvrzen do naší databáze. (Klíčové slovo: ###NAME###, ###EMAIL###)"
434
 
435
+ #: ../settings/settings-edit.php:340
436
  msgid "Unsubscribe link"
437
  msgstr "Odhlašovací link"
438
 
439
+ #: ../settings/settings-edit.php:341
440
  msgid "Unsubscribe link. You no need to change this value."
441
  msgstr "Odhlašovací odkaz. Není nutné tuto hodnotu měnit."
442
 
443
+ #: ../settings/settings-edit.php:347
444
  msgid "Unsubscribe text in mail"
445
  msgstr "Text emailu pro odhlášení"
446
 
447
+ #: ../settings/settings-edit.php:348
448
  msgid ""
449
  "Enter the text for unsubscribe link. This text is to add unsubscribe link with "
450
  "newsletter. (Keyword: ###LINK###)"
452
  "Zadejte text odkazu pro odhlášení. Tento text je přidán do odkazu pro odhlášení "
453
  "ve zpravodaji. (Klíčové slovo: ###LINK###)"
454
 
455
+ #: ../settings/settings-edit.php:354
456
  msgid "Text to display after email unsubscribed"
457
  msgstr "Text, který se zobrazí po emailu s odhlášením"
458
 
459
+ #: ../settings/settings-edit.php:355
460
  msgid ""
461
  "This text will display once user clicked unsubscribed link from our newsletter."
462
  msgstr ""
463
  "Tento text se zobrazí, jakmile uživatel klikl odkaz pro odhlášení ze zasílání "
464
  "novinek."
465
 
466
+ #: ../settings/settings-edit.php:362
467
  msgid "Message 1"
468
  msgstr "Zpráva 1"
469
 
470
+ #: ../settings/settings-edit.php:363
471
  msgid "Default message to display if any issue on confirmation link."
472
  msgstr ""
473
  "Výchozí zpráva se zobrazí, pokud nastane jakýkoliv problém při použití odkazu pro "
474
  "potvrzení."
475
 
476
+ #: ../settings/settings-edit.php:369
477
  msgid "Message 2"
478
  msgstr "Zpráva 2"
479
 
480
+ #: ../settings/settings-edit.php:370
481
  msgid "Default message to display if any issue on unsubscribe link."
482
  msgstr ""
483
  "Výchozí zpráva se zobrazí, pokud nastane jakýkoliv problém při použití odkazu pro "
484
  "odhlášení."
485
 
486
+ #: ../settings/settings-edit.php:377
487
  msgid "Sent report subject"
488
  msgstr "Subjekt zprávy o deslání"
489
 
490
+ #: ../settings/settings-edit.php:378
491
  msgid "Mail subject for sent mail report."
492
  msgstr "Emailová adresa pro zprávu o odeslání."
493
 
494
+ #: ../settings/settings-edit.php:384
495
  msgid "Sent report content"
496
  msgstr "Obsah zpávy o odeslání"
497
 
498
+ #: ../settings/settings-edit.php:385
499
  msgid ""
500
  "Mail content for sent mail report. (Keyword: ###COUNT###, ###UNIQUE###, "
501
  "###STARTTIME###, ###ENDTIME###)"
503
  "Obsah emailu pro odeslaní zpávy. (Klíčová slova: ###COUNT###, ###UNIQUE###, "
504
  "###STARTTIME###, ###ENDTIME###)"
505
 
506
+ #: ../settings/settings-edit.php:396
507
  msgid "Save Settings"
508
  msgstr "Uložit nastavení"
509
 
510
+ #: ../settings/settings-edit.php:397 ../subscribers/view-subscriber-add.php:154 ..
511
  #: subscribers/view-subscriber-sync.php:157 ../subscribers/view-subscriber-edit.
512
+ #: php:147 ../notification/notification-edit.php:255 ../notification/notification-
513
+ #: add.php:248 ../compose/compose-edit.php:109 ../compose/compose-add.php:100
514
+ #: cron/cron-add.php:89 ../sendmail/sendmail.php:240 ../roles/roles-add.php:157
515
  msgid "Cancel"
516
  msgstr "Zrušit"
517
 
518
+ #: ../settings/settings-edit.php:398 ../sentmail/sentmail-preview.php:36 ..
519
+ #: sentmail/deliverreport-show.php:118 ../subscribers/view-subscriber-add.php:155
520
  #: ../subscribers/view-subscriber-sync.php:158 ../subscribers/view-subscriber-
521
  #: export.php:68 ../subscribers/view-subscriber-edit.php:148 ../subscribers/view-
522
  #: subscriber-import.php:189 ../subscribers/view-subscriber-show.php:448
523
+ #: notification/notification-edit.php:256 ../notification/notification-add.php:249
524
+ #: ../notification/notification-show.php:141 ../compose/compose-edit.php:110 .
525
  #: compose/compose-show.php:113 ../compose/compose-preview.php:35
526
+ #: compose/compose-add.php:101 ../cron/cron-add.php:90 ../sendmail/sendmail.php:241
527
+ #: ../roles/roles-add.php:158
528
  msgid "Help"
529
  msgstr "Pomoc"
530
 
531
+ #: ../job/es-optin.php:56 ../job/es-optin.php:66 ../job/es-unsubscribe.php:53 ..
532
+ #: job/es-unsubscribe.php:60
533
  msgid ""
534
  "Oops.. We are getting some technical error. Please try again or contact admin."
535
  msgstr ""
536
  "Jejda ... Nastala technická chyba. Zkuste to prosím znovu nebo se obraťte na "
537
  "administrátora."
538
 
539
+ #: ../job/es-optin.php:59
540
  msgid "This email address has already been confirmed."
541
  msgstr "Tato emailová adresa byla již potvrzena."
542
 
543
+ #: ../sentmail/sentmail-show.php:19 ../sentmail/sentmail-preview.php:15 ..
544
  #: subscribers/view-subscriber-edit.php:12 ../subscribers/view-subscriber-show.
545
+ #: php:46 ../notification/notification-edit.php:16 ../notification/notification-
546
+ #: show.php:18 ../compose/compose-edit.php:15 ../compose/compose-show.php:31
547
  #: compose/compose-preview.php:13
548
  msgid "Oops, selected details doesnt exist."
549
  msgstr "Jejda, vybrané detaily neexistují."
550
 
551
+ #: ../sentmail/sentmail-show.php:31 ../subscribers/view-subscriber-show.php:60 ..
552
+ #: subscribers/view-subscriber-show.php:104 ../compose/compose-show.php:43
 
553
  msgid "Selected record was successfully deleted."
554
  msgstr "Vybrán záznam byl úspěšně odstraněn."
555
 
556
+ #: ../sentmail/sentmail-show.php:38
557
  msgid "Successfully deleted all reports except latest 10."
558
  msgstr "Úspěšně smazány všechny reporty kromě posledních 10."
559
 
560
+ #: ../sentmail/sentmail-show.php:49 ../classes/es-register.php:161 ../classes/es-
561
+ #: register.php:162
562
  msgid "Sent Mails"
563
  msgstr "Odeslané emaily"
564
 
565
+ #: ../sentmail/sentmail-show.php:67 ../sentmail/sentmail-show.php:80
566
  msgid "View Reports"
567
  msgstr "Zobrazit přehledy"
568
 
569
+ #: ../sentmail/sentmail-show.php:68 ../sentmail/sentmail-show.php:81 ..
570
  #: compose/compose-show.php:95
571
  msgid "Preview"
572
  msgstr "Náhled"
573
 
574
+ #: ../sentmail/sentmail-show.php:69 ../sentmail/sentmail-show.php:82
575
  msgid "Source"
576
  msgstr "Zdroj"
577
 
578
+ #: ../sentmail/sentmail-show.php:70 ../sentmail/sentmail-show.php:83 ..
579
+ #: sentmail/deliverreport-show.php:42 ../sentmail/deliverreport-show.php:54
580
  #: subscribers/view-subscriber-add.php:121 ../subscribers/view-subscriber-edit.
581
  #: php:105 ../subscribers/view-subscriber-import.php:155 ../subscribers/view-
582
  #: subscriber-show.php:327 ../subscribers/view-subscriber-show.php:340
585
  msgid "Status"
586
  msgstr "Status"
587
 
588
+ #: ../sentmail/sentmail-show.php:71 ../sentmail/sentmail-show.php:84 ..
589
+ #: sentmail/deliverreport-show.php:43 ../sentmail/deliverreport-show.php:55
590
  #: compose/compose-show.php:68 ../compose/compose-show.php:76
591
  msgid "Type"
592
  msgstr "Typ"
593
 
594
+ #: ../sentmail/sentmail-show.php:72 ../sentmail/sentmail-show.php:85
595
  msgid "Start Date"
596
  msgstr "Počáteční datum"
597
 
598
+ #: ../sentmail/sentmail-show.php:73 ../sentmail/sentmail-show.php:86
599
  msgid "End Date"
600
  msgstr "Konečné datum"
601
 
602
+ #: ../sentmail/sentmail-show.php:74 ../sentmail/sentmail-show.php:87
603
  msgid "Total"
604
  msgstr "Celkem"
605
 
606
+ #: ../sentmail/sentmail-show.php:75 ../sentmail/sentmail-show.php:88 ..
607
  #: subscribers/view-subscriber-export.php:30 ../subscribers/view-subscriber-
608
  #: export.php:38 ../subscribers/view-subscriber-show.php:330 ../subscribers/view-
609
  #: subscriber-show.php:343 ../compose/compose-show.php:69 ../compose/compose-show.
611
  msgid "Action"
612
  msgstr "Akce"
613
 
614
+ #: ../sentmail/sentmail-show.php:128 ../sentmail/deliverreport-show.php:82 ..
615
+ #: notification/notification-show.php:130 ../compose/compose-show.php:102
616
  msgid "No records available."
617
  msgstr "Žádné záznamy k dispozici."
618
 
619
+ #: ../sentmail/sentmail-show.php:140 ../sentmail/deliverreport-show.php:94
620
  msgid " &lt;&lt; "
621
  msgstr " &lt;&lt; "
622
 
623
+ #: ../sentmail/sentmail-show.php:141 ../sentmail/deliverreport-show.php:95
624
  msgid " &gt;&gt; "
625
  msgstr " &gt;&gt; "
626
 
627
+ #: ../sentmail/sentmail-show.php:164 ../sentmail/sentmail-show.php:166
628
  msgid "Optimize Table"
629
  msgstr "Optimalizace tabulky"
630
 
631
+ #: ../sentmail/sentmail-show.php:174
632
  msgid ""
633
  "Note: Please click <strong>Optimize Table</strong> button to delete all reports "
634
  "except latest 10."
636
  "Poznámka: Kliknutím na tlačítko <strong> Optimalizace tabulky </ strong> vymažete "
637
  "všechny zprávy kromě posledních 10."
638
 
639
+ #: ../sentmail/sentmail-preview.php:22 ../compose/compose-preview.php:21
640
  msgid "Preview Mail"
641
  msgstr "Náhled emailu"
642
 
643
+ #: ../sentmail/sentmail-preview.php:35 ../sentmail/deliverreport-show.php:117 ..
644
  #: subscribers/view-subscriber-export.php:67 ../subscribers/view-subscriber-
645
  #: import.php:188 ../compose/compose-preview.php:33
646
  msgid "Back"
647
  msgstr "Zpět"
648
 
649
+ #: ../sentmail/deliverreport-show.php:13
650
  msgid "Oops.. Unexpected error occurred. Please try again."
651
  msgstr "Jejda ... došlo k neočekávané chybě. Prosím, zkuste to znovu."
652
 
653
+ #: ../sentmail/deliverreport-show.php:22
654
  msgid "Delivery Report"
655
  msgstr "Zpráva o doručení"
656
 
657
+ #: ../sentmail/deliverreport-show.php:39 ../sentmail/deliverreport-show.php:51 ..
658
  #: subscribers/view-subscriber-export.php:27 ../subscribers/view-subscriber-
659
  #: export.php:35 ../subscribers/view-subscriber-show.php:324 ../subscribers/view-
660
  #: subscriber-show.php:337
661
  msgid "Sno"
662
  msgstr "Číslo"
663
 
664
+ #: ../sentmail/deliverreport-show.php:40 ../sentmail/deliverreport-show.php:52
665
  msgid "Email"
666
  msgstr "Email"
667
 
668
+ #: ../sentmail/deliverreport-show.php:41 ../sentmail/deliverreport-show.php:53
669
  msgid "Sent Date"
670
  msgstr "Datum odeslání"
671
 
672
+ #: ../sentmail/deliverreport-show.php:44 ../sentmail/deliverreport-show.php:56
673
  msgid "Viewed Status"
674
  msgstr "Status zobrazení"
675
 
676
+ #: ../sentmail/deliverreport-show.php:45 ../sentmail/deliverreport-show.php:57
677
  msgid "Viewed Date"
678
  msgstr "Datum zobrazení"
679
 
680
+ #: ../sentmail/deliverreport-show.php:46 ../sentmail/deliverreport-show.php:58 ..
681
  #: subscribers/view-subscriber-show.php:329 ../subscribers/view-subscriber-show.
682
  #: php:342
683
  msgid "Database ID"
684
  msgstr "ID databáze"
685
 
686
+ #: ../classes/es-loadwidget.php:24 ../classes/es-register.php:411 ..
687
  #: subscribers/view-subscriber-show.php:326 ../subscribers/view-subscriber-show.
688
  #: php:339
689
  msgid "Name"
690
  msgstr "Jméno"
691
 
692
+ #: ../classes/es-loadwidget.php:29 ../classes/es-register.php:416
693
  msgid "Email *"
694
  msgstr "Email *"
695
 
696
+ #: ../classes/es-loadwidget.php:34 ../classes/es-register.php:421
697
  msgid "Subscribe"
698
  msgstr "Přihlásit se"
699
 
700
+ #. Name of the plugin
701
+ #: ../classes/es-register.php:137 ../classes/es-register.php:138
702
+ msgid "Email Subscribers"
703
+ msgstr "Email Subscribers"
704
+
705
+ #: ../classes/es-register.php:140 ../classes/es-register.php:141
706
  msgid "Subscribers"
707
  msgstr "Odběratel"
708
 
709
+ #: ../classes/es-register.php:143 ../classes/es-register.php:144
710
  msgid "Compose"
711
  msgstr "Napsat"
712
 
713
+ #: ../classes/es-register.php:146 ../classes/es-register.php:147 ..
714
  #: notification/notification-show.php:44
715
  msgid "Notification"
716
  msgstr "Oznámení"
717
 
718
+ #: ../classes/es-register.php:149 ../classes/es-register.php:150 ..
719
+ #: sendmail/sendmail.php:93 ../sendmail/sendmail.php:236 ../sendmail/sendmail.
720
+ #: php:238
721
  msgid "Send Email"
722
  msgstr "Poslat email"
723
 
724
+ #: ../classes/es-register.php:152
725
  msgid "Cron"
726
  msgstr "Cron"
727
 
728
+ #: ../classes/es-register.php:153
729
  msgid "Cron Mail"
730
  msgstr "Cron email"
731
 
732
+ #: ../classes/es-register.php:158 ../classes/es-register.php:159
733
  msgid "Roles"
734
  msgstr "Role"
735
 
736
+ #: ../classes/es-register.php:164
737
  msgid "Help & Info"
738
  msgstr "Pomoc a informace"
739
 
740
+ #: ../classes/es-register.php:165
741
  msgid "<span style=\"color:#f18500;font-weight:bolder;\">Help & Info"
742
  msgstr "<span style=\"color:#f18500;font-weight:bolder;\">Pomoc a informace"
743
 
744
+ #: ../classes/es-register.php:176
745
  msgctxt "view-subscriber-enhanced-select"
746
  msgid "Please enter subscriber email address."
747
  msgstr "Prosím, zadejte emailovou adresu odběratele."
748
 
749
+ #: ../classes/es-register.php:177
750
  msgctxt "view-subscriber-enhanced-select"
751
  msgid "Please select subscriber email status."
752
  msgstr "Prosím, vyberte status emailové adresy odběratele."
753
 
754
+ #: ../classes/es-register.php:178
755
  msgctxt "view-subscriber-enhanced-select"
756
  msgid "Please select or create group for this subscriber."
757
  msgstr "Vyberte nebo vytvořte skupinu pro tohoto odběratele."
758
 
759
+ #: ../classes/es-register.php:179
760
  msgctxt "view-subscriber-enhanced-select"
761
  msgid "Do you want to delete this record?"
762
  msgstr "Chcete smazat tento záznam?"
763
 
764
+ #: ../classes/es-register.php:180
765
  msgctxt "view-subscriber-enhanced-select"
766
  msgid "Please select the bulk action."
767
  msgstr "Prosím, zvolte hromadnou akci."
768
 
769
+ #: ../classes/es-register.php:181
770
  msgctxt "view-subscriber-enhanced-select"
771
  msgid "Do you want to delete selected record(s)?"
772
  msgstr "Chcete smazat vybraný záznam?"
773
 
774
+ #: ../classes/es-register.php:182
775
  msgctxt "view-subscriber-enhanced-select"
776
  msgid "Are you sure you want to delete?"
777
  msgstr "Jste si jistí, že to chcete smazat?"
778
 
779
+ #: ../classes/es-register.php:183
780
  msgctxt "view-subscriber-enhanced-select"
781
  msgid ""
782
  "Do you want to resend confirmation email? \\nAlso please note, this will update "
785
  "Chcete znovu odeslat potvrzovací email? Upozorňujeme, to bude aktualizován status "
786
  "odběratele na status \"Nepotvrzené\"."
787
 
788
+ #: ../classes/es-register.php:184
789
  msgctxt "view-subscriber-enhanced-select"
790
  msgid "Please select new subscriber group."
791
  msgstr "Prosím, vyberte novou skupinu odběratelů."
792
 
793
+ #: ../classes/es-register.php:185
794
  msgctxt "view-subscriber-enhanced-select"
795
  msgid "Do you want to update subscribers group?"
796
  msgstr "Chcete aktualizovat skupinu odběratelů?"
797
 
798
+ #: ../classes/es-register.php:186
799
  msgctxt "view-subscriber-enhanced-select"
800
  msgid "Do you want to export the emails?"
801
  msgstr "Chcete exportovat emailové adresy?"
802
 
803
+ #: ../classes/es-register.php:187
804
  msgctxt "view-subscriber-enhanced-select"
805
  msgid ""
806
  "Please select only csv file. Please check official website for csv structure.."
808
  "Prosím, vyberte pouze CSV soubory. Prosím, zkontrolujte strukturu pro CSV soubor "
809
  "na oficiálních internetových stránkách."
810
 
811
+ #: ../classes/es-register.php:195
812
  msgctxt "compose-enhanced-select"
813
  msgid "Please enter name for configuration."
814
  msgstr "Prosím, zadejte název konfigurace."
815
 
816
+ #: ../classes/es-register.php:196
817
  msgctxt "compose-enhanced-select"
818
  msgid "Please select template for this configuration."
819
  msgstr "Prosím zvolte šablonu pro tuto konfiguraci."
820
 
821
+ #: ../classes/es-register.php:197
822
  msgctxt "compose-enhanced-select"
823
  msgid "Do you want to delete this record?"
824
  msgstr "Chcete smazat tento záznam?"
825
 
826
+ #: ../classes/es-register.php:205
827
  msgctxt "notification-enhanced-select"
828
  msgid "Please select subscribers group."
829
  msgstr "Prosím, vyberte skupinu odběratelů."
830
 
831
+ #: ../classes/es-register.php:206
832
  msgctxt "notification-enhanced-select"
833
  msgid "Please select notification mail subject. Use compose menu to create new."
834
  msgstr ""
835
  "Prosím, vyberte subjekt oznamovacího emailu. Použijte menu Napsat a vytvořte nové."
836
 
837
+ #: ../classes/es-register.php:207
838
  msgctxt "notification-enhanced-select"
839
  msgid "Please select notification status."
840
  msgstr "Prosím, vyberte status oznámení."
841
 
842
+ #: ../classes/es-register.php:208
843
  msgctxt "notification-enhanced-select"
844
  msgid "Do you want to delete this record?"
845
  msgstr "Chcete smazat tento záznam?"
846
 
847
+ #: ../classes/es-register.php:216
848
  msgctxt "sendmail-enhanced-select"
849
  msgid "Please select your mail subject."
850
  msgstr "Prosím, vyberte subjekt emailu."
851
 
852
+ #: ../classes/es-register.php:217
853
  msgctxt "sendmail-enhanced-select"
854
  msgid "Please select subscriber email status."
855
  msgstr "Prosím, vyberte status emailové adresy odběratele."
856
 
857
+ #: ../classes/es-register.php:218
858
  msgctxt "sendmail-enhanced-select"
859
  msgid "Are you sure you want to send email to all selected email address?"
860
  msgstr "Jste si jisti, že chcete poslat email na všechny vybrané emailové adresy?"
861
 
862
+ #: ../classes/es-register.php:230
863
  msgctxt "sentmail-enhanced-select"
864
  msgid "Do you want to delete this record?"
865
  msgstr "Chcete smazat tento záznam?"
866
 
867
+ #: ../classes/es-register.php:231
868
  msgctxt "sentmail-enhanced-select"
869
  msgid "Do you want to delete all records except latest 10?"
870
  msgstr "Chcete odstranit všechny záznamy, s výjimkou poslední 10?"
871
 
872
+ #: ../classes/es-register.php:239
873
  msgctxt "roles-enhanced-select"
874
  msgid "Please enter subscriber email address."
875
  msgstr "Prosím, zadejte emailovou adresu odběratele."
876
 
877
+ #: ../classes/es-register.php:240
878
  msgctxt "roles-enhanced-select"
879
  msgid "Please select subscriber email status."
880
  msgstr "Prosím, vyberte status emailové adresy odběratele."
881
 
882
+ #: ../classes/es-register.php:241
883
  msgctxt "roles-enhanced-select"
884
  msgid "Please select or create group for this subscriber."
885
  msgstr "Prosím, vyberte nebo vytvořte skupinu pro tohoto odběratele."
886
 
887
+ #: ../classes/es-register.php:249
888
  msgctxt "cron-enhanced-select"
889
  msgid "Please select enter number of mails you want to send per hour/trigger."
890
  msgstr "Prosím, zadejte počet emailů, které chcete poslat za hodinu/triger."
891
 
892
+ #: ../classes/es-register.php:250
893
  msgctxt "cron-enhanced-select"
894
  msgid "Please enter the mail count, only number."
895
  msgstr "Prosím, zadejte počet emailů, pouze číslo."
896
 
897
+ #: ../classes/es-register.php:263
898
  msgctxt "widget-enhanced-select"
899
  msgid "Please enter email address."
900
  msgstr "Prosím, zadejte emailovou adresu."
901
 
902
+ #: ../classes/es-register.php:264
903
  msgctxt "widget-enhanced-select"
904
  msgid "Please provide a valid email address."
905
  msgstr "Zadejte prosím, platnou emailovou adresu."
906
 
907
+ #: ../classes/es-register.php:265
908
  msgctxt "widget-enhanced-select"
909
  msgid "loading..."
910
  msgstr "nahrává se..."
911
 
912
+ #: ../classes/es-register.php:266
913
  msgctxt "widget-enhanced-select"
914
  msgid "Cannot create XMLHTTP instance"
915
  msgstr "Nelze vytvořit instanci XMLHTTP"
916
 
917
+ #: ../classes/es-register.php:267
918
  msgctxt "widget-enhanced-select"
919
  msgid "Subscribed successfully."
920
  msgstr "Úspěšné přihlášení."
921
 
922
+ #: ../classes/es-register.php:268
923
  msgctxt "widget-enhanced-select"
924
  msgid ""
925
  "You have successfully subscribed to the newsletter. You will receive a "
932
  "Pokud se email déle než 15 minut neobjeví ve vaší poštovní schránce, zkontrolujte "
933
  "složku se spamem."
934
 
935
+ #: ../classes/es-register.php:269
936
  msgctxt "widget-enhanced-select"
937
  msgid "Email Address already exists."
938
  msgstr "Email je již registrován."
939
 
940
+ #: ../classes/es-register.php:270
941
  msgctxt "widget-enhanced-select"
942
  msgid "Oops.. Unexpected error occurred."
943
  msgstr "Jejda ... došlo k neočekávané chybě."
944
 
945
+ #: ../classes/es-register.php:271
946
  msgctxt "widget-enhanced-select"
947
  msgid "Invalid email address."
948
  msgstr "Neplatná emailová adresa."
949
 
950
+ #: ../classes/es-register.php:272
951
  msgctxt "widget-enhanced-select"
952
  msgid "Please try after some time."
953
  msgstr "Prosím, zkuste to později."
954
 
955
+ #: ../classes/es-register.php:273
956
  msgctxt "widget-enhanced-select"
957
  msgid "There was a problem with the request."
958
  msgstr "Došlo k potížím s požadavkem."
959
 
960
+ #: ../classes/es-register.php:280
961
  msgctxt "widget-page-enhanced-select"
962
  msgid "Please enter email address."
963
  msgstr "Prosím, zadejte emailovou adresu."
964
 
965
+ #: ../classes/es-register.php:281
966
  msgctxt "widget-page-enhanced-select"
967
  msgid "Please provide a valid email address."
968
  msgstr "Zadejte prosím, platnou emailovou adresu."
969
 
970
+ #: ../classes/es-register.php:282
971
  msgctxt "widget-page-enhanced-select"
972
  msgid "loading..."
973
  msgstr "nahrává se..."
974
 
975
+ #: ../classes/es-register.php:283
976
  msgctxt "widget-page-enhanced-select"
977
  msgid "Cannot create XMLHTTP instance"
978
  msgstr "Nelze vytvořit instanci XMLHTTP"
979
 
980
+ #: ../classes/es-register.php:284
981
  msgctxt "widget-page-enhanced-select"
982
  msgid "Subscribed successfully."
983
  msgstr "Úspěšné přihlášení"
984
 
985
+ #: ../classes/es-register.php:285
986
  msgctxt "widget-page-enhanced-select"
987
  msgid ""
988
  "You have successfully subscribed to the newsletter. You will receive a "
995
  "Pokud se email déle než 15 minut neobjeví ve vaší poštovní schránce, zkontrolujte "
996
  "složku se spamem."
997
 
998
+ #: ../classes/es-register.php:286
999
  msgctxt "widget-page-enhanced-select"
1000
  msgid "Email Address already exists."
1001
  msgstr "Email je již registrován."
1002
 
1003
+ #: ../classes/es-register.php:287
1004
  msgctxt "widget-page-enhanced-select"
1005
  msgid "Oops.. Unexpected error occurred."
1006
  msgstr "Jejda ... došlo k neočekávané chybě."
1007
 
1008
+ #: ../classes/es-register.php:288
1009
  msgctxt "widget-page-enhanced-select"
1010
  msgid "Invalid email address."
1011
  msgstr "Neplatná emailová adresa."
1012
 
1013
+ #: ../classes/es-register.php:289
1014
  msgctxt "widget-page-enhanced-select"
1015
  msgid "Please try after some time."
1016
  msgstr "Prosím, zkuste to později."
1017
 
1018
+ #: ../classes/es-register.php:290
1019
  msgctxt "widget-page-enhanced-select"
1020
  msgid "There was a problem with the request."
1021
  msgstr "Došlo k potížím s požadavkem."
1022
 
1023
+ #: ../classes/es-register.php:456
1024
  msgid "Widget Title"
1025
  msgstr "Nadpis widgetu"
1026
 
1027
+ #: ../classes/es-register.php:460
1028
  msgid "Display Name Field"
1029
  msgstr "Zobrazovat pole Jméno"
1030
 
1031
+ #: ../classes/es-register.php:467
1032
  msgid "Short Description"
1033
  msgstr "Krátký popis"
1034
 
1035
+ #: ../classes/es-register.php:469
1036
  msgid "Short description about your subscription form."
1037
  msgstr "Krátký popis k vašemu přihlašovacímu formuláři."
1038
 
1039
+ #: ../classes/es-register.php:472
1040
  msgid "Subscriber Group"
1041
  msgstr "Skupina odběratelů"
1042
 
1043
+ #: ../classes/es-common.php:8
1044
  msgid "<span style=\"color:#006600;font-weight:bold;\">Confirmed</span>"
1045
  msgstr "<span style=\"color:#006600;font-weight:bold;\">Potvrzeno</span>"
1046
 
1047
+ #: ../classes/es-common.php:11
1048
  msgid "<span style=\"color:#FF0000\">Unconfirmed</span>"
1049
  msgstr "<span style=\"color:#FF0000\">Nepotvrzeno</span>"
1050
 
1051
+ #: ../classes/es-common.php:14
1052
  msgid "<span style=\"color:#999900\">Unsubscribed</span>"
1053
  msgstr "<span style=\"color:#999900\">Odhlášeno</span>"
1054
 
1055
+ #: ../classes/es-common.php:17
1056
  msgid "<span style=\"color:#0000FF\">Single Opt In</span>"
1057
  msgstr "<span style=\"color:#0000FF\">Jednoduché potvrzení</span>"
1058
 
1059
+ #: ../classes/es-common.php:20
1060
  msgid "<span style=\"color:#00CC00;font-weight:bold\">Viewed</span>"
1061
  msgstr "<span style=\"color:#00CC00;font-weight:bold\">Zobrazeno</span>"
1062
 
1063
+ #: ../classes/es-common.php:23
1064
  msgid "<span style=\"color:#999900;\">Nodata</span>"
1065
  msgstr "<span style=\"color:#999900;\">Neuvedeno</span>"
1066
 
1067
+ #: ../classes/es-common.php:26
1068
  msgid "<span style=\"color:#FF0000\">Disable</span>"
1069
  msgstr "<span style=\"color:#FF0000\">Vypnuto</span>"
1070
 
1071
+ #: ../classes/es-common.php:29
1072
  msgid "<span style=\"color:#FF0000\">In Queue</span>"
1073
  msgstr "<span style=\"color:#FF0000\">V řadě</span>"
1074
 
1075
+ #: ../classes/es-common.php:32
1076
  msgid "<span style=\"color:#00FF00;font-weight:bold;\">Sent</span>"
1077
  msgstr "<span style=\"color:#00FF00;font-weight:bold;\">Posláno</span>"
1078
 
1079
+ #: ../classes/es-common.php:35
1080
  msgid "<span style=\"color:#ffd700;font-weight:bold;\">Cron Mail</span>"
1081
  msgstr "<span style=\"color:#ffd700;font-weight:bold;\">Cron email</span>"
1082
 
1083
+ #: ../classes/es-common.php:38
1084
  msgid "<span style=\"color:#993399;\">Instant Mail</span>"
1085
  msgstr "<span style=\"color:#993399;\">Okamžitý email</span>"
1086
 
1118
  #: ../subscribers/view-subscriber-add.php:92 ../subscribers/view-subscriber-add.
1119
  #: php:101 ../subscribers/view-subscriber-edit.php:86 ../subscribers/view-
1120
  #: subscriber-import.php:107 ../subscribers/view-subscriber-import.php:138 ..
1121
+ #: notification/notification-edit.php:96 ../notification/notification-add.php:92
1122
  #: ../compose/compose-edit.php:67 ../compose/compose-add.php:59
1123
  msgid "Click here"
1124
  msgstr "Stisknout zde"
1126
  #: ../subscribers/view-subscriber-add.php:92 ../subscribers/view-subscriber-add.
1127
  #: php:101 ../subscribers/view-subscriber-edit.php:86 ../subscribers/view-
1128
  #: subscriber-import.php:107 ../subscribers/view-subscriber-import.php:138 ..
1129
+ #: notification/notification-edit.php:97 ../compose/compose-edit.php:68
1130
+ #: compose/compose-add.php:60
1131
  msgid " to view the details"
1132
  msgstr " zobrazit podrobnosti"
1133
 
1163
  #: ../subscribers/view-subscriber-add.php:132 ../subscribers/view-subscriber-sync.
1164
  #: php:99 ../subscribers/view-subscriber-sync.php:130 ../subscribers/view-
1165
  #: subscriber-edit.php:116 ../subscribers/view-subscriber-import.php:166 ..
1166
+ #: notification/notification-edit.php:131 ../notification/notification-add.php:115
1167
+ #: ../notification/notification-add.php:139 ../sendmail/sendmail.php:106
1168
+ #: sendmail/sendmail.php:134 ../sendmail/sendmail.php:149
1169
  msgid "Select"
1170
  msgstr "Vybrat"
1171
 
1176
 
1177
  #: ../subscribers/view-subscriber-add.php:153 ../subscribers/view-subscriber-sync.
1178
  #: php:156 ../subscribers/view-subscriber-edit.php:146 ..
1179
+ #: notification/notification-edit.php:254 ../notification/notification-add.php:247
1180
+ #: ../compose/compose-edit.php:108 ../compose/compose-add.php:99 ../cron/cron-
1181
+ #: add.php:88 ../roles/roles-add.php:156
1182
  msgid "Submit"
1183
  msgstr "Potvrdit"
1184
 
1328
  msgstr "Nahrát CSV"
1329
 
1330
  #: ../subscribers/view-subscriber-show.php:11 ../compose/compose-show.php:13 ..
1331
+ #: sendmail/sendmail.php:17
1332
  msgid "Click Here"
1333
  msgstr "Stisknout zde"
1334
 
1360
  msgid "Oops, New group name was not selected."
1361
  msgstr "Jejda, název nové skupiny nebyl vybrán."
1362
 
 
 
 
 
1363
  #: ../subscribers/view-subscriber-show.php:233 ../subscribers/view-subscriber-
1364
  #: show.php:444 ../notification/notification-show.php:45 ..
1365
+ #: notification/notification-show.php:140 ../compose/compose-show.php:56
1366
  #: compose/compose-show.php:112
1367
  msgid "Add New"
1368
  msgstr "Přidat nový"
1393
  msgstr "Emailová adresa"
1394
 
1395
  #: ../subscribers/view-subscriber-show.php:374 ../notification/notification-show.
1396
+ #: php:87 ../compose/compose-show.php:93 ../compose/compose-preview.php:34
1397
  msgid "Edit"
1398
  msgstr "Upravit"
1399
 
1400
  #: ../subscribers/view-subscriber-show.php:377 ../subscribers/view-subscriber-
1401
+ #: show.php:422 ../notification/notification-show.php:90 ../compose/compose-show.
1402
  #: php:94
1403
  msgid "Delete"
1404
  msgstr "Smazat"
1438
  msgid "Sync Email"
1439
  msgstr "Synchronizace emailu"
1440
 
1441
+ #. Description of the plugin
1442
+ msgid ""
1443
+ "Add subscription form on website, send HTML newsletters to subscribers & "
1444
+ "automatically notify them about new blog posts once it gets published."
1445
+ msgstr ""
1446
+ "Přidáním přihlašovacího formuláře na internetových stránkách, zajistíte posílání "
1447
+ "HTML zpravodaje pro předplatitele a automaticky je budete informovat o nových "
1448
+ "příspěvcích, jakmile budou zveřejněny."
1449
 
1450
+ #. URI of the plugin
1451
+ msgid "http://www.storeapps.org"
1452
+ msgstr "http://www.storeapps.org"
 
 
1453
 
1454
+ #: ../notification/notification-edit.php:55 ../notification/notification-add.php:44
 
 
1455
  msgid "Please select notification mail subject. Use compose menu to create new."
1456
  msgstr ""
1457
  "Prosím, vyberte subjekt oznamovacího emailu. Použijte menu Napsat a vytvořte nový."
1458
 
1459
+ #: ../notification/notification-edit.php:61 ../notification/notification-edit.php:
1460
+ #: 153 ../notification/notification-add.php:50
 
1461
  msgid "Please select post categories."
1462
  msgstr "Prosím vyberte kategorií příspěvků"
1463
 
1464
+ #: ../notification/notification-edit.php:83
1465
  msgid "Notification was successfully updated."
1466
  msgstr "Oznámení bylo úspěšně aktualizováno."
1467
 
1468
+ #: ../notification/notification-edit.php:107
1469
  msgid "Edit Notification"
1470
  msgstr "Upravit oznámení"
1471
 
1472
+ #: ../notification/notification-edit.php:113 ../notification/notification-add.php:
1473
+ #: 109 ../notification/notification-show.php:56 ../notification/notification-show.
1474
  #: php:64
1475
  msgid "Subscribers Group"
1476
  msgstr "Skupiny odběratelů"
1477
 
1478
+ #: ../notification/notification-edit.php:125 ../notification/notification-add.php:
1479
+ #: 133
 
 
 
 
1480
  msgid "Notification Mail"
1481
  msgstr "Email oznámení"
1482
 
1483
+ #: ../notification/notification-edit.php:152 ../notification/notification-add.php:
1484
+ #: 158
1485
  msgid "Post Categories"
1486
  msgstr "Kategorie příspěvků"
1487
 
1488
+ #: ../notification/notification-edit.php:188 ../notification/notification-add.php:
1489
+ #: 187 ../sendmail/sendmail.php:169
1490
+ msgid "Check All"
1491
+ msgstr "Označit vše"
1492
+
1493
+ #: ../notification/notification-edit.php:189 ../notification/notification-add.php:
1494
+ #: 188 ../sendmail/sendmail.php:170
1495
+ msgid "Uncheck All"
1496
+ msgstr "Odznačit vše"
1497
 
1498
+ #: ../notification/notification-edit.php:196
 
1499
  msgid "Please select your custom post type (Optional)."
1500
  msgstr "Prosím, vyberte typ vlastních příspěvků (volitelně)."
1501
 
1502
+ #: ../notification/notification-edit.php:237 ../notification/notification-add.php:
1503
+ #: 231 ../notification/notification-show.php:58 ../notification/notification-show.
1504
  #: php:66
1505
  msgid "Notification Status"
1506
  msgstr "Status oznámení"
1507
 
1508
+ #: ../notification/notification-edit.php:238 ../notification/notification-add.php:
1509
+ #: 38
1510
+ msgid "Please select notification status."
1511
+ msgstr "Vyberte status oznámení."
1512
+
1513
+ #: ../notification/notification-add.php:32
1514
+ msgid "Please select subscribers group."
1515
+ msgstr "Prosím, vyberte skupinu odběratelů."
1516
 
1517
+ #: ../notification/notification-add.php:103
1518
  msgid "Add Notification"
1519
  msgstr "Přidat oznámení"
1520
 
1542
  msgstr "Vytvořit email"
1543
 
1544
  #: ../compose/compose-edit.php:80 ../compose/compose-add.php:71 ..
1545
+ #: sendmail/sendmail.php:128
1546
  msgid "Mail Type"
1547
  msgstr "Typ emailu"
1548
 
1598
  msgid "Template was successfully created."
1599
  msgstr "Šablona byla úspěšně vytvořena."
1600
 
1601
+ #: ../compose/compose-add.php:76 ../sendmail/sendmail.php:52
1602
  msgid "Please select your mail type."
1603
  msgstr "Prosím, vyberte typ emailu."
1604
 
1679
  "<a target=\"_blank\" href=\"http://www.storeapps.org/docs/es-what-to-do-if-"
1680
  "hosting-doesnt-support-cron-jobs/\">Hosting nepodporuje cron?</a>"
1681
 
1682
+ #: ../sendmail/sendmail.php:39
1683
  msgid "Please select your mail subject."
1684
  msgstr "Prosím, vyberte předmět emailu."
1685
 
1686
+ #: ../sendmail/sendmail.php:46
1687
  msgid "No email address selected."
1688
  msgstr "Není vybrána žádná emailová adresa."
1689
 
1690
+ #: ../sendmail/sendmail.php:59
1691
  msgid "Mail sent successfully"
1692
  msgstr "Email úspěšně odeslán"
1693
 
1695
  msgid "Click here for details"
1696
  msgstr "Klikněte zde pro detaily"
1697
 
1698
+ #: ../sendmail/sendmail.php:71
1699
  msgid "Oops.. We are getting some error. mail not sending."
1700
  msgstr "Jejda .. Nastala nějaké chyba. email se neodesílá."
1701
 
1702
+ #: ../sendmail/sendmail.php:100
1703
  msgid "Select your mail subject"
1704
  msgstr "Vybrat předmět vašeho emailu"
1705
 
1706
+ #: ../sendmail/sendmail.php:101
1707
  msgid ""
1708
  "Select a mail subject from available list. Go to Compose page to create new mail."
1709
  msgstr ""
1710
  "Vyberte předmět zprávy ze seznamu dostupných. Menu Napsat slouží k vytvoření nové "
1711
  "pošty."
1712
 
1713
+ #: ../sendmail/sendmail.php:143
 
 
 
 
1714
  msgid "Select subscriber group"
1715
  msgstr "Vybrat skupinu odběratelů"
1716
 
1717
+ #: ../roles/roles-add.php:95
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1718
  msgid "Roles and Capabilities"
1719
  msgstr "Role a možnosti"
1720
 
1721
+ #: ../roles/roles-add.php:97
1722
  msgid "Subscribers Menu"
1723
  msgstr "Menu Odběratelé"
1724
 
1725
+ #: ../roles/roles-add.php:99 ../roles/roles-add.php:107 ../roles/roles-add.php:115
1726
+ #: ../roles/roles-add.php:123 ../roles/roles-add.php:131 ../roles/roles-add. php:139
1727
+ #: ../roles/roles-add.php:147
1728
  msgid "Administrator Only"
1729
  msgstr "Pouze Administrátor"
1730
 
1731
+ #: ../roles/roles-add.php:100 ../roles/roles-add.php:108 ../roles/roles-add.php:116
1732
+ #: ../roles/roles-add.php:124 ../roles/roles-add.php:132 ../roles/roles-add. php:140
1733
+ #: ../roles/roles-add.php:148
1734
  msgid "Administrator/Editor"
1735
  msgstr "Administrátor/Editor"
1736
 
1737
+ #: ../roles/roles-add.php:101 ../roles/roles-add.php:109 ../roles/roles-add.php:117
1738
+ #: ../roles/roles-add.php:125 ../roles/roles-add.php:133 ../roles/roles-add. php:141
1739
+ #: ../roles/roles-add.php:149
1740
  msgid "Administrator/Editor/Author/Contributor"
1741
  msgstr "Administrátor/Editor/Autor/Přispěvatel"
1742
 
1743
+ #: ../roles/roles-add.php:103
1744
  msgid ""
1745
  "Select user role to access plugin Subscribers Menu. Only Admin user can change "
1746
  "this value."
1748
  "Vybrat role uživatelů pro přístup k menu Odběratelé. Pouze administrátor může "
1749
  "tuto hodnotu změnit."
1750
 
1751
+ #: ../roles/roles-add.php:105
1752
  msgid "Compose Menu"
1753
  msgstr "Menu Vytvořit obsah"
1754
 
1755
+ #: ../roles/roles-add.php:111
1756
  msgid ""
1757
  "Select user role to access plugin Compose Menu. Only Admin user can change this "
1758
  "value."
1760
  "Vybrat role uživatelů pro přístup k menu Vytvořit obsah. Pouze administrátor může "
1761
  "tuto hodnotu změnit."
1762
 
1763
+ #: ../roles/roles-add.php:113
1764
  msgid "Notification Menu"
1765
  msgstr "Menu Oznámení"
1766
 
1767
+ #: ../roles/roles-add.php:119
1768
  msgid ""
1769
  "Select user role to access plugin Notification Menu. Only Admin user can change "
1770
  "this value."
1772
  "Vybrat role uživatelů pro přístup k menu Oznámení. Pouze administrátor může tuto "
1773
  "hodnotu změnit."
1774
 
1775
+ #: ../roles/roles-add.php:121
1776
  msgid "Send Email Menu/Cron Menu"
1777
  msgstr "Menu Poslat email/Cron"
1778
 
1779
+ #: ../roles/roles-add.php:127
1780
  msgid ""
1781
  "Select user role to access plugin Send Email Menu. Only Admin user can change "
1782
  "this value."
1784
  "Vybrat role uživatelů pro přístup k menu Poslat email. Pouze administrátor může "
1785
  "tuto hodnotu změnit."
1786
 
1787
+ #: ../roles/roles-add.php:129
1788
  msgid "Settings Menu"
1789
  msgstr "Menu Nastavení"
1790
 
1791
+ #: ../roles/roles-add.php:135
1792
  msgid ""
1793
  "Select user role to access plugin Settings Menu. Only Admin user can change this "
1794
  "value."
1796
  "Vybrat role uživatelů pro přístup k menu Nastavení. Pouze administrátor může tuto "
1797
  "hodnotu změnit."
1798
 
1799
+ #: ../roles/roles-add.php:137
1800
  msgid "Sent Mails Menu"
1801
  msgstr "Menu Odeslané maily"
1802
 
1803
+ #: ../roles/roles-add.php:143
1804
  msgid ""
1805
  "Select user role to access plugin Sent Mails Menu. Only Admin user can change "
1806
  "this value."
1808
  "Vybrat role uživatelů pro přístup pro menu Odeslané emaily. Pouze administrátor "
1809
  "může tuto hodnotu změnit."
1810
 
1811
+ #: ../roles/roles-add.php:145
1812
  msgid "Help & Info Menu"
1813
  msgstr "Menu Nápověda & Info"
1814
 
1815
+ #: ../roles/roles-add.php:151
1816
  msgid ""
1817
  "Select user role to access plugin Help & Info Menu. Only Admin user can change "
1818
  "this value."
1822
 
1823
  #: ../help/help.php:44
1824
  msgid "Welcome to Email Subscribers!"
1825
+ msgstr "Vítejte v Email Subscribers!"
1826
 
1827
  #: ../help/help.php:45
1828
  msgid "Thanks for installing and we hope you will enjoy using Email Subscribers."
1829
+ msgstr "Děkujeme za instalaci a doufáme, že se vám bude líbit Email Subscribers."
 
 
1830
 
1831
  #: ../help/help.php:49
1832
  msgid "For more help and tips..."
1918
 
1919
  #: ../help/help.php:145
1920
  msgid "How to install and activate Email Subscribers on multisite installations?"
1921
+ msgstr "Jak nainstalovat a aktivovat Email Subscribers na multisite instalaci?"
1922
 
1923
  #: ../help/help.php:149
1924
  msgid ""
languages/email-subscribers-es_ES.mo CHANGED
Binary file
languages/email-subscribers-es_ES.po CHANGED
@@ -1,1994 +1,1962 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: Email subscribers\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2016-06-04 11:11+0200\n"
6
- "PO-Revision-Date: 2016-06-04 11:15+0200\n"
7
- "Last-Translator: David Bravo <dbravo@dimensionmultimedia.com>\n"
8
- "Language-Team: \n"
9
- "Language: es_ES\n"
10
- "MIME-Version: 1.0\n"
11
- "Content-Type: text/plain; charset=UTF-8\n"
12
- "Content-Transfer-Encoding: 8bit\n"
13
- "X-Generator: Poedit 1.8.7\n"
14
- "X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e;_x\n"
15
- "X-Poedit-Basepath: ../..\n"
16
- "X-Poedit-SearchPath-0: languages\n"
17
- "X-Poedit-SearchPath-1: plugins/email-subscribers\n"
18
- "X-Poedit-SearchPathExcluded-0: *.js\n"
19
-
20
- #. Name of the plugin
21
- msgid "Email Subscribers"
22
- msgstr "Suscriptores de correo"
23
-
24
- #. URI of the plugin
25
- msgid "http://www.storeapps.org"
26
- msgstr "http://www.storeapps.org"
27
-
28
- #. Description of the plugin
29
- msgid ""
30
- "Add subscription form on website, send HTML newsletters to subscribers & "
31
- "automatically notify them about new blog posts once it gets published."
32
- msgstr ""
33
- "Añade un formulario de suscripción en la página web, envía newsletters HTML "
34
- "a suscriptores y automáticamente notifícales sobre las nuevas entradas del "
35
- "blog en cuando sean publicadas."
36
-
37
- #. Author of the plugin
38
- msgid "Store Apps"
39
- msgstr "Store Apps"
40
-
41
- #: ../settings/setting-sync.php:12
42
- msgid "Table sync completed successfully."
43
- msgstr "Sincronización de la Tabla finalizada con éxito."
44
-
45
- #: ../settings/setting-sync.php:25
46
- msgid "Sync plugin tables"
47
- msgstr "Sincronizar tablas del plugin"
48
-
49
- #: ../settings/setting-sync.php:28
50
- msgid "Click to sync tables"
51
- msgstr "Clic para sincronizar tablas"
52
-
53
- #: ../settings/settings-edit.php:15
54
- msgid "Oops, selected details doesnt exists."
55
- msgstr "Ups, los detalles seleccionados no existen."
56
-
57
- #: ../settings/settings-edit.php:109
58
- msgid "Please enter sender of notifications from name."
59
- msgstr "Por favor introduce el nombre 'de' para el emisor de notificaciones."
60
-
61
- #: ../settings/settings-edit.php:114
62
- msgid "Please enter sender of notifications from email."
63
- msgstr "Por favor introduce el correo 'de' para el emisor de notificaciones."
64
-
65
- #: ../settings/settings-edit.php:147
66
- msgid "Details was successfully updated."
67
- msgstr "Los detalles fueron actualizados correctamente."
68
-
69
- #: ../settings/settings-edit.php:150
70
- msgid "Oops, details not update."
71
- msgstr "Ups, los detalles no se han actualizado."
72
-
73
- #: ../settings/settings-edit.php:190 ../classes/es-register.php:154
74
- #: ../classes/es- register.php:155
75
- msgid "Settings"
76
- msgstr "Configuración"
77
-
78
- #: ../settings/settings-edit.php:196
79
- msgid "Sender of notifications"
80
- msgstr "Emisor de notificaciones"
81
-
82
- #: ../settings/settings-edit.php:197
83
- msgid ""
84
- "Choose a FROM name and FROM email address for all notifications emails from "
85
- "this plugin."
86
- msgstr ""
87
- "Elige un nombre DE y una dirección de correo DE para todos los correos de "
88
- "notificaciones de este plugin."
89
-
90
- #: ../settings/settings-edit.php:206
91
- msgid "Mail type"
92
- msgstr "Tipo de Correo"
93
-
94
- #: ../settings/settings-edit.php:207
95
- msgid ""
96
- "Option 1 & 2 is to send mails with default Wordpress method wp_mail(). "
97
- "Option 3 & 4 is to send mails with PHP method mail()"
98
- msgstr ""
99
- "Las opciones 1 y 2 envían correos con el método por defecto de WordPress "
100
- "wp_mail(). Las opciones 3 y 4 envían correos con el método PHP mail()."
101
-
102
- #: ../settings/settings-edit.php:211
103
- msgid "1. WP HTML MAIL"
104
- msgstr "1. WP CORREO HTML"
105
-
106
- #: ../settings/settings-edit.php:212
107
- msgid "2. WP PLAINTEXT MAIL"
108
- msgstr "2. WP CORREO TEXTO PLANO"
109
-
110
- #: ../settings/settings-edit.php:213
111
- msgid "3. PHP HTML MAIL"
112
- msgstr "3. PHP CORREO PHP"
113
-
114
- #: ../settings/settings-edit.php:214
115
- msgid "4. PHP PLAINTEXT MAIL"
116
- msgstr "4. PHP CORREO TEXTO PLANO"
117
-
118
- #: ../settings/settings-edit.php:221
119
- msgid "Opt-in option"
120
- msgstr "Opción envío"
121
-
122
- #: ../settings/settings-edit.php:222
123
- msgid ""
124
- "Double Opt In, means subscribers need to confirm their email address by an "
125
- "activation link sent them on a activation email message. Single Opt In, "
126
- "means subscribers do not need to confirm their email address."
127
- msgstr ""
128
- "Doble envío, significa que los suscriptores deben confirmar su correo "
129
- "electrónico por un enlace de activación que se les envía en un mensaje de "
130
- "confirmación de correo. Envío simple significa que los suscriptores no deben "
131
- "confirmar su dirección de correo."
132
-
133
- #: ../settings/settings-edit.php:226
134
- msgid "Double Opt In"
135
- msgstr "Doble entrada"
136
-
137
- #: ../settings/settings-edit.php:227
138
- #: ../subscribers/view-subscriber-show.php:303
139
- msgid "Single Opt In"
140
- msgstr "Envío individual"
141
-
142
- #: ../settings/settings-edit.php:233
143
- msgid "Image Size"
144
- msgstr "Tamaño de imagen"
145
-
146
- #: ../settings/settings-edit.php:234
147
- msgid ""
148
- "Select image size for ###POSTIMAGE### to be shown in post notification email"
149
- msgstr ""
150
- "Selecciona el tamaño de imagen para ###POSTIMAGE### que se mostrará en el "
151
- "correo de notificación de entrada"
152
-
153
- #: ../settings/settings-edit.php:238
154
- msgid "Full Size"
155
- msgstr "Tamaño Completo"
156
-
157
- #: ../settings/settings-edit.php:239
158
- msgid "Medium Size"
159
- msgstr "Tamaño Medio"
160
-
161
- #: ../settings/settings-edit.php:240
162
- msgid "Thumbnail"
163
- msgstr "Miniatura"
164
-
165
- #: ../settings/settings-edit.php:246
166
- msgid "Opt-in mail subject (Confirmation mail)"
167
- msgstr "Asunto del correo de Envío (Correo de confirmación)"
168
-
169
- #: ../settings/settings-edit.php:247
170
- msgid ""
171
- "Enter the subject for Double Opt In mail. This will send whenever subscriber "
172
- "added email into our database."
173
- msgstr ""
174
- "Introduce el asunto para el correo de Doble entrada. Esto se mandará cuando "
175
- "se haya suscrito cualquier correo en nuestra base de datos."
176
-
177
- #: ../settings/settings-edit.php:253
178
- msgid "Opt-in mail content (Confirmation mail)"
179
- msgstr "Contenido del correo de Envío (correo de confirmación)"
180
-
181
- #: ../settings/settings-edit.php:254
182
- msgid ""
183
- "Enter the content for Double Opt In mail. This will send whenever subscriber "
184
- "added email into our database."
185
- msgstr ""
186
- "Introduce el contenido para el correo de Doble Entrada. Esto se mandará "
187
- "cuando se añada una dirección de correo a nuestra base de datos."
188
-
189
- #: ../settings/settings-edit.php:260
190
- msgid "Opt-in link (Confirmation link)"
191
- msgstr "Enlace Envío (Enlace de conformación)"
192
-
193
- #: ../settings/settings-edit.php:261
194
- msgid "Double Opt In confirmation link. You no need to change this value."
195
- msgstr "Enlace para doble Envío. No es necesario que cambies este valor."
196
-
197
- #: ../settings/settings-edit.php:267
198
- msgid "Text to display after email subscribed successfully"
199
- msgstr ""
200
- "Texto para mostrar cuando una dirección de correo se haya suscrito "
201
- "correctamente"
202
-
203
- #: ../settings/settings-edit.php:268
204
- msgid ""
205
- "This text will display once user clicked email confirmation link from opt-in "
206
- "(confirmation) email content."
207
- msgstr ""
208
- "Este texto se mostrará una vez el usuario haya hecho clic en el enlace de "
209
- "conformación de correo desde el contenido de correo de entrada "
210
- "(confirmación)."
211
-
212
- #: ../settings/settings-edit.php:275
213
- msgid "Subscriber welcome email"
214
- msgstr "Correo de bienvenida para el Suscriptor"
215
-
216
- #: ../settings/settings-edit.php:276
217
- msgid "To send welcome mail to subscriber, This option must be set to YES."
218
- msgstr ""
219
- "Para enviar un correo de bienvenida a los suscriptores, esta opción debe "
220
- "estar establecida a SÍ."
221
-
222
- #: ../settings/settings-edit.php:280 ../settings/settings-edit.php:308
223
- msgid "YES"
224
- msgstr "SÍ"
225
-
226
- #: ../settings/settings-edit.php:281 ../settings/settings-edit.php:309
227
- msgid "NO"
228
- msgstr "NO"
229
-
230
- #: ../settings/settings-edit.php:287
231
- msgid "Welcome mail subject"
232
- msgstr "Asunto correo bienvenida"
233
-
234
- #: ../settings/settings-edit.php:288
235
- msgid ""
236
- "Enter the subject for subscriber welcome mail. This will send whenever email "
237
- "subscribed (confirmed) successfully."
238
- msgstr ""
239
- "Introduce el asunto para el correo de bienvenida del suscriptor. Esto se "
240
- "enviará cuando se suscriba exitosamente (confirmado) cualquier correo."
241
-
242
- #: ../settings/settings-edit.php:294
243
- msgid "Subscriber welcome mail content"
244
- msgstr "Contenido del correo de bienvenida al suscriptor"
245
-
246
- #: ../settings/settings-edit.php:295
247
- msgid ""
248
- "Enter the content for subscriber welcome mail. This will send whenever email "
249
- "subscribed (confirmed) successfully. (Keyword: ###NAME###)"
250
- msgstr ""
251
- "Introduce el contenido para el correo de bienvenida al suscriptor. Esto se "
252
- "enviará cuando un correo se haya suscrito (confirmado) con éxito. (Keyword: "
253
- "###NAME###)"
254
-
255
- #: ../settings/settings-edit.php:303
256
- msgid "Mail to admin"
257
- msgstr "Correo al administrador"
258
-
259
- #: ../settings/settings-edit.php:304
260
- msgid ""
261
- "To send admin notifications for new subscriber, This option must be set to "
262
- "YES."
263
- msgstr ""
264
- "Para mandar notificaciones al administrador por nuevos suscriptores, esta "
265
- "opción debe estar establecida a SÍ."
266
-
267
- #: ../settings/settings-edit.php:315
268
- msgid "Admin email addresses"
269
- msgstr "Direcciones de correo de administrador"
270
-
271
- #: ../settings/settings-edit.php:316
272
- msgid ""
273
- "Enter the admin email addresses that should receive notifications (separate "
274
- "by comma)."
275
- msgstr ""
276
- "Introduce las direcciones de correo de administradores que deben recibir las "
277
- "notificaciones (separadas por coma)."
278
-
279
- #: ../settings/settings-edit.php:322
280
- msgid "Admin mail subject"
281
- msgstr "Asunto del correo al administrador"
282
-
283
- #: ../settings/settings-edit.php:323
284
- msgid ""
285
- "Enter the subject for admin mail. This will send whenever new email added "
286
- "and confirmed into our database."
287
- msgstr ""
288
- "Introduce el asunto para el correo al administrador. Esto se enviará cuando "
289
- "un nuevo correo se añadido y confirmado en nuestra base de datos."
290
-
291
- #: ../settings/settings-edit.php:329
292
- msgid "Admin mail content"
293
- msgstr "Contenido correo administrador"
294
-
295
- #: ../settings/settings-edit.php:330
296
- msgid ""
297
- "Enter the mail content for admin. This will send whenever new email added "
298
- "and confirmed into our database. (Keyword: ###NAME###, ###EMAIL###)"
299
- msgstr ""
300
- "Introduce el contenido del correo para administrador. Esto se enviará cuando "
301
- "un nuevo correo haya sido añadido y confirmado en nuestra base de datos. "
302
- "(Keyword: ###NAME###, ###EMAIL###)"
303
-
304
- #: ../settings/settings-edit.php:337
305
- msgid "Unsubscribe link"
306
- msgstr "Enlace de baja de suscripción"
307
-
308
- #: ../settings/settings-edit.php:338
309
- msgid "Unsubscribe link. You no need to change this value."
310
- msgstr "Enlace de baja de suscripción. No es necesario cambiar este valor."
311
-
312
- #: ../settings/settings-edit.php:344
313
- msgid "Unsubscribe text in mail"
314
- msgstr "Texto de baja de suscripción en correo"
315
-
316
- #: ../settings/settings-edit.php:345
317
- msgid ""
318
- "Enter the text for unsubscribe link. This text is to add unsubscribe link "
319
- "with newsletter. (Keyword: ###LINK###)"
320
- msgstr ""
321
- "Introduce el texto para el enlace de cancelación de suscripción. Este texto "
322
- "es para añadir un enlace de cancelación de suscripción con la newsletter. "
323
- "(Keyword: ###LINK###)"
324
-
325
- #: ../settings/settings-edit.php:351
326
- msgid "Text to display after email unsubscribed"
327
- msgstr "Texto para mostrar una vez el correo haya cancelado la suscripción"
328
-
329
- #: ../settings/settings-edit.php:352
330
- msgid ""
331
- "This text will display once user clicked unsubscribed link from our "
332
- "newsletter."
333
- msgstr ""
334
- "Este texto se mostrará una vez que el usuario haga clic sobre el enlace de "
335
- "cancelación de suscripción desde nuestra newsletter."
336
-
337
- #: ../settings/settings-edit.php:359
338
- msgid "Message 1"
339
- msgstr "Mensaje 1"
340
-
341
- #: ../settings/settings-edit.php:360
342
- msgid "Default message to display if any issue on confirmation link."
343
- msgstr ""
344
- "Mensaje por defecto para mostrar si hay algún problema en el enlace de "
345
- "confirmación."
346
-
347
- #: ../settings/settings-edit.php:366
348
- msgid "Message 2"
349
- msgstr "Mensaje 2"
350
-
351
- #: ../settings/settings-edit.php:367
352
- msgid "Default message to display if any issue on unsubscribe link."
353
- msgstr ""
354
- "Mensaje por defecto para mostrar si hay algún problema en el enlace de "
355
- "cancelación de suscripción."
356
-
357
- #: ../settings/settings-edit.php:374
358
- msgid "Sent report subject"
359
- msgstr "Asunto de informe enviado"
360
-
361
- #: ../settings/settings-edit.php:375
362
- msgid "Mail subject for sent mail report."
363
- msgstr "Asunto del mensaje para informe de correos enviados."
364
-
365
- #: ../settings/settings-edit.php:381
366
- msgid "Sent report content"
367
- msgstr "Contenido del informe enviado"
368
-
369
- #: ../settings/settings-edit.php:382
370
- msgid ""
371
- "Mail content for sent mail report. (Keyword: ###COUNT###, ###UNIQUE###, "
372
- "###STARTTIME###, ###ENDTIME###)"
373
- msgstr ""
374
- "Contenido del correo para el informe de correo enviado. (Keyword: "
375
- "###COUNT###, ###UNIQUE###, ###STARTTIME###, ###ENDTIME###)"
376
-
377
- #: ../settings/settings-edit.php:393
378
- msgid "Save Settings"
379
- msgstr "Guardar configuración"
380
-
381
- #: ../settings/settings-edit.php:394 ../subscribers/view-subscriber-add.php:154
382
- #: .. /subscribers/view-subscriber-sync.php:157
383
- #: ../subscribers/view-subscriber-edit. php:147
384
- #: ../notification/notification-edit.php:237 ../notification/notification-
385
- #: add.php:216 ../compose/compose-edit.php:109 ../compose/compose-add.php:99
386
- #: /cron/cron-add.php:89 ../sendmail/sendmail.php:260
387
- #: ../roles/roles-add.php:155
388
- msgid "Cancel"
389
- msgstr "Cancelar"
390
-
391
- #: ../settings/settings-edit.php:395 ../sentmail/sentmail-preview.php:33 ..
392
- #: /sentmail/deliverreport-show.php:120 ../subscribers/view-subscriber-add.php:
393
- #: 155 ../subscribers/view-subscriber-sync.php:158
394
- #: ../subscribers/view-subscriber- export.php:68
395
- #: ../subscribers/view-subscriber-edit.php:148 ../subscribers/view-
396
- #: subscriber-import.php:189 ../subscribers/view-subscriber-show.php:448
397
- #: /notification/notification-edit.php:238
398
- #: ../notification/notification-add.php:217
399
- #: ../notification/notification-show.php:152 ../compose/compose-edit.php:110 .
400
- #: compose/compose-show.php:113 ../compose/compose-preview.php:35
401
- #: /compose/compose-add.php:100 ../cron/cron-add.php:90
402
- #: ../sendmail/sendmail.php:261 ../roles/roles-add.php:156
403
- msgid "Help"
404
- msgstr "Ayuda"
405
-
406
- #: ../job/es-optin.php:64 ../job/es-optin.php:79 ../job/es-unsubscribe.php:60
407
- #: .. /job/es-unsubscribe.php:70
408
- msgid ""
409
- "Oops.. We are getting some technical error. Please try again or contact "
410
- "admin."
411
- msgstr ""
412
- "Ups. Estamos teniendo algún problema técnico. Por favor inténtalo otra vez o "
413
- "contacta al administrador."
414
-
415
- #: ../job/es-optin.php:69
416
- msgid "This email address has already been confirmed."
417
- msgstr "Esta dirección de correo ya ha sido confirmada."
418
-
419
- #: ../sentmail/sentmail-show.php:18 ../sentmail/sentmail-preview.php:12 ..
420
- #: /subscribers/view-subscriber-edit.php:12
421
- #: ../subscribers/view-subscriber-show. php:46
422
- #: ../notification/notification-edit.php:11 ../notification/notification-
423
- #: show.php:16 ../compose/compose-edit.php:15 ../compose/compose-show.php:31
424
- #: /compose/compose-preview.php:13
425
- msgid "Oops, selected details doesnt exist."
426
- msgstr "Ups, los detalles seleccionados no existen."
427
-
428
- #: ../sentmail/sentmail-show.php:33 ../subscribers/view-subscriber-show.php:60
429
- #: .. /subscribers/view-subscriber-show.php:104
430
- #: ../notification/notification-show. php:31 ../compose/compose-show.php:43
431
- msgid "Selected record was successfully deleted."
432
- msgstr "El registro seleccionado ha sido borrado con éxito."
433
-
434
- #: ../sentmail/sentmail-show.php:42
435
- msgid "Successfully deleted all reports except latest 10."
436
- msgstr "Se borraron con éxito todos los informes excepto los últimos 10."
437
-
438
- #: ../sentmail/sentmail-show.php:53 ../classes/es-register.php:160
439
- #: ../classes/es- register.php:161
440
- msgid "Sent Mails"
441
- msgstr "Correos enviados"
442
-
443
- #: ../sentmail/sentmail-show.php:71 ../sentmail/sentmail-show.php:84
444
- msgid "View Reports"
445
- msgstr "Ver Informes"
446
-
447
- #: ../sentmail/sentmail-show.php:72 ../sentmail/sentmail-show.php:85 ..
448
- #: /compose/compose-show.php:95
449
- msgid "Preview"
450
- msgstr "Previsualizar"
451
-
452
- #: ../sentmail/sentmail-show.php:73 ../sentmail/sentmail-show.php:86
453
- msgid "Source"
454
- msgstr "Origen"
455
-
456
- #: ../sentmail/sentmail-show.php:74 ../sentmail/sentmail-show.php:87 ..
457
- #: /sentmail/deliverreport-show.php:40 ../sentmail/deliverreport-show.php:52
458
- #: /subscribers/view-subscriber-add.php:121
459
- #: ../subscribers/view-subscriber-edit. php:105
460
- #: ../subscribers/view-subscriber-import.php:155 ../subscribers/view-
461
- #: subscriber-show.php:327 ../subscribers/view-subscriber-show.php:340
462
- #: /compose/compose-edit.php:99 ../compose/compose-show.php:67
463
- #: ../compose/compose- show.php:75 ../compose/compose-add.php:90
464
- msgid "Status"
465
- msgstr "Estado"
466
-
467
- #: ../sentmail/sentmail-show.php:75 ../sentmail/sentmail-show.php:88 ..
468
- #: /sentmail/deliverreport-show.php:41 ../sentmail/deliverreport-show.php:53
469
- #: /compose/compose-show.php:68 ../compose/compose-show.php:76
470
- msgid "Type"
471
- msgstr "Tipo"
472
-
473
- #: ../sentmail/sentmail-show.php:76 ../sentmail/sentmail-show.php:89
474
- msgid "Start Date"
475
- msgstr "Fecha Comienzo"
476
-
477
- #: ../sentmail/sentmail-show.php:77 ../sentmail/sentmail-show.php:90
478
- msgid "End Date"
479
- msgstr "Fecha Fin"
480
-
481
- #: ../sentmail/sentmail-show.php:78 ../sentmail/sentmail-show.php:91
482
- msgid "Total"
483
- msgstr "Total"
484
-
485
- #: ../sentmail/sentmail-show.php:79 ../sentmail/sentmail-show.php:92 ..
486
- #: /subscribers/view-subscriber-export.php:30 ../subscribers/view-subscriber-
487
- #: export.php:38 ../subscribers/view-subscriber-show.php:330
488
- #: ../subscribers/view- subscriber-show.php:343 ../compose/compose-show.php:69
489
- #: ../compose/compose-show. php:77
490
- msgid "Action"
491
- msgstr "Acción"
492
-
493
- #: ../sentmail/sentmail-show.php:131 ../sentmail/deliverreport-show.php:84 ..
494
- #: /notification/notification-show.php:141 ../compose/compose-show.php:102
495
- msgid "No records available."
496
- msgstr "No hay registros disponibles."
497
-
498
- #: ../sentmail/sentmail-show.php:143 ../sentmail/deliverreport-show.php:96
499
- msgid " &lt;&lt; "
500
- msgstr " &lt;&lt; "
501
-
502
- #: ../sentmail/sentmail-show.php:144 ../sentmail/deliverreport-show.php:97
503
- msgid " &gt;&gt; "
504
- msgstr " &gt;&gt; "
505
-
506
- #: ../sentmail/sentmail-show.php:167 ../sentmail/sentmail-show.php:169
507
- msgid "Optimize Table"
508
- msgstr "Optimizar Tabla"
509
-
510
- #: ../sentmail/sentmail-show.php:179
511
- msgid ""
512
- "Note: Please click <strong>Optimize Table</strong> button to delete all "
513
- "reports except latest 10."
514
- msgstr ""
515
- "Nota: Por favor, haz clic en el botón <strong>Optimizar Tabla</strong> para "
516
- "borrar todos los informes excepto los últimos 10."
517
-
518
- #: ../sentmail/sentmail-preview.php:19 ../compose/compose-preview.php:21
519
- msgid "Preview Mail"
520
- msgstr "Previsualizar Correo"
521
-
522
- #: ../sentmail/sentmail-preview.php:32 ../sentmail/deliverreport-show.php:119
523
- #: .. /subscribers/view-subscriber-export.php:67
524
- #: ../subscribers/view-subscriber- import.php:188
525
- #: ../compose/compose-preview.php:33
526
- msgid "Back"
527
- msgstr "Volver"
528
-
529
- #: ../sentmail/deliverreport-show.php:11
530
- msgid "Oops.. Unexpected error occurred. Please try again."
531
- msgstr "Ups. Ha sucedido un error inesperado. Por favor, inténtelo de nuevo."
532
-
533
- #: ../sentmail/deliverreport-show.php:19
534
- msgid "Delivery Report"
535
- msgstr "Informe envío"
536
-
537
- #: ../sentmail/deliverreport-show.php:37 ../sentmail/deliverreport-show.php:49
538
- #: .. /subscribers/view-subscriber-export.php:27
539
- #: ../subscribers/view-subscriber- export.php:35
540
- #: ../subscribers/view-subscriber-show.php:324 ../subscribers/view-
541
- #: subscriber-show.php:337
542
- msgid "Sno"
543
- msgstr "Sno"
544
-
545
- #: ../sentmail/deliverreport-show.php:38 ../sentmail/deliverreport-show.php:50
546
- msgid "Email"
547
- msgstr "Correo"
548
-
549
- #: ../sentmail/deliverreport-show.php:39 ../sentmail/deliverreport-show.php:51
550
- msgid "Sent Date"
551
- msgstr "Fecha Envío"
552
-
553
- #: ../sentmail/deliverreport-show.php:42 ../sentmail/deliverreport-show.php:54
554
- msgid "Viewed Status"
555
- msgstr "Estado visualización"
556
-
557
- #: ../sentmail/deliverreport-show.php:43 ../sentmail/deliverreport-show.php:55
558
- msgid "Viewed Date"
559
- msgstr "Fecha Visualización"
560
-
561
- #: ../sentmail/deliverreport-show.php:44 ../sentmail/deliverreport-show.php:56
562
- #: .. /subscribers/view-subscriber-show.php:329
563
- #: ../subscribers/view-subscriber-show. php:342
564
- msgid "Database ID"
565
- msgstr "ID Base de Datos"
566
-
567
- #: ../classes/es-loadwidget.php:23 ../classes/es-register.php:410 ..
568
- #: /subscribers/view-subscriber-show.php:326
569
- #: ../subscribers/view-subscriber-show. php:339
570
- msgid "Name"
571
- msgstr "Nombre"
572
-
573
- #: ../classes/es-loadwidget.php:28 ../classes/es-register.php:415
574
- msgid "Email *"
575
- msgstr "Email *"
576
-
577
- #: ../classes/es-loadwidget.php:33 ../classes/es-register.php:420
578
- msgid "Subscribe"
579
- msgstr "Suscribirse"
580
-
581
- #: ../classes/es-register.php:139 ../classes/es-register.php:140
582
- msgid "Subscribers"
583
- msgstr "Suscriptores"
584
-
585
- #: ../classes/es-register.php:142 ../classes/es-register.php:143
586
- msgid "Compose"
587
- msgstr "Componer"
588
-
589
- #: ../classes/es-register.php:145 ../classes/es-register.php:146 ..
590
- #: /notification/notification-show.php:44
591
- msgid "Notification"
592
- msgstr "Notificación"
593
-
594
- #: ../classes/es-register.php:148 ../classes/es-register.php:149 ..
595
- #: /sendmail/sendmail.php:94 ../sendmail/sendmail.php:256 ../sendmail/sendmail.
596
- #: php:258
597
- msgid "Send Email"
598
- msgstr "Enviar Correo"
599
-
600
- #: ../classes/es-register.php:151
601
- msgid "Cron"
602
- msgstr "Cron"
603
-
604
- #: ../classes/es-register.php:152
605
- msgid "Cron Mail"
606
- msgstr "Cron Email"
607
-
608
- #: ../classes/es-register.php:157 ../classes/es-register.php:158
609
- msgid "Roles"
610
- msgstr "Roles"
611
-
612
- #: ../classes/es-register.php:163
613
- msgid "Help & Info"
614
- msgstr "Ayuda e Información"
615
-
616
- #: ../classes/es-register.php:164
617
- msgid "<span style=\"color:#f18500;font-weight:bolder;\">Help & Info"
618
- msgstr "<span style=\"color:#f18500;font-weight:bolder;\">Ayuda e Info"
619
-
620
- #: ../classes/es-register.php:175
621
- msgctxt "view-subscriber-enhanced-select"
622
- msgid "Please enter subscriber email address."
623
- msgstr "Por favor introduce la dirección de correo de suscriptor."
624
-
625
- #: ../classes/es-register.php:176
626
- msgctxt "view-subscriber-enhanced-select"
627
- msgid "Please select subscriber email status."
628
- msgstr "Por favor selecciona el estado de correo de suscriptor."
629
-
630
- #: ../classes/es-register.php:177
631
- msgctxt "view-subscriber-enhanced-select"
632
- msgid "Please select or create group for this subscriber."
633
- msgstr "Por favor selecciona o crea grupo para este suscriptor."
634
-
635
- #: ../classes/es-register.php:178
636
- msgctxt "view-subscriber-enhanced-select"
637
- msgid "Do you want to delete this record?"
638
- msgstr "¿Quieres borrar este registro?"
639
-
640
- #: ../classes/es-register.php:179
641
- msgctxt "view-subscriber-enhanced-select"
642
- msgid "Please select the bulk action."
643
- msgstr "Por favor selecciona la acción en bloque."
644
-
645
- #: ../classes/es-register.php:180
646
- msgctxt "view-subscriber-enhanced-select"
647
- msgid "Do you want to delete selected record(s)?"
648
- msgstr "¿Quieres borrar el/los registro(s) seleccionado(s)?"
649
-
650
- #: ../classes/es-register.php:181
651
- msgctxt "view-subscriber-enhanced-select"
652
- msgid "Are you sure you want to delete?"
653
- msgstr "¿Estás seguro de querer borrar?"
654
-
655
- #: ../classes/es-register.php:182
656
- msgctxt "view-subscriber-enhanced-select"
657
- msgid ""
658
- "Do you want to resend confirmation email? \\nAlso please note, this will "
659
- "update subscriber current status to 'Unconfirmed'."
660
- msgstr ""
661
- "¿Quieres volver a mandar el correo de confirmación?\\nTambién ten en cuenta "
662
- "que esto actualizará el estado actual a 'Sin confirmar'."
663
-
664
- #: ../classes/es-register.php:183
665
- msgctxt "view-subscriber-enhanced-select"
666
- msgid "Please select new subscriber group."
667
- msgstr "Por favor selecciona un nuevo grupo de suscriptores."
668
-
669
- #: ../classes/es-register.php:184
670
- msgctxt "view-subscriber-enhanced-select"
671
- msgid "Do you want to update subscribers group?"
672
- msgstr "¿Quieres actualizar el grupo de suscriptores?"
673
-
674
- #: ../classes/es-register.php:185
675
- msgctxt "view-subscriber-enhanced-select"
676
- msgid "Do you want to export the emails?"
677
- msgstr "¿Quieres exportar los correos?"
678
-
679
- #: ../classes/es-register.php:186
680
- msgctxt "view-subscriber-enhanced-select"
681
- msgid ""
682
- "Please select only csv file. Please check official website for csv "
683
- "structure.."
684
- msgstr ""
685
- "Por favor selecciona el archivo de entrada csv. Por favor, consulta el sitio "
686
- "oficial para ver la estructura csv."
687
-
688
- #: ../classes/es-register.php:194
689
- msgctxt "compose-enhanced-select"
690
- msgid "Please enter name for configuration."
691
- msgstr "Por favor, introduce nombre para configuración."
692
-
693
- #: ../classes/es-register.php:195
694
- msgctxt "compose-enhanced-select"
695
- msgid "Please select template for this configuration."
696
- msgstr "Por favor selecciona una plantilla para esta configuración."
697
-
698
- #: ../classes/es-register.php:196
699
- msgctxt "compose-enhanced-select"
700
- msgid "Do you want to delete this record?"
701
- msgstr "¿Quieres borrar este registro?"
702
-
703
- #: ../classes/es-register.php:204
704
- msgctxt "notification-enhanced-select"
705
- msgid "Please select subscribers group."
706
- msgstr "Por favor selecciona el grupo de suscriptores."
707
-
708
- #: ../classes/es-register.php:205
709
- msgctxt "notification-enhanced-select"
710
- msgid ""
711
- "Please select notification mail subject. Use compose menu to create new."
712
- msgstr ""
713
- "Por favor selecciona el asunto de notificación del correo. Utiliza el menú "
714
- "componer para crear uno nuevo."
715
-
716
- #: ../classes/es-register.php:206
717
- msgctxt "notification-enhanced-select"
718
- msgid "Please select notification status."
719
- msgstr "Por favor selecciona el estado de notificación."
720
-
721
- #: ../classes/es-register.php:207
722
- msgctxt "notification-enhanced-select"
723
- msgid "Do you want to delete this record?"
724
- msgstr "¿Quieres borrar este registro?"
725
-
726
- #: ../classes/es-register.php:215
727
- msgctxt "sendmail-enhanced-select"
728
- msgid "Please select your mail subject."
729
- msgstr "Por favor selecciona el asunto de tu correo."
730
-
731
- #: ../classes/es-register.php:216
732
- msgctxt "sendmail-enhanced-select"
733
- msgid "Please select subscriber email status."
734
- msgstr "Por favor selecciona el estado de correo de suscriptor."
735
-
736
- #: ../classes/es-register.php:217
737
- msgctxt "sendmail-enhanced-select"
738
- msgid "Are you sure you want to send email to all selected email address?"
739
- msgstr ""
740
- "¿Estás seguro de querer mandar correo a todas las direcciones de correo "
741
- "seleccionadas?"
742
-
743
- #: ../classes/es-register.php:229
744
- msgctxt "sentmail-enhanced-select"
745
- msgid "Do you want to delete this record?"
746
- msgstr "¿Quieres borrar este registro?"
747
-
748
- #: ../classes/es-register.php:230
749
- msgctxt "sentmail-enhanced-select"
750
- msgid "Do you want to delete all records except latest 10?"
751
- msgstr "¿Quieres borrar todos los registros excepto los últimos 10?"
752
-
753
- #: ../classes/es-register.php:238
754
- msgctxt "roles-enhanced-select"
755
- msgid "Please enter subscriber email address."
756
- msgstr "Por favor introduce la dirección de correo de suscriptor."
757
-
758
- #: ../classes/es-register.php:239
759
- msgctxt "roles-enhanced-select"
760
- msgid "Please select subscriber email status."
761
- msgstr "Por favor selecciona el estado de correo de suscriptor."
762
-
763
- #: ../classes/es-register.php:240
764
- msgctxt "roles-enhanced-select"
765
- msgid "Please select or create group for this subscriber."
766
- msgstr "Por favor selecciona o crea grupo para este suscriptor."
767
-
768
- #: ../classes/es-register.php:248
769
- msgctxt "cron-enhanced-select"
770
- msgid "Please select enter number of mails you want to send per hour/trigger."
771
- msgstr ""
772
- "Por favor, introduce el número de correos que quieres enviar por hora/"
773
- "disparador."
774
-
775
- #: ../classes/es-register.php:249
776
- msgctxt "cron-enhanced-select"
777
- msgid "Please enter the mail count, only number."
778
- msgstr "Por favor, introduce el conteo de correos, sólo numérico."
779
-
780
- #: ../classes/es-register.php:262
781
- msgctxt "widget-enhanced-select"
782
- msgid "Please enter email address."
783
- msgstr "Por favor introduce dirección de correo."
784
-
785
- #: ../classes/es-register.php:263
786
- msgctxt "widget-enhanced-select"
787
- msgid "Please provide a valid email address."
788
- msgstr "Por favor introduce una dirección de correo válida."
789
-
790
- #: ../classes/es-register.php:264
791
- msgctxt "widget-enhanced-select"
792
- msgid "loading..."
793
- msgstr "Cargando..."
794
-
795
- #: ../classes/es-register.php:265
796
- msgctxt "widget-enhanced-select"
797
- msgid "Cannot create XMLHTTP instance"
798
- msgstr "No se puede crear la instancia XMLHTTP"
799
-
800
- #: ../classes/es-register.php:266
801
- msgctxt "widget-enhanced-select"
802
- msgid "Subscribed successfully."
803
- msgstr "Suscripción exitosa."
804
-
805
- #: ../classes/es-register.php:267
806
- msgctxt "widget-enhanced-select"
807
- msgid ""
808
- "You have successfully subscribed to the newsletter. You will receive a "
809
- "confirmation email in a few minutes. Please follow the link in it to confirm "
810
- "your subscription. If the email takes more than 15 minutes to appear in your "
811
- "mailbox, please check your spam folder."
812
- msgstr ""
813
- "Te has suscrito con éxito a la newsletter. Recibirás un correo de "
814
- "confirmación en pocos minutos. Por favor, sigue el enlace en él para "
815
- "confirmar tu suscripción. Si el correo tarda más de 15 minutos en aparecer "
816
- "en tu bandeja de entradas, por favor revisa tu carpeta de correo no deseado."
817
-
818
- #: ../classes/es-register.php:268
819
- msgctxt "widget-enhanced-select"
820
- msgid "Email Address already exists."
821
- msgstr "El correo electrónico ya existe."
822
-
823
- #: ../classes/es-register.php:269
824
- msgctxt "widget-enhanced-select"
825
- msgid "Oops.. Unexpected error occurred."
826
- msgstr "Ups. Ha sucedido un error inesperado."
827
-
828
- #: ../classes/es-register.php:270
829
- msgctxt "widget-enhanced-select"
830
- msgid "Invalid email address."
831
- msgstr "Dirección de correo electrónico no válida."
832
-
833
- #: ../classes/es-register.php:271
834
- msgctxt "widget-enhanced-select"
835
- msgid "Please try after some time."
836
- msgstr "Por favor inténtalo en otro momento."
837
-
838
- #: ../classes/es-register.php:272
839
- msgctxt "widget-enhanced-select"
840
- msgid "There was a problem with the request."
841
- msgstr "Ha habido un problema con la petición."
842
-
843
- #: ../classes/es-register.php:279
844
- msgctxt "widget-page-enhanced-select"
845
- msgid "Please enter email address."
846
- msgstr "Por favor introduce dirección de correo."
847
-
848
- #: ../classes/es-register.php:280
849
- msgctxt "widget-page-enhanced-select"
850
- msgid "Please provide a valid email address."
851
- msgstr "Por favor introduce una dirección de correo válida."
852
-
853
- #: ../classes/es-register.php:281
854
- msgctxt "widget-page-enhanced-select"
855
- msgid "loading..."
856
- msgstr "Cargando..."
857
-
858
- #: ../classes/es-register.php:282
859
- msgctxt "widget-page-enhanced-select"
860
- msgid "Cannot create XMLHTTP instance"
861
- msgstr "No se puede crear la instancia XMLHTTP"
862
-
863
- #: ../classes/es-register.php:283
864
- msgctxt "widget-page-enhanced-select"
865
- msgid "Subscribed successfully."
866
- msgstr "Suscripción exitosa."
867
-
868
- #: ../classes/es-register.php:284
869
- msgctxt "widget-page-enhanced-select"
870
- msgid ""
871
- "You have successfully subscribed to the newsletter. You will receive a "
872
- "confirmation email in a few minutes. Please follow the link in it to confirm "
873
- "your subscription. If the email takes more than 15 minutes to appear in your "
874
- "mailbox, please check your spam folder."
875
- msgstr ""
876
- "Te has suscrito con éxito a la newsletter. Recibirás un correo de "
877
- "confirmación en pocos minutos. Por favor, sigue el enlace en él para "
878
- "confirmar tu suscripción. Si el correo tarda más de 15 minutos en aparecer "
879
- "en tu bandeja de entradas, por favor revisa tu carpeta de correo no deseado."
880
-
881
- #: ../classes/es-register.php:285
882
- msgctxt "widget-page-enhanced-select"
883
- msgid "Email Address already exists."
884
- msgstr "El correo electrónico ya existe."
885
-
886
- #: ../classes/es-register.php:286
887
- msgctxt "widget-page-enhanced-select"
888
- msgid "Oops.. Unexpected error occurred."
889
- msgstr "Ups. Ha sucedido un error inesperado."
890
-
891
- #: ../classes/es-register.php:287
892
- msgctxt "widget-page-enhanced-select"
893
- msgid "Invalid email address."
894
- msgstr "Dirección de correo electrónico no válida."
895
-
896
- #: ../classes/es-register.php:288
897
- msgctxt "widget-page-enhanced-select"
898
- msgid "Please try after some time."
899
- msgstr "Por favor inténtalo en otro momento."
900
-
901
- #: ../classes/es-register.php:289
902
- msgctxt "widget-page-enhanced-select"
903
- msgid "There was a problem with the request."
904
- msgstr "Ha habido un problema con la petición."
905
-
906
- #: ../classes/es-register.php:455
907
- msgid "Widget Title"
908
- msgstr "Título Widget"
909
-
910
- #: ../classes/es-register.php:459
911
- msgid "Display Name Field"
912
- msgstr "Mostrar Campo Nombre"
913
-
914
- #: ../classes/es-register.php:466
915
- msgid "Short Description"
916
- msgstr "Descripción Corta"
917
-
918
- #: ../classes/es-register.php:468
919
- msgid "Short description about your subscription form."
920
- msgstr "Descripción corta sobre tu formulario de suscripción."
921
-
922
- #: ../classes/es-register.php:471
923
- msgid "Subscriber Group"
924
- msgstr "Grupo de suscripción"
925
-
926
- #: ../classes/es-common.php:7
927
- msgid "<span style=\"color:#006600;font-weight:bold;\">Confirmed</span>"
928
- msgstr "<span style=\"color:#006600;font-weight:bold;\">Confirmado</span>"
929
-
930
- #: ../classes/es-common.php:10
931
- msgid "<span style=\"color:#FF0000\">Unconfirmed</span>"
932
- msgstr "<span style=\"color:#FF0000\">Sin confirmar</span>"
933
-
934
- #: ../classes/es-common.php:13
935
- msgid "<span style=\"color:#999900\">Unsubscribed</span>"
936
- msgstr "<span style=\"color:#999900\">Suscripción cancelada</span>"
937
-
938
- #: ../classes/es-common.php:16
939
- msgid "<span style=\"color:#0000FF\">Single Opt In</span>"
940
- msgstr "<span style=\"color:#0000FF\">Entrada individual</span>"
941
-
942
- #: ../classes/es-common.php:19
943
- msgid "<span style=\"color:#00CC00;font-weight:bold\">Viewed</span>"
944
- msgstr "<span style=\"color:#00CC00;font-weight:bold\">Visto</span>"
945
-
946
- #: ../classes/es-common.php:22
947
- msgid "<span style=\"color:#999900;\">Nodata</span>"
948
- msgstr "<span style=\"color:#999900;\">Sin Datos</span>"
949
-
950
- #: ../classes/es-common.php:25
951
- msgid "<span style=\"color:#FF0000\">Disable</span>"
952
- msgstr "<span style=\"color:#FF0000\">Deshabilitad</span>"
953
-
954
- #: ../classes/es-common.php:28
955
- msgid "<span style=\"color:#FF0000\">In Queue</span>"
956
- msgstr "<span style=\"color:#FF0000\">En Cola</span>"
957
-
958
- #: ../classes/es-common.php:31
959
- msgid "<span style=\"color:#00FF00;font-weight:bold;\">Sent</span>"
960
- msgstr "<span style=\"color:#00FF00;font-weight:bold;\">Enviado</span>"
961
-
962
- #: ../classes/es-common.php:34
963
- msgid "<span style=\"color:#ffd700;font-weight:bold;\">Cron Mail</span>"
964
- msgstr "<span style=\"color:#ffd700;font-weight:bold;\">Correo Cron</span>"
965
-
966
- #: ../classes/es-common.php:37
967
- msgid "<span style=\"color:#993399;\">Instant Mail</span>"
968
- msgstr "<span style=\"color:#993399;\">Correo Instantáneo</span>"
969
-
970
- #: ../subscribers/view-subscriber-add.php:28
971
- #: ../subscribers/view-subscriber-add. php:119
972
- #: ../subscribers/view-subscriber-edit.php:43 ../subscribers/view-
973
- #: subscriber-edit.php:103
974
- msgid "Please enter subscriber email address."
975
- msgstr "Por favor introduce la dirección de correo de suscriptor."
976
-
977
- #: ../subscribers/view-subscriber-add.php:45
978
- msgid "Please select or create your group for this email."
979
- msgstr "Por favor selecciona o crea tu grupo para este correo."
980
-
981
- #: ../subscribers/view-subscriber-add.php:54 ../subscribers/view-subscriber-
982
- #: import.php:45
983
- msgid ""
984
- "Error: Special characters (['^$%&*()}{@#~?><>,|=_+\\\"]) are not allowed in "
985
- "the group name."
986
- msgstr ""
987
- "Error: los caracteres especiales (['^$%&*()}{@#~?><>,|=_+\\\"]) no se "
988
- "permiten como nombre de grupo."
989
-
990
- #: ../subscribers/view-subscriber-add.php:66
991
- msgid "Email was successfully inserted."
992
- msgstr "El correo ha sido correctamente añadido."
993
-
994
- #: ../subscribers/view-subscriber-add.php:70
995
- msgid "Email already exist in our list."
996
- msgstr "El correo ya existe en nuestro listado."
997
-
998
- #: ../subscribers/view-subscriber-add.php:75
999
- msgid "Email is invalid."
1000
- msgstr "Correo no válido."
1001
-
1002
- #: ../subscribers/view-subscriber-add.php:92
1003
- #: ../subscribers/view-subscriber-add. php:101
1004
- #: ../subscribers/view-subscriber-edit.php:86 ../subscribers/view-
1005
- #: subscriber-import.php:107 ../subscribers/view-subscriber-import.php:138 ..
1006
- #: /notification/notification-edit.php:100
1007
- #: ../notification/notification-add.php:91 ../compose/compose-edit.php:67
1008
- #: ../compose/compose-add.php:59
1009
- msgid "Click here"
1010
- msgstr "Haz clic aquí"
1011
-
1012
- #: ../subscribers/view-subscriber-add.php:92
1013
- #: ../subscribers/view-subscriber-add. php:101
1014
- #: ../subscribers/view-subscriber-edit.php:86 ../subscribers/view-
1015
- #: subscriber-import.php:107 ../subscribers/view-subscriber-import.php:138 ..
1016
- #: /notification/notification-edit.php:101
1017
- #: ../notification/notification-add.php:92 ../compose/compose-edit.php:68
1018
- #: ../compose/compose-add.php:60
1019
- msgid " to view the details"
1020
- msgstr " para ver los detalles"
1021
-
1022
- #: ../subscribers/view-subscriber-add.php:111
1023
- msgid "Add email"
1024
- msgstr "Añadir correo"
1025
-
1026
- #: ../subscribers/view-subscriber-add.php:113
1027
- #: ../subscribers/view-subscriber-edit. php:97
1028
- msgid "Enter full name"
1029
- msgstr "Introduce nombre completo"
1030
-
1031
- #: ../subscribers/view-subscriber-add.php:115
1032
- #: ../subscribers/view-subscriber-edit. php:99
1033
- msgid "Please enter subscriber full name."
1034
- msgstr "Por favor, introduce nombre completo del suscriptor."
1035
-
1036
- #: ../subscribers/view-subscriber-add.php:117
1037
- #: ../subscribers/view-subscriber-edit. php:101
1038
- msgid "Enter email address."
1039
- msgstr "Introduce dirección de correo."
1040
-
1041
- #: ../subscribers/view-subscriber-add.php:128
1042
- #: ../subscribers/view-subscriber-edit. php:112
1043
- #: ../subscribers/view-subscriber-import.php:162
1044
- msgid "Please select subscriber email status."
1045
- msgstr "Por favor selecciona el estado de correo de suscriptor."
1046
-
1047
- #: ../subscribers/view-subscriber-add.php:130 ../subscribers/view-subscriber-
1048
- #: import.php:164
1049
- msgid "Select (or) Create Group"
1050
- msgstr "Selecciona (o) Crear Grupo"
1051
-
1052
- #: ../subscribers/view-subscriber-add.php:132
1053
- #: ../subscribers/view-subscriber-sync. php:99
1054
- #: ../subscribers/view-subscriber-sync.php:130 ../subscribers/view-
1055
- #: subscriber-edit.php:116 ../subscribers/view-subscriber-import.php:166 ..
1056
- #: /notification/notification-edit.php:122
1057
- #: ../notification/notification-add.php:105
1058
- #: ../notification/notification-add.php:123 ../sendmail/sendmail.php:107
1059
- #: /sendmail/sendmail.php:153
1060
- msgid "Select"
1061
- msgstr "Seleccionar"
1062
-
1063
- #: ../subscribers/view-subscriber-add.php:148
1064
- #: ../subscribers/view-subscriber-edit. php:140
1065
- #: ../subscribers/view-subscriber-import.php:182
1066
- msgid "Please select or create group for this subscriber."
1067
- msgstr "Por favor selecciona o crea grupo para este suscriptor."
1068
-
1069
- #: ../subscribers/view-subscriber-add.php:153
1070
- #: ../subscribers/view-subscriber-sync. php:156
1071
- #: ../subscribers/view-subscriber-edit.php:146 ..
1072
- #: /notification/notification-edit.php:236
1073
- #: ../notification/notification-add.php:215 ../compose/compose-edit.php:108
1074
- #: ../compose/compose-add.php:98 ../cron/cron- add.php:88
1075
- #: ../roles/roles-add.php:154
1076
- msgid "Submit"
1077
- msgstr "Enviar"
1078
-
1079
- #: ../subscribers/view-subscriber-sync.php:33
1080
- #: ../subscribers/view-subscriber-sync. php:119
1081
- msgid "Please select default group to newly registered user."
1082
- msgstr ""
1083
- "Por favor selecciona el grupo por defecto para el usuario recién registrado."
1084
-
1085
- #: ../subscribers/view-subscriber-sync.php:39
1086
- #: ../subscribers/view-subscriber-sync. php:150
1087
- msgid "Please select default group to newly commented user."
1088
- msgstr ""
1089
- "Por favor, selecciona el grupo por defecto para el usuario recién comentado."
1090
-
1091
- #: ../subscribers/view-subscriber-sync.php:56
1092
- msgid "Sync email successfully updated."
1093
- msgstr "La sincronización de correos ha sido actualizada correctamente."
1094
-
1095
- #: ../subscribers/view-subscriber-sync.php:88
1096
- msgid "Sync email"
1097
- msgstr "Sincronizar correo"
1098
-
1099
- #: ../subscribers/view-subscriber-sync.php:90
1100
- msgid "Sync newly registered user"
1101
- msgstr "Sincronizar usuario recientemente registrado"
1102
-
1103
- #: ../subscribers/view-subscriber-sync.php:95
1104
- msgid ""
1105
- "Automatically add a newly registered user email address to subscribers list."
1106
- msgstr ""
1107
- "Automáticamente añade una dirección de correo electrónico de usuario "
1108
- "registrador recientemente a la lista de suscriptores."
1109
-
1110
- #: ../subscribers/view-subscriber-sync.php:97
1111
- #: ../subscribers/view-subscriber-sync. php:128
1112
- msgid "Select default group"
1113
- msgstr "Selecciona grupo por defecto"
1114
-
1115
- #: ../subscribers/view-subscriber-sync.php:121
1116
- msgid "Sync newly commented user"
1117
- msgstr "Sincronizar usuario recientemente comentado"
1118
-
1119
- #: ../subscribers/view-subscriber-sync.php:126
1120
- msgid ""
1121
- "Automatically add a newly commented (who posted comments) user email address "
1122
- "to subscribers list."
1123
- msgstr ""
1124
- "Automáticamente añadir una dirección de correo de usuario recientemente "
1125
- "comentado (que envió comentarios) a la lista de suscriptores."
1126
-
1127
- #: ../subscribers/view-subscriber-export.php:22
1128
- msgid "Export email address in csv format"
1129
- msgstr "Exportar dirección de correo electrónico en formato csv"
1130
-
1131
- #: ../subscribers/view-subscriber-export.php:28 ../subscribers/view-subscriber-
1132
- #: export.php:36
1133
- msgid "Export option"
1134
- msgstr "Opción Exportar"
1135
-
1136
- #: ../subscribers/view-subscriber-export.php:29 ../subscribers/view-subscriber-
1137
- #: export.php:37
1138
- msgid "Total email"
1139
- msgstr "Total Correo"
1140
-
1141
- #: ../subscribers/view-subscriber-export.php:44
1142
- msgid "Subscriber email address"
1143
- msgstr "Dirección de correo Suscriptor"
1144
-
1145
- #: ../subscribers/view-subscriber-export.php:46 ../subscribers/view-subscriber-
1146
- #: export.php:52 ../subscribers/view-subscriber-export.php:58
1147
- msgid "Click to export csv"
1148
- msgstr "Clic para exportar csv"
1149
-
1150
- #: ../subscribers/view-subscriber-export.php:50
1151
- msgid "Registered email address"
1152
- msgstr "Dirección de correo Registrada"
1153
-
1154
- #: ../subscribers/view-subscriber-export.php:56
1155
- msgid "Comments author email address"
1156
- msgstr "Dirección de correo electrónico del autor de los comentarios"
1157
-
1158
- #: ../subscribers/view-subscriber-export.php:65
1159
- msgid "Add Email"
1160
- msgstr "Añadir correo"
1161
-
1162
- #: ../subscribers/view-subscriber-export.php:66 ../subscribers/view-subscriber-
1163
- #: show.php:445
1164
- msgid "Import Email"
1165
- msgstr "Importar correo"
1166
-
1167
- #: ../subscribers/view-subscriber-edit.php:54
1168
- msgid "Error: Special characters are not allowed in the group name."
1169
- msgstr "Error: No se permiten caracteres especiales en el nombre de grupo."
1170
-
1171
- #: ../subscribers/view-subscriber-edit.php:66
1172
- msgid "Email was successfully updated."
1173
- msgstr "El correo ha sido correctamente actualizado."
1174
-
1175
- #: ../subscribers/view-subscriber-edit.php:70
1176
- msgid "Email already exist for this group."
1177
- msgstr "El correo ya existe para este grupo."
1178
-
1179
- #: ../subscribers/view-subscriber-edit.php:95
1180
- msgid "Edit email"
1181
- msgstr "Editar correo"
1182
-
1183
- #: ../subscribers/view-subscriber-edit.php:114 ../subscribers/view-subscriber-
1184
- #: show.php:328 ../subscribers/view-subscriber-show.php:341
1185
- msgid "Group"
1186
- msgstr "Grupo"
1187
-
1188
- #: ../subscribers/view-subscriber-import.php:103
1189
- msgid "Email(s) was successfully imported."
1190
- msgstr "El/Los correo(s) ha(n) sido correctamente importado(s)."
1191
-
1192
- #: ../subscribers/view-subscriber-import.php:104
1193
- msgid "Email(s) are already in our database."
1194
- msgstr "El/Los correo(s) ya está(n) en nuestra base de datos."
1195
-
1196
- #: ../subscribers/view-subscriber-import.php:105
1197
- msgid "Email(s) are invalid."
1198
- msgstr "Correo(s) no válido(s)."
1199
-
1200
- #: ../subscribers/view-subscriber-import.php:115
1201
- msgid "File upload failed or no data available in the csv file."
1202
- msgstr ""
1203
- "Falló la subida del archivo o no hay datos disponibles en el archivo cv."
1204
-
1205
- #: ../subscribers/view-subscriber-import.php:149
1206
- msgid "Upload email"
1207
- msgstr "Subir correo"
1208
-
1209
- #: ../subscribers/view-subscriber-import.php:150
1210
- msgid "Select csv file"
1211
- msgstr "Selecciona archivo csv"
1212
-
1213
- #: ../subscribers/view-subscriber-import.php:152
1214
- msgid "Select the input csv file. Check official website for csv structure : "
1215
- msgstr ""
1216
- "Selecciona el archivo de entrada csv. Consulta el sitio web oficial para ver "
1217
- "la estructura csv: "
1218
-
1219
- #: ../subscribers/view-subscriber-import.php:153
1220
- msgid "click here"
1221
- msgstr "Haz clic aquí"
1222
-
1223
- #: ../subscribers/view-subscriber-import.php:187
1224
- msgid "Upload CSV"
1225
- msgstr "Subir CSV"
1226
-
1227
- #: ../subscribers/view-subscriber-show.php:11 ../compose/compose-show.php:13 ..
1228
- #: /sendmail/sendmail.php:11
1229
- msgid "Click Here"
1230
- msgstr "Haz clic aquí"
1231
-
1232
- #: ../subscribers/view-subscriber-show.php:72
1233
- #: ../subscribers/view-subscriber-show. php:125
1234
- msgid ""
1235
- "To send confirmation mail, Please change the Opt-in option to Double Opt In."
1236
- msgstr ""
1237
- "Para mandar correo de confirmación, por favor cambia la opción de Envío a "
1238
- "Doble Envío."
1239
-
1240
- #: ../subscribers/view-subscriber-show.php:81
1241
- msgid "Confirmation email resent successfully."
1242
- msgstr "Correo de confirmación vuelto a enviar con éxito."
1243
-
1244
- #: ../subscribers/view-subscriber-show.php:110 ../subscribers/view-subscriber-
1245
- #: show.php:156 ../subscribers/view-subscriber-show.php:201
1246
- msgid "Oops, No record was selected."
1247
- msgstr "Ups, no has seleccionado ningún registro."
1248
-
1249
- #: ../subscribers/view-subscriber-show.php:150
1250
- msgid "Confirmation email(s) resent successfully."
1251
- msgstr "Correo(s) de confirmación enviado(s) con éxito."
1252
-
1253
- #: ../subscribers/view-subscriber-show.php:186
1254
- msgid "Selected subscribers group was successfully updated."
1255
- msgstr ""
1256
- "El grupo de suscriptores seleccionado ha sido correctamente actualizado."
1257
-
1258
- #: ../subscribers/view-subscriber-show.php:192
1259
- msgid "Oops, New group name was not selected."
1260
- msgstr "Ups, no has seleccionado nuevo nombre de grupo."
1261
-
1262
- #: ../subscribers/view-subscriber-show.php:232
1263
- msgid "View subscriber"
1264
- msgstr "Ver suscriptor"
1265
-
1266
- #: ../subscribers/view-subscriber-show.php:233 ../subscribers/view-subscriber-
1267
- #: show.php:444 ../notification/notification-show.php:45 ..
1268
- #: /notification/notification-show.php:151 ../compose/compose-show.php:56
1269
- #: /compose/compose-show.php:112
1270
- msgid "Add New"
1271
- msgstr "Añadir nuevo"
1272
-
1273
- #: ../subscribers/view-subscriber-show.php:280
1274
- msgid "All Groups"
1275
- msgstr "Todos los Grupos"
1276
-
1277
- #: ../subscribers/view-subscriber-show.php:299
1278
- msgid "All Status"
1279
- msgstr "Todos los Estados"
1280
-
1281
- #: ../subscribers/view-subscriber-show.php:300
1282
- msgid "Confirmed"
1283
- msgstr "Confirmado"
1284
-
1285
- #: ../subscribers/view-subscriber-show.php:301
1286
- msgid "Unconfirmed"
1287
- msgstr "Sin Confirmar"
1288
-
1289
- #: ../subscribers/view-subscriber-show.php:302
1290
- msgid "Unsubscribed"
1291
- msgstr "Suscripciones canceladas "
1292
-
1293
- #: ../subscribers/view-subscriber-show.php:325 ../subscribers/view-subscriber-
1294
- #: show.php:338
1295
- msgid "Email address"
1296
- msgstr "Dirección email"
1297
-
1298
- #: ../subscribers/view-subscriber-show.php:374
1299
- #: ../notification/notification-show. php:90 ../compose/compose-show.php:93
1300
- #: ../compose/compose-preview.php:34
1301
- msgid "Edit"
1302
- msgstr "Editar"
1303
-
1304
- #: ../subscribers/view-subscriber-show.php:377 ../subscribers/view-subscriber-
1305
- #: show.php:422 ../notification/notification-show.php:93
1306
- #: ../compose/compose-show. php:94
1307
- msgid "Delete"
1308
- msgstr "Borrar"
1309
-
1310
- #: ../subscribers/view-subscriber-show.php:385 ../subscribers/view-subscriber-
1311
- #: show.php:423
1312
- msgid "Resend Confirmation"
1313
- msgstr "Reenviar Confirmación"
1314
-
1315
- #: ../subscribers/view-subscriber-show.php:401
1316
- msgid ""
1317
- "No records available. Please use the above alphabet search button to search."
1318
- msgstr ""
1319
- "No hay registros disponibles. Por favor utiliza el botón de búsqueda "
1320
- "alfabética superior para buscar."
1321
-
1322
- #: ../subscribers/view-subscriber-show.php:421
1323
- msgid "Bulk Actions"
1324
- msgstr "Accione en bloque"
1325
-
1326
- #: ../subscribers/view-subscriber-show.php:424
1327
- msgid "Update Subscribers Group"
1328
- msgstr "Actualizar Grupo de Suscriptores"
1329
-
1330
- #: ../subscribers/view-subscriber-show.php:427
1331
- msgid "Select Group"
1332
- msgstr "Seleccionar Grupo"
1333
-
1334
- #: ../subscribers/view-subscriber-show.php:441
1335
- msgid "Apply"
1336
- msgstr "Aplicar"
1337
-
1338
- #: ../subscribers/view-subscriber-show.php:446
1339
- msgid "Export Email"
1340
- msgstr "Exportar Correo"
1341
-
1342
- #: ../subscribers/view-subscriber-show.php:447
1343
- msgid "Sync Email"
1344
- msgstr "Sincronizar Correo"
1345
-
1346
- #: ../notification/notification-edit.php:40
1347
- #: ../notification/notification-add.php:26
1348
- #: ../notification/notification-add.php:119
1349
- msgid "Please select subscribers group."
1350
- msgstr "Por favor selecciona el grupo de suscriptores."
1351
-
1352
- #: ../notification/notification-edit.php:46
1353
- #: ../notification/notification-edit.php:231
1354
- #: ../notification/notification-add.php:32 ../notification/notification-add.
1355
- #: php:211
1356
- msgid "Please select notification status."
1357
- msgstr "Por favor selecciona el estado de notifiación."
1358
-
1359
- #: ../notification/notification-edit.php:52
1360
- #: ../notification/notification-edit.php:142
1361
- #: ../notification/notification-add.php:38 ../notification/notification-add.
1362
- #: php:138
1363
- msgid ""
1364
- "Please select notification mail subject. Use compose menu to create new."
1365
- msgstr ""
1366
- "Por favor selecciona el asunto de notificación del correo. Utiliza el menú "
1367
- "componer para crear uno nuevo."
1368
-
1369
- #: ../notification/notification-edit.php:58
1370
- #: ../notification/notification-edit.php:182
1371
- #: ../notification/notification-add.php:44 ../notification/notification-add.
1372
- #: php:170
1373
- msgid "Please select post categories."
1374
- msgstr "Por favor selecciona categorías de entrada."
1375
-
1376
- #: ../notification/notification-edit.php:84
1377
- msgid "Notification was successfully updated."
1378
- msgstr "La notificación ha sido actualizada con éxito."
1379
-
1380
- #: ../notification/notification-edit.php:111
1381
- msgid "Edit Notification"
1382
- msgstr "Editar Notificación"
1383
-
1384
- #: ../notification/notification-edit.php:114
1385
- #: ../notification/notification-add.php:103
1386
- #: ../notification/notification-show.php:56 ../notification/notification-show.
1387
- #: php:64
1388
- msgid "Subscribers Group"
1389
- msgstr "Grupo de suscriptores"
1390
-
1391
- #: ../notification/notification-edit.php:118
1392
- msgid "Not allowed to update the subscribers group in edit page."
1393
- msgstr ""
1394
- "No se permite actualizar el grupo de suscriptores en la página de edición."
1395
-
1396
- #: ../notification/notification-edit.php:120
1397
- #: ../notification/notification-add.php:121
1398
- msgid "Notification Mail"
1399
- msgstr "Correo de Notificación"
1400
-
1401
- #: ../notification/notification-edit.php:144
1402
- #: ../notification/notification-add.php:140
1403
- msgid "Post Categories"
1404
- msgstr "Categorías de Entradas"
1405
-
1406
- #: ../notification/notification-edit.php:184
1407
- #: ../notification/notification-add.php:172
1408
- msgid "Custom post type"
1409
- msgstr "Tipo de entrada personalizada"
1410
-
1411
- #: ../notification/notification-edit.php:223
1412
- #: ../notification/notification-add.php:203
1413
- msgid "Please select your custom post type (Optional)."
1414
- msgstr "Por favor, selecciona tu tipo de entrada personalizada (Opcional)."
1415
-
1416
- #: ../notification/notification-edit.php:225
1417
- #: ../notification/notification-add.php:205
1418
- #: ../notification/notification-show.php:58 ../notification/notification-show.
1419
- #: php:66
1420
- msgid "Notification Status"
1421
- msgstr "Estado de Notificación"
1422
-
1423
- #: ../notification/notification-add.php:69
1424
- msgid "Notification was successfully created."
1425
- msgstr "La notificación se ha creado con éxito."
1426
-
1427
- #: ../notification/notification-add.php:100
1428
- msgid "Add Notification"
1429
- msgstr "Añadir Notificación"
1430
-
1431
- #: ../notification/notification-show.php:55
1432
- #: ../notification/notification-show.php:63
1433
- msgid "Mail Subject"
1434
- msgstr "Asunto Correo"
1435
-
1436
- #: ../notification/notification-show.php:57
1437
- #: ../notification/notification-show.php:65
1438
- msgid "Categories / Custom Post"
1439
- msgstr "Categorías / Entrada personalizada"
1440
-
1441
- #: ../compose/compose-edit.php:41 ../compose/compose-add.php:28
1442
- msgid "Please enter template heading."
1443
- msgstr "Por favor, indica un encabezado de plantilla."
1444
-
1445
- #: ../compose/compose-edit.php:54
1446
- msgid "Template was successfully updated."
1447
- msgstr "La plantilla ha sido actualizada correctamente."
1448
-
1449
- #: ../compose/compose-edit.php:78 ../compose/compose-show.php:55 ..
1450
- #: /compose/compose-add.php:69
1451
- msgid "Compose Mail"
1452
- msgstr "Componer Correo"
1453
-
1454
- #: ../compose/compose-edit.php:80 ../compose/compose-add.php:71 ..
1455
- #: /sendmail/sendmail.php:132
1456
- msgid "Mail Type"
1457
- msgstr "Tipo de Correo"
1458
-
1459
- #: ../compose/compose-edit.php:82 ../compose/compose-add.php:73
1460
- msgid "Static Template (For Newsletter Email)"
1461
- msgstr "Plantilla Estática (Para Correo de Newsletter)"
1462
-
1463
- #: ../compose/compose-edit.php:83 ../compose/compose-add.php:74
1464
- msgid "Dynamic Template (For Notification Email)"
1465
- msgstr "Plantilla Dinámica (Para Correo de Notificación)"
1466
-
1467
- #: ../compose/compose-edit.php:85
1468
- msgid "Please select your mail type"
1469
- msgstr "Por favor selecciona tu tipo de correo."
1470
-
1471
- #: ../compose/compose-edit.php:87 ../compose/compose-add.php:78
1472
- msgid "Enter Mail Subject"
1473
- msgstr "Introduce asunto correo."
1474
-
1475
- #: ../compose/compose-edit.php:89 ../compose/compose-add.php:80
1476
- msgid "Please enter your mail subject. Keyword: ###POSTTITLE###"
1477
- msgstr "Por favor, introduce el asunto de tu correo. Keyword: ###POSTTITLE###"
1478
-
1479
- #: ../compose/compose-edit.php:91 ../compose/compose-add.php:82
1480
- msgid "Mail Content"
1481
- msgstr "Contenido correo"
1482
-
1483
- #: ../compose/compose-edit.php:95 ../compose/compose-add.php:86
1484
- msgid "Please enter content for your mail"
1485
- msgstr "Por favor, introduce contenido para tu correo."
1486
-
1487
- #: ../compose/compose-edit.php:96 ../compose/compose-add.php:87
1488
- msgid ""
1489
- "Keywords: ###POSTTITLE###, ###POSTLINK###, ###POSTIMAGE###, ###POSTDESC###, "
1490
- "###POSTFULL###, ###DATE###, ###POSTLINK-ONLY###, ###POSTLINK-WITHTITLE###"
1491
- msgstr ""
1492
- "Palabras clave: ###POSTTITLE###, ###POSTLINK###, ###POSTIMAGE###, "
1493
- "###POSTDESC###, ###POSTFULL###, ###DATE###, ###POSTLINK-ONLY###, ###POSTLINK-"
1494
- "WITHTITLE###"
1495
-
1496
- #: ../compose/compose-edit.php:101 ../compose/compose-add.php:92
1497
- msgid "Published"
1498
- msgstr "Publicado"
1499
-
1500
- #: ../compose/compose-edit.php:103 ../compose/compose-add.php:94
1501
- msgid "Please select your mail status"
1502
- msgstr "Por favor, selecciona el estado de tu correo."
1503
-
1504
- #: ../compose/compose-show.php:66 ../compose/compose-show.php:74
1505
- msgid "Email subject"
1506
- msgstr "Asunto Correo"
1507
-
1508
- #: ../compose/compose-add.php:40
1509
- msgid "Template was successfully created."
1510
- msgstr "La plantilla se ha creado correctamente."
1511
-
1512
- #: ../compose/compose-add.php:76 ../sendmail/sendmail.php:50
1513
- msgid "Please select your mail type."
1514
- msgstr "Por favor selecciona tu tipo de correo."
1515
-
1516
- #: ../export/export-email-address.php:36 ../export/export-email-address.php:40
1517
- #: .. /export/export-email-address.php:43
1518
- msgid "Unexpected url submit has been detected"
1519
- msgstr "Se ha detectado envío de URL inexperada"
1520
-
1521
- #: ../cron/cron-add.php:21
1522
- msgid "Please enter valid mail count."
1523
- msgstr "Por favor, introduzca una cuenta de correo válida."
1524
-
1525
- #: ../cron/cron-add.php:31
1526
- msgid "Cron details successfully updated."
1527
- msgstr "Detalles Cron actualizados correctamente."
1528
-
1529
- #: ../cron/cron-add.php:71
1530
- msgid "Cron Details"
1531
- msgstr "Detalles Cron"
1532
-
1533
- #: ../cron/cron-add.php:74
1534
- msgid "Cron job URL"
1535
- msgstr "URL tarea Cron"
1536
-
1537
- #: ../cron/cron-add.php:76
1538
- msgid ""
1539
- "Please find your cron job URL. This is readonly field not able to modify "
1540
- "from admin."
1541
- msgstr ""
1542
- "Por favor, encuentra tu URL de tarea Cron. Este es un campo de sólo lectura "
1543
- "no modificable desde administrador."
1544
-
1545
- #: ../cron/cron-add.php:78
1546
- msgid "Mail Count"
1547
- msgstr "Contador Correos"
1548
-
1549
- #: ../cron/cron-add.php:80
1550
- msgid "Enter number of mails you want to send per hour/trigger."
1551
- msgstr "Introduce el número de correos que quieres enviar por hora/disparador."
1552
-
1553
- #: ../cron/cron-add.php:82
1554
- msgid "Admin Report"
1555
- msgstr "Informe Admin"
1556
-
1557
- #: ../cron/cron-add.php:84
1558
- msgid ""
1559
- "Send above mail to admin whenever cron URL triggered in your server.<br /"
1560
- ">(Keywords: ###DATE###, ###SUBJECT###, ###COUNT###)"
1561
- msgstr ""
1562
- "Envía el correo superior al administrador cuando una URL Cron haya sido "
1563
- "disparada en tu servidor.<br />(Keywords: ###DATE###, ###SUBJECT###, "
1564
- "###COUNT###)"
1565
-
1566
- #: ../cron/cron-add.php:97
1567
- msgid "How to setup auto emails using CRON Job through the cPanel or Plesk?"
1568
- msgstr ""
1569
- "¿Cómo configurar correos electrónicos automáticos utilizando (tarea cron) en "
1570
- "cPanel o Plesk?"
1571
-
1572
- #: ../cron/cron-add.php:98
1573
- msgid ""
1574
- "<a target=\"_blank\" href=\"http://www.storeapps.org/docs/es-how-to-schedule-"
1575
- "cron-emails-in-parallels-plesk/\">Setup cron job in Plesk</a>"
1576
- msgstr ""
1577
- "<a target=\"_blank\" href=\"http://www.storeapps.org/docs/es-how-to-schedule-"
1578
- "cron-emails-in-parallels-plesk/\">Configurar tarea cron en Plesk</a>"
1579
-
1580
- #: ../cron/cron-add.php:99
1581
- msgid ""
1582
- "<a target=\"_blank\" href=\"http://www.storeapps.org/docs/es-how-to-schedule-"
1583
- "cron-emails-in-cpanel/\">Setup cron job in cPanal</a>"
1584
- msgstr ""
1585
- "<a target=\"_blank\" href=\"http://www.storeapps.org/docs/es-how-to-schedule-"
1586
- "cron-emails-in-cpanel/\">Configurar tarea cron en cPanel</a>"
1587
-
1588
- #: ../cron/cron-add.php:100
1589
- msgid ""
1590
- "<a target=\"_blank\" href=\"http://www.storeapps.org/docs/es-what-to-do-if-"
1591
- "hosting-doesnt-support-cron-jobs/\">Hosting doesnt support cron jobs?</a>"
1592
- msgstr ""
1593
- "<a target=\"_blank\" href=\"http://www.storeapps.org/docs/es-what-to-do-if-"
1594
- "hosting-doesnt-support-cron-jobs/\">¿Tu alojamiento no soporta tareas cron?</"
1595
- "a>"
1596
-
1597
- #: ../sendmail/sendmail.php:35
1598
- msgid "Please select your mail subject."
1599
- msgstr "Por favor selecciona el asunto de tu correo."
1600
-
1601
- #: ../sendmail/sendmail.php:43
1602
- msgid "No email address selected."
1603
- msgstr "No se ha seleccionado dirección de correo."
1604
-
1605
- #: ../sendmail/sendmail.php:58
1606
- msgid "Mail sent successfully"
1607
- msgstr "Correo enviado con éxito"
1608
-
1609
- #: ../sendmail/sendmail.php:64
1610
- msgid "Click here for details"
1611
- msgstr "Haz clic aquí para detalles"
1612
-
1613
- #: ../sendmail/sendmail.php:73
1614
- msgid "Oops.. We are getting some error. mail not sending."
1615
- msgstr "Ups. Estamos obteniendo algún error. No se envía correo."
1616
-
1617
- #: ../sendmail/sendmail.php:101
1618
- msgid "Select your mail subject"
1619
- msgstr "Selecciona el asunto de tu correo"
1620
-
1621
- #: ../sendmail/sendmail.php:102
1622
- msgid ""
1623
- "Select a mail subject from available list. Go to Compose page to create new "
1624
- "mail."
1625
- msgstr ""
1626
- "Selecciona un asunto de correo de la lista disponible. Accede a la página "
1627
- "Componer para crear un nuevo correo."
1628
-
1629
- #: ../sendmail/sendmail.php:133
1630
- msgid "Select your mail type."
1631
- msgstr "Selecciona tu tipo de correo."
1632
-
1633
- #: ../sendmail/sendmail.php:147
1634
- msgid "Select subscriber group"
1635
- msgstr "Selecciona grupo suscriptores"
1636
-
1637
- #: ../sendmail/sendmail.php:148
1638
- msgid "Select your subscriber group to send email."
1639
- msgstr "Selecciona el grupo de suscriptores para enviar correos."
1640
-
1641
- #: ../sendmail/sendmail.php:173
1642
- msgid "Check All"
1643
- msgstr "Selecciona todo"
1644
-
1645
- #: ../sendmail/sendmail.php:174
1646
- msgid "Uncheck All"
1647
- msgstr "Deselecciona todo"
1648
-
1649
- #: ../sendmail/sendmail.php:237
1650
- msgid "No subscribers available for this search criteria."
1651
- msgstr "No hay suscriptores que cumplan este criterio de búsqueda."
1652
-
1653
- #: ../roles/roles-add.php:93
1654
- msgid "Roles and Capabilities"
1655
- msgstr "Roles y capacidades"
1656
-
1657
- #: ../roles/roles-add.php:95
1658
- msgid "Subscribers Menu"
1659
- msgstr "Menú suscriptores"
1660
-
1661
- #: ../roles/roles-add.php:97 ../roles/roles-add.php:105 ../roles/roles-add.php:
1662
- #: 113 ../roles/roles-add.php:121 ../roles/roles-add.php:129
1663
- #: ../roles/roles-add. php:137 ../roles/roles-add.php:145
1664
- msgid "Administrator Only"
1665
- msgstr "Sólo Administrador"
1666
-
1667
- #: ../roles/roles-add.php:98 ../roles/roles-add.php:106 ../roles/roles-add.php:
1668
- #: 114 ../roles/roles-add.php:122 ../roles/roles-add.php:130
1669
- #: ../roles/roles-add. php:138 ../roles/roles-add.php:146
1670
- msgid "Administrator/Editor"
1671
- msgstr "Administrador/Editor"
1672
-
1673
- #: ../roles/roles-add.php:99 ../roles/roles-add.php:107 ../roles/roles-add.php:
1674
- #: 115 ../roles/roles-add.php:123 ../roles/roles-add.php:131
1675
- #: ../roles/roles-add. php:139 ../roles/roles-add.php:147
1676
- msgid "Administrator/Editor/Author/Contributor"
1677
- msgstr "Administrador/Editor/Autor/Colaborador"
1678
-
1679
- #: ../roles/roles-add.php:101
1680
- msgid ""
1681
- "Select user role to access plugin Subscribers Menu. Only Admin user can "
1682
- "change this value."
1683
- msgstr ""
1684
- "Selecciona el rol de usuario para acceder al menú de suscriptores del "
1685
- "plugin. Sólo el administrador puede cambiar este valor."
1686
-
1687
- #: ../roles/roles-add.php:103
1688
- msgid "Compose Menu"
1689
- msgstr "Menú componer"
1690
-
1691
- #: ../roles/roles-add.php:109
1692
- msgid ""
1693
- "Select user role to access plugin Compose Menu. Only Admin user can change "
1694
- "this value."
1695
- msgstr ""
1696
- "Selecciona el rol de usuario para acceder al menú de Componer del plugin. "
1697
- "Sólo el administrador puede cambiar este valor."
1698
-
1699
- #: ../roles/roles-add.php:111
1700
- msgid "Notification Menu"
1701
- msgstr "Menú Notificación"
1702
-
1703
- #: ../roles/roles-add.php:117
1704
- msgid ""
1705
- "Select user role to access plugin Notification Menu. Only Admin user can "
1706
- "change this value."
1707
- msgstr ""
1708
- "Selecciona el rol de usuario para acceder al menú de notificaciones del "
1709
- "plugin. Sólo el administrador puede cambiar este valor."
1710
-
1711
- #: ../roles/roles-add.php:119
1712
- msgid "Send Email Menu/Cron Menu"
1713
- msgstr "Menú Envío Correo/Menú Cron"
1714
-
1715
- #: ../roles/roles-add.php:125
1716
- msgid ""
1717
- "Select user role to access plugin Send Email Menu. Only Admin user can "
1718
- "change this value."
1719
- msgstr ""
1720
- "Selecciona el rol de usuario para acceder al menú de envío de correo del "
1721
- "plugin. Sólo el administrador puede cambiar este valor."
1722
-
1723
- #: ../roles/roles-add.php:127
1724
- msgid "Settings Menu"
1725
- msgstr "Menú Configuración"
1726
-
1727
- #: ../roles/roles-add.php:133
1728
- msgid ""
1729
- "Select user role to access plugin Settings Menu. Only Admin user can change "
1730
- "this value."
1731
- msgstr ""
1732
- "Selecciona el rol de usuario para acceder al menú de configuración del "
1733
- "plugin. Sólo el administrador puede cambiar este valor."
1734
-
1735
- #: ../roles/roles-add.php:135
1736
- msgid "Sent Mails Menu"
1737
- msgstr "Menú Envío Correos"
1738
-
1739
- #: ../roles/roles-add.php:141
1740
- msgid ""
1741
- "Select user role to access plugin Sent Mails Menu. Only Admin user can "
1742
- "change this value."
1743
- msgstr ""
1744
- "Selecciona el rol de usuario para acceder al menú de envío de correos del "
1745
- "plugin. Sólo el administrador puede cambiar este valor."
1746
-
1747
- #: ../roles/roles-add.php:143
1748
- msgid "Help & Info Menu"
1749
- msgstr "Menú Ayuda e Info"
1750
-
1751
- #: ../roles/roles-add.php:149
1752
- msgid ""
1753
- "Select user role to access plugin Help & Info Menu. Only Admin user can "
1754
- "change this value."
1755
- msgstr ""
1756
- "Selecciona el rol de usuario para acceder al menú de Ayuda e Información del "
1757
- "plugin. Sólo el administrador puede cambiar este valor."
1758
-
1759
- #: ../help/help.php:44
1760
- msgid "Welcome to Email Subscribers!"
1761
- msgstr "¡Bienvenido a Suscriptores de correo!"
1762
-
1763
- #: ../help/help.php:45
1764
- msgid ""
1765
- "Thanks for installing and we hope you will enjoy using Email Subscribers."
1766
- msgstr ""
1767
- "Gracias por instalar y esperamos que disfrute el uso de Suscriptores de "
1768
- "Correo."
1769
-
1770
- #: ../help/help.php:49
1771
- msgid "For more help and tips..."
1772
- msgstr "Para más ayuda y sugerencias..."
1773
-
1774
- #: ../help/help.php:93
1775
- msgid "Frequently Asked Questions"
1776
- msgstr "Preguntas más Frecuentes"
1777
-
1778
- #: ../help/help.php:104
1779
- msgid "How to setup subscription box widget?"
1780
- msgstr "¿Cómo configurar un widget de caja de suscripción?"
1781
-
1782
- #: ../help/help.php:111
1783
- msgid "How to add unsubscribe link in welcome email?"
1784
- msgstr ""
1785
- "¿Cómo añadir un enlace de cancelación de suscripción en el correo de "
1786
- "bienvenida?"
1787
-
1788
- #: ../help/help.php:119
1789
- msgid "How to change/update/translate any text from the plugin?"
1790
- msgstr "¿Cómo cambiar/actualizar/traducir cualquier texto del plugin?"
1791
-
1792
- #: ../help/help.php:120
1793
- msgid ""
1794
- "Refer steps from <a target=\"_blank\" href=\"http://www.storeapps.org/docs/"
1795
- "es-how-to-change-update-translate-any-texts-from-email-subscribers/\">here</"
1796
- "a>."
1797
- msgstr ""
1798
- "Consulta los pasos <a target=\"_blank\" href=\"http://www.storeapps.org/docs/"
1799
- "es-how-to-change-update-translate-any-texts-from-email-subscribers/\">aquí</"
1800
- "a>."
1801
-
1802
- #: ../help/help.php:123
1803
- msgid "How to setup auto emails using CRON Job?"
1804
- msgstr ""
1805
- "¿Cómo configurar correos electrónicos automáticos utilizando tarea CRON?"
1806
-
1807
- #: ../help/help.php:124
1808
- msgid ""
1809
- " 1. <a target=\"_blank\" href=\"http://www.storeapps.org/docs/es-how-to-"
1810
- "schedule-cron-emails-in-cpanel/\">Setup cron job in Plesk</a><br>\n"
1811
- "\t\t\t\t\t\t\t\t\t\t 2. <a target=\"_blank\" href=\"http://www.storeapps."
1812
- "org/docs/es-how-to-schedule-cron-emails-in-parallels-plesk/\">Setup cron job "
1813
- "in cPanal</a><br>\n"
1814
- "\t\t\t\t\t\t\t\t\t\t 3. <a target=\"_blank\" href=\"http://www.storeapps."
1815
- "org/docs/es-what-to-do-if-hosting-doesnt-support-cron-jobs/\">Hosting doesnt "
1816
- "support cron jobs?</a>"
1817
- msgstr ""
1818
- " 1. <a target=\"_blank\" href=\"http://www.storeapps.org/docs/es-how-to-"
1819
- "schedule-cron-emails-in-cpanel/\">Configurar tarea cron en Plesk</a><br>\n"
1820
- "\t\t\t\t\t\t\t\t\t\t 2. <a target=\"_blank\" href=\"http://www.storeapps."
1821
- "org/docs/es-how-to-schedule-cron-emails-in-parallels-plesk/\">Configurar "
1822
- "tarea cron en cPanel</a><br>\n"
1823
- "\t\t\t\t\t\t\t\t\t\t 3. <a target=\"_blank\" href=\"http://www.storeapps."
1824
- "org/docs/es-what-to-do-if-hosting-doesnt-support-cron-jobs/\">¿Su proveedor "
1825
- "no soporta tareas cron?</a>"
1826
-
1827
- #: ../help/help.php:129
1828
- msgid "Notification Emails are not being received by Subscribers?"
1829
- msgstr "¿No están recibiendo los suscriptores Correos de Notificación?"
1830
-
1831
- #: ../help/help.php:130
1832
- #, php-format
1833
- msgid "Confirm steps from %s."
1834
- msgstr "Confirmar pasos desde %s."
1835
-
1836
- #: ../help/help.php:130 ../help/help.php:134 ../help/help.php:138 ../help/help.
1837
- #: php:142 ../help/help.php:146 ../help/help.php:150 ../help/help.php:154 ..
1838
- #: /help/help.php:158 ../help/help.php:162 ../help/help.php:166
1839
- msgid "here"
1840
- msgstr "aquí"
1841
-
1842
- #: ../help/help.php:133
1843
- msgid "How to import and export email address to subscriber list?"
1844
- msgstr ""
1845
- "¿Cómo importar y exportar direcciones de correo a la lista de suscriptores?"
1846
-
1847
- #: ../help/help.php:134 ../help/help.php:138 ../help/help.php:142 ../help/help.
1848
- #: php:146 ../help/help.php:150 ../help/help.php:154 ../help/help.php:158 ..
1849
- #: /help/help.php:162
1850
- #, php-format
1851
- msgid "Refer %s."
1852
- msgstr "Consultar %s."
1853
-
1854
- #: ../help/help.php:137
1855
- msgid "How to Compose and Send static newsletter mails?"
1856
- msgstr "¿Cómo Componer y Enviar correos de newsletter estáticos?"
1857
-
1858
- #: ../help/help.php:141
1859
- msgid ""
1860
- "How to Configure and Send notification emails to subscribers when new posts "
1861
- "are published?"
1862
- msgstr ""
1863
- "¿Cómo Configurar y Enviar correos de notificación para suscriptores cuando "
1864
- "se publican nuevas entradas?"
1865
-
1866
- #: ../help/help.php:145
1867
- msgid ""
1868
- "How to install and activate Email Subscribers on multisite installations?"
1869
- msgstr ""
1870
- "¿Cómo instalar y activar Suscriptores de Correo en instalaciones multisitio?"
1871
-
1872
- #: ../help/help.php:149
1873
- msgid ""
1874
- "How to modify the existing mails (Opt-in mail, Welcome mail, Admin mails) "
1875
- "content?"
1876
- msgstr ""
1877
- "¿Cómo modificar el contenido existente de correos (correo de envío, correo "
1878
- "de bienvenida, correos al administrador)?"
1879
-
1880
- #: ../help/help.php:153
1881
- msgid "How to Add/Update Existing Subscribers Group?"
1882
- msgstr "¿Cómo Añadir/Actualizar un Grupo de Suscriptores Existentes?"
1883
-
1884
- #: ../help/help.php:157
1885
- msgid "How to check Sent mails?"
1886
- msgstr "¿Cómo revisar correos enviados?"
1887
-
1888
- #: ../help/help.php:161
1889
- msgid "How to show subscribe form inside a popup?"
1890
- msgstr "¿Cómo mostrar el formulario de suscripción dentro de un popup?"
1891
-
1892
- #: ../help/help.php:165
1893
- msgid "Check more detailed documentation"
1894
- msgstr "Comprueba documentación más detallada"
1895
-
1896
- #: ../help/help.php:166
1897
- #, php-format
1898
- msgid "From %s."
1899
- msgstr "De %s."
1900
-
1901
- #~ msgid "These tables could not be created on installation "
1902
- #~ msgstr "Estas tablas no han podido ser creadas tras la instalación"
1903
-
1904
- #~ msgid ""
1905
- #~ "1. Use following shortcode in any page/post <br><strong>[email-"
1906
- #~ "subscribers namefield=\"YES\" desc=\"\" group=\"Public\"]</"
1907
- #~ "strong><br>OR<br>\n"
1908
- #~ "\t\t\t\t\t\t\t\t\t\t 2. Go to Dashboard->Appearance->Widgets. You will "
1909
- #~ "see a widget called Email subscribers. Click Add Widget button or drag it "
1910
- #~ "to the sidebar on the right.<br>OR<br>\n"
1911
- #~ "\t\t\t\t\t\t\t\t\t\t 3. Copy and past this php code to your desired "
1912
- #~ "template location : <br><strong>"
1913
- #~ msgstr ""
1914
- #~ "1. Utiliza el siguiente shortcode en cualquier página/entrada <br/"
1915
- #~ "><strong>[email-subscribers namefield=\"YES\" desc=\"\" group=\"Public"
1916
- #~ "\"]</strong><br>O<br>\n"
1917
- #~ "\t\t\t\t\t\t\t\t\t\t 2. Ve a Escritorio->Apariencia->Widgets. Verás un "
1918
- #~ "widget llamado Suscriptores de correo. Haz clic en el botón Añadir Widget "
1919
- #~ "o arrástrelo hasta la barra lateral de la derecha.<br>O<br />\n"
1920
- #~ "\t\t\t\t\t\t\t\t\t\t 3. Copia y pega este código php en el lugar deseado "
1921
- #~ "de tu plantilla : <br><strong>"
1922
-
1923
- #~ msgid ""
1924
- #~ "Please make sure Email Subscribers version is 3.1.2+. <br>\n"
1925
- #~ "\t\t\t\t\t\t\t\t\t\t\tThen go to WordPress -> Email Subscribers -> "
1926
- #~ "Settings -> Subscriber welcome mail content.<br>\n"
1927
- #~ "\t\t\t\t\t\t\t\t\t\t\tAdd the following code at the end of welcome email "
1928
- #~ "content : <br><br>\n"
1929
- #~ "\t\t\t\t\t\t\t\t\t\t\t<strong>Please "
1930
- #~ msgstr ""
1931
- #~ "Asegúrate de que la versión de Suscriptores de Correo es 3.1.2+. <br>\n"
1932
- #~ "\t\t\t\t\t\t\t\t\t\t\tDespués ve a WordPress -> Suscriptores de Correo -> "
1933
- #~ "Configuración -> Contenido del correo de bienvenida al suscriptor.<br>\n"
1934
- #~ "\t\t\t\t\t\t\t\t\t\t\tAñade el siguiente código al final del contenido "
1935
- #~ "del correo de bienvenida : <br><br>\n"
1936
- #~ "\t\t\t\t\t\t\t\t\t\t\t<strong>Por favor "
1937
-
1938
- #~ msgid ""
1939
- #~ "Email Subscribers has a POT file named <code>email-subscribers.pot</code> "
1940
- #~ "present at /wp-content/plugins/email-subscribers/languages/. Use that "
1941
- #~ "with <strong>Loco Translate</strong> plugin and change/update/translate "
1942
- #~ "any text that you want.<br>\n"
1943
- #~ "\t\t\t\t\t\t\t\t\t\t\tRefer steps from <a target=\"_blank\" href=\"http://"
1944
- #~ "www.storeapps.org/support/documentation/translating-storeapps-plugins/"
1945
- #~ "\">here</a>.<br>"
1946
- #~ msgstr ""
1947
- #~ "Suscriptores de Correo tiene un fichero POT llamado <code>email-"
1948
- #~ "subscribers.pot</code> que está en /wp-content/plugins/email-subscribers/"
1949
- #~ "languages/. Utilízalo con el plugin <strong>Loco Translate</strong> para "
1950
- #~ "cambiar/actualizar/traducir cualquier texto que desees.<br>\n"
1951
- #~ "\t\t\t\t\t\t\t\t\t\t\tConsulta los pasos <a target=\"_blank\" href="
1952
- #~ "\"http://www.storeapps.org/support/documentation/translating-storeapps-"
1953
- #~ "plugins/\">aquí</a>.<br>"
1954
-
1955
- #~ msgid "How to send static newsletter manually?"
1956
- #~ msgstr "¿Cómo mandar newsletters estáticas manualmente?"
1957
-
1958
- #~ msgid "Is Mail not working in Email Subscribers?"
1959
- #~ msgstr "¿Está fallando Mail en Suscriptores de Correo?"
1960
-
1961
- #~ msgid ""
1962
- #~ "How to add new subscribers group? How to bulk update Subscribers group?"
1963
- #~ msgstr ""
1964
- #~ "¿Cómo añadir un grupo nuevo de suscriptores? ¿Cómo actualizar en bloque "
1965
- #~ "grupo de Suscriptores?"
1966
-
1967
- #~ msgid "I can't find a way to do X..."
1968
- #~ msgstr "No puedo encontrar un modo para X..."
1969
-
1970
- #~ msgid "If you can't find your favorite feature (or have a suggestion) %s."
1971
- #~ msgstr ""
1972
- #~ "Si no puedes encontrar tu característica favorita (o tienes una "
1973
- #~ "sugerencia) %s."
1974
-
1975
- #~ msgid "contact us"
1976
- #~ msgstr "Contáctanos"
1977
-
1978
- #~ msgid "Mail content for sent mail report."
1979
- #~ msgstr "Contenido de correo para informe de correo enviado."
1980
-
1981
- #~ msgid ""
1982
- #~ "I strongly recommend you to use \"Send mail via cron job\" option to send "
1983
- #~ "your newsletters and notification. The following link explains how to "
1984
- #~ "create a CRON job through the cPanel or Plesk."
1985
- #~ msgstr ""
1986
- #~ "Te recomiendo encarecidamente que utilices la opción \"Enviar correo con "
1987
- #~ "tarea cron\" para enviar newsletters y notificaciones. El siguiente "
1988
- #~ "enlace explican cómo crear una tarea CRON a través de cPanel o Plesk."
1989
-
1990
- #~ msgid "How to setup auto emails (cron job) in cPanal"
1991
- #~ msgstr "Cómo configurar correos electrónicos (tarea cron) en cPanel"
1992
-
1993
- #~ msgid "Hosting doesnt support cron jobs?"
1994
- #~ msgstr "¿El proveedor de alojamiento no soporta tareas Cron?"
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: Email Subscribers\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: Tue Feb 09 2016 16:21:13 GMT+0530 (IST)\n"
6
+ "PO-Revision-Date: 2016-07-26 11:20+0200\n"
7
+ "Last-Translator: David Bravo <dbravo@dimensionmultimedia.com>\n"
8
+ "Language-Team: \n"
9
+ "Language: es_ES\n"
10
+ "Plural-Forms: nplurals=2; plural=n != 1;\n"
11
+ "MIME-Version: 1.0\n"
12
+ "Content-Type: text/plain; charset=UTF-8\n"
13
+ "Content-Transfer-Encoding: 8bit\n"
14
+ "X-Poedit-SourceCharset: UTF-8\n"
15
+ "X-Generator: Poedit 1.8.8\n"
16
+ "X-Poedit-KeywordsList: _:1;gettext:1;dgettext:2;ngettext:1,2;dngettext:2,3;__:1;"
17
+ "_e:1;_c:1;_n:1,2;_n_noop:1,2;_nc:1,2;__ngettext:1,2;__ngettext_noop:1,2;_x:1,2c;"
18
+ "_ex:1,2c;_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;esc_attr__:1;"
19
+ "esc_html__:1;esc_attr_e:1;esc_html_e:1;esc_attr_x:1,2c;esc_html_x:1,2c;"
20
+ "comments_number_link:2,3;t:1;st:1;trans:1;transChoice:1,2\n"
21
+ "X-Poedit-Basepath: ../..\n"
22
+ "X-Loco-Target-Locale: es_ES\n"
23
+ "X-Poedit-SearchPath-0: languages\n"
24
+ "X-Poedit-SearchPath-1: plugins/email-subscribers\n"
25
+ "X-Poedit-SearchPathExcluded-0: *.js\n"
26
+
27
+ #: ../subscribers/view-subscriber-show.php:232
28
+ msgid "View Subscribers"
29
+ msgstr "Ver suscriptores"
30
+
31
+ #. URI of the plugin
32
+ msgid "http://www.storeapps.org/product/email-subscribers"
33
+ msgstr "http://www.storeapps.org/product/email-subscribers"
34
+
35
+ #. Author of the plugin
36
+ msgid "StoreApps"
37
+ msgstr "StoreApps"
38
+
39
+ #: ../notification/notification-edit.php:43
40
+ msgid "Please select subscribers group"
41
+ msgstr "Por favor, selecciona el grupo de suscriptores"
42
+
43
+ #: ../notification/notification-edit.php:49
44
+ msgid "Please select notification status"
45
+ msgstr "Por favor, selecciona el estado de notificación"
46
+
47
+ #: ../notification/notification-edit.php:114
48
+ msgid "Not allowed to update subscribers group in edit page"
49
+ msgstr "No se permite actualizar grupos de suscriptores en la página de edición"
50
+
51
+ #: ../notification/notification-edit.php:126 ../notification/notification-add.php:
52
+ #: 134
53
+ msgid "Select notification mail subject (Use compose menu to create new)"
54
+ msgstr ""
55
+ "Selecciona el asunto de correo de notificación (Utiliza el menú componer para "
56
+ "crear uno)"
57
+
58
+ #: ../notification/notification-edit.php:195 ../notification/notification-add.php:
59
+ #: 194
60
+ msgid "Custom Post Type"
61
+ msgstr "Tipo de Entrada Personalizada"
62
+
63
+ #: ../notification/notification-edit.php:230 ../notification/notification-add.php:
64
+ #: 224
65
+ msgid "No Custom Post Types Available"
66
+ msgstr "No hay Tipos de Entrada Personalizadas Disponibles"
67
+
68
+ #: ../notification/notification-edit.php:243 ../notification/notification-add.php:
69
+ #: 237
70
+ msgid "Send mail immediately when new post is published"
71
+ msgstr "Enviar correo inmediatamente cuando se publique una nueva entrada"
72
+
73
+ #: ../notification/notification-edit.php:244 ../notification/notification-add.php:
74
+ #: 238
75
+ msgid "Add to cron when new post is published and send via cron job"
76
+ msgstr "Añadir a cron cuando se publique una nueva entrada y enviar vía tarea cron"
77
+
78
+ #: ../notification/notification-edit.php:245 ../notification/notification-add.php:
79
+ #: 239
80
+ msgid "Disable notification"
81
+ msgstr "Deshabilitar notificación"
82
+
83
+ #: ../notification/notification-add.php:70
84
+ msgid "Notification was successfully created. "
85
+ msgstr "La notificación ha sido creada con éxito."
86
+
87
+ #: ../notification/notification-add.php:93
88
+ msgid " to view the details."
89
+ msgstr " para ver los detalles."
90
+
91
+ #: ../notification/notification-add.php:110
92
+ msgid "Select subscribers group"
93
+ msgstr "Selecciona grupo de suscriptores"
94
+
95
+ #: ../notification/notification-add.php:159
96
+ msgid "Select post categories"
97
+ msgstr "Seleccionar categorías de entradas"
98
+
99
+ #: ../notification/notification-add.php:195
100
+ msgid "Select your custom post type (Optional)"
101
+ msgstr "Seleccionar tu tipo de entrada personalizada (Opcional)"
102
+
103
+ #: ../notification/notification-add.php:232
104
+ msgid "Select notification status"
105
+ msgstr "Seleccionar estado de notificación"
106
+
107
+ #: ../notification/notification-show.php:30
108
+ msgid "Selected record was successfully deleted"
109
+ msgstr "El registro seleccionado ha sido borrado con éxito"
110
+
111
+ #: ../notification/notification-show.php:117
112
+ msgid "Send mail immediately when new post is published."
113
+ msgstr "Enviar correo inmediatamente cuando una nueva entrada sea publicada."
114
+
115
+ #: ../notification/notification-show.php:119
116
+ msgid "Add to cron and send mail via cron job."
117
+ msgstr "Añadir a cron y enviar correo vía tarea cron."
118
+
119
+ #: ../sendmail/sendmail.php:129
120
+ msgid "Select your mail type"
121
+ msgstr "Seleccionar tu tipo de correo"
122
+
123
+ #: ../sendmail/sendmail.php:135
124
+ msgid "Send mail immediately"
125
+ msgstr "Enviar correo inmediatamente"
126
+
127
+ #: ../sendmail/sendmail.php:136
128
+ msgid "Send mail via cron job"
129
+ msgstr "Enviar correo vía tarea cron"
130
+
131
+ #: ../sendmail/sendmail.php:144
132
+ msgid "Select your subscriber group to send email"
133
+ msgstr "Seleccionar tu grupo de suscriptores a los que mandar correo"
134
+
135
+ #: ../sendmail/sendmail.php:177
136
+ msgid "A,B,C"
137
+ msgstr "A,B,C"
138
+
139
+ #: ../sendmail/sendmail.php:178
140
+ msgid "D,E,F"
141
+ msgstr "D,E,F"
142
+
143
+ #: ../sendmail/sendmail.php:179
144
+ msgid "G,H,I"
145
+ msgstr "G,H,I"
146
+
147
+ #: ../sendmail/sendmail.php:180
148
+ msgid "J,K,L"
149
+ msgstr "J,K,L"
150
+
151
+ #: ../sendmail/sendmail.php:181
152
+ msgid "M,N,O"
153
+ msgstr "M,N,O"
154
+
155
+ #: ../sendmail/sendmail.php:182
156
+ msgid "P,Q,R"
157
+ msgstr "P,Q,R"
158
+
159
+ #: ../sendmail/sendmail.php:183
160
+ msgid "S,T,U"
161
+ msgstr "S,T,U"
162
+
163
+ #: ../sendmail/sendmail.php:184
164
+ msgid "V,W,X,Y,Z"
165
+ msgstr "V,W,X,Y,Z"
166
+
167
+ #: ../sendmail/sendmail.php:185
168
+ msgid "0-9"
169
+ msgstr "0-9"
170
+
171
+ #: ../sendmail/sendmail.php:186
172
+ msgid "ALL"
173
+ msgstr "TODOS"
174
+
175
+ #: ../sendmail/sendmail.php:223
176
+ #, php-format
177
+ msgid ""
178
+ "<span style=\"color:#FF0000\">No subscribers available for %s search criteria.</"
179
+ "span>"
180
+ msgstr ""
181
+ "<span style=\"color:#FF0000\">No hay suscriptores disponibles para el criterio de "
182
+ "búsqueda %s.</span>"
183
+
184
+ #: ../settings/setting-sync.php:14
185
+ msgid "Table sync completed successfully."
186
+ msgstr "Sincronización de la Tabla finalizada con éxito."
187
+
188
+ #: ../settings/setting-sync.php:27
189
+ msgid "Sync plugin tables"
190
+ msgstr "Sincronizar tablas del plugin"
191
+
192
+ #: ../settings/setting-sync.php:30
193
+ msgid "Click to sync tables"
194
+ msgstr "Clic para sincronizar tablas"
195
+
196
+ #: ../settings/settings-edit.php:17
197
+ msgid "Oops, selected details doesnt exists."
198
+ msgstr "Ups, los detalles seleccionados no existen."
199
+
200
+ #: ../settings/settings-edit.php:111
201
+ msgid "Please enter sender of notifications from name."
202
+ msgstr "Por favor introduce el nombre 'de' para el emisor de notificaciones."
203
+
204
+ #: ../settings/settings-edit.php:116
205
+ msgid "Please enter sender of notifications from email."
206
+ msgstr "Por favor introduce el correo 'de' para el emisor de notificaciones."
207
+
208
+ #: ../settings/settings-edit.php:149
209
+ msgid "Details was successfully updated."
210
+ msgstr "Los detalles fueron actualizados correctamente."
211
+
212
+ #: ../settings/settings-edit.php:152
213
+ msgid "Oops, details not update."
214
+ msgstr "Ups, los detalles no se han actualizado."
215
+
216
+ #: ../settings/settings-edit.php:192 ../classes/es-register.php:155 ../classes/es-
217
+ #: register.php:156
218
+ msgid "Settings"
219
+ msgstr "Configuración"
220
+
221
+ #: ../settings/settings-edit.php:198
222
+ msgid "Sender of notifications"
223
+ msgstr "Emisor de notificaciones"
224
+
225
+ #: ../settings/settings-edit.php:199
226
+ msgid ""
227
+ "Choose a FROM name and FROM email address for all notifications emails from this "
228
+ "plugin."
229
+ msgstr ""
230
+ "Elige un nombre DE y una dirección de correo DE para todos los correos de "
231
+ "notificaciones de este plugin."
232
+
233
+ #: ../settings/settings-edit.php:209
234
+ msgid "Mail type"
235
+ msgstr "Tipo de Correo"
236
+
237
+ #: ../settings/settings-edit.php:210
238
+ msgid ""
239
+ "Option 1 & 2 is to send mails with default Wordpress method wp_mail(). Option 3 & "
240
+ "4 is to send mails with PHP method mail()"
241
+ msgstr ""
242
+ "Las opciones 1 y 2 envían correos con el método por defecto de WordPress "
243
+ "wp_mail(). Las opciones 3 y 4 envían correos con el método PHP mail()."
244
+
245
+ #: ../settings/settings-edit.php:214
246
+ msgid "1. WP HTML MAIL"
247
+ msgstr "1. WP CORREO HTML"
248
+
249
+ #: ../settings/settings-edit.php:215
250
+ msgid "2. WP PLAINTEXT MAIL"
251
+ msgstr "2. WP CORREO TEXTO PLANO"
252
+
253
+ #: ../settings/settings-edit.php:216
254
+ msgid "3. PHP HTML MAIL"
255
+ msgstr "3. PHP CORREO PHP"
256
+
257
+ #: ../settings/settings-edit.php:217
258
+ msgid "4. PHP PLAINTEXT MAIL"
259
+ msgstr "4. PHP CORREO TEXTO PLANO"
260
+
261
+ #: ../settings/settings-edit.php:224
262
+ msgid "Opt-in option"
263
+ msgstr "Opción Aceptación"
264
+
265
+ #: ../settings/settings-edit.php:225
266
+ msgid ""
267
+ "Double Opt In, means subscribers need to confirm their email address by an "
268
+ "activation link sent them on a activation email message. Single Opt In, means "
269
+ "subscribers do not need to confirm their email address."
270
+ msgstr ""
271
+ "Doble Aceptación, significa que los suscriptores deben confirmar su correo "
272
+ "electrónico por un enlace de activación que se les envía en un mensaje de "
273
+ "confirmación de correo. Aceptación simple significa que los suscriptores no deben "
274
+ "confirmar su dirección de correo."
275
+
276
+ #: ../settings/settings-edit.php:229
277
+ msgid "Double Opt In"
278
+ msgstr "Doble Aceptación"
279
+
280
+ #: ../settings/settings-edit.php:230 ../subscribers/view-subscriber-show.php:303
281
+ msgid "Single Opt In"
282
+ msgstr "Aceptación individual"
283
+
284
+ #: ../settings/settings-edit.php:236
285
+ msgid "Image Size"
286
+ msgstr "Tamaño de imagen"
287
+
288
+ #: ../settings/settings-edit.php:237
289
+ msgid "Select image size for ###POSTIMAGE### to be shown in post notification email"
290
+ msgstr ""
291
+ "Selecciona el tamaño de imagen para ###POSTIMAGE### que se mostrará en el correo "
292
+ "de notificación de entrada"
293
+
294
+ #: ../settings/settings-edit.php:241
295
+ msgid "Full Size"
296
+ msgstr "Tamaño Completo"
297
+
298
+ #: ../settings/settings-edit.php:242
299
+ msgid "Medium Size"
300
+ msgstr "Tamaño Medio"
301
+
302
+ #: ../settings/settings-edit.php:243
303
+ msgid "Thumbnail"
304
+ msgstr "Miniatura"
305
+
306
+ #: ../settings/settings-edit.php:249
307
+ msgid "Opt-in mail subject (Confirmation mail)"
308
+ msgstr "Asunto del correo de Aceptación (Correo de confirmación)"
309
+
310
+ #: ../settings/settings-edit.php:250
311
+ msgid ""
312
+ "Enter the subject for Double Opt In mail. This will send whenever subscriber added "
313
+ "email into our database."
314
+ msgstr ""
315
+ "Introduce el asunto para el correo de Doble Aceptación. Esto se mandará cuando se "
316
+ "haya suscrito cualquier correo en nuestra base de datos."
317
+
318
+ #: ../settings/settings-edit.php:256
319
+ msgid "Opt-in mail content (Confirmation mail)"
320
+ msgstr "Contenido del correo de Aceptación (correo de confirmación)"
321
+
322
+ #: ../settings/settings-edit.php:257
323
+ msgid ""
324
+ "Enter the content for Double Opt In mail. This will send whenever subscriber added "
325
+ "email into our database."
326
+ msgstr ""
327
+ "Introduce el contenido para el correo de Doble Aceptación. Esto se mandará cuando "
328
+ "se añada una dirección de correo a nuestra base de datos."
329
+
330
+ #: ../settings/settings-edit.php:263
331
+ msgid "Opt-in link (Confirmation link)"
332
+ msgstr "Enlace Aceptación (Enlace de conformación)"
333
+
334
+ #: ../settings/settings-edit.php:264
335
+ msgid "Double Opt In confirmation link. You no need to change this value."
336
+ msgstr "Enlace para Doble Aceptación. No es necesario que cambies este valor."
337
+
338
+ #: ../settings/settings-edit.php:270
339
+ msgid "Text to display after email subscribed successfully"
340
+ msgstr ""
341
+ "Texto para mostrar cuando una dirección de correo se haya suscrito correctamente"
342
+
343
+ #: ../settings/settings-edit.php:271
344
+ msgid ""
345
+ "This text will display once user clicked email confirmation link from opt-in "
346
+ "(confirmation) email content."
347
+ msgstr ""
348
+ "Este texto se mostrará una vez el usuario haya hecho clic en el enlace de "
349
+ "conformación de correo desde el contenido de correo de entrada (confirmación)."
350
+
351
+ #: ../settings/settings-edit.php:278
352
+ msgid "Subscriber welcome email"
353
+ msgstr "Correo de bienvenida para el Suscriptor"
354
+
355
+ #: ../settings/settings-edit.php:279
356
+ msgid "To send welcome mail to subscriber, This option must be set to YES."
357
+ msgstr ""
358
+ "Para enviar un correo de bienvenida a los suscriptores, esta opción debe estar "
359
+ "establecida a SÍ."
360
+
361
+ #: ../settings/settings-edit.php:283 ../settings/settings-edit.php:311
362
+ msgid "YES"
363
+ msgstr ""
364
+
365
+ #: ../settings/settings-edit.php:284 ../settings/settings-edit.php:312
366
+ msgid "NO"
367
+ msgstr "NO"
368
+
369
+ #: ../settings/settings-edit.php:290
370
+ msgid "Welcome mail subject"
371
+ msgstr "Asunto correo bienvenida"
372
+
373
+ #: ../settings/settings-edit.php:291
374
+ msgid ""
375
+ "Enter the subject for subscriber welcome mail. This will send whenever email "
376
+ "subscribed (confirmed) successfully."
377
+ msgstr ""
378
+ "Introduce el asunto para el correo de bienvenida del suscriptor. Esto se enviará "
379
+ "cuando se suscriba exitosamente (confirmado) cualquier correo."
380
+
381
+ #: ../settings/settings-edit.php:297
382
+ msgid "Subscriber welcome mail content"
383
+ msgstr "Contenido del correo de bienvenida al suscriptor"
384
+
385
+ #: ../settings/settings-edit.php:298
386
+ msgid ""
387
+ "Enter the content for subscriber welcome mail. This will send whenever email "
388
+ "subscribed (confirmed) successfully. (Keyword: ###NAME###)"
389
+ msgstr ""
390
+ "Introduce el contenido para el correo de bienvenida al suscriptor. Esto se enviará "
391
+ "cuando un correo se haya suscrito (confirmado) con éxito. (Keyword: ###NAME###)"
392
+
393
+ #: ../settings/settings-edit.php:306
394
+ msgid "Mail to admin"
395
+ msgstr "Correo al administrador"
396
+
397
+ #: ../settings/settings-edit.php:307
398
+ msgid ""
399
+ "To send admin notifications for new subscriber, This option must be set to YES."
400
+ msgstr ""
401
+ "Para mandar notificaciones al administrador por nuevos suscriptores, esta opción "
402
+ "debe estar establecida a SÍ."
403
+
404
+ #: ../settings/settings-edit.php:318
405
+ msgid "Admin email addresses"
406
+ msgstr "Direcciones de correo de administrador"
407
+
408
+ #: ../settings/settings-edit.php:319
409
+ msgid ""
410
+ "Enter the admin email addresses that should receive notifications (separate by "
411
+ "comma)."
412
+ msgstr ""
413
+ "Introduce las direcciones de correo de administradores que deben recibir las "
414
+ "notificaciones (separadas por coma)."
415
+
416
+ #: ../settings/settings-edit.php:325
417
+ msgid "Admin mail subject"
418
+ msgstr "Asunto del correo al administrador"
419
+
420
+ #: ../settings/settings-edit.php:326
421
+ msgid ""
422
+ "Enter the subject for admin mail. This will send whenever new email added and "
423
+ "confirmed into our database."
424
+ msgstr ""
425
+ "Introduce el asunto para el correo al administrador. Esto se enviará cuando un "
426
+ "nuevo correo se añadido y confirmado en nuestra base de datos."
427
+
428
+ #: ../settings/settings-edit.php:332
429
+ msgid "Admin mail content"
430
+ msgstr "Contenido correo administrador"
431
+
432
+ #: ../settings/settings-edit.php:333
433
+ msgid ""
434
+ "Enter the mail content for admin. This will send whenever new email added and "
435
+ "confirmed into our database. (Keyword: ###NAME###, ###EMAIL###)"
436
+ msgstr ""
437
+ "Introduce el contenido del correo para administrador. Esto se enviará cuando un "
438
+ "nuevo correo haya sido añadido y confirmado en nuestra base de datos. (Keyword: "
439
+ "###NAME###, ###EMAIL###)"
440
+
441
+ #: ../settings/settings-edit.php:340
442
+ msgid "Unsubscribe link"
443
+ msgstr "Enlace de baja de suscripción"
444
+
445
+ #: ../settings/settings-edit.php:341
446
+ msgid "Unsubscribe link. You no need to change this value."
447
+ msgstr "Enlace de baja de suscripción. No es necesario cambiar este valor."
448
+
449
+ #: ../settings/settings-edit.php:347
450
+ msgid "Unsubscribe text in mail"
451
+ msgstr "Texto de baja de suscripción en correo"
452
+
453
+ #: ../settings/settings-edit.php:348
454
+ msgid ""
455
+ "Enter the text for unsubscribe link. This text is to add unsubscribe link with "
456
+ "newsletter. (Keyword: ###LINK###)"
457
+ msgstr ""
458
+ "Introduce el texto para el enlace de cancelación de suscripción. Este texto es "
459
+ "para añadir un enlace de cancelación de suscripción con la newsletter. (Keyword: "
460
+ "###LINK###)"
461
+
462
+ #: ../settings/settings-edit.php:354
463
+ msgid "Text to display after email unsubscribed"
464
+ msgstr "Texto para mostrar una vez el correo haya cancelado la suscripción"
465
+
466
+ #: ../settings/settings-edit.php:355
467
+ msgid ""
468
+ "This text will display once user clicked unsubscribed link from our newsletter."
469
+ msgstr ""
470
+ "Este texto se mostrará una vez que el usuario haga clic sobre el enlace de "
471
+ "cancelación de suscripción desde nuestra newsletter."
472
+
473
+ #: ../settings/settings-edit.php:362
474
+ msgid "Message 1"
475
+ msgstr "Mensaje 1"
476
+
477
+ #: ../settings/settings-edit.php:363
478
+ msgid "Default message to display if any issue on confirmation link."
479
+ msgstr ""
480
+ "Mensaje por defecto para mostrar si hay algún problema en el enlace de "
481
+ "confirmación."
482
+
483
+ #: ../settings/settings-edit.php:369
484
+ msgid "Message 2"
485
+ msgstr "Mensaje 2"
486
+
487
+ #: ../settings/settings-edit.php:370
488
+ msgid "Default message to display if any issue on unsubscribe link."
489
+ msgstr ""
490
+ "Mensaje por defecto para mostrar si hay algún problema en el enlace de cancelación "
491
+ "de suscripción."
492
+
493
+ #: ../settings/settings-edit.php:377
494
+ msgid "Sent report subject"
495
+ msgstr "Asunto de informe enviado"
496
+
497
+ #: ../settings/settings-edit.php:378
498
+ msgid "Mail subject for sent mail report."
499
+ msgstr "Asunto del mensaje para informe de correos enviados."
500
+
501
+ #: ../settings/settings-edit.php:384
502
+ msgid "Sent report content"
503
+ msgstr "Contenido del informe enviado"
504
+
505
+ #: ../settings/settings-edit.php:385
506
+ msgid ""
507
+ "Mail content for sent mail report. (Keyword: ###COUNT###, ###UNIQUE###, "
508
+ "###STARTTIME###, ###ENDTIME###)"
509
+ msgstr ""
510
+ "Contenido del correo para el informe de correo enviado. (Keyword: ###COUNT###, "
511
+ "###UNIQUE###, ###STARTTIME###, ###ENDTIME###)"
512
+
513
+ #: ../settings/settings-edit.php:396
514
+ msgid "Save Settings"
515
+ msgstr "Guardar configuración"
516
+
517
+ #: ../settings/settings-edit.php:397 ../subscribers/view-subscriber-add.php:154 ..
518
+ #: subscribers/view-subscriber-sync.php:157 ../subscribers/view-subscriber-edit.
519
+ #: php:147 ../notification/notification-edit.php:255 ../notification/notification-
520
+ #: add.php:248 ../compose/compose-edit.php:109 ../compose/compose-add.php:100
521
+ #: cron/cron-add.php:89 ../sendmail/sendmail.php:240 ../roles/roles-add.php:157
522
+ msgid "Cancel"
523
+ msgstr "Cancelar"
524
+
525
+ #: ../settings/settings-edit.php:398 ../sentmail/sentmail-preview.php:36 ..
526
+ #: sentmail/deliverreport-show.php:118 ../subscribers/view-subscriber-add.php: 155
527
+ #: ../subscribers/view-subscriber-sync.php:158 ../subscribers/view-subscriber-
528
+ #: export.php:68 ../subscribers/view-subscriber-edit.php:148 ../subscribers/view-
529
+ #: subscriber-import.php:189 ../subscribers/view-subscriber-show.php:448
530
+ #: notification/notification-edit.php:256 ../notification/notification-add.php: 249
531
+ #: ../notification/notification-show.php:141 ../compose/compose-edit.php:110 .
532
+ #: compose/compose-show.php:113 ../compose/compose-preview.php:35
533
+ #: compose/compose-add.php:101 ../cron/cron-add.php:90 ../sendmail/sendmail.php: 241
534
+ #: ../roles/roles-add.php:158
535
+ msgid "Help"
536
+ msgstr "Ayuda"
537
+
538
+ #: ../job/es-optin.php:56 ../job/es-optin.php:66 ../job/es-unsubscribe.php:53 ..
539
+ #: job/es-unsubscribe.php:60
540
+ msgid ""
541
+ "Oops.. We are getting some technical error. Please try again or contact admin."
542
+ msgstr ""
543
+ "Ups. Estamos teniendo algún problema técnico. Por favor inténtalo otra vez o "
544
+ "contacta al administrador."
545
+
546
+ #: ../job/es-optin.php:59
547
+ msgid "This email address has already been confirmed."
548
+ msgstr "Esta dirección de correo ya ha sido confirmada."
549
+
550
+ #: ../sentmail/sentmail-show.php:19 ../sentmail/sentmail-preview.php:15 ..
551
+ #: subscribers/view-subscriber-edit.php:12 ../subscribers/view-subscriber-show.
552
+ #: php:46 ../notification/notification-edit.php:16 ../notification/notification-
553
+ #: show.php:18 ../compose/compose-edit.php:15 ../compose/compose-show.php:31
554
+ #: compose/compose-preview.php:13
555
+ msgid "Oops, selected details doesnt exist."
556
+ msgstr "Ups, los detalles seleccionados no existen."
557
+
558
+ #: ../sentmail/sentmail-show.php:31 ../subscribers/view-subscriber-show.php:60 ..
559
+ #: subscribers/view-subscriber-show.php:104 ../compose/compose-show.php:43
560
+ msgid "Selected record was successfully deleted."
561
+ msgstr "El registro seleccionado ha sido borrado con éxito."
562
+
563
+ #: ../sentmail/sentmail-show.php:38
564
+ msgid "Successfully deleted all reports except latest 10."
565
+ msgstr "Se borraron con éxito todos los informes excepto los últimos 10."
566
+
567
+ #: ../sentmail/sentmail-show.php:49 ../classes/es-register.php:161 ../classes/es-
568
+ #: register.php:162
569
+ msgid "Sent Mails"
570
+ msgstr "Correos enviados"
571
+
572
+ #: ../sentmail/sentmail-show.php:67 ../sentmail/sentmail-show.php:80
573
+ msgid "View Reports"
574
+ msgstr "Ver Informes"
575
+
576
+ #: ../sentmail/sentmail-show.php:68 ../sentmail/sentmail-show.php:81 ..
577
+ #: compose/compose-show.php:95
578
+ msgid "Preview"
579
+ msgstr "Previsualizar"
580
+
581
+ #: ../sentmail/sentmail-show.php:69 ../sentmail/sentmail-show.php:82
582
+ msgid "Source"
583
+ msgstr "Origen"
584
+
585
+ #: ../sentmail/sentmail-show.php:70 ../sentmail/sentmail-show.php:83 ..
586
+ #: sentmail/deliverreport-show.php:42 ../sentmail/deliverreport-show.php:54
587
+ #: subscribers/view-subscriber-add.php:121 ../subscribers/view-subscriber-edit.
588
+ #: php:105 ../subscribers/view-subscriber-import.php:155 ../subscribers/view-
589
+ #: subscriber-show.php:327 ../subscribers/view-subscriber-show.php:340
590
+ #: compose/compose-edit.php:99 ../compose/compose-show.php:67 ../compose/compose-
591
+ #: show.php:75 ../compose/compose-add.php:90
592
+ msgid "Status"
593
+ msgstr "Estado"
594
+
595
+ #: ../sentmail/sentmail-show.php:71 ../sentmail/sentmail-show.php:84 ..
596
+ #: sentmail/deliverreport-show.php:43 ../sentmail/deliverreport-show.php:55
597
+ #: compose/compose-show.php:68 ../compose/compose-show.php:76
598
+ msgid "Type"
599
+ msgstr "Tipo"
600
+
601
+ #: ../sentmail/sentmail-show.php:72 ../sentmail/sentmail-show.php:85
602
+ msgid "Start Date"
603
+ msgstr "Fecha Comienzo"
604
+
605
+ #: ../sentmail/sentmail-show.php:73 ../sentmail/sentmail-show.php:86
606
+ msgid "End Date"
607
+ msgstr "Fecha Fin"
608
+
609
+ #: ../sentmail/sentmail-show.php:74 ../sentmail/sentmail-show.php:87
610
+ msgid "Total"
611
+ msgstr "Total"
612
+
613
+ #: ../sentmail/sentmail-show.php:75 ../sentmail/sentmail-show.php:88 ..
614
+ #: subscribers/view-subscriber-export.php:30 ../subscribers/view-subscriber-
615
+ #: export.php:38 ../subscribers/view-subscriber-show.php:330 ../subscribers/view-
616
+ #: subscriber-show.php:343 ../compose/compose-show.php:69 ../compose/compose-show.
617
+ #: php:77
618
+ msgid "Action"
619
+ msgstr "Acción"
620
+
621
+ #: ../sentmail/sentmail-show.php:128 ../sentmail/deliverreport-show.php:82 ..
622
+ #: notification/notification-show.php:130 ../compose/compose-show.php:102
623
+ msgid "No records available."
624
+ msgstr "No hay registros disponibles."
625
+
626
+ #: ../sentmail/sentmail-show.php:140 ../sentmail/deliverreport-show.php:94
627
+ msgid " &lt;&lt; "
628
+ msgstr " &lt;&lt; "
629
+
630
+ #: ../sentmail/sentmail-show.php:141 ../sentmail/deliverreport-show.php:95
631
+ msgid " &gt;&gt; "
632
+ msgstr " &gt;&gt; "
633
+
634
+ #: ../sentmail/sentmail-show.php:164 ../sentmail/sentmail-show.php:166
635
+ msgid "Optimize Table"
636
+ msgstr "Optimizar Tabla"
637
+
638
+ #: ../sentmail/sentmail-show.php:174
639
+ msgid ""
640
+ "Note: Please click <strong>Optimize Table</strong> button to delete all reports "
641
+ "except latest 10."
642
+ msgstr ""
643
+ "Nota: Por favor, haz clic en el botón <strong>Optimizar Tabla</strong> para borrar "
644
+ "todos los informes excepto los últimos 10."
645
+
646
+ #: ../sentmail/sentmail-preview.php:22 ../compose/compose-preview.php:21
647
+ msgid "Preview Mail"
648
+ msgstr "Previsualizar Correo"
649
+
650
+ #: ../sentmail/sentmail-preview.php:35 ../sentmail/deliverreport-show.php:117 ..
651
+ #: subscribers/view-subscriber-export.php:67 ../subscribers/view-subscriber-
652
+ #: import.php:188 ../compose/compose-preview.php:33
653
+ msgid "Back"
654
+ msgstr "Volver"
655
+
656
+ #: ../sentmail/deliverreport-show.php:13
657
+ msgid "Oops.. Unexpected error occurred. Please try again."
658
+ msgstr "Ups. Ha sucedido un error inesperado. Por favor, inténtelo de nuevo."
659
+
660
+ #: ../sentmail/deliverreport-show.php:22
661
+ msgid "Delivery Report"
662
+ msgstr "Informe envío"
663
+
664
+ #: ../sentmail/deliverreport-show.php:39 ../sentmail/deliverreport-show.php:51 ..
665
+ #: subscribers/view-subscriber-export.php:27 ../subscribers/view-subscriber-
666
+ #: export.php:35 ../subscribers/view-subscriber-show.php:324 ../subscribers/view-
667
+ #: subscriber-show.php:337
668
+ msgid "Sno"
669
+ msgstr "Sno"
670
+
671
+ #: ../sentmail/deliverreport-show.php:40 ../sentmail/deliverreport-show.php:52
672
+ msgid "Email"
673
+ msgstr "Correo"
674
+
675
+ #: ../sentmail/deliverreport-show.php:41 ../sentmail/deliverreport-show.php:53
676
+ msgid "Sent Date"
677
+ msgstr "Fecha Envío"
678
+
679
+ #: ../sentmail/deliverreport-show.php:44 ../sentmail/deliverreport-show.php:56
680
+ msgid "Viewed Status"
681
+ msgstr "Estado visualización"
682
+
683
+ #: ../sentmail/deliverreport-show.php:45 ../sentmail/deliverreport-show.php:57
684
+ msgid "Viewed Date"
685
+ msgstr "Fecha Visualización"
686
+
687
+ #: ../sentmail/deliverreport-show.php:46 ../sentmail/deliverreport-show.php:58 ..
688
+ #: subscribers/view-subscriber-show.php:329 ../subscribers/view-subscriber-show.
689
+ #: php:342
690
+ msgid "Database ID"
691
+ msgstr "ID Base de Datos"
692
+
693
+ #: ../classes/es-loadwidget.php:24 ../classes/es-register.php:411 ..
694
+ #: subscribers/view-subscriber-show.php:326 ../subscribers/view-subscriber-show.
695
+ #: php:339
696
+ msgid "Name"
697
+ msgstr "Nombre"
698
+
699
+ #: ../classes/es-loadwidget.php:29 ../classes/es-register.php:416
700
+ msgid "Email *"
701
+ msgstr "Email *"
702
+
703
+ #: ../classes/es-loadwidget.php:34 ../classes/es-register.php:421
704
+ msgid "Subscribe"
705
+ msgstr "Suscribirse"
706
+
707
+ #. Name of the plugin
708
+ #: ../classes/es-register.php:137 ../classes/es-register.php:138
709
+ msgid "Email Subscribers"
710
+ msgstr "Email Subscribers"
711
+
712
+ #: ../classes/es-register.php:140 ../classes/es-register.php:141
713
+ msgid "Subscribers"
714
+ msgstr "Suscriptores"
715
+
716
+ #: ../classes/es-register.php:143 ../classes/es-register.php:144
717
+ msgid "Compose"
718
+ msgstr "Componer"
719
+
720
+ #: ../classes/es-register.php:146 ../classes/es-register.php:147 ..
721
+ #: notification/notification-show.php:44
722
+ msgid "Notification"
723
+ msgstr "Notificación"
724
+
725
+ #: ../classes/es-register.php:149 ../classes/es-register.php:150 ..
726
+ #: sendmail/sendmail.php:93 ../sendmail/sendmail.php:236 ../sendmail/sendmail.
727
+ #: php:238
728
+ msgid "Send Email"
729
+ msgstr "Enviar Correo"
730
+
731
+ #: ../classes/es-register.php:152
732
+ msgid "Cron"
733
+ msgstr "Cron"
734
+
735
+ #: ../classes/es-register.php:153
736
+ msgid "Cron Mail"
737
+ msgstr "Cron Email"
738
+
739
+ #: ../classes/es-register.php:158 ../classes/es-register.php:159
740
+ msgid "Roles"
741
+ msgstr "Roles"
742
+
743
+ #: ../classes/es-register.php:164
744
+ msgid "Help & Info"
745
+ msgstr "Ayuda e Información"
746
+
747
+ #: ../classes/es-register.php:165
748
+ msgid "<span style=\"color:#f18500;font-weight:bolder;\">Help & Info"
749
+ msgstr "<span style=\"color:#f18500;font-weight:bolder;\">Ayuda e Info"
750
+
751
+ #: ../classes/es-register.php:176
752
+ msgctxt "view-subscriber-enhanced-select"
753
+ msgid "Please enter subscriber email address."
754
+ msgstr "Por favor introduce la dirección de correo de suscriptor."
755
+
756
+ #: ../classes/es-register.php:177
757
+ msgctxt "view-subscriber-enhanced-select"
758
+ msgid "Please select subscriber email status."
759
+ msgstr "Por favor selecciona el estado de correo de suscriptor."
760
+
761
+ #: ../classes/es-register.php:178
762
+ msgctxt "view-subscriber-enhanced-select"
763
+ msgid "Please select or create group for this subscriber."
764
+ msgstr "Por favor selecciona o crea grupo para este suscriptor."
765
+
766
+ #: ../classes/es-register.php:179
767
+ msgctxt "view-subscriber-enhanced-select"
768
+ msgid "Do you want to delete this record?"
769
+ msgstr "¿Quieres borrar este registro?"
770
+
771
+ #: ../classes/es-register.php:180
772
+ msgctxt "view-subscriber-enhanced-select"
773
+ msgid "Please select the bulk action."
774
+ msgstr "Por favor selecciona la acción en bloque."
775
+
776
+ #: ../classes/es-register.php:181
777
+ msgctxt "view-subscriber-enhanced-select"
778
+ msgid "Do you want to delete selected record(s)?"
779
+ msgstr "¿Quieres borrar el/los registro(s) seleccionado(s)?"
780
+
781
+ #: ../classes/es-register.php:182
782
+ msgctxt "view-subscriber-enhanced-select"
783
+ msgid "Are you sure you want to delete?"
784
+ msgstr "¿Estás seguro de querer borrar?"
785
+
786
+ #: ../classes/es-register.php:183
787
+ msgctxt "view-subscriber-enhanced-select"
788
+ msgid ""
789
+ "Do you want to resend confirmation email? \\nAlso please note, this will update "
790
+ "subscriber current status to 'Unconfirmed'."
791
+ msgstr ""
792
+ "¿Quieres volver a mandar el correo de confirmación?\\nTambién ten en cuenta que "
793
+ "esto actualizará el estado actual a 'Sin confirmar'."
794
+
795
+ #: ../classes/es-register.php:184
796
+ msgctxt "view-subscriber-enhanced-select"
797
+ msgid "Please select new subscriber group."
798
+ msgstr "Por favor selecciona un nuevo grupo de suscriptores."
799
+
800
+ #: ../classes/es-register.php:185
801
+ msgctxt "view-subscriber-enhanced-select"
802
+ msgid "Do you want to update subscribers group?"
803
+ msgstr "¿Quieres actualizar el grupo de suscriptores?"
804
+
805
+ #: ../classes/es-register.php:186
806
+ msgctxt "view-subscriber-enhanced-select"
807
+ msgid "Do you want to export the emails?"
808
+ msgstr "¿Quieres exportar los correos?"
809
+
810
+ #: ../classes/es-register.php:187
811
+ msgctxt "view-subscriber-enhanced-select"
812
+ msgid ""
813
+ "Please select only csv file. Please check official website for csv structure.."
814
+ msgstr ""
815
+ "Por favor selecciona el archivo de entrada csv. Por favor, consulta el sitio "
816
+ "oficial para ver la estructura csv."
817
+
818
+ #: ../classes/es-register.php:195
819
+ msgctxt "compose-enhanced-select"
820
+ msgid "Please enter name for configuration."
821
+ msgstr "Por favor, introduce nombre para configuración."
822
+
823
+ #: ../classes/es-register.php:196
824
+ msgctxt "compose-enhanced-select"
825
+ msgid "Please select template for this configuration."
826
+ msgstr "Por favor selecciona una plantilla para esta configuración."
827
+
828
+ #: ../classes/es-register.php:197
829
+ msgctxt "compose-enhanced-select"
830
+ msgid "Do you want to delete this record?"
831
+ msgstr "¿Quieres borrar este registro?"
832
+
833
+ #: ../classes/es-register.php:205
834
+ msgctxt "notification-enhanced-select"
835
+ msgid "Please select subscribers group."
836
+ msgstr "Por favor selecciona el grupo de suscriptores."
837
+
838
+ #: ../classes/es-register.php:206
839
+ msgctxt "notification-enhanced-select"
840
+ msgid "Please select notification mail subject. Use compose menu to create new."
841
+ msgstr ""
842
+ "Por favor selecciona el asunto de notificación del correo. Utiliza el menú "
843
+ "componer para crear uno nuevo."
844
+
845
+ #: ../classes/es-register.php:207
846
+ msgctxt "notification-enhanced-select"
847
+ msgid "Please select notification status."
848
+ msgstr "Por favor selecciona el estado de notificación."
849
+
850
+ #: ../classes/es-register.php:208
851
+ msgctxt "notification-enhanced-select"
852
+ msgid "Do you want to delete this record?"
853
+ msgstr "¿Quieres borrar este registro?"
854
+
855
+ #: ../classes/es-register.php:216
856
+ msgctxt "sendmail-enhanced-select"
857
+ msgid "Please select your mail subject."
858
+ msgstr "Por favor selecciona el asunto de tu correo."
859
+
860
+ #: ../classes/es-register.php:217
861
+ msgctxt "sendmail-enhanced-select"
862
+ msgid "Please select subscriber email status."
863
+ msgstr "Por favor selecciona el estado de correo de suscriptor."
864
+
865
+ #: ../classes/es-register.php:218
866
+ msgctxt "sendmail-enhanced-select"
867
+ msgid "Are you sure you want to send email to all selected email address?"
868
+ msgstr ""
869
+ "¿Estás seguro de querer mandar correo a todas las direcciones de correo "
870
+ "seleccionadas?"
871
+
872
+ #: ../classes/es-register.php:230
873
+ msgctxt "sentmail-enhanced-select"
874
+ msgid "Do you want to delete this record?"
875
+ msgstr "¿Quieres borrar este registro?"
876
+
877
+ #: ../classes/es-register.php:231
878
+ msgctxt "sentmail-enhanced-select"
879
+ msgid "Do you want to delete all records except latest 10?"
880
+ msgstr "¿Quieres borrar todos los registros excepto los últimos 10?"
881
+
882
+ #: ../classes/es-register.php:239
883
+ msgctxt "roles-enhanced-select"
884
+ msgid "Please enter subscriber email address."
885
+ msgstr "Por favor introduce la dirección de correo de suscriptor."
886
+
887
+ #: ../classes/es-register.php:240
888
+ msgctxt "roles-enhanced-select"
889
+ msgid "Please select subscriber email status."
890
+ msgstr "Por favor selecciona el estado de correo de suscriptor."
891
+
892
+ #: ../classes/es-register.php:241
893
+ msgctxt "roles-enhanced-select"
894
+ msgid "Please select or create group for this subscriber."
895
+ msgstr "Por favor selecciona o crea grupo para este suscriptor."
896
+
897
+ #: ../classes/es-register.php:249
898
+ msgctxt "cron-enhanced-select"
899
+ msgid "Please select enter number of mails you want to send per hour/trigger."
900
+ msgstr ""
901
+ "Por favor, introduce el número de correos que quieres enviar por hora/disparador."
902
+
903
+ #: ../classes/es-register.php:250
904
+ msgctxt "cron-enhanced-select"
905
+ msgid "Please enter the mail count, only number."
906
+ msgstr "Por favor, introduce el conteo de correos, sólo numérico."
907
+
908
+ #: ../classes/es-register.php:263
909
+ msgctxt "widget-enhanced-select"
910
+ msgid "Please enter email address."
911
+ msgstr "Por favor introduce dirección de correo."
912
+
913
+ #: ../classes/es-register.php:264
914
+ msgctxt "widget-enhanced-select"
915
+ msgid "Please provide a valid email address."
916
+ msgstr "Por favor introduce una dirección de correo válida."
917
+
918
+ #: ../classes/es-register.php:265
919
+ msgctxt "widget-enhanced-select"
920
+ msgid "loading..."
921
+ msgstr "Cargando..."
922
+
923
+ #: ../classes/es-register.php:266
924
+ msgctxt "widget-enhanced-select"
925
+ msgid "Cannot create XMLHTTP instance"
926
+ msgstr "No se puede crear la instancia XMLHTTP"
927
+
928
+ #: ../classes/es-register.php:267
929
+ msgctxt "widget-enhanced-select"
930
+ msgid "Subscribed successfully."
931
+ msgstr "Suscripción exitosa."
932
+
933
+ #: ../classes/es-register.php:268
934
+ msgctxt "widget-enhanced-select"
935
+ msgid ""
936
+ "You have successfully subscribed to the newsletter. You will receive a "
937
+ "confirmation email in a few minutes. Please follow the link in it to confirm your "
938
+ "subscription. If the email takes more than 15 minutes to appear in your mailbox, "
939
+ "please check your spam folder."
940
+ msgstr ""
941
+ "Te has suscrito con éxito a la newsletter. Recibirás un correo de confirmación en "
942
+ "pocos minutos. Por favor, sigue el enlace en él para confirmar tu suscripción. Si "
943
+ "el correo tarda más de 15 minutos en aparecer en tu bandeja de entradas, por favor "
944
+ "revisa tu carpeta de correo no deseado."
945
+
946
+ #: ../classes/es-register.php:269
947
+ msgctxt "widget-enhanced-select"
948
+ msgid "Email Address already exists."
949
+ msgstr "El correo electrónico ya existe."
950
+
951
+ #: ../classes/es-register.php:270
952
+ msgctxt "widget-enhanced-select"
953
+ msgid "Oops.. Unexpected error occurred."
954
+ msgstr "Ups. Ha sucedido un error inesperado."
955
+
956
+ #: ../classes/es-register.php:271
957
+ msgctxt "widget-enhanced-select"
958
+ msgid "Invalid email address."
959
+ msgstr "Dirección de correo electrónico no válida."
960
+
961
+ #: ../classes/es-register.php:272
962
+ msgctxt "widget-enhanced-select"
963
+ msgid "Please try after some time."
964
+ msgstr "Por favor inténtalo en otro momento."
965
+
966
+ #: ../classes/es-register.php:273
967
+ msgctxt "widget-enhanced-select"
968
+ msgid "There was a problem with the request."
969
+ msgstr "Ha habido un problema con la petición."
970
+
971
+ #: ../classes/es-register.php:280
972
+ msgctxt "widget-page-enhanced-select"
973
+ msgid "Please enter email address."
974
+ msgstr "Por favor introduce dirección de correo."
975
+
976
+ #: ../classes/es-register.php:281
977
+ msgctxt "widget-page-enhanced-select"
978
+ msgid "Please provide a valid email address."
979
+ msgstr "Por favor introduce una dirección de correo válida."
980
+
981
+ #: ../classes/es-register.php:282
982
+ msgctxt "widget-page-enhanced-select"
983
+ msgid "loading..."
984
+ msgstr "Cargando..."
985
+
986
+ #: ../classes/es-register.php:283
987
+ msgctxt "widget-page-enhanced-select"
988
+ msgid "Cannot create XMLHTTP instance"
989
+ msgstr "No se puede crear la instancia XMLHTTP"
990
+
991
+ #: ../classes/es-register.php:284
992
+ msgctxt "widget-page-enhanced-select"
993
+ msgid "Subscribed successfully."
994
+ msgstr "Suscripción exitosa."
995
+
996
+ #: ../classes/es-register.php:285
997
+ msgctxt "widget-page-enhanced-select"
998
+ msgid ""
999
+ "You have successfully subscribed to the newsletter. You will receive a "
1000
+ "confirmation email in a few minutes. Please follow the link in it to confirm your "
1001
+ "subscription. If the email takes more than 15 minutes to appear in your mailbox, "
1002
+ "please check your spam folder."
1003
+ msgstr ""
1004
+ "Te has suscrito con éxito a la newsletter. Recibirás un correo de confirmación en "
1005
+ "pocos minutos. Por favor, sigue el enlace en él para confirmar tu suscripción. Si "
1006
+ "el correo tarda más de 15 minutos en aparecer en tu bandeja de entradas, por favor "
1007
+ "revisa tu carpeta de correo no deseado."
1008
+
1009
+ #: ../classes/es-register.php:286
1010
+ msgctxt "widget-page-enhanced-select"
1011
+ msgid "Email Address already exists."
1012
+ msgstr "El correo electrónico ya existe."
1013
+
1014
+ #: ../classes/es-register.php:287
1015
+ msgctxt "widget-page-enhanced-select"
1016
+ msgid "Oops.. Unexpected error occurred."
1017
+ msgstr "Ups. Ha sucedido un error inesperado."
1018
+
1019
+ #: ../classes/es-register.php:288
1020
+ msgctxt "widget-page-enhanced-select"
1021
+ msgid "Invalid email address."
1022
+ msgstr "Dirección de correo electrónico no válida."
1023
+
1024
+ #: ../classes/es-register.php:289
1025
+ msgctxt "widget-page-enhanced-select"
1026
+ msgid "Please try after some time."
1027
+ msgstr "Por favor inténtalo en otro momento."
1028
+
1029
+ #: ../classes/es-register.php:290
1030
+ msgctxt "widget-page-enhanced-select"
1031
+ msgid "There was a problem with the request."
1032
+ msgstr "Ha habido un problema con la petición."
1033
+
1034
+ #: ../classes/es-register.php:456
1035
+ msgid "Widget Title"
1036
+ msgstr "Título Widget"
1037
+
1038
+ #: ../classes/es-register.php:460
1039
+ msgid "Display Name Field"
1040
+ msgstr "Mostrar Campo Nombre"
1041
+
1042
+ #: ../classes/es-register.php:467
1043
+ msgid "Short Description"
1044
+ msgstr "Descripción Corta"
1045
+
1046
+ #: ../classes/es-register.php:469
1047
+ msgid "Short description about your subscription form."
1048
+ msgstr "Descripción corta sobre tu formulario de suscripción."
1049
+
1050
+ #: ../classes/es-register.php:472
1051
+ msgid "Subscriber Group"
1052
+ msgstr "Grupo de suscripción"
1053
+
1054
+ #: ../classes/es-common.php:8
1055
+ msgid "<span style=\"color:#006600;font-weight:bold;\">Confirmed</span>"
1056
+ msgstr "<span style=\"color:#006600;font-weight:bold;\">Confirmado</span>"
1057
+
1058
+ #: ../classes/es-common.php:11
1059
+ msgid "<span style=\"color:#FF0000\">Unconfirmed</span>"
1060
+ msgstr "<span style=\"color:#FF0000\">Sin confirmar</span>"
1061
+
1062
+ #: ../classes/es-common.php:14
1063
+ msgid "<span style=\"color:#999900\">Unsubscribed</span>"
1064
+ msgstr "<span style=\"color:#999900\">Suscripción cancelada</span>"
1065
+
1066
+ #: ../classes/es-common.php:17
1067
+ msgid "<span style=\"color:#0000FF\">Single Opt In</span>"
1068
+ msgstr "<span style=\"color:#0000FF\">Aceptación individual</span>"
1069
+
1070
+ #: ../classes/es-common.php:20
1071
+ msgid "<span style=\"color:#00CC00;font-weight:bold\">Viewed</span>"
1072
+ msgstr "<span style=\"color:#00CC00;font-weight:bold\">Visto</span>"
1073
+
1074
+ #: ../classes/es-common.php:23
1075
+ msgid "<span style=\"color:#999900;\">Nodata</span>"
1076
+ msgstr "<span style=\"color:#999900;\">Sin Datos</span>"
1077
+
1078
+ #: ../classes/es-common.php:26
1079
+ msgid "<span style=\"color:#FF0000\">Disable</span>"
1080
+ msgstr "<span style=\"color:#FF0000\">Deshabilitad</span>"
1081
+
1082
+ #: ../classes/es-common.php:29
1083
+ msgid "<span style=\"color:#FF0000\">In Queue</span>"
1084
+ msgstr "<span style=\"color:#FF0000\">En Cola</span>"
1085
+
1086
+ #: ../classes/es-common.php:32
1087
+ msgid "<span style=\"color:#00FF00;font-weight:bold;\">Sent</span>"
1088
+ msgstr "<span style=\"color:#00FF00;font-weight:bold;\">Enviado</span>"
1089
+
1090
+ #: ../classes/es-common.php:35
1091
+ msgid "<span style=\"color:#ffd700;font-weight:bold;\">Cron Mail</span>"
1092
+ msgstr "<span style=\"color:#ffd700;font-weight:bold;\">Correo Cron</span>"
1093
+
1094
+ #: ../classes/es-common.php:38
1095
+ msgid "<span style=\"color:#993399;\">Instant Mail</span>"
1096
+ msgstr "<span style=\"color:#993399;\">Correo Instantáneo</span>"
1097
+
1098
+ #: ../subscribers/view-subscriber-add.php:28 ../subscribers/view-subscriber-add.
1099
+ #: php:119 ../subscribers/view-subscriber-edit.php:43 ../subscribers/view-
1100
+ #: subscriber-edit.php:103
1101
+ msgid "Please enter subscriber email address."
1102
+ msgstr "Por favor introduce la dirección de correo de suscriptor."
1103
+
1104
+ #: ../subscribers/view-subscriber-add.php:45
1105
+ msgid "Please select or create your group for this email."
1106
+ msgstr "Por favor selecciona o crea tu grupo para este correo."
1107
+
1108
+ #: ../subscribers/view-subscriber-add.php:54 ../subscribers/view-subscriber-
1109
+ #: import.php:45
1110
+ msgid ""
1111
+ "Error: Special characters (['^$%&*()}{@#~?><>,|=_+\\\"]) are not allowed in the "
1112
+ "group name."
1113
+ msgstr ""
1114
+ "Error: los caracteres especiales (['^$%&*()}{@#~?><>,|=_+\\\"]) no se permiten "
1115
+ "como nombre de grupo."
1116
+
1117
+ #: ../subscribers/view-subscriber-add.php:66
1118
+ msgid "Email was successfully inserted."
1119
+ msgstr "El correo ha sido correctamente añadido."
1120
+
1121
+ #: ../subscribers/view-subscriber-add.php:70
1122
+ msgid "Email already exist in our list."
1123
+ msgstr "El correo ya existe en nuestro listado."
1124
+
1125
+ #: ../subscribers/view-subscriber-add.php:75
1126
+ msgid "Email is invalid."
1127
+ msgstr "Correo no válido."
1128
+
1129
+ #: ../subscribers/view-subscriber-add.php:92 ../subscribers/view-subscriber-add.
1130
+ #: php:101 ../subscribers/view-subscriber-edit.php:86 ../subscribers/view-
1131
+ #: subscriber-import.php:107 ../subscribers/view-subscriber-import.php:138 ..
1132
+ #: notification/notification-edit.php:96 ../notification/notification-add.php:92
1133
+ #: ../compose/compose-edit.php:67 ../compose/compose-add.php:59
1134
+ msgid "Click here"
1135
+ msgstr "Haz clic aquí"
1136
+
1137
+ #: ../subscribers/view-subscriber-add.php:92 ../subscribers/view-subscriber-add.
1138
+ #: php:101 ../subscribers/view-subscriber-edit.php:86 ../subscribers/view-
1139
+ #: subscriber-import.php:107 ../subscribers/view-subscriber-import.php:138 ..
1140
+ #: notification/notification-edit.php:97 ../compose/compose-edit.php:68
1141
+ #: compose/compose-add.php:60
1142
+ msgid " to view the details"
1143
+ msgstr " para ver los detalles"
1144
+
1145
+ #: ../subscribers/view-subscriber-add.php:111
1146
+ msgid "Add email"
1147
+ msgstr "Añadir correo"
1148
+
1149
+ #: ../subscribers/view-subscriber-add.php:113 ../subscribers/view-subscriber-edit.
1150
+ #: php:97
1151
+ msgid "Enter full name"
1152
+ msgstr "Introduce nombre completo"
1153
+
1154
+ #: ../subscribers/view-subscriber-add.php:115 ../subscribers/view-subscriber-edit.
1155
+ #: php:99
1156
+ msgid "Please enter subscriber full name."
1157
+ msgstr "Por favor, introduce nombre completo del suscriptor."
1158
+
1159
+ #: ../subscribers/view-subscriber-add.php:117 ../subscribers/view-subscriber-edit.
1160
+ #: php:101
1161
+ msgid "Enter email address."
1162
+ msgstr "Introduce dirección de correo."
1163
+
1164
+ #: ../subscribers/view-subscriber-add.php:128 ../subscribers/view-subscriber-edit.
1165
+ #: php:112 ../subscribers/view-subscriber-import.php:162
1166
+ msgid "Please select subscriber email status."
1167
+ msgstr "Por favor selecciona el estado de correo de suscriptor."
1168
+
1169
+ #: ../subscribers/view-subscriber-add.php:130 ../subscribers/view-subscriber-
1170
+ #: import.php:164
1171
+ msgid "Select (or) Create Group"
1172
+ msgstr "Selecciona (o) Crear Grupo"
1173
+
1174
+ #: ../subscribers/view-subscriber-add.php:132 ../subscribers/view-subscriber-sync.
1175
+ #: php:99 ../subscribers/view-subscriber-sync.php:130 ../subscribers/view-
1176
+ #: subscriber-edit.php:116 ../subscribers/view-subscriber-import.php:166 ..
1177
+ #: notification/notification-edit.php:131 ../notification/notification-add.php: 115
1178
+ #: ../notification/notification-add.php:139 ../sendmail/sendmail.php:106
1179
+ #: sendmail/sendmail.php:134 ../sendmail/sendmail.php:149
1180
+ msgid "Select"
1181
+ msgstr "Seleccionar"
1182
+
1183
+ #: ../subscribers/view-subscriber-add.php:148 ../subscribers/view-subscriber-edit.
1184
+ #: php:140 ../subscribers/view-subscriber-import.php:182
1185
+ msgid "Please select or create group for this subscriber."
1186
+ msgstr "Por favor selecciona o crea grupo para este suscriptor."
1187
+
1188
+ #: ../subscribers/view-subscriber-add.php:153 ../subscribers/view-subscriber-sync.
1189
+ #: php:156 ../subscribers/view-subscriber-edit.php:146 ..
1190
+ #: notification/notification-edit.php:254 ../notification/notification-add.php: 247
1191
+ #: ../compose/compose-edit.php:108 ../compose/compose-add.php:99 ../cron/cron-
1192
+ #: add.php:88 ../roles/roles-add.php:156
1193
+ msgid "Submit"
1194
+ msgstr "Enviar"
1195
+
1196
+ #: ../subscribers/view-subscriber-sync.php:33 ../subscribers/view-subscriber-sync.
1197
+ #: php:119
1198
+ msgid "Please select default group to newly registered user."
1199
+ msgstr "Por favor selecciona el grupo por defecto para el usuario recién registrado."
1200
+
1201
+ #: ../subscribers/view-subscriber-sync.php:39 ../subscribers/view-subscriber-sync.
1202
+ #: php:150
1203
+ msgid "Please select default group to newly commented user."
1204
+ msgstr "Por favor, selecciona el grupo por defecto para el usuario recién comentado."
1205
+
1206
+ #: ../subscribers/view-subscriber-sync.php:56
1207
+ msgid "Sync email successfully updated."
1208
+ msgstr "La sincronización de correos ha sido actualizada correctamente."
1209
+
1210
+ #: ../subscribers/view-subscriber-sync.php:88
1211
+ msgid "Sync email"
1212
+ msgstr "Sincronizar correo"
1213
+
1214
+ #: ../subscribers/view-subscriber-sync.php:90
1215
+ msgid "Sync newly registered user"
1216
+ msgstr "Sincronizar usuario recientemente registrado"
1217
+
1218
+ #: ../subscribers/view-subscriber-sync.php:95
1219
+ msgid "Automatically add a newly registered user email address to subscribers list."
1220
+ msgstr ""
1221
+ "Automáticamente añade una dirección de correo electrónico de usuario registrador "
1222
+ "recientemente a la lista de suscriptores."
1223
+
1224
+ #: ../subscribers/view-subscriber-sync.php:97 ../subscribers/view-subscriber-sync.
1225
+ #: php:128
1226
+ msgid "Select default group"
1227
+ msgstr "Selecciona grupo por defecto"
1228
+
1229
+ #: ../subscribers/view-subscriber-sync.php:121
1230
+ msgid "Sync newly commented user"
1231
+ msgstr "Sincronizar usuario recientemente comentado"
1232
+
1233
+ #: ../subscribers/view-subscriber-sync.php:126
1234
+ msgid ""
1235
+ "Automatically add a newly commented (who posted comments) user email address to "
1236
+ "subscribers list."
1237
+ msgstr ""
1238
+ "Automáticamente añadir una dirección de correo de usuario recientemente comentado "
1239
+ "(que envió comentarios) a la lista de suscriptores."
1240
+
1241
+ #: ../subscribers/view-subscriber-export.php:22
1242
+ msgid "Export email address in csv format"
1243
+ msgstr "Exportar dirección de correo electrónico en formato csv"
1244
+
1245
+ #: ../subscribers/view-subscriber-export.php:28 ../subscribers/view-subscriber-
1246
+ #: export.php:36
1247
+ msgid "Export option"
1248
+ msgstr "Opción Exportar"
1249
+
1250
+ #: ../subscribers/view-subscriber-export.php:29 ../subscribers/view-subscriber-
1251
+ #: export.php:37
1252
+ msgid "Total email"
1253
+ msgstr "Total Correo"
1254
+
1255
+ #: ../subscribers/view-subscriber-export.php:44
1256
+ msgid "Subscriber email address"
1257
+ msgstr "Dirección de correo Suscriptor"
1258
+
1259
+ #: ../subscribers/view-subscriber-export.php:46 ../subscribers/view-subscriber-
1260
+ #: export.php:52 ../subscribers/view-subscriber-export.php:58
1261
+ msgid "Click to export csv"
1262
+ msgstr "Clic para exportar csv"
1263
+
1264
+ #: ../subscribers/view-subscriber-export.php:50
1265
+ msgid "Registered email address"
1266
+ msgstr "Dirección de correo Registrada"
1267
+
1268
+ #: ../subscribers/view-subscriber-export.php:56
1269
+ msgid "Comments author email address"
1270
+ msgstr "Dirección de correo electrónico del autor de los comentarios"
1271
+
1272
+ #: ../subscribers/view-subscriber-export.php:65
1273
+ msgid "Add Email"
1274
+ msgstr "Añadir correo"
1275
+
1276
+ #: ../subscribers/view-subscriber-export.php:66 ../subscribers/view-subscriber-
1277
+ #: show.php:445
1278
+ msgid "Import Email"
1279
+ msgstr "Importar correo"
1280
+
1281
+ #: ../subscribers/view-subscriber-edit.php:54
1282
+ msgid "Error: Special characters are not allowed in the group name."
1283
+ msgstr "Error: No se permiten caracteres especiales en el nombre de grupo."
1284
+
1285
+ #: ../subscribers/view-subscriber-edit.php:66
1286
+ msgid "Email was successfully updated."
1287
+ msgstr "El correo ha sido correctamente actualizado."
1288
+
1289
+ #: ../subscribers/view-subscriber-edit.php:70
1290
+ msgid "Email already exist for this group."
1291
+ msgstr "El correo ya existe para este grupo."
1292
+
1293
+ #: ../subscribers/view-subscriber-edit.php:95
1294
+ msgid "Edit email"
1295
+ msgstr "Editar correo"
1296
+
1297
+ #: ../subscribers/view-subscriber-edit.php:114 ../subscribers/view-subscriber-
1298
+ #: show.php:328 ../subscribers/view-subscriber-show.php:341
1299
+ msgid "Group"
1300
+ msgstr "Grupo"
1301
+
1302
+ #: ../subscribers/view-subscriber-import.php:103
1303
+ msgid "Email(s) was successfully imported."
1304
+ msgstr "El/Los correo(s) ha(n) sido correctamente importado(s)."
1305
+
1306
+ #: ../subscribers/view-subscriber-import.php:104
1307
+ msgid "Email(s) are already in our database."
1308
+ msgstr "El/Los correo(s) ya está(n) en nuestra base de datos."
1309
+
1310
+ #: ../subscribers/view-subscriber-import.php:105
1311
+ msgid "Email(s) are invalid."
1312
+ msgstr "Correo(s) no válido(s)."
1313
+
1314
+ #: ../subscribers/view-subscriber-import.php:115
1315
+ msgid "File upload failed or no data available in the csv file."
1316
+ msgstr "Falló la subida del archivo o no hay datos disponibles en el archivo cv."
1317
+
1318
+ #: ../subscribers/view-subscriber-import.php:149
1319
+ msgid "Upload email"
1320
+ msgstr "Subir correo"
1321
+
1322
+ #: ../subscribers/view-subscriber-import.php:150
1323
+ msgid "Select csv file"
1324
+ msgstr "Selecciona archivo csv"
1325
+
1326
+ #: ../subscribers/view-subscriber-import.php:152
1327
+ msgid "Select the input csv file. Check official website for csv structure : "
1328
+ msgstr ""
1329
+ "Selecciona el archivo de entrada csv. Consulta el sitio web oficial para ver la "
1330
+ "estructura csv: "
1331
+
1332
+ #: ../subscribers/view-subscriber-import.php:153
1333
+ msgid "click here"
1334
+ msgstr "Haz clic aquí"
1335
+
1336
+ #: ../subscribers/view-subscriber-import.php:187
1337
+ msgid "Upload CSV"
1338
+ msgstr "Subir CSV"
1339
+
1340
+ #: ../subscribers/view-subscriber-show.php:11 ../compose/compose-show.php:13 ..
1341
+ #: sendmail/sendmail.php:17
1342
+ msgid "Click Here"
1343
+ msgstr "Haz clic aquí"
1344
+
1345
+ #: ../subscribers/view-subscriber-show.php:72 ../subscribers/view-subscriber-show.
1346
+ #: php:125
1347
+ msgid "To send confirmation mail, Please change the Opt-in option to Double Opt In."
1348
+ msgstr ""
1349
+ "Para mandar correo de confirmación, por favor cambia la opción de Aceptación a "
1350
+ "Doble Aceptación."
1351
+
1352
+ #: ../subscribers/view-subscriber-show.php:81
1353
+ msgid "Confirmation email resent successfully."
1354
+ msgstr "Correo de confirmación vuelto a enviar con éxito."
1355
+
1356
+ #: ../subscribers/view-subscriber-show.php:110 ../subscribers/view-subscriber-
1357
+ #: show.php:156 ../subscribers/view-subscriber-show.php:201
1358
+ msgid "Oops, No record was selected."
1359
+ msgstr "Ups, no has seleccionado ningún registro."
1360
+
1361
+ #: ../subscribers/view-subscriber-show.php:150
1362
+ msgid "Confirmation email(s) resent successfully."
1363
+ msgstr "Correo(s) de confirmación enviado(s) con éxito."
1364
+
1365
+ #: ../subscribers/view-subscriber-show.php:186
1366
+ msgid "Selected subscribers group was successfully updated."
1367
+ msgstr "El grupo de suscriptores seleccionado ha sido correctamente actualizado."
1368
+
1369
+ #: ../subscribers/view-subscriber-show.php:192
1370
+ msgid "Oops, New group name was not selected."
1371
+ msgstr "Ups, no has seleccionado nuevo nombre de grupo."
1372
+
1373
+ #: ../subscribers/view-subscriber-show.php:233 ../subscribers/view-subscriber-
1374
+ #: show.php:444 ../notification/notification-show.php:45 ..
1375
+ #: notification/notification-show.php:140 ../compose/compose-show.php:56
1376
+ #: compose/compose-show.php:112
1377
+ msgid "Add New"
1378
+ msgstr "Añadir nuevo"
1379
+
1380
+ #: ../subscribers/view-subscriber-show.php:280
1381
+ msgid "All Groups"
1382
+ msgstr "Todos los Grupos"
1383
+
1384
+ #: ../subscribers/view-subscriber-show.php:299
1385
+ msgid "All Status"
1386
+ msgstr "Todos los Estados"
1387
+
1388
+ #: ../subscribers/view-subscriber-show.php:300
1389
+ msgid "Confirmed"
1390
+ msgstr "Confirmado"
1391
+
1392
+ #: ../subscribers/view-subscriber-show.php:301
1393
+ msgid "Unconfirmed"
1394
+ msgstr "Sin Confirmar"
1395
+
1396
+ #: ../subscribers/view-subscriber-show.php:302
1397
+ msgid "Unsubscribed"
1398
+ msgstr "Suscripciones canceladas "
1399
+
1400
+ #: ../subscribers/view-subscriber-show.php:325 ../subscribers/view-subscriber-
1401
+ #: show.php:338
1402
+ msgid "Email address"
1403
+ msgstr "Dirección email"
1404
+
1405
+ #: ../subscribers/view-subscriber-show.php:374 ../notification/notification-show.
1406
+ #: php:87 ../compose/compose-show.php:93 ../compose/compose-preview.php:34
1407
+ msgid "Edit"
1408
+ msgstr "Editar"
1409
+
1410
+ #: ../subscribers/view-subscriber-show.php:377 ../subscribers/view-subscriber-
1411
+ #: show.php:422 ../notification/notification-show.php:90 ../compose/compose-show.
1412
+ #: php:94
1413
+ msgid "Delete"
1414
+ msgstr "Borrar"
1415
+
1416
+ #: ../subscribers/view-subscriber-show.php:385 ../subscribers/view-subscriber-
1417
+ #: show.php:423
1418
+ msgid "Resend Confirmation"
1419
+ msgstr "Reenviar Confirmación"
1420
+
1421
+ #: ../subscribers/view-subscriber-show.php:401
1422
+ msgid "No records available. Please use the above alphabet search button to search."
1423
+ msgstr ""
1424
+ "No hay registros disponibles. Por favor utiliza el botón de búsqueda alfabética "
1425
+ "superior para buscar."
1426
+
1427
+ #: ../subscribers/view-subscriber-show.php:421
1428
+ msgid "Bulk Actions"
1429
+ msgstr "Accione en bloque"
1430
+
1431
+ #: ../subscribers/view-subscriber-show.php:424
1432
+ msgid "Update Subscribers Group"
1433
+ msgstr "Actualizar Grupo de Suscriptores"
1434
+
1435
+ #: ../subscribers/view-subscriber-show.php:427
1436
+ msgid "Select Group"
1437
+ msgstr "Seleccionar Grupo"
1438
+
1439
+ #: ../subscribers/view-subscriber-show.php:441
1440
+ msgid "Apply"
1441
+ msgstr "Aplicar"
1442
+
1443
+ #: ../subscribers/view-subscriber-show.php:446
1444
+ msgid "Export Email"
1445
+ msgstr "Exportar Correo"
1446
+
1447
+ #: ../subscribers/view-subscriber-show.php:447
1448
+ msgid "Sync Email"
1449
+ msgstr "Sincronizar Correo"
1450
+
1451
+ #. Description of the plugin
1452
+ msgid ""
1453
+ "Add subscription form on website, send HTML newsletters to subscribers & "
1454
+ "automatically notify them about new blog posts once it gets published."
1455
+ msgstr ""
1456
+ "Añade un formulario de suscripción en la página web, envía newsletters HTML a "
1457
+ "suscriptores y automáticamente notifícales sobre las nuevas entradas del blog en "
1458
+ "cuando sean publicadas."
1459
+
1460
+ #. URI of the plugin
1461
+ msgid "http://www.storeapps.org"
1462
+ msgstr "http://www.storeapps.org"
1463
+
1464
+ #: ../notification/notification-edit.php:55 ../notification/notification-add.php:44
1465
+ msgid "Please select notification mail subject. Use compose menu to create new."
1466
+ msgstr ""
1467
+ "Por favor selecciona el asunto de notificación del correo. Utiliza el menú "
1468
+ "componer para crear uno nuevo."
1469
+
1470
+ #: ../notification/notification-edit.php:61 ../notification/notification-edit.php:
1471
+ #: 153 ../notification/notification-add.php:50
1472
+ msgid "Please select post categories."
1473
+ msgstr "Por favor selecciona categorías de entrada."
1474
+
1475
+ #: ../notification/notification-edit.php:83
1476
+ msgid "Notification was successfully updated."
1477
+ msgstr "La notificación ha sido actualizada con éxito."
1478
+
1479
+ #: ../notification/notification-edit.php:107
1480
+ msgid "Edit Notification"
1481
+ msgstr "Editar Notificación"
1482
+
1483
+ #: ../notification/notification-edit.php:113 ../notification/notification-add.php:
1484
+ #: 109 ../notification/notification-show.php:56 ../notification/notification-show.
1485
+ #: php:64
1486
+ msgid "Subscribers Group"
1487
+ msgstr "Grupo de suscriptores"
1488
+
1489
+ #: ../notification/notification-edit.php:125 ../notification/notification-add.php:
1490
+ #: 133
1491
+ msgid "Notification Mail"
1492
+ msgstr "Correo de Notificación"
1493
+
1494
+ #: ../notification/notification-edit.php:152 ../notification/notification-add.php:
1495
+ #: 158
1496
+ msgid "Post Categories"
1497
+ msgstr "Categorías de Entradas"
1498
+
1499
+ #: ../notification/notification-edit.php:188 ../notification/notification-add.php:
1500
+ #: 187 ../sendmail/sendmail.php:169
1501
+ msgid "Check All"
1502
+ msgstr "Selecciona todo"
1503
+
1504
+ #: ../notification/notification-edit.php:189 ../notification/notification-add.php:
1505
+ #: 188 ../sendmail/sendmail.php:170
1506
+ msgid "Uncheck All"
1507
+ msgstr "Deselecciona todo"
1508
+
1509
+ #: ../notification/notification-edit.php:196
1510
+ msgid "Please select your custom post type (Optional)."
1511
+ msgstr "Por favor, selecciona tu tipo de entrada personalizada (Opcional)."
1512
+
1513
+ #: ../notification/notification-edit.php:237 ../notification/notification-add.php:
1514
+ #: 231 ../notification/notification-show.php:58 ../notification/notification-show.
1515
+ #: php:66
1516
+ msgid "Notification Status"
1517
+ msgstr "Estado de Notificación"
1518
+
1519
+ #: ../notification/notification-edit.php:238 ../notification/notification-add.php: 38
1520
+ msgid "Please select notification status."
1521
+ msgstr "Por favor selecciona el estado de notifiación."
1522
+
1523
+ #: ../notification/notification-add.php:32
1524
+ msgid "Please select subscribers group."
1525
+ msgstr "Por favor selecciona el grupo de suscriptores."
1526
+
1527
+ #: ../notification/notification-add.php:103
1528
+ msgid "Add Notification"
1529
+ msgstr "Añadir Notificación"
1530
+
1531
+ #: ../notification/notification-show.php:55 ../notification/notification-show.php: 63
1532
+ msgid "Mail Subject"
1533
+ msgstr "Asunto Correo"
1534
+
1535
+ #: ../notification/notification-show.php:57 ../notification/notification-show.php: 65
1536
+ msgid "Categories / Custom Post"
1537
+ msgstr "Categorías / Entrada personalizada"
1538
+
1539
+ #: ../compose/compose-edit.php:41 ../compose/compose-add.php:28
1540
+ msgid "Please enter template heading."
1541
+ msgstr "Por favor, indica un encabezado de plantilla."
1542
+
1543
+ #: ../compose/compose-edit.php:54
1544
+ msgid "Template was successfully updated."
1545
+ msgstr "La plantilla ha sido actualizada correctamente."
1546
+
1547
+ #: ../compose/compose-edit.php:78 ../compose/compose-show.php:55 ..
1548
+ #: compose/compose-add.php:69
1549
+ msgid "Compose Mail"
1550
+ msgstr "Componer Correo"
1551
+
1552
+ #: ../compose/compose-edit.php:80 ../compose/compose-add.php:71 ..
1553
+ #: sendmail/sendmail.php:128
1554
+ msgid "Mail Type"
1555
+ msgstr "Tipo de Correo"
1556
+
1557
+ #: ../compose/compose-edit.php:82 ../compose/compose-add.php:73
1558
+ msgid "Static Template (For Newsletter Email)"
1559
+ msgstr "Plantilla Estática (Para Correo de Newsletter)"
1560
+
1561
+ #: ../compose/compose-edit.php:83 ../compose/compose-add.php:74
1562
+ msgid "Dynamic Template (For Notification Email)"
1563
+ msgstr "Plantilla Dinámica (Para Correo de Notificación)"
1564
+
1565
+ #: ../compose/compose-edit.php:85
1566
+ msgid "Please select your mail type"
1567
+ msgstr "Por favor selecciona tu tipo de correo."
1568
+
1569
+ #: ../compose/compose-edit.php:87 ../compose/compose-add.php:78
1570
+ msgid "Enter Mail Subject"
1571
+ msgstr "Introduce asunto correo."
1572
+
1573
+ #: ../compose/compose-edit.php:89 ../compose/compose-add.php:80
1574
+ msgid "Please enter your mail subject. Keyword: ###POSTTITLE###"
1575
+ msgstr "Por favor, introduce el asunto de tu correo. Keyword: ###POSTTITLE###"
1576
+
1577
+ #: ../compose/compose-edit.php:91 ../compose/compose-add.php:82
1578
+ msgid "Mail Content"
1579
+ msgstr "Contenido correo"
1580
+
1581
+ #: ../compose/compose-edit.php:95 ../compose/compose-add.php:86
1582
+ msgid "Please enter content for your mail"
1583
+ msgstr "Por favor, introduce contenido para tu correo."
1584
+
1585
+ #: ../compose/compose-edit.php:96 ../compose/compose-add.php:87
1586
+ msgid ""
1587
+ "Keywords: ###POSTTITLE###, ###POSTLINK###, ###POSTIMAGE###, ###POSTDESC###, "
1588
+ "###POSTFULL###, ###DATE###, ###POSTLINK-ONLY###, ###POSTLINK-WITHTITLE###"
1589
+ msgstr ""
1590
+ "Palabras clave: ###POSTTITLE###, ###POSTLINK###, ###POSTIMAGE###, ###POSTDESC###, "
1591
+ "###POSTFULL###, ###DATE###, ###POSTLINK-ONLY###, ###POSTLINK-WITHTITLE###"
1592
+
1593
+ #: ../compose/compose-edit.php:101 ../compose/compose-add.php:92
1594
+ msgid "Published"
1595
+ msgstr "Publicado"
1596
+
1597
+ #: ../compose/compose-edit.php:103 ../compose/compose-add.php:94
1598
+ msgid "Please select your mail status"
1599
+ msgstr "Por favor, selecciona el estado de tu correo."
1600
+
1601
+ #: ../compose/compose-show.php:66 ../compose/compose-show.php:74
1602
+ msgid "Email subject"
1603
+ msgstr "Asunto Correo"
1604
+
1605
+ #: ../compose/compose-add.php:40
1606
+ msgid "Template was successfully created."
1607
+ msgstr "La plantilla se ha creado correctamente."
1608
+
1609
+ #: ../compose/compose-add.php:76 ../sendmail/sendmail.php:52
1610
+ msgid "Please select your mail type."
1611
+ msgstr "Por favor selecciona tu tipo de correo."
1612
+
1613
+ #: ../export/export-email-address.php:36 ../export/export-email-address.php:40 ..
1614
+ #: export/export-email-address.php:43
1615
+ msgid "Unexpected url submit has been detected"
1616
+ msgstr "Se ha detectado envío de URL inexperada"
1617
+
1618
+ #: ../cron/cron-add.php:21
1619
+ msgid "Please enter valid mail count."
1620
+ msgstr "Por favor, introduzca una cuenta de correo válida."
1621
+
1622
+ #: ../cron/cron-add.php:31
1623
+ msgid "Cron details successfully updated."
1624
+ msgstr "Detalles Cron actualizados correctamente."
1625
+
1626
+ #: ../cron/cron-add.php:71
1627
+ msgid "Cron Details"
1628
+ msgstr "Detalles Cron"
1629
+
1630
+ #: ../cron/cron-add.php:74
1631
+ msgid "Cron job URL"
1632
+ msgstr "URL tarea Cron"
1633
+
1634
+ #: ../cron/cron-add.php:76
1635
+ msgid ""
1636
+ "Please find your cron job URL. This is readonly field not able to modify from "
1637
+ "admin."
1638
+ msgstr ""
1639
+ "Por favor, encuentra tu URL de tarea Cron. Este es un campo de sólo lectura no "
1640
+ "modificable desde administrador."
1641
+
1642
+ #: ../cron/cron-add.php:78
1643
+ msgid "Mail Count"
1644
+ msgstr "Contador Correos"
1645
+
1646
+ #: ../cron/cron-add.php:80
1647
+ msgid "Enter number of mails you want to send per hour/trigger."
1648
+ msgstr "Introduce el número de correos que quieres enviar por hora/disparador."
1649
+
1650
+ #: ../cron/cron-add.php:82
1651
+ msgid "Admin Report"
1652
+ msgstr "Informe Admin"
1653
+
1654
+ #: ../cron/cron-add.php:84
1655
+ msgid ""
1656
+ "Send above mail to admin whenever cron URL triggered in your server.<br /"
1657
+ ">(Keywords: ###DATE###, ###SUBJECT###, ###COUNT###)"
1658
+ msgstr ""
1659
+ "Envía el correo superior al administrador cuando una URL cron haya sido lanzada en "
1660
+ "tu servidor.<br />(Keywords: ###DATE###, ###SUBJECT###, ###COUNT###)"
1661
+
1662
+ #: ../cron/cron-add.php:97
1663
+ msgid "How to setup auto emails using CRON Job through the cPanel or Plesk?"
1664
+ msgstr ""
1665
+ "¿Cómo configurar correos electrónicos automáticos utilizando (tarea CRON) en "
1666
+ "cPanel o Plesk?"
1667
+
1668
+ #: ../cron/cron-add.php:98
1669
+ msgid ""
1670
+ "<a target=\"_blank\" href=\"http://www.storeapps.org/docs/es-how-to-schedule-cron-"
1671
+ "emails-in-parallels-plesk/\">Setup cron job in Plesk</a>"
1672
+ msgstr ""
1673
+ "<a target=\"_blank\" href=\"http://www.storeapps.org/docs/es-how-to-schedule-cron-"
1674
+ "emails-in-parallels-plesk/\">Configurar tarea cron en Plesk</a>"
1675
+
1676
+ #: ../cron/cron-add.php:99
1677
+ msgid ""
1678
+ "<a target=\"_blank\" href=\"http://www.storeapps.org/docs/es-how-to-schedule-cron-"
1679
+ "emails-in-cpanel/\">Setup cron job in cPanal</a>"
1680
+ msgstr ""
1681
+ "<a target=\"_blank\" href=\"http://www.storeapps.org/docs/es-how-to-schedule-cron-"
1682
+ "emails-in-cpanel/\">Configurar tarea cron en cPanel</a>"
1683
+
1684
+ #: ../cron/cron-add.php:100
1685
+ msgid ""
1686
+ "<a target=\"_blank\" href=\"http://www.storeapps.org/docs/es-what-to-do-if-hosting-"
1687
+ "doesnt-support-cron-jobs/\">Hosting doesnt support cron jobs?</a>"
1688
+ msgstr ""
1689
+ "<a target=\"_blank\" href=\"http://www.storeapps.org/docs/es-what-to-do-if-hosting-"
1690
+ "doesnt-support-cron-jobs/\">¿Tu alojamiento no soporta tareas cron?</a>"
1691
+
1692
+ #: ../sendmail/sendmail.php:39
1693
+ msgid "Please select your mail subject."
1694
+ msgstr "Por favor selecciona el asunto de tu correo."
1695
+
1696
+ #: ../sendmail/sendmail.php:46
1697
+ msgid "No email address selected."
1698
+ msgstr "No se ha seleccionado dirección de correo."
1699
+
1700
+ #: ../sendmail/sendmail.php:59
1701
+ msgid "Mail sent successfully"
1702
+ msgstr "Correo enviado con éxito"
1703
+
1704
+ #: ../sendmail/sendmail.php:64
1705
+ msgid "Click here for details"
1706
+ msgstr "Haz clic aquí para detalles"
1707
+
1708
+ #: ../sendmail/sendmail.php:71
1709
+ msgid "Oops.. We are getting some error. mail not sending."
1710
+ msgstr "Ups. Estamos obteniendo algún error. No se envía correo."
1711
+
1712
+ #: ../sendmail/sendmail.php:100
1713
+ msgid "Select your mail subject"
1714
+ msgstr "Selecciona el asunto de tu correo"
1715
+
1716
+ #: ../sendmail/sendmail.php:101
1717
+ msgid ""
1718
+ "Select a mail subject from available list. Go to Compose page to create new mail."
1719
+ msgstr ""
1720
+ "Selecciona un asunto de correo de la lista disponible. Accede a la página Componer "
1721
+ "para crear un nuevo correo."
1722
+
1723
+ #: ../sendmail/sendmail.php:143
1724
+ msgid "Select subscriber group"
1725
+ msgstr "Selecciona grupo suscriptores"
1726
+
1727
+ #: ../roles/roles-add.php:95
1728
+ msgid "Roles and Capabilities"
1729
+ msgstr "Roles y capacidades"
1730
+
1731
+ #: ../roles/roles-add.php:97
1732
+ msgid "Subscribers Menu"
1733
+ msgstr "Menú suscriptores"
1734
+
1735
+ #: ../roles/roles-add.php:99 ../roles/roles-add.php:107 ../roles/roles-add.php: 115
1736
+ #: ../roles/roles-add.php:123 ../roles/roles-add.php:131 ../roles/roles-add. php:139
1737
+ #: ../roles/roles-add.php:147
1738
+ msgid "Administrator Only"
1739
+ msgstr "Sólo Administrador"
1740
+
1741
+ #: ../roles/roles-add.php:100 ../roles/roles-add.php:108 ../roles/roles-add.php: 116
1742
+ #: ../roles/roles-add.php:124 ../roles/roles-add.php:132 ../roles/roles-add. php:140
1743
+ #: ../roles/roles-add.php:148
1744
+ msgid "Administrator/Editor"
1745
+ msgstr "Administrador/Editor"
1746
+
1747
+ #: ../roles/roles-add.php:101 ../roles/roles-add.php:109 ../roles/roles-add.php: 117
1748
+ #: ../roles/roles-add.php:125 ../roles/roles-add.php:133 ../roles/roles-add. php:141
1749
+ #: ../roles/roles-add.php:149
1750
+ msgid "Administrator/Editor/Author/Contributor"
1751
+ msgstr "Administrador/Editor/Autor/Colaborador"
1752
+
1753
+ #: ../roles/roles-add.php:103
1754
+ msgid ""
1755
+ "Select user role to access plugin Subscribers Menu. Only Admin user can change "
1756
+ "this value."
1757
+ msgstr ""
1758
+ "Selecciona el rol de usuario para acceder al menú de suscriptores del plugin. Sólo "
1759
+ "el administrador puede cambiar este valor."
1760
+
1761
+ #: ../roles/roles-add.php:105
1762
+ msgid "Compose Menu"
1763
+ msgstr "Menú componer"
1764
+
1765
+ #: ../roles/roles-add.php:111
1766
+ msgid ""
1767
+ "Select user role to access plugin Compose Menu. Only Admin user can change this "
1768
+ "value."
1769
+ msgstr ""
1770
+ "Selecciona el rol de usuario para acceder al menú de Componer del plugin. Sólo el "
1771
+ "administrador puede cambiar este valor."
1772
+
1773
+ #: ../roles/roles-add.php:113
1774
+ msgid "Notification Menu"
1775
+ msgstr "Menú Notificación"
1776
+
1777
+ #: ../roles/roles-add.php:119
1778
+ msgid ""
1779
+ "Select user role to access plugin Notification Menu. Only Admin user can change "
1780
+ "this value."
1781
+ msgstr ""
1782
+ "Selecciona el rol de usuario para acceder al menú de notificaciones del plugin. "
1783
+ "Sólo el administrador puede cambiar este valor."
1784
+
1785
+ #: ../roles/roles-add.php:121
1786
+ msgid "Send Email Menu/Cron Menu"
1787
+ msgstr "Menú Envío Correo/Menú Cron"
1788
+
1789
+ #: ../roles/roles-add.php:127
1790
+ msgid ""
1791
+ "Select user role to access plugin Send Email Menu. Only Admin user can change this "
1792
+ "value."
1793
+ msgstr ""
1794
+ "Selecciona el rol de usuario para acceder al menú de envío de correo del plugin. "
1795
+ "Sólo el administrador puede cambiar este valor."
1796
+
1797
+ #: ../roles/roles-add.php:129
1798
+ msgid "Settings Menu"
1799
+ msgstr "Menú Configuración"
1800
+
1801
+ #: ../roles/roles-add.php:135
1802
+ msgid ""
1803
+ "Select user role to access plugin Settings Menu. Only Admin user can change this "
1804
+ "value."
1805
+ msgstr ""
1806
+ "Selecciona el rol de usuario para acceder al menú de configuración del plugin. "
1807
+ "Sólo el administrador puede cambiar este valor."
1808
+
1809
+ #: ../roles/roles-add.php:137
1810
+ msgid "Sent Mails Menu"
1811
+ msgstr "Menú Envío Correos"
1812
+
1813
+ #: ../roles/roles-add.php:143
1814
+ msgid ""
1815
+ "Select user role to access plugin Sent Mails Menu. Only Admin user can change this "
1816
+ "value."
1817
+ msgstr ""
1818
+ "Selecciona el rol de usuario para acceder al menú de envío de correos del plugin. "
1819
+ "Sólo el administrador puede cambiar este valor."
1820
+
1821
+ #: ../roles/roles-add.php:145
1822
+ msgid "Help & Info Menu"
1823
+ msgstr "Menú Ayuda e Info"
1824
+
1825
+ #: ../roles/roles-add.php:151
1826
+ msgid ""
1827
+ "Select user role to access plugin Help & Info Menu. Only Admin user can change "
1828
+ "this value."
1829
+ msgstr ""
1830
+ "Selecciona el rol de usuario para acceder al menú de Ayuda e Información del "
1831
+ "plugin. Sólo el administrador puede cambiar este valor."
1832
+
1833
+ #: ../help/help.php:44
1834
+ msgid "Welcome to Email Subscribers!"
1835
+ msgstr "¡Bienvenido a Email Subscribers!"
1836
+
1837
+ #: ../help/help.php:45
1838
+ msgid "Thanks for installing and we hope you will enjoy using Email Subscribers."
1839
+ msgstr "Gracias por instalar y esperamos que disfrute el uso de Email Subscribers."
1840
+
1841
+ #: ../help/help.php:49
1842
+ msgid "For more help and tips..."
1843
+ msgstr "Para más ayuda y sugerencias..."
1844
+
1845
+ #: ../help/help.php:93
1846
+ msgid "Frequently Asked Questions"
1847
+ msgstr "Preguntas más Frecuentes"
1848
+
1849
+ #: ../help/help.php:104
1850
+ msgid "How to setup subscription box widget?"
1851
+ msgstr "¿Cómo configurar un widget de caja de suscripción?"
1852
+
1853
+ #: ../help/help.php:111
1854
+ msgid "How to add unsubscribe link in welcome email?"
1855
+ msgstr ""
1856
+ "¿Cómo añadir un enlace de cancelación de suscripción en el correo de bienvenida?"
1857
+
1858
+ #: ../help/help.php:119
1859
+ msgid "How to change/update/translate any text from the plugin?"
1860
+ msgstr "¿Cómo cambiar/actualizar/traducir cualquier texto del plugin?"
1861
+
1862
+ #: ../help/help.php:120
1863
+ msgid ""
1864
+ "Refer steps from <a target=\"_blank\" href=\"http://www.storeapps.org/docs/es-how-"
1865
+ "to-change-update-translate-any-texts-from-email-subscribers/\">here</a>."
1866
+ msgstr ""
1867
+ "Consulta los pasos <a target=\"_blank\" href=\"http://www.storeapps.org/docs/es-"
1868
+ "how-to-change-update-translate-any-texts-from-email-subscribers/\">aquí</a>."
1869
+
1870
+ #: ../help/help.php:123
1871
+ msgid "How to setup auto emails using CRON Job?"
1872
+ msgstr "¿Cómo configurar correos electrónicos automáticos utilizando tarea CRON?"
1873
+
1874
+ #: ../help/help.php:124
1875
+ msgid ""
1876
+ " 1. <a target=\"_blank\" href=\"http://www.storeapps.org/docs/es-how-to-schedule-"
1877
+ "cron-emails-in-cpanel/\">Setup cron job in Plesk</a><br>\n"
1878
+ "\t\t\t\t\t\t\t\t\t\t 2. <a target=\"_blank\" href=\"http://www.storeapps.org/"
1879
+ "docs/es-how-to-schedule-cron-emails-in-parallels-plesk/\">Setup cron job in "
1880
+ "cPanal</a><br>\n"
1881
+ "\t\t\t\t\t\t\t\t\t\t 3. <a target=\"_blank\" href=\"http://www.storeapps.org/"
1882
+ "docs/es-what-to-do-if-hosting-doesnt-support-cron-jobs/\">Hosting doesnt support "
1883
+ "cron jobs?</a>"
1884
+ msgstr ""
1885
+ " 1. <a target=\"_blank\" href=\"http://www.storeapps.org/docs/es-how-to-schedule-"
1886
+ "cron-emails-in-cpanel/\">Configurar tarea cron en Plesk</a><br>\n"
1887
+ "\t\t\t\t\t\t\t\t\t\t 2. <a target=\"_blank\" href=\"http://www.storeapps.org/"
1888
+ "docs/es-how-to-schedule-cron-emails-in-parallels-plesk/\">Configurar tarea cron en "
1889
+ "cPanel</a><br>\n"
1890
+ "\t\t\t\t\t\t\t\t\t\t 3. <a target=\"_blank\" href=\"http://www.storeapps.org/"
1891
+ "docs/es-what-to-do-if-hosting-doesnt-support-cron-jobs/\">¿Su proveedor no soporta "
1892
+ "tareas cron?</a>"
1893
+
1894
+ #: ../help/help.php:129
1895
+ msgid "Notification Emails are not being received by Subscribers?"
1896
+ msgstr "¿No están recibiendo los suscriptores Correos de Notificación?"
1897
+
1898
+ #: ../help/help.php:130
1899
+ #, php-format
1900
+ msgid "Confirm steps from %s."
1901
+ msgstr "Confirmar pasos desde %s."
1902
+
1903
+ #: ../help/help.php:130 ../help/help.php:134 ../help/help.php:138 ../help/help.
1904
+ #: php:142 ../help/help.php:146 ../help/help.php:150 ../help/help.php:154 ..
1905
+ #: help/help.php:158 ../help/help.php:162 ../help/help.php:166
1906
+ msgid "here"
1907
+ msgstr "aquí"
1908
+
1909
+ #: ../help/help.php:133
1910
+ msgid "How to import and export email address to subscriber list?"
1911
+ msgstr "¿Cómo importar y exportar direcciones de correo a la lista de suscriptores?"
1912
+
1913
+ #: ../help/help.php:134 ../help/help.php:138 ../help/help.php:142 ../help/help.
1914
+ #: php:146 ../help/help.php:150 ../help/help.php:154 ../help/help.php:158 ..
1915
+ #: help/help.php:162
1916
+ #, php-format
1917
+ msgid "Refer %s."
1918
+ msgstr "Consultar %s."
1919
+
1920
+ #: ../help/help.php:137
1921
+ msgid "How to Compose and Send static newsletter mails?"
1922
+ msgstr "¿Cómo Componer y Enviar correos de newsletter estáticos?"
1923
+
1924
+ #: ../help/help.php:141
1925
+ msgid ""
1926
+ "How to Configure and Send notification emails to subscribers when new posts are "
1927
+ "published?"
1928
+ msgstr ""
1929
+ "¿Cómo Configurar y Enviar correos de notificación para suscriptores cuando se "
1930
+ "publican nuevas entradas?"
1931
+
1932
+ #: ../help/help.php:145
1933
+ msgid "How to install and activate Email Subscribers on multisite installations?"
1934
+ msgstr "¿Cómo instalar y activar Email Subscribers en instalaciones multisitio?"
1935
+
1936
+ #: ../help/help.php:149
1937
+ msgid ""
1938
+ "How to modify the existing mails (Opt-in mail, Welcome mail, Admin mails) content?"
1939
+ msgstr ""
1940
+ "¿Cómo modificar el contenido existente de correos (correo de envío, correo de "
1941
+ "bienvenida, correos al administrador)?"
1942
+
1943
+ #: ../help/help.php:153
1944
+ msgid "How to Add/Update Existing Subscribers Group?"
1945
+ msgstr "¿Cómo Añadir/Actualizar un Grupo de Suscriptores Existentes?"
1946
+
1947
+ #: ../help/help.php:157
1948
+ msgid "How to check Sent mails?"
1949
+ msgstr "¿Cómo revisar correos enviados?"
1950
+
1951
+ #: ../help/help.php:161
1952
+ msgid "How to show subscribe form inside a popup?"
1953
+ msgstr "¿Cómo mostrar el formulario de suscripción dentro de un popup?"
1954
+
1955
+ #: ../help/help.php:165
1956
+ msgid "Check more detailed documentation"
1957
+ msgstr "Comprueba documentación más detallada"
1958
+
1959
+ #: ../help/help.php:166
1960
+ #, php-format
1961
+ msgid "From %s."
1962
+ msgstr "De %s."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/email-subscribers-nl_NL.mo CHANGED
Binary file
languages/email-subscribers-nl_NL.po CHANGED
@@ -1,10 +1,11 @@
1
  msgid ""
2
  msgstr ""
3
- "Project-Id-Version: Email subscribers\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2015-11-28 14:30+0800\n"
6
- "PO-Revision-Date: Mon Jul 04 2016 17:57:42 GMT+0530 (IST)\n"
7
- "Last-Translator: admin <mansi.shah@appsmagnet.com>\n"
 
8
  "Language-Team: \n"
9
  "Language: Dutch\n"
10
  "Plural-Forms: nplurals=2; plural=n != 1\n"
@@ -22,136 +23,148 @@ msgstr ""
22
  "X-Poedit-SearchPath-0: ..\n"
23
  "X-Loco-Target-Locale: nl_NL"
24
 
25
- #: ../classes/es-register.php:148
26
- msgid "Cron"
27
  msgstr ""
28
 
29
- #: ../classes/es-register.php:154 ../classes/es-register.php:155
30
- msgid "Roles"
31
  msgstr ""
32
 
33
- #: ../cron/cron-add.php:73
34
- msgid "Cron Details"
35
  msgstr ""
36
 
37
- #: ../cron/cron-add.php:76
38
- msgid "Cron job URL"
39
  msgstr ""
40
 
41
- #: ../cron/cron-add.php:78
42
- msgid ""
43
- "Please find your cron job URL. This is read only field not able to modify "
44
- "from admin."
45
  msgstr ""
46
 
47
- #: ../cron/cron-add.php:82
48
- msgid "Enter number of mails you want to send per hour/trigger."
49
  msgstr ""
50
 
51
- #: ../cron/cron-add.php:86
52
- msgid "Send above mail to admin whenever cron URL triggered in your server."
53
  msgstr ""
54
 
55
- #: ../cron/cron-add.php:98
56
- msgid "How to setup auto emails?"
 
57
  msgstr ""
58
 
59
- #: ../cron/cron-add.php:99
60
- msgid ""
61
- "I strongly recommend you to use \"Send mail via cron job\" option to send your "
62
- "newsletters and notification. The following link explains how to create a "
63
- "CRON job through the cPanel or Plesk."
64
  msgstr ""
65
 
66
- #: ../cron/cron-add.php:100
67
- msgid "How to setup auto emails (cron job) in Plesk"
68
  msgstr ""
69
 
70
- #: ../cron/cron-add.php:101
71
- msgid "How to setup auto emails (cron job) in cPanal"
 
72
  msgstr ""
73
 
74
- #: ../cron/cron-add.php:102
75
- msgid "Hosting doesnt support cron jobs?"
 
76
  msgstr ""
77
 
78
- #: ../notification/notification-add.php:173
79
- #: ../notification/notification-edit.php:185
80
- msgid "Custom post type"
81
  msgstr ""
82
 
83
- #: ../notification/notification-show.php:58
84
- #: ../notification/notification-show.php:66
85
- msgid "Categories / Custom Post"
86
  msgstr ""
87
 
88
- #: ../roles/roles-add.php:92
89
- msgid "Roles and Capabilities"
 
90
  msgstr ""
91
 
92
- #: ../roles/roles-add.php:100
93
- msgid ""
94
- "Select user role to access plugin Subscribers Menu. Only Admin user can "
95
- "change this value."
96
  msgstr ""
97
 
98
- #: ../roles/roles-add.php:109
99
- msgid ""
100
- "Select user role to access plugin Compose Menu. Only Admin user can change "
101
- "this value."
102
  msgstr ""
103
 
104
- #: ../roles/roles-add.php:117
105
- msgid ""
106
- "Select user role to access plugin Notification Menu. Only Admin user can "
107
- "change this value."
108
  msgstr ""
109
 
110
- #: ../roles/roles-add.php:119
111
- msgid "Send Email Menu/Cron Menu"
 
112
  msgstr ""
113
 
114
- #: ../roles/roles-add.php:125
115
- msgid ""
116
- "Select user role to access plugin Send Email Menu. Only Admin user can "
117
- "change this value."
118
  msgstr ""
119
 
120
- #: ../roles/roles-add.php:133
121
- msgid ""
122
- "Select user role to access plugin Settings Menu. Only Admin user can change "
123
- "this value."
124
  msgstr ""
125
 
126
- #: ../roles/roles-add.php:141
127
- msgid ""
128
- "Select user role to access plugin Sent Mails Menu. Only Admin user can "
129
- "change this value."
130
  msgstr ""
131
 
132
- #: ../roles/roles-add.php:149
133
- msgid ""
134
- "Select user role to access plugin Help & Info Menu. Only Admin user can "
135
- "change this value."
136
  msgstr ""
137
 
138
- #: ../settings/setting-sync.php:21
139
- msgid "Sync plugin tables"
 
140
  msgstr ""
141
 
142
- #: ../settings/setting-sync.php:25
143
- msgid "Click to sync tables"
 
144
  msgstr ""
145
 
146
- #: ../subscribers/view-subscriber-add.php:54
147
- #: ../subscribers/view-subscriber-import.php:45
148
- msgid ""
149
- "Error: Special characters (['^$%&*()}{@#~?><>,|=_+\\\"]) are not allowed in "
150
- "the group name."
151
  msgstr ""
152
 
153
- #: ../subscribers/view-subscriber-edit.php:54
154
- msgid "Error: Special characters are not allowed in the group name."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
155
  msgstr ""
156
 
157
  #: ../subscribers/view-subscriber-sync.php:90
@@ -172,682 +185,640 @@ msgid ""
172
  "to subscribers list."
173
  msgstr ""
174
 
175
- #: ../classes/es-register.php:149
176
- #, fuzzy
177
- msgid "Cron Mail"
178
- msgstr "Schrijf mail"
179
 
180
- #: ../compose/compose-show.php:10 ../sendmail/sendmail.php:11
181
- #: ../subscribers/view-subscriber-show.php:11
182
- #, fuzzy
183
- msgid "Click Here"
184
- msgstr "Klik hier"
185
 
186
- #: ../cron/cron-add.php:18
187
- #, fuzzy
188
- msgid "Please enter valid mail count."
189
- msgstr "Voer a.u.b. uw mail onderwerp in. "
190
 
191
- #: ../cron/cron-add.php:29
192
- #, fuzzy
193
- msgid "Cron details successfully updated."
194
- msgstr "Details zijn succesvol bijgewerkt."
195
 
196
- #: ../cron/cron-add.php:80
197
- #, fuzzy
198
- msgid "Mail Count"
199
- msgstr "Inhoud van de mail"
200
 
201
- #: ../cron/cron-add.php:84
202
- #, fuzzy
203
- msgid "Admin Report"
204
- msgstr "Bekijk rapporten"
205
 
206
- #: ../notification/notification-add.php:204
207
- #: ../notification/notification-edit.php:224
208
- #, fuzzy
209
- msgid "Please select your custom post type (Optional)."
210
- msgstr "Selecteer uw type aangepaste post (optioneel) ."
211
 
212
- #: ../roles/roles-add.php:94
213
- #, fuzzy
214
- msgid "Subscribers Menu"
215
- msgstr "Abonnees"
216
 
217
- #: ../roles/roles-add.php:103
218
- #, fuzzy
219
- msgid "Compose Menu"
220
- msgstr "Schrijf mail"
221
 
222
- #: ../roles/roles-add.php:111
223
- #, fuzzy
224
- msgid "Notification Menu"
225
- msgstr "Kennisgeving"
226
 
227
- #: ../roles/roles-add.php:127
228
- #, fuzzy
229
- msgid "Settings Menu"
230
- msgstr "Instellingen"
231
 
232
- #: ../roles/roles-add.php:135
233
- #, fuzzy
234
- msgid "Sent Mails Menu"
235
- msgstr "Verzonden mails"
236
 
237
- #: ../roles/roles-add.php:143
238
- #, fuzzy
239
- msgid "Help & Info Menu"
240
- msgstr "Hulp & info"
241
 
242
- #: ../sendmail/sendmail.php:133
243
- #, fuzzy
244
- msgid "Mail Type"
245
- msgstr "Soort mail"
246
 
247
- #: ../sendmail/sendmail.php:134
248
- #, fuzzy
249
- msgid "Select your mail type."
250
- msgstr "Selecteer soort mail."
251
 
252
- #: ../sentmail/sentmail-show.php:74 ../sentmail/sentmail-show.php:87
253
- #, fuzzy
254
- msgid "Source"
255
- msgstr "Verzendbron"
256
 
257
- #: ../sentmail/sentmail-show.php:77 ../sentmail/sentmail-show.php:90
258
- #, fuzzy
259
- msgid "Start Date"
260
- msgstr "Verzonden begindatum"
261
 
262
- #: ../sentmail/sentmail-show.php:78 ../sentmail/sentmail-show.php:91
263
- #, fuzzy
264
- msgid "End Date"
265
- msgstr "Verzonden einddatum"
266
 
267
- #: ../sentmail/sentmail-show.php:79 ../sentmail/sentmail-show.php:92
268
- #, fuzzy
269
- msgid "Total"
270
- msgstr "Totaal mails"
271
 
272
- #: ../settings/setting-sync.php:8
273
- #, fuzzy
274
- msgid "Table sync completed successfully."
275
- msgstr "Email succesvol verzonden"
276
 
277
- #: ../subscribers/view-subscriber-edit.php:70
278
- #, fuzzy
279
- msgid "Email already exist for this group."
280
- msgstr "Email bestaat al in onze lijst."
281
 
282
- #: ../subscribers/view-subscriber-show.php:280
283
- #, fuzzy
284
- msgid "All Groups"
285
- msgstr "Groep"
286
 
287
- #: ../subscribers/view-subscriber-show.php:299
288
- #, fuzzy
289
- msgid "All Status"
290
- msgstr "Status"
291
 
292
- #: ../subscribers/view-subscriber-show.php:446
293
- #, fuzzy
294
- msgid "Export Email"
295
- msgstr "Importeer email"
296
 
297
- #: ../subscribers/view-subscriber-show.php:447
298
- #, fuzzy
299
- msgid "Sync Email"
300
- msgstr "Stuur email"
301
 
302
- #: ../subscribers/view-subscriber-sync.php:33
303
- #: ../subscribers/view-subscriber-sync.php:119
304
- #, fuzzy
305
- msgid "Please select default group to newly registered user."
306
- msgstr "Selecteer of maak een groep voor deze abonnee."
307
 
308
- #: ../subscribers/view-subscriber-sync.php:39
309
- #: ../subscribers/view-subscriber-sync.php:150
310
- #, fuzzy
311
- msgid "Please select default group to newly commented user."
312
- msgstr "Selecteer of maak een groep voor deze abonnee."
313
 
314
- #: ../subscribers/view-subscriber-sync.php:56
315
- #, fuzzy
316
- msgid "Sync email successfully updated."
317
- msgstr "Email is succesvol bijgewerkt."
318
 
319
- #: ../subscribers/view-subscriber-sync.php:88
320
- #, fuzzy
321
- msgid "Sync email"
322
- msgstr "Stuur email"
323
 
324
- #: ../subscribers/view-subscriber-sync.php:97
325
- #: ../subscribers/view-subscriber-sync.php:128
326
- #, fuzzy
327
- msgid "Select default group"
328
- msgstr "Selecteer groep"
329
 
330
- #: ../classes/es-loadwidget.php:28 ../classes/es-register.php:250
331
- #: ../subscribers/view-subscriber-show.php:326
332
- #: ../subscribers/view-subscriber-show.php:339
333
- msgid "Name"
334
- msgstr "Naam"
335
 
336
- #: ../classes/es-loadwidget.php:33 ../classes/es-register.php:255
337
- msgid "Email *"
338
- msgstr "Email*"
 
 
339
 
340
- #: ../classes/es-loadwidget.php:38 ../classes/es-register.php:260
341
- msgid "Subscribe"
342
- msgstr "Abonneer"
343
 
344
- #: ../classes/es-register.php:43
345
- msgid "These tables could not be created on installation "
346
- msgstr "Deze tabellen konden bij installatie niet gecreëerd worden"
347
 
348
- #: ../classes/es-register.php:133 ../classes/es-register.php:134
349
- msgid "Email Subscriber"
350
- msgstr "Email Abonnees"
351
 
352
- #: ../classes/es-register.php:136 ../classes/es-register.php:137
353
- msgid "Subscribers"
354
- msgstr "Abonnees"
355
 
356
- #: ../classes/es-register.php:139 ../classes/es-register.php:140
357
- msgid "Compose"
358
- msgstr "Samenstellen"
 
 
359
 
360
- #: ../classes/es-register.php:142 ../classes/es-register.php:143
361
- #: ../notification/notification-show.php:45
362
- msgid "Notification"
363
- msgstr "Kennisgeving"
364
 
365
- #: ../classes/es-register.php:145 ../classes/es-register.php:146
366
- #: ../sendmail/sendmail.php:95 ../sendmail/sendmail.php:257
367
- #: ../sendmail/sendmail.php:259
368
- msgid "Send Email"
369
- msgstr "Stuur email"
370
 
371
- #: ../classes/es-register.php:151 ../classes/es-register.php:152
372
- #: ../settings/settings-edit.php:190
373
- msgid "Settings"
374
- msgstr "Instellingen"
375
 
376
- #: ../classes/es-register.php:157 ../classes/es-register.php:158
377
- #: ../sentmail/sentmail-show.php:54
378
- msgid "Sent Mails"
379
- msgstr "Verzonden mails"
 
380
 
381
- #: ../classes/es-register.php:160 ../classes/es-register.php:161
382
- msgid "Help & Info"
383
- msgstr "Hulp & info"
 
 
384
 
385
- #: ../classes/es-register.php:296
386
- msgid "Widget Title"
387
- msgstr "Widget titel"
 
 
388
 
389
- #: ../classes/es-register.php:300
390
- msgid "Display Name Field"
391
- msgstr "Toon veldnaam"
392
 
393
- #: ../classes/es-register.php:307
394
- msgid "Short Description"
395
- msgstr "Korte beschrijving"
396
 
397
- #: ../classes/es-register.php:309
398
- msgid "Short description about your subscription form."
399
- msgstr "Korte beschrijving van uw aanmeldingsformulier"
400
 
401
- #: ../classes/es-register.php:312
402
- msgid "Subscriber Group"
403
- msgstr "Abonnee groep"
404
 
405
- #: ../compose/compose-add.php:25 ../compose/compose-edit.php:40
406
- msgid "Please enter template heading."
407
- msgstr "Vul template rubriek."
408
 
409
- #: ../compose/compose-add.php:39
410
- msgid "Template was successfully created."
411
- msgstr "Template succesvol gecreëerd."
412
-
413
- #: ../compose/compose-add.php:60 ../compose/compose-edit.php:71
414
- #: ../cron/cron-add.php:100 ../cron/cron-add.php:101 ../cron/cron-add.php:102
415
- #: ../notification/notification-add.php:91
416
- #: ../notification/notification-edit.php:100 ../roles/roles-add.php:81
417
- #: ../settings/settings-edit.php:173 ../subscribers/view-subscriber-add.php:92
418
- #: ../subscribers/view-subscriber-add.php:101
419
- #: ../subscribers/view-subscriber-edit.php:86
420
- #: ../subscribers/view-subscriber-import.php:107
421
- #: ../subscribers/view-subscriber-import.php:138
422
- msgid "Click here"
423
- msgstr "Klik hier"
424
 
425
- #: ../compose/compose-add.php:61 ../compose/compose-edit.php:72
426
- #: ../notification/notification-add.php:92
427
- #: ../notification/notification-edit.php:101 ../roles/roles-add.php:81
428
- #: ../settings/settings-edit.php:174 ../subscribers/view-subscriber-add.php:92
429
- #: ../subscribers/view-subscriber-add.php:101
430
- #: ../subscribers/view-subscriber-edit.php:86
431
- #: ../subscribers/view-subscriber-import.php:107
432
- #: ../subscribers/view-subscriber-import.php:138
433
- msgid " to view the details"
434
- msgstr "om de details te zien"
435
 
436
- #: ../compose/compose-add.php:70 ../compose/compose-edit.php:83
437
- #: ../compose/compose-show.php:59
438
- msgid "Compose Mail"
439
- msgstr "Schrijf mail"
440
 
441
- #: ../compose/compose-add.php:73 ../compose/compose-edit.php:86
442
- #: ../settings/settings-edit.php:206
443
- msgid "Mail type"
444
- msgstr "Soort mail"
445
 
446
- #: ../compose/compose-add.php:78 ../compose/compose-edit.php:91
447
- #: ../sendmail/sendmail.php:50
448
- msgid "Please select your mail type."
449
- msgstr "Selecteer uw e- type."
450
 
451
- #: ../compose/compose-add.php:80 ../compose/compose-edit.php:93
452
- msgid "Enter mail subject."
453
- msgstr "Vul uw e-mail onderwerp."
454
 
455
- #: ../compose/compose-add.php:82 ../compose/compose-edit.php:95
456
- msgid "Please enter your mail subject."
457
- msgstr "Voer a.u.b. uw mail onderwerp in."
458
 
459
- #: ../compose/compose-add.php:85 ../compose/compose-edit.php:97
460
- msgid "Mail content"
461
- msgstr "Inhoud van de mail"
462
 
463
- #: ../compose/compose-add.php:88 ../compose/compose-edit.php:100
464
- msgid "Please enter content for your mail."
465
- msgstr "Gelieve inhoud in te voeren voor uw e-mail."
466
 
467
- #: ../compose/compose-add.php:91 ../compose/compose-edit.php:103
468
- #: ../compose/compose-show.php:71 ../compose/compose-show.php:79
469
- #: ../sentmail/deliverreport-show.php:40 ../sentmail/deliverreport-show.php:52
470
- #: ../sentmail/sentmail-show.php:75 ../sentmail/sentmail-show.php:88
471
- #: ../subscribers/view-subscriber-add.php:122
472
- #: ../subscribers/view-subscriber-edit.php:106
473
- #: ../subscribers/view-subscriber-import.php:156
474
- #: ../subscribers/view-subscriber-show.php:327
475
- #: ../subscribers/view-subscriber-show.php:340
476
- msgid "Status"
477
- msgstr "Status"
478
 
479
- #: ../compose/compose-add.php:95 ../compose/compose-edit.php:107
480
- msgid "Please select your mail status."
481
- msgstr "Selecteer uw e-mail -status."
482
 
483
- #: ../compose/compose-add.php:99 ../compose/compose-edit.php:112
484
- #: ../cron/cron-add.php:90 ../notification/notification-add.php:216
485
- #: ../notification/notification-edit.php:237 ../roles/roles-add.php:154
486
- #: ../subscribers/view-subscriber-add.php:154
487
- #: ../subscribers/view-subscriber-edit.php:147
488
- #: ../subscribers/view-subscriber-sync.php:156
489
- msgid "Submit"
490
- msgstr "voorleggen"
491
-
492
- #: ../compose/compose-add.php:100 ../compose/compose-edit.php:113
493
- #: ../cron/cron-add.php:91 ../notification/notification-add.php:217
494
- #: ../notification/notification-edit.php:238 ../roles/roles-add.php:155
495
- #: ../sendmail/sendmail.php:261 ../settings/settings-edit.php:381
496
- #: ../subscribers/view-subscriber-add.php:155
497
- #: ../subscribers/view-subscriber-edit.php:148
498
- #: ../subscribers/view-subscriber-sync.php:157
499
- msgid "Cancel"
500
- msgstr "Annuleren"
501
 
502
- #: ../compose/compose-add.php:101 ../compose/compose-edit.php:114
503
- #: ../compose/compose-preview.php:31 ../compose/compose-show.php:121
504
- #: ../cron/cron-add.php:92 ../notification/notification-add.php:218
505
- #: ../notification/notification-edit.php:239
506
- #: ../notification/notification-show.php:153 ../roles/roles-add.php:156
507
- #: ../sendmail/sendmail.php:262 ../sentmail/deliverreport-show.php:120
508
- #: ../sentmail/sentmail-preview.php:33 ../settings/settings-edit.php:382
509
- #: ../subscribers/view-subscriber-add.php:156
510
- #: ../subscribers/view-subscriber-edit.php:149
511
- #: ../subscribers/view-subscriber-export.php:70
512
- #: ../subscribers/view-subscriber-import.php:190
513
- #: ../subscribers/view-subscriber-show.php:448
514
- #: ../subscribers/view-subscriber-sync.php:158
515
- msgid "Help"
516
- msgstr "Hulp"
517
 
518
- #: ../compose/compose-edit.php:11 ../compose/compose-preview.php:10
519
- #: ../compose/compose-show.php:30 ../notification/notification-edit.php:11
520
- #: ../notification/notification-show.php:16
521
- #: ../sentmail/sentmail-preview.php:12 ../sentmail/sentmail-show.php:18
522
- #: ../settings/settings-edit.php:11 ../subscribers/view-subscriber-edit.php:12
523
- #: ../subscribers/view-subscriber-show.php:46
524
- msgid "Oops, selected details doesnt exist."
525
- msgstr "Oeps , geselecteerde informatie is momenteel niet beschikbaar ."
526
 
527
- #: ../compose/compose-edit.php:55
528
- msgid "Template was successfully updated."
529
- msgstr "Sjabloon is bijgewerkt ."
 
 
530
 
531
- #: ../compose/compose-preview.php:17 ../sentmail/sentmail-preview.php:19
532
- msgid "Preview Mail"
533
- msgstr "Voorbeeld van de mail"
 
 
534
 
535
- #: ../compose/compose-preview.php:29 ../sentmail/deliverreport-show.php:119
536
- #: ../sentmail/sentmail-preview.php:32
537
- #: ../subscribers/view-subscriber-export.php:69
538
- #: ../subscribers/view-subscriber-import.php:189
539
- msgid "Back"
540
- msgstr "Terug"
541
 
542
- #: ../compose/compose-preview.php:30 ../compose/compose-show.php:99
543
- #: ../notification/notification-show.php:91
544
- #: ../subscribers/view-subscriber-show.php:374
545
- msgid "Edit"
546
- msgstr "Bewerken"
547
 
548
- #: ../compose/compose-show.php:45 ../notification/notification-show.php:31
549
- #: ../sentmail/sentmail-show.php:33 ../subscribers/view-subscriber-show.php:60
550
- #: ../subscribers/view-subscriber-show.php:104
551
- msgid "Selected record was successfully deleted."
552
- msgstr "De geselecteerde gegevens zijn succesvol verwijderd."
553
 
554
- #: ../compose/compose-show.php:60 ../compose/compose-show.php:120
555
- #: ../notification/notification-show.php:46
556
- #: ../notification/notification-show.php:152
557
- #: ../subscribers/view-subscriber-show.php:233
558
- #: ../subscribers/view-subscriber-show.php:444
559
- msgid "Add New"
560
- msgstr "Voeg een nieuwe toe"
561
 
562
- #: ../compose/compose-show.php:70 ../compose/compose-show.php:78
563
- msgid "Email subject"
564
- msgstr "Email onderwerp"
 
 
565
 
566
- #: ../compose/compose-show.php:72 ../compose/compose-show.php:80
567
- #: ../sentmail/deliverreport-show.php:41 ../sentmail/deliverreport-show.php:53
568
- #: ../sentmail/sentmail-show.php:76 ../sentmail/sentmail-show.php:89
569
- msgid "Type"
570
- msgstr "Type"
571
 
572
- #: ../compose/compose-show.php:73 ../compose/compose-show.php:81
573
- #: ../sentmail/sentmail-show.php:80 ../sentmail/sentmail-show.php:93
574
- #: ../subscribers/view-subscriber-export.php:32
575
- #: ../subscribers/view-subscriber-export.php:40
576
- #: ../subscribers/view-subscriber-show.php:330
577
- #: ../subscribers/view-subscriber-show.php:343
578
- msgid "Action"
579
- msgstr "Actie"
580
 
581
- #: ../compose/compose-show.php:100 ../notification/notification-show.php:94
582
- #: ../subscribers/view-subscriber-show.php:377
583
- #: ../subscribers/view-subscriber-show.php:422
584
- msgid "Delete"
585
- msgstr "Verwijderen"
586
 
587
- #: ../compose/compose-show.php:101 ../sentmail/sentmail-show.php:73
588
- #: ../sentmail/sentmail-show.php:86
589
- msgid "Preview"
590
- msgstr "Voorbeeld"
591
 
592
- #: ../compose/compose-show.php:110 ../notification/notification-show.php:142
593
- #: ../sentmail/deliverreport-show.php:84 ../sentmail/sentmail-show.php:132
594
- msgid "No records available."
595
- msgstr "Geen gegevens beschikbaar."
596
 
597
- #: ../export/export-email-address.php:39 ../export/export-email-address.php:45
598
- #: ../export/export-email-address.php:50
599
- msgid "Unexpected url submit has been detected"
600
- msgstr "Er is een onverwachte url melding gedetecteerd."
601
 
602
- #: ../job/es-optin.php:64 ../job/es-optin.php:79 ../job/es-unsubscribe.php:60
603
- #: ../job/es-unsubscribe.php:70
604
- msgid ""
605
- "Oops.. We are getting some technical error. Please try again or contact "
606
- "admin."
607
  msgstr ""
608
- "Ojee, we hebben een technische fout. Probeer opnieuw of contacteer de "
609
- "beheerder."
610
 
611
- #: ../job/es-optin.php:69
612
- msgid "This email address has already been confirmed."
613
- msgstr "Dit email adres is al bevestigd."
614
 
615
- #: ../notification/notification-add.php:26
616
- #: ../notification/notification-add.php:120
617
- #: ../notification/notification-edit.php:40
618
- msgid "Please select subscribers group."
619
- msgstr "Selecteer een abonneegroep."
620
 
621
- #: ../notification/notification-add.php:32
622
- #: ../notification/notification-add.php:212
623
- #: ../notification/notification-edit.php:46
624
- #: ../notification/notification-edit.php:232
625
- msgid "Please select notification status."
626
- msgstr "Selecteer een kennisgevingsstatus."
627
 
628
- #: ../notification/notification-add.php:38
629
- #: ../notification/notification-add.php:139
630
- #: ../notification/notification-edit.php:52
631
- #: ../notification/notification-edit.php:143
632
- msgid "Please select notification mail subject. Use compose menu to create new."
 
 
 
 
 
633
  msgstr ""
634
- "Selecteer een onderwerp voor de kennisgeving. Gebruik het samenstellingsmenu "
635
- "om een nieuwe kennisgeving te creëren."
636
 
637
- #: ../notification/notification-add.php:44
638
- #: ../notification/notification-add.php:171
639
- #: ../notification/notification-edit.php:58
640
- #: ../notification/notification-edit.php:183
641
- msgid "Please select post categories."
642
- msgstr "Selecteer berichtcategorieën."
643
 
644
- #: ../notification/notification-add.php:69
645
- msgid "Notification was successfully created."
646
- msgstr "Kennisgeving succesvol gecreëerd."
 
647
 
648
- #: ../notification/notification-add.php:101
649
- msgid "Add Notification"
650
- msgstr "Voeg kennisgeving toe"
 
 
651
 
652
- #: ../notification/notification-add.php:104
653
- #: ../notification/notification-edit.php:115
654
- #: ../notification/notification-show.php:57
655
- #: ../notification/notification-show.php:65
656
- msgid "Subscribers Group"
657
- msgstr "Abonneegroep"
658
-
659
- #: ../notification/notification-add.php:106
660
- #: ../notification/notification-add.php:124
661
- #: ../notification/notification-edit.php:123 ../sendmail/sendmail.php:108
662
- #: ../sendmail/sendmail.php:154 ../subscribers/view-subscriber-add.php:133
663
- #: ../subscribers/view-subscriber-edit.php:117
664
- #: ../subscribers/view-subscriber-import.php:167
665
- #: ../subscribers/view-subscriber-sync.php:99
666
- #: ../subscribers/view-subscriber-sync.php:130
667
- msgid "Select"
668
- msgstr "Selecteer"
669
 
670
- #: ../notification/notification-add.php:122
671
- #: ../notification/notification-edit.php:121
672
- msgid "Notification Mail"
673
- msgstr "Kennisgevingsmail"
 
 
674
 
675
- #: ../notification/notification-add.php:141
676
- #: ../notification/notification-edit.php:145
677
- msgid "Post Categories"
678
- msgstr "Berichtcategoriën"
679
 
680
- #: ../notification/notification-add.php:206
681
- #: ../notification/notification-edit.php:226
682
- #: ../notification/notification-show.php:59
683
- #: ../notification/notification-show.php:67
684
- msgid "Notification Status"
685
- msgstr "Status kennisgeving"
686
 
687
- #: ../notification/notification-edit.php:84
688
- msgid "Notification was successfully updated."
689
- msgstr "Kennisgeving succesvol aangepast."
690
 
691
- #: ../notification/notification-edit.php:112
692
- msgid "Edit Notification"
693
- msgstr "Bewerk kennisgeving "
 
 
694
 
695
- #: ../notification/notification-edit.php:119
696
- msgid "Not allowed to update the subscribers group in edit page."
697
- msgstr "Niet toegestaan om op deze pagina de abonneegroep aan te passen. "
698
 
699
- #: ../notification/notification-show.php:56
700
- #: ../notification/notification-show.php:64
701
- msgid "Mail Subject"
702
- msgstr "Mailonderwerp"
703
 
704
- #: ../sendmail/sendmail.php:35
705
- msgid "Please select your mail subject."
706
- msgstr "Selecteer je mailonderwerp."
707
 
708
- #: ../sendmail/sendmail.php:43
709
- msgid "No email address selected."
710
- msgstr "Geen email adres geselecteerd."
711
 
712
- #: ../sendmail/sendmail.php:58
713
- msgid "Mail sent successfully"
 
 
 
 
 
 
714
  msgstr "Email succesvol verzonden"
715
 
716
- #: ../sendmail/sendmail.php:64
717
- msgid "Click here for details"
718
- msgstr "Klik hier voor details"
 
719
 
720
- #: ../sendmail/sendmail.php:73
721
- msgid "Oops.. We are getting some error. mail not sending."
722
- msgstr "Oje, we hebben een fout, mail wordt niet verzonden."
 
723
 
724
- #: ../sendmail/sendmail.php:102
725
- msgid "Select your mail subject"
726
- msgstr "Selecteer uw mailonderwerp"
 
727
 
728
- #: ../sendmail/sendmail.php:103
729
- msgid ""
730
- "Select a mail subject from available list. Go to Compose page to create new "
731
- "mail."
732
- msgstr ""
733
- "Selecteer een mail onderwerp uit de beschikbare lijst. Ga naar Samenstellen "
734
- "om een nieuwe mail te creëren."
735
 
736
- #: ../sendmail/sendmail.php:148
737
- msgid "Select subscriber group"
738
- msgstr "Selecteer een abonnee groep"
 
739
 
740
- #: ../sendmail/sendmail.php:149
741
- msgid "Select your subscriber group to send email."
742
- msgstr "Selecteer uw abonnee groep om een email te sturen."
 
 
743
 
744
- #: ../sendmail/sendmail.php:174
745
- msgid "Check All"
746
- msgstr "Vink alles aan"
 
 
747
 
748
- #: ../sendmail/sendmail.php:175
749
- msgid "Uncheck All"
750
- msgstr "Vink alles uit"
 
 
 
 
 
 
751
 
752
- #: ../sendmail/sendmail.php:238
753
- msgid "No subscribers available for this search criteria."
754
- msgstr "Geen abonnees beschikbaar met deze zoekcriteria."
 
 
755
 
756
- #: ../sentmail/deliverreport-show.php:11
757
- msgid "Oops.. Unexpected error occurred. Please try again."
758
- msgstr "Ojee, een onverwachte fout! Probeer het opnieuw a.u.b."
 
759
 
760
- #: ../sentmail/deliverreport-show.php:19
761
- msgid "Delivery Report"
762
- msgstr "Afleverrapport"
 
 
763
 
764
- #: ../sentmail/deliverreport-show.php:37 ../sentmail/deliverreport-show.php:49
765
- #: ../subscribers/view-subscriber-export.php:29
766
- #: ../subscribers/view-subscriber-export.php:37
767
- #: ../subscribers/view-subscriber-show.php:324
768
- #: ../subscribers/view-subscriber-show.php:337
769
- msgid "Sno"
770
- msgstr "Sno"
771
 
772
- #: ../sentmail/deliverreport-show.php:38 ../sentmail/deliverreport-show.php:50
773
- msgid "Email"
774
- msgstr "Email"
 
775
 
776
- #: ../sentmail/deliverreport-show.php:39 ../sentmail/deliverreport-show.php:51
777
- msgid "Sent Date"
778
- msgstr "Verzenddatum"
 
779
 
780
- #: ../sentmail/deliverreport-show.php:42 ../sentmail/deliverreport-show.php:54
781
- msgid "Viewed Status"
782
- msgstr "Status bekeken"
 
783
 
784
- #: ../sentmail/deliverreport-show.php:43 ../sentmail/deliverreport-show.php:55
785
- msgid "Viewed Date"
786
- msgstr "Datum bekeken"
 
787
 
788
- #: ../sentmail/deliverreport-show.php:44 ../sentmail/deliverreport-show.php:56
789
- #: ../subscribers/view-subscriber-show.php:329
790
- #: ../subscribers/view-subscriber-show.php:342
791
- msgid "Database ID"
792
- msgstr "Database ID"
793
 
794
- #: ../sentmail/deliverreport-show.php:96 ../sentmail/sentmail-show.php:144
795
- msgid " &lt;&lt; "
796
- msgstr "&lt;&lt;"
 
797
 
798
- #: ../sentmail/deliverreport-show.php:97 ../sentmail/sentmail-show.php:145
799
- msgid " &gt;&gt; "
800
- msgstr "&gt;&gt;"
 
801
 
802
- #: ../sentmail/sentmail-show.php:42
803
- msgid "Successfully deleted all reports except latest 10."
804
- msgstr "Alle rapporten succesvol verwijderd behalve de laatste 10."
 
805
 
806
- #: ../sentmail/sentmail-show.php:72 ../sentmail/sentmail-show.php:85
807
- msgid "View Reports"
 
808
  msgstr "Bekijk rapporten"
809
 
810
- #: ../sentmail/sentmail-show.php:168 ../sentmail/sentmail-show.php:170
811
- msgid "Optimize Table"
812
- msgstr "Optimalizeer de tabel"
 
813
 
814
- #: ../sentmail/sentmail-show.php:180
815
- msgid ""
816
- "Note: Please click <strong>Optimize Table</strong> button to delete all "
817
- "reports except latest 10."
818
- msgstr ""
819
- "Noot: klik op de knop <strong>Optimaliseer de tabel</strong> om alle "
820
- "rapporten te verwijderen behalve de laatste 10"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
821
 
822
- #: ../settings/settings-edit.php:102
 
 
 
 
 
 
 
 
823
  msgid "Please enter sender of notifications from name."
824
- msgstr "Geef de afzender van de kennisgeving vanuit Naam"
825
 
826
- #: ../settings/settings-edit.php:108
827
  msgid "Please enter sender of notifications from email."
828
- msgstr "Geef de afzender van de kennisgeving vanuit Email"
829
 
830
- #: ../settings/settings-edit.php:143
831
  msgid "Details was successfully updated."
832
- msgstr "Details zijn succesvol bijgewerkt."
833
 
834
- #: ../settings/settings-edit.php:148
835
  msgid "Oops, details not update."
836
- msgstr "Helaas, de details zijn niet bijgewerkt."
 
 
 
 
 
837
 
838
- #: ../settings/settings-edit.php:196
839
  msgid "Sender of notifications"
840
  msgstr "Afzender van de kennisgeving"
841
 
842
- #: ../settings/settings-edit.php:197
843
  msgid ""
844
  "Choose a FROM name and FROM email address for all notifications emails from "
845
  "this plugin."
846
  msgstr ""
847
- "Kies een VAN naam en VAN emailadres voor alle kennisgevings-emails van deze "
848
- "plugin."
 
 
 
 
849
 
850
- #: ../settings/settings-edit.php:207
851
  msgid ""
852
  "Option 1 & 2 is to send mails with default Wordpress method wp_mail(). "
853
  "Option 3 & 4 is to send mails with PHP method mail()"
@@ -855,394 +826,902 @@ msgstr ""
855
  "Optie 1 & 2 is om emails te verzenden met de default Wordpress methode "
856
  "wp_mail(). Optie 3 & 4 is om mails te versturen met de PHP methode mail()"
857
 
858
- #: ../settings/settings-edit.php:221
859
  msgid "Opt-in option"
860
  msgstr "Opt-in optie"
861
 
862
- #: ../settings/settings-edit.php:222
863
  msgid ""
864
  "Double Opt In, means subscribers need to confirm their email address by an "
865
  "activation link sent them on a activation email message. Single Opt In, "
866
  "means subscribers do not need to confirm their email address."
867
  msgstr ""
868
- "Dubbele Opt-In, betekent dat de abonnees hun email adres moeten bevestigen "
869
  "via een activeringslink die als email boodschap toegestuurd wordt. Enkele "
870
- "Opt-In, betekent dat abonnees hun email adres niet hoeven te bevestigen."
 
 
 
 
871
 
872
- #: ../settings/settings-edit.php:233
 
 
 
 
 
 
 
 
 
 
 
 
873
  msgid "Opt-in mail subject (Confirmation mail)"
874
- msgstr "Opt-In mail onderwerp (Bevestigingsmail)"
875
 
876
- #: ../settings/settings-edit.php:234
877
  msgid ""
878
  "Enter the subject for Double Opt In mail. This will send whenever subscriber "
879
  "added email into our database."
880
  msgstr ""
881
- "Geef het onderwerp voor de Dubbele Opt-In mail. Deze mail wordt verstuurd "
882
- "wanneer de abonnee een emailadres aan de database toevoegt."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
883
 
884
- #: ../settings/settings-edit.php:240
885
- msgid "Opt-in mail content (Confirmation mail)"
886
- msgstr "Inhoud Opt-In mail (Bevestigingsmail)"
 
 
887
 
888
- #: ../settings/settings-edit.php:241
889
- msgid ""
890
- "Enter the content for Double Opt In mail. This will send whenever subscriber "
891
- "added email into our database."
892
- msgstr ""
893
- "Geef de inhoud voor de mail Dubbele Opt-In. Deze mail wordt verstuurd "
894
- "wanneer de abonnee een email aan uw database toevoegt."
895
 
896
- #: ../settings/settings-edit.php:247
897
- msgid "Opt-in link (Confirmation link)"
898
- msgstr "Opt-In link (Bevestigingslink)"
899
 
900
- #: ../settings/settings-edit.php:248
901
- msgid "Double Opt In confirmation link. You no need to change this value."
902
- msgstr "Dubbele Opt-In bevestigingslink. Je hoeft deze waarde niet te veranderen."
903
 
904
- #: ../settings/settings-edit.php:254
905
- msgid "Text to display after email subscribed successfully"
906
- msgstr "De tekst die wordt getoond na het succesvol abonneren"
907
 
908
- #: ../settings/settings-edit.php:255
909
- msgid ""
910
- "This text will display once user clicked email confirmation link from opt-in "
911
- "(confirmation) email content."
912
- msgstr ""
913
- "Deze tekst wordt vertoond zodra de gebruiker op de email bevestigingslink "
914
- "heeft geklikt."
915
 
916
- #: ../settings/settings-edit.php:262
917
- msgid "Subscriber welcome email"
918
- msgstr "Welkomstmail abonnee "
 
919
 
920
- #: ../settings/settings-edit.php:263
921
- msgid "To send welcome mail to subscriber, This option must be set to YES."
922
- msgstr ""
923
- "Stuur een welkomstmail aan de nieuwe abonnee, deze optie moet op Ja (Yes) "
924
- "staan."
925
 
926
- #: ../settings/settings-edit.php:274
927
- msgid "Welcome mail subject"
928
- msgstr "Onderwerp welkomstmail"
929
 
930
- #: ../settings/settings-edit.php:275
931
- msgid ""
932
- "Enter the subject for subscriber welcome mail. This will send whenever email "
933
- "subscribed (confirmed) successfully."
934
- msgstr ""
935
- "Vul het onderwerp in voor de welkomstmail aan de abonnee. Deze wordt "
936
- "verstuurd wanneer de abonneringsmail (bevestiging) succesvol was."
937
 
938
- #: ../settings/settings-edit.php:281
939
- msgid "Subscriber welcome mail content"
940
- msgstr "Inhoud welkomstmail aan abonnee."
 
941
 
942
- #: ../settings/settings-edit.php:282
943
- msgid ""
944
- "Enter the content for subscriber welcome mail. This will send whenever email "
945
- "subscribed (confirmed) successfully."
946
- msgstr ""
947
- "Geef de tekst voor de abonnee welkomstmail. Deze wordt verzonden wanneer de "
948
- "bevestigingsemail succesvol was."
949
 
950
- #: ../settings/settings-edit.php:290
951
- msgid "Mail to admin"
952
- msgstr "Mail aan admin"
 
953
 
954
- #: ../settings/settings-edit.php:291
955
- msgid ""
956
- "To send admin notifications for new subscriber, This option must be set to "
957
- "YES."
958
- msgstr "Om de admin de nieuwe abonnee te melden moet deze optie op Ja (Yes) staan."
959
 
960
- #: ../settings/settings-edit.php:302
961
- msgid "Admin email addresses"
962
- msgstr "Admin emailadressen"
 
963
 
964
- #: ../settings/settings-edit.php:303
965
- msgid ""
966
- "Enter the admin email addresses that should receive notifications (separate "
967
- "by comma)."
968
- msgstr ""
969
- "Geef de admin emailadressen in die de kennisgevingen moeten ontvangen (komma "
970
- "gescheiden)."
971
 
972
- #: ../settings/settings-edit.php:309
973
- msgid "Admin mail subject"
974
- msgstr "Admin mailonderwerp"
 
975
 
976
- #: ../settings/settings-edit.php:310
 
977
  msgid ""
978
- "Enter the subject for admin mail. This will send whenever new email added "
979
- "and confirmed into our database."
980
  msgstr ""
981
- "Vul het onderwerp in voor de admin mail. Deze wordt verzonden wanneer nieuwe "
982
- "mail wordt toegevoegd aan de database en bevestigd is."
983
-
984
- #: ../settings/settings-edit.php:316
985
- msgid "Admin mail content"
986
- msgstr "Inhoud admin mail"
987
-
988
- #: ../settings/settings-edit.php:317
 
 
 
 
 
 
 
 
 
 
 
 
989
  msgid ""
990
- "Enter the mail content for admin. This will send whenever new email added "
991
- "and confirmed into our database."
992
  msgstr ""
993
- "Geef de admin bericht inhoud. Deze wordt verzonden wanneer nieuwe mail wordt "
994
- "toegevoegd aan de database en bevestigd is."
995
-
996
- #: ../settings/settings-edit.php:324
997
- msgid "Unsubscribe link"
998
- msgstr "Opzeglink"
999
-
1000
- #: ../settings/settings-edit.php:325
1001
- msgid "Unsubscribe link. You no need to change this value."
1002
- msgstr "Opzeglink. U hoeft de waarde niet te wijzigen."
1003
-
1004
- #: ../settings/settings-edit.php:331
1005
- msgid "Unsubscribe text in mail"
1006
- msgstr "Opzegtekst in de mail"
1007
-
1008
- #: ../settings/settings-edit.php:332
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1009
  msgid ""
1010
- "Enter the text for unsubscribe link. This text is to add unsubscribe link "
1011
- "with newsletter."
 
 
1012
  msgstr ""
1013
- "Geef de opzegtekst. Deze tekst wordt met de opzeglink aan de nieuwsbrief "
1014
- "toegevoegd."
1015
-
1016
- #: ../settings/settings-edit.php:338
1017
- msgid "Text to display after email unsubscribed"
1018
- msgstr "Te tonen tekst nadat de opzeglink is gebruikt"
1019
-
1020
- #: ../settings/settings-edit.php:339
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1021
  msgid ""
1022
- "This text will display once user clicked unsubscribed link from our "
1023
- "newsletter."
1024
- msgstr "Deze tekst wordt getoond nadat de gebruiker op de opzeglink heeft geklikt."
1025
-
1026
- #: ../settings/settings-edit.php:346
1027
- msgid "Message 1"
1028
- msgstr "Boodschap 1"
1029
-
1030
- #: ../settings/settings-edit.php:347
1031
- msgid "Default message to display if any issue on confirmation link."
1032
  msgstr ""
1033
- "Default bericht te tonen indien er een probleem met de bevestigingslink "
1034
- "bestaat."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1035
 
1036
- #: ../settings/settings-edit.php:353
1037
- msgid "Message 2"
1038
- msgstr "Boodschap 2"
1039
 
1040
- #: ../settings/settings-edit.php:354
1041
- msgid "Default message to display if any issue on unsubscribe link."
1042
- msgstr "Default bericht dat wordt getoond indien er een probleem is met de opzeglink."
1043
 
1044
- #: ../settings/settings-edit.php:361
1045
- msgid "Sent report subject"
1046
- msgstr "Onderwerp verzonden rapport"
1047
 
1048
- #: ../settings/settings-edit.php:362
1049
- msgid "Mail subject for sent mail report."
1050
- msgstr "Onderwerp voor rapport verzonden mails."
1051
 
1052
- #: ../settings/settings-edit.php:368
1053
- msgid "Sent report content"
1054
- msgstr "Inhoud verzonden rapport"
1055
 
1056
- #: ../settings/settings-edit.php:369
1057
- msgid "Mail content for sent mail report."
1058
- msgstr "Mail inhoud voor rapport verzonden mails."
1059
 
1060
- #: ../settings/settings-edit.php:380
1061
- msgid "Save Settings"
1062
- msgstr "Instellingen opslaan"
 
 
 
 
1063
 
1064
- #: ../subscribers/view-subscriber-add.php:28
1065
- #: ../subscribers/view-subscriber-add.php:120
1066
- #: ../subscribers/view-subscriber-edit.php:43
1067
- #: ../subscribers/view-subscriber-edit.php:104
1068
  msgid "Please enter subscriber email address."
1069
- msgstr "Vul het emailadres in van de abonnee."
1070
 
1071
  #: ../subscribers/view-subscriber-add.php:45
1072
  msgid "Please select or create your group for this email."
1073
  msgstr "Selecteer of maak een groep voor deze mail"
1074
 
 
 
 
 
 
 
 
 
 
1075
  #: ../subscribers/view-subscriber-add.php:66
1076
  msgid "Email was successfully inserted."
1077
- msgstr "Email is succesvol toegevoegd."
1078
 
1079
  #: ../subscribers/view-subscriber-add.php:70
1080
  msgid "Email already exist in our list."
1081
- msgstr "Email bestaat al in onze lijst."
1082
 
1083
  #: ../subscribers/view-subscriber-add.php:75
1084
  msgid "Email is invalid."
1085
- msgstr "Email is ongeldig."
 
 
 
 
 
 
 
 
1086
 
1087
- #: ../subscribers/view-subscriber-add.php:112
 
 
 
 
 
 
 
 
1088
  msgid "Add email"
1089
- msgstr "Voeg email toe"
1090
 
1091
- #: ../subscribers/view-subscriber-add.php:114
1092
- #: ../subscribers/view-subscriber-edit.php:98
1093
  msgid "Enter full name"
1094
- msgstr "Vul de volledige naam in"
1095
 
1096
- #: ../subscribers/view-subscriber-add.php:116
1097
- #: ../subscribers/view-subscriber-edit.php:100
1098
  msgid "Please enter subscriber full name."
1099
- msgstr "Vul de volledige naam in van de abonnee."
1100
 
1101
- #: ../subscribers/view-subscriber-add.php:118
1102
- #: ../subscribers/view-subscriber-edit.php:102
1103
  msgid "Enter email address."
1104
- msgstr "Vul emailadres in."
1105
 
1106
- #: ../subscribers/view-subscriber-add.php:129
1107
- #: ../subscribers/view-subscriber-edit.php:113
1108
- #: ../subscribers/view-subscriber-import.php:163
1109
  msgid "Please select subscriber email status."
1110
- msgstr "Selecteer de email status van de abonnee."
1111
 
1112
- #: ../subscribers/view-subscriber-add.php:131
1113
- #: ../subscribers/view-subscriber-import.php:165
1114
  msgid "Select (or) Create Group"
1115
  msgstr "Selecteer (of) maak een groep"
1116
 
1117
- #: ../subscribers/view-subscriber-add.php:149
1118
- #: ../subscribers/view-subscriber-edit.php:141
1119
- #: ../subscribers/view-subscriber-import.php:183
1120
- msgid "Please select or create group for this subscriber."
1121
- msgstr "Selecteer of maak een groep voor deze abonnee."
1122
-
1123
- #: ../subscribers/view-subscriber-edit.php:66
1124
- msgid "Email was successfully updated."
1125
- msgstr "Email is succesvol bijgewerkt."
1126
 
1127
- #: ../subscribers/view-subscriber-edit.php:96
1128
- msgid "Edit email"
1129
- msgstr "Bewerk email"
 
1130
 
1131
- #: ../subscribers/view-subscriber-edit.php:115
1132
- #: ../subscribers/view-subscriber-show.php:328
1133
- #: ../subscribers/view-subscriber-show.php:341
1134
- msgid "Group"
1135
- msgstr "Groep"
 
 
1136
 
1137
- #: ../subscribers/view-subscriber-export.php:24
1138
  msgid "Export email address in csv format"
1139
- msgstr "Exporteer email adres in csv formaat"
1140
 
1141
- #: ../subscribers/view-subscriber-export.php:30
1142
- #: ../subscribers/view-subscriber-export.php:38
1143
  msgid "Export option"
1144
  msgstr "Export optie"
1145
 
1146
- #: ../subscribers/view-subscriber-export.php:31
1147
- #: ../subscribers/view-subscriber-export.php:39
1148
  msgid "Total email"
1149
- msgstr "Totaal emails"
1150
 
1151
- #: ../subscribers/view-subscriber-export.php:46
1152
  msgid "Subscriber email address"
1153
  msgstr "E-mail adres abonnee"
1154
 
1155
- #: ../subscribers/view-subscriber-export.php:48
1156
- #: ../subscribers/view-subscriber-export.php:54
1157
- #: ../subscribers/view-subscriber-export.php:60
1158
  msgid "Click to export csv"
1159
  msgstr "Klik om CSV te exporteren"
1160
 
1161
- #: ../subscribers/view-subscriber-export.php:52
1162
  msgid "Registered email address"
1163
- msgstr "Geregistreerd email adres"
1164
 
1165
- #: ../subscribers/view-subscriber-export.php:58
1166
  msgid "Comments author email address"
1167
- msgstr "Email adres van de schrijver van de reactie"
1168
 
1169
- #: ../subscribers/view-subscriber-export.php:67
1170
  msgid "Add Email"
1171
- msgstr "Voeg email toe"
1172
 
1173
- #: ../subscribers/view-subscriber-export.php:68
1174
- #: ../subscribers/view-subscriber-show.php:445
1175
  msgid "Import Email"
1176
- msgstr "Importeer email"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1177
 
1178
  #: ../subscribers/view-subscriber-import.php:103
1179
  msgid "Email(s) was successfully imported."
1180
- msgstr "Email(s) succesvol geïmporteerd."
1181
 
1182
  #: ../subscribers/view-subscriber-import.php:104
1183
  msgid "Email(s) are already in our database."
1184
- msgstr "Email(s) staan al in de database."
1185
 
1186
  #: ../subscribers/view-subscriber-import.php:105
1187
  msgid "Email(s) are invalid."
1188
- msgstr "Email(s) zijn ongeldig."
1189
 
1190
  #: ../subscribers/view-subscriber-import.php:115
1191
  msgid "File upload failed or no data available in the csv file."
1192
  msgstr "Uploaden file mislukt of geen data beschikbaar in het csv bestand."
1193
 
1194
- #: ../subscribers/view-subscriber-import.php:150
1195
  msgid "Upload email"
1196
- msgstr "Upload email"
1197
 
1198
- #: ../subscribers/view-subscriber-import.php:151
1199
  msgid "Select csv file"
1200
  msgstr "Selecteer CSV bestand"
1201
 
1202
  #: ../subscribers/view-subscriber-import.php:153
1203
- msgid ""
1204
- "Please select the input csv file. Please check official website for csv "
1205
- "structure."
1206
- msgstr ""
1207
- "Selecteer het invoer CSV bestand. Check op de officiële website de csv "
1208
- "structuur."
1209
 
1210
- #: ../subscribers/view-subscriber-import.php:188
1211
  msgid "Upload CSV"
1212
  msgstr "Upload CSV"
1213
 
1214
- #: ../subscribers/view-subscriber-show.php:72
1215
- #: ../subscribers/view-subscriber-show.php:125
1216
  msgid "To send confirmation mail, Please change the Opt-in option to Double Opt In."
1217
  msgstr ""
1218
- "Wijzig de Opt-In optie naar Dubbele Opt-In om de bevestigingsmail te "
1219
  "versturen."
1220
 
1221
  #: ../subscribers/view-subscriber-show.php:81
1222
  msgid "Confirmation email resent successfully."
1223
- msgstr "De bevestigingsmail is succesvol verzonden."
1224
 
1225
- #: ../subscribers/view-subscriber-show.php:110
1226
- #: ../subscribers/view-subscriber-show.php:156
1227
- #: ../subscribers/view-subscriber-show.php:201
1228
  msgid "Oops, No record was selected."
1229
- msgstr "Let op: geen gegevens geselecteerd."
1230
 
1231
  #: ../subscribers/view-subscriber-show.php:150
1232
  msgid "Confirmation email(s) resent successfully."
1233
- msgstr "Bevestigingsmail(s) succesvol opnieuw verzonden."
1234
 
1235
  #: ../subscribers/view-subscriber-show.php:186
1236
  msgid "Selected subscribers group was successfully updated."
1237
- msgstr "Geselecteerde abonnee groep succesvol bijgewerkt."
1238
 
1239
  #: ../subscribers/view-subscriber-show.php:192
1240
  msgid "Oops, New group name was not selected."
1241
- msgstr "Let op: nieuwe groepsnaam is niet geselecteerd."
1242
 
1243
- #: ../subscribers/view-subscriber-show.php:232
1244
- msgid "View subscriber"
1245
- msgstr "Bekijk abonnee"
 
 
 
1246
 
1247
  #: ../subscribers/view-subscriber-show.php:300
1248
  msgid "Confirmed"
@@ -1250,37 +1729,44 @@ msgstr "Bevestigd"
1250
 
1251
  #: ../subscribers/view-subscriber-show.php:301
1252
  msgid "Unconfirmed"
1253
- msgstr "Niet bevestigd"
1254
 
1255
  #: ../subscribers/view-subscriber-show.php:302
1256
  msgid "Unsubscribed"
1257
- msgstr "Afgemeld"
1258
-
1259
- #: ../subscribers/view-subscriber-show.php:303
1260
- msgid "Single Opt In"
1261
- msgstr "Enkelvoudige Opt-In"
1262
 
1263
- #: ../subscribers/view-subscriber-show.php:325
1264
- #: ../subscribers/view-subscriber-show.php:338
1265
  msgid "Email address"
1266
- msgstr "Emailadres"
 
 
 
 
 
 
 
 
 
 
 
1267
 
1268
- #: ../subscribers/view-subscriber-show.php:385
1269
- #: ../subscribers/view-subscriber-show.php:423
1270
  msgid "Resend Confirmation"
1271
  msgstr "Bevestiging opnieuw verzenden"
1272
 
1273
  #: ../subscribers/view-subscriber-show.php:401
1274
  msgid "No records available. Please use the above alphabet search button to search."
1275
- msgstr "Geen data beschikbaar. Gebruik de alfabetische zoekknoppen."
1276
 
1277
  #: ../subscribers/view-subscriber-show.php:421
1278
  msgid "Bulk Actions"
1279
- msgstr "Bulk acties"
1280
 
1281
  #: ../subscribers/view-subscriber-show.php:424
1282
  msgid "Update Subscribers Group"
1283
- msgstr "Werk abonneegroep bij"
1284
 
1285
  #: ../subscribers/view-subscriber-show.php:427
1286
  msgid "Select Group"
@@ -1288,4 +1774,152 @@ msgstr "Selecteer groep"
1288
 
1289
  #: ../subscribers/view-subscriber-show.php:441
1290
  msgid "Apply"
1291
- msgstr "Pas toe"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  msgid ""
2
  msgstr ""
3
+ "Project-Id-Version: Email Subscribers\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: Tue Feb 09 2016 16:21:13 GMT+0530 (IST)\n"
6
+ "PO-Revision-Date: Fri Aug 19 2016 17:18:31 GMT+0200 (West-Europa "
7
+ "(zomertijd))\n"
8
+ "Last-Translator: Maurice <maurice@theirmasterssound.com>\n"
9
  "Language-Team: \n"
10
  "Language: Dutch\n"
11
  "Plural-Forms: nplurals=2; plural=n != 1\n"
23
  "X-Poedit-SearchPath-0: ..\n"
24
  "X-Loco-Target-Locale: nl_NL"
25
 
26
+ #: ../settings/settings-edit.php:214
27
+ msgid "1. WP HTML MAIL"
28
  msgstr ""
29
 
30
+ #: ../settings/settings-edit.php:215
31
+ msgid "2. WP PLAINTEXT MAIL"
32
  msgstr ""
33
 
34
+ #: ../settings/settings-edit.php:216
35
+ msgid "3. PHP HTML MAIL"
36
  msgstr ""
37
 
38
+ #: ../settings/settings-edit.php:217
39
+ msgid "4. PHP PLAINTEXT MAIL"
40
  msgstr ""
41
 
42
+ #: ../settings/settings-edit.php:229
43
+ msgid "Double Opt In"
 
 
44
  msgstr ""
45
 
46
+ #: ../settings/settings-edit.php:230 ../subscribers/view-subscriber-show.php:303
47
+ msgid "Single Opt In"
48
  msgstr ""
49
 
50
+ #: ../settings/settings-edit.php:243
51
+ msgid "Thumbnail"
52
  msgstr ""
53
 
54
+ #. Name of the plugin
55
+ #: ../classes/es-register.php:137 ../classes/es-register.php:138
56
+ msgid "Email Subscribers"
57
  msgstr ""
58
 
59
+ #: ../classes/es-register.php:152
60
+ msgid "Cron"
 
 
 
61
  msgstr ""
62
 
63
+ #: ../classes/es-register.php:165
64
+ msgid "<span style=\"color:#f18500;font-weight:bolder;\">Help & Info"
65
  msgstr ""
66
 
67
+ #: ../classes/es-register.php:206
68
+ msgctxt "notification-enhanced-select"
69
+ msgid "Please select notification mail subject. Use compose menu to create new."
70
  msgstr ""
71
 
72
+ #: ../classes/es-register.php:207
73
+ msgctxt "notification-enhanced-select"
74
+ msgid "Please select notification status."
75
  msgstr ""
76
 
77
+ #: ../classes/es-register.php:216
78
+ msgctxt "sendmail-enhanced-select"
79
+ msgid "Please select your mail subject."
80
  msgstr ""
81
 
82
+ #: ../classes/es-register.php:217
83
+ msgctxt "sendmail-enhanced-select"
84
+ msgid "Please select subscriber email status."
85
  msgstr ""
86
 
87
+ #: ../classes/es-register.php:218
88
+ msgctxt "sendmail-enhanced-select"
89
+ msgid "Are you sure you want to send email to all selected email address?"
90
  msgstr ""
91
 
92
+ #: ../classes/es-register.php:239
93
+ msgctxt "roles-enhanced-select"
94
+ msgid "Please enter subscriber email address."
 
95
  msgstr ""
96
 
97
+ #: ../classes/es-register.php:240
98
+ msgctxt "roles-enhanced-select"
99
+ msgid "Please select subscriber email status."
 
100
  msgstr ""
101
 
102
+ #: ../classes/es-register.php:241
103
+ msgctxt "roles-enhanced-select"
104
+ msgid "Please select or create group for this subscriber."
 
105
  msgstr ""
106
 
107
+ #: ../classes/es-register.php:249
108
+ msgctxt "cron-enhanced-select"
109
+ msgid "Please select enter number of mails you want to send per hour/trigger."
110
  msgstr ""
111
 
112
+ #: ../classes/es-register.php:250
113
+ msgctxt "cron-enhanced-select"
114
+ msgid "Please enter the mail count, only number."
 
115
  msgstr ""
116
 
117
+ #: ../classes/es-register.php:263
118
+ msgctxt "widget-enhanced-select"
119
+ msgid "Please enter email address."
 
120
  msgstr ""
121
 
122
+ #: ../classes/es-register.php:264
123
+ msgctxt "widget-enhanced-select"
124
+ msgid "Please provide a valid email address."
 
125
  msgstr ""
126
 
127
+ #: ../classes/es-register.php:266
128
+ msgctxt "widget-enhanced-select"
129
+ msgid "Cannot create XMLHTTP instance"
 
130
  msgstr ""
131
 
132
+ #: ../classes/es-register.php:273
133
+ msgctxt "widget-enhanced-select"
134
+ msgid "There was a problem with the request."
135
  msgstr ""
136
 
137
+ #: ../classes/es-register.php:283
138
+ msgctxt "widget-page-enhanced-select"
139
+ msgid "Cannot create XMLHTTP instance"
140
  msgstr ""
141
 
142
+ #: ../classes/es-common.php:17
143
+ msgid "<span style=\"color:#0000FF\">Single Opt In</span>"
 
 
 
144
  msgstr ""
145
 
146
+ #: ../classes/es-common.php:20
147
+ msgid "<span style=\"color:#00CC00;font-weight:bold\">Viewed</span>"
148
+ msgstr ""
149
+
150
+ #: ../classes/es-common.php:23
151
+ msgid "<span style=\"color:#999900;\">Nodata</span>"
152
+ msgstr ""
153
+
154
+ #: ../classes/es-common.php:26
155
+ msgid "<span style=\"color:#FF0000\">Disable</span>"
156
+ msgstr ""
157
+
158
+ #: ../classes/es-common.php:29
159
+ msgid "<span style=\"color:#FF0000\">In Queue</span>"
160
+ msgstr ""
161
+
162
+ #: ../classes/es-common.php:35
163
+ msgid "<span style=\"color:#ffd700;font-weight:bold;\">Cron Mail</span>"
164
+ msgstr ""
165
+
166
+ #: ../classes/es-common.php:38
167
+ msgid "<span style=\"color:#993399;\">Instant Mail</span>"
168
  msgstr ""
169
 
170
  #: ../subscribers/view-subscriber-sync.php:90
185
  "to subscribers list."
186
  msgstr ""
187
 
188
+ #: ../subscribers/view-subscriber-import.php:152
189
+ msgid "Select the input csv file. Check official website for csv structure : "
190
+ msgstr ""
 
191
 
192
+ #: ../subscribers/view-subscriber-show.php:232
193
+ msgid "View Subscribers"
194
+ msgstr ""
 
 
195
 
196
+ #. URI of the plugin
197
+ msgid "http://www.storeapps.org/product/email-subscribers"
198
+ msgstr ""
 
199
 
200
+ #. Author of the plugin
201
+ msgid "StoreApps"
202
+ msgstr ""
 
203
 
204
+ #. URI of the plugin
205
+ msgid "http://www.storeapps.org"
206
+ msgstr ""
 
207
 
208
+ #: ../notification/notification-edit.php:43
209
+ msgid "Please select subscribers group"
210
+ msgstr ""
 
211
 
212
+ #: ../notification/notification-edit.php:49
213
+ msgid "Please select notification status"
214
+ msgstr ""
 
 
215
 
216
+ #: ../notification/notification-edit.php:114
217
+ msgid "Not allowed to update subscribers group in edit page"
218
+ msgstr ""
 
219
 
220
+ #: ../notification/notification-edit.php:126 ../notification/notification-add.php:
221
+ #: 134
222
+ msgid "Select notification mail subject (Use compose menu to create new)"
223
+ msgstr ""
224
 
225
+ #: ../notification/notification-edit.php:195 ../notification/notification-add.php:
226
+ #: 194
227
+ msgid "Custom Post Type"
228
+ msgstr ""
229
 
230
+ #: ../notification/notification-edit.php:230 ../notification/notification-add.php:
231
+ #: 224
232
+ msgid "No Custom Post Types Available"
233
+ msgstr ""
234
 
235
+ #: ../notification/notification-edit.php:243 ../notification/notification-add.php:
236
+ #: 237
237
+ msgid "Send mail immediately when new post is published"
238
+ msgstr ""
239
 
240
+ #: ../notification/notification-edit.php:244 ../notification/notification-add.php:
241
+ #: 238
242
+ msgid "Add to cron when new post is published and send via cron job"
243
+ msgstr ""
244
 
245
+ #: ../notification/notification-edit.php:245 ../notification/notification-add.php:
246
+ #: 239
247
+ msgid "Disable notification"
248
+ msgstr ""
249
 
250
+ #: ../notification/notification-add.php:70
251
+ msgid "Notification was successfully created. "
252
+ msgstr ""
 
253
 
254
+ #: ../notification/notification-add.php:93
255
+ msgid " to view the details."
256
+ msgstr ""
 
257
 
258
+ #: ../notification/notification-add.php:110
259
+ msgid "Select subscribers group"
260
+ msgstr ""
 
261
 
262
+ #: ../notification/notification-add.php:159
263
+ msgid "Select post categories"
264
+ msgstr ""
 
265
 
266
+ #: ../notification/notification-add.php:195
267
+ msgid "Select your custom post type (Optional)"
268
+ msgstr ""
 
269
 
270
+ #: ../notification/notification-add.php:232
271
+ msgid "Select notification status"
272
+ msgstr ""
 
273
 
274
+ #: ../notification/notification-show.php:30
275
+ msgid "Selected record was successfully deleted"
276
+ msgstr ""
 
277
 
278
+ #: ../notification/notification-show.php:57 ../notification/notification-show.php:
279
+ #: 65
280
+ msgid "Categories / Custom Post"
281
+ msgstr ""
282
 
283
+ #: ../notification/notification-show.php:117
284
+ msgid "Send mail immediately when new post is published."
285
+ msgstr ""
 
286
 
287
+ #: ../notification/notification-show.php:119
288
+ msgid "Add to cron and send mail via cron job."
289
+ msgstr ""
 
290
 
291
+ #: ../compose/compose-edit.php:82 ../compose/compose-add.php:73
292
+ msgid "Static Template (For Newsletter Email)"
293
+ msgstr ""
 
294
 
295
+ #: ../compose/compose-edit.php:83 ../compose/compose-add.php:74
296
+ msgid "Dynamic Template (For Notification Email)"
297
+ msgstr ""
 
 
298
 
299
+ #: ../compose/compose-edit.php:85
300
+ msgid "Please select your mail type"
301
+ msgstr ""
 
 
302
 
303
+ #: ../compose/compose-edit.php:87 ../compose/compose-add.php:78
304
+ msgid "Enter Mail Subject"
305
+ msgstr ""
 
306
 
307
+ #: ../compose/compose-edit.php:89 ../compose/compose-add.php:80
308
+ msgid "Please enter your mail subject. Keyword: ###POSTTITLE###"
309
+ msgstr ""
 
310
 
311
+ #: ../compose/compose-edit.php:91 ../compose/compose-add.php:82
312
+ msgid "Mail Content"
313
+ msgstr ""
 
 
314
 
315
+ #: ../compose/compose-edit.php:95 ../compose/compose-add.php:86
316
+ msgid "Please enter content for your mail"
317
+ msgstr ""
 
 
318
 
319
+ #: ../compose/compose-edit.php:96 ../compose/compose-add.php:87
320
+ msgid ""
321
+ "Keywords: ###POSTTITLE###, ###POSTLINK###, ###POSTIMAGE###, ###POSTDESC###, "
322
+ "###POSTFULL###, ###DATE###, ###POSTLINK-ONLY###, ###POSTLINK-WITHTITLE###"
323
+ msgstr ""
324
 
325
+ #: ../compose/compose-edit.php:101 ../compose/compose-add.php:92
326
+ msgid "Published"
327
+ msgstr ""
328
 
329
+ #: ../compose/compose-edit.php:103 ../compose/compose-add.php:94
330
+ msgid "Please select your mail status"
331
+ msgstr ""
332
 
333
+ #: ../cron/cron-add.php:71
334
+ msgid "Cron Details"
335
+ msgstr ""
336
 
337
+ #: ../cron/cron-add.php:74
338
+ msgid "Cron job URL"
339
+ msgstr ""
340
 
341
+ #: ../cron/cron-add.php:76
342
+ msgid ""
343
+ "Please find your cron job URL. This is readonly field not able to modify "
344
+ "from admin."
345
+ msgstr ""
346
 
347
+ #: ../cron/cron-add.php:80
348
+ msgid "Enter number of mails you want to send per hour/trigger."
349
+ msgstr ""
 
350
 
351
+ #: ../cron/cron-add.php:84
352
+ msgid ""
353
+ "Send above mail to admin whenever cron URL triggered in your server.<br "
354
+ "/>(Keywords: ###DATE###, ###SUBJECT###, ###COUNT###)"
355
+ msgstr ""
356
 
357
+ #: ../cron/cron-add.php:97
358
+ msgid "How to setup auto emails using CRON Job through the cPanel or Plesk?"
359
+ msgstr ""
 
360
 
361
+ #: ../cron/cron-add.php:98
362
+ msgid ""
363
+ "<a target=\"_blank\" href=\"http://www.storeapps.org/docs/es-how-to-schedule-"
364
+ "cron-emails-in-parallels-plesk/\">Setup cron job in Plesk</a>"
365
+ msgstr ""
366
 
367
+ #: ../cron/cron-add.php:99
368
+ msgid ""
369
+ "<a target=\"_blank\" href=\"http://www.storeapps.org/docs/es-how-to-schedule-"
370
+ "cron-emails-in-cpanel/\">Setup cron job in cPanal</a>"
371
+ msgstr ""
372
 
373
+ #: ../cron/cron-add.php:100
374
+ msgid ""
375
+ "<a target=\"_blank\" href=\"http://www.storeapps.org/docs/es-what-to-do-if-"
376
+ "hosting-doesnt-support-cron-jobs/\">Hosting doesnt support cron jobs?</a>"
377
+ msgstr ""
378
 
379
+ #: ../sendmail/sendmail.php:129
380
+ msgid "Select your mail type"
381
+ msgstr ""
382
 
383
+ #: ../sendmail/sendmail.php:135
384
+ msgid "Send mail immediately"
385
+ msgstr ""
386
 
387
+ #: ../sendmail/sendmail.php:136
388
+ msgid "Send mail via cron job"
389
+ msgstr ""
390
 
391
+ #: ../sendmail/sendmail.php:144
392
+ msgid "Select your subscriber group to send email"
393
+ msgstr ""
394
 
395
+ #: ../sendmail/sendmail.php:177
396
+ msgid "A,B,C"
397
+ msgstr ""
398
 
399
+ #: ../sendmail/sendmail.php:178
400
+ msgid "D,E,F"
401
+ msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
402
 
403
+ #: ../sendmail/sendmail.php:179
404
+ msgid "G,H,I"
405
+ msgstr ""
 
 
 
 
 
 
 
406
 
407
+ #: ../sendmail/sendmail.php:180
408
+ msgid "J,K,L"
409
+ msgstr ""
 
410
 
411
+ #: ../sendmail/sendmail.php:181
412
+ msgid "M,N,O"
413
+ msgstr ""
 
414
 
415
+ #: ../sendmail/sendmail.php:182
416
+ msgid "P,Q,R"
417
+ msgstr ""
 
418
 
419
+ #: ../sendmail/sendmail.php:183
420
+ msgid "S,T,U"
421
+ msgstr ""
422
 
423
+ #: ../sendmail/sendmail.php:184
424
+ msgid "V,W,X,Y,Z"
425
+ msgstr ""
426
 
427
+ #: ../sendmail/sendmail.php:185
428
+ msgid "0-9"
429
+ msgstr ""
430
 
431
+ #: ../sendmail/sendmail.php:186
432
+ msgid "ALL"
433
+ msgstr ""
434
 
435
+ #: ../sendmail/sendmail.php:223
436
+ #, php-format
437
+ msgid ""
438
+ "<span style=\"color:#FF0000\">No subscribers available for %s search criteria."
439
+ "</span>"
440
+ msgstr ""
 
 
 
 
 
441
 
442
+ #: ../roles/roles-add.php:95
443
+ msgid "Roles and Capabilities"
444
+ msgstr ""
445
 
446
+ #: ../roles/roles-add.php:99 ../roles/roles-add.php:107 ../roles/roles-add.php:
447
+ #: 115 ../roles/roles-add.php:123 ../roles/roles-add.php:131 ../roles/roles-add.
448
+ #: php:139 ../roles/roles-add.php:147
449
+ msgid "Administrator Only"
450
+ msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
451
 
452
+ #: ../roles/roles-add.php:100 ../roles/roles-add.php:108 ../roles/roles-add.php:
453
+ #: 116 ../roles/roles-add.php:124 ../roles/roles-add.php:132 ../roles/roles-add.
454
+ #: php:140 ../roles/roles-add.php:148
455
+ msgid "Administrator/Editor"
456
+ msgstr ""
 
 
 
 
 
 
 
 
 
 
457
 
458
+ #: ../roles/roles-add.php:101 ../roles/roles-add.php:109 ../roles/roles-add.php:
459
+ #: 117 ../roles/roles-add.php:125 ../roles/roles-add.php:133 ../roles/roles-add.
460
+ #: php:141 ../roles/roles-add.php:149
461
+ msgid "Administrator/Editor/Author/Contributor"
462
+ msgstr ""
 
 
 
463
 
464
+ #: ../roles/roles-add.php:103
465
+ msgid ""
466
+ "Select user role to access plugin Subscribers Menu. Only Admin user can "
467
+ "change this value."
468
+ msgstr ""
469
 
470
+ #: ../roles/roles-add.php:111
471
+ msgid ""
472
+ "Select user role to access plugin Compose Menu. Only Admin user can change "
473
+ "this value."
474
+ msgstr ""
475
 
476
+ #: ../roles/roles-add.php:119
477
+ msgid ""
478
+ "Select user role to access plugin Notification Menu. Only Admin user can "
479
+ "change this value."
480
+ msgstr ""
 
481
 
482
+ #: ../roles/roles-add.php:121
483
+ msgid "Send Email Menu/Cron Menu"
484
+ msgstr ""
 
 
485
 
486
+ #: ../roles/roles-add.php:127
487
+ msgid ""
488
+ "Select user role to access plugin Send Email Menu. Only Admin user can "
489
+ "change this value."
490
+ msgstr ""
491
 
492
+ #: ../roles/roles-add.php:135
493
+ msgid ""
494
+ "Select user role to access plugin Settings Menu. Only Admin user can change "
495
+ "this value."
496
+ msgstr ""
 
 
497
 
498
+ #: ../roles/roles-add.php:143
499
+ msgid ""
500
+ "Select user role to access plugin Sent Mails Menu. Only Admin user can "
501
+ "change this value."
502
+ msgstr ""
503
 
504
+ #: ../roles/roles-add.php:151
505
+ msgid ""
506
+ "Select user role to access plugin Help & Info Menu. Only Admin user can "
507
+ "change this value."
508
+ msgstr ""
509
 
510
+ #: ../help/help.php:44
511
+ msgid "Welcome to Email Subscribers!"
512
+ msgstr ""
 
 
 
 
 
513
 
514
+ #: ../help/help.php:45
515
+ msgid "Thanks for installing and we hope you will enjoy using Email Subscribers."
516
+ msgstr ""
 
 
517
 
518
+ #: ../help/help.php:49
519
+ msgid "For more help and tips..."
520
+ msgstr ""
 
521
 
522
+ #: ../help/help.php:93
523
+ msgid "Frequently Asked Questions"
524
+ msgstr ""
 
525
 
526
+ #: ../help/help.php:104
527
+ msgid "How to setup subscription box widget?"
528
+ msgstr ""
 
529
 
530
+ #: ../help/help.php:111
531
+ msgid "How to add unsubscribe link in welcome email?"
 
 
 
532
  msgstr ""
 
 
533
 
534
+ #: ../help/help.php:119
535
+ msgid "How to change/update/translate any text from the plugin?"
536
+ msgstr ""
537
 
538
+ #: ../help/help.php:120
539
+ msgid ""
540
+ "Refer steps from <a target=\"_blank\" href=\"http://www.storeapps.org/docs/es-"
541
+ "how-to-change-update-translate-any-texts-from-email-subscribers/\">here</a>."
542
+ msgstr ""
543
 
544
+ #: ../help/help.php:123
545
+ msgid "How to setup auto emails using CRON Job?"
546
+ msgstr ""
 
 
 
547
 
548
+ #: ../help/help.php:124
549
+ msgid ""
550
+ " 1. <a target=\"_blank\" href=\"http://www.storeapps.org/docs/es-how-to-"
551
+ "schedule-cron-emails-in-cpanel/\">Setup cron job in Plesk</a><br>\n"
552
+ " 2. <a target=\"_blank\" href=\"http://www.storeapps.org/docs/es-"
553
+ "how-to-schedule-cron-emails-in-parallels-plesk/\">Setup cron job in "
554
+ "cPanal</a><br>\n"
555
+ " 3. <a target=\"_blank\" href=\"http://www.storeapps.org/docs/es-"
556
+ "what-to-do-if-hosting-doesnt-support-cron-jobs/\">Hosting doesnt support cron "
557
+ "jobs?</a>"
558
  msgstr ""
 
 
559
 
560
+ #: ../help/help.php:129
561
+ msgid "Notification Emails are not being received by Subscribers?"
562
+ msgstr ""
 
 
 
563
 
564
+ #: ../help/help.php:130
565
+ #, php-format
566
+ msgid "Confirm steps from %s."
567
+ msgstr ""
568
 
569
+ #: ../help/help.php:130 ../help/help.php:134 ../help/help.php:138 ../help/help.
570
+ #: php:142 ../help/help.php:146 ../help/help.php:150 ../help/help.php:154 ..
571
+ #: help/help.php:158 ../help/help.php:162 ../help/help.php:166
572
+ msgid "here"
573
+ msgstr ""
574
 
575
+ #: ../help/help.php:133
576
+ msgid "How to import and export email address to subscriber list?"
577
+ msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
578
 
579
+ #: ../help/help.php:134 ../help/help.php:138 ../help/help.php:142 ../help/help.
580
+ #: php:146 ../help/help.php:150 ../help/help.php:154 ../help/help.php:158 ..
581
+ #: help/help.php:162
582
+ #, php-format
583
+ msgid "Refer %s."
584
+ msgstr ""
585
 
586
+ #: ../help/help.php:137
587
+ msgid "How to Compose and Send static newsletter mails?"
588
+ msgstr ""
 
589
 
590
+ #: ../help/help.php:141
591
+ msgid ""
592
+ "How to Configure and Send notification emails to subscribers when new posts "
593
+ "are published?"
594
+ msgstr ""
 
595
 
596
+ #: ../help/help.php:145
597
+ msgid "How to install and activate Email Subscribers on multisite installations?"
598
+ msgstr ""
599
 
600
+ #: ../help/help.php:149
601
+ msgid ""
602
+ "How to modify the existing mails (Opt-in mail, Welcome mail, Admin mails) "
603
+ "content?"
604
+ msgstr ""
605
 
606
+ #: ../help/help.php:153
607
+ msgid "How to Add/Update Existing Subscribers Group?"
608
+ msgstr ""
609
 
610
+ #: ../help/help.php:157
611
+ msgid "How to check Sent mails?"
612
+ msgstr ""
 
613
 
614
+ #: ../help/help.php:161
615
+ msgid "How to show subscribe form inside a popup?"
616
+ msgstr ""
617
 
618
+ #: ../help/help.php:165
619
+ msgid "Check more detailed documentation"
620
+ msgstr ""
621
 
622
+ #: ../help/help.php:166
623
+ #, php-format
624
+ msgid "From %s."
625
+ msgstr ""
626
+
627
+ #: ../settings/setting-sync.php:14
628
+ #, fuzzy
629
+ msgid "Table sync completed successfully."
630
  msgstr "Email succesvol verzonden"
631
 
632
+ #: ../sentmail/sentmail-show.php:69 ../sentmail/sentmail-show.php:82
633
+ #, fuzzy
634
+ msgid "Source"
635
+ msgstr "Verzend bron"
636
 
637
+ #: ../sentmail/sentmail-show.php:72 ../sentmail/sentmail-show.php:85
638
+ #, fuzzy
639
+ msgid "Start Date"
640
+ msgstr "Verzend begindatum"
641
 
642
+ #: ../sentmail/sentmail-show.php:73 ../sentmail/sentmail-show.php:86
643
+ #, fuzzy
644
+ msgid "End Date"
645
+ msgstr "Verzend einddatum"
646
 
647
+ #: ../sentmail/sentmail-show.php:74 ../sentmail/sentmail-show.php:87
648
+ #, fuzzy
649
+ msgid "Total"
650
+ msgstr "Totaal mails"
 
 
 
651
 
652
+ #: ../classes/es-register.php:153
653
+ #, fuzzy
654
+ msgid "Cron Mail"
655
+ msgstr "Schrijf mail"
656
 
657
+ #: ../subscribers/view-subscriber-sync.php:33 ../subscribers/view-subscriber-sync.
658
+ #: php:119
659
+ #, fuzzy
660
+ msgid "Please select default group to newly registered user."
661
+ msgstr "Selecteer of maak a.u.b. een groep voor deze abonnee"
662
 
663
+ #: ../subscribers/view-subscriber-sync.php:39 ../subscribers/view-subscriber-sync.
664
+ #: php:150
665
+ #, fuzzy
666
+ msgid "Please select default group to newly commented user."
667
+ msgstr "Selecteer of maak a.u.b. een groep voor deze abonnee"
668
 
669
+ #: ../subscribers/view-subscriber-sync.php:56
670
+ #, fuzzy
671
+ msgid "Sync email successfully updated."
672
+ msgstr "E-mail is succesvol ge-update."
673
+
674
+ #: ../subscribers/view-subscriber-sync.php:88
675
+ #, fuzzy
676
+ msgid "Sync email"
677
+ msgstr "Stuur email"
678
 
679
+ #: ../subscribers/view-subscriber-sync.php:97 ../subscribers/view-subscriber-sync.
680
+ #: php:128
681
+ #, fuzzy
682
+ msgid "Select default group"
683
+ msgstr "Selecteer groep"
684
 
685
+ #: ../subscribers/view-subscriber-edit.php:70
686
+ #, fuzzy
687
+ msgid "Email already exist for this group."
688
+ msgstr "E-mail bestaat al in onze lijst"
689
 
690
+ #: ../subscribers/view-subscriber-show.php:11 ../compose/compose-show.php:13 ..
691
+ #: sendmail/sendmail.php:17
692
+ #, fuzzy
693
+ msgid "Click Here"
694
+ msgstr "Klik hier"
695
 
696
+ #: ../subscribers/view-subscriber-show.php:280
697
+ #, fuzzy
698
+ msgid "All Groups"
699
+ msgstr "Groep"
 
 
 
700
 
701
+ #: ../subscribers/view-subscriber-show.php:299
702
+ #, fuzzy
703
+ msgid "All Status"
704
+ msgstr "Status"
705
 
706
+ #: ../subscribers/view-subscriber-show.php:446
707
+ #, fuzzy
708
+ msgid "Export Email"
709
+ msgstr "Importeer e-mail"
710
 
711
+ #: ../subscribers/view-subscriber-show.php:447
712
+ #, fuzzy
713
+ msgid "Sync Email"
714
+ msgstr "Stuur email"
715
 
716
+ #: ../notification/notification-edit.php:196
717
+ #, fuzzy
718
+ msgid "Please select your custom post type (Optional)."
719
+ msgstr "Selecteer mail type a.u.b."
720
 
721
+ #: ../compose/compose-edit.php:80 ../compose/compose-add.php:71 ..
722
+ #: sendmail/sendmail.php:128
723
+ #, fuzzy
724
+ msgid "Mail Type"
725
+ msgstr "Mail type"
726
 
727
+ #: ../cron/cron-add.php:21
728
+ #, fuzzy
729
+ msgid "Please enter valid mail count."
730
+ msgstr "Voer a.u.b. uw mail onderwerp in"
731
 
732
+ #: ../cron/cron-add.php:31
733
+ #, fuzzy
734
+ msgid "Cron details successfully updated."
735
+ msgstr "Detail succesvol aangepast"
736
 
737
+ #: ../cron/cron-add.php:78
738
+ #, fuzzy
739
+ msgid "Mail Count"
740
+ msgstr "Inhoud van de mail"
741
 
742
+ #: ../cron/cron-add.php:82
743
+ #, fuzzy
744
+ msgid "Admin Report"
745
  msgstr "Bekijk rapporten"
746
 
747
+ #: ../roles/roles-add.php:97
748
+ #, fuzzy
749
+ msgid "Subscribers Menu"
750
+ msgstr "Abonnees"
751
 
752
+ #: ../roles/roles-add.php:105
753
+ #, fuzzy
754
+ msgid "Compose Menu"
755
+ msgstr "Schrijf mail"
756
+
757
+ #: ../roles/roles-add.php:113
758
+ #, fuzzy
759
+ msgid "Notification Menu"
760
+ msgstr "Kennisgeving"
761
+
762
+ #: ../roles/roles-add.php:129
763
+ #, fuzzy
764
+ msgid "Settings Menu"
765
+ msgstr "Instellingen"
766
+
767
+ #: ../roles/roles-add.php:145
768
+ #, fuzzy
769
+ msgid "Help & Info Menu"
770
+ msgstr "Hulp & info"
771
+
772
+ #: ../settings/setting-sync.php:27
773
+ msgid "Sync plugin tables"
774
+ msgstr "Synchroniseer plugin tabellen"
775
 
776
+ #: ../settings/setting-sync.php:30
777
+ msgid "Click to sync tables"
778
+ msgstr "Klik om tabellen te synchroniseren"
779
+
780
+ #: ../settings/settings-edit.php:17
781
+ msgid "Oops, selected details doesnt exists."
782
+ msgstr "Sorry, geselecteerde details bestaan niet"
783
+
784
+ #: ../settings/settings-edit.php:111
785
  msgid "Please enter sender of notifications from name."
786
+ msgstr "Geef a.u.b. afzender van de kennisgeving in van Naam"
787
 
788
+ #: ../settings/settings-edit.php:116
789
  msgid "Please enter sender of notifications from email."
790
+ msgstr "Geef a.u.b. afzender van de kennisgeving van Email"
791
 
792
+ #: ../settings/settings-edit.php:149
793
  msgid "Details was successfully updated."
794
+ msgstr "Detail succesvol aangepast"
795
 
796
+ #: ../settings/settings-edit.php:152
797
  msgid "Oops, details not update."
798
+ msgstr "Ojee, details niet geupdate"
799
+
800
+ #: ../settings/settings-edit.php:192 ../classes/es-register.php:155 ../classes/es-
801
+ #: register.php:156
802
+ msgid "Settings"
803
+ msgstr "Instellingen"
804
 
805
+ #: ../settings/settings-edit.php:198
806
  msgid "Sender of notifications"
807
  msgstr "Afzender van de kennisgeving"
808
 
809
+ #: ../settings/settings-edit.php:199
810
  msgid ""
811
  "Choose a FROM name and FROM email address for all notifications emails from "
812
  "this plugin."
813
  msgstr ""
814
+ "Kies een VAN naam en VAN emailadres voor alle kennisgevings emails van deze "
815
+ "plug in."
816
+
817
+ #: ../settings/settings-edit.php:209
818
+ msgid "Mail type"
819
+ msgstr "Mail type"
820
 
821
+ #: ../settings/settings-edit.php:210
822
  msgid ""
823
  "Option 1 & 2 is to send mails with default Wordpress method wp_mail(). "
824
  "Option 3 & 4 is to send mails with PHP method mail()"
826
  "Optie 1 & 2 is om emails te verzenden met de default Wordpress methode "
827
  "wp_mail(). Optie 3 & 4 is om mails te versturen met de PHP methode mail()"
828
 
829
+ #: ../settings/settings-edit.php:224
830
  msgid "Opt-in option"
831
  msgstr "Opt-in optie"
832
 
833
+ #: ../settings/settings-edit.php:225
834
  msgid ""
835
  "Double Opt In, means subscribers need to confirm their email address by an "
836
  "activation link sent them on a activation email message. Single Opt In, "
837
  "means subscribers do not need to confirm their email address."
838
  msgstr ""
839
+ "Dubbele Opt In betekent dat de abonnees hun email adres moeten bevestigen "
840
  "via een activeringslink die als email boodschap toegestuurd wordt. Enkele "
841
+ "Opt In betekent dat abonnees hun email adres niet hoeven te bevestigen."
842
+
843
+ #: ../settings/settings-edit.php:236
844
+ msgid "Image Size"
845
+ msgstr "Grootte plaatje"
846
 
847
+ #: ../settings/settings-edit.php:237
848
+ msgid "Select image size for ###POSTIMAGE### to be shown in post notification email"
849
+ msgstr "Selecteer grootte plaatje dat ###POSTIMAGE### in e-mail laat zien"
850
+
851
+ #: ../settings/settings-edit.php:241
852
+ msgid "Full Size"
853
+ msgstr "Ware grootte"
854
+
855
+ #: ../settings/settings-edit.php:242
856
+ msgid "Medium Size"
857
+ msgstr "Medium grootte"
858
+
859
+ #: ../settings/settings-edit.php:249
860
  msgid "Opt-in mail subject (Confirmation mail)"
861
+ msgstr "Opt In mail onderwerp (Bevestigingsmail)"
862
 
863
+ #: ../settings/settings-edit.php:250
864
  msgid ""
865
  "Enter the subject for Double Opt In mail. This will send whenever subscriber "
866
  "added email into our database."
867
  msgstr ""
868
+ "Geef het onderwerp voor de mail Double Op In. Deze mail wordt verstuurd "
869
+ "wanneer de abonnee een email aan uw database toevoegt."
870
+
871
+ #: ../settings/settings-edit.php:256
872
+ msgid "Opt-in mail content (Confirmation mail)"
873
+ msgstr "Inhoud Opt-In mail (Bevestigingsmail)"
874
+
875
+ #: ../settings/settings-edit.php:257
876
+ msgid ""
877
+ "Enter the content for Double Opt In mail. This will send whenever subscriber "
878
+ "added email into our database."
879
+ msgstr ""
880
+ "Geef de inhoud voor de mail Double Op In. Deze mail wordt verstuurd wanneer "
881
+ "de abonnee een email aan uw database toevoegt."
882
+
883
+ #: ../settings/settings-edit.php:263
884
+ msgid "Opt-in link (Confirmation link)"
885
+ msgstr "Opt-In link (Bevestigingslink)"
886
+
887
+ #: ../settings/settings-edit.php:264
888
+ msgid "Double Opt In confirmation link. You no need to change this value."
889
+ msgstr "Double Opt-In bevestigingslink. U hoeft deze waarde niet te veranderen."
890
+
891
+ #: ../settings/settings-edit.php:270
892
+ msgid "Text to display after email subscribed successfully"
893
+ msgstr "De tekst die vertoond wordt nadat het abonneren succesvol was"
894
+
895
+ #: ../settings/settings-edit.php:271
896
+ msgid ""
897
+ "This text will display once user clicked email confirmation link from opt-in "
898
+ "(confirmation) email content."
899
+ msgstr ""
900
+ "Deze tekst wordt vertoond zodra de gebruiker op de email bevestigingslink "
901
+ "geklikt heeft."
902
+
903
+ #: ../settings/settings-edit.php:278
904
+ msgid "Subscriber welcome email"
905
+ msgstr "Welkomstmail abonnee "
906
+
907
+ #: ../settings/settings-edit.php:279
908
+ msgid "To send welcome mail to subscriber, This option must be set to YES."
909
+ msgstr ""
910
+ "Stuur een welkomst mail aan de nieuwe abonnee, deze optie moet op Ja (Yes) "
911
+ "staan."
912
+
913
+ #: ../settings/settings-edit.php:283 ../settings/settings-edit.php:311
914
+ msgid "YES"
915
+ msgstr "Ja"
916
+
917
+ #: ../settings/settings-edit.php:284 ../settings/settings-edit.php:312
918
+ msgid "NO"
919
+ msgstr "Nee"
920
+
921
+ #: ../settings/settings-edit.php:290
922
+ msgid "Welcome mail subject"
923
+ msgstr "Onderwerp welkomstmail"
924
+
925
+ #: ../settings/settings-edit.php:291
926
+ msgid ""
927
+ "Enter the subject for subscriber welcome mail. This will send whenever email "
928
+ "subscribed (confirmed) successfully."
929
+ msgstr ""
930
+ "Geef het onderwerp in voor de welkomst mail aan de abonnee. Deze wordt "
931
+ "verstuurd wanneer de abonneringsmail (bevestiging) succesvol was."
932
+
933
+ #: ../settings/settings-edit.php:297
934
+ msgid "Subscriber welcome mail content"
935
+ msgstr "Inhoud welkomstmail aan abonnee."
936
+
937
+ #: ../settings/settings-edit.php:298
938
+ msgid ""
939
+ "Enter the content for subscriber welcome mail. This will send whenever email "
940
+ "subscribed (confirmed) successfully. (Keyword: ###NAME###)"
941
+ msgstr ""
942
+ "Voer de inhoud van de welkomstmail aan de abonnee in. Dit zal verzonden "
943
+ "worden als een abonnee zich succesvol heeft opgegeven. (Keyword: ###NAME###)"
944
+
945
+ #: ../settings/settings-edit.php:306
946
+ msgid "Mail to admin"
947
+ msgstr "Mail aan admin"
948
+
949
+ #: ../settings/settings-edit.php:307
950
+ msgid ""
951
+ "To send admin notifications for new subscriber, This option must be set to "
952
+ "YES."
953
+ msgstr "Om de admin de nieuwe abonnee te melden moet deze optie op Ja (Yes) staan."
954
+
955
+ #: ../settings/settings-edit.php:318
956
+ msgid "Admin email addresses"
957
+ msgstr "Admin email adres"
958
+
959
+ #: ../settings/settings-edit.php:319
960
+ msgid ""
961
+ "Enter the admin email addresses that should receive notifications (separate "
962
+ "by comma)."
963
+ msgstr ""
964
+ "Geef de admin e-mail adressen in die de kennisgevingen moeten ontvangen "
965
+ "(komma gescheiden)"
966
+
967
+ #: ../settings/settings-edit.php:325
968
+ msgid "Admin mail subject"
969
+ msgstr "Admin mail onderwerp"
970
+
971
+ #: ../settings/settings-edit.php:326
972
+ msgid ""
973
+ "Enter the subject for admin mail. This will send whenever new email added "
974
+ "and confirmed into our database."
975
+ msgstr ""
976
+ "Geef het onderwerp voor de admin mail in. Deze wordt verzonden wanneer "
977
+ "nieuwe mail wordt toegevoegd aan de database en bevestigd is."
978
+
979
+ #: ../settings/settings-edit.php:332
980
+ msgid "Admin mail content"
981
+ msgstr "Inhoud admin mail"
982
+
983
+ #: ../settings/settings-edit.php:333
984
+ msgid ""
985
+ "Enter the mail content for admin. This will send whenever new email added "
986
+ "and confirmed into our database. (Keyword: ###NAME###, ###EMAIL###)"
987
+ msgstr ""
988
+ "Voer de inhoud van de admin e-mail in. Dit wordt verzonden als een abonnee "
989
+ "zich succesvol heeft geregistreerd in de database. (Keyword: ###NAME###, "
990
+ "###EMAIL###)"
991
+
992
+ #: ../settings/settings-edit.php:340
993
+ msgid "Unsubscribe link"
994
+ msgstr "Opzeg link"
995
+
996
+ #: ../settings/settings-edit.php:341
997
+ msgid "Unsubscribe link. You no need to change this value."
998
+ msgstr "Opzeg link. U moet de waarde wijzigen"
999
+
1000
+ #: ../settings/settings-edit.php:347
1001
+ msgid "Unsubscribe text in mail"
1002
+ msgstr "Opzeg tekst in de mail"
1003
+
1004
+ #: ../settings/settings-edit.php:348
1005
+ msgid ""
1006
+ "Enter the text for unsubscribe link. This text is to add unsubscribe link "
1007
+ "with newsletter. (Keyword: ###LINK###)"
1008
+ msgstr ""
1009
+ "Voer de tekst voor de link om uit te schrijven in. Deze tekst wordt "
1010
+ "toegevoegd aan de nieuwsbrief. (Keyword: ###LINK###)"
1011
+
1012
+ #: ../settings/settings-edit.php:354
1013
+ msgid "Text to display after email unsubscribed"
1014
+ msgstr "Te tonen tekst nadat de opzeg link is gebruikt"
1015
+
1016
+ #: ../settings/settings-edit.php:355
1017
+ msgid ""
1018
+ "This text will display once user clicked unsubscribed link from our "
1019
+ "newsletter."
1020
+ msgstr "Deze tekst wordt getoond nadat de gebruiker op de opzeg link heeft geklikt."
1021
+
1022
+ #: ../settings/settings-edit.php:362
1023
+ msgid "Message 1"
1024
+ msgstr "Bericht 1"
1025
+
1026
+ #: ../settings/settings-edit.php:363
1027
+ msgid "Default message to display if any issue on confirmation link."
1028
+ msgstr "Default bericht te tonen indien een probleem met de bevestigingslink bestaat."
1029
+
1030
+ #: ../settings/settings-edit.php:369
1031
+ msgid "Message 2"
1032
+ msgstr "Bericht 2"
1033
+
1034
+ #: ../settings/settings-edit.php:370
1035
+ msgid "Default message to display if any issue on unsubscribe link."
1036
+ msgstr "Default bericht te tonen indien een probleem met de opzeg link bestaat."
1037
+
1038
+ #: ../settings/settings-edit.php:377
1039
+ msgid "Sent report subject"
1040
+ msgstr "Onderwerp verzendverslag"
1041
+
1042
+ #: ../settings/settings-edit.php:378
1043
+ msgid "Mail subject for sent mail report."
1044
+ msgstr "Onderwerp verzendverslag"
1045
+
1046
+ #: ../settings/settings-edit.php:384
1047
+ msgid "Sent report content"
1048
+ msgstr "Inhoud verzendverslag"
1049
+
1050
+ #: ../settings/settings-edit.php:385
1051
+ msgid ""
1052
+ "Mail content for sent mail report. (Keyword: ###COUNT###, ###UNIQUE###, "
1053
+ "###STARTTIME###, ###ENDTIME###)"
1054
+ msgstr ""
1055
+ "Inhoud verzendverslag. (Keyword: ###COUNT###, ###UNIQUE###, ###STARTTIME###, "
1056
+ "###ENDTIME###)"
1057
+
1058
+ #: ../settings/settings-edit.php:396
1059
+ msgid "Save Settings"
1060
+ msgstr "Instellingen opslaan"
1061
+
1062
+ #: ../settings/settings-edit.php:397 ../subscribers/view-subscriber-add.php:154 ..
1063
+ #: subscribers/view-subscriber-sync.php:157 ../subscribers/view-subscriber-edit.
1064
+ #: php:147 ../notification/notification-edit.php:255 ../notification/notification-
1065
+ #: add.php:248 ../compose/compose-edit.php:109 ../compose/compose-add.php:100 ..
1066
+ #: cron/cron-add.php:89 ../sendmail/sendmail.php:240 ../roles/roles-add.php:157
1067
+ msgid "Cancel"
1068
+ msgstr "Annuleren"
1069
+
1070
+ #: ../settings/settings-edit.php:398 ../sentmail/sentmail-preview.php:36 ..
1071
+ #: sentmail/deliverreport-show.php:118 ../subscribers/view-subscriber-add.php:
1072
+ #: 155 ../subscribers/view-subscriber-sync.php:158 ../subscribers/view-subscriber-
1073
+ #: export.php:68 ../subscribers/view-subscriber-edit.php:148 ../subscribers/view-
1074
+ #: subscriber-import.php:189 ../subscribers/view-subscriber-show.php:448 ..
1075
+ #: notification/notification-edit.php:256 ../notification/notification-add.php:
1076
+ #: 249 ../notification/notification-show.php:141 ../compose/compose-edit.php:110 .
1077
+ #: ./compose/compose-show.php:113 ../compose/compose-preview.php:35 ..
1078
+ #: compose/compose-add.php:101 ../cron/cron-add.php:90 ../sendmail/sendmail.php:
1079
+ #: 241 ../roles/roles-add.php:158
1080
+ msgid "Help"
1081
+ msgstr "Hulp"
1082
+
1083
+ #: ../job/es-optin.php:56 ../job/es-optin.php:66 ../job/es-unsubscribe.php:53 ..
1084
+ #: job/es-unsubscribe.php:60
1085
+ msgid ""
1086
+ "Oops.. We are getting some technical error. Please try again or contact "
1087
+ "admin."
1088
+ msgstr ""
1089
+ "Ojee, we hebben een technische fout. Probeer opnieuw of contacteer de "
1090
+ "beheerder."
1091
+
1092
+ #: ../job/es-optin.php:59
1093
+ msgid "This email address has already been confirmed."
1094
+ msgstr "Dit email adres is al bevestigd."
1095
+
1096
+ #: ../sentmail/sentmail-show.php:19 ../sentmail/sentmail-preview.php:15 ..
1097
+ #: subscribers/view-subscriber-edit.php:12 ../subscribers/view-subscriber-show.
1098
+ #: php:46 ../notification/notification-edit.php:16 ../notification/notification-
1099
+ #: show.php:18 ../compose/compose-edit.php:15 ../compose/compose-show.php:31 ..
1100
+ #: compose/compose-preview.php:13
1101
+ msgid "Oops, selected details doesnt exist."
1102
+ msgstr "Ojee, de geselecteerde details bestaan niet"
1103
+
1104
+ #: ../sentmail/sentmail-show.php:31 ../subscribers/view-subscriber-show.php:60 ..
1105
+ #: subscribers/view-subscriber-show.php:104 ../compose/compose-show.php:43
1106
+ msgid "Selected record was successfully deleted."
1107
+ msgstr "De geselecteerde gegevens zijn succesvol verwijderd"
1108
+
1109
+ #: ../sentmail/sentmail-show.php:38
1110
+ msgid "Successfully deleted all reports except latest 10."
1111
+ msgstr "Alle rapporten succesvol verwijderd behalve de laatste 10"
1112
+
1113
+ #: ../sentmail/sentmail-show.php:49 ../classes/es-register.php:161 ../classes/es-
1114
+ #: register.php:162
1115
+ msgid "Sent Mails"
1116
+ msgstr "Verzend mails"
1117
+
1118
+ #: ../sentmail/sentmail-show.php:67 ../sentmail/sentmail-show.php:80
1119
+ msgid "View Reports"
1120
+ msgstr "Bekijk rapporten"
1121
+
1122
+ #: ../sentmail/sentmail-show.php:68 ../sentmail/sentmail-show.php:81 ..
1123
+ #: compose/compose-show.php:95
1124
+ msgid "Preview"
1125
+ msgstr "Voorbeeld"
1126
+
1127
+ #: ../sentmail/sentmail-show.php:70 ../sentmail/sentmail-show.php:83 ..
1128
+ #: sentmail/deliverreport-show.php:42 ../sentmail/deliverreport-show.php:54 ..
1129
+ #: subscribers/view-subscriber-add.php:121 ../subscribers/view-subscriber-edit.
1130
+ #: php:105 ../subscribers/view-subscriber-import.php:155 ../subscribers/view-
1131
+ #: subscriber-show.php:327 ../subscribers/view-subscriber-show.php:340 ..
1132
+ #: compose/compose-edit.php:99 ../compose/compose-show.php:67 ../compose/compose-
1133
+ #: show.php:75 ../compose/compose-add.php:90
1134
+ msgid "Status"
1135
+ msgstr "Status"
1136
+
1137
+ #: ../sentmail/sentmail-show.php:71 ../sentmail/sentmail-show.php:84 ..
1138
+ #: sentmail/deliverreport-show.php:43 ../sentmail/deliverreport-show.php:55 ..
1139
+ #: compose/compose-show.php:68 ../compose/compose-show.php:76
1140
+ msgid "Type"
1141
+ msgstr "Type"
1142
+
1143
+ #: ../sentmail/sentmail-show.php:75 ../sentmail/sentmail-show.php:88 ..
1144
+ #: subscribers/view-subscriber-export.php:30 ../subscribers/view-subscriber-
1145
+ #: export.php:38 ../subscribers/view-subscriber-show.php:330 ../subscribers/view-
1146
+ #: subscriber-show.php:343 ../compose/compose-show.php:69 ../compose/compose-show.
1147
+ #: php:77
1148
+ msgid "Action"
1149
+ msgstr "Actie"
1150
+
1151
+ #: ../sentmail/sentmail-show.php:128 ../sentmail/deliverreport-show.php:82 ..
1152
+ #: notification/notification-show.php:130 ../compose/compose-show.php:102
1153
+ msgid "No records available."
1154
+ msgstr "Geen gegevens beschikbaar."
1155
+
1156
+ #: ../sentmail/sentmail-show.php:140 ../sentmail/deliverreport-show.php:94
1157
+ msgid " &lt;&lt; "
1158
+ msgstr "&lt;&lt;"
1159
+
1160
+ #: ../sentmail/sentmail-show.php:141 ../sentmail/deliverreport-show.php:95
1161
+ msgid " &gt;&gt; "
1162
+ msgstr "&gt;&gt;"
1163
+
1164
+ #: ../sentmail/sentmail-show.php:164 ../sentmail/sentmail-show.php:166
1165
+ msgid "Optimize Table"
1166
+ msgstr "Optimalizeer de tabel"
1167
+
1168
+ #: ../sentmail/sentmail-show.php:174
1169
+ msgid ""
1170
+ "Note: Please click <strong>Optimize Table</strong> button to delete all "
1171
+ "reports except latest 10."
1172
+ msgstr ""
1173
+ "Noot: klik op de knop <strong>Optimaliseer de tabel</strong> om alle "
1174
+ "rapporten te verwijderen behalve de laatste 10"
1175
+
1176
+ #: ../sentmail/sentmail-preview.php:22 ../compose/compose-preview.php:21
1177
+ msgid "Preview Mail"
1178
+ msgstr "Voorbeeld van de mail"
1179
+
1180
+ #: ../sentmail/sentmail-preview.php:35 ../sentmail/deliverreport-show.php:117 ..
1181
+ #: subscribers/view-subscriber-export.php:67 ../subscribers/view-subscriber-
1182
+ #: import.php:188 ../compose/compose-preview.php:33
1183
+ msgid "Back"
1184
+ msgstr "Terug"
1185
+
1186
+ #: ../sentmail/deliverreport-show.php:13
1187
+ msgid "Oops.. Unexpected error occurred. Please try again."
1188
+ msgstr "Ojee, een onverwachte fout! Probeer het opnieuw a.u.b."
1189
+
1190
+ #: ../sentmail/deliverreport-show.php:22
1191
+ msgid "Delivery Report"
1192
+ msgstr "Afleverrapport"
1193
+
1194
+ #: ../sentmail/deliverreport-show.php:39 ../sentmail/deliverreport-show.php:51 ..
1195
+ #: subscribers/view-subscriber-export.php:27 ../subscribers/view-subscriber-
1196
+ #: export.php:35 ../subscribers/view-subscriber-show.php:324 ../subscribers/view-
1197
+ #: subscriber-show.php:337
1198
+ msgid "Sno"
1199
+ msgstr "Sno"
1200
+
1201
+ #: ../sentmail/deliverreport-show.php:40 ../sentmail/deliverreport-show.php:52
1202
+ msgid "Email"
1203
+ msgstr "Email"
1204
+
1205
+ #: ../sentmail/deliverreport-show.php:41 ../sentmail/deliverreport-show.php:53
1206
+ msgid "Sent Date"
1207
+ msgstr "Verzenddatum"
1208
+
1209
+ #: ../sentmail/deliverreport-show.php:44 ../sentmail/deliverreport-show.php:56
1210
+ msgid "Viewed Status"
1211
+ msgstr "Status bekeken"
1212
+
1213
+ #: ../sentmail/deliverreport-show.php:45 ../sentmail/deliverreport-show.php:57
1214
+ msgid "Viewed Date"
1215
+ msgstr "Datum bekeken"
1216
 
1217
+ #: ../sentmail/deliverreport-show.php:46 ../sentmail/deliverreport-show.php:58 ..
1218
+ #: subscribers/view-subscriber-show.php:329 ../subscribers/view-subscriber-show.
1219
+ #: php:342
1220
+ msgid "Database ID"
1221
+ msgstr "Database ID"
1222
 
1223
+ #: ../classes/es-loadwidget.php:24 ../classes/es-register.php:411 ..
1224
+ #: subscribers/view-subscriber-show.php:326 ../subscribers/view-subscriber-show.
1225
+ #: php:339
1226
+ msgid "Name"
1227
+ msgstr "Naam"
 
 
1228
 
1229
+ #: ../classes/es-loadwidget.php:29 ../classes/es-register.php:416
1230
+ msgid "Email *"
1231
+ msgstr "Email*"
1232
 
1233
+ #: ../classes/es-loadwidget.php:34 ../classes/es-register.php:421
1234
+ msgid "Subscribe"
1235
+ msgstr "Abonneer"
1236
 
1237
+ #: ../classes/es-register.php:140 ../classes/es-register.php:141
1238
+ msgid "Subscribers"
1239
+ msgstr "Abonnees"
1240
 
1241
+ #: ../classes/es-register.php:143 ../classes/es-register.php:144
1242
+ msgid "Compose"
1243
+ msgstr "Samenstellen"
 
 
 
 
1244
 
1245
+ #: ../classes/es-register.php:146 ../classes/es-register.php:147 ..
1246
+ #: notification/notification-show.php:44
1247
+ msgid "Notification"
1248
+ msgstr "Kennisgeving"
1249
 
1250
+ #: ../classes/es-register.php:149 ../classes/es-register.php:150 ..
1251
+ #: sendmail/sendmail.php:93 ../sendmail/sendmail.php:236 ../sendmail/sendmail.
1252
+ #: php:238
1253
+ msgid "Send Email"
1254
+ msgstr "Stuur email"
1255
 
1256
+ #: ../classes/es-register.php:158 ../classes/es-register.php:159
1257
+ msgid "Roles"
1258
+ msgstr "Rollen"
1259
 
1260
+ #: ../classes/es-register.php:164
1261
+ msgid "Help & Info"
1262
+ msgstr "Hulp & info"
 
 
 
 
1263
 
1264
+ #: ../classes/es-register.php:176
1265
+ msgctxt "view-subscriber-enhanced-select"
1266
+ msgid "Please enter subscriber email address."
1267
+ msgstr "Voer e-mailadres abonnee in."
1268
 
1269
+ #: ../classes/es-register.php:177
1270
+ msgctxt "view-subscriber-enhanced-select"
1271
+ msgid "Please select subscriber email status."
1272
+ msgstr "Voer status abonnee in."
 
 
 
1273
 
1274
+ #: ../classes/es-register.php:178
1275
+ msgctxt "view-subscriber-enhanced-select"
1276
+ msgid "Please select or create group for this subscriber."
1277
+ msgstr "Selecteer of maak een groep voor deze abonnee."
1278
 
1279
+ #: ../classes/es-register.php:179
1280
+ msgctxt "view-subscriber-enhanced-select"
1281
+ msgid "Do you want to delete this record?"
1282
+ msgstr "Wil je dit gegeven verwijderen?"
 
1283
 
1284
+ #: ../classes/es-register.php:180
1285
+ msgctxt "view-subscriber-enhanced-select"
1286
+ msgid "Please select the bulk action."
1287
+ msgstr "Selecteer bulactie."
1288
 
1289
+ #: ../classes/es-register.php:181
1290
+ msgctxt "view-subscriber-enhanced-select"
1291
+ msgid "Do you want to delete selected record(s)?"
1292
+ msgstr "Wilt je geselecteerde gegevens verwijderen?"
 
 
 
1293
 
1294
+ #: ../classes/es-register.php:182
1295
+ msgctxt "view-subscriber-enhanced-select"
1296
+ msgid "Are you sure you want to delete?"
1297
+ msgstr "Weet je zeker dat je dit wilt verwijderen?"
1298
 
1299
+ #: ../classes/es-register.php:183
1300
+ msgctxt "view-subscriber-enhanced-select"
1301
  msgid ""
1302
+ "Do you want to resend confirmation email? \\nAlso please note, this will "
1303
+ "update subscriber current status to 'Unconfirmed'."
1304
  msgstr ""
1305
+ "Wil je de bevestigingsemail nogmaals verzenden?\\nDit zet tevens de status "
1306
+ "van de abonnee naar 'Onbevestigd'."
1307
+
1308
+ #: ../classes/es-register.php:184
1309
+ msgctxt "view-subscriber-enhanced-select"
1310
+ msgid "Please select new subscriber group."
1311
+ msgstr "Selecteer de nieuwe abonneegroep."
1312
+
1313
+ #: ../classes/es-register.php:185
1314
+ msgctxt "view-subscriber-enhanced-select"
1315
+ msgid "Do you want to update subscribers group?"
1316
+ msgstr "Wil je de abonneegroep updaten?"
1317
+
1318
+ #: ../classes/es-register.php:186
1319
+ msgctxt "view-subscriber-enhanced-select"
1320
+ msgid "Do you want to export the emails?"
1321
+ msgstr "Wil je de emails exporteren?"
1322
+
1323
+ #: ../classes/es-register.php:187
1324
+ msgctxt "view-subscriber-enhanced-select"
1325
  msgid ""
1326
+ "Please select only csv file. Please check official website for csv structure."
1327
+ "."
1328
  msgstr ""
1329
+ "Selecteer alleen een csv bestand. Zie de officiële website voor de structuur "
1330
+ "van een csv bestand"
1331
+
1332
+ #: ../classes/es-register.php:195
1333
+ msgctxt "compose-enhanced-select"
1334
+ msgid "Please enter name for configuration."
1335
+ msgstr "Voer de naam voor de configuratie in."
1336
+
1337
+ #: ../classes/es-register.php:196
1338
+ msgctxt "compose-enhanced-select"
1339
+ msgid "Please select template for this configuration."
1340
+ msgstr "Selecteer template voor deze configuratie."
1341
+
1342
+ #: ../classes/es-register.php:197
1343
+ msgctxt "compose-enhanced-select"
1344
+ msgid "Do you want to delete this record?"
1345
+ msgstr "Wil je dit gegeven verwijderen?"
1346
+
1347
+ #: ../classes/es-register.php:205
1348
+ msgctxt "notification-enhanced-select"
1349
+ msgid "Please select subscribers group."
1350
+ msgstr "Selecteer abonneegroep."
1351
+
1352
+ #: ../classes/es-register.php:208
1353
+ msgctxt "notification-enhanced-select"
1354
+ msgid "Do you want to delete this record?"
1355
+ msgstr "Wil je dit gegeven verwijderen?"
1356
+
1357
+ #: ../classes/es-register.php:230
1358
+ msgctxt "sentmail-enhanced-select"
1359
+ msgid "Do you want to delete this record?"
1360
+ msgstr "Wil je dit gegeven verwijderen?"
1361
+
1362
+ #: ../classes/es-register.php:231
1363
+ msgctxt "sentmail-enhanced-select"
1364
+ msgid "Do you want to delete all records except latest 10?"
1365
+ msgstr "Wil je alle gegevens m.u.v. de laatste 10 verwijderen?"
1366
+
1367
+ #: ../classes/es-register.php:265
1368
+ msgctxt "widget-enhanced-select"
1369
+ msgid "loading..."
1370
+ msgstr "Laden..."
1371
+
1372
+ #: ../classes/es-register.php:267
1373
+ msgctxt "widget-enhanced-select"
1374
+ msgid "Subscribed successfully."
1375
+ msgstr "Inschrijving succesvol"
1376
+
1377
+ #: ../classes/es-register.php:268
1378
+ msgctxt "widget-enhanced-select"
1379
  msgid ""
1380
+ "You have successfully subscribed to the newsletter. You will receive a "
1381
+ "confirmation email in a few minutes. Please follow the link in it to confirm "
1382
+ "your subscription. If the email takes more than 15 minutes to appear in your "
1383
+ "mailbox, please check your spam folder."
1384
  msgstr ""
1385
+ "Een bevestiging is per e-mail naar je verzonden. Klik de link in deze e-mail "
1386
+ "om je inschrijving definitief te maken. Wanneer je de e-mail niet binnen 15 "
1387
+ "minuten hebt ontvangen, controleer dan of deze onbedoeld in je spam folder "
1388
+ "terecht is gekomen."
1389
+
1390
+ #: ../classes/es-register.php:269
1391
+ msgctxt "widget-enhanced-select"
1392
+ msgid "Email Address already exists."
1393
+ msgstr "E-mailadres al bekend."
1394
+
1395
+ #: ../classes/es-register.php:270
1396
+ msgctxt "widget-enhanced-select"
1397
+ msgid "Oops.. Unexpected error occurred."
1398
+ msgstr "Onverwachte fout opgetreden"
1399
+
1400
+ #: ../classes/es-register.php:271
1401
+ msgctxt "widget-enhanced-select"
1402
+ msgid "Invalid email address."
1403
+ msgstr "Ongeldig e-mailadres"
1404
+
1405
+ #: ../classes/es-register.php:272
1406
+ msgctxt "widget-enhanced-select"
1407
+ msgid "Please try after some time."
1408
+ msgstr "Probeer het later nog eens"
1409
+
1410
+ #: ../classes/es-register.php:280
1411
+ msgctxt "widget-page-enhanced-select"
1412
+ msgid "Please enter email address."
1413
+ msgstr "Voer een geldig e-mailadres in."
1414
+
1415
+ #: ../classes/es-register.php:281
1416
+ msgctxt "widget-page-enhanced-select"
1417
+ msgid "Please provide a valid email address."
1418
+ msgstr "Voer een geldig e-mailadres in."
1419
+
1420
+ #: ../classes/es-register.php:282
1421
+ msgctxt "widget-page-enhanced-select"
1422
+ msgid "loading..."
1423
+ msgstr "Laden..."
1424
+
1425
+ #: ../classes/es-register.php:284
1426
+ msgctxt "widget-page-enhanced-select"
1427
+ msgid "Subscribed successfully."
1428
+ msgstr "Inschrijving succesvol."
1429
+
1430
+ #: ../classes/es-register.php:285
1431
+ msgctxt "widget-page-enhanced-select"
1432
  msgid ""
1433
+ "You have successfully subscribed to the newsletter. You will receive a "
1434
+ "confirmation email in a few minutes. Please follow the link in it to confirm "
1435
+ "your subscription. If the email takes more than 15 minutes to appear in your "
1436
+ "mailbox, please check your spam folder."
 
 
 
 
 
 
1437
  msgstr ""
1438
+ "Een bevestiging is per e-mail naar je verzonden. Klik de link in deze e-mail "
1439
+ "om je inschrijving definitief te maken. Wanneer je de e-mail niet binnen 15 "
1440
+ "minuten hebt ontvangen, controleer dan of deze onbedoeld in je spam folder "
1441
+ "terecht is gekomen."
1442
+
1443
+ #: ../classes/es-register.php:286
1444
+ msgctxt "widget-page-enhanced-select"
1445
+ msgid "Email Address already exists."
1446
+ msgstr "E-mailadres bestaat al"
1447
+
1448
+ #: ../classes/es-register.php:287
1449
+ msgctxt "widget-page-enhanced-select"
1450
+ msgid "Oops.. Unexpected error occurred."
1451
+ msgstr "Onbekende fout opgetreden"
1452
+
1453
+ #: ../classes/es-register.php:288
1454
+ msgctxt "widget-page-enhanced-select"
1455
+ msgid "Invalid email address."
1456
+ msgstr "Ongeldig e-mailadres"
1457
+
1458
+ #: ../classes/es-register.php:289
1459
+ msgctxt "widget-page-enhanced-select"
1460
+ msgid "Please try after some time."
1461
+ msgstr "Probeer het later nog eens."
1462
+
1463
+ #: ../classes/es-register.php:290
1464
+ msgctxt "widget-page-enhanced-select"
1465
+ msgid "There was a problem with the request."
1466
+ msgstr "Fout tijdens de opdracht"
1467
+
1468
+ #: ../classes/es-register.php:456
1469
+ msgid "Widget Title"
1470
+ msgstr "Widget titel"
1471
 
1472
+ #: ../classes/es-register.php:460
1473
+ msgid "Display Name Field"
1474
+ msgstr "Toon veldnaam"
1475
 
1476
+ #: ../classes/es-register.php:467
1477
+ msgid "Short Description"
1478
+ msgstr "Korte beschrijving"
1479
 
1480
+ #: ../classes/es-register.php:469
1481
+ msgid "Short description about your subscription form."
1482
+ msgstr "Korte beschrijving van uw aanmeldingsformulier"
1483
 
1484
+ #: ../classes/es-register.php:472
1485
+ msgid "Subscriber Group"
1486
+ msgstr "Abonnee groep"
1487
 
1488
+ #: ../classes/es-common.php:8
1489
+ msgid "<span style=\"color:#006600;font-weight:bold;\">Confirmed</span>"
1490
+ msgstr "<span style=\"color:#006600;font-weight:bold;\">Bevestigd</span>"
1491
 
1492
+ #: ../classes/es-common.php:11
1493
+ msgid "<span style=\"color:#FF0000\">Unconfirmed</span>"
1494
+ msgstr "<span style=\"color:#FF0000\">Onbevestigd</span>"
1495
 
1496
+ #: ../classes/es-common.php:14
1497
+ msgid "<span style=\"color:#999900\">Unsubscribed</span>"
1498
+ msgstr "<span style=\"color:#999900\">Uitgeschreven</span>"
1499
+
1500
+ #: ../classes/es-common.php:32
1501
+ msgid "<span style=\"color:#00FF00;font-weight:bold;\">Sent</span>"
1502
+ msgstr "<span style=\"color:#00FF00;font-weight:bold;\">Verzonden</span>"
1503
 
1504
+ #: ../subscribers/view-subscriber-add.php:28 ../subscribers/view-subscriber-add.
1505
+ #: php:119 ../subscribers/view-subscriber-edit.php:43 ../subscribers/view-
1506
+ #: subscriber-edit.php:103
 
1507
  msgid "Please enter subscriber email address."
1508
+ msgstr "Geef aub de naam van de abonnee in."
1509
 
1510
  #: ../subscribers/view-subscriber-add.php:45
1511
  msgid "Please select or create your group for this email."
1512
  msgstr "Selecteer of maak een groep voor deze mail"
1513
 
1514
+ #: ../subscribers/view-subscriber-add.php:54 ../subscribers/view-subscriber-
1515
+ #: import.php:45
1516
+ msgid ""
1517
+ "Error: Special characters (['^$%&*()}{@#~?><>,|=_+\\\"]) are not allowed in "
1518
+ "the group name."
1519
+ msgstr ""
1520
+ "Fout: Speciale tekens (['^$%&*()}{@#~?><>,|=_+\\\"]) zijn niet toegestaan in "
1521
+ "een groepnaam"
1522
+
1523
  #: ../subscribers/view-subscriber-add.php:66
1524
  msgid "Email was successfully inserted."
1525
+ msgstr "E-mail is succesvol toegevoegd."
1526
 
1527
  #: ../subscribers/view-subscriber-add.php:70
1528
  msgid "Email already exist in our list."
1529
+ msgstr "E-mail bestaat al in onze lijst"
1530
 
1531
  #: ../subscribers/view-subscriber-add.php:75
1532
  msgid "Email is invalid."
1533
+ msgstr "E-mail ongeldig"
1534
+
1535
+ #: ../subscribers/view-subscriber-add.php:92 ../subscribers/view-subscriber-add.
1536
+ #: php:101 ../subscribers/view-subscriber-edit.php:86 ../subscribers/view-
1537
+ #: subscriber-import.php:107 ../subscribers/view-subscriber-import.php:138 ..
1538
+ #: notification/notification-edit.php:96 ../notification/notification-add.php:92
1539
+ #: ../compose/compose-edit.php:67 ../compose/compose-add.php:59
1540
+ msgid "Click here"
1541
+ msgstr "Klik hier"
1542
 
1543
+ #: ../subscribers/view-subscriber-add.php:92 ../subscribers/view-subscriber-add.
1544
+ #: php:101 ../subscribers/view-subscriber-edit.php:86 ../subscribers/view-
1545
+ #: subscriber-import.php:107 ../subscribers/view-subscriber-import.php:138 ..
1546
+ #: notification/notification-edit.php:97 ../compose/compose-edit.php:68 ..
1547
+ #: compose/compose-add.php:60
1548
+ msgid " to view the details"
1549
+ msgstr "om de details te zien"
1550
+
1551
+ #: ../subscribers/view-subscriber-add.php:111
1552
  msgid "Add email"
1553
+ msgstr "Voeg e-mail toe"
1554
 
1555
+ #: ../subscribers/view-subscriber-add.php:113 ../subscribers/view-subscriber-edit.
1556
+ #: php:97
1557
  msgid "Enter full name"
1558
+ msgstr "Geef de volledige naam in"
1559
 
1560
+ #: ../subscribers/view-subscriber-add.php:115 ../subscribers/view-subscriber-edit.
1561
+ #: php:99
1562
  msgid "Please enter subscriber full name."
1563
+ msgstr "Geef a.u.b. de volledige naam van de abonnee in."
1564
 
1565
+ #: ../subscribers/view-subscriber-add.php:117 ../subscribers/view-subscriber-edit.
1566
+ #: php:101
1567
  msgid "Enter email address."
1568
+ msgstr "Geef email adres in."
1569
 
1570
+ #: ../subscribers/view-subscriber-add.php:128 ../subscribers/view-subscriber-edit.
1571
+ #: php:112 ../subscribers/view-subscriber-import.php:162
 
1572
  msgid "Please select subscriber email status."
1573
+ msgstr "Selecteer a.u.b. de e-mail status van de abonnee"
1574
 
1575
+ #: ../subscribers/view-subscriber-add.php:130 ../subscribers/view-subscriber-
1576
+ #: import.php:164
1577
  msgid "Select (or) Create Group"
1578
  msgstr "Selecteer (of) maak een groep"
1579
 
1580
+ #: ../subscribers/view-subscriber-add.php:132 ../subscribers/view-subscriber-sync.
1581
+ #: php:99 ../subscribers/view-subscriber-sync.php:130 ../subscribers/view-
1582
+ #: subscriber-edit.php:116 ../subscribers/view-subscriber-import.php:166 ..
1583
+ #: notification/notification-edit.php:131 ../notification/notification-add.php:
1584
+ #: 115 ../notification/notification-add.php:139 ../sendmail/sendmail.php:106 ..
1585
+ #: sendmail/sendmail.php:134 ../sendmail/sendmail.php:149
1586
+ msgid "Select"
1587
+ msgstr "Selecteer"
 
1588
 
1589
+ #: ../subscribers/view-subscriber-add.php:148 ../subscribers/view-subscriber-edit.
1590
+ #: php:140 ../subscribers/view-subscriber-import.php:182
1591
+ msgid "Please select or create group for this subscriber."
1592
+ msgstr "Selecteer of maak a.u.b. een groep voor deze abonnee"
1593
 
1594
+ #: ../subscribers/view-subscriber-add.php:153 ../subscribers/view-subscriber-sync.
1595
+ #: php:156 ../subscribers/view-subscriber-edit.php:146 ..
1596
+ #: notification/notification-edit.php:254 ../notification/notification-add.php:
1597
+ #: 247 ../compose/compose-edit.php:108 ../compose/compose-add.php:99 ../cron/cron-
1598
+ #: add.php:88 ../roles/roles-add.php:156
1599
+ msgid "Submit"
1600
+ msgstr "Verzenden"
1601
 
1602
+ #: ../subscribers/view-subscriber-export.php:22
1603
  msgid "Export email address in csv format"
1604
+ msgstr "Exporteer e-mail adres in csv formaat"
1605
 
1606
+ #: ../subscribers/view-subscriber-export.php:28 ../subscribers/view-subscriber-
1607
+ #: export.php:36
1608
  msgid "Export option"
1609
  msgstr "Export optie"
1610
 
1611
+ #: ../subscribers/view-subscriber-export.php:29 ../subscribers/view-subscriber-
1612
+ #: export.php:37
1613
  msgid "Total email"
1614
+ msgstr "Totaal e-mails"
1615
 
1616
+ #: ../subscribers/view-subscriber-export.php:44
1617
  msgid "Subscriber email address"
1618
  msgstr "E-mail adres abonnee"
1619
 
1620
+ #: ../subscribers/view-subscriber-export.php:46 ../subscribers/view-subscriber-
1621
+ #: export.php:52 ../subscribers/view-subscriber-export.php:58
 
1622
  msgid "Click to export csv"
1623
  msgstr "Klik om CSV te exporteren"
1624
 
1625
+ #: ../subscribers/view-subscriber-export.php:50
1626
  msgid "Registered email address"
1627
+ msgstr "Geregistreerd e-mail adres"
1628
 
1629
+ #: ../subscribers/view-subscriber-export.php:56
1630
  msgid "Comments author email address"
1631
+ msgstr "Commentaar auteur e-mail adres"
1632
 
1633
+ #: ../subscribers/view-subscriber-export.php:65
1634
  msgid "Add Email"
1635
+ msgstr "Voeg e-mail toe"
1636
 
1637
+ #: ../subscribers/view-subscriber-export.php:66 ../subscribers/view-subscriber-
1638
+ #: show.php:445
1639
  msgid "Import Email"
1640
+ msgstr "Importeer e-mail"
1641
+
1642
+ #: ../subscribers/view-subscriber-edit.php:54
1643
+ msgid "Error: Special characters are not allowed in the group name."
1644
+ msgstr "Fout: Speciale tekens zijn niet toegestaan in een groepnaam"
1645
+
1646
+ #: ../subscribers/view-subscriber-edit.php:66
1647
+ msgid "Email was successfully updated."
1648
+ msgstr "E-mail is succesvol ge-update."
1649
+
1650
+ #: ../subscribers/view-subscriber-edit.php:95
1651
+ msgid "Edit email"
1652
+ msgstr "Bewerk e-mail"
1653
+
1654
+ #: ../subscribers/view-subscriber-edit.php:114 ../subscribers/view-subscriber-
1655
+ #: show.php:328 ../subscribers/view-subscriber-show.php:341
1656
+ msgid "Group"
1657
+ msgstr "Groep"
1658
 
1659
  #: ../subscribers/view-subscriber-import.php:103
1660
  msgid "Email(s) was successfully imported."
1661
+ msgstr "E-mail(s) succesvol geïmporteerd."
1662
 
1663
  #: ../subscribers/view-subscriber-import.php:104
1664
  msgid "Email(s) are already in our database."
1665
+ msgstr "E-mail(s) staan al in de database."
1666
 
1667
  #: ../subscribers/view-subscriber-import.php:105
1668
  msgid "Email(s) are invalid."
1669
+ msgstr "E-mail(s) zijn ongeldig"
1670
 
1671
  #: ../subscribers/view-subscriber-import.php:115
1672
  msgid "File upload failed or no data available in the csv file."
1673
  msgstr "Uploaden file mislukt of geen data beschikbaar in het csv bestand."
1674
 
1675
+ #: ../subscribers/view-subscriber-import.php:149
1676
  msgid "Upload email"
1677
+ msgstr "Upload e-mail"
1678
 
1679
+ #: ../subscribers/view-subscriber-import.php:150
1680
  msgid "Select csv file"
1681
  msgstr "Selecteer CSV bestand"
1682
 
1683
  #: ../subscribers/view-subscriber-import.php:153
1684
+ msgid "click here"
1685
+ msgstr "Klik hier"
 
 
 
 
1686
 
1687
+ #: ../subscribers/view-subscriber-import.php:187
1688
  msgid "Upload CSV"
1689
  msgstr "Upload CSV"
1690
 
1691
+ #: ../subscribers/view-subscriber-show.php:72 ../subscribers/view-subscriber-show.
1692
+ #: php:125
1693
  msgid "To send confirmation mail, Please change the Opt-in option to Double Opt In."
1694
  msgstr ""
1695
+ "Wijzig a.u.b. de Opt-In optie naar Double Opt-In om de bevestigingsmail te "
1696
  "versturen."
1697
 
1698
  #: ../subscribers/view-subscriber-show.php:81
1699
  msgid "Confirmation email resent successfully."
1700
+ msgstr "De bevestigings e-mail is succesvol verzonden."
1701
 
1702
+ #: ../subscribers/view-subscriber-show.php:110 ../subscribers/view-subscriber-
1703
+ #: show.php:156 ../subscribers/view-subscriber-show.php:201
 
1704
  msgid "Oops, No record was selected."
1705
+ msgstr "Oei, geen gegevens geselecteerd."
1706
 
1707
  #: ../subscribers/view-subscriber-show.php:150
1708
  msgid "Confirmation email(s) resent successfully."
1709
+ msgstr "Bevestigings a-mail(s) succesvol opnieuw verzonden."
1710
 
1711
  #: ../subscribers/view-subscriber-show.php:186
1712
  msgid "Selected subscribers group was successfully updated."
1713
+ msgstr "Geselecteerde abonnee groep succesvol geupdate."
1714
 
1715
  #: ../subscribers/view-subscriber-show.php:192
1716
  msgid "Oops, New group name was not selected."
1717
+ msgstr "Oei, nieuwe groepsnaam is niet geselecteerd."
1718
 
1719
+ #: ../subscribers/view-subscriber-show.php:233 ../subscribers/view-subscriber-
1720
+ #: show.php:444 ../notification/notification-show.php:45 ..
1721
+ #: notification/notification-show.php:140 ../compose/compose-show.php:56 ..
1722
+ #: compose/compose-show.php:112
1723
+ msgid "Add New"
1724
+ msgstr "Voeg nieuw toe"
1725
 
1726
  #: ../subscribers/view-subscriber-show.php:300
1727
  msgid "Confirmed"
1729
 
1730
  #: ../subscribers/view-subscriber-show.php:301
1731
  msgid "Unconfirmed"
1732
+ msgstr "Onbevestigd"
1733
 
1734
  #: ../subscribers/view-subscriber-show.php:302
1735
  msgid "Unsubscribed"
1736
+ msgstr "Uitgeschreven"
 
 
 
 
1737
 
1738
+ #: ../subscribers/view-subscriber-show.php:325 ../subscribers/view-subscriber-
1739
+ #: show.php:338
1740
  msgid "Email address"
1741
+ msgstr "Email adres"
1742
+
1743
+ #: ../subscribers/view-subscriber-show.php:374 ../notification/notification-show.
1744
+ #: php:87 ../compose/compose-show.php:93 ../compose/compose-preview.php:34
1745
+ msgid "Edit"
1746
+ msgstr "Bewerken"
1747
+
1748
+ #: ../subscribers/view-subscriber-show.php:377 ../subscribers/view-subscriber-
1749
+ #: show.php:422 ../notification/notification-show.php:90 ../compose/compose-show.
1750
+ #: php:94
1751
+ msgid "Delete"
1752
+ msgstr "Verwijderen"
1753
 
1754
+ #: ../subscribers/view-subscriber-show.php:385 ../subscribers/view-subscriber-
1755
+ #: show.php:423
1756
  msgid "Resend Confirmation"
1757
  msgstr "Bevestiging opnieuw verzenden"
1758
 
1759
  #: ../subscribers/view-subscriber-show.php:401
1760
  msgid "No records available. Please use the above alphabet search button to search."
1761
+ msgstr "Geen data beschikibaar. Gebruik aub de alfabetische zoekknoppen."
1762
 
1763
  #: ../subscribers/view-subscriber-show.php:421
1764
  msgid "Bulk Actions"
1765
+ msgstr "Bulk actie"
1766
 
1767
  #: ../subscribers/view-subscriber-show.php:424
1768
  msgid "Update Subscribers Group"
1769
+ msgstr "Update abonnee groep"
1770
 
1771
  #: ../subscribers/view-subscriber-show.php:427
1772
  msgid "Select Group"
1774
 
1775
  #: ../subscribers/view-subscriber-show.php:441
1776
  msgid "Apply"
1777
+ msgstr "Toepassen"
1778
+
1779
+ #. Description of the plugin
1780
+ msgid ""
1781
+ "Add subscription form on website, send HTML newsletters to subscribers & "
1782
+ "automatically notify them about new blog posts once it gets published."
1783
+ msgstr ""
1784
+ "Voeg een abonneer-formulier toe aan je website, stuur HTML nieuwsberichten "
1785
+ "aan abonnees & stuur abonnees automatisch een bericht wanneer een nieuw "
1786
+ "bericht geplaatst wordt."
1787
+
1788
+ #: ../notification/notification-edit.php:55 ../notification/notification-add.php:44
1789
+ msgid "Please select notification mail subject. Use compose menu to create new."
1790
+ msgstr ""
1791
+ "Selecteer a.u.b. een onderwerp voor de kennisgeving. Gebruik het "
1792
+ "samenstellingsmenu om een nieuwe kennisgeving te creëren."
1793
+
1794
+ #: ../notification/notification-edit.php:61 ../notification/notification-edit.php:
1795
+ #: 153 ../notification/notification-add.php:50
1796
+ msgid "Please select post categories."
1797
+ msgstr "Selecteer bericht categoriën."
1798
+
1799
+ #: ../notification/notification-edit.php:83
1800
+ msgid "Notification was successfully updated."
1801
+ msgstr "Kennisgeving succesvol aangepast."
1802
+
1803
+ #: ../notification/notification-edit.php:107
1804
+ msgid "Edit Notification"
1805
+ msgstr "Edit kennisgeving "
1806
+
1807
+ #: ../notification/notification-edit.php:113 ../notification/notification-add.php:
1808
+ #: 109 ../notification/notification-show.php:56 ../notification/notification-show.
1809
+ #: php:64
1810
+ msgid "Subscribers Group"
1811
+ msgstr "Abonnee groep"
1812
+
1813
+ #: ../notification/notification-edit.php:125 ../notification/notification-add.php:
1814
+ #: 133
1815
+ msgid "Notification Mail"
1816
+ msgstr "Kennisgeving mail"
1817
+
1818
+ #: ../notification/notification-edit.php:152 ../notification/notification-add.php:
1819
+ #: 158
1820
+ msgid "Post Categories"
1821
+ msgstr "Bericht categoriën"
1822
+
1823
+ #: ../notification/notification-edit.php:188 ../notification/notification-add.php:
1824
+ #: 187 ../sendmail/sendmail.php:169
1825
+ msgid "Check All"
1826
+ msgstr "Vink alles aan"
1827
+
1828
+ #: ../notification/notification-edit.php:189 ../notification/notification-add.php:
1829
+ #: 188 ../sendmail/sendmail.php:170
1830
+ msgid "Uncheck All"
1831
+ msgstr "Vink alles uit"
1832
+
1833
+ #: ../notification/notification-edit.php:237 ../notification/notification-add.php:
1834
+ #: 231 ../notification/notification-show.php:58 ../notification/notification-show.
1835
+ #: php:66
1836
+ msgid "Notification Status"
1837
+ msgstr "Status kennisgeving"
1838
+
1839
+ #: ../notification/notification-edit.php:238 ../notification/notification-add.php:
1840
+ #: 38
1841
+ msgid "Please select notification status."
1842
+ msgstr "Selecteer a.u.b. een kennisgevingsstatus."
1843
+
1844
+ #: ../notification/notification-add.php:32
1845
+ msgid "Please select subscribers group."
1846
+ msgstr "Selecteer a.u.b. een abonnee groep."
1847
+
1848
+ #: ../notification/notification-add.php:103
1849
+ msgid "Add Notification"
1850
+ msgstr "Voeg kennisgeving toe"
1851
+
1852
+ #: ../notification/notification-show.php:55 ../notification/notification-show.php:
1853
+ #: 63
1854
+ msgid "Mail Subject"
1855
+ msgstr "Mail onderwerp"
1856
+
1857
+ #: ../compose/compose-edit.php:41 ../compose/compose-add.php:28
1858
+ msgid "Please enter template heading."
1859
+ msgstr "Voer template kop in a.u.b."
1860
+
1861
+ #: ../compose/compose-edit.php:54
1862
+ msgid "Template was successfully updated."
1863
+ msgstr "Template succesvol aangepast"
1864
+
1865
+ #: ../compose/compose-edit.php:78 ../compose/compose-show.php:55 ..
1866
+ #: compose/compose-add.php:69
1867
+ msgid "Compose Mail"
1868
+ msgstr "Schrijf mail"
1869
+
1870
+ #: ../compose/compose-show.php:66 ../compose/compose-show.php:74
1871
+ msgid "Email subject"
1872
+ msgstr "Email onderwerp"
1873
+
1874
+ #: ../compose/compose-add.php:40
1875
+ msgid "Template was successfully created."
1876
+ msgstr "Template succesvol gecreëerd"
1877
+
1878
+ #: ../compose/compose-add.php:76 ../sendmail/sendmail.php:52
1879
+ msgid "Please select your mail type."
1880
+ msgstr "Selecteer mail type a.u.b."
1881
+
1882
+ #: ../export/export-email-address.php:36 ../export/export-email-address.php:40 ..
1883
+ #: export/export-email-address.php:43
1884
+ msgid "Unexpected url submit has been detected"
1885
+ msgstr "Onverwachte url verzending ontdekt."
1886
+
1887
+ #: ../sendmail/sendmail.php:39
1888
+ msgid "Please select your mail subject."
1889
+ msgstr "Selecteer a.u.b. uw mail onderwerp"
1890
+
1891
+ #: ../sendmail/sendmail.php:46
1892
+ msgid "No email address selected."
1893
+ msgstr "Geen email adres geselecteerd"
1894
+
1895
+ #: ../sendmail/sendmail.php:59
1896
+ msgid "Mail sent successfully"
1897
+ msgstr "Email succesvol verzonden"
1898
+
1899
+ #: ../sendmail/sendmail.php:64
1900
+ msgid "Click here for details"
1901
+ msgstr "Klik hier voor details"
1902
+
1903
+ #: ../sendmail/sendmail.php:71
1904
+ msgid "Oops.. We are getting some error. mail not sending."
1905
+ msgstr "Oje, we hebben een fout, mail wordt niet verzonden."
1906
+
1907
+ #: ../sendmail/sendmail.php:100
1908
+ msgid "Select your mail subject"
1909
+ msgstr "Selecteer uw mail onderwerp"
1910
+
1911
+ #: ../sendmail/sendmail.php:101
1912
+ msgid ""
1913
+ "Select a mail subject from available list. Go to Compose page to create new "
1914
+ "mail."
1915
+ msgstr ""
1916
+ "Selecteer een mail onderwerp uit de beschikbare lijst. Ga naar Samenstellen "
1917
+ "om een nieuwe mail te creëren."
1918
+
1919
+ #: ../sendmail/sendmail.php:143
1920
+ msgid "Select subscriber group"
1921
+ msgstr "Selecteer een abonnee groep"
1922
+
1923
+ #: ../roles/roles-add.php:137
1924
+ msgid "Sent Mails Menu"
1925
+ msgstr "Verzonden emails"
languages/email-subscribers-pl_PL.mo CHANGED
Binary file
languages/email-subscribers-pl_PL.po CHANGED
@@ -1,1881 +1,1946 @@
1
- # Loco Gettext template
2
- msgid ""
3
- msgstr ""
4
- "Project-Id-Version: Email Subscribers\n"
5
- "Report-Msgid-Bugs-To: \n"
6
- "POT-Creation-Date: 2016-06-17 23:15+0200\n"
7
- "POT-Revision-Date: Wed Jun 01 2016 13:06:42 GMT+0530 (IST)\n"
8
- "PO-Revision-Date: 2016-06-19 21:25+0200\n"
9
- "Language-Team: \n"
10
- "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
11
- "|| n%100>=20) ? 1 : 2);\n"
12
- "MIME-Version: 1.0\n"
13
- "Content-Type: text/plain; charset=UTF-8\n"
14
- "Content-Transfer-Encoding: 8bit\n"
15
- "X-Poedit-SourceCharset: UTF-8\n"
16
- "X-Poedit-Basepath: .\n"
17
- "X-Poedit-KeywordsList: _:1;gettext:1;dgettext:2;ngettext:1,2;dngettext:2,3;"
18
- "__:1;_e:1;_c:1;_n:1,2;_n_noop:1,2;_nc:1,2;__ngettext:1,2;__ngettext_noop:1,2;"
19
- "_x:1,2c;_ex:1,2c;_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;"
20
- "esc_attr__:1;esc_html__:1;esc_attr_e:1;esc_html_e:1;esc_attr_x:1,2c;"
21
- "esc_html_x:1,2c;comments_number_link:2,3;t:1;st:1;trans:1;transChoice:1,2\n"
22
- "X-Generator: Poedit 1.8.8\n"
23
- "Last-Translator: \n"
24
- "Language: pl_PL\n"
25
- "X-Poedit-SearchPath-0: ..\n"
26
-
27
- #. Name of the plugin
28
- msgid "Email Subscribers"
29
- msgstr "Email Subscribers"
30
-
31
- #. URI of the plugin
32
- msgid "http://www.storeapps.org"
33
- msgstr "http://www.storeapps.org"
34
-
35
- #. Description of the plugin
36
- msgid ""
37
- "Add subscription form on website, send HTML newsletters to subscribers & "
38
- "automatically notify them about new blog posts once it gets published."
39
- msgstr ""
40
- "Dodaj formularz subskrypcji na stronie internetowej, wysyłaj zawiadomienia "
41
- "HTML do subskrybentów i automatyczne powiadamiaj ich o nowych wpisach na "
42
- "blogu gdy tylko zostaną opublikowane."
43
-
44
- #. Author of the plugin
45
- msgid "Store Apps"
46
- msgstr "Store Apps"
47
-
48
- #: ../settings/setting-sync.php:12
49
- msgid "Table sync completed successfully."
50
- msgstr "Synchronizacja tabeli zakończona pomyślnie."
51
-
52
- #: ../settings/setting-sync.php:25
53
- msgid "Sync plugin tables"
54
- msgstr "Synchronizacja tabeli wtyczek"
55
-
56
- #: ../settings/setting-sync.php:28
57
- msgid "Click to sync tables"
58
- msgstr "Kliknij by synchronizować tabele"
59
-
60
- #: ../settings/settings-edit.php:15
61
- msgid "Oops, selected details doesnt exists."
62
- msgstr "Ups… zaznaczone detale nie istnieją"
63
-
64
- #: ../settings/settings-edit.php:109
65
- msgid "Please enter sender of notifications from name."
66
- msgstr "Proszę podać nadawcę powiadomień po nazwie."
67
-
68
- #: ../settings/settings-edit.php:114
69
- msgid "Please enter sender of notifications from email."
70
- msgstr "Proszę podać nadawcę powiadomień po adresie e-mail."
71
-
72
- #: ../settings/settings-edit.php:147
73
- msgid "Details was successfully updated."
74
- msgstr "Szczegóły zostały pomyślnie zaktualizowane."
75
-
76
- #: ../settings/settings-edit.php:150
77
- msgid "Oops, details not update."
78
- msgstr "Ups... szczegóły nie zostały zaktualizowane."
79
-
80
- #: ../settings/settings-edit.php:190 ../classes/es-register.php:154
81
- #: ../classes/es- register.php:155
82
- msgid "Settings"
83
- msgstr "Ustawienia"
84
-
85
- #: ../settings/settings-edit.php:196
86
- msgid "Sender of notifications"
87
- msgstr "Nadawca powiadomień"
88
-
89
- #: ../settings/settings-edit.php:197
90
- msgid ""
91
- "Choose a FROM name and FROM email address for all notifications emails from "
92
- "this plugin."
93
- msgstr ""
94
- "Wybierz nazwy i adresy FROM dla wszystkich mailowych powiadomień z tej "
95
- "wtyczki."
96
-
97
- #: ../settings/settings-edit.php:206
98
- msgid "Mail type"
99
- msgstr "Typ maila"
100
-
101
- #: ../settings/settings-edit.php:207
102
- msgid ""
103
- "Option 1 & 2 is to send mails with default Wordpress method wp_mail(). "
104
- "Option 3 & 4 is to send mails with PHP method mail()"
105
- msgstr ""
106
- "Warianty 1 i 2 wysyłają maile domyślną metodą: wp_mail Wordpress (). "
107
- "Warianty 3 i 4 wysyłają maile z metodą PHP ()"
108
-
109
- #: ../settings/settings-edit.php:211
110
- msgid "1. WP HTML MAIL"
111
- msgstr "1. WP HTML MAIL"
112
-
113
- #: ../settings/settings-edit.php:212
114
- msgid "2. WP PLAINTEXT MAIL"
115
- msgstr "2. WP PLAINTEXT MAIL"
116
-
117
- #: ../settings/settings-edit.php:213
118
- msgid "3. PHP HTML MAIL"
119
- msgstr "3. PHP HTML MAIL"
120
-
121
- #: ../settings/settings-edit.php:214
122
- msgid "4. PHP PLAINTEXT MAIL"
123
- msgstr "4. PHP PLAINTEXT MAIL"
124
-
125
- #: ../settings/settings-edit.php:221
126
- msgid "Opt-in option"
127
- msgstr "Opcja Opt-in"
128
-
129
- #: ../settings/settings-edit.php:222
130
- msgid ""
131
- "Double Opt In, means subscribers need to confirm their email address by an "
132
- "activation link sent them on a activation email message. Single Opt In, "
133
- "means subscribers do not need to confirm their email address."
134
- msgstr ""
135
- "Podwójne Opt-In oznacza, że abonenci muszą potwierdzić swój adres e-mail "
136
- "linkiem aktywacyjnym wysłanym e-mailem. Pojedyncze Opt-In oznacza, że "
137
- "abonenci nie muszą potwierdzać swojego adresu e-mail."
138
-
139
- #: ../settings/settings-edit.php:226
140
- msgid "Double Opt In"
141
- msgstr "Podwójne Opt-In"
142
-
143
- #: ../settings/settings-edit.php:227
144
- #: ../subscribers/view-subscriber-show.php:303
145
- msgid "Single Opt In"
146
- msgstr "Pojedyncze Ot-In"
147
-
148
- #: ../settings/settings-edit.php:233
149
- msgid "Image Size"
150
- msgstr "Rozmiar obrazu"
151
-
152
- #: ../settings/settings-edit.php:234
153
- msgid ""
154
- "Select image size for ###POSTIMAGE### to be shown in post notification email"
155
- msgstr ""
156
- "Wybierz rozmiar obrazu do ### POSTIMAGE ### pokazany w mailu powiadomienia"
157
-
158
- #: ../settings/settings-edit.php:238
159
- msgid "Full Size"
160
- msgstr "Pełny rozmiar"
161
-
162
- #: ../settings/settings-edit.php:239
163
- msgid "Medium Size"
164
- msgstr "Średni rozmiar"
165
-
166
- #: ../settings/settings-edit.php:240
167
- msgid "Thumbnail"
168
- msgstr "Miniatura"
169
-
170
- #: ../settings/settings-edit.php:246
171
- msgid "Opt-in mail subject (Confirmation mail)"
172
- msgstr "Opt-in temat maila (Mail potwierdzający)"
173
-
174
- #: ../settings/settings-edit.php:247
175
- msgid ""
176
- "Enter the subject for Double Opt In mail. This will send whenever subscriber "
177
- "added email into our database."
178
- msgstr ""
179
- "Wprowadź temat maila do powtórnego Opt-In. Spowoduje to wysłanie e-maila, "
180
- "gdy abonent zostanie dodany do naszej bazy danych."
181
-
182
- #: ../settings/settings-edit.php:253
183
- msgid "Opt-in mail content (Confirmation mail)"
184
- msgstr "Opt-in treść maila (mail potwierdzający)"
185
-
186
- #: ../settings/settings-edit.php:254
187
- msgid ""
188
- "Enter the content for Double Opt In mail. This will send whenever subscriber "
189
- "added email into our database."
190
- msgstr ""
191
- "Wprowadź treść dla maila powtórnego Opt-in. Będzie on wysyłany zawsze gdy "
192
- "subskrybent doda swój adres do naszej bazy."
193
-
194
- #: ../settings/settings-edit.php:260
195
- msgid "Opt-in link (Confirmation link)"
196
- msgstr "Link Opt-in (link do potwierdzenia)"
197
-
198
- #: ../settings/settings-edit.php:261
199
- msgid "Double Opt In confirmation link. You no need to change this value."
200
- msgstr "Link potwierdzenia podwójnego Opt-in. Nie możesz zmienić jego treści."
201
-
202
- #: ../settings/settings-edit.php:267
203
- msgid "Text to display after email subscribed successfully"
204
- msgstr "Tekst wyświetlany po pomyślnym zakończeniu procesu subskrypcji."
205
-
206
- #: ../settings/settings-edit.php:268
207
- msgid ""
208
- "This text will display once user clicked email confirmation link from opt-in "
209
- "(confirmation) email content."
210
- msgstr ""
211
- "Ten tekst będzie wyświetlany gdy użytkownik kliknął link potwierdzający e-"
212
- "mail z opt-in (potwierdzenie)."
213
-
214
- #: ../settings/settings-edit.php:275
215
- msgid "Subscriber welcome email"
216
- msgstr "Mail powitalny."
217
-
218
- #: ../settings/settings-edit.php:276
219
- msgid "To send welcome mail to subscriber, This option must be set to YES."
220
- msgstr ""
221
- "Wysłać mail powitalny do subskrybenta. Ta opcja musi być ustawiona na Tak "
222
- "(Yes)"
223
-
224
- #: ../settings/settings-edit.php:280 ../settings/settings-edit.php:308
225
- msgid "YES"
226
- msgstr "Tak"
227
-
228
- #: ../settings/settings-edit.php:281 ../settings/settings-edit.php:309
229
- msgid "NO"
230
- msgstr "Nie"
231
-
232
- #: ../settings/settings-edit.php:287
233
- msgid "Welcome mail subject"
234
- msgstr "Temat maila powitalnego"
235
-
236
- #: ../settings/settings-edit.php:288
237
- msgid ""
238
- "Enter the subject for subscriber welcome mail. This will send whenever email "
239
- "subscribed (confirmed) successfully."
240
- msgstr ""
241
- "Wprowadź temat powitalnego maila do subskrybenta. Będzie o wysłany, gdy "
242
- "subskrypcja przebiegnie pomyślnie."
243
-
244
- #: ../settings/settings-edit.php:294
245
- msgid "Subscriber welcome mail content"
246
- msgstr "Treść maila powitalnego."
247
-
248
- #: ../settings/settings-edit.php:295
249
- msgid ""
250
- "Enter the content for subscriber welcome mail. This will send whenever email "
251
- "subscribed (confirmed) successfully. (Keyword: ###NAME###)"
252
- msgstr ""
253
- "Wprowadź treść powitalnego maila do subskrybenta. Będzie o wysłany, gdy "
254
- "subskrypcja przebiegnie pomyślnie.(Klucz: ###NAME###)"
255
-
256
- #: ../settings/settings-edit.php:303
257
- msgid "Mail to admin"
258
- msgstr "Mail do Admina"
259
-
260
- #: ../settings/settings-edit.php:304
261
- msgid ""
262
- "To send admin notifications for new subscriber, This option must be set to "
263
- "YES."
264
- msgstr ""
265
- "Aby wysłać powiadomienia administratora dla nowego abonenta, ta opcja musi "
266
- "być ustawiony na TAK."
267
-
268
- #: ../settings/settings-edit.php:315
269
- msgid "Admin email addresses"
270
- msgstr "Adres e-mail Admina"
271
-
272
- #: ../settings/settings-edit.php:316
273
- msgid ""
274
- "Enter the admin email addresses that should receive notifications (separate "
275
- "by comma)."
276
- msgstr ""
277
- "Wpisz, oddzielone przecinkiem, adresy e-mail administratora(-ów), który(-"
278
- "rzy) powinni otrzymać powiadomienia."
279
-
280
- #: ../settings/settings-edit.php:322
281
- msgid "Admin mail subject"
282
- msgstr "Temat maila Admina"
283
-
284
- #: ../settings/settings-edit.php:323
285
- msgid ""
286
- "Enter the subject for admin mail. This will send whenever new email added "
287
- "and confirmed into our database."
288
- msgstr ""
289
- "Wpisz temat maila do administratora. Będzie on wysyłany gdy nowy adres, po "
290
- "potwierdzeniu, zostanie dodany do naszej bazy danych."
291
-
292
- #: ../settings/settings-edit.php:329
293
- msgid "Admin mail content"
294
- msgstr "Treść maila do Admina"
295
-
296
- #: ../settings/settings-edit.php:330
297
- msgid ""
298
- "Enter the mail content for admin. This will send whenever new email added "
299
- "and confirmed into our database. (Keyword: ###NAME###, ###EMAIL###)"
300
- msgstr ""
301
- "Wprowadź treść maila do administratora. Będzie on wysyłany gdy nowy adres, "
302
- "po potwierdzeniu, zostanie dodany do naszej bazy danych. (Klucze: "
303
- "###NAME###, ###EMAIL###)"
304
-
305
- #: ../settings/settings-edit.php:337
306
- msgid "Unsubscribe link"
307
- msgstr "Link do rezygnacji z subskrypcji."
308
-
309
- #: ../settings/settings-edit.php:338
310
- msgid "Unsubscribe link. You no need to change this value."
311
- msgstr "Link do rezygnacji z subskrypcji. Nie możesz zmienić jego treści."
312
-
313
- #: ../settings/settings-edit.php:344
314
- msgid "Unsubscribe text in mail"
315
- msgstr "Tekst maila rezygnacji z subskrypcji."
316
-
317
- #: ../settings/settings-edit.php:345
318
- msgid ""
319
- "Enter the text for unsubscribe link. This text is to add unsubscribe link "
320
- "with newsletter. (Keyword: ###LINK###)"
321
- msgstr ""
322
- "Wprowadź tekst do linku rezygnacji z subskrypcji. Będzie on dodawany do "
323
- "tekstu informującego o nowościach (Klucz: ###LINK###)"
324
-
325
- #: ../settings/settings-edit.php:351
326
- msgid "Text to display after email unsubscribed"
327
- msgstr "Tekst wyświetlany po rezygnacji z subskrypcji."
328
-
329
- #: ../settings/settings-edit.php:352
330
- msgid ""
331
- "This text will display once user clicked unsubscribed link from our "
332
- "newsletter."
333
- msgstr ""
334
- "Ten tekst będzie wyświetlany gdy użytkownik kliknie link rezygnacji z "
335
- "subskrypcji dołączony do naszego maila z nowinami."
336
-
337
- #: ../settings/settings-edit.php:359
338
- msgid "Message 1"
339
- msgstr "Wiadomość 1"
340
-
341
- #: ../settings/settings-edit.php:360
342
- msgid "Default message to display if any issue on confirmation link."
343
- msgstr ""
344
- "Domyślna wiadomość wyświetlana, w przypadku problemu z linkiem "
345
- "potwierdzającym subskrypcję."
346
-
347
- #: ../settings/settings-edit.php:366
348
- msgid "Message 2"
349
- msgstr "Wiadomość 2"
350
-
351
- #: ../settings/settings-edit.php:367
352
- msgid "Default message to display if any issue on unsubscribe link."
353
- msgstr ""
354
- "Domyślna wiadomość wyświetlana, w przypadku problemu z linkiem rezygnującym "
355
- "z subskrypcji."
356
-
357
- #: ../settings/settings-edit.php:374
358
- msgid "Sent report subject"
359
- msgstr "Temat raportu wysyłek."
360
-
361
- #: ../settings/settings-edit.php:375
362
- msgid "Mail subject for sent mail report."
363
- msgstr "Temat maila dla raportu wysłanych maili."
364
-
365
- #: ../settings/settings-edit.php:381
366
- msgid "Sent report content"
367
- msgstr "Treść raportu wysłanych maili."
368
-
369
- #: ../settings/settings-edit.php:382
370
- msgid ""
371
- "Mail content for sent mail report. (Keyword: ###COUNT###, ###UNIQUE###, "
372
- "###STARTTIME###, ###ENDTIME###)"
373
- msgstr ""
374
- "Tekst maila raportu wysłanych maili. (Klucze: ###COUNT###, ###UNIQUE###, "
375
- "###STARTTIME###, ###ENDTIME###)"
376
-
377
- #: ../settings/settings-edit.php:393
378
- msgid "Save Settings"
379
- msgstr "Zapisz ustawienia"
380
-
381
- #: ../settings/settings-edit.php:394 ../subscribers/view-subscriber-add.php:154
382
- #: .. /subscribers/view-subscriber-sync.php:157
383
- #: ../subscribers/view-subscriber-edit. php:147
384
- #: ../notification/notification-edit.php:237 ../notification/notification-
385
- #: add.php:216 ../compose/compose-edit.php:109 ../compose/compose-add.php:99
386
- #: /cron/cron-add.php:89 ../sendmail/sendmail.php:260
387
- #: ../roles/roles-add.php:155
388
- msgid "Cancel"
389
- msgstr "Porzuć"
390
-
391
- #: ../settings/settings-edit.php:395 ../sentmail/sentmail-preview.php:33 ..
392
- #: /sentmail/deliverreport-show.php:120 ../subscribers/view-subscriber-add.php:
393
- #: 155 ../subscribers/view-subscriber-sync.php:158
394
- #: ../subscribers/view-subscriber- export.php:68
395
- #: ../subscribers/view-subscriber-edit.php:148 ../subscribers/view-
396
- #: subscriber-import.php:189 ../subscribers/view-subscriber-show.php:448
397
- #: /notification/notification-edit.php:238
398
- #: ../notification/notification-add.php:217
399
- #: ../notification/notification-show.php:152 ../compose/compose-edit.php:110 .
400
- #: compose/compose-show.php:113 ../compose/compose-preview.php:35
401
- #: /compose/compose-add.php:100 ../cron/cron-add.php:90
402
- #: ../sendmail/sendmail.php:261 ../roles/roles-add.php:156
403
- msgid "Help"
404
- msgstr "Pomoc"
405
-
406
- #: ../job/es-optin.php:64 ../job/es-optin.php:79 ../job/es-unsubscribe.php:60
407
- #: .. /job/es-unsubscribe.php:70
408
- msgid ""
409
- "Oops.. We are getting some technical error. Please try again or contact "
410
- "admin."
411
- msgstr ""
412
- "Ups... Pojawił się problem techniczny. Spróbuj raz jeszcze lub skontaktuj "
413
- "się z administratorem."
414
-
415
- #: ../job/es-optin.php:69
416
- msgid "This email address has already been confirmed."
417
- msgstr "Ten adres jest już potwierdzony."
418
-
419
- #: ../sentmail/sentmail-show.php:18 ../sentmail/sentmail-preview.php:12 ..
420
- #: /subscribers/view-subscriber-edit.php:12
421
- #: ../subscribers/view-subscriber-show. php:46
422
- #: ../notification/notification-edit.php:11 ../notification/notification-
423
- #: show.php:16 ../compose/compose-edit.php:15 ../compose/compose-show.php:31
424
- #: /compose/compose-preview.php:13
425
- msgid "Oops, selected details doesnt exist."
426
- msgstr "Ups… wybrane dane nie istnieją."
427
-
428
- #: ../sentmail/sentmail-show.php:33 ../subscribers/view-subscriber-show.php:60
429
- #: .. /subscribers/view-subscriber-show.php:104
430
- #: ../notification/notification-show. php:31 ../compose/compose-show.php:43
431
- msgid "Selected record was successfully deleted."
432
- msgstr "Wybrane rekordy zostały usunięte."
433
-
434
- #: ../sentmail/sentmail-show.php:42
435
- msgid "Successfully deleted all reports except latest 10."
436
- msgstr "Pomyślnie usunięto wszystkie raporty z wyjątkiem ostatnich 10."
437
-
438
- #: ../sentmail/sentmail-show.php:53 ../classes/es-register.php:160
439
- #: ../classes/es- register.php:161
440
- msgid "Sent Mails"
441
- msgstr "Maile wysłane"
442
-
443
- #: ../sentmail/sentmail-show.php:71 ../sentmail/sentmail-show.php:84
444
- msgid "View Reports"
445
- msgstr "Pokaż raporty"
446
-
447
- #: ../sentmail/sentmail-show.php:72 ../sentmail/sentmail-show.php:85 ..
448
- #: /compose/compose-show.php:95
449
- msgid "Preview"
450
- msgstr "Podgląd"
451
-
452
- #: ../sentmail/sentmail-show.php:73 ../sentmail/sentmail-show.php:86
453
- msgid "Source"
454
- msgstr "Żródło"
455
-
456
- #: ../sentmail/sentmail-show.php:74 ../sentmail/sentmail-show.php:87 ..
457
- #: /sentmail/deliverreport-show.php:40 ../sentmail/deliverreport-show.php:52
458
- #: /subscribers/view-subscriber-add.php:121
459
- #: ../subscribers/view-subscriber-edit. php:105
460
- #: ../subscribers/view-subscriber-import.php:155 ../subscribers/view-
461
- #: subscriber-show.php:327 ../subscribers/view-subscriber-show.php:340
462
- #: /compose/compose-edit.php:99 ../compose/compose-show.php:67
463
- #: ../compose/compose- show.php:75 ../compose/compose-add.php:90
464
- msgid "Status"
465
- msgstr "Status"
466
-
467
- #: ../sentmail/sentmail-show.php:75 ../sentmail/sentmail-show.php:88 ..
468
- #: /sentmail/deliverreport-show.php:41 ../sentmail/deliverreport-show.php:53
469
- #: /compose/compose-show.php:68 ../compose/compose-show.php:76
470
- msgid "Type"
471
- msgstr "Typ"
472
-
473
- #: ../sentmail/sentmail-show.php:76 ../sentmail/sentmail-show.php:89
474
- msgid "Start Date"
475
- msgstr "Data rozpoczęcia"
476
-
477
- #: ../sentmail/sentmail-show.php:77 ../sentmail/sentmail-show.php:90
478
- msgid "End Date"
479
- msgstr "Data zakończenia"
480
-
481
- #: ../sentmail/sentmail-show.php:78 ../sentmail/sentmail-show.php:91
482
- msgid "Total"
483
- msgstr "Całkowity"
484
-
485
- #: ../sentmail/sentmail-show.php:79 ../sentmail/sentmail-show.php:92 ..
486
- #: /subscribers/view-subscriber-export.php:30 ../subscribers/view-subscriber-
487
- #: export.php:38 ../subscribers/view-subscriber-show.php:330
488
- #: ../subscribers/view- subscriber-show.php:343 ../compose/compose-show.php:69
489
- #: ../compose/compose-show. php:77
490
- msgid "Action"
491
- msgstr "Akcja"
492
-
493
- #: ../sentmail/sentmail-show.php:131 ../sentmail/deliverreport-show.php:84 ..
494
- #: /notification/notification-show.php:141 ../compose/compose-show.php:102
495
- msgid "No records available."
496
- msgstr "Brak dostępnych rekordów."
497
-
498
- #: ../sentmail/sentmail-show.php:143 ../sentmail/deliverreport-show.php:96
499
- msgid " &lt;&lt; "
500
- msgstr " &lt;&lt; "
501
-
502
- #: ../sentmail/sentmail-show.php:144 ../sentmail/deliverreport-show.php:97
503
- msgid " &gt;&gt; "
504
- msgstr " &gt;&gt; "
505
-
506
- #: ../sentmail/sentmail-show.php:167 ../sentmail/sentmail-show.php:169
507
- msgid "Optimize Table"
508
- msgstr "Optymalizuj tabelę"
509
-
510
- #: ../sentmail/sentmail-show.php:179
511
- msgid ""
512
- "Note: Please click <strong>Optimize Table</strong> button to delete all "
513
- "reports except latest 10."
514
- msgstr ""
515
- "Uwaga: kliknij przycisk <strong>Optymalizuj tabelę/ strong>, aby usunąć "
516
- "wszystkie raporty oprócz ostatnich 10."
517
-
518
- #: ../sentmail/sentmail-preview.php:19 ../compose/compose-preview.php:21
519
- msgid "Preview Mail"
520
- msgstr "Podgląd poczty"
521
-
522
- #: ../sentmail/sentmail-preview.php:32 ../sentmail/deliverreport-show.php:119
523
- #: .. /subscribers/view-subscriber-export.php:67
524
- #: ../subscribers/view-subscriber- import.php:188
525
- #: ../compose/compose-preview.php:33
526
- msgid "Back"
527
- msgstr "Cofnij"
528
-
529
- #: ../sentmail/deliverreport-show.php:11
530
- msgid "Oops.. Unexpected error occurred. Please try again."
531
- msgstr "Ups… Pojawił się nieoczekiwany błąd. Proszę spróbuj ponownie."
532
-
533
- #: ../sentmail/deliverreport-show.php:19
534
- msgid "Delivery Report"
535
- msgstr "Raport dostarczenia"
536
-
537
- #: ../sentmail/deliverreport-show.php:37 ../sentmail/deliverreport-show.php:49
538
- #: .. /subscribers/view-subscriber-export.php:27
539
- #: ../subscribers/view-subscriber- export.php:35
540
- #: ../subscribers/view-subscriber-show.php:324 ../subscribers/view-
541
- #: subscriber-show.php:337
542
- msgid "Sno"
543
- msgstr "Sno"
544
-
545
- #: ../sentmail/deliverreport-show.php:38 ../sentmail/deliverreport-show.php:50
546
- msgid "Email"
547
- msgstr "Mail"
548
-
549
- #: ../sentmail/deliverreport-show.php:39 ../sentmail/deliverreport-show.php:51
550
- msgid "Sent Date"
551
- msgstr "Data wysyłki"
552
-
553
- #: ../sentmail/deliverreport-show.php:42 ../sentmail/deliverreport-show.php:54
554
- msgid "Viewed Status"
555
- msgstr "Status przeglądania"
556
-
557
- #: ../sentmail/deliverreport-show.php:43 ../sentmail/deliverreport-show.php:55
558
- msgid "Viewed Date"
559
- msgstr "Data przegladania"
560
-
561
- #: ../sentmail/deliverreport-show.php:44 ../sentmail/deliverreport-show.php:56
562
- #: .. /subscribers/view-subscriber-show.php:329
563
- #: ../subscribers/view-subscriber-show. php:342
564
- msgid "Database ID"
565
- msgstr "ID bazy danych"
566
-
567
- #: ../classes/es-loadwidget.php:23 ../classes/es-register.php:410 ..
568
- #: /subscribers/view-subscriber-show.php:326
569
- #: ../subscribers/view-subscriber-show. php:339
570
- msgid "Name"
571
- msgstr "Nazwa"
572
-
573
- #: ../classes/es-loadwidget.php:28 ../classes/es-register.php:415
574
- msgid "Email *"
575
- msgstr "e-mail *"
576
-
577
- #: ../classes/es-loadwidget.php:33 ../classes/es-register.php:420
578
- msgid "Subscribe"
579
- msgstr "Subskrypcja"
580
-
581
- #: ../classes/es-register.php:139 ../classes/es-register.php:140
582
- msgid "Subscribers"
583
- msgstr "Subskrybujący"
584
-
585
- #: ../classes/es-register.php:142 ../classes/es-register.php:143
586
- msgid "Compose"
587
- msgstr "Układ"
588
-
589
- #: ../classes/es-register.php:145 ../classes/es-register.php:146 ..
590
- #: /notification/notification-show.php:44
591
- msgid "Notification"
592
- msgstr "Powiadomienie"
593
-
594
- #: ../classes/es-register.php:148 ../classes/es-register.php:149 ..
595
- #: /sendmail/sendmail.php:94 ../sendmail/sendmail.php:256 ../sendmail/sendmail.
596
- #: php:258
597
- msgid "Send Email"
598
- msgstr "Wyślij mail"
599
-
600
- #: ../classes/es-register.php:151
601
- msgid "Cron"
602
- msgstr "Cron"
603
-
604
- #: ../classes/es-register.php:152
605
- msgid "Cron Mail"
606
- msgstr "Cron Mail"
607
-
608
- #: ../classes/es-register.php:157 ../classes/es-register.php:158
609
- msgid "Roles"
610
- msgstr "Uprawnienia"
611
-
612
- #: ../classes/es-register.php:163
613
- msgid "Help & Info"
614
- msgstr "Pomoc i Informacje"
615
-
616
- #: ../classes/es-register.php:164
617
- msgid "<span style=\"color:#f18500;font-weight:bolder;\">Help & Info"
618
- msgstr "<span style=\"color:#f18500;font-weight:bolder;\">Pomoc i Informacje "
619
-
620
- #: ../classes/es-register.php:175
621
- msgctxt "view-subscriber-enhanced-select"
622
- msgid "Please enter subscriber email address."
623
- msgstr "Proszę wprowadź adres e-mail subskrybenta."
624
-
625
- #: ../classes/es-register.php:176
626
- msgctxt "view-subscriber-enhanced-select"
627
- msgid "Please select subscriber email status."
628
- msgstr "Proszę wybierz status e-maila subskrybenta."
629
-
630
- #: ../classes/es-register.php:177
631
- msgctxt "view-subscriber-enhanced-select"
632
- msgid "Please select or create group for this subscriber."
633
- msgstr "Proszę wybrać lub utworzyć grupę dla tego subskrybenta."
634
-
635
- #: ../classes/es-register.php:178
636
- msgctxt "view-subscriber-enhanced-select"
637
- msgid "Do you want to delete this record?"
638
- msgstr "Czy chcesz usunąć ten rekord?"
639
-
640
- #: ../classes/es-register.php:179
641
- msgctxt "view-subscriber-enhanced-select"
642
- msgid "Please select the bulk action."
643
- msgstr "Proszę wybierz masowe działanie."
644
-
645
- #: ../classes/es-register.php:180
646
- msgctxt "view-subscriber-enhanced-select"
647
- msgid "Do you want to delete selected record(s)?"
648
- msgstr "Czy chcesz usunąć zaznaczony(-e) rekord(-y)?"
649
-
650
- #: ../classes/es-register.php:181
651
- msgctxt "view-subscriber-enhanced-select"
652
- msgid "Are you sure you want to delete?"
653
- msgstr "Czy na pewno chcesz usunąć?"
654
-
655
- #: ../classes/es-register.php:182
656
- msgctxt "view-subscriber-enhanced-select"
657
- msgid ""
658
- "Do you want to resend confirmation email? \\nAlso please note, this will "
659
- "update subscriber current status to 'Unconfirmed'."
660
- msgstr ""
661
- "Czy chcesz, aby ponownie wysłać e-mail potwierdzający? \\nZaktualizuje to "
662
- "aktualny status subskrybenta na \"Niepotwierdzone\"."
663
-
664
- #: ../classes/es-register.php:183
665
- msgctxt "view-subscriber-enhanced-select"
666
- msgid "Please select new subscriber group."
667
- msgstr "Proszę wybrać nową grupę subskrybenta."
668
-
669
- #: ../classes/es-register.php:184
670
- msgctxt "view-subscriber-enhanced-select"
671
- msgid "Do you want to update subscribers group?"
672
- msgstr "Czy chcesz zaktualizować grupę subskrybentów?"
673
-
674
- #: ../classes/es-register.php:185
675
- msgctxt "view-subscriber-enhanced-select"
676
- msgid "Do you want to export the emails?"
677
- msgstr "Czy chcesz wyeksportować wiadomości e-mail?"
678
-
679
- #: ../classes/es-register.php:186
680
- msgctxt "view-subscriber-enhanced-select"
681
- msgid ""
682
- "Please select only csv file. Please check official website for csv "
683
- "structure.."
684
- msgstr ""
685
- "Proszę wybrać tylko plik CSV. Proszę sprawdzić strukturę pliku CSV na "
686
- "oficjalnej stronie."
687
-
688
- #: ../classes/es-register.php:194
689
- msgctxt "compose-enhanced-select"
690
- msgid "Please enter name for configuration."
691
- msgstr "Proszę podać nazwę dla konfiguracji."
692
-
693
- #: ../classes/es-register.php:195
694
- msgctxt "compose-enhanced-select"
695
- msgid "Please select template for this configuration."
696
- msgstr "Proszę wybrać szablon dla tej konfiguracji."
697
-
698
- #: ../classes/es-register.php:196
699
- msgctxt "compose-enhanced-select"
700
- msgid "Do you want to delete this record?"
701
- msgstr "Czy chcesz usunąć ten rekord?"
702
-
703
- #: ../classes/es-register.php:204
704
- msgctxt "notification-enhanced-select"
705
- msgid "Please select subscribers group."
706
- msgstr "Proszę wybrać grupę subskrybentów."
707
-
708
- #: ../classes/es-register.php:205
709
- msgctxt "notification-enhanced-select"
710
- msgid ""
711
- "Please select notification mail subject. Use compose menu to create new."
712
- msgstr "Wybierz powiadomienia e-mail. Użyj menu tworzenia, aby stworzyć nowe."
713
-
714
- #: ../classes/es-register.php:206
715
- msgctxt "notification-enhanced-select"
716
- msgid "Please select notification status."
717
- msgstr "Proszę wybierz stan powiadomienia."
718
-
719
- #: ../classes/es-register.php:207
720
- msgctxt "notification-enhanced-select"
721
- msgid "Do you want to delete this record?"
722
- msgstr "Czy chcesz usunąć ten rekord?"
723
-
724
- #: ../classes/es-register.php:215
725
- msgctxt "sendmail-enhanced-select"
726
- msgid "Please select your mail subject."
727
- msgstr "Proszę wybierz temat twojego maila."
728
-
729
- #: ../classes/es-register.php:216
730
- msgctxt "sendmail-enhanced-select"
731
- msgid "Please select subscriber email status."
732
- msgstr "Proszę wybierz status e-maila subskrybenta."
733
-
734
- #: ../classes/es-register.php:217
735
- msgctxt "sendmail-enhanced-select"
736
- msgid "Are you sure you want to send email to all selected email address?"
737
- msgstr ""
738
- "Czy jesteś pewien, że chcesz wysłać e-mail na wszystkie wybrane adresy e-"
739
- "mail?"
740
-
741
- #: ../classes/es-register.php:229
742
- msgctxt "sentmail-enhanced-select"
743
- msgid "Do you want to delete this record?"
744
- msgstr "Czy chcesz usunąć ten rekord?"
745
-
746
- #: ../classes/es-register.php:230
747
- msgctxt "sentmail-enhanced-select"
748
- msgid "Do you want to delete all records except latest 10?"
749
- msgstr "Czy chcesz usunąć wszystkie rekordy, za wyjątkiem ostatnich 10-iu?"
750
-
751
- #: ../classes/es-register.php:238
752
- msgctxt "roles-enhanced-select"
753
- msgid "Please enter subscriber email address."
754
- msgstr "Proszę podać adres e-mail subskrybenta."
755
-
756
- #: ../classes/es-register.php:239
757
- msgctxt "roles-enhanced-select"
758
- msgid "Please select subscriber email status."
759
- msgstr "Proszę wybrać status adresu e-mail subskrybenta."
760
-
761
- #: ../classes/es-register.php:240
762
- msgctxt "roles-enhanced-select"
763
- msgid "Please select or create group for this subscriber."
764
- msgstr "Proszę wybrać lub utworzyć grupę dla tego subskrybenta."
765
-
766
- #: ../classes/es-register.php:248
767
- msgctxt "cron-enhanced-select"
768
- msgid "Please select enter number of mails you want to send per hour/trigger."
769
- msgstr ""
770
- "Proszę wprowadzić ilość maili, które chcesz wysłać na godzinę/wyzwolenie."
771
-
772
- #: ../classes/es-register.php:249
773
- msgctxt "cron-enhanced-select"
774
- msgid "Please enter the mail count, only number."
775
- msgstr "Proszę podać liczbę maili, tylko numer."
776
-
777
- #: ../classes/es-register.php:262
778
- msgctxt "widget-enhanced-select"
779
- msgid "Please enter email address."
780
- msgstr "Proszę podaj adres e-mail."
781
-
782
- #: ../classes/es-register.php:263
783
- msgctxt "widget-enhanced-select"
784
- msgid "Please provide a valid email address."
785
- msgstr "Prosimy o wprowadzenie poprawnego adresu e-mail."
786
-
787
- #: ../classes/es-register.php:264
788
- msgctxt "widget-enhanced-select"
789
- msgid "loading..."
790
- msgstr "ładuję…"
791
-
792
- #: ../classes/es-register.php:265
793
- msgctxt "widget-enhanced-select"
794
- msgid "Cannot create XMLHTTP instance"
795
- msgstr "Nie można utworzyć instancji XMLHTTP"
796
-
797
- #: ../classes/es-register.php:266
798
- msgctxt "widget-enhanced-select"
799
- msgid "Subscribed successfully."
800
- msgstr "Subskrypcja przebiegła pomyślnie."
801
-
802
- #: ../classes/es-register.php:267
803
- msgctxt "widget-enhanced-select"
804
- msgid ""
805
- "You have successfully subscribed to the newsletter. You will receive a "
806
- "confirmation email in a few minutes. Please follow the link in it to confirm "
807
- "your subscription. If the email takes more than 15 minutes to appear in your "
808
- "mailbox, please check your spam folder."
809
- msgstr ""
810
- "Subskrypcja nowości przebiegła pomyślnie. W ciągu kilku minut otrzymasz "
811
- "email z linkiem potwierdzającym. Aby potwierdzić subskrypcję kliknij ten "
812
- "link. Jeśli e-mail nie dotrze do ciebie przez dłużej niż 15 minut sprawdź "
813
- "folder \"spam\"."
814
-
815
- #: ../classes/es-register.php:268
816
- msgctxt "widget-enhanced-select"
817
- msgid "Email Address already exists."
818
- msgstr "Adres e-mail już istnieje."
819
-
820
- #: ../classes/es-register.php:269
821
- msgctxt "widget-enhanced-select"
822
- msgid "Oops.. Unexpected error occurred."
823
- msgstr "Ups… Wystąpił nieoczekiwany błąd."
824
-
825
- #: ../classes/es-register.php:270
826
- msgctxt "widget-enhanced-select"
827
- msgid "Invalid email address."
828
- msgstr "Błędny adres e-mail."
829
-
830
- #: ../classes/es-register.php:271
831
- msgctxt "widget-enhanced-select"
832
- msgid "Please try after some time."
833
- msgstr "Spróbuj proszę za jakiś czas."
834
-
835
- #: ../classes/es-register.php:272
836
- msgctxt "widget-enhanced-select"
837
- msgid "There was a problem with the request."
838
- msgstr "Wystąpił problem z żądaniem."
839
-
840
- #: ../classes/es-register.php:279
841
- msgctxt "widget-page-enhanced-select"
842
- msgid "Please enter email address."
843
- msgstr "Proszę podaj adres e-mail."
844
-
845
- #: ../classes/es-register.php:280
846
- msgctxt "widget-page-enhanced-select"
847
- msgid "Please provide a valid email address."
848
- msgstr "Proszę wprowadź poprawny adres e-mail."
849
-
850
- #: ../classes/es-register.php:281
851
- msgctxt "widget-page-enhanced-select"
852
- msgid "loading..."
853
- msgstr "wczytuję…"
854
-
855
- #: ../classes/es-register.php:282
856
- msgctxt "widget-page-enhanced-select"
857
- msgid "Cannot create XMLHTTP instance"
858
- msgstr "Nie można utworzyć instancji XMLHTTP"
859
-
860
- #: ../classes/es-register.php:283
861
- msgctxt "widget-page-enhanced-select"
862
- msgid "Subscribed successfully."
863
- msgstr "Subskrypcja przebiegła pomyślnie."
864
-
865
- #: ../classes/es-register.php:284
866
- msgctxt "widget-page-enhanced-select"
867
- msgid ""
868
- "You have successfully subscribed to the newsletter. You will receive a "
869
- "confirmation email in a few minutes. Please follow the link in it to confirm "
870
- "your subscription. If the email takes more than 15 minutes to appear in your "
871
- "mailbox, please check your spam folder."
872
- msgstr ""
873
- "Subskrypcja nowości przebiegła pomyślnie. W ciągu kilku minut otrzymasz "
874
- "email z linkiem potwierdzającym. Aby potwierdzić subskrypcję kliknij ten "
875
- "link. Jeśli e-mail nie dotrze do ciebie przez dłużej niż 15 minut sprawdź "
876
- "folder \"spam\"."
877
-
878
- #: ../classes/es-register.php:285
879
- msgctxt "widget-page-enhanced-select"
880
- msgid "Email Address already exists."
881
- msgstr "Adres e-mail już istnieje."
882
-
883
- #: ../classes/es-register.php:286
884
- msgctxt "widget-page-enhanced-select"
885
- msgid "Oops.. Unexpected error occurred."
886
- msgstr "Ups… Wystąpił nieoczekiwany błąd."
887
-
888
- #: ../classes/es-register.php:287
889
- msgctxt "widget-page-enhanced-select"
890
- msgid "Invalid email address."
891
- msgstr "Błędny adres e-mail."
892
-
893
- #: ../classes/es-register.php:288
894
- msgctxt "widget-page-enhanced-select"
895
- msgid "Please try after some time."
896
- msgstr "Spróbuj proszę za jakiś czas."
897
-
898
- #: ../classes/es-register.php:289
899
- msgctxt "widget-page-enhanced-select"
900
- msgid "There was a problem with the request."
901
- msgstr "Wystąpił problem z żądaniem."
902
-
903
- #: ../classes/es-register.php:455
904
- msgid "Widget Title"
905
- msgstr "Tytuł "
906
-
907
- #: ../classes/es-register.php:459
908
- msgid "Display Name Field"
909
- msgstr "Wyświetl nazwę pola"
910
-
911
- #: ../classes/es-register.php:466
912
- msgid "Short Description"
913
- msgstr "Krótki opis"
914
-
915
- #: ../classes/es-register.php:468
916
- msgid "Short description about your subscription form."
917
- msgstr "Krótki opis twojego formularza subskrypcji."
918
-
919
- #: ../classes/es-register.php:471
920
- msgid "Subscriber Group"
921
- msgstr "Grupa subskrybenta."
922
-
923
- #: ../classes/es-common.php:7
924
- msgid "<span style=\"color:#006600;font-weight:bold;\">Confirmed</span>"
925
- msgstr "<span style=\"color:#006600;font-weight:bold;\">Zatwierdzony</span>"
926
-
927
- #: ../classes/es-common.php:10
928
- msgid "<span style=\"color:#FF0000\">Unconfirmed</span>"
929
- msgstr "<span style=\"color:#FF0000\">Niezatwierdzony</span>"
930
-
931
- #: ../classes/es-common.php:13
932
- msgid "<span style=\"color:#999900\">Unsubscribed</span>"
933
- msgstr "<span style=\"color:#999900\">Odsubskrybowany</span>"
934
-
935
- #: ../classes/es-common.php:16
936
- msgid "<span style=\"color:#0000FF\">Single Opt In</span>"
937
- msgstr "<span style=\"color:#0000FF\">Pojedynczy Opt-In</span>"
938
-
939
- #: ../classes/es-common.php:19
940
- msgid "<span style=\"color:#00CC00;font-weight:bold\">Viewed</span>"
941
- msgstr "<span style=\"color:#00CC00;font-weight:bold\">Przejrzane</span>"
942
-
943
- #: ../classes/es-common.php:22
944
- msgid "<span style=\"color:#999900;\">Nodata</span>"
945
- msgstr "<span style=\"color:#999900;\">Brak danych</span>"
946
-
947
- #: ../classes/es-common.php:25
948
- msgid "<span style=\"color:#FF0000\">Disable</span>"
949
- msgstr "<span style=\"color:#FF0000\">Wyłacz</span>"
950
-
951
- #: ../classes/es-common.php:28
952
- msgid "<span style=\"color:#FF0000\">In Queue</span>"
953
- msgstr "<span style=\"color:#FF0000\">W kolejce</span>"
954
-
955
- #: ../classes/es-common.php:31
956
- msgid "<span style=\"color:#00FF00;font-weight:bold;\">Sent</span>"
957
- msgstr "<span style=\"color:#00FF00;font-weight:bold;\">Wyślij</span>"
958
-
959
- #: ../classes/es-common.php:34
960
- msgid "<span style=\"color:#ffd700;font-weight:bold;\">Cron Mail</span>"
961
- msgstr "<span style=\"color:#ffd700;font-weight:bold;\">Cron Mail</span>"
962
-
963
- #: ../classes/es-common.php:37
964
- msgid "<span style=\"color:#993399;\">Instant Mail</span>"
965
- msgstr "<span style=\"color:#993399;\">Szybki Mail</span>"
966
-
967
- #: ../subscribers/view-subscriber-add.php:28
968
- #: ../subscribers/view-subscriber-add. php:119
969
- #: ../subscribers/view-subscriber-edit.php:43 ../subscribers/view-
970
- #: subscriber-edit.php:103
971
- msgid "Please enter subscriber email address."
972
- msgstr "Proszę podać adres e-mail subskrybenta."
973
-
974
- #: ../subscribers/view-subscriber-add.php:45
975
- msgid "Please select or create your group for this email."
976
- msgstr "Proszę wybrać lub stworzyć grupę dla tej wiadomości."
977
-
978
- #: ../subscribers/view-subscriber-add.php:54 ../subscribers/view-subscriber-
979
- #: import.php:45
980
- msgid ""
981
- "Error: Special characters (['^$%&*()}{@#~?><>,|=_+\\\"]) are not allowed in "
982
- "the group name."
983
- msgstr ""
984
- "Błąd: W nazwie grupy nie wolno używać znaków specjalnych: (['^$%&*()}{@#~?"
985
- "><>,|=_+\\\"])."
986
-
987
- #: ../subscribers/view-subscriber-add.php:66
988
- msgid "Email was successfully inserted."
989
- msgstr "E-mail został pomyślnie wstawiony."
990
-
991
- #: ../subscribers/view-subscriber-add.php:70
992
- msgid "Email already exist in our list."
993
- msgstr "E-mail już istnieje na naszej liście."
994
-
995
- #: ../subscribers/view-subscriber-add.php:75
996
- msgid "Email is invalid."
997
- msgstr "E-mail jest nie prawidłowy."
998
-
999
- #: ../subscribers/view-subscriber-add.php:92
1000
- #: ../subscribers/view-subscriber-add. php:101
1001
- #: ../subscribers/view-subscriber-edit.php:86 ../subscribers/view-
1002
- #: subscriber-import.php:107 ../subscribers/view-subscriber-import.php:138 ..
1003
- #: /notification/notification-edit.php:100
1004
- #: ../notification/notification-add.php:91 ../compose/compose-edit.php:67
1005
- #: ../compose/compose-add.php:59
1006
- msgid "Click here"
1007
- msgstr "Kliknij tutaj"
1008
-
1009
- #: ../subscribers/view-subscriber-add.php:92
1010
- #: ../subscribers/view-subscriber-add. php:101
1011
- #: ../subscribers/view-subscriber-edit.php:86 ../subscribers/view-
1012
- #: subscriber-import.php:107 ../subscribers/view-subscriber-import.php:138 ..
1013
- #: /notification/notification-edit.php:101
1014
- #: ../notification/notification-add.php:92 ../compose/compose-edit.php:68
1015
- #: ../compose/compose-add.php:60
1016
- msgid " to view the details"
1017
- msgstr " aby zobaczyć szczegóły"
1018
-
1019
- #: ../subscribers/view-subscriber-add.php:111
1020
- msgid "Add email"
1021
- msgstr "Dodaj e-mail"
1022
-
1023
- #: ../subscribers/view-subscriber-add.php:113
1024
- #: ../subscribers/view-subscriber-edit. php:97
1025
- msgid "Enter full name"
1026
- msgstr "Podaj imię i nazwisko"
1027
-
1028
- #: ../subscribers/view-subscriber-add.php:115
1029
- #: ../subscribers/view-subscriber-edit. php:99
1030
- msgid "Please enter subscriber full name."
1031
- msgstr "Proszę podaj imię i nazwisko subskrybenta."
1032
-
1033
- #: ../subscribers/view-subscriber-add.php:117
1034
- #: ../subscribers/view-subscriber-edit. php:101
1035
- msgid "Enter email address."
1036
- msgstr "Wprowadź adres e-mail."
1037
-
1038
- #: ../subscribers/view-subscriber-add.php:128
1039
- #: ../subscribers/view-subscriber-edit. php:112
1040
- #: ../subscribers/view-subscriber-import.php:162
1041
- msgid "Please select subscriber email status."
1042
- msgstr "Proszę wybierz status e-maila subskrybenta."
1043
-
1044
- #: ../subscribers/view-subscriber-add.php:130 ../subscribers/view-subscriber-
1045
- #: import.php:164
1046
- msgid "Select (or) Create Group"
1047
- msgstr "Wybierz (lub) utwórz grupę"
1048
-
1049
- #: ../subscribers/view-subscriber-add.php:132
1050
- #: ../subscribers/view-subscriber-sync. php:99
1051
- #: ../subscribers/view-subscriber-sync.php:130 ../subscribers/view-
1052
- #: subscriber-edit.php:116 ../subscribers/view-subscriber-import.php:166 ..
1053
- #: /notification/notification-edit.php:122
1054
- #: ../notification/notification-add.php:105
1055
- #: ../notification/notification-add.php:123 ../sendmail/sendmail.php:107
1056
- #: /sendmail/sendmail.php:153
1057
- msgid "Select"
1058
- msgstr "Wybierz"
1059
-
1060
- #: ../subscribers/view-subscriber-add.php:148
1061
- #: ../subscribers/view-subscriber-edit. php:140
1062
- #: ../subscribers/view-subscriber-import.php:182
1063
- msgid "Please select or create group for this subscriber."
1064
- msgstr "Proszę wybrać lub stworzyć grupę dla tego subskrybenta."
1065
-
1066
- #: ../subscribers/view-subscriber-add.php:153
1067
- #: ../subscribers/view-subscriber-sync. php:156
1068
- #: ../subscribers/view-subscriber-edit.php:146 ..
1069
- #: /notification/notification-edit.php:236
1070
- #: ../notification/notification-add.php:215 ../compose/compose-edit.php:108
1071
- #: ../compose/compose-add.php:98 ../cron/cron- add.php:88
1072
- #: ../roles/roles-add.php:154
1073
- msgid "Submit"
1074
- msgstr "Zatwierdź"
1075
-
1076
- #: ../subscribers/view-subscriber-sync.php:33
1077
- #: ../subscribers/view-subscriber-sync. php:119
1078
- msgid "Please select default group to newly registered user."
1079
- msgstr "Proszę wybrać domyślną grupę dla nowo zarejestrowanego użytkownik."
1080
-
1081
- #: ../subscribers/view-subscriber-sync.php:39
1082
- #: ../subscribers/view-subscriber-sync. php:150
1083
- msgid "Please select default group to newly commented user."
1084
- msgstr "Proszę wybrać domyślną grupę dla nowo komentującego użytkownika."
1085
-
1086
- #: ../subscribers/view-subscriber-sync.php:56
1087
- msgid "Sync email successfully updated."
1088
- msgstr "Synchronizacja poczty pomyślnie przeprowadzona."
1089
-
1090
- #: ../subscribers/view-subscriber-sync.php:88
1091
- msgid "Sync email"
1092
- msgstr "Synchronizuj e-mail"
1093
-
1094
- #: ../subscribers/view-subscriber-sync.php:90
1095
- msgid "Sync newly registered user"
1096
- msgstr "Synchronizacja nowo zarejestrowanego użytkownika"
1097
-
1098
- #: ../subscribers/view-subscriber-sync.php:95
1099
- msgid ""
1100
- "Automatically add a newly registered user email address to subscribers list."
1101
- msgstr ""
1102
- "Automatyczne dodawaj adres e-mail nowo zarejestrowanego użytkownika do listy "
1103
- "subskrybentów."
1104
-
1105
- #: ../subscribers/view-subscriber-sync.php:97
1106
- #: ../subscribers/view-subscriber-sync. php:128
1107
- msgid "Select default group"
1108
- msgstr "Wybierz domyślną grupę"
1109
-
1110
- #: ../subscribers/view-subscriber-sync.php:121
1111
- msgid "Sync newly commented user"
1112
- msgstr "Synchronizacja nowo komentującego użytkownika"
1113
-
1114
- #: ../subscribers/view-subscriber-sync.php:126
1115
- msgid ""
1116
- "Automatically add a newly commented (who posted comments) user email address "
1117
- "to subscribers list."
1118
- msgstr ""
1119
- "Automatycznie dodaj adres e-mail nowego komentatora (który pisał komentarze) "
1120
- "do listy subskrybentów."
1121
-
1122
- #: ../subscribers/view-subscriber-export.php:22
1123
- msgid "Export email address in csv format"
1124
- msgstr "Eksportuj adresy e-mail w formacie CSV"
1125
-
1126
- #: ../subscribers/view-subscriber-export.php:28 ../subscribers/view-subscriber-
1127
- #: export.php:36
1128
- msgid "Export option"
1129
- msgstr "Opcje eksportu"
1130
-
1131
- #: ../subscribers/view-subscriber-export.php:29 ../subscribers/view-subscriber-
1132
- #: export.php:37
1133
- msgid "Total email"
1134
- msgstr "Razem e-maili"
1135
-
1136
- #: ../subscribers/view-subscriber-export.php:44
1137
- msgid "Subscriber email address"
1138
- msgstr "Adres e-mail subskrybenta."
1139
-
1140
- #: ../subscribers/view-subscriber-export.php:46 ../subscribers/view-subscriber-
1141
- #: export.php:52 ../subscribers/view-subscriber-export.php:58
1142
- msgid "Click to export csv"
1143
- msgstr "Naciśnij by wyeksportować CSV"
1144
-
1145
- #: ../subscribers/view-subscriber-export.php:50
1146
- msgid "Registered email address"
1147
- msgstr "Adres e-mai zarejestrowany."
1148
-
1149
- #: ../subscribers/view-subscriber-export.php:56
1150
- msgid "Comments author email address"
1151
- msgstr "Adres e-mail autora komentarzy."
1152
-
1153
- #: ../subscribers/view-subscriber-export.php:65
1154
- msgid "Add Email"
1155
- msgstr "Dodaj e-mail"
1156
-
1157
- #: ../subscribers/view-subscriber-export.php:66 ../subscribers/view-subscriber-
1158
- #: show.php:445
1159
- msgid "Import Email"
1160
- msgstr "Import e-mail"
1161
-
1162
- #: ../subscribers/view-subscriber-edit.php:54
1163
- msgid "Error: Special characters are not allowed in the group name."
1164
- msgstr "Błąd: W nazwie grupy nie wolno używać znaków specjalnych."
1165
-
1166
- #: ../subscribers/view-subscriber-edit.php:66
1167
- msgid "Email was successfully updated."
1168
- msgstr "E-mail został poprawnie zaktualizowany."
1169
-
1170
- #: ../subscribers/view-subscriber-edit.php:70
1171
- msgid "Email already exist for this group."
1172
- msgstr "E-mail już istnieje w tej grupie."
1173
-
1174
- #: ../subscribers/view-subscriber-edit.php:95
1175
- msgid "Edit email"
1176
- msgstr "Edytuj e-mail"
1177
-
1178
- #: ../subscribers/view-subscriber-edit.php:114 ../subscribers/view-subscriber-
1179
- #: show.php:328 ../subscribers/view-subscriber-show.php:341
1180
- msgid "Group"
1181
- msgstr "Grupa"
1182
-
1183
- #: ../subscribers/view-subscriber-import.php:103
1184
- msgid "Email(s) was successfully imported."
1185
- msgstr "E-mail(e) został(y) pomyślnie zaimportowany(-e)."
1186
-
1187
- #: ../subscribers/view-subscriber-import.php:104
1188
- msgid "Email(s) are already in our database."
1189
- msgstr "E-mail(e) już jest(są) w naszej bazie danych."
1190
-
1191
- #: ../subscribers/view-subscriber-import.php:105
1192
- msgid "Email(s) are invalid."
1193
- msgstr "E-maile(e) jest(są) nieprawidłowy(-e)."
1194
-
1195
- #: ../subscribers/view-subscriber-import.php:115
1196
- msgid "File upload failed or no data available in the csv file."
1197
- msgstr "Załadowanie pliku nie powiodło się lub brak było danych w pliku CSV."
1198
-
1199
- #: ../subscribers/view-subscriber-import.php:149
1200
- msgid "Upload email"
1201
- msgstr "Załaduj e-mail"
1202
-
1203
- #: ../subscribers/view-subscriber-import.php:150
1204
- msgid "Select csv file"
1205
- msgstr "Wybierz plik CSV"
1206
-
1207
- #: ../subscribers/view-subscriber-import.php:152
1208
- msgid "Select the input csv file. Check official website for csv structure : "
1209
- msgstr ""
1210
- "Proszę wybrać wejściowy plik CSV. Sprawdź strukturę pliku CSV na oficjalnej "
1211
- "stronie:"
1212
-
1213
- #: ../subscribers/view-subscriber-import.php:153
1214
- msgid "click here"
1215
- msgstr "kliknij tutaj"
1216
-
1217
- #: ../subscribers/view-subscriber-import.php:187
1218
- msgid "Upload CSV"
1219
- msgstr "Załaduj CSV"
1220
-
1221
- #: ../subscribers/view-subscriber-show.php:11 ../compose/compose-show.php:13 ..
1222
- #: /sendmail/sendmail.php:11
1223
- msgid "Click Here"
1224
- msgstr "Kliknij Tutaj"
1225
-
1226
- #: ../subscribers/view-subscriber-show.php:72
1227
- #: ../subscribers/view-subscriber-show. php:125
1228
- msgid ""
1229
- "To send confirmation mail, Please change the Opt-in option to Double Opt In."
1230
- msgstr ""
1231
- "Aby wysłać mail potwierdzający, proszę zmienić opcję Opt-in do podwójnego "
1232
- "Opt-in."
1233
-
1234
- #: ../subscribers/view-subscriber-show.php:81
1235
- msgid "Confirmation email resent successfully."
1236
- msgstr "E-mail potwierdzający wysłany pomyślnie."
1237
-
1238
- #: ../subscribers/view-subscriber-show.php:110 ../subscribers/view-subscriber-
1239
- #: show.php:156 ../subscribers/view-subscriber-show.php:201
1240
- msgid "Oops, No record was selected."
1241
- msgstr "Ups… nic nie zostało zaznaczone."
1242
-
1243
- #: ../subscribers/view-subscriber-show.php:150
1244
- msgid "Confirmation email(s) resent successfully."
1245
- msgstr "E-mail(e) potwierdzający(-e) wysłany(-e) pomyślnie."
1246
-
1247
- #: ../subscribers/view-subscriber-show.php:186
1248
- msgid "Selected subscribers group was successfully updated."
1249
- msgstr "Zaznaczona grupa subskrybentów poprawnie zaktualizowana."
1250
-
1251
- #: ../subscribers/view-subscriber-show.php:192
1252
- msgid "Oops, New group name was not selected."
1253
- msgstr "Ups… Nowa nazwa grupy nie została zaznaczona."
1254
-
1255
- #: ../subscribers/view-subscriber-show.php:232
1256
- msgid "View subscriber"
1257
- msgstr "Zobacz subskrybenta"
1258
-
1259
- #: ../subscribers/view-subscriber-show.php:233 ../subscribers/view-subscriber-
1260
- #: show.php:444 ../notification/notification-show.php:45 ..
1261
- #: /notification/notification-show.php:151 ../compose/compose-show.php:56
1262
- #: /compose/compose-show.php:112
1263
- msgid "Add New"
1264
- msgstr "Dodaj Nowy"
1265
-
1266
- #: ../subscribers/view-subscriber-show.php:280
1267
- msgid "All Groups"
1268
- msgstr "Wszystkie grupy"
1269
-
1270
- #: ../subscribers/view-subscriber-show.php:299
1271
- msgid "All Status"
1272
- msgstr "Wszystkie statusy"
1273
-
1274
- #: ../subscribers/view-subscriber-show.php:300
1275
- msgid "Confirmed"
1276
- msgstr "Potwierdzone"
1277
-
1278
- #: ../subscribers/view-subscriber-show.php:301
1279
- msgid "Unconfirmed"
1280
- msgstr "Niepotwierdzone"
1281
-
1282
- #: ../subscribers/view-subscriber-show.php:302
1283
- msgid "Unsubscribed"
1284
- msgstr "Niesubskrybowane"
1285
-
1286
- #: ../subscribers/view-subscriber-show.php:325 ../subscribers/view-subscriber-
1287
- #: show.php:338
1288
- msgid "Email address"
1289
- msgstr "Adres e-mail"
1290
-
1291
- #: ../subscribers/view-subscriber-show.php:374
1292
- #: ../notification/notification-show. php:90 ../compose/compose-show.php:93
1293
- #: ../compose/compose-preview.php:34
1294
- msgid "Edit"
1295
- msgstr "Edytuj"
1296
-
1297
- #: ../subscribers/view-subscriber-show.php:377 ../subscribers/view-subscriber-
1298
- #: show.php:422 ../notification/notification-show.php:93
1299
- #: ../compose/compose-show. php:94
1300
- msgid "Delete"
1301
- msgstr "Kasuj"
1302
-
1303
- #: ../subscribers/view-subscriber-show.php:385 ../subscribers/view-subscriber-
1304
- #: show.php:423
1305
- msgid "Resend Confirmation"
1306
- msgstr "Wyślij ponownie potwierdzenie"
1307
-
1308
- #: ../subscribers/view-subscriber-show.php:401
1309
- msgid ""
1310
- "No records available. Please use the above alphabet search button to search."
1311
- msgstr ""
1312
- "Brak dostępnych rekordów. By szukać proszę kliknąć powyższy przycisk "
1313
- "wyszukiwania alfabetycznego."
1314
-
1315
- #: ../subscribers/view-subscriber-show.php:421
1316
- msgid "Bulk Actions"
1317
- msgstr "Działania masowe"
1318
-
1319
- #: ../subscribers/view-subscriber-show.php:424
1320
- msgid "Update Subscribers Group"
1321
- msgstr "Uaktualnij grupę subskrybentów"
1322
-
1323
- #: ../subscribers/view-subscriber-show.php:427
1324
- msgid "Select Group"
1325
- msgstr "Zaznacz grupę"
1326
-
1327
- #: ../subscribers/view-subscriber-show.php:441
1328
- msgid "Apply"
1329
- msgstr "Zastosuj"
1330
-
1331
- #: ../subscribers/view-subscriber-show.php:446
1332
- msgid "Export Email"
1333
- msgstr "Eksportuj e-mail"
1334
-
1335
- #: ../subscribers/view-subscriber-show.php:447
1336
- msgid "Sync Email"
1337
- msgstr "Synchronizuj e-mail"
1338
-
1339
- #: ../notification/notification-edit.php:40
1340
- #: ../notification/notification-add.php:26
1341
- #: ../notification/notification-add.php:119
1342
- msgid "Please select subscribers group."
1343
- msgstr "Proszę wybrać grupę subskrybentów."
1344
-
1345
- #: ../notification/notification-edit.php:46
1346
- #: ../notification/notification-edit.php:231
1347
- #: ../notification/notification-add.php:32 ../notification/notification-add.
1348
- #: php:211
1349
- msgid "Please select notification status."
1350
- msgstr "Wybierz status powiadamiania."
1351
-
1352
- #: ../notification/notification-edit.php:52
1353
- #: ../notification/notification-edit.php:142
1354
- #: ../notification/notification-add.php:38 ../notification/notification-add.
1355
- #: php:138
1356
- msgid ""
1357
- "Please select notification mail subject. Use compose menu to create new."
1358
- msgstr ""
1359
- "Wybierz temat powiadomienia e-mail. Użyj menu tworzenia, aby stworzyć nowe."
1360
-
1361
- #: ../notification/notification-edit.php:58
1362
- #: ../notification/notification-edit.php:182
1363
- #: ../notification/notification-add.php:44 ../notification/notification-add.
1364
- #: php:170
1365
- msgid "Please select post categories."
1366
- msgstr "Proszę wybrać kategorię wysyłki."
1367
-
1368
- #: ../notification/notification-edit.php:84
1369
- msgid "Notification was successfully updated."
1370
- msgstr "Zawiadomienie zostało pomyślnie zaktualizowane."
1371
-
1372
- #: ../notification/notification-edit.php:111
1373
- msgid "Edit Notification"
1374
- msgstr "Edytuj zawiadomienie."
1375
-
1376
- #: ../notification/notification-edit.php:114
1377
- #: ../notification/notification-add.php:103
1378
- #: ../notification/notification-show.php:56 ../notification/notification-show.
1379
- #: php:64
1380
- msgid "Subscribers Group"
1381
- msgstr "Grupa subskrybentów."
1382
-
1383
- #: ../notification/notification-edit.php:118
1384
- msgid "Not allowed to update the subscribers group in edit page."
1385
- msgstr ""
1386
- "Nie jest dozwolona aktualizacja grupy subskrybentów w trybie edycji strony."
1387
-
1388
- #: ../notification/notification-edit.php:120
1389
- #: ../notification/notification-add.php:121
1390
- msgid "Notification Mail"
1391
- msgstr "Mail powiadamiający"
1392
-
1393
- #: ../notification/notification-edit.php:144
1394
- #: ../notification/notification-add.php:140
1395
- msgid "Post Categories"
1396
- msgstr "Kategoria wpisu"
1397
-
1398
- #: ../notification/notification-edit.php:184
1399
- #: ../notification/notification-add.php:172
1400
- msgid "Custom post type"
1401
- msgstr "Domyślny typ wpisu"
1402
-
1403
- #: ../notification/notification-edit.php:223
1404
- #: ../notification/notification-add.php:203
1405
- msgid "Please select your custom post type (Optional)."
1406
- msgstr "Proszę wybrać domyślny typ wpisu (opcjonalnie)."
1407
-
1408
- #: ../notification/notification-edit.php:225
1409
- #: ../notification/notification-add.php:205
1410
- #: ../notification/notification-show.php:58 ../notification/notification-show.
1411
- #: php:66
1412
- msgid "Notification Status"
1413
- msgstr "Status powiadomienia."
1414
-
1415
- #: ../notification/notification-add.php:69
1416
- msgid "Notification was successfully created."
1417
- msgstr "Powiadomienie zostało poprawnie utworzone."
1418
-
1419
- #: ../notification/notification-add.php:100
1420
- msgid "Add Notification"
1421
- msgstr "Dodaj powiadomienie"
1422
-
1423
- #: ../notification/notification-show.php:55
1424
- #: ../notification/notification-show.php:63
1425
- msgid "Mail Subject"
1426
- msgstr "Temat maila"
1427
-
1428
- #: ../notification/notification-show.php:57
1429
- #: ../notification/notification-show.php:65
1430
- msgid "Categories / Custom Post"
1431
- msgstr "Kategorie / niestandardowy wpis"
1432
-
1433
- #: ../compose/compose-edit.php:41 ../compose/compose-add.php:28
1434
- msgid "Please enter template heading."
1435
- msgstr "Proszę podać nagłówek szablonu."
1436
-
1437
- #: ../compose/compose-edit.php:54
1438
- msgid "Template was successfully updated."
1439
- msgstr "Szablon zaktualizowany poprawnie."
1440
-
1441
- #: ../compose/compose-edit.php:78 ../compose/compose-show.php:55 ..
1442
- #: /compose/compose-add.php:69
1443
- msgid "Compose Mail"
1444
- msgstr "Skomponuj mail"
1445
-
1446
- #: ../compose/compose-edit.php:80 ../compose/compose-add.php:71 ..
1447
- #: /sendmail/sendmail.php:132
1448
- msgid "Mail Type"
1449
- msgstr "Typ maila"
1450
-
1451
- #: ../compose/compose-edit.php:82 ../compose/compose-add.php:73
1452
- msgid "Static Template (For Newsletter Email)"
1453
- msgstr "Statyczny szablon (dla biuletynu e-mail)"
1454
-
1455
- #: ../compose/compose-edit.php:83 ../compose/compose-add.php:74
1456
- msgid "Dynamic Template (For Notification Email)"
1457
- msgstr "Dynamiczny szablon (dla biuletynu e-mail)"
1458
-
1459
- #: ../compose/compose-edit.php:85
1460
- msgid "Please select your mail type"
1461
- msgstr "Proszę wybierz typ twojego maila"
1462
-
1463
- #: ../compose/compose-edit.php:87 ../compose/compose-add.php:78
1464
- msgid "Enter Mail Subject"
1465
- msgstr "Wprowadź temat maila"
1466
-
1467
- #: ../compose/compose-edit.php:89 ../compose/compose-add.php:80
1468
- msgid "Please enter your mail subject. Keyword: ###POSTTITLE###"
1469
- msgstr "Proszę wprowadź temat maila. Keyword: ###POSTTITLE###"
1470
-
1471
- #: ../compose/compose-edit.php:91 ../compose/compose-add.php:82
1472
- msgid "Mail Content"
1473
- msgstr "Treść maila"
1474
-
1475
- #: ../compose/compose-edit.php:95 ../compose/compose-add.php:86
1476
- msgid "Please enter content for your mail"
1477
- msgstr "Proszę wprowadzić treść swojego maila"
1478
-
1479
- #: ../compose/compose-edit.php:96 ../compose/compose-add.php:87
1480
- msgid ""
1481
- "Keywords: ###POSTTITLE###, ###POSTLINK###, ###POSTIMAGE###, ###POSTDESC###, "
1482
- "###POSTFULL###, ###DATE###, ###POSTLINK-ONLY###, ###POSTLINK-WITHTITLE###"
1483
- msgstr ""
1484
- "Klucz: ###POSTTITLE###, ###POSTLINK###, ###POSTIMAGE###, ###POSTDESC###, "
1485
- "###POSTFULL###, ###DATE###, ###POSTLINK-ONLY###, ###POSTLINK-WITHTITLE###"
1486
-
1487
- #: ../compose/compose-edit.php:101 ../compose/compose-add.php:92
1488
- msgid "Published"
1489
- msgstr "Opublikowane"
1490
-
1491
- #: ../compose/compose-edit.php:103 ../compose/compose-add.php:94
1492
- msgid "Please select your mail status"
1493
- msgstr "Proszę wybierz status twojego maila."
1494
-
1495
- #: ../compose/compose-show.php:66 ../compose/compose-show.php:74
1496
- msgid "Email subject"
1497
- msgstr "Temat maila"
1498
-
1499
- #: ../compose/compose-add.php:40
1500
- msgid "Template was successfully created."
1501
- msgstr "Szablon utworzony poprawnie"
1502
-
1503
- #: ../compose/compose-add.php:76 ../sendmail/sendmail.php:50
1504
- msgid "Please select your mail type."
1505
- msgstr "Proszę wybierz typ twojego maila."
1506
-
1507
- #: ../export/export-email-address.php:36 ../export/export-email-address.php:40
1508
- #: .. /export/export-email-address.php:43
1509
- msgid "Unexpected url submit has been detected"
1510
- msgstr "Zostało wykryte niespodziewane zgłoszenie URL"
1511
-
1512
- #: ../cron/cron-add.php:21
1513
- msgid "Please enter valid mail count."
1514
- msgstr "Proszę podać poprawną liczbę e-maili."
1515
-
1516
- #: ../cron/cron-add.php:31
1517
- msgid "Cron details successfully updated."
1518
- msgstr "Szczegóły Cron pomyślnie zaktualizowane."
1519
-
1520
- #: ../cron/cron-add.php:71
1521
- msgid "Cron Details"
1522
- msgstr "Szczegóły Cron."
1523
-
1524
- #: ../cron/cron-add.php:74
1525
- msgid "Cron job URL"
1526
- msgstr "URL zadania Cron."
1527
-
1528
- #: ../cron/cron-add.php:76
1529
- msgid ""
1530
- "Please find your cron job URL. This is readonly field not able to modify "
1531
- "from admin."
1532
- msgstr ""
1533
- "Proszę znaleźć URL zadania Cron. To pole jest tylko do odczytu nie możliwe "
1534
- "do zmiany przez administratora."
1535
-
1536
- #: ../cron/cron-add.php:78
1537
- msgid "Mail Count"
1538
- msgstr "Ilość wiadomości"
1539
-
1540
- #: ../cron/cron-add.php:80
1541
- msgid "Enter number of mails you want to send per hour/trigger."
1542
- msgstr "Wprowadź ilość maili, które chcesz wysłać na godzinę/wyzwolenie."
1543
-
1544
- #: ../cron/cron-add.php:82
1545
- msgid "Admin Report"
1546
- msgstr "Raport administratora."
1547
-
1548
- #: ../cron/cron-add.php:84
1549
- msgid ""
1550
- "Send above mail to admin whenever cron URL triggered in your server.<br /"
1551
- ">(Keywords: ###DATE###, ###SUBJECT###, ###COUNT###)"
1552
- msgstr ""
1553
- "Wyślij powyższy mail do administratora zawsze gdy Cron uruchomi na serwerze "
1554
- "URL.<br />(Klucz: ###DATE###, ###SUBJECT###, ###COUNT###)"
1555
-
1556
- #: ../cron/cron-add.php:97
1557
- msgid "How to setup auto emails using CRON Job through the cPanel or Plesk?"
1558
- msgstr "Jak ustawić auto-maili z wykorzystaniem cron przez cPanel lub Plesk?"
1559
-
1560
- #: ../cron/cron-add.php:98
1561
- msgid ""
1562
- "<a target=\"_blank\" href=\"http://www.storeapps.org/docs/es-how-to-schedule-"
1563
- "cron-emails-in-parallels-plesk/\">Setup cron job in Plesk</a>"
1564
- msgstr ""
1565
- "<a target=\"_blank\" href=\"http://www.storeapps.org/docs/es-how-to-schedule-"
1566
- "cron-emails-in-parallels-plesk/\">Ustaw wyzwalacz CRON w Plesk</a>"
1567
-
1568
- #: ../cron/cron-add.php:99
1569
- msgid ""
1570
- "<a target=\"_blank\" href=\"http://www.storeapps.org/docs/es-how-to-schedule-"
1571
- "cron-emails-in-cpanel/\">Setup cron job in cPanal</a>"
1572
- msgstr ""
1573
- "<a target=\"_blank\" href=\"http://www.storeapps.org/docs/es-how-to-schedule-"
1574
- "cron-emails-in-parallels-plesk/\">Ustaw wyzwalacz CRON w cPanl</a>"
1575
-
1576
- #: ../cron/cron-add.php:100
1577
- msgid ""
1578
- "<a target=\"_blank\" href=\"http://www.storeapps.org/docs/es-what-to-do-if-"
1579
- "hosting-doesnt-support-cron-jobs/\">Hosting doesnt support cron jobs?</a>"
1580
- msgstr ""
1581
- "<a target=\"_blank\" href=\"http://www.storeapps.org/docs/es-what-to-do-if-"
1582
- "hosting-doesnt-support-cron-jobs/\">Hosting nie umożliwia wyzwalania CRON?</"
1583
- "a>"
1584
-
1585
- #: ../sendmail/sendmail.php:35
1586
- msgid "Please select your mail subject."
1587
- msgstr "Proszę wybierz temat twojego maila."
1588
-
1589
- #: ../sendmail/sendmail.php:43
1590
- msgid "No email address selected."
1591
- msgstr "Nie wybrano adresu e-mail."
1592
-
1593
- #: ../sendmail/sendmail.php:58
1594
- msgid "Mail sent successfully"
1595
- msgstr "Mail wysłany pomyślnie"
1596
-
1597
- #: ../sendmail/sendmail.php:64
1598
- msgid "Click here for details"
1599
- msgstr "Kliknij tutaj po szczegóły"
1600
-
1601
- #: ../sendmail/sendmail.php:73
1602
- msgid "Oops.. We are getting some error. mail not sending."
1603
- msgstr "Ups… Pojawił się jakiś błąd. Mail nie został wysłany."
1604
-
1605
- #: ../sendmail/sendmail.php:101
1606
- msgid "Select your mail subject"
1607
- msgstr "Proszę wybierz temat twojego maila."
1608
-
1609
- #: ../sendmail/sendmail.php:102
1610
- msgid ""
1611
- "Select a mail subject from available list. Go to Compose page to create new "
1612
- "mail."
1613
- msgstr ""
1614
- "Proszę wybierz temat twojego maila z listy możliwych. Idź do strony "
1615
- "tworzenia nowych maili."
1616
-
1617
- #: ../sendmail/sendmail.php:133
1618
- msgid "Select your mail type."
1619
- msgstr "Proszę wybierz typ twojego maila."
1620
-
1621
- #: ../sendmail/sendmail.php:147
1622
- msgid "Select subscriber group"
1623
- msgstr "Wybierz grupę subskrybenta."
1624
-
1625
- #: ../sendmail/sendmail.php:148
1626
- msgid "Select your subscriber group to send email."
1627
- msgstr "Wybierz grupę subskrybenta do wysyłania e-maili."
1628
-
1629
- #: ../sendmail/sendmail.php:173
1630
- msgid "Check All"
1631
- msgstr "Wybierz wszystko"
1632
-
1633
- #: ../sendmail/sendmail.php:174
1634
- msgid "Uncheck All"
1635
- msgstr "Odznacz wszystko"
1636
-
1637
- #: ../sendmail/sendmail.php:237
1638
- msgid "No subscribers available for this search criteria."
1639
- msgstr "Brak subskrybenta spełniającego te kryteria wyszukiwania."
1640
-
1641
- #: ../roles/roles-add.php:93
1642
- msgid "Roles and Capabilities"
1643
- msgstr "Uprawnienia i możliwości"
1644
-
1645
- #: ../roles/roles-add.php:95
1646
- msgid "Subscribers Menu"
1647
- msgstr "Menu subskrybentów"
1648
-
1649
- #: ../roles/roles-add.php:97 ../roles/roles-add.php:105 ../roles/roles-add.php:
1650
- #: 113 ../roles/roles-add.php:121 ../roles/roles-add.php:129
1651
- #: ../roles/roles-add. php:137 ../roles/roles-add.php:145
1652
- msgid "Administrator Only"
1653
- msgstr "Tylko dla administratora"
1654
-
1655
- #: ../roles/roles-add.php:98 ../roles/roles-add.php:106 ../roles/roles-add.php:
1656
- #: 114 ../roles/roles-add.php:122 ../roles/roles-add.php:130
1657
- #: ../roles/roles-add. php:138 ../roles/roles-add.php:146
1658
- msgid "Administrator/Editor"
1659
- msgstr "Administrator/Edytor"
1660
-
1661
- #: ../roles/roles-add.php:99 ../roles/roles-add.php:107 ../roles/roles-add.php:
1662
- #: 115 ../roles/roles-add.php:123 ../roles/roles-add.php:131
1663
- #: ../roles/roles-add. php:139 ../roles/roles-add.php:147
1664
- msgid "Administrator/Editor/Author/Contributor"
1665
- msgstr "Administrator/Edytor/Autor/Specjalista"
1666
-
1667
- #: ../roles/roles-add.php:101
1668
- msgid ""
1669
- "Select user role to access plugin Subscribers Menu. Only Admin user can "
1670
- "change this value."
1671
- msgstr ""
1672
- "Wybierz uprawnienia dostępu użytkownika do Menu Subskrybentów wtyczki. Tylko "
1673
- "Administrator może zmienić tę wartość."
1674
-
1675
- #: ../roles/roles-add.php:103
1676
- msgid "Compose Menu"
1677
- msgstr "Menu Kompozycji"
1678
-
1679
- #: ../roles/roles-add.php:109
1680
- msgid ""
1681
- "Select user role to access plugin Compose Menu. Only Admin user can change "
1682
- "this value."
1683
- msgstr ""
1684
- "Wybierz uprawnienia dostępu użytkownika do Menu Kompozycji wtyczki. Tylko "
1685
- "Administrator może zmienić tę wartość."
1686
-
1687
- #: ../roles/roles-add.php:111
1688
- msgid "Notification Menu"
1689
- msgstr "Menu Powiadomień"
1690
-
1691
- #: ../roles/roles-add.php:117
1692
- msgid ""
1693
- "Select user role to access plugin Notification Menu. Only Admin user can "
1694
- "change this value."
1695
- msgstr ""
1696
- "Wybierz uprawnienia dostępu użytkownika do Menu Powiadomień wtyczki. Tylko "
1697
- "Administrator może zmienić tę wartość."
1698
-
1699
- #: ../roles/roles-add.php:119
1700
- msgid "Send Email Menu/Cron Menu"
1701
- msgstr "Menu Wysyłki Maili/Cron Menu"
1702
-
1703
- #: ../roles/roles-add.php:125
1704
- msgid ""
1705
- "Select user role to access plugin Send Email Menu. Only Admin user can "
1706
- "change this value."
1707
- msgstr ""
1708
- "Wybierz uprawnienia dostępu użytkownika do Menu Wysyłania Maili wtyczki. "
1709
- "Tylko Administrator może zmienić tę wartość."
1710
-
1711
- #: ../roles/roles-add.php:127
1712
- msgid "Settings Menu"
1713
- msgstr "Menu Ustawień"
1714
-
1715
- #: ../roles/roles-add.php:133
1716
- msgid ""
1717
- "Select user role to access plugin Settings Menu. Only Admin user can change "
1718
- "this value."
1719
- msgstr ""
1720
- "Wybierz uprawnienia dostępu użytkownika do Menu Ustawień wtyczki. Tylko "
1721
- "Administrator może zmienić tę wartość."
1722
-
1723
- #: ../roles/roles-add.php:135
1724
- msgid "Sent Mails Menu"
1725
- msgstr "Menu Wysyłania Maili"
1726
-
1727
- #: ../roles/roles-add.php:141
1728
- msgid ""
1729
- "Select user role to access plugin Sent Mails Menu. Only Admin user can "
1730
- "change this value."
1731
- msgstr ""
1732
- "Wybierz uprawnienia dostępu użytkownika do Menu Wysyłania Maili wtyczki. "
1733
- "Tylko Administrator może zmienić tę wartość."
1734
-
1735
- #: ../roles/roles-add.php:143
1736
- msgid "Help & Info Menu"
1737
- msgstr "Menu Pomocy i Informacji"
1738
-
1739
- #: ../roles/roles-add.php:149
1740
- msgid ""
1741
- "Select user role to access plugin Help & Info Menu. Only Admin user can "
1742
- "change this value."
1743
- msgstr ""
1744
- "Wybierz uprawnienia dostępu użytkownika do Menu Pomocy i Informacji wtyczki. "
1745
- "Tylko Administrator może zmienić tę wartość."
1746
-
1747
- #: ../help/help.php:44
1748
- msgid "Welcome to Email Subscribers!"
1749
- msgstr "Witamy w Email Subscribers!"
1750
-
1751
- #: ../help/help.php:45
1752
- msgid ""
1753
- "Thanks for installing and we hope you will enjoy using Email Subscribers."
1754
- msgstr ""
1755
- "Dziękujemy za zainstalowanie i mamy nadzieję, że będziesz zadowolony z "
1756
- "używania Email Subscribers."
1757
-
1758
- #: ../help/help.php:49
1759
- msgid "For more help and tips..."
1760
- msgstr "Aby uzyskać więcej pomocy i wskazówek…"
1761
-
1762
- #: ../help/help.php:93
1763
- msgid "Frequently Asked Questions"
1764
- msgstr "Często zadawane pytania (FAQ)"
1765
-
1766
- #: ../help/help.php:104
1767
- msgid "How to setup subscription box widget?"
1768
- msgstr "Jak skonfigurować pole subskrypcji widgetu?"
1769
-
1770
- #: ../help/help.php:111
1771
- msgid "How to add unsubscribe link in welcome email?"
1772
- msgstr "Jak umieścić odnośnik rezygnacji w mailu powitalnym?"
1773
-
1774
- #: ../help/help.php:119
1775
- msgid "How to change/update/translate any text from the plugin?"
1776
- msgstr "Jak zmienić/zaktualizować/przetłumaczyć dowolny tekst wtyczki?"
1777
-
1778
- #: ../help/help.php:120
1779
- msgid ""
1780
- "Refer steps from <a target=\"_blank\" href=\"http://www.storeapps.org/docs/"
1781
- "es-how-to-change-update-translate-any-texts-from-email-subscribers/\">here</"
1782
- "a>."
1783
- msgstr ""
1784
- "Kroki - patrz <a target=\"_blank\" href=\"http://www.storeapps.org/docs/es-"
1785
- "how-to-change-update-translate-any-texts-from-email-subscribers/\">tutaj</a>."
1786
-
1787
- #: ../help/help.php:123
1788
- msgid "How to setup auto emails using CRON Job?"
1789
- msgstr "Jak ustawić auto-wysyłanie maili używając wyzwalania CRON?"
1790
-
1791
- #: ../help/help.php:124
1792
- msgid ""
1793
- " 1. <a target=\"_blank\" href=\"http://www.storeapps.org/docs/es-how-to-"
1794
- "schedule-cron-emails-in-cpanel/\">Setup cron job in Plesk</a><br>\n"
1795
- "\t\t\t\t\t\t\t\t\t\t 2. <a target=\"_blank\" href=\"http://www.storeapps."
1796
- "org/docs/es-how-to-schedule-cron-emails-in-parallels-plesk/\">Setup cron job "
1797
- "in cPanal</a><br>\n"
1798
- "\t\t\t\t\t\t\t\t\t\t 3. <a target=\"_blank\" href=\"http://www.storeapps."
1799
- "org/docs/es-what-to-do-if-hosting-doesnt-support-cron-jobs/\">Hosting doesnt "
1800
- "support cron jobs?</a>"
1801
- msgstr ""
1802
- "1. <a target=\"_blank\" href=\"http://www.storeapps.org/docs/es-how-to-"
1803
- "schedule-cron-emails-in-cpanel/\">Ustaw wyzwalacz CRON w Plesk</a><br>\n"
1804
- "\t\t\t\t\t\t\t\t\t\t 2. <a target=\"_blank\" href=\"http://www.storeapps."
1805
- "org/docs/es-how-to-schedule-cron-emails-in-parallels-plesk/\">Ustaw "
1806
- "wyzwalacz CRON w cPanal</a><br>\n"
1807
- "\t\t\t\t\t\t\t\t\t\t 3. <a target=\"_blank\" href=\"http://www.storeapps."
1808
- "org/docs/es-what-to-do-if-hosting-doesnt-support-cron-jobs/\">Hosting nie "
1809
- "umożliwia wyzwalania CRON?</a>"
1810
-
1811
- #: ../help/help.php:129
1812
- msgid "Notification Emails are not being received by Subscribers?"
1813
- msgstr "Maile potwierdzające nie są zwracane przez subskrybentów?"
1814
-
1815
- #: ../help/help.php:130
1816
- #, php-format
1817
- msgid "Confirm steps from %s."
1818
- msgstr "Potwierdź kroki od %s."
1819
-
1820
- #: ../help/help.php:130 ../help/help.php:134 ../help/help.php:138 ../help/help.
1821
- #: php:142 ../help/help.php:146 ../help/help.php:150 ../help/help.php:154 ..
1822
- #: /help/help.php:158 ../help/help.php:162 ../help/help.php:166
1823
- msgid "here"
1824
- msgstr "tutaj"
1825
-
1826
- #: ../help/help.php:133
1827
- msgid "How to import and export email address to subscriber list?"
1828
- msgstr "Jak importować i eksportować adresy mailowe do listy subskrybentów?"
1829
-
1830
- #: ../help/help.php:134 ../help/help.php:138 ../help/help.php:142 ../help/help.
1831
- #: php:146 ../help/help.php:150 ../help/help.php:154 ../help/help.php:158 ..
1832
- #: /help/help.php:162
1833
- #, php-format
1834
- msgid "Refer %s."
1835
- msgstr "Dotyczy %s."
1836
-
1837
- #: ../help/help.php:137
1838
- msgid "How to Compose and Send static newsletter mails?"
1839
- msgstr "Jak tworzyć i wysyłać statyczne maile nowinek?"
1840
-
1841
- #: ../help/help.php:141
1842
- msgid ""
1843
- "How to Configure and Send notification emails to subscribers when new posts "
1844
- "are published?"
1845
- msgstr ""
1846
- "Jak skonfigurować i wysyłać powiadomienia do subskrybentów maile gdy "
1847
- "publikowane są nowe wpisy?"
1848
-
1849
- #: ../help/help.php:145
1850
- msgid ""
1851
- "How to install and activate Email Subscribers on multisite installations?"
1852
- msgstr ""
1853
- "Jak zainstalować i aktywować Email Subscribers na instalacji "
1854
- "wielostanowiskowej?"
1855
-
1856
- #: ../help/help.php:149
1857
- msgid ""
1858
- "How to modify the existing mails (Opt-in mail, Welcome mail, Admin mails) "
1859
- "content?"
1860
- msgstr "Jak modyfikować istniejącą zawartość maili (Opt-in, Welcome, Admin)?"
1861
-
1862
- #: ../help/help.php:153
1863
- msgid "How to Add/Update Existing Subscribers Group?"
1864
- msgstr "Jak dodać/uaktualnić istniejącą grupę subskrybentów?"
1865
-
1866
- #: ../help/help.php:157
1867
- msgid "How to check Sent mails?"
1868
- msgstr "Jak sprawdzić wysłane maile?"
1869
-
1870
- #: ../help/help.php:161
1871
- msgid "How to show subscribe form inside a popup?"
1872
- msgstr "Jak pokazać formularz subskrypcji wewnątrz popup?"
1873
-
1874
- #: ../help/help.php:165
1875
- msgid "Check more detailed documentation"
1876
- msgstr "Sprawdź bardziej szczegółową dokumentację"
1877
-
1878
- #: ../help/help.php:166
1879
- #, php-format
1880
- msgid "From %s."
1881
- msgstr "Z %s."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: Email Subscribers\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: Tue Feb 09 2016 16:21:13 GMT+0530 (IST)\n"
6
+ "PO-Revision-Date: 2016-07-25 19:04+0200\n"
7
+ "Last-Translator: admin <mansi.shah@appsmagnet.com>\n"
8
+ "Language-Team: \n"
9
+ "Language: pl\n"
10
+ "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10 >= 2 && n%10<=4 &&(n%100<10||n"
11
+ "%100 >= 20)? 1 : 2);\n"
12
+ "MIME-Version: 1.0\n"
13
+ "Content-Type: text/plain; charset=UTF-8\n"
14
+ "Content-Transfer-Encoding: 8bit\n"
15
+ "X-Poedit-SourceCharset: UTF-8\n"
16
+ "X-Poedit-Basepath: .\n"
17
+ "X-Poedit-KeywordsList: _:1;gettext:1;dgettext:2;ngettext:1,2;dngettext:2,3;__:1;"
18
+ "_e:1;_c:1;_n:1,2;_n_noop:1,2;_nc:1,2;__ngettext:1,2;__ngettext_noop:1,2;_x:1,2c;"
19
+ "_ex:1,2c;_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;esc_attr__:1;"
20
+ "esc_html__:1;esc_attr_e:1;esc_html_e:1;esc_attr_x:1,2c;esc_html_x:1,2c;"
21
+ "comments_number_link:2,3;t:1;st:1;trans:1;transChoice:1,2\n"
22
+ "X-Generator: Poedit 1.8.8\n"
23
+ "X-Loco-Target-Locale: pl_PL\n"
24
+ "X-Poedit-SearchPath-0: ..\n"
25
+
26
+ #: ../subscribers/view-subscriber-show.php:232
27
+ msgid "View Subscribers"
28
+ msgstr "Pokaż Subskrybentów"
29
+
30
+ #. URI of the plugin
31
+ msgid "http://www.storeapps.org/product/email-subscribers"
32
+ msgstr ""
33
+
34
+ #. Author of the plugin
35
+ msgid "StoreApps"
36
+ msgstr ""
37
+
38
+ #: ../notification/notification-edit.php:43
39
+ msgid "Please select subscribers group"
40
+ msgstr "Proszę wybrać grupę subskrybentów."
41
+
42
+ #: ../notification/notification-edit.php:49
43
+ msgid "Please select notification status"
44
+ msgstr "Proszę wybierz stan powiadomienia."
45
+
46
+ #: ../notification/notification-edit.php:114
47
+ msgid "Not allowed to update subscribers group in edit page"
48
+ msgstr "Nie jest dozwolona aktualizacja grupy subskrybentów w trybie edycji strony."
49
+
50
+ #: ../notification/notification-edit.php:126 ../notification/notification-add.php:
51
+ #: 134
52
+ msgid "Select notification mail subject (Use compose menu to create new)"
53
+ msgstr "Wybierz powiadomienia e-mail. Użyj menu tworzenia, aby stworzyć nowe."
54
+
55
+ #: ../notification/notification-edit.php:195 ../notification/notification-add.php:
56
+ #: 194
57
+ msgid "Custom Post Type"
58
+ msgstr "Własny typ wpisów"
59
+
60
+ #: ../notification/notification-edit.php:230 ../notification/notification-add.php:
61
+ #: 224
62
+ msgid "No Custom Post Types Available"
63
+ msgstr "Nie są dostępne własne typy wpisów"
64
+
65
+ #: ../notification/notification-edit.php:243 ../notification/notification-add.php:
66
+ #: 237
67
+ msgid "Send mail immediately when new post is published"
68
+ msgstr "Wyślij mail od razu gdy tylko nowy post zostanie opublikowany"
69
+
70
+ #: ../notification/notification-edit.php:244 ../notification/notification-add.php:
71
+ #: 238
72
+ msgid "Add to cron when new post is published and send via cron job"
73
+ msgstr "Dodaj do Crona, gdy zostanie opublikowany nowy post i wyślij przez Crona"
74
+
75
+ #: ../notification/notification-edit.php:245 ../notification/notification-add.php:
76
+ #: 239
77
+ msgid "Disable notification"
78
+ msgstr "Wyłącz powiadomienia"
79
+
80
+ #: ../notification/notification-add.php:70
81
+ msgid "Notification was successfully created. "
82
+ msgstr "Powiadomienie zostało utworzone poprawnie."
83
+
84
+ #: ../notification/notification-add.php:93
85
+ msgid " to view the details."
86
+ msgstr " aby zobaczyć szczegóły"
87
+
88
+ #: ../notification/notification-add.php:110
89
+ msgid "Select subscribers group"
90
+ msgstr "Wybierz grupę abonentów"
91
+
92
+ #: ../notification/notification-add.php:159
93
+ msgid "Select post categories"
94
+ msgstr ""
95
+ "Proszę wybrać kategorię wpisów+\n"
96
+ "+."
97
+
98
+ #: ../notification/notification-add.php:195
99
+ msgid "Select your custom post type (Optional)"
100
+ msgstr "Proszę wybrać domyślny typ wpisu (opcjonalnie)."
101
+
102
+ #: ../notification/notification-add.php:232
103
+ msgid "Select notification status"
104
+ msgstr "Wybierz status powiadamiania."
105
+
106
+ #: ../notification/notification-show.php:30
107
+ msgid "Selected record was successfully deleted"
108
+ msgstr "Wybrane rekordy zostały usunięte."
109
+
110
+ #: ../notification/notification-show.php:117
111
+ msgid "Send mail immediately when new post is published."
112
+ msgstr "Wyślij mail od razu gdy tylko nowy post zostanie opublikowany"
113
+
114
+ #: ../notification/notification-show.php:119
115
+ msgid "Add to cron and send mail via cron job."
116
+ msgstr "Dodaj do Crona i wyślij przez Crona"
117
+
118
+ #: ../sendmail/sendmail.php:129
119
+ msgid "Select your mail type"
120
+ msgstr "Wybierz typ twojego maila."
121
+
122
+ #: ../sendmail/sendmail.php:135
123
+ msgid "Send mail immediately"
124
+ msgstr "Wyślij mail natychmiast"
125
+
126
+ #: ../sendmail/sendmail.php:136
127
+ msgid "Send mail via cron job"
128
+ msgstr "Wyślij mail przez Crona"
129
+
130
+ #: ../sendmail/sendmail.php:144
131
+ msgid "Select your subscriber group to send email"
132
+ msgstr "Wybierz grupę subskrybentów do wysyłania e-maili."
133
+
134
+ #: ../sendmail/sendmail.php:177
135
+ msgid "A,B,C"
136
+ msgstr "A,B,C"
137
+
138
+ #: ../sendmail/sendmail.php:178
139
+ msgid "D,E,F"
140
+ msgstr "D,E,F"
141
+
142
+ #: ../sendmail/sendmail.php:179
143
+ msgid "G,H,I"
144
+ msgstr "G,H,I"
145
+
146
+ #: ../sendmail/sendmail.php:180
147
+ msgid "J,K,L"
148
+ msgstr "J,K,L"
149
+
150
+ #: ../sendmail/sendmail.php:181
151
+ msgid "M,N,O"
152
+ msgstr "M,N,O"
153
+
154
+ #: ../sendmail/sendmail.php:182
155
+ msgid "P,Q,R"
156
+ msgstr "P,Q,R"
157
+
158
+ #: ../sendmail/sendmail.php:183
159
+ msgid "S,T,U"
160
+ msgstr "S,T,U"
161
+
162
+ #: ../sendmail/sendmail.php:184
163
+ msgid "V,W,X,Y,Z"
164
+ msgstr "V,W,X,Y,Z"
165
+
166
+ #: ../sendmail/sendmail.php:185
167
+ msgid "0-9"
168
+ msgstr "0-9"
169
+
170
+ #: ../sendmail/sendmail.php:186
171
+ msgid "ALL"
172
+ msgstr "Wszystkie"
173
+
174
+ #: ../sendmail/sendmail.php:223
175
+ #, php-format
176
+ msgid ""
177
+ "<span style=\"color:#FF0000\">No subscribers available for %s search criteria.</"
178
+ "span>"
179
+ msgstr ""
180
+ "<span style=\"color:#FF0000\">Brak subskrybentów dla %s kryteriów wyszukiwania.</"
181
+ "span>"
182
+
183
+ #: ../settings/setting-sync.php:14
184
+ msgid "Table sync completed successfully."
185
+ msgstr "Synchronizacja tabeli zakończona pomyślnie."
186
+
187
+ #: ../settings/setting-sync.php:27
188
+ msgid "Sync plugin tables"
189
+ msgstr "Synchronizacja tabeli wtyczek"
190
+
191
+ #: ../settings/setting-sync.php:30
192
+ msgid "Click to sync tables"
193
+ msgstr "Kliknij by synchronizować tabele"
194
+
195
+ #: ../settings/settings-edit.php:17
196
+ msgid "Oops, selected details doesnt exists."
197
+ msgstr "Ups… zaznaczone detale nie istnieją"
198
+
199
+ #: ../settings/settings-edit.php:111
200
+ msgid "Please enter sender of notifications from name."
201
+ msgstr "Proszę podać nadawcę powiadomień po nazwie."
202
+
203
+ #: ../settings/settings-edit.php:116
204
+ msgid "Please enter sender of notifications from email."
205
+ msgstr "Proszę podać nadawcę powiadomień po adresie e-mail."
206
+
207
+ #: ../settings/settings-edit.php:149
208
+ msgid "Details was successfully updated."
209
+ msgstr "Szczegóły zostały pomyślnie zaktualizowane."
210
+
211
+ #: ../settings/settings-edit.php:152
212
+ msgid "Oops, details not update."
213
+ msgstr "Ups... szczegóły nie zostały zaktualizowane."
214
+
215
+ #: ../settings/settings-edit.php:192 ../classes/es-register.php:155 ../classes/es-
216
+ #: register.php:156
217
+ msgid "Settings"
218
+ msgstr "Ustawienia"
219
+
220
+ #: ../settings/settings-edit.php:198
221
+ msgid "Sender of notifications"
222
+ msgstr "Nadawca powiadomień"
223
+
224
+ #: ../settings/settings-edit.php:199
225
+ msgid ""
226
+ "Choose a FROM name and FROM email address for all notifications emails from this "
227
+ "plugin."
228
+ msgstr ""
229
+ "Wybierz nazwy i adresy FROM dla wszystkich mailowych powiadomień z tej wtyczki."
230
+
231
+ #: ../settings/settings-edit.php:209
232
+ msgid "Mail type"
233
+ msgstr "Typ maila"
234
+
235
+ #: ../settings/settings-edit.php:210
236
+ msgid ""
237
+ "Option 1 & 2 is to send mails with default Wordpress method wp_mail(). Option 3 & "
238
+ "4 is to send mails with PHP method mail()"
239
+ msgstr ""
240
+ "Warianty 1 i 2 wysyłają maile domyślną metodą: wp_mail Wordpress (). Warianty 3 i "
241
+ "4 wysyłają maile z metodą PHP ()"
242
+
243
+ #: ../settings/settings-edit.php:214
244
+ msgid "1. WP HTML MAIL"
245
+ msgstr "1. WP HTML MAIL"
246
+
247
+ #: ../settings/settings-edit.php:215
248
+ msgid "2. WP PLAINTEXT MAIL"
249
+ msgstr "2. WP PLAINTEXT MAIL"
250
+
251
+ #: ../settings/settings-edit.php:216
252
+ msgid "3. PHP HTML MAIL"
253
+ msgstr "3. PHP HTML MAIL"
254
+
255
+ #: ../settings/settings-edit.php:217
256
+ msgid "4. PHP PLAINTEXT MAIL"
257
+ msgstr "4. PHP PLAINTEXT MAIL"
258
+
259
+ #: ../settings/settings-edit.php:224
260
+ msgid "Opt-in option"
261
+ msgstr "Opcja Opt-in"
262
+
263
+ #: ../settings/settings-edit.php:225
264
+ msgid ""
265
+ "Double Opt In, means subscribers need to confirm their email address by an "
266
+ "activation link sent them on a activation email message. Single Opt In, means "
267
+ "subscribers do not need to confirm their email address."
268
+ msgstr ""
269
+ "Podwójne Opt-In oznacza, że abonenci muszą potwierdzić swój adres e-mail linkiem "
270
+ "aktywacyjnym wysłanym e-mailem. Pojedyncze Opt-In oznacza, że abonenci nie muszą "
271
+ "potwierdzać swojego adresu e-mail."
272
+
273
+ #: ../settings/settings-edit.php:229
274
+ msgid "Double Opt In"
275
+ msgstr "Podwójne Opt-In"
276
+
277
+ #: ../settings/settings-edit.php:230 ../subscribers/view-subscriber-show.php:303
278
+ msgid "Single Opt In"
279
+ msgstr "Pojedyncze Ot-In"
280
+
281
+ #: ../settings/settings-edit.php:236
282
+ msgid "Image Size"
283
+ msgstr "Rozmiar obrazu"
284
+
285
+ #: ../settings/settings-edit.php:237
286
+ msgid "Select image size for ###POSTIMAGE### to be shown in post notification email"
287
+ msgstr "Wybierz rozmiar obrazu do ### POSTIMAGE ### pokazany w mailu powiadomienia"
288
+
289
+ #: ../settings/settings-edit.php:241
290
+ msgid "Full Size"
291
+ msgstr "Pełny rozmiar"
292
+
293
+ #: ../settings/settings-edit.php:242
294
+ msgid "Medium Size"
295
+ msgstr "Średni rozmiar"
296
+
297
+ #: ../settings/settings-edit.php:243
298
+ msgid "Thumbnail"
299
+ msgstr "Miniatura"
300
+
301
+ #: ../settings/settings-edit.php:249
302
+ msgid "Opt-in mail subject (Confirmation mail)"
303
+ msgstr "Opt-in temat maila (Mail potwierdzający)"
304
+
305
+ #: ../settings/settings-edit.php:250
306
+ msgid ""
307
+ "Enter the subject for Double Opt In mail. This will send whenever subscriber "
308
+ "added email into our database."
309
+ msgstr ""
310
+ "Wprowadź temat maila do powtórnego Opt-In. Spowoduje to wysłanie e-maila, gdy "
311
+ "abonent zostanie dodany do naszej bazy danych."
312
+
313
+ #: ../settings/settings-edit.php:256
314
+ msgid "Opt-in mail content (Confirmation mail)"
315
+ msgstr "Opt-in treść maila (mail potwierdzający)"
316
+
317
+ #: ../settings/settings-edit.php:257
318
+ msgid ""
319
+ "Enter the content for Double Opt In mail. This will send whenever subscriber "
320
+ "added email into our database."
321
+ msgstr ""
322
+ "Wprowadź treść dla maila powtórnego Opt-in. Będzie on wysyłany zawsze gdy "
323
+ "subskrybent doda swój adres do naszej bazy."
324
+
325
+ #: ../settings/settings-edit.php:263
326
+ msgid "Opt-in link (Confirmation link)"
327
+ msgstr "Link Opt-in (link do potwierdzenia)"
328
+
329
+ #: ../settings/settings-edit.php:264
330
+ msgid "Double Opt In confirmation link. You no need to change this value."
331
+ msgstr "Link potwierdzenia podwójnego Opt-in. Nie możesz zmienić jego treści."
332
+
333
+ #: ../settings/settings-edit.php:270
334
+ msgid "Text to display after email subscribed successfully"
335
+ msgstr "Tekst wyświetlany po pomyślnym zakończeniu procesu subskrypcji."
336
+
337
+ #: ../settings/settings-edit.php:271
338
+ msgid ""
339
+ "This text will display once user clicked email confirmation link from opt-in "
340
+ "(confirmation) email content."
341
+ msgstr ""
342
+ "Ten tekst będzie wyświetlany gdy użytkownik kliknął link potwierdzający e-mail z "
343
+ "opt-in (potwierdzenie)."
344
+
345
+ #: ../settings/settings-edit.php:278
346
+ msgid "Subscriber welcome email"
347
+ msgstr "Mail powitalny."
348
+
349
+ #: ../settings/settings-edit.php:279
350
+ msgid "To send welcome mail to subscriber, This option must be set to YES."
351
+ msgstr ""
352
+ "Wysłać mail powitalny do subskrybenta. Ta opcja musi być ustawiona na Tak (Yes)"
353
+
354
+ #: ../settings/settings-edit.php:283 ../settings/settings-edit.php:311
355
+ msgid "YES"
356
+ msgstr "Tak"
357
+
358
+ #: ../settings/settings-edit.php:284 ../settings/settings-edit.php:312
359
+ msgid "NO"
360
+ msgstr "Nie"
361
+
362
+ #: ../settings/settings-edit.php:290
363
+ msgid "Welcome mail subject"
364
+ msgstr "Temat maila powitalnego"
365
+
366
+ #: ../settings/settings-edit.php:291
367
+ msgid ""
368
+ "Enter the subject for subscriber welcome mail. This will send whenever email "
369
+ "subscribed (confirmed) successfully."
370
+ msgstr ""
371
+ "Wprowadź temat powitalnego maila do subskrybenta. Będzie o wysłany, gdy "
372
+ "subskrypcja przebiegnie pomyślnie."
373
+
374
+ #: ../settings/settings-edit.php:297
375
+ msgid "Subscriber welcome mail content"
376
+ msgstr "Treść maila powitalnego."
377
+
378
+ #: ../settings/settings-edit.php:298
379
+ msgid ""
380
+ "Enter the content for subscriber welcome mail. This will send whenever email "
381
+ "subscribed (confirmed) successfully. (Keyword: ###NAME###)"
382
+ msgstr ""
383
+ "Wprowadź treść powitalnego maila do subskrybenta. Będzie o wysłany, gdy "
384
+ "subskrypcja przebiegnie pomyślnie.(Klucz: ###NAME###)"
385
+
386
+ #: ../settings/settings-edit.php:306
387
+ msgid "Mail to admin"
388
+ msgstr "Mail do Admina"
389
+
390
+ #: ../settings/settings-edit.php:307
391
+ msgid ""
392
+ "To send admin notifications for new subscriber, This option must be set to YES."
393
+ msgstr ""
394
+ "Aby wysłać powiadomienia administratora dla nowego abonenta, ta opcja musi być "
395
+ "ustawiony na TAK."
396
+
397
+ #: ../settings/settings-edit.php:318
398
+ msgid "Admin email addresses"
399
+ msgstr "Adres e-mail Admina"
400
+
401
+ #: ../settings/settings-edit.php:319
402
+ msgid ""
403
+ "Enter the admin email addresses that should receive notifications (separate by "
404
+ "comma)."
405
+ msgstr ""
406
+ "Wpisz, oddzielone przecinkiem, adresy e-mail administratora(-ów), który(-rzy) "
407
+ "powinni otrzymać powiadomienia."
408
+
409
+ #: ../settings/settings-edit.php:325
410
+ msgid "Admin mail subject"
411
+ msgstr "Temat maila Admina"
412
+
413
+ #: ../settings/settings-edit.php:326
414
+ msgid ""
415
+ "Enter the subject for admin mail. This will send whenever new email added and "
416
+ "confirmed into our database."
417
+ msgstr ""
418
+ "Wpisz temat maila do administratora. Będzie on wysyłany gdy nowy adres, po "
419
+ "potwierdzeniu, zostanie dodany do naszej bazy danych."
420
+
421
+ #: ../settings/settings-edit.php:332
422
+ msgid "Admin mail content"
423
+ msgstr "Treść maila do Admina"
424
+
425
+ #: ../settings/settings-edit.php:333
426
+ msgid ""
427
+ "Enter the mail content for admin. This will send whenever new email added and "
428
+ "confirmed into our database. (Keyword: ###NAME###, ###EMAIL###)"
429
+ msgstr ""
430
+ "Wprowadź treść maila do administratora. Będzie on wysyłany gdy nowy adres, po "
431
+ "potwierdzeniu, zostanie dodany do naszej bazy danych. (Klucze: ###NAME###, "
432
+ "###EMAIL###)"
433
+
434
+ #: ../settings/settings-edit.php:340
435
+ msgid "Unsubscribe link"
436
+ msgstr "Link do rezygnacji z subskrypcji."
437
+
438
+ #: ../settings/settings-edit.php:341
439
+ msgid "Unsubscribe link. You no need to change this value."
440
+ msgstr "Link do rezygnacji z subskrypcji. Nie możesz zmienić jego treści."
441
+
442
+ #: ../settings/settings-edit.php:347
443
+ msgid "Unsubscribe text in mail"
444
+ msgstr "Tekst maila rezygnacji z subskrypcji."
445
+
446
+ #: ../settings/settings-edit.php:348
447
+ msgid ""
448
+ "Enter the text for unsubscribe link. This text is to add unsubscribe link with "
449
+ "newsletter. (Keyword: ###LINK###)"
450
+ msgstr ""
451
+ "Wprowadź tekst do linku rezygnacji z subskrypcji. Będzie on dodawany do tekstu "
452
+ "informującego o nowościach (Klucz: ###LINK###)"
453
+
454
+ #: ../settings/settings-edit.php:354
455
+ msgid "Text to display after email unsubscribed"
456
+ msgstr "Tekst wyświetlany po rezygnacji z subskrypcji."
457
+
458
+ #: ../settings/settings-edit.php:355
459
+ msgid ""
460
+ "This text will display once user clicked unsubscribed link from our newsletter."
461
+ msgstr ""
462
+ "Ten tekst będzie wyświetlany gdy użytkownik kliknie link rezygnacji z subskrypcji "
463
+ "dołączony do naszego maila z nowinami."
464
+
465
+ #: ../settings/settings-edit.php:362
466
+ msgid "Message 1"
467
+ msgstr "Wiadomość 1"
468
+
469
+ #: ../settings/settings-edit.php:363
470
+ msgid "Default message to display if any issue on confirmation link."
471
+ msgstr ""
472
+ "Domyślna wiadomość wyświetlana, w przypadku problemu z linkiem potwierdzającym "
473
+ "subskrypcję."
474
+
475
+ #: ../settings/settings-edit.php:369
476
+ msgid "Message 2"
477
+ msgstr "Wiadomość 2"
478
+
479
+ #: ../settings/settings-edit.php:370
480
+ msgid "Default message to display if any issue on unsubscribe link."
481
+ msgstr ""
482
+ "Domyślna wiadomość wyświetlana, w przypadku problemu z linkiem rezygnującym z "
483
+ "subskrypcji."
484
+
485
+ #: ../settings/settings-edit.php:377
486
+ msgid "Sent report subject"
487
+ msgstr "Temat raportu wysyłek."
488
+
489
+ #: ../settings/settings-edit.php:378
490
+ msgid "Mail subject for sent mail report."
491
+ msgstr "Temat maila dla raportu wysłanych maili."
492
+
493
+ #: ../settings/settings-edit.php:384
494
+ msgid "Sent report content"
495
+ msgstr "Treść raportu wysłanych maili."
496
+
497
+ #: ../settings/settings-edit.php:385
498
+ msgid ""
499
+ "Mail content for sent mail report. (Keyword: ###COUNT###, ###UNIQUE###, "
500
+ "###STARTTIME###, ###ENDTIME###)"
501
+ msgstr ""
502
+ "Tekst maila raportu wysłanych maili. (Klucze: ###COUNT###, ###UNIQUE###, "
503
+ "###STARTTIME###, ###ENDTIME###)"
504
+
505
+ #: ../settings/settings-edit.php:396
506
+ msgid "Save Settings"
507
+ msgstr "Zapisz ustawienia"
508
+
509
+ #: ../settings/settings-edit.php:397 ../subscribers/view-subscriber-add.php:154 ..
510
+ #: subscribers/view-subscriber-sync.php:157 ../subscribers/view-subscriber-edit.
511
+ #: php:147 ../notification/notification-edit.php:255 ../notification/notification-
512
+ #: add.php:248 ../compose/compose-edit.php:109 ../compose/compose-add.php:100
513
+ #: cron/cron-add.php:89 ../sendmail/sendmail.php:240 ../roles/roles-add.php:157
514
+ msgid "Cancel"
515
+ msgstr "Porzuć"
516
+
517
+ #: ../settings/settings-edit.php:398 ../sentmail/sentmail-preview.php:36 ..
518
+ #: sentmail/deliverreport-show.php:118 ../subscribers/view-subscriber-add.php:155
519
+ #: ../subscribers/view-subscriber-sync.php:158 ../subscribers/view-subscriber-
520
+ #: export.php:68 ../subscribers/view-subscriber-edit.php:148 ../subscribers/view-
521
+ #: subscriber-import.php:189 ../subscribers/view-subscriber-show.php:448
522
+ #: notification/notification-edit.php:256 ../notification/notification-add.php:249
523
+ #: ../notification/notification-show.php:141 ../compose/compose-edit.php:110 .
524
+ #: compose/compose-show.php:113 ../compose/compose-preview.php:35
525
+ #: compose/compose-add.php:101 ../cron/cron-add.php:90 ../sendmail/sendmail.php:241
526
+ #: ../roles/roles-add.php:158
527
+ msgid "Help"
528
+ msgstr "Pomoc"
529
+
530
+ #: ../job/es-optin.php:56 ../job/es-optin.php:66 ../job/es-unsubscribe.php:53 ..
531
+ #: job/es-unsubscribe.php:60
532
+ msgid ""
533
+ "Oops.. We are getting some technical error. Please try again or contact admin."
534
+ msgstr ""
535
+ "Ups... Pojawił się problem techniczny. Spróbuj raz jeszcze lub skontaktuj się z "
536
+ "administratorem."
537
+
538
+ #: ../job/es-optin.php:59
539
+ msgid "This email address has already been confirmed."
540
+ msgstr "Ten adres jest już potwierdzony."
541
+
542
+ #: ../sentmail/sentmail-show.php:19 ../sentmail/sentmail-preview.php:15 ..
543
+ #: subscribers/view-subscriber-edit.php:12 ../subscribers/view-subscriber-show.
544
+ #: php:46 ../notification/notification-edit.php:16 ../notification/notification-
545
+ #: show.php:18 ../compose/compose-edit.php:15 ../compose/compose-show.php:31
546
+ #: compose/compose-preview.php:13
547
+ msgid "Oops, selected details doesnt exist."
548
+ msgstr "Ups… wybrane dane nie istnieją."
549
+
550
+ #: ../sentmail/sentmail-show.php:31 ../subscribers/view-subscriber-show.php:60 ..
551
+ #: subscribers/view-subscriber-show.php:104 ../compose/compose-show.php:43
552
+ msgid "Selected record was successfully deleted."
553
+ msgstr "Wybrane rekordy zostały usunięte."
554
+
555
+ #: ../sentmail/sentmail-show.php:38
556
+ msgid "Successfully deleted all reports except latest 10."
557
+ msgstr "Pomyślnie usunięto wszystkie raporty z wyjątkiem ostatnich 10."
558
+
559
+ #: ../sentmail/sentmail-show.php:49 ../classes/es-register.php:161 ../classes/es-
560
+ #: register.php:162
561
+ msgid "Sent Mails"
562
+ msgstr "Maile wysłane"
563
+
564
+ #: ../sentmail/sentmail-show.php:67 ../sentmail/sentmail-show.php:80
565
+ msgid "View Reports"
566
+ msgstr "Pokaż raporty"
567
+
568
+ #: ../sentmail/sentmail-show.php:68 ../sentmail/sentmail-show.php:81 ..
569
+ #: compose/compose-show.php:95
570
+ msgid "Preview"
571
+ msgstr "Podgląd"
572
+
573
+ #: ../sentmail/sentmail-show.php:69 ../sentmail/sentmail-show.php:82
574
+ msgid "Source"
575
+ msgstr "Żródło"
576
+
577
+ #: ../sentmail/sentmail-show.php:70 ../sentmail/sentmail-show.php:83 ..
578
+ #: sentmail/deliverreport-show.php:42 ../sentmail/deliverreport-show.php:54
579
+ #: subscribers/view-subscriber-add.php:121 ../subscribers/view-subscriber-edit.
580
+ #: php:105 ../subscribers/view-subscriber-import.php:155 ../subscribers/view-
581
+ #: subscriber-show.php:327 ../subscribers/view-subscriber-show.php:340
582
+ #: compose/compose-edit.php:99 ../compose/compose-show.php:67 ../compose/compose-
583
+ #: show.php:75 ../compose/compose-add.php:90
584
+ msgid "Status"
585
+ msgstr "Status"
586
+
587
+ #: ../sentmail/sentmail-show.php:71 ../sentmail/sentmail-show.php:84 ..
588
+ #: sentmail/deliverreport-show.php:43 ../sentmail/deliverreport-show.php:55
589
+ #: compose/compose-show.php:68 ../compose/compose-show.php:76
590
+ msgid "Type"
591
+ msgstr "Typ"
592
+
593
+ #: ../sentmail/sentmail-show.php:72 ../sentmail/sentmail-show.php:85
594
+ msgid "Start Date"
595
+ msgstr "Data rozpoczęcia"
596
+
597
+ #: ../sentmail/sentmail-show.php:73 ../sentmail/sentmail-show.php:86
598
+ msgid "End Date"
599
+ msgstr "Data zakończenia"
600
+
601
+ #: ../sentmail/sentmail-show.php:74 ../sentmail/sentmail-show.php:87
602
+ msgid "Total"
603
+ msgstr "Całkowity"
604
+
605
+ #: ../sentmail/sentmail-show.php:75 ../sentmail/sentmail-show.php:88 ..
606
+ #: subscribers/view-subscriber-export.php:30 ../subscribers/view-subscriber-
607
+ #: export.php:38 ../subscribers/view-subscriber-show.php:330 ../subscribers/view-
608
+ #: subscriber-show.php:343 ../compose/compose-show.php:69 ../compose/compose-show.
609
+ #: php:77
610
+ msgid "Action"
611
+ msgstr "Akcja"
612
+
613
+ #: ../sentmail/sentmail-show.php:128 ../sentmail/deliverreport-show.php:82 ..
614
+ #: notification/notification-show.php:130 ../compose/compose-show.php:102
615
+ msgid "No records available."
616
+ msgstr "Brak dostępnych rekordów."
617
+
618
+ #: ../sentmail/sentmail-show.php:140 ../sentmail/deliverreport-show.php:94
619
+ msgid " &lt;&lt; "
620
+ msgstr " &lt;&lt; "
621
+
622
+ #: ../sentmail/sentmail-show.php:141 ../sentmail/deliverreport-show.php:95
623
+ msgid " &gt;&gt; "
624
+ msgstr " &gt;&gt; "
625
+
626
+ #: ../sentmail/sentmail-show.php:164 ../sentmail/sentmail-show.php:166
627
+ msgid "Optimize Table"
628
+ msgstr "Optymalizuj tabelę"
629
+
630
+ #: ../sentmail/sentmail-show.php:174
631
+ msgid ""
632
+ "Note: Please click <strong>Optimize Table</strong> button to delete all reports "
633
+ "except latest 10."
634
+ msgstr ""
635
+ "Uwaga: kliknij przycisk <strong>Optymalizuj tabelę/ strong>, aby usunąć wszystkie "
636
+ "raporty oprócz ostatnich 10."
637
+
638
+ #: ../sentmail/sentmail-preview.php:22 ../compose/compose-preview.php:21
639
+ msgid "Preview Mail"
640
+ msgstr "Podgląd poczty"
641
+
642
+ #: ../sentmail/sentmail-preview.php:35 ../sentmail/deliverreport-show.php:117 ..
643
+ #: subscribers/view-subscriber-export.php:67 ../subscribers/view-subscriber-
644
+ #: import.php:188 ../compose/compose-preview.php:33
645
+ msgid "Back"
646
+ msgstr "Cofnij"
647
+
648
+ #: ../sentmail/deliverreport-show.php:13
649
+ msgid "Oops.. Unexpected error occurred. Please try again."
650
+ msgstr "Ups… Pojawił się nieoczekiwany błąd. Proszę spróbuj ponownie."
651
+
652
+ #: ../sentmail/deliverreport-show.php:22
653
+ msgid "Delivery Report"
654
+ msgstr "Raport dostarczenia"
655
+
656
+ #: ../sentmail/deliverreport-show.php:39 ../sentmail/deliverreport-show.php:51 ..
657
+ #: subscribers/view-subscriber-export.php:27 ../subscribers/view-subscriber-
658
+ #: export.php:35 ../subscribers/view-subscriber-show.php:324 ../subscribers/view-
659
+ #: subscriber-show.php:337
660
+ msgid "Sno"
661
+ msgstr "Sno"
662
+
663
+ #: ../sentmail/deliverreport-show.php:40 ../sentmail/deliverreport-show.php:52
664
+ msgid "Email"
665
+ msgstr "Mail"
666
+
667
+ #: ../sentmail/deliverreport-show.php:41 ../sentmail/deliverreport-show.php:53
668
+ msgid "Sent Date"
669
+ msgstr "Data wysyłki"
670
+
671
+ #: ../sentmail/deliverreport-show.php:44 ../sentmail/deliverreport-show.php:56
672
+ msgid "Viewed Status"
673
+ msgstr "Status przeglądania"
674
+
675
+ #: ../sentmail/deliverreport-show.php:45 ../sentmail/deliverreport-show.php:57
676
+ msgid "Viewed Date"
677
+ msgstr "Data przegladania"
678
+
679
+ #: ../sentmail/deliverreport-show.php:46 ../sentmail/deliverreport-show.php:58 ..
680
+ #: subscribers/view-subscriber-show.php:329 ../subscribers/view-subscriber-show.
681
+ #: php:342
682
+ msgid "Database ID"
683
+ msgstr "ID bazy danych"
684
+
685
+ #: ../classes/es-loadwidget.php:24 ../classes/es-register.php:411 ..
686
+ #: subscribers/view-subscriber-show.php:326 ../subscribers/view-subscriber-show.
687
+ #: php:339
688
+ msgid "Name"
689
+ msgstr "Nazwa"
690
+
691
+ #: ../classes/es-loadwidget.php:29 ../classes/es-register.php:416
692
+ msgid "Email *"
693
+ msgstr "e-mail *"
694
+
695
+ #: ../classes/es-loadwidget.php:34 ../classes/es-register.php:421
696
+ msgid "Subscribe"
697
+ msgstr "Subskrypcja"
698
+
699
+ #. Name of the plugin
700
+ #: ../classes/es-register.php:137 ../classes/es-register.php:138
701
+ msgid "Email Subscribers"
702
+ msgstr "Email Subscribers"
703
+
704
+ #: ../classes/es-register.php:140 ../classes/es-register.php:141
705
+ msgid "Subscribers"
706
+ msgstr "Subskrybujący"
707
+
708
+ #: ../classes/es-register.php:143 ../classes/es-register.php:144
709
+ msgid "Compose"
710
+ msgstr "Układ"
711
+
712
+ #: ../classes/es-register.php:146 ../classes/es-register.php:147 ..
713
+ #: notification/notification-show.php:44
714
+ msgid "Notification"
715
+ msgstr "Powiadomienie"
716
+
717
+ #: ../classes/es-register.php:149 ../classes/es-register.php:150 ..
718
+ #: sendmail/sendmail.php:93 ../sendmail/sendmail.php:236 ../sendmail/sendmail.
719
+ #: php:238
720
+ msgid "Send Email"
721
+ msgstr "Wyślij mail"
722
+
723
+ #: ../classes/es-register.php:152
724
+ msgid "Cron"
725
+ msgstr "Cron"
726
+
727
+ #: ../classes/es-register.php:153
728
+ msgid "Cron Mail"
729
+ msgstr "Cron Mail"
730
+
731
+ #: ../classes/es-register.php:158 ../classes/es-register.php:159
732
+ msgid "Roles"
733
+ msgstr "Uprawnienia"
734
+
735
+ #: ../classes/es-register.php:164
736
+ msgid "Help & Info"
737
+ msgstr "Pomoc i Informacje"
738
+
739
+ #: ../classes/es-register.php:165
740
+ msgid "<span style=\"color:#f18500;font-weight:bolder;\">Help & Info"
741
+ msgstr "<span style=\"color:#f18500;font-weight:bolder;\">Pomoc i Informacje "
742
+
743
+ #: ../classes/es-register.php:176
744
+ msgctxt "view-subscriber-enhanced-select"
745
+ msgid "Please enter subscriber email address."
746
+ msgstr "Proszę wprowadź adres e-mail subskrybenta."
747
+
748
+ #: ../classes/es-register.php:177
749
+ msgctxt "view-subscriber-enhanced-select"
750
+ msgid "Please select subscriber email status."
751
+ msgstr "Proszę wybierz status e-maila subskrybenta."
752
+
753
+ #: ../classes/es-register.php:178
754
+ msgctxt "view-subscriber-enhanced-select"
755
+ msgid "Please select or create group for this subscriber."
756
+ msgstr "Proszę wybrać lub utworzyć grupę dla tego subskrybenta."
757
+
758
+ #: ../classes/es-register.php:179
759
+ msgctxt "view-subscriber-enhanced-select"
760
+ msgid "Do you want to delete this record?"
761
+ msgstr "Czy chcesz usunąć ten rekord?"
762
+
763
+ #: ../classes/es-register.php:180
764
+ msgctxt "view-subscriber-enhanced-select"
765
+ msgid "Please select the bulk action."
766
+ msgstr "Proszę wybierz masowe działanie."
767
+
768
+ #: ../classes/es-register.php:181
769
+ msgctxt "view-subscriber-enhanced-select"
770
+ msgid "Do you want to delete selected record(s)?"
771
+ msgstr "Czy chcesz usunąć zaznaczony(-e) rekord(-y)?"
772
+
773
+ #: ../classes/es-register.php:182
774
+ msgctxt "view-subscriber-enhanced-select"
775
+ msgid "Are you sure you want to delete?"
776
+ msgstr "Czy na pewno chcesz usunąć?"
777
+
778
+ #: ../classes/es-register.php:183
779
+ msgctxt "view-subscriber-enhanced-select"
780
+ msgid ""
781
+ "Do you want to resend confirmation email? \\nAlso please note, this will update "
782
+ "subscriber current status to 'Unconfirmed'."
783
+ msgstr ""
784
+ "Czy chcesz, aby ponownie wysłać e-mail potwierdzający? \\nZaktualizuje to "
785
+ "aktualny status subskrybenta na \"Niepotwierdzone\"."
786
+
787
+ #: ../classes/es-register.php:184
788
+ msgctxt "view-subscriber-enhanced-select"
789
+ msgid "Please select new subscriber group."
790
+ msgstr "Proszę wybrać nową grupę subskrybenta."
791
+
792
+ #: ../classes/es-register.php:185
793
+ msgctxt "view-subscriber-enhanced-select"
794
+ msgid "Do you want to update subscribers group?"
795
+ msgstr "Czy chcesz zaktualizować grupę subskrybentów?"
796
+
797
+ #: ../classes/es-register.php:186
798
+ msgctxt "view-subscriber-enhanced-select"
799
+ msgid "Do you want to export the emails?"
800
+ msgstr "Czy chcesz wyeksportować wiadomości e-mail?"
801
+
802
+ #: ../classes/es-register.php:187
803
+ msgctxt "view-subscriber-enhanced-select"
804
+ msgid ""
805
+ "Please select only csv file. Please check official website for csv structure.."
806
+ msgstr ""
807
+ "Proszę wybrać tylko plik CSV. Proszę sprawdzić strukturę pliku CSV na oficjalnej "
808
+ "stronie."
809
+
810
+ #: ../classes/es-register.php:195
811
+ msgctxt "compose-enhanced-select"
812
+ msgid "Please enter name for configuration."
813
+ msgstr "Proszę podać nazwę dla konfiguracji."
814
+
815
+ #: ../classes/es-register.php:196
816
+ msgctxt "compose-enhanced-select"
817
+ msgid "Please select template for this configuration."
818
+ msgstr "Proszę wybrać szablon dla tej konfiguracji."
819
+
820
+ #: ../classes/es-register.php:197
821
+ msgctxt "compose-enhanced-select"
822
+ msgid "Do you want to delete this record?"
823
+ msgstr "Czy chcesz usunąć ten rekord?"
824
+
825
+ #: ../classes/es-register.php:205
826
+ msgctxt "notification-enhanced-select"
827
+ msgid "Please select subscribers group."
828
+ msgstr "Proszę wybrać grupę subskrybentów."
829
+
830
+ #: ../classes/es-register.php:206
831
+ msgctxt "notification-enhanced-select"
832
+ msgid "Please select notification mail subject. Use compose menu to create new."
833
+ msgstr "Wybierz powiadomienia e-mail. Użyj menu tworzenia, aby stworzyć nowe."
834
+
835
+ #: ../classes/es-register.php:207
836
+ msgctxt "notification-enhanced-select"
837
+ msgid "Please select notification status."
838
+ msgstr "Proszę wybierz stan powiadomienia."
839
+
840
+ #: ../classes/es-register.php:208
841
+ msgctxt "notification-enhanced-select"
842
+ msgid "Do you want to delete this record?"
843
+ msgstr "Czy chcesz usunąć ten rekord?"
844
+
845
+ #: ../classes/es-register.php:216
846
+ msgctxt "sendmail-enhanced-select"
847
+ msgid "Please select your mail subject."
848
+ msgstr "Proszę wybierz temat twojego maila."
849
+
850
+ #: ../classes/es-register.php:217
851
+ msgctxt "sendmail-enhanced-select"
852
+ msgid "Please select subscriber email status."
853
+ msgstr "Proszę wybierz status e-maila subskrybenta."
854
+
855
+ #: ../classes/es-register.php:218
856
+ msgctxt "sendmail-enhanced-select"
857
+ msgid "Are you sure you want to send email to all selected email address?"
858
+ msgstr ""
859
+ "Czy jesteś pewien, że chcesz wysłać e-mail na wszystkie wybrane adresy e-mail?"
860
+
861
+ #: ../classes/es-register.php:230
862
+ msgctxt "sentmail-enhanced-select"
863
+ msgid "Do you want to delete this record?"
864
+ msgstr "Czy chcesz usunąć ten rekord?"
865
+
866
+ #: ../classes/es-register.php:231
867
+ msgctxt "sentmail-enhanced-select"
868
+ msgid "Do you want to delete all records except latest 10?"
869
+ msgstr "Czy chcesz usunąć wszystkie rekordy, za wyjątkiem ostatnich 10-iu?"
870
+
871
+ #: ../classes/es-register.php:239
872
+ msgctxt "roles-enhanced-select"
873
+ msgid "Please enter subscriber email address."
874
+ msgstr "Proszę podać adres e-mail subskrybenta."
875
+
876
+ #: ../classes/es-register.php:240
877
+ msgctxt "roles-enhanced-select"
878
+ msgid "Please select subscriber email status."
879
+ msgstr "Proszę wybrać status adresu e-mail subskrybenta."
880
+
881
+ #: ../classes/es-register.php:241
882
+ msgctxt "roles-enhanced-select"
883
+ msgid "Please select or create group for this subscriber."
884
+ msgstr "Proszę wybrać lub utworzyć grupę dla tego subskrybenta."
885
+
886
+ #: ../classes/es-register.php:249
887
+ msgctxt "cron-enhanced-select"
888
+ msgid "Please select enter number of mails you want to send per hour/trigger."
889
+ msgstr "Proszę wprowadzić ilość maili, które chcesz wysłać na godzinę/wyzwolenie."
890
+
891
+ #: ../classes/es-register.php:250
892
+ msgctxt "cron-enhanced-select"
893
+ msgid "Please enter the mail count, only number."
894
+ msgstr "Proszę podać liczbę maili, tylko numer."
895
+
896
+ #: ../classes/es-register.php:263
897
+ msgctxt "widget-enhanced-select"
898
+ msgid "Please enter email address."
899
+ msgstr "Proszę podaj adres e-mail."
900
+
901
+ #: ../classes/es-register.php:264
902
+ msgctxt "widget-enhanced-select"
903
+ msgid "Please provide a valid email address."
904
+ msgstr "Prosimy o wprowadzenie poprawnego adresu e-mail."
905
+
906
+ #: ../classes/es-register.php:265
907
+ msgctxt "widget-enhanced-select"
908
+ msgid "loading..."
909
+ msgstr "ładuję…"
910
+
911
+ #: ../classes/es-register.php:266
912
+ msgctxt "widget-enhanced-select"
913
+ msgid "Cannot create XMLHTTP instance"
914
+ msgstr "Nie można utworzyć instancji XMLHTTP"
915
+
916
+ #: ../classes/es-register.php:267
917
+ msgctxt "widget-enhanced-select"
918
+ msgid "Subscribed successfully."
919
+ msgstr "Subskrypcja przebiegła pomyślnie."
920
+
921
+ #: ../classes/es-register.php:268
922
+ msgctxt "widget-enhanced-select"
923
+ msgid ""
924
+ "You have successfully subscribed to the newsletter. You will receive a "
925
+ "confirmation email in a few minutes. Please follow the link in it to confirm your "
926
+ "subscription. If the email takes more than 15 minutes to appear in your mailbox, "
927
+ "please check your spam folder."
928
+ msgstr ""
929
+ "Subskrypcja nowości przebiegła pomyślnie. W ciągu kilku minut otrzymasz email z "
930
+ "linkiem potwierdzającym. Aby potwierdzić subskrypcję kliknij ten link. Jeśli e-"
931
+ "mail nie dotrze do ciebie przez dłużej niż 15 minut sprawdź folder \"spam\"."
932
+
933
+ #: ../classes/es-register.php:269
934
+ msgctxt "widget-enhanced-select"
935
+ msgid "Email Address already exists."
936
+ msgstr "Adres e-mail już istnieje."
937
+
938
+ #: ../classes/es-register.php:270
939
+ msgctxt "widget-enhanced-select"
940
+ msgid "Oops.. Unexpected error occurred."
941
+ msgstr "Ups… Wystąpił nieoczekiwany błąd."
942
+
943
+ #: ../classes/es-register.php:271
944
+ msgctxt "widget-enhanced-select"
945
+ msgid "Invalid email address."
946
+ msgstr "Błędny adres e-mail."
947
+
948
+ #: ../classes/es-register.php:272
949
+ msgctxt "widget-enhanced-select"
950
+ msgid "Please try after some time."
951
+ msgstr "Spróbuj proszę za jakiś czas."
952
+
953
+ #: ../classes/es-register.php:273
954
+ msgctxt "widget-enhanced-select"
955
+ msgid "There was a problem with the request."
956
+ msgstr "Wystąpił problem z żądaniem."
957
+
958
+ #: ../classes/es-register.php:280
959
+ msgctxt "widget-page-enhanced-select"
960
+ msgid "Please enter email address."
961
+ msgstr "Proszę podaj adres e-mail."
962
+
963
+ #: ../classes/es-register.php:281
964
+ msgctxt "widget-page-enhanced-select"
965
+ msgid "Please provide a valid email address."
966
+ msgstr "Proszę wprowadź poprawny adres e-mail."
967
+
968
+ #: ../classes/es-register.php:282
969
+ msgctxt "widget-page-enhanced-select"
970
+ msgid "loading..."
971
+ msgstr "wczytuję…"
972
+
973
+ #: ../classes/es-register.php:283
974
+ msgctxt "widget-page-enhanced-select"
975
+ msgid "Cannot create XMLHTTP instance"
976
+ msgstr "Nie można utworzyć instancji XMLHTTP"
977
+
978
+ #: ../classes/es-register.php:284
979
+ msgctxt "widget-page-enhanced-select"
980
+ msgid "Subscribed successfully."
981
+ msgstr "Subskrypcja przebiegła pomyślnie."
982
+
983
+ #: ../classes/es-register.php:285
984
+ msgctxt "widget-page-enhanced-select"
985
+ msgid ""
986
+ "You have successfully subscribed to the newsletter. You will receive a "
987
+ "confirmation email in a few minutes. Please follow the link in it to confirm your "
988
+ "subscription. If the email takes more than 15 minutes to appear in your mailbox, "
989
+ "please check your spam folder."
990
+ msgstr ""
991
+ "Subskrypcja nowości przebiegła pomyślnie. W ciągu kilku minut otrzymasz email z "
992
+ "linkiem potwierdzającym. Aby potwierdzić subskrypcję kliknij ten link. Jeśli e-"
993
+ "mail nie dotrze do ciebie przez dłużej niż 15 minut sprawdź folder \"spam\"."
994
+
995
+ #: ../classes/es-register.php:286
996
+ msgctxt "widget-page-enhanced-select"
997
+ msgid "Email Address already exists."
998
+ msgstr "Adres e-mail już istnieje."
999
+
1000
+ #: ../classes/es-register.php:287
1001
+ msgctxt "widget-page-enhanced-select"
1002
+ msgid "Oops.. Unexpected error occurred."
1003
+ msgstr "Ups… Wystąpił nieoczekiwany błąd."
1004
+
1005
+ #: ../classes/es-register.php:288
1006
+ msgctxt "widget-page-enhanced-select"
1007
+ msgid "Invalid email address."
1008
+ msgstr "Błędny adres e-mail."
1009
+
1010
+ #: ../classes/es-register.php:289
1011
+ msgctxt "widget-page-enhanced-select"
1012
+ msgid "Please try after some time."
1013
+ msgstr "Spróbuj proszę za jakiś czas."
1014
+
1015
+ #: ../classes/es-register.php:290
1016
+ msgctxt "widget-page-enhanced-select"
1017
+ msgid "There was a problem with the request."
1018
+ msgstr "Wystąpił problem z żądaniem."
1019
+
1020
+ #: ../classes/es-register.php:456
1021
+ msgid "Widget Title"
1022
+ msgstr "Tytuł "
1023
+
1024
+ #: ../classes/es-register.php:460
1025
+ msgid "Display Name Field"
1026
+ msgstr "Wyświetl nazwę pola"
1027
+
1028
+ #: ../classes/es-register.php:467
1029
+ msgid "Short Description"
1030
+ msgstr "Krótki opis"
1031
+
1032
+ #: ../classes/es-register.php:469
1033
+ msgid "Short description about your subscription form."
1034
+ msgstr "Krótki opis twojego formularza subskrypcji."
1035
+
1036
+ #: ../classes/es-register.php:472
1037
+ msgid "Subscriber Group"
1038
+ msgstr "Grupa subskrybenta."
1039
+
1040
+ #: ../classes/es-common.php:8
1041
+ msgid "<span style=\"color:#006600;font-weight:bold;\">Confirmed</span>"
1042
+ msgstr "<span style=\"color:#006600;font-weight:bold;\">Zatwierdzony</span>"
1043
+
1044
+ #: ../classes/es-common.php:11
1045
+ msgid "<span style=\"color:#FF0000\">Unconfirmed</span>"
1046
+ msgstr "<span style=\"color:#FF0000\">Niezatwierdzony</span>"
1047
+
1048
+ #: ../classes/es-common.php:14
1049
+ msgid "<span style=\"color:#999900\">Unsubscribed</span>"
1050
+ msgstr "<span style=\"color:#999900\">Odsubskrybowany</span>"
1051
+
1052
+ #: ../classes/es-common.php:17
1053
+ msgid "<span style=\"color:#0000FF\">Single Opt In</span>"
1054
+ msgstr "<span style=\"color:#0000FF\">Pojedynczy Opt-In</span>"
1055
+
1056
+ #: ../classes/es-common.php:20
1057
+ msgid "<span style=\"color:#00CC00;font-weight:bold\">Viewed</span>"
1058
+ msgstr "<span style=\"color:#00CC00;font-weight:bold\">Przejrzane</span>"
1059
+
1060
+ #: ../classes/es-common.php:23
1061
+ msgid "<span style=\"color:#999900;\">Nodata</span>"
1062
+ msgstr "<span style=\"color:#999900;\">Brak danych</span>"
1063
+
1064
+ #: ../classes/es-common.php:26
1065
+ msgid "<span style=\"color:#FF0000\">Disable</span>"
1066
+ msgstr "<span style=\"color:#FF0000\">Wyłacz</span>"
1067
+
1068
+ #: ../classes/es-common.php:29
1069
+ msgid "<span style=\"color:#FF0000\">In Queue</span>"
1070
+ msgstr "<span style=\"color:#FF0000\">W kolejce</span>"
1071
+
1072
+ #: ../classes/es-common.php:32
1073
+ msgid "<span style=\"color:#00FF00;font-weight:bold;\">Sent</span>"
1074
+ msgstr "<span style=\"color:#00FF00;font-weight:bold;\">Wyślij</span>"
1075
+
1076
+ #: ../classes/es-common.php:35
1077
+ msgid "<span style=\"color:#ffd700;font-weight:bold;\">Cron Mail</span>"
1078
+ msgstr "<span style=\"color:#ffd700;font-weight:bold;\">Cron Mail</span>"
1079
+
1080
+ #: ../classes/es-common.php:38
1081
+ msgid "<span style=\"color:#993399;\">Instant Mail</span>"
1082
+ msgstr "<span style=\"color:#993399;\">Szybki Mail</span>"
1083
+
1084
+ #: ../subscribers/view-subscriber-add.php:28 ../subscribers/view-subscriber-add.
1085
+ #: php:119 ../subscribers/view-subscriber-edit.php:43 ../subscribers/view-
1086
+ #: subscriber-edit.php:103
1087
+ msgid "Please enter subscriber email address."
1088
+ msgstr "Proszę podać adres e-mail subskrybenta."
1089
+
1090
+ #: ../subscribers/view-subscriber-add.php:45
1091
+ msgid "Please select or create your group for this email."
1092
+ msgstr "Proszę wybrać lub stworzyć grupę dla tej wiadomości."
1093
+
1094
+ #: ../subscribers/view-subscriber-add.php:54 ../subscribers/view-subscriber-
1095
+ #: import.php:45
1096
+ msgid ""
1097
+ "Error: Special characters (['^$%&*()}{@#~?><>,|=_+\\\"]) are not allowed in the "
1098
+ "group name."
1099
+ msgstr ""
1100
+ "Błąd: W nazwie grupy nie wolno używać znaków specjalnych: (['^$%&*()}{@#~?><>,|=_+"
1101
+ "\\\"])."
1102
+
1103
+ #: ../subscribers/view-subscriber-add.php:66
1104
+ msgid "Email was successfully inserted."
1105
+ msgstr "E-mail został pomyślnie wstawiony."
1106
+
1107
+ #: ../subscribers/view-subscriber-add.php:70
1108
+ msgid "Email already exist in our list."
1109
+ msgstr "E-mail już istnieje na naszej liście."
1110
+
1111
+ #: ../subscribers/view-subscriber-add.php:75
1112
+ msgid "Email is invalid."
1113
+ msgstr "E-mail jest nie prawidłowy."
1114
+
1115
+ #: ../subscribers/view-subscriber-add.php:92 ../subscribers/view-subscriber-add.
1116
+ #: php:101 ../subscribers/view-subscriber-edit.php:86 ../subscribers/view-
1117
+ #: subscriber-import.php:107 ../subscribers/view-subscriber-import.php:138 ..
1118
+ #: notification/notification-edit.php:96 ../notification/notification-add.php:92
1119
+ #: ../compose/compose-edit.php:67 ../compose/compose-add.php:59
1120
+ msgid "Click here"
1121
+ msgstr "Kliknij tutaj"
1122
+
1123
+ #: ../subscribers/view-subscriber-add.php:92 ../subscribers/view-subscriber-add.
1124
+ #: php:101 ../subscribers/view-subscriber-edit.php:86 ../subscribers/view-
1125
+ #: subscriber-import.php:107 ../subscribers/view-subscriber-import.php:138 ..
1126
+ #: notification/notification-edit.php:97 ../compose/compose-edit.php:68
1127
+ #: compose/compose-add.php:60
1128
+ msgid " to view the details"
1129
+ msgstr " aby zobaczyć szczegóły"
1130
+
1131
+ #: ../subscribers/view-subscriber-add.php:111
1132
+ msgid "Add email"
1133
+ msgstr "Dodaj e-mail"
1134
+
1135
+ #: ../subscribers/view-subscriber-add.php:113 ../subscribers/view-subscriber-edit.
1136
+ #: php:97
1137
+ msgid "Enter full name"
1138
+ msgstr "Podaj imię i nazwisko"
1139
+
1140
+ #: ../subscribers/view-subscriber-add.php:115 ../subscribers/view-subscriber-edit.
1141
+ #: php:99
1142
+ msgid "Please enter subscriber full name."
1143
+ msgstr "Proszę podaj imię i nazwisko subskrybenta."
1144
+
1145
+ #: ../subscribers/view-subscriber-add.php:117 ../subscribers/view-subscriber-edit.
1146
+ #: php:101
1147
+ msgid "Enter email address."
1148
+ msgstr "Wprowadź adres e-mail."
1149
+
1150
+ #: ../subscribers/view-subscriber-add.php:128 ../subscribers/view-subscriber-edit.
1151
+ #: php:112 ../subscribers/view-subscriber-import.php:162
1152
+ msgid "Please select subscriber email status."
1153
+ msgstr "Proszę wybierz status e-maila subskrybenta."
1154
+
1155
+ #: ../subscribers/view-subscriber-add.php:130 ../subscribers/view-subscriber-
1156
+ #: import.php:164
1157
+ msgid "Select (or) Create Group"
1158
+ msgstr "Wybierz (lub) utwórz grupę"
1159
+
1160
+ #: ../subscribers/view-subscriber-add.php:132 ../subscribers/view-subscriber-sync.
1161
+ #: php:99 ../subscribers/view-subscriber-sync.php:130 ../subscribers/view-
1162
+ #: subscriber-edit.php:116 ../subscribers/view-subscriber-import.php:166 ..
1163
+ #: notification/notification-edit.php:131 ../notification/notification-add.php:115
1164
+ #: ../notification/notification-add.php:139 ../sendmail/sendmail.php:106
1165
+ #: sendmail/sendmail.php:134 ../sendmail/sendmail.php:149
1166
+ msgid "Select"
1167
+ msgstr "Wybierz"
1168
+
1169
+ #: ../subscribers/view-subscriber-add.php:148 ../subscribers/view-subscriber-edit.
1170
+ #: php:140 ../subscribers/view-subscriber-import.php:182
1171
+ msgid "Please select or create group for this subscriber."
1172
+ msgstr "Proszę wybrać lub stworzyć grupę dla tego subskrybenta."
1173
+
1174
+ #: ../subscribers/view-subscriber-add.php:153 ../subscribers/view-subscriber-sync.
1175
+ #: php:156 ../subscribers/view-subscriber-edit.php:146 ..
1176
+ #: notification/notification-edit.php:254 ../notification/notification-add.php:247
1177
+ #: ../compose/compose-edit.php:108 ../compose/compose-add.php:99 ../cron/cron-
1178
+ #: add.php:88 ../roles/roles-add.php:156
1179
+ msgid "Submit"
1180
+ msgstr "Zatwierdź"
1181
+
1182
+ #: ../subscribers/view-subscriber-sync.php:33 ../subscribers/view-subscriber-sync.
1183
+ #: php:119
1184
+ msgid "Please select default group to newly registered user."
1185
+ msgstr "Proszę wybrać domyślną grupę dla nowo zarejestrowanego użytkownik."
1186
+
1187
+ #: ../subscribers/view-subscriber-sync.php:39 ../subscribers/view-subscriber-sync.
1188
+ #: php:150
1189
+ msgid "Please select default group to newly commented user."
1190
+ msgstr "Proszę wybrać domyślną grupę dla nowo komentującego użytkownika."
1191
+
1192
+ #: ../subscribers/view-subscriber-sync.php:56
1193
+ msgid "Sync email successfully updated."
1194
+ msgstr "Synchronizacja poczty pomyślnie przeprowadzona."
1195
+
1196
+ #: ../subscribers/view-subscriber-sync.php:88
1197
+ msgid "Sync email"
1198
+ msgstr "Synchronizuj e-mail"
1199
+
1200
+ #: ../subscribers/view-subscriber-sync.php:90
1201
+ msgid "Sync newly registered user"
1202
+ msgstr "Synchronizacja nowo zarejestrowanego użytkownika"
1203
+
1204
+ #: ../subscribers/view-subscriber-sync.php:95
1205
+ msgid "Automatically add a newly registered user email address to subscribers list."
1206
+ msgstr ""
1207
+ "Automatyczne dodawaj adres e-mail nowo zarejestrowanego użytkownika do listy "
1208
+ "subskrybentów."
1209
+
1210
+ #: ../subscribers/view-subscriber-sync.php:97 ../subscribers/view-subscriber-sync.
1211
+ #: php:128
1212
+ msgid "Select default group"
1213
+ msgstr "Wybierz domyślną grupę"
1214
+
1215
+ #: ../subscribers/view-subscriber-sync.php:121
1216
+ msgid "Sync newly commented user"
1217
+ msgstr "Synchronizacja nowo komentującego użytkownika"
1218
+
1219
+ #: ../subscribers/view-subscriber-sync.php:126
1220
+ msgid ""
1221
+ "Automatically add a newly commented (who posted comments) user email address to "
1222
+ "subscribers list."
1223
+ msgstr ""
1224
+ "Automatycznie dodaj adres e-mail nowego komentatora (który pisał komentarze) do "
1225
+ "listy subskrybentów."
1226
+
1227
+ #: ../subscribers/view-subscriber-export.php:22
1228
+ msgid "Export email address in csv format"
1229
+ msgstr "Eksportuj adresy e-mail w formacie CSV"
1230
+
1231
+ #: ../subscribers/view-subscriber-export.php:28 ../subscribers/view-subscriber-
1232
+ #: export.php:36
1233
+ msgid "Export option"
1234
+ msgstr "Opcje eksportu"
1235
+
1236
+ #: ../subscribers/view-subscriber-export.php:29 ../subscribers/view-subscriber-
1237
+ #: export.php:37
1238
+ msgid "Total email"
1239
+ msgstr "Razem e-maili"
1240
+
1241
+ #: ../subscribers/view-subscriber-export.php:44
1242
+ msgid "Subscriber email address"
1243
+ msgstr "Adres e-mail subskrybenta."
1244
+
1245
+ #: ../subscribers/view-subscriber-export.php:46 ../subscribers/view-subscriber-
1246
+ #: export.php:52 ../subscribers/view-subscriber-export.php:58
1247
+ msgid "Click to export csv"
1248
+ msgstr "Naciśnij by wyeksportować CSV"
1249
+
1250
+ #: ../subscribers/view-subscriber-export.php:50
1251
+ msgid "Registered email address"
1252
+ msgstr "Adres e-mai zarejestrowany."
1253
+
1254
+ #: ../subscribers/view-subscriber-export.php:56
1255
+ msgid "Comments author email address"
1256
+ msgstr "Adres e-mail autora komentarzy."
1257
+
1258
+ #: ../subscribers/view-subscriber-export.php:65
1259
+ msgid "Add Email"
1260
+ msgstr "Dodaj e-mail"
1261
+
1262
+ #: ../subscribers/view-subscriber-export.php:66 ../subscribers/view-subscriber-
1263
+ #: show.php:445
1264
+ msgid "Import Email"
1265
+ msgstr "Import e-mail"
1266
+
1267
+ #: ../subscribers/view-subscriber-edit.php:54
1268
+ msgid "Error: Special characters are not allowed in the group name."
1269
+ msgstr "Błąd: W nazwie grupy nie wolno używać znaków specjalnych."
1270
+
1271
+ #: ../subscribers/view-subscriber-edit.php:66
1272
+ msgid "Email was successfully updated."
1273
+ msgstr "E-mail został poprawnie zaktualizowany."
1274
+
1275
+ #: ../subscribers/view-subscriber-edit.php:70
1276
+ msgid "Email already exist for this group."
1277
+ msgstr "E-mail już istnieje w tej grupie."
1278
+
1279
+ #: ../subscribers/view-subscriber-edit.php:95
1280
+ msgid "Edit email"
1281
+ msgstr "Edytuj e-mail"
1282
+
1283
+ #: ../subscribers/view-subscriber-edit.php:114 ../subscribers/view-subscriber-
1284
+ #: show.php:328 ../subscribers/view-subscriber-show.php:341
1285
+ msgid "Group"
1286
+ msgstr "Grupa"
1287
+
1288
+ #: ../subscribers/view-subscriber-import.php:103
1289
+ msgid "Email(s) was successfully imported."
1290
+ msgstr "E-mail(e) został(y) pomyślnie zaimportowany(-e)."
1291
+
1292
+ #: ../subscribers/view-subscriber-import.php:104
1293
+ msgid "Email(s) are already in our database."
1294
+ msgstr "E-mail(e) już jest(są) w naszej bazie danych."
1295
+
1296
+ #: ../subscribers/view-subscriber-import.php:105
1297
+ msgid "Email(s) are invalid."
1298
+ msgstr "E-maile(e) jest(są) nieprawidłowy(-e)."
1299
+
1300
+ #: ../subscribers/view-subscriber-import.php:115
1301
+ msgid "File upload failed or no data available in the csv file."
1302
+ msgstr "Załadowanie pliku nie powiodło się lub brak było danych w pliku CSV."
1303
+
1304
+ #: ../subscribers/view-subscriber-import.php:149
1305
+ msgid "Upload email"
1306
+ msgstr "Załaduj e-mail"
1307
+
1308
+ #: ../subscribers/view-subscriber-import.php:150
1309
+ msgid "Select csv file"
1310
+ msgstr "Wybierz plik CSV"
1311
+
1312
+ #: ../subscribers/view-subscriber-import.php:152
1313
+ msgid "Select the input csv file. Check official website for csv structure : "
1314
+ msgstr ""
1315
+ "Proszę wybrać wejściowy plik CSV. Sprawdź strukturę pliku CSV na oficjalnej "
1316
+ "stronie:"
1317
+
1318
+ #: ../subscribers/view-subscriber-import.php:153
1319
+ msgid "click here"
1320
+ msgstr "kliknij tutaj"
1321
+
1322
+ #: ../subscribers/view-subscriber-import.php:187
1323
+ msgid "Upload CSV"
1324
+ msgstr "Załaduj CSV"
1325
+
1326
+ #: ../subscribers/view-subscriber-show.php:11 ../compose/compose-show.php:13 ..
1327
+ #: sendmail/sendmail.php:17
1328
+ msgid "Click Here"
1329
+ msgstr "Kliknij Tutaj"
1330
+
1331
+ #: ../subscribers/view-subscriber-show.php:72 ../subscribers/view-subscriber-show.
1332
+ #: php:125
1333
+ msgid "To send confirmation mail, Please change the Opt-in option to Double Opt In."
1334
+ msgstr ""
1335
+ "Aby wysłać mail potwierdzający, proszę zmienić opcję Opt-in do podwójnego Opt-in."
1336
+
1337
+ #: ../subscribers/view-subscriber-show.php:81
1338
+ msgid "Confirmation email resent successfully."
1339
+ msgstr "E-mail potwierdzający wysłany pomyślnie."
1340
+
1341
+ #: ../subscribers/view-subscriber-show.php:110 ../subscribers/view-subscriber-
1342
+ #: show.php:156 ../subscribers/view-subscriber-show.php:201
1343
+ msgid "Oops, No record was selected."
1344
+ msgstr "Ups… nic nie zostało zaznaczone."
1345
+
1346
+ #: ../subscribers/view-subscriber-show.php:150
1347
+ msgid "Confirmation email(s) resent successfully."
1348
+ msgstr "E-mail(e) potwierdzający(-e) wysłany(-e) pomyślnie."
1349
+
1350
+ #: ../subscribers/view-subscriber-show.php:186
1351
+ msgid "Selected subscribers group was successfully updated."
1352
+ msgstr "Zaznaczona grupa subskrybentów poprawnie zaktualizowana."
1353
+
1354
+ #: ../subscribers/view-subscriber-show.php:192
1355
+ msgid "Oops, New group name was not selected."
1356
+ msgstr "Ups… Nowa nazwa grupy nie została zaznaczona."
1357
+
1358
+ #: ../subscribers/view-subscriber-show.php:233 ../subscribers/view-subscriber-
1359
+ #: show.php:444 ../notification/notification-show.php:45 ..
1360
+ #: notification/notification-show.php:140 ../compose/compose-show.php:56
1361
+ #: compose/compose-show.php:112
1362
+ msgid "Add New"
1363
+ msgstr "Dodaj Nowy"
1364
+
1365
+ #: ../subscribers/view-subscriber-show.php:280
1366
+ msgid "All Groups"
1367
+ msgstr "Wszystkie grupy"
1368
+
1369
+ #: ../subscribers/view-subscriber-show.php:299
1370
+ msgid "All Status"
1371
+ msgstr "Wszystkie statusy"
1372
+
1373
+ #: ../subscribers/view-subscriber-show.php:300
1374
+ msgid "Confirmed"
1375
+ msgstr "Potwierdzone"
1376
+
1377
+ #: ../subscribers/view-subscriber-show.php:301
1378
+ msgid "Unconfirmed"
1379
+ msgstr "Niepotwierdzone"
1380
+
1381
+ #: ../subscribers/view-subscriber-show.php:302
1382
+ msgid "Unsubscribed"
1383
+ msgstr "Niesubskrybowane"
1384
+
1385
+ #: ../subscribers/view-subscriber-show.php:325 ../subscribers/view-subscriber-
1386
+ #: show.php:338
1387
+ msgid "Email address"
1388
+ msgstr "Adres e-mail"
1389
+
1390
+ #: ../subscribers/view-subscriber-show.php:374 ../notification/notification-show.
1391
+ #: php:87 ../compose/compose-show.php:93 ../compose/compose-preview.php:34
1392
+ msgid "Edit"
1393
+ msgstr "Edytuj"
1394
+
1395
+ #: ../subscribers/view-subscriber-show.php:377 ../subscribers/view-subscriber-
1396
+ #: show.php:422 ../notification/notification-show.php:90 ../compose/compose-show.
1397
+ #: php:94
1398
+ msgid "Delete"
1399
+ msgstr "Kasuj"
1400
+
1401
+ #: ../subscribers/view-subscriber-show.php:385 ../subscribers/view-subscriber-
1402
+ #: show.php:423
1403
+ msgid "Resend Confirmation"
1404
+ msgstr "Wyślij ponownie potwierdzenie"
1405
+
1406
+ #: ../subscribers/view-subscriber-show.php:401
1407
+ msgid "No records available. Please use the above alphabet search button to search."
1408
+ msgstr ""
1409
+ "Brak dostępnych rekordów. By szukać proszę kliknąć powyższy przycisk wyszukiwania "
1410
+ "alfabetycznego."
1411
+
1412
+ #: ../subscribers/view-subscriber-show.php:421
1413
+ msgid "Bulk Actions"
1414
+ msgstr "Działania masowe"
1415
+
1416
+ #: ../subscribers/view-subscriber-show.php:424
1417
+ msgid "Update Subscribers Group"
1418
+ msgstr "Uaktualnij grupę subskrybentów"
1419
+
1420
+ #: ../subscribers/view-subscriber-show.php:427
1421
+ msgid "Select Group"
1422
+ msgstr "Zaznacz grupę"
1423
+
1424
+ #: ../subscribers/view-subscriber-show.php:441
1425
+ msgid "Apply"
1426
+ msgstr "Zastosuj"
1427
+
1428
+ #: ../subscribers/view-subscriber-show.php:446
1429
+ msgid "Export Email"
1430
+ msgstr "Eksportuj e-mail"
1431
+
1432
+ #: ../subscribers/view-subscriber-show.php:447
1433
+ msgid "Sync Email"
1434
+ msgstr "Synchronizuj e-mail"
1435
+
1436
+ #. Description of the plugin
1437
+ msgid ""
1438
+ "Add subscription form on website, send HTML newsletters to subscribers & "
1439
+ "automatically notify them about new blog posts once it gets published."
1440
+ msgstr ""
1441
+ "Dodaj formularz subskrypcji na stronie internetowej, wysyłaj zawiadomienia HTML "
1442
+ "do subskrybentów i automatyczne powiadamiaj ich o nowych wpisach na blogu gdy "
1443
+ "tylko zostaną opublikowane."
1444
+
1445
+ #. URI of the plugin
1446
+ msgid "http://www.storeapps.org"
1447
+ msgstr "http://www.storeapps.org"
1448
+
1449
+ #: ../notification/notification-edit.php:55 ../notification/notification-add.php:44
1450
+ msgid "Please select notification mail subject. Use compose menu to create new."
1451
+ msgstr "Wybierz temat powiadomienia e-mail. Użyj menu tworzenia, aby stworzyć nowe."
1452
+
1453
+ #: ../notification/notification-edit.php:61 ../notification/notification-edit.php:
1454
+ #: 153 ../notification/notification-add.php:50
1455
+ msgid "Please select post categories."
1456
+ msgstr "Proszę wybrać kategorię wysyłki."
1457
+
1458
+ #: ../notification/notification-edit.php:83
1459
+ msgid "Notification was successfully updated."
1460
+ msgstr "Zawiadomienie zostało pomyślnie zaktualizowane."
1461
+
1462
+ #: ../notification/notification-edit.php:107
1463
+ msgid "Edit Notification"
1464
+ msgstr "Edytuj zawiadomienie."
1465
+
1466
+ #: ../notification/notification-edit.php:113 ../notification/notification-add.php:
1467
+ #: 109 ../notification/notification-show.php:56 ../notification/notification-show.
1468
+ #: php:64
1469
+ msgid "Subscribers Group"
1470
+ msgstr "Grupa subskrybentów."
1471
+
1472
+ #: ../notification/notification-edit.php:125 ../notification/notification-add.php:
1473
+ #: 133
1474
+ msgid "Notification Mail"
1475
+ msgstr "Mail powiadamiający"
1476
+
1477
+ #: ../notification/notification-edit.php:152 ../notification/notification-add.php:
1478
+ #: 158
1479
+ msgid "Post Categories"
1480
+ msgstr "Kategoria wpisu"
1481
+
1482
+ #: ../notification/notification-edit.php:188 ../notification/notification-add.php:
1483
+ #: 187 ../sendmail/sendmail.php:169
1484
+ msgid "Check All"
1485
+ msgstr "Wybierz wszystko"
1486
+
1487
+ #: ../notification/notification-edit.php:189 ../notification/notification-add.php:
1488
+ #: 188 ../sendmail/sendmail.php:170
1489
+ msgid "Uncheck All"
1490
+ msgstr "Odznacz wszystko"
1491
+
1492
+ #: ../notification/notification-edit.php:196
1493
+ msgid "Please select your custom post type (Optional)."
1494
+ msgstr "Proszę wybrać domyślny typ wpisu (opcjonalnie)."
1495
+
1496
+ #: ../notification/notification-edit.php:237 ../notification/notification-add.php:
1497
+ #: 231 ../notification/notification-show.php:58 ../notification/notification-show.
1498
+ #: php:66
1499
+ msgid "Notification Status"
1500
+ msgstr "Status powiadomienia."
1501
+
1502
+ #: ../notification/notification-edit.php:238 ../notification/notification-add.php:
1503
+ #: 38
1504
+ msgid "Please select notification status."
1505
+ msgstr "Wybierz status powiadamiania."
1506
+
1507
+ #: ../notification/notification-add.php:32
1508
+ msgid "Please select subscribers group."
1509
+ msgstr "Proszę wybrać grupę subskrybentów."
1510
+
1511
+ #: ../notification/notification-add.php:103
1512
+ msgid "Add Notification"
1513
+ msgstr "Dodaj powiadomienie"
1514
+
1515
+ #: ../notification/notification-show.php:55 ../notification/notification-show.php:
1516
+ #: 63
1517
+ msgid "Mail Subject"
1518
+ msgstr "Temat maila"
1519
+
1520
+ #: ../notification/notification-show.php:57 ../notification/notification-show.php:
1521
+ #: 65
1522
+ msgid "Categories / Custom Post"
1523
+ msgstr "Kategorie / niestandardowy wpis"
1524
+
1525
+ #: ../compose/compose-edit.php:41 ../compose/compose-add.php:28
1526
+ msgid "Please enter template heading."
1527
+ msgstr "Proszę podać nagłówek szablonu."
1528
+
1529
+ #: ../compose/compose-edit.php:54
1530
+ msgid "Template was successfully updated."
1531
+ msgstr "Szablon zaktualizowany poprawnie."
1532
+
1533
+ #: ../compose/compose-edit.php:78 ../compose/compose-show.php:55 ..
1534
+ #: compose/compose-add.php:69
1535
+ msgid "Compose Mail"
1536
+ msgstr "Skomponuj mail"
1537
+
1538
+ #: ../compose/compose-edit.php:80 ../compose/compose-add.php:71 ..
1539
+ #: sendmail/sendmail.php:128
1540
+ msgid "Mail Type"
1541
+ msgstr "Typ maila"
1542
+
1543
+ #: ../compose/compose-edit.php:82 ../compose/compose-add.php:73
1544
+ msgid "Static Template (For Newsletter Email)"
1545
+ msgstr "Statyczny szablon (dla biuletynu e-mail)"
1546
+
1547
+ #: ../compose/compose-edit.php:83 ../compose/compose-add.php:74
1548
+ msgid "Dynamic Template (For Notification Email)"
1549
+ msgstr "Dynamiczny szablon (dla biuletynu e-mail)"
1550
+
1551
+ #: ../compose/compose-edit.php:85
1552
+ msgid "Please select your mail type"
1553
+ msgstr "Proszę wybierz typ twojego maila"
1554
+
1555
+ #: ../compose/compose-edit.php:87 ../compose/compose-add.php:78
1556
+ msgid "Enter Mail Subject"
1557
+ msgstr "Wprowadź temat maila"
1558
+
1559
+ #: ../compose/compose-edit.php:89 ../compose/compose-add.php:80
1560
+ msgid "Please enter your mail subject. Keyword: ###POSTTITLE###"
1561
+ msgstr "Proszę wprowadź temat maila. Keyword: ###POSTTITLE###"
1562
+
1563
+ #: ../compose/compose-edit.php:91 ../compose/compose-add.php:82
1564
+ msgid "Mail Content"
1565
+ msgstr "Treść maila"
1566
+
1567
+ #: ../compose/compose-edit.php:95 ../compose/compose-add.php:86
1568
+ msgid "Please enter content for your mail"
1569
+ msgstr "Proszę wprowadzić treść swojego maila"
1570
+
1571
+ #: ../compose/compose-edit.php:96 ../compose/compose-add.php:87
1572
+ msgid ""
1573
+ "Keywords: ###POSTTITLE###, ###POSTLINK###, ###POSTIMAGE###, ###POSTDESC###, "
1574
+ "###POSTFULL###, ###DATE###, ###POSTLINK-ONLY###, ###POSTLINK-WITHTITLE###"
1575
+ msgstr ""
1576
+ "Klucz: ###POSTTITLE###, ###POSTLINK###, ###POSTIMAGE###, ###POSTDESC###, "
1577
+ "###POSTFULL###, ###DATE###, ###POSTLINK-ONLY###, ###POSTLINK-WITHTITLE###"
1578
+
1579
+ #: ../compose/compose-edit.php:101 ../compose/compose-add.php:92
1580
+ msgid "Published"
1581
+ msgstr "Opublikowane"
1582
+
1583
+ #: ../compose/compose-edit.php:103 ../compose/compose-add.php:94
1584
+ msgid "Please select your mail status"
1585
+ msgstr "Proszę wybierz status twojego maila."
1586
+
1587
+ #: ../compose/compose-show.php:66 ../compose/compose-show.php:74
1588
+ msgid "Email subject"
1589
+ msgstr "Temat maila"
1590
+
1591
+ #: ../compose/compose-add.php:40
1592
+ msgid "Template was successfully created."
1593
+ msgstr "Szablon utworzony poprawnie"
1594
+
1595
+ #: ../compose/compose-add.php:76 ../sendmail/sendmail.php:52
1596
+ msgid "Please select your mail type."
1597
+ msgstr "Proszę wybierz typ twojego maila."
1598
+
1599
+ #: ../export/export-email-address.php:36 ../export/export-email-address.php:40 ..
1600
+ #: export/export-email-address.php:43
1601
+ msgid "Unexpected url submit has been detected"
1602
+ msgstr "Zostało wykryte niespodziewane zgłoszenie URL"
1603
+
1604
+ #: ../cron/cron-add.php:21
1605
+ msgid "Please enter valid mail count."
1606
+ msgstr "Proszę podać poprawną liczbę e-maili."
1607
+
1608
+ #: ../cron/cron-add.php:31
1609
+ msgid "Cron details successfully updated."
1610
+ msgstr "Szczegóły Cron pomyślnie zaktualizowane."
1611
+
1612
+ #: ../cron/cron-add.php:71
1613
+ msgid "Cron Details"
1614
+ msgstr "Szczegóły Cron."
1615
+
1616
+ #: ../cron/cron-add.php:74
1617
+ msgid "Cron job URL"
1618
+ msgstr "URL zadania Cron."
1619
+
1620
+ #: ../cron/cron-add.php:76
1621
+ msgid ""
1622
+ "Please find your cron job URL. This is readonly field not able to modify from "
1623
+ "admin."
1624
+ msgstr ""
1625
+ "Proszę znaleźć URL zadania Cron. To pole jest tylko do odczytu nie możliwe do "
1626
+ "zmiany przez administratora."
1627
+
1628
+ #: ../cron/cron-add.php:78
1629
+ msgid "Mail Count"
1630
+ msgstr "Ilość wiadomości"
1631
+
1632
+ #: ../cron/cron-add.php:80
1633
+ msgid "Enter number of mails you want to send per hour/trigger."
1634
+ msgstr "Wprowadź ilość maili, które chcesz wysłać na godzinę/wyzwolenie."
1635
+
1636
+ #: ../cron/cron-add.php:82
1637
+ msgid "Admin Report"
1638
+ msgstr "Raport administratora."
1639
+
1640
+ #: ../cron/cron-add.php:84
1641
+ msgid ""
1642
+ "Send above mail to admin whenever cron URL triggered in your server.<br /"
1643
+ ">(Keywords: ###DATE###, ###SUBJECT###, ###COUNT###)"
1644
+ msgstr ""
1645
+ "Wyślij powyższy mail do administratora zawsze gdy Cron uruchomi na serwerze URL."
1646
+ "<br />(Klucz: ###DATE###, ###SUBJECT###, ###COUNT###)"
1647
+
1648
+ #: ../cron/cron-add.php:97
1649
+ msgid "How to setup auto emails using CRON Job through the cPanel or Plesk?"
1650
+ msgstr "Jak ustawić auto-maili z wykorzystaniem cron przez cPanel lub Plesk?"
1651
+
1652
+ #: ../cron/cron-add.php:98
1653
+ msgid ""
1654
+ "<a target=\"_blank\" href=\"http://www.storeapps.org/docs/es-how-to-schedule-cron-"
1655
+ "emails-in-parallels-plesk/\">Setup cron job in Plesk</a>"
1656
+ msgstr ""
1657
+ "<a target=\"_blank\" href=\"http://www.storeapps.org/docs/es-how-to-schedule-cron-"
1658
+ "emails-in-parallels-plesk/\">Ustaw wyzwalacz CRON w Plesk</a>"
1659
+
1660
+ #: ../cron/cron-add.php:99
1661
+ msgid ""
1662
+ "<a target=\"_blank\" href=\"http://www.storeapps.org/docs/es-how-to-schedule-cron-"
1663
+ "emails-in-cpanel/\">Setup cron job in cPanal</a>"
1664
+ msgstr ""
1665
+ "<a target=\"_blank\" href=\"http://www.storeapps.org/docs/es-how-to-schedule-cron-"
1666
+ "emails-in-parallels-plesk/\">Ustaw wyzwalacz CRON w cPanl</a>"
1667
+
1668
+ #: ../cron/cron-add.php:100
1669
+ msgid ""
1670
+ "<a target=\"_blank\" href=\"http://www.storeapps.org/docs/es-what-to-do-if-"
1671
+ "hosting-doesnt-support-cron-jobs/\">Hosting doesnt support cron jobs?</a>"
1672
+ msgstr ""
1673
+ "<a target=\"_blank\" href=\"http://www.storeapps.org/docs/es-what-to-do-if-"
1674
+ "hosting-doesnt-support-cron-jobs/\">Hosting nie umożliwia wyzwalania CRON?</a>"
1675
+
1676
+ #: ../sendmail/sendmail.php:39
1677
+ msgid "Please select your mail subject."
1678
+ msgstr "Proszę wybierz temat twojego maila."
1679
+
1680
+ #: ../sendmail/sendmail.php:46
1681
+ msgid "No email address selected."
1682
+ msgstr "Nie wybrano adresu e-mail."
1683
+
1684
+ #: ../sendmail/sendmail.php:59
1685
+ msgid "Mail sent successfully"
1686
+ msgstr "Mail wysłany pomyślnie"
1687
+
1688
+ #: ../sendmail/sendmail.php:64
1689
+ msgid "Click here for details"
1690
+ msgstr "Kliknij tutaj po szczegóły"
1691
+
1692
+ #: ../sendmail/sendmail.php:71
1693
+ msgid "Oops.. We are getting some error. mail not sending."
1694
+ msgstr "Ups… Pojawił się jakiś błąd. Mail nie został wysłany."
1695
+
1696
+ #: ../sendmail/sendmail.php:100
1697
+ msgid "Select your mail subject"
1698
+ msgstr "Proszę wybierz temat twojego maila."
1699
+
1700
+ #: ../sendmail/sendmail.php:101
1701
+ msgid ""
1702
+ "Select a mail subject from available list. Go to Compose page to create new mail."
1703
+ msgstr ""
1704
+ "Proszę wybierz temat twojego maila z listy możliwych. Idź do strony tworzenia "
1705
+ "nowych maili."
1706
+
1707
+ #: ../sendmail/sendmail.php:143
1708
+ msgid "Select subscriber group"
1709
+ msgstr "Wybierz grupę subskrybenta."
1710
+
1711
+ #: ../roles/roles-add.php:95
1712
+ msgid "Roles and Capabilities"
1713
+ msgstr "Uprawnienia i możliwości"
1714
+
1715
+ #: ../roles/roles-add.php:97
1716
+ msgid "Subscribers Menu"
1717
+ msgstr "Menu subskrybentów"
1718
+
1719
+ #: ../roles/roles-add.php:99 ../roles/roles-add.php:107 ../roles/roles-add.php:115
1720
+ #: ../roles/roles-add.php:123 ../roles/roles-add.php:131 ../roles/roles-add. php:139
1721
+ #: ../roles/roles-add.php:147
1722
+ msgid "Administrator Only"
1723
+ msgstr "Tylko dla administratora"
1724
+
1725
+ #: ../roles/roles-add.php:100 ../roles/roles-add.php:108 ../roles/roles-add.php:116
1726
+ #: ../roles/roles-add.php:124 ../roles/roles-add.php:132 ../roles/roles-add. php:140
1727
+ #: ../roles/roles-add.php:148
1728
+ msgid "Administrator/Editor"
1729
+ msgstr "Administrator/Edytor"
1730
+
1731
+ #: ../roles/roles-add.php:101 ../roles/roles-add.php:109 ../roles/roles-add.php:117
1732
+ #: ../roles/roles-add.php:125 ../roles/roles-add.php:133 ../roles/roles-add. php:141
1733
+ #: ../roles/roles-add.php:149
1734
+ msgid "Administrator/Editor/Author/Contributor"
1735
+ msgstr "Administrator/Edytor/Autor/Specjalista"
1736
+
1737
+ #: ../roles/roles-add.php:103
1738
+ msgid ""
1739
+ "Select user role to access plugin Subscribers Menu. Only Admin user can change "
1740
+ "this value."
1741
+ msgstr ""
1742
+ "Wybierz uprawnienia dostępu użytkownika do Menu Subskrybentów wtyczki. Tylko "
1743
+ "Administrator może zmienić tę wartość."
1744
+
1745
+ #: ../roles/roles-add.php:105
1746
+ msgid "Compose Menu"
1747
+ msgstr "Menu Kompozycji"
1748
+
1749
+ #: ../roles/roles-add.php:111
1750
+ msgid ""
1751
+ "Select user role to access plugin Compose Menu. Only Admin user can change this "
1752
+ "value."
1753
+ msgstr ""
1754
+ "Wybierz uprawnienia dostępu użytkownika do Menu Kompozycji wtyczki. Tylko "
1755
+ "Administrator może zmienić wartość."
1756
+
1757
+ #: ../roles/roles-add.php:113
1758
+ msgid "Notification Menu"
1759
+ msgstr "Menu Powiadomień"
1760
+
1761
+ #: ../roles/roles-add.php:119
1762
+ msgid ""
1763
+ "Select user role to access plugin Notification Menu. Only Admin user can change "
1764
+ "this value."
1765
+ msgstr ""
1766
+ "Wybierz uprawnienia dostępu użytkownika do Menu Powiadomień wtyczki. Tylko "
1767
+ "Administrator może zmienić wartość."
1768
+
1769
+ #: ../roles/roles-add.php:121
1770
+ msgid "Send Email Menu/Cron Menu"
1771
+ msgstr "Menu Wysyłki Maili/Cron Menu"
1772
+
1773
+ #: ../roles/roles-add.php:127
1774
+ msgid ""
1775
+ "Select user role to access plugin Send Email Menu. Only Admin user can change "
1776
+ "this value."
1777
+ msgstr ""
1778
+ "Wybierz uprawnienia dostępu użytkownika do Menu Wysyłania Maili wtyczki. Tylko "
1779
+ "Administrator może zmienić tę wartość."
1780
+
1781
+ #: ../roles/roles-add.php:129
1782
+ msgid "Settings Menu"
1783
+ msgstr "Menu Ustawień"
1784
+
1785
+ #: ../roles/roles-add.php:135
1786
+ msgid ""
1787
+ "Select user role to access plugin Settings Menu. Only Admin user can change this "
1788
+ "value."
1789
+ msgstr ""
1790
+ "Wybierz uprawnienia dostępu użytkownika do Menu Ustawień wtyczki. Tylko "
1791
+ "Administrator może zmienić tę wartość."
1792
+
1793
+ #: ../roles/roles-add.php:137
1794
+ msgid "Sent Mails Menu"
1795
+ msgstr "Menu Wysyłania Maili"
1796
+
1797
+ #: ../roles/roles-add.php:143
1798
+ msgid ""
1799
+ "Select user role to access plugin Sent Mails Menu. Only Admin user can change "
1800
+ "this value."
1801
+ msgstr ""
1802
+ "Wybierz uprawnienia dostępu użytkownika do Menu Wysyłania Maili wtyczki. Tylko "
1803
+ "Administrator może zmienić wartość."
1804
+
1805
+ #: ../roles/roles-add.php:145
1806
+ msgid "Help & Info Menu"
1807
+ msgstr "Menu Pomocy i Informacji"
1808
+
1809
+ #: ../roles/roles-add.php:151
1810
+ msgid ""
1811
+ "Select user role to access plugin Help & Info Menu. Only Admin user can change "
1812
+ "this value."
1813
+ msgstr ""
1814
+ "Wybierz uprawnienia dostępu użytkownika do Menu Pomocy i Informacji wtyczki. "
1815
+ "Tylko Administrator może zmienić tę wartość."
1816
+
1817
+ #: ../help/help.php:44
1818
+ msgid "Welcome to Email Subscribers!"
1819
+ msgstr "Witamy w Email Subscribers!"
1820
+
1821
+ #: ../help/help.php:45
1822
+ msgid "Thanks for installing and we hope you will enjoy using Email Subscribers."
1823
+ msgstr ""
1824
+ "Dziękujemy za zainstalowanie i mamy nadzieję, że będziesz zadowolony z używania "
1825
+ "Email Subscribers."
1826
+
1827
+ #: ../help/help.php:49
1828
+ msgid "For more help and tips..."
1829
+ msgstr "Aby uzyskać więcej pomocy i wskazówek…"
1830
+
1831
+ #: ../help/help.php:93
1832
+ msgid "Frequently Asked Questions"
1833
+ msgstr "Często zadawane pytania (FAQ)"
1834
+
1835
+ #: ../help/help.php:104
1836
+ msgid "How to setup subscription box widget?"
1837
+ msgstr "Jak skonfigurować pole subskrypcji widgetu?"
1838
+
1839
+ #: ../help/help.php:111
1840
+ msgid "How to add unsubscribe link in welcome email?"
1841
+ msgstr "Jak umieścić odnośnik rezygnacji w mailu powitalnym?"
1842
+
1843
+ #: ../help/help.php:119
1844
+ msgid "How to change/update/translate any text from the plugin?"
1845
+ msgstr "Jak zmienić/zaktualizować/przetłumaczyć dowolny tekst wtyczki?"
1846
+
1847
+ #: ../help/help.php:120
1848
+ msgid ""
1849
+ "Refer steps from <a target=\"_blank\" href=\"http://www.storeapps.org/docs/es-how-"
1850
+ "to-change-update-translate-any-texts-from-email-subscribers/\">here</a>."
1851
+ msgstr ""
1852
+ "Kroki - patrz <a target=\"_blank\" href=\"http://www.storeapps.org/docs/es-how-to-"
1853
+ "change-update-translate-any-texts-from-email-subscribers/\">tutaj</a>."
1854
+
1855
+ #: ../help/help.php:123
1856
+ msgid "How to setup auto emails using CRON Job?"
1857
+ msgstr "Jak ustawić auto-wysyłanie maili używając wyzwalania CRON?"
1858
+
1859
+ #: ../help/help.php:124
1860
+ msgid ""
1861
+ " 1. <a target=\"_blank\" href=\"http://www.storeapps.org/docs/es-how-to-schedule-"
1862
+ "cron-emails-in-cpanel/\">Setup cron job in Plesk</a><br>\n"
1863
+ "\t\t\t\t\t\t\t\t\t\t 2. <a target=\"_blank\" href=\"http://www.storeapps.org/"
1864
+ "docs/es-how-to-schedule-cron-emails-in-parallels-plesk/\">Setup cron job in "
1865
+ "cPanal</a><br>\n"
1866
+ "\t\t\t\t\t\t\t\t\t\t 3. <a target=\"_blank\" href=\"http://www.storeapps.org/"
1867
+ "docs/es-what-to-do-if-hosting-doesnt-support-cron-jobs/\">Hosting doesnt support "
1868
+ "cron jobs?</a>"
1869
+ msgstr ""
1870
+ "1. <a target=\"_blank\" href=\"http://www.storeapps.org/docs/es-how-to-schedule-"
1871
+ "cron-emails-in-cpanel/\">Ustaw wyzwalacz CRON w Plesk</a><br>\n"
1872
+ "\t\t\t\t\t\t\t\t\t\t 2. <a target=\"_blank\" href=\"http://www.storeapps.org/"
1873
+ "docs/es-how-to-schedule-cron-emails-in-parallels-plesk/\">Ustaw wyzwalacz CRON w "
1874
+ "cPanal</a><br>\n"
1875
+ "\t\t\t\t\t\t\t\t\t\t 3. <a target=\"_blank\" href=\"http://www.storeapps.org/"
1876
+ "docs/es-what-to-do-if-hosting-doesnt-support-cron-jobs/\">Hosting nie umożliwia "
1877
+ "wyzwalania CRON?</a>"
1878
+
1879
+ #: ../help/help.php:129
1880
+ msgid "Notification Emails are not being received by Subscribers?"
1881
+ msgstr "Maile potwierdzające nie są zwracane przez subskrybentów?"
1882
+
1883
+ #: ../help/help.php:130
1884
+ #, php-format
1885
+ msgid "Confirm steps from %s."
1886
+ msgstr "Potwierdź kroki od %s."
1887
+
1888
+ #: ../help/help.php:130 ../help/help.php:134 ../help/help.php:138 ../help/help.
1889
+ #: php:142 ../help/help.php:146 ../help/help.php:150 ../help/help.php:154 ..
1890
+ #: help/help.php:158 ../help/help.php:162 ../help/help.php:166
1891
+ msgid "here"
1892
+ msgstr "tutaj"
1893
+
1894
+ #: ../help/help.php:133
1895
+ msgid "How to import and export email address to subscriber list?"
1896
+ msgstr "Jak importować i eksportować adresy mailowe do listy subskrybentów?"
1897
+
1898
+ #: ../help/help.php:134 ../help/help.php:138 ../help/help.php:142 ../help/help.
1899
+ #: php:146 ../help/help.php:150 ../help/help.php:154 ../help/help.php:158 ..
1900
+ #: help/help.php:162
1901
+ #, php-format
1902
+ msgid "Refer %s."
1903
+ msgstr "Dotyczy %s."
1904
+
1905
+ #: ../help/help.php:137
1906
+ msgid "How to Compose and Send static newsletter mails?"
1907
+ msgstr "Jak tworzyć i wysyłać statyczne maile nowinek?"
1908
+
1909
+ #: ../help/help.php:141
1910
+ msgid ""
1911
+ "How to Configure and Send notification emails to subscribers when new posts are "
1912
+ "published?"
1913
+ msgstr ""
1914
+ "Jak skonfigurować i wysyłać powiadomienia do subskrybentów maile gdy publikowane "
1915
+ "są nowe wpisy?"
1916
+
1917
+ #: ../help/help.php:145
1918
+ msgid "How to install and activate Email Subscribers on multisite installations?"
1919
+ msgstr ""
1920
+ "Jak zainstalować i aktywować Email Subscribers na instalacji wielostanowiskowej?"
1921
+
1922
+ #: ../help/help.php:149
1923
+ msgid ""
1924
+ "How to modify the existing mails (Opt-in mail, Welcome mail, Admin mails) content?"
1925
+ msgstr "Jak modyfikować istniejącą zawartość maili (Opt-in, Welcome, Admin)?"
1926
+
1927
+ #: ../help/help.php:153
1928
+ msgid "How to Add/Update Existing Subscribers Group?"
1929
+ msgstr "Jak dodać/uaktualnić istniejącą grupę subskrybentów?"
1930
+
1931
+ #: ../help/help.php:157
1932
+ msgid "How to check Sent mails?"
1933
+ msgstr "Jak sprawdzić wysłane maile?"
1934
+
1935
+ #: ../help/help.php:161
1936
+ msgid "How to show subscribe form inside a popup?"
1937
+ msgstr "Jak pokazać formularz subskrypcji wewnątrz popup?"
1938
+
1939
+ #: ../help/help.php:165
1940
+ msgid "Check more detailed documentation"
1941
+ msgstr "Sprawdź bardziej szczegółową dokumentację"
1942
+
1943
+ #: ../help/help.php:166
1944
+ #, php-format
1945
+ msgid "From %s."
1946
+ msgstr "Z %s."
languages/email-subscribers-ru_RU.mo CHANGED
Binary file
languages/email-subscribers-ru_RU.po CHANGED
@@ -1,2074 +1,1920 @@
1
- # Loco Gettext template
2
- msgid ""
3
- msgstr ""
4
- "Project-Id-Version: Email Subscribers\n"
5
- "Report-Msgid-Bugs-To: \n"
6
- "POT-Creation-Date: 2016-06-03 10:26+0700\n"
7
- "PO-Revision-Date: 2016-06-03 12:18+0700\n"
8
- "Last-Translator: Александр <alexgrru@gmail.com>\n"
9
- "Language-Team: elwebstudio <alexgrru@gmail.com>\n"
10
- "Language: ru_RU\n"
11
- "MIME-Version: 1.0\n"
12
- "Content-Type: text/plain; charset=UTF-8\n"
13
- "Content-Transfer-Encoding: 8bit\n"
14
- "POT-Revision-Date: Tue Mar 22 2016 17:17:04 GMT+0530 (IST)\n"
15
- "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
16
- "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
17
- "X-Poedit-SourceCharset: UTF-8\n"
18
- "X-Poedit-Basepath: .\n"
19
- "X-Poedit-KeywordsList: _:1;gettext:1;dgettext:2;ngettext:1,2;dngettext:2,3;"
20
- "__:1;_e:1;_c:1;_n:1,2;_n_noop:1,2;_nc:1,2;__ngettext:1,2;__ngettext_noop:1,2;"
21
- "_x:1,2c;_ex:1,2c;_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;"
22
- "esc_attr__:1;esc_html__:1;esc_attr_e:1;esc_html_e:1;esc_attr_x:1,2c;"
23
- "esc_html_x:1,2c;comments_number_link:2,3;t:1;st:1;trans:1;transChoice:1,2\n"
24
- "X-Generator: Poedit 1.8.8\n"
25
- "X-Poedit-SearchPath-0: ..\n"
26
-
27
- #. Name of the plugin
28
- msgid "Email Subscribers"
29
- msgstr "Email Subscribers"
30
-
31
- #. URI of the plugin
32
- msgid "http://www.storeapps.org"
33
- msgstr "http://www.storeapps.org"
34
-
35
- #. Description of the plugin
36
- msgid ""
37
- "Add subscription form on website, send HTML newsletters to subscribers & "
38
- "automatically notify them about new blog posts once it gets published."
39
- msgstr ""
40
- "Добавляйие форму подписки на веб-сайте, отправляйте HTML рассылку новостей "
41
- "подписчикам и автоматически уведомляйте их о новых сообщениях в блоге, как "
42
- "только они будут опубликована."
43
-
44
- #. Author of the plugin
45
- msgid "Store Apps"
46
- msgstr "Store Apps"
47
-
48
- #: ../settings/setting-sync.php:12
49
- msgid "Table sync completed successfully."
50
- msgstr "Синхронизация таблиц плагина успешна."
51
-
52
- #: ../settings/setting-sync.php:25
53
- msgid "Sync plugin tables"
54
- msgstr "Синхронизация таблиц плагина"
55
-
56
- #: ../settings/setting-sync.php:28
57
- msgid "Click to sync tables"
58
- msgstr "Нажмите для синхронизации таблиц"
59
-
60
- #: ../settings/settings-edit.php:15
61
- msgid "Oops, selected details doesnt exists."
62
- msgstr "Опачки, выбранные элементы(детали) не существуют."
63
-
64
- #: ../settings/settings-edit.php:109
65
- msgid "Please enter sender of notifications from name."
66
- msgstr "Пожалуйста, введите имя отправителя уведомлений."
67
-
68
- #: ../settings/settings-edit.php:114
69
- msgid "Please enter sender of notifications from email."
70
- msgstr "Пожалуйста, введите отправителя уведомлений."
71
-
72
- #: ../settings/settings-edit.php:147
73
- msgid "Details was successfully updated."
74
- msgstr "Подробности были успешно обновлены."
75
-
76
- #: ../settings/settings-edit.php:150
77
- msgid "Oops, details not update."
78
- msgstr "К сожалению, подробности не обновлены."
79
-
80
- #: ../settings/settings-edit.php:190 ../classes/es-register.php:154
81
- #: ../classes/es- register.php:155
82
- msgid "Settings"
83
- msgstr "Настройки"
84
-
85
- #: ../settings/settings-edit.php:196
86
- msgid "Sender of notifications"
87
- msgstr "Отправитель уведомлений"
88
-
89
- #: ../settings/settings-edit.php:197
90
- msgid ""
91
- "Choose a FROM name and FROM email address for all notifications emails from "
92
- "this plugin."
93
- msgstr ""
94
- "Выбрать FROM имя и FROM адрес электронной почты для всех уведомлений этого "
95
- "плагина."
96
-
97
- #: ../settings/settings-edit.php:206
98
- msgid "Mail type"
99
- msgstr "Тип письма"
100
-
101
- #: ../settings/settings-edit.php:207
102
- msgid ""
103
- "Option 1 & 2 is to send mails with default Wordpress method wp_mail(). "
104
- "Option 3 & 4 is to send mails with PHP method mail()"
105
- msgstr ""
106
- "Вариант 1 и 2 для отправки почты методом WordPress wp_mail(). Вариант 3 и 4 "
107
- "для отправки почты методом PHP mail()"
108
-
109
- #: ../settings/settings-edit.php:211
110
- msgid "1. WP HTML MAIL"
111
- msgstr "1. WP HTML текст писем"
112
-
113
- #: ../settings/settings-edit.php:212
114
- msgid "2. WP PLAINTEXT MAIL"
115
- msgstr "2. WP простой текст писем"
116
-
117
- #: ../settings/settings-edit.php:213
118
- msgid "3. PHP HTML MAIL"
119
- msgstr "3. PHP HTML текст писем"
120
-
121
- #: ../settings/settings-edit.php:214
122
- msgid "4. PHP PLAINTEXT MAIL"
123
- msgstr "4. PHP простой текст писем"
124
-
125
- #: ../settings/settings-edit.php:221
126
- msgid "Opt-in option"
127
- msgstr "Opt-in настройки"
128
-
129
- #: ../settings/settings-edit.php:222
130
- msgid ""
131
- "Double Opt In, means subscribers need to confirm their email address by an "
132
- "activation link sent them on a activation email message. Single Opt In, "
133
- "means subscribers do not need to confirm their email address."
134
- msgstr ""
135
- "Double Opt In, означает, что абоненты свой адрес эленктронной почты с "
136
- "помощью ссылки активации отправленной им в письме активации. Single Opt In, "
137
- "означает, что абонентам ненужно подтвержать адрес своей почты"
138
-
139
- #: ../settings/settings-edit.php:226
140
- msgid "Double Opt In"
141
- msgstr "Double Opt In"
142
-
143
- #: ../settings/settings-edit.php:227
144
- #: ../subscribers/view-subscriber-show.php:303
145
- msgid "Single Opt In"
146
- msgstr "Single Opt In"
147
-
148
- #: ../settings/settings-edit.php:233
149
- msgid "Image Size"
150
- msgstr "Размер картинки"
151
-
152
- #: ../settings/settings-edit.php:234
153
- msgid ""
154
- "Select image size for ###POSTIMAGE### to be shown in post notification email"
155
- msgstr ""
156
- "Выберите размер изображения для ###POSTIMAGE### отображаемого в письме "
157
- "рассылки"
158
-
159
- #: ../settings/settings-edit.php:238
160
- msgid "Full Size"
161
- msgstr "Полный размер"
162
-
163
- #: ../settings/settings-edit.php:239
164
- msgid "Medium Size"
165
- msgstr "Средний размер"
166
-
167
- #: ../settings/settings-edit.php:240
168
- msgid "Thumbnail"
169
- msgstr "Миниатюра"
170
-
171
- #: ../settings/settings-edit.php:246
172
- msgid "Opt-in mail subject (Confirmation mail)"
173
- msgstr "Opt-in тема письма (Ссылка подтверждения)"
174
-
175
- #: ../settings/settings-edit.php:247
176
- msgid ""
177
- "Enter the subject for Double Opt In mail. This will send whenever subscriber "
178
- "added email into our database."
179
- msgstr ""
180
- "Введите тему письма для Double Opt In. Будет отправляться каждый раз, когда "
181
- "в базу данных записывается подтвержденный адрес."
182
-
183
- #: ../settings/settings-edit.php:253
184
- msgid "Opt-in mail content (Confirmation mail)"
185
- msgstr "Opt-in текст письма (Ссылка подтверждения)"
186
-
187
- #: ../settings/settings-edit.php:254
188
- msgid ""
189
- "Enter the content for Double Opt In mail. This will send whenever subscriber "
190
- "added email into our database."
191
- msgstr ""
192
- "Введите сожержимое для письма формата Double Opt In. Оно будет отправляться "
193
- "каждый раз, когда в базу данных добавлен адрес email."
194
-
195
- #: ../settings/settings-edit.php:260
196
- msgid "Opt-in link (Confirmation link)"
197
- msgstr "Opt-in ссылка (Ссылка подтверждения)"
198
-
199
- #: ../settings/settings-edit.php:261
200
- msgid "Double Opt In confirmation link. You no need to change this value."
201
- msgstr "Double Opt In ссылка подтверждения. Вы не должны менять этот параметр."
202
-
203
- #: ../settings/settings-edit.php:267
204
- msgid "Text to display after email subscribed successfully"
205
- msgstr ""
206
- "Текст для отображения после того, как электронная почта успешно подтверждена"
207
-
208
- #: ../settings/settings-edit.php:268
209
- msgid ""
210
- "This text will display once user clicked email confirmation link from opt-in "
211
- "(confirmation) email content."
212
- msgstr ""
213
- "Этот текст будет отображаться как только пользователь нажал ссылку для "
214
- "подтверждения электронной почты из opt-in (подтверждения) содержимого "
215
- "электронной почты."
216
-
217
- #: ../settings/settings-edit.php:275
218
- msgid "Subscriber welcome email"
219
- msgstr "Приветственное письмо подписчика"
220
-
221
- #: ../settings/settings-edit.php:276
222
- msgid "To send welcome mail to subscriber, This option must be set to YES."
223
- msgstr ""
224
- "Для того, чтобы отправить почту приветствия абоненту, этот параметр должен "
225
- "быть установлен в положение YES."
226
-
227
- #: ../settings/settings-edit.php:280 ../settings/settings-edit.php:308
228
- msgid "YES"
229
- msgstr "ДА"
230
-
231
- #: ../settings/settings-edit.php:281 ../settings/settings-edit.php:309
232
- msgid "NO"
233
- msgstr "НЕТ"
234
-
235
- #: ../settings/settings-edit.php:287
236
- msgid "Welcome mail subject"
237
- msgstr "Заголовок письма приветствия"
238
-
239
- #: ../settings/settings-edit.php:288
240
- msgid ""
241
- "Enter the subject for subscriber welcome mail. This will send whenever email "
242
- "subscribed (confirmed) successfully."
243
- msgstr ""
244
- "Введите заголовок приветственного письма подписчикам. Будет отправляться "
245
- "всем подписчикам успешно подтвердившим свой адрес."
246
-
247
- #: ../settings/settings-edit.php:294
248
- msgid "Subscriber welcome mail content"
249
- msgstr "Текст приветственного письма подписчика"
250
-
251
- #: ../settings/settings-edit.php:295
252
- msgid ""
253
- "Enter the content for subscriber welcome mail. This will send whenever email "
254
- "subscribed (confirmed) successfully. (Keyword: ###NAME###)"
255
- msgstr ""
256
- "Введите текст приветственного письма. Оно будет отправленно на электронную "
257
- "почту когда подписка успешно подтверждена. (Ключевое слово: ###NAME###)"
258
-
259
- #: ../settings/settings-edit.php:303
260
- msgid "Mail to admin"
261
- msgstr "Письмо для админа"
262
-
263
- #: ../settings/settings-edit.php:304
264
- msgid ""
265
- "To send admin notifications for new subscriber, This option must be set to "
266
- "YES."
267
- msgstr ""
268
- "Для отправки уведомлений администратора для нового абонента, этот параметр "
269
- "должен быть установлен в положение YES."
270
-
271
- #: ../settings/settings-edit.php:315
272
- msgid "Admin email addresses"
273
- msgstr "Email администратора"
274
-
275
- #: ../settings/settings-edit.php:316
276
- msgid ""
277
- "Enter the admin email addresses that should receive notifications (separate "
278
- "by comma)."
279
- msgstr ""
280
- "Введите email адреса администраторов, которые должны получать уведомления "
281
- "(через запятую)."
282
-
283
- #: ../settings/settings-edit.php:322
284
- msgid "Admin mail subject"
285
- msgstr "Заголовок письма администратора"
286
-
287
- #: ../settings/settings-edit.php:323
288
- msgid ""
289
- "Enter the subject for admin mail. This will send whenever new email added "
290
- "and confirmed into our database."
291
- msgstr ""
292
- "Введите тему сообщения администратору. Будет отправляться каждый раз, когда "
293
- "в базу данных записывается подтвержденный адрес."
294
-
295
- #: ../settings/settings-edit.php:329
296
- msgid "Admin mail content"
297
- msgstr "Содержание письма администратора"
298
-
299
- #: ../settings/settings-edit.php:330
300
- msgid ""
301
- "Enter the mail content for admin. This will send whenever new email added "
302
- "and confirmed into our database. (Keyword: ###NAME###, ###EMAIL###)"
303
- msgstr ""
304
- "Введите текст письма администратору. Оно будет отправлено каждый раз когда "
305
- "успешно подтвержден и добавлен в базу новый адрес email. (Ключевые слова: "
306
- "###NAME###, ###EMAIL###)"
307
-
308
- #: ../settings/settings-edit.php:337
309
- msgid "Unsubscribe link"
310
- msgstr "Ссылка отписки"
311
-
312
- #: ../settings/settings-edit.php:338
313
- msgid "Unsubscribe link. You no need to change this value."
314
- msgstr "Ссылка отписки. Вы не должны изменяьть это значение."
315
-
316
- #: ../settings/settings-edit.php:344
317
- msgid "Unsubscribe text in mail"
318
- msgstr "Текст письма отписки"
319
-
320
- #: ../settings/settings-edit.php:345
321
- msgid ""
322
- "Enter the text for unsubscribe link. This text is to add unsubscribe link "
323
- "with newsletter. (Keyword: ###LINK###)"
324
- msgstr ""
325
- "Введите текст для ссылки \"Отменить подписку\". Этот текст размещается внизу "
326
- "каждой рассылки и позволяет отменить подписку. (Ключевое слово: ###LINK###)"
327
-
328
- #: ../settings/settings-edit.php:351
329
- msgid "Text to display after email unsubscribed"
330
- msgstr "Текст для отображения после успешной отписки от рассылки"
331
-
332
- #: ../settings/settings-edit.php:352
333
- msgid ""
334
- "This text will display once user clicked unsubscribed link from our "
335
- "newsletter."
336
- msgstr ""
337
- "Этот текст будет отображаться, как только пользователь нажал ссылку отказа "
338
- "от подписки на рассылки."
339
-
340
- #: ../settings/settings-edit.php:359
341
- msgid "Message 1"
342
- msgstr "1 сообщение"
343
-
344
- #: ../settings/settings-edit.php:360
345
- msgid "Default message to display if any issue on confirmation link."
346
- msgstr ""
347
- "Отоброжаемое по умолчанию сообщение если есть какой-либо вопрос на ссылку "
348
- "подтверждения."
349
-
350
- #: ../settings/settings-edit.php:366
351
- msgid "Message 2"
352
- msgstr "2 сообщения"
353
-
354
- #: ../settings/settings-edit.php:367
355
- msgid "Default message to display if any issue on unsubscribe link."
356
- msgstr ""
357
- "Отоброжаемое по умолчанию сообщение если есть какой-либо вопрос на ссылку "
358
- "отписки."
359
-
360
- #: ../settings/settings-edit.php:374
361
- msgid "Sent report subject"
362
- msgstr "Заголовок отправляемого отчета"
363
-
364
- #: ../settings/settings-edit.php:375
365
- msgid "Mail subject for sent mail report."
366
- msgstr "Тема письма для отправляемых отчетов."
367
-
368
- #: ../settings/settings-edit.php:381
369
- msgid "Sent report content"
370
- msgstr "Содержание отправляемого отчета"
371
-
372
- #: ../settings/settings-edit.php:382
373
- msgid ""
374
- "Mail content for sent mail report. (Keyword: ###COUNT###, ###UNIQUE###, "
375
- "###STARTTIME###, ###ENDTIME###)"
376
- msgstr ""
377
- "Содержимое письма отчета. (Ключевые слова: ###COUNT###, ###UNIQUE###, "
378
- "###STARTTIME###, ###ENDTIME###)"
379
-
380
- #: ../settings/settings-edit.php:393
381
- msgid "Save Settings"
382
- msgstr "Сохранить настройки"
383
-
384
- #: ../settings/settings-edit.php:394 ../subscribers/view-subscriber-add.php:154
385
- #: .. /subscribers/view-subscriber-sync.php:157
386
- #: ../subscribers/view-subscriber-edit. php:147
387
- #: ../notification/notification-edit.php:237 ../notification/notification-
388
- #: add.php:216 ../compose/compose-edit.php:109 ../compose/compose-add.php:99
389
- #: /cron/cron-add.php:89 ../sendmail/sendmail.php:260
390
- #: ../roles/roles-add.php:155
391
- msgid "Cancel"
392
- msgstr "Отмена"
393
-
394
- #: ../settings/settings-edit.php:395 ../sentmail/sentmail-preview.php:33 ..
395
- #: /sentmail/deliverreport-show.php:120 ../subscribers/view-subscriber-add.php:
396
- #: 155 ../subscribers/view-subscriber-sync.php:158
397
- #: ../subscribers/view-subscriber- export.php:68
398
- #: ../subscribers/view-subscriber-edit.php:148 ../subscribers/view-
399
- #: subscriber-import.php:189 ../subscribers/view-subscriber-show.php:448
400
- #: /notification/notification-edit.php:238
401
- #: ../notification/notification-add.php:217
402
- #: ../notification/notification-show.php:152 ../compose/compose-edit.php:110 .
403
- #: compose/compose-show.php:113 ../compose/compose-preview.php:35
404
- #: /compose/compose-add.php:100 ../cron/cron-add.php:90
405
- #: ../sendmail/sendmail.php:261 ../roles/roles-add.php:156
406
- msgid "Help"
407
- msgstr "Помощь"
408
-
409
- #: ../job/es-optin.php:64 ../job/es-optin.php:79 ../job/es-unsubscribe.php:60
410
- #: .. /job/es-unsubscribe.php:70
411
- msgid ""
412
- "Oops.. We are getting some technical error. Please try again or contact "
413
- "admin."
414
- msgstr ""
415
- сожалению, возникли технические ошибки. пожалуйста, свяжитесь с "
416
- "администратором."
417
-
418
- #: ../job/es-optin.php:69
419
- msgid "This email address has already been confirmed."
420
- msgstr "Этот адрес электронной почты уже подтвержден."
421
-
422
- #: ../sentmail/sentmail-show.php:18 ../sentmail/sentmail-preview.php:12 ..
423
- #: /subscribers/view-subscriber-edit.php:12
424
- #: ../subscribers/view-subscriber-show. php:46
425
- #: ../notification/notification-edit.php:11 ../notification/notification-
426
- #: show.php:16 ../compose/compose-edit.php:15 ../compose/compose-show.php:31
427
- #: /compose/compose-preview.php:13
428
- msgid "Oops, selected details doesnt exist."
429
- msgstr "Опачки, выбранные элементы(детали) не существуют."
430
-
431
- #: ../sentmail/sentmail-show.php:33 ../subscribers/view-subscriber-show.php:60
432
- #: .. /subscribers/view-subscriber-show.php:104
433
- #: ../notification/notification-show. php:31 ../compose/compose-show.php:43
434
- msgid "Selected record was successfully deleted."
435
- msgstr "Выбранная запись была успешно удалена."
436
-
437
- #: ../sentmail/sentmail-show.php:42
438
- msgid "Successfully deleted all reports except latest 10."
439
- msgstr "Успешное удаление всех отчетов кроме 10 последних."
440
-
441
- #: ../sentmail/sentmail-show.php:53 ../classes/es-register.php:160
442
- #: ../classes/es- register.php:161
443
- msgid "Sent Mails"
444
- msgstr "Отправленные письма"
445
-
446
- #: ../sentmail/sentmail-show.php:71 ../sentmail/sentmail-show.php:84
447
- msgid "View Reports"
448
- msgstr "Просмотр отчета"
449
-
450
- #: ../sentmail/sentmail-show.php:72 ../sentmail/sentmail-show.php:85 ..
451
- #: /compose/compose-show.php:95
452
- msgid "Preview"
453
- msgstr "Предпросмотр"
454
-
455
- #: ../sentmail/sentmail-show.php:73 ../sentmail/sentmail-show.php:86
456
- msgid "Source"
457
- msgstr "Источник"
458
-
459
- #: ../sentmail/sentmail-show.php:74 ../sentmail/sentmail-show.php:87 ..
460
- #: /sentmail/deliverreport-show.php:40 ../sentmail/deliverreport-show.php:52
461
- #: /subscribers/view-subscriber-add.php:121
462
- #: ../subscribers/view-subscriber-edit. php:105
463
- #: ../subscribers/view-subscriber-import.php:155 ../subscribers/view-
464
- #: subscriber-show.php:327 ../subscribers/view-subscriber-show.php:340
465
- #: /compose/compose-edit.php:99 ../compose/compose-show.php:67
466
- #: ../compose/compose- show.php:75 ../compose/compose-add.php:90
467
- msgid "Status"
468
- msgstr "Статус"
469
-
470
- #: ../sentmail/sentmail-show.php:75 ../sentmail/sentmail-show.php:88 ..
471
- #: /sentmail/deliverreport-show.php:41 ../sentmail/deliverreport-show.php:53
472
- #: /compose/compose-show.php:68 ../compose/compose-show.php:76
473
- msgid "Type"
474
- msgstr "Тип"
475
-
476
- #: ../sentmail/sentmail-show.php:76 ../sentmail/sentmail-show.php:89
477
- msgid "Start Date"
478
- msgstr "Дата начала"
479
-
480
- #: ../sentmail/sentmail-show.php:77 ../sentmail/sentmail-show.php:90
481
- msgid "End Date"
482
- msgstr "Редактировать дату"
483
-
484
- #: ../sentmail/sentmail-show.php:78 ../sentmail/sentmail-show.php:91
485
- msgid "Total"
486
- msgstr "Всего"
487
-
488
- #: ../sentmail/sentmail-show.php:79 ../sentmail/sentmail-show.php:92 ..
489
- #: /subscribers/view-subscriber-export.php:30 ../subscribers/view-subscriber-
490
- #: export.php:38 ../subscribers/view-subscriber-show.php:330
491
- #: ../subscribers/view- subscriber-show.php:343 ../compose/compose-show.php:69
492
- #: ../compose/compose-show. php:77
493
- msgid "Action"
494
- msgstr "Действие"
495
-
496
- #: ../sentmail/sentmail-show.php:131 ../sentmail/deliverreport-show.php:84 ..
497
- #: /notification/notification-show.php:141 ../compose/compose-show.php:102
498
- msgid "No records available."
499
- msgstr "Нет доступных записей."
500
-
501
- #: ../sentmail/sentmail-show.php:143 ../sentmail/deliverreport-show.php:96
502
- msgid " &lt;&lt; "
503
- msgstr " &lt;&lt; "
504
-
505
- #: ../sentmail/sentmail-show.php:144 ../sentmail/deliverreport-show.php:97
506
- msgid " &gt;&gt; "
507
- msgstr " &gt;&gt; "
508
-
509
- #: ../sentmail/sentmail-show.php:167 ../sentmail/sentmail-show.php:169
510
- msgid "Optimize Table"
511
- msgstr "Оптимизация таблиц"
512
-
513
- #: ../sentmail/sentmail-show.php:179
514
- msgid ""
515
- "Note: Please click <strong>Optimize Table</strong> button to delete all "
516
- "reports except latest 10."
517
- msgstr ""
518
- "Заметка: Пожалуйста нажмите кнопку <strong>Оптимизация таблиц</strong> для "
519
- "удаления всех уведомлений за исключением 10 последних."
520
-
521
- #: ../sentmail/sentmail-preview.php:19 ../compose/compose-preview.php:21
522
- msgid "Preview Mail"
523
- msgstr "Предпросмотр письма"
524
-
525
- #: ../sentmail/sentmail-preview.php:32 ../sentmail/deliverreport-show.php:119
526
- #: .. /subscribers/view-subscriber-export.php:67
527
- #: ../subscribers/view-subscriber- import.php:188
528
- #: ../compose/compose-preview.php:33
529
- msgid "Back"
530
- msgstr "Назад"
531
-
532
- #: ../sentmail/deliverreport-show.php:11
533
- msgid "Oops.. Unexpected error occurred. Please try again."
534
- msgstr ""
535
- "К сожалению, произошла неожиданная ошибка. Пожалуйста, попробуйте снова."
536
-
537
- #: ../sentmail/deliverreport-show.php:19
538
- msgid "Delivery Report"
539
- msgstr "Отчет о доставке"
540
-
541
- #: ../sentmail/deliverreport-show.php:37 ../sentmail/deliverreport-show.php:49
542
- #: .. /subscribers/view-subscriber-export.php:27
543
- #: ../subscribers/view-subscriber- export.php:35
544
- #: ../subscribers/view-subscriber-show.php:324 ../subscribers/view-
545
- #: subscriber-show.php:337
546
- msgid "Sno"
547
- msgstr ""
548
-
549
- #: ../sentmail/deliverreport-show.php:38 ../sentmail/deliverreport-show.php:50
550
- msgid "Email"
551
- msgstr "Email"
552
-
553
- #: ../sentmail/deliverreport-show.php:39 ../sentmail/deliverreport-show.php:51
554
- msgid "Sent Date"
555
- msgstr "Дата отправления"
556
-
557
- #: ../sentmail/deliverreport-show.php:42 ../sentmail/deliverreport-show.php:54
558
- msgid "Viewed Status"
559
- msgstr "Статус просмотра"
560
-
561
- #: ../sentmail/deliverreport-show.php:43 ../sentmail/deliverreport-show.php:55
562
- msgid "Viewed Date"
563
- msgstr "Дата просмотра"
564
-
565
- #: ../sentmail/deliverreport-show.php:44 ../sentmail/deliverreport-show.php:56
566
- #: .. /subscribers/view-subscriber-show.php:329
567
- #: ../subscribers/view-subscriber-show. php:342
568
- msgid "Database ID"
569
- msgstr "ID в БД"
570
-
571
- #: ../classes/es-loadwidget.php:23 ../classes/es-register.php:410 ..
572
- #: /subscribers/view-subscriber-show.php:326
573
- #: ../subscribers/view-subscriber-show. php:339
574
- msgid "Name"
575
- msgstr "Имя"
576
-
577
- #: ../classes/es-loadwidget.php:28 ../classes/es-register.php:415
578
- msgid "Email *"
579
- msgstr "Email *"
580
-
581
- #: ../classes/es-loadwidget.php:33 ../classes/es-register.php:420
582
- msgid "Subscribe"
583
- msgstr "Подписаться"
584
-
585
- #: ../classes/es-register.php:139 ../classes/es-register.php:140
586
- msgid "Subscribers"
587
- msgstr "Подписчики"
588
-
589
- #: ../classes/es-register.php:142 ../classes/es-register.php:143
590
- msgid "Compose"
591
- msgstr "Письма"
592
-
593
- #: ../classes/es-register.php:145 ../classes/es-register.php:146 ..
594
- #: /notification/notification-show.php:44
595
- msgid "Notification"
596
- msgstr "Уведомления"
597
-
598
- #: ../classes/es-register.php:148 ../classes/es-register.php:149 ..
599
- #: /sendmail/sendmail.php:94 ../sendmail/sendmail.php:256 ../sendmail/sendmail.
600
- #: php:258
601
- msgid "Send Email"
602
- msgstr "Отправить на e-mail"
603
-
604
- #: ../classes/es-register.php:151
605
- msgid "Cron"
606
- msgstr "Cron"
607
-
608
- #: ../classes/es-register.php:152
609
- msgid "Cron Mail"
610
- msgstr "Почта Cron"
611
-
612
- #: ../classes/es-register.php:157 ../classes/es-register.php:158
613
- msgid "Roles"
614
- msgstr "Роли"
615
-
616
- #: ../classes/es-register.php:163
617
- msgid "Help & Info"
618
- msgstr "Помощь и информация"
619
-
620
- #: ../classes/es-register.php:164
621
- msgid "<span style=\"color:#f18500;font-weight:bolder;\">Help & Info"
622
- msgstr "<span style=\"color:#f18500;font-weight:bolder;\">Помощь & Информация"
623
-
624
- #: ../classes/es-register.php:175
625
- msgctxt "view-subscriber-enhanced-select"
626
- msgid "Please enter subscriber email address."
627
- msgstr "Пожалуйста, введите email адрес подписчика."
628
-
629
- #: ../classes/es-register.php:176
630
- msgctxt "view-subscriber-enhanced-select"
631
- msgid "Please select subscriber email status."
632
- msgstr "Пожалуйста, выберите статус подписки."
633
-
634
- #: ../classes/es-register.php:177
635
- msgctxt "view-subscriber-enhanced-select"
636
- msgid "Please select or create group for this subscriber."
637
- msgstr "Пожалуйста, выберите или создайте группу для этого подписчика."
638
-
639
- #: ../classes/es-register.php:178
640
- msgctxt "view-subscriber-enhanced-select"
641
- msgid "Do you want to delete this record?"
642
- msgstr "Вы действительно хотите удалить эту запись?"
643
-
644
- #: ../classes/es-register.php:179
645
- msgctxt "view-subscriber-enhanced-select"
646
- msgid "Please select the bulk action."
647
- msgstr "Пожалуйста, выберите массовое действие."
648
-
649
- #: ../classes/es-register.php:180
650
- msgctxt "view-subscriber-enhanced-select"
651
- msgid "Do you want to delete selected record(s)?"
652
- msgstr "Вы точно хотите удалить выбранные записи?"
653
-
654
- #: ../classes/es-register.php:181
655
- msgctxt "view-subscriber-enhanced-select"
656
- msgid "Are you sure you want to delete?"
657
- msgstr "Вы уверены, что хотите удалить?"
658
-
659
- #: ../classes/es-register.php:182
660
- msgctxt "view-subscriber-enhanced-select"
661
- msgid ""
662
- "Do you want to resend confirmation email? \\nAlso please note, this will "
663
- "update subscriber current status to 'Unconfirmed'."
664
- msgstr ""
665
- "Вы действительно хотите отправить подтверждения email? \\nОбратите внимание, "
666
- "что это обновит текущий статус на \"Неподтвержденный\"."
667
-
668
- #: ../classes/es-register.php:183
669
- msgctxt "view-subscriber-enhanced-select"
670
- msgid "Please select new subscriber group."
671
- msgstr "Выберите новую группу подписчиков."
672
-
673
- #: ../classes/es-register.php:184
674
- msgctxt "view-subscriber-enhanced-select"
675
- msgid "Do you want to update subscribers group?"
676
- msgstr "Вы действительно хотите обновить группы подписчиков?"
677
-
678
- #: ../classes/es-register.php:185
679
- msgctxt "view-subscriber-enhanced-select"
680
- msgid "Do you want to export the emails?"
681
- msgstr "Вы действительно хотите экспортировать эти email адреса?"
682
-
683
- #: ../classes/es-register.php:186
684
- msgctxt "view-subscriber-enhanced-select"
685
- msgid ""
686
- "Please select only csv file. Please check official website for csv "
687
- "structure.."
688
- msgstr ""
689
- "Пожалуйста, выберите только файл CSV. Пожалуйста, проверьте официальный сайт "
690
- "структуры Csv .."
691
-
692
- #: ../classes/es-register.php:194
693
- msgctxt "compose-enhanced-select"
694
- msgid "Please enter name for configuration."
695
- msgstr "Пожалуйста, введите имя для настроек."
696
-
697
- #: ../classes/es-register.php:195
698
- msgctxt "compose-enhanced-select"
699
- msgid "Please select template for this configuration."
700
- msgstr "Пожалуйста, выберите шаблон для данной конфигурации."
701
-
702
- #: ../classes/es-register.php:196
703
- msgctxt "compose-enhanced-select"
704
- msgid "Do you want to delete this record?"
705
- msgstr "Вы хотите удалить эту запись?"
706
-
707
- #: ../classes/es-register.php:204
708
- msgctxt "notification-enhanced-select"
709
- msgid "Please select subscribers group."
710
- msgstr "Выберите группу подписчиков."
711
-
712
- #: ../classes/es-register.php:205
713
- msgctxt "notification-enhanced-select"
714
- msgid ""
715
- "Please select notification mail subject. Use compose menu to create new."
716
- msgstr ""
717
- "Пожалуйста, выберите тему уведомления по почте. Используйте меню создания "
718
- "сообщения для создания новой."
719
-
720
- #: ../classes/es-register.php:206
721
- msgctxt "notification-enhanced-select"
722
- msgid "Please select notification status."
723
- msgstr "Пожалуйста, выберите состояние уведомления."
724
-
725
- #: ../classes/es-register.php:207
726
- msgctxt "notification-enhanced-select"
727
- msgid "Do you want to delete this record?"
728
- msgstr "Вы хотите удалить эту запись?"
729
-
730
- #: ../classes/es-register.php:215
731
- msgctxt "sendmail-enhanced-select"
732
- msgid "Please select your mail subject."
733
- msgstr "Пожалуйста, выберите тему письма."
734
-
735
- #: ../classes/es-register.php:216
736
- msgctxt "sendmail-enhanced-select"
737
- msgid "Please select subscriber email status."
738
- msgstr "Пожалуйста, выберите статус электронной почты подписчика."
739
-
740
- #: ../classes/es-register.php:217
741
- msgctxt "sendmail-enhanced-select"
742
- msgid "Are you sure you want to send email to all selected email address?"
743
- msgstr ""
744
- "Вы уверены, что хотите отправить электронную почту всем выбранным адресам?"
745
-
746
- #: ../classes/es-register.php:229
747
- msgctxt "sentmail-enhanced-select"
748
- msgid "Do you want to delete this record?"
749
- msgstr "Вы хотите удалить эту запись?"
750
-
751
- #: ../classes/es-register.php:230
752
- msgctxt "sentmail-enhanced-select"
753
- msgid "Do you want to delete all records except latest 10?"
754
- msgstr "Вы хотите удалить все записи, за исключением 10 последних?"
755
-
756
- #: ../classes/es-register.php:238
757
- msgctxt "roles-enhanced-select"
758
- msgid "Please enter subscriber email address."
759
- msgstr "Пожалуйста, введите email адрес подписчика."
760
-
761
- #: ../classes/es-register.php:239
762
- msgctxt "roles-enhanced-select"
763
- msgid "Please select subscriber email status."
764
- msgstr "Пожалуйста, выберите статус электронной почты подписчика."
765
-
766
- #: ../classes/es-register.php:240
767
- msgctxt "roles-enhanced-select"
768
- msgid "Please select or create group for this subscriber."
769
- msgstr "Пожалуйста, выберите или создайте группу для этого подписчика."
770
-
771
- #: ../classes/es-register.php:248
772
- msgctxt "cron-enhanced-select"
773
- msgid "Please select enter number of mails you want to send per hour/trigger."
774
- msgstr ""
775
- "Пожалуйста, выберите введите количество писем, которые вы хотите отправить в "
776
- "час/действие."
777
-
778
- #: ../classes/es-register.php:249
779
- msgctxt "cron-enhanced-select"
780
- msgid "Please enter the mail count, only number."
781
- msgstr "Пожалуйста, введите количество адресов, только цифры."
782
-
783
- #: ../classes/es-register.php:262
784
- msgctxt "widget-enhanced-select"
785
- msgid "Please enter email address."
786
- msgstr "Пожалуйста, введите email адрес."
787
-
788
- #: ../classes/es-register.php:263
789
- msgctxt "widget-enhanced-select"
790
- msgid "Please provide a valid email address."
791
- msgstr "Пожалуйста, введите корректный адрес электронной почты."
792
-
793
- #: ../classes/es-register.php:264
794
- msgctxt "widget-enhanced-select"
795
- msgid "loading..."
796
- msgstr "загрузка..."
797
-
798
- #: ../classes/es-register.php:265
799
- msgctxt "widget-enhanced-select"
800
- msgid "Cannot create XMLHTTP instance"
801
- msgstr "Невозможно создать экземпляр XMLHTTP"
802
-
803
- #: ../classes/es-register.php:266
804
- msgctxt "widget-enhanced-select"
805
- msgid "Subscribed successfully."
806
- msgstr "Успешно! Проверьте почту."
807
-
808
- #: ../classes/es-register.php:267
809
- msgctxt "widget-enhanced-select"
810
- msgid ""
811
- "You have successfully subscribed to the newsletter. You will receive a "
812
- "confirmation email in a few minutes. Please follow the link in it to confirm "
813
- "your subscription. If the email takes more than 15 minutes to appear in your "
814
- "mailbox, please check your spam folder."
815
- msgstr ""
816
- "Вы успешно подписались на рассылку новостей. Вы получите подтверждение по "
817
- "электронной почте в течение нескольких минут. Пожалуйста, перейдите по "
818
- "ссылке в нем, чтобы подтвердить подписку. Если письмо не пришло в течении 15 "
819
- "минут, пожалуйста, проверьте папку со спамом."
820
-
821
- #: ../classes/es-register.php:268
822
- msgctxt "widget-enhanced-select"
823
- msgid "Email Address already exists."
824
- msgstr "Email уже существует."
825
-
826
- #: ../classes/es-register.php:269
827
- msgctxt "widget-enhanced-select"
828
- msgid "Oops.. Unexpected error occurred."
829
- msgstr "К сожалению, произошла неожиданная ошибка."
830
-
831
- #: ../classes/es-register.php:270
832
- msgctxt "widget-enhanced-select"
833
- msgid "Invalid email address."
834
- msgstr "Некорректный адрес email."
835
-
836
- #: ../classes/es-register.php:271
837
- msgctxt "widget-enhanced-select"
838
- msgid "Please try after some time."
839
- msgstr "Пожалуйста, попробуйте через некоторое время."
840
-
841
- #: ../classes/es-register.php:272
842
- msgctxt "widget-enhanced-select"
843
- msgid "There was a problem with the request."
844
- msgstr "Проблема с запросом."
845
-
846
- #: ../classes/es-register.php:279
847
- msgctxt "widget-page-enhanced-select"
848
- msgid "Please enter email address."
849
- msgstr "Пожалуйста, введите email адрес."
850
-
851
- #: ../classes/es-register.php:280
852
- msgctxt "widget-page-enhanced-select"
853
- msgid "Please provide a valid email address."
854
- msgstr "Пожалуйста, введите корректный адрес электронной почты."
855
-
856
- #: ../classes/es-register.php:281
857
- msgctxt "widget-page-enhanced-select"
858
- msgid "loading..."
859
- msgstr "загрузка..."
860
-
861
- #: ../classes/es-register.php:282
862
- msgctxt "widget-page-enhanced-select"
863
- msgid "Cannot create XMLHTTP instance"
864
- msgstr "Невозможно создать экземпляр XMLHTTP"
865
-
866
- #: ../classes/es-register.php:283
867
- msgctxt "widget-page-enhanced-select"
868
- msgid "Subscribed successfully."
869
- msgstr "Успешно! Проверьте почту."
870
-
871
- #: ../classes/es-register.php:284
872
- msgctxt "widget-page-enhanced-select"
873
- msgid ""
874
- "You have successfully subscribed to the newsletter. You will receive a "
875
- "confirmation email in a few minutes. Please follow the link in it to confirm "
876
- "your subscription. If the email takes more than 15 minutes to appear in your "
877
- "mailbox, please check your spam folder."
878
- msgstr ""
879
- "Вы успешно подписались на рассылку новостей. Вы получите подтверждение по "
880
- "электронной почте в течение нескольких минут. Пожалуйста, перейдите по "
881
- "ссылке в нем, чтобы подтвердить подписку. Если письмо не пришло в течении 15 "
882
- "минут, пожалуйста, проверьте папку со спамом."
883
-
884
- #: ../classes/es-register.php:285
885
- msgctxt "widget-page-enhanced-select"
886
- msgid "Email Address already exists."
887
- msgstr "Email уже существует."
888
-
889
- #: ../classes/es-register.php:286
890
- msgctxt "widget-page-enhanced-select"
891
- msgid "Oops.. Unexpected error occurred."
892
- msgstr "К сожалению, произошла неожиданная ошибка."
893
-
894
- #: ../classes/es-register.php:287
895
- msgctxt "widget-page-enhanced-select"
896
- msgid "Invalid email address."
897
- msgstr "Некорректный адрес email."
898
-
899
- #: ../classes/es-register.php:288
900
- msgctxt "widget-page-enhanced-select"
901
- msgid "Please try after some time."
902
- msgstr "Пожалуйста, попробуйте через некоторое время."
903
-
904
- #: ../classes/es-register.php:289
905
- msgctxt "widget-page-enhanced-select"
906
- msgid "There was a problem with the request."
907
- msgstr "Проблема с запросом."
908
-
909
- #: ../classes/es-register.php:455
910
- msgid "Widget Title"
911
- msgstr "Название виджета"
912
-
913
- #: ../classes/es-register.php:459
914
- msgid "Display Name Field"
915
- msgstr "Отоброжаемое имя поля"
916
-
917
- #: ../classes/es-register.php:466
918
- msgid "Short Description"
919
- msgstr "Краткое описание"
920
-
921
- #: ../classes/es-register.php:468
922
- msgid "Short description about your subscription form."
923
- msgstr "Краткое описание о вашей форме подписки."
924
-
925
- #: ../classes/es-register.php:471
926
- msgid "Subscriber Group"
927
- msgstr "Группа подписчика"
928
-
929
- #: ../classes/es-common.php:7
930
- msgid "<span style=\"color:#006600;font-weight:bold;\">Confirmed</span>"
931
- msgstr "<span style=\"color:#006600;font-weight:bold;\">Подтвержден</span>"
932
-
933
- #: ../classes/es-common.php:10
934
- msgid "<span style=\"color:#FF0000\">Unconfirmed</span>"
935
- msgstr "<span style=\"color:#FF0000\">Неподтвержден</span>"
936
-
937
- #: ../classes/es-common.php:13
938
- msgid "<span style=\"color:#999900\">Unsubscribed</span>"
939
- msgstr "<span style=\"color:#999900\">Отписался</span>"
940
-
941
- #: ../classes/es-common.php:16
942
- msgid "<span style=\"color:#0000FF\">Single Opt In</span>"
943
- msgstr "<span style=\"color:#0000FF\">Single Opt In</span>"
944
-
945
- #: ../classes/es-common.php:19
946
- msgid "<span style=\"color:#00CC00;font-weight:bold\">Viewed</span>"
947
- msgstr "<span style=\"color:#00CC00;font-weight:bold\">Просмотрено</span>"
948
-
949
- #: ../classes/es-common.php:22
950
- msgid "<span style=\"color:#999900;\">Nodata</span>"
951
- msgstr "<span style=\"color:#999900;\">Нет данных</span>"
952
-
953
- #: ../classes/es-common.php:25
954
- msgid "<span style=\"color:#FF0000\">Disable</span>"
955
- msgstr "<span style=\"color:#FF0000\">Отклонено</span>"
956
-
957
- #: ../classes/es-common.php:28
958
- msgid "<span style=\"color:#FF0000\">In Queue</span>"
959
- msgstr "<span style=\"color:#FF0000\">В очереди</span>"
960
-
961
- #: ../classes/es-common.php:31
962
- msgid "<span style=\"color:#00FF00;font-weight:bold;\">Sent</span>"
963
- msgstr "<span style=\"color:#00FF00;font-weight:bold;\">Отправлено</span>"
964
-
965
- #: ../classes/es-common.php:34
966
- msgid "<span style=\"color:#ffd700;font-weight:bold;\">Cron Mail</span>"
967
- msgstr "<span style=\"color:#ffd700;font-weight:bold;\">Cron Mail</span>"
968
-
969
- #: ../classes/es-common.php:37
970
- msgid "<span style=\"color:#993399;\">Instant Mail</span>"
971
- msgstr "<span style=\"color:#993399;\">Мгновенне сообщение</span>"
972
-
973
- #: ../subscribers/view-subscriber-add.php:28
974
- #: ../subscribers/view-subscriber-add. php:119
975
- #: ../subscribers/view-subscriber-edit.php:43 ../subscribers/view-
976
- #: subscriber-edit.php:103
977
- msgid "Please enter subscriber email address."
978
- msgstr "Пожалуйста, введите email адрес подписчика."
979
-
980
- #: ../subscribers/view-subscriber-add.php:45
981
- msgid "Please select or create your group for this email."
982
- msgstr "Пожалуйста, выберите или создать группу для этого email."
983
-
984
- #: ../subscribers/view-subscriber-add.php:54 ../subscribers/view-subscriber-
985
- #: import.php:45
986
- msgid ""
987
- "Error: Special characters (['^$%&*()}{@#~?><>,|=_+\\\"]) are not allowed in "
988
- "the group name."
989
- msgstr ""
990
- "Ошибка: Спецсимволы (['^$%&*()}{@#~?><>,|=_+\\\"]) запрещены в названиях "
991
- "групп."
992
-
993
- #: ../subscribers/view-subscriber-add.php:66
994
- msgid "Email was successfully inserted."
995
- msgstr "Подписчик успешно создан."
996
-
997
- #: ../subscribers/view-subscriber-add.php:70
998
- msgid "Email already exist in our list."
999
- msgstr "Email уже есть в этом списке."
1000
-
1001
- #: ../subscribers/view-subscriber-add.php:75
1002
- msgid "Email is invalid."
1003
- msgstr "Некорректный email."
1004
-
1005
- #: ../subscribers/view-subscriber-add.php:92
1006
- #: ../subscribers/view-subscriber-add. php:101
1007
- #: ../subscribers/view-subscriber-edit.php:86 ../subscribers/view-
1008
- #: subscriber-import.php:107 ../subscribers/view-subscriber-import.php:138 ..
1009
- #: /notification/notification-edit.php:100
1010
- #: ../notification/notification-add.php:91 ../compose/compose-edit.php:67
1011
- #: ../compose/compose-add.php:59
1012
- msgid "Click here"
1013
- msgstr "Нажмите здесь"
1014
-
1015
- #: ../subscribers/view-subscriber-add.php:92
1016
- #: ../subscribers/view-subscriber-add. php:101
1017
- #: ../subscribers/view-subscriber-edit.php:86 ../subscribers/view-
1018
- #: subscriber-import.php:107 ../subscribers/view-subscriber-import.php:138 ..
1019
- #: /notification/notification-edit.php:101
1020
- #: ../notification/notification-add.php:92 ../compose/compose-edit.php:68
1021
- #: ../compose/compose-add.php:60
1022
- msgid " to view the details"
1023
- msgstr "для подробностей"
1024
-
1025
- #: ../subscribers/view-subscriber-add.php:111
1026
- msgid "Add email"
1027
- msgstr "Добавить email"
1028
-
1029
- #: ../subscribers/view-subscriber-add.php:113
1030
- #: ../subscribers/view-subscriber-edit. php:97
1031
- msgid "Enter full name"
1032
- msgstr "Введите имя"
1033
-
1034
- #: ../subscribers/view-subscriber-add.php:115
1035
- #: ../subscribers/view-subscriber-edit. php:99
1036
- msgid "Please enter subscriber full name."
1037
- msgstr "Пожалуйста, введите имя подписчика."
1038
-
1039
- #: ../subscribers/view-subscriber-add.php:117
1040
- #: ../subscribers/view-subscriber-edit. php:101
1041
- msgid "Enter email address."
1042
- msgstr "Введите адрес email."
1043
-
1044
- #: ../subscribers/view-subscriber-add.php:128
1045
- #: ../subscribers/view-subscriber-edit. php:112
1046
- #: ../subscribers/view-subscriber-import.php:162
1047
- msgid "Please select subscriber email status."
1048
- msgstr "Пожалуйста, выберите статус электронной почты подписчика."
1049
-
1050
- #: ../subscribers/view-subscriber-add.php:130 ../subscribers/view-subscriber-
1051
- #: import.php:164
1052
- msgid "Select (or) Create Group"
1053
- msgstr "Выбрать или создать группу"
1054
-
1055
- #: ../subscribers/view-subscriber-add.php:132
1056
- #: ../subscribers/view-subscriber-sync. php:99
1057
- #: ../subscribers/view-subscriber-sync.php:130 ../subscribers/view-
1058
- #: subscriber-edit.php:116 ../subscribers/view-subscriber-import.php:166 ..
1059
- #: /notification/notification-edit.php:122
1060
- #: ../notification/notification-add.php:105
1061
- #: ../notification/notification-add.php:123 ../sendmail/sendmail.php:107
1062
- #: /sendmail/sendmail.php:153
1063
- msgid "Select"
1064
- msgstr "Выбрать"
1065
-
1066
- #: ../subscribers/view-subscriber-add.php:148
1067
- #: ../subscribers/view-subscriber-edit. php:140
1068
- #: ../subscribers/view-subscriber-import.php:182
1069
- msgid "Please select or create group for this subscriber."
1070
- msgstr "Пожалуйста, выберите или создайте группу для этого подписчика."
1071
-
1072
- #: ../subscribers/view-subscriber-add.php:153
1073
- #: ../subscribers/view-subscriber-sync. php:156
1074
- #: ../subscribers/view-subscriber-edit.php:146 ..
1075
- #: /notification/notification-edit.php:236
1076
- #: ../notification/notification-add.php:215 ../compose/compose-edit.php:108
1077
- #: ../compose/compose-add.php:98 ../cron/cron- add.php:88
1078
- #: ../roles/roles-add.php:154
1079
- msgid "Submit"
1080
- msgstr "Сохранить"
1081
-
1082
- #: ../subscribers/view-subscriber-sync.php:33
1083
- #: ../subscribers/view-subscriber-sync. php:119
1084
- msgid "Please select default group to newly registered user."
1085
- msgstr ""
1086
- "Пожалуйста, выберите группу по умолчанию для вновь зарегистрировавшихся "
1087
- "пользователей."
1088
-
1089
- #: ../subscribers/view-subscriber-sync.php:39
1090
- #: ../subscribers/view-subscriber-sync. php:150
1091
- msgid "Please select default group to newly commented user."
1092
- msgstr ""
1093
- "Пожалуйста, выберите группу по умолчанию для пользователей новых "
1094
- "комментириев."
1095
-
1096
- #: ../subscribers/view-subscriber-sync.php:56
1097
- msgid "Sync email successfully updated."
1098
- msgstr "Синхронизация email успешно завершена."
1099
-
1100
- #: ../subscribers/view-subscriber-sync.php:88
1101
- msgid "Sync email"
1102
- msgstr "Синхронизация email"
1103
-
1104
- #: ../subscribers/view-subscriber-sync.php:90
1105
- msgid "Sync newly registered user"
1106
- msgstr "Синхронизация недавно зарегистрировавшихся пользователей"
1107
-
1108
- #: ../subscribers/view-subscriber-sync.php:95
1109
- msgid ""
1110
- "Automatically add a newly registered user email address to subscribers list."
1111
- msgstr ""
1112
- "Автоматически добавлять адрес электронной почты нового зарегистрированного "
1113
- "пользователя в список подписчиков."
1114
-
1115
- #: ../subscribers/view-subscriber-sync.php:97
1116
- #: ../subscribers/view-subscriber-sync. php:128
1117
- msgid "Select default group"
1118
- msgstr "Выберите группу по умолчанию"
1119
-
1120
- #: ../subscribers/view-subscriber-sync.php:121
1121
- msgid "Sync newly commented user"
1122
- msgstr "Синхронизация недавно комментироваваших пользователей"
1123
-
1124
- #: ../subscribers/view-subscriber-sync.php:126
1125
- msgid ""
1126
- "Automatically add a newly commented (who posted comments) user email address "
1127
- "to subscribers list."
1128
- msgstr ""
1129
- "Автоматически добавлять адрес электронной почты пользователя, недавно "
1130
- "оставившего комментирий на сайте, в список подписчиков."
1131
-
1132
- #: ../subscribers/view-subscriber-export.php:22
1133
- msgid "Export email address in csv format"
1134
- msgstr "Эксопртировать email в csv формат"
1135
-
1136
- #: ../subscribers/view-subscriber-export.php:28 ../subscribers/view-subscriber-
1137
- #: export.php:36
1138
- msgid "Export option"
1139
- msgstr "Экспортировать настройки"
1140
-
1141
- #: ../subscribers/view-subscriber-export.php:29 ../subscribers/view-subscriber-
1142
- #: export.php:37
1143
- msgid "Total email"
1144
- msgstr "Всего email"
1145
-
1146
- #: ../subscribers/view-subscriber-export.php:44
1147
- msgid "Subscriber email address"
1148
- msgstr "Адрес электронной почты подписчика"
1149
-
1150
- #: ../subscribers/view-subscriber-export.php:46 ../subscribers/view-subscriber-
1151
- #: export.php:52 ../subscribers/view-subscriber-export.php:58
1152
- msgid "Click to export csv"
1153
- msgstr "Нажмите для экспорта в csv"
1154
-
1155
- #: ../subscribers/view-subscriber-export.php:50
1156
- msgid "Registered email address"
1157
- msgstr "Зарегистрированный адрес электронной почты"
1158
-
1159
- #: ../subscribers/view-subscriber-export.php:56
1160
- msgid "Comments author email address"
1161
- msgstr "Комментарии автора адрес электронной почты"
1162
-
1163
- #: ../subscribers/view-subscriber-export.php:65
1164
- msgid "Add Email"
1165
- msgstr "Добавить email"
1166
-
1167
- #: ../subscribers/view-subscriber-export.php:66 ../subscribers/view-subscriber-
1168
- #: show.php:445
1169
- msgid "Import Email"
1170
- msgstr "Импортировать email"
1171
-
1172
- #: ../subscribers/view-subscriber-edit.php:54
1173
- msgid "Error: Special characters are not allowed in the group name."
1174
- msgstr "Ошибка: Спецсимволы не допускаются в названиях группы."
1175
-
1176
- #: ../subscribers/view-subscriber-edit.php:66
1177
- msgid "Email was successfully updated."
1178
- msgstr "Подписчик успешно обновлен."
1179
-
1180
- #: ../subscribers/view-subscriber-edit.php:70
1181
- msgid "Email already exist for this group."
1182
- msgstr "Email уже есть в этой группе."
1183
-
1184
- #: ../subscribers/view-subscriber-edit.php:95
1185
- msgid "Edit email"
1186
- msgstr "Редактирование подписчика"
1187
-
1188
- #: ../subscribers/view-subscriber-edit.php:114 ../subscribers/view-subscriber-
1189
- #: show.php:328 ../subscribers/view-subscriber-show.php:341
1190
- msgid "Group"
1191
- msgstr "Группы"
1192
-
1193
- #: ../subscribers/view-subscriber-import.php:103
1194
- msgid "Email(s) was successfully imported."
1195
- msgstr "Адрес(а) email были успешно импортированы."
1196
-
1197
- #: ../subscribers/view-subscriber-import.php:104
1198
- msgid "Email(s) are already in our database."
1199
- msgstr "Адрес(а) email уже находятся в нашей базе данных."
1200
-
1201
- #: ../subscribers/view-subscriber-import.php:105
1202
- msgid "Email(s) are invalid."
1203
- msgstr "Некорректные email адрес(а)."
1204
-
1205
- #: ../subscribers/view-subscriber-import.php:115
1206
- msgid "File upload failed or no data available in the csv file."
1207
- msgstr "неудалось загрузить файл, либо отсутствуют данные в csv файле."
1208
-
1209
- #: ../subscribers/view-subscriber-import.php:149
1210
- msgid "Upload email"
1211
- msgstr "Загрузка email"
1212
-
1213
- #: ../subscribers/view-subscriber-import.php:150
1214
- msgid "Select csv file"
1215
- msgstr "Выбрать csv файл"
1216
-
1217
- #: ../subscribers/view-subscriber-import.php:152
1218
- msgid "Select the input csv file. Check official website for csv structure : "
1219
- msgstr ""
1220
- "Выберите файл ввода в формате CSV. Проверьте официальный сайт структуры сsv:"
1221
-
1222
- #: ../subscribers/view-subscriber-import.php:153
1223
- msgid "click here"
1224
- msgstr "нажмите здесь"
1225
-
1226
- #: ../subscribers/view-subscriber-import.php:187
1227
- msgid "Upload CSV"
1228
- msgstr "Загрузка CSV"
1229
-
1230
- #: ../subscribers/view-subscriber-show.php:11 ../compose/compose-show.php:13 ..
1231
- #: /sendmail/sendmail.php:11
1232
- msgid "Click Here"
1233
- msgstr "Нажмите здесь"
1234
-
1235
- #: ../subscribers/view-subscriber-show.php:72
1236
- #: ../subscribers/view-subscriber-show. php:125
1237
- msgid ""
1238
- "To send confirmation mail, Please change the Opt-in option to Double Opt In."
1239
- msgstr ""
1240
- "Для того, чтобы отправить подтверждение по электронной почте, пожалуйста, "
1241
- "измените Opt-in опцию Double Opt In."
1242
-
1243
- #: ../subscribers/view-subscriber-show.php:81
1244
- msgid "Confirmation email resent successfully."
1245
- msgstr "Подтверждение по электронной почте выполненно успешно."
1246
-
1247
- #: ../subscribers/view-subscriber-show.php:110 ../subscribers/view-subscriber-
1248
- #: show.php:156 ../subscribers/view-subscriber-show.php:201
1249
- msgid "Oops, No record was selected."
1250
- msgstr "К сожалению, не быюбрана запись."
1251
-
1252
- #: ../subscribers/view-subscriber-show.php:150
1253
- msgid "Confirmation email(s) resent successfully."
1254
- msgstr "Подтверждение email адреса(ов) успешно отправлено(ы)."
1255
-
1256
- #: ../subscribers/view-subscriber-show.php:186
1257
- msgid "Selected subscribers group was successfully updated."
1258
- msgstr "Выбранные группы подписчиков были успешно обновлены."
1259
-
1260
- #: ../subscribers/view-subscriber-show.php:192
1261
- msgid "Oops, New group name was not selected."
1262
- msgstr "К сожалению, небыло выюрано новое название группы."
1263
-
1264
- #: ../subscribers/view-subscriber-show.php:232
1265
- msgid "View subscriber"
1266
- msgstr "Просмотр подписчиков"
1267
-
1268
- #: ../subscribers/view-subscriber-show.php:233 ../subscribers/view-subscriber-
1269
- #: show.php:444 ../notification/notification-show.php:45 ..
1270
- #: /notification/notification-show.php:151 ../compose/compose-show.php:56
1271
- #: /compose/compose-show.php:112
1272
- msgid "Add New"
1273
- msgstr "Добавить"
1274
-
1275
- #: ../subscribers/view-subscriber-show.php:280
1276
- msgid "All Groups"
1277
- msgstr "Все группы"
1278
-
1279
- #: ../subscribers/view-subscriber-show.php:299
1280
- msgid "All Status"
1281
- msgstr "Все статусы"
1282
-
1283
- #: ../subscribers/view-subscriber-show.php:300
1284
- msgid "Confirmed"
1285
- msgstr "Подтвержденный"
1286
-
1287
- #: ../subscribers/view-subscriber-show.php:301
1288
- msgid "Unconfirmed"
1289
- msgstr "Неподтвержденный"
1290
-
1291
- #: ../subscribers/view-subscriber-show.php:302
1292
- msgid "Unsubscribed"
1293
- msgstr "Отписался"
1294
-
1295
- #: ../subscribers/view-subscriber-show.php:325 ../subscribers/view-subscriber-
1296
- #: show.php:338
1297
- msgid "Email address"
1298
- msgstr "Адрес Email"
1299
-
1300
- #: ../subscribers/view-subscriber-show.php:374
1301
- #: ../notification/notification-show. php:90 ../compose/compose-show.php:93
1302
- #: ../compose/compose-preview.php:34
1303
- msgid "Edit"
1304
- msgstr "Редактировать"
1305
-
1306
- #: ../subscribers/view-subscriber-show.php:377 ../subscribers/view-subscriber-
1307
- #: show.php:422 ../notification/notification-show.php:93
1308
- #: ../compose/compose-show. php:94
1309
- msgid "Delete"
1310
- msgstr "Удалить"
1311
-
1312
- #: ../subscribers/view-subscriber-show.php:385 ../subscribers/view-subscriber-
1313
- #: show.php:423
1314
- msgid "Resend Confirmation"
1315
- msgstr "Переслать подтверждение"
1316
-
1317
- #: ../subscribers/view-subscriber-show.php:401
1318
- msgid ""
1319
- "No records available. Please use the above alphabet search button to search."
1320
- msgstr ""
1321
- "Нет доступных записпей. Пожалуйста, используйте кнопку алфавита для поиска."
1322
-
1323
- #: ../subscribers/view-subscriber-show.php:421
1324
- msgid "Bulk Actions"
1325
- msgstr "Массовые действия"
1326
-
1327
- #: ../subscribers/view-subscriber-show.php:424
1328
- msgid "Update Subscribers Group"
1329
- msgstr "Обновление группы подписчиков"
1330
-
1331
- #: ../subscribers/view-subscriber-show.php:427
1332
- msgid "Select Group"
1333
- msgstr "Выбрать группу"
1334
-
1335
- #: ../subscribers/view-subscriber-show.php:441
1336
- msgid "Apply"
1337
- msgstr "Применить"
1338
-
1339
- #: ../subscribers/view-subscriber-show.php:446
1340
- msgid "Export Email"
1341
- msgstr "Экспортировать email"
1342
-
1343
- #: ../subscribers/view-subscriber-show.php:447
1344
- msgid "Sync Email"
1345
- msgstr "Синхронизация email"
1346
-
1347
- #: ../notification/notification-edit.php:40
1348
- #: ../notification/notification-add.php:26
1349
- #: ../notification/notification-add.php:119
1350
- msgid "Please select subscribers group."
1351
- msgstr "Выберите группу подписчиков."
1352
-
1353
- #: ../notification/notification-edit.php:46
1354
- #: ../notification/notification-edit.php:231
1355
- #: ../notification/notification-add.php:32 ../notification/notification-add.
1356
- #: php:211
1357
- msgid "Please select notification status."
1358
- msgstr "Пожалуйста, выберите состояние уведомления."
1359
-
1360
- #: ../notification/notification-edit.php:52
1361
- #: ../notification/notification-edit.php:142
1362
- #: ../notification/notification-add.php:38 ../notification/notification-add.
1363
- #: php:138
1364
- msgid ""
1365
- "Please select notification mail subject. Use compose menu to create new."
1366
- msgstr ""
1367
- "Пожалуйста, выберите тему уведомления по почте. Используйте меню создания "
1368
- "сообщения для создания новой."
1369
-
1370
- #: ../notification/notification-edit.php:58
1371
- #: ../notification/notification-edit.php:182
1372
- #: ../notification/notification-add.php:44 ../notification/notification-add.
1373
- #: php:170
1374
- msgid "Please select post categories."
1375
- msgstr "Пожалуйста, выберите категории записей."
1376
-
1377
- #: ../notification/notification-edit.php:84
1378
- msgid "Notification was successfully updated."
1379
- msgstr "Уведомление успешно обновлено."
1380
-
1381
- #: ../notification/notification-edit.php:111
1382
- msgid "Edit Notification"
1383
- msgstr "Редактировать уведомление"
1384
-
1385
- #: ../notification/notification-edit.php:114
1386
- #: ../notification/notification-add.php:103
1387
- #: ../notification/notification-show.php:56 ../notification/notification-show.
1388
- #: php:64
1389
- msgid "Subscribers Group"
1390
- msgstr "Группа подписчиков"
1391
-
1392
- #: ../notification/notification-edit.php:118
1393
- msgid "Not allowed to update the subscribers group in edit page."
1394
- msgstr "Не разрешено обновлять группу абонентов на странице редактирования."
1395
-
1396
- #: ../notification/notification-edit.php:120
1397
- #: ../notification/notification-add.php:121
1398
- msgid "Notification Mail"
1399
- msgstr "Письмо уведомления"
1400
-
1401
- #: ../notification/notification-edit.php:144
1402
- #: ../notification/notification-add.php:140
1403
- msgid "Post Categories"
1404
- msgstr "Категория записей"
1405
-
1406
- #: ../notification/notification-edit.php:184
1407
- #: ../notification/notification-add.php:172
1408
- msgid "Custom post type"
1409
- msgstr "Пользовательский тип поста"
1410
-
1411
- #: ../notification/notification-edit.php:223
1412
- #: ../notification/notification-add.php:203
1413
- msgid "Please select your custom post type (Optional)."
1414
- msgstr "Пожалуйста, выберите пользовательский тип записи (опционально)."
1415
-
1416
- #: ../notification/notification-edit.php:225
1417
- #: ../notification/notification-add.php:205
1418
- #: ../notification/notification-show.php:58 ../notification/notification-show.
1419
- #: php:66
1420
- msgid "Notification Status"
1421
- msgstr "Статус уведомления"
1422
-
1423
- #: ../notification/notification-add.php:69
1424
- msgid "Notification was successfully created."
1425
- msgstr "Уведомление успешно создано."
1426
-
1427
- #: ../notification/notification-add.php:100
1428
- msgid "Add Notification"
1429
- msgstr "Добавить уведомление"
1430
-
1431
- #: ../notification/notification-show.php:55
1432
- #: ../notification/notification-show.php:63
1433
- msgid "Mail Subject"
1434
- msgstr "Тема письма"
1435
-
1436
- #: ../notification/notification-show.php:57
1437
- #: ../notification/notification-show.php:65
1438
- msgid "Categories / Custom Post"
1439
- msgstr "Категории / Пользовательские сообщения"
1440
-
1441
- #: ../compose/compose-edit.php:41 ../compose/compose-add.php:28
1442
- msgid "Please enter template heading."
1443
- msgstr "Пожалуйста, введите заголовок шаблона."
1444
-
1445
- #: ../compose/compose-edit.php:54
1446
- msgid "Template was successfully updated."
1447
- msgstr "Шаблон успешно обновлен."
1448
-
1449
- #: ../compose/compose-edit.php:78 ../compose/compose-show.php:55 ..
1450
- #: /compose/compose-add.php:69
1451
- msgid "Compose Mail"
1452
- msgstr "Написать письмо"
1453
-
1454
- #: ../compose/compose-edit.php:80 ../compose/compose-add.php:71 ..
1455
- #: /sendmail/sendmail.php:132
1456
- msgid "Mail Type"
1457
- msgstr "Тип письма"
1458
-
1459
- #: ../compose/compose-edit.php:82 ../compose/compose-add.php:73
1460
- msgid "Static Template (For Newsletter Email)"
1461
- msgstr "Статический шаблон (для рассылки по электронной почте)"
1462
-
1463
- #: ../compose/compose-edit.php:83 ../compose/compose-add.php:74
1464
- msgid "Dynamic Template (For Notification Email)"
1465
- msgstr "Динамический шаблон (для уведомлений по электронной почте)"
1466
-
1467
- #: ../compose/compose-edit.php:85
1468
- msgid "Please select your mail type"
1469
- msgstr "Пожалуйста, выберите тип письма"
1470
-
1471
- #: ../compose/compose-edit.php:87 ../compose/compose-add.php:78
1472
- msgid "Enter Mail Subject"
1473
- msgstr "Введите тему письма"
1474
-
1475
- #: ../compose/compose-edit.php:89 ../compose/compose-add.php:80
1476
- msgid "Please enter your mail subject. Keyword: ###POSTTITLE###"
1477
- msgstr "Пожалуйтса, введите тему ваших писем. Ключевое слово: ###POSTTITLE###"
1478
-
1479
- #: ../compose/compose-edit.php:91 ../compose/compose-add.php:82
1480
- msgid "Mail Content"
1481
- msgstr "Содержимое письма"
1482
-
1483
- #: ../compose/compose-edit.php:95 ../compose/compose-add.php:86
1484
- msgid "Please enter content for your mail"
1485
- msgstr "Пожалуйста, введите содержание для ваших писем"
1486
-
1487
- #: ../compose/compose-edit.php:96 ../compose/compose-add.php:87
1488
- msgid ""
1489
- "Keywords: ###POSTTITLE###, ###POSTLINK###, ###POSTIMAGE###, ###POSTDESC###, "
1490
- "###POSTFULL###, ###DATE###, ###POSTLINK-ONLY###, ###POSTLINK-WITHTITLE###"
1491
- msgstr ""
1492
- "Ключевые слова: ###POSTTITLE###, ###POSTLINK###, ###POSTIMAGE###, "
1493
- "###POSTDESC###, ###POSTFULL###, ###DATE###, ###POSTLINK-ONLY###, ###POSTLINK-"
1494
- "WITHTITLE###"
1495
-
1496
- #: ../compose/compose-edit.php:101 ../compose/compose-add.php:92
1497
- msgid "Published"
1498
- msgstr "Опубликовано"
1499
-
1500
- #: ../compose/compose-edit.php:103 ../compose/compose-add.php:94
1501
- msgid "Please select your mail status"
1502
- msgstr "Пожалуйста, выберите статус письма"
1503
-
1504
- #: ../compose/compose-show.php:66 ../compose/compose-show.php:74
1505
- msgid "Email subject"
1506
- msgstr "Тема сообщения"
1507
-
1508
- #: ../compose/compose-add.php:40
1509
- msgid "Template was successfully created."
1510
- msgstr "Шаблон успешно созздан."
1511
-
1512
- #: ../compose/compose-add.php:76 ../sendmail/sendmail.php:50
1513
- msgid "Please select your mail type."
1514
- msgstr "Пожалуйста, выберите тип письма."
1515
-
1516
- #: ../export/export-email-address.php:36 ../export/export-email-address.php:40
1517
- #: .. /export/export-email-address.php:43
1518
- #, fuzzy
1519
- msgid "Unexpected url submit has been detected"
1520
- msgstr "Был обнаружен неожиданный URL"
1521
-
1522
- #: ../cron/cron-add.php:21
1523
- msgid "Please enter valid mail count."
1524
- msgstr "Пожалуйста, введите количество адресов крректно."
1525
-
1526
- #: ../cron/cron-add.php:31
1527
- msgid "Cron details successfully updated."
1528
- msgstr "Детали Cron успешно обновлены."
1529
-
1530
- #: ../cron/cron-add.php:71
1531
- msgid "Cron Details"
1532
- msgstr "Детали Cron"
1533
-
1534
- #: ../cron/cron-add.php:74
1535
- msgid "Cron job URL"
1536
- msgstr "URL задачи Cron"
1537
-
1538
- #: ../cron/cron-add.php:76
1539
- msgid ""
1540
- "Please find your cron job URL. This is readonly field not able to modify "
1541
- "from admin."
1542
- msgstr ""
1543
- "Необходима ссылка на задачу планировщика CRON. Это поле типа \"только для "
1544
- "чтения\" не может изменяться администратором."
1545
-
1546
- #: ../cron/cron-add.php:78
1547
- msgid "Mail Count"
1548
- msgstr "Количество писем"
1549
-
1550
- #: ../cron/cron-add.php:80
1551
- msgid "Enter number of mails you want to send per hour/trigger."
1552
- msgstr "Введите количество писем, которые вы хотите отправить в час/действие."
1553
-
1554
- #: ../cron/cron-add.php:82
1555
- msgid "Admin Report"
1556
- msgstr "Отчет администратора"
1557
-
1558
- #: ../cron/cron-add.php:84
1559
- msgid ""
1560
- "Send above mail to admin whenever cron URL triggered in your server.<br /"
1561
- ">(Keywords: ###DATE###, ###SUBJECT###, ###COUNT###)"
1562
- msgstr ""
1563
- "Отправлять письмо администратору всякий раз, когда задача cron на вашем "
1564
- "сервере выполненна.<br />(Ключевые слова: ###DATE###, ###SUBJECT###, "
1565
- "###COUNT###)"
1566
-
1567
- #: ../cron/cron-add.php:97
1568
- msgid "How to setup auto emails using CRON Job through the cPanel or Plesk?"
1569
- msgstr ""
1570
- "Как настроить автоматические письма используя CRON на cPanel или Plesk?"
1571
-
1572
- #: ../cron/cron-add.php:98
1573
- msgid ""
1574
- "<a target=\"_blank\" href=\"http://www.storeapps.org/docs/es-how-to-schedule-"
1575
- "cron-emails-in-parallels-plesk/\">Setup cron job in Plesk</a>"
1576
- msgstr ""
1577
- "<a target=\"_blank\" href=\"http://www.storeapps.org/docs/es-how-to-schedule-"
1578
- "cron-emails-in-parallels-plesk/\">Установка задач cron в панели Plesk</a>"
1579
-
1580
- #: ../cron/cron-add.php:99
1581
- msgid ""
1582
- "<a target=\"_blank\" href=\"http://www.storeapps.org/docs/es-how-to-schedule-"
1583
- "cron-emails-in-cpanel/\">Setup cron job in cPanal</a>"
1584
- msgstr ""
1585
- "<a target=\"_blank\" href=\"http://www.storeapps.org/docs/es-how-to-schedule-"
1586
- "cron-emails-in-cpanel/\">Установка задач cron в панели cPanal</a>"
1587
-
1588
- #: ../cron/cron-add.php:100
1589
- msgid ""
1590
- "<a target=\"_blank\" href=\"http://www.storeapps.org/docs/es-what-to-do-if-"
1591
- "hosting-doesnt-support-cron-jobs/\">Hosting doesnt support cron jobs?</a>"
1592
- msgstr ""
1593
- "<a target=\"_blank\" href=\"http://www.storeapps.org/docs/es-what-to-do-if-"
1594
- "hosting-doesnt-support-cron-jobs/\">Хостинг не поддерживает задачи cron?</a>"
1595
-
1596
- #: ../sendmail/sendmail.php:35
1597
- msgid "Please select your mail subject."
1598
- msgstr "Пожалуйста, выберите тему письма."
1599
-
1600
- #: ../sendmail/sendmail.php:43
1601
- msgid "No email address selected."
1602
- msgstr "Нет выбранных email адресов."
1603
-
1604
- #: ../sendmail/sendmail.php:58
1605
- msgid "Mail sent successfully"
1606
- msgstr "Письмо отправлено успешно"
1607
-
1608
- #: ../sendmail/sendmail.php:64
1609
- msgid "Click here for details"
1610
- msgstr "Нажмите здесь для подробностей"
1611
-
1612
- #: ../sendmail/sendmail.php:73
1613
- msgid "Oops.. We are getting some error. mail not sending."
1614
- msgstr "К сожалению, мы получили ошибки. письмо не отправлено."
1615
-
1616
- #: ../sendmail/sendmail.php:101
1617
- msgid "Select your mail subject"
1618
- msgstr "Выберите тему сообщения"
1619
-
1620
- #: ../sendmail/sendmail.php:102
1621
- msgid ""
1622
- "Select a mail subject from available list. Go to Compose page to create new "
1623
- "mail."
1624
- msgstr ""
1625
- "Выберите тему сообщения из списка доступных. Перейти на страницу Написать, "
1626
- "чтобы создать новое письмо."
1627
-
1628
- #: ../sendmail/sendmail.php:133
1629
- msgid "Select your mail type."
1630
- msgstr "Выберите тип сообщения."
1631
-
1632
- #: ../sendmail/sendmail.php:147
1633
- msgid "Select subscriber group"
1634
- msgstr "Выбрать группу подписчиков"
1635
-
1636
- #: ../sendmail/sendmail.php:148
1637
- msgid "Select your subscriber group to send email."
1638
- msgstr "Выберите группу подписчиков для отправки электронной почты."
1639
-
1640
- #: ../sendmail/sendmail.php:173
1641
- msgid "Check All"
1642
- msgstr "Выбрать всех"
1643
-
1644
- #: ../sendmail/sendmail.php:174
1645
- msgid "Uncheck All"
1646
- msgstr "Отменить всех"
1647
-
1648
- #: ../sendmail/sendmail.php:237
1649
- msgid "No subscribers available for this search criteria."
1650
- msgstr "Ненайдены подписчики по данным критериям поиска."
1651
-
1652
- #: ../roles/roles-add.php:93
1653
- msgid "Roles and Capabilities"
1654
- msgstr "Роли и возможности"
1655
-
1656
- #: ../roles/roles-add.php:95
1657
- msgid "Subscribers Menu"
1658
- msgstr "Меню подписчиков"
1659
-
1660
- #: ../roles/roles-add.php:97 ../roles/roles-add.php:105 ../roles/roles-add.php:
1661
- #: 113 ../roles/roles-add.php:121 ../roles/roles-add.php:129
1662
- #: ../roles/roles-add. php:137 ../roles/roles-add.php:145
1663
- msgid "Administrator Only"
1664
- msgstr "Тоьлко администратор"
1665
-
1666
- #: ../roles/roles-add.php:98 ../roles/roles-add.php:106 ../roles/roles-add.php:
1667
- #: 114 ../roles/roles-add.php:122 ../roles/roles-add.php:130
1668
- #: ../roles/roles-add. php:138 ../roles/roles-add.php:146
1669
- msgid "Administrator/Editor"
1670
- msgstr "Администратор/Редактор"
1671
-
1672
- #: ../roles/roles-add.php:99 ../roles/roles-add.php:107 ../roles/roles-add.php:
1673
- #: 115 ../roles/roles-add.php:123 ../roles/roles-add.php:131
1674
- #: ../roles/roles-add. php:139 ../roles/roles-add.php:147
1675
- msgid "Administrator/Editor/Author/Contributor"
1676
- msgstr "Администратор/Редактор/Автор/Участник"
1677
-
1678
- #: ../roles/roles-add.php:101
1679
- msgid ""
1680
- "Select user role to access plugin Subscribers Menu. Only Admin user can "
1681
- "change this value."
1682
- msgstr ""
1683
- "Выберите роль пользователя для доступа к меню Подписчики . Только "
1684
- "Администратор может изменить это значение."
1685
-
1686
- #: ../roles/roles-add.php:103
1687
- msgid "Compose Menu"
1688
- msgstr "Составить меню "
1689
-
1690
- #: ../roles/roles-add.php:109
1691
- msgid ""
1692
- "Select user role to access plugin Compose Menu. Only Admin user can change "
1693
- "this value."
1694
- msgstr ""
1695
- "Выберите роль пользователя для доступа к меню плагинов Compose. Только "
1696
- "Администратор может изменить это значение."
1697
-
1698
- #: ../roles/roles-add.php:111
1699
- msgid "Notification Menu"
1700
- msgstr "Меню уведомления"
1701
-
1702
- #: ../roles/roles-add.php:117
1703
- msgid ""
1704
- "Select user role to access plugin Notification Menu. Only Admin user can "
1705
- "change this value."
1706
- msgstr ""
1707
- "Выберите роль пользователя для доступа к меню уведомления. Только "
1708
- "Администратор может изменить это значение."
1709
-
1710
- #: ../roles/roles-add.php:119
1711
- msgid "Send Email Menu/Cron Menu"
1712
- msgstr "Отправить Email Menu/Cron Menu"
1713
-
1714
- #: ../roles/roles-add.php:125
1715
- msgid ""
1716
- "Select user role to access plugin Send Email Menu. Only Admin user can "
1717
- "change this value."
1718
- msgstr ""
1719
- "Выберите роль пользователя для доступа к Меню Отправить по электронной "
1720
- "почте. Только Администратор может изменить это значение."
1721
-
1722
- #: ../roles/roles-add.php:127
1723
- msgid "Settings Menu"
1724
- msgstr "Меню настроек"
1725
-
1726
- #: ../roles/roles-add.php:133
1727
- msgid ""
1728
- "Select user role to access plugin Settings Menu. Only Admin user can change "
1729
- "this value."
1730
- msgstr ""
1731
- "Выберите роль пользователя для доступа к Меню Настроек. Только Администратор "
1732
- "может изменить это значение."
1733
-
1734
- #: ../roles/roles-add.php:135
1735
- msgid "Sent Mails Menu"
1736
- msgstr "Меню отправленных писем"
1737
-
1738
- #: ../roles/roles-add.php:141
1739
- msgid ""
1740
- "Select user role to access plugin Sent Mails Menu. Only Admin user can "
1741
- "change this value."
1742
- msgstr ""
1743
- "Выберите роль пользователя для доступа к Меню Отправить сообщения. Только "
1744
- "Администратор может изменить это значение."
1745
-
1746
- #: ../roles/roles-add.php:143
1747
- msgid "Help & Info Menu"
1748
- msgstr "Помощь и информационное меню"
1749
-
1750
- #: ../roles/roles-add.php:149
1751
- msgid ""
1752
- "Select user role to access plugin Help & Info Menu. Only Admin user can "
1753
- "change this value."
1754
- msgstr ""
1755
- "Выберите роль пользователя для доступа плагин Помощь & Info Menu. Только "
1756
- "Администратор может изменить это значение."
1757
-
1758
- #: ../help/help.php:44
1759
- msgid "Welcome to Email Subscribers!"
1760
- msgstr "Добро пожаловать в Email Subscribers!"
1761
-
1762
- #: ../help/help.php:45
1763
- msgid ""
1764
- "Thanks for installing and we hope you will enjoy using Email Subscribers."
1765
- msgstr ""
1766
- "Благодарим за установку, мы надеемся, что вам понравится Email Subscribers."
1767
-
1768
- #: ../help/help.php:49
1769
- msgid "For more help and tips..."
1770
- msgstr "Для получения дополнительной помощи и советов..."
1771
-
1772
- #: ../help/help.php:93
1773
- msgid "Frequently Asked Questions"
1774
- msgstr "Часто задаваемые вопросы"
1775
-
1776
- #: ../help/help.php:104
1777
- msgid "How to setup subscription box widget?"
1778
- msgstr "Как настроить виджет подписки?"
1779
-
1780
- #: ../help/help.php:111
1781
- msgid "How to add unsubscribe link in welcome email?"
1782
- msgstr "Как добавить ссылку \"отказа от подписки\" в приветственном письме?"
1783
-
1784
- #: ../help/help.php:119
1785
- msgid "How to change/update/translate any text from the plugin?"
1786
- msgstr "Как изменить/обновить/перевести любой текст в плагине?"
1787
-
1788
- #: ../help/help.php:120
1789
- msgid ""
1790
- "Refer steps from <a target=\"_blank\" href=\"http://www.storeapps.org/docs/"
1791
- "es-how-to-change-update-translate-any-texts-from-email-subscribers/\">here</"
1792
- "a>."
1793
- msgstr ""
1794
- "Смотрите шаги <a target=\"_blank\" href=\"http://www.storeapps.org/docs/es-"
1795
- "how-to-change-update-translate-any-texts-from-email-subscribers/\">здесь</a>."
1796
-
1797
- #: ../help/help.php:123
1798
- msgid "How to setup auto emails using CRON Job?"
1799
- msgstr "Как настроить автоматичкские письма используя задачи CRON?"
1800
-
1801
- #: ../help/help.php:124
1802
- msgid ""
1803
- " 1. <a target=\"_blank\" href=\"http://www.storeapps.org/docs/es-how-to-"
1804
- "schedule-cron-emails-in-cpanel/\">Setup cron job in Plesk</a><br>\n"
1805
- "\t\t\t\t\t\t\t\t\t\t 2. <a target=\"_blank\" href=\"http://www.storeapps."
1806
- "org/docs/es-how-to-schedule-cron-emails-in-parallels-plesk/\">Setup cron job "
1807
- "in cPanal</a><br>\n"
1808
- "\t\t\t\t\t\t\t\t\t\t 3. <a target=\"_blank\" href=\"http://www.storeapps."
1809
- "org/docs/es-what-to-do-if-hosting-doesnt-support-cron-jobs/\">Hosting doesnt "
1810
- "support cron jobs?</a>"
1811
- msgstr ""
1812
- " 1. <a target=\"_blank\" href=\"http://www.storeapps.org/docs/es-how-to-"
1813
- "schedule-cron-emails-in-cpanel/\">Установка задач cron в панели Plesk</"
1814
- "a><br>\n"
1815
- "\t\t\t\t\t\t\t\t\t\t 2. <a target=\"_blank\" href=\"http://www.storeapps."
1816
- "org/docs/es-how-to-schedule-cron-emails-in-parallels-plesk/\">Установка "
1817
- "задач cron в панели cPanal</a><br>\n"
1818
- "\t\t\t\t\t\t\t\t\t\t 3. <a target=\"_blank\" href=\"http://www.storeapps."
1819
- "org/docs/es-what-to-do-if-hosting-doesnt-support-cron-jobs/\">Хостинг не "
1820
- "поддерживает задачи cron?</a>"
1821
-
1822
- #: ../help/help.php:129
1823
- msgid "Notification Emails are not being received by Subscribers?"
1824
- msgstr "Уведомления по электронной почте не поступают от абонентов?"
1825
-
1826
- #: ../help/help.php:130
1827
- #, php-format
1828
- msgid "Confirm steps from %s."
1829
- msgstr "Повторить шаги с %s."
1830
-
1831
- #: ../help/help.php:130 ../help/help.php:134 ../help/help.php:138 ../help/help.
1832
- #: php:142 ../help/help.php:146 ../help/help.php:150 ../help/help.php:154 ..
1833
- #: /help/help.php:158 ../help/help.php:162 ../help/help.php:166
1834
- msgid "here"
1835
- msgstr "здесь"
1836
-
1837
- #: ../help/help.php:133
1838
- msgid "How to import and export email address to subscriber list?"
1839
- msgstr ""
1840
- "Как импортировать и экспортировать адреса электронной почты списка "
1841
- "подписчиков?"
1842
-
1843
- #: ../help/help.php:134 ../help/help.php:138 ../help/help.php:142 ../help/help.
1844
- #: php:146 ../help/help.php:150 ../help/help.php:154 ../help/help.php:158 ..
1845
- #: /help/help.php:162
1846
- #, php-format
1847
- msgid "Refer %s."
1848
- msgstr "Ответ %s."
1849
-
1850
- #: ../help/help.php:137
1851
- msgid "How to Compose and Send static newsletter mails?"
1852
- msgstr "Как создавать и отправлять статические письма?"
1853
-
1854
- #: ../help/help.php:141
1855
- msgid ""
1856
- "How to Configure and Send notification emails to subscribers when new posts "
1857
- "are published?"
1858
- msgstr ""
1859
- "Как настроить и отправить уведомление подписчикам при публикации нового "
1860
- "поста?"
1861
-
1862
- #: ../help/help.php:145
1863
- msgid ""
1864
- "How to install and activate Email Subscribers on multisite installations?"
1865
- msgstr "Как установить и активировать Email Subscribers на мультисайтах?"
1866
-
1867
- #: ../help/help.php:149
1868
- msgid ""
1869
- "How to modify the existing mails (Opt-in mail, Welcome mail, Admin mails) "
1870
- "content?"
1871
- msgstr ""
1872
- "Как изменить текст существующих писем (Opt-in, Приветственное письмо, Письмо "
1873
- "администратору)?"
1874
-
1875
- #: ../help/help.php:153
1876
- msgid "How to Add/Update Existing Subscribers Group?"
1877
- msgstr "Как добавить/обновить существующие группы подписчиков?"
1878
-
1879
- #: ../help/help.php:157
1880
- msgid "How to check Sent mails?"
1881
- msgstr "Как проверить отправленные письма?"
1882
-
1883
- #: ../help/help.php:161
1884
- msgid "How to show subscribe form inside a popup?"
1885
- msgstr "Как показать форму подписки внутри всплывающего окна?"
1886
-
1887
- #: ../help/help.php:165
1888
- msgid "Check more detailed documentation"
1889
- msgstr "Больше подробностей в документации"
1890
-
1891
- #: ../help/help.php:166
1892
- #, php-format
1893
- msgid "From %s."
1894
- msgstr "Смотрите %s."
1895
-
1896
- #~ msgid ""
1897
- #~ "Email subscribers plugin has options to send newsletters to subscribers. "
1898
- #~ "It has a separate page with HTML editor to create a HTML newsletter. Also "
1899
- #~ "have options to send notification email to subscribers when new posts are "
1900
- #~ "published to your blog. Separate page available to include and exclude "
1901
- #~ "categories to send notifications."
1902
- #~ msgstr ""
1903
- #~ "Email subscribers имеет опции для отправки информационных рассылок "
1904
- #~ "подписчикам. Имеется отдельную страницу с редактором HTML, для создания "
1905
- #~ "информационных рассылок. Также есть шаблоны для отправки подписчикам на "
1906
- #~ "почту уведомлений, когда на сайте публикуются новые сообщения. Отдельная "
1907
- #~ "страница настроек для добавления/удаления категории сайта уведомления о "
1908
- #~ "новых записях которых будут отправляться."
1909
-
1910
- #~ msgid ""
1911
- #~ "Enter the content for subscriber welcome mail. This will send whenever "
1912
- #~ "email subscribed (confirmed) successfully."
1913
- #~ msgstr ""
1914
- #~ "Введите текст приветсвия для подписчиков. Будет отправляться всем "
1915
- #~ "подписчикам успешно подтвердившим свой адрес."
1916
-
1917
- #~ msgid ""
1918
- #~ "Enter the mail content for admin. This will send whenever new email added "
1919
- #~ "and confirmed into our database."
1920
- #~ msgstr ""
1921
- #~ "Введите текст письма администратору. Будет отправляться каждый раз, когда "
1922
- #~ "в базу данных записывается подтвержденный адрес."
1923
-
1924
- #~ msgid ""
1925
- #~ "Enter the text for unsubscribe link. This text is to add unsubscribe link "
1926
- #~ "with newsletter."
1927
- #~ msgstr ""
1928
- #~ "Введите текст для ссылки отмены подписки. Текст для ссылки отказа от "
1929
- #~ "подписки."
1930
-
1931
- #~ msgid "Mail content for sent mail report."
1932
- #~ msgstr "Содержание письма для отправляемых отчетов."
1933
-
1934
- #~ msgctxt "widget-enhanced-select"
1935
- #~ msgid "Email already exist."
1936
- #~ msgstr "Email уже подписан."
1937
-
1938
- #~ msgctxt "widget-page-enhanced-select"
1939
- #~ msgid "Email already exist."
1940
- #~ msgstr "Email уже подписан."
1941
-
1942
- #~ msgid ""
1943
- #~ "Please select the input csv file. Please check official website for csv "
1944
- #~ "structure."
1945
- #~ msgstr ""
1946
- #~ "Пожалуйста, выберите только файл CSV. Пожалуйста, проверьте официальный "
1947
- #~ "сайт структуры Csv .."
1948
-
1949
- #~ msgid "Enter mail subject."
1950
- #~ msgstr "Введите тему письма."
1951
-
1952
- #~ msgid "Please enter your mail subject."
1953
- #~ msgstr "Пожалуйста, введите тему вашего письма."
1954
-
1955
- #~ msgid "Mail content"
1956
- #~ msgstr "Содержание письма"
1957
-
1958
- #~ msgid "Please enter content for your mail."
1959
- #~ msgstr "Пожалуйста, введите содержание вашего письма."
1960
-
1961
- #~ msgid "Please select your mail status."
1962
- #~ msgstr "Пожалуйста, выберите статус письма."
1963
-
1964
- #~ msgid ""
1965
- #~ "Please find your cron job URL. This is read only field not able to modify "
1966
- #~ "from admin."
1967
- #~ msgstr ""
1968
- #~ "Please find your cron job URL. Это поле только для чтения не в состоянии "
1969
- #~ "изменить администратором."
1970
-
1971
- #~ msgid "Send above mail to admin whenever cron URL triggered in your server."
1972
- #~ msgstr ""
1973
- #~ "Отправить письмо администратору всякий раз, когда cron URL запускается на "
1974
- #~ "сервере."
1975
-
1976
- #~ msgid ""
1977
- #~ "<a target=\"_blank\" href=\"http://www.gopiplus.com/work/2015/08/02/how-"
1978
- #~ "to-schedule-auto-emails-for-email-subscribers-wordpress-plugin-in-"
1979
- #~ "parallels-plesk/\">Setup cron job in Plesk</a>"
1980
- #~ msgstr ""
1981
- #~ "<a target=\"_blank\" href=\"http://www.gopiplus.com/work/2015/08/02/how-"
1982
- #~ "to-schedule-auto-emails-for-email-subscribers-wordpress-plugin-in-"
1983
- #~ "parallels-plesk/\">Настройки cron в панели управления Plesk</a>"
1984
-
1985
- #~ msgid ""
1986
- #~ "<a target=\"_blank\" href=\"http://www.gopiplus.com/work/2015/08/04/how-"
1987
- #~ "to-schedule-auto-emails-for-email-subscribers-wordpress-plugin-in-cpanel/"
1988
- #~ "\">Setup cron job in cPanal</a>"
1989
- #~ msgstr ""
1990
- #~ "<a target=\"_blank\" href=\"http://www.gopiplus.com/work/2015/08/04/how-"
1991
- #~ "to-schedule-auto-emails-for-email-subscribers-wordpress-plugin-in-cpanel/"
1992
- #~ "\">Настройки cron в панели управления cPanal</a>"
1993
-
1994
- #~ msgid ""
1995
- #~ "<a target=\"_blank\" href=\"http://www.gopiplus.com/work/2015/08/08/email-"
1996
- #~ "subscribers-wordpress-plugin-how-to-schedule-auto-mails-cron-mails/"
1997
- #~ "\">Hosting doesnt support cron jobs?</a>"
1998
- #~ msgstr ""
1999
- #~ "<a target=\"_blank\" href=\"http://www.gopiplus.com/work/2015/08/08/email-"
2000
- #~ "subscribers-wordpress-plugin-how-to-schedule-auto-mails-cron-mails/"
2001
- #~ "\">Хостинг не поддерживает cron?</a>"
2002
-
2003
- #~ msgid ""
2004
- #~ "Email Subscribers has a POT file named <code>email-subscribers.pot</code> "
2005
- #~ "present at /wp-content/plugins/email-subscribers/languages/. Use that "
2006
- #~ "with <strong>Loco Translate</strong> plugin and change/update/translate "
2007
- #~ "any text that you want.<br>\n"
2008
- #~ "\t\t\t\t\t\t\t\t\t\t\tRefer steps from <a target=\"_blank\" href=\"http://"
2009
- #~ "www.storeapps.org/support/documentation/translating-storeapps-plugins/"
2010
- #~ "\">here</a>.<br>"
2011
- #~ msgstr ""
2012
- #~ "Email Subscribers имеет POT файл с именем <code>email-subscribers.pot</"
2013
- #~ "code> находящимся в /wp-content/plugins/email-subscribers/languages/. "
2014
- #~ "Используйте его для <strong>Локализации</strong> плагина и изменений/"
2015
- #~ "обновлений/переводов любых текстов как вы хотите.<br>\n"
2016
- #~ "\t\t\t\t\t\t\t\t\t\t\tПошаговая инструкция <a target=\"_blank\" href="
2017
- #~ "\"http://www.storeapps.org/support/documentation/translating-storeapps-"
2018
- #~ "plugins/\">здесь</a>.<br>"
2019
-
2020
- #~ msgid ""
2021
- #~ " 1. <a target=\"_blank\" href=\"http://www.gopiplus.com/work/2015/08/02/"
2022
- #~ "how-to-schedule-auto-emails-for-email-subscribers-wordpress-plugin-in-"
2023
- #~ "parallels-plesk/\">Setup cron job in Plesk</a><br>\n"
2024
- #~ "\t\t\t\t\t\t\t\t\t\t 2. <a target=\"_blank\" href=\"http://www.gopiplus."
2025
- #~ "com/work/2015/08/04/how-to-schedule-auto-emails-for-email-subscribers-"
2026
- #~ "wordpress-plugin-in-cpanel/\">Setup cron job in cPanal</a><br>\n"
2027
- #~ "\t\t\t\t\t\t\t\t\t\t 3. <a target=\"_blank\" href=\"http://www.gopiplus."
2028
- #~ "com/work/2015/08/08/email-subscribers-wordpress-plugin-how-to-schedule-"
2029
- #~ "auto-mails-cron-mails/\">Hosting doesnt support cron jobs?</a>"
2030
- #~ msgstr ""
2031
- #~ " 1. <a target=\"_blank\" href=\"http://www.gopiplus.com/work/2015/08/02/"
2032
- #~ "how-to-schedule-auto-emails-for-email-subscribers-wordpress-plugin-in-"
2033
- #~ "parallels-plesk/\">Настройки cron в панели управления Plesk</a><br>\n"
2034
- #~ "\t\t\t\t\t\t\t\t\t\t 2. <a target=\"_blank\" href=\"http://www.gopiplus."
2035
- #~ "com/work/2015/08/04/how-to-schedule-auto-emails-for-email-subscribers-"
2036
- #~ "wordpress-plugin-in-cpanel/\">Настройки cron в панели управления cPanal</"
2037
- #~ "a><br>\n"
2038
- #~ "\t\t\t\t\t\t\t\t\t\t 3. <a target=\"_blank\" href=\"http://www.gopiplus."
2039
- #~ "com/work/2015/08/08/email-subscribers-wordpress-plugin-how-to-schedule-"
2040
- #~ "auto-mails-cron-mails/\">Хостинг не поддерживает cron?</a>"
2041
-
2042
- #~ msgid "How to compose static newsletter?"
2043
- #~ msgstr "Как создавать статический информационный рассылки?"
2044
-
2045
- #~ msgid "How to send static newsletter manually?"
2046
- #~ msgstr "Как отправить статическую рассылку вручную?"
2047
-
2048
- #~ msgid ""
2049
- #~ "How to configure notification email to subscribers when new posts are "
2050
- #~ "published?"
2051
- #~ msgstr ""
2052
- #~ "Как настроить уведомление на электронную почту подписчикам, при "
2053
- #~ "публикации новых записей?"
2054
-
2055
- #~ msgid "Where to check sent mails?"
2056
- #~ msgstr "Где проверить отправленные письма?"
2057
-
2058
- #~ msgid "Is Mail not working in Email Subscribers?"
2059
- #~ msgstr "Разве почта не работает в Email Subscribers?"
2060
-
2061
- #~ msgid ""
2062
- #~ "How to add new subscribers group? How to bulk update Subscribers group?"
2063
- #~ msgstr ""
2064
- #~ "Как добавить группы новых подписчиков? Как массово обновить группы "
2065
- #~ "подписчиков?"
2066
-
2067
- #~ msgid "I can't find a way to do X..."
2068
- #~ msgstr "Я не могу найти способ сделать Х..."
2069
-
2070
- #~ msgid "If you can't find your favorite feature (or have a suggestion) %s."
2071
- #~ msgstr "Вы не можете найти свою любимую функцию (или есть предложения) %s."
2072
-
2073
- #~ msgid "contact us"
2074
- #~ msgstr "свяжитесь с нами"
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: Email Subscribers\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: Tue Feb 09 2016 16:21:13 GMT+0530 (IST)\n"
6
+ "PO-Revision-Date: 2016-08-09 13:48+0700\n"
7
+ "Last-Translator: admin <mansi.shah@appsmagnet.com>\n"
8
+ "Language-Team: alexgrru <alexgrru@gmail.com>\n"
9
+ "Language: ru\n"
10
+ "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10 >= 2 && n%10<=4 &&(n"
11
+ "%100<10||n%100 >= 20)? 1 : 2);\n"
12
+ "MIME-Version: 1.0\n"
13
+ "Content-Type: text/plain; charset=UTF-8\n"
14
+ "Content-Transfer-Encoding: 8bit\n"
15
+ "X-Poedit-SourceCharset: UTF-8\n"
16
+ "X-Poedit-Basepath: .\n"
17
+ "X-Poedit-KeywordsList: _:1;gettext:1;dgettext:2;ngettext:1,2;dngettext:2,3;__:1;_e:1;"
18
+ "_c:1;_n:1,2;_n_noop:1,2;_nc:1,2;__ngettext:1,2;__ngettext_noop:1,2;_x:1,2c;_ex:1,2c;"
19
+ "_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;esc_attr__:1;esc_html__:1;"
20
+ "esc_attr_e:1;esc_html_e:1;esc_attr_x:1,2c;esc_html_x:1,2c;comments_number_link:2,3;"
21
+ "t:1;st:1;trans:1;transChoice:1,2\n"
22
+ "X-Generator: Poedit 1.8.8\n"
23
+ "X-Loco-Target-Locale: ru_RU\n"
24
+ "X-Poedit-SearchPath-0: ..\n"
25
+
26
+ #: ../subscribers/view-subscriber-show.php:232
27
+ msgid "View Subscribers"
28
+ msgstr "Просмотр подписчиков"
29
+
30
+ #. URI of the plugin
31
+ msgid "http://www.storeapps.org/product/email-subscribers"
32
+ msgstr "http://www.storeapps.org/product/email-subscribers"
33
+
34
+ #. Author of the plugin
35
+ msgid "StoreApps"
36
+ msgstr "StoreApps"
37
+
38
+ #: ../notification/notification-edit.php:43
39
+ msgid "Please select subscribers group"
40
+ msgstr "Пожалуйста, выберите группу подписчиков"
41
+
42
+ #: ../notification/notification-edit.php:49
43
+ msgid "Please select notification status"
44
+ msgstr "Пожалуйста, выберите состояние уведомления."
45
+
46
+ #: ../notification/notification-edit.php:114
47
+ msgid "Not allowed to update subscribers group in edit page"
48
+ msgstr "Не разрешено обновлять группу абонентов на странице редактирования."
49
+
50
+ #: ../notification/notification-edit.php:126 ../notification/notification-add.php: 134
51
+ msgid "Select notification mail subject (Use compose menu to create new)"
52
+ msgstr ""
53
+ "Пожалуйста, выберите тему уведомления по почте (Используйте меню создания сообщения "
54
+ "для создания новой)"
55
+
56
+ #: ../notification/notification-edit.php:195 ../notification/notification-add.php: 194
57
+ msgid "Custom Post Type"
58
+ msgstr "Пользовательский тип статьи"
59
+
60
+ #: ../notification/notification-edit.php:230 ../notification/notification-add.php: 224
61
+ msgid "No Custom Post Types Available"
62
+ msgstr "Нет доступных пользовательских типов статей"
63
+
64
+ #: ../notification/notification-edit.php:243 ../notification/notification-add.php: 237
65
+ msgid "Send mail immediately when new post is published"
66
+ msgstr "Отправлять почту сразу, когда публикуется новое сообщение "
67
+
68
+ #: ../notification/notification-edit.php:244 ../notification/notification-add.php: 238
69
+ msgid "Add to cron when new post is published and send via cron job"
70
+ msgstr "При публикации нового поста добавить в cron и отправить через задачу cron"
71
+
72
+ #: ../notification/notification-edit.php:245 ../notification/notification-add.php: 239
73
+ msgid "Disable notification"
74
+ msgstr "Отключить уведомлениие"
75
+
76
+ #: ../notification/notification-add.php:70
77
+ msgid "Notification was successfully created. "
78
+ msgstr "Уведомления успешно созданы."
79
+
80
+ #: ../notification/notification-add.php:93
81
+ msgid " to view the details."
82
+ msgstr " для просмотра подробнотей."
83
+
84
+ #: ../notification/notification-add.php:110
85
+ msgid "Select subscribers group"
86
+ msgstr "Выбрать группу подписчиков"
87
+
88
+ #: ../notification/notification-add.php:159
89
+ msgid "Select post categories"
90
+ msgstr "Выбрать категорию записи"
91
+
92
+ #: ../notification/notification-add.php:195
93
+ msgid "Select your custom post type (Optional)"
94
+ msgstr "Выбрать ваш произвольный тип записи (Опционально)"
95
+
96
+ #: ../notification/notification-add.php:232
97
+ msgid "Select notification status"
98
+ msgstr "Выбрать статус уведомления"
99
+
100
+ #: ../notification/notification-show.php:30
101
+ msgid "Selected record was successfully deleted"
102
+ msgstr "Выбранные записи успешно удалены"
103
+
104
+ #: ../notification/notification-show.php:117
105
+ msgid "Send mail immediately when new post is published."
106
+ msgstr "Отправлять почту сразу, когда публикуется новое сообщение."
107
+
108
+ #: ../notification/notification-show.php:119
109
+ msgid "Add to cron and send mail via cron job."
110
+ msgstr "Добавить в cron и отправить письмо с помощью задачи cron."
111
+
112
+ #: ../sendmail/sendmail.php:129
113
+ msgid "Select your mail type"
114
+ msgstr "Выбрать ваш тип письма"
115
+
116
+ #: ../sendmail/sendmail.php:135
117
+ msgid "Send mail immediately"
118
+ msgstr "Отправить письмо немедленно"
119
+
120
+ #: ../sendmail/sendmail.php:136
121
+ msgid "Send mail via cron job"
122
+ msgstr "Отправить письмо используя задачу cron"
123
+
124
+ #: ../sendmail/sendmail.php:144
125
+ msgid "Select your subscriber group to send email"
126
+ msgstr "Выбрать группу подписчиков для отправки письма"
127
+
128
+ #: ../sendmail/sendmail.php:177
129
+ msgid "A,B,C"
130
+ msgstr "A,B,C"
131
+
132
+ #: ../sendmail/sendmail.php:178
133
+ msgid "D,E,F"
134
+ msgstr "D,E,F"
135
+
136
+ #: ../sendmail/sendmail.php:179
137
+ msgid "G,H,I"
138
+ msgstr "G,H,I"
139
+
140
+ #: ../sendmail/sendmail.php:180
141
+ msgid "J,K,L"
142
+ msgstr "J,K,L"
143
+
144
+ #: ../sendmail/sendmail.php:181
145
+ msgid "M,N,O"
146
+ msgstr "M,N,O"
147
+
148
+ #: ../sendmail/sendmail.php:182
149
+ msgid "P,Q,R"
150
+ msgstr "P,Q,R"
151
+
152
+ #: ../sendmail/sendmail.php:183
153
+ msgid "S,T,U"
154
+ msgstr "S,T,U"
155
+
156
+ #: ../sendmail/sendmail.php:184
157
+ msgid "V,W,X,Y,Z"
158
+ msgstr "V,W,X,Y,Z"
159
+
160
+ #: ../sendmail/sendmail.php:185
161
+ msgid "0-9"
162
+ msgstr "0-9"
163
+
164
+ #: ../sendmail/sendmail.php:186
165
+ msgid "ALL"
166
+ msgstr "Все"
167
+
168
+ #: ../sendmail/sendmail.php:223
169
+ #, php-format
170
+ msgid ""
171
+ "<span style=\"color:#FF0000\">No subscribers available for %s search criteria.</span>"
172
+ msgstr ""
173
+ "<span style=\"color:#FF0000\">По вашим критериям поиска (%s) подписчики не найдены.</"
174
+ "span>"
175
+
176
+ #: ../export/export-email-address.php:36 ../export/export-email-address.php:40 ..
177
+ #: export/export-email-address.php:43
178
+ #, fuzzy
179
+ msgid "Unexpected url submit has been detected"
180
+ msgstr "Был обнаружен неожиданный URL"
181
+
182
+ #: ../settings/setting-sync.php:14
183
+ msgid "Table sync completed successfully."
184
+ msgstr "Синхронизация таблиц плагина успешна."
185
+
186
+ #: ../settings/setting-sync.php:27
187
+ msgid "Sync plugin tables"
188
+ msgstr "Синхронизация таблиц плагина"
189
+
190
+ #: ../settings/setting-sync.php:30
191
+ msgid "Click to sync tables"
192
+ msgstr "Нажмите для синхронизации таблиц"
193
+
194
+ #: ../settings/settings-edit.php:17
195
+ msgid "Oops, selected details doesnt exists."
196
+ msgstr "Опачки, выбранные элементы(детали) не существуют."
197
+
198
+ #: ../settings/settings-edit.php:111
199
+ msgid "Please enter sender of notifications from name."
200
+ msgstr "Пожалуйста, введите имя отправителя уведомлений."
201
+
202
+ #: ../settings/settings-edit.php:116
203
+ msgid "Please enter sender of notifications from email."
204
+ msgstr "Пожалуйста, введите отправителя уведомлений."
205
+
206
+ #: ../settings/settings-edit.php:149
207
+ msgid "Details was successfully updated."
208
+ msgstr "Подробности были успешно обновлены."
209
+
210
+ #: ../settings/settings-edit.php:152
211
+ msgid "Oops, details not update."
212
+ msgstr "К сожалению, подробности не обновлены."
213
+
214
+ #: ../settings/settings-edit.php:192 ../classes/es-register.php:155 ../classes/es-
215
+ #: register.php:156
216
+ msgid "Settings"
217
+ msgstr "Настройки"
218
+
219
+ #: ../settings/settings-edit.php:198
220
+ msgid "Sender of notifications"
221
+ msgstr "Отправитель уведомлений"
222
+
223
+ #: ../settings/settings-edit.php:199
224
+ msgid ""
225
+ "Choose a FROM name and FROM email address for all notifications emails from this "
226
+ "plugin."
227
+ msgstr ""
228
+ "Выбрать FROM имя и FROM адрес электронной почты для всех уведомлений этого плагина."
229
+
230
+ #: ../settings/settings-edit.php:209
231
+ msgid "Mail type"
232
+ msgstr "Тип письма"
233
+
234
+ #: ../settings/settings-edit.php:210
235
+ msgid ""
236
+ "Option 1 & 2 is to send mails with default Wordpress method wp_mail(). Option 3 & 4 "
237
+ "is to send mails with PHP method mail()"
238
+ msgstr ""
239
+ "Вариант 1 и 2 для отправки почты методом WordPress wp_mail(). Вариант 3 и 4 для "
240
+ "отправки почты методом PHP mail()"
241
+
242
+ #: ../settings/settings-edit.php:214
243
+ msgid "1. WP HTML MAIL"
244
+ msgstr "1. WP HTML текст писем"
245
+
246
+ #: ../settings/settings-edit.php:215
247
+ msgid "2. WP PLAINTEXT MAIL"
248
+ msgstr "2. WP простой текст писем"
249
+
250
+ #: ../settings/settings-edit.php:216
251
+ msgid "3. PHP HTML MAIL"
252
+ msgstr "3. PHP HTML текст писем"
253
+
254
+ #: ../settings/settings-edit.php:217
255
+ msgid "4. PHP PLAINTEXT MAIL"
256
+ msgstr "4. PHP простой текст писем"
257
+
258
+ #: ../settings/settings-edit.php:224
259
+ msgid "Opt-in option"
260
+ msgstr "Opt-in настройки"
261
+
262
+ #: ../settings/settings-edit.php:225
263
+ msgid ""
264
+ "Double Opt In, means subscribers need to confirm their email address by an activation "
265
+ "link sent them on a activation email message. Single Opt In, means subscribers do not "
266
+ "need to confirm their email address."
267
+ msgstr ""
268
+ "Double Opt In, означает, что абоненты свой адрес эленктронной почты с помощью ссылки "
269
+ "активации отправленной им в письме активации. Single Opt In, означает, что абонентам "
270
+ "ненужно подтвержать адрес своей почты"
271
+
272
+ #: ../settings/settings-edit.php:229
273
+ msgid "Double Opt In"
274
+ msgstr "Double Opt In"
275
+
276
+ #: ../settings/settings-edit.php:230 ../subscribers/view-subscriber-show.php:303
277
+ msgid "Single Opt In"
278
+ msgstr "Single Opt In"
279
+
280
+ #: ../settings/settings-edit.php:236
281
+ msgid "Image Size"
282
+ msgstr "Размер картинки"
283
+
284
+ #: ../settings/settings-edit.php:237
285
+ msgid "Select image size for ###POSTIMAGE### to be shown in post notification email"
286
+ msgstr "Выберите размер изображения для ###POSTIMAGE### отображаемого в письме рассылки"
287
+
288
+ #: ../settings/settings-edit.php:241
289
+ msgid "Full Size"
290
+ msgstr "Полный размер"
291
+
292
+ #: ../settings/settings-edit.php:242
293
+ msgid "Medium Size"
294
+ msgstr "Средний размер"
295
+
296
+ #: ../settings/settings-edit.php:243
297
+ msgid "Thumbnail"
298
+ msgstr "Миниатюра"
299
+
300
+ #: ../settings/settings-edit.php:249
301
+ msgid "Opt-in mail subject (Confirmation mail)"
302
+ msgstr "Opt-in тема письма (Ссылка подтверждения)"
303
+
304
+ #: ../settings/settings-edit.php:250
305
+ msgid ""
306
+ "Enter the subject for Double Opt In mail. This will send whenever subscriber added "
307
+ "email into our database."
308
+ msgstr ""
309
+ "Введите тему письма для Double Opt In. Будет отправляться каждый раз, когда в базу "
310
+ "данных записывается подтвержденный адрес."
311
+
312
+ #: ../settings/settings-edit.php:256
313
+ msgid "Opt-in mail content (Confirmation mail)"
314
+ msgstr "Opt-in текст письма (Ссылка подтверждения)"
315
+
316
+ #: ../settings/settings-edit.php:257
317
+ msgid ""
318
+ "Enter the content for Double Opt In mail. This will send whenever subscriber added "
319
+ "email into our database."
320
+ msgstr ""
321
+ "Введите сожержимое для письма формата Double Opt In. Оно будет отправляться каждый "
322
+ "раз, когда в базу данных добавлен адрес email."
323
+
324
+ #: ../settings/settings-edit.php:263
325
+ msgid "Opt-in link (Confirmation link)"
326
+ msgstr "Opt-in ссылка (Ссылка подтверждения)"
327
+
328
+ #: ../settings/settings-edit.php:264
329
+ msgid "Double Opt In confirmation link. You no need to change this value."
330
+ msgstr "Double Opt In ссылка подтверждения. Вы не должны менять этот параметр."
331
+
332
+ #: ../settings/settings-edit.php:270
333
+ msgid "Text to display after email subscribed successfully"
334
+ msgstr "Текст для отображения после того, как электронная почта успешно подтверждена"
335
+
336
+ #: ../settings/settings-edit.php:271
337
+ msgid ""
338
+ "This text will display once user clicked email confirmation link from opt-in "
339
+ "(confirmation) email content."
340
+ msgstr ""
341
+ "Этот текст будет отображаться как только пользователь нажал ссылку для подтверждения "
342
+ "электронной почты из opt-in (подтверждения) содержимого электронной почты."
343
+
344
+ #: ../settings/settings-edit.php:278
345
+ msgid "Subscriber welcome email"
346
+ msgstr "Приветственное письмо подписчика"
347
+
348
+ #: ../settings/settings-edit.php:279
349
+ msgid "To send welcome mail to subscriber, This option must be set to YES."
350
+ msgstr ""
351
+ "Для того, чтобы отправить почту приветствия абоненту, этот параметр должен быть "
352
+ "установлен в положение YES."
353
+
354
+ #: ../settings/settings-edit.php:283 ../settings/settings-edit.php:311
355
+ msgid "YES"
356
+ msgstr "ДА"
357
+
358
+ #: ../settings/settings-edit.php:284 ../settings/settings-edit.php:312
359
+ msgid "NO"
360
+ msgstr "НЕТ"
361
+
362
+ #: ../settings/settings-edit.php:290
363
+ msgid "Welcome mail subject"
364
+ msgstr "Заголовок письма приветствия"
365
+
366
+ #: ../settings/settings-edit.php:291
367
+ msgid ""
368
+ "Enter the subject for subscriber welcome mail. This will send whenever email "
369
+ "subscribed (confirmed) successfully."
370
+ msgstr ""
371
+ "Введите заголовок приветственного письма подписчикам. Будет отправляться всем "
372
+ "подписчикам успешно подтвердившим свой адрес."
373
+
374
+ #: ../settings/settings-edit.php:297
375
+ msgid "Subscriber welcome mail content"
376
+ msgstr "Текст приветственного письма подписчика"
377
+
378
+ #: ../settings/settings-edit.php:298
379
+ msgid ""
380
+ "Enter the content for subscriber welcome mail. This will send whenever email "
381
+ "subscribed (confirmed) successfully. (Keyword: ###NAME###)"
382
+ msgstr ""
383
+ "Введите текст приветственного письма. Оно будет отправленно на электронную почту "
384
+ "когда подписка успешно подтверждена. (Ключевое слово: ###NAME###)"
385
+
386
+ #: ../settings/settings-edit.php:306
387
+ msgid "Mail to admin"
388
+ msgstr "Письмо для админа"
389
+
390
+ #: ../settings/settings-edit.php:307
391
+ msgid "To send admin notifications for new subscriber, This option must be set to YES."
392
+ msgstr ""
393
+ "Для отправки уведомлений администратора для нового абонента, этот параметр должен "
394
+ "быть установлен в положение YES."
395
+
396
+ #: ../settings/settings-edit.php:318
397
+ msgid "Admin email addresses"
398
+ msgstr "Email администратора"
399
+
400
+ #: ../settings/settings-edit.php:319
401
+ msgid ""
402
+ "Enter the admin email addresses that should receive notifications (separate by comma)."
403
+ msgstr ""
404
+ "Введите email адреса администраторов, которые должны получать уведомления (через "
405
+ "запятую)."
406
+
407
+ #: ../settings/settings-edit.php:325
408
+ msgid "Admin mail subject"
409
+ msgstr "Заголовок письма администратора"
410
+
411
+ #: ../settings/settings-edit.php:326
412
+ msgid ""
413
+ "Enter the subject for admin mail. This will send whenever new email added and "
414
+ "confirmed into our database."
415
+ msgstr ""
416
+ "Введите тему сообщения администратору. Будет отправляться каждый раз, когда в базу "
417
+ "данных записывается подтвержденный адрес."
418
+
419
+ #: ../settings/settings-edit.php:332
420
+ msgid "Admin mail content"
421
+ msgstr "Содержание письма администратора"
422
+
423
+ #: ../settings/settings-edit.php:333
424
+ msgid ""
425
+ "Enter the mail content for admin. This will send whenever new email added and "
426
+ "confirmed into our database. (Keyword: ###NAME###, ###EMAIL###)"
427
+ msgstr ""
428
+ "Введите текст письма администратору. Оно будет отправлено каждый раз когда успешно "
429
+ "подтвержден и добавлен в базу новый адрес email. (Ключевые слова: ###NAME###, "
430
+ "###EMAIL###)"
431
+
432
+ #: ../settings/settings-edit.php:340
433
+ msgid "Unsubscribe link"
434
+ msgstr "Ссылка отписки"
435
+
436
+ #: ../settings/settings-edit.php:341
437
+ msgid "Unsubscribe link. You no need to change this value."
438
+ msgstr "Ссылка отписки. Вы не должны изменяьть это значение."
439
+
440
+ #: ../settings/settings-edit.php:347
441
+ msgid "Unsubscribe text in mail"
442
+ msgstr "Текст письма отписки"
443
+
444
+ #: ../settings/settings-edit.php:348
445
+ msgid ""
446
+ "Enter the text for unsubscribe link. This text is to add unsubscribe link with "
447
+ "newsletter. (Keyword: ###LINK###)"
448
+ msgstr ""
449
+ "Введите текст для ссылки \"Отменить подписку\". Этот текст размещается внизу каждой "
450
+ "рассылки и позволяет отменить подписку. (Ключевое слово: ###LINK###)"
451
+
452
+ #: ../settings/settings-edit.php:354
453
+ msgid "Text to display after email unsubscribed"
454
+ msgstr "Текст для отображения после успешной отписки от рассылки"
455
+
456
+ #: ../settings/settings-edit.php:355
457
+ msgid "This text will display once user clicked unsubscribed link from our newsletter."
458
+ msgstr ""
459
+ "Этот текст будет отображаться, как только пользователь нажал ссылку отказа от "
460
+ "подписки на рассылки."
461
+
462
+ #: ../settings/settings-edit.php:362
463
+ msgid "Message 1"
464
+ msgstr "1 сообщение"
465
+
466
+ #: ../settings/settings-edit.php:363
467
+ msgid "Default message to display if any issue on confirmation link."
468
+ msgstr ""
469
+ "Отоброжаемое по умолчанию сообщение если есть какой-либо вопрос на ссылку "
470
+ "подтверждения."
471
+
472
+ #: ../settings/settings-edit.php:369
473
+ msgid "Message 2"
474
+ msgstr "2 сообщения"
475
+
476
+ #: ../settings/settings-edit.php:370
477
+ msgid "Default message to display if any issue on unsubscribe link."
478
+ msgstr ""
479
+ "Отоброжаемое по умолчанию сообщение если есть какой-либо вопрос на ссылку отписки."
480
+
481
+ #: ../settings/settings-edit.php:377
482
+ msgid "Sent report subject"
483
+ msgstr "Заголовок отправляемого отчета"
484
+
485
+ #: ../settings/settings-edit.php:378
486
+ msgid "Mail subject for sent mail report."
487
+ msgstr "Тема письма для отправляемых отчетов."
488
+
489
+ #: ../settings/settings-edit.php:384
490
+ msgid "Sent report content"
491
+ msgstr "Содержание отправляемого отчета"
492
+
493
+ #: ../settings/settings-edit.php:385
494
+ msgid ""
495
+ "Mail content for sent mail report. (Keyword: ###COUNT###, ###UNIQUE###, "
496
+ "###STARTTIME###, ###ENDTIME###)"
497
+ msgstr ""
498
+ "Содержимое письма отчета. (Ключевые слова: ###COUNT###, ###UNIQUE###, "
499
+ "###STARTTIME###, ###ENDTIME###)"
500
+
501
+ #: ../settings/settings-edit.php:396
502
+ msgid "Save Settings"
503
+ msgstr "Сохранить настройки"
504
+
505
+ #: ../settings/settings-edit.php:397 ../subscribers/view-subscriber-add.php:154 ..
506
+ #: subscribers/view-subscriber-sync.php:157 ../subscribers/view-subscriber-edit. php:147
507
+ #: ../notification/notification-edit.php:255 ../notification/notification- add.php:248
508
+ #: ../compose/compose-edit.php:109 ../compose/compose-add.php:100 cron/cron-add.php:89
509
+ #: ../sendmail/sendmail.php:240 ../roles/roles-add.php:157
510
+ msgid "Cancel"
511
+ msgstr "Отмена"
512
+
513
+ #: ../settings/settings-edit.php:398 ../sentmail/sentmail-preview.php:36 ..
514
+ #: sentmail/deliverreport-show.php:118 ../subscribers/view-subscriber-add.php: 155
515
+ #: ../subscribers/view-subscriber-sync.php:158 ../subscribers/view-subscriber-
516
+ #: export.php:68 ../subscribers/view-subscriber-edit.php:148 ../subscribers/view-
517
+ #: subscriber-import.php:189 ../subscribers/view-subscriber-show.php:448
518
+ #: notification/notification-edit.php:256 ../notification/notification-add.php: 249
519
+ #: ../notification/notification-show.php:141 ../compose/compose-edit.php:110 .
520
+ #: compose/compose-show.php:113 ../compose/compose-preview.php:35
521
+ #: compose/compose-add.php:101 ../cron/cron-add.php:90 ../sendmail/sendmail.php: 241
522
+ #: ../roles/roles-add.php:158
523
+ msgid "Help"
524
+ msgstr "Помощь"
525
+
526
+ #: ../job/es-optin.php:56 ../job/es-optin.php:66 ../job/es-unsubscribe.php:53 ..
527
+ #: job/es-unsubscribe.php:60
528
+ msgid "Oops.. We are getting some technical error. Please try again or contact admin."
529
+ msgstr ""
530
+ сожалению, возникли технические ошибки. пожалуйста, свяжитесь с администратором."
531
+
532
+ #: ../job/es-optin.php:59
533
+ msgid "This email address has already been confirmed."
534
+ msgstr "Этот адрес электронной почты уже подтвержден."
535
+
536
+ #: ../sentmail/sentmail-show.php:19 ../sentmail/sentmail-preview.php:15 ..
537
+ #: subscribers/view-subscriber-edit.php:12 ../subscribers/view-subscriber-show. php:46
538
+ #: ../notification/notification-edit.php:16 ../notification/notification- show.php:18
539
+ #: ../compose/compose-edit.php:15 ../compose/compose-show.php:31
540
+ #: compose/compose-preview.php:13
541
+ msgid "Oops, selected details doesnt exist."
542
+ msgstr "Опачки, выбранные элементы(детали) не существуют."
543
+
544
+ #: ../sentmail/sentmail-show.php:31 ../subscribers/view-subscriber-show.php:60 ..
545
+ #: subscribers/view-subscriber-show.php:104 ../compose/compose-show.php:43
546
+ msgid "Selected record was successfully deleted."
547
+ msgstr "Выбранная запись была успешно удалена."
548
+
549
+ #: ../sentmail/sentmail-show.php:38
550
+ msgid "Successfully deleted all reports except latest 10."
551
+ msgstr "Успешное удаление всех отчетов кроме 10 последних."
552
+
553
+ #: ../sentmail/sentmail-show.php:49 ../classes/es-register.php:161 ../classes/es-
554
+ #: register.php:162
555
+ msgid "Sent Mails"
556
+ msgstr "Отправленные письма"
557
+
558
+ #: ../sentmail/sentmail-show.php:67 ../sentmail/sentmail-show.php:80
559
+ msgid "View Reports"
560
+ msgstr "Просмотр отчета"
561
+
562
+ #: ../sentmail/sentmail-show.php:68 ../sentmail/sentmail-show.php:81 ..
563
+ #: compose/compose-show.php:95
564
+ msgid "Preview"
565
+ msgstr "Предпросмотр"
566
+
567
+ #: ../sentmail/sentmail-show.php:69 ../sentmail/sentmail-show.php:82
568
+ msgid "Source"
569
+ msgstr "Источник"
570
+
571
+ #: ../sentmail/sentmail-show.php:70 ../sentmail/sentmail-show.php:83 ..
572
+ #: sentmail/deliverreport-show.php:42 ../sentmail/deliverreport-show.php:54
573
+ #: subscribers/view-subscriber-add.php:121 ../subscribers/view-subscriber-edit. php:105
574
+ #: ../subscribers/view-subscriber-import.php:155 ../subscribers/view-
575
+ #: subscriber-show.php:327 ../subscribers/view-subscriber-show.php:340
576
+ #: compose/compose-edit.php:99 ../compose/compose-show.php:67 ../compose/compose-
577
+ #: show.php:75 ../compose/compose-add.php:90
578
+ msgid "Status"
579
+ msgstr "Статус"
580
+
581
+ #: ../sentmail/sentmail-show.php:71 ../sentmail/sentmail-show.php:84 ..
582
+ #: sentmail/deliverreport-show.php:43 ../sentmail/deliverreport-show.php:55
583
+ #: compose/compose-show.php:68 ../compose/compose-show.php:76
584
+ msgid "Type"
585
+ msgstr "Тип"
586
+
587
+ #: ../sentmail/sentmail-show.php:72 ../sentmail/sentmail-show.php:85
588
+ msgid "Start Date"
589
+ msgstr "Дата начала"
590
+
591
+ #: ../sentmail/sentmail-show.php:73 ../sentmail/sentmail-show.php:86
592
+ msgid "End Date"
593
+ msgstr "Редактировать дату"
594
+
595
+ #: ../sentmail/sentmail-show.php:74 ../sentmail/sentmail-show.php:87
596
+ msgid "Total"
597
+ msgstr "Всего"
598
+
599
+ #: ../sentmail/sentmail-show.php:75 ../sentmail/sentmail-show.php:88 ..
600
+ #: subscribers/view-subscriber-export.php:30 ../subscribers/view-subscriber-
601
+ #: export.php:38 ../subscribers/view-subscriber-show.php:330 ../subscribers/view-
602
+ #: subscriber-show.php:343 ../compose/compose-show.php:69 ../compose/compose-show.
603
+ #: php:77
604
+ msgid "Action"
605
+ msgstr "Действие"
606
+
607
+ #: ../sentmail/sentmail-show.php:128 ../sentmail/deliverreport-show.php:82 ..
608
+ #: notification/notification-show.php:130 ../compose/compose-show.php:102
609
+ msgid "No records available."
610
+ msgstr "Нет доступных записей."
611
+
612
+ #: ../sentmail/sentmail-show.php:140 ../sentmail/deliverreport-show.php:94
613
+ msgid " &lt;&lt; "
614
+ msgstr " &lt;&lt; "
615
+
616
+ #: ../sentmail/sentmail-show.php:141 ../sentmail/deliverreport-show.php:95
617
+ msgid " &gt;&gt; "
618
+ msgstr " &gt;&gt; "
619
+
620
+ #: ../sentmail/sentmail-show.php:164 ../sentmail/sentmail-show.php:166
621
+ msgid "Optimize Table"
622
+ msgstr "Оптимизация таблиц"
623
+
624
+ #: ../sentmail/sentmail-show.php:174
625
+ msgid ""
626
+ "Note: Please click <strong>Optimize Table</strong> button to delete all reports "
627
+ "except latest 10."
628
+ msgstr ""
629
+ "Заметка: Пожалуйста нажмите кнопку <strong>Оптимизация таблиц</strong> для удаления "
630
+ "всех уведомлений за исключением 10 последних."
631
+
632
+ #: ../sentmail/sentmail-preview.php:22 ../compose/compose-preview.php:21
633
+ msgid "Preview Mail"
634
+ msgstr "Предпросмотр письма"
635
+
636
+ #: ../sentmail/sentmail-preview.php:35 ../sentmail/deliverreport-show.php:117 ..
637
+ #: subscribers/view-subscriber-export.php:67 ../subscribers/view-subscriber-
638
+ #: import.php:188 ../compose/compose-preview.php:33
639
+ msgid "Back"
640
+ msgstr "Назад"
641
+
642
+ #: ../sentmail/deliverreport-show.php:13
643
+ msgid "Oops.. Unexpected error occurred. Please try again."
644
+ msgstr "К сожалению, произошла неожиданная ошибка. Пожалуйста, попробуйте снова."
645
+
646
+ #: ../sentmail/deliverreport-show.php:22
647
+ msgid "Delivery Report"
648
+ msgstr "Отчет о доставке"
649
+
650
+ #: ../sentmail/deliverreport-show.php:39 ../sentmail/deliverreport-show.php:51 ..
651
+ #: subscribers/view-subscriber-export.php:27 ../subscribers/view-subscriber-
652
+ #: export.php:35 ../subscribers/view-subscriber-show.php:324 ../subscribers/view-
653
+ #: subscriber-show.php:337
654
+ msgid "Sno"
655
+ msgstr ""
656
+
657
+ #: ../sentmail/deliverreport-show.php:40 ../sentmail/deliverreport-show.php:52
658
+ msgid "Email"
659
+ msgstr "Email"
660
+
661
+ #: ../sentmail/deliverreport-show.php:41 ../sentmail/deliverreport-show.php:53
662
+ msgid "Sent Date"
663
+ msgstr "Дата отправления"
664
+
665
+ #: ../sentmail/deliverreport-show.php:44 ../sentmail/deliverreport-show.php:56
666
+ msgid "Viewed Status"
667
+ msgstr "Статус просмотра"
668
+
669
+ #: ../sentmail/deliverreport-show.php:45 ../sentmail/deliverreport-show.php:57
670
+ msgid "Viewed Date"
671
+ msgstr "Дата просмотра"
672
+
673
+ #: ../sentmail/deliverreport-show.php:46 ../sentmail/deliverreport-show.php:58 ..
674
+ #: subscribers/view-subscriber-show.php:329 ../subscribers/view-subscriber-show. php:342
675
+ msgid "Database ID"
676
+ msgstr "ID в БД"
677
+
678
+ #: ../classes/es-loadwidget.php:24 ../classes/es-register.php:411 ..
679
+ #: subscribers/view-subscriber-show.php:326 ../subscribers/view-subscriber-show. php:339
680
+ msgid "Name"
681
+ msgstr "Имя"
682
+
683
+ #: ../classes/es-loadwidget.php:29 ../classes/es-register.php:416
684
+ msgid "Email *"
685
+ msgstr "Email *"
686
+
687
+ #: ../classes/es-loadwidget.php:34 ../classes/es-register.php:421
688
+ msgid "Subscribe"
689
+ msgstr "Подписаться"
690
+
691
+ #. Name of the plugin
692
+ #: ../classes/es-register.php:137 ../classes/es-register.php:138
693
+ msgid "Email Subscribers"
694
+ msgstr "Email Subscribers"
695
+
696
+ #: ../classes/es-register.php:140 ../classes/es-register.php:141
697
+ msgid "Subscribers"
698
+ msgstr "Подписчики"
699
+
700
+ #: ../classes/es-register.php:143 ../classes/es-register.php:144
701
+ msgid "Compose"
702
+ msgstr "Письма"
703
+
704
+ #: ../classes/es-register.php:146 ../classes/es-register.php:147 ..
705
+ #: notification/notification-show.php:44
706
+ msgid "Notification"
707
+ msgstr "Уведомления"
708
+
709
+ #: ../classes/es-register.php:149 ../classes/es-register.php:150 ..
710
+ #: sendmail/sendmail.php:93 ../sendmail/sendmail.php:236 ../sendmail/sendmail. php:238
711
+ msgid "Send Email"
712
+ msgstr "Отправить на e-mail"
713
+
714
+ #: ../classes/es-register.php:152
715
+ msgid "Cron"
716
+ msgstr "Cron"
717
+
718
+ #: ../classes/es-register.php:153
719
+ msgid "Cron Mail"
720
+ msgstr "Почта Cron"
721
+
722
+ #: ../classes/es-register.php:158 ../classes/es-register.php:159
723
+ msgid "Roles"
724
+ msgstr "Роли"
725
+
726
+ #: ../classes/es-register.php:164
727
+ msgid "Help & Info"
728
+ msgstr "Помощь и информация"
729
+
730
+ #: ../classes/es-register.php:165
731
+ msgid "<span style=\"color:#f18500;font-weight:bolder;\">Help & Info"
732
+ msgstr "<span style=\"color:#f18500;font-weight:bolder;\">Помощь & Информация"
733
+
734
+ #: ../classes/es-register.php:176
735
+ msgctxt "view-subscriber-enhanced-select"
736
+ msgid "Please enter subscriber email address."
737
+ msgstr "Пожалуйста, введите email адрес подписчика."
738
+
739
+ #: ../classes/es-register.php:177
740
+ msgctxt "view-subscriber-enhanced-select"
741
+ msgid "Please select subscriber email status."
742
+ msgstr "Пожалуйста, выберите статус подписки."
743
+
744
+ #: ../classes/es-register.php:178
745
+ msgctxt "view-subscriber-enhanced-select"
746
+ msgid "Please select or create group for this subscriber."
747
+ msgstr "Пожалуйста, выберите или создайте группу для этого подписчика."
748
+
749
+ #: ../classes/es-register.php:179
750
+ msgctxt "view-subscriber-enhanced-select"
751
+ msgid "Do you want to delete this record?"
752
+ msgstr "Вы действительно хотите удалить эту запись?"
753
+
754
+ #: ../classes/es-register.php:180
755
+ msgctxt "view-subscriber-enhanced-select"
756
+ msgid "Please select the bulk action."
757
+ msgstr "Пожалуйста, выберите массовое действие."
758
+
759
+ #: ../classes/es-register.php:181
760
+ msgctxt "view-subscriber-enhanced-select"
761
+ msgid "Do you want to delete selected record(s)?"
762
+ msgstr "Вы точно хотите удалить выбранные записи?"
763
+
764
+ #: ../classes/es-register.php:182
765
+ msgctxt "view-subscriber-enhanced-select"
766
+ msgid "Are you sure you want to delete?"
767
+ msgstr "Вы уверены, что хотите удалить?"
768
+
769
+ #: ../classes/es-register.php:183
770
+ msgctxt "view-subscriber-enhanced-select"
771
+ msgid ""
772
+ "Do you want to resend confirmation email? \\nAlso please note, this will update "
773
+ "subscriber current status to 'Unconfirmed'."
774
+ msgstr ""
775
+ "Вы действительно хотите отправить подтверждения email? \\nОбратите внимание, что это "
776
+ "обновит текущий статус на \"Неподтвержденный\"."
777
+
778
+ #: ../classes/es-register.php:184
779
+ msgctxt "view-subscriber-enhanced-select"
780
+ msgid "Please select new subscriber group."
781
+ msgstr "Выберите новую группу подписчиков."
782
+
783
+ #: ../classes/es-register.php:185
784
+ msgctxt "view-subscriber-enhanced-select"
785
+ msgid "Do you want to update subscribers group?"
786
+ msgstr "Вы действительно хотите обновить группы подписчиков?"
787
+
788
+ #: ../classes/es-register.php:186
789
+ msgctxt "view-subscriber-enhanced-select"
790
+ msgid "Do you want to export the emails?"
791
+ msgstr "Вы действительно хотите экспортировать эти email адреса?"
792
+
793
+ #: ../classes/es-register.php:187
794
+ msgctxt "view-subscriber-enhanced-select"
795
+ msgid "Please select only csv file. Please check official website for csv structure.."
796
+ msgstr ""
797
+ "Пожалуйста, выберите только файл CSV. Пожалуйста, проверьте официальный сайт "
798
+ "структуры Csv .."
799
+
800
+ #: ../classes/es-register.php:195
801
+ msgctxt "compose-enhanced-select"
802
+ msgid "Please enter name for configuration."
803
+ msgstr "Пожалуйста, введите имя для настроек."
804
+
805
+ #: ../classes/es-register.php:196
806
+ msgctxt "compose-enhanced-select"
807
+ msgid "Please select template for this configuration."
808
+ msgstr "Пожалуйста, выберите шаблон для данной конфигурации."
809
+
810
+ #: ../classes/es-register.php:197
811
+ msgctxt "compose-enhanced-select"
812
+ msgid "Do you want to delete this record?"
813
+ msgstr "Вы хотите удалить эту запись?"
814
+
815
+ #: ../classes/es-register.php:205
816
+ msgctxt "notification-enhanced-select"
817
+ msgid "Please select subscribers group."
818
+ msgstr "Выберите группу подписчиков."
819
+
820
+ #: ../classes/es-register.php:206
821
+ msgctxt "notification-enhanced-select"
822
+ msgid "Please select notification mail subject. Use compose menu to create new."
823
+ msgstr ""
824
+ "Пожалуйста, выберите тему уведомления по почте. Используйте меню создания сообщения "
825
+ "для создания новой."
826
+
827
+ #: ../classes/es-register.php:207
828
+ msgctxt "notification-enhanced-select"
829
+ msgid "Please select notification status."
830
+ msgstr "Пожалуйста, выберите состояние уведомления."
831
+
832
+ #: ../classes/es-register.php:208
833
+ msgctxt "notification-enhanced-select"
834
+ msgid "Do you want to delete this record?"
835
+ msgstr "Вы хотите удалить эту запись?"
836
+
837
+ #: ../classes/es-register.php:216
838
+ msgctxt "sendmail-enhanced-select"
839
+ msgid "Please select your mail subject."
840
+ msgstr "Пожалуйста, выберите тему письма."
841
+
842
+ #: ../classes/es-register.php:217
843
+ msgctxt "sendmail-enhanced-select"
844
+ msgid "Please select subscriber email status."
845
+ msgstr "Пожалуйста, выберите статус электронной почты подписчика."
846
+
847
+ #: ../classes/es-register.php:218
848
+ msgctxt "sendmail-enhanced-select"
849
+ msgid "Are you sure you want to send email to all selected email address?"
850
+ msgstr "Вы уверены, что хотите отправить электронную почту всем выбранным адресам?"
851
+
852
+ #: ../classes/es-register.php:230
853
+ msgctxt "sentmail-enhanced-select"
854
+ msgid "Do you want to delete this record?"
855
+ msgstr "Вы хотите удалить эту запись?"
856
+
857
+ #: ../classes/es-register.php:231
858
+ msgctxt "sentmail-enhanced-select"
859
+ msgid "Do you want to delete all records except latest 10?"
860
+ msgstr "Вы хотите удалить все записи, за исключением 10 последних?"
861
+
862
+ #: ../classes/es-register.php:239
863
+ msgctxt "roles-enhanced-select"
864
+ msgid "Please enter subscriber email address."
865
+ msgstr "Пожалуйста, введите email адрес подписчика."
866
+
867
+ #: ../classes/es-register.php:240
868
+ msgctxt "roles-enhanced-select"
869
+ msgid "Please select subscriber email status."
870
+ msgstr "Пожалуйста, выберите статус электронной почты подписчика."
871
+
872
+ #: ../classes/es-register.php:241
873
+ msgctxt "roles-enhanced-select"
874
+ msgid "Please select or create group for this subscriber."
875
+ msgstr "Пожалуйста, выберите или создайте группу для этого подписчика."
876
+
877
+ #: ../classes/es-register.php:249
878
+ msgctxt "cron-enhanced-select"
879
+ msgid "Please select enter number of mails you want to send per hour/trigger."
880
+ msgstr ""
881
+ "Пожалуйста, выберите введите количество писем, которые вы хотите отправить в час/"
882
+ "действие."
883
+
884
+ #: ../classes/es-register.php:250
885
+ msgctxt "cron-enhanced-select"
886
+ msgid "Please enter the mail count, only number."
887
+ msgstr "Пожалуйста, введите количество адресов, только цифры."
888
+
889
+ #: ../classes/es-register.php:263
890
+ msgctxt "widget-enhanced-select"
891
+ msgid "Please enter email address."
892
+ msgstr "Пожалуйста, введите email адрес."
893
+
894
+ #: ../classes/es-register.php:264
895
+ msgctxt "widget-enhanced-select"
896
+ msgid "Please provide a valid email address."
897
+ msgstr "Пожалуйста, введите корректный адрес электронной почты."
898
+
899
+ #: ../classes/es-register.php:265
900
+ msgctxt "widget-enhanced-select"
901
+ msgid "loading..."
902
+ msgstr "загрузка..."
903
+
904
+ #: ../classes/es-register.php:266
905
+ msgctxt "widget-enhanced-select"
906
+ msgid "Cannot create XMLHTTP instance"
907
+ msgstr "Невозможно создать экземпляр XMLHTTP"
908
+
909
+ #: ../classes/es-register.php:267
910
+ msgctxt "widget-enhanced-select"
911
+ msgid "Subscribed successfully."
912
+ msgstr "Успешно! Проверьте почту."
913
+
914
+ #: ../classes/es-register.php:268
915
+ msgctxt "widget-enhanced-select"
916
+ msgid ""
917
+ "You have successfully subscribed to the newsletter. You will receive a confirmation "
918
+ "email in a few minutes. Please follow the link in it to confirm your subscription. If "
919
+ "the email takes more than 15 minutes to appear in your mailbox, please check your "
920
+ "spam folder."
921
+ msgstr ""
922
+ "Вы успешно подписались на рассылку новостей. Вы получите подтверждение по электронной "
923
+ "почте в течение нескольких минут. Пожалуйста, перейдите по ссылке в нем, чтобы "
924
+ "подтвердить подписку. Если письмо не пришло в течении 15 минут, пожалуйста, проверьте "
925
+ "папку со спамом."
926
+
927
+ #: ../classes/es-register.php:269
928
+ msgctxt "widget-enhanced-select"
929
+ msgid "Email Address already exists."
930
+ msgstr "Email уже существует."
931
+
932
+ #: ../classes/es-register.php:270
933
+ msgctxt "widget-enhanced-select"
934
+ msgid "Oops.. Unexpected error occurred."
935
+ msgstr "К сожалению, произошла неожиданная ошибка."
936
+
937
+ #: ../classes/es-register.php:271
938
+ msgctxt "widget-enhanced-select"
939
+ msgid "Invalid email address."
940
+ msgstr "Некорректный адрес email."
941
+
942
+ #: ../classes/es-register.php:272
943
+ msgctxt "widget-enhanced-select"
944
+ msgid "Please try after some time."
945
+ msgstr "Пожалуйста, попробуйте через некоторое время."
946
+
947
+ #: ../classes/es-register.php:273
948
+ msgctxt "widget-enhanced-select"
949
+ msgid "There was a problem with the request."
950
+ msgstr "Проблема с запросом."
951
+
952
+ #: ../classes/es-register.php:280
953
+ msgctxt "widget-page-enhanced-select"
954
+ msgid "Please enter email address."
955
+ msgstr "Пожалуйста, введите email адрес."
956
+
957
+ #: ../classes/es-register.php:281
958
+ msgctxt "widget-page-enhanced-select"
959
+ msgid "Please provide a valid email address."
960
+ msgstr "Пожалуйста, введите корректный адрес электронной почты."
961
+
962
+ #: ../classes/es-register.php:282
963
+ msgctxt "widget-page-enhanced-select"
964
+ msgid "loading..."
965
+ msgstr "загрузка..."
966
+
967
+ #: ../classes/es-register.php:283
968
+ msgctxt "widget-page-enhanced-select"
969
+ msgid "Cannot create XMLHTTP instance"
970
+ msgstr "Невозможно создать экземпляр XMLHTTP"
971
+
972
+ #: ../classes/es-register.php:284
973
+ msgctxt "widget-page-enhanced-select"
974
+ msgid "Subscribed successfully."
975
+ msgstr "Успешно! Проверьте почту."
976
+
977
+ #: ../classes/es-register.php:285
978
+ msgctxt "widget-page-enhanced-select"
979
+ msgid ""
980
+ "You have successfully subscribed to the newsletter. You will receive a confirmation "
981
+ "email in a few minutes. Please follow the link in it to confirm your subscription. If "
982
+ "the email takes more than 15 minutes to appear in your mailbox, please check your "
983
+ "spam folder."
984
+ msgstr ""
985
+ "Вы успешно подписались на рассылку новостей. Вы получите подтверждение по электронной "
986
+ "почте в течение нескольких минут. Пожалуйста, перейдите по ссылке в нем, чтобы "
987
+ "подтвердить подписку. Если письмо не пришло в течении 15 минут, пожалуйста, проверьте "
988
+ "папку со спамом."
989
+
990
+ #: ../classes/es-register.php:286
991
+ msgctxt "widget-page-enhanced-select"
992
+ msgid "Email Address already exists."
993
+ msgstr "Email уже существует."
994
+
995
+ #: ../classes/es-register.php:287
996
+ msgctxt "widget-page-enhanced-select"
997
+ msgid "Oops.. Unexpected error occurred."
998
+ msgstr "К сожалению, произошла неожиданная ошибка."
999
+
1000
+ #: ../classes/es-register.php:288
1001
+ msgctxt "widget-page-enhanced-select"
1002
+ msgid "Invalid email address."
1003
+ msgstr "Некорректный адрес email."
1004
+
1005
+ #: ../classes/es-register.php:289
1006
+ msgctxt "widget-page-enhanced-select"
1007
+ msgid "Please try after some time."
1008
+ msgstr "Пожалуйста, попробуйте через некоторое время."
1009
+
1010
+ #: ../classes/es-register.php:290
1011
+ msgctxt "widget-page-enhanced-select"
1012
+ msgid "There was a problem with the request."
1013
+ msgstr "Проблема с запросом."
1014
+
1015
+ #: ../classes/es-register.php:456
1016
+ msgid "Widget Title"
1017
+ msgstr "Название виджета"
1018
+
1019
+ #: ../classes/es-register.php:460
1020
+ msgid "Display Name Field"
1021
+ msgstr "Отоброжаемое имя поля"
1022
+
1023
+ #: ../classes/es-register.php:467
1024
+ msgid "Short Description"
1025
+ msgstr "Краткое описание"
1026
+
1027
+ #: ../classes/es-register.php:469
1028
+ msgid "Short description about your subscription form."
1029
+ msgstr "Краткое описание о вашей форме подписки."
1030
+
1031
+ #: ../classes/es-register.php:472
1032
+ msgid "Subscriber Group"
1033
+ msgstr "Группа подписчика"
1034
+
1035
+ #: ../classes/es-common.php:8
1036
+ msgid "<span style=\"color:#006600;font-weight:bold;\">Confirmed</span>"
1037
+ msgstr "<span style=\"color:#006600;font-weight:bold;\">Подтвержден</span>"
1038
+
1039
+ #: ../classes/es-common.php:11
1040
+ msgid "<span style=\"color:#FF0000\">Unconfirmed</span>"
1041
+ msgstr "<span style=\"color:#FF0000\">Неподтвержден</span>"
1042
+
1043
+ #: ../classes/es-common.php:14
1044
+ msgid "<span style=\"color:#999900\">Unsubscribed</span>"
1045
+ msgstr "<span style=\"color:#999900\">Отписался</span>"
1046
+
1047
+ #: ../classes/es-common.php:17
1048
+ msgid "<span style=\"color:#0000FF\">Single Opt In</span>"
1049
+ msgstr "<span style=\"color:#0000FF\">Single Opt In</span>"
1050
+
1051
+ #: ../classes/es-common.php:20
1052
+ msgid "<span style=\"color:#00CC00;font-weight:bold\">Viewed</span>"
1053
+ msgstr "<span style=\"color:#00CC00;font-weight:bold\">Просмотрено</span>"
1054
+
1055
+ #: ../classes/es-common.php:23
1056
+ msgid "<span style=\"color:#999900;\">Nodata</span>"
1057
+ msgstr "<span style=\"color:#999900;\">Нет данных</span>"
1058
+
1059
+ #: ../classes/es-common.php:26
1060
+ msgid "<span style=\"color:#FF0000\">Disable</span>"
1061
+ msgstr "<span style=\"color:#FF0000\">Отклонено</span>"
1062
+
1063
+ #: ../classes/es-common.php:29
1064
+ msgid "<span style=\"color:#FF0000\">In Queue</span>"
1065
+ msgstr "<span style=\"color:#FF0000\">В очереди</span>"
1066
+
1067
+ #: ../classes/es-common.php:32
1068
+ msgid "<span style=\"color:#00FF00;font-weight:bold;\">Sent</span>"
1069
+ msgstr "<span style=\"color:#00FF00;font-weight:bold;\">Отправлено</span>"
1070
+
1071
+ #: ../classes/es-common.php:35
1072
+ msgid "<span style=\"color:#ffd700;font-weight:bold;\">Cron Mail</span>"
1073
+ msgstr "<span style=\"color:#ffd700;font-weight:bold;\">Cron Mail</span>"
1074
+
1075
+ #: ../classes/es-common.php:38
1076
+ msgid "<span style=\"color:#993399;\">Instant Mail</span>"
1077
+ msgstr "<span style=\"color:#993399;\">Мгновенне сообщение</span>"
1078
+
1079
+ #: ../subscribers/view-subscriber-add.php:28 ../subscribers/view-subscriber-add. php:119
1080
+ #: ../subscribers/view-subscriber-edit.php:43 ../subscribers/view-
1081
+ #: subscriber-edit.php:103
1082
+ msgid "Please enter subscriber email address."
1083
+ msgstr "Пожалуйста, введите email адрес подписчика."
1084
+
1085
+ #: ../subscribers/view-subscriber-add.php:45
1086
+ msgid "Please select or create your group for this email."
1087
+ msgstr "Пожалуйста, выберите или создать группу для этого email."
1088
+
1089
+ #: ../subscribers/view-subscriber-add.php:54 ../subscribers/view-subscriber-
1090
+ #: import.php:45
1091
+ msgid ""
1092
+ "Error: Special characters (['^$%&*()}{@#~?><>,|=_+\\\"]) are not allowed in the group "
1093
+ "name."
1094
+ msgstr "Ошибка: Спецсимволы (['^$%&*()}{@#~?><>,|=_+\\\"]) запрещены в названиях групп."
1095
+
1096
+ #: ../subscribers/view-subscriber-add.php:66
1097
+ msgid "Email was successfully inserted."
1098
+ msgstr "Подписчик успешно создан."
1099
+
1100
+ #: ../subscribers/view-subscriber-add.php:70
1101
+ msgid "Email already exist in our list."
1102
+ msgstr "Email уже есть в этом списке."
1103
+
1104
+ #: ../subscribers/view-subscriber-add.php:75
1105
+ msgid "Email is invalid."
1106
+ msgstr "Некорректный email."
1107
+
1108
+ #: ../subscribers/view-subscriber-add.php:92 ../subscribers/view-subscriber-add. php:101
1109
+ #: ../subscribers/view-subscriber-edit.php:86 ../subscribers/view-
1110
+ #: subscriber-import.php:107 ../subscribers/view-subscriber-import.php:138 ..
1111
+ #: notification/notification-edit.php:96 ../notification/notification-add.php:92
1112
+ #: ../compose/compose-edit.php:67 ../compose/compose-add.php:59
1113
+ msgid "Click here"
1114
+ msgstr "Нажмите здесь"
1115
+
1116
+ #: ../subscribers/view-subscriber-add.php:92 ../subscribers/view-subscriber-add. php:101
1117
+ #: ../subscribers/view-subscriber-edit.php:86 ../subscribers/view-
1118
+ #: subscriber-import.php:107 ../subscribers/view-subscriber-import.php:138 ..
1119
+ #: notification/notification-edit.php:97 ../compose/compose-edit.php:68
1120
+ #: compose/compose-add.php:60
1121
+ msgid " to view the details"
1122
+ msgstr "для подробностей"
1123
+
1124
+ #: ../subscribers/view-subscriber-add.php:111
1125
+ msgid "Add email"
1126
+ msgstr "Добавить email"
1127
+
1128
+ #: ../subscribers/view-subscriber-add.php:113 ../subscribers/view-subscriber-edit.
1129
+ #: php:97
1130
+ msgid "Enter full name"
1131
+ msgstr "Введите имя"
1132
+
1133
+ #: ../subscribers/view-subscriber-add.php:115 ../subscribers/view-subscriber-edit.
1134
+ #: php:99
1135
+ msgid "Please enter subscriber full name."
1136
+ msgstr "Пожалуйста, введите имя подписчика."
1137
+
1138
+ #: ../subscribers/view-subscriber-add.php:117 ../subscribers/view-subscriber-edit.
1139
+ #: php:101
1140
+ msgid "Enter email address."
1141
+ msgstr "Введите адрес email."
1142
+
1143
+ #: ../subscribers/view-subscriber-add.php:128 ../subscribers/view-subscriber-edit.
1144
+ #: php:112 ../subscribers/view-subscriber-import.php:162
1145
+ msgid "Please select subscriber email status."
1146
+ msgstr "Пожалуйста, выберите статус электронной почты подписчика."
1147
+
1148
+ #: ../subscribers/view-subscriber-add.php:130 ../subscribers/view-subscriber-
1149
+ #: import.php:164
1150
+ msgid "Select (or) Create Group"
1151
+ msgstr "Выбрать или создать группу"
1152
+
1153
+ #: ../subscribers/view-subscriber-add.php:132 ../subscribers/view-subscriber-sync.
1154
+ #: php:99 ../subscribers/view-subscriber-sync.php:130 ../subscribers/view-
1155
+ #: subscriber-edit.php:116 ../subscribers/view-subscriber-import.php:166 ..
1156
+ #: notification/notification-edit.php:131 ../notification/notification-add.php: 115
1157
+ #: ../notification/notification-add.php:139 ../sendmail/sendmail.php:106
1158
+ #: sendmail/sendmail.php:134 ../sendmail/sendmail.php:149
1159
+ msgid "Select"
1160
+ msgstr "Выбрать"
1161
+
1162
+ #: ../subscribers/view-subscriber-add.php:148 ../subscribers/view-subscriber-edit.
1163
+ #: php:140 ../subscribers/view-subscriber-import.php:182
1164
+ msgid "Please select or create group for this subscriber."
1165
+ msgstr "Пожалуйста, выберите или создайте группу для этого подписчика."
1166
+
1167
+ #: ../subscribers/view-subscriber-add.php:153 ../subscribers/view-subscriber-sync.
1168
+ #: php:156 ../subscribers/view-subscriber-edit.php:146 ..
1169
+ #: notification/notification-edit.php:254 ../notification/notification-add.php: 247
1170
+ #: ../compose/compose-edit.php:108 ../compose/compose-add.php:99 ../cron/cron-
1171
+ #: add.php:88 ../roles/roles-add.php:156
1172
+ msgid "Submit"
1173
+ msgstr "Сохранить"
1174
+
1175
+ #: ../subscribers/view-subscriber-sync.php:33 ../subscribers/view-subscriber-sync.
1176
+ #: php:119
1177
+ msgid "Please select default group to newly registered user."
1178
+ msgstr ""
1179
+ "Пожалуйста, выберите группу по умолчанию для вновь зарегистрировавшихся пользователей."
1180
+
1181
+ #: ../subscribers/view-subscriber-sync.php:39 ../subscribers/view-subscriber-sync.
1182
+ #: php:150
1183
+ msgid "Please select default group to newly commented user."
1184
+ msgstr "Пожалуйста, выберите группу по умолчанию для пользователей новых комментириев."
1185
+
1186
+ #: ../subscribers/view-subscriber-sync.php:56
1187
+ msgid "Sync email successfully updated."
1188
+ msgstr "Синхронизация email успешно завершена."
1189
+
1190
+ #: ../subscribers/view-subscriber-sync.php:88
1191
+ msgid "Sync email"
1192
+ msgstr "Синхронизация email"
1193
+
1194
+ #: ../subscribers/view-subscriber-sync.php:90
1195
+ msgid "Sync newly registered user"
1196
+ msgstr "Синхронизация недавно зарегистрировавшихся пользователей"
1197
+
1198
+ #: ../subscribers/view-subscriber-sync.php:95
1199
+ msgid "Automatically add a newly registered user email address to subscribers list."
1200
+ msgstr ""
1201
+ "Автоматически добавлять адрес электронной почты нового зарегистрированного "
1202
+ "пользователя в список подписчиков."
1203
+
1204
+ #: ../subscribers/view-subscriber-sync.php:97 ../subscribers/view-subscriber-sync.
1205
+ #: php:128
1206
+ msgid "Select default group"
1207
+ msgstr "Выберите группу по умолчанию"
1208
+
1209
+ #: ../subscribers/view-subscriber-sync.php:121
1210
+ msgid "Sync newly commented user"
1211
+ msgstr "Синхронизация недавно комментироваваших пользователей"
1212
+
1213
+ #: ../subscribers/view-subscriber-sync.php:126
1214
+ msgid ""
1215
+ "Automatically add a newly commented (who posted comments) user email address to "
1216
+ "subscribers list."
1217
+ msgstr ""
1218
+ "Автоматически добавлять адрес электронной почты пользователя, недавно оставившего "
1219
+ "комментирий на сайте, в список подписчиков."
1220
+
1221
+ #: ../subscribers/view-subscriber-export.php:22
1222
+ msgid "Export email address in csv format"
1223
+ msgstr "Эксопртировать email в csv формат"
1224
+
1225
+ #: ../subscribers/view-subscriber-export.php:28 ../subscribers/view-subscriber-
1226
+ #: export.php:36
1227
+ msgid "Export option"
1228
+ msgstr "Экспортировать настройки"
1229
+
1230
+ #: ../subscribers/view-subscriber-export.php:29 ../subscribers/view-subscriber-
1231
+ #: export.php:37
1232
+ msgid "Total email"
1233
+ msgstr "Всего email"
1234
+
1235
+ #: ../subscribers/view-subscriber-export.php:44
1236
+ msgid "Subscriber email address"
1237
+ msgstr "Адрес электронной почты подписчика"
1238
+
1239
+ #: ../subscribers/view-subscriber-export.php:46 ../subscribers/view-subscriber-
1240
+ #: export.php:52 ../subscribers/view-subscriber-export.php:58
1241
+ msgid "Click to export csv"
1242
+ msgstr "Нажмите для экспорта в csv"
1243
+
1244
+ #: ../subscribers/view-subscriber-export.php:50
1245
+ msgid "Registered email address"
1246
+ msgstr "Зарегистрированный адрес электронной почты"
1247
+
1248
+ #: ../subscribers/view-subscriber-export.php:56
1249
+ msgid "Comments author email address"
1250
+ msgstr "Комментарии автора адрес электронной почты"
1251
+
1252
+ #: ../subscribers/view-subscriber-export.php:65
1253
+ msgid "Add Email"
1254
+ msgstr "Добавить email"
1255
+
1256
+ #: ../subscribers/view-subscriber-export.php:66 ../subscribers/view-subscriber-
1257
+ #: show.php:445
1258
+ msgid "Import Email"
1259
+ msgstr "Импортировать email"
1260
+
1261
+ #: ../subscribers/view-subscriber-edit.php:54
1262
+ msgid "Error: Special characters are not allowed in the group name."
1263
+ msgstr "Ошибка: Спецсимволы не допускаются в названиях группы."
1264
+
1265
+ #: ../subscribers/view-subscriber-edit.php:66
1266
+ msgid "Email was successfully updated."
1267
+ msgstr "Подписчик успешно обновлен."
1268
+
1269
+ #: ../subscribers/view-subscriber-edit.php:70
1270
+ msgid "Email already exist for this group."
1271
+ msgstr "Email уже есть в этой группе."
1272
+
1273
+ #: ../subscribers/view-subscriber-edit.php:95
1274
+ msgid "Edit email"
1275
+ msgstr "Редактирование подписчика"
1276
+
1277
+ #: ../subscribers/view-subscriber-edit.php:114 ../subscribers/view-subscriber-
1278
+ #: show.php:328 ../subscribers/view-subscriber-show.php:341
1279
+ msgid "Group"
1280
+ msgstr "Группы"
1281
+
1282
+ #: ../subscribers/view-subscriber-import.php:103
1283
+ msgid "Email(s) was successfully imported."
1284
+ msgstr "Адрес(а) email были успешно импортированы."
1285
+
1286
+ #: ../subscribers/view-subscriber-import.php:104
1287
+ msgid "Email(s) are already in our database."
1288
+ msgstr "Адрес(а) email уже находятся в нашей базе данных."
1289
+
1290
+ #: ../subscribers/view-subscriber-import.php:105
1291
+ msgid "Email(s) are invalid."
1292
+ msgstr "Некорректные email адрес(а)."
1293
+
1294
+ #: ../subscribers/view-subscriber-import.php:115
1295
+ msgid "File upload failed or no data available in the csv file."
1296
+ msgstr "неудалось загрузить файл, либо отсутствуют данные в csv файле."
1297
+
1298
+ #: ../subscribers/view-subscriber-import.php:149
1299
+ msgid "Upload email"
1300
+ msgstr "Загрузка email"
1301
+
1302
+ #: ../subscribers/view-subscriber-import.php:150
1303
+ msgid "Select csv file"
1304
+ msgstr "Выбрать csv файл"
1305
+
1306
+ #: ../subscribers/view-subscriber-import.php:152
1307
+ msgid "Select the input csv file. Check official website for csv structure : "
1308
+ msgstr "Выберите файл ввода в формате CSV. Проверьте официальный сайт структуры сsv:"
1309
+
1310
+ #: ../subscribers/view-subscriber-import.php:153
1311
+ msgid "click here"
1312
+ msgstr "нажмите здесь"
1313
+
1314
+ #: ../subscribers/view-subscriber-import.php:187
1315
+ msgid "Upload CSV"
1316
+ msgstr "Загрузка CSV"
1317
+
1318
+ #: ../subscribers/view-subscriber-show.php:11 ../compose/compose-show.php:13 ..
1319
+ #: sendmail/sendmail.php:17
1320
+ msgid "Click Here"
1321
+ msgstr "Нажмите здесь"
1322
+
1323
+ #: ../subscribers/view-subscriber-show.php:72 ../subscribers/view-subscriber-show.
1324
+ #: php:125
1325
+ msgid "To send confirmation mail, Please change the Opt-in option to Double Opt In."
1326
+ msgstr ""
1327
+ "Для того, чтобы отправить подтверждение по электронной почте, пожалуйста, измените "
1328
+ "Opt-in опцию Double Opt In."
1329
+
1330
+ #: ../subscribers/view-subscriber-show.php:81
1331
+ msgid "Confirmation email resent successfully."
1332
+ msgstr "Подтверждение по электронной почте выполненно успешно."
1333
+
1334
+ #: ../subscribers/view-subscriber-show.php:110 ../subscribers/view-subscriber-
1335
+ #: show.php:156 ../subscribers/view-subscriber-show.php:201
1336
+ msgid "Oops, No record was selected."
1337
+ msgstr "К сожалению, не быюбрана запись."
1338
+
1339
+ #: ../subscribers/view-subscriber-show.php:150
1340
+ msgid "Confirmation email(s) resent successfully."
1341
+ msgstr "Подтверждение email адреса(ов) успешно отправлено(ы)."
1342
+
1343
+ #: ../subscribers/view-subscriber-show.php:186
1344
+ msgid "Selected subscribers group was successfully updated."
1345
+ msgstr "Выбранные группы подписчиков были успешно обновлены."
1346
+
1347
+ #: ../subscribers/view-subscriber-show.php:192
1348
+ msgid "Oops, New group name was not selected."
1349
+ msgstr "К сожалению, небыло выюрано новое название группы."
1350
+
1351
+ #: ../subscribers/view-subscriber-show.php:233 ../subscribers/view-subscriber-
1352
+ #: show.php:444 ../notification/notification-show.php:45 ..
1353
+ #: notification/notification-show.php:140 ../compose/compose-show.php:56
1354
+ #: compose/compose-show.php:112
1355
+ msgid "Add New"
1356
+ msgstr "Добавить"
1357
+
1358
+ #: ../subscribers/view-subscriber-show.php:280
1359
+ msgid "All Groups"
1360
+ msgstr "Все группы"
1361
+
1362
+ #: ../subscribers/view-subscriber-show.php:299
1363
+ msgid "All Status"
1364
+ msgstr "Все статусы"
1365
+
1366
+ #: ../subscribers/view-subscriber-show.php:300
1367
+ msgid "Confirmed"
1368
+ msgstr "Подтвержденный"
1369
+
1370
+ #: ../subscribers/view-subscriber-show.php:301
1371
+ msgid "Unconfirmed"
1372
+ msgstr "Неподтвержденный"
1373
+
1374
+ #: ../subscribers/view-subscriber-show.php:302
1375
+ msgid "Unsubscribed"
1376
+ msgstr "Отписался"
1377
+
1378
+ #: ../subscribers/view-subscriber-show.php:325 ../subscribers/view-subscriber-
1379
+ #: show.php:338
1380
+ msgid "Email address"
1381
+ msgstr "Адрес Email"
1382
+
1383
+ #: ../subscribers/view-subscriber-show.php:374 ../notification/notification-show. php:87
1384
+ #: ../compose/compose-show.php:93 ../compose/compose-preview.php:34
1385
+ msgid "Edit"
1386
+ msgstr "Редактировать"
1387
+
1388
+ #: ../subscribers/view-subscriber-show.php:377 ../subscribers/view-subscriber-
1389
+ #: show.php:422 ../notification/notification-show.php:90 ../compose/compose-show. php:94
1390
+ msgid "Delete"
1391
+ msgstr "Удалить"
1392
+
1393
+ #: ../subscribers/view-subscriber-show.php:385 ../subscribers/view-subscriber-
1394
+ #: show.php:423
1395
+ msgid "Resend Confirmation"
1396
+ msgstr "Переслать подтверждение"
1397
+
1398
+ #: ../subscribers/view-subscriber-show.php:401
1399
+ msgid "No records available. Please use the above alphabet search button to search."
1400
+ msgstr "Нет доступных записпей. Пожалуйста, используйте кнопку алфавита для поиска."
1401
+
1402
+ #: ../subscribers/view-subscriber-show.php:421
1403
+ msgid "Bulk Actions"
1404
+ msgstr "Массовые действия"
1405
+
1406
+ #: ../subscribers/view-subscriber-show.php:424
1407
+ msgid "Update Subscribers Group"
1408
+ msgstr "Обновление группы подписчиков"
1409
+
1410
+ #: ../subscribers/view-subscriber-show.php:427
1411
+ msgid "Select Group"
1412
+ msgstr "Выбрать группу"
1413
+
1414
+ #: ../subscribers/view-subscriber-show.php:441
1415
+ msgid "Apply"
1416
+ msgstr "Применить"
1417
+
1418
+ #: ../subscribers/view-subscriber-show.php:446
1419
+ msgid "Export Email"
1420
+ msgstr "Экспортировать email"
1421
+
1422
+ #: ../subscribers/view-subscriber-show.php:447
1423
+ msgid "Sync Email"
1424
+ msgstr "Синхронизация email"
1425
+
1426
+ #. Description of the plugin
1427
+ msgid ""
1428
+ "Add subscription form on website, send HTML newsletters to subscribers & "
1429
+ "automatically notify them about new blog posts once it gets published."
1430
+ msgstr ""
1431
+ "Добавляйие форму подписки на веб-сайте, отправляйте HTML рассылку новостей "
1432
+ "подписчикам и автоматически уведомляйте их о новых сообщениях в блоге, как только они "
1433
+ "будут опубликована."
1434
+
1435
+ #. URI of the plugin
1436
+ msgid "http://www.storeapps.org"
1437
+ msgstr "http://www.storeapps.org"
1438
+
1439
+ #: ../notification/notification-edit.php:55 ../notification/notification-add.php:44
1440
+ msgid "Please select notification mail subject. Use compose menu to create new."
1441
+ msgstr ""
1442
+ "Пожалуйста, выберите тему уведомления по почте. Используйте меню создания сообщения "
1443
+ "для создания новой."
1444
+
1445
+ #: ../notification/notification-edit.php:61 ../notification/notification-edit.php: 153
1446
+ #: ../notification/notification-add.php:50
1447
+ msgid "Please select post categories."
1448
+ msgstr "Пожалуйста, выберите категории записей."
1449
+
1450
+ #: ../notification/notification-edit.php:83
1451
+ msgid "Notification was successfully updated."
1452
+ msgstr "Уведомление успешно обновлено."
1453
+
1454
+ #: ../notification/notification-edit.php:107
1455
+ msgid "Edit Notification"
1456
+ msgstr "Редактировать уведомление"
1457
+
1458
+ #: ../notification/notification-edit.php:113 ../notification/notification-add.php: 109
1459
+ #: ../notification/notification-show.php:56 ../notification/notification-show. php:64
1460
+ msgid "Subscribers Group"
1461
+ msgstr "Группа подписчиков"
1462
+
1463
+ #: ../notification/notification-edit.php:125 ../notification/notification-add.php: 133
1464
+ msgid "Notification Mail"
1465
+ msgstr "Письмо уведомления"
1466
+
1467
+ #: ../notification/notification-edit.php:152 ../notification/notification-add.php: 158
1468
+ msgid "Post Categories"
1469
+ msgstr "Категория записей"
1470
+
1471
+ #: ../notification/notification-edit.php:188 ../notification/notification-add.php: 187
1472
+ #: ../sendmail/sendmail.php:169
1473
+ msgid "Check All"
1474
+ msgstr "Выбрать всех"
1475
+
1476
+ #: ../notification/notification-edit.php:189 ../notification/notification-add.php: 188
1477
+ #: ../sendmail/sendmail.php:170
1478
+ msgid "Uncheck All"
1479
+ msgstr "Отменить всех"
1480
+
1481
+ #: ../notification/notification-edit.php:196
1482
+ msgid "Please select your custom post type (Optional)."
1483
+ msgstr "Пожалуйста, выберите пользовательский тип записи (опционально)."
1484
+
1485
+ #: ../notification/notification-edit.php:237 ../notification/notification-add.php: 231
1486
+ #: ../notification/notification-show.php:58 ../notification/notification-show. php:66
1487
+ msgid "Notification Status"
1488
+ msgstr "Статус уведомления"
1489
+
1490
+ #: ../notification/notification-edit.php:238 ../notification/notification-add.php: 38
1491
+ msgid "Please select notification status."
1492
+ msgstr "Пожалуйста, выберите состояние уведомления."
1493
+
1494
+ #: ../notification/notification-add.php:32
1495
+ msgid "Please select subscribers group."
1496
+ msgstr "Выберите группу подписчиков."
1497
+
1498
+ #: ../notification/notification-add.php:103
1499
+ msgid "Add Notification"
1500
+ msgstr "Добавить уведомление"
1501
+
1502
+ #: ../notification/notification-show.php:55 ../notification/notification-show.php: 63
1503
+ msgid "Mail Subject"
1504
+ msgstr "Тема письма"
1505
+
1506
+ #: ../notification/notification-show.php:57 ../notification/notification-show.php: 65
1507
+ msgid "Categories / Custom Post"
1508
+ msgstr "Категории / Пользовательские сообщения"
1509
+
1510
+ #: ../compose/compose-edit.php:41 ../compose/compose-add.php:28
1511
+ msgid "Please enter template heading."
1512
+ msgstr "Пожалуйста, введите заголовок шаблона."
1513
+
1514
+ #: ../compose/compose-edit.php:54
1515
+ msgid "Template was successfully updated."
1516
+ msgstr "Шаблон успешно обновлен."
1517
+
1518
+ #: ../compose/compose-edit.php:78 ../compose/compose-show.php:55 ..
1519
+ #: compose/compose-add.php:69
1520
+ msgid "Compose Mail"
1521
+ msgstr "Написать письмо"
1522
+
1523
+ #: ../compose/compose-edit.php:80 ../compose/compose-add.php:71 ..
1524
+ #: sendmail/sendmail.php:128
1525
+ msgid "Mail Type"
1526
+ msgstr "Тип письма"
1527
+
1528
+ #: ../compose/compose-edit.php:82 ../compose/compose-add.php:73
1529
+ msgid "Static Template (For Newsletter Email)"
1530
+ msgstr "Статический шаблон (для рассылки по электронной почте)"
1531
+
1532
+ #: ../compose/compose-edit.php:83 ../compose/compose-add.php:74
1533
+ msgid "Dynamic Template (For Notification Email)"
1534
+ msgstr "Динамический шаблон (для уведомлений по электронной почте)"
1535
+
1536
+ #: ../compose/compose-edit.php:85
1537
+ msgid "Please select your mail type"
1538
+ msgstr "Пожалуйста, выберите тип письма"
1539
+
1540
+ #: ../compose/compose-edit.php:87 ../compose/compose-add.php:78
1541
+ msgid "Enter Mail Subject"
1542
+ msgstr "Введите тему письма"
1543
+
1544
+ #: ../compose/compose-edit.php:89 ../compose/compose-add.php:80
1545
+ msgid "Please enter your mail subject. Keyword: ###POSTTITLE###"
1546
+ msgstr "Пожалуйтса, введите тему ваших писем. Ключевое слово: ###POSTTITLE###"
1547
+
1548
+ #: ../compose/compose-edit.php:91 ../compose/compose-add.php:82
1549
+ msgid "Mail Content"
1550
+ msgstr "Содержимое письма"
1551
+
1552
+ #: ../compose/compose-edit.php:95 ../compose/compose-add.php:86
1553
+ msgid "Please enter content for your mail"
1554
+ msgstr "Пожалуйста, введите содержание для ваших писем"
1555
+
1556
+ #: ../compose/compose-edit.php:96 ../compose/compose-add.php:87
1557
+ msgid ""
1558
+ "Keywords: ###POSTTITLE###, ###POSTLINK###, ###POSTIMAGE###, ###POSTDESC###, "
1559
+ "###POSTFULL###, ###DATE###, ###POSTLINK-ONLY###, ###POSTLINK-WITHTITLE###"
1560
+ msgstr ""
1561
+ "Ключевые слова: ###POSTTITLE###, ###POSTLINK###, ###POSTIMAGE###, ###POSTDESC###, "
1562
+ "###POSTFULL###, ###DATE###, ###POSTLINK-ONLY###, ###POSTLINK-WITHTITLE###"
1563
+
1564
+ #: ../compose/compose-edit.php:101 ../compose/compose-add.php:92
1565
+ msgid "Published"
1566
+ msgstr "Опубликовано"
1567
+
1568
+ #: ../compose/compose-edit.php:103 ../compose/compose-add.php:94
1569
+ msgid "Please select your mail status"
1570
+ msgstr "Пожалуйста, выберите статус письма"
1571
+
1572
+ #: ../compose/compose-show.php:66 ../compose/compose-show.php:74
1573
+ msgid "Email subject"
1574
+ msgstr "Тема сообщения"
1575
+
1576
+ #: ../compose/compose-add.php:40
1577
+ msgid "Template was successfully created."
1578
+ msgstr "Шаблон успешно созздан."
1579
+
1580
+ #: ../compose/compose-add.php:76 ../sendmail/sendmail.php:52
1581
+ msgid "Please select your mail type."
1582
+ msgstr "Пожалуйста, выберите тип письма."
1583
+
1584
+ #: ../cron/cron-add.php:21
1585
+ msgid "Please enter valid mail count."
1586
+ msgstr "Пожалуйста, введите количество адресов крректно."
1587
+
1588
+ #: ../cron/cron-add.php:31
1589
+ msgid "Cron details successfully updated."
1590
+ msgstr "Детали Cron успешно обновлены."
1591
+
1592
+ #: ../cron/cron-add.php:71
1593
+ msgid "Cron Details"
1594
+ msgstr "Детали Cron"
1595
+
1596
+ #: ../cron/cron-add.php:74
1597
+ msgid "Cron job URL"
1598
+ msgstr "URL задачи Cron"
1599
+
1600
+ #: ../cron/cron-add.php:76
1601
+ msgid ""
1602
+ "Please find your cron job URL. This is readonly field not able to modify from admin."
1603
+ msgstr ""
1604
+ "Необходима ссылка на задачу планировщика CRON. Это поле типа \"только для чтения\" не "
1605
+ "может изменяться администратором."
1606
+
1607
+ #: ../cron/cron-add.php:78
1608
+ msgid "Mail Count"
1609
+ msgstr "Количество писем"
1610
+
1611
+ #: ../cron/cron-add.php:80
1612
+ msgid "Enter number of mails you want to send per hour/trigger."
1613
+ msgstr "Введите количество писем, которые вы хотите отправить в час/действие."
1614
+
1615
+ #: ../cron/cron-add.php:82
1616
+ msgid "Admin Report"
1617
+ msgstr "Отчет администратора"
1618
+
1619
+ #: ../cron/cron-add.php:84
1620
+ msgid ""
1621
+ "Send above mail to admin whenever cron URL triggered in your server.<br />(Keywords: "
1622
+ "###DATE###, ###SUBJECT###, ###COUNT###)"
1623
+ msgstr ""
1624
+ "Отправлять письмо администратору всякий раз, когда задача cron на вашем сервере "
1625
+ "выполненна.<br />(Ключевые слова: ###DATE###, ###SUBJECT###, ###COUNT###)"
1626
+
1627
+ #: ../cron/cron-add.php:97
1628
+ msgid "How to setup auto emails using CRON Job through the cPanel or Plesk?"
1629
+ msgstr "Как настроить автоматические письма используя CRON на cPanel или Plesk?"
1630
+
1631
+ #: ../cron/cron-add.php:98
1632
+ msgid ""
1633
+ "<a target=\"_blank\" href=\"http://www.storeapps.org/docs/es-how-to-schedule-cron-"
1634
+ "emails-in-parallels-plesk/\">Setup cron job in Plesk</a>"
1635
+ msgstr ""
1636
+ "<a target=\"_blank\" href=\"http://www.storeapps.org/docs/es-how-to-schedule-cron-"
1637
+ "emails-in-parallels-plesk/\">Установка задач cron в панели Plesk</a>"
1638
+
1639
+ #: ../cron/cron-add.php:99
1640
+ msgid ""
1641
+ "<a target=\"_blank\" href=\"http://www.storeapps.org/docs/es-how-to-schedule-cron-"
1642
+ "emails-in-cpanel/\">Setup cron job in cPanal</a>"
1643
+ msgstr ""
1644
+ "<a target=\"_blank\" href=\"http://www.storeapps.org/docs/es-how-to-schedule-cron-"
1645
+ "emails-in-cpanel/\">Установка задач cron в панели cPanal</a>"
1646
+
1647
+ #: ../cron/cron-add.php:100
1648
+ msgid ""
1649
+ "<a target=\"_blank\" href=\"http://www.storeapps.org/docs/es-what-to-do-if-hosting-"
1650
+ "doesnt-support-cron-jobs/\">Hosting doesnt support cron jobs?</a>"
1651
+ msgstr ""
1652
+ "<a target=\"_blank\" href=\"http://www.storeapps.org/docs/es-what-to-do-if-hosting-"
1653
+ "doesnt-support-cron-jobs/\">Хостинг не поддерживает задачи cron?</a>"
1654
+
1655
+ #: ../sendmail/sendmail.php:39
1656
+ msgid "Please select your mail subject."
1657
+ msgstr "Пожалуйста, выберите тему письма."
1658
+
1659
+ #: ../sendmail/sendmail.php:46
1660
+ msgid "No email address selected."
1661
+ msgstr "Нет выбранных email адресов."
1662
+
1663
+ #: ../sendmail/sendmail.php:59
1664
+ msgid "Mail sent successfully"
1665
+ msgstr "Письмо отправлено успешно"
1666
+
1667
+ #: ../sendmail/sendmail.php:64
1668
+ msgid "Click here for details"
1669
+ msgstr "Нажмите здесь для подробностей"
1670
+
1671
+ #: ../sendmail/sendmail.php:71
1672
+ msgid "Oops.. We are getting some error. mail not sending."
1673
+ msgstr сожалению, мы получили ошибки. письмо не отправлено."
1674
+
1675
+ #: ../sendmail/sendmail.php:100
1676
+ msgid "Select your mail subject"
1677
+ msgstr "Выберите тему сообщения"
1678
+
1679
+ #: ../sendmail/sendmail.php:101
1680
+ msgid ""
1681
+ "Select a mail subject from available list. Go to Compose page to create new mail."
1682
+ msgstr ""
1683
+ "Выберите тему сообщения из списка доступных. Перейти на страницу Написать, чтобы "
1684
+ "создать новое письмо."
1685
+
1686
+ #: ../sendmail/sendmail.php:143
1687
+ msgid "Select subscriber group"
1688
+ msgstr "Выбрать группу подписчиков"
1689
+
1690
+ #: ../roles/roles-add.php:95
1691
+ msgid "Roles and Capabilities"
1692
+ msgstr "Роли и возможности"
1693
+
1694
+ #: ../roles/roles-add.php:97
1695
+ msgid "Subscribers Menu"
1696
+ msgstr "Меню подписчиков"
1697
+
1698
+ #: ../roles/roles-add.php:99 ../roles/roles-add.php:107 ../roles/roles-add.php: 115
1699
+ #: ../roles/roles-add.php:123 ../roles/roles-add.php:131 ../roles/roles-add. php:139
1700
+ #: ../roles/roles-add.php:147
1701
+ msgid "Administrator Only"
1702
+ msgstr "Тоьлко администратор"
1703
+
1704
+ #: ../roles/roles-add.php:100 ../roles/roles-add.php:108 ../roles/roles-add.php: 116
1705
+ #: ../roles/roles-add.php:124 ../roles/roles-add.php:132 ../roles/roles-add. php:140
1706
+ #: ../roles/roles-add.php:148
1707
+ msgid "Administrator/Editor"
1708
+ msgstr "Администратор/Редактор"
1709
+
1710
+ #: ../roles/roles-add.php:101 ../roles/roles-add.php:109 ../roles/roles-add.php: 117
1711
+ #: ../roles/roles-add.php:125 ../roles/roles-add.php:133 ../roles/roles-add. php:141
1712
+ #: ../roles/roles-add.php:149
1713
+ msgid "Administrator/Editor/Author/Contributor"
1714
+ msgstr "Администратор/Редактор/Автор/Участник"
1715
+
1716
+ #: ../roles/roles-add.php:103
1717
+ msgid ""
1718
+ "Select user role to access plugin Subscribers Menu. Only Admin user can change this "
1719
+ "value."
1720
+ msgstr ""
1721
+ "Выберите роль пользователя для доступа к меню Подписчики . Только Администратор может "
1722
+ "изменить это значение."
1723
+
1724
+ #: ../roles/roles-add.php:105
1725
+ msgid "Compose Menu"
1726
+ msgstr "Составить меню "
1727
+
1728
+ #: ../roles/roles-add.php:111
1729
+ msgid ""
1730
+ "Select user role to access plugin Compose Menu. Only Admin user can change this value."
1731
+ msgstr ""
1732
+ "Выберите роль пользователя для доступа к меню плагинов Compose. Только Администратор "
1733
+ "может изменить это значение."
1734
+
1735
+ #: ../roles/roles-add.php:113
1736
+ msgid "Notification Menu"
1737
+ msgstr "Меню уведомления"
1738
+
1739
+ #: ../roles/roles-add.php:119
1740
+ msgid ""
1741
+ "Select user role to access plugin Notification Menu. Only Admin user can change this "
1742
+ "value."
1743
+ msgstr ""
1744
+ "Выберите роль пользователя для доступа к меню уведомления. Только Администратор может "
1745
+ "изменить это значение."
1746
+
1747
+ #: ../roles/roles-add.php:121
1748
+ msgid "Send Email Menu/Cron Menu"
1749
+ msgstr "Отправить Email Menu/Cron Menu"
1750
+
1751
+ #: ../roles/roles-add.php:127
1752
+ msgid ""
1753
+ "Select user role to access plugin Send Email Menu. Only Admin user can change this "
1754
+ "value."
1755
+ msgstr ""
1756
+ "Выберите роль пользователя для доступа к Меню Отправить по электронной почте. Только "
1757
+ "Администратор может изменить это значение."
1758
+
1759
+ #: ../roles/roles-add.php:129
1760
+ msgid "Settings Menu"
1761
+ msgstr "Меню настроек"
1762
+
1763
+ #: ../roles/roles-add.php:135
1764
+ msgid ""
1765
+ "Select user role to access plugin Settings Menu. Only Admin user can change this "
1766
+ "value."
1767
+ msgstr ""
1768
+ "Выберите роль пользователя для доступа к Меню Настроек. Только Администратор может "
1769
+ "изменить это значение."
1770
+
1771
+ #: ../roles/roles-add.php:137
1772
+ msgid "Sent Mails Menu"
1773
+ msgstr "Меню отправленных писем"
1774
+
1775
+ #: ../roles/roles-add.php:143
1776
+ msgid ""
1777
+ "Select user role to access plugin Sent Mails Menu. Only Admin user can change this "
1778
+ "value."
1779
+ msgstr ""
1780
+ "Выберите роль пользователя для доступа к Меню Отправить сообщения. Только "
1781
+ "Администратор может изменить это значение."
1782
+
1783
+ #: ../roles/roles-add.php:145
1784
+ msgid "Help & Info Menu"
1785
+ msgstr "Помощь и информационное меню"
1786
+
1787
+ #: ../roles/roles-add.php:151
1788
+ msgid ""
1789
+ "Select user role to access plugin Help & Info Menu. Only Admin user can change this "
1790
+ "value."
1791
+ msgstr ""
1792
+ "Выберите роль пользователя для доступа плагин Помощь & Info Menu. Только "
1793
+ "Администратор может изменить это значение."
1794
+
1795
+ #: ../help/help.php:44
1796
+ msgid "Welcome to Email Subscribers!"
1797
+ msgstr "Добро пожаловать в Email Subscribers!"
1798
+
1799
+ #: ../help/help.php:45
1800
+ msgid "Thanks for installing and we hope you will enjoy using Email Subscribers."
1801
+ msgstr "Благодарим за установку, мы надеемся, что вам понравится Email Subscribers."
1802
+
1803
+ #: ../help/help.php:49
1804
+ msgid "For more help and tips..."
1805
+ msgstr "Для получения дополнительной помощи и советов..."
1806
+
1807
+ #: ../help/help.php:93
1808
+ msgid "Frequently Asked Questions"
1809
+ msgstr "Часто задаваемые вопросы"
1810
+
1811
+ #: ../help/help.php:104
1812
+ msgid "How to setup subscription box widget?"
1813
+ msgstr "Как настроить виджет подписки?"
1814
+
1815
+ #: ../help/help.php:111
1816
+ msgid "How to add unsubscribe link in welcome email?"
1817
+ msgstr "Как добавить ссылку \"отказа от подписки\" в приветственном письме?"
1818
+
1819
+ #: ../help/help.php:119
1820
+ msgid "How to change/update/translate any text from the plugin?"
1821
+ msgstr "Как изменить/обновить/перевести любой текст в плагине?"
1822
+
1823
+ #: ../help/help.php:120
1824
+ msgid ""
1825
+ "Refer steps from <a target=\"_blank\" href=\"http://www.storeapps.org/docs/es-how-to-"
1826
+ "change-update-translate-any-texts-from-email-subscribers/\">here</a>."
1827
+ msgstr ""
1828
+ "Смотрите шаги <a target=\"_blank\" href=\"http://www.storeapps.org/docs/es-how-to-"
1829
+ "change-update-translate-any-texts-from-email-subscribers/\">здесь</a>."
1830
+
1831
+ #: ../help/help.php:123
1832
+ msgid "How to setup auto emails using CRON Job?"
1833
+ msgstr "Как настроить автоматичкские письма используя задачи CRON?"
1834
+
1835
+ #: ../help/help.php:124
1836
+ msgid ""
1837
+ " 1. <a target=\"_blank\" href=\"http://www.storeapps.org/docs/es-how-to-schedule-cron-"
1838
+ "emails-in-cpanel/\">Setup cron job in Plesk</a><br>\n"
1839
+ "\t\t\t\t\t\t\t\t\t\t 2. <a target=\"_blank\" href=\"http://www.storeapps.org/docs/"
1840
+ "es-how-to-schedule-cron-emails-in-parallels-plesk/\">Setup cron job in cPanal</"
1841
+ "a><br>\n"
1842
+ "\t\t\t\t\t\t\t\t\t\t 3. <a target=\"_blank\" href=\"http://www.storeapps.org/docs/"
1843
+ "es-what-to-do-if-hosting-doesnt-support-cron-jobs/\">Hosting doesnt support cron jobs?"
1844
+ "</a>"
1845
+ msgstr ""
1846
+ " 1. <a target=\"_blank\" href=\"http://www.storeapps.org/docs/es-how-to-schedule-cron-"
1847
+ "emails-in-cpanel/\">Установка задач cron в панели Plesk</a><br>\n"
1848
+ "\t\t\t\t\t\t\t\t\t\t 2. <a target=\"_blank\" href=\"http://www.storeapps.org/docs/"
1849
+ "es-how-to-schedule-cron-emails-in-parallels-plesk/\">Установка задач cron в панели "
1850
+ "cPanal</a><br>\n"
1851
+ "\t\t\t\t\t\t\t\t\t\t 3. <a target=\"_blank\" href=\"http://www.storeapps.org/docs/"
1852
+ "es-what-to-do-if-hosting-doesnt-support-cron-jobs/\">Хостинг не поддерживает задачи "
1853
+ "cron?</a>"
1854
+
1855
+ #: ../help/help.php:129
1856
+ msgid "Notification Emails are not being received by Subscribers?"
1857
+ msgstr "Уведомления по электронной почте не поступают от абонентов?"
1858
+
1859
+ #: ../help/help.php:130
1860
+ #, php-format
1861
+ msgid "Confirm steps from %s."
1862
+ msgstr "Повторить шаги с %s."
1863
+
1864
+ #: ../help/help.php:130 ../help/help.php:134 ../help/help.php:138 ../help/help. php:142
1865
+ #: ../help/help.php:146 ../help/help.php:150 ../help/help.php:154 .. help/help.php:158
1866
+ #: ../help/help.php:162 ../help/help.php:166
1867
+ msgid "here"
1868
+ msgstr "здесь"
1869
+
1870
+ #: ../help/help.php:133
1871
+ msgid "How to import and export email address to subscriber list?"
1872
+ msgstr "Как импортировать и экспортировать адреса электронной почты списка подписчиков?"
1873
+
1874
+ #: ../help/help.php:134 ../help/help.php:138 ../help/help.php:142 ../help/help. php:146
1875
+ #: ../help/help.php:150 ../help/help.php:154 ../help/help.php:158 .. help/help.php:162
1876
+ #, php-format
1877
+ msgid "Refer %s."
1878
+ msgstr "Ответ %s."
1879
+
1880
+ #: ../help/help.php:137
1881
+ msgid "How to Compose and Send static newsletter mails?"
1882
+ msgstr "Как создавать и отправлять статические письма?"
1883
+
1884
+ #: ../help/help.php:141
1885
+ msgid ""
1886
+ "How to Configure and Send notification emails to subscribers when new posts are "
1887
+ "published?"
1888
+ msgstr "Как настроить и отправить уведомление подписчикам при публикации нового поста?"
1889
+
1890
+ #: ../help/help.php:145
1891
+ msgid "How to install and activate Email Subscribers on multisite installations?"
1892
+ msgstr "Как установить и активировать Email Subscribers на мультисайтах?"
1893
+
1894
+ #: ../help/help.php:149
1895
+ msgid ""
1896
+ "How to modify the existing mails (Opt-in mail, Welcome mail, Admin mails) content?"
1897
+ msgstr ""
1898
+ "Как изменить текст существующих писем (Opt-in, Приветственное письмо, Письмо "
1899
+ "администратору)?"
1900
+
1901
+ #: ../help/help.php:153
1902
+ msgid "How to Add/Update Existing Subscribers Group?"
1903
+ msgstr "Как добавить/обновить существующие группы подписчиков?"
1904
+
1905
+ #: ../help/help.php:157
1906
+ msgid "How to check Sent mails?"
1907
+ msgstr "Как проверить отправленные письма?"
1908
+
1909
+ #: ../help/help.php:161
1910
+ msgid "How to show subscribe form inside a popup?"
1911
+ msgstr "Как показать форму подписки внутри всплывающего окна?"
1912
+
1913
+ #: ../help/help.php:165
1914
+ msgid "Check more detailed documentation"
1915
+ msgstr "Больше подробностей в документации"
1916
+
1917
+ #: ../help/help.php:166
1918
+ #, php-format
1919
+ msgid "From %s."
1920
+ msgstr "Смотрите %s."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/email-subscribers-tr_TR.mo CHANGED
Binary file
languages/email-subscribers-tr_TR.po CHANGED
@@ -3,7 +3,7 @@ msgstr ""
3
  "Project-Id-Version: Email Subscribers\n"
4
  "Report-Msgid-Bugs-To: \n"
5
  "POT-Creation-Date: Tue Feb 09 2016 16:21:13 GMT+0530 (IST)\n"
6
- "PO-Revision-Date: 2016-07-11 16:44+0200\n"
7
  "Last-Translator: Erkan Oruç <erkanoruc@gmail.com>\n"
8
  "Language-Team: \n"
9
  "Language: tr\n"
@@ -22,88 +22,365 @@ msgstr ""
22
  "X-Loco-Target-Locale: tr_TR\n"
23
  "X-Poedit-SearchPath-0: ..\n"
24
 
25
- #. Description of the plugin
26
- msgid ""
27
- "Add subscription form on website, send HTML newsletters to subscribers & "
28
- "automatically notify them about new blog posts once it gets published."
29
- msgstr ""
30
- "Web sitesine abonelik formu ekleyin ve blogunuzda yeni bir gönderi "
31
- "yayınladığınız anda otomatik olarak abonelere HTML haber bültenleri "
32
- "gönderin. "
33
 
34
  #. Author of the plugin
35
- msgid "Store Apps"
36
  msgstr "Uygulama Mağazası"
37
 
38
- #: ../settings/setting-sync.php:25
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
39
  msgid "Sync plugin tables"
40
  msgstr "Eklenti tablolarını eşitle"
41
 
42
- #: ../settings/setting-sync.php:28
43
  msgid "Click to sync tables"
44
  msgstr "Eşitleme tabloları için tıklayın"
45
 
46
- #: ../settings/settings-edit.php:15
47
  msgid "Oops, selected details doesnt exists."
48
  msgstr "Afedersiniz, seçilen detaylar mevcut değil."
49
 
50
- #: ../settings/settings-edit.php:211
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
51
  msgid "1. WP HTML MAIL"
52
  msgstr "1. WP HTML POSTA"
53
 
54
- #: ../settings/settings-edit.php:212
55
  msgid "2. WP PLAINTEXT MAIL"
56
  msgstr "2. WP PLAINTEXT POSTA"
57
 
58
- #: ../settings/settings-edit.php:213
59
  msgid "3. PHP HTML MAIL"
60
  msgstr " 3. PHP HTML POSTA"
61
 
62
- #: ../settings/settings-edit.php:214
63
  msgid "4. PHP PLAINTEXT MAIL"
64
  msgstr "4. PHP PLAINTEXT POSTA"
65
 
66
- #: ../settings/settings-edit.php:226
 
 
 
 
 
 
 
 
 
 
 
 
 
 
67
  msgid "Double Opt In"
68
  msgstr "Çift Onay"
69
 
70
- #: ../settings/settings-edit.php:227
71
  #: ../subscribers/view-subscriber-show.php:303
72
  msgid "Single Opt In"
73
  msgstr "Tek Onay"
74
 
75
- #: ../settings/settings-edit.php:233
76
  msgid "Image Size"
77
  msgstr "Resim Ölçüsü"
78
 
79
- #: ../settings/settings-edit.php:234
80
  msgid ""
81
  "Select image size for ###POSTIMAGE### to be shown in post notification email"
82
  msgstr ""
83
  "Lütfen yeni yazı bildirim mailindeki ###POSTIMAGE### için resim ölçüsünü "
84
  "belirleyiniz"
85
 
86
- #: ../settings/settings-edit.php:238
87
  msgid "Full Size"
88
  msgstr "Tam Boy"
89
 
90
- #: ../settings/settings-edit.php:239
91
  msgid "Medium Size"
92
  msgstr "Orta Boy"
93
 
94
- #: ../settings/settings-edit.php:240
95
  msgid "Thumbnail"
96
  msgstr "Küçük Boy"
97
 
98
- #: ../settings/settings-edit.php:280 ../settings/settings-edit.php:308
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
99
  msgid "YES"
100
  msgstr "EVET"
101
 
102
- #: ../settings/settings-edit.php:281 ../settings/settings-edit.php:309
103
  msgid "NO"
104
  msgstr "HAYIR"
105
 
106
- #: ../settings/settings-edit.php:295
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
107
  msgid ""
108
  "Enter the content for subscriber welcome mail. This will send whenever email "
109
  "subscribed (confirmed) successfully. (Keyword: ###NAME###)"
@@ -111,7 +388,47 @@ msgstr ""
111
  "Üye olan kişilere hoşgeldin mesaj bildirimi için içerik giriniz. Üyeliği "
112
  "onaylandığı zaman otomatik olarak gönderilecektir. (Anahtar : ###NAME###)"
113
 
114
- #: ../settings/settings-edit.php:330
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
115
  msgid ""
116
  "Enter the mail content for admin. This will send whenever new email added "
117
  "and confirmed into our database. (Keyword: ###NAME###, ###EMAIL###)"
@@ -120,7 +437,19 @@ msgstr ""
120
  "eklendiğinde ve onaylandığında otomatik olarak yöneticiye bildirilecektir. "
121
  "(Anahtar : ###NAME###, ###EMAIL###)"
122
 
123
- #: ../settings/settings-edit.php:345
 
 
 
 
 
 
 
 
 
 
 
 
124
  msgid ""
125
  "Enter the text for unsubscribe link. This text is to add unsubscribe link "
126
  "with newsletter. (Keyword: ###LINK###)"
@@ -128,19 +457,48 @@ msgstr ""
128
  "Üyelikten ayrılma linki için bir yazı giriniz. Bu yazı gönderilen bültene "
129
  "üyelikten ayrıl bağlantısı eklemek içindir. (Anahtar : ###LINK###)"
130
 
131
- #: ../settings/settings-edit.php:374
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
132
  msgid "Sent report subject"
133
  msgstr "Gönderilen rapor konusu"
134
 
135
- #: ../settings/settings-edit.php:375
136
  msgid "Mail subject for sent mail report."
137
  msgstr "Gönderilen rapor için e-posta konusu"
138
 
139
- #: ../settings/settings-edit.php:381
140
  msgid "Sent report content"
141
  msgstr "Gönderilen rapor içeriği"
142
 
143
- #: ../settings/settings-edit.php:382
144
  msgid ""
145
  "Mail content for sent mail report. (Keyword: ###COUNT###, ###UNIQUE###, "
146
  "###STARTTIME###, ###ENDTIME###)"
@@ -148,54 +506,290 @@ msgstr ""
148
  "Gönderilen rapor için e-posta içeriği. (Anahtarlar : ###COUNT###, "
149
  "###UNIQUE###, ###STARTTIME###, ###ENDTIME###)"
150
 
151
- #: ../classes/es-register.php:151
152
- msgid "Cron"
153
- msgstr "Planlama"
154
 
155
- #: ../classes/es-register.php:157 ../classes/es-register.php:158
156
- msgid "Roles"
157
- msgstr "Yetkiler"
 
 
 
 
 
 
 
158
 
159
- #: ../classes/es-register.php:164
160
- msgid "<span style=\"color:#f18500;font-weight:bolder;\">Help & Info"
161
- msgstr "<span style=\"color:#f18500;font-weight:bolder;\">Yardım & Bilgi"
 
 
 
 
 
 
 
 
 
 
 
162
 
163
- #: ../classes/es-register.php:175
164
- msgctxt "view-subscriber-enhanced-select"
165
- msgid "Please enter subscriber email address."
166
- msgstr "Lütfen abone e-posta adresi giriniz."
 
 
 
 
167
 
168
- #: ../classes/es-register.php:176
169
- msgctxt "view-subscriber-enhanced-select"
170
- msgid "Please select subscriber email status."
171
- msgstr "Lütfen abone e-posta durumunu seçiniz"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
172
 
173
  #: ../classes/es-register.php:177
174
  msgctxt "view-subscriber-enhanced-select"
 
 
 
 
 
175
  msgid "Please select or create group for this subscriber."
176
  msgstr "Bu abone için bir grup seçiniz veya oluşturunuz."
177
 
178
- #: ../classes/es-register.php:178
179
  msgctxt "view-subscriber-enhanced-select"
180
  msgid "Do you want to delete this record?"
181
  msgstr "Bu kaydı silmek istiyor musunuz?"
182
 
183
- #: ../classes/es-register.php:179
184
  msgctxt "view-subscriber-enhanced-select"
185
  msgid "Please select the bulk action."
186
  msgstr "Lütfen toplu işlem seçiniz."
187
 
188
- #: ../classes/es-register.php:180
189
  msgctxt "view-subscriber-enhanced-select"
190
  msgid "Do you want to delete selected record(s)?"
191
  msgstr "Seçilen kaydı ve kayıtları silmek istiyor musunuz?"
192
 
193
- #: ../classes/es-register.php:181
194
  msgctxt "view-subscriber-enhanced-select"
195
  msgid "Are you sure you want to delete?"
196
  msgstr "Silmek istediğinizden emin misiniz?"
197
 
198
- #: ../classes/es-register.php:182
199
  msgctxt "view-subscriber-enhanced-select"
200
  msgid ""
201
  "Do you want to resend confirmation email? \\nAlso please note, this will "
@@ -204,22 +798,22 @@ msgstr ""
204
  "Onay mailini tekrar göndermek ister misiniz? \\nAyrıca lütfen not ediniz. Bu "
205
  "seçenek abonelik durumunu \"Onaylanmadı\" olarak ayarlayacaktır."
206
 
207
- #: ../classes/es-register.php:183
208
  msgctxt "view-subscriber-enhanced-select"
209
  msgid "Please select new subscriber group."
210
  msgstr "Lütfen yeni abone grubu seçiniz."
211
 
212
- #: ../classes/es-register.php:184
213
  msgctxt "view-subscriber-enhanced-select"
214
  msgid "Do you want to update subscribers group?"
215
  msgstr "Abonelerin grubunu güncellemek istiyor musunuz?"
216
 
217
- #: ../classes/es-register.php:185
218
  msgctxt "view-subscriber-enhanced-select"
219
  msgid "Do you want to export the emails?"
220
  msgstr "E-posta adreslerini dışarı aktarmak istiyor musunuz?"
221
 
222
- #: ../classes/es-register.php:186
223
  msgctxt "view-subscriber-enhanced-select"
224
  msgid ""
225
  "Please select only csv file. Please check official website for csv "
@@ -228,27 +822,27 @@ msgstr ""
228
  "Lütfen sadece CSV dosyası seçiniz. Lütfen CSV dosya yapısı için resmi site "
229
  "adresini ziyaret ediniz."
230
 
231
- #: ../classes/es-register.php:194
232
  msgctxt "compose-enhanced-select"
233
  msgid "Please enter name for configuration."
234
  msgstr "Lütfen ayarlar için isim giriniz."
235
 
236
- #: ../classes/es-register.php:195
237
  msgctxt "compose-enhanced-select"
238
  msgid "Please select template for this configuration."
239
  msgstr "Lütfen ayarlar için bir şablon seçiniz."
240
 
241
- #: ../classes/es-register.php:196
242
  msgctxt "compose-enhanced-select"
243
  msgid "Do you want to delete this record?"
244
  msgstr "Bu kaydı silmek istiyor musunuz?"
245
 
246
- #: ../classes/es-register.php:204
247
  msgctxt "notification-enhanced-select"
248
  msgid "Please select subscribers group."
249
  msgstr "Lütfen abonelerin grubunu seçiniz."
250
 
251
- #: ../classes/es-register.php:205
252
  msgctxt "notification-enhanced-select"
253
  msgid ""
254
  "Please select notification mail subject. Use compose menu to create new."
@@ -256,143 +850,271 @@ msgstr ""
256
  "Lütfen bildirim e-postasının konusunu seçiniz. Yeni oluşturmak için oluştur "
257
  "menüsünü kullanınız."
258
 
259
- #: ../classes/es-register.php:206
260
  msgctxt "notification-enhanced-select"
261
  msgid "Please select notification status."
262
  msgstr "Lütfen bildirim durumunu seçiniz."
263
 
264
- #: ../classes/es-register.php:207
265
  msgctxt "notification-enhanced-select"
266
  msgid "Do you want to delete this record?"
267
  msgstr "Bu kaydı silmek istiyor musunuz?"
268
 
269
- #: ../classes/es-register.php:215
270
  msgctxt "sendmail-enhanced-select"
271
  msgid "Please select your mail subject."
272
  msgstr "Lütfen e-posta konusunu seçiniz."
273
 
274
- #: ../classes/es-register.php:216
275
  msgctxt "sendmail-enhanced-select"
276
  msgid "Please select subscriber email status."
277
  msgstr "Lütfen abone e-posta durumunu seçiniz."
278
 
279
- #: ../classes/es-register.php:217
280
  msgctxt "sendmail-enhanced-select"
281
  msgid "Are you sure you want to send email to all selected email address?"
282
  msgstr ""
283
  "Tüm seçili e-posta adreslerine bildirim göndermek istediğinizden emin "
284
  "misiniz?"
285
 
286
- #: ../classes/es-register.php:229
287
  msgctxt "sentmail-enhanced-select"
288
  msgid "Do you want to delete this record?"
289
  msgstr "Bu kaydı silmek istiyor musunuz?"
290
 
291
- #: ../classes/es-register.php:230
292
  msgctxt "sentmail-enhanced-select"
293
  msgid "Do you want to delete all records except latest 10?"
294
  msgstr "Son 10 kayıt haricindeki tüm kayıtları silmek istiyor musunuz?"
295
 
296
- #: ../classes/es-register.php:238
297
  msgctxt "roles-enhanced-select"
298
  msgid "Please enter subscriber email address."
299
  msgstr "Lütfen abone e-posta adresi giriniz."
300
 
301
- #: ../classes/es-register.php:239
302
  msgctxt "roles-enhanced-select"
303
  msgid "Please select subscriber email status."
304
  msgstr "Lütfen abone e-posta adresi durumunu giriniz."
305
 
306
- #: ../classes/es-register.php:240
307
  msgctxt "roles-enhanced-select"
308
  msgid "Please select or create group for this subscriber."
309
  msgstr "Lütfen aboneler için bir grup seçiniz veya oluşturunuz."
310
 
311
- #: ../classes/es-register.php:248
312
  msgctxt "cron-enhanced-select"
313
  msgid "Please select enter number of mails you want to send per hour/trigger."
314
  msgstr "Lütfen her saat başı gönderilecek e-posta adedini seçiniz."
315
 
316
- #: ../classes/es-register.php:249
317
  msgctxt "cron-enhanced-select"
318
  msgid "Please enter the mail count, only number."
319
  msgstr "Lütfen e-posta sayısını giriniz.(Sadece rakamlar)"
320
 
 
 
 
 
 
 
 
 
 
 
321
  #: ../classes/es-register.php:265
322
  msgctxt "widget-enhanced-select"
 
 
 
 
 
323
  msgid "Cannot create XMLHTTP instance"
324
  msgstr "XMLHTTP örneği oluşturulamıyor"
325
 
 
 
 
 
 
326
  #: ../classes/es-register.php:268
327
  msgctxt "widget-enhanced-select"
 
 
 
 
 
 
 
 
 
 
 
 
 
328
  msgid "Email Address already exists."
329
  msgstr "E-posta adresi zaten eklenmiş."
330
 
331
- #: ../classes/es-register.php:282
332
- msgctxt "widget-page-enhanced-select"
333
- msgid "Cannot create XMLHTTP instance"
334
- msgstr "XMLHTTP örneği oluşturulamıyor"
335
-
336
- #: ../classes/es-register.php:285
337
- msgctxt "widget-page-enhanced-select"
338
- msgid "Email Address already exists."
339
- msgstr "E-posta adresi zaten kayıtlı."
340
 
341
- #: ../classes/es-register.php:288
342
- msgctxt "widget-page-enhanced-select"
 
 
 
 
 
343
  msgid "Please try after some time."
344
- msgstr "Lütfen bir süre sonra tekrar deneyiniz."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
345
 
346
  #: ../classes/es-register.php:289
347
  msgctxt "widget-page-enhanced-select"
 
 
 
 
 
348
  msgid "There was a problem with the request."
349
  msgstr "İstediğiniz işlemde bir problem vardı."
350
 
351
- #: ../classes/es-common.php:7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
352
  msgid "<span style=\"color:#006600;font-weight:bold;\">Confirmed</span>"
353
  msgstr "<span style=\"color:#006600;font-weight:bold;\">Onaylandı</span>"
354
 
355
- #: ../classes/es-common.php:10
356
  msgid "<span style=\"color:#FF0000\">Unconfirmed</span>"
357
  msgstr "<span style=\"color:#FF0000\">Onaylanmadı</span>"
358
 
359
- #: ../classes/es-common.php:13
360
  msgid "<span style=\"color:#999900\">Unsubscribed</span>"
361
  msgstr "<span style=\"color:#999900\">Abonelik İptal Edildi</span>"
362
 
363
- #: ../classes/es-common.php:16
364
  msgid "<span style=\"color:#0000FF\">Single Opt In</span>"
365
  msgstr "<span style=\"color:#0000FF\">Çift Seçenek Girişi</span>"
366
 
367
- #: ../classes/es-common.php:19
368
  msgid "<span style=\"color:#00CC00;font-weight:bold\">Viewed</span>"
369
  msgstr "<span style=\"color:#00CC00;font-weight:bold\">Bakıldı</span>"
370
 
371
- #: ../classes/es-common.php:22
372
  msgid "<span style=\"color:#999900;\">Nodata</span>"
373
  msgstr "<span style=\"color:#999900;\">Bilgi Yok</span>"
374
 
375
- #: ../classes/es-common.php:25
376
  msgid "<span style=\"color:#FF0000\">Disable</span>"
377
  msgstr "<span style=\"color:#FF0000\">Devredışı</span>"
378
 
379
- #: ../classes/es-common.php:28
380
  msgid "<span style=\"color:#FF0000\">In Queue</span>"
381
  msgstr "<span style=\"color:#FF0000\">Sırada</span>"
382
 
383
- #: ../classes/es-common.php:31
384
  msgid "<span style=\"color:#00FF00;font-weight:bold;\">Sent</span>"
385
  msgstr "<span style=\"color:#00FF00;font-weight:bold;\">Gönderildi</span>"
386
 
387
- #: ../classes/es-common.php:34
388
  msgid "<span style=\"color:#ffd700;font-weight:bold;\">Cron Mail</span>"
389
  msgstr ""
390
  "<span style=\"color:#ffd700;font-weight:bold;\">Planlanmış Gönderi</span>"
391
 
392
- #: ../classes/es-common.php:37
393
  msgid "<span style=\"color:#993399;\">Instant Mail</span>"
394
  msgstr "<span style=\"color:#993399;\">Anında Gönderi</span>"
395
 
 
 
 
 
 
 
 
 
 
 
 
 
396
  #: ../subscribers/view-subscriber-add.php:54 ../subscribers/view-subscriber-
397
  #: import.php:45
398
  msgid ""
@@ -402,6 +1124,112 @@ msgstr ""
402
  "Hata: Grup isimlerinde özel karakterlere (['^$%&*()}{@#~?><>,|=_+\\\"]) izin "
403
  "verilmemektedir."
404
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
405
  #: ../subscribers/view-subscriber-sync.php:90
406
  msgid "Sync newly registered user"
407
  msgstr "Yeni kullanıcıları eşitle"
@@ -411,6 +1239,11 @@ msgid ""
411
  "Automatically add a newly registered user email address to subscribers list."
412
  msgstr "Abone listesine otomatik olarak yeni bir kullanıcı e-postası ekle"
413
 
 
 
 
 
 
414
  #: ../subscribers/view-subscriber-sync.php:121
415
  msgid "Sync newly commented user"
416
  msgstr "Yeni yorum yapılmış kullanıcıları eşitle."
@@ -422,1109 +1255,50 @@ msgid ""
422
  msgstr ""
423
  "Abone listesine otomatik yeni kayıtlı (yorum yapmış) bir kullanıcı ekle."
424
 
425
- #: ../subscribers/view-subscriber-edit.php:54
426
- msgid "Error: Special characters are not allowed in the group name."
427
- msgstr "Hata : Grup isimlerinde özel karakterlere izin verilmemektedir."
428
 
429
- #: ../subscribers/view-subscriber-import.php:152
430
- msgid "Select the input csv file. Check official website for csv structure : "
431
- msgstr ""
432
- "Giriş için CSV dosyası seçiniz. CSV dosya yapısını incelemek için resmi "
433
- "internet sitesini kontrol ediniz :"
434
 
435
- #: ../subscribers/view-subscriber-import.php:153
436
- msgid "click here"
437
- msgstr "buraya tıkla"
 
438
 
439
- #: ../notification/notification-edit.php:184
440
- #: ../notification/notification-add.php:172
441
- msgid "Custom post type"
442
- msgstr "Farklı gönderi tipi"
443
 
444
- #: ../notification/notification-show.php:57
445
- #: ../notification/notification-show.php:65
446
- msgid "Categories / Custom Post"
447
- msgstr "Kategoriler / Farklı Gönderi"
 
448
 
449
- #: ../compose/compose-edit.php:82 ../compose/compose-add.php:73
450
- msgid "Static Template (For Newsletter Email)"
451
- msgstr "Statik Şablon (Yeni E-posta Bülteni İçin)"
452
 
453
- #: ../compose/compose-edit.php:83 ../compose/compose-add.php:74
454
- msgid "Dynamic Template (For Notification Email)"
455
- msgstr "Dinamik Şablonlar (Bildirim E-postaları İçin)"
456
 
457
- #: ../compose/compose-edit.php:85
458
- msgid "Please select your mail type"
459
- msgstr "Lütfen e-posta tipini giriniz"
460
 
461
- #: ../compose/compose-edit.php:87 ../compose/compose-add.php:78
462
- msgid "Enter Mail Subject"
463
- msgstr "E-posta Konusunu Giriniz"
 
464
 
465
- #: ../compose/compose-edit.php:89 ../compose/compose-add.php:80
466
- msgid "Please enter your mail subject. Keyword: ###POSTTITLE###"
467
- msgstr "Lütfen e-posta konusunu giriniz. Anahtar : ###POSTTITLE###"
468
-
469
- #: ../compose/compose-edit.php:91 ../compose/compose-add.php:82
470
- msgid "Mail Content"
471
- msgstr "E-Posta İçeriği"
472
-
473
- #: ../compose/compose-edit.php:95 ../compose/compose-add.php:86
474
- msgid "Please enter content for your mail"
475
- msgstr "Lütfen e-postanız için içerik giriniz"
476
-
477
- #: ../compose/compose-edit.php:96 ../compose/compose-add.php:87
478
- msgid ""
479
- "Keywords: ###POSTTITLE###, ###POSTLINK###, ###POSTIMAGE###, ###POSTDESC###, "
480
- "###POSTFULL###, ###DATE###, ###POSTLINK-ONLY###, ###POSTLINK-WITHTITLE###"
481
- msgstr ""
482
- "Anahtarlar : ###POSTTITLE###, ###POSTLINK###, ###POSTIMAGE###, "
483
- "###POSTDESC###, ###POSTFULL###, ###DATE###, ###POSTLINK-ONLY###, ###POSTLINK-"
484
- "WITHTITLE###"
485
-
486
- #: ../compose/compose-edit.php:101 ../compose/compose-add.php:92
487
- msgid "Published"
488
- msgstr "Yayınlandı"
489
-
490
- #: ../compose/compose-edit.php:103 ../compose/compose-add.php:94
491
- msgid "Please select your mail status"
492
- msgstr "Lütfen e-posta durumunu seçiniz"
493
-
494
- #: ../cron/cron-add.php:71
495
- msgid "Cron Details"
496
- msgstr "Planlama Detayları"
497
-
498
- #: ../cron/cron-add.php:74
499
- msgid "Cron job URL"
500
- msgstr "Planlanmış gönderim URL"
501
-
502
- #: ../cron/cron-add.php:76
503
- msgid ""
504
- "Please find your cron job URL. This is readonly field not able to modify "
505
- "from admin."
506
- msgstr "Planlanmış gönderim URL adresidir. Bu sadece okunabilir bir alandır."
507
-
508
- #: ../cron/cron-add.php:80
509
- msgid "Enter number of mails you want to send per hour/trigger."
510
- msgstr "Her saat başı göndermek istediğiniz E-posta sayısını giriniz."
511
-
512
- #: ../cron/cron-add.php:84
513
- msgid ""
514
- "Send above mail to admin whenever cron URL triggered in your server.<br /"
515
- ">(Keywords: ###DATE###, ###SUBJECT###, ###COUNT###)"
516
- msgstr ""
517
- "Hostinginizde planlanmış bir gönderi yapıldığı zaman için yukarıdaki e-"
518
- "postayı yöneticiye gönder. <br />(Anahtarlar : ###DATE###, ###SUBJECT###, "
519
- "###COUNT###)"
520
-
521
- #: ../cron/cron-add.php:97
522
- msgid "How to setup auto emails using CRON Job through the cPanel or Plesk?"
523
- msgstr ""
524
- "cPanel veya Plesk içerisinde otomatik Planlanmış Gönderim nasıl yapılır?"
525
-
526
- #: ../cron/cron-add.php:98
527
- msgid ""
528
- "<a target=\"_blank\" href=\"http://www.storeapps.org/docs/es-how-to-schedule-"
529
- "cron-emails-in-parallels-plesk/\">Setup cron job in Plesk</a>"
530
- msgstr ""
531
- "<a target=\"_blank\" href=\"http://www.storeapps.org/docs/es-how-to-schedule-"
532
- "cron-emails-in-parallels-plesk/\">Plesk Planlanmış Gönderim Ayarları</a>"
533
-
534
- #: ../cron/cron-add.php:99
535
- msgid ""
536
- "<a target=\"_blank\" href=\"http://www.storeapps.org/docs/es-how-to-schedule-"
537
- "cron-emails-in-cpanel/\">Setup cron job in cPanal</a>"
538
- msgstr ""
539
- " <a target=\"_blank\" href=\"http://www.storeapps.org/docs/es-how-to-"
540
- "schedule-cron-emails-in-cpanel/\">Cpanel için Planlanmış Gönderim Ayarları"
541
-
542
- #: ../cron/cron-add.php:100
543
- msgid ""
544
- "<a target=\"_blank\" href=\"http://www.storeapps.org/docs/es-what-to-do-if-"
545
- "hosting-doesnt-support-cron-jobs/\">Hosting doesnt support cron jobs?</a>"
546
- msgstr ""
547
- "<a target=\"_blank\" href=\"http://www.storeapps.org/docs/es-what-to-do-if-"
548
- "hosting-doesnt-support-cron-jobs/\">Hostinginiz Planlanmış Gönderileri "
549
- "Desteklemiyor mu?</a>"
550
-
551
- #: ../roles/roles-add.php:93
552
- msgid "Roles and Capabilities"
553
- msgstr "Roller ve Yetkiler"
554
-
555
- #: ../roles/roles-add.php:97 ../roles/roles-add.php:105
556
- #: ../roles/roles-add.php:113 ../roles/roles-add.php:121
557
- #: ../roles/roles-add.php:129 ../roles/roles-add. php:137
558
- #: ../roles/roles-add.php:145
559
- msgid "Administrator Only"
560
- msgstr "Sadece Yönetici"
561
-
562
- #: ../roles/roles-add.php:98 ../roles/roles-add.php:106
563
- #: ../roles/roles-add.php:114 ../roles/roles-add.php:122
564
- #: ../roles/roles-add.php:130 ../roles/roles-add. php:138
565
- #: ../roles/roles-add.php:146
566
- msgid "Administrator/Editor"
567
- msgstr "Yönetici/Editör"
568
-
569
- #: ../roles/roles-add.php:99 ../roles/roles-add.php:107
570
- #: ../roles/roles-add.php:115 ../roles/roles-add.php:123
571
- #: ../roles/roles-add.php:131 ../roles/roles-add. php:139
572
- #: ../roles/roles-add.php:147
573
- msgid "Administrator/Editor/Author/Contributor"
574
- msgstr "Yönetici/Editör/Yazar/Katılımcı"
575
-
576
- #: ../roles/roles-add.php:101
577
- msgid ""
578
- "Select user role to access plugin Subscribers Menu. Only Admin user can "
579
- "change this value."
580
- msgstr ""
581
- "Aboneler Menüsüne girmek için kullanıcı rolünü seçiniz. Bu değeri sadece "
582
- "Yönetici değişebilir."
583
-
584
- #: ../roles/roles-add.php:109
585
- msgid ""
586
- "Select user role to access plugin Compose Menu. Only Admin user can change "
587
- "this value."
588
- msgstr ""
589
- "Oluştur Menüsüne girmek için kullanıcı rolünü seçiniz. Bu değeri sadece "
590
- "Yönetici değişebilir."
591
-
592
- #: ../roles/roles-add.php:117
593
- msgid ""
594
- "Select user role to access plugin Notification Menu. Only Admin user can "
595
- "change this value."
596
- msgstr ""
597
- "Bildirimler Menüsüne girmek için kullanıcı rolünü seçiniz. Bu değeri sadece "
598
- "Yönetici değişebilir."
599
-
600
- #: ../roles/roles-add.php:119
601
- msgid "Send Email Menu/Cron Menu"
602
- msgstr "E-posta Gönder Menüsü/Planlanmış E-posta Menüsü"
603
-
604
- #: ../roles/roles-add.php:125
605
- msgid ""
606
- "Select user role to access plugin Send Email Menu. Only Admin user can "
607
- "change this value."
608
- msgstr ""
609
- "E-posta Gönder Menüsüne girmek için kullanıcı rolünü seçiniz. Bu değeri "
610
- "sadece Yönetici değişebilir."
611
-
612
- #: ../roles/roles-add.php:133
613
- msgid ""
614
- "Select user role to access plugin Settings Menu. Only Admin user can change "
615
- "this value."
616
- msgstr ""
617
- "Ayarlar Menüsüne girmek için kullanıcı rolünü seçiniz. Bu değeri sadece "
618
- "Yönetici değişebilir."
619
-
620
- #: ../roles/roles-add.php:141
621
- msgid ""
622
- "Select user role to access plugin Sent Mails Menu. Only Admin user can "
623
- "change this value."
624
- msgstr ""
625
- "Giden E-postalar Menüsüne girmek için kullanıcı rolünü seçiniz. Bu değeri "
626
- "sadece Yönetici değişebilir."
627
-
628
- #: ../roles/roles-add.php:149
629
- msgid ""
630
- "Select user role to access plugin Help & Info Menu. Only Admin user can "
631
- "change this value."
632
- msgstr ""
633
- "Yardım & Bilgi Menüsüne girmek için kullanıcı rolünü seçiniz. Bu değeri "
634
- "sadece Yönetici değişebilir."
635
-
636
- #: ../help/help.php:44
637
- msgid "Welcome to Email Subscribers!"
638
- msgstr "Email Subscribers'e Hoşgeldiniz!"
639
-
640
- #: ../help/help.php:45
641
- msgid ""
642
- "Thanks for installing and we hope you will enjoy using Email Subscribers."
643
- msgstr ""
644
- "Email Subscribers yüklediğiniz için teşekkür ederiz ve iyi vakit geçirmenizi "
645
- "temenni ederiz."
646
-
647
- #: ../help/help.php:49
648
- msgid "For more help and tips..."
649
- msgstr "Daha fazla yardım ve ipucu için..."
650
-
651
- #: ../help/help.php:93
652
- msgid "Frequently Asked Questions"
653
- msgstr "Sıkça Sorulan Sorular"
654
-
655
- #: ../help/help.php:104
656
- msgid "How to setup subscription box widget?"
657
- msgstr "Abonelik wp bileşenini nasıl düzenlerim?"
658
-
659
- #: ../help/help.php:111
660
- msgid "How to add unsubscribe link in welcome email?"
661
- msgstr ""
662
- "Hoşgeldiniz e-postasında \"abonelikten ayrıl\" bağlantısını nasıl eklerim?"
663
-
664
- #: ../help/help.php:119
665
- msgid "How to change/update/translate any text from the plugin?"
666
- msgstr "Eklentiden bir yazıyı nasıl değiştirebilirim/çevirebilirim?"
667
-
668
- #: ../help/help.php:120
669
- msgid ""
670
- "Refer steps from <a target=\"_blank\" href=\"http://www.storeapps.org/docs/"
671
- "es-how-to-change-update-translate-any-texts-from-email-subscribers/\">here</"
672
- "a>."
673
- msgstr ""
674
- "Kaynak : <a target=\"_blank\" href=\"http://www.storeapps.org/docs/es-how-to-"
675
- "change-update-translate-any-texts-from-email-subscribers/\">burada</a>."
676
-
677
- #: ../help/help.php:123
678
- msgid "How to setup auto emails using CRON Job?"
679
- msgstr "Planlanmış gönderimleri nasıl ayarlarım?"
680
-
681
- #: ../help/help.php:124
682
- msgid ""
683
- " 1. <a target=\"_blank\" href=\"http://www.storeapps.org/docs/es-how-to-"
684
- "schedule-cron-emails-in-cpanel/\">Setup cron job in Plesk</a><br>\n"
685
- "\t\t\t\t\t\t\t\t\t\t 2. <a target=\"_blank\" href=\"http://www.storeapps."
686
- "org/docs/es-how-to-schedule-cron-emails-in-parallels-plesk/\">Setup cron job "
687
- "in cPanal</a><br>\n"
688
- "\t\t\t\t\t\t\t\t\t\t 3. <a target=\"_blank\" href=\"http://www.storeapps."
689
- "org/docs/es-what-to-do-if-hosting-doesnt-support-cron-jobs/\">Hosting doesnt "
690
- "support cron jobs?</a>"
691
- msgstr ""
692
- " 1. <a target=\"_blank\" href=\"http://www.storeapps.org/docs/es-how-to-"
693
- "schedule-cron-emails-in-cpanel/\">Planlanmış gönderimleri için Plesk "
694
- "ayarları</a><br>\n"
695
- "\t\t\t\t\t\t\t\t\t\t 2. <a target=\"_blank\" href=\"http://www.storeapps."
696
- "org/docs/es-how-to-schedule-cron-emails-in-parallels-plesk/\">Planlanmış "
697
- "gönderimleri için Cpanel ayarları</a><br>\n"
698
- "\t\t\t\t\t\t\t\t\t\t 3. <a target=\"_blank\" href=\"http://www.storeapps."
699
- "org/docs/es-what-to-do-if-hosting-doesnt-support-cron-jobs/\">Hostinginiz "
700
- "planlanmış gönderimleri desteklemiyor mu?</a>"
701
-
702
- #: ../help/help.php:129
703
- msgid "Notification Emails are not being received by Subscribers?"
704
- msgstr "Bildirimler aboneler tarafından alınmıyor?"
705
-
706
- #: ../help/help.php:130
707
- #, php-format
708
- msgid "Confirm steps from %s."
709
- msgstr "%s ile adım adım onaylayınız."
710
-
711
- #: ../help/help.php:130 ../help/help.php:134 ../help/help.php:138
712
- #: ../help/help. php:142 ../help/help.php:146 ../help/help.php:150
713
- #: ../help/help.php:154 .. help/help.php:158 ../help/help.php:162
714
- #: ../help/help.php:166
715
- msgid "here"
716
- msgstr "burada"
717
-
718
- #: ../help/help.php:133
719
- msgid "How to import and export email address to subscriber list?"
720
- msgstr "Abone listesine nasıl e-posta adresi ekler veya çıkarırım?"
721
-
722
- #: ../help/help.php:134 ../help/help.php:138 ../help/help.php:142
723
- #: ../help/help. php:146 ../help/help.php:150 ../help/help.php:154
724
- #: ../help/help.php:158 .. help/help.php:162
725
- #, php-format
726
- msgid "Refer %s."
727
- msgstr "%s tarafından."
728
-
729
- #: ../help/help.php:137
730
- msgid "How to Compose and Send static newsletter mails?"
731
- msgstr "Statik bildirimleri nasıl hazırlar ve gönderirim?"
732
-
733
- #: ../help/help.php:141
734
- msgid ""
735
- "How to Configure and Send notification emails to subscribers when new posts "
736
- "are published?"
737
- msgstr ""
738
- "Yeni bir yazı yayınlandığında abonelere bildirimleri nasıl ayarlarım ve "
739
- "gönderirim?"
740
-
741
- #: ../help/help.php:145
742
- msgid ""
743
- "How to install and activate Email Subscribers on multisite installations?"
744
- msgstr "Çoklu kurulumlarda Email Subscribers nasıl yüklenir ve aktif edilir?"
745
-
746
- #: ../help/help.php:149
747
- msgid ""
748
- "How to modify the existing mails (Opt-in mail, Welcome mail, Admin mails) "
749
- "content?"
750
- msgstr ""
751
- "Mevcut e-posta bildirimlerinin (Onay Bildirimi, Hoşgeldiniz Bildirimi, "
752
- "Yönetici Bildirimi) içeriklerini nasıl düzenleyebilirim?"
753
-
754
- #: ../help/help.php:153
755
- msgid "How to Add/Update Existing Subscribers Group?"
756
- msgstr "Mevcut abone gurubuna nasıl ekleme yaparım veya güncellerim?"
757
-
758
- #: ../help/help.php:157
759
- msgid "How to check Sent mails?"
760
- msgstr "Gönderilmiş bültenler nasıl kontrol edilir?"
761
-
762
- #: ../help/help.php:161
763
- msgid "How to show subscribe form inside a popup?"
764
- msgstr "Üyelik formunu nasıl açılır pencerede gösterebilirim?"
765
-
766
- #: ../help/help.php:165
767
- msgid "Check more detailed documentation"
768
- msgstr "Daha detaylı dökümanları kontrol ediniz"
769
-
770
- #: ../help/help.php:166
771
- #, php-format
772
- msgid "From %s."
773
- msgstr "%s ile."
774
-
775
- #: ../sentmail/sentmail-show.php:73 ../sentmail/sentmail-show.php:86
776
- msgid "Source"
777
- msgstr "Kaynak"
778
-
779
- #: ../sentmail/sentmail-show.php:76 ../sentmail/sentmail-show.php:89
780
- msgid "Start Date"
781
- msgstr "Başlama Tarihi"
782
-
783
- #: ../sentmail/sentmail-show.php:77 ../sentmail/sentmail-show.php:90
784
- msgid "End Date"
785
- msgstr "Bitiş Tarihi"
786
-
787
- #: ../sentmail/sentmail-show.php:78 ../sentmail/sentmail-show.php:91
788
- msgid "Total"
789
- msgstr "Toplam"
790
-
791
- #: ../subscribers/view-subscriber-sync.php:33
792
- #: ../subscribers/view-subscriber-sync. php:119
793
- msgid "Please select default group to newly registered user."
794
- msgstr "Lütfen bir grup seçiniz veya yeni bir grup oluşturunuz."
795
-
796
- #: ../subscribers/view-subscriber-sync.php:39
797
- #: ../subscribers/view-subscriber-sync. php:150
798
- msgid "Please select default group to newly commented user."
799
- msgstr "Lütfen varsayılan bir grup seçiniz veya yeni bir grup oluşturunuz."
800
-
801
- #: ../subscribers/view-subscriber-sync.php:97
802
- #: ../subscribers/view-subscriber-sync. php:128
803
- msgid "Select default group"
804
- msgstr "Varsayılan grubu seç"
805
-
806
- #: ../subscribers/view-subscriber-show.php:280
807
- msgid "All Groups"
808
- msgstr "Tüm Gruplar"
809
-
810
- #: ../subscribers/view-subscriber-show.php:299
811
- msgid "All Status"
812
- msgstr "Tüm Durumlar"
813
-
814
- #: ../cron/cron-add.php:82
815
- msgid "Admin Report"
816
- msgstr "Admin Raporu"
817
-
818
- #: ../roles/roles-add.php:135
819
- msgid "Sent Mails Menu"
820
- msgstr "Giden Postalar Menüsü"
821
-
822
- #: ../roles/roles-add.php:143
823
- msgid "Help & Info Menu"
824
- msgstr "Yardım & Bilgi Menüsü"
825
-
826
- #. Name of the plugin
827
- msgid "Email Subscribers"
828
- msgstr "E-posta Aboneleri"
829
-
830
- #. URI of the plugin
831
- msgid "http://www.storeapps.org"
832
- msgstr "http://www.storeapps.org"
833
-
834
- #: ../settings/setting-sync.php:12
835
- msgid "Table sync completed successfully."
836
- msgstr "Tablo başarıyla eşitlendi."
837
-
838
- #: ../settings/settings-edit.php:109
839
- msgid "Please enter sender of notifications from name."
840
- msgstr "Bildirimlerin hangi isimden gönderileceğini giriniz."
841
-
842
- #: ../settings/settings-edit.php:114
843
- msgid "Please enter sender of notifications from email."
844
- msgstr "Bildirimlerin hangi E-Posta adresinden gönderileceğini giriniz."
845
-
846
- #: ../settings/settings-edit.php:147
847
- msgid "Details was successfully updated."
848
- msgstr "Detaylar başarıyla güncellendi"
849
-
850
- #: ../settings/settings-edit.php:150
851
- msgid "Oops, details not update."
852
- msgstr "Afedersiniz, detaylar güncellenmedi."
853
-
854
- #: ../settings/settings-edit.php:190 ../classes/es-register.php:154
855
- #: ../classes/es- register.php:155
856
- msgid "Settings"
857
- msgstr "Ayarlar"
858
-
859
- #: ../settings/settings-edit.php:196
860
- msgid "Sender of notifications"
861
- msgstr "Bildirimleri Gönderen"
862
-
863
- #: ../settings/settings-edit.php:197
864
- msgid ""
865
- "Choose a FROM name and FROM email address for all notifications emails from "
866
- "this plugin."
867
- msgstr ""
868
- "Bu eklenti ile gönderilecek bütün bildirimler için gönderen İSİM ve E-POSTA "
869
- "adresi seçiniz."
870
-
871
- #: ../settings/settings-edit.php:206
872
- msgid "Mail type"
873
- msgstr "E-posta Tipi"
874
-
875
- #: ../settings/settings-edit.php:207
876
- msgid ""
877
- "Option 1 & 2 is to send mails with default Wordpress method wp_mail(). "
878
- "Option 3 & 4 is to send mails with PHP method mail()"
879
- msgstr ""
880
- "Seçenek 1 & 2 ile normal WP metodu kullanılarak gönderilecek \n"
881
- "wp_mail(). Seçenek 3 & 4 ile PHP metodu kullanılarak gönderilecek. mail()"
882
-
883
- #: ../settings/settings-edit.php:221
884
- msgid "Opt-in option"
885
- msgstr "Onaylama Seçeneği"
886
-
887
- #: ../settings/settings-edit.php:222
888
- msgid ""
889
- "Double Opt In, means subscribers need to confirm their email address by an "
890
- "activation link sent them on a activation email message. Single Opt In, "
891
- "means subscribers do not need to confirm their email address."
892
- msgstr ""
893
- "Çift Onay seçeneğinde, E-Posta Listesine kaydolacak adreslere bir onaylama "
894
- "mesajı ve kayıttan sonra da hoşgeldin mesajı gönderilir.\n"
895
- "Tek Onay seçeneğinde, sonradan ayrıca bildirim gönderilmez."
896
-
897
- #: ../settings/settings-edit.php:246
898
- msgid "Opt-in mail subject (Confirmation mail)"
899
- msgstr "Onay E-postasının Konusu "
900
-
901
- #: ../settings/settings-edit.php:247
902
- msgid ""
903
- "Enter the subject for Double Opt In mail. This will send whenever subscriber "
904
- "added email into our database."
905
- msgstr ""
906
- "Çift onay E-posta konusu. E-posta listesine abone olanlara gönderilecektir."
907
-
908
- #: ../settings/settings-edit.php:253
909
- msgid "Opt-in mail content (Confirmation mail)"
910
- msgstr "Onaylama Metni"
911
-
912
- #: ../settings/settings-edit.php:254
913
- msgid ""
914
- "Enter the content for Double Opt In mail. This will send whenever subscriber "
915
- "added email into our database."
916
- msgstr ""
917
- "Çift Onay için E-Posta metni giriniz. Bu metin E-Posta listesine eklenenlere "
918
- "gönderilecektir."
919
-
920
- #: ../settings/settings-edit.php:260
921
- msgid "Opt-in link (Confirmation link)"
922
- msgstr "Onay Linki"
923
-
924
- #: ../settings/settings-edit.php:261
925
- msgid "Double Opt In confirmation link. You no need to change this value."
926
- msgstr "Çift Onay linki. Bu değerleri değiştirmeniz gerekmez."
927
-
928
- #: ../settings/settings-edit.php:267
929
- msgid "Text to display after email subscribed successfully"
930
- msgstr "Başarıyla Haber Listesine eklendikten sonra gönderilecek Metin."
931
-
932
- #: ../settings/settings-edit.php:268
933
- msgid ""
934
- "This text will display once user clicked email confirmation link from opt-in "
935
- "(confirmation) email content."
936
- msgstr ""
937
- "Bu metin, E-posta mesajındaki onay linkine tıklandığında bir kez "
938
- "gösterilecektir."
939
-
940
- #: ../settings/settings-edit.php:275
941
- msgid "Subscriber welcome email"
942
- msgstr "Kaydolanlara Hoşgeldin EPostası"
943
-
944
- #: ../settings/settings-edit.php:276
945
- msgid "To send welcome mail to subscriber, This option must be set to YES."
946
- msgstr ""
947
- "Kaydolanlara hoşgeldin E-Postası göndermek için bu seçenek EVET olarak "
948
- "seçilmelidir."
949
-
950
- #: ../settings/settings-edit.php:287
951
- msgid "Welcome mail subject"
952
- msgstr "Hoşgeldin E-postası konusu"
953
-
954
- #: ../settings/settings-edit.php:288
955
- msgid ""
956
- "Enter the subject for subscriber welcome mail. This will send whenever email "
957
- "subscribed (confirmed) successfully."
958
- msgstr ""
959
- "Aboneye hoşgeldin E-Postasının konusunu giriniz. Başarıyla kayıt işlemi "
960
- "tamamlananlara gönderilecektir."
961
-
962
- #: ../settings/settings-edit.php:294
963
- msgid "Subscriber welcome mail content"
964
- msgstr "Aboneye hoşgeldin E-Posta içeriği"
965
-
966
- #: ../settings/settings-edit.php:303
967
- msgid "Mail to admin"
968
- msgstr "Yöneticiye E-posta gönder"
969
-
970
- #: ../settings/settings-edit.php:304
971
- msgid ""
972
- "To send admin notifications for new subscriber, This option must be set to "
973
- "YES."
974
- msgstr ""
975
- "Site yöneticisine yeni abone bildirimi göndermek için bu seçenek EVET olarak "
976
- "seçilmelidir."
977
-
978
- #: ../settings/settings-edit.php:315
979
- msgid "Admin email addresses"
980
- msgstr "Site yöneticisi E-posta adresleri"
981
-
982
- #: ../settings/settings-edit.php:316
983
- msgid ""
984
- "Enter the admin email addresses that should receive notifications (separate "
985
- "by comma)."
986
- msgstr ""
987
- "Bildirim gönderilecek site yöneticisi E-posta adreslerini (birden fazla ise "
988
- "virgülle ayırarak) giriniz."
989
-
990
- #: ../settings/settings-edit.php:322
991
- msgid "Admin mail subject"
992
- msgstr "Site yöneticisi için E-posta konusu"
993
-
994
- #: ../settings/settings-edit.php:323
995
- msgid ""
996
- "Enter the subject for admin mail. This will send whenever new email added "
997
- "and confirmed into our database."
998
- msgstr ""
999
- "Site yöneticisi için E-posta konusu giriniz. Haber Listesine yeni biri "
1000
- "kaydolduğunda gönderilecektir."
1001
-
1002
- #: ../settings/settings-edit.php:329
1003
- msgid "Admin mail content"
1004
- msgstr "Site Yöneticisi E-posta Metni"
1005
-
1006
- #: ../settings/settings-edit.php:337
1007
- msgid "Unsubscribe link"
1008
- msgstr "Üyelik iptal linki"
1009
-
1010
- #: ../settings/settings-edit.php:338
1011
- msgid "Unsubscribe link. You no need to change this value."
1012
- msgstr "Üyelik iptal linki. Bu değeri değiştirmeniz gerekmez."
1013
-
1014
- #: ../settings/settings-edit.php:344
1015
- msgid "Unsubscribe text in mail"
1016
- msgstr "Abonelik iptal metni"
1017
-
1018
- #: ../settings/settings-edit.php:351
1019
- msgid "Text to display after email unsubscribed"
1020
- msgstr "Bir E-posta aboneliği sonlandırıldıktan sonra gösterilecek metin"
1021
-
1022
- #: ../settings/settings-edit.php:352
1023
- msgid ""
1024
- "This text will display once user clicked unsubscribed link from our "
1025
- "newsletter."
1026
- msgstr ""
1027
- "Bu Metin, Haber Bültenlerindeki Kayıt Silme linkine tıklayanlara bir kez "
1028
- "gösterilecektir."
1029
-
1030
- #: ../settings/settings-edit.php:359
1031
- msgid "Message 1"
1032
- msgstr "Mesaj 1"
1033
-
1034
- #: ../settings/settings-edit.php:360
1035
- msgid "Default message to display if any issue on confirmation link."
1036
- msgstr ""
1037
- "Onaylama linkinde herhangi bir sorun olduğunda gösterilecek varsayılan metin"
1038
-
1039
- #: ../settings/settings-edit.php:366
1040
- msgid "Message 2"
1041
- msgstr "Mesaj 2"
1042
-
1043
- #: ../settings/settings-edit.php:367
1044
- msgid "Default message to display if any issue on unsubscribe link."
1045
- msgstr "Kayıt silme linkinde herhangi bir sorun olduğunda gösterilecek metin"
1046
-
1047
- #: ../settings/settings-edit.php:393
1048
- msgid "Save Settings"
1049
- msgstr "Ayarları Kaydet"
1050
-
1051
- #: ../settings/settings-edit.php:394
1052
- #: ../subscribers/view-subscriber-add.php:154 ..
1053
- #: subscribers/view-subscriber-sync.php:157
1054
- #: ../subscribers/view-subscriber-edit. php:147
1055
- #: ../notification/notification-edit.php:237 ../notification/notification-
1056
- #: add.php:216 ../compose/compose-edit.php:109 ../compose/compose-add.php:99
1057
- #: cron/cron-add.php:89 ../sendmail/sendmail.php:260
1058
- #: ../roles/roles-add.php:155
1059
- msgid "Cancel"
1060
- msgstr "İptal"
1061
-
1062
- #: ../settings/settings-edit.php:395 ../sentmail/sentmail-preview.php:33 ..
1063
- #: sentmail/deliverreport-show.php:120 ../subscribers/view-subscriber-add.php:
1064
- #: 155 ../subscribers/view-subscriber-sync.php:158
1065
- #: ../subscribers/view-subscriber- export.php:68
1066
- #: ../subscribers/view-subscriber-edit.php:148 ../subscribers/view-
1067
- #: subscriber-import.php:189 ../subscribers/view-subscriber-show.php:448
1068
- #: notification/notification-edit.php:238
1069
- #: ../notification/notification-add.php:217
1070
- #: ../notification/notification-show.php:152 ../compose/compose-edit.php:110 .
1071
- #: compose/compose-show.php:113 ../compose/compose-preview.php:35
1072
- #: compose/compose-add.php:100 ../cron/cron-add.php:90
1073
- #: ../sendmail/sendmail.php:261 ../roles/roles-add.php:156
1074
- msgid "Help"
1075
- msgstr "Yardım"
1076
-
1077
- #: ../job/es-optin.php:64 ../job/es-optin.php:79 ../job/es-unsubscribe.php:60
1078
- #: .. job/es-unsubscribe.php:70
1079
- msgid ""
1080
- "Oops.. We are getting some technical error. Please try again or contact "
1081
- "admin."
1082
- msgstr ""
1083
- "Afedersiniz.. Teknik bir sorun yaşıyoruz. Lütfen tekrar deneyin veya site "
1084
- "yönetimine E-posta gönderin."
1085
-
1086
- #: ../job/es-optin.php:69
1087
- msgid "This email address has already been confirmed."
1088
- msgstr "E-Posta adresi seçilmedi."
1089
-
1090
- #: ../sentmail/sentmail-show.php:18 ../sentmail/sentmail-preview.php:12 ..
1091
- #: subscribers/view-subscriber-edit.php:12
1092
- #: ../subscribers/view-subscriber-show. php:46
1093
- #: ../notification/notification-edit.php:11 ../notification/notification-
1094
- #: show.php:16 ../compose/compose-edit.php:15 ../compose/compose-show.php:31
1095
- #: compose/compose-preview.php:13
1096
- msgid "Oops, selected details doesnt exist."
1097
- msgstr "Afedersiniz, seçilen detaylar yok."
1098
-
1099
- #: ../sentmail/sentmail-show.php:33 ../subscribers/view-subscriber-show.php:60
1100
- #: .. subscribers/view-subscriber-show.php:104
1101
- #: ../notification/notification-show. php:31 ../compose/compose-show.php:43
1102
- msgid "Selected record was successfully deleted."
1103
- msgstr "Seçilen kayıt başarıyla silindi."
1104
-
1105
- #: ../sentmail/sentmail-show.php:42
1106
- msgid "Successfully deleted all reports except latest 10."
1107
- msgstr "En son 10 rapor hariç hepsi başarıyla silindi."
1108
-
1109
- #: ../sentmail/sentmail-show.php:53 ../classes/es-register.php:160
1110
- #: ../classes/es- register.php:161
1111
- msgid "Sent Mails"
1112
- msgstr "Giden E-Postalar"
1113
-
1114
- #: ../sentmail/sentmail-show.php:71 ../sentmail/sentmail-show.php:84
1115
- msgid "View Reports"
1116
- msgstr "Raporlara Gözat"
1117
-
1118
- #: ../sentmail/sentmail-show.php:72 ../sentmail/sentmail-show.php:85 ..
1119
- #: compose/compose-show.php:95
1120
- msgid "Preview"
1121
- msgstr "Önizleme"
1122
-
1123
- #: ../sentmail/sentmail-show.php:74 ../sentmail/sentmail-show.php:87 ..
1124
- #: sentmail/deliverreport-show.php:40 ../sentmail/deliverreport-show.php:52
1125
- #: subscribers/view-subscriber-add.php:121
1126
- #: ../subscribers/view-subscriber-edit. php:105
1127
- #: ../subscribers/view-subscriber-import.php:155 ../subscribers/view-
1128
- #: subscriber-show.php:327 ../subscribers/view-subscriber-show.php:340
1129
- #: compose/compose-edit.php:99 ../compose/compose-show.php:67
1130
- #: ../compose/compose- show.php:75 ../compose/compose-add.php:90
1131
- msgid "Status"
1132
- msgstr "Durum"
1133
-
1134
- #: ../sentmail/sentmail-show.php:75 ../sentmail/sentmail-show.php:88 ..
1135
- #: sentmail/deliverreport-show.php:41 ../sentmail/deliverreport-show.php:53
1136
- #: compose/compose-show.php:68 ../compose/compose-show.php:76
1137
- msgid "Type"
1138
- msgstr "Tür"
1139
-
1140
- #: ../sentmail/sentmail-show.php:79 ../sentmail/sentmail-show.php:92 ..
1141
- #: subscribers/view-subscriber-export.php:30 ../subscribers/view-subscriber-
1142
- #: export.php:38 ../subscribers/view-subscriber-show.php:330
1143
- #: ../subscribers/view- subscriber-show.php:343 ../compose/compose-show.php:69
1144
- #: ../compose/compose-show. php:77
1145
- msgid "Action"
1146
- msgstr "Eylem"
1147
-
1148
- #: ../sentmail/sentmail-show.php:131 ../sentmail/deliverreport-show.php:84 ..
1149
- #: notification/notification-show.php:141 ../compose/compose-show.php:102
1150
- msgid "No records available."
1151
- msgstr "Kayıt Yok!"
1152
-
1153
- #: ../sentmail/sentmail-show.php:143 ../sentmail/deliverreport-show.php:96
1154
- msgid " &lt;&lt; "
1155
- msgstr " &lt;&lt; "
1156
-
1157
- #: ../sentmail/sentmail-show.php:144 ../sentmail/deliverreport-show.php:97
1158
- msgid " &gt;&gt; "
1159
- msgstr " &gt;&gt; "
1160
-
1161
- #: ../sentmail/sentmail-show.php:167 ../sentmail/sentmail-show.php:169
1162
- msgid "Optimize Table"
1163
- msgstr "Tabloyu Optimize Et"
1164
-
1165
- #: ../sentmail/sentmail-show.php:179
1166
- msgid ""
1167
- "Note: Please click <strong>Optimize Table</strong> button to delete all "
1168
- "reports except latest 10."
1169
- msgstr ""
1170
- "Not: En Son 10 Rapor dışındakileri silmek için <strong>Tabloları Optimize "
1171
- "Et</strong> tuşuna tıklayın."
1172
-
1173
- #: ../sentmail/sentmail-preview.php:19 ../compose/compose-preview.php:21
1174
- msgid "Preview Mail"
1175
- msgstr "E-posta Önizleme"
1176
-
1177
- #: ../sentmail/sentmail-preview.php:32 ../sentmail/deliverreport-show.php:119
1178
- #: .. subscribers/view-subscriber-export.php:67
1179
- #: ../subscribers/view-subscriber- import.php:188
1180
- #: ../compose/compose-preview.php:33
1181
- msgid "Back"
1182
- msgstr "Geri"
1183
-
1184
- #: ../sentmail/deliverreport-show.php:11
1185
- msgid "Oops.. Unexpected error occurred. Please try again."
1186
- msgstr "Afedersiniz... Beklenmedik bir hata oldu, tekrar deneyiniz."
1187
-
1188
- #: ../sentmail/deliverreport-show.php:19
1189
- msgid "Delivery Report"
1190
- msgstr "Teslimat Raporu"
1191
-
1192
- #: ../sentmail/deliverreport-show.php:37 ../sentmail/deliverreport-show.php:49
1193
- #: .. subscribers/view-subscriber-export.php:27
1194
- #: ../subscribers/view-subscriber- export.php:35
1195
- #: ../subscribers/view-subscriber-show.php:324 ../subscribers/view-
1196
- #: subscriber-show.php:337
1197
- msgid "Sno"
1198
- msgstr "Sıra"
1199
-
1200
- #: ../sentmail/deliverreport-show.php:38 ../sentmail/deliverreport-show.php:50
1201
- msgid "Email"
1202
- msgstr "E-posta"
1203
-
1204
- #: ../sentmail/deliverreport-show.php:39 ../sentmail/deliverreport-show.php:51
1205
- msgid "Sent Date"
1206
- msgstr "Gönderim Tarihi"
1207
-
1208
- #: ../sentmail/deliverreport-show.php:42 ../sentmail/deliverreport-show.php:54
1209
- msgid "Viewed Status"
1210
- msgstr "Görülme Durumu"
1211
-
1212
- #: ../sentmail/deliverreport-show.php:43 ../sentmail/deliverreport-show.php:55
1213
- msgid "Viewed Date"
1214
- msgstr "Görülme Tarihi"
1215
-
1216
- #: ../sentmail/deliverreport-show.php:44 ../sentmail/deliverreport-show.php:56
1217
- #: .. subscribers/view-subscriber-show.php:329
1218
- #: ../subscribers/view-subscriber-show. php:342
1219
- msgid "Database ID"
1220
- msgstr "Database No"
1221
-
1222
- #: ../classes/es-loadwidget.php:23 ../classes/es-register.php:410 ..
1223
- #: subscribers/view-subscriber-show.php:326
1224
- #: ../subscribers/view-subscriber-show. php:339
1225
- msgid "Name"
1226
- msgstr "Adınız"
1227
-
1228
- #: ../classes/es-loadwidget.php:28 ../classes/es-register.php:415
1229
- msgid "Email *"
1230
- msgstr "E-posta Adresiniz*"
1231
-
1232
- #: ../classes/es-loadwidget.php:33 ../classes/es-register.php:420
1233
- msgid "Subscribe"
1234
- msgstr "Üye Ol"
1235
-
1236
- #: ../classes/es-register.php:139 ../classes/es-register.php:140
1237
- msgid "Subscribers"
1238
- msgstr "Aboneler"
1239
-
1240
- #: ../classes/es-register.php:142 ../classes/es-register.php:143
1241
- msgid "Compose"
1242
- msgstr "Oluştur"
1243
-
1244
- #: ../classes/es-register.php:145 ../classes/es-register.php:146 ..
1245
- #: notification/notification-show.php:44
1246
- msgid "Notification"
1247
- msgstr "Bildirimler"
1248
-
1249
- #: ../classes/es-register.php:148 ../classes/es-register.php:149 ..
1250
- #: sendmail/sendmail.php:94 ../sendmail/sendmail.php:256 ../sendmail/sendmail.
1251
- #: php:258
1252
- msgid "Send Email"
1253
- msgstr "E-posta Gönder"
1254
-
1255
- #: ../classes/es-register.php:152
1256
- msgid "Cron Mail"
1257
- msgstr "Planlanmış E-posta"
1258
-
1259
- #: ../classes/es-register.php:163
1260
- msgid "Help & Info"
1261
- msgstr "Yardım & Bilgi"
1262
-
1263
- #: ../classes/es-register.php:262
1264
- msgctxt "widget-enhanced-select"
1265
- msgid "Please enter email address."
1266
- msgstr "Lütfen geçerli bir e-posta adresi giriniz."
1267
-
1268
- #: ../classes/es-register.php:263
1269
- msgctxt "widget-enhanced-select"
1270
- msgid "Please provide a valid email address."
1271
- msgstr "Lütfen geçerli bir e-posta adresi giriniz."
1272
-
1273
- #: ../classes/es-register.php:264
1274
- msgctxt "widget-enhanced-select"
1275
- msgid "loading..."
1276
- msgstr "Lütfen bekleyiniz..."
1277
-
1278
- #: ../classes/es-register.php:266
1279
- msgctxt "widget-enhanced-select"
1280
- msgid "Subscribed successfully."
1281
- msgstr "Üyelik tamamlandı."
1282
-
1283
- #: ../classes/es-register.php:267
1284
- msgctxt "widget-enhanced-select"
1285
- msgid ""
1286
- "You have successfully subscribed to the newsletter. You will receive a "
1287
- "confirmation email in a few minutes. Please follow the link in it to confirm "
1288
- "your subscription. If the email takes more than 15 minutes to appear in your "
1289
- "mailbox, please check your spam folder."
1290
- msgstr ""
1291
- "E-posta aboneliğiniz başarıyla gerçekleştirildi. Birkaç dakika içinde onay "
1292
- "maili alacaksınız. Lütfen aboneliğinizin tamamlanması için gelen e-posta "
1293
- "içindeki onay linkini tıklayınız. Eğer 15 dakikadan uzun süre onay e-postası "
1294
- "gelmezse lütfen spam klasörüne gözatınız."
1295
-
1296
- #: ../classes/es-register.php:269
1297
- msgctxt "widget-enhanced-select"
1298
- msgid "Oops.. Unexpected error occurred."
1299
- msgstr "Beklenmeyen bir hata oluştu."
1300
-
1301
- #: ../classes/es-register.php:270
1302
- msgctxt "widget-enhanced-select"
1303
- msgid "Invalid email address."
1304
- msgstr "Geçersiz mail adresi."
1305
-
1306
- #: ../classes/es-register.php:271
1307
- msgctxt "widget-enhanced-select"
1308
- msgid "Please try after some time."
1309
- msgstr "Lütfen biraz sonra tekrar deneyiniz."
1310
-
1311
- #: ../classes/es-register.php:272
1312
- msgctxt "widget-enhanced-select"
1313
- msgid "There was a problem with the request."
1314
- msgstr "Bir problem oluştu."
1315
-
1316
- #: ../classes/es-register.php:279
1317
- msgctxt "widget-page-enhanced-select"
1318
- msgid "Please enter email address."
1319
- msgstr "Lütfen mail adresinizi giriniz."
1320
-
1321
- #: ../classes/es-register.php:280
1322
- msgctxt "widget-page-enhanced-select"
1323
- msgid "Please provide a valid email address."
1324
- msgstr "Lütfen geçerli bir mail adresi giriniz."
1325
-
1326
- #: ../classes/es-register.php:281
1327
- msgctxt "widget-page-enhanced-select"
1328
- msgid "loading..."
1329
- msgstr "Lütfen bekleyiniz..."
1330
-
1331
- #: ../classes/es-register.php:283
1332
- msgctxt "widget-page-enhanced-select"
1333
- msgid "Subscribed successfully."
1334
- msgstr "Üyelik tamamlandı."
1335
-
1336
- #: ../classes/es-register.php:284
1337
- msgctxt "widget-page-enhanced-select"
1338
- msgid ""
1339
- "You have successfully subscribed to the newsletter. You will receive a "
1340
- "confirmation email in a few minutes. Please follow the link in it to confirm "
1341
- "your subscription. If the email takes more than 15 minutes to appear in your "
1342
- "mailbox, please check your spam folder."
1343
- msgstr ""
1344
- "E-posta aboneliğiniz başarıyla gerçekleştirildi. Birkaç dakika içinde onay "
1345
- "maili alacaksınız. Lütfen aboneliğinizin tamamlanması için gelen e-posta "
1346
- "içindeki onay linkini tıklayınız. Eğer 15 dakikadan uzun süre onay e-postası "
1347
- "gelmezse lütfen spam klasörüne gözatınız."
1348
-
1349
- #: ../classes/es-register.php:286
1350
- msgctxt "widget-page-enhanced-select"
1351
- msgid "Oops.. Unexpected error occurred."
1352
- msgstr "Afedersiniz, Beklenmeyen bir hata oluştu."
1353
-
1354
- #: ../classes/es-register.php:287
1355
- msgctxt "widget-page-enhanced-select"
1356
- msgid "Invalid email address."
1357
- msgstr "Geçersiz mail adresi."
1358
-
1359
- #: ../classes/es-register.php:455
1360
- msgid "Widget Title"
1361
- msgstr "Bileşen Adı"
1362
-
1363
- #: ../classes/es-register.php:459
1364
- msgid "Display Name Field"
1365
- msgstr "İsim Alanını Göster"
1366
-
1367
- #: ../classes/es-register.php:466
1368
- msgid "Short Description"
1369
- msgstr "Kısa Açıklama"
1370
-
1371
- #: ../classes/es-register.php:468
1372
- msgid "Short description about your subscription form."
1373
- msgstr "Kayıt formunuz hakkında kısa açıklama."
1374
-
1375
- #: ../classes/es-register.php:471
1376
- msgid "Subscriber Group"
1377
- msgstr "Abone Grubu"
1378
-
1379
- #: ../subscribers/view-subscriber-add.php:28
1380
- #: ../subscribers/view-subscriber-add. php:119
1381
- #: ../subscribers/view-subscriber-edit.php:43 ../subscribers/view-
1382
- #: subscriber-edit.php:103
1383
- msgid "Please enter subscriber email address."
1384
- msgstr "Lütfen abone E-Posta adresini giriniz."
1385
-
1386
- #: ../subscribers/view-subscriber-add.php:45
1387
- msgid "Please select or create your group for this email."
1388
- msgstr ""
1389
- "Lütfen bu E-Posta için bir grup seçiniz veya yeni bir grup oluşturunuz."
1390
-
1391
- #: ../subscribers/view-subscriber-add.php:66
1392
- msgid "Email was successfully inserted."
1393
- msgstr "E-Posta başarıyla eklendi."
1394
-
1395
- #: ../subscribers/view-subscriber-add.php:70
1396
- msgid "Email already exist in our list."
1397
- msgstr "Bu E-Posta zaten listemizde var."
1398
-
1399
- #: ../subscribers/view-subscriber-add.php:75
1400
- msgid "Email is invalid."
1401
- msgstr "Bu E-Posta geçersiz."
1402
-
1403
- #: ../subscribers/view-subscriber-add.php:92
1404
- #: ../subscribers/view-subscriber-add. php:101
1405
- #: ../subscribers/view-subscriber-edit.php:86 ../subscribers/view-
1406
- #: subscriber-import.php:107 ../subscribers/view-subscriber-import.php:138 ..
1407
- #: notification/notification-edit.php:100
1408
- #: ../notification/notification-add.php:91 ../compose/compose-edit.php:67
1409
- #: ../compose/compose-add.php:59
1410
- msgid "Click here"
1411
- msgstr "Buraya tıklayınız"
1412
-
1413
- #: ../subscribers/view-subscriber-add.php:92
1414
- #: ../subscribers/view-subscriber-add. php:101
1415
- #: ../subscribers/view-subscriber-edit.php:86 ../subscribers/view-
1416
- #: subscriber-import.php:107 ../subscribers/view-subscriber-import.php:138 ..
1417
- #: notification/notification-edit.php:101
1418
- #: ../notification/notification-add.php:92 ../compose/compose-edit.php:68
1419
- #: ../compose/compose-add.php:60
1420
- msgid " to view the details"
1421
- msgstr "detayları görmek için"
1422
-
1423
- #: ../subscribers/view-subscriber-add.php:111
1424
- msgid "Add email"
1425
- msgstr "E-Posta Ekle"
1426
-
1427
- #: ../subscribers/view-subscriber-add.php:113
1428
- #: ../subscribers/view-subscriber-edit. php:97
1429
- msgid "Enter full name"
1430
- msgstr "Tam isim giriniz"
1431
-
1432
- #: ../subscribers/view-subscriber-add.php:115
1433
- #: ../subscribers/view-subscriber-edit. php:99
1434
- msgid "Please enter subscriber full name."
1435
- msgstr "Lütfen abonenin tam adını giriniz."
1436
-
1437
- #: ../subscribers/view-subscriber-add.php:117
1438
- #: ../subscribers/view-subscriber-edit. php:101
1439
- msgid "Enter email address."
1440
- msgstr "E-Posta adresini giriniz."
1441
-
1442
- #: ../subscribers/view-subscriber-add.php:128
1443
- #: ../subscribers/view-subscriber-edit. php:112
1444
- #: ../subscribers/view-subscriber-import.php:162
1445
- msgid "Please select subscriber email status."
1446
- msgstr "Lütfen abone E-Posta durumunu seçiniz."
1447
-
1448
- #: ../subscribers/view-subscriber-add.php:130 ../subscribers/view-subscriber-
1449
- #: import.php:164
1450
- msgid "Select (or) Create Group"
1451
- msgstr "Seç veya Yeni Grup Oluştur"
1452
-
1453
- #: ../subscribers/view-subscriber-add.php:132
1454
- #: ../subscribers/view-subscriber-sync. php:99
1455
- #: ../subscribers/view-subscriber-sync.php:130 ../subscribers/view-
1456
- #: subscriber-edit.php:116 ../subscribers/view-subscriber-import.php:166 ..
1457
- #: notification/notification-edit.php:122
1458
- #: ../notification/notification-add.php:105
1459
- #: ../notification/notification-add.php:123 ../sendmail/sendmail.php:107
1460
- #: sendmail/sendmail.php:153
1461
- msgid "Select"
1462
- msgstr "Seç"
1463
-
1464
- #: ../subscribers/view-subscriber-add.php:148
1465
- #: ../subscribers/view-subscriber-edit. php:140
1466
- #: ../subscribers/view-subscriber-import.php:182
1467
- msgid "Please select or create group for this subscriber."
1468
- msgstr "Lütfen bir grup seçiniz veya yeni bir grup oluşturunuz."
1469
-
1470
- #: ../subscribers/view-subscriber-add.php:153
1471
- #: ../subscribers/view-subscriber-sync. php:156
1472
- #: ../subscribers/view-subscriber-edit.php:146 ..
1473
- #: notification/notification-edit.php:236
1474
- #: ../notification/notification-add.php:215 ../compose/compose-edit.php:108
1475
- #: ../compose/compose-add.php:98 ../cron/cron- add.php:88
1476
- #: ../roles/roles-add.php:154
1477
- msgid "Submit"
1478
- msgstr "Tamam"
1479
-
1480
- #: ../subscribers/view-subscriber-sync.php:56
1481
- msgid "Sync email successfully updated."
1482
- msgstr "E-posta başarıyla eşitlendi."
1483
-
1484
- #: ../subscribers/view-subscriber-sync.php:88
1485
- msgid "Sync email"
1486
- msgstr "E-posta Eşitle"
1487
-
1488
- #: ../subscribers/view-subscriber-export.php:22
1489
- msgid "Export email address in csv format"
1490
- msgstr "EPosta adreslerini dışarı aktar (CSV)"
1491
-
1492
- #: ../subscribers/view-subscriber-export.php:28
1493
- #: ../subscribers/view-subscriber- export.php:36
1494
- msgid "Export option"
1495
- msgstr "Dışarı aktarma seçeneği"
1496
-
1497
- #: ../subscribers/view-subscriber-export.php:29
1498
- #: ../subscribers/view-subscriber- export.php:37
1499
- msgid "Total email"
1500
- msgstr "Toplam E-Posta"
1501
-
1502
- #: ../subscribers/view-subscriber-export.php:44
1503
- msgid "Subscriber email address"
1504
- msgstr "Abone E-Posta Adresi"
1505
-
1506
- #: ../subscribers/view-subscriber-export.php:46
1507
- #: ../subscribers/view-subscriber- export.php:52
1508
- #: ../subscribers/view-subscriber-export.php:58
1509
- msgid "Click to export csv"
1510
- msgstr "Dışarı aktarma için tıklayınız (CSV)"
1511
-
1512
- #: ../subscribers/view-subscriber-export.php:50
1513
- msgid "Registered email address"
1514
- msgstr "Kaydedilmiş E-Posta Adresi"
1515
-
1516
- #: ../subscribers/view-subscriber-export.php:56
1517
- msgid "Comments author email address"
1518
- msgstr "Yorumlayan E-Posta Adresi"
1519
-
1520
- #: ../subscribers/view-subscriber-export.php:65
1521
- msgid "Add Email"
1522
- msgstr "E-Posta Ekle"
1523
-
1524
- #: ../subscribers/view-subscriber-export.php:66
1525
- #: ../subscribers/view-subscriber- show.php:445
1526
- msgid "Import Email"
1527
- msgstr "E-Posta İçeri Aktar"
1528
 
1529
  #: ../subscribers/view-subscriber-edit.php:66
1530
  msgid "Email was successfully updated."
@@ -1567,12 +1341,22 @@ msgstr "E-Posta Yükle"
1567
  msgid "Select csv file"
1568
  msgstr "CSV Dosyası Seç"
1569
 
 
 
 
 
 
 
 
 
 
 
1570
  #: ../subscribers/view-subscriber-import.php:187
1571
  msgid "Upload CSV"
1572
  msgstr "CSV Yükle"
1573
 
1574
  #: ../subscribers/view-subscriber-show.php:11 ../compose/compose-show.php:13
1575
- #: .. sendmail/sendmail.php:11
1576
  msgid "Click Here"
1577
  msgstr "Buraya Tıklayınız"
1578
 
@@ -1605,17 +1389,21 @@ msgstr "Seçilen abone grubu başarıyla güncellendi."
1605
  msgid "Oops, New group name was not selected."
1606
  msgstr "Afedersiniz, yeni grup ismi seçilmedi."
1607
 
1608
- #: ../subscribers/view-subscriber-show.php:232
1609
- msgid "View subscriber"
1610
- msgstr "Abonelere Gözat"
1611
-
1612
  #: ../subscribers/view-subscriber-show.php:233 ../subscribers/view-subscriber-
1613
  #: show.php:444 ../notification/notification-show.php:45 ..
1614
- #: notification/notification-show.php:151 ../compose/compose-show.php:56
1615
  #: compose/compose-show.php:112
1616
  msgid "Add New"
1617
  msgstr "Yeni Ekle"
1618
 
 
 
 
 
 
 
 
 
1619
  #: ../subscribers/view-subscriber-show.php:300
1620
  msgid "Confirmed"
1621
  msgstr "Onaylandı"
@@ -1634,13 +1422,13 @@ msgid "Email address"
1634
  msgstr "E-Posta Adresi"
1635
 
1636
  #: ../subscribers/view-subscriber-show.php:374
1637
- #: ../notification/notification-show. php:90 ../compose/compose-show.php:93
1638
  #: ../compose/compose-preview.php:34
1639
  msgid "Edit"
1640
  msgstr "Düzelt"
1641
 
1642
  #: ../subscribers/view-subscriber-show.php:377 ../subscribers/view-subscriber-
1643
- #: show.php:422 ../notification/notification-show.php:93
1644
  #: ../compose/compose-show. php:94
1645
  msgid "Delete"
1646
  msgstr "Sil"
@@ -1679,90 +1467,102 @@ msgstr "E-posta Dışarı Aktar"
1679
  msgid "Sync Email"
1680
  msgstr "E-postayı Eşitle"
1681
 
1682
- #: ../notification/notification-edit.php:40
1683
- #: ../notification/notification-add.php:26
1684
- #: ../notification/notification-add.php:119
1685
- msgid "Please select subscribers group."
1686
- msgstr "Lütfen haber listesi grubunu seçiniz."
 
 
 
1687
 
1688
- #: ../notification/notification-edit.php:46
1689
- #: ../notification/notification-edit.php:231
1690
- #: ../notification/notification-add.php:32 ../notification/notification-add.
1691
- #: php:211
1692
- msgid "Please select notification status."
1693
- msgstr "Lütfen bildirim gönderme durumunu seçiniz."
1694
 
1695
- #: ../notification/notification-edit.php:52
1696
- #: ../notification/notification-edit.php:142
1697
- #: ../notification/notification-add.php:38 ../notification/notification-add.
1698
- #: php:138
1699
  msgid ""
1700
  "Please select notification mail subject. Use compose menu to create new."
1701
  msgstr ""
1702
  "Lütfen bildirim E-posta şablonu seçiniz. Yenisini oluşturmak için E-posta "
1703
  "Şablonu menüsünü kullanın."
1704
 
1705
- #: ../notification/notification-edit.php:58
1706
- #: ../notification/notification-edit.php:182
1707
- #: ../notification/notification-add.php:44 ../notification/notification-add.
1708
- #: php:170
1709
  msgid "Please select post categories."
1710
  msgstr "Lütfen Posta kategorilerini seçiniz."
1711
 
1712
- #: ../notification/notification-edit.php:84
1713
  msgid "Notification was successfully updated."
1714
  msgstr "Bildirim başarıyla güncellendi."
1715
 
1716
- #: ../notification/notification-edit.php:111
1717
  msgid "Edit Notification"
1718
  msgstr "Bildirim Düzeltme"
1719
 
1720
- #: ../notification/notification-edit.php:114
1721
- #: ../notification/notification-add.php:103
1722
  #: ../notification/notification-show.php:56 ../notification/notification-show.
1723
  #: php:64
1724
  msgid "Subscribers Group"
1725
  msgstr "Abone Grubu"
1726
 
1727
- #: ../notification/notification-edit.php:118
1728
- msgid "Not allowed to update the subscribers group in edit page."
1729
- msgstr "Düzeltme sayfasında güncellenecek E-posta listesi grubu yok!"
1730
-
1731
- #: ../notification/notification-edit.php:120
1732
- #: ../notification/notification-add.php:121
1733
  msgid "Notification Mail"
1734
  msgstr "Bildirim E-Postası"
1735
 
1736
- #: ../notification/notification-edit.php:144
1737
- #: ../notification/notification-add.php:140
1738
  msgid "Post Categories"
1739
  msgstr "Posta Kategorileri"
1740
 
1741
- #: ../notification/notification-edit.php:223
1742
- #: ../notification/notification-add.php:203
 
 
 
 
 
 
 
 
 
1743
  msgid "Please select your custom post type (Optional)."
1744
  msgstr "Lütfen E-posta tipinizi belirleyiniz. (Mecburi değil)"
1745
 
1746
- #: ../notification/notification-edit.php:225
1747
- #: ../notification/notification-add.php:205
1748
  #: ../notification/notification-show.php:58 ../notification/notification-show.
1749
  #: php:66
1750
  msgid "Notification Status"
1751
  msgstr "Bildirim Gönderme Durumu"
1752
 
1753
- #: ../notification/notification-add.php:69
1754
- msgid "Notification was successfully created."
1755
- msgstr "Bildirim başarıyla oluşturuldu."
 
 
 
 
 
1756
 
1757
- #: ../notification/notification-add.php:100
1758
  msgid "Add Notification"
1759
  msgstr "Bildirim Ekle"
1760
 
1761
  #: ../notification/notification-show.php:55
1762
- #: ../notification/notification-show.php:63
1763
  msgid "Mail Subject"
1764
  msgstr "EPosta Konusu"
1765
 
 
 
 
 
 
1766
  #: ../compose/compose-edit.php:41 ../compose/compose-add.php:28
1767
  msgid "Please enter template heading."
1768
  msgstr "Lütfen şablon için başlık giriniz."
@@ -1777,10 +1577,55 @@ msgid "Compose Mail"
1777
  msgstr "E-posta Oluştur"
1778
 
1779
  #: ../compose/compose-edit.php:80 ../compose/compose-add.php:71 ..
1780
- #: sendmail/sendmail.php:132
1781
  msgid "Mail Type"
1782
  msgstr "E-posta Tipi"
1783
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1784
  #: ../compose/compose-show.php:66 ../compose/compose-show.php:74
1785
  msgid "Email subject"
1786
  msgstr "E-posta Konusu"
@@ -1789,7 +1634,7 @@ msgstr "E-posta Konusu"
1789
  msgid "Template was successfully created."
1790
  msgstr "Şablon başarıyla oluşturuldu."
1791
 
1792
- #: ../compose/compose-add.php:76 ../sendmail/sendmail.php:50
1793
  msgid "Please select your mail type."
1794
  msgstr "Lütfen E-posta tipinizi belirleyiniz."
1795
 
@@ -1802,23 +1647,84 @@ msgstr "Beklenmedik URL gönderimi belirlendi"
1802
  msgid "Please enter valid mail count."
1803
  msgstr "Lütfen geçerli E-posta sayısını giriniz."
1804
 
1805
- #: ../cron/cron-add.php:31
1806
- msgid "Cron details successfully updated."
1807
- msgstr "Planlanmış gönderim detayları başarıyla güncellendi."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1808
 
1809
- #: ../cron/cron-add.php:78
1810
- msgid "Mail Count"
1811
- msgstr "E-posta Sayısı"
 
 
 
 
 
 
 
 
 
 
 
 
 
1812
 
1813
- #: ../sendmail/sendmail.php:35
1814
  msgid "Please select your mail subject."
1815
  msgstr "Lütfen E-posta konunuzu seçiniz."
1816
 
1817
- #: ../sendmail/sendmail.php:43
1818
  msgid "No email address selected."
1819
  msgstr "E-posta adresi seçilmedi."
1820
 
1821
- #: ../sendmail/sendmail.php:58
1822
  msgid "Mail sent successfully"
1823
  msgstr "E-posta başarıyla gönderildi"
1824
 
@@ -1826,15 +1732,15 @@ msgstr "E-posta başarıyla gönderildi"
1826
  msgid "Click here for details"
1827
  msgstr "Detaylar için tıklayınız"
1828
 
1829
- #: ../sendmail/sendmail.php:73
1830
  msgid "Oops.. We are getting some error. mail not sending."
1831
  msgstr "Afedersiniz, Bir hata oluşuyor, E-Posta gönderilemiyor!"
1832
 
1833
- #: ../sendmail/sendmail.php:101
1834
  msgid "Select your mail subject"
1835
  msgstr "E-Postanızın konusunu seçiniz"
1836
 
1837
- #: ../sendmail/sendmail.php:102
1838
  msgid ""
1839
  "Select a mail subject from available list. Go to Compose page to create new "
1840
  "mail."
@@ -1842,42 +1748,254 @@ msgstr ""
1842
  "Varolan listeden bir E-Posta konusu seçiniz. Yeni e-posta oluşturmak için E-"
1843
  "posta Şablonu menüsüne gidiniz."
1844
 
1845
- #: ../sendmail/sendmail.php:133
1846
- msgid "Select your mail type."
1847
- msgstr "E-posta tipini seçiniz."
1848
-
1849
- #: ../sendmail/sendmail.php:147
1850
  msgid "Select subscriber group"
1851
  msgstr "Abone grubunu seçiniz."
1852
 
1853
- #: ../sendmail/sendmail.php:148
1854
- msgid "Select your subscriber group to send email."
1855
- msgstr "E-Posta gönderilecek abone grubunuzu seçiniz."
1856
 
1857
- #: ../sendmail/sendmail.php:173
1858
- msgid "Check All"
1859
- msgstr "Hepsini Seç"
1860
 
1861
- #: ../sendmail/sendmail.php:174
1862
- msgid "Uncheck All"
1863
- msgstr "Hiçbirini Seçme"
 
 
 
1864
 
1865
- #: ../sendmail/sendmail.php:237
1866
- msgid "No subscribers available for this search criteria."
1867
- msgstr "Bu arama kriterine uygun abone yok."
 
 
 
1868
 
1869
- #: ../roles/roles-add.php:95
1870
- msgid "Subscribers Menu"
1871
- msgstr "Aboneler Menüsü"
 
 
 
1872
 
1873
  #: ../roles/roles-add.php:103
 
 
 
 
 
 
 
 
1874
  msgid "Compose Menu"
1875
  msgstr "Oluştur Menüsü"
1876
 
1877
  #: ../roles/roles-add.php:111
 
 
 
 
 
 
 
 
1878
  msgid "Notification Menu"
1879
  msgstr "Bildirimler Menüsü"
1880
 
 
 
 
 
 
 
 
 
 
 
 
 
1881
  #: ../roles/roles-add.php:127
 
 
 
 
 
 
 
 
1882
  msgid "Settings Menu"
1883
  msgstr "Ayarlar Menüsü"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  "Project-Id-Version: Email Subscribers\n"
4
  "Report-Msgid-Bugs-To: \n"
5
  "POT-Creation-Date: Tue Feb 09 2016 16:21:13 GMT+0530 (IST)\n"
6
+ "PO-Revision-Date: 2016-07-25 10:00+0200\n"
7
  "Last-Translator: Erkan Oruç <erkanoruc@gmail.com>\n"
8
  "Language-Team: \n"
9
  "Language: tr\n"
22
  "X-Loco-Target-Locale: tr_TR\n"
23
  "X-Poedit-SearchPath-0: ..\n"
24
 
25
+ #: ../subscribers/view-subscriber-show.php:232
26
+ msgid "View Subscribers"
27
+ msgstr "Abonelere Gözat"
28
+
29
+ #. URI of the plugin
30
+ msgid "http://www.storeapps.org/product/email-subscribers"
31
+ msgstr "http://www.storeapps.org/product/email-subscribers"
 
32
 
33
  #. Author of the plugin
34
+ msgid "StoreApps"
35
  msgstr "Uygulama Mağazası"
36
 
37
+ #: ../notification/notification-edit.php:43
38
+ msgid "Please select subscribers group"
39
+ msgstr "Lütfen abone grubunu seçiniz"
40
+
41
+ #: ../notification/notification-edit.php:49
42
+ msgid "Please select notification status"
43
+ msgstr "Lütfen bildirim durumunu seçiniz"
44
+
45
+ #: ../notification/notification-edit.php:114
46
+ msgid "Not allowed to update subscribers group in edit page"
47
+ msgstr "Düzenleme sayfasında abonelerin grup değişimine izin verilmez"
48
+
49
+ #: ../notification/notification-edit.php:126
50
+ #: ../notification/notification-add.php: 134
51
+ msgid "Select notification mail subject (Use compose menu to create new)"
52
+ msgstr ""
53
+ "Bildirim e-posta konusunu seçiniz (Yenisini oluşturmak için oluştur menüsünü "
54
+ "kullanınız)"
55
+
56
+ #: ../notification/notification-edit.php:195
57
+ #: ../notification/notification-add.php: 194
58
+ msgid "Custom Post Type"
59
+ msgstr "Özel Gönderi Tipi"
60
+
61
+ #: ../notification/notification-edit.php:230
62
+ #: ../notification/notification-add.php: 224
63
+ msgid "No Custom Post Types Available"
64
+ msgstr "Gönderi Tipi Mevcut Değil"
65
+
66
+ #: ../notification/notification-edit.php:243
67
+ #: ../notification/notification-add.php: 237
68
+ msgid "Send mail immediately when new post is published"
69
+ msgstr "Yeni yazı yayınladığı anda e-posta gönder"
70
+
71
+ #: ../notification/notification-edit.php:244
72
+ #: ../notification/notification-add.php: 238
73
+ msgid "Add to cron when new post is published and send via cron job"
74
+ msgstr ""
75
+ "Yeni yazı yayınlandığında planlanmış gönderilere ekle ve planlanmış gönderi "
76
+ "ile gönder"
77
+
78
+ #: ../notification/notification-edit.php:245
79
+ #: ../notification/notification-add.php: 239
80
+ msgid "Disable notification"
81
+ msgstr "Bildirimleri durdur"
82
+
83
+ #: ../notification/notification-add.php:70
84
+ msgid "Notification was successfully created. "
85
+ msgstr "Bildirim başarılı bir şekilde oluşturuldu."
86
+
87
+ #: ../notification/notification-add.php:93
88
+ msgid " to view the details."
89
+ msgstr "detayları görmek için."
90
+
91
+ #: ../notification/notification-add.php:110
92
+ msgid "Select subscribers group"
93
+ msgstr "Abone grubunu seçiniz"
94
+
95
+ #: ../notification/notification-add.php:159
96
+ msgid "Select post categories"
97
+ msgstr "Gönderi kategorisini seçiniz"
98
+
99
+ #: ../notification/notification-add.php:195
100
+ msgid "Select your custom post type (Optional)"
101
+ msgstr "Özel gönderi tipini seçiniz (Opsiyonel)"
102
+
103
+ #: ../notification/notification-add.php:232
104
+ msgid "Select notification status"
105
+ msgstr "Bildirim durumunu seçiniz"
106
+
107
+ #: ../notification/notification-show.php:30
108
+ msgid "Selected record was successfully deleted"
109
+ msgstr "Kayıt başarılı bir şekilde silindi"
110
+
111
+ #: ../notification/notification-show.php:117
112
+ msgid "Send mail immediately when new post is published."
113
+ msgstr "Yeni yazı yayınladığı anda e-posta gönder"
114
+
115
+ #: ../notification/notification-show.php:119
116
+ msgid "Add to cron and send mail via cron job."
117
+ msgstr "Planlanmış gönderilere ekle ve planlanmış gönderi ile e-posta gönder."
118
+
119
+ #: ../sendmail/sendmail.php:129
120
+ msgid "Select your mail type"
121
+ msgstr "E-posta tipini seçiniz"
122
+
123
+ #: ../sendmail/sendmail.php:135
124
+ msgid "Send mail immediately"
125
+ msgstr "Anında e-posta gönder"
126
+
127
+ #: ../sendmail/sendmail.php:136
128
+ msgid "Send mail via cron job"
129
+ msgstr "Planlanmış gönderim ile e-posta gönder"
130
+
131
+ #: ../sendmail/sendmail.php:144
132
+ msgid "Select your subscriber group to send email"
133
+ msgstr "E-posta gönderimi için abone grubunu seçiniz"
134
+
135
+ #: ../sendmail/sendmail.php:177
136
+ msgid "A,B,C"
137
+ msgstr "A,B,C"
138
+
139
+ #: ../sendmail/sendmail.php:178
140
+ msgid "D,E,F"
141
+ msgstr "D,E,F"
142
+
143
+ #: ../sendmail/sendmail.php:179
144
+ msgid "G,H,I"
145
+ msgstr "G,H,I"
146
+
147
+ #: ../sendmail/sendmail.php:180
148
+ msgid "J,K,L"
149
+ msgstr "J,K,L"
150
+
151
+ #: ../sendmail/sendmail.php:181
152
+ msgid "M,N,O"
153
+ msgstr "M,N,O"
154
+
155
+ #: ../sendmail/sendmail.php:182
156
+ msgid "P,Q,R"
157
+ msgstr "P,Q,R"
158
+
159
+ #: ../sendmail/sendmail.php:183
160
+ msgid "S,T,U"
161
+ msgstr "S,T,U"
162
+
163
+ #: ../sendmail/sendmail.php:184
164
+ msgid "V,W,X,Y,Z"
165
+ msgstr "V,W,X,Y,Z"
166
+
167
+ #: ../sendmail/sendmail.php:185
168
+ msgid "0-9"
169
+ msgstr "0-9"
170
+
171
+ #: ../sendmail/sendmail.php:186
172
+ msgid "ALL"
173
+ msgstr "HEPSİ"
174
+
175
+ #: ../sendmail/sendmail.php:223
176
+ #, php-format
177
+ msgid ""
178
+ "<span style=\"color:#FF0000\">No subscribers available for %s search "
179
+ "criteria.</span>"
180
+ msgstr ""
181
+ "<span style=\"color:#FF0000\">%s arama kriteri ile abone bulunamadı.</span>"
182
+
183
+ #: ../settings/setting-sync.php:14
184
+ msgid "Table sync completed successfully."
185
+ msgstr "Tablo başarıyla eşitlendi."
186
+
187
+ #: ../settings/setting-sync.php:27
188
  msgid "Sync plugin tables"
189
  msgstr "Eklenti tablolarını eşitle"
190
 
191
+ #: ../settings/setting-sync.php:30
192
  msgid "Click to sync tables"
193
  msgstr "Eşitleme tabloları için tıklayın"
194
 
195
+ #: ../settings/settings-edit.php:17
196
  msgid "Oops, selected details doesnt exists."
197
  msgstr "Afedersiniz, seçilen detaylar mevcut değil."
198
 
199
+ #: ../settings/settings-edit.php:111
200
+ msgid "Please enter sender of notifications from name."
201
+ msgstr "Bildirimlerin hangi isimden gönderileceğini giriniz."
202
+
203
+ #: ../settings/settings-edit.php:116
204
+ msgid "Please enter sender of notifications from email."
205
+ msgstr "Bildirimlerin hangi E-Posta adresinden gönderileceğini giriniz."
206
+
207
+ #: ../settings/settings-edit.php:149
208
+ msgid "Details was successfully updated."
209
+ msgstr "Detaylar başarıyla güncellendi"
210
+
211
+ #: ../settings/settings-edit.php:152
212
+ msgid "Oops, details not update."
213
+ msgstr "Afedersiniz, detaylar güncellenmedi."
214
+
215
+ #: ../settings/settings-edit.php:192 ../classes/es-register.php:155
216
+ #: ../classes/es- register.php:156
217
+ msgid "Settings"
218
+ msgstr "Ayarlar"
219
+
220
+ #: ../settings/settings-edit.php:198
221
+ msgid "Sender of notifications"
222
+ msgstr "Bildirimleri Gönderen"
223
+
224
+ #: ../settings/settings-edit.php:199
225
+ msgid ""
226
+ "Choose a FROM name and FROM email address for all notifications emails from "
227
+ "this plugin."
228
+ msgstr ""
229
+ "Bu eklenti ile gönderilecek bütün bildirimler için gönderen İSİM ve E-POSTA "
230
+ "adresi seçiniz."
231
+
232
+ #: ../settings/settings-edit.php:209
233
+ msgid "Mail type"
234
+ msgstr "E-posta Tipi"
235
+
236
+ #: ../settings/settings-edit.php:210
237
+ msgid ""
238
+ "Option 1 & 2 is to send mails with default Wordpress method wp_mail(). "
239
+ "Option 3 & 4 is to send mails with PHP method mail()"
240
+ msgstr ""
241
+ "Seçenek 1 & 2 ile normal WP metodu kullanılarak gönderilecek \n"
242
+ "wp_mail(). Seçenek 3 & 4 ile PHP metodu kullanılarak gönderilecek. mail()"
243
+
244
+ #: ../settings/settings-edit.php:214
245
  msgid "1. WP HTML MAIL"
246
  msgstr "1. WP HTML POSTA"
247
 
248
+ #: ../settings/settings-edit.php:215
249
  msgid "2. WP PLAINTEXT MAIL"
250
  msgstr "2. WP PLAINTEXT POSTA"
251
 
252
+ #: ../settings/settings-edit.php:216
253
  msgid "3. PHP HTML MAIL"
254
  msgstr " 3. PHP HTML POSTA"
255
 
256
+ #: ../settings/settings-edit.php:217
257
  msgid "4. PHP PLAINTEXT MAIL"
258
  msgstr "4. PHP PLAINTEXT POSTA"
259
 
260
+ #: ../settings/settings-edit.php:224
261
+ msgid "Opt-in option"
262
+ msgstr "Onaylama Seçeneği"
263
+
264
+ #: ../settings/settings-edit.php:225
265
+ msgid ""
266
+ "Double Opt In, means subscribers need to confirm their email address by an "
267
+ "activation link sent them on a activation email message. Single Opt In, "
268
+ "means subscribers do not need to confirm their email address."
269
+ msgstr ""
270
+ "Çift Onay seçeneğinde, E-Posta Listesine kaydolacak adreslere bir onaylama "
271
+ "mesajı ve kayıttan sonra da hoşgeldin mesajı gönderilir.\n"
272
+ "Tek Onay seçeneğinde, sonradan ayrıca bildirim gönderilmez."
273
+
274
+ #: ../settings/settings-edit.php:229
275
  msgid "Double Opt In"
276
  msgstr "Çift Onay"
277
 
278
+ #: ../settings/settings-edit.php:230
279
  #: ../subscribers/view-subscriber-show.php:303
280
  msgid "Single Opt In"
281
  msgstr "Tek Onay"
282
 
283
+ #: ../settings/settings-edit.php:236
284
  msgid "Image Size"
285
  msgstr "Resim Ölçüsü"
286
 
287
+ #: ../settings/settings-edit.php:237
288
  msgid ""
289
  "Select image size for ###POSTIMAGE### to be shown in post notification email"
290
  msgstr ""
291
  "Lütfen yeni yazı bildirim mailindeki ###POSTIMAGE### için resim ölçüsünü "
292
  "belirleyiniz"
293
 
294
+ #: ../settings/settings-edit.php:241
295
  msgid "Full Size"
296
  msgstr "Tam Boy"
297
 
298
+ #: ../settings/settings-edit.php:242
299
  msgid "Medium Size"
300
  msgstr "Orta Boy"
301
 
302
+ #: ../settings/settings-edit.php:243
303
  msgid "Thumbnail"
304
  msgstr "Küçük Boy"
305
 
306
+ #: ../settings/settings-edit.php:249
307
+ msgid "Opt-in mail subject (Confirmation mail)"
308
+ msgstr "Onay E-postasının Konusu "
309
+
310
+ #: ../settings/settings-edit.php:250
311
+ msgid ""
312
+ "Enter the subject for Double Opt In mail. This will send whenever subscriber "
313
+ "added email into our database."
314
+ msgstr ""
315
+ "Çift onay E-posta konusu. E-posta listesine abone olanlara gönderilecektir."
316
+
317
+ #: ../settings/settings-edit.php:256
318
+ msgid "Opt-in mail content (Confirmation mail)"
319
+ msgstr "Onaylama Metni"
320
+
321
+ #: ../settings/settings-edit.php:257
322
+ msgid ""
323
+ "Enter the content for Double Opt In mail. This will send whenever subscriber "
324
+ "added email into our database."
325
+ msgstr ""
326
+ "Çift Onay için E-Posta metni giriniz. Bu metin E-Posta listesine eklenenlere "
327
+ "gönderilecektir."
328
+
329
+ #: ../settings/settings-edit.php:263
330
+ msgid "Opt-in link (Confirmation link)"
331
+ msgstr "Onay Linki"
332
+
333
+ #: ../settings/settings-edit.php:264
334
+ msgid "Double Opt In confirmation link. You no need to change this value."
335
+ msgstr "Çift Onay linki. Bu değerleri değiştirmeniz gerekmez."
336
+
337
+ #: ../settings/settings-edit.php:270
338
+ msgid "Text to display after email subscribed successfully"
339
+ msgstr "Başarıyla Haber Listesine eklendikten sonra gönderilecek Metin."
340
+
341
+ #: ../settings/settings-edit.php:271
342
+ msgid ""
343
+ "This text will display once user clicked email confirmation link from opt-in "
344
+ "(confirmation) email content."
345
+ msgstr ""
346
+ "Bu metin, E-posta mesajındaki onay linkine tıklandığında bir kez "
347
+ "gösterilecektir."
348
+
349
+ #: ../settings/settings-edit.php:278
350
+ msgid "Subscriber welcome email"
351
+ msgstr "Kaydolanlara Hoşgeldin EPostası"
352
+
353
+ #: ../settings/settings-edit.php:279
354
+ msgid "To send welcome mail to subscriber, This option must be set to YES."
355
+ msgstr ""
356
+ "Kaydolanlara hoşgeldin E-Postası göndermek için bu seçenek EVET olarak "
357
+ "seçilmelidir."
358
+
359
+ #: ../settings/settings-edit.php:283 ../settings/settings-edit.php:311
360
  msgid "YES"
361
  msgstr "EVET"
362
 
363
+ #: ../settings/settings-edit.php:284 ../settings/settings-edit.php:312
364
  msgid "NO"
365
  msgstr "HAYIR"
366
 
367
+ #: ../settings/settings-edit.php:290
368
+ msgid "Welcome mail subject"
369
+ msgstr "Hoşgeldin E-postası konusu"
370
+
371
+ #: ../settings/settings-edit.php:291
372
+ msgid ""
373
+ "Enter the subject for subscriber welcome mail. This will send whenever email "
374
+ "subscribed (confirmed) successfully."
375
+ msgstr ""
376
+ "Aboneye hoşgeldin E-Postasının konusunu giriniz. Başarıyla kayıt işlemi "
377
+ "tamamlananlara gönderilecektir."
378
+
379
+ #: ../settings/settings-edit.php:297
380
+ msgid "Subscriber welcome mail content"
381
+ msgstr "Aboneye hoşgeldin E-Posta içeriği"
382
+
383
+ #: ../settings/settings-edit.php:298
384
  msgid ""
385
  "Enter the content for subscriber welcome mail. This will send whenever email "
386
  "subscribed (confirmed) successfully. (Keyword: ###NAME###)"
388
  "Üye olan kişilere hoşgeldin mesaj bildirimi için içerik giriniz. Üyeliği "
389
  "onaylandığı zaman otomatik olarak gönderilecektir. (Anahtar : ###NAME###)"
390
 
391
+ #: ../settings/settings-edit.php:306
392
+ msgid "Mail to admin"
393
+ msgstr "Yöneticiye E-posta gönder"
394
+
395
+ #: ../settings/settings-edit.php:307
396
+ msgid ""
397
+ "To send admin notifications for new subscriber, This option must be set to "
398
+ "YES."
399
+ msgstr ""
400
+ "Site yöneticisine yeni abone bildirimi göndermek için bu seçenek EVET olarak "
401
+ "seçilmelidir."
402
+
403
+ #: ../settings/settings-edit.php:318
404
+ msgid "Admin email addresses"
405
+ msgstr "Site yöneticisi E-posta adresleri"
406
+
407
+ #: ../settings/settings-edit.php:319
408
+ msgid ""
409
+ "Enter the admin email addresses that should receive notifications (separate "
410
+ "by comma)."
411
+ msgstr ""
412
+ "Bildirim gönderilecek site yöneticisi E-posta adreslerini (birden fazla ise "
413
+ "virgülle ayırarak) giriniz."
414
+
415
+ #: ../settings/settings-edit.php:325
416
+ msgid "Admin mail subject"
417
+ msgstr "Site yöneticisi için E-posta konusu"
418
+
419
+ #: ../settings/settings-edit.php:326
420
+ msgid ""
421
+ "Enter the subject for admin mail. This will send whenever new email added "
422
+ "and confirmed into our database."
423
+ msgstr ""
424
+ "Site yöneticisi için E-posta konusu giriniz. Haber Listesine yeni biri "
425
+ "kaydolduğunda gönderilecektir."
426
+
427
+ #: ../settings/settings-edit.php:332
428
+ msgid "Admin mail content"
429
+ msgstr "Site Yöneticisi E-posta Metni"
430
+
431
+ #: ../settings/settings-edit.php:333
432
  msgid ""
433
  "Enter the mail content for admin. This will send whenever new email added "
434
  "and confirmed into our database. (Keyword: ###NAME###, ###EMAIL###)"
437
  "eklendiğinde ve onaylandığında otomatik olarak yöneticiye bildirilecektir. "
438
  "(Anahtar : ###NAME###, ###EMAIL###)"
439
 
440
+ #: ../settings/settings-edit.php:340
441
+ msgid "Unsubscribe link"
442
+ msgstr "Üyelik iptal linki"
443
+
444
+ #: ../settings/settings-edit.php:341
445
+ msgid "Unsubscribe link. You no need to change this value."
446
+ msgstr "Üyelik iptal linki. Bu değeri değiştirmeniz gerekmez."
447
+
448
+ #: ../settings/settings-edit.php:347
449
+ msgid "Unsubscribe text in mail"
450
+ msgstr "Abonelik iptal metni"
451
+
452
+ #: ../settings/settings-edit.php:348
453
  msgid ""
454
  "Enter the text for unsubscribe link. This text is to add unsubscribe link "
455
  "with newsletter. (Keyword: ###LINK###)"
457
  "Üyelikten ayrılma linki için bir yazı giriniz. Bu yazı gönderilen bültene "
458
  "üyelikten ayrıl bağlantısı eklemek içindir. (Anahtar : ###LINK###)"
459
 
460
+ #: ../settings/settings-edit.php:354
461
+ msgid "Text to display after email unsubscribed"
462
+ msgstr "Bir E-posta aboneliği sonlandırıldıktan sonra gösterilecek metin"
463
+
464
+ #: ../settings/settings-edit.php:355
465
+ msgid ""
466
+ "This text will display once user clicked unsubscribed link from our "
467
+ "newsletter."
468
+ msgstr ""
469
+ "Bu Metin, Haber Bültenlerindeki Kayıt Silme linkine tıklayanlara bir kez "
470
+ "gösterilecektir."
471
+
472
+ #: ../settings/settings-edit.php:362
473
+ msgid "Message 1"
474
+ msgstr "Mesaj 1"
475
+
476
+ #: ../settings/settings-edit.php:363
477
+ msgid "Default message to display if any issue on confirmation link."
478
+ msgstr ""
479
+ "Onaylama linkinde herhangi bir sorun olduğunda gösterilecek varsayılan metin"
480
+
481
+ #: ../settings/settings-edit.php:369
482
+ msgid "Message 2"
483
+ msgstr "Mesaj 2"
484
+
485
+ #: ../settings/settings-edit.php:370
486
+ msgid "Default message to display if any issue on unsubscribe link."
487
+ msgstr "Kayıt silme linkinde herhangi bir sorun olduğunda gösterilecek metin"
488
+
489
+ #: ../settings/settings-edit.php:377
490
  msgid "Sent report subject"
491
  msgstr "Gönderilen rapor konusu"
492
 
493
+ #: ../settings/settings-edit.php:378
494
  msgid "Mail subject for sent mail report."
495
  msgstr "Gönderilen rapor için e-posta konusu"
496
 
497
+ #: ../settings/settings-edit.php:384
498
  msgid "Sent report content"
499
  msgstr "Gönderilen rapor içeriği"
500
 
501
+ #: ../settings/settings-edit.php:385
502
  msgid ""
503
  "Mail content for sent mail report. (Keyword: ###COUNT###, ###UNIQUE###, "
504
  "###STARTTIME###, ###ENDTIME###)"
506
  "Gönderilen rapor için e-posta içeriği. (Anahtarlar : ###COUNT###, "
507
  "###UNIQUE###, ###STARTTIME###, ###ENDTIME###)"
508
 
509
+ #: ../settings/settings-edit.php:396
510
+ msgid "Save Settings"
511
+ msgstr "Ayarları Kaydet"
512
 
513
+ #: ../settings/settings-edit.php:397
514
+ #: ../subscribers/view-subscriber-add.php:154 ..
515
+ #: subscribers/view-subscriber-sync.php:157
516
+ #: ../subscribers/view-subscriber-edit. php:147
517
+ #: ../notification/notification-edit.php:255 ../notification/notification-
518
+ #: add.php:248 ../compose/compose-edit.php:109 ../compose/compose-add.php:100
519
+ #: cron/cron-add.php:89 ../sendmail/sendmail.php:240
520
+ #: ../roles/roles-add.php:157
521
+ msgid "Cancel"
522
+ msgstr "İptal"
523
 
524
+ #: ../settings/settings-edit.php:398 ../sentmail/sentmail-preview.php:36 ..
525
+ #: sentmail/deliverreport-show.php:118 ../subscribers/view-subscriber-add.php:
526
+ #: 155 ../subscribers/view-subscriber-sync.php:158
527
+ #: ../subscribers/view-subscriber- export.php:68
528
+ #: ../subscribers/view-subscriber-edit.php:148 ../subscribers/view-
529
+ #: subscriber-import.php:189 ../subscribers/view-subscriber-show.php:448
530
+ #: notification/notification-edit.php:256
531
+ #: ../notification/notification-add.php: 249
532
+ #: ../notification/notification-show.php:141 ../compose/compose-edit.php:110 .
533
+ #: compose/compose-show.php:113 ../compose/compose-preview.php:35
534
+ #: compose/compose-add.php:101 ../cron/cron-add.php:90
535
+ #: ../sendmail/sendmail.php: 241 ../roles/roles-add.php:158
536
+ msgid "Help"
537
+ msgstr "Yardım"
538
 
539
+ #: ../job/es-optin.php:56 ../job/es-optin.php:66 ../job/es-unsubscribe.php:53
540
+ #: .. job/es-unsubscribe.php:60
541
+ msgid ""
542
+ "Oops.. We are getting some technical error. Please try again or contact "
543
+ "admin."
544
+ msgstr ""
545
+ "Afedersiniz.. Teknik bir sorun yaşıyoruz. Lütfen tekrar deneyin veya site "
546
+ "yönetimine E-posta gönderin."
547
 
548
+ #: ../job/es-optin.php:59
549
+ msgid "This email address has already been confirmed."
550
+ msgstr "E-Posta adresi seçilmedi."
551
+
552
+ #: ../sentmail/sentmail-show.php:19 ../sentmail/sentmail-preview.php:15 ..
553
+ #: subscribers/view-subscriber-edit.php:12
554
+ #: ../subscribers/view-subscriber-show. php:46
555
+ #: ../notification/notification-edit.php:16 ../notification/notification-
556
+ #: show.php:18 ../compose/compose-edit.php:15 ../compose/compose-show.php:31
557
+ #: compose/compose-preview.php:13
558
+ msgid "Oops, selected details doesnt exist."
559
+ msgstr "Afedersiniz, seçilen detaylar yok."
560
+
561
+ #: ../sentmail/sentmail-show.php:31 ../subscribers/view-subscriber-show.php:60
562
+ #: .. subscribers/view-subscriber-show.php:104 ../compose/compose-show.php:43
563
+ msgid "Selected record was successfully deleted."
564
+ msgstr "Seçilen kayıt başarıyla silindi."
565
+
566
+ #: ../sentmail/sentmail-show.php:38
567
+ msgid "Successfully deleted all reports except latest 10."
568
+ msgstr "En son 10 rapor hariç hepsi başarıyla silindi."
569
+
570
+ #: ../sentmail/sentmail-show.php:49 ../classes/es-register.php:161
571
+ #: ../classes/es- register.php:162
572
+ msgid "Sent Mails"
573
+ msgstr "Giden E-Postalar"
574
+
575
+ #: ../sentmail/sentmail-show.php:67 ../sentmail/sentmail-show.php:80
576
+ msgid "View Reports"
577
+ msgstr "Raporlara Gözat"
578
+
579
+ #: ../sentmail/sentmail-show.php:68 ../sentmail/sentmail-show.php:81 ..
580
+ #: compose/compose-show.php:95
581
+ msgid "Preview"
582
+ msgstr "Önizleme"
583
+
584
+ #: ../sentmail/sentmail-show.php:69 ../sentmail/sentmail-show.php:82
585
+ msgid "Source"
586
+ msgstr "Kaynak"
587
+
588
+ #: ../sentmail/sentmail-show.php:70 ../sentmail/sentmail-show.php:83 ..
589
+ #: sentmail/deliverreport-show.php:42 ../sentmail/deliverreport-show.php:54
590
+ #: subscribers/view-subscriber-add.php:121
591
+ #: ../subscribers/view-subscriber-edit. php:105
592
+ #: ../subscribers/view-subscriber-import.php:155 ../subscribers/view-
593
+ #: subscriber-show.php:327 ../subscribers/view-subscriber-show.php:340
594
+ #: compose/compose-edit.php:99 ../compose/compose-show.php:67
595
+ #: ../compose/compose- show.php:75 ../compose/compose-add.php:90
596
+ msgid "Status"
597
+ msgstr "Durum"
598
+
599
+ #: ../sentmail/sentmail-show.php:71 ../sentmail/sentmail-show.php:84 ..
600
+ #: sentmail/deliverreport-show.php:43 ../sentmail/deliverreport-show.php:55
601
+ #: compose/compose-show.php:68 ../compose/compose-show.php:76
602
+ msgid "Type"
603
+ msgstr "Tür"
604
+
605
+ #: ../sentmail/sentmail-show.php:72 ../sentmail/sentmail-show.php:85
606
+ msgid "Start Date"
607
+ msgstr "Başlama Tarihi"
608
+
609
+ #: ../sentmail/sentmail-show.php:73 ../sentmail/sentmail-show.php:86
610
+ msgid "End Date"
611
+ msgstr "Bitiş Tarihi"
612
+
613
+ #: ../sentmail/sentmail-show.php:74 ../sentmail/sentmail-show.php:87
614
+ msgid "Total"
615
+ msgstr "Toplam"
616
+
617
+ #: ../sentmail/sentmail-show.php:75 ../sentmail/sentmail-show.php:88 ..
618
+ #: subscribers/view-subscriber-export.php:30 ../subscribers/view-subscriber-
619
+ #: export.php:38 ../subscribers/view-subscriber-show.php:330
620
+ #: ../subscribers/view- subscriber-show.php:343 ../compose/compose-show.php:69
621
+ #: ../compose/compose-show. php:77
622
+ msgid "Action"
623
+ msgstr "Eylem"
624
+
625
+ #: ../sentmail/sentmail-show.php:128 ../sentmail/deliverreport-show.php:82 ..
626
+ #: notification/notification-show.php:130 ../compose/compose-show.php:102
627
+ msgid "No records available."
628
+ msgstr "Kayıt Yok!"
629
+
630
+ #: ../sentmail/sentmail-show.php:140 ../sentmail/deliverreport-show.php:94
631
+ msgid " &lt;&lt; "
632
+ msgstr " &lt;&lt; "
633
+
634
+ #: ../sentmail/sentmail-show.php:141 ../sentmail/deliverreport-show.php:95
635
+ msgid " &gt;&gt; "
636
+ msgstr " &gt;&gt; "
637
+
638
+ #: ../sentmail/sentmail-show.php:164 ../sentmail/sentmail-show.php:166
639
+ msgid "Optimize Table"
640
+ msgstr "Tabloyu Optimize Et"
641
+
642
+ #: ../sentmail/sentmail-show.php:174
643
+ msgid ""
644
+ "Note: Please click <strong>Optimize Table</strong> button to delete all "
645
+ "reports except latest 10."
646
+ msgstr ""
647
+ "Not: En Son 10 Rapor dışındakileri silmek için <strong>Tabloları Optimize "
648
+ "Et</strong> tuşuna tıklayın."
649
+
650
+ #: ../sentmail/sentmail-preview.php:22 ../compose/compose-preview.php:21
651
+ msgid "Preview Mail"
652
+ msgstr "E-posta Önizleme"
653
+
654
+ #: ../sentmail/sentmail-preview.php:35 ../sentmail/deliverreport-show.php:117
655
+ #: .. subscribers/view-subscriber-export.php:67
656
+ #: ../subscribers/view-subscriber- import.php:188
657
+ #: ../compose/compose-preview.php:33
658
+ msgid "Back"
659
+ msgstr "Geri"
660
+
661
+ #: ../sentmail/deliverreport-show.php:13
662
+ msgid "Oops.. Unexpected error occurred. Please try again."
663
+ msgstr "Afedersiniz... Beklenmedik bir hata oldu, tekrar deneyiniz."
664
+
665
+ #: ../sentmail/deliverreport-show.php:22
666
+ msgid "Delivery Report"
667
+ msgstr "Teslimat Raporu"
668
+
669
+ #: ../sentmail/deliverreport-show.php:39 ../sentmail/deliverreport-show.php:51
670
+ #: .. subscribers/view-subscriber-export.php:27
671
+ #: ../subscribers/view-subscriber- export.php:35
672
+ #: ../subscribers/view-subscriber-show.php:324 ../subscribers/view-
673
+ #: subscriber-show.php:337
674
+ msgid "Sno"
675
+ msgstr "Sıra"
676
+
677
+ #: ../sentmail/deliverreport-show.php:40 ../sentmail/deliverreport-show.php:52
678
+ msgid "Email"
679
+ msgstr "E-posta"
680
+
681
+ #: ../sentmail/deliverreport-show.php:41 ../sentmail/deliverreport-show.php:53
682
+ msgid "Sent Date"
683
+ msgstr "Gönderim Tarihi"
684
+
685
+ #: ../sentmail/deliverreport-show.php:44 ../sentmail/deliverreport-show.php:56
686
+ msgid "Viewed Status"
687
+ msgstr "Görülme Durumu"
688
+
689
+ #: ../sentmail/deliverreport-show.php:45 ../sentmail/deliverreport-show.php:57
690
+ msgid "Viewed Date"
691
+ msgstr "Görülme Tarihi"
692
+
693
+ #: ../sentmail/deliverreport-show.php:46 ../sentmail/deliverreport-show.php:58
694
+ #: .. subscribers/view-subscriber-show.php:329
695
+ #: ../subscribers/view-subscriber-show. php:342
696
+ msgid "Database ID"
697
+ msgstr "Veritabanı No"
698
+
699
+ #: ../classes/es-loadwidget.php:24 ../classes/es-register.php:411 ..
700
+ #: subscribers/view-subscriber-show.php:326
701
+ #: ../subscribers/view-subscriber-show. php:339
702
+ msgid "Name"
703
+ msgstr "Adınız"
704
+
705
+ #: ../classes/es-loadwidget.php:29 ../classes/es-register.php:416
706
+ msgid "Email *"
707
+ msgstr "E-posta Adresiniz*"
708
+
709
+ #: ../classes/es-loadwidget.php:34 ../classes/es-register.php:421
710
+ msgid "Subscribe"
711
+ msgstr "Üye Ol"
712
+
713
+ #. Name of the plugin
714
+ #: ../classes/es-register.php:137 ../classes/es-register.php:138
715
+ msgid "Email Subscribers"
716
+ msgstr "Email Subscribers"
717
+
718
+ #: ../classes/es-register.php:140 ../classes/es-register.php:141
719
+ msgid "Subscribers"
720
+ msgstr "Aboneler"
721
+
722
+ #: ../classes/es-register.php:143 ../classes/es-register.php:144
723
+ msgid "Compose"
724
+ msgstr "Oluştur"
725
+
726
+ #: ../classes/es-register.php:146 ../classes/es-register.php:147 ..
727
+ #: notification/notification-show.php:44
728
+ msgid "Notification"
729
+ msgstr "Bildirimler"
730
+
731
+ #: ../classes/es-register.php:149 ../classes/es-register.php:150 ..
732
+ #: sendmail/sendmail.php:93 ../sendmail/sendmail.php:236 ../sendmail/sendmail.
733
+ #: php:238
734
+ msgid "Send Email"
735
+ msgstr "E-posta Gönder"
736
+
737
+ #: ../classes/es-register.php:152
738
+ msgid "Cron"
739
+ msgstr "Planlama"
740
+
741
+ #: ../classes/es-register.php:153
742
+ msgid "Cron Mail"
743
+ msgstr "Planlanmış E-posta"
744
+
745
+ #: ../classes/es-register.php:158 ../classes/es-register.php:159
746
+ msgid "Roles"
747
+ msgstr "Yetkiler"
748
+
749
+ #: ../classes/es-register.php:164
750
+ msgid "Help & Info"
751
+ msgstr "Yardım & Bilgi"
752
+
753
+ #: ../classes/es-register.php:165
754
+ msgid "<span style=\"color:#f18500;font-weight:bolder;\">Help & Info"
755
+ msgstr "<span style=\"color:#f18500;font-weight:bolder;\">Yardım & Bilgi"
756
+
757
+ #: ../classes/es-register.php:176
758
+ msgctxt "view-subscriber-enhanced-select"
759
+ msgid "Please enter subscriber email address."
760
+ msgstr "Lütfen abone e-posta adresi giriniz."
761
 
762
  #: ../classes/es-register.php:177
763
  msgctxt "view-subscriber-enhanced-select"
764
+ msgid "Please select subscriber email status."
765
+ msgstr "Lütfen abone e-posta durumunu seçiniz"
766
+
767
+ #: ../classes/es-register.php:178
768
+ msgctxt "view-subscriber-enhanced-select"
769
  msgid "Please select or create group for this subscriber."
770
  msgstr "Bu abone için bir grup seçiniz veya oluşturunuz."
771
 
772
+ #: ../classes/es-register.php:179
773
  msgctxt "view-subscriber-enhanced-select"
774
  msgid "Do you want to delete this record?"
775
  msgstr "Bu kaydı silmek istiyor musunuz?"
776
 
777
+ #: ../classes/es-register.php:180
778
  msgctxt "view-subscriber-enhanced-select"
779
  msgid "Please select the bulk action."
780
  msgstr "Lütfen toplu işlem seçiniz."
781
 
782
+ #: ../classes/es-register.php:181
783
  msgctxt "view-subscriber-enhanced-select"
784
  msgid "Do you want to delete selected record(s)?"
785
  msgstr "Seçilen kaydı ve kayıtları silmek istiyor musunuz?"
786
 
787
+ #: ../classes/es-register.php:182
788
  msgctxt "view-subscriber-enhanced-select"
789
  msgid "Are you sure you want to delete?"
790
  msgstr "Silmek istediğinizden emin misiniz?"
791
 
792
+ #: ../classes/es-register.php:183
793
  msgctxt "view-subscriber-enhanced-select"
794
  msgid ""
795
  "Do you want to resend confirmation email? \\nAlso please note, this will "
798
  "Onay mailini tekrar göndermek ister misiniz? \\nAyrıca lütfen not ediniz. Bu "
799
  "seçenek abonelik durumunu \"Onaylanmadı\" olarak ayarlayacaktır."
800
 
801
+ #: ../classes/es-register.php:184
802
  msgctxt "view-subscriber-enhanced-select"
803
  msgid "Please select new subscriber group."
804
  msgstr "Lütfen yeni abone grubu seçiniz."
805
 
806
+ #: ../classes/es-register.php:185
807
  msgctxt "view-subscriber-enhanced-select"
808
  msgid "Do you want to update subscribers group?"
809
  msgstr "Abonelerin grubunu güncellemek istiyor musunuz?"
810
 
811
+ #: ../classes/es-register.php:186
812
  msgctxt "view-subscriber-enhanced-select"
813
  msgid "Do you want to export the emails?"
814
  msgstr "E-posta adreslerini dışarı aktarmak istiyor musunuz?"
815
 
816
+ #: ../classes/es-register.php:187
817
  msgctxt "view-subscriber-enhanced-select"
818
  msgid ""
819
  "Please select only csv file. Please check official website for csv "
822
  "Lütfen sadece CSV dosyası seçiniz. Lütfen CSV dosya yapısı için resmi site "
823
  "adresini ziyaret ediniz."
824
 
825
+ #: ../classes/es-register.php:195
826
  msgctxt "compose-enhanced-select"
827
  msgid "Please enter name for configuration."
828
  msgstr "Lütfen ayarlar için isim giriniz."
829
 
830
+ #: ../classes/es-register.php:196
831
  msgctxt "compose-enhanced-select"
832
  msgid "Please select template for this configuration."
833
  msgstr "Lütfen ayarlar için bir şablon seçiniz."
834
 
835
+ #: ../classes/es-register.php:197
836
  msgctxt "compose-enhanced-select"
837
  msgid "Do you want to delete this record?"
838
  msgstr "Bu kaydı silmek istiyor musunuz?"
839
 
840
+ #: ../classes/es-register.php:205
841
  msgctxt "notification-enhanced-select"
842
  msgid "Please select subscribers group."
843
  msgstr "Lütfen abonelerin grubunu seçiniz."
844
 
845
+ #: ../classes/es-register.php:206
846
  msgctxt "notification-enhanced-select"
847
  msgid ""
848
  "Please select notification mail subject. Use compose menu to create new."
850
  "Lütfen bildirim e-postasının konusunu seçiniz. Yeni oluşturmak için oluştur "
851
  "menüsünü kullanınız."
852
 
853
+ #: ../classes/es-register.php:207
854
  msgctxt "notification-enhanced-select"
855
  msgid "Please select notification status."
856
  msgstr "Lütfen bildirim durumunu seçiniz."
857
 
858
+ #: ../classes/es-register.php:208
859
  msgctxt "notification-enhanced-select"
860
  msgid "Do you want to delete this record?"
861
  msgstr "Bu kaydı silmek istiyor musunuz?"
862
 
863
+ #: ../classes/es-register.php:216
864
  msgctxt "sendmail-enhanced-select"
865
  msgid "Please select your mail subject."
866
  msgstr "Lütfen e-posta konusunu seçiniz."
867
 
868
+ #: ../classes/es-register.php:217
869
  msgctxt "sendmail-enhanced-select"
870
  msgid "Please select subscriber email status."
871
  msgstr "Lütfen abone e-posta durumunu seçiniz."
872
 
873
+ #: ../classes/es-register.php:218
874
  msgctxt "sendmail-enhanced-select"
875
  msgid "Are you sure you want to send email to all selected email address?"
876
  msgstr ""
877
  "Tüm seçili e-posta adreslerine bildirim göndermek istediğinizden emin "
878
  "misiniz?"
879
 
880
+ #: ../classes/es-register.php:230
881
  msgctxt "sentmail-enhanced-select"
882
  msgid "Do you want to delete this record?"
883
  msgstr "Bu kaydı silmek istiyor musunuz?"
884
 
885
+ #: ../classes/es-register.php:231
886
  msgctxt "sentmail-enhanced-select"
887
  msgid "Do you want to delete all records except latest 10?"
888
  msgstr "Son 10 kayıt haricindeki tüm kayıtları silmek istiyor musunuz?"
889
 
890
+ #: ../classes/es-register.php:239
891
  msgctxt "roles-enhanced-select"
892
  msgid "Please enter subscriber email address."
893
  msgstr "Lütfen abone e-posta adresi giriniz."
894
 
895
+ #: ../classes/es-register.php:240
896
  msgctxt "roles-enhanced-select"
897
  msgid "Please select subscriber email status."
898
  msgstr "Lütfen abone e-posta adresi durumunu giriniz."
899
 
900
+ #: ../classes/es-register.php:241
901
  msgctxt "roles-enhanced-select"
902
  msgid "Please select or create group for this subscriber."
903
  msgstr "Lütfen aboneler için bir grup seçiniz veya oluşturunuz."
904
 
905
+ #: ../classes/es-register.php:249
906
  msgctxt "cron-enhanced-select"
907
  msgid "Please select enter number of mails you want to send per hour/trigger."
908
  msgstr "Lütfen her saat başı gönderilecek e-posta adedini seçiniz."
909
 
910
+ #: ../classes/es-register.php:250
911
  msgctxt "cron-enhanced-select"
912
  msgid "Please enter the mail count, only number."
913
  msgstr "Lütfen e-posta sayısını giriniz.(Sadece rakamlar)"
914
 
915
+ #: ../classes/es-register.php:263
916
+ msgctxt "widget-enhanced-select"
917
+ msgid "Please enter email address."
918
+ msgstr "Lütfen geçerli bir e-posta adresi giriniz."
919
+
920
+ #: ../classes/es-register.php:264
921
+ msgctxt "widget-enhanced-select"
922
+ msgid "Please provide a valid email address."
923
+ msgstr "Lütfen geçerli bir e-posta adresi giriniz."
924
+
925
  #: ../classes/es-register.php:265
926
  msgctxt "widget-enhanced-select"
927
+ msgid "loading..."
928
+ msgstr "Lütfen bekleyiniz..."
929
+
930
+ #: ../classes/es-register.php:266
931
+ msgctxt "widget-enhanced-select"
932
  msgid "Cannot create XMLHTTP instance"
933
  msgstr "XMLHTTP örneği oluşturulamıyor"
934
 
935
+ #: ../classes/es-register.php:267
936
+ msgctxt "widget-enhanced-select"
937
+ msgid "Subscribed successfully."
938
+ msgstr "Üyelik tamamlandı."
939
+
940
  #: ../classes/es-register.php:268
941
  msgctxt "widget-enhanced-select"
942
+ msgid ""
943
+ "You have successfully subscribed to the newsletter. You will receive a "
944
+ "confirmation email in a few minutes. Please follow the link in it to confirm "
945
+ "your subscription. If the email takes more than 15 minutes to appear in your "
946
+ "mailbox, please check your spam folder."
947
+ msgstr ""
948
+ "E-posta aboneliğiniz başarıyla gerçekleştirildi. Birkaç dakika içinde onay "
949
+ "maili alacaksınız. Lütfen aboneliğinizin tamamlanması için gelen e-posta "
950
+ "içindeki onay linkini tıklayınız. Eğer 15 dakikadan uzun süre onay e-postası "
951
+ "gelmezse lütfen spam klasörüne gözatınız."
952
+
953
+ #: ../classes/es-register.php:269
954
+ msgctxt "widget-enhanced-select"
955
  msgid "Email Address already exists."
956
  msgstr "E-posta adresi zaten eklenmiş."
957
 
958
+ #: ../classes/es-register.php:270
959
+ msgctxt "widget-enhanced-select"
960
+ msgid "Oops.. Unexpected error occurred."
961
+ msgstr "Beklenmeyen bir hata oluştu."
 
 
 
 
 
962
 
963
+ #: ../classes/es-register.php:271
964
+ msgctxt "widget-enhanced-select"
965
+ msgid "Invalid email address."
966
+ msgstr "Geçersiz mail adresi."
967
+
968
+ #: ../classes/es-register.php:272
969
+ msgctxt "widget-enhanced-select"
970
  msgid "Please try after some time."
971
+ msgstr "Lütfen biraz sonra tekrar deneyiniz."
972
+
973
+ #: ../classes/es-register.php:273
974
+ msgctxt "widget-enhanced-select"
975
+ msgid "There was a problem with the request."
976
+ msgstr "Bir problem oluştu."
977
+
978
+ #: ../classes/es-register.php:280
979
+ msgctxt "widget-page-enhanced-select"
980
+ msgid "Please enter email address."
981
+ msgstr "Lütfen mail adresinizi giriniz."
982
+
983
+ #: ../classes/es-register.php:281
984
+ msgctxt "widget-page-enhanced-select"
985
+ msgid "Please provide a valid email address."
986
+ msgstr "Lütfen geçerli bir mail adresi giriniz."
987
+
988
+ #: ../classes/es-register.php:282
989
+ msgctxt "widget-page-enhanced-select"
990
+ msgid "loading..."
991
+ msgstr "Lütfen bekleyiniz..."
992
+
993
+ #: ../classes/es-register.php:283
994
+ msgctxt "widget-page-enhanced-select"
995
+ msgid "Cannot create XMLHTTP instance"
996
+ msgstr "XMLHTTP örneği oluşturulamıyor"
997
+
998
+ #: ../classes/es-register.php:284
999
+ msgctxt "widget-page-enhanced-select"
1000
+ msgid "Subscribed successfully."
1001
+ msgstr "Üyelik tamamlandı."
1002
+
1003
+ #: ../classes/es-register.php:285
1004
+ msgctxt "widget-page-enhanced-select"
1005
+ msgid ""
1006
+ "You have successfully subscribed to the newsletter. You will receive a "
1007
+ "confirmation email in a few minutes. Please follow the link in it to confirm "
1008
+ "your subscription. If the email takes more than 15 minutes to appear in your "
1009
+ "mailbox, please check your spam folder."
1010
+ msgstr ""
1011
+ "E-posta aboneliğiniz başarıyla gerçekleştirildi. Birkaç dakika içinde onay "
1012
+ "maili alacaksınız. Lütfen aboneliğinizin tamamlanması için gelen e-posta "
1013
+ "içindeki onay linkini tıklayınız. Eğer 15 dakikadan uzun süre onay e-postası "
1014
+ "gelmezse lütfen spam klasörüne gözatınız."
1015
+
1016
+ #: ../classes/es-register.php:286
1017
+ msgctxt "widget-page-enhanced-select"
1018
+ msgid "Email Address already exists."
1019
+ msgstr "E-posta adresi zaten kayıtlı."
1020
+
1021
+ #: ../classes/es-register.php:287
1022
+ msgctxt "widget-page-enhanced-select"
1023
+ msgid "Oops.. Unexpected error occurred."
1024
+ msgstr "Afedersiniz, Beklenmeyen bir hata oluştu."
1025
+
1026
+ #: ../classes/es-register.php:288
1027
+ msgctxt "widget-page-enhanced-select"
1028
+ msgid "Invalid email address."
1029
+ msgstr "Geçersiz mail adresi."
1030
 
1031
  #: ../classes/es-register.php:289
1032
  msgctxt "widget-page-enhanced-select"
1033
+ msgid "Please try after some time."
1034
+ msgstr "Lütfen bir süre sonra tekrar deneyiniz."
1035
+
1036
+ #: ../classes/es-register.php:290
1037
+ msgctxt "widget-page-enhanced-select"
1038
  msgid "There was a problem with the request."
1039
  msgstr "İstediğiniz işlemde bir problem vardı."
1040
 
1041
+ #: ../classes/es-register.php:456
1042
+ msgid "Widget Title"
1043
+ msgstr "Bileşen Adı"
1044
+
1045
+ #: ../classes/es-register.php:460
1046
+ msgid "Display Name Field"
1047
+ msgstr "İsim Alanını Göster"
1048
+
1049
+ #: ../classes/es-register.php:467
1050
+ msgid "Short Description"
1051
+ msgstr "Kısa Açıklama"
1052
+
1053
+ #: ../classes/es-register.php:469
1054
+ msgid "Short description about your subscription form."
1055
+ msgstr "Kayıt formunuz hakkında kısa açıklama."
1056
+
1057
+ #: ../classes/es-register.php:472
1058
+ msgid "Subscriber Group"
1059
+ msgstr "Abone Grubu"
1060
+
1061
+ #: ../classes/es-common.php:8
1062
  msgid "<span style=\"color:#006600;font-weight:bold;\">Confirmed</span>"
1063
  msgstr "<span style=\"color:#006600;font-weight:bold;\">Onaylandı</span>"
1064
 
1065
+ #: ../classes/es-common.php:11
1066
  msgid "<span style=\"color:#FF0000\">Unconfirmed</span>"
1067
  msgstr "<span style=\"color:#FF0000\">Onaylanmadı</span>"
1068
 
1069
+ #: ../classes/es-common.php:14
1070
  msgid "<span style=\"color:#999900\">Unsubscribed</span>"
1071
  msgstr "<span style=\"color:#999900\">Abonelik İptal Edildi</span>"
1072
 
1073
+ #: ../classes/es-common.php:17
1074
  msgid "<span style=\"color:#0000FF\">Single Opt In</span>"
1075
  msgstr "<span style=\"color:#0000FF\">Çift Seçenek Girişi</span>"
1076
 
1077
+ #: ../classes/es-common.php:20
1078
  msgid "<span style=\"color:#00CC00;font-weight:bold\">Viewed</span>"
1079
  msgstr "<span style=\"color:#00CC00;font-weight:bold\">Bakıldı</span>"
1080
 
1081
+ #: ../classes/es-common.php:23
1082
  msgid "<span style=\"color:#999900;\">Nodata</span>"
1083
  msgstr "<span style=\"color:#999900;\">Bilgi Yok</span>"
1084
 
1085
+ #: ../classes/es-common.php:26
1086
  msgid "<span style=\"color:#FF0000\">Disable</span>"
1087
  msgstr "<span style=\"color:#FF0000\">Devredışı</span>"
1088
 
1089
+ #: ../classes/es-common.php:29
1090
  msgid "<span style=\"color:#FF0000\">In Queue</span>"
1091
  msgstr "<span style=\"color:#FF0000\">Sırada</span>"
1092
 
1093
+ #: ../classes/es-common.php:32
1094
  msgid "<span style=\"color:#00FF00;font-weight:bold;\">Sent</span>"
1095
  msgstr "<span style=\"color:#00FF00;font-weight:bold;\">Gönderildi</span>"
1096
 
1097
+ #: ../classes/es-common.php:35
1098
  msgid "<span style=\"color:#ffd700;font-weight:bold;\">Cron Mail</span>"
1099
  msgstr ""
1100
  "<span style=\"color:#ffd700;font-weight:bold;\">Planlanmış Gönderi</span>"
1101
 
1102
+ #: ../classes/es-common.php:38
1103
  msgid "<span style=\"color:#993399;\">Instant Mail</span>"
1104
  msgstr "<span style=\"color:#993399;\">Anında Gönderi</span>"
1105
 
1106
+ #: ../subscribers/view-subscriber-add.php:28
1107
+ #: ../subscribers/view-subscriber-add. php:119
1108
+ #: ../subscribers/view-subscriber-edit.php:43 ../subscribers/view-
1109
+ #: subscriber-edit.php:103
1110
+ msgid "Please enter subscriber email address."
1111
+ msgstr "Lütfen abone E-Posta adresini giriniz."
1112
+
1113
+ #: ../subscribers/view-subscriber-add.php:45
1114
+ msgid "Please select or create your group for this email."
1115
+ msgstr ""
1116
+ "Lütfen bu E-Posta için bir grup seçiniz veya yeni bir grup oluşturunuz."
1117
+
1118
  #: ../subscribers/view-subscriber-add.php:54 ../subscribers/view-subscriber-
1119
  #: import.php:45
1120
  msgid ""
1124
  "Hata: Grup isimlerinde özel karakterlere (['^$%&*()}{@#~?><>,|=_+\\\"]) izin "
1125
  "verilmemektedir."
1126
 
1127
+ #: ../subscribers/view-subscriber-add.php:66
1128
+ msgid "Email was successfully inserted."
1129
+ msgstr "E-Posta başarıyla eklendi."
1130
+
1131
+ #: ../subscribers/view-subscriber-add.php:70
1132
+ msgid "Email already exist in our list."
1133
+ msgstr "Bu E-Posta zaten listemizde var."
1134
+
1135
+ #: ../subscribers/view-subscriber-add.php:75
1136
+ msgid "Email is invalid."
1137
+ msgstr "Bu E-Posta geçersiz."
1138
+
1139
+ #: ../subscribers/view-subscriber-add.php:92
1140
+ #: ../subscribers/view-subscriber-add. php:101
1141
+ #: ../subscribers/view-subscriber-edit.php:86 ../subscribers/view-
1142
+ #: subscriber-import.php:107 ../subscribers/view-subscriber-import.php:138 ..
1143
+ #: notification/notification-edit.php:96
1144
+ #: ../notification/notification-add.php:92 ../compose/compose-edit.php:67
1145
+ #: ../compose/compose-add.php:59
1146
+ msgid "Click here"
1147
+ msgstr "Buraya tıklayınız"
1148
+
1149
+ #: ../subscribers/view-subscriber-add.php:92
1150
+ #: ../subscribers/view-subscriber-add. php:101
1151
+ #: ../subscribers/view-subscriber-edit.php:86 ../subscribers/view-
1152
+ #: subscriber-import.php:107 ../subscribers/view-subscriber-import.php:138 ..
1153
+ #: notification/notification-edit.php:97 ../compose/compose-edit.php:68
1154
+ #: compose/compose-add.php:60
1155
+ msgid " to view the details"
1156
+ msgstr "detayları görmek için"
1157
+
1158
+ #: ../subscribers/view-subscriber-add.php:111
1159
+ msgid "Add email"
1160
+ msgstr "E-Posta Ekle"
1161
+
1162
+ #: ../subscribers/view-subscriber-add.php:113
1163
+ #: ../subscribers/view-subscriber-edit. php:97
1164
+ msgid "Enter full name"
1165
+ msgstr "Tam isim giriniz"
1166
+
1167
+ #: ../subscribers/view-subscriber-add.php:115
1168
+ #: ../subscribers/view-subscriber-edit. php:99
1169
+ msgid "Please enter subscriber full name."
1170
+ msgstr "Lütfen abonenin tam adını giriniz."
1171
+
1172
+ #: ../subscribers/view-subscriber-add.php:117
1173
+ #: ../subscribers/view-subscriber-edit. php:101
1174
+ msgid "Enter email address."
1175
+ msgstr "E-Posta adresini giriniz."
1176
+
1177
+ #: ../subscribers/view-subscriber-add.php:128
1178
+ #: ../subscribers/view-subscriber-edit. php:112
1179
+ #: ../subscribers/view-subscriber-import.php:162
1180
+ msgid "Please select subscriber email status."
1181
+ msgstr "Lütfen abone E-Posta durumunu seçiniz."
1182
+
1183
+ #: ../subscribers/view-subscriber-add.php:130 ../subscribers/view-subscriber-
1184
+ #: import.php:164
1185
+ msgid "Select (or) Create Group"
1186
+ msgstr "Seç veya Yeni Grup Oluştur"
1187
+
1188
+ #: ../subscribers/view-subscriber-add.php:132
1189
+ #: ../subscribers/view-subscriber-sync. php:99
1190
+ #: ../subscribers/view-subscriber-sync.php:130 ../subscribers/view-
1191
+ #: subscriber-edit.php:116 ../subscribers/view-subscriber-import.php:166 ..
1192
+ #: notification/notification-edit.php:131
1193
+ #: ../notification/notification-add.php: 115
1194
+ #: ../notification/notification-add.php:139 ../sendmail/sendmail.php:106
1195
+ #: sendmail/sendmail.php:134 ../sendmail/sendmail.php:149
1196
+ msgid "Select"
1197
+ msgstr "Seç"
1198
+
1199
+ #: ../subscribers/view-subscriber-add.php:148
1200
+ #: ../subscribers/view-subscriber-edit. php:140
1201
+ #: ../subscribers/view-subscriber-import.php:182
1202
+ msgid "Please select or create group for this subscriber."
1203
+ msgstr "Lütfen bir grup seçiniz veya yeni bir grup oluşturunuz."
1204
+
1205
+ #: ../subscribers/view-subscriber-add.php:153
1206
+ #: ../subscribers/view-subscriber-sync. php:156
1207
+ #: ../subscribers/view-subscriber-edit.php:146 ..
1208
+ #: notification/notification-edit.php:254
1209
+ #: ../notification/notification-add.php: 247 ../compose/compose-edit.php:108
1210
+ #: ../compose/compose-add.php:99 ../cron/cron- add.php:88
1211
+ #: ../roles/roles-add.php:156
1212
+ msgid "Submit"
1213
+ msgstr "Tamam"
1214
+
1215
+ #: ../subscribers/view-subscriber-sync.php:33
1216
+ #: ../subscribers/view-subscriber-sync. php:119
1217
+ msgid "Please select default group to newly registered user."
1218
+ msgstr "Lütfen bir grup seçiniz veya yeni bir grup oluşturunuz."
1219
+
1220
+ #: ../subscribers/view-subscriber-sync.php:39
1221
+ #: ../subscribers/view-subscriber-sync. php:150
1222
+ msgid "Please select default group to newly commented user."
1223
+ msgstr "Lütfen varsayılan bir grup seçiniz veya yeni bir grup oluşturunuz."
1224
+
1225
+ #: ../subscribers/view-subscriber-sync.php:56
1226
+ msgid "Sync email successfully updated."
1227
+ msgstr "E-posta başarıyla eşitlendi."
1228
+
1229
+ #: ../subscribers/view-subscriber-sync.php:88
1230
+ msgid "Sync email"
1231
+ msgstr "E-posta Eşitle"
1232
+
1233
  #: ../subscribers/view-subscriber-sync.php:90
1234
  msgid "Sync newly registered user"
1235
  msgstr "Yeni kullanıcıları eşitle"
1239
  "Automatically add a newly registered user email address to subscribers list."
1240
  msgstr "Abone listesine otomatik olarak yeni bir kullanıcı e-postası ekle"
1241
 
1242
+ #: ../subscribers/view-subscriber-sync.php:97
1243
+ #: ../subscribers/view-subscriber-sync. php:128
1244
+ msgid "Select default group"
1245
+ msgstr "Varsayılan grubu seç"
1246
+
1247
  #: ../subscribers/view-subscriber-sync.php:121
1248
  msgid "Sync newly commented user"
1249
  msgstr "Yeni yorum yapılmış kullanıcıları eşitle."
1255
  msgstr ""
1256
  "Abone listesine otomatik yeni kayıtlı (yorum yapmış) bir kullanıcı ekle."
1257
 
1258
+ #: ../subscribers/view-subscriber-export.php:22
1259
+ msgid "Export email address in csv format"
1260
+ msgstr "EPosta adreslerini dışarı aktar (CSV)"
1261
 
1262
+ #: ../subscribers/view-subscriber-export.php:28
1263
+ #: ../subscribers/view-subscriber- export.php:36
1264
+ msgid "Export option"
1265
+ msgstr "Dışarı aktarma seçeneği"
 
1266
 
1267
+ #: ../subscribers/view-subscriber-export.php:29
1268
+ #: ../subscribers/view-subscriber- export.php:37
1269
+ msgid "Total email"
1270
+ msgstr "Toplam E-Posta"
1271
 
1272
+ #: ../subscribers/view-subscriber-export.php:44
1273
+ msgid "Subscriber email address"
1274
+ msgstr "Abone E-Posta Adresi"
 
1275
 
1276
+ #: ../subscribers/view-subscriber-export.php:46
1277
+ #: ../subscribers/view-subscriber- export.php:52
1278
+ #: ../subscribers/view-subscriber-export.php:58
1279
+ msgid "Click to export csv"
1280
+ msgstr "Dışarı aktarma için tıklayınız (CSV)"
1281
 
1282
+ #: ../subscribers/view-subscriber-export.php:50
1283
+ msgid "Registered email address"
1284
+ msgstr "Kaydedilmiş E-Posta Adresi"
1285
 
1286
+ #: ../subscribers/view-subscriber-export.php:56
1287
+ msgid "Comments author email address"
1288
+ msgstr "Yorumlayan E-Posta Adresi"
1289
 
1290
+ #: ../subscribers/view-subscriber-export.php:65
1291
+ msgid "Add Email"
1292
+ msgstr "E-Posta Ekle"
1293
 
1294
+ #: ../subscribers/view-subscriber-export.php:66
1295
+ #: ../subscribers/view-subscriber- show.php:445
1296
+ msgid "Import Email"
1297
+ msgstr "E-Posta İçeri Aktar"
1298
 
1299
+ #: ../subscribers/view-subscriber-edit.php:54
1300
+ msgid "Error: Special characters are not allowed in the group name."
1301
+ msgstr "Hata : Grup isimlerinde özel karakterlere izin verilmemektedir."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1302
 
1303
  #: ../subscribers/view-subscriber-edit.php:66
1304
  msgid "Email was successfully updated."
1341
  msgid "Select csv file"
1342
  msgstr "CSV Dosyası Seç"
1343
 
1344
+ #: ../subscribers/view-subscriber-import.php:152
1345
+ msgid "Select the input csv file. Check official website for csv structure : "
1346
+ msgstr ""
1347
+ "Giriş için CSV dosyası seçiniz. CSV dosya yapısını incelemek için resmi "
1348
+ "internet sitesini kontrol ediniz :"
1349
+
1350
+ #: ../subscribers/view-subscriber-import.php:153
1351
+ msgid "click here"
1352
+ msgstr "buraya tıkla"
1353
+
1354
  #: ../subscribers/view-subscriber-import.php:187
1355
  msgid "Upload CSV"
1356
  msgstr "CSV Yükle"
1357
 
1358
  #: ../subscribers/view-subscriber-show.php:11 ../compose/compose-show.php:13
1359
+ #: .. sendmail/sendmail.php:17
1360
  msgid "Click Here"
1361
  msgstr "Buraya Tıklayınız"
1362
 
1389
  msgid "Oops, New group name was not selected."
1390
  msgstr "Afedersiniz, yeni grup ismi seçilmedi."
1391
 
 
 
 
 
1392
  #: ../subscribers/view-subscriber-show.php:233 ../subscribers/view-subscriber-
1393
  #: show.php:444 ../notification/notification-show.php:45 ..
1394
+ #: notification/notification-show.php:140 ../compose/compose-show.php:56
1395
  #: compose/compose-show.php:112
1396
  msgid "Add New"
1397
  msgstr "Yeni Ekle"
1398
 
1399
+ #: ../subscribers/view-subscriber-show.php:280
1400
+ msgid "All Groups"
1401
+ msgstr "Tüm Gruplar"
1402
+
1403
+ #: ../subscribers/view-subscriber-show.php:299
1404
+ msgid "All Status"
1405
+ msgstr "Tüm Durumlar"
1406
+
1407
  #: ../subscribers/view-subscriber-show.php:300
1408
  msgid "Confirmed"
1409
  msgstr "Onaylandı"
1422
  msgstr "E-Posta Adresi"
1423
 
1424
  #: ../subscribers/view-subscriber-show.php:374
1425
+ #: ../notification/notification-show. php:87 ../compose/compose-show.php:93
1426
  #: ../compose/compose-preview.php:34
1427
  msgid "Edit"
1428
  msgstr "Düzelt"
1429
 
1430
  #: ../subscribers/view-subscriber-show.php:377 ../subscribers/view-subscriber-
1431
+ #: show.php:422 ../notification/notification-show.php:90
1432
  #: ../compose/compose-show. php:94
1433
  msgid "Delete"
1434
  msgstr "Sil"
1467
  msgid "Sync Email"
1468
  msgstr "E-postayı Eşitle"
1469
 
1470
+ #. Description of the plugin
1471
+ msgid ""
1472
+ "Add subscription form on website, send HTML newsletters to subscribers & "
1473
+ "automatically notify them about new blog posts once it gets published."
1474
+ msgstr ""
1475
+ "Web sitesine abonelik formu ekleyin ve blogunuzda yeni bir gönderi "
1476
+ "yayınladığınız anda otomatik olarak abonelere HTML haber bültenleri "
1477
+ "gönderin. "
1478
 
1479
+ #. URI of the plugin
1480
+ msgid "http://www.storeapps.org"
1481
+ msgstr "http://www.storeapps.org"
 
 
 
1482
 
1483
+ #: ../notification/notification-edit.php:55
1484
+ #: ../notification/notification-add.php:44
 
 
1485
  msgid ""
1486
  "Please select notification mail subject. Use compose menu to create new."
1487
  msgstr ""
1488
  "Lütfen bildirim E-posta şablonu seçiniz. Yenisini oluşturmak için E-posta "
1489
  "Şablonu menüsünü kullanın."
1490
 
1491
+ #: ../notification/notification-edit.php:61
1492
+ #: ../notification/notification-edit.php: 153
1493
+ #: ../notification/notification-add.php:50
 
1494
  msgid "Please select post categories."
1495
  msgstr "Lütfen Posta kategorilerini seçiniz."
1496
 
1497
+ #: ../notification/notification-edit.php:83
1498
  msgid "Notification was successfully updated."
1499
  msgstr "Bildirim başarıyla güncellendi."
1500
 
1501
+ #: ../notification/notification-edit.php:107
1502
  msgid "Edit Notification"
1503
  msgstr "Bildirim Düzeltme"
1504
 
1505
+ #: ../notification/notification-edit.php:113
1506
+ #: ../notification/notification-add.php: 109
1507
  #: ../notification/notification-show.php:56 ../notification/notification-show.
1508
  #: php:64
1509
  msgid "Subscribers Group"
1510
  msgstr "Abone Grubu"
1511
 
1512
+ #: ../notification/notification-edit.php:125
1513
+ #: ../notification/notification-add.php: 133
 
 
 
 
1514
  msgid "Notification Mail"
1515
  msgstr "Bildirim E-Postası"
1516
 
1517
+ #: ../notification/notification-edit.php:152
1518
+ #: ../notification/notification-add.php: 158
1519
  msgid "Post Categories"
1520
  msgstr "Posta Kategorileri"
1521
 
1522
+ #: ../notification/notification-edit.php:188
1523
+ #: ../notification/notification-add.php: 187 ../sendmail/sendmail.php:169
1524
+ msgid "Check All"
1525
+ msgstr "Hepsini Seç"
1526
+
1527
+ #: ../notification/notification-edit.php:189
1528
+ #: ../notification/notification-add.php: 188 ../sendmail/sendmail.php:170
1529
+ msgid "Uncheck All"
1530
+ msgstr "Hiçbirini Seçme"
1531
+
1532
+ #: ../notification/notification-edit.php:196
1533
  msgid "Please select your custom post type (Optional)."
1534
  msgstr "Lütfen E-posta tipinizi belirleyiniz. (Mecburi değil)"
1535
 
1536
+ #: ../notification/notification-edit.php:237
1537
+ #: ../notification/notification-add.php: 231
1538
  #: ../notification/notification-show.php:58 ../notification/notification-show.
1539
  #: php:66
1540
  msgid "Notification Status"
1541
  msgstr "Bildirim Gönderme Durumu"
1542
 
1543
+ #: ../notification/notification-edit.php:238
1544
+ #: ../notification/notification-add.php: 38
1545
+ msgid "Please select notification status."
1546
+ msgstr "Lütfen bildirim gönderme durumunu seçiniz."
1547
+
1548
+ #: ../notification/notification-add.php:32
1549
+ msgid "Please select subscribers group."
1550
+ msgstr "Lütfen haber listesi grubunu seçiniz."
1551
 
1552
+ #: ../notification/notification-add.php:103
1553
  msgid "Add Notification"
1554
  msgstr "Bildirim Ekle"
1555
 
1556
  #: ../notification/notification-show.php:55
1557
+ #: ../notification/notification-show.php: 63
1558
  msgid "Mail Subject"
1559
  msgstr "EPosta Konusu"
1560
 
1561
+ #: ../notification/notification-show.php:57
1562
+ #: ../notification/notification-show.php: 65
1563
+ msgid "Categories / Custom Post"
1564
+ msgstr "Kategoriler / Farklı Gönderi"
1565
+
1566
  #: ../compose/compose-edit.php:41 ../compose/compose-add.php:28
1567
  msgid "Please enter template heading."
1568
  msgstr "Lütfen şablon için başlık giriniz."
1577
  msgstr "E-posta Oluştur"
1578
 
1579
  #: ../compose/compose-edit.php:80 ../compose/compose-add.php:71 ..
1580
+ #: sendmail/sendmail.php:128
1581
  msgid "Mail Type"
1582
  msgstr "E-posta Tipi"
1583
 
1584
+ #: ../compose/compose-edit.php:82 ../compose/compose-add.php:73
1585
+ msgid "Static Template (For Newsletter Email)"
1586
+ msgstr "Statik Şablon (Yeni E-posta Bülteni İçin)"
1587
+
1588
+ #: ../compose/compose-edit.php:83 ../compose/compose-add.php:74
1589
+ msgid "Dynamic Template (For Notification Email)"
1590
+ msgstr "Dinamik Şablonlar (Bildirim E-postaları İçin)"
1591
+
1592
+ #: ../compose/compose-edit.php:85
1593
+ msgid "Please select your mail type"
1594
+ msgstr "Lütfen e-posta tipini giriniz"
1595
+
1596
+ #: ../compose/compose-edit.php:87 ../compose/compose-add.php:78
1597
+ msgid "Enter Mail Subject"
1598
+ msgstr "E-posta Konusunu Giriniz"
1599
+
1600
+ #: ../compose/compose-edit.php:89 ../compose/compose-add.php:80
1601
+ msgid "Please enter your mail subject. Keyword: ###POSTTITLE###"
1602
+ msgstr "Lütfen e-posta konusunu giriniz. Anahtar : ###POSTTITLE###"
1603
+
1604
+ #: ../compose/compose-edit.php:91 ../compose/compose-add.php:82
1605
+ msgid "Mail Content"
1606
+ msgstr "E-Posta İçeriği"
1607
+
1608
+ #: ../compose/compose-edit.php:95 ../compose/compose-add.php:86
1609
+ msgid "Please enter content for your mail"
1610
+ msgstr "Lütfen e-postanız için içerik giriniz"
1611
+
1612
+ #: ../compose/compose-edit.php:96 ../compose/compose-add.php:87
1613
+ msgid ""
1614
+ "Keywords: ###POSTTITLE###, ###POSTLINK###, ###POSTIMAGE###, ###POSTDESC###, "
1615
+ "###POSTFULL###, ###DATE###, ###POSTLINK-ONLY###, ###POSTLINK-WITHTITLE###"
1616
+ msgstr ""
1617
+ "Anahtarlar : ###POSTTITLE###, ###POSTLINK###, ###POSTIMAGE###, "
1618
+ "###POSTDESC###, ###POSTFULL###, ###DATE###, ###POSTLINK-ONLY###, ###POSTLINK-"
1619
+ "WITHTITLE###"
1620
+
1621
+ #: ../compose/compose-edit.php:101 ../compose/compose-add.php:92
1622
+ msgid "Published"
1623
+ msgstr "Yayınlandı"
1624
+
1625
+ #: ../compose/compose-edit.php:103 ../compose/compose-add.php:94
1626
+ msgid "Please select your mail status"
1627
+ msgstr "Lütfen e-posta durumunu seçiniz"
1628
+
1629
  #: ../compose/compose-show.php:66 ../compose/compose-show.php:74
1630
  msgid "Email subject"
1631
  msgstr "E-posta Konusu"
1634
  msgid "Template was successfully created."
1635
  msgstr "Şablon başarıyla oluşturuldu."
1636
 
1637
+ #: ../compose/compose-add.php:76 ../sendmail/sendmail.php:52
1638
  msgid "Please select your mail type."
1639
  msgstr "Lütfen E-posta tipinizi belirleyiniz."
1640
 
1647
  msgid "Please enter valid mail count."
1648
  msgstr "Lütfen geçerli E-posta sayısını giriniz."
1649
 
1650
+ #: ../cron/cron-add.php:31
1651
+ msgid "Cron details successfully updated."
1652
+ msgstr "Planlanmış gönderim detayları başarıyla güncellendi."
1653
+
1654
+ #: ../cron/cron-add.php:71
1655
+ msgid "Cron Details"
1656
+ msgstr "Planlama Detayları"
1657
+
1658
+ #: ../cron/cron-add.php:74
1659
+ msgid "Cron job URL"
1660
+ msgstr "Planlanmış gönderim URL"
1661
+
1662
+ #: ../cron/cron-add.php:76
1663
+ msgid ""
1664
+ "Please find your cron job URL. This is readonly field not able to modify "
1665
+ "from admin."
1666
+ msgstr "Planlanmış gönderim URL adresidir. Bu sadece okunabilir bir alandır."
1667
+
1668
+ #: ../cron/cron-add.php:78
1669
+ msgid "Mail Count"
1670
+ msgstr "E-posta Sayısı"
1671
+
1672
+ #: ../cron/cron-add.php:80
1673
+ msgid "Enter number of mails you want to send per hour/trigger."
1674
+ msgstr "Her saat başı göndermek istediğiniz E-posta sayısını giriniz."
1675
+
1676
+ #: ../cron/cron-add.php:82
1677
+ msgid "Admin Report"
1678
+ msgstr "Admin Raporu"
1679
+
1680
+ #: ../cron/cron-add.php:84
1681
+ msgid ""
1682
+ "Send above mail to admin whenever cron URL triggered in your server.<br /"
1683
+ ">(Keywords: ###DATE###, ###SUBJECT###, ###COUNT###)"
1684
+ msgstr ""
1685
+ "Hostinginizde planlanmış bir gönderi yapıldığı zaman için yukarıdaki e-"
1686
+ "postayı yöneticiye gönder. <br />(Anahtarlar : ###DATE###, ###SUBJECT###, "
1687
+ "###COUNT###)"
1688
+
1689
+ #: ../cron/cron-add.php:97
1690
+ msgid "How to setup auto emails using CRON Job through the cPanel or Plesk?"
1691
+ msgstr ""
1692
+ "cPanel veya Plesk içerisinde otomatik Planlanmış Gönderim nasıl yapılır?"
1693
+
1694
+ #: ../cron/cron-add.php:98
1695
+ msgid ""
1696
+ "<a target=\"_blank\" href=\"http://www.storeapps.org/docs/es-how-to-schedule-"
1697
+ "cron-emails-in-parallels-plesk/\">Setup cron job in Plesk</a>"
1698
+ msgstr ""
1699
+ "<a target=\"_blank\" href=\"http://www.storeapps.org/docs/es-how-to-schedule-"
1700
+ "cron-emails-in-parallels-plesk/\">Plesk Planlanmış Gönderim Ayarları</a>"
1701
 
1702
+ #: ../cron/cron-add.php:99
1703
+ msgid ""
1704
+ "<a target=\"_blank\" href=\"http://www.storeapps.org/docs/es-how-to-schedule-"
1705
+ "cron-emails-in-cpanel/\">Setup cron job in cPanal</a>"
1706
+ msgstr ""
1707
+ " <a target=\"_blank\" href=\"http://www.storeapps.org/docs/es-how-to-"
1708
+ "schedule-cron-emails-in-cpanel/\">Cpanel için Planlanmış Gönderim Ayarları"
1709
+
1710
+ #: ../cron/cron-add.php:100
1711
+ msgid ""
1712
+ "<a target=\"_blank\" href=\"http://www.storeapps.org/docs/es-what-to-do-if-"
1713
+ "hosting-doesnt-support-cron-jobs/\">Hosting doesnt support cron jobs?</a>"
1714
+ msgstr ""
1715
+ "<a target=\"_blank\" href=\"http://www.storeapps.org/docs/es-what-to-do-if-"
1716
+ "hosting-doesnt-support-cron-jobs/\">Hostinginiz Planlanmış Gönderileri "
1717
+ "Desteklemiyor mu?</a>"
1718
 
1719
+ #: ../sendmail/sendmail.php:39
1720
  msgid "Please select your mail subject."
1721
  msgstr "Lütfen E-posta konunuzu seçiniz."
1722
 
1723
+ #: ../sendmail/sendmail.php:46
1724
  msgid "No email address selected."
1725
  msgstr "E-posta adresi seçilmedi."
1726
 
1727
+ #: ../sendmail/sendmail.php:59
1728
  msgid "Mail sent successfully"
1729
  msgstr "E-posta başarıyla gönderildi"
1730
 
1732
  msgid "Click here for details"
1733
  msgstr "Detaylar için tıklayınız"
1734
 
1735
+ #: ../sendmail/sendmail.php:71
1736
  msgid "Oops.. We are getting some error. mail not sending."
1737
  msgstr "Afedersiniz, Bir hata oluşuyor, E-Posta gönderilemiyor!"
1738
 
1739
+ #: ../sendmail/sendmail.php:100
1740
  msgid "Select your mail subject"
1741
  msgstr "E-Postanızın konusunu seçiniz"
1742
 
1743
+ #: ../sendmail/sendmail.php:101
1744
  msgid ""
1745
  "Select a mail subject from available list. Go to Compose page to create new "
1746
  "mail."
1748
  "Varolan listeden bir E-Posta konusu seçiniz. Yeni e-posta oluşturmak için E-"
1749
  "posta Şablonu menüsüne gidiniz."
1750
 
1751
+ #: ../sendmail/sendmail.php:143
 
 
 
 
1752
  msgid "Select subscriber group"
1753
  msgstr "Abone grubunu seçiniz."
1754
 
1755
+ #: ../roles/roles-add.php:95
1756
+ msgid "Roles and Capabilities"
1757
+ msgstr "Roller ve Yetkiler"
1758
 
1759
+ #: ../roles/roles-add.php:97
1760
+ msgid "Subscribers Menu"
1761
+ msgstr "Aboneler Menüsü"
1762
 
1763
+ #: ../roles/roles-add.php:99 ../roles/roles-add.php:107
1764
+ #: ../roles/roles-add.php: 115 ../roles/roles-add.php:123
1765
+ #: ../roles/roles-add.php:131 ../roles/roles-add. php:139
1766
+ #: ../roles/roles-add.php:147
1767
+ msgid "Administrator Only"
1768
+ msgstr "Sadece Yönetici"
1769
 
1770
+ #: ../roles/roles-add.php:100 ../roles/roles-add.php:108
1771
+ #: ../roles/roles-add.php: 116 ../roles/roles-add.php:124
1772
+ #: ../roles/roles-add.php:132 ../roles/roles-add. php:140
1773
+ #: ../roles/roles-add.php:148
1774
+ msgid "Administrator/Editor"
1775
+ msgstr "Yönetici/Editör"
1776
 
1777
+ #: ../roles/roles-add.php:101 ../roles/roles-add.php:109
1778
+ #: ../roles/roles-add.php: 117 ../roles/roles-add.php:125
1779
+ #: ../roles/roles-add.php:133 ../roles/roles-add. php:141
1780
+ #: ../roles/roles-add.php:149
1781
+ msgid "Administrator/Editor/Author/Contributor"
1782
+ msgstr "Yönetici/Editör/Yazar/Katılımcı"
1783
 
1784
  #: ../roles/roles-add.php:103
1785
+ msgid ""
1786
+ "Select user role to access plugin Subscribers Menu. Only Admin user can "
1787
+ "change this value."
1788
+ msgstr ""
1789
+ "Aboneler Menüsüne girmek için kullanıcı rolünü seçiniz. Bu değeri sadece "
1790
+ "Yönetici değişebilir."
1791
+
1792
+ #: ../roles/roles-add.php:105
1793
  msgid "Compose Menu"
1794
  msgstr "Oluştur Menüsü"
1795
 
1796
  #: ../roles/roles-add.php:111
1797
+ msgid ""
1798
+ "Select user role to access plugin Compose Menu. Only Admin user can change "
1799
+ "this value."
1800
+ msgstr ""
1801
+ "Oluştur Menüsüne girmek için kullanıcı rolünü seçiniz. Bu değeri sadece "
1802
+ "Yönetici değişebilir."
1803
+
1804
+ #: ../roles/roles-add.php:113
1805
  msgid "Notification Menu"
1806
  msgstr "Bildirimler Menüsü"
1807
 
1808
+ #: ../roles/roles-add.php:119
1809
+ msgid ""
1810
+ "Select user role to access plugin Notification Menu. Only Admin user can "
1811
+ "change this value."
1812
+ msgstr ""
1813
+ "Bildirimler Menüsüne girmek için kullanıcı rolünü seçiniz. Bu değeri sadece "
1814
+ "Yönetici değişebilir."
1815
+
1816
+ #: ../roles/roles-add.php:121
1817
+ msgid "Send Email Menu/Cron Menu"
1818
+ msgstr "E-posta Gönder Menüsü/Planlanmış E-posta Menüsü"
1819
+
1820
  #: ../roles/roles-add.php:127
1821
+ msgid ""
1822
+ "Select user role to access plugin Send Email Menu. Only Admin user can "
1823
+ "change this value."
1824
+ msgstr ""
1825
+ "E-posta Gönder Menüsüne girmek için kullanıcı rolünü seçiniz. Bu değeri "
1826
+ "sadece Yönetici değişebilir."
1827
+
1828
+ #: ../roles/roles-add.php:129
1829
  msgid "Settings Menu"
1830
  msgstr "Ayarlar Menüsü"
1831
+
1832
+ #: ../roles/roles-add.php:135
1833
+ msgid ""
1834
+ "Select user role to access plugin Settings Menu. Only Admin user can change "
1835
+ "this value."
1836
+ msgstr ""
1837
+ "Ayarlar Menüsüne girmek için kullanıcı rolünü seçiniz. Bu değeri sadece "
1838
+ "Yönetici değişebilir."
1839
+
1840
+ #: ../roles/roles-add.php:137
1841
+ msgid "Sent Mails Menu"
1842
+ msgstr "Giden Postalar Menüsü"
1843
+
1844
+ #: ../roles/roles-add.php:143
1845
+ msgid ""
1846
+ "Select user role to access plugin Sent Mails Menu. Only Admin user can "
1847
+ "change this value."
1848
+ msgstr ""
1849
+ "Giden E-postalar Menüsüne girmek için kullanıcı rolünü seçiniz. Bu değeri "
1850
+ "sadece Yönetici değişebilir."
1851
+
1852
+ #: ../roles/roles-add.php:145
1853
+ msgid "Help & Info Menu"
1854
+ msgstr "Yardım & Bilgi Menüsü"
1855
+
1856
+ #: ../roles/roles-add.php:151
1857
+ msgid ""
1858
+ "Select user role to access plugin Help & Info Menu. Only Admin user can "
1859
+ "change this value."
1860
+ msgstr ""
1861
+ "Yardım & Bilgi Menüsüne girmek için kullanıcı rolünü seçiniz. Bu değeri "
1862
+ "sadece Yönetici değişebilir."
1863
+
1864
+ #: ../help/help.php:44
1865
+ msgid "Welcome to Email Subscribers!"
1866
+ msgstr "Email Subscribers'e Hoşgeldiniz!"
1867
+
1868
+ #: ../help/help.php:45
1869
+ msgid ""
1870
+ "Thanks for installing and we hope you will enjoy using Email Subscribers."
1871
+ msgstr ""
1872
+ "Email Subscribers yüklediğiniz için teşekkür ederiz ve iyi vakit geçirmenizi "
1873
+ "temenni ederiz."
1874
+
1875
+ #: ../help/help.php:49
1876
+ msgid "For more help and tips..."
1877
+ msgstr "Daha fazla yardım ve ipucu için..."
1878
+
1879
+ #: ../help/help.php:93
1880
+ msgid "Frequently Asked Questions"
1881
+ msgstr "Sıkça Sorulan Sorular"
1882
+
1883
+ #: ../help/help.php:104
1884
+ msgid "How to setup subscription box widget?"
1885
+ msgstr "Abonelik wp bileşenini nasıl düzenlerim?"
1886
+
1887
+ #: ../help/help.php:111
1888
+ msgid "How to add unsubscribe link in welcome email?"
1889
+ msgstr ""
1890
+ "Hoşgeldiniz e-postasında \"abonelikten ayrıl\" bağlantısını nasıl eklerim?"
1891
+
1892
+ #: ../help/help.php:119
1893
+ msgid "How to change/update/translate any text from the plugin?"
1894
+ msgstr "Eklentiden bir yazıyı nasıl değiştirebilirim/çevirebilirim?"
1895
+
1896
+ #: ../help/help.php:120
1897
+ msgid ""
1898
+ "Refer steps from <a target=\"_blank\" href=\"http://www.storeapps.org/docs/"
1899
+ "es-how-to-change-update-translate-any-texts-from-email-subscribers/\">here</"
1900
+ "a>."
1901
+ msgstr ""
1902
+ "Kaynak : <a target=\"_blank\" href=\"http://www.storeapps.org/docs/es-how-to-"
1903
+ "change-update-translate-any-texts-from-email-subscribers/\">burada</a>."
1904
+
1905
+ #: ../help/help.php:123
1906
+ msgid "How to setup auto emails using CRON Job?"
1907
+ msgstr "Planlanmış gönderimleri nasıl ayarlarım?"
1908
+
1909
+ #: ../help/help.php:124
1910
+ msgid ""
1911
+ " 1. <a target=\"_blank\" href=\"http://www.storeapps.org/docs/es-how-to-"
1912
+ "schedule-cron-emails-in-cpanel/\">Setup cron job in Plesk</a><br>\n"
1913
+ "\t\t\t\t\t\t\t\t\t\t 2. <a target=\"_blank\" href=\"http://www.storeapps."
1914
+ "org/docs/es-how-to-schedule-cron-emails-in-parallels-plesk/\">Setup cron job "
1915
+ "in cPanal</a><br>\n"
1916
+ "\t\t\t\t\t\t\t\t\t\t 3. <a target=\"_blank\" href=\"http://www.storeapps."
1917
+ "org/docs/es-what-to-do-if-hosting-doesnt-support-cron-jobs/\">Hosting doesnt "
1918
+ "support cron jobs?</a>"
1919
+ msgstr ""
1920
+ " 1. <a target=\"_blank\" href=\"http://www.storeapps.org/docs/es-how-to-"
1921
+ "schedule-cron-emails-in-cpanel/\">Planlanmış gönderimleri için Plesk "
1922
+ "ayarları</a><br>\n"
1923
+ "\t\t\t\t\t\t\t\t\t\t 2. <a target=\"_blank\" href=\"http://www.storeapps."
1924
+ "org/docs/es-how-to-schedule-cron-emails-in-parallels-plesk/\">Planlanmış "
1925
+ "gönderimleri için Cpanel ayarları</a><br>\n"
1926
+ "\t\t\t\t\t\t\t\t\t\t 3. <a target=\"_blank\" href=\"http://www.storeapps."
1927
+ "org/docs/es-what-to-do-if-hosting-doesnt-support-cron-jobs/\">Hostinginiz "
1928
+ "planlanmış gönderimleri desteklemiyor mu?</a>"
1929
+
1930
+ #: ../help/help.php:129
1931
+ msgid "Notification Emails are not being received by Subscribers?"
1932
+ msgstr "Bildirimler aboneler tarafından alınmıyor?"
1933
+
1934
+ #: ../help/help.php:130
1935
+ #, php-format
1936
+ msgid "Confirm steps from %s."
1937
+ msgstr "%s ile adım adım onaylayınız."
1938
+
1939
+ #: ../help/help.php:130 ../help/help.php:134 ../help/help.php:138
1940
+ #: ../help/help. php:142 ../help/help.php:146 ../help/help.php:150
1941
+ #: ../help/help.php:154 .. help/help.php:158 ../help/help.php:162
1942
+ #: ../help/help.php:166
1943
+ msgid "here"
1944
+ msgstr "burada"
1945
+
1946
+ #: ../help/help.php:133
1947
+ msgid "How to import and export email address to subscriber list?"
1948
+ msgstr "Abone listesine nasıl e-posta adresi ekler veya çıkarırım?"
1949
+
1950
+ #: ../help/help.php:134 ../help/help.php:138 ../help/help.php:142
1951
+ #: ../help/help. php:146 ../help/help.php:150 ../help/help.php:154
1952
+ #: ../help/help.php:158 .. help/help.php:162
1953
+ #, php-format
1954
+ msgid "Refer %s."
1955
+ msgstr "%s tarafından."
1956
+
1957
+ #: ../help/help.php:137
1958
+ msgid "How to Compose and Send static newsletter mails?"
1959
+ msgstr "Statik bildirimleri nasıl hazırlar ve gönderirim?"
1960
+
1961
+ #: ../help/help.php:141
1962
+ msgid ""
1963
+ "How to Configure and Send notification emails to subscribers when new posts "
1964
+ "are published?"
1965
+ msgstr ""
1966
+ "Yeni bir yazı yayınlandığında abonelere bildirimleri nasıl ayarlarım ve "
1967
+ "gönderirim?"
1968
+
1969
+ #: ../help/help.php:145
1970
+ msgid ""
1971
+ "How to install and activate Email Subscribers on multisite installations?"
1972
+ msgstr "Çoklu kurulumlarda Email Subscribers nasıl yüklenir ve aktif edilir?"
1973
+
1974
+ #: ../help/help.php:149
1975
+ msgid ""
1976
+ "How to modify the existing mails (Opt-in mail, Welcome mail, Admin mails) "
1977
+ "content?"
1978
+ msgstr ""
1979
+ "Mevcut e-posta bildirimlerinin (Onay Bildirimi, Hoşgeldiniz Bildirimi, "
1980
+ "Yönetici Bildirimi) içeriklerini nasıl düzenleyebilirim?"
1981
+
1982
+ #: ../help/help.php:153
1983
+ msgid "How to Add/Update Existing Subscribers Group?"
1984
+ msgstr "Mevcut abone gurubuna nasıl ekleme yaparım veya güncellerim?"
1985
+
1986
+ #: ../help/help.php:157
1987
+ msgid "How to check Sent mails?"
1988
+ msgstr "Gönderilmiş bültenler nasıl kontrol edilir?"
1989
+
1990
+ #: ../help/help.php:161
1991
+ msgid "How to show subscribe form inside a popup?"
1992
+ msgstr "Üyelik formunu nasıl açılır pencerede gösterebilirim?"
1993
+
1994
+ #: ../help/help.php:165
1995
+ msgid "Check more detailed documentation"
1996
+ msgstr "Daha detaylı dökümanları kontrol ediniz"
1997
+
1998
+ #: ../help/help.php:166
1999
+ #, php-format
2000
+ msgid "From %s."
2001
+ msgstr "%s ile."
languages/email-subscribers.pot CHANGED
@@ -5,7 +5,7 @@ msgstr ""
5
  "Project-Id-Version: Email Subscribers\n"
6
  "Report-Msgid-Bugs-To: \n"
7
  "POT-Creation-Date: Tue Feb 09 2016 16:21:13 GMT+0530 (IST)\n"
8
- "POT-Revision-Date: Thu Jul 21 2016 11:39:09 GMT+0530 (IST)\n"
9
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
10
  "Last-Translator: \n"
11
  "Language-Team: \n"
@@ -24,1818 +24,1771 @@ msgstr ""
24
  "esc_html_x:1,2c;comments_number_link:2,3;t:1;st:1;trans:1;transChoice:1,2\n"
25
  "X-Generator: Loco - https://localise.biz/"
26
 
27
- #: ../settings/setting-sync.php:14
28
- msgid "Table sync completed successfully."
29
  msgstr ""
30
 
31
- #: ../settings/setting-sync.php:27
32
- msgid "Sync plugin tables"
33
  msgstr ""
34
 
35
- #: ../settings/setting-sync.php:30
36
- msgid "Click to sync tables"
 
 
 
 
37
  msgstr ""
38
 
39
- #: ../settings/settings-edit.php:17
40
- msgid "Oops, selected details doesnt exists."
41
  msgstr ""
42
 
43
- #: ../settings/settings-edit.php:111
44
- msgid "Please enter sender of notifications from name."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
45
  msgstr ""
46
 
47
  #: ../settings/settings-edit.php:116
 
 
 
 
48
  msgid "Please enter sender of notifications from email."
49
  msgstr ""
50
 
51
- #: ../settings/settings-edit.php:149
52
- msgid "Details was successfully updated."
53
  msgstr ""
54
 
55
- #: ../settings/settings-edit.php:152
56
- msgid "Oops, details not update."
57
  msgstr ""
58
 
59
- #: ../settings/settings-edit.php:192 ../classes/es-register.php:155 ../classes/es-
60
- #: register.php:156
61
  msgid "Settings"
62
  msgstr ""
63
 
64
- #: ../settings/settings-edit.php:198
65
  msgid "Sender of notifications"
66
  msgstr ""
67
 
68
- #: ../settings/settings-edit.php:199
69
  msgid ""
70
  "Choose a FROM name and FROM email address for all notifications emails from "
71
  "this plugin."
72
  msgstr ""
73
 
74
- #: ../settings/settings-edit.php:209
75
  msgid "Mail type"
76
  msgstr ""
77
 
78
- #: ../settings/settings-edit.php:210
79
  msgid ""
80
  "Option 1 & 2 is to send mails with default Wordpress method wp_mail(). "
81
  "Option 3 & 4 is to send mails with PHP method mail()"
82
  msgstr ""
83
 
84
- #: ../settings/settings-edit.php:214
85
  msgid "1. WP HTML MAIL"
86
  msgstr ""
87
 
88
- #: ../settings/settings-edit.php:215
89
  msgid "2. WP PLAINTEXT MAIL"
90
  msgstr ""
91
 
92
- #: ../settings/settings-edit.php:216
93
  msgid "3. PHP HTML MAIL"
94
  msgstr ""
95
 
96
- #: ../settings/settings-edit.php:217
97
  msgid "4. PHP PLAINTEXT MAIL"
98
  msgstr ""
99
 
100
- #: ../settings/settings-edit.php:224
101
  msgid "Opt-in option"
102
  msgstr ""
103
 
104
- #: ../settings/settings-edit.php:225
105
  msgid ""
106
  "Double Opt In, means subscribers need to confirm their email address by an "
107
  "activation link sent them on a activation email message. Single Opt In, "
108
  "means subscribers do not need to confirm their email address."
109
  msgstr ""
110
 
111
- #: ../settings/settings-edit.php:229
112
  msgid "Double Opt In"
113
  msgstr ""
114
 
115
- #: ../settings/settings-edit.php:230 ../subscribers/view-subscriber-show.php:303
 
 
116
  msgid "Single Opt In"
117
  msgstr ""
118
 
119
- #: ../settings/settings-edit.php:236
120
  msgid "Image Size"
121
  msgstr ""
122
 
123
- #: ../settings/settings-edit.php:237
124
  msgid "Select image size for ###POSTIMAGE### to be shown in post notification email"
125
  msgstr ""
126
 
127
- #: ../settings/settings-edit.php:241
128
  msgid "Full Size"
129
  msgstr ""
130
 
131
- #: ../settings/settings-edit.php:242
132
  msgid "Medium Size"
133
  msgstr ""
134
 
135
- #: ../settings/settings-edit.php:243
136
  msgid "Thumbnail"
137
  msgstr ""
138
 
139
- #: ../settings/settings-edit.php:249
140
  msgid "Opt-in mail subject (Confirmation mail)"
141
  msgstr ""
142
 
143
- #: ../settings/settings-edit.php:250
144
  msgid ""
145
  "Enter the subject for Double Opt In mail. This will send whenever subscriber "
146
  "added email into our database."
147
  msgstr ""
148
 
149
- #: ../settings/settings-edit.php:256
150
  msgid "Opt-in mail content (Confirmation mail)"
151
  msgstr ""
152
 
153
- #: ../settings/settings-edit.php:257
154
  msgid ""
155
  "Enter the content for Double Opt In mail. This will send whenever subscriber "
156
  "added email into our database."
157
  msgstr ""
158
 
159
- #: ../settings/settings-edit.php:263
160
  msgid "Opt-in link (Confirmation link)"
161
  msgstr ""
162
 
163
- #: ../settings/settings-edit.php:264
164
  msgid "Double Opt In confirmation link. You no need to change this value."
165
  msgstr ""
166
 
167
- #: ../settings/settings-edit.php:270
168
  msgid "Text to display after email subscribed successfully"
169
  msgstr ""
170
 
171
- #: ../settings/settings-edit.php:271
172
  msgid ""
173
  "This text will display once user clicked email confirmation link from opt-in "
174
  "(confirmation) email content."
175
  msgstr ""
176
 
177
- #: ../settings/settings-edit.php:278
178
  msgid "Subscriber welcome email"
179
  msgstr ""
180
 
181
- #: ../settings/settings-edit.php:279
182
  msgid "To send welcome mail to subscriber, This option must be set to YES."
183
  msgstr ""
184
 
185
- #: ../settings/settings-edit.php:283 ../settings/settings-edit.php:311
 
186
  msgid "YES"
187
  msgstr ""
188
 
189
- #: ../settings/settings-edit.php:284 ../settings/settings-edit.php:312
 
190
  msgid "NO"
191
  msgstr ""
192
 
193
- #: ../settings/settings-edit.php:290
194
  msgid "Welcome mail subject"
195
  msgstr ""
196
 
197
- #: ../settings/settings-edit.php:291
198
  msgid ""
199
  "Enter the subject for subscriber welcome mail. This will send whenever email "
200
  "subscribed (confirmed) successfully."
201
  msgstr ""
202
 
203
- #: ../settings/settings-edit.php:297
204
  msgid "Subscriber welcome mail content"
205
  msgstr ""
206
 
207
- #: ../settings/settings-edit.php:298
208
  msgid ""
209
  "Enter the content for subscriber welcome mail. This will send whenever email "
210
  "subscribed (confirmed) successfully. (Keyword: ###NAME###)"
211
  msgstr ""
212
 
213
- #: ../settings/settings-edit.php:306
214
  msgid "Mail to admin"
215
  msgstr ""
216
 
217
- #: ../settings/settings-edit.php:307
218
  msgid ""
219
  "To send admin notifications for new subscriber, This option must be set to "
220
  "YES."
221
  msgstr ""
222
 
223
- #: ../settings/settings-edit.php:318
224
  msgid "Admin email addresses"
225
  msgstr ""
226
 
227
- #: ../settings/settings-edit.php:319
228
  msgid ""
229
  "Enter the admin email addresses that should receive notifications (separate "
230
  "by comma)."
231
  msgstr ""
232
 
233
- #: ../settings/settings-edit.php:325
234
  msgid "Admin mail subject"
235
  msgstr ""
236
 
237
- #: ../settings/settings-edit.php:326
238
  msgid ""
239
  "Enter the subject for admin mail. This will send whenever new email added "
240
  "and confirmed into our database."
241
  msgstr ""
242
 
243
- #: ../settings/settings-edit.php:332
244
  msgid "Admin mail content"
245
  msgstr ""
246
 
247
- #: ../settings/settings-edit.php:333
248
  msgid ""
249
  "Enter the mail content for admin. This will send whenever new email added "
250
  "and confirmed into our database. (Keyword: ###NAME###, ###EMAIL###)"
251
  msgstr ""
252
 
253
- #: ../settings/settings-edit.php:340
254
  msgid "Unsubscribe link"
255
  msgstr ""
256
 
257
- #: ../settings/settings-edit.php:341
258
  msgid "Unsubscribe link. You no need to change this value."
259
  msgstr ""
260
 
261
- #: ../settings/settings-edit.php:347
262
  msgid "Unsubscribe text in mail"
263
  msgstr ""
264
 
265
- #: ../settings/settings-edit.php:348
266
  msgid ""
267
  "Enter the text for unsubscribe link. This text is to add unsubscribe link "
268
  "with newsletter. (Keyword: ###LINK###)"
269
  msgstr ""
270
 
271
- #: ../settings/settings-edit.php:354
272
  msgid "Text to display after email unsubscribed"
273
  msgstr ""
274
 
275
- #: ../settings/settings-edit.php:355
276
  msgid ""
277
  "This text will display once user clicked unsubscribed link from our "
278
  "newsletter."
279
  msgstr ""
280
 
281
- #: ../settings/settings-edit.php:362
282
  msgid "Message 1"
283
  msgstr ""
284
 
285
- #: ../settings/settings-edit.php:363
286
  msgid "Default message to display if any issue on confirmation link."
287
  msgstr ""
288
 
289
- #: ../settings/settings-edit.php:369
290
  msgid "Message 2"
291
  msgstr ""
292
 
293
- #: ../settings/settings-edit.php:370
294
  msgid "Default message to display if any issue on unsubscribe link."
295
  msgstr ""
296
 
297
- #: ../settings/settings-edit.php:377
298
  msgid "Sent report subject"
299
  msgstr ""
300
 
301
- #: ../settings/settings-edit.php:378
302
  msgid "Mail subject for sent mail report."
303
  msgstr ""
304
 
305
- #: ../settings/settings-edit.php:384
306
  msgid "Sent report content"
307
  msgstr ""
308
 
309
- #: ../settings/settings-edit.php:385
310
  msgid ""
311
  "Mail content for sent mail report. (Keyword: ###COUNT###, ###UNIQUE###, "
312
  "###STARTTIME###, ###ENDTIME###)"
313
  msgstr ""
314
 
315
- #: ../settings/settings-edit.php:396
316
  msgid "Save Settings"
317
  msgstr ""
318
 
319
- #: ../settings/settings-edit.php:397 ../subscribers/view-subscriber-add.php:154 ..
320
- #: /subscribers/view-subscriber-sync.php:157 ../subscribers/view-subscriber-edit.
321
- #: php:147 ../notification/notification-edit.php:255 ../notification/notification-
322
- #: add.php:248 ../compose/compose-edit.php:109 ../compose/compose-add.php:100 ..
323
- #: /cron/cron-add.php:89 ../sendmail/sendmail.php:240 ../roles/roles-add.php:157
324
- msgid "Cancel"
325
- msgstr ""
326
-
327
- #: ../settings/settings-edit.php:398 ../sentmail/sentmail-preview.php:36 ..
328
- #: /sentmail/deliverreport-show.php:118 ../subscribers/view-subscriber-add.php:
329
- #: 155 ../subscribers/view-subscriber-sync.php:158 ../subscribers/view-subscriber-
330
- #: export.php:68 ../subscribers/view-subscriber-edit.php:148 ../subscribers/view-
331
- #: subscriber-import.php:189 ../subscribers/view-subscriber-show.php:448 ..
332
- #: /notification/notification-edit.php:256 ../notification/notification-add.php:
333
- #: 249 ../notification/notification-show.php:141 ../compose/compose-edit.php:110 .
334
- #: ./compose/compose-show.php:113 ../compose/compose-preview.php:35 ..
335
- #: /compose/compose-add.php:101 ../cron/cron-add.php:90 ../sendmail/sendmail.php:
336
- #: 241 ../roles/roles-add.php:158
337
- msgid "Help"
338
  msgstr ""
339
 
340
- #: ../job/es-optin.php:56 ../job/es-optin.php:66 ../job/es-unsubscribe.php:53 ..
341
- #: /job/es-unsubscribe.php:60
342
- msgid ""
343
- "Oops.. We are getting some technical error. Please try again or contact "
344
- "admin."
345
  msgstr ""
346
 
347
- #: ../job/es-optin.php:59
348
- msgid "This email address has already been confirmed."
349
  msgstr ""
350
 
351
- #: ../sentmail/sentmail-show.php:19 ../sentmail/sentmail-preview.php:15 ..
352
- #: /subscribers/view-subscriber-edit.php:12 ../subscribers/view-subscriber-show.
353
- #: php:46 ../notification/notification-edit.php:16 ../notification/notification-
354
- #: show.php:18 ../compose/compose-edit.php:15 ../compose/compose-show.php:31 ..
355
- #: /compose/compose-preview.php:13
356
- msgid "Oops, selected details doesnt exist."
357
  msgstr ""
358
 
359
- #: ../sentmail/sentmail-show.php:31 ../subscribers/view-subscriber-show.php:60 ..
360
- #: /subscribers/view-subscriber-show.php:104 ../compose/compose-show.php:43
361
- msgid "Selected record was successfully deleted."
362
  msgstr ""
363
 
364
- #: ../sentmail/sentmail-show.php:38
365
  msgid "Successfully deleted all reports except latest 10."
366
  msgstr ""
367
 
368
- #: ../sentmail/sentmail-show.php:49 ../classes/es-register.php:161 ../classes/es-
369
- #: register.php:162
 
 
 
 
 
 
 
 
370
  msgid "Sent Mails"
371
  msgstr ""
372
 
373
- #: ../sentmail/sentmail-show.php:67 ../sentmail/sentmail-show.php:80
374
  msgid "View Reports"
375
  msgstr ""
376
 
377
- #: ../sentmail/sentmail-show.php:68 ../sentmail/sentmail-show.php:81 ..
378
- #: /compose/compose-show.php:95
379
  msgid "Preview"
380
  msgstr ""
381
 
382
- #: ../sentmail/sentmail-show.php:69 ../sentmail/sentmail-show.php:82
383
  msgid "Source"
384
  msgstr ""
385
 
386
- #: ../sentmail/sentmail-show.php:70 ../sentmail/sentmail-show.php:83 ..
387
- #: /sentmail/deliverreport-show.php:42 ../sentmail/deliverreport-show.php:54 ..
388
- #: /subscribers/view-subscriber-add.php:121 ../subscribers/view-subscriber-edit.
389
- #: php:105 ../subscribers/view-subscriber-import.php:155 ../subscribers/view-
390
- #: subscriber-show.php:327 ../subscribers/view-subscriber-show.php:340 ..
391
- #: /compose/compose-edit.php:99 ../compose/compose-show.php:67 ../compose/compose-
392
- #: show.php:75 ../compose/compose-add.php:90
393
  msgid "Status"
394
  msgstr ""
395
 
396
- #: ../sentmail/sentmail-show.php:71 ../sentmail/sentmail-show.php:84 ..
397
- #: /sentmail/deliverreport-show.php:43 ../sentmail/deliverreport-show.php:55 ..
398
- #: /compose/compose-show.php:68 ../compose/compose-show.php:76
399
  msgid "Type"
400
  msgstr ""
401
 
402
- #: ../sentmail/sentmail-show.php:72 ../sentmail/sentmail-show.php:85
403
  msgid "Start Date"
404
  msgstr ""
405
 
406
- #: ../sentmail/sentmail-show.php:73 ../sentmail/sentmail-show.php:86
407
  msgid "End Date"
408
  msgstr ""
409
 
410
- #: ../sentmail/sentmail-show.php:74 ../sentmail/sentmail-show.php:87
411
  msgid "Total"
412
  msgstr ""
413
 
414
- #: ../sentmail/sentmail-show.php:75 ../sentmail/sentmail-show.php:88 ..
415
- #: /subscribers/view-subscriber-export.php:30 ../subscribers/view-subscriber-
416
- #: export.php:38 ../subscribers/view-subscriber-show.php:330 ../subscribers/view-
417
- #: subscriber-show.php:343 ../compose/compose-show.php:69 ../compose/compose-show.
418
- #: php:77
419
  msgid "Action"
420
  msgstr ""
421
 
422
- #: ../sentmail/sentmail-show.php:128 ../sentmail/deliverreport-show.php:82 ..
423
- #: /notification/notification-show.php:130 ../compose/compose-show.php:102
424
- msgid "No records available."
425
- msgstr ""
426
-
427
- #: ../sentmail/sentmail-show.php:140 ../sentmail/deliverreport-show.php:94
428
- msgid " &lt;&lt; "
429
- msgstr ""
430
-
431
- #: ../sentmail/sentmail-show.php:141 ../sentmail/deliverreport-show.php:95
432
- msgid " &gt;&gt; "
433
- msgstr ""
434
-
435
- #: ../sentmail/sentmail-show.php:164 ../sentmail/sentmail-show.php:166
436
- msgid "Optimize Table"
437
- msgstr ""
438
-
439
  #: ../sentmail/sentmail-show.php:174
440
- msgid ""
441
- "Note: Please click <strong>Optimize Table</strong> button to delete all "
442
- "reports except latest 10."
443
- msgstr ""
444
-
445
- #: ../sentmail/sentmail-preview.php:22 ../compose/compose-preview.php:21
446
- msgid "Preview Mail"
447
  msgstr ""
448
 
449
- #: ../sentmail/sentmail-preview.php:35 ../sentmail/deliverreport-show.php:117 ..
450
- #: /subscribers/view-subscriber-export.php:67 ../subscribers/view-subscriber-
451
- #: import.php:188 ../compose/compose-preview.php:33
452
- msgid "Back"
453
  msgstr ""
454
 
455
  #: ../sentmail/deliverreport-show.php:13
456
  msgid "Oops.. Unexpected error occurred. Please try again."
457
  msgstr ""
458
 
459
- #: ../sentmail/deliverreport-show.php:22
460
  msgid "Delivery Report"
461
  msgstr ""
462
 
463
- #: ../sentmail/deliverreport-show.php:39 ../sentmail/deliverreport-show.php:51 ..
464
- #: /subscribers/view-subscriber-export.php:27 ../subscribers/view-subscriber-
465
- #: export.php:35 ../subscribers/view-subscriber-show.php:324 ../subscribers/view-
466
- #: subscriber-show.php:337
467
  msgid "Sno"
468
  msgstr ""
469
 
470
- #: ../sentmail/deliverreport-show.php:40 ../sentmail/deliverreport-show.php:52
471
  msgid "Email"
472
  msgstr ""
473
 
474
- #: ../sentmail/deliverreport-show.php:41 ../sentmail/deliverreport-show.php:53
475
  msgid "Sent Date"
476
  msgstr ""
477
 
478
- #: ../sentmail/deliverreport-show.php:44 ../sentmail/deliverreport-show.php:56
479
  msgid "Viewed Status"
480
  msgstr ""
481
 
482
- #: ../sentmail/deliverreport-show.php:45 ../sentmail/deliverreport-show.php:57
483
  msgid "Viewed Date"
484
  msgstr ""
485
 
486
- #: ../sentmail/deliverreport-show.php:46 ../sentmail/deliverreport-show.php:58 ..
487
- #: /subscribers/view-subscriber-show.php:329 ../subscribers/view-subscriber-show.
488
- #: php:342
489
  msgid "Database ID"
490
  msgstr ""
491
 
492
- #: ../classes/es-loadwidget.php:24 ../classes/es-register.php:411 ..
493
- #: /subscribers/view-subscriber-show.php:326 ../subscribers/view-subscriber-show.
494
- #: php:339
495
- msgid "Name"
496
  msgstr ""
497
 
498
- #: ../classes/es-loadwidget.php:29 ../classes/es-register.php:416
499
- msgid "Email *"
500
  msgstr ""
501
 
502
- #: ../classes/es-loadwidget.php:34 ../classes/es-register.php:421
503
- msgid "Subscribe"
504
  msgstr ""
505
 
506
- #. Name of the plugin
507
- #: ../classes/es-register.php:137 ../classes/es-register.php:138
508
- msgid "Email Subscribers"
509
  msgstr ""
510
 
511
- #: ../classes/es-register.php:140 ../classes/es-register.php:141
512
- msgid "Subscribers"
 
513
  msgstr ""
514
 
515
- #: ../classes/es-register.php:143 ../classes/es-register.php:144
516
- msgid "Compose"
 
517
  msgstr ""
518
 
519
- #: ../classes/es-register.php:146 ../classes/es-register.php:147 ..
520
- #: /notification/notification-show.php:44
521
- msgid "Notification"
522
  msgstr ""
523
 
524
- #: ../classes/es-register.php:149 ../classes/es-register.php:150 ..
525
- #: /sendmail/sendmail.php:93 ../sendmail/sendmail.php:236 ../sendmail/sendmail.
526
- #: php:238
527
- msgid "Send Email"
528
  msgstr ""
529
 
530
- #: ../classes/es-register.php:152
531
- msgid "Cron"
 
 
 
532
  msgstr ""
533
 
534
- #: ../classes/es-register.php:153
535
- msgid "Cron Mail"
 
 
536
  msgstr ""
537
 
538
- #: ../classes/es-register.php:158 ../classes/es-register.php:159
539
- msgid "Roles"
 
 
 
540
  msgstr ""
541
 
542
- #: ../classes/es-register.php:164
543
- msgid "Help & Info"
544
  msgstr ""
545
 
546
- #: ../classes/es-register.php:165
547
- msgid "<span style=\"color:#f18500;font-weight:bolder;\">Help & Info"
548
  msgstr ""
549
 
550
- #: ../classes/es-register.php:176
551
- msgctxt "view-subscriber-enhanced-select"
552
- msgid "Please enter subscriber email address."
553
  msgstr ""
554
 
555
- #: ../classes/es-register.php:177
556
- msgctxt "view-subscriber-enhanced-select"
557
- msgid "Please select subscriber email status."
558
  msgstr ""
559
 
560
- #: ../classes/es-register.php:178
561
- msgctxt "view-subscriber-enhanced-select"
562
- msgid "Please select or create group for this subscriber."
 
563
  msgstr ""
564
 
565
- #: ../classes/es-register.php:179
566
- msgctxt "view-subscriber-enhanced-select"
567
- msgid "Do you want to delete this record?"
 
568
  msgstr ""
569
 
570
- #: ../classes/es-register.php:180
571
- msgctxt "view-subscriber-enhanced-select"
572
- msgid "Please select the bulk action."
 
573
  msgstr ""
574
 
575
- #: ../classes/es-register.php:181
576
- msgctxt "view-subscriber-enhanced-select"
577
- msgid "Do you want to delete selected record(s)?"
578
  msgstr ""
579
 
580
- #: ../classes/es-register.php:182
581
- msgctxt "view-subscriber-enhanced-select"
582
- msgid "Are you sure you want to delete?"
583
  msgstr ""
584
 
585
- #: ../classes/es-register.php:183
586
- msgctxt "view-subscriber-enhanced-select"
587
- msgid ""
588
- "Do you want to resend confirmation email? \\nAlso please note, this will "
589
- "update subscriber current status to 'Unconfirmed'."
590
  msgstr ""
591
 
592
- #: ../classes/es-register.php:184
593
- msgctxt "view-subscriber-enhanced-select"
594
- msgid "Please select new subscriber group."
595
  msgstr ""
596
 
597
- #: ../classes/es-register.php:185
598
- msgctxt "view-subscriber-enhanced-select"
599
- msgid "Do you want to update subscribers group?"
600
  msgstr ""
601
 
602
- #: ../classes/es-register.php:186
603
- msgctxt "view-subscriber-enhanced-select"
604
- msgid "Do you want to export the emails?"
605
  msgstr ""
606
 
607
- #: ../classes/es-register.php:187
608
- msgctxt "view-subscriber-enhanced-select"
609
- msgid ""
610
- "Please select only csv file. Please check official website for csv structure."
611
- "."
612
  msgstr ""
613
 
614
- #: ../classes/es-register.php:195
615
- msgctxt "compose-enhanced-select"
616
- msgid "Please enter name for configuration."
617
  msgstr ""
618
 
619
- #: ../classes/es-register.php:196
620
- msgctxt "compose-enhanced-select"
621
- msgid "Please select template for this configuration."
622
  msgstr ""
623
 
624
- #: ../classes/es-register.php:197
625
- msgctxt "compose-enhanced-select"
626
- msgid "Do you want to delete this record?"
627
  msgstr ""
628
 
629
- #: ../classes/es-register.php:205
630
- msgctxt "notification-enhanced-select"
631
- msgid "Please select subscribers group."
632
  msgstr ""
633
 
634
- #: ../classes/es-register.php:206
635
- msgctxt "notification-enhanced-select"
636
- msgid "Please select notification mail subject. Use compose menu to create new."
637
  msgstr ""
638
 
639
- #: ../classes/es-register.php:207
640
- msgctxt "notification-enhanced-select"
641
- msgid "Please select notification status."
642
  msgstr ""
643
 
644
- #: ../classes/es-register.php:208
645
- msgctxt "notification-enhanced-select"
646
- msgid "Do you want to delete this record?"
647
  msgstr ""
648
 
649
- #: ../classes/es-register.php:216
650
- msgctxt "sendmail-enhanced-select"
651
- msgid "Please select your mail subject."
652
  msgstr ""
653
 
654
- #: ../classes/es-register.php:217
655
- msgctxt "sendmail-enhanced-select"
656
- msgid "Please select subscriber email status."
657
  msgstr ""
658
 
659
- #: ../classes/es-register.php:218
660
- msgctxt "sendmail-enhanced-select"
661
- msgid "Are you sure you want to send email to all selected email address?"
662
  msgstr ""
663
 
664
- #: ../classes/es-register.php:230
665
- msgctxt "sentmail-enhanced-select"
666
- msgid "Do you want to delete this record?"
667
  msgstr ""
668
 
669
- #: ../classes/es-register.php:231
670
- msgctxt "sentmail-enhanced-select"
671
- msgid "Do you want to delete all records except latest 10?"
672
  msgstr ""
673
 
674
- #: ../classes/es-register.php:239
675
- msgctxt "roles-enhanced-select"
676
- msgid "Please enter subscriber email address."
677
  msgstr ""
678
 
679
- #: ../classes/es-register.php:240
680
- msgctxt "roles-enhanced-select"
681
- msgid "Please select subscriber email status."
682
  msgstr ""
683
 
684
- #: ../classes/es-register.php:241
685
- msgctxt "roles-enhanced-select"
686
- msgid "Please select or create group for this subscriber."
687
  msgstr ""
688
 
689
- #: ../classes/es-register.php:249
690
- msgctxt "cron-enhanced-select"
691
- msgid "Please select enter number of mails you want to send per hour/trigger."
692
  msgstr ""
693
 
694
- #: ../classes/es-register.php:250
695
- msgctxt "cron-enhanced-select"
696
- msgid "Please enter the mail count, only number."
697
  msgstr ""
698
 
699
- #: ../classes/es-register.php:263
700
- msgctxt "widget-enhanced-select"
701
- msgid "Please enter email address."
702
  msgstr ""
703
 
704
- #: ../classes/es-register.php:264
705
- msgctxt "widget-enhanced-select"
706
- msgid "Please provide a valid email address."
707
  msgstr ""
708
 
709
- #: ../classes/es-register.php:265
710
- msgctxt "widget-enhanced-select"
711
- msgid "loading..."
712
  msgstr ""
713
 
714
- #: ../classes/es-register.php:266
715
- msgctxt "widget-enhanced-select"
716
- msgid "Cannot create XMLHTTP instance"
717
  msgstr ""
718
 
719
- #: ../classes/es-register.php:267
720
- msgctxt "widget-enhanced-select"
721
- msgid "Subscribed successfully."
722
  msgstr ""
723
 
724
- #: ../classes/es-register.php:268
725
- msgctxt "widget-enhanced-select"
726
- msgid ""
727
- "You have successfully subscribed to the newsletter. You will receive a "
728
- "confirmation email in a few minutes. Please follow the link in it to confirm "
729
- "your subscription. If the email takes more than 15 minutes to appear in your "
730
- "mailbox, please check your spam folder."
731
  msgstr ""
732
 
733
- #: ../classes/es-register.php:269
734
- msgctxt "widget-enhanced-select"
735
- msgid "Email Address already exists."
736
  msgstr ""
737
 
738
- #: ../classes/es-register.php:270
739
- msgctxt "widget-enhanced-select"
740
- msgid "Oops.. Unexpected error occurred."
741
  msgstr ""
742
 
743
- #: ../classes/es-register.php:271
744
- msgctxt "widget-enhanced-select"
745
- msgid "Invalid email address."
746
  msgstr ""
747
 
748
- #: ../classes/es-register.php:272
749
- msgctxt "widget-enhanced-select"
750
- msgid "Please try after some time."
751
  msgstr ""
752
 
753
- #: ../classes/es-register.php:273
754
- msgctxt "widget-enhanced-select"
755
- msgid "There was a problem with the request."
756
  msgstr ""
757
 
758
- #: ../classes/es-register.php:280
759
- msgctxt "widget-page-enhanced-select"
760
- msgid "Please enter email address."
761
  msgstr ""
762
 
763
- #: ../classes/es-register.php:281
764
- msgctxt "widget-page-enhanced-select"
765
- msgid "Please provide a valid email address."
766
  msgstr ""
767
 
768
- #: ../classes/es-register.php:282
769
- msgctxt "widget-page-enhanced-select"
770
- msgid "loading..."
771
  msgstr ""
772
 
773
- #: ../classes/es-register.php:283
774
- msgctxt "widget-page-enhanced-select"
775
- msgid "Cannot create XMLHTTP instance"
776
  msgstr ""
777
 
778
- #: ../classes/es-register.php:284
779
- msgctxt "widget-page-enhanced-select"
780
- msgid "Subscribed successfully."
781
  msgstr ""
782
 
783
- #: ../classes/es-register.php:285
784
- msgctxt "widget-page-enhanced-select"
785
- msgid ""
786
- "You have successfully subscribed to the newsletter. You will receive a "
787
- "confirmation email in a few minutes. Please follow the link in it to confirm "
788
- "your subscription. If the email takes more than 15 minutes to appear in your "
789
- "mailbox, please check your spam folder."
790
  msgstr ""
791
 
792
- #: ../classes/es-register.php:286
793
- msgctxt "widget-page-enhanced-select"
794
- msgid "Email Address already exists."
795
  msgstr ""
796
 
797
- #: ../classes/es-register.php:287
798
- msgctxt "widget-page-enhanced-select"
799
- msgid "Oops.. Unexpected error occurred."
800
  msgstr ""
801
 
802
- #: ../classes/es-register.php:288
803
- msgctxt "widget-page-enhanced-select"
804
- msgid "Invalid email address."
805
  msgstr ""
806
 
807
- #: ../classes/es-register.php:289
808
- msgctxt "widget-page-enhanced-select"
809
- msgid "Please try after some time."
 
810
  msgstr ""
811
 
812
- #: ../classes/es-register.php:290
813
- msgctxt "widget-page-enhanced-select"
814
- msgid "There was a problem with the request."
815
  msgstr ""
816
 
817
- #: ../classes/es-register.php:456
818
- msgid "Widget Title"
819
  msgstr ""
820
 
821
- #: ../classes/es-register.php:460
822
- msgid "Display Name Field"
823
  msgstr ""
824
 
825
- #: ../classes/es-register.php:467
826
- msgid "Short Description"
827
  msgstr ""
828
 
829
- #: ../classes/es-register.php:469
830
- msgid "Short description about your subscription form."
831
  msgstr ""
832
 
833
- #: ../classes/es-register.php:472
834
- msgid "Subscriber Group"
835
  msgstr ""
836
 
837
- #: ../classes/es-common.php:8
838
- msgid "<span style=\"color:#006600;font-weight:bold;\">Confirmed</span>"
839
  msgstr ""
840
 
841
- #: ../classes/es-common.php:11
842
- msgid "<span style=\"color:#FF0000\">Unconfirmed</span>"
843
  msgstr ""
844
 
845
- #: ../classes/es-common.php:14
846
- msgid "<span style=\"color:#999900\">Unsubscribed</span>"
847
  msgstr ""
848
 
849
- #: ../classes/es-common.php:17
850
- msgid "<span style=\"color:#0000FF\">Single Opt In</span>"
851
  msgstr ""
852
 
853
- #: ../classes/es-common.php:20
854
- msgid "<span style=\"color:#00CC00;font-weight:bold\">Viewed</span>"
855
  msgstr ""
856
 
857
- #: ../classes/es-common.php:23
858
- msgid "<span style=\"color:#999900;\">Nodata</span>"
859
  msgstr ""
860
 
861
- #: ../classes/es-common.php:26
862
- msgid "<span style=\"color:#FF0000\">Disable</span>"
863
  msgstr ""
864
 
865
- #: ../classes/es-common.php:29
866
- msgid "<span style=\"color:#FF0000\">In Queue</span>"
867
  msgstr ""
868
 
869
- #: ../classes/es-common.php:32
870
- msgid "<span style=\"color:#00FF00;font-weight:bold;\">Sent</span>"
871
  msgstr ""
872
 
873
- #: ../classes/es-common.php:35
874
- msgid "<span style=\"color:#ffd700;font-weight:bold;\">Cron Mail</span>"
875
  msgstr ""
876
 
877
- #: ../classes/es-common.php:38
878
- msgid "<span style=\"color:#993399;\">Instant Mail</span>"
879
  msgstr ""
880
 
881
- #: ../subscribers/view-subscriber-add.php:28 ../subscribers/view-subscriber-add.
882
- #: php:119 ../subscribers/view-subscriber-edit.php:43 ../subscribers/view-
883
- #: subscriber-edit.php:103
884
- msgid "Please enter subscriber email address."
885
  msgstr ""
886
 
887
- #: ../subscribers/view-subscriber-add.php:45
888
- msgid "Please select or create your group for this email."
889
  msgstr ""
890
 
891
- #: ../subscribers/view-subscriber-add.php:54 ../subscribers/view-subscriber-
892
- #: import.php:45
893
- msgid ""
894
- "Error: Special characters (['^$%&*()}{@#~?><>,|=_+\\\"]) are not allowed in "
895
- "the group name."
896
  msgstr ""
897
 
898
- #: ../subscribers/view-subscriber-add.php:66
899
- msgid "Email was successfully inserted."
900
  msgstr ""
901
 
902
- #: ../subscribers/view-subscriber-add.php:70
903
- msgid "Email already exist in our list."
904
  msgstr ""
905
 
906
- #: ../subscribers/view-subscriber-add.php:75
907
- msgid "Email is invalid."
908
  msgstr ""
909
 
910
- #: ../subscribers/view-subscriber-add.php:92 ../subscribers/view-subscriber-add.
911
- #: php:101 ../subscribers/view-subscriber-edit.php:86 ../subscribers/view-
912
- #: subscriber-import.php:107 ../subscribers/view-subscriber-import.php:138 ..
913
- #: /notification/notification-edit.php:96 ../notification/notification-add.php:92
914
- #: ../compose/compose-edit.php:67 ../compose/compose-add.php:59
915
- msgid "Click here"
916
  msgstr ""
917
 
918
- #: ../subscribers/view-subscriber-add.php:92 ../subscribers/view-subscriber-add.
919
- #: php:101 ../subscribers/view-subscriber-edit.php:86 ../subscribers/view-
920
- #: subscriber-import.php:107 ../subscribers/view-subscriber-import.php:138 ..
921
- #: /notification/notification-edit.php:97 ../compose/compose-edit.php:68 ..
922
- #: /compose/compose-add.php:60
923
- msgid " to view the details"
924
  msgstr ""
925
 
926
- #: ../subscribers/view-subscriber-add.php:111
927
- msgid "Add email"
 
 
928
  msgstr ""
929
 
930
- #: ../subscribers/view-subscriber-add.php:113 ../subscribers/view-subscriber-edit.
931
- #: php:97
932
- msgid "Enter full name"
933
  msgstr ""
934
 
935
- #: ../subscribers/view-subscriber-add.php:115 ../subscribers/view-subscriber-edit.
936
- #: php:99
937
- msgid "Please enter subscriber full name."
 
938
  msgstr ""
939
 
940
- #: ../subscribers/view-subscriber-add.php:117 ../subscribers/view-subscriber-edit.
941
- #: php:101
942
- msgid "Enter email address."
943
  msgstr ""
944
 
945
- #: ../subscribers/view-subscriber-add.php:128 ../subscribers/view-subscriber-edit.
946
- #: php:112 ../subscribers/view-subscriber-import.php:162
947
- msgid "Please select subscriber email status."
 
948
  msgstr ""
949
 
950
- #: ../subscribers/view-subscriber-add.php:130 ../subscribers/view-subscriber-
951
- #: import.php:164
952
- msgid "Select (or) Create Group"
953
  msgstr ""
954
 
955
- #: ../subscribers/view-subscriber-add.php:132 ../subscribers/view-subscriber-sync.
956
- #: php:99 ../subscribers/view-subscriber-sync.php:130 ../subscribers/view-
957
- #: subscriber-edit.php:116 ../subscribers/view-subscriber-import.php:166 ..
958
- #: /notification/notification-edit.php:131 ../notification/notification-add.php:
959
- #: 115 ../notification/notification-add.php:139 ../sendmail/sendmail.php:106 ..
960
- #: /sendmail/sendmail.php:134 ../sendmail/sendmail.php:149
961
- msgid "Select"
962
  msgstr ""
963
 
964
- #: ../subscribers/view-subscriber-add.php:148 ../subscribers/view-subscriber-edit.
965
- #: php:140 ../subscribers/view-subscriber-import.php:182
966
- msgid "Please select or create group for this subscriber."
 
967
  msgstr ""
968
 
969
- #: ../subscribers/view-subscriber-add.php:153 ../subscribers/view-subscriber-sync.
970
- #: php:156 ../subscribers/view-subscriber-edit.php:146 ..
971
- #: /notification/notification-edit.php:254 ../notification/notification-add.php:
972
- #: 247 ../compose/compose-edit.php:108 ../compose/compose-add.php:99 ../cron/cron-
973
- #: add.php:88 ../roles/roles-add.php:156
974
- msgid "Submit"
975
  msgstr ""
976
 
977
- #: ../subscribers/view-subscriber-sync.php:33 ../subscribers/view-subscriber-sync.
978
- #: php:119
979
- msgid "Please select default group to newly registered user."
 
980
  msgstr ""
981
 
982
- #: ../subscribers/view-subscriber-sync.php:39 ../subscribers/view-subscriber-sync.
983
- #: php:150
984
- msgid "Please select default group to newly commented user."
985
  msgstr ""
986
 
987
- #: ../subscribers/view-subscriber-sync.php:56
988
- msgid "Sync email successfully updated."
989
  msgstr ""
990
 
991
- #: ../subscribers/view-subscriber-sync.php:88
992
- msgid "Sync email"
 
993
  msgstr ""
994
 
995
- #: ../subscribers/view-subscriber-sync.php:90
996
- msgid "Sync newly registered user"
997
  msgstr ""
998
 
999
- #: ../subscribers/view-subscriber-sync.php:95
1000
- msgid "Automatically add a newly registered user email address to subscribers list."
1001
  msgstr ""
1002
 
1003
- #: ../subscribers/view-subscriber-sync.php:97 ../subscribers/view-subscriber-sync.
1004
- #: php:128
1005
- msgid "Select default group"
1006
  msgstr ""
1007
 
1008
- #: ../subscribers/view-subscriber-sync.php:121
1009
- msgid "Sync newly commented user"
1010
  msgstr ""
1011
 
1012
- #: ../subscribers/view-subscriber-sync.php:126
1013
- msgid ""
1014
- "Automatically add a newly commented (who posted comments) user email address "
1015
- "to subscribers list."
1016
  msgstr ""
1017
 
1018
- #: ../subscribers/view-subscriber-export.php:22
1019
- msgid "Export email address in csv format"
1020
  msgstr ""
1021
 
1022
- #: ../subscribers/view-subscriber-export.php:28 ../subscribers/view-subscriber-
1023
- #: export.php:36
1024
- msgid "Export option"
 
 
 
1025
  msgstr ""
1026
 
1027
- #: ../subscribers/view-subscriber-export.php:29 ../subscribers/view-subscriber-
1028
- #: export.php:37
1029
- msgid "Total email"
1030
  msgstr ""
1031
 
1032
- #: ../subscribers/view-subscriber-export.php:44
1033
- msgid "Subscriber email address"
1034
  msgstr ""
1035
 
1036
- #: ../subscribers/view-subscriber-export.php:46 ../subscribers/view-subscriber-
1037
- #: export.php:52 ../subscribers/view-subscriber-export.php:58
1038
- msgid "Click to export csv"
1039
  msgstr ""
1040
 
1041
- #: ../subscribers/view-subscriber-export.php:50
1042
- msgid "Registered email address"
1043
  msgstr ""
1044
 
1045
- #: ../subscribers/view-subscriber-export.php:56
1046
- msgid "Comments author email address"
1047
  msgstr ""
1048
 
1049
- #: ../subscribers/view-subscriber-export.php:65
1050
- msgid "Add Email"
1051
  msgstr ""
1052
 
1053
- #: ../subscribers/view-subscriber-export.php:66 ../subscribers/view-subscriber-
1054
- #: show.php:445
1055
- msgid "Import Email"
1056
  msgstr ""
1057
 
1058
- #: ../subscribers/view-subscriber-edit.php:54
1059
- msgid "Error: Special characters are not allowed in the group name."
 
 
 
1060
  msgstr ""
1061
 
1062
- #: ../subscribers/view-subscriber-edit.php:66
1063
- msgid "Email was successfully updated."
1064
  msgstr ""
1065
 
1066
- #: ../subscribers/view-subscriber-edit.php:70
1067
- msgid "Email already exist for this group."
1068
  msgstr ""
1069
 
1070
- #: ../subscribers/view-subscriber-edit.php:95
1071
- msgid "Edit email"
1072
  msgstr ""
1073
 
1074
- #: ../subscribers/view-subscriber-edit.php:114 ../subscribers/view-subscriber-
1075
- #: show.php:328 ../subscribers/view-subscriber-show.php:341
1076
- msgid "Group"
1077
  msgstr ""
1078
 
1079
- #: ../subscribers/view-subscriber-import.php:103
1080
- msgid "Email(s) was successfully imported."
1081
  msgstr ""
1082
 
1083
- #: ../subscribers/view-subscriber-import.php:104
1084
- msgid "Email(s) are already in our database."
 
 
 
 
 
 
1085
  msgstr ""
1086
 
1087
- #: ../subscribers/view-subscriber-import.php:105
1088
- msgid "Email(s) are invalid."
1089
  msgstr ""
1090
 
1091
- #: ../subscribers/view-subscriber-import.php:115
1092
- msgid "File upload failed or no data available in the csv file."
1093
- msgstr ""
1094
-
1095
- #: ../subscribers/view-subscriber-import.php:149
1096
- msgid "Upload email"
1097
- msgstr ""
1098
-
1099
- #: ../subscribers/view-subscriber-import.php:150
1100
- msgid "Select csv file"
1101
- msgstr ""
1102
-
1103
- #: ../subscribers/view-subscriber-import.php:152
1104
- msgid "Select the input csv file. Check official website for csv structure : "
1105
- msgstr ""
1106
-
1107
- #: ../subscribers/view-subscriber-import.php:153
1108
- msgid "click here"
1109
- msgstr ""
1110
-
1111
- #: ../subscribers/view-subscriber-import.php:187
1112
- msgid "Upload CSV"
1113
- msgstr ""
1114
-
1115
- #: ../subscribers/view-subscriber-show.php:11 ../compose/compose-show.php:13 ..
1116
- #: /sendmail/sendmail.php:17
1117
- msgid "Click Here"
1118
- msgstr ""
1119
-
1120
- #: ../subscribers/view-subscriber-show.php:72 ../subscribers/view-subscriber-show.
1121
- #: php:125
1122
- msgid "To send confirmation mail, Please change the Opt-in option to Double Opt In."
1123
- msgstr ""
1124
-
1125
- #: ../subscribers/view-subscriber-show.php:81
1126
- msgid "Confirmation email resent successfully."
1127
- msgstr ""
1128
-
1129
- #: ../subscribers/view-subscriber-show.php:110 ../subscribers/view-subscriber-
1130
- #: show.php:156 ../subscribers/view-subscriber-show.php:201
1131
- msgid "Oops, No record was selected."
1132
- msgstr ""
1133
-
1134
- #: ../subscribers/view-subscriber-show.php:150
1135
- msgid "Confirmation email(s) resent successfully."
1136
- msgstr ""
1137
-
1138
- #: ../subscribers/view-subscriber-show.php:186
1139
- msgid "Selected subscribers group was successfully updated."
1140
- msgstr ""
1141
-
1142
- #: ../subscribers/view-subscriber-show.php:192
1143
- msgid "Oops, New group name was not selected."
1144
- msgstr ""
1145
-
1146
- #: ../subscribers/view-subscriber-show.php:232
1147
- msgid "View Subscribers"
1148
- msgstr ""
1149
-
1150
- #: ../subscribers/view-subscriber-show.php:233 ../subscribers/view-subscriber-
1151
- #: show.php:444 ../notification/notification-show.php:45 ..
1152
- #: /notification/notification-show.php:140 ../compose/compose-show.php:56 ..
1153
- #: /compose/compose-show.php:112
1154
- msgid "Add New"
1155
- msgstr ""
1156
-
1157
- #: ../subscribers/view-subscriber-show.php:280
1158
- msgid "All Groups"
1159
- msgstr ""
1160
-
1161
- #: ../subscribers/view-subscriber-show.php:299
1162
- msgid "All Status"
1163
- msgstr ""
1164
-
1165
- #: ../subscribers/view-subscriber-show.php:300
1166
- msgid "Confirmed"
1167
- msgstr ""
1168
-
1169
- #: ../subscribers/view-subscriber-show.php:301
1170
- msgid "Unconfirmed"
1171
- msgstr ""
1172
-
1173
- #: ../subscribers/view-subscriber-show.php:302
1174
- msgid "Unsubscribed"
1175
- msgstr ""
1176
-
1177
- #: ../subscribers/view-subscriber-show.php:325 ../subscribers/view-subscriber-
1178
- #: show.php:338
1179
- msgid "Email address"
1180
- msgstr ""
1181
-
1182
- #: ../subscribers/view-subscriber-show.php:374 ../notification/notification-show.
1183
- #: php:87 ../compose/compose-show.php:93 ../compose/compose-preview.php:34
1184
- msgid "Edit"
1185
- msgstr ""
1186
-
1187
- #: ../subscribers/view-subscriber-show.php:377 ../subscribers/view-subscriber-
1188
- #: show.php:422 ../notification/notification-show.php:90 ../compose/compose-show.
1189
- #: php:94
1190
- msgid "Delete"
1191
- msgstr ""
1192
-
1193
- #: ../subscribers/view-subscriber-show.php:385 ../subscribers/view-subscriber-
1194
- #: show.php:423
1195
- msgid "Resend Confirmation"
1196
- msgstr ""
1197
-
1198
- #: ../subscribers/view-subscriber-show.php:401
1199
- msgid "No records available. Please use the above alphabet search button to search."
1200
- msgstr ""
1201
-
1202
- #: ../subscribers/view-subscriber-show.php:421
1203
- msgid "Bulk Actions"
1204
- msgstr ""
1205
-
1206
- #: ../subscribers/view-subscriber-show.php:424
1207
- msgid "Update Subscribers Group"
1208
- msgstr ""
1209
-
1210
- #: ../subscribers/view-subscriber-show.php:427
1211
- msgid "Select Group"
1212
- msgstr ""
1213
-
1214
- #: ../subscribers/view-subscriber-show.php:441
1215
- msgid "Apply"
1216
- msgstr ""
1217
-
1218
- #: ../subscribers/view-subscriber-show.php:446
1219
- msgid "Export Email"
1220
  msgstr ""
1221
 
1222
- #: ../subscribers/view-subscriber-show.php:447
1223
- msgid "Sync Email"
1224
  msgstr ""
1225
 
1226
- #. URI of the plugin
1227
- msgid "http://www.storeapps.org/product/email-subscribers"
1228
- msgstr ""
1229
-
1230
- #. Description of the plugin
1231
  msgid ""
1232
- "Add subscription form on website, send HTML newsletters to subscribers & "
1233
- "automatically notify them about new blog posts once it gets published."
1234
- msgstr ""
1235
-
1236
- #. Author of the plugin
1237
- msgid "StoreApps"
1238
- msgstr ""
1239
-
1240
- #. URI of the plugin
1241
- msgid "http://www.storeapps.org"
1242
  msgstr ""
1243
 
1244
- #: ../notification/notification-edit.php:43
1245
- msgid "Please select subscribers group"
1246
- msgstr ""
1247
-
1248
- #: ../notification/notification-edit.php:49
1249
- msgid "Please select notification status"
1250
- msgstr ""
1251
-
1252
- #: ../notification/notification-edit.php:55 ../notification/notification-add.php:44
1253
- msgid "Please select notification mail subject. Use compose menu to create new."
1254
- msgstr ""
1255
-
1256
- #: ../notification/notification-edit.php:61 ../notification/notification-edit.php:
1257
- #: 153 ../notification/notification-add.php:50
1258
- msgid "Please select post categories."
1259
- msgstr ""
1260
-
1261
- #: ../notification/notification-edit.php:83
1262
- msgid "Notification was successfully updated."
1263
- msgstr ""
1264
-
1265
- #: ../notification/notification-edit.php:107
1266
- msgid "Edit Notification"
1267
- msgstr ""
1268
-
1269
- #: ../notification/notification-edit.php:113 ../notification/notification-add.php:
1270
- #: 109 ../notification/notification-show.php:56 ../notification/notification-show.
1271
- #: php:64
1272
- msgid "Subscribers Group"
1273
  msgstr ""
1274
 
1275
- #: ../notification/notification-edit.php:114
1276
- msgid "Not allowed to update subscribers group in edit page"
1277
  msgstr ""
1278
 
1279
- #: ../notification/notification-edit.php:125 ../notification/notification-add.php:
1280
- #: 133
1281
- msgid "Notification Mail"
1282
  msgstr ""
1283
 
1284
- #: ../notification/notification-edit.php:126 ../notification/notification-add.php:
1285
- #: 134
1286
- msgid "Select notification mail subject (Use compose menu to create new)"
1287
  msgstr ""
1288
 
1289
- #: ../notification/notification-edit.php:152 ../notification/notification-add.php:
1290
- #: 158
1291
- msgid "Post Categories"
 
1292
  msgstr ""
1293
 
1294
- #: ../notification/notification-edit.php:188 ../notification/notification-add.php:
1295
- #: 187 ../sendmail/sendmail.php:169
1296
- msgid "Check All"
1297
  msgstr ""
1298
 
1299
- #: ../notification/notification-edit.php:189 ../notification/notification-add.php:
1300
- #: 188 ../sendmail/sendmail.php:170
1301
- msgid "Uncheck All"
1302
  msgstr ""
1303
 
1304
- #: ../notification/notification-edit.php:195 ../notification/notification-add.php:
1305
- #: 194
1306
- msgid "Custom Post Type"
1307
  msgstr ""
1308
 
1309
- #: ../notification/notification-edit.php:196
1310
- msgid "Please select your custom post type (Optional)."
1311
  msgstr ""
1312
 
1313
- #: ../notification/notification-edit.php:230 ../notification/notification-add.php:
1314
- #: 224
1315
- msgid "No Custom Post Types Available"
1316
  msgstr ""
1317
 
1318
- #: ../notification/notification-edit.php:237 ../notification/notification-add.php:
1319
- #: 231 ../notification/notification-show.php:58 ../notification/notification-show.
1320
- #: php:66
1321
- msgid "Notification Status"
1322
  msgstr ""
1323
 
1324
- #: ../notification/notification-edit.php:238 ../notification/notification-add.php:
1325
- #: 38
1326
- msgid "Please select notification status."
1327
  msgstr ""
1328
 
1329
- #: ../notification/notification-edit.php:243 ../notification/notification-add.php:
1330
- #: 237
1331
- msgid "Send mail immediately when new post is published"
1332
  msgstr ""
1333
 
1334
- #: ../notification/notification-edit.php:244 ../notification/notification-add.php:
1335
- #: 238
1336
- msgid "Add to cron when new post is published and send via cron job"
1337
  msgstr ""
1338
 
1339
- #: ../notification/notification-edit.php:245 ../notification/notification-add.php:
1340
- #: 239
1341
- msgid "Disable notification"
1342
  msgstr ""
1343
 
1344
- #: ../notification/notification-add.php:32
1345
- msgid "Please select subscribers group."
1346
  msgstr ""
1347
 
1348
- #: ../notification/notification-add.php:70
1349
- msgid "Notification was successfully created. "
1350
  msgstr ""
1351
 
1352
- #: ../notification/notification-add.php:93
1353
- msgid " to view the details."
1354
  msgstr ""
1355
 
1356
- #: ../notification/notification-add.php:103
1357
- msgid "Add Notification"
1358
  msgstr ""
1359
 
1360
- #: ../notification/notification-add.php:110
1361
- msgid "Select subscribers group"
1362
  msgstr ""
1363
 
1364
- #: ../notification/notification-add.php:159
1365
- msgid "Select post categories"
1366
  msgstr ""
1367
 
1368
- #: ../notification/notification-add.php:195
1369
- msgid "Select your custom post type (Optional)"
1370
  msgstr ""
1371
 
1372
- #: ../notification/notification-add.php:232
1373
- msgid "Select notification status"
 
1374
  msgstr ""
1375
 
1376
- #: ../notification/notification-show.php:30
1377
- msgid "Selected record was successfully deleted"
1378
  msgstr ""
1379
 
1380
- #: ../notification/notification-show.php:55 ../notification/notification-show.php:
1381
- #: 63
1382
- msgid "Mail Subject"
1383
  msgstr ""
1384
 
1385
- #: ../notification/notification-show.php:57 ../notification/notification-show.php:
1386
- #: 65
1387
- msgid "Categories / Custom Post"
1388
  msgstr ""
1389
 
1390
- #: ../notification/notification-show.php:117
1391
- msgid "Send mail immediately when new post is published."
1392
  msgstr ""
1393
 
1394
- #: ../notification/notification-show.php:119
1395
- msgid "Add to cron and send mail via cron job."
1396
  msgstr ""
1397
 
1398
- #: ../compose/compose-edit.php:41 ../compose/compose-add.php:28
1399
- msgid "Please enter template heading."
1400
  msgstr ""
1401
 
1402
- #: ../compose/compose-edit.php:54
1403
- msgid "Template was successfully updated."
 
1404
  msgstr ""
1405
 
1406
- #: ../compose/compose-edit.php:78 ../compose/compose-show.php:55 ..
1407
- #: /compose/compose-add.php:69
1408
- msgid "Compose Mail"
 
 
1409
  msgstr ""
1410
 
1411
- #: ../compose/compose-edit.php:80 ../compose/compose-add.php:71 ..
1412
- #: /sendmail/sendmail.php:128
1413
- msgid "Mail Type"
1414
  msgstr ""
1415
 
1416
- #: ../compose/compose-edit.php:82 ../compose/compose-add.php:73
1417
- msgid "Static Template (For Newsletter Email)"
1418
  msgstr ""
1419
 
1420
- #: ../compose/compose-edit.php:83 ../compose/compose-add.php:74
1421
- msgid "Dynamic Template (For Notification Email)"
1422
  msgstr ""
1423
 
1424
- #: ../compose/compose-edit.php:85
1425
- msgid "Please select your mail type"
1426
  msgstr ""
1427
 
1428
- #: ../compose/compose-edit.php:87 ../compose/compose-add.php:78
1429
- msgid "Enter Mail Subject"
1430
  msgstr ""
1431
 
1432
- #: ../compose/compose-edit.php:89 ../compose/compose-add.php:80
1433
- msgid "Please enter your mail subject. Keyword: ###POSTTITLE###"
1434
  msgstr ""
1435
 
1436
- #: ../compose/compose-edit.php:91 ../compose/compose-add.php:82
1437
- msgid "Mail Content"
1438
  msgstr ""
1439
 
1440
- #: ../compose/compose-edit.php:95 ../compose/compose-add.php:86
1441
- msgid "Please enter content for your mail"
1442
  msgstr ""
1443
 
1444
- #: ../compose/compose-edit.php:96 ../compose/compose-add.php:87
1445
- msgid ""
1446
- "Keywords: ###POSTTITLE###, ###POSTLINK###, ###POSTIMAGE###, ###POSTDESC###, "
1447
- "###POSTFULL###, ###DATE###, ###POSTLINK-ONLY###, ###POSTLINK-WITHTITLE###"
1448
  msgstr ""
1449
 
1450
- #: ../compose/compose-edit.php:101 ../compose/compose-add.php:92
1451
- msgid "Published"
1452
  msgstr ""
1453
 
1454
- #: ../compose/compose-edit.php:103 ../compose/compose-add.php:94
1455
- msgid "Please select your mail status"
1456
  msgstr ""
1457
 
1458
- #: ../compose/compose-show.php:66 ../compose/compose-show.php:74
1459
- msgid "Email subject"
1460
  msgstr ""
1461
 
1462
- #: ../compose/compose-add.php:40
1463
- msgid "Template was successfully created."
 
1464
  msgstr ""
1465
 
1466
- #: ../compose/compose-add.php:76 ../sendmail/sendmail.php:52
1467
- msgid "Please select your mail type."
1468
  msgstr ""
1469
 
1470
- #: ../export/export-email-address.php:36 ../export/export-email-address.php:40 ..
1471
- #: /export/export-email-address.php:43
1472
- msgid "Unexpected url submit has been detected"
1473
  msgstr ""
1474
 
1475
- #: ../cron/cron-add.php:21
1476
- msgid "Please enter valid mail count."
1477
  msgstr ""
1478
 
1479
- #: ../cron/cron-add.php:31
1480
- msgid "Cron details successfully updated."
1481
  msgstr ""
1482
 
1483
- #: ../cron/cron-add.php:71
1484
- msgid "Cron Details"
1485
  msgstr ""
1486
 
1487
- #: ../cron/cron-add.php:74
1488
- msgid "Cron job URL"
1489
  msgstr ""
1490
 
1491
- #: ../cron/cron-add.php:76
1492
- msgid ""
1493
- "Please find your cron job URL. This is readonly field not able to modify "
1494
- "from admin."
1495
  msgstr ""
1496
 
1497
- #: ../cron/cron-add.php:78
1498
- msgid "Mail Count"
 
1499
  msgstr ""
1500
 
1501
- #: ../cron/cron-add.php:80
1502
- msgid "Enter number of mails you want to send per hour/trigger."
 
1503
  msgstr ""
1504
 
1505
- #: ../cron/cron-add.php:82
1506
- msgid "Admin Report"
 
1507
  msgstr ""
1508
 
1509
- #: ../cron/cron-add.php:84
1510
- msgid ""
1511
- "Send above mail to admin whenever cron URL triggered in your server.<br "
1512
- "/>(Keywords: ###DATE###, ###SUBJECT###, ###COUNT###)"
1513
  msgstr ""
1514
 
1515
- #: ../cron/cron-add.php:97
1516
- msgid "How to setup auto emails using CRON Job through the cPanel or Plesk?"
 
1517
  msgstr ""
1518
 
1519
- #: ../cron/cron-add.php:98
1520
- msgid ""
1521
- "<a target=\"_blank\" href=\"http://www.storeapps.org/docs/es-how-to-schedule-"
1522
- "cron-emails-in-parallels-plesk/\">Setup cron job in Plesk</a>"
1523
  msgstr ""
1524
 
1525
- #: ../cron/cron-add.php:99
1526
- msgid ""
1527
- "<a target=\"_blank\" href=\"http://www.storeapps.org/docs/es-how-to-schedule-"
1528
- "cron-emails-in-cpanel/\">Setup cron job in cPanal</a>"
1529
  msgstr ""
1530
 
1531
- #: ../cron/cron-add.php:100
 
1532
  msgid ""
1533
- "<a target=\"_blank\" href=\"http://www.storeapps.org/docs/es-what-to-do-if-"
1534
- "hosting-doesnt-support-cron-jobs/\">Hosting doesnt support cron jobs?</a>"
1535
- msgstr ""
1536
-
1537
- #: ../sendmail/sendmail.php:39
1538
- msgid "Please select your mail subject."
1539
- msgstr ""
1540
-
1541
- #: ../sendmail/sendmail.php:46
1542
- msgid "No email address selected."
1543
- msgstr ""
1544
-
1545
- #: ../sendmail/sendmail.php:59
1546
- msgid "Mail sent successfully"
1547
  msgstr ""
1548
 
1549
- #: ../sendmail/sendmail.php:64
1550
- msgid "Click here for details"
 
1551
  msgstr ""
1552
 
1553
- #: ../sendmail/sendmail.php:71
1554
- msgid "Oops.. We are getting some error. mail not sending."
 
1555
  msgstr ""
1556
 
1557
- #: ../sendmail/sendmail.php:100
1558
- msgid "Select your mail subject"
 
1559
  msgstr ""
1560
 
1561
- #: ../sendmail/sendmail.php:101
 
1562
  msgid ""
1563
- "Select a mail subject from available list. Go to Compose page to create new "
1564
- "mail."
1565
- msgstr ""
1566
-
1567
- #: ../sendmail/sendmail.php:129
1568
- msgid "Select your mail type"
1569
- msgstr ""
1570
-
1571
- #: ../sendmail/sendmail.php:135
1572
- msgid "Send mail immediately"
1573
  msgstr ""
1574
 
1575
- #: ../sendmail/sendmail.php:136
1576
- msgid "Send mail via cron job"
 
1577
  msgstr ""
1578
 
1579
- #: ../sendmail/sendmail.php:143
1580
- msgid "Select subscriber group"
 
1581
  msgstr ""
1582
 
1583
- #: ../sendmail/sendmail.php:144
1584
- msgid "Select your subscriber group to send email"
 
1585
  msgstr ""
1586
 
1587
- #: ../sendmail/sendmail.php:177
1588
- msgid "A,B,C"
 
1589
  msgstr ""
1590
 
1591
- #: ../sendmail/sendmail.php:178
1592
- msgid "D,E,F"
 
1593
  msgstr ""
1594
 
1595
- #: ../sendmail/sendmail.php:179
1596
- msgid "G,H,I"
 
1597
  msgstr ""
1598
 
1599
- #: ../sendmail/sendmail.php:180
1600
- msgid "J,K,L"
 
1601
  msgstr ""
1602
 
1603
- #: ../sendmail/sendmail.php:181
1604
- msgid "M,N,O"
 
1605
  msgstr ""
1606
 
1607
- #: ../sendmail/sendmail.php:182
1608
- msgid "P,Q,R"
 
1609
  msgstr ""
1610
 
1611
- #: ../sendmail/sendmail.php:183
1612
- msgid "S,T,U"
 
1613
  msgstr ""
1614
 
1615
- #: ../sendmail/sendmail.php:184
1616
- msgid "V,W,X,Y,Z"
 
1617
  msgstr ""
1618
 
1619
- #: ../sendmail/sendmail.php:185
1620
- msgid "0-9"
 
1621
  msgstr ""
1622
 
1623
- #: ../sendmail/sendmail.php:186
1624
- msgid "ALL"
 
1625
  msgstr ""
1626
 
1627
- #: ../sendmail/sendmail.php:223
1628
- #, php-format
1629
- msgid ""
1630
- "<span style=\"color:#FF0000\">No subscribers available for %s search criteria."
1631
- "</span>"
1632
  msgstr ""
1633
 
1634
- #: ../roles/roles-add.php:95
1635
- msgid "Roles and Capabilities"
 
1636
  msgstr ""
1637
 
1638
- #: ../roles/roles-add.php:97
1639
- msgid "Subscribers Menu"
 
1640
  msgstr ""
1641
 
1642
- #: ../roles/roles-add.php:99 ../roles/roles-add.php:107 ../roles/roles-add.php:
1643
- #: 115 ../roles/roles-add.php:123 ../roles/roles-add.php:131 ../roles/roles-add.
1644
- #: php:139 ../roles/roles-add.php:147
1645
- msgid "Administrator Only"
1646
  msgstr ""
1647
 
1648
- #: ../roles/roles-add.php:100 ../roles/roles-add.php:108 ../roles/roles-add.php:
1649
- #: 116 ../roles/roles-add.php:124 ../roles/roles-add.php:132 ../roles/roles-add.
1650
- #: php:140 ../roles/roles-add.php:148
1651
- msgid "Administrator/Editor"
1652
  msgstr ""
1653
 
1654
- #: ../roles/roles-add.php:101 ../roles/roles-add.php:109 ../roles/roles-add.php:
1655
- #: 117 ../roles/roles-add.php:125 ../roles/roles-add.php:133 ../roles/roles-add.
1656
- #: php:141 ../roles/roles-add.php:149
1657
- msgid "Administrator/Editor/Author/Contributor"
1658
  msgstr ""
1659
 
1660
- #: ../roles/roles-add.php:103
 
1661
  msgid ""
1662
- "Select user role to access plugin Subscribers Menu. Only Admin user can "
1663
- "change this value."
1664
- msgstr ""
1665
-
1666
- #: ../roles/roles-add.php:105
1667
- msgid "Compose Menu"
1668
  msgstr ""
1669
 
1670
- #: ../roles/roles-add.php:111
1671
- msgid ""
1672
- "Select user role to access plugin Compose Menu. Only Admin user can change "
1673
- "this value."
1674
  msgstr ""
1675
 
1676
- #: ../roles/roles-add.php:113
1677
- msgid "Notification Menu"
 
1678
  msgstr ""
1679
 
1680
- #: ../roles/roles-add.php:119
1681
- msgid ""
1682
- "Select user role to access plugin Notification Menu. Only Admin user can "
1683
- "change this value."
1684
  msgstr ""
1685
 
1686
- #: ../roles/roles-add.php:121
1687
- msgid "Send Email Menu/Cron Menu"
 
1688
  msgstr ""
1689
 
1690
- #: ../roles/roles-add.php:127
1691
- msgid ""
1692
- "Select user role to access plugin Send Email Menu. Only Admin user can "
1693
- "change this value."
1694
  msgstr ""
1695
 
1696
- #: ../roles/roles-add.php:129
1697
- msgid "Settings Menu"
 
1698
  msgstr ""
1699
 
1700
- #: ../roles/roles-add.php:135
1701
- msgid ""
1702
- "Select user role to access plugin Settings Menu. Only Admin user can change "
1703
- "this value."
1704
  msgstr ""
1705
 
1706
- #: ../roles/roles-add.php:137
1707
- msgid "Sent Mails Menu"
 
1708
  msgstr ""
1709
 
1710
- #: ../roles/roles-add.php:143
1711
- msgid ""
1712
- "Select user role to access plugin Sent Mails Menu. Only Admin user can "
1713
- "change this value."
1714
  msgstr ""
1715
 
1716
- #: ../roles/roles-add.php:145
1717
- msgid "Help & Info Menu"
 
1718
  msgstr ""
1719
 
1720
- #: ../roles/roles-add.php:151
 
1721
  msgid ""
1722
- "Select user role to access plugin Help & Info Menu. Only Admin user can "
1723
- "change this value."
1724
- msgstr ""
1725
-
1726
- #: ../help/help.php:44
1727
- msgid "Welcome to Email Subscribers!"
1728
  msgstr ""
1729
 
1730
- #: ../help/help.php:45
1731
- msgid "Thanks for installing and we hope you will enjoy using Email Subscribers."
1732
- msgstr ""
1733
-
1734
- #: ../help/help.php:49
1735
- msgid "For more help and tips..."
1736
- msgstr ""
1737
-
1738
- #: ../help/help.php:93
1739
- msgid "Frequently Asked Questions"
1740
- msgstr ""
1741
-
1742
- #: ../help/help.php:104
1743
- msgid "How to setup subscription box widget?"
1744
  msgstr ""
1745
 
1746
- #: ../help/help.php:111
1747
- msgid "How to add unsubscribe link in welcome email?"
 
1748
  msgstr ""
1749
 
1750
- #: ../help/help.php:119
1751
- msgid "How to change/update/translate any text from the plugin?"
 
1752
  msgstr ""
1753
 
1754
- #: ../help/help.php:120
1755
- msgid ""
1756
- "Refer steps from <a target=\"_blank\" href=\"http://www.storeapps.org/docs/es-"
1757
- "how-to-change-update-translate-any-texts-from-email-subscribers/\">here</a>."
1758
  msgstr ""
1759
 
1760
- #: ../help/help.php:123
1761
- msgid "How to setup auto emails using CRON Job?"
 
1762
  msgstr ""
1763
 
1764
- #: ../help/help.php:124
1765
  msgid ""
1766
- " 1. <a target=\"_blank\" href=\"http://www.storeapps.org/docs/es-how-to-"
1767
- "schedule-cron-emails-in-cpanel/\">Setup cron job in Plesk</a><br>\n"
1768
- " 2. <a target=\"_blank\" href=\"http://www.storeapps.org/docs/es-"
1769
- "how-to-schedule-cron-emails-in-parallels-plesk/\">Setup cron job in "
1770
- "cPanal</a><br>\n"
1771
- " 3. <a target=\"_blank\" href=\"http://www.storeapps.org/docs/es-"
1772
- "what-to-do-if-hosting-doesnt-support-cron-jobs/\">Hosting doesnt support cron "
1773
- "jobs?</a>"
1774
- msgstr ""
1775
-
1776
- #: ../help/help.php:129
1777
- msgid "Notification Emails are not being received by Subscribers?"
1778
- msgstr ""
1779
-
1780
- #: ../help/help.php:130
1781
- #, php-format
1782
- msgid "Confirm steps from %s."
1783
- msgstr ""
1784
-
1785
- #: ../help/help.php:130 ../help/help.php:134 ../help/help.php:138 ../help/help.
1786
- #: php:142 ../help/help.php:146 ../help/help.php:150 ../help/help.php:154 ..
1787
- #: /help/help.php:158 ../help/help.php:162 ../help/help.php:166
1788
- msgid "here"
1789
  msgstr ""
1790
 
1791
- #: ../help/help.php:133
1792
- msgid "How to import and export email address to subscriber list?"
1793
  msgstr ""
1794
 
1795
- #: ../help/help.php:134 ../help/help.php:138 ../help/help.php:142 ../help/help.
1796
- #: php:146 ../help/help.php:150 ../help/help.php:154 ../help/help.php:158 ..
1797
- #: /help/help.php:162
1798
- #, php-format
1799
- msgid "Refer %s."
1800
  msgstr ""
1801
 
1802
- #: ../help/help.php:137
1803
- msgid "How to Compose and Send static newsletter mails?"
1804
- msgstr ""
1805
-
1806
- #: ../help/help.php:141
1807
- msgid ""
1808
- "How to Configure and Send notification emails to subscribers when new posts "
1809
- "are published?"
1810
- msgstr ""
1811
-
1812
- #: ../help/help.php:145
1813
- msgid "How to install and activate Email Subscribers on multisite installations?"
1814
  msgstr ""
1815
 
1816
- #: ../help/help.php:149
1817
- msgid ""
1818
- "How to modify the existing mails (Opt-in mail, Welcome mail, Admin mails) "
1819
- "content?"
1820
  msgstr ""
1821
 
1822
- #: ../help/help.php:153
1823
- msgid "How to Add/Update Existing Subscribers Group?"
1824
  msgstr ""
1825
 
1826
- #: ../help/help.php:157
1827
- msgid "How to check Sent mails?"
1828
  msgstr ""
1829
 
1830
- #: ../help/help.php:161
1831
- msgid "How to show subscribe form inside a popup?"
1832
  msgstr ""
1833
 
1834
- #: ../help/help.php:165
1835
- msgid "Check more detailed documentation"
1836
  msgstr ""
1837
 
1838
- #: ../help/help.php:166
1839
- #, php-format
1840
- msgid "From %s."
1841
  msgstr ""
5
  "Project-Id-Version: Email Subscribers\n"
6
  "Report-Msgid-Bugs-To: \n"
7
  "POT-Creation-Date: Tue Feb 09 2016 16:21:13 GMT+0530 (IST)\n"
8
+ "POT-Revision-Date: Mon Sep 26 2016 10:25:35 GMT+0530 (IST)\n"
9
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
10
  "Last-Translator: \n"
11
  "Language-Team: \n"
24
  "esc_html_x:1,2c;comments_number_link:2,3;t:1;st:1;trans:1;transChoice:1,2\n"
25
  "X-Generator: Loco - https://localise.biz/"
26
 
27
+ #: ../notification/notification-add.php:32
28
+ msgid "Please select subscribers group."
29
  msgstr ""
30
 
31
+ #: ../notification/notification-add.php:38
32
+ msgid "Please select notification status."
33
  msgstr ""
34
 
35
+ #: ../notification/notification-add.php:44 ../notification/notification-edit.php:60
36
+ msgid "Please select notification mail subject. Use compose menu to create new."
37
+ msgstr ""
38
+
39
+ #: ../notification/notification-add.php:50 ../notification/notification-edit.php:69
40
+ msgid "Please select post categories."
41
  msgstr ""
42
 
43
+ #: ../notification/notification-add.php:70
44
+ msgid "Notification successfully created. "
45
  msgstr ""
46
 
47
+ #: ../notification/notification-add.php:107
48
+ msgid "Add Notification"
49
+ msgstr ""
50
+
51
+ #: ../notification/notification-add.php:108 ../notification/notification-show.php:
52
+ #: 55 ../notification/notification-edit.php:122 ../roles/roles-add.php:106 ..
53
+ #: /settings/settings-edit.php:199 ../sentmail/sentmail-preview.php:29 ..
54
+ #: /sentmail/sentmail-show.php:98 ../sentmail/deliverreport-show.php:62 ..
55
+ #: /subscribers/view-subscriber-import.php:147 ../subscribers/view-subscriber-
56
+ #: show.php:212 ../subscribers/view-subscriber-export.php:31 ../subscribers/view-
57
+ #: subscriber-add.php:116 ../subscribers/view-subscriber-edit.php:115 ..
58
+ #: /subscribers/view-subscriber-sync.php:94 ../cron/cron-add.php:75 ..
59
+ #: /compose/compose-edit.php:87 ../compose/compose-add.php:76 ../compose/compose-
60
+ #: show.php:67 ../compose/compose-preview.php:29 ../sendmail/sendmail.php:96
61
+ msgid "Help"
62
+ msgstr ""
63
+
64
+ #: ../notification/notification-add.php:115
65
+ msgid "Select Subscribers Group"
66
+ msgstr ""
67
+
68
+ #: ../notification/notification-add.php:119 ../notification/notification-add.php:
69
+ #: 143 ../notification/notification-edit.php:133 ../notification/notification-
70
+ #: edit.php:166 ../subscribers/view-subscriber-import.php:191 ../subscribers/view-
71
+ #: subscriber-add.php:163 ../subscribers/view-subscriber-edit.php:163 ..
72
+ #: /subscribers/view-subscriber-sync.php:120 ../sendmail/sendmail.php:109 ..
73
+ #: /sendmail/sendmail.php:136 ../sendmail/sendmail.php:150
74
+ msgid "Select"
75
+ msgstr ""
76
+
77
+ #: ../notification/notification-add.php:137 ../notification/notification-edit.php:
78
+ #: 160
79
+ msgid "Select Notification Mail Subject"
80
+ msgstr ""
81
+
82
+ #: ../notification/notification-add.php:138 ../notification/notification-edit.php:
83
+ #: 161
84
+ msgid "(Use compose menu to create new)"
85
+ msgstr ""
86
+
87
+ #: ../notification/notification-add.php:162 ../notification/notification-edit.php:
88
+ #: 188
89
+ msgid "Select Post Categories"
90
+ msgstr ""
91
+
92
+ #: ../notification/notification-add.php:189 ../notification/notification-edit.php:
93
+ #: 226
94
+ msgid "Check All"
95
+ msgstr ""
96
+
97
+ #: ../notification/notification-add.php:190 ../notification/notification-edit.php:
98
+ #: 227
99
+ msgid "Uncheck All"
100
+ msgstr ""
101
+
102
+ #: ../notification/notification-add.php:196 ../notification/notification-edit.php:
103
+ #: 234
104
+ msgid "Select your Custom Post Type"
105
+ msgstr ""
106
+
107
+ #: ../notification/notification-add.php:197 ../notification/notification-edit.php:
108
+ #: 235
109
+ msgid "(Optional)"
110
+ msgstr ""
111
+
112
+ #: ../notification/notification-add.php:226 ../notification/notification-edit.php:
113
+ #: 269
114
+ msgid "No Custom Post Types Available"
115
+ msgstr ""
116
+
117
+ #: ../notification/notification-add.php:233 ../notification/notification-edit.php:
118
+ #: 277
119
+ msgid "Select Notification Status"
120
+ msgstr ""
121
+
122
+ #: ../notification/notification-add.php:237 ../notification/notification-edit.php:
123
+ #: 282
124
+ msgid "Send mail immediately when new post is published"
125
+ msgstr ""
126
+
127
+ #: ../notification/notification-add.php:238 ../notification/notification-edit.php:
128
+ #: 283
129
+ msgid "Add to cron when new post is published and send via cron job"
130
+ msgstr ""
131
+
132
+ #: ../notification/notification-add.php:239 ../notification/notification-edit.php:
133
+ #: 284
134
+ msgid "Disable notification"
135
+ msgstr ""
136
+
137
+ #: ../notification/notification-add.php:247 ../notification/notification-edit.php:
138
+ #: 293 ../roles/roles-add.php:202 ../subscribers/view-subscriber-edit.php:192 ..
139
+ #: /cron/cron-add.php:91 ../compose/compose-edit.php:118 ../compose/compose-add.
140
+ #: php:106
141
+ msgid "Save"
142
+ msgstr ""
143
+
144
+ #: ../notification/notification-show.php:20 ../notification/notification-edit.php:
145
+ #: 19 ../settings/settings-edit.php:19 ../sentmail/sentmail-preview.php:17 ..
146
+ #: /sentmail/sentmail-show.php:21 ../subscribers/view-subscriber-show.php:44 ..
147
+ #: /subscribers/view-subscriber-edit.php:21 ../compose/compose-edit.php:19 ..
148
+ #: /compose/compose-show.php:32 ../compose/compose-preview.php:17
149
+ msgid "Oops, selected details does not exists."
150
+ msgstr ""
151
+
152
+ #: ../notification/notification-show.php:34 ../sentmail/sentmail-show.php:35 ..
153
+ #: /compose/compose-show.php:46
154
+ msgid "Selected record deleted."
155
+ msgstr ""
156
+
157
+ #: ../notification/notification-show.php:53 ../classes/es-register.php:148 ..
158
+ #: /classes/es-register.php:149
159
+ msgid "Notification"
160
+ msgstr ""
161
+
162
+ #: ../notification/notification-show.php:54 ../notification/notification-edit.php:
163
+ #: 121 ../compose/compose-edit.php:86 ../compose/compose-show.php:66
164
+ msgid "Add New"
165
+ msgstr ""
166
+
167
+ #: ../notification/notification-show.php:66 ../notification/notification-show.php:
168
+ #: 74
169
+ msgid "Mail Subject"
170
+ msgstr ""
171
+
172
+ #: ../notification/notification-show.php:67 ../notification/notification-show.php:
173
+ #: 75
174
+ msgid "Subscribers Group"
175
+ msgstr ""
176
+
177
+ #: ../notification/notification-show.php:68 ../notification/notification-show.php:
178
+ #: 76
179
+ msgid "Categories / Custom Post"
180
+ msgstr ""
181
+
182
+ #: ../notification/notification-show.php:69 ../notification/notification-show.php:
183
+ #: 77
184
+ msgid "Notification Status"
185
+ msgstr ""
186
+
187
+ #: ../notification/notification-show.php:98 ../subscribers/view-subscriber-show.
188
+ #: php:357 ../compose/compose-show.php:105 ../compose/compose-preview.php:41
189
+ msgid "Edit"
190
+ msgstr ""
191
+
192
+ #: ../notification/notification-show.php:101 ../subscribers/view-subscriber-show.
193
+ #: php:244 ../subscribers/view-subscriber-show.php:362 ../compose/compose-show.
194
+ #: php:106
195
+ msgid "Delete"
196
+ msgstr ""
197
+
198
+ #: ../notification/notification-show.php:128
199
+ msgid "Send mail immediately when new post is published."
200
+ msgstr ""
201
+
202
+ #: ../notification/notification-show.php:130
203
+ msgid "Add to cron and send mail via cron job."
204
+ msgstr ""
205
+
206
+ #: ../notification/notification-show.php:141 ../sentmail/sentmail-show.php:165 ..
207
+ #: /sentmail/deliverreport-show.php:115 ../subscribers/view-subscriber-show.php:
208
+ #: 385 ../compose/compose-show.php:115
209
+ msgid "No records available."
210
+ msgstr ""
211
+
212
+ #: ../notification/notification-edit.php:48
213
+ msgid "Please select subscribers group"
214
+ msgstr ""
215
+
216
+ #: ../notification/notification-edit.php:54
217
+ msgid "Please select notification status"
218
+ msgstr ""
219
+
220
+ #: ../notification/notification-edit.php:91
221
+ msgid "Notification successfully updated. "
222
+ msgstr ""
223
+
224
+ #: ../notification/notification-edit.php:120
225
+ msgid "Edit Notification"
226
+ msgstr ""
227
+
228
+ #: ../notification/notification-edit.php:129 ../subscribers/view-subscriber-show.
229
+ #: php:246
230
+ msgid "Update Subscribers Group"
231
+ msgstr ""
232
+
233
+ #. Name of the plugin
234
+ msgid "Email Subscribers & Newsletters"
235
+ msgstr ""
236
+
237
+ #. URI of the plugin
238
+ msgid "http://www.storeapps.org/product/email-subscribers"
239
+ msgstr ""
240
+
241
+ #. Description of the plugin
242
+ msgid ""
243
+ "Add subscription forms on website, send HTML newsletters & automatically "
244
+ "notify subscribers about new blog posts once it gets published."
245
+ msgstr ""
246
+
247
+ #. Author of the plugin
248
+ msgid "StoreApps"
249
+ msgstr ""
250
+
251
+ #. URI of the plugin
252
+ msgid "http://www.storeapps.org"
253
+ msgstr ""
254
+
255
+ #: ../roles/roles-add.php:52
256
+ msgid "Role Updated. "
257
+ msgstr ""
258
+
259
+ #: ../roles/roles-add.php:105
260
+ msgid "Roles and Capabilities"
261
+ msgstr ""
262
+
263
+ #: ../roles/roles-add.php:109
264
+ msgid "Select user roles who can access following menus. Only Admin can change this."
265
+ msgstr ""
266
+
267
+ #: ../roles/roles-add.php:116
268
+ msgid "Subscribers Menu"
269
+ msgstr ""
270
+
271
+ #: ../roles/roles-add.php:120 ../roles/roles-add.php:132 ../roles/roles-add.php:
272
+ #: 144 ../roles/roles-add.php:156 ../roles/roles-add.php:168 ../roles/roles-add.
273
+ #: php:180 ../roles/roles-add.php:192
274
+ msgid "Administrator Only"
275
+ msgstr ""
276
+
277
+ #: ../roles/roles-add.php:121 ../roles/roles-add.php:133 ../roles/roles-add.php:
278
+ #: 145 ../roles/roles-add.php:157 ../roles/roles-add.php:169 ../roles/roles-add.
279
+ #: php:181 ../roles/roles-add.php:193
280
+ msgid "Administrator/Editor"
281
+ msgstr ""
282
+
283
+ #: ../roles/roles-add.php:122 ../roles/roles-add.php:134 ../roles/roles-add.php:
284
+ #: 146 ../roles/roles-add.php:158 ../roles/roles-add.php:170 ../roles/roles-add.
285
+ #: php:182 ../roles/roles-add.php:194
286
+ msgid "Administrator/Editor/Author/Contributor"
287
+ msgstr ""
288
+
289
+ #: ../roles/roles-add.php:128
290
+ msgid "Compose Menu"
291
+ msgstr ""
292
+
293
+ #: ../roles/roles-add.php:140
294
+ msgid "Notification Menu"
295
+ msgstr ""
296
+
297
+ #: ../roles/roles-add.php:152
298
+ msgid "Send Email Menu/Cron Menu"
299
+ msgstr ""
300
+
301
+ #: ../roles/roles-add.php:164
302
+ msgid "Settings Menu"
303
+ msgstr ""
304
+
305
+ #: ../roles/roles-add.php:176
306
+ msgid "Sent Mails Menu"
307
+ msgstr ""
308
+
309
+ #: ../roles/roles-add.php:188
310
+ msgid "Help & Info Menu"
311
  msgstr ""
312
 
313
  #: ../settings/settings-edit.php:116
314
+ msgid "Please enter sender of notifications from name."
315
+ msgstr ""
316
+
317
+ #: ../settings/settings-edit.php:121
318
  msgid "Please enter sender of notifications from email."
319
  msgstr ""
320
 
321
+ #: ../settings/settings-edit.php:154
322
+ msgid "Settings Saved."
323
  msgstr ""
324
 
325
+ #: ../settings/settings-edit.php:157
326
+ msgid "Oops, unable to update."
327
  msgstr ""
328
 
329
+ #: ../settings/settings-edit.php:198 ../classes/es-register.php:157 ../classes/es-
330
+ #: register.php:158
331
  msgid "Settings"
332
  msgstr ""
333
 
334
+ #: ../settings/settings-edit.php:206
335
  msgid "Sender of notifications"
336
  msgstr ""
337
 
338
+ #: ../settings/settings-edit.php:207
339
  msgid ""
340
  "Choose a FROM name and FROM email address for all notifications emails from "
341
  "this plugin."
342
  msgstr ""
343
 
344
+ #: ../settings/settings-edit.php:217
345
  msgid "Mail type"
346
  msgstr ""
347
 
348
+ #: ../settings/settings-edit.php:218
349
  msgid ""
350
  "Option 1 & 2 is to send mails with default Wordpress method wp_mail(). "
351
  "Option 3 & 4 is to send mails with PHP method mail()"
352
  msgstr ""
353
 
354
+ #: ../settings/settings-edit.php:222
355
  msgid "1. WP HTML MAIL"
356
  msgstr ""
357
 
358
+ #: ../settings/settings-edit.php:223
359
  msgid "2. WP PLAINTEXT MAIL"
360
  msgstr ""
361
 
362
+ #: ../settings/settings-edit.php:224
363
  msgid "3. PHP HTML MAIL"
364
  msgstr ""
365
 
366
+ #: ../settings/settings-edit.php:225
367
  msgid "4. PHP PLAINTEXT MAIL"
368
  msgstr ""
369
 
370
+ #: ../settings/settings-edit.php:232
371
  msgid "Opt-in option"
372
  msgstr ""
373
 
374
+ #: ../settings/settings-edit.php:233
375
  msgid ""
376
  "Double Opt In, means subscribers need to confirm their email address by an "
377
  "activation link sent them on a activation email message. Single Opt In, "
378
  "means subscribers do not need to confirm their email address."
379
  msgstr ""
380
 
381
+ #: ../settings/settings-edit.php:237
382
  msgid "Double Opt In"
383
  msgstr ""
384
 
385
+ #: ../settings/settings-edit.php:238 ../subscribers/view-subscriber-import.php:
386
+ #: 179 ../subscribers/view-subscriber-show.php:288 ../subscribers/view-subscriber-
387
+ #: add.php:152 ../subscribers/view-subscriber-edit.php:151
388
  msgid "Single Opt In"
389
  msgstr ""
390
 
391
+ #: ../settings/settings-edit.php:244
392
  msgid "Image Size"
393
  msgstr ""
394
 
395
+ #: ../settings/settings-edit.php:245
396
  msgid "Select image size for ###POSTIMAGE### to be shown in post notification email"
397
  msgstr ""
398
 
399
+ #: ../settings/settings-edit.php:249
400
  msgid "Full Size"
401
  msgstr ""
402
 
403
+ #: ../settings/settings-edit.php:250
404
  msgid "Medium Size"
405
  msgstr ""
406
 
407
+ #: ../settings/settings-edit.php:251
408
  msgid "Thumbnail"
409
  msgstr ""
410
 
411
+ #: ../settings/settings-edit.php:257
412
  msgid "Opt-in mail subject (Confirmation mail)"
413
  msgstr ""
414
 
415
+ #: ../settings/settings-edit.php:258
416
  msgid ""
417
  "Enter the subject for Double Opt In mail. This will send whenever subscriber "
418
  "added email into our database."
419
  msgstr ""
420
 
421
+ #: ../settings/settings-edit.php:264
422
  msgid "Opt-in mail content (Confirmation mail)"
423
  msgstr ""
424
 
425
+ #: ../settings/settings-edit.php:265
426
  msgid ""
427
  "Enter the content for Double Opt In mail. This will send whenever subscriber "
428
  "added email into our database."
429
  msgstr ""
430
 
431
+ #: ../settings/settings-edit.php:271
432
  msgid "Opt-in link (Confirmation link)"
433
  msgstr ""
434
 
435
+ #: ../settings/settings-edit.php:272
436
  msgid "Double Opt In confirmation link. You no need to change this value."
437
  msgstr ""
438
 
439
+ #: ../settings/settings-edit.php:278
440
  msgid "Text to display after email subscribed successfully"
441
  msgstr ""
442
 
443
+ #: ../settings/settings-edit.php:279
444
  msgid ""
445
  "This text will display once user clicked email confirmation link from opt-in "
446
  "(confirmation) email content."
447
  msgstr ""
448
 
449
+ #: ../settings/settings-edit.php:286
450
  msgid "Subscriber welcome email"
451
  msgstr ""
452
 
453
+ #: ../settings/settings-edit.php:287
454
  msgid "To send welcome mail to subscriber, This option must be set to YES."
455
  msgstr ""
456
 
457
+ #: ../settings/settings-edit.php:291 ../settings/settings-edit.php:319 ..
458
+ #: /subscribers/view-subscriber-sync.php:108
459
  msgid "YES"
460
  msgstr ""
461
 
462
+ #: ../settings/settings-edit.php:292 ../settings/settings-edit.php:320 ..
463
+ #: /subscribers/view-subscriber-sync.php:107
464
  msgid "NO"
465
  msgstr ""
466
 
467
+ #: ../settings/settings-edit.php:298
468
  msgid "Welcome mail subject"
469
  msgstr ""
470
 
471
+ #: ../settings/settings-edit.php:299
472
  msgid ""
473
  "Enter the subject for subscriber welcome mail. This will send whenever email "
474
  "subscribed (confirmed) successfully."
475
  msgstr ""
476
 
477
+ #: ../settings/settings-edit.php:305
478
  msgid "Subscriber welcome mail content"
479
  msgstr ""
480
 
481
+ #: ../settings/settings-edit.php:306
482
  msgid ""
483
  "Enter the content for subscriber welcome mail. This will send whenever email "
484
  "subscribed (confirmed) successfully. (Keyword: ###NAME###)"
485
  msgstr ""
486
 
487
+ #: ../settings/settings-edit.php:314
488
  msgid "Mail to admin"
489
  msgstr ""
490
 
491
+ #: ../settings/settings-edit.php:315
492
  msgid ""
493
  "To send admin notifications for new subscriber, This option must be set to "
494
  "YES."
495
  msgstr ""
496
 
497
+ #: ../settings/settings-edit.php:326
498
  msgid "Admin email addresses"
499
  msgstr ""
500
 
501
+ #: ../settings/settings-edit.php:327
502
  msgid ""
503
  "Enter the admin email addresses that should receive notifications (separate "
504
  "by comma)."
505
  msgstr ""
506
 
507
+ #: ../settings/settings-edit.php:333
508
  msgid "Admin mail subject"
509
  msgstr ""
510
 
511
+ #: ../settings/settings-edit.php:334
512
  msgid ""
513
  "Enter the subject for admin mail. This will send whenever new email added "
514
  "and confirmed into our database."
515
  msgstr ""
516
 
517
+ #: ../settings/settings-edit.php:340
518
  msgid "Admin mail content"
519
  msgstr ""
520
 
521
+ #: ../settings/settings-edit.php:341
522
  msgid ""
523
  "Enter the mail content for admin. This will send whenever new email added "
524
  "and confirmed into our database. (Keyword: ###NAME###, ###EMAIL###)"
525
  msgstr ""
526
 
527
+ #: ../settings/settings-edit.php:348
528
  msgid "Unsubscribe link"
529
  msgstr ""
530
 
531
+ #: ../settings/settings-edit.php:349
532
  msgid "Unsubscribe link. You no need to change this value."
533
  msgstr ""
534
 
535
+ #: ../settings/settings-edit.php:355
536
  msgid "Unsubscribe text in mail"
537
  msgstr ""
538
 
539
+ #: ../settings/settings-edit.php:356
540
  msgid ""
541
  "Enter the text for unsubscribe link. This text is to add unsubscribe link "
542
  "with newsletter. (Keyword: ###LINK###)"
543
  msgstr ""
544
 
545
+ #: ../settings/settings-edit.php:362
546
  msgid "Text to display after email unsubscribed"
547
  msgstr ""
548
 
549
+ #: ../settings/settings-edit.php:363
550
  msgid ""
551
  "This text will display once user clicked unsubscribed link from our "
552
  "newsletter."
553
  msgstr ""
554
 
555
+ #: ../settings/settings-edit.php:370
556
  msgid "Message 1"
557
  msgstr ""
558
 
559
+ #: ../settings/settings-edit.php:371
560
  msgid "Default message to display if any issue on confirmation link."
561
  msgstr ""
562
 
563
+ #: ../settings/settings-edit.php:377
564
  msgid "Message 2"
565
  msgstr ""
566
 
567
+ #: ../settings/settings-edit.php:378
568
  msgid "Default message to display if any issue on unsubscribe link."
569
  msgstr ""
570
 
571
+ #: ../settings/settings-edit.php:385
572
  msgid "Sent report subject"
573
  msgstr ""
574
 
575
+ #: ../settings/settings-edit.php:386
576
  msgid "Mail subject for sent mail report."
577
  msgstr ""
578
 
579
+ #: ../settings/settings-edit.php:392
580
  msgid "Sent report content"
581
  msgstr ""
582
 
583
+ #: ../settings/settings-edit.php:393
584
  msgid ""
585
  "Mail content for sent mail report. (Keyword: ###COUNT###, ###UNIQUE###, "
586
  "###STARTTIME###, ###ENDTIME###)"
587
  msgstr ""
588
 
589
+ #: ../settings/settings-edit.php:403
590
  msgid "Save Settings"
591
  msgstr ""
592
 
593
+ #: ../settings/setting-sync.php:15
594
+ msgid "Table sync completed successfully."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
595
  msgstr ""
596
 
597
+ #: ../settings/setting-sync.php:28
598
+ msgid "Sync plugin tables"
 
 
 
599
  msgstr ""
600
 
601
+ #: ../settings/setting-sync.php:32
602
+ msgid "Click to sync tables"
603
  msgstr ""
604
 
605
+ #: ../sentmail/sentmail-preview.php:28 ../compose/compose-preview.php:28
606
+ msgid "Preview Mail"
 
 
 
 
607
  msgstr ""
608
 
609
+ #: ../sentmail/sentmail-preview.php:43
610
+ msgid "Back"
 
611
  msgstr ""
612
 
613
+ #: ../sentmail/sentmail-show.php:42
614
  msgid "Successfully deleted all reports except latest 10."
615
  msgstr ""
616
 
617
+ #: ../sentmail/sentmail-show.php:85 ../sentmail/deliverreport-show.php:49
618
+ msgid " &lt;&lt; "
619
+ msgstr ""
620
+
621
+ #: ../sentmail/sentmail-show.php:86 ../sentmail/deliverreport-show.php:50
622
+ msgid " &gt;&gt; "
623
+ msgstr ""
624
+
625
+ #: ../sentmail/sentmail-show.php:97 ../classes/es-register.php:163 ../classes/es-
626
+ #: register.php:164
627
  msgid "Sent Mails"
628
  msgstr ""
629
 
630
+ #: ../sentmail/sentmail-show.php:108 ../sentmail/sentmail-show.php:121
631
  msgid "View Reports"
632
  msgstr ""
633
 
634
+ #: ../sentmail/sentmail-show.php:109 ../sentmail/sentmail-show.php:122 ..
635
+ #: /compose/compose-show.php:107
636
  msgid "Preview"
637
  msgstr ""
638
 
639
+ #: ../sentmail/sentmail-show.php:110 ../sentmail/sentmail-show.php:123
640
  msgid "Source"
641
  msgstr ""
642
 
643
+ #: ../sentmail/sentmail-show.php:111 ../sentmail/sentmail-show.php:124 ..
644
+ #: /sentmail/deliverreport-show.php:75 ../sentmail/deliverreport-show.php:87 ..
645
+ #: /subscribers/view-subscriber-show.php:313 ../subscribers/view-subscriber-show.
646
+ #: php:327 ../compose/compose-edit.php:109 ../compose/compose-add.php:98 ..
647
+ #: /compose/compose-show.php:79 ../compose/compose-show.php:87
 
 
648
  msgid "Status"
649
  msgstr ""
650
 
651
+ #: ../sentmail/sentmail-show.php:112 ../sentmail/sentmail-show.php:125 ..
652
+ #: /sentmail/deliverreport-show.php:76 ../sentmail/deliverreport-show.php:88 ..
653
+ #: /compose/compose-show.php:80 ../compose/compose-show.php:88
654
  msgid "Type"
655
  msgstr ""
656
 
657
+ #: ../sentmail/sentmail-show.php:113 ../sentmail/sentmail-show.php:126
658
  msgid "Start Date"
659
  msgstr ""
660
 
661
+ #: ../sentmail/sentmail-show.php:114 ../sentmail/sentmail-show.php:127
662
  msgid "End Date"
663
  msgstr ""
664
 
665
+ #: ../sentmail/sentmail-show.php:115 ../sentmail/sentmail-show.php:128
666
  msgid "Total"
667
  msgstr ""
668
 
669
+ #: ../sentmail/sentmail-show.php:116 ../sentmail/sentmail-show.php:129 ..
670
+ #: /subscribers/view-subscriber-show.php:316 ../subscribers/view-subscriber-show.
671
+ #: php:330 ../subscribers/view-subscriber-export.php:41 ../subscribers/view-
672
+ #: subscriber-export.php:49
 
673
  msgid "Action"
674
  msgstr ""
675
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
676
  #: ../sentmail/sentmail-show.php:174
677
+ msgid "Optimize Table & Delete Records"
 
 
 
 
 
 
678
  msgstr ""
679
 
680
+ #: ../sentmail/sentmail-show.php:183
681
+ msgid ""
682
+ "Note: Please click on <strong>Optimize Table & Delete Records</strong> "
683
+ "button to delete all reports except latest 10."
684
  msgstr ""
685
 
686
  #: ../sentmail/deliverreport-show.php:13
687
  msgid "Oops.. Unexpected error occurred. Please try again."
688
  msgstr ""
689
 
690
+ #: ../sentmail/deliverreport-show.php:61
691
  msgid "Delivery Report"
692
  msgstr ""
693
 
694
+ #: ../sentmail/deliverreport-show.php:72 ../sentmail/deliverreport-show.php:84 ..
695
+ #: /subscribers/view-subscriber-show.php:310 ../subscribers/view-subscriber-show.
696
+ #: php:324 ../subscribers/view-subscriber-export.php:38 ../subscribers/view-
697
+ #: subscriber-export.php:46
698
  msgid "Sno"
699
  msgstr ""
700
 
701
+ #: ../sentmail/deliverreport-show.php:73 ../sentmail/deliverreport-show.php:85
702
  msgid "Email"
703
  msgstr ""
704
 
705
+ #: ../sentmail/deliverreport-show.php:74 ../sentmail/deliverreport-show.php:86
706
  msgid "Sent Date"
707
  msgstr ""
708
 
709
+ #: ../sentmail/deliverreport-show.php:77 ../sentmail/deliverreport-show.php:89
710
  msgid "Viewed Status"
711
  msgstr ""
712
 
713
+ #: ../sentmail/deliverreport-show.php:78 ../sentmail/deliverreport-show.php:90
714
  msgid "Viewed Date"
715
  msgstr ""
716
 
717
+ #: ../sentmail/deliverreport-show.php:79 ../sentmail/deliverreport-show.php:91
 
 
718
  msgid "Database ID"
719
  msgstr ""
720
 
721
+ #: ../subscribers/view-subscriber-import.php:43
722
+ msgid ""
723
+ "Error: Special characters (['^$%&*()}{@#~?><>,|=_+\\\"]) are not allowed in "
724
+ "the Group name."
725
  msgstr ""
726
 
727
+ #: ../subscribers/view-subscriber-import.php:91
728
+ msgid "email imported."
729
  msgstr ""
730
 
731
+ #: ../subscribers/view-subscriber-import.php:92
732
+ msgid "email already exists."
733
  msgstr ""
734
 
735
+ #: ../subscribers/view-subscriber-import.php:93
736
+ msgid "email are invalid."
 
737
  msgstr ""
738
 
739
+ #: ../subscribers/view-subscriber-import.php:96 ../subscribers/view-subscriber-
740
+ #: import.php:125
741
+ msgid "Click here"
742
  msgstr ""
743
 
744
+ #: ../subscribers/view-subscriber-import.php:96 ../subscribers/view-subscriber-
745
+ #: import.php:125
746
+ msgid " to view details."
747
  msgstr ""
748
 
749
+ #: ../subscribers/view-subscriber-import.php:104
750
+ msgid "File Upload Failed."
 
751
  msgstr ""
752
 
753
+ #: ../subscribers/view-subscriber-import.php:143
754
+ msgid "Import Email Addresses"
 
 
755
  msgstr ""
756
 
757
+ #: ../subscribers/view-subscriber-import.php:144 ../subscribers/view-subscriber-
758
+ #: show.php:208 ../subscribers/view-subscriber-export.php:28 ../subscribers/view-
759
+ #: subscriber-add.php:112 ../subscribers/view-subscriber-edit.php:111 ..
760
+ #: /subscribers/view-subscriber-sync.php:91
761
+ msgid "Add New Subscriber"
762
  msgstr ""
763
 
764
+ #: ../subscribers/view-subscriber-import.php:145 ../subscribers/view-subscriber-
765
+ #: show.php:210 ../subscribers/view-subscriber-add.php:114 ../subscribers/view-
766
+ #: subscriber-edit.php:113 ../subscribers/view-subscriber-sync.php:93
767
+ msgid "Export"
768
  msgstr ""
769
 
770
+ #: ../subscribers/view-subscriber-import.php:146 ../subscribers/view-subscriber-
771
+ #: show.php:211 ../subscribers/view-subscriber-export.php:30 ../subscribers/view-
772
+ #: subscriber-add.php:115 ../subscribers/view-subscriber-edit.php:114 ..
773
+ #: /subscribers/view-subscriber-sync.php:144
774
+ msgid "Sync"
775
  msgstr ""
776
 
777
+ #: ../subscribers/view-subscriber-import.php:156
778
+ msgid "Select CSV file"
779
  msgstr ""
780
 
781
+ #: ../subscribers/view-subscriber-import.php:158
782
+ msgid "Check CSV structure "
783
  msgstr ""
784
 
785
+ #: ../subscribers/view-subscriber-import.php:159
786
+ msgid "from here"
 
787
  msgstr ""
788
 
789
+ #: ../subscribers/view-subscriber-import.php:170
790
+ msgid "Select Subscribers Email Status"
 
791
  msgstr ""
792
 
793
+ #: ../subscribers/view-subscriber-import.php:176 ../subscribers/view-subscriber-
794
+ #: show.php:285 ../subscribers/view-subscriber-add.php:149 ../subscribers/view-
795
+ #: subscriber-edit.php:148
796
+ msgid "Confirmed"
797
  msgstr ""
798
 
799
+ #: ../subscribers/view-subscriber-import.php:177 ../subscribers/view-subscriber-
800
+ #: show.php:286 ../subscribers/view-subscriber-add.php:150 ../subscribers/view-
801
+ #: subscriber-edit.php:149
802
+ msgid "Unconfirmed"
803
  msgstr ""
804
 
805
+ #: ../subscribers/view-subscriber-import.php:178 ../subscribers/view-subscriber-
806
+ #: show.php:287 ../subscribers/view-subscriber-add.php:151 ../subscribers/view-
807
+ #: subscriber-edit.php:150
808
+ msgid "Unsubscribed"
809
  msgstr ""
810
 
811
+ #: ../subscribers/view-subscriber-import.php:186
812
+ msgid "Select (or) Create Group for Subscribers"
 
813
  msgstr ""
814
 
815
+ #: ../subscribers/view-subscriber-import.php:203 ../subscribers/view-subscriber-
816
+ #: add.php:175
817
+ msgid "(or)"
818
  msgstr ""
819
 
820
+ #: ../subscribers/view-subscriber-import.php:211 ../subscribers/view-subscriber-
821
+ #: show.php:209 ../subscribers/view-subscriber-export.php:29 ../subscribers/view-
822
+ #: subscriber-add.php:113 ../subscribers/view-subscriber-edit.php:112 ..
823
+ #: /subscribers/view-subscriber-sync.php:92
824
+ msgid "Import"
825
  msgstr ""
826
 
827
+ #: ../subscribers/view-subscriber-show.php:16 ../compose/compose-show.php:13 ..
828
+ #: /sendmail/sendmail.php:17
829
+ msgid "Click Here"
830
  msgstr ""
831
 
832
+ #: ../subscribers/view-subscriber-show.php:55 ../subscribers/view-subscriber-show.
833
+ #: php:94
834
+ msgid "Record deleted."
835
  msgstr ""
836
 
837
+ #: ../subscribers/view-subscriber-show.php:66
838
+ msgid "To send confirmation email, please change the Opt-in option to Double Opt In."
 
839
  msgstr ""
840
 
841
+ #: ../subscribers/view-subscriber-show.php:74
842
+ msgid "Confirmation email resent successfully."
 
 
 
843
  msgstr ""
844
 
845
+ #: ../subscribers/view-subscriber-show.php:99 ../subscribers/view-subscriber-show.
846
+ #: php:138 ../subscribers/view-subscriber-show.php:176
847
+ msgid "Oops, No record was selected."
848
  msgstr ""
849
 
850
+ #: ../subscribers/view-subscriber-show.php:114
851
+ msgid "To send confirmation mail, please change the Opt-in option to Double Opt In."
 
852
  msgstr ""
853
 
854
+ #: ../subscribers/view-subscriber-show.php:133
855
+ msgid "Confirmation email(s) Resent Successfully."
 
856
  msgstr ""
857
 
858
+ #: ../subscribers/view-subscriber-show.php:162
859
+ msgid "Selected subscribers group updated."
 
860
  msgstr ""
861
 
862
+ #: ../subscribers/view-subscriber-show.php:167
863
+ msgid "Oops, New group name was not selected."
 
864
  msgstr ""
865
 
866
+ #: ../subscribers/view-subscriber-show.php:207
867
+ msgid "View Subscribers"
 
868
  msgstr ""
869
 
870
+ #: ../subscribers/view-subscriber-show.php:243
871
+ msgid "Bulk Actions"
 
872
  msgstr ""
873
 
874
+ #: ../subscribers/view-subscriber-show.php:245 ../subscribers/view-subscriber-
875
+ #: show.php:370
876
+ msgid "Resend Confirmation"
877
  msgstr ""
878
 
879
+ #: ../subscribers/view-subscriber-show.php:249
880
+ msgid "Select Group"
 
881
  msgstr ""
882
 
883
+ #: ../subscribers/view-subscriber-show.php:263
884
+ msgid "Apply"
 
885
  msgstr ""
886
 
887
+ #: ../subscribers/view-subscriber-show.php:267
888
+ msgid "All Groups"
 
889
  msgstr ""
890
 
891
+ #: ../subscribers/view-subscriber-show.php:284
892
+ msgid "All Status"
 
893
  msgstr ""
894
 
895
+ #: ../subscribers/view-subscriber-show.php:291
896
+ msgid "1 to 200 emails"
 
897
  msgstr ""
898
 
899
+ #: ../subscribers/view-subscriber-show.php:292
900
+ msgid "201 to 400"
 
901
  msgstr ""
902
 
903
+ #: ../subscribers/view-subscriber-show.php:293
904
+ msgid "401 to 600"
 
905
  msgstr ""
906
 
907
+ #: ../subscribers/view-subscriber-show.php:294
908
+ msgid "601 to 800"
 
909
  msgstr ""
910
 
911
+ #: ../subscribers/view-subscriber-show.php:295
912
+ msgid "801 to 1000"
 
913
  msgstr ""
914
 
915
+ #: ../subscribers/view-subscriber-show.php:296
916
+ msgid "1001 to 2000"
 
917
  msgstr ""
918
 
919
+ #: ../subscribers/view-subscriber-show.php:297
920
+ msgid "2001 to 5000"
 
921
  msgstr ""
922
 
923
+ #: ../subscribers/view-subscriber-show.php:298
924
+ msgid "5001 to 10000"
 
925
  msgstr ""
926
 
927
+ #: ../subscribers/view-subscriber-show.php:299
928
+ msgid "Display All"
 
929
  msgstr ""
930
 
931
+ #: ../subscribers/view-subscriber-show.php:311 ../subscribers/view-subscriber-
932
+ #: show.php:325
933
+ msgid "Email Address"
934
  msgstr ""
935
 
936
+ #: ../subscribers/view-subscriber-show.php:312 ../subscribers/view-subscriber-
937
+ #: show.php:326 ../classes/es-register.php:494 ../classes/es-loadwidget.php:24
938
+ msgid "Name"
 
 
 
 
939
  msgstr ""
940
 
941
+ #: ../subscribers/view-subscriber-show.php:314 ../subscribers/view-subscriber-
942
+ #: show.php:328
943
+ msgid "Group"
944
  msgstr ""
945
 
946
+ #: ../subscribers/view-subscriber-show.php:315 ../subscribers/view-subscriber-
947
+ #: show.php:329
948
+ msgid "Submission Date<br>(YYYY-MM-DD)"
949
  msgstr ""
950
 
951
+ #: ../subscribers/view-subscriber-export.php:27
952
+ msgid "Export Email Addresses"
 
953
  msgstr ""
954
 
955
+ #: ../subscribers/view-subscriber-export.php:39 ../subscribers/view-subscriber-
956
+ #: export.php:47
957
+ msgid "Type of List to Export"
958
  msgstr ""
959
 
960
+ #: ../subscribers/view-subscriber-export.php:40 ../subscribers/view-subscriber-
961
+ #: export.php:48
962
+ msgid "Total Emails"
963
  msgstr ""
964
 
965
+ #: ../subscribers/view-subscriber-export.php:54
966
+ msgid "1"
 
967
  msgstr ""
968
 
969
+ #: ../subscribers/view-subscriber-export.php:55
970
+ msgid "All Subscribers List"
 
971
  msgstr ""
972
 
973
+ #: ../subscribers/view-subscriber-export.php:57 ../subscribers/view-subscriber-
974
+ #: export.php:63 ../subscribers/view-subscriber-export.php:69
975
+ msgid "Click to Export in CSV"
976
  msgstr ""
977
 
978
+ #: ../subscribers/view-subscriber-export.php:60
979
+ msgid "2"
 
980
  msgstr ""
981
 
982
+ #: ../subscribers/view-subscriber-export.php:61
983
+ msgid "WordPress Registered Users"
 
984
  msgstr ""
985
 
986
+ #: ../subscribers/view-subscriber-export.php:66
987
+ msgid "3"
 
 
 
 
 
988
  msgstr ""
989
 
990
+ #: ../subscribers/view-subscriber-export.php:67
991
+ msgid "Commented Authors"
 
992
  msgstr ""
993
 
994
+ #: ../subscribers/view-subscriber-add.php:35 ../subscribers/view-subscriber-edit.
995
+ #: php:53
996
+ msgid "Please enter subscriber email address."
997
  msgstr ""
998
 
999
+ #: ../subscribers/view-subscriber-add.php:48
1000
+ msgid "Please select or create your group for this email."
 
1001
  msgstr ""
1002
 
1003
+ #: ../subscribers/view-subscriber-add.php:55
1004
+ msgid ""
1005
+ "Error: Special characters (['^$%&*()}{@#~?><>,|=_+\\\"]) are not allowed in "
1006
+ "the group name."
1007
  msgstr ""
1008
 
1009
+ #: ../subscribers/view-subscriber-add.php:65
1010
+ msgid "Subscriber has been saved."
 
1011
  msgstr ""
1012
 
1013
+ #: ../subscribers/view-subscriber-add.php:67
1014
+ msgid "Subscriber already exists."
1015
  msgstr ""
1016
 
1017
+ #: ../subscribers/view-subscriber-add.php:70
1018
+ msgid "Invalid Email."
1019
  msgstr ""
1020
 
1021
+ #: ../subscribers/view-subscriber-add.php:124
1022
+ msgid "Enter Subscriber's Full name"
1023
  msgstr ""
1024
 
1025
+ #: ../subscribers/view-subscriber-add.php:134
1026
+ msgid "Enter Subscriber's Email Address"
1027
  msgstr ""
1028
 
1029
+ #: ../subscribers/view-subscriber-add.php:144
1030
+ msgid "Select Subscriber's Status"
1031
  msgstr ""
1032
 
1033
+ #: ../subscribers/view-subscriber-add.php:159
1034
+ msgid "Select (or) Create Group for Subscriber"
1035
  msgstr ""
1036
 
1037
+ #: ../subscribers/view-subscriber-add.php:184
1038
+ msgid "Add Subscriber"
1039
  msgstr ""
1040
 
1041
+ #: ../subscribers/view-subscriber-edit.php:63
1042
+ msgid "Error: Special characters are not allowed in the group name."
1043
  msgstr ""
1044
 
1045
+ #: ../subscribers/view-subscriber-edit.php:73
1046
+ msgid "Subscriber details updated."
1047
  msgstr ""
1048
 
1049
+ #: ../subscribers/view-subscriber-edit.php:75
1050
+ msgid "Subscriber already exists for this group."
1051
  msgstr ""
1052
 
1053
+ #: ../subscribers/view-subscriber-edit.php:110
1054
+ msgid "Edit Subscriber"
1055
  msgstr ""
1056
 
1057
+ #: ../subscribers/view-subscriber-edit.php:123
1058
+ msgid "Edit Subscriber's Full Name"
1059
  msgstr ""
1060
 
1061
+ #: ../subscribers/view-subscriber-edit.php:133
1062
+ msgid "Edit Subscriber's Email Address"
1063
  msgstr ""
1064
 
1065
+ #: ../subscribers/view-subscriber-edit.php:143
1066
+ msgid "Update Subscriber's Status"
1067
  msgstr ""
1068
 
1069
+ #: ../subscribers/view-subscriber-edit.php:158
1070
+ msgid "Update Subscriber's Group"
1071
  msgstr ""
1072
 
1073
+ #: ../subscribers/view-subscriber-sync.php:35
1074
+ msgid "Please select default group to newly registered user."
1075
  msgstr ""
1076
 
1077
+ #: ../subscribers/view-subscriber-sync.php:49
1078
+ msgid "Emails Successfully Synced."
 
 
1079
  msgstr ""
1080
 
1081
+ #: ../subscribers/view-subscriber-sync.php:90
1082
+ msgid "Sync Email"
1083
  msgstr ""
1084
 
1085
+ #: ../subscribers/view-subscriber-sync.php:102
1086
+ msgid "Sync newly registered users to subscribers list"
 
 
 
1087
  msgstr ""
1088
 
1089
+ #: ../subscribers/view-subscriber-sync.php:115
1090
+ msgid "Select group to add newly registered users to"
1091
  msgstr ""
1092
 
1093
+ #: ../cron/cron-add.php:23
1094
+ msgid "Please enter valid mail count."
1095
  msgstr ""
1096
 
1097
+ #: ../cron/cron-add.php:33
1098
+ msgid "Cron details successfully updated."
1099
  msgstr ""
1100
 
1101
+ #: ../cron/cron-add.php:74
1102
+ msgid "Cron Details"
 
 
 
 
1103
  msgstr ""
1104
 
1105
+ #: ../cron/cron-add.php:78
1106
+ msgid "Cron job URL"
 
 
 
 
1107
  msgstr ""
1108
 
1109
+ #: ../cron/cron-add.php:80
1110
+ msgid ""
1111
+ "This is your cron job URL. It is a readonly field and you are advised not to "
1112
+ "modify it."
1113
  msgstr ""
1114
 
1115
+ #: ../cron/cron-add.php:82
1116
+ msgid "Mail Count"
 
1117
  msgstr ""
1118
 
1119
+ #: ../cron/cron-add.php:84
1120
+ msgid ""
1121
+ "Enter number of mails you want to send per hour/trigger (Your web host has "
1122
+ "limits. We suggest 50 emails per hour to be safe)."
1123
  msgstr ""
1124
 
1125
+ #: ../cron/cron-add.php:86
1126
+ msgid "Admin Report"
 
1127
  msgstr ""
1128
 
1129
+ #: ../cron/cron-add.php:88
1130
+ msgid ""
1131
+ "Send above mail to admin whenever cron URL is triggered from your server.<br "
1132
+ "/>(Available Keywords: ###DATE###, ###SUBJECT###, ###COUNT###)"
1133
  msgstr ""
1134
 
1135
+ #: ../cron/cron-add.php:97
1136
+ msgid "How to setup auto emails using CRON Job through the cPanel or Plesk?"
 
1137
  msgstr ""
1138
 
1139
+ #: ../cron/cron-add.php:98
1140
+ msgid ""
1141
+ "<a target=\"_blank\" href=\"http://www.storeapps.org/docs/es-how-to-schedule-"
1142
+ "cron-mails/\">What is Cron?</a>"
 
 
 
1143
  msgstr ""
1144
 
1145
+ #: ../cron/cron-add.php:99
1146
+ msgid ""
1147
+ "<a target=\"_blank\" href=\"http://www.storeapps.org/docs/es-how-to-schedule-"
1148
+ "cron-emails-in-parallels-plesk/\">Setup cron job in Plesk</a>"
1149
  msgstr ""
1150
 
1151
+ #: ../cron/cron-add.php:100
1152
+ msgid ""
1153
+ "<a target=\"_blank\" href=\"http://www.storeapps.org/docs/es-how-to-schedule-"
1154
+ "cron-emails-in-cpanel/\">Setup cron job in cPanal</a>"
 
 
1155
  msgstr ""
1156
 
1157
+ #: ../cron/cron-add.php:101
1158
+ msgid ""
1159
+ "<a target=\"_blank\" href=\"http://www.storeapps.org/docs/es-what-to-do-if-"
1160
+ "hosting-doesnt-support-cron-jobs/\">Hosting doesnt support cron jobs?</a>"
1161
  msgstr ""
1162
 
1163
+ #: ../compose/compose-edit.php:47 ../compose/compose-add.php:30
1164
+ msgid "Please enter template heading."
 
1165
  msgstr ""
1166
 
1167
+ #: ../compose/compose-edit.php:60
1168
+ msgid "Template successfully updated. "
1169
  msgstr ""
1170
 
1171
+ #: ../compose/compose-edit.php:85 ../compose/compose-add.php:75 ..
1172
+ #: /compose/compose-show.php:65
1173
+ msgid "Compose Mail"
1174
  msgstr ""
1175
 
1176
+ #: ../compose/compose-edit.php:90 ../compose/compose-add.php:79
1177
+ msgid "Select your Mail Type"
1178
  msgstr ""
1179
 
1180
+ #: ../compose/compose-edit.php:92 ../compose/compose-add.php:81
1181
+ msgid "Static Template (For Newsletter Email)"
1182
  msgstr ""
1183
 
1184
+ #: ../compose/compose-edit.php:93 ../compose/compose-add.php:82
1185
+ msgid "Dynamic Template (For Notification Email)"
 
1186
  msgstr ""
1187
 
1188
+ #: ../compose/compose-edit.php:97 ../compose/compose-add.php:86
1189
+ msgid "Enter Mail Subject"
1190
  msgstr ""
1191
 
1192
+ #: ../compose/compose-edit.php:99 ../compose/compose-add.php:88
1193
+ msgid "Keyword: ###POSTTITLE###"
 
 
1194
  msgstr ""
1195
 
1196
+ #: ../compose/compose-edit.php:101 ../compose/compose-add.php:90
1197
+ msgid "Enter Content for your Mail"
1198
  msgstr ""
1199
 
1200
+ #: ../compose/compose-edit.php:105 ../compose/compose-add.php:94
1201
+ #, php-format
1202
+ msgid ""
1203
+ "%s : ###NAME###, ###EMAIL###, ###DATE###, ###POSTTITLE###, ###POSTLINK###, "
1204
+ "###POSTLINK-WITHTITLE###, ###POSTLINK-ONLY###, ###POSTIMAGE###, "
1205
+ "###POSTDESC###, ###POSTFULL###"
1206
  msgstr ""
1207
 
1208
+ #: ../compose/compose-edit.php:105 ../compose/compose-add.php:94
1209
+ msgid "Available Keywords"
 
1210
  msgstr ""
1211
 
1212
+ #: ../compose/compose-edit.php:111 ../compose/compose-add.php:100
1213
+ msgid "Published"
1214
  msgstr ""
1215
 
1216
+ #: ../compose/compose-edit.php:113 ../compose/compose-add.php:102
1217
+ msgid "Please select your mail status"
 
1218
  msgstr ""
1219
 
1220
+ #: ../compose/compose-add.php:42
1221
+ msgid "Template successfully created. "
1222
  msgstr ""
1223
 
1224
+ #: ../compose/compose-show.php:78 ../compose/compose-show.php:86
1225
+ msgid "Email subject"
1226
  msgstr ""
1227
 
1228
+ #: ../compose/compose-show.php:81 ../compose/compose-show.php:89
1229
+ msgid "Actions"
1230
  msgstr ""
1231
 
1232
+ #: ../export/export-email-address.php:32 ../export/export-email-address.php:36 ..
1233
+ #: /export/export-email-address.php:39
1234
+ msgid "Unexpected url submit has been detected"
1235
  msgstr ""
1236
 
1237
+ #: ../job/es-unsubscribe.php:53 ../job/es-unsubscribe.php:60 ../job/es-optin.php:
1238
+ #: 56 ../job/es-optin.php:66
1239
+ msgid ""
1240
+ "Oops.. We are getting some technical error. Please try again or contact "
1241
+ "admin."
1242
  msgstr ""
1243
 
1244
+ #: ../job/es-optin.php:59
1245
+ msgid "This email address has already been confirmed."
1246
  msgstr ""
1247
 
1248
+ #: ../help/help.php:46
1249
+ msgid "Welcome to Email Subscribers!"
1250
  msgstr ""
1251
 
1252
+ #: ../help/help.php:47
1253
+ msgid "Thanks for installing and we hope you will enjoy using Email Subscribers."
1254
  msgstr ""
1255
 
1256
+ #: ../help/help.php:51
1257
+ msgid "For more help and tips..."
 
1258
  msgstr ""
1259
 
1260
+ #: ../help/help.php:95
1261
+ msgid "Frequently Asked Questions"
1262
  msgstr ""
1263
 
1264
+ #: ../help/help.php:114 ../help/help.php:123 ../help/help.php:126 ../help/help.
1265
+ #: php:129 ../help/help.php:132 ../help/help.php:135 ../help/help.php:138 ..
1266
+ #: /help/help.php:141 ../help/help.php:144 ../help/help.php:147 ../help/help.php:
1267
+ #: 150 ../help/help.php:153 ../help/help.php:156 ../help/help.php:159 ..
1268
+ #: /help/help.php:162 ../help/help.php:165 ../help/help.php:168 ../help/help.php:
1269
+ #: 171 ../help/help.php:174
1270
+ #, php-format
1271
+ msgid "%s"
1272
  msgstr ""
1273
 
1274
+ #: ../help/help.php:114
1275
+ msgid "How to Add Subscription box to website?"
1276
  msgstr ""
1277
 
1278
+ #: ../help/help.php:123
1279
+ msgid "How to Import or Export Email Addresses?"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1280
  msgstr ""
1281
 
1282
+ #: ../help/help.php:126
1283
+ msgid "General Plugin Settings"
1284
  msgstr ""
1285
 
1286
+ #: ../help/help.php:126
 
 
 
 
1287
  msgid ""
1288
+ " (How to modify the existing emails content like Opt-in mail, Welcome mail, "
1289
+ "Admin mails)"
 
 
 
 
 
 
 
 
1290
  msgstr ""
1291
 
1292
+ #: ../help/help.php:129
1293
+ msgid "How to change/update/translate any texts from Email Subscribers?"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1294
  msgstr ""
1295
 
1296
+ #: ../help/help.php:132
1297
+ msgid "How to add Unsubscribe link in emails?"
1298
  msgstr ""
1299
 
1300
+ #: ../help/help.php:135
1301
+ msgid "What are Static Templates and Dynamic Templates?"
 
1302
  msgstr ""
1303
 
1304
+ #: ../help/help.php:138
1305
+ msgid "How to Compose and Send Static Newsletter Mails?"
 
1306
  msgstr ""
1307
 
1308
+ #: ../help/help.php:141
1309
+ msgid ""
1310
+ "How to Configure and Send notification emails to subscribers when new posts "
1311
+ "are published?"
1312
  msgstr ""
1313
 
1314
+ #: ../help/help.php:144
1315
+ msgid "How to Send a sample new post notification email to testgroup/myself?"
 
1316
  msgstr ""
1317
 
1318
+ #: ../help/help.php:147
1319
+ msgid "How to check Sent mails?"
 
1320
  msgstr ""
1321
 
1322
+ #: ../help/help.php:150
1323
+ msgid "How to Add/Update Existing Subscribers Group?"
 
1324
  msgstr ""
1325
 
1326
+ #: ../help/help.php:153
1327
+ msgid "Emails are not being received by Subscribers?"
1328
  msgstr ""
1329
 
1330
+ #: ../help/help.php:156
1331
+ msgid "How to show subscribe form inside a popup?"
 
1332
  msgstr ""
1333
 
1334
+ #: ../help/help.php:159
1335
+ msgid "How to use Rainmaker’s form in Email Subscribers?"
 
 
1336
  msgstr ""
1337
 
1338
+ #: ../help/help.php:162
1339
+ msgid "How to Schedule Cron Mails?"
 
1340
  msgstr ""
1341
 
1342
+ #: ../help/help.php:165
1343
+ msgid "How to Schedule Cron Emails in cPanel?"
 
1344
  msgstr ""
1345
 
1346
+ #: ../help/help.php:168
1347
+ msgid "How to Schedule Cron Emails in Parallels Plesk?"
 
1348
  msgstr ""
1349
 
1350
+ #: ../help/help.php:171
1351
+ msgid "What to do if Hosting doesn’t support Cron Jobs?"
 
1352
  msgstr ""
1353
 
1354
+ #: ../help/help.php:174
1355
+ msgid "Commonly Asked Questions"
1356
  msgstr ""
1357
 
1358
+ #: ../sendmail/sendmail.php:39
1359
+ msgid "Please select your mail subject."
1360
  msgstr ""
1361
 
1362
+ #: ../sendmail/sendmail.php:45
1363
+ msgid "Please select your mail type."
1364
  msgstr ""
1365
 
1366
+ #: ../sendmail/sendmail.php:51
1367
+ msgid "Please select your group."
1368
  msgstr ""
1369
 
1370
+ #: ../sendmail/sendmail.php:58
1371
+ msgid "Mail sent successfully. "
1372
  msgstr ""
1373
 
1374
+ #: ../sendmail/sendmail.php:62
1375
+ msgid "Click here to check Statistics"
1376
  msgstr ""
1377
 
1378
+ #: ../sendmail/sendmail.php:68
1379
+ msgid "Oops.. We are getting some error. mail not sending."
1380
  msgstr ""
1381
 
1382
+ #: ../sendmail/sendmail.php:95 ../sendmail/sendmail.php:193 ../sendmail/sendmail.
1383
+ #: php:195 ../classes/es-register.php:151 ../classes/es-register.php:152
1384
+ msgid "Send Email"
1385
  msgstr ""
1386
 
1387
+ #: ../sendmail/sendmail.php:104
1388
+ msgid "Select Mail Subject from available list"
1389
  msgstr ""
1390
 
1391
+ #: ../sendmail/sendmail.php:131
1392
+ msgid "Select Mail Type"
 
1393
  msgstr ""
1394
 
1395
+ #: ../sendmail/sendmail.php:137
1396
+ msgid "Send mail immediately"
 
1397
  msgstr ""
1398
 
1399
+ #: ../sendmail/sendmail.php:138
1400
+ msgid "Send mail via cron job"
1401
  msgstr ""
1402
 
1403
+ #: ../sendmail/sendmail.php:145
1404
+ msgid "Select Subscribers group to Send Mail"
1405
  msgstr ""
1406
 
1407
+ #: ../sendmail/sendmail.php:177
1408
+ msgid "Recipients : 0 "
1409
  msgstr ""
1410
 
1411
+ #: ../sendmail/sendmail.php:179
1412
+ #, php-format
1413
+ msgid "Recipients : %s"
1414
  msgstr ""
1415
 
1416
+ #: ../sendmail/sendmail.php:182
1417
+ msgid ""
1418
+ "<br><br><strong>Your Recipients count is above 100.<br>We strongly recommend "
1419
+ "that you change above Mail Type to Cron and Send Mail via Cron Job."
1420
+ "</strong><br>Click on Help for more information."
1421
  msgstr ""
1422
 
1423
+ #: ../sendmail/sendmail.php:198
1424
+ msgid "Reset"
 
1425
  msgstr ""
1426
 
1427
+ #: ../classes/es-common.php:8
1428
+ msgid "<span style=\"color:#006600;font-weight:bold;\">Confirmed</span>"
1429
  msgstr ""
1430
 
1431
+ #: ../classes/es-common.php:11
1432
+ msgid "<span style=\"color:#FF0000\">Unconfirmed</span>"
1433
  msgstr ""
1434
 
1435
+ #: ../classes/es-common.php:14
1436
+ msgid "<span style=\"color:#999900\">Unsubscribed</span>"
1437
  msgstr ""
1438
 
1439
+ #: ../classes/es-common.php:17
1440
+ msgid "<span style=\"color:#0000FF\">Single Opt In</span>"
1441
  msgstr ""
1442
 
1443
+ #: ../classes/es-common.php:20
1444
+ msgid "<span style=\"color:#00CC00;font-weight:bold\">Viewed</span>"
1445
  msgstr ""
1446
 
1447
+ #: ../classes/es-common.php:23
1448
+ msgid "<span style=\"color:#999900;\">Nodata</span>"
1449
  msgstr ""
1450
 
1451
+ #: ../classes/es-common.php:26
1452
+ msgid "<span style=\"color:#FF0000\">Disable</span>"
1453
  msgstr ""
1454
 
1455
+ #: ../classes/es-common.php:29
1456
+ msgid "<span style=\"color:#FF0000\">In Queue</span>"
 
 
1457
  msgstr ""
1458
 
1459
+ #: ../classes/es-common.php:32
1460
+ msgid "<span style=\"color:#00FF00;font-weight:bold;\">Sent</span>"
1461
  msgstr ""
1462
 
1463
+ #: ../classes/es-common.php:35
1464
+ msgid "<span style=\"color:#ffd700;font-weight:bold;\">Cron Mail</span>"
1465
  msgstr ""
1466
 
1467
+ #: ../classes/es-common.php:38
1468
+ msgid "<span style=\"color:#993399;\">Instant Mail</span>"
1469
  msgstr ""
1470
 
1471
+ #. Name of the plugin
1472
+ #: ../classes/es-register.php:139 ../classes/es-register.php:140
1473
+ msgid "Email Subscribers"
1474
  msgstr ""
1475
 
1476
+ #: ../classes/es-register.php:142 ../classes/es-register.php:143
1477
+ msgid "Subscribers"
1478
  msgstr ""
1479
 
1480
+ #: ../classes/es-register.php:145 ../classes/es-register.php:146
1481
+ msgid "Compose"
 
1482
  msgstr ""
1483
 
1484
+ #: ../classes/es-register.php:154
1485
+ msgid "Cron"
1486
  msgstr ""
1487
 
1488
+ #: ../classes/es-register.php:155
1489
+ msgid "Cron Mail"
1490
  msgstr ""
1491
 
1492
+ #: ../classes/es-register.php:160 ../classes/es-register.php:161
1493
+ msgid "Roles"
1494
  msgstr ""
1495
 
1496
+ #: ../classes/es-register.php:166
1497
+ msgid "Help & Info"
1498
  msgstr ""
1499
 
1500
+ #: ../classes/es-register.php:167
1501
+ msgid "<span style=\"color:#f18500;font-weight:bolder;\">Help & Info"
 
 
1502
  msgstr ""
1503
 
1504
+ #: ../classes/es-register.php:178
1505
+ msgctxt "view-subscriber-enhanced-select"
1506
+ msgid "Please enter subscriber email address."
1507
  msgstr ""
1508
 
1509
+ #: ../classes/es-register.php:179
1510
+ msgctxt "view-subscriber-enhanced-select"
1511
+ msgid "Please select subscriber email status."
1512
  msgstr ""
1513
 
1514
+ #: ../classes/es-register.php:180
1515
+ msgctxt "view-subscriber-enhanced-select"
1516
+ msgid "Please select or create group for this subscriber."
1517
  msgstr ""
1518
 
1519
+ #: ../classes/es-register.php:181
1520
+ msgctxt "view-subscriber-enhanced-select"
1521
+ msgid "Do you want to delete this record?"
 
1522
  msgstr ""
1523
 
1524
+ #: ../classes/es-register.php:182
1525
+ msgctxt "view-subscriber-enhanced-select"
1526
+ msgid "Please select the bulk action."
1527
  msgstr ""
1528
 
1529
+ #: ../classes/es-register.php:183
1530
+ msgctxt "view-subscriber-enhanced-select"
1531
+ msgid "Do you want to delete selected record(s)?"
 
1532
  msgstr ""
1533
 
1534
+ #: ../classes/es-register.php:184
1535
+ msgctxt "view-subscriber-enhanced-select"
1536
+ msgid "Are you sure you want to delete?"
 
1537
  msgstr ""
1538
 
1539
+ #: ../classes/es-register.php:185
1540
+ msgctxt "view-subscriber-enhanced-select"
1541
  msgid ""
1542
+ "Do you want to resend confirmation email? \\nAlso please note, this will "
1543
+ "update subscriber current status to 'Unconfirmed'."
 
 
 
 
 
 
 
 
 
 
 
 
1544
  msgstr ""
1545
 
1546
+ #: ../classes/es-register.php:186
1547
+ msgctxt "view-subscriber-enhanced-select"
1548
+ msgid "Please select new subscriber group."
1549
  msgstr ""
1550
 
1551
+ #: ../classes/es-register.php:187
1552
+ msgctxt "view-subscriber-enhanced-select"
1553
+ msgid "Do you want to update subscribers group?"
1554
  msgstr ""
1555
 
1556
+ #: ../classes/es-register.php:188
1557
+ msgctxt "view-subscriber-enhanced-select"
1558
+ msgid "Do you want to export the emails?"
1559
  msgstr ""
1560
 
1561
+ #: ../classes/es-register.php:189
1562
+ msgctxt "view-subscriber-enhanced-select"
1563
  msgid ""
1564
+ "Please select only csv file. Please check official website for csv structure."
1565
+ "."
 
 
 
 
 
 
 
 
1566
  msgstr ""
1567
 
1568
+ #: ../classes/es-register.php:197
1569
+ msgctxt "compose-enhanced-select"
1570
+ msgid "Please enter name for configuration."
1571
  msgstr ""
1572
 
1573
+ #: ../classes/es-register.php:198
1574
+ msgctxt "compose-enhanced-select"
1575
+ msgid "Please select template for this configuration."
1576
  msgstr ""
1577
 
1578
+ #: ../classes/es-register.php:199
1579
+ msgctxt "compose-enhanced-select"
1580
+ msgid "Do you want to delete this record?"
1581
  msgstr ""
1582
 
1583
+ #: ../classes/es-register.php:207
1584
+ msgctxt "notification-enhanced-select"
1585
+ msgid "Please select subscribers group."
1586
  msgstr ""
1587
 
1588
+ #: ../classes/es-register.php:208
1589
+ msgctxt "notification-enhanced-select"
1590
+ msgid "Please select notification mail subject. Use compose menu to create new."
1591
  msgstr ""
1592
 
1593
+ #: ../classes/es-register.php:209
1594
+ msgctxt "notification-enhanced-select"
1595
+ msgid "Please select notification status."
1596
  msgstr ""
1597
 
1598
+ #: ../classes/es-register.php:210
1599
+ msgctxt "notification-enhanced-select"
1600
+ msgid "Do you want to delete this record?"
1601
  msgstr ""
1602
 
1603
+ #: ../classes/es-register.php:218
1604
+ msgctxt "sendmail-enhanced-select"
1605
+ msgid "Please select your mail subject."
1606
  msgstr ""
1607
 
1608
+ #: ../classes/es-register.php:219
1609
+ msgctxt "sendmail-enhanced-select"
1610
+ msgid "Please select your mail type."
1611
  msgstr ""
1612
 
1613
+ #: ../classes/es-register.php:220
1614
+ msgctxt "sendmail-enhanced-select"
1615
+ msgid "Are you sure you want to send email to all selected email address?"
1616
  msgstr ""
1617
 
1618
+ #: ../classes/es-register.php:228
1619
+ msgctxt "sentmail-enhanced-select"
1620
+ msgid "Do you want to delete this record?"
1621
  msgstr ""
1622
 
1623
+ #: ../classes/es-register.php:229
1624
+ msgctxt "sentmail-enhanced-select"
1625
+ msgid "Do you want to delete all records except latest 10?"
1626
  msgstr ""
1627
 
1628
+ #: ../classes/es-register.php:237
1629
+ msgctxt "cron-enhanced-select"
1630
+ msgid "Please select enter number of mails you want to send per hour/trigger."
1631
  msgstr ""
1632
 
1633
+ #: ../classes/es-register.php:238
1634
+ msgctxt "cron-enhanced-select"
1635
+ msgid "Please enter the mail count, only number."
 
 
1636
  msgstr ""
1637
 
1638
+ #: ../classes/es-register.php:251
1639
+ msgctxt "widget-enhanced-select"
1640
+ msgid "Please enter email address."
1641
  msgstr ""
1642
 
1643
+ #: ../classes/es-register.php:252
1644
+ msgctxt "widget-enhanced-select"
1645
+ msgid "Please provide a valid email address."
1646
  msgstr ""
1647
 
1648
+ #: ../classes/es-register.php:253
1649
+ msgctxt "widget-enhanced-select"
1650
+ msgid "loading..."
 
1651
  msgstr ""
1652
 
1653
+ #: ../classes/es-register.php:254
1654
+ msgctxt "widget-enhanced-select"
1655
+ msgid "Cannot create XMLHTTP instance"
 
1656
  msgstr ""
1657
 
1658
+ #: ../classes/es-register.php:255
1659
+ msgctxt "widget-enhanced-select"
1660
+ msgid "Subscribed successfully."
 
1661
  msgstr ""
1662
 
1663
+ #: ../classes/es-register.php:256
1664
+ msgctxt "widget-enhanced-select"
1665
  msgid ""
1666
+ "Your subscription was successful! Within a few minutes, kindly check the "
1667
+ "mail in your mailbox and confirm your subscription. If you can't see the "
1668
+ "mail in your mailbox, please check your spam folder."
 
 
 
1669
  msgstr ""
1670
 
1671
+ #: ../classes/es-register.php:257
1672
+ msgctxt "widget-enhanced-select"
1673
+ msgid "Email Address already exists."
 
1674
  msgstr ""
1675
 
1676
+ #: ../classes/es-register.php:258
1677
+ msgctxt "widget-enhanced-select"
1678
+ msgid "Oops.. Unexpected error occurred."
1679
  msgstr ""
1680
 
1681
+ #: ../classes/es-register.php:259
1682
+ msgctxt "widget-enhanced-select"
1683
+ msgid "Invalid email address."
 
1684
  msgstr ""
1685
 
1686
+ #: ../classes/es-register.php:260
1687
+ msgctxt "widget-enhanced-select"
1688
+ msgid "Please try after some time."
1689
  msgstr ""
1690
 
1691
+ #: ../classes/es-register.php:261
1692
+ msgctxt "widget-enhanced-select"
1693
+ msgid "There was a problem with the request."
 
1694
  msgstr ""
1695
 
1696
+ #: ../classes/es-register.php:268
1697
+ msgctxt "widget-page-enhanced-select"
1698
+ msgid "Please enter email address."
1699
  msgstr ""
1700
 
1701
+ #: ../classes/es-register.php:269
1702
+ msgctxt "widget-page-enhanced-select"
1703
+ msgid "Please provide a valid email address."
 
1704
  msgstr ""
1705
 
1706
+ #: ../classes/es-register.php:270
1707
+ msgctxt "widget-page-enhanced-select"
1708
+ msgid "loading..."
1709
  msgstr ""
1710
 
1711
+ #: ../classes/es-register.php:271
1712
+ msgctxt "widget-page-enhanced-select"
1713
+ msgid "Cannot create XMLHTTP instance"
 
1714
  msgstr ""
1715
 
1716
+ #: ../classes/es-register.php:272
1717
+ msgctxt "widget-page-enhanced-select"
1718
+ msgid "Subscribed successfully."
1719
  msgstr ""
1720
 
1721
+ #: ../classes/es-register.php:273
1722
+ msgctxt "widget-page-enhanced-select"
1723
  msgid ""
1724
+ "Your subscription was successful! Within a few minutes, kindly check the "
1725
+ "mail in your mailbox and confirm your subscription. If you can't see the "
1726
+ "mail in your mailbox, please check your spam folder."
 
 
 
1727
  msgstr ""
1728
 
1729
+ #: ../classes/es-register.php:274
1730
+ msgctxt "widget-page-enhanced-select"
1731
+ msgid "Email Address already exists."
 
 
 
 
 
 
 
 
 
 
 
1732
  msgstr ""
1733
 
1734
+ #: ../classes/es-register.php:275
1735
+ msgctxt "widget-page-enhanced-select"
1736
+ msgid "Oops.. Unexpected error occurred."
1737
  msgstr ""
1738
 
1739
+ #: ../classes/es-register.php:276
1740
+ msgctxt "widget-page-enhanced-select"
1741
+ msgid "Invalid email address."
1742
  msgstr ""
1743
 
1744
+ #: ../classes/es-register.php:277
1745
+ msgctxt "widget-page-enhanced-select"
1746
+ msgid "Please try after some time."
 
1747
  msgstr ""
1748
 
1749
+ #: ../classes/es-register.php:278
1750
+ msgctxt "widget-page-enhanced-select"
1751
+ msgid "There was a problem with the request."
1752
  msgstr ""
1753
 
1754
+ #: ../classes/es-register.php:407
1755
  msgid ""
1756
+ "Email Subscribers recommends free plugin <b>Rainmaker</b> to collect leads "
1757
+ "instantly"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1758
  msgstr ""
1759
 
1760
+ #: ../classes/es-register.php:408
1761
+ msgid "Yes, I want this"
1762
  msgstr ""
1763
 
1764
+ #: ../classes/es-register.php:408
1765
+ msgid "No, I don't want it"
 
 
 
1766
  msgstr ""
1767
 
1768
+ #: ../classes/es-register.php:499 ../classes/es-loadwidget.php:29
1769
+ msgid "Email *"
 
 
 
 
 
 
 
 
 
 
1770
  msgstr ""
1771
 
1772
+ #: ../classes/es-register.php:504 ../classes/es-loadwidget.php:34
1773
+ msgid "Subscribe"
 
 
1774
  msgstr ""
1775
 
1776
+ #: ../classes/es-register.php:539
1777
+ msgid "Widget Title"
1778
  msgstr ""
1779
 
1780
+ #: ../classes/es-register.php:543
1781
+ msgid "Display Name Field"
1782
  msgstr ""
1783
 
1784
+ #: ../classes/es-register.php:550
1785
+ msgid "Short Description"
1786
  msgstr ""
1787
 
1788
+ #: ../classes/es-register.php:552
1789
+ msgid "Short description about your subscription form."
1790
  msgstr ""
1791
 
1792
+ #: ../classes/es-register.php:555
1793
+ msgid "Subscriber Group"
 
1794
  msgstr ""
notification/notification-add.php CHANGED
@@ -59,7 +59,7 @@ if(preg_match('#' . basename(__FILE__) . '#', $_SERVER['PHP_SELF'])) {
59
  if( $total > 0 ) {
60
  for($i=0; $i<$total; $i++) {
61
  $listcategory = $listcategory . " ##" . $es_note_cat[$i] . "## ";
62
- if($i <> ($total - 1)) {
63
  $listcategory = $listcategory . "--";
64
  }
65
  }
@@ -67,7 +67,7 @@ if(preg_match('#' . basename(__FILE__) . '#', $_SERVER['PHP_SELF'])) {
67
  $form['es_note_cat'] = $listcategory;
68
  $action = es_cls_notification::es_notification_ins($form, $action = "insert");
69
  if($action) {
70
- $es_success = __( 'Notification was successfully created. ', ES_TDOMAIN );
71
  }
72
 
73
  // Reset the form fields
@@ -82,15 +82,18 @@ if(preg_match('#' . basename(__FILE__) . '#', $_SERVER['PHP_SELF'])) {
82
  }
83
 
84
  if ($es_error_found == TRUE && isset($es_errors[0]) == TRUE) {
85
- ?><div class="error fade"><p><strong><?php echo $es_errors[0]; ?></strong></p></div><?php
 
 
 
 
86
  }
87
 
88
  if ($es_error_found == FALSE && strlen($es_success) > 0) {
89
  ?>
90
  <div class="updated fade">
91
  <p><strong>
92
- <?php echo $es_success; ?><a href="<?php echo ES_ADMINURL; ?>?page=es-notification"><?php echo __( 'Click here', ES_TDOMAIN ); ?></a>
93
- <?php echo __( ' to view the details.', ES_TDOMAIN ); ?>
94
  </strong></p>
95
  </div>
96
  <?php
@@ -100,15 +103,16 @@ if(preg_match('#' . basename(__FILE__) . '#', $_SERVER['PHP_SELF'])) {
100
  <div class="form-wrap">
101
  <div id="icon-plugins" class="icon32"></div>
102
  <h2><?php echo __( ES_PLUGIN_DISPLAY, ES_TDOMAIN ); ?></h2>
103
- <h3><?php echo __( 'Add Notification', ES_TDOMAIN ); ?></h3>
 
 
 
104
  <form name="es_form" method="post" action="#" onsubmit="return _es_submit()">
105
  <table class="form-table">
106
  <tbody>
107
  <tr>
108
  <th scope="row">
109
- <label for="tag-link"><?php echo __( 'Subscribers Group', ES_TDOMAIN ); ?>
110
- <p class="description"><?php echo __( 'Select subscribers group', ES_TDOMAIN ); ?></p>
111
- </label>
112
  </th>
113
  <td>
114
  <select name="es_note_group" id="es_note_group">
@@ -130,8 +134,8 @@ if(preg_match('#' . basename(__FILE__) . '#', $_SERVER['PHP_SELF'])) {
130
  </tr>
131
  <tr>
132
  <th scope="row">
133
- <label for="tag-link"><?php echo __( 'Notification Mail', ES_TDOMAIN ); ?>
134
- <p><?php echo __( 'Select notification mail subject (Use compose menu to create new)', ES_TDOMAIN ); ?></p>
135
  </label>
136
  </th>
137
  <td>
@@ -155,18 +159,16 @@ if(preg_match('#' . basename(__FILE__) . '#', $_SERVER['PHP_SELF'])) {
155
  </tr>
156
  <tr>
157
  <th scope="row">
158
- <label for="tag-link"><?php echo __( 'Post Categories', ES_TDOMAIN ); ?>
159
- <p><?php echo __( 'Select post categories', ES_TDOMAIN ); ?></p>
160
- </label>
161
  </th>
162
  <td>
163
  <?php
164
  $args = array( 'hide_empty' => 0, 'orderby' => 'name', 'order' => 'ASC' );
165
  $categories = get_categories($args);
166
  $count = 0;
167
- $col=3;
168
  echo "<table border='0' cellspacing='0'><tr>";
169
- foreach($categories as $category) {
170
  echo "<td style='padding-top:4px;padding-bottom:4px;padding-right:10px;'>";
171
  ?>
172
  <input type="checkbox" value='<?php echo $category->cat_name; ?>' id="es_note_cat[]" name="es_note_cat[]">
@@ -191,8 +193,8 @@ if(preg_match('#' . basename(__FILE__) . '#', $_SERVER['PHP_SELF'])) {
191
  </tr>
192
  <tr>
193
  <th scope="row">
194
- <label for="tag-link"><?php echo __( 'Custom Post Type', ES_TDOMAIN ); ?>
195
- <p><?php echo __( 'Select your custom post type (Optional)', ES_TDOMAIN ); ?></p>
196
  </label>
197
  </th>
198
  <td>
@@ -228,9 +230,7 @@ if(preg_match('#' . basename(__FILE__) . '#', $_SERVER['PHP_SELF'])) {
228
  </tr>
229
  <tr>
230
  <th scope="row">
231
- <label for="tag-link"><?php echo __( 'Notification Status', ES_TDOMAIN ); ?>
232
- <p><?php echo __( 'Select notification status', ES_TDOMAIN ); ?></p>
233
- </label>
234
  </th>
235
  <td>
236
  <select name="es_note_status" id="es_note_status">
@@ -244,10 +244,8 @@ if(preg_match('#' . basename(__FILE__) . '#', $_SERVER['PHP_SELF'])) {
244
  </table>
245
  <input type="hidden" name="es_form_submit" value="yes"/>
246
  <p class="submit">
247
- <input name="publish" lang="publish" class="button add-new-h2" value="<?php echo __( 'Submit', ES_TDOMAIN ); ?>" type="submit" />
248
- <input name="publish" lang="publish" class="button add-new-h2" onclick="_es_redirect()" value="<?php echo __( 'Cancel', ES_TDOMAIN ); ?>" type="button" />
249
- <input name="Help" lang="publish" class="button add-new-h2" onclick="_es_help()" value="<?php echo __( 'Help', ES_TDOMAIN ); ?>" type="button" />
250
- </p>
251
  <?php wp_nonce_field('es_form_add'); ?>
252
  </form>
253
  </div>
59
  if( $total > 0 ) {
60
  for($i=0; $i<$total; $i++) {
61
  $listcategory = $listcategory . " ##" . $es_note_cat[$i] . "## ";
62
+ if($i != ($total - 1)) {
63
  $listcategory = $listcategory . "--";
64
  }
65
  }
67
  $form['es_note_cat'] = $listcategory;
68
  $action = es_cls_notification::es_notification_ins($form, $action = "insert");
69
  if($action) {
70
+ $es_success = __( 'Notification successfully created. ', ES_TDOMAIN );
71
  }
72
 
73
  // Reset the form fields
82
  }
83
 
84
  if ($es_error_found == TRUE && isset($es_errors[0]) == TRUE) {
85
+ ?><div class="error fade">
86
+ <p><strong>
87
+ <?php echo $es_errors[0]; ?>
88
+ </strong></p>
89
+ </div><?php
90
  }
91
 
92
  if ($es_error_found == FALSE && strlen($es_success) > 0) {
93
  ?>
94
  <div class="updated fade">
95
  <p><strong>
96
+ <?php echo $es_success; ?>
 
97
  </strong></p>
98
  </div>
99
  <?php
103
  <div class="form-wrap">
104
  <div id="icon-plugins" class="icon32"></div>
105
  <h2><?php echo __( ES_PLUGIN_DISPLAY, ES_TDOMAIN ); ?></h2>
106
+ <h3>
107
+ <?php echo __( 'Add Notification', ES_TDOMAIN ); ?>
108
+ <a class="add-new-h2" target="_blank" href="<?php echo ES_FAV; ?>"><?php echo __( 'Help', ES_TDOMAIN ); ?></a>
109
+ </h3>
110
  <form name="es_form" method="post" action="#" onsubmit="return _es_submit()">
111
  <table class="form-table">
112
  <tbody>
113
  <tr>
114
  <th scope="row">
115
+ <label for="tag-link"><?php echo __( 'Select Subscribers Group', ES_TDOMAIN ); ?></label>
 
 
116
  </th>
117
  <td>
118
  <select name="es_note_group" id="es_note_group">
134
  </tr>
135
  <tr>
136
  <th scope="row">
137
+ <label for="tag-link"><?php echo __( 'Select Notification Mail Subject', ES_TDOMAIN ); ?>
138
+ <p><?php echo __( '(Use compose menu to create new)', ES_TDOMAIN ); ?></p>
139
  </label>
140
  </th>
141
  <td>
159
  </tr>
160
  <tr>
161
  <th scope="row">
162
+ <label for="tag-link"><?php echo __( 'Select Post Categories', ES_TDOMAIN ); ?></label>
 
 
163
  </th>
164
  <td>
165
  <?php
166
  $args = array( 'hide_empty' => 0, 'orderby' => 'name', 'order' => 'ASC' );
167
  $categories = get_categories($args);
168
  $count = 0;
169
+ $col = 3;
170
  echo "<table border='0' cellspacing='0'><tr>";
171
+ foreach($categories as $category) {
172
  echo "<td style='padding-top:4px;padding-bottom:4px;padding-right:10px;'>";
173
  ?>
174
  <input type="checkbox" value='<?php echo $category->cat_name; ?>' id="es_note_cat[]" name="es_note_cat[]">
193
  </tr>
194
  <tr>
195
  <th scope="row">
196
+ <label for="tag-link"><?php echo __( 'Select your Custom Post Type', ES_TDOMAIN ); ?>
197
+ <p><?php echo __( '(Optional)', ES_TDOMAIN ); ?></p>
198
  </label>
199
  </th>
200
  <td>
230
  </tr>
231
  <tr>
232
  <th scope="row">
233
+ <label for="tag-link"><?php echo __( 'Select Notification Status', ES_TDOMAIN ); ?></label>
 
 
234
  </th>
235
  <td>
236
  <select name="es_note_status" id="es_note_status">
244
  </table>
245
  <input type="hidden" name="es_form_submit" value="yes"/>
246
  <p class="submit">
247
+ <input type="submit" class="button add-new-h2" value="<?php echo __( 'Save', ES_TDOMAIN ); ?>" />
248
+ </p>
 
 
249
  <?php wp_nonce_field('es_form_add'); ?>
250
  </form>
251
  </div>
notification/notification-edit.php CHANGED
@@ -1,4 +1,5 @@
1
  <?php
 
2
  if(preg_match('#' . basename(__FILE__) . '#', $_SERVER['PHP_SELF'])) {
3
  die( 'You are not allowed to call this page directly.' );
4
  }
@@ -13,7 +14,11 @@ if(preg_match('#' . basename(__FILE__) . '#', $_SERVER['PHP_SELF'])) {
13
  // First check if ID exist with requested ID
14
  $result = es_cls_notification::es_notification_count($did);
15
  if ($result != '1') {
16
- ?><div class="error fade"><p><strong><?php echo __( 'Oops, selected details doesnt exist.', ES_TDOMAIN ); ?></strong></p></div><?php
 
 
 
 
17
  } else {
18
  $es_errors = array();
19
  $es_success = '';
@@ -71,7 +76,7 @@ if(preg_match('#' . basename(__FILE__) . '#', $_SERVER['PHP_SELF'])) {
71
  if( $total > 0 ) {
72
  for($i=0; $i<$total; $i++) {
73
  $listcategory = $listcategory . " ##" . $es_note_cat[$i] . "## ";
74
- if($i <> ($total - 1)) {
75
  $listcategory = $listcategory . "--";
76
  }
77
  }
@@ -80,50 +85,77 @@ if(preg_match('#' . basename(__FILE__) . '#', $_SERVER['PHP_SELF'])) {
80
  $form['es_note_cat'] = $listcategory;
81
  $action = es_cls_notification::es_notification_ins($form, $action = "update");
82
  if($action == "sus") {
83
- $es_success = __( 'Notification was successfully updated.', ES_TDOMAIN );
84
  }
85
  }
86
  }
87
 
88
  if ($es_error_found == TRUE && isset($es_errors[0]) == TRUE) {
89
- ?><div class="error fade"><p><strong><?php echo $es_errors[0]; ?></strong></p></div><?php
 
 
 
 
90
  }
91
 
92
  if ($es_error_found == FALSE && strlen($es_success) > 0) {
93
  ?>
94
  <div class="updated fade">
95
  <p><strong>
96
- <?php echo $es_success; ?><a href="<?php echo get_option('siteurl'); ?>/wp-admin/admin.php?page=es-notification"><?php echo __( 'Click here', ES_TDOMAIN ); ?></a>
97
- <?php _e(' to view the details', ES_TDOMAIN ); ?>
98
  </strong></p>
99
  </div>
100
  <?php
101
  }
 
102
  ?>
103
 
104
  <div class="form-wrap">
105
  <div id="icon-plugins" class="icon32"></div>
106
  <h2><?php echo __( ES_PLUGIN_DISPLAY, ES_TDOMAIN ); ?></h2>
107
- <h3><?php echo __( 'Edit Notification', ES_TDOMAIN ); ?></h3>
 
 
 
 
108
  <form name="es_form" method="post" action="#" onsubmit="return _es_submit()">
109
  <table class="form-table">
110
  <tbody>
111
  <tr>
112
  <th scope="row">
113
- <label for="tag-link"><?php echo __( 'Subscribers Group', ES_TDOMAIN ); ?>
114
- <p><?php echo __( 'Not allowed to update subscribers group in edit page', ES_TDOMAIN ); ?></p>
115
- </label>
116
  </th>
117
  <td>
118
  <select name="es_note_group" id="es_note_group">
119
- <option value='<?php echo $form["es_note_group"]; ?>'><?php echo stripslashes($form["es_note_group"]); ?></option>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
120
  </select>
 
121
  </td>
122
  </tr>
123
  <tr>
124
  <th scope="row">
125
- <label for="tag-link"><?php echo __( 'Notification Mail', ES_TDOMAIN ); ?>
126
- <p><?php echo __( 'Select notification mail subject (Use compose menu to create new)', ES_TDOMAIN ); ?></p>
 
127
  </label>
128
  </th>
129
  <td>
@@ -149,21 +181,24 @@ if(preg_match('#' . basename(__FILE__) . '#', $_SERVER['PHP_SELF'])) {
149
  </tr>
150
  <tr>
151
  <th scope="row">
152
- <label for="tag-link"><?php echo __( 'Post Categories', ES_TDOMAIN ); ?>
153
- <p><?php echo __( 'Please select post categories.', ES_TDOMAIN ); ?></p>
154
  </label>
155
  </th>
156
  <td>
157
  <?php
158
  $args = array( 'hide_empty' => 0, 'orderby' => 'name', 'order' => 'ASC' );
159
- $categories = get_categories($args);
160
  $count = 0;
161
- $col=3;
162
  $checked = "";
163
  echo "<table border='0' cellspacing='0'><tr>";
164
- foreach($categories as $category) {
 
 
 
165
  echo "<td style='padding-top:4px;padding-bottom:4px;padding-right:10px;'>";
166
- if (strpos($form['es_note_cat'],'##'.$category->cat_name.'##') !== false) {
167
  $checked = 'checked="checked"';
168
  } else {
169
  $checked = "";
@@ -192,8 +227,9 @@ if(preg_match('#' . basename(__FILE__) . '#', $_SERVER['PHP_SELF'])) {
192
  </tr>
193
  <tr>
194
  <th scope="row">
195
- <label for="tag-link"><?php echo __( 'Custom Post Type', ES_TDOMAIN ); ?>
196
- <p><?php echo __( 'Please select your custom post type (Optional).', ES_TDOMAIN ); ?></p>
 
197
  </label>
198
  </th>
199
  <td>
@@ -234,8 +270,8 @@ if(preg_match('#' . basename(__FILE__) . '#', $_SERVER['PHP_SELF'])) {
234
  </tr>
235
  <tr>
236
  <th scope="row">
237
- <label for="tag-link"><?php echo __( 'Notification Status', ES_TDOMAIN ); ?>
238
- <p><?php echo __( 'Please select notification status.', ES_TDOMAIN ); ?></p>
239
  </label>
240
  </th>
241
  <td>
@@ -251,11 +287,8 @@ if(preg_match('#' . basename(__FILE__) . '#', $_SERVER['PHP_SELF'])) {
251
  <input type="hidden" name="es_form_submit" value="yes"/>
252
  <input type="hidden" name="es_note_id" id="es_note_id" value="<?php echo $form['es_note_id']; ?>"/>
253
  <p class="submit">
254
- <input name="publish" lang="publish" class="button add-new-h2" value="<?php echo __( 'Submit', ES_TDOMAIN ); ?>" type="submit" />
255
- <input name="publish" lang="publish" class="button add-new-h2" onclick="_es_redirect()" value="<?php echo __( 'Cancel', ES_TDOMAIN ); ?>" type="button" />
256
- <input name="Help" lang="publish" class="button add-new-h2" onclick="_es_help()" value="<?php echo __( 'Help', ES_TDOMAIN ); ?>" type="button" />
257
  </p>
258
-
259
  <?php wp_nonce_field('es_form_edit'); ?>
260
  </form>
261
  </div>
1
  <?php
2
+
3
  if(preg_match('#' . basename(__FILE__) . '#', $_SERVER['PHP_SELF'])) {
4
  die( 'You are not allowed to call this page directly.' );
5
  }
14
  // First check if ID exist with requested ID
15
  $result = es_cls_notification::es_notification_count($did);
16
  if ($result != '1') {
17
+ ?><div class="error fade">
18
+ <p><strong>
19
+ <?php echo __( 'Oops, selected details does not exists.', ES_TDOMAIN ); ?>
20
+ </strong></p>
21
+ </div><?php
22
  } else {
23
  $es_errors = array();
24
  $es_success = '';
76
  if( $total > 0 ) {
77
  for($i=0; $i<$total; $i++) {
78
  $listcategory = $listcategory . " ##" . $es_note_cat[$i] . "## ";
79
+ if($i != ($total - 1)) {
80
  $listcategory = $listcategory . "--";
81
  }
82
  }
85
  $form['es_note_cat'] = $listcategory;
86
  $action = es_cls_notification::es_notification_ins($form, $action = "update");
87
  if($action == "sus") {
88
+ $es_success = __( 'Notification successfully updated. ', ES_TDOMAIN );
89
  }
90
  }
91
  }
92
 
93
  if ($es_error_found == TRUE && isset($es_errors[0]) == TRUE) {
94
+ ?><div class="error fade">
95
+ <p><strong>
96
+ <?php echo $es_errors[0]; ?>
97
+ </strong></p>
98
+ </div><?php
99
  }
100
 
101
  if ($es_error_found == FALSE && strlen($es_success) > 0) {
102
  ?>
103
  <div class="updated fade">
104
  <p><strong>
105
+ <?php echo $es_success; ?>
 
106
  </strong></p>
107
  </div>
108
  <?php
109
  }
110
+
111
  ?>
112
 
113
  <div class="form-wrap">
114
  <div id="icon-plugins" class="icon32"></div>
115
  <h2><?php echo __( ES_PLUGIN_DISPLAY, ES_TDOMAIN ); ?></h2>
116
+ <h3>
117
+ <?php echo __( 'Edit Notification', ES_TDOMAIN ); ?>
118
+ <a class="add-new-h2" href="<?php echo ES_ADMINURL; ?>?page=es-notification&amp;ac=add"><?php echo __( 'Add New', ES_TDOMAIN ); ?></a>
119
+ <a class="add-new-h2" target="_blank" href="<?php echo ES_FAV; ?>"><?php echo __( 'Help', ES_TDOMAIN ); ?></a>
120
+ </h3>
121
  <form name="es_form" method="post" action="#" onsubmit="return _es_submit()">
122
  <table class="form-table">
123
  <tbody>
124
  <tr>
125
  <th scope="row">
126
+ <label for="tag-link"><?php echo __( 'Update Subscribers Group', ES_TDOMAIN ); ?></label>
 
 
127
  </th>
128
  <td>
129
  <select name="es_note_group" id="es_note_group">
130
+ <option value=''><?php echo __( 'Select', ES_TDOMAIN ); ?></option>
131
+ <?php
132
+ $thisselected = "";
133
+ $groups = array();
134
+ $groups = es_cls_dbquery::es_view_subscriber_group();
135
+ if(count($groups) > 0) {
136
+ $i = 1;
137
+ foreach ($groups as $group) {
138
+ if(stripslashes($group['es_email_group']) == $form['es_note_group']) {
139
+ $thisselected = 'selected="selected"' ;
140
+ }
141
+ ?>
142
+ <option value="<?php echo esc_html(stripslashes($group["es_email_group"])); ?>" <?php echo $thisselected; ?>>
143
+ <?php echo esc_html(stripslashes($group["es_email_group"])); ?>
144
+ </option>
145
+ <?php
146
+ $thisselected = "";
147
+ }
148
+ }
149
+ ?>
150
  </select>
151
+
152
  </td>
153
  </tr>
154
  <tr>
155
  <th scope="row">
156
+ <label for="tag-link">
157
+ <?php echo __( 'Select Notification Mail Subject', ES_TDOMAIN ); ?>
158
+ <p><?php echo __( '(Use compose menu to create new)', ES_TDOMAIN ); ?></p>
159
  </label>
160
  </th>
161
  <td>
181
  </tr>
182
  <tr>
183
  <th scope="row">
184
+ <label for="tag-link">
185
+ <?php echo __( 'Select Post Categories', ES_TDOMAIN ); ?>
186
  </label>
187
  </th>
188
  <td>
189
  <?php
190
  $args = array( 'hide_empty' => 0, 'orderby' => 'name', 'order' => 'ASC' );
191
+ $categories = get_categories($args);
192
  $count = 0;
193
+ $col = 3;
194
  $checked = "";
195
  echo "<table border='0' cellspacing='0'><tr>";
196
+ foreach($categories as $category) {
197
+ echo "<pre>";
198
+ // print_r($category);
199
+ echo "</pre>";
200
  echo "<td style='padding-top:4px;padding-bottom:4px;padding-right:10px;'>";
201
+ if (strpos($form['es_note_cat'],'##'.htmlspecialchars_decode($category->cat_name).'##') !== false) {
202
  $checked = 'checked="checked"';
203
  } else {
204
  $checked = "";
227
  </tr>
228
  <tr>
229
  <th scope="row">
230
+ <label for="tag-link">
231
+ <?php echo __( 'Select your Custom Post Type', ES_TDOMAIN ); ?>
232
+ <p><?php echo __( '(Optional)', ES_TDOMAIN ); ?></p>
233
  </label>
234
  </th>
235
  <td>
270
  </tr>
271
  <tr>
272
  <th scope="row">
273
+ <label for="tag-link">
274
+ <?php echo __( 'Select Notification Status', ES_TDOMAIN ); ?>
275
  </label>
276
  </th>
277
  <td>
287
  <input type="hidden" name="es_form_submit" value="yes"/>
288
  <input type="hidden" name="es_note_id" id="es_note_id" value="<?php echo $form['es_note_id']; ?>"/>
289
  <p class="submit">
290
+ <input type="submit" class="button add-new-h2" value="<?php echo __( 'Save', ES_TDOMAIN ); ?>" />
 
 
291
  </p>
 
292
  <?php wp_nonce_field('es_form_edit'); ?>
293
  </form>
294
  </div>
notification/notification-show.php CHANGED
@@ -15,7 +15,11 @@ if (isset($_POST['frm_es_display']) && $_POST['frm_es_display'] == 'yes') {
15
  // First check if ID exist with requested ID
16
  $result = es_cls_notification::es_notification_count($did);
17
  if ($result != '1') {
18
- ?><div class="error fade"><p><strong><?php echo __( 'Oops, selected details doesnt exist.', ES_TDOMAIN ); ?></strong></p></div><?php
 
 
 
 
19
  } else {
20
  // Form submitted, check the action
21
  if (isset($_GET['ac']) && $_GET['ac'] == 'del' && isset($_GET['did']) && $_GET['did'] != '') {
@@ -27,12 +31,16 @@ if (isset($_POST['frm_es_display']) && $_POST['frm_es_display'] == 'yes') {
27
 
28
  // Set success message
29
  $es_success_msg = TRUE;
30
- $es_success = __( 'Selected record was successfully deleted', ES_TDOMAIN );
31
  }
32
  }
33
 
34
  if ($es_success_msg == TRUE) {
35
- ?><div class="updated fade"><p><strong><?php echo $es_success; ?></strong></p></div><?php
 
 
 
 
36
  }
37
  }
38
 
@@ -41,8 +49,11 @@ if (isset($_POST['frm_es_display']) && $_POST['frm_es_display'] == 'yes') {
41
  <div class="wrap">
42
  <div id="icon-plugins" class="icon32"></div>
43
  <h2><?php echo __( ES_PLUGIN_DISPLAY, ES_TDOMAIN ); ?></h2>
44
- <h3><?php echo __( 'Notification', ES_TDOMAIN ); ?>
45
- <a class="add-new-h2" href="<?php echo ES_ADMINURL; ?>?page=es-notification&amp;ac=add"><?php echo __( 'Add New', ES_TDOMAIN ); ?></a></h3>
 
 
 
46
  <div class="tool-box">
47
  <?php
48
  $myData = array();
@@ -74,7 +85,7 @@ if (isset($_POST['frm_es_display']) && $_POST['frm_es_display'] == 'yes') {
74
  $i = 1;
75
  foreach ($myData as $data) {
76
  ?>
77
- <tr class="<?php if ($i&1) { echo 'alternate'; } else { echo ''; }?>">
78
  <td>
79
  <?php
80
  $template = es_cls_compose::es_template_select($data['es_note_templ']);
@@ -135,13 +146,7 @@ if (isset($_POST['frm_es_display']) && $_POST['frm_es_display'] == 'yes') {
135
  <?php wp_nonce_field('es_form_show'); ?>
136
  <input type="hidden" name="frm_es_display" value="yes"/>
137
  </form>
138
- <div class="tablenav">
139
- <h2>
140
- <a class="button add-new-h2" href="<?php echo ES_ADMINURL; ?>?page=es-notification&amp;ac=add"><?php echo __( 'Add New', ES_TDOMAIN ); ?></a>
141
- <a class="button add-new-h2" target="_blank" href="<?php echo ES_FAV; ?>"><?php echo __('Help', ES_TDOMAIN ); ?></a>
142
- </h2>
143
- </div>
144
- <div style="height:10px;"></div>
145
- <p class="description"><?php echo ES_OFFICIAL; ?></p>
146
  </div>
 
 
147
  </div>
15
  // First check if ID exist with requested ID
16
  $result = es_cls_notification::es_notification_count($did);
17
  if ($result != '1') {
18
+ ?><div class="error fade">
19
+ <p><strong>
20
+ <?php echo __( 'Oops, selected details does not exists.', ES_TDOMAIN ); ?>
21
+ </strong></p>
22
+ </div><?php
23
  } else {
24
  // Form submitted, check the action
25
  if (isset($_GET['ac']) && $_GET['ac'] == 'del' && isset($_GET['did']) && $_GET['did'] != '') {
31
 
32
  // Set success message
33
  $es_success_msg = TRUE;
34
+ $es_success = __( 'Selected record deleted.', ES_TDOMAIN );
35
  }
36
  }
37
 
38
  if ($es_success_msg == TRUE) {
39
+ ?><div class="updated fade">
40
+ <p><strong>
41
+ <?php echo $es_success; ?>
42
+ </strong></p>
43
+ </div><?php
44
  }
45
  }
46
 
49
  <div class="wrap">
50
  <div id="icon-plugins" class="icon32"></div>
51
  <h2><?php echo __( ES_PLUGIN_DISPLAY, ES_TDOMAIN ); ?></h2>
52
+ <h3>
53
+ <?php echo __( 'Notification', ES_TDOMAIN ); ?>
54
+ <a class="add-new-h2" href="<?php echo ES_ADMINURL; ?>?page=es-notification&amp;ac=add"><?php echo __( 'Add New', ES_TDOMAIN ); ?></a>
55
+ <a class="add-new-h2" target="_blank" href="<?php echo ES_FAV; ?>"><?php echo __( 'Help', ES_TDOMAIN ); ?></a>
56
+ </h3>
57
  <div class="tool-box">
58
  <?php
59
  $myData = array();
85
  $i = 1;
86
  foreach ($myData as $data) {
87
  ?>
88
+ <tr class="<?php if ($i&1) { echo 'alternate'; } else { echo ''; } ?>">
89
  <td>
90
  <?php
91
  $template = es_cls_compose::es_template_select($data['es_note_templ']);
146
  <?php wp_nonce_field('es_form_show'); ?>
147
  <input type="hidden" name="frm_es_display" value="yes"/>
148
  </form>
 
 
 
 
 
 
 
 
149
  </div>
150
+ <div style="height:10px;"></div>
151
+ <p class="description"><?php echo ES_OFFICIAL; ?></p>
152
  </div>
notification/notification.js CHANGED
@@ -34,12 +34,4 @@ function _es_delete(id) {
34
  document.frm_es_display.action="admin.php?page=es-notification&ac=del&did="+id;
35
  document.frm_es_display.submit();
36
  }
37
- }
38
-
39
- function _es_redirect() {
40
- window.location = "admin.php?page=es-notification";
41
- }
42
-
43
- function _es_help() {
44
- window.open("https://wordpress.org/plugins/email-subscribers/faq/");
45
  }
34
  document.frm_es_display.action="admin.php?page=es-notification&ac=del&did="+id;
35
  document.frm_es_display.submit();
36
  }
 
 
 
 
 
 
 
 
37
  }
query/db_compose.php CHANGED
@@ -1,4 +1,5 @@
1
  <?php
 
2
  if(preg_match('#' . basename(__FILE__) . '#', $_SERVER['PHP_SELF'])) {
3
  die('You are not allowed to call this page directly.');
4
  }
1
  <?php
2
+
3
  if(preg_match('#' . basename(__FILE__) . '#', $_SERVER['PHP_SELF'])) {
4
  die('You are not allowed to call this page directly.');
5
  }
query/db_default.php CHANGED
@@ -1,4 +1,5 @@
1
  <?php
 
2
  if(preg_match('#' . basename(__FILE__) . '#', $_SERVER['PHP_SELF'])) {
3
  die('You are not allowed to call this page directly.');
4
  }
@@ -30,13 +31,13 @@ class es_cls_default {
30
  $es_c_adminmailcontant = "Hi Admin, \r\n\r\nWe have received a request to subscribe new email address to receive emails from our website. \r\n\r\nEmail: ###EMAIL### \r\nName : ###NAME### \r\n\r\nThank You\r\n".$blogname;
31
  $es_c_usermailoption = "YES";
32
  $es_c_usermailsubject = $blogname . " Welcome to our newsletter";
33
- $es_c_usermailcontant = "Hi ###NAME###, \r\n\r\nWe have received a request to subscribe this email address to receive newsletter from our website. \r\n\r\nThank You\r\n".$blogname." \r\n\r\n No longer interested email from ".$blogname."?. Please <a href='###LINK###'>click here</a> to unsubscribe";
34
  $es_c_optinoption = "Double Opt In";
35
  $es_c_optinsubject = $blogname . " confirm subscription";
36
  $es_c_optincontent = "Hi ###NAME###, \r\n\r\nA newsletter subscription request for this email address was received. Please confirm it by <a href='###LINK###'>clicking here</a>.\r\n\r\nIf you still cannot subscribe, please click this link : \r\n ###LINK### \r\n\r\nThank You\r\n".$blogname;
37
  $es_c_optinlink = $optinlink;
38
  $es_c_unsublink = $unsublink;
39
- $es_c_unsubtext = "No longer interested email from ".$blogname."?. Please <a href='###LINK###'>click here</a> to unsubscribe";
40
  $es_c_unsubhtml = "Thank You, You have been successfully unsubscribed. You will no longer hear from us.";
41
  $es_c_subhtml = "Thank You, You have been successfully subscribed to our newsletter.";
42
  $es_c_message1 = "Oops.. This subscription cant be completed, sorry. The email address is blocked or already subscribed. Thank you.";
1
  <?php
2
+
3
  if(preg_match('#' . basename(__FILE__) . '#', $_SERVER['PHP_SELF'])) {
4
  die('You are not allowed to call this page directly.');
5
  }
31
  $es_c_adminmailcontant = "Hi Admin, \r\n\r\nWe have received a request to subscribe new email address to receive emails from our website. \r\n\r\nEmail: ###EMAIL### \r\nName : ###NAME### \r\n\r\nThank You\r\n".$blogname;
32
  $es_c_usermailoption = "YES";
33
  $es_c_usermailsubject = $blogname . " Welcome to our newsletter";
34
+ $es_c_usermailcontant = "Hi ###NAME###, \r\n\r\nWe have received a request to subscribe this email address to receive newsletter from our website. \r\n\r\nThank You\r\n".$blogname." \r\n\r\n No longer interested in emails from ".$blogname."?. Please <a href='###LINK###'>click here</a> to unsubscribe";
35
  $es_c_optinoption = "Double Opt In";
36
  $es_c_optinsubject = $blogname . " confirm subscription";
37
  $es_c_optincontent = "Hi ###NAME###, \r\n\r\nA newsletter subscription request for this email address was received. Please confirm it by <a href='###LINK###'>clicking here</a>.\r\n\r\nIf you still cannot subscribe, please click this link : \r\n ###LINK### \r\n\r\nThank You\r\n".$blogname;
38
  $es_c_optinlink = $optinlink;
39
  $es_c_unsublink = $unsublink;
40
+ $es_c_unsubtext = "No longer interested in emails from ".$blogname."?. Please <a href='###LINK###'>click here</a> to unsubscribe";
41
  $es_c_unsubhtml = "Thank You, You have been successfully unsubscribed. You will no longer hear from us.";
42
  $es_c_subhtml = "Thank You, You have been successfully subscribed to our newsletter.";
43
  $es_c_message1 = "Oops.. This subscription cant be completed, sorry. The email address is blocked or already subscribed. Thank you.";
query/db_notification.php CHANGED
@@ -74,7 +74,7 @@ class es_cls_notification {
74
  } else {
75
  $sSql = $sSql . " or";
76
  }
77
- $sSql = $sSql . " es_note_cat LIKE '%##" . $category[$i]->cat_name. "##%'";
78
  if($i == ($totcategory-1)) {
79
  $sSql = $sSql . ")";
80
  }
74
  } else {
75
  $sSql = $sSql . " or";
76
  }
77
+ $sSql = $sSql . " es_note_cat LIKE '%##" . htmlspecialchars_decode($category[$i]->cat_name). "##%'";
78
  if($i == ($totcategory-1)) {
79
  $sSql = $sSql . ")";
80
  }
query/db_subscriber.php CHANGED
@@ -31,11 +31,14 @@ class es_cls_dbquery {
31
  return $arrRes;
32
  }
33
 
34
- public static function es_view_subscriber_search2($search = "", $id = 0, $search_sts = "", $offset = 0, $limit = 0, $search_group = "") {
 
 
35
  global $wpdb;
 
36
  $prefix = $wpdb->prefix;
37
- $arrRes = array();
38
- $sSql = "SELECT * FROM `".$prefix."es_emaillist` where es_email_mail <> '' ";
39
  if($search_sts <> "") {
40
  $sSql = $sSql . " and es_email_status='".$search_sts."'";
41
  }
@@ -44,66 +47,22 @@ class es_cls_dbquery {
44
  $sSql = $sSql . ' and es_email_group="'.$search_group.'"';
45
  }
46
 
47
- if($search <> "" && $search <> "ALL") {
48
- $letter = explode(',', $search);
49
- $length = count($letter);
50
- for ($i = 0; $i < $length; $i++) {
51
- if($i == 0) {
52
- $sSql = $sSql . " and (";
53
- } else {
54
- $sSql = $sSql . " or";
55
- }
56
- $sSql = $sSql . " es_email_mail LIKE '" . $letter[$i]. "%'";
57
- if($i == $length-1) {
58
- $sSql = $sSql . ")";
59
- }
60
- }
61
- }
62
-
63
  if($id > 0) {
64
  $sSql = $sSql . " and es_email_id=".$id;
65
 
66
  }
67
  $sSql = $sSql . " order by es_email_id asc";
68
  $sSql = $sSql . " LIMIT $offset, $limit";
 
69
 
70
- $arrRes = $wpdb->get_results($sSql, ARRAY_A);
71
- return $arrRes;
72
- }
73
-
74
- public static function es_view_subscriber_sendmail($search = "", $group = "") {
75
- global $wpdb;
76
- $prefix = $wpdb->prefix;
77
- $arrRes = array();
78
- $sSql = "SELECT * FROM `".$prefix."es_emaillist` where es_email_mail <> '' ";
79
- if($search <> "" && $search <> "ALL") {
80
- $letter = explode(',', $search);
81
- $length = count($letter);
82
- for ($i = 0; $i < $length; $i++) {
83
- if($i == 0) {
84
- $sSql = $sSql . " and (";
85
- } else {
86
- $sSql = $sSql . " or";
87
- }
88
- $sSql = $sSql . " es_email_mail LIKE '" . $letter[$i]. "%'";
89
- }
90
- $sSql = $sSql . ")";
91
- }
92
- if($group <> "") {
93
- $sSql = $sSql . " and es_email_group='".$group."'";
94
- } else {
95
- $sSql = $sSql . " and es_email_id in (select max(es_email_id) from ".$prefix."es_emaillist group by es_email_mail)";
96
- }
97
-
98
- $sSql = $sSql . " and (es_email_status = 'Confirmed' or es_email_status = 'Single Opt In')";
99
- $sSql = $sSql . " order by es_email_mail asc";
100
-
101
- $arrRes = $wpdb->get_results($sSql, ARRAY_A);
102
- return $arrRes;
103
  }
104
 
 
105
  public static function es_view_subscriber_count($id = 0) {
 
106
  global $wpdb;
 
107
  $prefix = $wpdb->prefix;
108
  $result = '0';
109
  if($id > 0) {
@@ -113,11 +72,14 @@ class es_cls_dbquery {
113
  }
114
 
115
  $result = $wpdb->get_var($sSql);
 
116
  return $result;
117
  }
118
 
119
  public static function es_view_subscriber_count_status($status = "") {
 
120
  global $wpdb;
 
121
  $prefix = $wpdb->prefix;
122
  $result = '0';
123
  if($status <> "") {
@@ -126,6 +88,7 @@ class es_cls_dbquery {
126
  $sSql = "SELECT COUNT(*) AS `count` FROM `".$prefix."es_emaillist`";
127
  }
128
  $result = $wpdb->get_var($sSql);
 
129
  return $result;
130
  }
131
 
@@ -145,7 +108,7 @@ class es_cls_dbquery {
145
  return "invalid";
146
  }
147
 
148
- $CurrentDate = date('Y-m-d G:i:s');
149
  if($action == "insert") {
150
  $sSql = "SELECT * FROM `".$prefix."es_emaillist` where es_email_mail='".$data["es_email_mail"]."' and es_email_group='".trim($data["es_email_group"])."'";
151
  $result = $wpdb->get_var($sSql);
@@ -159,7 +122,10 @@ class es_cls_dbquery {
159
  trim($data["es_email_status"]), $CurrentDate, 0, trim($data["es_email_group"]), $guid));
160
  $wpdb->query($sql);
161
 
162
- // Added from ES v3.1.5 - If subscribing via Rainmaker AND double opt-in, send confirmation email to subscriber
 
 
 
163
  $active_plugins = (array) get_option('active_plugins', array());
164
  if (is_multisite()) {
165
  $active_plugins = array_merge($active_plugins, get_site_option('active_sitewide_plugins', array()));
@@ -255,7 +221,7 @@ class es_cls_dbquery {
255
  $sSql = $sSql . " and es_email_guid = %s Limit 1";
256
  $sSql = $wpdb->prepare($sSql, array($id, $email, $guid));
257
  $result = $wpdb->get_var($sSql);
258
- if ( $result > 0) {
259
  $sSql = "UPDATE `".$prefix."es_emaillist` SET `es_email_status` = %s";
260
  $sSql = $sSql . " WHERE es_email_mail = %s Limit 10";
261
  $sSql = $wpdb->prepare($sSql, array($status, $email));
@@ -312,15 +278,31 @@ class es_cls_dbquery {
312
  }
313
  }
314
 
315
- public static function es_view_subscriber_manual($recipients) {
316
- $recipient = implode(', ', $recipients);
 
317
  global $wpdb;
 
318
  $prefix = $wpdb->prefix;
319
- $arrRes = array();
320
- $sSql = "SELECT * FROM `".$prefix."es_emaillist` where (es_email_status = 'Confirmed' or es_email_status = 'Single Opt In')";
321
- $sSql = $sSql . " and es_email_id in (".$recipient.")";
322
- $arrRes = $wpdb->get_results($sSql, ARRAY_A);
 
 
 
 
 
 
 
 
 
 
 
 
 
 
323
 
324
- return $arrRes;
325
  }
 
326
  }
31
  return $arrRes;
32
  }
33
 
34
+ // Query to fetch subscribers data on view subscribers screen
35
+ public static function es_view_subscribers_details($id = 0, $search_sts = "", $offset = 0, $limit = 0, $search_group = "") {
36
+
37
  global $wpdb;
38
+
39
  $prefix = $wpdb->prefix;
40
+ $view_subscribers_details = array();
41
+ $sSql = "SELECT * FROM `".$prefix."es_emaillist` WHERE es_email_mail <> '' ";
42
  if($search_sts <> "") {
43
  $sSql = $sSql . " and es_email_status='".$search_sts."'";
44
  }
47
  $sSql = $sSql . ' and es_email_group="'.$search_group.'"';
48
  }
49
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
50
  if($id > 0) {
51
  $sSql = $sSql . " and es_email_id=".$id;
52
 
53
  }
54
  $sSql = $sSql . " order by es_email_id asc";
55
  $sSql = $sSql . " LIMIT $offset, $limit";
56
+ $view_subscribers_details = $wpdb->get_results($sSql, ARRAY_A);
57
 
58
+ return $view_subscribers_details;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
59
  }
60
 
61
+ // Query to fetch subscribers count (all status)
62
  public static function es_view_subscriber_count($id = 0) {
63
+
64
  global $wpdb;
65
+
66
  $prefix = $wpdb->prefix;
67
  $result = '0';
68
  if($id > 0) {
72
  }
73
 
74
  $result = $wpdb->get_var($sSql);
75
+
76
  return $result;
77
  }
78
 
79
  public static function es_view_subscriber_count_status($status = "") {
80
+
81
  global $wpdb;
82
+
83
  $prefix = $wpdb->prefix;
84
  $result = '0';
85
  if($status <> "") {
88
  $sSql = "SELECT COUNT(*) AS `count` FROM `".$prefix."es_emaillist`";
89
  }
90
  $result = $wpdb->get_var($sSql);
91
+
92
  return $result;
93
  }
94
 
108
  return "invalid";
109
  }
110
 
111
+ $CurrentDate = date('Y-m-d G:i:s');
112
  if($action == "insert") {
113
  $sSql = "SELECT * FROM `".$prefix."es_emaillist` where es_email_mail='".$data["es_email_mail"]."' and es_email_group='".trim($data["es_email_group"])."'";
114
  $result = $wpdb->get_var($sSql);
122
  trim($data["es_email_status"]), $CurrentDate, 0, trim($data["es_email_group"]), $guid));
123
  $wpdb->query($sql);
124
 
125
+ /* Added from ES v3.1.5 - If subscribing via Rainmaker
126
+ * if double opt-in, send confirmation email to subscriber
127
+ * if single opt-in, send welcome email to subscriber
128
+ */
129
  $active_plugins = (array) get_option('active_plugins', array());
130
  if (is_multisite()) {
131
  $active_plugins = array_merge($active_plugins, get_site_option('active_sitewide_plugins', array()));
221
  $sSql = $sSql . " and es_email_guid = %s Limit 1";
222
  $sSql = $wpdb->prepare($sSql, array($id, $email, $guid));
223
  $result = $wpdb->get_var($sSql);
224
+ if ( $result > 0 ) {
225
  $sSql = "UPDATE `".$prefix."es_emaillist` SET `es_email_status` = %s";
226
  $sSql = $sSql . " WHERE es_email_mail = %s Limit 10";
227
  $sSql = $wpdb->prepare($sSql, array($status, $email));
278
  }
279
  }
280
 
281
+ // Query to fetch count of subscribers from a particular group
282
+ public static function es_subscriber_count_in_group( $groups = "" ) {
283
+
284
  global $wpdb;
285
+
286
  $prefix = $wpdb->prefix;
287
+ $sSql = "SELECT COUNT(*) AS `count` FROM `".$prefix."es_emaillist` WHERE es_email_group = '".$groups."' AND ( es_email_status = 'Confirmed' OR es_email_status = 'Single Opt In' )";
288
+ $total_subscribers = $wpdb->get_var( $sSql );
289
+
290
+ return $total_subscribers;
291
+
292
+ }
293
+
294
+ // Query to fetch all subscribers data from a particular group
295
+ public static function es_subscribers_data_in_group( $group = "" ) {
296
+
297
+ global $wpdb;
298
+
299
+ $prefix = $wpdb->prefix;
300
+ $subscribers_in_group = array();
301
+ $sSql = "SELECT * FROM `".$prefix."es_emaillist` WHERE es_email_group = '".$group."' AND ( es_email_status = 'Confirmed' OR es_email_status = 'Single Opt In' ) ";
302
+ $subscribers_in_group = $wpdb->get_results( $sSql, ARRAY_A );
303
+
304
+ return $subscribers_in_group;
305
 
 
306
  }
307
+
308
  }
readme.txt CHANGED
@@ -1,635 +1,755 @@
1
- === Email Subscribers & Newsletters ===
2
- Contributors: storeapps, niravmehta, Mansi Shah, akash123dhawade
3
- Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=CPTHCDC382KVA
4
- Author URI: http://www.storeapps.org/
5
- Plugin URI: http://www.storeapps.org/
6
- Tags: email, email sign-up, email marketing, email newsletter form, email signup, email widget, email newsletter, newsletter, newsletter form, newsletter marketing, newsletter plugin, newsletter sending, newsletter signup, newsletter widget, subscribe, subscribers, subscribe form, subscription, subscription form, subscription, plugin, send, sendmail, marketing, registration form, bulk, feedburner, form, iscrizione, list, mailup, signup, smtp, widget
7
- Requires at least: 3.4
8
- Tested up to: 4.5.3
9
- Stable tag: 3.1.5
10
- License: GPLv3
11
-
12
- Add subscription forms on website, send HTML newsletters & automatically notify subscribers about new blog posts once it gets published.
13
-
14
- == Description ==
15
-
16
- Email Subscribers is a fully featured newsletter plugin which helps you achieve all your newsletter related tasks effectively in one single place.
17
-
18
- It has a subscription box which allows users to publicly subscribe by submitting their email addresses. Email Subscribers plugin has a separate page with the HTML editor. You can easily create HTML newsletters using this editor in around 5 minutes. You also have a separate page to select the include and exclude categories before sending each newsletter. You can quickly import/ export email addresses of registered users and commentators to the subscription list using the import-export option in the plugin.
19
-
20
- ### Main advantages
21
-
22
- 1. Easily **collect emails by adding a subscription form** to your sidebar (using widget), post (using shortcode) or theme file (using php code)
23
- 2. **Send beautifully crafted HTML newsletters** and send them to your subscribers. Either manually or via cron
24
- 3. Send notifications **newsletters notifying your subscribers about the newly published post on your blog**
25
- 4. **Auto generate latest available posts in the blog and send to your subscribers manually or via cron job**
26
-
27
- ### Plugin Features
28
-
29
- * Send **notification emails** to subscribers when **new posts are published**.
30
- * Option to **schedule mail (Cron job option)** or **send them manually**.
31
- * **Collect customer emails by adding a subscription box (Widget/Shortcode/PHP Code)**.
32
- * **Double opt-in and single opt-in** facility for subscribers.
33
- * **Email notification** to admin when user **signs up** (Optional).
34
- * **Automatic welcome mail** to subscribers (Optional).
35
- * **Unsubscribe link** in the mail.
36
- * **Import/Export subscribers emails**.
37
- * **HTML editor** to compose newsletters.
38
- * Send newsletters.
39
- * **Alphabetized list** in send mail page.
40
- * Sent **mail status** and when it was viewed.
41
- * Support **localization or internationalization**.
42
- * **Include/exclude categories** while sending a newsletter.
43
- * **Ability to control user access** (Roles and Capabilities).
44
-
45
- ### Add subscription box to your site using
46
-
47
- * **Shortcode for any posts or pages**
48
-
49
- `[email-subscribers namefield="YES" desc="" group="Public"]`
50
-
51
- * **Widget option**
52
-
53
- Go to Dashboard->Appearance->Widgets. Drag and drop the Email Subscribers widget to your sidebar location.
54
-
55
- * **Add directly in the theme**
56
-
57
- `<?php es_subbox( $namefield = "YES", $desc = "", $group = "" ); ?>`
58
-
59
- ### Use Email Subscribers with it's Free Addon
60
-
61
- Use Email Subscribers with it's free Addon - [Email Subscribers - Group Selector](https://wordpress.org/plugins/email-subscribers-advanced-form/).
62
- It will extend Email Subscribers Form functionality by providing an option to your users to select interested group in the Subscribers Form.
63
-
64
- ### Rainmaker Integration
65
-
66
- Email Subscribers is now fully integrated with the best readymade WordPress form plugin [Rainmaker](https://wordpress.org/plugins/icegram-rainmaker/). Use Rainmaker's form to collect Subscribers data which will be automatically added in Email Subscribers.
67
-
68
- ### Documentation
69
-
70
- Check detailed documentation from here : [Email Subscribers Documentation](http://www.storeapps.org/knowledgebase_category/email-subscribers).
71
-
72
- ### Read what clients have to say:
73
-
74
- > As many of my subscribers won't be too technical with computers, or use facebook/twitter etc., I was looking for a plug in that would be easy to use from a subscribers point of view. This works very well - the subscriber doesn't have to mess about with member settings and completing a profile etc, or have to opt out of categories, tags and such...they only have to enter their name and email address in a widget or page where the shortcode has been placed, then later click a link in a confirmatory email, and they're all set up to receive new posts updates. SIMPLE and effective. Well done to the developer, this is great as it's flexible and easy for the webmaster to set up and customise, but more importantly it's end user friendly.
75
- > - [RegTheDonk](https://wordpress.org/support/topic/nice-1139)
76
-
77
- And here's another customer's review:
78
-
79
- > I have tried quite a few subscribe by email type plugins and this by far blows them all out of the water. Beautiful emails and and great backend design for the admin. This works so nice and works well with SMTP solutions
80
- > - [Mike Price](https://wordpress.org/support/topic/best-email-subscriber-plugin)
81
-
82
- And one more:
83
-
84
- > This works very well indeed... It does all the necessary things for a newsletter/email list(s)... It is simple, clean, easy to engage, and looks good... I was also easily able to do some styling on the input forms by adding its widget css into my child's style.css file and add and/or change some properties and values... Thanks much for making this available and staying on top of it... :-)
85
- > - [crzyhrse](https://wordpress.org/support/topic/very-well-indeed)
86
-
87
- ### Help Fellow WordPressers by Writing a Review
88
-
89
- If you like Email Subscribers, please leave a [5 star](https://wordpress.org/support/view/plugin-reviews/email-subscribers?filter=5#postform) review on WordPress. That helps fellow website owners access Email Subscribers easily and benefit from it!
90
-
91
- ### Translators
92
-
93
- * Czech (cs_CZ) - Martin
94
- * German (de_DE) - Vineet Talwar, Julia Genshirt, Marjellchen Sonne
95
- * Spanish (es_ES) - David Bravo (bohemme)
96
- * Dutch (nl_NL) - John van Halderen, Paul't Hoen
97
- * Polish (pl_PL) - Witold
98
- * Russian (ru_RU) - Grishin Alexander
99
- * Serbian (sr_RS) - Ogi Djuraskovic
100
- * Turkish (tr_TR) - [Erkan ORUÇ](http://designerkan.com/)
101
-
102
- == Installation ==
103
-
104
- Option 1:
105
-
106
- 1. Go to WordPress Dashboard->Plugins->Add New
107
- 2. Search Email Subscribers plugin using search option
108
- 3. Find the plugin and click Install Now button
109
- 4. After installation, click on Activate Plugin link to activate the plugin.
110
-
111
- Option 2:
112
-
113
- 1. Download the plugin email-subscribers.zip
114
- 2. Unpack the email-subscribers.zip file and extract the email-subscribers folder
115
- 3. Upload the plugin folder to your /wp-content/plugins/ directory
116
- 4. Go to WordPress dashboard, click on Plugins from the menu
117
- 5. Locate the Email Subscribers plugin and click on Activate link to activate the plugin.
118
-
119
- Option 3:
120
-
121
- 1. Download the plugin email-subscribers.zip
122
- 2. Go to WordPress Dashboard->Plugins->Add New
123
- 3. Click on Upload Plugin link from top
124
- 4. Upload the downloaded email-subscribers.zip file and click on Install Now
125
- 5. After installation, click on Activate Plugin link to activate the plugin.
126
-
127
- == Frequently Asked Questions ==
128
-
129
- = 1. How to install and activate Email Subscribers on multisite installation? =
130
-
131
- Refer [here](http://www.storeapps.org/docs/es-how-to-install-and-activate-plugin-single-multisite/).
132
-
133
- = 2. How to add subscription box to your website? =
134
-
135
- Refer [here](http://www.storeapps.org/docs/es-how-to-add-subscription-box-to-website/).
136
-
137
- = 3. How to Import and export email address to subscribers list? =
138
-
139
- Refer [here](http://www.storeapps.org/docs/es-how-to-import-or-export-email-address-to-subscriber-list/).
140
-
141
- = 4. How to modify Opt-in mail, Welcome mail, Admin mail contents? =
142
-
143
- Refer [here](http://www.storeapps.org/docs/es-general-plugin-settings/).
144
-
145
- = 5. How to change/update/translate any strings from the plugin? =
146
-
147
- Refer steps from [here](http://www.storeapps.org/docs/es-how-to-change-update-translate-any-texts-from-email-subscribers/).
148
-
149
- = 6. How to add unsubscribe link in emails? =
150
-
151
- Refer [here](http://www.storeapps.org/docs/es-how-to-add-unsubscribe-link-in-emails/).
152
-
153
- = 7. What are Static Templates and Dynamic Templates? =
154
-
155
- Refer [here](http://www.storeapps.org/docs/es-what-are-static-templates-and-dynamic-templates/).
156
-
157
- = 8. How to Compose and Send Static Newsletter Mails =
158
-
159
- Refer [here](http://www.storeapps.org/docs/es-how-to-compose-and-send-static-newsletter-mails/).
160
-
161
- = 9. How to Configure and Send notification emails to subscribers when new posts are published? =
162
-
163
- Refer [here](http://www.storeapps.org/docs/es-how-to-configure-and-send-notification-emails-to-subscribers-when-new-posts-are-published/).
164
-
165
- = 10. How to Send a sample new post notification email to testgroup/myself? =
166
-
167
- Refer [here](http://www.storeapps.org/docs/how-to-send-a-sample-new-post-notification-email-to-testgroup-myself/).
168
-
169
- = 11. How to check Sent mails? =
170
-
171
- Refer [here](http://www.storeapps.org/docs/es-how-to-check-sent-mails/).
172
-
173
- = 12. How to Add/Update Existing Subscribers Group? =
174
-
175
- Refer [here](http://www.storeapps.org/docs/es-how-to-add-update-existing-subscribers-group/).
176
-
177
- = 13. Emails are not being received by Subscribers =
178
-
179
- Check steps from [here](http://www.storeapps.org/docs/es-new-post-notification-emails-are-not-being-received-by-subscribers/).
180
-
181
- = 14. How to show subscribe form inside a popup? =
182
-
183
- Refer [here](http://www.storeapps.org/docs/es-how-to-show-subscribe-form-inside-a-popup/).
184
-
185
- = 15. How to use Rainmaker’s form in Email Subscribers? =
186
-
187
- Refer [here](http://www.storeapps.org/docs/es-how-to-use-rainmakers-form-in-email-subscribers/).
188
-
189
- = 16. How to Schedule Cron mails/auto mails? =
190
-
191
- Refer [here](http://www.storeapps.org/docs/es-how-to-schedule-cron-mails/).
192
-
193
- = 17. How to Schedule Cron Emails/auto emails for Email Subscribers in cPanel? =
194
-
195
- Refer [here](http://www.storeapps.org/docs/es-how-to-schedule-cron-emails-in-cpanel/).
196
-
197
- = 18. How to Schedule Cron Emails/auto emails in Parallels Plesk? =
198
-
199
- Refer [here](http://www.storeapps.org/docs/es-how-to-schedule-cron-emails-in-parallels-plesk/).
200
-
201
- = 19. What to do if Hosting doesn’t support Cron Jobs =
202
-
203
- Refer [here](http://www.storeapps.org/docs/es-what-to-do-if-hosting-doesnt-support-cron-jobs/).
204
-
205
- = 20. How to add group selection in front end subscription box =
206
-
207
- Use [Email Subscribers - Group Selector](https://wordpress.org/plugins/email-subscribers-advanced-form/) add-on.
208
-
209
- = How to install and activate the plugin? and How to setup subscription box widget? =
210
-
211
- [youtube http://www.youtube.com/watch?v=xTlvNCTF46k]
212
-
213
- = How to compose Newsletter and How to Send Newsletter Emails to subscribers? =
214
-
215
- [youtube http://www.youtube.com/watch?v=_Gwxvs9oAIs]
216
-
217
- = How to setup notification mail when news posts are published in the blog? =
218
-
219
- [youtube http://www.youtube.com/watch?v=-qd4HvXRW7k]
220
-
221
- = How to Import & Export email address? =
222
-
223
- [youtube http://www.youtube.com/watch?v=SZEJCijAS1o]
224
-
225
- == Screenshots ==
226
-
227
- 1. Front Page - Subscription box
228
-
229
- 2. Subscribers Management Admin page
230
-
231
- 3. Compose Mail Admin page
232
-
233
- 4. Notification Management Admin page
234
-
235
- 5. Send Mail Admin page
236
-
237
- 6. Cron Job Detailes Admin page (Schedule mail)
238
-
239
- 7. Settings Admin page
240
-
241
- 8. Roles and Capabilities Management Admin page
242
-
243
- 9. Sent Mails Admin page
244
-
245
- 10. Delivery Report Admin page
246
-
247
- == Changelog ==
248
-
249
- = 3.1.5 (21.07.2016) =
250
-
251
- * New: Changed Notification Layout
252
- * New: Created Check,Uncheck All Buttons while selecting categories on the Notification screen
253
- * New: Translation for Czech (cs_CZ) language added (Thanks to Martin)
254
- * Fix: Subscribers subscribing via [Rainmaker](https://wordpress.org/plugins/icegram-rainmaker/) were not receving confirmation emails
255
- * Fix: Made few strings translatable
256
- * Update: Text correction in few places
257
- * Update: Updated POT file
258
- * Update: Translation for Spanish (es_ES) language updated (Thanks to David Bravo)
259
- * Update: Translation for Russian (ru_RU) language updated (Thanks to Grishin Alexander)
260
- * Update: Translation for Polish (pl_PL) language updated (Thanks to Witold)
261
- * Update: Translation for Turkish (tr_TR) language updated (Thanks to Erkan ORUÇ)
262
- * Update: Translation for Tamil (ta) language deleted
263
- * Update: Code Indentation & Code Improvements
264
- * Tweak: Added div class for the subscribe, unsubscribe messages shown via emails
265
-
266
- = 3.1.4 (02.06.2016) =
267
-
268
- * New: Use [Rainmaker](https://wordpress.org/plugins/icegram-rainmaker/) form to collect Subscribers
269
- * New: Setting to select featured image size when using ###POSTIMAGE### shortlink
270
- * New: Translation for Spanish (es_ES) language added (Thanks to bohemme)
271
- * Fix: Made few strings translatable
272
- * Fix: Incorrect text domain in few places
273
- * Update: Revised FAQ links in Help & Info page inside plugin
274
- * Update: Updated POT file
275
- * Update: Translation for Russian (ru_RU) language updated (Thanks to Alexander)
276
- * Update: Translation for Turkish (tr_TR) language updated (Thanks to Erkan ORUC)
277
- * Update: Text correction in few places
278
- * Update: Code Indentation
279
- * Tweak: Code improvements when using wp_enqueue_script
280
- * Tweak: Do not allow admin to edit sample cron job url from Cron Mail Settings
281
- * Tweak: CSS changes in Help & Info page inside plugin
282
-
283
- = 3.1.3 (27.04.2016) =
284
-
285
- * New: Added form tag to subscribe form
286
- * Fix: Added missing charset to meta tag
287
- * Update: Moved javascripts to footer
288
- * Update: Translation for Serbian (sr_RS) language updated (Thanks to Ogi Djuraskovic)
289
- * Update: Updated POT file
290
-
291
- = 3.1.2 (22.03.2016) =
292
-
293
- * New: You can now include Unsubscribe link in Welcome Email (Email Subscribers v3.1.2+)
294
- * New: Welcome Page on activating Email Subscribers
295
- * Fix: Shortcode not showing error messages upon user subscription
296
- * Fix: Show full sized featured image when using ###POSTIMAGE### shortlink
297
- * Fix: Can't edit settings in admin panel if SSL is enabled
298
- * Update: Revised the FAQ's in Help & Info page inside plugin
299
- * Update: Text correction in few places
300
- * Update: Updated POT file
301
- * Tweak: Do not allow admin to edit Subscribe, Unsubscribe link in admin settings
302
-
303
- = 3.1.1 (08.03.2016) =
304
-
305
- * Fix: call_user_func_array() expects parameter 1 to be a valid callback, function 'es_admin_option' not found or invalid function name
306
- * Fix: Incorrect plugin name in admin dashboard
307
- * Fix: Warnings in console on submitting subscription form in Chrome
308
- * Update: Revised Help & Info page inside plugin
309
- * Update: Added translation for missing texts
310
- * Update: Updated POT file
311
- * Tweaks: Minor tweaks
312
-
313
- = 3.1 (09.02.2016) =
314
-
315
- * New: Scripts and styles are now localized and can be translated
316
- * Fix: Subscribe button not visible correctly in Chrome
317
- * Update: Added POT file
318
-
319
- = 3.0.1 (16.12.2015) =
320
-
321
- * New contributor name has been added successfully.
322
-
323
- = 3.0 =
324
-
325
- * Tested upto 4.4
326
-
327
- = 2.9.2 =
328
-
329
- * Add-on plugin available for advanced subscribers form (Users can select interested group in subscribers form).
330
- * Polish language file added in the language directory.
331
- * Text Domain slug has been added for Language Packs.
332
-
333
- = 2.9.1 =
334
-
335
- * Fixed cross-site scripting vulnerabilities and a potential SQL injection.
336
-
337
- = 2.9 =
338
-
339
- * Tested upto 4.3
340
- * Option available to add same email address to multiple group name
341
- * Cron Mail option added. With this option you can schedule cron jobs for newsletter and notification emails. Using this cron option you can schedule mail (example 100 mails per hour)
342
- * Group Name added in the export list.
343
- * Mail Type option has been added in the Send Mail admin page. With this option you can add the mails into cron job or you can send the mail immediately.
344
- * Notification Status option has been added in the notification setup page. With this option you can add notification mails into cron job or you can send the mail immediately when new post is published.
345
- * Group name filter has been added in the subscriber admin page.
346
-
347
- = 2.8 =
348
-
349
- * Tested upto 4.2
350
- * Fixed warning message bug on Roles page
351
- * Sync Email option has been added in the subscribers admin page. with this option all newly registered email address will be synced automatically into the plugin subscribers group.
352
-
353
- = 2.7 =
354
-
355
- * Up to plugin version 2.6 only administrator level users can manage this plugin in dashboard. From this version I have introduced new feature called Roles. The user role can be selected using this Roles Menu. For example, If you want to give Send Email feature to Editor. Go to plugin Roles menu using administrator login and select Editor role to Send Email Menu, So that your Editor level user can access plugin Send Email menu to publish newsletter emails.
356
-
357
- = 2.6 =
358
-
359
- * Added new option in the Email Import page to select Email Status and Email Group. with this option you can select (or create) group name and emails status when you import the email address.
360
-
361
- = 2.5 =
362
-
363
- * Now plugin supports custom post type. i.e. With this plugin, you can able to send automatic newsletter/notification emails when you publish custom posts.
364
-
365
- = 2.4 =
366
-
367
- * Tested upto 4.1
368
- * Fixed special character bug on Sender of Notification FROM email name.
369
-
370
- = 2.3 =
371
-
372
- * This warning issue has been fixed (Warning: call_user_func_array() expects parameter 1 to be a valid callback, function 'es_admin_option' not found or invalid function name)
373
-
374
- = 2.2 =
375
-
376
- * Warning message issue has been fix on notification mails. previously $post object was submitted to notification mail method without filtering post_id.
377
- * Added new keywords ###POSTLINK-ONLY###, ###POSTLINK-WITHTITLE### for notification mail content.
378
- ###POSTLINK-ONLY### - Use this key word to add post link in the mail content (Post link cannot be clickable)
379
- ###POSTLINK-WITHTITLE### - Use this key word to display post link with title (Clickable post title)
380
- ###POSTLINK### - Use this key word to display clickable post link.
381
-
382
- = 2.1 =
383
-
384
- * In view subscribers admin page, Filter option and paging moved to the top right corner (Previous version it was in bottom).
385
- * Plugin tested for multisite installation blogs.
386
-
387
- = 2.0 =
388
-
389
- * Tested up to WordPress 4.0
390
- * In view subscribers admin page, new option added to filter the email address based on status.
391
- * Paging option added on view subscribers admin page. In default it will show only first 200 emails, you have drop down box to navigate another page (i.e. 201 to 400 emails etc..).
392
- * Warning message fix on email address import page (i.e Strict standards: Only variables should be passed by reference) - Fixed
393
-
394
- = 1.9 =
395
-
396
- * New option added in admin setting page to update Sent Mail Report Subject/Content. For each newsletter mail and notification mail, plugin will send one report mail to admin with default content. Now with this option, admin can update that default mail content.
397
-
398
- = 1.8 =
399
-
400
- * Bug fixed on Double Opt-In welcome mail check (Previously it was not checking admin setting for welcome mail).
401
- * Tested up to WordPress 3.9.2
402
-
403
- = 1.7 =
404
-
405
- * Bug fixed on individual subscriber delete option.
406
- * Bug fixed on individual subscriber resend confirmation mail option.
407
-
408
- = 1.6 =
409
-
410
- * Bug fix on Send Mail/Notification warning message (i.e Call to undefined method issue has been fixed)
411
- * Call to undefined method es_cls_common::es_sent_report_plain() - Fixed
412
- * Call to undefined method es_cls_common::es_sent_report_html() - Fixed
413
-
414
- = 1.5 =
415
-
416
- * Bug fix on admin notification email for new subscribers.
417
-
418
- = 1.4 =
419
-
420
- * Scheduled published posts issue has been fixed (From this version onwards, Notification emails will be triggered for scheduled posts)
421
- * Bulk update option for subscribers group in admin view subscribers page.
422
-
423
- = 1.3 =
424
-
425
- * Fixed small error on mail compose page.
426
- * Added check for Already Confirmed emails. This is to prevent user clicking optin email link multiple time.
427
-
428
- = 1.2 =
429
-
430
- * Widget translation issue has been fixed
431
- * PHP warning message from Subscribers Export page has been removed.
432
-
433
- = 1.1 =
434
-
435
- * Subscriber admin page, Check ALL & Uncheck All bug fixed.
436
- * Updated Help documents.
437
-
438
- = 1.0 =
439
-
440
- * First version
441
-
442
- == Upgrade Notice ==
443
-
444
- = 3.1.5 (21.07.2016) =
445
-
446
- * New: Changed Notification Layout
447
- * New: Created Check,Uncheck All Buttons while selecting categories on the Notification screen
448
- * New: Translation for Czech (cs_CZ) language added (Thanks to Martin)
449
- * Fix: Subscribers subscribing via [Rainmaker](https://wordpress.org/plugins/icegram-rainmaker/) were not receving confirmation emails
450
- * Fix: Made few strings translatable
451
- * Update: Text correction in few places
452
- * Update: Updated POT file
453
- * Update: Translation for Spanish (es_ES) language updated (Thanks to David Bravo)
454
- * Update: Translation for Russian (ru_RU) language updated (Thanks to Grishin Alexander)
455
- * Update: Translation for Polish (pl_PL) language updated (Thanks to Witold)
456
- * Update: Translation for Turkish (tr_TR) language updated (Thanks to Erkan ORUÇ)
457
- * Update: Translation for Tamil (ta) language deleted
458
- * Update: Code Indentation & Code Improvements
459
- * Tweak: Added div class for the subscribe, unsubscribe messages shown via emails
460
-
461
- = 3.1.4 (02.06.2016) =
462
-
463
- * New: Use [Rainmaker](https://wordpress.org/plugins/icegram-rainmaker/) form to collect Subscribers
464
- * New: Setting to select featured image size when using ###POSTIMAGE### shortlink
465
- * New: Translation for Spanish (es_ES) language added (Thanks to bohemme)
466
- * Fix: Made few strings translatable
467
- * Fix: Incorrect text domain in few places
468
- * Update: Revised FAQ links in Help & Info page inside plugin
469
- * Update: Updated POT file
470
- * Update: Translation for Russian (ru_RU) language updated (Thanks to Alexander)
471
- * Update: Translation for Turkish (tr_TR) language updated (Thanks to Erkan ORUC)
472
- * Update: Text correction in few places
473
- * Update: Code Indentation
474
- * Tweak: Code improvements when using wp_enqueue_script
475
- * Tweak: Do not allow admin to edit sample cron job url from Cron Mail Settings
476
- * Tweak: CSS changes in Help & Info page inside plugin
477
-
478
- = 3.1.3 (27.04.2016) =
479
-
480
- * New: Added form tag to subscribe form
481
- * Fix: Added missing charset to meta tag
482
- * Update: Moved javascripts to footer
483
- * Update: Translation for Serbian (sr_RS) language updated (Thanks to Ogi Djuraskovic)
484
- * Update: Updated POT file
485
-
486
- = 3.1.2 (22.03.2016) =
487
-
488
- * New: You can now include Unsubscribe link in Welcome Email (Email Subscribers v3.1.2+)
489
- * New: Welcome Page on activating Email Subscribers
490
- * Fix: Shortcode not showing error messages upon user subscription
491
- * Fix: Show full sized featured image when using ###POSTIMAGE### shortlink
492
- * Fix: Can't edit settings in admin panel if SSL is enabled
493
- * Update: Revised the FAQ's in Help & Info page inside plugin
494
- * Update: Text correction in few places
495
- * Update: Updated POT file
496
- * Tweak: Do not allow admin to edit Subscribe, Unsubscribe link in admin settings
497
-
498
- = 3.1.1 (08.03.2016) =
499
-
500
- * Fix: call_user_func_array() expects parameter 1 to be a valid callback, function 'es_admin_option' not found or invalid function name
501
- * Fix: Incorrect plugin name in admin dashboard
502
- * Fix: Warnings in console on submitting subscription form in Chrome
503
- * Update: Revised Help & Info page inside plugin
504
- * Update: Added translation for missing texts
505
- * Update: Updated POT file
506
- * Tweaks: Minor tweaks
507
-
508
- = 3.1 (09.02.2016) =
509
-
510
- * New: Scripts and styles are now localized and can be translated
511
- * Fix: Subscribe button not visible correctly in Chrome
512
- * Update: Added POT file
513
-
514
- = 3.0.1 (16.12.2015) =
515
-
516
- * New contributor name has been added successfully.
517
-
518
- = 3.0 =
519
-
520
- * Tested upto 4.4
521
-
522
- = 2.9.2 =
523
-
524
- * Add-on plugin available for advanced subscribers form (Users can select interested group in subscribers form).
525
- * Polish language file added in the language directory.
526
- * Text Domain slug has been added for Language Packs.
527
-
528
- = 2.9.1 =
529
-
530
- * Fixed cross-site scripting vulnerabilities and a potential SQL injection.
531
-
532
- = 2.9 =
533
-
534
- * Tested upto 4.3
535
- * Option available to add same email address to multiple group name
536
- * Cron Mail option added. With this option you can schedule cron jobs for newsletter and notification emails. Using this cron option you can schedule mail (example 100 mails per hour)
537
- * Group Name added in the export list.
538
- * Mail Type option has been added in the Send Mail admin page. With this option you can add the mails into cron job or you can send the mail immediately.
539
- * Notification Status option has been added in the notification setup page. With this option you can add notification mails into cron job or you can send the mail immediately when new post is published.
540
- * Group name filter has been added in the subscriber admin page.
541
-
542
- = 2.8 =
543
-
544
- * Tested upto 4.2
545
- * Fixed warning message bug on Roles page
546
- * Sync Email option has been added in the subscribers admin page. with this option all newly registered email address will be synced automatically into the plugin subscribers group.
547
-
548
- = 2.7 =
549
-
550
- * Up to plugin version 2.6 only administrator level users can manage this plugin in dashboard. From this version I have introduced new feature called Roles. The user role can be selected using this Roles Menu. For example, If you want to give Send Email feature to Editor. Go to plugin Roles menu using administrator login and select Editor role to Send Email Menu, So that your Editor level user can access plugin Send Email menu to publish newsletter emails.
551
-
552
- = 2.6 =
553
-
554
- * Added new option in the Email Import page to select Email Status and Email Group. with this option you can select (or create) group name and emails status when you import the email address.
555
-
556
- = 2.5 =
557
-
558
- * Now plugin supports custom post type. i.e. With this plugin, you can able to send automatic newsletter/notification emails when you publish custom posts.
559
-
560
- = 2.4 =
561
-
562
- * Tested upto 4.1
563
- * Fixed special character bug on Sender of Notification FROM email name.
564
-
565
- = 2.3 =
566
-
567
- * This warning issue has been fixed (Warning: call_user_func_array() expects parameter 1 to be a valid callback, function 'es_admin_option' not found or invalid function name)
568
-
569
- = 2.2 =
570
-
571
- * Warning message issue has been fix on notification mails. previously $post object was submitted to notification mail method without filtering post_id.
572
- * Added new keywords ###POSTLINK-ONLY###, ###POSTLINK-WITHTITLE### for notification mail content.
573
- ###POSTLINK-ONLY### - Use this key word to add post link in the mail content (Post link cannot be clickable)
574
- ###POSTLINK-WITHTITLE### - Use this key word to display post link with title (Clickable post title)
575
- ###POSTLINK### - Use this key word to display clickable post link.
576
-
577
- = 2.1 =
578
-
579
- * In view subscribers admin page, Filter option and paging moved to the top right corner (Previous version it was in bottom).
580
- * Plugin tested for multisite installation blogs.
581
-
582
- = 2.0 =
583
-
584
- * Tested up to WordPress 4.0
585
- * In view subscribers admin page, new option added to filter the email address based on status.
586
- * Paging option added on view subscribers admin page. In default it will show only first 200 emails, you have drop down box to navigate another page (i.e. 201 to 400 emails etc..).
587
- * Warning message fix on email address import page (i.e Strict standards: Only variables should be passed by reference) - Fixed
588
-
589
- = 1.9 =
590
-
591
- * New option added in admin setting page to update Sent Mail Report Subject/Content. For each newsletter mail and notification mail, plugin will send one report mail to admin with default content. Now with this option, admin can update that default mail content.
592
-
593
- = 1.8 =
594
-
595
- * Bug fixed on Double Opt-In welcome mail check (Previously it was not checking admin setting for welcome mail).
596
- * Tested up to WordPress 3.9.2
597
-
598
- = 1.7 =
599
-
600
- * Bug fixed on individual subscriber delete option.
601
- * Bug fixed on individual subscriber resend confirmation mail option.
602
-
603
- = 1.6 =
604
-
605
- * Bug fix on Send Mail/Notification warning message (i.e Call to undefined method issue has been fixed)
606
- * Call to undefined method es_cls_common::es_sent_report_plain() - Fixed
607
- * Call to undefined method es_cls_common::es_sent_report_html() - Fixed
608
-
609
- = 1.5 =
610
-
611
- * Bug fix on admin notification email for new subscribers.
612
-
613
- = 1.4 =
614
-
615
- * Scheduled published posts issue has been fixed (From this version onwards, Notification emails will be triggered for scheduled posts)
616
- * Bulk update option for subscribers group in admin view subscribers page.
617
-
618
- = 1.3 =
619
-
620
- * Fixed small error on mail compose page.
621
- * Added check for Already Confirmed emails. This is to prevent user clicking optin email link multiple time.
622
-
623
- = 1.2 =
624
-
625
- * Widget translation issue has been fixed
626
- * PHP warning message from Subscribers Export page has been removed.
627
-
628
- = 1.1 =
629
-
630
- * Subscriber admin page, Check ALL & Uncheck All bug fixed.
631
- * Updated Help documents.
632
-
633
- = 1.0 =
634
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
635
  * First version
1
+ === Email Subscribers & Newsletters ===
2
+ Contributors: storeapps, niravmehta, Mansi Shah, akash123dhawade
3
+ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=CPTHCDC382KVA
4
+ Author URI: http://www.storeapps.org/
5
+ Plugin URI: http://www.storeapps.org/
6
+ Tags: email, email sign-up, email marketing, email newsletter form, email signup, email widget, email newsletter, newsletter, newsletter form, newsletter marketing, newsletter plugin, newsletter sending, newsletter signup, newsletter widget, subscribe, subscribers, subscribe form, subscription, subscription form, subscription, plugin, send, sendmail, marketing, registration form, bulk, feedburner, form, iscrizione, list, mailup, signup, smtp, widget
7
+ Requires at least: 3.4
8
+ Tested up to: 4.6.1
9
+ Stable tag: 3.2
10
+ License: GPLv3
11
+
12
+ Add subscription forms on website, send HTML newsletters & automatically notify subscribers about new blog posts once it gets published.
13
+
14
+ == Description ==
15
+
16
+ Email Subscribers is a complete newsletter plugin which lets you **collect leads, send automated new blog post notification emails, create & send newsletters and also manage them all in one single place**.
17
+
18
+ > This works very well indeed... It **does all the necessary things for a newsletter/email list(s)**... **It is simple, clean, easy to engage, and looks good**... I was also easily able to do some styling on the input forms by adding its widget css into my child's style.css file and add and/or change some properties and values... Thanks much for making this available and staying on top of it... :-)
19
+ > - [crzyhrse](https://wordpress.org/support/topic/very-well-indeed)
20
+
21
+ ### Perfect Plugin for All your Newsletter Needs
22
+
23
+ Email Subscribers is a fully featured subscription plugin specially created keeping in mind all the needs and requirements of a **regular blogger, website owner, marketer and developers**. It helps you achieve all the things you need to build a list and keep them engaged within a single plugin.
24
+
25
+ **Easily Collect Leads On Your Website** : Insert a neat looking subscription anywhere on your website. This subscription box is beautifully designed and grabs audiences attention instantly.
26
+
27
+ **Send Automated Updates when a Post is published** : Save on time by automating the process of sending emails each time a blog post is published.
28
+
29
+ **Quickly Create, Schedule and Send Newsletters** : Create beautiful newsletters using the HTML editor and send them to your subscribers either manually or via cron.
30
+
31
+ > **Complete Plugin. Configured within 5 minutes. Works 100%**
32
+ I am very satisfied with this easy and complete plugin/widget. In 5 minutes or less I configured it and is working 100%. I had to delete what I was using from jetpack because it just stop working and I could not figured out why. So this one seems to be the right for me. Thanks
33
+ > - [Vsoraya](https://wordpress.org/support/topic/perfect-and-easy-9/)
34
+
35
+ ### Complete Feature List of Email Subscribers
36
+
37
+ * Send **notification emails** to subscribers when new posts are published.
38
+ * Option to **schedule mail (Cron job option)** or **send them manually**.
39
+ * **Collect customer emails by adding a subscription box (Widget/Shortcode/PHP Code)**.
40
+ * **Double Opt-in and Single Opt-in** facility for subscribers.
41
+ * **Email notification** to admin when user **signs up** (Optional).
42
+ * **Automatic welcome mail** to subscribers (Optional).
43
+ * **Unsubscribe link** in the mail.
44
+ * **Import/Export subscribers emails**.
45
+ * **HTML editor** to compose newsletters.
46
+ * Send newsletters.
47
+ * Sent **mail status** and when it was viewed.
48
+ * Support **localization or internationalization**.
49
+ * **Include/exclude categories** while sending a newsletter.
50
+ * **Ability to control user access** (Roles and Capabilities).
51
+ * Easy **Integration with [Icegram](https://wordpress.org/plugins/icegram/) and [Rainmaker](https://wordpress.org/plugins/icegram-rainmaker/)** plugin
52
+
53
+ > **Best Email Subscriber Plugin!!**
54
+ > I have tried quite a few subscribe by email type plugins and this by far blows them all out of the water. Beautiful emails and and great backend design for the admin. This works so nice and works well with SMTP solutions
55
+ > - [Mike Price](https://wordpress.org/support/topic/best-email-subscriber-plugin/)
56
+
57
+ ### Start Collecting Leads Anywhere on Your Website
58
+
59
+ Email subscribers lets you collect leads from anyplace on your website. You can either directly insert the subscription form as a shortcode, show it as a widget or simple add it to your site’s theme using php.
60
+
61
+ * **Shortcode for any posts or pages**
62
+
63
+ `[email-subscribers namefield="YES" desc="" group="Public"]`
64
+
65
+ * **Widget option**
66
+
67
+ Go to Dashboard->Appearance->Widgets. Drag and drop the Email Subscribers widget to your sidebar location.
68
+
69
+ * **Add directly in the theme**
70
+
71
+ `<?php es_subbox( $namefield = "YES", $desc = "", $group = "" ); ?>`
72
+
73
+ > Great Plugin
74
+ > Works as expected. Great way to build an email list on your own site. It allows my clients to manage their own lists via login. I love the automatic notifications to subscribers when new posts are created. Looking forward to a “premium” paid version that includes email templates.
75
+ > - [jj9617](https://wordpress.org/support/topic/great-plugin-10646/)
76
+
77
+ ### Send Automated Mails as soon as a New Blog Post is Published
78
+
79
+ As soon as you publish a new blogpost, email subscribers will automatically send the people on your list a notification, informing them about the new blogpost.
80
+
81
+ > **Great product and support**
82
+ > I highly recommend this product. It does everything it says it will do, is easily adaptable to your website, and Mansi’s level of support is fantastic. Unlike some of the other similar plugins, this one gives you total control over who requests to subscribe to your newsletter or blog.
83
+ > - [ForPm](https://wordpress.org/support/topic/great-product-and-support-11/)
84
+
85
+ ### It’s a One-time Setup
86
+
87
+ Once you setup a ‘New blogpost’ notification mail, you won’t have to look at it ever again. Email Subscribers will detect everytime a new blog article is published on your website and then send an notification email to your list informing them about the article.
88
+
89
+ > **Easy to use but super powerfull**
90
+ > **Easy to configure, tweak and manage**. And works like a charm
91
+ > - [Aleksander](https://wordpress.org/support/topic/easy-to-use-but-super-powerfull/)
92
+
93
+ ### Create Beautiful Newsletters Within Minutes
94
+
95
+ Email subscribers has a HTML editor which lets you create elegant newsletter, emails and send them to your subscribers. You can add images, infographics, links, content etc and make your newsletters engaging for your subscribers.
96
+
97
+ > **Impressive and simple**
98
+ > Found this plugin, most impressed, simple to set up, easy to use and the support is overwhelming
99
+ > - [Closeburn](https://wordpress.org/support/topic/impressive-and-simple/)
100
+
101
+ ### Send/Schedule Emails either Automatically or Manually
102
+
103
+ Using Email subscribers you can either choose to send the newsletters/ emails manually or schedule them using a cron job.
104
+
105
+ ### Detailed Documentation
106
+
107
+ Email subscribers has a vast, well documented series of article that can help you understand each feature in detail. Please go ahead and read it incase of any questions : [Email Subscribers Documentation](http://www.storeapps.org/knowledgebase_category/email-subscribers).
108
+
109
+ > **Hitman of email subscribing**
110
+ > the best plugin for getting subscribers.Combine it with any popup and you don’t need anything else.the help (FAQ) section is really detailed.
111
+ > - [DrowsyReader](https://wordpress.org/support/topic/hitman-of-email-subscribing/)
112
+
113
+ ### Friendly Approachable Support
114
+
115
+ Don’t believe it? Have a look at the review section. The support guys are friendly and ever willing to assist you with whatever be your query. Feel free to contact them with both pre-sales, after-sales questions.
116
+
117
+ > **Lightning support**
118
+ > Had 3 questions about the plugin, got extensive support with each one. Continue doing what you’re doing! Thanks a lot! 5/5
119
+ > - [DomLaurin](https://wordpress.org/support/topic/lightning-support/)
120
+
121
+ ### Get more benefits by using these free plugins
122
+
123
+ **Use Email Subscribers with it's Free Addon - Email Subscribers - Group Selector**
124
+
125
+ Use Email Subscribers with it's free Addon - [Email Subscribers - Group Selector](https://wordpress.org/plugins/email-subscribers-advanced-form/). It will extend Email Subscribers Form functionality by providing an grouping option right next to the form. The user can then subscribe to whichever group most appeals to him.
126
+
127
+ For example: Subscribe either to pop music or to rock music.
128
+
129
+ **Get more form styles using the Free Addon Rainmaker**
130
+
131
+ Email subscribers easily integrates with another light weight plugin called [Rainmaker](https://wordpress.org/plugins/icegram-rainmaker/stats/). This plugin provides you **multiple, beautiful form design templates**. It also **lets you redirect the user to another url as soon as they subscribe to your form**.
132
+
133
+ Using Rainmaker, you can extend the core features of Email subscribers making the forms even more useful and templates even more elegant.
134
+
135
+ ### Help Fellow WordPressers by Writing a Review
136
+
137
+ If you like Email Subscribers, please leave a [5 star](https://wordpress.org/support/view/plugin-reviews/email-subscribers?filter=5#postform) review on WordPress. That helps fellow website owners access Email Subscribers easily and benefit from it!
138
+
139
+ ### Translators
140
+
141
+ * Czech (cs_CZ) - Martin
142
+ * German (de_DE) - Vineet Talwar, Julia Genshirt, Marjellchen Sonne
143
+ * Spanish (es_ES) - David Bravo (bohemme)
144
+ * Dutch (nl_NL) - John van Halderen, Paul't Hoen
145
+ * Polish (pl_PL) - Witold
146
+ * Russian (ru_RU) - Grishin Alexander
147
+ * Serbian (sr_RS) - Ogi Djuraskovic
148
+ * Turkish (tr_TR) - [Erkan ORUÇ](http://designerkan.com/)
149
+
150
+ == Installation ==
151
+
152
+ Option 1:
153
+
154
+ 1. Go to WordPress Dashboard->Plugins->Add New
155
+ 2. Search Email Subscribers plugin using search option
156
+ 3. Find the plugin and click Install Now button
157
+ 4. After installation, click on Activate Plugin link to activate the plugin.
158
+
159
+ Option 2:
160
+
161
+ 1. Download the plugin email-subscribers.zip
162
+ 2. Unpack the email-subscribers.zip file and extract the email-subscribers folder
163
+ 3. Upload the plugin folder to your /wp-content/plugins/ directory
164
+ 4. Go to WordPress dashboard, click on Plugins from the menu
165
+ 5. Locate the Email Subscribers plugin and click on Activate link to activate the plugin.
166
+
167
+ Option 3:
168
+
169
+ 1. Download the plugin email-subscribers.zip
170
+ 2. Go to WordPress Dashboard->Plugins->Add New
171
+ 3. Click on Upload Plugin link from top
172
+ 4. Upload the downloaded email-subscribers.zip file and click on Install Now
173
+ 5. After installation, click on Activate Plugin link to activate the plugin.
174
+
175
+ == Frequently Asked Questions ==
176
+
177
+ = 1. How to install and activate Email Subscribers on multisite installation? =
178
+
179
+ Refer [here](http://www.storeapps.org/docs/es-how-to-install-and-activate-plugin-single-multisite/).
180
+
181
+ = 2. How to add subscription box to your website? =
182
+
183
+ Refer [here](http://www.storeapps.org/docs/es-how-to-add-subscription-box-to-website/).
184
+
185
+ = 3. How to Import and export email address? =
186
+
187
+ Refer [here](http://www.storeapps.org/docs/es-how-to-import-or-export-email-address-to-subscriber-list/).
188
+
189
+ = 4. How to modify Opt-in mail, Welcome mail, Admin mail contents? =
190
+
191
+ Refer [here](http://www.storeapps.org/docs/es-general-plugin-settings/).
192
+
193
+ = 5. How to change/update/translate any strings from the plugin? =
194
+
195
+ Refer steps from [here](http://www.storeapps.org/docs/es-how-to-change-update-translate-any-texts-from-email-subscribers/).
196
+
197
+ = 6. How to add unsubscribe link in emails? =
198
+
199
+ Refer [here](http://www.storeapps.org/docs/es-how-to-add-unsubscribe-link-in-emails/).
200
+
201
+ = 7. What are Static Templates and Dynamic Templates? =
202
+
203
+ Refer [here](http://www.storeapps.org/docs/es-what-are-static-templates-and-dynamic-templates/).
204
+
205
+ = 8. How to Compose and Send Static Newsletter Mails =
206
+
207
+ Refer [here](http://www.storeapps.org/docs/es-how-to-compose-and-send-static-newsletter-mails/).
208
+
209
+ = 9. How to Configure and Send notification emails to subscribers when new posts are published? =
210
+
211
+ Refer [here](http://www.storeapps.org/docs/es-how-to-configure-and-send-notification-emails-to-subscribers-when-new-posts-are-published/).
212
+
213
+ = 10. How to Send a sample new post notification email to testgroup/myself? =
214
+
215
+ Refer [here](http://www.storeapps.org/docs/how-to-send-a-sample-new-post-notification-email-to-testgroup-myself/).
216
+
217
+ = 11. How to check Sent mails? =
218
+
219
+ Refer [here](http://www.storeapps.org/docs/es-how-to-check-sent-mails/).
220
+
221
+ = 12. How to Add/Update Existing Subscribers Group? =
222
+
223
+ Refer [here](http://www.storeapps.org/docs/es-how-to-add-update-existing-subscribers-group/).
224
+
225
+ = 13. Emails are not being received by Subscribers =
226
+
227
+ Check steps from [here](http://www.storeapps.org/docs/es-new-post-notification-emails-are-not-being-received-by-subscribers/).
228
+
229
+ = 14. How to show subscribe form inside a popup? =
230
+
231
+ Refer [here](http://www.storeapps.org/docs/es-how-to-show-subscribe-form-inside-a-popup/).
232
+
233
+ = 15. How to use Rainmaker’s form in Email Subscribers? =
234
+
235
+ Refer [here](http://www.storeapps.org/docs/es-how-to-use-rainmakers-form-in-email-subscribers/).
236
+
237
+ = 16. How to Schedule Cron mails/auto mails? =
238
+
239
+ Refer [here](http://www.storeapps.org/docs/es-how-to-schedule-cron-mails/).
240
+
241
+ = 17. How to Schedule Cron Emails/auto emails for Email Subscribers in cPanel? =
242
+
243
+ Refer [here](http://www.storeapps.org/docs/es-how-to-schedule-cron-emails-in-cpanel/).
244
+
245
+ = 18. How to Schedule Cron Emails/auto emails in Parallels Plesk? =
246
+
247
+ Refer [here](http://www.storeapps.org/docs/es-how-to-schedule-cron-emails-in-parallels-plesk/).
248
+
249
+ = 19. What to do if Hosting doesn’t support Cron Jobs =
250
+
251
+ Refer [here](http://www.storeapps.org/docs/es-what-to-do-if-hosting-doesnt-support-cron-jobs/).
252
+
253
+ = 20. Email Subscribers FAQ =
254
+
255
+ Refer [here](http://www.storeapps.org/docs/es-faq/).
256
+
257
+ = 21. How to add group selection in front end subscription box =
258
+
259
+ Use [Email Subscribers - Group Selector](https://wordpress.org/plugins/email-subscribers-advanced-form/) add-on.
260
+
261
+ = How to install and activate the plugin? and How to setup subscription box widget? =
262
+
263
+ [youtube http://www.youtube.com/watch?v=xTlvNCTF46k]
264
+
265
+ = How to compose Newsletter and How to Send Newsletter Emails to subscribers? =
266
+
267
+ [youtube http://www.youtube.com/watch?v=_Gwxvs9oAIs]
268
+
269
+ = How to setup notification mail when news posts are published in the blog? =
270
+
271
+ [youtube http://www.youtube.com/watch?v=-qd4HvXRW7k]
272
+
273
+ = How to Import & Export email address? =
274
+
275
+ [youtube http://www.youtube.com/watch?v=SZEJCijAS1o]
276
+
277
+ == Screenshots ==
278
+
279
+ 1. Front Page - Subscription box
280
+
281
+ 2. Subscribers Management Admin page
282
+
283
+ 3. Compose Mail Admin page
284
+
285
+ 4. Notification Management Admin page
286
+
287
+ 5. Send Mail Admin page
288
+
289
+ 6. Cron Job Detailes Admin page (Schedule mail)
290
+
291
+ 7. Settings Admin page
292
+
293
+ 8. Roles and Capabilities Management Admin page
294
+
295
+ 9. Sent Mails Admin page
296
+
297
+ 10. Delivery Report Admin page
298
+
299
+ == Changelog ==
300
+
301
+ = 3.2 (26.09.2016) =
302
+
303
+ * New: Show the recipients count while sending static newsletters from Send Mail page
304
+ * New: Show Submission Date of subscribers on View Subscribers page
305
+ * New: Improved UI for Admin pages (Subscribers, Compose, Notification, Send Mail, Roles)
306
+ * New: Improved UI & Revised FAQ links for Help & Info page
307
+ * Fix: Security Check Failed error while sending static newsletters from Send Mail page
308
+ * Fix: Apostrophe in FROM name contains backslash escape character in emails
309
+ * Fix: Unable to update Subscribers group while editing Notification
310
+ * Fix: Failed to delete buffer while exporting the Subscriber list
311
+ * Fix: Use wp_get_referer() instead of $_SERVER['HTTP_REFERER'] while exporting email addresses ($_SERVER['HTTP_REFERER'] was not set on some servers)
312
+ * Fix: Presence of two content-type in email header was resulting in emails to bounce back in some cases
313
+ * Fix: Success notice was not visible when admin was saving / updating Roles
314
+ * Fix: Uncaught TypeError: Cannot read property 'es_email_mail' of undefined in Admin Roles page while updating Roles
315
+ * Fix: Made few strings translatable
316
+ * Update: Added pagination links on top in Sent Mail and Delivery Report page
317
+ * Update: Show 15 reports of emails sent on one page of Sent Mail page
318
+ * Update: Show 100 entries of subscribers on one page of Delivery Report page
319
+ * Update: Changed the confirmation text shown after subscriber successfully subscribes for Double Opt-In
320
+ * Update: Made text correction & improvements in many places
321
+ * Update: Updated POT file
322
+ * Update: Removed A-Z & 0-9 listings from View Subscriber & Send Mail page
323
+ * Update: Removed listing all subscribers emails on Send Mail page
324
+ * Update: Removed showing Database Id on View Subscribers page
325
+ * Update: Removed comments sync option from Sync Email page
326
+ * Update: Removed unnecessary view-group.js, roles.js & settings.js files
327
+ * Update: Translation for Czech (cs_CZ) language updated (Thanks to Martin)
328
+ * Update: Translation for Turkish (tr_TR) language updated (Thanks to Erkan ORUÇ)
329
+ * Update: Translation for Polish (pl_PL) language updated (Thanks to Witold)
330
+ * Update: Translation for Spanish (es_ES) language updated (Thanks to David Bravo)
331
+ * Update: Translation for Russian (ru_RU) language updated (Thanks to Grishin Alexander)
332
+ * Update: Translation for Dutch (nl_NL) language updated (Thanks to Maurice)
333
+ * Update: Code Indentation & Code Improvements
334
+
335
+ = 3.1.5 (21.07.2016) =
336
+
337
+ * New: Changed Notification Layout
338
+ * New: Created Check,Uncheck All Buttons while selecting categories on the Notification screen
339
+ * New: Translation for Czech (cs_CZ) language added (Thanks to Martin)
340
+ * Fix: Subscribers subscribing via [Rainmaker](https://wordpress.org/plugins/icegram-rainmaker/) were not receving confirmation emails
341
+ * Fix: Made few strings translatable
342
+ * Update: Text correction in few places
343
+ * Update: Updated POT file
344
+ * Update: Translation for Spanish (es_ES) language updated (Thanks to David Bravo)
345
+ * Update: Translation for Russian (ru_RU) language updated (Thanks to Grishin Alexander)
346
+ * Update: Translation for Polish (pl_PL) language updated (Thanks to Witold)
347
+ * Update: Translation for Turkish (tr_TR) language updated (Thanks to Erkan ORUÇ)
348
+ * Update: Translation for Tamil (ta) language deleted
349
+ * Update: Code Indentation & Code Improvements
350
+ * Tweak: Added div class for the subscribe, unsubscribe messages shown via emails
351
+
352
+ = 3.1.4 (02.06.2016) =
353
+
354
+ * New: Use [Rainmaker](https://wordpress.org/plugins/icegram-rainmaker/) form to collect Subscribers
355
+ * New: Setting to select featured image size when using ###POSTIMAGE### shortlink
356
+ * New: Translation for Spanish (es_ES) language added (Thanks to bohemme)
357
+ * Fix: Made few strings translatable
358
+ * Fix: Incorrect text domain in few places
359
+ * Update: Revised FAQ links in Help & Info page inside plugin
360
+ * Update: Updated POT file
361
+ * Update: Translation for Russian (ru_RU) language updated (Thanks to Alexander)
362
+ * Update: Translation for Turkish (tr_TR) language updated (Thanks to Erkan ORUC)
363
+ * Update: Text correction in few places
364
+ * Update: Code Indentation
365
+ * Tweak: Code improvements when using wp_enqueue_script
366
+ * Tweak: Do not allow admin to edit sample cron job url from Cron Mail Settings
367
+ * Tweak: CSS changes in Help & Info page inside plugin
368
+
369
+ = 3.1.3 (27.04.2016) =
370
+
371
+ * New: Added form tag to subscribe form
372
+ * Fix: Added missing charset to meta tag
373
+ * Update: Moved javascripts to footer
374
+ * Update: Translation for Serbian (sr_RS) language updated (Thanks to Ogi Djuraskovic)
375
+ * Update: Updated POT file
376
+
377
+ = 3.1.2 (22.03.2016) =
378
+
379
+ * New: You can now include Unsubscribe link in Welcome Email (Email Subscribers v3.1.2+)
380
+ * New: Welcome Page on activating Email Subscribers
381
+ * Fix: Shortcode not showing error messages upon user subscription
382
+ * Fix: Show full sized featured image when using ###POSTIMAGE### shortlink
383
+ * Fix: Can't edit settings in admin panel if SSL is enabled
384
+ * Update: Revised the FAQ's in Help & Info page inside plugin
385
+ * Update: Text correction in few places
386
+ * Update: Updated POT file
387
+ * Tweak: Do not allow admin to edit Subscribe, Unsubscribe link in admin settings
388
+
389
+ = 3.1.1 (08.03.2016) =
390
+
391
+ * Fix: call_user_func_array() expects parameter 1 to be a valid callback, function 'es_admin_option' not found or invalid function name
392
+ * Fix: Incorrect plugin name in admin dashboard
393
+ * Fix: Warnings in console on submitting subscription form in Chrome
394
+ * Update: Revised Help & Info page inside plugin
395
+ * Update: Added translation for missing texts
396
+ * Update: Updated POT file
397
+ * Tweaks: Minor tweaks
398
+
399
+ = 3.1 (09.02.2016) =
400
+
401
+ * New: Scripts and styles are now localized and can be translated
402
+ * Fix: Subscribe button not visible correctly in Chrome
403
+ * Update: Added POT file
404
+
405
+ = 3.0.1 (16.12.2015) =
406
+
407
+ * New contributor name has been added successfully.
408
+
409
+ = 3.0 =
410
+
411
+ * Tested upto 4.4
412
+
413
+ = 2.9.2 =
414
+
415
+ * Add-on plugin available for advanced subscribers form (Users can select interested group in subscribers form).
416
+ * Polish language file added in the language directory.
417
+ * Text Domain slug has been added for Language Packs.
418
+
419
+ = 2.9.1 =
420
+
421
+ * Fixed cross-site scripting vulnerabilities and a potential SQL injection.
422
+
423
+ = 2.9 =
424
+
425
+ * Tested upto 4.3
426
+ * Option available to add same email address to multiple group name
427
+ * Cron Mail option added. With this option you can schedule cron jobs for newsletter and notification emails. Using this cron option you can schedule mail (example 100 mails per hour)
428
+ * Group Name added in the export list.
429
+ * Mail Type option has been added in the Send Mail admin page. With this option you can add the mails into cron job or you can send the mail immediately.
430
+ * Notification Status option has been added in the notification setup page. With this option you can add notification mails into cron job or you can send the mail immediately when new post is published.
431
+ * Group name filter has been added in the subscriber admin page.
432
+
433
+ = 2.8 =
434
+
435
+ * Tested upto 4.2
436
+ * Fixed warning message bug on Roles page
437
+ * Sync Email option has been added in the subscribers admin page. with this option all newly registered email address will be synced automatically into the plugin subscribers group.
438
+
439
+ = 2.7 =
440
+
441
+ * Up to plugin version 2.6 only administrator level users can manage this plugin in dashboard. From this version I have introduced new feature called Roles. The user role can be selected using this Roles Menu. For example, If you want to give Send Email feature to Editor. Go to plugin Roles menu using administrator login and select Editor role to Send Email Menu, So that your Editor level user can access plugin Send Email menu to publish newsletter emails.
442
+
443
+ = 2.6 =
444
+
445
+ * Added new option in the Email Import page to select Email Status and Email Group. with this option you can select (or create) group name and emails status when you import the email address.
446
+
447
+ = 2.5 =
448
+
449
+ * Now plugin supports custom post type. i.e. With this plugin, you can able to send automatic newsletter/notification emails when you publish custom posts.
450
+
451
+ = 2.4 =
452
+
453
+ * Tested upto 4.1
454
+ * Fixed special character bug on Sender of Notification FROM email name.
455
+
456
+ = 2.3 =
457
+
458
+ * This warning issue has been fixed (Warning: call_user_func_array() expects parameter 1 to be a valid callback, function 'es_admin_option' not found or invalid function name)
459
+
460
+ = 2.2 =
461
+
462
+ * Warning message issue has been fix on notification mails. previously $post object was submitted to notification mail method without filtering post_id.
463
+ * Added new keywords ###POSTLINK-ONLY###, ###POSTLINK-WITHTITLE### for notification mail content.
464
+ ###POSTLINK-ONLY### - Use this key word to add post link in the mail content (Post link cannot be clickable)
465
+ ###POSTLINK-WITHTITLE### - Use this key word to display post link with title (Clickable post title)
466
+ ###POSTLINK### - Use this key word to display clickable post link.
467
+
468
+ = 2.1 =
469
+
470
+ * In view subscribers admin page, Filter option and paging moved to the top right corner (Previous version it was in bottom).
471
+ * Plugin tested for multisite installation blogs.
472
+
473
+ = 2.0 =
474
+
475
+ * Tested up to WordPress 4.0
476
+ * In view subscribers admin page, new option added to filter the email address based on status.
477
+ * Paging option added on view subscribers admin page. In default it will show only first 200 emails, you have drop down box to navigate another page (i.e. 201 to 400 emails etc..).
478
+ * Warning message fix on email address import page (i.e Strict standards: Only variables should be passed by reference) - Fixed
479
+
480
+ = 1.9 =
481
+
482
+ * New option added in admin setting page to update Sent Mail Report Subject/Content. For each newsletter mail and notification mail, plugin will send one report mail to admin with default content. Now with this option, admin can update that default mail content.
483
+
484
+ = 1.8 =
485
+
486
+ * Bug fixed on Double Opt-In welcome mail check (Previously it was not checking admin setting for welcome mail).
487
+ * Tested up to WordPress 3.9.2
488
+
489
+ = 1.7 =
490
+
491
+ * Bug fixed on individual subscriber delete option.
492
+ * Bug fixed on individual subscriber resend confirmation mail option.
493
+
494
+ = 1.6 =
495
+
496
+ * Bug fix on Send Mail/Notification warning message (i.e Call to undefined method issue has been fixed)
497
+ * Call to undefined method es_cls_common::es_sent_report_plain() - Fixed
498
+ * Call to undefined method es_cls_common::es_sent_report_html() - Fixed
499
+
500
+ = 1.5 =
501
+
502
+ * Bug fix on admin notification email for new subscribers.
503
+
504
+ = 1.4 =
505
+
506
+ * Scheduled published posts issue has been fixed (From this version onwards, Notification emails will be triggered for scheduled posts)
507
+ * Bulk update option for subscribers group in admin view subscribers page.
508
+
509
+ = 1.3 =
510
+
511
+ * Fixed small error on mail compose page.
512
+ * Added check for Already Confirmed emails. This is to prevent user clicking optin email link multiple time.
513
+
514
+ = 1.2 =
515
+
516
+ * Widget translation issue has been fixed
517
+ * PHP warning message from Subscribers Export page has been removed.
518
+
519
+ = 1.1 =
520
+
521
+ * Subscriber admin page, Check ALL & Uncheck All bug fixed.
522
+ * Updated Help documents.
523
+
524
+ = 1.0 =
525
+
526
+ * First version
527
+
528
+ == Upgrade Notice ==
529
+
530
+ = 3.2 (26.09.2016) =
531
+
532
+ * New: Show the recipients count while sending static newsletters from Send Mail page
533
+ * New: Show Submission Date of subscribers on View Subscribers page
534
+ * New: Improved UI for Admin pages (Subscribers, Compose, Notification, Send Mail, Roles)
535
+ * New: Improved UI & Revised FAQ links for Help & Info page
536
+ * Fix: Security Check Failed error while sending static newsletters from Send Mail page
537
+ * Fix: Apostrophe in FROM name contains backslash escape character in emails
538
+ * Fix: Unable to update Subscribers group while editing Notification
539
+ * Fix: Failed to delete buffer while exporting the Subscriber list
540
+ * Fix: Use wp_get_referer() instead of $_SERVER['HTTP_REFERER'] while exporting email addresses ($_SERVER['HTTP_REFERER'] was not set on some servers)
541
+ * Fix: Presence of two content-type in email header was resulting in emails to bounce back in some cases
542
+ * Fix: Success notice was not visible when admin was saving / updating Roles
543
+ * Fix: Uncaught TypeError: Cannot read property 'es_email_mail' of undefined in Admin Roles page while updating Roles
544
+ * Fix: Made few strings translatable
545
+ * Update: Added pagination links on top in Sent Mail and Delivery Report page
546
+ * Update: Show 15 reports of emails sent on one page of Sent Mail page
547
+ * Update: Show 100 entries of subscribers on one page of Delivery Report page
548
+ * Update: Changed the confirmation text shown after subscriber successfully subscribes for Double Opt-In
549
+ * Update: Made text correction & improvements in many places
550
+ * Update: Updated POT file
551
+ * Update: Removed A-Z & 0-9 listings from View Subscriber & Send Mail page
552
+ * Update: Removed listing all subscribers emails on Send Mail page
553
+ * Update: Removed showing Database Id on View Subscribers page
554
+ * Update: Removed comments sync option from Sync Email page
555
+ * Update: Removed unnecessary view-group.js, roles.js & settings.js files
556
+ * Update: Translation for Czech (cs_CZ) language updated (Thanks to Martin)
557
+ * Update: Translation for Turkish (tr_TR) language updated (Thanks to Erkan ORUÇ)
558
+ * Update: Translation for Polish (pl_PL) language updated (Thanks to Witold)
559
+ * Update: Translation for Spanish (es_ES) language updated (Thanks to David Bravo)
560
+ * Update: Translation for Russian (ru_RU) language updated (Thanks to Grishin Alexander)
561
+ * Update: Translation for Dutch (nl_NL) language updated (Thanks to Maurice)
562
+ * Update: Code Indentation & Code Improvements
563
+
564
+ = 3.1.5 (21.07.2016) =
565
+
566
+ * New: Changed Notification Layout
567
+ * New: Created Check,Uncheck All Buttons while selecting categories on the Notification screen
568
+ * New: Translation for Czech (cs_CZ) language added (Thanks to Martin)
569
+ * Fix: Subscribers subscribing via [Rainmaker](https://wordpress.org/plugins/icegram-rainmaker/) were not receving confirmation emails
570
+ * Fix: Made few strings translatable
571
+ * Update: Text correction in few places
572
+ * Update: Updated POT file
573
+ * Update: Translation for Spanish (es_ES) language updated (Thanks to David Bravo)
574
+ * Update: Translation for Russian (ru_RU) language updated (Thanks to Grishin Alexander)
575
+ * Update: Translation for Polish (pl_PL) language updated (Thanks to Witold)
576
+ * Update: Translation for Turkish (tr_TR) language updated (Thanks to Erkan ORUÇ)
577
+ * Update: Translation for Tamil (ta) language deleted
578
+ * Update: Code Indentation & Code Improvements
579
+ * Tweak: Added div class for the subscribe, unsubscribe messages shown via emails
580
+
581
+ = 3.1.4 (02.06.2016) =
582
+
583
+ * New: Use [Rainmaker](https://wordpress.org/plugins/icegram-rainmaker/) form to collect Subscribers
584
+ * New: Setting to select featured image size when using ###POSTIMAGE### shortlink
585
+ * New: Translation for Spanish (es_ES) language added (Thanks to bohemme)
586
+ * Fix: Made few strings translatable
587
+ * Fix: Incorrect text domain in few places
588
+ * Update: Revised FAQ links in Help & Info page inside plugin
589
+ * Update: Updated POT file
590
+ * Update: Translation for Russian (ru_RU) language updated (Thanks to Alexander)
591
+ * Update: Translation for Turkish (tr_TR) language updated (Thanks to Erkan ORUC)
592
+ * Update: Text correction in few places
593
+ * Update: Code Indentation
594
+ * Tweak: Code improvements when using wp_enqueue_script
595
+ * Tweak: Do not allow admin to edit sample cron job url from Cron Mail Settings
596
+ * Tweak: CSS changes in Help & Info page inside plugin
597
+
598
+ = 3.1.3 (27.04.2016) =
599
+
600
+ * New: Added form tag to subscribe form
601
+ * Fix: Added missing charset to meta tag
602
+ * Update: Moved javascripts to footer
603
+ * Update: Translation for Serbian (sr_RS) language updated (Thanks to Ogi Djuraskovic)
604
+ * Update: Updated POT file
605
+
606
+ = 3.1.2 (22.03.2016) =
607
+
608
+ * New: You can now include Unsubscribe link in Welcome Email (Email Subscribers v3.1.2+)
609
+ * New: Welcome Page on activating Email Subscribers
610
+ * Fix: Shortcode not showing error messages upon user subscription
611
+ * Fix: Show full sized featured image when using ###POSTIMAGE### shortlink
612
+ * Fix: Can't edit settings in admin panel if SSL is enabled
613
+ * Update: Revised the FAQ's in Help & Info page inside plugin
614
+ * Update: Text correction in few places
615
+ * Update: Updated POT file
616
+ * Tweak: Do not allow admin to edit Subscribe, Unsubscribe link in admin settings
617
+
618
+ = 3.1.1 (08.03.2016) =
619
+
620
+ * Fix: call_user_func_array() expects parameter 1 to be a valid callback, function 'es_admin_option' not found or invalid function name
621
+ * Fix: Incorrect plugin name in admin dashboard
622
+ * Fix: Warnings in console on submitting subscription form in Chrome
623
+ * Update: Revised Help & Info page inside plugin
624
+ * Update: Added translation for missing texts
625
+ * Update: Updated POT file
626
+ * Tweaks: Minor tweaks
627
+
628
+ = 3.1 (09.02.2016) =
629
+
630
+ * New: Scripts and styles are now localized and can be translated
631
+ * Fix: Subscribe button not visible correctly in Chrome
632
+ * Update: Added POT file
633
+
634
+ = 3.0.1 (16.12.2015) =
635
+
636
+ * New contributor name has been added successfully.
637
+
638
+ = 3.0 =
639
+
640
+ * Tested upto 4.4
641
+
642
+ = 2.9.2 =
643
+
644
+ * Add-on plugin available for advanced subscribers form (Users can select interested group in subscribers form).
645
+ * Polish language file added in the language directory.
646
+ * Text Domain slug has been added for Language Packs.
647
+
648
+ = 2.9.1 =
649
+
650
+ * Fixed cross-site scripting vulnerabilities and a potential SQL injection.
651
+
652
+ = 2.9 =
653
+
654
+ * Tested upto 4.3
655
+ * Option available to add same email address to multiple group name
656
+ * Cron Mail option added. With this option you can schedule cron jobs for newsletter and notification emails. Using this cron option you can schedule mail (example 100 mails per hour)
657
+ * Group Name added in the export list.
658
+ * Mail Type option has been added in the Send Mail admin page. With this option you can add the mails into cron job or you can send the mail immediately.
659
+ * Notification Status option has been added in the notification setup page. With this option you can add notification mails into cron job or you can send the mail immediately when new post is published.
660
+ * Group name filter has been added in the subscriber admin page.
661
+
662
+ = 2.8 =
663
+
664
+ * Tested upto 4.2
665
+ * Fixed warning message bug on Roles page
666
+ * Sync Email option has been added in the subscribers admin page. with this option all newly registered email address will be synced automatically into the plugin subscribers group.
667
+
668
+ = 2.7 =
669
+
670
+ * Up to plugin version 2.6 only administrator level users can manage this plugin in dashboard. From this version I have introduced new feature called Roles. The user role can be selected using this Roles Menu. For example, If you want to give Send Email feature to Editor. Go to plugin Roles menu using administrator login and select Editor role to Send Email Menu, So that your Editor level user can access plugin Send Email menu to publish newsletter emails.
671
+
672
+ = 2.6 =
673
+
674
+ * Added new option in the Email Import page to select Email Status and Email Group. with this option you can select (or create) group name and emails status when you import the email address.
675
+
676
+ = 2.5 =
677
+
678
+ * Now plugin supports custom post type. i.e. With this plugin, you can able to send automatic newsletter/notification emails when you publish custom posts.
679
+
680
+ = 2.4 =
681
+
682
+ * Tested upto 4.1
683
+ * Fixed special character bug on Sender of Notification FROM email name.
684
+
685
+ = 2.3 =
686
+
687
+ * This warning issue has been fixed (Warning: call_user_func_array() expects parameter 1 to be a valid callback, function 'es_admin_option' not found or invalid function name)
688
+
689
+ = 2.2 =
690
+
691
+ * Warning message issue has been fix on notification mails. previously $post object was submitted to notification mail method without filtering post_id.
692
+ * Added new keywords ###POSTLINK-ONLY###, ###POSTLINK-WITHTITLE### for notification mail content.
693
+ ###POSTLINK-ONLY### - Use this key word to add post link in the mail content (Post link cannot be clickable)
694
+ ###POSTLINK-WITHTITLE### - Use this key word to display post link with title (Clickable post title)
695
+ ###POSTLINK### - Use this key word to display clickable post link.
696
+
697
+ = 2.1 =
698
+
699
+ * In view subscribers admin page, Filter option and paging moved to the top right corner (Previous version it was in bottom).
700
+ * Plugin tested for multisite installation blogs.
701
+
702
+ = 2.0 =
703
+
704
+ * Tested up to WordPress 4.0
705
+ * In view subscribers admin page, new option added to filter the email address based on status.
706
+ * Paging option added on view subscribers admin page. In default it will show only first 200 emails, you have drop down box to navigate another page (i.e. 201 to 400 emails etc..).
707
+ * Warning message fix on email address import page (i.e Strict standards: Only variables should be passed by reference) - Fixed
708
+
709
+ = 1.9 =
710
+
711
+ * New option added in admin setting page to update Sent Mail Report Subject/Content. For each newsletter mail and notification mail, plugin will send one report mail to admin with default content. Now with this option, admin can update that default mail content.
712
+
713
+ = 1.8 =
714
+
715
+ * Bug fixed on Double Opt-In welcome mail check (Previously it was not checking admin setting for welcome mail).
716
+ * Tested up to WordPress 3.9.2
717
+
718
+ = 1.7 =
719
+
720
+ * Bug fixed on individual subscriber delete option.
721
+ * Bug fixed on individual subscriber resend confirmation mail option.
722
+
723
+ = 1.6 =
724
+
725
+ * Bug fix on Send Mail/Notification warning message (i.e Call to undefined method issue has been fixed)
726
+ * Call to undefined method es_cls_common::es_sent_report_plain() - Fixed
727
+ * Call to undefined method es_cls_common::es_sent_report_html() - Fixed
728
+
729
+ = 1.5 =
730
+
731
+ * Bug fix on admin notification email for new subscribers.
732
+
733
+ = 1.4 =
734
+
735
+ * Scheduled published posts issue has been fixed (From this version onwards, Notification emails will be triggered for scheduled posts)
736
+ * Bulk update option for subscribers group in admin view subscribers page.
737
+
738
+ = 1.3 =
739
+
740
+ * Fixed small error on mail compose page.
741
+ * Added check for Already Confirmed emails. This is to prevent user clicking optin email link multiple time.
742
+
743
+ = 1.2 =
744
+
745
+ * Widget translation issue has been fixed
746
+ * PHP warning message from Subscribers Export page has been removed.
747
+
748
+ = 1.1 =
749
+
750
+ * Subscriber admin page, Check ALL & Uncheck All bug fixed.
751
+ * Updated Help documents.
752
+
753
+ = 1.0 =
754
+
755
  * First version
roles/roles-add.php CHANGED
@@ -46,7 +46,12 @@ if(preg_match('#' . basename(__FILE__) . '#', $_SERVER['PHP_SELF'])) {
46
 
47
  // No errors found, we can add this Group to the table
48
  if ($es_error_found == FALSE) {
49
- update_option('es_c_rolesandcapabilities', $form );
 
 
 
 
 
50
 
51
  // Reset the form fields
52
  $form = array(
@@ -75,14 +80,19 @@ if(preg_match('#' . basename(__FILE__) . '#', $_SERVER['PHP_SELF'])) {
75
  if ($es_error_found == TRUE && isset($es_errors[0]) == TRUE) {
76
  ?>
77
  <div class="error fade">
78
- <p><strong><?php echo $es_errors[0]; ?></strong></p>
 
 
79
  </div>
80
  <?php
81
  }
 
82
  if ($es_error_found == FALSE && isset($es_success[0]) == TRUE) {
83
  ?>
84
  <div class="updated fade">
85
- <p><strong><?php echo $es_success; ?></strong></p>
 
 
86
  </div>
87
  <?php
88
  }
@@ -91,72 +101,107 @@ if(preg_match('#' . basename(__FILE__) . '#', $_SERVER['PHP_SELF'])) {
91
  <div class="form-wrap">
92
  <div id="icon-plugins" class="icon32"></div>
93
  <h2><?php echo __( ES_PLUGIN_DISPLAY, ES_TDOMAIN ); ?></h2>
94
- <form name="form_roles" method="post" action="#" onsubmit="return _es_addroles()" >
95
- <h3 class="title"><?php echo __( 'Roles and Capabilities', ES_TDOMAIN ); ?></h3>
96
-
97
- <label for="tag-image"><?php echo __( 'Subscribers Menu', ES_TDOMAIN ); ?></label>
98
- <select name="es_roles_subscriber" id="es_roles_subscriber">
99
- <option value='manage_options' <?php if($es_roles_subscriber == 'manage_options') { echo "selected='selected'" ; } ?>><?php echo __( 'Administrator Only', ES_TDOMAIN ); ?></option>
100
- <option value='edit_others_pages' <?php if($es_roles_subscriber == 'edit_others_pages') { echo "selected='selected'" ; } ?>><?php echo __( 'Administrator/Editor', ES_TDOMAIN ); ?></option>
101
- <option value='edit_posts' <?php if($es_roles_subscriber == 'edit_posts') { echo "selected='selected'" ; } ?>><?php echo __( 'Administrator/Editor/Author/Contributor', ES_TDOMAIN ); ?></option>
102
- </select>
103
- <p><?php echo __( 'Select user role to access plugin Subscribers Menu. Only Admin user can change this value.', ES_TDOMAIN ); ?></p>
104
-
105
- <label for="tag-image"><?php echo __( 'Compose Menu', ES_TDOMAIN ); ?></label>
106
- <select name="es_roles_mail" id="es_roles_mail">
107
- <option value='manage_options' <?php if($es_roles_mail == 'manage_options') { echo "selected='selected'" ; } ?>><?php echo __( 'Administrator Only', ES_TDOMAIN ); ?></option>
108
- <option value='edit_others_pages' <?php if($es_roles_mail == 'edit_others_pages') { echo "selected='selected'" ; } ?>><?php echo __( 'Administrator/Editor', ES_TDOMAIN ); ?></option>
109
- <option value='edit_posts' <?php if($es_roles_mail == 'edit_posts') { echo "selected='selected'" ; } ?>><?php echo __( 'Administrator/Editor/Author/Contributor', ES_TDOMAIN ); ?></option>
110
- </select>
111
- <p><?php echo __( 'Select user role to access plugin Compose Menu. Only Admin user can change this value.', ES_TDOMAIN ); ?></p>
112
-
113
- <label for="tag-display-status"><?php echo __( 'Notification Menu', ES_TDOMAIN ); ?></label>
114
- <select name="es_roles_notification" id="es_roles_notification">
115
- <option value='manage_options' <?php if($es_roles_notification == 'manage_options') { echo "selected='selected'" ; } ?>><?php echo __( 'Administrator Only', ES_TDOMAIN ); ?></option>
116
- <option value='edit_others_pages' <?php if($es_roles_notification == 'edit_others_pages') { echo "selected='selected'" ; } ?>><?php echo __( 'Administrator/Editor', ES_TDOMAIN ); ?></option>
117
- <option value='edit_posts' <?php if($es_roles_notification == 'edit_posts') { echo "selected='selected'" ; } ?>><?php echo __( 'Administrator/Editor/Author/Contributor', ES_TDOMAIN ); ?></option>
118
- </select>
119
- <p><?php echo __( 'Select user role to access plugin Notification Menu. Only Admin user can change this value.', ES_TDOMAIN ); ?></p>
120
-
121
- <label for="tag-display-status"><?php echo __( 'Send Email Menu/Cron Menu', ES_TDOMAIN ); ?></label>
122
- <select name="es_roles_sendmail" id="es_roles_sendmail">
123
- <option value='manage_options' <?php if($es_roles_sendmail == 'manage_options') { echo "selected='selected'" ; } ?>><?php echo __( 'Administrator Only', ES_TDOMAIN ); ?></option>
124
- <option value='edit_others_pages' <?php if($es_roles_sendmail == 'edit_others_pages') { echo "selected='selected'" ; } ?>><?php echo __( 'Administrator/Editor', ES_TDOMAIN ); ?></option>
125
- <option value='edit_posts' <?php if($es_roles_sendmail == 'edit_posts') { echo "selected='selected'" ; } ?>><?php echo __( 'Administrator/Editor/Author/Contributor', ES_TDOMAIN ); ?></option>
126
- </select>
127
- <p><?php echo __( 'Select user role to access plugin Send Email Menu. Only Admin user can change this value.', ES_TDOMAIN ); ?></p>
128
-
129
- <label for="tag-display-status"><?php echo __( 'Settings Menu', ES_TDOMAIN ); ?></label>
130
- <select name="es_roles_setting" id="es_roles_setting">
131
- <option value='manage_options' <?php if($es_roles_setting == 'manage_options') { echo "selected='selected'" ; } ?>><?php echo __( 'Administrator Only', ES_TDOMAIN ); ?></option>
132
- <option value='edit_others_pages' <?php if($es_roles_setting == 'edit_others_pages') { echo "selected='selected'" ; } ?>><?php echo __( 'Administrator/Editor', ES_TDOMAIN ); ?></option>
133
- <option value='edit_posts' <?php if($es_roles_setting == 'edit_posts') { echo "selected='selected'" ; } ?>><?php echo __( 'Administrator/Editor/Author/Contributor', ES_TDOMAIN ); ?></option>
134
- </select>
135
- <p><?php echo __( 'Select user role to access plugin Settings Menu. Only Admin user can change this value.', ES_TDOMAIN ); ?></p>
136
-
137
- <label for="tag-display-status"><?php echo __( 'Sent Mails Menu', ES_TDOMAIN ); ?></label>
138
- <select name="es_roles_sentmail" id="es_roles_sentmail">
139
- <option value='manage_options' <?php if($es_roles_sentmail == 'manage_options') { echo "selected='selected'" ; } ?>><?php echo __( 'Administrator Only', ES_TDOMAIN ); ?></option>
140
- <option value='edit_others_pages' <?php if($es_roles_sentmail == 'edit_others_pages') { echo "selected='selected'" ; } ?>><?php echo __( 'Administrator/Editor', ES_TDOMAIN ); ?></option>
141
- <option value='edit_posts' <?php if($es_roles_sentmail == 'edit_posts') { echo "selected='selected'" ; } ?>><?php echo __( 'Administrator/Editor/Author/Contributor', ES_TDOMAIN ); ?></option>
142
- </select>
143
- <p><?php echo __( 'Select user role to access plugin Sent Mails Menu. Only Admin user can change this value.', ES_TDOMAIN ); ?></p>
144
-
145
- <label for="tag-display-status"><?php echo __( 'Help & Info Menu', ES_TDOMAIN ); ?></label>
146
- <select name="es_roles_help" id="es_roles_help">
147
- <option value='manage_options' <?php if($es_roles_help == 'manage_options') { echo "selected='selected'" ; } ?>><?php echo __( 'Administrator Only', ES_TDOMAIN ); ?></option>
148
- <option value='edit_others_pages' <?php if($es_roles_help == 'edit_others_pages') { echo "selected='selected'" ; } ?>><?php echo __( 'Administrator/Editor', ES_TDOMAIN ); ?></option>
149
- <option value='edit_posts' <?php if($es_roles_help == 'edit_posts') { echo "selected='selected'" ; } ?>><?php echo __( 'Administrator/Editor/Author/Contributor', ES_TDOMAIN ); ?></option>
150
- </select>
151
- <p><?php echo __( 'Select user role to access plugin Help & Info Menu. Only Admin user can change this value.', ES_TDOMAIN ); ?></p>
152
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
153
  <input type="hidden" name="es_form_submit" value="yes"/>
154
- <div style="padding-top:5px;"></div>
155
- <p>
156
- <input name="publish" lang="publish" class="button add-new-h2" value="<?php echo __( 'Submit', ES_TDOMAIN ); ?>" type="submit" />
157
- <input name="publish" lang="publish" class="button add-new-h2" onclick="_es_redirect()" value="<?php echo __( 'Cancel', ES_TDOMAIN ); ?>" type="button" />
158
- <input name="Help" lang="publish" class="button add-new-h2" onclick="_es_help()" value="<?php echo __( 'Help', ES_TDOMAIN ); ?>" type="button" />
159
  </p>
 
160
  <?php wp_nonce_field('es_roles_add'); ?>
161
  </form>
162
  </div>
46
 
47
  // No errors found, we can add this Group to the table
48
  if ($es_error_found == FALSE) {
49
+ $action = false;
50
+ $action = update_option( 'es_c_rolesandcapabilities', $form );
51
+ if($action) {
52
+ $es_success = __( 'Role Updated. ', ES_TDOMAIN );
53
+ }
54
+
55
 
56
  // Reset the form fields
57
  $form = array(
80
  if ($es_error_found == TRUE && isset($es_errors[0]) == TRUE) {
81
  ?>
82
  <div class="error fade">
83
+ <p><strong>
84
+ <?php echo $es_errors[0]; ?>
85
+ </strong></p>
86
  </div>
87
  <?php
88
  }
89
+
90
  if ($es_error_found == FALSE && isset($es_success[0]) == TRUE) {
91
  ?>
92
  <div class="updated fade">
93
+ <p><strong>
94
+ <?php echo $es_success; ?>
95
+ </strong></p>
96
  </div>
97
  <?php
98
  }
101
  <div class="form-wrap">
102
  <div id="icon-plugins" class="icon32"></div>
103
  <h2><?php echo __( ES_PLUGIN_DISPLAY, ES_TDOMAIN ); ?></h2>
104
+ <h3 class="title">
105
+ <?php echo __( 'Roles and Capabilities', ES_TDOMAIN ); ?>
106
+ <a class="add-new-h2" target="_blank" type="button" href="<?php echo ES_FAV; ?>"><?php echo __( 'Help', ES_TDOMAIN ); ?></a>
107
+ </h3>
108
+ <p>
109
+ <?php echo __( 'Select user roles who can access following menus. Only Admin can change this.', ES_TDOMAIN ); ?>
110
+ </p>
111
+ <form name="form_roles" method="post" action="#">
112
+ <table class="form-table">
113
+ <tbody>
114
+ <tr>
115
+ <th scope="row">
116
+ <label for="tag-image"><?php echo __( 'Subscribers Menu', ES_TDOMAIN ); ?></label>
117
+ </th>
118
+ <td>
119
+ <select name="es_roles_subscriber" id="es_roles_subscriber">
120
+ <option value='manage_options' <?php if($es_roles_subscriber == 'manage_options') { echo "selected='selected'" ; } ?>><?php echo __( 'Administrator Only', ES_TDOMAIN ); ?></option>
121
+ <option value='edit_others_pages' <?php if($es_roles_subscriber == 'edit_others_pages') { echo "selected='selected'" ; } ?>><?php echo __( 'Administrator/Editor', ES_TDOMAIN ); ?></option>
122
+ <option value='edit_posts' <?php if($es_roles_subscriber == 'edit_posts') { echo "selected='selected'" ; } ?>><?php echo __( 'Administrator/Editor/Author/Contributor', ES_TDOMAIN ); ?></option>
123
+ </select>
124
+ </td>
125
+ </tr>
126
+ <tr>
127
+ <th scope="row">
128
+ <label for="tag-image"><?php echo __( 'Compose Menu', ES_TDOMAIN ); ?></label>
129
+ </th>
130
+ <td>
131
+ <select name="es_roles_mail" id="es_roles_mail">
132
+ <option value='manage_options' <?php if($es_roles_mail == 'manage_options') { echo "selected='selected'" ; } ?>><?php echo __( 'Administrator Only', ES_TDOMAIN ); ?></option>
133
+ <option value='edit_others_pages' <?php if($es_roles_mail == 'edit_others_pages') { echo "selected='selected'" ; } ?>><?php echo __( 'Administrator/Editor', ES_TDOMAIN ); ?></option>
134
+ <option value='edit_posts' <?php if($es_roles_mail == 'edit_posts') { echo "selected='selected'" ; } ?>><?php echo __( 'Administrator/Editor/Author/Contributor', ES_TDOMAIN ); ?></option>
135
+ </select>
136
+ </td>
137
+ </tr>
138
+ <tr>
139
+ <th scope="row">
140
+ <label for="tag-image"><?php echo __( 'Notification Menu', ES_TDOMAIN ); ?></label>
141
+ </th>
142
+ <td>
143
+ <select name="es_roles_notification" id="es_roles_notification">
144
+ <option value='manage_options' <?php if($es_roles_notification == 'manage_options') { echo "selected='selected'" ; } ?>><?php echo __( 'Administrator Only', ES_TDOMAIN ); ?></option>
145
+ <option value='edit_others_pages' <?php if($es_roles_notification == 'edit_others_pages') { echo "selected='selected'" ; } ?>><?php echo __( 'Administrator/Editor', ES_TDOMAIN ); ?></option>
146
+ <option value='edit_posts' <?php if($es_roles_notification == 'edit_posts') { echo "selected='selected'" ; } ?>><?php echo __( 'Administrator/Editor/Author/Contributor', ES_TDOMAIN ); ?></option>
147
+ </select>
148
+ </td>
149
+ </tr>
150
+ <tr>
151
+ <th scope="row">
152
+ <label for="tag-image"><?php echo __( 'Send Email Menu/Cron Menu', ES_TDOMAIN ); ?></label>
153
+ </th>
154
+ <td>
155
+ <select name="es_roles_sendmail" id="es_roles_sendmail">
156
+ <option value='manage_options' <?php if($es_roles_sendmail == 'manage_options') { echo "selected='selected'" ; } ?>><?php echo __( 'Administrator Only', ES_TDOMAIN ); ?></option>
157
+ <option value='edit_others_pages' <?php if($es_roles_sendmail == 'edit_others_pages') { echo "selected='selected'" ; } ?>><?php echo __( 'Administrator/Editor', ES_TDOMAIN ); ?></option>
158
+ <option value='edit_posts' <?php if($es_roles_sendmail == 'edit_posts') { echo "selected='selected'" ; } ?>><?php echo __( 'Administrator/Editor/Author/Contributor', ES_TDOMAIN ); ?></option>
159
+ </select>
160
+ </td>
161
+ </tr>
162
+ <tr>
163
+ <th scope="row">
164
+ <label for="tag-image"><?php echo __( 'Settings Menu', ES_TDOMAIN ); ?></label>
165
+ </th>
166
+ <td>
167
+ <select name="es_roles_setting" id="es_roles_setting">
168
+ <option value='manage_options' <?php if($es_roles_setting == 'manage_options') { echo "selected='selected'" ; } ?>><?php echo __( 'Administrator Only', ES_TDOMAIN ); ?></option>
169
+ <option value='edit_others_pages' <?php if($es_roles_setting == 'edit_others_pages') { echo "selected='selected'" ; } ?>><?php echo __( 'Administrator/Editor', ES_TDOMAIN ); ?></option>
170
+ <option value='edit_posts' <?php if($es_roles_setting == 'edit_posts') { echo "selected='selected'" ; } ?>><?php echo __( 'Administrator/Editor/Author/Contributor', ES_TDOMAIN ); ?></option>
171
+ </select>
172
+ </td>
173
+ </tr>
174
+ <tr>
175
+ <th scope="row">
176
+ <label for="tag-image"><?php echo __( 'Sent Mails Menu', ES_TDOMAIN ); ?></label>
177
+ </th>
178
+ <td>
179
+ <select name="es_roles_sentmail" id="es_roles_sentmail">
180
+ <option value='manage_options' <?php if($es_roles_sentmail == 'manage_options') { echo "selected='selected'" ; } ?>><?php echo __( 'Administrator Only', ES_TDOMAIN ); ?></option>
181
+ <option value='edit_others_pages' <?php if($es_roles_sentmail == 'edit_others_pages') { echo "selected='selected'" ; } ?>><?php echo __( 'Administrator/Editor', ES_TDOMAIN ); ?></option>
182
+ <option value='edit_posts' <?php if($es_roles_sentmail == 'edit_posts') { echo "selected='selected'" ; } ?>><?php echo __( 'Administrator/Editor/Author/Contributor', ES_TDOMAIN ); ?></option>
183
+ </select>
184
+ </td>
185
+ </tr>
186
+ <tr>
187
+ <th scope="row">
188
+ <label for="tag-image"><?php echo __( 'Help & Info Menu', ES_TDOMAIN ); ?></label>
189
+ </th>
190
+ <td>
191
+ <select name="es_roles_help" id="es_roles_help">
192
+ <option value='manage_options' <?php if($es_roles_help == 'manage_options') { echo "selected='selected'" ; } ?>><?php echo __( 'Administrator Only', ES_TDOMAIN ); ?></option>
193
+ <option value='edit_others_pages' <?php if($es_roles_help == 'edit_others_pages') { echo "selected='selected'" ; } ?>><?php echo __( 'Administrator/Editor', ES_TDOMAIN ); ?></option>
194
+ <option value='edit_posts' <?php if($es_roles_help == 'edit_posts') { echo "selected='selected'" ; } ?>><?php echo __( 'Administrator/Editor/Author/Contributor', ES_TDOMAIN ); ?></option>
195
+ </select>
196
+ </td>
197
+ </tr>
198
+ </tbody>
199
+ </table>
200
  <input type="hidden" name="es_form_submit" value="yes"/>
201
+ <p style="padding-top:5px;">
202
+ <input name="publish" lang="publish" class="button add-new-h2" value="<?php echo __( 'Save', ES_TDOMAIN ); ?>" type="submit" />
 
 
 
203
  </p>
204
+ <div style="height:10px;"></div>
205
  <?php wp_nonce_field('es_roles_add'); ?>
206
  </form>
207
  </div>
roles/roles.js DELETED
@@ -1,23 +0,0 @@
1
- function _es_addroles() {
2
- if(document.form_addemail.es_email_mail.value=="") {
3
- alert(es_roles_notices.es_roles_email_address);
4
- document.form_addemail.es_email_mail.focus();
5
- return false;
6
- } else if(document.form_addemail.es_email_status.value=="" || document.form_addemail.es_email_status.value=="Select") {
7
- alert(es_roles_notices.es_roles_email_status);
8
- document.form_addemail.es_email_status.focus();
9
- return false;
10
- } else if( (document.form_addemail.es_email_group.value == "") && (document.form_addemail.es_email_group_txt.value == "") ) {
11
- alert(es_roles_notices.es_roles_email_group);
12
- document.form_addemail.es_email_group.focus();
13
- return false;
14
- }
15
- }
16
-
17
- function _es_redirect() {
18
- window.location = "admin.php?page=es-roles";
19
- }
20
-
21
- function _es_help() {
22
- window.open("https://wordpress.org/plugins/email-subscribers/faq/");
23
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
sendmail/sendmail.js CHANGED
@@ -2,41 +2,10 @@ function _es_redirect() {
2
  window.location = "admin.php?page=es-sendemail";
3
  }
4
 
5
- function _es_help() {
6
- window.open("https://wordpress.org/plugins/email-subscribers/faq/");
7
- }
8
-
9
- function _es_checkall(FormName, FieldName, CheckValue) {
10
- if(!document.forms[FormName])
11
- return;
12
- var objCheckBoxes = document.forms[FormName].elements[FieldName];
13
- if(!objCheckBoxes)
14
- return;
15
- var countCheckBoxes = objCheckBoxes.length;
16
- if(!countCheckBoxes)
17
- objCheckBoxes.checked = CheckValue;
18
- else
19
- // set the check value for all check boxes
20
- for(var i = 0; i < countCheckBoxes; i++)
21
- objCheckBoxes[i].checked = CheckValue;
22
- }
23
-
24
  function _es_mailgroup(es_email_group) {
25
  document.getElementById("es_templ_heading").value = document.es_form.es_templ_heading.value;
26
- document.getElementById("es_email_group").value = es_email_group;
27
  document.getElementById("es_sent_type").value = document.es_form.es_sent_type.value;
28
- document.getElementById("sendmailsubmit").value = "no";
29
- document.getElementById("wp_create_nonce").value = document.es_form.wp_create_nonce.value;
30
- document.es_form.action="admin.php?page=es-sendemail";
31
- document.es_form.submit();
32
- }
33
-
34
- function _es_sendemailsearch(es_search_query) {
35
-
36
- document.getElementById("es_templ_heading").value = document.es_form.es_templ_heading.value;
37
- document.getElementById("es_email_group").value = document.es_form.es_email_group.value;
38
- document.getElementById("es_sent_type").value = document.es_form.es_sent_type.value;
39
- document.getElementById("es_search_query").value = es_search_query;
40
  document.getElementById("sendmailsubmit").value = "no";
41
  document.getElementById("wp_create_nonce").value = document.es_form.wp_create_nonce.value;
42
  document.es_form.action="admin.php?page=es-sendemail";
@@ -57,9 +26,8 @@ function _es_submit() {
57
 
58
  if(confirm(es_sendmail_notices.es_sendmail_confirm)) {
59
  document.getElementById("es_templ_heading").value = document.es_form.es_templ_heading.value;
60
- document.getElementById("es_email_group").value = document.es_form.es_email_group.value;
61
- document.getElementById("es_search_query").value = document.es_form.es_search_query.value;
62
  document.getElementById("es_sent_type").value = document.es_form.es_sent_type.value;
 
63
  document.getElementById("wp_create_nonce").value = document.es_form.wp_create_nonce.value;
64
  document.getElementById("sendmailsubmit").value = "yes";
65
  document.es_form.submit();
2
  window.location = "admin.php?page=es-sendemail";
3
  }
4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  function _es_mailgroup(es_email_group) {
6
  document.getElementById("es_templ_heading").value = document.es_form.es_templ_heading.value;
 
7
  document.getElementById("es_sent_type").value = document.es_form.es_sent_type.value;
8
+ document.getElementById("es_email_group").value = es_email_group;
 
 
 
 
 
 
 
 
 
 
 
9
  document.getElementById("sendmailsubmit").value = "no";
10
  document.getElementById("wp_create_nonce").value = document.es_form.wp_create_nonce.value;
11
  document.es_form.action="admin.php?page=es-sendemail";
26
 
27
  if(confirm(es_sendmail_notices.es_sendmail_confirm)) {
28
  document.getElementById("es_templ_heading").value = document.es_form.es_templ_heading.value;
 
 
29
  document.getElementById("es_sent_type").value = document.es_form.es_sent_type.value;
30
+ document.getElementById("es_email_group").value = document.es_form.es_email_group.value;
31
  document.getElementById("wp_create_nonce").value = document.es_form.wp_create_nonce.value;
32
  document.getElementById("sendmailsubmit").value = "yes";
33
  document.es_form.submit();
sendmail/sendmail.php CHANGED
@@ -9,7 +9,7 @@ if ( ! empty( $_POST ) && ! wp_verify_nonce( $_REQUEST['wp_create_nonce'], 'send
9
  }
10
 
11
  $es_c_email_subscribers_ver = get_option( 'email-subscribers' );
12
- if ($es_c_email_subscribers_ver <> "2.9") {
13
  ?>
14
  <div class="error fade">
15
  <p>
@@ -26,63 +26,64 @@ $es_success = '';
26
  $es_error_found = FALSE;
27
 
28
  $es_templ_heading = isset($_POST['es_templ_heading']) ? $_POST['es_templ_heading'] : '';
 
29
  $es_email_group = isset($_POST['es_email_group']) ? $_POST['es_email_group'] : '';
30
- $es_search_query = isset($_POST['es_search_query']) ? $_POST['es_search_query'] : '';
31
  $sendmailsubmit = isset($_POST['sendmailsubmit']) ? $_POST['sendmailsubmit'] : 'no';
32
- $es_sent_type = isset($_POST['es_sent_type']) ? $_POST['es_sent_type'] : '';
33
 
34
  if ($sendmailsubmit == 'yes') {
 
35
  check_admin_referer('es_form_submit');
36
-
37
  $form['es_templ_heading'] = isset($_POST['es_templ_heading']) ? $_POST['es_templ_heading'] : '';
38
- if ($form['es_templ_heading'] == '') {
39
  $es_errors[] = __( 'Please select your mail subject.', ES_TDOMAIN );
40
  $es_error_found = TRUE;
41
  }
42
-
43
- $form['es_email_group'] = isset($_POST['es_email_group']) ? $_POST['es_email_group'] : '';
44
- $recipients = isset($_POST['eemail_checked']) ? $_POST['eemail_checked'] : '';
45
- if ($recipients == '') {
46
- $es_errors[] = __( 'No email address selected.', ES_TDOMAIN );
47
- $es_error_found = TRUE;
48
- }
49
-
50
  $form['es_sent_type'] = isset($_POST['es_sent_type']) ? $_POST['es_sent_type'] : '';
51
- if ($form['es_sent_type'] == '') {
52
  $es_errors[] = __( 'Please select your mail type.', ES_TDOMAIN );
53
  $es_error_found = TRUE;
54
  }
55
-
 
 
 
 
 
 
56
  if ($es_error_found == FALSE) {
57
- es_cls_sendmail::es_prepare_newsletter_manual($es_templ_heading, $recipients, $form['es_sent_type']);
58
  $es_success_msg = TRUE;
59
- $es_success = __( 'Mail sent successfully', ES_TDOMAIN );
60
  if ($es_success_msg == TRUE) {
61
- ?>
62
- <div class="updated fade">
63
- <p>
64
- <strong><?php echo $es_success; ?> <a href="<?php echo ES_ADMINURL; ?>?page=es-sentmail"><?php echo __( 'Click here for details', ES_TDOMAIN ); ?></a></strong>
65
- </p>
66
- </div>
67
- <?php
68
  } else {
69
- ?>
70
- <div class="error fade">
71
- <p><strong><?php echo __( 'Oops.. We are getting some error. mail not sending.', ES_TDOMAIN ); ?></strong></p>
72
- </div>
73
- <?php
74
  }
75
  }
76
  }
77
 
78
  if ($es_error_found == TRUE && isset($es_errors[0]) == TRUE) {
79
- ?><div class="error fade"><p><strong><?php echo $es_errors[0]; ?></strong></p></div><?php
 
 
 
 
80
  }
81
  ?>
82
 
83
  <style>
84
  .form-table th {
85
- width: 250px;
86
  }
87
  </style>
88
 
@@ -90,15 +91,17 @@ if ($es_error_found == TRUE && isset($es_errors[0]) == TRUE) {
90
  <div class="form-wrap">
91
  <div id="icon-plugins" class="icon32"></div>
92
  <h2><?php echo __( ES_PLUGIN_DISPLAY, ES_TDOMAIN ); ?></h2>
93
- <h3><?php echo __( 'Send Email', ES_TDOMAIN ); ?></h3>
 
 
 
94
  <form name="es_form" method="post" action="#" onsubmit="return _es_submit()">
95
  <table class="form-table">
96
  <tbody>
97
  <tr>
98
  <th scope="row">
99
- <label for="elp">
100
- <?php echo __( 'Select your mail subject', ES_TDOMAIN ); ?>
101
- <p class="description"><?php echo __( 'Select a mail subject from available list. Go to Compose page to create new mail.', ES_TDOMAIN ); ?></p>
102
  </label>
103
  </th>
104
  <td>
@@ -124,9 +127,8 @@ if ($es_error_found == TRUE && isset($es_errors[0]) == TRUE) {
124
  </tr>
125
  <tr>
126
  <th scope="row">
127
- <label for="elp">
128
- <?php echo __( 'Mail Type', ES_TDOMAIN ); ?>
129
- <p class="description"><?php echo __( 'Select your mail type', ES_TDOMAIN ); ?></p>
130
  </label>
131
  </th>
132
  <td>
@@ -139,9 +141,8 @@ if ($es_error_found == TRUE && isset($es_errors[0]) == TRUE) {
139
  </tr>
140
  <tr>
141
  <th scope="row">
142
- <label for="elp">
143
- <?php echo __( 'Select subscriber group', ES_TDOMAIN ); ?>
144
- <p class="description"><?php echo __( 'Select your subscriber group to send email', ES_TDOMAIN ); ?></p>
145
  </label>
146
  </th>
147
  <td>
@@ -151,13 +152,10 @@ if ($es_error_found == TRUE && isset($es_errors[0]) == TRUE) {
151
  $groups = array();
152
  $thisselected = "";
153
  $groups = es_cls_dbquery::es_view_subscriber_group();
154
- if(count($groups) > 0)
155
- {
156
  $i = 1;
157
- foreach ($groups as $group)
158
- {
159
- if(stripslashes($group["es_email_group"]) == stripslashes($es_email_group))
160
- {
161
  $thisselected = "selected='selected'" ;
162
  }
163
  ?><option value="<?php echo esc_html($group["es_email_group"]); ?>" <?php echo $thisselected; ?>><?php echo stripslashes($group["es_email_group"]); ?></option><?php
@@ -166,61 +164,22 @@ if ($es_error_found == TRUE && isset($es_errors[0]) == TRUE) {
166
  }
167
  ?>
168
  </select>
169
- <input type="button" name="CheckAll" value="<?php echo __( 'Check All', ES_TDOMAIN ); ?>" onClick="_es_checkall('es_form', 'eemail_checked[]', true);">
170
- <input type="button" name="UnCheckAll" value="<?php echo __( 'Uncheck All', ES_TDOMAIN ); ?>" onClick="_es_checkall('es_form', 'eemail_checked[]', false);">
171
- </td>
172
- </tr>
173
- <tr>
174
- <td colspan="2">
175
- <div class="tablenav">
176
- <span style="text-align:left;">
177
- <a class="button add-new-h2" href="javascript:void(0);" onClick="javascript:_es_sendemailsearch('A,B,C')"><?php echo __( 'A,B,C', ES_TDOMAIN ); ?></a>&nbsp;
178
- <a class="button add-new-h2" href="javascript:void(0);" onClick="javascript:_es_sendemailsearch('D,E,F')"><?php echo __( 'D,E,F', ES_TDOMAIN ); ?></a>&nbsp;
179
- <a class="button add-new-h2" href="javascript:void(0);" onClick="javascript:_es_sendemailsearch('G,H,I')"><?php echo __( 'G,H,I', ES_TDOMAIN ); ?></a>&nbsp;
180
- <a class="button add-new-h2" href="javascript:void(0);" onClick="javascript:_es_sendemailsearch('J,K,L')"><?php echo __( 'J,K,L', ES_TDOMAIN ); ?></a>&nbsp;
181
- <a class="button add-new-h2" href="javascript:void(0);" onClick="javascript:_es_sendemailsearch('M,N,O')"><?php echo __( 'M,N,O', ES_TDOMAIN ); ?></a>&nbsp;
182
- <a class="button add-new-h2" href="javascript:void(0);" onClick="javascript:_es_sendemailsearch('P,Q,R')"><?php echo __( 'P,Q,R', ES_TDOMAIN ); ?></a>&nbsp;
183
- <a class="button add-new-h2" href="javascript:void(0);" onClick="javascript:_es_sendemailsearch('S,T,U')"><?php echo __( 'S,T,U', ES_TDOMAIN ); ?></a>&nbsp;
184
- <a class="button add-new-h2" href="javascript:void(0);" onClick="javascript:_es_sendemailsearch('V,W,X,Y,Z')"><?php echo __( 'V,W,X,Y,Z', ES_TDOMAIN ); ?></a>&nbsp;
185
- <a class="button add-new-h2" href="javascript:void(0);" onClick="javascript:_es_sendemailsearch('0,1,2,3,4,5,6,7,8,9')"><?php echo __( '0-9', ES_TDOMAIN ); ?></a>&nbsp;
186
- <a class="button add-new-h2" href="javascript:void(0);" onClick="javascript:_es_sendemailsearch('ALL')"><?php echo __( 'ALL', ES_TDOMAIN ); ?></a>
187
- <span>
188
- </div>
189
  </td>
190
  </tr>
191
  <tr>
192
- <td colspan="2">
 
 
193
  <?php
194
- $subscribers = array();
195
- $subscribers = es_cls_dbquery::es_view_subscriber_sendmail($es_search_query, $es_email_group);
196
- $i = 1;
197
- $count = 0;
198
- if(count($subscribers) > 0) {
199
- echo "<table border='0' cellspacing='0'><tr>";
200
- $col=3;
201
- foreach ($subscribers as $subscriber) {
202
- $to = $subscriber['es_email_mail'];
203
- $id = $subscriber['es_email_id'];
204
- if($to <> "") {
205
- echo "<td style='padding-top:4px;padding-bottom:4px;padding-right:10px;'>";
206
- ?>
207
- <input class="radio" type="checkbox" checked="checked" value='<?php echo $id; ?>' id="eemail_checked[]" name="eemail_checked[]">
208
- <?php echo $to; ?> (<?php echo $id; ?>)
209
- <?php
210
- if($col > 1) {
211
- $col=$col-1;
212
- echo "</td><td>";
213
- } elseif($col = 1) {
214
- $col=$col-1;
215
- echo "</td></tr><tr>";;
216
- $col=3;
217
- }
218
- $count = $count + 1;
219
- }
220
- }
221
- echo "</tr></table>";
222
  } else {
223
- echo sprintf(__( '<span style="color:#FF0000">No subscribers available for %s search criteria.</span>', ES_TDOMAIN ), $es_search_query );
 
 
 
224
  }
225
  ?>
226
  </td>
@@ -228,20 +187,17 @@ if ($es_error_found == TRUE && isset($es_errors[0]) == TRUE) {
228
  </tbody>
229
  </table>
230
  <?php $nonce = wp_create_nonce( 'sendmail-nonce' ); ?>
231
- <div style="padding-top:10px;">
232
- <input type="hidden" name="es_search_query" id="es_search_query" value="<?php echo $es_search_query; ?>"/>
233
- <input type="hidden" name="sendmailsubmit" id="sendmailsubmit" value=""/>
234
- <input type="hidden" name="wp_create_nonce" id="wp_create_nonce" value="<?php echo $nonce; ?>"/>
235
- <?php if( $count <> 0 ) { ?>
236
- <input type="submit" name="Submit" class="button add-new-h2" value="<?php echo __( 'Send Email', ES_TDOMAIN ); ?>" style="width:160px;" />&nbsp;
237
- <?php } else { ?>
238
- <input type="submit" name="Submit" disabled="disabled" class="button add-new-h2" value="<?php echo __( 'Send Email', ES_TDOMAIN ); ?>" style="width:160px;" />&nbsp;
239
- <?php } ?>
240
- <input name="publish" lang="publish" class="button add-new-h2" onclick="_es_redirect()" value="<?php echo __( 'Cancel', ES_TDOMAIN ); ?>" type="button" />&nbsp;
241
- <input name="Help" lang="publish" class="button add-new-h2" onclick="_es_help()" value="<?php echo __( 'Help', ES_TDOMAIN ); ?>" type="button" />
242
- </div>
243
  <?php wp_nonce_field('es_form_submit'); ?>
 
244
  </form>
245
  </div>
 
246
  <p class="description"><?php echo ES_OFFICIAL; ?></p>
247
  </div>
9
  }
10
 
11
  $es_c_email_subscribers_ver = get_option( 'email-subscribers' );
12
+ if ($es_c_email_subscribers_ver != "2.9") {
13
  ?>
14
  <div class="error fade">
15
  <p>
26
  $es_error_found = FALSE;
27
 
28
  $es_templ_heading = isset($_POST['es_templ_heading']) ? $_POST['es_templ_heading'] : '';
29
+ $es_sent_type = isset($_POST['es_sent_type']) ? $_POST['es_sent_type'] : '';
30
  $es_email_group = isset($_POST['es_email_group']) ? $_POST['es_email_group'] : '';
 
31
  $sendmailsubmit = isset($_POST['sendmailsubmit']) ? $_POST['sendmailsubmit'] : 'no';
 
32
 
33
  if ($sendmailsubmit == 'yes') {
34
+
35
  check_admin_referer('es_form_submit');
36
+
37
  $form['es_templ_heading'] = isset($_POST['es_templ_heading']) ? $_POST['es_templ_heading'] : '';
38
+ if ( $form['es_templ_heading'] == '' ) {
39
  $es_errors[] = __( 'Please select your mail subject.', ES_TDOMAIN );
40
  $es_error_found = TRUE;
41
  }
42
+
 
 
 
 
 
 
 
43
  $form['es_sent_type'] = isset($_POST['es_sent_type']) ? $_POST['es_sent_type'] : '';
44
+ if ( $form['es_sent_type'] == '' ) {
45
  $es_errors[] = __( 'Please select your mail type.', ES_TDOMAIN );
46
  $es_error_found = TRUE;
47
  }
48
+
49
+ $form['es_email_group'] = isset($_POST['es_email_group']) ? $_POST['es_email_group'] : '';
50
+ if( $form['es_email_group'] == '' ) {
51
+ $es_errors[] = __( 'Please select your group.', ES_TDOMAIN );
52
+ $es_error_found = TRUE;
53
+ }
54
+
55
  if ($es_error_found == FALSE) {
56
+ es_cls_sendmail::es_prepare_newsletter_manual( $es_templ_heading, $es_sent_type, $es_email_group );
57
  $es_success_msg = TRUE;
58
+ $es_success = __( 'Mail sent successfully. ', ES_TDOMAIN );
59
  if ($es_success_msg == TRUE) {
60
+ ?><div class="updated fade">
61
+ <p><strong>
62
+ <?php echo $es_success; ?><a href="<?php echo ES_ADMINURL; ?>?page=es-sentmail"><?php echo __( 'Click here to check Statistics', ES_TDOMAIN ); ?></a>
63
+ </strong></p>
64
+ </div><?php
 
 
65
  } else {
66
+ ?><div class="error fade">
67
+ <p><strong>
68
+ <?php echo __( 'Oops.. We are getting some error. mail not sending.', ES_TDOMAIN ); ?>
69
+ </strong></p>
70
+ </div><?php
71
  }
72
  }
73
  }
74
 
75
  if ($es_error_found == TRUE && isset($es_errors[0]) == TRUE) {
76
+ ?><div class="error fade">
77
+ <p><strong>
78
+ <?php echo $es_errors[0]; ?>
79
+ </strong></p>
80
+ </div><?php
81
  }
82
  ?>
83
 
84
  <style>
85
  .form-table th {
86
+ width: 300px;
87
  }
88
  </style>
89
 
91
  <div class="form-wrap">
92
  <div id="icon-plugins" class="icon32"></div>
93
  <h2><?php echo __( ES_PLUGIN_DISPLAY, ES_TDOMAIN ); ?></h2>
94
+ <h3>
95
+ <?php echo __( 'Send Email', ES_TDOMAIN ); ?>
96
+ <a class="add-new-h2" target="_blank" href="<?php echo ES_FAV; ?>"><?php echo __( 'Help', ES_TDOMAIN ); ?></a>
97
+ </h3>
98
  <form name="es_form" method="post" action="#" onsubmit="return _es_submit()">
99
  <table class="form-table">
100
  <tbody>
101
  <tr>
102
  <th scope="row">
103
+ <label for="tag-image">
104
+ <?php echo __( 'Select Mail Subject from available list', ES_TDOMAIN ); ?>
 
105
  </label>
106
  </th>
107
  <td>
127
  </tr>
128
  <tr>
129
  <th scope="row">
130
+ <label for="tag-image">
131
+ <?php echo __( 'Select Mail Type', ES_TDOMAIN ); ?>
 
132
  </label>
133
  </th>
134
  <td>
141
  </tr>
142
  <tr>
143
  <th scope="row">
144
+ <label for="tag-image">
145
+ <?php echo __( 'Select Subscribers group to Send Mail', ES_TDOMAIN ); ?>
 
146
  </label>
147
  </th>
148
  <td>
152
  $groups = array();
153
  $thisselected = "";
154
  $groups = es_cls_dbquery::es_view_subscriber_group();
155
+ if(count($groups) > 0) {
 
156
  $i = 1;
157
+ foreach ($groups as $group) {
158
+ if(stripslashes($group["es_email_group"]) == stripslashes($es_email_group)) {
 
 
159
  $thisselected = "selected='selected'" ;
160
  }
161
  ?><option value="<?php echo esc_html($group["es_email_group"]); ?>" <?php echo $thisselected; ?>><?php echo stripslashes($group["es_email_group"]); ?></option><?php
164
  }
165
  ?>
166
  </select>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
167
  </td>
168
  </tr>
169
  <tr>
170
+ <th scope="row">
171
+ </th>
172
+ <td>
173
  <?php
174
+ $subscribers_count = array();
175
+ $subscribers_count = es_cls_dbquery::es_subscriber_count_in_group($es_email_group);
176
+ if( $subscribers_count == '0' ) {
177
+ echo __( 'Recipients : 0 ', ES_TDOMAIN );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
178
  } else {
179
+ echo sprintf(__( 'Recipients : %s', ES_TDOMAIN ), $subscribers_count );
180
+ }
181
+ if( $subscribers_count > '100' && $es_sent_type == 'Instant Mail' ) {
182
+ echo __( '<br><br><strong>Your Recipients count is above 100.<br>We strongly recommend that you change above Mail Type to Cron and Send Mail via Cron Job.</strong><br>Click on Help for more information.', ES_TDOMAIN );
183
  }
184
  ?>
185
  </td>
187
  </tbody>
188
  </table>
189
  <?php $nonce = wp_create_nonce( 'sendmail-nonce' ); ?>
190
+ <input type="hidden" name="sendmailsubmit" id="sendmailsubmit" value=""/>
191
+ <input type="hidden" name="wp_create_nonce" id="wp_create_nonce" value="<?php echo $nonce; ?>"/>
192
+ <?php if( $subscribers_count != 0 ) { ?>
193
+ <input type="submit" name="Submit" class="send button add-new-h2" value="<?php echo __( 'Send Email', ES_TDOMAIN ); ?>" style="width:160px;" />&nbsp;
194
+ <?php } else { ?>
195
+ <input type="submit" name="Submit" disabled="disabled" class="send button add-new-h2" value="<?php echo __( 'Send Email', ES_TDOMAIN ); ?>" style="width:160px;" />&nbsp;
196
+ <?php } ?>
 
 
 
 
 
197
  <?php wp_nonce_field('es_form_submit'); ?>
198
+ <input type="button" class="button add-new-h2" onclick="_es_redirect()" value="<?php echo __( 'Reset', ES_TDOMAIN ); ?>" />
199
  </form>
200
  </div>
201
+ <div style="padding-top:10px;"></div>
202
  <p class="description"><?php echo ES_OFFICIAL; ?></p>
203
  </div>
sentmail/deliverreport-show.php CHANGED
@@ -8,30 +8,63 @@ $sentguid = isset($_GET['sentguid']) ? $_GET['sentguid'] : '';
8
  es_cls_security::es_check_guid($sentguid);
9
 
10
  if ($sentguid == '') {
11
- ?>
12
- <div class="error fade">
13
- <p><strong><?php echo __( 'Oops.. Unexpected error occurred. Please try again.', ES_TDOMAIN ); ?></strong></p>
14
- </div>
15
- <?php
16
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
17
  ?>
18
 
19
  <div class="wrap">
20
  <div id="icon-plugins" class="icon32"></div>
21
  <h2><?php echo __( ES_PLUGIN_DISPLAY, ES_TDOMAIN ); ?></h2>
22
- <h3><?php echo __( 'Delivery Report', ES_TDOMAIN ); ?></h3>
 
 
 
 
 
 
23
  <div class="tool-box">
24
- <?php
25
- $pagenum = isset( $_GET['pagenum'] ) ? absint( $_GET['pagenum'] ) : 1;
26
- es_cls_security::es_check_number($pagenum);
27
- $limit = 200;
28
- $offset = ($pagenum - 1) * $limit;
29
- $total = es_cls_delivery::es_delivery_count($sentguid);
30
- $fulltotal = $total;
31
- $total = ceil( $total / $limit );
32
- $myData = array();
33
- $myData = es_cls_delivery::es_delivery_select($sentguid, $offset, $limit);
34
- ?>
35
  <form name="frm_es_display" method="post" onsubmit="return _es_bulkaction()">
36
  <table width="100%" class="widefat" id="str
8
  es_cls_security::es_check_guid($sentguid);
9
 
10
  if ($sentguid == '') {
11
+ ?><div class="error fade">
12
+ <p><strong>
13
+ <?php echo __( 'Oops.. Unexpected error occurred. Please try again.', ES_TDOMAIN ); ?>
14
+ </strong></p>
15
+ </div><?php
16
  }
17
+
18
+ ?>
19
+
20
+ <style>
21
+ .page-numbers {
22
+ background: none repeat scroll 0 0 #E0E0E0;
23
+ border-color: #CCCCCC;
24
+ color: #555555;
25
+ padding: 5px;
26
+ text-decoration:none;
27
+ margin-left:2px;
28
+ margin-right:2px;
29
+ }
30
+ .current {
31
+ background: none repeat scroll 0 0 #BBBBBB;
32
+ }
33
+ </style>
34
+
35
+ <?php
36
+ $pagenum = isset( $_GET['pagenum'] ) ? absint( $_GET['pagenum'] ) : 1;
37
+ es_cls_security::es_check_number($pagenum);
38
+ $limit = 100;
39
+ $offset = ($pagenum - 1) * $limit;
40
+ $total = es_cls_delivery::es_delivery_count($sentguid);
41
+ $fulltotal = $total;
42
+ $total = ceil( $total / $limit );
43
+ $myData = array();
44
+ $myData = es_cls_delivery::es_delivery_select($sentguid, $offset, $limit);
45
+
46
+ $page_links = paginate_links( array(
47
+ 'base' => add_query_arg( 'pagenum', '%#%' ),
48
+ 'format' => '',
49
+ 'prev_text' => __( ' &lt;&lt; ' ),
50
+ 'next_text' => __( ' &gt;&gt; ' ),
51
+ 'total' => $total,
52
+ 'show_all' => False,
53
+ 'current' => $pagenum
54
+ ) );
55
  ?>
56
 
57
  <div class="wrap">
58
  <div id="icon-plugins" class="icon32"></div>
59
  <h2><?php echo __( ES_PLUGIN_DISPLAY, ES_TDOMAIN ); ?></h2>
60
+ <h3>
61
+ <?php echo __( 'Delivery Report', ES_TDOMAIN ); ?>
62
+ <a class="add-new-h2" target="_blank" href="<?php echo ES_FAV; ?>"><?php echo __( 'Help', ES_TDOMAIN ); ?></a>
63
+ </h3>
64
+ <div class="tablenav">
65
+ <div class="alignright" style="padding-bottom:10px;"><?php echo $page_links; ?></div>
66
+ </div>
67
  <div class="tool-box">
 
 
 
 
 
 
 
 
 
 
 
68
  <form name="frm_es_display" method="post" onsubmit="return _es_bulkaction()">
69
  <table width="100%" class="widefat" id="str