Email Subscribers & Newsletters - Version 3.1

Version Description

  • New: Scripts and styles are now localized and can be translated
  • Fix: Subscribe button not visible correctly in Chrome
  • Update: Added POT file
Download this release

Release Info

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

Version 3.1

Files changed (112) hide show
  1. base/es-defined.php +19 -0
  2. base/index.html +1 -0
  3. changelog.txt +142 -0
  4. classes/es-common.php +185 -0
  5. classes/es-directly.php +38 -0
  6. classes/es-intermediate.php +152 -0
  7. classes/es-loadwidget.php +73 -0
  8. classes/es-register.php +450 -0
  9. classes/es-sendmail.php +635 -0
  10. classes/es-stater.php +15 -0
  11. classes/index.html +1 -0
  12. compose/compose-add.php +106 -0
  13. compose/compose-edit.php +120 -0
  14. compose/compose-preview.php +36 -0
  15. compose/compose-show.php +126 -0
  16. compose/compose.js +33 -0
  17. compose/index.html +1 -0
  18. cron/cron-add.php +103 -0
  19. cron/cron.js +25 -0
  20. email-subscribers.php +41 -0
  21. export/export-email-address.php +62 -0
  22. export/index.html +1 -0
  23. help/help.php +30 -0
  24. help/index.html +1 -0
  25. images/arrow1.jpg +0 -0
  26. images/arrow2.jpg +0 -0
  27. images/banner-772x250.png +0 -0
  28. images/delete.gif +0 -0
  29. images/edit.gif +0 -0
  30. images/gopiplus.png +0 -0
  31. images/index.html +1 -0
  32. images/mail-big.png +0 -0
  33. images/mail.png +0 -0
  34. images/preview.gif +0 -0
  35. images/uparrow.jpg +0 -0
  36. index.html +1 -0
  37. job/es-cron.php +51 -0
  38. job/es-optin.php +90 -0
  39. job/es-subscribe.php +95 -0
  40. job/es-unsubscribe.php +81 -0
  41. job/es-viewstatus.php +16 -0
  42. job/index.html +1 -0
  43. languages/email-subscribers-de_DE.mo +0 -0
  44. languages/email-subscribers-de_DE.po +1315 -0
  45. languages/email-subscribers-nl_NL.mo +0 -0
  46. languages/email-subscribers-nl_NL.po +1297 -0
  47. languages/email-subscribers-nl_NL_2.mo +0 -0
  48. languages/email-subscribers-nl_NL_2.po +1301 -0
  49. languages/email-subscribers-pl.mo +0 -0
  50. languages/email-subscribers-pl.po +1301 -0
  51. languages/email-subscribers-ru_RU.mo +0 -0
  52. languages/email-subscribers-ru_RU.po +1304 -0
  53. languages/email-subscribers-sr_RS.mo +0 -0
  54. languages/email-subscribers-sr_RS.po +1302 -0
  55. languages/email-subscribers-ta.mo +0 -0
  56. languages/email-subscribers-ta.po +1218 -0
  57. languages/email-subscribers-tr_TR.mo +0 -0
  58. languages/email-subscribers-tr_TR.po +1303 -0
  59. languages/email-subscribers-tr_TR_1.mo +0 -0
  60. languages/email-subscribers-tr_TR_1.po +1303 -0
  61. languages/email-subscribers-uk.mo +0 -0
  62. languages/email-subscribers-uk.po +1275 -0
  63. languages/email-subscribers.mo +0 -0
  64. languages/email-subscribers.po +1215 -0
  65. languages/email-subscribers.pot +1474 -0
  66. languages/index.html +1 -0
  67. license.txt +281 -0
  68. notification/index.html +1 -0
  69. notification/notification-add.php +223 -0
  70. notification/notification-edit.php +245 -0
  71. notification/notification-show.php +158 -0
  72. notification/notification.js +40 -0
  73. query/_db_group.php +75 -0
  74. query/db_compose.php +94 -0
  75. query/db_default.php +166 -0
  76. query/db_delivery.php +115 -0
  77. query/db_notification.php +149 -0
  78. query/db_optimize.php +23 -0
  79. query/db_sentmail.php +121 -0
  80. query/db_settings.php +54 -0
  81. query/db_subscriber.php +412 -0
  82. query/index.html +1 -0
  83. readme.txt +425 -0
  84. roles/roles-add.php +161 -0
  85. roles/roles.js +31 -0
  86. sendmail/index.html +1 -0
  87. sendmail/sendmail.js +80 -0
  88. sendmail/sendmail.php +267 -0
  89. sentmail/deliverreport-show.php +129 -0
  90. sentmail/index.html +1 -0
  91. sentmail/sentmail-preview.php +39 -0
  92. sentmail/sentmail-show.php +184 -0
  93. sentmail/sentmail.js +39 -0
  94. settings/index.html +1 -0
  95. settings/setting-sync.php +31 -0
  96. settings/settings-edit.php +387 -0
  97. settings/settings.js +9 -0
  98. sql/es-createdb.sql +92 -0
  99. sql/index.html +1 -0
  100. subscribers/index.html +1 -0
  101. subscribers/view-group.js +40 -0
  102. subscribers/view-subscriber-add.php +161 -0
  103. subscribers/view-subscriber-edit.php +154 -0
  104. subscribers/view-subscriber-export.php +74 -0
  105. subscribers/view-subscriber-import.php +195 -0
  106. subscribers/view-subscriber-show.php +455 -0
  107. subscribers/view-subscriber-sync.php +164 -0
  108. subscribers/view-subscriber.js +288 -0
  109. widget/es-widget-page.js +117 -0
  110. widget/es-widget.css +33 -0
  111. widget/es-widget.js +118 -0
  112. widget/index.html +1 -0
base/es-defined.php ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ if(!defined('ES_TDOMAIN')) define('ES_TDOMAIN', $es_plugin_name);
8
+ if(!defined('ES_PLUGIN_NAME')) define('ES_PLUGIN_NAME', $es_plugin_name);
9
+ if(!defined('ES_PLUGIN_DISPLAY')) define('ES_PLUGIN_DISPLAY', "Email Subscribers");
10
+ if(!defined('ES_PLG_DIR')) define('ES_PLG_DIR', dirname($es_current_folder).DS);
11
+ if(!defined('ES_DIR')) define('ES_DIR', $es_current_folder.DS);
12
+ if(!defined('ES_URL')) define('ES_URL',plugins_url().'/'.strtolower('email-subscribers').'/');
13
+ define('ES_FILE',ES_DIR.'email-subscribers.php');
14
+ if(!defined('ES_FAV')) define('ES_FAV', 'http://www.storeapps.org/support/contact-us/');
15
+ if(!defined('ES_ADMINURL')) define('ES_ADMINURL', get_option('siteurl') . '/wp-admin/admin.php');
16
+ define('ES_OFFICIAL', 'If you like <strong>Email Subscribers</strong> please leave us <a target="_blank" href="https://wordpress.org/support/view/plugin-reviews/email-subscribers?filter=5#postform">&#9733;&#9733;&#9733;&#9733;&#9733;</a> a rating. A huge thank you from StoreApps in advance!');
17
+
18
+ global $es_includes;
19
+ ?>
base/index.html ADDED
@@ -0,0 +1 @@
 
1
+ <html><body bgcolor="#FFFFFF"></body></html>
changelog.txt ADDED
@@ -0,0 +1,142 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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************************************************************
8
+
9
+ * New: Scripts and styles are now localized and can be translated
10
+ * Fix: Subscribe button not visible correctly in Chrome
11
+ * Update: Added POT file
12
+
13
+ ********************************Version 3.0.1************************************************************
14
+
15
+ * New contributor name has been added successfully.
16
+
17
+ ********************************Version 3.0************************************************************
18
+
19
+ * Tested upto 4.4
20
+
21
+ ********************************Version 2.9.2************************************************************
22
+
23
+ * Add-on plugin available for advanced subscribers form (Users can select interested group in subscribers form).
24
+ * Polish language file added in the language directory.
25
+ * Text Domain slug has been added for Language Packs.
26
+
27
+ ********************************Version 2.9.1************************************************************
28
+
29
+ * Fixed cross-site scripting vulnerabilities and a potential SQL injection.
30
+
31
+ ********************************Version 2.9************************************************************
32
+
33
+ * Tested upto 4.3
34
+ * Option available to add same email address to multiple group name
35
+ * Cron Mail option added. With this option you can schedule cron jobs for newsletter and notification emails. Using this cron option you can schedule mail (example 100 mails per hour)
36
+ * Group Name added in the export list.
37
+ * Mail Type option has been added in the Send Mail admin page. With this option you can add the mails into cron job or you can send the mail immediately.
38
+ * Notification Status option has been added in the notification setup page. With this option you can add notification mails into cron job or you can send the mail immediately when new post is published.
39
+ * Group name filter has been added in the subscriber admin page.
40
+
41
+ ********************************Version 2.8************************************************************
42
+
43
+ * Tested upto 4.2
44
+ * Fixed warning message bug on Roles page
45
+ * Sync Email option has been added in the subscribers admin page. with this option all newly registered email address will be synced automatically into the plugin subscribers group.
46
+
47
+ ********************************Version 2.7************************************************************
48
+
49
+ * Up to plugin version 2.6 only administrator level users can manage this plugin in dashboard. From this version I have introduced new feature called Roles.
50
+ * The user role can be selected using this Roles Menu. For example, If you want to give Send Email feature to Editor. Go to plugin Roles menu
51
+ using administrator login and select Editor role to Send Email Menu, So that your Editor level user can access plugin Send Email menu to publish newsletter emails.
52
+
53
+ ********************************Version 2.6************************************************************
54
+
55
+ * Added new option in the Email Import page to select Email Status and Email Group. with this option you can select (or create) group name and emails status when you import the email address.
56
+
57
+ ********************************Version 2.5************************************************************
58
+
59
+ * Now plugin supports custom post type. I.e. With this plugin, you can able to send automatic newsletter/notification emails when you publish custom posts.
60
+
61
+ ********************************Version 2.4************************************************************
62
+
63
+ * Tested upto 4.1
64
+ * Fixed special character bug on Sender of Notification FROM email name.
65
+
66
+ ********************************Version 2.3************************************************************
67
+
68
+ * This warning issue has been fixed (Warning: call_user_func_array() expects parameter 1 to be a valid callback, function 'es_admin_option' not found or invalid function name)
69
+
70
+ ********************************Version 2.2************************************************************
71
+
72
+ * Warning message issue has been fix on notification mails. previously $post object was submitted to notification mail method without filtering post_id.
73
+ * Added new keywords ###POSTLINK-ONLY###, ###POSTLINK-WITHTITLE### for notification mail content.
74
+ ###POSTLINK-ONLY### - Use this key word to add post link in the mail content (Post link cannot be clickable)
75
+ ###POSTLINK-WITHTITLE### - Use this key word to display post link with title (Clickable post title)
76
+ ###POSTLINK### - Use this key word to display clickable post link.
77
+
78
+ ********************************Version 2.1************************************************************
79
+
80
+ * In view subscribers admin page, Filter option and paging moved to the top right corner (Previous version it was in bottom).
81
+ * Plugin tested for multisite installation blogs.
82
+
83
+ ********************************Version 2.0************************************************************
84
+
85
+ * Tested up to WordPress 4.0
86
+ * In view subscribers admin page, new option added to filter the email address based on status.
87
+ * Paging option added on view subscribers admin page. In default it will show only first 200 emails, you have drop down box to navigate another page (i.e. 201 to 400 emails etc..).
88
+ * Warning message fix on email address import page (i.e Strict standards: Only variables should be passed by reference) - Fixed
89
+
90
+ ********************************Version 1.9************************************************************
91
+
92
+ * New option added in admin setting page to update Sent Mail Report Subject/Content. For each newsletter mail and notification mail,
93
+ plugin will send one report mail to admin with default content. Now with this option, admin can update that default mail content.
94
+
95
+ ********************************Version 1.8************************************************************
96
+
97
+ * Bug fixed on Double Opt-In welcome mail check (Previously it was not checking admin setting for welcome mail).
98
+ * Tested up to WordPress 3.9.2
99
+
100
+ ********************************Version 1.7************************************************************
101
+
102
+ * Bug fixed on individual subscriber delete option.
103
+ * Bug fixed on individual subscriber resend confirmation mail option.
104
+
105
+ ********************************Version 1.6************************************************************
106
+
107
+ * Bug fix on Send Mail/Notification warning message (i.e Call to undefined method issue has been fixed)
108
+ Call to undefined method es_cls_common::es_sent_report_plain() - Fixed
109
+ Call to undefined method es_cls_common::es_sent_report_html() - Fixed
110
+
111
+ ********************************Version 1.5************************************************************
112
+
113
+ * Bug fix on admin notification email for new subscribers.
114
+
115
+ ********************************Version 1.4************************************************************
116
+
117
+ * Scheduled published posts issue has been fixed (From this version onwards, Notification emails will be triggered for scheduled posts)
118
+ * Bulk update option for subscribers group in admin view subscribers page.
119
+
120
+ ********************************Version 1.3************************************************************
121
+
122
+ * Fixed small error on mail compose page.
123
+ * Added check for Already Confirmed emails. This is to prevent user clicking optin email link multiple time.
124
+
125
+ ********************************Version 1.2************************************************************
126
+
127
+ * Widget translation issue has been fixed
128
+ * PHP warning message from Subscribers Export page has been removed.
129
+
130
+ ********************************Version 1.1************************************************************
131
+
132
+ * Subscriber admin page, Check ALL & Uncheck All bug fixed.
133
+ * Updated Help documents.
134
+
135
+ ********************************Version 1.0************************************************************
136
+
137
+ First version.
138
+
139
+ Email subscribers plugin has options to send newsletters to subscribers. It has a separate page with HTML editor to create a HTML newsletter.
140
+ Also have options to send notification email to subscribers when new posts are published to your blog. Separate page available to include and
141
+ exclude categories to send notifications. Using plugin Import and Export options admins can easily import registered users and commenters to
142
+ subscriptions list.
classes/es-common.php ADDED
@@ -0,0 +1,185 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ class es_cls_common
3
+ {
4
+ public static function es_disp_status($value)
5
+ {
6
+ $returnstring = "";
7
+ switch ($value)
8
+ {
9
+ case "Confirmed":
10
+ $returnstring = '<span style="color:#006600;font-weight:bold;">Confirmed</span>';
11
+ break;
12
+ case "Unconfirmed":
13
+ $returnstring = '<span style="color:#FF0000">Unconfirmed</span>';
14
+ break;
15
+ case "Unsubscribed":
16
+ $returnstring = '<span style="color:#999900">Unsubscribed</span>';
17
+ break;
18
+ case "Single Opt In":
19
+ $returnstring = '<span style="color:#0000FF">Single Opt In</span>';
20
+ break;
21
+ case "Viewed":
22
+ $returnstring = '<span style="color:#00CC00;font-weight:bold">Viewed</span>';
23
+ break;
24
+ case "Nodata":
25
+ $returnstring = '<span style="color:#999900;">Nodata</span>';
26
+ break;
27
+ case "Disable":
28
+ $returnstring = '<span style="color:#FF0000">Disable</span>';
29
+ break;
30
+ case "In Queue":
31
+ $returnstring = '<span style="color:#FF0000">In Queue</span>';
32
+ break;
33
+ case "Sent":
34
+ $returnstring = '<span style="color:#00FF00;font-weight:bold;">Sent</span>';
35
+ break;
36
+ case "Cron Mail":
37
+ $returnstring = '<span style="color:#ffd700;font-weight:bold;">Cron Mail</span>';
38
+ break;
39
+ case "Instant Mail":
40
+ $returnstring = '<span style="color:#993399;">Instant Mail</span>';
41
+ break;
42
+ default:
43
+ $returnstring = $value;
44
+ }
45
+ return $returnstring;
46
+ }
47
+
48
+ public static function es_readcsv($csvFile)
49
+ {
50
+ $file_handle = fopen($csvFile, 'r');
51
+ while (!feof($file_handle) )
52
+ {
53
+ $line_of_text[] = fgetcsv($file_handle, 1024);
54
+ }
55
+ fclose($file_handle);
56
+ return $line_of_text;
57
+ }
58
+
59
+ public static function es_txt_clean($excerpt, $substr=0)
60
+ {
61
+ $string = strip_tags(str_replace('[...]', '...', $excerpt));
62
+ if ($substr>0)
63
+ {
64
+ $string = substr($string, 0, $substr);
65
+ }
66
+ return $string;
67
+ }
68
+
69
+ public static function es_generate_guid($length = 30)
70
+ {
71
+ $guid = rand();
72
+ $length = 6;
73
+ $rand1 = substr(str_shuffle("abcdefghijklmnopqrstuvwxyz"), 0, $length);
74
+ $rand2 = substr(str_shuffle("abcdefghijklmnopqrstuvwxyz"), 0, $length);
75
+ $rand3 = substr(str_shuffle("abcdefghijklmnopqrstuvwxyz"), 0, $length);
76
+ $rand4 = substr(str_shuffle("abcdefghijklmnopqrstuvwxyz"), 0, $length);
77
+ $rand5 = substr(str_shuffle("abcdefghijklmnopqrstuvwxyz"), 0, $length);
78
+ $rand6 = substr(str_shuffle("abcdefghijklmnopqrstuvwxyz"), 0, $length);
79
+ $guid = $rand1."-".$rand2."-".$rand3."-".$rand4."-".$rand5;
80
+ return $guid;
81
+ }
82
+
83
+ public static function es_client_os()
84
+ {
85
+ $http_user_agent = $_SERVER['HTTP_USER_AGENT'];
86
+ return $http_user_agent;
87
+ }
88
+
89
+ public static function download($arrays, $filename = 'output.csv', $option)
90
+ {
91
+ $string = '';
92
+ $c=0;
93
+ $filename = 'email-subscribers'.$option.'_'.date('Ymd_His').".csv";
94
+ foreach($arrays AS $array)
95
+ {
96
+ $val_array = array();
97
+ $key_array = array();
98
+ foreach($array AS $key => $val)
99
+ {
100
+ $key_array[] = $key;
101
+ $val = str_replace('"', '""', $val);
102
+ $val_array[] = "\"$val\"";
103
+ }
104
+ if($c == 0)
105
+ {
106
+ $string .= implode(",", $key_array)."\n";
107
+ }
108
+ $string .= implode(",", $val_array)."\n";
109
+ $c++;
110
+ }
111
+ ob_clean();
112
+ header('Content-type: application/ms-excel');
113
+ header('Content-Disposition: attachment; filename='.$filename);
114
+ echo $string;
115
+ }
116
+
117
+ public static function es_sent_report_subject()
118
+ {
119
+ $report = "Newsletter Sent Report";
120
+ return $report;
121
+ }
122
+
123
+ public static function es_sent_report_plain()
124
+ {
125
+ $report = "";
126
+ $report = $report. "Hi Admin,\n\n";
127
+ $report = $report. "Mail has been sent successfully to ###COUNT### email(s). Please find the details below.\n\n";
128
+ $report = $report. "Unique ID : ###UNIQUE### \n";
129
+ $report = $report. "Start Time: ###STARTTIME### \n";
130
+ $report = $report. "End Time: ###ENDTIME### \n";
131
+ $report = $report. "For more information, Login to your Dashboard and go to Sent Mails menu in Email Subscribers. \n\n";
132
+ $report = $report. "Thank You \n";
133
+ $report = $report. "http://www.storeapps.org/ \n";
134
+ return $report;
135
+ }
136
+
137
+ public static function es_sent_report_html()
138
+ {
139
+ $report = "";
140
+ $report = $report. "Hi Admin, <br/><br/>";
141
+ $report = $report. "Mail has been sent successfully to ###COUNT### email(s). Please find the details below.<br/><br/>";
142
+ $report = $report. "Unique ID : ###UNIQUE### <br/>";
143
+ $report = $report. "Start Time: ###STARTTIME### <br/>";
144
+ $report = $report. "End Time: ###ENDTIME### <br/>";
145
+ $report = $report. "For more information, Login to your Dashboard and go to Sent Mails menu in Email Subscribers. <br/><br/>";
146
+ $report = $report. "Thank You <br/>";
147
+ $report = $report. "http://www.storeapps.org/ <br/>";
148
+ return $report;
149
+ }
150
+
151
+ public static function es_special_letters()
152
+ {
153
+ $string = "/[\'^$%&*()}{@#~?><>,|=_+\"]/";
154
+ return $string;
155
+ }
156
+ }
157
+
158
+ class es_cls_security
159
+ {
160
+ public static function es_check_number($value)
161
+ {
162
+ if(!is_numeric($value))
163
+ {
164
+ die('<p>Security check failed. Are you sure you want to do this?</p>');
165
+ }
166
+ }
167
+
168
+ public static function es_check_guid($value)
169
+ {
170
+ $value_length1 = strlen($value);
171
+ $value_noslash = str_replace("-", "", $value);
172
+ $value_length2 = strlen($value_noslash);
173
+
174
+ if( $value_length1 != 34 || $value_length2 != 30)
175
+ {
176
+ die('<p>Security check failed. Are you sure you want to do this?</p>');
177
+ }
178
+
179
+ if (preg_match('/[^a-z]/', $value_noslash))
180
+ {
181
+ die('<p>Security check failed. Are you sure you want to do this?</p>');
182
+ }
183
+ }
184
+ }
185
+ ?>
classes/es-directly.php ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ function es_plugin_query_vars($vars)
3
+ {
4
+ $vars[] = 'es';
5
+ return $vars;
6
+ }
7
+ add_filter('query_vars', 'es_plugin_query_vars');
8
+
9
+ function es_plugin_parse_request($qstring)
10
+ {
11
+ if (array_key_exists('es', $qstring->query_vars))
12
+ {
13
+ $page = $qstring->query_vars['es'];
14
+ switch($page)
15
+ {
16
+ case 'subscribe':
17
+ require_once(ES_DIR.'job'.DIRECTORY_SEPARATOR.'es-subscribe.php');
18
+ break;
19
+ case 'unsubscribe':
20
+ require_once(ES_DIR.'job'.DIRECTORY_SEPARATOR.'es-unsubscribe.php');
21
+ break;
22
+ case 'viewstatus':
23
+ require_once(ES_DIR.'job'.DIRECTORY_SEPARATOR.'es-viewstatus.php');
24
+ break;
25
+ case 'export':
26
+ require_once(ES_DIR.'export'.DIRECTORY_SEPARATOR.'export-email-address.php');
27
+ break;
28
+ case 'optin':
29
+ require_once(ES_DIR.'job'.DIRECTORY_SEPARATOR.'es-optin.php');
30
+ break;
31
+ case 'cron':
32
+ require_once(ES_DIR.'job'.DIRECTORY_SEPARATOR.'es-cron.php');
33
+ break;
34
+ }
35
+ }
36
+ }
37
+ add_action('parse_request', 'es_plugin_parse_request');
38
+ ?>
classes/es-intermediate.php ADDED
@@ -0,0 +1,152 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ class es_cls_intermediate
3
+ {
4
+ public static function es_subscribers()
5
+ {
6
+ global $wpdb;
7
+ $current_page = isset($_GET['ac']) ? $_GET['ac'] : '';
8
+ switch($current_page)
9
+ {
10
+ case 'add':
11
+ require_once(ES_DIR.'subscribers'.DIRECTORY_SEPARATOR.'view-subscriber-add.php');
12
+ break;
13
+ case 'edit':
14
+ require_once(ES_DIR.'subscribers'.DIRECTORY_SEPARATOR.'view-subscriber-edit.php');
15
+ break;
16
+ case 'export':
17
+ require_once(ES_DIR.'subscribers'.DIRECTORY_SEPARATOR.'view-subscriber-export.php');
18
+ break;
19
+ case 'import':
20
+ require_once(ES_DIR.'subscribers'.DIRECTORY_SEPARATOR.'view-subscriber-import.php');
21
+ break;
22
+ case 'sync':
23
+ require_once(ES_DIR.'subscribers'.DIRECTORY_SEPARATOR.'view-subscriber-sync.php');
24
+ break;
25
+ default:
26
+ require_once(ES_DIR.'subscribers'.DIRECTORY_SEPARATOR.'view-subscriber-show.php');
27
+ break;
28
+ }
29
+ }
30
+
31
+ public static function es_compose()
32
+ {
33
+ global $wpdb;
34
+ $current_page = isset($_GET['ac']) ? $_GET['ac'] : '';
35
+ switch($current_page)
36
+ {
37
+ case 'add':
38
+ require_once(ES_DIR.'compose'.DIRECTORY_SEPARATOR.'compose-add.php');
39
+ break;
40
+ case 'edit':
41
+ require_once(ES_DIR.'compose'.DIRECTORY_SEPARATOR.'compose-edit.php');
42
+ break;
43
+ case 'preview':
44
+ require_once(ES_DIR.'compose'.DIRECTORY_SEPARATOR.'compose-preview.php');
45
+ break;
46
+ default:
47
+ require_once(ES_DIR.'compose'.DIRECTORY_SEPARATOR.'compose-show.php');
48
+ break;
49
+ }
50
+ }
51
+
52
+ public static function es_notification()
53
+ {
54
+ global $wpdb;
55
+ $current_page = isset($_GET['ac']) ? $_GET['ac'] : '';
56
+ switch($current_page)
57
+ {
58
+ case 'add':
59
+ require_once(ES_DIR.'notification'.DIRECTORY_SEPARATOR.'notification-add.php');
60
+ break;
61
+ case 'edit':
62
+ require_once(ES_DIR.'notification'.DIRECTORY_SEPARATOR.'notification-edit.php');
63
+ break;
64
+ default:
65
+ require_once(ES_DIR.'notification'.DIRECTORY_SEPARATOR.'notification-show.php');
66
+ break;
67
+ }
68
+ }
69
+
70
+ public static function es_sendemail()
71
+ {
72
+ require_once(ES_DIR.'sendmail'.DIRECTORY_SEPARATOR.'sendmail.php');
73
+ }
74
+
75
+ public static function es_settings()
76
+ {
77
+ global $wpdb;
78
+ $current_page = isset($_GET['ac']) ? $_GET['ac'] : '';
79
+ switch($current_page)
80
+ {
81
+ case 'add':
82
+ require_once(ES_DIR.'settings'.DIRECTORY_SEPARATOR.'settings-add.php');
83
+ break;
84
+ case 'sync':
85
+ require_once(ES_DIR.'settings'.DIRECTORY_SEPARATOR.'setting-sync.php');
86
+ break;
87
+ default:
88
+ require_once(ES_DIR.'settings'.DIRECTORY_SEPARATOR.'settings-edit.php');
89
+ break;
90
+ }
91
+ }
92
+
93
+ public static function es_sentmail()
94
+ {
95
+ global $wpdb;
96
+ $current_page = isset($_GET['ac']) ? $_GET['ac'] : '';
97
+ switch($current_page)
98
+ {
99
+ case 'delivery':
100
+ require_once(ES_DIR.'sentmail'.DIRECTORY_SEPARATOR.'deliverreport-show.php');
101
+ break;
102
+ case 'preview':
103
+ require_once(ES_DIR.'sentmail'.DIRECTORY_SEPARATOR.'sentmail-preview.php');
104
+ break;
105
+ default:
106
+ require_once(ES_DIR.'sentmail'.DIRECTORY_SEPARATOR.'sentmail-show.php');
107
+ break;
108
+ }
109
+ }
110
+
111
+ public static function es_roles()
112
+ {
113
+ global $wpdb;
114
+ $current_page = isset($_GET['ac']) ? $_GET['ac'] : '';
115
+ switch($current_page)
116
+ {
117
+ case 'add':
118
+ require_once(ES_DIR.'roles'.DIRECTORY_SEPARATOR.'roles-add.php');
119
+ break;
120
+ case 'edit':
121
+ require_once(ES_DIR.'roles'.DIRECTORY_SEPARATOR.'roles-edit.php');
122
+ break;
123
+ default:
124
+ require_once(ES_DIR.'roles'.DIRECTORY_SEPARATOR.'roles-add.php');
125
+ break;
126
+ }
127
+ }
128
+
129
+ public static function es_cron()
130
+ {
131
+ global $wpdb;
132
+ $current_page = isset($_GET['ac']) ? $_GET['ac'] : '';
133
+ switch($current_page)
134
+ {
135
+ case 'add':
136
+ require_once(ES_DIR.'cron'.DIRECTORY_SEPARATOR.'cron-add.php');
137
+ break;
138
+ case 'edit':
139
+ require_once(ES_DIR.'cron'.DIRECTORY_SEPARATOR.'cron-edit.php');
140
+ break;
141
+ default:
142
+ require_once(ES_DIR.'cron'.DIRECTORY_SEPARATOR.'cron-add.php');
143
+ break;
144
+ }
145
+ }
146
+
147
+ public static function es_information()
148
+ {
149
+ require_once(ES_DIR.'help'.DIRECTORY_SEPARATOR.'help.php');
150
+ }
151
+ }
152
+ ?>
classes/es-loadwidget.php ADDED
@@ -0,0 +1,73 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ class es_cls_widget
3
+ {
4
+ public static function load_subscription($arr)
5
+ {
6
+ $es_name = trim($arr['es_name']);
7
+ $es_desc = trim($arr['es_desc']);
8
+ $es_group = trim($arr['es_group']);
9
+ $url = "'" . home_url() . "'";
10
+ $es = "";
11
+
12
+ global $es_includes;
13
+ if (!isset($es_includes) || $es_includes !== true) {
14
+ $es_includes = true;
15
+ }
16
+
17
+ $es = $es . "<div>";
18
+
19
+ if( $es_desc <> "" ) {
20
+ $es = $es . '<div class="es_caption">'.$es_desc.'</div>';
21
+ }
22
+ $es = $es . '<div class="es_msg"><span id="es_msg_pg"></span></div>';
23
+ if( $es_name == "YES" ) {
24
+ $es = $es . '<div class="es_lablebox">'.__('Name', 'email-subscribers').'</div>';
25
+ $es = $es . '<div class="es_textbox">';
26
+ $es = $es . '<input class="es_textbox_class" name="es_txt_name_pg" id="es_txt_name_pg" value="" maxlength="225" type="text">';
27
+ $es = $es . '</div>';
28
+ }
29
+ $es = $es . '<div class="es_lablebox">'.__('Email *', 'email-subscribers').'</div>';
30
+ $es = $es . '<div class="es_textbox">';
31
+ $es = $es . '<input class="es_textbox_class" name="es_txt_email_pg" id="es_txt_email_pg" onkeypress="if(event.keyCode==13) es_submit_pages('.$url.')" value="" maxlength="225" type="text">';
32
+ $es = $es . '</div>';
33
+ $es = $es . '<div class="es_button">';
34
+ $es = $es . '<input class="es_textbox_button" name="es_txt_button_pg" id="es_txt_button_pg" onClick="return es_submit_pages('.$url.')" value="'.__('Subscribe', 'email-subscribers').'" type="button">';
35
+ $es = $es . '</div>';
36
+ if( $es_name != "YES" ) {
37
+ $es = $es . '<input name="es_txt_name_pg" id="es_txt_name_pg" value="" type="hidden">';
38
+ }
39
+ $es = $es . '<input name="es_txt_group_pg" id="es_txt_group_pg" value="'.$es_group.'" type="hidden">';
40
+ $es = $es . '</div>';
41
+ return $es;
42
+ }
43
+ }
44
+
45
+ function es_shortcode( $atts )
46
+ {
47
+ if ( ! is_array( $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'] : '';
55
+
56
+ $arr = array();
57
+ $arr["es_title"] = "";
58
+ $arr["es_desc"] = $es_desc;
59
+ $arr["es_name"] = $es_name;
60
+ $arr["es_group"] = $es_group;
61
+ return es_cls_widget::load_subscription($arr);
62
+ }
63
+
64
+ function es_subbox( $namefield = "YES", $desc = "", $group = "" )
65
+ {
66
+ $arr = array();
67
+ $arr["es_title"] = "";
68
+ $arr["es_desc"] = $desc;
69
+ $arr["es_name"] = $namefield;
70
+ $arr["es_group"] = $group;
71
+ echo es_cls_widget::load_subscription($arr);
72
+ }
73
+ ?>
classes/es-register.php ADDED
@@ -0,0 +1,450 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ class es_cls_registerhook
3
+ {
4
+ public static function es_activation()
5
+ {
6
+ global $wpdb;
7
+
8
+ add_option('email-subscribers', "2.9");
9
+
10
+ // Plugin tables
11
+ $array_tables_to_plugin = array('es_emaillist','es_sentdetails','es_deliverreport','es_pluginconfig');
12
+ $errors = array();
13
+
14
+ // loading the sql file, load it and separate the queries
15
+ $sql_file = ES_DIR.'sql'.DS.'es-createdb.sql';
16
+ $prefix = $wpdb->prefix;
17
+ $handle = fopen($sql_file, 'r');
18
+ $query = fread($handle, filesize($sql_file));
19
+ fclose($handle);
20
+ $query=str_replace('CREATE TABLE IF NOT EXISTS ','CREATE TABLE IF NOT EXISTS '.$prefix, $query);
21
+ $queries=explode('-- SQLQUERY ---', $query);
22
+
23
+ // run the queries one by one
24
+ $has_errors = false;
25
+ foreach($queries as $qry)
26
+ {
27
+ $wpdb->query($qry);
28
+ }
29
+
30
+ // list the tables that haven't been created
31
+ $missingtables=array();
32
+ foreach($array_tables_to_plugin as $table_name)
33
+ {
34
+ if(strtoupper($wpdb->get_var("SHOW TABLES like '". $prefix.$table_name . "'")) != strtoupper($prefix.$table_name))
35
+ {
36
+ $missingtables[]=$prefix.$table_name;
37
+ }
38
+ }
39
+
40
+ // add error in to array variable
41
+ if($missingtables)
42
+ {
43
+ $errors[] = __('These tables could not be created on installation ' . implode(', ',$missingtables), 'email-subscribers');
44
+ $has_errors=true;
45
+ }
46
+
47
+ // if error call wp_die()
48
+ if($has_errors)
49
+ {
50
+ wp_die( __( $errors[0] , 'email-subscribers' ) );
51
+ return false;
52
+ }
53
+ else
54
+ {
55
+ es_cls_default::es_pluginconfig_default();
56
+ es_cls_default::es_subscriber_default();
57
+ es_cls_default::es_template_default();
58
+ es_cls_default::es_notifications_default();
59
+ }
60
+ return true;
61
+ }
62
+
63
+ public static function es_synctables()
64
+ {
65
+ $es_c_email_subscribers_ver = get_option('email-subscribers');
66
+ if($es_c_email_subscribers_ver <> "2.9")
67
+ {
68
+ global $wpdb;
69
+
70
+ // loading the sql file, load it and separate the queries
71
+ $sql_file = ES_DIR.'sql'.DS.'es-createdb.sql';
72
+ $prefix = $wpdb->prefix;
73
+ $handle = fopen($sql_file, 'r');
74
+ $query = fread($handle, filesize($sql_file));
75
+ fclose($handle);
76
+ $query=str_replace('CREATE TABLE IF NOT EXISTS ','CREATE TABLE '.$prefix, $query);
77
+ $query=str_replace('ENGINE=MyISAM /*!40100 DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci*/','', $query);
78
+ $queries=explode('-- SQLQUERY ---', $query);
79
+
80
+ // includes db upgrade file
81
+ require_once( ABSPATH . 'wp-admin/includes/upgrade.php' );
82
+
83
+ // run the queries one by one
84
+ foreach($queries as $sSql)
85
+ {
86
+ dbDelta( $sSql );
87
+ }
88
+
89
+ $guid = es_cls_common::es_generate_guid(60);
90
+ $home_url = home_url('/');
91
+ $cronurl = $home_url . "?es=cron&guid=". $guid;
92
+ add_option('es_c_cronurl', $cronurl);
93
+ add_option('es_cron_mailcount', "50");
94
+ add_option('es_cron_adminmail', "Hi Admin, \r\n\r\nCron URL has been triggered successfully on ###DATE### for the mail ###SUBJECT###. And it sent mail to ###COUNT### recipient. \r\n\r\nThank You");
95
+ update_option('email-subscribers', "2.9" );
96
+ }
97
+ }
98
+
99
+ public static function es_deactivation()
100
+ {
101
+ // do not generate any output here
102
+ }
103
+
104
+ public static function es_admin_option()
105
+ {
106
+ // do not generate any output here
107
+ }
108
+
109
+ public static function es_adminmenu()
110
+ {
111
+ $es_c_rolesandcapabilities = get_option('es_c_rolesandcapabilities', 'norecord');
112
+ if($es_c_rolesandcapabilities == 'norecord' || $es_c_rolesandcapabilities == "")
113
+ {
114
+ $es_roles_subscriber = "manage_options";
115
+ $es_roles_mail = "manage_options";
116
+ $es_roles_notification = "manage_options";
117
+ $es_roles_sendmail = "manage_options";
118
+ $es_roles_setting = "manage_options";
119
+ $es_roles_sentmail = "manage_options";
120
+ $es_roles_help = "manage_options";
121
+ }
122
+ else
123
+ {
124
+ $es_roles_subscriber = $es_c_rolesandcapabilities['es_roles_subscriber'];
125
+ $es_roles_mail = $es_c_rolesandcapabilities['es_roles_mail'];
126
+ $es_roles_notification = $es_c_rolesandcapabilities['es_roles_notification'];
127
+ $es_roles_sendmail = $es_c_rolesandcapabilities['es_roles_sendmail'];
128
+ $es_roles_setting = $es_c_rolesandcapabilities['es_roles_setting'];
129
+ $es_roles_sentmail = $es_c_rolesandcapabilities['es_roles_sentmail'];
130
+ $es_roles_help = $es_c_rolesandcapabilities['es_roles_help'];
131
+ }
132
+
133
+ add_menu_page( __( 'Email Subscriber', 'email-subscribers' ),
134
+ __( 'Email Subscriber', 'email-subscribers' ), 'admin_dashboard', 'email-subscribers', 'es_admin_option', ES_URL.'images/mail.png', 51 );
135
+
136
+ add_submenu_page('email-subscribers', __( 'Subscribers', 'email-subscribers' ),
137
+ __( 'Subscribers', 'email-subscribers' ), $es_roles_subscriber, 'es-view-subscribers', array( 'es_cls_intermediate', 'es_subscribers' ));
138
+
139
+ add_submenu_page('email-subscribers', __( 'Compose', 'email-subscribers' ),
140
+ __( 'Compose', 'email-subscribers' ), $es_roles_mail, 'es-compose', array( 'es_cls_intermediate', 'es_compose' ));
141
+
142
+ add_submenu_page('email-subscribers', __( 'Notification', 'email-subscribers' ),
143
+ __( 'Notification', 'email-subscribers' ), $es_roles_notification, 'es-notification', array( 'es_cls_intermediate', 'es_notification' ));
144
+
145
+ add_submenu_page('email-subscribers', __( 'Send Email', 'email-subscribers' ),
146
+ __( 'Send Email', 'email-subscribers' ), $es_roles_sendmail, 'es-sendemail', array( 'es_cls_intermediate', 'es_sendemail' ));
147
+
148
+ add_submenu_page('email-subscribers', __( 'Cron', 'email-subscribers' ),
149
+ __( 'Cron Mail', 'email-subscribers' ), $es_roles_sendmail, 'es-cron', array( 'es_cls_intermediate', 'es_cron' ));
150
+
151
+ add_submenu_page('email-subscribers', __( 'Settings', 'email-subscribers' ),
152
+ __( 'Settings', 'email-subscribers' ), $es_roles_setting, 'es-settings', array( 'es_cls_intermediate', 'es_settings' ));
153
+
154
+ add_submenu_page('email-subscribers', __( 'Roles', 'email-subscribers' ),
155
+ __( 'Roles', 'email-subscribers' ), 'administrator', 'es-roles', array( 'es_cls_intermediate', 'es_roles' ));
156
+
157
+ add_submenu_page('email-subscribers', __( 'Sent Mails', 'email-subscribers' ),
158
+ __( 'Sent Mails', 'email-subscribers' ), $es_roles_sentmail, 'es-sentmail', array( 'es_cls_intermediate', 'es_sentmail' ));
159
+
160
+ add_submenu_page('email-subscribers', __( 'Help & Info', 'email-subscribers' ),
161
+ __( 'Help & Info', 'email-subscribers' ), $es_roles_help, 'es-general-information', array( 'es_cls_intermediate', 'es_information' ));
162
+
163
+ }
164
+
165
+ public static function es_load_scripts() {
166
+
167
+ if( !empty( $_GET['page'] ) ) {
168
+ switch ( $_GET['page'] ) {
169
+ case 'es-view-subscribers':
170
+ wp_register_script( 'es-view-subscriber', ES_URL . 'subscribers/view-subscriber.js' );
171
+ wp_enqueue_script( 'es-view-subscriber', ES_URL . 'subscribers/view-subscriber.js' );
172
+ $es_select_params = array(
173
+ 'es_subscriber_email' => _x( 'Please enter subscriber email address.', 'view-subscriber-enhanced-select', 'email-subscribers' ),
174
+ 'es_subscriber_email_status' => _x( 'Please select subscriber email status.', 'view-subscriber-enhanced-select', 'email-subscribers' ),
175
+ 'es_subscriber_group' => _x( 'Please select or create group for this subscriber.', 'view-subscriber-enhanced-select', 'email-subscribers' ),
176
+ 'es_subscriber_delete_record' => _x( 'Do you want to delete this record?', 'view-subscriber-enhanced-select', 'email-subscribers' ),
177
+ 'es_subscriber_bulk_action' => _x( 'Please select the bulk action.', 'view-subscriber-enhanced-select', 'email-subscribers' ),
178
+ 'es_subscriber_delete_records' => _x( 'Do you want to delete selected record(s)?', 'view-subscriber-enhanced-select', 'email-subscribers' ),
179
+ 'es_subscriber_confirm_delete' => _x( 'Are you sure you want to delete?', 'view-subscriber-enhanced-select', 'email-subscribers' ),
180
+ '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' ),
181
+ 'es_subscriber_new_group' => _x( 'Please select new subscriber group.', 'view-subscriber-enhanced-select', 'email-subscribers' ),
182
+ 'es_subscriber_group_update' => _x( 'Do you want to update subscribers group?', 'view-subscriber-enhanced-select', 'email-subscribers' ),
183
+ 'es_subscriber_export' => _x( 'Do you want to export the emails?', 'view-subscriber-enhanced-select', 'email-subscribers' ),
184
+ 'es_subscriber_csv_file' => _x( 'Please select only csv file. Please check official website for csv structure..', 'view-subscriber-enhanced-select', 'email-subscribers' )
185
+ );
186
+ wp_localize_script( 'es-view-subscriber', 'es_view_subscriber_notices', $es_select_params );
187
+ break;
188
+ case 'es-compose':
189
+ wp_register_script( 'es-compose', ES_URL . 'compose/compose.js' );
190
+ wp_enqueue_script( 'es-compose', ES_URL . 'compose/compose.js' );
191
+ $es_select_params = array(
192
+ 'es_configuration_name' => _x( 'Please enter name for configuration.', 'compose-enhanced-select', 'email-subscribers' ),
193
+ 'es_configuration_template' => _x( 'Please select template for this configuration.', 'compose-enhanced-select', 'email-subscribers' ),
194
+ 'es_compose_delete_record' => _x( 'Do you want to delete this record?', 'compose-enhanced-select', 'email-subscribers' )
195
+ );
196
+ wp_localize_script( 'es-compose', 'es_compose_notices', $es_select_params );
197
+ break;
198
+ case 'es-notification':
199
+ wp_register_script( 'es-notification', ES_URL . 'notification/notification.js' );
200
+ wp_enqueue_script( 'es-notification', ES_URL . 'notification/notification.js' );
201
+ $es_select_params = array(
202
+ 'es_notification_select_group' => _x( 'Please select subscribers group.', 'notification-enhanced-select', 'email-subscribers' ),
203
+ 'es_notification_mail_subject' => _x( 'Please select notification mail subject. Use compose menu to create new.', 'notification-enhanced-select', 'email-subscribers' ),
204
+ 'es_notification_status' => _x( 'Please select notification status.', 'notification-enhanced-select', 'email-subscribers' ),
205
+ 'es_notification_delete_record' => _x( 'Do you want to delete this record?', 'notification-enhanced-select', 'email-subscribers' )
206
+ );
207
+ wp_localize_script( 'es-notification', 'es_notification_notices', $es_select_params );
208
+ break;
209
+ case 'es-sendemail':
210
+ wp_register_script( 'sendmail', ES_URL . 'sendmail/sendmail.js' );
211
+ wp_enqueue_script( 'sendmail', ES_URL . 'sendmail/sendmail.js' );
212
+ $es_select_params = array(
213
+ 'es_sendmail_subject' => _x( 'Please select your mail subject.', 'sendmail-enhanced-select', 'email-subscribers' ),
214
+ 'es_sendmail_status' => _x( 'Please select subscriber email status.', 'sendmail-enhanced-select', 'email-subscribers' ),
215
+ 'es_sendmail_confirm' => _x( 'Are you sure you want to send email to all selected email address?', 'sendmail-enhanced-select', 'email-subscribers' )
216
+ );
217
+ wp_localize_script( 'sendmail', 'es_sendmail_notices', $es_select_params );
218
+ break;
219
+ case 'es-settings':
220
+ wp_register_script( 'settings', ES_URL . 'settings/settings.js' );
221
+ wp_enqueue_script( 'settings', ES_URL . 'settings/settings.js' );
222
+ break;
223
+ case 'es-sentmail':
224
+ wp_register_script( 'es-sentmail', ES_URL . 'sentmail/sentmail.js' );
225
+ wp_enqueue_script( 'es-sentmail', ES_URL . 'sentmail/sentmail.js' );
226
+ $es_select_params = array(
227
+ 'es_sentmail_delete' => _x( 'Do you want to delete this record?', 'sentmail-enhanced-select', 'email-subscribers' ),
228
+ 'es_sentmail_delete_all' => _x( 'Do you want to delete all records except latest 10?', 'sentmail-enhanced-select', 'email-subscribers' )
229
+ );
230
+ wp_localize_script( 'es-sentmail', 'es_sentmail_notices', $es_select_params );
231
+ break;
232
+ case 'es-roles':
233
+ wp_register_script( 'roles', ES_URL . 'roles/roles.js' );
234
+ wp_enqueue_script( 'roles', ES_URL . 'roles/roles.js' );
235
+ $es_select_params = array(
236
+ 'es_roles_email_address' => _x( 'Please enter subscriber email address.', 'roles-enhanced-select', 'email-subscribers' ),
237
+ 'es_roles_email_status' => _x( 'Please select subscriber email status.', 'roles-enhanced-select', 'email-subscribers' ),
238
+ 'es_roles_email_group' => _x( 'Please select or create group for this subscriber.', 'roles-enhanced-select', 'email-subscribers' )
239
+ );
240
+ wp_localize_script( 'roles', 'es_roles_notices', $es_select_params );
241
+ break;
242
+ case 'es-cron':
243
+ wp_register_script( 'cron', ES_URL . 'cron/cron.js' );
244
+ wp_enqueue_script( 'cron', ES_URL . 'cron/cron.js' );
245
+ $es_select_params = array(
246
+ 'es_cron_number' => _x( 'Please select enter number of mails you want to send per hour/trigger.', 'cron-enhanced-select', 'email-subscribers' ),
247
+ 'es_cron_input_type' => _x( 'Please enter the mail count, only number.', 'cron-enhanced-select', 'email-subscribers' )
248
+ );
249
+ wp_localize_script( 'cron', 'es_cron_notices', $es_select_params );
250
+ break;
251
+ }
252
+ }
253
+ }
254
+
255
+ public static function es_load_widget_scripts_styles() {
256
+ wp_register_script( 'es-widget', ES_URL . 'widget/es-widget.js' );
257
+ wp_enqueue_script( 'es-widget', ES_URL . 'widget/es-widget.js' );
258
+ $es_select_params = array(
259
+ 'es_email_notice' => _x( 'Please enter email address.', 'widget-enhanced-select', 'email-subscribers' ),
260
+ 'es_incorrect_email' => _x( 'Please provide a valid email address.', 'widget-enhanced-select', 'email-subscribers' ),
261
+ 'es_load_more' => _x( 'loading...', 'widget-enhanced-select', 'email-subscribers' ),
262
+ 'es_ajax_error' => _x( 'Cannot create XMLHTTP instance', 'widget-enhanced-select', 'email-subscribers' ),
263
+ 'es_success_message' => _x( 'Subscribed successfully.', 'widget-enhanced-select', 'email-subscribers' ),
264
+ 'es_success_notice' => _x( 'You have successfully subscribed to the newsletter. You will receive a confirmation email in 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' ),
265
+ 'es_email_exists' => _x( 'Email already exist.', 'widget-enhanced-select', 'email-subscribers' ),
266
+ 'es_error' => _x( 'Oops.. Unexpected error occurred.', 'widget-enhanced-select', 'email-subscribers' ),
267
+ 'es_invalid_email' => _x( 'Invalid email address.', 'widget-enhanced-select', 'email-subscribers' ),
268
+ 'es_try_later' => _x( 'Please try after some time.', 'widget-enhanced-select', 'email-subscribers' ),
269
+ 'es_problem_request' => _x( 'There was a problem with the request.', 'widget-enhanced-select', 'email-subscribers' )
270
+ );
271
+ wp_localize_script( 'es-widget', 'es_widget_notices', $es_select_params );
272
+
273
+ wp_register_script( 'es-widget-page', ES_URL . 'widget/es-widget-page.js' );
274
+ wp_enqueue_script( 'es-widget-page', ES_URL . 'widget/es-widget-page.js' );
275
+ $es_select_params = array(
276
+ 'es_email_notice' => _x( 'Please enter email address.', 'widget-page-enhanced-select', 'email-subscribers' ),
277
+ 'es_incorrect_email' => _x( 'Please provide a valid email address.', 'widget-page-enhanced-select', 'email-subscribers' ),
278
+ 'es_load_more' => _x( 'loading...', 'widget-page-enhanced-select', 'email-subscribers' ),
279
+ 'es_ajax_error' => _x( 'Cannot create XMLHTTP instance', 'widget-page-enhanced-select', 'email-subscribers' ),
280
+ 'es_success_message' => _x( 'Subscribed successfully.', 'widget-page-enhanced-select', 'email-subscribers' ),
281
+ 'es_success_notice' => _x( 'You have successfully subscribed to the newsletter. You will receive a confirmation email in 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' ),
282
+ 'es_email_exists' => _x( 'Email already exist.', 'widget-page-enhanced-select', 'email-subscribers' ),
283
+ 'es_error' => _x( 'Oops.. Unexpected error occurred.', 'widget-page-enhanced-select', 'email-subscribers' ),
284
+ 'es_invalid_email' => _x( 'Invalid email address.', 'widget-page-enhanced-select', 'email-subscribers' ),
285
+ 'es_try_later' => _x( 'Please try after some time.', 'widget-page-enhanced-select', 'email-subscribers' ),
286
+ 'es_problem_request' => _x( 'There was a problem with the request.', 'widget-page-enhanced-select', 'email-subscribers' )
287
+ );
288
+ wp_localize_script( 'es-widget-page', 'es_widget_page_notices', $es_select_params );
289
+
290
+ wp_register_style( 'es-widget-css', ES_URL . 'widget/es-widget.css' );
291
+ wp_enqueue_style( 'es-widget-css', ES_URL . 'widget/es-widget.css' );
292
+ }
293
+
294
+ public static function es_widget_loading() {
295
+ register_widget( 'es_widget_register' );
296
+ }
297
+ }
298
+
299
+ function es_sync_registereduser( $user_id )
300
+ {
301
+ $es_c_emailsubscribers = get_option('es_c_emailsubscribers', 'norecord');
302
+ if($es_c_emailsubscribers == 'norecord' || $es_c_emailsubscribers == "")
303
+ {
304
+ // No action is required
305
+ }
306
+ else
307
+ {
308
+ if(($es_c_emailsubscribers['es_registered'] == "YES") && ($user_id <> ""))
309
+ {
310
+ $es_registered = $es_c_emailsubscribers['es_registered'];
311
+ $es_registered_group = $es_c_emailsubscribers['es_registered_group'];
312
+
313
+ $user_info = get_userdata($user_id);
314
+ $user_firstname = $user_info->user_firstname;
315
+ if($user_firstname == "")
316
+ {
317
+ $user_firstname = $user_info->user_login;
318
+ }
319
+ $user_mail = $user_info->user_email;
320
+
321
+ $form['es_email_name'] = $user_firstname;
322
+ $form['es_email_mail'] = $user_mail;
323
+ $form['es_email_group'] = $es_c_emailsubscribers['es_registered_group'];
324
+ $form['es_email_status'] = "Confirmed";
325
+ $action = es_cls_dbquery::es_view_subscriber_ins($form, "insert");
326
+ if($action == "sus")
327
+ {
328
+ //Inserted successfully. Below 3 line of code will send WELCOME email to subscribers.
329
+ $subscribers = array();
330
+ $subscribers = es_cls_dbquery::es_view_subscriber_one($user_mail);
331
+ es_cls_sendmail::es_sendmail("welcome", $template = 0, $subscribers, "welcome", 0);
332
+ }
333
+ }
334
+ }
335
+ }
336
+
337
+ class es_widget_register extends WP_Widget
338
+ {
339
+ function __construct()
340
+ {
341
+ $widget_ops = array('classname' => 'widget_text elp-widget', 'description' => __(ES_PLUGIN_DISPLAY, 'email-subscribers'), ES_PLUGIN_NAME);
342
+ parent::__construct(ES_PLUGIN_NAME, __(ES_PLUGIN_DISPLAY, 'email-subscribers'), $widget_ops);
343
+ }
344
+
345
+ function widget( $args, $instance )
346
+ {
347
+ extract( $args, EXTR_SKIP );
348
+
349
+ $es_title = apply_filters( 'widget_title', empty( $instance['es_title'] ) ? '' : $instance['es_title'], $instance, $this->id_base );
350
+ $es_desc = $instance['es_desc'];
351
+ $es_name = $instance['es_name'];
352
+ $es_group = $instance['es_group'];
353
+
354
+ echo $args['before_widget'];
355
+ if ( ! empty( $es_title ) )
356
+ {
357
+ echo $args['before_title'] . $es_title . $args['after_title'];
358
+ }
359
+ // display widget method
360
+ $url = home_url();
361
+
362
+ global $es_includes;
363
+ if (!isset($es_includes) || $es_includes !== true) {
364
+ $es_includes = true;
365
+ }
366
+ ?>
367
+
368
+ <div>
369
+ <?php if( $es_desc <> "" ) { ?>
370
+ <div class="es_caption"><?php echo $es_desc; ?></div>
371
+ <?php } ?>
372
+ <div class="es_msg"><span id="es_msg"></span></div>
373
+ <?php if( $es_name == "YES" ) { ?>
374
+ <div class="es_lablebox"><?php _e('Name', 'email-subscribers'); ?></div>
375
+ <div class="es_textbox">
376
+ <input class="es_textbox_class" name="es_txt_name" id="es_txt_name" value="" maxlength="225" type="text">
377
+ </div>
378
+ <?php } ?>
379
+ <div class="es_lablebox"><?php _e('Email *', 'email-subscribers'); ?></div>
380
+ <div class="es_textbox">
381
+ <input class="es_textbox_class" name="es_txt_email" id="es_txt_email" onkeypress="if(event.keyCode==13) es_submit_page('<?php echo $url; ?>')" value="" maxlength="225" type="text">
382
+ </div>
383
+ <div class="es_button">
384
+ <input class="es_textbox_button" name="es_txt_button" id="es_txt_button" onClick="return es_submit_page('<?php echo $url; ?>')" value="<?php _e('Subscribe', 'email-subscribers'); ?>" type="button">
385
+ </div>
386
+ <?php if( $es_name != "YES" ) { ?>
387
+ <input name="es_txt_name" id="es_txt_name" value="" type="hidden">
388
+ <?php } ?>
389
+ <input name="es_txt_group" id="es_txt_group" value="<?php echo $es_group; ?>" type="hidden">
390
+ </div>
391
+ <?php
392
+ echo $args['after_widget'];
393
+ }
394
+
395
+ function update( $new_instance, $old_instance )
396
+ {
397
+ $instance = $old_instance;
398
+ $instance['es_title'] = ( ! empty( $new_instance['es_title'] ) ) ? strip_tags( $new_instance['es_title'] ) : '';
399
+ $instance['es_desc'] = ( ! empty( $new_instance['es_desc'] ) ) ? strip_tags( $new_instance['es_desc'] ) : '';
400
+ $instance['es_name'] = ( ! empty( $new_instance['es_name'] ) ) ? strip_tags( $new_instance['es_name'] ) : '';
401
+ $instance['es_group'] = ( ! empty( $new_instance['es_group'] ) ) ? strip_tags( $new_instance['es_group'] ) : '';
402
+ return $instance;
403
+ }
404
+
405
+ function form( $instance )
406
+ {
407
+ $defaults = array(
408
+ 'es_title' => '',
409
+ 'es_desc' => '',
410
+ 'es_name' => '',
411
+ 'es_group' => ''
412
+ );
413
+ $instance = wp_parse_args( (array) $instance, $defaults);
414
+ $es_title = $instance['es_title'];
415
+ $es_desc = $instance['es_desc'];
416
+ $es_name = $instance['es_name'];
417
+ $es_group = $instance['es_group'];
418
+ ?>
419
+ <p>
420
+ <label for="<?php echo $this->get_field_id('es_title'); ?>"><?php _e('Widget Title', 'email-subscribers'); ?></label>
421
+ <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; ?>" />
422
+ </p>
423
+ <p>
424
+ <label for="<?php echo $this->get_field_id('es_name'); ?>"><?php _e('Display Name Field', 'email-subscribers'); ?></label>
425
+ <select class="widefat" id="<?php echo $this->get_field_id('es_name'); ?>" name="<?php echo $this->get_field_name('es_name'); ?>">
426
+ <option value="YES" <?php $this->es_selected($es_name == 'YES'); ?>>YES</option>
427
+ <option value="NO" <?php $this->es_selected($es_name == 'NO'); ?>>NO</option>
428
+ </select>
429
+ </p>
430
+ <p>
431
+ <label for="<?php echo $this->get_field_id('es_desc'); ?>"><?php _e('Short Description', 'email-subscribers'); ?></label>
432
+ <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; ?>" />
433
+ <?php _e('Short description about your subscription form.', 'email-subscribers'); ?>
434
+ </p>
435
+ <p>
436
+ <label for="<?php echo $this->get_field_id('es_group'); ?>"><?php _e('Subscriber Group', 'email-subscribers'); ?></label>
437
+ <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; ?>" />
438
+ </p>
439
+ <?php
440
+ }
441
+
442
+ function es_selected($var)
443
+ {
444
+ if ($var==1 || $var==true)
445
+ {
446
+ echo 'selected="selected"';
447
+ }
448
+ }
449
+ }
450
+ ?>
classes/es-sendmail.php ADDED
@@ -0,0 +1,635 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ class es_cls_sendmail
3
+ {
4
+ public static function es_prepare_optin($type= "", $id = 0, $idlist = "")
5
+ {
6
+ $subscribers = array();
7
+ switch($type)
8
+ {
9
+ case 'group':
10
+ $subscribers = es_cls_dbquery::es_view_subscriber_bulk($idlist);
11
+ es_cls_sendmail::es_sendmail("optin", $template = 0, $subscribers, $action = "optin-group", "Instant Mail");
12
+ break;
13
+
14
+ case 'single':
15
+ $subscribers = es_cls_dbquery::es_view_subscriber_search($search = "", $id);
16
+ es_cls_sendmail::es_sendmail("optin", $template = 0, $subscribers, $action = "optin-single", "Instant Mail");
17
+ break;
18
+ }
19
+ return true;
20
+ }
21
+
22
+ public static function es_prepare_welcome($id = 0)
23
+ {
24
+ $subscribers = array();
25
+ $subscribers = es_cls_dbquery::es_view_subscriber_search("", $id);
26
+ es_cls_sendmail::es_sendmail("welcome", $template = 0, $subscribers, $action = "welcome", 0, "Instant Mail");
27
+ }
28
+
29
+ public static function es_prepare_notification( $post_status, $original_post_status, $post_id )
30
+ {
31
+ if( ( $post_status == 'publish' ) && ( $original_post_status != 'publish' ) )
32
+ {
33
+ $notification = array();
34
+
35
+ // $post_id is Object type containing the post information
36
+ // Thus we need to get post_id from $post_id object
37
+ if(is_numeric($post_id))
38
+ {
39
+ $post_id = $post_id;
40
+ }
41
+ else
42
+ {
43
+ if(is_object($post_id))
44
+ {
45
+ $post_id = $post_id->ID;
46
+ }
47
+ else
48
+ {
49
+ $post_id = $post_id;
50
+ }
51
+ }
52
+
53
+ $notification = es_cls_notification::es_notification_prepare($post_id);
54
+ //echo count($notification);
55
+ if ( count($notification) > 0 )
56
+ {
57
+ $template = $notification[0]["es_note_templ"];
58
+ $mailsenttype = $notification[0]["es_note_status"];
59
+ if($mailsenttype == "Enable")
60
+ {
61
+ $mailsenttype = "Instant Mail";
62
+ }
63
+ elseif($mailsenttype == "Cron")
64
+ {
65
+ $mailsenttype = "Cron Mail";
66
+ }
67
+ else
68
+ {
69
+ $mailsenttype = "Instant Mail";
70
+ }
71
+ $subscribers = array();
72
+ $subscribers = es_cls_notification::es_notification_subscribers($notification);
73
+ if ( count($subscribers) > 0 )
74
+ {
75
+ es_cls_sendmail::es_sendmail("notification", $template, $subscribers, "notification", $post_id, $mailsenttype);
76
+ }
77
+ }
78
+ }
79
+ }
80
+
81
+ public static function es_prepare_newsletter_manual($template, $recipients, $mailsenttype)
82
+ {
83
+ $subscribers = array();
84
+ $subscribers = es_cls_dbquery::es_view_subscriber_manual($recipients);
85
+ es_cls_sendmail::es_sendmail("newsletter", $template, $subscribers, "manual", 0, $mailsenttype);
86
+ }
87
+
88
+ public static function es_prepare_send_cronmail($cronmailqueue = array(), $crondeliveryqueue = array())
89
+ {
90
+ $subscriber = array();
91
+ $htmlmail = false;
92
+ $wpmail = false;
93
+ $type = $cronmailqueue[0]['es_sent_source'];
94
+ $content = $cronmailqueue[0]['es_sent_preview'];
95
+ $subject = $cronmailqueue[0]['es_sent_subject'];
96
+ $cacheid = es_cls_common::es_generate_guid(100);
97
+ $replacefrom = array("<ul><br />", "</ul><br />", "<li><br />", "</li><br />", "<ol><br />", "</ol><br />", "</h2><br />", "</h1><br />");
98
+ $replaceto = array("<ul>", "</ul>", "<li>" ,"</li>", "<ol>", "</ol>", "</h2>", "</h1>");
99
+ $count = 1;
100
+
101
+ $settings = es_cls_settings::es_setting_select(1);
102
+ if( trim($settings['es_c_fromname']) == "" || trim($settings['es_c_fromemail']) == '' )
103
+ {
104
+ get_currentuserinfo();
105
+ $sender_name = $user_login;
106
+ $sender_email = $user_email;
107
+ }
108
+ else
109
+ {
110
+ $sender_name = $settings['es_c_fromname'];
111
+ $sender_email = $settings['es_c_fromemail'];
112
+ }
113
+
114
+ if( $settings['es_c_mailtype'] == "WP HTML MAIL" || $settings['es_c_mailtype'] == "PHP HTML MAIL" )
115
+ {
116
+ $htmlmail = true;
117
+ }
118
+
119
+ if( $settings['es_c_mailtype'] == "WP HTML MAIL" || $settings['es_c_mailtype'] == "WP PLAINTEXT MAIL" )
120
+ {
121
+ $wpmail = true;
122
+ }
123
+
124
+ $headers = "From: \"$sender_name\" <$sender_email>\n";
125
+ $headers .= "Return-Path: <" . $sender_email . ">\n";
126
+ $headers .= "Reply-To: \"" . $sender_name . "\" <" . $sender_email . ">\n";
127
+ $headers .= "X-Mailer: PHP" . phpversion() . "\n";
128
+
129
+ if($htmlmail)
130
+ {
131
+ $headers .= "MIME-Version: 1.0\n";
132
+ $headers .= "Content-Type: " . get_bloginfo('html_type') . "; charset=\"". get_bloginfo('charset') . "\"\n";
133
+ $headers .= "Content-type: text/html\r\n";
134
+ }
135
+ else
136
+ {
137
+ $headers .= "MIME-Version: 1.0\n";
138
+ $headers .= "Content-Type: text/plain; charset=\"". get_bloginfo('charset') . "\"\n";
139
+ }
140
+
141
+ $url = home_url('/');
142
+ $viewstatus = '<img src="'.$url.'?es=viewstatus&delvid=###DELVIID###" width="1" height="1" />';
143
+
144
+ foreach ($crondeliveryqueue as $crondelivery)
145
+ {
146
+ $es_email_id = $crondelivery['es_deliver_emailid'];
147
+ $es_deliver_id = $crondelivery['es_deliver_id'];
148
+ $subscriber = es_cls_dbquery::es_view_subscriber_search("", $es_email_id);
149
+ if(count($subscriber) > 0)
150
+ {
151
+ $unsublink = $settings['es_c_unsublink'];
152
+ $unsublink = str_replace("###DBID###", $subscriber[0]["es_email_id"], $unsublink);
153
+ $unsublink = str_replace("###EMAIL###", $subscriber[0]["es_email_mail"], $unsublink);
154
+ $unsublink = str_replace("###GUID###", $subscriber[0]["es_email_guid"], $unsublink);
155
+ $unsublink = $unsublink . "&cache=".$cacheid;
156
+
157
+ $unsubtext = stripslashes($settings['es_c_unsubtext']);
158
+ $unsubtext = str_replace("###LINK###", $unsublink , $unsubtext);
159
+ if ( $settings['es_c_mailtype'] == "WP HTML MAIL" || $settings['es_c_mailtype'] == "PHP HTML MAIL" )
160
+ {
161
+ $unsubtext = '<br><br>' . $unsubtext;
162
+ }
163
+ else
164
+ {
165
+ $unsubtext = '\n\n' . $unsubtext;
166
+ }
167
+
168
+ $viewstslink = str_replace("###DELVIID###", $es_deliver_id, $viewstatus);
169
+ $content_send = str_replace("###EMAIL###", $subscriber[0]["es_email_mail"], $content);
170
+ $content_send = str_replace("###NAME###", $subscriber[0]["es_email_name"], $content_send);
171
+
172
+ if ( $settings['es_c_mailtype'] == "WP HTML MAIL" || $settings['es_c_mailtype'] == "PHP HTML MAIL" )
173
+ {
174
+ $content_send = nl2br($content_send);
175
+ $content_send = str_replace($replacefrom, $replaceto, $content_send);
176
+ }
177
+ else
178
+ {
179
+ $content_send = str_replace("<br />", "\r\n", $content_send);
180
+ $content_send = str_replace("<br>", "\r\n", $content_send);
181
+ }
182
+
183
+ if($wpmail)
184
+ {
185
+ wp_mail($subscriber[0]["es_email_mail"], $subject, $content_send . $unsubtext . $viewstslink, $headers);
186
+ }
187
+ else
188
+ {
189
+ mail($subscriber[0]["es_email_mail"] ,$subject, $content_send . $unsubtext . $viewstslink, $headers);
190
+ }
191
+ es_cls_delivery::es_delivery_ups_cron($es_deliver_id);
192
+ $count = $count + 1;
193
+ }
194
+
195
+ if($count % 25 == 0)
196
+ {
197
+ sleep(60); //sleep 60 seconds for every 25 emails.
198
+ }
199
+
200
+ }
201
+
202
+ $es_cron_adminmail = get_option('es_cron_adminmail');
203
+ if($es_cron_adminmail <> "")
204
+ {
205
+ $adminmail = $settings['es_c_adminemail'];
206
+ $crondate = date('Y-m-d G:i:s');
207
+ $count = $count - 1;
208
+ $es_cron_adminmail = str_replace("###COUNT###", $count, $es_cron_adminmail);
209
+ $es_cron_adminmail = str_replace("###DATE###", $crondate, $es_cron_adminmail);
210
+ $es_cron_adminmail = str_replace("###SUBJECT###", $subject, $es_cron_adminmail);
211
+
212
+ if($htmlmail)
213
+ {
214
+ $es_cron_adminmail = nl2br($es_cron_adminmail);
215
+ }
216
+ else
217
+ {
218
+ $es_cron_adminmail = str_replace("<br />", "\r\n", $es_cron_adminmail);
219
+ $es_cron_adminmail = str_replace("<br>", "\r\n", $es_cron_adminmail);
220
+ }
221
+
222
+ if($wpmail)
223
+ {
224
+ wp_mail($adminmail, "Cron URL has been triggered successfully", $es_cron_adminmail, $headers);
225
+ }
226
+ else
227
+ {
228
+ mail($adminmail ,"Cron URL has been triggered successfully", $es_cron_adminmail, $headers);
229
+ }
230
+ }
231
+ }
232
+
233
+ public static function es_sendmail($type = "", $template = 0, $subscribers = array(), $action = "", $post_id = 0, $mailsenttype = "Instant Mail")
234
+ {
235
+ $data = array();
236
+ $htmlmail = true;
237
+ $wpmail = true;
238
+ $unsublink = "";
239
+ $unsubtext = "";
240
+ $sendguid = "";
241
+ $viewstatus = "";
242
+ $viewstslink = "";
243
+ $adminmail = "";
244
+ $adminmailsubject = "";
245
+ $adminmailcontant = "";
246
+ $reportmail = "";
247
+ $currentdate = date('Y-m-d G:i:s');
248
+ $cacheid = es_cls_common::es_generate_guid(100);
249
+ $replacefrom = array("<ul><br />", "</ul><br />", "<li><br />", "</li><br />", "<ol><br />", "</ol><br />", "</h2><br />", "</h1><br />");
250
+ $replaceto = array("<ul>", "</ul>", "<li>" ,"</li>", "<ol>", "</ol>", "</h2>", "</h1>");
251
+
252
+ $settings = es_cls_settings::es_setting_select(1);
253
+ $adminmail = $settings['es_c_adminemail'];
254
+ $es_c_adminmailoption = $settings['es_c_adminmailoption'];
255
+ $es_c_usermailoption = $settings['es_c_usermailoption'];
256
+
257
+ if( trim($settings['es_c_fromname']) == "" || trim($settings['es_c_fromemail']) == '' )
258
+ {
259
+ get_currentuserinfo();
260
+ $sender_name = $user_login;
261
+ $sender_email = $user_email;
262
+ }
263
+ else
264
+ {
265
+ $sender_name = $settings['es_c_fromname'];
266
+ $sender_email = $settings['es_c_fromemail'];
267
+ }
268
+
269
+ if( $settings['es_c_mailtype'] == "WP HTML MAIL" || $settings['es_c_mailtype'] == "PHP HTML MAIL" )
270
+ {
271
+ $htmlmail = true;
272
+ }
273
+ else
274
+ {
275
+ $htmlmail = false;
276
+ }
277
+
278
+ if( $settings['es_c_mailtype'] == "WP HTML MAIL" || $settings['es_c_mailtype'] == "WP PLAINTEXT MAIL" )
279
+ {
280
+ $wpmail = true;
281
+ }
282
+ else
283
+ {
284
+ $wpmail = false;
285
+ }
286
+
287
+ $headers = "From: \"$sender_name\" <$sender_email>\n";
288
+ $headers .= "Return-Path: <" . $sender_email . ">\n";
289
+ $headers .= "Reply-To: \"" . $sender_name . "\" <" . $sender_email . ">\n";
290
+ $headers .= "X-Mailer: PHP" . phpversion() . "\n";
291
+
292
+ if($htmlmail)
293
+ {
294
+ $headers .= "MIME-Version: 1.0\n";
295
+ $headers .= "Content-Type: " . get_bloginfo('html_type') . "; charset=\"". get_bloginfo('charset') . "\"\n";
296
+ $headers .= "Content-type: text/html\r\n";
297
+ }
298
+ else
299
+ {
300
+ $headers .= "MIME-Version: 1.0\n";
301
+ $headers .= "Content-Type: text/plain; charset=\"". get_bloginfo('charset') . "\"\n";
302
+ }
303
+
304
+ switch($type)
305
+ {
306
+ case 'optin':
307
+ $subject = stripslashes($settings['es_c_optinsubject']);
308
+ $content = stripslashes($settings['es_c_optincontent']);
309
+ break;
310
+
311
+ case 'welcome':
312
+ $subject = stripslashes($settings['es_c_usermailsubject']);
313
+ $content = stripslashes($settings['es_c_usermailcontant']);
314
+ break;
315
+
316
+ case 'newsletter':
317
+ $template = es_cls_compose::es_template_select($template);
318
+ $subject = stripslashes($template['es_templ_heading']);
319
+ $content = stripslashes($template['es_templ_body']);
320
+ break;
321
+
322
+ case 'notification':
323
+ $template = es_cls_compose::es_template_select($template);
324
+ $subject = stripslashes($template['es_templ_heading']);
325
+ $content = stripslashes($template['es_templ_body']);
326
+ $post_title = "";
327
+ $post_excerpt = "";
328
+ $post_link = "";
329
+ $post_thumbnail = "";
330
+ $post_thumbnail_link = "";
331
+ $post = get_post($post_id);
332
+ $excerpt_length = 50; // Change this value to increase the content length in newsletter.
333
+ $post_title = $post->post_title;
334
+ $subject = str_replace('###POSTTITLE###', $post_title, $subject);
335
+ $post_link = get_permalink($post_id);
336
+ $subject = str_replace('###POSTLINK###', $post_link, $subject);
337
+ $post_date = $post->post_modified;
338
+
339
+ // Get full post
340
+ $post_full = $post->post_content;
341
+ $post_full = wpautop($post_full);
342
+
343
+ // Get post excerpt
344
+ $the_excerpt = $post->post_content;
345
+ $the_excerpt = strip_tags(strip_shortcodes($the_excerpt));
346
+ $words = explode(' ', $the_excerpt, $excerpt_length + 1);
347
+ if(count($words) > $excerpt_length)
348
+ {
349
+ array_pop($words);
350
+ array_push($words, '...');
351
+ $the_excerpt = implode(' ', $words);
352
+ }
353
+
354
+ if ( (function_exists('has_post_thumbnail')) && (has_post_thumbnail($post_id)))
355
+ {
356
+ $post_thumbnail = get_the_post_thumbnail($post_id, 'thumbnail');
357
+ }
358
+
359
+ if($post_thumbnail <> "")
360
+ {
361
+ $post_thumbnail_link = "<a href='".$post_link."' target='_blank'>".$post_thumbnail."</a>";
362
+ }
363
+
364
+ $content = str_replace('###POSTLINK-ONLY###', $post_link, $content);
365
+
366
+ if($post_link <> "")
367
+ {
368
+ $post_link_with_title = "<a href='".$post_link."' target='_blank'>".$post_title."</a>";
369
+ $content = str_replace('###POSTLINK-WITHTITLE###', $post_link_with_title, $content);
370
+
371
+ $post_link = "<a href='".$post_link."' target='_blank'>".$post_link."</a>";
372
+ }
373
+
374
+ $content = str_replace('###POSTTITLE###', $post_title, $content);
375
+ $content = str_replace('###POSTLINK###', $post_link, $content);
376
+ $content = str_replace('###POSTIMAGE###', $post_thumbnail_link, $content);
377
+ $content = str_replace('###POSTDESC###', $the_excerpt, $content);
378
+ $content = str_replace('###POSTFULL###', $post_full, $content);
379
+ $content = str_replace('###DATE###', $post_date, $content);
380
+ break;
381
+ }
382
+ if ( $settings['es_c_mailtype'] == "WP HTML MAIL" || $settings['es_c_mailtype'] == "PHP HTML MAIL" )
383
+ {
384
+ $content = str_replace("\r\n", "<br />", $content);
385
+ }
386
+ else
387
+ {
388
+ $content = str_replace("<br />", "\r\n", $content);
389
+ }
390
+
391
+ if($type == "newsletter" || $type == "notification")
392
+ {
393
+ $sendguid = es_cls_common::es_generate_guid(60);
394
+ $url = home_url('/');
395
+ $viewstatus = '<img src="'.$url.'?es=viewstatus&delvid=###DELVIID###" width="1" height="1" />';
396
+ es_cls_sentmail::es_sentmail_ins($sendguid, $qstring = 0, $action, $currentdate, $enddt = "", count($subscribers), $content, $mailsenttype);
397
+ }
398
+
399
+ $count = 1;
400
+ if(count($subscribers) > 0)
401
+ {
402
+ foreach ($subscribers as $subscriber)
403
+ {
404
+ $to = $subscriber['es_email_mail'];
405
+ $name = $subscriber['es_email_name'];
406
+ if($name == "")
407
+ {
408
+ $name = $to;
409
+ }
410
+
411
+ switch($type)
412
+ {
413
+ case 'optin':
414
+ $content_send = str_replace("###NAME###", $name, $content);
415
+ $content_send = str_replace("###EMAIL###", $to, $content_send);
416
+ $optinlink = $settings['es_c_optinlink'];
417
+ $optinlink = str_replace("###DBID###", $subscriber["es_email_id"], $optinlink);
418
+ $optinlink = str_replace("###EMAIL###", $subscriber["es_email_mail"], $optinlink);
419
+ $optinlink = str_replace("###GUID###", $subscriber["es_email_guid"], $optinlink);
420
+ $optinlink = $optinlink . "&cache=".$cacheid;
421
+ $content_send = str_replace("###LINK###", $optinlink , $content_send);
422
+ break;
423
+
424
+ case 'welcome':
425
+ $content_send = str_replace("###NAME###", $name , $content);
426
+ $content_send = str_replace("###EMAIL###", $to, $content_send);
427
+
428
+ $adminmailsubject = stripslashes($settings['es_c_adminmailsubject']);
429
+ $adminmailcontant = stripslashes($settings['es_c_adminmailcontant']);
430
+ $adminmailcontant = str_replace("###NAME###", $name , $adminmailcontant);
431
+ $adminmailcontant = str_replace("###EMAIL###", $to, $adminmailcontant);
432
+ if ( $settings['es_c_mailtype'] == "WP HTML MAIL" || $settings['es_c_mailtype'] == "PHP HTML MAIL" )
433
+ {
434
+ $adminmailcontant = nl2br($adminmailcontant);
435
+ $content_send = str_replace($replacefrom, $replaceto, $content_send);
436
+ }
437
+ else
438
+ {
439
+ $adminmailcontant = str_replace("<br />", "\r\n", $adminmailcontant);
440
+ $adminmailcontant = str_replace("<br>", "\r\n", $adminmailcontant);
441
+ }
442
+ break;
443
+
444
+ case 'newsletter':
445
+ if($mailsenttype <> "Cron Mail") // Cron mail not sending by this method
446
+ {
447
+ $unsublink = $settings['es_c_unsublink'];
448
+ $unsublink = str_replace("###DBID###", $subscriber["es_email_id"], $unsublink);
449
+ $unsublink = str_replace("###EMAIL###", $subscriber["es_email_mail"], $unsublink);
450
+ $unsublink = str_replace("###GUID###", $subscriber["es_email_guid"], $unsublink);
451
+ $unsublink = $unsublink . "&cache=".$cacheid;
452
+
453
+ $unsubtext = stripslashes($settings['es_c_unsubtext']);
454
+ $unsubtext = str_replace("###LINK###", $unsublink , $unsubtext);
455
+ if ( $settings['es_c_mailtype'] == "WP HTML MAIL" || $settings['es_c_mailtype'] == "PHP HTML MAIL" )
456
+ {
457
+ $unsubtext = '<br><br>' . $unsubtext;
458
+ }
459
+ else
460
+ {
461
+ $unsubtext = '\n\n' . $unsubtext;
462
+ }
463
+
464
+ $returnid = es_cls_delivery::es_delivery_ins($sendguid, $subscriber["es_email_id"], $subscriber["es_email_mail"], $mailsenttype);
465
+ $viewstslink = str_replace("###DELVIID###", $returnid, $viewstatus);
466
+ $content_send = str_replace("###EMAIL###", $subscriber["es_email_mail"], $content);
467
+ $content_send = str_replace("###NAME###", $subscriber["es_email_name"], $content_send);
468
+
469
+ if ( $settings['es_c_mailtype'] == "WP HTML MAIL" || $settings['es_c_mailtype'] == "PHP HTML MAIL" )
470
+ {
471
+ $content_send = nl2br($content_send);
472
+ $content_send = str_replace($replacefrom, $replaceto, $content_send);
473
+ }
474
+ else
475
+ {
476
+ $content_send = str_replace("<br />", "\r\n", $content_send);
477
+ $content_send = str_replace("<br>", "\r\n", $content_send);
478
+ }
479
+ }
480
+ else
481
+ {
482
+ es_cls_delivery::es_delivery_ins($sendguid, $subscriber["es_email_id"], $subscriber["es_email_mail"], $mailsenttype);
483
+ }
484
+ break;
485
+
486
+ case 'notification': // notification mail to subscribers
487
+ if($mailsenttype <> "Cron Mail") // Cron mail not sending by this method
488
+ {
489
+ $unsublink = $settings['es_c_unsublink'];
490
+ $unsublink = str_replace("###DBID###", $subscriber["es_email_id"], $unsublink);
491
+ $unsublink = str_replace("###EMAIL###", $subscriber["es_email_mail"], $unsublink);
492
+ $unsublink = str_replace("###GUID###", $subscriber["es_email_guid"], $unsublink);
493
+ $unsublink = $unsublink . "&cache=".$cacheid;
494
+ $unsubtext = stripslashes($settings['es_c_unsubtext']);
495
+ $unsubtext = str_replace("###LINK###", $unsublink , $unsubtext);
496
+ if ( $settings['es_c_mailtype'] == "WP HTML MAIL" || $settings['es_c_mailtype'] == "PHP HTML MAIL" )
497
+ {
498
+ $unsubtext = '<br><br>' . $unsubtext;
499
+ }
500
+ else
501
+ {
502
+ $unsubtext = '\n\n' . $unsubtext;
503
+ }
504
+
505
+ $returnid = es_cls_delivery::es_delivery_ins($sendguid, $subscriber["es_email_id"], $subscriber["es_email_mail"], $mailsenttype);
506
+ $viewstslink = str_replace("###DELVIID###", $returnid, $viewstatus);
507
+
508
+ $content_send = str_replace("###EMAIL###", $subscriber["es_email_mail"], $content);
509
+ $content_send = str_replace("###NAME###", $subscriber["es_email_name"], $content_send);
510
+
511
+ if ( $settings['es_c_mailtype'] == "WP HTML MAIL" || $settings['es_c_mailtype'] == "PHP HTML MAIL" )
512
+ {
513
+ $content_send = nl2br($content_send);
514
+ $content_send = str_replace($replacefrom, $replaceto, $content_send);
515
+ }
516
+ else
517
+ {
518
+ $content_send = str_replace("<br />", "\r\n", $content_send);
519
+ $content_send = str_replace("<br>", "\r\n", $content_send);
520
+ }
521
+ }
522
+ else
523
+ {
524
+ $returnid = es_cls_delivery::es_delivery_ins($sendguid, $subscriber["es_email_id"], $subscriber["es_email_mail"], $mailsenttype);
525
+ }
526
+ break;
527
+ }
528
+
529
+ if($wpmail) // WP Mail
530
+ {
531
+ // Users mails
532
+ if($type == "welcome")
533
+ {
534
+ if($es_c_usermailoption == "YES")
535
+ {
536
+ wp_mail($to, $subject, $content_send . $unsubtext . $viewstslink, $headers);
537
+ }
538
+ }
539
+ else
540
+ {
541
+ if($mailsenttype <> "Cron Mail") // Cron mail not sending by this method
542
+ {
543
+ wp_mail($to, $subject, $content_send . $unsubtext . $viewstslink, $headers);
544
+ }
545
+ }
546
+
547
+ // Admin mails
548
+ if($type == "welcome" && $adminmail <> "" && $es_c_adminmailoption == "YES")
549
+ {
550
+ wp_mail($adminmail, $adminmailsubject, $adminmailcontant, $headers);
551
+ }
552
+ }
553
+ else // PHP Mail
554
+ {
555
+ // Users mails
556
+ if($type == "welcome")
557
+ {
558
+ if($es_c_usermailoption == "YES")
559
+ {
560
+ mail($to ,$subject, $content_send . $unsubtext . $viewstslink, $headers);
561
+ }
562
+ }
563
+ else
564
+ {
565
+ if($mailsenttype <> "Cron Mail") // Cron mail not sending by this method
566
+ {
567
+ mail($to ,$subject, $content_send . $unsubtext . $viewstslink, $headers);
568
+ }
569
+ }
570
+
571
+ // Admin mails
572
+ if($type == "welcome" && $adminmail <> "" && $es_c_adminmailoption == "YES")
573
+ {
574
+ mail($adminmail, $adminmailsubject, $adminmailcontant, $headers);
575
+ }
576
+ }
577
+ $count = $count + 1;
578
+ }
579
+ }
580
+
581
+ if( $type == "newsletter" || $type == "notification" )
582
+ {
583
+ $count = $count - 1;
584
+ es_cls_sentmail::es_sentmail_ups($sendguid, $subject);
585
+ if($adminmail <> "")
586
+ {
587
+
588
+ $subject = get_option('es_c_sentreport_subject', 'nosubjectexists');
589
+ if ( $subject == "" || $subject == "nosubjectexists")
590
+ {
591
+ $subject = es_cls_common::es_sent_report_subject();
592
+ }
593
+
594
+ if($mailsenttype == "Cron Mail")
595
+ {
596
+ $subject = $subject . " - Cron mail scheduled";
597
+ }
598
+
599
+ if($htmlmail)
600
+ {
601
+ $reportmail = get_option('es_c_sentreport', 'nooptionexists');
602
+ if ( $reportmail == "" || $reportmail == "nooptionexists")
603
+ {
604
+ $reportmail = es_cls_common::es_sent_report_html();
605
+ }
606
+ $reportmail = nl2br($reportmail);
607
+ }
608
+ else
609
+ {
610
+ $reportmail = get_option('es_c_sentreport', 'nooptionexists');
611
+ if ( $reportmail == "" || $reportmail == "nooptionexists")
612
+ {
613
+ $reportmail = es_cls_common::es_sent_report_plain();
614
+ }
615
+ $reportmail = str_replace("<br />", "\r\n", $reportmail);
616
+ $reportmail = str_replace("<br>", "\r\n", $reportmail);
617
+ }
618
+ $enddate = date('Y-m-d G:i:s');
619
+ $reportmail = str_replace("###COUNT###", $count, $reportmail);
620
+ $reportmail = str_replace("###UNIQUE###", $sendguid, $reportmail);
621
+ $reportmail = str_replace("###STARTTIME###", $currentdate, $reportmail);
622
+ $reportmail = str_replace("###ENDTIME###", $enddate, $reportmail);
623
+ if($wpmail)
624
+ {
625
+ wp_mail($adminmail, $subject, $reportmail, $headers);
626
+ }
627
+ else
628
+ {
629
+ mail($adminmail ,$subject, $reportmail, $headers);
630
+ }
631
+ }
632
+ }
633
+ }
634
+ }
635
+ ?>
classes/es-stater.php ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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');
5
+ require_once(ES_DIR.'classes'.DIRECTORY_SEPARATOR.'es-sendmail.php');
6
+ require_once(ES_DIR.'classes'.DIRECTORY_SEPARATOR.'es-loadwidget.php');
7
+ require_once(ES_DIR.'query'.DIRECTORY_SEPARATOR.'db_notification.php');
8
+ require_once(ES_DIR.'query'.DIRECTORY_SEPARATOR.'db_subscriber.php');
9
+ require_once(ES_DIR.'query'.DIRECTORY_SEPARATOR.'db_settings.php');
10
+ 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
+ ?>
classes/index.html ADDED
@@ -0,0 +1 @@
 
1
+ <html><body bgcolor="#FFFFFF"></body></html>
compose/compose-add.php ADDED
@@ -0,0 +1,106 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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_templ_heading' => '',
11
+ 'es_templ_body' => '',
12
+ 'es_templ_status' => '',
13
+ 'es_email_type' => ''
14
+ );
15
+
16
+ // Form submitted, check the data
17
+ if (isset($_POST['es_form_submit']) && $_POST['es_form_submit'] == 'yes')
18
+ {
19
+ // Just security thingy that wordpress offers us
20
+ check_admin_referer('es_form_add');
21
+
22
+ $form['es_templ_heading'] = isset($_POST['es_templ_heading']) ? $_POST['es_templ_heading'] : '';
23
+ if ($form['es_templ_heading'] == '')
24
+ {
25
+ $es_errors[] = __('Please enter template heading.', 'email-subscribers');
26
+ $es_error_found = TRUE;
27
+ }
28
+ $form['es_templ_body'] = isset($_POST['es_templ_body']) ? $_POST['es_templ_body'] : '';
29
+ $form['es_templ_status'] = isset($_POST['es_templ_status']) ? $_POST['es_templ_status'] : '';
30
+ $form['es_email_type'] = isset($_POST['es_email_type']) ? $_POST['es_email_type'] : '';
31
+
32
+ // No errors found, we can add this Group to the table
33
+ if ($es_error_found == FALSE)
34
+ {
35
+ $action = false;
36
+ $action = es_cls_compose::es_template_ins($form, $action = "insert");
37
+ if($action)
38
+ {
39
+ $es_success = __('Template was successfully created.', 'email-subscribers');
40
+ }
41
+
42
+ // Reset the form fields
43
+ $form = array(
44
+ 'es_templ_heading' => '',
45
+ 'es_templ_body' => '',
46
+ 'es_templ_status' => '',
47
+ 'es_email_type' => ''
48
+ );
49
+ }
50
+ }
51
+
52
+ if ($es_error_found == TRUE && isset($es_errors[0]) == TRUE)
53
+ {
54
+ ?><div class="error fade"><p><strong><?php echo $es_errors[0]; ?></strong></p></div><?php
55
+ }
56
+ if ($es_error_found == FALSE && strlen($es_success) > 0)
57
+ {
58
+ ?>
59
+ <div class="updated fade">
60
+ <p><strong><?php echo $es_success; ?> <a href="<?php echo ES_ADMINURL; ?>?page=es-compose"><?php _e('Click here', 'email-subscribers'); ?></a>
61
+ <?php _e(' to view the details', 'email-subscribers'); ?></strong></p>
62
+ </div>
63
+ <?php
64
+ }
65
+ ?>
66
+ <div class="form-wrap">
67
+ <div id="icon-plugins" class="icon32"></div>
68
+ <h2><?php _e(ES_PLUGIN_DISPLAY, 'email-subscribers'); ?></h2>
69
+ <h3><?php _e('Compose Mail', 'email-subscribers'); ?></h3>
70
+ <form name="es_form" method="post" action="#" onsubmit="return _es_submit()" >
71
+
72
+ <label for="tag-link"><?php _e('Mail type', 'email-subscribers'); ?></label>
73
+ <select name="es_email_type" id="es_email_type">
74
+ <option value='Static Template' selected="selected">Static Template (For Newsletter Email)</option>
75
+ <option value='Dynamic Template'>Dynamic Template (For Notification Email)</option>
76
+ </select>
77
+ <p><?php _e('Please select your mail type.', 'email-subscribers'); ?></p>
78
+
79
+ <label for="tag-link"><?php _e('Enter mail subject.', 'email-subscribers'); ?></label>
80
+ <input name="es_templ_heading" type="text" id="es_templ_heading" value="" size="80" maxlength="225" />
81
+ <p><?php _e('Please enter your mail subject.', 'email-subscribers'); ?>
82
+ Keyword: ###POSTTITLE###</p>
83
+
84
+ <label for="tag-link"><?php _e('Mail content', 'email-subscribers'); ?></label>
85
+ <?php $settings_body = array( 'textarea_rows' => 25 ); ?>
86
+ <?php wp_editor("", "es_templ_body", $settings_body);?>
87
+ <p><?php _e('Please enter content for your mail.', 'email-subscribers'); ?>
88
+ <br />Keywords: ###POSTTITLE###, ###POSTLINK###, ###POSTIMAGE###, ###POSTDESC###, ###POSTFULL###, ###DATE###, ###POSTLINK-ONLY###, ###POSTLINK-WITHTITLE###</p>
89
+
90
+ <label for="tag-link"><?php _e('Status', 'email-subscribers'); ?></label>
91
+ <select name="es_templ_status" id="es_templ_status">
92
+ <option value='Published' selected="selected">Published</option>
93
+ </select>
94
+ <p><?php _e('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 _e('Submit', 'email-subscribers'); ?>" type="submit" />
99
+ <input name="publish" lang="publish" class="button add-new-h2" onclick="_es_redirect()" value="<?php _e('Cancel', 'email-subscribers'); ?>" type="button" />
100
+ <input name="Help" lang="publish" class="button add-new-h2" onclick="_es_help()" value="<?php _e('Help', 'email-subscribers'); ?>" type="button" />
101
+ </p>
102
+ <?php wp_nonce_field('es_form_add'); ?>
103
+ </form>
104
+ </div>
105
+ <p class="description"><?php echo ES_OFFICIAL; ?></p>
106
+ </div>
compose/compose-edit.php ADDED
@@ -0,0 +1,120 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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_compose::es_template_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_compose::es_template_select($did);
21
+
22
+ // Preset the form fields
23
+ $form = array(
24
+ 'es_templ_id' => $data['es_templ_id'],
25
+ 'es_templ_heading' => stripslashes($data['es_templ_heading']),
26
+ 'es_templ_body' => stripslashes($data['es_templ_body']),
27
+ 'es_templ_status' => $data['es_templ_status'],
28
+ 'es_email_type' => $data['es_email_type']
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_templ_heading'] = isset($_POST['es_templ_heading']) ? $_POST['es_templ_heading'] : '';
38
+ if ($form['es_templ_heading'] == '')
39
+ {
40
+ $es_errors[] = __('Please enter template heading.', 'email-subscribers');
41
+ $es_error_found = TRUE;
42
+ }
43
+ $form['es_templ_body'] = isset($_POST['es_templ_body']) ? $_POST['es_templ_body'] : '';
44
+ $form['es_templ_status'] = isset($_POST['es_templ_status']) ? $_POST['es_templ_status'] : '';
45
+ $form['es_email_type'] = isset($_POST['es_email_type']) ? $_POST['es_email_type'] : '';
46
+ $form['es_templ_id'] = isset($_POST['es_templ_id']) ? $_POST['es_templ_id'] : '0';
47
+
48
+ // No errors found, we can add this Group to the table
49
+ if ($es_error_found == FALSE)
50
+ {
51
+ $action = "";
52
+ $action = es_cls_compose::es_template_ins($form, $action = "update");
53
+ if($action == "sus")
54
+ {
55
+ $es_success = __('Template was successfully updated.', 'email-subscribers');
56
+ }
57
+ }
58
+ }
59
+
60
+ if ($es_error_found == TRUE && isset($es_errors[0]) == TRUE)
61
+ {
62
+ ?><div class="error fade"><p><strong><?php echo $es_errors[0]; ?></strong></p></div><?php
63
+ }
64
+ if ($es_error_found == FALSE && strlen($es_success) > 0)
65
+ {
66
+ ?>
67
+ <div class="updated fade">
68
+ <p>
69
+ <strong>
70
+ <?php echo $es_success; ?>
71
+ <a href="<?php echo get_option('siteurl'); ?>/wp-admin/admin.php?page=es-compose"><?php _e('Click here', 'email-subscribers'); ?></a>
72
+ <?php _e(' to view the details', 'email-subscribers'); ?>
73
+ </strong>
74
+ </p>
75
+ </div>
76
+ <?php
77
+ }
78
+ ?>
79
+ <div class="form-wrap">
80
+ <div id="icon-plugins" class="icon32"></div>
81
+ <h2><?php _e(ES_PLUGIN_DISPLAY, 'email-subscribers'); ?></h2>
82
+ <h3><?php _e('Compose Mail', 'email-subscribers'); ?></h3>
83
+ <form name="es_form" method="post" action="#" onsubmit="return _es_submit()" >
84
+
85
+ <label for="tag-link"><?php _e('Mail type', 'email-subscribers'); ?></label>
86
+ <select name="es_email_type" id="es_email_type">
87
+ <option value='Static Template' <?php if($form['es_email_type']=='Static Template') { echo 'selected="selected"' ; } ?>>Static Template (For Newsletter Email)</option>
88
+ <option value='Dynamic Template' <?php if($form['es_email_type']=='Dynamic Template') { echo 'selected="selected"' ; } ?>>Dynamic Template (For Notification Email)</option>
89
+ </select>
90
+ <p><?php _e('Please select your mail type.', 'email-subscribers'); ?></p>
91
+
92
+ <label for="tag-link"><?php _e('Enter mail subject.', 'email-subscribers'); ?></label>
93
+ <input name="es_templ_heading" type="text" id="es_templ_heading" value="<?php echo esc_html(stripslashes($form['es_templ_heading'])); ?>" size="80" maxlength="225" />
94
+ <p><?php _e('Please enter your mail subject.', 'email-subscribers'); ?> Keyword: ###POSTTITLE###</p>
95
+
96
+ <label for="tag-link"><?php _e('Mail content', 'email-subscribers'); ?></label>
97
+ <?php $settings_body = array( 'textarea_rows' => 25 ); ?>
98
+ <?php wp_editor(stripslashes($form['es_templ_body']), "es_templ_body", $settings_body);?>
99
+ <p><?php _e('Please enter content for your mail.', 'email-subscribers'); ?>
100
+ <br />Keywords: ###POSTTITLE###, ###POSTLINK###, ###POSTIMAGE###, ###POSTDESC###, ###POSTFULL###, ###DATE###, ###POSTLINK-ONLY###, ###POSTLINK-WITHTITLE###</p>
101
+
102
+ <label for="tag-link"><?php _e('Status', 'email-subscribers'); ?></label>
103
+ <select name="es_templ_status" id="es_templ_status">
104
+ <option value='Published' <?php if($form['es_templ_status']=='Published') { echo 'selected="selected"' ; } ?>>Published</option>
105
+ </select>
106
+ <p><?php _e('Please select your mail status.', 'email-subscribers'); ?></p>
107
+
108
+ <input type="hidden" name="es_form_submit" value="yes"/>
109
+ <input type="hidden" name="es_templ_id" id="es_templ_id" value="<?php echo $form['es_templ_id']; ?>"/>
110
+ <p class="submit">
111
+ <input name="publish" lang="publish" class="button add-new-h2" value="<?php _e('Submit', 'email-subscribers'); ?>" type="submit" />
112
+ <input name="publish" lang="publish" class="button add-new-h2" onclick="_es_redirect()" value="<?php _e('Cancel', 'email-subscribers'); ?>" type="button" />
113
+ <input name="Help" lang="publish" class="button add-new-h2" onclick="_es_help()" value="<?php _e('Help', 'email-subscribers'); ?>" type="button" />
114
+ </p>
115
+
116
+ <?php wp_nonce_field('es_form_edit'); ?>
117
+ </form>
118
+ </div>
119
+ <p class="description"><?php echo ES_OFFICIAL; ?></p>
120
+ </div>
compose/compose-preview.php ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php if(preg_match('#' . basename(__FILE__) . '#', $_SERVER['PHP_SELF'])) { die('You are not allowed to call this page directly.'); } ?>
2
+ <?php
3
+ $did = isset($_GET['did']) ? $_GET['did'] : '0';
4
+ es_cls_security::es_check_number($did);
5
+
6
+ // First check if ID exist with requested ID
7
+ $result = es_cls_compose::es_template_count($did);
8
+ if ($result != '1')
9
+ {
10
+ ?><div class="error fade"><p><strong><?php _e('Oops, selected details doesnt exist.', 'email-subscribers'); ?></strong></p></div><?php
11
+ }
12
+ ?>
13
+ <div class="wrap">
14
+ <div id="icon-plugins" class="icon32"></div>
15
+ <h2><?php _e(ES_PLUGIN_DISPLAY, 'email-subscribers'); ?></h2>
16
+ <h3><?php _e('Preview Mail', 'email-subscribers'); ?></h3>
17
+ <div class="tool-box">
18
+ <div style="padding:15px;background-color:#FFFFFF;">
19
+ <?php
20
+ $preview = es_cls_compose::es_template_select($did);
21
+ $es_templ_body = $preview["es_templ_body"];
22
+ $es_templ_body = nl2br($es_templ_body);
23
+ echo stripslashes($es_templ_body);
24
+ ?>
25
+ </div>
26
+ <div class="tablenav">
27
+ <h2>
28
+ <a class="button add-new-h2" href="<?php echo ES_ADMINURL; ?>?page=es-compose"><?php _e('Back', 'email-subscribers'); ?></a>
29
+ <a class="button add-new-h2" href="<?php echo ES_ADMINURL; ?>?page=es-compose&ac=edit&did=<?php echo $did; ?>"><?php _e('Edit', 'email-subscribers'); ?></a>
30
+ <a class="button add-new-h2" target="_blank" href="<?php echo ES_FAV; ?>"><?php _e('Help', 'email-subscribers'); ?></a>
31
+ </h2>
32
+ </div>
33
+ <div style="height:10px;"></div>
34
+ <p class="description"><?php echo ES_OFFICIAL; ?></p>
35
+ </div>
36
+ </div>
compose/compose-show.php ADDED
@@ -0,0 +1,126 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php if(preg_match('#' . basename(__FILE__) . '#', $_SERVER['PHP_SELF'])) { die('You are not allowed to call this page directly.'); } ?>
2
+ <?php
3
+ $es_c_email_subscribers_ver = get_option('email-subscribers');
4
+ if ($es_c_email_subscribers_ver <> "2.9")
5
+ {
6
+ ?>
7
+ <div class="error fade">
8
+ <p>
9
+ Note: You have recently upgraded the plugin and your tables are not sync.
10
+ Please <a title="Sync plugin tables." href="<?php echo ES_ADMINURL; ?>?page=es-settings&amp;ac=sync"><?php _e('Click Here', 'email-subscribers'); ?></a> to sync the table.
11
+ This is mandatory and it will not affect your data.
12
+ </p>
13
+ </div>
14
+ <?php
15
+ }
16
+
17
+ // Form submitted, check the data
18
+ if (isset($_POST['frm_es_display']) && $_POST['frm_es_display'] == 'yes')
19
+ {
20
+ $did = isset($_GET['did']) ? $_GET['did'] : '0';
21
+ es_cls_security::es_check_number($did);
22
+
23
+ $es_success = '';
24
+ $es_success_msg = FALSE;
25
+
26
+ // First check if ID exist with requested ID
27
+ $result = es_cls_compose::es_template_count($did);
28
+ if ($result != '1')
29
+ {
30
+ ?><div class="error fade"><p><strong><?php _e('Oops, selected details doesnt exist.', 'email-subscribers'); ?></strong></p></div><?php
31
+ }
32
+ else
33
+ {
34
+ // Form submitted, check the action
35
+ if (isset($_GET['ac']) && $_GET['ac'] == 'del' && isset($_GET['did']) && $_GET['did'] != '')
36
+ {
37
+ // Just security thingy that wordpress offers us
38
+ check_admin_referer('es_form_show');
39
+
40
+ // Delete selected record from the table
41
+ es_cls_compose::es_template_delete($did);
42
+
43
+ // Set success message
44
+ $es_success_msg = TRUE;
45
+ $es_success = __('Selected record was successfully deleted.', 'email-subscribers');
46
+ }
47
+ }
48
+
49
+ if ($es_success_msg == TRUE)
50
+ {
51
+ ?><div class="updated fade"><p><strong><?php echo $es_success; ?></strong></p></div><?php
52
+ }
53
+ }
54
+ ?>
55
+ <div class="wrap">
56
+ <div id="icon-plugins" class="icon32"></div>
57
+ <h2><?php _e(ES_PLUGIN_DISPLAY, 'email-subscribers'); ?></h2>
58
+ <h3><?php _e('Compose Mail', 'email-subscribers'); ?>
59
+ <a class="add-new-h2" href="<?php echo ES_ADMINURL; ?>?page=es-compose&amp;ac=add"><?php _e('Add New', 'email-subscribers'); ?></a></h3>
60
+ <div class="tool-box">
61
+ <?php
62
+ $myData = array();
63
+ $myData = es_cls_compose::es_template_select(0);
64
+ ?>
65
+ <form name="frm_es_display" method="post">
66
+ <table width="100%" class="widefat" id="straymanage">
67
+ <thead>
68
+ <tr>
69
+ <th scope="col"><?php _e('Email subject', 'email-subscribers'); ?></th>
70
+ <th scope="col"><?php _e('Status', 'email-subscribers'); ?></th>
71
+ <th scope="col"><?php _e('Type', 'email-subscribers'); ?></th>
72
+ <th scope="col"><?php _e('Action', 'email-subscribers'); ?></th>
73
+ </tr>
74
+ </thead>
75
+ <tfoot>
76
+ <tr>
77
+ <th scope="col"><?php _e('Email subject', 'email-subscribers'); ?></th>
78
+ <th scope="col"><?php _e('Status', 'email-subscribers'); ?></th>
79
+ <th scope="col"><?php _e('Type', 'email-subscribers'); ?></th>
80
+ <th scope="col"><?php _e('Action', 'email-subscribers'); ?></th>
81
+ </tr>
82
+ </tfoot>
83
+ <tbody>
84
+ <?php
85
+ $i = 0;
86
+ $displayisthere = FALSE;
87
+ if(count($myData) > 0)
88
+ {
89
+ $i = 1;
90
+ foreach ($myData as $data)
91
+ {
92
+ ?>
93
+ <tr class="<?php if ($i&1) { echo'alternate'; } else { echo ''; }?>">
94
+ <td><?php echo esc_html(stripslashes($data['es_templ_heading'])); ?></td>
95
+ <td><?php echo $data['es_templ_status']; ?></td>
96
+ <td><?php echo $data['es_email_type']; ?></td>
97
+ <td>
98
+ <a title="Edit" href="<?php echo ES_ADMINURL; ?>?page=es-compose&amp;ac=edit&amp;did=<?php echo $data['es_templ_id']; ?>"><?php _e('Edit', 'email-subscribers'); ?></a>
99
+ | <a onClick="javascript:_es_delete('<?php echo $data['es_templ_id']; ?>')" href="javascript:void(0);"><?php _e('Delete', 'email-subscribers'); ?></a>
100
+ | <a title="Preview" href="<?php echo ES_ADMINURL; ?>?page=es-compose&amp;ac=preview&amp;did=<?php echo $data['es_templ_id']; ?>"><?php _e('Preview', 'email-subscribers'); ?></a>
101
+ </td>
102
+ </tr>
103
+ <?php
104
+ $i = $i+1;
105
+ }
106
+ }
107
+ else
108
+ {
109
+ ?><tr><td colspan="4" align="center"><?php _e('No records available.', 'email-subscribers'); ?></td></tr><?php
110
+ }
111
+ ?>
112
+ </tbody>
113
+ </table>
114
+ <?php wp_nonce_field('es_form_show'); ?>
115
+ <input type="hidden" name="frm_es_display" value="yes"/>
116
+ </form>
117
+ <div class="tablenav">
118
+ <h2>
119
+ <a class="button add-new-h2" href="<?php echo ES_ADMINURL; ?>?page=es-compose&amp;ac=add"><?php _e('Add New', 'email-subscribers'); ?></a>
120
+ <a class="button add-new-h2" target="_blank" href="<?php echo ES_FAV; ?>"><?php _e('Help', 'email-subscribers'); ?></a>
121
+ </h2>
122
+ </div>
123
+ <div style="height:10px;"></div>
124
+ <p class="description"><?php echo ES_OFFICIAL; ?></p>
125
+ </div>
126
+ </div>
compose/compose.js ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ function _es_submit()
2
+ {
3
+ if(document.es_form.es_set_name.value=="")
4
+ {
5
+ alert(es_compose_notices.es_configuration_name);
6
+ document.es_form.es_set_name.focus();
7
+ return false;
8
+ }
9
+ else if(document.es_form.es_set_templid.value=="")
10
+ {
11
+ alert(es_compose_notices.es_configuration_template);
12
+ return false;
13
+ }
14
+ }
15
+
16
+ function _es_delete(id)
17
+ {
18
+ if(confirm(es_compose_notices.es_compose_delete_record))
19
+ {
20
+ document.frm_es_display.action="admin.php?page=es-compose&ac=del&did="+id;
21
+ document.frm_es_display.submit();
22
+ }
23
+ }
24
+
25
+ function _es_redirect()
26
+ {
27
+ window.location = "admin.php?page=es-compose";
28
+ }
29
+
30
+ function _es_help()
31
+ {
32
+ window.open("http://www.storeapps.org/support/contact-us/");
33
+ }
compose/index.html ADDED
@@ -0,0 +1 @@
 
1
+ <html><body bgcolor="#FFFFFF"></body></html>
cron/cron-add.php ADDED
@@ -0,0 +1,103 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ $cron_adminmail = "";
8
+
9
+ // Form submitted, check the data
10
+ if (isset($_POST['es_form_submit']) && $_POST['es_form_submit'] == 'yes')
11
+ {
12
+ // Just security thingy that wordpress offers us
13
+ check_admin_referer('es_form_add');
14
+
15
+ $es_cron_mailcount = isset($_POST['es_cron_mailcount']) ? $_POST['es_cron_mailcount'] : '';
16
+ if($es_cron_mailcount == "0" && strlen ($es_cron_mailcount) > 0)
17
+ {
18
+ $es_errors[] = __('Please enter valid mail count.', 'email-subscribers');
19
+ $es_error_found = TRUE;
20
+ }
21
+
22
+ $es_cron_adminmail = isset($_POST['es_cron_adminmail']) ? $_POST['es_cron_adminmail'] : '';
23
+
24
+ // No errors found, we can add this Group to the table
25
+ if ($es_error_found == FALSE)
26
+ {
27
+ update_option('es_cron_mailcount', $es_cron_mailcount );
28
+ update_option('es_cron_adminmail', $es_cron_adminmail );
29
+ $es_success = __('Cron details successfully updated.', 'email-subscribers');
30
+ }
31
+ }
32
+
33
+ $es_cron_url = get_option('es_c_cronurl', 'nocronurl');
34
+ if($es_cron_url == "nocronurl")
35
+ {
36
+ $guid = es_cls_common::es_generate_guid(60);
37
+ $home_url = home_url('/');
38
+ $cronurl = $home_url . "?es=cron&guid=". $guid;
39
+ add_option('es_c_cronurl', $cronurl);
40
+ $es_cron_url = get_option('es_c_cronurl');
41
+ }
42
+
43
+ $es_cron_mailcount = get_option('es_cron_mailcount', '0');
44
+ if($es_cron_mailcount == "0")
45
+ {
46
+ add_option('es_cron_mailcount', "50");
47
+ $es_cron_mailcount = get_option('es_cron_mailcount');
48
+ }
49
+ $es_cron_adminmail = get_option('es_cron_adminmail', '');
50
+ if($es_cron_adminmail == "")
51
+ {
52
+ add_option('es_cron_adminmail', "Hi Admin, \r\n\r\nCron URL has been triggered successfully on ###DATE### for the mail ###SUBJECT###. And it sent mail to ###COUNT### recipient. \r\n\r\nThank You");
53
+ $es_cron_adminmail = get_option('es_cron_adminmail');
54
+ }
55
+
56
+ if ($es_error_found == TRUE && isset($es_errors[0]) == TRUE)
57
+ {
58
+ ?><div class="error fade"><p><strong><?php echo $es_errors[0]; ?></strong></p></div><?php
59
+ }
60
+ if ($es_error_found == FALSE && strlen($es_success) > 0)
61
+ {
62
+ ?>
63
+ <div class="updated fade">
64
+ <p><strong><?php echo $es_success; ?></strong></p>
65
+ </div>
66
+ <?php
67
+ }
68
+ ?>
69
+ <div class="form-wrap">
70
+ <div id="icon-plugins" class="icon32"></div>
71
+ <h2><?php _e(ES_PLUGIN_DISPLAY, 'email-subscribers'); ?></h2>
72
+ <h3><?php _e('Cron Details', 'email-subscribers'); ?></h3>
73
+ <form name="es_form" method="post" action="#" onsubmit="return _es_submit()" >
74
+
75
+ <label for="tag-link"><?php _e('Cron job URL', 'email-subscribers'); ?></label>
76
+ <input name="es_cron_url" type="text" id="es_cron_url" value="<?php echo $es_cron_url; ?>" maxlength="225" size="75" />
77
+ <p><?php _e('Please find your cron job URL. This is read only field not able to modify from admin.', 'email-subscribers'); ?></p>
78
+
79
+ <label for="tag-link"><?php _e('Mail Count', 'email-subscribers'); ?></label>
80
+ <input name="es_cron_mailcount" type="text" id="es_cron_mailcount" value="<?php echo $es_cron_mailcount; ?>" maxlength="3" />
81
+ <p><?php _e('Enter number of mails you want to send per hour/trigger.', 'email-subscribers'); ?></p>
82
+
83
+ <label for="tag-link"><?php _e('Admin Report', 'email-subscribers'); ?></label>
84
+ <textarea size="100" id="es_cron_adminmail" rows="6" cols="73" name="es_cron_adminmail"><?php echo esc_html(stripslashes($es_cron_adminmail)); ?></textarea>
85
+ <p><?php _e('Send above mail to admin whenever cron URL triggered in your server.', 'email-subscribers'); ?><br />(Keywords: ###DATE###, ###SUBJECT###, ###COUNT###)</p>
86
+
87
+ <input type="hidden" name="es_form_submit" value="yes"/>
88
+ <p class="submit">
89
+ <input name="publish" lang="publish" class="button add-new-h2" value="<?php _e('Submit', 'email-subscribers'); ?>" type="submit" />
90
+ <input name="publish" lang="publish" class="button add-new-h2" onclick="_es_redirect()" value="<?php _e('Cancel', 'email-subscribers'); ?>" type="button" />
91
+ <input name="Help" lang="publish" class="button add-new-h2" onclick="_es_help()" value="<?php _e('Help', 'email-subscribers'); ?>" type="button" />
92
+ </p>
93
+ <?php wp_nonce_field('es_form_add'); ?>
94
+ </form>
95
+ </div>
96
+ <div class="tool-box">
97
+ <h3><?php _e('How to setup auto emails?', 'email-subscribers'); ?></h3>
98
+ <p><?php _e('I strongly recommend you to use "Send mail via cron job" option to send your newsletters and notification. The following link explains how to create a CRON job through the cPanel or Plesk.', 'email-subscribers'); ?></p>
99
+ <p><?php _e('How to setup auto emails (cron job) in Plesk', 'email-subscribers'); ?> <a target="_blank" href="http://www.gopiplus.com/work/2015/08/02/how-to-schedule-auto-emails-for-email-subscribers-wordpress-plugin-in-parallels-plesk/"><?php _e('Click here', 'email-subscribers'); ?></a>.</p>
100
+ <p><?php _e('How to setup auto emails (cron job) in cPanal', 'email-subscribers'); ?> <a target="_blank" href="http://www.gopiplus.com/work/2015/08/04/how-to-schedule-auto-emails-for-email-subscribers-wordpress-plugin-in-cpanel/"><?php _e('Click here', 'email-subscribers'); ?></a>.</p>
101
+ <p><?php _e('Hosting doesnt support cron jobs?', 'email-subscribers'); ?> <a target="_blank" href="http://www.gopiplus.com/work/2015/08/08/email-subscribers-wordpress-plugin-how-to-schedule-auto-mails-cron-mails/"><?php _e('Click here', 'email-subscribers'); ?></a> for solution.</p>
102
+ </div>
103
+ </div>
cron/cron.js ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ function _es_submit()
2
+ {
3
+ if(document.es_form.es_cron_mailcount.value == "")
4
+ {
5
+ alert(es_cron_notices.es_cron_number);
6
+ document.es_form.es_cron_mailcount.focus();
7
+ return false;
8
+ }
9
+ else if(isNaN(document.es_form.es_cron_mailcount.value))
10
+ {
11
+ alert(es_cron_notices.es_cron_input_type);
12
+ document.es_form.es_cron_mailcount.focus();
13
+ return false;
14
+ }
15
+ }
16
+
17
+ function _es_redirect()
18
+ {
19
+ window.location = "admin.php?page=es-cron";
20
+ }
21
+
22
+ function _es_help()
23
+ {
24
+ window.open("http://www.storeapps.org/support/contact-us/");
25
+ }
email-subscribers.php ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Plugin Name: Email Subscribers
4
+ * Plugin URI: http://www.storeapps.org/
5
+ * Description: Email subscribers plugin has options to send newsletters to subscribers. It has a separate page with HTML editor to create a HTML newsletter. 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.
6
+ * Version: 3.1
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.4.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.'); }
19
+
20
+ require_once(dirname(__FILE__).DIRECTORY_SEPARATOR.'base'.DIRECTORY_SEPARATOR.'es-defined.php');
21
+ require_once(dirname(__FILE__).DIRECTORY_SEPARATOR.'classes'.DIRECTORY_SEPARATOR.'es-stater.php');
22
+
23
+ add_action( 'admin_menu', array( 'es_cls_registerhook', 'es_adminmenu' ) );
24
+ add_action( 'admin_enqueue_scripts', array( 'es_cls_registerhook', 'es_load_scripts' ) );
25
+ add_action( 'wp_enqueue_scripts', array( 'es_cls_registerhook', 'es_load_widget_scripts_styles' ) );
26
+ register_activation_hook( ES_FILE, array( 'es_cls_registerhook', 'es_activation' ) );
27
+ register_deactivation_hook( ES_FILE, array( 'es_cls_registerhook', 'es_deactivation' ) );
28
+ add_action( 'widgets_init', array( 'es_cls_registerhook', 'es_widget_loading' ));
29
+ add_shortcode( 'email-subscribers', 'es_shortcode' );
30
+
31
+ require_once(dirname(__FILE__).DIRECTORY_SEPARATOR.'classes'.DIRECTORY_SEPARATOR.'es-directly.php');
32
+
33
+ function es_textdomain() {
34
+ load_plugin_textdomain( 'email-subscribers' , false, dirname( plugin_basename( __FILE__ ) ) . '/languages/' );
35
+ }
36
+
37
+ add_action( 'plugins_loaded', 'es_textdomain' );
38
+ add_action( 'transition_post_status', array( 'es_cls_sendmail', 'es_prepare_notification' ), 10, 3 );
39
+
40
+ add_action( 'user_register', 'es_sync_registereduser');
41
+ ?>
export/export-email-address.php ADDED
@@ -0,0 +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
+ if(isset($_GET['es']))
4
+ {
5
+ if($_GET['es'] == "export")
6
+ {
7
+ //if (!session_id())
8
+ //{
9
+ // session_start();
10
+ //}
11
+
12
+ //if ($_SESSION['es_exportcsv'] == "YES")
13
+ //{
14
+ if($_SERVER['REQUEST_METHOD'] == "POST")
15
+ {
16
+ if (strpos($_SERVER['HTTP_REFERER'], get_option('siteurl')) !== false)
17
+ {
18
+ global $wpdb;
19
+ $option = isset($_REQUEST['option']) ? $_REQUEST['option'] : '';
20
+ switch ($option)
21
+ {
22
+ case "view_subscriber":
23
+ $sSql = "select es_email_mail as Email, es_email_name as Name, es_email_status as Status, es_email_created as Created,";
24
+ $sSql = $sSql . " es_email_group as Emailgroup from ". $wpdb->prefix . "es_emaillist ORDER BY es_email_mail";
25
+ $data = $wpdb->get_results($sSql);
26
+ es_cls_common::download($data, 's', '');
27
+ break;
28
+ case "registered_user":
29
+ $data = $wpdb->get_results("select user_email as 'Email', user_nicename as 'Name' from ". $wpdb->prefix . "users ORDER BY user_nicename");
30
+ es_cls_common::download($data, 'r', '');
31
+ break;
32
+ case "commentposed_user":
33
+ $sSql = "SELECT DISTINCT(comment_author_email) as Email, comment_author as 'Name'";
34
+ $sSql = $sSql . "from ". $wpdb->prefix . "comments WHERE comment_author_email <> '' ORDER BY comment_author_email";
35
+ $data = $wpdb->get_results($sSql);
36
+ es_cls_common::download($data, 'c', '');
37
+ break;
38
+ default:
39
+ _e('Unexpected url submit has been detected', ELP_TDOMAIN);
40
+ break;
41
+ }
42
+ }
43
+ else
44
+ {
45
+ _e('Unexpected url submit has been detected', ELP_TDOMAIN);
46
+ }
47
+ }
48
+ else
49
+ {
50
+ _e('Unexpected url submit has been detected', ELP_TDOMAIN);
51
+ }
52
+ //}
53
+ //else
54
+ //{
55
+ // _e('Unexpected url submit has been detected', ELP_TDOMAIN);
56
+ //}
57
+
58
+
59
+ }
60
+ }
61
+ die();
62
+ ?>
export/index.html ADDED
@@ -0,0 +1 @@
 
1
+ <html><body bgcolor="#FFFFFF"></body></html>
help/help.php ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ <h2><?php _e(ES_PLUGIN_DISPLAY, 'email-subscribers'); ?></h2>
4
+ <h3>Frequently Asked Questions</h3>
5
+ <ol>
6
+ <li>What are all the steps to do after plugin activation?</li>
7
+ <li>How to setup subscription box widget?</li>
8
+ <li>How to import and export email address to subscriber list?</li>
9
+ <li>How to compose static newsletter?</li>
10
+ <li>How to add subscription box in posts?</li>
11
+ <li>How to modify the existing mails (Opt-in mail, Welcome mail, Admin mails) content?</li>
12
+ <li>How to send static newsletter manually?</li>
13
+ <li>Where to check sent mails?</li>
14
+ <li>How to configure notification email to subscribers when new posts are published?</li>
15
+ <li>How to update default alert message from subscription box?</li>
16
+ <li>How to add new subscribers group?</li>
17
+ <li>Is plugin contain bulk update option for subscribers group?</li>
18
+ <li>Is Mail not working on Email Subscribers wordpress plugin?</li>
19
+ <li>How to install and activate Email Subscribers on multisite installation blogs?</li>
20
+ <li>How to schedule auto mails (Cron mails)?</li>
21
+ </ol>
22
+ <p>Check official website for FAQ answer <a target="_blank" href="http://www.gopiplus.com/work/2014/05/02/email-subscribers-wordpress-plugin/">click here</a></p>
23
+ <h3>How to setup auto emails?</h3>
24
+ I strongly recommend you to use "Send mail via cron job" option to send your newsletters and notification. The following link explains how to create a CRON job through the cPanel or Plesk.
25
+ <ol>
26
+ <li>How to setup auto emails (cron job) in Plesk <a target="_blank" href="http://www.gopiplus.com/work/2015/08/02/how-to-schedule-auto-emails-for-email-subscribers-wordpress-plugin-in-parallels-plesk/">Click here</a>.</li>
27
+ <li>How to setup auto emails (cron job) in cPanal <a target="_blank" href="http://www.gopiplus.com/work/2015/08/04/how-to-schedule-auto-emails-for-email-subscribers-wordpress-plugin-in-cpanel/">Click here</a>.</li>
28
+ <li>Hosting doesnt support cron jobs? <a target="_blank" href="http://www.gopiplus.com/work/2015/08/08/email-subscribers-wordpress-plugin-how-to-schedule-auto-mails-cron-mails/">Click here</a> for solution.</li>
29
+ </ol>
30
+ </div>
help/index.html ADDED
@@ -0,0 +1 @@
 
1
+ <html><body bgcolor="#FFFFFF"></body></html>
images/arrow1.jpg ADDED
Binary file
images/arrow2.jpg ADDED
Binary file
images/banner-772x250.png ADDED
Binary file
images/delete.gif ADDED
Binary file
images/edit.gif ADDED
Binary file
images/gopiplus.png ADDED
Binary file
images/index.html ADDED
@@ -0,0 +1 @@
 
1
+ <html><body bgcolor="#FFFFFF"></body></html>
images/mail-big.png ADDED
Binary file
images/mail.png ADDED
Binary file
images/preview.gif ADDED
Binary file
images/uparrow.jpg ADDED
Binary file
index.html ADDED
@@ -0,0 +1 @@
 
1
+ <html><body bgcolor="#FFFFFF"></body></html>
job/es-cron.php ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ }
46
+ }
47
+ }
48
+ }
49
+ }
50
+ die();
51
+ ?>
job/es-optin.php ADDED
@@ -0,0 +1,90 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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; ?>" />
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
+ ?>
job/es-subscribe.php ADDED
@@ -0,0 +1,95 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ ?>
job/es-unsubscribe.php ADDED
@@ -0,0 +1,81 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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; ?>" />
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
+ ?>
job/es-viewstatus.php ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ ?>
job/index.html ADDED
@@ -0,0 +1 @@
 
1
+ <html><body bgcolor="#FFFFFF"></body></html>
languages/email-subscribers-de_DE.mo ADDED
Binary file
languages/email-subscribers-de_DE.po ADDED
@@ -0,0 +1,1315 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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:29+0800\n"
6
+ "Last-Translator: \n"
7
+ "Language-Team: www.gopiplus.com <www.gopiplus.com>\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 "Name"
23
+
24
+ #: ../classes/es-loadwidget.php:33 ../classes/es-register.php:255
25
+ msgid "Email *"
26
+ msgstr "E-Mail-Adresse*"
27
+
28
+ #: ../classes/es-loadwidget.php:38 ../classes/es-register.php:260
29
+ msgid "Subscribe"
30
+ msgstr "Aktivieren"
31
+
32
+ #: ../classes/es-register.php:43
33
+ msgid "These tables could not be created on installation "
34
+ msgstr "Die Tabellen konnten während der Installation nicht erstellt werden"
35
+
36
+ #: ../classes/es-register.php:133 ../classes/es-register.php:134
37
+ msgid "Email Subscriber"
38
+ msgstr "E-Mail Empfänger"
39
+
40
+ #: ../classes/es-register.php:136 ../classes/es-register.php:137
41
+ msgid "Subscribers"
42
+ msgstr "Empfänger"
43
+
44
+ #: ../classes/es-register.php:139 ../classes/es-register.php:140
45
+ msgid "Compose"
46
+ msgstr "Erstellen"
47
+
48
+ #: ../classes/es-register.php:142 ../classes/es-register.php:143
49
+ #: ../notification/notification-show.php:45
50
+ msgid "Notification"
51
+ msgstr "Benachrichtigung"
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 "E-Mail senden"
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 "E-Mail erstellen"
67
+
68
+ #: ../classes/es-register.php:151 ../classes/es-register.php:152
69
+ #: ../settings/settings-edit.php:190
70
+ msgid "Settings"
71
+ msgstr "Einstellungen"
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 "Gesendete E-Mails"
81
+
82
+ #: ../classes/es-register.php:160 ../classes/es-register.php:161
83
+ msgid "Help & Info"
84
+ msgstr "Hilfe & 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 "Eingaefeld für Namen anzeigen"
93
+
94
+ #: ../classes/es-register.php:307
95
+ msgid "Short Description"
96
+ msgstr "Kurzbeschreibung"
97
+
98
+ #: ../classes/es-register.php:309
99
+ msgid "Short description about your subscription form."
100
+ msgstr "Kurzbeschreibung des Anmeldeformulars"
101
+
102
+ #: ../classes/es-register.php:312
103
+ msgid "Subscriber Group"
104
+ msgstr "Empfängergruppe"
105
+
106
+ #: ../compose/compose-add.php:25 ../compose/compose-edit.php:40
107
+ msgid "Please enter template heading."
108
+ msgstr "Bitte Vorlagenkopf eingeben."
109
+
110
+ #: ../compose/compose-add.php:39
111
+ msgid "Template was successfully created."
112
+ msgstr "Die Vorlage wurde erstellt."
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 "Hier klicken"
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 "um Details anzuzeigen"
136
+
137
+ #: ../compose/compose-add.php:70 ../compose/compose-edit.php:83
138
+ #: ../compose/compose-show.php:59
139
+ msgid "Compose Mail"
140
+ msgstr "E-Mail erstellen"
141
+
142
+ #: ../compose/compose-add.php:73 ../compose/compose-edit.php:86
143
+ #: ../settings/settings-edit.php:206
144
+ msgid "Mail type"
145
+ msgstr "E-Mail-Typ"
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 "Bitte E-Mail-Typ auswählen."
151
+
152
+ #: ../compose/compose-add.php:80 ../compose/compose-edit.php:93
153
+ msgid "Enter mail subject."
154
+ msgstr "E-Mail Betreff eingeben."
155
+
156
+ #: ../compose/compose-add.php:82 ../compose/compose-edit.php:95
157
+ msgid "Please enter your mail subject."
158
+ msgstr "Bitte geben Sie einen Betreff ein."
159
+
160
+ #: ../compose/compose-add.php:85 ../compose/compose-edit.php:97
161
+ msgid "Mail content"
162
+ msgstr "E-Mail Inhalt"
163
+
164
+ #: ../compose/compose-add.php:88 ../compose/compose-edit.php:100
165
+ msgid "Please enter content for your mail."
166
+ msgstr "Bitte geben Sie einen Inhalt für das E-Mail ein."
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 "Bitte geben Sie Ihren E-Mail Status an."
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 "Senden"
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 "Abbrechen"
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 "Hilfe"
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 "Hoppla, die ausgewählten Details sind nicht vorhanden."
227
+
228
+ #: ../compose/compose-edit.php:55
229
+ msgid "Template was successfully updated."
230
+ msgstr "Die Vorlage wurde upgedatet."
231
+
232
+ #: ../compose/compose-preview.php:17 ../sentmail/sentmail-preview.php:19
233
+ msgid "Preview Mail"
234
+ msgstr "Vorschau E-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 "Zurück"
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 "Bearbeiten"
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 "Hier klicken"
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 "Der ausgewählte Eintrag wurde erfolgreich gelöscht."
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 "Hinzufügen"
268
+
269
+ #: ../compose/compose-show.php:70 ../compose/compose-show.php:78
270
+ msgid "Email subject"
271
+ msgstr "E-Mail Betreff"
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 "Typ"
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 "Aktion"
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 "Löschen"
293
+
294
+ #: ../compose/compose-show.php:101 ../sentmail/sentmail-show.php:73
295
+ #: ../sentmail/sentmail-show.php:86
296
+ msgid "Preview"
297
+ msgstr "Vorschau"
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 "Keine Einträge vorhanden."
303
+
304
+ #: ../cron/cron-add.php:18
305
+ #, fuzzy
306
+ msgid "Please enter valid mail count."
307
+ msgstr "Bitte geben Sie einen Betreff ein."
308
+
309
+ #: ../cron/cron-add.php:29
310
+ #, fuzzy
311
+ msgid "Cron details successfully updated."
312
+ msgstr "Die Details wurden erfolgreich upgedatet."
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 "E-Mail Inhalt"
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 "Berichte anzeigen"
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 "Es wurde eine unerwartete URL-Übermittlung entdeckt"
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
+ "Hoppla! Wir hatten gerade ein technisches Problem. Bitte versuchen Sie es "
381
+ "nochmals oder kontaktieren Sie den Administrator."
382
+
383
+ #: ../job/es-optin.php:69
384
+ msgid "This email address has already been confirmed."
385
+ msgstr "Diese E-Mail-Adresse wurde bereits bestätigt."
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 "Bitte wählen Sie eine Empfängergruppe."
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 "Bitte wählen Sie einen Benachrichtigungsstatus."
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
+ "Bitte wählen Sie einen Betreff für das Benachrichtigungs-E-Mail. Über das "
408
+ "Menü Erstellen können Sie einen neuen anlegen."
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 "Bitte Beitragskategorien auswählen."
416
+
417
+ #: ../notification/notification-add.php:69
418
+ msgid "Notification was successfully created."
419
+ msgstr "Die Benachrichtigung wurde erfolgreich erstellt."
420
+
421
+ #: ../notification/notification-add.php:101
422
+ msgid "Add Notification"
423
+ msgstr "Benachrichtigung hinzufügen"
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 "Empfängergruppe"
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 "Auswählen"
442
+
443
+ #: ../notification/notification-add.php:122
444
+ #: ../notification/notification-edit.php:121
445
+ msgid "Notification Mail"
446
+ msgstr "Benachrichtigungs-E-Mail"
447
+
448
+ #: ../notification/notification-add.php:141
449
+ #: ../notification/notification-edit.php:145
450
+ msgid "Post Categories"
451
+ msgstr "Beitragskategorien"
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 "Bitte E-Mail-Typ auswählen."
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 "Benachrichtigungsstatus"
470
+
471
+ #: ../notification/notification-edit.php:84
472
+ msgid "Notification was successfully updated."
473
+ msgstr "Die Benachrichtigung wurde erfolgreich upgedatet."
474
+
475
+ #: ../notification/notification-edit.php:112
476
+ msgid "Edit Notification"
477
+ msgstr "Benachrichtigung bearbeiten"
478
+
479
+ #: ../notification/notification-edit.php:119
480
+ msgid "Not allowed to update the subscribers group in edit page."
481
+ msgstr ""
482
+ "Die Empfängergruppe kann in der Seitenbearbeitung nicht upgedatet werden."
483
+
484
+ #: ../notification/notification-show.php:56
485
+ #: ../notification/notification-show.php:64
486
+ msgid "Mail Subject"
487
+ msgstr "E-Mail Betreff"
488
+
489
+ #: ../notification/notification-show.php:58
490
+ #: ../notification/notification-show.php:66
491
+ msgid "Categories / Custom Post"
492
+ msgstr ""
493
+
494
+ #: ../roles/roles-add.php:92
495
+ msgid "Roles and Capabilities"
496
+ msgstr ""
497
+
498
+ #: ../roles/roles-add.php:94
499
+ #, fuzzy
500
+ msgid "Subscribers Menu"
501
+ msgstr "Empfänger"
502
+
503
+ #: ../roles/roles-add.php:100
504
+ msgid ""
505
+ "Select user role to access plugin Subscribers Menu. Only Admin user can "
506
+ "change this value."
507
+ msgstr ""
508
+
509
+ #: ../roles/roles-add.php:103
510
+ #, fuzzy
511
+ msgid "Compose Menu"
512
+ msgstr "E-Mail erstellen"
513
+
514
+ #: ../roles/roles-add.php:109
515
+ msgid ""
516
+ "Select user role to access plugin Compose Menu. Only Admin user can change "
517
+ "this value."
518
+ msgstr ""
519
+
520
+ #: ../roles/roles-add.php:111
521
+ #, fuzzy
522
+ msgid "Notification Menu"
523
+ msgstr "Benachrichtigung"
524
+
525
+ #: ../roles/roles-add.php:117
526
+ msgid ""
527
+ "Select user role to access plugin Notification Menu. Only Admin user can "
528
+ "change this value."
529
+ msgstr ""
530
+
531
+ #: ../roles/roles-add.php:119
532
+ msgid "Send Email Menu/Cron Menu"
533
+ msgstr ""
534
+
535
+ #: ../roles/roles-add.php:125
536
+ msgid ""
537
+ "Select user role to access plugin Send Email Menu. Only Admin user can "
538
+ "change this value."
539
+ msgstr ""
540
+
541
+ #: ../roles/roles-add.php:127
542
+ #, fuzzy
543
+ msgid "Settings Menu"
544
+ msgstr "Einstellungen"
545
+
546
+ #: ../roles/roles-add.php:133
547
+ msgid ""
548
+ "Select user role to access plugin Settings Menu. Only Admin user can change "
549
+ "this value."
550
+ msgstr ""
551
+
552
+ #: ../roles/roles-add.php:135
553
+ #, fuzzy
554
+ msgid "Sent Mails Menu"
555
+ msgstr "Gesendete E-Mails"
556
+
557
+ #: ../roles/roles-add.php:141
558
+ msgid ""
559
+ "Select user role to access plugin Sent Mails Menu. Only Admin user can "
560
+ "change this value."
561
+ msgstr ""
562
+
563
+ #: ../roles/roles-add.php:143
564
+ #, fuzzy
565
+ msgid "Help & Info Menu"
566
+ msgstr "Hilfe & Info"
567
+
568
+ #: ../roles/roles-add.php:149
569
+ msgid ""
570
+ "Select user role to access plugin Help & Info Menu. Only Admin user can "
571
+ "change this value."
572
+ msgstr ""
573
+
574
+ #: ../sendmail/sendmail.php:35
575
+ msgid "Please select your mail subject."
576
+ msgstr "Bitte E-Mail Betreff auswählen."
577
+
578
+ #: ../sendmail/sendmail.php:43
579
+ msgid "No email address selected."
580
+ msgstr "Keine E-Mail-Adresse ausgewählt."
581
+
582
+ #: ../sendmail/sendmail.php:58
583
+ msgid "Mail sent successfully"
584
+ msgstr "E-Mail erfolgreich gesendet"
585
+
586
+ #: ../sendmail/sendmail.php:64
587
+ msgid "Click here for details"
588
+ msgstr "Hier klicken für Details"
589
+
590
+ #: ../sendmail/sendmail.php:73
591
+ msgid "Oops.. We are getting some error. mail not sending."
592
+ msgstr "Hoppla, ein Fehler! E-Mail kann nicht gesendet werden."
593
+
594
+ #: ../sendmail/sendmail.php:102
595
+ msgid "Select your mail subject"
596
+ msgstr "E-Mail Betreff wählen"
597
+
598
+ #: ../sendmail/sendmail.php:103
599
+ msgid ""
600
+ "Select a mail subject from available list. Go to Compose page to create new "
601
+ "mail."
602
+ msgstr ""
603
+ "Wählen Sie einen verfügbaren E-Mail Betreff aus der Liste. Auf der Seite "
604
+ "Erstellen können Sie eine neue E-Mail schreiben."
605
+
606
+ #: ../sendmail/sendmail.php:133
607
+ #, fuzzy
608
+ msgid "Mail Type"
609
+ msgstr "E-Mail-Typ"
610
+
611
+ #: ../sendmail/sendmail.php:134
612
+ #, fuzzy
613
+ msgid "Select your mail type."
614
+ msgstr "Bitte E-Mail-Typ auswählen."
615
+
616
+ #: ../sendmail/sendmail.php:148
617
+ msgid "Select subscriber group"
618
+ msgstr "Empfängergruppe wählen"
619
+
620
+ #: ../sendmail/sendmail.php:149
621
+ msgid "Select your subscriber group to send email."
622
+ msgstr "Wählen Sie eine Empfängergruppe, um das E-Mail zu senden."
623
+
624
+ #: ../sendmail/sendmail.php:174
625
+ msgid "Check All"
626
+ msgstr "Alle auswählen"
627
+
628
+ #: ../sendmail/sendmail.php:175
629
+ msgid "Uncheck All"
630
+ msgstr "Alle abwählen"
631
+
632
+ #: ../sendmail/sendmail.php:238
633
+ msgid "No subscribers available for this search criteria."
634
+ msgstr "Keine Empfänger für diese Suchkriterien verfügbar."
635
+
636
+ #: ../sentmail/deliverreport-show.php:11
637
+ msgid "Oops.. Unexpected error occurred. Please try again."
638
+ msgstr "Hoppla, ein unerwarteter Fehler. Bitte versuchen Sie es nochmals!"
639
+
640
+ #: ../sentmail/deliverreport-show.php:19
641
+ msgid "Delivery Report"
642
+ msgstr "Zustellungsbericht"
643
+
644
+ #: ../sentmail/deliverreport-show.php:37 ../sentmail/deliverreport-show.php:49
645
+ #: ../subscribers/view-subscriber-export.php:29
646
+ #: ../subscribers/view-subscriber-export.php:37
647
+ #: ../subscribers/view-subscriber-show.php:324
648
+ #: ../subscribers/view-subscriber-show.php:337
649
+ msgid "Sno"
650
+ msgstr "Sno"
651
+
652
+ #: ../sentmail/deliverreport-show.php:38 ../sentmail/deliverreport-show.php:50
653
+ msgid "Email"
654
+ msgstr "E-Mail"
655
+
656
+ #: ../sentmail/deliverreport-show.php:39 ../sentmail/deliverreport-show.php:51
657
+ msgid "Sent Date"
658
+ msgstr "Versanddatum"
659
+
660
+ #: ../sentmail/deliverreport-show.php:42 ../sentmail/deliverreport-show.php:54
661
+ msgid "Viewed Status"
662
+ msgstr "Gesehen Status"
663
+
664
+ #: ../sentmail/deliverreport-show.php:43 ../sentmail/deliverreport-show.php:55
665
+ msgid "Viewed Date"
666
+ msgstr "Gesehen Datum"
667
+
668
+ #: ../sentmail/deliverreport-show.php:44 ../sentmail/deliverreport-show.php:56
669
+ #: ../subscribers/view-subscriber-show.php:329
670
+ #: ../subscribers/view-subscriber-show.php:342
671
+ msgid "Database ID"
672
+ msgstr "Datenbank-ID"
673
+
674
+ #: ../sentmail/deliverreport-show.php:96 ../sentmail/sentmail-show.php:144
675
+ msgid " &lt;&lt; "
676
+ msgstr "&lt;&lt;"
677
+
678
+ #: ../sentmail/deliverreport-show.php:97 ../sentmail/sentmail-show.php:145
679
+ msgid " &gt;&gt; "
680
+ msgstr "&gt;&gt;"
681
+
682
+ #: ../sentmail/sentmail-show.php:42
683
+ msgid "Successfully deleted all reports except latest 10."
684
+ msgstr "Alle außer den letzten 10 Berichten wurden erfolgreich gelöscht."
685
+
686
+ #: ../sentmail/sentmail-show.php:72 ../sentmail/sentmail-show.php:85
687
+ msgid "View Reports"
688
+ msgstr "Berichte anzeigen"
689
+
690
+ #: ../sentmail/sentmail-show.php:74 ../sentmail/sentmail-show.php:87
691
+ #, fuzzy
692
+ msgid "Source"
693
+ msgstr "Versand Quelle"
694
+
695
+ #: ../sentmail/sentmail-show.php:77 ../sentmail/sentmail-show.php:90
696
+ #, fuzzy
697
+ msgid "Start Date"
698
+ msgstr "Versand Startdatum"
699
+
700
+ #: ../sentmail/sentmail-show.php:78 ../sentmail/sentmail-show.php:91
701
+ #, fuzzy
702
+ msgid "End Date"
703
+ msgstr "Versand Enddatum"
704
+
705
+ #: ../sentmail/sentmail-show.php:79 ../sentmail/sentmail-show.php:92
706
+ #, fuzzy
707
+ msgid "Total"
708
+ msgstr "E-Mails gesamt"
709
+
710
+ #: ../sentmail/sentmail-show.php:168 ../sentmail/sentmail-show.php:170
711
+ msgid "Optimize Table"
712
+ msgstr "Tabelle optimieren"
713
+
714
+ #: ../sentmail/sentmail-show.php:180
715
+ msgid ""
716
+ "Note: Please click <strong>Optimize Table</strong> button to delete all "
717
+ "reports except latest 10."
718
+ msgstr ""
719
+ "Achtung: Bitte klicken Sie auf <strong>Tabelle optimieren</strong>, um alle "
720
+ "Berichte außer den letzten 10 zu löschen."
721
+
722
+ #: ../settings/setting-sync.php:8
723
+ #, fuzzy
724
+ msgid "Table sync completed successfully."
725
+ msgstr "E-Mail erfolgreich gesendet"
726
+
727
+ #: ../settings/setting-sync.php:21
728
+ msgid "Sync plugin tables"
729
+ msgstr ""
730
+
731
+ #: ../settings/setting-sync.php:25
732
+ msgid "Click to sync tables"
733
+ msgstr ""
734
+
735
+ #: ../settings/settings-edit.php:102
736
+ msgid "Please enter sender of notifications from name."
737
+ msgstr "Bitte geben Sie einen Absender Namen für Benachrichtigungen ein."
738
+
739
+ #: ../settings/settings-edit.php:108
740
+ msgid "Please enter sender of notifications from email."
741
+ msgstr ""
742
+ "Bitte geben Sie eine Absender E-Mail-Adresse für Benachrichtigungen ein."
743
+
744
+ #: ../settings/settings-edit.php:143
745
+ msgid "Details was successfully updated."
746
+ msgstr "Die Details wurden erfolgreich upgedatet."
747
+
748
+ #: ../settings/settings-edit.php:148
749
+ msgid "Oops, details not update."
750
+ msgstr "Hoppla, die Details konnten nicht upgedatet werden."
751
+
752
+ #: ../settings/settings-edit.php:196
753
+ msgid "Sender of notifications"
754
+ msgstr "Absender für Benachrichtigungen"
755
+
756
+ #: ../settings/settings-edit.php:197
757
+ msgid ""
758
+ "Choose a FROM name and FROM email address for all notifications emails from "
759
+ "this plugin."
760
+ msgstr ""
761
+ "Wählen Sie einen ABSENDER Namen und eine ABSENDER E-Mail-Adresse für alle "
762
+ "Benachrichtigungen von diesem Plugin."
763
+
764
+ #: ../settings/settings-edit.php:207
765
+ msgid ""
766
+ "Option 1 & 2 is to send mails with default Wordpress method wp_mail(). "
767
+ "Option 3 & 4 is to send mails with PHP method mail()"
768
+ msgstr ""
769
+ "Mit Option 1 & 2 werden E-Mails mit der Wordpress Standardmethode wp_mail() "
770
+ "versendet. Mit Option 3 & 4 werden E-Mails mit der PHP-Methode mail() "
771
+ "versendet."
772
+
773
+ #: ../settings/settings-edit.php:221
774
+ msgid "Opt-in option"
775
+ msgstr "Opt-in Option"
776
+
777
+ #: ../settings/settings-edit.php:222
778
+ msgid ""
779
+ "Double Opt In, means subscribers need to confirm their email address by an "
780
+ "activation link sent them on a activation email message. Single Opt In, "
781
+ "means subscribers do not need to confirm their email address."
782
+ msgstr ""
783
+ "Bei Double Opt-In müssen die Empfänger ihre E-Mail-Adresse mittels eines "
784
+ "Aktivierungslinks bestätigen, welcher ihnen per E-Mail zugesandt wird. Bei "
785
+ "Single Opt-In müssen die Empfänger ihre E-Mail-Adresse nicht bestätigen."
786
+
787
+ #: ../settings/settings-edit.php:233
788
+ msgid "Opt-in mail subject (Confirmation mail)"
789
+ msgstr "Opt-In E-Mail Betreff (Bestätigungsmail)"
790
+
791
+ #: ../settings/settings-edit.php:234
792
+ msgid ""
793
+ "Enter the subject for Double Opt In mail. This will send whenever subscriber "
794
+ "added email into our database."
795
+ msgstr ""
796
+ "Geben Sie den Betreff für das Double Opt-In E-Mail ein. Dieses wird immer "
797
+ "gesendet, sobald eine E-Mail-Adresse registriert wird."
798
+
799
+ #: ../settings/settings-edit.php:240
800
+ msgid "Opt-in mail content (Confirmation mail)"
801
+ msgstr "Opt-in E-Mail Inhalt (Bestätigungsmail)"
802
+
803
+ #: ../settings/settings-edit.php:241
804
+ msgid ""
805
+ "Enter the content for Double Opt In mail. This will send whenever subscriber "
806
+ "added email into our database."
807
+ msgstr ""
808
+ "Geben Sie den Inhalt für das Double Opt-In E-Mail ein. Dieses wird immer "
809
+ "gesendet, sobald eine E-Mail-Adresse registriert wird."
810
+
811
+ #: ../settings/settings-edit.php:247
812
+ msgid "Opt-in link (Confirmation link)"
813
+ msgstr "Opt-In Link (Bestätigungslink)"
814
+
815
+ #: ../settings/settings-edit.php:248
816
+ msgid "Double Opt In confirmation link. You no need to change this value."
817
+ msgstr "Double Opt-In Bestätigungslink. Sie müssen diesen nicht ändern."
818
+
819
+ #: ../settings/settings-edit.php:254
820
+ msgid "Text to display after email subscribed successfully"
821
+ msgstr ""
822
+ "Text zur Anzeige nachdem eine E-Mail-Adresse erfolgreich registriert wurde"
823
+
824
+ #: ../settings/settings-edit.php:255
825
+ msgid ""
826
+ "This text will display once user clicked email confirmation link from opt-in "
827
+ "(confirmation) email content."
828
+ msgstr ""
829
+ "Dieser Text wird angezeigt, sobald ein User den Bestätigungspink im Opt-In "
830
+ "Bestätigungsmail angeklickt hat."
831
+
832
+ #: ../settings/settings-edit.php:262
833
+ msgid "Subscriber welcome email"
834
+ msgstr "Empfänger Willkommensmail"
835
+
836
+ #: ../settings/settings-edit.php:263
837
+ msgid "To send welcome mail to subscriber, This option must be set to YES."
838
+ msgstr ""
839
+ "Diese Option muss auf JA gesetzt sein, damit ein Willkommensmail an neue "
840
+ "Empfänger gesendet wird."
841
+
842
+ #: ../settings/settings-edit.php:274
843
+ msgid "Welcome mail subject"
844
+ msgstr "Willkommensmail Betreff"
845
+
846
+ #: ../settings/settings-edit.php:275
847
+ msgid ""
848
+ "Enter the subject for subscriber welcome mail. This will send whenever email "
849
+ "subscribed (confirmed) successfully."
850
+ msgstr ""
851
+ "Geben Sie einen Betreff für das Willkommensmail an. Dieses wird immer "
852
+ "gesendet, wenn eine neue E-Mail-Adresse registriert bzw. bestätigt wurde."
853
+
854
+ #: ../settings/settings-edit.php:281
855
+ msgid "Subscriber welcome mail content"
856
+ msgstr "Willkommensmail Inhalt"
857
+
858
+ #: ../settings/settings-edit.php:282
859
+ msgid ""
860
+ "Enter the content for subscriber welcome mail. This will send whenever email "
861
+ "subscribed (confirmed) successfully."
862
+ msgstr ""
863
+ "Geben Sie den Inhalt für das Willkommensmail an. Dieses wird immer gesendet, "
864
+ "wenn eine neue E-Mail-Adresse registriert bzw. bestätigt wurde."
865
+
866
+ #: ../settings/settings-edit.php:290
867
+ msgid "Mail to admin"
868
+ msgstr "Mail an den Administrator"
869
+
870
+ #: ../settings/settings-edit.php:291
871
+ msgid ""
872
+ "To send admin notifications for new subscriber, This option must be set to "
873
+ "YES."
874
+ msgstr ""
875
+ "Diese Option muss auf JA gesetzt sein, damit bei neuen Empfängern "
876
+ "Benachrichtigungsmails an den Administrator gesendet werden."
877
+
878
+ #: ../settings/settings-edit.php:302
879
+ msgid "Admin email addresses"
880
+ msgstr "Administrator E-Mail-Adressen"
881
+
882
+ #: ../settings/settings-edit.php:303
883
+ msgid ""
884
+ "Enter the admin email addresses that should receive notifications (separate "
885
+ "by comma)."
886
+ msgstr ""
887
+ "Geben Sie Administrator E-Mail-Adressen an, welche Benachrichtigungen "
888
+ "erhalten sollen (kommagetrennt)."
889
+
890
+ #: ../settings/settings-edit.php:309
891
+ msgid "Admin mail subject"
892
+ msgstr "Administrator E-Mail Betreff"
893
+
894
+ #: ../settings/settings-edit.php:310
895
+ msgid ""
896
+ "Enter the subject for admin mail. This will send whenever new email added "
897
+ "and confirmed into our database."
898
+ msgstr ""
899
+ "Geben Sie einen Betreff für Administratormails an. Diese werden immer "
900
+ "gesendet, sobald eine neue E-Mail-Adresse als Empfänger hinzugefügt und "
901
+ "bestätigt wurde."
902
+
903
+ #: ../settings/settings-edit.php:316
904
+ msgid "Admin mail content"
905
+ msgstr "Administrator E-Mail Inhalt"
906
+
907
+ #: ../settings/settings-edit.php:317
908
+ msgid ""
909
+ "Enter the mail content for admin. This will send whenever new email added "
910
+ "and confirmed into our database."
911
+ msgstr ""
912
+ "Geben Sie den Inhalt für Administratormails an. Diese werden immer gesendet, "
913
+ "sobald eine neue E-Mail-Adresse als Empfänger hinzugefügt und bestätigt "
914
+ "wurde."
915
+
916
+ #: ../settings/settings-edit.php:324
917
+ msgid "Unsubscribe link"
918
+ msgstr "Abmeldelink"
919
+
920
+ #: ../settings/settings-edit.php:325
921
+ msgid "Unsubscribe link. You no need to change this value."
922
+ msgstr "Abmeldelink. Sie müssen diesen Wert nicht ändern."
923
+
924
+ #: ../settings/settings-edit.php:331
925
+ msgid "Unsubscribe text in mail"
926
+ msgstr "Text für Abmeldelink"
927
+
928
+ #: ../settings/settings-edit.php:332
929
+ msgid ""
930
+ "Enter the text for unsubscribe link. This text is to add unsubscribe link "
931
+ "with newsletter."
932
+ msgstr ""
933
+ "Geben Sie den Linktext für den Abmeldelink. Dieser Text wird für den "
934
+ "Abmeldelink in allen Newsletters benötigt."
935
+
936
+ #: ../settings/settings-edit.php:338
937
+ msgid "Text to display after email unsubscribed"
938
+ msgstr "Text der nach einer Abmeldung angezeigt wird"
939
+
940
+ #: ../settings/settings-edit.php:339
941
+ msgid ""
942
+ "This text will display once user clicked unsubscribed link from our "
943
+ "newsletter."
944
+ msgstr ""
945
+ "Dieser Text wird immer angezeigt, nachdem ein User den Abmeldelink in einem "
946
+ "Newsletter angeklickt hat."
947
+
948
+ #: ../settings/settings-edit.php:346
949
+ msgid "Message 1"
950
+ msgstr "Nachricht 1"
951
+
952
+ #: ../settings/settings-edit.php:347
953
+ msgid "Default message to display if any issue on confirmation link."
954
+ msgstr "Standardnachricht bei Problemen mit dem Bestätigungslink."
955
+
956
+ #: ../settings/settings-edit.php:353
957
+ msgid "Message 2"
958
+ msgstr "Nachricht 2"
959
+
960
+ #: ../settings/settings-edit.php:354
961
+ msgid "Default message to display if any issue on unsubscribe link."
962
+ msgstr "Standardnachricht bei Problemen mit dem Abmeldelink."
963
+
964
+ #: ../settings/settings-edit.php:361
965
+ msgid "Sent report subject"
966
+ msgstr "Sendebericht Betreff"
967
+
968
+ #: ../settings/settings-edit.php:362
969
+ msgid "Mail subject for sent mail report."
970
+ msgstr "E-Mail Betreff für den Sendebericht."
971
+
972
+ #: ../settings/settings-edit.php:368
973
+ msgid "Sent report content"
974
+ msgstr "Sendebericht Inhalt"
975
+
976
+ #: ../settings/settings-edit.php:369
977
+ msgid "Mail content for sent mail report."
978
+ msgstr "E-Mail Inhalt für den Sendebericht."
979
+
980
+ #: ../settings/settings-edit.php:380
981
+ msgid "Save Settings"
982
+ msgstr "Einstellungen speichern"
983
+
984
+ #: ../subscribers/view-subscriber-add.php:28
985
+ #: ../subscribers/view-subscriber-add.php:120
986
+ #: ../subscribers/view-subscriber-edit.php:43
987
+ #: ../subscribers/view-subscriber-edit.php:104
988
+ msgid "Please enter subscriber email address."
989
+ msgstr "Bitte Empfänger E-Mail-Adresse eingeben."
990
+
991
+ #: ../subscribers/view-subscriber-add.php:45
992
+ msgid "Please select or create your group for this email."
993
+ msgstr ""
994
+ "Bitte Empfängergruppe für diese E-Mail-Adresse auswählen oder erstellen."
995
+
996
+ #: ../subscribers/view-subscriber-add.php:54
997
+ #: ../subscribers/view-subscriber-import.php:45
998
+ msgid ""
999
+ "Error: Special characters (['^$%&*()}{@#~?><>,|=_+\\\"]) are not allowed in "
1000
+ "the group name."
1001
+ msgstr ""
1002
+
1003
+ #: ../subscribers/view-subscriber-add.php:66
1004
+ msgid "Email was successfully inserted."
1005
+ msgstr "E-mail-Adresse erfolgreich hinzugefügt."
1006
+
1007
+ #: ../subscribers/view-subscriber-add.php:70
1008
+ msgid "Email already exist in our list."
1009
+ msgstr "Diese E-Mail-Adresse ist bereits in der Liste vorhanden."
1010
+
1011
+ #: ../subscribers/view-subscriber-add.php:75
1012
+ msgid "Email is invalid."
1013
+ msgstr "Diese E-Mail-Adresse ist ungültig."
1014
+
1015
+ #: ../subscribers/view-subscriber-add.php:112
1016
+ msgid "Add email"
1017
+ msgstr "E-Mail-Adresse hinzufügen"
1018
+
1019
+ #: ../subscribers/view-subscriber-add.php:114
1020
+ #: ../subscribers/view-subscriber-edit.php:98
1021
+ msgid "Enter full name"
1022
+ msgstr "Vollständigen Namen eingeben"
1023
+
1024
+ #: ../subscribers/view-subscriber-add.php:116
1025
+ #: ../subscribers/view-subscriber-edit.php:100
1026
+ msgid "Please enter subscriber full name."
1027
+ msgstr "Bitte geben Sie den vollständigen Namen des Empfängers ein."
1028
+
1029
+ #: ../subscribers/view-subscriber-add.php:118
1030
+ #: ../subscribers/view-subscriber-edit.php:102
1031
+ msgid "Enter email address."
1032
+ msgstr "E-Mail-Adresse eingeben."
1033
+
1034
+ #: ../subscribers/view-subscriber-add.php:129
1035
+ #: ../subscribers/view-subscriber-edit.php:113
1036
+ #: ../subscribers/view-subscriber-import.php:163
1037
+ msgid "Please select subscriber email status."
1038
+ msgstr "Bitte wählen Sie den E-Mail Status des Empfängers aus."
1039
+
1040
+ #: ../subscribers/view-subscriber-add.php:131
1041
+ #: ../subscribers/view-subscriber-import.php:165
1042
+ msgid "Select (or) Create Group"
1043
+ msgstr "Gruppe auswählen oder erstellen"
1044
+
1045
+ #: ../subscribers/view-subscriber-add.php:149
1046
+ #: ../subscribers/view-subscriber-edit.php:141
1047
+ #: ../subscribers/view-subscriber-import.php:183
1048
+ msgid "Please select or create group for this subscriber."
1049
+ msgstr ""
1050
+ "Bitte wählen Sie für diesen Empfänger eine Gruppe aus oder legen Sie eine "
1051
+ "neue an."
1052
+
1053
+ #: ../subscribers/view-subscriber-edit.php:54
1054
+ msgid "Error: Special characters are not allowed in the group name."
1055
+ msgstr ""
1056
+
1057
+ #: ../subscribers/view-subscriber-edit.php:66
1058
+ msgid "Email was successfully updated."
1059
+ msgstr "E-Mail-Adresse erfolgreich upgedatet."
1060
+
1061
+ #: ../subscribers/view-subscriber-edit.php:70
1062
+ #, fuzzy
1063
+ msgid "Email already exist for this group."
1064
+ msgstr "Diese E-Mail-Adresse ist bereits in der Liste vorhanden."
1065
+
1066
+ #: ../subscribers/view-subscriber-edit.php:96
1067
+ msgid "Edit email"
1068
+ msgstr "E-Mail-Adresse bearbeiten"
1069
+
1070
+ #: ../subscribers/view-subscriber-edit.php:115
1071
+ #: ../subscribers/view-subscriber-show.php:328
1072
+ #: ../subscribers/view-subscriber-show.php:341
1073
+ msgid "Group"
1074
+ msgstr "Gruppe"
1075
+
1076
+ #: ../subscribers/view-subscriber-export.php:24
1077
+ msgid "Export email address in csv format"
1078
+ msgstr "E-Mail-Adressen im CSV-Format exportieren"
1079
+
1080
+ #: ../subscribers/view-subscriber-export.php:30
1081
+ #: ../subscribers/view-subscriber-export.php:38
1082
+ msgid "Export option"
1083
+ msgstr "Exportoption"
1084
+
1085
+ #: ../subscribers/view-subscriber-export.php:31
1086
+ #: ../subscribers/view-subscriber-export.php:39
1087
+ msgid "Total email"
1088
+ msgstr "E-Mails gesamt"
1089
+
1090
+ #: ../subscribers/view-subscriber-export.php:46
1091
+ msgid "Subscriber email address"
1092
+ msgstr "Empfänger E-Mail-Adresse"
1093
+
1094
+ #: ../subscribers/view-subscriber-export.php:48
1095
+ #: ../subscribers/view-subscriber-export.php:54
1096
+ #: ../subscribers/view-subscriber-export.php:60
1097
+ msgid "Click to export csv"
1098
+ msgstr "Klicken für den CSV-Export"
1099
+
1100
+ #: ../subscribers/view-subscriber-export.php:52
1101
+ msgid "Registered email address"
1102
+ msgstr "Registrierte E-Mail-Adresse"
1103
+
1104
+ #: ../subscribers/view-subscriber-export.php:58
1105
+ msgid "Comments author email address"
1106
+ msgstr "E-Mail-Adresse des Kommentar-Autors"
1107
+
1108
+ #: ../subscribers/view-subscriber-export.php:67
1109
+ msgid "Add Email"
1110
+ msgstr "E-Mail-Adresse hinzufügen"
1111
+
1112
+ #: ../subscribers/view-subscriber-export.php:68
1113
+ #: ../subscribers/view-subscriber-show.php:445
1114
+ msgid "Import Email"
1115
+ msgstr "E-Mail-Adressen importieren"
1116
+
1117
+ #: ../subscribers/view-subscriber-import.php:103
1118
+ msgid "Email(s) was successfully imported."
1119
+ msgstr "E-Mail-Adressen erfolgreich importiert."
1120
+
1121
+ #: ../subscribers/view-subscriber-import.php:104
1122
+ msgid "Email(s) are already in our database."
1123
+ msgstr "Die E-Mail-Adressen befinden sich bereits in unserer Datenbank."
1124
+
1125
+ #: ../subscribers/view-subscriber-import.php:105
1126
+ msgid "Email(s) are invalid."
1127
+ msgstr "E-Mail-Adressen ungültig."
1128
+
1129
+ #: ../subscribers/view-subscriber-import.php:115
1130
+ msgid "File upload failed or no data available in the csv file."
1131
+ msgstr ""
1132
+ "Dateiupload fehlgeschlagen oder keine Daten in der CSV-Datei vorhanden."
1133
+
1134
+ #: ../subscribers/view-subscriber-import.php:150
1135
+ msgid "Upload email"
1136
+ msgstr "E-Mail-Adressen uploaden"
1137
+
1138
+ #: ../subscribers/view-subscriber-import.php:151
1139
+ msgid "Select csv file"
1140
+ msgstr "CSV-Datei auswählen"
1141
+
1142
+ #: ../subscribers/view-subscriber-import.php:153
1143
+ msgid ""
1144
+ "Please select the input csv file. Please check official website for csv "
1145
+ "structure."
1146
+ msgstr ""
1147
+ "Bitte wählen Sie eine CSV-Datei. Informationen zur CSV-Struktur finden Sie "
1148
+ "auf unserer offiziellen Website."
1149
+
1150
+ #: ../subscribers/view-subscriber-import.php:188
1151
+ msgid "Upload CSV"
1152
+ msgstr "CSV uploaden"
1153
+
1154
+ #: ../subscribers/view-subscriber-show.php:72
1155
+ #: ../subscribers/view-subscriber-show.php:125
1156
+ msgid ""
1157
+ "To send confirmation mail, Please change the Opt-in option to Double Opt In."
1158
+ msgstr ""
1159
+ "Bitte ändern Sie die Opt-In Option auf Double Opt-In, um Bestätigungsmails "
1160
+ "zu senden."
1161
+
1162
+ #: ../subscribers/view-subscriber-show.php:81
1163
+ msgid "Confirmation email resent successfully."
1164
+ msgstr "Bestätigungsmail erfolgreich gesendet."
1165
+
1166
+ #: ../subscribers/view-subscriber-show.php:110
1167
+ #: ../subscribers/view-subscriber-show.php:156
1168
+ #: ../subscribers/view-subscriber-show.php:201
1169
+ msgid "Oops, No record was selected."
1170
+ msgstr "Hoppla, kein Eintrag ausgewählt."
1171
+
1172
+ #: ../subscribers/view-subscriber-show.php:150
1173
+ msgid "Confirmation email(s) resent successfully."
1174
+ msgstr "Bestätigungsmail(s) erfolgreich gesendet."
1175
+
1176
+ #: ../subscribers/view-subscriber-show.php:186
1177
+ msgid "Selected subscribers group was successfully updated."
1178
+ msgstr "Die ausgewählte Empfängergruppe wurde erfolgreich upgedatet."
1179
+
1180
+ #: ../subscribers/view-subscriber-show.php:192
1181
+ msgid "Oops, New group name was not selected."
1182
+ msgstr "Hoppla, es wurde kein Name für die neue Gruppe ausgewählt."
1183
+
1184
+ #: ../subscribers/view-subscriber-show.php:232
1185
+ msgid "View subscriber"
1186
+ msgstr "Empfänger anzeigen"
1187
+
1188
+ #: ../subscribers/view-subscriber-show.php:280
1189
+ #, fuzzy
1190
+ msgid "All Groups"
1191
+ msgstr "Gruppe"
1192
+
1193
+ #: ../subscribers/view-subscriber-show.php:299
1194
+ #, fuzzy
1195
+ msgid "All Status"
1196
+ msgstr "Status"
1197
+
1198
+ #: ../subscribers/view-subscriber-show.php:300
1199
+ msgid "Confirmed"
1200
+ msgstr "Bestätigt"
1201
+
1202
+ #: ../subscribers/view-subscriber-show.php:301
1203
+ msgid "Unconfirmed"
1204
+ msgstr "Unbestätigt"
1205
+
1206
+ #: ../subscribers/view-subscriber-show.php:302
1207
+ msgid "Unsubscribed"
1208
+ msgstr "Abgemeldet"
1209
+
1210
+ #: ../subscribers/view-subscriber-show.php:303
1211
+ msgid "Single Opt In"
1212
+ msgstr "Single Opt-In"
1213
+
1214
+ #: ../subscribers/view-subscriber-show.php:325
1215
+ #: ../subscribers/view-subscriber-show.php:338
1216
+ msgid "Email address"
1217
+ msgstr "E-Mail-Adresse"
1218
+
1219
+ #: ../subscribers/view-subscriber-show.php:385
1220
+ #: ../subscribers/view-subscriber-show.php:423
1221
+ msgid "Resend Confirmation"
1222
+ msgstr "Bestätigung erneut senden"
1223
+
1224
+ #: ../subscribers/view-subscriber-show.php:401
1225
+ msgid ""
1226
+ "No records available. Please use the above alphabet search button to search."
1227
+ msgstr ""
1228
+ "Keine Einträge vorhanden. Bitte nutzen Sie die obenstehenden Buttons zur "
1229
+ "alphabetischen Suche."
1230
+
1231
+ #: ../subscribers/view-subscriber-show.php:421
1232
+ msgid "Bulk Actions"
1233
+ msgstr "Massenänderungs-Aktionen"
1234
+
1235
+ #: ../subscribers/view-subscriber-show.php:424
1236
+ msgid "Update Subscribers Group"
1237
+ msgstr "Empfängergruppe updaten"
1238
+
1239
+ #: ../subscribers/view-subscriber-show.php:427
1240
+ msgid "Select Group"
1241
+ msgstr "Gruppe auswählen"
1242
+
1243
+ #: ../subscribers/view-subscriber-show.php:441
1244
+ msgid "Apply"
1245
+ msgstr "Zuordnen"
1246
+
1247
+ #: ../subscribers/view-subscriber-show.php:446
1248
+ #, fuzzy
1249
+ msgid "Export Email"
1250
+ msgstr "E-Mail-Adressen importieren"
1251
+
1252
+ #: ../subscribers/view-subscriber-show.php:447
1253
+ #, fuzzy
1254
+ msgid "Sync Email"
1255
+ msgstr "E-Mail senden"
1256
+
1257
+ #: ../subscribers/view-subscriber-sync.php:33
1258
+ #: ../subscribers/view-subscriber-sync.php:119
1259
+ #, fuzzy
1260
+ msgid "Please select default group to newly registered user."
1261
+ msgstr ""
1262
+ "Bitte wählen Sie für diesen Empfänger eine Gruppe aus oder legen Sie eine "
1263
+ "neue an."
1264
+
1265
+ #: ../subscribers/view-subscriber-sync.php:39
1266
+ #: ../subscribers/view-subscriber-sync.php:150
1267
+ #, fuzzy
1268
+ msgid "Please select default group to newly commented user."
1269
+ msgstr ""
1270
+ "Bitte wählen Sie für diesen Empfänger eine Gruppe aus oder legen Sie eine "
1271
+ "neue an."
1272
+
1273
+ #: ../subscribers/view-subscriber-sync.php:56
1274
+ #, fuzzy
1275
+ msgid "Sync email successfully updated."
1276
+ msgstr "E-Mail-Adresse erfolgreich upgedatet."
1277
+
1278
+ #: ../subscribers/view-subscriber-sync.php:88
1279
+ #, fuzzy
1280
+ msgid "Sync email"
1281
+ msgstr "E-Mail senden"
1282
+
1283
+ #: ../subscribers/view-subscriber-sync.php:90
1284
+ msgid "Sync newly registered user"
1285
+ msgstr ""
1286
+
1287
+ #: ../subscribers/view-subscriber-sync.php:95
1288
+ msgid ""
1289
+ "Automatically add a newly registered user email address to subscribers list."
1290
+ msgstr ""
1291
+
1292
+ #: ../subscribers/view-subscriber-sync.php:97
1293
+ #: ../subscribers/view-subscriber-sync.php:128
1294
+ #, fuzzy
1295
+ msgid "Select default group"
1296
+ msgstr "Gruppe auswählen"
1297
+
1298
+ #: ../subscribers/view-subscriber-sync.php:121
1299
+ msgid "Sync newly commented user"
1300
+ msgstr ""
1301
+
1302
+ #: ../subscribers/view-subscriber-sync.php:126
1303
+ msgid ""
1304
+ "Automatically add a newly commented (who posted comments) user email address "
1305
+ "to subscribers list."
1306
+ msgstr ""
1307
+
1308
+ #~ msgid "Mail Preview"
1309
+ #~ msgstr "E-Mail Vorschau"
1310
+
1311
+ #~ msgid "View all status"
1312
+ #~ msgstr "Alle Stati anzeigen"
1313
+
1314
+ #~ msgid "Export Email (CSV)"
1315
+ #~ msgstr "E-Mail-Adressen exportieren (CSV)"
languages/email-subscribers-nl_NL.mo ADDED
Binary file
languages/email-subscribers-nl_NL.po ADDED
@@ -0,0 +1,1297 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: www.gopiplus.com <www.gopiplus.com>\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)"
languages/email-subscribers-nl_NL_2.mo ADDED
Binary file
languages/email-subscribers-nl_NL_2.po ADDED
@@ -0,0 +1,1301 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: www.gopiplus.com <www.gopiplus.com>\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 ADDED
Binary file
languages/email-subscribers-pl.po ADDED
@@ -0,0 +1,1301 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: www.gopiplus.com <www.gopiplus.com>\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-ru_RU.mo ADDED
Binary file
languages/email-subscribers-ru_RU.po ADDED
@@ -0,0 +1,1304 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: www.gopiplus.com <www.gopiplus.com>\n"
8
+ "Language: ru\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=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
16
+ "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
17
+ "X-Poedit-SearchPath-0: ..\n"
18
+
19
+ #: ../classes/es-loadwidget.php:28 ../classes/es-register.php:250
20
+ #: ../subscribers/view-subscriber-show.php:326
21
+ #: ../subscribers/view-subscriber-show.php:339
22
+ msgid "Name"
23
+ msgstr "Имя"
24
+
25
+ #: ../classes/es-loadwidget.php:33 ../classes/es-register.php:255
26
+ msgid "Email *"
27
+ msgstr "E-mail*"
28
+
29
+ #: ../classes/es-loadwidget.php:38 ../classes/es-register.php:260
30
+ msgid "Subscribe"
31
+ msgstr "Подписаться"
32
+
33
+ #: ../classes/es-register.php:43
34
+ msgid "These tables could not be created on installation "
35
+ msgstr "Эти таблицы могут не быть созданы при установке"
36
+
37
+ #: ../classes/es-register.php:133 ../classes/es-register.php:134
38
+ msgid "Email Subscriber"
39
+ msgstr "Email Subscriber"
40
+
41
+ #: ../classes/es-register.php:136 ../classes/es-register.php:137
42
+ msgid "Subscribers"
43
+ msgstr "Подписчики"
44
+
45
+ #: ../classes/es-register.php:139 ../classes/es-register.php:140
46
+ msgid "Compose"
47
+ msgstr "Добавить сообщение"
48
+
49
+ #: ../classes/es-register.php:142 ../classes/es-register.php:143
50
+ #: ../notification/notification-show.php:45
51
+ msgid "Notification"
52
+ msgstr "Оповещения"
53
+
54
+ #: ../classes/es-register.php:145 ../classes/es-register.php:146
55
+ #: ../sendmail/sendmail.php:95 ../sendmail/sendmail.php:257
56
+ #: ../sendmail/sendmail.php:259
57
+ msgid "Send Email"
58
+ msgstr "Отправить сообщение"
59
+
60
+ #: ../classes/es-register.php:148
61
+ msgid "Cron"
62
+ msgstr ""
63
+
64
+ #: ../classes/es-register.php:149
65
+ #, fuzzy
66
+ msgid "Cron Mail"
67
+ msgstr "Создать сообщение"
68
+
69
+ #: ../classes/es-register.php:151 ../classes/es-register.php:152
70
+ #: ../settings/settings-edit.php:190
71
+ msgid "Settings"
72
+ msgstr "Настройки"
73
+
74
+ #: ../classes/es-register.php:154 ../classes/es-register.php:155
75
+ msgid "Roles"
76
+ msgstr ""
77
+
78
+ #: ../classes/es-register.php:157 ../classes/es-register.php:158
79
+ #: ../sentmail/sentmail-show.php:54
80
+ msgid "Sent Mails"
81
+ msgstr "Отправленные"
82
+
83
+ #: ../classes/es-register.php:160 ../classes/es-register.php:161
84
+ msgid "Help & Info"
85
+ msgstr "Помощь"
86
+
87
+ #: ../classes/es-register.php:296
88
+ msgid "Widget Title"
89
+ msgstr "Заголовок виджета"
90
+
91
+ #: ../classes/es-register.php:300
92
+ msgid "Display Name Field"
93
+ msgstr "Показывать поле Имя"
94
+
95
+ #: ../classes/es-register.php:307
96
+ msgid "Short Description"
97
+ msgstr "Краткое описание"
98
+
99
+ #: ../classes/es-register.php:309
100
+ msgid "Short description about your subscription form."
101
+ msgstr "Краткое описание формы подписки"
102
+
103
+ #: ../classes/es-register.php:312
104
+ msgid "Subscriber Group"
105
+ msgstr "Группа подписчиков"
106
+
107
+ #: ../compose/compose-add.php:25 ../compose/compose-edit.php:40
108
+ msgid "Please enter template heading."
109
+ msgstr "Пожалуйста, введите заголовок шаблона"
110
+
111
+ #: ../compose/compose-add.php:39
112
+ msgid "Template was successfully created."
113
+ msgstr "Шаблон успешно создан"
114
+
115
+ #: ../compose/compose-add.php:60 ../compose/compose-edit.php:71
116
+ #: ../cron/cron-add.php:100 ../cron/cron-add.php:101 ../cron/cron-add.php:102
117
+ #: ../notification/notification-add.php:91
118
+ #: ../notification/notification-edit.php:100 ../roles/roles-add.php:81
119
+ #: ../settings/settings-edit.php:173 ../subscribers/view-subscriber-add.php:92
120
+ #: ../subscribers/view-subscriber-add.php:101
121
+ #: ../subscribers/view-subscriber-edit.php:86
122
+ #: ../subscribers/view-subscriber-import.php:107
123
+ #: ../subscribers/view-subscriber-import.php:138
124
+ msgid "Click here"
125
+ msgstr "Нажмите сюда"
126
+
127
+ #: ../compose/compose-add.php:61 ../compose/compose-edit.php:72
128
+ #: ../notification/notification-add.php:92
129
+ #: ../notification/notification-edit.php:101 ../roles/roles-add.php:81
130
+ #: ../settings/settings-edit.php:174 ../subscribers/view-subscriber-add.php:92
131
+ #: ../subscribers/view-subscriber-add.php:101
132
+ #: ../subscribers/view-subscriber-edit.php:86
133
+ #: ../subscribers/view-subscriber-import.php:107
134
+ #: ../subscribers/view-subscriber-import.php:138
135
+ msgid " to view the details"
136
+ msgstr "для подробного просмотра"
137
+
138
+ #: ../compose/compose-add.php:70 ../compose/compose-edit.php:83
139
+ #: ../compose/compose-show.php:59
140
+ msgid "Compose Mail"
141
+ msgstr "Создать сообщение"
142
+
143
+ #: ../compose/compose-add.php:73 ../compose/compose-edit.php:86
144
+ #: ../settings/settings-edit.php:206
145
+ msgid "Mail type"
146
+ msgstr "Тип сообщения"
147
+
148
+ #: ../compose/compose-add.php:78 ../compose/compose-edit.php:91
149
+ #: ../sendmail/sendmail.php:50
150
+ msgid "Please select your mail type."
151
+ msgstr "Пожалуйста, выберите тип сообщения"
152
+
153
+ #: ../compose/compose-add.php:80 ../compose/compose-edit.php:93
154
+ msgid "Enter mail subject."
155
+ msgstr "Введите тему сообщения"
156
+
157
+ #: ../compose/compose-add.php:82 ../compose/compose-edit.php:95
158
+ msgid "Please enter your mail subject."
159
+ msgstr "Пожалуйста, введите тему сообщения"
160
+
161
+ #: ../compose/compose-add.php:85 ../compose/compose-edit.php:97
162
+ msgid "Mail content"
163
+ msgstr "Содержимое сообщения"
164
+
165
+ #: ../compose/compose-add.php:88 ../compose/compose-edit.php:100
166
+ msgid "Please enter content for your mail."
167
+ msgstr "Пожалуйста, введите содержимое сообщения"
168
+
169
+ #: ../compose/compose-add.php:91 ../compose/compose-edit.php:103
170
+ #: ../compose/compose-show.php:71 ../compose/compose-show.php:79
171
+ #: ../sentmail/deliverreport-show.php:40 ../sentmail/deliverreport-show.php:52
172
+ #: ../sentmail/sentmail-show.php:75 ../sentmail/sentmail-show.php:88
173
+ #: ../subscribers/view-subscriber-add.php:122
174
+ #: ../subscribers/view-subscriber-edit.php:106
175
+ #: ../subscribers/view-subscriber-import.php:156
176
+ #: ../subscribers/view-subscriber-show.php:327
177
+ #: ../subscribers/view-subscriber-show.php:340
178
+ msgid "Status"
179
+ msgstr "Статус"
180
+
181
+ #: ../compose/compose-add.php:95 ../compose/compose-edit.php:107
182
+ msgid "Please select your mail status."
183
+ msgstr "Пожалуйста, введите статус сообщения"
184
+
185
+ #: ../compose/compose-add.php:99 ../compose/compose-edit.php:112
186
+ #: ../cron/cron-add.php:90 ../notification/notification-add.php:216
187
+ #: ../notification/notification-edit.php:237 ../roles/roles-add.php:154
188
+ #: ../subscribers/view-subscriber-add.php:154
189
+ #: ../subscribers/view-subscriber-edit.php:147
190
+ #: ../subscribers/view-subscriber-sync.php:156
191
+ msgid "Submit"
192
+ msgstr "Отправить"
193
+
194
+ #: ../compose/compose-add.php:100 ../compose/compose-edit.php:113
195
+ #: ../cron/cron-add.php:91 ../notification/notification-add.php:217
196
+ #: ../notification/notification-edit.php:238 ../roles/roles-add.php:155
197
+ #: ../sendmail/sendmail.php:261 ../settings/settings-edit.php:381
198
+ #: ../subscribers/view-subscriber-add.php:155
199
+ #: ../subscribers/view-subscriber-edit.php:148
200
+ #: ../subscribers/view-subscriber-sync.php:157
201
+ msgid "Cancel"
202
+ msgstr "Отмена"
203
+
204
+ #: ../compose/compose-add.php:101 ../compose/compose-edit.php:114
205
+ #: ../compose/compose-preview.php:31 ../compose/compose-show.php:121
206
+ #: ../cron/cron-add.php:92 ../notification/notification-add.php:218
207
+ #: ../notification/notification-edit.php:239
208
+ #: ../notification/notification-show.php:153 ../roles/roles-add.php:156
209
+ #: ../sendmail/sendmail.php:262 ../sentmail/deliverreport-show.php:120
210
+ #: ../sentmail/sentmail-preview.php:33 ../settings/settings-edit.php:382
211
+ #: ../subscribers/view-subscriber-add.php:156
212
+ #: ../subscribers/view-subscriber-edit.php:149
213
+ #: ../subscribers/view-subscriber-export.php:70
214
+ #: ../subscribers/view-subscriber-import.php:190
215
+ #: ../subscribers/view-subscriber-show.php:448
216
+ #: ../subscribers/view-subscriber-sync.php:158
217
+ msgid "Help"
218
+ msgstr "Помощь"
219
+
220
+ #: ../compose/compose-edit.php:11 ../compose/compose-preview.php:10
221
+ #: ../compose/compose-show.php:30 ../notification/notification-edit.php:11
222
+ #: ../notification/notification-show.php:16
223
+ #: ../sentmail/sentmail-preview.php:12 ../sentmail/sentmail-show.php:18
224
+ #: ../settings/settings-edit.php:11 ../subscribers/view-subscriber-edit.php:12
225
+ #: ../subscribers/view-subscriber-show.php:46
226
+ msgid "Oops, selected details doesnt exist."
227
+ msgstr "Выбранные настройки не найдены"
228
+
229
+ #: ../compose/compose-edit.php:55
230
+ msgid "Template was successfully updated."
231
+ msgstr "Шаблон был успешно обновлен"
232
+
233
+ #: ../compose/compose-preview.php:17 ../sentmail/sentmail-preview.php:19
234
+ msgid "Preview Mail"
235
+ msgstr "Просмотр сообщения"
236
+
237
+ #: ../compose/compose-preview.php:29 ../sentmail/deliverreport-show.php:119
238
+ #: ../sentmail/sentmail-preview.php:32
239
+ #: ../subscribers/view-subscriber-export.php:69
240
+ #: ../subscribers/view-subscriber-import.php:189
241
+ msgid "Back"
242
+ msgstr "Назад"
243
+
244
+ #: ../compose/compose-preview.php:30 ../compose/compose-show.php:99
245
+ #: ../notification/notification-show.php:91
246
+ #: ../subscribers/view-subscriber-show.php:374
247
+ msgid "Edit"
248
+ msgstr "Редактировать"
249
+
250
+ #: ../compose/compose-show.php:10 ../sendmail/sendmail.php:11
251
+ #: ../subscribers/view-subscriber-show.php:11
252
+ #, fuzzy
253
+ msgid "Click Here"
254
+ msgstr "Нажмите сюда"
255
+
256
+ #: ../compose/compose-show.php:45 ../notification/notification-show.php:31
257
+ #: ../sentmail/sentmail-show.php:33 ../subscribers/view-subscriber-show.php:60
258
+ #: ../subscribers/view-subscriber-show.php:104
259
+ msgid "Selected record was successfully deleted."
260
+ msgstr "Выбранная запись была успешно удалена"
261
+
262
+ #: ../compose/compose-show.php:60 ../compose/compose-show.php:120
263
+ #: ../notification/notification-show.php:46
264
+ #: ../notification/notification-show.php:152
265
+ #: ../subscribers/view-subscriber-show.php:233
266
+ #: ../subscribers/view-subscriber-show.php:444
267
+ msgid "Add New"
268
+ msgstr "Добавить"
269
+
270
+ #: ../compose/compose-show.php:70 ../compose/compose-show.php:78
271
+ msgid "Email subject"
272
+ msgstr "Тема сообщения"
273
+
274
+ #: ../compose/compose-show.php:72 ../compose/compose-show.php:80
275
+ #: ../sentmail/deliverreport-show.php:41 ../sentmail/deliverreport-show.php:53
276
+ #: ../sentmail/sentmail-show.php:76 ../sentmail/sentmail-show.php:89
277
+ msgid "Type"
278
+ msgstr "Тип"
279
+
280
+ #: ../compose/compose-show.php:73 ../compose/compose-show.php:81
281
+ #: ../sentmail/sentmail-show.php:80 ../sentmail/sentmail-show.php:93
282
+ #: ../subscribers/view-subscriber-export.php:32
283
+ #: ../subscribers/view-subscriber-export.php:40
284
+ #: ../subscribers/view-subscriber-show.php:330
285
+ #: ../subscribers/view-subscriber-show.php:343
286
+ msgid "Action"
287
+ msgstr "Действие"
288
+
289
+ #: ../compose/compose-show.php:100 ../notification/notification-show.php:94
290
+ #: ../subscribers/view-subscriber-show.php:377
291
+ #: ../subscribers/view-subscriber-show.php:422
292
+ msgid "Delete"
293
+ msgstr "Удалить"
294
+
295
+ #: ../compose/compose-show.php:101 ../sentmail/sentmail-show.php:73
296
+ #: ../sentmail/sentmail-show.php:86
297
+ msgid "Preview"
298
+ msgstr "Просмотр"
299
+
300
+ #: ../compose/compose-show.php:110 ../notification/notification-show.php:142
301
+ #: ../sentmail/deliverreport-show.php:84 ../sentmail/sentmail-show.php:132
302
+ msgid "No records available."
303
+ msgstr "Нет записей"
304
+
305
+ #: ../cron/cron-add.php:18
306
+ #, fuzzy
307
+ msgid "Please enter valid mail count."
308
+ msgstr "Пожалуйста, введите тему сообщения"
309
+
310
+ #: ../cron/cron-add.php:29
311
+ #, fuzzy
312
+ msgid "Cron details successfully updated."
313
+ msgstr "Настройки успешно обновлены"
314
+
315
+ #: ../cron/cron-add.php:73
316
+ msgid "Cron Details"
317
+ msgstr ""
318
+
319
+ #: ../cron/cron-add.php:76
320
+ msgid "Cron job URL"
321
+ msgstr ""
322
+
323
+ #: ../cron/cron-add.php:78
324
+ msgid ""
325
+ "Please find your cron job URL. This is read only field not able to modify "
326
+ "from admin."
327
+ msgstr ""
328
+
329
+ #: ../cron/cron-add.php:80
330
+ #, fuzzy
331
+ msgid "Mail Count"
332
+ msgstr "Содержимое сообщения"
333
+
334
+ #: ../cron/cron-add.php:82
335
+ msgid "Enter number of mails you want to send per hour/trigger."
336
+ msgstr ""
337
+
338
+ #: ../cron/cron-add.php:84
339
+ #, fuzzy
340
+ msgid "Admin Report"
341
+ msgstr "Просмотреть отчеты"
342
+
343
+ #: ../cron/cron-add.php:86
344
+ msgid "Send above mail to admin whenever cron URL triggered in your server."
345
+ msgstr ""
346
+
347
+ #: ../cron/cron-add.php:98
348
+ msgid "How to setup auto emails?"
349
+ msgstr ""
350
+
351
+ #: ../cron/cron-add.php:99
352
+ msgid ""
353
+ "I strongly recommend you to use \"Send mail via cron job\" option to send "
354
+ "your newsletters and notification. The following link explains how to create "
355
+ "a CRON job through the cPanel or Plesk."
356
+ msgstr ""
357
+
358
+ #: ../cron/cron-add.php:100
359
+ msgid "How to setup auto emails (cron job) in Plesk"
360
+ msgstr ""
361
+
362
+ #: ../cron/cron-add.php:101
363
+ msgid "How to setup auto emails (cron job) in cPanal"
364
+ msgstr ""
365
+
366
+ #: ../cron/cron-add.php:102
367
+ msgid "Hosting doesnt support cron jobs?"
368
+ msgstr ""
369
+
370
+ #: ../export/export-email-address.php:39 ../export/export-email-address.php:45
371
+ #: ../export/export-email-address.php:50
372
+ msgid "Unexpected url submit has been detected"
373
+ msgstr "Обнаружена отправка с неожиданного URL адреса"
374
+
375
+ #: ../job/es-optin.php:64 ../job/es-optin.php:79 ../job/es-unsubscribe.php:60
376
+ #: ../job/es-unsubscribe.php:70
377
+ msgid ""
378
+ "Oops.. We are getting some technical error. Please try again or contact "
379
+ "admin."
380
+ msgstr "Техническая ошибка. Попробуйте еще раз или свяжитесь с администратором"
381
+
382
+ #: ../job/es-optin.php:69
383
+ msgid "This email address has already been confirmed."
384
+ msgstr "Этот e-mail адрес уже подвержден"
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 "Пожалуйста, выберите группу подписчиков"
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 "Пожалуйста, выберите статус оповещения"
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
+ "Пожалуйста, выберите тему сообщения оповещения. Используйте пункт меню "
407
+ "\"Добавить сообщение\" для создания новой темы"
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 "Пожалуйста, выберите категории записей"
415
+
416
+ #: ../notification/notification-add.php:69
417
+ msgid "Notification was successfully created."
418
+ msgstr "Оповещение успешно создано"
419
+
420
+ #: ../notification/notification-add.php:101
421
+ msgid "Add Notification"
422
+ msgstr "Добавить оповещение"
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 "Группа подписчиков"
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 "Выбрать"
441
+
442
+ #: ../notification/notification-add.php:122
443
+ #: ../notification/notification-edit.php:121
444
+ msgid "Notification Mail"
445
+ msgstr "Оповещение"
446
+
447
+ #: ../notification/notification-add.php:141
448
+ #: ../notification/notification-edit.php:145
449
+ msgid "Post Categories"
450
+ msgstr "Категории записей"
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 "Пожалуйста, выберите тип сообщения"
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 "Статус оповещения"
469
+
470
+ #: ../notification/notification-edit.php:84
471
+ msgid "Notification was successfully updated."
472
+ msgstr "Оповещение успешно обновлено"
473
+
474
+ #: ../notification/notification-edit.php:112
475
+ msgid "Edit Notification"
476
+ msgstr "Редактировать оповещение"
477
+
478
+ #: ../notification/notification-edit.php:119
479
+ msgid "Not allowed to update the subscribers group in edit page."
480
+ msgstr "Невозможно обновить группу подписчиков на странице редактирования"
481
+
482
+ #: ../notification/notification-show.php:56
483
+ #: ../notification/notification-show.php:64
484
+ msgid "Mail Subject"
485
+ msgstr "Тема сообщения"
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 "Подписчики"
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 "Создать сообщение"
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 "Оповещения"
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 "Настройки"
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 "Отправленные"
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 "Помощь"
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 "Пожалуйста, выберите тему сообщения"
575
+
576
+ #: ../sendmail/sendmail.php:43
577
+ msgid "No email address selected."
578
+ msgstr "E-mail адреса не выбраны"
579
+
580
+ #: ../sendmail/sendmail.php:58
581
+ msgid "Mail sent successfully"
582
+ msgstr "Сообщение успешно отправлено"
583
+
584
+ #: ../sendmail/sendmail.php:64
585
+ msgid "Click here for details"
586
+ msgstr "Нажмите сюда для подробного просмотра"
587
+
588
+ #: ../sendmail/sendmail.php:73
589
+ msgid "Oops.. We are getting some error. mail not sending."
590
+ msgstr "Произошла ошибка. Сообщения не отправлены"
591
+
592
+ #: ../sendmail/sendmail.php:102
593
+ msgid "Select your mail subject"
594
+ msgstr "Выберите тему сообщения"
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
+ "Выберите тему сообщения из списка. Используйте меню \"Создать сообщения\" "
602
+ "для создания новой"
603
+
604
+ #: ../sendmail/sendmail.php:133
605
+ #, fuzzy
606
+ msgid "Mail Type"
607
+ msgstr "Тип сообщения"
608
+
609
+ #: ../sendmail/sendmail.php:134
610
+ #, fuzzy
611
+ msgid "Select your mail type."
612
+ msgstr "Пожалуйста, выберите тип сообщения"
613
+
614
+ #: ../sendmail/sendmail.php:148
615
+ msgid "Select subscriber group"
616
+ msgstr "Выберите группу подписчика"
617
+
618
+ #: ../sendmail/sendmail.php:149
619
+ msgid "Select your subscriber group to send email."
620
+ msgstr "Выберите группу подписчиков для отправки сообщения"
621
+
622
+ #: ../sendmail/sendmail.php:174
623
+ msgid "Check All"
624
+ msgstr "Выбрать все"
625
+
626
+ #: ../sendmail/sendmail.php:175
627
+ msgid "Uncheck All"
628
+ msgstr "Снять все"
629
+
630
+ #: ../sendmail/sendmail.php:238
631
+ msgid "No subscribers available for this search criteria."
632
+ msgstr "Нет подписчиков, соответствующих критериям поиска"
633
+
634
+ #: ../sentmail/deliverreport-show.php:11
635
+ msgid "Oops.. Unexpected error occurred. Please try again."
636
+ msgstr "Произошла ошибка. Попробуйте еще раз"
637
+
638
+ #: ../sentmail/deliverreport-show.php:19
639
+ msgid "Delivery Report"
640
+ msgstr "Отчет о доставке"
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 "Номер подписчика"
649
+
650
+ #: ../sentmail/deliverreport-show.php:38 ../sentmail/deliverreport-show.php:50
651
+ msgid "Email"
652
+ msgstr "E-mail"
653
+
654
+ #: ../sentmail/deliverreport-show.php:39 ../sentmail/deliverreport-show.php:51
655
+ msgid "Sent Date"
656
+ msgstr "Дата отправки"
657
+
658
+ #: ../sentmail/deliverreport-show.php:42 ../sentmail/deliverreport-show.php:54
659
+ msgid "Viewed Status"
660
+ msgstr "Статус просмотра"
661
+
662
+ #: ../sentmail/deliverreport-show.php:43 ../sentmail/deliverreport-show.php:55
663
+ msgid "Viewed Date"
664
+ msgstr "Дата просмотра"
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 "Идентификатор в базе данных"
671
+
672
+ #: ../sentmail/deliverreport-show.php:96 ../sentmail/sentmail-show.php:144
673
+ msgid " &lt;&lt; "
674
+ msgstr " &lt;&lt; "
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 "Успешно удалены все отчеты кроме последних 10"
683
+
684
+ #: ../sentmail/sentmail-show.php:72 ../sentmail/sentmail-show.php:85
685
+ msgid "View Reports"
686
+ msgstr "Просмотреть отчеты"
687
+
688
+ #: ../sentmail/sentmail-show.php:74 ../sentmail/sentmail-show.php:87
689
+ #, fuzzy
690
+ msgid "Source"
691
+ msgstr "Источник отправки"
692
+
693
+ #: ../sentmail/sentmail-show.php:77 ../sentmail/sentmail-show.php:90
694
+ #, fuzzy
695
+ msgid "Start Date"
696
+ msgstr "Дата начала отправки"
697
+
698
+ #: ../sentmail/sentmail-show.php:78 ../sentmail/sentmail-show.php:91
699
+ #, fuzzy
700
+ msgid "End Date"
701
+ msgstr "Дата конца отправки"
702
+
703
+ #: ../sentmail/sentmail-show.php:79 ../sentmail/sentmail-show.php:92
704
+ #, fuzzy
705
+ msgid "Total"
706
+ msgstr "Итого сообщений"
707
+
708
+ #: ../sentmail/sentmail-show.php:168 ../sentmail/sentmail-show.php:170
709
+ msgid "Optimize Table"
710
+ msgstr "Оптимизировать таблицу"
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
+ "Вы можете нажать кнопку <strong>Оптимизировать таблицу</strong> для удаления "
718
+ "всех отчетов кроме последних 10"
719
+
720
+ #: ../settings/setting-sync.php:8
721
+ #, fuzzy
722
+ msgid "Table sync completed successfully."
723
+ msgstr "Сообщение успешно отправлено"
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 "Пожалуйста, введите имя отправителя оповещений"
736
+
737
+ #: ../settings/settings-edit.php:108
738
+ msgid "Please enter sender of notifications from email."
739
+ msgstr "Пожалуйста, введите e-mail отправителя сообщений"
740
+
741
+ #: ../settings/settings-edit.php:143
742
+ msgid "Details was successfully updated."
743
+ msgstr "Настройки успешно обновлены"
744
+
745
+ #: ../settings/settings-edit.php:148
746
+ msgid "Oops, details not update."
747
+ msgstr "Ошибка: настройки не обновлены"
748
+
749
+ #: ../settings/settings-edit.php:196
750
+ msgid "Sender of notifications"
751
+ msgstr "Отправитель оповещений"
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
+ "Выберите имя и e-mail адрес отправителя всех оповещений для этого плагина"
759
+
760
+ #: ../settings/settings-edit.php:207
761
+ msgid ""
762
+ "Option 1 & 2 is to send mails with default Wordpress method wp_mail(). "
763
+ "Option 3 & 4 is to send mails with PHP method mail()"
764
+ msgstr ""
765
+ "Варианты 1 и 2 используют стандартную функцию Wordpress wp_mail(). Варианты "
766
+ "3 и 4 используют функцию PHP mail()"
767
+
768
+ #: ../settings/settings-edit.php:221
769
+ msgid "Opt-in option"
770
+ msgstr "Подтверждение e-mail"
771
+
772
+ #: ../settings/settings-edit.php:222
773
+ msgid ""
774
+ "Double Opt In, means subscribers need to confirm their email address by an "
775
+ "activation link sent them on a activation email message. Single Opt In, "
776
+ "means subscribers do not need to confirm their email address."
777
+ msgstr ""
778
+ "Подтверждение e-mail (Double Opt In) означает, что для активации аккаунта "
779
+ "пользователи должны подтвердить свой e-mail адрес, перейдя по ссылке, "
780
+ "отправленной им в письме. Регистрация без подтверждения (Single Opt In) не "
781
+ "требует перехода по специальной ссылке."
782
+
783
+ #: ../settings/settings-edit.php:233
784
+ msgid "Opt-in mail subject (Confirmation mail)"
785
+ msgstr "Тема письма для подтверждения e-mail адреса"
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
+ "Введите тему письма для подтверждения e-mail адреса. Это письмо будет "
793
+ "отправлено при добавления e-mail'а в базу данных."
794
+
795
+ #: ../settings/settings-edit.php:240
796
+ msgid "Opt-in mail content (Confirmation mail)"
797
+ msgstr "Содержимое письма для подтверждения e-mail адреса"
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
+ "Введите содержимое письма для подтверждения e-mail адреса. Это письмо будет "
805
+ "отправлено при добавления e-mail'а в базу данных."
806
+
807
+ #: ../settings/settings-edit.php:247
808
+ msgid "Opt-in link (Confirmation link)"
809
+ msgstr "Ссылка в письме для подтверждения аккаунта"
810
+
811
+ #: ../settings/settings-edit.php:248
812
+ msgid "Double Opt In confirmation link. You no need to change this value."
813
+ msgstr ""
814
+ "Ссылка для подтверждения e-mail адреса пользователя. Не рекомендуется "
815
+ "изменять это значение."
816
+
817
+ #: ../settings/settings-edit.php:254
818
+ msgid "Text to display after email subscribed successfully"
819
+ msgstr "Текст, показываемый после успешного подтверждения e-mail адреса"
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
+ "Этот текст будет показан после того, как пользователь перешел по ссылке для "
827
+ "подтверждения e-mail адреса в специальном письме."
828
+
829
+ #: ../settings/settings-edit.php:262
830
+ msgid "Subscriber welcome email"
831
+ msgstr "Приветственное письмо"
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
+ "Для отправки приветственного письма эта опция должна быть установлена в "
837
+ "значение YES"
838
+
839
+ #: ../settings/settings-edit.php:274
840
+ msgid "Welcome mail subject"
841
+ msgstr "Тема приветственного письма"
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
+ "Введите тему приветственного письма. Это письмо будет отправлено при "
849
+ "успешном подтверждении e-mail адреса."
850
+
851
+ #: ../settings/settings-edit.php:281
852
+ msgid "Subscriber welcome mail content"
853
+ msgstr "Содержимое приветственного письма"
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
+ "Введите содержимое приветственного письма. Это письмо будет отправлено при "
861
+ "успешном подтверждении e-mail адреса."
862
+
863
+ #: ../settings/settings-edit.php:290
864
+ msgid "Mail to admin"
865
+ msgstr "Отправлять сообщения администратору"
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
+ "Для отправки администратору оповещения о новом подписчике, опция должна быть "
873
+ "установлена в значение YES."
874
+
875
+ #: ../settings/settings-edit.php:302
876
+ msgid "Admin email addresses"
877
+ msgstr "E-mail адрес администратора"
878
+
879
+ #: ../settings/settings-edit.php:303
880
+ msgid ""
881
+ "Enter the admin email addresses that should receive notifications (separate "
882
+ "by comma)."
883
+ msgstr ""
884
+ "Введите e-mail адреса администратора для получения сообщений (разделенные "
885
+ "запятой)"
886
+
887
+ #: ../settings/settings-edit.php:309
888
+ msgid "Admin mail subject"
889
+ msgstr "Тема сообщения, отправляемого администратору"
890
+
891
+ #: ../settings/settings-edit.php:310
892
+ msgid ""
893
+ "Enter the subject for admin mail. This will send whenever new email added "
894
+ "and confirmed into our database."
895
+ msgstr ""
896
+ "Введите тему для письма, отправляемого администратору. Это сообщение будет "
897
+ "отправлено после того, как новый e-mail был добавлен и подтвержден"
898
+
899
+ #: ../settings/settings-edit.php:316
900
+ msgid "Admin mail content"
901
+ msgstr "Содержимое письма, отправляемого администратору"
902
+
903
+ #: ../settings/settings-edit.php:317
904
+ msgid ""
905
+ "Enter the mail content for admin. This will send whenever new email added "
906
+ "and confirmed into our database."
907
+ msgstr ""
908
+ "Введите содержимое для письма, отправляемого администратору. Это сообщение "
909
+ "будет отправлено после того, как новый e-mail был добавлен и подтвержден."
910
+
911
+ #: ../settings/settings-edit.php:324
912
+ msgid "Unsubscribe link"
913
+ msgstr "Ссылка для отписки от рассылки"
914
+
915
+ #: ../settings/settings-edit.php:325
916
+ msgid "Unsubscribe link. You no need to change this value."
917
+ msgstr ""
918
+ "Ссылка для отписки от рассылки. Не рекомендуется изменять это значение."
919
+
920
+ #: ../settings/settings-edit.php:331
921
+ msgid "Unsubscribe text in mail"
922
+ msgstr "Текст для отписки от рассылки в письме"
923
+
924
+ #: ../settings/settings-edit.php:332
925
+ msgid ""
926
+ "Enter the text for unsubscribe link. This text is to add unsubscribe link "
927
+ "with newsletter."
928
+ msgstr ""
929
+ "Введите текст для отписки от рассылки. Этот текст также добавит ссылку для "
930
+ "отписки от рассылки в письмо."
931
+
932
+ #: ../settings/settings-edit.php:338
933
+ msgid "Text to display after email unsubscribed"
934
+ msgstr "Текст, показываемый после отписки от рассылки"
935
+
936
+ #: ../settings/settings-edit.php:339
937
+ msgid ""
938
+ "This text will display once user clicked unsubscribed link from our "
939
+ "newsletter."
940
+ msgstr ""
941
+ "Этот текст будет показан после того, как пользователь перешел по ссылки для "
942
+ "отписки."
943
+
944
+ #: ../settings/settings-edit.php:346
945
+ msgid "Message 1"
946
+ msgstr "Сообщение 1"
947
+
948
+ #: ../settings/settings-edit.php:347
949
+ msgid "Default message to display if any issue on confirmation link."
950
+ msgstr "Стандартное сообщение при ошибке во время подтверждения e-mail адреса"
951
+
952
+ #: ../settings/settings-edit.php:353
953
+ msgid "Message 2"
954
+ msgstr "Сообщение 2"
955
+
956
+ #: ../settings/settings-edit.php:354
957
+ msgid "Default message to display if any issue on unsubscribe link."
958
+ msgstr "Стандартное сообщение при ошибке во время отписки от рассылки"
959
+
960
+ #: ../settings/settings-edit.php:361
961
+ msgid "Sent report subject"
962
+ msgstr "Тема отчета об отправке"
963
+
964
+ #: ../settings/settings-edit.php:362
965
+ msgid "Mail subject for sent mail report."
966
+ msgstr "Тема сообщения, содержащего отчет об отправке"
967
+
968
+ #: ../settings/settings-edit.php:368
969
+ msgid "Sent report content"
970
+ msgstr "Содержимое отчета об отправке"
971
+
972
+ #: ../settings/settings-edit.php:369
973
+ msgid "Mail content for sent mail report."
974
+ msgstr "Содержимое сообщения, содержащего отчет об отправке"
975
+
976
+ #: ../settings/settings-edit.php:380
977
+ msgid "Save Settings"
978
+ msgstr "Сохранить настройки"
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 "Пожалуйста, введите e-mail адрес подписчика"
986
+
987
+ #: ../subscribers/view-subscriber-add.php:45
988
+ msgid "Please select or create your group for this email."
989
+ msgstr "Пожалуйста, введите или создайте группу для этого сообщения"
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 "Сообщение было успешно добавлено"
1001
+
1002
+ #: ../subscribers/view-subscriber-add.php:70
1003
+ msgid "Email already exist in our list."
1004
+ msgstr "Сообщение уже добавлено в этот список"
1005
+
1006
+ #: ../subscribers/view-subscriber-add.php:75
1007
+ msgid "Email is invalid."
1008
+ msgstr "Сообщение некорректно"
1009
+
1010
+ #: ../subscribers/view-subscriber-add.php:112
1011
+ msgid "Add email"
1012
+ msgstr "Добавить e-mail адрес"
1013
+
1014
+ #: ../subscribers/view-subscriber-add.php:114
1015
+ #: ../subscribers/view-subscriber-edit.php:98
1016
+ msgid "Enter full name"
1017
+ msgstr "Добавить полное имя"
1018
+
1019
+ #: ../subscribers/view-subscriber-add.php:116
1020
+ #: ../subscribers/view-subscriber-edit.php:100
1021
+ msgid "Please enter subscriber full name."
1022
+ msgstr "Пожалуйста, введите полное имя подписчика"
1023
+
1024
+ #: ../subscribers/view-subscriber-add.php:118
1025
+ #: ../subscribers/view-subscriber-edit.php:102
1026
+ msgid "Enter email address."
1027
+ msgstr "Добавить e-mail адрес"
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 "Пожалуйста, введите статус e-mail адреса подписчика"
1034
+
1035
+ #: ../subscribers/view-subscriber-add.php:131
1036
+ #: ../subscribers/view-subscriber-import.php:165
1037
+ msgid "Select (or) Create Group"
1038
+ msgstr "Выберите/создайте группу"
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 "Пожалуйста, выберите или создайте группу для этого подписчика"
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 "Сообщение успешно обновлено"
1053
+
1054
+ #: ../subscribers/view-subscriber-edit.php:70
1055
+ #, fuzzy
1056
+ msgid "Email already exist for this group."
1057
+ msgstr "Сообщение уже добавлено в этот список"
1058
+
1059
+ #: ../subscribers/view-subscriber-edit.php:96
1060
+ msgid "Edit email"
1061
+ msgstr "Редактировать сообщение"
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 "Группа"
1068
+
1069
+ #: ../subscribers/view-subscriber-export.php:24
1070
+ msgid "Export email address in csv format"
1071
+ msgstr "Экспорт сообщения в формат CSV"
1072
+
1073
+ #: ../subscribers/view-subscriber-export.php:30
1074
+ #: ../subscribers/view-subscriber-export.php:38
1075
+ msgid "Export option"
1076
+ msgstr "Вариант экспорта"
1077
+
1078
+ #: ../subscribers/view-subscriber-export.php:31
1079
+ #: ../subscribers/view-subscriber-export.php:39
1080
+ msgid "Total email"
1081
+ msgstr "Итого сообщений"
1082
+
1083
+ #: ../subscribers/view-subscriber-export.php:46
1084
+ msgid "Subscriber email address"
1085
+ msgstr "E-mail адрес подписчика"
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 "Нажмите для экспорта в формат CSV"
1092
+
1093
+ #: ../subscribers/view-subscriber-export.php:52
1094
+ msgid "Registered email address"
1095
+ msgstr "Зарегистрированный e-mail адрес"
1096
+
1097
+ #: ../subscribers/view-subscriber-export.php:58
1098
+ msgid "Comments author email address"
1099
+ msgstr "E-mail адрес автора комментариев"
1100
+
1101
+ #: ../subscribers/view-subscriber-export.php:67
1102
+ msgid "Add Email"
1103
+ msgstr "Добавить e-mail адрес"
1104
+
1105
+ #: ../subscribers/view-subscriber-export.php:68
1106
+ #: ../subscribers/view-subscriber-show.php:445
1107
+ msgid "Import Email"
1108
+ msgstr "Импортировать e-mail адрес"
1109
+
1110
+ #: ../subscribers/view-subscriber-import.php:103
1111
+ msgid "Email(s) was successfully imported."
1112
+ msgstr "Импорт e-mail адрес(ов) произведен успешно"
1113
+
1114
+ #: ../subscribers/view-subscriber-import.php:104
1115
+ msgid "Email(s) are already in our database."
1116
+ msgstr "E-mail адрес(а) уже в базе данных"
1117
+
1118
+ #: ../subscribers/view-subscriber-import.php:105
1119
+ msgid "Email(s) are invalid."
1120
+ msgstr "E-mail адрес(а) некорректны"
1121
+
1122
+ #: ../subscribers/view-subscriber-import.php:115
1123
+ msgid "File upload failed or no data available in the csv file."
1124
+ msgstr "Загрузка файла не удалась данные отсутствуют в файле CSV"
1125
+
1126
+ #: ../subscribers/view-subscriber-import.php:150
1127
+ msgid "Upload email"
1128
+ msgstr "Загрузить e-mail адрес"
1129
+
1130
+ #: ../subscribers/view-subscriber-import.php:151
1131
+ msgid "Select csv file"
1132
+ msgstr "Выбрать файл в формате CSV"
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
+ "Пожалуйста, выберите файл в формате CSV. Ознакомьтесь с информацией на "
1140
+ "официальном сайте о требуемой структуре файла"
1141
+
1142
+ #: ../subscribers/view-subscriber-import.php:188
1143
+ msgid "Upload CSV"
1144
+ msgstr "Загрузить файл 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
+ "Для отправки e-mail сообщения для подтверждения e-mail адреса установите "
1152
+ "значение поля \"Подтверждение e-mail\" в значение Double Opt In"
1153
+
1154
+ #: ../subscribers/view-subscriber-show.php:81
1155
+ msgid "Confirmation email resent successfully."
1156
+ msgstr "E-mail сообщение для подтверждения адреса успешно отправлено"
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 "Не выбрано записей"
1163
+
1164
+ #: ../subscribers/view-subscriber-show.php:150
1165
+ msgid "Confirmation email(s) resent successfully."
1166
+ msgstr ""
1167
+ "E-mail сообщение(я) для подтверждения адреса успешно отправлено(ы) повторно"
1168
+
1169
+ #: ../subscribers/view-subscriber-show.php:186
1170
+ msgid "Selected subscribers group was successfully updated."
1171
+ msgstr "Выбренная группа подписчиков успешно обновлена"
1172
+
1173
+ #: ../subscribers/view-subscriber-show.php:192
1174
+ msgid "Oops, New group name was not selected."
1175
+ msgstr "Имя новой группы не выбрано"
1176
+
1177
+ #: ../subscribers/view-subscriber-show.php:232
1178
+ msgid "View subscriber"
1179
+ msgstr "Просмотреть подписчика"
1180
+
1181
+ #: ../subscribers/view-subscriber-show.php:280
1182
+ #, fuzzy
1183
+ msgid "All Groups"
1184
+ msgstr "Группа"
1185
+
1186
+ #: ../subscribers/view-subscriber-show.php:299
1187
+ #, fuzzy
1188
+ msgid "All Status"
1189
+ msgstr "Статус"
1190
+
1191
+ #: ../subscribers/view-subscriber-show.php:300
1192
+ msgid "Confirmed"
1193
+ msgstr "Подтвержден"
1194
+
1195
+ #: ../subscribers/view-subscriber-show.php:301
1196
+ msgid "Unconfirmed"
1197
+ msgstr "Не подтвержден"
1198
+
1199
+ #: ../subscribers/view-subscriber-show.php:302
1200
+ msgid "Unsubscribed"
1201
+ msgstr "Отписан"
1202
+
1203
+ #: ../subscribers/view-subscriber-show.php:303
1204
+ msgid "Single Opt In"
1205
+ msgstr "Без подтверждения"
1206
+
1207
+ #: ../subscribers/view-subscriber-show.php:325
1208
+ #: ../subscribers/view-subscriber-show.php:338
1209
+ msgid "Email address"
1210
+ msgstr "E-mail адрес"
1211
+
1212
+ #: ../subscribers/view-subscriber-show.php:385
1213
+ #: ../subscribers/view-subscriber-show.php:423
1214
+ msgid "Resend Confirmation"
1215
+ msgstr "Отправить сообщение для подтверждения повторно"
1216
+
1217
+ #: ../subscribers/view-subscriber-show.php:401
1218
+ msgid ""
1219
+ "No records available. Please use the above alphabet search button to search."
1220
+ msgstr ""
1221
+ "Нет доступных записей. Пожалуйста, используйте алфавитные кнопки выше для "
1222
+ "поиска"
1223
+
1224
+ #: ../subscribers/view-subscriber-show.php:421
1225
+ msgid "Bulk Actions"
1226
+ msgstr "Групповые действия"
1227
+
1228
+ #: ../subscribers/view-subscriber-show.php:424
1229
+ msgid "Update Subscribers Group"
1230
+ msgstr "Обновить группу подписчиков"
1231
+
1232
+ #: ../subscribers/view-subscriber-show.php:427
1233
+ msgid "Select Group"
1234
+ msgstr "Выбрать группу"
1235
+
1236
+ #: ../subscribers/view-subscriber-show.php:441
1237
+ msgid "Apply"
1238
+ msgstr "Применить"
1239
+
1240
+ #: ../subscribers/view-subscriber-show.php:446
1241
+ #, fuzzy
1242
+ msgid "Export Email"
1243
+ msgstr "Импортировать e-mail адрес"
1244
+
1245
+ #: ../subscribers/view-subscriber-show.php:447
1246
+ #, fuzzy
1247
+ msgid "Sync Email"
1248
+ msgstr "Отправить сообщение"
1249
+
1250
+ #: ../subscribers/view-subscriber-sync.php:33
1251
+ #: ../subscribers/view-subscriber-sync.php:119
1252
+ #, fuzzy
1253
+ msgid "Please select default group to newly registered user."
1254
+ msgstr "Пожалуйста, выберите или создайте группу для этого подписчика"
1255
+
1256
+ #: ../subscribers/view-subscriber-sync.php:39
1257
+ #: ../subscribers/view-subscriber-sync.php:150
1258
+ #, fuzzy
1259
+ msgid "Please select default group to newly commented user."
1260
+ msgstr "Пожалуйста, выберите или создайте группу для этого подписчика"
1261
+
1262
+ #: ../subscribers/view-subscriber-sync.php:56
1263
+ #, fuzzy
1264
+ msgid "Sync email successfully updated."
1265
+ msgstr "Сообщение успешно обновлено"
1266
+
1267
+ #: ../subscribers/view-subscriber-sync.php:88
1268
+ #, fuzzy
1269
+ msgid "Sync email"
1270
+ msgstr "Отправить сообщение"
1271
+
1272
+ #: ../subscribers/view-subscriber-sync.php:90
1273
+ msgid "Sync newly registered user"
1274
+ msgstr ""
1275
+
1276
+ #: ../subscribers/view-subscriber-sync.php:95
1277
+ msgid ""
1278
+ "Automatically add a newly registered user email address to subscribers list."
1279
+ msgstr ""
1280
+
1281
+ #: ../subscribers/view-subscriber-sync.php:97
1282
+ #: ../subscribers/view-subscriber-sync.php:128
1283
+ #, fuzzy
1284
+ msgid "Select default group"
1285
+ msgstr "Выбрать группу"
1286
+
1287
+ #: ../subscribers/view-subscriber-sync.php:121
1288
+ msgid "Sync newly commented user"
1289
+ msgstr ""
1290
+
1291
+ #: ../subscribers/view-subscriber-sync.php:126
1292
+ msgid ""
1293
+ "Automatically add a newly commented (who posted comments) user email address "
1294
+ "to subscribers list."
1295
+ msgstr ""
1296
+
1297
+ #~ msgid "Mail Preview"
1298
+ #~ msgstr "Просмотр сообщения"
1299
+
1300
+ #~ msgid "Export Email (CSV)"
1301
+ #~ msgstr "Экспортировать сообщение (CSV)"
1302
+
1303
+ #~ msgid "View all status"
1304
+ #~ msgstr "Все статусы"
languages/email-subscribers-sr_RS.mo ADDED
Binary file
languages/email-subscribers-sr_RS.po ADDED
@@ -0,0 +1,1302 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: www.gopiplus.com <www.gopiplus.com>\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 "Ime"
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 "Pretplati se"
31
+
32
+ #: ../classes/es-register.php:43
33
+ msgid "These tables could not be created on installation "
34
+ msgstr "Ove tabele ne mogu se kreirati nakon instalacije"
35
+
36
+ #: ../classes/es-register.php:133 ../classes/es-register.php:134
37
+ msgid "Email Subscriber"
38
+ msgstr "Email pretplatnika"
39
+
40
+ #: ../classes/es-register.php:136 ../classes/es-register.php:137
41
+ msgid "Subscribers"
42
+ msgstr "Pretplatnici"
43
+
44
+ #: ../classes/es-register.php:139 ../classes/es-register.php:140
45
+ msgid "Compose"
46
+ msgstr "Sastavi"
47
+
48
+ #: ../classes/es-register.php:142 ../classes/es-register.php:143
49
+ #: ../notification/notification-show.php:45
50
+ msgid "Notification"
51
+ msgstr "Obaveštenje"
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 "Pošalji 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 "Sastavi email"
67
+
68
+ #: ../classes/es-register.php:151 ../classes/es-register.php:152
69
+ #: ../settings/settings-edit.php:190
70
+ msgid "Settings"
71
+ msgstr "Postavke"
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 "Poslato"
81
+
82
+ #: ../classes/es-register.php:160 ../classes/es-register.php:161
83
+ msgid "Help & Info"
84
+ msgstr "Pomoć & informacije"
85
+
86
+ #: ../classes/es-register.php:296
87
+ msgid "Widget Title"
88
+ msgstr "Naziv widget-a"
89
+
90
+ #: ../classes/es-register.php:300
91
+ msgid "Display Name Field"
92
+ msgstr "Prikaži polje sa nazivom"
93
+
94
+ #: ../classes/es-register.php:307
95
+ msgid "Short Description"
96
+ msgstr "Kratak opis"
97
+
98
+ #: ../classes/es-register.php:309
99
+ msgid "Short description about your subscription form."
100
+ msgstr "Kratak opis o vašoj pretplati"
101
+
102
+ #: ../classes/es-register.php:312
103
+ msgid "Subscriber Group"
104
+ msgstr "Grupa pretplatnika"
105
+
106
+ #: ../compose/compose-add.php:25 ../compose/compose-edit.php:40
107
+ msgid "Please enter template heading."
108
+ msgstr "Unesite obrazac zaglavlja"
109
+
110
+ #: ../compose/compose-add.php:39
111
+ msgid "Template was successfully created."
112
+ msgstr "Obrazac je uspešno kreiran"
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 "Kliknite ovde"
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 "da biste videli detalje"
136
+
137
+ #: ../compose/compose-add.php:70 ../compose/compose-edit.php:83
138
+ #: ../compose/compose-show.php:59
139
+ msgid "Compose Mail"
140
+ msgstr "Sastavi email"
141
+
142
+ #: ../compose/compose-add.php:73 ../compose/compose-edit.php:86
143
+ #: ../settings/settings-edit.php:206
144
+ msgid "Mail type"
145
+ msgstr "Vrsta email-a"
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 "Odaberite vrstu email-a"
151
+
152
+ #: ../compose/compose-add.php:80 ../compose/compose-edit.php:93
153
+ msgid "Enter mail subject."
154
+ msgstr "Unesite naslov email-a"
155
+
156
+ #: ../compose/compose-add.php:82 ../compose/compose-edit.php:95
157
+ msgid "Please enter your mail subject."
158
+ msgstr "Molimo vas da unesete naslov email-a"
159
+
160
+ #: ../compose/compose-add.php:85 ../compose/compose-edit.php:97
161
+ msgid "Mail content"
162
+ msgstr "Sadržaj email-a"
163
+
164
+ #: ../compose/compose-add.php:88 ../compose/compose-edit.php:100
165
+ msgid "Please enter content for your mail."
166
+ msgstr "Molimo vas da unesete sadržaj email-a"
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 "Odaberite status email-a"
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 "Podnesi"
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 "Otkaži"
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 "Pomoć"
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 "Ups, odabrani detalji ne postoje"
227
+
228
+ #: ../compose/compose-edit.php:55
229
+ msgid "Template was successfully updated."
230
+ msgstr "Obrazac je uspešno ažuriran"
231
+
232
+ #: ../compose/compose-preview.php:17 ../sentmail/sentmail-preview.php:19
233
+ msgid "Preview Mail"
234
+ msgstr "Pregledaj email"
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 "Nazad"
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 "Uredi"
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 "Kliknite ovde"
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 "Odabrani zapis uspešno je obrisan."
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 "Dodaj novi"
268
+
269
+ #: ../compose/compose-show.php:70 ../compose/compose-show.php:78
270
+ msgid "Email subject"
271
+ msgstr "Naslov email-a"
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 "Vrsta"
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 "Aktivnost"
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 "Obriši"
293
+
294
+ #: ../compose/compose-show.php:101 ../sentmail/sentmail-show.php:73
295
+ #: ../sentmail/sentmail-show.php:86
296
+ msgid "Preview"
297
+ msgstr "Pregledaj"
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 "Nema raspoloživih zapisa"
303
+
304
+ #: ../cron/cron-add.php:18
305
+ #, fuzzy
306
+ msgid "Please enter valid mail count."
307
+ msgstr "Molimo vas da unesete naslov email-a"
308
+
309
+ #: ../cron/cron-add.php:29
310
+ #, fuzzy
311
+ msgid "Cron details successfully updated."
312
+ msgstr "Detalji su uspešno ažurirani."
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 "Sadržaj email-a"
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 "Pregledaj izveštaje"
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 "Otkriveno je neočekivano podnošenje url-a "
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
+ "Ups, imamo tehničkih poteškoća. Molimo vas da pokušate ponovo ili da se "
381
+ "obratite administratoru."
382
+
383
+ #: ../job/es-optin.php:69
384
+ msgid "This email address has already been confirmed."
385
+ msgstr "Ova email adresa je već potvrđena."
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 "Odaberite grupu pretplatnika"
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 "Odaberite status obaveštenja."
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
+ "Odaberite naslov email-a obaveštenja.Za kreiranje novog, koristite meni za "
408
+ "sastavljanje."
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 "Odaberite kategorije posta."
416
+
417
+ #: ../notification/notification-add.php:69
418
+ msgid "Notification was successfully created."
419
+ msgstr "Obaveštenje je uspešno kreirano."
420
+
421
+ #: ../notification/notification-add.php:101
422
+ msgid "Add Notification"
423
+ msgstr "Dodaj obaveštenje"
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 "Grupe pretplatnika"
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 "Odaberi"
442
+
443
+ #: ../notification/notification-add.php:122
444
+ #: ../notification/notification-edit.php:121
445
+ msgid "Notification Mail"
446
+ msgstr "Email obaveštenja"
447
+
448
+ #: ../notification/notification-add.php:141
449
+ #: ../notification/notification-edit.php:145
450
+ msgid "Post Categories"
451
+ msgstr "Kategorije posta"
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 "Odaberite vrstu email-a"
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 obaveštenja"
470
+
471
+ #: ../notification/notification-edit.php:84
472
+ msgid "Notification was successfully updated."
473
+ msgstr "Obaveštenje je uspešno ažurirano."
474
+
475
+ #: ../notification/notification-edit.php:112
476
+ msgid "Edit Notification"
477
+ msgstr "Uredi obaveštenje"
478
+
479
+ #: ../notification/notification-edit.php:119
480
+ msgid "Not allowed to update the subscribers group in edit page."
481
+ msgstr ""
482
+ "Ažuriranje grupe pretplatnika nije dozvoljeno na stranici za uređivanje."
483
+
484
+ #: ../notification/notification-show.php:56
485
+ #: ../notification/notification-show.php:64
486
+ msgid "Mail Subject"
487
+ msgstr "Naslov email-a"
488
+
489
+ #: ../notification/notification-show.php:58
490
+ #: ../notification/notification-show.php:66
491
+ msgid "Categories / Custom Post"
492
+ msgstr ""
493
+
494
+ #: ../roles/roles-add.php:92
495
+ msgid "Roles and Capabilities"
496
+ msgstr ""
497
+
498
+ #: ../roles/roles-add.php:94
499
+ #, fuzzy
500
+ msgid "Subscribers Menu"
501
+ msgstr "Pretplatnici"
502
+
503
+ #: ../roles/roles-add.php:100
504
+ msgid ""
505
+ "Select user role to access plugin Subscribers Menu. Only Admin user can "
506
+ "change this value."
507
+ msgstr ""
508
+
509
+ #: ../roles/roles-add.php:103
510
+ #, fuzzy
511
+ msgid "Compose Menu"
512
+ msgstr "Sastavi email"
513
+
514
+ #: ../roles/roles-add.php:109
515
+ msgid ""
516
+ "Select user role to access plugin Compose Menu. Only Admin user can change "
517
+ "this value."
518
+ msgstr ""
519
+
520
+ #: ../roles/roles-add.php:111
521
+ #, fuzzy
522
+ msgid "Notification Menu"
523
+ msgstr "Obaveštenje"
524
+
525
+ #: ../roles/roles-add.php:117
526
+ msgid ""
527
+ "Select user role to access plugin Notification Menu. Only Admin user can "
528
+ "change this value."
529
+ msgstr ""
530
+
531
+ #: ../roles/roles-add.php:119
532
+ msgid "Send Email Menu/Cron Menu"
533
+ msgstr ""
534
+
535
+ #: ../roles/roles-add.php:125
536
+ msgid ""
537
+ "Select user role to access plugin Send Email Menu. Only Admin user can "
538
+ "change this value."
539
+ msgstr ""
540
+
541
+ #: ../roles/roles-add.php:127
542
+ #, fuzzy
543
+ msgid "Settings Menu"
544
+ msgstr "Postavke"
545
+
546
+ #: ../roles/roles-add.php:133
547
+ msgid ""
548
+ "Select user role to access plugin Settings Menu. Only Admin user can change "
549
+ "this value."
550
+ msgstr ""
551
+
552
+ #: ../roles/roles-add.php:135
553
+ #, fuzzy
554
+ msgid "Sent Mails Menu"
555
+ msgstr "Poslato"
556
+
557
+ #: ../roles/roles-add.php:141
558
+ msgid ""
559
+ "Select user role to access plugin Sent Mails Menu. Only Admin user can "
560
+ "change this value."
561
+ msgstr ""
562
+
563
+ #: ../roles/roles-add.php:143
564
+ #, fuzzy
565
+ msgid "Help & Info Menu"
566
+ msgstr "Pomoć & informacije"
567
+
568
+ #: ../roles/roles-add.php:149
569
+ msgid ""
570
+ "Select user role to access plugin Help & Info Menu. Only Admin user can "
571
+ "change this value."
572
+ msgstr ""
573
+
574
+ #: ../sendmail/sendmail.php:35
575
+ msgid "Please select your mail subject."
576
+ msgstr "Odaberite naslov email-a"
577
+
578
+ #: ../sendmail/sendmail.php:43
579
+ msgid "No email address selected."
580
+ msgstr "Nije odabrana nijedna email adresa."
581
+
582
+ #: ../sendmail/sendmail.php:58
583
+ msgid "Mail sent successfully"
584
+ msgstr "Email uspešno poslat."
585
+
586
+ #: ../sendmail/sendmail.php:64
587
+ msgid "Click here for details"
588
+ msgstr "Kliknite ovde za detalje. "
589
+
590
+ #: ../sendmail/sendmail.php:73
591
+ msgid "Oops.. We are getting some error. mail not sending."
592
+ msgstr "Ups, došlo je do greške. Email se ne šalje."
593
+
594
+ #: ../sendmail/sendmail.php:102
595
+ msgid "Select your mail subject"
596
+ msgstr "Odaberite naslov email-a."
597
+
598
+ #: ../sendmail/sendmail.php:103
599
+ msgid ""
600
+ "Select a mail subject from available list. Go to Compose page to create new "
601
+ "mail."
602
+ msgstr ""
603
+ "Odaberite naslov email-a sa liste raspoloživih naslova. Da biste kreirali "
604
+ "novi email, idite na stranicu “Sastavi”."
605
+
606
+ #: ../sendmail/sendmail.php:133
607
+ #, fuzzy
608
+ msgid "Mail Type"
609
+ msgstr "Vrsta email-a"
610
+
611
+ #: ../sendmail/sendmail.php:134
612
+ #, fuzzy
613
+ msgid "Select your mail type."
614
+ msgstr "Odaberite vrstu email-a"
615
+
616
+ #: ../sendmail/sendmail.php:148
617
+ msgid "Select subscriber group"
618
+ msgstr "Odaberite grupu pretplatnika"
619
+
620
+ #: ../sendmail/sendmail.php:149
621
+ msgid "Select your subscriber group to send email."
622
+ msgstr "Odaberite grupu svojih pretplatnika da biste poslali email."
623
+
624
+ #: ../sendmail/sendmail.php:174
625
+ msgid "Check All"
626
+ msgstr "Štikliraj sve"
627
+
628
+ #: ../sendmail/sendmail.php:175
629
+ msgid "Uncheck All"
630
+ msgstr "Poništi štikliranje svih"
631
+
632
+ #: ../sendmail/sendmail.php:238
633
+ msgid "No subscribers available for this search criteria."
634
+ msgstr "Za ovaj kriterijum pretrage nema raspoloživih pretplatnika."
635
+
636
+ #: ../sentmail/deliverreport-show.php:11
637
+ msgid "Oops.. Unexpected error occurred. Please try again."
638
+ msgstr "Ups… Došlo je do neočekivane greške.Molimo vas, pokušajte ponovo."
639
+
640
+ #: ../sentmail/deliverreport-show.php:19
641
+ msgid "Delivery Report"
642
+ msgstr "Izveštaj o prispeću"
643
+
644
+ #: ../sentmail/deliverreport-show.php:37 ../sentmail/deliverreport-show.php:49
645
+ #: ../subscribers/view-subscriber-export.php:29
646
+ #: ../subscribers/view-subscriber-export.php:37
647
+ #: ../subscribers/view-subscriber-show.php:324
648
+ #: ../subscribers/view-subscriber-show.php:337
649
+ msgid "Sno"
650
+ msgstr "Sno"
651
+
652
+ #: ../sentmail/deliverreport-show.php:38 ../sentmail/deliverreport-show.php:50
653
+ msgid "Email"
654
+ msgstr "Email"
655
+
656
+ #: ../sentmail/deliverreport-show.php:39 ../sentmail/deliverreport-show.php:51
657
+ msgid "Sent Date"
658
+ msgstr "Datum slanja"
659
+
660
+ #: ../sentmail/deliverreport-show.php:42 ../sentmail/deliverreport-show.php:54
661
+ msgid "Viewed Status"
662
+ msgstr "Status pregleda"
663
+
664
+ #: ../sentmail/deliverreport-show.php:43 ../sentmail/deliverreport-show.php:55
665
+ msgid "Viewed Date"
666
+ msgstr "Datum pregleda"
667
+
668
+ #: ../sentmail/deliverreport-show.php:44 ../sentmail/deliverreport-show.php:56
669
+ #: ../subscribers/view-subscriber-show.php:329
670
+ #: ../subscribers/view-subscriber-show.php:342
671
+ msgid "Database ID"
672
+ msgstr "ID baze podataka"
673
+
674
+ #: ../sentmail/deliverreport-show.php:96 ../sentmail/sentmail-show.php:144
675
+ msgid " &lt;&lt; "
676
+ msgstr " &lt;&lt; "
677
+
678
+ #: ../sentmail/deliverreport-show.php:97 ../sentmail/sentmail-show.php:145
679
+ msgid " &gt;&gt; "
680
+ msgstr " &gt;&gt; "
681
+
682
+ #: ../sentmail/sentmail-show.php:42
683
+ msgid "Successfully deleted all reports except latest 10."
684
+ msgstr "Svi izveštaji, osim poslednjih 10, uspešno su obrisani."
685
+
686
+ #: ../sentmail/sentmail-show.php:72 ../sentmail/sentmail-show.php:85
687
+ msgid "View Reports"
688
+ msgstr "Pregledaj izveštaje"
689
+
690
+ #: ../sentmail/sentmail-show.php:74 ../sentmail/sentmail-show.php:87
691
+ #, fuzzy
692
+ msgid "Source"
693
+ msgstr "Poslati izvor"
694
+
695
+ #: ../sentmail/sentmail-show.php:77 ../sentmail/sentmail-show.php:90
696
+ #, fuzzy
697
+ msgid "Start Date"
698
+ msgstr "Početni datum slanja"
699
+
700
+ #: ../sentmail/sentmail-show.php:78 ../sentmail/sentmail-show.php:91
701
+ #, fuzzy
702
+ msgid "End Date"
703
+ msgstr "Krajnji datum slanja "
704
+
705
+ #: ../sentmail/sentmail-show.php:79 ../sentmail/sentmail-show.php:92
706
+ #, fuzzy
707
+ msgid "Total"
708
+ msgstr "Ukupno email-ova"
709
+
710
+ #: ../sentmail/sentmail-show.php:168 ../sentmail/sentmail-show.php:170
711
+ msgid "Optimize Table"
712
+ msgstr "Poboljšaj tabelu"
713
+
714
+ #: ../sentmail/sentmail-show.php:180
715
+ msgid ""
716
+ "Note: Please click <strong>Optimize Table</strong> button to delete all "
717
+ "reports except latest 10."
718
+ msgstr ""
719
+ "Napomena: Kliknite na taster <strong>Poboljšaj tabelu</strong> da biste "
720
+ "izbrisali sve izveštaje, osim poslednjih 10. "
721
+
722
+ #: ../settings/setting-sync.php:8
723
+ #, fuzzy
724
+ msgid "Table sync completed successfully."
725
+ msgstr "Email uspešno poslat."
726
+
727
+ #: ../settings/setting-sync.php:21
728
+ msgid "Sync plugin tables"
729
+ msgstr ""
730
+
731
+ #: ../settings/setting-sync.php:25
732
+ msgid "Click to sync tables"
733
+ msgstr ""
734
+
735
+ #: ../settings/settings-edit.php:102
736
+ msgid "Please enter sender of notifications from name."
737
+ msgstr "Unesite ime pošiljaoca obaveštenja."
738
+
739
+ #: ../settings/settings-edit.php:108
740
+ msgid "Please enter sender of notifications from email."
741
+ msgstr "Unesite email pošiljaoca obaveštenja."
742
+
743
+ #: ../settings/settings-edit.php:143
744
+ msgid "Details was successfully updated."
745
+ msgstr "Detalji su uspešno ažurirani."
746
+
747
+ #: ../settings/settings-edit.php:148
748
+ msgid "Oops, details not update."
749
+ msgstr "Ups, detalji nisu ažurirani."
750
+
751
+ #: ../settings/settings-edit.php:196
752
+ msgid "Sender of notifications"
753
+ msgstr "Pošiljalac obaveštenja."
754
+
755
+ #: ../settings/settings-edit.php:197
756
+ msgid ""
757
+ "Choose a FROM name and FROM email address for all notifications emails from "
758
+ "this plugin."
759
+ msgstr ""
760
+ "Izaberite FROM ime i FROM email adresu za sva obaveštenja za ovaj 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
+ "Opcije 1 i 2 omogućavaju vam da šaljete email-ove podrazumevanom Wordpress "
768
+ "metodom wp_mail(). Opcije 3 i 4 su za slanje PHP mail() metodom. "
769
+
770
+ #: ../settings/settings-edit.php:221
771
+ msgid "Opt-in option"
772
+ msgstr "Opt-in opcija"
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
+ "Double Opt In opcija znači da pretplatnici moraju da potvrde svoje mail "
781
+ "adrese tako što će kliknuti na aktivacioni link koji im je poslat u "
782
+ "aktivacionom email-u. Single Opt In opcija znači da pretplatnici ne moraju "
783
+ "da potvrđuju svoje email adrese. "
784
+
785
+ #: ../settings/settings-edit.php:233
786
+ msgid "Opt-in mail subject (Confirmation mail)"
787
+ msgstr "Naslov Opt-in mail-a (Email za potvrdu)"
788
+
789
+ #: ../settings/settings-edit.php:234
790
+ msgid ""
791
+ "Enter the subject for Double Opt In mail. This will send whenever subscriber "
792
+ "added email into our database."
793
+ msgstr ""
794
+ "Unesite naslov za Double Opt In email. Biće poslat kad god pretplatnik unese "
795
+ "email u našu bazu podataka."
796
+
797
+ #: ../settings/settings-edit.php:240
798
+ msgid "Opt-in mail content (Confirmation mail)"
799
+ msgstr "Sadržaj Opt-in email-a (Email za potvrdu)"
800
+
801
+ #: ../settings/settings-edit.php:241
802
+ msgid ""
803
+ "Enter the content for Double Opt In mail. This will send whenever subscriber "
804
+ "added email into our database."
805
+ msgstr ""
806
+ "Unesite sadržaj za Double Opt In email. Biće poslat kad god pretplatnik "
807
+ "unese amail u našu bazu podataka."
808
+
809
+ #: ../settings/settings-edit.php:247
810
+ msgid "Opt-in link (Confirmation link)"
811
+ msgstr "Opt-in link (Link za potvrdu)"
812
+
813
+ #: ../settings/settings-edit.php:248
814
+ msgid "Double Opt In confirmation link. You no need to change this value."
815
+ msgstr "Double Opt In link za potvrdu. Nema potrebe da menjate ovu vrednost."
816
+
817
+ #: ../settings/settings-edit.php:254
818
+ msgid "Text to display after email subscribed successfully"
819
+ msgstr "Tekst koji će se prikazivati nakon uspešne pretplate na email."
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
+ "Ovaj tekst će se prikazivati kad korisnik klikne na link za potvrdu iz "
827
+ "sadržaja opt-in email-a za potvrdu. "
828
+
829
+ #: ../settings/settings-edit.php:262
830
+ msgid "Subscriber welcome email"
831
+ msgstr "Email dobrodošlice pretplatniku."
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
+ "Da biste pretplatniku poslali email dobrodošlice, ova opcija mora biti "
837
+ "podešena na DA."
838
+
839
+ #: ../settings/settings-edit.php:274
840
+ msgid "Welcome mail subject"
841
+ msgstr "Naslov email-a dobrodošlice"
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
+ "Unesite naslov za email dobrodošlice pretplatniku. Biće poslat kad god se "
849
+ "neko uspešno pretplati (i kad potvrdi pretplatu) na email."
850
+
851
+ #: ../settings/settings-edit.php:281
852
+ msgid "Subscriber welcome mail content"
853
+ msgstr "Sadržaj email-a dobrodošlice za pretplatnika"
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
+ "Unesite sadržaj email-a dobrodošlice za pretplatnika. Biće poslat kad god se "
861
+ "neko uspešno pretplati (potvrdi pretplatu)."
862
+
863
+ #: ../settings/settings-edit.php:290
864
+ msgid "Mail to admin"
865
+ msgstr "Email za administratora"
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
+ "Da biste administratoru poslali obaveštenja o novom pretplatniku, podesite "
873
+ "ovu opciju na DA."
874
+
875
+ #: ../settings/settings-edit.php:302
876
+ msgid "Admin email addresses"
877
+ msgstr "Email adrese administratora"
878
+
879
+ #: ../settings/settings-edit.php:303
880
+ msgid ""
881
+ "Enter the admin email addresses that should receive notifications (separate "
882
+ "by comma)."
883
+ msgstr ""
884
+ "Unesite email adrese administratora (odvojene zarezima) koji treba da dobiju "
885
+ "obaveštenja. "
886
+
887
+ #: ../settings/settings-edit.php:309
888
+ msgid "Admin mail subject"
889
+ msgstr "Naslov email-a administratora."
890
+
891
+ #: ../settings/settings-edit.php:310
892
+ msgid ""
893
+ "Enter the subject for admin mail. This will send whenever new email added "
894
+ "and confirmed into our database."
895
+ msgstr ""
896
+ "Unesite naslov za email administratora. Biće poslat kad god novi email bude "
897
+ "dodat i potvrđen u našoj bazi podataka."
898
+
899
+ #: ../settings/settings-edit.php:316
900
+ msgid "Admin mail content"
901
+ msgstr "Sadržaj email-a administratora."
902
+
903
+ #: ../settings/settings-edit.php:317
904
+ msgid ""
905
+ "Enter the mail content for admin. This will send whenever new email added "
906
+ "and confirmed into our database."
907
+ msgstr ""
908
+ "Unesite sadržaj email-a administratora. Biće poslat kad god novi email bude "
909
+ "dodat i potvrđen u našoj bazi podataka."
910
+
911
+ #: ../settings/settings-edit.php:324
912
+ msgid "Unsubscribe link"
913
+ msgstr "Link za otkazivanje pretplate"
914
+
915
+ #: ../settings/settings-edit.php:325
916
+ msgid "Unsubscribe link. You no need to change this value."
917
+ msgstr "Link za otkazivanje pretplate. Nema potrebe da menjate ovu vrednost."
918
+
919
+ #: ../settings/settings-edit.php:331
920
+ msgid "Unsubscribe text in mail"
921
+ msgstr "Tekst za otkazivanje pretplate u email-u."
922
+
923
+ #: ../settings/settings-edit.php:332
924
+ msgid ""
925
+ "Enter the text for unsubscribe link. This text is to add unsubscribe link "
926
+ "with newsletter."
927
+ msgstr ""
928
+ "Unesite tekst linka za otkazivanje pretplate. Ovaj tekst je za dodavanje "
929
+ "linka za otkazivanje pretplate na novosti."
930
+
931
+ #: ../settings/settings-edit.php:338
932
+ msgid "Text to display after email unsubscribed"
933
+ msgstr "Tekst koji će se prikazivati nakon otkazivanja email pretplate."
934
+
935
+ #: ../settings/settings-edit.php:339
936
+ msgid ""
937
+ "This text will display once user clicked unsubscribed link from our "
938
+ "newsletter."
939
+ msgstr ""
940
+ "Ovaj tekst biće prikazan kad korisnik klikne na link za otkazivanje "
941
+ "pretplate na naše novosti. "
942
+
943
+ #: ../settings/settings-edit.php:346
944
+ msgid "Message 1"
945
+ msgstr "Poruka 1"
946
+
947
+ #: ../settings/settings-edit.php:347
948
+ msgid "Default message to display if any issue on confirmation link."
949
+ msgstr ""
950
+ "Podrazumevana poruka za prikazivanje u slučaju da dođe do problema sa linkom "
951
+ "za potvrdu."
952
+
953
+ #: ../settings/settings-edit.php:353
954
+ msgid "Message 2"
955
+ msgstr "Poruka 2"
956
+
957
+ #: ../settings/settings-edit.php:354
958
+ msgid "Default message to display if any issue on unsubscribe link."
959
+ msgstr ""
960
+ "Podrazumevana poruka koja će biti prikazana ako se pojavi problem sa linkom "
961
+ "za otkazivanje pretplate."
962
+
963
+ #: ../settings/settings-edit.php:361
964
+ msgid "Sent report subject"
965
+ msgstr ""
966
+
967
+ #: ../settings/settings-edit.php:362
968
+ msgid "Mail subject for sent mail report."
969
+ msgstr ""
970
+
971
+ #: ../settings/settings-edit.php:368
972
+ msgid "Sent report content"
973
+ msgstr ""
974
+
975
+ #: ../settings/settings-edit.php:369
976
+ msgid "Mail content for sent mail report."
977
+ msgstr ""
978
+
979
+ #: ../settings/settings-edit.php:380
980
+ msgid "Save Settings"
981
+ msgstr "Sačuvaj izmene."
982
+
983
+ #: ../subscribers/view-subscriber-add.php:28
984
+ #: ../subscribers/view-subscriber-add.php:120
985
+ #: ../subscribers/view-subscriber-edit.php:43
986
+ #: ../subscribers/view-subscriber-edit.php:104
987
+ msgid "Please enter subscriber email address."
988
+ msgstr "Unesite email adresu pretplatnika."
989
+
990
+ #: ../subscribers/view-subscriber-add.php:45
991
+ msgid "Please select or create your group for this email."
992
+ msgstr "Odaberite ili kreirajte svoju grupu za ovaj email."
993
+
994
+ #: ../subscribers/view-subscriber-add.php:54
995
+ #: ../subscribers/view-subscriber-import.php:45
996
+ msgid ""
997
+ "Error: Special characters (['^$%&*()}{@#~?><>,|=_+\\\"]) are not allowed in "
998
+ "the group name."
999
+ msgstr ""
1000
+
1001
+ #: ../subscribers/view-subscriber-add.php:66
1002
+ msgid "Email was successfully inserted."
1003
+ msgstr "Email je uspešno unet."
1004
+
1005
+ #: ../subscribers/view-subscriber-add.php:70
1006
+ msgid "Email already exist in our list."
1007
+ msgstr "Email već postoji na našoj listi."
1008
+
1009
+ #: ../subscribers/view-subscriber-add.php:75
1010
+ msgid "Email is invalid."
1011
+ msgstr "Email je nevažeći."
1012
+
1013
+ #: ../subscribers/view-subscriber-add.php:112
1014
+ msgid "Add email"
1015
+ msgstr "Dodaj email."
1016
+
1017
+ #: ../subscribers/view-subscriber-add.php:114
1018
+ #: ../subscribers/view-subscriber-edit.php:98
1019
+ msgid "Enter full name"
1020
+ msgstr "Unesi puno ime"
1021
+
1022
+ #: ../subscribers/view-subscriber-add.php:116
1023
+ #: ../subscribers/view-subscriber-edit.php:100
1024
+ msgid "Please enter subscriber full name."
1025
+ msgstr "Unesite puno ime pretplatnika"
1026
+
1027
+ #: ../subscribers/view-subscriber-add.php:118
1028
+ #: ../subscribers/view-subscriber-edit.php:102
1029
+ msgid "Enter email address."
1030
+ msgstr "Unesite mail adresu."
1031
+
1032
+ #: ../subscribers/view-subscriber-add.php:129
1033
+ #: ../subscribers/view-subscriber-edit.php:113
1034
+ #: ../subscribers/view-subscriber-import.php:163
1035
+ msgid "Please select subscriber email status."
1036
+ msgstr "Odaberite email status pretplatnika"
1037
+
1038
+ #: ../subscribers/view-subscriber-add.php:131
1039
+ #: ../subscribers/view-subscriber-import.php:165
1040
+ msgid "Select (or) Create Group"
1041
+ msgstr "Odaberi (ili) kreiraj grupu"
1042
+
1043
+ #: ../subscribers/view-subscriber-add.php:149
1044
+ #: ../subscribers/view-subscriber-edit.php:141
1045
+ #: ../subscribers/view-subscriber-import.php:183
1046
+ msgid "Please select or create group for this subscriber."
1047
+ msgstr "Odaberite ili kreirajte grupu za datog pretplatnika."
1048
+
1049
+ #: ../subscribers/view-subscriber-edit.php:54
1050
+ msgid "Error: Special characters are not allowed in the group name."
1051
+ msgstr ""
1052
+
1053
+ #: ../subscribers/view-subscriber-edit.php:66
1054
+ msgid "Email was successfully updated."
1055
+ msgstr "Email je uspešno ažuriran."
1056
+
1057
+ #: ../subscribers/view-subscriber-edit.php:70
1058
+ #, fuzzy
1059
+ msgid "Email already exist for this group."
1060
+ msgstr "Email već postoji na našoj listi."
1061
+
1062
+ #: ../subscribers/view-subscriber-edit.php:96
1063
+ msgid "Edit email"
1064
+ msgstr "Uredi email."
1065
+
1066
+ #: ../subscribers/view-subscriber-edit.php:115
1067
+ #: ../subscribers/view-subscriber-show.php:328
1068
+ #: ../subscribers/view-subscriber-show.php:341
1069
+ msgid "Group"
1070
+ msgstr "Grupa"
1071
+
1072
+ #: ../subscribers/view-subscriber-export.php:24
1073
+ msgid "Export email address in csv format"
1074
+ msgstr "Izvezi mail adrese u csv formatu"
1075
+
1076
+ #: ../subscribers/view-subscriber-export.php:30
1077
+ #: ../subscribers/view-subscriber-export.php:38
1078
+ msgid "Export option"
1079
+ msgstr "Opcija izvoza"
1080
+
1081
+ #: ../subscribers/view-subscriber-export.php:31
1082
+ #: ../subscribers/view-subscriber-export.php:39
1083
+ msgid "Total email"
1084
+ msgstr "Ukupan broj email-ova"
1085
+
1086
+ #: ../subscribers/view-subscriber-export.php:46
1087
+ msgid "Subscriber email address"
1088
+ msgstr "Email adresa pretplatnika"
1089
+
1090
+ #: ../subscribers/view-subscriber-export.php:48
1091
+ #: ../subscribers/view-subscriber-export.php:54
1092
+ #: ../subscribers/view-subscriber-export.php:60
1093
+ msgid "Click to export csv"
1094
+ msgstr "Kliknite da biste izvezli csv"
1095
+
1096
+ #: ../subscribers/view-subscriber-export.php:52
1097
+ msgid "Registered email address"
1098
+ msgstr "Registrovane email adrese"
1099
+
1100
+ #: ../subscribers/view-subscriber-export.php:58
1101
+ msgid "Comments author email address"
1102
+ msgstr "Komentari autora email adrese"
1103
+
1104
+ #: ../subscribers/view-subscriber-export.php:67
1105
+ msgid "Add Email"
1106
+ msgstr "Dodaj email"
1107
+
1108
+ #: ../subscribers/view-subscriber-export.php:68
1109
+ #: ../subscribers/view-subscriber-show.php:445
1110
+ msgid "Import Email"
1111
+ msgstr "Uvezi email"
1112
+
1113
+ #: ../subscribers/view-subscriber-import.php:103
1114
+ msgid "Email(s) was successfully imported."
1115
+ msgstr "Email-ovi uspešno uvezeni."
1116
+
1117
+ #: ../subscribers/view-subscriber-import.php:104
1118
+ msgid "Email(s) are already in our database."
1119
+ msgstr "Email-ovi su već u našoj bazi podataka."
1120
+
1121
+ #: ../subscribers/view-subscriber-import.php:105
1122
+ msgid "Email(s) are invalid."
1123
+ msgstr "Email-ovi nisu važeći."
1124
+
1125
+ #: ../subscribers/view-subscriber-import.php:115
1126
+ msgid "File upload failed or no data available in the csv file."
1127
+ msgstr ""
1128
+ "Otpremanje datoteke neuspešno ili u csv datoteci nema raspoloživih podataka."
1129
+
1130
+ #: ../subscribers/view-subscriber-import.php:150
1131
+ msgid "Upload email"
1132
+ msgstr "Otpremi email"
1133
+
1134
+ #: ../subscribers/view-subscriber-import.php:151
1135
+ msgid "Select csv file"
1136
+ msgstr "Odaberi csv datoteku"
1137
+
1138
+ #: ../subscribers/view-subscriber-import.php:153
1139
+ msgid ""
1140
+ "Please select the input csv file. Please check official website for csv "
1141
+ "structure."
1142
+ msgstr ""
1143
+ "Odaberite unos csv datoteke. Proverite csv strukturu na zvaničnom web sajtu."
1144
+
1145
+ #: ../subscribers/view-subscriber-import.php:188
1146
+ msgid "Upload CSV"
1147
+ msgstr "Otpremi CSV"
1148
+
1149
+ #: ../subscribers/view-subscriber-show.php:72
1150
+ #: ../subscribers/view-subscriber-show.php:125
1151
+ msgid ""
1152
+ "To send confirmation mail, Please change the Opt-in option to Double Opt In."
1153
+ msgstr ""
1154
+ "Da biste poslali email za potvrdu, promenite opciju Opt-in u Double Opt In."
1155
+
1156
+ #: ../subscribers/view-subscriber-show.php:81
1157
+ msgid "Confirmation email resent successfully."
1158
+ msgstr "Email za potvrdu uspešno je ponovo poslat."
1159
+
1160
+ #: ../subscribers/view-subscriber-show.php:110
1161
+ #: ../subscribers/view-subscriber-show.php:156
1162
+ #: ../subscribers/view-subscriber-show.php:201
1163
+ msgid "Oops, No record was selected."
1164
+ msgstr "Ups, nije odabran nijedan zapis."
1165
+
1166
+ #: ../subscribers/view-subscriber-show.php:150
1167
+ msgid "Confirmation email(s) resent successfully."
1168
+ msgstr "Email-ovi za potvrdu uspešno su ponovo poslati."
1169
+
1170
+ #: ../subscribers/view-subscriber-show.php:186
1171
+ msgid "Selected subscribers group was successfully updated."
1172
+ msgstr "Odabrana grupa pretplatnika uspešno je ažurirana."
1173
+
1174
+ #: ../subscribers/view-subscriber-show.php:192
1175
+ msgid "Oops, New group name was not selected."
1176
+ msgstr "Ups, nije odabran naziv grupe."
1177
+
1178
+ #: ../subscribers/view-subscriber-show.php:232
1179
+ msgid "View subscriber"
1180
+ msgstr "Pogledaj pretplatnika."
1181
+
1182
+ #: ../subscribers/view-subscriber-show.php:280
1183
+ #, fuzzy
1184
+ msgid "All Groups"
1185
+ msgstr "Grupa"
1186
+
1187
+ #: ../subscribers/view-subscriber-show.php:299
1188
+ #, fuzzy
1189
+ msgid "All Status"
1190
+ msgstr "Status"
1191
+
1192
+ #: ../subscribers/view-subscriber-show.php:300
1193
+ msgid "Confirmed"
1194
+ msgstr ""
1195
+
1196
+ #: ../subscribers/view-subscriber-show.php:301
1197
+ msgid "Unconfirmed"
1198
+ msgstr ""
1199
+
1200
+ #: ../subscribers/view-subscriber-show.php:302
1201
+ msgid "Unsubscribed"
1202
+ msgstr ""
1203
+
1204
+ #: ../subscribers/view-subscriber-show.php:303
1205
+ msgid "Single Opt In"
1206
+ msgstr ""
1207
+
1208
+ #: ../subscribers/view-subscriber-show.php:325
1209
+ #: ../subscribers/view-subscriber-show.php:338
1210
+ msgid "Email address"
1211
+ msgstr "Email adresa"
1212
+
1213
+ #: ../subscribers/view-subscriber-show.php:385
1214
+ #: ../subscribers/view-subscriber-show.php:423
1215
+ msgid "Resend Confirmation"
1216
+ msgstr "Ponovo pošalji potvrdu"
1217
+
1218
+ #: ../subscribers/view-subscriber-show.php:401
1219
+ msgid ""
1220
+ "No records available. Please use the above alphabet search button to search."
1221
+ msgstr ""
1222
+ "Nema raspoloživih zapisa. Potražite ih uz pomoć tastera za pretragu po "
1223
+ "abecednom redu."
1224
+
1225
+ #: ../subscribers/view-subscriber-show.php:421
1226
+ msgid "Bulk Actions"
1227
+ msgstr "Grupne akcije"
1228
+
1229
+ #: ../subscribers/view-subscriber-show.php:424
1230
+ msgid "Update Subscribers Group"
1231
+ msgstr "Ažuriraj grupu pretplatnika"
1232
+
1233
+ #: ../subscribers/view-subscriber-show.php:427
1234
+ msgid "Select Group"
1235
+ msgstr "Odaberi grupu"
1236
+
1237
+ #: ../subscribers/view-subscriber-show.php:441
1238
+ msgid "Apply"
1239
+ msgstr "Primeni"
1240
+
1241
+ #: ../subscribers/view-subscriber-show.php:446
1242
+ #, fuzzy
1243
+ msgid "Export Email"
1244
+ msgstr "Uvezi email"
1245
+
1246
+ #: ../subscribers/view-subscriber-show.php:447
1247
+ #, fuzzy
1248
+ msgid "Sync Email"
1249
+ msgstr "Pošalji email"
1250
+
1251
+ #: ../subscribers/view-subscriber-sync.php:33
1252
+ #: ../subscribers/view-subscriber-sync.php:119
1253
+ #, fuzzy
1254
+ msgid "Please select default group to newly registered user."
1255
+ msgstr "Odaberite ili kreirajte grupu za datog pretplatnika."
1256
+
1257
+ #: ../subscribers/view-subscriber-sync.php:39
1258
+ #: ../subscribers/view-subscriber-sync.php:150
1259
+ #, fuzzy
1260
+ msgid "Please select default group to newly commented user."
1261
+ msgstr "Odaberite ili kreirajte grupu za datog pretplatnika."
1262
+
1263
+ #: ../subscribers/view-subscriber-sync.php:56
1264
+ #, fuzzy
1265
+ msgid "Sync email successfully updated."
1266
+ msgstr "Email je uspešno ažuriran."
1267
+
1268
+ #: ../subscribers/view-subscriber-sync.php:88
1269
+ #, fuzzy
1270
+ msgid "Sync email"
1271
+ msgstr "Pošalji email"
1272
+
1273
+ #: ../subscribers/view-subscriber-sync.php:90
1274
+ msgid "Sync newly registered user"
1275
+ msgstr ""
1276
+
1277
+ #: ../subscribers/view-subscriber-sync.php:95
1278
+ msgid ""
1279
+ "Automatically add a newly registered user email address to subscribers list."
1280
+ msgstr ""
1281
+
1282
+ #: ../subscribers/view-subscriber-sync.php:97
1283
+ #: ../subscribers/view-subscriber-sync.php:128
1284
+ #, fuzzy
1285
+ msgid "Select default group"
1286
+ msgstr "Odaberi grupu"
1287
+
1288
+ #: ../subscribers/view-subscriber-sync.php:121
1289
+ msgid "Sync newly commented user"
1290
+ msgstr ""
1291
+
1292
+ #: ../subscribers/view-subscriber-sync.php:126
1293
+ msgid ""
1294
+ "Automatically add a newly commented (who posted comments) user email address "
1295
+ "to subscribers list."
1296
+ msgstr ""
1297
+
1298
+ #~ msgid "Mail Preview"
1299
+ #~ msgstr "Pregled email-a"
1300
+
1301
+ #~ msgid "Export Email (CSV)"
1302
+ #~ msgstr "Izvezi email (CSV)"
languages/email-subscribers-ta.mo ADDED
Binary file
languages/email-subscribers-ta.po ADDED
@@ -0,0 +1,1218 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: www.gopiplus.com <www.gopiplus.com>\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 ADDED
Binary file
languages/email-subscribers-tr_TR.po ADDED
@@ -0,0 +1,1303 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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:31+0800\n"
6
+ "PO-Revision-Date: 2015-11-28 14:31+0800\n"
7
+ "Last-Translator: \n"
8
+ "Language-Team: www.gopiplus.com <www.gopiplus.com>\n"
9
+ "Language: Turkish\n"
10
+ "MIME-Version: 1.0\n"
11
+ "Content-Type: text/plain; charset=UTF-8\n"
12
+ "Content-Transfer-Encoding: 8bit\n"
13
+ "Plural-Forms: nplurals=2; plural=n > 1;\n"
14
+ "X-Poedit-SourceCharset: UTF-8\n"
15
+ "X-Generator: Poedit 1.5.7\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
+ #: ../classes/es-loadwidget.php:28 ../classes/es-register.php:250
26
+ #: ../subscribers/view-subscriber-show.php:326
27
+ #: ../subscribers/view-subscriber-show.php:339
28
+ msgid "Name"
29
+ msgstr "Adınız / YourName"
30
+
31
+ #: ../classes/es-loadwidget.php:33 ../classes/es-register.php:255
32
+ msgid "Email *"
33
+ msgstr "EPosta Adresi / EMail Address *"
34
+
35
+ #: ../classes/es-loadwidget.php:38 ../classes/es-register.php:260
36
+ msgid "Subscribe"
37
+ msgstr "BeniKaydet / Subscribe"
38
+
39
+ #: ../classes/es-register.php:43
40
+ msgid "These tables could not be created on installation "
41
+ msgstr "Bu tablolar, Eklenti kurulumu sırasında oluşturulamadı:"
42
+
43
+ #: ../classes/es-register.php:133 ../classes/es-register.php:134
44
+ msgid "Email Subscriber"
45
+ msgstr "EMail Subscriber"
46
+
47
+ #: ../classes/es-register.php:136 ../classes/es-register.php:137
48
+ msgid "Subscribers"
49
+ msgstr "EPosta Listesi"
50
+
51
+ #: ../classes/es-register.php:139 ../classes/es-register.php:140
52
+ msgid "Compose"
53
+ msgstr "EPosta Şablonu"
54
+
55
+ #: ../classes/es-register.php:142 ../classes/es-register.php:143
56
+ #: ../notification/notification-show.php:45
57
+ msgid "Notification"
58
+ msgstr "EPosta Bildirimi"
59
+
60
+ #: ../classes/es-register.php:145 ../classes/es-register.php:146
61
+ #: ../sendmail/sendmail.php:95 ../sendmail/sendmail.php:257
62
+ #: ../sendmail/sendmail.php:259
63
+ msgid "Send Email"
64
+ msgstr "EPosta Gönderimi"
65
+
66
+ #: ../classes/es-register.php:148
67
+ msgid "Cron"
68
+ msgstr ""
69
+
70
+ #: ../classes/es-register.php:149
71
+ #, fuzzy
72
+ msgid "Cron Mail"
73
+ msgstr "EPosta Şablonu"
74
+
75
+ #: ../classes/es-register.php:151 ../classes/es-register.php:152
76
+ #: ../settings/settings-edit.php:190
77
+ msgid "Settings"
78
+ msgstr "Kurgular"
79
+
80
+ #: ../classes/es-register.php:154 ../classes/es-register.php:155
81
+ msgid "Roles"
82
+ msgstr ""
83
+
84
+ #: ../classes/es-register.php:157 ../classes/es-register.php:158
85
+ #: ../sentmail/sentmail-show.php:54
86
+ msgid "Sent Mails"
87
+ msgstr "Giden Postalar"
88
+
89
+ #: ../classes/es-register.php:160 ../classes/es-register.php:161
90
+ msgid "Help & Info"
91
+ msgstr "Yardım & Bilgi"
92
+
93
+ #: ../classes/es-register.php:296
94
+ msgid "Widget Title"
95
+ msgstr "Bileşen Adı"
96
+
97
+ #: ../classes/es-register.php:300
98
+ msgid "Display Name Field"
99
+ msgstr "Kayıtta İsim Sorulsun mu?"
100
+
101
+ #: ../classes/es-register.php:307
102
+ msgid "Short Description"
103
+ msgstr "Kısa Bilgi"
104
+
105
+ #: ../classes/es-register.php:309
106
+ msgid "Short description about your subscription form."
107
+ msgstr "Kaydolma Formunuz hakkında Kısa Bilgi."
108
+
109
+ #: ../classes/es-register.php:312
110
+ msgid "Subscriber Group"
111
+ msgstr "EPosta Listesi Grubu"
112
+
113
+ #: ../compose/compose-add.php:25 ../compose/compose-edit.php:40
114
+ msgid "Please enter template heading."
115
+ msgstr "Lütfen Görünüm Başlığı giriniz."
116
+
117
+ #: ../compose/compose-add.php:39
118
+ msgid "Template was successfully created."
119
+ msgstr "Görünüm başarıyla oluşturuldu."
120
+
121
+ #: ../compose/compose-add.php:60 ../compose/compose-edit.php:71
122
+ #: ../cron/cron-add.php:100 ../cron/cron-add.php:101 ../cron/cron-add.php:102
123
+ #: ../notification/notification-add.php:91
124
+ #: ../notification/notification-edit.php:100 ../roles/roles-add.php:81
125
+ #: ../settings/settings-edit.php:173 ../subscribers/view-subscriber-add.php:92
126
+ #: ../subscribers/view-subscriber-add.php:101
127
+ #: ../subscribers/view-subscriber-edit.php:86
128
+ #: ../subscribers/view-subscriber-import.php:107
129
+ #: ../subscribers/view-subscriber-import.php:138
130
+ msgid "Click here"
131
+ msgstr "Buraya Tıklayınız"
132
+
133
+ #: ../compose/compose-add.php:61 ../compose/compose-edit.php:72
134
+ #: ../notification/notification-add.php:92
135
+ #: ../notification/notification-edit.php:101 ../roles/roles-add.php:81
136
+ #: ../settings/settings-edit.php:174 ../subscribers/view-subscriber-add.php:92
137
+ #: ../subscribers/view-subscriber-add.php:101
138
+ #: ../subscribers/view-subscriber-edit.php:86
139
+ #: ../subscribers/view-subscriber-import.php:107
140
+ #: ../subscribers/view-subscriber-import.php:138
141
+ msgid " to view the details"
142
+ msgstr "detayları görmek için"
143
+
144
+ #: ../compose/compose-add.php:70 ../compose/compose-edit.php:83
145
+ #: ../compose/compose-show.php:59
146
+ msgid "Compose Mail"
147
+ msgstr "EPosta Şablonu"
148
+
149
+ #: ../compose/compose-add.php:73 ../compose/compose-edit.php:86
150
+ #: ../settings/settings-edit.php:206
151
+ msgid "Mail type"
152
+ msgstr "EPosta Yöntemi"
153
+
154
+ #: ../compose/compose-add.php:78 ../compose/compose-edit.php:91
155
+ #: ../sendmail/sendmail.php:50
156
+ msgid "Please select your mail type."
157
+ msgstr "Lütfen EPosta yönteminizi belirleyiniz."
158
+
159
+ #: ../compose/compose-add.php:80 ../compose/compose-edit.php:93
160
+ msgid "Enter mail subject."
161
+ msgstr "EPosta konusunu girin."
162
+
163
+ #: ../compose/compose-add.php:82 ../compose/compose-edit.php:95
164
+ msgid "Please enter your mail subject."
165
+ msgstr "Lütfen EPosta konusunu giriniz."
166
+
167
+ #: ../compose/compose-add.php:85 ../compose/compose-edit.php:97
168
+ msgid "Mail content"
169
+ msgstr "EPosta Metni"
170
+
171
+ #: ../compose/compose-add.php:88 ../compose/compose-edit.php:100
172
+ msgid "Please enter content for your mail."
173
+ msgstr "Lütfen EPosta Metninizi giriniz."
174
+
175
+ #: ../compose/compose-add.php:91 ../compose/compose-edit.php:103
176
+ #: ../compose/compose-show.php:71 ../compose/compose-show.php:79
177
+ #: ../sentmail/deliverreport-show.php:40 ../sentmail/deliverreport-show.php:52
178
+ #: ../sentmail/sentmail-show.php:75 ../sentmail/sentmail-show.php:88
179
+ #: ../subscribers/view-subscriber-add.php:122
180
+ #: ../subscribers/view-subscriber-edit.php:106
181
+ #: ../subscribers/view-subscriber-import.php:156
182
+ #: ../subscribers/view-subscriber-show.php:327
183
+ #: ../subscribers/view-subscriber-show.php:340
184
+ msgid "Status"
185
+ msgstr "Durum"
186
+
187
+ #: ../compose/compose-add.php:95 ../compose/compose-edit.php:107
188
+ msgid "Please select your mail status."
189
+ msgstr "Lütfen EPosta durumunuzu giriniz."
190
+
191
+ #: ../compose/compose-add.php:99 ../compose/compose-edit.php:112
192
+ #: ../cron/cron-add.php:90 ../notification/notification-add.php:216
193
+ #: ../notification/notification-edit.php:237 ../roles/roles-add.php:154
194
+ #: ../subscribers/view-subscriber-add.php:154
195
+ #: ../subscribers/view-subscriber-edit.php:147
196
+ #: ../subscribers/view-subscriber-sync.php:156
197
+ msgid "Submit"
198
+ msgstr "Tamam"
199
+
200
+ #: ../compose/compose-add.php:100 ../compose/compose-edit.php:113
201
+ #: ../cron/cron-add.php:91 ../notification/notification-add.php:217
202
+ #: ../notification/notification-edit.php:238 ../roles/roles-add.php:155
203
+ #: ../sendmail/sendmail.php:261 ../settings/settings-edit.php:381
204
+ #: ../subscribers/view-subscriber-add.php:155
205
+ #: ../subscribers/view-subscriber-edit.php:148
206
+ #: ../subscribers/view-subscriber-sync.php:157
207
+ msgid "Cancel"
208
+ msgstr "İptal"
209
+
210
+ #: ../compose/compose-add.php:101 ../compose/compose-edit.php:114
211
+ #: ../compose/compose-preview.php:31 ../compose/compose-show.php:121
212
+ #: ../cron/cron-add.php:92 ../notification/notification-add.php:218
213
+ #: ../notification/notification-edit.php:239
214
+ #: ../notification/notification-show.php:153 ../roles/roles-add.php:156
215
+ #: ../sendmail/sendmail.php:262 ../sentmail/deliverreport-show.php:120
216
+ #: ../sentmail/sentmail-preview.php:33 ../settings/settings-edit.php:382
217
+ #: ../subscribers/view-subscriber-add.php:156
218
+ #: ../subscribers/view-subscriber-edit.php:149
219
+ #: ../subscribers/view-subscriber-export.php:70
220
+ #: ../subscribers/view-subscriber-import.php:190
221
+ #: ../subscribers/view-subscriber-show.php:448
222
+ #: ../subscribers/view-subscriber-sync.php:158
223
+ msgid "Help"
224
+ msgstr "Yardım"
225
+
226
+ #: ../compose/compose-edit.php:11 ../compose/compose-preview.php:10
227
+ #: ../compose/compose-show.php:30 ../notification/notification-edit.php:11
228
+ #: ../notification/notification-show.php:16
229
+ #: ../sentmail/sentmail-preview.php:12 ../sentmail/sentmail-show.php:18
230
+ #: ../settings/settings-edit.php:11 ../subscribers/view-subscriber-edit.php:12
231
+ #: ../subscribers/view-subscriber-show.php:46
232
+ msgid "Oops, selected details doesnt exist."
233
+ msgstr "Afedersiniz, seçilen detaylar yok."
234
+
235
+ #: ../compose/compose-edit.php:55
236
+ msgid "Template was successfully updated."
237
+ msgstr "Görünüm başarıyla güncellendi."
238
+
239
+ #: ../compose/compose-preview.php:17 ../sentmail/sentmail-preview.php:19
240
+ msgid "Preview Mail"
241
+ msgstr "EPosta Önizleme"
242
+
243
+ #: ../compose/compose-preview.php:29 ../sentmail/deliverreport-show.php:119
244
+ #: ../sentmail/sentmail-preview.php:32
245
+ #: ../subscribers/view-subscriber-export.php:69
246
+ #: ../subscribers/view-subscriber-import.php:189
247
+ msgid "Back"
248
+ msgstr "Geri"
249
+
250
+ #: ../compose/compose-preview.php:30 ../compose/compose-show.php:99
251
+ #: ../notification/notification-show.php:91
252
+ #: ../subscribers/view-subscriber-show.php:374
253
+ msgid "Edit"
254
+ msgstr "Düzelt"
255
+
256
+ #: ../compose/compose-show.php:10 ../sendmail/sendmail.php:11
257
+ #: ../subscribers/view-subscriber-show.php:11
258
+ #, fuzzy
259
+ msgid "Click Here"
260
+ msgstr "Buraya Tıklayınız"
261
+
262
+ #: ../compose/compose-show.php:45 ../notification/notification-show.php:31
263
+ #: ../sentmail/sentmail-show.php:33 ../subscribers/view-subscriber-show.php:60
264
+ #: ../subscribers/view-subscriber-show.php:104
265
+ msgid "Selected record was successfully deleted."
266
+ msgstr "Seçilen Kayıt başarıyla silindi."
267
+
268
+ #: ../compose/compose-show.php:60 ../compose/compose-show.php:120
269
+ #: ../notification/notification-show.php:46
270
+ #: ../notification/notification-show.php:152
271
+ #: ../subscribers/view-subscriber-show.php:233
272
+ #: ../subscribers/view-subscriber-show.php:444
273
+ msgid "Add New"
274
+ msgstr "Yeni Ekle"
275
+
276
+ #: ../compose/compose-show.php:70 ../compose/compose-show.php:78
277
+ msgid "Email subject"
278
+ msgstr "EPosta Şablonu"
279
+
280
+ #: ../compose/compose-show.php:72 ../compose/compose-show.php:80
281
+ #: ../sentmail/deliverreport-show.php:41 ../sentmail/deliverreport-show.php:53
282
+ #: ../sentmail/sentmail-show.php:76 ../sentmail/sentmail-show.php:89
283
+ msgid "Type"
284
+ msgstr "Türü"
285
+
286
+ #: ../compose/compose-show.php:73 ../compose/compose-show.php:81
287
+ #: ../sentmail/sentmail-show.php:80 ../sentmail/sentmail-show.php:93
288
+ #: ../subscribers/view-subscriber-export.php:32
289
+ #: ../subscribers/view-subscriber-export.php:40
290
+ #: ../subscribers/view-subscriber-show.php:330
291
+ #: ../subscribers/view-subscriber-show.php:343
292
+ msgid "Action"
293
+ msgstr "Eylem"
294
+
295
+ #: ../compose/compose-show.php:100 ../notification/notification-show.php:94
296
+ #: ../subscribers/view-subscriber-show.php:377
297
+ #: ../subscribers/view-subscriber-show.php:422
298
+ msgid "Delete"
299
+ msgstr "Sil"
300
+
301
+ #: ../compose/compose-show.php:101 ../sentmail/sentmail-show.php:73
302
+ #: ../sentmail/sentmail-show.php:86
303
+ msgid "Preview"
304
+ msgstr "Önizleme"
305
+
306
+ #: ../compose/compose-show.php:110 ../notification/notification-show.php:142
307
+ #: ../sentmail/deliverreport-show.php:84 ../sentmail/sentmail-show.php:132
308
+ msgid "No records available."
309
+ msgstr "Kayıt Yok!"
310
+
311
+ #: ../cron/cron-add.php:18
312
+ #, fuzzy
313
+ msgid "Please enter valid mail count."
314
+ msgstr "Lütfen EPosta konusunu giriniz."
315
+
316
+ #: ../cron/cron-add.php:29
317
+ #, fuzzy
318
+ msgid "Cron details successfully updated."
319
+ msgstr "Detaylar başarıyla güncellendi"
320
+
321
+ #: ../cron/cron-add.php:73
322
+ msgid "Cron Details"
323
+ msgstr ""
324
+
325
+ #: ../cron/cron-add.php:76
326
+ msgid "Cron job URL"
327
+ msgstr ""
328
+
329
+ #: ../cron/cron-add.php:78
330
+ msgid ""
331
+ "Please find your cron job URL. This is read only field not able to modify "
332
+ "from admin."
333
+ msgstr ""
334
+
335
+ #: ../cron/cron-add.php:80
336
+ #, fuzzy
337
+ msgid "Mail Count"
338
+ msgstr "EPosta Metni"
339
+
340
+ #: ../cron/cron-add.php:82
341
+ msgid "Enter number of mails you want to send per hour/trigger."
342
+ msgstr ""
343
+
344
+ #: ../cron/cron-add.php:84
345
+ #, fuzzy
346
+ msgid "Admin Report"
347
+ msgstr "Raporlara Bak"
348
+
349
+ #: ../cron/cron-add.php:86
350
+ msgid "Send above mail to admin whenever cron URL triggered in your server."
351
+ msgstr ""
352
+
353
+ #: ../cron/cron-add.php:98
354
+ msgid "How to setup auto emails?"
355
+ msgstr ""
356
+
357
+ #: ../cron/cron-add.php:99
358
+ msgid ""
359
+ "I strongly recommend you to use \"Send mail via cron job\" option to send "
360
+ "your newsletters and notification. The following link explains how to create "
361
+ "a CRON job through the cPanel or Plesk."
362
+ msgstr ""
363
+
364
+ #: ../cron/cron-add.php:100
365
+ msgid "How to setup auto emails (cron job) in Plesk"
366
+ msgstr ""
367
+
368
+ #: ../cron/cron-add.php:101
369
+ msgid "How to setup auto emails (cron job) in cPanal"
370
+ msgstr ""
371
+
372
+ #: ../cron/cron-add.php:102
373
+ msgid "Hosting doesnt support cron jobs?"
374
+ msgstr ""
375
+
376
+ #: ../export/export-email-address.php:39 ../export/export-email-address.php:45
377
+ #: ../export/export-email-address.php:50
378
+ msgid "Unexpected url submit has been detected"
379
+ msgstr "Beklenmedik Adres gönderimi belirlendi."
380
+
381
+ #: ../job/es-optin.php:64 ../job/es-optin.php:79 ../job/es-unsubscribe.php:60
382
+ #: ../job/es-unsubscribe.php:70
383
+ msgid ""
384
+ "Oops.. We are getting some technical error. Please try again or contact "
385
+ "admin."
386
+ msgstr ""
387
+ "Afedersiniz.. Teknik bir sorun yaşıyoruz. Lütfen tekrar deneyin veya Site "
388
+ "Yönetimine EPosta Gönderin."
389
+
390
+ #: ../job/es-optin.php:69
391
+ msgid "This email address has already been confirmed."
392
+ msgstr "EPosta adresi seçilmedi."
393
+
394
+ #: ../notification/notification-add.php:26
395
+ #: ../notification/notification-add.php:120
396
+ #: ../notification/notification-edit.php:40
397
+ msgid "Please select subscribers group."
398
+ msgstr "Lütfen Haber Listesi grubunu seçiniz."
399
+
400
+ #: ../notification/notification-add.php:32
401
+ #: ../notification/notification-add.php:212
402
+ #: ../notification/notification-edit.php:46
403
+ #: ../notification/notification-edit.php:232
404
+ msgid "Please select notification status."
405
+ msgstr "Lütfen Bildirim Gönderme durumunu seçiniz."
406
+
407
+ #: ../notification/notification-add.php:38
408
+ #: ../notification/notification-add.php:139
409
+ #: ../notification/notification-edit.php:52
410
+ #: ../notification/notification-edit.php:143
411
+ msgid ""
412
+ "Please select notification mail subject. Use compose menu to create new."
413
+ msgstr ""
414
+ "Lütfen Bildirim EPosta Şablonu seçiniz. Yenisini oluşturmak için EPosta "
415
+ "Şablonu Menüsünü kullanın."
416
+
417
+ #: ../notification/notification-add.php:44
418
+ #: ../notification/notification-add.php:171
419
+ #: ../notification/notification-edit.php:58
420
+ #: ../notification/notification-edit.php:183
421
+ msgid "Please select post categories."
422
+ msgstr "Lütfen Posta kategorilerini seçiniz."
423
+
424
+ #: ../notification/notification-add.php:69
425
+ msgid "Notification was successfully created."
426
+ msgstr "Bildirim başarıyla oluşturuldu."
427
+
428
+ #: ../notification/notification-add.php:101
429
+ msgid "Add Notification"
430
+ msgstr "Bildirim Ekle"
431
+
432
+ #: ../notification/notification-add.php:104
433
+ #: ../notification/notification-edit.php:115
434
+ #: ../notification/notification-show.php:57
435
+ #: ../notification/notification-show.php:65
436
+ msgid "Subscribers Group"
437
+ msgstr "EPosta Listesi Grubu"
438
+
439
+ #: ../notification/notification-add.php:106
440
+ #: ../notification/notification-add.php:124
441
+ #: ../notification/notification-edit.php:123 ../sendmail/sendmail.php:108
442
+ #: ../sendmail/sendmail.php:154 ../subscribers/view-subscriber-add.php:133
443
+ #: ../subscribers/view-subscriber-edit.php:117
444
+ #: ../subscribers/view-subscriber-import.php:167
445
+ #: ../subscribers/view-subscriber-sync.php:99
446
+ #: ../subscribers/view-subscriber-sync.php:130
447
+ msgid "Select"
448
+ msgstr "Seç"
449
+
450
+ #: ../notification/notification-add.php:122
451
+ #: ../notification/notification-edit.php:121
452
+ msgid "Notification Mail"
453
+ msgstr "Bildirim Şablonu"
454
+
455
+ #: ../notification/notification-add.php:141
456
+ #: ../notification/notification-edit.php:145
457
+ msgid "Post Categories"
458
+ msgstr "Posta Kategorileri"
459
+
460
+ #: ../notification/notification-add.php:173
461
+ #: ../notification/notification-edit.php:185
462
+ msgid "Custom post type"
463
+ msgstr ""
464
+
465
+ #: ../notification/notification-add.php:204
466
+ #: ../notification/notification-edit.php:224
467
+ #, fuzzy
468
+ msgid "Please select your custom post type (Optional)."
469
+ msgstr "Lütfen EPosta yönteminizi belirleyiniz."
470
+
471
+ #: ../notification/notification-add.php:206
472
+ #: ../notification/notification-edit.php:226
473
+ #: ../notification/notification-show.php:59
474
+ #: ../notification/notification-show.php:67
475
+ msgid "Notification Status"
476
+ msgstr "Bildirim Gönderme Durumu"
477
+
478
+ #: ../notification/notification-edit.php:84
479
+ msgid "Notification was successfully updated."
480
+ msgstr "Bildirim başarıyla güncellendi."
481
+
482
+ #: ../notification/notification-edit.php:112
483
+ msgid "Edit Notification"
484
+ msgstr "Bildirim Düzeltme"
485
+
486
+ #: ../notification/notification-edit.php:119
487
+ msgid "Not allowed to update the subscribers group in edit page."
488
+ msgstr "Düzeltme sayfasında güncellenecek EPosta Listesi Grubu yok!"
489
+
490
+ #: ../notification/notification-show.php:56
491
+ #: ../notification/notification-show.php:64
492
+ msgid "Mail Subject"
493
+ msgstr "EPosta Şablonu"
494
+
495
+ #: ../notification/notification-show.php:58
496
+ #: ../notification/notification-show.php:66
497
+ msgid "Categories / Custom Post"
498
+ msgstr ""
499
+
500
+ #: ../roles/roles-add.php:92
501
+ msgid "Roles and Capabilities"
502
+ msgstr ""
503
+
504
+ #: ../roles/roles-add.php:94
505
+ #, fuzzy
506
+ msgid "Subscribers Menu"
507
+ msgstr "EPosta Listesi"
508
+
509
+ #: ../roles/roles-add.php:100
510
+ msgid ""
511
+ "Select user role to access plugin Subscribers Menu. Only Admin user can "
512
+ "change this value."
513
+ msgstr ""
514
+
515
+ #: ../roles/roles-add.php:103
516
+ #, fuzzy
517
+ msgid "Compose Menu"
518
+ msgstr "EPosta Şablonu"
519
+
520
+ #: ../roles/roles-add.php:109
521
+ msgid ""
522
+ "Select user role to access plugin Compose Menu. Only Admin user can change "
523
+ "this value."
524
+ msgstr ""
525
+
526
+ #: ../roles/roles-add.php:111
527
+ #, fuzzy
528
+ msgid "Notification Menu"
529
+ msgstr "EPosta Bildirimi"
530
+
531
+ #: ../roles/roles-add.php:117
532
+ msgid ""
533
+ "Select user role to access plugin Notification Menu. Only Admin user can "
534
+ "change this value."
535
+ msgstr ""
536
+
537
+ #: ../roles/roles-add.php:119
538
+ msgid "Send Email Menu/Cron Menu"
539
+ msgstr ""
540
+
541
+ #: ../roles/roles-add.php:125
542
+ msgid ""
543
+ "Select user role to access plugin Send Email Menu. Only Admin user can "
544
+ "change this value."
545
+ msgstr ""
546
+
547
+ #: ../roles/roles-add.php:127
548
+ #, fuzzy
549
+ msgid "Settings Menu"
550
+ msgstr "Kurgular"
551
+
552
+ #: ../roles/roles-add.php:133
553
+ msgid ""
554
+ "Select user role to access plugin Settings Menu. Only Admin user can change "
555
+ "this value."
556
+ msgstr ""
557
+
558
+ #: ../roles/roles-add.php:135
559
+ #, fuzzy
560
+ msgid "Sent Mails Menu"
561
+ msgstr "Giden Postalar"
562
+
563
+ #: ../roles/roles-add.php:141
564
+ msgid ""
565
+ "Select user role to access plugin Sent Mails Menu. Only Admin user can "
566
+ "change this value."
567
+ msgstr ""
568
+
569
+ #: ../roles/roles-add.php:143
570
+ #, fuzzy
571
+ msgid "Help & Info Menu"
572
+ msgstr "Yardım & Bilgi"
573
+
574
+ #: ../roles/roles-add.php:149
575
+ msgid ""
576
+ "Select user role to access plugin Help & Info Menu. Only Admin user can "
577
+ "change this value."
578
+ msgstr ""
579
+
580
+ #: ../sendmail/sendmail.php:35
581
+ msgid "Please select your mail subject."
582
+ msgstr "Lütfen EPosta konunuzu seçiniz."
583
+
584
+ #: ../sendmail/sendmail.php:43
585
+ msgid "No email address selected."
586
+ msgstr "EPosta adresi seçilmedi."
587
+
588
+ #: ../sendmail/sendmail.php:58
589
+ msgid "Mail sent successfully"
590
+ msgstr "EPosta başarıyla gönderildi."
591
+
592
+ #: ../sendmail/sendmail.php:64
593
+ msgid "Click here for details"
594
+ msgstr "Detaylar için Tıklayınız"
595
+
596
+ #: ../sendmail/sendmail.php:73
597
+ msgid "Oops.. We are getting some error. mail not sending."
598
+ msgstr "Afedersiniz... Bir hata oluşuyor, EPosta gitmiyor!"
599
+
600
+ #: ../sendmail/sendmail.php:102
601
+ msgid "Select your mail subject"
602
+ msgstr "EPostanızın Şablonunu seçiniz"
603
+
604
+ #: ../sendmail/sendmail.php:103
605
+ msgid ""
606
+ "Select a mail subject from available list. Go to Compose page to create new "
607
+ "mail."
608
+ msgstr ""
609
+ "Varolan listeden bir EPosta Şablonu seçiniz. Yenisi için EPosta Şablonu "
610
+ "menüsüne gidiniz."
611
+
612
+ #: ../sendmail/sendmail.php:133
613
+ #, fuzzy
614
+ msgid "Mail Type"
615
+ msgstr "EPosta Yöntemi"
616
+
617
+ #: ../sendmail/sendmail.php:134
618
+ #, fuzzy
619
+ msgid "Select your mail type."
620
+ msgstr "Lütfen EPosta yönteminizi belirleyiniz."
621
+
622
+ #: ../sendmail/sendmail.php:148
623
+ msgid "Select subscriber group"
624
+ msgstr "EPosta Listesi grubunu seçiniz."
625
+
626
+ #: ../sendmail/sendmail.php:149
627
+ msgid "Select your subscriber group to send email."
628
+ msgstr "EPosta gönderilecek EPosta Listesi grubunuzu seçiniz."
629
+
630
+ #: ../sendmail/sendmail.php:174
631
+ msgid "Check All"
632
+ msgstr "Hepsini Seç"
633
+
634
+ #: ../sendmail/sendmail.php:175
635
+ msgid "Uncheck All"
636
+ msgstr "Hepsini Hariç Tut"
637
+
638
+ #: ../sendmail/sendmail.php:238
639
+ msgid "No subscribers available for this search criteria."
640
+ msgstr "Bu Arama kriterine uygun Kaydolan yok."
641
+
642
+ #: ../sentmail/deliverreport-show.php:11
643
+ msgid "Oops.. Unexpected error occurred. Please try again."
644
+ msgstr "Afedersiniz... Beklenmedik bir hata oldu, tekrar deneyiniz."
645
+
646
+ #: ../sentmail/deliverreport-show.php:19
647
+ msgid "Delivery Report"
648
+ msgstr "Teslimat Raporu"
649
+
650
+ #: ../sentmail/deliverreport-show.php:37 ../sentmail/deliverreport-show.php:49
651
+ #: ../subscribers/view-subscriber-export.php:29
652
+ #: ../subscribers/view-subscriber-export.php:37
653
+ #: ../subscribers/view-subscriber-show.php:324
654
+ #: ../subscribers/view-subscriber-show.php:337
655
+ msgid "Sno"
656
+ msgstr "Sıra"
657
+
658
+ #: ../sentmail/deliverreport-show.php:38 ../sentmail/deliverreport-show.php:50
659
+ msgid "Email"
660
+ msgstr "EPosta"
661
+
662
+ #: ../sentmail/deliverreport-show.php:39 ../sentmail/deliverreport-show.php:51
663
+ msgid "Sent Date"
664
+ msgstr "Gönderme Tarihi"
665
+
666
+ #: ../sentmail/deliverreport-show.php:42 ../sentmail/deliverreport-show.php:54
667
+ msgid "Viewed Status"
668
+ msgstr "Görülme Durumu"
669
+
670
+ #: ../sentmail/deliverreport-show.php:43 ../sentmail/deliverreport-show.php:55
671
+ msgid "Viewed Date"
672
+ msgstr "Görülme Tarihi"
673
+
674
+ #: ../sentmail/deliverreport-show.php:44 ../sentmail/deliverreport-show.php:56
675
+ #: ../subscribers/view-subscriber-show.php:329
676
+ #: ../subscribers/view-subscriber-show.php:342
677
+ msgid "Database ID"
678
+ msgstr "Database NO"
679
+
680
+ #: ../sentmail/deliverreport-show.php:96 ../sentmail/sentmail-show.php:144
681
+ msgid " &lt;&lt; "
682
+ msgstr " &lt;&lt; "
683
+
684
+ #: ../sentmail/deliverreport-show.php:97 ../sentmail/sentmail-show.php:145
685
+ msgid " &gt;&gt; "
686
+ msgstr " &gt;&gt; "
687
+
688
+ #: ../sentmail/sentmail-show.php:42
689
+ msgid "Successfully deleted all reports except latest 10."
690
+ msgstr "EnSon 10 Rapor Hariç hepsi başarıyla silindi."
691
+
692
+ #: ../sentmail/sentmail-show.php:72 ../sentmail/sentmail-show.php:85
693
+ msgid "View Reports"
694
+ msgstr "Raporlara Bak"
695
+
696
+ #: ../sentmail/sentmail-show.php:74 ../sentmail/sentmail-show.php:87
697
+ #, fuzzy
698
+ msgid "Source"
699
+ msgstr "Gönderme Kaynağı"
700
+
701
+ #: ../sentmail/sentmail-show.php:77 ../sentmail/sentmail-show.php:90
702
+ #, fuzzy
703
+ msgid "Start Date"
704
+ msgstr "Gönderme Başlama Tarihi"
705
+
706
+ #: ../sentmail/sentmail-show.php:78 ../sentmail/sentmail-show.php:91
707
+ #, fuzzy
708
+ msgid "End Date"
709
+ msgstr "Gönderme Bitirme Tarihi"
710
+
711
+ #: ../sentmail/sentmail-show.php:79 ../sentmail/sentmail-show.php:92
712
+ #, fuzzy
713
+ msgid "Total"
714
+ msgstr "Toplam EPostalar"
715
+
716
+ #: ../sentmail/sentmail-show.php:168 ../sentmail/sentmail-show.php:170
717
+ msgid "Optimize Table"
718
+ msgstr "Tabloyu OptimizeEt"
719
+
720
+ #: ../sentmail/sentmail-show.php:180
721
+ msgid ""
722
+ "Note: Please click <strong>Optimize Table</strong> button to delete all "
723
+ "reports except latest 10."
724
+ msgstr ""
725
+ "Not: EnSon 10 Rapor dışındakileri silmek için <strong>Raporları OptimizeEt</"
726
+ "strong> tuşuna tıklayın."
727
+
728
+ #: ../settings/setting-sync.php:8
729
+ #, fuzzy
730
+ msgid "Table sync completed successfully."
731
+ msgstr "EPosta başarıyla gönderildi."
732
+
733
+ #: ../settings/setting-sync.php:21
734
+ msgid "Sync plugin tables"
735
+ msgstr ""
736
+
737
+ #: ../settings/setting-sync.php:25
738
+ msgid "Click to sync tables"
739
+ msgstr ""
740
+
741
+ #: ../settings/settings-edit.php:102
742
+ msgid "Please enter sender of notifications from name."
743
+ msgstr "Bildirimlerin hangi isimden gönderileceğini giriniz."
744
+
745
+ #: ../settings/settings-edit.php:108
746
+ msgid "Please enter sender of notifications from email."
747
+ msgstr "Bildirimlerin hangi EPosta adresinden gönderileceğini giriniz."
748
+
749
+ #: ../settings/settings-edit.php:143
750
+ msgid "Details was successfully updated."
751
+ msgstr "Detaylar başarıyla güncellendi"
752
+
753
+ #: ../settings/settings-edit.php:148
754
+ msgid "Oops, details not update."
755
+ msgstr "Afedersiniz, detaylar güncellenmedi."
756
+
757
+ #: ../settings/settings-edit.php:196
758
+ msgid "Sender of notifications"
759
+ msgstr "Bildirimleri Gönderen"
760
+
761
+ #: ../settings/settings-edit.php:197
762
+ msgid ""
763
+ "Choose a FROM name and FROM email address for all notifications emails from "
764
+ "this plugin."
765
+ msgstr ""
766
+ "Bu Eklenti ile gönderilecek bütün bildirimler için Gönderen İsim ve EPosta "
767
+ "Adresini seçiniz."
768
+
769
+ #: ../settings/settings-edit.php:207
770
+ msgid ""
771
+ "Option 1 & 2 is to send mails with default Wordpress method wp_mail(). "
772
+ "Option 3 & 4 is to send mails with PHP method mail()"
773
+ msgstr ""
774
+ "Option 1 & 2 is to send mails with default Wordpress method \n"
775
+ "wp_mail(). Option 3 & 4 is to send mails with PHP method mail()"
776
+
777
+ #: ../settings/settings-edit.php:221
778
+ msgid "Opt-in option"
779
+ msgstr "Onaylama Yöntemi"
780
+
781
+ #: ../settings/settings-edit.php:222
782
+ msgid ""
783
+ "Double Opt In, means subscribers need to confirm their email address by an "
784
+ "activation link sent them on a activation email message. Single Opt In, "
785
+ "means subscribers do not need to confirm their email address."
786
+ msgstr ""
787
+ "Double Opt In seçeneğinde, EPosta Listesine kaydolacak adreslere bir "
788
+ "Onaylama mesajı ve kayıttan sonra da Hoşgeldin Mesajı gönderilir.\n"
789
+ "Single Opt In seçeneğinde, sonradan ayrıca Bildirim gönderilmez."
790
+
791
+ #: ../settings/settings-edit.php:233
792
+ msgid "Opt-in mail subject (Confirmation mail)"
793
+ msgstr "Onaylama EPostasının Konusu "
794
+
795
+ #: ../settings/settings-edit.php:234
796
+ msgid ""
797
+ "Enter the subject for Double Opt In mail. This will send whenever subscriber "
798
+ "added email into our database."
799
+ msgstr ""
800
+ "Double Opt In EPosta Konusu. EPosta Listesine kaydolanlara gönderilecektir."
801
+
802
+ #: ../settings/settings-edit.php:240
803
+ msgid "Opt-in mail content (Confirmation mail)"
804
+ msgstr "Onaylama Metni"
805
+
806
+ #: ../settings/settings-edit.php:241
807
+ msgid ""
808
+ "Enter the content for Double Opt In mail. This will send whenever subscriber "
809
+ "added email into our database."
810
+ msgstr ""
811
+ "Double Opt In EPosta Metni. EPosta Listesine eklenenlere gönderilecektir."
812
+
813
+ #: ../settings/settings-edit.php:247
814
+ msgid "Opt-in link (Confirmation link)"
815
+ msgstr "Onaylama EPostasının Onay Linki"
816
+
817
+ #: ../settings/settings-edit.php:248
818
+ msgid "Double Opt In confirmation link. You no need to change this value."
819
+ msgstr "Double Opt In Onaylama Linki. Bu değerleri değiştirmeniz gerekmez."
820
+
821
+ #: ../settings/settings-edit.php:254
822
+ msgid "Text to display after email subscribed successfully"
823
+ msgstr "Başarıyla Haber Listesine eklendikten sonra gönderilecek Metin."
824
+
825
+ #: ../settings/settings-edit.php:255
826
+ msgid ""
827
+ "This text will display once user clicked email confirmation link from opt-in "
828
+ "(confirmation) email content."
829
+ msgstr ""
830
+ "Bu Metin, EPosta mesajındaki Onay linkine tıklandığında bir kez "
831
+ "gösterilecektir."
832
+
833
+ #: ../settings/settings-edit.php:262
834
+ msgid "Subscriber welcome email"
835
+ msgstr "Kaydolanlara Hoşgeldin EPostası"
836
+
837
+ #: ../settings/settings-edit.php:263
838
+ msgid "To send welcome mail to subscriber, This option must be set to YES."
839
+ msgstr ""
840
+ "Kaydolanlara Hoşgeldin EPostası Gönderme. Bu seçenek EVET olarak "
841
+ "kurgulanmalıdır."
842
+
843
+ #: ../settings/settings-edit.php:274
844
+ msgid "Welcome mail subject"
845
+ msgstr "Hoşgeldin EPosta Konusu"
846
+
847
+ #: ../settings/settings-edit.php:275
848
+ msgid ""
849
+ "Enter the subject for subscriber welcome mail. This will send whenever email "
850
+ "subscribed (confirmed) successfully."
851
+ msgstr ""
852
+ "Kaydolanlara Hoşgeldin EPostasının konusunu giriniz. Başarıyla kayıt işlemi "
853
+ "tamamlananlara gönderilecektir."
854
+
855
+ #: ../settings/settings-edit.php:281
856
+ msgid "Subscriber welcome mail content"
857
+ msgstr "Kaydolanlara Hoşgeldin EPosta Metni"
858
+
859
+ #: ../settings/settings-edit.php:282
860
+ msgid ""
861
+ "Enter the content for subscriber welcome mail. This will send whenever email "
862
+ "subscribed (confirmed) successfully."
863
+ msgstr ""
864
+ "Kaydolanlara Hoşgeldin EPosta Metnini giriniz. Başarıyla kayıt işlemi "
865
+ "tamamlananlara gönderilecektir."
866
+
867
+ #: ../settings/settings-edit.php:290
868
+ msgid "Mail to admin"
869
+ msgstr "Site Yönetimini Bilgilendir"
870
+
871
+ #: ../settings/settings-edit.php:291
872
+ msgid ""
873
+ "To send admin notifications for new subscriber, This option must be set to "
874
+ "YES."
875
+ msgstr ""
876
+ "Site Yöneticisine Yeni Kaydolan Bildirimi gönderme. Bu seçenek EVET olarak "
877
+ "kurgulanmalıdır."
878
+
879
+ #: ../settings/settings-edit.php:302
880
+ msgid "Admin email addresses"
881
+ msgstr "Site Yönetimi EPosta Adresi"
882
+
883
+ #: ../settings/settings-edit.php:303
884
+ msgid ""
885
+ "Enter the admin email addresses that should receive notifications (separate "
886
+ "by comma)."
887
+ msgstr ""
888
+ "Bildirim gönderilecek Site Yöneticisi EPosta Adreslerini (birden fazla ise "
889
+ "virgülle ayırarak) giriniz."
890
+
891
+ #: ../settings/settings-edit.php:309
892
+ msgid "Admin mail subject"
893
+ msgstr "Site Yöneticisine EPosta Konusu"
894
+
895
+ #: ../settings/settings-edit.php:310
896
+ msgid ""
897
+ "Enter the subject for admin mail. This will send whenever new email added "
898
+ "and confirmed into our database."
899
+ msgstr ""
900
+ "Site Yöneticisine EPosta konusu giriniz. Haber Listesine yeni biri "
901
+ "kaydolduğunda gönderilecektir."
902
+
903
+ #: ../settings/settings-edit.php:316
904
+ msgid "Admin mail content"
905
+ msgstr "Site Yöneticisine EPosta Metni"
906
+
907
+ #: ../settings/settings-edit.php:317
908
+ msgid ""
909
+ "Enter the mail content for admin. This will send whenever new email added "
910
+ "and confirmed into our database."
911
+ msgstr ""
912
+ "Site Yöneticisine EPosta Metnini giriniz. Haber Listesine yeni biri "
913
+ "kaydolduğunda gönderilecektir."
914
+
915
+ #: ../settings/settings-edit.php:324
916
+ msgid "Unsubscribe link"
917
+ msgstr "Kayıt Silme Linki"
918
+
919
+ #: ../settings/settings-edit.php:325
920
+ msgid "Unsubscribe link. You no need to change this value."
921
+ msgstr "Kayıt Silme Linki. Bu değeri değiştirmeniz gerekmez."
922
+
923
+ #: ../settings/settings-edit.php:331
924
+ msgid "Unsubscribe text in mail"
925
+ msgstr "Kayıt Silme Metni"
926
+
927
+ #: ../settings/settings-edit.php:332
928
+ msgid ""
929
+ "Enter the text for unsubscribe link. This text is to add unsubscribe link "
930
+ "with newsletter."
931
+ msgstr ""
932
+ "Kayıt Silme linkinin Metnini giriniz. Bu Metin, Haber Listesine gönderilen "
933
+ "Haber Bültenlerinin altına yerleştirilecektir."
934
+
935
+ #: ../settings/settings-edit.php:338
936
+ msgid "Text to display after email unsubscribed"
937
+ msgstr "Bir EPosta silindikten sonra gösterilecek Metin"
938
+
939
+ #: ../settings/settings-edit.php:339
940
+ msgid ""
941
+ "This text will display once user clicked unsubscribed link from our "
942
+ "newsletter."
943
+ msgstr ""
944
+ "Bu Metin, Haber Bültenlerindeki Kayıt Silme linkine tıklayanlara bir kez "
945
+ "gösterilecektir."
946
+
947
+ #: ../settings/settings-edit.php:346
948
+ msgid "Message 1"
949
+ msgstr "Metin 1"
950
+
951
+ #: ../settings/settings-edit.php:347
952
+ msgid "Default message to display if any issue on confirmation link."
953
+ msgstr ""
954
+ "Onaylama Linkinde herhangi bir sorun olduğunda gösterilecek Varsayılan Metin"
955
+
956
+ #: ../settings/settings-edit.php:353
957
+ msgid "Message 2"
958
+ msgstr "Metin 2"
959
+
960
+ #: ../settings/settings-edit.php:354
961
+ msgid "Default message to display if any issue on unsubscribe link."
962
+ msgstr "Kayıt Silme linkinde herhangi bir sorun olduğunda gösterilecek Metin"
963
+
964
+ #: ../settings/settings-edit.php:361
965
+ msgid "Sent report subject"
966
+ msgstr ""
967
+
968
+ #: ../settings/settings-edit.php:362
969
+ msgid "Mail subject for sent mail report."
970
+ msgstr ""
971
+
972
+ #: ../settings/settings-edit.php:368
973
+ msgid "Sent report content"
974
+ msgstr ""
975
+
976
+ #: ../settings/settings-edit.php:369
977
+ msgid "Mail content for sent mail report."
978
+ msgstr ""
979
+
980
+ #: ../settings/settings-edit.php:380
981
+ msgid "Save Settings"
982
+ msgstr "Ayarları Kaydet"
983
+
984
+ #: ../subscribers/view-subscriber-add.php:28
985
+ #: ../subscribers/view-subscriber-add.php:120
986
+ #: ../subscribers/view-subscriber-edit.php:43
987
+ #: ../subscribers/view-subscriber-edit.php:104
988
+ msgid "Please enter subscriber email address."
989
+ msgstr "Lütfen kaydedilecek EPosta Adresini giriniz."
990
+
991
+ #: ../subscribers/view-subscriber-add.php:45
992
+ msgid "Please select or create your group for this email."
993
+ msgstr "Lütfen bu EPosta için Bir Grup seçiniz veya Yeni Bir Grup oluşturunuz."
994
+
995
+ #: ../subscribers/view-subscriber-add.php:54
996
+ #: ../subscribers/view-subscriber-import.php:45
997
+ msgid ""
998
+ "Error: Special characters (['^$%&*()}{@#~?><>,|=_+\\\"]) are not allowed in "
999
+ "the group name."
1000
+ msgstr ""
1001
+
1002
+ #: ../subscribers/view-subscriber-add.php:66
1003
+ msgid "Email was successfully inserted."
1004
+ msgstr "EPosta başarıyla eklendi."
1005
+
1006
+ #: ../subscribers/view-subscriber-add.php:70
1007
+ msgid "Email already exist in our list."
1008
+ msgstr "Bu EPosta Haber Listemizde Var!"
1009
+
1010
+ #: ../subscribers/view-subscriber-add.php:75
1011
+ msgid "Email is invalid."
1012
+ msgstr "Bu EPosta Geçersiz."
1013
+
1014
+ #: ../subscribers/view-subscriber-add.php:112
1015
+ msgid "Add email"
1016
+ msgstr "EPosta Ekle"
1017
+
1018
+ #: ../subscribers/view-subscriber-add.php:114
1019
+ #: ../subscribers/view-subscriber-edit.php:98
1020
+ msgid "Enter full name"
1021
+ msgstr "Tam isim giriniz"
1022
+
1023
+ #: ../subscribers/view-subscriber-add.php:116
1024
+ #: ../subscribers/view-subscriber-edit.php:100
1025
+ msgid "Please enter subscriber full name."
1026
+ msgstr "Lütfen kaydolanın tam adını giriniz."
1027
+
1028
+ #: ../subscribers/view-subscriber-add.php:118
1029
+ #: ../subscribers/view-subscriber-edit.php:102
1030
+ msgid "Enter email address."
1031
+ msgstr "EPosta adresini giriniz."
1032
+
1033
+ #: ../subscribers/view-subscriber-add.php:129
1034
+ #: ../subscribers/view-subscriber-edit.php:113
1035
+ #: ../subscribers/view-subscriber-import.php:163
1036
+ msgid "Please select subscriber email status."
1037
+ msgstr "Lütfen kaydolacak EPosta durumunu giriniz."
1038
+
1039
+ #: ../subscribers/view-subscriber-add.php:131
1040
+ #: ../subscribers/view-subscriber-import.php:165
1041
+ msgid "Select (or) Create Group"
1042
+ msgstr "Seç veya Yeni Grup Oluştur"
1043
+
1044
+ #: ../subscribers/view-subscriber-add.php:149
1045
+ #: ../subscribers/view-subscriber-edit.php:141
1046
+ #: ../subscribers/view-subscriber-import.php:183
1047
+ msgid "Please select or create group for this subscriber."
1048
+ msgstr "Lütfen Bir Grup seçiniz veya Yeni Bir Grup oluşturunuz."
1049
+
1050
+ #: ../subscribers/view-subscriber-edit.php:54
1051
+ msgid "Error: Special characters are not allowed in the group name."
1052
+ msgstr ""
1053
+
1054
+ #: ../subscribers/view-subscriber-edit.php:66
1055
+ msgid "Email was successfully updated."
1056
+ msgstr "EPosta başarıyla güncellendi."
1057
+
1058
+ #: ../subscribers/view-subscriber-edit.php:70
1059
+ #, fuzzy
1060
+ msgid "Email already exist for this group."
1061
+ msgstr "Bu EPosta Haber Listemizde Var!"
1062
+
1063
+ #: ../subscribers/view-subscriber-edit.php:96
1064
+ msgid "Edit email"
1065
+ msgstr "EPosta Düzelt"
1066
+
1067
+ #: ../subscribers/view-subscriber-edit.php:115
1068
+ #: ../subscribers/view-subscriber-show.php:328
1069
+ #: ../subscribers/view-subscriber-show.php:341
1070
+ msgid "Group"
1071
+ msgstr "Grup"
1072
+
1073
+ #: ../subscribers/view-subscriber-export.php:24
1074
+ msgid "Export email address in csv format"
1075
+ msgstr "EPosta Adreslerini dışarı aktar (CSV)"
1076
+
1077
+ #: ../subscribers/view-subscriber-export.php:30
1078
+ #: ../subscribers/view-subscriber-export.php:38
1079
+ msgid "Export option"
1080
+ msgstr "Dışarı aktarma seçeneği"
1081
+
1082
+ #: ../subscribers/view-subscriber-export.php:31
1083
+ #: ../subscribers/view-subscriber-export.php:39
1084
+ msgid "Total email"
1085
+ msgstr "Toplam EPosta"
1086
+
1087
+ #: ../subscribers/view-subscriber-export.php:46
1088
+ msgid "Subscriber email address"
1089
+ msgstr "Kaydolan EPosta Adresi"
1090
+
1091
+ #: ../subscribers/view-subscriber-export.php:48
1092
+ #: ../subscribers/view-subscriber-export.php:54
1093
+ #: ../subscribers/view-subscriber-export.php:60
1094
+ msgid "Click to export csv"
1095
+ msgstr "Dışarı Aktarma için Tıklayınız (CSV)"
1096
+
1097
+ #: ../subscribers/view-subscriber-export.php:52
1098
+ msgid "Registered email address"
1099
+ msgstr "Kaydedilmiş EPosta Adresi"
1100
+
1101
+ #: ../subscribers/view-subscriber-export.php:58
1102
+ msgid "Comments author email address"
1103
+ msgstr "Yorumlayan EPosta Adresi"
1104
+
1105
+ #: ../subscribers/view-subscriber-export.php:67
1106
+ msgid "Add Email"
1107
+ msgstr "EPosta Ekle"
1108
+
1109
+ #: ../subscribers/view-subscriber-export.php:68
1110
+ #: ../subscribers/view-subscriber-show.php:445
1111
+ msgid "Import Email"
1112
+ msgstr "EPosta İçeri Aktar"
1113
+
1114
+ #: ../subscribers/view-subscriber-import.php:103
1115
+ msgid "Email(s) was successfully imported."
1116
+ msgstr "EPosta Adresleri başarıyla içeri aktarıldı."
1117
+
1118
+ #: ../subscribers/view-subscriber-import.php:104
1119
+ msgid "Email(s) are already in our database."
1120
+ msgstr "EPostalar şu anda dataya eklenmiş durumda."
1121
+
1122
+ #: ../subscribers/view-subscriber-import.php:105
1123
+ msgid "Email(s) are invalid."
1124
+ msgstr "EPostalar geçersiz."
1125
+
1126
+ #: ../subscribers/view-subscriber-import.php:115
1127
+ msgid "File upload failed or no data available in the csv file."
1128
+ msgstr "Dosya aktarmada hata var veya CSV dosyasında bilgi yok."
1129
+
1130
+ #: ../subscribers/view-subscriber-import.php:150
1131
+ msgid "Upload email"
1132
+ msgstr "Yüklenecek EPosta"
1133
+
1134
+ #: ../subscribers/view-subscriber-import.php:151
1135
+ msgid "Select csv file"
1136
+ msgstr "CSV Dosyası Seç"
1137
+
1138
+ #: ../subscribers/view-subscriber-import.php:153
1139
+ msgid ""
1140
+ "Please select the input csv file. Please check official website for csv "
1141
+ "structure."
1142
+ msgstr ""
1143
+ "Lütfen CSV dosyasını seçiniz. CSV yapısı için Dahili Websiteyi kontrol "
1144
+ "ediniz."
1145
+
1146
+ #: ../subscribers/view-subscriber-import.php:188
1147
+ msgid "Upload CSV"
1148
+ msgstr "CSV Yükle"
1149
+
1150
+ #: ../subscribers/view-subscriber-show.php:72
1151
+ #: ../subscribers/view-subscriber-show.php:125
1152
+ msgid ""
1153
+ "To send confirmation mail, Please change the Opt-in option to Double Opt In."
1154
+ msgstr ""
1155
+ "Onaylama EPostası Gönderme, Lütfen Opt-in seçeneğini Double Opt In "
1156
+ "seçeneğine değiştiriniz."
1157
+
1158
+ #: ../subscribers/view-subscriber-show.php:81
1159
+ msgid "Confirmation email resent successfully."
1160
+ msgstr "Onaylama EPostası başarıyla yeniden gönderildi."
1161
+
1162
+ #: ../subscribers/view-subscriber-show.php:110
1163
+ #: ../subscribers/view-subscriber-show.php:156
1164
+ #: ../subscribers/view-subscriber-show.php:201
1165
+ msgid "Oops, No record was selected."
1166
+ msgstr "Afedersiniz, bir kayıt seçilmedi."
1167
+
1168
+ #: ../subscribers/view-subscriber-show.php:150
1169
+ msgid "Confirmation email(s) resent successfully."
1170
+ msgstr "Onaylama EPostaları başarıyla yeniden gönderildi."
1171
+
1172
+ #: ../subscribers/view-subscriber-show.php:186
1173
+ msgid "Selected subscribers group was successfully updated."
1174
+ msgstr "Seçilen aboneleri grup başarıyla güncellendi."
1175
+
1176
+ #: ../subscribers/view-subscriber-show.php:192
1177
+ msgid "Oops, New group name was not selected."
1178
+ msgstr "Afedersiniz, bir kayıt seçilmedi."
1179
+
1180
+ #: ../subscribers/view-subscriber-show.php:232
1181
+ msgid "View subscriber"
1182
+ msgstr "Kaydolmuş EPostalar"
1183
+
1184
+ #: ../subscribers/view-subscriber-show.php:280
1185
+ #, fuzzy
1186
+ msgid "All Groups"
1187
+ msgstr "Grup"
1188
+
1189
+ #: ../subscribers/view-subscriber-show.php:299
1190
+ #, fuzzy
1191
+ msgid "All Status"
1192
+ msgstr "Durum"
1193
+
1194
+ #: ../subscribers/view-subscriber-show.php:300
1195
+ msgid "Confirmed"
1196
+ msgstr ""
1197
+
1198
+ #: ../subscribers/view-subscriber-show.php:301
1199
+ msgid "Unconfirmed"
1200
+ msgstr ""
1201
+
1202
+ #: ../subscribers/view-subscriber-show.php:302
1203
+ msgid "Unsubscribed"
1204
+ msgstr ""
1205
+
1206
+ #: ../subscribers/view-subscriber-show.php:303
1207
+ msgid "Single Opt In"
1208
+ msgstr ""
1209
+
1210
+ #: ../subscribers/view-subscriber-show.php:325
1211
+ #: ../subscribers/view-subscriber-show.php:338
1212
+ msgid "Email address"
1213
+ msgstr "EPosta Adresi"
1214
+
1215
+ #: ../subscribers/view-subscriber-show.php:385
1216
+ #: ../subscribers/view-subscriber-show.php:423
1217
+ msgid "Resend Confirmation"
1218
+ msgstr "Yeniden Onay Gönder"
1219
+
1220
+ #: ../subscribers/view-subscriber-show.php:401
1221
+ msgid ""
1222
+ "No records available. Please use the above alphabet search button to search."
1223
+ msgstr ""
1224
+ "Kayıt Yok! Arama için yukarıdaki Alfabetik Arama butonlarını kullanınız."
1225
+
1226
+ #: ../subscribers/view-subscriber-show.php:421
1227
+ msgid "Bulk Actions"
1228
+ msgstr "Toplu Eylemler"
1229
+
1230
+ #: ../subscribers/view-subscriber-show.php:424
1231
+ msgid "Update Subscribers Group"
1232
+ msgstr "EPosta Listesi Grubu"
1233
+
1234
+ #: ../subscribers/view-subscriber-show.php:427
1235
+ msgid "Select Group"
1236
+ msgstr "Seç veya Yeni Grup Oluştur"
1237
+
1238
+ #: ../subscribers/view-subscriber-show.php:441
1239
+ msgid "Apply"
1240
+ msgstr "Uygula"
1241
+
1242
+ #: ../subscribers/view-subscriber-show.php:446
1243
+ #, fuzzy
1244
+ msgid "Export Email"
1245
+ msgstr "EPosta İçeri Aktar"
1246
+
1247
+ #: ../subscribers/view-subscriber-show.php:447
1248
+ #, fuzzy
1249
+ msgid "Sync Email"
1250
+ msgstr "EPosta Gönderimi"
1251
+
1252
+ #: ../subscribers/view-subscriber-sync.php:33
1253
+ #: ../subscribers/view-subscriber-sync.php:119
1254
+ #, fuzzy
1255
+ msgid "Please select default group to newly registered user."
1256
+ msgstr "Lütfen Bir Grup seçiniz veya Yeni Bir Grup oluşturunuz."
1257
+
1258
+ #: ../subscribers/view-subscriber-sync.php:39
1259
+ #: ../subscribers/view-subscriber-sync.php:150
1260
+ #, fuzzy
1261
+ msgid "Please select default group to newly commented user."
1262
+ msgstr "Lütfen Bir Grup seçiniz veya Yeni Bir Grup oluşturunuz."
1263
+
1264
+ #: ../subscribers/view-subscriber-sync.php:56
1265
+ #, fuzzy
1266
+ msgid "Sync email successfully updated."
1267
+ msgstr "EPosta başarıyla güncellendi."
1268
+
1269
+ #: ../subscribers/view-subscriber-sync.php:88
1270
+ #, fuzzy
1271
+ msgid "Sync email"
1272
+ msgstr "EPosta Gönderimi"
1273
+
1274
+ #: ../subscribers/view-subscriber-sync.php:90
1275
+ msgid "Sync newly registered user"
1276
+ msgstr ""
1277
+
1278
+ #: ../subscribers/view-subscriber-sync.php:95
1279
+ msgid ""
1280
+ "Automatically add a newly registered user email address to subscribers list."
1281
+ msgstr ""
1282
+
1283
+ #: ../subscribers/view-subscriber-sync.php:97
1284
+ #: ../subscribers/view-subscriber-sync.php:128
1285
+ #, fuzzy
1286
+ msgid "Select default group"
1287
+ msgstr "Seç veya Yeni Grup Oluştur"
1288
+
1289
+ #: ../subscribers/view-subscriber-sync.php:121
1290
+ msgid "Sync newly commented user"
1291
+ msgstr ""
1292
+
1293
+ #: ../subscribers/view-subscriber-sync.php:126
1294
+ msgid ""
1295
+ "Automatically add a newly commented (who posted comments) user email address "
1296
+ "to subscribers list."
1297
+ msgstr ""
1298
+
1299
+ #~ msgid "Mail Preview"
1300
+ #~ msgstr "EPosta Önizleme"
1301
+
1302
+ #~ msgid "Export Email (CSV)"
1303
+ #~ msgstr "EPosta Dışarı Aktar (CSV)"
languages/email-subscribers-tr_TR_1.mo ADDED
Binary file
languages/email-subscribers-tr_TR_1.po ADDED
@@ -0,0 +1,1303 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: Email subscribers\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-11-14 13:53+0800\n"
6
+ "PO-Revision-Date: 2015-11-14 13:54+0800\n"
7
+ "Last-Translator: \n"
8
+ "Language-Team: www.gopiplus.com <www.gopiplus.com>\n"
9
+ "Language: Turkish\n"
10
+ "MIME-Version: 1.0\n"
11
+ "Content-Type: text/plain; charset=UTF-8\n"
12
+ "Content-Transfer-Encoding: 8bit\n"
13
+ "Plural-Forms: nplurals=2; plural=n > 1;\n"
14
+ "X-Poedit-SourceCharset: UTF-8\n"
15
+ "X-Generator: Poedit 1.5.7\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
+ #: ../classes/es-loadwidget.php:28 ../classes/es-register.php:250
26
+ #: ../subscribers/view-subscriber-show.php:326
27
+ #: ../subscribers/view-subscriber-show.php:339
28
+ msgid "Name"
29
+ msgstr "Adınız / YourName"
30
+
31
+ #: ../classes/es-loadwidget.php:33 ../classes/es-register.php:255
32
+ msgid "Email *"
33
+ msgstr "EPosta Adresi*"
34
+
35
+ #: ../classes/es-loadwidget.php:38 ../classes/es-register.php:260
36
+ msgid "Subscribe"
37
+ msgstr "Abone Ol"
38
+
39
+ #: ../classes/es-register.php:43
40
+ msgid "These tables could not be created on installation "
41
+ msgstr "Bu tablolar, Eklenti kurulumu sırasında oluşturulamadı:"
42
+
43
+ #: ../classes/es-register.php:133 ../classes/es-register.php:134
44
+ msgid "Email Subscriber"
45
+ msgstr "EMail Subscriber"
46
+
47
+ #: ../classes/es-register.php:136 ../classes/es-register.php:137
48
+ msgid "Subscribers"
49
+ msgstr "EPosta Listesi"
50
+
51
+ #: ../classes/es-register.php:139 ../classes/es-register.php:140
52
+ msgid "Compose"
53
+ msgstr "EPosta Şablonu"
54
+
55
+ #: ../classes/es-register.php:142 ../classes/es-register.php:143
56
+ #: ../notification/notification-show.php:45
57
+ msgid "Notification"
58
+ msgstr "EPosta Bildirimi"
59
+
60
+ #: ../classes/es-register.php:145 ../classes/es-register.php:146
61
+ #: ../sendmail/sendmail.php:95 ../sendmail/sendmail.php:257
62
+ #: ../sendmail/sendmail.php:259
63
+ msgid "Send Email"
64
+ msgstr "EPosta Gönderimi"
65
+
66
+ #: ../classes/es-register.php:148
67
+ msgid "Cron"
68
+ msgstr ""
69
+
70
+ #: ../classes/es-register.php:149
71
+ #, fuzzy
72
+ msgid "Cron Mail"
73
+ msgstr "EPosta Şablonu"
74
+
75
+ #: ../classes/es-register.php:151 ../classes/es-register.php:152
76
+ #: ../settings/settings-edit.php:190
77
+ msgid "Settings"
78
+ msgstr "Kurgular"
79
+
80
+ #: ../classes/es-register.php:154 ../classes/es-register.php:155
81
+ msgid "Roles"
82
+ msgstr ""
83
+
84
+ #: ../classes/es-register.php:157 ../classes/es-register.php:158
85
+ #: ../sentmail/sentmail-show.php:54
86
+ msgid "Sent Mails"
87
+ msgstr "Giden Postalar"
88
+
89
+ #: ../classes/es-register.php:160 ../classes/es-register.php:161
90
+ msgid "Help & Info"
91
+ msgstr "Yardım & Bilgi"
92
+
93
+ #: ../classes/es-register.php:296
94
+ msgid "Widget Title"
95
+ msgstr "Bileşen Adı"
96
+
97
+ #: ../classes/es-register.php:300
98
+ msgid "Display Name Field"
99
+ msgstr "Kayıtta İsim Sorulsun mu?"
100
+
101
+ #: ../classes/es-register.php:307
102
+ msgid "Short Description"
103
+ msgstr "Kısa Bilgi"
104
+
105
+ #: ../classes/es-register.php:309
106
+ msgid "Short description about your subscription form."
107
+ msgstr "Kaydolma Formunuz hakkında Kısa Bilgi."
108
+
109
+ #: ../classes/es-register.php:312
110
+ msgid "Subscriber Group"
111
+ msgstr "EPosta Listesi Grubu"
112
+
113
+ #: ../compose/compose-add.php:25 ../compose/compose-edit.php:40
114
+ msgid "Please enter template heading."
115
+ msgstr "Lütfen Görünüm Başlığı giriniz."
116
+
117
+ #: ../compose/compose-add.php:39
118
+ msgid "Template was successfully created."
119
+ msgstr "Görünüm başarıyla oluşturuldu."
120
+
121
+ #: ../compose/compose-add.php:60 ../compose/compose-edit.php:71
122
+ #: ../cron/cron-add.php:100 ../cron/cron-add.php:101 ../cron/cron-add.php:102
123
+ #: ../notification/notification-add.php:91
124
+ #: ../notification/notification-edit.php:100 ../roles/roles-add.php:81
125
+ #: ../settings/settings-edit.php:173 ../subscribers/view-subscriber-add.php:92
126
+ #: ../subscribers/view-subscriber-add.php:101
127
+ #: ../subscribers/view-subscriber-edit.php:86
128
+ #: ../subscribers/view-subscriber-import.php:107
129
+ #: ../subscribers/view-subscriber-import.php:138
130
+ msgid "Click here"
131
+ msgstr "Buraya Tıklayınız"
132
+
133
+ #: ../compose/compose-add.php:61 ../compose/compose-edit.php:72
134
+ #: ../notification/notification-add.php:92
135
+ #: ../notification/notification-edit.php:101 ../roles/roles-add.php:81
136
+ #: ../settings/settings-edit.php:174 ../subscribers/view-subscriber-add.php:92
137
+ #: ../subscribers/view-subscriber-add.php:101
138
+ #: ../subscribers/view-subscriber-edit.php:86
139
+ #: ../subscribers/view-subscriber-import.php:107
140
+ #: ../subscribers/view-subscriber-import.php:138
141
+ msgid " to view the details"
142
+ msgstr "detayları görmek için"
143
+
144
+ #: ../compose/compose-add.php:70 ../compose/compose-edit.php:83
145
+ #: ../compose/compose-show.php:59
146
+ msgid "Compose Mail"
147
+ msgstr "EPosta Şablonu"
148
+
149
+ #: ../compose/compose-add.php:73 ../compose/compose-edit.php:86
150
+ #: ../settings/settings-edit.php:206
151
+ msgid "Mail type"
152
+ msgstr "EPosta Yöntemi"
153
+
154
+ #: ../compose/compose-add.php:78 ../compose/compose-edit.php:91
155
+ #: ../sendmail/sendmail.php:50
156
+ msgid "Please select your mail type."
157
+ msgstr "Lütfen EPosta yönteminizi belirleyiniz."
158
+
159
+ #: ../compose/compose-add.php:80 ../compose/compose-edit.php:93
160
+ msgid "Enter mail subject."
161
+ msgstr "EPosta konusunu girin."
162
+
163
+ #: ../compose/compose-add.php:82 ../compose/compose-edit.php:95
164
+ msgid "Please enter your mail subject."
165
+ msgstr "Lütfen EPosta konusunu giriniz."
166
+
167
+ #: ../compose/compose-add.php:85 ../compose/compose-edit.php:97
168
+ msgid "Mail content"
169
+ msgstr "EPosta Metni"
170
+
171
+ #: ../compose/compose-add.php:88 ../compose/compose-edit.php:100
172
+ msgid "Please enter content for your mail."
173
+ msgstr "Lütfen EPosta Metninizi giriniz."
174
+
175
+ #: ../compose/compose-add.php:91 ../compose/compose-edit.php:103
176
+ #: ../compose/compose-show.php:71 ../compose/compose-show.php:79
177
+ #: ../sentmail/deliverreport-show.php:40 ../sentmail/deliverreport-show.php:52
178
+ #: ../sentmail/sentmail-show.php:75 ../sentmail/sentmail-show.php:88
179
+ #: ../subscribers/view-subscriber-add.php:122
180
+ #: ../subscribers/view-subscriber-edit.php:106
181
+ #: ../subscribers/view-subscriber-import.php:156
182
+ #: ../subscribers/view-subscriber-show.php:327
183
+ #: ../subscribers/view-subscriber-show.php:340
184
+ msgid "Status"
185
+ msgstr "Durum"
186
+
187
+ #: ../compose/compose-add.php:95 ../compose/compose-edit.php:107
188
+ msgid "Please select your mail status."
189
+ msgstr "Lütfen EPosta durumunuzu giriniz."
190
+
191
+ #: ../compose/compose-add.php:99 ../compose/compose-edit.php:112
192
+ #: ../cron/cron-add.php:90 ../notification/notification-add.php:216
193
+ #: ../notification/notification-edit.php:237 ../roles/roles-add.php:154
194
+ #: ../subscribers/view-subscriber-add.php:154
195
+ #: ../subscribers/view-subscriber-edit.php:147
196
+ #: ../subscribers/view-subscriber-sync.php:156
197
+ msgid "Submit"
198
+ msgstr "Tamam"
199
+
200
+ #: ../compose/compose-add.php:100 ../compose/compose-edit.php:113
201
+ #: ../cron/cron-add.php:91 ../notification/notification-add.php:217
202
+ #: ../notification/notification-edit.php:238 ../roles/roles-add.php:155
203
+ #: ../sendmail/sendmail.php:261 ../settings/settings-edit.php:381
204
+ #: ../subscribers/view-subscriber-add.php:155
205
+ #: ../subscribers/view-subscriber-edit.php:148
206
+ #: ../subscribers/view-subscriber-sync.php:157
207
+ msgid "Cancel"
208
+ msgstr "İptal"
209
+
210
+ #: ../compose/compose-add.php:101 ../compose/compose-edit.php:114
211
+ #: ../compose/compose-preview.php:31 ../compose/compose-show.php:121
212
+ #: ../cron/cron-add.php:92 ../notification/notification-add.php:218
213
+ #: ../notification/notification-edit.php:239
214
+ #: ../notification/notification-show.php:153 ../roles/roles-add.php:156
215
+ #: ../sendmail/sendmail.php:262 ../sentmail/deliverreport-show.php:120
216
+ #: ../sentmail/sentmail-preview.php:33 ../settings/settings-edit.php:382
217
+ #: ../subscribers/view-subscriber-add.php:156
218
+ #: ../subscribers/view-subscriber-edit.php:149
219
+ #: ../subscribers/view-subscriber-export.php:70
220
+ #: ../subscribers/view-subscriber-import.php:190
221
+ #: ../subscribers/view-subscriber-show.php:448
222
+ #: ../subscribers/view-subscriber-sync.php:158
223
+ msgid "Help"
224
+ msgstr "Yardım"
225
+
226
+ #: ../compose/compose-edit.php:11 ../compose/compose-preview.php:10
227
+ #: ../compose/compose-show.php:30 ../notification/notification-edit.php:11
228
+ #: ../notification/notification-show.php:16
229
+ #: ../sentmail/sentmail-preview.php:12 ../sentmail/sentmail-show.php:18
230
+ #: ../settings/settings-edit.php:11 ../subscribers/view-subscriber-edit.php:12
231
+ #: ../subscribers/view-subscriber-show.php:46
232
+ msgid "Oops, selected details doesnt exist."
233
+ msgstr "Afedersiniz, seçilen detaylar yok."
234
+
235
+ #: ../compose/compose-edit.php:55
236
+ msgid "Template was successfully updated."
237
+ msgstr "Görünüm başarıyla güncellendi."
238
+
239
+ #: ../compose/compose-preview.php:17 ../sentmail/sentmail-preview.php:19
240
+ msgid "Preview Mail"
241
+ msgstr "EPosta Önizleme"
242
+
243
+ #: ../compose/compose-preview.php:29 ../sentmail/deliverreport-show.php:119
244
+ #: ../sentmail/sentmail-preview.php:32
245
+ #: ../subscribers/view-subscriber-export.php:69
246
+ #: ../subscribers/view-subscriber-import.php:189
247
+ msgid "Back"
248
+ msgstr "Geri"
249
+
250
+ #: ../compose/compose-preview.php:30 ../compose/compose-show.php:99
251
+ #: ../notification/notification-show.php:91
252
+ #: ../subscribers/view-subscriber-show.php:374
253
+ msgid "Edit"
254
+ msgstr "Düzelt"
255
+
256
+ #: ../compose/compose-show.php:10 ../sendmail/sendmail.php:11
257
+ #: ../subscribers/view-subscriber-show.php:11
258
+ #, fuzzy
259
+ msgid "Click Here"
260
+ msgstr "Buraya Tıklayınız"
261
+
262
+ #: ../compose/compose-show.php:45 ../notification/notification-show.php:31
263
+ #: ../sentmail/sentmail-show.php:33 ../subscribers/view-subscriber-show.php:60
264
+ #: ../subscribers/view-subscriber-show.php:104
265
+ msgid "Selected record was successfully deleted."
266
+ msgstr "Seçilen Kayıt başarıyla silindi."
267
+
268
+ #: ../compose/compose-show.php:60 ../compose/compose-show.php:120
269
+ #: ../notification/notification-show.php:46
270
+ #: ../notification/notification-show.php:152
271
+ #: ../subscribers/view-subscriber-show.php:233
272
+ #: ../subscribers/view-subscriber-show.php:444
273
+ msgid "Add New"
274
+ msgstr "Yeni Ekle"
275
+
276
+ #: ../compose/compose-show.php:70 ../compose/compose-show.php:78
277
+ msgid "Email subject"
278
+ msgstr "EPosta Şablonu"
279
+
280
+ #: ../compose/compose-show.php:72 ../compose/compose-show.php:80
281
+ #: ../sentmail/deliverreport-show.php:41 ../sentmail/deliverreport-show.php:53
282
+ #: ../sentmail/sentmail-show.php:76 ../sentmail/sentmail-show.php:89
283
+ msgid "Type"
284
+ msgstr "Türü"
285
+
286
+ #: ../compose/compose-show.php:73 ../compose/compose-show.php:81
287
+ #: ../sentmail/sentmail-show.php:80 ../sentmail/sentmail-show.php:93
288
+ #: ../subscribers/view-subscriber-export.php:32
289
+ #: ../subscribers/view-subscriber-export.php:40
290
+ #: ../subscribers/view-subscriber-show.php:330
291
+ #: ../subscribers/view-subscriber-show.php:343
292
+ msgid "Action"
293
+ msgstr "Eylem"
294
+
295
+ #: ../compose/compose-show.php:100 ../notification/notification-show.php:94
296
+ #: ../subscribers/view-subscriber-show.php:377
297
+ #: ../subscribers/view-subscriber-show.php:422
298
+ msgid "Delete"
299
+ msgstr "Sil"
300
+
301
+ #: ../compose/compose-show.php:101 ../sentmail/sentmail-show.php:73
302
+ #: ../sentmail/sentmail-show.php:86
303
+ msgid "Preview"
304
+ msgstr "Önizleme"
305
+
306
+ #: ../compose/compose-show.php:110 ../notification/notification-show.php:142
307
+ #: ../sentmail/deliverreport-show.php:84 ../sentmail/sentmail-show.php:132
308
+ msgid "No records available."
309
+ msgstr "Kayıt Yok!"
310
+
311
+ #: ../cron/cron-add.php:18
312
+ #, fuzzy
313
+ msgid "Please enter valid mail count."
314
+ msgstr "Lütfen EPosta konusunu giriniz."
315
+
316
+ #: ../cron/cron-add.php:29
317
+ #, fuzzy
318
+ msgid "Cron details successfully updated."
319
+ msgstr "Detaylar başarıyla güncellendi"
320
+
321
+ #: ../cron/cron-add.php:73
322
+ msgid "Cron Details"
323
+ msgstr ""
324
+
325
+ #: ../cron/cron-add.php:76
326
+ msgid "Cron job URL"
327
+ msgstr ""
328
+
329
+ #: ../cron/cron-add.php:78
330
+ msgid ""
331
+ "Please find your cron job URL. This is read only field not able to modify "
332
+ "from admin."
333
+ msgstr ""
334
+
335
+ #: ../cron/cron-add.php:80
336
+ #, fuzzy
337
+ msgid "Mail Count"
338
+ msgstr "EPosta Metni"
339
+
340
+ #: ../cron/cron-add.php:82
341
+ msgid "Enter number of mails you want to send per hour/trigger."
342
+ msgstr ""
343
+
344
+ #: ../cron/cron-add.php:84
345
+ #, fuzzy
346
+ msgid "Admin Report"
347
+ msgstr "Raporlara Bak"
348
+
349
+ #: ../cron/cron-add.php:86
350
+ msgid "Send above mail to admin whenever cron URL triggered in your server."
351
+ msgstr ""
352
+
353
+ #: ../cron/cron-add.php:98
354
+ msgid "How to setup auto emails?"
355
+ msgstr ""
356
+
357
+ #: ../cron/cron-add.php:99
358
+ msgid ""
359
+ "I strongly recommend you to use \"Send mail via cron job\" option to send "
360
+ "your newsletters and notification. The following link explains how to create "
361
+ "a CRON job through the cPanel or Plesk."
362
+ msgstr ""
363
+
364
+ #: ../cron/cron-add.php:100
365
+ msgid "How to setup auto emails (cron job) in Plesk"
366
+ msgstr ""
367
+
368
+ #: ../cron/cron-add.php:101
369
+ msgid "How to setup auto emails (cron job) in cPanal"
370
+ msgstr ""
371
+
372
+ #: ../cron/cron-add.php:102
373
+ msgid "Hosting doesnt support cron jobs?"
374
+ msgstr ""
375
+
376
+ #: ../export/export-email-address.php:39 ../export/export-email-address.php:45
377
+ #: ../export/export-email-address.php:50
378
+ msgid "Unexpected url submit has been detected"
379
+ msgstr "Beklenmedik Adres gönderimi belirlendi."
380
+
381
+ #: ../job/es-optin.php:64 ../job/es-optin.php:79 ../job/es-unsubscribe.php:60
382
+ #: ../job/es-unsubscribe.php:70
383
+ msgid ""
384
+ "Oops.. We are getting some technical error. Please try again or contact "
385
+ "admin."
386
+ msgstr ""
387
+ "Afedersiniz.. Teknik bir sorun yaşıyoruz. Lütfen tekrar deneyin veya Site "
388
+ "Yönetimine EPosta Gönderin."
389
+
390
+ #: ../job/es-optin.php:69
391
+ msgid "This email address has already been confirmed."
392
+ msgstr "EPosta adresi seçilmedi."
393
+
394
+ #: ../notification/notification-add.php:26
395
+ #: ../notification/notification-add.php:120
396
+ #: ../notification/notification-edit.php:40
397
+ msgid "Please select subscribers group."
398
+ msgstr "Lütfen Haber Listesi grubunu seçiniz."
399
+
400
+ #: ../notification/notification-add.php:32
401
+ #: ../notification/notification-add.php:212
402
+ #: ../notification/notification-edit.php:46
403
+ #: ../notification/notification-edit.php:232
404
+ msgid "Please select notification status."
405
+ msgstr "Lütfen Bildirim Gönderme durumunu seçiniz."
406
+
407
+ #: ../notification/notification-add.php:38
408
+ #: ../notification/notification-add.php:139
409
+ #: ../notification/notification-edit.php:52
410
+ #: ../notification/notification-edit.php:143
411
+ msgid ""
412
+ "Please select notification mail subject. Use compose menu to create new."
413
+ msgstr ""
414
+ "Lütfen Bildirim EPosta Şablonu seçiniz. Yenisini oluşturmak için EPosta "
415
+ "Şablonu Menüsünü kullanın."
416
+
417
+ #: ../notification/notification-add.php:44
418
+ #: ../notification/notification-add.php:171
419
+ #: ../notification/notification-edit.php:58
420
+ #: ../notification/notification-edit.php:183
421
+ msgid "Please select post categories."
422
+ msgstr "Lütfen Posta kategorilerini seçiniz."
423
+
424
+ #: ../notification/notification-add.php:69
425
+ msgid "Notification was successfully created."
426
+ msgstr "Bildirim başarıyla oluşturuldu."
427
+
428
+ #: ../notification/notification-add.php:101
429
+ msgid "Add Notification"
430
+ msgstr "Bildirim Ekle"
431
+
432
+ #: ../notification/notification-add.php:104
433
+ #: ../notification/notification-edit.php:115
434
+ #: ../notification/notification-show.php:57
435
+ #: ../notification/notification-show.php:65
436
+ msgid "Subscribers Group"
437
+ msgstr "EPosta Listesi Grubu"
438
+
439
+ #: ../notification/notification-add.php:106
440
+ #: ../notification/notification-add.php:124
441
+ #: ../notification/notification-edit.php:123 ../sendmail/sendmail.php:108
442
+ #: ../sendmail/sendmail.php:154 ../subscribers/view-subscriber-add.php:133
443
+ #: ../subscribers/view-subscriber-edit.php:117
444
+ #: ../subscribers/view-subscriber-import.php:167
445
+ #: ../subscribers/view-subscriber-sync.php:99
446
+ #: ../subscribers/view-subscriber-sync.php:130
447
+ msgid "Select"
448
+ msgstr "Seç"
449
+
450
+ #: ../notification/notification-add.php:122
451
+ #: ../notification/notification-edit.php:121
452
+ msgid "Notification Mail"
453
+ msgstr "Bildirim Şablonu"
454
+
455
+ #: ../notification/notification-add.php:141
456
+ #: ../notification/notification-edit.php:145
457
+ msgid "Post Categories"
458
+ msgstr "Posta Kategorileri"
459
+
460
+ #: ../notification/notification-add.php:173
461
+ #: ../notification/notification-edit.php:185
462
+ msgid "Custom post type"
463
+ msgstr ""
464
+
465
+ #: ../notification/notification-add.php:204
466
+ #: ../notification/notification-edit.php:224
467
+ #, fuzzy
468
+ msgid "Please select your custom post type (Optional)."
469
+ msgstr "Lütfen EPosta yönteminizi belirleyiniz."
470
+
471
+ #: ../notification/notification-add.php:206
472
+ #: ../notification/notification-edit.php:226
473
+ #: ../notification/notification-show.php:59
474
+ #: ../notification/notification-show.php:67
475
+ msgid "Notification Status"
476
+ msgstr "Bildirim Gönderme Durumu"
477
+
478
+ #: ../notification/notification-edit.php:84
479
+ msgid "Notification was successfully updated."
480
+ msgstr "Bildirim başarıyla güncellendi."
481
+
482
+ #: ../notification/notification-edit.php:112
483
+ msgid "Edit Notification"
484
+ msgstr "Bildirim Düzeltme"
485
+
486
+ #: ../notification/notification-edit.php:119
487
+ msgid "Not allowed to update the subscribers group in edit page."
488
+ msgstr "Düzeltme sayfasında güncellenecek EPosta Listesi Grubu yok!"
489
+
490
+ #: ../notification/notification-show.php:56
491
+ #: ../notification/notification-show.php:64
492
+ msgid "Mail Subject"
493
+ msgstr "EPosta Şablonu"
494
+
495
+ #: ../notification/notification-show.php:58
496
+ #: ../notification/notification-show.php:66
497
+ msgid "Categories / Custom Post"
498
+ msgstr ""
499
+
500
+ #: ../roles/roles-add.php:92
501
+ msgid "Roles and Capabilities"
502
+ msgstr ""
503
+
504
+ #: ../roles/roles-add.php:94
505
+ #, fuzzy
506
+ msgid "Subscribers Menu"
507
+ msgstr "EPosta Listesi"
508
+
509
+ #: ../roles/roles-add.php:100
510
+ msgid ""
511
+ "Select user role to access plugin Subscribers Menu. Only Admin user can "
512
+ "change this value."
513
+ msgstr ""
514
+
515
+ #: ../roles/roles-add.php:103
516
+ #, fuzzy
517
+ msgid "Compose Menu"
518
+ msgstr "EPosta Şablonu"
519
+
520
+ #: ../roles/roles-add.php:109
521
+ msgid ""
522
+ "Select user role to access plugin Compose Menu. Only Admin user can change "
523
+ "this value."
524
+ msgstr ""
525
+
526
+ #: ../roles/roles-add.php:111
527
+ #, fuzzy
528
+ msgid "Notification Menu"
529
+ msgstr "EPosta Bildirimi"
530
+
531
+ #: ../roles/roles-add.php:117
532
+ msgid ""
533
+ "Select user role to access plugin Notification Menu. Only Admin user can "
534
+ "change this value."
535
+ msgstr ""
536
+
537
+ #: ../roles/roles-add.php:119
538
+ msgid "Send Email Menu/Cron Menu"
539
+ msgstr ""
540
+
541
+ #: ../roles/roles-add.php:125
542
+ msgid ""
543
+ "Select user role to access plugin Send Email Menu. Only Admin user can "
544
+ "change this value."
545
+ msgstr ""
546
+
547
+ #: ../roles/roles-add.php:127
548
+ #, fuzzy
549
+ msgid "Settings Menu"
550
+ msgstr "Kurgular"
551
+
552
+ #: ../roles/roles-add.php:133
553
+ msgid ""
554
+ "Select user role to access plugin Settings Menu. Only Admin user can change "
555
+ "this value."
556
+ msgstr ""
557
+
558
+ #: ../roles/roles-add.php:135
559
+ #, fuzzy
560
+ msgid "Sent Mails Menu"
561
+ msgstr "Giden Postalar"
562
+
563
+ #: ../roles/roles-add.php:141
564
+ msgid ""
565
+ "Select user role to access plugin Sent Mails Menu. Only Admin user can "
566
+ "change this value."
567
+ msgstr ""
568
+
569
+ #: ../roles/roles-add.php:143
570
+ #, fuzzy
571
+ msgid "Help & Info Menu"
572
+ msgstr "Yardım & Bilgi"
573
+
574
+ #: ../roles/roles-add.php:149
575
+ msgid ""
576
+ "Select user role to access plugin Help & Info Menu. Only Admin user can "
577
+ "change this value."
578
+ msgstr ""
579
+
580
+ #: ../sendmail/sendmail.php:35
581
+ msgid "Please select your mail subject."
582
+ msgstr "Lütfen EPosta konunuzu seçiniz."
583
+
584
+ #: ../sendmail/sendmail.php:43
585
+ msgid "No email address selected."
586
+ msgstr "EPosta adresi seçilmedi."
587
+
588
+ #: ../sendmail/sendmail.php:58
589
+ msgid "Mail sent successfully"
590
+ msgstr "EPosta başarıyla gönderildi."
591
+
592
+ #: ../sendmail/sendmail.php:64
593
+ msgid "Click here for details"
594
+ msgstr "Detaylar için Tıklayınız"
595
+
596
+ #: ../sendmail/sendmail.php:73
597
+ msgid "Oops.. We are getting some error. mail not sending."
598
+ msgstr "Afedersiniz... Bir hata oluşuyor, EPosta gitmiyor!"
599
+
600
+ #: ../sendmail/sendmail.php:102
601
+ msgid "Select your mail subject"
602
+ msgstr "EPostanızın Şablonunu seçiniz"
603
+
604
+ #: ../sendmail/sendmail.php:103
605
+ msgid ""
606
+ "Select a mail subject from available list. Go to Compose page to create new "
607
+ "mail."
608
+ msgstr ""
609
+ "Varolan listeden bir EPosta Şablonu seçiniz. Yenisi için EPosta Şablonu "
610
+ "menüsüne gidiniz."
611
+
612
+ #: ../sendmail/sendmail.php:133
613
+ #, fuzzy
614
+ msgid "Mail Type"
615
+ msgstr "EPosta Yöntemi"
616
+
617
+ #: ../sendmail/sendmail.php:134
618
+ #, fuzzy
619
+ msgid "Select your mail type."
620
+ msgstr "Lütfen EPosta yönteminizi belirleyiniz."
621
+
622
+ #: ../sendmail/sendmail.php:148
623
+ msgid "Select subscriber group"
624
+ msgstr "EPosta Listesi grubunu seçiniz."
625
+
626
+ #: ../sendmail/sendmail.php:149
627
+ msgid "Select your subscriber group to send email."
628
+ msgstr "EPosta gönderilecek EPosta Listesi grubunuzu seçiniz."
629
+
630
+ #: ../sendmail/sendmail.php:174
631
+ msgid "Check All"
632
+ msgstr "Hepsini Seç"
633
+
634
+ #: ../sendmail/sendmail.php:175
635
+ msgid "Uncheck All"
636
+ msgstr "Hepsini Hariç Tut"
637
+
638
+ #: ../sendmail/sendmail.php:238
639
+ msgid "No subscribers available for this search criteria."
640
+ msgstr "Bu Arama kriterine uygun Kaydolan yok."
641
+
642
+ #: ../sentmail/deliverreport-show.php:11
643
+ msgid "Oops.. Unexpected error occurred. Please try again."
644
+ msgstr "Afedersiniz... Beklenmedik bir hata oldu, tekrar deneyiniz."
645
+
646
+ #: ../sentmail/deliverreport-show.php:19
647
+ msgid "Delivery Report"
648
+ msgstr "Teslimat Raporu"
649
+
650
+ #: ../sentmail/deliverreport-show.php:37 ../sentmail/deliverreport-show.php:49
651
+ #: ../subscribers/view-subscriber-export.php:29
652
+ #: ../subscribers/view-subscriber-export.php:37
653
+ #: ../subscribers/view-subscriber-show.php:324
654
+ #: ../subscribers/view-subscriber-show.php:337
655
+ msgid "Sno"
656
+ msgstr "Sıra"
657
+
658
+ #: ../sentmail/deliverreport-show.php:38 ../sentmail/deliverreport-show.php:50
659
+ msgid "Email"
660
+ msgstr "EPosta"
661
+
662
+ #: ../sentmail/deliverreport-show.php:39 ../sentmail/deliverreport-show.php:51
663
+ msgid "Sent Date"
664
+ msgstr "Gönderme Tarihi"
665
+
666
+ #: ../sentmail/deliverreport-show.php:42 ../sentmail/deliverreport-show.php:54
667
+ msgid "Viewed Status"
668
+ msgstr "Görülme Durumu"
669
+
670
+ #: ../sentmail/deliverreport-show.php:43 ../sentmail/deliverreport-show.php:55
671
+ msgid "Viewed Date"
672
+ msgstr "Görülme Tarihi"
673
+
674
+ #: ../sentmail/deliverreport-show.php:44 ../sentmail/deliverreport-show.php:56
675
+ #: ../subscribers/view-subscriber-show.php:329
676
+ #: ../subscribers/view-subscriber-show.php:342
677
+ msgid "Database ID"
678
+ msgstr "Database NO"
679
+
680
+ #: ../sentmail/deliverreport-show.php:96 ../sentmail/sentmail-show.php:144
681
+ msgid " &lt;&lt; "
682
+ msgstr " &lt;&lt; "
683
+
684
+ #: ../sentmail/deliverreport-show.php:97 ../sentmail/sentmail-show.php:145
685
+ msgid " &gt;&gt; "
686
+ msgstr " &gt;&gt; "
687
+
688
+ #: ../sentmail/sentmail-show.php:42
689
+ msgid "Successfully deleted all reports except latest 10."
690
+ msgstr "EnSon 10 Rapor Hariç hepsi başarıyla silindi."
691
+
692
+ #: ../sentmail/sentmail-show.php:72 ../sentmail/sentmail-show.php:85
693
+ msgid "View Reports"
694
+ msgstr "Raporlara Bak"
695
+
696
+ #: ../sentmail/sentmail-show.php:74 ../sentmail/sentmail-show.php:87
697
+ #, fuzzy
698
+ msgid "Source"
699
+ msgstr "Gönderme Kaynağı"
700
+
701
+ #: ../sentmail/sentmail-show.php:77 ../sentmail/sentmail-show.php:90
702
+ #, fuzzy
703
+ msgid "Start Date"
704
+ msgstr "Gönderme Başlama Tarihi"
705
+
706
+ #: ../sentmail/sentmail-show.php:78 ../sentmail/sentmail-show.php:91
707
+ #, fuzzy
708
+ msgid "End Date"
709
+ msgstr "Gönderme Bitirme Tarihi"
710
+
711
+ #: ../sentmail/sentmail-show.php:79 ../sentmail/sentmail-show.php:92
712
+ #, fuzzy
713
+ msgid "Total"
714
+ msgstr "Toplam EPostalar"
715
+
716
+ #: ../sentmail/sentmail-show.php:168 ../sentmail/sentmail-show.php:170
717
+ msgid "Optimize Table"
718
+ msgstr "Tabloyu OptimizeEt"
719
+
720
+ #: ../sentmail/sentmail-show.php:180
721
+ msgid ""
722
+ "Note: Please click <strong>Optimize Table</strong> button to delete all "
723
+ "reports except latest 10."
724
+ msgstr ""
725
+ "Not: EnSon 10 Rapor dışındakileri silmek için <strong>Raporları OptimizeEt</"
726
+ "strong> tuşuna tıklayın."
727
+
728
+ #: ../settings/setting-sync.php:8
729
+ #, fuzzy
730
+ msgid "Table sync completed successfully."
731
+ msgstr "EPosta başarıyla gönderildi."
732
+
733
+ #: ../settings/setting-sync.php:21
734
+ msgid "Sync plugin tables"
735
+ msgstr ""
736
+
737
+ #: ../settings/setting-sync.php:25
738
+ msgid "Click to sync tables"
739
+ msgstr ""
740
+
741
+ #: ../settings/settings-edit.php:102
742
+ msgid "Please enter sender of notifications from name."
743
+ msgstr "Bildirimlerin hangi isimden gönderileceğini giriniz."
744
+
745
+ #: ../settings/settings-edit.php:108
746
+ msgid "Please enter sender of notifications from email."
747
+ msgstr "Bildirimlerin hangi EPosta adresinden gönderileceğini giriniz."
748
+
749
+ #: ../settings/settings-edit.php:143
750
+ msgid "Details was successfully updated."
751
+ msgstr "Detaylar başarıyla güncellendi"
752
+
753
+ #: ../settings/settings-edit.php:148
754
+ msgid "Oops, details not update."
755
+ msgstr "Afedersiniz, detaylar güncellenmedi."
756
+
757
+ #: ../settings/settings-edit.php:196
758
+ msgid "Sender of notifications"
759
+ msgstr "Bildirimleri Gönderen"
760
+
761
+ #: ../settings/settings-edit.php:197
762
+ msgid ""
763
+ "Choose a FROM name and FROM email address for all notifications emails from "
764
+ "this plugin."
765
+ msgstr ""
766
+ "Bu Eklenti ile gönderilecek bütün bildirimler için Gönderen İsim ve EPosta "
767
+ "Adresini seçiniz."
768
+
769
+ #: ../settings/settings-edit.php:207
770
+ msgid ""
771
+ "Option 1 & 2 is to send mails with default Wordpress method wp_mail(). "
772
+ "Option 3 & 4 is to send mails with PHP method mail()"
773
+ msgstr ""
774
+ "Option 1 & 2 is to send mails with default Wordpress method \n"
775
+ "wp_mail(). Option 3 & 4 is to send mails with PHP method mail()"
776
+
777
+ #: ../settings/settings-edit.php:221
778
+ msgid "Opt-in option"
779
+ msgstr "Onaylama Yöntemi"
780
+
781
+ #: ../settings/settings-edit.php:222
782
+ msgid ""
783
+ "Double Opt In, means subscribers need to confirm their email address by an "
784
+ "activation link sent them on a activation email message. Single Opt In, "
785
+ "means subscribers do not need to confirm their email address."
786
+ msgstr ""
787
+ "Double Opt In seçeneğinde, EPosta Listesine kaydolacak adreslere bir "
788
+ "Onaylama mesajı ve kayıttan sonra da Hoşgeldin Mesajı gönderilir.\n"
789
+ "Single Opt In seçeneğinde, sonradan ayrıca Bildirim gönderilmez."
790
+
791
+ #: ../settings/settings-edit.php:233
792
+ msgid "Opt-in mail subject (Confirmation mail)"
793
+ msgstr "Onaylama EPostasının Konusu "
794
+
795
+ #: ../settings/settings-edit.php:234
796
+ msgid ""
797
+ "Enter the subject for Double Opt In mail. This will send whenever subscriber "
798
+ "added email into our database."
799
+ msgstr ""
800
+ "Double Opt In EPosta Konusu. EPosta Listesine kaydolanlara gönderilecektir."
801
+
802
+ #: ../settings/settings-edit.php:240
803
+ msgid "Opt-in mail content (Confirmation mail)"
804
+ msgstr "Onaylama Metni"
805
+
806
+ #: ../settings/settings-edit.php:241
807
+ msgid ""
808
+ "Enter the content for Double Opt In mail. This will send whenever subscriber "
809
+ "added email into our database."
810
+ msgstr ""
811
+ "Double Opt In EPosta Metni. EPosta Listesine eklenenlere gönderilecektir."
812
+
813
+ #: ../settings/settings-edit.php:247
814
+ msgid "Opt-in link (Confirmation link)"
815
+ msgstr "Onaylama EPostasının Onay Linki"
816
+
817
+ #: ../settings/settings-edit.php:248
818
+ msgid "Double Opt In confirmation link. You no need to change this value."
819
+ msgstr "Double Opt In Onaylama Linki. Bu değerleri değiştirmeniz gerekmez."
820
+
821
+ #: ../settings/settings-edit.php:254
822
+ msgid "Text to display after email subscribed successfully"
823
+ msgstr "Başarıyla Haber Listesine eklendikten sonra gönderilecek Metin."
824
+
825
+ #: ../settings/settings-edit.php:255
826
+ msgid ""
827
+ "This text will display once user clicked email confirmation link from opt-in "
828
+ "(confirmation) email content."
829
+ msgstr ""
830
+ "Bu Metin, EPosta mesajındaki Onay linkine tıklandığında bir kez "
831
+ "gösterilecektir."
832
+
833
+ #: ../settings/settings-edit.php:262
834
+ msgid "Subscriber welcome email"
835
+ msgstr "Kaydolanlara Hoşgeldin EPostası"
836
+
837
+ #: ../settings/settings-edit.php:263
838
+ msgid "To send welcome mail to subscriber, This option must be set to YES."
839
+ msgstr ""
840
+ "Kaydolanlara Hoşgeldin EPostası Gönderme. Bu seçenek EVET olarak "
841
+ "kurgulanmalıdır."
842
+
843
+ #: ../settings/settings-edit.php:274
844
+ msgid "Welcome mail subject"
845
+ msgstr "Hoşgeldin EPosta Konusu"
846
+
847
+ #: ../settings/settings-edit.php:275
848
+ msgid ""
849
+ "Enter the subject for subscriber welcome mail. This will send whenever email "
850
+ "subscribed (confirmed) successfully."
851
+ msgstr ""
852
+ "Kaydolanlara Hoşgeldin EPostasının konusunu giriniz. Başarıyla kayıt işlemi "
853
+ "tamamlananlara gönderilecektir."
854
+
855
+ #: ../settings/settings-edit.php:281
856
+ msgid "Subscriber welcome mail content"
857
+ msgstr "Kaydolanlara Hoşgeldin EPosta Metni"
858
+
859
+ #: ../settings/settings-edit.php:282
860
+ msgid ""
861
+ "Enter the content for subscriber welcome mail. This will send whenever email "
862
+ "subscribed (confirmed) successfully."
863
+ msgstr ""
864
+ "Kaydolanlara Hoşgeldin EPosta Metnini giriniz. Başarıyla kayıt işlemi "
865
+ "tamamlananlara gönderilecektir."
866
+
867
+ #: ../settings/settings-edit.php:290
868
+ msgid "Mail to admin"
869
+ msgstr "Site Yönetimini Bilgilendir"
870
+
871
+ #: ../settings/settings-edit.php:291
872
+ msgid ""
873
+ "To send admin notifications for new subscriber, This option must be set to "
874
+ "YES."
875
+ msgstr ""
876
+ "Site Yöneticisine Yeni Kaydolan Bildirimi gönderme. Bu seçenek EVET olarak "
877
+ "kurgulanmalıdır."
878
+
879
+ #: ../settings/settings-edit.php:302
880
+ msgid "Admin email addresses"
881
+ msgstr "Site Yönetimi EPosta Adresi"
882
+
883
+ #: ../settings/settings-edit.php:303
884
+ msgid ""
885
+ "Enter the admin email addresses that should receive notifications (separate "
886
+ "by comma)."
887
+ msgstr ""
888
+ "Bildirim gönderilecek Site Yöneticisi EPosta Adreslerini (birden fazla ise "
889
+ "virgülle ayırarak) giriniz."
890
+
891
+ #: ../settings/settings-edit.php:309
892
+ msgid "Admin mail subject"
893
+ msgstr "Site Yöneticisine EPosta Konusu"
894
+
895
+ #: ../settings/settings-edit.php:310
896
+ msgid ""
897
+ "Enter the subject for admin mail. This will send whenever new email added "
898
+ "and confirmed into our database."
899
+ msgstr ""
900
+ "Site Yöneticisine EPosta konusu giriniz. Haber Listesine yeni biri "
901
+ "kaydolduğunda gönderilecektir."
902
+
903
+ #: ../settings/settings-edit.php:316
904
+ msgid "Admin mail content"
905
+ msgstr "Site Yöneticisine EPosta Metni"
906
+
907
+ #: ../settings/settings-edit.php:317
908
+ msgid ""
909
+ "Enter the mail content for admin. This will send whenever new email added "
910
+ "and confirmed into our database."
911
+ msgstr ""
912
+ "Site Yöneticisine EPosta Metnini giriniz. Haber Listesine yeni biri "
913
+ "kaydolduğunda gönderilecektir."
914
+
915
+ #: ../settings/settings-edit.php:324
916
+ msgid "Unsubscribe link"
917
+ msgstr "Kayıt Silme Linki"
918
+
919
+ #: ../settings/settings-edit.php:325
920
+ msgid "Unsubscribe link. You no need to change this value."
921
+ msgstr "Kayıt Silme Linki. Bu değeri değiştirmeniz gerekmez."
922
+
923
+ #: ../settings/settings-edit.php:331
924
+ msgid "Unsubscribe text in mail"
925
+ msgstr "Kayıt Silme Metni"
926
+
927
+ #: ../settings/settings-edit.php:332
928
+ msgid ""
929
+ "Enter the text for unsubscribe link. This text is to add unsubscribe link "
930
+ "with newsletter."
931
+ msgstr ""
932
+ "Kayıt Silme linkinin Metnini giriniz. Bu Metin, Haber Listesine gönderilen "
933
+ "Haber Bültenlerinin altına yerleştirilecektir."
934
+
935
+ #: ../settings/settings-edit.php:338
936
+ msgid "Text to display after email unsubscribed"
937
+ msgstr "Bir EPosta silindikten sonra gösterilecek Metin"
938
+
939
+ #: ../settings/settings-edit.php:339
940
+ msgid ""
941
+ "This text will display once user clicked unsubscribed link from our "
942
+ "newsletter."
943
+ msgstr ""
944
+ "Bu Metin, Haber Bültenlerindeki Kayıt Silme linkine tıklayanlara bir kez "
945
+ "gösterilecektir."
946
+
947
+ #: ../settings/settings-edit.php:346
948
+ msgid "Message 1"
949
+ msgstr "Metin 1"
950
+
951
+ #: ../settings/settings-edit.php:347
952
+ msgid "Default message to display if any issue on confirmation link."
953
+ msgstr ""
954
+ "Onaylama Linkinde herhangi bir sorun olduğunda gösterilecek Varsayılan Metin"
955
+
956
+ #: ../settings/settings-edit.php:353
957
+ msgid "Message 2"
958
+ msgstr "Metin 2"
959
+
960
+ #: ../settings/settings-edit.php:354
961
+ msgid "Default message to display if any issue on unsubscribe link."
962
+ msgstr "Kayıt Silme linkinde herhangi bir sorun olduğunda gösterilecek Metin"
963
+
964
+ #: ../settings/settings-edit.php:361
965
+ msgid "Sent report subject"
966
+ msgstr ""
967
+
968
+ #: ../settings/settings-edit.php:362
969
+ msgid "Mail subject for sent mail report."
970
+ msgstr ""
971
+
972
+ #: ../settings/settings-edit.php:368
973
+ msgid "Sent report content"
974
+ msgstr ""
975
+
976
+ #: ../settings/settings-edit.php:369
977
+ msgid "Mail content for sent mail report."
978
+ msgstr ""
979
+
980
+ #: ../settings/settings-edit.php:380
981
+ msgid "Save Settings"
982
+ msgstr "Ayarları Kaydet"
983
+
984
+ #: ../subscribers/view-subscriber-add.php:28
985
+ #: ../subscribers/view-subscriber-add.php:120
986
+ #: ../subscribers/view-subscriber-edit.php:43
987
+ #: ../subscribers/view-subscriber-edit.php:104
988
+ msgid "Please enter subscriber email address."
989
+ msgstr "Lütfen kaydedilecek EPosta Adresini giriniz."
990
+
991
+ #: ../subscribers/view-subscriber-add.php:45
992
+ msgid "Please select or create your group for this email."
993
+ msgstr "Lütfen bu EPosta için Bir Grup seçiniz veya Yeni Bir Grup oluşturunuz."
994
+
995
+ #: ../subscribers/view-subscriber-add.php:54
996
+ #: ../subscribers/view-subscriber-import.php:45
997
+ msgid ""
998
+ "Error: Special characters (['^$%&*()}{@#~?><>,|=_+\\\"]) are not allowed in "
999
+ "the group name."
1000
+ msgstr ""
1001
+
1002
+ #: ../subscribers/view-subscriber-add.php:66
1003
+ msgid "Email was successfully inserted."
1004
+ msgstr "EPosta başarıyla eklendi."
1005
+
1006
+ #: ../subscribers/view-subscriber-add.php:70
1007
+ msgid "Email already exist in our list."
1008
+ msgstr "Bu EPosta Haber Listemizde Var!"
1009
+
1010
+ #: ../subscribers/view-subscriber-add.php:75
1011
+ msgid "Email is invalid."
1012
+ msgstr "Bu EPosta Geçersiz."
1013
+
1014
+ #: ../subscribers/view-subscriber-add.php:112
1015
+ msgid "Add email"
1016
+ msgstr "EPosta Ekle"
1017
+
1018
+ #: ../subscribers/view-subscriber-add.php:114
1019
+ #: ../subscribers/view-subscriber-edit.php:98
1020
+ msgid "Enter full name"
1021
+ msgstr "Tam isim giriniz"
1022
+
1023
+ #: ../subscribers/view-subscriber-add.php:116
1024
+ #: ../subscribers/view-subscriber-edit.php:100
1025
+ msgid "Please enter subscriber full name."
1026
+ msgstr "Lütfen kaydolanın tam adını giriniz."
1027
+
1028
+ #: ../subscribers/view-subscriber-add.php:118
1029
+ #: ../subscribers/view-subscriber-edit.php:102
1030
+ msgid "Enter email address."
1031
+ msgstr "EPosta adresini giriniz."
1032
+
1033
+ #: ../subscribers/view-subscriber-add.php:129
1034
+ #: ../subscribers/view-subscriber-edit.php:113
1035
+ #: ../subscribers/view-subscriber-import.php:163
1036
+ msgid "Please select subscriber email status."
1037
+ msgstr "Lütfen kaydolacak EPosta durumunu giriniz."
1038
+
1039
+ #: ../subscribers/view-subscriber-add.php:131
1040
+ #: ../subscribers/view-subscriber-import.php:165
1041
+ msgid "Select (or) Create Group"
1042
+ msgstr "Seç veya Yeni Grup Oluştur"
1043
+
1044
+ #: ../subscribers/view-subscriber-add.php:149
1045
+ #: ../subscribers/view-subscriber-edit.php:141
1046
+ #: ../subscribers/view-subscriber-import.php:183
1047
+ msgid "Please select or create group for this subscriber."
1048
+ msgstr "Lütfen Bir Grup seçiniz veya Yeni Bir Grup oluşturunuz."
1049
+
1050
+ #: ../subscribers/view-subscriber-edit.php:54
1051
+ msgid "Error: Special characters are not allowed in the group name."
1052
+ msgstr ""
1053
+
1054
+ #: ../subscribers/view-subscriber-edit.php:66
1055
+ msgid "Email was successfully updated."
1056
+ msgstr "EPosta başarıyla güncellendi."
1057
+
1058
+ #: ../subscribers/view-subscriber-edit.php:70
1059
+ #, fuzzy
1060
+ msgid "Email already exist for this group."
1061
+ msgstr "Bu EPosta Haber Listemizde Var!"
1062
+
1063
+ #: ../subscribers/view-subscriber-edit.php:96
1064
+ msgid "Edit email"
1065
+ msgstr "EPosta Düzelt"
1066
+
1067
+ #: ../subscribers/view-subscriber-edit.php:115
1068
+ #: ../subscribers/view-subscriber-show.php:328
1069
+ #: ../subscribers/view-subscriber-show.php:341
1070
+ msgid "Group"
1071
+ msgstr "Grup"
1072
+
1073
+ #: ../subscribers/view-subscriber-export.php:24
1074
+ msgid "Export email address in csv format"
1075
+ msgstr "EPosta Adreslerini dışarı aktar (CSV)"
1076
+
1077
+ #: ../subscribers/view-subscriber-export.php:30
1078
+ #: ../subscribers/view-subscriber-export.php:38
1079
+ msgid "Export option"
1080
+ msgstr "Dışarı aktarma seçeneği"
1081
+
1082
+ #: ../subscribers/view-subscriber-export.php:31
1083
+ #: ../subscribers/view-subscriber-export.php:39
1084
+ msgid "Total email"
1085
+ msgstr "Toplam EPosta"
1086
+
1087
+ #: ../subscribers/view-subscriber-export.php:46
1088
+ msgid "Subscriber email address"
1089
+ msgstr "Kaydolan EPosta Adresi"
1090
+
1091
+ #: ../subscribers/view-subscriber-export.php:48
1092
+ #: ../subscribers/view-subscriber-export.php:54
1093
+ #: ../subscribers/view-subscriber-export.php:60
1094
+ msgid "Click to export csv"
1095
+ msgstr "Dışarı Aktarma için Tıklayınız (CSV)"
1096
+
1097
+ #: ../subscribers/view-subscriber-export.php:52
1098
+ msgid "Registered email address"
1099
+ msgstr "Kaydedilmiş EPosta Adresi"
1100
+
1101
+ #: ../subscribers/view-subscriber-export.php:58
1102
+ msgid "Comments author email address"
1103
+ msgstr "Yorumlayan EPosta Adresi"
1104
+
1105
+ #: ../subscribers/view-subscriber-export.php:67
1106
+ msgid "Add Email"
1107
+ msgstr "EPosta Ekle"
1108
+
1109
+ #: ../subscribers/view-subscriber-export.php:68
1110
+ #: ../subscribers/view-subscriber-show.php:445
1111
+ msgid "Import Email"
1112
+ msgstr "EPosta İçeri Aktar"
1113
+
1114
+ #: ../subscribers/view-subscriber-import.php:103
1115
+ msgid "Email(s) was successfully imported."
1116
+ msgstr "EPosta Adresleri başarıyla içeri aktarıldı."
1117
+
1118
+ #: ../subscribers/view-subscriber-import.php:104
1119
+ msgid "Email(s) are already in our database."
1120
+ msgstr "EPostalar şu anda dataya eklenmiş durumda."
1121
+
1122
+ #: ../subscribers/view-subscriber-import.php:105
1123
+ msgid "Email(s) are invalid."
1124
+ msgstr "EPostalar geçersiz."
1125
+
1126
+ #: ../subscribers/view-subscriber-import.php:115
1127
+ msgid "File upload failed or no data available in the csv file."
1128
+ msgstr "Dosya aktarmada hata var veya CSV dosyasında bilgi yok."
1129
+
1130
+ #: ../subscribers/view-subscriber-import.php:150
1131
+ msgid "Upload email"
1132
+ msgstr "Yüklenecek EPosta"
1133
+
1134
+ #: ../subscribers/view-subscriber-import.php:151
1135
+ msgid "Select csv file"
1136
+ msgstr "CSV Dosyası Seç"
1137
+
1138
+ #: ../subscribers/view-subscriber-import.php:153
1139
+ msgid ""
1140
+ "Please select the input csv file. Please check official website for csv "
1141
+ "structure."
1142
+ msgstr ""
1143
+ "Lütfen CSV dosyasını seçiniz. CSV yapısı için Dahili Websiteyi kontrol "
1144
+ "ediniz."
1145
+
1146
+ #: ../subscribers/view-subscriber-import.php:188
1147
+ msgid "Upload CSV"
1148
+ msgstr "CSV Yükle"
1149
+
1150
+ #: ../subscribers/view-subscriber-show.php:72
1151
+ #: ../subscribers/view-subscriber-show.php:125
1152
+ msgid ""
1153
+ "To send confirmation mail, Please change the Opt-in option to Double Opt In."
1154
+ msgstr ""
1155
+ "Onaylama EPostası Gönderme, Lütfen Opt-in seçeneğini Double Opt In "
1156
+ "seçeneğine değiştiriniz."
1157
+
1158
+ #: ../subscribers/view-subscriber-show.php:81
1159
+ msgid "Confirmation email resent successfully."
1160
+ msgstr "Onaylama EPostası başarıyla yeniden gönderildi."
1161
+
1162
+ #: ../subscribers/view-subscriber-show.php:110
1163
+ #: ../subscribers/view-subscriber-show.php:156
1164
+ #: ../subscribers/view-subscriber-show.php:201
1165
+ msgid "Oops, No record was selected."
1166
+ msgstr "Afedersiniz, bir kayıt seçilmedi."
1167
+
1168
+ #: ../subscribers/view-subscriber-show.php:150
1169
+ msgid "Confirmation email(s) resent successfully."
1170
+ msgstr "Onaylama EPostaları başarıyla yeniden gönderildi."
1171
+
1172
+ #: ../subscribers/view-subscriber-show.php:186
1173
+ msgid "Selected subscribers group was successfully updated."
1174
+ msgstr "Seçilen aboneleri grup başarıyla güncellendi."
1175
+
1176
+ #: ../subscribers/view-subscriber-show.php:192
1177
+ msgid "Oops, New group name was not selected."
1178
+ msgstr "Afedersiniz, bir kayıt seçilmedi."
1179
+
1180
+ #: ../subscribers/view-subscriber-show.php:232
1181
+ msgid "View subscriber"
1182
+ msgstr "Kaydolmuş EPostalar"
1183
+
1184
+ #: ../subscribers/view-subscriber-show.php:280
1185
+ #, fuzzy
1186
+ msgid "All Groups"
1187
+ msgstr "Grup"
1188
+
1189
+ #: ../subscribers/view-subscriber-show.php:299
1190
+ #, fuzzy
1191
+ msgid "All Status"
1192
+ msgstr "Durum"
1193
+
1194
+ #: ../subscribers/view-subscriber-show.php:300
1195
+ msgid "Confirmed"
1196
+ msgstr ""
1197
+
1198
+ #: ../subscribers/view-subscriber-show.php:301
1199
+ msgid "Unconfirmed"
1200
+ msgstr ""
1201
+
1202
+ #: ../subscribers/view-subscriber-show.php:302
1203
+ msgid "Unsubscribed"
1204
+ msgstr ""
1205
+
1206
+ #: ../subscribers/view-subscriber-show.php:303
1207
+ msgid "Single Opt In"
1208
+ msgstr ""
1209
+
1210
+ #: ../subscribers/view-subscriber-show.php:325
1211
+ #: ../subscribers/view-subscriber-show.php:338
1212
+ msgid "Email address"
1213
+ msgstr "EPosta Adresi"
1214
+
1215
+ #: ../subscribers/view-subscriber-show.php:385
1216
+ #: ../subscribers/view-subscriber-show.php:423
1217
+ msgid "Resend Confirmation"
1218
+ msgstr "Yeniden Onay Gönder"
1219
+
1220
+ #: ../subscribers/view-subscriber-show.php:401
1221
+ msgid ""
1222
+ "No records available. Please use the above alphabet search button to search."
1223
+ msgstr ""
1224
+ "Kayıt Yok! Arama için yukarıdaki Alfabetik Arama butonlarını kullanınız."
1225
+
1226
+ #: ../subscribers/view-subscriber-show.php:421
1227
+ msgid "Bulk Actions"
1228
+ msgstr "Toplu Eylemler"
1229
+
1230
+ #: ../subscribers/view-subscriber-show.php:424
1231
+ msgid "Update Subscribers Group"
1232
+ msgstr "EPosta Listesi Grubu"
1233
+
1234
+ #: ../subscribers/view-subscriber-show.php:427
1235
+ msgid "Select Group"
1236
+ msgstr "Seç veya Yeni Grup Oluştur"
1237
+
1238
+ #: ../subscribers/view-subscriber-show.php:441
1239
+ msgid "Apply"
1240
+ msgstr "Uygula"
1241
+
1242
+ #: ../subscribers/view-subscriber-show.php:446
1243
+ #, fuzzy
1244
+ msgid "Export Email"
1245
+ msgstr "EPosta İçeri Aktar"
1246
+
1247
+ #: ../subscribers/view-subscriber-show.php:447
1248
+ #, fuzzy
1249
+ msgid "Sync Email"
1250
+ msgstr "EPosta Gönderimi"
1251
+
1252
+ #: ../subscribers/view-subscriber-sync.php:33
1253
+ #: ../subscribers/view-subscriber-sync.php:119
1254
+ #, fuzzy
1255
+ msgid "Please select default group to newly registered user."
1256
+ msgstr "Lütfen Bir Grup seçiniz veya Yeni Bir Grup oluşturunuz."
1257
+
1258
+ #: ../subscribers/view-subscriber-sync.php:39
1259
+ #: ../subscribers/view-subscriber-sync.php:150
1260
+ #, fuzzy
1261
+ msgid "Please select default group to newly commented user."
1262
+ msgstr "Lütfen Bir Grup seçiniz veya Yeni Bir Grup oluşturunuz."
1263
+
1264
+ #: ../subscribers/view-subscriber-sync.php:56
1265
+ #, fuzzy
1266
+ msgid "Sync email successfully updated."
1267
+ msgstr "EPosta başarıyla güncellendi."
1268
+
1269
+ #: ../subscribers/view-subscriber-sync.php:88
1270
+ #, fuzzy
1271
+ msgid "Sync email"
1272
+ msgstr "EPosta Gönderimi"
1273
+
1274
+ #: ../subscribers/view-subscriber-sync.php:90
1275
+ msgid "Sync newly registered user"
1276
+ msgstr ""
1277
+
1278
+ #: ../subscribers/view-subscriber-sync.php:95
1279
+ msgid ""
1280
+ "Automatically add a newly registered user email address to subscribers list."
1281
+ msgstr ""
1282
+
1283
+ #: ../subscribers/view-subscriber-sync.php:97
1284
+ #: ../subscribers/view-subscriber-sync.php:128
1285
+ #, fuzzy
1286
+ msgid "Select default group"
1287
+ msgstr "Seç veya Yeni Grup Oluştur"
1288
+
1289
+ #: ../subscribers/view-subscriber-sync.php:121
1290
+ msgid "Sync newly commented user"
1291
+ msgstr ""
1292
+
1293
+ #: ../subscribers/view-subscriber-sync.php:126
1294
+ msgid ""
1295
+ "Automatically add a newly commented (who posted comments) user email address "
1296
+ "to subscribers list."
1297
+ msgstr ""
1298
+
1299
+ #~ msgid "Mail Preview"
1300
+ #~ msgstr "EPosta Önizleme"
1301
+
1302
+ #~ msgid "Export Email (CSV)"
1303
+ #~ msgstr "EPosta Dışarı Aktar (CSV)"
languages/email-subscribers-uk.mo ADDED
Binary file
languages/email-subscribers-uk.po ADDED
@@ -0,0 +1,1275 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: 2016-01-03 13:01+0300\n"
6
+ "Last-Translator: Serhii Kravchenko <cergunya@gmail.com>\n"
7
+ "Language-Team: www.gopiplus.com <www.gopiplus.com>\n"
8
+ "Language: ru\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.4\n"
13
+ "X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e\n"
14
+ "X-Poedit-Basepath: .\n"
15
+ "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
16
+ "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
17
+ "X-Poedit-SearchPath-0: ..\n"
18
+
19
+ #: ../classes/es-loadwidget.php:28 ../classes/es-register.php:250
20
+ #: ../subscribers/view-subscriber-show.php:326
21
+ #: ../subscribers/view-subscriber-show.php:339
22
+ msgid "Name"
23
+ msgstr "Ім’я"
24
+
25
+ #: ../classes/es-loadwidget.php:33 ../classes/es-register.php:255
26
+ msgid "Email *"
27
+ msgstr "E-mail*"
28
+
29
+ #: ../classes/es-loadwidget.php:38 ../classes/es-register.php:260
30
+ msgid "Subscribe"
31
+ msgstr "Підписатися"
32
+
33
+ #: ../classes/es-register.php:43
34
+ msgid "These tables could not be created on installation "
35
+ msgstr "Дані таблиці можуть не бути створені при інсталяції"
36
+
37
+ #: ../classes/es-register.php:133 ../classes/es-register.php:134
38
+ msgid "Email Subscriber"
39
+ msgstr "Email підписники"
40
+
41
+ #: ../classes/es-register.php:136 ../classes/es-register.php:137
42
+ msgid "Subscribers"
43
+ msgstr "Підписники"
44
+
45
+ #: ../classes/es-register.php:139 ../classes/es-register.php:140
46
+ msgid "Compose"
47
+ msgstr "Додати повідомлення"
48
+
49
+ #: ../classes/es-register.php:142 ../classes/es-register.php:143
50
+ #: ../notification/notification-show.php:45
51
+ msgid "Notification"
52
+ msgstr "Оповіщення"
53
+
54
+ #: ../classes/es-register.php:145 ../classes/es-register.php:146
55
+ #: ../sendmail/sendmail.php:95 ../sendmail/sendmail.php:257
56
+ #: ../sendmail/sendmail.php:259
57
+ msgid "Send Email"
58
+ msgstr "Відправити повідомлення"
59
+
60
+ #: ../classes/es-register.php:148
61
+ msgid "Cron"
62
+ msgstr ""
63
+
64
+ #: ../classes/es-register.php:149
65
+ msgid "Cron Mail"
66
+ msgstr "Створити повідомлення"
67
+
68
+ #: ../classes/es-register.php:151 ../classes/es-register.php:152
69
+ #: ../settings/settings-edit.php:190
70
+ msgid "Settings"
71
+ msgstr "Налаштування"
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 "Відправлені"
81
+
82
+ #: ../classes/es-register.php:160 ../classes/es-register.php:161
83
+ msgid "Help & Info"
84
+ msgstr "Допомога"
85
+
86
+ #: ../classes/es-register.php:296
87
+ msgid "Widget Title"
88
+ msgstr "Заголовок віджета"
89
+
90
+ #: ../classes/es-register.php:300
91
+ msgid "Display Name Field"
92
+ msgstr "Показувати поле Ім’я"
93
+
94
+ #: ../classes/es-register.php:307
95
+ msgid "Short Description"
96
+ msgstr "Короткий опис"
97
+
98
+ #: ../classes/es-register.php:309
99
+ msgid "Short description about your subscription form."
100
+ msgstr "Короткий опис форми підписки"
101
+
102
+ #: ../classes/es-register.php:312
103
+ msgid "Subscriber Group"
104
+ msgstr "Група підписників"
105
+
106
+ #: ../compose/compose-add.php:25 ../compose/compose-edit.php:40
107
+ msgid "Please enter template heading."
108
+ msgstr "Будь ласка, введіть заголовок шаблону"
109
+
110
+ #: ../compose/compose-add.php:39
111
+ msgid "Template was successfully created."
112
+ msgstr "Шаблон успішно створений"
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 "Нативніть сюди"
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 "для детального перегляду"
136
+
137
+ #: ../compose/compose-add.php:70 ../compose/compose-edit.php:83
138
+ #: ../compose/compose-show.php:59
139
+ msgid "Compose Mail"
140
+ msgstr "Створити повідомлення"
141
+
142
+ #: ../compose/compose-add.php:73 ../compose/compose-edit.php:86
143
+ #: ../settings/settings-edit.php:206
144
+ msgid "Mail type"
145
+ msgstr "Тип повідомлення"
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 "Будь ласка, виберіть тип повідомлення"
151
+
152
+ #: ../compose/compose-add.php:80 ../compose/compose-edit.php:93
153
+ msgid "Enter mail subject."
154
+ msgstr "Введіть тему повідомлення"
155
+
156
+ #: ../compose/compose-add.php:82 ../compose/compose-edit.php:95
157
+ msgid "Please enter your mail subject."
158
+ msgstr "Будь ласка, введіть тему повідомлення"
159
+
160
+ #: ../compose/compose-add.php:85 ../compose/compose-edit.php:97
161
+ msgid "Mail content"
162
+ msgstr "Вміст повідомлення"
163
+
164
+ #: ../compose/compose-add.php:88 ../compose/compose-edit.php:100
165
+ msgid "Please enter content for your mail."
166
+ msgstr "Будь ласка, введіть вміст повідомлення"
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 "Статус"
179
+
180
+ #: ../compose/compose-add.php:95 ../compose/compose-edit.php:107
181
+ msgid "Please select your mail status."
182
+ msgstr "Будь ласка, введіть статус повідомлення"
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 "Відправити"
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 "Відміна"
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 "Допомога"
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 "Вибрані параметри не знайдені"
227
+
228
+ #: ../compose/compose-edit.php:55
229
+ msgid "Template was successfully updated."
230
+ msgstr "Шаблон був успішно оновлений"
231
+
232
+ #: ../compose/compose-preview.php:17 ../sentmail/sentmail-preview.php:19
233
+ msgid "Preview Mail"
234
+ msgstr "Перегляд повідомлення"
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 "Назад"
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 "Редагувати"
248
+
249
+ #: ../compose/compose-show.php:10 ../sendmail/sendmail.php:11
250
+ #: ../subscribers/view-subscriber-show.php:11
251
+ msgid "Click Here"
252
+ msgstr "Натисніть сюди"
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 "Обраний запис був успішно видалений"
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 "Додати"
267
+
268
+ #: ../compose/compose-show.php:70 ../compose/compose-show.php:78
269
+ msgid "Email subject"
270
+ msgstr "Тема повідомлення"
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 "Тип"
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 "Дія"
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 "Видалити"
292
+
293
+ #: ../compose/compose-show.php:101 ../sentmail/sentmail-show.php:73
294
+ #: ../sentmail/sentmail-show.php:86
295
+ msgid "Preview"
296
+ msgstr "Перегляд"
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 "Записи відсутні"
302
+
303
+ #: ../cron/cron-add.php:18
304
+ msgid "Please enter valid mail count."
305
+ msgstr "Будь ласка, введіть тему повідомлення"
306
+
307
+ #: ../cron/cron-add.php:29
308
+ msgid "Cron details successfully updated."
309
+ msgstr "Налаштування успішно оновлені"
310
+
311
+ #: ../cron/cron-add.php:73
312
+ msgid "Cron Details"
313
+ msgstr ""
314
+
315
+ #: ../cron/cron-add.php:76
316
+ msgid "Cron job URL"
317
+ msgstr ""
318
+
319
+ #: ../cron/cron-add.php:78
320
+ msgid ""
321
+ "Please find your cron job URL. This is read only field not able to modify "
322
+ "from admin."
323
+ msgstr ""
324
+
325
+ #: ../cron/cron-add.php:80
326
+ msgid "Mail Count"
327
+ msgstr "Вміст повідомлення"
328
+
329
+ #: ../cron/cron-add.php:82
330
+ msgid "Enter number of mails you want to send per hour/trigger."
331
+ msgstr ""
332
+
333
+ #: ../cron/cron-add.php:84
334
+ msgid "Admin Report"
335
+ msgstr "Переглянути звіти"
336
+
337
+ #: ../cron/cron-add.php:86
338
+ msgid "Send above mail to admin whenever cron URL triggered in your server."
339
+ msgstr ""
340
+
341
+ #: ../cron/cron-add.php:98
342
+ msgid "How to setup auto emails?"
343
+ msgstr ""
344
+
345
+ #: ../cron/cron-add.php:99
346
+ msgid ""
347
+ "I strongly recommend you to use \"Send mail via cron job\" option to send "
348
+ "your newsletters and notification. The following link explains how to create "
349
+ "a CRON job through the cPanel or Plesk."
350
+ msgstr ""
351
+
352
+ #: ../cron/cron-add.php:100
353
+ msgid "How to setup auto emails (cron job) in Plesk"
354
+ msgstr ""
355
+
356
+ #: ../cron/cron-add.php:101
357
+ msgid "How to setup auto emails (cron job) in cPanal"
358
+ msgstr ""
359
+
360
+ #: ../cron/cron-add.php:102
361
+ msgid "Hosting doesnt support cron jobs?"
362
+ msgstr ""
363
+
364
+ #: ../export/export-email-address.php:39 ../export/export-email-address.php:45
365
+ #: ../export/export-email-address.php:50
366
+ msgid "Unexpected url submit has been detected"
367
+ msgstr "Виявлене відправлення з неочікуваної URL адреси"
368
+
369
+ #: ../job/es-optin.php:64 ../job/es-optin.php:79 ../job/es-unsubscribe.php:60
370
+ #: ../job/es-unsubscribe.php:70
371
+ msgid ""
372
+ "Oops.. We are getting some technical error. Please try again or contact "
373
+ "admin."
374
+ msgstr "Технічна помилка. Спробуйте ще раз або зв'яжіться з адміністратором"
375
+
376
+ #: ../job/es-optin.php:69
377
+ msgid "This email address has already been confirmed."
378
+ msgstr "Дана e-mail адреса вже підтверджена"
379
+
380
+ #: ../notification/notification-add.php:26
381
+ #: ../notification/notification-add.php:120
382
+ #: ../notification/notification-edit.php:40
383
+ msgid "Please select subscribers group."
384
+ msgstr "Будь ласка, виберіть групу підписників"
385
+
386
+ #: ../notification/notification-add.php:32
387
+ #: ../notification/notification-add.php:212
388
+ #: ../notification/notification-edit.php:46
389
+ #: ../notification/notification-edit.php:232
390
+ msgid "Please select notification status."
391
+ msgstr "Будь ласка, виберіть статус оповіщення"
392
+
393
+ #: ../notification/notification-add.php:38
394
+ #: ../notification/notification-add.php:139
395
+ #: ../notification/notification-edit.php:52
396
+ #: ../notification/notification-edit.php:143
397
+ msgid ""
398
+ "Please select notification mail subject. Use compose menu to create new."
399
+ msgstr ""
400
+ "Будь ласка, виберіть тему повідомлення. Використовуйте пункт меню "
401
+ "<strong>Додати повідомлення</strong> для створення нової теми"
402
+
403
+ #: ../notification/notification-add.php:44
404
+ #: ../notification/notification-add.php:171
405
+ #: ../notification/notification-edit.php:58
406
+ #: ../notification/notification-edit.php:183
407
+ msgid "Please select post categories."
408
+ msgstr "Будь ласка, виберіть категорії записів"
409
+
410
+ #: ../notification/notification-add.php:69
411
+ msgid "Notification was successfully created."
412
+ msgstr "Оповіщення успішно створене"
413
+
414
+ #: ../notification/notification-add.php:101
415
+ msgid "Add Notification"
416
+ msgstr "Додати оповіщення"
417
+
418
+ #: ../notification/notification-add.php:104
419
+ #: ../notification/notification-edit.php:115
420
+ #: ../notification/notification-show.php:57
421
+ #: ../notification/notification-show.php:65
422
+ msgid "Subscribers Group"
423
+ msgstr "Группа підписників"
424
+
425
+ #: ../notification/notification-add.php:106
426
+ #: ../notification/notification-add.php:124
427
+ #: ../notification/notification-edit.php:123 ../sendmail/sendmail.php:108
428
+ #: ../sendmail/sendmail.php:154 ../subscribers/view-subscriber-add.php:133
429
+ #: ../subscribers/view-subscriber-edit.php:117
430
+ #: ../subscribers/view-subscriber-import.php:167
431
+ #: ../subscribers/view-subscriber-sync.php:99
432
+ #: ../subscribers/view-subscriber-sync.php:130
433
+ msgid "Select"
434
+ msgstr "Вибрати"
435
+
436
+ #: ../notification/notification-add.php:122
437
+ #: ../notification/notification-edit.php:121
438
+ msgid "Notification Mail"
439
+ msgstr "Оповіщення"
440
+
441
+ #: ../notification/notification-add.php:141
442
+ #: ../notification/notification-edit.php:145
443
+ msgid "Post Categories"
444
+ msgstr "Категорії записів"
445
+
446
+ #: ../notification/notification-add.php:173
447
+ #: ../notification/notification-edit.php:185
448
+ msgid "Custom post type"
449
+ msgstr ""
450
+
451
+ #: ../notification/notification-add.php:204
452
+ #: ../notification/notification-edit.php:224
453
+ msgid "Please select your custom post type (Optional)."
454
+ msgstr "Будь ласка, виберіть тип повідомлення"
455
+
456
+ #: ../notification/notification-add.php:206
457
+ #: ../notification/notification-edit.php:226
458
+ #: ../notification/notification-show.php:59
459
+ #: ../notification/notification-show.php:67
460
+ msgid "Notification Status"
461
+ msgstr "Статус оповіщення"
462
+
463
+ #: ../notification/notification-edit.php:84
464
+ msgid "Notification was successfully updated."
465
+ msgstr "Оповіщення успішно оновлено"
466
+
467
+ #: ../notification/notification-edit.php:112
468
+ msgid "Edit Notification"
469
+ msgstr "Редагувати оповіщення"
470
+
471
+ #: ../notification/notification-edit.php:119
472
+ msgid "Not allowed to update the subscribers group in edit page."
473
+ msgstr "Неможливо оновити групу підписників на сторінці редагування"
474
+
475
+ #: ../notification/notification-show.php:56
476
+ #: ../notification/notification-show.php:64
477
+ msgid "Mail Subject"
478
+ msgstr "Тема повідомлення"
479
+
480
+ #: ../notification/notification-show.php:58
481
+ #: ../notification/notification-show.php:66
482
+ msgid "Categories / Custom Post"
483
+ msgstr ""
484
+
485
+ #: ../roles/roles-add.php:92
486
+ msgid "Roles and Capabilities"
487
+ msgstr ""
488
+
489
+ #: ../roles/roles-add.php:94
490
+ msgid "Subscribers Menu"
491
+ msgstr "Підписники"
492
+
493
+ #: ../roles/roles-add.php:100
494
+ msgid ""
495
+ "Select user role to access plugin Subscribers Menu. Only Admin user can "
496
+ "change this value."
497
+ msgstr ""
498
+
499
+ #: ../roles/roles-add.php:103
500
+ msgid "Compose Menu"
501
+ msgstr "Створити повідомлення"
502
+
503
+ #: ../roles/roles-add.php:109
504
+ msgid ""
505
+ "Select user role to access plugin Compose Menu. Only Admin user can change "
506
+ "this value."
507
+ msgstr ""
508
+
509
+ #: ../roles/roles-add.php:111
510
+ msgid "Notification Menu"
511
+ msgstr "Оповіщення"
512
+
513
+ #: ../roles/roles-add.php:117
514
+ msgid ""
515
+ "Select user role to access plugin Notification Menu. Only Admin user can "
516
+ "change this value."
517
+ msgstr ""
518
+
519
+ #: ../roles/roles-add.php:119
520
+ msgid "Send Email Menu/Cron Menu"
521
+ msgstr ""
522
+
523
+ #: ../roles/roles-add.php:125
524
+ msgid ""
525
+ "Select user role to access plugin Send Email Menu. Only Admin user can "
526
+ "change this value."
527
+ msgstr ""
528
+
529
+ #: ../roles/roles-add.php:127
530
+ msgid "Settings Menu"
531
+ msgstr "Налаштування"
532
+
533
+ #: ../roles/roles-add.php:133
534
+ msgid ""
535
+ "Select user role to access plugin Settings Menu. Only Admin user can change "
536
+ "this value."
537
+ msgstr ""
538
+
539
+ #: ../roles/roles-add.php:135
540
+ msgid "Sent Mails Menu"
541
+ msgstr "Відправлені"
542
+
543
+ #: ../roles/roles-add.php:141
544
+ msgid ""
545
+ "Select user role to access plugin Sent Mails Menu. Only Admin user can "
546
+ "change this value."
547
+ msgstr ""
548
+
549
+ #: ../roles/roles-add.php:143
550
+ msgid "Help & Info Menu"
551
+ msgstr "Допомога"
552
+
553
+ #: ../roles/roles-add.php:149
554
+ msgid ""
555
+ "Select user role to access plugin Help & Info Menu. Only Admin user can "
556
+ "change this value."
557
+ msgstr ""
558
+
559
+ #: ../sendmail/sendmail.php:35
560
+ msgid "Please select your mail subject."
561
+ msgstr "Будь ласка, виберіть тему повідомлення"
562
+
563
+ #: ../sendmail/sendmail.php:43
564
+ msgid "No email address selected."
565
+ msgstr "E-mail адреси не вибрані"
566
+
567
+ #: ../sendmail/sendmail.php:58
568
+ msgid "Mail sent successfully"
569
+ msgstr "Повідомлення успішно відправлене"
570
+
571
+ #: ../sendmail/sendmail.php:64
572
+ msgid "Click here for details"
573
+ msgstr "Натисніть сюди для детального перегляду"
574
+
575
+ #: ../sendmail/sendmail.php:73
576
+ msgid "Oops.. We are getting some error. mail not sending."
577
+ msgstr "Виникла помилка. Повідомлення не відправлені"
578
+
579
+ #: ../sendmail/sendmail.php:102
580
+ msgid "Select your mail subject"
581
+ msgstr "Оберіть тему повідомлення"
582
+
583
+ #: ../sendmail/sendmail.php:103
584
+ msgid ""
585
+ "Select a mail subject from available list. Go to Compose page to create new "
586
+ "mail."
587
+ msgstr ""
588
+ "Оберіть тему повідомлення зі списку. Використовуйте меню </strong>Створити "
589
+ "повідомлення</strong> для створення нової"
590
+
591
+ #: ../sendmail/sendmail.php:133
592
+ msgid "Mail Type"
593
+ msgstr "Тип повідомлення"
594
+
595
+ #: ../sendmail/sendmail.php:134
596
+ msgid "Select your mail type."
597
+ msgstr "Будь ласка, виберіть тип повідомлення"
598
+
599
+ #: ../sendmail/sendmail.php:148
600
+ msgid "Select subscriber group"
601
+ msgstr "Виберіть групу підписників"
602
+
603
+ #: ../sendmail/sendmail.php:149
604
+ msgid "Select your subscriber group to send email."
605
+ msgstr "Виберіть групу підписників для відправлення повідомлення"
606
+
607
+ #: ../sendmail/sendmail.php:174
608
+ msgid "Check All"
609
+ msgstr "Обрати все"
610
+
611
+ #: ../sendmail/sendmail.php:175
612
+ msgid "Uncheck All"
613
+ msgstr "Зняти все"
614
+
615
+ #: ../sendmail/sendmail.php:238
616
+ msgid "No subscribers available for this search criteria."
617
+ msgstr "Немає подписників, які відповідають критеріям пошуку"
618
+
619
+ #: ../sentmail/deliverreport-show.php:11
620
+ msgid "Oops.. Unexpected error occurred. Please try again."
621
+ msgstr "Виникла помилка. Спробуйте ще раз"
622
+
623
+ #: ../sentmail/deliverreport-show.php:19
624
+ msgid "Delivery Report"
625
+ msgstr "Звіт про доставку"
626
+
627
+ #: ../sentmail/deliverreport-show.php:37 ../sentmail/deliverreport-show.php:49
628
+ #: ../subscribers/view-subscriber-export.php:29
629
+ #: ../subscribers/view-subscriber-export.php:37
630
+ #: ../subscribers/view-subscriber-show.php:324
631
+ #: ../subscribers/view-subscriber-show.php:337
632
+ msgid "Sno"
633
+ msgstr "id підписника"
634
+
635
+ #: ../sentmail/deliverreport-show.php:38 ../sentmail/deliverreport-show.php:50
636
+ msgid "Email"
637
+ msgstr "E-mail"
638
+
639
+ #: ../sentmail/deliverreport-show.php:39 ../sentmail/deliverreport-show.php:51
640
+ msgid "Sent Date"
641
+ msgstr "Дата відправлення"
642
+
643
+ #: ../sentmail/deliverreport-show.php:42 ../sentmail/deliverreport-show.php:54
644
+ msgid "Viewed Status"
645
+ msgstr "Статус перегляду"
646
+
647
+ #: ../sentmail/deliverreport-show.php:43 ../sentmail/deliverreport-show.php:55
648
+ msgid "Viewed Date"
649
+ msgstr "Дата перегляду"
650
+
651
+ #: ../sentmail/deliverreport-show.php:44 ../sentmail/deliverreport-show.php:56
652
+ #: ../subscribers/view-subscriber-show.php:329
653
+ #: ../subscribers/view-subscriber-show.php:342
654
+ msgid "Database ID"
655
+ msgstr "Ідентифікатор в базі даних"
656
+
657
+ #: ../sentmail/deliverreport-show.php:96 ../sentmail/sentmail-show.php:144
658
+ msgid " &lt;&lt; "
659
+ msgstr " &lt;&lt; "
660
+
661
+ #: ../sentmail/deliverreport-show.php:97 ../sentmail/sentmail-show.php:145
662
+ msgid " &gt;&gt; "
663
+ msgstr " &gt;&gt; "
664
+
665
+ #: ../sentmail/sentmail-show.php:42
666
+ msgid "Successfully deleted all reports except latest 10."
667
+ msgstr "Успішно видалені всі звіти крім останніх 10"
668
+
669
+ #: ../sentmail/sentmail-show.php:72 ../sentmail/sentmail-show.php:85
670
+ msgid "View Reports"
671
+ msgstr "Переглянути звіти"
672
+
673
+ #: ../sentmail/sentmail-show.php:74 ../sentmail/sentmail-show.php:87
674
+ msgid "Source"
675
+ msgstr "Джерело відправки"
676
+
677
+ #: ../sentmail/sentmail-show.php:77 ../sentmail/sentmail-show.php:90
678
+ msgid "Start Date"
679
+ msgstr "Дата початку відправки"
680
+
681
+ #: ../sentmail/sentmail-show.php:78 ../sentmail/sentmail-show.php:91
682
+ msgid "End Date"
683
+ msgstr "Дата закінчення відправки"
684
+
685
+ #: ../sentmail/sentmail-show.php:79 ../sentmail/sentmail-show.php:92
686
+ msgid "Total"
687
+ msgstr "Разом повідомлень"
688
+
689
+ #: ../sentmail/sentmail-show.php:168 ../sentmail/sentmail-show.php:170
690
+ msgid "Optimize Table"
691
+ msgstr "Оптимізувати таблицю"
692
+
693
+ #: ../sentmail/sentmail-show.php:180
694
+ msgid ""
695
+ "Note: Please click <strong>Optimize Table</strong> button to delete all "
696
+ "reports except latest 10."
697
+ msgstr ""
698
+ "Ви можете натиснути кнопку <strong>Оптимізувати таблицю</strong> для "
699
+ "видалення всіх звітів крім останніх 10"
700
+
701
+ #: ../settings/setting-sync.php:8
702
+ msgid "Table sync completed successfully."
703
+ msgstr "Повідомлення успішно відправлено"
704
+
705
+ #: ../settings/setting-sync.php:21
706
+ msgid "Sync plugin tables"
707
+ msgstr ""
708
+
709
+ #: ../settings/setting-sync.php:25
710
+ msgid "Click to sync tables"
711
+ msgstr ""
712
+
713
+ #: ../settings/settings-edit.php:102
714
+ msgid "Please enter sender of notifications from name."
715
+ msgstr "Будь ласка, введіть ім'я відправника оповіщень"
716
+
717
+ #: ../settings/settings-edit.php:108
718
+ msgid "Please enter sender of notifications from email."
719
+ msgstr "Будь ласка, введіть e-mail відправника повідомлень"
720
+
721
+ #: ../settings/settings-edit.php:143
722
+ msgid "Details was successfully updated."
723
+ msgstr "Налаштування успішно оновлені"
724
+
725
+ #: ../settings/settings-edit.php:148
726
+ msgid "Oops, details not update."
727
+ msgstr "Помилка: налаштування не оновлені"
728
+
729
+ #: ../settings/settings-edit.php:196
730
+ msgid "Sender of notifications"
731
+ msgstr "Відправник повідомлень"
732
+
733
+ #: ../settings/settings-edit.php:197
734
+ msgid ""
735
+ "Choose a FROM name and FROM email address for all notifications emails from "
736
+ "this plugin."
737
+ msgstr ""
738
+ "Виберіть ім'я та e-mail адресу відправника всіх сповіщень для цього плагіна"
739
+
740
+ #: ../settings/settings-edit.php:207
741
+ msgid ""
742
+ "Option 1 & 2 is to send mails with default Wordpress method wp_mail(). "
743
+ "Option 3 & 4 is to send mails with PHP method mail()"
744
+ msgstr ""
745
+ "Варіанти 1 і 2 використовують стандартну функцію Wordpress wp_mail (). "
746
+ "Варіанти 3 і 4 використовують функцію PHP mail ()"
747
+
748
+ #: ../settings/settings-edit.php:221
749
+ msgid "Opt-in option"
750
+ msgstr "Підтвердження e-mail"
751
+
752
+ #: ../settings/settings-edit.php:222
753
+ msgid ""
754
+ "Double Opt In, means subscribers need to confirm their email address by an "
755
+ "activation link sent them on a activation email message. Single Opt In, "
756
+ "means subscribers do not need to confirm their email address."
757
+ msgstr ""
758
+ "Підтвердження e-mail (Double Opt In) означає, що для активації облікового "
759
+ "запису користувачі повинні підтвердити свою e-mail адресу, перейшовши за "
760
+ "посиланням, що відправлене їм у листі. Реєстрація без підтвердження (Single "
761
+ "Opt In) не вимагає переходу за спеціальним посиланням."
762
+
763
+ #: ../settings/settings-edit.php:233
764
+ msgid "Opt-in mail subject (Confirmation mail)"
765
+ msgstr "Тема листа для підтвердження e-mail адреси"
766
+
767
+ #: ../settings/settings-edit.php:234
768
+ msgid ""
769
+ "Enter the subject for Double Opt In mail. This will send whenever subscriber "
770
+ "added email into our database."
771
+ msgstr ""
772
+ "Введіть тему листа для підтвердження e-mail адреси. Цей лист буде "
773
+ "відправлено при додаванні e-mail'а в базу даних."
774
+
775
+ #: ../settings/settings-edit.php:240
776
+ msgid "Opt-in mail content (Confirmation mail)"
777
+ msgstr "Вміст листа для підтвердження e-mail адреси"
778
+
779
+ #: ../settings/settings-edit.php:241
780
+ msgid ""
781
+ "Enter the content for Double Opt In mail. This will send whenever subscriber "
782
+ "added email into our database."
783
+ msgstr ""
784
+ "Введіть вміст листа для підтвердження e-mail адреси. Цей лист буде "
785
+ "відправлено при додаванні e-mail'а в базу даних."
786
+
787
+ #: ../settings/settings-edit.php:247
788
+ msgid "Opt-in link (Confirmation link)"
789
+ msgstr "Посилання у листі для підтвердження аккаунта"
790
+
791
+ #: ../settings/settings-edit.php:248
792
+ msgid "Double Opt In confirmation link. You no need to change this value."
793
+ msgstr ""
794
+ "Посилання для підтвердження e-mail адреси користувача. Не рекомендується "
795
+ "змінювати це значення."
796
+
797
+ #: ../settings/settings-edit.php:254
798
+ msgid "Text to display after email subscribed successfully"
799
+ msgstr "Текст, що показується після успішного підтвердження e-mail адреси"
800
+
801
+ #: ../settings/settings-edit.php:255
802
+ msgid ""
803
+ "This text will display once user clicked email confirmation link from opt-in "
804
+ "(confirmation) email content."
805
+ msgstr ""
806
+ "Цей текст буде показаний після того, як користувач перейшов за посиланням "
807
+ "для підтвердження e-mail адреси в спеціальному листі."
808
+
809
+ #: ../settings/settings-edit.php:262
810
+ msgid "Subscriber welcome email"
811
+ msgstr "Привітальний лист"
812
+
813
+ #: ../settings/settings-edit.php:263
814
+ msgid "To send welcome mail to subscriber, This option must be set to YES."
815
+ msgstr ""
816
+ "Для відправки привітального листа ця опція повинна бути встановлена в "
817
+ "значення YES"
818
+
819
+ #: ../settings/settings-edit.php:274
820
+ msgid "Welcome mail subject"
821
+ msgstr "Тема привітального листа"
822
+
823
+ #: ../settings/settings-edit.php:275
824
+ msgid ""
825
+ "Enter the subject for subscriber welcome mail. This will send whenever email "
826
+ "subscribed (confirmed) successfully."
827
+ msgstr ""
828
+ "Введіть тему привітального листа. Цей лист буде відправлено при успішному "
829
+ "підтвердженні e-mail адреси."
830
+
831
+ #: ../settings/settings-edit.php:281
832
+ msgid "Subscriber welcome mail content"
833
+ msgstr "Зміст привітального листа"
834
+
835
+ #: ../settings/settings-edit.php:282
836
+ msgid ""
837
+ "Enter the content for subscriber welcome mail. This will send whenever email "
838
+ "subscribed (confirmed) successfully."
839
+ msgstr ""
840
+ "Введіть зміст привітального листа. Цей лист буде відправлено при успішному "
841
+ "підтвердженні e-mail адреси."
842
+
843
+ #: ../settings/settings-edit.php:290
844
+ msgid "Mail to admin"
845
+ msgstr "Відправляти повідомлення адміністратору"
846
+
847
+ #: ../settings/settings-edit.php:291
848
+ msgid ""
849
+ "To send admin notifications for new subscriber, This option must be set to "
850
+ "YES."
851
+ msgstr ""
852
+ "Для відправки адміністратору оповіщення про нового підписника, опція повинна "
853
+ "бути встановлена в значення YES."
854
+
855
+ #: ../settings/settings-edit.php:302
856
+ msgid "Admin email addresses"
857
+ msgstr "E-mail адреси адміністратора"
858
+
859
+ #: ../settings/settings-edit.php:303
860
+ msgid ""
861
+ "Enter the admin email addresses that should receive notifications (separate "
862
+ "by comma)."
863
+ msgstr ""
864
+ "Введіть e-mail адреси адміністратора для отримання повідомлень (розділені "
865
+ "комою)"
866
+
867
+ #: ../settings/settings-edit.php:309
868
+ msgid "Admin mail subject"
869
+ msgstr "Тема повідомлення, яке надсилатиметься адміністратору"
870
+
871
+ #: ../settings/settings-edit.php:310
872
+ msgid ""
873
+ "Enter the subject for admin mail. This will send whenever new email added "
874
+ "and confirmed into our database."
875
+ msgstr ""
876
+ "Введіть тему для листа, що відправляється адміністратору. Це повідомлення "
877
+ "буде відправлено після того, як новий e-mail був доданий і підтверджений"
878
+
879
+ #: ../settings/settings-edit.php:316
880
+ msgid "Admin mail content"
881
+ msgstr "Вміст листа, що відправляється адміністратору"
882
+
883
+ #: ../settings/settings-edit.php:317
884
+ msgid ""
885
+ "Enter the mail content for admin. This will send whenever new email added "
886
+ "and confirmed into our database."
887
+ msgstr ""
888
+ "Введіть вміст для листа, що відправляється адміністратору. Це повідомлення "
889
+ "буде відправлено після того, як новий e-mail був доданий і підтверджений."
890
+
891
+ #: ../settings/settings-edit.php:324
892
+ msgid "Unsubscribe link"
893
+ msgstr "Посилання для відписки від розсилки"
894
+
895
+ #: ../settings/settings-edit.php:325
896
+ msgid "Unsubscribe link. You no need to change this value."
897
+ msgstr ""
898
+ "Посилання для відписки від розсилки. Не рекомендується змінювати це значення."
899
+
900
+ #: ../settings/settings-edit.php:331
901
+ msgid "Unsubscribe text in mail"
902
+ msgstr "Текст для відписки від розсилки в листі"
903
+
904
+ #: ../settings/settings-edit.php:332
905
+ msgid ""
906
+ "Enter the text for unsubscribe link. This text is to add unsubscribe link "
907
+ "with newsletter."
908
+ msgstr ""
909
+ "Введіть текст для відписки від розсилки. Цей текст так само додасть "
910
+ "посилання для відписки від розсилки в лист."
911
+
912
+ #: ../settings/settings-edit.php:338
913
+ msgid "Text to display after email unsubscribed"
914
+ msgstr "Текст, що показується після відписки від розсилки"
915
+
916
+ #: ../settings/settings-edit.php:339
917
+ msgid ""
918
+ "This text will display once user clicked unsubscribed link from our "
919
+ "newsletter."
920
+ msgstr ""
921
+ "Цей текст буде показаний після того, як користувач перейшов за посиланням "
922
+ "для відписки."
923
+
924
+ #: ../settings/settings-edit.php:346
925
+ msgid "Message 1"
926
+ msgstr "Повідомлення 1"
927
+
928
+ #: ../settings/settings-edit.php:347
929
+ msgid "Default message to display if any issue on confirmation link."
930
+ msgstr ""
931
+ "Стандартне повідомлення при помилці під час підтвердження e-mail адреси"
932
+
933
+ #: ../settings/settings-edit.php:353
934
+ msgid "Message 2"
935
+ msgstr "Повідомлення 2"
936
+
937
+ #: ../settings/settings-edit.php:354
938
+ msgid "Default message to display if any issue on unsubscribe link."
939
+ msgstr "Стандартне повідомлення при помилці під час відписки від розсилки"
940
+
941
+ #: ../settings/settings-edit.php:361
942
+ msgid "Sent report subject"
943
+ msgstr "Тема звіту про відправлення"
944
+
945
+ #: ../settings/settings-edit.php:362
946
+ msgid "Mail subject for sent mail report."
947
+ msgstr "Тема повідомлення, що містить звіт про відправку"
948
+
949
+ #: ../settings/settings-edit.php:368
950
+ msgid "Sent report content"
951
+ msgstr "Зміст звіту про відправку"
952
+
953
+ #: ../settings/settings-edit.php:369
954
+ msgid "Mail content for sent mail report."
955
+ msgstr "Вміст повідомлення, що містить звіт про відправку"
956
+
957
+ #: ../settings/settings-edit.php:380
958
+ msgid "Save Settings"
959
+ msgstr "Зберегти налаштування"
960
+
961
+ #: ../subscribers/view-subscriber-add.php:28
962
+ #: ../subscribers/view-subscriber-add.php:120
963
+ #: ../subscribers/view-subscriber-edit.php:43
964
+ #: ../subscribers/view-subscriber-edit.php:104
965
+ msgid "Please enter subscriber email address."
966
+ msgstr "Будь ласка, введіть e-mail адресу підписника"
967
+
968
+ #: ../subscribers/view-subscriber-add.php:45
969
+ msgid "Please select or create your group for this email."
970
+ msgstr "Будь ласка, увійдіть або створіть групу для цього повідомлення"
971
+
972
+ #: ../subscribers/view-subscriber-add.php:54
973
+ #: ../subscribers/view-subscriber-import.php:45
974
+ msgid ""
975
+ "Error: Special characters (['^$%&*()}{@#~?><>,|=_+\\\"]) are not allowed in "
976
+ "the group name."
977
+ msgstr ""
978
+
979
+ #: ../subscribers/view-subscriber-add.php:66
980
+ msgid "Email was successfully inserted."
981
+ msgstr "Повідомлення було успішно додано"
982
+
983
+ #: ../subscribers/view-subscriber-add.php:70
984
+ msgid "Email already exist in our list."
985
+ msgstr "Повідомлення вже додане в цей список"
986
+
987
+ #: ../subscribers/view-subscriber-add.php:75
988
+ msgid "Email is invalid."
989
+ msgstr "Повідомлення некоректне"
990
+
991
+ #: ../subscribers/view-subscriber-add.php:112
992
+ msgid "Add email"
993
+ msgstr "Додати e-mail адресу"
994
+
995
+ #: ../subscribers/view-subscriber-add.php:114
996
+ #: ../subscribers/view-subscriber-edit.php:98
997
+ msgid "Enter full name"
998
+ msgstr "Додати повне ім'я"
999
+
1000
+ #: ../subscribers/view-subscriber-add.php:116
1001
+ #: ../subscribers/view-subscriber-edit.php:100
1002
+ msgid "Please enter subscriber full name."
1003
+ msgstr "Будь ласка, введіть повне ім'я підписника"
1004
+
1005
+ #: ../subscribers/view-subscriber-add.php:118
1006
+ #: ../subscribers/view-subscriber-edit.php:102
1007
+ msgid "Enter email address."
1008
+ msgstr "Додати e-mail адресу"
1009
+
1010
+ #: ../subscribers/view-subscriber-add.php:129
1011
+ #: ../subscribers/view-subscriber-edit.php:113
1012
+ #: ../subscribers/view-subscriber-import.php:163
1013
+ msgid "Please select subscriber email status."
1014
+ msgstr "Будь ласка, введіть статус e-mail адреси підписника"
1015
+
1016
+ #: ../subscribers/view-subscriber-add.php:131
1017
+ #: ../subscribers/view-subscriber-import.php:165
1018
+ msgid "Select (or) Create Group"
1019
+ msgstr "Виберіть/створіть групу"
1020
+
1021
+ #: ../subscribers/view-subscriber-add.php:149
1022
+ #: ../subscribers/view-subscriber-edit.php:141
1023
+ #: ../subscribers/view-subscriber-import.php:183
1024
+ msgid "Please select or create group for this subscriber."
1025
+ msgstr "Будь ласка, виберіть або створіть групу для цього підписника"
1026
+
1027
+ #: ../subscribers/view-subscriber-edit.php:54
1028
+ msgid "Error: Special characters are not allowed in the group name."
1029
+ msgstr ""
1030
+
1031
+ #: ../subscribers/view-subscriber-edit.php:66
1032
+ msgid "Email was successfully updated."
1033
+ msgstr "Повідомлення успішно оновлено"
1034
+
1035
+ #: ../subscribers/view-subscriber-edit.php:70
1036
+ msgid "Email already exist for this group."
1037
+ msgstr "Повідомлення вже додане в цей список"
1038
+
1039
+ #: ../subscribers/view-subscriber-edit.php:96
1040
+ msgid "Edit email"
1041
+ msgstr "Редагувати повідомлення"
1042
+
1043
+ #: ../subscribers/view-subscriber-edit.php:115
1044
+ #: ../subscribers/view-subscriber-show.php:328
1045
+ #: ../subscribers/view-subscriber-show.php:341
1046
+ msgid "Group"
1047
+ msgstr "Група"
1048
+
1049
+ #: ../subscribers/view-subscriber-export.php:24
1050
+ msgid "Export email address in csv format"
1051
+ msgstr "Експорт повідомлення у формат CSV"
1052
+
1053
+ #: ../subscribers/view-subscriber-export.php:30
1054
+ #: ../subscribers/view-subscriber-export.php:38
1055
+ msgid "Export option"
1056
+ msgstr "Варіант експорту"
1057
+
1058
+ #: ../subscribers/view-subscriber-export.php:31
1059
+ #: ../subscribers/view-subscriber-export.php:39
1060
+ msgid "Total email"
1061
+ msgstr "Разом повідомлень"
1062
+
1063
+ #: ../subscribers/view-subscriber-export.php:46
1064
+ msgid "Subscriber email address"
1065
+ msgstr "E-mail адреса підписника"
1066
+
1067
+ #: ../subscribers/view-subscriber-export.php:48
1068
+ #: ../subscribers/view-subscriber-export.php:54
1069
+ #: ../subscribers/view-subscriber-export.php:60
1070
+ msgid "Click to export csv"
1071
+ msgstr "Натисніть для експорту в формат CSV"
1072
+
1073
+ #: ../subscribers/view-subscriber-export.php:52
1074
+ msgid "Registered email address"
1075
+ msgstr "Зареєстрована e-mail адреса"
1076
+
1077
+ #: ../subscribers/view-subscriber-export.php:58
1078
+ msgid "Comments author email address"
1079
+ msgstr "E-mail адреса автора коментарів"
1080
+
1081
+ #: ../subscribers/view-subscriber-export.php:67
1082
+ msgid "Add Email"
1083
+ msgstr "Додати e-mail адресу"
1084
+
1085
+ #: ../subscribers/view-subscriber-export.php:68
1086
+ #: ../subscribers/view-subscriber-show.php:445
1087
+ msgid "Import Email"
1088
+ msgstr "Імпортувати e-mail адресу"
1089
+
1090
+ #: ../subscribers/view-subscriber-import.php:103
1091
+ msgid "Email(s) was successfully imported."
1092
+ msgstr "Імпорт e-mail адрес проведений успішно"
1093
+
1094
+ #: ../subscribers/view-subscriber-import.php:104
1095
+ msgid "Email(s) are already in our database."
1096
+ msgstr "E-mail адрес(и) вже в базі даних"
1097
+
1098
+ #: ../subscribers/view-subscriber-import.php:105
1099
+ msgid "Email(s) are invalid."
1100
+ msgstr "E-mail адрес(и) некоректний(і)"
1101
+
1102
+ #: ../subscribers/view-subscriber-import.php:115
1103
+ msgid "File upload failed or no data available in the csv file."
1104
+ msgstr "Завантаження файлу не вдалася, дані відсутні у файлі CSV"
1105
+
1106
+ #: ../subscribers/view-subscriber-import.php:150
1107
+ msgid "Upload email"
1108
+ msgstr "Завантажити e-mail адресу"
1109
+
1110
+ #: ../subscribers/view-subscriber-import.php:151
1111
+ msgid "Select csv file"
1112
+ msgstr "Вибрати файл у форматі CSV"
1113
+
1114
+ #: ../subscribers/view-subscriber-import.php:153
1115
+ msgid ""
1116
+ "Please select the input csv file. Please check official website for csv "
1117
+ "structure."
1118
+ msgstr ""
1119
+ "Будь ласка, виберіть файл у форматі CSV. Ознайомтеся з інформацією на "
1120
+ "офіційному сайті про необхідну структуру файлу"
1121
+
1122
+ #: ../subscribers/view-subscriber-import.php:188
1123
+ msgid "Upload CSV"
1124
+ msgstr "Завантажити файл CSV"
1125
+
1126
+ #: ../subscribers/view-subscriber-show.php:72
1127
+ #: ../subscribers/view-subscriber-show.php:125
1128
+ msgid ""
1129
+ "To send confirmation mail, Please change the Opt-in option to Double Opt In."
1130
+ msgstr ""
1131
+ "Для відправки e-mail повідомлення для підтвердження e-mail адреси встановіть "
1132
+ "значення поля <strong>Підтвердження e-mail</strong> в значення Double Opt In"
1133
+
1134
+ #: ../subscribers/view-subscriber-show.php:81
1135
+ msgid "Confirmation email resent successfully."
1136
+ msgstr "E-mail повідомлення для підтвердження адреси успішно відправлено"
1137
+
1138
+ #: ../subscribers/view-subscriber-show.php:110
1139
+ #: ../subscribers/view-subscriber-show.php:156
1140
+ #: ../subscribers/view-subscriber-show.php:201
1141
+ msgid "Oops, No record was selected."
1142
+ msgstr "Не вибрано записів"
1143
+
1144
+ #: ../subscribers/view-subscriber-show.php:150
1145
+ msgid "Confirmation email(s) resent successfully."
1146
+ msgstr ""
1147
+ "E-mail повідомлення для підтвердження адреси успішно відправлено повторно"
1148
+
1149
+ #: ../subscribers/view-subscriber-show.php:186
1150
+ msgid "Selected subscribers group was successfully updated."
1151
+ msgstr "Обрана група підписників успішно оновлено"
1152
+
1153
+ #: ../subscribers/view-subscriber-show.php:192
1154
+ msgid "Oops, New group name was not selected."
1155
+ msgstr "Ім'я нової групи не вибрано"
1156
+
1157
+ #: ../subscribers/view-subscriber-show.php:232
1158
+ msgid "View subscriber"
1159
+ msgstr "Переглянути підписника"
1160
+
1161
+ #: ../subscribers/view-subscriber-show.php:280
1162
+ msgid "All Groups"
1163
+ msgstr "Група"
1164
+
1165
+ #: ../subscribers/view-subscriber-show.php:299
1166
+ msgid "All Status"
1167
+ msgstr "Статус"
1168
+
1169
+ #: ../subscribers/view-subscriber-show.php:300
1170
+ msgid "Confirmed"
1171
+ msgstr "Підтверджений"
1172
+
1173
+ #: ../subscribers/view-subscriber-show.php:301
1174
+ msgid "Unconfirmed"
1175
+ msgstr "Не підтверджений"
1176
+
1177
+ #: ../subscribers/view-subscriber-show.php:302
1178
+ msgid "Unsubscribed"
1179
+ msgstr "Відписаний"
1180
+
1181
+ #: ../subscribers/view-subscriber-show.php:303
1182
+ msgid "Single Opt In"
1183
+ msgstr "Без підтвердження"
1184
+
1185
+ #: ../subscribers/view-subscriber-show.php:325
1186
+ #: ../subscribers/view-subscriber-show.php:338
1187
+ msgid "Email address"
1188
+ msgstr "E-mail адреса"
1189
+
1190
+ #: ../subscribers/view-subscriber-show.php:385
1191
+ #: ../subscribers/view-subscriber-show.php:423
1192
+ msgid "Resend Confirmation"
1193
+ msgstr "Надіслати повідомлення для підтвердження повторно"
1194
+
1195
+ #: ../subscribers/view-subscriber-show.php:401
1196
+ msgid ""
1197
+ "No records available. Please use the above alphabet search button to search."
1198
+ msgstr ""
1199
+ "Доступні записи відсутні. Будь ласка, використовуйте алфавітні кнопки вище "
1200
+ "для пошуку"
1201
+
1202
+ #: ../subscribers/view-subscriber-show.php:421
1203
+ msgid "Bulk Actions"
1204
+ msgstr "Групові дії"
1205
+
1206
+ #: ../subscribers/view-subscriber-show.php:424
1207
+ msgid "Update Subscribers Group"
1208
+ msgstr "Оновити групу підписників"
1209
+
1210
+ #: ../subscribers/view-subscriber-show.php:427
1211
+ msgid "Select Group"
1212
+ msgstr "Обрати групу"
1213
+
1214
+ #: ../subscribers/view-subscriber-show.php:441
1215
+ msgid "Apply"
1216
+ msgstr "Застосувати"
1217
+
1218
+ #: ../subscribers/view-subscriber-show.php:446
1219
+ msgid "Export Email"
1220
+ msgstr "Імпортувати e-mail адресу"
1221
+
1222
+ #: ../subscribers/view-subscriber-show.php:447
1223
+ msgid "Sync Email"
1224
+ msgstr "Надіслати повідомлення"
1225
+
1226
+ #: ../subscribers/view-subscriber-sync.php:33
1227
+ #: ../subscribers/view-subscriber-sync.php:119
1228
+ msgid "Please select default group to newly registered user."
1229
+ msgstr "Будь ласка, виберіть або створіть групу для цього підписника"
1230
+
1231
+ #: ../subscribers/view-subscriber-sync.php:39
1232
+ #: ../subscribers/view-subscriber-sync.php:150
1233
+ msgid "Please select default group to newly commented user."
1234
+ msgstr "Будь ласка, виберіть або створіть групу для цього підписника"
1235
+
1236
+ #: ../subscribers/view-subscriber-sync.php:56
1237
+ msgid "Sync email successfully updated."
1238
+ msgstr "Повідомлення успішно оновлено"
1239
+
1240
+ #: ../subscribers/view-subscriber-sync.php:88
1241
+ msgid "Sync email"
1242
+ msgstr "Надіслати повідомлення"
1243
+
1244
+ #: ../subscribers/view-subscriber-sync.php:90
1245
+ msgid "Sync newly registered user"
1246
+ msgstr ""
1247
+
1248
+ #: ../subscribers/view-subscriber-sync.php:95
1249
+ msgid ""
1250
+ "Automatically add a newly registered user email address to subscribers list."
1251
+ msgstr ""
1252
+
1253
+ #: ../subscribers/view-subscriber-sync.php:97
1254
+ #: ../subscribers/view-subscriber-sync.php:128
1255
+ msgid "Select default group"
1256
+ msgstr "Вибрати групу"
1257
+
1258
+ #: ../subscribers/view-subscriber-sync.php:121
1259
+ msgid "Sync newly commented user"
1260
+ msgstr ""
1261
+
1262
+ #: ../subscribers/view-subscriber-sync.php:126
1263
+ msgid ""
1264
+ "Automatically add a newly commented (who posted comments) user email address "
1265
+ "to subscribers list."
1266
+ msgstr ""
1267
+
1268
+ #~ msgid "Mail Preview"
1269
+ #~ msgstr "Просмотр сообщения"
1270
+
1271
+ #~ msgid "Export Email (CSV)"
1272
+ #~ msgstr "Экспортировать сообщение (CSV)"
1273
+
1274
+ #~ msgid "View all status"
1275
+ #~ msgstr "Все статусы"
languages/email-subscribers.mo ADDED
Binary file
languages/email-subscribers.po ADDED
@@ -0,0 +1,1215 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: www.gopiplus.com <www.gopiplus.com>\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 ADDED
@@ -0,0 +1,1474 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Loco Gettext template
2
+ #, fuzzy
3
+ msgid ""
4
+ 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: Tue Feb 09 2016 16:34:01 GMT+0530 (IST)\n"
9
+ "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
10
+ "Last-Translator: \n"
11
+ "Language-Team: \n"
12
+ "Language: \n"
13
+ "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION\n"
14
+ "MIME-Version: 1.0\n"
15
+ "Content-Type: text/plain; charset=UTF-8\n"
16
+ "Content-Transfer-Encoding: 8bit\n"
17
+ "X-Poedit-SourceCharset: UTF-8\n"
18
+ "X-Poedit-Basepath: .\n"
19
+ "X-Poedit-SearchPath-0: ..\n"
20
+ "X-Poedit-KeywordsList: _:1;gettext:1;dgettext:2;ngettext:1,2;dngettext:2,3;"
21
+ "__:1;_e:1;_c:1;_n:1,2;_n_noop:1,2;_nc:1,2;__ngettext:1,2;__ngettext_noop:1,2;"
22
+ "_x:1,2c;_ex:1,2c;_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;"
23
+ "esc_attr__:1;esc_html__:1;esc_attr_e:1;esc_html_e:1;esc_attr_x:1,2c;"
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
+ "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
+
44
+ #. Author of the plugin
45
+ msgid "Store Apps"
46
+ msgstr ""
47
+
48
+ #: ../settings/setting-sync.php:8
49
+ msgid "Table sync completed successfully."
50
+ msgstr ""
51
+
52
+ #: ../settings/setting-sync.php:21
53
+ msgid "Sync plugin tables"
54
+ msgstr ""
55
+
56
+ #: ../settings/setting-sync.php:25
57
+ msgid "Click to sync tables"
58
+ msgstr ""
59
+
60
+ #: ../settings/settings-edit.php:11 ../sentmail/sentmail-show.php:18 ..
61
+ #: /sentmail/sentmail-preview.php:12 ../subscribers/view-subscriber-edit.php:12 ..
62
+ #: /subscribers/view-subscriber-show.php:46 ../notification/notification-edit.php:
63
+ #: 11 ../notification/notification-show.php:16 ../compose/compose-edit.php:11 ..
64
+ #: /compose/compose-show.php:30 ../compose/compose-preview.php:10
65
+ msgid "Oops, selected details doesnt exist."
66
+ msgstr ""
67
+
68
+ #: ../settings/settings-edit.php:102
69
+ msgid "Please enter sender of notifications from name."
70
+ msgstr ""
71
+
72
+ #: ../settings/settings-edit.php:108
73
+ msgid "Please enter sender of notifications from email."
74
+ msgstr ""
75
+
76
+ #: ../settings/settings-edit.php:143
77
+ msgid "Details was successfully updated."
78
+ msgstr ""
79
+
80
+ #: ../settings/settings-edit.php:148
81
+ msgid "Oops, details not update."
82
+ msgstr ""
83
+
84
+ #: ../settings/settings-edit.php:173 ../subscribers/view-subscriber-add.php:92 ..
85
+ #: /subscribers/view-subscriber-add.php:101 ../subscribers/view-subscriber-edit.
86
+ #: php:86 ../subscribers/view-subscriber-import.php:107 ../subscribers/view-
87
+ #: subscriber-import.php:138 ../notification/notification-edit.php:100 ..
88
+ #: /notification/notification-add.php:91 ../compose/compose-edit.php:71 ..
89
+ #: /compose/compose-add.php:60 ../cron/cron-add.php:99 ../cron/cron-add.php:100 ..
90
+ #: /cron/cron-add.php:101 ../roles/roles-add.php:81
91
+ msgid "Click here"
92
+ msgstr ""
93
+
94
+ #: ../settings/settings-edit.php:174 ../subscribers/view-subscriber-add.php:92 ..
95
+ #: /subscribers/view-subscriber-add.php:101 ../subscribers/view-subscriber-edit.
96
+ #: php:86 ../subscribers/view-subscriber-import.php:107 ../subscribers/view-
97
+ #: subscriber-import.php:138 ../notification/notification-edit.php:101 ..
98
+ #: /notification/notification-add.php:92 ../compose/compose-edit.php:72 ..
99
+ #: /compose/compose-add.php:61 ../roles/roles-add.php:81
100
+ msgid " to view the details"
101
+ msgstr ""
102
+
103
+ #: ../settings/settings-edit.php:189 ../classes/es-register.php:151 ../classes/es-
104
+ #: register.php:152
105
+ msgid "Settings"
106
+ msgstr ""
107
+
108
+ #: ../settings/settings-edit.php:195
109
+ msgid "Sender of notifications"
110
+ msgstr ""
111
+
112
+ #: ../settings/settings-edit.php:196
113
+ msgid ""
114
+ "Choose a FROM name and FROM email address for all notifications emails from "
115
+ "this plugin."
116
+ msgstr ""
117
+
118
+ #: ../settings/settings-edit.php:205 ../compose/compose-edit.php:85 ..
119
+ #: /compose/compose-add.php:72
120
+ msgid "Mail type"
121
+ msgstr ""
122
+
123
+ #: ../settings/settings-edit.php:206
124
+ msgid ""
125
+ "Option 1 & 2 is to send mails with default Wordpress method wp_mail(). "
126
+ "Option 3 & 4 is to send mails with PHP method mail()"
127
+ msgstr ""
128
+
129
+ #: ../settings/settings-edit.php:220
130
+ msgid "Opt-in option"
131
+ msgstr ""
132
+
133
+ #: ../settings/settings-edit.php:221
134
+ msgid ""
135
+ "Double Opt In, means subscribers need to confirm their email address by an "
136
+ "activation link sent them on a activation email message. Single Opt In, "
137
+ "means subscribers do not need to confirm their email address."
138
+ msgstr ""
139
+
140
+ #: ../settings/settings-edit.php:232
141
+ msgid "Opt-in mail subject (Confirmation mail)"
142
+ msgstr ""
143
+
144
+ #: ../settings/settings-edit.php:233
145
+ msgid ""
146
+ "Enter the subject for Double Opt In mail. This will send whenever subscriber "
147
+ "added email into our database."
148
+ msgstr ""
149
+
150
+ #: ../settings/settings-edit.php:239
151
+ msgid "Opt-in mail content (Confirmation mail)"
152
+ msgstr ""
153
+
154
+ #: ../settings/settings-edit.php:240
155
+ msgid ""
156
+ "Enter the content for Double Opt In mail. This will send whenever subscriber "
157
+ "added email into our database."
158
+ msgstr ""
159
+
160
+ #: ../settings/settings-edit.php:246
161
+ msgid "Opt-in link (Confirmation link)"
162
+ msgstr ""
163
+
164
+ #: ../settings/settings-edit.php:247
165
+ msgid "Double Opt In confirmation link. You no need to change this value."
166
+ msgstr ""
167
+
168
+ #: ../settings/settings-edit.php:253
169
+ msgid "Text to display after email subscribed successfully"
170
+ msgstr ""
171
+
172
+ #: ../settings/settings-edit.php:254
173
+ msgid ""
174
+ "This text will display once user clicked email confirmation link from opt-in "
175
+ "(confirmation) email content."
176
+ msgstr ""
177
+
178
+ #: ../settings/settings-edit.php:261
179
+ msgid "Subscriber welcome email"
180
+ msgstr ""
181
+
182
+ #: ../settings/settings-edit.php:262
183
+ msgid "To send welcome mail to subscriber, This option must be set to YES."
184
+ msgstr ""
185
+
186
+ #: ../settings/settings-edit.php:273
187
+ msgid "Welcome mail subject"
188
+ msgstr ""
189
+
190
+ #: ../settings/settings-edit.php:274
191
+ msgid ""
192
+ "Enter the subject for subscriber welcome mail. This will send whenever email "
193
+ "subscribed (confirmed) successfully."
194
+ msgstr ""
195
+
196
+ #: ../settings/settings-edit.php:280
197
+ msgid "Subscriber welcome mail content"
198
+ msgstr ""
199
+
200
+ #: ../settings/settings-edit.php:281
201
+ msgid ""
202
+ "Enter the content for subscriber welcome mail. This will send whenever email "
203
+ "subscribed (confirmed) successfully."
204
+ msgstr ""
205
+
206
+ #: ../settings/settings-edit.php:289
207
+ msgid "Mail to admin"
208
+ msgstr ""
209
+
210
+ #: ../settings/settings-edit.php:290
211
+ msgid ""
212
+ "To send admin notifications for new subscriber, This option must be set to "
213
+ "YES."
214
+ msgstr ""
215
+
216
+ #: ../settings/settings-edit.php:301
217
+ msgid "Admin email addresses"
218
+ msgstr ""
219
+
220
+ #: ../settings/settings-edit.php:302
221
+ msgid ""
222
+ "Enter the admin email addresses that should receive notifications (separate "
223
+ "by comma)."
224
+ msgstr ""
225
+
226
+ #: ../settings/settings-edit.php:308
227
+ msgid "Admin mail subject"
228
+ msgstr ""
229
+
230
+ #: ../settings/settings-edit.php:309
231
+ msgid ""
232
+ "Enter the subject for admin mail. This will send whenever new email added "
233
+ "and confirmed into our database."
234
+ msgstr ""
235
+
236
+ #: ../settings/settings-edit.php:315
237
+ msgid "Admin mail content"
238
+ msgstr ""
239
+
240
+ #: ../settings/settings-edit.php:316
241
+ msgid ""
242
+ "Enter the mail content for admin. This will send whenever new email added "
243
+ "and confirmed into our database."
244
+ msgstr ""
245
+
246
+ #: ../settings/settings-edit.php:323
247
+ msgid "Unsubscribe link"
248
+ msgstr ""
249
+
250
+ #: ../settings/settings-edit.php:324
251
+ msgid "Unsubscribe link. You no need to change this value."
252
+ msgstr ""
253
+
254
+ #: ../settings/settings-edit.php:330
255
+ msgid "Unsubscribe text in mail"
256
+ msgstr ""
257
+
258
+ #: ../settings/settings-edit.php:331
259
+ msgid ""
260
+ "Enter the text for unsubscribe link. This text is to add unsubscribe link "
261
+ "with newsletter."
262
+ msgstr ""
263
+
264
+ #: ../settings/settings-edit.php:337
265
+ msgid "Text to display after email unsubscribed"
266
+ msgstr ""
267
+
268
+ #: ../settings/settings-edit.php:338
269
+ msgid ""
270
+ "This text will display once user clicked unsubscribed link from our "
271
+ "newsletter."
272
+ msgstr ""
273
+
274
+ #: ../settings/settings-edit.php:345
275
+ msgid "Message 1"
276
+ msgstr ""
277
+
278
+ #: ../settings/settings-edit.php:346
279
+ msgid "Default message to display if any issue on confirmation link."
280
+ msgstr ""
281
+
282
+ #: ../settings/settings-edit.php:352
283
+ msgid "Message 2"
284
+ msgstr ""
285
+
286
+ #: ../settings/settings-edit.php:353
287
+ msgid "Default message to display if any issue on unsubscribe link."
288
+ msgstr ""
289
+
290
+ #: ../settings/settings-edit.php:360
291
+ msgid "Sent report subject"
292
+ msgstr ""
293
+
294
+ #: ../settings/settings-edit.php:361
295
+ msgid "Mail subject for sent mail report."
296
+ msgstr ""
297
+
298
+ #: ../settings/settings-edit.php:367
299
+ msgid "Sent report content"
300
+ msgstr ""
301
+
302
+ #: ../settings/settings-edit.php:368
303
+ msgid "Mail content for sent mail report."
304
+ msgstr ""
305
+
306
+ #: ../settings/settings-edit.php:379
307
+ msgid "Save Settings"
308
+ msgstr ""
309
+
310
+ #: ../settings/settings-edit.php:380 ../subscribers/view-subscriber-add.php:154 ..
311
+ #: /subscribers/view-subscriber-sync.php:157 ../subscribers/view-subscriber-edit.
312
+ #: php:147 ../notification/notification-edit.php:237 ../notification/notification-
313
+ #: add.php:216 ../compose/compose-edit.php:112 ../compose/compose-add.php:99 ..
314
+ #: /cron/cron-add.php:90 ../sendmail/sendmail.php:260 ../roles/roles-add.php:154
315
+ msgid "Cancel"
316
+ msgstr ""
317
+
318
+ #: ../settings/settings-edit.php:381 ../sentmail/sentmail-preview.php:33 ..
319
+ #: /sentmail/deliverreport-show.php:120 ../subscribers/view-subscriber-add.php:
320
+ #: 155 ../subscribers/view-subscriber-sync.php:158 ../subscribers/view-subscriber-
321
+ #: export.php:68 ../subscribers/view-subscriber-edit.php:148 ../subscribers/view-
322
+ #: subscriber-import.php:189 ../subscribers/view-subscriber-show.php:448 ..
323
+ #: /notification/notification-edit.php:238 ../notification/notification-add.php:
324
+ #: 217 ../notification/notification-show.php:152 ../compose/compose-edit.php:113 .
325
+ #: ./compose/compose-show.php:120 ../compose/compose-preview.php:30 ..
326
+ #: /compose/compose-add.php:100 ../cron/cron-add.php:91 ../sendmail/sendmail.php:
327
+ #: 261 ../roles/roles-add.php:155
328
+ msgid "Help"
329
+ msgstr ""
330
+
331
+ #: ../job/es-optin.php:64 ../job/es-optin.php:79 ../job/es-unsubscribe.php:60 ..
332
+ #: /job/es-unsubscribe.php:70
333
+ msgid ""
334
+ "Oops.. We are getting some technical error. Please try again or contact "
335
+ "admin."
336
+ msgstr ""
337
+
338
+ #: ../job/es-optin.php:69
339
+ msgid "This email address has already been confirmed."
340
+ msgstr ""
341
+
342
+ #: ../sentmail/sentmail-show.php:33 ../subscribers/view-subscriber-show.php:60 ..
343
+ #: /subscribers/view-subscriber-show.php:104 ../notification/notification-show.
344
+ #: php:31 ../compose/compose-show.php:45
345
+ msgid "Selected record was successfully deleted."
346
+ msgstr ""
347
+
348
+ #: ../sentmail/sentmail-show.php:42
349
+ msgid "Successfully deleted all reports except latest 10."
350
+ msgstr ""
351
+
352
+ #: ../sentmail/sentmail-show.php:53 ../classes/es-register.php:157 ../classes/es-
353
+ #: register.php:158
354
+ msgid "Sent Mails"
355
+ msgstr ""
356
+
357
+ #: ../sentmail/sentmail-show.php:71 ../sentmail/sentmail-show.php:84
358
+ msgid "View Reports"
359
+ msgstr ""
360
+
361
+ #: ../sentmail/sentmail-show.php:72 ../sentmail/sentmail-show.php:85 ..
362
+ #: /compose/compose-show.php:100
363
+ msgid "Preview"
364
+ msgstr ""
365
+
366
+ #: ../sentmail/sentmail-show.php:73 ../sentmail/sentmail-show.php:86
367
+ msgid "Source"
368
+ msgstr ""
369
+
370
+ #: ../sentmail/sentmail-show.php:74 ../sentmail/sentmail-show.php:87 ..
371
+ #: /sentmail/deliverreport-show.php:40 ../sentmail/deliverreport-show.php:52 ..
372
+ #: /subscribers/view-subscriber-add.php:121 ../subscribers/view-subscriber-edit.
373
+ #: php:105 ../subscribers/view-subscriber-import.php:155 ../subscribers/view-
374
+ #: subscriber-show.php:327 ../subscribers/view-subscriber-show.php:340 ..
375
+ #: /compose/compose-edit.php:102 ../compose/compose-show.php:70 ..
376
+ #: /compose/compose-show.php:78 ../compose/compose-add.php:90
377
+ msgid "Status"
378
+ msgstr ""
379
+
380
+ #: ../sentmail/sentmail-show.php:75 ../sentmail/sentmail-show.php:88 ..
381
+ #: /sentmail/deliverreport-show.php:41 ../sentmail/deliverreport-show.php:53 ..
382
+ #: /compose/compose-show.php:71 ../compose/compose-show.php:79
383
+ msgid "Type"
384
+ msgstr ""
385
+
386
+ #: ../sentmail/sentmail-show.php:76 ../sentmail/sentmail-show.php:89
387
+ msgid "Start Date"
388
+ msgstr ""
389
+
390
+ #: ../sentmail/sentmail-show.php:77 ../sentmail/sentmail-show.php:90
391
+ msgid "End Date"
392
+ msgstr ""
393
+
394
+ #: ../sentmail/sentmail-show.php:78 ../sentmail/sentmail-show.php:91
395
+ msgid "Total"
396
+ msgstr ""
397
+
398
+ #: ../sentmail/sentmail-show.php:79 ../sentmail/sentmail-show.php:92 ..
399
+ #: /subscribers/view-subscriber-export.php:30 ../subscribers/view-subscriber-
400
+ #: export.php:38 ../subscribers/view-subscriber-show.php:330 ../subscribers/view-
401
+ #: subscriber-show.php:343 ../compose/compose-show.php:72 ../compose/compose-show.
402
+ #: php:80
403
+ msgid "Action"
404
+ msgstr ""
405
+
406
+ #: ../sentmail/sentmail-show.php:131 ../sentmail/deliverreport-show.php:84 ..
407
+ #: /notification/notification-show.php:141 ../compose/compose-show.php:109
408
+ msgid "No records available."
409
+ msgstr ""
410
+
411
+ #: ../sentmail/sentmail-show.php:143 ../sentmail/deliverreport-show.php:96
412
+ msgid " &lt;&lt; "
413
+ msgstr ""
414
+
415
+ #: ../sentmail/sentmail-show.php:144 ../sentmail/deliverreport-show.php:97
416
+ msgid " &gt;&gt; "
417
+ msgstr ""
418
+
419
+ #: ../sentmail/sentmail-show.php:167 ../sentmail/sentmail-show.php:169
420
+ msgid "Optimize Table"
421
+ msgstr ""
422
+
423
+ #: ../sentmail/sentmail-show.php:179
424
+ msgid ""
425
+ "Note: Please click <strong>Optimize Table</strong> button to delete all "
426
+ "reports except latest 10."
427
+ msgstr ""
428
+
429
+ #: ../sentmail/sentmail-preview.php:19 ../compose/compose-preview.php:16
430
+ msgid "Preview Mail"
431
+ msgstr ""
432
+
433
+ #: ../sentmail/sentmail-preview.php:32 ../sentmail/deliverreport-show.php:119 ..
434
+ #: /subscribers/view-subscriber-export.php:67 ../subscribers/view-subscriber-
435
+ #: import.php:188 ../compose/compose-preview.php:28
436
+ msgid "Back"
437
+ msgstr ""
438
+
439
+ #: ../sentmail/deliverreport-show.php:11
440
+ msgid "Oops.. Unexpected error occurred. Please try again."
441
+ msgstr ""
442
+
443
+ #: ../sentmail/deliverreport-show.php:19
444
+ msgid "Delivery Report"
445
+ msgstr ""
446
+
447
+ #: ../sentmail/deliverreport-show.php:37 ../sentmail/deliverreport-show.php:49 ..
448
+ #: /subscribers/view-subscriber-export.php:27 ../subscribers/view-subscriber-
449
+ #: export.php:35 ../subscribers/view-subscriber-show.php:324 ../subscribers/view-
450
+ #: subscriber-show.php:337
451
+ msgid "Sno"
452
+ msgstr ""
453
+
454
+ #: ../sentmail/deliverreport-show.php:38 ../sentmail/deliverreport-show.php:50
455
+ msgid "Email"
456
+ msgstr ""
457
+
458
+ #: ../sentmail/deliverreport-show.php:39 ../sentmail/deliverreport-show.php:51
459
+ msgid "Sent Date"
460
+ msgstr ""
461
+
462
+ #: ../sentmail/deliverreport-show.php:42 ../sentmail/deliverreport-show.php:54
463
+ msgid "Viewed Status"
464
+ msgstr ""
465
+
466
+ #: ../sentmail/deliverreport-show.php:43 ../sentmail/deliverreport-show.php:55
467
+ msgid "Viewed Date"
468
+ msgstr ""
469
+
470
+ #: ../sentmail/deliverreport-show.php:44 ../sentmail/deliverreport-show.php:56 ..
471
+ #: /subscribers/view-subscriber-show.php:329 ../subscribers/view-subscriber-show.
472
+ #: php:342
473
+ msgid "Database ID"
474
+ msgstr ""
475
+
476
+ #: ../classes/es-loadwidget.php:24 ../classes/es-register.php:374 ..
477
+ #: /subscribers/view-subscriber-show.php:326 ../subscribers/view-subscriber-show.
478
+ #: php:339
479
+ msgid "Name"
480
+ msgstr ""
481
+
482
+ #: ../classes/es-loadwidget.php:29 ../classes/es-register.php:379
483
+ msgid "Email *"
484
+ msgstr ""
485
+
486
+ #: ../classes/es-loadwidget.php:34 ../classes/es-register.php:384
487
+ msgid "Subscribe"
488
+ msgstr ""
489
+
490
+ #: ../classes/es-register.php:133 ../classes/es-register.php:134
491
+ msgid "Email Subscriber"
492
+ msgstr ""
493
+
494
+ #: ../classes/es-register.php:136 ../classes/es-register.php:137
495
+ msgid "Subscribers"
496
+ msgstr ""
497
+
498
+ #: ../classes/es-register.php:139 ../classes/es-register.php:140
499
+ msgid "Compose"
500
+ msgstr ""
501
+
502
+ #: ../classes/es-register.php:142 ../classes/es-register.php:143 ..
503
+ #: /notification/notification-show.php:44
504
+ msgid "Notification"
505
+ msgstr ""
506
+
507
+ #: ../classes/es-register.php:145 ../classes/es-register.php:146 ..
508
+ #: /sendmail/sendmail.php:94 ../sendmail/sendmail.php:256 ../sendmail/sendmail.
509
+ #: php:258
510
+ msgid "Send Email"
511
+ msgstr ""
512
+
513
+ #: ../classes/es-register.php:148
514
+ msgid "Cron"
515
+ msgstr ""
516
+
517
+ #: ../classes/es-register.php:149
518
+ msgid "Cron Mail"
519
+ msgstr ""
520
+
521
+ #: ../classes/es-register.php:154 ../classes/es-register.php:155
522
+ msgid "Roles"
523
+ msgstr ""
524
+
525
+ #: ../classes/es-register.php:160 ../classes/es-register.php:161
526
+ msgid "Help & Info"
527
+ msgstr ""
528
+
529
+ #: ../classes/es-register.php:173
530
+ msgctxt "view-subscriber-enhanced-select"
531
+ msgid "Please enter subscriber email address."
532
+ msgstr ""
533
+
534
+ #: ../classes/es-register.php:174
535
+ msgctxt "view-subscriber-enhanced-select"
536
+ msgid "Please select subscriber email status."
537
+ msgstr ""
538
+
539
+ #: ../classes/es-register.php:175
540
+ msgctxt "view-subscriber-enhanced-select"
541
+ msgid "Please select or create group for this subscriber."
542
+ msgstr ""
543
+
544
+ #: ../classes/es-register.php:176
545
+ msgctxt "view-subscriber-enhanced-select"
546
+ msgid "Do you want to delete this record?"
547
+ msgstr ""
548
+
549
+ #: ../classes/es-register.php:177
550
+ msgctxt "view-subscriber-enhanced-select"
551
+ msgid "Please select the bulk action."
552
+ msgstr ""
553
+
554
+ #: ../classes/es-register.php:178
555
+ msgctxt "view-subscriber-enhanced-select"
556
+ msgid "Do you want to delete selected record(s)?"
557
+ msgstr ""
558
+
559
+ #: ../classes/es-register.php:179
560
+ msgctxt "view-subscriber-enhanced-select"
561
+ msgid "Are you sure you want to delete?"
562
+ msgstr ""
563
+
564
+ #: ../classes/es-register.php:180
565
+ msgctxt "view-subscriber-enhanced-select"
566
+ msgid ""
567
+ "Do you want to resend confirmation email? \\nAlso please note, this will "
568
+ "update subscriber current status to 'Unconfirmed'."
569
+ msgstr ""
570
+
571
+ #: ../classes/es-register.php:181
572
+ msgctxt "view-subscriber-enhanced-select"
573
+ msgid "Please select new subscriber group."
574
+ msgstr ""
575
+
576
+ #: ../classes/es-register.php:182
577
+ msgctxt "view-subscriber-enhanced-select"
578
+ msgid "Do you want to update subscribers group?"
579
+ msgstr ""
580
+
581
+ #: ../classes/es-register.php:183
582
+ msgctxt "view-subscriber-enhanced-select"
583
+ msgid "Do you want to export the emails?"
584
+ msgstr ""
585
+
586
+ #: ../classes/es-register.php:184
587
+ msgctxt "view-subscriber-enhanced-select"
588
+ msgid ""
589
+ "Please select only csv file. Please check official website for csv structure."
590
+ "."
591
+ msgstr ""
592
+
593
+ #: ../classes/es-register.php:192
594
+ msgctxt "compose-enhanced-select"
595
+ msgid "Please enter name for configuration."
596
+ msgstr ""
597
+
598
+ #: ../classes/es-register.php:193
599
+ msgctxt "compose-enhanced-select"
600
+ msgid "Please select template for this configuration."
601
+ msgstr ""
602
+
603
+ #: ../classes/es-register.php:194
604
+ msgctxt "compose-enhanced-select"
605
+ msgid "Do you want to delete this record?"
606
+ msgstr ""
607
+
608
+ #: ../classes/es-register.php:202
609
+ msgctxt "notification-enhanced-select"
610
+ msgid "Please select subscribers group."
611
+ msgstr ""
612
+
613
+ #: ../classes/es-register.php:203
614
+ msgctxt "notification-enhanced-select"
615
+ msgid "Please select notification mail subject. Use compose menu to create new."
616
+ msgstr ""
617
+
618
+ #: ../classes/es-register.php:204
619
+ msgctxt "notification-enhanced-select"
620
+ msgid "Please select notification status."
621
+ msgstr ""
622
+
623
+ #: ../classes/es-register.php:205
624
+ msgctxt "notification-enhanced-select"
625
+ msgid "Do you want to delete this record?"
626
+ msgstr ""
627
+
628
+ #: ../classes/es-register.php:213
629
+ msgctxt "sendmail-enhanced-select"
630
+ msgid "Please select your mail subject."
631
+ msgstr ""
632
+
633
+ #: ../classes/es-register.php:214
634
+ msgctxt "sendmail-enhanced-select"
635
+ msgid "Please select subscriber email status."
636
+ msgstr ""
637
+
638
+ #: ../classes/es-register.php:215
639
+ msgctxt "sendmail-enhanced-select"
640
+ msgid "Are you sure you want to send email to all selected email address?"
641
+ msgstr ""
642
+
643
+ #: ../classes/es-register.php:227
644
+ msgctxt "sentmail-enhanced-select"
645
+ msgid "Do you want to delete this record?"
646
+ msgstr ""
647
+
648
+ #: ../classes/es-register.php:228
649
+ msgctxt "sentmail-enhanced-select"
650
+ msgid "Do you want to delete all records except latest 10?"
651
+ msgstr ""
652
+
653
+ #: ../classes/es-register.php:236
654
+ msgctxt "roles-enhanced-select"
655
+ msgid "Please enter subscriber email address."
656
+ msgstr ""
657
+
658
+ #: ../classes/es-register.php:237
659
+ msgctxt "roles-enhanced-select"
660
+ msgid "Please select subscriber email status."
661
+ msgstr ""
662
+
663
+ #: ../classes/es-register.php:238
664
+ msgctxt "roles-enhanced-select"
665
+ msgid "Please select or create group for this subscriber."
666
+ msgstr ""
667
+
668
+ #: ../classes/es-register.php:246
669
+ msgctxt "cron-enhanced-select"
670
+ msgid "Please select enter number of mails you want to send per hour/trigger."
671
+ msgstr ""
672
+
673
+ #: ../classes/es-register.php:247
674
+ msgctxt "cron-enhanced-select"
675
+ msgid "Please enter the mail count, only number."
676
+ msgstr ""
677
+
678
+ #: ../classes/es-register.php:259
679
+ msgctxt "widget-enhanced-select"
680
+ msgid "Please enter email address."
681
+ msgstr ""
682
+
683
+ #: ../classes/es-register.php:260
684
+ msgctxt "widget-enhanced-select"
685
+ msgid "Please provide a valid email address."
686
+ msgstr ""
687
+
688
+ #: ../classes/es-register.php:261
689
+ msgctxt "widget-enhanced-select"
690
+ msgid "loading..."
691
+ msgstr ""
692
+
693
+ #: ../classes/es-register.php:262
694
+ msgctxt "widget-enhanced-select"
695
+ msgid "Cannot create XMLHTTP instance"
696
+ msgstr ""
697
+
698
+ #: ../classes/es-register.php:263
699
+ msgctxt "widget-enhanced-select"
700
+ msgid "Subscribed successfully."
701
+ msgstr ""
702
+
703
+ #: ../classes/es-register.php:264
704
+ msgctxt "widget-enhanced-select"
705
+ msgid ""
706
+ "You have successfully subscribed to the newsletter. You will receive a "
707
+ "confirmation email in few minutes. Please follow the link in it to confirm "
708
+ "your subscription. If the email takes more than 15 minutes to appear in your "
709
+ "mailbox, please check your spam folder."
710
+ msgstr ""
711
+
712
+ #: ../classes/es-register.php:265
713
+ msgctxt "widget-enhanced-select"
714
+ msgid "Email already exist."
715
+ msgstr ""
716
+
717
+ #: ../classes/es-register.php:266
718
+ msgctxt "widget-enhanced-select"
719
+ msgid "Oops.. Unexpected error occurred."
720
+ msgstr ""
721
+
722
+ #: ../classes/es-register.php:267
723
+ msgctxt "widget-enhanced-select"
724
+ msgid "Invalid email address."
725
+ msgstr ""
726
+
727
+ #: ../classes/es-register.php:268
728
+ msgctxt "widget-enhanced-select"
729
+ msgid "Please try after some time."
730
+ msgstr ""
731
+
732
+ #: ../classes/es-register.php:269
733
+ msgctxt "widget-enhanced-select"
734
+ msgid "There was a problem with the request."
735
+ msgstr ""
736
+
737
+ #: ../classes/es-register.php:276
738
+ msgctxt "widget-page-enhanced-select"
739
+ msgid "Please enter email address."
740
+ msgstr ""
741
+
742
+ #: ../classes/es-register.php:277
743
+ msgctxt "widget-page-enhanced-select"
744
+ msgid "Please provide a valid email address."
745
+ msgstr ""
746
+
747
+ #: ../classes/es-register.php:278
748
+ msgctxt "widget-page-enhanced-select"
749
+ msgid "loading..."
750
+ msgstr ""
751
+
752
+ #: ../classes/es-register.php:279
753
+ msgctxt "widget-page-enhanced-select"
754
+ msgid "Cannot create XMLHTTP instance"
755
+ msgstr ""
756
+
757
+ #: ../classes/es-register.php:280
758
+ msgctxt "widget-page-enhanced-select"
759
+ msgid "Subscribed successfully."
760
+ msgstr ""
761
+
762
+ #: ../classes/es-register.php:281
763
+ msgctxt "widget-page-enhanced-select"
764
+ msgid ""
765
+ "You have successfully subscribed to the newsletter. You will receive a "
766
+ "confirmation email in few minutes. Please follow the link in it to confirm "
767
+ "your subscription. If the email takes more than 15 minutes to appear in your "
768
+ "mailbox, please check your spam folder."
769
+ msgstr ""
770
+
771
+ #: ../classes/es-register.php:282
772
+ msgctxt "widget-page-enhanced-select"
773
+ msgid "Email already exist."
774
+ msgstr ""
775
+
776
+ #: ../classes/es-register.php:283
777
+ msgctxt "widget-page-enhanced-select"
778
+ msgid "Oops.. Unexpected error occurred."
779
+ msgstr ""
780
+
781
+ #: ../classes/es-register.php:284
782
+ msgctxt "widget-page-enhanced-select"
783
+ msgid "Invalid email address."
784
+ msgstr ""
785
+
786
+ #: ../classes/es-register.php:285
787
+ msgctxt "widget-page-enhanced-select"
788
+ msgid "Please try after some time."
789
+ msgstr ""
790
+
791
+ #: ../classes/es-register.php:286
792
+ msgctxt "widget-page-enhanced-select"
793
+ msgid "There was a problem with the request."
794
+ msgstr ""
795
+
796
+ #: ../classes/es-register.php:420
797
+ msgid "Widget Title"
798
+ msgstr ""
799
+
800
+ #: ../classes/es-register.php:424
801
+ msgid "Display Name Field"
802
+ msgstr ""
803
+
804
+ #: ../classes/es-register.php:431
805
+ msgid "Short Description"
806
+ msgstr ""
807
+
808
+ #: ../classes/es-register.php:433
809
+ msgid "Short description about your subscription form."
810
+ msgstr ""
811
+
812
+ #: ../classes/es-register.php:436
813
+ msgid "Subscriber Group"
814
+ msgstr ""
815
+
816
+ #: ../subscribers/view-subscriber-add.php:28 ../subscribers/view-subscriber-add.
817
+ #: php:119 ../subscribers/view-subscriber-edit.php:43 ../subscribers/view-
818
+ #: subscriber-edit.php:103
819
+ msgid "Please enter subscriber email address."
820
+ msgstr ""
821
+
822
+ #: ../subscribers/view-subscriber-add.php:45
823
+ msgid "Please select or create your group for this email."
824
+ msgstr ""
825
+
826
+ #: ../subscribers/view-subscriber-add.php:54 ../subscribers/view-subscriber-
827
+ #: import.php:45
828
+ msgid ""
829
+ "Error: Special characters (['^$%&*()}{@#~?><>,|=_+\\\"]) are not allowed in "
830
+ "the group name."
831
+ msgstr ""
832
+
833
+ #: ../subscribers/view-subscriber-add.php:66
834
+ msgid "Email was successfully inserted."
835
+ msgstr ""
836
+
837
+ #: ../subscribers/view-subscriber-add.php:70
838
+ msgid "Email already exist in our list."
839
+ msgstr ""
840
+
841
+ #: ../subscribers/view-subscriber-add.php:75
842
+ msgid "Email is invalid."
843
+ msgstr ""
844
+
845
+ #: ../subscribers/view-subscriber-add.php:111
846
+ msgid "Add email"
847
+ msgstr ""
848
+
849
+ #: ../subscribers/view-subscriber-add.php:113 ../subscribers/view-subscriber-edit.
850
+ #: php:97
851
+ msgid "Enter full name"
852
+ msgstr ""
853
+
854
+ #: ../subscribers/view-subscriber-add.php:115 ../subscribers/view-subscriber-edit.
855
+ #: php:99
856
+ msgid "Please enter subscriber full name."
857
+ msgstr ""
858
+
859
+ #: ../subscribers/view-subscriber-add.php:117 ../subscribers/view-subscriber-edit.
860
+ #: php:101
861
+ msgid "Enter email address."
862
+ msgstr ""
863
+
864
+ #: ../subscribers/view-subscriber-add.php:128 ../subscribers/view-subscriber-edit.
865
+ #: php:112 ../subscribers/view-subscriber-import.php:162
866
+ msgid "Please select subscriber email status."
867
+ msgstr ""
868
+
869
+ #: ../subscribers/view-subscriber-add.php:130 ../subscribers/view-subscriber-
870
+ #: import.php:164
871
+ msgid "Select (or) Create Group"
872
+ msgstr ""
873
+
874
+ #: ../subscribers/view-subscriber-add.php:132 ../subscribers/view-subscriber-sync.
875
+ #: php:99 ../subscribers/view-subscriber-sync.php:130 ../subscribers/view-
876
+ #: subscriber-edit.php:116 ../subscribers/view-subscriber-import.php:166 ..
877
+ #: /notification/notification-edit.php:122 ../notification/notification-add.php:
878
+ #: 105 ../notification/notification-add.php:123 ../sendmail/sendmail.php:107 ..
879
+ #: /sendmail/sendmail.php:153
880
+ msgid "Select"
881
+ msgstr ""
882
+
883
+ #: ../subscribers/view-subscriber-add.php:148 ../subscribers/view-subscriber-edit.
884
+ #: php:140 ../subscribers/view-subscriber-import.php:182
885
+ msgid "Please select or create group for this subscriber."
886
+ msgstr ""
887
+
888
+ #: ../subscribers/view-subscriber-add.php:153 ../subscribers/view-subscriber-sync.
889
+ #: php:156 ../subscribers/view-subscriber-edit.php:146 ..
890
+ #: /notification/notification-edit.php:236 ../notification/notification-add.php:
891
+ #: 215 ../compose/compose-edit.php:111 ../compose/compose-add.php:98 ../cron/cron-
892
+ #: add.php:89 ../roles/roles-add.php:153
893
+ msgid "Submit"
894
+ msgstr ""
895
+
896
+ #: ../subscribers/view-subscriber-sync.php:33 ../subscribers/view-subscriber-sync.
897
+ #: php:119
898
+ msgid "Please select default group to newly registered user."
899
+ msgstr ""
900
+
901
+ #: ../subscribers/view-subscriber-sync.php:39 ../subscribers/view-subscriber-sync.
902
+ #: php:150
903
+ msgid "Please select default group to newly commented user."
904
+ msgstr ""
905
+
906
+ #: ../subscribers/view-subscriber-sync.php:56
907
+ msgid "Sync email successfully updated."
908
+ msgstr ""
909
+
910
+ #: ../subscribers/view-subscriber-sync.php:88
911
+ msgid "Sync email"
912
+ msgstr ""
913
+
914
+ #: ../subscribers/view-subscriber-sync.php:90
915
+ msgid "Sync newly registered user"
916
+ msgstr ""
917
+
918
+ #: ../subscribers/view-subscriber-sync.php:95
919
+ msgid "Automatically add a newly registered user email address to subscribers list."
920
+ msgstr ""
921
+
922
+ #: ../subscribers/view-subscriber-sync.php:97 ../subscribers/view-subscriber-sync.
923
+ #: php:128
924
+ msgid "Select default group"
925
+ msgstr ""
926
+
927
+ #: ../subscribers/view-subscriber-sync.php:121
928
+ msgid "Sync newly commented user"
929
+ msgstr ""
930
+
931
+ #: ../subscribers/view-subscriber-sync.php:126
932
+ msgid ""
933
+ "Automatically add a newly commented (who posted comments) user email address "
934
+ "to subscribers list."
935
+ msgstr ""
936
+
937
+ #: ../subscribers/view-subscriber-export.php:22
938
+ msgid "Export email address in csv format"
939
+ msgstr ""
940
+
941
+ #: ../subscribers/view-subscriber-export.php:28 ../subscribers/view-subscriber-
942
+ #: export.php:36
943
+ msgid "Export option"
944
+ msgstr ""
945
+
946
+ #: ../subscribers/view-subscriber-export.php:29 ../subscribers/view-subscriber-
947
+ #: export.php:37
948
+ msgid "Total email"
949
+ msgstr ""
950
+
951
+ #: ../subscribers/view-subscriber-export.php:44
952
+ msgid "Subscriber email address"
953
+ msgstr ""
954
+
955
+ #: ../subscribers/view-subscriber-export.php:46 ../subscribers/view-subscriber-
956
+ #: export.php:52 ../subscribers/view-subscriber-export.php:58
957
+ msgid "Click to export csv"
958
+ msgstr ""
959
+
960
+ #: ../subscribers/view-subscriber-export.php:50
961
+ msgid "Registered email address"
962
+ msgstr ""
963
+
964
+ #: ../subscribers/view-subscriber-export.php:56
965
+ msgid "Comments author email address"
966
+ msgstr ""
967
+
968
+ #: ../subscribers/view-subscriber-export.php:65
969
+ msgid "Add Email"
970
+ msgstr ""
971
+
972
+ #: ../subscribers/view-subscriber-export.php:66 ../subscribers/view-subscriber-
973
+ #: show.php:445
974
+ msgid "Import Email"
975
+ msgstr ""
976
+
977
+ #: ../subscribers/view-subscriber-edit.php:54
978
+ msgid "Error: Special characters are not allowed in the group name."
979
+ msgstr ""
980
+
981
+ #: ../subscribers/view-subscriber-edit.php:66
982
+ msgid "Email was successfully updated."
983
+ msgstr ""
984
+
985
+ #: ../subscribers/view-subscriber-edit.php:70
986
+ msgid "Email already exist for this group."
987
+ msgstr ""
988
+
989
+ #: ../subscribers/view-subscriber-edit.php:95
990
+ msgid "Edit email"
991
+ msgstr ""
992
+
993
+ #: ../subscribers/view-subscriber-edit.php:114 ../subscribers/view-subscriber-
994
+ #: show.php:328 ../subscribers/view-subscriber-show.php:341
995
+ msgid "Group"
996
+ msgstr ""
997
+
998
+ #: ../subscribers/view-subscriber-import.php:103
999
+ msgid "Email(s) was successfully imported."
1000
+ msgstr ""
1001
+
1002
+ #: ../subscribers/view-subscriber-import.php:104
1003
+ msgid "Email(s) are already in our database."
1004
+ msgstr ""
1005
+
1006
+ #: ../subscribers/view-subscriber-import.php:105
1007
+ msgid "Email(s) are invalid."
1008
+ msgstr ""
1009
+
1010
+ #: ../subscribers/view-subscriber-import.php:115
1011
+ msgid "File upload failed or no data available in the csv file."
1012
+ msgstr ""
1013
+
1014
+ #: ../subscribers/view-subscriber-import.php:149
1015
+ msgid "Upload email"
1016
+ msgstr ""
1017
+
1018
+ #: ../subscribers/view-subscriber-import.php:150
1019
+ msgid "Select csv file"
1020
+ msgstr ""
1021
+
1022
+ #: ../subscribers/view-subscriber-import.php:152
1023
+ msgid ""
1024
+ "Please select the input csv file. Please check official website for csv "
1025
+ "structure."
1026
+ msgstr ""
1027
+
1028
+ #: ../subscribers/view-subscriber-import.php:187
1029
+ msgid "Upload CSV"
1030
+ msgstr ""
1031
+
1032
+ #: ../subscribers/view-subscriber-show.php:11 ../compose/compose-show.php:10 ..
1033
+ #: /sendmail/sendmail.php:11
1034
+ msgid "Click Here"
1035
+ msgstr ""
1036
+
1037
+ #: ../subscribers/view-subscriber-show.php:72 ../subscribers/view-subscriber-show.
1038
+ #: php:125
1039
+ msgid "To send confirmation mail, Please change the Opt-in option to Double Opt In."
1040
+ msgstr ""
1041
+
1042
+ #: ../subscribers/view-subscriber-show.php:81
1043
+ msgid "Confirmation email resent successfully."
1044
+ msgstr ""
1045
+
1046
+ #: ../subscribers/view-subscriber-show.php:110 ../subscribers/view-subscriber-
1047
+ #: show.php:156 ../subscribers/view-subscriber-show.php:201
1048
+ msgid "Oops, No record was selected."
1049
+ msgstr ""
1050
+
1051
+ #: ../subscribers/view-subscriber-show.php:150
1052
+ msgid "Confirmation email(s) resent successfully."
1053
+ msgstr ""
1054
+
1055
+ #: ../subscribers/view-subscriber-show.php:186
1056
+ msgid "Selected subscribers group was successfully updated."
1057
+ msgstr ""
1058
+
1059
+ #: ../subscribers/view-subscriber-show.php:192
1060
+ msgid "Oops, New group name was not selected."
1061
+ msgstr ""
1062
+
1063
+ #: ../subscribers/view-subscriber-show.php:232
1064
+ msgid "View subscriber"
1065
+ msgstr ""
1066
+
1067
+ #: ../subscribers/view-subscriber-show.php:233 ../subscribers/view-subscriber-
1068
+ #: show.php:444 ../notification/notification-show.php:45 ..
1069
+ #: /notification/notification-show.php:151 ../compose/compose-show.php:59 ..
1070
+ #: /compose/compose-show.php:119
1071
+ msgid "Add New"
1072
+ msgstr ""
1073
+
1074
+ #: ../subscribers/view-subscriber-show.php:280
1075
+ msgid "All Groups"
1076
+ msgstr ""
1077
+
1078
+ #: ../subscribers/view-subscriber-show.php:299
1079
+ msgid "All Status"
1080
+ msgstr ""
1081
+
1082
+ #: ../subscribers/view-subscriber-show.php:300
1083
+ msgid "Confirmed"
1084
+ msgstr ""
1085
+
1086
+ #: ../subscribers/view-subscriber-show.php:301
1087
+ msgid "Unconfirmed"
1088
+ msgstr ""
1089
+
1090
+ #: ../subscribers/view-subscriber-show.php:302
1091
+ msgid "Unsubscribed"
1092
+ msgstr ""
1093
+
1094
+ #: ../subscribers/view-subscriber-show.php:303
1095
+ msgid "Single Opt In"
1096
+ msgstr ""
1097
+
1098
+ #: ../subscribers/view-subscriber-show.php:325 ../subscribers/view-subscriber-
1099
+ #: show.php:338
1100
+ msgid "Email address"
1101
+ msgstr ""
1102
+
1103
+ #: ../subscribers/view-subscriber-show.php:374 ../notification/notification-show.
1104
+ #: php:90 ../compose/compose-show.php:98 ../compose/compose-preview.php:29
1105
+ msgid "Edit"
1106
+ msgstr ""
1107
+
1108
+ #: ../subscribers/view-subscriber-show.php:377 ../subscribers/view-subscriber-
1109
+ #: show.php:422 ../notification/notification-show.php:93 ../compose/compose-show.
1110
+ #: php:99
1111
+ msgid "Delete"
1112
+ msgstr ""
1113
+
1114
+ #: ../subscribers/view-subscriber-show.php:385 ../subscribers/view-subscriber-
1115
+ #: show.php:423
1116
+ msgid "Resend Confirmation"
1117
+ msgstr ""
1118
+
1119
+ #: ../subscribers/view-subscriber-show.php:401
1120
+ msgid "No records available. Please use the above alphabet search button to search."
1121
+ msgstr ""
1122
+
1123
+ #: ../subscribers/view-subscriber-show.php:421
1124
+ msgid "Bulk Actions"
1125
+ msgstr ""
1126
+
1127
+ #: ../subscribers/view-subscriber-show.php:424
1128
+ msgid "Update Subscribers Group"
1129
+ msgstr ""
1130
+
1131
+ #: ../subscribers/view-subscriber-show.php:427
1132
+ msgid "Select Group"
1133
+ msgstr ""
1134
+
1135
+ #: ../subscribers/view-subscriber-show.php:441
1136
+ msgid "Apply"
1137
+ msgstr ""
1138
+
1139
+ #: ../subscribers/view-subscriber-show.php:446
1140
+ msgid "Export Email"
1141
+ msgstr ""
1142
+
1143
+ #: ../subscribers/view-subscriber-show.php:447
1144
+ msgid "Sync Email"
1145
+ msgstr ""
1146
+
1147
+ #: ../notification/notification-edit.php:40 ../notification/notification-add.php:
1148
+ #: 26 ../notification/notification-add.php:119
1149
+ msgid "Please select subscribers group."
1150
+ msgstr ""
1151
+
1152
+ #: ../notification/notification-edit.php:46 ../notification/notification-edit.php:
1153
+ #: 231 ../notification/notification-add.php:32 ../notification/notification-add.
1154
+ #: php:211
1155
+ msgid "Please select notification status."
1156
+ msgstr ""
1157
+
1158
+ #: ../notification/notification-edit.php:52 ../notification/notification-edit.php:
1159
+ #: 142 ../notification/notification-add.php:38 ../notification/notification-add.
1160
+ #: php:138
1161
+ msgid "Please select notification mail subject. Use compose menu to create new."
1162
+ msgstr ""
1163
+
1164
+ #: ../notification/notification-edit.php:58 ../notification/notification-edit.php:
1165
+ #: 182 ../notification/notification-add.php:44 ../notification/notification-add.
1166
+ #: php:170
1167
+ msgid "Please select post categories."
1168
+ msgstr ""
1169
+
1170
+ #: ../notification/notification-edit.php:84
1171
+ msgid "Notification was successfully updated."
1172
+ msgstr ""
1173
+
1174
+ #: ../notification/notification-edit.php:111
1175
+ msgid "Edit Notification"
1176
+ msgstr ""
1177
+
1178
+ #: ../notification/notification-edit.php:114 ../notification/notification-add.php:
1179
+ #: 103 ../notification/notification-show.php:56 ../notification/notification-show.
1180
+ #: php:64
1181
+ msgid "Subscribers Group"
1182
+ msgstr ""
1183
+
1184
+ #: ../notification/notification-edit.php:118
1185
+ msgid "Not allowed to update the subscribers group in edit page."
1186
+ msgstr ""
1187
+
1188
+ #: ../notification/notification-edit.php:120 ../notification/notification-add.php:
1189
+ #: 121
1190
+ msgid "Notification Mail"
1191
+ msgstr ""
1192
+
1193
+ #: ../notification/notification-edit.php:144 ../notification/notification-add.php:
1194
+ #: 140
1195
+ msgid "Post Categories"
1196
+ msgstr ""
1197
+
1198
+ #: ../notification/notification-edit.php:184 ../notification/notification-add.php:
1199
+ #: 172
1200
+ msgid "Custom post type"
1201
+ msgstr ""
1202
+
1203
+ #: ../notification/notification-edit.php:223 ../notification/notification-add.php:
1204
+ #: 203
1205
+ msgid "Please select your custom post type (Optional)."
1206
+ msgstr ""
1207
+
1208
+ #: ../notification/notification-edit.php:225 ../notification/notification-add.php:
1209
+ #: 205 ../notification/notification-show.php:58 ../notification/notification-show.
1210
+ #: php:66
1211
+ msgid "Notification Status"
1212
+ msgstr ""
1213
+
1214
+ #: ../notification/notification-add.php:69
1215
+ msgid "Notification was successfully created."
1216
+ msgstr ""
1217
+
1218
+ #: ../notification/notification-add.php:100
1219
+ msgid "Add Notification"
1220
+ msgstr ""
1221
+
1222
+ #: ../notification/notification-show.php:55 ../notification/notification-show.php:
1223
+ #: 63
1224
+ msgid "Mail Subject"
1225
+ msgstr ""
1226
+
1227
+ #: ../notification/notification-show.php:57 ../notification/notification-show.php:
1228
+ #: 65
1229
+ msgid "Categories / Custom Post"
1230
+ msgstr ""
1231
+
1232
+ #: ../compose/compose-edit.php:40 ../compose/compose-add.php:25
1233
+ msgid "Please enter template heading."
1234
+ msgstr ""
1235
+
1236
+ #: ../compose/compose-edit.php:55
1237
+ msgid "Template was successfully updated."
1238
+ msgstr ""
1239
+
1240
+ #: ../compose/compose-edit.php:82 ../compose/compose-show.php:58 ..
1241
+ #: /compose/compose-add.php:69
1242
+ msgid "Compose Mail"
1243
+ msgstr ""
1244
+
1245
+ #: ../compose/compose-edit.php:90 ../compose/compose-add.php:77 ..
1246
+ #: /sendmail/sendmail.php:50
1247
+ msgid "Please select your mail type."
1248
+ msgstr ""
1249
+
1250
+ #: ../compose/compose-edit.php:92 ../compose/compose-add.php:79
1251
+ msgid "Enter mail subject."
1252
+ msgstr ""
1253
+
1254
+ #: ../compose/compose-edit.php:94 ../compose/compose-add.php:81
1255
+ msgid "Please enter your mail subject."
1256
+ msgstr ""
1257
+
1258
+ #: ../compose/compose-edit.php:96 ../compose/compose-add.php:84
1259
+ msgid "Mail content"
1260
+ msgstr ""
1261
+
1262
+ #: ../compose/compose-edit.php:99 ../compose/compose-add.php:87
1263
+ msgid "Please enter content for your mail."
1264
+ msgstr ""
1265
+
1266
+ #: ../compose/compose-edit.php:106 ../compose/compose-add.php:94
1267
+ msgid "Please select your mail status."
1268
+ msgstr ""
1269
+
1270
+ #: ../compose/compose-show.php:69 ../compose/compose-show.php:77
1271
+ msgid "Email subject"
1272
+ msgstr ""
1273
+
1274
+ #: ../compose/compose-add.php:39
1275
+ msgid "Template was successfully created."
1276
+ msgstr ""
1277
+
1278
+ #: ../export/export-email-address.php:39 ../export/export-email-address.php:45 ..
1279
+ #: /export/export-email-address.php:50
1280
+ msgid "Unexpected url submit has been detected"
1281
+ msgstr ""
1282
+
1283
+ #: ../cron/cron-add.php:18
1284
+ msgid "Please enter valid mail count."
1285
+ msgstr ""
1286
+
1287
+ #: ../cron/cron-add.php:29
1288
+ msgid "Cron details successfully updated."
1289
+ msgstr ""
1290
+
1291
+ #: ../cron/cron-add.php:72
1292
+ msgid "Cron Details"
1293
+ msgstr ""
1294
+
1295
+ #: ../cron/cron-add.php:75
1296
+ msgid "Cron job URL"
1297
+ msgstr ""
1298
+
1299
+ #: ../cron/cron-add.php:77
1300
+ msgid ""
1301
+ "Please find your cron job URL. This is read only field not able to modify "
1302
+ "from admin."
1303
+ msgstr ""
1304
+
1305
+ #: ../cron/cron-add.php:79
1306
+ msgid "Mail Count"
1307
+ msgstr ""
1308
+
1309
+ #: ../cron/cron-add.php:81
1310
+ msgid "Enter number of mails you want to send per hour/trigger."
1311
+ msgstr ""
1312
+
1313
+ #: ../cron/cron-add.php:83
1314
+ msgid "Admin Report"
1315
+ msgstr ""
1316
+
1317
+ #: ../cron/cron-add.php:85
1318
+ msgid "Send above mail to admin whenever cron URL triggered in your server."
1319
+ msgstr ""
1320
+
1321
+ #: ../cron/cron-add.php:97
1322
+ msgid "How to setup auto emails?"
1323
+ msgstr ""
1324
+
1325
+ #: ../cron/cron-add.php:98
1326
+ msgid ""
1327
+ "I strongly recommend you to use \"Send mail via cron job\" option to send your "
1328
+ "newsletters and notification. The following link explains how to create a "
1329
+ "CRON job through the cPanel or Plesk."
1330
+ msgstr ""
1331
+
1332
+ #: ../cron/cron-add.php:99
1333
+ msgid "How to setup auto emails (cron job) in Plesk"
1334
+ msgstr ""
1335
+
1336
+ #: ../cron/cron-add.php:100
1337
+ msgid "How to setup auto emails (cron job) in cPanal"
1338
+ msgstr ""
1339
+
1340
+ #: ../cron/cron-add.php:101
1341
+ msgid "Hosting doesnt support cron jobs?"
1342
+ msgstr ""
1343
+
1344
+ #: ../sendmail/sendmail.php:35
1345
+ msgid "Please select your mail subject."
1346
+ msgstr ""
1347
+
1348
+ #: ../sendmail/sendmail.php:43
1349
+ msgid "No email address selected."
1350
+ msgstr ""
1351
+
1352
+ #: ../sendmail/sendmail.php:58
1353
+ msgid "Mail sent successfully"
1354
+ msgstr ""
1355
+
1356
+ #: ../sendmail/sendmail.php:64
1357
+ msgid "Click here for details"
1358
+ msgstr ""
1359
+
1360
+ #: ../sendmail/sendmail.php:73
1361
+ msgid "Oops.. We are getting some error. mail not sending."
1362
+ msgstr ""
1363
+
1364
+ #: ../sendmail/sendmail.php:101
1365
+ msgid "Select your mail subject"
1366
+ msgstr ""
1367
+
1368
+ #: ../sendmail/sendmail.php:102
1369
+ msgid ""
1370
+ "Select a mail subject from available list. Go to Compose page to create new "
1371
+ "mail."
1372
+ msgstr ""
1373
+
1374
+ #: ../sendmail/sendmail.php:132
1375
+ msgid "Mail Type"
1376
+ msgstr ""
1377
+
1378
+ #: ../sendmail/sendmail.php:133
1379
+ msgid "Select your mail type."
1380
+ msgstr ""
1381
+
1382
+ #: ../sendmail/sendmail.php:147
1383
+ msgid "Select subscriber group"
1384
+ msgstr ""
1385
+
1386
+ #: ../sendmail/sendmail.php:148
1387
+ msgid "Select your subscriber group to send email."
1388
+ msgstr ""
1389
+
1390
+ #: ../sendmail/sendmail.php:173
1391
+ msgid "Check All"
1392
+ msgstr ""
1393
+
1394
+ #: ../sendmail/sendmail.php:174
1395
+ msgid "Uncheck All"
1396
+ msgstr ""
1397
+
1398
+ #: ../sendmail/sendmail.php:237
1399
+ msgid "No subscribers available for this search criteria."
1400
+ msgstr ""
1401
+
1402
+ #: ../roles/roles-add.php:91
1403
+ msgid "Roles and Capabilities"
1404
+ msgstr ""
1405
+
1406
+ #: ../roles/roles-add.php:93
1407
+ msgid "Subscribers Menu"
1408
+ msgstr ""
1409
+
1410
+ #: ../roles/roles-add.php:99
1411
+ msgid ""
1412
+ "Select user role to access plugin Subscribers Menu. Only Admin user can "
1413
+ "change this value."
1414
+ msgstr ""
1415
+
1416
+ #: ../roles/roles-add.php:102
1417
+ msgid "Compose Menu"
1418
+ msgstr ""
1419
+
1420
+ #: ../roles/roles-add.php:108
1421
+ msgid ""
1422
+ "Select user role to access plugin Compose Menu. Only Admin user can change "
1423
+ "this value."
1424
+ msgstr ""
1425
+
1426
+ #: ../roles/roles-add.php:110
1427
+ msgid "Notification Menu"
1428
+ msgstr ""
1429
+
1430
+ #: ../roles/roles-add.php:116
1431
+ msgid ""
1432
+ "Select user role to access plugin Notification Menu. Only Admin user can "
1433
+ "change this value."
1434
+ msgstr ""
1435
+
1436
+ #: ../roles/roles-add.php:118
1437
+ msgid "Send Email Menu/Cron Menu"
1438
+ msgstr ""
1439
+
1440
+ #: ../roles/roles-add.php:124
1441
+ msgid ""
1442
+ "Select user role to access plugin Send Email Menu. Only Admin user can "
1443
+ "change this value."
1444
+ msgstr ""
1445
+
1446
+ #: ../roles/roles-add.php:126
1447
+ msgid "Settings Menu"
1448
+ msgstr ""
1449
+
1450
+ #: ../roles/roles-add.php:132
1451
+ msgid ""
1452
+ "Select user role to access plugin Settings Menu. Only Admin user can change "
1453
+ "this value."
1454
+ msgstr ""
1455
+
1456
+ #: ../roles/roles-add.php:134
1457
+ msgid "Sent Mails Menu"
1458
+ msgstr ""
1459
+
1460
+ #: ../roles/roles-add.php:140
1461
+ msgid ""
1462
+ "Select user role to access plugin Sent Mails Menu. Only Admin user can "
1463
+ "change this value."
1464
+ msgstr ""
1465
+
1466
+ #: ../roles/roles-add.php:142
1467
+ msgid "Help & Info Menu"
1468
+ msgstr ""
1469
+
1470
+ #: ../roles/roles-add.php:148
1471
+ msgid ""
1472
+ "Select user role to access plugin Help & Info Menu. Only Admin user can "
1473
+ "change this value."
1474
+ msgstr ""
languages/index.html ADDED
@@ -0,0 +1 @@
 
1
+ <html><body bgcolor="#FFFFFF"></body></html>
license.txt ADDED
@@ -0,0 +1,281 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ GNU GENERAL PUBLIC LICENSE
2
+ Version 2, June 1991
3
+
4
+ Copyright (C) 1989, 1991 Free Software Foundation, Inc.
5
+ 51 Franklin St, Fifth Floor, Boston, MA 02110, USA
6
+
7
+ Everyone is permitted to copy and distribute verbatim copies
8
+ of this license document, but changing it is not allowed.
9
+
10
+ Preamble
11
+
12
+ The licenses for most software are designed to take away your
13
+ freedom to share and change it. By contrast, the GNU General Public
14
+ License is intended to guarantee your freedom to share and change free
15
+ software--to make sure the software is free for all its users. This
16
+ General Public License applies to most of the Free Software
17
+ Foundation's software and to any other program whose authors commit to
18
+ using it. (Some other Free Software Foundation software is covered by
19
+ the GNU Library General Public License instead.) You can apply it to
20
+ your programs, too.
21
+
22
+ When we speak of free software, we are referring to freedom, not
23
+ price. Our General Public Licenses are designed to make sure that you
24
+ have the freedom to distribute copies of free software (and charge for
25
+ this service if you wish), that you receive source code or can get it
26
+ if you want it, that you can change the software or use pieces of it
27
+ in new free programs; and that you know you can do these things.
28
+
29
+ To protect your rights, we need to make restrictions that forbid
30
+ anyone to deny you these rights or to ask you to surrender the rights.
31
+ These restrictions translate to certain responsibilities for you if you
32
+ distribute copies of the software, or if you modify it.
33
+
34
+ For example, if you distribute copies of such a program, whether
35
+ gratis or for a fee, you must give the recipients all the rights that
36
+ you have. You must make sure that they, too, receive or can get the
37
+ source code. And you must show them these terms so they know their
38
+ rights.
39
+
40
+ We protect your rights with two steps: (1) copyright the software, and
41
+ (2) offer you this license which gives you legal permission to copy,
42
+ distribute and/or modify the software.
43
+
44
+ Also, for each author's protection and ours, we want to make certain
45
+ that everyone understands that there is no warranty for this free
46
+ software. If the software is modified by someone else and passed on, we
47
+ want its recipients to know that what they have is not the original, so
48
+ that any problems introduced by others will not reflect on the original
49
+ authors' reputations.
50
+
51
+ Finally, any free program is threatened constantly by software
52
+ patents. We wish to avoid the danger that redistributors of a free
53
+ program will individually obtain patent licenses, in effect making the
54
+ program proprietary. To prevent this, we have made it clear that any
55
+ patent must be licensed for everyone's free use or not licensed at all.
56
+
57
+ The precise terms and conditions for copying, distribution and
58
+ modification follow.
59
+
60
+ GNU GENERAL PUBLIC LICENSE
61
+ TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
62
+
63
+ 0. This License applies to any program or other work which contains
64
+ a notice placed by the copyright holder saying it may be distributed
65
+ under the terms of this General Public License. The "Program", below,
66
+ refers to any such program or work, and a "work based on the Program"
67
+ means either the Program or any derivative work under copyright law:
68
+ that is to say, a work containing the Program or a portion of it,
69
+ either verbatim or with modifications and/or translated into another
70
+ language. (Hereinafter, translation is included without limitation in
71
+ the term "modification".) Each licensee is addressed as "you".
72
+
73
+ Activities other than copying, distribution and modification are not
74
+ covered by this License; they are outside its scope. The act of
75
+ running the Program is not restricted, and the output from the Program
76
+ is covered only if its contents constitute a work based on the
77
+ Program (independent of having been made by running the Program).
78
+ Whether that is true depends on what the Program does.
79
+
80
+ 1. You may copy and distribute verbatim copies of the Program's
81
+ source code as you receive it, in any medium, provided that you
82
+ conspicuously and appropriately publish on each copy an appropriate
83
+ copyright notice and disclaimer of warranty; keep intact all the
84
+ notices that refer to this License and to the absence of any warranty;
85
+ and give any other recipients of the Program a copy of this License
86
+ along with the Program.
87
+
88
+ You may charge a fee for the physical act of transferring a copy, and
89
+ you may at your option offer warranty protection in exchange for a fee.
90
+
91
+ 2. You may modify your copy or copies of the Program or any portion
92
+ of it, thus forming a work based on the Program, and copy and
93
+ distribute such modifications or work under the terms of Section 1
94
+ above, provided that you also meet all of these conditions:
95
+
96
+ a) You must cause the modified files to carry prominent notices
97
+ stating that you changed the files and the date of any change.
98
+
99
+ b) You must cause any work that you distribute or publish, that in
100
+ whole or in part contains or is derived from the Program or any
101
+ part thereof, to be licensed as a whole at no charge to all third
102
+ parties under the terms of this License.
103
+
104
+ c) If the modified program normally reads commands interactively
105
+ when run, you must cause it, when started running for such
106
+ interactive use in the most ordinary way, to print or display an
107
+ announcement including an appropriate copyright notice and a
108
+ notice that there is no warranty (or else, saying that you provide
109
+ a warranty) and that users may redistribute the program under
110
+ these conditions, and telling the user how to view a copy of this
111
+ License. (Exception: if the Program itself is interactive but
112
+ does not normally print such an announcement, your work based on
113
+ the Program is not required to print an announcement.)
114
+
115
+ These requirements apply to the modified work as a whole. If
116
+ identifiable sections of that work are not derived from the Program,
117
+ and can be reasonably considered independent and separate works in
118
+ themselves, then this License, and its terms, do not apply to those
119
+ sections when you distribute them as separate works. But when you
120
+ distribute the same sections as part of a whole which is a work based
121
+ on the Program, the distribution of the whole must be on the terms of
122
+ this License, whose permissions for other licensees extend to the
123
+ entire whole, and thus to each and every part regardless of who wrote it.
124
+ Thus, it is not the intent of this section to claim rights or contest
125
+ your rights to work written entirely by you; rather, the intent is to
126
+ exercise the right to control the distribution of derivative or
127
+ collective works based on the Program.
128
+
129
+ In addition, mere aggregation of another work not based on the Program
130
+ with the Program (or with a work based on the Program) on a volume of
131
+ a storage or distribution medium does not bring the other work under
132
+ the scope of this License.
133
+
134
+ 3. You may copy and distribute the Program (or a work based on it,
135
+ under Section 2) in object code or executable form under the terms of
136
+ Sections 1 and 2 above provided that you also do one of the following:
137
+
138
+ a) Accompany it with the complete corresponding machine-readable
139
+ source code, which must be distributed under the terms of Sections
140
+ 1 and 2 above on a medium customarily used for software interchange; or,
141
+
142
+ b) Accompany it with a written offer, valid for at least three
143
+ years, to give any third party, for a charge no more than your
144
+ cost of physically performing source distribution, a complete
145
+ machine-readable copy of the corresponding source code, to be
146
+ distributed under the terms of Sections 1 and 2 above on a medium
147
+ customarily used for software interchange; or,
148
+
149
+ c) Accompany it with the information you received as to the offer
150
+ to distribute corresponding source code. (This alternative is
151
+ allowed only for noncommercial distribution and only if you
152
+ received the program in object code or executable form with such
153
+ an offer, in accord with Subsection b above.)
154
+
155
+ The source code for a work means the preferred form of the work for
156
+ making modifications to it. For an executable work, complete source
157
+ code means all the source code for all modules it contains, plus any
158
+ associated interface definition files, plus the scripts used to
159
+ control compilation and installation of the executable. However, as a
160
+ special exception, the source code distributed need not include
161
+ anything that is normally distributed (in either source or binary
162
+ form) with the major components (compiler, kernel, and so on) of the
163
+ operating system on which the executable runs, unless that component
164
+ itself accompanies the executable.
165
+
166
+ If distribution of executable or object code is made by offering
167
+ access to copy from a designated place, then offering equivalent
168
+ access to copy the source code from the same place counts as
169
+ distribution of the source code, even though third parties are not
170
+ compelled to copy the source along with the object code.
171
+
172
+ 4. You may not copy, modify, sublicense, or distribute the Program
173
+ except as expressly provided under this License. Any attempt
174
+ otherwise to copy, modify, sublicense or distribute the Program is
175
+ void, and will automatically terminate your rights under this License.
176
+ However, parties who have received copies, or rights, from you under
177
+ this License will not have their licenses terminated so long as such
178
+ parties remain in full compliance.
179
+
180
+ 5. You are not required to accept this License, since you have not
181
+ signed it. However, nothing else grants you permission to modify or
182
+ distribute the Program or its derivative works. These actions are
183
+ prohibited by law if you do not accept this License. Therefore, by
184
+ modifying or distributing the Program (or any work based on the
185
+ Program), you indicate your acceptance of this License to do so, and
186
+ all its terms and conditions for copying, distributing or modifying
187
+ the Program or works based on it.
188
+
189
+ 6. Each time you redistribute the Program (or any work based on the
190
+ Program), the recipient automatically receives a license from the
191
+ original licensor to copy, distribute or modify the Program subject to
192
+ these terms and conditions. You may not impose any further
193
+ restrictions on the recipients' exercise of the rights granted herein.
194
+ You are not responsible for enforcing compliance by third parties to
195
+ this License.
196
+
197
+ 7. If, as a consequence of a court judgment or allegation of patent
198
+ infringement or for any other reason (not limited to patent issues),
199
+ conditions are imposed on you (whether by court order, agreement or
200
+ otherwise) that contradict the conditions of this License, they do not
201
+ excuse you from the conditions of this License. If you cannot
202
+ distribute so as to satisfy simultaneously your obligations under this
203
+ License and any other pertinent obligations, then as a consequence you
204
+ may not distribute the Program at all. For example, if a patent
205
+ license would not permit royalty-free redistribution of the Program by
206
+ all those who receive copies directly or indirectly through you, then
207
+ the only way you could satisfy both it and this License would be to
208
+ refrain entirely from distribution of the Program.
209
+
210
+ If any portion of this section is held invalid or unenforceable under
211
+ any particular circumstance, the balance of the section is intended to
212
+ apply and the section as a whole is intended to apply in other
213
+ circumstances.
214
+
215
+ It is not the purpose of this section to induce you to infringe any
216
+ patents or other property right claims or to contest validity of any
217
+ such claims; this section has the sole purpose of protecting the
218
+ integrity of the free software distribution system, which is
219
+ implemented by public license practices. Many people have made
220
+ generous contributions to the wide range of software distributed
221
+ through that system in reliance on consistent application of that
222
+ system; it is up to the author/donor to decide if he or she is willing
223
+ to distribute software through any other system and a licensee cannot
224
+ impose that choice.
225
+
226
+ This section is intended to make thoroughly clear what is believed to
227
+ be a consequence of the rest of this License.
228
+
229
+ 8. If the distribution and/or use of the Program is restricted in
230
+ certain countries either by patents or by copyrighted interfaces, the
231
+ original copyright holder who places the Program under this License
232
+ may add an explicit geographical distribution limitation excluding
233
+ those countries, so that distribution is permitted only in or among
234
+ countries not thus excluded. In such case, this License incorporates
235
+ the limitation as if written in the body of this License.
236
+
237
+ 9. The Free Software Foundation may publish revised and/or new versions
238
+ of the General Public License from time to time. Such new versions will
239
+ be similar in spirit to the present version, but may differ in detail to
240
+ address new problems or concerns.
241
+
242
+ Each version is given a distinguishing version number. If the Program
243
+ specifies a version number of this License which applies to it and "any
244
+ later version", you have the option of following the terms and conditions
245
+ either of that version or of any later version published by the Free
246
+ Software Foundation. If the Program does not specify a version number of
247
+ this License, you may choose any version ever published by the Free Software
248
+ Foundation.
249
+
250
+ 10. If you wish to incorporate parts of the Program into other free
251
+ programs whose distribution conditions are different, write to the author
252
+ to ask for permission. For software which is copyrighted by the Free
253
+ Software Foundation, write to the Free Software Foundation; we sometimes
254
+ make exceptions for this. Our decision will be guided by the two goals
255
+ of preserving the free status of all derivatives of our free software and
256
+ of promoting the sharing and reuse of software generally.
257
+
258
+ NO WARRANTY
259
+
260
+ 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
261
+ FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
262
+ OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
263
+ PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
264
+ OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
265
+ MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
266
+ TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
267
+ PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
268
+ REPAIR OR CORRECTION.
269
+
270
+ 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
271
+ WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
272
+ REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
273
+ INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
274
+ OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
275
+ TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
276
+ YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
277
+ PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
278
+ POSSIBILITY OF SUCH DAMAGES.
279
+
280
+ END OF TERMS AND CONDITIONS
281
+
notification/index.html ADDED
@@ -0,0 +1 @@
 
1
+ <html><body bgcolor="#FFFFFF"></body></html>
notification/notification-add.php ADDED
@@ -0,0 +1,223 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>
notification/notification-edit.php ADDED
@@ -0,0 +1,245 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>
notification/notification-show.php ADDED
@@ -0,0 +1,158 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>
notification/notification.js ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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("http://www.storeapps.org/support/contact-us/");
40
+ }
query/_db_group.php ADDED
@@ -0,0 +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
+ 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
+ ?>
query/db_compose.php ADDED
@@ -0,0 +1,94 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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();
28
+ $sSql = $wpdb->prepare("SELECT * FROM `".$prefix."es_templatetable` where es_email_type = %s", array($type));
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"]));
75
+ }
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
+ ?>
query/db_default.php ADDED
@@ -0,0 +1,166 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+
21
+ $home_url = home_url('/');
22
+ $optinlink = $home_url . "?es=optin&db=###DBID###&email=###EMAIL###&guid=###GUID###";
23
+ $unsublink = $home_url . "?es=unsubscribe&db=###DBID###&email=###EMAIL###&guid=###GUID###";
24
+
25
+ $es_c_fromname = "Admin";
26
+ $es_c_fromemail = $admin_email;
27
+ $es_c_mailtype = "WP HTML MAIL";
28
+ $es_c_adminmailoption = "YES";
29
+ $es_c_adminemail = $admin_email;
30
+ $es_c_adminmailsubject = $blogname . " New email subscription";
31
+ $es_c_adminmailcontant = "Hi Admin, \r\n\r\nWe have received a request to subscribe new email address to receive emails from our website. \r\n\r\nEmail: ###EMAIL### \r\nName : ###NAME### \r\n\r\nThank You\r\n".$blogname;
32
+ $es_c_usermailoption = "YES";
33
+ $es_c_usermailsubject = $blogname . " Welcome to our newsletter";
34
+ $es_c_usermailcontant = "Hi ###NAME###, \r\n\r\nWe have received a request to subscribe this email address to receive newsletter from our website. \r\n\r\nThank You\r\n".$blogname;
35
+ $es_c_optinoption = "Double Opt In";
36
+ $es_c_optinsubject = $blogname . " confirm subscription";
37
+ $es_c_optincontent = "Hi ###NAME###, \r\n\r\nA newsletter subscription request for this email address was received. Please confirm it by <a href='###LINK###'>clicking here</a>. If you cannot click the link, please use the following link. \r\n\r\n ###LINK### \r\n\r\nThank You\r\n".$blogname;
38
+ $es_c_optinlink = $optinlink;
39
+ $es_c_unsublink = $unsublink;
40
+ $es_c_unsubtext = "No longer interested email from ".$blogname."?. Please <a href='###LINK###'>click here</a> to unsubscribe";
41
+ $es_c_unsubhtml = "Thank You, You have been successfully unsubscribed. You will no longer hear from us.";
42
+ $es_c_subhtml = "Thank You, You have been successfully subscribed to our newsletter.";
43
+ $es_c_message1 = "Oops.. This subscription cant be completed, sorry. The email address is blocked or already subscribed. Thank you.";
44
+ $es_c_message2 = "Oops.. We are getting some technical error. Please try again or contact admin.";
45
+
46
+ $sSql = $wpdb->prepare("INSERT INTO `".$prefix."es_pluginconfig`
47
+ (`es_c_fromname`,`es_c_fromemail`, `es_c_mailtype`, `es_c_adminmailoption`, `es_c_adminemail`, `es_c_adminmailsubject`,
48
+ `es_c_adminmailcontant`,`es_c_usermailoption`, `es_c_usermailsubject`, `es_c_usermailcontant`, `es_c_optinoption`, `es_c_optinsubject`,
49
+ `es_c_optincontent`,`es_c_optinlink`, `es_c_unsublink`, `es_c_unsubtext`, `es_c_unsubhtml`, `es_c_subhtml`, `es_c_message1`, `es_c_message2`)
50
+ VALUES(%s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s)",
51
+ array($es_c_fromname,$es_c_fromemail, $es_c_mailtype, $es_c_adminmailoption, $es_c_adminemail, $es_c_adminmailsubject,
52
+ $es_c_adminmailcontant,$es_c_usermailoption, $es_c_usermailsubject, $es_c_usermailcontant, $es_c_optinoption, $es_c_optinsubject,
53
+ $es_c_optincontent,$es_c_optinlink, $es_c_unsublink, $es_c_unsubtext, $es_c_unsubhtml, $es_c_subhtml, $es_c_message1, $es_c_message2));
54
+ $wpdb->query($sSql);
55
+ }
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";
73
+ $form["es_email_status"] = "Confirmed";
74
+ es_cls_dbquery::es_view_subscriber_ins($form, "insert");
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";
87
+ $es_b = $es_b . "###POSTDESC###\r\n";
88
+ $es_b = $es_b . "You may view the latest post at ";
89
+ $es_b = $es_b . "###POSTLINK###\r\n";
90
+ $es_b = $es_b . "You received this e-mail because you asked to be notified when new updates are posted.\r\n\r\n";
91
+ $es_b = $es_b . "Thanks & Regards\r\n";
92
+ $es_b = $es_b . "Admin";
93
+ $form['es_templ_body'] = $es_b;
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";
101
+ $es_b = $es_b . "###POSTIMAGE###\r\n";
102
+ $es_b = $es_b . "###POSTFULL###\r\n";
103
+ $es_b = $es_b . "You may view the latest post at ";
104
+ $es_b = $es_b . "###POSTLINK###\r\n";
105
+ $es_b = $es_b . "You received this e-mail because you asked to be notified when new updates are posted.\r\n\r\n";
106
+ $es_b = $es_b . "Thanks & Regards\r\n";
107
+ $es_b = $es_b . "Admin";
108
+ $form['es_templ_body'] = $es_b;
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 subscribersr</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>';
116
+ $Sample .= ' <strong style="color: #990000">Plugin Features</strong><ol>';
117
+ $Sample .= ' <li>Send notification email to subscribers when new posts are published.</li>';
118
+ $Sample .= ' <li>Subscription box.</li><li>Double opt-in and single opt-in facility for subscriber.</li>';
119
+ $Sample .= ' <li>Email notification to admin when user signs up (Optional).</li>';
120
+ $Sample .= ' <li>Automatic welcome mail to subscriber (Optional).</li>';
121
+ $Sample .= ' <li>Unsubscribe link in the mail.</li>';
122
+ $Sample .= ' <li>Import/Export subscriber emails.</li>';
123
+ $Sample .= ' <li>HTML editor to compose newsletter.</li>';
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';
131
+ $form['es_email_type'] = 'Static Template';
132
+ $action = es_cls_compose::es_template_ins($form, $action = "insert");
133
+ }
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;
159
+ }
160
+ $form["es_note_cat"] = $listcategory;
161
+ es_cls_notification::es_notification_ins($form, "insert");
162
+ }
163
+ return true;
164
+ }
165
+ }
166
+ ?>
query/db_delivery.php ADDED
@@ -0,0 +1,115 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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));
53
+ $wpdb->query($sSql);
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
+ ?>
query/db_notification.php ADDED
@@ -0,0 +1,149 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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"]));
64
+ }
65
+ $wpdb->query($sSql);
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
+ }
141
+ $sSql = $sSql . " and (es_email_status = 'Confirmed' or es_email_status = 'Single Opt In')";
142
+ $sSql = $sSql . " order by es_email_mail asc";
143
+ $subscribers = $wpdb->get_results($sSql, ARRAY_A);
144
+ }
145
+ return $subscribers;
146
+ }
147
+
148
+ }
149
+ ?>
query/db_optimize.php ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ ?>
query/db_sentmail.php ADDED
@@ -0,0 +1,121 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ }
55
+ $sSql = $wpdb->prepare("DELETE FROM `".$prefix."es_sentdetails` WHERE `es_sent_id` = %d LIMIT 1", $id);
56
+ $wpdb->query($sSql);
57
+ }
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)",
81
+ array($guid, $qstring, $source, $startdt, $enddt, $count, $preview, $es_sent_status, $mailsenttype));
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;
91
+ $currentdate = date('Y-m-d G:i:s');
92
+ $sSql = $wpdb->prepare("UPDATE `".$prefix."es_sentdetails` SET `es_sent_endtime` = %s, `es_sent_subject` = %s
93
+ WHERE es_sent_guid = %s LIMIT 1", array($currentdate, $sentsubject, $guid));
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();
103
+ $sSql = "SELECT * FROM `".$prefix."es_sentdetails` where es_sent_type='Cron Mail' and es_sent_status='In Queue'";
104
+ $sSql = $sSql . " order by es_sent_id limit 0, 1";
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;
114
+ $currentdate = date('Y-m-d G:i:s');
115
+ $sSql = $wpdb->prepare("UPDATE `".$prefix."es_sentdetails` SET `es_sent_endtime` = %s, `es_sent_status` = %s
116
+ WHERE es_sent_guid = %s LIMIT 1", array($currentdate, "Sent", $guid));
117
+ $wpdb->query($sSql);
118
+ return true;
119
+ }
120
+ }
121
+ ?>
query/db_settings.php ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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();
10
+ $sSql = "SELECT * FROM `".$prefix."es_pluginconfig` where 1=1";
11
+ $sSql = $sSql . " and es_c_id=".$id;
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
38
+ `es_c_fromname` = %s, `es_c_fromemail` = %s, `es_c_mailtype` = %s, `es_c_adminmailoption` = %s,
39
+ `es_c_adminemail` = %s, `es_c_adminmailsubject` = %s, `es_c_adminmailcontant` = %s, `es_c_usermailoption` = %s,
40
+ `es_c_usermailsubject` = %s, `es_c_usermailcontant` = %s, `es_c_optinoption` = %s, `es_c_optinsubject` = %s,
41
+ `es_c_optincontent` = %s, `es_c_optinlink` = %s, `es_c_unsublink` = %s, `es_c_unsubtext` = %s,
42
+ `es_c_unsubhtml` = %s, `es_c_subhtml` = %s, `es_c_message1` = %s, `es_c_message2` = %s
43
+ WHERE es_c_id = %d LIMIT 1",
44
+ array($data["es_c_fromname"], $data["es_c_fromemail"], $data["es_c_mailtype"], $data["es_c_adminmailoption"],
45
+ $data["es_c_adminemail"], $data["es_c_adminmailsubject"], $data["es_c_adminmailcontant"], $data["es_c_usermailoption"],
46
+ $data["es_c_usermailsubject"], $data["es_c_usermailcontant"], $data["es_c_optinoption"], $data["es_c_optinsubject"],
47
+ $data["es_c_optincontent"], $data["es_c_optinlink"], $data["es_c_unsublink"], $data["es_c_unsubtext"],
48
+ $data["es_c_unsubhtml"], $data["es_c_subhtml"], $data["es_c_message1"], $data["es_c_message2"],
49
+ $data["es_c_id"]));
50
+ $wpdb->query($sSql);
51
+ return "sus";
52
+ }
53
+ }
54
+ ?>
query/db_subscriber.php ADDED
@@ -0,0 +1,412 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ }
34
+ $sSql = $sSql . " order by es_email_id asc";
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"]));
230
+ $wpdb->query($sSql);
231
+ return "sus";
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();
255
+ $sSql = "SELECT distinct(es_email_group) FROM `".$prefix."es_emaillist`";
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();
266
+ $sSql = $wpdb->prepare("SELECT * FROM `".$prefix."es_emaillist` where es_email_mail = %s", array($mail));
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."'";
276
+ $sSql = $sSql . " WHERE es_email_id in (".$idlist.")";
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."'";
286
+ $sSql = $sSql . " WHERE es_email_id in (".$idlist.")";
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";
331
+ $sSql = $sSql . " and es_email_status = %s";
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"];
373
+ $form['es_email_group'] = $data["es_email_group"];
374
+ $form['es_email_status'] = $data["es_email_status"];
375
+ $form['es_email_id'] = $arrRes[0]["es_email_id"];
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;
404
+ $arrRes = array();
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
+ ?>
query/index.html ADDED
@@ -0,0 +1 @@
 
1
+ <html><body bgcolor="#FFFFFF"></body></html>
readme.txt ADDED
@@ -0,0 +1,425 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ === Email Subscribers ===
2
+ Contributors: storeapps
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.4.2
9
+ Stable tag: 3.1
10
+ License: GPLv3
11
+
12
+ Easily add a subscription form to your website or blog, then send HTML newsletters to subscribers. You can also send notification emails to subscribers when a new post is published automatically.
13
+
14
+ == Description ==
15
+
16
+ Email Subscriber is a fully featured newsletter plugin. It helps you achieve all your newsletter related tasks effectively in one single place.
17
+
18
+ Email Subscriber 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
+ This 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 sidebar (use widget), posts (use shortcode) and theme file (use php code).
21
+
22
+ ### Main advantage
23
+
24
+ 1. Easily **collect emails by adding a subscription form** to your sidebar (using widget), post (using shortcode) or theme file (using php code)
25
+ 2. **Send beautifully crafted HTML newsletters** and send them to your subscribers. Either manually (or schedule it)
26
+ 3. Send notifications **newsletters notifying your subscribers about the newly published post on your blog**
27
+ 4. **Auto generate latest available posts in the blog and send to your subscribers via cron job**
28
+
29
+ ### Plugin Features
30
+
31
+ * Send **notification emails** to subscribers when **new posts are published**.
32
+ * Option to **schedule mail (Cron job option)** or **send them manually**.
33
+ * **Collect customer emails by adding a subscription box (Widget/Shortcode/PHP Code)**.
34
+ * **Double opt-in and single opt-in** facility for subscribers.
35
+ * **Email notification** to admin when user **signs up** (Optional).
36
+ * **Automatic welcome mail** to subscribers (Optional).
37
+ * **Unsubscribe link** in the mail.
38
+ * **Import/Export subscriber emails**.
39
+ * **HTML editor** to compose newsletters.
40
+ * Send newsletters.
41
+ * **Alphabetized list** in send mail page.
42
+ * Sent **mail status** and when it was viewed.
43
+ * Support **localization or internationalization**.
44
+ * **Include/exclude categories** while sending a newsletter.
45
+ * **Ability to control user access** (Roles and Capabilities).
46
+
47
+ Read what clients have to say:
48
+
49
+ > 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.
50
+ > - [RegTheDonk](https://wordpress.org/support/topic/nice-1139)
51
+
52
+ And here's another customer's review:
53
+
54
+ > I have tried quite a few subscribe by email type plugins and this by far blows them all out of the water. Beautiful emails and and great backend design for the admin. This works so nice and works well with SMTP solutions
55
+ > - [Mike Price](https://wordpress.org/support/topic/best-email-subscriber-plugin)
56
+
57
+ And one more:
58
+
59
+ > This works very well indeed... It does all the necessary things for a newsletter/email list(s)... It is simple, clean, easy to engage, and looks good... I was also easily able to do some styling on the input forms by adding its widget css into my child's style.css file and add and/or change some properties and values... Thanks much for making this available and staying on top of it... :-)
60
+ > - [crzyhrse](https://wordpress.org/support/topic/very-well-indeed)
61
+
62
+ ### Translators
63
+
64
+ * English (en_EN)
65
+ * Turkish (tr_TR) - Dr Abdullah Manaz
66
+ * Tamil (ta) - Gopi Ramasamy
67
+ * Dutch (nl_NL) - John van Halderen
68
+ * Dutch (nl_NL_2) - Paul't Hoen
69
+ * Serbian (sr_RS) - Ogi Djuraskovic
70
+ * German (de_DE) - Stefanie Drucker
71
+ * Russian (ru_RU) - everyonesdesign
72
+ * Polish (pl) - Abdul Sattar
73
+
74
+ == Installation ==
75
+
76
+ Option 1:
77
+
78
+ 1. Go to WordPress Dashboard->Plugins->Add New
79
+ 2. Search Email Subscribers plugin using search option
80
+ 3. Find the plugin and click Install Now button
81
+ 4. After installtion, click on Activate Plugin link to activate the plugin.
82
+
83
+ Option 2:
84
+
85
+ 1. Download the plugin email-subscribers.zip
86
+ 2. Unpack the email-subscribers.zip file and extract the email-subscribers folder
87
+ 3. Upload the plugin folder to your /wp-content/plugins/ directory
88
+ 4. Go to WordPress dashboard, click on Plugins from the menu
89
+ 5. Locate the Email Subscribers plugin and click on Activate link to activate the plugin.
90
+
91
+ Option 3:
92
+
93
+ 1. Download the plugin email-subscribers.zip
94
+ 2. Go to WordPress Dashboard->Plugins->Add New
95
+ 3. Click on Upload Plugin link from top
96
+ 4. Upload the downloaded email-subscribers.zip file and click on Install Now
97
+ 5. After installtion, click on Activate Plugin link to activate the plugin.
98
+
99
+ == Frequently Asked Questions ==
100
+
101
+ * Q1. What are all the steps to do after plugin activation?
102
+ * Q2. How to setup subscription box widget?
103
+ * Q3. How to import and export email address to subscriber list?
104
+ * Q4. How to compose static newsletter?
105
+ * Q5. How to add subscription box in posts?
106
+ * Q6. How to modify Opt-in mail, Welcome mail, Admin mail contents?
107
+ * Q7. How to send static newsletter manually?
108
+ * Q8. Where to check sent mails?
109
+ * Q9. How to configure notification email to subscribers when new posts are published?
110
+ * Q10. How to update default alert message from subscription box?
111
+ * Q11. How to add new subscribers group?
112
+ * Q12. Is plugin contain bulk update option for subscribers group?
113
+ * Q13. Is Mail not working on Email Subscribers wordpress plugin?
114
+ * Q14. How to install and activate Email Subscribers on multisite installation blogs?
115
+ * Q14. How to assign user roles to plugin menu?
116
+ * Q15. How to schedule auto mails (Cron mails)?
117
+ * Q16. How to schedule auto emails for Email subscribers wordpress plugin in cPanel?
118
+ * Q17. How to schedule auto emails for Email subscribers wordpress plugin in Parallels Plesk?
119
+ * Q18. How to add Group Selection in front end subscription box?
120
+
121
+ FAQ Answer [http://www.gopiplus.com/work/2014/05/02/email-subscribers-wordpress-plugin/](http://www.gopiplus.com/work/2014/05/02/email-subscribers-wordpress-plugin/)
122
+
123
+ = How to install and activate the plugin? and How to setup subscription box widget? =
124
+
125
+ [youtube http://www.youtube.com/watch?v=xTlvNCTF46k]
126
+
127
+ = How to compose Newsletter and How to Send Newsletter Emails to subscribers? =
128
+
129
+ [youtube http://www.youtube.com/watch?v=_Gwxvs9oAIs]
130
+
131
+ = How to setup notification mail when news posts are published in the blog? =
132
+
133
+ [youtube http://www.youtube.com/watch?v=-qd4HvXRW7k]
134
+
135
+ = How to Import & Export email address? =
136
+
137
+ [youtube http://www.youtube.com/watch?v=SZEJCijAS1o]
138
+
139
+ = How to update default alert message from subscription box? =
140
+
141
+ [youtube http://www.youtube.com/watch?v=VwgEqsE5Ozw]
142
+
143
+ == Screenshots ==
144
+
145
+ 1. Front Page - Subscription box
146
+
147
+ 2. Subscribers Management Admin page
148
+
149
+ 3. Compose Mail Admin page
150
+
151
+ 4. Notification Management Admin page
152
+
153
+ 5. Send Mail Admin page
154
+
155
+ 6. Cron Job Detailes Admin page (Schedule mail)
156
+
157
+ 7. Settings Admin page
158
+
159
+ 8. Roles and Capabilities Management Admin page
160
+
161
+ 9. Sent Mails Admin page
162
+
163
+ 10. Delivery Report Admin page
164
+
165
+ == Changelog ==
166
+
167
+ = 3.1 =
168
+
169
+ * New: Scripts and styles are now localized and can be translated
170
+ * Fix: Subscribe button not visible correctly in Chrome
171
+ * Update: Added POT file
172
+
173
+ = 3.0.1 =
174
+
175
+ * New contributor name has been added successfully.
176
+
177
+ = 3.0 =
178
+
179
+ * Tested upto 4.4
180
+
181
+ = 2.9.2 =
182
+
183
+ * Add-on plugin available for advanced subscribers form (Users can select interested group in subscribers form).
184
+ * Polish language file added in the language directory.
185
+ * Text Domain slug has been added for Language Packs.
186
+
187
+ = 2.9.1 =
188
+
189
+ * Fixed cross-site scripting vulnerabilities and a potential SQL injection.
190
+
191
+ = 2.9 =
192
+
193
+ * Tested upto 4.3
194
+ * Option available to add same email address to multiple group name
195
+ * Cron Mail option added. With this option you can schedule cron jobs for newsletter and notification emails. Using this cron option you can schedule mail (example 100 mails per hour)
196
+ * Group Name added in the export list.
197
+ * Mail Type option has been added in the Send Mail admin page. With this option you can add the mails into cron job or you can send the mail immediately.
198
+ * Notification Status option has been added in the notification setup page. With this option you can add notification mails into cron job or you can send the mail immediately when new post is published.
199
+ * Group name filter has been added in the subscriber admin page.
200
+
201
+ = 2.8 =
202
+
203
+ * Tested upto 4.2
204
+ * Fixed warning message bug on Roles page
205
+ * Sync Email option has been added in the subscribers admin page. with this option all newly registered email address will be synced automatically into the plugin subscribers group.
206
+
207
+ = 2.7 =
208
+
209
+ * Up to plugin version 2.6 only administrator level users can manage this plugin in dashboard. From this version I have introduced new feature called Roles. The user role can be selected using this Roles Menu. For example, If you want to give Send Email feature to Editor. Go to plugin Roles menu using administrator login and select Editor role to Send Email Menu, So that your Editor level user can access plugin Send Email menu to publish newsletter emails.
210
+
211
+ = 2.6 =
212
+
213
+ * Added new option in the Email Import page to select Email Status and Email Group. with this option you can select (or create) group name and emails status when you import the email address.
214
+
215
+ = 2.5 =
216
+
217
+ * Now plugin supports custom post type. i.e. With this plugin, you can able to send automatic newsletter/notification emails when you publish custom posts.
218
+
219
+ = 2.4 =
220
+
221
+ * Tested upto 4.1
222
+ * Fixed special character bug on Sender of Notification FROM email name.
223
+
224
+ = 2.3 =
225
+
226
+ * This warning issue has been fixed (Warning: call_user_func_array() expects parameter 1 to be a valid callback, function 'es_admin_option' not found or invalid function name)
227
+
228
+ = 2.2 =
229
+
230
+ * Warning message issue has been fix on notification mails. previously $post object was submitted to notification mail method without filtering post_id.
231
+ * Added new keywords ###POSTLINK-ONLY###, ###POSTLINK-WITHTITLE### for notification mail content.
232
+ ###POSTLINK-ONLY### - Use this key word to add post link in the mail content (Post link cannot be clickable)
233
+ ###POSTLINK-WITHTITLE### - Use this key word to display post link with title (Clickable post title)
234
+ ###POSTLINK### - Use this key word to display clickable post link.
235
+
236
+ = 2.1 =
237
+
238
+ * In view subscribers admin page, Filter option and paging moved to the top right corner (Previous version it was in bottom).
239
+ * Plugin tested for multisite installation blogs.
240
+
241
+ = 2.0 =
242
+
243
+ * Tested up to WordPress 4.0
244
+ * In view subscribers admin page, new option added to filter the email address based on status.
245
+ * Paging option added on view subscribers admin page. In default it will show only first 200 emails, you have drop down box to navigate another page (i.e. 201 to 400 emails etc..).
246
+ * Warning message fix on email address import page (i.e Strict standards: Only variables should be passed by reference) - Fixed
247
+
248
+ = 1.9 =
249
+
250
+ * New option added in admin setting page to update Sent Mail Report Subject/Content. For each newsletter mail and notification mail, plugin will send one report mail to admin with default content. Now with this option, admin can update that default mail content.
251
+
252
+ = 1.8 =
253
+
254
+ * Bug fixed on Double Opt-In welcome mail check (Previously it was not checking admin setting for welcome mail).
255
+ * Tested up to WordPress 3.9.2
256
+
257
+ = 1.7 =
258
+
259
+ * Bug fixed on individual subscriber delete option.
260
+ * Bug fixed on individual subscriber resend confirmation mail option.
261
+
262
+ = 1.6 =
263
+
264
+ * Bug fix on Send Mail/Notification warning message (i.e Call to undefined method issue has been fixed)
265
+ * Call to undefined method es_cls_common::es_sent_report_plain() - Fixed
266
+ * Call to undefined method es_cls_common::es_sent_report_html() - Fixed
267
+
268
+ = 1.5 =
269
+
270
+ * Bug fix on admin notification email for new subscribers.
271
+
272
+ = 1.4 =
273
+
274
+ * Scheduled published posts issue has been fixed (From this version onwards, Notification emails will be triggered for scheduled posts)
275
+ * Bulk update option for subscribers group in admin view subscribers page.
276
+
277
+ = 1.3 =
278
+
279
+ * Fixed small error on mail compose page.
280
+ * Added check for Already Confirmed emails. This is to prevent user clicking optin email link multiple time.
281
+
282
+ = 1.2 =
283
+
284
+ * Widget translation issue has been fixed
285
+ * PHP warning message from Subscribers Export page has been removed.
286
+
287
+ = 1.1 =
288
+
289
+ * Subscriber admin page, Check ALL & Uncheck All bug fixed.
290
+ * Updated Help documents.
291
+
292
+ = 1.0 =
293
+
294
+ * First version
295
+
296
+ == Upgrade Notice ==
297
+
298
+ = 3.1 =
299
+
300
+ * New: Scripts and styles are now localized and can be translated
301
+ * Fix: Subscribe button not visible correctly in Chrome
302
+ * Update: Added POT file
303
+
304
+ = 3.0.1 =
305
+
306
+ * New contributor name has been added successfully.
307
+
308
+ = 3.0 =
309
+
310
+ * Tested upto 4.4
311
+
312
+ = 2.9.2 =
313
+
314
+ * Add-on plugin available for advanced subscribers form (Users can select interested group in subscribers form).
315
+ * Polish language file added in the language directory.
316
+ * Text Domain slug has been added for Language Packs.
317
+
318
+ = 2.9.1 =
319
+
320
+ * Fixed cross-site scripting vulnerabilities and a potential SQL injection.
321
+
322
+ = 2.9 =
323
+
324
+ * Tested upto 4.3
325
+ * Option available to add same email address to multiple group name
326
+ * Cron Mail option added. With this option you can schedule cron jobs for newsletter and notification emails. Using this cron option you can schedule mail (example 100 mails per hour)
327
+ * Group Name added in the export list.
328
+ * Mail Type option has been added in the Send Mail admin page. With this option you can add the mails into cron job or you can send the mail immediately.
329
+ * Notification Status option has been added in the notification setup page. With this option you can add notification mails into cron job or you can send the mail immediately when new post is published.
330
+ * Group name filter has been added in the subscriber admin page.
331
+
332
+ = 2.8 =
333
+
334
+ * Tested upto 4.2
335
+ * Fixed warning message bug on Roles page
336
+ * Sync Email option has been added in the subscribers admin page. with this option all newly registered email address will be synced automatically into the plugin subscribers group.
337
+
338
+ = 2.7 =
339
+
340
+ * Up to plugin version 2.6 only administrator level users can manage this plugin in dashboard. From this version I have introduced new feature called Roles. The user role can be selected using this Roles Menu. For example, If you want to give Send Email feature to Editor. Go to plugin Roles menu using administrator login and select Editor role to Send Email Menu, So that your Editor level user can access plugin Send Email menu to publish newsletter emails.
341
+
342
+ = 2.6 =
343
+
344
+ * Added new option in the Email Import page to select Email Status and Email Group. with this option you can select (or create) group name and emails status when you import the email address.
345
+
346
+ = 2.5 =
347
+
348
+ * Now plugin supports custom post type. i.e. With this plugin, you can able to send automatic newsletter/notification emails when you publish custom posts.
349
+
350
+ = 2.4 =
351
+
352
+ * Tested upto 4.1
353
+ * Fixed special character bug on Sender of Notification FROM email name.
354
+
355
+ = 2.3 =
356
+
357
+ * This warning issue has been fixed (Warning: call_user_func_array() expects parameter 1 to be a valid callback, function 'es_admin_option' not found or invalid function name)
358
+
359
+ = 2.2 =
360
+
361
+ * Warning message issue has been fix on notification mails. previously $post object was submitted to notification mail method without filtering post_id.
362
+ * Added new keywords ###POSTLINK-ONLY###, ###POSTLINK-WITHTITLE### for notification mail content.
363
+ ###POSTLINK-ONLY### - Use this key word to add post link in the mail content (Post link cannot be clickable)
364
+ ###POSTLINK-WITHTITLE### - Use this key word to display post link with title (Clickable post title)
365
+ ###POSTLINK### - Use this key word to display clickable post link.
366
+
367
+ = 2.1 =
368
+
369
+ * In view subscribers admin page, Filter option and paging moved to the top right corner (Previous version it was in bottom).
370
+ * Plugin tested for multisite installation blogs.
371
+
372
+ = 2.0 =
373
+
374
+ * Tested up to WordPress 4.0
375
+ * In view subscribers admin page, new option added to filter the email address based on status.
376
+ * Paging option added on view subscribers admin page. In default it will show only first 200 emails, you have drop down box to navigate another page (i.e. 201 to 400 emails etc..).
377
+ * Warning message fix on email address import page (i.e Strict standards: Only variables should be passed by reference) - Fixed
378
+
379
+ = 1.9 =
380
+
381
+ * New option added in admin setting page to update Sent Mail Report Subject/Content. For each newsletter mail and notification mail, plugin will send one report mail to admin with default content. Now with this option, admin can update that default mail content.
382
+
383
+ = 1.8 =
384
+
385
+ * Bug fixed on Double Opt-In welcome mail check (Previously it was not checking admin setting for welcome mail).
386
+ * Tested up to WordPress 3.9.2
387
+
388
+ = 1.7 =
389
+
390
+ * Bug fixed on individual subscriber delete option.
391
+ * Bug fixed on individual subscriber resend confirmation mail option.
392
+
393
+ = 1.6 =
394
+
395
+ * Bug fix on Send Mail/Notification warning message (i.e Call to undefined method issue has been fixed)
396
+ * Call to undefined method es_cls_common::es_sent_report_plain() - Fixed
397
+ * Call to undefined method es_cls_common::es_sent_report_html() - Fixed
398
+
399
+ = 1.5 =
400
+
401
+ * Bug fix on admin notification email for new subscribers.
402
+
403
+ = 1.4 =
404
+
405
+ * Scheduled published posts issue has been fixed (From this version onwards, Notification emails will be triggered for scheduled posts)
406
+ * Bulk update option for subscribers group in admin view subscribers page.
407
+
408
+ = 1.3 =
409
+
410
+ * Fixed small error on mail compose page.
411
+ * Added check for Already Confirmed emails. This is to prevent user clicking optin email link multiple time.
412
+
413
+ = 1.2 =
414
+
415
+ * Widget translation issue has been fixed
416
+ * PHP warning message from Subscribers Export page has been removed.
417
+
418
+ = 1.1 =
419
+
420
+ * Subscriber admin page, Check ALL & Uncheck All bug fixed.
421
+ * Updated Help documents.
422
+
423
+ = 1.0 =
424
+
425
+ * First version
roles/roles-add.php ADDED
@@ -0,0 +1,161 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ $es_roles_subscriber = "";
9
+ $es_roles_mail = "";
10
+ $es_roles_notification = "";
11
+ $es_roles_sendmail = "";
12
+ $es_roles_setting = "";
13
+ $es_roles_sentmail = "";
14
+ $es_roles_help = "";
15
+
16
+ // Preset the form fields
17
+ $form = array(
18
+ 'es_roles_subscriber' => '',
19
+ 'es_roles_mail' => '',
20
+ 'es_roles_notification' => '',
21
+ 'es_roles_sendmail' => '',
22
+ 'es_roles_setting' => '',
23
+ 'es_roles_sentmail' => '',
24
+ 'es_roles_help' => ''
25
+ );
26
+
27
+ // Form submitted, check the data
28
+ if (isset($_POST['es_form_submit']) && $_POST['es_form_submit'] == 'yes')
29
+ {
30
+ // Just security thingy that wordpress offers us
31
+ check_admin_referer('es_roles_add');
32
+
33
+ $form['es_roles_subscriber'] = isset($_POST['es_roles_subscriber']) ? $_POST['es_roles_subscriber'] : '';
34
+ $form['es_roles_mail'] = isset($_POST['es_roles_mail']) ? $_POST['es_roles_mail'] : '';
35
+ $form['es_roles_notification'] = isset($_POST['es_roles_notification']) ? $_POST['es_roles_notification'] : '';
36
+ $form['es_roles_sendmail'] = isset($_POST['es_roles_sendmail']) ? $_POST['es_roles_sendmail'] : '';
37
+ $form['es_roles_setting'] = isset($_POST['es_roles_setting']) ? $_POST['es_roles_setting'] : '';
38
+ $form['es_roles_sentmail'] = isset($_POST['es_roles_sentmail']) ? $_POST['es_roles_sentmail'] : '';
39
+ $form['es_roles_help'] = isset($_POST['es_roles_help']) ? $_POST['es_roles_help'] : '';
40
+
41
+ // No errors found, we can add this Group to the table
42
+ if ($es_error_found == FALSE)
43
+ {
44
+ update_option('es_c_rolesandcapabilities', $form );
45
+
46
+ // Reset the form fields
47
+ $form = array(
48
+ 'es_roles_subscriber' => '',
49
+ 'es_roles_mail' => '',
50
+ 'es_roles_notification' => '',
51
+ 'es_roles_sendmail' => '',
52
+ 'es_roles_setting' => '',
53
+ 'es_roles_sentmail' => '',
54
+ 'es_roles_help' => ''
55
+ );
56
+ }
57
+ }
58
+
59
+ $es_c_rolesandcapabilities = get_option('es_c_rolesandcapabilities', 'norecord');
60
+ if($es_c_rolesandcapabilities <> 'norecord' && $es_c_rolesandcapabilities <> "")
61
+ {
62
+ $es_roles_subscriber = $es_c_rolesandcapabilities['es_roles_subscriber'];
63
+ $es_roles_mail = $es_c_rolesandcapabilities['es_roles_mail'];
64
+ $es_roles_notification = $es_c_rolesandcapabilities['es_roles_notification'];
65
+ $es_roles_sendmail = $es_c_rolesandcapabilities['es_roles_sendmail'];
66
+ $es_roles_setting = $es_c_rolesandcapabilities['es_roles_setting'];
67
+ $es_roles_sentmail = $es_c_rolesandcapabilities['es_roles_sentmail'];
68
+ $es_roles_help = $es_c_rolesandcapabilities['es_roles_help'];
69
+ }
70
+
71
+ if ($es_error_found == TRUE && isset($es_errors[0]) == TRUE)
72
+ {
73
+ ?><div class="error fade"><p><strong><?php echo $es_errors[0]; ?></strong></p></div><?php
74
+ }
75
+ if ($es_error_found == FALSE && isset($es_success[0]) == TRUE)
76
+ {
77
+ ?>
78
+ <div class="updated fade">
79
+ <p><strong>
80
+ <?php echo $es_success; ?>
81
+ <a href="<?php echo ES_ADMINURL; ?>?page=es-view-subscribers"><?php _e('Click here', 'email-subscribers'); ?></a> <?php _e(' to view the details', 'email-subscribers'); ?>
82
+ </strong></p>
83
+ </div>
84
+ <?php
85
+ }
86
+ ?>
87
+ <div class="form-wrap">
88
+ <div id="icon-plugins" class="icon32"></div>
89
+ <h2><?php _e(ES_PLUGIN_DISPLAY, 'email-subscribers'); ?></h2>
90
+ <form name="form_roles" method="post" action="#" onsubmit="return _es_addroles()" >
91
+ <h3 class="title"><?php _e('Roles and Capabilities', 'email-subscribers'); ?></h3>
92
+
93
+ <label for="tag-image"><?php _e('Subscribers Menu', 'email-subscribers'); ?></label>
94
+ <select name="es_roles_subscriber" id="es_roles_subscriber">
95
+ <option value='manage_options' <?php if($es_roles_subscriber == 'manage_options') { echo "selected='selected'" ; } ?>>Administrator Only</option>
96
+ <option value='edit_others_pages' <?php if($es_roles_subscriber == 'edit_others_pages') { echo "selected='selected'" ; } ?>>Administrator/Editor</option>
97
+ <option value='edit_posts' <?php if($es_roles_subscriber == 'edit_posts') { echo "selected='selected'" ; } ?>>Administrator/Editor/Author/Contributor</option>
98
+ </select>
99
+ <p><?php _e('Select user role to access plugin Subscribers Menu. Only Admin user can change this value.', 'email-subscribers'); ?></p>
100
+
101
+
102
+ <label for="tag-image"><?php _e('Compose Menu', 'email-subscribers'); ?></label>
103
+ <select name="es_roles_mail" id="es_roles_mail">
104
+ <option value='manage_options' <?php if($es_roles_mail == 'manage_options') { echo "selected='selected'" ; } ?>>Administrator Only</option>
105
+ <option value='edit_others_pages' <?php if($es_roles_mail == 'edit_others_pages') { echo "selected='selected'" ; } ?>>Administrator/Editor</option>
106
+ <option value='edit_posts' <?php if($es_roles_mail == 'edit_posts') { echo "selected='selected'" ; } ?>>Administrator/Editor/Author/Contributor</option>
107
+ </select>
108
+ <p><?php _e('Select user role to access plugin Compose Menu. Only Admin user can change this value.', 'email-subscribers'); ?></p>
109
+
110
+ <label for="tag-display-status"><?php _e('Notification Menu', 'email-subscribers'); ?></label>
111
+ <select name="es_roles_notification" id="es_roles_notification">
112
+ <option value='manage_options' <?php if($es_roles_notification == 'manage_options') { echo "selected='selected'" ; } ?>>Administrator Only</option>
113
+ <option value='edit_others_pages' <?php if($es_roles_notification == 'edit_others_pages') { echo "selected='selected'" ; } ?>>Administrator/Editor</option>
114
+ <option value='edit_posts' <?php if($es_roles_notification == 'edit_posts') { echo "selected='selected'" ; } ?>>Administrator/Editor/Author/Contributor</option>
115
+ </select>
116
+ <p><?php _e('Select user role to access plugin Notification Menu. Only Admin user can change this value.', 'email-subscribers'); ?></p>
117
+
118
+ <label for="tag-display-status"><?php _e('Send Email Menu/Cron Menu', 'email-subscribers'); ?></label>
119
+ <select name="es_roles_sendmail" id="es_roles_sendmail">
120
+ <option value='manage_options' <?php if($es_roles_sendmail == 'manage_options') { echo "selected='selected'" ; } ?>>Administrator Only</option>
121
+ <option value='edit_others_pages' <?php if($es_roles_sendmail == 'edit_others_pages') { echo "selected='selected'" ; } ?>>Administrator/Editor</option>
122
+ <option value='edit_posts' <?php if($es_roles_sendmail == 'edit_posts') { echo "selected='selected'" ; } ?>>Administrator/Editor/Author/Contributor</option>
123
+ </select>
124
+ <p><?php _e('Select user role to access plugin Send Email Menu. Only Admin user can change this value.', 'email-subscribers'); ?></p>
125
+
126
+ <label for="tag-display-status"><?php _e('Settings Menu', 'email-subscribers'); ?></label>
127
+ <select name="es_roles_setting" id="es_roles_setting">
128
+ <option value='manage_options' <?php if($es_roles_setting == 'manage_options') { echo "selected='selected'" ; } ?>>Administrator Only</option>
129
+ <option value='edit_others_pages' <?php if($es_roles_setting == 'edit_others_pages') { echo "selected='selected'" ; } ?>>Administrator/Editor</option>
130
+ <option value='edit_posts' <?php if($es_roles_setting == 'edit_posts') { echo "selected='selected'" ; } ?>>Administrator/Editor/Author/Contributor</option>
131
+ </select>
132
+ <p><?php _e('Select user role to access plugin Settings Menu. Only Admin user can change this value.', 'email-subscribers'); ?></p>
133
+
134
+ <label for="tag-display-status"><?php _e('Sent Mails Menu', 'email-subscribers'); ?></label>
135
+ <select name="es_roles_sentmail" id="es_roles_sentmail">
136
+ <option value='manage_options' <?php if($es_roles_sentmail == 'manage_options') { echo "selected='selected'" ; } ?>>Administrator Only</option>
137
+ <option value='edit_others_pages' <?php if($es_roles_sentmail == 'edit_others_pages') { echo "selected='selected'" ; } ?>>Administrator/Editor</option>
138
+ <option value='edit_posts' <?php if($es_roles_sentmail == 'edit_posts') { echo "selected='selected'" ; } ?>>Administrator/Editor/Author/Contributor</option>
139
+ </select>
140
+ <p><?php _e('Select user role to access plugin Sent Mails Menu. Only Admin user can change this value.', 'email-subscribers'); ?></p>
141
+
142
+ <label for="tag-display-status"><?php _e('Help & Info Menu', 'email-subscribers'); ?></label>
143
+ <select name="es_roles_help" id="es_roles_help">
144
+ <option value='manage_options' <?php if($es_roles_help == 'manage_options') { echo "selected='selected'" ; } ?>>Administrator Only</option>
145
+ <option value='edit_others_pages' <?php if($es_roles_help == 'edit_others_pages') { echo "selected='selected'" ; } ?>>Administrator/Editor</option>
146
+ <option value='edit_posts' <?php if($es_roles_help == 'edit_posts') { echo "selected='selected'" ; } ?>>Administrator/Editor/Author/Contributor</option>
147
+ </select>
148
+ <p><?php _e('Select user role to access plugin Help & Info Menu. Only Admin user can change this value.', 'email-subscribers'); ?></p>
149
+
150
+ <input type="hidden" name="es_form_submit" value="yes"/>
151
+ <div style="padding-top:5px;"></div>
152
+ <p>
153
+ <input name="publish" lang="publish" class="button add-new-h2" value="<?php _e('Submit', 'email-subscribers'); ?>" type="submit" />
154
+ <input name="publish" lang="publish" class="button add-new-h2" onclick="_es_redirect()" value="<?php _e('Cancel', 'email-subscribers'); ?>" type="button" />
155
+ <input name="Help" lang="publish" class="button add-new-h2" onclick="_es_help()" value="<?php _e('Help', 'email-subscribers'); ?>" type="button" />
156
+ </p>
157
+ <?php wp_nonce_field('es_roles_add'); ?>
158
+ </form>
159
+ </div>
160
+ <p class="description"><?php echo ES_OFFICIAL; ?></p>
161
+ </div>
roles/roles.js ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ function _es_addroles()
2
+ {
3
+ if(document.form_addemail.es_email_mail.value=="")
4
+ {
5
+ alert(es_roles_notices.es_roles_email_address);
6
+ document.form_addemail.es_email_mail.focus();
7
+ return false;
8
+ }
9
+ else if(document.form_addemail.es_email_status.value=="" || document.form_addemail.es_email_status.value=="Select")
10
+ {
11
+ alert(es_roles_notices.es_roles_email_status);
12
+ document.form_addemail.es_email_status.focus();
13
+ return false;
14
+ }
15
+ else if( (document.form_addemail.es_email_group.value == "") && (document.form_addemail.es_email_group_txt.value == "") )
16
+ {
17
+ alert(es_roles_notices.es_roles_email_group);
18
+ document.form_addemail.es_email_group.focus();
19
+ return false;
20
+ }
21
+ }
22
+
23
+ function _es_redirect()
24
+ {
25
+ window.location = "admin.php?page=es-roles";
26
+ }
27
+
28
+ function _es_help()
29
+ {
30
+ window.open("http://www.storeapps.org/support/contact-us/");
31
+ }
sendmail/index.html ADDED
@@ -0,0 +1 @@
 
1
+ <html><body bgcolor="#FFFFFF"></body></html>
sendmail/sendmail.js ADDED
@@ -0,0 +1,80 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ function _es_redirect()
2
+ {
3
+ window.location = "admin.php?page=es-sendemail";
4
+ }
5
+
6
+ function _es_help()
7
+ {
8
+ window.open("http://www.storeapps.org/support/contact-us/");
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];
16
+ if(!objCheckBoxes)
17
+ return;
18
+ var countCheckBoxes = objCheckBoxes.length;
19
+ if(!countCheckBoxes)
20
+ objCheckBoxes.checked = CheckValue;
21
+ else
22
+ // set the check value for all check boxes
23
+ for(var i = 0; i < countCheckBoxes; i++)
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;
32
+ document.getElementById("sendmailsubmit").value = "no";
33
+ document.getElementById("wp_create_nonce").value = document.es_form.wp_create_nonce.value;
34
+ document.es_form.action="admin.php?page=es-sendemail";
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;
43
+ document.getElementById("es_sent_type").value = document.es_form.es_sent_type.value;
44
+ document.getElementById("es_search_query").value = es_search_query;
45
+ document.getElementById("sendmailsubmit").value = "no";
46
+ document.getElementById("wp_create_nonce").value = document.es_form.wp_create_nonce.value;
47
+ document.es_form.action="admin.php?page=es-sendemail";
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;
71
+ document.getElementById("es_sent_type").value = document.es_form.es_sent_type.value;
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
+ }
sendmail/sendmail.php ADDED
@@ -0,0 +1,267 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php if(preg_match('#' . basename(__FILE__) . '#', $_SERVER['PHP_SELF'])) { die('You are not allowed to call this page directly.'); } ?>
2
+ <?php if ( ! empty( $_POST ) && ! wp_verify_nonce( $_REQUEST['wp_create_nonce'], 'sendmail-nonce' ) ) { die('<p>Security check failed.</p>'); } ?>
3
+ <?php
4
+ $es_c_email_subscribers_ver = get_option('email-subscribers');
5
+ if ($es_c_email_subscribers_ver <> "2.9")
6
+ {
7
+ ?>
8
+ <div class="error fade">
9
+ <p>
10
+ Note: You have recently upgraded the plugin and your tables are not sync.
11
+ Please <a title="Sync plugin tables." href="<?php echo ES_ADMINURL; ?>?page=es-settings&amp;ac=sync"><?php _e('Click Here', 'email-subscribers'); ?></a> to sync the table.
12
+ This is mandatory and it will not affect your data.
13
+ </p>
14
+ </div>
15
+ <?php
16
+ }
17
+
18
+ $es_errors = array();
19
+ $es_success = '';
20
+ $es_error_found = FALSE;
21
+
22
+ $es_templ_heading = isset($_POST['es_templ_heading']) ? $_POST['es_templ_heading'] : '';
23
+ $es_email_group = isset($_POST['es_email_group']) ? $_POST['es_email_group'] : '';
24
+ $es_search_query = isset($_POST['es_search_query']) ? $_POST['es_search_query'] : '';
25
+ $sendmailsubmit = isset($_POST['sendmailsubmit']) ? $_POST['sendmailsubmit'] : 'no';
26
+ $es_sent_type = isset($_POST['es_sent_type']) ? $_POST['es_sent_type'] : '';
27
+
28
+ if ($sendmailsubmit == 'yes')
29
+ {
30
+ check_admin_referer('es_form_submit');
31
+
32
+ $form['es_templ_heading'] = isset($_POST['es_templ_heading']) ? $_POST['es_templ_heading'] : '';
33
+ if ($form['es_templ_heading'] == '')
34
+ {
35
+ $es_errors[] = __('Please select your mail subject.', 'email-subscribers');
36
+ $es_error_found = TRUE;
37
+ }
38
+
39
+ $form['es_email_group'] = isset($_POST['es_email_group']) ? $_POST['es_email_group'] : '';
40
+ $recipients = isset($_POST['eemail_checked']) ? $_POST['eemail_checked'] : '';
41
+ if ($recipients == '')
42
+ {
43
+ $es_errors[] = __('No email address selected.', 'email-subscribers');
44
+ $es_error_found = TRUE;
45
+ }
46
+
47
+ $form['es_sent_type'] = isset($_POST['es_sent_type']) ? $_POST['es_sent_type'] : '';
48
+ if ($form['es_sent_type'] == '')
49
+ {
50
+ $es_errors[] = __('Please select your mail type.', 'email-subscribers');
51
+ $es_error_found = TRUE;
52
+ }
53
+
54
+ if ($es_error_found == FALSE)
55
+ {
56
+ es_cls_sendmail::es_prepare_newsletter_manual($es_templ_heading, $recipients, $form['es_sent_type']);
57
+ $es_success_msg = TRUE;
58
+ $es_success = __('Mail sent successfully', 'email-subscribers');
59
+ if ($es_success_msg == TRUE)
60
+ {
61
+ ?>
62
+ <div class="updated fade">
63
+ <p>
64
+ <strong><?php echo $es_success; ?> <a href="<?php echo ES_ADMINURL; ?>?page=es-sentmail"><?php _e('Click here for details', 'email-subscribers'); ?></a></strong>
65
+ </p>
66
+ </div>
67
+ <?php
68
+ }
69
+ else
70
+ {
71
+ ?>
72
+ <div class="error fade">
73
+ <p><strong><?php _e('Oops.. We are getting some error. mail not sending.', 'email-subscribers'); ?></strong></p>
74
+ </div>
75
+ <?php
76
+ }
77
+ }
78
+ }
79
+
80
+ if ($es_error_found == TRUE && isset($es_errors[0]) == TRUE)
81
+ {
82
+ ?><div class="error fade"><p><strong><?php echo $es_errors[0]; ?></strong></p></div><?php
83
+ }
84
+ ?>
85
+ <style>
86
+ .form-table th {
87
+ width: 250px;
88
+ }
89
+ </style>
90
+ <div class="wrap">
91
+ <div class="form-wrap">
92
+ <div id="icon-plugins" class="icon32"></div>
93
+ <h2><?php _e(ES_PLUGIN_DISPLAY, 'email-subscribers'); ?></h2>
94
+ <h3><?php _e('Send Email', 'email-subscribers'); ?></h3>
95
+ <form name="es_form" method="post" action="#" onsubmit="return _es_submit()" >
96
+ <table class="form-table">
97
+ <tbody>
98
+ <tr>
99
+ <th scope="row">
100
+ <label for="elp">
101
+ <?php _e('Select your mail subject', 'email-subscribers'); ?>
102
+ <p class="description"><?php _e('Select a mail subject from available list. Go to Compose page to create new mail.', 'email-subscribers'); ?></p>
103
+ </label>
104
+ </th>
105
+ <td>
106
+ <select name="es_templ_heading" id="es_templ_heading">
107
+ <option value=''><?php _e('Select', 'email-subscribers'); ?></option>
108
+ <?php
109
+ $subject = array();
110
+ $subject = es_cls_compose::es_template_select_type($type = "Static Template");
111
+ $thisselected = "";
112
+ if(count($subject) > 0)
113
+ {
114
+ $i = 1;
115
+ foreach ($subject as $sub)
116
+ {
117
+ if($sub["es_templ_id"] == $es_templ_heading)
118
+ {
119
+ $thisselected = "selected='selected'" ;
120
+ }
121
+ ?><option value='<?php echo $sub["es_templ_id"]; ?>' <?php echo $thisselected; ?>><?php echo esc_html(stripslashes($sub["es_templ_heading"])); ?></option><?php
122
+ $thisselected = "";
123
+ }
124
+ }
125
+ ?>
126
+ </select>
127
+ </td>
128
+ </tr>
129
+ <tr>
130
+ <th scope="row">
131
+ <label for="elp">
132
+ <?php _e('Mail Type', 'email-subscribers'); ?>
133
+ <p class="description"><?php _e('Select your mail type.', 'email-subscribers'); ?></p>
134
+ </label>
135
+ </th>
136
+ <td>
137
+ <select name="es_sent_type" id="es_sent_type">
138
+ <option value=''>Select</option>
139
+ <option value='Instant Mail' <?php if($es_sent_type == 'Instant Mail') { echo "selected='selected'" ; } ?>>Send mail immediately.</option>
140
+ <option value='Cron Mail' <?php if($es_sent_type == 'Cron Mail') { echo "selected='selected'" ; } ?>>Send mail via cron job.</option>
141
+ </select>
142
+ </td>
143
+ </tr>
144
+ <tr>
145
+ <th scope="row">
146
+ <label for="elp">
147
+ <?php _e('Select subscriber group', 'email-subscribers'); ?>
148
+ <p class="description"><?php _e('Select your subscriber group to send email.', 'email-subscribers'); ?></p>
149
+ </label>
150
+ </th>
151
+ <td>
152
+ <select name="es_email_group" id="es_email_group" onChange="_es_mailgroup(this.options[this.selectedIndex].value)">
153
+ <option value=''><?php _e('Select', 'email-subscribers'); ?></option>
154
+ <?php
155
+ $groups = array();
156
+ $thisselected = "";
157
+ $groups = es_cls_dbquery::es_view_subscriber_group();
158
+ if(count($groups) > 0)
159
+ {
160
+ $i = 1;
161
+ foreach ($groups as $group)
162
+ {
163
+ if(stripslashes($group["es_email_group"]) == stripslashes($es_email_group))
164
+ {
165
+ $thisselected = "selected='selected'" ;
166
+ }
167
+ ?><option value="<?php echo esc_html($group["es_email_group"]); ?>" <?php echo $thisselected; ?>><?php echo stripslashes($group["es_email_group"]); ?></option><?php
168
+ $thisselected = "";
169
+ }
170
+ }
171
+ ?>
172
+ </select>
173
+ <input type="button" name="CheckAll" value="<?php _e('Check All', 'email-subscribers'); ?>" onClick="_es_checkall('es_form', 'eemail_checked[]', true);">
174
+ <input type="button" name="UnCheckAll" value="<?php _e('Uncheck All', 'email-subscribers'); ?>" onClick="_es_checkall('es_form', 'eemail_checked[]', false);">
175
+ </td>
176
+ </tr>
177
+ <tr>
178
+ <td colspan="2">
179
+ <div class="tablenav">
180
+ <span style="text-align:left;">
181
+ <a class="button add-new-h2" href="javascript:void(0);" onClick="javascript:_es_sendemailsearch('A,B,C')">A,B,C</a>&nbsp;&nbsp;
182
+ <a class="button add-new-h2" href="javascript:void(0);" onClick="javascript:_es_sendemailsearch('D,E,F')">D,E,F</a>&nbsp;&nbsp;
183
+ <a class="button add-new-h2" href="javascript:void(0);" onClick="javascript:_es_sendemailsearch('G,H,I')">G,H,I</a>&nbsp;&nbsp;
184
+ <a class="button add-new-h2" href="javascript:void(0);" onClick="javascript:_es_sendemailsearch('J,K,L')">J,K,L</a>&nbsp;&nbsp;
185
+ <a class="button add-new-h2" href="javascript:void(0);" onClick="javascript:_es_sendemailsearch('M,N,O')">M,N,O</a>&nbsp;&nbsp;
186
+ <a class="button add-new-h2" href="javascript:void(0);" onClick="javascript:_es_sendemailsearch('P,Q,R')">P,Q,R</a>&nbsp;&nbsp;
187
+ <a class="button add-new-h2" href="javascript:void(0);" onClick="javascript:_es_sendemailsearch('S,T,U')">S,T,U</a>&nbsp;&nbsp;
188
+ <a class="button add-new-h2" href="javascript:void(0);" onClick="javascript:_es_sendemailsearch('V,W,X,Y,Z')">V,W,X,Y,Z</a>&nbsp;&nbsp;
189
+ <a class="button add-new-h2" href="javascript:void(0);" onClick="javascript:_es_sendemailsearch('0,1,2,3,4,5,6,7,8,9')">0-9</a>&nbsp;&nbsp;
190
+ <a class="button add-new-h2" href="javascript:void(0);" onClick="javascript:_es_sendemailsearch('ALL')">ALL</a>
191
+ <span>
192
+ </div>
193
+ </td>
194
+ </tr>
195
+ <tr>
196
+ <td colspan="2">
197
+ <?php
198
+ $subscribers = array();
199
+ $subscribers = es_cls_dbquery::es_view_subscriber_sendmail($es_search_query, $es_email_group);
200
+ $i = 1;
201
+ $count = 0;
202
+ if(count($subscribers) > 0)
203
+ {
204
+ echo "<table border='0' cellspacing='0'><tr>";
205
+ $col=3;
206
+ foreach ($subscribers as $subscriber)
207
+ {
208
+ $to = $subscriber['es_email_mail'];
209
+ $id = $subscriber['es_email_id'];
210
+ //$ToAddress = trim($to) . '<||>' . trim($id);
211
+ if($to <> "")
212
+ {
213
+ echo "<td style='padding-top:4px;padding-bottom:4px;padding-right:10px;'>";
214
+ ?>
215
+ <input class="radio" type="checkbox" checked="checked" value='<?php echo $id; ?>' id="eemail_checked[]" name="eemail_checked[]">
216
+ <?php echo $to; ?> (<?php echo $id; ?>)
217
+ <?php
218
+ if($col > 1)
219
+ {
220
+ $col=$col-1;
221
+ echo "</td><td>";
222
+ }
223
+ elseif($col = 1)
224
+ {
225
+ $col=$col-1;
226
+ echo "</td></tr><tr>";;
227
+ $col=3;
228
+ }
229
+ $count = $count + 1;
230
+ }
231
+ }
232
+ echo "</tr></table>";
233
+ }
234
+ else
235
+ {
236
+ echo '<span style="color:#FF0000">';
237
+ _e('No subscribers available for this search criteria.', 'email-subscribers');
238
+ echo "<br>";
239
+ echo "Email starts with : " . $es_search_query;
240
+ echo "<br>";
241
+ echo "Subscriber group : " . stripslashes($es_email_group);
242
+ echo "<br><br>";
243
+ echo '</span>';
244
+ }
245
+ ?>
246
+ </td>
247
+ </tr>
248
+ </tbody>
249
+ </table>
250
+ <?php $nonce = wp_create_nonce( 'sendmail-nonce' ); ?>
251
+ <div style="padding-top:10px;">
252
+ <input type="hidden" name="es_search_query" id="es_search_query" value="<?php echo $es_search_query; ?>"/>
253
+ <input type="hidden" name="sendmailsubmit" id="sendmailsubmit" value=""/>
254
+ <input type="hidden" name="wp_create_nonce" id="wp_create_nonce" value="<?php echo $nonce; ?>"/>
255
+ <?php if( $count <> 0 ) { ?>
256
+ <input type="submit" name="Submit" class="button add-new-h2" value="<?php _e('Send Email', 'email-subscribers'); ?>" style="width:160px;" />&nbsp;&nbsp;
257
+ <?php } else { ?>
258
+ <input type="submit" name="Submit" disabled="disabled" class="button add-new-h2" value="<?php _e('Send Email', 'email-subscribers'); ?>" style="width:160px;" />&nbsp;&nbsp;
259
+ <?php } ?>
260
+ <input name="publish" lang="publish" class="button add-new-h2" onclick="_es_redirect()" value="<?php _e('Cancel', 'email-subscribers'); ?>" type="button" />&nbsp;&nbsp;
261
+ <input name="Help" lang="publish" class="button add-new-h2" onclick="_es_help()" value="<?php _e('Help', 'email-subscribers'); ?>" type="button" />
262
+ </div>
263
+ <?php wp_nonce_field('es_form_submit'); ?>
264
+ </form>
265
+ </div>
266
+ <p class="description"><?php echo ES_OFFICIAL; ?></p>
267
+ </div>
sentmail/deliverreport-show.php ADDED
@@ -0,0 +1,129 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ if(preg_match('#' . basename(__FILE__) . '#', $_SERVER['PHP_SELF'])) { die('You are not allowed to call this page directly.'); }
3
+
4
+ $sentguid = isset($_GET['sentguid']) ? $_GET['sentguid'] : '';
5
+ es_cls_security::es_check_guid($sentguid);
6
+
7
+ if ($sentguid == '')
8
+ {
9
+ ?>
10
+ <div class="error fade">
11
+ <p><strong><?php _e('Oops.. Unexpected error occurred. Please try again.', 'email-subscribers'); ?></strong></p>
12
+ </div>
13
+ <?php
14
+ }
15
+ ?>
16
+ <div class="wrap">
17
+ <div id="icon-plugins" class="icon32"></div>
18
+ <h2><?php _e(ES_PLUGIN_DISPLAY, 'email-subscribers'); ?></h2>
19
+ <h3><?php _e('Delivery Report', 'email-subscribers'); ?></h3>
20
+ <div class="tool-box">
21
+ <?php
22
+ $pagenum = isset( $_GET['pagenum'] ) ? absint( $_GET['pagenum'] ) : 1;
23
+ es_cls_security::es_check_number($pagenum);
24
+ $limit = 200;
25
+ $offset = ($pagenum - 1) * $limit;
26
+ $total = es_cls_delivery::es_delivery_count($sentguid);
27
+ $fulltotal = $total;
28
+ $total = ceil( $total / $limit );
29
+
30
+ $myData = array();
31
+ $myData = es_cls_delivery::es_delivery_select($sentguid, $offset, $limit);
32
+ ?>
33
+ <form name="frm_es_display" method="post" onsubmit="return _es_bulkaction()">
34
+ <table width="100%" class="widefat" id="straymanage">
35
+ <thead>
36
+ <tr>
37
+ <th width="3%" scope="col"><?php _e('Sno', 'email-subscribers'); ?></th>
38
+ <th scope="col"><?php _e('Email', 'email-subscribers'); ?></th>
39
+ <th scope="col"><?php _e('Sent Date', 'email-subscribers'); ?></th>
40
+ <th scope="col"><?php _e('Status', 'email-subscribers'); ?></th>
41
+ <th scope="col"><?php _e('Type', 'email-subscribers'); ?></th>
42
+ <th scope="col"><?php _e('Viewed Status', 'email-subscribers'); ?></th>
43
+ <th scope="col"><?php _e('Viewed Date', 'email-subscribers'); ?></th>
44
+ <th scope="col"><?php _e('Database ID', 'email-subscribers'); ?></th>
45
+ </tr>
46
+ </thead>
47
+ <tfoot>
48
+ <tr>
49
+ <th width="3%" scope="col"><?php _e('Sno', 'email-subscribers'); ?></th>
50
+ <th scope="col"><?php _e('Email', 'email-subscribers'); ?></th>
51
+ <th scope="col"><?php _e('Sent Date', 'email-subscribers'); ?></th>
52
+ <th scope="col"><?php _e('Status', 'email-subscribers'); ?></th>
53
+ <th scope="col"><?php _e('Type', 'email-subscribers'); ?></th>
54
+ <th scope="col"><?php _e('Viewed Status', 'email-subscribers'); ?></th>
55
+ <th scope="col"><?php _e('Viewed Date', 'email-subscribers'); ?></th>
56
+ <th scope="col"><?php _e('Database ID', 'email-subscribers'); ?></th>
57
+ </tr>
58
+ </tfoot>
59
+ <tbody>
60
+ <?php
61
+ $i = 0;
62
+ if(count($myData) > 0)
63
+ {
64
+ $i = 1;
65
+ foreach ($myData as $data)
66
+ {
67
+ ?>
68
+ <tr class="<?php if ($i&1) { echo'alternate'; } else { echo ''; }?>">
69
+ <td align="left"><?php echo $i; ?></td>
70
+ <td><?php echo $data['es_deliver_emailmail']; ?></td>
71
+ <td><?php echo $data['es_deliver_sentdate']; ?></td>
72
+ <td><?php echo es_cls_common::es_disp_status($data['es_deliver_sentstatus']); ?></td>
73
+ <td><?php echo es_cls_common::es_disp_status($data['es_deliver_senttype']); ?></td>
74
+ <td><?php echo es_cls_common::es_disp_status($data['es_deliver_status']); ?></td>
75
+ <td><?php echo $data['es_deliver_viewdate']; ?></td>
76
+ <td><?php echo $data['es_deliver_emailid']; ?></td>
77
+ </tr>
78
+ <?php
79
+ $i = $i+1;
80
+ }
81
+ }
82
+ else
83
+ {
84
+ ?><tr><td colspan="8" align="center"><?php _e('No records available.', 'email-subscribers'); ?></td></tr><?php
85
+ }
86
+ ?>
87
+ </tbody>
88
+ </table>
89
+ <?php wp_nonce_field('es_form_show'); ?>
90
+ <input type="hidden" name="frm_es_display" value="yes"/>
91
+ <div style="padding-top:10px;"></div>
92
+ <?php
93
+ $page_links = paginate_links( array(
94
+ 'base' => add_query_arg( 'pagenum', '%#%' ),
95
+ 'format' => '',
96
+ 'prev_text' => __( ' &lt;&lt; ' ),
97
+ 'next_text' => __( ' &gt;&gt; ' ),
98
+ 'total' => $total,
99
+ 'show_all' => False,
100
+ 'current' => $pagenum
101
+ ) );
102
+ ?>
103
+ <style>
104
+ .page-numbers {
105
+ background: none repeat scroll 0 0 #E0E0E0;
106
+ border-color: #CCCCCC;
107
+ color: #555555;
108
+ padding: 5px;
109
+ text-decoration:none;
110
+ margin-left:2px;
111
+ margin-right:2px;
112
+ }
113
+ .current {
114
+ background: none repeat scroll 0 0 #BBBBBB;
115
+ }
116
+ </style>
117
+ <div class="tablenav">
118
+ <div class="alignleft">
119
+ <a class="button add-new-h2" href="<?php echo ES_ADMINURL; ?>?page=es-sentmail"><?php _e('Back', 'email-subscribers'); ?></a> &nbsp;
120
+ <a class="button add-new-h2" target="_blank" href="<?php echo ES_FAV; ?>"><?php _e('Help', 'email-subscribers'); ?></a>
121
+ </div>
122
+ <div class="alignright">
123
+ <?php echo $page_links; ?>
124
+ </div>
125
+ </div>
126
+ </form>
127
+ <p class="description"><?php echo ES_OFFICIAL; ?></p>
128
+ </div>
129
+ </div>
sentmail/index.html ADDED
@@ -0,0 +1 @@
 
1
+ <html><body bgcolor="#FFFFFF"></body></html>
sentmail/sentmail-preview.php ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php if(preg_match('#' . basename(__FILE__) . '#', $_SERVER['PHP_SELF'])) { die('You are not allowed to call this page directly.'); } ?>
2
+ <?php
3
+ $did = isset($_GET['did']) ? $_GET['did'] : '0';
4
+ es_cls_security::es_check_number($did);
5
+ $pagenum = isset($_GET['pagenum']) ? $_GET['pagenum'] : 1;
6
+ es_cls_security::es_check_number($pagenum);
7
+
8
+ // First check if ID exist with requested ID
9
+ $result = es_cls_sentmail::es_sentmail_count($did);
10
+ if ($result != '1')
11
+ {
12
+ ?><div class="error fade"><p><strong><?php _e('Oops, selected details doesnt exist.', 'email-subscribers'); ?></strong></p></div><?php
13
+ }
14
+ ?>
15
+ <script language="javaScript" src="<?php echo ES_URL; ?>template/template.js"></script>
16
+ <div class="wrap">
17
+ <div id="icon-plugins" class="icon32"></div>
18
+ <h2><?php _e(ES_PLUGIN_DISPLAY, 'email-subscribers'); ?></h2>
19
+ <h3><?php _e('Preview Mail', 'email-subscribers'); ?></h3>
20
+ <div class="tool-box">
21
+ <div style="padding:15px;background-color:#FFFFFF;">
22
+ <?php
23
+ $preview = array();
24
+ $preview = es_cls_sentmail::es_sentmail_select($did, 0, 0);
25
+ $preview = str_replace('###NAME###', "Username", $preview);
26
+ $preview = str_replace('###EMAIL###', "Useremail", $preview);
27
+ echo stripslashes($preview['es_sent_preview']);
28
+ ?>
29
+ </div>
30
+ <div class="tablenav">
31
+ <h2>
32
+ <a class="button add-new-h2" href="<?php echo ES_ADMINURL; ?>?page=es-sentmail&pagenum=<?php echo $pagenum; ?>"><?php _e('Back', 'email-subscribers'); ?></a>
33
+ <a class="button add-new-h2" target="_blank" href="<?php echo ES_FAV; ?>"><?php _e('Help', 'email-subscribers'); ?></a>
34
+ </h2>
35
+ </div>
36
+ <div style="height:10px;"></div>
37
+ <p class="description"><?php echo ES_OFFICIAL; ?></p>
38
+ </div>
39
+ </div>
sentmail/sentmail-show.php ADDED
@@ -0,0 +1,184 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php if(preg_match('#' . basename(__FILE__) . '#', $_SERVER['PHP_SELF'])) { die('You are not allowed to call this page directly.'); }
2
+
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
+ if (isset($_POST['frm_es_bulkaction']) && $_POST['frm_es_bulkaction'] != 'delete')
13
+ {
14
+ // First check if ID exist with requested ID
15
+ $result = es_cls_sentmail::es_sentmail_count($did);
16
+ if ($result != '1')
17
+ {
18
+ ?><div class="error fade"><p><strong><?php _e('Oops, selected details doesnt exist.', 'email-subscribers'); ?></strong></p></div><?php
19
+ }
20
+ else
21
+ {
22
+ // Form submitted, check the action
23
+ if (isset($_GET['ac']) && $_GET['ac'] == 'del' && isset($_GET['did']) && $_GET['did'] != '')
24
+ {
25
+ // Just security thingy that wordpress offers us
26
+ check_admin_referer('es_form_show');
27
+
28
+ // Delete selected record from the table
29
+ es_cls_sentmail::es_sentmail_delete($did);
30
+
31
+ // Set success message
32
+ $es_success_msg = TRUE;
33
+ $es_success = __('Selected record was successfully deleted.', 'email-subscribers');
34
+ }
35
+ }
36
+ }
37
+ else
38
+ {
39
+ check_admin_referer('es_form_show');
40
+ es_cls_optimize::es_optimize_setdetails();
41
+ $es_success_msg = TRUE;
42
+ $es_success = __('Successfully deleted all reports except latest 10.', 'email-subscribers');
43
+ }
44
+ if ($es_success_msg == TRUE)
45
+ {
46
+ ?><div class="updated fade"><p><strong><?php echo $es_success; ?></strong></p></div><?php
47
+ }
48
+ }
49
+ ?>
50
+ <div class="wrap">
51
+ <div id="icon-plugins" class="icon32"></div>
52
+ <h2><?php _e(ES_PLUGIN_DISPLAY, 'email-subscribers'); ?></h2>
53
+ <h3><?php _e('Sent Mails', 'email-subscribers'); ?></h3>
54
+ <div class="tool-box">
55
+ <?php
56
+ $pagenum = isset( $_GET['pagenum'] ) ? absint( $_GET['pagenum'] ) : 1;
57
+ es_cls_security::es_check_number($pagenum);
58
+ $limit = 30;
59
+ $offset = ($pagenum - 1) * $limit;
60
+ $total = es_cls_sentmail::es_sentmail_count(0);
61
+ $fulltotal = $total;
62
+ $total = ceil( $total / $limit );
63
+
64
+ $myData = array();
65
+ $myData = es_cls_sentmail::es_sentmail_select(0, $offset, $limit);
66
+ ?>
67
+ <form name="frm_es_display" method="post" onsubmit="return _es_bulkaction()">
68
+ <table width="100%" class="widefat" id="straymanage">
69
+ <thead>
70
+ <tr>
71
+ <th scope="col"><?php _e('View Reports', 'email-subscribers'); ?></th>
72
+ <th scope="col"><?php _e('Preview', 'email-subscribers'); ?></th>
73
+ <th scope="col"><?php _e('Source', 'email-subscribers'); ?></th>
74
+ <th scope="col"><?php _e('Status', 'email-subscribers'); ?></th>
75
+ <th scope="col"><?php _e('Type', 'email-subscribers'); ?></th>
76
+ <th scope="col"><?php _e('Start Date', 'email-subscribers'); ?></th>
77
+ <th scope="col"><?php _e('End Date', 'email-subscribers'); ?></th>
78
+ <th scope="col"><?php _e('Total', 'email-subscribers'); ?></th>
79
+ <th scope="col"><?php _e('Action', 'email-subscribers'); ?></th>
80
+ </tr>
81
+ </thead>
82
+ <tfoot>
83
+ <tr>
84
+ <th scope="col"><?php _e('View Reports', 'email-subscribers'); ?></th>
85
+ <th scope="col"><?php _e('Preview', 'email-subscribers'); ?></th>
86
+ <th scope="col"><?php _e('Source', 'email-subscribers'); ?></th>
87
+ <th scope="col"><?php _e('Status', 'email-subscribers'); ?></th>
88
+ <th scope="col"><?php _e('Type', 'email-subscribers'); ?></th>
89
+ <th scope="col"><?php _e('Start Date', 'email-subscribers'); ?></th>
90
+ <th scope="col"><?php _e('End Date', 'email-subscribers'); ?></th>
91
+ <th scope="col"><?php _e('Total', 'email-subscribers'); ?></th>
92
+ <th scope="col"><?php _e('Action', 'email-subscribers'); ?></th>
93
+ </tr>
94
+ </tfoot>
95
+ <tbody>
96
+ <?php
97
+ $i = 0;
98
+ if(count($myData) > 0)
99
+ {
100
+ $i = 1;
101
+ foreach ($myData as $data)
102
+ {
103
+ ?>
104
+ <tr class="<?php if ($i&1) { echo'alternate'; } else { echo ''; }?>">
105
+ <td>
106
+ <a title="Click For Report" href="<?php echo ES_ADMINURL; ?>?page=es-sentmail&amp;ac=delivery&amp;sentguid=<?php echo $data['es_sent_guid']; ?>">
107
+ <?php echo $data['es_sent_guid']; ?>
108
+ </a>
109
+ </td>
110
+ <td>
111
+ <a title="Mail Preview" href="<?php echo ES_ADMINURL; ?>?page=es-sentmail&amp;ac=preview&amp;did=<?php echo $data['es_sent_id']; ?>&amp;pagenum=<?php echo $pagenum; ?>">
112
+ <img alt="Delete" src="<?php echo ES_URL; ?>images/preview.gif" />
113
+ </a>
114
+ </td>
115
+ <td><?php echo $data['es_sent_source']; ?></td>
116
+ <td><?php echo es_cls_common::es_disp_status($data['es_sent_status']); ?></td>
117
+ <td><?php echo es_cls_common::es_disp_status($data['es_sent_type']); ?></td>
118
+ <td><?php echo $data['es_sent_starttime']; ?></td>
119
+ <td><?php echo $data['es_sent_endtime']; ?></td>
120
+ <td><?php echo $data['es_sent_count']; ?></td>
121
+ <td><a title="Delete Record" onClick="javascript:_es_delete('<?php echo $data['es_sent_id']; ?>')" href="javascript:void(0);">
122
+ <img alt="Delete" src="<?php echo ES_URL; ?>images/delete.gif" />
123
+ </a></td>
124
+ </tr>
125
+ <?php
126
+ $i = $i+1;
127
+ }
128
+ }
129
+ else
130
+ {
131
+ ?><tr><td colspan="9" align="center"><?php _e('No records available.', 'email-subscribers'); ?></td></tr><?php
132
+ }
133
+ ?>
134
+ </tbody>
135
+ </table>
136
+ <?php wp_nonce_field('es_form_show'); ?>
137
+ <input type="hidden" name="frm_es_display" value="yes"/>
138
+ <div style="padding-top:10px;"></div>
139
+ <?php
140
+ $page_links = paginate_links( array(
141
+ 'base' => add_query_arg( 'pagenum', '%#%' ),
142
+ 'format' => '',
143
+ 'prev_text' => __( ' &lt;&lt; ' ),
144
+ 'next_text' => __( ' &gt;&gt; ' ),
145
+ 'total' => $total,
146
+ 'show_all' => False,
147
+ 'current' => $pagenum
148
+ ) );
149
+ ?>
150
+ <style>
151
+ .page-numbers {
152
+ background: none repeat scroll 0 0 rgba(0, 0, 0, 0.05);
153
+ border-color: #CCCCCC;
154
+ color: #555555;
155
+ padding: 5px;
156
+ text-decoration:none;
157
+ margin-left:2px;
158
+ margin-right:2px;
159
+ }
160
+ .current {
161
+ background: none repeat scroll 0 0 #BBBBBB;
162
+ }
163
+ </style>
164
+ <div class="tablenav">
165
+ <div class="alignleft">
166
+ <select name="action" id="action">
167
+ <option value="optimize-table"><?php _e('Optimize Table', 'email-subscribers'); ?></option>
168
+ </select>
169
+ <input type="submit" value="<?php _e('Optimize Table', 'email-subscribers'); ?>" class="button action" id="doaction" name="">
170
+ </div>
171
+ <div class="alignright">
172
+ <?php echo $page_links; ?>
173
+ </div>
174
+ </div>
175
+ <input type="hidden" name="frm_es_bulkaction" value=""/>
176
+ </form>
177
+ <?php if ($fulltotal > 30 ) { ?>
178
+ <div class="error fade"><p>
179
+ <?php _e('Note: Please click <strong>Optimize Table</strong> button to delete all reports except latest 10.', 'email-subscribers'); ?>
180
+ </p></div>
181
+ <?php } ?>
182
+ <p class="description"><?php echo ES_OFFICIAL; ?></p>
183
+ </div>
184
+ </div>
sentmail/sentmail.js ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ function _es_delete(id)
2
+ {
3
+ if(confirm(es_sentmail_notices.es_sentmail_delete))
4
+ {
5
+ document.frm_es_display.action="admin.php?page=es-sentmail&ac=del&did="+id;
6
+ document.frm_es_display.submit();
7
+ }
8
+ }
9
+
10
+ function _es_redirect()
11
+ {
12
+ window.location = "admin.php?page=es-sentmail";
13
+ }
14
+
15
+ function _es_help()
16
+ {
17
+ window.open("http://www.storeapps.org/support/contact-us/");
18
+ }
19
+
20
+ function _es_bulkaction()
21
+ {
22
+ if(document.frm_es_display.action.value == "optimize-table")
23
+ {
24
+ if(confirm(es_sentmail_notices.es_sentmail_delete_all))
25
+ {
26
+ document.frm_es_display.frm_es_bulkaction.value = 'delete';
27
+ document.frm_es_display.action="admin.php?page=es-sentmail&bulkaction=delete";
28
+ document.frm_es_display.submit();
29
+ }
30
+ else
31
+ {
32
+ return false;
33
+ }
34
+ }
35
+ else
36
+ {
37
+ return false;
38
+ }
39
+ }
settings/index.html ADDED
@@ -0,0 +1 @@
 
1
+ <html><body bgcolor="#FFFFFF"></body></html>
settings/setting-sync.php ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ // Form submitted, check the data
5
+ if (isset($_POST['es_form_submit']) && $_POST['es_form_submit'] == 'yes')
6
+ {
7
+ check_admin_referer('es_form_sync');
8
+ $es_success = __('Table sync completed successfully.', 'email-subscribers');
9
+ es_cls_registerhook::es_synctables();
10
+ ?>
11
+ <div class="updated fade">
12
+ <p><strong><?php echo $es_success; ?></strong></p>
13
+ </div>
14
+ <?php
15
+ }
16
+ ?>
17
+ <div class="form-wrap">
18
+ <div id="icon-plugins" class="icon32"></div>
19
+ <h2><?php _e(ES_PLUGIN_DISPLAY, 'email-subscribers'); ?></h2>
20
+ <form name="form_addemail" method="post" action="#" onsubmit="return _es_addemail()" >
21
+ <h3 class="title"><?php _e('Sync plugin tables', 'email-subscribers'); ?></h3>
22
+ <input type="hidden" name="es_form_submit" value="yes"/>
23
+ <div style="padding-top:5px;"></div>
24
+ <p>
25
+ <input name="publish" lang="publish" class="button add-new-h2" value="<?php _e('Click to sync tables', 'email-subscribers'); ?>" type="submit" />
26
+ </p>
27
+ <?php wp_nonce_field('es_form_sync'); ?>
28
+ </form>
29
+ </div>
30
+ <p class="description"><?php echo ES_OFFICIAL; ?></p>
31
+ </div>
settings/settings-edit.php ADDED
@@ -0,0 +1,387 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ $result = es_cls_settings::es_setting_count(1);
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
+ $form = array(
13
+ 'es_c_id' => '',
14
+ 'es_c_fromname' => '',
15
+ 'es_c_fromemail' => '',
16
+ 'es_c_mailtype' => '',
17
+ 'es_c_adminmailoption' => '',
18
+ 'es_c_adminemail' => '',
19
+ 'es_c_adminmailsubject' => '',
20
+ 'es_c_adminmailcontant' => '',
21
+ 'es_c_usermailoption' => '',
22
+ 'es_c_usermailsubject' => '',
23
+ 'es_c_usermailcontant' => '',
24
+ 'es_c_optinoption' => '',
25
+ 'es_c_optinsubject' => '',
26
+ 'es_c_optincontent' => '',
27
+ 'es_c_optinlink' => '',
28
+ 'es_c_unsublink' => '',
29
+ 'es_c_unsubtext' => '',
30
+ 'es_c_unsubhtml' => '',
31
+ 'es_c_subhtml' => '',
32
+ 'es_c_message1' => '',
33
+ 'es_c_message2' => '',
34
+ 'es_c_sentreport' => ''
35
+ );
36
+ }
37
+ else
38
+ {
39
+ $es_errors = array();
40
+ $es_success = '';
41
+ $es_error_found = FALSE;
42
+
43
+ $data = array();
44
+ $data = es_cls_settings::es_setting_select(1);
45
+
46
+ $es_c_sentreport_subject = '';
47
+ $es_c_sentreport = '';
48
+ $es_c_sentreport_subject = get_option('es_c_sentreport_subject', 'nosubjectexists');
49
+ $es_c_sentreport = get_option('es_c_sentreport', 'nooptionexists');
50
+ if($es_c_sentreport_subject == "nosubjectexists")
51
+ {
52
+ $es_sent_report_subject = es_cls_common::es_sent_report_subject();
53
+ add_option('es_c_sentreport_subject', $es_sent_report_subject);
54
+ $es_c_sentreport_subject = $es_sent_report_subject;
55
+ }
56
+
57
+ if($es_c_sentreport == "nooptionexists")
58
+ {
59
+ $es_sent_report_plain = es_cls_common::es_sent_report_plain();
60
+ add_option('es_c_sentreport', $es_sent_report_plain);
61
+ $es_c_sentreport = $es_sent_report_plain;
62
+ }
63
+
64
+ // Preset the form fields
65
+ $form = array(
66
+ 'es_c_id' => $data['es_c_id'],
67
+ 'es_c_fromname' => $data['es_c_fromname'],
68
+ 'es_c_fromemail' => $data['es_c_fromemail'],
69
+ 'es_c_mailtype' => $data['es_c_mailtype'],
70
+ 'es_c_adminmailoption' => $data['es_c_adminmailoption'],
71
+ 'es_c_adminemail' => $data['es_c_adminemail'],
72
+ 'es_c_adminmailsubject' => $data['es_c_adminmailsubject'],
73
+ 'es_c_adminmailcontant' => $data['es_c_adminmailcontant'],
74
+ 'es_c_usermailoption' => $data['es_c_usermailoption'],
75
+ 'es_c_usermailsubject' => $data['es_c_usermailsubject'],
76
+ 'es_c_usermailcontant' => $data['es_c_usermailcontant'],
77
+ 'es_c_optinoption' => $data['es_c_optinoption'],
78
+ 'es_c_optinsubject' => $data['es_c_optinsubject'],
79
+ 'es_c_optincontent' => $data['es_c_optincontent'],
80
+ 'es_c_optinlink' => $data['es_c_optinlink'],
81
+ 'es_c_unsublink' => $data['es_c_unsublink'],
82
+ 'es_c_unsubtext' => $data['es_c_unsubtext'],
83
+ 'es_c_unsubhtml' => $data['es_c_unsubhtml'],
84
+ 'es_c_subhtml' => $data['es_c_subhtml'],
85
+ 'es_c_message1' => $data['es_c_message1'],
86
+ 'es_c_message2' => $data['es_c_message2'],
87
+ 'es_c_sentreport' => $es_c_sentreport,
88
+ 'es_c_sentreport_subject' => $es_c_sentreport_subject
89
+ );
90
+ }
91
+
92
+
93
+ // Form submitted, check the data
94
+ if (isset($_POST['es_form_submit']) && $_POST['es_form_submit'] == 'yes')
95
+ {
96
+ // Just security thingy that wordpress offers us
97
+ check_admin_referer('es_form_edit');
98
+
99
+ $form['es_c_fromname'] = isset($_POST['es_c_fromname']) ? $_POST['es_c_fromname'] : '';
100
+ if ($form['es_c_fromname'] == '')
101
+ {
102
+ $es_errors[] = __('Please enter sender of notifications from name.', 'email-subscribers');
103
+ $es_error_found = TRUE;
104
+ }
105
+ $form['es_c_fromemail'] = isset($_POST['es_c_fromemail']) ? $_POST['es_c_fromemail'] : '';
106
+ if ($form['es_c_fromemail'] == '')
107
+ {
108
+ $es_errors[] = __('Please enter sender of notifications from email.', 'email-subscribers');
109
+ $es_error_found = TRUE;
110
+ }
111
+
112
+ $home_url = home_url('/');
113
+ $optinlink = $home_url . "?es=optin&db=###DBID###&email=###EMAIL###&guid=###GUID###";
114
+ $unsublink = $home_url . "?es=unsubscribe&db=###DBID###&email=###EMAIL###&guid=###GUID###";
115
+
116
+ $form['es_c_mailtype'] = isset($_POST['es_c_mailtype']) ? $_POST['es_c_mailtype'] : '';
117
+ $form['es_c_adminmailoption'] = isset($_POST['es_c_adminmailoption']) ? $_POST['es_c_adminmailoption'] : '';
118
+ $form['es_c_adminemail'] = isset($_POST['es_c_adminemail']) ? $_POST['es_c_adminemail'] : '';
119
+ $form['es_c_adminmailsubject'] = isset($_POST['es_c_adminmailsubject']) ? $_POST['es_c_adminmailsubject'] : '';
120
+ $form['es_c_adminmailcontant'] = isset($_POST['es_c_adminmailcontant']) ? $_POST['es_c_adminmailcontant'] : '';
121
+ $form['es_c_usermailoption'] = isset($_POST['es_c_usermailoption']) ? $_POST['es_c_usermailoption'] : '';
122
+ $form['es_c_usermailsubject'] = isset($_POST['es_c_usermailsubject']) ? $_POST['es_c_usermailsubject'] : '';
123
+ $form['es_c_usermailcontant'] = isset($_POST['es_c_usermailcontant']) ? $_POST['es_c_usermailcontant'] : '';
124
+ $form['es_c_optinoption'] = isset($_POST['es_c_optinoption']) ? $_POST['es_c_optinoption'] : '';
125
+ $form['es_c_optinsubject'] = isset($_POST['es_c_optinsubject']) ? $_POST['es_c_optinsubject'] : '';
126
+ $form['es_c_optincontent'] = isset($_POST['es_c_optincontent']) ? $_POST['es_c_optincontent'] : '';
127
+ $form['es_c_optinlink'] = $optinlink; //isset($_POST['es_c_optinlink']) ? $_POST['es_c_optinlink'] : '';
128
+ $form['es_c_unsublink'] = $unsublink; //isset($_POST['es_c_unsublink']) ? $_POST['es_c_unsublink'] : '';
129
+ $form['es_c_unsubtext'] = isset($_POST['es_c_unsubtext']) ? $_POST['es_c_unsubtext'] : '';
130
+ $form['es_c_unsubhtml'] = isset($_POST['es_c_unsubhtml']) ? $_POST['es_c_unsubhtml'] : '';
131
+ $form['es_c_subhtml'] = isset($_POST['es_c_subhtml']) ? $_POST['es_c_subhtml'] : '';
132
+ $form['es_c_message1'] = isset($_POST['es_c_message1']) ? $_POST['es_c_message1'] : '';
133
+ $form['es_c_message2'] = isset($_POST['es_c_message2']) ? $_POST['es_c_message2'] : '';
134
+ $form['es_c_id'] = isset($_POST['es_c_id']) ? $_POST['es_c_id'] : '1';
135
+
136
+ // No errors found, we can add this Group to the table
137
+ if ($es_error_found == FALSE)
138
+ {
139
+ $action = "";
140
+ $action = es_cls_settings::es_setting_update($form);
141
+ if($action == "sus")
142
+ {
143
+ $es_success = __('Details was successfully updated.', 'email-subscribers');
144
+ }
145
+ else
146
+ {
147
+ $es_error_found == TRUE;
148
+ $es_errors[] = __('Oops, details not update.', 'email-subscribers');
149
+ }
150
+ }
151
+
152
+ $form['es_c_sentreport'] = isset($_POST['es_c_sentreport']) ? $_POST['es_c_sentreport'] : '';
153
+ update_option('es_c_sentreport', $form['es_c_sentreport'] );
154
+ $form['es_c_sentreport_subject'] = isset($_POST['es_c_sentreport_subject']) ? $_POST['es_c_sentreport_subject'] : '';
155
+ update_option('es_c_sentreport_subject', $form['es_c_sentreport_subject'] );
156
+ }
157
+
158
+ if ($es_error_found == TRUE && isset($es_errors[0]) == TRUE)
159
+ {
160
+ ?>
161
+ <div class="error fade">
162
+ <p><strong><?php echo $es_errors[0]; ?></strong></p>
163
+ </div>
164
+ <?php
165
+ }
166
+ if ($es_error_found == FALSE && strlen($es_success) > 0)
167
+ {
168
+ ?>
169
+ <div class="updated fade">
170
+ <p>
171
+ <strong>
172
+ <?php echo $es_success; ?>
173
+ <a href="<?php echo get_option('siteurl'); ?>/wp-admin/admin.php?page=es-settings"><?php _e('Click here', 'email-subscribers'); ?></a>
174
+ <?php _e(' to view the details', 'email-subscribers'); ?>
175
+ </strong>
176
+ </p>
177
+ </div>
178
+ <?php
179
+ }
180
+ ?>
181
+ <style>
182
+ .form-table th {
183
+ width: 350px;
184
+ }
185
+ </style>
186
+ <div class="form-wrap">
187
+ <div id="icon-plugins" class="icon32"></div>
188
+ <h2><?php _e(ES_PLUGIN_DISPLAY, 'email-subscribers'); ?></h2>
189
+ <h3><?php _e('Settings', 'email-subscribers'); ?></h3>
190
+ <form name="es_form" method="post" action="#" onsubmit="return _es_submit()" >
191
+ <table class="form-table">
192
+ <tbody>
193
+ <tr>
194
+ <th scope="row">
195
+ <label for="elp"><?php _e('Sender of notifications', 'email-subscribers'); ?>
196
+ <p class="description"><?php _e('Choose a FROM name and FROM email address for all notifications emails from this plugin.', 'email-subscribers'); ?></p></label>
197
+ </th>
198
+ <td>
199
+ <input name="es_c_fromname" type="text" id="es_c_fromname" value="<?php echo esc_html(stripslashes($form['es_c_fromname'])); ?>" maxlength="225" />
200
+ <input name="es_c_fromemail" type="text" id="es_c_fromemail" value="<?php echo esc_html(stripslashes($form['es_c_fromemail'])); ?>" size="35" maxlength="225" />
201
+ </td>
202
+ </tr>
203
+ <tr>
204
+ <th scope="row">
205
+ <label for="elp"><?php _e('Mail type', 'email-subscribers'); ?>
206
+ <p class="description"><?php _e('Option 1 & 2 is to send mails with default Wordpress method wp_mail(). Option 3 & 4 is to send mails with PHP method mail()', 'email-subscribers'); ?></p></label>
207
+ </th>
208
+ <td>
209
+ <select name="es_c_mailtype" id="es_c_mailtype">
210
+ <option value='WP HTML MAIL' <?php if($form['es_c_mailtype'] == 'WP HTML MAIL') { echo 'selected' ; } ?>>1. WP HTML MAIL</option>
211
+ <option value='WP PLAINTEXT MAIL' <?php if($form['es_c_mailtype'] == 'WP PLAINTEXT MAIL') { echo 'selected' ; } ?>>2. WP PLAINTEXT MAIL</option>
212
+ <option value='PHP HTML MAIL' <?php if($form['es_c_mailtype'] == 'PHP HTML MAIL') { echo 'selected' ; } ?>>3. PHP HTML MAIL</option>
213
+ <option value='PHP PLAINTEXT MAIL' <?php if($form['es_c_mailtype'] == 'PHP PLAINTEXT MAIL') { echo 'selected' ; } ?>>4. PHP PLAINTEXT MAIL</option>
214
+ </select>
215
+ </td>
216
+ </tr>
217
+ <!-------------------------------------------------------------------------------->
218
+ <tr>
219
+ <th scope="row">
220
+ <label for="elp"><?php _e('Opt-in option', 'email-subscribers'); ?>
221
+ <p class="description"><?php _e('Double Opt In, means subscribers need to confirm their email address by an activation link sent them on a activation email message. Single Opt In, means subscribers do not need to confirm their email address.', 'email-subscribers'); ?></p></label>
222
+ </th>
223
+ <td>
224
+ <select name="es_c_optinoption" id="es_c_optinoption">
225
+ <option value='Double Opt In' <?php if($form['es_c_optinoption'] == 'Double Opt In') { echo 'selected' ; } ?>>Double Opt In</option>
226
+ <option value='Single Opt In' <?php if($form['es_c_optinoption'] == 'Single Opt In') { echo 'selected' ; } ?>>Single Opt In</option>
227
+ </select>
228
+ </td>
229
+ </tr>
230
+ <tr>
231
+ <th scope="row">
232
+ <label for="elp"><?php _e('Opt-in mail subject (Confirmation mail)', 'email-subscribers'); ?>
233
+ <p class="description"><?php _e('Enter the subject for Double Opt In mail. This will send whenever subscriber added email into our database.', 'email-subscribers'); ?></p></label>
234
+ </th>
235
+ <td><input name="es_c_optinsubject" type="text" id="es_c_optinsubject" value="<?php echo esc_html(stripslashes($form['es_c_optinsubject'])); ?>" size="60" maxlength="225" /></td>
236
+ </tr>
237
+ <tr>
238
+ <th scope="row">
239
+ <label for="elp"><?php _e('Opt-in mail content (Confirmation mail)', 'email-subscribers'); ?>
240
+ <p class="description"><?php _e('Enter the content for Double Opt In mail. This will send whenever subscriber added email into our database.', 'email-subscribers'); ?> (Keyword: ###NAME###)</p></label>
241
+ </th>
242
+ <td><textarea size="100" id="es_c_optincontent" rows="10" cols="58" name="es_c_optincontent"><?php echo esc_html(stripslashes($form['es_c_optincontent'])); ?></textarea></td>
243
+ </tr>
244
+ <tr>
245
+ <th scope="row">
246
+ <label for="elp"><?php _e('Opt-in link (Confirmation link)', 'email-subscribers'); ?><p class="description">
247
+ <?php _e('Double Opt In confirmation link. You no need to change this value.', 'email-subscribers'); ?></p></label>
248
+ </th>
249
+ <td><input name="es_c_optinlink" type="text" id="es_c_optinlink" value="<?php echo esc_html(stripslashes($form['es_c_optinlink'])); ?>" size="60" maxlength="225" /></td>
250
+ </tr>
251
+ <tr>
252
+ <th scope="row">
253
+ <label for="elp"><?php _e('Text to display after email subscribed successfully', 'email-subscribers'); ?>
254
+ <p class="description"><?php _e('This text will display once user clicked email confirmation link from opt-in (confirmation) email content.', 'email-subscribers'); ?></p></label>
255
+ </th>
256
+ <td><textarea size="100" id="es_c_subhtml" rows="4" cols="58" name="es_c_subhtml"><?php echo esc_html(stripslashes($form['es_c_subhtml'])); ?></textarea></td>
257
+ </tr>
258
+ <!-------------------------------------------------------------------------------->
259
+ <tr>
260
+ <th scope="row">
261
+ <label for="elp"><?php _e('Subscriber welcome email', 'email-subscribers'); ?>
262
+ <p class="description"><?php _e('To send welcome mail to subscriber, This option must be set to YES.', 'email-subscribers'); ?></p></label>
263
+ </th>
264
+ <td>
265
+ <select name="es_c_usermailoption" id="es_c_usermailoption">
266
+ <option value='YES' <?php if($form['es_c_usermailoption'] == 'YES') { echo 'selected' ; } ?>>YES</option>
267
+ <option value='NO' <?php if($form['es_c_usermailoption'] == 'NO') { echo 'selected' ; } ?>>NO</option>
268
+ </select>
269
+ </td>
270
+ </tr>
271
+ <tr>
272
+ <th scope="row">
273
+ <label for="elp"><?php _e('Welcome mail subject', 'email-subscribers'); ?>
274
+ <p class="description"><?php _e('Enter the subject for subscriber welcome mail. This will send whenever email subscribed (confirmed) successfully.', 'email-subscribers'); ?></p></label>
275
+ </th>
276
+ <td><input name="es_c_usermailsubject" type="text" id="es_c_usermailsubject" value="<?php echo esc_html(stripslashes($form['es_c_usermailsubject'])); ?>" size="60" maxlength="225" /></td>
277
+ </tr>
278
+ <tr>
279
+ <th scope="row">
280
+ <label for="elp"><?php _e('Subscriber welcome mail content', 'email-subscribers'); ?>
281
+ <p class="description"><?php _e('Enter the content for subscriber welcome mail. This will send whenever email subscribed (confirmed) successfully.', 'email-subscribers'); ?> (Keyword: ###NAME###)</p>
282
+ </label>
283
+ </th>
284
+ <td><textarea size="100" id="es_c_usermailcontant" rows="10" cols="58" name="es_c_usermailcontant"><?php echo esc_html(stripslashes($form['es_c_usermailcontant'])); ?></textarea></td>
285
+ </tr>
286
+ <!-------------------------------------------------------------------------------->
287
+ <tr>
288
+ <th scope="row">
289
+ <label for="elp"><?php _e('Mail to admin', 'email-subscribers'); ?>
290
+ <p class="description"><?php _e('To send admin notifications for new subscriber, This option must be set to YES.', 'email-subscribers'); ?></p></label>
291
+ </th>
292
+ <td>
293
+ <select name="es_c_adminmailoption" id="es_c_adminmailoption">
294
+ <option value='YES' <?php if($form['es_c_adminmailoption'] == 'YES') { echo 'selected' ; } ?>>YES</option>
295
+ <option value='NO' <?php if($form['es_c_adminmailoption'] == 'NO') { echo 'selected' ; } ?>>NO</option>
296
+ </select>
297
+ </td>
298
+ </tr>
299
+ <tr>
300
+ <th scope="row">
301
+ <label for="elp"><?php _e('Admin email addresses', 'email-subscribers'); ?>
302
+ <p class="description"><?php _e('Enter the admin email addresses that should receive notifications (separate by comma).', 'email-subscribers'); ?></p></label>
303
+ </th>
304
+ <td><input name="es_c_adminemail" type="text" id="es_c_adminemail" value="<?php echo esc_html(stripslashes($form['es_c_adminemail'])); ?>" size="60" maxlength="225" /></td>
305
+ </tr>
306
+ <tr>
307
+ <th scope="row">
308
+ <label for="elp"><?php _e('Admin mail subject', 'email-subscribers'); ?>
309
+ <p class="description"><?php _e('Enter the subject for admin mail. This will send whenever new email added and confirmed into our database.', 'email-subscribers'); ?></p></label>
310
+ </th>
311
+ <td><input name="es_c_adminmailsubject" type="text" id="es_c_adminmailsubject" value="<?php echo esc_html(stripslashes($form['es_c_adminmailsubject'])); ?>" size="60" maxlength="225" /></td>
312
+ </tr>
313
+ <tr>
314
+ <th scope="row">
315
+ <label for="elp"><?php _e('Admin mail content', 'email-subscribers'); ?>
316
+ <p class="description"><?php _e('Enter the mail content for admin. This will send whenever new email added and confirmed into our database.', 'email-subscribers'); ?> (Keyword: ###NAME###, ###EMAIL###)</p></label>
317
+ </th>
318
+ <td><textarea size="100" id="es_c_adminmailcontant" rows="10" cols="58" name="es_c_adminmailcontant"><?php echo esc_html(stripslashes($form['es_c_adminmailcontant'])); ?></textarea></td>
319
+ </tr>
320
+ <!-------------------------------------------------------------------------------->
321
+ <tr>
322
+ <th scope="row">
323
+ <label for="elp"><?php _e('Unsubscribe link', 'email-subscribers'); ?>
324
+ <p class="description"><?php _e('Unsubscribe link. You no need to change this value.', 'email-subscribers'); ?></p></label>
325
+ </th>
326
+ <td><input name="es_c_unsublink" type="text" id="es_c_unsublink" value="<?php echo esc_html(stripslashes($form['es_c_unsublink'])); ?>" size="60" maxlength="225" /></td>
327
+ </tr>
328
+ <tr>
329
+ <th scope="row">
330
+ <label for="elp"><?php _e('Unsubscribe text in mail', 'email-subscribers'); ?>
331
+ <p class="description"><?php _e('Enter the text for unsubscribe link. This text is to add unsubscribe link with newsletter.', 'email-subscribers'); ?> (Keyword: ###LINK###)</p></label>
332
+ </th>
333
+ <td><textarea size="100" id="es_c_unsubtext" rows="4" cols="58" name="es_c_unsubtext"><?php echo esc_html(stripslashes($form['es_c_unsubtext'])); ?></textarea></td>
334
+ </tr>
335
+ <tr>
336
+ <th scope="row">
337
+ <label for="elp"><?php _e('Text to display after email unsubscribed', 'email-subscribers'); ?>
338
+ <p class="description"><?php _e('This text will display once user clicked unsubscribed link from our newsletter.', 'email-subscribers'); ?></p></label>
339
+ </th>
340
+ <td><textarea size="100" id="es_c_unsubhtml" rows="4" cols="58" name="es_c_unsubhtml"><?php echo esc_html(stripslashes($form['es_c_unsubhtml'])); ?></textarea></td>
341
+ </tr>
342
+ <!-------------------------------------------------------------------------------->
343
+ <tr>
344
+ <th scope="row">
345
+ <label for="elp"><?php _e('Message 1', 'email-subscribers'); ?>
346
+ <p class="description"><?php _e('Default message to display if any issue on confirmation link.', 'email-subscribers'); ?></p></label>
347
+ </th>
348
+ <td><textarea size="100" id="es_c_message1" rows="4" cols="58" name="es_c_message1"><?php echo esc_html(stripslashes($form['es_c_message1'])); ?></textarea></td>
349
+ </tr>
350
+ <tr>
351
+ <th scope="row">
352
+ <label for="elp"><?php _e('Message 2', 'email-subscribers'); ?>
353
+ <p class="description"><?php _e('Default message to display if any issue on unsubscribe link.', 'email-subscribers'); ?></p></label>
354
+ </th>
355
+ <td><textarea size="100" id="es_c_message2" rows="4" cols="58" name="es_c_message2"><?php echo esc_html(stripslashes($form['es_c_message2'])); ?></textarea></td>
356
+ </tr>
357
+ <!-------------------------------------------------------------------------------->
358
+ <tr>
359
+ <th scope="row">
360
+ <label for="elp"><?php _e('Sent report subject', 'email-subscribers'); ?>
361
+ <p class="description"><?php _e('Mail subject for sent mail report.', 'email-subscribers'); ?></p></label>
362
+ </th>
363
+ <td><input name="es_c_sentreport_subject" type="text" id="es_c_sentreport_subject" value="<?php echo esc_html(stripslashes($form['es_c_sentreport_subject'])); ?>" size="60" maxlength="225" /></td>
364
+ </tr>
365
+ <tr>
366
+ <th scope="row">
367
+ <label for="elp"><?php _e('Sent report content', 'email-subscribers'); ?>
368
+ <p class="description"><?php _e('Mail content for sent mail report.', 'email-subscribers'); ?> (Keyword: ###COUNT###, ###UNIQUE###, ###STARTTIME###, ###ENDTIME###)</p></label>
369
+ </th>
370
+ <td><textarea size="100" id="es_c_sentreport" rows="8" cols="58" name="es_c_sentreport"><?php echo esc_html(stripslashes($form['es_c_sentreport'])); ?></textarea></td>
371
+ </tr>
372
+ <!-------------------------------------------------------------------------------->
373
+ </tbody>
374
+ </table>
375
+ <div style="padding-top:10px;"></div>
376
+ <input type="hidden" name="es_form_submit" value="yes"/>
377
+ <input type="hidden" name="es_c_id" id="es_c_id" value="<?php echo $form['es_c_id']; ?>"/>
378
+ <p class="submit">
379
+ <input name="publish" lang="publish" class="button add-new-h2" value="<?php _e('Save Settings', 'email-subscribers'); ?>" type="submit" />
380
+ <input name="publish" lang="publish" class="button add-new-h2" onclick="_es_redirect()" value="<?php _e('Cancel', 'email-subscribers'); ?>" type="button" />
381
+ <input name="Help" lang="publish" class="button add-new-h2" onclick="_es_help()" value="<?php _e('Help', 'email-subscribers'); ?>" type="button" />
382
+ </p>
383
+ <?php wp_nonce_field('es_form_edit'); ?>
384
+ </form>
385
+ </div>
386
+ <p class="description"><?php echo ES_OFFICIAL; ?></p>
387
+ </div>
settings/settings.js ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
1
+ function _es_redirect()
2
+ {
3
+ window.location = "admin.php?page=es-settings";
4
+ }
5
+
6
+ function _es_help()
7
+ {
8
+ window.open("http://www.storeapps.org/support/contact-us/");
9
+ }
sql/es-createdb.sql ADDED
@@ -0,0 +1,92 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ CREATE TABLE IF NOT EXISTS es_emaillist (
2
+ es_email_id INT unsigned NOT NULL AUTO_INCREMENT,
3
+ es_email_name VARCHAR(255) NOT NULL,
4
+ es_email_mail VARCHAR(255) NOT NULL,
5
+ es_email_status VARCHAR(25) NOT NULL default 'Unconfirmed',
6
+ es_email_created datetime NOT NULL default '0000-00-00 00:00:00',
7
+ es_email_viewcount VARCHAR(100) NOT NULL,
8
+ es_email_group VARCHAR(255) NOT NULL default 'Public',
9
+ es_email_guid VARCHAR(255) NOT NULL,
10
+ PRIMARY KEY (es_email_id)
11
+ ) ENGINE=MyISAM /*!40100 DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci*/;
12
+
13
+ -- SQLQUERY ---
14
+
15
+ CREATE TABLE IF NOT EXISTS es_templatetable (
16
+ es_templ_id INT unsigned NOT NULL AUTO_INCREMENT,
17
+ es_templ_heading VARCHAR(255) NOT NULL,
18
+ es_templ_body TEXT NULL,
19
+ es_templ_status VARCHAR(25) NOT NULL default 'Published',
20
+ es_email_type VARCHAR(100) NOT NULL default 'Static Template',
21
+ PRIMARY KEY (es_templ_id)
22
+ ) ENGINE=MyISAM /*!40100 DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci*/;
23
+
24
+ -- SQLQUERY ---
25
+
26
+ CREATE TABLE IF NOT EXISTS es_notification (
27
+ es_note_id INT unsigned NOT NULL AUTO_INCREMENT,
28
+ es_note_cat TEXT NULL,
29
+ es_note_group VARCHAR(255) NOT NULL,
30
+ es_note_templ INT unsigned NOT NULL,
31
+ es_note_status VARCHAR(10) NOT NULL default 'Enable',
32
+ PRIMARY KEY (es_note_id)
33
+ ) ENGINE=MyISAM /*!40100 DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci*/;
34
+
35
+ -- SQLQUERY ---
36
+
37
+ CREATE TABLE IF NOT EXISTS es_sentdetails (
38
+ es_sent_id INT unsigned NOT NULL AUTO_INCREMENT,
39
+ es_sent_guid VARCHAR(255) NOT NULL,
40
+ es_sent_qstring VARCHAR(255) NOT NULL,
41
+ es_sent_source VARCHAR(255) NOT NULL,
42
+ es_sent_starttime datetime NOT NULL default '0000-00-00 00:00:00',
43
+ es_sent_endtime datetime NOT NULL default '0000-00-00 00:00:00',
44
+ es_sent_count INT unsigned NOT NULL,
45
+ es_sent_preview TEXT NULL,
46
+ es_sent_status VARCHAR(25) NOT NULL default 'Sent',
47
+ es_sent_type VARCHAR(25) NOT NULL default 'Instant Mail',
48
+ es_sent_subject VARCHAR(255) NOT NULL,
49
+ PRIMARY KEY (es_sent_id)
50
+ ) ENGINE=MyISAM /*!40100 DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci*/;
51
+
52
+ -- SQLQUERY ---
53
+
54
+ CREATE TABLE IF NOT EXISTS es_deliverreport (
55
+ es_deliver_id INT unsigned NOT NULL AUTO_INCREMENT,
56
+ es_deliver_sentguid VARCHAR(255) NOT NULL,
57
+ es_deliver_emailid INT unsigned NOT NULL,
58
+ es_deliver_emailmail VARCHAR(255) NOT NULL,
59
+ es_deliver_sentdate datetime NOT NULL default '0000-00-00 00:00:00',
60
+ es_deliver_status VARCHAR(25) NOT NULL,
61
+ es_deliver_viewdate datetime NOT NULL default '0000-00-00 00:00:00',
62
+ es_deliver_sentstatus VARCHAR(25) NOT NULL default 'Sent',
63
+ es_deliver_senttype VARCHAR(25) NOT NULL default 'Instant Mail',
64
+ PRIMARY KEY (es_deliver_id)
65
+ ) ENGINE=MyISAM /*!40100 DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci*/;
66
+
67
+ -- SQLQUERY ---
68
+
69
+ CREATE TABLE IF NOT EXISTS es_pluginconfig (
70
+ es_c_id INT unsigned NOT NULL AUTO_INCREMENT,
71
+ es_c_fromname VARCHAR(255) NOT NULL,
72
+ es_c_fromemail VARCHAR(255) NOT NULL,
73
+ es_c_mailtype VARCHAR(255) NOT NULL,
74
+ es_c_adminmailoption VARCHAR(255) NOT NULL,
75
+ es_c_adminemail VARCHAR(255) NOT NULL,
76
+ es_c_adminmailsubject VARCHAR(255) NOT NULL,
77
+ es_c_adminmailcontant TEXT NULL,
78
+ es_c_usermailoption VARCHAR(255) NOT NULL,
79
+ es_c_usermailsubject VARCHAR(255) NOT NULL,
80
+ es_c_usermailcontant TEXT NULL,
81
+ es_c_optinoption VARCHAR(255) NOT NULL,
82
+ es_c_optinsubject VARCHAR(255) NOT NULL,
83
+ es_c_optincontent TEXT NULL,
84
+ es_c_optinlink VARCHAR(255) NOT NULL,
85
+ es_c_unsublink VARCHAR(255) NOT NULL,
86
+ es_c_unsubtext TEXT NULL,
87
+ es_c_unsubhtml TEXT NULL,
88
+ es_c_subhtml TEXT NULL,
89
+ es_c_message1 TEXT NULL,
90
+ es_c_message2 TEXT NULL,
91
+ PRIMARY KEY (es_c_id)
92
+ ) ENGINE=MyISAM /*!40100 DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci*/;
sql/index.html ADDED
@@ -0,0 +1 @@
 
1
+ <html><body bgcolor="#FFFFFF"></body></html>
subscribers/index.html ADDED
@@ -0,0 +1 @@
 
1
+ <html><body bgcolor="#FFFFFF"></body></html>
subscribers/view-group.js ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ function _es_group_addemail()
2
+ {
3
+ if(document.form_addemail.es_email_mail.value=="")
4
+ {
5
+ alert("Please enter subscriber email address.")
6
+ document.form_addemail.es_email_mail.focus();
7
+ return false;
8
+ }
9
+ else if(document.form_addemail.es_email_status.value=="" || document.form_addemail.es_email_status.value=="Select")
10
+ {
11
+ alert("Please select subscriber email status.")
12
+ document.form_addemail.es_email_status.focus();
13
+ return false;
14
+ }
15
+ else if( (document.form_addemail.es_email_group.value == "") && (document.form_addemail.es_email_group_txt.value == "") )
16
+ {
17
+ alert("Please select or create group for this subscriber.")
18
+ document.form_addemail.es_email_group.focus();
19
+ return false;
20
+ }
21
+ }
22
+
23
+ function _es_group_delete(id)
24
+ {
25
+ if(confirm("Do you want to delete this record?"))
26
+ {
27
+ document.frm_es_display.action="admin.php?page=es-view-subscribers&ac=group&ac2=del&did="+id;
28
+ document.frm_es_display.submit();
29
+ }
30
+ }
31
+
32
+ function _es_group_redirect()
33
+ {
34
+ window.location = "admin.php?page=es-view-subscribers&ac=group";
35
+ }
36
+
37
+ function _es_group_help()
38
+ {
39
+ window.open("http://www.storeapps.org/support/contact-us/");
40
+ }
subscribers/view-subscriber-add.php ADDED
@@ -0,0 +1,161 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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_email_name' => '',
11
+ 'es_email_status' => '',
12
+ 'es_email_group' => '',
13
+ 'es_email_mail' => ''
14
+ );
15
+
16
+ // Form submitted, check the data
17
+ if (isset($_POST['es_form_submit']) && $_POST['es_form_submit'] == 'yes')
18
+ {
19
+ // Just security thingy that wordpress offers us
20
+ check_admin_referer('es_form_add');
21
+
22
+ $form['es_email_status'] = isset($_POST['es_email_status']) ? $_POST['es_email_status'] : '';
23
+ $form['es_email_name'] = isset($_POST['es_email_name']) ? $_POST['es_email_name'] : '';
24
+
25
+ $form['es_email_mail'] = isset($_POST['es_email_mail']) ? $_POST['es_email_mail'] : '';
26
+ if ($form['es_email_mail'] == '')
27
+ {
28
+ $es_errors[] = __('Please enter subscriber email address.', 'email-subscribers');
29
+ $es_error_found = TRUE;
30
+ }
31
+
32
+ $es_email_group = isset($_POST['es_email_group']) ? $_POST['es_email_group'] : '';
33
+ if ($es_email_group == '')
34
+ {
35
+ $es_email_group = isset($_POST['es_email_group_txt']) ? $_POST['es_email_group_txt'] : '';
36
+ $form['es_email_group'] = $es_email_group;
37
+ }
38
+ else
39
+ {
40
+ $form['es_email_group'] = $es_email_group;
41
+ }
42
+
43
+ if ($form['es_email_group'] == '')
44
+ {
45
+ $es_errors[] = __('Please select or create your group for this email.', 'email-subscribers');
46
+ $es_error_found = TRUE;
47
+ }
48
+
49
+ if($form['es_email_group'] <> "")
50
+ {
51
+ $special_letters = es_cls_common::es_special_letters();
52
+ if (preg_match($special_letters, $form['es_email_group']))
53
+ {
54
+ $es_errors[] = __('Error: Special characters ([\'^$%&*()}{@#~?><>,|=_+\"]) are not allowed in the group name.', 'email-subscribers');
55
+ $es_error_found = TRUE;
56
+ }
57
+ }
58
+
59
+ // No errors found, we can add this Group to the table
60
+ if ($es_error_found == FALSE)
61
+ {
62
+ $action = "";
63
+ $action = es_cls_dbquery::es_view_subscriber_ins($form, "insert");
64
+ if($action == "sus")
65
+ {
66
+ $es_success = __('Email was successfully inserted.', 'email-subscribers');
67
+ }
68
+ elseif($action == "ext")
69
+ {
70
+ $es_errors[] = __('Email already exist in our list.', 'email-subscribers');
71
+ $es_error_found = TRUE;
72
+ }
73
+ elseif($action == "invalid")
74
+ {
75
+ $es_errors[] = __('Email is invalid.', 'email-subscribers');
76
+ $es_error_found = TRUE;
77
+ }
78
+
79
+ // Reset the form fields
80
+ $form = array(
81
+ 'es_email_name' => '',
82
+ 'es_email_status' => '',
83
+ 'es_email_group' => '',
84
+ 'es_email_mail' => ''
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]; ?>
92
+ <a href="<?php echo ES_ADMINURL; ?>?page=es-view-subscribers"><?php _e('Click here', 'email-subscribers'); ?></a> <?php _e(' to view the details', 'email-subscribers'); ?>
93
+ </strong></p></div><?php
94
+ }
95
+ if ($es_error_found == FALSE && isset($es_success[0]) == TRUE)
96
+ {
97
+ ?>
98
+ <div class="updated fade">
99
+ <p><strong>
100
+ <?php echo $es_success; ?>
101
+ <a href="<?php echo ES_ADMINURL; ?>?page=es-view-subscribers"><?php _e('Click here', 'email-subscribers'); ?></a> <?php _e(' to view the details', 'email-subscribers'); ?>
102
+ </strong></p>
103
+ </div>
104
+ <?php
105
+ }
106
+ ?>
107
+ <div class="form-wrap">
108
+ <div id="icon-plugins" class="icon32"></div>
109
+ <h2><?php _e(ES_PLUGIN_DISPLAY, 'email-subscribers'); ?></h2>
110
+ <form name="form_addemail" method="post" action="#" onsubmit="return _es_addemail()" >
111
+ <h3 class="title"><?php _e('Add email', 'email-subscribers'); ?></h3>
112
+
113
+ <label for="tag-image"><?php _e('Enter full name', 'email-subscribers'); ?></label>
114
+ <input name="es_email_name" type="text" id="es_email_name" value="" maxlength="225" size="30" />
115
+ <p><?php _e('Please enter subscriber full name.', 'email-subscribers'); ?></p>
116
+
117
+ <label for="tag-image"><?php _e('Enter email address.', 'email-subscribers'); ?></label>
118
+ <input name="es_email_mail" type="text" id="es_email_mail" value="" maxlength="225" size="50" />
119
+ <p><?php _e('Please enter subscriber email address.', 'email-subscribers'); ?></p>
120
+
121
+ <label for="tag-display-status"><?php _e('Status', 'email-subscribers'); ?></label>
122
+ <select name="es_email_status" id="es_email_status">
123
+ <option value='Confirmed' selected="selected">Confirmed</option>
124
+ <option value='Unconfirmed'>Unconfirmed</option>
125
+ <option value='Unsubscribed'>Unsubscribed</option>
126
+ <option value='Single Opt In'>Single Opt In</option>
127
+ </select>
128
+ <p><?php _e('Please select subscriber email status.', 'email-subscribers'); ?></p>
129
+
130
+ <label for="tag-display-status"><?php _e('Select (or) Create Group', 'email-subscribers'); ?></label>
131
+ <select name="es_email_group" id="es_email_group">
132
+ <option value=''><?php _e('Select', 'email-subscribers'); ?></option>
133
+ <?php
134
+ $groups = array();
135
+ $groups = es_cls_dbquery::es_view_subscriber_group();
136
+ if(count($groups) > 0)
137
+ {
138
+ $i = 1;
139
+ foreach ($groups as $group)
140
+ {
141
+ ?><option value="<?php echo stripslashes($group["es_email_group"]); ?>"><?php echo stripslashes($group["es_email_group"]); ?></option><?php
142
+ }
143
+ }
144
+ ?>
145
+ </select>
146
+ (or)
147
+ <input name="es_email_group_txt" type="text" id="es_email_group_txt" value="" maxlength="225" />
148
+ <p><?php _e('Please select or create group for this subscriber.', 'email-subscribers'); ?></p>
149
+
150
+ <input type="hidden" name="es_form_submit" value="yes"/>
151
+ <div style="padding-top:5px;"></div>
152
+ <p>
153
+ <input name="publish" lang="publish" class="button add-new-h2" value="<?php _e('Submit', 'email-subscribers'); ?>" type="submit" />
154
+ <input name="publish" lang="publish" class="button add-new-h2" onclick="_es_redirect()" value="<?php _e('Cancel', 'email-subscribers'); ?>" type="button" />
155
+ <input name="Help" lang="publish" class="button add-new-h2" onclick="_es_help()" value="<?php _e('Help', 'email-subscribers'); ?>" type="button" />
156
+ </p>
157
+ <?php wp_nonce_field('es_form_add'); ?>
158
+ </form>
159
+ </div>
160
+ <p class="description"><?php echo ES_OFFICIAL; ?></p>
161
+ </div>
subscribers/view-subscriber-edit.php ADDED
@@ -0,0 +1,154 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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_error_found = FALSE;
5
+ $did = isset($_GET['did']) ? $_GET['did'] : '0';
6
+ es_cls_security::es_check_number($did);
7
+
8
+ // First check if ID exist with requested ID
9
+ $result = es_cls_dbquery::es_view_subscriber_count($did);
10
+ if ($result != '1')
11
+ {
12
+ ?><div class="error fade"><p><strong><?php _e('Oops, selected details doesnt exist.', 'email-subscribers'); ?></strong></p></div><?php
13
+ }
14
+ else
15
+ {
16
+ $es_errors = array();
17
+ $es_success = '';
18
+ $es_error_found = FALSE;
19
+
20
+ $data = array();
21
+ $data = es_cls_dbquery::es_view_subscriber_search("", $did);
22
+
23
+ // Preset the form fields
24
+ $form = array(
25
+ 'es_email_name' => stripslashes($data[0]['es_email_name']),
26
+ 'es_email_mail' => $data[0]['es_email_mail'],
27
+ 'es_email_status' => $data[0]['es_email_status'],
28
+ 'es_email_group' => $data[0]['es_email_group'],
29
+ 'es_email_id' => $data[0]['es_email_id']
30
+ );
31
+ }
32
+ // Form submitted, check the data
33
+ if (isset($_POST['es_form_submit']) && $_POST['es_form_submit'] == 'yes')
34
+ {
35
+ // Just security thingy that wordpress offers us
36
+ check_admin_referer('es_form_edit');
37
+
38
+ $form['es_email_status'] = isset($_POST['es_email_status']) ? $_POST['es_email_status'] : '';
39
+ $form['es_email_name'] = isset($_POST['es_email_name']) ? $_POST['es_email_name'] : '';
40
+ $form['es_email_mail'] = isset($_POST['es_email_mail']) ? $_POST['es_email_mail'] : '';
41
+ if ($form['es_email_mail'] == '')
42
+ {
43
+ $es_errors[] = __('Please enter subscriber email address.', 'email-subscribers');
44
+ $es_error_found = TRUE;
45
+ }
46
+ $form['es_email_group'] = isset($_POST['es_email_group']) ? $_POST['es_email_group'] : '';
47
+ $form['es_email_id'] = isset($_POST['es_email_id']) ? $_POST['es_email_id'] : '0';
48
+
49
+ if($form['es_email_group'] <> "")
50
+ {
51
+ $special_letters = es_cls_common::es_special_letters();
52
+ if (preg_match($special_letters, $form['es_email_group']))
53
+ {
54
+ $es_errors[] = __('Error: Special characters are not allowed in the group name.', 'email-subscribers');
55
+ $es_error_found = TRUE;
56
+ }
57
+ }
58
+
59
+ // No errors found, we can add this Group to the table
60
+ if ($es_error_found == FALSE)
61
+ {
62
+ $action = "";
63
+ $action = es_cls_dbquery::es_view_subscriber_ins($form, "update");
64
+ if($action == "sus")
65
+ {
66
+ $es_success = __('Email was successfully updated.', 'email-subscribers');
67
+ }
68
+ elseif($action == "ext")
69
+ {
70
+ $es_errors[] = __('Email already exist for this group.', 'email-subscribers');
71
+ $es_error_found = TRUE;
72
+ }
73
+ }
74
+ }
75
+
76
+ if ($es_error_found == TRUE && isset($es_errors[0]) == TRUE)
77
+ {
78
+ ?><div class="error fade"><p><strong><?php echo $es_errors[0]; ?></strong></p></div><?php
79
+ }
80
+ if ($es_error_found == FALSE && strlen($es_success) > 0)
81
+ {
82
+ ?>
83
+ <div class="updated fade">
84
+ <p><strong><?php echo $es_success; ?>
85
+ <a href="<?php echo ES_ADMINURL; ?>?page=es-view-subscribers">
86
+ <?php _e('Click here', 'email-subscribers'); ?></a> <?php _e(' to view the details', 'email-subscribers'); ?></strong></p>
87
+ </div>
88
+ <?php
89
+ }
90
+ ?>
91
+ <div class="form-wrap">
92
+ <div id="icon-plugins" class="icon32"></div>
93
+ <h2><?php _e(ES_PLUGIN_DISPLAY, 'email-subscribers'); ?></h2>
94
+ <form name="form_addemail" method="post" action="#" onsubmit="return _es_addemail()" >
95
+ <h3 class="title"><?php _e('Edit email', 'email-subscribers'); ?></h3>
96
+
97
+ <label for="tag-image"><?php _e('Enter full name', 'email-subscribers'); ?></label>
98
+ <input name="es_email_name" type="text" id="es_email_name" value="<?php echo $form['es_email_name']; ?>" maxlength="225" size="30" />
99
+ <p><?php _e('Please enter subscriber full name.', 'email-subscribers'); ?></p>
100
+
101
+ <label for="tag-image"><?php _e('Enter email address.', 'email-subscribers'); ?></label>
102
+ <input name="es_email_mail" type="text" id="es_email_mail" value="<?php echo $form['es_email_mail']; ?>" maxlength="225" size="50" />
103
+ <p><?php _e('Please enter subscriber email address.', 'email-subscribers'); ?></p>
104
+
105
+ <label for="tag-display-status"><?php _e('Status', 'email-subscribers'); ?></label>
106
+ <select name="es_email_status" id="es_email_status">
107
+ <option value='Confirmed' <?php if($form['es_email_status']=='Confirmed') { echo 'selected="selected"' ; } ?>>Confirmed</option>
108
+ <option value='Unconfirmed' <?php if($form['es_email_status']=='Unconfirmed') { echo 'selected="selected"' ; } ?>>Unconfirmed</option>
109
+ <option value='Unsubscribed' <?php if($form['es_email_status']=='Unsubscribed') { echo 'selected="selected"' ; } ?>>Unsubscribed</option>
110
+ <option value='Single Opt In' <?php if($form['es_email_status']=='Single Opt In') { echo 'selected="selected"' ; } ?>>Single Opt In</option>
111
+ </select>
112
+ <p><?php _e('Please select subscriber email status.', 'email-subscribers'); ?></p>
113
+
114
+ <label for="tag-display-status"><?php _e('Group', 'email-subscribers'); ?></label>
115
+ <select name="es_email_group" id="es_email_group">
116
+ <option value=''><?php _e('Select', 'email-subscribers'); ?></option>
117
+ <?php
118
+ $thisselected = "";
119
+ $groups = array();
120
+ $groups = es_cls_dbquery::es_view_subscriber_group();
121
+ if(count($groups) > 0)
122
+ {
123
+ $i = 1;
124
+ foreach ($groups as $group)
125
+ {
126
+ if(stripslashes($group["es_email_group"]) == $form['es_email_group'])
127
+ {
128
+ $thisselected = 'selected="selected"' ;
129
+ }
130
+ ?>
131
+ <option value="<?php echo esc_html(stripslashes($group["es_email_group"])); ?>" <?php echo $thisselected; ?>>
132
+ <?php echo esc_html(stripslashes($group["es_email_group"])); ?>
133
+ </option>
134
+ <?php
135
+ $thisselected = "";
136
+ }
137
+ }
138
+ ?>
139
+ </select>
140
+ <p><?php _e('Please select or create group for this subscriber.', 'email-subscribers'); ?></p>
141
+
142
+ <input type="hidden" name="es_form_submit" value="yes"/>
143
+ <input type="hidden" name="es_email_id" id="es_email_id" value="<?php echo $form['es_email_id']; ?>"/>
144
+ <div style="padding-top:5px;"></div>
145
+ <p>
146
+ <input name="publish" lang="publish" class="button add-new-h2" value="<?php _e('Submit', 'email-subscribers'); ?>" type="submit" />
147
+ <input name="publish" lang="publish" class="button add-new-h2" onclick="_es_redirect()" value="<?php _e('Cancel', 'email-subscribers'); ?>" type="button" />
148
+ <input name="Help" lang="publish" class="button add-new-h2" onclick="_es_help()" value="<?php _e('Help', 'email-subscribers'); ?>" type="button" />
149
+ </p>
150
+ <?php wp_nonce_field('es_form_edit'); ?>
151
+ </form>
152
+ </div>
153
+ <p class="description"><?php echo ES_OFFICIAL; ?></p>
154
+ </div>
subscribers/view-subscriber-export.php ADDED
@@ -0,0 +1,74 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ //if (!session_id())
3
+ //{
4
+ // session_start();
5
+ //}
6
+ ?>
7
+ <?php if(preg_match('#' . basename(__FILE__) . '#', $_SERVER['PHP_SELF'])) { die('You are not allowed to call this page directly.'); }
8
+ //$_SESSION['es_exportcsv'] = "YES";
9
+ $home_url = home_url('/');
10
+ $cnt_subscriber = 0;
11
+ $cnt_users = 0;
12
+ $cnt_comment_author = 0;
13
+ $cnt_subscriber = es_cls_dbquery::es_view_subscriber_count(0);
14
+ $cnt_users = $wpdb->get_var("select count(DISTINCT user_email) from ". $wpdb->prefix . "users");
15
+ $cnt_comment_author = $wpdb->get_var("SELECT count(DISTINCT comment_author_email) from ". $wpdb->prefix . "comments WHERE comment_author_email <> ''");
16
+ ?>
17
+
18
+ <div class="wrap">
19
+ <div id="icon-plugins" class="icon32"></div>
20
+ <h2><?php _e(ES_PLUGIN_DISPLAY, 'email-subscribers'); ?></h2>
21
+ <div class="tool-box">
22
+ <h3 class="title"><?php _e('Export email address in csv format', 'email-subscribers'); ?></h3>
23
+ <form name="frm_es_subscriberexport" method="post">
24
+ <table width="100%" class="widefat" id="straymanage">
25
+ <thead>
26
+ <tr>
27
+ <th scope="col"><?php _e('Sno', 'email-subscribers'); ?></th>
28
+ <th scope="col"><?php _e('Export option', 'email-subscribers'); ?></th>
29
+ <th scope="col"><?php _e('Total email', 'email-subscribers'); ?></th>
30
+ <th scope="col"><?php _e('Action', 'email-subscribers'); ?></th>
31
+ </tr>
32
+ </thead>
33
+ <tfoot>
34
+ <tr>
35
+ <th scope="col"><?php _e('Sno', 'email-subscribers'); ?></th>
36
+ <th scope="col"><?php _e('Export option', 'email-subscribers'); ?></th>
37
+ <th scope="col"><?php _e('Total email', 'email-subscribers'); ?></th>
38
+ <th scope="col"><?php _e('Action', 'email-subscribers'); ?></th>
39
+ </tr>
40
+ </tfoot>
41
+ <tbody>
42
+ <tr>
43
+ <td>1</td>
44
+ <td><?php _e('Subscriber email address', 'email-subscribers'); ?></td>
45
+ <td><?php echo $cnt_subscriber; ?></td>
46
+ <td><a onClick="javascript:_es_exportcsv('<?php echo $home_url. "?es=export"; ?>', 'view_subscriber')" href="javascript:void(0);"><?php _e('Click to export csv', 'email-subscribers'); ?></a></td>
47
+ </tr>
48
+ <tr class="alternate">
49
+ <td>2</td>
50
+ <td><?php _e('Registered email address', 'email-subscribers'); ?></td>
51
+ <td><?php echo $cnt_users; ?></td>
52
+ <td><a onClick="javascript:_es_exportcsv('<?php echo $home_url. "?es=export"; ?>', 'registered_user')" href="javascript:void(0);"><?php _e('Click to export csv', 'email-subscribers'); ?></a></td>
53
+ </tr>
54
+ <tr>
55
+ <td>3</td>
56
+ <td><?php _e('Comments author email address', 'email-subscribers'); ?></td>
57
+ <td><?php echo $cnt_comment_author; ?></td>
58
+ <td><a onClick="javascript:_es_exportcsv('<?php echo $home_url. "?es=export"; ?>', 'commentposed_user')" href="javascript:void(0);"><?php _e('Click to export csv', 'email-subscribers'); ?></a></td>
59
+ </tr>
60
+ </tbody>
61
+ </table>
62
+ </form>
63
+ <div class="tablenav">
64
+ <h2>
65
+ <a class="button add-new-h2" href="<?php echo ES_ADMINURL; ?>/wp-admin/admin.php?page=es-view-subscribers&amp;ac=add"><?php _e('Add Email', 'email-subscribers'); ?></a>
66
+ <a class="button add-new-h2" href="<?php echo ES_ADMINURL; ?>/wp-admin/admin.php?page=es-view-subscribers&amp;ac=import"><?php _e('Import Email', 'email-subscribers'); ?></a>
67
+ <a class="button add-new-h2" href="<?php echo ES_ADMINURL; ?>/wp-admin/admin.php?page=es-view-subscribers"><?php _e('Back', 'email-subscribers'); ?></a>
68
+ <a class="button add-new-h2" target="_blank" href="<?php echo ES_FAV; ?>"><?php _e('Help', 'email-subscribers'); ?></a>
69
+ </h2>
70
+ </div>
71
+ <div style="height:10px;"></div>
72
+ <p class="description"><?php echo ES_OFFICIAL; ?></p>
73
+ </div>
74
+ </div>
subscribers/view-subscriber-import.php ADDED
@@ -0,0 +1,195 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ $csv = array();
8
+
9
+ // Preset the form fields
10
+ $form = array(
11
+ 'es_email_name' => '',
12
+ 'es_email_status' => '',
13
+ 'es_email_group' => '',
14
+ 'es_email_mail' => ''
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
+ $extension = pathinfo($_FILES['es_csv_name']['name'], PATHINFO_EXTENSION);
24
+ //$extension = strtolower(end(explode('.', $_FILES['es_csv_name']['name'])));
25
+ //$extension = end( $extension);
26
+ //$extension = end($extension);
27
+ //echo $extension . "<br>";
28
+ //$path_parts = pathinfo($fullPath);
29
+ //$extension = strtolower($path_parts["extension"]);
30
+
31
+ $tmpname = $_FILES['es_csv_name']['tmp_name'];
32
+
33
+ $es_email_status = isset($_POST['es_email_status']) ? $_POST['es_email_status'] : '';
34
+ $es_email_group = isset($_POST['es_email_group']) ? $_POST['es_email_group'] : '';
35
+ if ($es_email_group == '')
36
+ {
37
+ $es_email_group = isset($_POST['es_email_group_txt']) ? $_POST['es_email_group_txt'] : '';
38
+ }
39
+
40
+ if($es_email_group <> "")
41
+ {
42
+ $special_letters = es_cls_common::es_special_letters();
43
+ if (preg_match($special_letters, $es_email_group))
44
+ {
45
+ $es_errors[] = __('Error: Special characters ([\'^$%&*()}{@#~?><>,|=_+\"]) are not allowed in the group name.', 'email-subscribers');
46
+ $es_error_found = TRUE;
47
+ }
48
+ }
49
+
50
+ if ($es_email_status == '')
51
+ {
52
+ $es_email_status = "Confirmed";
53
+ }
54
+
55
+ if ($es_email_group == '')
56
+ {
57
+ $es_email_group = "Public";
58
+ }
59
+
60
+ if($extension === 'csv')
61
+ {
62
+ $csv = es_cls_common::es_readcsv($tmpname);
63
+ }
64
+
65
+ // No errors found, we can add this Group to the table
66
+ if ($es_error_found == FALSE)
67
+ {
68
+ if(count($csv) > 0)
69
+ {
70
+ $inserted = 0;
71
+ $duplicate = 0;
72
+ $invalid = 0;
73
+ for ($i = 1; $i < count($csv) - 1; $i++)
74
+ {
75
+ $form["es_email_mail"] = trim($csv[$i][0]);
76
+ $form["es_email_name"] = trim($csv[$i][1]);
77
+ $form["es_email_group"] = $es_email_group;
78
+ $form["es_email_status"] = $es_email_status;
79
+ $action = es_cls_dbquery::es_view_subscriber_ins($form, "insert");
80
+ if( $action == "sus" )
81
+ {
82
+ $inserted = $inserted + 1;
83
+ }
84
+ elseif( $action == "ext" )
85
+ {
86
+ $duplicate = $duplicate + 1;
87
+ }
88
+ elseif( $action == "invalid" )
89
+ {
90
+ $invalid = $invalid + 1;
91
+ }
92
+
93
+ // Reset the form fields
94
+ $form = array(
95
+ 'es_email_name' => '',
96
+ 'es_email_status' => '',
97
+ 'es_email_group' => '',
98
+ 'es_email_mail' => ''
99
+ );
100
+ }
101
+ ?>
102
+ <div class="updated fade">
103
+ <p><strong><?php echo $inserted; ?> <?php _e('Email(s) was successfully imported.', 'email-subscribers'); ?></strong></p>
104
+ <p><strong><?php echo $duplicate; ?> <?php _e('Email(s) are already in our database.', 'email-subscribers'); ?></strong></p>
105
+ <p><strong><?php echo $invalid; ?> <?php _e('Email(s) are invalid.', 'email-subscribers'); ?></strong></p>
106
+ <p><strong><a href="<?php echo ES_ADMINURL; ?>?page=es-view-subscribers">
107
+ <?php _e('Click here', 'email-subscribers'); ?></a> <?php _e(' to view the details', 'email-subscribers'); ?></strong></p>
108
+ </div>
109
+ <?php
110
+ }
111
+ else
112
+ {
113
+ ?>
114
+ <div class="error fade">
115
+ <p><strong><?php _e('File upload failed or no data available in the csv file.', 'email-subscribers'); ?></strong></p>
116
+ </div>
117
+ <?php
118
+ }
119
+ }
120
+ }
121
+
122
+ if ($es_error_found == TRUE && isset($es_errors[0]) == TRUE)
123
+ {
124
+ ?>
125
+ <div class="error fade">
126
+ <p><strong><?php echo $es_errors[0]; ?></strong></p>
127
+ </div>
128
+ <?php
129
+ }
130
+ if ($es_error_found == FALSE && isset($es_success[0]) == TRUE)
131
+ {
132
+ ?>
133
+ <div class="updated fade">
134
+ <p>
135
+ <strong>
136
+ <?php echo $es_success; ?>
137
+ <a href="<?php echo ES_ADMINURL; ?>?page=es-view-subscribers">
138
+ <?php _e('Click here', 'email-subscribers'); ?></a> <?php _e(' to view the details', 'email-subscribers'); ?>
139
+ </strong>
140
+ </p>
141
+ </div>
142
+ <?php
143
+ }
144
+ ?>
145
+ <div class="form-wrap">
146
+ <div id="icon-plugins" class="icon32"></div>
147
+ <h2><?php _e(ES_PLUGIN_DISPLAY, 'email-subscribers'); ?></h2>
148
+ <form name="form_addemail" id="form_addemail" method="post" action="#" onsubmit="return _es_importemail()" enctype="multipart/form-data">
149
+ <h3><?php _e('Upload email', 'email-subscribers'); ?></h3>
150
+ <label for="tag-image"><?php _e('Select csv file', 'email-subscribers'); ?></label>
151
+ <input type="file" name="es_csv_name" id="es_csv_name" />
152
+ <p><?php _e('Please select the input csv file. Please check official website for csv structure.', 'email-subscribers'); ?>
153
+ <a target="_blank" href="http://www.gopiplus.com/work/2014/05/06/email-subscribers-wordpress-plugin-subscriber-management-and-import-and-export-email-address/">click here</a></p>
154
+
155
+ <label for="tag-email-status"><?php _e('Status', 'email-subscribers'); ?></label>
156
+ <select name="es_email_status" id="es_email_status">
157
+ <option value='Confirmed' selected="selected">Confirmed</option>
158
+ <option value='Unconfirmed'>Unconfirmed</option>
159
+ <option value='Unsubscribed'>Unsubscribed</option>
160
+ <option value='Single Opt In'>Single Opt In</option>
161
+ </select>
162
+ <p><?php _e('Please select subscriber email status.', 'email-subscribers'); ?></p>
163
+
164
+ <label for="tag-email-group"><?php _e('Select (or) Create Group', 'email-subscribers'); ?></label>
165
+ <select name="es_email_group" id="es_email_group">
166
+ <option value=''><?php _e('Select', 'email-subscribers'); ?></option>
167
+ <?php
168
+ $groups = array();
169
+ $groups = es_cls_dbquery::es_view_subscriber_group();
170
+ if(count($groups) > 0)
171
+ {
172
+ $i = 1;
173
+ foreach ($groups as $group)
174
+ {
175
+ ?><option value='<?php echo $group["es_email_group"]; ?>'><?php echo $group["es_email_group"]; ?></option><?php
176
+ }
177
+ }
178
+ ?>
179
+ </select>
180
+ (or)
181
+ <input name="es_email_group_txt" type="text" id="es_email_group_txt" value="" maxlength="225" />
182
+ <p><?php _e('Please select or create group for this subscriber.', 'email-subscribers'); ?></p>
183
+
184
+ <input type="hidden" name="es_form_submit" value="yes"/>
185
+ <div style="padding-top:5px;"></div>
186
+ <p>
187
+ <input name="publish" lang="publish" class="button add-new-h2" value="<?php _e('Upload CSV', 'email-subscribers'); ?>" type="submit" />
188
+ <input name="publish" lang="publish" class="button add-new-h2" onclick="_es_redirect()" value="<?php _e('Back', 'email-subscribers'); ?>" type="button" />
189
+ <input name="Help" lang="publish" class="button add-new-h2" onclick="_es_help()" value="<?php _e('Help', 'email-subscribers'); ?>" type="button" />
190
+ </p>
191
+ <?php wp_nonce_field('es_form_add'); ?>
192
+ </form>
193
+ </div>
194
+ <p class="description"><?php echo ES_OFFICIAL; ?></p>
195
+ </div>
subscribers/view-subscriber-show.php ADDED
@@ -0,0 +1,455 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php if(preg_match('#' . basename(__FILE__) . '#', $_SERVER['PHP_SELF'])) { die('You are not allowed to call this page directly.'); } ?>
2
+ <?php if ( ! empty( $_POST ) && ! wp_verify_nonce( $_REQUEST['wp_create_nonce'], 'subscriber-nonce' ) ) { die('<p>Security check failed.</p>'); } ?>
3
+ <?php
4
+ $es_c_email_subscribers_ver = get_option('email-subscribers');
5
+ if ($es_c_email_subscribers_ver <> "2.9")
6
+ {
7
+ ?>
8
+ <div class="error fade">
9
+ <p>
10
+ Note: You have recently upgraded the plugin and your tables are not sync.
11
+ Please <a title="Sync plugin tables." href="<?php echo ES_ADMINURL; ?>?page=es-settings&amp;ac=sync"><?php _e('Click Here', 'email-subscribers'); ?></a> to sync the table.
12
+ This is mandatory and it will not affect your data.
13
+ </p>
14
+ </div>
15
+ <?php
16
+ }
17
+
18
+ // Form submitted, check the data
19
+ $search = isset($_POST['searchquery']) ? $_POST['searchquery'] : 'ALL';
20
+ $search_sts = isset($_POST['searchquery_sts']) ? $_POST['searchquery_sts'] : '';
21
+ $search_count = isset($_POST['searchquery_cnt']) ? $_POST['searchquery_cnt'] : '1';
22
+ $search_group = isset($_POST['searchquery_group']) ? $_POST['searchquery_group'] : 'ALL';
23
+
24
+ if (isset($_POST['frm_es_display']) && $_POST['frm_es_display'] == 'yes')
25
+ {
26
+ $did = isset($_GET['did']) ? $_GET['did'] : '0';
27
+ es_cls_security::es_check_number($did);
28
+
29
+ $es_success = '';
30
+ $es_success_msg = FALSE;
31
+
32
+ if (isset($_POST['frm_es_bulkaction']) && $_POST['frm_es_bulkaction'] != 'delete'
33
+ && $_POST['frm_es_bulkaction'] != 'resend' && $_POST['frm_es_bulkaction'] != 'groupupdate'
34
+ && $_POST['frm_es_bulkaction'] != 'search_sts' && $_POST['frm_es_bulkaction'] != 'search_cnt'
35
+ && $_POST['frm_es_bulkaction'] != 'search_group')
36
+ {
37
+ // Just security thingy that wordpress offers us
38
+ check_admin_referer('es_form_show');
39
+
40
+ // First check if ID exist with requested ID
41
+ $result = es_cls_dbquery::es_view_subscriber_count($did);
42
+ if ($result != '1')
43
+ {
44
+ ?>
45
+ <div class="error fade">
46
+ <p><strong><?php _e('Oops, selected details doesnt exist.', 'email-subscribers'); ?></strong></p>
47
+ </div>
48
+ <?php
49
+ }
50
+ else
51
+ {
52
+ // Form submitted, check the action
53
+ if (isset($_GET['ac']) && $_GET['ac'] == 'del' && isset($_GET['did']) && $_GET['did'] != '')
54
+ {
55
+ // Delete selected record from the table
56
+ es_cls_dbquery::es_view_subscriber_delete($did);
57
+
58
+ // Set success message
59
+ $es_success_msg = TRUE;
60
+ $es_success = __('Selected record was successfully deleted.', 'email-subscribers');
61
+ }
62
+
63
+ if (isset($_GET['ac']) && $_GET['ac'] == 'resend' && isset($_GET['did']) && $_GET['did'] != '')
64
+ {
65
+ $did = isset($_GET['did']) ? $_GET['did'] : '0';
66
+ $setting = array();
67
+ $setting = es_cls_settings::es_setting_select(1);
68
+ if($setting['es_c_optinoption'] <> "Double Opt In")
69
+ {
70
+ ?>
71
+ <div class="error fade">
72
+ <p><strong><?php _e('To send confirmation mail, Please change the Opt-in option to Double Opt In.', 'email-subscribers'); ?></strong></p>
73
+ </div>
74
+ <?php
75
+ }
76
+ else
77
+ {
78
+ es_cls_sendmail::es_prepare_optin("single", $did, $idlist = "");
79
+ es_cls_dbquery::es_view_subscriber_upd_status("Unconfirmed", $did);
80
+ $es_success_msg = TRUE;
81
+ $es_success = __('Confirmation email resent successfully.', 'email-subscribers');
82
+ }
83
+ }
84
+ }
85
+ }
86
+ else
87
+ {
88
+ check_admin_referer('es_form_show');
89
+
90
+ if (isset($_POST['frm_es_bulkaction']) && $_POST['frm_es_bulkaction'] == 'delete')
91
+ {
92
+ $chk_delete = isset($_POST['chk_delete']) ? $_POST['chk_delete'] : '';
93
+ if(!empty($chk_delete))
94
+ {
95
+ $count = count($chk_delete);
96
+ for($i=0; $i<$count; $i++)
97
+ {
98
+ $del_id = $chk_delete[$i];
99
+ es_cls_dbquery::es_view_subscriber_delete($del_id);
100
+ }
101
+
102
+ // Set success message
103
+ $es_success_msg = TRUE;
104
+ $es_success = __('Selected record was successfully deleted.', 'email-subscribers');
105
+ }
106
+ else
107
+ {
108
+ ?>
109
+ <div class="error fade">
110
+ <p><strong><?php _e('Oops, No record was selected.', 'email-subscribers'); ?></strong></p>
111
+ </div>
112
+ <?php
113
+ }
114
+ }
115
+ elseif (isset($_POST['frm_es_bulkaction']) && $_POST['frm_es_bulkaction'] == 'resend')
116
+ {
117
+ $chk_delete = isset($_POST['chk_delete']) ? $_POST['chk_delete'] : '';
118
+
119
+ $setting = array();
120
+ $setting = es_cls_settings::es_setting_select(1);
121
+ if($setting['es_c_optinoption'] <> "Double Opt In")
122
+ {
123
+ ?>
124
+ <div class="error fade">
125
+ <p><strong><?php _e('To send confirmation mail, Please change the Opt-in option to Double Opt In.', 'email-subscribers'); ?></strong></p>
126
+ </div>
127
+ <?php
128
+ }
129
+ else
130
+ {
131
+ if(!empty($chk_delete))
132
+ {
133
+ $count = count($chk_delete);
134
+ $idlist = "";
135
+ for($i = 0; $i<$count; $i++)
136
+ {
137
+ $del_id = $chk_delete[$i];
138
+ if($i < 1)
139
+ {
140
+ $idlist = $del_id;
141
+ }
142
+ else
143
+ {
144
+ $idlist = $idlist . ", " . $del_id;
145
+ }
146
+ }
147
+ es_cls_sendmail::es_prepare_optin("group", 0, $idlist);
148
+ es_cls_dbquery::es_view_subscriber_upd_status("Unconfirmed", $idlist);
149
+ $es_success_msg = TRUE;
150
+ $es_success = __('Confirmation email(s) resent successfully.', 'email-subscribers');
151
+ }
152
+ else
153
+ {
154
+ ?>
155
+ <div class="error fade">
156
+ <p><strong><?php _e('Oops, No record was selected.', 'email-subscribers'); ?></strong></p>
157
+ </div>
158
+ <?php
159
+ }
160
+ }
161
+ }
162
+ elseif (isset($_POST['frm_es_bulkaction']) && $_POST['frm_es_bulkaction'] == 'groupupdate')
163
+ {
164
+ $chk_delete = isset($_POST['chk_delete']) ? $_POST['chk_delete'] : '';
165
+ if(!empty($chk_delete))
166
+ {
167
+ $es_email_group = isset($_POST['es_email_group']) ? $_POST['es_email_group'] : '';
168
+ if ($es_email_group <> "")
169
+ {
170
+ $count = count($chk_delete);
171
+ $idlist = "";
172
+ for($i = 0; $i < $count; $i++)
173
+ {
174
+ $del_id = $chk_delete[$i];
175
+ if($i < 1)
176
+ {
177
+ $idlist = $del_id;
178
+ }
179
+ else
180
+ {
181
+ $idlist = $idlist . ", " . $del_id;
182
+ }
183
+ }
184
+ es_cls_dbquery::es_view_subscriber_upd_group($es_email_group, $idlist);
185
+ $es_success_msg = TRUE;
186
+ $es_success = __('Selected subscribers group was successfully updated.', 'email-subscribers');
187
+ }
188
+ else
189
+ {
190
+ ?>
191
+ <div class="error fade">
192
+ <p><strong><?php _e('Oops, New group name was not selected.', 'email-subscribers'); ?></strong></p>
193
+ </div>
194
+ <?php
195
+ }
196
+ }
197
+ else
198
+ {
199
+ ?>
200
+ <div class="error fade">
201
+ <p><strong><?php _e('Oops, No record was selected.', 'email-subscribers'); ?></strong></p>
202
+ </div>
203
+ <?php
204
+ }
205
+ }
206
+ elseif (isset($_POST['frm_es_bulkaction']) && $_POST['frm_es_bulkaction'] == 'search_sts')
207
+ {
208
+ // Nothing
209
+ }
210
+ elseif (isset($_POST['frm_es_bulkaction']) && $_POST['frm_es_bulkaction'] == 'search_cnt')
211
+ {
212
+ // Nothing
213
+ }
214
+ elseif (isset($_POST['frm_es_bulkaction']) && $_POST['frm_es_bulkaction'] == 'search_group')
215
+ {
216
+ // Nothing
217
+ }
218
+ }
219
+
220
+ if ($es_success_msg == TRUE)
221
+ {
222
+ ?><div class="updated fade"><p><strong><?php echo $es_success; ?></strong></p></div><?php
223
+ }
224
+ }
225
+
226
+ ?>
227
+ <div class="wrap">
228
+ <div id="icon-plugins" class="icon32"></div>
229
+ <h2><?php _e(ES_PLUGIN_DISPLAY, 'email-subscribers'); ?></h2>
230
+ <div class="tool-box">
231
+ <form name="frm_es_display" method="post" onsubmit="return _es_bulkaction()">
232
+ <h3><?php _e('View subscriber', 'email-subscribers'); ?>
233
+ <a class="add-new-h2" href="<?php echo ES_ADMINURL; ?>?page=es-view-subscribers&amp;ac=add"><?php _e('Add New', 'email-subscribers'); ?></a></h3>
234
+ <?php
235
+ $myData = array();
236
+ $offset = 0;
237
+ $limit = 200;
238
+
239
+ if ($search_count == 0)
240
+ {
241
+ $limit = 9999;
242
+ }
243
+
244
+ if ($search_count > 1)
245
+ {
246
+ $offset = $search_count;
247
+ }
248
+
249
+ if ($search_count == 1001)
250
+ {
251
+ $limit = 1000;
252
+ }
253
+ elseif ($search_count == 2001)
254
+ {
255
+ $limit = 3000;
256
+ }
257
+ elseif ($search_count == 5001)
258
+ {
259
+ $limit = 5000;
260
+ }
261
+
262
+ $myData = es_cls_dbquery::es_view_subscriber_search2($search, 0, $search_sts, $offset, $limit, $search_group);
263
+ ?>
264
+
265
+ <div class="tablenav">
266
+ <span style="text-align:left;">
267
+ <a class="button add-new-h2" href="javascript:void(0);" onClick="javascript:_es_search_sub_action('A,B,C')">A,B,C</a>&nbsp;&nbsp;
268
+ <a class="button add-new-h2" href="javascript:void(0);" onClick="javascript:_es_search_sub_action('D,E,F')">D,E,F</a>&nbsp;&nbsp;
269
+ <a class="button add-new-h2" href="javascript:void(0);" onClick="javascript:_es_search_sub_action('G,H,I')">G,H,I</a>&nbsp;&nbsp;
270
+ <a class="button add-new-h2" href="javascript:void(0);" onClick="javascript:_es_search_sub_action('J,K,L')">J,K,L</a>&nbsp;&nbsp;
271
+ <a class="button add-new-h2" href="javascript:void(0);" onClick="javascript:_es_search_sub_action('M,N,O')">M,N,O</a>&nbsp;&nbsp;
272
+ <a class="button add-new-h2" href="javascript:void(0);" onClick="javascript:_es_search_sub_action('P,Q,R')">P,Q,R</a>&nbsp;&nbsp;
273
+ <a class="button add-new-h2" href="javascript:void(0);" onClick="javascript:_es_search_sub_action('S,T,U')">S,T,U</a>&nbsp;&nbsp;
274
+ <a class="button add-new-h2" href="javascript:void(0);" onClick="javascript:_es_search_sub_action('V,W,X,Y,Z')">V,W,X,Y,Z</a>&nbsp;&nbsp;
275
+ <a class="button add-new-h2" href="javascript:void(0);" onClick="javascript:_es_search_sub_action('0,1,2,3,4,5,6,7,8,9')">0-9</a>&nbsp;&nbsp;
276
+ <a class="button add-new-h2" href="javascript:void(0);" onClick="javascript:_es_search_sub_action('ALL')">ALL</a>
277
+ <span>
278
+ <span style="float:right;">
279
+ <select name="search_group_action" id="search_group_action" onchange="return _es_search_group_action(this.value)">
280
+ <option value=""><?php _e('All Groups', 'email-subscribers'); ?></option>
281
+ <?php
282
+ $groups = array();
283
+ $groups = es_cls_dbquery::es_view_subscriber_group();
284
+ if(count($groups) > 0)
285
+ {
286
+ $i = 1;
287
+ foreach ($groups as $group)
288
+ {
289
+ ?>
290
+ <option value="<?php echo esc_html(stripslashes($group["es_email_group"])); ?>" <?php if(stripslashes($search_group) == $group["es_email_group"]) { echo 'selected="selected"' ; } ?>>
291
+ <?php echo stripslashes($group["es_email_group"]); ?>
292
+ </option>
293
+ <?php
294
+ }
295
+ }
296
+ ?>
297
+ </select>
298
+ <select name="search_sts_action" id="search_sts_action" onchange="return _es_search_sts_action(this.value)">
299
+ <option value=""><?php _e('All Status', 'email-subscribers'); ?></option>
300
+ <option value="Confirmed" <?php if($search_sts=='Confirmed') { echo 'selected="selected"' ; } ?>><?php _e('Confirmed', 'email-subscribers'); ?></option>
301
+ <option value="Unconfirmed" <?php if($search_sts=='Unconfirmed') { echo 'selected="selected"' ; } ?>><?php _e('Unconfirmed', 'email-subscribers'); ?></option>
302
+ <option value="Unsubscribed" <?php if($search_sts=='Unsubscribed') { echo 'selected="selected"' ; } ?>><?php _e('Unsubscribed', 'email-subscribers'); ?></option>
303
+ <option value="Single Opt In" <?php if($search_sts=='Single Opt In') { echo 'selected="selected"' ; } ?>><?php _e('Single Opt In', 'email-subscribers'); ?></option>
304
+ </select>
305
+ <select name="search_count_action" id="search_count_action" onchange="return _es_search_count_action(this.value)">
306
+ <option value="1" <?php if($search_count=='1') { echo 'selected="selected"' ; } ?>>1 to 200 emails</option>
307
+ <option value="201" <?php if($search_count=='201') { echo 'selected="selected"' ; } ?>>201 to 400</option>
308
+ <option value="401" <?php if($search_count=='401') { echo 'selected="selected"' ; } ?>>401 to 600</option>
309
+ <option value="601" <?php if($search_count=='601') { echo 'selected="selected"' ; } ?>>601 to 800</option>
310
+ <option value="801" <?php if($search_count=='801') { echo 'selected="selected"' ; } ?>>801 to 1000</option>
311
+ <option value="1001" <?php if($search_count=='1001') { echo 'selected="selected"' ; } ?>>1001 to 2000</option>
312
+ <option value="2001" <?php if($search_count=='2001') { echo 'selected="selected"' ; } ?>>2001 to 5000</option>
313
+ <option value="5001" <?php if($search_count=='5001') { echo 'selected="selected"' ; } ?>>5001 to 10000</option>
314
+ <option value="0" <?php if($search_count=='0') { echo 'selected="selected"' ; } ?>>Display all</option>
315
+ </select>
316
+ </span>
317
+ </div>
318
+
319
+ <table width="100%" class="widefat" id="straymanage">
320
+ <thead>
321
+ <tr>
322
+ <th class="check-column" scope="col" style="padding: 8px 2px;">
323
+ <input type="checkbox" name="es_checkall" id="es_checkall" onClick="_es_checkall('frm_es_display', 'chk_delete[]', this.checked);" /></th>
324
+ <th scope="col"><?php _e('Sno', 'email-subscribers'); ?></th>
325
+ <th scope="col"><?php _e('Email address', 'email-subscribers'); ?></th>
326
+ <th scope="col"><?php _e('Name', 'email-subscribers'); ?></th>
327
+ <th scope="col"><?php _e('Status', 'email-subscribers'); ?></th>
328
+ <th scope="col"><?php _e('Group', 'email-subscribers'); ?></th>
329
+ <th scope="col"><?php _e('Database ID', 'email-subscribers'); ?></th>
330
+ <th scope="col"><?php _e('Action', 'email-subscribers'); ?></th>
331
+ </tr>
332
+ </thead>
333
+ <tfoot>
334
+ <tr>
335
+ <th class="check-column" scope="col" style="padding: 8px 2px;">
336
+ <input type="checkbox" name="es_checkall" id="es_checkall" onClick="_es_checkall('frm_es_display', 'chk_delete[]', this.checked);" /></th>
337
+ <th scope="col"><?php _e('Sno', 'email-subscribers'); ?></th>
338
+ <th scope="col"><?php _e('Email address', 'email-subscribers'); ?></th>
339
+ <th scope="col"><?php _e('Name', 'email-subscribers'); ?></th>
340
+ <th scope="col"><?php _e('Status', 'email-subscribers'); ?></th>
341
+ <th scope="col"><?php _e('Group', 'email-subscribers'); ?></th>
342
+ <th scope="col"><?php _e('Database ID', 'email-subscribers'); ?></th>
343
+ <th scope="col"><?php _e('Action', 'email-subscribers'); ?></th>
344
+ </tr>
345
+ </tfoot>
346
+ <tbody>
347
+ <?php
348
+ $i = 0;
349
+ $displayisthere = FALSE;
350
+ if(count($myData) > 0)
351
+ {
352
+ if ($offset == 0)
353
+ {
354
+ $i = 1;
355
+ }
356
+ else
357
+ {
358
+ $i = $offset;
359
+ }
360
+ foreach ($myData as $data)
361
+ {
362
+ ?>
363
+ <tr class="<?php if ($i&1) { echo'alternate'; } else { echo ''; }?>">
364
+ <td align="left"><input name="chk_delete[]" id="chk_delete[]" type="checkbox" value="<?php echo $data['es_email_id'] ?>" /></td>
365
+ <td><?php echo $i; ?></td>
366
+ <td><?php echo $data['es_email_mail']; ?></td>
367
+ <td><?php echo stripslashes($data['es_email_name']); ?></td>
368
+ <td><?php echo es_cls_common::es_disp_status($data['es_email_status']); ?></td>
369
+ <td><?php echo stripslashes($data['es_email_group']); ?></td>
370
+ <td><?php echo $data['es_email_id']; ?></td>
371
+ <td><div>
372
+ <span class="edit">
373
+ <a target="_blank" title="Edit" href="<?php echo ES_ADMINURL; ?>?page=es-view-subscribers&amp;ac=edit&amp;did=<?php echo $data['es_email_id']; ?>">
374
+ <?php _e('Edit', 'email-subscribers'); ?></a> | </span>
375
+ <span class="trash">
376
+ <a onClick="javascript:_es_delete('<?php echo $data['es_email_id']; ?>','<?php echo $search; ?>')" href="javascript:void(0);">
377
+ <?php _e('Delete', 'email-subscribers'); ?></a>
378
+ </span>
379
+ <?php
380
+ if($data['es_email_status'] != "Confirmed")
381
+ {
382
+ ?>
383
+ <span class="edit">
384
+ | <a onClick="javascript:_es_resend('<?php echo $data['es_email_id']; ?>','<?php echo $search; ?>')" href="javascript:void(0);">
385
+ <?php _e('Resend Confirmation', 'email-subscribers'); ?></a>
386
+ </span>
387
+ <?php
388
+ }
389
+ ?>
390
+ </div>
391
+ </td>
392
+ </tr>
393
+ <?php
394
+ $i = $i+1;
395
+ }
396
+ }
397
+ else
398
+ {
399
+ ?>
400
+ <tr>
401
+ <td colspan="7" align="center"><?php _e('No records available. Please use the above alphabet search button to search.', 'email-subscribers'); ?></td>
402
+ </tr>
403
+ <?php
404
+ }
405
+ ?>
406
+ </tbody>
407
+ </table>
408
+ <?php wp_nonce_field('es_form_show'); ?>
409
+ <input type="hidden" name="frm_es_display" id="frm_es_display" value="yes"/>
410
+ <input type="hidden" name="frm_es_bulkaction" id="frm_es_bulkaction" value=""/>
411
+ <input type="hidden" name="searchquery" id="searchquery" value="<?php echo $search; ?>" />
412
+ <input type="hidden" name="searchquery_sts" id="searchquery_sts" value="<?php echo $search_sts; ?>" />
413
+ <input type="hidden" name="searchquery_cnt" id="searchquery_cnt" value="<?php echo $search_count; ?>" />
414
+ <input type="hidden" name="searchquery_group" id="searchquery_group" value="<?php echo $search_group; ?>" />
415
+ <?php $nonce = wp_create_nonce( 'subscriber-nonce' ); ?>
416
+ <input type="hidden" name="wp_create_nonce" id="wp_create_nonce" value="<?php echo $nonce; ?>"/>
417
+ <div style="padding-top:10px;"></div>
418
+ <div class="tablenav">
419
+ <div class="alignleft">
420
+ <select name="bulk_action" id="bulk_action" onchange="return _es_action_visible(this.value)">
421
+ <option value=""><?php _e('Bulk Actions', 'email-subscribers'); ?></option>
422
+ <option value="delete"><?php _e('Delete', 'email-subscribers'); ?></option>
423
+ <option value="resend"><?php _e('Resend Confirmation', 'email-subscribers'); ?></option>
424
+ <option value="groupupdate"><?php _e('Update Subscribers Group', 'email-subscribers'); ?></option>
425
+ </select>
426
+ <select name="es_email_group" id="es_email_group" disabled="disabled">
427
+ <option value=''><?php _e('Select Group', 'email-subscribers'); ?></option>
428
+ <?php
429
+ $groups = array();
430
+ $groups = es_cls_dbquery::es_view_subscriber_group();
431
+ if(count($groups) > 0)
432
+ {
433
+ $i = 1;
434
+ foreach ($groups as $group)
435
+ {
436
+ ?><option value='<?php echo $group["es_email_group"]; ?>'><?php echo $group["es_email_group"]; ?></option><?php
437
+ }
438
+ }
439
+ ?>
440
+ </select>
441
+ <input type="submit" value="<?php _e('Apply', 'email-subscribers'); ?>" class="button action" id="doaction" name="doaction">
442
+ </div>
443
+ <div class="alignright">
444
+ <a class="button add-new-h2" title="Click to add new email." href="<?php echo ES_ADMINURL; ?>?page=es-view-subscribers&amp;ac=add"><?php _e('Add New', 'email-subscribers'); ?></a>
445
+ <a class="button add-new-h2" title="Click to import emails." href="<?php echo ES_ADMINURL; ?>?page=es-view-subscribers&amp;ac=import"><?php _e('Import Email', 'email-subscribers'); ?></a>
446
+ <a class="button add-new-h2" title="Click to export emails into CSV file." href="<?php echo ES_ADMINURL; ?>?page=es-view-subscribers&amp;ac=export"><?php _e('Export Email', 'email-subscribers'); ?></a>
447
+ <a class="button add-new-h2" title="Automatically add registered user." href="<?php echo ES_ADMINURL; ?>?page=es-view-subscribers&amp;ac=sync"><?php _e('Sync Email', 'email-subscribers'); ?></a>
448
+ <a class="button add-new-h2" target="_blank" href="<?php echo ES_FAV; ?>"><?php _e('Help', 'email-subscribers'); ?></a>
449
+ </div>
450
+ </div>
451
+ </form>
452
+ <br />
453
+ <p class="description"><?php echo ES_OFFICIAL; ?></p>
454
+ </div>
455
+ </div>
subscribers/view-subscriber-sync.php ADDED
@@ -0,0 +1,164 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ $es_registered = "";
8
+ $es_registered_group = "";
9
+ $es_commented = "";
10
+ $es_commented_group = "";
11
+
12
+ // Preset the form fields
13
+ $form = array(
14
+ 'es_registered' => '',
15
+ 'es_registered_group' => '',
16
+ 'es_commented' => '',
17
+ 'es_commented_group' => ''
18
+ );
19
+
20
+ // Form submitted, check the data
21
+ if (isset($_POST['es_form_submit']) && $_POST['es_form_submit'] == 'yes')
22
+ {
23
+ // Just security thingy that wordpress offers us
24
+ check_admin_referer('es_form_add');
25
+
26
+ $form['es_registered'] = isset($_POST['es_registered']) ? $_POST['es_registered'] : '';
27
+ $form['es_registered_group'] = isset($_POST['es_registered_group']) ? $_POST['es_registered_group'] : '';
28
+ $form['es_commented'] = isset($_POST['es_commented']) ? $_POST['es_commented'] : '';
29
+ $form['es_commented_group'] = isset($_POST['es_commented_group']) ? $_POST['es_commented_group'] : '';
30
+
31
+ if ($form['es_registered_group'] == '' && $form['es_registered'] == "YES")
32
+ {
33
+ $es_errors[] = __('Please select default group to newly registered user.', 'email-subscribers');
34
+ $es_error_found = TRUE;
35
+ }
36
+
37
+ if ($form['es_commented_group'] == '' && $form['es_commented'] == "YES")
38
+ {
39
+ $es_errors[] = __('Please select default group to newly commented user.', 'email-subscribers');
40
+ $es_error_found = TRUE;
41
+ }
42
+
43
+ // No errors found, we can add this Group to the table
44
+ if ($es_error_found == FALSE)
45
+ {
46
+ update_option('es_c_emailsubscribers', $form );
47
+
48
+ // Reset the form fields
49
+ $form = array(
50
+ 'es_registered' => '',
51
+ 'es_registered_group' => '',
52
+ 'es_commented' => '',
53
+ 'es_commented_group' => ''
54
+ );
55
+
56
+ $es_success = __('Sync email successfully updated.', 'email-subscribers');
57
+ }
58
+ }
59
+
60
+ $es_c_emailsubscribers = get_option('es_c_emailsubscribers', 'norecord');
61
+ if($es_c_emailsubscribers <> 'norecord' && $es_c_emailsubscribers <> "")
62
+ {
63
+ $es_registered = $es_c_emailsubscribers['es_registered'];
64
+ $es_registered_group = $es_c_emailsubscribers['es_registered_group'];
65
+ $es_commented = $es_c_emailsubscribers['es_commented'];
66
+ $es_commented_group = $es_c_emailsubscribers['es_commented_group'];
67
+ }
68
+
69
+ if ($es_error_found == TRUE && isset($es_errors[0]) == TRUE)
70
+ {
71
+ ?><div class="error fade"><p><strong><?php echo $es_errors[0]; ?></strong></p></div><?php
72
+ }
73
+
74
+ if ($es_error_found == FALSE && isset($es_success[0]) == TRUE)
75
+ {
76
+ ?>
77
+ <div class="updated fade">
78
+ <p><strong><?php echo $es_success; ?></strong></p>
79
+ </div>
80
+ <?php
81
+ }
82
+
83
+ ?>
84
+ <div class="form-wrap">
85
+ <div id="icon-plugins" class="icon32"></div>
86
+ <h2><?php _e(ES_PLUGIN_DISPLAY, 'email-subscribers'); ?></h2>
87
+ <form name="form_addemail" method="post" action="#" onsubmit="return _es_addemail()" >
88
+ <h3 class="title"><?php _e('Sync email', 'email-subscribers'); ?></h3>
89
+
90
+ <label for="tag-image"><?php _e('Sync newly registered user', 'email-subscribers'); ?></label>
91
+ <select name="es_registered" id="es_email_status">
92
+ <option value='NO' <?php if($es_registered == 'NO') { echo "selected='selected'" ; } ?>>NO</option>
93
+ <option value='YES' <?php if($es_registered == 'YES') { echo "selected='selected'" ; } ?>>YES</option>
94
+ </select>
95
+ <p><?php _e('Automatically add a newly registered user email address to subscribers list.', 'email-subscribers'); ?></p>
96
+
97
+ <label for="tag-display-status"><?php _e('Select default group', 'email-subscribers'); ?></label>
98
+ <select name="es_registered_group" id="es_email_group">
99
+ <option value=''><?php _e('Select', 'email-subscribers'); ?></option>
100
+ <?php
101
+ $thisselected = "";
102
+ $groups = array();
103
+ $groups = es_cls_dbquery::es_view_subscriber_group();
104
+ if(count($groups) > 0)
105
+ {
106
+ $i = 1;
107
+ foreach ($groups as $group)
108
+ {
109
+ if($group["es_email_group"] == $es_registered_group)
110
+ {
111
+ $thisselected = "selected='selected'" ;
112
+ }
113
+ ?><option value='<?php echo $group["es_email_group"]; ?>' <?php echo $thisselected; ?>><?php echo $group["es_email_group"]; ?></option><?php
114
+ $thisselected = "";
115
+ }
116
+ }
117
+ ?>
118
+ </select>
119
+ <p><?php _e('Please select default group to newly registered user.', 'email-subscribers'); ?></p>
120
+
121
+ <label for="tag-image"><?php _e('Sync newly commented user', 'email-subscribers'); ?></label>
122
+ <select name="es_commented" id="es_email_status">
123
+ <option value='NO' <?php if($es_commented == 'NO') { echo "selected='selected'" ; } ?>>NO</option>
124
+ <!--<option value='YES' <?php //if($es_commented == 'YES') { echo "selected='selected'" ; } ?>>YES</option>-->
125
+ </select>
126
+ <p><?php _e('Automatically add a newly commented (who posted comments) user email address to subscribers list.', 'email-subscribers'); ?></p>
127
+
128
+ <label for="tag-display-status"><?php _e('Select default group', 'email-subscribers'); ?></label>
129
+ <select name="es_commented_group" id="es_email_group">
130
+ <option value=''><?php _e('Select', 'email-subscribers'); ?></option>
131
+ <?php
132
+ //$thisselected = "";
133
+ // $groups = array();
134
+ // $groups = es_cls_dbquery::es_view_subscriber_group();
135
+ // if(count($groups) > 0)
136
+ // {
137
+ // $i = 1;
138
+ // foreach ($groups as $group)
139
+ // {
140
+ // if($group["es_email_group"] == $es_commented_group)
141
+ // {
142
+ // $thisselected = "selected='selected'" ;
143
+ // }
144
+ // ?><!--<option value='<?php //echo $group["es_email_group"]; ?>' <?php //echo $thisselected; ?>><?php //echo $group["es_email_group"]; ?></option>--><?php
145
+ // $thisselected = "";
146
+ // }
147
+ // }
148
+ ?>
149
+ </select>
150
+ <p><?php _e('Please select default group to newly commented user.', 'email-subscribers'); ?></p>
151
+
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 _e('Submit', 'email-subscribers'); ?>" type="submit" />
157
+ <input name="publish" lang="publish" class="button add-new-h2" onclick="_es_redirect()" value="<?php _e('Cancel', 'email-subscribers'); ?>" type="button" />
158
+ <input name="Help" lang="publish" class="button add-new-h2" onclick="_es_help()" value="<?php _e('Help', 'email-subscribers'); ?>" type="button" />
159
+ </p>
160
+ <?php wp_nonce_field('es_form_add'); ?>
161
+ </form>
162
+ </div>
163
+ <p class="description"><?php echo ES_OFFICIAL; ?></p>
164
+ </div>
subscribers/view-subscriber.js ADDED
@@ -0,0 +1,288 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ function _es_redirect()
2
+ {
3
+ window.location = "admin.php?page=es-view-subscribers";
4
+ }
5
+
6
+ function _es_help()
7
+ {
8
+ window.open("http://www.storeapps.org/support/contact-us/");
9
+ }
10
+
11
+ function _es_addemail()
12
+ {
13
+ if(document.form_addemail.es_email_mail.value=="")
14
+ {
15
+ alert(es_view_subscriber_notices.es_subscriber_email);
16
+ document.form_addemail.es_email_mail.focus();
17
+ return false;
18
+ }
19
+ else if(document.form_addemail.es_email_status.value=="" || document.form_addemail.es_email_status.value=="Select")
20
+ {
21
+ alert(es_view_subscriber_notices.es_subscriber_email_status);
22
+ document.form_addemail.es_email_status.focus();
23
+ return false;
24
+ }
25
+ else if( (document.form_addemail.es_email_group.value == "") && (document.form_addemail.es_email_group_txt.value == "") )
26
+ {
27
+ alert(es_view_subscriber_notices.es_subscriber_group);
28
+ document.form_addemail.es_email_group.focus();
29
+ return false;
30
+ }
31
+ }
32
+
33
+ function _es_delete(id, query)
34
+ {
35
+ if(confirm(es_view_subscriber_notices.es_subscriber_delete_record))
36
+ {
37
+ document.getElementById("searchquery").value = document.frm_es_display.searchquery.value;;
38
+ document.getElementById("searchquery_cnt").value = document.frm_es_display.searchquery_cnt.value;
39
+ document.getElementById("searchquery_group").value = document.frm_es_display.searchquery_group.value;
40
+ document.getElementById("searchquery_sts").value = document.frm_es_display.searchquery_sts.value;
41
+ document.getElementById("wp_create_nonce").value = document.frm_es_display.wp_create_nonce.value;
42
+ document.frm_es_display.action="admin.php?page=es-view-subscribers&ac=del&did="+id;
43
+ document.frm_es_display.submit();
44
+ }
45
+ }
46
+
47
+ function _es_resend(id, query)
48
+ {
49
+ //document.frm_es_display.action="admin.php?page=es-view-subscribers&ac=resend&search="+query+"&did="+id;
50
+ document.getElementById("searchquery").value = document.frm_es_display.searchquery.value;;
51
+ document.getElementById("searchquery_cnt").value = document.frm_es_display.searchquery_cnt.value;
52
+ document.getElementById("searchquery_group").value = document.frm_es_display.searchquery_group.value;
53
+ document.getElementById("searchquery_sts").value = document.frm_es_display.searchquery_sts.value;
54
+ document.getElementById("wp_create_nonce").value = document.frm_es_display.wp_create_nonce.value;
55
+ document.frm_es_display.action="admin.php?page=es-view-subscribers&ac=resend&did="+id;
56
+ document.frm_es_display.submit();
57
+ }
58
+
59
+ function _es_search_sub_action(alphabets)
60
+ {
61
+ //var searchquery = document.frm_es_display.searchquery.value;
62
+ //var cnt = document.frm_es_display.searchquery_cnt.value;
63
+ //var group = document.frm_es_display.searchquery_group.value;
64
+ //document.frm_es_display.frm_es_bulkaction.value = 'search_sts';
65
+ //document.frm_es_display.action="admin.php?page=es-view-subscribers&search=" + searchquery + "&sts=" + sts + "&cnt=" + cnt + "&group=" + group;
66
+ document.getElementById("frm_es_bulkaction").value = 'search_sts';
67
+ document.getElementById("searchquery").value = alphabets;
68
+ document.getElementById("searchquery_cnt").value = document.frm_es_display.searchquery_cnt.value;
69
+ document.getElementById("searchquery_group").value = document.frm_es_display.searchquery_group.value;
70
+ document.getElementById("searchquery_sts").value = document.frm_es_display.searchquery_sts.value;
71
+ document.getElementById("wp_create_nonce").value = document.frm_es_display.wp_create_nonce.value;
72
+ document.frm_es_display.action="admin.php?page=es-view-subscribers";
73
+ document.frm_es_display.submit();
74
+ }
75
+
76
+ function _es_search_group_action(group)
77
+ {
78
+ //var searchquery = document.frm_es_display.searchquery.value;
79
+ //var sts = document.frm_es_display.searchquery_sts.value;
80
+ //var cnt = document.frm_es_display.searchquery_cnt.value;
81
+ //document.frm_es_display.frm_es_bulkaction.value = 'search_group';
82
+ //document.frm_es_display.action="admin.php?page=es-view-subscribers&search=" + searchquery + "&sts=" + sts + "&cnt=" + cnt + "&group=" + group;
83
+ document.getElementById("frm_es_bulkaction").value = 'search_group';
84
+ document.getElementById("searchquery").value = document.frm_es_display.searchquery.value;
85
+ document.getElementById("searchquery_cnt").value = document.frm_es_display.searchquery_cnt.value;
86
+ document.getElementById("searchquery_group").value = group;
87
+ document.getElementById("searchquery_sts").value = document.frm_es_display.searchquery_sts.value;
88
+ document.getElementById("wp_create_nonce").value = document.frm_es_display.wp_create_nonce.value;
89
+ document.frm_es_display.action="admin.php?page=es-view-subscribers";
90
+ document.frm_es_display.submit();
91
+ }
92
+
93
+ function _es_search_sts_action(status)
94
+ {
95
+ //var searchquery = document.frm_es_display.searchquery.value;
96
+ //var cnt = document.frm_es_display.searchquery_cnt.value;
97
+ //var group = document.frm_es_display.searchquery_group.value;
98
+ //document.frm_es_display.frm_es_bulkaction.value = 'search_sts';
99
+ //document.frm_es_display.action="admin.php?page=es-view-subscribers&search=" + searchquery + "&sts=" + sts + "&cnt=" + cnt + "&group=" + group;
100
+ document.getElementById("frm_es_bulkaction").value = 'search_sts';
101
+ document.getElementById("searchquery").value = document.frm_es_display.searchquery.value;
102
+ document.getElementById("searchquery_cnt").value = document.frm_es_display.searchquery_cnt.value;
103
+ document.getElementById("searchquery_group").value = document.frm_es_display.searchquery_group.value;
104
+ document.getElementById("searchquery_sts").value = status;
105
+ document.getElementById("wp_create_nonce").value = document.frm_es_display.wp_create_nonce.value;
106
+ document.frm_es_display.action="admin.php?page=es-view-subscribers";
107
+ document.frm_es_display.submit();
108
+ }
109
+
110
+ function _es_search_count_action(cnt)
111
+ {
112
+ //var searchquery = document.frm_es_display.searchquery.value;
113
+ //var sts = document.frm_es_display.searchquery_sts.value;
114
+ //var group = document.frm_es_display.searchquery_group.value;
115
+ //document.frm_es_display.frm_es_bulkaction.value = 'search_cnt';
116
+ //document.frm_es_display.action="admin.php?page=es-view-subscribers&search=" + searchquery + "&sts=" + sts + "&cnt=" + cnt + "&group=" + group;
117
+ document.getElementById("frm_es_bulkaction").value = 'search_cnt';
118
+ document.getElementById("searchquery").value = document.frm_es_display.searchquery.value;
119
+ document.getElementById("searchquery_cnt").value = cnt;
120
+ document.getElementById("searchquery_group").value = document.frm_es_display.searchquery_group.value;
121
+ document.getElementById("searchquery_sts").value = document.frm_es_display.searchquery_sts.value;
122
+ document.getElementById("wp_create_nonce").value = document.frm_es_display.wp_create_nonce.value;
123
+ document.frm_es_display.action="admin.php?page=es-view-subscribers";
124
+ document.frm_es_display.submit();
125
+ }
126
+
127
+
128
+
129
+ function _es_bulkaction()
130
+ {
131
+ if(document.frm_es_display.bulk_action.value=="")
132
+ {
133
+ alert(es_view_subscriber_notices.es_subscriber_bulk_action);
134
+ document.frm_es_display.bulk_action.focus();
135
+ return false;
136
+ }
137
+
138
+ if(document.frm_es_display.bulk_action.value == "delete")
139
+ {
140
+ if(confirm(es_view_subscriber_notices.es_subscriber_delete_records))
141
+ {
142
+ if(confirm(es_view_subscriber_notices.es_subscriber_confirm_delete))
143
+ {
144
+ //var searchquery = document.frm_es_display.searchquery.value;
145
+ //var sts = document.frm_es_display.searchquery_sts.value;
146
+ //var cnt = document.frm_es_display.searchquery_cnt.value;
147
+ //document.frm_es_display.frm_es_bulkaction.value = 'delete';
148
+ //document.frm_es_display.action="admin.php?page=es-view-subscribers&bulkaction=delete&search=" + searchquery + "&sts=" + sts + "&cnt=" + cnt;
149
+ document.getElementById("frm_es_bulkaction").value = 'delete';
150
+ document.getElementById("searchquery").value = document.frm_es_display.searchquery.value;
151
+ document.getElementById("searchquery_cnt").value = document.frm_es_display.searchquery_cnt.value;
152
+ document.getElementById("searchquery_group").value = document.frm_es_display.searchquery_group.value;
153
+ document.getElementById("searchquery_sts").value = document.frm_es_display.searchquery_sts.value;
154
+ document.getElementById("wp_create_nonce").value = document.frm_es_display.wp_create_nonce.value;
155
+ document.frm_es_display.action="admin.php?page=es-view-subscribers";
156
+ document.frm_es_display.submit();
157
+ }
158
+ else
159
+ {
160
+ return false;
161
+ }
162
+ }
163
+ else
164
+ {
165
+ return false;
166
+ }
167
+ }
168
+ else if(document.frm_es_display.bulk_action.value == "resend")
169
+ {
170
+ if(confirm(es_view_subscriber_notices.es_subscriber_resend_email))
171
+ {
172
+ //var searchquery = document.frm_es_display.searchquery.value;
173
+ //var sts = document.frm_es_display.searchquery_sts.value;
174
+ //var cnt = document.frm_es_display.searchquery_cnt.value;
175
+ //document.frm_es_display.frm_es_bulkaction.value = 'resend';
176
+ //document.frm_es_display.action="admin.php?page=es-view-subscribers&bulkaction=resend&search=" + searchquery + "&sts=" + sts + "&cnt=" + cnt;
177
+ document.getElementById("frm_es_bulkaction").value = 'resend';
178
+ document.getElementById("searchquery").value = document.frm_es_display.searchquery.value;
179
+ document.getElementById("searchquery_cnt").value = document.frm_es_display.searchquery_cnt.value;
180
+ document.getElementById("searchquery_group").value = document.frm_es_display.searchquery_group.value;
181
+ document.getElementById("searchquery_sts").value = document.frm_es_display.searchquery_sts.value;
182
+ document.getElementById("wp_create_nonce").value = document.frm_es_display.wp_create_nonce.value;
183
+ document.frm_es_display.action="admin.php?page=es-view-subscribers";
184
+ document.frm_es_display.submit();
185
+ }
186
+ else
187
+ {
188
+ return false;
189
+ }
190
+ }
191
+ else if(document.frm_es_display.bulk_action.value == "groupupdate")
192
+ {
193
+ if(document.frm_es_display.es_email_group.value=="")
194
+ {
195
+ alert(es_view_subscriber_notices.es_subscriber_new_group);
196
+ document.frm_es_display.es_email_group.focus();
197
+ return false;
198
+ }
199
+
200
+ if(confirm(es_view_subscriber_notices.es_subscriber_group_update))
201
+ {
202
+ //var searchquery = document.frm_es_display.searchquery.value;
203
+ //var sts = document.frm_es_display.searchquery_sts.value;
204
+ //var cnt = document.frm_es_display.searchquery_cnt.value;
205
+ //document.frm_es_display.frm_es_bulkaction.value = 'groupupdate';
206
+ //document.frm_es_display.action="admin.php?page=es-view-subscribers&bulkaction=groupupdate&search=" + searchquery + "&sts=" + sts + "&cnt=" + cnt;
207
+ document.getElementById("frm_es_bulkaction").value = 'groupupdate';
208
+ document.getElementById("searchquery").value = document.frm_es_display.searchquery.value;
209
+ document.getElementById("searchquery_cnt").value = document.frm_es_display.searchquery_cnt.value;
210
+ document.getElementById("searchquery_group").value = document.frm_es_display.searchquery_group.value;
211
+ document.getElementById("searchquery_sts").value = document.frm_es_display.searchquery_sts.value;
212
+ document.getElementById("wp_create_nonce").value = document.frm_es_display.wp_create_nonce.value;
213
+ document.frm_es_display.action="admin.php?page=es-view-subscribers";
214
+ document.frm_es_display.submit();
215
+ }
216
+ else
217
+ {
218
+ return false;
219
+ }
220
+ }
221
+ }
222
+
223
+ function _es_action_visible(val)
224
+ {
225
+ if(val == "groupupdate")
226
+ {
227
+ document.getElementById('es_email_group').disabled = false;
228
+ }
229
+ else
230
+ {
231
+ document.getElementById('es_email_group').disabled = true;
232
+ }
233
+ }
234
+
235
+ function _es_exportcsv(url, option)
236
+ {
237
+ if(confirm(es_view_subscriber_notices.es_subscriber_export))
238
+ {
239
+ document.frm_es_subscriberexport.action= url+"&option="+option;
240
+ document.frm_es_subscriberexport.submit();
241
+ }
242
+ }
243
+
244
+ function _es_importemail()
245
+ {
246
+ var filename = document.getElementById('es_csv_name').value;
247
+ var extension = filename.substr(filename.lastIndexOf('.')+1).toLowerCase();
248
+ if(extension == 'csv')
249
+ {
250
+ if(document.form_addemail.es_email_status.value=="" || document.form_addemail.es_email_status.value=="Select")
251
+ {
252
+ alert(es_view_subscriber_notices.es_subscriber_email_status);
253
+ document.form_addemail.es_email_status.focus();
254
+ return false;
255
+ }
256
+ else if( (document.form_addemail.es_email_group.value == "") && (document.form_addemail.es_email_group_txt.value == "") )
257
+ {
258
+ alert(es_view_subscriber_notices.es_subscriber_group);
259
+ document.form_addemail.es_email_group.focus();
260
+ return false;
261
+ }
262
+ else
263
+ {
264
+ return true;
265
+ }
266
+ }
267
+ else
268
+ {
269
+ alert(es_view_subscriber_notices.es_subscriber_csv_file);
270
+ return false;
271
+ }
272
+ }
273
+
274
+ function _es_checkall(FormName, FieldName, CheckValue)
275
+ {
276
+ if(!document.forms[FormName])
277
+ return;
278
+ var objCheckBoxes = document.forms[FormName].elements[FieldName];
279
+ if(!objCheckBoxes)
280
+ return;
281
+ var countCheckBoxes = objCheckBoxes.length;
282
+ if(!countCheckBoxes)
283
+ objCheckBoxes.checked = CheckValue;
284
+ else
285
+ // set the check value for all check boxes
286
+ for(var i = 0; i < countCheckBoxes; i++)
287
+ objCheckBoxes[i].checked = CheckValue;
288
+ }
widget/es-widget-page.js ADDED
@@ -0,0 +1,117 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ function es_submit_pages(url)
2
+ {
3
+ es_email = document.getElementById("es_txt_email_pg");
4
+ es_name = document.getElementById("es_txt_name_pg");
5
+ es_group = document.getElementById("es_txt_group_pg");
6
+ if( es_email.value == "" )
7
+ {
8
+ alert(es_widget_page_notices.es_email_notice);
9
+ es_email.focus();
10
+ return false;
11
+ }
12
+ if( es_email.value!="" && ( es_email.value.indexOf("@",0) == -1 || es_email.value.indexOf(".",0) == -1 ))
13
+ {
14
+ alert(es_widget_page_notices.es_incorrect_email);
15
+ es_email.focus();
16
+ es_email.select();
17
+ return false;
18
+ }
19
+
20
+ document.getElementById("es_msg_pg").innerHTML = es_widget_page_notices.es_load_more;
21
+ var date_now = "";
22
+ var mynumber = Math.random();
23
+ var str= "es_email="+ encodeURI(es_email.value) + "&es_name=" + encodeURI(es_name.value) + "&es_group=" + encodeURI(es_group.value) + "&timestamp=" + encodeURI(date_now) + "&action=" + encodeURI(mynumber);
24
+ es_submit_requests(url+'/?es=subscribe', str);
25
+ }
26
+
27
+ var http_req = false;
28
+ function es_submit_requests(url, parameters)
29
+ {
30
+ http_req = false;
31
+ if (window.XMLHttpRequest)
32
+ {
33
+ http_req = new XMLHttpRequest();
34
+ if (http_req.overrideMimeType)
35
+ {
36
+ http_req.overrideMimeType('text/html');
37
+ }
38
+ }
39
+ else if (window.ActiveXObject)
40
+ {
41
+ try
42
+ {
43
+ http_req = new ActiveXObject("Msxml2.XMLHTTP");
44
+ }
45
+ catch (e)
46
+ {
47
+ try
48
+ {
49
+ http_req = new ActiveXObject("Microsoft.XMLHTTP");
50
+ }
51
+ catch (e)
52
+ {
53
+
54
+ }
55
+ }
56
+ }
57
+ if (!http_req)
58
+ {
59
+ alert(es_widget_page_notices.es_ajax_error);
60
+ return false;
61
+ }
62
+ http_req.onreadystatechange = eemail_submitresults;
63
+ http_req.open('POST', url, true);
64
+ http_req.setRequestHeader("Content-type", "application/x-www-form-urlencoded");
65
+ http_req.setRequestHeader("Content-length", parameters.length);
66
+ http_req.setRequestHeader("Connection", "close");
67
+ http_req.send(parameters);
68
+ }
69
+
70
+ function eemail_submitresults()
71
+ {
72
+ //alert(http_req.readyState);
73
+ //alert(http_req.responseText);
74
+ if (http_req.readyState == 4)
75
+ {
76
+ if (http_req.status == 200)
77
+ {
78
+ if (http_req.readyState==4 || http_req.readyState=="complete")
79
+ {
80
+ if((http_req.responseText).trim() == "subscribed-successfully")
81
+ {
82
+ document.getElementById("es_msg").innerHTML = es_widget_page_notices.es_success_message;
83
+ document.getElementById("es_txt_email_pg").value="";
84
+ }
85
+ else if((http_req.responseText).trim() == "subscribed-pending-doubleoptin")
86
+ {
87
+ alert(es_widget_page_notices.es_success_notice);
88
+ document.getElementById("es_msg_pg").innerHTML = "Subscribed successfully.";
89
+ document.getElementById("es_txt_email_pg").value="";
90
+ document.getElementById("es_txt_name_pg").value="";
91
+ }
92
+ else if((http_req.responseText).trim() == "already-exist")
93
+ {
94
+ document.getElementById("es_msg").innerHTML = es_widget_page_notices.es_email_exists;
95
+ }
96
+ else if((http_req.responseText).trim() == "unexpected-error")
97
+ {
98
+ document.getElementById("es_msg").innerHTML = es_widget_page_notices.es_error;
99
+ }
100
+ else if((http_req.responseText).trim() == "invalid-email")
101
+ {
102
+ document.getElementById("es_msg").innerHTML = es_widget_page_notices.es_invalid_email;
103
+ }
104
+ else
105
+ {
106
+ document.getElementById("es_msg").innerHTML = es_widget_page_notices.es_try_later;
107
+ document.getElementById("es_txt_email_pg").value="";
108
+ document.getElementById("es_txt_name_pg").value="";
109
+ }
110
+ }
111
+ }
112
+ else
113
+ {
114
+ alert(es_widget_page_notices.es_problem_request);
115
+ }
116
+ }
117
+ }
widget/es-widget.css ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ .es_caption
2
+ {
3
+ padding-bottom:5px;
4
+ padding-top:5px;
5
+ padding-right:5px;
6
+ }
7
+ .es_msg
8
+ {
9
+ padding-top:5px;
10
+ padding-bottom:5px;
11
+ color:#F00;
12
+ }
13
+ .es_textbox
14
+ {
15
+ padding-bottom:10px;
16
+ }
17
+ .es_button
18
+ {
19
+ padding-top:10px;
20
+ padding-bottom:5px;
21
+ }
22
+ .es_textbox_class
23
+ {
24
+ width:200px;
25
+ }
26
+ .es_textbox_button
27
+ {
28
+ width:130px;
29
+ }
30
+ .es_lablebox
31
+ {
32
+ padding-bottom:3px;
33
+ }
widget/es-widget.js ADDED
@@ -0,0 +1,118 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ function es_submit_page(url)
2
+ {
3
+ es_email = document.getElementById("es_txt_email");
4
+ es_name = document.getElementById("es_txt_name");
5
+ es_group = document.getElementById("es_txt_group");
6
+ if( es_email.value == "" )
7
+ {
8
+ alert(es_widget_notices.es_email_notice);
9
+ es_email.focus();
10
+ return false;
11
+ }
12
+ if( es_email.value!="" && ( es_email.value.indexOf("@",0) == -1 || es_email.value.indexOf(".",0) == -1 ))
13
+ {
14
+ alert(es_widget_notices.es_incorrect_email);
15
+ es_email.focus();
16
+ es_email.select();
17
+ return false;
18
+ }
19
+
20
+ document.getElementById("es_msg").innerHTML = es_widget_notices.es_load_more;
21
+ var date_now = "";
22
+ var mynumber = Math.random();
23
+ var str= "es_email="+ encodeURI(es_email.value) + "&es_name=" + encodeURI(es_name.value) + "&es_group=" + encodeURI(es_group.value) + "&timestamp=" + encodeURI(date_now) + "&action=" + encodeURI(mynumber);
24
+ es_submit_request(url+'/?es=subscribe', str);
25
+ //alert(url+'/?es=subscribe' + str);
26
+ }
27
+
28
+ var http_req = false;
29
+ function es_submit_request(url, parameters)
30
+ {
31
+ http_req = false;
32
+ if (window.XMLHttpRequest)
33
+ {
34
+ http_req = new XMLHttpRequest();
35
+ if (http_req.overrideMimeType)
36
+ {
37
+ http_req.overrideMimeType('text/html');
38
+ }
39
+ }
40
+ else if (window.ActiveXObject)
41
+ {
42
+ try
43
+ {
44
+ http_req = new ActiveXObject("Msxml2.XMLHTTP");
45
+ }
46
+ catch (e)
47
+ {
48
+ try
49
+ {
50
+ http_req = new ActiveXObject("Microsoft.XMLHTTP");
51
+ }
52
+ catch (e)
53
+ {
54
+
55
+ }
56
+ }
57
+ }
58
+ if (!http_req)
59
+ {
60
+ alert(es_widget_notices.es_ajax_error);
61
+ return false;
62
+ }
63
+ http_req.onreadystatechange = eemail_submitresult;
64
+ http_req.open('POST', url, true);
65
+ http_req.setRequestHeader("Content-type", "application/x-www-form-urlencoded");
66
+ http_req.setRequestHeader("Content-length", parameters.length);
67
+ http_req.setRequestHeader("Connection", "close");
68
+ http_req.send(parameters);
69
+ }
70
+
71
+ function eemail_submitresult()
72
+ {
73
+ //alert(http_req.readyState);
74
+ //alert(http_req.responseText);
75
+ if (http_req.readyState == 4)
76
+ {
77
+ if (http_req.status == 200)
78
+ {
79
+ if (http_req.readyState==4 || http_req.readyState=="complete")
80
+ {
81
+ if((http_req.responseText).trim() == "subscribed-successfully")
82
+ {
83
+ document.getElementById("es_msg").innerHTML = es_widget_notices.es_success_message;
84
+ document.getElementById("es_txt_email").value="";
85
+ }
86
+ else if((http_req.responseText).trim() == "subscribed-pending-doubleoptin")
87
+ {
88
+ alert(es_widget_notices.es_success_notice);
89
+ document.getElementById("es_msg").innerHTML = "Subscribed successfully.";
90
+ document.getElementById("es_txt_email").value="";
91
+ document.getElementById("es_txt_name").value="";
92
+ }
93
+ else if((http_req.responseText).trim() == "already-exist")
94
+ {
95
+ document.getElementById("es_msg").innerHTML = es_widget_notices.es_email_exists;
96
+ }
97
+ else if((http_req.responseText).trim() == "unexpected-error")
98
+ {
99
+ document.getElementById("es_msg").innerHTML = es_widget_notices.es_error;
100
+ }
101
+ else if((http_req.responseText).trim() == "invalid-email")
102
+ {
103
+ document.getElementById("es_msg").innerHTML = es_widget_notices.es_invalid_email;
104
+ }
105
+ else
106
+ {
107
+ document.getElementById("es_msg").innerHTML = es_widget_notices.es_try_later;
108
+ document.getElementById("es_txt_email").value="";
109
+ document.getElementById("es_txt_name").value="";
110
+ }
111
+ }
112
+ }
113
+ else
114
+ {
115
+ alert(es_widget_notices.es_problem_request);
116
+ }
117
+ }
118
+ }
widget/index.html ADDED
@@ -0,0 +1 @@
 
1
+ <html><body bgcolor="#FFFFFF"></body></html>