Email Subscribers & Newsletters - Version 3.1.5

Version Description

(21.07.2016) =

  • New: Changed Notification Layout
  • New: Created Check,Uncheck All Buttons while selecting categories on the Notification screen
  • New: Translation for Czech (cs_CZ) language added (Thanks to Martin)
  • Fix: Subscribers subscribing via Rainmaker were not receving confirmation emails
  • Fix: Made few strings translatable
  • Update: Text correction in few places
  • Update: Updated POT file
  • 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 Polish (pl_PL) language updated (Thanks to Witold)
  • Update: Translation for Turkish (tr_TR) language updated (Thanks to Erkan ORU)
  • Update: Translation for Tamil (ta) language deleted
  • Update: Code Indentation & Code Improvements
  • Tweak: Added div class for the subscribe, unsubscribe messages shown via emails
Download this release

Release Info

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

Code changes from version 3.1.4 to 3.1.5

Files changed (55) hide show
  1. base/es-defined.php +4 -4
  2. changelog.txt +18 -1
  3. classes/es-common.php +12 -11
  4. classes/es-intermediate.php +1 -0
  5. classes/es-loadwidget.php +1 -1
  6. classes/es-register.php +75 -74
  7. classes/es-sendmail.php +3 -3
  8. classes/es-stater.php +2 -2
  9. compose/compose-add.php +1 -0
  10. email-subscribers.php +7 -9
  11. job/es-cron.php +34 -42
  12. job/es-optin.php +69 -83
  13. job/es-subscribe.php +67 -87
  14. job/es-unsubscribe.php +63 -74
  15. job/es-viewstatus.php +11 -13
  16. languages/email-subscribers-cs_CZ.mo +0 -0
  17. languages/email-subscribers-cs_CZ.po +1831 -0
  18. languages/email-subscribers-de_DE.mo +0 -0
  19. languages/email-subscribers-de_DE.po +1107 -822
  20. languages/email-subscribers-es_ES.mo +0 -0
  21. languages/email-subscribers-es_ES.po +1616 -1394
  22. languages/email-subscribers-nl_NL.mo +0 -0
  23. languages/email-subscribers-nl_NL.po +1291 -1297
  24. languages/email-subscribers-nl_NL_2.mo +0 -0
  25. languages/email-subscribers-nl_NL_2.po +0 -1301
  26. languages/email-subscribers-pl.mo +0 -0
  27. languages/email-subscribers-pl.po +0 -1301
  28. languages/email-subscribers-pl_PL.mo +0 -0
  29. languages/email-subscribers-pl_PL.po +1881 -0
  30. languages/email-subscribers-ru_RU.mo +0 -0
  31. languages/email-subscribers-ru_RU.po +698 -398
  32. languages/email-subscribers-ta.mo +0 -0
  33. languages/email-subscribers-ta.po +0 -1218
  34. languages/email-subscribers-tr_TR.mo +0 -0
  35. languages/email-subscribers-tr_TR.po +1883 -1654
  36. languages/email-subscribers.mo +0 -0
  37. languages/email-subscribers.po +0 -1215
  38. languages/email-subscribers.pot +422 -306
  39. notification/notification-add.php +239 -207
  40. notification/notification-edit.php +251 -233
  41. notification/notification-show.php +121 -132
  42. notification/notification.js +23 -18
  43. query/_db_group.php +21 -34
  44. query/db_compose.php +27 -42
  45. query/db_default.php +23 -33
  46. query/db_delivery.php +29 -43
  47. query/db_notification.php +37 -70
  48. query/db_optimize.php +7 -10
  49. query/db_sentmail.php +29 -45
  50. query/db_settings.php +14 -18
  51. query/db_subscriber.php +110 -196
  52. readme.txt +102 -58
  53. roles/roles-add.php +42 -40
  54. sendmail/sendmail.js +10 -21
  55. sendmail/sendmail.php +0 -1
base/es-defined.php CHANGED
@@ -1,7 +1,8 @@
1
  <?php
2
- $es_plugin_name='email-subscribers';
 
3
  $es_plugin_folder_name = dirname(dirname(plugin_basename(__FILE__)));
4
- $es_current_folder=dirname(dirname(__FILE__));
5
 
6
  if(!defined('DS')) define('DS', DIRECTORY_SEPARATOR);
7
 
@@ -25,5 +26,4 @@ if(!defined('ES_ADMINURL')) define( 'ES_ADMINURL', site_url( '/wp-admin/admin.ph
25
 
26
  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!');
27
 
28
- global $es_includes;
29
- ?>
1
  <?php
2
+
3
+ $es_plugin_name = 'email-subscribers';
4
  $es_plugin_folder_name = dirname(dirname(plugin_basename(__FILE__)));
5
+ $es_current_folder = dirname(dirname(__FILE__));
6
 
7
  if(!defined('DS')) define('DS', DIRECTORY_SEPARATOR);
8
 
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;
 
changelog.txt CHANGED
@@ -1,9 +1,26 @@
1
- Plugin Name : Email Subscribers
2
  Plugin URI : http://www.storeapps.org/
3
  Author : Store Apps
4
  Author URI : http://www.storeapps.org/
5
  License : GPLv3
6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  ********************************Version 3.1.4************************************************************
8
 
9
  * New: Use [Rainmaker](https://wordpress.org/plugins/icegram-rainmaker/) form to collect Subscribers
1
+ Plugin Name : Email Subscribers & Newsletters
2
  Plugin URI : http://www.storeapps.org/
3
  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
15
+ * Update: Updated POT file
16
+ * Update: Translation for Spanish (es_ES) language updated (Thanks to David Bravo)
17
+ * Update: Translation for Russian (ru_RU) language updated (Thanks to Grishin Alexander)
18
+ * Update: Translation for Polish (pl_PL) language updated (Thanks to Witold)
19
+ * Update: Translation for Turkish (tr_TR) language updated (Thanks to Erkan ORUÇ)
20
+ * Update: Translation for Tamil (ta) language deleted
21
+ * Update: Code Indentation & Code Improvements
22
+ * Tweak: Added div class for the subscribe, unsubscribe messages shown via emails
23
+
24
  ********************************Version 3.1.4************************************************************
25
 
26
  * New: Use [Rainmaker](https://wordpress.org/plugins/icegram-rainmaker/) form to collect Subscribers
classes/es-common.php CHANGED
@@ -1,40 +1,41 @@
1
  <?php
 
2
  class es_cls_common {
3
  public static function es_disp_status($value) {
4
  $returnstring = "";
5
  switch ($value) {
6
  case "Confirmed":
7
- $returnstring = __('<span style="color:#006600;font-weight:bold;">Confirmed</span>', 'email-subscribers');
8
  break;
9
  case "Unconfirmed":
10
- $returnstring = __('<span style="color:#FF0000">Unconfirmed</span>', 'email-subscribers');
11
  break;
12
  case "Unsubscribed":
13
- $returnstring = __('<span style="color:#999900">Unsubscribed</span>', 'email-subscribers');
14
  break;
15
  case "Single Opt In":
16
- $returnstring = __('<span style="color:#0000FF">Single Opt In</span>', 'email-subscribers');
17
  break;
18
  case "Viewed":
19
- $returnstring = __('<span style="color:#00CC00;font-weight:bold">Viewed</span>', 'email-subscribers');
20
  break;
21
  case "Nodata":
22
- $returnstring = __('<span style="color:#999900;">Nodata</span>', 'email-subscribers');
23
  break;
24
  case "Disable":
25
- $returnstring = __('<span style="color:#FF0000">Disable</span>', 'email-subscribers');
26
  break;
27
  case "In Queue":
28
- $returnstring = __('<span style="color:#FF0000">In Queue</span>', 'email-subscribers');
29
  break;
30
  case "Sent":
31
- $returnstring = __('<span style="color:#00FF00;font-weight:bold;">Sent</span>', 'email-subscribers');
32
  break;
33
  case "Cron Mail":
34
- $returnstring = __('<span style="color:#ffd700;font-weight:bold;">Cron Mail</span>', 'email-subscribers');
35
  break;
36
  case "Instant Mail":
37
- $returnstring = __('<span style="color:#993399;">Instant Mail</span>', 'email-subscribers');
38
  break;
39
  default:
40
  $returnstring = $value;
1
  <?php
2
+
3
  class es_cls_common {
4
  public static function es_disp_status($value) {
5
  $returnstring = "";
6
  switch ($value) {
7
  case "Confirmed":
8
+ $returnstring = __( '<span style="color:#006600;font-weight:bold;">Confirmed</span>', ES_TDOMAIN );
9
  break;
10
  case "Unconfirmed":
11
+ $returnstring = __( '<span style="color:#FF0000">Unconfirmed</span>', ES_TDOMAIN );
12
  break;
13
  case "Unsubscribed":
14
+ $returnstring = __( '<span style="color:#999900">Unsubscribed</span>', ES_TDOMAIN );
15
  break;
16
  case "Single Opt In":
17
+ $returnstring = __( '<span style="color:#0000FF">Single Opt In</span>', ES_TDOMAIN );
18
  break;
19
  case "Viewed":
20
+ $returnstring = __( '<span style="color:#00CC00;font-weight:bold">Viewed</span>', ES_TDOMAIN );
21
  break;
22
  case "Nodata":
23
+ $returnstring = __( '<span style="color:#999900;">Nodata</span>', ES_TDOMAIN );
24
  break;
25
  case "Disable":
26
+ $returnstring = __( '<span style="color:#FF0000">Disable</span>', ES_TDOMAIN );
27
  break;
28
  case "In Queue":
29
+ $returnstring = __( '<span style="color:#FF0000">In Queue</span>', ES_TDOMAIN );
30
  break;
31
  case "Sent":
32
+ $returnstring = __( '<span style="color:#00FF00;font-weight:bold;">Sent</span>', ES_TDOMAIN );
33
  break;
34
  case "Cron Mail":
35
+ $returnstring = __( '<span style="color:#ffd700;font-weight:bold;">Cron Mail</span>', ES_TDOMAIN );
36
  break;
37
  case "Instant Mail":
38
+ $returnstring = __( '<span style="color:#993399;">Instant Mail</span>', ES_TDOMAIN );
39
  break;
40
  default:
41
  $returnstring = $value;
classes/es-intermediate.php CHANGED
@@ -1,4 +1,5 @@
1
  <?php
 
2
  class es_cls_intermediate {
3
  public static function es_subscribers() {
4
  global $wpdb;
1
  <?php
2
+
3
  class es_cls_intermediate {
4
  public static function es_subscribers() {
5
  global $wpdb;
classes/es-loadwidget.php CHANGED
@@ -1,4 +1,5 @@
1
  <?php
 
2
  class es_cls_widget {
3
  public static function load_subscription($arr) {
4
  $es_name = trim($arr['es_name']);
@@ -48,7 +49,6 @@ function es_shortcode( $atts ) {
48
  return '';
49
  }
50
 
51
- //[email-subscribers namefield="YES" desc="" group="Public"]
52
  $es_name = isset($atts['namefield']) ? $atts['namefield'] : 'YES';
53
  $es_desc = isset($atts['desc']) ? $atts['desc'] : '';
54
  $es_group = isset($atts['group']) ? $atts['group'] : '';
1
  <?php
2
+
3
  class es_cls_widget {
4
  public static function load_subscription($arr) {
5
  $es_name = trim($arr['es_name']);
49
  return '';
50
  }
51
 
 
52
  $es_name = isset($atts['namefield']) ? $atts['namefield'] : 'YES';
53
  $es_desc = isset($atts['desc']) ? $atts['desc'] : '';
54
  $es_group = isset($atts['group']) ? $atts['group'] : '';
classes/es-register.php CHANGED
@@ -1,4 +1,5 @@
1
  <?php
 
2
  class es_cls_registerhook {
3
  public static function es_activation() {
4
  global $wpdb;
@@ -136,32 +137,32 @@ class es_cls_registerhook {
136
  add_menu_page( __( 'Email Subscribers', 'email-subscribers' ),
137
  __( 'Email Subscribers', 'email-subscribers' ), 'admin_dashboard', 'email-subscribers', array( 'es_cls_registerhook', 'es_admin_option'), ES_URL.'images/mail.png', 51 );
138
 
139
- add_submenu_page('email-subscribers', __( 'Subscribers', 'email-subscribers' ),
140
- __( 'Subscribers', 'email-subscribers' ), $es_roles_subscriber, 'es-view-subscribers', array( 'es_cls_intermediate', 'es_subscribers' ));
141
 
142
- add_submenu_page('email-subscribers', __( 'Compose', 'email-subscribers' ),
143
- __( 'Compose', 'email-subscribers' ), $es_roles_mail, 'es-compose', array( 'es_cls_intermediate', 'es_compose' ));
144
 
145
- add_submenu_page('email-subscribers', __( 'Notification', 'email-subscribers' ),
146
- __( 'Notification', 'email-subscribers' ), $es_roles_notification, 'es-notification', array( 'es_cls_intermediate', 'es_notification' ));
147
 
148
- add_submenu_page('email-subscribers', __( 'Send Email', 'email-subscribers' ),
149
- __( 'Send Email', 'email-subscribers' ), $es_roles_sendmail, 'es-sendemail', array( 'es_cls_intermediate', 'es_sendemail' ));
150
 
151
- add_submenu_page('email-subscribers', __( 'Cron', 'email-subscribers' ),
152
- __( 'Cron Mail', 'email-subscribers' ), $es_roles_sendmail, 'es-cron', array( 'es_cls_intermediate', 'es_cron' ));
153
 
154
- add_submenu_page('email-subscribers', __( 'Settings', 'email-subscribers' ),
155
- __( 'Settings', 'email-subscribers' ), $es_roles_setting, 'es-settings', array( 'es_cls_intermediate', 'es_settings' ));
156
 
157
- add_submenu_page('email-subscribers', __( 'Roles', 'email-subscribers' ),
158
- __( 'Roles', 'email-subscribers' ), 'administrator', 'es-roles', array( 'es_cls_intermediate', 'es_roles' ));
159
 
160
- add_submenu_page('email-subscribers', __( 'Sent Mails', 'email-subscribers' ),
161
- __( 'Sent Mails', 'email-subscribers' ), $es_roles_sentmail, 'es-sentmail', array( 'es_cls_intermediate', 'es_sentmail' ));
162
 
163
- add_submenu_page('email-subscribers', __( 'Help & Info', 'email-subscribers' ),
164
- __( '<span style="color:#f18500;font-weight:bolder;">Help & Info', 'email-subscribers' ), $es_roles_help, 'es-general-information', array( 'es_cls_intermediate', 'es_information' ));
165
  }
166
 
167
  public static function es_load_scripts() {
@@ -172,18 +173,18 @@ class es_cls_registerhook {
172
  wp_register_script( 'es-view-subscribers', ES_URL . 'subscribers/view-subscriber.js', '', '', true );
173
  wp_enqueue_script( 'es-view-subscribers' );
174
  $es_select_params = array(
175
- 'es_subscriber_email' => _x( 'Please enter subscriber email address.', 'view-subscriber-enhanced-select', 'email-subscribers' ),
176
- 'es_subscriber_email_status' => _x( 'Please select subscriber email status.', 'view-subscriber-enhanced-select', 'email-subscribers' ),
177
- 'es_subscriber_group' => _x( 'Please select or create group for this subscriber.', 'view-subscriber-enhanced-select', 'email-subscribers' ),
178
- 'es_subscriber_delete_record' => _x( 'Do you want to delete this record?', 'view-subscriber-enhanced-select', 'email-subscribers' ),
179
- 'es_subscriber_bulk_action' => _x( 'Please select the bulk action.', 'view-subscriber-enhanced-select', 'email-subscribers' ),
180
- 'es_subscriber_delete_records' => _x( 'Do you want to delete selected record(s)?', 'view-subscriber-enhanced-select', 'email-subscribers' ),
181
- 'es_subscriber_confirm_delete' => _x( 'Are you sure you want to delete?', 'view-subscriber-enhanced-select', 'email-subscribers' ),
182
- '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', 'email-subscribers' ),
183
- 'es_subscriber_new_group' => _x( 'Please select new subscriber group.', 'view-subscriber-enhanced-select', 'email-subscribers' ),
184
- 'es_subscriber_group_update' => _x( 'Do you want to update subscribers group?', 'view-subscriber-enhanced-select', 'email-subscribers' ),
185
- 'es_subscriber_export' => _x( 'Do you want to export the emails?', 'view-subscriber-enhanced-select', 'email-subscribers' ),
186
- 'es_subscriber_csv_file' => _x( 'Please select only csv file. Please check official website for csv structure..', 'view-subscriber-enhanced-select', 'email-subscribers' )
187
  );
188
  wp_localize_script( 'es-view-subscribers', 'es_view_subscriber_notices', $es_select_params );
189
  break;
@@ -191,9 +192,9 @@ class es_cls_registerhook {
191
  wp_register_script( 'es-compose', ES_URL . 'compose/compose.js', '', '', true );
192
  wp_enqueue_script( 'es-compose' );
193
  $es_select_params = array(
194
- 'es_configuration_name' => _x( 'Please enter name for configuration.', 'compose-enhanced-select', 'email-subscribers' ),
195
- 'es_configuration_template' => _x( 'Please select template for this configuration.', 'compose-enhanced-select', 'email-subscribers' ),
196
- 'es_compose_delete_record' => _x( 'Do you want to delete this record?', 'compose-enhanced-select', 'email-subscribers' )
197
  );
198
  wp_localize_script( 'es-compose', 'es_compose_notices', $es_select_params );
199
  break;
@@ -201,10 +202,10 @@ class es_cls_registerhook {
201
  wp_register_script( 'es-notification', ES_URL . 'notification/notification.js', '', '', true );
202
  wp_enqueue_script( 'es-notification' );
203
  $es_select_params = array(
204
- 'es_notification_select_group' => _x( 'Please select subscribers group.', 'notification-enhanced-select', 'email-subscribers' ),
205
- 'es_notification_mail_subject' => _x( 'Please select notification mail subject. Use compose menu to create new.', 'notification-enhanced-select', 'email-subscribers' ),
206
- 'es_notification_status' => _x( 'Please select notification status.', 'notification-enhanced-select', 'email-subscribers' ),
207
- 'es_notification_delete_record' => _x( 'Do you want to delete this record?', 'notification-enhanced-select', 'email-subscribers' )
208
  );
209
  wp_localize_script( 'es-notification', 'es_notification_notices', $es_select_params );
210
  break;
@@ -212,9 +213,9 @@ class es_cls_registerhook {
212
  wp_register_script( 'sendmail', ES_URL . 'sendmail/sendmail.js', '', '', true );
213
  wp_enqueue_script( 'sendmail' );
214
  $es_select_params = array(
215
- 'es_sendmail_subject' => _x( 'Please select your mail subject.', 'sendmail-enhanced-select', 'email-subscribers' ),
216
- 'es_sendmail_status' => _x( 'Please select subscriber email status.', 'sendmail-enhanced-select', 'email-subscribers' ),
217
- 'es_sendmail_confirm' => _x( 'Are you sure you want to send email to all selected email address?', 'sendmail-enhanced-select', 'email-subscribers' )
218
  );
219
  wp_localize_script( 'sendmail', 'es_sendmail_notices', $es_select_params );
220
  break;
@@ -226,8 +227,8 @@ class es_cls_registerhook {
226
  wp_register_script( 'es-sentmail', ES_URL . 'sentmail/sentmail.js', '', '', true );
227
  wp_enqueue_script( 'es-sentmail' );
228
  $es_select_params = array(
229
- 'es_sentmail_delete' => _x( 'Do you want to delete this record?', 'sentmail-enhanced-select', 'email-subscribers' ),
230
- 'es_sentmail_delete_all' => _x( 'Do you want to delete all records except latest 10?', 'sentmail-enhanced-select', 'email-subscribers' )
231
  );
232
  wp_localize_script( 'es-sentmail', 'es_sentmail_notices', $es_select_params );
233
  break;
@@ -235,9 +236,9 @@ class es_cls_registerhook {
235
  wp_register_script( 'roles', ES_URL . 'roles/roles.js', '', '', true );
236
  wp_enqueue_script( 'roles' );
237
  $es_select_params = array(
238
- 'es_roles_email_address' => _x( 'Please enter subscriber email address.', 'roles-enhanced-select', 'email-subscribers' ),
239
- 'es_roles_email_status' => _x( 'Please select subscriber email status.', 'roles-enhanced-select', 'email-subscribers' ),
240
- 'es_roles_email_group' => _x( 'Please select or create group for this subscriber.', 'roles-enhanced-select', 'email-subscribers' )
241
  );
242
  wp_localize_script( 'roles', 'es_roles_notices', $es_select_params );
243
  break;
@@ -245,8 +246,8 @@ class es_cls_registerhook {
245
  wp_register_script( 'cron', ES_URL . 'cron/cron.js', '', '', true );
246
  wp_enqueue_script( 'cron' );
247
  $es_select_params = array(
248
- 'es_cron_number' => _x( 'Please select enter number of mails you want to send per hour/trigger.', 'cron-enhanced-select', 'email-subscribers' ),
249
- 'es_cron_input_type' => _x( 'Please enter the mail count, only number.', 'cron-enhanced-select', 'email-subscribers' )
250
  );
251
  wp_localize_script( 'cron', 'es_cron_notices', $es_select_params );
252
  break;
@@ -259,34 +260,34 @@ class es_cls_registerhook {
259
  wp_register_script( 'es-widget', ES_URL . 'widget/es-widget.js', '', '', true );
260
  wp_enqueue_script( 'es-widget' );
261
  $es_select_params = array(
262
- 'es_email_notice' => _x( 'Please enter email address.', 'widget-enhanced-select', 'email-subscribers' ),
263
- 'es_incorrect_email' => _x( 'Please provide a valid email address.', 'widget-enhanced-select', 'email-subscribers' ),
264
- 'es_load_more' => _x( 'loading...', 'widget-enhanced-select', 'email-subscribers' ),
265
- 'es_ajax_error' => _x( 'Cannot create XMLHTTP instance', 'widget-enhanced-select', 'email-subscribers' ),
266
- 'es_success_message' => _x( 'Subscribed successfully.', 'widget-enhanced-select', 'email-subscribers' ),
267
- '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', 'email-subscribers' ),
268
- 'es_email_exists' => _x( 'Email Address already exists.', 'widget-enhanced-select', 'email-subscribers' ),
269
- 'es_error' => _x( 'Oops.. Unexpected error occurred.', 'widget-enhanced-select', 'email-subscribers' ),
270
- 'es_invalid_email' => _x( 'Invalid email address.', 'widget-enhanced-select', 'email-subscribers' ),
271
- 'es_try_later' => _x( 'Please try after some time.', 'widget-enhanced-select', 'email-subscribers' ),
272
- 'es_problem_request' => _x( 'There was a problem with the request.', 'widget-enhanced-select', 'email-subscribers' )
273
  );
274
  wp_localize_script( 'es-widget', 'es_widget_notices', $es_select_params );
275
 
276
  wp_register_script( 'es-widget-page', ES_URL . 'widget/es-widget-page.js', '', '', true );
277
  wp_enqueue_script( 'es-widget-page' );
278
  $es_select_params = array(
279
- 'es_email_notice' => _x( 'Please enter email address.', 'widget-page-enhanced-select', 'email-subscribers' ),
280
- 'es_incorrect_email' => _x( 'Please provide a valid email address.', 'widget-page-enhanced-select', 'email-subscribers' ),
281
- 'es_load_more' => _x( 'loading...', 'widget-page-enhanced-select', 'email-subscribers' ),
282
- 'es_ajax_error' => _x( 'Cannot create XMLHTTP instance', 'widget-page-enhanced-select', 'email-subscribers' ),
283
- 'es_success_message' => _x( 'Subscribed successfully.', 'widget-page-enhanced-select', 'email-subscribers' ),
284
- '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', 'email-subscribers' ),
285
- 'es_email_exists' => _x( 'Email Address already exists.', 'widget-page-enhanced-select', 'email-subscribers' ),
286
- 'es_error' => _x( 'Oops.. Unexpected error occurred.', 'widget-page-enhanced-select', 'email-subscribers' ),
287
- 'es_invalid_email' => _x( 'Invalid email address.', 'widget-page-enhanced-select', 'email-subscribers' ),
288
- 'es_try_later' => _x( 'Please try after some time.', 'widget-page-enhanced-select', 'email-subscribers' ),
289
- 'es_problem_request' => _x( 'There was a problem with the request.', 'widget-page-enhanced-select', 'email-subscribers' )
290
  );
291
  wp_localize_script( 'es-widget-page', 'es_widget_page_notices', $es_select_params );
292
 
@@ -375,7 +376,7 @@ function es_sync_registereduser( $user_id ) {
375
 
376
  class es_widget_register extends WP_Widget {
377
  function __construct() {
378
- $widget_ops = array('classname' => 'widget_text elp-widget', 'description' => __(ES_PLUGIN_DISPLAY, 'email-subscribers'), ES_PLUGIN_NAME);
379
  parent::__construct(ES_PLUGIN_NAME, __(ES_PLUGIN_DISPLAY, 'email-subscribers'), $widget_ops);
380
  }
381
 
@@ -452,23 +453,23 @@ class es_widget_register extends WP_Widget {
452
  $es_group = $instance['es_group'];
453
  ?>
454
  <p>
455
- <label for="<?php echo $this->get_field_id('es_title'); ?>"><?php _e('Widget Title', 'email-subscribers'); ?></label>
456
  <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; ?>" />
457
  </p>
458
  <p>
459
- <label for="<?php echo $this->get_field_id('es_name'); ?>"><?php _e('Display Name Field', 'email-subscribers'); ?></label>
460
  <select class="widefat" id="<?php echo $this->get_field_id('es_name'); ?>" name="<?php echo $this->get_field_name('es_name'); ?>">
461
  <option value="YES" <?php $this->es_selected($es_name == 'YES'); ?>>YES</option>
462
  <option value="NO" <?php $this->es_selected($es_name == 'NO'); ?>>NO</option>
463
  </select>
464
  </p>
465
  <p>
466
- <label for="<?php echo $this->get_field_id('es_desc'); ?>"><?php _e('Short Description', 'email-subscribers'); ?></label>
467
  <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; ?>" />
468
  <?php _e('Short description about your subscription form.', 'email-subscribers'); ?>
469
  </p>
470
  <p>
471
- <label for="<?php echo $this->get_field_id('es_group'); ?>"><?php _e('Subscriber Group', 'email-subscribers'); ?></label>
472
  <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; ?>" />
473
  </p>
474
  <?php
1
  <?php
2
+
3
  class es_cls_registerhook {
4
  public static function es_activation() {
5
  global $wpdb;
137
  add_menu_page( __( 'Email Subscribers', 'email-subscribers' ),
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' ));
145
 
146
+ add_submenu_page('email-subscribers', __( 'Notification', ES_TDOMAIN ),
147
+ __( 'Notification', ES_TDOMAIN ), $es_roles_notification, 'es-notification', array( 'es_cls_intermediate', 'es_notification' ));
148
 
149
+ add_submenu_page('email-subscribers', __( 'Send Email', ES_TDOMAIN ),
150
+ __( 'Send Email', ES_TDOMAIN ), $es_roles_sendmail, 'es-sendemail', array( 'es_cls_intermediate', 'es_sendemail' ));
151
 
152
+ add_submenu_page('email-subscribers', __( 'Cron', ES_TDOMAIN ),
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' ));
166
  }
167
 
168
  public static function es_load_scripts() {
173
  wp_register_script( 'es-view-subscribers', ES_URL . 'subscribers/view-subscriber.js', '', '', true );
174
  wp_enqueue_script( 'es-view-subscribers' );
175
  $es_select_params = array(
176
+ 'es_subscriber_email' => _x( 'Please enter subscriber email address.', 'view-subscriber-enhanced-select', ES_TDOMAIN ),
177
+ 'es_subscriber_email_status' => _x( 'Please select subscriber email status.', 'view-subscriber-enhanced-select', ES_TDOMAIN ),
178
+ 'es_subscriber_group' => _x( 'Please select or create group for this subscriber.', 'view-subscriber-enhanced-select', ES_TDOMAIN ),
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;
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 );
200
  break;
202
  wp_register_script( 'es-notification', ES_URL . 'notification/notification.js', '', '', true );
203
  wp_enqueue_script( 'es-notification' );
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 );
211
  break;
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;
227
  wp_register_script( 'es-sentmail', ES_URL . 'sentmail/sentmail.js', '', '', true );
228
  wp_enqueue_script( 'es-sentmail' );
229
  $es_select_params = array(
230
+ 'es_sentmail_delete' => _x( 'Do you want to delete this record?', 'sentmail-enhanced-select', ES_TDOMAIN ),
231
+ 'es_sentmail_delete_all' => _x( 'Do you want to delete all records except latest 10?', 'sentmail-enhanced-select', ES_TDOMAIN )
232
  );
233
  wp_localize_script( 'es-sentmail', 'es_sentmail_notices', $es_select_params );
234
  break;
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;
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;
260
  wp_register_script( 'es-widget', ES_URL . 'widget/es-widget.js', '', '', true );
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 );
276
 
277
  wp_register_script( 'es-widget-page', ES_URL . 'widget/es-widget-page.js', '', '', true );
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 );
293
 
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
 
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
classes/es-sendmail.php CHANGED
@@ -61,7 +61,7 @@ class es_cls_sendmail {
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
 
@@ -91,7 +91,7 @@ class es_cls_sendmail {
91
  $htmlmail = true;
92
  }
93
 
94
- if( $settings['es_c_mailtype'] == "WP HTML MAIL" || $settings['es_c_mailtype'] == "WP PLAINTEXT MAIL" ) {
95
  $wpmail = true;
96
  }
97
 
@@ -99,7 +99,7 @@ class es_cls_sendmail {
99
  $headers .= "Return-Path: <" . $sender_email . ">\n";
100
  $headers .= "Reply-To: \"" . $sender_name . "\" <" . $sender_email . ">\n";
101
  $headers .= "X-Mailer: PHP" . phpversion() . "\n";
102
-
103
  if($htmlmail) {
104
  $headers .= "MIME-Version: 1.0\n";
105
  $headers .= "Content-Type: " . get_bloginfo('html_type') . "; charset=\"". get_bloginfo('charset') . "\"\n";
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
 
91
  $htmlmail = true;
92
  }
93
 
94
+ if( $settings['es_c_mailtype'] == "WP HTML MAIL" || $settings['es_c_mailtype'] == "WP PLAINTEXT MAIL" ) { // check this code
95
  $wpmail = true;
96
  }
97
 
99
  $headers .= "Return-Path: <" . $sender_email . ">\n";
100
  $headers .= "Reply-To: \"" . $sender_name . "\" <" . $sender_email . ">\n";
101
  $headers .= "X-Mailer: PHP" . phpversion() . "\n";
102
+
103
  if($htmlmail) {
104
  $headers .= "MIME-Version: 1.0\n";
105
  $headers .= "Content-Type: " . get_bloginfo('html_type') . "; charset=\"". get_bloginfo('charset') . "\"\n";
classes/es-stater.php CHANGED
@@ -1,4 +1,5 @@
1
  <?php
 
2
  require_once(ES_DIR.'classes'.DIRECTORY_SEPARATOR.'es-register.php');
3
  require_once(ES_DIR.'classes'.DIRECTORY_SEPARATOR.'es-intermediate.php');
4
  require_once(ES_DIR.'classes'.DIRECTORY_SEPARATOR.'es-common.php');
@@ -11,5 +12,4 @@ require_once(ES_DIR.'query'.DIRECTORY_SEPARATOR.'db_compose.php');
11
  require_once(ES_DIR.'query'.DIRECTORY_SEPARATOR.'db_delivery.php');
12
  require_once(ES_DIR.'query'.DIRECTORY_SEPARATOR.'db_sentmail.php');
13
  require_once(ES_DIR.'query'.DIRECTORY_SEPARATOR.'db_optimize.php');
14
- require_once(ES_DIR.'query'.DIRECTORY_SEPARATOR.'db_default.php');
15
- ?>
1
  <?php
2
+
3
  require_once(ES_DIR.'classes'.DIRECTORY_SEPARATOR.'es-register.php');
4
  require_once(ES_DIR.'classes'.DIRECTORY_SEPARATOR.'es-intermediate.php');
5
  require_once(ES_DIR.'classes'.DIRECTORY_SEPARATOR.'es-common.php');
12
  require_once(ES_DIR.'query'.DIRECTORY_SEPARATOR.'db_delivery.php');
13
  require_once(ES_DIR.'query'.DIRECTORY_SEPARATOR.'db_sentmail.php');
14
  require_once(ES_DIR.'query'.DIRECTORY_SEPARATOR.'db_optimize.php');
15
+ require_once(ES_DIR.'query'.DIRECTORY_SEPARATOR.'db_default.php');
 
compose/compose-add.php CHANGED
@@ -94,6 +94,7 @@ if(preg_match('#' . basename(__FILE__) . '#', $_SERVER['PHP_SELF'])) {
94
  <p><?php echo __('Please select your mail status', 'email-subscribers'); ?></p>
95
 
96
  <input type="hidden" name="es_form_submit" value="yes"/>
 
97
  <p class="submit">
98
  <input name="publish" lang="publish" class="button add-new-h2" value="<?php echo __('Submit', 'email-subscribers'); ?>" type="submit" />
99
  <input name="publish" lang="publish" class="button add-new-h2" onclick="_es_redirect()" value="<?php echo __('Cancel', 'email-subscribers'); ?>" type="button" />
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" />
email-subscribers.php CHANGED
@@ -1,18 +1,17 @@
1
  <?php
2
  /**
3
- * Plugin Name: Email Subscribers
4
- * Plugin URI: http://www.storeapps.org/
5
- * Description: Add subscription form on website, send HTML newsletters to subscribers & automatically notify them about new blog posts once it gets published.
6
- * Version: 3.1.4
7
- * Author: Store Apps
8
  * Author URI: http://www.storeapps.org/
9
- * Donate link: http://www.storeapps.org/
10
  * Requires at least: 3.4
11
- * Tested up to: 4.5.2
12
  * Text Domain: email-subscribers
13
  * Domain Path: /languages/
14
  * License: GPLv3
15
- * Copyright (c) 2015, 2016 Store Apps
16
  */
17
 
18
  if(preg_match('#' . basename(__FILE__) . '#', $_SERVER['PHP_SELF'])) { die('You are not allowed to call this page directly.'); }
@@ -41,4 +40,3 @@ add_action( 'plugins_loaded', 'es_textdomain' );
41
  add_action( 'transition_post_status', array( 'es_cls_sendmail', 'es_prepare_notification' ), 10, 3 );
42
 
43
  add_action( 'user_register', 'es_sync_registereduser');
44
- ?>
1
  <?php
2
  /**
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
14
+ * Copyright (c) 2015, 2016 StoreApps
15
  */
16
 
17
  if(preg_match('#' . basename(__FILE__) . '#', $_SERVER['PHP_SELF'])) { die('You are not allowed to call this page directly.'); }
40
  add_action( 'transition_post_status', array( 'es_cls_sendmail', 'es_prepare_notification' ), 10, 3 );
41
 
42
  add_action( 'user_register', 'es_sync_registereduser');
 
job/es-cron.php CHANGED
@@ -1,45 +1,38 @@
1
- <?php if(preg_match('#' . basename(__FILE__) . '#', $_SERVER['PHP_SELF'])) { die('You are not allowed to call this page directly.'); } ?>
2
  <?php
3
- if(isset($_GET['es']))
4
- {
5
- if($_GET['es'] == "cron")
6
- {
7
- $es_c_cronguid = isset($_GET['guid']) ? $_GET['guid'] : '';
8
- $es_c_cronguid = trim($es_c_cronguid);
9
-
10
- if($es_c_cronguid <> "")
11
- {
12
- $security1 = strlen($es_c_cronguid);
13
- $es_c_cronguid_noslash = str_replace("-", "", $es_c_cronguid);
14
- $security2 = strlen($es_c_cronguid_noslash);
15
- if( $security1 == 34 && $security2 == 30)
16
- {
17
- if (!preg_match('/[^a-z]/', $es_c_cronguid_noslash))
18
- {
19
- $es_c_cronurl = get_option('es_c_cronurl');
20
- $es_c_croncount = get_option('es_cron_mailcount');
21
- parse_str($es_c_cronurl, $output);
22
- if($es_c_cronguid == $output['guid'])
23
- {
24
- if(!is_numeric($es_c_croncount))
25
- {
26
- $es_c_croncount = 50;
 
 
 
 
 
27
  }
28
-
29
- $cronmailqueue = es_cls_sentmail::es_sentmail_cronmail_inqueue();
30
- if(count($cronmailqueue) > 0)
31
- {
32
- $crondeliveryqueue = es_cls_delivery::es_delivery_cronmail_inqueue($es_c_croncount, $cronmailqueue[0]['es_sent_guid']);
33
- if(count($crondeliveryqueue) > 0)
34
- {
35
- es_cls_sendmail::es_prepare_send_cronmail($cronmailqueue, $crondeliveryqueue);
36
- }
37
-
38
- $cronmailqueuecnt = es_cls_delivery::es_delivery_cronmail_count($cronmailqueue[0]['es_sent_guid']);
39
- if($cronmailqueuecnt == 0)
40
- {
41
- es_cls_sentmail::es_sentmail_cronmail_ups($cronmailqueue[0]['es_sent_guid']);
42
- }
43
  }
44
  }
45
  }
@@ -47,5 +40,4 @@ if(isset($_GET['es']))
47
  }
48
  }
49
  }
50
- die();
51
- ?>
 
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( (isset($_GET['es'])) && ($_GET['es'] == "cron") ) {
8
+
9
+ $es_c_cronguid = isset($_GET['guid']) ? $_GET['guid'] : '';
10
+ $es_c_cronguid = trim($es_c_cronguid);
11
+
12
+ if($es_c_cronguid <> "") {
13
+ $security1 = strlen($es_c_cronguid);
14
+ $es_c_cronguid_noslash = str_replace("-", "", $es_c_cronguid);
15
+ $security2 = strlen($es_c_cronguid_noslash);
16
+ if($security1 == 34 && $security2 == 30) {
17
+ if (!preg_match('/[^a-z]/', $es_c_cronguid_noslash)) {
18
+ $es_c_cronurl = get_option('es_c_cronurl');
19
+ $es_c_croncount = get_option('es_cron_mailcount');
20
+ parse_str($es_c_cronurl, $output);
21
+ if($es_c_cronguid == $output['guid']) {
22
+ if(!is_numeric($es_c_croncount)) {
23
+ $es_c_croncount = 50;
24
+ }
25
+
26
+ $cronmailqueue = es_cls_sentmail::es_sentmail_cronmail_inqueue();
27
+ if(count($cronmailqueue) > 0) {
28
+ $crondeliveryqueue = es_cls_delivery::es_delivery_cronmail_inqueue($es_c_croncount, $cronmailqueue[0]['es_sent_guid']);
29
+ if(count($crondeliveryqueue) > 0) {
30
+ es_cls_sendmail::es_prepare_send_cronmail($cronmailqueue, $crondeliveryqueue);
31
  }
32
+
33
+ $cronmailqueuecnt = es_cls_delivery::es_delivery_cronmail_count($cronmailqueue[0]['es_sent_guid']);
34
+ if($cronmailqueuecnt == 0) {
35
+ es_cls_sentmail::es_sentmail_cronmail_ups($cronmailqueue[0]['es_sent_guid']);
 
 
 
 
 
 
 
 
 
 
 
36
  }
37
  }
38
  }
40
  }
41
  }
42
  }
43
+ die();
 
job/es-optin.php CHANGED
@@ -1,90 +1,76 @@
1
- <?php if(preg_match('#' . basename(__FILE__) . '#', $_SERVER['PHP_SELF'])) { die('You are not allowed to call this page directly.'); } ?>
2
  <?php
3
- if(isset($_GET['es']))
4
- {
5
- if($_GET['es'] == "optin")
6
- {
7
- $blogname = get_option('blogname');
8
- $noerror = true;
9
- $home_url = home_url('/');
10
- ?>
11
- <html>
12
- <head>
13
- <title><?php echo $blogname; ?></title>
14
- <meta http-equiv="refresh" content="10; url=<?php echo $home_url; ?>" charset="<?php echo esc_attr( get_option( 'blog_charset' ) ); ?>" />
15
- </head>
16
- <body>
17
- <?php
18
- // Load query string
19
- $form = array();
20
- $form['db'] = isset($_GET['db']) ? $_GET['db'] : '';
21
- $form['email'] = isset($_GET['email']) ? $_GET['email'] : '';
22
- $form['guid'] = isset($_GET['guid']) ? $_GET['guid'] : '';
23
-
24
- // Check errors in the query string
25
- if ( $form['db'] == '' || $form['email'] == '' || $form['guid'] == '' )
26
- {
27
- $noerror = false;
28
- }
29
- else
30
- {
31
- if(!is_numeric($form['db']))
32
- {
33
- $noerror = false;
34
- }
35
-
36
- if (!filter_var($form['email'], FILTER_VALIDATE_EMAIL))
37
- {
38
  $noerror = false;
39
- }
40
- }
41
-
42
- // Load default message
43
- $data = array();
44
- $data = es_cls_settings::es_setting_select(1);
45
-
46
- if($noerror)
47
- {
48
- $resultcheck = es_cls_dbquery::es_view_subscriber_jobstatus("Confirmed", $form['db'], $form['guid'], $form['email']);
49
- if(!$resultcheck)
50
- {
51
- $result = es_cls_dbquery::es_view_subscriber_job("Confirmed", $form['db'], $form['guid'], $form['email']);
52
- if($result)
53
- {
54
- es_cls_sendmail::es_prepare_welcome($form['db']);
55
- $message = esc_html(stripslashes($data['es_c_subhtml']));
56
- $message = str_replace("\r\n", "<br />", $message);
57
- }
58
- else
59
- {
60
- $message = esc_html(stripslashes($data['es_c_message2']));
61
  }
62
- if($message == "")
63
- {
64
- $message = __('Oops.. We are getting some technical error. Please try again or contact admin.', 'email-subscribers');
65
  }
66
  }
67
- else
68
- {
69
- $message = __('This email address has already been confirmed.', 'email-subscribers');
70
- }
71
- echo $message;
72
- }
73
- else
74
- {
75
- $message = esc_html(stripslashes($data['es_c_message2']));
76
- $message = str_replace("\r\n", "<br />", $message);
77
- if($message == "")
78
- {
79
- $message = __('Oops.. We are getting some technical error. Please try again or contact admin.', 'email-subscribers');
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
80
  }
81
- echo $message;
82
- }
83
- ?>
84
- </body>
85
- </html>
86
- <?php
87
- }
88
  }
89
- die();
90
- ?>
 
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( (isset($_GET['es'])) && ($_GET['es'] == "optin") ) {
8
+
9
+ $blogname = get_option('blogname');
10
+ $noerror = true;
11
+ $home_url = home_url('/');
12
+ ?>
13
+ <html>
14
+ <head>
15
+ <title><?php echo $blogname; ?></title>
16
+ <meta http-equiv="refresh" content="10; url=<?php echo $home_url; ?>" charset="<?php echo esc_attr( get_option( 'blog_charset' ) ); ?>" />
17
+ </head>
18
+ <body>
19
+ <div class="es_successfully_subscribed">
20
+ <?php
21
+ // Load query string
22
+ $form = array();
23
+ $form['db'] = isset($_GET['db']) ? $_GET['db'] : '';
24
+ $form['email'] = isset($_GET['email']) ? $_GET['email'] : '';
25
+ $form['guid'] = isset($_GET['guid']) ? $_GET['guid'] : '';
26
+
27
+ // Check errors in the query string
28
+ if ( $form['db'] == '' || $form['email'] == '' || $form['guid'] == '' ) {
 
 
 
 
 
 
 
 
29
  $noerror = false;
30
+ } else {
31
+ if(!is_numeric($form['db'])) {
32
+ $noerror = false;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
33
  }
34
+
35
+ if (!filter_var($form['email'], FILTER_VALIDATE_EMAIL)) {
36
+ $noerror = false;
37
  }
38
  }
39
+
40
+ // Load default message
41
+ $data = array();
42
+ $data = es_cls_settings::es_setting_select(1);
43
+
44
+ if($noerror) {
45
+ $resultcheck = es_cls_dbquery::es_view_subscriber_jobstatus("Confirmed", $form['db'], $form['guid'], $form['email']);
46
+ if(!$resultcheck) {
47
+ $result = es_cls_dbquery::es_view_subscriber_job("Confirmed", $form['db'], $form['guid'], $form['email']);
48
+ if($result) {
49
+ es_cls_sendmail::es_prepare_welcome($form['db']);
50
+ $message = esc_html(stripslashes($data['es_c_subhtml']));
51
+ $message = str_replace("\r\n", "<br />", $message);
52
+ } else {
53
+ $message = esc_html(stripslashes($data['es_c_message2']));
54
+ }
55
+ if($message == "") {
56
+ $message = __( 'Oops.. We are getting some technical error. Please try again or contact admin.', ES_TDOMAIN );
57
+ }
58
+ } else {
59
+ $message = __( 'This email address has already been confirmed.', ES_TDOMAIN );
60
+ }
61
+ echo $message;
62
+ } else {
63
+ $message = esc_html(stripslashes($data['es_c_message2']));
64
+ $message = str_replace("\r\n", "<br />", $message);
65
+ if($message == "") {
66
+ $message = __( 'Oops.. We are getting some technical error. Please try again or contact admin.', ES_TDOMAIN );
67
+ }
68
+ echo $message;
69
  }
70
+ ?>
71
+ </div>
72
+ </body>
73
+ </html>
74
+ <?php
 
 
75
  }
76
+ die();
 
job/es-subscribe.php CHANGED
@@ -1,95 +1,75 @@
1
- <?php if(preg_match('#' . basename(__FILE__) . '#', $_SERVER['PHP_SELF'])) { die('You are not allowed to call this page directly.'); } ?>
2
  <?php
3
- if(isset($_GET['es']))
4
- {
5
- if($_GET['es'] == "subscribe")
6
- {
7
- $es_email = "";
8
- $es_name = "";
9
- $es_group = "";
10
-
11
- // get name and email value
12
- $es_email = isset($_POST['es_email']) ? $_POST['es_email'] : '';
13
- $es_name = isset($_POST['es_name']) ? $_POST['es_name'] : '';
14
- $es_group = isset($_POST['es_group']) ? $_POST['es_group'] : '';
15
-
16
- // trim querystring value
17
- $es_email = trim($es_email);
18
- $es_name = trim($es_name);
19
- $es_group = trim($es_group);
20
-
21
- $form = array(
22
- 'es_email_name' => '',
23
- 'es_email_status' => '',
24
- 'es_email_group' => '',
25
- 'es_email_mail' => ''
26
- );
27
-
28
- if($es_group == "")
29
- {
30
- $es_group = "Public";
31
- }
32
-
33
- if($es_email <> "")
34
- {
35
- if (!filter_var($es_email, FILTER_VALIDATE_EMAIL))
36
- {
37
- echo "invalid-email";
38
- }
39
- else
40
- {
41
- $homeurl = home_url();
42
- $samedomain = strpos($_SERVER['HTTP_REFERER'], $homeurl);
43
- if (($samedomain !== false) && $samedomain < 5)
44
- {
45
- $action = "";
46
- global $wpdb;
47
-
48
- $form['es_email_name'] = $es_name;
49
- $form['es_email_mail'] = $es_email;
50
- $form['es_email_group'] = $es_group;
51
-
52
- $data = es_cls_settings::es_setting_select(1);
53
- if( $data['es_c_optinoption'] == "Double Opt In" )
54
- {
55
- $form['es_email_status'] = "Unconfirmed";
56
- }
57
- else
58
- {
59
- $form['es_email_status'] = "Single Opt In";
60
- }
61
-
62
- $action = es_cls_dbquery::es_view_subscriber_widget($form);
63
- if($action == "sus")
64
- {
65
- $subscribers = array();
66
- $subscribers = es_cls_dbquery::es_view_subscriber_one($es_email);
67
- if( $data['es_c_optinoption'] == "Double Opt In" )
68
- {
69
- es_cls_sendmail::es_sendmail("optin", $template = 0, $subscribers, "optin", 0);
70
- echo "subscribed-pending-doubleoptin";
71
- }
72
- else
73
- {
74
- if( $data['es_c_usermailoption'] == "YES" )
75
- {
76
- es_cls_sendmail::es_sendmail("welcome", $template = 0, $subscribers, "welcome", 0);
77
- }
78
- echo "subscribed-successfully";
79
- }
80
- }
81
- elseif($action == "ext")
82
- {
83
- echo "already-exist";
84
  }
85
  }
86
- else
87
- {
88
- echo "unexpected-error";
89
  }
 
 
90
  }
91
  }
92
  }
93
  }
94
- die();
95
- ?>
 
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( (isset($_GET['es'])) && ($_GET['es'] == "subscribe") ) {
8
+ $es_email = "";
9
+ $es_name = "";
10
+ $es_group = "";
11
+
12
+ // get name and email value
13
+ $es_email = isset($_POST['es_email']) ? $_POST['es_email'] : '';
14
+ $es_name = isset($_POST['es_name']) ? $_POST['es_name'] : '';
15
+ $es_group = isset($_POST['es_group']) ? $_POST['es_group'] : '';
16
+
17
+ // trim querystring value
18
+ $es_email = trim($es_email);
19
+ $es_name = trim($es_name);
20
+ $es_group = trim($es_group);
21
+
22
+ $form = array(
23
+ 'es_email_name' => '',
24
+ 'es_email_status' => '',
25
+ 'es_email_group' => '',
26
+ 'es_email_mail' => ''
27
+ );
28
+
29
+ if($es_group == "") {
30
+ $es_group = "Public";
31
+ }
32
+
33
+ if($es_email <> "") {
34
+ if (!filter_var($es_email, FILTER_VALIDATE_EMAIL)) {
35
+ echo "invalid-email";
36
+ } else {
37
+ $homeurl = home_url();
38
+ $samedomain = strpos($_SERVER['HTTP_REFERER'], $homeurl);
39
+ if (($samedomain !== false) && $samedomain < 5) {
40
+ $action = "";
41
+ global $wpdb;
42
+
43
+ $form['es_email_name'] = $es_name;
44
+ $form['es_email_mail'] = $es_email;
45
+ $form['es_email_group'] = $es_group;
46
+
47
+ $data = es_cls_settings::es_setting_select(1);
48
+ if( $data['es_c_optinoption'] == "Double Opt In" ) {
49
+ $form['es_email_status'] = "Unconfirmed";
50
+ } else {
51
+ $form['es_email_status'] = "Single Opt In";
52
+ }
53
+
54
+ $action = es_cls_dbquery::es_view_subscriber_widget($form);
55
+ if($action == "sus") {
56
+ $subscribers = array();
57
+ $subscribers = es_cls_dbquery::es_view_subscriber_one($es_email);
58
+ if( $data['es_c_optinoption'] == "Double Opt In" ) {
59
+ es_cls_sendmail::es_sendmail("optin", $template = 0, $subscribers, "optin", 0);
60
+ echo "subscribed-pending-doubleoptin";
61
+ } else if( $data['es_c_usermailoption'] == "YES" ) {
62
+ es_cls_sendmail::es_sendmail("welcome", $template = 0, $subscribers, "welcome", 0);
63
+ echo "subscribed-successfully";
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
64
  }
65
  }
66
+ elseif($action == "ext") {
67
+ echo "already-exist";
 
68
  }
69
+ } else {
70
+ echo "unexpected-error";
71
  }
72
  }
73
  }
74
  }
75
+ die();
 
job/es-unsubscribe.php CHANGED
@@ -1,81 +1,70 @@
1
- <?php if(preg_match('#' . basename(__FILE__) . '#', $_SERVER['PHP_SELF'])) { die('You are not allowed to call this page directly.'); } ?>
2
  <?php
3
- if(isset($_GET['es']))
4
- {
5
- if($_GET['es'] == "unsubscribe")
6
- {
7
- $blogname = get_option('blogname');
8
- $noerror = true;
9
- $home_url = home_url('/');
10
- ?>
11
- <html>
12
- <head>
13
- <title><?php echo $blogname; ?></title>
14
- <meta http-equiv="refresh" content="10; url=<?php echo $home_url; ?>" charset="<?php echo esc_attr( get_option( 'blog_charset' ) ); ?>" />
15
- </head>
16
- <body>
17
- <?php
18
- // Load query string
19
- $form = array();
20
- $form['db'] = isset($_GET['db']) ? $_GET['db'] : '';
21
- $form['email'] = isset($_GET['email']) ? $_GET['email'] : '';
22
- $form['guid'] = isset($_GET['guid']) ? $_GET['guid'] : '';
23
-
24
- // Check errors in the query string
25
- if ( $form['db'] == '' || $form['email'] == '' || $form['guid'] == '' )
26
- {
27
- $noerror = false;
28
- }
29
- else
30
- {
31
- if(!is_numeric($form['db']))
32
- {
33
  $noerror = false;
 
 
 
 
 
 
 
 
34
  }
 
 
 
 
35
 
36
- if (!filter_var($form['email'], FILTER_VALIDATE_EMAIL))
37
- {
38
- $noerror = false;
39
- }
40
- }
41
-
42
- // Load default message
43
- $data = array();
44
- $data = es_cls_settings::es_setting_select(1);
45
-
46
- if($noerror)
47
- {
48
- $result = es_cls_dbquery::es_view_subscriber_job("Unsubscribed", $form['db'], $form['guid'], $form['email']);
49
- if($result)
50
- {
51
- $message = esc_html(stripslashes($data['es_c_unsubhtml']));
52
- $message = str_replace("\r\n", "<br />", $message);
53
- }
54
- else
55
- {
56
  $message = esc_html(stripslashes($data['es_c_message2']));
 
 
 
 
 
57
  }
58
- if($message == "")
59
- {
60
- $message = __('Oops.. We are getting some technical error. Please try again or contact admin.', 'email-subscribers');
61
- }
62
- echo $message;
63
- }
64
- else
65
- {
66
- $message = esc_html(stripslashes($data['es_c_message2']));
67
- $message = str_replace("\r\n", "<br />", $message);
68
- if($message == "")
69
- {
70
- $message = __('Oops.. We are getting some technical error. Please try again or contact admin.', 'email-subscribers');
71
- }
72
- echo $message;
73
- }
74
- ?>
75
- </body>
76
- </html>
77
- <?php
78
- }
79
  }
80
- die();
81
- ?>
 
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( (isset($_GET['es'])) && ($_GET['es'] == "unsubscribe") ) {
8
+
9
+ $blogname = get_option('blogname');
10
+ $noerror = true;
11
+ $home_url = home_url('/');
12
+ ?>
13
+ <html>
14
+ <head>
15
+ <title><?php echo $blogname; ?></title>
16
+ <meta http-equiv="refresh" content="10; url=<?php echo $home_url; ?>" charset="<?php echo esc_attr( get_option( 'blog_charset' ) ); ?>" />
17
+ </head>
18
+ <body>
19
+ <div class="es_successfully_unsubscribed">
20
+ <?php
21
+ // Load query string
22
+ $form = array();
23
+ $form['db'] = isset($_GET['db']) ? $_GET['db'] : '';
24
+ $form['email'] = isset($_GET['email']) ? $_GET['email'] : '';
25
+ $form['guid'] = isset($_GET['guid']) ? $_GET['guid'] : '';
26
+
27
+ // Check errors in the query string
28
+ if ( $form['db'] == '' || $form['email'] == '' || $form['guid'] == '' ) {
 
 
 
29
  $noerror = false;
30
+ } else {
31
+ if(!is_numeric($form['db'])) {
32
+ $noerror = false;
33
+ }
34
+
35
+ if (!filter_var($form['email'], FILTER_VALIDATE_EMAIL)) {
36
+ $noerror = false;
37
+ }
38
  }
39
+
40
+ // Load default message
41
+ $data = array();
42
+ $data = es_cls_settings::es_setting_select(1);
43
 
44
+ if($noerror) {
45
+ $result = es_cls_dbquery::es_view_subscriber_job("Unsubscribed", $form['db'], $form['guid'], $form['email']);
46
+ if($result) {
47
+ $message = esc_html(stripslashes($data['es_c_unsubhtml']));
48
+ $message = str_replace("\r\n", "<br />", $message);
49
+ } else {
50
+ $message = esc_html(stripslashes($data['es_c_message2']));
51
+ }
52
+ if($message == "") {
53
+ $message = __( 'Oops.. We are getting some technical error. Please try again or contact admin.', ES_TDOMAIN );
54
+ }
55
+ echo $message;
56
+ } else {
 
 
 
 
 
 
 
57
  $message = esc_html(stripslashes($data['es_c_message2']));
58
+ $message = str_replace("\r\n", "<br />", $message);
59
+ if($message == "") {
60
+ $message = __( 'Oops.. We are getting some technical error. Please try again or contact admin.', ES_TDOMAIN );
61
+ }
62
+ echo $message;
63
  }
64
+ ?>
65
+ </div>
66
+ </body>
67
+ </html>
68
+ <?php
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
69
  }
70
+ die();
 
job/es-viewstatus.php CHANGED
@@ -1,16 +1,14 @@
1
- <?php if(preg_match('#' . basename(__FILE__) . '#', $_SERVER['PHP_SELF'])) { die('You are not allowed to call this page directly.'); } ?>
2
  <?php
3
- if(isset($_GET['es']))
4
- {
5
- if($_GET['es'] == "viewstatus")
6
- {
7
- $form = array();
8
- $form['delvid'] = isset($_GET['delvid']) ? $_GET['delvid'] : 0;
9
- if(is_numeric($form['delvid']))
10
- {
11
- es_cls_delivery::es_delivery_ups($form['delvid']);
12
- }
13
  }
14
  }
15
- die();
16
- ?>
 
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( (isset($_GET['es'])) && ($_GET['es'] == "viewstatus") ) {
8
+ $form = array();
9
+ $form['delvid'] = isset($_GET['delvid']) ? $_GET['delvid'] : 0;
10
+ if(is_numeric($form['delvid'])) {
11
+ es_cls_delivery::es_delivery_ups($form['delvid']);
12
  }
13
  }
14
+ die();
 
languages/email-subscribers-cs_CZ.mo ADDED
Binary file
languages/email-subscribers-cs_CZ.po ADDED
@@ -0,0 +1,1831 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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-02 13:58+0200\n"
7
+ "Last-Translator: administrator <2mkower@gmail.com>\n"
8
+ "Language-Team: \n"
9
+ "Language: cs\n"
10
+ "Plural-Forms: nplurals=3; plural=( n == 1 ) ? 0 : ( n >= 2 && n <= 4 ) ? 1 : 2;\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-Poedit-Basepath: .\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-Generator: Poedit 1.8.8\n"
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."
91
+ 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()"
103
+ 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 "
131
+ "subscribers do not need to confirm their email address."
132
+ msgstr ""
133
+ "Dvojité potvrzení, znamená, že požadujete aby odběratelé potvrdili svou emailovou "
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."
175
+ 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."
187
+ 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."
207
+ 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."
237
+ 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###)"
249
+ 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)."
272
+ 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."
284
+ 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###)"
296
+ 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###)"
316
+ 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###)"
367
+ 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
449
+ #: compose/compose-edit.php:99 ../compose/compose-show.php:67 ../compose/compose-
450
+ #: show.php:75 ../compose/compose-add.php:90
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.
476
+ #: php:77
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."
501
+ 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 "
644
+ "subscriber current status to 'Unconfirmed'."
645
+ 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.."
668
+ 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 "
787
+ "confirmation email in a few minutes. Please follow the link in it to confirm your "
788
+ "subscription. If the email takes more than 15 minutes to appear in your mailbox, "
789
+ "please check your spam folder."
790
+ msgstr ""
791
+ "Úspěšně jste se přihlásili k odběru novinek a zpravodajů. Obdržíte potvrzovací "
792
+ "email během několika minut. Prosím, použijte odkaz v něm pro potvrzení odběru. "
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 "
850
+ "confirmation email in a few minutes. Please follow the link in it to confirm your "
851
+ "subscription. If the email takes more than 15 minutes to appear in your mailbox, "
852
+ "please check your spam folder."
853
+ msgstr ""
854
+ "Úspěšně jste se přihlásili k odběru novinek a zpravodajů. Obdržíte potvrzovací "
855
+ "email během několika minut. Prosím, použijte odkaz v něm pro potvrzení odběru. "
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
+
948
+ #: ../subscribers/view-subscriber-add.php:28 ../subscribers/view-subscriber-add.
949
+ #: php:119 ../subscribers/view-subscriber-edit.php:43 ../subscribers/view-
950
+ #: subscriber-edit.php:103
951
+ msgid "Please enter subscriber email address."
952
+ msgstr "Zadejte emailovou adresu odběratele."
953
+
954
+ #: ../subscribers/view-subscriber-add.php:45
955
+ msgid "Please select or create your group for this email."
956
+ msgstr "Vyberte nebo vytvořte skupinu pro tento email."
957
+
958
+ #: ../subscribers/view-subscriber-add.php:54 ../subscribers/view-subscriber-
959
+ #: import.php:45
960
+ msgid ""
961
+ "Error: Special characters (['^$%&*()}{@#~?><>,|=_+\\\"]) are not allowed in the "
962
+ "group name."
963
+ msgstr ""
964
+ "Chyba: Speciální znaky (['^$%&*()}{@#~?><>,|=_+\\\"]) nejsou povoleny v názvu "
965
+ "skupiny."
966
+
967
+ #: ../subscribers/view-subscriber-add.php:66
968
+ msgid "Email was successfully inserted."
969
+ msgstr "Email byl úspěšně vložen."
970
+
971
+ #: ../subscribers/view-subscriber-add.php:70
972
+ msgid "Email already exist in our list."
973
+ msgstr "Email již v našem seznamu existuje."
974
+
975
+ #: ../subscribers/view-subscriber-add.php:75
976
+ msgid "Email is invalid."
977
+ msgstr "Email je neplatný."
978
+
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"
986
+
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
+
995
+ #: ../subscribers/view-subscriber-add.php:111
996
+ msgid "Add email"
997
+ msgstr "Vložit email"
998
+
999
+ #: ../subscribers/view-subscriber-add.php:113 ../subscribers/view-subscriber-edit.
1000
+ #: php:97
1001
+ msgid "Enter full name"
1002
+ msgstr "Zadat celé jméno"
1003
+
1004
+ #: ../subscribers/view-subscriber-add.php:115 ../subscribers/view-subscriber-edit.
1005
+ #: php:99
1006
+ msgid "Please enter subscriber full name."
1007
+ msgstr "Prosím, zadejte celé jméno objednatele."
1008
+
1009
+ #: ../subscribers/view-subscriber-add.php:117 ../subscribers/view-subscriber-edit.
1010
+ #: php:101
1011
+ msgid "Enter email address."
1012
+ msgstr "Zadat emailovou adresu"
1013
+
1014
+ #: ../subscribers/view-subscriber-add.php:128 ../subscribers/view-subscriber-edit.
1015
+ #: php:112 ../subscribers/view-subscriber-import.php:162
1016
+ msgid "Please select subscriber email status."
1017
+ msgstr "Prosím, zadejte status emailu odběratele."
1018
+
1019
+ #: ../subscribers/view-subscriber-add.php:130 ../subscribers/view-subscriber-
1020
+ #: import.php:164
1021
+ msgid "Select (or) Create Group"
1022
+ msgstr "Vybrat (nebo) vytvořit skupinu"
1023
+
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
+
1033
+ #: ../subscribers/view-subscriber-add.php:148 ../subscribers/view-subscriber-edit.
1034
+ #: php:140 ../subscribers/view-subscriber-import.php:182
1035
+ msgid "Please select or create group for this subscriber."
1036
+ 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
+
1046
+ #: ../subscribers/view-subscriber-sync.php:33 ../subscribers/view-subscriber-sync.
1047
+ #: php:119
1048
+ msgid "Please select default group to newly registered user."
1049
+ msgstr "Prosím, vyberte výchozí skupinu pro nově registrovaný uživatele."
1050
+
1051
+ #: ../subscribers/view-subscriber-sync.php:39 ../subscribers/view-subscriber-sync.
1052
+ #: php:150
1053
+ msgid "Please select default group to newly commented user."
1054
+ msgstr "Prosím, vyberte výchozí skupinu pro nově komentující uživatele."
1055
+
1056
+ #: ../subscribers/view-subscriber-sync.php:56
1057
+ msgid "Sync email successfully updated."
1058
+ msgstr "Synchronizace emailů byla úspěšně aktualizována."
1059
+
1060
+ #: ../subscribers/view-subscriber-sync.php:88
1061
+ msgid "Sync email"
1062
+ msgstr "Synchronizace emailů"
1063
+
1064
+ #: ../subscribers/view-subscriber-sync.php:90
1065
+ msgid "Sync newly registered user"
1066
+ msgstr "Synchronizace nově registrovaných uživatelů"
1067
+
1068
+ #: ../subscribers/view-subscriber-sync.php:95
1069
+ msgid "Automatically add a newly registered user email address to subscribers list."
1070
+ msgstr ""
1071
+ "Automaticky přidat emailovou adresu nově registrovaného uživatele do seznamu "
1072
+ "účastníků."
1073
+
1074
+ #: ../subscribers/view-subscriber-sync.php:97 ../subscribers/view-subscriber-sync.
1075
+ #: php:128
1076
+ msgid "Select default group"
1077
+ msgstr "Vybrat základní skupinu"
1078
+
1079
+ #: ../subscribers/view-subscriber-sync.php:121
1080
+ msgid "Sync newly commented user"
1081
+ msgstr "Synchronizovat nově komentující uživatele"
1082
+
1083
+ #: ../subscribers/view-subscriber-sync.php:126
1084
+ msgid ""
1085
+ "Automatically add a newly commented (who posted comments) user email address to "
1086
+ "subscribers list."
1087
+ msgstr ""
1088
+ "Automaticky přidat emailovou adresu nově komentujícího (kdo publikoval komentáře) "
1089
+ "uživatele do seznamu účastníků."
1090
+
1091
+ #: ../subscribers/view-subscriber-export.php:22
1092
+ msgid "Export email address in csv format"
1093
+ msgstr "Export emailových adres ve formátu CSV"
1094
+
1095
+ #: ../subscribers/view-subscriber-export.php:28 ../subscribers/view-subscriber-
1096
+ #: export.php:36
1097
+ msgid "Export option"
1098
+ msgstr "Možnosti exportu"
1099
+
1100
+ #: ../subscribers/view-subscriber-export.php:29 ../subscribers/view-subscriber-
1101
+ #: export.php:37
1102
+ msgid "Total email"
1103
+ msgstr "Emaily celkem"
1104
+
1105
+ #: ../subscribers/view-subscriber-export.php:44
1106
+ msgid "Subscriber email address"
1107
+ msgstr "Emailová adresa odběratele"
1108
+
1109
+ #: ../subscribers/view-subscriber-export.php:46 ../subscribers/view-subscriber-
1110
+ #: export.php:52 ../subscribers/view-subscriber-export.php:58
1111
+ msgid "Click to export csv"
1112
+ msgstr "Kliknutím exportovat do formátu CSV"
1113
+
1114
+ #: ../subscribers/view-subscriber-export.php:50
1115
+ msgid "Registered email address"
1116
+ msgstr "Registrovaná emailová adresa"
1117
+
1118
+ #: ../subscribers/view-subscriber-export.php:56
1119
+ msgid "Comments author email address"
1120
+ msgstr "Emailová adresa autora komentáře"
1121
+
1122
+ #: ../subscribers/view-subscriber-export.php:65
1123
+ msgid "Add Email"
1124
+ msgstr "Přidat emailovou adresu"
1125
+
1126
+ #: ../subscribers/view-subscriber-export.php:66 ../subscribers/view-subscriber-
1127
+ #: show.php:445
1128
+ msgid "Import Email"
1129
+ msgstr "Import emailových adres"
1130
+
1131
+ #: ../subscribers/view-subscriber-edit.php:54
1132
+ msgid "Error: Special characters are not allowed in the group name."
1133
+ msgstr "Chyba: Speciální znaky nejsou povoleny v názvu skupiny."
1134
+
1135
+ #: ../subscribers/view-subscriber-edit.php:66
1136
+ msgid "Email was successfully updated."
1137
+ msgstr "Emailové adresy byly úspěšně aktualizovány."
1138
+
1139
+ #: ../subscribers/view-subscriber-edit.php:70
1140
+ msgid "Email already exist for this group."
1141
+ msgstr "Emailová adresa již existuje v této skupině."
1142
+
1143
+ #: ../subscribers/view-subscriber-edit.php:95
1144
+ msgid "Edit email"
1145
+ msgstr "Upravit emailovou adresu"
1146
+
1147
+ #: ../subscribers/view-subscriber-edit.php:114 ../subscribers/view-subscriber-
1148
+ #: show.php:328 ../subscribers/view-subscriber-show.php:341
1149
+ msgid "Group"
1150
+ msgstr "Skupina"
1151
+
1152
+ #: ../subscribers/view-subscriber-import.php:103
1153
+ msgid "Email(s) was successfully imported."
1154
+ msgstr "Emailové adresy byly úspěšně importovány."
1155
+
1156
+ #: ../subscribers/view-subscriber-import.php:104
1157
+ msgid "Email(s) are already in our database."
1158
+ msgstr "Emailové adresy jsou již v naší databázi."
1159
+
1160
+ #: ../subscribers/view-subscriber-import.php:105
1161
+ msgid "Email(s) are invalid."
1162
+ msgstr "Emailové adresy jsou neplatné."
1163
+
1164
+ #: ../subscribers/view-subscriber-import.php:115
1165
+ msgid "File upload failed or no data available in the csv file."
1166
+ msgstr ""
1167
+ "Nahrání souboru se nezdařilo nebo nejsou žádné date k dispozici v souboru CSV."
1168
+
1169
+ #: ../subscribers/view-subscriber-import.php:149
1170
+ msgid "Upload email"
1171
+ msgstr "Nahrát email"
1172
+
1173
+ #: ../subscribers/view-subscriber-import.php:150
1174
+ msgid "Select csv file"
1175
+ msgstr "Vybrat csv soubor"
1176
+
1177
+ #: ../subscribers/view-subscriber-import.php:152
1178
+ msgid "Select the input csv file. Check official website for csv structure : "
1179
+ msgstr ""
1180
+ "Vyberte vstupní CSV soubor. Zkontrolujte, na oficiálních stránkách strukturu CSV "
1181
+ "souboru:"
1182
+
1183
+ #: ../subscribers/view-subscriber-import.php:153
1184
+ msgid "click here"
1185
+ msgstr "stisknout zde"
1186
+
1187
+ #: ../subscribers/view-subscriber-import.php:187
1188
+ 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
+
1196
+ #: ../subscribers/view-subscriber-show.php:72 ../subscribers/view-subscriber-show.
1197
+ #: php:125
1198
+ msgid "To send confirmation mail, Please change the Opt-in option to Double Opt In."
1199
+ msgstr ""
1200
+ "Chcete-li odesílat potvrzovací email, změňte možnost potvrzení z Jednoduchého na "
1201
+ "Dvojité."
1202
+
1203
+ #: ../subscribers/view-subscriber-show.php:81
1204
+ msgid "Confirmation email resent successfully."
1205
+ msgstr "Potvrzovací email úspěšně odeslán."
1206
+
1207
+ #: ../subscribers/view-subscriber-show.php:110 ../subscribers/view-subscriber-
1208
+ #: show.php:156 ../subscribers/view-subscriber-show.php:201
1209
+ msgid "Oops, No record was selected."
1210
+ msgstr "Jejda, nebyl vybrán žádný záznam."
1211
+
1212
+ #: ../subscribers/view-subscriber-show.php:150
1213
+ msgid "Confirmation email(s) resent successfully."
1214
+ msgstr "Potvrzovací email(y) úspěšně odeslán(y)."
1215
+
1216
+ #: ../subscribers/view-subscriber-show.php:186
1217
+ msgid "Selected subscribers group was successfully updated."
1218
+ msgstr "Vybraná skupina odběratelů byla úspěšně aktualizována."
1219
+
1220
+ #: ../subscribers/view-subscriber-show.php:192
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ý"
1234
+
1235
+ #: ../subscribers/view-subscriber-show.php:280
1236
+ msgid "All Groups"
1237
+ msgstr "Všechny skupiny"
1238
+
1239
+ #: ../subscribers/view-subscriber-show.php:299
1240
+ msgid "All Status"
1241
+ msgstr "Všechny statusy"
1242
+
1243
+ #: ../subscribers/view-subscriber-show.php:300
1244
+ msgid "Confirmed"
1245
+ msgstr "Potvrzeno"
1246
+
1247
+ #: ../subscribers/view-subscriber-show.php:301
1248
+ msgid "Unconfirmed"
1249
+ msgstr "Nepotvrzeno"
1250
+
1251
+ #: ../subscribers/view-subscriber-show.php:302
1252
+ msgid "Unsubscribed"
1253
+ msgstr "Odhlášeno"
1254
+
1255
+ #: ../subscribers/view-subscriber-show.php:325 ../subscribers/view-subscriber-
1256
+ #: show.php:338
1257
+ 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"
1270
+
1271
+ #: ../subscribers/view-subscriber-show.php:385 ../subscribers/view-subscriber-
1272
+ #: show.php:423
1273
+ msgid "Resend Confirmation"
1274
+ msgstr "Znovu odeslat Potvrzení"
1275
+
1276
+ #: ../subscribers/view-subscriber-show.php:401
1277
+ msgid "No records available. Please use the above alphabet search button to search."
1278
+ msgstr ""
1279
+ "Žádné záznamy k dispozici. Pro vyhledávání využijte výše uvedené tlačítko hledání "
1280
+ "podle abecedy."
1281
+
1282
+ #: ../subscribers/view-subscriber-show.php:421
1283
+ msgid "Bulk Actions"
1284
+ msgstr "Hromadné akce"
1285
+
1286
+ #: ../subscribers/view-subscriber-show.php:424
1287
+ msgid "Update Subscribers Group"
1288
+ msgstr "Aktualizace skupiny odběratelů"
1289
+
1290
+ #: ../subscribers/view-subscriber-show.php:427
1291
+ msgid "Select Group"
1292
+ msgstr "Vybrat skupinu"
1293
+
1294
+ #: ../subscribers/view-subscriber-show.php:441
1295
+ msgid "Apply"
1296
+ msgstr "Aplikovat"
1297
+
1298
+ #: ../subscribers/view-subscriber-show.php:446
1299
+ msgid "Export Email"
1300
+ msgstr "Export emailu"
1301
+
1302
+ #: ../subscribers/view-subscriber-show.php:447
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
+
1382
+ #: ../notification/notification-show.php:55 ../notification/notification-show.php:
1383
+ #: 63
1384
+ msgid "Mail Subject"
1385
+ msgstr "Subjekt emailu"
1386
+
1387
+ #: ../notification/notification-show.php:57 ../notification/notification-show.php:
1388
+ #: 65
1389
+ msgid "Categories / Custom Post"
1390
+ msgstr "Kategorie / Vlastní příspěvky "
1391
+
1392
+ #: ../compose/compose-edit.php:41 ../compose/compose-add.php:28
1393
+ msgid "Please enter template heading."
1394
+ msgstr "Prosím, zadejte šablonu záhlaví."
1395
+
1396
+ #: ../compose/compose-edit.php:54
1397
+ msgid "Template was successfully updated."
1398
+ msgstr "Šablona byla úspěšně aktualizována."
1399
+
1400
+ #: ../compose/compose-edit.php:78 ../compose/compose-show.php:55 ..
1401
+ #: compose/compose-add.php:69
1402
+ 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
+
1410
+ #: ../compose/compose-edit.php:82 ../compose/compose-add.php:73
1411
+ msgid "Static Template (For Newsletter Email)"
1412
+ msgstr "Statická šablona (pro newsletter email)"
1413
+
1414
+ #: ../compose/compose-edit.php:83 ../compose/compose-add.php:74
1415
+ msgid "Dynamic Template (For Notification Email)"
1416
+ msgstr "Dynamická šablona (pro oznamovací email)"
1417
+
1418
+ #: ../compose/compose-edit.php:85
1419
+ msgid "Please select your mail type"
1420
+ msgstr "Prosím, vyberte typ svého emailu"
1421
+
1422
+ #: ../compose/compose-edit.php:87 ../compose/compose-add.php:78
1423
+ msgid "Enter Mail Subject"
1424
+ msgstr "Zadat subjekt emailu"
1425
+
1426
+ #: ../compose/compose-edit.php:89 ../compose/compose-add.php:80
1427
+ msgid "Please enter your mail subject. Keyword: ###POSTTITLE###"
1428
+ msgstr "Prosím, zadejte předmět emailu. Klíčové slovo: ###POSTTITLE###"
1429
+
1430
+ #: ../compose/compose-edit.php:91 ../compose/compose-add.php:82
1431
+ msgid "Mail Content"
1432
+ msgstr "Obsah emailu"
1433
+
1434
+ #: ../compose/compose-edit.php:95 ../compose/compose-add.php:86
1435
+ msgid "Please enter content for your mail"
1436
+ msgstr "Zadejte obsah pro váš email"
1437
+
1438
+ #: ../compose/compose-edit.php:96 ../compose/compose-add.php:87
1439
+ msgid ""
1440
+ "Keywords: ###POSTTITLE###, ###POSTLINK###, ###POSTIMAGE###, ###POSTDESC###, "
1441
+ "###POSTFULL###, ###DATE###, ###POSTLINK-ONLY###, ###POSTLINK-WITHTITLE###"
1442
+ msgstr ""
1443
+ "Klíčová slova: ###POSTTITLE###, ###POSTLINK###, ###POSTIMAGE###, ###POSTDESC###, "
1444
+ "###POSTFULL###, ###DATE###, ###POSTLINK-ONLY###, ###POSTLINK-WITHTITLE###"
1445
+
1446
+ #: ../compose/compose-edit.php:101 ../compose/compose-add.php:92
1447
+ msgid "Published"
1448
+ msgstr "Zveřejněno"
1449
+
1450
+ #: ../compose/compose-edit.php:103 ../compose/compose-add.php:94
1451
+ msgid "Please select your mail status"
1452
+ msgstr "Vyberte svůj status emailu"
1453
+
1454
+ #: ../compose/compose-show.php:66 ../compose/compose-show.php:74
1455
+ msgid "Email subject"
1456
+ msgstr "Subjekt emailu"
1457
+
1458
+ #: ../compose/compose-add.php:40
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
+
1466
+ #: ../export/export-email-address.php:36 ../export/export-email-address.php:40 ..
1467
+ #: export/export-email-address.php:43
1468
+ msgid "Unexpected url submit has been detected"
1469
+ msgstr "Byla zjištěna neočekávaná URL adresa"
1470
+
1471
+ #: ../cron/cron-add.php:21
1472
+ msgid "Please enter valid mail count."
1473
+ msgstr "Zadejte prosím platný počet emailů."
1474
+
1475
+ #: ../cron/cron-add.php:31
1476
+ msgid "Cron details successfully updated."
1477
+ msgstr "Detaily Cronu jsou úspěšně změněny"
1478
+
1479
+ #: ../cron/cron-add.php:71
1480
+ msgid "Cron Details"
1481
+ msgstr "Detaily Cronu"
1482
+
1483
+ #: ../cron/cron-add.php:74
1484
+ msgid "Cron job URL"
1485
+ msgstr "Cron job URL"
1486
+
1487
+ #: ../cron/cron-add.php:76
1488
+ msgid ""
1489
+ "Please find your cron job URL. This is readonly field not able to modify from "
1490
+ "admin."
1491
+ msgstr ""
1492
+ "Prosím, najděte svůj cron URL. Toto je pole pouze pro čtení neumožňuje změnu jako "
1493
+ "admin."
1494
+
1495
+ #: ../cron/cron-add.php:78
1496
+ msgid "Mail Count"
1497
+ msgstr "Počet emailů"
1498
+
1499
+ #: ../cron/cron-add.php:80
1500
+ msgid "Enter number of mails you want to send per hour/trigger."
1501
+ msgstr "Zadejte počet emailů, které chcete poslat za hodinu pomocí trigeru."
1502
+
1503
+ #: ../cron/cron-add.php:82
1504
+ msgid "Admin Report"
1505
+ msgstr "Zpráva pro administrátora"
1506
+
1507
+ #: ../cron/cron-add.php:84
1508
+ msgid ""
1509
+ "Send above mail to admin whenever cron URL triggered in your server.<br /"
1510
+ ">(Keywords: ###DATE###, ###SUBJECT###, ###COUNT###)"
1511
+ msgstr ""
1512
+ "Poslat administrátorovi výše uvedený email kdykoli zapracuje cron URL ve vašem "
1513
+ "serveru <br /> (klíčová slova: ###DATE###, ###SUBJECT###, ###COUNT###)"
1514
+
1515
+ #: ../cron/cron-add.php:97
1516
+ msgid "How to setup auto emails using CRON Job through the cPanel or Plesk?"
1517
+ msgstr "Jak nastavit automatické emaily pomocí cronu přes cPanel nebo Plesk?"
1518
+
1519
+ #: ../cron/cron-add.php:98
1520
+ msgid ""
1521
+ "<a target=\"_blank\" href=\"http://www.storeapps.org/docs/es-how-to-schedule-cron-"
1522
+ "emails-in-parallels-plesk/\">Setup cron job in Plesk</a>"
1523
+ msgstr ""
1524
+ "<a target=\"_blank\" href=\"http://www.storeapps.org/docs/es-how-to-schedule-cron-"
1525
+ "emails-in-parallels-plesk/\">Nastavit cron v Plesk</a>"
1526
+
1527
+ #: ../cron/cron-add.php:99
1528
+ msgid ""
1529
+ "<a target=\"_blank\" href=\"http://www.storeapps.org/docs/es-how-to-schedule-cron-"
1530
+ "emails-in-cpanel/\">Setup cron job in cPanal</a>"
1531
+ msgstr ""
1532
+ "<a target=\"_blank\" href=\"http://www.storeapps.org/docs/es-how-to-schedule-cron-"
1533
+ "emails-in-cpanel/\">Nastavit cron v cPanal</a>"
1534
+
1535
+ #: ../cron/cron-add.php:100
1536
+ msgid ""
1537
+ "<a target=\"_blank\" href=\"http://www.storeapps.org/docs/es-what-to-do-if-"
1538
+ "hosting-doesnt-support-cron-jobs/\">Hosting doesnt support cron jobs?</a>"
1539
+ 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
+
1555
+ #: ../sendmail/sendmail.php:64
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."
1628
+ 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."
1640
+ 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."
1652
+ 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."
1664
+ 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."
1676
+ 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."
1688
+ 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."
1700
+ msgstr ""
1701
+ "Vybrat role uživatelů pro přístup k menu Nápověda & Info. Pouze administrátor "
1702
+ "může tuto hodnotu změnit."
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..."
1716
+ msgstr "Další nápověda a tipy ..."
1717
+
1718
+ #: ../help/help.php:93
1719
+ msgid "Frequently Asked Questions"
1720
+ msgstr "Často kladené otázky"
1721
+
1722
+ #: ../help/help.php:104
1723
+ msgid "How to setup subscription box widget?"
1724
+ msgstr "Jak nastavit widget pro odběr?"
1725
+
1726
+ #: ../help/help.php:111
1727
+ msgid "How to add unsubscribe link in welcome email?"
1728
+ msgstr "Jak přidat odkaz pro odhlášení do uvítacího emailu?"
1729
+
1730
+ #: ../help/help.php:119
1731
+ msgid "How to change/update/translate any text from the plugin?"
1732
+ msgstr "Jak měnit/aktualizovat/překládat texty pluginu?"
1733
+
1734
+ #: ../help/help.php:120
1735
+ msgid ""
1736
+ "Refer steps from <a target=\"_blank\" href=\"http://www.storeapps.org/docs/es-how-"
1737
+ "to-change-update-translate-any-texts-from-email-subscribers/\">here</a>."
1738
+ msgstr ""
1739
+ "Viz kroky <a target=\"_blank\" href=\"http://www.storeapps.org/docs/es-how-to-"
1740
+ "change-update-translate-any-texts-from-email-subscribers/\">odtud</a>."
1741
+
1742
+ #: ../help/help.php:123
1743
+ msgid "How to setup auto emails using CRON Job?"
1744
+ msgstr "Jak nastavit automatické emaily pomocí cronu?"
1745
+
1746
+ #: ../help/help.php:124
1747
+ msgid ""
1748
+ " 1. <a target=\"_blank\" href=\"http://www.storeapps.org/docs/es-how-to-schedule-"
1749
+ "cron-emails-in-cpanel/\">Setup cron job in Plesk</a><br>\n"
1750
+ "\t\t\t\t\t\t\t\t\t\t 2. <a target=\"_blank\" href=\"http://www.storeapps.org/"
1751
+ "docs/es-how-to-schedule-cron-emails-in-parallels-plesk/\">Setup cron job in "
1752
+ "cPanal</a><br>\n"
1753
+ "\t\t\t\t\t\t\t\t\t\t 3. <a target=\"_blank\" href=\"http://www.storeapps.org/"
1754
+ "docs/es-what-to-do-if-hosting-doesnt-support-cron-jobs/\">Hosting doesnt support "
1755
+ "cron jobs?</a>"
1756
+ msgstr ""
1757
+ "1. <a target=\"_blank\" href=\"http://www.storeapps.org/docs/es-how-to-schedule-"
1758
+ "cron-emails-in-cpanel/\"> Nastavení cronu v Plesku </a> <br>\n"
1759
+ "2. <a target=\"_blank\" href=\"http://www.storeapps.org/docs/es-how-to-schedule-"
1760
+ "cron-emails-in-parallels-plesk/\"> Nasatvení cronu v cPanal </a> <br>\n"
1761
+ "3. <a target=\"_blank\" href=\"http://www.storeapps.org/docs/es-what-to-do-if-"
1762
+ "hosting-doesnt-support-cron-jobs/\">Hosting nemá podporu pro cron? </a>"
1763
+
1764
+ #: ../help/help.php:129
1765
+ msgid "Notification Emails are not being received by Subscribers?"
1766
+ msgstr "Oznamovací emaily nejsou přijímány odběrateli?"
1767
+
1768
+ #: ../help/help.php:130
1769
+ #, php-format
1770
+ msgid "Confirm steps from %s."
1771
+ msgstr "Kroky potvrzení od %s."
1772
+
1773
+ #: ../help/help.php:130 ../help/help.php:134 ../help/help.php:138 ../help/help.
1774
+ #: php:142 ../help/help.php:146 ../help/help.php:150 ../help/help.php:154 ..
1775
+ #: help/help.php:158 ../help/help.php:162 ../help/help.php:166
1776
+ msgid "here"
1777
+ msgstr "zde"
1778
+
1779
+ #: ../help/help.php:133
1780
+ msgid "How to import and export email address to subscriber list?"
1781
+ msgstr "Jak importovat a exportovat emailové adresy do seznamu účastníků?"
1782
+
1783
+ #: ../help/help.php:134 ../help/help.php:138 ../help/help.php:142 ../help/help.
1784
+ #: php:146 ../help/help.php:150 ../help/help.php:154 ../help/help.php:158 ..
1785
+ #: help/help.php:162
1786
+ #, php-format
1787
+ msgid "Refer %s."
1788
+ msgstr "Viz %s."
1789
+
1790
+ #: ../help/help.php:137
1791
+ msgid "How to Compose and Send static newsletter mails?"
1792
+ msgstr "Jak psát a odesílat statické newsletter emaily?"
1793
+
1794
+ #: ../help/help.php:141
1795
+ msgid ""
1796
+ "How to Configure and Send notification emails to subscribers when new posts are "
1797
+ "published?"
1798
+ msgstr ""
1799
+ "Jak konfigurovat a odesílat emailová oznámení pro předplatitele, když jsou "
1800
+ "publikovány nové příspěvky?"
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 ""
1808
+ "How to modify the existing mails (Opt-in mail, Welcome mail, Admin mails) content?"
1809
+ msgstr ""
1810
+ "Jak upravit obsah stávajících emailů (Potvrzovací, Uvítací, Administrátorský)?"
1811
+
1812
+ #: ../help/help.php:153
1813
+ msgid "How to Add/Update Existing Subscribers Group?"
1814
+ msgstr "Jak přidat/aktualizovat stávajících skupiny účastníků?"
1815
+
1816
+ #: ../help/help.php:157
1817
+ msgid "How to check Sent mails?"
1818
+ msgstr "Jak zkontrolovat Odeslané emaily?"
1819
+
1820
+ #: ../help/help.php:161
1821
+ msgid "How to show subscribe form inside a popup?"
1822
+ msgstr "Zobrazit formulář odběru uvnitř jako vyskakovací?"
1823
+
1824
+ #: ../help/help.php:165
1825
+ msgid "Check more detailed documentation"
1826
+ msgstr "Podívejte se na další podrobnou dokumentaci"
1827
+
1828
+ #: ../help/help.php:166
1829
+ #, php-format
1830
+ msgid "From %s."
1831
+ msgstr "Od %s."
languages/email-subscribers-de_DE.mo CHANGED
Binary file
languages/email-subscribers-de_DE.po CHANGED
@@ -1,109 +1,940 @@
1
  msgid ""
2
  msgstr ""
3
- "Project-Id-Version: Email subscribers\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2016-02-10 17:02+0100\n"
6
- "PO-Revision-Date: 2016-02-10 17:48+0100\n"
7
- "Last-Translator: \n"
8
  "Language-Team: \n"
9
- "Language: nl\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\n"
 
 
 
 
 
15
  "X-Poedit-Basepath: .\n"
16
- "Plural-Forms: nplurals=2; plural=(n != 1);\n"
17
  "X-Poedit-SearchPath-0: ..\n"
18
 
19
  #. Name of the plugin
20
  msgid "Email Subscribers"
21
- msgstr ""
22
 
23
  #. URI of the plugin
24
  msgid "http://www.storeapps.org"
25
- msgstr ""
26
 
27
  #. Description of the plugin
28
  msgid ""
29
- "Email subscribers plugin has options to send newsletters to subscribers. It "
30
- "has a separate page with HTML editor to create a HTML newsletter. Also have "
31
- "options to send notification email to subscribers when new posts are published "
32
- "to your blog. Separate page available to include and exclude categories to "
33
- "send notifications."
34
  msgstr ""
 
 
35
 
36
  #. Author of the plugin
37
  msgid "Store Apps"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
38
  msgstr ""
 
 
39
 
40
- #: ../settings/setting-sync.php:8
41
- #, fuzzy
42
- msgid "Table sync completed successfully."
43
- msgstr "E-Mail erfolgreich gesendet"
44
 
45
- #: ../settings/setting-sync.php:21
46
- msgid "Sync plugin tables"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
47
  msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
48
 
49
- #: ../settings/setting-sync.php:25
50
- msgid "Click to sync tables"
51
- msgstr ""
52
 
53
- #: ../settings/settings-edit.php:11 ../sentmail/sentmail-show.php:18 ..
54
- #: /sentmail/sentmail-preview.php:12 ../subscribers/view-subscriber-edit.php:12
55
- #: /subscribers/view-subscriber-show.php:46
56
- #: ../notification/notification-edit.php:11
57
- #: ../notification/notification-show.php:16 ../compose/compose-edit.php:11
58
- #: /compose/compose-show.php:30 ../compose/compose-preview.php:10
59
- msgid "Oops, selected details doesnt exist."
60
- msgstr "Hoppla, die ausgewählten Details sind nicht vorhanden."
61
 
62
- #: ../settings/settings-edit.php:102
63
  msgid "Please enter sender of notifications from name."
64
  msgstr "Bitte geben Sie einen Absender Namen für Benachrichtigungen ein."
65
 
66
- #: ../settings/settings-edit.php:108
67
  msgid "Please enter sender of notifications from email."
68
- msgstr "Bitte geben Sie eine Absender E-Mail-Adresse für Benachrichtigungen ein."
 
69
 
70
- #: ../settings/settings-edit.php:143
71
  msgid "Details was successfully updated."
72
  msgstr "Die Details wurden erfolgreich upgedatet."
73
 
74
- #: ../settings/settings-edit.php:148
75
  msgid "Oops, details not update."
76
  msgstr "Hoppla, die Details konnten nicht upgedatet werden."
77
 
78
- #: ../settings/settings-edit.php:173 ../subscribers/view-subscriber-add.php:92 ..
79
- #: /subscribers/view-subscriber-add.php:101 ../subscribers/view-subscriber-edit.
80
- #: php:86 ../subscribers/view-subscriber-import.php:107 ../subscribers/view-
81
- #: subscriber-import.php:138 ../notification/notification-edit.php:100
82
- #: /notification/notification-add.php:91 ../compose/compose-edit.php:71
83
- #: /compose/compose-add.php:60 ../cron/cron-add.php:99 ../cron/cron-add.php:100
84
- #: /cron/cron-add.php:101 ../roles/roles-add.php:81
85
- msgid "Click here"
86
- msgstr "Hier klicken"
87
-
88
- #: ../settings/settings-edit.php:174 ../subscribers/view-subscriber-add.php:92 ..
89
- #: /subscribers/view-subscriber-add.php:101 ../subscribers/view-subscriber-edit.
90
- #: php:86 ../subscribers/view-subscriber-import.php:107 ../subscribers/view-
91
- #: subscriber-import.php:138 ../notification/notification-edit.php:101
92
- #: /notification/notification-add.php:92 ../compose/compose-edit.php:72
93
- #: /compose/compose-add.php:61 ../roles/roles-add.php:81
94
- msgid " to view the details"
95
- msgstr "um Details anzuzeigen"
96
-
97
- #: ../settings/settings-edit.php:189 ../classes/es-register.php:151
98
- #: ../classes/es- register.php:152
99
  msgid "Settings"
100
  msgstr "Einstellungen"
101
 
102
- #: ../settings/settings-edit.php:195
103
  msgid "Sender of notifications"
104
  msgstr "Absender für Benachrichtigungen"
105
 
106
- #: ../settings/settings-edit.php:196
107
  msgid ""
108
  "Choose a FROM name and FROM email address for all notifications emails from "
109
  "this plugin."
@@ -111,39 +942,43 @@ msgstr ""
111
  "Wählen Sie einen ABSENDER Namen und eine ABSENDER E-Mail-Adresse für alle "
112
  "Benachrichtigungen von diesem Plugin."
113
 
114
- #: ../settings/settings-edit.php:205 ../compose/compose-edit.php:85 ..
115
- #: /compose/compose-add.php:72
116
  msgid "Mail type"
117
  msgstr "E-Mail-Typ"
118
 
119
- #: ../settings/settings-edit.php:206
120
  msgid ""
121
- "Option 1 & 2 is to send mails with default Wordpress method wp_mail(). Option "
122
- "3 & 4 is to send mails with PHP method mail()"
123
  msgstr ""
124
  "Mit Option 1 & 2 werden E-Mails mit der Wordpress Standardmethode wp_mail() "
125
  "versendet. Mit Option 3 & 4 werden E-Mails mit der PHP-Methode mail() "
126
  "versendet."
127
 
128
- #: ../settings/settings-edit.php:220
129
  msgid "Opt-in option"
130
  msgstr "Opt-in Option"
131
 
132
- #: ../settings/settings-edit.php:221
133
  msgid ""
134
  "Double Opt In, means subscribers need to confirm their email address by an "
135
- "activation link sent them on a activation email message. Single Opt In, means "
136
- "subscribers do not need to confirm their email address."
137
  msgstr ""
138
  "Bei Double Opt-In müssen die Empfänger ihre E-Mail-Adresse mittels eines "
139
  "Aktivierungslinks bestätigen, welcher ihnen per E-Mail zugesandt wird. Bei "
140
  "Single Opt-In müssen die Empfänger ihre E-Mail-Adresse nicht bestätigen."
141
 
142
- #: ../settings/settings-edit.php:232
 
 
 
 
 
143
  msgid "Opt-in mail subject (Confirmation mail)"
144
  msgstr "Opt-In E-Mail Betreff (Bestätigungsmail)"
145
 
146
- #: ../settings/settings-edit.php:233
147
  msgid ""
148
  "Enter the subject for Double Opt In mail. This will send whenever subscriber "
149
  "added email into our database."
@@ -151,11 +986,11 @@ msgstr ""
151
  "Geben Sie den Betreff für das Double Opt-In E-Mail ein. Dieses wird immer "
152
  "gesendet, sobald eine E-Mail-Adresse registriert wird."
153
 
154
- #: ../settings/settings-edit.php:239
155
  msgid "Opt-in mail content (Confirmation mail)"
156
  msgstr "Opt-in E-Mail Inhalt (Bestätigungsmail)"
157
 
158
- #: ../settings/settings-edit.php:240
159
  msgid ""
160
  "Enter the content for Double Opt In mail. This will send whenever subscriber "
161
  "added email into our database."
@@ -163,20 +998,20 @@ msgstr ""
163
  "Geben Sie den Inhalt für das Double Opt-In E-Mail ein. Dieses wird immer "
164
  "gesendet, sobald eine E-Mail-Adresse registriert wird."
165
 
166
- #: ../settings/settings-edit.php:246
167
  msgid "Opt-in link (Confirmation link)"
168
  msgstr "Opt-In Link (Bestätigungslink)"
169
 
170
- #: ../settings/settings-edit.php:247
171
  msgid "Double Opt In confirmation link. You no need to change this value."
172
  msgstr "Double Opt-In Bestätigungslink. Sie müssen diesen nicht ändern."
173
 
174
- #: ../settings/settings-edit.php:253
175
  msgid "Text to display after email subscribed successfully"
176
  msgstr ""
177
  "Text zur Anzeige nachdem eine E-Mail-Adresse erfolgreich registriert wurde"
178
 
179
- #: ../settings/settings-edit.php:254
180
  msgid ""
181
  "This text will display once user clicked email confirmation link from opt-in "
182
  "(confirmation) email content."
@@ -184,21 +1019,21 @@ msgstr ""
184
  "Dieser Text wird angezeigt, sobald ein User den Bestätigungspink im Opt-In "
185
  "Bestätigungsmail angeklickt hat."
186
 
187
- #: ../settings/settings-edit.php:261
188
  msgid "Subscriber welcome email"
189
  msgstr "Empfänger Willkommensmail"
190
 
191
- #: ../settings/settings-edit.php:262
192
  msgid "To send welcome mail to subscriber, This option must be set to YES."
193
  msgstr ""
194
  "Diese Option muss auf JA gesetzt sein, damit ein Willkommensmail an neue "
195
  "Empfänger gesendet wird."
196
 
197
- #: ../settings/settings-edit.php:273
198
  msgid "Welcome mail subject"
199
  msgstr "Willkommensmail Betreff"
200
 
201
- #: ../settings/settings-edit.php:274
202
  msgid ""
203
  "Enter the subject for subscriber welcome mail. This will send whenever email "
204
  "subscribed (confirmed) successfully."
@@ -206,161 +1041,138 @@ msgstr ""
206
  "Geben Sie einen Betreff für das Willkommensmail an. Dieses wird immer "
207
  "gesendet, wenn eine neue E-Mail-Adresse registriert bzw. bestätigt wurde."
208
 
209
- #: ../settings/settings-edit.php:280
210
  msgid "Subscriber welcome mail content"
211
  msgstr "Willkommensmail Inhalt"
212
 
213
- #: ../settings/settings-edit.php:281
214
- msgid ""
215
- "Enter the content for subscriber welcome mail. This will send whenever email "
216
- "subscribed (confirmed) successfully."
217
- msgstr ""
218
- "Geben Sie den Inhalt für das Willkommensmail an. Dieses wird immer gesendet, "
219
- "wenn eine neue E-Mail-Adresse registriert bzw. bestätigt wurde."
220
-
221
- #: ../settings/settings-edit.php:289
222
  msgid "Mail to admin"
223
  msgstr "Mail an den Administrator"
224
 
225
- #: ../settings/settings-edit.php:290
226
  msgid ""
227
- "To send admin notifications for new subscriber, This option must be set to YES."
 
228
  msgstr ""
229
  "Diese Option muss auf JA gesetzt sein, damit bei neuen Empfängern "
230
  "Benachrichtigungsmails an den Administrator gesendet werden."
231
 
232
- #: ../settings/settings-edit.php:301
233
  msgid "Admin email addresses"
234
  msgstr "Administrator E-Mail-Adressen"
235
 
236
- #: ../settings/settings-edit.php:302
237
  msgid ""
238
- "Enter the admin email addresses that should receive notifications (separate by "
239
- "comma)."
240
  msgstr ""
241
- "Geben Sie Administrator E-Mail-Adressen an, welche Benachrichtigungen erhalten "
242
- "sollen (kommagetrennt)."
243
 
244
- #: ../settings/settings-edit.php:308
245
  msgid "Admin mail subject"
246
  msgstr "Administrator E-Mail Betreff"
247
 
248
- #: ../settings/settings-edit.php:309
249
  msgid ""
250
- "Enter the subject for admin mail. This will send whenever new email added and "
251
- "confirmed into our database."
252
  msgstr ""
253
  "Geben Sie einen Betreff für Administratormails an. Diese werden immer "
254
  "gesendet, sobald eine neue E-Mail-Adresse als Empfänger hinzugefügt und "
255
  "bestätigt wurde."
256
 
257
- #: ../settings/settings-edit.php:315
258
  msgid "Admin mail content"
259
  msgstr "Administrator E-Mail Inhalt"
260
 
261
- #: ../settings/settings-edit.php:316
262
- msgid ""
263
- "Enter the mail content for admin. This will send whenever new email added and "
264
- "confirmed into our database."
265
- msgstr ""
266
- "Geben Sie den Inhalt für Administratormails an. Diese werden immer gesendet, "
267
- "sobald eine neue E-Mail-Adresse als Empfänger hinzugefügt und bestätigt wurde."
268
-
269
- #: ../settings/settings-edit.php:323
270
  msgid "Unsubscribe link"
271
  msgstr "Abmeldelink"
272
 
273
- #: ../settings/settings-edit.php:324
274
  msgid "Unsubscribe link. You no need to change this value."
275
  msgstr "Abmeldelink. Sie müssen diesen Wert nicht ändern."
276
 
277
- #: ../settings/settings-edit.php:330
278
  msgid "Unsubscribe text in mail"
279
  msgstr "Text für Abmeldelink"
280
 
281
- #: ../settings/settings-edit.php:331
282
- msgid ""
283
- "Enter the text for unsubscribe link. This text is to add unsubscribe link with "
284
- "newsletter."
285
- msgstr ""
286
- "Geben Sie den Linktext für den Abmeldelink. Dieser Text wird für den "
287
- "Abmeldelink in allen Newsletters benötigt."
288
-
289
- #: ../settings/settings-edit.php:337
290
  msgid "Text to display after email unsubscribed"
291
  msgstr "Text der nach einer Abmeldung angezeigt wird"
292
 
293
- #: ../settings/settings-edit.php:338
294
  msgid ""
295
- "This text will display once user clicked unsubscribed link from our newsletter."
 
296
  msgstr ""
297
  "Dieser Text wird immer angezeigt, nachdem ein User den Abmeldelink in einem "
298
  "Newsletter angeklickt hat."
299
 
300
- #: ../settings/settings-edit.php:345
301
  msgid "Message 1"
302
  msgstr "Nachricht 1"
303
 
304
- #: ../settings/settings-edit.php:346
305
  msgid "Default message to display if any issue on confirmation link."
306
  msgstr "Standardnachricht bei Problemen mit dem Bestätigungslink."
307
 
308
- #: ../settings/settings-edit.php:352
309
  msgid "Message 2"
310
  msgstr "Nachricht 2"
311
 
312
- #: ../settings/settings-edit.php:353
313
  msgid "Default message to display if any issue on unsubscribe link."
314
  msgstr "Standardnachricht bei Problemen mit dem Abmeldelink."
315
 
316
- #: ../settings/settings-edit.php:360
317
  msgid "Sent report subject"
318
  msgstr "Sendebericht Betreff"
319
 
320
- #: ../settings/settings-edit.php:361
321
  msgid "Mail subject for sent mail report."
322
  msgstr "E-Mail Betreff für den Sendebericht."
323
 
324
- #: ../settings/settings-edit.php:367
325
  msgid "Sent report content"
326
  msgstr "Sendebericht Inhalt"
327
 
328
- #: ../settings/settings-edit.php:368
329
- msgid "Mail content for sent mail report."
330
- msgstr "E-Mail Inhalt für den Sendebericht."
331
-
332
- #: ../settings/settings-edit.php:379
333
  msgid "Save Settings"
334
  msgstr "Einstellungen speichern"
335
 
336
- #: ../settings/settings-edit.php:380 ../subscribers/view-subscriber-add.php:154
337
- #: .. /subscribers/view-subscriber-sync.php:157
 
338
  #: ../subscribers/view-subscriber-edit. php:147
339
  #: ../notification/notification-edit.php:237 ../notification/notification-
340
- #: add.php:216 ../compose/compose-edit.php:112 ../compose/compose-add.php:99
341
- #: /cron/cron-add.php:90 ../sendmail/sendmail.php:260 ../roles/roles-add.php:154
 
342
  msgid "Cancel"
343
  msgstr "Abbrechen"
344
 
345
- #: ../settings/settings-edit.php:381 ../sentmail/sentmail-preview.php:33 ..
346
- #: /sentmail/deliverreport-show.php:120 ../subscribers/view-subscriber-add.php:
347
  #: 155 ../subscribers/view-subscriber-sync.php:158
348
  #: ../subscribers/view-subscriber- export.php:68
349
  #: ../subscribers/view-subscriber-edit.php:148 ../subscribers/view-
350
  #: subscriber-import.php:189 ../subscribers/view-subscriber-show.php:448
351
- #: /notification/notification-edit.php:238
352
  #: ../notification/notification-add.php:217
353
- #: ../notification/notification-show.php:152 ../compose/compose-edit.php:113 .
354
- #: compose/compose-show.php:120 ../compose/compose-preview.php:30
355
- #: /compose/compose-add.php:100 ../cron/cron-add.php:91
356
- #: ../sendmail/sendmail.php:261 ../roles/roles-add.php:155
357
  msgid "Help"
358
  msgstr "Hilfe"
359
 
360
- #: ../job/es-optin.php:64 ../job/es-optin.php:79 ../job/es-unsubscribe.php:60 ..
361
- #: /job/es-unsubscribe.php:70
362
  msgid ""
363
- "Oops.. We are getting some technical error. Please try again or contact admin."
 
364
  msgstr ""
365
  "Hoppla! Wir hatten gerade ein technisches Problem. Bitte versuchen Sie es "
366
  "nochmals oder kontaktieren Sie den Administrator."
@@ -369,9 +1181,18 @@ msgstr ""
369
  msgid "This email address has already been confirmed."
370
  msgstr "Diese E-Mail-Adresse wurde bereits bestätigt."
371
 
372
- #: ../sentmail/sentmail-show.php:33 ../subscribers/view-subscriber-show.php:60 ..
373
- #: /subscribers/view-subscriber-show.php:104 ../notification/notification-show.
374
- #: php:31 ../compose/compose-show.php:45
 
 
 
 
 
 
 
 
 
375
  msgid "Selected record was successfully deleted."
376
  msgstr "Der ausgewählte Eintrag wurde erfolgreich gelöscht."
377
 
@@ -379,8 +1200,8 @@ msgstr "Der ausgewählte Eintrag wurde erfolgreich gelöscht."
379
  msgid "Successfully deleted all reports except latest 10."
380
  msgstr "Alle außer den letzten 10 Berichten wurden erfolgreich gelöscht."
381
 
382
- #: ../sentmail/sentmail-show.php:53 ../classes/es-register.php:157 ../classes/es-
383
- #: register.php:158
384
  msgid "Sent Mails"
385
  msgstr "Gesendete E-Mails"
386
 
@@ -389,56 +1210,37 @@ msgid "View Reports"
389
  msgstr "Berichte anzeigen"
390
 
391
  #: ../sentmail/sentmail-show.php:72 ../sentmail/sentmail-show.php:85 ..
392
- #: /compose/compose-show.php:100
393
  msgid "Preview"
394
  msgstr "Vorschau"
395
 
396
- #: ../sentmail/sentmail-show.php:73 ../sentmail/sentmail-show.php:86
397
- #, fuzzy
398
- msgid "Source"
399
- msgstr "Versand Quelle"
400
-
401
  #: ../sentmail/sentmail-show.php:74 ../sentmail/sentmail-show.php:87 ..
402
- #: /sentmail/deliverreport-show.php:40 ../sentmail/deliverreport-show.php:52
403
- #: /subscribers/view-subscriber-add.php:121 ../subscribers/view-subscriber-edit.
404
- #: php:105 ../subscribers/view-subscriber-import.php:155 ../subscribers/view-
 
405
  #: subscriber-show.php:327 ../subscribers/view-subscriber-show.php:340
406
- #: /compose/compose-edit.php:102 ../compose/compose-show.php:70
407
- #: /compose/compose-show.php:78 ../compose/compose-add.php:90
408
  msgid "Status"
409
  msgstr "Status"
410
 
411
  #: ../sentmail/sentmail-show.php:75 ../sentmail/sentmail-show.php:88 ..
412
- #: /sentmail/deliverreport-show.php:41 ../sentmail/deliverreport-show.php:53
413
- #: /compose/compose-show.php:71 ../compose/compose-show.php:79
414
  msgid "Type"
415
  msgstr "Typ"
416
 
417
- #: ../sentmail/sentmail-show.php:76 ../sentmail/sentmail-show.php:89
418
- #, fuzzy
419
- msgid "Start Date"
420
- msgstr "Versand Startdatum"
421
-
422
- #: ../sentmail/sentmail-show.php:77 ../sentmail/sentmail-show.php:90
423
- #, fuzzy
424
- msgid "End Date"
425
- msgstr "Versand Enddatum"
426
-
427
- #: ../sentmail/sentmail-show.php:78 ../sentmail/sentmail-show.php:91
428
- #, fuzzy
429
- msgid "Total"
430
- msgstr "E-Mails gesamt"
431
-
432
  #: ../sentmail/sentmail-show.php:79 ../sentmail/sentmail-show.php:92 ..
433
- #: /subscribers/view-subscriber-export.php:30 ../subscribers/view-subscriber-
434
- #: export.php:38 ../subscribers/view-subscriber-show.php:330 ../subscribers/view-
435
- #: subscriber-show.php:343 ../compose/compose-show.php:72
436
- #: ../compose/compose-show. php:80
437
  msgid "Action"
438
  msgstr "Aktion"
439
 
440
  #: ../sentmail/sentmail-show.php:131 ../sentmail/deliverreport-show.php:84 ..
441
- #: /notification/notification-show.php:141 ../compose/compose-show.php:109
442
  msgid "No records available."
443
  msgstr "Keine Einträge vorhanden."
444
 
@@ -462,13 +1264,14 @@ msgstr ""
462
  "Achtung: Bitte klicken Sie auf <strong>Tabelle optimieren</strong>, um alle "
463
  "Berichte außer den letzten 10 zu löschen."
464
 
465
- #: ../sentmail/sentmail-preview.php:19 ../compose/compose-preview.php:16
466
  msgid "Preview Mail"
467
  msgstr "Vorschau E-Mail"
468
 
469
- #: ../sentmail/sentmail-preview.php:32 ../sentmail/deliverreport-show.php:119 ..
470
- #: /subscribers/view-subscriber-export.php:67 ../subscribers/view-subscriber-
471
- #: import.php:188 ../compose/compose-preview.php:28
 
472
  msgid "Back"
473
  msgstr "Zurück"
474
 
@@ -480,9 +1283,10 @@ msgstr "Hoppla, ein unerwarteter Fehler. Bitte versuchen Sie es nochmals!"
480
  msgid "Delivery Report"
481
  msgstr "Zustellungsbericht"
482
 
483
- #: ../sentmail/deliverreport-show.php:37 ../sentmail/deliverreport-show.php:49 ..
484
- #: /subscribers/view-subscriber-export.php:27 ../subscribers/view-subscriber-
485
- #: export.php:35 ../subscribers/view-subscriber-show.php:324 ../subscribers/view-
 
486
  #: subscriber-show.php:337
487
  msgid "Sno"
488
  msgstr "Sno"
@@ -503,374 +1307,170 @@ msgstr "Gesehen Status"
503
  msgid "Viewed Date"
504
  msgstr "Gesehen Datum"
505
 
506
- #: ../sentmail/deliverreport-show.php:44 ../sentmail/deliverreport-show.php:56 ..
507
- #: /subscribers/view-subscriber-show.php:329 ../subscribers/view-subscriber-show.
508
- #: php:342
509
  msgid "Database ID"
510
  msgstr "Datenbank-ID"
511
 
512
- #: ../classes/es-loadwidget.php:24 ../classes/es-register.php:374 ..
513
- #: /subscribers/view-subscriber-show.php:326 ../subscribers/view-subscriber-show.
514
- #: php:339
515
  msgid "Name"
516
  msgstr "Name"
517
 
518
- #: ../classes/es-loadwidget.php:29 ../classes/es-register.php:379
519
  msgid "Email *"
520
  msgstr "E-Mail-Adresse*"
521
 
522
- #: ../classes/es-loadwidget.php:34 ../classes/es-register.php:384
523
  msgid "Subscribe"
524
  msgstr "Abonnieren"
525
 
526
- #: ../classes/es-register.php:133 ../classes/es-register.php:134
527
- msgid "Email Subscriber"
528
- msgstr "E-Mail Empfänger"
529
-
530
- #: ../classes/es-register.php:136 ../classes/es-register.php:137
531
  msgid "Subscribers"
532
  msgstr "Empfänger"
533
 
534
- #: ../classes/es-register.php:139 ../classes/es-register.php:140
535
  msgid "Compose"
536
  msgstr "Erstellen"
537
 
538
- #: ../classes/es-register.php:142 ../classes/es-register.php:143 ..
539
- #: /notification/notification-show.php:44
540
  msgid "Notification"
541
  msgstr "Benachrichtigung"
542
 
543
- #: ../classes/es-register.php:145 ../classes/es-register.php:146 ..
544
- #: /sendmail/sendmail.php:94 ../sendmail/sendmail.php:256 ../sendmail/sendmail.
545
  #: php:258
546
  msgid "Send Email"
547
  msgstr "E-Mail senden"
548
 
549
- #: ../classes/es-register.php:148
550
- msgid "Cron"
551
- msgstr ""
552
-
553
- #: ../classes/es-register.php:149
554
- #, fuzzy
555
- msgid "Cron Mail"
556
- msgstr "E-Mail erstellen"
557
-
558
- #: ../classes/es-register.php:154 ../classes/es-register.php:155
559
- msgid "Roles"
560
- msgstr ""
561
-
562
- #: ../classes/es-register.php:160 ../classes/es-register.php:161
563
  msgid "Help & Info"
564
  msgstr "Hilfe & Info"
565
 
566
- #: ../classes/es-register.php:173
567
- msgctxt "view-subscriber-enhanced-select"
568
- msgid "Please enter subscriber email address."
569
- msgstr ""
570
-
571
- #: ../classes/es-register.php:174
572
- msgctxt "view-subscriber-enhanced-select"
573
- msgid "Please select subscriber email status."
574
- msgstr ""
575
-
576
- #: ../classes/es-register.php:175
577
- msgctxt "view-subscriber-enhanced-select"
578
- msgid "Please select or create group for this subscriber."
579
- msgstr ""
580
-
581
- #: ../classes/es-register.php:176
582
- msgctxt "view-subscriber-enhanced-select"
583
- msgid "Do you want to delete this record?"
584
- msgstr ""
585
-
586
- #: ../classes/es-register.php:177
587
- msgctxt "view-subscriber-enhanced-select"
588
- msgid "Please select the bulk action."
589
- msgstr ""
590
-
591
- #: ../classes/es-register.php:178
592
- msgctxt "view-subscriber-enhanced-select"
593
- msgid "Do you want to delete selected record(s)?"
594
- msgstr ""
595
-
596
- #: ../classes/es-register.php:179
597
- msgctxt "view-subscriber-enhanced-select"
598
- msgid "Are you sure you want to delete?"
599
- msgstr ""
600
-
601
- #: ../classes/es-register.php:180
602
- msgctxt "view-subscriber-enhanced-select"
603
- msgid ""
604
- "Do you want to resend confirmation email? \\nAlso please note, this will "
605
- "update subscriber current status to 'Unconfirmed'."
606
- msgstr ""
607
-
608
- #: ../classes/es-register.php:181
609
- msgctxt "view-subscriber-enhanced-select"
610
- msgid "Please select new subscriber group."
611
- msgstr ""
612
-
613
- #: ../classes/es-register.php:182
614
- msgctxt "view-subscriber-enhanced-select"
615
- msgid "Do you want to update subscribers group?"
616
- msgstr ""
617
-
618
- #: ../classes/es-register.php:183
619
- msgctxt "view-subscriber-enhanced-select"
620
- msgid "Do you want to export the emails?"
621
- msgstr ""
622
-
623
- #: ../classes/es-register.php:184
624
- msgctxt "view-subscriber-enhanced-select"
625
- msgid ""
626
- "Please select only csv file. Please check official website for csv structure.."
627
- msgstr ""
628
-
629
- #: ../classes/es-register.php:192
630
- msgctxt "compose-enhanced-select"
631
- msgid "Please enter name for configuration."
632
- msgstr ""
633
-
634
- #: ../classes/es-register.php:193
635
- msgctxt "compose-enhanced-select"
636
- msgid "Please select template for this configuration."
637
- msgstr ""
638
-
639
- #: ../classes/es-register.php:194
640
- msgctxt "compose-enhanced-select"
641
- msgid "Do you want to delete this record?"
642
- msgstr ""
643
-
644
- #: ../classes/es-register.php:202
645
- msgctxt "notification-enhanced-select"
646
- msgid "Please select subscribers group."
647
- msgstr ""
648
-
649
- #: ../classes/es-register.php:203
650
- msgctxt "notification-enhanced-select"
651
- msgid "Please select notification mail subject. Use compose menu to create new."
652
- msgstr ""
653
-
654
- #: ../classes/es-register.php:204
655
- msgctxt "notification-enhanced-select"
656
- msgid "Please select notification status."
657
- msgstr ""
658
-
659
- #: ../classes/es-register.php:205
660
- msgctxt "notification-enhanced-select"
661
- msgid "Do you want to delete this record?"
662
- msgstr ""
663
-
664
- #: ../classes/es-register.php:213
665
- msgctxt "sendmail-enhanced-select"
666
- msgid "Please select your mail subject."
667
- msgstr ""
668
-
669
- #: ../classes/es-register.php:214
670
- msgctxt "sendmail-enhanced-select"
671
- msgid "Please select subscriber email status."
672
- msgstr ""
673
-
674
- #: ../classes/es-register.php:215
675
- msgctxt "sendmail-enhanced-select"
676
- msgid "Are you sure you want to send email to all selected email address?"
677
- msgstr ""
678
-
679
- #: ../classes/es-register.php:227
680
- msgctxt "sentmail-enhanced-select"
681
- msgid "Do you want to delete this record?"
682
- msgstr ""
683
-
684
- #: ../classes/es-register.php:228
685
- msgctxt "sentmail-enhanced-select"
686
- msgid "Do you want to delete all records except latest 10?"
687
- msgstr ""
688
-
689
- #: ../classes/es-register.php:236
690
- msgctxt "roles-enhanced-select"
691
- msgid "Please enter subscriber email address."
692
- msgstr ""
693
-
694
- #: ../classes/es-register.php:237
695
- msgctxt "roles-enhanced-select"
696
- msgid "Please select subscriber email status."
697
- msgstr ""
698
-
699
- #: ../classes/es-register.php:238
700
- msgctxt "roles-enhanced-select"
701
- msgid "Please select or create group for this subscriber."
702
- msgstr ""
703
-
704
- #: ../classes/es-register.php:246
705
- msgctxt "cron-enhanced-select"
706
- msgid "Please select enter number of mails you want to send per hour/trigger."
707
- msgstr ""
708
-
709
- #: ../classes/es-register.php:247
710
- msgctxt "cron-enhanced-select"
711
- msgid "Please enter the mail count, only number."
712
- msgstr ""
713
-
714
- #: ../classes/es-register.php:259
715
  msgctxt "widget-enhanced-select"
716
  msgid "Please enter email address."
717
  msgstr "Bitte eine E-Mail Adresse angeben."
718
 
719
- #: ../classes/es-register.php:260
720
  msgctxt "widget-enhanced-select"
721
  msgid "Please provide a valid email address."
722
  msgstr "Bitte eine gültige E-Mail Adresse angeben."
723
 
724
- #: ../classes/es-register.php:261
725
  msgctxt "widget-enhanced-select"
726
  msgid "loading..."
727
  msgstr "Laden..."
728
 
729
- #: ../classes/es-register.php:262
730
  msgctxt "widget-enhanced-select"
731
  msgid "Cannot create XMLHTTP instance"
732
  msgstr "Kann nicht XMLHTTP Instanz erstellen"
733
 
734
- #: ../classes/es-register.php:263
735
  msgctxt "widget-enhanced-select"
736
  msgid "Subscribed successfully."
737
  msgstr "Erfolgreich Abonniert."
738
 
739
- #: ../classes/es-register.php:264
740
- msgctxt "widget-enhanced-select"
741
- msgid ""
742
- "You have successfully subscribed to the newsletter. You will receive a "
743
- "confirmation email in few minutes. Please follow the link in it to confirm "
744
- "your subscription. If the email takes more than 15 minutes to appear in your "
745
- "mailbox, please check your spam folder."
746
- msgstr ""
747
- "Du hast erfolgreich unseren Blog abonniert. Damit wir dich regelmäßig über "
748
- "neue Beiträge informieren können, bestätige bitte noch kurz deine E-Mail-"
749
- "Adresse innerhalb der gesendeten E-Mail."
750
-
751
- #: ../classes/es-register.php:265
752
- msgctxt "widget-enhanced-select"
753
- msgid "Email already exist."
754
- msgstr "E-Mail gibt es bereits."
755
-
756
- #: ../classes/es-register.php:266
757
  msgctxt "widget-enhanced-select"
758
  msgid "Oops.. Unexpected error occurred."
759
  msgstr "Oops .. unerwarteter Fehler aufgetreten."
760
 
761
- #: ../classes/es-register.php:267
762
  msgctxt "widget-enhanced-select"
763
  msgid "Invalid email address."
764
  msgstr "Ungültige Email Adresse."
765
 
766
- #: ../classes/es-register.php:268
767
  msgctxt "widget-enhanced-select"
768
  msgid "Please try after some time."
769
  msgstr "Bitte versuchen Sie es nach einiger Zeit."
770
 
771
- #: ../classes/es-register.php:269
772
  msgctxt "widget-enhanced-select"
773
  msgid "There was a problem with the request."
774
  msgstr "Es gab ein Problem mit der Bitte."
775
 
776
- #: ../classes/es-register.php:276
777
  msgctxt "widget-page-enhanced-select"
778
  msgid "Please enter email address."
779
  msgstr "Bitte eine E-Mail Adresse angeben."
780
 
781
- #: ../classes/es-register.php:277
782
  msgctxt "widget-page-enhanced-select"
783
  msgid "Please provide a valid email address."
784
  msgstr "Bitte eine gültige E-Mail Adresse angeben."
785
 
786
- #: ../classes/es-register.php:278
787
  msgctxt "widget-page-enhanced-select"
788
  msgid "loading..."
789
  msgstr "Laden..."
790
 
791
- #: ../classes/es-register.php:279
792
  msgctxt "widget-page-enhanced-select"
793
  msgid "Cannot create XMLHTTP instance"
794
  msgstr "Kann nicht XMLHTTP Instanz erstellen"
795
 
796
- #: ../classes/es-register.php:280
797
  msgctxt "widget-page-enhanced-select"
798
  msgid "Subscribed successfully."
799
  msgstr "erfolgreich abonniert."
800
 
801
- #: ../classes/es-register.php:281
802
- msgctxt "widget-page-enhanced-select"
803
- msgid ""
804
- "You have successfully subscribed to the newsletter. You will receive a "
805
- "confirmation email in few minutes. Please follow the link in it to confirm "
806
- "your subscription. If the email takes more than 15 minutes to appear in your "
807
- "mailbox, please check your spam folder."
808
- msgstr ""
809
- "Du hast erfolgreich unseren Blog abonniert. Damit wir dich regelmäßig über "
810
- "neue Beiträge informieren können, bestätige bitte noch kurz deine E-Mail-"
811
- "Adresse innerhalb der gesendeten E-Mail."
812
-
813
- #: ../classes/es-register.php:282
814
- msgctxt "widget-page-enhanced-select"
815
- msgid "Email already exist."
816
- msgstr "E-Mail gibt es bereits."
817
-
818
- #: ../classes/es-register.php:283
819
  msgctxt "widget-page-enhanced-select"
820
  msgid "Oops.. Unexpected error occurred."
821
  msgstr "Oops .. unerwarteter Fehler aufgetreten."
822
 
823
- #: ../classes/es-register.php:284
824
  msgctxt "widget-page-enhanced-select"
825
  msgid "Invalid email address."
826
  msgstr "Ungültige Email Adresse."
827
 
828
- #: ../classes/es-register.php:285
829
  msgctxt "widget-page-enhanced-select"
830
  msgid "Please try after some time."
831
  msgstr "Bitte versuchen Sie es nach einiger Zeit."
832
 
833
- #: ../classes/es-register.php:286
834
  msgctxt "widget-page-enhanced-select"
835
  msgid "There was a problem with the request."
836
  msgstr "Es gab ein Problem mit der Bitte."
837
 
838
- #: ../classes/es-register.php:420
839
  msgid "Widget Title"
840
  msgstr "Widget Titel"
841
 
842
- #: ../classes/es-register.php:424
843
  msgid "Display Name Field"
844
  msgstr "Eingaefeld für Namen anzeigen"
845
 
846
- #: ../classes/es-register.php:431
847
  msgid "Short Description"
848
  msgstr "Kurzbeschreibung"
849
 
850
- #: ../classes/es-register.php:433
851
  msgid "Short description about your subscription form."
852
  msgstr "Kurzbeschreibung des Anmeldeformulars"
853
 
854
- #: ../classes/es-register.php:436
855
  msgid "Subscriber Group"
856
  msgstr "Empfängergruppe"
857
 
858
- #: ../subscribers/view-subscriber-add.php:28 ../subscribers/view-subscriber-add.
859
- #: php:119 ../subscribers/view-subscriber-edit.php:43 ../subscribers/view-
 
860
  #: subscriber-edit.php:103
861
  msgid "Please enter subscriber email address."
862
  msgstr "Bitte Empfänger E-Mail-Adresse eingeben."
863
 
864
  #: ../subscribers/view-subscriber-add.php:45
865
  msgid "Please select or create your group for this email."
866
- msgstr "Bitte Empfängergruppe für diese E-Mail-Adresse auswählen oder erstellen."
867
-
868
- #: ../subscribers/view-subscriber-add.php:54 ../subscribers/view-subscriber-
869
- #: import.php:45
870
- msgid ""
871
- "Error: Special characters (['^$%&*()}{@#~?><>,|=_+\\\"]) are not allowed in "
872
- "the group name."
873
  msgstr ""
 
874
 
875
  #: ../subscribers/view-subscriber-add.php:66
876
  msgid "Email was successfully inserted."
@@ -884,6 +1484,26 @@ msgstr "Diese E-Mail-Adresse ist bereits in der Liste vorhanden."
884
  msgid "Email is invalid."
885
  msgstr "Diese E-Mail-Adresse ist ungültig."
886
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
887
  #: ../subscribers/view-subscriber-add.php:111
888
  msgid "Add email"
889
  msgstr "E-Mail-Adresse hinzufügen"
@@ -918,10 +1538,10 @@ msgstr "Gruppe auswählen oder erstellen"
918
  #: ../subscribers/view-subscriber-sync. php:99
919
  #: ../subscribers/view-subscriber-sync.php:130 ../subscribers/view-
920
  #: subscriber-edit.php:116 ../subscribers/view-subscriber-import.php:166 ..
921
- #: /notification/notification-edit.php:122
922
  #: ../notification/notification-add.php:105
923
  #: ../notification/notification-add.php:123 ../sendmail/sendmail.php:107
924
- #: /sendmail/sendmail.php:153
925
  msgid "Select"
926
  msgstr "Auswählen"
927
 
@@ -930,81 +1550,30 @@ msgstr "Auswählen"
930
  #: ../subscribers/view-subscriber-import.php:182
931
  msgid "Please select or create group for this subscriber."
932
  msgstr ""
933
- "Bitte wählen Sie für diesen Empfänger eine Gruppe aus oder legen Sie eine neue "
934
- "an."
935
 
936
  #: ../subscribers/view-subscriber-add.php:153
937
  #: ../subscribers/view-subscriber-sync. php:156
938
  #: ../subscribers/view-subscriber-edit.php:146 ..
939
- #: /notification/notification-edit.php:236
940
- #: ../notification/notification-add.php:215 ../compose/compose-edit.php:111
941
- #: ../compose/compose-add.php:98 ../cron/cron- add.php:89
942
- #: ../roles/roles-add.php:153
943
  msgid "Submit"
944
  msgstr "Senden"
945
 
946
- #: ../subscribers/view-subscriber-sync.php:33
947
- #: ../subscribers/view-subscriber-sync. php:119
948
- #, fuzzy
949
- msgid "Please select default group to newly registered user."
950
- msgstr ""
951
- "Bitte wählen Sie für diesen Empfänger eine Gruppe aus oder legen Sie eine neue "
952
- "an."
953
-
954
- #: ../subscribers/view-subscriber-sync.php:39
955
- #: ../subscribers/view-subscriber-sync. php:150
956
- #, fuzzy
957
- msgid "Please select default group to newly commented user."
958
- msgstr ""
959
- "Bitte wählen Sie für diesen Empfänger eine Gruppe aus oder legen Sie eine neue "
960
- "an."
961
-
962
- #: ../subscribers/view-subscriber-sync.php:56
963
- #, fuzzy
964
- msgid "Sync email successfully updated."
965
- msgstr "E-Mail-Adresse erfolgreich upgedatet."
966
-
967
- #: ../subscribers/view-subscriber-sync.php:88
968
- #, fuzzy
969
- msgid "Sync email"
970
- msgstr "E-Mail senden"
971
-
972
- #: ../subscribers/view-subscriber-sync.php:90
973
- msgid "Sync newly registered user"
974
- msgstr ""
975
-
976
- #: ../subscribers/view-subscriber-sync.php:95
977
- msgid ""
978
- "Automatically add a newly registered user email address to subscribers list."
979
- msgstr ""
980
-
981
- #: ../subscribers/view-subscriber-sync.php:97
982
- #: ../subscribers/view-subscriber-sync. php:128
983
- #, fuzzy
984
- msgid "Select default group"
985
- msgstr "Gruppe auswählen"
986
-
987
- #: ../subscribers/view-subscriber-sync.php:121
988
- msgid "Sync newly commented user"
989
- msgstr ""
990
-
991
- #: ../subscribers/view-subscriber-sync.php:126
992
- msgid ""
993
- "Automatically add a newly commented (who posted comments) user email address "
994
- "to subscribers list."
995
- msgstr ""
996
-
997
  #: ../subscribers/view-subscriber-export.php:22
998
  msgid "Export email address in csv format"
999
  msgstr "E-Mail-Adressen im CSV-Format exportieren"
1000
 
1001
- #: ../subscribers/view-subscriber-export.php:28 ../subscribers/view-subscriber-
1002
- #: export.php:36
1003
  msgid "Export option"
1004
  msgstr "Exportoption"
1005
 
1006
- #: ../subscribers/view-subscriber-export.php:29 ../subscribers/view-subscriber-
1007
- #: export.php:37
1008
  msgid "Total email"
1009
  msgstr "E-Mails gesamt"
1010
 
@@ -1012,8 +1581,9 @@ msgstr "E-Mails gesamt"
1012
  msgid "Subscriber email address"
1013
  msgstr "Empfänger E-Mail-Adresse"
1014
 
1015
- #: ../subscribers/view-subscriber-export.php:46 ../subscribers/view-subscriber-
1016
- #: export.php:52 ../subscribers/view-subscriber-export.php:58
 
1017
  msgid "Click to export csv"
1018
  msgstr "Klicken für den CSV-Export"
1019
 
@@ -1029,24 +1599,15 @@ msgstr "E-Mail-Adresse des Kommentar-Autors"
1029
  msgid "Add Email"
1030
  msgstr "E-Mail-Adresse hinzufügen"
1031
 
1032
- #: ../subscribers/view-subscriber-export.php:66 ../subscribers/view-subscriber-
1033
- #: show.php:445
1034
  msgid "Import Email"
1035
  msgstr "E-Mail-Adressen importieren"
1036
 
1037
- #: ../subscribers/view-subscriber-edit.php:54
1038
- msgid "Error: Special characters are not allowed in the group name."
1039
- msgstr ""
1040
-
1041
  #: ../subscribers/view-subscriber-edit.php:66
1042
  msgid "Email was successfully updated."
1043
  msgstr "E-Mail-Adresse erfolgreich upgedatet."
1044
 
1045
- #: ../subscribers/view-subscriber-edit.php:70
1046
- #, fuzzy
1047
- msgid "Email already exist for this group."
1048
- msgstr "Diese E-Mail-Adresse ist bereits in der Liste vorhanden."
1049
-
1050
  #: ../subscribers/view-subscriber-edit.php:95
1051
  msgid "Edit email"
1052
  msgstr "E-Mail-Adresse bearbeiten"
@@ -1070,7 +1631,8 @@ msgstr "E-Mail-Adressen ungültig."
1070
 
1071
  #: ../subscribers/view-subscriber-import.php:115
1072
  msgid "File upload failed or no data available in the csv file."
1073
- msgstr "Dateiupload fehlgeschlagen oder keine Daten in der CSV-Datei vorhanden."
 
1074
 
1075
  #: ../subscribers/view-subscriber-import.php:149
1076
  msgid "Upload email"
@@ -1080,31 +1642,17 @@ msgstr "E-Mail-Adressen uploaden"
1080
  msgid "Select csv file"
1081
  msgstr "CSV-Datei auswählen"
1082
 
1083
- #: ../subscribers/view-subscriber-import.php:152
1084
- msgid ""
1085
- "Please select the input csv file. Please check official website for csv "
1086
- "structure."
1087
- msgstr ""
1088
- "Bitte wählen Sie eine CSV-Datei. Informationen zur CSV-Struktur finden Sie auf "
1089
- "unserer offiziellen Website."
1090
-
1091
  #: ../subscribers/view-subscriber-import.php:187
1092
  msgid "Upload CSV"
1093
  msgstr "CSV uploaden"
1094
 
1095
- #: ../subscribers/view-subscriber-show.php:11 ../compose/compose-show.php:10 ..
1096
- #: /sendmail/sendmail.php:11
1097
- #, fuzzy
1098
- msgid "Click Here"
1099
- msgstr "Hier klicken"
1100
-
1101
  #: ../subscribers/view-subscriber-show.php:72
1102
  #: ../subscribers/view-subscriber-show. php:125
1103
  msgid ""
1104
  "To send confirmation mail, Please change the Opt-in option to Double Opt In."
1105
  msgstr ""
1106
- "Bitte ändern Sie die Opt-In Option auf Double Opt-In, um Bestätigungsmails zu "
1107
- "senden."
1108
 
1109
  #: ../subscribers/view-subscriber-show.php:81
1110
  msgid "Confirmation email resent successfully."
@@ -1133,21 +1681,11 @@ msgstr "Empfänger anzeigen"
1133
 
1134
  #: ../subscribers/view-subscriber-show.php:233 ../subscribers/view-subscriber-
1135
  #: show.php:444 ../notification/notification-show.php:45 ..
1136
- #: /notification/notification-show.php:151 ../compose/compose-show.php:59
1137
- #: /compose/compose-show.php:119
1138
  msgid "Add New"
1139
  msgstr "Hinzufügen"
1140
 
1141
- #: ../subscribers/view-subscriber-show.php:280
1142
- #, fuzzy
1143
- msgid "All Groups"
1144
- msgstr "Gruppe"
1145
-
1146
- #: ../subscribers/view-subscriber-show.php:299
1147
- #, fuzzy
1148
- msgid "All Status"
1149
- msgstr "Status"
1150
-
1151
  #: ../subscribers/view-subscriber-show.php:300
1152
  msgid "Confirmed"
1153
  msgstr "Bestätigt"
@@ -1160,23 +1698,20 @@ msgstr "Unbestätigt"
1160
  msgid "Unsubscribed"
1161
  msgstr "Abgemeldet"
1162
 
1163
- #: ../subscribers/view-subscriber-show.php:303
1164
- msgid "Single Opt In"
1165
- msgstr "Single Opt-In"
1166
-
1167
  #: ../subscribers/view-subscriber-show.php:325 ../subscribers/view-subscriber-
1168
  #: show.php:338
1169
  msgid "Email address"
1170
  msgstr "E-Mail-Adresse"
1171
 
1172
- #: ../subscribers/view-subscriber-show.php:374 ../notification/notification-show.
1173
- #: php:90 ../compose/compose-show.php:98 ../compose/compose-preview.php:29
 
1174
  msgid "Edit"
1175
  msgstr "Bearbeiten"
1176
 
1177
  #: ../subscribers/view-subscriber-show.php:377 ../subscribers/view-subscriber-
1178
- #: show.php:422 ../notification/notification-show.php:93 ../compose/compose-show.
1179
- #: php:99
1180
  msgid "Delete"
1181
  msgstr "Löschen"
1182
 
@@ -1208,16 +1743,6 @@ msgstr "Gruppe auswählen"
1208
  msgid "Apply"
1209
  msgstr "Zuordnen"
1210
 
1211
- #: ../subscribers/view-subscriber-show.php:446
1212
- #, fuzzy
1213
- msgid "Export Email"
1214
- msgstr "E-Mail-Adressen importieren"
1215
-
1216
- #: ../subscribers/view-subscriber-show.php:447
1217
- #, fuzzy
1218
- msgid "Sync Email"
1219
- msgstr "E-Mail senden"
1220
-
1221
  #: ../notification/notification-edit.php:40
1222
  #: ../notification/notification-add.php:26
1223
  #: ../notification/notification-add.php:119
@@ -1235,10 +1760,11 @@ msgstr "Bitte wählen Sie einen Benachrichtigungsstatus."
1235
  #: ../notification/notification-edit.php:142
1236
  #: ../notification/notification-add.php:38 ../notification/notification-add.
1237
  #: php:138
1238
- msgid "Please select notification mail subject. Use compose menu to create new."
 
1239
  msgstr ""
1240
- "Bitte wählen Sie einen Betreff für das Benachrichtigungs-E-Mail. Über das Menü "
1241
- "Erstellen können Sie einen neuen anlegen."
1242
 
1243
  #: ../notification/notification-edit.php:58
1244
  #: ../notification/notification-edit.php:182
@@ -1277,17 +1803,6 @@ msgstr "Benachrichtigungs-E-Mail"
1277
  msgid "Post Categories"
1278
  msgstr "Beitragskategorien"
1279
 
1280
- #: ../notification/notification-edit.php:184
1281
- #: ../notification/notification-add.php:172
1282
- msgid "Custom post type"
1283
- msgstr ""
1284
-
1285
- #: ../notification/notification-edit.php:223
1286
- #: ../notification/notification-add.php:203
1287
- #, fuzzy
1288
- msgid "Please select your custom post type (Optional)."
1289
- msgstr "Bitte E-Mail-Typ auswählen."
1290
-
1291
  #: ../notification/notification-edit.php:225
1292
  #: ../notification/notification-add.php:205
1293
  #: ../notification/notification-show.php:58 ../notification/notification-show.
@@ -1308,127 +1823,36 @@ msgstr "Benachrichtigung hinzufügen"
1308
  msgid "Mail Subject"
1309
  msgstr "E-Mail Betreff"
1310
 
1311
- #: ../notification/notification-show.php:57
1312
- #: ../notification/notification-show.php:65
1313
- msgid "Categories / Custom Post"
1314
- msgstr ""
1315
-
1316
- #: ../compose/compose-edit.php:40 ../compose/compose-add.php:25
1317
  msgid "Please enter template heading."
1318
  msgstr "Bitte Vorlagenkopf eingeben."
1319
 
1320
- #: ../compose/compose-edit.php:55
1321
  msgid "Template was successfully updated."
1322
  msgstr "Die Vorlage wurde upgedatet."
1323
 
1324
- #: ../compose/compose-edit.php:82 ../compose/compose-show.php:58 ..
1325
- #: /compose/compose-add.php:69
1326
  msgid "Compose Mail"
1327
  msgstr "E-Mail erstellen"
1328
 
1329
- #: ../compose/compose-edit.php:90 ../compose/compose-add.php:77 ..
1330
- #: /sendmail/sendmail.php:50
1331
- msgid "Please select your mail type."
1332
- msgstr "Bitte E-Mail-Typ auswählen."
1333
-
1334
- #: ../compose/compose-edit.php:92 ../compose/compose-add.php:79
1335
- msgid "Enter mail subject."
1336
- msgstr "E-Mail Betreff eingeben."
1337
-
1338
- #: ../compose/compose-edit.php:94 ../compose/compose-add.php:81
1339
- msgid "Please enter your mail subject."
1340
- msgstr "Bitte geben Sie einen Betreff ein."
1341
-
1342
- #: ../compose/compose-edit.php:96 ../compose/compose-add.php:84
1343
- msgid "Mail content"
1344
- msgstr "E-Mail Inhalt"
1345
-
1346
- #: ../compose/compose-edit.php:99 ../compose/compose-add.php:87
1347
- msgid "Please enter content for your mail."
1348
- msgstr "Bitte geben Sie einen Inhalt für das E-Mail ein."
1349
-
1350
- #: ../compose/compose-edit.php:106 ../compose/compose-add.php:94
1351
- msgid "Please select your mail status."
1352
- msgstr "Bitte geben Sie Ihren E-Mail Status an."
1353
-
1354
- #: ../compose/compose-show.php:69 ../compose/compose-show.php:77
1355
  msgid "Email subject"
1356
  msgstr "E-Mail Betreff"
1357
 
1358
- #: ../compose/compose-add.php:39
1359
  msgid "Template was successfully created."
1360
  msgstr "Die Vorlage wurde erstellt."
1361
 
1362
- #: ../export/export-email-address.php:39 ../export/export-email-address.php:45 ..
1363
- #: /export/export-email-address.php:50
 
 
 
 
1364
  msgid "Unexpected url submit has been detected"
1365
  msgstr "Es wurde eine unerwartete URL-Übermittlung entdeckt"
1366
 
1367
- #: ../cron/cron-add.php:18
1368
- #, fuzzy
1369
- msgid "Please enter valid mail count."
1370
- msgstr "Bitte geben Sie einen Betreff ein."
1371
-
1372
- #: ../cron/cron-add.php:29
1373
- #, fuzzy
1374
- msgid "Cron details successfully updated."
1375
- msgstr "Die Details wurden erfolgreich upgedatet."
1376
-
1377
- #: ../cron/cron-add.php:72
1378
- msgid "Cron Details"
1379
- msgstr ""
1380
-
1381
- #: ../cron/cron-add.php:75
1382
- msgid "Cron job URL"
1383
- msgstr ""
1384
-
1385
- #: ../cron/cron-add.php:77
1386
- msgid ""
1387
- "Please find your cron job URL. This is read only field not able to modify from "
1388
- "admin."
1389
- msgstr ""
1390
-
1391
- #: ../cron/cron-add.php:79
1392
- #, fuzzy
1393
- msgid "Mail Count"
1394
- msgstr "E-Mail Inhalt"
1395
-
1396
- #: ../cron/cron-add.php:81
1397
- msgid "Enter number of mails you want to send per hour/trigger."
1398
- msgstr ""
1399
-
1400
- #: ../cron/cron-add.php:83
1401
- #, fuzzy
1402
- msgid "Admin Report"
1403
- msgstr "Berichte anzeigen"
1404
-
1405
- #: ../cron/cron-add.php:85
1406
- msgid "Send above mail to admin whenever cron URL triggered in your server."
1407
- msgstr ""
1408
-
1409
- #: ../cron/cron-add.php:97
1410
- msgid "How to setup auto emails?"
1411
- msgstr ""
1412
-
1413
- #: ../cron/cron-add.php:98
1414
- msgid ""
1415
- "I strongly recommend you to use \"Send mail via cron job\" option to send your "
1416
- "newsletters and notification. The following link explains how to create a CRON "
1417
- "job through the cPanel or Plesk."
1418
- msgstr ""
1419
-
1420
- #: ../cron/cron-add.php:99
1421
- msgid "How to setup auto emails (cron job) in Plesk"
1422
- msgstr ""
1423
-
1424
- #: ../cron/cron-add.php:100
1425
- msgid "How to setup auto emails (cron job) in cPanal"
1426
- msgstr ""
1427
-
1428
- #: ../cron/cron-add.php:101
1429
- msgid "Hosting doesnt support cron jobs?"
1430
- msgstr ""
1431
-
1432
  #: ../sendmail/sendmail.php:35
1433
  msgid "Please select your mail subject."
1434
  msgstr "Bitte E-Mail Betreff auswählen."
@@ -1461,16 +1885,6 @@ msgstr ""
1461
  "Wählen Sie einen verfügbaren E-Mail Betreff aus der Liste. Auf der Seite "
1462
  "Erstellen können Sie eine neue E-Mail schreiben."
1463
 
1464
- #: ../sendmail/sendmail.php:132
1465
- #, fuzzy
1466
- msgid "Mail Type"
1467
- msgstr "E-Mail-Typ"
1468
-
1469
- #: ../sendmail/sendmail.php:133
1470
- #, fuzzy
1471
- msgid "Select your mail type."
1472
- msgstr "Bitte E-Mail-Typ auswählen."
1473
-
1474
  #: ../sendmail/sendmail.php:147
1475
  msgid "Select subscriber group"
1476
  msgstr "Empfängergruppe wählen"
@@ -1490,132 +1904,3 @@ msgstr "Alle abwählen"
1490
  #: ../sendmail/sendmail.php:237
1491
  msgid "No subscribers available for this search criteria."
1492
  msgstr "Keine Empfänger für diese Suchkriterien verfügbar."
1493
-
1494
- #: ../roles/roles-add.php:91
1495
- msgid "Roles and Capabilities"
1496
- msgstr ""
1497
-
1498
- #: ../roles/roles-add.php:93
1499
- #, fuzzy
1500
- msgid "Subscribers Menu"
1501
- msgstr "Empfänger"
1502
-
1503
- #: ../roles/roles-add.php:99
1504
- msgid ""
1505
- "Select user role to access plugin Subscribers Menu. Only Admin user can change "
1506
- "this value."
1507
- msgstr ""
1508
-
1509
- #: ../roles/roles-add.php:102
1510
- #, fuzzy
1511
- msgid "Compose Menu"
1512
- msgstr "E-Mail erstellen"
1513
-
1514
- #: ../roles/roles-add.php:108
1515
- msgid ""
1516
- "Select user role to access plugin Compose Menu. Only Admin user can change "
1517
- "this value."
1518
- msgstr ""
1519
-
1520
- #: ../roles/roles-add.php:110
1521
- #, fuzzy
1522
- msgid "Notification Menu"
1523
- msgstr "Benachrichtigung"
1524
-
1525
- #: ../roles/roles-add.php:116
1526
- msgid ""
1527
- "Select user role to access plugin Notification Menu. Only Admin user can "
1528
- "change this value."
1529
- msgstr ""
1530
-
1531
- #: ../roles/roles-add.php:118
1532
- msgid "Send Email Menu/Cron Menu"
1533
- msgstr ""
1534
-
1535
- #: ../roles/roles-add.php:124
1536
- msgid ""
1537
- "Select user role to access plugin Send Email Menu. Only Admin user can change "
1538
- "this value."
1539
- msgstr ""
1540
-
1541
- #: ../roles/roles-add.php:126
1542
- #, fuzzy
1543
- msgid "Settings Menu"
1544
- msgstr "Einstellungen"
1545
-
1546
- #: ../roles/roles-add.php:132
1547
- msgid ""
1548
- "Select user role to access plugin Settings Menu. Only Admin user can change "
1549
- "this value."
1550
- msgstr ""
1551
-
1552
- #: ../roles/roles-add.php:134
1553
- #, fuzzy
1554
- msgid "Sent Mails Menu"
1555
- msgstr "Gesendete E-Mails"
1556
-
1557
- #: ../roles/roles-add.php:140
1558
- msgid ""
1559
- "Select user role to access plugin Sent Mails Menu. Only Admin user can change "
1560
- "this value."
1561
- msgstr ""
1562
-
1563
- #: ../roles/roles-add.php:142
1564
- #, fuzzy
1565
- msgid "Help & Info Menu"
1566
- msgstr "Hilfe & Info"
1567
-
1568
- #: ../roles/roles-add.php:148
1569
- msgid ""
1570
- "Select user role to access plugin Help & Info Menu. Only Admin user can change "
1571
- "this value."
1572
- msgstr ""
1573
-
1574
- #~ msgid "These tables could not be created on installation "
1575
- #~ msgstr "Die Tabellen konnten während der Installation nicht erstellt werden"
1576
-
1577
- #~ msgid "Please enter email address."
1578
- #~ msgstr "Bitte eine E-Mail Adresse angeben."
1579
-
1580
- #~ msgid "Please provide a valid email address."
1581
- #~ msgstr "Bitte eine gültige E-Mail Adresse angeben."
1582
-
1583
- #~ msgid "loading..."
1584
- #~ msgstr "Laden..."
1585
-
1586
- #~ msgid "Subscribed successfully."
1587
- #~ msgstr "erfolgreich abonniert."
1588
-
1589
- #~ msgid ""
1590
- #~ "You have successfully subscribed to the newsletter. You will receive a "
1591
- #~ "confirmation email in few minutes. Please follow the link in it to confirm "
1592
- #~ "your subscription. If the email takes more than 15 minutes to appear in "
1593
- #~ "your mailbox, please check your spam folder."
1594
- #~ msgstr ""
1595
- #~ "Du hast erfolgreich unseren Blog abonniert. Damit wir dich regelmäßig über "
1596
- #~ "neue Beiträge informieren können, bestätige bitte noch kurz deine E-Mail-"
1597
- #~ "Adresse innerhalb der gesendeten E-Mail."
1598
-
1599
- #~ msgid "Email already exist."
1600
- #~ msgstr "E-Mail gibt es bereits."
1601
-
1602
- #~ msgid "Oops.. Unexpected error occurred."
1603
- #~ msgstr "Oops .. unerwarteter Fehler aufgetreten."
1604
-
1605
- #~ msgid "Invalid email address."
1606
- #~ msgstr "Ungültige Email Adresse."
1607
-
1608
- #~ msgid "Please try after some time."
1609
- #~ msgstr "Bitte versuchen Sie es nach einiger Zeit."
1610
-
1611
- #~ msgid "There was a problem with the request."
1612
- #~ msgstr "Es gab ein Problem mit der Bitte."
1613
-
1614
- #~ msgid "Mail Preview"
1615
- #~ msgstr "E-Mail Vorschau"
1616
-
1617
- #~ msgid "View all status"
1618
- #~ msgstr "Alle Stati anzeigen"
1619
-
1620
- #~ msgid "Export Email (CSV)"
1621
- #~ msgstr "E-Mail-Adressen exportieren (CSV)"
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-03 19:50+0100\n"
7
+ "Last-Translator: Vineet Talwar <vineettalwar007@gmail.com>\n"
8
  "Language-Team: \n"
9
+ "Language: de\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.6.5\n"
16
+ "X-Poedit-KeywordsList: _:1;gettext:1;dgettext:2;ngettext:1,2;dngettext:2,3;"
17
+ "__:1;_e:1;_c:1;_n:1,2;_n_noop:1,2;_nc:1,2;__ngettext:1,2;__ngettext_noop:1,2;"
18
+ "_x:1,2c;_ex:1,2c;_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;"
19
+ "esc_attr__:1;esc_html__:1;esc_attr_e:1;esc_html_e:1;esc_attr_x:1,2c;"
20
+ "esc_html_x:1,2c;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: de_DE\n"
23
  "X-Poedit-SearchPath-0: ..\n"
24
 
25
  #. Name of the plugin
26
  msgid "Email Subscribers"
27
+ msgstr "E-mail Empfänger "
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
+ "Empfänger hinzufügen, HTML-Briefe an allen Empfänger senden und automatisch "
39
+ "den Empfängern über die neuen Blogs mitteilen, sobald es veröffentlicht wird."
40
 
41
  #. Author of the plugin
42
  msgid "Store Apps"
43
+ msgstr "Store Apps"
44
+
45
+ #: ../settings/setting-sync.php:25
46
+ msgid "Sync plugin tables"
47
+ msgstr "Plugintabelle synchronisieren "
48
+
49
+ #: ../settings/setting-sync.php:28
50
+ msgid "Click to sync tables"
51
+ msgstr "Klicken auf Synchronisation der Tabelle"
52
+
53
+ #: ../settings/settings-edit.php:15
54
+ msgid "Oops, selected details doesnt exists."
55
+ msgstr "Hoppla, ausgewählte Details existieren nicht"
56
+
57
+ #: ../settings/settings-edit.php:211
58
+ msgid "1. WP HTML MAIL"
59
+ msgstr "1. WP HTML MAIL"
60
+
61
+ #: ../settings/settings-edit.php:212
62
+ msgid "2. WP PLAINTEXT MAIL"
63
+ msgstr "2. WP PLAINTEXT MAIL"
64
+
65
+ #: ../settings/settings-edit.php:213
66
+ msgid "3. PHP HTML MAIL"
67
+ msgstr "3. PHP HTML MAIL"
68
+
69
+ #: ../settings/settings-edit.php:214
70
+ msgid "4. PHP PLAINTEXT MAIL"
71
+ msgstr "4. PHP PLAINTEXT MAIL"
72
+
73
+ #: ../settings/settings-edit.php:226
74
+ msgid "Double Opt In"
75
+ msgstr "Doppelte Opt-in"
76
+
77
+ #: ../settings/settings-edit.php:233
78
+ msgid "Image Size"
79
+ msgstr "Bildgröße"
80
+
81
+ #: ../settings/settings-edit.php:234
82
+ msgid ""
83
+ "Select image size for ###POSTIMAGE### to be shown in post notification email"
84
  msgstr ""
85
+ "Wählen Sie das Bild für ###POSTIMAGE### aus, es wird Email-Benachrichtigung "
86
+ "angezeigt "
87
 
88
+ #: ../settings/settings-edit.php:238
89
+ msgid "Full Size"
90
+ msgstr "Volles Format"
 
91
 
92
+ #: ../settings/settings-edit.php:239
93
+ msgid "Medium Size"
94
+ msgstr "Mittleres Format"
95
+
96
+ #: ../settings/settings-edit.php:240
97
+ msgid "Thumbnail"
98
+ msgstr "Thumbnail"
99
+
100
+ #: ../settings/settings-edit.php:280 ../settings/settings-edit.php:308
101
+ msgid "YES"
102
+ msgstr "JA"
103
+
104
+ #: ../settings/settings-edit.php:281 ../settings/settings-edit.php:309
105
+ msgid "NO"
106
+ msgstr "NEIN"
107
+
108
+ #: ../settings/settings-edit.php:295
109
+ msgid ""
110
+ "Enter the content for subscriber welcome mail. This will send whenever email "
111
+ "subscribed (confirmed) successfully. (Keyword: ###NAME###)"
112
+ msgstr ""
113
+ "Geben Sie den Inhalt für Empfänger willkommen Mail ein. Dies wird immer "
114
+ "erfolgreich senden Emails an Empfänger (bestätigt). (Keyword: ###NAME###)"
115
+
116
+ #: ../settings/settings-edit.php:330
117
+ msgid ""
118
+ "Enter the mail content for admin. This will send whenever new email added "
119
+ "and confirmed into our database. (Keyword: ###NAME###, ###EMAIL###)"
120
+ msgstr ""
121
+ "Geben Sie neuen Email-Inhalt füe den Administrator ein. Die neuen Emails "
122
+ "werden hinzugefügt und im Datenspeicher bestätigt. (Keyword: ###NAME###, "
123
+ "###EMAIL###)"
124
+
125
+ #: ../settings/settings-edit.php:345
126
+ msgid ""
127
+ "Enter the text for unsubscribe link. This text is to add unsubscribe link "
128
+ "with newsletter. (Keyword: ###LINK###)"
129
+ msgstr ""
130
+ "Geben Sie die Email im abgemeldeten Link ein. Text ist zum abgemeldeten Link "
131
+ "mit Rundschreiben zu hinzufügen. (Keyword: ###LINK###)"
132
+
133
+ #: ../settings/settings-edit.php:382
134
+ msgid ""
135
+ "Mail content for sent mail report. (Keyword: ###COUNT###, ###UNIQUE###, "
136
+ "###STARTTIME###, ###ENDTIME###)"
137
  msgstr ""
138
+ "Email-Inhalt für den gesendeten Bericht. (Keyword: ###COUNT###, "
139
+ "###UNIQUE###, ###STARTTIME###, ###ENDTIME###)"
140
+
141
+ #: ../classes/es-register.php:151
142
+ msgid "Cron"
143
+ msgstr "Cron"
144
+
145
+ #: ../classes/es-register.php:157 ../classes/es-register.php:158
146
+ msgid "Roles"
147
+ msgstr "Rollen"
148
+
149
+ #: ../classes/es-register.php:164
150
+ msgid "<span style=\"color:#f18500;font-weight:bolder;\">Help & Info"
151
+ msgstr ""
152
+ "<span style=\"color:#f18500;font-weight:bolder;\">Hilfe & Informationen"
153
+
154
+ #: ../classes/es-register.php:175
155
+ msgctxt "view-subscriber-enhanced-select"
156
+ msgid "Please enter subscriber email address."
157
+ msgstr "Bitte geben Sie die Empfängeradresse an."
158
+
159
+ #: ../classes/es-register.php:176
160
+ msgctxt "view-subscriber-enhanced-select"
161
+ msgid "Please select subscriber email status."
162
+ msgstr "Bitte wählen Sie den Status der Empfängeradresse."
163
+
164
+ #: ../classes/es-register.php:177
165
+ msgctxt "view-subscriber-enhanced-select"
166
+ msgid "Please select or create group for this subscriber."
167
+ msgstr ""
168
+ "Bitte wählen Sie aus oder erstellen Sie die Gruppe für diesen Empfänger."
169
+
170
+ #: ../classes/es-register.php:178
171
+ msgctxt "view-subscriber-enhanced-select"
172
+ msgid "Do you want to delete this record?"
173
+ msgstr "Möchten Sie diese Aufzeichnung löschen?"
174
+
175
+ #: ../classes/es-register.php:179
176
+ msgctxt "view-subscriber-enhanced-select"
177
+ msgid "Please select the bulk action."
178
+ msgstr "Bitte wählen Sie die bulk aktion."
179
+
180
+ #: ../classes/es-register.php:180
181
+ msgctxt "view-subscriber-enhanced-select"
182
+ msgid "Do you want to delete selected record(s)?"
183
+ msgstr "Möchten Sie ausgewählte Aufzeichnung(en) löschen?"
184
+
185
+ #: ../classes/es-register.php:181
186
+ msgctxt "view-subscriber-enhanced-select"
187
+ msgid "Are you sure you want to delete?"
188
+ msgstr "Sind Sie sicher, dass Sie die löschen möchten?"
189
+
190
+ #: ../classes/es-register.php:182
191
+ msgctxt "view-subscriber-enhanced-select"
192
+ msgid ""
193
+ "Do you want to resend confirmation email? \\nAlso please note, this will "
194
+ "update subscriber current status to 'Unconfirmed'."
195
+ msgstr ""
196
+ "Möchten Sie die bestätigte Email noch mal senden? \\nAlso, bitte vermerken, "
197
+ "diese Empfänger werden derzeit mit dem Status 'Nicht bestätigte' "
198
+ "aktualisiert."
199
+
200
+ #: ../classes/es-register.php:183
201
+ msgctxt "view-subscriber-enhanced-select"
202
+ msgid "Please select new subscriber group."
203
+ msgstr "Bitte wählen Sie die neue Empfängergruppe aus."
204
+
205
+ #: ../classes/es-register.php:184
206
+ msgctxt "view-subscriber-enhanced-select"
207
+ msgid "Do you want to update subscribers group?"
208
+ msgstr "Möchten Sie die Empfängergruppe aktualisieren?"
209
+
210
+ #: ../classes/es-register.php:185
211
+ msgctxt "view-subscriber-enhanced-select"
212
+ msgid "Do you want to export the emails?"
213
+ msgstr "Möchten Sie diese Emails exportieren?"
214
+
215
+ #: ../classes/es-register.php:186
216
+ msgctxt "view-subscriber-enhanced-select"
217
+ msgid ""
218
+ "Please select only csv file. Please check official website for csv "
219
+ "structure.."
220
+ msgstr ""
221
+ "Bitte wählen Sie nur csv Datei. Bitte prüfen Sie offizielle Webseite für csv "
222
+ "Struktur.."
223
+
224
+ #: ../classes/es-register.php:194
225
+ msgctxt "compose-enhanced-select"
226
+ msgid "Please enter name for configuration."
227
+ msgstr "Bitte geben Sie den Namen für Bestätigung ein."
228
+
229
+ #: ../classes/es-register.php:195
230
+ msgctxt "compose-enhanced-select"
231
+ msgid "Please select template for this configuration."
232
+ msgstr "Bitte wählen Sie die Schablone für diese Bestätigung."
233
+
234
+ #: ../classes/es-register.php:196
235
+ msgctxt "compose-enhanced-select"
236
+ msgid "Do you want to delete this record?"
237
+ msgstr "Möchten Sie diese Aufzeichnung löschen?"
238
+
239
+ #: ../classes/es-register.php:204
240
+ msgctxt "notification-enhanced-select"
241
+ msgid "Please select subscribers group."
242
+ msgstr "Bitte wählen Sie eine Empfängergruppe aus."
243
+
244
+ #: ../classes/es-register.php:205
245
+ msgctxt "notification-enhanced-select"
246
+ msgid ""
247
+ "Please select notification mail subject. Use compose menu to create new."
248
+ msgstr ""
249
+ "Bitte wählen Sie ein Betreff aus, in dem mail angezeigt wird. Nutzen sie das "
250
+ "Verfassungsmenü, um die neue zu erstellen."
251
+
252
+ #: ../classes/es-register.php:206
253
+ msgctxt "notification-enhanced-select"
254
+ msgid "Please select notification status."
255
+ msgstr "Bitte wählen Sie Meldung Status aus."
256
+
257
+ #: ../classes/es-register.php:207
258
+ msgctxt "notification-enhanced-select"
259
+ msgid "Do you want to delete this record?"
260
+ msgstr "Möchten Sie diese Aufzeichnung löschen?"
261
+
262
+ #: ../classes/es-register.php:215
263
+ msgctxt "sendmail-enhanced-select"
264
+ msgid "Please select your mail subject."
265
+ msgstr "Bitte wählen Sie ein Betreff füe Ihre Email aus."
266
+
267
+ #: ../classes/es-register.php:216
268
+ msgctxt "sendmail-enhanced-select"
269
+ msgid "Please select subscriber email status."
270
+ msgstr "Bitte wählen Sie Emailstatus füe die Empfänger."
271
+
272
+ #: ../classes/es-register.php:217
273
+ msgctxt "sendmail-enhanced-select"
274
+ msgid "Are you sure you want to send email to all selected email address?"
275
+ msgstr ""
276
+ "Sind Sie sicher, dass Sie diese Email an allen ausgewählten Empfängern "
277
+ "senden möchten?"
278
+
279
+ #: ../classes/es-register.php:229
280
+ msgctxt "sentmail-enhanced-select"
281
+ msgid "Do you want to delete this record?"
282
+ msgstr "Möchten Sie diese Aufzeichnung löschen?"
283
+
284
+ #: ../classes/es-register.php:230
285
+ msgctxt "sentmail-enhanced-select"
286
+ msgid "Do you want to delete all records except latest 10?"
287
+ msgstr "Möchten Sie alle Aufzeichnungen außer letzten 10 löschen?"
288
+
289
+ #: ../classes/es-register.php:238
290
+ msgctxt "roles-enhanced-select"
291
+ msgid "Please enter subscriber email address."
292
+ msgstr "Bitte geben Sie die Emailadresse des Empfängers ein."
293
+
294
+ #: ../classes/es-register.php:239
295
+ msgctxt "roles-enhanced-select"
296
+ msgid "Please select subscriber email status."
297
+ msgstr "Bitte geben Sie den Status des Empfängers ein."
298
+
299
+ #: ../classes/es-register.php:240
300
+ msgctxt "roles-enhanced-select"
301
+ msgid "Please select or create group for this subscriber."
302
+ msgstr ""
303
+ "Bitte wählen Sie aus oder erstellen Sie die Gruppe für diese Empfängern."
304
+
305
+ #: ../classes/es-register.php:248
306
+ msgctxt "cron-enhanced-select"
307
+ msgid "Please select enter number of mails you want to send per hour/trigger."
308
+ msgstr ""
309
+ "Bitte wählen Sie die Zugangsnummer aus, die sie jede Stunde senden oder "
310
+ "abrufen möchten."
311
+
312
+ #: ../classes/es-register.php:249
313
+ msgctxt "cron-enhanced-select"
314
+ msgid "Please enter the mail count, only number."
315
+ msgstr "Bitte geben Sie die Anzahl von Emails ein, nur die Nummer."
316
+
317
+ #: ../classes/es-register.php:267
318
+ msgctxt "widget-enhanced-select"
319
+ msgid ""
320
+ "You have successfully subscribed to the newsletter. You will receive a "
321
+ "confirmation email in a few minutes. Please follow the link in it to confirm "
322
+ "your subscription. If the email takes more than 15 minutes to appear in your "
323
+ "mailbox, please check your spam folder."
324
+ msgstr ""
325
+ "Sie haben erfolgreich die Informationsbriefe abonniert. In ein paar Minuten "
326
+ "erhalten Sie eine Email mit Betätigung. Bitte folgen Sie den Link, um Ihre "
327
+ "Abonnenten zu bestätigen. Wenn Sie innerhalb 15 Minuten keine Email bekommen "
328
+ "haben, bitte Prüfen Sie den Spam-Ordner."
329
+
330
+ #: ../classes/es-register.php:268
331
+ msgctxt "widget-enhanced-select"
332
+ msgid "Email Address already exists."
333
+ msgstr "Die Email Adresse bereits existiert."
334
+
335
+ #: ../classes/es-register.php:284
336
+ msgctxt "widget-page-enhanced-select"
337
+ msgid ""
338
+ "You have successfully subscribed to the newsletter. You will receive a "
339
+ "confirmation email in a few minutes. Please follow the link in it to confirm "
340
+ "your subscription. If the email takes more than 15 minutes to appear in your "
341
+ "mailbox, please check your spam folder."
342
+ msgstr ""
343
+ "Sie haben erfolgreich die Informationsbriefe abonniert. In ein paar Minuten "
344
+ "erhalten Sie eine Email mit Betätigung. Bitte folgen Sie den Link, um Ihre "
345
+ "Abonnenten zu bestätigen. Wenn Sie innerhalb 15 Minuten keine Email bekommen "
346
+ "haben, bitte Prüfen Sie den Spam-Ordner."
347
+
348
+ #: ../classes/es-register.php:285
349
+ msgctxt "widget-page-enhanced-select"
350
+ msgid "Email Address already exists."
351
+ msgstr "Die Email Adresse bereits existiert."
352
+
353
+ #: ../classes/es-common.php:7
354
+ msgid "<span style=\"color:#006600;font-weight:bold;\">Confirmed</span>"
355
+ msgstr "<span style=\"color:#006600;font-weight:bold;\">Bestätigt</span>"
356
+
357
+ #: ../classes/es-common.php:10
358
+ msgid "<span style=\"color:#FF0000\">Unconfirmed</span>"
359
+ msgstr "<span style=\"color:#FF0000\">Nicht Bestätigt</span>"
360
+
361
+ #: ../classes/es-common.php:13
362
+ msgid "<span style=\"color:#999900\">Unsubscribed</span>"
363
+ msgstr "<span style=\"color:#999900\">Unsubscribed</span>"
364
+
365
+ #: ../classes/es-common.php:16
366
+ msgid "<span style=\"color:#0000FF\">Single Opt In</span>"
367
+ msgstr "<span style=\"color:#0000FF\">Einzel Opt-In</span>"
368
+
369
+ #: ../classes/es-common.php:19
370
+ msgid "<span style=\"color:#00CC00;font-weight:bold\">Viewed</span>"
371
+ msgstr "<span style=\"color:#00CC00;font-weight:bold\">Angesehen</span>"
372
+
373
+ #: ../classes/es-common.php:22
374
+ msgid "<span style=\"color:#999900;\">Nodata</span>"
375
+ msgstr "<span style=\"color:#999900;\">Nodata</span>"
376
+
377
+ #: ../classes/es-common.php:25
378
+ msgid "<span style=\"color:#FF0000\">Disable</span>"
379
+ msgstr "<span style=\"color:#FF0000\">Deaktivieren</span>"
380
+
381
+ #: ../classes/es-common.php:28
382
+ msgid "<span style=\"color:#FF0000\">In Queue</span>"
383
+ msgstr "<span style=\"color:#FF0000\">In die Schlange</span>"
384
+
385
+ #: ../classes/es-common.php:31
386
+ msgid "<span style=\"color:#00FF00;font-weight:bold;\">Sent</span>"
387
+ msgstr "<span style=\"color:#00FF00;font-weight:bold;\">Gesendent</span>"
388
+
389
+ #: ../classes/es-common.php:34
390
+ msgid "<span style=\"color:#ffd700;font-weight:bold;\">Cron Mail</span>"
391
+ msgstr "<span style=\"color:#ffd700;font-weight:bold;\">Cron Mail</span>"
392
+
393
+ #: ../classes/es-common.php:37
394
+ msgid "<span style=\"color:#993399;\">Instant Mail</span>"
395
+ msgstr "<span style=\"color:#993399;\">Sofort Mail</span>"
396
+
397
+ #: ../subscribers/view-subscriber-add.php:54 ../subscribers/view-subscriber-
398
+ #: import.php:45
399
+ msgid ""
400
+ "Error: Special characters (['^$%&*()}{@#~?><>,|=_+\\\"]) are not allowed in "
401
+ "the group name."
402
+ msgstr ""
403
+ "Fehler: spezielle Merkmale (['^$%&*()}{@#~?><>,|=_+\\\"]) sind nicht erlaubt "
404
+ "im Gruppennamen "
405
+
406
+ #: ../subscribers/view-subscriber-sync.php:90
407
+ msgid "Sync newly registered user"
408
+ msgstr "Synchronisieren Sie neu registrierte Benutzer"
409
+
410
+ #: ../subscribers/view-subscriber-sync.php:95
411
+ msgid ""
412
+ "Automatically add a newly registered user email address to subscribers list."
413
+ msgstr ""
414
+ "Hinzufügen Sie automatisch neu registrierte Nutzer zur Email Adresse Liste."
415
+
416
+ #: ../subscribers/view-subscriber-sync.php:121
417
+ msgid "Sync newly commented user"
418
+ msgstr "Synchronisieren Sie neu registrierte Benutzer"
419
+
420
+ #: ../subscribers/view-subscriber-sync.php:126
421
+ msgid ""
422
+ "Automatically add a newly commented (who posted comments) user email address "
423
+ "to subscribers list."
424
+ msgstr ""
425
+ "Hinzufügen Sie automatisch neu registrierte Nutzer ( wer die Kommentare "
426
+ "schreibt) zur Email Adresse Liste."
427
+
428
+ #: ../subscribers/view-subscriber-edit.php:54
429
+ msgid "Error: Special characters are not allowed in the group name."
430
+ msgstr "Fehler: spezielle Merkmale sind nicht erlaubt im Gruppennamen."
431
+
432
+ #: ../subscribers/view-subscriber-import.php:152
433
+ msgid "Select the input csv file. Check official website for csv structure : "
434
+ msgstr ""
435
+ "Wählen Sie Inhalt csv Datei aus. Prüfen Sie die offizielle Web Seite für csv "
436
+ "Struktur :"
437
+
438
+ #: ../subscribers/view-subscriber-import.php:153
439
+ msgid "click here"
440
+ msgstr "Klicken Sie hier"
441
+
442
+ #: ../notification/notification-edit.php:184
443
+ #: ../notification/notification-add.php:172
444
+ msgid "Custom post type"
445
+ msgstr "Der gewöhnliche Typ von Post"
446
+
447
+ #: ../notification/notification-show.php:57
448
+ #: ../notification/notification-show.php:65
449
+ msgid "Categories / Custom Post"
450
+ msgstr "Kategorien / gewöhnliche Post"
451
+
452
+ #: ../compose/compose-edit.php:82 ../compose/compose-add.php:73
453
+ msgid "Static Template (For Newsletter Email)"
454
+ msgstr "Statistische Vorlage (für Informationsemails)"
455
+
456
+ #: ../compose/compose-edit.php:83 ../compose/compose-add.php:74
457
+ msgid "Dynamic Template (For Notification Email)"
458
+ msgstr "Dynamische Vorlage ( für Benachrichtigungsemails)"
459
+
460
+ #: ../compose/compose-edit.php:85
461
+ msgid "Please select your mail type"
462
+ msgstr "Bitte ihre Mail-Typ auswählen"
463
+
464
+ #: ../compose/compose-edit.php:87 ../compose/compose-add.php:78
465
+ msgid "Enter Mail Subject"
466
+ msgstr "Geben Sie Betreff ein"
467
+
468
+ #: ../compose/compose-edit.php:89 ../compose/compose-add.php:80
469
+ msgid "Please enter your mail subject. Keyword: ###POSTTITLE###"
470
+ msgstr ""
471
+ "Bitte geben Sie den Betreff von Ihrer Email ein. Kennwort ###POSTTITLE###"
472
+
473
+ #: ../compose/compose-edit.php:91 ../compose/compose-add.php:82
474
+ msgid "Mail Content"
475
+ msgstr "Datei erstellen"
476
+
477
+ #: ../compose/compose-edit.php:95 ../compose/compose-add.php:86
478
+ msgid "Please enter content for your mail"
479
+ msgstr "Bitte geben Sie einen Inhalt für Ihre Email ein"
480
+
481
+ #: ../compose/compose-edit.php:96 ../compose/compose-add.php:87
482
+ msgid ""
483
+ "Keywords: ###POSTTITLE###, ###POSTLINK###, ###POSTIMAGE###, ###POSTDESC###, "
484
+ "###POSTFULL###, ###DATE###, ###POSTLINK-ONLY###, ###POSTLINK-WITHTITLE###"
485
+ msgstr ""
486
+ "Kennwort: ###Betreff### ###Bild### ### Beschreibung### ###vollständig### "
487
+ "###Datum### ###nur den Link### ###Link mit Titel###"
488
+
489
+ #: ../compose/compose-edit.php:101 ../compose/compose-add.php:92
490
+ msgid "Published"
491
+ msgstr "Veröffentlicht"
492
+
493
+ #: ../compose/compose-edit.php:103 ../compose/compose-add.php:94
494
+ msgid "Please select your mail status"
495
+ msgstr "Bitte wählen Sie den Status Ihrer Email"
496
+
497
+ #: ../cron/cron-add.php:71
498
+ msgid "Cron Details"
499
+ msgstr "Details erstellen"
500
+
501
+ #: ../cron/cron-add.php:74
502
+ msgid "Cron job URL"
503
+ msgstr "Cron job URL"
504
+
505
+ #: ../cron/cron-add.php:76
506
+ msgid ""
507
+ "Please find your cron job URL. This is readonly field not able to modify "
508
+ "from admin."
509
+ msgstr ""
510
+ "Bitte suchen Sie die Funktion Datei erstellen. Dieser schreibbeschützte "
511
+ "Bereich ist nicht verfügbar und eingeschränkt vom Administrartor"
512
+
513
+ #: ../cron/cron-add.php:80
514
+ msgid "Enter number of mails you want to send per hour/trigger."
515
+ msgstr ""
516
+ "Geben Sie die Anzahl von Emails die Sie jede Stunde senden/anrufen möchten."
517
+
518
+ #: ../cron/cron-add.php:84
519
+ msgid ""
520
+ "Send above mail to admin whenever cron URL triggered in your server.<br /"
521
+ ">(Keywords: ###DATE###, ###SUBJECT###, ###COUNT###)"
522
+ msgstr ""
523
+ "Senden Sie eine Email an Administrator, jedes Mal wenn Sie eine Datei in "
524
+ "ihrem Server abrufen."
525
+
526
+ #: ../cron/cron-add.php:97
527
+ msgid "How to setup auto emails using CRON Job through the cPanel or Plesk?"
528
+ msgstr ""
529
+ "Wie kann man automatische Email durch Benutzung von Datei erstellen cPanel "
530
+ "oder Plesk konfigurieren?"
531
+
532
+ #: ../cron/cron-add.php:98
533
+ msgid ""
534
+ "<a target=\"_blank\" href=\"http://www.storeapps.org/docs/es-how-to-schedule-"
535
+ "cron-emails-in-parallels-plesk/\">Setup cron job in Plesk</a>"
536
+ msgstr ""
537
+ "<a target=\"_blank\" href=\"http://www.storeapps.org/docs/es-how-to-schedule-"
538
+ "cron-emails-in-parallels-plesk/\">Konfiguration cron job in Plesk</a>"
539
+
540
+ #: ../cron/cron-add.php:99
541
+ msgid ""
542
+ "<a target=\"_blank\" href=\"http://www.storeapps.org/docs/es-how-to-schedule-"
543
+ "cron-emails-in-cpanel/\">Setup cron job in cPanal</a>"
544
+ msgstr ""
545
+ "<a target=\"_blank\" href=\"http://www.storeapps.org/docs/es-how-to-schedule-"
546
+ "cron-emails-in-cpanel/\">Konfiguration cron job in cPanal</a>"
547
+
548
+ #: ../cron/cron-add.php:100
549
+ msgid ""
550
+ "<a target=\"_blank\" href=\"http://www.storeapps.org/docs/es-what-to-do-if-"
551
+ "hosting-doesnt-support-cron-jobs/\">Hosting doesnt support cron jobs?</a>"
552
+ msgstr ""
553
+ "<a target=\"_blank\" href=\"http://www.storeapps.org/docs/es-what-to-do-if-"
554
+ "hosting-doesnt-support-cron-jobs/\">Das Hosting unterstützt keine cron jobs?"
555
+ "</a>"
556
+
557
+ #: ../roles/roles-add.php:93
558
+ msgid "Roles and Capabilities"
559
+ msgstr "Funktionen und Fähigkeiten"
560
+
561
+ #: ../roles/roles-add.php:97 ../roles/roles-add.php:105
562
+ #: ../roles/roles-add.php:113 ../roles/roles-add.php:121
563
+ #: ../roles/roles-add.php:129 ../roles/roles-add. php:137
564
+ #: ../roles/roles-add.php:145
565
+ msgid "Administrator Only"
566
+ msgstr "Nur Administrator"
567
+
568
+ #: ../roles/roles-add.php:98 ../roles/roles-add.php:106
569
+ #: ../roles/roles-add.php:114 ../roles/roles-add.php:122
570
+ #: ../roles/roles-add.php:130 ../roles/roles-add. php:138
571
+ #: ../roles/roles-add.php:146
572
+ msgid "Administrator/Editor"
573
+ msgstr "Administrator/Redaktor"
574
+
575
+ #: ../roles/roles-add.php:99 ../roles/roles-add.php:107
576
+ #: ../roles/roles-add.php:115 ../roles/roles-add.php:123
577
+ #: ../roles/roles-add.php:131 ../roles/roles-add. php:139
578
+ #: ../roles/roles-add.php:147
579
+ msgid "Administrator/Editor/Author/Contributor"
580
+ msgstr "Administrator/ Redaktor/ Autor/Mitarbeiter"
581
+
582
+ #: ../roles/roles-add.php:101
583
+ msgid ""
584
+ "Select user role to access plugin Subscribers Menu. Only Admin user can "
585
+ "change this value."
586
+ msgstr ""
587
+ "Wählen Sie die Funktion aus dem Zugang zum Emailmenü zu bekommen. Nur "
588
+ "Administrator kann diesen Nutzer ändern"
589
+
590
+ #: ../roles/roles-add.php:109
591
+ msgid ""
592
+ "Select user role to access plugin Compose Menu. Only Admin user can change "
593
+ "this value."
594
+ msgstr ""
595
+ "Wählen Sie die Funktion aus dem Zugang zum Einstellungsmenü zu bekommen. Nur "
596
+ "Administrator kann diesen Nutzer ändern"
597
+
598
+ #: ../roles/roles-add.php:117
599
+ msgid ""
600
+ "Select user role to access plugin Notification Menu. Only Admin user can "
601
+ "change this value."
602
+ msgstr ""
603
+ "Wählen Sie die Funktion aus dem Zugang zum Benachrichtigungsmenü zu "
604
+ "bekommen. Nur Administrator kann diesen Nutzer ändern"
605
+
606
+ #: ../roles/roles-add.php:119
607
+ msgid "Send Email Menu/Cron Menu"
608
+ msgstr "Emailmenü senden"
609
+
610
+ #: ../roles/roles-add.php:125
611
+ msgid ""
612
+ "Select user role to access plugin Send Email Menu. Only Admin user can "
613
+ "change this value."
614
+ msgstr ""
615
+ "Wählen Sie die Funktion aus dem Zugang zum Emailmenü zu bekommen. Nur "
616
+ "Administrator kann diesen Nutzer ändern"
617
+
618
+ #: ../roles/roles-add.php:133
619
+ msgid ""
620
+ "Select user role to access plugin Settings Menu. Only Admin user can change "
621
+ "this value."
622
+ msgstr ""
623
+ "Wählen Sie die Funktion aus dem Zugang zum Einstellungsmenü zu bekommen. Nur "
624
+ "Administrator kann diesen Nutzer ändern"
625
+
626
+ #: ../roles/roles-add.php:141
627
+ msgid ""
628
+ "Select user role to access plugin Sent Mails Menu. Only Admin user can "
629
+ "change this value."
630
+ msgstr ""
631
+ "Wählen Sie die Funktion aus dem Zugang zum Menü mit abgeschickten Emails zu "
632
+ "bekommen. Nur Administrator kann diesen Nutzer ändern."
633
+
634
+ #: ../roles/roles-add.php:149
635
+ msgid ""
636
+ "Select user role to access plugin Help & Info Menu. Only Admin user can "
637
+ "change this value."
638
+ msgstr ""
639
+ "Wählen Sie die Funktion aus dem Zugang zum Informationsmenü und Hilfemenü zu "
640
+ "bekommen. Nur Administrator kann diesen Nutzer ändern."
641
+
642
+ #: ../help/help.php:44
643
+ msgid "Welcome to Email Subscribers!"
644
+ msgstr "Willkommen in Email Abonnenten"
645
+
646
+ #: ../help/help.php:45
647
+ msgid ""
648
+ "Thanks for installing and we hope you will enjoy using Email Subscribers."
649
+ msgstr ""
650
+ "Danke für die Installation und wir hoffen Sie werden mit dem Abonnieren von "
651
+ "Emails genießen"
652
+
653
+ #: ../help/help.php:49
654
+ msgid "For more help and tips..."
655
+ msgstr "Für mehr Hilfe und Tipps..."
656
+
657
+ #: ../help/help.php:93
658
+ msgid "Frequently Asked Questions"
659
+ msgstr "Häufig gestellte Fragen."
660
+
661
+ #: ../help/help.php:104
662
+ msgid "How to setup subscription box widget?"
663
+ msgstr "Wie kann man das abonnement von Widget box abonnieren?"
664
+
665
+ #: ../help/help.php:111
666
+ msgid "How to add unsubscribe link in welcome email?"
667
+ msgstr ""
668
+ "Wie kann man unbeschreiblichen Link zur Email in Willkommen hinzufügen."
669
+
670
+ #: ../help/help.php:119
671
+ msgid "How to change/update/translate any text from the plugin?"
672
+ msgstr ""
673
+ "Wie kann man ändern/aktualisieren/übersetzen irgendeinen Text aus dem "
674
+ "Zuastzprogramm"
675
+
676
+ #: ../help/help.php:120
677
+ msgid ""
678
+ "Refer steps from <a target=\"_blank\" href=\"http://www.storeapps.org/docs/"
679
+ "es-how-to-change-update-translate-any-texts-from-email-subscribers/\">here</"
680
+ "a>."
681
+ msgstr ""
682
+ "Verweisen die Schritte aus<a target=\"_blank\" href=\"http://www.storeapps."
683
+ "org/docs/es-how-to-change-update-translate-any-texts-from-email-subscribers/"
684
+ "\">hier</a>."
685
+
686
+ #: ../help/help.php:123
687
+ msgid "How to setup auto emails using CRON Job?"
688
+ msgstr "Wie kann man konfigurieren auto Emails benutzung CRON Job?"
689
+
690
+ #: ../help/help.php:124
691
+ msgid ""
692
+ " 1. <a target=\"_blank\" href=\"http://www.storeapps.org/docs/es-how-to-"
693
+ "schedule-cron-emails-in-cpanel/\">Setup cron job in Plesk</a><br>\n"
694
+ "\t\t\t\t\t\t\t\t\t\t 2. <a target=\"_blank\" href=\"http://www.storeapps."
695
+ "org/docs/es-how-to-schedule-cron-emails-in-parallels-plesk/\">Setup cron job "
696
+ "in cPanal</a><br>\n"
697
+ "\t\t\t\t\t\t\t\t\t\t 3. <a target=\"_blank\" href=\"http://www.storeapps."
698
+ "org/docs/es-what-to-do-if-hosting-doesnt-support-cron-jobs/\">Hosting doesnt "
699
+ "support cron jobs?</a>"
700
+ msgstr ""
701
+ " 1. <a target=\"_blank\" href=\"http://www.storeapps.org/docs/es-how-to-"
702
+ "schedule-cron-emails-in-cpanel/\">Setup cron job in Plesk</a><br>\n"
703
+ "\t\t\t\t\t\t\t\t\t\t 2. <a target=\"_blank\" href=\"http://www.storeapps."
704
+ "org/docs/es-how-to-schedule-cron-emails-in-parallels-plesk/\">Setup cron job "
705
+ "in cPanal</a><br>\n"
706
+ "\t\t\t\t\t\t\t\t\t\t 3. <a target=\"_blank\" href=\"http://www.storeapps."
707
+ "org/docs/es-what-to-do-if-hosting-doesnt-support-cron-jobs/\">Das Hosting "
708
+ "unterstützt keine cron jobs?</a>"
709
+
710
+ #: ../help/help.php:129
711
+ msgid "Notification Emails are not being received by Subscribers?"
712
+ msgstr "Benachrichtigungsemails werden nicht bekommen?"
713
+
714
+ #: ../help/help.php:130
715
+ #, php-format
716
+ msgid "Confirm steps from %s."
717
+ msgstr "Bestätigen die Schritte von %s."
718
+
719
+ #: ../help/help.php:130 ../help/help.php:134 ../help/help.php:138
720
+ #: ../help/help. php:142 ../help/help.php:146 ../help/help.php:150
721
+ #: ../help/help.php:154 .. help/help.php:158 ../help/help.php:162
722
+ #: ../help/help.php:166
723
+ msgid "here"
724
+ msgstr "hier"
725
+
726
+ #: ../help/help.php:133
727
+ msgid "How to import and export email address to subscriber list?"
728
+ msgstr ""
729
+ "Wie kann man eine Email Adresse in Abonnementliste importieren oder "
730
+ "exportieren?"
731
+
732
+ #: ../help/help.php:134 ../help/help.php:138 ../help/help.php:142
733
+ #: ../help/help. php:146 ../help/help.php:150 ../help/help.php:154
734
+ #: ../help/help.php:158 .. help/help.php:162
735
+ #, php-format
736
+ msgid "Refer %s."
737
+ msgstr "Verweisen %s."
738
+
739
+ #: ../help/help.php:137
740
+ msgid "How to Compose and Send static newsletter mails?"
741
+ msgstr "Wie kann man verfassen und senden statistische Briefe?"
742
+
743
+ #: ../help/help.php:141
744
+ msgid ""
745
+ "How to Configure and Send notification emails to subscribers when new posts "
746
+ "are published?"
747
+ msgstr ""
748
+ "Wie kann man konfigurieren und senden Benachrichtigungen, wenn neue Email "
749
+ "veröffentlicht werden?"
750
+
751
+ #: ../help/help.php:145
752
+ msgid ""
753
+ "How to install and activate Email Subscribers on multisite installations?"
754
+ msgstr ""
755
+ "Wie kann man installieren oder aktivieren die Emails mit Hilfe von "
756
+ "vielseitigen Installation?"
757
+
758
+ #: ../help/help.php:149
759
+ msgid ""
760
+ "How to modify the existing mails (Opt-in mail, Welcome mail, Admin mails) "
761
+ "content?"
762
+ msgstr "Wie den Inhalt bestehenden Emails zu ändern?"
763
+
764
+ #: ../help/help.php:153
765
+ msgid "How to Add/Update Existing Subscribers Group?"
766
+ msgstr "Wie kann man bereits bestehende Gruppe hinzufügen/aktualisieren?"
767
+
768
+ #: ../help/help.php:157
769
+ msgid "How to check Sent mails?"
770
+ msgstr "Wie kann man gesendete Email prüfen?"
771
+
772
+ #: ../help/help.php:161
773
+ msgid "How to show subscribe form inside a popup?"
774
+ msgstr "Wie kann man Empfänger im Dialogfenster zeigen?"
775
+
776
+ #: ../help/help.php:165
777
+ msgid "Check more detailed documentation"
778
+ msgstr "Mehr detaillierte Dokumenten prüfen"
779
+
780
+ #: ../help/help.php:166
781
+ #, php-format
782
+ msgid "From %s."
783
+ msgstr "Aus %s."
784
+
785
+ #: ../settings/setting-sync.php:12
786
+ msgid "Table sync completed successfully."
787
+ msgstr "E-Mail erfolgreich gesendet."
788
+
789
+ #: ../sentmail/sentmail-show.php:73 ../sentmail/sentmail-show.php:86
790
+ msgid "Source"
791
+ msgstr "Quelle"
792
+
793
+ #: ../sentmail/sentmail-show.php:76 ../sentmail/sentmail-show.php:89
794
+ msgid "Start Date"
795
+ msgstr "Startdatum"
796
+
797
+ #: ../sentmail/sentmail-show.php:77 ../sentmail/sentmail-show.php:90
798
+ msgid "End Date"
799
+ msgstr "Enddatum"
800
+
801
+ #: ../sentmail/sentmail-show.php:78 ../sentmail/sentmail-show.php:91
802
+ msgid "Total"
803
+ msgstr "gesamt"
804
+
805
+ #: ../classes/es-register.php:152
806
+ msgid "Cron Mail"
807
+ msgstr "Cron Mail"
808
+
809
+ #: ../subscribers/view-subscriber-sync.php:33
810
+ #: ../subscribers/view-subscriber-sync. php:119
811
+ msgid "Please select default group to newly registered user."
812
+ msgstr "Bitte wählen sie eine standard gruppe für den neu registrierten Nutzer"
813
+
814
+ #: ../subscribers/view-subscriber-sync.php:39
815
+ #: ../subscribers/view-subscriber-sync. php:150
816
+ msgid "Please select default group to newly commented user."
817
+ msgstr "Bitte wählen sie eine standard Gruppe für den neu kommentierten Nutzer"
818
+
819
+ #: ../subscribers/view-subscriber-sync.php:56
820
+ msgid "Sync email successfully updated."
821
+ msgstr "E-Mail-Adresse wurde erfolgreich synchronisiert."
822
+
823
+ #: ../subscribers/view-subscriber-sync.php:88
824
+ msgid "Sync email"
825
+ msgstr "E-Mail synchronisieren"
826
+
827
+ #: ../subscribers/view-subscriber-sync.php:97
828
+ #: ../subscribers/view-subscriber-sync. php:128
829
+ msgid "Select default group"
830
+ msgstr "Default Gruppe auswählen"
831
+
832
+ #: ../subscribers/view-subscriber-edit.php:70
833
+ msgid "Email already exist for this group."
834
+ msgstr "Diese E-Mail-Adresse ist bereits in der Gruppe."
835
+
836
+ #: ../subscribers/view-subscriber-show.php:11 ../compose/compose-show.php:13
837
+ #: .. sendmail/sendmail.php:11
838
+ msgid "Click Here"
839
+ msgstr "Hier Klicken"
840
+
841
+ #: ../subscribers/view-subscriber-show.php:280
842
+ msgid "All Groups"
843
+ msgstr "Alle Gruppe"
844
+
845
+ #: ../subscribers/view-subscriber-show.php:299
846
+ msgid "All Status"
847
+ msgstr "Alle Status"
848
+
849
+ #: ../subscribers/view-subscriber-show.php:446
850
+ msgid "Export Email"
851
+ msgstr "E-Mail-Adressen exportieren"
852
+
853
+ #: ../subscribers/view-subscriber-show.php:447
854
+ msgid "Sync Email"
855
+ msgstr "E-Mail synchronisieren"
856
+
857
+ #: ../notification/notification-edit.php:223
858
+ #: ../notification/notification-add.php:203
859
+ msgid "Please select your custom post type (Optional)."
860
+ msgstr "Bitte custom post type auswählen (Optional)."
861
+
862
+ #: ../compose/compose-edit.php:80 ../compose/compose-add.php:71 ..
863
+ #: sendmail/sendmail.php:132
864
+ msgid "Mail Type"
865
+ msgstr "Mail-Typ"
866
+
867
+ #: ../cron/cron-add.php:21
868
+ msgid "Please enter valid mail count."
869
+ msgstr "Bitte geben Sie eine gültige Nummer ein."
870
+
871
+ #: ../cron/cron-add.php:31
872
+ msgid "Cron details successfully updated."
873
+ msgstr "Cron Details wurden erfolgreich aktualisieren."
874
+
875
+ #: ../cron/cron-add.php:78
876
+ msgid "Mail Count"
877
+ msgstr "E-Mail Nummer"
878
+
879
+ #: ../cron/cron-add.php:82
880
+ msgid "Admin Report"
881
+ msgstr "Admins Bericht "
882
+
883
+ #: ../sendmail/sendmail.php:133
884
+ msgid "Select your mail type."
885
+ msgstr "Bitte Mail-Typ auswählen."
886
+
887
+ #: ../roles/roles-add.php:95
888
+ msgid "Subscribers Menu"
889
+ msgstr "Empfänger Menü"
890
+
891
+ #: ../roles/roles-add.php:103
892
+ msgid "Compose Menu"
893
+ msgstr "Menü Erstellen"
894
+
895
+ #: ../roles/roles-add.php:111
896
+ msgid "Notification Menu"
897
+ msgstr "Benachrichtigungsmenü"
898
+
899
+ #: ../roles/roles-add.php:127
900
+ msgid "Settings Menu"
901
+ msgstr "Einstellungen Menü"
902
 
903
+ #: ../roles/roles-add.php:135
904
+ msgid "Sent Mails Menu"
905
+ msgstr "Gesendete E-Mails Menü"
906
 
907
+ #: ../roles/roles-add.php:143
908
+ msgid "Help & Info Menu"
909
+ msgstr "Hilfe & Information Menü"
 
 
 
 
 
910
 
911
+ #: ../settings/settings-edit.php:109
912
  msgid "Please enter sender of notifications from name."
913
  msgstr "Bitte geben Sie einen Absender Namen für Benachrichtigungen ein."
914
 
915
+ #: ../settings/settings-edit.php:114
916
  msgid "Please enter sender of notifications from email."
917
+ msgstr ""
918
+ "Bitte geben Sie eine Absender E-Mail-Adresse für Benachrichtigungen ein."
919
 
920
+ #: ../settings/settings-edit.php:147
921
  msgid "Details was successfully updated."
922
  msgstr "Die Details wurden erfolgreich upgedatet."
923
 
924
+ #: ../settings/settings-edit.php:150
925
  msgid "Oops, details not update."
926
  msgstr "Hoppla, die Details konnten nicht upgedatet werden."
927
 
928
+ #: ../settings/settings-edit.php:190 ../classes/es-register.php:154
929
+ #: ../classes/es- register.php:155
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
930
  msgid "Settings"
931
  msgstr "Einstellungen"
932
 
933
+ #: ../settings/settings-edit.php:196
934
  msgid "Sender of notifications"
935
  msgstr "Absender für Benachrichtigungen"
936
 
937
+ #: ../settings/settings-edit.php:197
938
  msgid ""
939
  "Choose a FROM name and FROM email address for all notifications emails from "
940
  "this plugin."
942
  "Wählen Sie einen ABSENDER Namen und eine ABSENDER E-Mail-Adresse für alle "
943
  "Benachrichtigungen von diesem Plugin."
944
 
945
+ #: ../settings/settings-edit.php:206
 
946
  msgid "Mail type"
947
  msgstr "E-Mail-Typ"
948
 
949
+ #: ../settings/settings-edit.php:207
950
  msgid ""
951
+ "Option 1 & 2 is to send mails with default Wordpress method wp_mail(). "
952
+ "Option 3 & 4 is to send mails with PHP method mail()"
953
  msgstr ""
954
  "Mit Option 1 & 2 werden E-Mails mit der Wordpress Standardmethode wp_mail() "
955
  "versendet. Mit Option 3 & 4 werden E-Mails mit der PHP-Methode mail() "
956
  "versendet."
957
 
958
+ #: ../settings/settings-edit.php:221
959
  msgid "Opt-in option"
960
  msgstr "Opt-in Option"
961
 
962
+ #: ../settings/settings-edit.php:222
963
  msgid ""
964
  "Double Opt In, means subscribers need to confirm their email address by an "
965
+ "activation link sent them on a activation email message. Single Opt In, "
966
+ "means subscribers do not need to confirm their email address."
967
  msgstr ""
968
  "Bei Double Opt-In müssen die Empfänger ihre E-Mail-Adresse mittels eines "
969
  "Aktivierungslinks bestätigen, welcher ihnen per E-Mail zugesandt wird. Bei "
970
  "Single Opt-In müssen die Empfänger ihre E-Mail-Adresse nicht bestätigen."
971
 
972
+ #: ../settings/settings-edit.php:227
973
+ #: ../subscribers/view-subscriber-show.php:303
974
+ msgid "Single Opt In"
975
+ msgstr "Single Opt-In"
976
+
977
+ #: ../settings/settings-edit.php:246
978
  msgid "Opt-in mail subject (Confirmation mail)"
979
  msgstr "Opt-In E-Mail Betreff (Bestätigungsmail)"
980
 
981
+ #: ../settings/settings-edit.php:247
982
  msgid ""
983
  "Enter the subject for Double Opt In mail. This will send whenever subscriber "
984
  "added email into our database."
986
  "Geben Sie den Betreff für das Double Opt-In E-Mail ein. Dieses wird immer "
987
  "gesendet, sobald eine E-Mail-Adresse registriert wird."
988
 
989
+ #: ../settings/settings-edit.php:253
990
  msgid "Opt-in mail content (Confirmation mail)"
991
  msgstr "Opt-in E-Mail Inhalt (Bestätigungsmail)"
992
 
993
+ #: ../settings/settings-edit.php:254
994
  msgid ""
995
  "Enter the content for Double Opt In mail. This will send whenever subscriber "
996
  "added email into our database."
998
  "Geben Sie den Inhalt für das Double Opt-In E-Mail ein. Dieses wird immer "
999
  "gesendet, sobald eine E-Mail-Adresse registriert wird."
1000
 
1001
+ #: ../settings/settings-edit.php:260
1002
  msgid "Opt-in link (Confirmation link)"
1003
  msgstr "Opt-In Link (Bestätigungslink)"
1004
 
1005
+ #: ../settings/settings-edit.php:261
1006
  msgid "Double Opt In confirmation link. You no need to change this value."
1007
  msgstr "Double Opt-In Bestätigungslink. Sie müssen diesen nicht ändern."
1008
 
1009
+ #: ../settings/settings-edit.php:267
1010
  msgid "Text to display after email subscribed successfully"
1011
  msgstr ""
1012
  "Text zur Anzeige nachdem eine E-Mail-Adresse erfolgreich registriert wurde"
1013
 
1014
+ #: ../settings/settings-edit.php:268
1015
  msgid ""
1016
  "This text will display once user clicked email confirmation link from opt-in "
1017
  "(confirmation) email content."
1019
  "Dieser Text wird angezeigt, sobald ein User den Bestätigungspink im Opt-In "
1020
  "Bestätigungsmail angeklickt hat."
1021
 
1022
+ #: ../settings/settings-edit.php:275
1023
  msgid "Subscriber welcome email"
1024
  msgstr "Empfänger Willkommensmail"
1025
 
1026
+ #: ../settings/settings-edit.php:276
1027
  msgid "To send welcome mail to subscriber, This option must be set to YES."
1028
  msgstr ""
1029
  "Diese Option muss auf JA gesetzt sein, damit ein Willkommensmail an neue "
1030
  "Empfänger gesendet wird."
1031
 
1032
+ #: ../settings/settings-edit.php:287
1033
  msgid "Welcome mail subject"
1034
  msgstr "Willkommensmail Betreff"
1035
 
1036
+ #: ../settings/settings-edit.php:288
1037
  msgid ""
1038
  "Enter the subject for subscriber welcome mail. This will send whenever email "
1039
  "subscribed (confirmed) successfully."
1041
  "Geben Sie einen Betreff für das Willkommensmail an. Dieses wird immer "
1042
  "gesendet, wenn eine neue E-Mail-Adresse registriert bzw. bestätigt wurde."
1043
 
1044
+ #: ../settings/settings-edit.php:294
1045
  msgid "Subscriber welcome mail content"
1046
  msgstr "Willkommensmail Inhalt"
1047
 
1048
+ #: ../settings/settings-edit.php:303
 
 
 
 
 
 
 
 
1049
  msgid "Mail to admin"
1050
  msgstr "Mail an den Administrator"
1051
 
1052
+ #: ../settings/settings-edit.php:304
1053
  msgid ""
1054
+ "To send admin notifications for new subscriber, This option must be set to "
1055
+ "YES."
1056
  msgstr ""
1057
  "Diese Option muss auf JA gesetzt sein, damit bei neuen Empfängern "
1058
  "Benachrichtigungsmails an den Administrator gesendet werden."
1059
 
1060
+ #: ../settings/settings-edit.php:315
1061
  msgid "Admin email addresses"
1062
  msgstr "Administrator E-Mail-Adressen"
1063
 
1064
+ #: ../settings/settings-edit.php:316
1065
  msgid ""
1066
+ "Enter the admin email addresses that should receive notifications (separate "
1067
+ "by comma)."
1068
  msgstr ""
1069
+ "Geben Sie Administrator E-Mail-Adressen an, welche Benachrichtigungen "
1070
+ "erhalten sollen (kommagetrennt)."
1071
 
1072
+ #: ../settings/settings-edit.php:322
1073
  msgid "Admin mail subject"
1074
  msgstr "Administrator E-Mail Betreff"
1075
 
1076
+ #: ../settings/settings-edit.php:323
1077
  msgid ""
1078
+ "Enter the subject for admin mail. This will send whenever new email added "
1079
+ "and confirmed into our database."
1080
  msgstr ""
1081
  "Geben Sie einen Betreff für Administratormails an. Diese werden immer "
1082
  "gesendet, sobald eine neue E-Mail-Adresse als Empfänger hinzugefügt und "
1083
  "bestätigt wurde."
1084
 
1085
+ #: ../settings/settings-edit.php:329
1086
  msgid "Admin mail content"
1087
  msgstr "Administrator E-Mail Inhalt"
1088
 
1089
+ #: ../settings/settings-edit.php:337
 
 
 
 
 
 
 
 
1090
  msgid "Unsubscribe link"
1091
  msgstr "Abmeldelink"
1092
 
1093
+ #: ../settings/settings-edit.php:338
1094
  msgid "Unsubscribe link. You no need to change this value."
1095
  msgstr "Abmeldelink. Sie müssen diesen Wert nicht ändern."
1096
 
1097
+ #: ../settings/settings-edit.php:344
1098
  msgid "Unsubscribe text in mail"
1099
  msgstr "Text für Abmeldelink"
1100
 
1101
+ #: ../settings/settings-edit.php:351
 
 
 
 
 
 
 
 
1102
  msgid "Text to display after email unsubscribed"
1103
  msgstr "Text der nach einer Abmeldung angezeigt wird"
1104
 
1105
+ #: ../settings/settings-edit.php:352
1106
  msgid ""
1107
+ "This text will display once user clicked unsubscribed link from our "
1108
+ "newsletter."
1109
  msgstr ""
1110
  "Dieser Text wird immer angezeigt, nachdem ein User den Abmeldelink in einem "
1111
  "Newsletter angeklickt hat."
1112
 
1113
+ #: ../settings/settings-edit.php:359
1114
  msgid "Message 1"
1115
  msgstr "Nachricht 1"
1116
 
1117
+ #: ../settings/settings-edit.php:360
1118
  msgid "Default message to display if any issue on confirmation link."
1119
  msgstr "Standardnachricht bei Problemen mit dem Bestätigungslink."
1120
 
1121
+ #: ../settings/settings-edit.php:366
1122
  msgid "Message 2"
1123
  msgstr "Nachricht 2"
1124
 
1125
+ #: ../settings/settings-edit.php:367
1126
  msgid "Default message to display if any issue on unsubscribe link."
1127
  msgstr "Standardnachricht bei Problemen mit dem Abmeldelink."
1128
 
1129
+ #: ../settings/settings-edit.php:374
1130
  msgid "Sent report subject"
1131
  msgstr "Sendebericht Betreff"
1132
 
1133
+ #: ../settings/settings-edit.php:375
1134
  msgid "Mail subject for sent mail report."
1135
  msgstr "E-Mail Betreff für den Sendebericht."
1136
 
1137
+ #: ../settings/settings-edit.php:381
1138
  msgid "Sent report content"
1139
  msgstr "Sendebericht Inhalt"
1140
 
1141
+ #: ../settings/settings-edit.php:393
 
 
 
 
1142
  msgid "Save Settings"
1143
  msgstr "Einstellungen speichern"
1144
 
1145
+ #: ../settings/settings-edit.php:394
1146
+ #: ../subscribers/view-subscriber-add.php:154 ..
1147
+ #: subscribers/view-subscriber-sync.php:157
1148
  #: ../subscribers/view-subscriber-edit. php:147
1149
  #: ../notification/notification-edit.php:237 ../notification/notification-
1150
+ #: add.php:216 ../compose/compose-edit.php:109 ../compose/compose-add.php:99
1151
+ #: cron/cron-add.php:89 ../sendmail/sendmail.php:260
1152
+ #: ../roles/roles-add.php:155
1153
  msgid "Cancel"
1154
  msgstr "Abbrechen"
1155
 
1156
+ #: ../settings/settings-edit.php:395 ../sentmail/sentmail-preview.php:33 ..
1157
+ #: sentmail/deliverreport-show.php:120 ../subscribers/view-subscriber-add.php:
1158
  #: 155 ../subscribers/view-subscriber-sync.php:158
1159
  #: ../subscribers/view-subscriber- export.php:68
1160
  #: ../subscribers/view-subscriber-edit.php:148 ../subscribers/view-
1161
  #: subscriber-import.php:189 ../subscribers/view-subscriber-show.php:448
1162
+ #: notification/notification-edit.php:238
1163
  #: ../notification/notification-add.php:217
1164
+ #: ../notification/notification-show.php:152 ../compose/compose-edit.php:110 .
1165
+ #: compose/compose-show.php:113 ../compose/compose-preview.php:35
1166
+ #: compose/compose-add.php:100 ../cron/cron-add.php:90
1167
+ #: ../sendmail/sendmail.php:261 ../roles/roles-add.php:156
1168
  msgid "Help"
1169
  msgstr "Hilfe"
1170
 
1171
+ #: ../job/es-optin.php:64 ../job/es-optin.php:79 ../job/es-unsubscribe.php:60
1172
+ #: .. job/es-unsubscribe.php:70
1173
  msgid ""
1174
+ "Oops.. We are getting some technical error. Please try again or contact "
1175
+ "admin."
1176
  msgstr ""
1177
  "Hoppla! Wir hatten gerade ein technisches Problem. Bitte versuchen Sie es "
1178
  "nochmals oder kontaktieren Sie den Administrator."
1181
  msgid "This email address has already been confirmed."
1182
  msgstr "Diese E-Mail-Adresse wurde bereits bestätigt."
1183
 
1184
+ #: ../sentmail/sentmail-show.php:18 ../sentmail/sentmail-preview.php:12 ..
1185
+ #: subscribers/view-subscriber-edit.php:12
1186
+ #: ../subscribers/view-subscriber-show. php:46
1187
+ #: ../notification/notification-edit.php:11 ../notification/notification-
1188
+ #: show.php:16 ../compose/compose-edit.php:15 ../compose/compose-show.php:31
1189
+ #: compose/compose-preview.php:13
1190
+ msgid "Oops, selected details doesnt exist."
1191
+ msgstr "Hoppla, die ausgewählten Details sind nicht vorhanden."
1192
+
1193
+ #: ../sentmail/sentmail-show.php:33 ../subscribers/view-subscriber-show.php:60
1194
+ #: .. subscribers/view-subscriber-show.php:104
1195
+ #: ../notification/notification-show. php:31 ../compose/compose-show.php:43
1196
  msgid "Selected record was successfully deleted."
1197
  msgstr "Der ausgewählte Eintrag wurde erfolgreich gelöscht."
1198
 
1200
  msgid "Successfully deleted all reports except latest 10."
1201
  msgstr "Alle außer den letzten 10 Berichten wurden erfolgreich gelöscht."
1202
 
1203
+ #: ../sentmail/sentmail-show.php:53 ../classes/es-register.php:160
1204
+ #: ../classes/es- register.php:161
1205
  msgid "Sent Mails"
1206
  msgstr "Gesendete E-Mails"
1207
 
1210
  msgstr "Berichte anzeigen"
1211
 
1212
  #: ../sentmail/sentmail-show.php:72 ../sentmail/sentmail-show.php:85 ..
1213
+ #: compose/compose-show.php:95
1214
  msgid "Preview"
1215
  msgstr "Vorschau"
1216
 
 
 
 
 
 
1217
  #: ../sentmail/sentmail-show.php:74 ../sentmail/sentmail-show.php:87 ..
1218
+ #: sentmail/deliverreport-show.php:40 ../sentmail/deliverreport-show.php:52
1219
+ #: subscribers/view-subscriber-add.php:121
1220
+ #: ../subscribers/view-subscriber-edit. php:105
1221
+ #: ../subscribers/view-subscriber-import.php:155 ../subscribers/view-
1222
  #: subscriber-show.php:327 ../subscribers/view-subscriber-show.php:340
1223
+ #: compose/compose-edit.php:99 ../compose/compose-show.php:67
1224
+ #: ../compose/compose- show.php:75 ../compose/compose-add.php:90
1225
  msgid "Status"
1226
  msgstr "Status"
1227
 
1228
  #: ../sentmail/sentmail-show.php:75 ../sentmail/sentmail-show.php:88 ..
1229
+ #: sentmail/deliverreport-show.php:41 ../sentmail/deliverreport-show.php:53
1230
+ #: compose/compose-show.php:68 ../compose/compose-show.php:76
1231
  msgid "Type"
1232
  msgstr "Typ"
1233
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1234
  #: ../sentmail/sentmail-show.php:79 ../sentmail/sentmail-show.php:92 ..
1235
+ #: subscribers/view-subscriber-export.php:30 ../subscribers/view-subscriber-
1236
+ #: export.php:38 ../subscribers/view-subscriber-show.php:330
1237
+ #: ../subscribers/view- subscriber-show.php:343 ../compose/compose-show.php:69
1238
+ #: ../compose/compose-show. php:77
1239
  msgid "Action"
1240
  msgstr "Aktion"
1241
 
1242
  #: ../sentmail/sentmail-show.php:131 ../sentmail/deliverreport-show.php:84 ..
1243
+ #: notification/notification-show.php:141 ../compose/compose-show.php:102
1244
  msgid "No records available."
1245
  msgstr "Keine Einträge vorhanden."
1246
 
1264
  "Achtung: Bitte klicken Sie auf <strong>Tabelle optimieren</strong>, um alle "
1265
  "Berichte außer den letzten 10 zu löschen."
1266
 
1267
+ #: ../sentmail/sentmail-preview.php:19 ../compose/compose-preview.php:21
1268
  msgid "Preview Mail"
1269
  msgstr "Vorschau E-Mail"
1270
 
1271
+ #: ../sentmail/sentmail-preview.php:32 ../sentmail/deliverreport-show.php:119
1272
+ #: .. subscribers/view-subscriber-export.php:67
1273
+ #: ../subscribers/view-subscriber- import.php:188
1274
+ #: ../compose/compose-preview.php:33
1275
  msgid "Back"
1276
  msgstr "Zurück"
1277
 
1283
  msgid "Delivery Report"
1284
  msgstr "Zustellungsbericht"
1285
 
1286
+ #: ../sentmail/deliverreport-show.php:37 ../sentmail/deliverreport-show.php:49
1287
+ #: .. subscribers/view-subscriber-export.php:27
1288
+ #: ../subscribers/view-subscriber- export.php:35
1289
+ #: ../subscribers/view-subscriber-show.php:324 ../subscribers/view-
1290
  #: subscriber-show.php:337
1291
  msgid "Sno"
1292
  msgstr "Sno"
1307
  msgid "Viewed Date"
1308
  msgstr "Gesehen Datum"
1309
 
1310
+ #: ../sentmail/deliverreport-show.php:44 ../sentmail/deliverreport-show.php:56
1311
+ #: .. subscribers/view-subscriber-show.php:329
1312
+ #: ../subscribers/view-subscriber-show. php:342
1313
  msgid "Database ID"
1314
  msgstr "Datenbank-ID"
1315
 
1316
+ #: ../classes/es-loadwidget.php:23 ../classes/es-register.php:410 ..
1317
+ #: subscribers/view-subscriber-show.php:326
1318
+ #: ../subscribers/view-subscriber-show. php:339
1319
  msgid "Name"
1320
  msgstr "Name"
1321
 
1322
+ #: ../classes/es-loadwidget.php:28 ../classes/es-register.php:415
1323
  msgid "Email *"
1324
  msgstr "E-Mail-Adresse*"
1325
 
1326
+ #: ../classes/es-loadwidget.php:33 ../classes/es-register.php:420
1327
  msgid "Subscribe"
1328
  msgstr "Abonnieren"
1329
 
1330
+ #: ../classes/es-register.php:139 ../classes/es-register.php:140
 
 
 
 
1331
  msgid "Subscribers"
1332
  msgstr "Empfänger"
1333
 
1334
+ #: ../classes/es-register.php:142 ../classes/es-register.php:143
1335
  msgid "Compose"
1336
  msgstr "Erstellen"
1337
 
1338
+ #: ../classes/es-register.php:145 ../classes/es-register.php:146 ..
1339
+ #: notification/notification-show.php:44
1340
  msgid "Notification"
1341
  msgstr "Benachrichtigung"
1342
 
1343
+ #: ../classes/es-register.php:148 ../classes/es-register.php:149 ..
1344
+ #: sendmail/sendmail.php:94 ../sendmail/sendmail.php:256 ../sendmail/sendmail.
1345
  #: php:258
1346
  msgid "Send Email"
1347
  msgstr "E-Mail senden"
1348
 
1349
+ #: ../classes/es-register.php:163
 
 
 
 
 
 
 
 
 
 
 
 
 
1350
  msgid "Help & Info"
1351
  msgstr "Hilfe & Info"
1352
 
1353
+ #: ../classes/es-register.php:262
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1354
  msgctxt "widget-enhanced-select"
1355
  msgid "Please enter email address."
1356
  msgstr "Bitte eine E-Mail Adresse angeben."
1357
 
1358
+ #: ../classes/es-register.php:263
1359
  msgctxt "widget-enhanced-select"
1360
  msgid "Please provide a valid email address."
1361
  msgstr "Bitte eine gültige E-Mail Adresse angeben."
1362
 
1363
+ #: ../classes/es-register.php:264
1364
  msgctxt "widget-enhanced-select"
1365
  msgid "loading..."
1366
  msgstr "Laden..."
1367
 
1368
+ #: ../classes/es-register.php:265
1369
  msgctxt "widget-enhanced-select"
1370
  msgid "Cannot create XMLHTTP instance"
1371
  msgstr "Kann nicht XMLHTTP Instanz erstellen"
1372
 
1373
+ #: ../classes/es-register.php:266
1374
  msgctxt "widget-enhanced-select"
1375
  msgid "Subscribed successfully."
1376
  msgstr "Erfolgreich Abonniert."
1377
 
1378
+ #: ../classes/es-register.php:269
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1379
  msgctxt "widget-enhanced-select"
1380
  msgid "Oops.. Unexpected error occurred."
1381
  msgstr "Oops .. unerwarteter Fehler aufgetreten."
1382
 
1383
+ #: ../classes/es-register.php:270
1384
  msgctxt "widget-enhanced-select"
1385
  msgid "Invalid email address."
1386
  msgstr "Ungültige Email Adresse."
1387
 
1388
+ #: ../classes/es-register.php:271
1389
  msgctxt "widget-enhanced-select"
1390
  msgid "Please try after some time."
1391
  msgstr "Bitte versuchen Sie es nach einiger Zeit."
1392
 
1393
+ #: ../classes/es-register.php:272
1394
  msgctxt "widget-enhanced-select"
1395
  msgid "There was a problem with the request."
1396
  msgstr "Es gab ein Problem mit der Bitte."
1397
 
1398
+ #: ../classes/es-register.php:279
1399
  msgctxt "widget-page-enhanced-select"
1400
  msgid "Please enter email address."
1401
  msgstr "Bitte eine E-Mail Adresse angeben."
1402
 
1403
+ #: ../classes/es-register.php:280
1404
  msgctxt "widget-page-enhanced-select"
1405
  msgid "Please provide a valid email address."
1406
  msgstr "Bitte eine gültige E-Mail Adresse angeben."
1407
 
1408
+ #: ../classes/es-register.php:281
1409
  msgctxt "widget-page-enhanced-select"
1410
  msgid "loading..."
1411
  msgstr "Laden..."
1412
 
1413
+ #: ../classes/es-register.php:282
1414
  msgctxt "widget-page-enhanced-select"
1415
  msgid "Cannot create XMLHTTP instance"
1416
  msgstr "Kann nicht XMLHTTP Instanz erstellen"
1417
 
1418
+ #: ../classes/es-register.php:283
1419
  msgctxt "widget-page-enhanced-select"
1420
  msgid "Subscribed successfully."
1421
  msgstr "erfolgreich abonniert."
1422
 
1423
+ #: ../classes/es-register.php:286
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1424
  msgctxt "widget-page-enhanced-select"
1425
  msgid "Oops.. Unexpected error occurred."
1426
  msgstr "Oops .. unerwarteter Fehler aufgetreten."
1427
 
1428
+ #: ../classes/es-register.php:287
1429
  msgctxt "widget-page-enhanced-select"
1430
  msgid "Invalid email address."
1431
  msgstr "Ungültige Email Adresse."
1432
 
1433
+ #: ../classes/es-register.php:288
1434
  msgctxt "widget-page-enhanced-select"
1435
  msgid "Please try after some time."
1436
  msgstr "Bitte versuchen Sie es nach einiger Zeit."
1437
 
1438
+ #: ../classes/es-register.php:289
1439
  msgctxt "widget-page-enhanced-select"
1440
  msgid "There was a problem with the request."
1441
  msgstr "Es gab ein Problem mit der Bitte."
1442
 
1443
+ #: ../classes/es-register.php:455
1444
  msgid "Widget Title"
1445
  msgstr "Widget Titel"
1446
 
1447
+ #: ../classes/es-register.php:459
1448
  msgid "Display Name Field"
1449
  msgstr "Eingaefeld für Namen anzeigen"
1450
 
1451
+ #: ../classes/es-register.php:466
1452
  msgid "Short Description"
1453
  msgstr "Kurzbeschreibung"
1454
 
1455
+ #: ../classes/es-register.php:468
1456
  msgid "Short description about your subscription form."
1457
  msgstr "Kurzbeschreibung des Anmeldeformulars"
1458
 
1459
+ #: ../classes/es-register.php:471
1460
  msgid "Subscriber Group"
1461
  msgstr "Empfängergruppe"
1462
 
1463
+ #: ../subscribers/view-subscriber-add.php:28
1464
+ #: ../subscribers/view-subscriber-add. php:119
1465
+ #: ../subscribers/view-subscriber-edit.php:43 ../subscribers/view-
1466
  #: subscriber-edit.php:103
1467
  msgid "Please enter subscriber email address."
1468
  msgstr "Bitte Empfänger E-Mail-Adresse eingeben."
1469
 
1470
  #: ../subscribers/view-subscriber-add.php:45
1471
  msgid "Please select or create your group for this email."
 
 
 
 
 
 
 
1472
  msgstr ""
1473
+ "Bitte Empfängergruppe für diese E-Mail-Adresse auswählen oder erstellen."
1474
 
1475
  #: ../subscribers/view-subscriber-add.php:66
1476
  msgid "Email was successfully inserted."
1484
  msgid "Email is invalid."
1485
  msgstr "Diese E-Mail-Adresse ist ungültig."
1486
 
1487
+ #: ../subscribers/view-subscriber-add.php:92
1488
+ #: ../subscribers/view-subscriber-add. php:101
1489
+ #: ../subscribers/view-subscriber-edit.php:86 ../subscribers/view-
1490
+ #: subscriber-import.php:107 ../subscribers/view-subscriber-import.php:138 ..
1491
+ #: notification/notification-edit.php:100
1492
+ #: ../notification/notification-add.php:91 ../compose/compose-edit.php:67
1493
+ #: ../compose/compose-add.php:59
1494
+ msgid "Click here"
1495
+ msgstr "Hier klicken"
1496
+
1497
+ #: ../subscribers/view-subscriber-add.php:92
1498
+ #: ../subscribers/view-subscriber-add. php:101
1499
+ #: ../subscribers/view-subscriber-edit.php:86 ../subscribers/view-
1500
+ #: subscriber-import.php:107 ../subscribers/view-subscriber-import.php:138 ..
1501
+ #: notification/notification-edit.php:101
1502
+ #: ../notification/notification-add.php:92 ../compose/compose-edit.php:68
1503
+ #: ../compose/compose-add.php:60
1504
+ msgid " to view the details"
1505
+ msgstr "um Details anzuzeigen"
1506
+
1507
  #: ../subscribers/view-subscriber-add.php:111
1508
  msgid "Add email"
1509
  msgstr "E-Mail-Adresse hinzufügen"
1538
  #: ../subscribers/view-subscriber-sync. php:99
1539
  #: ../subscribers/view-subscriber-sync.php:130 ../subscribers/view-
1540
  #: subscriber-edit.php:116 ../subscribers/view-subscriber-import.php:166 ..
1541
+ #: notification/notification-edit.php:122
1542
  #: ../notification/notification-add.php:105
1543
  #: ../notification/notification-add.php:123 ../sendmail/sendmail.php:107
1544
+ #: sendmail/sendmail.php:153
1545
  msgid "Select"
1546
  msgstr "Auswählen"
1547
 
1550
  #: ../subscribers/view-subscriber-import.php:182
1551
  msgid "Please select or create group for this subscriber."
1552
  msgstr ""
1553
+ "Bitte wählen Sie für diesen Empfänger eine Gruppe aus oder legen Sie eine "
1554
+ "neue an."
1555
 
1556
  #: ../subscribers/view-subscriber-add.php:153
1557
  #: ../subscribers/view-subscriber-sync. php:156
1558
  #: ../subscribers/view-subscriber-edit.php:146 ..
1559
+ #: notification/notification-edit.php:236
1560
+ #: ../notification/notification-add.php:215 ../compose/compose-edit.php:108
1561
+ #: ../compose/compose-add.php:98 ../cron/cron- add.php:88
1562
+ #: ../roles/roles-add.php:154
1563
  msgid "Submit"
1564
  msgstr "Senden"
1565
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1566
  #: ../subscribers/view-subscriber-export.php:22
1567
  msgid "Export email address in csv format"
1568
  msgstr "E-Mail-Adressen im CSV-Format exportieren"
1569
 
1570
+ #: ../subscribers/view-subscriber-export.php:28
1571
+ #: ../subscribers/view-subscriber- export.php:36
1572
  msgid "Export option"
1573
  msgstr "Exportoption"
1574
 
1575
+ #: ../subscribers/view-subscriber-export.php:29
1576
+ #: ../subscribers/view-subscriber- export.php:37
1577
  msgid "Total email"
1578
  msgstr "E-Mails gesamt"
1579
 
1581
  msgid "Subscriber email address"
1582
  msgstr "Empfänger E-Mail-Adresse"
1583
 
1584
+ #: ../subscribers/view-subscriber-export.php:46
1585
+ #: ../subscribers/view-subscriber- export.php:52
1586
+ #: ../subscribers/view-subscriber-export.php:58
1587
  msgid "Click to export csv"
1588
  msgstr "Klicken für den CSV-Export"
1589
 
1599
  msgid "Add Email"
1600
  msgstr "E-Mail-Adresse hinzufügen"
1601
 
1602
+ #: ../subscribers/view-subscriber-export.php:66
1603
+ #: ../subscribers/view-subscriber- show.php:445
1604
  msgid "Import Email"
1605
  msgstr "E-Mail-Adressen importieren"
1606
 
 
 
 
 
1607
  #: ../subscribers/view-subscriber-edit.php:66
1608
  msgid "Email was successfully updated."
1609
  msgstr "E-Mail-Adresse erfolgreich upgedatet."
1610
 
 
 
 
 
 
1611
  #: ../subscribers/view-subscriber-edit.php:95
1612
  msgid "Edit email"
1613
  msgstr "E-Mail-Adresse bearbeiten"
1631
 
1632
  #: ../subscribers/view-subscriber-import.php:115
1633
  msgid "File upload failed or no data available in the csv file."
1634
+ msgstr ""
1635
+ "Dateiupload fehlgeschlagen oder keine Daten in der CSV-Datei vorhanden."
1636
 
1637
  #: ../subscribers/view-subscriber-import.php:149
1638
  msgid "Upload email"
1642
  msgid "Select csv file"
1643
  msgstr "CSV-Datei auswählen"
1644
 
 
 
 
 
 
 
 
 
1645
  #: ../subscribers/view-subscriber-import.php:187
1646
  msgid "Upload CSV"
1647
  msgstr "CSV uploaden"
1648
 
 
 
 
 
 
 
1649
  #: ../subscribers/view-subscriber-show.php:72
1650
  #: ../subscribers/view-subscriber-show. php:125
1651
  msgid ""
1652
  "To send confirmation mail, Please change the Opt-in option to Double Opt In."
1653
  msgstr ""
1654
+ "Bitte ändern Sie die Opt-In Option auf Double Opt-In, um Bestätigungsmails "
1655
+ "zu senden."
1656
 
1657
  #: ../subscribers/view-subscriber-show.php:81
1658
  msgid "Confirmation email resent successfully."
1681
 
1682
  #: ../subscribers/view-subscriber-show.php:233 ../subscribers/view-subscriber-
1683
  #: show.php:444 ../notification/notification-show.php:45 ..
1684
+ #: notification/notification-show.php:151 ../compose/compose-show.php:56
1685
+ #: compose/compose-show.php:112
1686
  msgid "Add New"
1687
  msgstr "Hinzufügen"
1688
 
 
 
 
 
 
 
 
 
 
 
1689
  #: ../subscribers/view-subscriber-show.php:300
1690
  msgid "Confirmed"
1691
  msgstr "Bestätigt"
1698
  msgid "Unsubscribed"
1699
  msgstr "Abgemeldet"
1700
 
 
 
 
 
1701
  #: ../subscribers/view-subscriber-show.php:325 ../subscribers/view-subscriber-
1702
  #: show.php:338
1703
  msgid "Email address"
1704
  msgstr "E-Mail-Adresse"
1705
 
1706
+ #: ../subscribers/view-subscriber-show.php:374
1707
+ #: ../notification/notification-show. php:90 ../compose/compose-show.php:93
1708
+ #: ../compose/compose-preview.php:34
1709
  msgid "Edit"
1710
  msgstr "Bearbeiten"
1711
 
1712
  #: ../subscribers/view-subscriber-show.php:377 ../subscribers/view-subscriber-
1713
+ #: show.php:422 ../notification/notification-show.php:93
1714
+ #: ../compose/compose-show. php:94
1715
  msgid "Delete"
1716
  msgstr "Löschen"
1717
 
1743
  msgid "Apply"
1744
  msgstr "Zuordnen"
1745
 
 
 
 
 
 
 
 
 
 
 
1746
  #: ../notification/notification-edit.php:40
1747
  #: ../notification/notification-add.php:26
1748
  #: ../notification/notification-add.php:119
1760
  #: ../notification/notification-edit.php:142
1761
  #: ../notification/notification-add.php:38 ../notification/notification-add.
1762
  #: php:138
1763
+ msgid ""
1764
+ "Please select notification mail subject. Use compose menu to create new."
1765
  msgstr ""
1766
+ "Bitte wählen Sie einen Betreff für das Benachrichtigungs-E-Mail. Über das "
1767
+ "Menü Erstellen können Sie einen neuen anlegen."
1768
 
1769
  #: ../notification/notification-edit.php:58
1770
  #: ../notification/notification-edit.php:182
1803
  msgid "Post Categories"
1804
  msgstr "Beitragskategorien"
1805
 
 
 
 
 
 
 
 
 
 
 
 
1806
  #: ../notification/notification-edit.php:225
1807
  #: ../notification/notification-add.php:205
1808
  #: ../notification/notification-show.php:58 ../notification/notification-show.
1823
  msgid "Mail Subject"
1824
  msgstr "E-Mail Betreff"
1825
 
1826
+ #: ../compose/compose-edit.php:41 ../compose/compose-add.php:28
 
 
 
 
 
1827
  msgid "Please enter template heading."
1828
  msgstr "Bitte Vorlagenkopf eingeben."
1829
 
1830
+ #: ../compose/compose-edit.php:54
1831
  msgid "Template was successfully updated."
1832
  msgstr "Die Vorlage wurde upgedatet."
1833
 
1834
+ #: ../compose/compose-edit.php:78 ../compose/compose-show.php:55 ..
1835
+ #: compose/compose-add.php:69
1836
  msgid "Compose Mail"
1837
  msgstr "E-Mail erstellen"
1838
 
1839
+ #: ../compose/compose-show.php:66 ../compose/compose-show.php:74
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1840
  msgid "Email subject"
1841
  msgstr "E-Mail Betreff"
1842
 
1843
+ #: ../compose/compose-add.php:40
1844
  msgid "Template was successfully created."
1845
  msgstr "Die Vorlage wurde erstellt."
1846
 
1847
+ #: ../compose/compose-add.php:76 ../sendmail/sendmail.php:50
1848
+ msgid "Please select your mail type."
1849
+ msgstr "Bitte E-Mail-Typ auswählen."
1850
+
1851
+ #: ../export/export-email-address.php:36 ../export/export-email-address.php:40
1852
+ #: .. export/export-email-address.php:43
1853
  msgid "Unexpected url submit has been detected"
1854
  msgstr "Es wurde eine unerwartete URL-Übermittlung entdeckt"
1855
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1856
  #: ../sendmail/sendmail.php:35
1857
  msgid "Please select your mail subject."
1858
  msgstr "Bitte E-Mail Betreff auswählen."
1885
  "Wählen Sie einen verfügbaren E-Mail Betreff aus der Liste. Auf der Seite "
1886
  "Erstellen können Sie eine neue E-Mail schreiben."
1887
 
 
 
 
 
 
 
 
 
 
 
1888
  #: ../sendmail/sendmail.php:147
1889
  msgid "Select subscriber group"
1890
  msgstr "Empfängergruppe wählen"
1904
  #: ../sendmail/sendmail.php:237
1905
  msgid "No subscribers available for this search criteria."
1906
  msgstr "Keine Empfänger für diese Suchkriterien verfügbar."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/email-subscribers-es_ES.mo CHANGED
Binary file
languages/email-subscribers-es_ES.po CHANGED
@@ -1,8 +1,9 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Email subscribers\n"
4
- "POT-Creation-Date: 2016-05-31 19:35+0200\n"
5
- "PO-Revision-Date: 2016-05-31 19:48+0200\n"
 
6
  "Last-Translator: David Bravo <dbravo@dimensionmultimedia.com>\n"
7
  "Language-Team: \n"
8
  "Language: es_ES\n"
@@ -16,1745 +17,1966 @@ msgstr ""
16
  "X-Poedit-SearchPath-1: plugins/email-subscribers\n"
17
  "X-Poedit-SearchPathExcluded-0: *.js\n"
18
 
19
- #: plugins/email-subscribers/classes/es-loadwidget.php:25
20
- #: plugins/email-subscribers/classes/es-register.php:437
21
- #: plugins/email-subscribers/subscribers/view-subscriber-show.php:326
22
- #: plugins/email-subscribers/subscribers/view-subscriber-show.php:339
23
- msgid "Name"
24
- msgstr "Nombre"
25
 
26
- #: plugins/email-subscribers/classes/es-loadwidget.php:30
27
- #: plugins/email-subscribers/classes/es-register.php:442
28
- msgid "Email *"
29
- msgstr "Email *"
30
 
31
- #: plugins/email-subscribers/classes/es-loadwidget.php:35
32
- #: plugins/email-subscribers/classes/es-register.php:447
33
- msgid "Subscribe"
34
- msgstr "Suscribirse"
 
 
 
 
35
 
36
- #: plugins/email-subscribers/classes/es-register.php:43
37
- msgid "These tables could not be created on installation "
38
- msgstr "Estas tablas no han podido ser creadas tras la instalación"
39
 
40
- #: plugins/email-subscribers/classes/es-register.php:154
41
- #: plugins/email-subscribers/classes/es-register.php:155
42
- msgid "Email Subscribers"
43
- msgstr "Suscriptores de correo"
44
 
45
- #: plugins/email-subscribers/classes/es-register.php:157
46
- #: plugins/email-subscribers/classes/es-register.php:158
47
- msgid "Subscribers"
48
- msgstr "Suscriptores"
49
 
50
- #: plugins/email-subscribers/classes/es-register.php:160
51
- #: plugins/email-subscribers/classes/es-register.php:161
52
- msgid "Compose"
53
- msgstr "Componer"
54
 
55
- #: plugins/email-subscribers/classes/es-register.php:163
56
- #: plugins/email-subscribers/classes/es-register.php:164
57
- #: plugins/email-subscribers/notification/notification-show.php:44
58
- msgid "Notification"
59
- msgstr "Notificación"
60
 
61
- #: plugins/email-subscribers/classes/es-register.php:166
62
- #: plugins/email-subscribers/classes/es-register.php:167
63
- #: plugins/email-subscribers/sendmail/sendmail.php:94
64
- #: plugins/email-subscribers/sendmail/sendmail.php:256
65
- #: plugins/email-subscribers/sendmail/sendmail.php:258
66
- msgid "Send Email"
67
- msgstr "Enviar Correo"
68
 
69
- #: plugins/email-subscribers/classes/es-register.php:169
70
- msgid "Cron"
71
- msgstr "Cron"
72
 
73
- #: plugins/email-subscribers/classes/es-register.php:170
74
- msgid "Cron Mail"
75
- msgstr "Cron Email"
 
 
 
 
76
 
77
- #: plugins/email-subscribers/classes/es-register.php:172
78
- #: plugins/email-subscribers/classes/es-register.php:173
79
- #: plugins/email-subscribers/settings/settings-edit.php:189
80
  msgid "Settings"
81
  msgstr "Configuración"
82
 
83
- #: plugins/email-subscribers/classes/es-register.php:175
84
- #: plugins/email-subscribers/classes/es-register.php:176
85
- msgid "Roles"
86
- msgstr "Roles"
87
-
88
- #: plugins/email-subscribers/classes/es-register.php:178
89
- #: plugins/email-subscribers/classes/es-register.php:179
90
- #: plugins/email-subscribers/sentmail/sentmail-show.php:53
91
- msgid "Sent Mails"
92
- msgstr "Correos enviados"
93
-
94
- #: plugins/email-subscribers/classes/es-register.php:181
95
- msgid "Help & Info"
96
- msgstr "Ayuda e Información"
97
 
98
- #: plugins/email-subscribers/classes/es-register.php:182
99
- msgid "<span style=\"color:#f18500;font-weight:bolder;\">Help & Info"
100
- msgstr "<span style=\"color:#f18500;font-weight:bolder;\">Ayuda e Info"
 
 
 
 
101
 
102
- #: plugins/email-subscribers/classes/es-register.php:193
103
- #: plugins/email-subscribers/classes/es-register.php:256
104
- #: plugins/email-subscribers/subscribers/view-subscriber-add.php:28
105
- #: plugins/email-subscribers/subscribers/view-subscriber-add.php:119
106
- #: plugins/email-subscribers/subscribers/view-subscriber-edit.php:43
107
- #: plugins/email-subscribers/subscribers/view-subscriber-edit.php:103
108
- msgid "Please enter subscriber email address."
109
- msgstr "Por favor introduce la dirección de correo de suscriptor."
110
 
111
- #: plugins/email-subscribers/classes/es-register.php:194
112
- #: plugins/email-subscribers/classes/es-register.php:234
113
- #: plugins/email-subscribers/classes/es-register.php:257
114
- #: plugins/email-subscribers/subscribers/view-subscriber-add.php:128
115
- #: plugins/email-subscribers/subscribers/view-subscriber-edit.php:112
116
- #: plugins/email-subscribers/subscribers/view-subscriber-import.php:162
117
- msgid "Please select subscriber email status."
118
- msgstr "Por favor selecciona el estado de correo de suscriptor."
119
 
120
- #: plugins/email-subscribers/classes/es-register.php:195
121
- #: plugins/email-subscribers/classes/es-register.php:258
122
- #: plugins/email-subscribers/subscribers/view-subscriber-add.php:148
123
- #: plugins/email-subscribers/subscribers/view-subscriber-edit.php:140
124
- #: plugins/email-subscribers/subscribers/view-subscriber-import.php:182
125
- msgid "Please select or create group for this subscriber."
126
- msgstr "Por favor selecciona o crea grupo para este suscriptor."
127
 
128
- #: plugins/email-subscribers/classes/es-register.php:196
129
- #: plugins/email-subscribers/classes/es-register.php:214
130
- #: plugins/email-subscribers/classes/es-register.php:225
131
- #: plugins/email-subscribers/classes/es-register.php:247
132
- msgid "Do you want to delete this record?"
133
- msgstr "¿Quieres borrar este registro?"
134
 
135
- #: plugins/email-subscribers/classes/es-register.php:197
136
- msgid "Please select the bulk action."
137
- msgstr "Por favor selecciona la acción en bloque."
138
 
139
- #: plugins/email-subscribers/classes/es-register.php:198
140
- msgid "Do you want to delete selected record(s)?"
141
- msgstr "¿Quieres borrar el/los registro(s) seleccionado(s)?"
142
 
143
- #: plugins/email-subscribers/classes/es-register.php:199
144
- msgid "Are you sure you want to delete?"
145
- msgstr "¿Estás seguro de querer borrar?"
146
 
147
- #: plugins/email-subscribers/classes/es-register.php:200
148
  msgid ""
149
- "Do you want to resend confirmation email? \\nAlso please note, this will "
150
- "update subscriber current status to 'Unconfirmed'."
 
151
  msgstr ""
152
- "¿Quieres volver a mandar el correo de confirmación?\\nTambién ten en cuenta "
153
- "que esto actualizará el estado actual a 'Sin confirmar'."
 
 
154
 
155
- #: plugins/email-subscribers/classes/es-register.php:201
156
- msgid "Please select new subscriber group."
157
- msgstr "Por favor selecciona el grupo de suscriptores."
158
 
159
- #: plugins/email-subscribers/classes/es-register.php:202
160
- msgid "Do you want to update subscribers group?"
161
- msgstr "¿Quieres actualizar el grupo de suscriptores?"
 
162
 
163
- #: plugins/email-subscribers/classes/es-register.php:203
164
- msgid "Do you want to export the emails?"
165
- msgstr "¿Quieres exportar los correos?"
166
 
167
- #: plugins/email-subscribers/classes/es-register.php:204
168
  msgid ""
169
- "Please select only csv file. Please check official website for csv "
170
- "structure.."
171
  msgstr ""
172
- "Por favor selecciona el archivo de entrada csv. Por favor, consulta el sitio "
173
- "oficial para ver la estructura csv."
174
 
175
- #: plugins/email-subscribers/classes/es-register.php:212
176
- msgid "Please enter name for configuration."
177
- msgstr "Por favor, introduce nombre para configuración."
178
 
179
- #: plugins/email-subscribers/classes/es-register.php:213
180
- msgid "Please select template for this configuration."
181
- msgstr "Por favor selecciona una plantilla para esta configuración."
182
 
183
- #: plugins/email-subscribers/classes/es-register.php:222
184
- #: plugins/email-subscribers/notification/notification-add.php:26
185
- #: plugins/email-subscribers/notification/notification-add.php:119
186
- #: plugins/email-subscribers/notification/notification-edit.php:40
187
- msgid "Please select subscribers group."
188
- msgstr "Por favor selecciona el grupo de suscriptores."
 
189
 
190
- #: plugins/email-subscribers/classes/es-register.php:223
191
- #: plugins/email-subscribers/notification/notification-add.php:38
192
- #: plugins/email-subscribers/notification/notification-add.php:138
193
- #: plugins/email-subscribers/notification/notification-edit.php:52
194
- #: plugins/email-subscribers/notification/notification-edit.php:142
195
  msgid ""
196
- "Please select notification mail subject. Use compose menu to create new."
 
197
  msgstr ""
198
- "Por favor selecciona el asunto de notificación del correo. Utiliza el menú "
199
- "componer para crear uno nuevo."
200
-
201
- #: plugins/email-subscribers/classes/es-register.php:224
202
- #: plugins/email-subscribers/notification/notification-add.php:32
203
- #: plugins/email-subscribers/notification/notification-add.php:211
204
- #: plugins/email-subscribers/notification/notification-edit.php:46
205
- #: plugins/email-subscribers/notification/notification-edit.php:231
206
- msgid "Please select notification status."
207
- msgstr "Por favor selecciona el estado de notifiación."
208
 
209
- #: plugins/email-subscribers/classes/es-register.php:233
210
- #: plugins/email-subscribers/sendmail/sendmail.php:35
211
- msgid "Please select your mail subject."
212
- msgstr "Por favor selecciona el asunto de tu correo."
213
 
214
- #: plugins/email-subscribers/classes/es-register.php:235
215
- msgid "Are you sure you want to send email to all selected email address?"
 
 
216
  msgstr ""
217
- "¿Estás seguro de querer mandar correo a todas las direcciones de correo "
218
- "seleccionadas?"
219
 
220
- #: plugins/email-subscribers/classes/es-register.php:248
221
- msgid "Do you want to delete all records except latest 10?"
222
- msgstr "¿Quieres borrar todos los registros excepto los últimos 10?"
223
 
224
- #: plugins/email-subscribers/classes/es-register.php:266
225
- msgid "Please select enter number of mails you want to send per hour/trigger."
 
 
 
 
226
  msgstr ""
227
- "Por favor, Introduce el número de correos que quieres enviar por hora/"
228
- "disparador."
229
 
230
- #: plugins/email-subscribers/classes/es-register.php:267
231
- msgid "Please enter the mail count, only number."
232
- msgstr "Por favor, introduce el conteo de correos, sólo numérico."
 
 
 
 
 
233
 
234
- #: plugins/email-subscribers/classes/es-register.php:279
235
- #: plugins/email-subscribers/classes/es-register.php:296
236
- msgid "Please enter email address."
237
- msgstr "Por favor introduce dirección de correo."
238
 
239
- #: plugins/email-subscribers/classes/es-register.php:280
240
- #: plugins/email-subscribers/classes/es-register.php:297
241
- msgid "Please provide a valid email address."
242
- msgstr "Por favor introduce una dirección de correo válida."
 
243
 
244
- #: plugins/email-subscribers/classes/es-register.php:281
245
- #: plugins/email-subscribers/classes/es-register.php:298
246
- msgid "loading..."
247
- msgstr "Cargando..."
248
 
249
- #: plugins/email-subscribers/classes/es-register.php:282
250
- #: plugins/email-subscribers/classes/es-register.php:299
251
- msgid "Cannot create XMLHTTP instance"
252
- msgstr "No se puede crear la instancia XMLHTTP"
253
 
254
- #: plugins/email-subscribers/classes/es-register.php:283
255
- #: plugins/email-subscribers/classes/es-register.php:300
256
- msgid "Subscribed successfully."
257
- msgstr "Suscripción exitosa."
258
 
259
- #: plugins/email-subscribers/classes/es-register.php:284
260
- #: plugins/email-subscribers/classes/es-register.php:301
261
  msgid ""
262
- "You have successfully subscribed to the newsletter. You will receive a "
263
- "confirmation email in a few minutes. Please follow the link in it to confirm "
264
- "your subscription. If the email takes more than 15 minutes to appear in your "
265
- "mailbox, please check your spam folder."
266
  msgstr ""
267
- "Te has suscrito con éxito a la newsletter. Recibirás un correo de "
268
- "confirmación en pocos minutos. Por favor, sigue el enlace en él para "
269
- "confirmar tu suscripción. Si el correo tarda más de 15 minutos en aparecer "
270
- "en tu bandeja de entradas, por favor revisa tu carpeta de correo no deseado."
271
-
272
- #: plugins/email-subscribers/classes/es-register.php:285
273
- #: plugins/email-subscribers/classes/es-register.php:302
274
- msgid "Email already exist."
275
- msgstr "El correo ya existe."
276
 
277
- #: plugins/email-subscribers/classes/es-register.php:286
278
- #: plugins/email-subscribers/classes/es-register.php:303
279
- msgid "Oops.. Unexpected error occurred."
280
- msgstr "Ups. Ha sucedido un error inesperado."
281
 
282
- #: plugins/email-subscribers/classes/es-register.php:287
283
- #: plugins/email-subscribers/classes/es-register.php:304
284
- msgid "Invalid email address."
285
- msgstr "Dirección de correo electrónico no válida."
 
 
 
 
286
 
287
- #: plugins/email-subscribers/classes/es-register.php:288
288
- #: plugins/email-subscribers/classes/es-register.php:305
289
- msgid "Please try after some time."
290
- msgstr "Por favor inténtalo en otro momento."
291
 
292
- #: plugins/email-subscribers/classes/es-register.php:289
293
- #: plugins/email-subscribers/classes/es-register.php:306
294
- msgid "There was a problem with the request."
295
- msgstr "Ha habido un problema con la petición."
 
 
 
296
 
297
- #: plugins/email-subscribers/classes/es-register.php:484
298
- msgid "Widget Title"
299
- msgstr "Título Widget"
300
 
301
- #: plugins/email-subscribers/classes/es-register.php:488
302
- msgid "Display Name Field"
303
- msgstr "Mostrar Campo Nombre"
 
 
 
 
304
 
305
- #: plugins/email-subscribers/classes/es-register.php:495
306
- msgid "Short Description"
307
- msgstr "Descripción Corta"
308
 
309
- #: plugins/email-subscribers/classes/es-register.php:497
310
- msgid "Short description about your subscription form."
311
- msgstr "Descripción corta sobre tu formulario de suscripción."
 
 
 
 
312
 
313
- #: plugins/email-subscribers/classes/es-register.php:500
314
- msgid "Subscriber Group"
315
- msgstr "Grupo de suscripción"
316
 
317
- #: plugins/email-subscribers/compose/compose-add.php:25
318
- #: plugins/email-subscribers/compose/compose-edit.php:40
319
- msgid "Please enter template heading."
320
- msgstr "Por favor, indica un encabezado de plantilla."
 
 
 
 
321
 
322
- #: plugins/email-subscribers/compose/compose-add.php:39
323
- msgid "Template was successfully created."
324
- msgstr "La plantilla se ha creado correctamente."
325
 
326
- #: plugins/email-subscribers/compose/compose-add.php:60
327
- #: plugins/email-subscribers/compose/compose-edit.php:71
328
- #: plugins/email-subscribers/notification/notification-add.php:91
329
- #: plugins/email-subscribers/notification/notification-edit.php:100
330
- #: plugins/email-subscribers/roles/roles-add.php:81
331
- #: plugins/email-subscribers/settings/settings-edit.php:173
332
- #: plugins/email-subscribers/subscribers/view-subscriber-add.php:92
333
- #: plugins/email-subscribers/subscribers/view-subscriber-add.php:101
334
- #: plugins/email-subscribers/subscribers/view-subscriber-edit.php:86
335
- #: plugins/email-subscribers/subscribers/view-subscriber-import.php:107
336
- #: plugins/email-subscribers/subscribers/view-subscriber-import.php:138
337
- msgid "Click here"
338
- msgstr "Haz clic aquí"
339
 
340
- #: plugins/email-subscribers/compose/compose-add.php:61
341
- #: plugins/email-subscribers/compose/compose-edit.php:72
342
- #: plugins/email-subscribers/notification/notification-add.php:92
343
- #: plugins/email-subscribers/notification/notification-edit.php:101
344
- #: plugins/email-subscribers/roles/roles-add.php:81
345
- #: plugins/email-subscribers/settings/settings-edit.php:174
346
- #: plugins/email-subscribers/subscribers/view-subscriber-add.php:92
347
- #: plugins/email-subscribers/subscribers/view-subscriber-add.php:101
348
- #: plugins/email-subscribers/subscribers/view-subscriber-edit.php:86
349
- #: plugins/email-subscribers/subscribers/view-subscriber-import.php:107
350
- #: plugins/email-subscribers/subscribers/view-subscriber-import.php:138
351
- msgid " to view the details"
352
- msgstr " para ver los detalles"
353
 
354
- #: plugins/email-subscribers/compose/compose-add.php:69
355
- #: plugins/email-subscribers/compose/compose-edit.php:82
356
- #: plugins/email-subscribers/compose/compose-show.php:58
357
- msgid "Compose Mail"
358
- msgstr "Componer Correo"
 
 
 
359
 
360
- #: plugins/email-subscribers/compose/compose-add.php:72
361
- #: plugins/email-subscribers/compose/compose-edit.php:85
362
- #: plugins/email-subscribers/settings/settings-edit.php:205
363
- msgid "Mail type"
364
- msgstr "Tipo de Correo"
365
 
366
- #: plugins/email-subscribers/compose/compose-add.php:77
367
- #: plugins/email-subscribers/compose/compose-edit.php:90
368
- #: plugins/email-subscribers/sendmail/sendmail.php:50
369
- msgid "Please select your mail type."
370
- msgstr "Por favor selecciona tu tipo de correo."
 
 
371
 
372
- #: plugins/email-subscribers/compose/compose-add.php:79
373
- #: plugins/email-subscribers/compose/compose-edit.php:92
374
- msgid "Enter mail subject."
375
- msgstr "Introduce asunto correo."
376
 
377
- #: plugins/email-subscribers/compose/compose-add.php:81
378
- #: plugins/email-subscribers/compose/compose-edit.php:94
379
- msgid "Please enter your mail subject."
380
- msgstr "Por favor, introduce el asunto de tu correo."
 
381
 
382
- #: plugins/email-subscribers/compose/compose-add.php:84
383
- #: plugins/email-subscribers/compose/compose-edit.php:96
384
- msgid "Mail content"
385
- msgstr "Contenido correo"
386
 
387
- #: plugins/email-subscribers/compose/compose-add.php:87
388
- #: plugins/email-subscribers/compose/compose-edit.php:99
389
- msgid "Please enter content for your mail."
390
- msgstr "Por favor, introduce contenido para tu correo."
 
391
 
392
- #: plugins/email-subscribers/compose/compose-add.php:90
393
- #: plugins/email-subscribers/compose/compose-edit.php:102
394
- #: plugins/email-subscribers/compose/compose-show.php:70
395
- #: plugins/email-subscribers/compose/compose-show.php:78
396
- #: plugins/email-subscribers/sentmail/deliverreport-show.php:40
397
- #: plugins/email-subscribers/sentmail/deliverreport-show.php:52
398
- #: plugins/email-subscribers/sentmail/sentmail-show.php:74
399
- #: plugins/email-subscribers/sentmail/sentmail-show.php:87
400
- #: plugins/email-subscribers/subscribers/view-subscriber-add.php:121
401
- #: plugins/email-subscribers/subscribers/view-subscriber-edit.php:105
402
- #: plugins/email-subscribers/subscribers/view-subscriber-import.php:155
403
- #: plugins/email-subscribers/subscribers/view-subscriber-show.php:327
404
- #: plugins/email-subscribers/subscribers/view-subscriber-show.php:340
405
- msgid "Status"
406
- msgstr "Estado"
407
 
408
- #: plugins/email-subscribers/compose/compose-add.php:94
409
- #: plugins/email-subscribers/compose/compose-edit.php:106
410
- msgid "Please select your mail status."
411
- msgstr "Por favor, selecciona el estado de tu correo."
412
 
413
- #: plugins/email-subscribers/compose/compose-add.php:98
414
- #: plugins/email-subscribers/compose/compose-edit.php:111
415
- #: plugins/email-subscribers/cron/cron-add.php:89
416
- #: plugins/email-subscribers/notification/notification-add.php:215
417
- #: plugins/email-subscribers/notification/notification-edit.php:236
418
- #: plugins/email-subscribers/roles/roles-add.php:153
419
- #: plugins/email-subscribers/subscribers/view-subscriber-add.php:153
420
- #: plugins/email-subscribers/subscribers/view-subscriber-edit.php:146
421
- #: plugins/email-subscribers/subscribers/view-subscriber-sync.php:156
422
- msgid "Submit"
423
- msgstr "Enviar"
 
 
 
 
424
 
425
- #: plugins/email-subscribers/compose/compose-add.php:99
426
- #: plugins/email-subscribers/compose/compose-edit.php:112
427
- #: plugins/email-subscribers/cron/cron-add.php:90
428
- #: plugins/email-subscribers/notification/notification-add.php:216
429
- #: plugins/email-subscribers/notification/notification-edit.php:237
430
- #: plugins/email-subscribers/roles/roles-add.php:154
431
- #: plugins/email-subscribers/sendmail/sendmail.php:260
432
- #: plugins/email-subscribers/settings/settings-edit.php:380
433
- #: plugins/email-subscribers/subscribers/view-subscriber-add.php:154
434
- #: plugins/email-subscribers/subscribers/view-subscriber-edit.php:147
435
- #: plugins/email-subscribers/subscribers/view-subscriber-sync.php:157
436
  msgid "Cancel"
437
  msgstr "Cancelar"
438
 
439
- #: plugins/email-subscribers/compose/compose-add.php:100
440
- #: plugins/email-subscribers/compose/compose-edit.php:113
441
- #: plugins/email-subscribers/compose/compose-preview.php:30
442
- #: plugins/email-subscribers/compose/compose-show.php:120
443
- #: plugins/email-subscribers/cron/cron-add.php:91
444
- #: plugins/email-subscribers/notification/notification-add.php:217
445
- #: plugins/email-subscribers/notification/notification-edit.php:238
446
- #: plugins/email-subscribers/notification/notification-show.php:152
447
- #: plugins/email-subscribers/roles/roles-add.php:155
448
- #: plugins/email-subscribers/sendmail/sendmail.php:261
449
- #: plugins/email-subscribers/sentmail/deliverreport-show.php:120
450
- #: plugins/email-subscribers/sentmail/sentmail-preview.php:33
451
- #: plugins/email-subscribers/settings/settings-edit.php:381
452
- #: plugins/email-subscribers/subscribers/view-subscriber-add.php:155
453
- #: plugins/email-subscribers/subscribers/view-subscriber-edit.php:148
454
- #: plugins/email-subscribers/subscribers/view-subscriber-export.php:68
455
- #: plugins/email-subscribers/subscribers/view-subscriber-import.php:189
456
- #: plugins/email-subscribers/subscribers/view-subscriber-show.php:448
457
- #: plugins/email-subscribers/subscribers/view-subscriber-sync.php:158
458
  msgid "Help"
459
  msgstr "Ayuda"
460
 
461
- #: plugins/email-subscribers/compose/compose-edit.php:11
462
- #: plugins/email-subscribers/compose/compose-preview.php:10
463
- #: plugins/email-subscribers/compose/compose-show.php:30
464
- #: plugins/email-subscribers/notification/notification-edit.php:11
465
- #: plugins/email-subscribers/notification/notification-show.php:16
466
- #: plugins/email-subscribers/sentmail/sentmail-preview.php:12
467
- #: plugins/email-subscribers/sentmail/sentmail-show.php:18
468
- #: plugins/email-subscribers/settings/settings-edit.php:11
469
- #: plugins/email-subscribers/subscribers/view-subscriber-edit.php:12
470
- #: plugins/email-subscribers/subscribers/view-subscriber-show.php:46
 
 
 
 
 
 
 
 
 
471
  msgid "Oops, selected details doesnt exist."
472
  msgstr "Ups, los detalles seleccionados no existen."
473
 
474
- #: plugins/email-subscribers/compose/compose-edit.php:55
475
- msgid "Template was successfully updated."
476
- msgstr "La plantilla ha sido actualizada correctamente."
477
-
478
- #: plugins/email-subscribers/compose/compose-preview.php:16
479
- #: plugins/email-subscribers/sentmail/sentmail-preview.php:19
480
- msgid "Preview Mail"
481
- msgstr "Previsualizar Correo"
482
 
483
- #: plugins/email-subscribers/compose/compose-preview.php:28
484
- #: plugins/email-subscribers/sentmail/deliverreport-show.php:119
485
- #: plugins/email-subscribers/sentmail/sentmail-preview.php:32
486
- #: plugins/email-subscribers/subscribers/view-subscriber-export.php:67
487
- #: plugins/email-subscribers/subscribers/view-subscriber-import.php:188
488
- msgid "Back"
489
- msgstr "Volver"
490
 
491
- #: plugins/email-subscribers/compose/compose-preview.php:29
492
- #: plugins/email-subscribers/compose/compose-show.php:98
493
- #: plugins/email-subscribers/notification/notification-show.php:90
494
- #: plugins/email-subscribers/subscribers/view-subscriber-show.php:374
495
- msgid "Edit"
496
- msgstr "Editar"
497
 
498
- #: plugins/email-subscribers/compose/compose-show.php:10
499
- #: plugins/email-subscribers/sendmail/sendmail.php:11
500
- #: plugins/email-subscribers/subscribers/view-subscriber-show.php:11
501
- msgid "Click Here"
502
- msgstr "Haz clic aquí"
503
 
504
- #: plugins/email-subscribers/compose/compose-show.php:45
505
- #: plugins/email-subscribers/notification/notification-show.php:31
506
- #: plugins/email-subscribers/sentmail/sentmail-show.php:33
507
- #: plugins/email-subscribers/subscribers/view-subscriber-show.php:60
508
- #: plugins/email-subscribers/subscribers/view-subscriber-show.php:104
509
- msgid "Selected record was successfully deleted."
510
- msgstr "El registro seleccionado ha sido borrado con éxito."
511
 
512
- #: plugins/email-subscribers/compose/compose-show.php:59
513
- #: plugins/email-subscribers/compose/compose-show.php:119
514
- #: plugins/email-subscribers/notification/notification-show.php:45
515
- #: plugins/email-subscribers/notification/notification-show.php:151
516
- #: plugins/email-subscribers/subscribers/view-subscriber-show.php:233
517
- #: plugins/email-subscribers/subscribers/view-subscriber-show.php:444
518
- msgid "Add New"
519
- msgstr "Añadir nuevo"
520
 
521
- #: plugins/email-subscribers/compose/compose-show.php:69
522
- #: plugins/email-subscribers/compose/compose-show.php:77
523
- msgid "Email subject"
524
- msgstr "Asunto Correo"
 
 
 
 
 
 
525
 
526
- #: plugins/email-subscribers/compose/compose-show.php:71
527
- #: plugins/email-subscribers/compose/compose-show.php:79
528
- #: plugins/email-subscribers/sentmail/deliverreport-show.php:41
529
- #: plugins/email-subscribers/sentmail/deliverreport-show.php:53
530
- #: plugins/email-subscribers/sentmail/sentmail-show.php:75
531
- #: plugins/email-subscribers/sentmail/sentmail-show.php:88
532
  msgid "Type"
533
  msgstr "Tipo"
534
 
535
- #: plugins/email-subscribers/compose/compose-show.php:72
536
- #: plugins/email-subscribers/compose/compose-show.php:80
537
- #: plugins/email-subscribers/sentmail/sentmail-show.php:79
538
- #: plugins/email-subscribers/sentmail/sentmail-show.php:92
539
- #: plugins/email-subscribers/subscribers/view-subscriber-export.php:30
540
- #: plugins/email-subscribers/subscribers/view-subscriber-export.php:38
541
- #: plugins/email-subscribers/subscribers/view-subscriber-show.php:330
542
- #: plugins/email-subscribers/subscribers/view-subscriber-show.php:343
543
- msgid "Action"
544
- msgstr "Acción"
545
 
546
- #: plugins/email-subscribers/compose/compose-show.php:99
547
- #: plugins/email-subscribers/notification/notification-show.php:93
548
- #: plugins/email-subscribers/subscribers/view-subscriber-show.php:377
549
- #: plugins/email-subscribers/subscribers/view-subscriber-show.php:422
550
- msgid "Delete"
551
- msgstr "Borrar"
552
 
553
- #: plugins/email-subscribers/compose/compose-show.php:100
554
- #: plugins/email-subscribers/sentmail/sentmail-show.php:72
555
- #: plugins/email-subscribers/sentmail/sentmail-show.php:85
556
- msgid "Preview"
557
- msgstr "Previsualizar"
 
 
 
 
 
 
558
 
559
- #: plugins/email-subscribers/compose/compose-show.php:109
560
- #: plugins/email-subscribers/notification/notification-show.php:141
561
- #: plugins/email-subscribers/sentmail/deliverreport-show.php:84
562
- #: plugins/email-subscribers/sentmail/sentmail-show.php:131
563
  msgid "No records available."
564
  msgstr "No hay registros disponibles."
565
 
566
- #: plugins/email-subscribers/cron/cron-add.php:18
567
- msgid "Please enter valid mail count."
568
- msgstr "Por favor, introduzca una cuenta de correo válida."
569
-
570
- #: plugins/email-subscribers/cron/cron-add.php:29
571
- msgid "Cron details successfully updated."
572
- msgstr "Detalles Cron actualizados correctamente."
573
 
574
- #: plugins/email-subscribers/cron/cron-add.php:72
575
- msgid "Cron Details"
576
- msgstr "Detalles Cron"
577
 
578
- #: plugins/email-subscribers/cron/cron-add.php:75
579
- msgid "Cron job URL"
580
- msgstr "URL tarea Cron"
581
 
582
- #: plugins/email-subscribers/cron/cron-add.php:77
583
  msgid ""
584
- "Please find your cron job URL. This is read only field not able to modify "
585
- "from admin."
586
  msgstr ""
587
- "Por favor, encuentra tu URL de tarea Cron. Este es un campo de sólo lectura "
588
- "no modificable desde administrador."
589
-
590
- #: plugins/email-subscribers/cron/cron-add.php:79
591
- msgid "Mail Count"
592
- msgstr "Contador Correos"
593
 
594
- #: plugins/email-subscribers/cron/cron-add.php:81
595
- msgid "Enter number of mails you want to send per hour/trigger."
596
- msgstr "Introduce el número de correos que quieres enviar por hora/disparador."
597
 
598
- #: plugins/email-subscribers/cron/cron-add.php:83
599
- msgid "Admin Report"
600
- msgstr "Informe Admin"
 
 
 
601
 
602
- #: plugins/email-subscribers/cron/cron-add.php:85
603
- msgid "Send above mail to admin whenever cron URL triggered in your server."
604
- msgstr ""
605
- "Envía el correo superior al administrador cuando una URL Cron haya sido "
606
- "disparada en tu servidor."
607
 
608
- #: plugins/email-subscribers/cron/cron-add.php:97
609
- #: plugins/email-subscribers/help/help.php:108
610
- msgid "How to setup auto emails using CRON Job through the cPanel or Plesk?"
611
- msgstr ""
612
- "¿Cómo configurar correos electrónicos automáticos utilizando (tarea cron) en "
613
- "cPanel o Plesk?"
614
 
615
- #: plugins/email-subscribers/cron/cron-add.php:98
616
- msgid ""
617
- "<a target=\"_blank\" href=\"http://www.gopiplus.com/work/2015/08/02/how-to-"
618
- "schedule-auto-emails-for-email-subscribers-wordpress-plugin-in-parallels-"
619
- "plesk/\">Setup cron job in Plesk</a>"
620
- msgstr ""
621
- "<a target=\"_blank\" href=\"http://www.gopiplus.com/work/2015/08/02/how-to-"
622
- "schedule-auto-emails-for-email-subscribers-wordpress-plugin-in-parallels-"
623
- "plesk/\">Configurar tarea cron en Plesk</a>"
624
 
625
- #: plugins/email-subscribers/cron/cron-add.php:99
626
- msgid ""
627
- "<a target=\"_blank\" href=\"http://www.gopiplus.com/work/2015/08/04/how-to-"
628
- "schedule-auto-emails-for-email-subscribers-wordpress-plugin-in-cpanel/"
629
- "\">Setup cron job in cPanal</a>"
630
- msgstr ""
631
- "<a target=\"_blank\" href=\"http://www.gopiplus.com/work/2015/08/04/how-to-"
632
- "schedule-auto-emails-for-email-subscribers-wordpress-plugin-in-cpanel/"
633
- "\">Configurar tarea cron en cPanel</a>"
634
 
635
- #: plugins/email-subscribers/cron/cron-add.php:100
636
- msgid ""
637
- "<a target=\"_blank\" href=\"http://www.gopiplus.com/work/2015/08/08/email-"
638
- "subscribers-wordpress-plugin-how-to-schedule-auto-mails-cron-mails/"
639
- "\">Hosting doesnt support cron jobs?</a>"
640
- msgstr ""
641
- "<a target=\"_blank\" href=\"http://www.gopiplus.com/work/2015/08/08/email-"
642
- "subscribers-wordpress-plugin-how-to-schedule-auto-mails-cron-mails/\">¿Tu "
643
- "alojamiento no soporta tareas cron?</a>"
644
 
645
- #: plugins/email-subscribers/export/export-email-address.php:39
646
- #: plugins/email-subscribers/export/export-email-address.php:45
647
- #: plugins/email-subscribers/export/export-email-address.php:50
648
- msgid "Unexpected url submit has been detected"
649
- msgstr "Se ha detectado envío de URL inexperada"
650
 
651
- #: plugins/email-subscribers/help/help.php:27
652
- msgid "Welcome to Email Subscribers!"
653
- msgstr "¡Bienvenido a Suscriptores de correo!"
654
 
655
- #: plugins/email-subscribers/help/help.php:29
656
- msgid ""
657
- "Thanks for installing and we hope you will enjoy using Email Subscribers."
658
- msgstr ""
659
- "Gracias por instalar y esperamos que disfrute el uso de Suscriptores de "
660
- "Correo."
661
 
662
- #: plugins/email-subscribers/help/help.php:34
663
- msgid "For more help and tips..."
664
- msgstr "Para más ayuda y sugerencias..."
 
 
665
 
666
- #: plugins/email-subscribers/help/help.php:77
667
- msgid "Frequently Asked Questions"
668
- msgstr "Preguntas más Frecuentes"
669
 
670
- #: plugins/email-subscribers/help/help.php:88
671
- msgid "How to setup subscription box widget?"
672
- msgstr "¿Cómo configurar un widget de caja de suscripción?"
673
 
674
- #: plugins/email-subscribers/help/help.php:89
675
- msgid ""
676
- "1. Use following shortcode in any page/post <br><strong>[email-subscribers "
677
- "namefield=\"YES\" desc=\"\" group=\"Public\"]</strong><br>OR<br>\n"
678
- "\t\t\t\t\t\t\t\t\t\t 2. Go to Dashboard->Appearance->Widgets. You will see "
679
- "a widget called Email subscribers. Click Add Widget button or drag it to the "
680
- "sidebar on the right.<br>OR<br>\n"
681
- "\t\t\t\t\t\t\t\t\t\t 3. Copy and past this php code to your desired "
682
- "template location : <br><strong>"
683
- msgstr ""
684
- "1. Utiliza el siguiente shortcode en cualquier página/entrada <br/"
685
- "><strong>[email-subscribers namefield=\"YES\" desc=\"\" group=\"Public\"]</"
686
- "strong><br>O<br>\n"
687
- "\t\t\t\t\t\t\t\t\t\t 2. Ve a Escritorio->Apariencia->Widgets. Verás un "
688
- "widget llamado Suscriptores de correo. Haz clic en el botón Añadir Widget o "
689
- "arrástrelo hasta la barra lateral de la derecha.<br>O<br />\n"
690
- "\t\t\t\t\t\t\t\t\t\t 3. Copia y pega este código php en el lugar deseado de "
691
- "tu plantilla : <br><strong>"
692
-
693
- #: plugins/email-subscribers/help/help.php:95
694
- msgid "How to add unsubscribe link in welcome email?"
695
- msgstr ""
696
- "¿Cómo añadir un enlace de cancelación de suscripción en el correo de "
697
- "bienvenida?"
698
 
699
- #: plugins/email-subscribers/help/help.php:96
700
- msgid ""
701
- "Please make sure Email Subscribers version is 3.1.2+. <br>\n"
702
- "\t\t\t\t\t\t\t\t\t\t\tThen go to WordPress -> Email Subscribers -> Settings -"
703
- "> Subscriber welcome mail content.<br>\n"
704
- "\t\t\t\t\t\t\t\t\t\t\tAdd the following code at the end of welcome email "
705
- "content : <br><br>\n"
706
- "\t\t\t\t\t\t\t\t\t\t\t<strong>Please "
707
- msgstr ""
708
- "Asegúrate de que la versión de Suscriptores de Correo es 3.1.2+. <br>\n"
709
- "\t\t\t\t\t\t\t\t\t\t\tDespués ve a WordPress -> Suscriptores de Correo -> "
710
- "Configuración -> Contenido del correo de bienvenida al suscriptor.<br>\n"
711
- "\t\t\t\t\t\t\t\t\t\t\tAñade el siguiente código al final del contenido del "
712
- "correo de bienvenida : <br><br>\n"
713
- "\t\t\t\t\t\t\t\t\t\t\t<strong>Por favor "
714
-
715
- #: plugins/email-subscribers/help/help.php:103
716
- msgid "How to change/update/translate any text from the plugin?"
717
- msgstr "¿Cómo cambiar/actualizar/traducir cualquier texto del plugin?"
718
 
719
- #: plugins/email-subscribers/help/help.php:104
720
- msgid ""
721
- "Email Subscribers has a POT file named <code>email-subscribers.pot</code> "
722
- "present at /wp-content/plugins/email-subscribers/languages/. Use that with "
723
- "<strong>Loco Translate</strong> plugin and change/update/translate any text "
724
- "that you want.<br>\n"
725
- "\t\t\t\t\t\t\t\t\t\t\tRefer steps from <a target=\"_blank\" href=\"http://"
726
- "www.storeapps.org/support/documentation/translating-storeapps-plugins/"
727
- "\">here</a>.<br>"
728
- msgstr ""
729
- "Suscriptores de Correo tiene un fichero POT llamado <code>email-subscribers."
730
- "pot</code> que está en /wp-content/plugins/email-subscribers/languages/. "
731
- "Utilízalo con el plugin <strong>Loco Translate</strong> para cambiar/"
732
- "actualizar/traducir cualquier texto que desees.<br>\n"
733
- "\t\t\t\t\t\t\t\t\t\t\tConsulta los pasos <a target=\"_blank\" href=\"http://"
734
- "www.storeapps.org/support/documentation/translating-storeapps-plugins/"
735
- "\">aquí</a>.<br>"
736
-
737
- #: plugins/email-subscribers/help/help.php:109
738
- msgid ""
739
- " 1. <a target=\"_blank\" href=\"http://www.gopiplus.com/work/2015/08/02/how-"
740
- "to-schedule-auto-emails-for-email-subscribers-wordpress-plugin-in-parallels-"
741
- "plesk/\">Setup cron job in Plesk</a><br>\n"
742
- "\t\t\t\t\t\t\t\t\t\t 2. <a target=\"_blank\" href=\"http://www.gopiplus."
743
- "com/work/2015/08/04/how-to-schedule-auto-emails-for-email-subscribers-"
744
- "wordpress-plugin-in-cpanel/\">Setup cron job in cPanal</a><br>\n"
745
- "\t\t\t\t\t\t\t\t\t\t 3. <a target=\"_blank\" href=\"http://www.gopiplus."
746
- "com/work/2015/08/08/email-subscribers-wordpress-plugin-how-to-schedule-auto-"
747
- "mails-cron-mails/\">Hosting doesnt support cron jobs?</a>"
748
- msgstr ""
749
- " 1. <a target=\"_blank\" href=\"http://www.gopiplus.com/work/2015/08/02/how-"
750
- "to-schedule-auto-emails-for-email-subscribers-wordpress-plugin-in-parallels-"
751
- "plesk/\">Configurar tarea cron en Plesk</a><br>\n"
752
- "\t\t\t\t\t\t\t\t\t\t 2. <a target=\"_blank\" href=\"http://www.gopiplus."
753
- "com/work/2015/08/04/how-to-schedule-auto-emails-for-email-subscribers-"
754
- "wordpress-plugin-in-cpanel/\">Configurar tarea cron en cPanal</a><br>\n"
755
- "\t\t\t\t\t\t\t\t\t\t 3. <a target=\"_blank\" href=\"http://www.gopiplus."
756
- "com/work/2015/08/08/email-subscribers-wordpress-plugin-how-to-schedule-auto-"
757
- "mails-cron-mails/\">¿Su proveedor no soporta tareas cron?</a>"
758
-
759
- #: plugins/email-subscribers/help/help.php:114
760
- msgid "Notification Emails are not being received by Subscribers?"
761
- msgstr "¿No están recibiendo los suscriptores Correos de Notificación?"
762
 
763
- #: plugins/email-subscribers/help/help.php:115
764
- #, php-format
765
- msgid "Confirm steps from %s."
766
- msgstr "Confirmar pasos desde %s."
 
767
 
768
- #: plugins/email-subscribers/help/help.php:115
769
- #: plugins/email-subscribers/help/help.php:119
770
- #: plugins/email-subscribers/help/help.php:123
771
- #: plugins/email-subscribers/help/help.php:127
772
- #: plugins/email-subscribers/help/help.php:131
773
- #: plugins/email-subscribers/help/help.php:135
774
- #: plugins/email-subscribers/help/help.php:139
775
- #: plugins/email-subscribers/help/help.php:143
776
- #: plugins/email-subscribers/help/help.php:147
777
- #: plugins/email-subscribers/help/help.php:151
778
- msgid "here"
779
- msgstr "aquí"
780
 
781
- #: plugins/email-subscribers/help/help.php:118
782
- msgid "How to import and export email address to subscriber list?"
783
- msgstr ""
784
- "¿Cómo importar y exportar direcciones de correo a la lista de suscriptores?"
785
 
786
- #: plugins/email-subscribers/help/help.php:119
787
- #: plugins/email-subscribers/help/help.php:123
788
- #: plugins/email-subscribers/help/help.php:127
789
- #: plugins/email-subscribers/help/help.php:131
790
- #: plugins/email-subscribers/help/help.php:135
791
- #: plugins/email-subscribers/help/help.php:139
792
- #: plugins/email-subscribers/help/help.php:143
793
- #: plugins/email-subscribers/help/help.php:147
794
- #: plugins/email-subscribers/help/help.php:151
795
- #, php-format
796
- msgid "Refer %s."
797
- msgstr "Consultar %s."
798
 
799
- #: plugins/email-subscribers/help/help.php:122
800
- msgid "How to compose static newsletter?"
801
- msgstr "¿Cómo componer una newsletter estática?"
802
 
803
- #: plugins/email-subscribers/help/help.php:126
804
- msgid "How to send static newsletter manually?"
805
- msgstr "¿Cómo mandar newsletters estáticas manualmente?"
806
 
807
- #: plugins/email-subscribers/help/help.php:130
808
- msgid ""
809
- "How to configure notification email to subscribers when new posts are "
810
- "published?"
811
- msgstr ""
812
- "¿Cómo configurar un correo de notificación para suscriptores cuando se "
813
- "publican nuevas entradas?"
814
 
815
- #: plugins/email-subscribers/help/help.php:134
816
- msgid ""
817
- "How to install and activate Email Subscribers on multisite installations?"
818
- msgstr ""
819
- "¿Cómo instalar y activar Suscriptores de Correo en instalaciones multisitio?"
820
 
821
- #: plugins/email-subscribers/help/help.php:138
822
- msgid "Where to check sent mails?"
823
- msgstr "¿Dónde revisar correos enviados?"
 
824
 
825
- #: plugins/email-subscribers/help/help.php:142
826
- msgid "Is Mail not working in Email Subscribers?"
827
- msgstr "¿Está fallando Mail en Suscriptores de Correo?"
 
828
 
829
- #: plugins/email-subscribers/help/help.php:146
830
- msgid ""
831
- "How to modify the existing mails (Opt-in mail, Welcome mail, Admin mails) "
832
- "content?"
833
- msgstr ""
834
- "¿Cómo modificar el contenido existente de correos (correo de envío, correo "
835
- "de bienvenida, correos al administrador)?"
836
 
837
- #: plugins/email-subscribers/help/help.php:150
838
- msgid "How to add new subscribers group? How to bulk update Subscribers group?"
839
- msgstr ""
840
- "¿Cómo añadir un grupo nuevo de suscriptores? ¿Cómo actualizar en bloque "
841
- "grupo de Suscriptores?"
842
 
843
- #: plugins/email-subscribers/help/help.php:154
844
- msgid "I can't find a way to do X..."
845
- msgstr "No puedo encontrar un modo para X..."
 
846
 
847
- #: plugins/email-subscribers/help/help.php:155
848
- #, php-format
849
- msgid "If you can't find your favorite feature (or have a suggestion) %s."
 
 
850
  msgstr ""
851
- "Si no puedes encontrar tu característica favorita (o tienes una sugerencia) "
852
- "%s."
 
 
 
 
 
 
 
 
 
 
853
 
854
- #: plugins/email-subscribers/help/help.php:155
855
- msgid "contact us"
856
- msgstr "Contáctanos"
 
857
 
858
- #: plugins/email-subscribers/job/es-optin.php:64
859
- #: plugins/email-subscribers/job/es-optin.php:79
860
- #: plugins/email-subscribers/job/es-unsubscribe.php:60
861
- #: plugins/email-subscribers/job/es-unsubscribe.php:70
862
  msgid ""
863
- "Oops.. We are getting some technical error. Please try again or contact "
864
- "admin."
865
  msgstr ""
866
- "Ups. Estamos teniendo algún problema técnico. Por favor inténtalo otra vez o "
867
- "contacta al administrador."
868
 
869
- #: plugins/email-subscribers/job/es-optin.php:69
870
- msgid "This email address has already been confirmed."
871
- msgstr "Esta dirección de correo ya ha sido confirmada."
 
872
 
873
- #: plugins/email-subscribers/notification/notification-add.php:44
874
- #: plugins/email-subscribers/notification/notification-add.php:170
875
- #: plugins/email-subscribers/notification/notification-edit.php:58
876
- #: plugins/email-subscribers/notification/notification-edit.php:182
877
- msgid "Please select post categories."
878
- msgstr "Por favor selecciona categorías de entrada."
879
 
880
- #: plugins/email-subscribers/notification/notification-add.php:69
881
- msgid "Notification was successfully created."
882
- msgstr "La notificación se ha creado con éxito."
 
883
 
884
- #: plugins/email-subscribers/notification/notification-add.php:100
885
- msgid "Add Notification"
886
- msgstr "Añadir Notificación"
 
887
 
888
- #: plugins/email-subscribers/notification/notification-add.php:103
889
- #: plugins/email-subscribers/notification/notification-edit.php:114
890
- #: plugins/email-subscribers/notification/notification-show.php:56
891
- #: plugins/email-subscribers/notification/notification-show.php:64
892
- msgid "Subscribers Group"
893
- msgstr "Grupo de suscriptores"
 
894
 
895
- #: plugins/email-subscribers/notification/notification-add.php:105
896
- #: plugins/email-subscribers/notification/notification-add.php:123
897
- #: plugins/email-subscribers/notification/notification-edit.php:122
898
- #: plugins/email-subscribers/sendmail/sendmail.php:107
899
- #: plugins/email-subscribers/sendmail/sendmail.php:153
900
- #: plugins/email-subscribers/subscribers/view-subscriber-add.php:132
901
- #: plugins/email-subscribers/subscribers/view-subscriber-edit.php:116
902
- #: plugins/email-subscribers/subscribers/view-subscriber-import.php:166
903
- #: plugins/email-subscribers/subscribers/view-subscriber-sync.php:99
904
- #: plugins/email-subscribers/subscribers/view-subscriber-sync.php:130
905
- msgid "Select"
906
- msgstr "Seleccionar"
907
 
908
- #: plugins/email-subscribers/notification/notification-add.php:121
909
- #: plugins/email-subscribers/notification/notification-edit.php:120
910
- msgid "Notification Mail"
911
- msgstr "Correo de Notificación"
912
 
913
- #: plugins/email-subscribers/notification/notification-add.php:140
914
- #: plugins/email-subscribers/notification/notification-edit.php:144
915
- msgid "Post Categories"
916
- msgstr "Categorías de Entradas"
917
 
918
- #: plugins/email-subscribers/notification/notification-add.php:172
919
- #: plugins/email-subscribers/notification/notification-edit.php:184
920
- msgid "Custom post type"
921
- msgstr "Tipo de entrada personalizada"
922
 
923
- #: plugins/email-subscribers/notification/notification-add.php:203
924
- #: plugins/email-subscribers/notification/notification-edit.php:223
925
- msgid "Please select your custom post type (Optional)."
926
- msgstr "Por favor, selecciona tu tipo de entrada personalizada (Opcional)."
 
 
927
 
928
- #: plugins/email-subscribers/notification/notification-add.php:205
929
- #: plugins/email-subscribers/notification/notification-edit.php:225
930
- #: plugins/email-subscribers/notification/notification-show.php:58
931
- #: plugins/email-subscribers/notification/notification-show.php:66
932
- msgid "Notification Status"
933
- msgstr "Estado de Notificación"
934
 
935
- #: plugins/email-subscribers/notification/notification-edit.php:84
936
- msgid "Notification was successfully updated."
937
- msgstr "La notificación ha sido actualizada con éxito."
 
938
 
939
- #: plugins/email-subscribers/notification/notification-edit.php:111
940
- msgid "Edit Notification"
941
- msgstr "Editar Notificación"
 
942
 
943
- #: plugins/email-subscribers/notification/notification-edit.php:118
944
- msgid "Not allowed to update the subscribers group in edit page."
 
 
 
 
 
 
 
 
 
 
 
945
  msgstr ""
946
- "No se permite actualizar el grupo de suscriptores en la página de edición."
 
947
 
948
- #: plugins/email-subscribers/notification/notification-show.php:55
949
- #: plugins/email-subscribers/notification/notification-show.php:63
950
- msgid "Mail Subject"
951
- msgstr "Asunto Correo"
952
 
953
- #: plugins/email-subscribers/notification/notification-show.php:57
954
- #: plugins/email-subscribers/notification/notification-show.php:65
955
- msgid "Categories / Custom Post"
956
- msgstr "Categorías / Entrada personalizada"
957
 
958
- #: plugins/email-subscribers/roles/roles-add.php:91
959
- msgid "Roles and Capabilities"
960
- msgstr "Roles y capacidades"
 
961
 
962
- #: plugins/email-subscribers/roles/roles-add.php:93
963
- msgid "Subscribers Menu"
964
- msgstr "Menú suscriptores"
 
965
 
966
- #: plugins/email-subscribers/roles/roles-add.php:99
967
- msgid ""
968
- "Select user role to access plugin Subscribers Menu. Only Admin user can "
969
- "change this value."
970
- msgstr ""
971
- "Selecciona el rol de usuario para acceder al menú de suscriptores del "
972
- "plugin. Sólo el administrador puede cambiar este valor."
973
 
974
- #: plugins/email-subscribers/roles/roles-add.php:102
975
- msgid "Compose Menu"
976
- msgstr "Menú componer"
 
977
 
978
- #: plugins/email-subscribers/roles/roles-add.php:108
 
979
  msgid ""
980
- "Select user role to access plugin Compose Menu. Only Admin user can change "
981
- "this value."
 
 
982
  msgstr ""
983
- "Selecciona el rol de usuario para acceder al menú de Componer del plugin. "
984
- "Sólo el administrador puede cambiar este valor."
 
 
985
 
986
- #: plugins/email-subscribers/roles/roles-add.php:110
987
- msgid "Notification Menu"
988
- msgstr "Menú Notificación"
 
989
 
990
- #: plugins/email-subscribers/roles/roles-add.php:116
991
- msgid ""
992
- "Select user role to access plugin Notification Menu. Only Admin user can "
993
- "change this value."
994
- msgstr ""
995
- "Selecciona el rol de usuario para acceder al menú de notificaciones del "
996
- "plugin. Sólo el administrador puede cambiar este valor."
997
 
998
- #: plugins/email-subscribers/roles/roles-add.php:118
999
- msgid "Send Email Menu/Cron Menu"
1000
- msgstr "Menú Envío Correo/Menú Cron"
 
1001
 
1002
- #: plugins/email-subscribers/roles/roles-add.php:124
1003
- msgid ""
1004
- "Select user role to access plugin Send Email Menu. Only Admin user can "
1005
- "change this value."
1006
- msgstr ""
1007
- "Selecciona el rol de usuario para acceder al menú de envío de correo del "
1008
- "plugin. Sólo el administrador puede cambiar este valor."
1009
 
1010
- #: plugins/email-subscribers/roles/roles-add.php:126
1011
- msgid "Settings Menu"
1012
- msgstr "Menú Configuración"
 
1013
 
1014
- #: plugins/email-subscribers/roles/roles-add.php:132
1015
- msgid ""
1016
- "Select user role to access plugin Settings Menu. Only Admin user can change "
1017
- "this value."
1018
- msgstr ""
1019
- "Selecciona el rol de usuario para acceder al menú de configuración del "
1020
- "plugin. Sólo el administrador puede cambiar este valor."
1021
 
1022
- #: plugins/email-subscribers/roles/roles-add.php:134
1023
- msgid "Sent Mails Menu"
1024
- msgstr "Menú Envío Correos"
 
1025
 
1026
- #: plugins/email-subscribers/roles/roles-add.php:140
1027
- msgid ""
1028
- "Select user role to access plugin Sent Mails Menu. Only Admin user can "
1029
- "change this value."
1030
- msgstr ""
1031
- "Selecciona el rol de usuario para acceder al menú de envío de correos del "
1032
- "plugin. Sólo el administrador puede cambiar este valor."
1033
 
1034
- #: plugins/email-subscribers/roles/roles-add.php:142
1035
- msgid "Help & Info Menu"
1036
- msgstr "Menú Ayuda e Info"
 
1037
 
1038
- #: plugins/email-subscribers/roles/roles-add.php:148
 
 
 
 
 
 
1039
  msgid ""
1040
- "Select user role to access plugin Help & Info Menu. Only Admin user can "
1041
- "change this value."
 
 
1042
  msgstr ""
1043
- "Selecciona el rol de usuario para acceder al menú de Ayuda e Información del "
1044
- "plugin. Sólo el administrador puede cambiar este valor."
 
 
1045
 
1046
- #: plugins/email-subscribers/sendmail/sendmail.php:43
1047
- msgid "No email address selected."
1048
- msgstr "No se ha seleccionado dirección de correo."
 
1049
 
1050
- #: plugins/email-subscribers/sendmail/sendmail.php:58
1051
- msgid "Mail sent successfully"
1052
- msgstr "Correo enviado con éxito"
 
1053
 
1054
- #: plugins/email-subscribers/sendmail/sendmail.php:64
1055
- msgid "Click here for details"
1056
- msgstr "Haz clic aquí para detalles"
 
1057
 
1058
- #: plugins/email-subscribers/sendmail/sendmail.php:73
1059
- msgid "Oops.. We are getting some error. mail not sending."
1060
- msgstr "Ups. Estamos obteniendo algún error. No se envía correo."
 
1061
 
1062
- #: plugins/email-subscribers/sendmail/sendmail.php:101
1063
- msgid "Select your mail subject"
1064
- msgstr "Selecciona el asunto de tu correo"
 
1065
 
1066
- #: plugins/email-subscribers/sendmail/sendmail.php:102
1067
- msgid ""
1068
- "Select a mail subject from available list. Go to Compose page to create new "
1069
- "mail."
1070
- msgstr ""
1071
- "Selecciona un asunto de correo de la lista disponible. Accede a la página "
1072
- "Componer para crear un nuevo correo."
1073
 
1074
- #: plugins/email-subscribers/sendmail/sendmail.php:132
1075
- msgid "Mail Type"
1076
- msgstr "Tipo de Correo"
1077
 
1078
- #: plugins/email-subscribers/sendmail/sendmail.php:133
1079
- msgid "Select your mail type."
1080
- msgstr "Selecciona tu tipo de correo."
1081
 
1082
- #: plugins/email-subscribers/sendmail/sendmail.php:147
1083
- msgid "Select subscriber group"
1084
- msgstr "Selecciona grupo suscriptores"
1085
 
1086
- #: plugins/email-subscribers/sendmail/sendmail.php:148
1087
- msgid "Select your subscriber group to send email."
1088
- msgstr "Selecciona el grupo de suscriptores para enviar correos."
1089
 
1090
- #: plugins/email-subscribers/sendmail/sendmail.php:173
1091
- msgid "Check All"
1092
- msgstr "Selecciona todo"
1093
 
1094
- #: plugins/email-subscribers/sendmail/sendmail.php:174
1095
- msgid "Uncheck All"
1096
- msgstr "Deselecciona todo"
1097
 
1098
- #: plugins/email-subscribers/sendmail/sendmail.php:237
1099
- msgid "No subscribers available for this search criteria."
1100
- msgstr "No hay suscriptores que cumplan este criterio de búsqueda."
1101
 
1102
- #: plugins/email-subscribers/sentmail/deliverreport-show.php:11
1103
- msgid "Oops.. Unexpected error occurred. Please try again."
1104
- msgstr "Ups. Ha sucedido un error inesperado. Por favor, inténtelo de nuevo."
1105
 
1106
- #: plugins/email-subscribers/sentmail/deliverreport-show.php:19
1107
- msgid "Delivery Report"
1108
- msgstr "Informe envío"
1109
 
1110
- #: plugins/email-subscribers/sentmail/deliverreport-show.php:37
1111
- #: plugins/email-subscribers/sentmail/deliverreport-show.php:49
1112
- #: plugins/email-subscribers/subscribers/view-subscriber-export.php:27
1113
- #: plugins/email-subscribers/subscribers/view-subscriber-export.php:35
1114
- #: plugins/email-subscribers/subscribers/view-subscriber-show.php:324
1115
- #: plugins/email-subscribers/subscribers/view-subscriber-show.php:337
1116
- msgid "Sno"
1117
- msgstr "Sno"
1118
 
1119
- #: plugins/email-subscribers/sentmail/deliverreport-show.php:38
1120
- #: plugins/email-subscribers/sentmail/deliverreport-show.php:50
1121
- msgid "Email"
1122
- msgstr "Correo"
1123
 
1124
- #: plugins/email-subscribers/sentmail/deliverreport-show.php:39
1125
- #: plugins/email-subscribers/sentmail/deliverreport-show.php:51
1126
- msgid "Sent Date"
1127
- msgstr "Fecha Envío"
1128
 
1129
- #: plugins/email-subscribers/sentmail/deliverreport-show.php:42
1130
- #: plugins/email-subscribers/sentmail/deliverreport-show.php:54
1131
- msgid "Viewed Status"
1132
- msgstr "Estado visualización"
1133
 
1134
- #: plugins/email-subscribers/sentmail/deliverreport-show.php:43
1135
- #: plugins/email-subscribers/sentmail/deliverreport-show.php:55
1136
- msgid "Viewed Date"
1137
- msgstr "Fecha Visualización"
1138
 
1139
- #: plugins/email-subscribers/sentmail/deliverreport-show.php:44
1140
- #: plugins/email-subscribers/sentmail/deliverreport-show.php:56
1141
- #: plugins/email-subscribers/subscribers/view-subscriber-show.php:329
1142
- #: plugins/email-subscribers/subscribers/view-subscriber-show.php:342
1143
- msgid "Database ID"
1144
- msgstr "ID Base de Datos"
1145
 
1146
- #: plugins/email-subscribers/sentmail/deliverreport-show.php:96
1147
- #: plugins/email-subscribers/sentmail/sentmail-show.php:143
1148
- msgid " &lt;&lt; "
1149
- msgstr " &lt;&lt; "
1150
-
1151
- #: plugins/email-subscribers/sentmail/deliverreport-show.php:97
1152
- #: plugins/email-subscribers/sentmail/sentmail-show.php:144
1153
- msgid " &gt;&gt; "
1154
- msgstr " &gt;&gt; "
1155
 
1156
- #: plugins/email-subscribers/sentmail/sentmail-show.php:42
1157
- msgid "Successfully deleted all reports except latest 10."
1158
- msgstr "Se borraron con éxito todos los informes excepto los últimos 10."
1159
 
1160
- #: plugins/email-subscribers/sentmail/sentmail-show.php:71
1161
- #: plugins/email-subscribers/sentmail/sentmail-show.php:84
1162
- msgid "View Reports"
1163
- msgstr "Ver Informes"
 
 
 
 
1164
 
1165
- #: plugins/email-subscribers/sentmail/sentmail-show.php:73
1166
- #: plugins/email-subscribers/sentmail/sentmail-show.php:86
1167
- msgid "Source"
1168
- msgstr "Origen"
1169
 
1170
- #: plugins/email-subscribers/sentmail/sentmail-show.php:76
1171
- #: plugins/email-subscribers/sentmail/sentmail-show.php:89
1172
- msgid "Start Date"
1173
- msgstr "Fecha Comienzo"
1174
 
1175
- #: plugins/email-subscribers/sentmail/sentmail-show.php:77
1176
- #: plugins/email-subscribers/sentmail/sentmail-show.php:90
1177
- msgid "End Date"
1178
- msgstr "Fecha Fin"
1179
 
1180
- #: plugins/email-subscribers/sentmail/sentmail-show.php:78
1181
- #: plugins/email-subscribers/sentmail/sentmail-show.php:91
1182
- msgid "Total"
1183
- msgstr "Total"
 
 
 
 
 
1184
 
1185
- #: plugins/email-subscribers/sentmail/sentmail-show.php:167
1186
- #: plugins/email-subscribers/sentmail/sentmail-show.php:169
1187
- msgid "Optimize Table"
1188
- msgstr "Optimizar Tabla"
 
 
 
 
 
1189
 
1190
- #: plugins/email-subscribers/sentmail/sentmail-show.php:179
1191
- msgid ""
1192
- "Note: Please click <strong>Optimize Table</strong> button to delete all "
1193
- "reports except latest 10."
1194
- msgstr ""
1195
- "Nota: Por favor, haz clic en el botón <strong>Optimizar Tabla</strong> para "
1196
- "borrar todos los informes excepto los últimos 10."
1197
 
1198
- #: plugins/email-subscribers/settings/setting-sync.php:8
1199
- msgid "Table sync completed successfully."
1200
- msgstr "Sincronización de la Tabla finalizada con éxito."
 
1201
 
1202
- #: plugins/email-subscribers/settings/setting-sync.php:21
1203
- msgid "Sync plugin tables"
1204
- msgstr "Sincronizar tablas del plugin"
 
1205
 
1206
- #: plugins/email-subscribers/settings/setting-sync.php:25
1207
- msgid "Click to sync tables"
1208
- msgstr "Clic para sincronizar tablas"
 
1209
 
1210
- #: plugins/email-subscribers/settings/settings-edit.php:102
1211
- msgid "Please enter sender of notifications from name."
1212
- msgstr "Por favor introduce el nombre 'de' para el emisor de notificaciones."
 
 
1213
 
1214
- #: plugins/email-subscribers/settings/settings-edit.php:108
1215
- msgid "Please enter sender of notifications from email."
1216
- msgstr "Por favor introduce el correo 'de' para el emisor de notificaciones."
 
1217
 
1218
- #: plugins/email-subscribers/settings/settings-edit.php:143
1219
- msgid "Details was successfully updated."
1220
- msgstr "Los detalles fueron actualizados correctamente."
 
 
 
 
 
 
 
1221
 
1222
- #: plugins/email-subscribers/settings/settings-edit.php:148
1223
- msgid "Oops, details not update."
1224
- msgstr "Ups, los detalles no se han actualizado."
 
 
1225
 
1226
- #: plugins/email-subscribers/settings/settings-edit.php:195
1227
- msgid "Sender of notifications"
1228
- msgstr "Emisor de notificaciones"
 
 
 
 
 
 
1229
 
1230
- #: plugins/email-subscribers/settings/settings-edit.php:196
1231
- msgid ""
1232
- "Choose a FROM name and FROM email address for all notifications emails from "
1233
- "this plugin."
1234
  msgstr ""
1235
- "Elige un nombre DE y una dirección de correo DE para todos los correos de "
1236
- "notificaciones de este plugin."
1237
 
1238
- #: plugins/email-subscribers/settings/settings-edit.php:206
1239
- msgid ""
1240
- "Option 1 & 2 is to send mails with default Wordpress method wp_mail(). "
1241
- "Option 3 & 4 is to send mails with PHP method mail()"
1242
  msgstr ""
1243
- "Las opciones 1 y 2 envían correos con el método por defecto de WordPress "
1244
- "wp_mail(). Las opciones 3 y 4 envían correos con el método PHP mail()."
1245
 
1246
- #: plugins/email-subscribers/settings/settings-edit.php:220
1247
- msgid "Opt-in option"
1248
- msgstr "Opción envío"
1249
 
1250
- #: plugins/email-subscribers/settings/settings-edit.php:221
1251
- msgid ""
1252
- "Double Opt In, means subscribers need to confirm their email address by an "
1253
- "activation link sent them on a activation email message. Single Opt In, "
1254
- "means subscribers do not need to confirm their email address."
1255
- msgstr ""
1256
- "Doble envío, significa que los suscriptores deben confirmar su correo "
1257
- "electrónico por un enlace de activación que se les envía en un mensaje de "
1258
- "confirmación de correo. Envío simple significa que los suscriptores no deben "
1259
- "confirmar su dirección de correo."
1260
 
1261
- #: plugins/email-subscribers/settings/settings-edit.php:232
1262
- msgid "Opt-in mail subject (Confirmation mail)"
1263
- msgstr "Asunto del correo de Envío (Correo de confirmación)"
1264
 
1265
- #: plugins/email-subscribers/settings/settings-edit.php:233
1266
  msgid ""
1267
- "Enter the subject for Double Opt In mail. This will send whenever subscriber "
1268
- "added email into our database."
1269
  msgstr ""
1270
- "Introduce el asunto para el correo de Doble entrada. Esto se mandará cuando "
1271
- "se haya suscrito cualquier correo en nuestra base de datos."
1272
 
1273
- #: plugins/email-subscribers/settings/settings-edit.php:239
1274
- msgid "Opt-in mail content (Confirmation mail)"
1275
- msgstr "Contenido del correo de Envío (correo de confirmación)"
 
1276
 
1277
- #: plugins/email-subscribers/settings/settings-edit.php:240
 
 
 
 
1278
  msgid ""
1279
- "Enter the content for Double Opt In mail. This will send whenever subscriber "
1280
- "added email into our database."
1281
  msgstr ""
1282
- "Introduce el contenido para el correo de Doble Entrada. Esto se mandará "
1283
- "cuando se añada una dirección de correo a nuestra base de datos."
1284
 
1285
- #: plugins/email-subscribers/settings/settings-edit.php:246
1286
- msgid "Opt-in link (Confirmation link)"
1287
- msgstr "Enlace Envío (Enlace de conformación)"
1288
 
1289
- #: plugins/email-subscribers/settings/settings-edit.php:247
1290
- msgid "Double Opt In confirmation link. You no need to change this value."
1291
- msgstr "Enlace para doble Envío. No es necesario que cambies este valor."
 
1292
 
1293
- #: plugins/email-subscribers/settings/settings-edit.php:253
1294
- msgid "Text to display after email subscribed successfully"
1295
- msgstr ""
1296
- "Texto para mostrar cuando una dirección de correo se haya suscrito "
1297
- "correctamente"
1298
 
1299
- #: plugins/email-subscribers/settings/settings-edit.php:254
1300
- msgid ""
1301
- "This text will display once user clicked email confirmation link from opt-in "
1302
- "(confirmation) email content."
1303
- msgstr ""
1304
- "Este texto se mostrará una vez el usuario haya hecho clic en el enlace de "
1305
- "conformación de correo desde el contenido de correo de entrada "
1306
- "(confirmación)."
1307
 
1308
- #: plugins/email-subscribers/settings/settings-edit.php:261
1309
- msgid "Subscriber welcome email"
1310
- msgstr "Correo de bienvenida para el Suscriptor"
 
1311
 
1312
- #: plugins/email-subscribers/settings/settings-edit.php:262
1313
- msgid "To send welcome mail to subscriber, This option must be set to YES."
1314
- msgstr ""
1315
- "Para enviar un correo de bienvenida a los suscriptores, esta opción debe "
1316
- "estar establecida a SÍ."
1317
 
1318
- #: plugins/email-subscribers/settings/settings-edit.php:273
1319
- msgid "Welcome mail subject"
1320
- msgstr "Asunto correo bienvenida"
1321
 
1322
- #: plugins/email-subscribers/settings/settings-edit.php:274
1323
- msgid ""
1324
- "Enter the subject for subscriber welcome mail. This will send whenever email "
1325
- "subscribed (confirmed) successfully."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1326
  msgstr ""
1327
- "Introduce el asunto para el correo de bienvenida del suscriptor. Esto se "
1328
- "enviará cuando se suscriba exitosamente (confirmado) cualquier correo."
1329
 
1330
- #: plugins/email-subscribers/settings/settings-edit.php:280
1331
- msgid "Subscriber welcome mail content"
1332
- msgstr "Contenido del correo de bienvenida al suscriptor"
1333
 
1334
- #: plugins/email-subscribers/settings/settings-edit.php:281
1335
- msgid ""
1336
- "Enter the content for subscriber welcome mail. This will send whenever email "
1337
- "subscribed (confirmed) successfully."
 
 
1338
  msgstr ""
1339
- "Introduce el contenido para el correo de bienvenida al suscriptor. Esto se "
1340
- "enviará cuando un correo se haya suscrito (confirmado) con éxito."
1341
 
1342
- #: plugins/email-subscribers/settings/settings-edit.php:289
1343
- msgid "Mail to admin"
1344
- msgstr "Correo al administrador"
1345
 
1346
- #: plugins/email-subscribers/settings/settings-edit.php:290
 
 
 
 
 
 
 
 
 
 
1347
  msgid ""
1348
- "To send admin notifications for new subscriber, This option must be set to "
1349
- "YES."
1350
  msgstr ""
1351
- "Para mandar notificaciones al administrador por nuevos suscriptores, esta "
1352
- "opción debe estar establecida a SÍ."
1353
 
1354
- #: plugins/email-subscribers/settings/settings-edit.php:301
1355
- msgid "Admin email addresses"
1356
- msgstr "Direcciones de correo de administrador"
1357
 
1358
- #: plugins/email-subscribers/settings/settings-edit.php:302
1359
- msgid ""
1360
- "Enter the admin email addresses that should receive notifications (separate "
1361
- "by comma)."
 
 
 
 
 
 
 
1362
  msgstr ""
1363
- "Introduce las direcciones de correo de administradores que deben recibir las "
1364
- "notificaciones (separadas por coma)."
1365
 
1366
- #: plugins/email-subscribers/settings/settings-edit.php:308
1367
- msgid "Admin mail subject"
1368
- msgstr "Asunto del correo al administrador"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1369
 
1370
- #: plugins/email-subscribers/settings/settings-edit.php:309
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1371
  msgid ""
1372
- "Enter the subject for admin mail. This will send whenever new email added "
1373
- "and confirmed into our database."
1374
  msgstr ""
1375
- "Introduce el asunto para el correo al administrador. Esto se enviará cuando "
1376
- "un nuevo correo se añadido y confirmado en nuestra base de datos."
1377
 
1378
- #: plugins/email-subscribers/settings/settings-edit.php:315
1379
- msgid "Admin mail content"
1380
- msgstr "Contenido correo administrador"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1381
 
1382
- #: plugins/email-subscribers/settings/settings-edit.php:316
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1383
  msgid ""
1384
- "Enter the mail content for admin. This will send whenever new email added "
1385
- "and confirmed into our database."
1386
  msgstr ""
1387
- "Introduce el contenido del correo para administrador. Esto se enviará cuando "
1388
- "un nuevo correo haya sido añadido y confirmado en nuestra base de datos."
1389
 
1390
- #: plugins/email-subscribers/settings/settings-edit.php:323
1391
- msgid "Unsubscribe link"
1392
- msgstr "Enlace de baja de suscripción"
 
 
 
1393
 
1394
- #: plugins/email-subscribers/settings/settings-edit.php:324
1395
- msgid "Unsubscribe link. You no need to change this value."
1396
- msgstr "Enlace de baja de suscripción. No es necesario cambiar este valor."
1397
 
1398
- #: plugins/email-subscribers/settings/settings-edit.php:330
1399
- msgid "Unsubscribe text in mail"
1400
- msgstr "Texto de baja de suscripción en correo"
1401
 
1402
- #: plugins/email-subscribers/settings/settings-edit.php:331
1403
- msgid ""
1404
- "Enter the text for unsubscribe link. This text is to add unsubscribe link "
1405
- "with newsletter."
 
 
 
 
 
1406
  msgstr ""
1407
- "Introduce el texto para el enlace para cancelar la suscripción. Este texto "
1408
- "es para añadir un enlace de cancelación de suscripción con la newsletter."
1409
 
1410
- #: plugins/email-subscribers/settings/settings-edit.php:337
1411
- msgid "Text to display after email unsubscribed"
1412
- msgstr "Texto para mostrar una vez el correo haya cancelado la suscripción"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1413
 
1414
- #: plugins/email-subscribers/settings/settings-edit.php:338
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1415
  msgid ""
1416
- "This text will display once user clicked unsubscribed link from our "
1417
- "newsletter."
1418
  msgstr ""
1419
- "Este texto se mostrará una vez que el usuario haga clic sobre el enlace de "
1420
- "cancelación de suscripción desde nuestra newsletter."
 
1421
 
1422
- #: plugins/email-subscribers/settings/settings-edit.php:345
1423
- msgid "Message 1"
1424
- msgstr "Mensaje 1"
1425
 
1426
- #: plugins/email-subscribers/settings/settings-edit.php:346
1427
- msgid "Default message to display if any issue on confirmation link."
1428
- msgstr ""
1429
- "Mensaje por defecto para mostrar si hay algún problema en el enlace de "
1430
- "confirmación."
1431
 
1432
- #: plugins/email-subscribers/settings/settings-edit.php:352
1433
- msgid "Message 2"
1434
- msgstr "Mensaje 2"
1435
 
1436
- #: plugins/email-subscribers/settings/settings-edit.php:353
1437
- msgid "Default message to display if any issue on unsubscribe link."
1438
- msgstr ""
1439
- "Mensaje por defecto para mostrar si hay algún problema en el enlace de "
1440
- "cancelación de suscripción."
1441
 
1442
- #: plugins/email-subscribers/settings/settings-edit.php:360
1443
- msgid "Sent report subject"
1444
- msgstr "Asunto de informe enviado"
1445
 
1446
- #: plugins/email-subscribers/settings/settings-edit.php:361
1447
- msgid "Mail subject for sent mail report."
1448
- msgstr "Asunto del mensaje para informe de correos enviados."
 
1449
 
1450
- #: plugins/email-subscribers/settings/settings-edit.php:367
1451
- msgid "Sent report content"
1452
- msgstr "Contenido del informe enviado"
1453
 
1454
- #: plugins/email-subscribers/settings/settings-edit.php:368
1455
- msgid "Mail content for sent mail report."
1456
- msgstr "Contenido de correo para informe de correo enviado."
1457
 
1458
- #: plugins/email-subscribers/settings/settings-edit.php:379
1459
- msgid "Save Settings"
1460
- msgstr "Guardar configuración"
1461
 
1462
- #: plugins/email-subscribers/subscribers/view-subscriber-add.php:45
1463
- msgid "Please select or create your group for this email."
1464
- msgstr "Por favor selecciona o crea tu grupo para este correo."
1465
 
1466
- #: plugins/email-subscribers/subscribers/view-subscriber-add.php:54
1467
- #: plugins/email-subscribers/subscribers/view-subscriber-import.php:45
1468
  msgid ""
1469
- "Error: Special characters (['^$%&*()}{@#~?><>,|=_+\\\"]) are not allowed in "
1470
- "the group name."
1471
  msgstr ""
1472
- "Error: los caracteres especiales (['^$%&*()}{@#~?><>,|=_+\\\"]) no se "
1473
- "permiten como nombre de grupo."
1474
 
1475
- #: plugins/email-subscribers/subscribers/view-subscriber-add.php:66
1476
- msgid "Email was successfully inserted."
1477
- msgstr "El correo ha sido correctamente añadido."
1478
 
1479
- #: plugins/email-subscribers/subscribers/view-subscriber-add.php:70
1480
- msgid "Email already exist in our list."
1481
- msgstr "El correo ya existe en nuestro listado."
1482
 
1483
- #: plugins/email-subscribers/subscribers/view-subscriber-add.php:75
1484
- msgid "Email is invalid."
1485
- msgstr "Correo no válido."
1486
 
1487
- #: plugins/email-subscribers/subscribers/view-subscriber-add.php:111
1488
- msgid "Add email"
1489
- msgstr "Añadir correo"
 
 
 
 
 
1490
 
1491
- #: plugins/email-subscribers/subscribers/view-subscriber-add.php:113
1492
- #: plugins/email-subscribers/subscribers/view-subscriber-edit.php:97
1493
- msgid "Enter full name"
1494
- msgstr "Introduce nombre completo"
 
1495
 
1496
- #: plugins/email-subscribers/subscribers/view-subscriber-add.php:115
1497
- #: plugins/email-subscribers/subscribers/view-subscriber-edit.php:99
1498
- msgid "Please enter subscriber full name."
1499
- msgstr "Por favor, introduce nombre completo del suscriptor."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1500
 
1501
- #: plugins/email-subscribers/subscribers/view-subscriber-add.php:117
1502
- #: plugins/email-subscribers/subscribers/view-subscriber-edit.php:101
1503
- msgid "Enter email address."
1504
- msgstr "Introduce dirección de correo."
1505
 
1506
- #: plugins/email-subscribers/subscribers/view-subscriber-add.php:130
1507
- #: plugins/email-subscribers/subscribers/view-subscriber-import.php:164
1508
- msgid "Select (or) Create Group"
1509
- msgstr "Selecciona (o) Crear Grupo"
1510
 
1511
- #: plugins/email-subscribers/subscribers/view-subscriber-edit.php:54
1512
- msgid "Error: Special characters are not allowed in the group name."
1513
- msgstr "Error: No se permiten caracteres especiales en el nombre de grupo."
 
 
 
 
1514
 
1515
- #: plugins/email-subscribers/subscribers/view-subscriber-edit.php:66
1516
- msgid "Email was successfully updated."
1517
- msgstr "El correo ha sido correctamente actualizado."
1518
 
1519
- #: plugins/email-subscribers/subscribers/view-subscriber-edit.php:70
1520
- msgid "Email already exist for this group."
1521
- msgstr "El correo ya existe para este grupo."
1522
 
1523
- #: plugins/email-subscribers/subscribers/view-subscriber-edit.php:95
1524
- msgid "Edit email"
1525
- msgstr "Editar correo"
1526
 
1527
- #: plugins/email-subscribers/subscribers/view-subscriber-edit.php:114
1528
- #: plugins/email-subscribers/subscribers/view-subscriber-show.php:328
1529
- #: plugins/email-subscribers/subscribers/view-subscriber-show.php:341
1530
- msgid "Group"
1531
- msgstr "Grupo"
1532
 
1533
- #: plugins/email-subscribers/subscribers/view-subscriber-export.php:22
1534
- msgid "Export email address in csv format"
1535
- msgstr "Exportar dirección de correo electrónico en formato csv"
1536
 
1537
- #: plugins/email-subscribers/subscribers/view-subscriber-export.php:28
1538
- #: plugins/email-subscribers/subscribers/view-subscriber-export.php:36
1539
- msgid "Export option"
1540
- msgstr "Opción Exportar"
1541
 
1542
- #: plugins/email-subscribers/subscribers/view-subscriber-export.php:29
1543
- #: plugins/email-subscribers/subscribers/view-subscriber-export.php:37
1544
- msgid "Total email"
1545
- msgstr "Total Correo"
1546
 
1547
- #: plugins/email-subscribers/subscribers/view-subscriber-export.php:44
1548
- msgid "Subscriber email address"
1549
- msgstr "Dirección de correo Suscriptor"
1550
 
1551
- #: plugins/email-subscribers/subscribers/view-subscriber-export.php:46
1552
- #: plugins/email-subscribers/subscribers/view-subscriber-export.php:52
1553
- #: plugins/email-subscribers/subscribers/view-subscriber-export.php:58
1554
- msgid "Click to export csv"
1555
- msgstr "Clic para exportar csv"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1556
 
1557
- #: plugins/email-subscribers/subscribers/view-subscriber-export.php:50
1558
- msgid "Registered email address"
1559
- msgstr "Dirección de correo Registrada"
1560
 
1561
- #: plugins/email-subscribers/subscribers/view-subscriber-export.php:56
1562
- msgid "Comments author email address"
1563
- msgstr "Dirección de correo electrónico del autor de los comentarios"
 
 
 
 
1564
 
1565
- #: plugins/email-subscribers/subscribers/view-subscriber-export.php:65
1566
- msgid "Add Email"
1567
- msgstr "Añadir correo"
1568
 
1569
- #: plugins/email-subscribers/subscribers/view-subscriber-export.php:66
1570
- #: plugins/email-subscribers/subscribers/view-subscriber-show.php:445
1571
- msgid "Import Email"
1572
- msgstr "Importar correo"
 
 
 
1573
 
1574
- #: plugins/email-subscribers/subscribers/view-subscriber-import.php:103
1575
- msgid "Email(s) was successfully imported."
1576
- msgstr "El/Los correo(s) ha(n) sido correctamente importado(s)."
1577
 
1578
- #: plugins/email-subscribers/subscribers/view-subscriber-import.php:104
1579
- msgid "Email(s) are already in our database."
1580
- msgstr "El/Los correo(s) ya está(n) en nuestra base de datos."
 
 
 
 
1581
 
1582
- #: plugins/email-subscribers/subscribers/view-subscriber-import.php:105
1583
- msgid "Email(s) are invalid."
1584
- msgstr "Correo(s) no válido(s)."
1585
 
1586
- #: plugins/email-subscribers/subscribers/view-subscriber-import.php:115
1587
- msgid "File upload failed or no data available in the csv file."
 
 
1588
  msgstr ""
1589
- "Falló la subida del archivo o no hay datos disponibles en el archivo cv."
 
1590
 
1591
- #: plugins/email-subscribers/subscribers/view-subscriber-import.php:149
1592
- msgid "Upload email"
1593
- msgstr "Subir correo"
1594
 
1595
- #: plugins/email-subscribers/subscribers/view-subscriber-import.php:150
1596
- msgid "Select csv file"
1597
- msgstr "Selecciona archivo csv"
 
 
 
 
 
 
 
 
1598
 
1599
- #: plugins/email-subscribers/subscribers/view-subscriber-import.php:152
1600
  msgid ""
1601
- "Please select the input csv file. Please check official website for csv "
1602
- "structure."
1603
  msgstr ""
1604
- "Por favor selecciona el archivo de entrada csv. Por favor, consulta el sitio "
1605
- "oficial para ver la estructura csv."
1606
 
1607
- #: plugins/email-subscribers/subscribers/view-subscriber-import.php:187
1608
- msgid "Upload CSV"
1609
- msgstr "Subir CSV"
1610
 
1611
- #: plugins/email-subscribers/subscribers/view-subscriber-show.php:72
1612
- #: plugins/email-subscribers/subscribers/view-subscriber-show.php:125
1613
  msgid ""
1614
- "To send confirmation mail, Please change the Opt-in option to Double Opt In."
1615
  msgstr ""
1616
- "Para mandar correo de confirmación, por favor cambia la opción de Envío a "
1617
- "Doble Envío."
1618
 
1619
- #: plugins/email-subscribers/subscribers/view-subscriber-show.php:81
1620
- msgid "Confirmation email resent successfully."
1621
- msgstr "Correo de confirmación vuelto a enviar con éxito."
1622
 
1623
- #: plugins/email-subscribers/subscribers/view-subscriber-show.php:110
1624
- #: plugins/email-subscribers/subscribers/view-subscriber-show.php:156
1625
- #: plugins/email-subscribers/subscribers/view-subscriber-show.php:201
1626
- msgid "Oops, No record was selected."
1627
- msgstr "Ups, no has seleccionado ningún registro."
1628
 
1629
- #: plugins/email-subscribers/subscribers/view-subscriber-show.php:150
1630
- msgid "Confirmation email(s) resent successfully."
1631
- msgstr "Correo(s) de confirmación enviado(s) con éxito."
1632
 
1633
- #: plugins/email-subscribers/subscribers/view-subscriber-show.php:186
1634
- msgid "Selected subscribers group was successfully updated."
1635
  msgstr ""
1636
- "El grupo de suscriptores seleccionado ha sido correctamente actualizado."
 
1637
 
1638
- #: plugins/email-subscribers/subscribers/view-subscriber-show.php:192
1639
- msgid "Oops, New group name was not selected."
1640
- msgstr "Ups, no has seleccionado nuevo nombre de grupo."
1641
 
1642
- #: plugins/email-subscribers/subscribers/view-subscriber-show.php:232
1643
- msgid "View subscriber"
1644
- msgstr "Ver suscriptor"
 
 
 
 
 
 
1645
 
1646
- #: plugins/email-subscribers/subscribers/view-subscriber-show.php:280
1647
- msgid "All Groups"
1648
- msgstr "Todos los Grupos"
 
1649
 
1650
- #: plugins/email-subscribers/subscribers/view-subscriber-show.php:299
1651
- msgid "All Status"
1652
- msgstr "Todos los Estados"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1653
 
1654
- #: plugins/email-subscribers/subscribers/view-subscriber-show.php:300
1655
- msgid "Confirmed"
1656
- msgstr "Confirmado"
 
1657
 
1658
- #: plugins/email-subscribers/subscribers/view-subscriber-show.php:301
1659
- msgid "Unconfirmed"
1660
- msgstr "Sin Confirmar"
 
 
1661
 
1662
- #: plugins/email-subscribers/subscribers/view-subscriber-show.php:302
1663
- msgid "Unsubscribed"
1664
- msgstr "Suscripciones canceladas "
 
1665
 
1666
- #: plugins/email-subscribers/subscribers/view-subscriber-show.php:303
1667
- msgid "Single Opt In"
1668
- msgstr "Envío individual"
 
 
 
1669
 
1670
- #: plugins/email-subscribers/subscribers/view-subscriber-show.php:325
1671
- #: plugins/email-subscribers/subscribers/view-subscriber-show.php:338
1672
- msgid "Email address"
1673
- msgstr "Dirección email"
1674
 
1675
- #: plugins/email-subscribers/subscribers/view-subscriber-show.php:385
1676
- #: plugins/email-subscribers/subscribers/view-subscriber-show.php:423
1677
- msgid "Resend Confirmation"
1678
- msgstr "Reenviar Confirmación"
 
 
 
1679
 
1680
- #: plugins/email-subscribers/subscribers/view-subscriber-show.php:401
1681
  msgid ""
1682
- "No records available. Please use the above alphabet search button to search."
1683
  msgstr ""
1684
- "No hay registros disponibles. Por favor utiliza el botón de búsqueda "
1685
- "alfabética superior para buscar."
1686
 
1687
- #: plugins/email-subscribers/subscribers/view-subscriber-show.php:421
1688
- msgid "Bulk Actions"
1689
- msgstr "Accione en bloque"
 
 
 
 
1690
 
1691
- #: plugins/email-subscribers/subscribers/view-subscriber-show.php:424
1692
- msgid "Update Subscribers Group"
1693
- msgstr "Actualizar Grupo de Suscriptores"
1694
 
1695
- #: plugins/email-subscribers/subscribers/view-subscriber-show.php:427
1696
- msgid "Select Group"
1697
- msgstr "Seleccionar Grupo"
1698
 
1699
- #: plugins/email-subscribers/subscribers/view-subscriber-show.php:441
1700
- msgid "Apply"
1701
- msgstr "Aplicar"
1702
 
1703
- #: plugins/email-subscribers/subscribers/view-subscriber-show.php:446
1704
- msgid "Export Email"
1705
- msgstr "Exportar Correo"
1706
 
1707
- #: plugins/email-subscribers/subscribers/view-subscriber-show.php:447
1708
- msgid "Sync Email"
1709
- msgstr "Sincronizar Correo"
 
1710
 
1711
- #: plugins/email-subscribers/subscribers/view-subscriber-sync.php:33
1712
- #: plugins/email-subscribers/subscribers/view-subscriber-sync.php:119
1713
- msgid "Please select default group to newly registered user."
1714
- msgstr ""
1715
- "Por favor selecciona el grupo por defecto para el usuario recién registrado."
1716
 
1717
- #: plugins/email-subscribers/subscribers/view-subscriber-sync.php:39
1718
- #: plugins/email-subscribers/subscribers/view-subscriber-sync.php:150
1719
- msgid "Please select default group to newly commented user."
1720
- msgstr ""
1721
- "Por favor, selecciona el grupo por defecto para el usuario recién comentado."
 
 
 
 
 
 
 
 
 
 
 
 
 
1722
 
1723
- #: plugins/email-subscribers/subscribers/view-subscriber-sync.php:56
1724
- msgid "Sync email successfully updated."
1725
- msgstr "La sincronización de correos ha sido actualizada correctamente."
 
 
 
 
 
 
 
 
 
 
 
1726
 
1727
- #: plugins/email-subscribers/subscribers/view-subscriber-sync.php:88
1728
- msgid "Sync email"
1729
- msgstr "Sincronizar correo"
 
 
 
 
 
 
 
 
 
 
 
 
 
1730
 
1731
- #: plugins/email-subscribers/subscribers/view-subscriber-sync.php:90
1732
- msgid "Sync newly registered user"
1733
- msgstr "Sincronizar usuario recientemente registrado"
1734
 
1735
- #: plugins/email-subscribers/subscribers/view-subscriber-sync.php:95
1736
- msgid ""
1737
- "Automatically add a newly registered user email address to subscribers list."
1738
- msgstr ""
1739
- "Automáticamente añade una dirección de correo electrónico de usuario "
1740
- "registrador recientemente a la lista de suscriptores."
1741
 
1742
- #: plugins/email-subscribers/subscribers/view-subscriber-sync.php:97
1743
- #: plugins/email-subscribers/subscribers/view-subscriber-sync.php:128
1744
- msgid "Select default group"
1745
- msgstr "Selecciona grupo por defecto"
 
1746
 
1747
- #: plugins/email-subscribers/subscribers/view-subscriber-sync.php:121
1748
- msgid "Sync newly commented user"
1749
- msgstr "Sincronizar usuario recientemente comentado"
1750
 
1751
- #: plugins/email-subscribers/subscribers/view-subscriber-sync.php:126
1752
- msgid ""
1753
- "Automatically add a newly commented (who posted comments) user email address "
1754
- "to subscribers list."
1755
- msgstr ""
1756
- "Automáticamente añadir una dirección de correo de usuario recientemente "
1757
- "comentado (que envió comentarios) a la lista de suscriptores."
 
 
 
1758
 
1759
  #~ msgid ""
1760
  #~ "I strongly recommend you to use \"Send mail via cron job\" option to send "
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"
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 ""
 
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 "
languages/email-subscribers-nl_NL.mo CHANGED
Binary file
languages/email-subscribers-nl_NL.po CHANGED
@@ -1,1297 +1,1291 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: Email subscribers\n"
4
- "POT-Creation-Date: 2015-11-28 14:29+0800\n"
5
- "PO-Revision-Date: 2015-11-28 14:29+0800\n"
6
- "Last-Translator: \n"
7
- "Language-Team: \n"
8
- "Language: nl\n"
9
- "MIME-Version: 1.0\n"
10
- "Content-Type: text/plain; charset=UTF-8\n"
11
- "Content-Transfer-Encoding: 8bit\n"
12
- "X-Generator: Poedit 1.5.7\n"
13
- "X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e\n"
14
- "X-Poedit-Basepath: .\n"
15
- "Plural-Forms: nplurals=2; plural=(n != 1);\n"
16
- "X-Poedit-SearchPath-0: ..\n"
17
-
18
- #: ../classes/es-loadwidget.php:28 ../classes/es-register.php:250
19
- #: ../subscribers/view-subscriber-show.php:326
20
- #: ../subscribers/view-subscriber-show.php:339
21
- msgid "Name"
22
- msgstr "Naam"
23
-
24
- #: ../classes/es-loadwidget.php:33 ../classes/es-register.php:255
25
- msgid "Email *"
26
- msgstr "email*"
27
-
28
- #: ../classes/es-loadwidget.php:38 ../classes/es-register.php:260
29
- msgid "Subscribe"
30
- msgstr "Abonneer"
31
-
32
- #: ../classes/es-register.php:43
33
- msgid "These tables could not be created on installation "
34
- msgstr "Deze tabellen konden bij installatie niet gecreëerd worden"
35
-
36
- #: ../classes/es-register.php:133 ../classes/es-register.php:134
37
- msgid "Email Subscriber"
38
- msgstr "email abonnee"
39
-
40
- #: ../classes/es-register.php:136 ../classes/es-register.php:137
41
- msgid "Subscribers"
42
- msgstr "Abonnees"
43
-
44
- #: ../classes/es-register.php:139 ../classes/es-register.php:140
45
- msgid "Compose"
46
- msgstr "Samenstellen"
47
-
48
- #: ../classes/es-register.php:142 ../classes/es-register.php:143
49
- #: ../notification/notification-show.php:45
50
- msgid "Notification"
51
- msgstr "Kennisgeving"
52
-
53
- #: ../classes/es-register.php:145 ../classes/es-register.php:146
54
- #: ../sendmail/sendmail.php:95 ../sendmail/sendmail.php:257
55
- #: ../sendmail/sendmail.php:259
56
- msgid "Send Email"
57
- msgstr "Stuur email"
58
-
59
- #: ../classes/es-register.php:148
60
- msgid "Cron"
61
- msgstr ""
62
-
63
- #: ../classes/es-register.php:149
64
- #, fuzzy
65
- msgid "Cron Mail"
66
- msgstr "Schrijf mail"
67
-
68
- #: ../classes/es-register.php:151 ../classes/es-register.php:152
69
- #: ../settings/settings-edit.php:190
70
- msgid "Settings"
71
- msgstr "Instellingen"
72
-
73
- #: ../classes/es-register.php:154 ../classes/es-register.php:155
74
- msgid "Roles"
75
- msgstr ""
76
-
77
- #: ../classes/es-register.php:157 ../classes/es-register.php:158
78
- #: ../sentmail/sentmail-show.php:54
79
- msgid "Sent Mails"
80
- msgstr "Verzend mails"
81
-
82
- #: ../classes/es-register.php:160 ../classes/es-register.php:161
83
- msgid "Help & Info"
84
- msgstr "Hulp & info"
85
-
86
- #: ../classes/es-register.php:296
87
- msgid "Widget Title"
88
- msgstr "Widget titel"
89
-
90
- #: ../classes/es-register.php:300
91
- msgid "Display Name Field"
92
- msgstr "Toon veldnaam"
93
-
94
- #: ../classes/es-register.php:307
95
- msgid "Short Description"
96
- msgstr "Korte beschrijving"
97
-
98
- #: ../classes/es-register.php:309
99
- msgid "Short description about your subscription form."
100
- msgstr "Korte beschrijving van uw aanmeldingsformulier"
101
-
102
- #: ../classes/es-register.php:312
103
- msgid "Subscriber Group"
104
- msgstr "Abonnee groep"
105
-
106
- #: ../compose/compose-add.php:25 ../compose/compose-edit.php:40
107
- msgid "Please enter template heading."
108
- msgstr "Voer template kop in a.u.b."
109
-
110
- #: ../compose/compose-add.php:39
111
- msgid "Template was successfully created."
112
- msgstr "Template succesvol gecreëerd"
113
-
114
- #: ../compose/compose-add.php:60 ../compose/compose-edit.php:71
115
- #: ../cron/cron-add.php:100 ../cron/cron-add.php:101 ../cron/cron-add.php:102
116
- #: ../notification/notification-add.php:91
117
- #: ../notification/notification-edit.php:100 ../roles/roles-add.php:81
118
- #: ../settings/settings-edit.php:173 ../subscribers/view-subscriber-add.php:92
119
- #: ../subscribers/view-subscriber-add.php:101
120
- #: ../subscribers/view-subscriber-edit.php:86
121
- #: ../subscribers/view-subscriber-import.php:107
122
- #: ../subscribers/view-subscriber-import.php:138
123
- msgid "Click here"
124
- msgstr "Klik hier"
125
-
126
- #: ../compose/compose-add.php:61 ../compose/compose-edit.php:72
127
- #: ../notification/notification-add.php:92
128
- #: ../notification/notification-edit.php:101 ../roles/roles-add.php:81
129
- #: ../settings/settings-edit.php:174 ../subscribers/view-subscriber-add.php:92
130
- #: ../subscribers/view-subscriber-add.php:101
131
- #: ../subscribers/view-subscriber-edit.php:86
132
- #: ../subscribers/view-subscriber-import.php:107
133
- #: ../subscribers/view-subscriber-import.php:138
134
- msgid " to view the details"
135
- msgstr "om de details te zien"
136
-
137
- #: ../compose/compose-add.php:70 ../compose/compose-edit.php:83
138
- #: ../compose/compose-show.php:59
139
- msgid "Compose Mail"
140
- msgstr "Schrijf mail"
141
-
142
- #: ../compose/compose-add.php:73 ../compose/compose-edit.php:86
143
- #: ../settings/settings-edit.php:206
144
- msgid "Mail type"
145
- msgstr "Mail type"
146
-
147
- #: ../compose/compose-add.php:78 ../compose/compose-edit.php:91
148
- #: ../sendmail/sendmail.php:50
149
- msgid "Please select your mail type."
150
- msgstr "Selecteer mail type a.u.b."
151
-
152
- #: ../compose/compose-add.php:80 ../compose/compose-edit.php:93
153
- msgid "Enter mail subject."
154
- msgstr "Voer mail onderwerp in"
155
-
156
- #: ../compose/compose-add.php:82 ../compose/compose-edit.php:95
157
- msgid "Please enter your mail subject."
158
- msgstr "Voer a.u.b. uw mail onderwerp in"
159
-
160
- #: ../compose/compose-add.php:85 ../compose/compose-edit.php:97
161
- msgid "Mail content"
162
- msgstr "Inhoud van de mail"
163
-
164
- #: ../compose/compose-add.php:88 ../compose/compose-edit.php:100
165
- msgid "Please enter content for your mail."
166
- msgstr "Voer bericht in a.u.b."
167
-
168
- #: ../compose/compose-add.php:91 ../compose/compose-edit.php:103
169
- #: ../compose/compose-show.php:71 ../compose/compose-show.php:79
170
- #: ../sentmail/deliverreport-show.php:40 ../sentmail/deliverreport-show.php:52
171
- #: ../sentmail/sentmail-show.php:75 ../sentmail/sentmail-show.php:88
172
- #: ../subscribers/view-subscriber-add.php:122
173
- #: ../subscribers/view-subscriber-edit.php:106
174
- #: ../subscribers/view-subscriber-import.php:156
175
- #: ../subscribers/view-subscriber-show.php:327
176
- #: ../subscribers/view-subscriber-show.php:340
177
- msgid "Status"
178
- msgstr "Status"
179
-
180
- #: ../compose/compose-add.php:95 ../compose/compose-edit.php:107
181
- msgid "Please select your mail status."
182
- msgstr "Selecteer uw mail status a.u.b."
183
-
184
- #: ../compose/compose-add.php:99 ../compose/compose-edit.php:112
185
- #: ../cron/cron-add.php:90 ../notification/notification-add.php:216
186
- #: ../notification/notification-edit.php:237 ../roles/roles-add.php:154
187
- #: ../subscribers/view-subscriber-add.php:154
188
- #: ../subscribers/view-subscriber-edit.php:147
189
- #: ../subscribers/view-subscriber-sync.php:156
190
- msgid "Submit"
191
- msgstr "Verzenden"
192
-
193
- #: ../compose/compose-add.php:100 ../compose/compose-edit.php:113
194
- #: ../cron/cron-add.php:91 ../notification/notification-add.php:217
195
- #: ../notification/notification-edit.php:238 ../roles/roles-add.php:155
196
- #: ../sendmail/sendmail.php:261 ../settings/settings-edit.php:381
197
- #: ../subscribers/view-subscriber-add.php:155
198
- #: ../subscribers/view-subscriber-edit.php:148
199
- #: ../subscribers/view-subscriber-sync.php:157
200
- msgid "Cancel"
201
- msgstr "Annuleren"
202
-
203
- #: ../compose/compose-add.php:101 ../compose/compose-edit.php:114
204
- #: ../compose/compose-preview.php:31 ../compose/compose-show.php:121
205
- #: ../cron/cron-add.php:92 ../notification/notification-add.php:218
206
- #: ../notification/notification-edit.php:239
207
- #: ../notification/notification-show.php:153 ../roles/roles-add.php:156
208
- #: ../sendmail/sendmail.php:262 ../sentmail/deliverreport-show.php:120
209
- #: ../sentmail/sentmail-preview.php:33 ../settings/settings-edit.php:382
210
- #: ../subscribers/view-subscriber-add.php:156
211
- #: ../subscribers/view-subscriber-edit.php:149
212
- #: ../subscribers/view-subscriber-export.php:70
213
- #: ../subscribers/view-subscriber-import.php:190
214
- #: ../subscribers/view-subscriber-show.php:448
215
- #: ../subscribers/view-subscriber-sync.php:158
216
- msgid "Help"
217
- msgstr "Hulp"
218
-
219
- #: ../compose/compose-edit.php:11 ../compose/compose-preview.php:10
220
- #: ../compose/compose-show.php:30 ../notification/notification-edit.php:11
221
- #: ../notification/notification-show.php:16
222
- #: ../sentmail/sentmail-preview.php:12 ../sentmail/sentmail-show.php:18
223
- #: ../settings/settings-edit.php:11 ../subscribers/view-subscriber-edit.php:12
224
- #: ../subscribers/view-subscriber-show.php:46
225
- msgid "Oops, selected details doesnt exist."
226
- msgstr "Ojee, de geselecteerde details bestaan niet"
227
-
228
- #: ../compose/compose-edit.php:55
229
- msgid "Template was successfully updated."
230
- msgstr "Template succesvol aangepast"
231
-
232
- #: ../compose/compose-preview.php:17 ../sentmail/sentmail-preview.php:19
233
- msgid "Preview Mail"
234
- msgstr "Voorbeeld van de mail"
235
-
236
- #: ../compose/compose-preview.php:29 ../sentmail/deliverreport-show.php:119
237
- #: ../sentmail/sentmail-preview.php:32
238
- #: ../subscribers/view-subscriber-export.php:69
239
- #: ../subscribers/view-subscriber-import.php:189
240
- msgid "Back"
241
- msgstr "Terug"
242
-
243
- #: ../compose/compose-preview.php:30 ../compose/compose-show.php:99
244
- #: ../notification/notification-show.php:91
245
- #: ../subscribers/view-subscriber-show.php:374
246
- msgid "Edit"
247
- msgstr "Bewerken"
248
-
249
- #: ../compose/compose-show.php:10 ../sendmail/sendmail.php:11
250
- #: ../subscribers/view-subscriber-show.php:11
251
- #, fuzzy
252
- msgid "Click Here"
253
- msgstr "Klik hier"
254
-
255
- #: ../compose/compose-show.php:45 ../notification/notification-show.php:31
256
- #: ../sentmail/sentmail-show.php:33 ../subscribers/view-subscriber-show.php:60
257
- #: ../subscribers/view-subscriber-show.php:104
258
- msgid "Selected record was successfully deleted."
259
- msgstr "De geselecteerde gegevens zijn succesvol verwijderd"
260
-
261
- #: ../compose/compose-show.php:60 ../compose/compose-show.php:120
262
- #: ../notification/notification-show.php:46
263
- #: ../notification/notification-show.php:152
264
- #: ../subscribers/view-subscriber-show.php:233
265
- #: ../subscribers/view-subscriber-show.php:444
266
- msgid "Add New"
267
- msgstr "Voeg nieuw toe"
268
-
269
- #: ../compose/compose-show.php:70 ../compose/compose-show.php:78
270
- msgid "Email subject"
271
- msgstr "Email onderwerp"
272
-
273
- #: ../compose/compose-show.php:72 ../compose/compose-show.php:80
274
- #: ../sentmail/deliverreport-show.php:41 ../sentmail/deliverreport-show.php:53
275
- #: ../sentmail/sentmail-show.php:76 ../sentmail/sentmail-show.php:89
276
- msgid "Type"
277
- msgstr "Type"
278
-
279
- #: ../compose/compose-show.php:73 ../compose/compose-show.php:81
280
- #: ../sentmail/sentmail-show.php:80 ../sentmail/sentmail-show.php:93
281
- #: ../subscribers/view-subscriber-export.php:32
282
- #: ../subscribers/view-subscriber-export.php:40
283
- #: ../subscribers/view-subscriber-show.php:330
284
- #: ../subscribers/view-subscriber-show.php:343
285
- msgid "Action"
286
- msgstr "Actie"
287
-
288
- #: ../compose/compose-show.php:100 ../notification/notification-show.php:94
289
- #: ../subscribers/view-subscriber-show.php:377
290
- #: ../subscribers/view-subscriber-show.php:422
291
- msgid "Delete"
292
- msgstr "Verwijderen"
293
-
294
- #: ../compose/compose-show.php:101 ../sentmail/sentmail-show.php:73
295
- #: ../sentmail/sentmail-show.php:86
296
- msgid "Preview"
297
- msgstr "Voorbeeld"
298
-
299
- #: ../compose/compose-show.php:110 ../notification/notification-show.php:142
300
- #: ../sentmail/deliverreport-show.php:84 ../sentmail/sentmail-show.php:132
301
- msgid "No records available."
302
- msgstr "Geen gegevens beschikbaar."
303
-
304
- #: ../cron/cron-add.php:18
305
- #, fuzzy
306
- msgid "Please enter valid mail count."
307
- msgstr "Voer a.u.b. uw mail onderwerp in"
308
-
309
- #: ../cron/cron-add.php:29
310
- #, fuzzy
311
- msgid "Cron details successfully updated."
312
- msgstr "Detail succesvol aangepast"
313
-
314
- #: ../cron/cron-add.php:73
315
- msgid "Cron Details"
316
- msgstr ""
317
-
318
- #: ../cron/cron-add.php:76
319
- msgid "Cron job URL"
320
- msgstr ""
321
-
322
- #: ../cron/cron-add.php:78
323
- msgid ""
324
- "Please find your cron job URL. This is read only field not able to modify "
325
- "from admin."
326
- msgstr ""
327
-
328
- #: ../cron/cron-add.php:80
329
- #, fuzzy
330
- msgid "Mail Count"
331
- msgstr "Inhoud van de mail"
332
-
333
- #: ../cron/cron-add.php:82
334
- msgid "Enter number of mails you want to send per hour/trigger."
335
- msgstr ""
336
-
337
- #: ../cron/cron-add.php:84
338
- #, fuzzy
339
- msgid "Admin Report"
340
- msgstr "Bekijk rapporten"
341
-
342
- #: ../cron/cron-add.php:86
343
- msgid "Send above mail to admin whenever cron URL triggered in your server."
344
- msgstr ""
345
-
346
- #: ../cron/cron-add.php:98
347
- msgid "How to setup auto emails?"
348
- msgstr ""
349
-
350
- #: ../cron/cron-add.php:99
351
- msgid ""
352
- "I strongly recommend you to use \"Send mail via cron job\" option to send "
353
- "your newsletters and notification. The following link explains how to create "
354
- "a CRON job through the cPanel or Plesk."
355
- msgstr ""
356
-
357
- #: ../cron/cron-add.php:100
358
- msgid "How to setup auto emails (cron job) in Plesk"
359
- msgstr ""
360
-
361
- #: ../cron/cron-add.php:101
362
- msgid "How to setup auto emails (cron job) in cPanal"
363
- msgstr ""
364
-
365
- #: ../cron/cron-add.php:102
366
- msgid "Hosting doesnt support cron jobs?"
367
- msgstr ""
368
-
369
- #: ../export/export-email-address.php:39 ../export/export-email-address.php:45
370
- #: ../export/export-email-address.php:50
371
- msgid "Unexpected url submit has been detected"
372
- msgstr "Onverwachte url verzending ontdekt."
373
-
374
- #: ../job/es-optin.php:64 ../job/es-optin.php:79 ../job/es-unsubscribe.php:60
375
- #: ../job/es-unsubscribe.php:70
376
- msgid ""
377
- "Oops.. We are getting some technical error. Please try again or contact "
378
- "admin."
379
- msgstr ""
380
- "Ojee, we hebben een technische fout. Probeer opnieuw of contacteer de "
381
- "beheerder."
382
-
383
- #: ../job/es-optin.php:69
384
- msgid "This email address has already been confirmed."
385
- msgstr "Dit email adres is al bevestigd."
386
-
387
- #: ../notification/notification-add.php:26
388
- #: ../notification/notification-add.php:120
389
- #: ../notification/notification-edit.php:40
390
- msgid "Please select subscribers group."
391
- msgstr "Selecteer a.u.b. een abonnee groep."
392
-
393
- #: ../notification/notification-add.php:32
394
- #: ../notification/notification-add.php:212
395
- #: ../notification/notification-edit.php:46
396
- #: ../notification/notification-edit.php:232
397
- msgid "Please select notification status."
398
- msgstr "Selecteer a.u.b. een kennisgevingsstatus."
399
-
400
- #: ../notification/notification-add.php:38
401
- #: ../notification/notification-add.php:139
402
- #: ../notification/notification-edit.php:52
403
- #: ../notification/notification-edit.php:143
404
- msgid ""
405
- "Please select notification mail subject. Use compose menu to create new."
406
- msgstr ""
407
- "Selecteer a.u.b. een onderwerp voor de kennisgeving. Gebruik het "
408
- "samenstellingsmenu om een nieuwe kennisgeving te creëren."
409
-
410
- #: ../notification/notification-add.php:44
411
- #: ../notification/notification-add.php:171
412
- #: ../notification/notification-edit.php:58
413
- #: ../notification/notification-edit.php:183
414
- msgid "Please select post categories."
415
- msgstr "Selecteer bericht categoriën."
416
-
417
- #: ../notification/notification-add.php:69
418
- msgid "Notification was successfully created."
419
- msgstr "Kennisgeving succesvol gecreëerd."
420
-
421
- #: ../notification/notification-add.php:101
422
- msgid "Add Notification"
423
- msgstr "Voeg kennisgeving toe"
424
-
425
- #: ../notification/notification-add.php:104
426
- #: ../notification/notification-edit.php:115
427
- #: ../notification/notification-show.php:57
428
- #: ../notification/notification-show.php:65
429
- msgid "Subscribers Group"
430
- msgstr "Abonnee groep"
431
-
432
- #: ../notification/notification-add.php:106
433
- #: ../notification/notification-add.php:124
434
- #: ../notification/notification-edit.php:123 ../sendmail/sendmail.php:108
435
- #: ../sendmail/sendmail.php:154 ../subscribers/view-subscriber-add.php:133
436
- #: ../subscribers/view-subscriber-edit.php:117
437
- #: ../subscribers/view-subscriber-import.php:167
438
- #: ../subscribers/view-subscriber-sync.php:99
439
- #: ../subscribers/view-subscriber-sync.php:130
440
- msgid "Select"
441
- msgstr "Selecteer"
442
-
443
- #: ../notification/notification-add.php:122
444
- #: ../notification/notification-edit.php:121
445
- msgid "Notification Mail"
446
- msgstr "Kennisgeving mail"
447
-
448
- #: ../notification/notification-add.php:141
449
- #: ../notification/notification-edit.php:145
450
- msgid "Post Categories"
451
- msgstr "Bericht categoriën"
452
-
453
- #: ../notification/notification-add.php:173
454
- #: ../notification/notification-edit.php:185
455
- msgid "Custom post type"
456
- msgstr ""
457
-
458
- #: ../notification/notification-add.php:204
459
- #: ../notification/notification-edit.php:224
460
- #, fuzzy
461
- msgid "Please select your custom post type (Optional)."
462
- msgstr "Selecteer mail type a.u.b."
463
-
464
- #: ../notification/notification-add.php:206
465
- #: ../notification/notification-edit.php:226
466
- #: ../notification/notification-show.php:59
467
- #: ../notification/notification-show.php:67
468
- msgid "Notification Status"
469
- msgstr "Status kennisgeving"
470
-
471
- #: ../notification/notification-edit.php:84
472
- msgid "Notification was successfully updated."
473
- msgstr "Kennisgeving succesvol aangepast."
474
-
475
- #: ../notification/notification-edit.php:112
476
- msgid "Edit Notification"
477
- msgstr "Edit kennisgeving "
478
-
479
- #: ../notification/notification-edit.php:119
480
- msgid "Not allowed to update the subscribers group in edit page."
481
- msgstr "Niet toegestaan om de abonnee groep te updaten in de edit pagina"
482
-
483
- #: ../notification/notification-show.php:56
484
- #: ../notification/notification-show.php:64
485
- msgid "Mail Subject"
486
- msgstr "Mail onderwerp"
487
-
488
- #: ../notification/notification-show.php:58
489
- #: ../notification/notification-show.php:66
490
- msgid "Categories / Custom Post"
491
- msgstr ""
492
-
493
- #: ../roles/roles-add.php:92
494
- msgid "Roles and Capabilities"
495
- msgstr ""
496
-
497
- #: ../roles/roles-add.php:94
498
- #, fuzzy
499
- msgid "Subscribers Menu"
500
- msgstr "Abonnees"
501
-
502
- #: ../roles/roles-add.php:100
503
- msgid ""
504
- "Select user role to access plugin Subscribers Menu. Only Admin user can "
505
- "change this value."
506
- msgstr ""
507
-
508
- #: ../roles/roles-add.php:103
509
- #, fuzzy
510
- msgid "Compose Menu"
511
- msgstr "Schrijf mail"
512
-
513
- #: ../roles/roles-add.php:109
514
- msgid ""
515
- "Select user role to access plugin Compose Menu. Only Admin user can change "
516
- "this value."
517
- msgstr ""
518
-
519
- #: ../roles/roles-add.php:111
520
- #, fuzzy
521
- msgid "Notification Menu"
522
- msgstr "Kennisgeving"
523
-
524
- #: ../roles/roles-add.php:117
525
- msgid ""
526
- "Select user role to access plugin Notification Menu. Only Admin user can "
527
- "change this value."
528
- msgstr ""
529
-
530
- #: ../roles/roles-add.php:119
531
- msgid "Send Email Menu/Cron Menu"
532
- msgstr ""
533
-
534
- #: ../roles/roles-add.php:125
535
- msgid ""
536
- "Select user role to access plugin Send Email Menu. Only Admin user can "
537
- "change this value."
538
- msgstr ""
539
-
540
- #: ../roles/roles-add.php:127
541
- #, fuzzy
542
- msgid "Settings Menu"
543
- msgstr "Instellingen"
544
-
545
- #: ../roles/roles-add.php:133
546
- msgid ""
547
- "Select user role to access plugin Settings Menu. Only Admin user can change "
548
- "this value."
549
- msgstr ""
550
-
551
- #: ../roles/roles-add.php:135
552
- #, fuzzy
553
- msgid "Sent Mails Menu"
554
- msgstr "Verzend mails"
555
-
556
- #: ../roles/roles-add.php:141
557
- msgid ""
558
- "Select user role to access plugin Sent Mails Menu. Only Admin user can "
559
- "change this value."
560
- msgstr ""
561
-
562
- #: ../roles/roles-add.php:143
563
- #, fuzzy
564
- msgid "Help & Info Menu"
565
- msgstr "Hulp & info"
566
-
567
- #: ../roles/roles-add.php:149
568
- msgid ""
569
- "Select user role to access plugin Help & Info Menu. Only Admin user can "
570
- "change this value."
571
- msgstr ""
572
-
573
- #: ../sendmail/sendmail.php:35
574
- msgid "Please select your mail subject."
575
- msgstr "Selecteer a.u.b. uw mail onderwerp"
576
-
577
- #: ../sendmail/sendmail.php:43
578
- msgid "No email address selected."
579
- msgstr "Geen email adres geselecteerd"
580
-
581
- #: ../sendmail/sendmail.php:58
582
- msgid "Mail sent successfully"
583
- msgstr "Email succesvol verzonden"
584
-
585
- #: ../sendmail/sendmail.php:64
586
- msgid "Click here for details"
587
- msgstr "Klik hier voor details"
588
-
589
- #: ../sendmail/sendmail.php:73
590
- msgid "Oops.. We are getting some error. mail not sending."
591
- msgstr "Oje, we hebben een fout, mail wordt niet verzonden."
592
-
593
- #: ../sendmail/sendmail.php:102
594
- msgid "Select your mail subject"
595
- msgstr "Selecteer uw mail onderwerp"
596
-
597
- #: ../sendmail/sendmail.php:103
598
- msgid ""
599
- "Select a mail subject from available list. Go to Compose page to create new "
600
- "mail."
601
- msgstr ""
602
- "Selecteer een mail onderwerp uit de beschikbare lijst. Ga naar Samenstellen "
603
- "om een nieuwe mail te creëren."
604
-
605
- #: ../sendmail/sendmail.php:133
606
- #, fuzzy
607
- msgid "Mail Type"
608
- msgstr "Mail type"
609
-
610
- #: ../sendmail/sendmail.php:134
611
- #, fuzzy
612
- msgid "Select your mail type."
613
- msgstr "Selecteer mail type a.u.b."
614
-
615
- #: ../sendmail/sendmail.php:148
616
- msgid "Select subscriber group"
617
- msgstr "Selecteer een abonnee groep"
618
-
619
- #: ../sendmail/sendmail.php:149
620
- msgid "Select your subscriber group to send email."
621
- msgstr "Selecteer uw abonnee groep om een email te sturen."
622
-
623
- #: ../sendmail/sendmail.php:174
624
- msgid "Check All"
625
- msgstr "Vink alles aan"
626
-
627
- #: ../sendmail/sendmail.php:175
628
- msgid "Uncheck All"
629
- msgstr "Vink alles uit"
630
-
631
- #: ../sendmail/sendmail.php:238
632
- msgid "No subscribers available for this search criteria."
633
- msgstr "Geen abonnees beschikbaar voor deze zoek criteria."
634
-
635
- #: ../sentmail/deliverreport-show.php:11
636
- msgid "Oops.. Unexpected error occurred. Please try again."
637
- msgstr "Ojee, een onverwachte fout! Probeer het opnieuw a.u.b."
638
-
639
- #: ../sentmail/deliverreport-show.php:19
640
- msgid "Delivery Report"
641
- msgstr "Afleverrapport"
642
-
643
- #: ../sentmail/deliverreport-show.php:37 ../sentmail/deliverreport-show.php:49
644
- #: ../subscribers/view-subscriber-export.php:29
645
- #: ../subscribers/view-subscriber-export.php:37
646
- #: ../subscribers/view-subscriber-show.php:324
647
- #: ../subscribers/view-subscriber-show.php:337
648
- msgid "Sno"
649
- msgstr "Sno"
650
-
651
- #: ../sentmail/deliverreport-show.php:38 ../sentmail/deliverreport-show.php:50
652
- msgid "Email"
653
- msgstr "Email"
654
-
655
- #: ../sentmail/deliverreport-show.php:39 ../sentmail/deliverreport-show.php:51
656
- msgid "Sent Date"
657
- msgstr "Verzenddatum"
658
-
659
- #: ../sentmail/deliverreport-show.php:42 ../sentmail/deliverreport-show.php:54
660
- msgid "Viewed Status"
661
- msgstr "Status bekeken"
662
-
663
- #: ../sentmail/deliverreport-show.php:43 ../sentmail/deliverreport-show.php:55
664
- msgid "Viewed Date"
665
- msgstr "Datum bekeken"
666
-
667
- #: ../sentmail/deliverreport-show.php:44 ../sentmail/deliverreport-show.php:56
668
- #: ../subscribers/view-subscriber-show.php:329
669
- #: ../subscribers/view-subscriber-show.php:342
670
- msgid "Database ID"
671
- msgstr "Database ID"
672
-
673
- #: ../sentmail/deliverreport-show.php:96 ../sentmail/sentmail-show.php:144
674
- msgid " &lt;&lt; "
675
- msgstr "&lt;&lt;"
676
-
677
- #: ../sentmail/deliverreport-show.php:97 ../sentmail/sentmail-show.php:145
678
- msgid " &gt;&gt; "
679
- msgstr "&gt;&gt;"
680
-
681
- #: ../sentmail/sentmail-show.php:42
682
- msgid "Successfully deleted all reports except latest 10."
683
- msgstr "Alle rapporten succesvol verwijderd behalve de laatste 10"
684
-
685
- #: ../sentmail/sentmail-show.php:72 ../sentmail/sentmail-show.php:85
686
- msgid "View Reports"
687
- msgstr "Bekijk rapporten"
688
-
689
- #: ../sentmail/sentmail-show.php:74 ../sentmail/sentmail-show.php:87
690
- #, fuzzy
691
- msgid "Source"
692
- msgstr "Verzend bron"
693
-
694
- #: ../sentmail/sentmail-show.php:77 ../sentmail/sentmail-show.php:90
695
- #, fuzzy
696
- msgid "Start Date"
697
- msgstr "Verzend begindatum"
698
-
699
- #: ../sentmail/sentmail-show.php:78 ../sentmail/sentmail-show.php:91
700
- #, fuzzy
701
- msgid "End Date"
702
- msgstr "Verzend einddatum"
703
-
704
- #: ../sentmail/sentmail-show.php:79 ../sentmail/sentmail-show.php:92
705
- #, fuzzy
706
- msgid "Total"
707
- msgstr "Totaal mails"
708
-
709
- #: ../sentmail/sentmail-show.php:168 ../sentmail/sentmail-show.php:170
710
- msgid "Optimize Table"
711
- msgstr "Optimalizeer de tabel"
712
-
713
- #: ../sentmail/sentmail-show.php:180
714
- msgid ""
715
- "Note: Please click <strong>Optimize Table</strong> button to delete all "
716
- "reports except latest 10."
717
- msgstr ""
718
- "Noot: klik op de knop <strong>Optimaliseer de tabel</strong> om alle "
719
- "rapporten te verwijderen behalve de laatste 10"
720
-
721
- #: ../settings/setting-sync.php:8
722
- #, fuzzy
723
- msgid "Table sync completed successfully."
724
- msgstr "Email succesvol verzonden"
725
-
726
- #: ../settings/setting-sync.php:21
727
- msgid "Sync plugin tables"
728
- msgstr ""
729
-
730
- #: ../settings/setting-sync.php:25
731
- msgid "Click to sync tables"
732
- msgstr ""
733
-
734
- #: ../settings/settings-edit.php:102
735
- msgid "Please enter sender of notifications from name."
736
- msgstr "Geef a.u.b. afzender van de kennisgeving in van Naam"
737
-
738
- #: ../settings/settings-edit.php:108
739
- msgid "Please enter sender of notifications from email."
740
- msgstr "Geef a.u.b. afzender van de kennisgeving van Email"
741
-
742
- #: ../settings/settings-edit.php:143
743
- msgid "Details was successfully updated."
744
- msgstr "Detail succesvol aangepast"
745
-
746
- #: ../settings/settings-edit.php:148
747
- msgid "Oops, details not update."
748
- msgstr "Ojee, details niet geupdate"
749
-
750
- #: ../settings/settings-edit.php:196
751
- msgid "Sender of notifications"
752
- msgstr "Afzender van de kennisgeving"
753
-
754
- #: ../settings/settings-edit.php:197
755
- msgid ""
756
- "Choose a FROM name and FROM email address for all notifications emails from "
757
- "this plugin."
758
- msgstr ""
759
- "Kies een VAN naam en VAN emailadres voor alle kennisgevings emails van deze "
760
- "plug in."
761
-
762
- #: ../settings/settings-edit.php:207
763
- msgid ""
764
- "Option 1 & 2 is to send mails with default Wordpress method wp_mail(). "
765
- "Option 3 & 4 is to send mails with PHP method mail()"
766
- msgstr ""
767
- "Optie 1 & 2 is om emails te verzenden met de default Wordpress methode "
768
- "wp_mail(). Optie 3 & 4 is om mails te versturen met de PHP methode mail()"
769
-
770
- #: ../settings/settings-edit.php:221
771
- msgid "Opt-in option"
772
- msgstr "Opt-in optie"
773
-
774
- #: ../settings/settings-edit.php:222
775
- msgid ""
776
- "Double Opt In, means subscribers need to confirm their email address by an "
777
- "activation link sent them on a activation email message. Single Opt In, "
778
- "means subscribers do not need to confirm their email address."
779
- msgstr ""
780
- "Dubbele Opt In betekent dat de abonnees hun email adres moeten bevestigen "
781
- "via een activeringslink die als email boodschap toegestuurd wordt. Enkele "
782
- "Opt In betekent dat abonnees hun email adres niet hoeven te bevestigen."
783
-
784
- #: ../settings/settings-edit.php:233
785
- msgid "Opt-in mail subject (Confirmation mail)"
786
- msgstr "Opt In mail onderwerp (Bevestigingsmail)"
787
-
788
- #: ../settings/settings-edit.php:234
789
- msgid ""
790
- "Enter the subject for Double Opt In mail. This will send whenever subscriber "
791
- "added email into our database."
792
- msgstr ""
793
- "Geef het onderwerp voor de mail Double Op In. Deze mail wordt verstuurd "
794
- "wanneer de abonnee een email aan uw database toevoegt."
795
-
796
- #: ../settings/settings-edit.php:240
797
- msgid "Opt-in mail content (Confirmation mail)"
798
- msgstr "Inhoud Opt-In mail (Bevestigingsmail)"
799
-
800
- #: ../settings/settings-edit.php:241
801
- msgid ""
802
- "Enter the content for Double Opt In mail. This will send whenever subscriber "
803
- "added email into our database."
804
- msgstr ""
805
- "Geef de inhoud voor de mail Double Op In. Deze mail wordt verstuurd wanneer "
806
- "de abonnee een email aan uw database toevoegt."
807
-
808
- #: ../settings/settings-edit.php:247
809
- msgid "Opt-in link (Confirmation link)"
810
- msgstr "Opt-In link (Bevestigingslink)"
811
-
812
- #: ../settings/settings-edit.php:248
813
- msgid "Double Opt In confirmation link. You no need to change this value."
814
- msgstr ""
815
- "Double Opt-In bevestigingslink. U hoeft deze waarde niet te veranderen."
816
-
817
- #: ../settings/settings-edit.php:254
818
- msgid "Text to display after email subscribed successfully"
819
- msgstr "De tekst die vertoond wordt nadat het abonneren succesvol was"
820
-
821
- #: ../settings/settings-edit.php:255
822
- msgid ""
823
- "This text will display once user clicked email confirmation link from opt-in "
824
- "(confirmation) email content."
825
- msgstr ""
826
- "Deze tekst wordt vertoond zodra de gebruiker op de email bevestigingslink "
827
- "geklikt heeft."
828
-
829
- #: ../settings/settings-edit.php:262
830
- msgid "Subscriber welcome email"
831
- msgstr "Welkomstmail abonnee "
832
-
833
- #: ../settings/settings-edit.php:263
834
- msgid "To send welcome mail to subscriber, This option must be set to YES."
835
- msgstr ""
836
- "Stuur een welkomst mail aan de nieuwe abonnee, deze optie moet op Ja (Yes) "
837
- "staan."
838
-
839
- #: ../settings/settings-edit.php:274
840
- msgid "Welcome mail subject"
841
- msgstr "Onderwerp welkomstmail"
842
-
843
- #: ../settings/settings-edit.php:275
844
- msgid ""
845
- "Enter the subject for subscriber welcome mail. This will send whenever email "
846
- "subscribed (confirmed) successfully."
847
- msgstr ""
848
- "Geef het onderwerp in voor de welkomst mail aan de abonnee. Deze wordt "
849
- "verstuurd wanneer de abonneringsmail (bevestiging) succesvol was."
850
-
851
- #: ../settings/settings-edit.php:281
852
- msgid "Subscriber welcome mail content"
853
- msgstr "Inhoud welkomstmail aan abonnee."
854
-
855
- #: ../settings/settings-edit.php:282
856
- msgid ""
857
- "Enter the content for subscriber welcome mail. This will send whenever email "
858
- "subscribed (confirmed) successfully."
859
- msgstr ""
860
- "Geef de tekst in voor de abonnee welkomstmail. Deze wordt verzonden wanneer "
861
- "de bevestigingsemail succesvol was."
862
-
863
- #: ../settings/settings-edit.php:290
864
- msgid "Mail to admin"
865
- msgstr "Mail aan admin"
866
-
867
- #: ../settings/settings-edit.php:291
868
- msgid ""
869
- "To send admin notifications for new subscriber, This option must be set to "
870
- "YES."
871
- msgstr ""
872
- "Om de admin de nieuwe abonnee te melden moet deze optie op Ja (Yes) staan."
873
-
874
- #: ../settings/settings-edit.php:302
875
- msgid "Admin email addresses"
876
- msgstr "Admin email adres"
877
-
878
- #: ../settings/settings-edit.php:303
879
- msgid ""
880
- "Enter the admin email addresses that should receive notifications (separate "
881
- "by comma)."
882
- msgstr ""
883
- "Geef de admin e-mail adressen in die de kennisgevingen moeten ontvangen "
884
- "(komma gescheiden)"
885
-
886
- #: ../settings/settings-edit.php:309
887
- msgid "Admin mail subject"
888
- msgstr "Admin mail onderwerp"
889
-
890
- #: ../settings/settings-edit.php:310
891
- msgid ""
892
- "Enter the subject for admin mail. This will send whenever new email added "
893
- "and confirmed into our database."
894
- msgstr ""
895
- "Geef het onderwerp voor de admin mail in. Deze wordt verzonden wanneer "
896
- "nieuwe mail wordt toegevoegd aan de database en bevestigd is."
897
-
898
- #: ../settings/settings-edit.php:316
899
- msgid "Admin mail content"
900
- msgstr "Inhoud admin mail"
901
-
902
- #: ../settings/settings-edit.php:317
903
- msgid ""
904
- "Enter the mail content for admin. This will send whenever new email added "
905
- "and confirmed into our database."
906
- msgstr ""
907
- "Geef het admin bericht in. Dit wordt verzonden wanneer nieuwe mail wordt "
908
- "toegevoegd aan de database en bevestigd is."
909
-
910
- #: ../settings/settings-edit.php:324
911
- msgid "Unsubscribe link"
912
- msgstr "Opzeg link"
913
-
914
- #: ../settings/settings-edit.php:325
915
- msgid "Unsubscribe link. You no need to change this value."
916
- msgstr "Opzeg link. U moet de waarde wijzigen"
917
-
918
- #: ../settings/settings-edit.php:331
919
- msgid "Unsubscribe text in mail"
920
- msgstr "Opzeg tekst in de mail"
921
-
922
- #: ../settings/settings-edit.php:332
923
- msgid ""
924
- "Enter the text for unsubscribe link. This text is to add unsubscribe link "
925
- "with newsletter."
926
- msgstr ""
927
- "Geef de opzeg tekst in. Deze tekst wordt met de opzeg link aan de "
928
- "nieuwsbrief toegevoegd."
929
-
930
- #: ../settings/settings-edit.php:338
931
- msgid "Text to display after email unsubscribed"
932
- msgstr "Te tonen tekst nadat de opzeg link is gebruikt"
933
-
934
- #: ../settings/settings-edit.php:339
935
- msgid ""
936
- "This text will display once user clicked unsubscribed link from our "
937
- "newsletter."
938
- msgstr ""
939
- "Deze tekst wordt getoond nadat de gebruiker op de opzeg link heeft geklikt."
940
-
941
- #: ../settings/settings-edit.php:346
942
- msgid "Message 1"
943
- msgstr "Bericht 1"
944
-
945
- #: ../settings/settings-edit.php:347
946
- msgid "Default message to display if any issue on confirmation link."
947
- msgstr ""
948
- "Default bericht te tonen indien een probleem met de bevestigingslink bestaat."
949
-
950
- #: ../settings/settings-edit.php:353
951
- msgid "Message 2"
952
- msgstr "Bericht 2"
953
-
954
- #: ../settings/settings-edit.php:354
955
- msgid "Default message to display if any issue on unsubscribe link."
956
- msgstr ""
957
- "Default bericht te tonen indien een probleem met de opzeg link bestaat."
958
-
959
- #: ../settings/settings-edit.php:361
960
- msgid "Sent report subject"
961
- msgstr ""
962
-
963
- #: ../settings/settings-edit.php:362
964
- msgid "Mail subject for sent mail report."
965
- msgstr ""
966
-
967
- #: ../settings/settings-edit.php:368
968
- msgid "Sent report content"
969
- msgstr ""
970
-
971
- #: ../settings/settings-edit.php:369
972
- msgid "Mail content for sent mail report."
973
- msgstr ""
974
-
975
- #: ../settings/settings-edit.php:380
976
- msgid "Save Settings"
977
- msgstr "Instellingen opslaan"
978
-
979
- #: ../subscribers/view-subscriber-add.php:28
980
- #: ../subscribers/view-subscriber-add.php:120
981
- #: ../subscribers/view-subscriber-edit.php:43
982
- #: ../subscribers/view-subscriber-edit.php:104
983
- msgid "Please enter subscriber email address."
984
- msgstr "Geef aub de naam van de abonnee in."
985
-
986
- #: ../subscribers/view-subscriber-add.php:45
987
- msgid "Please select or create your group for this email."
988
- msgstr "Selecteer of maak een groep voor deze mail"
989
-
990
- #: ../subscribers/view-subscriber-add.php:54
991
- #: ../subscribers/view-subscriber-import.php:45
992
- msgid ""
993
- "Error: Special characters (['^$%&*()}{@#~?><>,|=_+\\\"]) are not allowed in "
994
- "the group name."
995
- msgstr ""
996
-
997
- #: ../subscribers/view-subscriber-add.php:66
998
- msgid "Email was successfully inserted."
999
- msgstr "E-mail is succesvol toegevoegd."
1000
-
1001
- #: ../subscribers/view-subscriber-add.php:70
1002
- msgid "Email already exist in our list."
1003
- msgstr "E-mail bestaat al in onze lijst"
1004
-
1005
- #: ../subscribers/view-subscriber-add.php:75
1006
- msgid "Email is invalid."
1007
- msgstr "E-mail ongeldig"
1008
-
1009
- #: ../subscribers/view-subscriber-add.php:112
1010
- msgid "Add email"
1011
- msgstr "Voeg e-mail toe"
1012
-
1013
- #: ../subscribers/view-subscriber-add.php:114
1014
- #: ../subscribers/view-subscriber-edit.php:98
1015
- msgid "Enter full name"
1016
- msgstr "Geef de volledige naam in"
1017
-
1018
- #: ../subscribers/view-subscriber-add.php:116
1019
- #: ../subscribers/view-subscriber-edit.php:100
1020
- msgid "Please enter subscriber full name."
1021
- msgstr "Geef a.u.b. de volledige naam van de abonnee in."
1022
-
1023
- #: ../subscribers/view-subscriber-add.php:118
1024
- #: ../subscribers/view-subscriber-edit.php:102
1025
- msgid "Enter email address."
1026
- msgstr "Geef email adres in."
1027
-
1028
- #: ../subscribers/view-subscriber-add.php:129
1029
- #: ../subscribers/view-subscriber-edit.php:113
1030
- #: ../subscribers/view-subscriber-import.php:163
1031
- msgid "Please select subscriber email status."
1032
- msgstr "Selecteer a.u.b. de e-mail status van de abonnee"
1033
-
1034
- #: ../subscribers/view-subscriber-add.php:131
1035
- #: ../subscribers/view-subscriber-import.php:165
1036
- msgid "Select (or) Create Group"
1037
- msgstr "Selecteer (of) maak een groep"
1038
-
1039
- #: ../subscribers/view-subscriber-add.php:149
1040
- #: ../subscribers/view-subscriber-edit.php:141
1041
- #: ../subscribers/view-subscriber-import.php:183
1042
- msgid "Please select or create group for this subscriber."
1043
- msgstr "Selecteer of maak a.u.b. een groep voor deze abonnee"
1044
-
1045
- #: ../subscribers/view-subscriber-edit.php:54
1046
- msgid "Error: Special characters are not allowed in the group name."
1047
- msgstr ""
1048
-
1049
- #: ../subscribers/view-subscriber-edit.php:66
1050
- msgid "Email was successfully updated."
1051
- msgstr "E-mail is succesvol ge-update."
1052
-
1053
- #: ../subscribers/view-subscriber-edit.php:70
1054
- #, fuzzy
1055
- msgid "Email already exist for this group."
1056
- msgstr "E-mail bestaat al in onze lijst"
1057
-
1058
- #: ../subscribers/view-subscriber-edit.php:96
1059
- msgid "Edit email"
1060
- msgstr "Bewerk e-mail"
1061
-
1062
- #: ../subscribers/view-subscriber-edit.php:115
1063
- #: ../subscribers/view-subscriber-show.php:328
1064
- #: ../subscribers/view-subscriber-show.php:341
1065
- msgid "Group"
1066
- msgstr "Groep"
1067
-
1068
- #: ../subscribers/view-subscriber-export.php:24
1069
- msgid "Export email address in csv format"
1070
- msgstr "Exporteer e-mail adres in csv formaat"
1071
-
1072
- #: ../subscribers/view-subscriber-export.php:30
1073
- #: ../subscribers/view-subscriber-export.php:38
1074
- msgid "Export option"
1075
- msgstr "Export optie"
1076
-
1077
- #: ../subscribers/view-subscriber-export.php:31
1078
- #: ../subscribers/view-subscriber-export.php:39
1079
- msgid "Total email"
1080
- msgstr "Totaal e-mails"
1081
-
1082
- #: ../subscribers/view-subscriber-export.php:46
1083
- msgid "Subscriber email address"
1084
- msgstr "E-mail adres abonnee"
1085
-
1086
- #: ../subscribers/view-subscriber-export.php:48
1087
- #: ../subscribers/view-subscriber-export.php:54
1088
- #: ../subscribers/view-subscriber-export.php:60
1089
- msgid "Click to export csv"
1090
- msgstr "Klik om CSV te exporteren"
1091
-
1092
- #: ../subscribers/view-subscriber-export.php:52
1093
- msgid "Registered email address"
1094
- msgstr "Geregistreerd e-mail adres"
1095
-
1096
- #: ../subscribers/view-subscriber-export.php:58
1097
- msgid "Comments author email address"
1098
- msgstr "Commentaar auteur e-mail adres"
1099
-
1100
- #: ../subscribers/view-subscriber-export.php:67
1101
- msgid "Add Email"
1102
- msgstr "Voeg e-mail toe"
1103
-
1104
- #: ../subscribers/view-subscriber-export.php:68
1105
- #: ../subscribers/view-subscriber-show.php:445
1106
- msgid "Import Email"
1107
- msgstr "Importeer e-mail"
1108
-
1109
- #: ../subscribers/view-subscriber-import.php:103
1110
- msgid "Email(s) was successfully imported."
1111
- msgstr "E-mail(s) succesvol geïmporteerd."
1112
-
1113
- #: ../subscribers/view-subscriber-import.php:104
1114
- msgid "Email(s) are already in our database."
1115
- msgstr "E-mail(s) staan al in de database."
1116
-
1117
- #: ../subscribers/view-subscriber-import.php:105
1118
- msgid "Email(s) are invalid."
1119
- msgstr "E-mail(s) zijn ongeldig"
1120
-
1121
- #: ../subscribers/view-subscriber-import.php:115
1122
- msgid "File upload failed or no data available in the csv file."
1123
- msgstr "Uploaden file mislukt of geen data beschikbaar in het csv bestand."
1124
-
1125
- #: ../subscribers/view-subscriber-import.php:150
1126
- msgid "Upload email"
1127
- msgstr "Upload e-mail"
1128
-
1129
- #: ../subscribers/view-subscriber-import.php:151
1130
- msgid "Select csv file"
1131
- msgstr "Selecteer CSV bestand"
1132
-
1133
- #: ../subscribers/view-subscriber-import.php:153
1134
- msgid ""
1135
- "Please select the input csv file. Please check official website for csv "
1136
- "structure."
1137
- msgstr ""
1138
- "Selecteer a.u.b. het invoer CSV bestand. Check op de officiële website de "
1139
- "csv structuur."
1140
-
1141
- #: ../subscribers/view-subscriber-import.php:188
1142
- msgid "Upload CSV"
1143
- msgstr "Upload CSV"
1144
-
1145
- #: ../subscribers/view-subscriber-show.php:72
1146
- #: ../subscribers/view-subscriber-show.php:125
1147
- msgid ""
1148
- "To send confirmation mail, Please change the Opt-in option to Double Opt In."
1149
- msgstr ""
1150
- "Wijzig a.u.b. de Opt-In optie naar Double Opt-In om de bevestigingsmail te "
1151
- "versturen."
1152
-
1153
- #: ../subscribers/view-subscriber-show.php:81
1154
- msgid "Confirmation email resent successfully."
1155
- msgstr "De bevestigings e-mail is succesvol verzonden."
1156
-
1157
- #: ../subscribers/view-subscriber-show.php:110
1158
- #: ../subscribers/view-subscriber-show.php:156
1159
- #: ../subscribers/view-subscriber-show.php:201
1160
- msgid "Oops, No record was selected."
1161
- msgstr "Oei, geen gegevens geselecteerd."
1162
-
1163
- #: ../subscribers/view-subscriber-show.php:150
1164
- msgid "Confirmation email(s) resent successfully."
1165
- msgstr "Bevestigings a-mail(s) succesvol opnieuw verzonden."
1166
-
1167
- #: ../subscribers/view-subscriber-show.php:186
1168
- msgid "Selected subscribers group was successfully updated."
1169
- msgstr "Geselecteerde abonnee groep succesvol geupdate."
1170
-
1171
- #: ../subscribers/view-subscriber-show.php:192
1172
- msgid "Oops, New group name was not selected."
1173
- msgstr "Oei, nieuwe groepsnaam is niet geselecteerd."
1174
-
1175
- #: ../subscribers/view-subscriber-show.php:232
1176
- msgid "View subscriber"
1177
- msgstr "Bekijk abonnee"
1178
-
1179
- #: ../subscribers/view-subscriber-show.php:280
1180
- #, fuzzy
1181
- msgid "All Groups"
1182
- msgstr "Groep"
1183
-
1184
- #: ../subscribers/view-subscriber-show.php:299
1185
- #, fuzzy
1186
- msgid "All Status"
1187
- msgstr "Status"
1188
-
1189
- #: ../subscribers/view-subscriber-show.php:300
1190
- msgid "Confirmed"
1191
- msgstr ""
1192
-
1193
- #: ../subscribers/view-subscriber-show.php:301
1194
- msgid "Unconfirmed"
1195
- msgstr ""
1196
-
1197
- #: ../subscribers/view-subscriber-show.php:302
1198
- msgid "Unsubscribed"
1199
- msgstr ""
1200
-
1201
- #: ../subscribers/view-subscriber-show.php:303
1202
- msgid "Single Opt In"
1203
- msgstr ""
1204
-
1205
- #: ../subscribers/view-subscriber-show.php:325
1206
- #: ../subscribers/view-subscriber-show.php:338
1207
- msgid "Email address"
1208
- msgstr "Email adres"
1209
-
1210
- #: ../subscribers/view-subscriber-show.php:385
1211
- #: ../subscribers/view-subscriber-show.php:423
1212
- msgid "Resend Confirmation"
1213
- msgstr "Bevestiging opnieuw verzenden"
1214
-
1215
- #: ../subscribers/view-subscriber-show.php:401
1216
- msgid ""
1217
- "No records available. Please use the above alphabet search button to search."
1218
- msgstr "Geen data beschikibaar. Gebruik aub de alfabetische zoekknoppen."
1219
-
1220
- #: ../subscribers/view-subscriber-show.php:421
1221
- msgid "Bulk Actions"
1222
- msgstr "Bulk actie"
1223
-
1224
- #: ../subscribers/view-subscriber-show.php:424
1225
- msgid "Update Subscribers Group"
1226
- msgstr "Update abonnee groep"
1227
-
1228
- #: ../subscribers/view-subscriber-show.php:427
1229
- msgid "Select Group"
1230
- msgstr "Selecteer groep"
1231
-
1232
- #: ../subscribers/view-subscriber-show.php:441
1233
- msgid "Apply"
1234
- msgstr "Toepassen"
1235
-
1236
- #: ../subscribers/view-subscriber-show.php:446
1237
- #, fuzzy
1238
- msgid "Export Email"
1239
- msgstr "Importeer e-mail"
1240
-
1241
- #: ../subscribers/view-subscriber-show.php:447
1242
- #, fuzzy
1243
- msgid "Sync Email"
1244
- msgstr "Stuur email"
1245
-
1246
- #: ../subscribers/view-subscriber-sync.php:33
1247
- #: ../subscribers/view-subscriber-sync.php:119
1248
- #, fuzzy
1249
- msgid "Please select default group to newly registered user."
1250
- msgstr "Selecteer of maak a.u.b. een groep voor deze abonnee"
1251
-
1252
- #: ../subscribers/view-subscriber-sync.php:39
1253
- #: ../subscribers/view-subscriber-sync.php:150
1254
- #, fuzzy
1255
- msgid "Please select default group to newly commented user."
1256
- msgstr "Selecteer of maak a.u.b. een groep voor deze abonnee"
1257
-
1258
- #: ../subscribers/view-subscriber-sync.php:56
1259
- #, fuzzy
1260
- msgid "Sync email successfully updated."
1261
- msgstr "E-mail is succesvol ge-update."
1262
-
1263
- #: ../subscribers/view-subscriber-sync.php:88
1264
- #, fuzzy
1265
- msgid "Sync email"
1266
- msgstr "Stuur email"
1267
-
1268
- #: ../subscribers/view-subscriber-sync.php:90
1269
- msgid "Sync newly registered user"
1270
- msgstr ""
1271
-
1272
- #: ../subscribers/view-subscriber-sync.php:95
1273
- msgid ""
1274
- "Automatically add a newly registered user email address to subscribers list."
1275
- msgstr ""
1276
-
1277
- #: ../subscribers/view-subscriber-sync.php:97
1278
- #: ../subscribers/view-subscriber-sync.php:128
1279
- #, fuzzy
1280
- msgid "Select default group"
1281
- msgstr "Selecteer groep"
1282
-
1283
- #: ../subscribers/view-subscriber-sync.php:121
1284
- msgid "Sync newly commented user"
1285
- msgstr ""
1286
-
1287
- #: ../subscribers/view-subscriber-sync.php:126
1288
- msgid ""
1289
- "Automatically add a newly commented (who posted comments) user email address "
1290
- "to subscribers list."
1291
- msgstr ""
1292
-
1293
- #~ msgid "Mail Preview"
1294
- #~ msgstr "Mail voorbeeld"
1295
-
1296
- #~ msgid "Export Email (CSV)"
1297
- #~ msgstr "Export Email (CSV)"
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"
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: Loco - https://localise.biz/\n"
16
+ "X-Poedit-KeywordsList: _:1;gettext:1;dgettext:2;ngettext:1,2;dngettext:2,3;"
17
+ "__:1;_e:1;_c:1;_n:1,2;_n_noop:1,2;_nc:1,2;__ngettext:1,2;__ngettext_noop:1,2;"
18
+ "_x:1,2c;_ex:1,2c;_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;"
19
+ "esc_attr__:1;esc_html__:1;esc_attr_e:1;esc_html_e:1;esc_attr_x:1,2c;"
20
+ "esc_html_x:1,2c;comments_number_link:2,3;t:1;st:1;trans:1;transChoice:1,2\n"
21
+ "X-Poedit-Basepath: .\n"
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
158
+ msgid "Sync newly registered user"
159
+ msgstr ""
160
+
161
+ #: ../subscribers/view-subscriber-sync.php:95
162
+ msgid "Automatically add a newly registered user email address to subscribers list."
163
+ msgstr ""
164
+
165
+ #: ../subscribers/view-subscriber-sync.php:121
166
+ msgid "Sync newly commented user"
167
+ msgstr ""
168
+
169
+ #: ../subscribers/view-subscriber-sync.php:126
170
+ msgid ""
171
+ "Automatically add a newly commented (who posted comments) user email address "
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()"
854
+ 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"
1249
+ 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"
1287
+ msgstr "Selecteer groep"
1288
+
1289
+ #: ../subscribers/view-subscriber-show.php:441
1290
+ msgid "Apply"
1291
+ msgstr "Pas toe"
 
 
 
 
 
 
languages/email-subscribers-nl_NL_2.mo DELETED
Binary file
languages/email-subscribers-nl_NL_2.po DELETED
@@ -1,1301 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: Email subscribers\n"
4
- "POT-Creation-Date: 2015-11-28 14:30+0800\n"
5
- "PO-Revision-Date: 2015-11-28 14:30+0800\n"
6
- "Last-Translator: \n"
7
- "Language-Team: \n"
8
- "Language: nl\n"
9
- "MIME-Version: 1.0\n"
10
- "Content-Type: text/plain; charset=UTF-8\n"
11
- "Content-Transfer-Encoding: 8bit\n"
12
- "X-Generator: Poedit 1.5.7\n"
13
- "X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e\n"
14
- "X-Poedit-Basepath: .\n"
15
- "Plural-Forms: nplurals=2; plural=(n != 1);\n"
16
- "X-Poedit-SearchPath-0: ..\n"
17
-
18
- #: ../classes/es-loadwidget.php:28 ../classes/es-register.php:250
19
- #: ../subscribers/view-subscriber-show.php:326
20
- #: ../subscribers/view-subscriber-show.php:339
21
- msgid "Name"
22
- msgstr "Naam"
23
-
24
- #: ../classes/es-loadwidget.php:33 ../classes/es-register.php:255
25
- msgid "Email *"
26
- msgstr "Email*"
27
-
28
- #: ../classes/es-loadwidget.php:38 ../classes/es-register.php:260
29
- msgid "Subscribe"
30
- msgstr "Abonneer"
31
-
32
- #: ../classes/es-register.php:43
33
- msgid "These tables could not be created on installation "
34
- msgstr "Deze tabellen konden bij installatie niet gecreëerd worden"
35
-
36
- #: ../classes/es-register.php:133 ../classes/es-register.php:134
37
- msgid "Email Subscriber"
38
- msgstr "Email Abonnees"
39
-
40
- #: ../classes/es-register.php:136 ../classes/es-register.php:137
41
- msgid "Subscribers"
42
- msgstr "Abonnees"
43
-
44
- #: ../classes/es-register.php:139 ../classes/es-register.php:140
45
- msgid "Compose"
46
- msgstr "Samenstellen"
47
-
48
- #: ../classes/es-register.php:142 ../classes/es-register.php:143
49
- #: ../notification/notification-show.php:45
50
- msgid "Notification"
51
- msgstr "Kennisgeving"
52
-
53
- #: ../classes/es-register.php:145 ../classes/es-register.php:146
54
- #: ../sendmail/sendmail.php:95 ../sendmail/sendmail.php:257
55
- #: ../sendmail/sendmail.php:259
56
- msgid "Send Email"
57
- msgstr "Stuur email"
58
-
59
- #: ../classes/es-register.php:148
60
- msgid "Cron"
61
- msgstr ""
62
-
63
- #: ../classes/es-register.php:149
64
- #, fuzzy
65
- msgid "Cron Mail"
66
- msgstr "Schrijf mail"
67
-
68
- #: ../classes/es-register.php:151 ../classes/es-register.php:152
69
- #: ../settings/settings-edit.php:190
70
- msgid "Settings"
71
- msgstr "Instellingen"
72
-
73
- #: ../classes/es-register.php:154 ../classes/es-register.php:155
74
- msgid "Roles"
75
- msgstr ""
76
-
77
- #: ../classes/es-register.php:157 ../classes/es-register.php:158
78
- #: ../sentmail/sentmail-show.php:54
79
- msgid "Sent Mails"
80
- msgstr "Verzonden mails"
81
-
82
- #: ../classes/es-register.php:160 ../classes/es-register.php:161
83
- msgid "Help & Info"
84
- msgstr "Hulp & info"
85
-
86
- #: ../classes/es-register.php:296
87
- msgid "Widget Title"
88
- msgstr "Widget titel"
89
-
90
- #: ../classes/es-register.php:300
91
- msgid "Display Name Field"
92
- msgstr "Toon veldnaam"
93
-
94
- #: ../classes/es-register.php:307
95
- msgid "Short Description"
96
- msgstr "Korte beschrijving"
97
-
98
- #: ../classes/es-register.php:309
99
- msgid "Short description about your subscription form."
100
- msgstr "Korte beschrijving van het aanmeldingsformulier"
101
-
102
- #: ../classes/es-register.php:312
103
- msgid "Subscriber Group"
104
- msgstr "Abonneegroep"
105
-
106
- #: ../compose/compose-add.php:25 ../compose/compose-edit.php:40
107
- msgid "Please enter template heading."
108
- msgstr "Voer template kop in."
109
-
110
- #: ../compose/compose-add.php:39
111
- msgid "Template was successfully created."
112
- msgstr "Template succesvol gecreëerd."
113
-
114
- #: ../compose/compose-add.php:60 ../compose/compose-edit.php:71
115
- #: ../cron/cron-add.php:100 ../cron/cron-add.php:101 ../cron/cron-add.php:102
116
- #: ../notification/notification-add.php:91
117
- #: ../notification/notification-edit.php:100 ../roles/roles-add.php:81
118
- #: ../settings/settings-edit.php:173 ../subscribers/view-subscriber-add.php:92
119
- #: ../subscribers/view-subscriber-add.php:101
120
- #: ../subscribers/view-subscriber-edit.php:86
121
- #: ../subscribers/view-subscriber-import.php:107
122
- #: ../subscribers/view-subscriber-import.php:138
123
- msgid "Click here"
124
- msgstr "Klik hier"
125
-
126
- #: ../compose/compose-add.php:61 ../compose/compose-edit.php:72
127
- #: ../notification/notification-add.php:92
128
- #: ../notification/notification-edit.php:101 ../roles/roles-add.php:81
129
- #: ../settings/settings-edit.php:174 ../subscribers/view-subscriber-add.php:92
130
- #: ../subscribers/view-subscriber-add.php:101
131
- #: ../subscribers/view-subscriber-edit.php:86
132
- #: ../subscribers/view-subscriber-import.php:107
133
- #: ../subscribers/view-subscriber-import.php:138
134
- msgid " to view the details"
135
- msgstr "om de details te zien"
136
-
137
- #: ../compose/compose-add.php:70 ../compose/compose-edit.php:83
138
- #: ../compose/compose-show.php:59
139
- msgid "Compose Mail"
140
- msgstr "Schrijf mail"
141
-
142
- #: ../compose/compose-add.php:73 ../compose/compose-edit.php:86
143
- #: ../settings/settings-edit.php:206
144
- msgid "Mail type"
145
- msgstr "Soort mail"
146
-
147
- #: ../compose/compose-add.php:78 ../compose/compose-edit.php:91
148
- #: ../sendmail/sendmail.php:50
149
- msgid "Please select your mail type."
150
- msgstr "Selecteer soort mail."
151
-
152
- #: ../compose/compose-add.php:80 ../compose/compose-edit.php:93
153
- msgid "Enter mail subject."
154
- msgstr "Mail onderwerp"
155
-
156
- #: ../compose/compose-add.php:82 ../compose/compose-edit.php:95
157
- msgid "Please enter your mail subject."
158
- msgstr "Voer a.u.b. uw mail onderwerp in. "
159
-
160
- #: ../compose/compose-add.php:85 ../compose/compose-edit.php:97
161
- msgid "Mail content"
162
- msgstr "Inhoud van de mail"
163
-
164
- #: ../compose/compose-add.php:88 ../compose/compose-edit.php:100
165
- msgid "Please enter content for your mail."
166
- msgstr "Voer berichtinhoud in."
167
-
168
- #: ../compose/compose-add.php:91 ../compose/compose-edit.php:103
169
- #: ../compose/compose-show.php:71 ../compose/compose-show.php:79
170
- #: ../sentmail/deliverreport-show.php:40 ../sentmail/deliverreport-show.php:52
171
- #: ../sentmail/sentmail-show.php:75 ../sentmail/sentmail-show.php:88
172
- #: ../subscribers/view-subscriber-add.php:122
173
- #: ../subscribers/view-subscriber-edit.php:106
174
- #: ../subscribers/view-subscriber-import.php:156
175
- #: ../subscribers/view-subscriber-show.php:327
176
- #: ../subscribers/view-subscriber-show.php:340
177
- msgid "Status"
178
- msgstr "Status"
179
-
180
- #: ../compose/compose-add.php:95 ../compose/compose-edit.php:107
181
- msgid "Please select your mail status."
182
- msgstr "Selecteer uw mailstatus."
183
-
184
- #: ../compose/compose-add.php:99 ../compose/compose-edit.php:112
185
- #: ../cron/cron-add.php:90 ../notification/notification-add.php:216
186
- #: ../notification/notification-edit.php:237 ../roles/roles-add.php:154
187
- #: ../subscribers/view-subscriber-add.php:154
188
- #: ../subscribers/view-subscriber-edit.php:147
189
- #: ../subscribers/view-subscriber-sync.php:156
190
- msgid "Submit"
191
- msgstr "Indienen"
192
-
193
- #: ../compose/compose-add.php:100 ../compose/compose-edit.php:113
194
- #: ../cron/cron-add.php:91 ../notification/notification-add.php:217
195
- #: ../notification/notification-edit.php:238 ../roles/roles-add.php:155
196
- #: ../sendmail/sendmail.php:261 ../settings/settings-edit.php:381
197
- #: ../subscribers/view-subscriber-add.php:155
198
- #: ../subscribers/view-subscriber-edit.php:148
199
- #: ../subscribers/view-subscriber-sync.php:157
200
- msgid "Cancel"
201
- msgstr "Annuleren"
202
-
203
- #: ../compose/compose-add.php:101 ../compose/compose-edit.php:114
204
- #: ../compose/compose-preview.php:31 ../compose/compose-show.php:121
205
- #: ../cron/cron-add.php:92 ../notification/notification-add.php:218
206
- #: ../notification/notification-edit.php:239
207
- #: ../notification/notification-show.php:153 ../roles/roles-add.php:156
208
- #: ../sendmail/sendmail.php:262 ../sentmail/deliverreport-show.php:120
209
- #: ../sentmail/sentmail-preview.php:33 ../settings/settings-edit.php:382
210
- #: ../subscribers/view-subscriber-add.php:156
211
- #: ../subscribers/view-subscriber-edit.php:149
212
- #: ../subscribers/view-subscriber-export.php:70
213
- #: ../subscribers/view-subscriber-import.php:190
214
- #: ../subscribers/view-subscriber-show.php:448
215
- #: ../subscribers/view-subscriber-sync.php:158
216
- msgid "Help"
217
- msgstr "Hulp"
218
-
219
- #: ../compose/compose-edit.php:11 ../compose/compose-preview.php:10
220
- #: ../compose/compose-show.php:30 ../notification/notification-edit.php:11
221
- #: ../notification/notification-show.php:16
222
- #: ../sentmail/sentmail-preview.php:12 ../sentmail/sentmail-show.php:18
223
- #: ../settings/settings-edit.php:11 ../subscribers/view-subscriber-edit.php:12
224
- #: ../subscribers/view-subscriber-show.php:46
225
- msgid "Oops, selected details doesnt exist."
226
- msgstr "Helaas, de geselecteerde details bestaan niet."
227
-
228
- #: ../compose/compose-edit.php:55
229
- msgid "Template was successfully updated."
230
- msgstr "Sjabloon succesvol aangepast."
231
-
232
- #: ../compose/compose-preview.php:17 ../sentmail/sentmail-preview.php:19
233
- msgid "Preview Mail"
234
- msgstr "Voorbeeld van de mail"
235
-
236
- #: ../compose/compose-preview.php:29 ../sentmail/deliverreport-show.php:119
237
- #: ../sentmail/sentmail-preview.php:32
238
- #: ../subscribers/view-subscriber-export.php:69
239
- #: ../subscribers/view-subscriber-import.php:189
240
- msgid "Back"
241
- msgstr "Terug"
242
-
243
- #: ../compose/compose-preview.php:30 ../compose/compose-show.php:99
244
- #: ../notification/notification-show.php:91
245
- #: ../subscribers/view-subscriber-show.php:374
246
- msgid "Edit"
247
- msgstr "Bewerken"
248
-
249
- #: ../compose/compose-show.php:10 ../sendmail/sendmail.php:11
250
- #: ../subscribers/view-subscriber-show.php:11
251
- #, fuzzy
252
- msgid "Click Here"
253
- msgstr "Klik hier"
254
-
255
- #: ../compose/compose-show.php:45 ../notification/notification-show.php:31
256
- #: ../sentmail/sentmail-show.php:33 ../subscribers/view-subscriber-show.php:60
257
- #: ../subscribers/view-subscriber-show.php:104
258
- msgid "Selected record was successfully deleted."
259
- msgstr "De geselecteerde gegevens zijn succesvol verwijderd."
260
-
261
- #: ../compose/compose-show.php:60 ../compose/compose-show.php:120
262
- #: ../notification/notification-show.php:46
263
- #: ../notification/notification-show.php:152
264
- #: ../subscribers/view-subscriber-show.php:233
265
- #: ../subscribers/view-subscriber-show.php:444
266
- msgid "Add New"
267
- msgstr "Voeg een nieuwe toe"
268
-
269
- #: ../compose/compose-show.php:70 ../compose/compose-show.php:78
270
- msgid "Email subject"
271
- msgstr "Email onderwerp"
272
-
273
- #: ../compose/compose-show.php:72 ../compose/compose-show.php:80
274
- #: ../sentmail/deliverreport-show.php:41 ../sentmail/deliverreport-show.php:53
275
- #: ../sentmail/sentmail-show.php:76 ../sentmail/sentmail-show.php:89
276
- msgid "Type"
277
- msgstr "Type"
278
-
279
- #: ../compose/compose-show.php:73 ../compose/compose-show.php:81
280
- #: ../sentmail/sentmail-show.php:80 ../sentmail/sentmail-show.php:93
281
- #: ../subscribers/view-subscriber-export.php:32
282
- #: ../subscribers/view-subscriber-export.php:40
283
- #: ../subscribers/view-subscriber-show.php:330
284
- #: ../subscribers/view-subscriber-show.php:343
285
- msgid "Action"
286
- msgstr "Actie"
287
-
288
- #: ../compose/compose-show.php:100 ../notification/notification-show.php:94
289
- #: ../subscribers/view-subscriber-show.php:377
290
- #: ../subscribers/view-subscriber-show.php:422
291
- msgid "Delete"
292
- msgstr "Verwijderen"
293
-
294
- #: ../compose/compose-show.php:101 ../sentmail/sentmail-show.php:73
295
- #: ../sentmail/sentmail-show.php:86
296
- msgid "Preview"
297
- msgstr "Voorbeeld"
298
-
299
- #: ../compose/compose-show.php:110 ../notification/notification-show.php:142
300
- #: ../sentmail/deliverreport-show.php:84 ../sentmail/sentmail-show.php:132
301
- msgid "No records available."
302
- msgstr "Geen gegevens beschikbaar."
303
-
304
- #: ../cron/cron-add.php:18
305
- #, fuzzy
306
- msgid "Please enter valid mail count."
307
- msgstr "Voer a.u.b. uw mail onderwerp in. "
308
-
309
- #: ../cron/cron-add.php:29
310
- #, fuzzy
311
- msgid "Cron details successfully updated."
312
- msgstr "Details zijn succesvol bijgewerkt."
313
-
314
- #: ../cron/cron-add.php:73
315
- msgid "Cron Details"
316
- msgstr ""
317
-
318
- #: ../cron/cron-add.php:76
319
- msgid "Cron job URL"
320
- msgstr ""
321
-
322
- #: ../cron/cron-add.php:78
323
- msgid ""
324
- "Please find your cron job URL. This is read only field not able to modify "
325
- "from admin."
326
- msgstr ""
327
-
328
- #: ../cron/cron-add.php:80
329
- #, fuzzy
330
- msgid "Mail Count"
331
- msgstr "Inhoud van de mail"
332
-
333
- #: ../cron/cron-add.php:82
334
- msgid "Enter number of mails you want to send per hour/trigger."
335
- msgstr ""
336
-
337
- #: ../cron/cron-add.php:84
338
- #, fuzzy
339
- msgid "Admin Report"
340
- msgstr "Bekijk rapporten"
341
-
342
- #: ../cron/cron-add.php:86
343
- msgid "Send above mail to admin whenever cron URL triggered in your server."
344
- msgstr ""
345
-
346
- #: ../cron/cron-add.php:98
347
- msgid "How to setup auto emails?"
348
- msgstr ""
349
-
350
- #: ../cron/cron-add.php:99
351
- msgid ""
352
- "I strongly recommend you to use \"Send mail via cron job\" option to send "
353
- "your newsletters and notification. The following link explains how to create "
354
- "a CRON job through the cPanel or Plesk."
355
- msgstr ""
356
-
357
- #: ../cron/cron-add.php:100
358
- msgid "How to setup auto emails (cron job) in Plesk"
359
- msgstr ""
360
-
361
- #: ../cron/cron-add.php:101
362
- msgid "How to setup auto emails (cron job) in cPanal"
363
- msgstr ""
364
-
365
- #: ../cron/cron-add.php:102
366
- msgid "Hosting doesnt support cron jobs?"
367
- msgstr ""
368
-
369
- #: ../export/export-email-address.php:39 ../export/export-email-address.php:45
370
- #: ../export/export-email-address.php:50
371
- msgid "Unexpected url submit has been detected"
372
- msgstr "Er is een onverwachte url melding gedetecteerd."
373
-
374
- #: ../job/es-optin.php:64 ../job/es-optin.php:79 ../job/es-unsubscribe.php:60
375
- #: ../job/es-unsubscribe.php:70
376
- msgid ""
377
- "Oops.. We are getting some technical error. Please try again or contact "
378
- "admin."
379
- msgstr ""
380
- "Helaas, we hebben een technische fout. Probeer opnieuw of contacteer de "
381
- "beheerder."
382
-
383
- #: ../job/es-optin.php:69
384
- msgid "This email address has already been confirmed."
385
- msgstr "Dit email adres is al bevestigd."
386
-
387
- #: ../notification/notification-add.php:26
388
- #: ../notification/notification-add.php:120
389
- #: ../notification/notification-edit.php:40
390
- msgid "Please select subscribers group."
391
- msgstr "Selecteer een abonneegroep."
392
-
393
- #: ../notification/notification-add.php:32
394
- #: ../notification/notification-add.php:212
395
- #: ../notification/notification-edit.php:46
396
- #: ../notification/notification-edit.php:232
397
- msgid "Please select notification status."
398
- msgstr "Selecteer een kennisgevingsstatus."
399
-
400
- #: ../notification/notification-add.php:38
401
- #: ../notification/notification-add.php:139
402
- #: ../notification/notification-edit.php:52
403
- #: ../notification/notification-edit.php:143
404
- msgid ""
405
- "Please select notification mail subject. Use compose menu to create new."
406
- msgstr ""
407
- "Selecteer een onderwerp voor de kennisgeving. Gebruik het samenstellingsmenu "
408
- "om een nieuwe kennisgeving te creëren."
409
-
410
- #: ../notification/notification-add.php:44
411
- #: ../notification/notification-add.php:171
412
- #: ../notification/notification-edit.php:58
413
- #: ../notification/notification-edit.php:183
414
- msgid "Please select post categories."
415
- msgstr "Selecteer berichtcategorieën."
416
-
417
- #: ../notification/notification-add.php:69
418
- msgid "Notification was successfully created."
419
- msgstr "Kennisgeving succesvol gecreëerd."
420
-
421
- #: ../notification/notification-add.php:101
422
- msgid "Add Notification"
423
- msgstr "Voeg kennisgeving toe"
424
-
425
- #: ../notification/notification-add.php:104
426
- #: ../notification/notification-edit.php:115
427
- #: ../notification/notification-show.php:57
428
- #: ../notification/notification-show.php:65
429
- msgid "Subscribers Group"
430
- msgstr "Abonneegroep"
431
-
432
- #: ../notification/notification-add.php:106
433
- #: ../notification/notification-add.php:124
434
- #: ../notification/notification-edit.php:123 ../sendmail/sendmail.php:108
435
- #: ../sendmail/sendmail.php:154 ../subscribers/view-subscriber-add.php:133
436
- #: ../subscribers/view-subscriber-edit.php:117
437
- #: ../subscribers/view-subscriber-import.php:167
438
- #: ../subscribers/view-subscriber-sync.php:99
439
- #: ../subscribers/view-subscriber-sync.php:130
440
- msgid "Select"
441
- msgstr "Selecteer"
442
-
443
- #: ../notification/notification-add.php:122
444
- #: ../notification/notification-edit.php:121
445
- msgid "Notification Mail"
446
- msgstr "Kennisgevingsmail"
447
-
448
- #: ../notification/notification-add.php:141
449
- #: ../notification/notification-edit.php:145
450
- msgid "Post Categories"
451
- msgstr "Berichtcategoriën"
452
-
453
- #: ../notification/notification-add.php:173
454
- #: ../notification/notification-edit.php:185
455
- msgid "Custom post type"
456
- msgstr ""
457
-
458
- #: ../notification/notification-add.php:204
459
- #: ../notification/notification-edit.php:224
460
- #, fuzzy
461
- msgid "Please select your custom post type (Optional)."
462
- msgstr "Selecteer soort mail."
463
-
464
- #: ../notification/notification-add.php:206
465
- #: ../notification/notification-edit.php:226
466
- #: ../notification/notification-show.php:59
467
- #: ../notification/notification-show.php:67
468
- msgid "Notification Status"
469
- msgstr "Status kennisgeving"
470
-
471
- #: ../notification/notification-edit.php:84
472
- msgid "Notification was successfully updated."
473
- msgstr "Kennisgeving succesvol aangepast."
474
-
475
- #: ../notification/notification-edit.php:112
476
- msgid "Edit Notification"
477
- msgstr "Bewerk kennisgeving "
478
-
479
- #: ../notification/notification-edit.php:119
480
- msgid "Not allowed to update the subscribers group in edit page."
481
- msgstr "Niet toegestaan om op deze pagina de abonneegroep aan te passen. "
482
-
483
- #: ../notification/notification-show.php:56
484
- #: ../notification/notification-show.php:64
485
- msgid "Mail Subject"
486
- msgstr "Mailonderwerp"
487
-
488
- #: ../notification/notification-show.php:58
489
- #: ../notification/notification-show.php:66
490
- msgid "Categories / Custom Post"
491
- msgstr ""
492
-
493
- #: ../roles/roles-add.php:92
494
- msgid "Roles and Capabilities"
495
- msgstr ""
496
-
497
- #: ../roles/roles-add.php:94
498
- #, fuzzy
499
- msgid "Subscribers Menu"
500
- msgstr "Abonnees"
501
-
502
- #: ../roles/roles-add.php:100
503
- msgid ""
504
- "Select user role to access plugin Subscribers Menu. Only Admin user can "
505
- "change this value."
506
- msgstr ""
507
-
508
- #: ../roles/roles-add.php:103
509
- #, fuzzy
510
- msgid "Compose Menu"
511
- msgstr "Schrijf mail"
512
-
513
- #: ../roles/roles-add.php:109
514
- msgid ""
515
- "Select user role to access plugin Compose Menu. Only Admin user can change "
516
- "this value."
517
- msgstr ""
518
-
519
- #: ../roles/roles-add.php:111
520
- #, fuzzy
521
- msgid "Notification Menu"
522
- msgstr "Kennisgeving"
523
-
524
- #: ../roles/roles-add.php:117
525
- msgid ""
526
- "Select user role to access plugin Notification Menu. Only Admin user can "
527
- "change this value."
528
- msgstr ""
529
-
530
- #: ../roles/roles-add.php:119
531
- msgid "Send Email Menu/Cron Menu"
532
- msgstr ""
533
-
534
- #: ../roles/roles-add.php:125
535
- msgid ""
536
- "Select user role to access plugin Send Email Menu. Only Admin user can "
537
- "change this value."
538
- msgstr ""
539
-
540
- #: ../roles/roles-add.php:127
541
- #, fuzzy
542
- msgid "Settings Menu"
543
- msgstr "Instellingen"
544
-
545
- #: ../roles/roles-add.php:133
546
- msgid ""
547
- "Select user role to access plugin Settings Menu. Only Admin user can change "
548
- "this value."
549
- msgstr ""
550
-
551
- #: ../roles/roles-add.php:135
552
- #, fuzzy
553
- msgid "Sent Mails Menu"
554
- msgstr "Verzonden mails"
555
-
556
- #: ../roles/roles-add.php:141
557
- msgid ""
558
- "Select user role to access plugin Sent Mails Menu. Only Admin user can "
559
- "change this value."
560
- msgstr ""
561
-
562
- #: ../roles/roles-add.php:143
563
- #, fuzzy
564
- msgid "Help & Info Menu"
565
- msgstr "Hulp & info"
566
-
567
- #: ../roles/roles-add.php:149
568
- msgid ""
569
- "Select user role to access plugin Help & Info Menu. Only Admin user can "
570
- "change this value."
571
- msgstr ""
572
-
573
- #: ../sendmail/sendmail.php:35
574
- msgid "Please select your mail subject."
575
- msgstr "Selecteer je mailonderwerp."
576
-
577
- #: ../sendmail/sendmail.php:43
578
- msgid "No email address selected."
579
- msgstr "Geen email adres geselecteerd."
580
-
581
- #: ../sendmail/sendmail.php:58
582
- msgid "Mail sent successfully"
583
- msgstr "Email succesvol verzonden"
584
-
585
- #: ../sendmail/sendmail.php:64
586
- msgid "Click here for details"
587
- msgstr "Klik hier voor details"
588
-
589
- #: ../sendmail/sendmail.php:73
590
- msgid "Oops.. We are getting some error. mail not sending."
591
- msgstr "Helaas, er ging iets mis, mail wordt niet verzonden."
592
-
593
- #: ../sendmail/sendmail.php:102
594
- msgid "Select your mail subject"
595
- msgstr "Selecteer uw mailonderwerp"
596
-
597
- #: ../sendmail/sendmail.php:103
598
- msgid ""
599
- "Select a mail subject from available list. Go to Compose page to create new "
600
- "mail."
601
- msgstr ""
602
- "Selecteer een mailonderwerp uit de beschikbare lijst. Ga naar Samenstellen "
603
- "om een nieuwe mail te creëren."
604
-
605
- #: ../sendmail/sendmail.php:133
606
- #, fuzzy
607
- msgid "Mail Type"
608
- msgstr "Soort mail"
609
-
610
- #: ../sendmail/sendmail.php:134
611
- #, fuzzy
612
- msgid "Select your mail type."
613
- msgstr "Selecteer soort mail."
614
-
615
- #: ../sendmail/sendmail.php:148
616
- msgid "Select subscriber group"
617
- msgstr "Selecteer een abonneegroep"
618
-
619
- #: ../sendmail/sendmail.php:149
620
- msgid "Select your subscriber group to send email."
621
- msgstr "Selecteer uw abonneegroep om een email te sturen."
622
-
623
- #: ../sendmail/sendmail.php:174
624
- msgid "Check All"
625
- msgstr "Vink alles aan"
626
-
627
- #: ../sendmail/sendmail.php:175
628
- msgid "Uncheck All"
629
- msgstr "Vink alles uit"
630
-
631
- #: ../sendmail/sendmail.php:238
632
- msgid "No subscribers available for this search criteria."
633
- msgstr "Geen abonnees beschikbaar met deze zoekcriteria."
634
-
635
- #: ../sentmail/deliverreport-show.php:11
636
- msgid "Oops.. Unexpected error occurred. Please try again."
637
- msgstr "Helaas, een onverwachte fout! Probeer het opnieuw a.u.b."
638
-
639
- #: ../sentmail/deliverreport-show.php:19
640
- msgid "Delivery Report"
641
- msgstr "Afleverrapport"
642
-
643
- #: ../sentmail/deliverreport-show.php:37 ../sentmail/deliverreport-show.php:49
644
- #: ../subscribers/view-subscriber-export.php:29
645
- #: ../subscribers/view-subscriber-export.php:37
646
- #: ../subscribers/view-subscriber-show.php:324
647
- #: ../subscribers/view-subscriber-show.php:337
648
- msgid "Sno"
649
- msgstr "Sno"
650
-
651
- #: ../sentmail/deliverreport-show.php:38 ../sentmail/deliverreport-show.php:50
652
- msgid "Email"
653
- msgstr "Email"
654
-
655
- #: ../sentmail/deliverreport-show.php:39 ../sentmail/deliverreport-show.php:51
656
- msgid "Sent Date"
657
- msgstr "Verzenddatum"
658
-
659
- #: ../sentmail/deliverreport-show.php:42 ../sentmail/deliverreport-show.php:54
660
- msgid "Viewed Status"
661
- msgstr "Status bekeken"
662
-
663
- #: ../sentmail/deliverreport-show.php:43 ../sentmail/deliverreport-show.php:55
664
- msgid "Viewed Date"
665
- msgstr "Datum bekeken"
666
-
667
- #: ../sentmail/deliverreport-show.php:44 ../sentmail/deliverreport-show.php:56
668
- #: ../subscribers/view-subscriber-show.php:329
669
- #: ../subscribers/view-subscriber-show.php:342
670
- msgid "Database ID"
671
- msgstr "Database ID"
672
-
673
- #: ../sentmail/deliverreport-show.php:96 ../sentmail/sentmail-show.php:144
674
- msgid " &lt;&lt; "
675
- msgstr "&lt;&lt;"
676
-
677
- #: ../sentmail/deliverreport-show.php:97 ../sentmail/sentmail-show.php:145
678
- msgid " &gt;&gt; "
679
- msgstr "&gt;&gt;"
680
-
681
- #: ../sentmail/sentmail-show.php:42
682
- msgid "Successfully deleted all reports except latest 10."
683
- msgstr "Alle rapporten succesvol verwijderd behalve de laatste 10."
684
-
685
- #: ../sentmail/sentmail-show.php:72 ../sentmail/sentmail-show.php:85
686
- msgid "View Reports"
687
- msgstr "Bekijk rapporten"
688
-
689
- #: ../sentmail/sentmail-show.php:74 ../sentmail/sentmail-show.php:87
690
- #, fuzzy
691
- msgid "Source"
692
- msgstr "Verzendbron"
693
-
694
- #: ../sentmail/sentmail-show.php:77 ../sentmail/sentmail-show.php:90
695
- #, fuzzy
696
- msgid "Start Date"
697
- msgstr "Verzonden begindatum"
698
-
699
- #: ../sentmail/sentmail-show.php:78 ../sentmail/sentmail-show.php:91
700
- #, fuzzy
701
- msgid "End Date"
702
- msgstr "Verzonden einddatum"
703
-
704
- #: ../sentmail/sentmail-show.php:79 ../sentmail/sentmail-show.php:92
705
- #, fuzzy
706
- msgid "Total"
707
- msgstr "Totaal mails"
708
-
709
- #: ../sentmail/sentmail-show.php:168 ../sentmail/sentmail-show.php:170
710
- msgid "Optimize Table"
711
- msgstr "Optimalizeer de tabel"
712
-
713
- #: ../sentmail/sentmail-show.php:180
714
- msgid ""
715
- "Note: Please click <strong>Optimize Table</strong> button to delete all "
716
- "reports except latest 10."
717
- msgstr ""
718
- "Noot: klik op de knop <strong>Optimaliseer de tabel</strong> om alle "
719
- "rapporten te verwijderen behalve de laatste 10"
720
-
721
- #: ../settings/setting-sync.php:8
722
- #, fuzzy
723
- msgid "Table sync completed successfully."
724
- msgstr "Email succesvol verzonden"
725
-
726
- #: ../settings/setting-sync.php:21
727
- msgid "Sync plugin tables"
728
- msgstr ""
729
-
730
- #: ../settings/setting-sync.php:25
731
- msgid "Click to sync tables"
732
- msgstr ""
733
-
734
- #: ../settings/settings-edit.php:102
735
- msgid "Please enter sender of notifications from name."
736
- msgstr "Geef de afzender van de kennisgeving vanuit Naam"
737
-
738
- #: ../settings/settings-edit.php:108
739
- msgid "Please enter sender of notifications from email."
740
- msgstr "Geef de afzender van de kennisgeving vanuit Email"
741
-
742
- #: ../settings/settings-edit.php:143
743
- msgid "Details was successfully updated."
744
- msgstr "Details zijn succesvol bijgewerkt."
745
-
746
- #: ../settings/settings-edit.php:148
747
- msgid "Oops, details not update."
748
- msgstr "Helaas, de details zijn niet bijgewerkt."
749
-
750
- #: ../settings/settings-edit.php:196
751
- msgid "Sender of notifications"
752
- msgstr "Afzender van de kennisgeving"
753
-
754
- #: ../settings/settings-edit.php:197
755
- msgid ""
756
- "Choose a FROM name and FROM email address for all notifications emails from "
757
- "this plugin."
758
- msgstr ""
759
- "Kies een VAN naam en VAN emailadres voor alle kennisgevings-emails van deze "
760
- "plugin."
761
-
762
- #: ../settings/settings-edit.php:207
763
- msgid ""
764
- "Option 1 & 2 is to send mails with default Wordpress method wp_mail(). "
765
- "Option 3 & 4 is to send mails with PHP method mail()"
766
- msgstr ""
767
- "Optie 1 & 2 is om emails te verzenden met de default Wordpress methode "
768
- "wp_mail(). Optie 3 & 4 is om mails te versturen met de PHP methode mail()"
769
-
770
- #: ../settings/settings-edit.php:221
771
- msgid "Opt-in option"
772
- msgstr "Opt-in optie"
773
-
774
- #: ../settings/settings-edit.php:222
775
- msgid ""
776
- "Double Opt In, means subscribers need to confirm their email address by an "
777
- "activation link sent them on a activation email message. Single Opt In, "
778
- "means subscribers do not need to confirm their email address."
779
- msgstr ""
780
- "Dubbele Opt-In, betekent dat de abonnees hun email adres moeten bevestigen "
781
- "via een activeringslink die als email boodschap toegestuurd wordt. Enkele "
782
- "Opt-In, betekent dat abonnees hun email adres niet hoeven te bevestigen."
783
-
784
- #: ../settings/settings-edit.php:233
785
- msgid "Opt-in mail subject (Confirmation mail)"
786
- msgstr "Opt-In mail onderwerp (Bevestigingsmail)"
787
-
788
- #: ../settings/settings-edit.php:234
789
- msgid ""
790
- "Enter the subject for Double Opt In mail. This will send whenever subscriber "
791
- "added email into our database."
792
- msgstr ""
793
- "Geef het onderwerp voor de Dubbele Opt-In mail. Deze mail wordt verstuurd "
794
- "wanneer de abonnee een emailadres aan de database toevoegt."
795
-
796
- #: ../settings/settings-edit.php:240
797
- msgid "Opt-in mail content (Confirmation mail)"
798
- msgstr "Inhoud Opt-In mail (Bevestigingsmail)"
799
-
800
- #: ../settings/settings-edit.php:241
801
- msgid ""
802
- "Enter the content for Double Opt In mail. This will send whenever subscriber "
803
- "added email into our database."
804
- msgstr ""
805
- "Geef de inhoud voor de mail Dubbele Opt-In. Deze mail wordt verstuurd "
806
- "wanneer de abonnee een email aan uw database toevoegt."
807
-
808
- #: ../settings/settings-edit.php:247
809
- msgid "Opt-in link (Confirmation link)"
810
- msgstr "Opt-In link (Bevestigingslink)"
811
-
812
- #: ../settings/settings-edit.php:248
813
- msgid "Double Opt In confirmation link. You no need to change this value."
814
- msgstr ""
815
- "Dubbele Opt-In bevestigingslink. Je hoeft deze waarde niet te veranderen."
816
-
817
- #: ../settings/settings-edit.php:254
818
- msgid "Text to display after email subscribed successfully"
819
- msgstr "De tekst die wordt getoond na het succesvol abonneren"
820
-
821
- #: ../settings/settings-edit.php:255
822
- msgid ""
823
- "This text will display once user clicked email confirmation link from opt-in "
824
- "(confirmation) email content."
825
- msgstr ""
826
- "Deze tekst wordt vertoond zodra de gebruiker op de email bevestigingslink "
827
- "heeft geklikt."
828
-
829
- #: ../settings/settings-edit.php:262
830
- msgid "Subscriber welcome email"
831
- msgstr "Welkomstmail abonnee "
832
-
833
- #: ../settings/settings-edit.php:263
834
- msgid "To send welcome mail to subscriber, This option must be set to YES."
835
- msgstr ""
836
- "Stuur een welkomstmail aan de nieuwe abonnee, deze optie moet op Ja (Yes) "
837
- "staan."
838
-
839
- #: ../settings/settings-edit.php:274
840
- msgid "Welcome mail subject"
841
- msgstr "Onderwerp welkomstmail"
842
-
843
- #: ../settings/settings-edit.php:275
844
- msgid ""
845
- "Enter the subject for subscriber welcome mail. This will send whenever email "
846
- "subscribed (confirmed) successfully."
847
- msgstr ""
848
- "Vul het onderwerp in voor de welkomstmail aan de abonnee. Deze wordt "
849
- "verstuurd wanneer de abonneringsmail (bevestiging) succesvol was."
850
-
851
- #: ../settings/settings-edit.php:281
852
- msgid "Subscriber welcome mail content"
853
- msgstr "Inhoud welkomstmail aan abonnee."
854
-
855
- #: ../settings/settings-edit.php:282
856
- msgid ""
857
- "Enter the content for subscriber welcome mail. This will send whenever email "
858
- "subscribed (confirmed) successfully."
859
- msgstr ""
860
- "Geef de tekst voor de abonnee welkomstmail. Deze wordt verzonden wanneer de "
861
- "bevestigingsemail succesvol was."
862
-
863
- #: ../settings/settings-edit.php:290
864
- msgid "Mail to admin"
865
- msgstr "Mail aan admin"
866
-
867
- #: ../settings/settings-edit.php:291
868
- msgid ""
869
- "To send admin notifications for new subscriber, This option must be set to "
870
- "YES."
871
- msgstr ""
872
- "Om de admin de nieuwe abonnee te melden moet deze optie op Ja (Yes) staan."
873
-
874
- #: ../settings/settings-edit.php:302
875
- msgid "Admin email addresses"
876
- msgstr "Admin emailadressen"
877
-
878
- #: ../settings/settings-edit.php:303
879
- msgid ""
880
- "Enter the admin email addresses that should receive notifications (separate "
881
- "by comma)."
882
- msgstr ""
883
- "Geef de admin emailadressen in die de kennisgevingen moeten ontvangen (komma "
884
- "gescheiden)."
885
-
886
- #: ../settings/settings-edit.php:309
887
- msgid "Admin mail subject"
888
- msgstr "Admin mailonderwerp"
889
-
890
- #: ../settings/settings-edit.php:310
891
- msgid ""
892
- "Enter the subject for admin mail. This will send whenever new email added "
893
- "and confirmed into our database."
894
- msgstr ""
895
- "Vul het onderwerp in voor de admin mail. Deze wordt verzonden wanneer nieuwe "
896
- "mail wordt toegevoegd aan de database en bevestigd is."
897
-
898
- #: ../settings/settings-edit.php:316
899
- msgid "Admin mail content"
900
- msgstr "Inhoud admin mail"
901
-
902
- #: ../settings/settings-edit.php:317
903
- msgid ""
904
- "Enter the mail content for admin. This will send whenever new email added "
905
- "and confirmed into our database."
906
- msgstr ""
907
- "Geef de admin bericht inhoud. Deze wordt verzonden wanneer nieuwe mail wordt "
908
- "toegevoegd aan de database en bevestigd is."
909
-
910
- #: ../settings/settings-edit.php:324
911
- msgid "Unsubscribe link"
912
- msgstr "Opzeglink"
913
-
914
- #: ../settings/settings-edit.php:325
915
- msgid "Unsubscribe link. You no need to change this value."
916
- msgstr "Opzeglink. U hoeft de waarde niet te wijzigen."
917
-
918
- #: ../settings/settings-edit.php:331
919
- msgid "Unsubscribe text in mail"
920
- msgstr "Opzegtekst in de mail"
921
-
922
- #: ../settings/settings-edit.php:332
923
- msgid ""
924
- "Enter the text for unsubscribe link. This text is to add unsubscribe link "
925
- "with newsletter."
926
- msgstr ""
927
- "Geef de opzegtekst. Deze tekst wordt met de opzeglink aan de nieuwsbrief "
928
- "toegevoegd."
929
-
930
- #: ../settings/settings-edit.php:338
931
- msgid "Text to display after email unsubscribed"
932
- msgstr "Te tonen tekst nadat de opzeglink is gebruikt"
933
-
934
- #: ../settings/settings-edit.php:339
935
- msgid ""
936
- "This text will display once user clicked unsubscribed link from our "
937
- "newsletter."
938
- msgstr ""
939
- "Deze tekst wordt getoond nadat de gebruiker op de opzeglink heeft geklikt."
940
-
941
- #: ../settings/settings-edit.php:346
942
- msgid "Message 1"
943
- msgstr "Boodschap 1"
944
-
945
- #: ../settings/settings-edit.php:347
946
- msgid "Default message to display if any issue on confirmation link."
947
- msgstr ""
948
- "Default bericht te tonen indien er een probleem met de bevestigingslink "
949
- "bestaat."
950
-
951
- #: ../settings/settings-edit.php:353
952
- msgid "Message 2"
953
- msgstr "Boodschap 2"
954
-
955
- #: ../settings/settings-edit.php:354
956
- msgid "Default message to display if any issue on unsubscribe link."
957
- msgstr ""
958
- "Default bericht dat wordt getoond indien er een probleem is met de opzeglink."
959
-
960
- #: ../settings/settings-edit.php:361
961
- msgid "Sent report subject"
962
- msgstr "Onderwerp verzonden rapport"
963
-
964
- #: ../settings/settings-edit.php:362
965
- msgid "Mail subject for sent mail report."
966
- msgstr "Onderwerp voor rapport verzonden mails."
967
-
968
- #: ../settings/settings-edit.php:368
969
- msgid "Sent report content"
970
- msgstr "Inhoud verzonden rapport"
971
-
972
- #: ../settings/settings-edit.php:369
973
- msgid "Mail content for sent mail report."
974
- msgstr "Mail inhoud voor rapport verzonden mails."
975
-
976
- #: ../settings/settings-edit.php:380
977
- msgid "Save Settings"
978
- msgstr "Instellingen opslaan"
979
-
980
- #: ../subscribers/view-subscriber-add.php:28
981
- #: ../subscribers/view-subscriber-add.php:120
982
- #: ../subscribers/view-subscriber-edit.php:43
983
- #: ../subscribers/view-subscriber-edit.php:104
984
- msgid "Please enter subscriber email address."
985
- msgstr "Vul het emailadres in van de abonnee."
986
-
987
- #: ../subscribers/view-subscriber-add.php:45
988
- msgid "Please select or create your group for this email."
989
- msgstr "Selecteer of maak een groep voor deze mail"
990
-
991
- #: ../subscribers/view-subscriber-add.php:54
992
- #: ../subscribers/view-subscriber-import.php:45
993
- msgid ""
994
- "Error: Special characters (['^$%&*()}{@#~?><>,|=_+\\\"]) are not allowed in "
995
- "the group name."
996
- msgstr ""
997
-
998
- #: ../subscribers/view-subscriber-add.php:66
999
- msgid "Email was successfully inserted."
1000
- msgstr "Email is succesvol toegevoegd."
1001
-
1002
- #: ../subscribers/view-subscriber-add.php:70
1003
- msgid "Email already exist in our list."
1004
- msgstr "Email bestaat al in onze lijst."
1005
-
1006
- #: ../subscribers/view-subscriber-add.php:75
1007
- msgid "Email is invalid."
1008
- msgstr "Email is ongeldig."
1009
-
1010
- #: ../subscribers/view-subscriber-add.php:112
1011
- msgid "Add email"
1012
- msgstr "Voeg email toe"
1013
-
1014
- #: ../subscribers/view-subscriber-add.php:114
1015
- #: ../subscribers/view-subscriber-edit.php:98
1016
- msgid "Enter full name"
1017
- msgstr "Vul de volledige naam in"
1018
-
1019
- #: ../subscribers/view-subscriber-add.php:116
1020
- #: ../subscribers/view-subscriber-edit.php:100
1021
- msgid "Please enter subscriber full name."
1022
- msgstr "Vul de volledige naam in van de abonnee."
1023
-
1024
- #: ../subscribers/view-subscriber-add.php:118
1025
- #: ../subscribers/view-subscriber-edit.php:102
1026
- msgid "Enter email address."
1027
- msgstr "Vul emailadres in."
1028
-
1029
- #: ../subscribers/view-subscriber-add.php:129
1030
- #: ../subscribers/view-subscriber-edit.php:113
1031
- #: ../subscribers/view-subscriber-import.php:163
1032
- msgid "Please select subscriber email status."
1033
- msgstr "Selecteer de email status van de abonnee."
1034
-
1035
- #: ../subscribers/view-subscriber-add.php:131
1036
- #: ../subscribers/view-subscriber-import.php:165
1037
- msgid "Select (or) Create Group"
1038
- msgstr "Selecteer (of) maak een groep"
1039
-
1040
- #: ../subscribers/view-subscriber-add.php:149
1041
- #: ../subscribers/view-subscriber-edit.php:141
1042
- #: ../subscribers/view-subscriber-import.php:183
1043
- msgid "Please select or create group for this subscriber."
1044
- msgstr "Selecteer of maak een groep voor deze abonnee."
1045
-
1046
- #: ../subscribers/view-subscriber-edit.php:54
1047
- msgid "Error: Special characters are not allowed in the group name."
1048
- msgstr ""
1049
-
1050
- #: ../subscribers/view-subscriber-edit.php:66
1051
- msgid "Email was successfully updated."
1052
- msgstr "Email is succesvol bijgewerkt."
1053
-
1054
- #: ../subscribers/view-subscriber-edit.php:70
1055
- #, fuzzy
1056
- msgid "Email already exist for this group."
1057
- msgstr "Email bestaat al in onze lijst."
1058
-
1059
- #: ../subscribers/view-subscriber-edit.php:96
1060
- msgid "Edit email"
1061
- msgstr "Bewerk email"
1062
-
1063
- #: ../subscribers/view-subscriber-edit.php:115
1064
- #: ../subscribers/view-subscriber-show.php:328
1065
- #: ../subscribers/view-subscriber-show.php:341
1066
- msgid "Group"
1067
- msgstr "Groep"
1068
-
1069
- #: ../subscribers/view-subscriber-export.php:24
1070
- msgid "Export email address in csv format"
1071
- msgstr "Exporteer email adres in csv formaat"
1072
-
1073
- #: ../subscribers/view-subscriber-export.php:30
1074
- #: ../subscribers/view-subscriber-export.php:38
1075
- msgid "Export option"
1076
- msgstr "Export optie"
1077
-
1078
- #: ../subscribers/view-subscriber-export.php:31
1079
- #: ../subscribers/view-subscriber-export.php:39
1080
- msgid "Total email"
1081
- msgstr "Totaal emails"
1082
-
1083
- #: ../subscribers/view-subscriber-export.php:46
1084
- msgid "Subscriber email address"
1085
- msgstr "E-mail adres abonnee"
1086
-
1087
- #: ../subscribers/view-subscriber-export.php:48
1088
- #: ../subscribers/view-subscriber-export.php:54
1089
- #: ../subscribers/view-subscriber-export.php:60
1090
- msgid "Click to export csv"
1091
- msgstr "Klik om CSV te exporteren"
1092
-
1093
- #: ../subscribers/view-subscriber-export.php:52
1094
- msgid "Registered email address"
1095
- msgstr "Geregistreerd email adres"
1096
-
1097
- #: ../subscribers/view-subscriber-export.php:58
1098
- msgid "Comments author email address"
1099
- msgstr "Email adres van de schrijver van de reactie"
1100
-
1101
- #: ../subscribers/view-subscriber-export.php:67
1102
- msgid "Add Email"
1103
- msgstr "Voeg email toe"
1104
-
1105
- #: ../subscribers/view-subscriber-export.php:68
1106
- #: ../subscribers/view-subscriber-show.php:445
1107
- msgid "Import Email"
1108
- msgstr "Importeer email"
1109
-
1110
- #: ../subscribers/view-subscriber-import.php:103
1111
- msgid "Email(s) was successfully imported."
1112
- msgstr "Email(s) succesvol geïmporteerd."
1113
-
1114
- #: ../subscribers/view-subscriber-import.php:104
1115
- msgid "Email(s) are already in our database."
1116
- msgstr "Email(s) staan al in de database."
1117
-
1118
- #: ../subscribers/view-subscriber-import.php:105
1119
- msgid "Email(s) are invalid."
1120
- msgstr "Email(s) zijn ongeldig."
1121
-
1122
- #: ../subscribers/view-subscriber-import.php:115
1123
- msgid "File upload failed or no data available in the csv file."
1124
- msgstr "Uploaden file mislukt of geen data beschikbaar in het csv bestand."
1125
-
1126
- #: ../subscribers/view-subscriber-import.php:150
1127
- msgid "Upload email"
1128
- msgstr "Upload email"
1129
-
1130
- #: ../subscribers/view-subscriber-import.php:151
1131
- msgid "Select csv file"
1132
- msgstr "Selecteer CSV bestand"
1133
-
1134
- #: ../subscribers/view-subscriber-import.php:153
1135
- msgid ""
1136
- "Please select the input csv file. Please check official website for csv "
1137
- "structure."
1138
- msgstr ""
1139
- "Selecteer het invoer CSV bestand. Check op de officiële website de csv "
1140
- "structuur."
1141
-
1142
- #: ../subscribers/view-subscriber-import.php:188
1143
- msgid "Upload CSV"
1144
- msgstr "Upload CSV"
1145
-
1146
- #: ../subscribers/view-subscriber-show.php:72
1147
- #: ../subscribers/view-subscriber-show.php:125
1148
- msgid ""
1149
- "To send confirmation mail, Please change the Opt-in option to Double Opt In."
1150
- msgstr ""
1151
- "Wijzig de Opt-In optie naar Dubbele Opt-In om de bevestigingsmail te "
1152
- "versturen."
1153
-
1154
- #: ../subscribers/view-subscriber-show.php:81
1155
- msgid "Confirmation email resent successfully."
1156
- msgstr "De bevestigingsmail is succesvol verzonden."
1157
-
1158
- #: ../subscribers/view-subscriber-show.php:110
1159
- #: ../subscribers/view-subscriber-show.php:156
1160
- #: ../subscribers/view-subscriber-show.php:201
1161
- msgid "Oops, No record was selected."
1162
- msgstr "Let op: geen gegevens geselecteerd."
1163
-
1164
- #: ../subscribers/view-subscriber-show.php:150
1165
- msgid "Confirmation email(s) resent successfully."
1166
- msgstr "Bevestigingsmail(s) succesvol opnieuw verzonden."
1167
-
1168
- #: ../subscribers/view-subscriber-show.php:186
1169
- msgid "Selected subscribers group was successfully updated."
1170
- msgstr "Geselecteerde abonnee groep succesvol bijgewerkt."
1171
-
1172
- #: ../subscribers/view-subscriber-show.php:192
1173
- msgid "Oops, New group name was not selected."
1174
- msgstr "Let op: nieuwe groepsnaam is niet geselecteerd."
1175
-
1176
- #: ../subscribers/view-subscriber-show.php:232
1177
- msgid "View subscriber"
1178
- msgstr "Bekijk abonnee"
1179
-
1180
- #: ../subscribers/view-subscriber-show.php:280
1181
- #, fuzzy
1182
- msgid "All Groups"
1183
- msgstr "Groep"
1184
-
1185
- #: ../subscribers/view-subscriber-show.php:299
1186
- #, fuzzy
1187
- msgid "All Status"
1188
- msgstr "Status"
1189
-
1190
- #: ../subscribers/view-subscriber-show.php:300
1191
- msgid "Confirmed"
1192
- msgstr "Bevestigd"
1193
-
1194
- #: ../subscribers/view-subscriber-show.php:301
1195
- msgid "Unconfirmed"
1196
- msgstr "Niet bevestigd"
1197
-
1198
- #: ../subscribers/view-subscriber-show.php:302
1199
- msgid "Unsubscribed"
1200
- msgstr "Afgemeld"
1201
-
1202
- #: ../subscribers/view-subscriber-show.php:303
1203
- msgid "Single Opt In"
1204
- msgstr "Enkelvoudige Opt-In"
1205
-
1206
- #: ../subscribers/view-subscriber-show.php:325
1207
- #: ../subscribers/view-subscriber-show.php:338
1208
- msgid "Email address"
1209
- msgstr "Emailadres"
1210
-
1211
- #: ../subscribers/view-subscriber-show.php:385
1212
- #: ../subscribers/view-subscriber-show.php:423
1213
- msgid "Resend Confirmation"
1214
- msgstr "Bevestiging opnieuw verzenden"
1215
-
1216
- #: ../subscribers/view-subscriber-show.php:401
1217
- msgid ""
1218
- "No records available. Please use the above alphabet search button to search."
1219
- msgstr "Geen data beschikbaar. Gebruik de alfabetische zoekknoppen."
1220
-
1221
- #: ../subscribers/view-subscriber-show.php:421
1222
- msgid "Bulk Actions"
1223
- msgstr "Bulk acties"
1224
-
1225
- #: ../subscribers/view-subscriber-show.php:424
1226
- msgid "Update Subscribers Group"
1227
- msgstr "Werk abonneegroep bij"
1228
-
1229
- #: ../subscribers/view-subscriber-show.php:427
1230
- msgid "Select Group"
1231
- msgstr "Selecteer groep"
1232
-
1233
- #: ../subscribers/view-subscriber-show.php:441
1234
- msgid "Apply"
1235
- msgstr "Pas toe"
1236
-
1237
- #: ../subscribers/view-subscriber-show.php:446
1238
- #, fuzzy
1239
- msgid "Export Email"
1240
- msgstr "Importeer email"
1241
-
1242
- #: ../subscribers/view-subscriber-show.php:447
1243
- #, fuzzy
1244
- msgid "Sync Email"
1245
- msgstr "Stuur email"
1246
-
1247
- #: ../subscribers/view-subscriber-sync.php:33
1248
- #: ../subscribers/view-subscriber-sync.php:119
1249
- #, fuzzy
1250
- msgid "Please select default group to newly registered user."
1251
- msgstr "Selecteer of maak een groep voor deze abonnee."
1252
-
1253
- #: ../subscribers/view-subscriber-sync.php:39
1254
- #: ../subscribers/view-subscriber-sync.php:150
1255
- #, fuzzy
1256
- msgid "Please select default group to newly commented user."
1257
- msgstr "Selecteer of maak een groep voor deze abonnee."
1258
-
1259
- #: ../subscribers/view-subscriber-sync.php:56
1260
- #, fuzzy
1261
- msgid "Sync email successfully updated."
1262
- msgstr "Email is succesvol bijgewerkt."
1263
-
1264
- #: ../subscribers/view-subscriber-sync.php:88
1265
- #, fuzzy
1266
- msgid "Sync email"
1267
- msgstr "Stuur email"
1268
-
1269
- #: ../subscribers/view-subscriber-sync.php:90
1270
- msgid "Sync newly registered user"
1271
- msgstr ""
1272
-
1273
- #: ../subscribers/view-subscriber-sync.php:95
1274
- msgid ""
1275
- "Automatically add a newly registered user email address to subscribers list."
1276
- msgstr ""
1277
-
1278
- #: ../subscribers/view-subscriber-sync.php:97
1279
- #: ../subscribers/view-subscriber-sync.php:128
1280
- #, fuzzy
1281
- msgid "Select default group"
1282
- msgstr "Selecteer groep"
1283
-
1284
- #: ../subscribers/view-subscriber-sync.php:121
1285
- msgid "Sync newly commented user"
1286
- msgstr ""
1287
-
1288
- #: ../subscribers/view-subscriber-sync.php:126
1289
- msgid ""
1290
- "Automatically add a newly commented (who posted comments) user email address "
1291
- "to subscribers list."
1292
- msgstr ""
1293
-
1294
- #~ msgid "Mail Preview"
1295
- #~ msgstr "Mail voorbeeld"
1296
-
1297
- #~ msgid "Export Email (CSV)"
1298
- #~ msgstr "Export Email (CSV)"
1299
-
1300
- #~ msgid "View all status"
1301
- #~ msgstr "Bekijk de gehele status"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/email-subscribers-pl.mo DELETED
Binary file
languages/email-subscribers-pl.po DELETED
@@ -1,1301 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: Email Subscribers\n"
4
- "POT-Creation-Date: 2015-11-28 14:30+0800\n"
5
- "PO-Revision-Date: 2015-11-28 14:30+0800\n"
6
- "Last-Translator: \n"
7
- "Language-Team: \n"
8
- "Language: pl\n"
9
- "MIME-Version: 1.0\n"
10
- "Content-Type: text/plain; charset=UTF-8\n"
11
- "Content-Transfer-Encoding: 8bit\n"
12
- "X-Generator: Poedit 1.5.7\n"
13
- "X-Poedit-Basepath: .\n"
14
- "X-Poedit-KeywordsList: __;_e\n"
15
- "X-Poedit-SearchPath-0: ..\n"
16
-
17
- #: ../classes/es-loadwidget.php:28 ../classes/es-register.php:250
18
- #: ../subscribers/view-subscriber-show.php:326
19
- #: ../subscribers/view-subscriber-show.php:339
20
- msgid "Name"
21
- msgstr "Nazwisko"
22
-
23
- #: ../classes/es-loadwidget.php:33 ../classes/es-register.php:255
24
- msgid "Email *"
25
- msgstr "E-mail *"
26
-
27
- #: ../classes/es-loadwidget.php:38 ../classes/es-register.php:260
28
- msgid "Subscribe"
29
- msgstr "Subskrybuj"
30
-
31
- #: ../classes/es-register.php:43
32
- msgid "These tables could not be created on installation "
33
- msgstr "Tabele te nie mogą być tworzone na instalacji"
34
-
35
- #: ../classes/es-register.php:133 ../classes/es-register.php:134
36
- msgid "Email Subscriber"
37
- msgstr "Newsletter"
38
-
39
- #: ../classes/es-register.php:136 ../classes/es-register.php:137
40
- msgid "Subscribers"
41
- msgstr "Subskrybenci"
42
-
43
- #: ../classes/es-register.php:139 ../classes/es-register.php:140
44
- msgid "Compose"
45
- msgstr "Utwórz"
46
-
47
- #: ../classes/es-register.php:142 ../classes/es-register.php:143
48
- #: ../notification/notification-show.php:45
49
- msgid "Notification"
50
- msgstr "Powiadomienie"
51
-
52
- #: ../classes/es-register.php:145 ../classes/es-register.php:146
53
- #: ../sendmail/sendmail.php:95 ../sendmail/sendmail.php:257
54
- #: ../sendmail/sendmail.php:259
55
- msgid "Send Email"
56
- msgstr "Wyślij link na email"
57
-
58
- #: ../classes/es-register.php:148
59
- msgid "Cron"
60
- msgstr ""
61
-
62
- #: ../classes/es-register.php:149
63
- #, fuzzy
64
- msgid "Cron Mail"
65
- msgstr "Skomponuj Poczta"
66
-
67
- #: ../classes/es-register.php:151 ../classes/es-register.php:152
68
- #: ../settings/settings-edit.php:190
69
- msgid "Settings"
70
- msgstr "Ustawienia"
71
-
72
- #: ../classes/es-register.php:154 ../classes/es-register.php:155
73
- msgid "Roles"
74
- msgstr ""
75
-
76
- #: ../classes/es-register.php:157 ../classes/es-register.php:158
77
- #: ../sentmail/sentmail-show.php:54
78
- msgid "Sent Mails"
79
- msgstr "Wszystkie wiadomości"
80
-
81
- #: ../classes/es-register.php:160 ../classes/es-register.php:161
82
- msgid "Help & Info"
83
- msgstr "Pomoc i Info"
84
-
85
- #: ../classes/es-register.php:296
86
- msgid "Widget Title"
87
- msgstr "Tytuł widgetu"
88
-
89
- #: ../classes/es-register.php:300
90
- msgid "Display Name Field"
91
- msgstr "Pole wyświetlania"
92
-
93
- #: ../classes/es-register.php:307
94
- msgid "Short Description"
95
- msgstr "Krótki opis"
96
-
97
- #: ../classes/es-register.php:309
98
- msgid "Short description about your subscription form."
99
- msgstr "Krótki opis o swojej formie subskrypcji."
100
-
101
- #: ../classes/es-register.php:312
102
- msgid "Subscriber Group"
103
- msgstr "Grupa subskrybentów"
104
-
105
- #: ../compose/compose-add.php:25 ../compose/compose-edit.php:40
106
- msgid "Please enter template heading."
107
- msgstr "Podaj nagłówek szablonu."
108
-
109
- #: ../compose/compose-add.php:39
110
- msgid "Template was successfully created."
111
- msgstr "Szablon został utworzony."
112
-
113
- #: ../compose/compose-add.php:60 ../compose/compose-edit.php:71
114
- #: ../cron/cron-add.php:100 ../cron/cron-add.php:101 ../cron/cron-add.php:102
115
- #: ../notification/notification-add.php:91
116
- #: ../notification/notification-edit.php:100 ../roles/roles-add.php:81
117
- #: ../settings/settings-edit.php:173 ../subscribers/view-subscriber-add.php:92
118
- #: ../subscribers/view-subscriber-add.php:101
119
- #: ../subscribers/view-subscriber-edit.php:86
120
- #: ../subscribers/view-subscriber-import.php:107
121
- #: ../subscribers/view-subscriber-import.php:138
122
- msgid "Click here"
123
- msgstr "Kliknij tutaj"
124
-
125
- #: ../compose/compose-add.php:61 ../compose/compose-edit.php:72
126
- #: ../notification/notification-add.php:92
127
- #: ../notification/notification-edit.php:101 ../roles/roles-add.php:81
128
- #: ../settings/settings-edit.php:174 ../subscribers/view-subscriber-add.php:92
129
- #: ../subscribers/view-subscriber-add.php:101
130
- #: ../subscribers/view-subscriber-edit.php:86
131
- #: ../subscribers/view-subscriber-import.php:107
132
- #: ../subscribers/view-subscriber-import.php:138
133
- msgid " to view the details"
134
- msgstr "aby zobaczyć szczegóły"
135
-
136
- #: ../compose/compose-add.php:70 ../compose/compose-edit.php:83
137
- #: ../compose/compose-show.php:59
138
- msgid "Compose Mail"
139
- msgstr "Skomponuj Poczta"
140
-
141
- #: ../compose/compose-add.php:73 ../compose/compose-edit.php:86
142
- #: ../settings/settings-edit.php:206
143
- msgid "Mail type"
144
- msgstr "Typ Poczty"
145
-
146
- #: ../compose/compose-add.php:78 ../compose/compose-edit.php:91
147
- #: ../sendmail/sendmail.php:50
148
- msgid "Please select your mail type."
149
- msgstr "Proszę wybrać typ poczty."
150
-
151
- #: ../compose/compose-add.php:80 ../compose/compose-edit.php:93
152
- msgid "Enter mail subject."
153
- msgstr "Wprowadź temat wiadomości."
154
-
155
- #: ../compose/compose-add.php:82 ../compose/compose-edit.php:95
156
- msgid "Please enter your mail subject."
157
- msgstr "Podaj swój temat wiadomości."
158
-
159
- #: ../compose/compose-add.php:85 ../compose/compose-edit.php:97
160
- msgid "Mail content"
161
- msgstr "Zawartość maila"
162
-
163
- #: ../compose/compose-add.php:88 ../compose/compose-edit.php:100
164
- msgid "Please enter content for your mail."
165
- msgstr "Podaj administratora treści e-maili. (Słowo kluczowe: ## USEREMAIL ##)"
166
-
167
- #: ../compose/compose-add.php:91 ../compose/compose-edit.php:103
168
- #: ../compose/compose-show.php:71 ../compose/compose-show.php:79
169
- #: ../sentmail/deliverreport-show.php:40 ../sentmail/deliverreport-show.php:52
170
- #: ../sentmail/sentmail-show.php:75 ../sentmail/sentmail-show.php:88
171
- #: ../subscribers/view-subscriber-add.php:122
172
- #: ../subscribers/view-subscriber-edit.php:106
173
- #: ../subscribers/view-subscriber-import.php:156
174
- #: ../subscribers/view-subscriber-show.php:327
175
- #: ../subscribers/view-subscriber-show.php:340
176
- msgid "Status"
177
- msgstr "Status"
178
-
179
- #: ../compose/compose-add.php:95 ../compose/compose-edit.php:107
180
- msgid "Please select your mail status."
181
- msgstr "Wybierz swój status."
182
-
183
- #: ../compose/compose-add.php:99 ../compose/compose-edit.php:112
184
- #: ../cron/cron-add.php:90 ../notification/notification-add.php:216
185
- #: ../notification/notification-edit.php:237 ../roles/roles-add.php:154
186
- #: ../subscribers/view-subscriber-add.php:154
187
- #: ../subscribers/view-subscriber-edit.php:147
188
- #: ../subscribers/view-subscriber-sync.php:156
189
- msgid "Submit"
190
- msgstr "Wyślij"
191
-
192
- #: ../compose/compose-add.php:100 ../compose/compose-edit.php:113
193
- #: ../cron/cron-add.php:91 ../notification/notification-add.php:217
194
- #: ../notification/notification-edit.php:238 ../roles/roles-add.php:155
195
- #: ../sendmail/sendmail.php:261 ../settings/settings-edit.php:381
196
- #: ../subscribers/view-subscriber-add.php:155
197
- #: ../subscribers/view-subscriber-edit.php:148
198
- #: ../subscribers/view-subscriber-sync.php:157
199
- msgid "Cancel"
200
- msgstr "Anuluj"
201
-
202
- #: ../compose/compose-add.php:101 ../compose/compose-edit.php:114
203
- #: ../compose/compose-preview.php:31 ../compose/compose-show.php:121
204
- #: ../cron/cron-add.php:92 ../notification/notification-add.php:218
205
- #: ../notification/notification-edit.php:239
206
- #: ../notification/notification-show.php:153 ../roles/roles-add.php:156
207
- #: ../sendmail/sendmail.php:262 ../sentmail/deliverreport-show.php:120
208
- #: ../sentmail/sentmail-preview.php:33 ../settings/settings-edit.php:382
209
- #: ../subscribers/view-subscriber-add.php:156
210
- #: ../subscribers/view-subscriber-edit.php:149
211
- #: ../subscribers/view-subscriber-export.php:70
212
- #: ../subscribers/view-subscriber-import.php:190
213
- #: ../subscribers/view-subscriber-show.php:448
214
- #: ../subscribers/view-subscriber-sync.php:158
215
- msgid "Help"
216
- msgstr "Pomoc"
217
-
218
- #: ../compose/compose-edit.php:11 ../compose/compose-preview.php:10
219
- #: ../compose/compose-show.php:30 ../notification/notification-edit.php:11
220
- #: ../notification/notification-show.php:16
221
- #: ../sentmail/sentmail-preview.php:12 ../sentmail/sentmail-show.php:18
222
- #: ../settings/settings-edit.php:11 ../subscribers/view-subscriber-edit.php:12
223
- #: ../subscribers/view-subscriber-show.php:46
224
- msgid "Oops, selected details doesnt exist."
225
- msgstr "Ups, wybrane szczegóły nie istnieją."
226
-
227
- #: ../compose/compose-edit.php:55
228
- msgid "Template was successfully updated."
229
- msgstr "Szablon został pomyślnie zaktualizowany."
230
-
231
- #: ../compose/compose-preview.php:17 ../sentmail/sentmail-preview.php:19
232
- msgid "Preview Mail"
233
- msgstr "Podgląd Poczta"
234
-
235
- #: ../compose/compose-preview.php:29 ../sentmail/deliverreport-show.php:119
236
- #: ../sentmail/sentmail-preview.php:32
237
- #: ../subscribers/view-subscriber-export.php:69
238
- #: ../subscribers/view-subscriber-import.php:189
239
- msgid "Back"
240
- msgstr "Wstecz"
241
-
242
- #: ../compose/compose-preview.php:30 ../compose/compose-show.php:99
243
- #: ../notification/notification-show.php:91
244
- #: ../subscribers/view-subscriber-show.php:374
245
- msgid "Edit"
246
- msgstr "Edytuj"
247
-
248
- #: ../compose/compose-show.php:10 ../sendmail/sendmail.php:11
249
- #: ../subscribers/view-subscriber-show.php:11
250
- #, fuzzy
251
- msgid "Click Here"
252
- msgstr "Kliknij tutaj"
253
-
254
- #: ../compose/compose-show.php:45 ../notification/notification-show.php:31
255
- #: ../sentmail/sentmail-show.php:33 ../subscribers/view-subscriber-show.php:60
256
- #: ../subscribers/view-subscriber-show.php:104
257
- msgid "Selected record was successfully deleted."
258
- msgstr "Wybrany rekord został pomyślnie usunięty."
259
-
260
- #: ../compose/compose-show.php:60 ../compose/compose-show.php:120
261
- #: ../notification/notification-show.php:46
262
- #: ../notification/notification-show.php:152
263
- #: ../subscribers/view-subscriber-show.php:233
264
- #: ../subscribers/view-subscriber-show.php:444
265
- msgid "Add New"
266
- msgstr "Dodaj nowy"
267
-
268
- #: ../compose/compose-show.php:70 ../compose/compose-show.php:78
269
- msgid "Email subject"
270
- msgstr "Temat e-mail"
271
-
272
- #: ../compose/compose-show.php:72 ../compose/compose-show.php:80
273
- #: ../sentmail/deliverreport-show.php:41 ../sentmail/deliverreport-show.php:53
274
- #: ../sentmail/sentmail-show.php:76 ../sentmail/sentmail-show.php:89
275
- msgid "Type"
276
- msgstr "Typ"
277
-
278
- #: ../compose/compose-show.php:73 ../compose/compose-show.php:81
279
- #: ../sentmail/sentmail-show.php:80 ../sentmail/sentmail-show.php:93
280
- #: ../subscribers/view-subscriber-export.php:32
281
- #: ../subscribers/view-subscriber-export.php:40
282
- #: ../subscribers/view-subscriber-show.php:330
283
- #: ../subscribers/view-subscriber-show.php:343
284
- msgid "Action"
285
- msgstr "Akcja"
286
-
287
- #: ../compose/compose-show.php:100 ../notification/notification-show.php:94
288
- #: ../subscribers/view-subscriber-show.php:377
289
- #: ../subscribers/view-subscriber-show.php:422
290
- msgid "Delete"
291
- msgstr "Usuń"
292
-
293
- #: ../compose/compose-show.php:101 ../sentmail/sentmail-show.php:73
294
- #: ../sentmail/sentmail-show.php:86
295
- msgid "Preview"
296
- msgstr "Podgląd"
297
-
298
- #: ../compose/compose-show.php:110 ../notification/notification-show.php:142
299
- #: ../sentmail/deliverreport-show.php:84 ../sentmail/sentmail-show.php:132
300
- msgid "No records available."
301
- msgstr "Rejestry nie są dostępne."
302
-
303
- #: ../cron/cron-add.php:18
304
- #, fuzzy
305
- msgid "Please enter valid mail count."
306
- msgstr "Podaj swój temat wiadomości."
307
-
308
- #: ../cron/cron-add.php:29
309
- #, fuzzy
310
- msgid "Cron details successfully updated."
311
- msgstr "Szczegóły pomyślnie zaktualizowane."
312
-
313
- #: ../cron/cron-add.php:73
314
- msgid "Cron Details"
315
- msgstr ""
316
-
317
- #: ../cron/cron-add.php:76
318
- msgid "Cron job URL"
319
- msgstr ""
320
-
321
- #: ../cron/cron-add.php:78
322
- msgid ""
323
- "Please find your cron job URL. This is read only field not able to modify "
324
- "from admin."
325
- msgstr ""
326
-
327
- #: ../cron/cron-add.php:80
328
- #, fuzzy
329
- msgid "Mail Count"
330
- msgstr "Zawartość maila"
331
-
332
- #: ../cron/cron-add.php:82
333
- msgid "Enter number of mails you want to send per hour/trigger."
334
- msgstr ""
335
-
336
- #: ../cron/cron-add.php:84
337
- #, fuzzy
338
- msgid "Admin Report"
339
- msgstr "Zobacz raporty"
340
-
341
- #: ../cron/cron-add.php:86
342
- msgid "Send above mail to admin whenever cron URL triggered in your server."
343
- msgstr ""
344
-
345
- #: ../cron/cron-add.php:98
346
- msgid "How to setup auto emails?"
347
- msgstr ""
348
-
349
- #: ../cron/cron-add.php:99
350
- msgid ""
351
- "I strongly recommend you to use \"Send mail via cron job\" option to send "
352
- "your newsletters and notification. The following link explains how to create "
353
- "a CRON job through the cPanel or Plesk."
354
- msgstr ""
355
-
356
- #: ../cron/cron-add.php:100
357
- msgid "How to setup auto emails (cron job) in Plesk"
358
- msgstr ""
359
-
360
- #: ../cron/cron-add.php:101
361
- msgid "How to setup auto emails (cron job) in cPanal"
362
- msgstr ""
363
-
364
- #: ../cron/cron-add.php:102
365
- msgid "Hosting doesnt support cron jobs?"
366
- msgstr ""
367
-
368
- #: ../export/export-email-address.php:39 ../export/export-email-address.php:45
369
- #: ../export/export-email-address.php:50
370
- msgid "Unexpected url submit has been detected"
371
- msgstr "Wykryto nieoczekiwane adresy url"
372
-
373
- #: ../job/es-optin.php:64 ../job/es-optin.php:79 ../job/es-unsubscribe.php:60
374
- #: ../job/es-unsubscribe.php:70
375
- msgid ""
376
- "Oops.. We are getting some technical error. Please try again or contact "
377
- "admin."
378
- msgstr ""
379
- "Ups .. Błąd techniczny. Proszę spróbować ponownie lub skontaktować się z "
380
- "administratorem."
381
-
382
- #: ../job/es-optin.php:69
383
- msgid "This email address has already been confirmed."
384
- msgstr "Ten adres e-mail został już potwierdzony."
385
-
386
- #: ../notification/notification-add.php:26
387
- #: ../notification/notification-add.php:120
388
- #: ../notification/notification-edit.php:40
389
- msgid "Please select subscribers group."
390
- msgstr "Proszę wybrać grupę abonentów."
391
-
392
- #: ../notification/notification-add.php:32
393
- #: ../notification/notification-add.php:212
394
- #: ../notification/notification-edit.php:46
395
- #: ../notification/notification-edit.php:232
396
- msgid "Please select notification status."
397
- msgstr "Wybierz stan wyświetlacza."
398
-
399
- #: ../notification/notification-add.php:38
400
- #: ../notification/notification-add.php:139
401
- #: ../notification/notification-edit.php:52
402
- #: ../notification/notification-edit.php:143
403
- msgid ""
404
- "Please select notification mail subject. Use compose menu to create new."
405
- msgstr ""
406
- "Proszę wybrać temat powiadomienia. Użyj menu Skomponuj do utworzenia nowych "
407
- "tematów."
408
-
409
- #: ../notification/notification-add.php:44
410
- #: ../notification/notification-add.php:171
411
- #: ../notification/notification-edit.php:58
412
- #: ../notification/notification-edit.php:183
413
- msgid "Please select post categories."
414
- msgstr "Proszę wybrać kategorię."
415
-
416
- #: ../notification/notification-add.php:69
417
- msgid "Notification was successfully created."
418
- msgstr "Powiadomienie zostało utworzone."
419
-
420
- #: ../notification/notification-add.php:101
421
- msgid "Add Notification"
422
- msgstr "Dodaj Notification"
423
-
424
- #: ../notification/notification-add.php:104
425
- #: ../notification/notification-edit.php:115
426
- #: ../notification/notification-show.php:57
427
- #: ../notification/notification-show.php:65
428
- msgid "Subscribers Group"
429
- msgstr "Grupa Subskrybentów"
430
-
431
- #: ../notification/notification-add.php:106
432
- #: ../notification/notification-add.php:124
433
- #: ../notification/notification-edit.php:123 ../sendmail/sendmail.php:108
434
- #: ../sendmail/sendmail.php:154 ../subscribers/view-subscriber-add.php:133
435
- #: ../subscribers/view-subscriber-edit.php:117
436
- #: ../subscribers/view-subscriber-import.php:167
437
- #: ../subscribers/view-subscriber-sync.php:99
438
- #: ../subscribers/view-subscriber-sync.php:130
439
- msgid "Select"
440
- msgstr "Wybierz"
441
-
442
- #: ../notification/notification-add.php:122
443
- #: ../notification/notification-edit.php:121
444
- msgid "Notification Mail"
445
- msgstr "Zawiadomienia"
446
-
447
- #: ../notification/notification-add.php:141
448
- #: ../notification/notification-edit.php:145
449
- msgid "Post Categories"
450
- msgstr "Kategorie wpisów"
451
-
452
- #: ../notification/notification-add.php:173
453
- #: ../notification/notification-edit.php:185
454
- msgid "Custom post type"
455
- msgstr ""
456
-
457
- #: ../notification/notification-add.php:204
458
- #: ../notification/notification-edit.php:224
459
- #, fuzzy
460
- msgid "Please select your custom post type (Optional)."
461
- msgstr "Proszę wybrać typ poczty."
462
-
463
- #: ../notification/notification-add.php:206
464
- #: ../notification/notification-edit.php:226
465
- #: ../notification/notification-show.php:59
466
- #: ../notification/notification-show.php:67
467
- msgid "Notification Status"
468
- msgstr "Stan Powiadomienia"
469
-
470
- #: ../notification/notification-edit.php:84
471
- msgid "Notification was successfully updated."
472
- msgstr "Zawiadomienie zostało pomyślnie zaktualizowane."
473
-
474
- #: ../notification/notification-edit.php:112
475
- msgid "Edit Notification"
476
- msgstr "Edytuj powiadomienie"
477
-
478
- #: ../notification/notification-edit.php:119
479
- msgid "Not allowed to update the subscribers group in edit page."
480
- msgstr "Niedozwolone zaktualizować grupę abonentów w edycji strony."
481
-
482
- #: ../notification/notification-show.php:56
483
- #: ../notification/notification-show.php:64
484
- msgid "Mail Subject"
485
- msgstr "Mail Temat"
486
-
487
- #: ../notification/notification-show.php:58
488
- #: ../notification/notification-show.php:66
489
- msgid "Categories / Custom Post"
490
- msgstr ""
491
-
492
- #: ../roles/roles-add.php:92
493
- msgid "Roles and Capabilities"
494
- msgstr ""
495
-
496
- #: ../roles/roles-add.php:94
497
- #, fuzzy
498
- msgid "Subscribers Menu"
499
- msgstr "Subskrybenci"
500
-
501
- #: ../roles/roles-add.php:100
502
- msgid ""
503
- "Select user role to access plugin Subscribers Menu. Only Admin user can "
504
- "change this value."
505
- msgstr ""
506
-
507
- #: ../roles/roles-add.php:103
508
- #, fuzzy
509
- msgid "Compose Menu"
510
- msgstr "Skomponuj Poczta"
511
-
512
- #: ../roles/roles-add.php:109
513
- msgid ""
514
- "Select user role to access plugin Compose Menu. Only Admin user can change "
515
- "this value."
516
- msgstr ""
517
-
518
- #: ../roles/roles-add.php:111
519
- #, fuzzy
520
- msgid "Notification Menu"
521
- msgstr "Powiadomienie"
522
-
523
- #: ../roles/roles-add.php:117
524
- msgid ""
525
- "Select user role to access plugin Notification Menu. Only Admin user can "
526
- "change this value."
527
- msgstr ""
528
-
529
- #: ../roles/roles-add.php:119
530
- msgid "Send Email Menu/Cron Menu"
531
- msgstr ""
532
-
533
- #: ../roles/roles-add.php:125
534
- msgid ""
535
- "Select user role to access plugin Send Email Menu. Only Admin user can "
536
- "change this value."
537
- msgstr ""
538
-
539
- #: ../roles/roles-add.php:127
540
- #, fuzzy
541
- msgid "Settings Menu"
542
- msgstr "Ustawienia"
543
-
544
- #: ../roles/roles-add.php:133
545
- msgid ""
546
- "Select user role to access plugin Settings Menu. Only Admin user can change "
547
- "this value."
548
- msgstr ""
549
-
550
- #: ../roles/roles-add.php:135
551
- #, fuzzy
552
- msgid "Sent Mails Menu"
553
- msgstr "Wszystkie wiadomości"
554
-
555
- #: ../roles/roles-add.php:141
556
- msgid ""
557
- "Select user role to access plugin Sent Mails Menu. Only Admin user can "
558
- "change this value."
559
- msgstr ""
560
-
561
- #: ../roles/roles-add.php:143
562
- #, fuzzy
563
- msgid "Help & Info Menu"
564
- msgstr "Pomoc i Info"
565
-
566
- #: ../roles/roles-add.php:149
567
- msgid ""
568
- "Select user role to access plugin Help & Info Menu. Only Admin user can "
569
- "change this value."
570
- msgstr ""
571
-
572
- #: ../sendmail/sendmail.php:35
573
- msgid "Please select your mail subject."
574
- msgstr "Proszę wybrać temat wiadomości."
575
-
576
- #: ../sendmail/sendmail.php:43
577
- msgid "No email address selected."
578
- msgstr "Nie wybrano adresu e-mail."
579
-
580
- #: ../sendmail/sendmail.php:58
581
- msgid "Mail sent successfully"
582
- msgstr "Wysłano poprawnie"
583
-
584
- #: ../sendmail/sendmail.php:64
585
- msgid "Click here for details"
586
- msgstr "Kliknij, aby zobaczyć szczegóły."
587
-
588
- #: ../sendmail/sendmail.php:73
589
- msgid "Oops.. We are getting some error. mail not sending."
590
- msgstr "Ups ..Nieoczekiwany błąd. Wiadomość nie została wysłana."
591
-
592
- #: ../sendmail/sendmail.php:102
593
- msgid "Select your mail subject"
594
- msgstr "Wybierz temat wiadomości"
595
-
596
- #: ../sendmail/sendmail.php:103
597
- msgid ""
598
- "Select a mail subject from available list. Go to Compose page to create new "
599
- "mail."
600
- msgstr ""
601
- "Wybierz poczty temat z listy dostępnych. Idź do strony tworzenia zawartości "
602
- "do tworzenia nowych wiadomości."
603
-
604
- #: ../sendmail/sendmail.php:133
605
- #, fuzzy
606
- msgid "Mail Type"
607
- msgstr "Typ Poczty"
608
-
609
- #: ../sendmail/sendmail.php:134
610
- #, fuzzy
611
- msgid "Select your mail type."
612
- msgstr "Proszę wybrać typ poczty."
613
-
614
- #: ../sendmail/sendmail.php:148
615
- msgid "Select subscriber group"
616
- msgstr "Wybierz grupę Subskrybenta"
617
-
618
- #: ../sendmail/sendmail.php:149
619
- msgid "Select your subscriber group to send email."
620
- msgstr "Wybierz grupę abonentów, aby wysłać e-mail."
621
-
622
- #: ../sendmail/sendmail.php:174
623
- msgid "Check All"
624
- msgstr "Zaznacz wszystko"
625
-
626
- #: ../sendmail/sendmail.php:175
627
- msgid "Uncheck All"
628
- msgstr "Odznacz wszystko"
629
-
630
- #: ../sendmail/sendmail.php:238
631
- msgid "No subscribers available for this search criteria."
632
- msgstr "Brak wyników dla tego wyszukiwania."
633
-
634
- #: ../sentmail/deliverreport-show.php:11
635
- msgid "Oops.. Unexpected error occurred. Please try again."
636
- msgstr "Ups .. Wystąpił nieoczekiwany błąd. Proszę spróbuj ponownie."
637
-
638
- #: ../sentmail/deliverreport-show.php:19
639
- msgid "Delivery Report"
640
- msgstr "Raport doręczenia"
641
-
642
- #: ../sentmail/deliverreport-show.php:37 ../sentmail/deliverreport-show.php:49
643
- #: ../subscribers/view-subscriber-export.php:29
644
- #: ../subscribers/view-subscriber-export.php:37
645
- #: ../subscribers/view-subscriber-show.php:324
646
- #: ../subscribers/view-subscriber-show.php:337
647
- msgid "Sno"
648
- msgstr "Lp"
649
-
650
- #: ../sentmail/deliverreport-show.php:38 ../sentmail/deliverreport-show.php:50
651
- msgid "Email"
652
- msgstr "Email"
653
-
654
- #: ../sentmail/deliverreport-show.php:39 ../sentmail/deliverreport-show.php:51
655
- msgid "Sent Date"
656
- msgstr "Data wysłania"
657
-
658
- #: ../sentmail/deliverreport-show.php:42 ../sentmail/deliverreport-show.php:54
659
- msgid "Viewed Status"
660
- msgstr "Wyświetl status"
661
-
662
- #: ../sentmail/deliverreport-show.php:43 ../sentmail/deliverreport-show.php:55
663
- msgid "Viewed Date"
664
- msgstr "Wyświetl date"
665
-
666
- #: ../sentmail/deliverreport-show.php:44 ../sentmail/deliverreport-show.php:56
667
- #: ../subscribers/view-subscriber-show.php:329
668
- #: ../subscribers/view-subscriber-show.php:342
669
- msgid "Database ID"
670
- msgstr "Identyfikator"
671
-
672
- #: ../sentmail/deliverreport-show.php:96 ../sentmail/sentmail-show.php:144
673
- msgid " &lt;&lt; "
674
- msgstr "Gt"
675
-
676
- #: ../sentmail/deliverreport-show.php:97 ../sentmail/sentmail-show.php:145
677
- msgid " &gt;&gt; "
678
- msgstr "&gt;&gt;"
679
-
680
- #: ../sentmail/sentmail-show.php:42
681
- msgid "Successfully deleted all reports except latest 10."
682
- msgstr "Pomyślnie usunięte wszystkie rekordy z wyjątkiem ostatniego 20."
683
-
684
- #: ../sentmail/sentmail-show.php:72 ../sentmail/sentmail-show.php:85
685
- msgid "View Reports"
686
- msgstr "Zobacz raporty"
687
-
688
- #: ../sentmail/sentmail-show.php:74 ../sentmail/sentmail-show.php:87
689
- #, fuzzy
690
- msgid "Source"
691
- msgstr "Wyślij Źródło"
692
-
693
- #: ../sentmail/sentmail-show.php:77 ../sentmail/sentmail-show.php:90
694
- #, fuzzy
695
- msgid "Start Date"
696
- msgstr "Wyślij Date rozpoczęcia"
697
-
698
- #: ../sentmail/sentmail-show.php:78 ../sentmail/sentmail-show.php:91
699
- #, fuzzy
700
- msgid "End Date"
701
- msgstr "Wyślij Date zakończenia"
702
-
703
- #: ../sentmail/sentmail-show.php:79 ../sentmail/sentmail-show.php:92
704
- #, fuzzy
705
- msgid "Total"
706
- msgstr "Wszystkie wiadomości"
707
-
708
- #: ../sentmail/sentmail-show.php:168 ../sentmail/sentmail-show.php:170
709
- msgid "Optimize Table"
710
- msgstr "Optymalizacja tabeli"
711
-
712
- #: ../sentmail/sentmail-show.php:180
713
- msgid ""
714
- "Note: Please click <strong>Optimize Table</strong> button to delete all "
715
- "reports except latest 10."
716
- msgstr ""
717
- "Uwaga: Proszę kliknąć przycisk <strong>Optimizuj Tabele,</strong> aby usunąć "
718
- "wszystkie raporty oprócz ostatnich 10."
719
-
720
- #: ../settings/setting-sync.php:8
721
- #, fuzzy
722
- msgid "Table sync completed successfully."
723
- msgstr "Wysłano poprawnie"
724
-
725
- #: ../settings/setting-sync.php:21
726
- msgid "Sync plugin tables"
727
- msgstr ""
728
-
729
- #: ../settings/setting-sync.php:25
730
- msgid "Click to sync tables"
731
- msgstr ""
732
-
733
- #: ../settings/settings-edit.php:102
734
- msgid "Please enter sender of notifications from name."
735
- msgstr "Podaj nazwę nadawcy powiadomień."
736
-
737
- #: ../settings/settings-edit.php:108
738
- msgid "Please enter sender of notifications from email."
739
- msgstr "Wpisz nadawcę powiadomień z poczty e-mail."
740
-
741
- #: ../settings/settings-edit.php:143
742
- msgid "Details was successfully updated."
743
- msgstr "Szczegóły pomyślnie zaktualizowane."
744
-
745
- #: ../settings/settings-edit.php:148
746
- msgid "Oops, details not update."
747
- msgstr "Ups, szczegóły nie zaktualizowane."
748
-
749
- #: ../settings/settings-edit.php:196
750
- msgid "Sender of notifications"
751
- msgstr "Nadawca powiadomień"
752
-
753
- #: ../settings/settings-edit.php:197
754
- msgid ""
755
- "Choose a FROM name and FROM email address for all notifications emails from "
756
- "this plugin."
757
- msgstr ""
758
- "Wybierz z nazwy i od adresu e-mail dla wszystkich powiadomień e-maili z tej "
759
- "wtyczki."
760
-
761
- #: ../settings/settings-edit.php:207
762
- msgid ""
763
- "Option 1 & 2 is to send mails with default Wordpress method wp_mail(). "
764
- "Option 3 & 4 is to send mails with PHP method mail()"
765
- msgstr ""
766
- "Opcja 1 i 2 jest wysyłanie maili z domyślnym Wordpress metody wp_mail (). "
767
- "Opcja 3 i 4 jest wysyłanie maili z metodą PHP mailem ()"
768
-
769
- #: ../settings/settings-edit.php:221
770
- msgid "Opt-in option"
771
- msgstr "Opt-in opcji"
772
-
773
- #: ../settings/settings-edit.php:222
774
- msgid ""
775
- "Double Opt In, means subscribers need to confirm their email address by an "
776
- "activation link sent them on a activation email message. Single Opt In, "
777
- "means subscribers do not need to confirm their email address."
778
- msgstr ""
779
- "Double opt W oznacza abonenci muszą potwierdzić swój adres e-mail przez link "
780
- "aktywacyjny wysyłany je na wiadomości e-mail aktywacyjny. Jedynka Opt W "
781
- "oznacza abonenci nie muszą potwierdzić swój adres e-mail."
782
-
783
- #: ../settings/settings-edit.php:233
784
- msgid "Opt-in mail subject (Confirmation mail)"
785
- msgstr "Opt-in mail Temat (E-mail potwierdzający)"
786
-
787
- #: ../settings/settings-edit.php:234
788
- msgid ""
789
- "Enter the subject for Double Opt In mail. This will send whenever subscriber "
790
- "added email into our database."
791
- msgstr ""
792
- "Wprowadź temat do podwójnego wyboru w mailu. Spowoduje to wysłanie maila gdy "
793
- "abonent dodany do naszej bazy danych."
794
-
795
- #: ../settings/settings-edit.php:240
796
- msgid "Opt-in mail content (Confirmation mail)"
797
- msgstr "Opt-in zawartości poczty elektronicznej (E-mail potwierdzający)"
798
-
799
- #: ../settings/settings-edit.php:241
800
- msgid ""
801
- "Enter the content for Double Opt In mail. This will send whenever subscriber "
802
- "added email into our database."
803
- msgstr ""
804
- "Wprowadź treść Pokój OPT w mailu. Spowoduje to wysłanie maila gdy abonent "
805
- "dodany do naszej bazy danych."
806
-
807
- #: ../settings/settings-edit.php:247
808
- msgid "Opt-in link (Confirmation link)"
809
- msgstr "Zapisz się odnośnik (link potwierdzający)"
810
-
811
- #: ../settings/settings-edit.php:248
812
- msgid "Double Opt In confirmation link. You no need to change this value."
813
- msgstr "Double opt w link potwierdzający. Ty nie musisz zmienić tę wartość."
814
-
815
- #: ../settings/settings-edit.php:254
816
- msgid "Text to display after email subscribed successfully"
817
- msgstr "Tekst wyświetlany po e-mail zapisany pomyślnie"
818
-
819
- #: ../settings/settings-edit.php:255
820
- msgid ""
821
- "This text will display once user clicked email confirmation link from opt-in "
822
- "(confirmation) email content."
823
- msgstr ""
824
- "Tekst ten zostanie wyświetlony, gdy użytkownik kliknął e-mail z link "
825
- "potwierdzający opt-in (potwierdzenie) zawartości e-mail."
826
-
827
- #: ../settings/settings-edit.php:262
828
- msgid "Subscriber welcome email"
829
- msgstr "Abonent mile widziane e-mail"
830
-
831
- #: ../settings/settings-edit.php:263
832
- msgid "To send welcome mail to subscriber, This option must be set to YES."
833
- msgstr ""
834
- "Aby wysłać wiadomość do powitalny abonenta, ta opcja musi być ustawiona na "
835
- "TAK."
836
-
837
- #: ../settings/settings-edit.php:274
838
- msgid "Welcome mail subject"
839
- msgstr "Witamy mail Temat"
840
-
841
- #: ../settings/settings-edit.php:275
842
- msgid ""
843
- "Enter the subject for subscriber welcome mail. This will send whenever email "
844
- "subscribed (confirmed) successfully."
845
- msgstr ""
846
- "Wpisz temat dla abonentów powitalnym mailu. Spowoduje to wysłanie gdy "
847
- "subskrybowanych e-mail (potwierdzenie) z powodzeniem."
848
-
849
- #: ../settings/settings-edit.php:281
850
- msgid "Subscriber welcome mail content"
851
- msgstr "Abonent treść powitanie poczty"
852
-
853
- #: ../settings/settings-edit.php:282
854
- msgid ""
855
- "Enter the content for subscriber welcome mail. This will send whenever email "
856
- "subscribed (confirmed) successfully."
857
- msgstr ""
858
- "Wprowadź treść abonenta powitalnym mailu. Spowoduje to wysłanie gdy "
859
- "subskrybowanych e-mail (potwierdzenie) z powodzeniem."
860
-
861
- #: ../settings/settings-edit.php:290
862
- msgid "Mail to admin"
863
- msgstr "Mail do administratora"
864
-
865
- #: ../settings/settings-edit.php:291
866
- msgid ""
867
- "To send admin notifications for new subscriber, This option must be set to "
868
- "YES."
869
- msgstr ""
870
- "Aby wysyłać powiadomienia administratora dla nowego abonenta, ta opcja musi "
871
- "być ustawiona na TAK."
872
-
873
- #: ../settings/settings-edit.php:302
874
- msgid "Admin email addresses"
875
- msgstr "Admin adresy e-mail"
876
-
877
- #: ../settings/settings-edit.php:303
878
- msgid ""
879
- "Enter the admin email addresses that should receive notifications (separate "
880
- "by comma)."
881
- msgstr ""
882
- "Wpisz adresy e-mail administratora, które powinny otrzymywać powiadomienia "
883
- "(oddzielne przecinkiem)."
884
-
885
- #: ../settings/settings-edit.php:309
886
- msgid "Admin mail subject"
887
- msgstr "Administrator poczty przedmiotem"
888
-
889
- #: ../settings/settings-edit.php:310
890
- msgid ""
891
- "Enter the subject for admin mail. This will send whenever new email added "
892
- "and confirmed into our database."
893
- msgstr ""
894
- "Wpisz temat dla administratora poczty. Spowoduje to wysłanie gdy dodał nowy "
895
- "e-mail i potwierdzone do naszej bazy danych."
896
-
897
- #: ../settings/settings-edit.php:316
898
- msgid "Admin mail content"
899
- msgstr "Admin zawartości poczty"
900
-
901
- #: ../settings/settings-edit.php:317
902
- msgid ""
903
- "Enter the mail content for admin. This will send whenever new email added "
904
- "and confirmed into our database."
905
- msgstr ""
906
- "Wprowadź treść mail do administratora. Spowoduje to wysłanie gdy dodał nowy "
907
- "e-mail i potwierdzone do naszej bazy danych."
908
-
909
- #: ../settings/settings-edit.php:324
910
- msgid "Unsubscribe link"
911
- msgstr "Wyrejestrowanie Link"
912
-
913
- #: ../settings/settings-edit.php:325
914
- msgid "Unsubscribe link. You no need to change this value."
915
- msgstr "Wypisz odnośnik. Ty nie musisz zmienić tę wartość."
916
-
917
- #: ../settings/settings-edit.php:331
918
- msgid "Unsubscribe text in mail"
919
- msgstr "Wypisanie tekstu w elektroniczną"
920
-
921
- #: ../settings/settings-edit.php:332
922
- msgid ""
923
- "Enter the text for unsubscribe link. This text is to add unsubscribe link "
924
- "with newsletter."
925
- msgstr ""
926
- "Wprowadź tekst łącze rezygnacji z subskrypcji. Ten tekst jest dodać odnośnik "
927
- "wypisania się z newslettera."
928
-
929
- #: ../settings/settings-edit.php:338
930
- msgid "Text to display after email unsubscribed"
931
- msgstr "Tekst wyświetlany po e-mail wypisany"
932
-
933
- #: ../settings/settings-edit.php:339
934
- msgid ""
935
- "This text will display once user clicked unsubscribed link from our "
936
- "newsletter."
937
- msgstr ""
938
- "Tekst ten zostanie wyświetlony, gdy użytkownik kliknął wypisany link z "
939
- "naszego newslettera."
940
-
941
- #: ../settings/settings-edit.php:346
942
- msgid "Message 1"
943
- msgstr "Wiadomość 1"
944
-
945
- #: ../settings/settings-edit.php:347
946
- msgid "Default message to display if any issue on confirmation link."
947
- msgstr ""
948
- "Domyślna wiadomość do wyświetlania Jeśli jakikolwiek problem na link "
949
- "potwierdzający."
950
-
951
- #: ../settings/settings-edit.php:353
952
- msgid "Message 2"
953
- msgstr "Wiadomość 2"
954
-
955
- #: ../settings/settings-edit.php:354
956
- msgid "Default message to display if any issue on unsubscribe link."
957
- msgstr ""
958
- "Domyślna wiadomość do wyświetlania Jeśli jakikolwiek problem na łącze "
959
- "rezygnacji z subskrypcji."
960
-
961
- #: ../settings/settings-edit.php:361
962
- msgid "Sent report subject"
963
- msgstr "Wysłane przedmiotem raportu"
964
-
965
- #: ../settings/settings-edit.php:362
966
- msgid "Mail subject for sent mail report."
967
- msgstr "Poczta przedmiotem przesłanym raporcie mail."
968
-
969
- #: ../settings/settings-edit.php:368
970
- msgid "Sent report content"
971
- msgstr "Wysłane treść raportu"
972
-
973
- #: ../settings/settings-edit.php:369
974
- msgid "Mail content for sent mail report."
975
- msgstr "Zawartość mail wysłany raport mail."
976
-
977
- #: ../settings/settings-edit.php:380
978
- msgid "Save Settings"
979
- msgstr "Zapisz ustawienia"
980
-
981
- #: ../subscribers/view-subscriber-add.php:28
982
- #: ../subscribers/view-subscriber-add.php:120
983
- #: ../subscribers/view-subscriber-edit.php:43
984
- #: ../subscribers/view-subscriber-edit.php:104
985
- msgid "Please enter subscriber email address."
986
- msgstr "Podaj e-mail temat abonenta."
987
-
988
- #: ../subscribers/view-subscriber-add.php:45
989
- msgid "Please select or create your group for this email."
990
- msgstr "To jest Grupa treści. Wybierz swoją grupę."
991
-
992
- #: ../subscribers/view-subscriber-add.php:54
993
- #: ../subscribers/view-subscriber-import.php:45
994
- msgid ""
995
- "Error: Special characters (['^$%&*()}{@#~?><>,|=_+\\\"]) are not allowed in "
996
- "the group name."
997
- msgstr ""
998
-
999
- #: ../subscribers/view-subscriber-add.php:66
1000
- msgid "Email was successfully inserted."
1001
- msgstr "E-mail został pomyślnie wstawiony."
1002
-
1003
- #: ../subscribers/view-subscriber-add.php:70
1004
- msgid "Email already exist in our list."
1005
- msgstr "E-mail już istnieje w naszej liście."
1006
-
1007
- #: ../subscribers/view-subscriber-add.php:75
1008
- msgid "Email is invalid."
1009
- msgstr "Nieprawidłowy adres e-mail"
1010
-
1011
- #: ../subscribers/view-subscriber-add.php:112
1012
- msgid "Add email"
1013
- msgstr "Dodaj e-mail"
1014
-
1015
- #: ../subscribers/view-subscriber-add.php:114
1016
- #: ../subscribers/view-subscriber-edit.php:98
1017
- msgid "Enter full name"
1018
- msgstr "Podaj imię i nazwisko"
1019
-
1020
- #: ../subscribers/view-subscriber-add.php:116
1021
- #: ../subscribers/view-subscriber-edit.php:100
1022
- msgid "Please enter subscriber full name."
1023
- msgstr "Proszę podać imię i nazwisko abonenta."
1024
-
1025
- #: ../subscribers/view-subscriber-add.php:118
1026
- #: ../subscribers/view-subscriber-edit.php:102
1027
- msgid "Enter email address."
1028
- msgstr "Wpisz swój Adres E-mail"
1029
-
1030
- #: ../subscribers/view-subscriber-add.php:129
1031
- #: ../subscribers/view-subscriber-edit.php:113
1032
- #: ../subscribers/view-subscriber-import.php:163
1033
- msgid "Please select subscriber email status."
1034
- msgstr "Wybierz stan wyświetlacza."
1035
-
1036
- #: ../subscribers/view-subscriber-add.php:131
1037
- #: ../subscribers/view-subscriber-import.php:165
1038
- msgid "Select (or) Create Group"
1039
- msgstr "Proszę wybrać dostępną grupę do wiadomości."
1040
-
1041
- #: ../subscribers/view-subscriber-add.php:149
1042
- #: ../subscribers/view-subscriber-edit.php:141
1043
- #: ../subscribers/view-subscriber-import.php:183
1044
- msgid "Please select or create group for this subscriber."
1045
- msgstr "To jest Grupa treści. Wybierz swoją grupę."
1046
-
1047
- #: ../subscribers/view-subscriber-edit.php:54
1048
- msgid "Error: Special characters are not allowed in the group name."
1049
- msgstr ""
1050
-
1051
- #: ../subscribers/view-subscriber-edit.php:66
1052
- msgid "Email was successfully updated."
1053
- msgstr "E-mail został pomyślnie zaktualizowany."
1054
-
1055
- #: ../subscribers/view-subscriber-edit.php:70
1056
- #, fuzzy
1057
- msgid "Email already exist for this group."
1058
- msgstr "E-mail już istnieje w naszej liście."
1059
-
1060
- #: ../subscribers/view-subscriber-edit.php:96
1061
- msgid "Edit email"
1062
- msgstr "Zmień e-mail"
1063
-
1064
- #: ../subscribers/view-subscriber-edit.php:115
1065
- #: ../subscribers/view-subscriber-show.php:328
1066
- #: ../subscribers/view-subscriber-show.php:341
1067
- msgid "Group"
1068
- msgstr "Miasto"
1069
-
1070
- #: ../subscribers/view-subscriber-export.php:24
1071
- msgid "Export email address in csv format"
1072
- msgstr "Adres e-mail w formacie csv eksport"
1073
-
1074
- #: ../subscribers/view-subscriber-export.php:30
1075
- #: ../subscribers/view-subscriber-export.php:38
1076
- msgid "Export option"
1077
- msgstr "Opcje eksportu"
1078
-
1079
- #: ../subscribers/view-subscriber-export.php:31
1080
- #: ../subscribers/view-subscriber-export.php:39
1081
- msgid "Total email"
1082
- msgstr "Razem email"
1083
-
1084
- #: ../subscribers/view-subscriber-export.php:46
1085
- msgid "Subscriber email address"
1086
- msgstr "Abonent adres e-mail"
1087
-
1088
- #: ../subscribers/view-subscriber-export.php:48
1089
- #: ../subscribers/view-subscriber-export.php:54
1090
- #: ../subscribers/view-subscriber-export.php:60
1091
- msgid "Click to export csv"
1092
- msgstr "Kliknij na eksport CSV"
1093
-
1094
- #: ../subscribers/view-subscriber-export.php:52
1095
- msgid "Registered email address"
1096
- msgstr "Zarejestrowany adres e-mail"
1097
-
1098
- #: ../subscribers/view-subscriber-export.php:58
1099
- msgid "Comments author email address"
1100
- msgstr "Komentarze autor adres e-mail"
1101
-
1102
- #: ../subscribers/view-subscriber-export.php:67
1103
- msgid "Add Email"
1104
- msgstr "Dodaj e-mail"
1105
-
1106
- #: ../subscribers/view-subscriber-export.php:68
1107
- #: ../subscribers/view-subscriber-show.php:445
1108
- msgid "Import Email"
1109
- msgstr "Import e-mail"
1110
-
1111
- #: ../subscribers/view-subscriber-import.php:103
1112
- msgid "Email(s) was successfully imported."
1113
- msgstr "Adres (y) E-mail został pomyślnie zaimportowany."
1114
-
1115
- #: ../subscribers/view-subscriber-import.php:104
1116
- msgid "Email(s) are already in our database."
1117
- msgstr "E-mail (e) są już w naszej bazie danych."
1118
-
1119
- #: ../subscribers/view-subscriber-import.php:105
1120
- msgid "Email(s) are invalid."
1121
- msgstr "Adres email(ów) jest nieprawidłowy."
1122
-
1123
- #: ../subscribers/view-subscriber-import.php:115
1124
- msgid "File upload failed or no data available in the csv file."
1125
- msgstr "Przesyłanie pliku nie powiodło się lub brak danych w pliku csv."
1126
-
1127
- #: ../subscribers/view-subscriber-import.php:150
1128
- msgid "Upload email"
1129
- msgstr "Prześlij e-mail"
1130
-
1131
- #: ../subscribers/view-subscriber-import.php:151
1132
- msgid "Select csv file"
1133
- msgstr "Wybierz plik CSV"
1134
-
1135
- #: ../subscribers/view-subscriber-import.php:153
1136
- msgid ""
1137
- "Please select the input csv file. Please check official website for csv "
1138
- "structure."
1139
- msgstr ""
1140
- "Proszę wybrać plik csv. Proszę sprawdzić Oficjalna strona struktury csv."
1141
-
1142
- #: ../subscribers/view-subscriber-import.php:188
1143
- msgid "Upload CSV"
1144
- msgstr "Dodaj CSV"
1145
-
1146
- #: ../subscribers/view-subscriber-show.php:72
1147
- #: ../subscribers/view-subscriber-show.php:125
1148
- msgid ""
1149
- "To send confirmation mail, Please change the Opt-in option to Double Opt In."
1150
- msgstr "Aby wysłać maila potwierdzającego, proszę zmienić opcję opt-in."
1151
-
1152
- #: ../subscribers/view-subscriber-show.php:81
1153
- msgid "Confirmation email resent successfully."
1154
- msgstr "E-mail z potwierdzeniem wysłano poprawnie."
1155
-
1156
- #: ../subscribers/view-subscriber-show.php:110
1157
- #: ../subscribers/view-subscriber-show.php:156
1158
- #: ../subscribers/view-subscriber-show.php:201
1159
- msgid "Oops, No record was selected."
1160
- msgstr "Ups, nie wybrano rekordu."
1161
-
1162
- #: ../subscribers/view-subscriber-show.php:150
1163
- msgid "Confirmation email(s) resent successfully."
1164
- msgstr "Poprawnie wysłano e-maile potwierdzające"
1165
-
1166
- #: ../subscribers/view-subscriber-show.php:186
1167
- msgid "Selected subscribers group was successfully updated."
1168
- msgstr "Zaznaczona grupa abonentów została zaktualizowana."
1169
-
1170
- #: ../subscribers/view-subscriber-show.php:192
1171
- msgid "Oops, New group name was not selected."
1172
- msgstr "Ups, Nowa nazwa grupy nie została wybrana."
1173
-
1174
- #: ../subscribers/view-subscriber-show.php:232
1175
- msgid "View subscriber"
1176
- msgstr "Lista subskrybentów"
1177
-
1178
- #: ../subscribers/view-subscriber-show.php:280
1179
- #, fuzzy
1180
- msgid "All Groups"
1181
- msgstr "Miasto"
1182
-
1183
- #: ../subscribers/view-subscriber-show.php:299
1184
- #, fuzzy
1185
- msgid "All Status"
1186
- msgstr "Status"
1187
-
1188
- #: ../subscribers/view-subscriber-show.php:300
1189
- msgid "Confirmed"
1190
- msgstr "Potwierdzony"
1191
-
1192
- #: ../subscribers/view-subscriber-show.php:301
1193
- msgid "Unconfirmed"
1194
- msgstr "Niepotwierdzone"
1195
-
1196
- #: ../subscribers/view-subscriber-show.php:302
1197
- msgid "Unsubscribed"
1198
- msgstr "Zrezygnowano z subskrypcji"
1199
-
1200
- #: ../subscribers/view-subscriber-show.php:303
1201
- msgid "Single Opt In"
1202
- msgstr "Jedynka Opt W"
1203
-
1204
- #: ../subscribers/view-subscriber-show.php:325
1205
- #: ../subscribers/view-subscriber-show.php:338
1206
- msgid "Email address"
1207
- msgstr "Email"
1208
-
1209
- #: ../subscribers/view-subscriber-show.php:385
1210
- #: ../subscribers/view-subscriber-show.php:423
1211
- msgid "Resend Confirmation"
1212
- msgstr "Wyślij ponownie potwierdzenie"
1213
-
1214
- #: ../subscribers/view-subscriber-show.php:401
1215
- msgid ""
1216
- "No records available. Please use the above alphabet search button to search."
1217
- msgstr ""
1218
- "Rejestry niedostępne. Proszę kliknąć na powyższy przycisk wyszukiwania "
1219
- "alfabetycznego."
1220
-
1221
- #: ../subscribers/view-subscriber-show.php:421
1222
- msgid "Bulk Actions"
1223
- msgstr "Masowe działania"
1224
-
1225
- #: ../subscribers/view-subscriber-show.php:424
1226
- msgid "Update Subscribers Group"
1227
- msgstr "Uaktualnienie grupy Subskrybentów"
1228
-
1229
- #: ../subscribers/view-subscriber-show.php:427
1230
- msgid "Select Group"
1231
- msgstr "\"Wybierz grupę\""
1232
-
1233
- #: ../subscribers/view-subscriber-show.php:441
1234
- msgid "Apply"
1235
- msgstr "Zastosuj"
1236
-
1237
- #: ../subscribers/view-subscriber-show.php:446
1238
- #, fuzzy
1239
- msgid "Export Email"
1240
- msgstr "Import e-mail"
1241
-
1242
- #: ../subscribers/view-subscriber-show.php:447
1243
- #, fuzzy
1244
- msgid "Sync Email"
1245
- msgstr "Wyślij link na email"
1246
-
1247
- #: ../subscribers/view-subscriber-sync.php:33
1248
- #: ../subscribers/view-subscriber-sync.php:119
1249
- #, fuzzy
1250
- msgid "Please select default group to newly registered user."
1251
- msgstr "To jest Grupa treści. Wybierz swoją grupę."
1252
-
1253
- #: ../subscribers/view-subscriber-sync.php:39
1254
- #: ../subscribers/view-subscriber-sync.php:150
1255
- #, fuzzy
1256
- msgid "Please select default group to newly commented user."
1257
- msgstr "To jest Grupa treści. Wybierz swoją grupę."
1258
-
1259
- #: ../subscribers/view-subscriber-sync.php:56
1260
- #, fuzzy
1261
- msgid "Sync email successfully updated."
1262
- msgstr "E-mail został pomyślnie zaktualizowany."
1263
-
1264
- #: ../subscribers/view-subscriber-sync.php:88
1265
- #, fuzzy
1266
- msgid "Sync email"
1267
- msgstr "Wyślij link na email"
1268
-
1269
- #: ../subscribers/view-subscriber-sync.php:90
1270
- msgid "Sync newly registered user"
1271
- msgstr ""
1272
-
1273
- #: ../subscribers/view-subscriber-sync.php:95
1274
- msgid ""
1275
- "Automatically add a newly registered user email address to subscribers list."
1276
- msgstr ""
1277
-
1278
- #: ../subscribers/view-subscriber-sync.php:97
1279
- #: ../subscribers/view-subscriber-sync.php:128
1280
- #, fuzzy
1281
- msgid "Select default group"
1282
- msgstr "\"Wybierz grupę\""
1283
-
1284
- #: ../subscribers/view-subscriber-sync.php:121
1285
- msgid "Sync newly commented user"
1286
- msgstr ""
1287
-
1288
- #: ../subscribers/view-subscriber-sync.php:126
1289
- msgid ""
1290
- "Automatically add a newly commented (who posted comments) user email address "
1291
- "to subscribers list."
1292
- msgstr ""
1293
-
1294
- #~ msgid "Mail Preview"
1295
- #~ msgstr "Poczta Podgląd"
1296
-
1297
- #~ msgid "Export Email (CSV)"
1298
- #~ msgstr "Eksport e-mail (CSV)"
1299
-
1300
- #~ msgid "View all status"
1301
- #~ msgstr "Zobacz wszystkie statusy"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/email-subscribers-pl_PL.mo ADDED
Binary file
languages/email-subscribers-pl_PL.po ADDED
@@ -0,0 +1,1881 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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."
languages/email-subscribers-ru_RU.mo CHANGED
Binary file
languages/email-subscribers-ru_RU.po CHANGED
@@ -3,8 +3,8 @@ msgid ""
3
  msgstr ""
4
  "Project-Id-Version: Email Subscribers\n"
5
  "Report-Msgid-Bugs-To: \n"
6
- "POT-Creation-Date: 2016-04-30 13:15+0600\n"
7
- "PO-Revision-Date: 2016-04-30 13:50+0600\n"
8
  "Last-Translator: Александр <alexgrru@gmail.com>\n"
9
  "Language-Team: elwebstudio <alexgrru@gmail.com>\n"
10
  "Language: ru_RU\n"
@@ -21,7 +21,7 @@ msgstr ""
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.7\n"
25
  "X-Poedit-SearchPath-0: ..\n"
26
 
27
  #. Name of the plugin
@@ -34,91 +34,59 @@ msgstr "http://www.storeapps.org"
34
 
35
  #. Description of the plugin
36
  msgid ""
37
- "Email subscribers plugin has options to send newsletters to subscribers. It "
38
- "has a separate page with HTML editor to create a HTML newsletter. Also have "
39
- "options to send notification email to subscribers when new posts are "
40
- "published to your blog. Separate page available to include and exclude "
41
- "categories to send notifications."
42
  msgstr ""
43
- "Email subscribers имеет опции для отправки информационных рассылок "
44
- "подписчикам. Имеется отдельную страницу с редактором HTML, для создания "
45
- "информационных рассылок. Также есть шаблоны для отправки подписчикам на "
46
- "почту уведомлений, когда на сайте публикуются новые сообщения. Отдельная "
47
- "страница настроек для добавления/удаления категории сайта уведомления о "
48
- "новых записях которых будут отправляться."
49
 
50
  #. Author of the plugin
51
  msgid "Store Apps"
52
  msgstr "Store Apps"
53
 
54
- #: ../settings/setting-sync.php:8
55
  msgid "Table sync completed successfully."
56
  msgstr "Синхронизация таблиц плагина успешна."
57
 
58
- #: ../settings/setting-sync.php:21
59
  msgid "Sync plugin tables"
60
  msgstr "Синхронизация таблиц плагина"
61
 
62
- #: ../settings/setting-sync.php:25
63
  msgid "Click to sync tables"
64
  msgstr "Нажмите для синхронизации таблиц"
65
 
66
- #: ../settings/settings-edit.php:11 ../sentmail/sentmail-show.php:18 ..
67
- #: /sentmail/sentmail-preview.php:12 ../subscribers/view-subscriber-edit.php:12
68
- #: /subscribers/view-subscriber-show.php:46
69
- #: ../notification/notification-edit.php:11
70
- #: ../notification/notification-show.php:16 ../compose/compose-edit.php:11
71
- #: /compose/compose-show.php:30 ../compose/compose-preview.php:10
72
- #, fuzzy
73
- msgid "Oops, selected details doesnt exist."
74
- msgstr "К сожалению, выбранные побробности не существуют."
75
 
76
- #: ../settings/settings-edit.php:102
77
  msgid "Please enter sender of notifications from name."
78
  msgstr "Пожалуйста, введите имя отправителя уведомлений."
79
 
80
- #: ../settings/settings-edit.php:108
81
  msgid "Please enter sender of notifications from email."
82
  msgstr "Пожалуйста, введите отправителя уведомлений."
83
 
84
- #: ../settings/settings-edit.php:143
85
  msgid "Details was successfully updated."
86
  msgstr "Подробности были успешно обновлены."
87
 
88
- #: ../settings/settings-edit.php:148
89
  msgid "Oops, details not update."
90
  msgstr "К сожалению, подробности не обновлены."
91
 
92
- #: ../settings/settings-edit.php:173 ../subscribers/view-subscriber-add.php:92
93
- #: .. /subscribers/view-subscriber-add.php:101
94
- #: ../subscribers/view-subscriber-edit. php:86
95
- #: ../subscribers/view-subscriber-import.php:107 ../subscribers/view-
96
- #: subscriber-import.php:138 ../notification/notification-edit.php:100
97
- #: /notification/notification-add.php:91 ../compose/compose-edit.php:71
98
- #: /compose/compose-add.php:60 ../roles/roles-add.php:81
99
- msgid "Click here"
100
- msgstr "Нажмите здесь"
101
-
102
- #: ../settings/settings-edit.php:174 ../subscribers/view-subscriber-add.php:92
103
- #: .. /subscribers/view-subscriber-add.php:101
104
- #: ../subscribers/view-subscriber-edit. php:86
105
- #: ../subscribers/view-subscriber-import.php:107 ../subscribers/view-
106
- #: subscriber-import.php:138 ../notification/notification-edit.php:101
107
- #: /notification/notification-add.php:92 ../compose/compose-edit.php:72
108
- #: /compose/compose-add.php:61 ../roles/roles-add.php:81
109
- msgid " to view the details"
110
- msgstr "для подробностей"
111
-
112
- #: ../settings/settings-edit.php:189 ../classes/es-register.php:172
113
- #: ../classes/es- register.php:173
114
  msgid "Settings"
115
  msgstr "Настройки"
116
 
117
- #: ../settings/settings-edit.php:195
118
  msgid "Sender of notifications"
119
  msgstr "Отправитель уведомлений"
120
 
121
- #: ../settings/settings-edit.php:196
122
  msgid ""
123
  "Choose a FROM name and FROM email address for all notifications emails from "
124
  "this plugin."
@@ -126,12 +94,11 @@ msgstr ""
126
  "Выбрать FROM имя и FROM адрес электронной почты для всех уведомлений этого "
127
  "плагина."
128
 
129
- #: ../settings/settings-edit.php:205 ../compose/compose-edit.php:85 ..
130
- #: /compose/compose-add.php:72
131
  msgid "Mail type"
132
  msgstr "Тип письма"
133
 
134
- #: ../settings/settings-edit.php:206
135
  msgid ""
136
  "Option 1 & 2 is to send mails with default Wordpress method wp_mail(). "
137
  "Option 3 & 4 is to send mails with PHP method mail()"
@@ -139,25 +106,73 @@ msgstr ""
139
  "Вариант 1 и 2 для отправки почты методом WordPress wp_mail(). Вариант 3 и 4 "
140
  "для отправки почты методом PHP mail()"
141
 
142
- #: ../settings/settings-edit.php:220
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
143
  msgid "Opt-in option"
144
  msgstr "Opt-in настройки"
145
 
146
- #: ../settings/settings-edit.php:221
147
  msgid ""
148
  "Double Opt In, means subscribers need to confirm their email address by an "
149
  "activation link sent them on a activation email message. Single Opt In, "
150
  "means subscribers do not need to confirm their email address."
151
  msgstr ""
152
- "Двойное Opt In, означает, что абоненты свой адрес эленктронной почты с "
153
- "помощью ссылки активации отправленной им в письме активации. Одиночное Opt "
154
- "In, означает, что абонентам ненужно подтвержать адрес своей почты"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
155
 
156
- #: ../settings/settings-edit.php:232
 
 
 
 
 
 
 
 
 
 
 
 
157
  msgid "Opt-in mail subject (Confirmation mail)"
158
  msgstr "Opt-in тема письма (Ссылка подтверждения)"
159
 
160
- #: ../settings/settings-edit.php:233
161
  msgid ""
162
  "Enter the subject for Double Opt In mail. This will send whenever subscriber "
163
  "added email into our database."
@@ -165,11 +180,11 @@ msgstr ""
165
  "Введите тему письма для Double Opt In. Будет отправляться каждый раз, когда "
166
  "в базу данных записывается подтвержденный адрес."
167
 
168
- #: ../settings/settings-edit.php:239
169
  msgid "Opt-in mail content (Confirmation mail)"
170
  msgstr "Opt-in текст письма (Ссылка подтверждения)"
171
 
172
- #: ../settings/settings-edit.php:240
173
  msgid ""
174
  "Enter the content for Double Opt In mail. This will send whenever subscriber "
175
  "added email into our database."
@@ -177,21 +192,20 @@ msgstr ""
177
  "Введите сожержимое для письма формата Double Opt In. Оно будет отправляться "
178
  "каждый раз, когда в базу данных добавлен адрес email."
179
 
180
- #: ../settings/settings-edit.php:246
181
  msgid "Opt-in link (Confirmation link)"
182
  msgstr "Opt-in ссылка (Ссылка подтверждения)"
183
 
184
- #: ../settings/settings-edit.php:247
185
  msgid "Double Opt In confirmation link. You no need to change this value."
186
- msgstr ""
187
- "Двойное Opt In ссылка подтверждения. Вы не должны менять этот параметр."
188
 
189
- #: ../settings/settings-edit.php:253
190
  msgid "Text to display after email subscribed successfully"
191
  msgstr ""
192
  "Текст для отображения после того, как электронная почта успешно подтверждена"
193
 
194
- #: ../settings/settings-edit.php:254
195
  msgid ""
196
  "This text will display once user clicked email confirmation link from opt-in "
197
  "(confirmation) email content."
@@ -200,21 +214,29 @@ msgstr ""
200
  "подтверждения электронной почты из opt-in (подтверждения) содержимого "
201
  "электронной почты."
202
 
203
- #: ../settings/settings-edit.php:261
204
  msgid "Subscriber welcome email"
205
  msgstr "Приветственное письмо подписчика"
206
 
207
- #: ../settings/settings-edit.php:262
208
  msgid "To send welcome mail to subscriber, This option must be set to YES."
209
  msgstr ""
210
  "Для того, чтобы отправить почту приветствия абоненту, этот параметр должен "
211
  "быть установлен в положение YES."
212
 
213
- #: ../settings/settings-edit.php:273
 
 
 
 
 
 
 
 
214
  msgid "Welcome mail subject"
215
  msgstr "Заголовок письма приветствия"
216
 
217
- #: ../settings/settings-edit.php:274
218
  msgid ""
219
  "Enter the subject for subscriber welcome mail. This will send whenever email "
220
  "subscribed (confirmed) successfully."
@@ -222,23 +244,23 @@ msgstr ""
222
  "Введите заголовок приветственного письма подписчикам. Будет отправляться "
223
  "всем подписчикам успешно подтвердившим свой адрес."
224
 
225
- #: ../settings/settings-edit.php:280
226
  msgid "Subscriber welcome mail content"
227
  msgstr "Текст приветственного письма подписчика"
228
 
229
- #: ../settings/settings-edit.php:281
230
  msgid ""
231
  "Enter the content for subscriber welcome mail. This will send whenever email "
232
- "subscribed (confirmed) successfully."
233
  msgstr ""
234
- "Введите текст приветсвия для подписчиков. Будет отправляться всем "
235
- "подписчикам успешно подтвердившим свой адрес."
236
 
237
- #: ../settings/settings-edit.php:289
238
  msgid "Mail to admin"
239
  msgstr "Письмо для админа"
240
 
241
- #: ../settings/settings-edit.php:290
242
  msgid ""
243
  "To send admin notifications for new subscriber, This option must be set to "
244
  "YES."
@@ -246,11 +268,11 @@ msgstr ""
246
  "Для отправки уведомлений администратора для нового абонента, этот параметр "
247
  "должен быть установлен в положение YES."
248
 
249
- #: ../settings/settings-edit.php:301
250
  msgid "Admin email addresses"
251
  msgstr "Email администратора"
252
 
253
- #: ../settings/settings-edit.php:302
254
  msgid ""
255
  "Enter the admin email addresses that should receive notifications (separate "
256
  "by comma)."
@@ -258,11 +280,11 @@ msgstr ""
258
  "Введите email адреса администраторов, которые должны получать уведомления "
259
  "(через запятую)."
260
 
261
- #: ../settings/settings-edit.php:308
262
  msgid "Admin mail subject"
263
  msgstr "Заголовок письма администратора"
264
 
265
- #: ../settings/settings-edit.php:309
266
  msgid ""
267
  "Enter the subject for admin mail. This will send whenever new email added "
268
  "and confirmed into our database."
@@ -270,43 +292,44 @@ msgstr ""
270
  "Введите тему сообщения администратору. Будет отправляться каждый раз, когда "
271
  "в базу данных записывается подтвержденный адрес."
272
 
273
- #: ../settings/settings-edit.php:315
274
  msgid "Admin mail content"
275
  msgstr "Содержание письма администратора"
276
 
277
- #: ../settings/settings-edit.php:316
278
  msgid ""
279
  "Enter the mail content for admin. This will send whenever new email added "
280
- "and confirmed into our database."
281
  msgstr ""
282
- "Введите текст письма администратору. Будет отправляться каждый раз, когда в "
283
- "базу данных записывается подтвержденный адрес."
 
284
 
285
- #: ../settings/settings-edit.php:323
286
  msgid "Unsubscribe link"
287
  msgstr "Ссылка отписки"
288
 
289
- #: ../settings/settings-edit.php:324
290
  msgid "Unsubscribe link. You no need to change this value."
291
  msgstr "Ссылка отписки. Вы не должны изменяьть это значение."
292
 
293
- #: ../settings/settings-edit.php:330
294
  msgid "Unsubscribe text in mail"
295
  msgstr "Текст письма отписки"
296
 
297
- #: ../settings/settings-edit.php:331
298
  msgid ""
299
  "Enter the text for unsubscribe link. This text is to add unsubscribe link "
300
- "with newsletter."
301
  msgstr ""
302
- "Введите текст для ссылки отмены подписки. Текст для ссылки отказа от "
303
- "подписки."
304
 
305
- #: ../settings/settings-edit.php:337
306
  msgid "Text to display after email unsubscribed"
307
  msgstr "Текст для отображения после успешной отписки от рассылки"
308
 
309
- #: ../settings/settings-edit.php:338
310
  msgid ""
311
  "This text will display once user clicked unsubscribed link from our "
312
  "newsletter."
@@ -314,57 +337,61 @@ msgstr ""
314
  "Этот текст будет отображаться, как только пользователь нажал ссылку отказа "
315
  "от подписки на рассылки."
316
 
317
- #: ../settings/settings-edit.php:345
318
  msgid "Message 1"
319
  msgstr "1 сообщение"
320
 
321
- #: ../settings/settings-edit.php:346
322
  msgid "Default message to display if any issue on confirmation link."
323
  msgstr ""
324
  "Отоброжаемое по умолчанию сообщение если есть какой-либо вопрос на ссылку "
325
  "подтверждения."
326
 
327
- #: ../settings/settings-edit.php:352
328
  msgid "Message 2"
329
  msgstr "2 сообщения"
330
 
331
- #: ../settings/settings-edit.php:353
332
  msgid "Default message to display if any issue on unsubscribe link."
333
  msgstr ""
334
  "Отоброжаемое по умолчанию сообщение если есть какой-либо вопрос на ссылку "
335
  "отписки."
336
 
337
- #: ../settings/settings-edit.php:360
338
  msgid "Sent report subject"
339
  msgstr "Заголовок отправляемого отчета"
340
 
341
- #: ../settings/settings-edit.php:361
342
  msgid "Mail subject for sent mail report."
343
  msgstr "Тема письма для отправляемых отчетов."
344
 
345
- #: ../settings/settings-edit.php:367
346
  msgid "Sent report content"
347
  msgstr "Содержание отправляемого отчета"
348
 
349
- #: ../settings/settings-edit.php:368
350
- msgid "Mail content for sent mail report."
351
- msgstr "Содержание письма для отправляемых отчетов."
 
 
 
 
352
 
353
- #: ../settings/settings-edit.php:379
354
  msgid "Save Settings"
355
  msgstr "Сохранить настройки"
356
 
357
- #: ../settings/settings-edit.php:380 ../subscribers/view-subscriber-add.php:154
358
  #: .. /subscribers/view-subscriber-sync.php:157
359
  #: ../subscribers/view-subscriber-edit. php:147
360
  #: ../notification/notification-edit.php:237 ../notification/notification-
361
- #: add.php:216 ../compose/compose-edit.php:112 ../compose/compose-add.php:99
362
- #: /cron/cron-add.php:90 ../sendmail/sendmail.php:260
363
- #: ../roles/roles-add.php:154
364
  msgid "Cancel"
365
  msgstr "Отмена"
366
 
367
- #: ../settings/settings-edit.php:381 ../sentmail/sentmail-preview.php:33 ..
368
  #: /sentmail/deliverreport-show.php:120 ../subscribers/view-subscriber-add.php:
369
  #: 155 ../subscribers/view-subscriber-sync.php:158
370
  #: ../subscribers/view-subscriber- export.php:68
@@ -372,10 +399,10 @@ msgstr "Отмена"
372
  #: subscriber-import.php:189 ../subscribers/view-subscriber-show.php:448
373
  #: /notification/notification-edit.php:238
374
  #: ../notification/notification-add.php:217
375
- #: ../notification/notification-show.php:152 ../compose/compose-edit.php:113 .
376
- #: compose/compose-show.php:120 ../compose/compose-preview.php:30
377
- #: /compose/compose-add.php:100 ../cron/cron-add.php:91
378
- #: ../sendmail/sendmail.php:261 ../roles/roles-add.php:155
379
  msgid "Help"
380
  msgstr "Помощь"
381
 
@@ -392,9 +419,18 @@ msgstr ""
392
  msgid "This email address has already been confirmed."
393
  msgstr "Этот адрес электронной почты уже подтвержден."
394
 
 
 
 
 
 
 
 
 
 
395
  #: ../sentmail/sentmail-show.php:33 ../subscribers/view-subscriber-show.php:60
396
  #: .. /subscribers/view-subscriber-show.php:104
397
- #: ../notification/notification-show. php:31 ../compose/compose-show.php:45
398
  msgid "Selected record was successfully deleted."
399
  msgstr "Выбранная запись была успешно удалена."
400
 
@@ -402,8 +438,8 @@ msgstr "Выбранная запись была успешно удалена."
402
  msgid "Successfully deleted all reports except latest 10."
403
  msgstr "Успешное удаление всех отчетов кроме 10 последних."
404
 
405
- #: ../sentmail/sentmail-show.php:53 ../classes/es-register.php:178
406
- #: ../classes/es- register.php:179
407
  msgid "Sent Mails"
408
  msgstr "Отправленные письма"
409
 
@@ -412,7 +448,7 @@ msgid "View Reports"
412
  msgstr "Просмотр отчета"
413
 
414
  #: ../sentmail/sentmail-show.php:72 ../sentmail/sentmail-show.php:85 ..
415
- #: /compose/compose-show.php:100
416
  msgid "Preview"
417
  msgstr "Предпросмотр"
418
 
@@ -426,14 +462,14 @@ msgstr "Источник"
426
  #: ../subscribers/view-subscriber-edit. php:105
427
  #: ../subscribers/view-subscriber-import.php:155 ../subscribers/view-
428
  #: subscriber-show.php:327 ../subscribers/view-subscriber-show.php:340
429
- #: /compose/compose-edit.php:102 ../compose/compose-show.php:70
430
- #: /compose/compose-show.php:78 ../compose/compose-add.php:90
431
  msgid "Status"
432
  msgstr "Статус"
433
 
434
  #: ../sentmail/sentmail-show.php:75 ../sentmail/sentmail-show.php:88 ..
435
  #: /sentmail/deliverreport-show.php:41 ../sentmail/deliverreport-show.php:53
436
- #: /compose/compose-show.php:71 ../compose/compose-show.php:79
437
  msgid "Type"
438
  msgstr "Тип"
439
 
@@ -452,23 +488,23 @@ msgstr "Всего"
452
  #: ../sentmail/sentmail-show.php:79 ../sentmail/sentmail-show.php:92 ..
453
  #: /subscribers/view-subscriber-export.php:30 ../subscribers/view-subscriber-
454
  #: export.php:38 ../subscribers/view-subscriber-show.php:330
455
- #: ../subscribers/view- subscriber-show.php:343 ../compose/compose-show.php:72
456
- #: ../compose/compose-show. php:80
457
  msgid "Action"
458
  msgstr "Действие"
459
 
460
  #: ../sentmail/sentmail-show.php:131 ../sentmail/deliverreport-show.php:84 ..
461
- #: /notification/notification-show.php:141 ../compose/compose-show.php:109
462
  msgid "No records available."
463
  msgstr "Нет доступных записей."
464
 
465
  #: ../sentmail/sentmail-show.php:143 ../sentmail/deliverreport-show.php:96
466
  msgid " &lt;&lt; "
467
- msgstr ""
468
 
469
  #: ../sentmail/sentmail-show.php:144 ../sentmail/deliverreport-show.php:97
470
  msgid " &gt;&gt; "
471
- msgstr ""
472
 
473
  #: ../sentmail/sentmail-show.php:167 ../sentmail/sentmail-show.php:169
474
  msgid "Optimize Table"
@@ -482,14 +518,14 @@ msgstr ""
482
  "Заметка: Пожалуйста нажмите кнопку <strong>Оптимизация таблиц</strong> для "
483
  "удаления всех уведомлений за исключением 10 последних."
484
 
485
- #: ../sentmail/sentmail-preview.php:19 ../compose/compose-preview.php:16
486
  msgid "Preview Mail"
487
  msgstr "Предпросмотр письма"
488
 
489
  #: ../sentmail/sentmail-preview.php:32 ../sentmail/deliverreport-show.php:119
490
  #: .. /subscribers/view-subscriber-export.php:67
491
  #: ../subscribers/view-subscriber- import.php:188
492
- #: ../compose/compose-preview.php:28
493
  msgid "Back"
494
  msgstr "Назад"
495
 
@@ -520,11 +556,11 @@ msgstr "Дата отправления"
520
 
521
  #: ../sentmail/deliverreport-show.php:42 ../sentmail/deliverreport-show.php:54
522
  msgid "Viewed Status"
523
- msgstr "Просматриваемый статус"
524
 
525
  #: ../sentmail/deliverreport-show.php:43 ../sentmail/deliverreport-show.php:55
526
  msgid "Viewed Date"
527
- msgstr "Просматриваемая дата"
528
 
529
  #: ../sentmail/deliverreport-show.php:44 ../sentmail/deliverreport-show.php:56
530
  #: .. /subscribers/view-subscriber-show.php:329
@@ -532,95 +568,95 @@ msgstr "Просматриваемая дата"
532
  msgid "Database ID"
533
  msgstr "ID в БД"
534
 
535
- #: ../classes/es-loadwidget.php:25 ../classes/es-register.php:437 ..
536
  #: /subscribers/view-subscriber-show.php:326
537
  #: ../subscribers/view-subscriber-show. php:339
538
  msgid "Name"
539
  msgstr "Имя"
540
 
541
- #: ../classes/es-loadwidget.php:30 ../classes/es-register.php:442
542
  msgid "Email *"
543
  msgstr "Email *"
544
 
545
- #: ../classes/es-loadwidget.php:35 ../classes/es-register.php:447
546
  msgid "Subscribe"
547
  msgstr "Подписаться"
548
 
549
- #: ../classes/es-register.php:157 ../classes/es-register.php:158
550
  msgid "Subscribers"
551
  msgstr "Подписчики"
552
 
553
- #: ../classes/es-register.php:160 ../classes/es-register.php:161
554
  msgid "Compose"
555
  msgstr "Письма"
556
 
557
- #: ../classes/es-register.php:163 ../classes/es-register.php:164 ..
558
  #: /notification/notification-show.php:44
559
  msgid "Notification"
560
  msgstr "Уведомления"
561
 
562
- #: ../classes/es-register.php:166 ../classes/es-register.php:167 ..
563
  #: /sendmail/sendmail.php:94 ../sendmail/sendmail.php:256 ../sendmail/sendmail.
564
  #: php:258
565
  msgid "Send Email"
566
  msgstr "Отправить на e-mail"
567
 
568
- #: ../classes/es-register.php:169
569
  msgid "Cron"
570
  msgstr "Cron"
571
 
572
- #: ../classes/es-register.php:170
573
  msgid "Cron Mail"
574
  msgstr "Почта Cron"
575
 
576
- #: ../classes/es-register.php:175 ../classes/es-register.php:176
577
  msgid "Roles"
578
  msgstr "Роли"
579
 
580
- #: ../classes/es-register.php:181
581
  msgid "Help & Info"
582
  msgstr "Помощь и информация"
583
 
584
- #: ../classes/es-register.php:182
585
  msgid "<span style=\"color:#f18500;font-weight:bolder;\">Help & Info"
586
  msgstr "<span style=\"color:#f18500;font-weight:bolder;\">Помощь & Информация"
587
 
588
- #: ../classes/es-register.php:193
589
  msgctxt "view-subscriber-enhanced-select"
590
  msgid "Please enter subscriber email address."
591
  msgstr "Пожалуйста, введите email адрес подписчика."
592
 
593
- #: ../classes/es-register.php:194
594
  msgctxt "view-subscriber-enhanced-select"
595
  msgid "Please select subscriber email status."
596
  msgstr "Пожалуйста, выберите статус подписки."
597
 
598
- #: ../classes/es-register.php:195
599
  msgctxt "view-subscriber-enhanced-select"
600
  msgid "Please select or create group for this subscriber."
601
  msgstr "Пожалуйста, выберите или создайте группу для этого подписчика."
602
 
603
- #: ../classes/es-register.php:196
604
  msgctxt "view-subscriber-enhanced-select"
605
  msgid "Do you want to delete this record?"
606
  msgstr "Вы действительно хотите удалить эту запись?"
607
 
608
- #: ../classes/es-register.php:197
609
  msgctxt "view-subscriber-enhanced-select"
610
  msgid "Please select the bulk action."
611
  msgstr "Пожалуйста, выберите массовое действие."
612
 
613
- #: ../classes/es-register.php:198
614
  msgctxt "view-subscriber-enhanced-select"
615
  msgid "Do you want to delete selected record(s)?"
616
  msgstr "Вы точно хотите удалить выбранные записи?"
617
 
618
- #: ../classes/es-register.php:199
619
  msgctxt "view-subscriber-enhanced-select"
620
  msgid "Are you sure you want to delete?"
621
  msgstr "Вы уверены, что хотите удалить?"
622
 
623
- #: ../classes/es-register.php:200
624
  msgctxt "view-subscriber-enhanced-select"
625
  msgid ""
626
  "Do you want to resend confirmation email? \\nAlso please note, this will "
@@ -629,22 +665,22 @@ msgstr ""
629
  "Вы действительно хотите отправить подтверждения email? \\nОбратите внимание, "
630
  "что это обновит текущий статус на \"Неподтвержденный\"."
631
 
632
- #: ../classes/es-register.php:201
633
  msgctxt "view-subscriber-enhanced-select"
634
  msgid "Please select new subscriber group."
635
  msgstr "Выберите новую группу подписчиков."
636
 
637
- #: ../classes/es-register.php:202
638
  msgctxt "view-subscriber-enhanced-select"
639
  msgid "Do you want to update subscribers group?"
640
  msgstr "Вы действительно хотите обновить группы подписчиков?"
641
 
642
- #: ../classes/es-register.php:203
643
  msgctxt "view-subscriber-enhanced-select"
644
  msgid "Do you want to export the emails?"
645
  msgstr "Вы действительно хотите экспортировать эти email адреса?"
646
 
647
- #: ../classes/es-register.php:204
648
  msgctxt "view-subscriber-enhanced-select"
649
  msgid ""
650
  "Please select only csv file. Please check official website for csv "
@@ -653,27 +689,27 @@ msgstr ""
653
  "Пожалуйста, выберите только файл CSV. Пожалуйста, проверьте официальный сайт "
654
  "структуры Csv .."
655
 
656
- #: ../classes/es-register.php:212
657
  msgctxt "compose-enhanced-select"
658
  msgid "Please enter name for configuration."
659
  msgstr "Пожалуйста, введите имя для настроек."
660
 
661
- #: ../classes/es-register.php:213
662
  msgctxt "compose-enhanced-select"
663
  msgid "Please select template for this configuration."
664
  msgstr "Пожалуйста, выберите шаблон для данной конфигурации."
665
 
666
- #: ../classes/es-register.php:214
667
  msgctxt "compose-enhanced-select"
668
  msgid "Do you want to delete this record?"
669
- msgstr "Do you want to delete this record?"
670
 
671
- #: ../classes/es-register.php:222
672
  msgctxt "notification-enhanced-select"
673
  msgid "Please select subscribers group."
674
  msgstr "Выберите группу подписчиков."
675
 
676
- #: ../classes/es-register.php:223
677
  msgctxt "notification-enhanced-select"
678
  msgid ""
679
  "Please select notification mail subject. Use compose menu to create new."
@@ -681,95 +717,95 @@ msgstr ""
681
  "Пожалуйста, выберите тему уведомления по почте. Используйте меню создания "
682
  "сообщения для создания новой."
683
 
684
- #: ../classes/es-register.php:224
685
  msgctxt "notification-enhanced-select"
686
  msgid "Please select notification status."
687
  msgstr "Пожалуйста, выберите состояние уведомления."
688
 
689
- #: ../classes/es-register.php:225
690
  msgctxt "notification-enhanced-select"
691
  msgid "Do you want to delete this record?"
692
- msgstr "Do you want to delete this record?"
693
 
694
- #: ../classes/es-register.php:233
695
  msgctxt "sendmail-enhanced-select"
696
  msgid "Please select your mail subject."
697
  msgstr "Пожалуйста, выберите тему письма."
698
 
699
- #: ../classes/es-register.php:234
700
  msgctxt "sendmail-enhanced-select"
701
  msgid "Please select subscriber email status."
702
  msgstr "Пожалуйста, выберите статус электронной почты подписчика."
703
 
704
- #: ../classes/es-register.php:235
705
  msgctxt "sendmail-enhanced-select"
706
  msgid "Are you sure you want to send email to all selected email address?"
707
  msgstr ""
708
  "Вы уверены, что хотите отправить электронную почту всем выбранным адресам?"
709
 
710
- #: ../classes/es-register.php:247
711
  msgctxt "sentmail-enhanced-select"
712
  msgid "Do you want to delete this record?"
713
- msgstr "Do you want to delete this record?"
714
 
715
- #: ../classes/es-register.php:248
716
  msgctxt "sentmail-enhanced-select"
717
  msgid "Do you want to delete all records except latest 10?"
718
  msgstr "Вы хотите удалить все записи, за исключением 10 последних?"
719
 
720
- #: ../classes/es-register.php:256
721
  msgctxt "roles-enhanced-select"
722
  msgid "Please enter subscriber email address."
723
  msgstr "Пожалуйста, введите email адрес подписчика."
724
 
725
- #: ../classes/es-register.php:257
726
  msgctxt "roles-enhanced-select"
727
  msgid "Please select subscriber email status."
728
  msgstr "Пожалуйста, выберите статус электронной почты подписчика."
729
 
730
- #: ../classes/es-register.php:258
731
  msgctxt "roles-enhanced-select"
732
  msgid "Please select or create group for this subscriber."
733
  msgstr "Пожалуйста, выберите или создайте группу для этого подписчика."
734
 
735
- #: ../classes/es-register.php:266
736
  msgctxt "cron-enhanced-select"
737
  msgid "Please select enter number of mails you want to send per hour/trigger."
738
  msgstr ""
739
  "Пожалуйста, выберите введите количество писем, которые вы хотите отправить в "
740
  "час/действие."
741
 
742
- #: ../classes/es-register.php:267
743
  msgctxt "cron-enhanced-select"
744
  msgid "Please enter the mail count, only number."
745
  msgstr "Пожалуйста, введите количество адресов, только цифры."
746
 
747
- #: ../classes/es-register.php:279
748
  msgctxt "widget-enhanced-select"
749
  msgid "Please enter email address."
750
  msgstr "Пожалуйста, введите email адрес."
751
 
752
- #: ../classes/es-register.php:280
753
  msgctxt "widget-enhanced-select"
754
  msgid "Please provide a valid email address."
755
  msgstr "Пожалуйста, введите корректный адрес электронной почты."
756
 
757
- #: ../classes/es-register.php:281
758
  msgctxt "widget-enhanced-select"
759
  msgid "loading..."
760
  msgstr "загрузка..."
761
 
762
- #: ../classes/es-register.php:282
763
  msgctxt "widget-enhanced-select"
764
  msgid "Cannot create XMLHTTP instance"
765
  msgstr "Невозможно создать экземпляр XMLHTTP"
766
 
767
- #: ../classes/es-register.php:283
768
  msgctxt "widget-enhanced-select"
769
  msgid "Subscribed successfully."
770
  msgstr "Успешно! Проверьте почту."
771
 
772
- #: ../classes/es-register.php:284
773
  msgctxt "widget-enhanced-select"
774
  msgid ""
775
  "You have successfully subscribed to the newsletter. You will receive a "
@@ -782,57 +818,57 @@ msgstr ""
782
  "ссылке в нем, чтобы подтвердить подписку. Если письмо не пришло в течении 15 "
783
  "минут, пожалуйста, проверьте папку со спамом."
784
 
785
- #: ../classes/es-register.php:285
786
  msgctxt "widget-enhanced-select"
787
- msgid "Email already exist."
788
- msgstr "Email уже подписан."
789
 
790
- #: ../classes/es-register.php:286
791
  msgctxt "widget-enhanced-select"
792
  msgid "Oops.. Unexpected error occurred."
793
  msgstr "К сожалению, произошла неожиданная ошибка."
794
 
795
- #: ../classes/es-register.php:287
796
  msgctxt "widget-enhanced-select"
797
  msgid "Invalid email address."
798
  msgstr "Некорректный адрес email."
799
 
800
- #: ../classes/es-register.php:288
801
  msgctxt "widget-enhanced-select"
802
  msgid "Please try after some time."
803
  msgstr "Пожалуйста, попробуйте через некоторое время."
804
 
805
- #: ../classes/es-register.php:289
806
  msgctxt "widget-enhanced-select"
807
  msgid "There was a problem with the request."
808
  msgstr "Проблема с запросом."
809
 
810
- #: ../classes/es-register.php:296
811
  msgctxt "widget-page-enhanced-select"
812
  msgid "Please enter email address."
813
  msgstr "Пожалуйста, введите email адрес."
814
 
815
- #: ../classes/es-register.php:297
816
  msgctxt "widget-page-enhanced-select"
817
  msgid "Please provide a valid email address."
818
  msgstr "Пожалуйста, введите корректный адрес электронной почты."
819
 
820
- #: ../classes/es-register.php:298
821
  msgctxt "widget-page-enhanced-select"
822
  msgid "loading..."
823
  msgstr "загрузка..."
824
 
825
- #: ../classes/es-register.php:299
826
  msgctxt "widget-page-enhanced-select"
827
  msgid "Cannot create XMLHTTP instance"
828
  msgstr "Невозможно создать экземпляр XMLHTTP"
829
 
830
- #: ../classes/es-register.php:300
831
  msgctxt "widget-page-enhanced-select"
832
  msgid "Subscribed successfully."
833
  msgstr "Успешно! Проверьте почту."
834
 
835
- #: ../classes/es-register.php:301
836
  msgctxt "widget-page-enhanced-select"
837
  msgid ""
838
  "You have successfully subscribed to the newsletter. You will receive a "
@@ -845,51 +881,95 @@ msgstr ""
845
  "ссылке в нем, чтобы подтвердить подписку. Если письмо не пришло в течении 15 "
846
  "минут, пожалуйста, проверьте папку со спамом."
847
 
848
- #: ../classes/es-register.php:302
849
  msgctxt "widget-page-enhanced-select"
850
- msgid "Email already exist."
851
- msgstr "Email уже подписан."
852
 
853
- #: ../classes/es-register.php:303
854
  msgctxt "widget-page-enhanced-select"
855
  msgid "Oops.. Unexpected error occurred."
856
  msgstr "К сожалению, произошла неожиданная ошибка."
857
 
858
- #: ../classes/es-register.php:304
859
  msgctxt "widget-page-enhanced-select"
860
  msgid "Invalid email address."
861
  msgstr "Некорректный адрес email."
862
 
863
- #: ../classes/es-register.php:305
864
  msgctxt "widget-page-enhanced-select"
865
  msgid "Please try after some time."
866
  msgstr "Пожалуйста, попробуйте через некоторое время."
867
 
868
- #: ../classes/es-register.php:306
869
  msgctxt "widget-page-enhanced-select"
870
  msgid "There was a problem with the request."
871
  msgstr "Проблема с запросом."
872
 
873
- #: ../classes/es-register.php:484
874
  msgid "Widget Title"
875
  msgstr "Название виджета"
876
 
877
- #: ../classes/es-register.php:488
878
  msgid "Display Name Field"
879
  msgstr "Отоброжаемое имя поля"
880
 
881
- #: ../classes/es-register.php:495
882
  msgid "Short Description"
883
  msgstr "Краткое описание"
884
 
885
- #: ../classes/es-register.php:497
886
  msgid "Short description about your subscription form."
887
  msgstr "Краткое описание о вашей форме подписки."
888
 
889
- #: ../classes/es-register.php:500
890
  msgid "Subscriber Group"
891
  msgstr "Группа подписчика"
892
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
893
  #: ../subscribers/view-subscriber-add.php:28
894
  #: ../subscribers/view-subscriber-add. php:119
895
  #: ../subscribers/view-subscriber-edit.php:43 ../subscribers/view-
@@ -922,6 +1002,26 @@ msgstr "Email уже есть в этом списке."
922
  msgid "Email is invalid."
923
  msgstr "Некорректный email."
924
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
925
  #: ../subscribers/view-subscriber-add.php:111
926
  msgid "Add email"
927
  msgstr "Добавить email"
@@ -973,9 +1073,9 @@ msgstr "Пожалуйста, выберите или создайте груп
973
  #: ../subscribers/view-subscriber-sync. php:156
974
  #: ../subscribers/view-subscriber-edit.php:146 ..
975
  #: /notification/notification-edit.php:236
976
- #: ../notification/notification-add.php:215 ../compose/compose-edit.php:111
977
- #: ../compose/compose-add.php:98 ../cron/cron- add.php:89
978
- #: ../roles/roles-add.php:153
979
  msgid "Submit"
980
  msgstr "Сохранить"
981
 
@@ -1115,18 +1215,19 @@ msgid "Select csv file"
1115
  msgstr "Выбрать csv файл"
1116
 
1117
  #: ../subscribers/view-subscriber-import.php:152
1118
- msgid ""
1119
- "Please select the input csv file. Please check official website for csv "
1120
- "structure."
1121
  msgstr ""
1122
- "Пожалуйста, выберите только файл CSV. Пожалуйста, проверьте официальный сайт "
1123
- "структуры Csv .."
 
 
 
1124
 
1125
  #: ../subscribers/view-subscriber-import.php:187
1126
  msgid "Upload CSV"
1127
  msgstr "Загрузка CSV"
1128
 
1129
- #: ../subscribers/view-subscriber-show.php:11 ../compose/compose-show.php:10 ..
1130
  #: /sendmail/sendmail.php:11
1131
  msgid "Click Here"
1132
  msgstr "Нажмите здесь"
@@ -1166,8 +1267,8 @@ msgstr "Просмотр подписчиков"
1166
 
1167
  #: ../subscribers/view-subscriber-show.php:233 ../subscribers/view-subscriber-
1168
  #: show.php:444 ../notification/notification-show.php:45 ..
1169
- #: /notification/notification-show.php:151 ../compose/compose-show.php:59
1170
- #: /compose/compose-show.php:119
1171
  msgid "Add New"
1172
  msgstr "Добавить"
1173
 
@@ -1191,24 +1292,20 @@ msgstr "Неподтвержденный"
1191
  msgid "Unsubscribed"
1192
  msgstr "Отписался"
1193
 
1194
- #: ../subscribers/view-subscriber-show.php:303
1195
- msgid "Single Opt In"
1196
- msgstr "Один Opt In"
1197
-
1198
  #: ../subscribers/view-subscriber-show.php:325 ../subscribers/view-subscriber-
1199
  #: show.php:338
1200
  msgid "Email address"
1201
  msgstr "Адрес Email"
1202
 
1203
  #: ../subscribers/view-subscriber-show.php:374
1204
- #: ../notification/notification-show. php:90 ../compose/compose-show.php:98
1205
- #: ../compose/compose-preview.php:29
1206
  msgid "Edit"
1207
  msgstr "Редактировать"
1208
 
1209
  #: ../subscribers/view-subscriber-show.php:377 ../subscribers/view-subscriber-
1210
  #: show.php:422 ../notification/notification-show.php:93
1211
- #: ../compose/compose-show. php:99
1212
  msgid "Delete"
1213
  msgstr "Удалить"
1214
 
@@ -1341,134 +1438,160 @@ msgstr "Тема письма"
1341
  msgid "Categories / Custom Post"
1342
  msgstr "Категории / Пользовательские сообщения"
1343
 
1344
- #: ../compose/compose-edit.php:40 ../compose/compose-add.php:25
1345
  msgid "Please enter template heading."
1346
  msgstr "Пожалуйста, введите заголовок шаблона."
1347
 
1348
- #: ../compose/compose-edit.php:55
1349
  msgid "Template was successfully updated."
1350
  msgstr "Шаблон успешно обновлен."
1351
 
1352
- #: ../compose/compose-edit.php:82 ../compose/compose-show.php:58 ..
1353
  #: /compose/compose-add.php:69
1354
  msgid "Compose Mail"
1355
  msgstr "Написать письмо"
1356
 
1357
- #: ../compose/compose-edit.php:90 ../compose/compose-add.php:77 ..
1358
- #: /sendmail/sendmail.php:50
1359
- msgid "Please select your mail type."
1360
- msgstr "Пожалуйста, выберите тип письма."
 
 
 
 
1361
 
1362
- #: ../compose/compose-edit.php:92 ../compose/compose-add.php:79
1363
- msgid "Enter mail subject."
1364
- msgstr "Введите тему письма."
1365
 
1366
- #: ../compose/compose-edit.php:94 ../compose/compose-add.php:81
1367
- msgid "Please enter your mail subject."
1368
- msgstr "Пожалуйста, введите тему вашего письма."
1369
 
1370
- #: ../compose/compose-edit.php:96 ../compose/compose-add.php:84
1371
- msgid "Mail content"
1372
- msgstr "Содержание письма"
1373
 
1374
- #: ../compose/compose-edit.php:99 ../compose/compose-add.php:87
1375
- msgid "Please enter content for your mail."
1376
- msgstr "Пожалуйста, введите содержание вашего письма."
1377
 
1378
- #: ../compose/compose-edit.php:106 ../compose/compose-add.php:94
1379
- msgid "Please select your mail status."
1380
- msgstr "Пожалуйста, выберите статус письма."
1381
 
1382
- #: ../compose/compose-show.php:69 ../compose/compose-show.php:77
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1383
  msgid "Email subject"
1384
  msgstr "Тема сообщения"
1385
 
1386
- #: ../compose/compose-add.php:39
1387
  msgid "Template was successfully created."
1388
  msgstr "Шаблон успешно созздан."
1389
 
1390
- #: ../export/export-email-address.php:39 ../export/export-email-address.php:45
1391
- #: .. /export/export-email-address.php:50
 
 
 
 
1392
  #, fuzzy
1393
  msgid "Unexpected url submit has been detected"
1394
  msgstr "Был обнаружен неожиданный URL"
1395
 
1396
- #: ../cron/cron-add.php:18
1397
  msgid "Please enter valid mail count."
1398
  msgstr "Пожалуйста, введите количество адресов крректно."
1399
 
1400
- #: ../cron/cron-add.php:29
1401
  msgid "Cron details successfully updated."
1402
  msgstr "Детали Cron успешно обновлены."
1403
 
1404
- #: ../cron/cron-add.php:72
1405
  msgid "Cron Details"
1406
  msgstr "Детали Cron"
1407
 
1408
- #: ../cron/cron-add.php:75
1409
  msgid "Cron job URL"
1410
  msgstr "URL задачи Cron"
1411
 
1412
- #: ../cron/cron-add.php:77
1413
  msgid ""
1414
- "Please find your cron job URL. This is read only field not able to modify "
1415
  "from admin."
1416
  msgstr ""
1417
- "Please find your cron job URL. Это поле только для чтения не в состоянии "
1418
- "изменить администратором."
1419
 
1420
- #: ../cron/cron-add.php:79
1421
  msgid "Mail Count"
1422
  msgstr "Количество писем"
1423
 
1424
- #: ../cron/cron-add.php:81
1425
  msgid "Enter number of mails you want to send per hour/trigger."
1426
  msgstr "Введите количество писем, которые вы хотите отправить в час/действие."
1427
 
1428
- #: ../cron/cron-add.php:83
1429
  msgid "Admin Report"
1430
  msgstr "Отчет администратора"
1431
 
1432
- #: ../cron/cron-add.php:85
1433
- msgid "Send above mail to admin whenever cron URL triggered in your server."
 
 
1434
  msgstr ""
1435
- "Отправить письмо администратору всякий раз, когда cron URL запускается на "
1436
- "сервере."
 
1437
 
1438
- #: ../cron/cron-add.php:97 ../help/help.php:108
1439
  msgid "How to setup auto emails using CRON Job through the cPanel or Plesk?"
1440
  msgstr ""
1441
  "Как настроить автоматические письма используя CRON на cPanel или Plesk?"
1442
 
1443
  #: ../cron/cron-add.php:98
1444
  msgid ""
1445
- "<a target=\"_blank\" href=\"http://www.gopiplus.com/work/2015/08/02/how-to-"
1446
- "schedule-auto-emails-for-email-subscribers-wordpress-plugin-in-parallels-"
1447
- "plesk/\">Setup cron job in Plesk</a>"
1448
  msgstr ""
1449
- "<a target=\"_blank\" href=\"http://www.gopiplus.com/work/2015/08/02/how-to-"
1450
- "schedule-auto-emails-for-email-subscribers-wordpress-plugin-in-parallels-"
1451
- "plesk/\">Настройки cron в панели управления Plesk</a>"
1452
 
1453
  #: ../cron/cron-add.php:99
1454
  msgid ""
1455
- "<a target=\"_blank\" href=\"http://www.gopiplus.com/work/2015/08/04/how-to-"
1456
- "schedule-auto-emails-for-email-subscribers-wordpress-plugin-in-cpanel/"
1457
- "\">Setup cron job in cPanal</a>"
1458
  msgstr ""
1459
- "<a target=\"_blank\" href=\"http://www.gopiplus.com/work/2015/08/04/how-to-"
1460
- "schedule-auto-emails-for-email-subscribers-wordpress-plugin-in-cpanel/"
1461
- "\">Настройки cron в панели управления cPanal</a>"
1462
 
1463
  #: ../cron/cron-add.php:100
1464
  msgid ""
1465
- "<a target=\"_blank\" href=\"http://www.gopiplus.com/work/2015/08/08/email-"
1466
- "subscribers-wordpress-plugin-how-to-schedule-auto-mails-cron-mails/"
1467
- "\">Hosting doesnt support cron jobs?</a>"
1468
  msgstr ""
1469
- "<a target=\"_blank\" href=\"http://www.gopiplus.com/work/2015/08/08/email-"
1470
- "subscribers-wordpress-plugin-how-to-schedule-auto-mails-cron-mails/"
1471
- "\">Хостинг не поддерживает cron?</a>"
1472
 
1473
  #: ../sendmail/sendmail.php:35
1474
  msgid "Please select your mail subject."
@@ -1502,10 +1625,6 @@ msgstr ""
1502
  "Выберите тему сообщения из списка доступных. Перейти на страницу Написать, "
1503
  "чтобы создать новое письмо."
1504
 
1505
- #: ../sendmail/sendmail.php:132
1506
- msgid "Mail Type"
1507
- msgstr "Тип письма"
1508
-
1509
  #: ../sendmail/sendmail.php:133
1510
  msgid "Select your mail type."
1511
  msgstr "Выберите тип сообщения."
@@ -1530,15 +1649,33 @@ msgstr "Отменить всех"
1530
  msgid "No subscribers available for this search criteria."
1531
  msgstr "Ненайдены подписчики по данным критериям поиска."
1532
 
1533
- #: ../roles/roles-add.php:91
1534
  msgid "Roles and Capabilities"
1535
  msgstr "Роли и возможности"
1536
 
1537
- #: ../roles/roles-add.php:93
1538
  msgid "Subscribers Menu"
1539
  msgstr "Меню подписчиков"
1540
 
1541
- #: ../roles/roles-add.php:99
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1542
  msgid ""
1543
  "Select user role to access plugin Subscribers Menu. Only Admin user can "
1544
  "change this value."
@@ -1546,11 +1683,11 @@ msgstr ""
1546
  "Выберите роль пользователя для доступа к меню Подписчики . Только "
1547
  "Администратор может изменить это значение."
1548
 
1549
- #: ../roles/roles-add.php:102
1550
  msgid "Compose Menu"
1551
  msgstr "Составить меню "
1552
 
1553
- #: ../roles/roles-add.php:108
1554
  msgid ""
1555
  "Select user role to access plugin Compose Menu. Only Admin user can change "
1556
  "this value."
@@ -1558,11 +1695,11 @@ msgstr ""
1558
  "Выберите роль пользователя для доступа к меню плагинов Compose. Только "
1559
  "Администратор может изменить это значение."
1560
 
1561
- #: ../roles/roles-add.php:110
1562
  msgid "Notification Menu"
1563
  msgstr "Меню уведомления"
1564
 
1565
- #: ../roles/roles-add.php:116
1566
  msgid ""
1567
  "Select user role to access plugin Notification Menu. Only Admin user can "
1568
  "change this value."
@@ -1570,11 +1707,11 @@ msgstr ""
1570
  "Выберите роль пользователя для доступа к меню уведомления. Только "
1571
  "Администратор может изменить это значение."
1572
 
1573
- #: ../roles/roles-add.php:118
1574
  msgid "Send Email Menu/Cron Menu"
1575
  msgstr "Отправить Email Menu/Cron Menu"
1576
 
1577
- #: ../roles/roles-add.php:124
1578
  msgid ""
1579
  "Select user role to access plugin Send Email Menu. Only Admin user can "
1580
  "change this value."
@@ -1582,11 +1719,11 @@ msgstr ""
1582
  "Выберите роль пользователя для доступа к Меню Отправить по электронной "
1583
  "почте. Только Администратор может изменить это значение."
1584
 
1585
- #: ../roles/roles-add.php:126
1586
  msgid "Settings Menu"
1587
  msgstr "Меню настроек"
1588
 
1589
- #: ../roles/roles-add.php:132
1590
  msgid ""
1591
  "Select user role to access plugin Settings Menu. Only Admin user can change "
1592
  "this value."
@@ -1594,11 +1731,11 @@ msgstr ""
1594
  "Выберите роль пользователя для доступа к Меню Настроек. Только Администратор "
1595
  "может изменить это значение."
1596
 
1597
- #: ../roles/roles-add.php:134
1598
  msgid "Sent Mails Menu"
1599
  msgstr "Меню отправленных писем"
1600
 
1601
- #: ../roles/roles-add.php:140
1602
  msgid ""
1603
  "Select user role to access plugin Sent Mails Menu. Only Admin user can "
1604
  "change this value."
@@ -1606,11 +1743,11 @@ msgstr ""
1606
  "Выберите роль пользователя для доступа к Меню Отправить сообщения. Только "
1607
  "Администратор может изменить это значение."
1608
 
1609
- #: ../roles/roles-add.php:142
1610
  msgid "Help & Info Menu"
1611
  msgstr "Помощь и информационное меню"
1612
 
1613
- #: ../roles/roles-add.php:148
1614
  msgid ""
1615
  "Select user role to access plugin Help & Info Menu. Only Admin user can "
1616
  "change this value."
@@ -1618,135 +1755,116 @@ msgstr ""
1618
  "Выберите роль пользователя для доступа плагин Помощь & Info Menu. Только "
1619
  "Администратор может изменить это значение."
1620
 
1621
- #: ../help/help.php:27
1622
  msgid "Welcome to Email Subscribers!"
1623
  msgstr "Добро пожаловать в Email Subscribers!"
1624
 
1625
- #: ../help/help.php:29
1626
  msgid ""
1627
  "Thanks for installing and we hope you will enjoy using Email Subscribers."
1628
  msgstr ""
1629
  "Благодарим за установку, мы надеемся, что вам понравится Email Subscribers."
1630
 
1631
- #: ../help/help.php:34
1632
  msgid "For more help and tips..."
1633
  msgstr "Для получения дополнительной помощи и советов..."
1634
 
1635
- #: ../help/help.php:77
1636
  msgid "Frequently Asked Questions"
1637
  msgstr "Часто задаваемые вопросы"
1638
 
1639
- #: ../help/help.php:88
1640
  msgid "How to setup subscription box widget?"
1641
  msgstr "Как настроить виджет подписки?"
1642
 
1643
- #: ../help/help.php:95
1644
  msgid "How to add unsubscribe link in welcome email?"
1645
  msgstr "Как добавить ссылку \"отказа от подписки\" в приветственном письме?"
1646
 
1647
- #: ../help/help.php:103
1648
  msgid "How to change/update/translate any text from the plugin?"
1649
  msgstr "Как изменить/обновить/перевести любой текст в плагине?"
1650
 
1651
- #: ../help/help.php:104
1652
  msgid ""
1653
- "Email Subscribers has a POT file named <code>email-subscribers.pot</code> "
1654
- "present at /wp-content/plugins/email-subscribers/languages/. Use that with "
1655
- "<strong>Loco Translate</strong> plugin and change/update/translate any text "
1656
- "that you want.<br>\n"
1657
- "\t\t\t\t\t\t\t\t\t\t\tRefer steps from <a target=\"_blank\" href=\"http://"
1658
- "www.storeapps.org/support/documentation/translating-storeapps-plugins/"
1659
- "\">here</a>.<br>"
1660
  msgstr ""
1661
- "Email Subscribers имеет POT файл с именем <code>email-subscribers.pot</code> "
1662
- "находящимся в /wp-content/plugins/email-subscribers/languages/. Используйте "
1663
- "его для <strong>Локализации</strong> плагина и изменений/обновлений/"
1664
- "переводов любых текстов как вы хотите.<br>\n"
1665
- "\t\t\t\t\t\t\t\t\t\t\tПошаговая инструкция <a target=\"_blank\" href="
1666
- "\"http://www.storeapps.org/support/documentation/translating-storeapps-"
1667
- "plugins/\">здесь</a>.<br>"
1668
-
1669
- #: ../help/help.php:109
1670
  msgid ""
1671
- " 1. <a target=\"_blank\" href=\"http://www.gopiplus.com/work/2015/08/02/how-"
1672
- "to-schedule-auto-emails-for-email-subscribers-wordpress-plugin-in-parallels-"
1673
- "plesk/\">Setup cron job in Plesk</a><br>\n"
1674
- "\t\t\t\t\t\t\t\t\t\t 2. <a target=\"_blank\" href=\"http://www.gopiplus."
1675
- "com/work/2015/08/04/how-to-schedule-auto-emails-for-email-subscribers-"
1676
- "wordpress-plugin-in-cpanel/\">Setup cron job in cPanal</a><br>\n"
1677
- "\t\t\t\t\t\t\t\t\t\t 3. <a target=\"_blank\" href=\"http://www.gopiplus."
1678
- "com/work/2015/08/08/email-subscribers-wordpress-plugin-how-to-schedule-auto-"
1679
- "mails-cron-mails/\">Hosting doesnt support cron jobs?</a>"
1680
  msgstr ""
1681
- " 1. <a target=\"_blank\" href=\"http://www.gopiplus.com/work/2015/08/02/how-"
1682
- "to-schedule-auto-emails-for-email-subscribers-wordpress-plugin-in-parallels-"
1683
- "plesk/\">Настройки cron в панели управления Plesk</a><br>\n"
1684
- "\t\t\t\t\t\t\t\t\t\t 2. <a target=\"_blank\" href=\"http://www.gopiplus."
1685
- "com/work/2015/08/04/how-to-schedule-auto-emails-for-email-subscribers-"
1686
- "wordpress-plugin-in-cpanel/\">Настройки cron в панели управления cPanal</"
1687
  "a><br>\n"
1688
- "\t\t\t\t\t\t\t\t\t\t 3. <a target=\"_blank\" href=\"http://www.gopiplus."
1689
- "com/work/2015/08/08/email-subscribers-wordpress-plugin-how-to-schedule-auto-"
1690
- "mails-cron-mails/\">Хостинг не поддерживает cron?</a>"
1691
-
1692
- #: ../help/help.php:114
 
 
 
1693
  msgid "Notification Emails are not being received by Subscribers?"
1694
  msgstr "Уведомления по электронной почте не поступают от абонентов?"
1695
 
1696
- #: ../help/help.php:115
1697
  #, php-format
1698
  msgid "Confirm steps from %s."
1699
  msgstr "Повторить шаги с %s."
1700
 
1701
- #: ../help/help.php:115 ../help/help.php:119 ../help/help.php:123 ../help/help.
1702
- #: php:127 ../help/help.php:131 ../help/help.php:135 ../help/help.php:139 ..
1703
- #: /help/help.php:143 ../help/help.php:147 ../help/help.php:151
1704
  msgid "here"
1705
  msgstr "здесь"
1706
 
1707
- #: ../help/help.php:118
1708
  msgid "How to import and export email address to subscriber list?"
1709
  msgstr ""
1710
  "Как импортировать и экспортировать адреса электронной почты списка "
1711
  "подписчиков?"
1712
 
1713
- #: ../help/help.php:119 ../help/help.php:123 ../help/help.php:127 ../help/help.
1714
- #: php:131 ../help/help.php:135 ../help/help.php:139 ../help/help.php:143 ..
1715
- #: /help/help.php:147 ../help/help.php:151
1716
  #, php-format
1717
  msgid "Refer %s."
1718
  msgstr "Ответ %s."
1719
 
1720
- #: ../help/help.php:122
1721
- msgid "How to compose static newsletter?"
1722
- msgstr "Как создавать статический информационный рассылки?"
1723
-
1724
- #: ../help/help.php:126
1725
- msgid "How to send static newsletter manually?"
1726
- msgstr "Как отправить статическую рассылку вручную?"
1727
 
1728
- #: ../help/help.php:130
1729
  msgid ""
1730
- "How to configure notification email to subscribers when new posts are "
1731
- "published?"
1732
  msgstr ""
1733
- "Как настроить уведомление на электронную почту подписчикам, при публикации "
1734
- "новых записей?"
1735
 
1736
- #: ../help/help.php:134
1737
  msgid ""
1738
  "How to install and activate Email Subscribers on multisite installations?"
1739
  msgstr "Как установить и активировать Email Subscribers на мультисайтах?"
1740
 
1741
- #: ../help/help.php:138
1742
- msgid "Where to check sent mails?"
1743
- msgstr "Где проверить отправленные письма?"
1744
-
1745
- #: ../help/help.php:142
1746
- msgid "Is Mail not working in Email Subscribers?"
1747
- msgstr "Разве почта не работает в Email Subscribers?"
1748
-
1749
- #: ../help/help.php:146
1750
  msgid ""
1751
  "How to modify the existing mails (Opt-in mail, Welcome mail, Admin mails) "
1752
  "content?"
@@ -1754,21 +1872,203 @@ msgstr ""
1754
  "Как изменить текст существующих писем (Opt-in, Приветственное письмо, Письмо "
1755
  "администратору)?"
1756
 
1757
- #: ../help/help.php:150
1758
- msgid "How to add new subscribers group? How to bulk update Subscribers group?"
1759
- msgstr ""
1760
- "Как добавить группы новых подписчиков? Как массово обновить группы "
1761
- "подписчиков?"
1762
 
1763
- #: ../help/help.php:154
1764
- msgid "I can't find a way to do X..."
1765
- msgstr "Я не могу найти способ сделать Х..."
1766
 
1767
- #: ../help/help.php:155
1768
- #, php-format
1769
- msgid "If you can't find your favorite feature (or have a suggestion) %s."
1770
- msgstr "Вы не можете найти свою любимую функцию (или есть предложения) %s."
1771
 
1772
- #: ../help/help.php:155
1773
- msgid "contact us"
1774
- msgstr "свяжитесь с нами"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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"
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
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."
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()"
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."
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."
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."
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."
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."
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)."
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."
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."
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
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
 
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
 
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
 
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
 
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
 
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"
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
 
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
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 "
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 "
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."
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 "
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 "
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-
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"
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
 
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 "Нажмите здесь"
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
 
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
 
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."
1625
  "Выберите тему сообщения из списка доступных. Перейти на страницу Написать, "
1626
  "чтобы создать новое письмо."
1627
 
 
 
 
 
1628
  #: ../sendmail/sendmail.php:133
1629
  msgid "Select your mail type."
1630
  msgstr "Выберите тип сообщения."
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."
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."
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."
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."
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."
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."
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."
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?"
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 "свяжитесь с нами"
languages/email-subscribers-ta.mo DELETED
Binary file
languages/email-subscribers-ta.po DELETED
@@ -1,1218 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: Email subscribers\n"
4
- "POT-Creation-Date: 2015-11-28 14:30+0800\n"
5
- "PO-Revision-Date: 2015-11-28 14:30+0800\n"
6
- "Last-Translator: \n"
7
- "Language-Team: \n"
8
- "MIME-Version: 1.0\n"
9
- "Content-Type: text/plain; charset=UTF-8\n"
10
- "Content-Transfer-Encoding: 8bit\n"
11
- "X-Generator: Poedit 1.5.7\n"
12
- "X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e\n"
13
- "X-Poedit-Basepath: .\n"
14
- "X-Poedit-SearchPath-0: ..\n"
15
-
16
- #: ../classes/es-loadwidget.php:28 ../classes/es-register.php:250
17
- #: ../subscribers/view-subscriber-show.php:326
18
- #: ../subscribers/view-subscriber-show.php:339
19
- msgid "Name"
20
- msgstr "பெயர்"
21
-
22
- #: ../classes/es-loadwidget.php:33 ../classes/es-register.php:255
23
- msgid "Email *"
24
- msgstr "மின்னஞ்சல் *"
25
-
26
- #: ../classes/es-loadwidget.php:38 ../classes/es-register.php:260
27
- msgid "Subscribe"
28
- msgstr "சமர்ப்பிக்கவும்"
29
-
30
- #: ../classes/es-register.php:43
31
- msgid "These tables could not be created on installation "
32
- msgstr ""
33
-
34
- #: ../classes/es-register.php:133 ../classes/es-register.php:134
35
- msgid "Email Subscriber"
36
- msgstr "மின்னஞ்சல் சந்தாதாரர்கள்"
37
-
38
- #: ../classes/es-register.php:136 ../classes/es-register.php:137
39
- msgid "Subscribers"
40
- msgstr "சந்தாதாரர்கள்"
41
-
42
- #: ../classes/es-register.php:139 ../classes/es-register.php:140
43
- msgid "Compose"
44
- msgstr "மின்னஞ்சல் எழுது"
45
-
46
- #: ../classes/es-register.php:142 ../classes/es-register.php:143
47
- #: ../notification/notification-show.php:45
48
- msgid "Notification"
49
- msgstr "அறிவிப்பு"
50
-
51
- #: ../classes/es-register.php:145 ../classes/es-register.php:146
52
- #: ../sendmail/sendmail.php:95 ../sendmail/sendmail.php:257
53
- #: ../sendmail/sendmail.php:259
54
- msgid "Send Email"
55
- msgstr "மின்னஞ்சல் அனுப்பு"
56
-
57
- #: ../classes/es-register.php:148
58
- msgid "Cron"
59
- msgstr "கிரான்"
60
-
61
- #: ../classes/es-register.php:149
62
- msgid "Cron Mail"
63
- msgstr "கிரான் மின்னஞ்சல்"
64
-
65
- #: ../classes/es-register.php:151 ../classes/es-register.php:152
66
- #: ../settings/settings-edit.php:190
67
- msgid "Settings"
68
- msgstr "அமைப்புகள்"
69
-
70
- #: ../classes/es-register.php:154 ../classes/es-register.php:155
71
- msgid "Roles"
72
- msgstr "பாத்திரங்கள்"
73
-
74
- #: ../classes/es-register.php:157 ../classes/es-register.php:158
75
- #: ../sentmail/sentmail-show.php:54
76
- msgid "Sent Mails"
77
- msgstr "அனுப்பிய மின்னஞ்சல்"
78
-
79
- #: ../classes/es-register.php:160 ../classes/es-register.php:161
80
- msgid "Help & Info"
81
- msgstr "உதவி & தகவல்"
82
-
83
- #: ../classes/es-register.php:296
84
- msgid "Widget Title"
85
- msgstr "விட்ஜெட் தலைப்பு"
86
-
87
- #: ../classes/es-register.php:300
88
- msgid "Display Name Field"
89
- msgstr ""
90
-
91
- #: ../classes/es-register.php:307
92
- msgid "Short Description"
93
- msgstr "குறுகிய விளக்கம்"
94
-
95
- #: ../classes/es-register.php:309
96
- msgid "Short description about your subscription form."
97
- msgstr ""
98
-
99
- #: ../classes/es-register.php:312
100
- msgid "Subscriber Group"
101
- msgstr "சந்தாதாரர் குழு"
102
-
103
- #: ../compose/compose-add.php:25 ../compose/compose-edit.php:40
104
- msgid "Please enter template heading."
105
- msgstr ""
106
-
107
- #: ../compose/compose-add.php:39
108
- msgid "Template was successfully created."
109
- msgstr ""
110
-
111
- #: ../compose/compose-add.php:60 ../compose/compose-edit.php:71
112
- #: ../cron/cron-add.php:100 ../cron/cron-add.php:101 ../cron/cron-add.php:102
113
- #: ../notification/notification-add.php:91
114
- #: ../notification/notification-edit.php:100 ../roles/roles-add.php:81
115
- #: ../settings/settings-edit.php:173 ../subscribers/view-subscriber-add.php:92
116
- #: ../subscribers/view-subscriber-add.php:101
117
- #: ../subscribers/view-subscriber-edit.php:86
118
- #: ../subscribers/view-subscriber-import.php:107
119
- #: ../subscribers/view-subscriber-import.php:138
120
- msgid "Click here"
121
- msgstr "இங்கே கிளிக் செய்யவும்"
122
-
123
- #: ../compose/compose-add.php:61 ../compose/compose-edit.php:72
124
- #: ../notification/notification-add.php:92
125
- #: ../notification/notification-edit.php:101 ../roles/roles-add.php:81
126
- #: ../settings/settings-edit.php:174 ../subscribers/view-subscriber-add.php:92
127
- #: ../subscribers/view-subscriber-add.php:101
128
- #: ../subscribers/view-subscriber-edit.php:86
129
- #: ../subscribers/view-subscriber-import.php:107
130
- #: ../subscribers/view-subscriber-import.php:138
131
- msgid " to view the details"
132
- msgstr ""
133
-
134
- #: ../compose/compose-add.php:70 ../compose/compose-edit.php:83
135
- #: ../compose/compose-show.php:59
136
- msgid "Compose Mail"
137
- msgstr "மின்னஞ்சல் எழுது"
138
-
139
- #: ../compose/compose-add.php:73 ../compose/compose-edit.php:86
140
- #: ../settings/settings-edit.php:206
141
- msgid "Mail type"
142
- msgstr "மெயில் வகை"
143
-
144
- #: ../compose/compose-add.php:78 ../compose/compose-edit.php:91
145
- #: ../sendmail/sendmail.php:50
146
- msgid "Please select your mail type."
147
- msgstr ""
148
-
149
- #: ../compose/compose-add.php:80 ../compose/compose-edit.php:93
150
- msgid "Enter mail subject."
151
- msgstr ""
152
-
153
- #: ../compose/compose-add.php:82 ../compose/compose-edit.php:95
154
- msgid "Please enter your mail subject."
155
- msgstr ""
156
-
157
- #: ../compose/compose-add.php:85 ../compose/compose-edit.php:97
158
- msgid "Mail content"
159
- msgstr "மின்னஞ்சல் உள்ளடக்கம்"
160
-
161
- #: ../compose/compose-add.php:88 ../compose/compose-edit.php:100
162
- msgid "Please enter content for your mail."
163
- msgstr ""
164
-
165
- #: ../compose/compose-add.php:91 ../compose/compose-edit.php:103
166
- #: ../compose/compose-show.php:71 ../compose/compose-show.php:79
167
- #: ../sentmail/deliverreport-show.php:40 ../sentmail/deliverreport-show.php:52
168
- #: ../sentmail/sentmail-show.php:75 ../sentmail/sentmail-show.php:88
169
- #: ../subscribers/view-subscriber-add.php:122
170
- #: ../subscribers/view-subscriber-edit.php:106
171
- #: ../subscribers/view-subscriber-import.php:156
172
- #: ../subscribers/view-subscriber-show.php:327
173
- #: ../subscribers/view-subscriber-show.php:340
174
- msgid "Status"
175
- msgstr "நிலை"
176
-
177
- #: ../compose/compose-add.php:95 ../compose/compose-edit.php:107
178
- msgid "Please select your mail status."
179
- msgstr ""
180
-
181
- #: ../compose/compose-add.php:99 ../compose/compose-edit.php:112
182
- #: ../cron/cron-add.php:90 ../notification/notification-add.php:216
183
- #: ../notification/notification-edit.php:237 ../roles/roles-add.php:154
184
- #: ../subscribers/view-subscriber-add.php:154
185
- #: ../subscribers/view-subscriber-edit.php:147
186
- #: ../subscribers/view-subscriber-sync.php:156
187
- msgid "Submit"
188
- msgstr "சமர்ப்பிக்கவும்"
189
-
190
- #: ../compose/compose-add.php:100 ../compose/compose-edit.php:113
191
- #: ../cron/cron-add.php:91 ../notification/notification-add.php:217
192
- #: ../notification/notification-edit.php:238 ../roles/roles-add.php:155
193
- #: ../sendmail/sendmail.php:261 ../settings/settings-edit.php:381
194
- #: ../subscribers/view-subscriber-add.php:155
195
- #: ../subscribers/view-subscriber-edit.php:148
196
- #: ../subscribers/view-subscriber-sync.php:157
197
- msgid "Cancel"
198
- msgstr "ரத்து"
199
-
200
- #: ../compose/compose-add.php:101 ../compose/compose-edit.php:114
201
- #: ../compose/compose-preview.php:31 ../compose/compose-show.php:121
202
- #: ../cron/cron-add.php:92 ../notification/notification-add.php:218
203
- #: ../notification/notification-edit.php:239
204
- #: ../notification/notification-show.php:153 ../roles/roles-add.php:156
205
- #: ../sendmail/sendmail.php:262 ../sentmail/deliverreport-show.php:120
206
- #: ../sentmail/sentmail-preview.php:33 ../settings/settings-edit.php:382
207
- #: ../subscribers/view-subscriber-add.php:156
208
- #: ../subscribers/view-subscriber-edit.php:149
209
- #: ../subscribers/view-subscriber-export.php:70
210
- #: ../subscribers/view-subscriber-import.php:190
211
- #: ../subscribers/view-subscriber-show.php:448
212
- #: ../subscribers/view-subscriber-sync.php:158
213
- msgid "Help"
214
- msgstr "உதவி"
215
-
216
- #: ../compose/compose-edit.php:11 ../compose/compose-preview.php:10
217
- #: ../compose/compose-show.php:30 ../notification/notification-edit.php:11
218
- #: ../notification/notification-show.php:16
219
- #: ../sentmail/sentmail-preview.php:12 ../sentmail/sentmail-show.php:18
220
- #: ../settings/settings-edit.php:11 ../subscribers/view-subscriber-edit.php:12
221
- #: ../subscribers/view-subscriber-show.php:46
222
- msgid "Oops, selected details doesnt exist."
223
- msgstr "தேர்வு விவரங்கள் இல்லை."
224
-
225
- #: ../compose/compose-edit.php:55
226
- msgid "Template was successfully updated."
227
- msgstr ""
228
-
229
- #: ../compose/compose-preview.php:17 ../sentmail/sentmail-preview.php:19
230
- msgid "Preview Mail"
231
- msgstr "முன்னோட்டம் மின்னஞ்சல்"
232
-
233
- #: ../compose/compose-preview.php:29 ../sentmail/deliverreport-show.php:119
234
- #: ../sentmail/sentmail-preview.php:32
235
- #: ../subscribers/view-subscriber-export.php:69
236
- #: ../subscribers/view-subscriber-import.php:189
237
- msgid "Back"
238
- msgstr "திரும்ப"
239
-
240
- #: ../compose/compose-preview.php:30 ../compose/compose-show.php:99
241
- #: ../notification/notification-show.php:91
242
- #: ../subscribers/view-subscriber-show.php:374
243
- msgid "Edit"
244
- msgstr "திருத்து"
245
-
246
- #: ../compose/compose-show.php:10 ../sendmail/sendmail.php:11
247
- #: ../subscribers/view-subscriber-show.php:11
248
- msgid "Click Here"
249
- msgstr "இங்கே கிளிக் செய்யவும்"
250
-
251
- #: ../compose/compose-show.php:45 ../notification/notification-show.php:31
252
- #: ../sentmail/sentmail-show.php:33 ../subscribers/view-subscriber-show.php:60
253
- #: ../subscribers/view-subscriber-show.php:104
254
- msgid "Selected record was successfully deleted."
255
- msgstr ""
256
-
257
- #: ../compose/compose-show.php:60 ../compose/compose-show.php:120
258
- #: ../notification/notification-show.php:46
259
- #: ../notification/notification-show.php:152
260
- #: ../subscribers/view-subscriber-show.php:233
261
- #: ../subscribers/view-subscriber-show.php:444
262
- msgid "Add New"
263
- msgstr "சேர்க்க"
264
-
265
- #: ../compose/compose-show.php:70 ../compose/compose-show.php:78
266
- msgid "Email subject"
267
- msgstr "மெயில் தலைப்பு"
268
-
269
- #: ../compose/compose-show.php:72 ../compose/compose-show.php:80
270
- #: ../sentmail/deliverreport-show.php:41 ../sentmail/deliverreport-show.php:53
271
- #: ../sentmail/sentmail-show.php:76 ../sentmail/sentmail-show.php:89
272
- msgid "Type"
273
- msgstr "வகை"
274
-
275
- #: ../compose/compose-show.php:73 ../compose/compose-show.php:81
276
- #: ../sentmail/sentmail-show.php:80 ../sentmail/sentmail-show.php:93
277
- #: ../subscribers/view-subscriber-export.php:32
278
- #: ../subscribers/view-subscriber-export.php:40
279
- #: ../subscribers/view-subscriber-show.php:330
280
- #: ../subscribers/view-subscriber-show.php:343
281
- msgid "Action"
282
- msgstr "செயல்"
283
-
284
- #: ../compose/compose-show.php:100 ../notification/notification-show.php:94
285
- #: ../subscribers/view-subscriber-show.php:377
286
- #: ../subscribers/view-subscriber-show.php:422
287
- msgid "Delete"
288
- msgstr "நீக்கு"
289
-
290
- #: ../compose/compose-show.php:101 ../sentmail/sentmail-show.php:73
291
- #: ../sentmail/sentmail-show.php:86
292
- msgid "Preview"
293
- msgstr "முன்னோட்டம்"
294
-
295
- #: ../compose/compose-show.php:110 ../notification/notification-show.php:142
296
- #: ../sentmail/deliverreport-show.php:84 ../sentmail/sentmail-show.php:132
297
- msgid "No records available."
298
- msgstr "பதிவுகள் இல்லை"
299
-
300
- #: ../cron/cron-add.php:18
301
- msgid "Please enter valid mail count."
302
- msgstr ""
303
-
304
- #: ../cron/cron-add.php:29
305
- msgid "Cron details successfully updated."
306
- msgstr ""
307
-
308
- #: ../cron/cron-add.php:73
309
- msgid "Cron Details"
310
- msgstr "கிரான் விவரங்கள்"
311
-
312
- #: ../cron/cron-add.php:76
313
- msgid "Cron job URL"
314
- msgstr "கிரான் URL"
315
-
316
- #: ../cron/cron-add.php:78
317
- msgid ""
318
- "Please find your cron job URL. This is read only field not able to modify "
319
- "from admin."
320
- msgstr ""
321
-
322
- #: ../cron/cron-add.php:80
323
- msgid "Mail Count"
324
- msgstr "மின்னஞ்சல் கவுண்ட்"
325
-
326
- #: ../cron/cron-add.php:82
327
- msgid "Enter number of mails you want to send per hour/trigger."
328
- msgstr ""
329
-
330
- #: ../cron/cron-add.php:84
331
- msgid "Admin Report"
332
- msgstr ""
333
-
334
- #: ../cron/cron-add.php:86
335
- msgid "Send above mail to admin whenever cron URL triggered in your server."
336
- msgstr ""
337
-
338
- #: ../cron/cron-add.php:98
339
- msgid "How to setup auto emails?"
340
- msgstr ""
341
-
342
- #: ../cron/cron-add.php:99
343
- msgid ""
344
- "I strongly recommend you to use \"Send mail via cron job\" option to send "
345
- "your newsletters and notification. The following link explains how to create "
346
- "a CRON job through the cPanel or Plesk."
347
- msgstr ""
348
-
349
- #: ../cron/cron-add.php:100
350
- msgid "How to setup auto emails (cron job) in Plesk"
351
- msgstr ""
352
-
353
- #: ../cron/cron-add.php:101
354
- msgid "How to setup auto emails (cron job) in cPanal"
355
- msgstr ""
356
-
357
- #: ../cron/cron-add.php:102
358
- msgid "Hosting doesnt support cron jobs?"
359
- msgstr ""
360
-
361
- #: ../export/export-email-address.php:39 ../export/export-email-address.php:45
362
- #: ../export/export-email-address.php:50
363
- msgid "Unexpected url submit has been detected"
364
- msgstr ""
365
-
366
- #: ../job/es-optin.php:64 ../job/es-optin.php:79 ../job/es-unsubscribe.php:60
367
- #: ../job/es-unsubscribe.php:70
368
- msgid ""
369
- "Oops.. We are getting some technical error. Please try again or contact "
370
- "admin."
371
- msgstr ""
372
-
373
- #: ../job/es-optin.php:69
374
- msgid "This email address has already been confirmed."
375
- msgstr ""
376
-
377
- #: ../notification/notification-add.php:26
378
- #: ../notification/notification-add.php:120
379
- #: ../notification/notification-edit.php:40
380
- msgid "Please select subscribers group."
381
- msgstr ""
382
-
383
- #: ../notification/notification-add.php:32
384
- #: ../notification/notification-add.php:212
385
- #: ../notification/notification-edit.php:46
386
- #: ../notification/notification-edit.php:232
387
- msgid "Please select notification status."
388
- msgstr ""
389
-
390
- #: ../notification/notification-add.php:38
391
- #: ../notification/notification-add.php:139
392
- #: ../notification/notification-edit.php:52
393
- #: ../notification/notification-edit.php:143
394
- msgid ""
395
- "Please select notification mail subject. Use compose menu to create new."
396
- msgstr ""
397
-
398
- #: ../notification/notification-add.php:44
399
- #: ../notification/notification-add.php:171
400
- #: ../notification/notification-edit.php:58
401
- #: ../notification/notification-edit.php:183
402
- msgid "Please select post categories."
403
- msgstr ""
404
-
405
- #: ../notification/notification-add.php:69
406
- msgid "Notification was successfully created."
407
- msgstr ""
408
-
409
- #: ../notification/notification-add.php:101
410
- msgid "Add Notification"
411
- msgstr ""
412
-
413
- #: ../notification/notification-add.php:104
414
- #: ../notification/notification-edit.php:115
415
- #: ../notification/notification-show.php:57
416
- #: ../notification/notification-show.php:65
417
- msgid "Subscribers Group"
418
- msgstr ""
419
-
420
- #: ../notification/notification-add.php:106
421
- #: ../notification/notification-add.php:124
422
- #: ../notification/notification-edit.php:123 ../sendmail/sendmail.php:108
423
- #: ../sendmail/sendmail.php:154 ../subscribers/view-subscriber-add.php:133
424
- #: ../subscribers/view-subscriber-edit.php:117
425
- #: ../subscribers/view-subscriber-import.php:167
426
- #: ../subscribers/view-subscriber-sync.php:99
427
- #: ../subscribers/view-subscriber-sync.php:130
428
- msgid "Select"
429
- msgstr "தேர்ந்தெடுக்கவும்"
430
-
431
- #: ../notification/notification-add.php:122
432
- #: ../notification/notification-edit.php:121
433
- msgid "Notification Mail"
434
- msgstr "அறிவித்தல்"
435
-
436
- #: ../notification/notification-add.php:141
437
- #: ../notification/notification-edit.php:145
438
- msgid "Post Categories"
439
- msgstr ""
440
-
441
- #: ../notification/notification-add.php:173
442
- #: ../notification/notification-edit.php:185
443
- msgid "Custom post type"
444
- msgstr ""
445
-
446
- #: ../notification/notification-add.php:204
447
- #: ../notification/notification-edit.php:224
448
- msgid "Please select your custom post type (Optional)."
449
- msgstr ""
450
-
451
- #: ../notification/notification-add.php:206
452
- #: ../notification/notification-edit.php:226
453
- #: ../notification/notification-show.php:59
454
- #: ../notification/notification-show.php:67
455
- msgid "Notification Status"
456
- msgstr ""
457
-
458
- #: ../notification/notification-edit.php:84
459
- msgid "Notification was successfully updated."
460
- msgstr ""
461
-
462
- #: ../notification/notification-edit.php:112
463
- msgid "Edit Notification"
464
- msgstr ""
465
-
466
- #: ../notification/notification-edit.php:119
467
- msgid "Not allowed to update the subscribers group in edit page."
468
- msgstr ""
469
-
470
- #: ../notification/notification-show.php:56
471
- #: ../notification/notification-show.php:64
472
- msgid "Mail Subject"
473
- msgstr "மெயில் தலைப்பு"
474
-
475
- #: ../notification/notification-show.php:58
476
- #: ../notification/notification-show.php:66
477
- msgid "Categories / Custom Post"
478
- msgstr ""
479
-
480
- #: ../roles/roles-add.php:92
481
- msgid "Roles and Capabilities"
482
- msgstr ""
483
-
484
- #: ../roles/roles-add.php:94
485
- msgid "Subscribers Menu"
486
- msgstr "சந்தாதாரர்கள்"
487
-
488
- #: ../roles/roles-add.php:100
489
- msgid ""
490
- "Select user role to access plugin Subscribers Menu. Only Admin user can "
491
- "change this value."
492
- msgstr ""
493
-
494
- #: ../roles/roles-add.php:103
495
- msgid "Compose Menu"
496
- msgstr "மின்னஞ்சல் எழுது"
497
-
498
- #: ../roles/roles-add.php:109
499
- msgid ""
500
- "Select user role to access plugin Compose Menu. Only Admin user can change "
501
- "this value."
502
- msgstr ""
503
-
504
- #: ../roles/roles-add.php:111
505
- msgid "Notification Menu"
506
- msgstr "அறிவிப்பு"
507
-
508
- #: ../roles/roles-add.php:117
509
- msgid ""
510
- "Select user role to access plugin Notification Menu. Only Admin user can "
511
- "change this value."
512
- msgstr ""
513
-
514
- #: ../roles/roles-add.php:119
515
- msgid "Send Email Menu/Cron Menu"
516
- msgstr ""
517
-
518
- #: ../roles/roles-add.php:125
519
- msgid ""
520
- "Select user role to access plugin Send Email Menu. Only Admin user can "
521
- "change this value."
522
- msgstr ""
523
-
524
- #: ../roles/roles-add.php:127
525
- msgid "Settings Menu"
526
- msgstr "அமைப்புகள்"
527
-
528
- #: ../roles/roles-add.php:133
529
- msgid ""
530
- "Select user role to access plugin Settings Menu. Only Admin user can change "
531
- "this value."
532
- msgstr ""
533
-
534
- #: ../roles/roles-add.php:135
535
- msgid "Sent Mails Menu"
536
- msgstr "அனுப்பிய மின்னஞ்சல்"
537
-
538
- #: ../roles/roles-add.php:141
539
- msgid ""
540
- "Select user role to access plugin Sent Mails Menu. Only Admin user can "
541
- "change this value."
542
- msgstr ""
543
-
544
- #: ../roles/roles-add.php:143
545
- msgid "Help & Info Menu"
546
- msgstr "உதவி & தகவல்"
547
-
548
- #: ../roles/roles-add.php:149
549
- msgid ""
550
- "Select user role to access plugin Help & Info Menu. Only Admin user can "
551
- "change this value."
552
- msgstr ""
553
-
554
- #: ../sendmail/sendmail.php:35
555
- msgid "Please select your mail subject."
556
- msgstr ""
557
-
558
- #: ../sendmail/sendmail.php:43
559
- msgid "No email address selected."
560
- msgstr ""
561
-
562
- #: ../sendmail/sendmail.php:58
563
- msgid "Mail sent successfully"
564
- msgstr ""
565
-
566
- #: ../sendmail/sendmail.php:64
567
- msgid "Click here for details"
568
- msgstr ""
569
-
570
- #: ../sendmail/sendmail.php:73
571
- msgid "Oops.. We are getting some error. mail not sending."
572
- msgstr ""
573
-
574
- #: ../sendmail/sendmail.php:102
575
- msgid "Select your mail subject"
576
- msgstr ""
577
-
578
- #: ../sendmail/sendmail.php:103
579
- msgid ""
580
- "Select a mail subject from available list. Go to Compose page to create new "
581
- "mail."
582
- msgstr ""
583
-
584
- #: ../sendmail/sendmail.php:133
585
- msgid "Mail Type"
586
- msgstr "மெயில் வகை"
587
-
588
- #: ../sendmail/sendmail.php:134
589
- msgid "Select your mail type."
590
- msgstr ""
591
-
592
- #: ../sendmail/sendmail.php:148
593
- msgid "Select subscriber group"
594
- msgstr ""
595
-
596
- #: ../sendmail/sendmail.php:149
597
- msgid "Select your subscriber group to send email."
598
- msgstr ""
599
-
600
- #: ../sendmail/sendmail.php:174
601
- msgid "Check All"
602
- msgstr ""
603
-
604
- #: ../sendmail/sendmail.php:175
605
- msgid "Uncheck All"
606
- msgstr ""
607
-
608
- #: ../sendmail/sendmail.php:238
609
- msgid "No subscribers available for this search criteria."
610
- msgstr ""
611
-
612
- #: ../sentmail/deliverreport-show.php:11
613
- msgid "Oops.. Unexpected error occurred. Please try again."
614
- msgstr ""
615
-
616
- #: ../sentmail/deliverreport-show.php:19
617
- msgid "Delivery Report"
618
- msgstr ""
619
-
620
- #: ../sentmail/deliverreport-show.php:37 ../sentmail/deliverreport-show.php:49
621
- #: ../subscribers/view-subscriber-export.php:29
622
- #: ../subscribers/view-subscriber-export.php:37
623
- #: ../subscribers/view-subscriber-show.php:324
624
- #: ../subscribers/view-subscriber-show.php:337
625
- msgid "Sno"
626
- msgstr "எண்"
627
-
628
- #: ../sentmail/deliverreport-show.php:38 ../sentmail/deliverreport-show.php:50
629
- msgid "Email"
630
- msgstr ""
631
-
632
- #: ../sentmail/deliverreport-show.php:39 ../sentmail/deliverreport-show.php:51
633
- msgid "Sent Date"
634
- msgstr ""
635
-
636
- #: ../sentmail/deliverreport-show.php:42 ../sentmail/deliverreport-show.php:54
637
- msgid "Viewed Status"
638
- msgstr ""
639
-
640
- #: ../sentmail/deliverreport-show.php:43 ../sentmail/deliverreport-show.php:55
641
- msgid "Viewed Date"
642
- msgstr ""
643
-
644
- #: ../sentmail/deliverreport-show.php:44 ../sentmail/deliverreport-show.php:56
645
- #: ../subscribers/view-subscriber-show.php:329
646
- #: ../subscribers/view-subscriber-show.php:342
647
- msgid "Database ID"
648
- msgstr ""
649
-
650
- #: ../sentmail/deliverreport-show.php:96 ../sentmail/sentmail-show.php:144
651
- msgid " &lt;&lt; "
652
- msgstr ""
653
-
654
- #: ../sentmail/deliverreport-show.php:97 ../sentmail/sentmail-show.php:145
655
- msgid " &gt;&gt; "
656
- msgstr ""
657
-
658
- #: ../sentmail/sentmail-show.php:42
659
- msgid "Successfully deleted all reports except latest 10."
660
- msgstr ""
661
-
662
- #: ../sentmail/sentmail-show.php:72 ../sentmail/sentmail-show.php:85
663
- msgid "View Reports"
664
- msgstr ""
665
-
666
- #: ../sentmail/sentmail-show.php:74 ../sentmail/sentmail-show.php:87
667
- msgid "Source"
668
- msgstr ""
669
-
670
- #: ../sentmail/sentmail-show.php:77 ../sentmail/sentmail-show.php:90
671
- msgid "Start Date"
672
- msgstr ""
673
-
674
- #: ../sentmail/sentmail-show.php:78 ../sentmail/sentmail-show.php:91
675
- msgid "End Date"
676
- msgstr ""
677
-
678
- #: ../sentmail/sentmail-show.php:79 ../sentmail/sentmail-show.php:92
679
- msgid "Total"
680
- msgstr ""
681
-
682
- #: ../sentmail/sentmail-show.php:168 ../sentmail/sentmail-show.php:170
683
- msgid "Optimize Table"
684
- msgstr ""
685
-
686
- #: ../sentmail/sentmail-show.php:180
687
- msgid ""
688
- "Note: Please click <strong>Optimize Table</strong> button to delete all "
689
- "reports except latest 10."
690
- msgstr ""
691
-
692
- #: ../settings/setting-sync.php:8
693
- msgid "Table sync completed successfully."
694
- msgstr ""
695
-
696
- #: ../settings/setting-sync.php:21
697
- msgid "Sync plugin tables"
698
- msgstr ""
699
-
700
- #: ../settings/setting-sync.php:25
701
- msgid "Click to sync tables"
702
- msgstr ""
703
-
704
- #: ../settings/settings-edit.php:102
705
- msgid "Please enter sender of notifications from name."
706
- msgstr ""
707
-
708
- #: ../settings/settings-edit.php:108
709
- msgid "Please enter sender of notifications from email."
710
- msgstr ""
711
-
712
- #: ../settings/settings-edit.php:143
713
- msgid "Details was successfully updated."
714
- msgstr ""
715
-
716
- #: ../settings/settings-edit.php:148
717
- msgid "Oops, details not update."
718
- msgstr ""
719
-
720
- #: ../settings/settings-edit.php:196
721
- msgid "Sender of notifications"
722
- msgstr ""
723
-
724
- #: ../settings/settings-edit.php:197
725
- msgid ""
726
- "Choose a FROM name and FROM email address for all notifications emails from "
727
- "this plugin."
728
- msgstr ""
729
-
730
- #: ../settings/settings-edit.php:207
731
- msgid ""
732
- "Option 1 & 2 is to send mails with default Wordpress method wp_mail(). "
733
- "Option 3 & 4 is to send mails with PHP method mail()"
734
- msgstr ""
735
-
736
- #: ../settings/settings-edit.php:221
737
- msgid "Opt-in option"
738
- msgstr ""
739
-
740
- #: ../settings/settings-edit.php:222
741
- msgid ""
742
- "Double Opt In, means subscribers need to confirm their email address by an "
743
- "activation link sent them on a activation email message. Single Opt In, "
744
- "means subscribers do not need to confirm their email address."
745
- msgstr ""
746
-
747
- #: ../settings/settings-edit.php:233
748
- msgid "Opt-in mail subject (Confirmation mail)"
749
- msgstr ""
750
-
751
- #: ../settings/settings-edit.php:234
752
- msgid ""
753
- "Enter the subject for Double Opt In mail. This will send whenever subscriber "
754
- "added email into our database."
755
- msgstr ""
756
-
757
- #: ../settings/settings-edit.php:240
758
- msgid "Opt-in mail content (Confirmation mail)"
759
- msgstr ""
760
-
761
- #: ../settings/settings-edit.php:241
762
- msgid ""
763
- "Enter the content for Double Opt In mail. This will send whenever subscriber "
764
- "added email into our database."
765
- msgstr ""
766
-
767
- #: ../settings/settings-edit.php:247
768
- msgid "Opt-in link (Confirmation link)"
769
- msgstr ""
770
-
771
- #: ../settings/settings-edit.php:248
772
- msgid "Double Opt In confirmation link. You no need to change this value."
773
- msgstr ""
774
-
775
- #: ../settings/settings-edit.php:254
776
- msgid "Text to display after email subscribed successfully"
777
- msgstr ""
778
-
779
- #: ../settings/settings-edit.php:255
780
- msgid ""
781
- "This text will display once user clicked email confirmation link from opt-in "
782
- "(confirmation) email content."
783
- msgstr ""
784
-
785
- #: ../settings/settings-edit.php:262
786
- msgid "Subscriber welcome email"
787
- msgstr ""
788
-
789
- #: ../settings/settings-edit.php:263
790
- msgid "To send welcome mail to subscriber, This option must be set to YES."
791
- msgstr ""
792
-
793
- #: ../settings/settings-edit.php:274
794
- msgid "Welcome mail subject"
795
- msgstr ""
796
-
797
- #: ../settings/settings-edit.php:275
798
- msgid ""
799
- "Enter the subject for subscriber welcome mail. This will send whenever email "
800
- "subscribed (confirmed) successfully."
801
- msgstr ""
802
-
803
- #: ../settings/settings-edit.php:281
804
- msgid "Subscriber welcome mail content"
805
- msgstr ""
806
-
807
- #: ../settings/settings-edit.php:282
808
- msgid ""
809
- "Enter the content for subscriber welcome mail. This will send whenever email "
810
- "subscribed (confirmed) successfully."
811
- msgstr ""
812
-
813
- #: ../settings/settings-edit.php:290
814
- msgid "Mail to admin"
815
- msgstr ""
816
-
817
- #: ../settings/settings-edit.php:291
818
- msgid ""
819
- "To send admin notifications for new subscriber, This option must be set to "
820
- "YES."
821
- msgstr ""
822
-
823
- #: ../settings/settings-edit.php:302
824
- msgid "Admin email addresses"
825
- msgstr ""
826
-
827
- #: ../settings/settings-edit.php:303
828
- msgid ""
829
- "Enter the admin email addresses that should receive notifications (separate "
830
- "by comma)."
831
- msgstr ""
832
-
833
- #: ../settings/settings-edit.php:309
834
- msgid "Admin mail subject"
835
- msgstr ""
836
-
837
- #: ../settings/settings-edit.php:310
838
- msgid ""
839
- "Enter the subject for admin mail. This will send whenever new email added "
840
- "and confirmed into our database."
841
- msgstr ""
842
-
843
- #: ../settings/settings-edit.php:316
844
- msgid "Admin mail content"
845
- msgstr ""
846
-
847
- #: ../settings/settings-edit.php:317
848
- msgid ""
849
- "Enter the mail content for admin. This will send whenever new email added "
850
- "and confirmed into our database."
851
- msgstr ""
852
-
853
- #: ../settings/settings-edit.php:324
854
- msgid "Unsubscribe link"
855
- msgstr ""
856
-
857
- #: ../settings/settings-edit.php:325
858
- msgid "Unsubscribe link. You no need to change this value."
859
- msgstr ""
860
-
861
- #: ../settings/settings-edit.php:331
862
- msgid "Unsubscribe text in mail"
863
- msgstr ""
864
-
865
- #: ../settings/settings-edit.php:332
866
- msgid ""
867
- "Enter the text for unsubscribe link. This text is to add unsubscribe link "
868
- "with newsletter."
869
- msgstr ""
870
-
871
- #: ../settings/settings-edit.php:338
872
- msgid "Text to display after email unsubscribed"
873
- msgstr ""
874
-
875
- #: ../settings/settings-edit.php:339
876
- msgid ""
877
- "This text will display once user clicked unsubscribed link from our "
878
- "newsletter."
879
- msgstr ""
880
-
881
- #: ../settings/settings-edit.php:346
882
- msgid "Message 1"
883
- msgstr ""
884
-
885
- #: ../settings/settings-edit.php:347
886
- msgid "Default message to display if any issue on confirmation link."
887
- msgstr ""
888
-
889
- #: ../settings/settings-edit.php:353
890
- msgid "Message 2"
891
- msgstr ""
892
-
893
- #: ../settings/settings-edit.php:354
894
- msgid "Default message to display if any issue on unsubscribe link."
895
- msgstr ""
896
-
897
- #: ../settings/settings-edit.php:361
898
- msgid "Sent report subject"
899
- msgstr ""
900
-
901
- #: ../settings/settings-edit.php:362
902
- msgid "Mail subject for sent mail report."
903
- msgstr ""
904
-
905
- #: ../settings/settings-edit.php:368
906
- msgid "Sent report content"
907
- msgstr ""
908
-
909
- #: ../settings/settings-edit.php:369
910
- msgid "Mail content for sent mail report."
911
- msgstr ""
912
-
913
- #: ../settings/settings-edit.php:380
914
- msgid "Save Settings"
915
- msgstr ""
916
-
917
- #: ../subscribers/view-subscriber-add.php:28
918
- #: ../subscribers/view-subscriber-add.php:120
919
- #: ../subscribers/view-subscriber-edit.php:43
920
- #: ../subscribers/view-subscriber-edit.php:104
921
- msgid "Please enter subscriber email address."
922
- msgstr ""
923
-
924
- #: ../subscribers/view-subscriber-add.php:45
925
- msgid "Please select or create your group for this email."
926
- msgstr ""
927
-
928
- #: ../subscribers/view-subscriber-add.php:54
929
- #: ../subscribers/view-subscriber-import.php:45
930
- msgid ""
931
- "Error: Special characters (['^$%&*()}{@#~?><>,|=_+\\\"]) are not allowed in "
932
- "the group name."
933
- msgstr ""
934
-
935
- #: ../subscribers/view-subscriber-add.php:66
936
- msgid "Email was successfully inserted."
937
- msgstr ""
938
-
939
- #: ../subscribers/view-subscriber-add.php:70
940
- msgid "Email already exist in our list."
941
- msgstr ""
942
-
943
- #: ../subscribers/view-subscriber-add.php:75
944
- msgid "Email is invalid."
945
- msgstr ""
946
-
947
- #: ../subscribers/view-subscriber-add.php:112
948
- msgid "Add email"
949
- msgstr ""
950
-
951
- #: ../subscribers/view-subscriber-add.php:114
952
- #: ../subscribers/view-subscriber-edit.php:98
953
- msgid "Enter full name"
954
- msgstr ""
955
-
956
- #: ../subscribers/view-subscriber-add.php:116
957
- #: ../subscribers/view-subscriber-edit.php:100
958
- msgid "Please enter subscriber full name."
959
- msgstr ""
960
-
961
- #: ../subscribers/view-subscriber-add.php:118
962
- #: ../subscribers/view-subscriber-edit.php:102
963
- msgid "Enter email address."
964
- msgstr ""
965
-
966
- #: ../subscribers/view-subscriber-add.php:129
967
- #: ../subscribers/view-subscriber-edit.php:113
968
- #: ../subscribers/view-subscriber-import.php:163
969
- msgid "Please select subscriber email status."
970
- msgstr ""
971
-
972
- #: ../subscribers/view-subscriber-add.php:131
973
- #: ../subscribers/view-subscriber-import.php:165
974
- msgid "Select (or) Create Group"
975
- msgstr ""
976
-
977
- #: ../subscribers/view-subscriber-add.php:149
978
- #: ../subscribers/view-subscriber-edit.php:141
979
- #: ../subscribers/view-subscriber-import.php:183
980
- msgid "Please select or create group for this subscriber."
981
- msgstr ""
982
-
983
- #: ../subscribers/view-subscriber-edit.php:54
984
- msgid "Error: Special characters are not allowed in the group name."
985
- msgstr ""
986
-
987
- #: ../subscribers/view-subscriber-edit.php:66
988
- msgid "Email was successfully updated."
989
- msgstr ""
990
-
991
- #: ../subscribers/view-subscriber-edit.php:70
992
- msgid "Email already exist for this group."
993
- msgstr ""
994
-
995
- #: ../subscribers/view-subscriber-edit.php:96
996
- msgid "Edit email"
997
- msgstr ""
998
-
999
- #: ../subscribers/view-subscriber-edit.php:115
1000
- #: ../subscribers/view-subscriber-show.php:328
1001
- #: ../subscribers/view-subscriber-show.php:341
1002
- msgid "Group"
1003
- msgstr "குழு"
1004
-
1005
- #: ../subscribers/view-subscriber-export.php:24
1006
- msgid "Export email address in csv format"
1007
- msgstr ""
1008
-
1009
- #: ../subscribers/view-subscriber-export.php:30
1010
- #: ../subscribers/view-subscriber-export.php:38
1011
- msgid "Export option"
1012
- msgstr ""
1013
-
1014
- #: ../subscribers/view-subscriber-export.php:31
1015
- #: ../subscribers/view-subscriber-export.php:39
1016
- msgid "Total email"
1017
- msgstr ""
1018
-
1019
- #: ../subscribers/view-subscriber-export.php:46
1020
- msgid "Subscriber email address"
1021
- msgstr ""
1022
-
1023
- #: ../subscribers/view-subscriber-export.php:48
1024
- #: ../subscribers/view-subscriber-export.php:54
1025
- #: ../subscribers/view-subscriber-export.php:60
1026
- msgid "Click to export csv"
1027
- msgstr ""
1028
-
1029
- #: ../subscribers/view-subscriber-export.php:52
1030
- msgid "Registered email address"
1031
- msgstr ""
1032
-
1033
- #: ../subscribers/view-subscriber-export.php:58
1034
- msgid "Comments author email address"
1035
- msgstr ""
1036
-
1037
- #: ../subscribers/view-subscriber-export.php:67
1038
- msgid "Add Email"
1039
- msgstr "சந்தாதாரர் சேர்"
1040
-
1041
- #: ../subscribers/view-subscriber-export.php:68
1042
- #: ../subscribers/view-subscriber-show.php:445
1043
- msgid "Import Email"
1044
- msgstr "மெயில் இறக்கு"
1045
-
1046
- #: ../subscribers/view-subscriber-import.php:103
1047
- msgid "Email(s) was successfully imported."
1048
- msgstr ""
1049
-
1050
- #: ../subscribers/view-subscriber-import.php:104
1051
- msgid "Email(s) are already in our database."
1052
- msgstr ""
1053
-
1054
- #: ../subscribers/view-subscriber-import.php:105
1055
- msgid "Email(s) are invalid."
1056
- msgstr ""
1057
-
1058
- #: ../subscribers/view-subscriber-import.php:115
1059
- msgid "File upload failed or no data available in the csv file."
1060
- msgstr ""
1061
-
1062
- #: ../subscribers/view-subscriber-import.php:150
1063
- msgid "Upload email"
1064
- msgstr ""
1065
-
1066
- #: ../subscribers/view-subscriber-import.php:151
1067
- msgid "Select csv file"
1068
- msgstr ""
1069
-
1070
- #: ../subscribers/view-subscriber-import.php:153
1071
- msgid ""
1072
- "Please select the input csv file. Please check official website for csv "
1073
- "structure."
1074
- msgstr ""
1075
-
1076
- #: ../subscribers/view-subscriber-import.php:188
1077
- msgid "Upload CSV"
1078
- msgstr ""
1079
-
1080
- #: ../subscribers/view-subscriber-show.php:72
1081
- #: ../subscribers/view-subscriber-show.php:125
1082
- msgid ""
1083
- "To send confirmation mail, Please change the Opt-in option to Double Opt In."
1084
- msgstr ""
1085
-
1086
- #: ../subscribers/view-subscriber-show.php:81
1087
- msgid "Confirmation email resent successfully."
1088
- msgstr ""
1089
-
1090
- #: ../subscribers/view-subscriber-show.php:110
1091
- #: ../subscribers/view-subscriber-show.php:156
1092
- #: ../subscribers/view-subscriber-show.php:201
1093
- msgid "Oops, No record was selected."
1094
- msgstr ""
1095
-
1096
- #: ../subscribers/view-subscriber-show.php:150
1097
- msgid "Confirmation email(s) resent successfully."
1098
- msgstr ""
1099
-
1100
- #: ../subscribers/view-subscriber-show.php:186
1101
- msgid "Selected subscribers group was successfully updated."
1102
- msgstr ""
1103
-
1104
- #: ../subscribers/view-subscriber-show.php:192
1105
- msgid "Oops, New group name was not selected."
1106
- msgstr ""
1107
-
1108
- #: ../subscribers/view-subscriber-show.php:232
1109
- msgid "View subscriber"
1110
- msgstr "சந்தாதாரர்கள்"
1111
-
1112
- #: ../subscribers/view-subscriber-show.php:280
1113
- msgid "All Groups"
1114
- msgstr "குழு"
1115
-
1116
- #: ../subscribers/view-subscriber-show.php:299
1117
- msgid "All Status"
1118
- msgstr "நிலை"
1119
-
1120
- #: ../subscribers/view-subscriber-show.php:300
1121
- msgid "Confirmed"
1122
- msgstr "உறுதிசெய்யப்பட்ட"
1123
-
1124
- #: ../subscribers/view-subscriber-show.php:301
1125
- msgid "Unconfirmed"
1126
- msgstr "உறுதிசெய்யப்படாத"
1127
-
1128
- #: ../subscribers/view-subscriber-show.php:302
1129
- msgid "Unsubscribed"
1130
- msgstr "விலகப்பட்டது"
1131
-
1132
- #: ../subscribers/view-subscriber-show.php:303
1133
- msgid "Single Opt In"
1134
- msgstr "ஒற்றை Opt In"
1135
-
1136
- #: ../subscribers/view-subscriber-show.php:325
1137
- #: ../subscribers/view-subscriber-show.php:338
1138
- msgid "Email address"
1139
- msgstr "மின்னஞ்சல் முகவரி"
1140
-
1141
- #: ../subscribers/view-subscriber-show.php:385
1142
- #: ../subscribers/view-subscriber-show.php:423
1143
- msgid "Resend Confirmation"
1144
- msgstr "மறுபடியனுப்பு"
1145
-
1146
- #: ../subscribers/view-subscriber-show.php:401
1147
- msgid ""
1148
- "No records available. Please use the above alphabet search button to search."
1149
- msgstr ""
1150
-
1151
- #: ../subscribers/view-subscriber-show.php:421
1152
- msgid "Bulk Actions"
1153
- msgstr "செயல்கள்"
1154
-
1155
- #: ../subscribers/view-subscriber-show.php:424
1156
- msgid "Update Subscribers Group"
1157
- msgstr "சந்தாதாரர்கள் குழு"
1158
-
1159
- #: ../subscribers/view-subscriber-show.php:427
1160
- msgid "Select Group"
1161
- msgstr ""
1162
-
1163
- #: ../subscribers/view-subscriber-show.php:441
1164
- msgid "Apply"
1165
- msgstr "பயன்படுத்து"
1166
-
1167
- #: ../subscribers/view-subscriber-show.php:446
1168
- msgid "Export Email"
1169
- msgstr "மெயில் இறக்கு"
1170
-
1171
- #: ../subscribers/view-subscriber-show.php:447
1172
- msgid "Sync Email"
1173
- msgstr "Sync Email"
1174
-
1175
- #: ../subscribers/view-subscriber-sync.php:33
1176
- #: ../subscribers/view-subscriber-sync.php:119
1177
- msgid "Please select default group to newly registered user."
1178
- msgstr ""
1179
-
1180
- #: ../subscribers/view-subscriber-sync.php:39
1181
- #: ../subscribers/view-subscriber-sync.php:150
1182
- msgid "Please select default group to newly commented user."
1183
- msgstr ""
1184
-
1185
- #: ../subscribers/view-subscriber-sync.php:56
1186
- msgid "Sync email successfully updated."
1187
- msgstr ""
1188
-
1189
- #: ../subscribers/view-subscriber-sync.php:88
1190
- msgid "Sync email"
1191
- msgstr "Sync email"
1192
-
1193
- #: ../subscribers/view-subscriber-sync.php:90
1194
- msgid "Sync newly registered user"
1195
- msgstr ""
1196
-
1197
- #: ../subscribers/view-subscriber-sync.php:95
1198
- msgid ""
1199
- "Automatically add a newly registered user email address to subscribers list."
1200
- msgstr ""
1201
-
1202
- #: ../subscribers/view-subscriber-sync.php:97
1203
- #: ../subscribers/view-subscriber-sync.php:128
1204
- msgid "Select default group"
1205
- msgstr ""
1206
-
1207
- #: ../subscribers/view-subscriber-sync.php:121
1208
- msgid "Sync newly commented user"
1209
- msgstr ""
1210
-
1211
- #: ../subscribers/view-subscriber-sync.php:126
1212
- msgid ""
1213
- "Automatically add a newly commented (who posted comments) user email address "
1214
- "to subscribers list."
1215
- msgstr ""
1216
-
1217
- #~ msgid "Export Email (CSV)"
1218
- #~ msgstr "மெயில் ஏற்றுமதி"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/email-subscribers-tr_TR.mo CHANGED
Binary file
languages/email-subscribers-tr_TR.po CHANGED
@@ -1,1654 +1,1883 @@
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: Tue May 03 2016 20:44:06 GMT+0300 (Türkiye Yaz Saati)\n"
7
- "Last-Translator: Erkan Oruç <design@designerkan.com>\n"
8
- "Language-Team: \n"
9
- "Language: Turkish\n"
10
- "Plural-Forms: nplurals=1; plural=0\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: Loco - https://localise.biz/\n"
16
- "X-Poedit-KeywordsList: _:1;gettext:1;dgettext:2;ngettext:1,2;dngettext:2,3;"
17
- "__:1;_e:1;_c:1;_n:1,2;_n_noop:1,2;_nc:1,2;__ngettext:1,2;__ngettext_noop:1,2;"
18
- "_x:1,2c;_ex:1,2c;_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;"
19
- "esc_attr__:1;esc_html__:1;esc_attr_e:1;esc_html_e:1;esc_attr_x:1,2c;"
20
- "esc_html_x:1,2c;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: tr_TR\n"
23
- "X-Poedit-SearchPath-0: .."
24
-
25
- #. Description of the plugin
26
- msgid ""
27
- "Email subscribers plugin has options to send newsletters to subscribers. It "
28
- "has a separate page with HTML editor to create a HTML newsletter. Also have "
29
- "options to send notification email to subscribers when new posts are "
30
- "published to your blog. Separate page available to include and exclude "
31
- "categories to send notifications."
32
- msgstr ""
33
-
34
- #. Author of the plugin
35
- msgid "Store Apps"
36
- msgstr ""
37
-
38
- #: ../settings/setting-sync.php:21
39
- msgid "Sync plugin tables"
40
- msgstr ""
41
-
42
- #: ../settings/setting-sync.php:25
43
- msgid "Click to sync tables"
44
- msgstr ""
45
-
46
- #: ../settings/settings-edit.php:360
47
- msgid "Sent report subject"
48
- msgstr ""
49
-
50
- #: ../settings/settings-edit.php:361
51
- msgid "Mail subject for sent mail report."
52
- msgstr ""
53
-
54
- #: ../settings/settings-edit.php:367
55
- msgid "Sent report content"
56
- msgstr ""
57
-
58
- #: ../settings/settings-edit.php:368
59
- msgid "Mail content for sent mail report."
60
- msgstr ""
61
-
62
- #: ../classes/es-register.php:169
63
- msgid "Cron"
64
- msgstr ""
65
-
66
- #: ../classes/es-register.php:175 ../classes/es-register.php:176
67
- msgid "Roles"
68
- msgstr ""
69
-
70
- #: ../classes/es-register.php:182
71
- msgid "<span style=\"color:#f18500;font-weight:bolder;\">Help & Info"
72
- msgstr ""
73
-
74
- #: ../classes/es-register.php:193
75
- msgctxt "view-subscriber-enhanced-select"
76
- msgid "Please enter subscriber email address."
77
- msgstr ""
78
-
79
- #: ../classes/es-register.php:194
80
- msgctxt "view-subscriber-enhanced-select"
81
- msgid "Please select subscriber email status."
82
- msgstr ""
83
-
84
- #: ../classes/es-register.php:195
85
- msgctxt "view-subscriber-enhanced-select"
86
- msgid "Please select or create group for this subscriber."
87
- msgstr ""
88
-
89
- #: ../classes/es-register.php:196
90
- msgctxt "view-subscriber-enhanced-select"
91
- msgid "Do you want to delete this record?"
92
- msgstr ""
93
-
94
- #: ../classes/es-register.php:197
95
- msgctxt "view-subscriber-enhanced-select"
96
- msgid "Please select the bulk action."
97
- msgstr ""
98
-
99
- #: ../classes/es-register.php:198
100
- msgctxt "view-subscriber-enhanced-select"
101
- msgid "Do you want to delete selected record(s)?"
102
- msgstr ""
103
-
104
- #: ../classes/es-register.php:199
105
- msgctxt "view-subscriber-enhanced-select"
106
- msgid "Are you sure you want to delete?"
107
- msgstr ""
108
-
109
- #: ../classes/es-register.php:200
110
- msgctxt "view-subscriber-enhanced-select"
111
- msgid ""
112
- "Do you want to resend confirmation email? \\nAlso please note, this will "
113
- "update subscriber current status to 'Unconfirmed'."
114
- msgstr ""
115
-
116
- #: ../classes/es-register.php:201
117
- msgctxt "view-subscriber-enhanced-select"
118
- msgid "Please select new subscriber group."
119
- msgstr ""
120
-
121
- #: ../classes/es-register.php:202
122
- msgctxt "view-subscriber-enhanced-select"
123
- msgid "Do you want to update subscribers group?"
124
- msgstr ""
125
-
126
- #: ../classes/es-register.php:203
127
- msgctxt "view-subscriber-enhanced-select"
128
- msgid "Do you want to export the emails?"
129
- msgstr ""
130
-
131
- #: ../classes/es-register.php:204
132
- msgctxt "view-subscriber-enhanced-select"
133
- msgid ""
134
- "Please select only csv file. Please check official website for csv structure."
135
- "."
136
- msgstr ""
137
-
138
- #: ../classes/es-register.php:212
139
- msgctxt "compose-enhanced-select"
140
- msgid "Please enter name for configuration."
141
- msgstr ""
142
-
143
- #: ../classes/es-register.php:213
144
- msgctxt "compose-enhanced-select"
145
- msgid "Please select template for this configuration."
146
- msgstr ""
147
-
148
- #: ../classes/es-register.php:214
149
- msgctxt "compose-enhanced-select"
150
- msgid "Do you want to delete this record?"
151
- msgstr ""
152
-
153
- #: ../classes/es-register.php:222
154
- msgctxt "notification-enhanced-select"
155
- msgid "Please select subscribers group."
156
- msgstr ""
157
-
158
- #: ../classes/es-register.php:223
159
- msgctxt "notification-enhanced-select"
160
- msgid "Please select notification mail subject. Use compose menu to create new."
161
- msgstr ""
162
-
163
- #: ../classes/es-register.php:224
164
- msgctxt "notification-enhanced-select"
165
- msgid "Please select notification status."
166
- msgstr ""
167
-
168
- #: ../classes/es-register.php:225
169
- msgctxt "notification-enhanced-select"
170
- msgid "Do you want to delete this record?"
171
- msgstr ""
172
-
173
- #: ../classes/es-register.php:233
174
- msgctxt "sendmail-enhanced-select"
175
- msgid "Please select your mail subject."
176
- msgstr ""
177
-
178
- #: ../classes/es-register.php:234
179
- msgctxt "sendmail-enhanced-select"
180
- msgid "Please select subscriber email status."
181
- msgstr ""
182
-
183
- #: ../classes/es-register.php:235
184
- msgctxt "sendmail-enhanced-select"
185
- msgid "Are you sure you want to send email to all selected email address?"
186
- msgstr ""
187
-
188
- #: ../classes/es-register.php:247
189
- msgctxt "sentmail-enhanced-select"
190
- msgid "Do you want to delete this record?"
191
- msgstr ""
192
-
193
- #: ../classes/es-register.php:248
194
- msgctxt "sentmail-enhanced-select"
195
- msgid "Do you want to delete all records except latest 10?"
196
- msgstr ""
197
-
198
- #: ../classes/es-register.php:256
199
- msgctxt "roles-enhanced-select"
200
- msgid "Please enter subscriber email address."
201
- msgstr ""
202
-
203
- #: ../classes/es-register.php:257
204
- msgctxt "roles-enhanced-select"
205
- msgid "Please select subscriber email status."
206
- msgstr ""
207
-
208
- #: ../classes/es-register.php:258
209
- msgctxt "roles-enhanced-select"
210
- msgid "Please select or create group for this subscriber."
211
- msgstr ""
212
-
213
- #: ../classes/es-register.php:266
214
- msgctxt "cron-enhanced-select"
215
- msgid "Please select enter number of mails you want to send per hour/trigger."
216
- msgstr ""
217
-
218
- #: ../classes/es-register.php:267
219
- msgctxt "cron-enhanced-select"
220
- msgid "Please enter the mail count, only number."
221
- msgstr ""
222
-
223
- #: ../classes/es-register.php:282
224
- msgctxt "widget-enhanced-select"
225
- msgid "Cannot create XMLHTTP instance"
226
- msgstr ""
227
-
228
- #: ../classes/es-register.php:299
229
- msgctxt "widget-page-enhanced-select"
230
- msgid "Cannot create XMLHTTP instance"
231
- msgstr ""
232
-
233
- #: ../classes/es-register.php:305
234
- msgctxt "widget-page-enhanced-select"
235
- msgid "Please try after some time."
236
- msgstr ""
237
-
238
- #: ../classes/es-register.php:306
239
- msgctxt "widget-page-enhanced-select"
240
- msgid "There was a problem with the request."
241
- msgstr ""
242
-
243
- #: ../subscribers/view-subscriber-add.php:54 ../subscribers/view-subscriber-
244
- #: import.php:45
245
- msgid ""
246
- "Error: Special characters (['^$%&*()}{@#~?><>,|=_+\\\"]) are not allowed in "
247
- "the group name."
248
- msgstr ""
249
-
250
- #: ../subscribers/view-subscriber-sync.php:90
251
- msgid "Sync newly registered user"
252
- msgstr ""
253
-
254
- #: ../subscribers/view-subscriber-sync.php:95
255
- msgid "Automatically add a newly registered user email address to subscribers list."
256
- msgstr ""
257
-
258
- #: ../subscribers/view-subscriber-sync.php:121
259
- msgid "Sync newly commented user"
260
- msgstr ""
261
-
262
- #: ../subscribers/view-subscriber-sync.php:126
263
- msgid ""
264
- "Automatically add a newly commented (who posted comments) user email address "
265
- "to subscribers list."
266
- msgstr ""
267
-
268
- #: ../subscribers/view-subscriber-edit.php:54
269
- msgid "Error: Special characters are not allowed in the group name."
270
- msgstr ""
271
-
272
- #: ../subscribers/view-subscriber-show.php:303
273
- msgid "Single Opt In"
274
- msgstr ""
275
-
276
- #: ../notification/notification-edit.php:184 ../notification/notification-add.php:
277
- #: 172
278
- msgid "Custom post type"
279
- msgstr ""
280
-
281
- #: ../notification/notification-show.php:57 ../notification/notification-show.php:
282
- #: 65
283
- msgid "Categories / Custom Post"
284
- msgstr ""
285
-
286
- #: ../cron/cron-add.php:72
287
- msgid "Cron Details"
288
- msgstr ""
289
-
290
- #: ../cron/cron-add.php:75
291
- msgid "Cron job URL"
292
- msgstr ""
293
-
294
- #: ../cron/cron-add.php:77
295
- msgid ""
296
- "Please find your cron job URL. This is read only field not able to modify "
297
- "from admin."
298
- msgstr ""
299
-
300
- #: ../cron/cron-add.php:81
301
- msgid "Enter number of mails you want to send per hour/trigger."
302
- msgstr ""
303
-
304
- #: ../cron/cron-add.php:85
305
- msgid "Send above mail to admin whenever cron URL triggered in your server."
306
- msgstr ""
307
-
308
- #: ../cron/cron-add.php:97 ../help/help.php:108
309
- msgid "How to setup auto emails using CRON Job through the cPanel or Plesk?"
310
- msgstr ""
311
-
312
- #: ../cron/cron-add.php:98
313
- msgid ""
314
- "<a target=\"_blank\" href=\"http://www.gopiplus.com/work/2015/08/02/how-to-"
315
- "schedule-auto-emails-for-email-subscribers-wordpress-plugin-in-parallels-"
316
- "plesk/\">Setup cron job in Plesk</a>"
317
- msgstr ""
318
-
319
- #: ../cron/cron-add.php:99
320
- msgid ""
321
- "<a target=\"_blank\" href=\"http://www.gopiplus.com/work/2015/08/04/how-to-"
322
- "schedule-auto-emails-for-email-subscribers-wordpress-plugin-in-"
323
- "cpanel/\">Setup cron job in cPanal</a>"
324
- msgstr ""
325
-
326
- #: ../cron/cron-add.php:100
327
- msgid ""
328
- "<a target=\"_blank\" href=\"http://www.gopiplus.com/work/2015/08/08/email-"
329
- "subscribers-wordpress-plugin-how-to-schedule-auto-mails-cron-mails/\">Hosting "
330
- "doesnt support cron jobs?</a>"
331
- msgstr ""
332
-
333
- #: ../roles/roles-add.php:91
334
- msgid "Roles and Capabilities"
335
- msgstr ""
336
-
337
- #: ../roles/roles-add.php:99
338
- msgid ""
339
- "Select user role to access plugin Subscribers Menu. Only Admin user can "
340
- "change this value."
341
- msgstr ""
342
-
343
- #: ../roles/roles-add.php:108
344
- msgid ""
345
- "Select user role to access plugin Compose Menu. Only Admin user can change "
346
- "this value."
347
- msgstr ""
348
-
349
- #: ../roles/roles-add.php:116
350
- msgid ""
351
- "Select user role to access plugin Notification Menu. Only Admin user can "
352
- "change this value."
353
- msgstr ""
354
-
355
- #: ../roles/roles-add.php:118
356
- msgid "Send Email Menu/Cron Menu"
357
- msgstr ""
358
-
359
- #: ../roles/roles-add.php:124
360
- msgid ""
361
- "Select user role to access plugin Send Email Menu. Only Admin user can "
362
- "change this value."
363
- msgstr ""
364
-
365
- #: ../roles/roles-add.php:132
366
- msgid ""
367
- "Select user role to access plugin Settings Menu. Only Admin user can change "
368
- "this value."
369
- msgstr ""
370
-
371
- #: ../roles/roles-add.php:140
372
- msgid ""
373
- "Select user role to access plugin Sent Mails Menu. Only Admin user can "
374
- "change this value."
375
- msgstr ""
376
-
377
- #: ../roles/roles-add.php:148
378
- msgid ""
379
- "Select user role to access plugin Help & Info Menu. Only Admin user can "
380
- "change this value."
381
- msgstr ""
382
-
383
- #: ../help/help.php:27
384
- msgid "Welcome to Email Subscribers!"
385
- msgstr ""
386
-
387
- #: ../help/help.php:29
388
- msgid "Thanks for installing and we hope you will enjoy using Email Subscribers."
389
- msgstr ""
390
-
391
- #: ../help/help.php:34
392
- msgid "For more help and tips..."
393
- msgstr ""
394
-
395
- #: ../help/help.php:77
396
- msgid "Frequently Asked Questions"
397
- msgstr ""
398
-
399
- #: ../help/help.php:88
400
- msgid "How to setup subscription box widget?"
401
- msgstr ""
402
-
403
- #: ../help/help.php:95
404
- msgid "How to add unsubscribe link in welcome email?"
405
- msgstr ""
406
-
407
- #: ../help/help.php:103
408
- msgid "How to change/update/translate any text from the plugin?"
409
- msgstr ""
410
-
411
- #: ../help/help.php:104
412
- msgid ""
413
- "Email Subscribers has a POT file named <code>email-subscribers.pot</code> "
414
- "present at /wp-content/plugins/email-subscribers/languages/. Use that with "
415
- "<strong>Loco Translate</strong> plugin and change/update/translate any text "
416
- "that you want.<br>\n"
417
- " Refer steps from <a target=\"_blank\" href=\"http://www.storeapps."
418
- "org/support/documentation/translating-storeapps-plugins/\">here</a>.<br>"
419
- msgstr ""
420
-
421
- #: ../help/help.php:109
422
- msgid ""
423
- " 1. <a target=\"_blank\" href=\"http://www.gopiplus.com/work/2015/08/02/how-to-"
424
- "schedule-auto-emails-for-email-subscribers-wordpress-plugin-in-parallels-"
425
- "plesk/\">Setup cron job in Plesk</a><br>\n"
426
- " 2. <a target=\"_blank\" href=\"http://www.gopiplus."
427
- "com/work/2015/08/04/how-to-schedule-auto-emails-for-email-subscribers-"
428
- "wordpress-plugin-in-cpanel/\">Setup cron job in cPanal</a><br>\n"
429
- " 3. <a target=\"_blank\" href=\"http://www.gopiplus."
430
- "com/work/2015/08/08/email-subscribers-wordpress-plugin-how-to-schedule-auto-"
431
- "mails-cron-mails/\">Hosting doesnt support cron jobs?</a>"
432
- msgstr ""
433
-
434
- #: ../help/help.php:114
435
- msgid "Notification Emails are not being received by Subscribers?"
436
- msgstr ""
437
-
438
- #: ../help/help.php:115
439
- #, php-format
440
- msgid "Confirm steps from %s."
441
- msgstr ""
442
-
443
- #: ../help/help.php:115 ../help/help.php:119 ../help/help.php:123 ../help/help.
444
- #: php:127 ../help/help.php:131 ../help/help.php:135 ../help/help.php:139 ..
445
- #: help/help.php:143 ../help/help.php:147 ../help/help.php:151
446
- msgid "here"
447
- msgstr ""
448
-
449
- #: ../help/help.php:118
450
- msgid "How to import and export email address to subscriber list?"
451
- msgstr ""
452
-
453
- #: ../help/help.php:119 ../help/help.php:123 ../help/help.php:127 ../help/help.
454
- #: php:131 ../help/help.php:135 ../help/help.php:139 ../help/help.php:143 ..
455
- #: help/help.php:147 ../help/help.php:151
456
- #, php-format
457
- msgid "Refer %s."
458
- msgstr ""
459
-
460
- #: ../help/help.php:122
461
- msgid "How to compose static newsletter?"
462
- msgstr ""
463
-
464
- #: ../help/help.php:126
465
- msgid "How to send static newsletter manually?"
466
- msgstr ""
467
-
468
- #: ../help/help.php:130
469
- msgid ""
470
- "How to configure notification email to subscribers when new posts are "
471
- "published?"
472
- msgstr ""
473
-
474
- #: ../help/help.php:134
475
- msgid "How to install and activate Email Subscribers on multisite installations?"
476
- msgstr ""
477
-
478
- #: ../help/help.php:138
479
- msgid "Where to check sent mails?"
480
- msgstr ""
481
-
482
- #: ../help/help.php:142
483
- msgid "Is Mail not working in Email Subscribers?"
484
- msgstr ""
485
-
486
- #: ../help/help.php:146
487
- msgid ""
488
- "How to modify the existing mails (Opt-in mail, Welcome mail, Admin mails) "
489
- "content?"
490
- msgstr ""
491
-
492
- #: ../help/help.php:150
493
- msgid "How to add new subscribers group? How to bulk update Subscribers group?"
494
- msgstr ""
495
-
496
- #: ../help/help.php:154
497
- msgid "I can't find a way to do X..."
498
- msgstr ""
499
-
500
- #: ../help/help.php:155
501
- #, php-format
502
- msgid "If you can't find your favorite feature (or have a suggestion) %s."
503
- msgstr ""
504
-
505
- #: ../help/help.php:155
506
- msgid "contact us"
507
- msgstr ""
508
-
509
- #: ../sentmail/sentmail-show.php:73 ../sentmail/sentmail-show.php:86
510
- #, fuzzy
511
- msgid "Source"
512
- msgstr "Gönderme Kaynağı"
513
-
514
- #: ../sentmail/sentmail-show.php:76 ../sentmail/sentmail-show.php:89
515
- #, fuzzy
516
- msgid "Start Date"
517
- msgstr "Gönderme Başlama Tarihi"
518
-
519
- #: ../sentmail/sentmail-show.php:77 ../sentmail/sentmail-show.php:90
520
- #, fuzzy
521
- msgid "End Date"
522
- msgstr "Gönderme Bitirme Tarihi"
523
-
524
- #: ../sentmail/sentmail-show.php:78 ../sentmail/sentmail-show.php:91
525
- #, fuzzy
526
- msgid "Total"
527
- msgstr "Toplam EPostalar"
528
-
529
- #: ../subscribers/view-subscriber-sync.php:33 ../subscribers/view-subscriber-sync.
530
- #: php:119
531
- #, fuzzy
532
- msgid "Please select default group to newly registered user."
533
- msgstr "Lütfen Bir Grup seçiniz veya Yeni Bir Grup oluşturunuz."
534
-
535
- #: ../subscribers/view-subscriber-sync.php:39 ../subscribers/view-subscriber-sync.
536
- #: php:150
537
- #, fuzzy
538
- msgid "Please select default group to newly commented user."
539
- msgstr "Lütfen Bir Grup seçiniz veya Yeni Bir Grup oluşturunuz."
540
-
541
- #: ../subscribers/view-subscriber-sync.php:97 ../subscribers/view-subscriber-sync.
542
- #: php:128
543
- #, fuzzy
544
- msgid "Select default group"
545
- msgstr "Seç veya Yeni Grup Oluştur"
546
-
547
- #: ../subscribers/view-subscriber-show.php:280
548
- #, fuzzy
549
- msgid "All Groups"
550
- msgstr "Grup"
551
-
552
- #: ../subscribers/view-subscriber-show.php:299
553
- #, fuzzy
554
- msgid "All Status"
555
- msgstr "Durum"
556
-
557
- #: ../cron/cron-add.php:83
558
- #, fuzzy
559
- msgid "Admin Report"
560
- msgstr "Raporlara Bak"
561
-
562
- #: ../roles/roles-add.php:134
563
- #, fuzzy
564
- msgid "Sent Mails Menu"
565
- msgstr "Giden Postalar"
566
-
567
- #: ../roles/roles-add.php:142
568
- #, fuzzy
569
- msgid "Help & Info Menu"
570
- msgstr "Yardım & Bilgi"
571
-
572
- #. Name of the plugin
573
- msgid "Email Subscribers"
574
- msgstr "E-posta üyeleri"
575
-
576
- #. URI of the plugin
577
- msgid "http://www.storeapps.org"
578
- msgstr "http://designerkan.com"
579
-
580
- #: ../classes/es-register.php:279
581
- msgctxt "widget-enhanced-select"
582
- msgid "Please enter email address."
583
- msgstr "Lütfen geçerli bir e-posta adresi giriniz."
584
-
585
- #: ../classes/es-register.php:280
586
- msgctxt "widget-enhanced-select"
587
- msgid "Please provide a valid email address."
588
- msgstr "Lütfen geçerli bir e-posta adresi giriniz."
589
-
590
- #: ../classes/es-register.php:281
591
- msgctxt "widget-enhanced-select"
592
- msgid "loading..."
593
- msgstr "Lütfen bekleyiniz..."
594
-
595
- #: ../classes/es-register.php:283
596
- msgctxt "widget-enhanced-select"
597
- msgid "Subscribed successfully."
598
- msgstr "Üyelik tamamlandı."
599
-
600
- #: ../classes/es-register.php:284
601
- msgctxt "widget-enhanced-select"
602
- msgid ""
603
- "You have successfully subscribed to the newsletter. You will receive a "
604
- "confirmation email in a few minutes. Please follow the link in it to confirm "
605
- "your subscription. If the email takes more than 15 minutes to appear in your "
606
- "mailbox, please check your spam folder."
607
- msgstr ""
608
- "Başarıyla üye oldunuz. Aktivasyon için size bir mail gönderdik. Üyeliği "
609
- "tamamlayabilmek için lütfen maildeki onay linkini yıklayınız."
610
-
611
- #: ../classes/es-register.php:285
612
- msgctxt "widget-enhanced-select"
613
- msgid "Email already exist."
614
- msgstr "E-posta adresi zaten kayıtlı."
615
-
616
- #: ../classes/es-register.php:286
617
- msgctxt "widget-enhanced-select"
618
- msgid "Oops.. Unexpected error occurred."
619
- msgstr "Beklenmeyen bir hata oluştu."
620
-
621
- #: ../classes/es-register.php:287
622
- msgctxt "widget-enhanced-select"
623
- msgid "Invalid email address."
624
- msgstr "Geçersiz mail adresi."
625
-
626
- #: ../classes/es-register.php:288
627
- msgctxt "widget-enhanced-select"
628
- msgid "Please try after some time."
629
- msgstr "Lütfen biraz sonra tekrar deneyiniz."
630
-
631
- #: ../classes/es-register.php:289
632
- msgctxt "widget-enhanced-select"
633
- msgid "There was a problem with the request."
634
- msgstr "Bir problem oluştu."
635
-
636
- #: ../classes/es-register.php:296
637
- msgctxt "widget-page-enhanced-select"
638
- msgid "Please enter email address."
639
- msgstr "Lütfen mail adresinizi giriniz."
640
-
641
- #: ../classes/es-register.php:297
642
- msgctxt "widget-page-enhanced-select"
643
- msgid "Please provide a valid email address."
644
- msgstr "Lütfen geçerli bir mail adresi giriniz."
645
-
646
- #: ../classes/es-register.php:298
647
- msgctxt "widget-page-enhanced-select"
648
- msgid "loading..."
649
- msgstr "Lütfen bekleyiniz..."
650
-
651
- #: ../classes/es-register.php:300
652
- msgctxt "widget-page-enhanced-select"
653
- msgid "Subscribed successfully."
654
- msgstr "Üyelik tamamlandı."
655
-
656
- #: ../classes/es-register.php:301
657
- msgctxt "widget-page-enhanced-select"
658
- msgid ""
659
- "You have successfully subscribed to the newsletter. You will receive a "
660
- "confirmation email in a few minutes. Please follow the link in it to confirm "
661
- "your subscription. If the email takes more than 15 minutes to appear in your "
662
- "mailbox, please check your spam folder."
663
- msgstr ""
664
- "Başarıyla üye oldunuz. Aktivasyon için size bir mail gönderdik. Üyeliği "
665
- "tamamlayabilmek için lütfen maildeki onay linkini yıklayınız."
666
-
667
- #: ../classes/es-register.php:302
668
- msgctxt "widget-page-enhanced-select"
669
- msgid "Email already exist."
670
- msgstr "Bu mail adresi zaten kayıtlı."
671
-
672
- #: ../classes/es-register.php:303
673
- msgctxt "widget-page-enhanced-select"
674
- msgid "Oops.. Unexpected error occurred."
675
- msgstr "Beklenmeyen bir hata oluştu."
676
-
677
- #: ../classes/es-register.php:304
678
- msgctxt "widget-page-enhanced-select"
679
- msgid "Invalid email address."
680
- msgstr "Geçersiz mail adresi."
681
-
682
- #: ../subscribers/view-subscriber-show.php:302
683
- msgid "Unsubscribed"
684
- msgstr "Üyelik iptali"
685
-
686
- #: ../settings/setting-sync.php:8
687
- msgid "Table sync completed successfully."
688
- msgstr "E-posta başarıyla gönderildi."
689
-
690
- #: ../settings/settings-edit.php:11 ../sentmail/sentmail-show.php:18 ..
691
- #: sentmail/sentmail-preview.php:12 ../subscribers/view-subscriber-edit.php:12 ..
692
- #: subscribers/view-subscriber-show.php:46 ../notification/notification-edit.php:
693
- #: 11 ../notification/notification-show.php:16 ../compose/compose-edit.php:11 ..
694
- #: compose/compose-show.php:30 ../compose/compose-preview.php:10
695
- msgid "Oops, selected details doesnt exist."
696
- msgstr "Afedersiniz, seçilen detaylar yok."
697
-
698
- #: ../settings/settings-edit.php:102
699
- msgid "Please enter sender of notifications from name."
700
- msgstr "Bildirimlerin hangi isimden gönderileceğini giriniz."
701
-
702
- #: ../settings/settings-edit.php:108
703
- msgid "Please enter sender of notifications from email."
704
- msgstr "Bildirimlerin hangi EPosta adresinden gönderileceğini giriniz."
705
-
706
- #: ../settings/settings-edit.php:143
707
- msgid "Details was successfully updated."
708
- msgstr "Detaylar başarıyla güncellendi"
709
-
710
- #: ../settings/settings-edit.php:148
711
- msgid "Oops, details not update."
712
- msgstr "Afedersiniz, detaylar güncellenmedi."
713
-
714
- #: ../settings/settings-edit.php:173 ../subscribers/view-subscriber-add.php:92 ..
715
- #: subscribers/view-subscriber-add.php:101 ../subscribers/view-subscriber-edit.
716
- #: php:86 ../subscribers/view-subscriber-import.php:107 ../subscribers/view-
717
- #: subscriber-import.php:138 ../notification/notification-edit.php:100 ..
718
- #: notification/notification-add.php:91 ../compose/compose-edit.php:71 ..
719
- #: compose/compose-add.php:60 ../roles/roles-add.php:81
720
- msgid "Click here"
721
- msgstr "Buraya Tıklayınız"
722
-
723
- #: ../settings/settings-edit.php:174 ../subscribers/view-subscriber-add.php:92 ..
724
- #: subscribers/view-subscriber-add.php:101 ../subscribers/view-subscriber-edit.
725
- #: php:86 ../subscribers/view-subscriber-import.php:107 ../subscribers/view-
726
- #: subscriber-import.php:138 ../notification/notification-edit.php:101 ..
727
- #: notification/notification-add.php:92 ../compose/compose-edit.php:72 ..
728
- #: compose/compose-add.php:61 ../roles/roles-add.php:81
729
- msgid " to view the details"
730
- msgstr "detayları görmek için"
731
-
732
- #: ../settings/settings-edit.php:189 ../classes/es-register.php:172 ../classes/es-
733
- #: register.php:173
734
- msgid "Settings"
735
- msgstr "Ayarlar"
736
-
737
- #: ../settings/settings-edit.php:195
738
- msgid "Sender of notifications"
739
- msgstr "Bildirimleri Gönderen"
740
-
741
- #: ../settings/settings-edit.php:196
742
- msgid ""
743
- "Choose a FROM name and FROM email address for all notifications emails from "
744
- "this plugin."
745
- msgstr ""
746
- "Bu Eklenti ile gönderilecek bütün bildirimler için Gönderen İsim ve EPosta "
747
- "Adresini seçiniz."
748
-
749
- #: ../settings/settings-edit.php:205 ../compose/compose-edit.php:85 ..
750
- #: compose/compose-add.php:72
751
- msgid "Mail type"
752
- msgstr "E-posta Yöntemi"
753
-
754
- #: ../settings/settings-edit.php:206
755
- msgid ""
756
- "Option 1 & 2 is to send mails with default Wordpress method wp_mail(). "
757
- "Option 3 & 4 is to send mails with PHP method mail()"
758
- msgstr ""
759
- "Option 1 & 2 is to send mails with default Wordpress method \n"
760
- "wp_mail(). Option 3 & 4 is to send mails with PHP method mail()"
761
-
762
- #: ../settings/settings-edit.php:220
763
- msgid "Opt-in option"
764
- msgstr "Onaylama Yöntemi"
765
-
766
- #: ../settings/settings-edit.php:221
767
- msgid ""
768
- "Double Opt In, means subscribers need to confirm their email address by an "
769
- "activation link sent them on a activation email message. Single Opt In, "
770
- "means subscribers do not need to confirm their email address."
771
- msgstr ""
772
- "Double Opt In seçeneğinde, EPosta Listesine kaydolacak adreslere bir "
773
- "Onaylama mesajı ve kayıttan sonra da Hoşgeldin Mesajı gönderilir.\n"
774
- "Single Opt In seçeneğinde, sonradan ayrıca Bildirim gönderilmez."
775
-
776
- #: ../settings/settings-edit.php:232
777
- msgid "Opt-in mail subject (Confirmation mail)"
778
- msgstr "Onaylama EPostasının Konusu "
779
-
780
- #: ../settings/settings-edit.php:233
781
- msgid ""
782
- "Enter the subject for Double Opt In mail. This will send whenever subscriber "
783
- "added email into our database."
784
- msgstr "Double Opt In EPosta Konusu. EPosta Listesine kaydolanlara gönderilecektir."
785
-
786
- #: ../settings/settings-edit.php:239
787
- msgid "Opt-in mail content (Confirmation mail)"
788
- msgstr "Onaylama Metni"
789
-
790
- #: ../settings/settings-edit.php:240
791
- msgid ""
792
- "Enter the content for Double Opt In mail. This will send whenever subscriber "
793
- "added email into our database."
794
- msgstr "Double Opt In EPosta Metni. EPosta Listesine eklenenlere gönderilecektir."
795
-
796
- #: ../settings/settings-edit.php:246
797
- msgid "Opt-in link (Confirmation link)"
798
- msgstr "Onaylama EPostasının Onay Linki"
799
-
800
- #: ../settings/settings-edit.php:247
801
- msgid "Double Opt In confirmation link. You no need to change this value."
802
- msgstr "Double Opt In Onaylama Linki. Bu değerleri değiştirmeniz gerekmez."
803
-
804
- #: ../settings/settings-edit.php:253
805
- msgid "Text to display after email subscribed successfully"
806
- msgstr "Başarıyla Haber Listesine eklendikten sonra gönderilecek Metin."
807
-
808
- #: ../settings/settings-edit.php:254
809
- msgid ""
810
- "This text will display once user clicked email confirmation link from opt-in "
811
- "(confirmation) email content."
812
- msgstr ""
813
- "Bu Metin, EPosta mesajındaki Onay linkine tıklandığında bir kez "
814
- "gösterilecektir."
815
-
816
- #: ../settings/settings-edit.php:261
817
- msgid "Subscriber welcome email"
818
- msgstr "Kaydolanlara Hoşgeldin EPostası"
819
-
820
- #: ../settings/settings-edit.php:262
821
- msgid "To send welcome mail to subscriber, This option must be set to YES."
822
- msgstr ""
823
- "Kaydolanlara Hoşgeldin EPostası Gönderme. Bu seçenek EVET olarak "
824
- "kurgulanmalıdır."
825
-
826
- #: ../settings/settings-edit.php:273
827
- msgid "Welcome mail subject"
828
- msgstr "Hoşgeldin EPosta Konusu"
829
-
830
- #: ../settings/settings-edit.php:274
831
- msgid ""
832
- "Enter the subject for subscriber welcome mail. This will send whenever email "
833
- "subscribed (confirmed) successfully."
834
- msgstr ""
835
- "Kaydolanlara Hoşgeldin EPostasının konusunu giriniz. Başarıyla kayıt işlemi "
836
- "tamamlananlara gönderilecektir."
837
-
838
- #: ../settings/settings-edit.php:280
839
- msgid "Subscriber welcome mail content"
840
- msgstr "Kaydolanlara Hoşgeldin EPosta Metni"
841
-
842
- #: ../settings/settings-edit.php:281
843
- msgid ""
844
- "Enter the content for subscriber welcome mail. This will send whenever email "
845
- "subscribed (confirmed) successfully."
846
- msgstr ""
847
- "Kaydolanlara Hoşgeldin EPosta Metnini giriniz. Başarıyla kayıt işlemi "
848
- "tamamlananlara gönderilecektir."
849
-
850
- #: ../settings/settings-edit.php:289
851
- msgid "Mail to admin"
852
- msgstr "Site Yönetimini Bilgilendir"
853
-
854
- #: ../settings/settings-edit.php:290
855
- msgid ""
856
- "To send admin notifications for new subscriber, This option must be set to "
857
- "YES."
858
- msgstr ""
859
- "Site Yöneticisine Yeni Kaydolan Bildirimi gönderme. Bu seçenek EVET olarak "
860
- "kurgulanmalıdır."
861
-
862
- #: ../settings/settings-edit.php:301
863
- msgid "Admin email addresses"
864
- msgstr "Site Yönetimi EPosta Adresi"
865
-
866
- #: ../settings/settings-edit.php:302
867
- msgid ""
868
- "Enter the admin email addresses that should receive notifications (separate "
869
- "by comma)."
870
- msgstr ""
871
- "Bildirim gönderilecek Site Yöneticisi EPosta Adreslerini (birden fazla ise "
872
- "virgülle ayırarak) giriniz."
873
-
874
- #: ../settings/settings-edit.php:308
875
- msgid "Admin mail subject"
876
- msgstr "Site Yöneticisine EPosta Konusu"
877
-
878
- #: ../settings/settings-edit.php:309
879
- msgid ""
880
- "Enter the subject for admin mail. This will send whenever new email added "
881
- "and confirmed into our database."
882
- msgstr ""
883
- "Site Yöneticisine EPosta konusu giriniz. Haber Listesine yeni biri "
884
- "kaydolduğunda gönderilecektir."
885
-
886
- #: ../settings/settings-edit.php:315
887
- msgid "Admin mail content"
888
- msgstr "Site Yöneticisine EPosta Metni"
889
-
890
- #: ../settings/settings-edit.php:316
891
- msgid ""
892
- "Enter the mail content for admin. This will send whenever new email added "
893
- "and confirmed into our database."
894
- msgstr ""
895
- "Site Yöneticisine EPosta Metnini giriniz. Haber Listesine yeni biri "
896
- "kaydolduğunda gönderilecektir."
897
-
898
- #: ../settings/settings-edit.php:323
899
- msgid "Unsubscribe link"
900
- msgstr "Kayıt Silme Linki"
901
-
902
- #: ../settings/settings-edit.php:324
903
- msgid "Unsubscribe link. You no need to change this value."
904
- msgstr "Kayıt Silme Linki. Bu değeri değiştirmeniz gerekmez."
905
-
906
- #: ../settings/settings-edit.php:330
907
- msgid "Unsubscribe text in mail"
908
- msgstr "Kayıt Silme Metni"
909
-
910
- #: ../settings/settings-edit.php:331
911
- msgid ""
912
- "Enter the text for unsubscribe link. This text is to add unsubscribe link "
913
- "with newsletter."
914
- msgstr ""
915
- "Kayıt Silme linkinin Metnini giriniz. Bu Metin, Haber Listesine gönderilen "
916
- "Haber Bültenlerinin altına yerleştirilecektir."
917
-
918
- #: ../settings/settings-edit.php:337
919
- msgid "Text to display after email unsubscribed"
920
- msgstr "Bir EPosta silindikten sonra gösterilecek Metin"
921
-
922
- #: ../settings/settings-edit.php:338
923
- msgid ""
924
- "This text will display once user clicked unsubscribed link from our "
925
- "newsletter."
926
- msgstr ""
927
- "Bu Metin, Haber Bültenlerindeki Kayıt Silme linkine tıklayanlara bir kez "
928
- "gösterilecektir."
929
-
930
- #: ../settings/settings-edit.php:345
931
- msgid "Message 1"
932
- msgstr "Metin 1"
933
-
934
- #: ../settings/settings-edit.php:346
935
- msgid "Default message to display if any issue on confirmation link."
936
- msgstr "Onaylama Linkinde herhangi bir sorun olduğunda gösterilecek Varsayılan Metin"
937
-
938
- #: ../settings/settings-edit.php:352
939
- msgid "Message 2"
940
- msgstr "Metin 2"
941
-
942
- #: ../settings/settings-edit.php:353
943
- msgid "Default message to display if any issue on unsubscribe link."
944
- msgstr "Kayıt Silme linkinde herhangi bir sorun olduğunda gösterilecek Metin"
945
-
946
- #: ../settings/settings-edit.php:379
947
- msgid "Save Settings"
948
- msgstr "Ayarları Kaydet"
949
-
950
- #: ../settings/settings-edit.php:380 ../subscribers/view-subscriber-add.php:154 ..
951
- #: subscribers/view-subscriber-sync.php:157 ../subscribers/view-subscriber-edit.
952
- #: php:147 ../notification/notification-edit.php:237 ../notification/notification-
953
- #: add.php:216 ../compose/compose-edit.php:112 ../compose/compose-add.php:99 ..
954
- #: cron/cron-add.php:90 ../sendmail/sendmail.php:260 ../roles/roles-add.php:154
955
- msgid "Cancel"
956
- msgstr "İptal"
957
-
958
- #: ../settings/settings-edit.php:381 ../sentmail/sentmail-preview.php:33 ..
959
- #: sentmail/deliverreport-show.php:120 ../subscribers/view-subscriber-add.php:
960
- #: 155 ../subscribers/view-subscriber-sync.php:158 ../subscribers/view-subscriber-
961
- #: export.php:68 ../subscribers/view-subscriber-edit.php:148 ../subscribers/view-
962
- #: subscriber-import.php:189 ../subscribers/view-subscriber-show.php:448 ..
963
- #: notification/notification-edit.php:238 ../notification/notification-add.php:
964
- #: 217 ../notification/notification-show.php:152 ../compose/compose-edit.php:113 .
965
- #: ./compose/compose-show.php:120 ../compose/compose-preview.php:30 ..
966
- #: compose/compose-add.php:100 ../cron/cron-add.php:91 ../sendmail/sendmail.php:
967
- #: 261 ../roles/roles-add.php:155
968
- msgid "Help"
969
- msgstr "Yardım"
970
-
971
- #: ../job/es-optin.php:64 ../job/es-optin.php:79 ../job/es-unsubscribe.php:60 ..
972
- #: job/es-unsubscribe.php:70
973
- msgid ""
974
- "Oops.. We are getting some technical error. Please try again or contact "
975
- "admin."
976
- msgstr ""
977
- "Afedersiniz.. Teknik bir sorun yaşıyoruz. Lütfen tekrar deneyin veya Site "
978
- "Yönetimine EPosta Gönderin."
979
-
980
- #: ../job/es-optin.php:69
981
- msgid "This email address has already been confirmed."
982
- msgstr "EPosta adresi seçilmedi."
983
-
984
- #: ../sentmail/sentmail-show.php:33 ../subscribers/view-subscriber-show.php:60 ..
985
- #: subscribers/view-subscriber-show.php:104 ../notification/notification-show.
986
- #: php:31 ../compose/compose-show.php:45
987
- msgid "Selected record was successfully deleted."
988
- msgstr "Seçilen kayıt başarıyla silindi."
989
-
990
- #: ../sentmail/sentmail-show.php:42
991
- msgid "Successfully deleted all reports except latest 10."
992
- msgstr "EnSon 10 Rapor Hariç hepsi başarıyla silindi."
993
-
994
- #: ../sentmail/sentmail-show.php:53 ../classes/es-register.php:178 ../classes/es-
995
- #: register.php:179
996
- msgid "Sent Mails"
997
- msgstr "Giden Postalar"
998
-
999
- #: ../sentmail/sentmail-show.php:71 ../sentmail/sentmail-show.php:84
1000
- msgid "View Reports"
1001
- msgstr "Raporlara Bak"
1002
-
1003
- #: ../sentmail/sentmail-show.php:72 ../sentmail/sentmail-show.php:85 ..
1004
- #: compose/compose-show.php:100
1005
- msgid "Preview"
1006
- msgstr "Önizleme"
1007
-
1008
- #: ../sentmail/sentmail-show.php:74 ../sentmail/sentmail-show.php:87 ..
1009
- #: sentmail/deliverreport-show.php:40 ../sentmail/deliverreport-show.php:52 ..
1010
- #: subscribers/view-subscriber-add.php:121 ../subscribers/view-subscriber-edit.
1011
- #: php:105 ../subscribers/view-subscriber-import.php:155 ../subscribers/view-
1012
- #: subscriber-show.php:327 ../subscribers/view-subscriber-show.php:340 ..
1013
- #: compose/compose-edit.php:102 ../compose/compose-show.php:70 ..
1014
- #: compose/compose-show.php:78 ../compose/compose-add.php:90
1015
- msgid "Status"
1016
- msgstr "Durum"
1017
-
1018
- #: ../sentmail/sentmail-show.php:75 ../sentmail/sentmail-show.php:88 ..
1019
- #: sentmail/deliverreport-show.php:41 ../sentmail/deliverreport-show.php:53 ..
1020
- #: compose/compose-show.php:71 ../compose/compose-show.php:79
1021
- msgid "Type"
1022
- msgstr "Türü"
1023
-
1024
- #: ../sentmail/sentmail-show.php:79 ../sentmail/sentmail-show.php:92 ..
1025
- #: subscribers/view-subscriber-export.php:30 ../subscribers/view-subscriber-
1026
- #: export.php:38 ../subscribers/view-subscriber-show.php:330 ../subscribers/view-
1027
- #: subscriber-show.php:343 ../compose/compose-show.php:72 ../compose/compose-show.
1028
- #: php:80
1029
- msgid "Action"
1030
- msgstr "Eylem"
1031
-
1032
- #: ../sentmail/sentmail-show.php:131 ../sentmail/deliverreport-show.php:84 ..
1033
- #: notification/notification-show.php:141 ../compose/compose-show.php:109
1034
- msgid "No records available."
1035
- msgstr "Kayıt Yok!"
1036
-
1037
- #: ../sentmail/sentmail-show.php:143 ../sentmail/deliverreport-show.php:96
1038
- msgid " &lt;&lt; "
1039
- msgstr " &lt;&lt; "
1040
-
1041
- #: ../sentmail/sentmail-show.php:144 ../sentmail/deliverreport-show.php:97
1042
- msgid " &gt;&gt; "
1043
- msgstr " &gt;&gt; "
1044
-
1045
- #: ../sentmail/sentmail-show.php:167 ../sentmail/sentmail-show.php:169
1046
- msgid "Optimize Table"
1047
- msgstr "Tabloyu OptimizeEt"
1048
-
1049
- #: ../sentmail/sentmail-show.php:179
1050
- msgid ""
1051
- "Note: Please click <strong>Optimize Table</strong> button to delete all "
1052
- "reports except latest 10."
1053
- msgstr ""
1054
- "Not: EnSon 10 Rapor dışındakileri silmek için <strong>Raporları "
1055
- "OptimizeEt</strong> tuşuna tıklayın."
1056
-
1057
- #: ../sentmail/sentmail-preview.php:19 ../compose/compose-preview.php:16
1058
- msgid "Preview Mail"
1059
- msgstr "E-posta Önizleme"
1060
-
1061
- #: ../sentmail/sentmail-preview.php:32 ../sentmail/deliverreport-show.php:119 ..
1062
- #: subscribers/view-subscriber-export.php:67 ../subscribers/view-subscriber-
1063
- #: import.php:188 ../compose/compose-preview.php:28
1064
- msgid "Back"
1065
- msgstr "Geri"
1066
-
1067
- #: ../sentmail/deliverreport-show.php:11
1068
- msgid "Oops.. Unexpected error occurred. Please try again."
1069
- msgstr "Afedersiniz... Beklenmedik bir hata oldu, tekrar deneyiniz."
1070
-
1071
- #: ../sentmail/deliverreport-show.php:19
1072
- msgid "Delivery Report"
1073
- msgstr "Teslimat Raporu"
1074
-
1075
- #: ../sentmail/deliverreport-show.php:37 ../sentmail/deliverreport-show.php:49 ..
1076
- #: subscribers/view-subscriber-export.php:27 ../subscribers/view-subscriber-
1077
- #: export.php:35 ../subscribers/view-subscriber-show.php:324 ../subscribers/view-
1078
- #: subscriber-show.php:337
1079
- msgid "Sno"
1080
- msgstr "Sıra"
1081
-
1082
- #: ../sentmail/deliverreport-show.php:38 ../sentmail/deliverreport-show.php:50
1083
- msgid "Email"
1084
- msgstr "E-posta"
1085
-
1086
- #: ../sentmail/deliverreport-show.php:39 ../sentmail/deliverreport-show.php:51
1087
- msgid "Sent Date"
1088
- msgstr "Gönderme Tarihi"
1089
-
1090
- #: ../sentmail/deliverreport-show.php:42 ../sentmail/deliverreport-show.php:54
1091
- msgid "Viewed Status"
1092
- msgstr "Görülme Durumu"
1093
-
1094
- #: ../sentmail/deliverreport-show.php:43 ../sentmail/deliverreport-show.php:55
1095
- msgid "Viewed Date"
1096
- msgstr "Görülme Tarihi"
1097
-
1098
- #: ../sentmail/deliverreport-show.php:44 ../sentmail/deliverreport-show.php:56 ..
1099
- #: subscribers/view-subscriber-show.php:329 ../subscribers/view-subscriber-show.
1100
- #: php:342
1101
- msgid "Database ID"
1102
- msgstr "Database NO"
1103
-
1104
- #: ../classes/es-loadwidget.php:25 ../classes/es-register.php:437 ..
1105
- #: subscribers/view-subscriber-show.php:326 ../subscribers/view-subscriber-show.
1106
- #: php:339
1107
- msgid "Name"
1108
- msgstr "Adınız"
1109
-
1110
- #: ../classes/es-loadwidget.php:30 ../classes/es-register.php:442
1111
- msgid "Email *"
1112
- msgstr "E-posta Adresiniz*"
1113
-
1114
- #: ../classes/es-loadwidget.php:35 ../classes/es-register.php:447
1115
- msgid "Subscribe"
1116
- msgstr "Takip Et"
1117
-
1118
- #: ../classes/es-register.php:157 ../classes/es-register.php:158
1119
- msgid "Subscribers"
1120
- msgstr "E-posta Listesi"
1121
-
1122
- #: ../classes/es-register.php:160 ../classes/es-register.php:161
1123
- msgid "Compose"
1124
- msgstr "E-posta Şablonu"
1125
-
1126
- #: ../classes/es-register.php:163 ../classes/es-register.php:164 ..
1127
- #: notification/notification-show.php:44
1128
- msgid "Notification"
1129
- msgstr "E-posta Bildirimi"
1130
-
1131
- #: ../classes/es-register.php:166 ../classes/es-register.php:167 ..
1132
- #: sendmail/sendmail.php:94 ../sendmail/sendmail.php:256 ../sendmail/sendmail.
1133
- #: php:258
1134
- msgid "Send Email"
1135
- msgstr "E-posta Gönderimi"
1136
-
1137
- #: ../classes/es-register.php:170
1138
- msgid "Cron Mail"
1139
- msgstr "E-posta Şablonu"
1140
-
1141
- #: ../classes/es-register.php:181
1142
- msgid "Help & Info"
1143
- msgstr "Yardım & Bilgi"
1144
-
1145
- #: ../classes/es-register.php:484
1146
- msgid "Widget Title"
1147
- msgstr "Bileşen Adı"
1148
-
1149
- #: ../classes/es-register.php:488
1150
- msgid "Display Name Field"
1151
- msgstr "Kayıtta İsim Sorulsun mu?"
1152
-
1153
- #: ../classes/es-register.php:495
1154
- msgid "Short Description"
1155
- msgstr "Kısa Bilgi"
1156
-
1157
- #: ../classes/es-register.php:497
1158
- msgid "Short description about your subscription form."
1159
- msgstr "Kaydolma Formunuz Hakkında Kısa Bilgi."
1160
-
1161
- #: ../classes/es-register.php:500
1162
- msgid "Subscriber Group"
1163
- msgstr "E-posta Listesi Grubu"
1164
-
1165
- #: ../subscribers/view-subscriber-add.php:28 ../subscribers/view-subscriber-add.
1166
- #: php:119 ../subscribers/view-subscriber-edit.php:43 ../subscribers/view-
1167
- #: subscriber-edit.php:103
1168
- msgid "Please enter subscriber email address."
1169
- msgstr "Lütfen kaydedilecek EPosta Adresini giriniz."
1170
-
1171
- #: ../subscribers/view-subscriber-add.php:45
1172
- msgid "Please select or create your group for this email."
1173
- msgstr "Lütfen bu EPosta için Bir Grup seçiniz veya Yeni Bir Grup oluşturunuz."
1174
-
1175
- #: ../subscribers/view-subscriber-add.php:66
1176
- msgid "Email was successfully inserted."
1177
- msgstr "EPosta başarıyla eklendi."
1178
-
1179
- #: ../subscribers/view-subscriber-add.php:70
1180
- msgid "Email already exist in our list."
1181
- msgstr "Bu EPosta Haber Listemizde Var!"
1182
-
1183
- #: ../subscribers/view-subscriber-add.php:75
1184
- msgid "Email is invalid."
1185
- msgstr "Bu EPosta Geçersiz."
1186
-
1187
- #: ../subscribers/view-subscriber-add.php:111
1188
- msgid "Add email"
1189
- msgstr "EPosta Ekle"
1190
-
1191
- #: ../subscribers/view-subscriber-add.php:113 ../subscribers/view-subscriber-edit.
1192
- #: php:97
1193
- msgid "Enter full name"
1194
- msgstr "Tam isim giriniz"
1195
-
1196
- #: ../subscribers/view-subscriber-add.php:115 ../subscribers/view-subscriber-edit.
1197
- #: php:99
1198
- msgid "Please enter subscriber full name."
1199
- msgstr "Lütfen kaydolanın tam adını giriniz."
1200
-
1201
- #: ../subscribers/view-subscriber-add.php:117 ../subscribers/view-subscriber-edit.
1202
- #: php:101
1203
- msgid "Enter email address."
1204
- msgstr "EPosta adresini giriniz."
1205
-
1206
- #: ../subscribers/view-subscriber-add.php:128 ../subscribers/view-subscriber-edit.
1207
- #: php:112 ../subscribers/view-subscriber-import.php:162
1208
- msgid "Please select subscriber email status."
1209
- msgstr "Lütfen kaydolacak EPosta durumunu giriniz."
1210
-
1211
- #: ../subscribers/view-subscriber-add.php:130 ../subscribers/view-subscriber-
1212
- #: import.php:164
1213
- msgid "Select (or) Create Group"
1214
- msgstr "Seç veya Yeni Grup Oluştur"
1215
-
1216
- #: ../subscribers/view-subscriber-add.php:132 ../subscribers/view-subscriber-sync.
1217
- #: php:99 ../subscribers/view-subscriber-sync.php:130 ../subscribers/view-
1218
- #: subscriber-edit.php:116 ../subscribers/view-subscriber-import.php:166 ..
1219
- #: notification/notification-edit.php:122 ../notification/notification-add.php:
1220
- #: 105 ../notification/notification-add.php:123 ../sendmail/sendmail.php:107 ..
1221
- #: sendmail/sendmail.php:153
1222
- msgid "Select"
1223
- msgstr "Seç"
1224
-
1225
- #: ../subscribers/view-subscriber-add.php:148 ../subscribers/view-subscriber-edit.
1226
- #: php:140 ../subscribers/view-subscriber-import.php:182
1227
- msgid "Please select or create group for this subscriber."
1228
- msgstr "Lütfen Bir Grup seçiniz veya Yeni Bir Grup oluşturunuz."
1229
-
1230
- #: ../subscribers/view-subscriber-add.php:153 ../subscribers/view-subscriber-sync.
1231
- #: php:156 ../subscribers/view-subscriber-edit.php:146 ..
1232
- #: notification/notification-edit.php:236 ../notification/notification-add.php:
1233
- #: 215 ../compose/compose-edit.php:111 ../compose/compose-add.php:98 ../cron/cron-
1234
- #: add.php:89 ../roles/roles-add.php:153
1235
- msgid "Submit"
1236
- msgstr "Tamam"
1237
-
1238
- #: ../subscribers/view-subscriber-sync.php:56
1239
- msgid "Sync email successfully updated."
1240
- msgstr "E-posta başarıyla güncellendi."
1241
-
1242
- #: ../subscribers/view-subscriber-sync.php:88
1243
- msgid "Sync email"
1244
- msgstr "E-posta Gönderimi"
1245
-
1246
- #: ../subscribers/view-subscriber-export.php:22
1247
- msgid "Export email address in csv format"
1248
- msgstr "EPosta Adreslerini dışarı aktar (CSV)"
1249
-
1250
- #: ../subscribers/view-subscriber-export.php:28 ../subscribers/view-subscriber-
1251
- #: export.php:36
1252
- msgid "Export option"
1253
- msgstr "Dışarı aktarma seçeneği"
1254
-
1255
- #: ../subscribers/view-subscriber-export.php:29 ../subscribers/view-subscriber-
1256
- #: export.php:37
1257
- msgid "Total email"
1258
- msgstr "Toplam EPosta"
1259
-
1260
- #: ../subscribers/view-subscriber-export.php:44
1261
- msgid "Subscriber email address"
1262
- msgstr "Kaydolan EPosta Adresi"
1263
-
1264
- #: ../subscribers/view-subscriber-export.php:46 ../subscribers/view-subscriber-
1265
- #: export.php:52 ../subscribers/view-subscriber-export.php:58
1266
- msgid "Click to export csv"
1267
- msgstr "Dışarı Aktarma için Tıklayınız (CSV)"
1268
-
1269
- #: ../subscribers/view-subscriber-export.php:50
1270
- msgid "Registered email address"
1271
- msgstr "Kaydedilmiş EPosta Adresi"
1272
-
1273
- #: ../subscribers/view-subscriber-export.php:56
1274
- msgid "Comments author email address"
1275
- msgstr "Yorumlayan EPosta Adresi"
1276
-
1277
- #: ../subscribers/view-subscriber-export.php:65
1278
- msgid "Add Email"
1279
- msgstr "EPosta Ekle"
1280
-
1281
- #: ../subscribers/view-subscriber-export.php:66 ../subscribers/view-subscriber-
1282
- #: show.php:445
1283
- msgid "Import Email"
1284
- msgstr "EPosta İçeri Aktar"
1285
-
1286
- #: ../subscribers/view-subscriber-edit.php:66
1287
- msgid "Email was successfully updated."
1288
- msgstr "EPosta başarıyla güncellendi."
1289
-
1290
- #: ../subscribers/view-subscriber-edit.php:70
1291
- msgid "Email already exist for this group."
1292
- msgstr "Bu E-posta Listemizde Var!"
1293
-
1294
- #: ../subscribers/view-subscriber-edit.php:95
1295
- msgid "Edit email"
1296
- msgstr "EPosta Düzelt"
1297
-
1298
- #: ../subscribers/view-subscriber-edit.php:114 ../subscribers/view-subscriber-
1299
- #: show.php:328 ../subscribers/view-subscriber-show.php:341
1300
- msgid "Group"
1301
- msgstr "Grup"
1302
-
1303
- #: ../subscribers/view-subscriber-import.php:103
1304
- msgid "Email(s) was successfully imported."
1305
- msgstr "EPosta Adresleri başarıyla içeri aktarıldı."
1306
-
1307
- #: ../subscribers/view-subscriber-import.php:104
1308
- msgid "Email(s) are already in our database."
1309
- msgstr "EPostalar şu anda dataya eklenmiş durumda."
1310
-
1311
- #: ../subscribers/view-subscriber-import.php:105
1312
- msgid "Email(s) are invalid."
1313
- msgstr "EPostalar geçersiz."
1314
-
1315
- #: ../subscribers/view-subscriber-import.php:115
1316
- msgid "File upload failed or no data available in the csv file."
1317
- msgstr "Dosya aktarmada hata var veya CSV dosyasında bilgi yok."
1318
-
1319
- #: ../subscribers/view-subscriber-import.php:149
1320
- msgid "Upload email"
1321
- msgstr "Yüklenecek EPosta"
1322
-
1323
- #: ../subscribers/view-subscriber-import.php:150
1324
- msgid "Select csv file"
1325
- msgstr "CSV Dosyası Seç"
1326
-
1327
- #: ../subscribers/view-subscriber-import.php:152
1328
- msgid ""
1329
- "Please select the input csv file. Please check official website for csv "
1330
- "structure."
1331
- msgstr ""
1332
- "Lütfen CSV dosyasını seçiniz. CSV yapısı için Dahili Websiteyi kontrol "
1333
- "ediniz."
1334
-
1335
- #: ../subscribers/view-subscriber-import.php:187
1336
- msgid "Upload CSV"
1337
- msgstr "CSV Yükle"
1338
-
1339
- #: ../subscribers/view-subscriber-show.php:11 ../compose/compose-show.php:10 ..
1340
- #: sendmail/sendmail.php:11
1341
- msgid "Click Here"
1342
- msgstr "Buraya Tıklayınız."
1343
-
1344
- #: ../subscribers/view-subscriber-show.php:72 ../subscribers/view-subscriber-show.
1345
- #: php:125
1346
- msgid "To send confirmation mail, Please change the Opt-in option to Double Opt In."
1347
- msgstr ""
1348
- "Onaylama EPostası Gönderme, Lütfen Opt-in seçeneğini Double Opt In "
1349
- "seçeneğine değiştiriniz."
1350
-
1351
- #: ../subscribers/view-subscriber-show.php:81
1352
- msgid "Confirmation email resent successfully."
1353
- msgstr "Onaylama EPostası başarıyla yeniden gönderildi."
1354
-
1355
- #: ../subscribers/view-subscriber-show.php:110 ../subscribers/view-subscriber-
1356
- #: show.php:156 ../subscribers/view-subscriber-show.php:201
1357
- msgid "Oops, No record was selected."
1358
- msgstr "Afedersiniz, bir kayıt seçilmedi."
1359
-
1360
- #: ../subscribers/view-subscriber-show.php:150
1361
- msgid "Confirmation email(s) resent successfully."
1362
- msgstr "Onaylama EPostaları başarıyla yeniden gönderildi."
1363
-
1364
- #: ../subscribers/view-subscriber-show.php:186
1365
- msgid "Selected subscribers group was successfully updated."
1366
- msgstr "Seçilen aboneleri grup başarıyla güncellendi."
1367
-
1368
- #: ../subscribers/view-subscriber-show.php:192
1369
- msgid "Oops, New group name was not selected."
1370
- msgstr "Afedersiniz, bir kayıt seçilmedi."
1371
-
1372
- #: ../subscribers/view-subscriber-show.php:232
1373
- msgid "View subscriber"
1374
- msgstr "Kaydolmuş EPostalar"
1375
-
1376
- #: ../subscribers/view-subscriber-show.php:233 ../subscribers/view-subscriber-
1377
- #: show.php:444 ../notification/notification-show.php:45 ..
1378
- #: notification/notification-show.php:151 ../compose/compose-show.php:59 ..
1379
- #: compose/compose-show.php:119
1380
- msgid "Add New"
1381
- msgstr "Yeni Ekle"
1382
-
1383
- #: ../subscribers/view-subscriber-show.php:300
1384
- msgid "Confirmed"
1385
- msgstr "Onaylandı"
1386
-
1387
- #: ../subscribers/view-subscriber-show.php:301
1388
- msgid "Unconfirmed"
1389
- msgstr "Onaylanmadı"
1390
-
1391
- #: ../subscribers/view-subscriber-show.php:325 ../subscribers/view-subscriber-
1392
- #: show.php:338
1393
- msgid "Email address"
1394
- msgstr "EPosta Adresi"
1395
-
1396
- #: ../subscribers/view-subscriber-show.php:374 ../notification/notification-show.
1397
- #: php:90 ../compose/compose-show.php:98 ../compose/compose-preview.php:29
1398
- msgid "Edit"
1399
- msgstr "Düzelt"
1400
-
1401
- #: ../subscribers/view-subscriber-show.php:377 ../subscribers/view-subscriber-
1402
- #: show.php:422 ../notification/notification-show.php:93 ../compose/compose-show.
1403
- #: php:99
1404
- msgid "Delete"
1405
- msgstr "Sil"
1406
-
1407
- #: ../subscribers/view-subscriber-show.php:385 ../subscribers/view-subscriber-
1408
- #: show.php:423
1409
- msgid "Resend Confirmation"
1410
- msgstr "Yeniden Onay Gönder"
1411
-
1412
- #: ../subscribers/view-subscriber-show.php:401
1413
- msgid "No records available. Please use the above alphabet search button to search."
1414
- msgstr "Kayıt Yok! Arama için yukarıdaki Alfabetik Arama butonlarını kullanınız."
1415
-
1416
- #: ../subscribers/view-subscriber-show.php:421
1417
- msgid "Bulk Actions"
1418
- msgstr "Toplu Eylemler"
1419
-
1420
- #: ../subscribers/view-subscriber-show.php:424
1421
- msgid "Update Subscribers Group"
1422
- msgstr "EPosta Listesi Grubu"
1423
-
1424
- #: ../subscribers/view-subscriber-show.php:427
1425
- msgid "Select Group"
1426
- msgstr "Seç veya Yeni Grup Oluştur"
1427
-
1428
- #: ../subscribers/view-subscriber-show.php:441
1429
- msgid "Apply"
1430
- msgstr "Uygula"
1431
-
1432
- #: ../subscribers/view-subscriber-show.php:446
1433
- msgid "Export Email"
1434
- msgstr "E-posta İçeri Aktar"
1435
-
1436
- #: ../subscribers/view-subscriber-show.php:447
1437
- msgid "Sync Email"
1438
- msgstr "E-posta Gönderimi"
1439
-
1440
- #: ../notification/notification-edit.php:40 ../notification/notification-add.php:
1441
- #: 26 ../notification/notification-add.php:119
1442
- msgid "Please select subscribers group."
1443
- msgstr "Lütfen haber listesi grubunu seçiniz."
1444
-
1445
- #: ../notification/notification-edit.php:46 ../notification/notification-edit.php:
1446
- #: 231 ../notification/notification-add.php:32 ../notification/notification-add.
1447
- #: php:211
1448
- msgid "Please select notification status."
1449
- msgstr "Lütfen Bildirim Gönderme durumunu seçiniz."
1450
-
1451
- #: ../notification/notification-edit.php:52 ../notification/notification-edit.php:
1452
- #: 142 ../notification/notification-add.php:38 ../notification/notification-add.
1453
- #: php:138
1454
- msgid "Please select notification mail subject. Use compose menu to create new."
1455
- msgstr ""
1456
- "Lütfen Bildirim E-posta Şablonu seçiniz. Yenisini oluşturmak için E-posta "
1457
- "Şablonu Menüsünü kullanın."
1458
-
1459
- #: ../notification/notification-edit.php:58 ../notification/notification-edit.php:
1460
- #: 182 ../notification/notification-add.php:44 ../notification/notification-add.
1461
- #: php:170
1462
- msgid "Please select post categories."
1463
- msgstr "Lütfen Posta kategorilerini seçiniz."
1464
-
1465
- #: ../notification/notification-edit.php:84
1466
- msgid "Notification was successfully updated."
1467
- msgstr "Bildirim başarıyla güncellendi."
1468
-
1469
- #: ../notification/notification-edit.php:111
1470
- msgid "Edit Notification"
1471
- msgstr "Bildirim Düzeltme"
1472
-
1473
- #: ../notification/notification-edit.php:114 ../notification/notification-add.php:
1474
- #: 103 ../notification/notification-show.php:56 ../notification/notification-show.
1475
- #: php:64
1476
- msgid "Subscribers Group"
1477
- msgstr "E-posta Listesi Grubu"
1478
-
1479
- #: ../notification/notification-edit.php:118
1480
- msgid "Not allowed to update the subscribers group in edit page."
1481
- msgstr "Düzeltme sayfasında güncellenecek E-posta Listesi Grubu yok!"
1482
-
1483
- #: ../notification/notification-edit.php:120 ../notification/notification-add.php:
1484
- #: 121
1485
- msgid "Notification Mail"
1486
- msgstr "Bildirim Şablonu"
1487
-
1488
- #: ../notification/notification-edit.php:144 ../notification/notification-add.php:
1489
- #: 140
1490
- msgid "Post Categories"
1491
- msgstr "Posta Kategorileri"
1492
-
1493
- #: ../notification/notification-edit.php:223 ../notification/notification-add.php:
1494
- #: 203
1495
- msgid "Please select your custom post type (Optional)."
1496
- msgstr "Lütfen E-posta yönteminizi belirleyiniz."
1497
-
1498
- #: ../notification/notification-edit.php:225 ../notification/notification-add.php:
1499
- #: 205 ../notification/notification-show.php:58 ../notification/notification-show.
1500
- #: php:66
1501
- msgid "Notification Status"
1502
- msgstr "Bildirim Gönderme Durumu"
1503
-
1504
- #: ../notification/notification-add.php:69
1505
- msgid "Notification was successfully created."
1506
- msgstr "Bildirim başarıyla oluşturuldu."
1507
-
1508
- #: ../notification/notification-add.php:100
1509
- msgid "Add Notification"
1510
- msgstr "Bildirim Ekle"
1511
-
1512
- #: ../notification/notification-show.php:55 ../notification/notification-show.php:
1513
- #: 63
1514
- msgid "Mail Subject"
1515
- msgstr "EPosta Şablonu"
1516
-
1517
- #: ../compose/compose-edit.php:40 ../compose/compose-add.php:25
1518
- msgid "Please enter template heading."
1519
- msgstr "Lütfen Görünüm Başlığı Giriniz."
1520
-
1521
- #: ../compose/compose-edit.php:55
1522
- msgid "Template was successfully updated."
1523
- msgstr "Görünüm başarıyla güncellendi."
1524
-
1525
- #: ../compose/compose-edit.php:82 ../compose/compose-show.php:58 ..
1526
- #: compose/compose-add.php:69
1527
- msgid "Compose Mail"
1528
- msgstr "E-posta Şablonu"
1529
-
1530
- #: ../compose/compose-edit.php:90 ../compose/compose-add.php:77 ..
1531
- #: sendmail/sendmail.php:50
1532
- msgid "Please select your mail type."
1533
- msgstr "Lütfen E-posta yönteminizi belirleyiniz."
1534
-
1535
- #: ../compose/compose-edit.php:92 ../compose/compose-add.php:79
1536
- msgid "Enter mail subject."
1537
- msgstr "E-posta konusunu girin."
1538
-
1539
- #: ../compose/compose-edit.php:94 ../compose/compose-add.php:81
1540
- msgid "Please enter your mail subject."
1541
- msgstr "Lütfen E-posta konusunu giriniz."
1542
-
1543
- #: ../compose/compose-edit.php:96 ../compose/compose-add.php:84
1544
- msgid "Mail content"
1545
- msgstr "E-posta Metni"
1546
-
1547
- #: ../compose/compose-edit.php:99 ../compose/compose-add.php:87
1548
- msgid "Please enter content for your mail."
1549
- msgstr "Lütfen E-posta Metninizi giriniz."
1550
-
1551
- #: ../compose/compose-edit.php:106 ../compose/compose-add.php:94
1552
- msgid "Please select your mail status."
1553
- msgstr "Lütfen E-posta durumunuzu giriniz."
1554
-
1555
- #: ../compose/compose-show.php:69 ../compose/compose-show.php:77
1556
- msgid "Email subject"
1557
- msgstr "E-posta Şablonu"
1558
-
1559
- #: ../compose/compose-add.php:39
1560
- msgid "Template was successfully created."
1561
- msgstr "Görünüm başarıyla oluşturuldu."
1562
-
1563
- #: ../export/export-email-address.php:39 ../export/export-email-address.php:45 ..
1564
- #: export/export-email-address.php:50
1565
- msgid "Unexpected url submit has been detected"
1566
- msgstr "Beklenmedik Adres gönderimi belirlendi."
1567
-
1568
- #: ../cron/cron-add.php:18
1569
- msgid "Please enter valid mail count."
1570
- msgstr "Lütfen E-posta konusunu giriniz."
1571
-
1572
- #: ../cron/cron-add.php:29
1573
- msgid "Cron details successfully updated."
1574
- msgstr "Detaylar başarıyla güncellendi."
1575
-
1576
- #: ../cron/cron-add.php:79
1577
- msgid "Mail Count"
1578
- msgstr "E-posta Metni"
1579
-
1580
- #: ../sendmail/sendmail.php:35
1581
- msgid "Please select your mail subject."
1582
- msgstr "Lütfen E-posta konunuzu seçiniz."
1583
-
1584
- #: ../sendmail/sendmail.php:43
1585
- msgid "No email address selected."
1586
- msgstr "E-posta adresi seçilmedi."
1587
-
1588
- #: ../sendmail/sendmail.php:58
1589
- msgid "Mail sent successfully"
1590
- msgstr "E-posta başarıyla gönderildi."
1591
-
1592
- #: ../sendmail/sendmail.php:64
1593
- msgid "Click here for details"
1594
- msgstr "Detaylar için Tıklayınız"
1595
-
1596
- #: ../sendmail/sendmail.php:73
1597
- msgid "Oops.. We are getting some error. mail not sending."
1598
- msgstr "Afedersiniz... Bir hata oluşuyor, EPosta gitmiyor!"
1599
-
1600
- #: ../sendmail/sendmail.php:101
1601
- msgid "Select your mail subject"
1602
- msgstr "EPostanızın Şablonunu seçiniz"
1603
-
1604
- #: ../sendmail/sendmail.php:102
1605
- msgid ""
1606
- "Select a mail subject from available list. Go to Compose page to create new "
1607
- "mail."
1608
- msgstr ""
1609
- "Varolan listeden bir EPosta Şablonu seçiniz. Yenisi için EPosta Şablonu "
1610
- "menüsüne gidiniz."
1611
-
1612
- #: ../sendmail/sendmail.php:132
1613
- msgid "Mail Type"
1614
- msgstr "E-posta Yöntemi"
1615
-
1616
- #: ../sendmail/sendmail.php:133
1617
- msgid "Select your mail type."
1618
- msgstr "Lütfen E-posta yönteminizi belirleyiniz."
1619
-
1620
- #: ../sendmail/sendmail.php:147
1621
- msgid "Select subscriber group"
1622
- msgstr "EPosta Listesi grubunu seçiniz."
1623
-
1624
- #: ../sendmail/sendmail.php:148
1625
- msgid "Select your subscriber group to send email."
1626
- msgstr "EPosta gönderilecek EPosta Listesi grubunuzu seçiniz."
1627
-
1628
- #: ../sendmail/sendmail.php:173
1629
- msgid "Check All"
1630
- msgstr "Hepsini Seç"
1631
-
1632
- #: ../sendmail/sendmail.php:174
1633
- msgid "Uncheck All"
1634
- msgstr "Hepsini Hariç Tut"
1635
-
1636
- #: ../sendmail/sendmail.php:237
1637
- msgid "No subscribers available for this search criteria."
1638
- msgstr "Bu Arama kriterine uygun Kaydolan yok."
1639
-
1640
- #: ../roles/roles-add.php:93
1641
- msgid "Subscribers Menu"
1642
- msgstr "E-posta Listesi"
1643
-
1644
- #: ../roles/roles-add.php:102
1645
- msgid "Compose Menu"
1646
- msgstr "E-posta Şablonu"
1647
-
1648
- #: ../roles/roles-add.php:110
1649
- msgid "Notification Menu"
1650
- msgstr "E-posta Bildirimi"
1651
-
1652
- #: ../roles/roles-add.php:126
1653
- msgid "Settings Menu"
1654
- msgstr "Ayarlar"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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-11 16:44+0200\n"
7
+ "Last-Translator: Erkan Oruç <erkanoruc@gmail.com>\n"
8
+ "Language-Team: \n"
9
+ "Language: tr\n"
10
+ "Plural-Forms: nplurals=1; plural=0;\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.6.9\n"
16
+ "X-Poedit-KeywordsList: _:1;gettext:1;dgettext:2;ngettext:1,2;dngettext:2,3;"
17
+ "__:1;_e:1;_c:1;_n:1,2;_n_noop:1,2;_nc:1,2;__ngettext:1,2;__ngettext_noop:1,2;"
18
+ "_x:1,2c;_ex:1,2c;_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;"
19
+ "esc_attr__:1;esc_html__:1;esc_attr_e:1;esc_html_e:1;esc_attr_x:1,2c;"
20
+ "esc_html_x:1,2c;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: 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###)"
110
+ 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###)"
118
+ msgstr ""
119
+ "Site yöneticisine bildirim için içerik giriniz. Veritabanına yeni e-posta "
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###)"
127
+ 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###)"
147
+ 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 "
202
+ "update subscriber current status to 'Unconfirmed'."
203
+ 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 "
226
+ "structure.."
227
+ 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."
255
+ 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 ""
399
+ "Error: Special characters (['^$%&*()}{@#~?><>,|=_+\\\"]) are not allowed in "
400
+ "the group name."
401
+ 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"
408
+
409
+ #: ../subscribers/view-subscriber-sync.php:95
410
+ 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."
417
+
418
+ #: ../subscribers/view-subscriber-sync.php:126
419
+ msgid ""
420
+ "Automatically add a newly commented (who posted comments) user email address "
421
+ "to subscribers list."
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."
1531
+ msgstr "E-Posta başarıyla güncellendi."
1532
+
1533
+ #: ../subscribers/view-subscriber-edit.php:70
1534
+ msgid "Email already exist for this group."
1535
+ msgstr "Bu E-posta listemizde zaten mevcut."
1536
+
1537
+ #: ../subscribers/view-subscriber-edit.php:95
1538
+ msgid "Edit email"
1539
+ msgstr "E-Posta Düzelt"
1540
+
1541
+ #: ../subscribers/view-subscriber-edit.php:114 ../subscribers/view-subscriber-
1542
+ #: show.php:328 ../subscribers/view-subscriber-show.php:341
1543
+ msgid "Group"
1544
+ msgstr "Grup"
1545
+
1546
+ #: ../subscribers/view-subscriber-import.php:103
1547
+ msgid "Email(s) was successfully imported."
1548
+ msgstr "E-Posta adresleri başarıyla içeri aktarıldı."
1549
+
1550
+ #: ../subscribers/view-subscriber-import.php:104
1551
+ msgid "Email(s) are already in our database."
1552
+ msgstr "E-Postalar zaten veritabanına eklenmiş."
1553
+
1554
+ #: ../subscribers/view-subscriber-import.php:105
1555
+ msgid "Email(s) are invalid."
1556
+ msgstr "E-Postalar geçersiz."
1557
+
1558
+ #: ../subscribers/view-subscriber-import.php:115
1559
+ msgid "File upload failed or no data available in the csv file."
1560
+ msgstr "Dosya aktarmada hata var veya CSV dosyasında bilgi yok."
1561
+
1562
+ #: ../subscribers/view-subscriber-import.php:149
1563
+ msgid "Upload email"
1564
+ msgstr "E-Posta Yükle"
1565
+
1566
+ #: ../subscribers/view-subscriber-import.php:150
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
+
1579
+ #: ../subscribers/view-subscriber-show.php:72
1580
+ #: ../subscribers/view-subscriber-show. php:125
1581
+ msgid ""
1582
+ "To send confirmation mail, Please change the Opt-in option to Double Opt In."
1583
+ msgstr ""
1584
+ "Onay E-Postası göndermek için, Lütfen \"Tek Onay\" seçeneğini \"Çift Onay\" "
1585
+ "seçeneğine değiştiriniz."
1586
+
1587
+ #: ../subscribers/view-subscriber-show.php:81
1588
+ msgid "Confirmation email resent successfully."
1589
+ msgstr "Onay E-Postası başarıyla yeniden gönderildi."
1590
+
1591
+ #: ../subscribers/view-subscriber-show.php:110 ../subscribers/view-subscriber-
1592
+ #: show.php:156 ../subscribers/view-subscriber-show.php:201
1593
+ msgid "Oops, No record was selected."
1594
+ msgstr "Afedersiniz, bir kayıt seçilmedi."
1595
+
1596
+ #: ../subscribers/view-subscriber-show.php:150
1597
+ msgid "Confirmation email(s) resent successfully."
1598
+ msgstr "Onay E-Postaları başarıyla yeniden gönderildi."
1599
+
1600
+ #: ../subscribers/view-subscriber-show.php:186
1601
+ msgid "Selected subscribers group was successfully updated."
1602
+ msgstr "Seçilen abone grubu başarıyla güncellendi."
1603
+
1604
+ #: ../subscribers/view-subscriber-show.php:192
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ı"
1622
+
1623
+ #: ../subscribers/view-subscriber-show.php:301
1624
+ msgid "Unconfirmed"
1625
+ msgstr "Onaylanmadı"
1626
+
1627
+ #: ../subscribers/view-subscriber-show.php:302
1628
+ msgid "Unsubscribed"
1629
+ msgstr "Üyelik İptal Edildi"
1630
+
1631
+ #: ../subscribers/view-subscriber-show.php:325 ../subscribers/view-subscriber-
1632
+ #: show.php:338
1633
+ 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"
1647
+
1648
+ #: ../subscribers/view-subscriber-show.php:385 ../subscribers/view-subscriber-
1649
+ #: show.php:423
1650
+ msgid "Resend Confirmation"
1651
+ msgstr "Yeniden Onay Gönder"
1652
+
1653
+ #: ../subscribers/view-subscriber-show.php:401
1654
+ msgid ""
1655
+ "No records available. Please use the above alphabet search button to search."
1656
+ msgstr "Kayıt Yok! Arama için yukarıdaki alfabetik arama butonunu kullanınız."
1657
+
1658
+ #: ../subscribers/view-subscriber-show.php:421
1659
+ msgid "Bulk Actions"
1660
+ msgstr "Toplu Eylemler"
1661
+
1662
+ #: ../subscribers/view-subscriber-show.php:424
1663
+ msgid "Update Subscribers Group"
1664
+ msgstr "Abone Grubunu Güncelle"
1665
+
1666
+ #: ../subscribers/view-subscriber-show.php:427
1667
+ msgid "Select Group"
1668
+ msgstr "Grup Seç"
1669
+
1670
+ #: ../subscribers/view-subscriber-show.php:441
1671
+ msgid "Apply"
1672
+ msgstr "Uygula"
1673
+
1674
+ #: ../subscribers/view-subscriber-show.php:446
1675
+ msgid "Export Email"
1676
+ msgstr "E-posta Dışarı Aktar"
1677
+
1678
+ #: ../subscribers/view-subscriber-show.php:447
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."
1769
+
1770
+ #: ../compose/compose-edit.php:54
1771
+ msgid "Template was successfully updated."
1772
+ msgstr "Şablon başarıyla güncellendi."
1773
+
1774
+ #: ../compose/compose-edit.php:78 ../compose/compose-show.php:55 ..
1775
+ #: compose/compose-add.php:69
1776
+ 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"
1787
+
1788
+ #: ../compose/compose-add.php:40
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
+
1796
+ #: ../export/export-email-address.php:36 ../export/export-email-address.php:40
1797
+ #: .. export/export-email-address.php:43
1798
+ msgid "Unexpected url submit has been detected"
1799
+ msgstr "Beklenmedik URL gönderimi belirlendi"
1800
+
1801
+ #: ../cron/cron-add.php:21
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
+
1825
+ #: ../sendmail/sendmail.php:64
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."
1841
+ 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ü"
languages/email-subscribers.mo DELETED
Binary file
languages/email-subscribers.po DELETED
@@ -1,1215 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: Email subscribers\n"
4
- "POT-Creation-Date: 2015-11-28 14:28+0800\n"
5
- "PO-Revision-Date: 2015-11-28 14:28+0800\n"
6
- "Last-Translator: \n"
7
- "Language-Team: \n"
8
- "MIME-Version: 1.0\n"
9
- "Content-Type: text/plain; charset=UTF-8\n"
10
- "Content-Transfer-Encoding: 8bit\n"
11
- "X-Generator: Poedit 1.5.7\n"
12
- "X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e\n"
13
- "X-Poedit-Basepath: .\n"
14
- "X-Poedit-SearchPath-0: ..\n"
15
-
16
- #: ../classes/es-loadwidget.php:28 ../classes/es-register.php:250
17
- #: ../subscribers/view-subscriber-show.php:326
18
- #: ../subscribers/view-subscriber-show.php:339
19
- msgid "Name"
20
- msgstr ""
21
-
22
- #: ../classes/es-loadwidget.php:33 ../classes/es-register.php:255
23
- msgid "Email *"
24
- msgstr ""
25
-
26
- #: ../classes/es-loadwidget.php:38 ../classes/es-register.php:260
27
- msgid "Subscribe"
28
- msgstr ""
29
-
30
- #: ../classes/es-register.php:43
31
- msgid "These tables could not be created on installation "
32
- msgstr ""
33
-
34
- #: ../classes/es-register.php:133 ../classes/es-register.php:134
35
- msgid "Email Subscriber"
36
- msgstr ""
37
-
38
- #: ../classes/es-register.php:136 ../classes/es-register.php:137
39
- msgid "Subscribers"
40
- msgstr ""
41
-
42
- #: ../classes/es-register.php:139 ../classes/es-register.php:140
43
- msgid "Compose"
44
- msgstr ""
45
-
46
- #: ../classes/es-register.php:142 ../classes/es-register.php:143
47
- #: ../notification/notification-show.php:45
48
- msgid "Notification"
49
- msgstr ""
50
-
51
- #: ../classes/es-register.php:145 ../classes/es-register.php:146
52
- #: ../sendmail/sendmail.php:95 ../sendmail/sendmail.php:257
53
- #: ../sendmail/sendmail.php:259
54
- msgid "Send Email"
55
- msgstr ""
56
-
57
- #: ../classes/es-register.php:148
58
- msgid "Cron"
59
- msgstr ""
60
-
61
- #: ../classes/es-register.php:149
62
- msgid "Cron Mail"
63
- msgstr ""
64
-
65
- #: ../classes/es-register.php:151 ../classes/es-register.php:152
66
- #: ../settings/settings-edit.php:190
67
- msgid "Settings"
68
- msgstr ""
69
-
70
- #: ../classes/es-register.php:154 ../classes/es-register.php:155
71
- msgid "Roles"
72
- msgstr ""
73
-
74
- #: ../classes/es-register.php:157 ../classes/es-register.php:158
75
- #: ../sentmail/sentmail-show.php:54
76
- msgid "Sent Mails"
77
- msgstr ""
78
-
79
- #: ../classes/es-register.php:160 ../classes/es-register.php:161
80
- msgid "Help & Info"
81
- msgstr ""
82
-
83
- #: ../classes/es-register.php:296
84
- msgid "Widget Title"
85
- msgstr ""
86
-
87
- #: ../classes/es-register.php:300
88
- msgid "Display Name Field"
89
- msgstr ""
90
-
91
- #: ../classes/es-register.php:307
92
- msgid "Short Description"
93
- msgstr ""
94
-
95
- #: ../classes/es-register.php:309
96
- msgid "Short description about your subscription form."
97
- msgstr ""
98
-
99
- #: ../classes/es-register.php:312
100
- msgid "Subscriber Group"
101
- msgstr ""
102
-
103
- #: ../compose/compose-add.php:25 ../compose/compose-edit.php:40
104
- msgid "Please enter template heading."
105
- msgstr ""
106
-
107
- #: ../compose/compose-add.php:39
108
- msgid "Template was successfully created."
109
- msgstr ""
110
-
111
- #: ../compose/compose-add.php:60 ../compose/compose-edit.php:71
112
- #: ../cron/cron-add.php:100 ../cron/cron-add.php:101 ../cron/cron-add.php:102
113
- #: ../notification/notification-add.php:91
114
- #: ../notification/notification-edit.php:100 ../roles/roles-add.php:81
115
- #: ../settings/settings-edit.php:173 ../subscribers/view-subscriber-add.php:92
116
- #: ../subscribers/view-subscriber-add.php:101
117
- #: ../subscribers/view-subscriber-edit.php:86
118
- #: ../subscribers/view-subscriber-import.php:107
119
- #: ../subscribers/view-subscriber-import.php:138
120
- msgid "Click here"
121
- msgstr ""
122
-
123
- #: ../compose/compose-add.php:61 ../compose/compose-edit.php:72
124
- #: ../notification/notification-add.php:92
125
- #: ../notification/notification-edit.php:101 ../roles/roles-add.php:81
126
- #: ../settings/settings-edit.php:174 ../subscribers/view-subscriber-add.php:92
127
- #: ../subscribers/view-subscriber-add.php:101
128
- #: ../subscribers/view-subscriber-edit.php:86
129
- #: ../subscribers/view-subscriber-import.php:107
130
- #: ../subscribers/view-subscriber-import.php:138
131
- msgid " to view the details"
132
- msgstr ""
133
-
134
- #: ../compose/compose-add.php:70 ../compose/compose-edit.php:83
135
- #: ../compose/compose-show.php:59
136
- msgid "Compose Mail"
137
- msgstr ""
138
-
139
- #: ../compose/compose-add.php:73 ../compose/compose-edit.php:86
140
- #: ../settings/settings-edit.php:206
141
- msgid "Mail type"
142
- msgstr ""
143
-
144
- #: ../compose/compose-add.php:78 ../compose/compose-edit.php:91
145
- #: ../sendmail/sendmail.php:50
146
- msgid "Please select your mail type."
147
- msgstr ""
148
-
149
- #: ../compose/compose-add.php:80 ../compose/compose-edit.php:93
150
- msgid "Enter mail subject."
151
- msgstr ""
152
-
153
- #: ../compose/compose-add.php:82 ../compose/compose-edit.php:95
154
- msgid "Please enter your mail subject."
155
- msgstr ""
156
-
157
- #: ../compose/compose-add.php:85 ../compose/compose-edit.php:97
158
- msgid "Mail content"
159
- msgstr ""
160
-
161
- #: ../compose/compose-add.php:88 ../compose/compose-edit.php:100
162
- msgid "Please enter content for your mail."
163
- msgstr ""
164
-
165
- #: ../compose/compose-add.php:91 ../compose/compose-edit.php:103
166
- #: ../compose/compose-show.php:71 ../compose/compose-show.php:79
167
- #: ../sentmail/deliverreport-show.php:40 ../sentmail/deliverreport-show.php:52
168
- #: ../sentmail/sentmail-show.php:75 ../sentmail/sentmail-show.php:88
169
- #: ../subscribers/view-subscriber-add.php:122
170
- #: ../subscribers/view-subscriber-edit.php:106
171
- #: ../subscribers/view-subscriber-import.php:156
172
- #: ../subscribers/view-subscriber-show.php:327
173
- #: ../subscribers/view-subscriber-show.php:340
174
- msgid "Status"
175
- msgstr ""
176
-
177
- #: ../compose/compose-add.php:95 ../compose/compose-edit.php:107
178
- msgid "Please select your mail status."
179
- msgstr ""
180
-
181
- #: ../compose/compose-add.php:99 ../compose/compose-edit.php:112
182
- #: ../cron/cron-add.php:90 ../notification/notification-add.php:216
183
- #: ../notification/notification-edit.php:237 ../roles/roles-add.php:154
184
- #: ../subscribers/view-subscriber-add.php:154
185
- #: ../subscribers/view-subscriber-edit.php:147
186
- #: ../subscribers/view-subscriber-sync.php:156
187
- msgid "Submit"
188
- msgstr ""
189
-
190
- #: ../compose/compose-add.php:100 ../compose/compose-edit.php:113
191
- #: ../cron/cron-add.php:91 ../notification/notification-add.php:217
192
- #: ../notification/notification-edit.php:238 ../roles/roles-add.php:155
193
- #: ../sendmail/sendmail.php:261 ../settings/settings-edit.php:381
194
- #: ../subscribers/view-subscriber-add.php:155
195
- #: ../subscribers/view-subscriber-edit.php:148
196
- #: ../subscribers/view-subscriber-sync.php:157
197
- msgid "Cancel"
198
- msgstr ""
199
-
200
- #: ../compose/compose-add.php:101 ../compose/compose-edit.php:114
201
- #: ../compose/compose-preview.php:31 ../compose/compose-show.php:121
202
- #: ../cron/cron-add.php:92 ../notification/notification-add.php:218
203
- #: ../notification/notification-edit.php:239
204
- #: ../notification/notification-show.php:153 ../roles/roles-add.php:156
205
- #: ../sendmail/sendmail.php:262 ../sentmail/deliverreport-show.php:120
206
- #: ../sentmail/sentmail-preview.php:33 ../settings/settings-edit.php:382
207
- #: ../subscribers/view-subscriber-add.php:156
208
- #: ../subscribers/view-subscriber-edit.php:149
209
- #: ../subscribers/view-subscriber-export.php:70
210
- #: ../subscribers/view-subscriber-import.php:190
211
- #: ../subscribers/view-subscriber-show.php:448
212
- #: ../subscribers/view-subscriber-sync.php:158
213
- msgid "Help"
214
- msgstr ""
215
-
216
- #: ../compose/compose-edit.php:11 ../compose/compose-preview.php:10
217
- #: ../compose/compose-show.php:30 ../notification/notification-edit.php:11
218
- #: ../notification/notification-show.php:16
219
- #: ../sentmail/sentmail-preview.php:12 ../sentmail/sentmail-show.php:18
220
- #: ../settings/settings-edit.php:11 ../subscribers/view-subscriber-edit.php:12
221
- #: ../subscribers/view-subscriber-show.php:46
222
- msgid "Oops, selected details doesnt exist."
223
- msgstr ""
224
-
225
- #: ../compose/compose-edit.php:55
226
- msgid "Template was successfully updated."
227
- msgstr ""
228
-
229
- #: ../compose/compose-preview.php:17 ../sentmail/sentmail-preview.php:19
230
- msgid "Preview Mail"
231
- msgstr ""
232
-
233
- #: ../compose/compose-preview.php:29 ../sentmail/deliverreport-show.php:119
234
- #: ../sentmail/sentmail-preview.php:32
235
- #: ../subscribers/view-subscriber-export.php:69
236
- #: ../subscribers/view-subscriber-import.php:189
237
- msgid "Back"
238
- msgstr ""
239
-
240
- #: ../compose/compose-preview.php:30 ../compose/compose-show.php:99
241
- #: ../notification/notification-show.php:91
242
- #: ../subscribers/view-subscriber-show.php:374
243
- msgid "Edit"
244
- msgstr ""
245
-
246
- #: ../compose/compose-show.php:10 ../sendmail/sendmail.php:11
247
- #: ../subscribers/view-subscriber-show.php:11
248
- msgid "Click Here"
249
- msgstr ""
250
-
251
- #: ../compose/compose-show.php:45 ../notification/notification-show.php:31
252
- #: ../sentmail/sentmail-show.php:33 ../subscribers/view-subscriber-show.php:60
253
- #: ../subscribers/view-subscriber-show.php:104
254
- msgid "Selected record was successfully deleted."
255
- msgstr ""
256
-
257
- #: ../compose/compose-show.php:60 ../compose/compose-show.php:120
258
- #: ../notification/notification-show.php:46
259
- #: ../notification/notification-show.php:152
260
- #: ../subscribers/view-subscriber-show.php:233
261
- #: ../subscribers/view-subscriber-show.php:444
262
- msgid "Add New"
263
- msgstr ""
264
-
265
- #: ../compose/compose-show.php:70 ../compose/compose-show.php:78
266
- msgid "Email subject"
267
- msgstr ""
268
-
269
- #: ../compose/compose-show.php:72 ../compose/compose-show.php:80
270
- #: ../sentmail/deliverreport-show.php:41 ../sentmail/deliverreport-show.php:53
271
- #: ../sentmail/sentmail-show.php:76 ../sentmail/sentmail-show.php:89
272
- msgid "Type"
273
- msgstr ""
274
-
275
- #: ../compose/compose-show.php:73 ../compose/compose-show.php:81
276
- #: ../sentmail/sentmail-show.php:80 ../sentmail/sentmail-show.php:93
277
- #: ../subscribers/view-subscriber-export.php:32
278
- #: ../subscribers/view-subscriber-export.php:40
279
- #: ../subscribers/view-subscriber-show.php:330
280
- #: ../subscribers/view-subscriber-show.php:343
281
- msgid "Action"
282
- msgstr ""
283
-
284
- #: ../compose/compose-show.php:100 ../notification/notification-show.php:94
285
- #: ../subscribers/view-subscriber-show.php:377
286
- #: ../subscribers/view-subscriber-show.php:422
287
- msgid "Delete"
288
- msgstr ""
289
-
290
- #: ../compose/compose-show.php:101 ../sentmail/sentmail-show.php:73
291
- #: ../sentmail/sentmail-show.php:86
292
- msgid "Preview"
293
- msgstr ""
294
-
295
- #: ../compose/compose-show.php:110 ../notification/notification-show.php:142
296
- #: ../sentmail/deliverreport-show.php:84 ../sentmail/sentmail-show.php:132
297
- msgid "No records available."
298
- msgstr ""
299
-
300
- #: ../cron/cron-add.php:18
301
- msgid "Please enter valid mail count."
302
- msgstr ""
303
-
304
- #: ../cron/cron-add.php:29
305
- msgid "Cron details successfully updated."
306
- msgstr ""
307
-
308
- #: ../cron/cron-add.php:73
309
- msgid "Cron Details"
310
- msgstr ""
311
-
312
- #: ../cron/cron-add.php:76
313
- msgid "Cron job URL"
314
- msgstr ""
315
-
316
- #: ../cron/cron-add.php:78
317
- msgid ""
318
- "Please find your cron job URL. This is read only field not able to modify "
319
- "from admin."
320
- msgstr ""
321
-
322
- #: ../cron/cron-add.php:80
323
- msgid "Mail Count"
324
- msgstr ""
325
-
326
- #: ../cron/cron-add.php:82
327
- msgid "Enter number of mails you want to send per hour/trigger."
328
- msgstr ""
329
-
330
- #: ../cron/cron-add.php:84
331
- msgid "Admin Report"
332
- msgstr ""
333
-
334
- #: ../cron/cron-add.php:86
335
- msgid "Send above mail to admin whenever cron URL triggered in your server."
336
- msgstr ""
337
-
338
- #: ../cron/cron-add.php:98
339
- msgid "How to setup auto emails?"
340
- msgstr ""
341
-
342
- #: ../cron/cron-add.php:99
343
- msgid ""
344
- "I strongly recommend you to use \"Send mail via cron job\" option to send "
345
- "your newsletters and notification. The following link explains how to create "
346
- "a CRON job through the cPanel or Plesk."
347
- msgstr ""
348
-
349
- #: ../cron/cron-add.php:100
350
- msgid "How to setup auto emails (cron job) in Plesk"
351
- msgstr ""
352
-
353
- #: ../cron/cron-add.php:101
354
- msgid "How to setup auto emails (cron job) in cPanal"
355
- msgstr ""
356
-
357
- #: ../cron/cron-add.php:102
358
- msgid "Hosting doesnt support cron jobs?"
359
- msgstr ""
360
-
361
- #: ../export/export-email-address.php:39 ../export/export-email-address.php:45
362
- #: ../export/export-email-address.php:50
363
- msgid "Unexpected url submit has been detected"
364
- msgstr ""
365
-
366
- #: ../job/es-optin.php:64 ../job/es-optin.php:79 ../job/es-unsubscribe.php:60
367
- #: ../job/es-unsubscribe.php:70
368
- msgid ""
369
- "Oops.. We are getting some technical error. Please try again or contact "
370
- "admin."
371
- msgstr ""
372
-
373
- #: ../job/es-optin.php:69
374
- msgid "This email address has already been confirmed."
375
- msgstr ""
376
-
377
- #: ../notification/notification-add.php:26
378
- #: ../notification/notification-add.php:120
379
- #: ../notification/notification-edit.php:40
380
- msgid "Please select subscribers group."
381
- msgstr ""
382
-
383
- #: ../notification/notification-add.php:32
384
- #: ../notification/notification-add.php:212
385
- #: ../notification/notification-edit.php:46
386
- #: ../notification/notification-edit.php:232
387
- msgid "Please select notification status."
388
- msgstr ""
389
-
390
- #: ../notification/notification-add.php:38
391
- #: ../notification/notification-add.php:139
392
- #: ../notification/notification-edit.php:52
393
- #: ../notification/notification-edit.php:143
394
- msgid ""
395
- "Please select notification mail subject. Use compose menu to create new."
396
- msgstr ""
397
-
398
- #: ../notification/notification-add.php:44
399
- #: ../notification/notification-add.php:171
400
- #: ../notification/notification-edit.php:58
401
- #: ../notification/notification-edit.php:183
402
- msgid "Please select post categories."
403
- msgstr ""
404
-
405
- #: ../notification/notification-add.php:69
406
- msgid "Notification was successfully created."
407
- msgstr ""
408
-
409
- #: ../notification/notification-add.php:101
410
- msgid "Add Notification"
411
- msgstr ""
412
-
413
- #: ../notification/notification-add.php:104
414
- #: ../notification/notification-edit.php:115
415
- #: ../notification/notification-show.php:57
416
- #: ../notification/notification-show.php:65
417
- msgid "Subscribers Group"
418
- msgstr ""
419
-
420
- #: ../notification/notification-add.php:106
421
- #: ../notification/notification-add.php:124
422
- #: ../notification/notification-edit.php:123 ../sendmail/sendmail.php:108
423
- #: ../sendmail/sendmail.php:154 ../subscribers/view-subscriber-add.php:133
424
- #: ../subscribers/view-subscriber-edit.php:117
425
- #: ../subscribers/view-subscriber-import.php:167
426
- #: ../subscribers/view-subscriber-sync.php:99
427
- #: ../subscribers/view-subscriber-sync.php:130
428
- msgid "Select"
429
- msgstr ""
430
-
431
- #: ../notification/notification-add.php:122
432
- #: ../notification/notification-edit.php:121
433
- msgid "Notification Mail"
434
- msgstr ""
435
-
436
- #: ../notification/notification-add.php:141
437
- #: ../notification/notification-edit.php:145
438
- msgid "Post Categories"
439
- msgstr ""
440
-
441
- #: ../notification/notification-add.php:173
442
- #: ../notification/notification-edit.php:185
443
- msgid "Custom post type"
444
- msgstr ""
445
-
446
- #: ../notification/notification-add.php:204
447
- #: ../notification/notification-edit.php:224
448
- msgid "Please select your custom post type (Optional)."
449
- msgstr ""
450
-
451
- #: ../notification/notification-add.php:206
452
- #: ../notification/notification-edit.php:226
453
- #: ../notification/notification-show.php:59
454
- #: ../notification/notification-show.php:67
455
- msgid "Notification Status"
456
- msgstr ""
457
-
458
- #: ../notification/notification-edit.php:84
459
- msgid "Notification was successfully updated."
460
- msgstr ""
461
-
462
- #: ../notification/notification-edit.php:112
463
- msgid "Edit Notification"
464
- msgstr ""
465
-
466
- #: ../notification/notification-edit.php:119
467
- msgid "Not allowed to update the subscribers group in edit page."
468
- msgstr ""
469
-
470
- #: ../notification/notification-show.php:56
471
- #: ../notification/notification-show.php:64
472
- msgid "Mail Subject"
473
- msgstr ""
474
-
475
- #: ../notification/notification-show.php:58
476
- #: ../notification/notification-show.php:66
477
- msgid "Categories / Custom Post"
478
- msgstr ""
479
-
480
- #: ../roles/roles-add.php:92
481
- msgid "Roles and Capabilities"
482
- msgstr ""
483
-
484
- #: ../roles/roles-add.php:94
485
- msgid "Subscribers Menu"
486
- msgstr ""
487
-
488
- #: ../roles/roles-add.php:100
489
- msgid ""
490
- "Select user role to access plugin Subscribers Menu. Only Admin user can "
491
- "change this value."
492
- msgstr ""
493
-
494
- #: ../roles/roles-add.php:103
495
- msgid "Compose Menu"
496
- msgstr ""
497
-
498
- #: ../roles/roles-add.php:109
499
- msgid ""
500
- "Select user role to access plugin Compose Menu. Only Admin user can change "
501
- "this value."
502
- msgstr ""
503
-
504
- #: ../roles/roles-add.php:111
505
- msgid "Notification Menu"
506
- msgstr ""
507
-
508
- #: ../roles/roles-add.php:117
509
- msgid ""
510
- "Select user role to access plugin Notification Menu. Only Admin user can "
511
- "change this value."
512
- msgstr ""
513
-
514
- #: ../roles/roles-add.php:119
515
- msgid "Send Email Menu/Cron Menu"
516
- msgstr ""
517
-
518
- #: ../roles/roles-add.php:125
519
- msgid ""
520
- "Select user role to access plugin Send Email Menu. Only Admin user can "
521
- "change this value."
522
- msgstr ""
523
-
524
- #: ../roles/roles-add.php:127
525
- msgid "Settings Menu"
526
- msgstr ""
527
-
528
- #: ../roles/roles-add.php:133
529
- msgid ""
530
- "Select user role to access plugin Settings Menu. Only Admin user can change "
531
- "this value."
532
- msgstr ""
533
-
534
- #: ../roles/roles-add.php:135
535
- msgid "Sent Mails Menu"
536
- msgstr ""
537
-
538
- #: ../roles/roles-add.php:141
539
- msgid ""
540
- "Select user role to access plugin Sent Mails Menu. Only Admin user can "
541
- "change this value."
542
- msgstr ""
543
-
544
- #: ../roles/roles-add.php:143
545
- msgid "Help & Info Menu"
546
- msgstr ""
547
-
548
- #: ../roles/roles-add.php:149
549
- msgid ""
550
- "Select user role to access plugin Help & Info Menu. Only Admin user can "
551
- "change this value."
552
- msgstr ""
553
-
554
- #: ../sendmail/sendmail.php:35
555
- msgid "Please select your mail subject."
556
- msgstr ""
557
-
558
- #: ../sendmail/sendmail.php:43
559
- msgid "No email address selected."
560
- msgstr ""
561
-
562
- #: ../sendmail/sendmail.php:58
563
- msgid "Mail sent successfully"
564
- msgstr ""
565
-
566
- #: ../sendmail/sendmail.php:64
567
- msgid "Click here for details"
568
- msgstr ""
569
-
570
- #: ../sendmail/sendmail.php:73
571
- msgid "Oops.. We are getting some error. mail not sending."
572
- msgstr ""
573
-
574
- #: ../sendmail/sendmail.php:102
575
- msgid "Select your mail subject"
576
- msgstr ""
577
-
578
- #: ../sendmail/sendmail.php:103
579
- msgid ""
580
- "Select a mail subject from available list. Go to Compose page to create new "
581
- "mail."
582
- msgstr ""
583
-
584
- #: ../sendmail/sendmail.php:133
585
- msgid "Mail Type"
586
- msgstr ""
587
-
588
- #: ../sendmail/sendmail.php:134
589
- msgid "Select your mail type."
590
- msgstr ""
591
-
592
- #: ../sendmail/sendmail.php:148
593
- msgid "Select subscriber group"
594
- msgstr ""
595
-
596
- #: ../sendmail/sendmail.php:149
597
- msgid "Select your subscriber group to send email."
598
- msgstr ""
599
-
600
- #: ../sendmail/sendmail.php:174
601
- msgid "Check All"
602
- msgstr ""
603
-
604
- #: ../sendmail/sendmail.php:175
605
- msgid "Uncheck All"
606
- msgstr ""
607
-
608
- #: ../sendmail/sendmail.php:238
609
- msgid "No subscribers available for this search criteria."
610
- msgstr ""
611
-
612
- #: ../sentmail/deliverreport-show.php:11
613
- msgid "Oops.. Unexpected error occurred. Please try again."
614
- msgstr ""
615
-
616
- #: ../sentmail/deliverreport-show.php:19
617
- msgid "Delivery Report"
618
- msgstr ""
619
-
620
- #: ../sentmail/deliverreport-show.php:37 ../sentmail/deliverreport-show.php:49
621
- #: ../subscribers/view-subscriber-export.php:29
622
- #: ../subscribers/view-subscriber-export.php:37
623
- #: ../subscribers/view-subscriber-show.php:324
624
- #: ../subscribers/view-subscriber-show.php:337
625
- msgid "Sno"
626
- msgstr ""
627
-
628
- #: ../sentmail/deliverreport-show.php:38 ../sentmail/deliverreport-show.php:50
629
- msgid "Email"
630
- msgstr ""
631
-
632
- #: ../sentmail/deliverreport-show.php:39 ../sentmail/deliverreport-show.php:51
633
- msgid "Sent Date"
634
- msgstr ""
635
-
636
- #: ../sentmail/deliverreport-show.php:42 ../sentmail/deliverreport-show.php:54
637
- msgid "Viewed Status"
638
- msgstr ""
639
-
640
- #: ../sentmail/deliverreport-show.php:43 ../sentmail/deliverreport-show.php:55
641
- msgid "Viewed Date"
642
- msgstr ""
643
-
644
- #: ../sentmail/deliverreport-show.php:44 ../sentmail/deliverreport-show.php:56
645
- #: ../subscribers/view-subscriber-show.php:329
646
- #: ../subscribers/view-subscriber-show.php:342
647
- msgid "Database ID"
648
- msgstr ""
649
-
650
- #: ../sentmail/deliverreport-show.php:96 ../sentmail/sentmail-show.php:144
651
- msgid " &lt;&lt; "
652
- msgstr ""
653
-
654
- #: ../sentmail/deliverreport-show.php:97 ../sentmail/sentmail-show.php:145
655
- msgid " &gt;&gt; "
656
- msgstr ""
657
-
658
- #: ../sentmail/sentmail-show.php:42
659
- msgid "Successfully deleted all reports except latest 10."
660
- msgstr ""
661
-
662
- #: ../sentmail/sentmail-show.php:72 ../sentmail/sentmail-show.php:85
663
- msgid "View Reports"
664
- msgstr ""
665
-
666
- #: ../sentmail/sentmail-show.php:74 ../sentmail/sentmail-show.php:87
667
- msgid "Source"
668
- msgstr ""
669
-
670
- #: ../sentmail/sentmail-show.php:77 ../sentmail/sentmail-show.php:90
671
- msgid "Start Date"
672
- msgstr ""
673
-
674
- #: ../sentmail/sentmail-show.php:78 ../sentmail/sentmail-show.php:91
675
- msgid "End Date"
676
- msgstr ""
677
-
678
- #: ../sentmail/sentmail-show.php:79 ../sentmail/sentmail-show.php:92
679
- msgid "Total"
680
- msgstr ""
681
-
682
- #: ../sentmail/sentmail-show.php:168 ../sentmail/sentmail-show.php:170
683
- msgid "Optimize Table"
684
- msgstr ""
685
-
686
- #: ../sentmail/sentmail-show.php:180
687
- msgid ""
688
- "Note: Please click <strong>Optimize Table</strong> button to delete all "
689
- "reports except latest 10."
690
- msgstr ""
691
-
692
- #: ../settings/setting-sync.php:8
693
- msgid "Table sync completed successfully."
694
- msgstr ""
695
-
696
- #: ../settings/setting-sync.php:21
697
- msgid "Sync plugin tables"
698
- msgstr ""
699
-
700
- #: ../settings/setting-sync.php:25
701
- msgid "Click to sync tables"
702
- msgstr ""
703
-
704
- #: ../settings/settings-edit.php:102
705
- msgid "Please enter sender of notifications from name."
706
- msgstr ""
707
-
708
- #: ../settings/settings-edit.php:108
709
- msgid "Please enter sender of notifications from email."
710
- msgstr ""
711
-
712
- #: ../settings/settings-edit.php:143
713
- msgid "Details was successfully updated."
714
- msgstr ""
715
-
716
- #: ../settings/settings-edit.php:148
717
- msgid "Oops, details not update."
718
- msgstr ""
719
-
720
- #: ../settings/settings-edit.php:196
721
- msgid "Sender of notifications"
722
- msgstr ""
723
-
724
- #: ../settings/settings-edit.php:197
725
- msgid ""
726
- "Choose a FROM name and FROM email address for all notifications emails from "
727
- "this plugin."
728
- msgstr ""
729
-
730
- #: ../settings/settings-edit.php:207
731
- msgid ""
732
- "Option 1 & 2 is to send mails with default Wordpress method wp_mail(). "
733
- "Option 3 & 4 is to send mails with PHP method mail()"
734
- msgstr ""
735
-
736
- #: ../settings/settings-edit.php:221
737
- msgid "Opt-in option"
738
- msgstr ""
739
-
740
- #: ../settings/settings-edit.php:222
741
- msgid ""
742
- "Double Opt In, means subscribers need to confirm their email address by an "
743
- "activation link sent them on a activation email message. Single Opt In, "
744
- "means subscribers do not need to confirm their email address."
745
- msgstr ""
746
-
747
- #: ../settings/settings-edit.php:233
748
- msgid "Opt-in mail subject (Confirmation mail)"
749
- msgstr ""
750
-
751
- #: ../settings/settings-edit.php:234
752
- msgid ""
753
- "Enter the subject for Double Opt In mail. This will send whenever subscriber "
754
- "added email into our database."
755
- msgstr ""
756
-
757
- #: ../settings/settings-edit.php:240
758
- msgid "Opt-in mail content (Confirmation mail)"
759
- msgstr ""
760
-
761
- #: ../settings/settings-edit.php:241
762
- msgid ""
763
- "Enter the content for Double Opt In mail. This will send whenever subscriber "
764
- "added email into our database."
765
- msgstr ""
766
-
767
- #: ../settings/settings-edit.php:247
768
- msgid "Opt-in link (Confirmation link)"
769
- msgstr ""
770
-
771
- #: ../settings/settings-edit.php:248
772
- msgid "Double Opt In confirmation link. You no need to change this value."
773
- msgstr ""
774
-
775
- #: ../settings/settings-edit.php:254
776
- msgid "Text to display after email subscribed successfully"
777
- msgstr ""
778
-
779
- #: ../settings/settings-edit.php:255
780
- msgid ""
781
- "This text will display once user clicked email confirmation link from opt-in "
782
- "(confirmation) email content."
783
- msgstr ""
784
-
785
- #: ../settings/settings-edit.php:262
786
- msgid "Subscriber welcome email"
787
- msgstr ""
788
-
789
- #: ../settings/settings-edit.php:263
790
- msgid "To send welcome mail to subscriber, This option must be set to YES."
791
- msgstr ""
792
-
793
- #: ../settings/settings-edit.php:274
794
- msgid "Welcome mail subject"
795
- msgstr ""
796
-
797
- #: ../settings/settings-edit.php:275
798
- msgid ""
799
- "Enter the subject for subscriber welcome mail. This will send whenever email "
800
- "subscribed (confirmed) successfully."
801
- msgstr ""
802
-
803
- #: ../settings/settings-edit.php:281
804
- msgid "Subscriber welcome mail content"
805
- msgstr ""
806
-
807
- #: ../settings/settings-edit.php:282
808
- msgid ""
809
- "Enter the content for subscriber welcome mail. This will send whenever email "
810
- "subscribed (confirmed) successfully."
811
- msgstr ""
812
-
813
- #: ../settings/settings-edit.php:290
814
- msgid "Mail to admin"
815
- msgstr ""
816
-
817
- #: ../settings/settings-edit.php:291
818
- msgid ""
819
- "To send admin notifications for new subscriber, This option must be set to "
820
- "YES."
821
- msgstr ""
822
-
823
- #: ../settings/settings-edit.php:302
824
- msgid "Admin email addresses"
825
- msgstr ""
826
-
827
- #: ../settings/settings-edit.php:303
828
- msgid ""
829
- "Enter the admin email addresses that should receive notifications (separate "
830
- "by comma)."
831
- msgstr ""
832
-
833
- #: ../settings/settings-edit.php:309
834
- msgid "Admin mail subject"
835
- msgstr ""
836
-
837
- #: ../settings/settings-edit.php:310
838
- msgid ""
839
- "Enter the subject for admin mail. This will send whenever new email added "
840
- "and confirmed into our database."
841
- msgstr ""
842
-
843
- #: ../settings/settings-edit.php:316
844
- msgid "Admin mail content"
845
- msgstr ""
846
-
847
- #: ../settings/settings-edit.php:317
848
- msgid ""
849
- "Enter the mail content for admin. This will send whenever new email added "
850
- "and confirmed into our database."
851
- msgstr ""
852
-
853
- #: ../settings/settings-edit.php:324
854
- msgid "Unsubscribe link"
855
- msgstr ""
856
-
857
- #: ../settings/settings-edit.php:325
858
- msgid "Unsubscribe link. You no need to change this value."
859
- msgstr ""
860
-
861
- #: ../settings/settings-edit.php:331
862
- msgid "Unsubscribe text in mail"
863
- msgstr ""
864
-
865
- #: ../settings/settings-edit.php:332
866
- msgid ""
867
- "Enter the text for unsubscribe link. This text is to add unsubscribe link "
868
- "with newsletter."
869
- msgstr ""
870
-
871
- #: ../settings/settings-edit.php:338
872
- msgid "Text to display after email unsubscribed"
873
- msgstr ""
874
-
875
- #: ../settings/settings-edit.php:339
876
- msgid ""
877
- "This text will display once user clicked unsubscribed link from our "
878
- "newsletter."
879
- msgstr ""
880
-
881
- #: ../settings/settings-edit.php:346
882
- msgid "Message 1"
883
- msgstr ""
884
-
885
- #: ../settings/settings-edit.php:347
886
- msgid "Default message to display if any issue on confirmation link."
887
- msgstr ""
888
-
889
- #: ../settings/settings-edit.php:353
890
- msgid "Message 2"
891
- msgstr ""
892
-
893
- #: ../settings/settings-edit.php:354
894
- msgid "Default message to display if any issue on unsubscribe link."
895
- msgstr ""
896
-
897
- #: ../settings/settings-edit.php:361
898
- msgid "Sent report subject"
899
- msgstr ""
900
-
901
- #: ../settings/settings-edit.php:362
902
- msgid "Mail subject for sent mail report."
903
- msgstr ""
904
-
905
- #: ../settings/settings-edit.php:368
906
- msgid "Sent report content"
907
- msgstr ""
908
-
909
- #: ../settings/settings-edit.php:369
910
- msgid "Mail content for sent mail report."
911
- msgstr ""
912
-
913
- #: ../settings/settings-edit.php:380
914
- msgid "Save Settings"
915
- msgstr ""
916
-
917
- #: ../subscribers/view-subscriber-add.php:28
918
- #: ../subscribers/view-subscriber-add.php:120
919
- #: ../subscribers/view-subscriber-edit.php:43
920
- #: ../subscribers/view-subscriber-edit.php:104
921
- msgid "Please enter subscriber email address."
922
- msgstr ""
923
-
924
- #: ../subscribers/view-subscriber-add.php:45
925
- msgid "Please select or create your group for this email."
926
- msgstr ""
927
-
928
- #: ../subscribers/view-subscriber-add.php:54
929
- #: ../subscribers/view-subscriber-import.php:45
930
- msgid ""
931
- "Error: Special characters (['^$%&*()}{@#~?><>,|=_+\\\"]) are not allowed in "
932
- "the group name."
933
- msgstr ""
934
-
935
- #: ../subscribers/view-subscriber-add.php:66
936
- msgid "Email was successfully inserted."
937
- msgstr ""
938
-
939
- #: ../subscribers/view-subscriber-add.php:70
940
- msgid "Email already exist in our list."
941
- msgstr ""
942
-
943
- #: ../subscribers/view-subscriber-add.php:75
944
- msgid "Email is invalid."
945
- msgstr ""
946
-
947
- #: ../subscribers/view-subscriber-add.php:112
948
- msgid "Add email"
949
- msgstr ""
950
-
951
- #: ../subscribers/view-subscriber-add.php:114
952
- #: ../subscribers/view-subscriber-edit.php:98
953
- msgid "Enter full name"
954
- msgstr ""
955
-
956
- #: ../subscribers/view-subscriber-add.php:116
957
- #: ../subscribers/view-subscriber-edit.php:100
958
- msgid "Please enter subscriber full name."
959
- msgstr ""
960
-
961
- #: ../subscribers/view-subscriber-add.php:118
962
- #: ../subscribers/view-subscriber-edit.php:102
963
- msgid "Enter email address."
964
- msgstr ""
965
-
966
- #: ../subscribers/view-subscriber-add.php:129
967
- #: ../subscribers/view-subscriber-edit.php:113
968
- #: ../subscribers/view-subscriber-import.php:163
969
- msgid "Please select subscriber email status."
970
- msgstr ""
971
-
972
- #: ../subscribers/view-subscriber-add.php:131
973
- #: ../subscribers/view-subscriber-import.php:165
974
- msgid "Select (or) Create Group"
975
- msgstr ""
976
-
977
- #: ../subscribers/view-subscriber-add.php:149
978
- #: ../subscribers/view-subscriber-edit.php:141
979
- #: ../subscribers/view-subscriber-import.php:183
980
- msgid "Please select or create group for this subscriber."
981
- msgstr ""
982
-
983
- #: ../subscribers/view-subscriber-edit.php:54
984
- msgid "Error: Special characters are not allowed in the group name."
985
- msgstr ""
986
-
987
- #: ../subscribers/view-subscriber-edit.php:66
988
- msgid "Email was successfully updated."
989
- msgstr ""
990
-
991
- #: ../subscribers/view-subscriber-edit.php:70
992
- msgid "Email already exist for this group."
993
- msgstr ""
994
-
995
- #: ../subscribers/view-subscriber-edit.php:96
996
- msgid "Edit email"
997
- msgstr ""
998
-
999
- #: ../subscribers/view-subscriber-edit.php:115
1000
- #: ../subscribers/view-subscriber-show.php:328
1001
- #: ../subscribers/view-subscriber-show.php:341
1002
- msgid "Group"
1003
- msgstr ""
1004
-
1005
- #: ../subscribers/view-subscriber-export.php:24
1006
- msgid "Export email address in csv format"
1007
- msgstr ""
1008
-
1009
- #: ../subscribers/view-subscriber-export.php:30
1010
- #: ../subscribers/view-subscriber-export.php:38
1011
- msgid "Export option"
1012
- msgstr ""
1013
-
1014
- #: ../subscribers/view-subscriber-export.php:31
1015
- #: ../subscribers/view-subscriber-export.php:39
1016
- msgid "Total email"
1017
- msgstr ""
1018
-
1019
- #: ../subscribers/view-subscriber-export.php:46
1020
- msgid "Subscriber email address"
1021
- msgstr ""
1022
-
1023
- #: ../subscribers/view-subscriber-export.php:48
1024
- #: ../subscribers/view-subscriber-export.php:54
1025
- #: ../subscribers/view-subscriber-export.php:60
1026
- msgid "Click to export csv"
1027
- msgstr ""
1028
-
1029
- #: ../subscribers/view-subscriber-export.php:52
1030
- msgid "Registered email address"
1031
- msgstr ""
1032
-
1033
- #: ../subscribers/view-subscriber-export.php:58
1034
- msgid "Comments author email address"
1035
- msgstr ""
1036
-
1037
- #: ../subscribers/view-subscriber-export.php:67
1038
- msgid "Add Email"
1039
- msgstr ""
1040
-
1041
- #: ../subscribers/view-subscriber-export.php:68
1042
- #: ../subscribers/view-subscriber-show.php:445
1043
- msgid "Import Email"
1044
- msgstr ""
1045
-
1046
- #: ../subscribers/view-subscriber-import.php:103
1047
- msgid "Email(s) was successfully imported."
1048
- msgstr ""
1049
-
1050
- #: ../subscribers/view-subscriber-import.php:104
1051
- msgid "Email(s) are already in our database."
1052
- msgstr ""
1053
-
1054
- #: ../subscribers/view-subscriber-import.php:105
1055
- msgid "Email(s) are invalid."
1056
- msgstr ""
1057
-
1058
- #: ../subscribers/view-subscriber-import.php:115
1059
- msgid "File upload failed or no data available in the csv file."
1060
- msgstr ""
1061
-
1062
- #: ../subscribers/view-subscriber-import.php:150
1063
- msgid "Upload email"
1064
- msgstr ""
1065
-
1066
- #: ../subscribers/view-subscriber-import.php:151
1067
- msgid "Select csv file"
1068
- msgstr ""
1069
-
1070
- #: ../subscribers/view-subscriber-import.php:153
1071
- msgid ""
1072
- "Please select the input csv file. Please check official website for csv "
1073
- "structure."
1074
- msgstr ""
1075
-
1076
- #: ../subscribers/view-subscriber-import.php:188
1077
- msgid "Upload CSV"
1078
- msgstr ""
1079
-
1080
- #: ../subscribers/view-subscriber-show.php:72
1081
- #: ../subscribers/view-subscriber-show.php:125
1082
- msgid ""
1083
- "To send confirmation mail, Please change the Opt-in option to Double Opt In."
1084
- msgstr ""
1085
-
1086
- #: ../subscribers/view-subscriber-show.php:81
1087
- msgid "Confirmation email resent successfully."
1088
- msgstr ""
1089
-
1090
- #: ../subscribers/view-subscriber-show.php:110
1091
- #: ../subscribers/view-subscriber-show.php:156
1092
- #: ../subscribers/view-subscriber-show.php:201
1093
- msgid "Oops, No record was selected."
1094
- msgstr ""
1095
-
1096
- #: ../subscribers/view-subscriber-show.php:150
1097
- msgid "Confirmation email(s) resent successfully."
1098
- msgstr ""
1099
-
1100
- #: ../subscribers/view-subscriber-show.php:186
1101
- msgid "Selected subscribers group was successfully updated."
1102
- msgstr ""
1103
-
1104
- #: ../subscribers/view-subscriber-show.php:192
1105
- msgid "Oops, New group name was not selected."
1106
- msgstr ""
1107
-
1108
- #: ../subscribers/view-subscriber-show.php:232
1109
- msgid "View subscriber"
1110
- msgstr ""
1111
-
1112
- #: ../subscribers/view-subscriber-show.php:280
1113
- msgid "All Groups"
1114
- msgstr ""
1115
-
1116
- #: ../subscribers/view-subscriber-show.php:299
1117
- msgid "All Status"
1118
- msgstr ""
1119
-
1120
- #: ../subscribers/view-subscriber-show.php:300
1121
- msgid "Confirmed"
1122
- msgstr ""
1123
-
1124
- #: ../subscribers/view-subscriber-show.php:301
1125
- msgid "Unconfirmed"
1126
- msgstr ""
1127
-
1128
- #: ../subscribers/view-subscriber-show.php:302
1129
- msgid "Unsubscribed"
1130
- msgstr ""
1131
-
1132
- #: ../subscribers/view-subscriber-show.php:303
1133
- msgid "Single Opt In"
1134
- msgstr ""
1135
-
1136
- #: ../subscribers/view-subscriber-show.php:325
1137
- #: ../subscribers/view-subscriber-show.php:338
1138
- msgid "Email address"
1139
- msgstr ""
1140
-
1141
- #: ../subscribers/view-subscriber-show.php:385
1142
- #: ../subscribers/view-subscriber-show.php:423
1143
- msgid "Resend Confirmation"
1144
- msgstr ""
1145
-
1146
- #: ../subscribers/view-subscriber-show.php:401
1147
- msgid ""
1148
- "No records available. Please use the above alphabet search button to search."
1149
- msgstr ""
1150
-
1151
- #: ../subscribers/view-subscriber-show.php:421
1152
- msgid "Bulk Actions"
1153
- msgstr ""
1154
-
1155
- #: ../subscribers/view-subscriber-show.php:424
1156
- msgid "Update Subscribers Group"
1157
- msgstr ""
1158
-
1159
- #: ../subscribers/view-subscriber-show.php:427
1160
- msgid "Select Group"
1161
- msgstr ""
1162
-
1163
- #: ../subscribers/view-subscriber-show.php:441
1164
- msgid "Apply"
1165
- msgstr ""
1166
-
1167
- #: ../subscribers/view-subscriber-show.php:446
1168
- msgid "Export Email"
1169
- msgstr ""
1170
-
1171
- #: ../subscribers/view-subscriber-show.php:447
1172
- msgid "Sync Email"
1173
- msgstr ""
1174
-
1175
- #: ../subscribers/view-subscriber-sync.php:33
1176
- #: ../subscribers/view-subscriber-sync.php:119
1177
- msgid "Please select default group to newly registered user."
1178
- msgstr ""
1179
-
1180
- #: ../subscribers/view-subscriber-sync.php:39
1181
- #: ../subscribers/view-subscriber-sync.php:150
1182
- msgid "Please select default group to newly commented user."
1183
- msgstr ""
1184
-
1185
- #: ../subscribers/view-subscriber-sync.php:56
1186
- msgid "Sync email successfully updated."
1187
- msgstr ""
1188
-
1189
- #: ../subscribers/view-subscriber-sync.php:88
1190
- msgid "Sync email"
1191
- msgstr ""
1192
-
1193
- #: ../subscribers/view-subscriber-sync.php:90
1194
- msgid "Sync newly registered user"
1195
- msgstr ""
1196
-
1197
- #: ../subscribers/view-subscriber-sync.php:95
1198
- msgid ""
1199
- "Automatically add a newly registered user email address to subscribers list."
1200
- msgstr ""
1201
-
1202
- #: ../subscribers/view-subscriber-sync.php:97
1203
- #: ../subscribers/view-subscriber-sync.php:128
1204
- msgid "Select default group"
1205
- msgstr ""
1206
-
1207
- #: ../subscribers/view-subscriber-sync.php:121
1208
- msgid "Sync newly commented user"
1209
- msgstr ""
1210
-
1211
- #: ../subscribers/view-subscriber-sync.php:126
1212
- msgid ""
1213
- "Automatically add a newly commented (who posted comments) user email address "
1214
- "to subscribers list."
1215
- msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: Wed Jun 01 2016 13:06:42 GMT+0530 (IST)\n"
9
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
10
  "Last-Translator: \n"
11
  "Language-Team: \n"
@@ -24,386 +24,367 @@ 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
- #. Name of the plugin
28
- msgid "Email Subscribers"
29
- msgstr ""
30
-
31
- #. URI of the plugin
32
- msgid "http://www.storeapps.org"
33
- msgstr ""
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
-
41
- #. Author of the plugin
42
- msgid "Store Apps"
43
- msgstr ""
44
-
45
- #: ../settings/setting-sync.php:12
46
  msgid "Table sync completed successfully."
47
  msgstr ""
48
 
49
- #: ../settings/setting-sync.php:25
50
  msgid "Sync plugin tables"
51
  msgstr ""
52
 
53
- #: ../settings/setting-sync.php:28
54
  msgid "Click to sync tables"
55
  msgstr ""
56
 
57
- #: ../settings/settings-edit.php:15
58
  msgid "Oops, selected details doesnt exists."
59
  msgstr ""
60
 
61
- #: ../settings/settings-edit.php:109
62
  msgid "Please enter sender of notifications from name."
63
  msgstr ""
64
 
65
- #: ../settings/settings-edit.php:114
66
  msgid "Please enter sender of notifications from email."
67
  msgstr ""
68
 
69
- #: ../settings/settings-edit.php:147
70
  msgid "Details was successfully updated."
71
  msgstr ""
72
 
73
- #: ../settings/settings-edit.php:150
74
  msgid "Oops, details not update."
75
  msgstr ""
76
 
77
- #: ../settings/settings-edit.php:190 ../classes/es-register.php:154 ../classes/es-
78
- #: register.php:155
79
  msgid "Settings"
80
  msgstr ""
81
 
82
- #: ../settings/settings-edit.php:196
83
  msgid "Sender of notifications"
84
  msgstr ""
85
 
86
- #: ../settings/settings-edit.php:197
87
  msgid ""
88
  "Choose a FROM name and FROM email address for all notifications emails from "
89
  "this plugin."
90
  msgstr ""
91
 
92
- #: ../settings/settings-edit.php:206
93
  msgid "Mail type"
94
  msgstr ""
95
 
96
- #: ../settings/settings-edit.php:207
97
  msgid ""
98
  "Option 1 & 2 is to send mails with default Wordpress method wp_mail(). "
99
  "Option 3 & 4 is to send mails with PHP method mail()"
100
  msgstr ""
101
 
102
- #: ../settings/settings-edit.php:211
103
  msgid "1. WP HTML MAIL"
104
  msgstr ""
105
 
106
- #: ../settings/settings-edit.php:212
107
  msgid "2. WP PLAINTEXT MAIL"
108
  msgstr ""
109
 
110
- #: ../settings/settings-edit.php:213
111
  msgid "3. PHP HTML MAIL"
112
  msgstr ""
113
 
114
- #: ../settings/settings-edit.php:214
115
  msgid "4. PHP PLAINTEXT MAIL"
116
  msgstr ""
117
 
118
- #: ../settings/settings-edit.php:221
119
  msgid "Opt-in option"
120
  msgstr ""
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
 
129
- #: ../settings/settings-edit.php:226
130
  msgid "Double Opt In"
131
  msgstr ""
132
 
133
- #: ../settings/settings-edit.php:227 ../subscribers/view-subscriber-show.php:303
134
  msgid "Single Opt In"
135
  msgstr ""
136
 
137
- #: ../settings/settings-edit.php:233
138
  msgid "Image Size"
139
  msgstr ""
140
 
141
- #: ../settings/settings-edit.php:234
142
  msgid "Select image size for ###POSTIMAGE### to be shown in post notification email"
143
  msgstr ""
144
 
145
- #: ../settings/settings-edit.php:238
146
  msgid "Full Size"
147
  msgstr ""
148
 
149
- #: ../settings/settings-edit.php:239
150
  msgid "Medium Size"
151
  msgstr ""
152
 
153
- #: ../settings/settings-edit.php:240
154
  msgid "Thumbnail"
155
  msgstr ""
156
 
157
- #: ../settings/settings-edit.php:246
158
  msgid "Opt-in mail subject (Confirmation mail)"
159
  msgstr ""
160
 
161
- #: ../settings/settings-edit.php:247
162
  msgid ""
163
  "Enter the subject for Double Opt In mail. This will send whenever subscriber "
164
  "added email into our database."
165
  msgstr ""
166
 
167
- #: ../settings/settings-edit.php:253
168
  msgid "Opt-in mail content (Confirmation mail)"
169
  msgstr ""
170
 
171
- #: ../settings/settings-edit.php:254
172
  msgid ""
173
  "Enter the content for Double Opt In mail. This will send whenever subscriber "
174
  "added email into our database."
175
  msgstr ""
176
 
177
- #: ../settings/settings-edit.php:260
178
  msgid "Opt-in link (Confirmation link)"
179
  msgstr ""
180
 
181
- #: ../settings/settings-edit.php:261
182
  msgid "Double Opt In confirmation link. You no need to change this value."
183
  msgstr ""
184
 
185
- #: ../settings/settings-edit.php:267
186
  msgid "Text to display after email subscribed successfully"
187
  msgstr ""
188
 
189
- #: ../settings/settings-edit.php:268
190
  msgid ""
191
  "This text will display once user clicked email confirmation link from opt-in "
192
  "(confirmation) email content."
193
  msgstr ""
194
 
195
- #: ../settings/settings-edit.php:275
196
  msgid "Subscriber welcome email"
197
  msgstr ""
198
 
199
- #: ../settings/settings-edit.php:276
200
  msgid "To send welcome mail to subscriber, This option must be set to YES."
201
  msgstr ""
202
 
203
- #: ../settings/settings-edit.php:280 ../settings/settings-edit.php:308
204
  msgid "YES"
205
  msgstr ""
206
 
207
- #: ../settings/settings-edit.php:281 ../settings/settings-edit.php:309
208
  msgid "NO"
209
  msgstr ""
210
 
211
- #: ../settings/settings-edit.php:287
212
  msgid "Welcome mail subject"
213
  msgstr ""
214
 
215
- #: ../settings/settings-edit.php:288
216
  msgid ""
217
  "Enter the subject for subscriber welcome mail. This will send whenever email "
218
  "subscribed (confirmed) successfully."
219
  msgstr ""
220
 
221
- #: ../settings/settings-edit.php:294
222
  msgid "Subscriber welcome mail content"
223
  msgstr ""
224
 
225
- #: ../settings/settings-edit.php:295
226
  msgid ""
227
  "Enter the content for subscriber welcome mail. This will send whenever email "
228
  "subscribed (confirmed) successfully. (Keyword: ###NAME###)"
229
  msgstr ""
230
 
231
- #: ../settings/settings-edit.php:303
232
  msgid "Mail to admin"
233
  msgstr ""
234
 
235
- #: ../settings/settings-edit.php:304
236
  msgid ""
237
  "To send admin notifications for new subscriber, This option must be set to "
238
  "YES."
239
  msgstr ""
240
 
241
- #: ../settings/settings-edit.php:315
242
  msgid "Admin email addresses"
243
  msgstr ""
244
 
245
- #: ../settings/settings-edit.php:316
246
  msgid ""
247
  "Enter the admin email addresses that should receive notifications (separate "
248
  "by comma)."
249
  msgstr ""
250
 
251
- #: ../settings/settings-edit.php:322
252
  msgid "Admin mail subject"
253
  msgstr ""
254
 
255
- #: ../settings/settings-edit.php:323
256
  msgid ""
257
  "Enter the subject for admin mail. This will send whenever new email added "
258
  "and confirmed into our database."
259
  msgstr ""
260
 
261
- #: ../settings/settings-edit.php:329
262
  msgid "Admin mail content"
263
  msgstr ""
264
 
265
- #: ../settings/settings-edit.php:330
266
  msgid ""
267
  "Enter the mail content for admin. This will send whenever new email added "
268
  "and confirmed into our database. (Keyword: ###NAME###, ###EMAIL###)"
269
  msgstr ""
270
 
271
- #: ../settings/settings-edit.php:337
272
  msgid "Unsubscribe link"
273
  msgstr ""
274
 
275
- #: ../settings/settings-edit.php:338
276
  msgid "Unsubscribe link. You no need to change this value."
277
  msgstr ""
278
 
279
- #: ../settings/settings-edit.php:344
280
  msgid "Unsubscribe text in mail"
281
  msgstr ""
282
 
283
- #: ../settings/settings-edit.php:345
284
  msgid ""
285
  "Enter the text for unsubscribe link. This text is to add unsubscribe link "
286
  "with newsletter. (Keyword: ###LINK###)"
287
  msgstr ""
288
 
289
- #: ../settings/settings-edit.php:351
290
  msgid "Text to display after email unsubscribed"
291
  msgstr ""
292
 
293
- #: ../settings/settings-edit.php:352
294
  msgid ""
295
  "This text will display once user clicked unsubscribed link from our "
296
  "newsletter."
297
  msgstr ""
298
 
299
- #: ../settings/settings-edit.php:359
300
  msgid "Message 1"
301
  msgstr ""
302
 
303
- #: ../settings/settings-edit.php:360
304
  msgid "Default message to display if any issue on confirmation link."
305
  msgstr ""
306
 
307
- #: ../settings/settings-edit.php:366
308
  msgid "Message 2"
309
  msgstr ""
310
 
311
- #: ../settings/settings-edit.php:367
312
  msgid "Default message to display if any issue on unsubscribe link."
313
  msgstr ""
314
 
315
- #: ../settings/settings-edit.php:374
316
  msgid "Sent report subject"
317
  msgstr ""
318
 
319
- #: ../settings/settings-edit.php:375
320
  msgid "Mail subject for sent mail report."
321
  msgstr ""
322
 
323
- #: ../settings/settings-edit.php:381
324
  msgid "Sent report content"
325
  msgstr ""
326
 
327
- #: ../settings/settings-edit.php:382
328
  msgid ""
329
  "Mail content for sent mail report. (Keyword: ###COUNT###, ###UNIQUE###, "
330
  "###STARTTIME###, ###ENDTIME###)"
331
  msgstr ""
332
 
333
- #: ../settings/settings-edit.php:393
334
  msgid "Save Settings"
335
  msgstr ""
336
 
337
- #: ../settings/settings-edit.php:394 ../subscribers/view-subscriber-add.php:154 ..
338
  #: /subscribers/view-subscriber-sync.php:157 ../subscribers/view-subscriber-edit.
339
- #: php:147 ../notification/notification-edit.php:237 ../notification/notification-
340
- #: add.php:216 ../compose/compose-edit.php:109 ../compose/compose-add.php:99 ..
341
- #: /cron/cron-add.php:89 ../sendmail/sendmail.php:260 ../roles/roles-add.php:155
342
  msgid "Cancel"
343
  msgstr ""
344
 
345
- #: ../settings/settings-edit.php:395 ../sentmail/sentmail-preview.php:33 ..
346
- #: /sentmail/deliverreport-show.php:120 ../subscribers/view-subscriber-add.php:
347
  #: 155 ../subscribers/view-subscriber-sync.php:158 ../subscribers/view-subscriber-
348
  #: export.php:68 ../subscribers/view-subscriber-edit.php:148 ../subscribers/view-
349
  #: subscriber-import.php:189 ../subscribers/view-subscriber-show.php:448 ..
350
- #: /notification/notification-edit.php:238 ../notification/notification-add.php:
351
- #: 217 ../notification/notification-show.php:152 ../compose/compose-edit.php:110 .
352
  #: ./compose/compose-show.php:113 ../compose/compose-preview.php:35 ..
353
- #: /compose/compose-add.php:100 ../cron/cron-add.php:90 ../sendmail/sendmail.php:
354
- #: 261 ../roles/roles-add.php:156
355
  msgid "Help"
356
  msgstr ""
357
 
358
- #: ../job/es-optin.php:64 ../job/es-optin.php:79 ../job/es-unsubscribe.php:60 ..
359
- #: /job/es-unsubscribe.php:70
360
  msgid ""
361
  "Oops.. We are getting some technical error. Please try again or contact "
362
  "admin."
363
  msgstr ""
364
 
365
- #: ../job/es-optin.php:69
366
  msgid "This email address has already been confirmed."
367
  msgstr ""
368
 
369
- #: ../sentmail/sentmail-show.php:18 ../sentmail/sentmail-preview.php:12 ..
370
  #: /subscribers/view-subscriber-edit.php:12 ../subscribers/view-subscriber-show.
371
- #: php:46 ../notification/notification-edit.php:11 ../notification/notification-
372
- #: show.php:16 ../compose/compose-edit.php:15 ../compose/compose-show.php:31 ..
373
  #: /compose/compose-preview.php:13
374
  msgid "Oops, selected details doesnt exist."
375
  msgstr ""
376
 
377
- #: ../sentmail/sentmail-show.php:33 ../subscribers/view-subscriber-show.php:60 ..
378
- #: /subscribers/view-subscriber-show.php:104 ../notification/notification-show.
379
- #: php:31 ../compose/compose-show.php:43
380
  msgid "Selected record was successfully deleted."
381
  msgstr ""
382
 
383
- #: ../sentmail/sentmail-show.php:42
384
  msgid "Successfully deleted all reports except latest 10."
385
  msgstr ""
386
 
387
- #: ../sentmail/sentmail-show.php:53 ../classes/es-register.php:160 ../classes/es-
388
- #: register.php:161
389
  msgid "Sent Mails"
390
  msgstr ""
391
 
392
- #: ../sentmail/sentmail-show.php:71 ../sentmail/sentmail-show.php:84
393
  msgid "View Reports"
394
  msgstr ""
395
 
396
- #: ../sentmail/sentmail-show.php:72 ../sentmail/sentmail-show.php:85 ..
397
  #: /compose/compose-show.php:95
398
  msgid "Preview"
399
  msgstr ""
400
 
401
- #: ../sentmail/sentmail-show.php:73 ../sentmail/sentmail-show.php:86
402
  msgid "Source"
403
  msgstr ""
404
 
405
- #: ../sentmail/sentmail-show.php:74 ../sentmail/sentmail-show.php:87 ..
406
- #: /sentmail/deliverreport-show.php:40 ../sentmail/deliverreport-show.php:52 ..
407
  #: /subscribers/view-subscriber-add.php:121 ../subscribers/view-subscriber-edit.
408
  #: php:105 ../subscribers/view-subscriber-import.php:155 ../subscribers/view-
409
  #: subscriber-show.php:327 ../subscribers/view-subscriber-show.php:340 ..
@@ -412,25 +393,25 @@ msgstr ""
412
  msgid "Status"
413
  msgstr ""
414
 
415
- #: ../sentmail/sentmail-show.php:75 ../sentmail/sentmail-show.php:88 ..
416
- #: /sentmail/deliverreport-show.php:41 ../sentmail/deliverreport-show.php:53 ..
417
  #: /compose/compose-show.php:68 ../compose/compose-show.php:76
418
  msgid "Type"
419
  msgstr ""
420
 
421
- #: ../sentmail/sentmail-show.php:76 ../sentmail/sentmail-show.php:89
422
  msgid "Start Date"
423
  msgstr ""
424
 
425
- #: ../sentmail/sentmail-show.php:77 ../sentmail/sentmail-show.php:90
426
  msgid "End Date"
427
  msgstr ""
428
 
429
- #: ../sentmail/sentmail-show.php:78 ../sentmail/sentmail-show.php:91
430
  msgid "Total"
431
  msgstr ""
432
 
433
- #: ../sentmail/sentmail-show.php:79 ../sentmail/sentmail-show.php:92 ..
434
  #: /subscribers/view-subscriber-export.php:30 ../subscribers/view-subscriber-
435
  #: export.php:38 ../subscribers/view-subscriber-show.php:330 ../subscribers/view-
436
  #: subscriber-show.php:343 ../compose/compose-show.php:69 ../compose/compose-show.
@@ -438,304 +419,309 @@ msgstr ""
438
  msgid "Action"
439
  msgstr ""
440
 
441
- #: ../sentmail/sentmail-show.php:131 ../sentmail/deliverreport-show.php:84 ..
442
- #: /notification/notification-show.php:141 ../compose/compose-show.php:102
443
  msgid "No records available."
444
  msgstr ""
445
 
446
- #: ../sentmail/sentmail-show.php:143 ../sentmail/deliverreport-show.php:96
447
  msgid " &lt;&lt; "
448
  msgstr ""
449
 
450
- #: ../sentmail/sentmail-show.php:144 ../sentmail/deliverreport-show.php:97
451
  msgid " &gt;&gt; "
452
  msgstr ""
453
 
454
- #: ../sentmail/sentmail-show.php:167 ../sentmail/sentmail-show.php:169
455
  msgid "Optimize Table"
456
  msgstr ""
457
 
458
- #: ../sentmail/sentmail-show.php:179
459
  msgid ""
460
  "Note: Please click <strong>Optimize Table</strong> button to delete all "
461
  "reports except latest 10."
462
  msgstr ""
463
 
464
- #: ../sentmail/sentmail-preview.php:19 ../compose/compose-preview.php:21
465
  msgid "Preview Mail"
466
  msgstr ""
467
 
468
- #: ../sentmail/sentmail-preview.php:32 ../sentmail/deliverreport-show.php:119 ..
469
  #: /subscribers/view-subscriber-export.php:67 ../subscribers/view-subscriber-
470
  #: import.php:188 ../compose/compose-preview.php:33
471
  msgid "Back"
472
  msgstr ""
473
 
474
- #: ../sentmail/deliverreport-show.php:11
475
  msgid "Oops.. Unexpected error occurred. Please try again."
476
  msgstr ""
477
 
478
- #: ../sentmail/deliverreport-show.php:19
479
  msgid "Delivery Report"
480
  msgstr ""
481
 
482
- #: ../sentmail/deliverreport-show.php:37 ../sentmail/deliverreport-show.php:49 ..
483
  #: /subscribers/view-subscriber-export.php:27 ../subscribers/view-subscriber-
484
  #: export.php:35 ../subscribers/view-subscriber-show.php:324 ../subscribers/view-
485
  #: subscriber-show.php:337
486
  msgid "Sno"
487
  msgstr ""
488
 
489
- #: ../sentmail/deliverreport-show.php:38 ../sentmail/deliverreport-show.php:50
490
  msgid "Email"
491
  msgstr ""
492
 
493
- #: ../sentmail/deliverreport-show.php:39 ../sentmail/deliverreport-show.php:51
494
  msgid "Sent Date"
495
  msgstr ""
496
 
497
- #: ../sentmail/deliverreport-show.php:42 ../sentmail/deliverreport-show.php:54
498
  msgid "Viewed Status"
499
  msgstr ""
500
 
501
- #: ../sentmail/deliverreport-show.php:43 ../sentmail/deliverreport-show.php:55
502
  msgid "Viewed Date"
503
  msgstr ""
504
 
505
- #: ../sentmail/deliverreport-show.php:44 ../sentmail/deliverreport-show.php:56 ..
506
  #: /subscribers/view-subscriber-show.php:329 ../subscribers/view-subscriber-show.
507
  #: php:342
508
  msgid "Database ID"
509
  msgstr ""
510
 
511
- #: ../classes/es-loadwidget.php:23 ../classes/es-register.php:410 ..
512
  #: /subscribers/view-subscriber-show.php:326 ../subscribers/view-subscriber-show.
513
  #: php:339
514
  msgid "Name"
515
  msgstr ""
516
 
517
- #: ../classes/es-loadwidget.php:28 ../classes/es-register.php:415
518
  msgid "Email *"
519
  msgstr ""
520
 
521
- #: ../classes/es-loadwidget.php:33 ../classes/es-register.php:420
522
  msgid "Subscribe"
523
  msgstr ""
524
 
525
- #: ../classes/es-register.php:139 ../classes/es-register.php:140
 
 
 
 
 
526
  msgid "Subscribers"
527
  msgstr ""
528
 
529
- #: ../classes/es-register.php:142 ../classes/es-register.php:143
530
  msgid "Compose"
531
  msgstr ""
532
 
533
- #: ../classes/es-register.php:145 ../classes/es-register.php:146 ..
534
  #: /notification/notification-show.php:44
535
  msgid "Notification"
536
  msgstr ""
537
 
538
- #: ../classes/es-register.php:148 ../classes/es-register.php:149 ..
539
- #: /sendmail/sendmail.php:94 ../sendmail/sendmail.php:256 ../sendmail/sendmail.
540
- #: php:258
541
  msgid "Send Email"
542
  msgstr ""
543
 
544
- #: ../classes/es-register.php:151
545
  msgid "Cron"
546
  msgstr ""
547
 
548
- #: ../classes/es-register.php:152
549
  msgid "Cron Mail"
550
  msgstr ""
551
 
552
- #: ../classes/es-register.php:157 ../classes/es-register.php:158
553
  msgid "Roles"
554
  msgstr ""
555
 
556
- #: ../classes/es-register.php:163
557
  msgid "Help & Info"
558
  msgstr ""
559
 
560
- #: ../classes/es-register.php:164
561
  msgid "<span style=\"color:#f18500;font-weight:bolder;\">Help & Info"
562
  msgstr ""
563
 
564
- #: ../classes/es-register.php:175
565
  msgctxt "view-subscriber-enhanced-select"
566
  msgid "Please enter subscriber email address."
567
  msgstr ""
568
 
569
- #: ../classes/es-register.php:176
570
  msgctxt "view-subscriber-enhanced-select"
571
  msgid "Please select subscriber email status."
572
  msgstr ""
573
 
574
- #: ../classes/es-register.php:177
575
  msgctxt "view-subscriber-enhanced-select"
576
  msgid "Please select or create group for this subscriber."
577
  msgstr ""
578
 
579
- #: ../classes/es-register.php:178
580
  msgctxt "view-subscriber-enhanced-select"
581
  msgid "Do you want to delete this record?"
582
  msgstr ""
583
 
584
- #: ../classes/es-register.php:179
585
  msgctxt "view-subscriber-enhanced-select"
586
  msgid "Please select the bulk action."
587
  msgstr ""
588
 
589
- #: ../classes/es-register.php:180
590
  msgctxt "view-subscriber-enhanced-select"
591
  msgid "Do you want to delete selected record(s)?"
592
  msgstr ""
593
 
594
- #: ../classes/es-register.php:181
595
  msgctxt "view-subscriber-enhanced-select"
596
  msgid "Are you sure you want to delete?"
597
  msgstr ""
598
 
599
- #: ../classes/es-register.php:182
600
  msgctxt "view-subscriber-enhanced-select"
601
  msgid ""
602
  "Do you want to resend confirmation email? \\nAlso please note, this will "
603
  "update subscriber current status to 'Unconfirmed'."
604
  msgstr ""
605
 
606
- #: ../classes/es-register.php:183
607
  msgctxt "view-subscriber-enhanced-select"
608
  msgid "Please select new subscriber group."
609
  msgstr ""
610
 
611
- #: ../classes/es-register.php:184
612
  msgctxt "view-subscriber-enhanced-select"
613
  msgid "Do you want to update subscribers group?"
614
  msgstr ""
615
 
616
- #: ../classes/es-register.php:185
617
  msgctxt "view-subscriber-enhanced-select"
618
  msgid "Do you want to export the emails?"
619
  msgstr ""
620
 
621
- #: ../classes/es-register.php:186
622
  msgctxt "view-subscriber-enhanced-select"
623
  msgid ""
624
  "Please select only csv file. Please check official website for csv structure."
625
  "."
626
  msgstr ""
627
 
628
- #: ../classes/es-register.php:194
629
  msgctxt "compose-enhanced-select"
630
  msgid "Please enter name for configuration."
631
  msgstr ""
632
 
633
- #: ../classes/es-register.php:195
634
  msgctxt "compose-enhanced-select"
635
  msgid "Please select template for this configuration."
636
  msgstr ""
637
 
638
- #: ../classes/es-register.php:196
639
  msgctxt "compose-enhanced-select"
640
  msgid "Do you want to delete this record?"
641
  msgstr ""
642
 
643
- #: ../classes/es-register.php:204
644
  msgctxt "notification-enhanced-select"
645
  msgid "Please select subscribers group."
646
  msgstr ""
647
 
648
- #: ../classes/es-register.php:205
649
  msgctxt "notification-enhanced-select"
650
  msgid "Please select notification mail subject. Use compose menu to create new."
651
  msgstr ""
652
 
653
- #: ../classes/es-register.php:206
654
  msgctxt "notification-enhanced-select"
655
  msgid "Please select notification status."
656
  msgstr ""
657
 
658
- #: ../classes/es-register.php:207
659
  msgctxt "notification-enhanced-select"
660
  msgid "Do you want to delete this record?"
661
  msgstr ""
662
 
663
- #: ../classes/es-register.php:215
664
  msgctxt "sendmail-enhanced-select"
665
  msgid "Please select your mail subject."
666
  msgstr ""
667
 
668
- #: ../classes/es-register.php:216
669
  msgctxt "sendmail-enhanced-select"
670
  msgid "Please select subscriber email status."
671
  msgstr ""
672
 
673
- #: ../classes/es-register.php:217
674
  msgctxt "sendmail-enhanced-select"
675
  msgid "Are you sure you want to send email to all selected email address?"
676
  msgstr ""
677
 
678
- #: ../classes/es-register.php:229
679
  msgctxt "sentmail-enhanced-select"
680
  msgid "Do you want to delete this record?"
681
  msgstr ""
682
 
683
- #: ../classes/es-register.php:230
684
  msgctxt "sentmail-enhanced-select"
685
  msgid "Do you want to delete all records except latest 10?"
686
  msgstr ""
687
 
688
- #: ../classes/es-register.php:238
689
  msgctxt "roles-enhanced-select"
690
  msgid "Please enter subscriber email address."
691
  msgstr ""
692
 
693
- #: ../classes/es-register.php:239
694
  msgctxt "roles-enhanced-select"
695
  msgid "Please select subscriber email status."
696
  msgstr ""
697
 
698
- #: ../classes/es-register.php:240
699
  msgctxt "roles-enhanced-select"
700
  msgid "Please select or create group for this subscriber."
701
  msgstr ""
702
 
703
- #: ../classes/es-register.php:248
704
  msgctxt "cron-enhanced-select"
705
  msgid "Please select enter number of mails you want to send per hour/trigger."
706
  msgstr ""
707
 
708
- #: ../classes/es-register.php:249
709
  msgctxt "cron-enhanced-select"
710
  msgid "Please enter the mail count, only number."
711
  msgstr ""
712
 
713
- #: ../classes/es-register.php:262
714
  msgctxt "widget-enhanced-select"
715
  msgid "Please enter email address."
716
  msgstr ""
717
 
718
- #: ../classes/es-register.php:263
719
  msgctxt "widget-enhanced-select"
720
  msgid "Please provide a valid email address."
721
  msgstr ""
722
 
723
- #: ../classes/es-register.php:264
724
  msgctxt "widget-enhanced-select"
725
  msgid "loading..."
726
  msgstr ""
727
 
728
- #: ../classes/es-register.php:265
729
  msgctxt "widget-enhanced-select"
730
  msgid "Cannot create XMLHTTP instance"
731
  msgstr ""
732
 
733
- #: ../classes/es-register.php:266
734
  msgctxt "widget-enhanced-select"
735
  msgid "Subscribed successfully."
736
  msgstr ""
737
 
738
- #: ../classes/es-register.php:267
739
  msgctxt "widget-enhanced-select"
740
  msgid ""
741
  "You have successfully subscribed to the newsletter. You will receive a "
@@ -744,57 +730,57 @@ msgid ""
744
  "mailbox, please check your spam folder."
745
  msgstr ""
746
 
747
- #: ../classes/es-register.php:268
748
  msgctxt "widget-enhanced-select"
749
  msgid "Email Address already exists."
750
  msgstr ""
751
 
752
- #: ../classes/es-register.php:269
753
  msgctxt "widget-enhanced-select"
754
  msgid "Oops.. Unexpected error occurred."
755
  msgstr ""
756
 
757
- #: ../classes/es-register.php:270
758
  msgctxt "widget-enhanced-select"
759
  msgid "Invalid email address."
760
  msgstr ""
761
 
762
- #: ../classes/es-register.php:271
763
  msgctxt "widget-enhanced-select"
764
  msgid "Please try after some time."
765
  msgstr ""
766
 
767
- #: ../classes/es-register.php:272
768
  msgctxt "widget-enhanced-select"
769
  msgid "There was a problem with the request."
770
  msgstr ""
771
 
772
- #: ../classes/es-register.php:279
773
  msgctxt "widget-page-enhanced-select"
774
  msgid "Please enter email address."
775
  msgstr ""
776
 
777
- #: ../classes/es-register.php:280
778
  msgctxt "widget-page-enhanced-select"
779
  msgid "Please provide a valid email address."
780
  msgstr ""
781
 
782
- #: ../classes/es-register.php:281
783
  msgctxt "widget-page-enhanced-select"
784
  msgid "loading..."
785
  msgstr ""
786
 
787
- #: ../classes/es-register.php:282
788
  msgctxt "widget-page-enhanced-select"
789
  msgid "Cannot create XMLHTTP instance"
790
  msgstr ""
791
 
792
- #: ../classes/es-register.php:283
793
  msgctxt "widget-page-enhanced-select"
794
  msgid "Subscribed successfully."
795
  msgstr ""
796
 
797
- #: ../classes/es-register.php:284
798
  msgctxt "widget-page-enhanced-select"
799
  msgid ""
800
  "You have successfully subscribed to the newsletter. You will receive a "
@@ -803,92 +789,92 @@ msgid ""
803
  "mailbox, please check your spam folder."
804
  msgstr ""
805
 
806
- #: ../classes/es-register.php:285
807
  msgctxt "widget-page-enhanced-select"
808
  msgid "Email Address already exists."
809
  msgstr ""
810
 
811
- #: ../classes/es-register.php:286
812
  msgctxt "widget-page-enhanced-select"
813
  msgid "Oops.. Unexpected error occurred."
814
  msgstr ""
815
 
816
- #: ../classes/es-register.php:287
817
  msgctxt "widget-page-enhanced-select"
818
  msgid "Invalid email address."
819
  msgstr ""
820
 
821
- #: ../classes/es-register.php:288
822
  msgctxt "widget-page-enhanced-select"
823
  msgid "Please try after some time."
824
  msgstr ""
825
 
826
- #: ../classes/es-register.php:289
827
  msgctxt "widget-page-enhanced-select"
828
  msgid "There was a problem with the request."
829
  msgstr ""
830
 
831
- #: ../classes/es-register.php:455
832
  msgid "Widget Title"
833
  msgstr ""
834
 
835
- #: ../classes/es-register.php:459
836
  msgid "Display Name Field"
837
  msgstr ""
838
 
839
- #: ../classes/es-register.php:466
840
  msgid "Short Description"
841
  msgstr ""
842
 
843
- #: ../classes/es-register.php:468
844
  msgid "Short description about your subscription form."
845
  msgstr ""
846
 
847
- #: ../classes/es-register.php:471
848
  msgid "Subscriber Group"
849
  msgstr ""
850
 
851
- #: ../classes/es-common.php:7
852
  msgid "<span style=\"color:#006600;font-weight:bold;\">Confirmed</span>"
853
  msgstr ""
854
 
855
- #: ../classes/es-common.php:10
856
  msgid "<span style=\"color:#FF0000\">Unconfirmed</span>"
857
  msgstr ""
858
 
859
- #: ../classes/es-common.php:13
860
  msgid "<span style=\"color:#999900\">Unsubscribed</span>"
861
  msgstr ""
862
 
863
- #: ../classes/es-common.php:16
864
  msgid "<span style=\"color:#0000FF\">Single Opt In</span>"
865
  msgstr ""
866
 
867
- #: ../classes/es-common.php:19
868
  msgid "<span style=\"color:#00CC00;font-weight:bold\">Viewed</span>"
869
  msgstr ""
870
 
871
- #: ../classes/es-common.php:22
872
  msgid "<span style=\"color:#999900;\">Nodata</span>"
873
  msgstr ""
874
 
875
- #: ../classes/es-common.php:25
876
  msgid "<span style=\"color:#FF0000\">Disable</span>"
877
  msgstr ""
878
 
879
- #: ../classes/es-common.php:28
880
  msgid "<span style=\"color:#FF0000\">In Queue</span>"
881
  msgstr ""
882
 
883
- #: ../classes/es-common.php:31
884
  msgid "<span style=\"color:#00FF00;font-weight:bold;\">Sent</span>"
885
  msgstr ""
886
 
887
- #: ../classes/es-common.php:34
888
  msgid "<span style=\"color:#ffd700;font-weight:bold;\">Cron Mail</span>"
889
  msgstr ""
890
 
891
- #: ../classes/es-common.php:37
892
  msgid "<span style=\"color:#993399;\">Instant Mail</span>"
893
  msgstr ""
894
 
@@ -924,16 +910,16 @@ msgstr ""
924
  #: ../subscribers/view-subscriber-add.php:92 ../subscribers/view-subscriber-add.
925
  #: php:101 ../subscribers/view-subscriber-edit.php:86 ../subscribers/view-
926
  #: subscriber-import.php:107 ../subscribers/view-subscriber-import.php:138 ..
927
- #: /notification/notification-edit.php:100 ../notification/notification-add.php:
928
- #: 91 ../compose/compose-edit.php:67 ../compose/compose-add.php:59
929
  msgid "Click here"
930
  msgstr ""
931
 
932
  #: ../subscribers/view-subscriber-add.php:92 ../subscribers/view-subscriber-add.
933
  #: php:101 ../subscribers/view-subscriber-edit.php:86 ../subscribers/view-
934
  #: subscriber-import.php:107 ../subscribers/view-subscriber-import.php:138 ..
935
- #: /notification/notification-edit.php:101 ../notification/notification-add.php:
936
- #: 92 ../compose/compose-edit.php:68 ../compose/compose-add.php:60
937
  msgid " to view the details"
938
  msgstr ""
939
 
@@ -969,9 +955,9 @@ msgstr ""
969
  #: ../subscribers/view-subscriber-add.php:132 ../subscribers/view-subscriber-sync.
970
  #: php:99 ../subscribers/view-subscriber-sync.php:130 ../subscribers/view-
971
  #: subscriber-edit.php:116 ../subscribers/view-subscriber-import.php:166 ..
972
- #: /notification/notification-edit.php:122 ../notification/notification-add.php:
973
- #: 105 ../notification/notification-add.php:123 ../sendmail/sendmail.php:107 ..
974
- #: /sendmail/sendmail.php:153
975
  msgid "Select"
976
  msgstr ""
977
 
@@ -982,9 +968,9 @@ msgstr ""
982
 
983
  #: ../subscribers/view-subscriber-add.php:153 ../subscribers/view-subscriber-sync.
984
  #: php:156 ../subscribers/view-subscriber-edit.php:146 ..
985
- #: /notification/notification-edit.php:236 ../notification/notification-add.php:
986
- #: 215 ../compose/compose-edit.php:108 ../compose/compose-add.php:98 ../cron/cron-
987
- #: add.php:88 ../roles/roles-add.php:154
988
  msgid "Submit"
989
  msgstr ""
990
 
@@ -1127,7 +1113,7 @@ msgid "Upload CSV"
1127
  msgstr ""
1128
 
1129
  #: ../subscribers/view-subscriber-show.php:11 ../compose/compose-show.php:13 ..
1130
- #: /sendmail/sendmail.php:11
1131
  msgid "Click Here"
1132
  msgstr ""
1133
 
@@ -1158,12 +1144,12 @@ msgid "Oops, New group name was not selected."
1158
  msgstr ""
1159
 
1160
  #: ../subscribers/view-subscriber-show.php:232
1161
- msgid "View subscriber"
1162
  msgstr ""
1163
 
1164
  #: ../subscribers/view-subscriber-show.php:233 ../subscribers/view-subscriber-
1165
  #: show.php:444 ../notification/notification-show.php:45 ..
1166
- #: /notification/notification-show.php:151 ../compose/compose-show.php:56 ..
1167
  #: /compose/compose-show.php:112
1168
  msgid "Add New"
1169
  msgstr ""
@@ -1194,12 +1180,12 @@ msgid "Email address"
1194
  msgstr ""
1195
 
1196
  #: ../subscribers/view-subscriber-show.php:374 ../notification/notification-show.
1197
- #: php:90 ../compose/compose-show.php:93 ../compose/compose-preview.php:34
1198
  msgid "Edit"
1199
  msgstr ""
1200
 
1201
  #: ../subscribers/view-subscriber-show.php:377 ../subscribers/view-subscriber-
1202
- #: show.php:422 ../notification/notification-show.php:93 ../compose/compose-show.
1203
  #: php:94
1204
  msgid "Delete"
1205
  msgstr ""
@@ -1237,81 +1223,160 @@ msgstr ""
1237
  msgid "Sync Email"
1238
  msgstr ""
1239
 
1240
- #: ../notification/notification-edit.php:40 ../notification/notification-add.php:
1241
- #: 26 ../notification/notification-add.php:119
1242
- msgid "Please select subscribers group."
1243
  msgstr ""
1244
 
1245
- #: ../notification/notification-edit.php:46 ../notification/notification-edit.php:
1246
- #: 231 ../notification/notification-add.php:32 ../notification/notification-add.
1247
- #: php:211
1248
- msgid "Please select notification status."
1249
  msgstr ""
1250
 
1251
- #: ../notification/notification-edit.php:52 ../notification/notification-edit.php:
1252
- #: 142 ../notification/notification-add.php:38 ../notification/notification-add.
1253
- #: php:138
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1254
  msgid "Please select notification mail subject. Use compose menu to create new."
1255
  msgstr ""
1256
 
1257
- #: ../notification/notification-edit.php:58 ../notification/notification-edit.php:
1258
- #: 182 ../notification/notification-add.php:44 ../notification/notification-add.
1259
- #: php:170
1260
  msgid "Please select post categories."
1261
  msgstr ""
1262
 
1263
- #: ../notification/notification-edit.php:84
1264
  msgid "Notification was successfully updated."
1265
  msgstr ""
1266
 
1267
- #: ../notification/notification-edit.php:111
1268
  msgid "Edit Notification"
1269
  msgstr ""
1270
 
1271
- #: ../notification/notification-edit.php:114 ../notification/notification-add.php:
1272
- #: 103 ../notification/notification-show.php:56 ../notification/notification-show.
1273
  #: php:64
1274
  msgid "Subscribers Group"
1275
  msgstr ""
1276
 
1277
- #: ../notification/notification-edit.php:118
1278
- msgid "Not allowed to update the subscribers group in edit page."
1279
  msgstr ""
1280
 
1281
- #: ../notification/notification-edit.php:120 ../notification/notification-add.php:
1282
- #: 121
1283
  msgid "Notification Mail"
1284
  msgstr ""
1285
 
1286
- #: ../notification/notification-edit.php:144 ../notification/notification-add.php:
1287
- #: 140
 
 
 
 
 
1288
  msgid "Post Categories"
1289
  msgstr ""
1290
 
1291
- #: ../notification/notification-edit.php:184 ../notification/notification-add.php:
1292
- #: 172
1293
- msgid "Custom post type"
 
 
 
 
 
1294
  msgstr ""
1295
 
1296
- #: ../notification/notification-edit.php:223 ../notification/notification-add.php:
1297
- #: 203
 
 
 
 
1298
  msgid "Please select your custom post type (Optional)."
1299
  msgstr ""
1300
 
1301
- #: ../notification/notification-edit.php:225 ../notification/notification-add.php:
1302
- #: 205 ../notification/notification-show.php:58 ../notification/notification-show.
 
 
 
 
 
1303
  #: php:66
1304
  msgid "Notification Status"
1305
  msgstr ""
1306
 
1307
- #: ../notification/notification-add.php:69
1308
- msgid "Notification was successfully created."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1309
  msgstr ""
1310
 
1311
- #: ../notification/notification-add.php:100
 
 
 
 
 
 
 
 
 
 
 
 
1312
  msgid "Add Notification"
1313
  msgstr ""
1314
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1315
  #: ../notification/notification-show.php:55 ../notification/notification-show.php:
1316
  #: 63
1317
  msgid "Mail Subject"
@@ -1322,6 +1387,14 @@ msgstr ""
1322
  msgid "Categories / Custom Post"
1323
  msgstr ""
1324
 
 
 
 
 
 
 
 
 
1325
  #: ../compose/compose-edit.php:41 ../compose/compose-add.php:28
1326
  msgid "Please enter template heading."
1327
  msgstr ""
@@ -1336,7 +1409,7 @@ msgid "Compose Mail"
1336
  msgstr ""
1337
 
1338
  #: ../compose/compose-edit.php:80 ../compose/compose-add.php:71 ..
1339
- #: /sendmail/sendmail.php:132
1340
  msgid "Mail Type"
1341
  msgstr ""
1342
 
@@ -1390,7 +1463,7 @@ msgstr ""
1390
  msgid "Template was successfully created."
1391
  msgstr ""
1392
 
1393
- #: ../compose/compose-add.php:76 ../sendmail/sendmail.php:50
1394
  msgid "Please select your mail type."
1395
  msgstr ""
1396
 
@@ -1461,15 +1534,15 @@ msgid ""
1461
  "hosting-doesnt-support-cron-jobs/\">Hosting doesnt support cron jobs?</a>"
1462
  msgstr ""
1463
 
1464
- #: ../sendmail/sendmail.php:35
1465
  msgid "Please select your mail subject."
1466
  msgstr ""
1467
 
1468
- #: ../sendmail/sendmail.php:43
1469
  msgid "No email address selected."
1470
  msgstr ""
1471
 
1472
- #: ../sendmail/sendmail.php:58
1473
  msgid "Mail sent successfully"
1474
  msgstr ""
1475
 
@@ -1477,131 +1550,174 @@ msgstr ""
1477
  msgid "Click here for details"
1478
  msgstr ""
1479
 
1480
- #: ../sendmail/sendmail.php:73
1481
  msgid "Oops.. We are getting some error. mail not sending."
1482
  msgstr ""
1483
 
1484
- #: ../sendmail/sendmail.php:101
1485
  msgid "Select your mail subject"
1486
  msgstr ""
1487
 
1488
- #: ../sendmail/sendmail.php:102
1489
  msgid ""
1490
  "Select a mail subject from available list. Go to Compose page to create new "
1491
  "mail."
1492
  msgstr ""
1493
 
1494
- #: ../sendmail/sendmail.php:133
1495
- msgid "Select your mail type."
 
 
 
 
 
 
 
 
1496
  msgstr ""
1497
 
1498
- #: ../sendmail/sendmail.php:147
1499
  msgid "Select subscriber group"
1500
  msgstr ""
1501
 
1502
- #: ../sendmail/sendmail.php:148
1503
- msgid "Select your subscriber group to send email."
1504
  msgstr ""
1505
 
1506
- #: ../sendmail/sendmail.php:173
1507
- msgid "Check All"
1508
  msgstr ""
1509
 
1510
- #: ../sendmail/sendmail.php:174
1511
- msgid "Uncheck All"
1512
  msgstr ""
1513
 
1514
- #: ../sendmail/sendmail.php:237
1515
- msgid "No subscribers available for this search criteria."
1516
  msgstr ""
1517
 
1518
- #: ../roles/roles-add.php:93
1519
- msgid "Roles and Capabilities"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1520
  msgstr ""
1521
 
1522
  #: ../roles/roles-add.php:95
 
 
 
 
1523
  msgid "Subscribers Menu"
1524
  msgstr ""
1525
 
1526
- #: ../roles/roles-add.php:97 ../roles/roles-add.php:105 ../roles/roles-add.php:
1527
- #: 113 ../roles/roles-add.php:121 ../roles/roles-add.php:129 ../roles/roles-add.
1528
- #: php:137 ../roles/roles-add.php:145
1529
  msgid "Administrator Only"
1530
  msgstr ""
1531
 
1532
- #: ../roles/roles-add.php:98 ../roles/roles-add.php:106 ../roles/roles-add.php:
1533
- #: 114 ../roles/roles-add.php:122 ../roles/roles-add.php:130 ../roles/roles-add.
1534
- #: php:138 ../roles/roles-add.php:146
1535
  msgid "Administrator/Editor"
1536
  msgstr ""
1537
 
1538
- #: ../roles/roles-add.php:99 ../roles/roles-add.php:107 ../roles/roles-add.php:
1539
- #: 115 ../roles/roles-add.php:123 ../roles/roles-add.php:131 ../roles/roles-add.
1540
- #: php:139 ../roles/roles-add.php:147
1541
  msgid "Administrator/Editor/Author/Contributor"
1542
  msgstr ""
1543
 
1544
- #: ../roles/roles-add.php:101
1545
  msgid ""
1546
  "Select user role to access plugin Subscribers Menu. Only Admin user can "
1547
  "change this value."
1548
  msgstr ""
1549
 
1550
- #: ../roles/roles-add.php:103
1551
  msgid "Compose Menu"
1552
  msgstr ""
1553
 
1554
- #: ../roles/roles-add.php:109
1555
  msgid ""
1556
  "Select user role to access plugin Compose Menu. Only Admin user can change "
1557
  "this value."
1558
  msgstr ""
1559
 
1560
- #: ../roles/roles-add.php:111
1561
  msgid "Notification Menu"
1562
  msgstr ""
1563
 
1564
- #: ../roles/roles-add.php:117
1565
  msgid ""
1566
  "Select user role to access plugin Notification Menu. Only Admin user can "
1567
  "change this value."
1568
  msgstr ""
1569
 
1570
- #: ../roles/roles-add.php:119
1571
  msgid "Send Email Menu/Cron Menu"
1572
  msgstr ""
1573
 
1574
- #: ../roles/roles-add.php:125
1575
  msgid ""
1576
  "Select user role to access plugin Send Email Menu. Only Admin user can "
1577
  "change this value."
1578
  msgstr ""
1579
 
1580
- #: ../roles/roles-add.php:127
1581
  msgid "Settings Menu"
1582
  msgstr ""
1583
 
1584
- #: ../roles/roles-add.php:133
1585
  msgid ""
1586
  "Select user role to access plugin Settings Menu. Only Admin user can change "
1587
  "this value."
1588
  msgstr ""
1589
 
1590
- #: ../roles/roles-add.php:135
1591
  msgid "Sent Mails Menu"
1592
  msgstr ""
1593
 
1594
- #: ../roles/roles-add.php:141
1595
  msgid ""
1596
  "Select user role to access plugin Sent Mails Menu. Only Admin user can "
1597
  "change this value."
1598
  msgstr ""
1599
 
1600
- #: ../roles/roles-add.php:143
1601
  msgid "Help & Info Menu"
1602
  msgstr ""
1603
 
1604
- #: ../roles/roles-add.php:149
1605
  msgid ""
1606
  "Select user role to access plugin Help & Info Menu. Only Admin user can "
1607
  "change this value."
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
  "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 ..
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.
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 "
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 "
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
 
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
 
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
 
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
 
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
 
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 ""
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 ""
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"
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 ""
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
 
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
 
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
 
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."
notification/notification-add.php CHANGED
@@ -1,223 +1,255 @@
1
- <?php if(preg_match('#' . basename(__FILE__) . '#', $_SERVER['PHP_SELF'])) { die('You are not allowed to call this page directly.'); } ?>
2
- <div class="wrap">
3
  <?php
4
- $es_errors = array();
5
- $es_success = '';
6
- $es_error_found = FALSE;
7
 
8
- // Preset the form fields
9
- $form = array(
10
- 'es_note_id' => '',
11
- 'es_note_cat' => '',
12
- 'es_note_group' => '',
13
- 'es_note_templ' => '',
14
- 'es_note_status' => ''
15
- );
16
 
17
- // Form submitted, check the data
18
- if (isset($_POST['es_form_submit']) && $_POST['es_form_submit'] == 'yes')
19
- {
20
- // Just security thingy that wordpress offers us
21
- check_admin_referer('es_form_add');
22
-
23
- $form['es_note_group'] = isset($_POST['es_note_group']) ? $_POST['es_note_group'] : '';
24
- if ($form['es_note_group'] == '')
25
- {
26
- $es_errors[] = __('Please select subscribers group.', 'email-subscribers');
27
- $es_error_found = TRUE;
28
- }
29
- $form['es_note_status'] = isset($_POST['es_note_status']) ? $_POST['es_note_status'] : '';
30
- if ($form['es_note_status'] == '')
31
- {
32
- $es_errors[] = __('Please select notification status.', 'email-subscribers');
33
- $es_error_found = TRUE;
34
- }
35
- $form['es_note_templ'] = isset($_POST['es_note_templ']) ? $_POST['es_note_templ'] : '';
36
- if ($form['es_note_templ'] == '')
37
- {
38
- $es_errors[] = __('Please select notification mail subject. Use compose menu to create new.', 'email-subscribers');
39
- $es_error_found = TRUE;
40
- }
41
- $es_note_cat = isset($_POST['es_note_cat']) ? $_POST['es_note_cat'] : '';
42
- if ($es_note_cat == '')
43
- {
44
- $es_errors[] = __('Please select post categories.', 'email-subscribers');
45
- $es_error_found = TRUE;
46
- }
47
 
48
- // No errors found, we can add this Group to the table
49
- if ($es_error_found == FALSE)
50
- {
51
- $action = false;
52
- $listcategory = "";
53
- $total = count($es_note_cat);
54
- if( $total > 0 )
55
- {
56
- for($i=0; $i<$total; $i++)
57
- {
58
- $listcategory = $listcategory . " ##" . $es_note_cat[$i] . "## ";
59
- if($i <> ($total - 1))
60
- {
61
- $listcategory = $listcategory . "--";
62
- }
63
- }
64
- }
65
- $form['es_note_cat'] = $listcategory;
66
- $action = es_cls_notification::es_notification_ins($form, $action = "insert");
67
- if($action)
68
- {
69
- $es_success = __('Notification was successfully created.', 'email-subscribers');
 
 
 
70
  }
71
-
72
- // Reset the form fields
73
- $form = array(
74
- 'es_note_id' => '',
75
- 'es_note_cat' => '',
76
- 'es_note_group' => '',
77
- 'es_note_templ' => '',
78
- 'es_note_status' => ''
79
- );
80
- }
81
- }
82
 
83
- if ($es_error_found == TRUE && isset($es_errors[0]) == TRUE)
84
- {
85
- ?><div class="error fade"><p><strong><?php echo $es_errors[0]; ?></strong></p></div><?php
86
- }
87
- if ($es_error_found == FALSE && strlen($es_success) > 0)
88
- {
89
- ?>
90
- <div class="updated fade">
91
- <p><strong><?php echo $es_success; ?> <a href="<?php echo ES_ADMINURL; ?>?page=es-notification"><?php _e('Click here', 'email-subscribers'); ?></a>
92
- <?php _e(' to view the details', 'email-subscribers'); ?></strong></p>
93
- </div>
94
- <?php
95
- }
96
- ?>
97
- <div class="form-wrap">
98
- <div id="icon-plugins" class="icon32"></div>
99
- <h2><?php _e(ES_PLUGIN_DISPLAY, 'email-subscribers'); ?></h2>
100
- <h3><?php _e('Add Notification', 'email-subscribers'); ?></h3>
101
- <form name="es_form" method="post" action="#" onsubmit="return _es_submit()" >
102
-
103
- <label for="tag-link"><?php _e('Subscribers Group', 'email-subscribers'); ?></label>
104
- <select name="es_note_group" id="es_note_group">
105
- <option value=''><?php _e('Select', 'email-subscribers'); ?></option>
106
- <?php
107
- $groups = array();
108
- $groups = es_cls_dbquery::es_view_subscriber_group();
109
- if(count($groups) > 0)
110
- {
111
- $i = 1;
112
- foreach ($groups as $group)
113
- {
114
- ?><option value="<?php echo stripslashes($group["es_email_group"]); ?>"><?php echo stripslashes($group["es_email_group"]); ?></option><?php
115
- }
116
  }
117
- ?>
118
- </select>
119
- <p><?php _e('Please select subscribers group.', 'email-subscribers'); ?></p>
120
 
121
- <label for="tag-link"><?php _e('Notification Mail', 'email-subscribers'); ?></label>
122
- <select name="es_note_templ" id="es_note_templ">
123
- <option value=''><?php _e('Select', 'email-subscribers'); ?></option>
124
- <?php
125
- $subject = array();
126
- $subject = es_cls_compose::es_template_select_type($type = "Dynamic Template");
127
- $thisselected = "";
128
- if(count($subject) > 0)
129
- {
130
- $i = 1;
131
- foreach ($subject as $sub)
132
- {
133
- ?><option value='<?php echo $sub["es_templ_id"]; ?>'><?php echo $sub["es_templ_heading"]; ?></option><?php
134
- }
135
  }
136
- ?>
137
- </select>
138
- <p><?php _e('Please select notification mail subject. Use compose menu to create new.', 'email-subscribers'); ?></p>
139
 
140
- <label for="tag-link"><?php _e('Post Categories', 'email-subscribers'); ?></label>
141
- <?php
142
- $args = array( 'hide_empty' => 0, 'orderby' => 'name', 'order' => 'ASC' );
143
- $categories = get_categories($args);
144
- //print_r($categories);
145
- $count = 0;
146
- $col=3;
147
- echo "<table border='0' cellspacing='0'><tr>";
148
- foreach($categories as $category)
149
- {
150
- echo "<td style='padding-top:4px;padding-bottom:4px;padding-right:10px;'>";
151
- ?>
152
- <input type="checkbox" value='<?php echo $category->cat_name; ?>' id="es_note_cat[]" name="es_note_cat[]">
153
- <?php echo $category->cat_name; ?>
154
- <?php
155
- if($col > 1)
156
- {
157
- $col=$col-1;
158
- echo "</td><td>";
159
- }
160
- elseif($col = 1)
161
- {
162
- $col=$col-1;
163
- echo "</td></tr><tr>";;
164
- $col=3;
165
- }
166
- $count = $count + 1;
167
  }
168
- echo "</tr></table>";
169
- ?>
170
- <p><?php _e('Please select post categories.', 'email-subscribers'); ?></p>
171
-
172
- <label for="tag-link"><?php _e('Custom post type', 'email-subscribers'); ?></label>
173
- <?php
174
- $args=array('public'=> true, 'exclude_from_search'=> false, '_builtin' => false);
175
- $output = 'names';
176
- $operator = 'and';
177
- $post_types=get_post_types($args,$output,$operator);
178
- //print_r($post_types);
179
- $col=3;
180
- echo "<table border='0' cellspacing='0'><tr>";
181
- foreach($post_types as $post_type)
182
- {
183
- echo "<td style='padding-top:4px;padding-bottom:4px;padding-right:10px;'>";
184
- ?>
185
- <input type="checkbox" value='{T}<?php echo $post_type; ?>{T}' id="es_note_cat[]" name="es_note_cat[]">
186
- <?php echo $post_type; ?>
187
- <?php
188
- if($col > 1)
189
- {
190
- $col=$col-1;
191
- echo "</td><td>";
192
  }
193
- elseif($col = 1)
194
- {
195
- $col=$col-1;
196
- echo "</td></tr><tr>";;
197
- $col=3;
198
  }
199
- $count = $count + 1;
 
 
 
 
 
 
 
 
200
  }
201
- echo "</tr></table>";
202
- ?>
203
- <p><?php _e('Please select your custom post type (Optional).', 'email-subscribers'); ?></p>
204
-
205
- <label for="tag-link"><?php _e('Notification Status', 'email-subscribers'); ?></label>
206
- <select name="es_note_status" id="es_note_status">
207
- <option value='Enable' selected="selected">Send mail immediately when new post is published.</option>
208
- <option value='Cron'>Add to cron when new post is published and send via cron job.</option>
209
- <option value='Disable'>Disable notification.</option>
210
- </select>
211
- <p><?php _e('Please select notification status.', 'email-subscribers'); ?></p>
212
 
213
- <input type="hidden" name="es_form_submit" value="yes"/>
214
- <p class="submit">
215
- <input name="publish" lang="publish" class="button add-new-h2" value="<?php _e('Submit', 'email-subscribers'); ?>" type="submit" />
216
- <input name="publish" lang="publish" class="button add-new-h2" onclick="_es_redirect()" value="<?php _e('Cancel', 'email-subscribers'); ?>" type="button" />
217
- <input name="Help" lang="publish" class="button add-new-h2" onclick="_es_help()" value="<?php _e('Help', 'email-subscribers'); ?>" type="button" />
218
- </p>
219
- <?php wp_nonce_field('es_form_add'); ?>
220
- </form>
221
- </div>
222
- <p class="description"><?php echo ES_OFFICIAL; ?></p>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
223
  </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="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_note_id' => '',
18
+ 'es_note_cat' => '',
19
+ 'es_note_group' => '',
20
+ 'es_note_templ' => '',
21
+ 'es_note_status' => ''
22
+ );
23
+
24
+ // Form submitted, check the data
25
+ if (isset($_POST['es_form_submit']) && $_POST['es_form_submit'] == 'yes') {
26
+
27
+ // Just security thingy that wordpress offers us
28
+ check_admin_referer('es_form_add');
29
+
30
+ $form['es_note_group'] = isset($_POST['es_note_group']) ? $_POST['es_note_group'] : '';
31
+ if ($form['es_note_group'] == '') {
32
+ $es_errors[] = __( 'Please select subscribers group.', ES_TDOMAIN );
33
+ $es_error_found = TRUE;
34
  }
 
 
 
 
 
 
 
 
 
 
 
35
 
36
+ $form['es_note_status'] = isset($_POST['es_note_status']) ? $_POST['es_note_status'] : '';
37
+ if ($form['es_note_status'] == '') {
38
+ $es_errors[] = __( 'Please select notification status.', ES_TDOMAIN );
39
+ $es_error_found = TRUE;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
40
  }
 
 
 
41
 
42
+ $form['es_note_templ'] = isset($_POST['es_note_templ']) ? $_POST['es_note_templ'] : '';
43
+ if ($form['es_note_templ'] == '') {
44
+ $es_errors[] = __( 'Please select notification mail subject. Use compose menu to create new.', ES_TDOMAIN );
45
+ $es_error_found = TRUE;
 
 
 
 
 
 
 
 
 
 
46
  }
 
 
 
47
 
48
+ $es_note_cat = isset($_POST['es_note_cat']) ? $_POST['es_note_cat'] : '';
49
+ if ($es_note_cat == '') {
50
+ $es_errors[] = __( 'Please select post categories.', ES_TDOMAIN );
51
+ $es_error_found = TRUE;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
52
  }
53
+
54
+ // No errors found, we can add this Group to the table
55
+ if ($es_error_found == FALSE) {
56
+ $action = false;
57
+ $listcategory = "";
58
+ $total = count($es_note_cat);
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
+ }
 
 
 
 
 
 
 
 
 
 
 
66
  }
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
74
+ $form = array(
75
+ 'es_note_id' => '',
76
+ 'es_note_cat' => '',
77
+ 'es_note_group' => '',
78
+ 'es_note_templ' => '',
79
+ 'es_note_status' => ''
80
+ );
81
  }
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
97
+ }
98
+ ?>
99
+
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">
115
+ <option value=''><?php echo __( 'Select', ES_TDOMAIN ); ?></option>
116
+ <?php
117
+ $groups = array();
118
+ $groups = es_cls_dbquery::es_view_subscriber_group();
119
+ if(count($groups) > 0) {
120
+ $i = 1;
121
+ foreach ($groups as $group) {
122
+ ?>
123
+ <option value="<?php echo stripslashes($group["es_email_group"]); ?>"><?php echo stripslashes($group["es_email_group"]); ?></option>
124
+ <?php
125
+ }
126
+ }
127
+ ?>
128
+ </select>
129
+ </td>
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>
138
+ <select name="es_note_templ" id="es_note_templ">
139
+ <option value=''><?php echo __( 'Select', ES_TDOMAIN ); ?></option>
140
+ <?php
141
+ $subject = array();
142
+ $subject = es_cls_compose::es_template_select_type($type = "Dynamic Template");
143
+ $thisselected = "";
144
+ if(count($subject) > 0) {
145
+ $i = 1;
146
+ foreach ($subject as $sub) {
147
+ ?>
148
+ <option value='<?php echo $sub["es_templ_id"]; ?>'><?php echo $sub["es_templ_heading"]; ?></option>
149
+ <?php
150
+ }
151
+ }
152
+ ?>
153
+ </select>
154
+ </td>
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[]">
173
+ <?php echo $category->cat_name;
174
+ if($col > 1) {
175
+ $col = $col-1;
176
+ echo "</td><td>";
177
+ } elseif($col = 1) {
178
+ $col = $col-1;
179
+ echo "</td></tr><tr>";;
180
+ $col = 3;
181
+ }
182
+ $count = $count + 1;
183
+ }
184
+ echo "</tr></table>";
185
+ ?>
186
+ <p class="select_all" style="margin-left: 0.7em;">
187
+ <input type="button" name="CheckAll" class="button add-new-h2" value="<?php echo __( 'Check All', ES_TDOMAIN ); ?>" onClick="_es_checkall('es_form', 'es_note_cat[]', true);">
188
+ <input type="button" name="UnCheckAll" class="button add-new-h2" value="<?php echo __( 'Uncheck All', ES_TDOMAIN ); ?>" onClick="_es_checkall('es_form', 'es_note_cat[]', false);">
189
+ </p>
190
+ </td>
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>
199
+ <?php
200
+ $args=array('public'=> true, 'exclude_from_search'=> false, '_builtin' => false);
201
+ $output = 'names';
202
+ $operator = 'and';
203
+ $post_types=get_post_types($args,$output,$operator);
204
+ if( !empty( $post_types ) ) {
205
+ $col = 3;
206
+ echo "<table border='0' cellspacing='0'><tr>";
207
+ foreach($post_types as $post_type) {
208
+ echo "<td style='padding-top:4px;padding-bottom:4px;padding-right:10px;'>";
209
+ ?>
210
+ <input type="checkbox" value='{T}<?php echo $post_type; ?>{T}' id="es_note_cat[]" name="es_note_cat[]">
211
+ <?php echo $post_type;
212
+ if($col > 1) {
213
+ $col = $col-1;
214
+ echo "</td><td>";
215
+ } elseif($col = 1) {
216
+ $col = $col-1;
217
+ echo "</td></tr><tr>";;
218
+ $col = 3;
219
+ }
220
+ $count = $count + 1;
221
+ }
222
+ echo "</tr></table>";
223
+ } else {
224
+ echo __( 'No Custom Post Types Available', ES_TDOMAIN );
225
+ }
226
+ ?>
227
+ </td>
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">
237
+ <option value='Enable' selected="selected"><?php echo __( 'Send mail immediately when new post is published', ES_TDOMAIN ); ?></option>
238
+ <option value='Cron'><?php echo __( 'Add to cron when new post is published and send via cron job', ES_TDOMAIN );?></option>
239
+ <option value='Disable'><?php echo __( 'Disable notification', ES_TDOMAIN ); ?></option>
240
+ </select>
241
+ </td>
242
+ </tr>
243
+ </tbody>
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>
254
+ <p class="description"><?php echo ES_OFFICIAL; ?></p>
255
  </div>
notification/notification-edit.php CHANGED
@@ -1,245 +1,263 @@
1
- <?php if(preg_match('#' . basename(__FILE__) . '#', $_SERVER['PHP_SELF'])) { die('You are not allowed to call this page directly.'); } ?>
2
- <div class="wrap">
3
  <?php
4
- $did = isset($_GET['did']) ? $_GET['did'] : '0';
5
- es_cls_security::es_check_number($did);
6
-
7
- // First check if ID exist with requested ID
8
- $result = es_cls_notification::es_notification_count($did);
9
- if ($result != '1')
10
- {
11
- ?><div class="error fade"><p><strong><?php _e('Oops, selected details doesnt exist.', 'email-subscribers'); ?></strong></p></div><?php
12
- }
13
- else
14
- {
15
- $es_errors = array();
16
- $es_success = '';
17
- $es_error_found = FALSE;
18
-
19
- $data = array();
20
- $data = es_cls_notification::es_notification_select($did);
21
-
22
- // Preset the form fields
23
- $form = array(
24
- 'es_note_id' => $data['es_note_id'],
25
- 'es_note_cat' => $data['es_note_cat'],
26
- 'es_note_group' => $data['es_note_group'],
27
- 'es_note_templ' => $data['es_note_templ'],
28
- 'es_note_status' => $data['es_note_status']
29
- );
30
  }
31
- // Form submitted, check the data
32
- if (isset($_POST['es_form_submit']) && $_POST['es_form_submit'] == 'yes')
33
- {
34
- // Just security thingy that wordpress offers us
35
- check_admin_referer('es_form_edit');
36
-
37
- $form['es_note_group'] = isset($_POST['es_note_group']) ? $_POST['es_note_group'] : '';
38
- if ($form['es_note_group'] == '')
39
- {
40
- $es_errors[] = __('Please select subscribers group.', 'email-subscribers');
41
- $es_error_found = TRUE;
42
- }
43
- $form['es_note_status'] = isset($_POST['es_note_status']) ? $_POST['es_note_status'] : '';
44
- if ($form['es_note_status'] == '')
45
- {
46
- $es_errors[] = __('Please select notification status.', 'email-subscribers');
47
- $es_error_found = TRUE;
48
- }
49
- $form['es_note_templ'] = isset($_POST['es_note_templ']) ? $_POST['es_note_templ'] : '';
50
- if ($form['es_note_templ'] == '')
51
- {
52
- $es_errors[] = __('Please select notification mail subject. Use compose menu to create new.', 'email-subscribers');
53
- $es_error_found = TRUE;
54
- }
55
- $es_note_cat = isset($_POST['es_note_cat']) ? $_POST['es_note_cat'] : '';
56
- if ($es_note_cat == '')
57
- {
58
- $es_errors[] = __('Please select post categories.', 'email-subscribers');
59
- $es_error_found = TRUE;
60
  }
61
- $form['es_note_id'] = isset($_POST['es_note_id']) ? $_POST['es_note_id'] : '';
62
-
63
- // No errors found, we can add this Group to the table
64
- if ($es_error_found == FALSE)
65
- {
66
- $action = false;
67
- $listcategory = "";
68
- $total = count($es_note_cat);
69
- if( $total > 0 )
70
- {
71
- for($i=0; $i<$total; $i++)
72
- {
73
- $listcategory = $listcategory . " ##" . $es_note_cat[$i] . "## ";
74
- if($i <> ($total - 1))
75
- {
76
- $listcategory = $listcategory . "--";
77
- }
78
- }
79
  }
80
- $form['es_note_cat'] = $listcategory;
81
- $action = es_cls_notification::es_notification_ins($form, $action = "update");
82
- if($action == "sus")
83
- {
84
- $es_success = __('Notification was successfully updated.', 'email-subscribers');
85
  }
86
- }
87
- }
88
 
89
- if ($es_error_found == TRUE && isset($es_errors[0]) == TRUE)
90
- {
91
- ?><div class="error fade"><p><strong><?php echo $es_errors[0]; ?></strong></p></div><?php
92
- }
93
- if ($es_error_found == FALSE && strlen($es_success) > 0)
94
- {
95
- ?>
96
- <div class="updated fade">
97
- <p>
98
- <strong>
99
- <?php echo $es_success; ?>
100
- <a href="<?php echo get_option('siteurl'); ?>/wp-admin/admin.php?page=es-notification"><?php _e('Click here', 'email-subscribers'); ?></a>
101
- <?php _e(' to view the details', 'email-subscribers'); ?>
102
- </strong>
103
- </p>
104
- </div>
105
- <?php
106
- }
107
- ?>
108
- <div class="form-wrap">
109
- <div id="icon-plugins" class="icon32"></div>
110
- <h2><?php _e(ES_PLUGIN_DISPLAY, 'email-subscribers'); ?></h2>
111
- <h3><?php _e('Edit Notification', 'email-subscribers'); ?></h3>
112
- <form name="es_form" method="post" action="#" onsubmit="return _es_submit()" >
113
-
114
- <label for="tag-link"><?php _e('Subscribers Group', 'email-subscribers'); ?></label>
115
- <select name="es_note_group" id="es_note_group">
116
- <option value='<?php echo $form["es_note_group"]; ?>'><?php echo stripslashes($form["es_note_group"]); ?></option>
117
- </select>
118
- <p><?php _e('Not allowed to update the subscribers group in edit page.', 'email-subscribers'); ?></p>
119
-
120
- <label for="tag-link"><?php _e('Notification Mail', 'email-subscribers'); ?></label>
121
- <select name="es_note_templ" id="es_note_templ">
122
- <option value=''><?php _e('Select', 'email-subscribers'); ?></option>
123
- <?php
124
- $subject = array();
125
- $subject = es_cls_compose::es_template_select_type($type = "Dynamic Template");
126
- $thisselected = "";
127
- if(count($subject) > 0)
128
- {
129
- $i = 1;
130
- foreach ($subject as $sub)
131
- {
132
- if($sub["es_templ_id"] == $form['es_note_templ'])
133
- {
134
- $thisselected = "selected='selected'" ;
135
- }
136
- ?><option value='<?php echo $sub["es_templ_id"]; ?>' <?php echo $thisselected; ?>><?php echo $sub["es_templ_heading"]; ?></option><?php
137
- $thisselected = "";
138
  }
139
- }
140
- ?>
141
- </select>
142
- <p><?php _e('Please select notification mail subject. Use compose menu to create new.', 'email-subscribers'); ?></p>
143
-
144
- <label for="tag-link"><?php _e('Post Categories', 'email-subscribers'); ?></label>
145
- <?php
146
- $args = array( 'hide_empty' => 0, 'orderby' => 'name', 'order' => 'ASC' );
147
- $categories = get_categories($args);
148
- $count = 0;
149
- $col=3;
150
- $checked = "";
151
- echo "<table border='0' cellspacing='0'><tr>";
152
- foreach($categories as $category)
153
- {
154
- echo "<td style='padding-top:4px;padding-bottom:4px;padding-right:10px;'>";
155
- if (strpos($form['es_note_cat'],'##'.$category->cat_name.'##') !== false)
156
- {
157
- $checked = 'checked="checked"';
158
- }
159
- else
160
- {
161
- $checked = "";
162
- }
163
- ?>
164
- <input type="checkbox" <?php echo $checked; ?> value='<?php echo $category->cat_name; ?>' id="es_note_cat[]" name="es_note_cat[]">
165
- <?php echo $category->cat_name; ?>
166
- <?php
167
- if($col > 1)
168
- {
169
- $col=$col-1;
170
- echo "</td><td>";
171
- }
172
- elseif($col = 1)
173
- {
174
- $col=$col-1;
175
- echo "</td></tr><tr>";;
176
- $col=3;
177
- }
178
- $count = $count + 1;
179
  }
180
- echo "</tr></table>";
181
- ?>
182
- <p><?php _e('Please select post categories.', 'email-subscribers'); ?></p>
183
-
184
- <label for="tag-link"><?php _e('Custom post type', 'email-subscribers'); ?></label>
185
- <?php
186
- $args=array('public'=> true, 'exclude_from_search'=> false, '_builtin' => false);
187
- $output = 'names';
188
- $operator = 'and';
189
- $post_types=get_post_types($args,$output,$operator);
190
- //print_r($post_types);
191
- $col=3;
192
- echo "<table border='0' cellspacing='0'><tr>";
193
- foreach($post_types as $post_type)
194
- {
195
- echo "<td style='padding-top:4px;padding-bottom:4px;padding-right:10px;'>";
196
- if (strpos($form['es_note_cat'],'##{T}'.$post_type.'{T}##') !== false)
197
- {
198
- $checked = 'checked="checked"';
199
- }
200
- else
201
- {
202
- $checked = "";
203
- }
204
- ?>
205
- <input type="checkbox" <?php echo $checked; ?> value='{T}<?php echo $post_type; ?>{T}' id="es_note_cat[]" name="es_note_cat[]">
206
- <?php echo $post_type; ?>
207
- <?php
208
- if($col > 1)
209
- {
210
- $col=$col-1;
211
- echo "</td><td>";
212
  }
213
- elseif($col = 1)
214
- {
215
- $col=$col-1;
216
- echo "</td></tr><tr>";;
217
- $col=3;
218
  }
219
- $count = $count + 1;
220
  }
221
- echo "</tr></table>";
222
- ?>
223
- <p><?php _e('Please select your custom post type (Optional).', 'email-subscribers'); ?></p>
224
-
225
- <label for="tag-link"><?php _e('Notification Status', 'email-subscribers'); ?></label>
226
- <select name="es_note_status" id="es_note_status">
227
- <option value='Enable' <?php if($form['es_note_status']=='Enable') { echo 'selected="selected"' ; } ?>>Send mail immediately when new post is published.</option>
228
- <option value='Cron' <?php if($form['es_note_status']=='Cron') { echo 'selected="selected"' ; } ?>>Add to cron when new post is published and send via cron job.</option>
229
- <option value='Disable' <?php if($form['es_note_status']=='Disable') { echo 'selected="selected"' ; } ?>>Disable notification</option>
230
- </select>
231
- <p><?php _e('Please select notification status.', 'email-subscribers'); ?></p>
232
-
233
- <input type="hidden" name="es_form_submit" value="yes"/>
234
- <input type="hidden" name="es_note_id" id="es_note_id" value="<?php echo $form['es_note_id']; ?>"/>
235
- <p class="submit">
236
- <input name="publish" lang="publish" class="button add-new-h2" value="<?php _e('Submit', 'email-subscribers'); ?>" type="submit" />
237
- <input name="publish" lang="publish" class="button add-new-h2" onclick="_es_redirect()" value="<?php _e('Cancel', 'email-subscribers'); ?>" type="button" />
238
- <input name="Help" lang="publish" class="button add-new-h2" onclick="_es_help()" value="<?php _e('Help', 'email-subscribers'); ?>" type="button" />
239
- </p>
240
-
241
- <?php wp_nonce_field('es_form_edit'); ?>
242
- </form>
243
- </div>
244
- <p class="description"><?php echo ES_OFFICIAL; ?></p>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
245
  </div>
 
 
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
+
8
+ <div class="wrap">
9
+ <?php
10
+ $did = isset($_GET['did']) ? $_GET['did'] : '0';
11
+ es_cls_security::es_check_number($did);
12
+
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 = '';
20
+ $es_error_found = FALSE;
21
+
22
+ $data = array();
23
+ $data = es_cls_notification::es_notification_select($did);
24
+
25
+ // Preset the form fields
26
+ $form = array(
27
+ 'es_note_id' => $data['es_note_id'],
28
+ 'es_note_cat' => $data['es_note_cat'],
29
+ 'es_note_group' => $data['es_note_group'],
30
+ 'es_note_templ' => $data['es_note_templ'],
31
+ 'es_note_status' => $data['es_note_status']
32
+ );
 
33
  }
34
+
35
+ // Form submitted, check the data
36
+ if (isset($_POST['es_form_submit']) && $_POST['es_form_submit'] == 'yes') {
37
+
38
+ // Just security thingy that wordpress offers us
39
+ check_admin_referer('es_form_edit');
40
+
41
+ $form['es_note_group'] = isset($_POST['es_note_group']) ? $_POST['es_note_group'] : '';
42
+ if ($form['es_note_group'] == '') {
43
+ $es_errors[] = __( 'Please select subscribers group', ES_TDOMAIN );
44
+ $es_error_found = TRUE;
 
 
 
 
 
 
 
45
  }
46
+
47
+ $form['es_note_status'] = isset($_POST['es_note_status']) ? $_POST['es_note_status'] : '';
48
+ if ($form['es_note_status'] == '') {
49
+ $es_errors[] = __( 'Please select notification status', ES_TDOMAIN );
50
+ $es_error_found = TRUE;
51
  }
 
 
52
 
53
+ $form['es_note_templ'] = isset($_POST['es_note_templ']) ? $_POST['es_note_templ'] : '';
54
+ if ($form['es_note_templ'] == '') {
55
+ $es_errors[] = __( 'Please select notification mail subject. Use compose menu to create new.', ES_TDOMAIN );
56
+ $es_error_found = TRUE;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
57
  }
58
+
59
+ $es_note_cat = isset($_POST['es_note_cat']) ? $_POST['es_note_cat'] : '';
60
+ if ($es_note_cat == '') {
61
+ $es_errors[] = __( 'Please select post categories.', ES_TDOMAIN );
62
+ $es_error_found = TRUE;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
63
  }
64
+ $form['es_note_id'] = isset($_POST['es_note_id']) ? $_POST['es_note_id'] : '';
65
+
66
+ // No errors found, we can add this Group to the table
67
+ if ($es_error_found == FALSE) {
68
+ $action = false;
69
+ $listcategory = "";
70
+ $total = count($es_note_cat);
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
+ }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
78
  }
79
+
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>
130
+ <select name="es_note_templ" id="es_note_templ">
131
+ <option value=''><?php echo __( 'Select', ES_TDOMAIN ); ?></option>
132
+ <?php
133
+ $subject = array();
134
+ $subject = es_cls_compose::es_template_select_type($type = "Dynamic Template");
135
+ $thisselected = "";
136
+ if(count($subject) > 0) {
137
+ $i = 1;
138
+ foreach ($subject as $sub) {
139
+ if($sub["es_templ_id"] == $form['es_note_templ']) {
140
+ $thisselected = "selected='selected'" ;
141
+ }
142
+ ?><option value='<?php echo $sub["es_templ_id"]; ?>' <?php echo $thisselected; ?>><?php echo $sub["es_templ_heading"]; ?></option><?php
143
+ $thisselected = "";
144
+ }
145
+ }
146
+ ?>
147
+ </select>
148
+ </td>
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 = "";
170
+ }
171
+ ?>
172
+ <input type="checkbox" <?php echo $checked; ?> value='<?php echo $category->cat_name; ?>' id="es_note_cat[]" name="es_note_cat[]">
173
+ <?php
174
+ echo $category->cat_name;
175
+ if($col > 1) {
176
+ $col = $col-1;
177
+ echo "</td><td>";
178
+ } elseif($col = 1) {
179
+ $col = $col-1;
180
+ echo "</td></tr><tr>";;
181
+ $col = 3;
182
+ }
183
+ $count = $count + 1;
184
+ }
185
+ echo "</tr></table>";
186
+ ?>
187
+ <p class="select_all" style="margin-left: 0.7em;">
188
+ <input type="button" name="CheckAll" class="button add-new-h2" value="<?php echo __( 'Check All', ES_TDOMAIN ); ?>" onClick="_es_checkall('es_form', 'es_note_cat[]', true);">
189
+ <input type="button" name="UnCheckAll" class="button add-new-h2" value="<?php echo __( 'Uncheck All', ES_TDOMAIN ); ?>" onClick="_es_checkall('es_form', 'es_note_cat[]', false);">
190
+ </p>
191
+ </td>
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>
200
+ <?php
201
+ $args = array('public'=> true, 'exclude_from_search'=> false, '_builtin' => false);
202
+ $output = 'names';
203
+ $operator = 'and';
204
+ $post_types = get_post_types($args,$output,$operator);
205
+ if( !empty( $post_types ) ) {
206
+ $col = 3;
207
+ echo "<table border='0' cellspacing='0'><tr>";
208
+ foreach($post_types as $post_type) {
209
+ echo "<td style='padding-top:4px;padding-bottom:4px;padding-right:10px;'>";
210
+ if (strpos($form['es_note_cat'],'##{T}'.$post_type.'{T}##') !== false) {
211
+ $checked = 'checked="checked"';
212
+ } else {
213
+ $checked = "";
214
+ }
215
+ ?>
216
+ <input type="checkbox" <?php echo $checked; ?> value='{T}<?php echo $post_type; ?>{T}' id="es_note_cat[]" name="es_note_cat[]">
217
+ <?php echo $post_type;
218
+ if($col > 1) {
219
+ $col = $col-1;
220
+ echo "</td><td>";
221
+ } elseif($col = 1) {
222
+ $col = $col-1;
223
+ echo "</td></tr><tr>";;
224
+ $col = 3;
225
+ }
226
+ $count = $count + 1;
227
+ }
228
+ echo "</tr></table>";
229
+ } else {
230
+ echo __( 'No Custom Post Types Available', ES_TDOMAIN );
231
+ }
232
+ ?>
233
+ </td>
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>
242
+ <select name="es_note_status" id="es_note_status">
243
+ <option value='Enable' <?php if($form['es_note_status']=='Enable') { echo 'selected="selected"' ; } ?>><?php echo __( 'Send mail immediately when new post is published', ES_TDOMAIN ); ?></option>
244
+ <option value='Cron' <?php if($form['es_note_status']=='Cron') { echo 'selected="selected"' ; } ?>><?php echo __( 'Add to cron when new post is published and send via cron job', ES_TDOMAIN ); ?></option>
245
+ <option value='Disable' <?php if($form['es_note_status']=='Disable') { echo 'selected="selected"' ; } ?>><?php echo __( 'Disable notification', ES_TDOMAIN ); ?></option>
246
+ </select>
247
+ </td>
248
+ </tr>
249
+ </tbody>
250
+ </table>
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>
262
+ <p class="description"><?php echo ES_OFFICIAL; ?></p>
263
  </div>
notification/notification-show.php CHANGED
@@ -1,158 +1,147 @@
1
- <?php if(preg_match('#' . basename(__FILE__) . '#', $_SERVER['PHP_SELF'])) { die('You are not allowed to call this page directly.'); } ?>
2
  <?php
 
 
 
 
 
3
  // Form submitted, check the data
4
- if (isset($_POST['frm_es_display']) && $_POST['frm_es_display'] == 'yes')
5
- {
6
  $did = isset($_GET['did']) ? $_GET['did'] : '0';
7
  es_cls_security::es_check_number($did);
8
-
9
  $es_success = '';
10
  $es_success_msg = FALSE;
11
-
12
  // First check if ID exist with requested ID
13
  $result = es_cls_notification::es_notification_count($did);
14
- if ($result != '1')
15
- {
16
- ?><div class="error fade"><p><strong><?php _e('Oops, selected details doesnt exist.', 'email-subscribers'); ?></strong></p></div><?php
17
- }
18
- else
19
- {
20
  // Form submitted, check the action
21
- if (isset($_GET['ac']) && $_GET['ac'] == 'del' && isset($_GET['did']) && $_GET['did'] != '')
22
- {
23
  // Just security thingy that wordpress offers us
24
  check_admin_referer('es_form_show');
25
-
26
  // Delete selected record from the table
27
  es_cls_notification::es_notification_delete($did);
28
-
29
  // Set success message
30
  $es_success_msg = TRUE;
31
- $es_success = __('Selected record was successfully deleted.', 'email-subscribers');
32
  }
33
  }
34
-
35
- if ($es_success_msg == TRUE)
36
- {
37
  ?><div class="updated fade"><p><strong><?php echo $es_success; ?></strong></p></div><?php
38
  }
39
  }
 
40
  ?>
 
41
  <div class="wrap">
42
- <div id="icon-plugins" class="icon32"></div>
43
- <h2><?php _e(ES_PLUGIN_DISPLAY, 'email-subscribers'); ?></h2>
44
- <h3><?php _e('Notification', 'email-subscribers'); ?>
45
- <a class="add-new-h2" href="<?php echo ES_ADMINURL; ?>?page=es-notification&amp;ac=add"><?php _e('Add New', 'email-subscribers'); ?></a></h3>
46
- <div class="tool-box">
47
- <?php
48
- $myData = array();
49
- $myData = es_cls_notification::es_notification_select(0);
50
- ?>
51
- <form name="frm_es_display" method="post">
52
- <table width="100%" class="widefat" id="straymanage">
53
- <thead>
54
- <tr>
55
- <th scope="col"><?php _e('Mail Subject', 'email-subscribers'); ?></th>
56
- <th scope="col"><?php _e('Subscribers Group', 'email-subscribers'); ?></th>
57
- <th scope="col"><?php _e('Categories / Custom Post', 'email-subscribers'); ?></th>
58
- <th scope="col"><?php _e('Notification Status', 'email-subscribers'); ?></th>
59
- </tr>
60
- </thead>
61
- <tfoot>
62
- <tr>
63
- <th scope="col"><?php _e('Mail Subject', 'email-subscribers'); ?></th>
64
- <th scope="col"><?php _e('Subscribers Group', 'email-subscribers'); ?></th>
65
- <th scope="col"><?php _e('Categories / Custom Post', 'email-subscribers'); ?></th>
66
- <th scope="col"><?php _e('Notification Status', 'email-subscribers'); ?></th>
67
- </tr>
68
- </tfoot>
69
- <tbody>
70
- <?php
71
- $i = 0;
72
- $displayisthere = FALSE;
73
- if(count($myData) > 0)
74
- {
75
- $i = 1;
76
- foreach ($myData as $data)
77
- {
78
- ?>
79
- <tr class="<?php if ($i&1) { echo'alternate'; } else { echo ''; }?>">
80
- <td>
81
- <?php
82
- $template = es_cls_compose::es_template_select($data['es_note_templ']);
83
- if (count($template) > 0)
84
- {
85
- echo $template['es_templ_heading'];
86
- }
87
- ?>
88
- <div class="row-actions">
89
- <span class="edit">
90
- <a title="Edit" href="<?php echo ES_ADMINURL; ?>?page=es-notification&amp;ac=edit&amp;did=<?php echo $data['es_note_id']; ?>"><?php _e('Edit', 'email-subscribers'); ?></a>
91
- </span>
92
- <span class="trash">
93
- | <a onClick="javascript:_es_delete('<?php echo $data['es_note_id']; ?>')" href="javascript:void(0);"><?php _e('Delete', 'email-subscribers'); ?></a>
94
- </span>
95
- </div>
96
- </td>
97
- <td><?php echo stripslashes($data['es_note_group']); ?></td>
98
- <td>
99
- <?php
100
- $es_note_cat = str_replace("## -- ##", ", ", $data['es_note_cat']);
101
- $es_note_cat = str_replace("##", "", $es_note_cat);
102
- $es_note_cat = str_replace("{T}", "", $es_note_cat);
103
- $j=0;
104
- $caegorydisplay = explode(",", $es_note_cat);
105
- if(count($caegorydisplay) > 0)
106
- {
107
- for($j=0; $j < count($caegorydisplay); $j++)
108
- {
109
- echo $caegorydisplay[$j] . ", ";
110
- if (($j > 0) && ($j % 3 == 0))
111
- {
112
- echo "<br>";
113
- }
114
- }
115
- }
116
- ?>
117
- </td>
118
- <td>
119
- <?php
120
- if ($data['es_note_status'] == "Enable")
121
- {
122
- echo "Send mail immediately<br> when new post is published.";
123
- }
124
- elseif ($data['es_note_status'] == "Cron")
125
- {
126
- echo "Add to cron and send mail via cron job.";
127
- }
128
- else
129
- {
130
- echo es_cls_common::es_disp_status($data['es_note_status']);
131
- }
132
- ?>
133
- </td>
134
  </tr>
 
 
135
  <?php
136
- $i = $i+1;
137
- }
138
- }
139
- else
140
- {
141
- ?><tr><td colspan="4" align="center"><?php _e('No records available.', 'email-subscribers'); ?></td></tr><?php
142
- }
143
- ?>
144
- </tbody>
145
- </table>
146
- <?php wp_nonce_field('es_form_show'); ?>
147
- <input type="hidden" name="frm_es_display" value="yes"/>
148
- </form>
149
- <div class="tablenav">
150
- <h2>
151
- <a class="button add-new-h2" href="<?php echo ES_ADMINURL; ?>?page=es-notification&amp;ac=add"><?php _e('Add New', 'email-subscribers'); ?></a>
152
- <a class="button add-new-h2" target="_blank" href="<?php echo ES_FAV; ?>"><?php _e('Help', 'email-subscribers'); ?></a>
153
- </h2>
154
- </div>
155
- <div style="height:10px;"></div>
156
- <p class="description"><?php echo ES_OFFICIAL; ?></p>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
157
  </div>
158
  </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
  // Form submitted, check the data
8
+ if (isset($_POST['frm_es_display']) && $_POST['frm_es_display'] == 'yes') {
 
9
  $did = isset($_GET['did']) ? $_GET['did'] : '0';
10
  es_cls_security::es_check_number($did);
11
+
12
  $es_success = '';
13
  $es_success_msg = FALSE;
14
+
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'] != '') {
 
22
  // Just security thingy that wordpress offers us
23
  check_admin_referer('es_form_show');
24
+
25
  // Delete selected record from the table
26
  es_cls_notification::es_notification_delete($did);
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
+
39
  ?>
40
+
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();
49
+ $myData = es_cls_notification::es_notification_select(0);
50
+ ?>
51
+ <form name="frm_es_display" method="post">
52
+ <table width="100%" class="widefat" id="straymanage">
53
+ <thead>
54
+ <tr>
55
+ <th scope="col"><?php echo __( 'Mail Subject', ES_TDOMAIN ); ?></th>
56
+ <th scope="col"><?php echo __( 'Subscribers Group', ES_TDOMAIN ); ?></th>
57
+ <th scope="col"><?php echo __( 'Categories / Custom Post', ES_TDOMAIN ); ?></th>
58
+ <th scope="col"><?php echo __( 'Notification Status', ES_TDOMAIN ); ?></th>
59
+ </tr>
60
+ </thead>
61
+ <tfoot>
62
+ <tr>
63
+ <th scope="col"><?php echo __( 'Mail Subject', ES_TDOMAIN ); ?></th>
64
+ <th scope="col"><?php echo __( 'Subscribers Group', ES_TDOMAIN ); ?></th>
65
+ <th scope="col"><?php echo __( 'Categories / Custom Post', ES_TDOMAIN ); ?></th>
66
+ <th scope="col"><?php echo __( 'Notification Status', ES_TDOMAIN ); ?></th>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
67
  </tr>
68
+ </tfoot>
69
+ <tbody>
70
  <?php
71
+ $i = 0;
72
+ $displayisthere = FALSE;
73
+ if(count($myData) > 0) {
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']);
81
+ if (count($template) > 0) {
82
+ echo $template['es_templ_heading'];
83
+ }
84
+ ?>
85
+ <div class="row-actions">
86
+ <span class="edit">
87
+ <a title="Edit" href="<?php echo ES_ADMINURL; ?>?page=es-notification&amp;ac=edit&amp;did=<?php echo $data['es_note_id']; ?>"><?php echo __( 'Edit', ES_TDOMAIN ); ?></a>
88
+ </span>
89
+ <span class="trash">
90
+ | <a onClick="javascript:_es_delete('<?php echo $data['es_note_id']; ?>')" href="javascript:void(0);"><?php echo __( 'Delete', ES_TDOMAIN ); ?></a>
91
+ </span>
92
+ </div>
93
+ </td>
94
+ <td>
95
+ <?php echo stripslashes($data['es_note_group']); ?>
96
+ </td>
97
+ <td>
98
+ <?php
99
+ $es_note_cat = str_replace("## -- ##", ", ", $data['es_note_cat']);
100
+ $es_note_cat = str_replace("##", "", $es_note_cat);
101
+ $es_note_cat = str_replace("{T}", "", $es_note_cat);
102
+ $j=0;
103
+ $category_display = explode(",", $es_note_cat);
104
+ if(count($category_display) > 0) {
105
+ for($j=0; $j < count($category_display); $j++) {
106
+ echo $category_display[$j] . ", ";
107
+ if (($j > 0) && ($j % 3 == 0)) {
108
+ echo "<br>";
109
+ }
110
+ }
111
+ }
112
+ ?>
113
+ </td>
114
+ <td>
115
+ <?php
116
+ if ($data['es_note_status'] == "Enable") {
117
+ echo __( 'Send mail immediately when new post is published.', ES_TDOMAIN );
118
+ } elseif ($data['es_note_status'] == "Cron") {
119
+ echo __( 'Add to cron and send mail via cron job.', ES_TDOMAIN );
120
+ } else {
121
+ echo es_cls_common::es_disp_status($data['es_note_status']);
122
+ }
123
+ ?>
124
+ </td>
125
+ </tr>
126
+ <?php
127
+ $i = $i+1;
128
+ }
129
+ } else {
130
+ ?><tr><td colspan="4" align="center"><?php echo __( 'No records available.', ES_TDOMAIN ); ?></td></tr><?php
131
+ }
132
+ ?>
133
+ </tbody>
134
+ </table>
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>
notification/notification.js CHANGED
@@ -1,40 +1,45 @@
1
- function _es_submit()
2
- {
3
- if(document.es_form.es_note_group.value == "")
4
- {
5
  alert(es_notification_notices.es_notification_select_group);
6
  document.es_form.es_note_group.focus();
7
  return false;
8
- }
9
- else if(document.es_form.es_note_templ.value == "")
10
- {
11
  alert(es_notification_notices.es_notification_mail_subject);
12
  document.es_form.es_note_templ.focus();
13
  return false;
14
- }
15
- else if(document.es_form.es_note_status.value == "")
16
- {
17
  alert(es_notification_notices.es_notification_status);
18
  document.es_form.es_note_status.focus();
19
  return false;
20
  }
21
  }
22
 
23
- function _es_delete(id)
24
- {
25
- if(confirm(es_notification_notices.es_notification_delete_record))
26
- {
 
 
 
 
 
 
 
 
 
 
 
 
 
27
  document.frm_es_display.action="admin.php?page=es-notification&ac=del&did="+id;
28
  document.frm_es_display.submit();
29
  }
30
  }
31
 
32
- function _es_redirect()
33
- {
34
  window.location = "admin.php?page=es-notification";
35
  }
36
 
37
- function _es_help()
38
- {
39
  window.open("https://wordpress.org/plugins/email-subscribers/faq/");
40
  }
1
+ function _es_submit() {
2
+ if(document.es_form.es_note_group.value == "") {
 
 
3
  alert(es_notification_notices.es_notification_select_group);
4
  document.es_form.es_note_group.focus();
5
  return false;
6
+ } else if(document.es_form.es_note_templ.value == "") {
 
 
7
  alert(es_notification_notices.es_notification_mail_subject);
8
  document.es_form.es_note_templ.focus();
9
  return false;
10
+ } else if(document.es_form.es_note_status.value == "") {
 
 
11
  alert(es_notification_notices.es_notification_status);
12
  document.es_form.es_note_status.focus();
13
  return false;
14
  }
15
  }
16
 
17
+ function _es_checkall(FormName, FieldName, CheckValue) {
18
+ if(!document.forms[FormName])
19
+ return;
20
+ var objCheckBoxes = document.forms[FormName].elements[FieldName];
21
+ if(!objCheckBoxes)
22
+ return;
23
+ var countCheckBoxes = objCheckBoxes.length;
24
+ if(!countCheckBoxes)
25
+ objCheckBoxes.checked = CheckValue;
26
+ else
27
+ // set the check value for all check boxes
28
+ for(var i = 0; i < countCheckBoxes; i++)
29
+ objCheckBoxes[i].checked = CheckValue;
30
+ }
31
+
32
+ function _es_delete(id) {
33
+ if(confirm(es_notification_notices.es_notification_delete_record)) {
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
  }
query/_db_group.php CHANGED
@@ -1,75 +1,62 @@
1
- <?php if(preg_match('#' . basename(__FILE__) . '#', $_SERVER['PHP_SELF'])) { die('You are not allowed to call this page directly.'); } ?>
2
  <?php
3
- class es_cls_group
4
- {
5
- public static function es_group_select($id = 0)
6
- {
 
 
7
  global $wpdb;
8
  $prefix = $wpdb->prefix;
9
  $arrRes = array();
10
  $sSql = "SELECT * FROM `".$prefix."es_group` where 1=1";
11
- if($id > 0)
12
- {
13
  $sSql = $sSql . " and es_group_id=".$id;
14
  $arrRes = $wpdb->get_row($sSql, ARRAY_A);
15
- }
16
- else
17
- {
18
  $arrRes = $wpdb->get_results($sSql, ARRAY_A);
19
  }
20
  return $arrRes;
21
  }
22
-
23
- public static function es_group_count($id = 0)
24
- {
25
  global $wpdb;
26
  $prefix = $wpdb->prefix;
27
  $result = '0';
28
- if($id > 0)
29
- {
30
  $sSql = $wpdb->prepare("SELECT COUNT(*) AS `count` FROM `".$prefix."es_group` WHERE `es_group_id` = %d", array($id));
31
- }
32
- else
33
- {
34
  $sSql = "SELECT COUNT(*) AS `count` FROM `".$prefix."es_group`";
35
  }
36
  $result = $wpdb->get_var($sSql);
37
  return $result;
38
  }
39
-
40
- public static function es_group_delete($id = 0)
41
- {
42
  global $wpdb;
43
  $prefix = $wpdb->prefix;
44
  $sSql = $wpdb->prepare("DELETE FROM `".$prefix."es_group` WHERE `es_group_id` = %d LIMIT 1", $id);
45
  $wpdb->query($sSql);
46
  return true;
47
  }
48
-
49
- public static function es_group_ins($data = array(), $action = "insert")
50
- {
51
  global $wpdb;
52
  $prefix = $wpdb->prefix;
53
  $guid = es_cls_common::es_generate_guid(60);
54
 
55
- if($action == "insert")
56
- {
57
  $sSql = $wpdb->prepare("INSERT INTO `".$prefix."es_group` (`es_group_name`,
58
  `es_group_status`, `es_group_type`, `es_group_guid`) VALUES(%s, %s, %s, %s)",
59
  array($data["es_group_name"], $data["es_group_status"], $data["es_group_type"], $guid));
60
- }
61
- elseif($action == "update")
62
- {
63
  $sSql = $wpdb->prepare("UPDATE `".$prefix."es_group` SET `es_group_name` = %s, `es_group_status` = %s, `es_group_type` = %s
64
  WHERE es_group_id = %d LIMIT 1",
65
  array($data["es_group_name"], $data["es_group_status"], $data["es_group_type"], $data["es_group_id"]));
66
  }
67
-
68
  echo $sSql;
69
-
70
  $wpdb->query($sSql);
71
  return true;
72
  }
73
-
74
- }
75
- ?>
 
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
+ class es_cls_group {
7
+ public static function es_group_select($id = 0) {
8
  global $wpdb;
9
  $prefix = $wpdb->prefix;
10
  $arrRes = array();
11
  $sSql = "SELECT * FROM `".$prefix."es_group` where 1=1";
12
+ if($id > 0) {
 
13
  $sSql = $sSql . " and es_group_id=".$id;
14
  $arrRes = $wpdb->get_row($sSql, ARRAY_A);
15
+ } else {
 
 
16
  $arrRes = $wpdb->get_results($sSql, ARRAY_A);
17
  }
18
  return $arrRes;
19
  }
20
+
21
+ public static function es_group_count($id = 0) {
 
22
  global $wpdb;
23
  $prefix = $wpdb->prefix;
24
  $result = '0';
25
+ if($id > 0) {
 
26
  $sSql = $wpdb->prepare("SELECT COUNT(*) AS `count` FROM `".$prefix."es_group` WHERE `es_group_id` = %d", array($id));
27
+ } else {
 
 
28
  $sSql = "SELECT COUNT(*) AS `count` FROM `".$prefix."es_group`";
29
  }
30
  $result = $wpdb->get_var($sSql);
31
  return $result;
32
  }
33
+
34
+ public static function es_group_delete($id = 0) {
 
35
  global $wpdb;
36
  $prefix = $wpdb->prefix;
37
  $sSql = $wpdb->prepare("DELETE FROM `".$prefix."es_group` WHERE `es_group_id` = %d LIMIT 1", $id);
38
  $wpdb->query($sSql);
39
  return true;
40
  }
41
+
42
+ public static function es_group_ins($data = array(), $action = "insert") {
 
43
  global $wpdb;
44
  $prefix = $wpdb->prefix;
45
  $guid = es_cls_common::es_generate_guid(60);
46
 
47
+ if($action == "insert") {
 
48
  $sSql = $wpdb->prepare("INSERT INTO `".$prefix."es_group` (`es_group_name`,
49
  `es_group_status`, `es_group_type`, `es_group_guid`) VALUES(%s, %s, %s, %s)",
50
  array($data["es_group_name"], $data["es_group_status"], $data["es_group_type"], $guid));
51
+ } elseif($action == "update") {
 
 
52
  $sSql = $wpdb->prepare("UPDATE `".$prefix."es_group` SET `es_group_name` = %s, `es_group_status` = %s, `es_group_type` = %s
53
  WHERE es_group_id = %d LIMIT 1",
54
  array($data["es_group_name"], $data["es_group_status"], $data["es_group_type"], $data["es_group_id"]));
55
  }
56
+
57
  echo $sSql;
58
+
59
  $wpdb->query($sSql);
60
  return true;
61
  }
62
+ }
 
 
query/db_compose.php CHANGED
@@ -1,27 +1,24 @@
1
- <?php if(preg_match('#' . basename(__FILE__) . '#', $_SERVER['PHP_SELF'])) { die('You are not allowed to call this page directly.'); } ?>
2
  <?php
3
- class es_cls_compose
4
- {
5
- public static function es_template_select($id = 0)
6
- {
 
 
7
  global $wpdb;
8
  $prefix = $wpdb->prefix;
9
  $arrRes = array();
10
  $sSql = "SELECT * FROM `".$prefix."es_templatetable` where 1=1";
11
- if($id > 0)
12
- {
13
  $sSql = $sSql . " and es_templ_id=".$id;
14
  $arrRes = $wpdb->get_row($sSql, ARRAY_A);
15
- }
16
- else
17
- {
18
  $arrRes = $wpdb->get_results($sSql, ARRAY_A);
19
  }
20
  return $arrRes;
21
  }
22
-
23
- public static function es_template_select_type($type = "Static Template")
24
- {
25
  global $wpdb;
26
  $prefix = $wpdb->prefix;
27
  $arrRes = array();
@@ -29,46 +26,37 @@ class es_cls_compose
29
  $arrRes = $wpdb->get_results($sSql, ARRAY_A);
30
  return $arrRes;
31
  }
32
-
33
- public static function es_template_count($id = 0)
34
- {
35
  global $wpdb;
36
  $prefix = $wpdb->prefix;
37
  $result = '0';
38
- if($id > 0)
39
- {
40
  $sSql = $wpdb->prepare("SELECT COUNT(*) AS `count` FROM `".$prefix."es_templatetable` WHERE `es_templ_id` = %d", array($id));
41
- }
42
- else
43
- {
44
  $sSql = "SELECT COUNT(*) AS `count` FROM `".$prefix."es_templatetable`";
45
  }
46
  $result = $wpdb->get_var($sSql);
47
  return $result;
48
  }
49
-
50
- public static function es_template_delete($id = 0)
51
- {
52
  global $wpdb;
53
  $prefix = $wpdb->prefix;
54
  $sSql = $wpdb->prepare("DELETE FROM `".$prefix."es_templatetable` WHERE `es_templ_id` = %d LIMIT 1", $id);
55
  $wpdb->query($sSql);
56
  return true;
57
  }
58
-
59
- public static function es_template_ins($data = array(), $action = "insert")
60
- {
61
  global $wpdb;
62
  $prefix = $wpdb->prefix;
63
- if($action == "insert")
64
- {
65
  $sSql = $wpdb->prepare("INSERT INTO `".$prefix."es_templatetable` (`es_templ_heading`,
66
  `es_templ_body`, `es_templ_status`, `es_email_type`)
67
  VALUES(%s, %s, %s, %s)",
68
  array(trim($data["es_templ_heading"]), trim($data["es_templ_body"]), trim($data["es_templ_status"]), trim($data["es_email_type"])));
69
- }
70
- elseif($action == "update")
71
- {
72
  $sSql = $wpdb->prepare("UPDATE `".$prefix."es_templatetable` SET `es_templ_heading` = %s, `es_templ_body` = %s,
73
  `es_templ_status` = %s, `es_email_type` = %s WHERE es_templ_id = %d LIMIT 1",
74
  array($data["es_templ_heading"], $data["es_templ_body"], $data["es_templ_status"], $data["es_email_type"], $data["es_templ_id"]));
@@ -76,19 +64,16 @@ class es_cls_compose
76
  $wpdb->query($sSql);
77
  return true;
78
  }
79
-
80
- public static function es_template_getimage($postid=0, $size='thumbnail', $attributes='')
81
- {
82
  if ($images = get_children(array(
83
  'post_parent' => $postid,
84
  'post_type' => 'attachment',
85
  'numberposts' => 1,
86
  'post_mime_type' => 'image',)))
87
- foreach($images as $image)
88
- {
89
- $attachment = wp_get_attachment_image_src($image->ID, $size);
90
- return "<img src='". $attachment[0] . "' " . $attributes . " />";
91
- }
92
  }
93
- }
94
- ?>
 
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
+ class es_cls_compose {
7
+ public static function es_template_select($id = 0) {
8
  global $wpdb;
9
  $prefix = $wpdb->prefix;
10
  $arrRes = array();
11
  $sSql = "SELECT * FROM `".$prefix."es_templatetable` where 1=1";
12
+ if($id > 0) {
 
13
  $sSql = $sSql . " and es_templ_id=".$id;
14
  $arrRes = $wpdb->get_row($sSql, ARRAY_A);
15
+ } else {
 
 
16
  $arrRes = $wpdb->get_results($sSql, ARRAY_A);
17
  }
18
  return $arrRes;
19
  }
20
+
21
+ public static function es_template_select_type($type = "Static Template") {
 
22
  global $wpdb;
23
  $prefix = $wpdb->prefix;
24
  $arrRes = array();
26
  $arrRes = $wpdb->get_results($sSql, ARRAY_A);
27
  return $arrRes;
28
  }
29
+
30
+ public static function es_template_count($id = 0) {
 
31
  global $wpdb;
32
  $prefix = $wpdb->prefix;
33
  $result = '0';
34
+ if($id > 0) {
 
35
  $sSql = $wpdb->prepare("SELECT COUNT(*) AS `count` FROM `".$prefix."es_templatetable` WHERE `es_templ_id` = %d", array($id));
36
+ } else {
 
 
37
  $sSql = "SELECT COUNT(*) AS `count` FROM `".$prefix."es_templatetable`";
38
  }
39
  $result = $wpdb->get_var($sSql);
40
  return $result;
41
  }
42
+
43
+ public static function es_template_delete($id = 0) {
 
44
  global $wpdb;
45
  $prefix = $wpdb->prefix;
46
  $sSql = $wpdb->prepare("DELETE FROM `".$prefix."es_templatetable` WHERE `es_templ_id` = %d LIMIT 1", $id);
47
  $wpdb->query($sSql);
48
  return true;
49
  }
50
+
51
+ public static function es_template_ins($data = array(), $action = "insert") {
 
52
  global $wpdb;
53
  $prefix = $wpdb->prefix;
54
+ if($action == "insert") {
 
55
  $sSql = $wpdb->prepare("INSERT INTO `".$prefix."es_templatetable` (`es_templ_heading`,
56
  `es_templ_body`, `es_templ_status`, `es_email_type`)
57
  VALUES(%s, %s, %s, %s)",
58
  array(trim($data["es_templ_heading"]), trim($data["es_templ_body"]), trim($data["es_templ_status"]), trim($data["es_email_type"])));
59
+ } elseif($action == "update") {
 
 
60
  $sSql = $wpdb->prepare("UPDATE `".$prefix."es_templatetable` SET `es_templ_heading` = %s, `es_templ_body` = %s,
61
  `es_templ_status` = %s, `es_email_type` = %s WHERE es_templ_id = %d LIMIT 1",
62
  array($data["es_templ_heading"], $data["es_templ_body"], $data["es_templ_status"], $data["es_email_type"], $data["es_templ_id"]));
64
  $wpdb->query($sSql);
65
  return true;
66
  }
67
+
68
+ public static function es_template_getimage($postid=0, $size='thumbnail', $attributes='') {
 
69
  if ($images = get_children(array(
70
  'post_parent' => $postid,
71
  'post_type' => 'attachment',
72
  'numberposts' => 1,
73
  'post_mime_type' => 'image',)))
74
+ foreach($images as $image) {
75
+ $attachment = wp_get_attachment_image_src($image->ID, $size);
76
+ return "<img src='". $attachment[0] . "' " . $attributes . " />";
77
+ }
 
78
  }
79
+ }
 
query/db_default.php CHANGED
@@ -1,20 +1,19 @@
1
- <?php if(preg_match('#' . basename(__FILE__) . '#', $_SERVER['PHP_SELF'])) { die('You are not allowed to call this page directly.'); } ?>
2
  <?php
3
- class es_cls_default
4
- {
5
- public static function es_pluginconfig_default()
6
- {
 
 
7
  global $wpdb;
8
  $prefix = $wpdb->prefix;
9
 
10
  $result = es_cls_settings::es_setting_count(0);
11
- if ($result == 0)
12
- {
13
  $admin_email = get_option('admin_email');
14
  $blogname = get_option('blogname');
15
 
16
- if($admin_email == "")
17
- {
18
  $admin_email = "admin@gmail.com";
19
  }
20
 
@@ -56,17 +55,15 @@ class es_cls_default
56
  return true;
57
  }
58
 
59
- public static function es_subscriber_default()
60
- {
61
  $result = es_cls_dbquery::es_view_subscriber_count(0);
62
- if ($result == 0)
63
- {
64
  $form["es_email_mail"] = get_option('admin_email');
65
  $form["es_email_name"] = "Admin";
66
  $form["es_email_group"] = "Public";
67
  $form["es_email_status"] = "Confirmed";
68
  es_cls_dbquery::es_view_subscriber_ins($form, "insert");
69
-
70
  $form["es_email_mail"] = "a.example@example.com";
71
  $form["es_email_name"] = "Example";
72
  $form["es_email_group"] = "Public";
@@ -75,12 +72,10 @@ class es_cls_default
75
  }
76
  return true;
77
  }
78
-
79
- public static function es_template_default()
80
- {
81
  $result = es_cls_compose::es_template_count(0);
82
- if ($result == 0)
83
- {
84
  $form['es_templ_heading'] = 'New post published ###POSTTITLE###';
85
  $es_b = "Hello ###NAME###,\r\n\r\n";
86
  $es_b = $es_b . "We have published new blog in our website. ###POSTTITLE###\r\n";
@@ -94,7 +89,7 @@ class es_cls_default
94
  $form['es_templ_status'] = 'Published';
95
  $form['es_email_type'] = 'Dynamic Template';
96
  $action = es_cls_compose::es_template_ins($form, $action = "insert");
97
-
98
  $form['es_templ_heading'] = 'Post notification ###POSTTITLE###';
99
  $es_b = "Hello ###EMAIL###,\r\n\r\n";
100
  $es_b = $es_b . "We have published new blog in our website. ###POSTTITLE###\r\n";
@@ -109,7 +104,7 @@ class es_cls_default
109
  $form['es_templ_status'] = 'Published';
110
  $form['es_email_type'] = 'Dynamic Template';
111
  $action = es_cls_compose::es_template_ins($form, $action = "insert");
112
-
113
  $Sample = '<strong style="color: #990000"> Email Subscribers</strong><p>Email Subscribers plugin has options to send newsletters to subscribers. It has a separate page with HTML editor to create a HTML newsletter.';
114
  $Sample .= ' Also have options to send notification email to subscribers when new posts are published to your blog. Separate page available to include and exclude categories to send notifications.';
115
  $Sample .= ' Using plugin Import and Export options admins can easily import registered users and commenters to subscriptions list.</p>';
@@ -124,7 +119,7 @@ class es_cls_default
124
  $Sample .= ' </ol>';
125
  $Sample .= ' <p>Plugin live demo and video tutorial available on the official website. Check official website for more information.</p>';
126
  $Sample .= ' <strong>Thanks & Regards</strong><br>Admin';
127
-
128
  $form['es_templ_heading'] = 'Hello World Newsletter';
129
  $form['es_templ_body'] = $Sample;
130
  $form['es_templ_status'] = 'Published';
@@ -134,25 +129,21 @@ class es_cls_default
134
  return true;
135
  }
136
 
137
- public static function es_notifications_default()
138
- {
139
  $result = es_cls_notification::es_notification_count(0);
140
- if ($result == 0)
141
- {
142
  $form["es_note_group"] = "Public";
143
  $form["es_note_status"] = "Enable";
144
  $form["es_note_templ"] = "1";
145
-
146
  $listcategory = "";
147
  $args = array( 'hide_empty' => 0, 'orderby' => 'name', 'order' => 'ASC' );
148
  $categories = get_categories($args);
149
  $total = count($categories);
150
  $i = 1;
151
- foreach($categories as $category)
152
- {
153
  $listcategory = $listcategory . " ##" . $category->cat_name . "## ";
154
- if($i < $total)
155
- {
156
  $listcategory = $listcategory . "--";
157
  }
158
  $i = $i + 1;
@@ -162,5 +153,4 @@ class es_cls_default
162
  }
163
  return true;
164
  }
165
- }
166
- ?>
 
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
+ class es_cls_default {
7
+ public static function es_pluginconfig_default() {
8
  global $wpdb;
9
  $prefix = $wpdb->prefix;
10
 
11
  $result = es_cls_settings::es_setting_count(0);
12
+ if ($result == 0) {
 
13
  $admin_email = get_option('admin_email');
14
  $blogname = get_option('blogname');
15
 
16
+ if($admin_email == "") {
 
17
  $admin_email = "admin@gmail.com";
18
  }
19
 
55
  return true;
56
  }
57
 
58
+ public static function es_subscriber_default() {
 
59
  $result = es_cls_dbquery::es_view_subscriber_count(0);
60
+ if ($result == 0) {
 
61
  $form["es_email_mail"] = get_option('admin_email');
62
  $form["es_email_name"] = "Admin";
63
  $form["es_email_group"] = "Public";
64
  $form["es_email_status"] = "Confirmed";
65
  es_cls_dbquery::es_view_subscriber_ins($form, "insert");
66
+
67
  $form["es_email_mail"] = "a.example@example.com";
68
  $form["es_email_name"] = "Example";
69
  $form["es_email_group"] = "Public";
72
  }
73
  return true;
74
  }
75
+
76
+ public static function es_template_default() {
 
77
  $result = es_cls_compose::es_template_count(0);
78
+ if ($result == 0) {
 
79
  $form['es_templ_heading'] = 'New post published ###POSTTITLE###';
80
  $es_b = "Hello ###NAME###,\r\n\r\n";
81
  $es_b = $es_b . "We have published new blog in our website. ###POSTTITLE###\r\n";
89
  $form['es_templ_status'] = 'Published';
90
  $form['es_email_type'] = 'Dynamic Template';
91
  $action = es_cls_compose::es_template_ins($form, $action = "insert");
92
+
93
  $form['es_templ_heading'] = 'Post notification ###POSTTITLE###';
94
  $es_b = "Hello ###EMAIL###,\r\n\r\n";
95
  $es_b = $es_b . "We have published new blog in our website. ###POSTTITLE###\r\n";
104
  $form['es_templ_status'] = 'Published';
105
  $form['es_email_type'] = 'Dynamic Template';
106
  $action = es_cls_compose::es_template_ins($form, $action = "insert");
107
+
108
  $Sample = '<strong style="color: #990000"> Email Subscribers</strong><p>Email Subscribers plugin has options to send newsletters to subscribers. It has a separate page with HTML editor to create a HTML newsletter.';
109
  $Sample .= ' Also have options to send notification email to subscribers when new posts are published to your blog. Separate page available to include and exclude categories to send notifications.';
110
  $Sample .= ' Using plugin Import and Export options admins can easily import registered users and commenters to subscriptions list.</p>';
119
  $Sample .= ' </ol>';
120
  $Sample .= ' <p>Plugin live demo and video tutorial available on the official website. Check official website for more information.</p>';
121
  $Sample .= ' <strong>Thanks & Regards</strong><br>Admin';
122
+
123
  $form['es_templ_heading'] = 'Hello World Newsletter';
124
  $form['es_templ_body'] = $Sample;
125
  $form['es_templ_status'] = 'Published';
129
  return true;
130
  }
131
 
132
+ public static function es_notifications_default() {
 
133
  $result = es_cls_notification::es_notification_count(0);
134
+ if ($result == 0) {
 
135
  $form["es_note_group"] = "Public";
136
  $form["es_note_status"] = "Enable";
137
  $form["es_note_templ"] = "1";
138
+
139
  $listcategory = "";
140
  $args = array( 'hide_empty' => 0, 'orderby' => 'name', 'order' => 'ASC' );
141
  $categories = get_categories($args);
142
  $total = count($categories);
143
  $i = 1;
144
+ foreach($categories as $category) {
 
145
  $listcategory = $listcategory . " ##" . $category->cat_name . "## ";
146
+ if($i < $total) {
 
147
  $listcategory = $listcategory . "--";
148
  }
149
  $i = $i + 1;
153
  }
154
  return true;
155
  }
156
+ }
 
query/db_delivery.php CHANGED
@@ -1,52 +1,47 @@
1
- <?php if(preg_match('#' . basename(__FILE__) . '#', $_SERVER['PHP_SELF'])) { die('You are not allowed to call this page directly.'); } ?>
2
  <?php
3
- class es_cls_delivery
4
- {
5
- public static function es_delivery_select($sentguid = "", $offset = 0, $limit = 0)
6
- {
 
 
 
7
  global $wpdb;
8
  $prefix = $wpdb->prefix;
9
  $arrRes = array();
10
  $sSql = "SELECT * FROM `".$prefix."es_deliverreport` where 1=1";
11
- if($sentguid <> "")
12
- {
13
  $sSql = $sSql . " and es_deliver_sentguid='".$sentguid."'";
14
  $sSql = $sSql . " order by es_deliver_id desc limit $offset, $limit";
15
  }
16
  $arrRes = $wpdb->get_results($sSql, ARRAY_A);
17
  return $arrRes;
18
  }
19
-
20
- public static function es_delivery_count($sentguid = "")
21
- {
22
  global $wpdb;
23
  $prefix = $wpdb->prefix;
24
  $result = '0';
25
- if($sentguid <> "")
26
- {
27
  $sSql = $wpdb->prepare("SELECT COUNT(*) AS `count` FROM `".$prefix."es_deliverreport` WHERE `es_deliver_sentguid` = %s", array($sentguid));
28
  }
29
  $result = $wpdb->get_var($sSql);
30
  return $result;
31
  }
32
-
33
- public static function es_delivery_ins($guid = "", $dbid = 0, $email = "", $mailsenttype = "")
34
- {
35
  global $wpdb;
36
  $returnid = 0;
37
  $prefix = $wpdb->prefix;
38
-
39
- if($mailsenttype == "Instant Mail")
40
- {
41
  $es_sent_status = "Sent";
42
  $currentdate = date('Y-m-d G:i:s');
43
- }
44
- else
45
- {
46
  $es_sent_status = "In Queue";
47
  $currentdate = "0000-00-00";
48
  }
49
-
50
  $sSql = $wpdb->prepare("INSERT INTO `".$prefix."es_deliverreport` (`es_deliver_sentguid`,`es_deliver_emailid`, `es_deliver_emailmail`,
51
  `es_deliver_sentdate`,`es_deliver_status`,`es_deliver_sentstatus`,`es_deliver_senttype`)
52
  VALUES (%s, %s, %s, %s, %s, %s, %s)", array($guid, $dbid, $email, $currentdate, "Nodata", $es_sent_status, $mailsenttype));
@@ -54,62 +49,53 @@ class es_cls_delivery
54
  $returnid = $wpdb->insert_id;
55
  return $returnid;
56
  }
57
-
58
- public static function es_delivery_ups($id = 0)
59
- {
60
  global $wpdb;
61
  $returnid = 0;
62
  $prefix = $wpdb->prefix;
63
  $currentdate = date('Y-m-d G:i:s');
64
- if(is_numeric($id))
65
- {
66
  $sSql = $wpdb->prepare("UPDATE `".$prefix."es_deliverreport` SET `es_deliver_status` = %s,
67
  `es_deliver_viewdate` = %s WHERE es_deliver_id = %d LIMIT 1", array("Viewed", $currentdate, $id));
68
  $wpdb->query($sSql);
69
  }
70
  return true;
71
  }
72
-
73
- public static function es_delivery_ups_cron($id = 0)
74
- {
75
  global $wpdb;
76
  $returnid = 0;
77
  $prefix = $wpdb->prefix;
78
  $currentdate = date('Y-m-d G:i:s');
79
- if(is_numeric($id))
80
- {
81
  $sSql = $wpdb->prepare("UPDATE `".$prefix."es_deliverreport` SET `es_deliver_sentstatus` = %s,
82
  `es_deliver_sentdate` = %s WHERE es_deliver_id = %d LIMIT 1", array("Sent", $currentdate, $id));
83
  $wpdb->query($sSql);
84
  }
85
  return true;
86
  }
87
-
88
- public static function es_delivery_cronmail_inqueue($limit = 50, $sentguid)
89
- {
90
  global $wpdb;
91
  $prefix = $wpdb->prefix;
92
  $arrRes = array();
93
  $sSql = "";
94
  $sSql = $wpdb->prepare("SELECT * FROM `".$prefix."es_deliverreport` where es_deliver_senttype=%s
95
  and es_deliver_sentstatus=%s and es_deliver_sentguid = %s order by es_deliver_id limit 0, $limit", array("Cron Mail", "In Queue", $sentguid));
96
- //echo $sSql;
97
  $arrRes = $wpdb->get_results($sSql, ARRAY_A);
98
  return $arrRes;
99
  }
100
-
101
- public static function es_delivery_cronmail_count($sentguid)
102
- {
103
  global $wpdb;
104
  $prefix = $wpdb->prefix;
105
  $result = '0';
106
- if($sentguid <> "")
107
- {
108
  $sSql = $wpdb->prepare("SELECT COUNT(*) AS `count` FROM `".$prefix."es_deliverreport` WHERE `es_deliver_sentguid` = %s
109
  and es_deliver_senttype=%s and es_deliver_sentstatus = %s", array($sentguid, "Cron Mail", "In Queue"));
110
  $result = $wpdb->get_var($sSql);
111
  }
112
  return $result;
113
  }
114
- }
115
- ?>
 
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
+ class es_cls_delivery {
8
+ public static function es_delivery_select($sentguid = "", $offset = 0, $limit = 0) {
9
  global $wpdb;
10
  $prefix = $wpdb->prefix;
11
  $arrRes = array();
12
  $sSql = "SELECT * FROM `".$prefix."es_deliverreport` where 1=1";
13
+ if($sentguid <> "") {
 
14
  $sSql = $sSql . " and es_deliver_sentguid='".$sentguid."'";
15
  $sSql = $sSql . " order by es_deliver_id desc limit $offset, $limit";
16
  }
17
  $arrRes = $wpdb->get_results($sSql, ARRAY_A);
18
  return $arrRes;
19
  }
20
+
21
+ public static function es_delivery_count($sentguid = "") {
 
22
  global $wpdb;
23
  $prefix = $wpdb->prefix;
24
  $result = '0';
25
+ if($sentguid <> "") {
 
26
  $sSql = $wpdb->prepare("SELECT COUNT(*) AS `count` FROM `".$prefix."es_deliverreport` WHERE `es_deliver_sentguid` = %s", array($sentguid));
27
  }
28
  $result = $wpdb->get_var($sSql);
29
  return $result;
30
  }
31
+
32
+ public static function es_delivery_ins($guid = "", $dbid = 0, $email = "", $mailsenttype = "") {
 
33
  global $wpdb;
34
  $returnid = 0;
35
  $prefix = $wpdb->prefix;
36
+
37
+ if($mailsenttype == "Instant Mail") {
 
38
  $es_sent_status = "Sent";
39
  $currentdate = date('Y-m-d G:i:s');
40
+ } else {
 
 
41
  $es_sent_status = "In Queue";
42
  $currentdate = "0000-00-00";
43
  }
44
+
45
  $sSql = $wpdb->prepare("INSERT INTO `".$prefix."es_deliverreport` (`es_deliver_sentguid`,`es_deliver_emailid`, `es_deliver_emailmail`,
46
  `es_deliver_sentdate`,`es_deliver_status`,`es_deliver_sentstatus`,`es_deliver_senttype`)
47
  VALUES (%s, %s, %s, %s, %s, %s, %s)", array($guid, $dbid, $email, $currentdate, "Nodata", $es_sent_status, $mailsenttype));
49
  $returnid = $wpdb->insert_id;
50
  return $returnid;
51
  }
52
+
53
+ public static function es_delivery_ups($id = 0) {
 
54
  global $wpdb;
55
  $returnid = 0;
56
  $prefix = $wpdb->prefix;
57
  $currentdate = date('Y-m-d G:i:s');
58
+ if(is_numeric($id)) {
 
59
  $sSql = $wpdb->prepare("UPDATE `".$prefix."es_deliverreport` SET `es_deliver_status` = %s,
60
  `es_deliver_viewdate` = %s WHERE es_deliver_id = %d LIMIT 1", array("Viewed", $currentdate, $id));
61
  $wpdb->query($sSql);
62
  }
63
  return true;
64
  }
65
+
66
+ public static function es_delivery_ups_cron($id = 0) {
 
67
  global $wpdb;
68
  $returnid = 0;
69
  $prefix = $wpdb->prefix;
70
  $currentdate = date('Y-m-d G:i:s');
71
+ if(is_numeric($id)) {
 
72
  $sSql = $wpdb->prepare("UPDATE `".$prefix."es_deliverreport` SET `es_deliver_sentstatus` = %s,
73
  `es_deliver_sentdate` = %s WHERE es_deliver_id = %d LIMIT 1", array("Sent", $currentdate, $id));
74
  $wpdb->query($sSql);
75
  }
76
  return true;
77
  }
78
+
79
+ public static function es_delivery_cronmail_inqueue($limit = 50, $sentguid) {
 
80
  global $wpdb;
81
  $prefix = $wpdb->prefix;
82
  $arrRes = array();
83
  $sSql = "";
84
  $sSql = $wpdb->prepare("SELECT * FROM `".$prefix."es_deliverreport` where es_deliver_senttype=%s
85
  and es_deliver_sentstatus=%s and es_deliver_sentguid = %s order by es_deliver_id limit 0, $limit", array("Cron Mail", "In Queue", $sentguid));
 
86
  $arrRes = $wpdb->get_results($sSql, ARRAY_A);
87
  return $arrRes;
88
  }
89
+
90
+ public static function es_delivery_cronmail_count($sentguid) {
 
91
  global $wpdb;
92
  $prefix = $wpdb->prefix;
93
  $result = '0';
94
+ if($sentguid <> "") {
 
95
  $sSql = $wpdb->prepare("SELECT COUNT(*) AS `count` FROM `".$prefix."es_deliverreport` WHERE `es_deliver_sentguid` = %s
96
  and es_deliver_senttype=%s and es_deliver_sentstatus = %s", array($sentguid, "Cron Mail", "In Queue"));
97
  $result = $wpdb->get_var($sSql);
98
  }
99
  return $result;
100
  }
101
+ }
 
query/db_notification.php CHANGED
@@ -1,63 +1,53 @@
1
- <?php if(preg_match('#' . basename(__FILE__) . '#', $_SERVER['PHP_SELF'])) { die('You are not allowed to call this page directly.'); } ?>
2
  <?php
3
- class es_cls_notification
4
- {
5
- public static function es_notification_select($id = 0)
6
- {
 
 
 
7
  global $wpdb;
8
  $prefix = $wpdb->prefix;
9
  $arrRes = array();
10
  $sSql = "SELECT * FROM `".$prefix."es_notification` where 1=1";
11
- if($id > 0)
12
- {
13
  $sSql = $sSql . " and es_note_id=".$id;
14
  $arrRes = $wpdb->get_row($sSql, ARRAY_A);
15
- }
16
- else
17
- {
18
  $arrRes = $wpdb->get_results($sSql, ARRAY_A);
19
  }
20
  return $arrRes;
21
  }
22
-
23
- public static function es_notification_count($id = 0)
24
- {
25
  global $wpdb;
26
  $prefix = $wpdb->prefix;
27
  $result = '0';
28
- if($id > 0)
29
- {
30
  $sSql = $wpdb->prepare("SELECT COUNT(*) AS `count` FROM `".$prefix."es_notification` WHERE `es_note_id` = %d", array($id));
31
- }
32
- else
33
- {
34
  $sSql = "SELECT COUNT(*) AS `count` FROM `".$prefix."es_notification`";
35
  }
36
  $result = $wpdb->get_var($sSql);
37
  return $result;
38
  }
39
-
40
- public static function es_notification_delete($id = 0)
41
- {
42
  global $wpdb;
43
  $prefix = $wpdb->prefix;
44
  $sSql = $wpdb->prepare("DELETE FROM `".$prefix."es_notification` WHERE `es_note_id` = %d LIMIT 1", $id);
45
  $wpdb->query($sSql);
46
  return true;
47
  }
48
-
49
- public static function es_notification_ins($data = array(), $action = "insert")
50
- {
51
  global $wpdb;
52
  $prefix = $wpdb->prefix;
53
- if($action == "insert")
54
- {
55
  $sSql = $wpdb->prepare("INSERT INTO `".$prefix."es_notification` (`es_note_cat`,
56
  `es_note_group`, `es_note_templ`, `es_note_status`) VALUES(%s, %s, %s, %s)",
57
  array($data["es_note_cat"], $data["es_note_group"], $data["es_note_templ"], $data["es_note_status"]));
58
- }
59
- elseif($action == "update")
60
- {
61
  $sSql = $wpdb->prepare("UPDATE `".$prefix."es_notification` SET `es_note_cat` = %s, `es_note_group` = %s, `es_note_templ` = %d,
62
  `es_note_status` = %s WHERE es_note_id = %d LIMIT 1",
63
  array($data["es_note_cat"], $data["es_note_group"], $data["es_note_templ"], $data["es_note_status"], $data["es_note_id"]));
@@ -66,75 +56,54 @@ class es_cls_notification
66
  return true;
67
  }
68
 
69
- public static function es_notification_prepare($post_id = 0)
70
- {
71
  global $wpdb;
72
  $prefix = $wpdb->prefix;
73
  $arrNotification = array();
74
-
75
- if($post_id > 0)
76
- {
77
  $post_type = get_post_type( $post_id );
78
  $sSql = "SELECT * FROM `".$prefix."es_notification` where (es_note_status = 'Enable' or es_note_status = 'Cron') ";
79
- if($post_type == "post")
80
- {
81
  $category = get_the_category( $post_id );
82
  $totcategory = count($category);
83
- if ( $totcategory > 0)
84
- {
85
- for($i=0; $i<$totcategory; $i++)
86
- {
87
- if($i == 0)
88
- {
89
  $sSql = $sSql . " and (";
90
- }
91
- else
92
- {
93
  $sSql = $sSql . " or";
94
  }
95
  $sSql = $sSql . " es_note_cat LIKE '%##" . $category[$i]->cat_name. "##%'";
96
- if($i == ($totcategory-1))
97
- {
98
  $sSql = $sSql . ")";
99
  }
100
  }
101
  $arrNotification = $wpdb->get_results($sSql, ARRAY_A);
102
- //print_r($arrNotification);
103
  }
104
- }
105
- else
106
- {
107
  $sSql = $sSql . " and es_note_cat LIKE '%##{T}" . $post_type . "{T}##%'";
108
  $arrNotification = $wpdb->get_results($sSql, ARRAY_A);
109
- //print_r($arrNotification);
110
  }
111
  }
112
- //die();
113
  return $arrNotification;
114
  }
115
-
116
- public static function es_notification_subscribers($arrNotification = array())
117
- {
118
  global $wpdb;
119
  $prefix = $wpdb->prefix;
120
  $subscribers = array();
121
  $totnotification = count($arrNotification);
122
- if($totnotification > 0)
123
- {
124
  $sSql = "SELECT * FROM `".$prefix."es_emaillist` where es_email_mail <> '' ";
125
- for($i=0; $i<$totnotification; $i++)
126
- {
127
- if($i == 0)
128
- {
129
  $sSql = $sSql . " and (";
130
- }
131
- else
132
- {
133
  $sSql = $sSql . " or";
134
  }
135
  $sSql = $sSql . " es_email_group = '" . $arrNotification[$i]['es_note_group']. "'";
136
- if($i == ($totnotification-1))
137
- {
138
  $sSql = $sSql . ")";
139
  }
140
  }
@@ -144,6 +113,4 @@ class es_cls_notification
144
  }
145
  return $subscribers;
146
  }
147
-
148
- }
149
- ?>
 
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
+ class es_cls_notification {
8
+ public static function es_notification_select($id = 0) {
9
  global $wpdb;
10
  $prefix = $wpdb->prefix;
11
  $arrRes = array();
12
  $sSql = "SELECT * FROM `".$prefix."es_notification` where 1=1";
13
+ if($id > 0) {
 
14
  $sSql = $sSql . " and es_note_id=".$id;
15
  $arrRes = $wpdb->get_row($sSql, ARRAY_A);
16
+ } else {
 
 
17
  $arrRes = $wpdb->get_results($sSql, ARRAY_A);
18
  }
19
  return $arrRes;
20
  }
21
+
22
+ public static function es_notification_count($id = 0) {
 
23
  global $wpdb;
24
  $prefix = $wpdb->prefix;
25
  $result = '0';
26
+ if($id > 0) {
 
27
  $sSql = $wpdb->prepare("SELECT COUNT(*) AS `count` FROM `".$prefix."es_notification` WHERE `es_note_id` = %d", array($id));
28
+ } else {
 
 
29
  $sSql = "SELECT COUNT(*) AS `count` FROM `".$prefix."es_notification`";
30
  }
31
  $result = $wpdb->get_var($sSql);
32
  return $result;
33
  }
34
+
35
+ public static function es_notification_delete($id = 0) {
 
36
  global $wpdb;
37
  $prefix = $wpdb->prefix;
38
  $sSql = $wpdb->prepare("DELETE FROM `".$prefix."es_notification` WHERE `es_note_id` = %d LIMIT 1", $id);
39
  $wpdb->query($sSql);
40
  return true;
41
  }
42
+
43
+ public static function es_notification_ins($data = array(), $action = "insert") {
 
44
  global $wpdb;
45
  $prefix = $wpdb->prefix;
46
+ if($action == "insert") {
 
47
  $sSql = $wpdb->prepare("INSERT INTO `".$prefix."es_notification` (`es_note_cat`,
48
  `es_note_group`, `es_note_templ`, `es_note_status`) VALUES(%s, %s, %s, %s)",
49
  array($data["es_note_cat"], $data["es_note_group"], $data["es_note_templ"], $data["es_note_status"]));
50
+ } elseif($action == "update") {
 
 
51
  $sSql = $wpdb->prepare("UPDATE `".$prefix."es_notification` SET `es_note_cat` = %s, `es_note_group` = %s, `es_note_templ` = %d,
52
  `es_note_status` = %s WHERE es_note_id = %d LIMIT 1",
53
  array($data["es_note_cat"], $data["es_note_group"], $data["es_note_templ"], $data["es_note_status"], $data["es_note_id"]));
56
  return true;
57
  }
58
 
59
+ public static function es_notification_prepare($post_id = 0) {
 
60
  global $wpdb;
61
  $prefix = $wpdb->prefix;
62
  $arrNotification = array();
63
+
64
+ if($post_id > 0) {
 
65
  $post_type = get_post_type( $post_id );
66
  $sSql = "SELECT * FROM `".$prefix."es_notification` where (es_note_status = 'Enable' or es_note_status = 'Cron') ";
67
+ if($post_type == "post") {
 
68
  $category = get_the_category( $post_id );
69
  $totcategory = count($category);
70
+ if ( $totcategory > 0) {
71
+ for($i=0; $i<$totcategory; $i++) {
72
+ if($i == 0) {
 
 
 
73
  $sSql = $sSql . " and (";
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
  }
81
  }
82
  $arrNotification = $wpdb->get_results($sSql, ARRAY_A);
 
83
  }
84
+ } else {
 
 
85
  $sSql = $sSql . " and es_note_cat LIKE '%##{T}" . $post_type . "{T}##%'";
86
  $arrNotification = $wpdb->get_results($sSql, ARRAY_A);
 
87
  }
88
  }
 
89
  return $arrNotification;
90
  }
91
+
92
+ public static function es_notification_subscribers($arrNotification = array()) {
 
93
  global $wpdb;
94
  $prefix = $wpdb->prefix;
95
  $subscribers = array();
96
  $totnotification = count($arrNotification);
97
+ if($totnotification > 0) {
 
98
  $sSql = "SELECT * FROM `".$prefix."es_emaillist` where es_email_mail <> '' ";
99
+ for($i=0; $i<$totnotification; $i++) {
100
+ if($i == 0) {
 
 
101
  $sSql = $sSql . " and (";
102
+ } else {
 
 
103
  $sSql = $sSql . " or";
104
  }
105
  $sSql = $sSql . " es_email_group = '" . $arrNotification[$i]['es_note_group']. "'";
106
+ if($i == ($totnotification-1)) {
 
107
  $sSql = $sSql . ")";
108
  }
109
  }
113
  }
114
  return $subscribers;
115
  }
116
+ }
 
 
query/db_optimize.php CHANGED
@@ -1,23 +1,20 @@
1
  <?php
2
- class es_cls_optimize
3
- {
4
- public static function es_optimize_setdetails()
5
- {
6
  global $wpdb;
7
  $prefix = $wpdb->prefix;
8
-
9
  $total = es_cls_sentmail::es_sentmail_count($id = 0);
10
- if ($total > 10)
11
- {
12
  $delete = $total - 10;
13
  $sSql = "DELETE FROM `".$prefix."es_sentdetails` ORDER BY es_sent_id ASC LIMIT ".$delete;
14
  $wpdb->query($sSql);
15
  }
16
-
17
  $sSql = "DELETE FROM `".$prefix."es_deliverreport` WHERE es_deliver_sentguid NOT IN";
18
  $sSql = $sSql . " (SELECT es_sent_guid FROM `".$prefix."es_sentdetails`)";
19
  $wpdb->query($sSql);
20
  return true;
21
  }
22
- }
23
- ?>
1
  <?php
2
+
3
+ class es_cls_optimize {
4
+ public static function es_optimize_setdetails() {
 
5
  global $wpdb;
6
  $prefix = $wpdb->prefix;
7
+
8
  $total = es_cls_sentmail::es_sentmail_count($id = 0);
9
+ if ($total > 10) {
 
10
  $delete = $total - 10;
11
  $sSql = "DELETE FROM `".$prefix."es_sentdetails` ORDER BY es_sent_id ASC LIMIT ".$delete;
12
  $wpdb->query($sSql);
13
  }
14
+
15
  $sSql = "DELETE FROM `".$prefix."es_deliverreport` WHERE es_deliver_sentguid NOT IN";
16
  $sSql = $sSql . " (SELECT es_sent_guid FROM `".$prefix."es_sentdetails`)";
17
  $wpdb->query($sSql);
18
  return true;
19
  }
20
+ }
 
query/db_sentmail.php CHANGED
@@ -1,54 +1,46 @@
1
- <?php if(preg_match('#' . basename(__FILE__) . '#', $_SERVER['PHP_SELF'])) { die('You are not allowed to call this page directly.'); } ?>
2
  <?php
3
- class es_cls_sentmail
4
- {
5
- public static function es_sentmail_select($id = 0, $offset = 0, $limit = 0)
6
- {
 
 
 
7
  global $wpdb;
8
  $prefix = $wpdb->prefix;
9
  $arrRes = array();
10
  $sSql = "SELECT * FROM `".$prefix."es_sentdetails` where 1=1";
11
- if($id > 0)
12
- {
13
  $sSql = $sSql . " and es_sent_id=".$id;
14
  $arrRes = $wpdb->get_row($sSql, ARRAY_A);
15
- }
16
- else
17
- {
18
  $sSql = $sSql . " order by es_sent_id desc limit $offset, $limit";
19
  $arrRes = $wpdb->get_results($sSql, ARRAY_A);
20
  }
21
  return $arrRes;
22
  }
23
-
24
- public static function es_sentmail_count($id = 0)
25
- {
26
  global $wpdb;
27
  $prefix = $wpdb->prefix;
28
  $result = '0';
29
- if($id > 0)
30
- {
31
  $sSql = $wpdb->prepare("SELECT COUNT(*) AS `count` FROM `".$prefix."es_sentdetails` WHERE `es_sent_id` = %d", array($id));
32
- }
33
- else
34
- {
35
  $sSql = "SELECT COUNT(*) AS `count` FROM `".$prefix."es_sentdetails`";
36
  }
37
  $result = $wpdb->get_var($sSql);
38
  return $result;
39
  }
40
-
41
- public static function es_sentmail_delete($id = 0)
42
- {
43
  global $wpdb;
44
  $prefix = $wpdb->prefix;
45
  $Sentdetails = array();
46
  $Sentdetails = es_cls_sentmail::es_sentmail_select($id, 0, 1);
47
- if(count($Sentdetails) > 0)
48
- {
49
  $es_deliver_sentguid = $Sentdetails['es_sent_guid'];
50
- if($es_deliver_sentguid <> "")
51
- {
52
  $sSql = $wpdb->prepare("DELETE FROM `".$prefix."es_deliverreport` WHERE `es_deliver_sentguid` = %s", $es_deliver_sentguid);
53
  $wpdb->query($sSql);
54
  }
@@ -58,23 +50,19 @@ class es_cls_sentmail
58
 
59
  return true;
60
  }
61
-
62
- public static function es_sentmail_ins($guid = "", $qstring = 0, $source = "", $startdt = "", $enddt = "", $count = "", $preview = "", $mailsenttype = "")
63
- {
64
  global $wpdb;
65
  $returnid = 0;
66
  $prefix = $wpdb->prefix;
67
  $currentdate = date('Y-m-d G:i:s');
68
 
69
- if($mailsenttype == "Instant Mail")
70
- {
71
  $es_sent_status = "Sent";
72
- }
73
- else
74
- {
75
  $es_sent_status = "In Queue";
76
  }
77
-
78
  $sSql = $wpdb->prepare("INSERT INTO `".$prefix."es_sentdetails` (`es_sent_guid`, `es_sent_qstring`, `es_sent_source`,
79
  `es_sent_starttime`, `es_sent_endtime`, `es_sent_count`, `es_sent_preview`, `es_sent_status`, `es_sent_type`)
80
  VALUES (%s, %s, %s, %s, %s, %s, %s, %s, %s)",
@@ -82,9 +70,8 @@ class es_cls_sentmail
82
  $wpdb->query($sSql);
83
  return true;
84
  }
85
-
86
- public static function es_sentmail_ups($guid = "", $sentsubject = "")
87
- {
88
  global $wpdb;
89
  $returnid = 0;
90
  $prefix = $wpdb->prefix;
@@ -94,9 +81,8 @@ class es_cls_sentmail
94
  $wpdb->query($sSql);
95
  return true;
96
  }
97
-
98
- public static function es_sentmail_cronmail_inqueue()
99
- {
100
  global $wpdb;
101
  $prefix = $wpdb->prefix;
102
  $arrRes = array();
@@ -105,9 +91,8 @@ class es_cls_sentmail
105
  $arrRes = $wpdb->get_results($sSql, ARRAY_A);
106
  return $arrRes;
107
  }
108
-
109
- public static function es_sentmail_cronmail_ups($guid = "")
110
- {
111
  global $wpdb;
112
  $returnid = 0;
113
  $prefix = $wpdb->prefix;
@@ -117,5 +102,4 @@ class es_cls_sentmail
117
  $wpdb->query($sSql);
118
  return true;
119
  }
120
- }
121
- ?>
 
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
+ class es_cls_sentmail {
8
+ public static function es_sentmail_select($id = 0, $offset = 0, $limit = 0) {
9
  global $wpdb;
10
  $prefix = $wpdb->prefix;
11
  $arrRes = array();
12
  $sSql = "SELECT * FROM `".$prefix."es_sentdetails` where 1=1";
13
+ if($id > 0) {
 
14
  $sSql = $sSql . " and es_sent_id=".$id;
15
  $arrRes = $wpdb->get_row($sSql, ARRAY_A);
16
+ } else {
 
 
17
  $sSql = $sSql . " order by es_sent_id desc limit $offset, $limit";
18
  $arrRes = $wpdb->get_results($sSql, ARRAY_A);
19
  }
20
  return $arrRes;
21
  }
22
+
23
+ public static function es_sentmail_count($id = 0) {
 
24
  global $wpdb;
25
  $prefix = $wpdb->prefix;
26
  $result = '0';
27
+ if($id > 0) {
 
28
  $sSql = $wpdb->prepare("SELECT COUNT(*) AS `count` FROM `".$prefix."es_sentdetails` WHERE `es_sent_id` = %d", array($id));
29
+ } else {
 
 
30
  $sSql = "SELECT COUNT(*) AS `count` FROM `".$prefix."es_sentdetails`";
31
  }
32
  $result = $wpdb->get_var($sSql);
33
  return $result;
34
  }
35
+
36
+ public static function es_sentmail_delete($id = 0) {
 
37
  global $wpdb;
38
  $prefix = $wpdb->prefix;
39
  $Sentdetails = array();
40
  $Sentdetails = es_cls_sentmail::es_sentmail_select($id, 0, 1);
41
+ if(count($Sentdetails) > 0) {
 
42
  $es_deliver_sentguid = $Sentdetails['es_sent_guid'];
43
+ if($es_deliver_sentguid <> "") {
 
44
  $sSql = $wpdb->prepare("DELETE FROM `".$prefix."es_deliverreport` WHERE `es_deliver_sentguid` = %s", $es_deliver_sentguid);
45
  $wpdb->query($sSql);
46
  }
50
 
51
  return true;
52
  }
53
+
54
+ public static function es_sentmail_ins($guid = "", $qstring = 0, $source = "", $startdt = "", $enddt = "", $count = "", $preview = "", $mailsenttype = "") {
 
55
  global $wpdb;
56
  $returnid = 0;
57
  $prefix = $wpdb->prefix;
58
  $currentdate = date('Y-m-d G:i:s');
59
 
60
+ if($mailsenttype == "Instant Mail") {
 
61
  $es_sent_status = "Sent";
62
+ } else {
 
 
63
  $es_sent_status = "In Queue";
64
  }
65
+
66
  $sSql = $wpdb->prepare("INSERT INTO `".$prefix."es_sentdetails` (`es_sent_guid`, `es_sent_qstring`, `es_sent_source`,
67
  `es_sent_starttime`, `es_sent_endtime`, `es_sent_count`, `es_sent_preview`, `es_sent_status`, `es_sent_type`)
68
  VALUES (%s, %s, %s, %s, %s, %s, %s, %s, %s)",
70
  $wpdb->query($sSql);
71
  return true;
72
  }
73
+
74
+ public static function es_sentmail_ups($guid = "", $sentsubject = "") {
 
75
  global $wpdb;
76
  $returnid = 0;
77
  $prefix = $wpdb->prefix;
81
  $wpdb->query($sSql);
82
  return true;
83
  }
84
+
85
+ public static function es_sentmail_cronmail_inqueue() {
 
86
  global $wpdb;
87
  $prefix = $wpdb->prefix;
88
  $arrRes = array();
91
  $arrRes = $wpdb->get_results($sSql, ARRAY_A);
92
  return $arrRes;
93
  }
94
+
95
+ public static function es_sentmail_cronmail_ups($guid = "") {
 
96
  global $wpdb;
97
  $returnid = 0;
98
  $prefix = $wpdb->prefix;
102
  $wpdb->query($sSql);
103
  return true;
104
  }
105
+ }
 
query/db_settings.php CHANGED
@@ -1,9 +1,11 @@
1
- <?php if(preg_match('#' . basename(__FILE__) . '#', $_SERVER['PHP_SELF'])) { die('You are not allowed to call this page directly.'); } ?>
2
  <?php
3
- class es_cls_settings
4
- {
5
- public static function es_setting_select($id = 1)
6
- {
 
 
 
7
  global $wpdb;
8
  $prefix = $wpdb->prefix;
9
  $arrRes = array();
@@ -12,26 +14,21 @@ class es_cls_settings
12
  $arrRes = $wpdb->get_row($sSql, ARRAY_A);
13
  return $arrRes;
14
  }
15
-
16
- public static function es_setting_count($id = "")
17
- {
18
  global $wpdb;
19
  $prefix = $wpdb->prefix;
20
  $result = '0';
21
- if($id > 0)
22
- {
23
  $sSql = $wpdb->prepare("SELECT COUNT(*) AS `count` FROM `".$prefix."es_pluginconfig` WHERE `es_c_id` = %s", array($id));
24
- }
25
- else
26
- {
27
  $sSql = "SELECT COUNT(*) AS `count` FROM `".$prefix."es_pluginconfig`";
28
  }
29
  $result = $wpdb->get_var($sSql);
30
  return $result;
31
  }
32
-
33
- public static function es_setting_update($data = array())
34
- {
35
  global $wpdb;
36
  $prefix = $wpdb->prefix;
37
  $sSql = $wpdb->prepare("UPDATE `".$prefix."es_pluginconfig` SET
@@ -50,5 +47,4 @@ class es_cls_settings
50
  $wpdb->query($sSql);
51
  return "sus";
52
  }
53
- }
54
- ?>
 
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
+ class es_cls_settings {
8
+ public static function es_setting_select($id = 1) {
9
  global $wpdb;
10
  $prefix = $wpdb->prefix;
11
  $arrRes = array();
14
  $arrRes = $wpdb->get_row($sSql, ARRAY_A);
15
  return $arrRes;
16
  }
17
+
18
+ public static function es_setting_count($id = "") {
 
19
  global $wpdb;
20
  $prefix = $wpdb->prefix;
21
  $result = '0';
22
+ if($id > 0) {
 
23
  $sSql = $wpdb->prepare("SELECT COUNT(*) AS `count` FROM `".$prefix."es_pluginconfig` WHERE `es_c_id` = %s", array($id));
24
+ } else {
 
 
25
  $sSql = "SELECT COUNT(*) AS `count` FROM `".$prefix."es_pluginconfig`";
26
  }
27
  $result = $wpdb->get_var($sSql);
28
  return $result;
29
  }
30
+
31
+ public static function es_setting_update($data = array()) {
 
32
  global $wpdb;
33
  $prefix = $wpdb->prefix;
34
  $sSql = $wpdb->prepare("UPDATE `".$prefix."es_pluginconfig` SET
47
  $wpdb->query($sSql);
48
  return "sus";
49
  }
50
+ }
 
query/db_subscriber.php CHANGED
@@ -1,33 +1,28 @@
1
- <?php if(preg_match('#' . basename(__FILE__) . '#', $_SERVER['PHP_SELF'])) { die('You are not allowed to call this page directly.'); } ?>
2
  <?php
3
- class es_cls_dbquery
4
- {
5
- // START Subscriber details /////////////////////////////////////////////////////////
6
- public static function es_view_subscriber_search($search = "", $id = 0)
7
- {
 
 
8
  global $wpdb;
9
  $prefix = $wpdb->prefix;
10
  $arrRes = array();
11
  $sSql = "SELECT * FROM `".$prefix."es_emaillist` where es_email_mail <> '' ";
12
- if($search <> "" && $search <> "ALL")
13
- {
14
  $letter = explode(',', $search);
15
  $length = count($letter);
16
- for ($i = 0; $i < $length; $i++)
17
- {
18
- if($i == 0)
19
- {
20
  $sSql = $sSql . " and";
21
- }
22
- else
23
- {
24
  $sSql = $sSql . " or";
25
  }
26
  $sSql = $sSql . " es_email_mail LIKE '" . $letter[$i]. "%'";
27
  }
28
  }
29
- if($id > 0)
30
- {
31
  $sSql = $sSql . " and es_email_id=".$id;
32
 
33
  }
@@ -35,195 +30,164 @@ class es_cls_dbquery
35
  $arrRes = $wpdb->get_results($sSql, ARRAY_A);
36
  return $arrRes;
37
  }
38
-
39
- public static function es_view_subscriber_search2($search = "", $id = 0, $search_sts = "", $offset = 0, $limit = 0, $search_group = "")
40
- {
41
  global $wpdb;
42
  $prefix = $wpdb->prefix;
43
  $arrRes = array();
44
  $sSql = "SELECT * FROM `".$prefix."es_emaillist` where es_email_mail <> '' ";
45
- if($search_sts <> "")
46
- {
47
  $sSql = $sSql . " and es_email_status='".$search_sts."'";
48
  }
49
-
50
- if($search_group <> "" && $search_group <> "ALL")
51
- {
52
  $sSql = $sSql . ' and es_email_group="'.$search_group.'"';
53
  }
54
-
55
- if($search <> "" && $search <> "ALL")
56
- {
57
  $letter = explode(',', $search);
58
  $length = count($letter);
59
- for ($i = 0; $i < $length; $i++)
60
- {
61
- if($i == 0)
62
- {
63
  $sSql = $sSql . " and (";
64
- }
65
- else
66
- {
67
  $sSql = $sSql . " or";
68
  }
69
  $sSql = $sSql . " es_email_mail LIKE '" . $letter[$i]. "%'";
70
- if($i == $length-1)
71
- {
72
  $sSql = $sSql . ")";
73
  }
74
  }
75
  }
76
-
77
- if($id > 0)
78
- {
79
  $sSql = $sSql . " and es_email_id=".$id;
80
 
81
  }
82
  $sSql = $sSql . " order by es_email_id asc";
83
  $sSql = $sSql . " LIMIT $offset, $limit";
84
 
85
- //echo $sSql."<br>";
86
- //esc_sql( $sSql );
87
- //echo $sSql."<br>";
88
-
89
  $arrRes = $wpdb->get_results($sSql, ARRAY_A);
90
  return $arrRes;
91
  }
92
-
93
- public static function es_view_subscriber_sendmail($search = "", $group = "")
94
- {
95
- //echo $search . "--<br>";
96
- //echo $group. "--<br>";
97
  global $wpdb;
98
  $prefix = $wpdb->prefix;
99
  $arrRes = array();
100
  $sSql = "SELECT * FROM `".$prefix."es_emaillist` where es_email_mail <> '' ";
101
- if($search <> "" && $search <> "ALL")
102
- {
103
  $letter = explode(',', $search);
104
  $length = count($letter);
105
- for ($i = 0; $i < $length; $i++)
106
- {
107
- if($i == 0)
108
- {
109
  $sSql = $sSql . " and (";
110
- }
111
- else
112
- {
113
  $sSql = $sSql . " or";
114
  }
115
  $sSql = $sSql . " es_email_mail LIKE '" . $letter[$i]. "%'";
116
  }
117
  $sSql = $sSql . ")";
118
  }
119
- if($group <> "")
120
- {
121
  $sSql = $sSql . " and es_email_group='".$group."'";
122
-
123
- }
124
- else
125
- {
126
  $sSql = $sSql . " and es_email_id in (select max(es_email_id) from ".$prefix."es_emaillist group by es_email_mail)";
127
  }
 
128
  $sSql = $sSql . " and (es_email_status = 'Confirmed' or es_email_status = 'Single Opt In')";
129
  $sSql = $sSql . " order by es_email_mail asc";
130
-
131
- //echo "<br>".$sSql."<br>";
132
-
133
  $arrRes = $wpdb->get_results($sSql, ARRAY_A);
134
  return $arrRes;
135
  }
136
-
137
- public static function es_view_subscriber_count($id = 0)
138
- {
139
  global $wpdb;
140
  $prefix = $wpdb->prefix;
141
  $result = '0';
142
- if($id > 0)
143
- {
144
  $sSql = $wpdb->prepare("SELECT COUNT(*) AS `count` FROM `".$prefix."es_emaillist` WHERE `es_email_id` = %d", array($id));
145
- }
146
- else
147
- {
148
  $sSql = "SELECT COUNT(*) AS `count` FROM `".$prefix."es_emaillist`";
149
  }
150
 
151
  $result = $wpdb->get_var($sSql);
152
  return $result;
153
  }
154
-
155
- public static function es_view_subscriber_count_status($status = "")
156
- {
157
  global $wpdb;
158
  $prefix = $wpdb->prefix;
159
  $result = '0';
160
- if($status <> "")
161
- {
162
  $sSql = $wpdb->prepare("SELECT COUNT(*) AS `count` FROM `".$prefix."es_emaillist` WHERE `es_email_status` = %s", array($status));
163
- }
164
- else
165
- {
166
  $sSql = "SELECT COUNT(*) AS `count` FROM `".$prefix."es_emaillist`";
167
  }
168
  $result = $wpdb->get_var($sSql);
169
  return $result;
170
  }
171
-
172
- public static function es_view_subscriber_delete($id = 0)
173
- {
174
  global $wpdb;
175
  $prefix = $wpdb->prefix;
176
  $sSql = $wpdb->prepare("DELETE FROM `".$prefix."es_emaillist` WHERE `es_email_id` = %d LIMIT 1", $id);
177
  $wpdb->query($sSql);
178
  return true;
179
  }
180
-
181
- public static function es_view_subscriber_ins($data = array(), $action = "insert")
182
- {
183
  global $wpdb;
184
  $prefix = $wpdb->prefix;
185
  $result = 0;
186
- if (!filter_var($data["es_email_mail"], FILTER_VALIDATE_EMAIL))
187
- {
188
  return "invalid";
189
  }
190
 
191
  $CurrentDate = date('Y-m-d G:i:s');
192
- if($action == "insert")
193
- {
194
  $sSql = "SELECT * FROM `".$prefix."es_emaillist` where es_email_mail='".$data["es_email_mail"]."' and es_email_group='".trim($data["es_email_group"])."'";
195
  $result = $wpdb->get_var($sSql);
196
- if ( $result > 0)
197
- {
198
  return "ext";
199
- }
200
- else
201
- {
202
  $guid = es_cls_common::es_generate_guid(60);
203
  $sql = $wpdb->prepare("INSERT INTO `".$prefix."es_emaillist`
204
  (`es_email_name`,`es_email_mail`, `es_email_status`, `es_email_created`, `es_email_viewcount`, `es_email_group`, `es_email_guid`)
205
  VALUES(%s, %s, %s, %s, %d, %s, %s)", array(trim($data["es_email_name"]), trim($data["es_email_mail"]),
206
  trim($data["es_email_status"]), $CurrentDate, 0, trim($data["es_email_group"]), $guid));
207
- $wpdb->query($sql);
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
208
  return "sus";
209
  }
210
- }
211
- elseif($action == "update")
212
- {
213
  $sSql = "SELECT * FROM `".$prefix."es_emaillist` where es_email_mail='".$data["es_email_mail"]."'";
214
  $sSql = $sSql . " and es_email_group='".trim($data["es_email_group"])."' and es_email_id <> ".$data["es_email_id"];
215
  $result = $wpdb->get_var($sSql);
216
- if ( $result > 0)
217
- {
218
  return "ext";
219
- }
220
- else
221
- {
222
- //$sSql = $wpdb->prepare("UPDATE `".$prefix."es_emaillist` SET `es_email_name` = %s, `es_email_mail` = %s,
223
- // `es_email_status` = %s, `es_email_group` = %s WHERE es_email_mail = %s LIMIT 10", array($data["es_email_name"], $data["es_email_mail"],
224
- // $data["es_email_status"], $data["es_email_group"], $data["es_email_mail"]));
225
- //$wpdb->query($sSql);
226
- //return "sus";
227
  $sSql = $wpdb->prepare("UPDATE `".$prefix."es_emaillist` SET `es_email_name` = %s, `es_email_mail` = %s,
228
  `es_email_status` = %s, `es_email_group` = %s WHERE es_email_id = %d LIMIT 1", array($data["es_email_name"], $data["es_email_mail"],
229
  $data["es_email_status"], $data["es_email_group"], $data["es_email_id"]));
@@ -232,23 +196,20 @@ class es_cls_dbquery
232
  }
233
  }
234
  }
235
-
236
- public static function es_view_subscriber_bulk($idlist = "")
237
- {
238
  global $wpdb;
239
  $prefix = $wpdb->prefix;
240
  $arrRes = array();
241
  $sSql = "SELECT * FROM `".$prefix."es_emaillist` where es_email_mail <> '' ";
242
- if($idlist <> "")
243
- {
244
  $sSql = $sSql . " and es_email_id in (" . $idlist. ");";
245
  }
246
  $arrRes = $wpdb->get_results($sSql, ARRAY_A);
247
  return $arrRes;
248
  }
249
-
250
- public static function es_view_subscriber_group()
251
- {
252
  global $wpdb;
253
  $prefix = $wpdb->prefix;
254
  $arrRes = array();
@@ -256,10 +217,8 @@ class es_cls_dbquery
256
  $arrRes = $wpdb->get_results($sSql, ARRAY_A);
257
  return $arrRes;
258
  }
259
-
260
-
261
- public static function es_view_subscriber_one($mail = "")
262
- {
263
  global $wpdb;
264
  $prefix = $wpdb->prefix;
265
  $arrRes = array();
@@ -267,9 +226,8 @@ class es_cls_dbquery
267
  $arrRes = $wpdb->get_results($sSql, ARRAY_A);
268
  return $arrRes;
269
  }
270
-
271
- public static function es_view_subscriber_upd_status($status = "", $idlist = "")
272
- {
273
  global $wpdb;
274
  $prefix = $wpdb->prefix;
275
  $sSql = "UPDATE `".$prefix."es_emaillist` SET `es_email_status` = '".$status."'";
@@ -277,9 +235,8 @@ class es_cls_dbquery
277
  $wpdb->query($sSql);
278
  return "sus";
279
  }
280
-
281
- public static function es_view_subscriber_upd_group($group = "", $idlist = "")
282
- {
283
  global $wpdb;
284
  $prefix = $wpdb->prefix;
285
  $sSql = "UPDATE `".$prefix."es_emaillist` SET `es_email_group` = '".$group."'";
@@ -287,44 +244,32 @@ class es_cls_dbquery
287
  $wpdb->query($sSql);
288
  return "sus";
289
  }
290
-
291
- public static function es_view_subscriber_job($status = "", $id = 0, $guid = "", $email = "")
292
- {
293
  global $wpdb;
294
  $prefix = $wpdb->prefix;
295
-
296
  $sSql = "SELECT COUNT(*) AS `count` FROM `".$prefix."es_emaillist`";
297
  $sSql = $sSql . " WHERE es_email_id = %d";
298
  $sSql = $sSql . " and es_email_mail = %s";
299
  $sSql = $sSql . " and es_email_guid = %s Limit 1";
300
  $sSql = $wpdb->prepare($sSql, array($id, $email, $guid));
301
  $result = $wpdb->get_var($sSql);
302
- if ( $result > 0)
303
- {
304
- //$sSql = "UPDATE `".$prefix."es_emaillist` SET `es_email_status` = %s";
305
- //$sSql = $sSql . " WHERE es_email_id = %d";
306
- //$sSql = $sSql . " and es_email_mail = %s";
307
- //$sSql = $sSql . " and es_email_guid = %s Limit 1";
308
- //$sSql = $wpdb->prepare($sSql, array($status, $id, $email, $guid));
309
- //$wpdb->query($sSql);
310
-
311
  $sSql = "UPDATE `".$prefix."es_emaillist` SET `es_email_status` = %s";
312
  $sSql = $sSql . " WHERE es_email_mail = %s Limit 10";
313
  $sSql = $wpdb->prepare($sSql, array($status, $email));
314
  $wpdb->query($sSql);
315
  return true;
316
- }
317
- else
318
- {
319
  return false;
320
  }
321
  }
322
-
323
- public static function es_view_subscriber_jobstatus($status = "", $id = 0, $guid = "", $email = "")
324
- {
325
  global $wpdb;
326
  $prefix = $wpdb->prefix;
327
-
328
  $sSql = "SELECT COUNT(*) AS `count` FROM `".$prefix."es_emaillist`";
329
  $sSql = $sSql . " WHERE es_email_id = %d";
330
  $sSql = $sSql . " and es_email_mail = %s";
@@ -332,41 +277,26 @@ class es_cls_dbquery
332
  $sSql = $sSql . " and es_email_guid = %s Limit 1";
333
  $sSql = $wpdb->prepare($sSql, array($id, $email, $status, $guid));
334
  $result = $wpdb->get_var($sSql);
335
- if ( $result > 0)
336
- {
337
  return true;
338
- }
339
- else
340
- {
341
  return false;
342
  }
343
  }
344
-
345
- public static function es_view_subscriber_widget($data = array())
346
- {
347
  global $wpdb;
348
  $prefix = $wpdb->prefix;
349
  $arrRes = array();
350
- $currentdate = date('Y-m-d G:i:s');
351
-
352
- //$sSql = "SELECT * FROM `".$prefix."es_emaillist` WHERE";
353
- //$sSql = $sSql . " es_email_mail = %s";
354
- //$sSql = $sSql . " es_email_group = %s";
355
- //$sSql = $sSql . " Limit 1";
356
- //$sSql = $wpdb->prepare($sSql, array($data["es_email_mail"], $data["es_email_group"]));
357
- //$arrRes = $wpdb->get_results($sSql, ARRAY_A);
358
-
359
  $sSql = "SELECT * FROM `".$prefix."es_emaillist` where es_email_mail='".$data["es_email_mail"]."' and es_email_group='".trim($data["es_email_group"])."'";
360
  $arrRes = $wpdb->get_results($sSql, ARRAY_A);
361
-
362
- if(count($arrRes) > 0)
363
- {
364
- if( $arrRes[0]['es_email_status'] == "Confirmed" )
365
- {
366
  return "ext";
367
- }
368
- else
369
- {
370
  $action = "";
371
  $form['es_email_name'] = $data["es_email_name"];
372
  $form['es_email_mail'] = $data["es_email_mail"];
@@ -376,28 +306,13 @@ class es_cls_dbquery
376
  $action = es_cls_dbquery::es_view_subscriber_ins($form, $action = "update");
377
  return $action;
378
  }
379
- }
380
- else
381
- {
382
  $action = es_cls_dbquery::es_view_subscriber_ins($data, $action = "insert");
383
  return $action;
384
  }
385
  }
386
- //
387
- // public static function es_view_subscriber_cron($offset = 0, $limit = 0)
388
- // {
389
- // global $wpdb;
390
- // $prefix = $wpdb->prefix;
391
- // $arrRes = array();
392
- // $sSql = "SELECT * FROM `".$prefix."es_emaillist` where (es_email_status = 'Confirmed' or es_email_status = 'Single Opt In')";
393
- // $sSql = $sSql . " order by es_email_id asc limit %d, %d";
394
- // $sSql = $wpdb->prepare($sSql, array($offset, $limit));
395
- // $arrRes = $wpdb->get_results($sSql, ARRAY_A);
396
- // return $arrRes;
397
- // }
398
- //
399
- public static function es_view_subscriber_manual($recipients)
400
- {
401
  $recipient = implode(', ', $recipients);
402
  global $wpdb;
403
  $prefix = $wpdb->prefix;
@@ -405,8 +320,7 @@ class es_cls_dbquery
405
  $sSql = "SELECT * FROM `".$prefix."es_emaillist` where (es_email_status = 'Confirmed' or es_email_status = 'Single Opt In')";
406
  $sSql = $sSql . " and es_email_id in (".$recipient.")";
407
  $arrRes = $wpdb->get_results($sSql, ARRAY_A);
 
408
  return $arrRes;
409
  }
410
- // END Subscriber details /////////////////////////////////////////////////////////
411
- }
412
- ?>
 
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
+ class es_cls_dbquery {
8
+ public static function es_view_subscriber_search($search = "", $id = 0) {
9
  global $wpdb;
10
  $prefix = $wpdb->prefix;
11
  $arrRes = array();
12
  $sSql = "SELECT * FROM `".$prefix."es_emaillist` where es_email_mail <> '' ";
13
+ if($search <> "" && $search <> "ALL") {
 
14
  $letter = explode(',', $search);
15
  $length = count($letter);
16
+ for ($i = 0; $i < $length; $i++) {
17
+ if($i == 0) {
 
 
18
  $sSql = $sSql . " and";
19
+ } else {
 
 
20
  $sSql = $sSql . " or";
21
  }
22
  $sSql = $sSql . " es_email_mail LIKE '" . $letter[$i]. "%'";
23
  }
24
  }
25
+ if($id > 0) {
 
26
  $sSql = $sSql . " and es_email_id=".$id;
27
 
28
  }
30
  $arrRes = $wpdb->get_results($sSql, ARRAY_A);
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
  }
42
+
43
+ if($search_group <> "" && $search_group <> "ALL") {
 
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) {
 
110
  $sSql = $wpdb->prepare("SELECT COUNT(*) AS `count` FROM `".$prefix."es_emaillist` WHERE `es_email_id` = %d", array($id));
111
+ } else {
 
 
112
  $sSql = "SELECT COUNT(*) AS `count` FROM `".$prefix."es_emaillist`";
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 <> "") {
 
124
  $sSql = $wpdb->prepare("SELECT COUNT(*) AS `count` FROM `".$prefix."es_emaillist` WHERE `es_email_status` = %s", array($status));
125
+ } else {
 
 
126
  $sSql = "SELECT COUNT(*) AS `count` FROM `".$prefix."es_emaillist`";
127
  }
128
  $result = $wpdb->get_var($sSql);
129
  return $result;
130
  }
131
+
132
+ public static function es_view_subscriber_delete($id = 0) {
 
133
  global $wpdb;
134
  $prefix = $wpdb->prefix;
135
  $sSql = $wpdb->prepare("DELETE FROM `".$prefix."es_emaillist` WHERE `es_email_id` = %d LIMIT 1", $id);
136
  $wpdb->query($sSql);
137
  return true;
138
  }
139
+
140
+ public static function es_view_subscriber_ins($data = array(), $action = "insert") {
 
141
  global $wpdb;
142
  $prefix = $wpdb->prefix;
143
  $result = 0;
144
+ if (!filter_var($data["es_email_mail"], FILTER_VALIDATE_EMAIL)) {
 
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);
152
+ if ( $result > 0) {
 
153
  return "ext";
154
+ } else {
 
 
155
  $guid = es_cls_common::es_generate_guid(60);
156
  $sql = $wpdb->prepare("INSERT INTO `".$prefix."es_emaillist`
157
  (`es_email_name`,`es_email_mail`, `es_email_status`, `es_email_created`, `es_email_viewcount`, `es_email_group`, `es_email_guid`)
158
  VALUES(%s, %s, %s, %s, %d, %s, %s)", array(trim($data["es_email_name"]), trim($data["es_email_mail"]),
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()));
166
+ }
167
+
168
+ if (( in_array('icegram-rainmaker/icegram-rainmaker.php', $active_plugins) || array_key_exists('icegram-rainmaker/icegram-rainmaker.php', $active_plugins) )) { // To Do- Handle via actions
169
+
170
+ $es_settings = es_cls_settings::es_setting_select();
171
+ $subscribers = array();
172
+ $subscribers = self::es_view_subscriber_one($data["es_email_mail"]);
173
+
174
+ if( did_action( 'rainmaker_post_lead' ) >= 1 ) {
175
+ if ( (!empty($es_settings['es_c_optinoption'])) && ($es_settings['es_c_optinoption'] == 'Double Opt In') ) {
176
+ es_cls_sendmail::es_sendmail("optin", $template = 0, $subscribers, "optin", 0);
177
+ } else if ( (!empty($es_settings['es_c_optinoption'])) && ($es_settings['es_c_optinoption'] == 'Single Opt In' ) ) {
178
+ es_cls_sendmail::es_sendmail("welcome", $template = 0, $subscribers, "welcome", 0);
179
+ }
180
+ }
181
+ }
182
  return "sus";
183
  }
184
+ } elseif($action == "update") {
 
 
185
  $sSql = "SELECT * FROM `".$prefix."es_emaillist` where es_email_mail='".$data["es_email_mail"]."'";
186
  $sSql = $sSql . " and es_email_group='".trim($data["es_email_group"])."' and es_email_id <> ".$data["es_email_id"];
187
  $result = $wpdb->get_var($sSql);
188
+ if ( $result > 0) {
 
189
  return "ext";
190
+ } else {
 
 
 
 
 
 
 
191
  $sSql = $wpdb->prepare("UPDATE `".$prefix."es_emaillist` SET `es_email_name` = %s, `es_email_mail` = %s,
192
  `es_email_status` = %s, `es_email_group` = %s WHERE es_email_id = %d LIMIT 1", array($data["es_email_name"], $data["es_email_mail"],
193
  $data["es_email_status"], $data["es_email_group"], $data["es_email_id"]));
196
  }
197
  }
198
  }
199
+
200
+ public static function es_view_subscriber_bulk($idlist = "") {
 
201
  global $wpdb;
202
  $prefix = $wpdb->prefix;
203
  $arrRes = array();
204
  $sSql = "SELECT * FROM `".$prefix."es_emaillist` where es_email_mail <> '' ";
205
+ if($idlist <> "") {
 
206
  $sSql = $sSql . " and es_email_id in (" . $idlist. ");";
207
  }
208
  $arrRes = $wpdb->get_results($sSql, ARRAY_A);
209
  return $arrRes;
210
  }
211
+
212
+ public static function es_view_subscriber_group() {
 
213
  global $wpdb;
214
  $prefix = $wpdb->prefix;
215
  $arrRes = array();
217
  $arrRes = $wpdb->get_results($sSql, ARRAY_A);
218
  return $arrRes;
219
  }
220
+
221
+ public static function es_view_subscriber_one($mail = "") {
 
 
222
  global $wpdb;
223
  $prefix = $wpdb->prefix;
224
  $arrRes = array();
226
  $arrRes = $wpdb->get_results($sSql, ARRAY_A);
227
  return $arrRes;
228
  }
229
+
230
+ public static function es_view_subscriber_upd_status($status = "", $idlist = "") {
 
231
  global $wpdb;
232
  $prefix = $wpdb->prefix;
233
  $sSql = "UPDATE `".$prefix."es_emaillist` SET `es_email_status` = '".$status."'";
235
  $wpdb->query($sSql);
236
  return "sus";
237
  }
238
+
239
+ public static function es_view_subscriber_upd_group($group = "", $idlist = "") {
 
240
  global $wpdb;
241
  $prefix = $wpdb->prefix;
242
  $sSql = "UPDATE `".$prefix."es_emaillist` SET `es_email_group` = '".$group."'";
244
  $wpdb->query($sSql);
245
  return "sus";
246
  }
247
+
248
+ public static function es_view_subscriber_job($status = "", $id = 0, $guid = "", $email = "") {
 
249
  global $wpdb;
250
  $prefix = $wpdb->prefix;
251
+
252
  $sSql = "SELECT COUNT(*) AS `count` FROM `".$prefix."es_emaillist`";
253
  $sSql = $sSql . " WHERE es_email_id = %d";
254
  $sSql = $sSql . " and es_email_mail = %s";
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));
262
  $wpdb->query($sSql);
263
  return true;
264
+ } else {
 
 
265
  return false;
266
  }
267
  }
268
+
269
+ public static function es_view_subscriber_jobstatus($status = "", $id = 0, $guid = "", $email = "") {
 
270
  global $wpdb;
271
  $prefix = $wpdb->prefix;
272
+
273
  $sSql = "SELECT COUNT(*) AS `count` FROM `".$prefix."es_emaillist`";
274
  $sSql = $sSql . " WHERE es_email_id = %d";
275
  $sSql = $sSql . " and es_email_mail = %s";
277
  $sSql = $sSql . " and es_email_guid = %s Limit 1";
278
  $sSql = $wpdb->prepare($sSql, array($id, $email, $status, $guid));
279
  $result = $wpdb->get_var($sSql);
280
+ if ( $result > 0) {
 
281
  return true;
282
+ } else {
 
 
283
  return false;
284
  }
285
  }
286
+
287
+ public static function es_view_subscriber_widget($data = array()) {
 
288
  global $wpdb;
289
  $prefix = $wpdb->prefix;
290
  $arrRes = array();
291
+ $currentdate = date('Y-m-d G:i:s');
292
+
 
 
 
 
 
 
 
293
  $sSql = "SELECT * FROM `".$prefix."es_emaillist` where es_email_mail='".$data["es_email_mail"]."' and es_email_group='".trim($data["es_email_group"])."'";
294
  $arrRes = $wpdb->get_results($sSql, ARRAY_A);
295
+
296
+ if(count($arrRes) > 0) {
297
+ if( $arrRes[0]['es_email_status'] == "Confirmed" ) {
 
 
298
  return "ext";
299
+ } else {
 
 
300
  $action = "";
301
  $form['es_email_name'] = $data["es_email_name"];
302
  $form['es_email_mail'] = $data["es_email_mail"];
306
  $action = es_cls_dbquery::es_view_subscriber_ins($form, $action = "update");
307
  return $action;
308
  }
309
+ } else {
 
 
310
  $action = es_cls_dbquery::es_view_subscriber_ins($data, $action = "insert");
311
  return $action;
312
  }
313
  }
314
+
315
+ public static function es_view_subscriber_manual($recipients) {
 
 
 
 
 
 
 
 
 
 
 
 
 
316
  $recipient = implode(', ', $recipients);
317
  global $wpdb;
318
  $prefix = $wpdb->prefix;
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
+ }
 
 
readme.txt CHANGED
@@ -1,42 +1,28 @@
1
  === Email Subscribers & Newsletters ===
2
- Contributors: storeapps, niravmehta, Mansi Shah
3
- Donate link: http://www.storeapps.org/
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.2
9
- Stable tag: 3.1.4
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. It helps you achieve all your newsletter related tasks effectively in one single place.
17
 
18
- 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
- Email Subscribers plugin also has a subscription box and it allows users to publicly subscribe by submitting their email addresses. You can add the subscription box to your site using
21
-
22
- * **Shortcode for any posts or pages**
23
-
24
- `[email-subscribers namefield="YES" desc="" group="Public"]`
25
-
26
- * **Widget option**
27
-
28
- Go to Dashboard->Appearance->Widgets. Drag and drop the Email Subscribers widget to your sidebar location.
29
-
30
- * **Add directly in the theme**
31
-
32
- `<?php es_subbox( $namefield = "YES", $desc = "", $group = "" ); ?>`
33
 
34
  ### Main advantages
35
 
36
  1. Easily **collect emails by adding a subscription form** to your sidebar (using widget), post (using shortcode) or theme file (using php code)
37
- 2. **Send beautifully crafted HTML newsletters** and send them to your subscribers. Either manually (or schedule it)
38
  3. Send notifications **newsletters notifying your subscribers about the newly published post on your blog**
39
- 4. **Auto generate latest available posts in the blog and send to your subscribers via cron job**
40
 
41
  ### Plugin Features
42
 
@@ -56,14 +42,33 @@ Go to Dashboard->Appearance->Widgets. Drag and drop the Email Subscribers widget
56
  * **Include/exclude categories** while sending a newsletter.
57
  * **Ability to control user access** (Roles and Capabilities).
58
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
59
  ### Use Email Subscribers with it's Free Addon
60
 
61
- Use Email Subscribers with it's free Addon - [Email Subscribers Advanced Form](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
  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.
66
 
 
 
 
 
67
  ### Read what clients have to say:
68
 
69
  > 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.
@@ -85,17 +90,14 @@ If you like Email Subscribers, please leave a [5 star](https://wordpress.org/sup
85
 
86
  ### Translators
87
 
88
- * Turkish (tr_TR) - Erkan ORUC
89
- * Tamil (ta) - Gopi Ramasamy
90
- * Dutch (nl_NL) - John van Halderen
91
- * Dutch (nl_NL_2) - Paul't Hoen
92
- * Serbian (sr_RS) - Ogi Djuraskovic
93
- * German (de_DE) - Stefanie Drucker , Vineet Talwar
94
- * Russian (ru_RU) - Grishin Alexander
95
- * Polish (pl) - Abdul Sattar
96
  * Spanish (es_ES) - David Bravo (bohemme)
97
-
98
- **Note**: Translations of above language files are not updated w.r.t Email Subscribers version 3.1. If you have updated translation files of the same language, then please write to us from [here](http://www.storeapps.org/support/contact-us/) so we can update it.
 
 
 
99
 
100
  == Installation ==
101
 
@@ -144,9 +146,9 @@ Refer [here](http://www.storeapps.org/docs/es-general-plugin-settings/).
144
 
145
  Refer steps from [here](http://www.storeapps.org/docs/es-how-to-change-update-translate-any-texts-from-email-subscribers/).
146
 
147
- = 6. How to add unsubscribe link in welcome email? =
148
 
149
- Refer [here](http://www.storeapps.org/docs/es-how-to-add-unsubscribe-link-in-welcome-email/).
150
 
151
  = 7. What are Static Templates and Dynamic Templates? =
152
 
@@ -160,41 +162,49 @@ Refer [here](http://www.storeapps.org/docs/es-how-to-compose-and-send-static-new
160
 
161
  Refer [here](http://www.storeapps.org/docs/es-how-to-configure-and-send-notification-emails-to-subscribers-when-new-posts-are-published/).
162
 
163
- = 10. How to check Sent mails? =
 
 
 
 
164
 
165
  Refer [here](http://www.storeapps.org/docs/es-how-to-check-sent-mails/).
166
 
167
- = 11. How to Add/Update Existing Subscribers Group? =
168
 
169
  Refer [here](http://www.storeapps.org/docs/es-how-to-add-update-existing-subscribers-group/).
170
 
171
- = 12. How to show subscribe form inside a popup? =
 
 
 
 
172
 
173
  Refer [here](http://www.storeapps.org/docs/es-how-to-show-subscribe-form-inside-a-popup/).
174
 
175
- = 13. Notification Emails are not being received by Subscribers? =
176
 
177
- Check steps from [here](http://www.storeapps.org/docs/es-new-post-notification-emails-are-not-being-received-by-subscribers/).
178
 
179
- = 14. How to Schedule Cron mails/auto mails? =
180
 
181
  Refer [here](http://www.storeapps.org/docs/es-how-to-schedule-cron-mails/).
182
 
183
- = 15. How to Schedule Cron Emails/auto emails for Email Subscribers in cPanel? =
184
 
185
  Refer [here](http://www.storeapps.org/docs/es-how-to-schedule-cron-emails-in-cpanel/).
186
 
187
- = 16. How to Schedule Cron Emails/auto emails in Parallels Plesk? =
188
 
189
  Refer [here](http://www.storeapps.org/docs/es-how-to-schedule-cron-emails-in-parallels-plesk/).
190
 
191
- = 17. What to do if Hosting doesn’t support Cron Jobs =
192
 
193
  Refer [here](http://www.storeapps.org/docs/es-what-to-do-if-hosting-doesnt-support-cron-jobs/).
194
 
195
- = 18. How to add group selection in front end subscription box =
196
 
197
- Use [Email Subscribers Advanced Form](https://wordpress.org/plugins/email-subscribers-advanced-form/) add-on.
198
 
199
  = How to install and activate the plugin? and How to setup subscription box widget? =
200
 
@@ -236,7 +246,24 @@ Use [Email Subscribers Advanced Form](https://wordpress.org/plugins/email-subscr
236
 
237
  == Changelog ==
238
 
239
- = 02.06.2016 - version 3.1.4 =
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
240
 
241
  * New: Use [Rainmaker](https://wordpress.org/plugins/icegram-rainmaker/) form to collect Subscribers
242
  * New: Setting to select featured image size when using ###POSTIMAGE### shortlink
@@ -253,7 +280,7 @@ Use [Email Subscribers Advanced Form](https://wordpress.org/plugins/email-subscr
253
  * Tweak: Do not allow admin to edit sample cron job url from Cron Mail Settings
254
  * Tweak: CSS changes in Help & Info page inside plugin
255
 
256
- = 27.04.2016 - version 3.1.3 =
257
 
258
  * New: Added form tag to subscribe form
259
  * Fix: Added missing charset to meta tag
@@ -261,7 +288,7 @@ Use [Email Subscribers Advanced Form](https://wordpress.org/plugins/email-subscr
261
  * Update: Translation for Serbian (sr_RS) language updated (Thanks to Ogi Djuraskovic)
262
  * Update: Updated POT file
263
 
264
- = 22.03.2016 - version 3.1.2 =
265
 
266
  * New: You can now include Unsubscribe link in Welcome Email (Email Subscribers v3.1.2+)
267
  * New: Welcome Page on activating Email Subscribers
@@ -273,7 +300,7 @@ Use [Email Subscribers Advanced Form](https://wordpress.org/plugins/email-subscr
273
  * Update: Updated POT file
274
  * Tweak: Do not allow admin to edit Subscribe, Unsubscribe link in admin settings
275
 
276
- = 08.03.2016 - version 3.1.1 =
277
 
278
  * Fix: call_user_func_array() expects parameter 1 to be a valid callback, function 'es_admin_option' not found or invalid function name
279
  * Fix: Incorrect plugin name in admin dashboard
@@ -283,13 +310,13 @@ Use [Email Subscribers Advanced Form](https://wordpress.org/plugins/email-subscr
283
  * Update: Updated POT file
284
  * Tweaks: Minor tweaks
285
 
286
- = 09.02.2016 - version 3.1 =
287
 
288
  * New: Scripts and styles are now localized and can be translated
289
  * Fix: Subscribe button not visible correctly in Chrome
290
  * Update: Added POT file
291
 
292
- = 16.12.2015 - version 3.0.1 =
293
 
294
  * New contributor name has been added successfully.
295
 
@@ -414,7 +441,24 @@ Use [Email Subscribers Advanced Form](https://wordpress.org/plugins/email-subscr
414
 
415
  == Upgrade Notice ==
416
 
417
- = 02.06.2016 - version 3.1.4 =
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
418
 
419
  * New: Use [Rainmaker](https://wordpress.org/plugins/icegram-rainmaker/) form to collect Subscribers
420
  * New: Setting to select featured image size when using ###POSTIMAGE### shortlink
@@ -431,7 +475,7 @@ Use [Email Subscribers Advanced Form](https://wordpress.org/plugins/email-subscr
431
  * Tweak: Do not allow admin to edit sample cron job url from Cron Mail Settings
432
  * Tweak: CSS changes in Help & Info page inside plugin
433
 
434
- = 27.04.2016 - version 3.1.3 =
435
 
436
  * New: Added form tag to subscribe form
437
  * Fix: Added missing charset to meta tag
@@ -439,7 +483,7 @@ Use [Email Subscribers Advanced Form](https://wordpress.org/plugins/email-subscr
439
  * Update: Translation for Serbian (sr_RS) language updated (Thanks to Ogi Djuraskovic)
440
  * Update: Updated POT file
441
 
442
- = 22.03.2016 - version 3.1.2 =
443
 
444
  * New: You can now include Unsubscribe link in Welcome Email (Email Subscribers v3.1.2+)
445
  * New: Welcome Page on activating Email Subscribers
@@ -451,7 +495,7 @@ Use [Email Subscribers Advanced Form](https://wordpress.org/plugins/email-subscr
451
  * Update: Updated POT file
452
  * Tweak: Do not allow admin to edit Subscribe, Unsubscribe link in admin settings
453
 
454
- = 08.03.2016 - version 3.1.1 =
455
 
456
  * Fix: call_user_func_array() expects parameter 1 to be a valid callback, function 'es_admin_option' not found or invalid function name
457
  * Fix: Incorrect plugin name in admin dashboard
@@ -461,13 +505,13 @@ Use [Email Subscribers Advanced Form](https://wordpress.org/plugins/email-subscr
461
  * Update: Updated POT file
462
  * Tweaks: Minor tweaks
463
 
464
- = 09.02.2016 - version 3.1 =
465
 
466
  * New: Scripts and styles are now localized and can be translated
467
  * Fix: Subscribe button not visible correctly in Chrome
468
  * Update: Added POT file
469
 
470
- = 16.12.2015 - version 3.0.1 =
471
 
472
  * New contributor name has been added successfully.
473
 
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
 
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.
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
 
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
 
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
 
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
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
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
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
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
 
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
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
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
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
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
 
roles/roles-add.php CHANGED
@@ -1,7 +1,9 @@
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">
@@ -88,72 +90,72 @@ if(preg_match('#' . basename(__FILE__) . '#', $_SERVER['PHP_SELF'])) {
88
 
89
  <div class="form-wrap">
90
  <div id="icon-plugins" class="icon32"></div>
91
- <h2><?php echo __( ES_PLUGIN_DISPLAY, 'email-subscribers' ); ?></h2>
92
  <form name="form_roles" method="post" action="#" onsubmit="return _es_addroles()" >
93
- <h3 class="title"><?php echo __( 'Roles and Capabilities', 'email-subscribers' ); ?></h3>
94
 
95
- <label for="tag-image"><?php echo __( 'Subscribers Menu', 'email-subscribers' ); ?></label>
96
  <select name="es_roles_subscriber" id="es_roles_subscriber">
97
- <option value='manage_options' <?php if($es_roles_subscriber == 'manage_options') { echo "selected='selected'" ; } ?>><?php echo __( 'Administrator Only', 'email-subscribers' ); ?></option>
98
- <option value='edit_others_pages' <?php if($es_roles_subscriber == 'edit_others_pages') { echo "selected='selected'" ; } ?>><?php echo __( 'Administrator/Editor', 'email-subscribers' ); ?></option>
99
- <option value='edit_posts' <?php if($es_roles_subscriber == 'edit_posts') { echo "selected='selected'" ; } ?>><?php echo __( 'Administrator/Editor/Author/Contributor', 'email-subscribers' ); ?></option>
100
  </select>
101
- <p><?php echo __( 'Select user role to access plugin Subscribers Menu. Only Admin user can change this value.', 'email-subscribers' ); ?></p>
102
 
103
- <label for="tag-image"><?php echo __( 'Compose Menu', 'email-subscribers' ); ?></label>
104
  <select name="es_roles_mail" id="es_roles_mail">
105
- <option value='manage_options' <?php if($es_roles_mail == 'manage_options') { echo "selected='selected'" ; } ?>><?php echo __( 'Administrator Only', 'email-subscribers' ); ?></option>
106
- <option value='edit_others_pages' <?php if($es_roles_mail == 'edit_others_pages') { echo "selected='selected'" ; } ?>><?php echo __( 'Administrator/Editor', 'email-subscribers' ); ?></option>
107
- <option value='edit_posts' <?php if($es_roles_mail == 'edit_posts') { echo "selected='selected'" ; } ?>><?php echo __( 'Administrator/Editor/Author/Contributor', 'email-subscribers' ); ?></option>
108
  </select>
109
- <p><?php echo __( 'Select user role to access plugin Compose Menu. Only Admin user can change this value.', 'email-subscribers' ); ?></p>
110
 
111
- <label for="tag-display-status"><?php echo __( 'Notification Menu', 'email-subscribers' ); ?></label>
112
  <select name="es_roles_notification" id="es_roles_notification">
113
- <option value='manage_options' <?php if($es_roles_notification == 'manage_options') { echo "selected='selected'" ; } ?>><?php echo __( 'Administrator Only', 'email-subscribers' ); ?></option>
114
- <option value='edit_others_pages' <?php if($es_roles_notification == 'edit_others_pages') { echo "selected='selected'" ; } ?>><?php echo __( 'Administrator/Editor', 'email-subscribers' ); ?></option>
115
- <option value='edit_posts' <?php if($es_roles_notification == 'edit_posts') { echo "selected='selected'" ; } ?>><?php echo __( 'Administrator/Editor/Author/Contributor', 'email-subscribers' ); ?></option>
116
  </select>
117
- <p><?php echo __( 'Select user role to access plugin Notification Menu. Only Admin user can change this value.', 'email-subscribers' ); ?></p>
118
 
119
- <label for="tag-display-status"><?php echo __( 'Send Email Menu/Cron Menu', 'email-subscribers' ); ?></label>
120
  <select name="es_roles_sendmail" id="es_roles_sendmail">
121
- <option value='manage_options' <?php if($es_roles_sendmail == 'manage_options') { echo "selected='selected'" ; } ?>><?php echo __( 'Administrator Only', 'email-subscribers' ); ?></option>
122
- <option value='edit_others_pages' <?php if($es_roles_sendmail == 'edit_others_pages') { echo "selected='selected'" ; } ?>><?php echo __( 'Administrator/Editor', 'email-subscribers' ); ?></option>
123
- <option value='edit_posts' <?php if($es_roles_sendmail == 'edit_posts') { echo "selected='selected'" ; } ?>><?php echo __( 'Administrator/Editor/Author/Contributor', 'email-subscribers' ); ?></option>
124
  </select>
125
- <p><?php echo __( 'Select user role to access plugin Send Email Menu. Only Admin user can change this value.', 'email-subscribers' ); ?></p>
126
 
127
- <label for="tag-display-status"><?php echo __( 'Settings Menu', 'email-subscribers' ); ?></label>
128
  <select name="es_roles_setting" id="es_roles_setting">
129
- <option value='manage_options' <?php if($es_roles_setting == 'manage_options') { echo "selected='selected'" ; } ?>><?php echo __( 'Administrator Only', 'email-subscribers' ); ?></option>
130
- <option value='edit_others_pages' <?php if($es_roles_setting == 'edit_others_pages') { echo "selected='selected'" ; } ?>><?php echo __( 'Administrator/Editor', 'email-subscribers' ); ?></option>
131
- <option value='edit_posts' <?php if($es_roles_setting == 'edit_posts') { echo "selected='selected'" ; } ?>><?php echo __( 'Administrator/Editor/Author/Contributor', 'email-subscribers' ); ?></option>
132
  </select>
133
- <p><?php echo __( 'Select user role to access plugin Settings Menu. Only Admin user can change this value.', 'email-subscribers' ); ?></p>
134
 
135
- <label for="tag-display-status"><?php echo __( 'Sent Mails Menu', 'email-subscribers' ); ?></label>
136
  <select name="es_roles_sentmail" id="es_roles_sentmail">
137
- <option value='manage_options' <?php if($es_roles_sentmail == 'manage_options') { echo "selected='selected'" ; } ?>><?php echo __( 'Administrator Only', 'email-subscribers' ); ?></option>
138
- <option value='edit_others_pages' <?php if($es_roles_sentmail == 'edit_others_pages') { echo "selected='selected'" ; } ?>><?php echo __( 'Administrator/Editor', 'email-subscribers' ); ?></option>
139
- <option value='edit_posts' <?php if($es_roles_sentmail == 'edit_posts') { echo "selected='selected'" ; } ?>><?php echo __( 'Administrator/Editor/Author/Contributor', 'email-subscribers' ); ?></option>
140
  </select>
141
- <p><?php echo __( 'Select user role to access plugin Sent Mails Menu. Only Admin user can change this value.', 'email-subscribers' ); ?></p>
142
 
143
- <label for="tag-display-status"><?php echo __( 'Help & Info Menu', 'email-subscribers' ); ?></label>
144
  <select name="es_roles_help" id="es_roles_help">
145
- <option value='manage_options' <?php if($es_roles_help == 'manage_options') { echo "selected='selected'" ; } ?>><?php echo __( 'Administrator Only', 'email-subscribers' ); ?></option>
146
- <option value='edit_others_pages' <?php if($es_roles_help == 'edit_others_pages') { echo "selected='selected'" ; } ?>><?php echo __( 'Administrator/Editor', 'email-subscribers' ); ?></option>
147
- <option value='edit_posts' <?php if($es_roles_help == 'edit_posts') { echo "selected='selected'" ; } ?>><?php echo __( 'Administrator/Editor/Author/Contributor', 'email-subscribers' ); ?></option>
148
  </select>
149
- <p><?php echo __( 'Select user role to access plugin Help & Info Menu. Only Admin user can change this value.', 'email-subscribers' ); ?></p>
150
 
151
  <input type="hidden" name="es_form_submit" value="yes"/>
152
  <div style="padding-top:5px;"></div>
153
  <p>
154
- <input name="publish" lang="publish" class="button add-new-h2" value="<?php echo __( 'Submit', 'email-subscribers' ); ?>" type="submit" />
155
- <input name="publish" lang="publish" class="button add-new-h2" onclick="_es_redirect()" value="<?php echo __( 'Cancel', 'email-subscribers' ); ?>" type="button" />
156
- <input name="Help" lang="publish" class="button add-new-h2" onclick="_es_help()" value="<?php echo __( 'Help', 'email-subscribers' ); ?>" type="button" />
157
  </p>
158
  <?php wp_nonce_field('es_roles_add'); ?>
159
  </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">
90
 
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>
sendmail/sendmail.js CHANGED
@@ -1,15 +1,12 @@
1
- function _es_redirect()
2
- {
3
  window.location = "admin.php?page=es-sendemail";
4
  }
5
 
6
- function _es_help()
7
- {
8
  window.open("https://wordpress.org/plugins/email-subscribers/faq/");
9
  }
10
 
11
- function _es_checkall(FormName, FieldName, CheckValue)
12
- {
13
  if(!document.forms[FormName])
14
  return;
15
  var objCheckBoxes = document.forms[FormName].elements[FieldName];
@@ -24,8 +21,7 @@ function _es_checkall(FormName, FieldName, CheckValue)
24
  objCheckBoxes[i].checked = CheckValue;
25
  }
26
 
27
- function _es_mailgroup(es_email_group)
28
- {
29
  document.getElementById("es_templ_heading").value = document.es_form.es_templ_heading.value;
30
  document.getElementById("es_email_group").value = es_email_group;
31
  document.getElementById("es_sent_type").value = document.es_form.es_sent_type.value;
@@ -35,8 +31,7 @@ function _es_mailgroup(es_email_group)
35
  document.es_form.submit();
36
  }
37
 
38
- function _es_sendemailsearch(es_search_query)
39
- {
40
 
41
  document.getElementById("es_templ_heading").value = document.es_form.es_templ_heading.value;
42
  document.getElementById("es_email_group").value = document.es_form.es_email_group.value;
@@ -48,23 +43,19 @@ function _es_sendemailsearch(es_search_query)
48
  document.es_form.submit();
49
  }
50
 
51
- function _es_submit()
52
- {
53
- if(document.es_form.es_templ_heading.value=="")
54
- {
55
  alert(es_sendmail_notices.es_sendmail_subject);
56
  document.es_form.es_templ_heading.focus();
57
  return false;
58
  }
59
- if(document.es_form.es_sent_type.value=="")
60
- {
61
  alert(es_sendmail_notices.es_sendmail_status);
62
  document.es_form.es_sent_type.focus();
63
  return false;
64
  }
65
 
66
- if(confirm(es_sendmail_notices.es_sendmail_confirm))
67
- {
68
  document.getElementById("es_templ_heading").value = document.es_form.es_templ_heading.value;
69
  document.getElementById("es_email_group").value = document.es_form.es_email_group.value;
70
  document.getElementById("es_search_query").value = document.es_form.es_search_query.value;
@@ -72,9 +63,7 @@ function _es_submit()
72
  document.getElementById("wp_create_nonce").value = document.es_form.wp_create_nonce.value;
73
  document.getElementById("sendmailsubmit").value = "yes";
74
  document.es_form.submit();
75
- }
76
- else
77
- {
78
  return false;
79
  }
80
  }
1
+ 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];
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;
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;
43
  document.es_form.submit();
44
  }
45
 
46
+ function _es_submit() {
47
+ if(document.es_form.es_templ_heading.value=="") {
 
 
48
  alert(es_sendmail_notices.es_sendmail_subject);
49
  document.es_form.es_templ_heading.focus();
50
  return false;
51
  }
52
+ if(document.es_form.es_sent_type.value=="") {
 
53
  alert(es_sendmail_notices.es_sendmail_status);
54
  document.es_form.es_sent_type.focus();
55
  return false;
56
  }
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;
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();
66
+ } else {
 
 
67
  return false;
68
  }
69
  }
sendmail/sendmail.php CHANGED
@@ -1,14 +1,20 @@
1
- <?php if(preg_match('#' . basename(__FILE__) . '#', $_SERVER['PHP_SELF'])) { die('You are not allowed to call this page d