Version Description
(08.12.2016) =
- New: Bulk update Subscribers Group
- Fix: Single Opt In subscribers also showing Resend Confirmation link on Subscribers page
- Fix: Incorrect documentation links
- Update: Tested upto WordPress 4.7
- Update: Translation for Czech (cs_CZ) language updated (inside plugin & on translate.wordpress.org) (Thanks to Tomas & Martin)
- Update: POT file
- Tweak: Show only one notice while deleting subscribers
Download this release
Release Info
Developer | storeapps |
Plugin | Email Subscribers & Newsletters |
Version | 3.2.4 |
Comparing to | |
See all releases |
Code changes from version 3.2.3 to 3.2.4
- changelog.txt +10 -0
- classes/es-common.php +1 -1
- classes/es-register.php +3 -2
- cron/cron-add.php +1 -1
- email-subscribers.php +2 -2
- export/export-email-address.php +2 -2
- help/help.php +4 -4
- languages/email-subscribers-cs_CZ.mo +0 -0
- languages/email-subscribers-cs_CZ.po +1710 -1927
- languages/email-subscribers.pot +161 -152
- query/db_subscriber.php +1 -1
- readme.txt +28 -7
- subscribers/view-subscriber-import.php +1 -1
- subscribers/view-subscriber-show.php +61 -18
- subscribers/view-subscriber.js +38 -19
changelog.txt
CHANGED
@@ -4,6 +4,16 @@ Author : Icegram
|
|
4 |
Author URI : http://www.icegram.com/
|
5 |
License : GPLv3
|
6 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
********************************Version 3.2.3************************************************************
|
8 |
|
9 |
* New: New contributor name has been added
|
4 |
Author URI : http://www.icegram.com/
|
5 |
License : GPLv3
|
6 |
|
7 |
+
********************************Version 3.2.4************************************************************
|
8 |
+
|
9 |
+
* New: Bulk update Subscribers Group
|
10 |
+
* Fix: Single Opt In subscribers also showing Resend Confirmation link on Subscribers page
|
11 |
+
* Fix: Incorrect documentation links
|
12 |
+
* Update: Tested upto WordPress 4.7
|
13 |
+
* Update: Translation for Czech (cs_CZ) language updated (inside plugin & on translate.wordpress.org) (Thanks to Tomas & Martin)
|
14 |
+
* Update: POT file
|
15 |
+
* Tweak: Show only one notice while deleting subscribers
|
16 |
+
|
17 |
********************************Version 3.2.3************************************************************
|
18 |
|
19 |
* New: New contributor name has been added
|
classes/es-common.php
CHANGED
@@ -17,7 +17,7 @@ class es_cls_common {
|
|
17 |
$returnstring = __( '<span style="color:#0000FF">Single Opt In</span>', ES_TDOMAIN );
|
18 |
break;
|
19 |
case "Viewed":
|
20 |
-
$returnstring = __( '<span style="color:#00CC00;font-weight:bold">Viewed</span>', ES_TDOMAIN );
|
21 |
break;
|
22 |
case "Nodata":
|
23 |
$returnstring = __( '<span style="color:#999900;">Nodata</span>', ES_TDOMAIN );
|
17 |
$returnstring = __( '<span style="color:#0000FF">Single Opt In</span>', ES_TDOMAIN );
|
18 |
break;
|
19 |
case "Viewed":
|
20 |
+
$returnstring = __( '<span style="color:#00CC00;font-weight:bold;">Viewed</span>', ES_TDOMAIN );
|
21 |
break;
|
22 |
case "Nodata":
|
23 |
$returnstring = __( '<span style="color:#999900;">Nodata</span>', ES_TDOMAIN );
|
classes/es-register.php
CHANGED
@@ -180,11 +180,12 @@ class es_cls_registerhook {
|
|
180 |
'es_subscriber_group' => _x( 'Please select or create group for this subscriber.', 'view-subscriber-enhanced-select', ES_TDOMAIN ),
|
181 |
'es_subscriber_delete_record' => _x( 'Do you want to delete this record?', 'view-subscriber-enhanced-select', ES_TDOMAIN ),
|
182 |
'es_subscriber_bulk_action' => _x( 'Please select the bulk action.', 'view-subscriber-enhanced-select', ES_TDOMAIN ),
|
183 |
-
'
|
184 |
-
'es_subscriber_confirm_delete' => _x( 'Are you sure you want to delete?', 'view-subscriber-enhanced-select', ES_TDOMAIN ),
|
185 |
'es_subscriber_resend_email' => _x( 'Do you want to resend confirmation email? \nAlso please note, this will update subscriber current status to \'Unconfirmed\'.', 'view-subscriber-enhanced-select', ES_TDOMAIN ),
|
186 |
'es_subscriber_new_group' => _x( 'Please select new subscriber group.', 'view-subscriber-enhanced-select', ES_TDOMAIN ),
|
|
|
187 |
'es_subscriber_group_update' => _x( 'Do you want to update subscribers group?', 'view-subscriber-enhanced-select', ES_TDOMAIN ),
|
|
|
188 |
'es_subscriber_export' => _x( 'Do you want to export the emails?', 'view-subscriber-enhanced-select', ES_TDOMAIN ),
|
189 |
'es_subscriber_csv_file' => _x( 'Please select only csv file. Please check official website for csv structure..', 'view-subscriber-enhanced-select', ES_TDOMAIN )
|
190 |
);
|
180 |
'es_subscriber_group' => _x( 'Please select or create group for this subscriber.', 'view-subscriber-enhanced-select', ES_TDOMAIN ),
|
181 |
'es_subscriber_delete_record' => _x( 'Do you want to delete this record?', 'view-subscriber-enhanced-select', ES_TDOMAIN ),
|
182 |
'es_subscriber_bulk_action' => _x( 'Please select the bulk action.', 'view-subscriber-enhanced-select', ES_TDOMAIN ),
|
183 |
+
'es_subscriber_confirm_delete' => _x( 'Are you sure you want to delete selected records?', 'view-subscriber-enhanced-select', ES_TDOMAIN ),
|
|
|
184 |
'es_subscriber_resend_email' => _x( 'Do you want to resend confirmation email? \nAlso please note, this will update subscriber current status to \'Unconfirmed\'.', 'view-subscriber-enhanced-select', ES_TDOMAIN ),
|
185 |
'es_subscriber_new_group' => _x( 'Please select new subscriber group.', 'view-subscriber-enhanced-select', ES_TDOMAIN ),
|
186 |
+
'es_subscriber_new_status' => _x( 'Please select new status for subscribers', 'view-subscriber-enhanced-select', ES_TDOMAIN ),
|
187 |
'es_subscriber_group_update' => _x( 'Do you want to update subscribers group?', 'view-subscriber-enhanced-select', ES_TDOMAIN ),
|
188 |
+
'es_subscriber_status_update' => _x( 'Do you want to update subscribers status?', 'view-subscriber-enhanced-select', ES_TDOMAIN ),
|
189 |
'es_subscriber_export' => _x( 'Do you want to export the emails?', 'view-subscriber-enhanced-select', ES_TDOMAIN ),
|
190 |
'es_subscriber_csv_file' => _x( 'Please select only csv file. Please check official website for csv structure..', 'view-subscriber-enhanced-select', ES_TDOMAIN )
|
191 |
);
|
cron/cron-add.php
CHANGED
@@ -95,7 +95,7 @@ if(preg_match('#' . basename(__FILE__) . '#', $_SERVER['PHP_SELF'])) {
|
|
95 |
</div>
|
96 |
<div class="tool-box">
|
97 |
<h3><?php echo __( 'How to setup auto emails using CRON Job through the cPanel or Plesk?', ES_TDOMAIN ); ?></h3>
|
98 |
-
<li><?php echo __( '<a target="_blank" href="http://www.icegram.com/documentation/es-how-to-schedule-cron-
|
99 |
<li><?php echo __( '<a target="_blank" href="http://www.icegram.com/documentation/es-how-to-schedule-cron-emails-in-parallels-plesk/">Setup cron job in Plesk</a>', ES_TDOMAIN ); ?></li>
|
100 |
<li><?php echo __( '<a target="_blank" href="http://www.icegram.com/documentation/es-how-to-schedule-cron-emails-in-cpanel/">Setup cron job in cPanal</a>', ES_TDOMAIN ); ?></li>
|
101 |
<li><?php echo __( '<a target="_blank" href="http://www.icegram.com/documentation/es-what-to-do-if-hosting-doesnt-support-cron-jobs/">Hosting doesnt support cron jobs?</a>', ES_TDOMAIN ); ?></li><br>
|
95 |
</div>
|
96 |
<div class="tool-box">
|
97 |
<h3><?php echo __( 'How to setup auto emails using CRON Job through the cPanel or Plesk?', ES_TDOMAIN ); ?></h3>
|
98 |
+
<li><?php echo __( '<a target="_blank" href="http://www.icegram.com/documentation/es-how-to-schedule-cron-emails/">What is Cron?</a>', ES_TDOMAIN ); ?></li>
|
99 |
<li><?php echo __( '<a target="_blank" href="http://www.icegram.com/documentation/es-how-to-schedule-cron-emails-in-parallels-plesk/">Setup cron job in Plesk</a>', ES_TDOMAIN ); ?></li>
|
100 |
<li><?php echo __( '<a target="_blank" href="http://www.icegram.com/documentation/es-how-to-schedule-cron-emails-in-cpanel/">Setup cron job in cPanal</a>', ES_TDOMAIN ); ?></li>
|
101 |
<li><?php echo __( '<a target="_blank" href="http://www.icegram.com/documentation/es-what-to-do-if-hosting-doesnt-support-cron-jobs/">Hosting doesnt support cron jobs?</a>', ES_TDOMAIN ); ?></li><br>
|
email-subscribers.php
CHANGED
@@ -3,11 +3,11 @@
|
|
3 |
* Plugin Name: Email Subscribers & Newsletters
|
4 |
* Plugin URI: http://www.icegram.com/
|
5 |
* Description: Add subscription forms on website, send HTML newsletters & automatically notify subscribers about new blog posts once it gets published.
|
6 |
-
* Version: 3.2.
|
7 |
* Author: Icegram
|
8 |
* Author URI: http://www.icegram.com/
|
9 |
* Requires at least: 3.4
|
10 |
-
* Tested up to: 4.
|
11 |
* Text Domain: email-subscribers
|
12 |
* Domain Path: /languages/
|
13 |
* License: GPLv3
|
3 |
* Plugin Name: Email Subscribers & Newsletters
|
4 |
* Plugin URI: http://www.icegram.com/
|
5 |
* Description: Add subscription forms on website, send HTML newsletters & automatically notify subscribers about new blog posts once it gets published.
|
6 |
+
* Version: 3.2.4
|
7 |
* Author: Icegram
|
8 |
* Author URI: http://www.icegram.com/
|
9 |
* Requires at least: 3.4
|
10 |
+
* Tested up to: 4.7
|
11 |
* Text Domain: email-subscribers
|
12 |
* Domain Path: /languages/
|
13 |
* License: GPLv3
|
export/export-email-address.php
CHANGED
@@ -5,8 +5,8 @@ if(preg_match('#' . basename(__FILE__) . '#', $_SERVER['PHP_SELF'])) {
|
|
5 |
}
|
6 |
|
7 |
if ( !empty($_GET) && !empty($_GET['es']) && $_GET['es'] == 'export' ) {
|
8 |
-
if ( !empty($_SERVER) && !empty($_SERVER['REQUEST_METHOD']) && $_SERVER['REQUEST_METHOD'] == 'POST' ) {
|
9 |
-
$referer = wp_get_referer();
|
10 |
$siteurl = get_option( 'siteurl' );
|
11 |
if( strpos( $referer, $siteurl ) !== false ) {
|
12 |
global $wpdb;
|
5 |
}
|
6 |
|
7 |
if ( !empty($_GET) && !empty($_GET['es']) && $_GET['es'] == 'export' ) {
|
8 |
+
if ( !empty($_SERVER) && !empty($_SERVER['REQUEST_METHOD']) && $_SERVER['REQUEST_METHOD'] == 'POST' ) { // need to handle GET in server request method
|
9 |
+
$referer = wp_get_referer(); // find alternative
|
10 |
$siteurl = get_option( 'siteurl' );
|
11 |
if( strpos( $referer, $siteurl ) !== false ) {
|
12 |
global $wpdb;
|
help/help.php
CHANGED
@@ -141,16 +141,16 @@ if(preg_match('#' . basename(__FILE__) . '#', $_SERVER['PHP_SELF'])) {
|
|
141 |
<?php echo sprintf(__( '%s', ES_TDOMAIN ), '<a href="http://www.icegram.com/documentation/es-how-to-configure-and-send-notification-emails-to-subscribers-when-new-posts-are-published/" target="_blank">' . __( 'How to Configure and Send notification emails to subscribers when new posts are published?', ES_TDOMAIN ) . '</a>' ); ?>
|
142 |
</li>
|
143 |
<li class="es_faq">
|
144 |
-
<?php echo sprintf(__( '%s', ES_TDOMAIN ), '<a href="http://www.icegram.com/documentation/how-to-send-a-sample-new-post-notification-email-to-testgroup-myself/" target="_blank">' . __( 'How to Send a sample new post notification email to testgroup/myself?', ES_TDOMAIN ) . '</a>' ); ?>
|
145 |
</li>
|
146 |
<li class="es_faq">
|
147 |
-
<?php echo sprintf(__( '%s', ES_TDOMAIN ), '<a href="http://www.icegram.com/documentation/es-how-to-check-sent-
|
148 |
</li>
|
149 |
<li class="es_faq">
|
150 |
<?php echo sprintf(__( '%s', ES_TDOMAIN ), '<a href="http://www.icegram.com/documentation/es-how-to-add-update-existing-subscribers-group/" target="_blank">' . __( 'How to Add/Update Existing Subscribers Group?', ES_TDOMAIN ) . '</a>' ); ?>
|
151 |
</li>
|
152 |
<li class="es_faq">
|
153 |
-
<?php echo sprintf(__( '%s', ES_TDOMAIN ), '<a href="http://www.icegram.com/documentation/es-
|
154 |
</li>
|
155 |
<li class="es_faq">
|
156 |
<?php echo sprintf(__( '%s', ES_TDOMAIN ), '<a href="http://www.icegram.com/documentation/es-how-to-show-subscribe-form-inside-a-popup/" target="_blank">' . __( 'How to show subscribe form inside a popup?', ES_TDOMAIN ) . '</a>' ); ?>
|
@@ -159,7 +159,7 @@ if(preg_match('#' . basename(__FILE__) . '#', $_SERVER['PHP_SELF'])) {
|
|
159 |
<?php echo sprintf(__( '%s', ES_TDOMAIN ), '<a href="http://www.icegram.com/documentation/es-how-to-use-rainmakers-form-in-email-subscribers/" target="_blank">' . __( 'How to use Rainmaker’s form in Email Subscribers?', ES_TDOMAIN ) . '</a>' ); ?>
|
160 |
</li>
|
161 |
<li class="es_faq">
|
162 |
-
<?php echo sprintf(__( '%s', ES_TDOMAIN ), '<a href="http://www.icegram.com/documentation/es-how-to-schedule-cron-
|
163 |
</li>
|
164 |
<li class="es_faq">
|
165 |
<?php echo sprintf(__( '%s', ES_TDOMAIN ), '<a href="http://www.icegram.com/documentation/es-how-to-schedule-cron-emails-in-cpanel/" target="_blank">' . __( 'How to Schedule Cron Emails in cPanel?', ES_TDOMAIN ) . '</a>' ); ?>
|
141 |
<?php echo sprintf(__( '%s', ES_TDOMAIN ), '<a href="http://www.icegram.com/documentation/es-how-to-configure-and-send-notification-emails-to-subscribers-when-new-posts-are-published/" target="_blank">' . __( 'How to Configure and Send notification emails to subscribers when new posts are published?', ES_TDOMAIN ) . '</a>' ); ?>
|
142 |
</li>
|
143 |
<li class="es_faq">
|
144 |
+
<?php echo sprintf(__( '%s', ES_TDOMAIN ), '<a href="http://www.icegram.com/documentation/es-how-to-send-a-sample-new-post-notification-email-to-testgroup-myself/" target="_blank">' . __( 'How to Send a sample new post notification email to testgroup/myself?', ES_TDOMAIN ) . '</a>' ); ?>
|
145 |
</li>
|
146 |
<li class="es_faq">
|
147 |
+
<?php echo sprintf(__( '%s', ES_TDOMAIN ), '<a href="http://www.icegram.com/documentation/es-how-to-check-sent-emails/" target="_blank">' . __( 'How to check Sent mails?', ES_TDOMAIN ) . '</a>' ); ?>
|
148 |
</li>
|
149 |
<li class="es_faq">
|
150 |
<?php echo sprintf(__( '%s', ES_TDOMAIN ), '<a href="http://www.icegram.com/documentation/es-how-to-add-update-existing-subscribers-group/" target="_blank">' . __( 'How to Add/Update Existing Subscribers Group?', ES_TDOMAIN ) . '</a>' ); ?>
|
151 |
</li>
|
152 |
<li class="es_faq">
|
153 |
+
<?php echo sprintf(__( '%s', ES_TDOMAIN ), '<a href="http://www.icegram.com/documentation/es-subscribers-are-not-receiving-emails/" target="_blank">' . __( 'Subscribers are not receiving Emails?', ES_TDOMAIN ) . '</a>' ); ?>
|
154 |
</li>
|
155 |
<li class="es_faq">
|
156 |
<?php echo sprintf(__( '%s', ES_TDOMAIN ), '<a href="http://www.icegram.com/documentation/es-how-to-show-subscribe-form-inside-a-popup/" target="_blank">' . __( 'How to show subscribe form inside a popup?', ES_TDOMAIN ) . '</a>' ); ?>
|
159 |
<?php echo sprintf(__( '%s', ES_TDOMAIN ), '<a href="http://www.icegram.com/documentation/es-how-to-use-rainmakers-form-in-email-subscribers/" target="_blank">' . __( 'How to use Rainmaker’s form in Email Subscribers?', ES_TDOMAIN ) . '</a>' ); ?>
|
160 |
</li>
|
161 |
<li class="es_faq">
|
162 |
+
<?php echo sprintf(__( '%s', ES_TDOMAIN ), '<a href="http://www.icegram.com/documentation/es-how-to-schedule-cron-emails/" target="_blank">' . __( 'How to Schedule Cron Mails?', ES_TDOMAIN ) . '</a>' ); ?>
|
163 |
</li>
|
164 |
<li class="es_faq">
|
165 |
<?php echo sprintf(__( '%s', ES_TDOMAIN ), '<a href="http://www.icegram.com/documentation/es-how-to-schedule-cron-emails-in-cpanel/" target="_blank">' . __( 'How to Schedule Cron Emails in cPanel?', ES_TDOMAIN ) . '</a>' ); ?>
|
languages/email-subscribers-cs_CZ.mo
CHANGED
Binary file
|
languages/email-subscribers-cs_CZ.po
CHANGED
@@ -1,1927 +1,1710 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
"
|
6 |
-
"
|
7 |
-
"
|
8 |
-
"
|
9 |
-
"
|
10 |
-
"
|
11 |
-
"
|
12 |
-
"
|
13 |
-
"
|
14 |
-
"
|
15 |
-
"
|
16 |
-
|
17 |
-
|
18 |
-
"
|
19 |
-
"
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
"
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
"
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
"
|
52 |
-
"
|
53 |
-
|
54 |
-
#:
|
55 |
-
msgid ""
|
56 |
-
"
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
-
|
63 |
-
|
64 |
-
|
65 |
-
|
66 |
-
|
67 |
-
|
68 |
-
|
69 |
-
|
70 |
-
|
71 |
-
|
72 |
-
|
73 |
-
|
74 |
-
|
75 |
-
|
76 |
-
|
77 |
-
|
78 |
-
|
79 |
-
|
80 |
-
|
81 |
-
|
82 |
-
|
83 |
-
"
|
84 |
-
msgstr ""
|
85 |
-
|
86 |
-
|
87 |
-
|
88 |
-
|
89 |
-
|
90 |
-
|
91 |
-
|
92 |
-
"
|
93 |
-
|
94 |
-
|
95 |
-
#:
|
96 |
-
msgid ""
|
97 |
-
"
|
98 |
-
|
99 |
-
|
100 |
-
"
|
101 |
-
"
|
102 |
-
|
103 |
-
#:
|
104 |
-
msgid "
|
105 |
-
msgstr "
|
106 |
-
|
107 |
-
#:
|
108 |
-
msgid "
|
109 |
-
msgstr "
|
110 |
-
|
111 |
-
#:
|
112 |
-
msgid "
|
113 |
-
msgstr "
|
114 |
-
|
115 |
-
#:
|
116 |
-
msgid ""
|
117 |
-
"
|
118 |
-
|
119 |
-
|
120 |
-
"
|
121 |
-
"
|
122 |
-
|
123 |
-
#:
|
124 |
-
|
125 |
-
|
126 |
-
|
127 |
-
|
128 |
-
|
129 |
-
|
130 |
-
|
131 |
-
|
132 |
-
|
133 |
-
|
134 |
-
|
135 |
-
|
136 |
-
|
137 |
-
|
138 |
-
|
139 |
-
|
140 |
-
|
141 |
-
|
142 |
-
"
|
143 |
-
|
144 |
-
#:
|
145 |
-
msgid "
|
146 |
-
msgstr "
|
147 |
-
|
148 |
-
#:
|
149 |
-
msgid "
|
150 |
-
msgstr "
|
151 |
-
|
152 |
-
#:
|
153 |
-
msgid "
|
154 |
-
msgstr "
|
155 |
-
|
156 |
-
#:
|
157 |
-
msgid "
|
158 |
-
msgstr "
|
159 |
-
|
160 |
-
#:
|
161 |
-
|
162 |
-
|
163 |
-
|
164 |
-
|
165 |
-
|
166 |
-
|
167 |
-
|
168 |
-
|
169 |
-
|
170 |
-
|
171 |
-
|
172 |
-
|
173 |
-
|
174 |
-
|
175 |
-
|
176 |
-
|
177 |
-
|
178 |
-
|
179 |
-
|
180 |
-
|
181 |
-
|
182 |
-
|
183 |
-
|
184 |
-
|
185 |
-
|
186 |
-
|
187 |
-
|
188 |
-
|
189 |
-
|
190 |
-
|
191 |
-
|
192 |
-
|
193 |
-
|
194 |
-
|
195 |
-
|
196 |
-
|
197 |
-
|
198 |
-
|
199 |
-
|
200 |
-
|
201 |
-
|
202 |
-
|
203 |
-
|
204 |
-
|
205 |
-
|
206 |
-
|
207 |
-
|
208 |
-
"
|
209 |
-
"
|
210 |
-
|
211 |
-
|
212 |
-
|
213 |
-
|
214 |
-
|
215 |
-
|
216 |
-
|
217 |
-
|
218 |
-
|
219 |
-
|
220 |
-
|
221 |
-
msgid "
|
222 |
-
msgstr "
|
223 |
-
|
224 |
-
#:
|
225 |
-
|
226 |
-
|
227 |
-
|
228 |
-
|
229 |
-
|
230 |
-
"
|
231 |
-
|
232 |
-
#:
|
233 |
-
|
234 |
-
|
235 |
-
|
236 |
-
|
237 |
-
|
238 |
-
|
239 |
-
|
240 |
-
|
241 |
-
|
242 |
-
|
243 |
-
#:
|
244 |
-
|
245 |
-
|
246 |
-
|
247 |
-
|
248 |
-
|
249 |
-
|
250 |
-
|
251 |
-
|
252 |
-
|
253 |
-
|
254 |
-
#:
|
255 |
-
msgid ""
|
256 |
-
|
257 |
-
|
258 |
-
|
259 |
-
|
260 |
-
|
261 |
-
|
262 |
-
#:
|
263 |
-
|
264 |
-
|
265 |
-
|
266 |
-
|
267 |
-
|
268 |
-
|
269 |
-
|
270 |
-
|
271 |
-
|
272 |
-
|
273 |
-
|
274 |
-
|
275 |
-
|
276 |
-
|
277 |
-
|
278 |
-
|
279 |
-
#:
|
280 |
-
msgid "
|
281 |
-
msgstr "
|
282 |
-
|
283 |
-
#:
|
284 |
-
|
285 |
-
|
286 |
-
|
287 |
-
|
288 |
-
|
289 |
-
|
290 |
-
|
291 |
-
|
292 |
-
|
293 |
-
|
294 |
-
|
295 |
-
|
296 |
-
|
297 |
-
|
298 |
-
|
299 |
-
#:
|
300 |
-
msgid "
|
301 |
-
msgstr "
|
302 |
-
|
303 |
-
#:
|
304 |
-
|
305 |
-
|
306 |
-
|
307 |
-
|
308 |
-
|
309 |
-
|
310 |
-
|
311 |
-
#:
|
312 |
-
msgid "
|
313 |
-
msgstr "
|
314 |
-
|
315 |
-
#:
|
316 |
-
|
317 |
-
|
318 |
-
|
319 |
-
#:
|
320 |
-
|
321 |
-
|
322 |
-
|
323 |
-
|
324 |
-
|
325 |
-
|
326 |
-
|
327 |
-
|
328 |
-
|
329 |
-
|
330 |
-
|
331 |
-
|
332 |
-
|
333 |
-
|
334 |
-
|
335 |
-
|
336 |
-
|
337 |
-
|
338 |
-
|
339 |
-
|
340 |
-
|
341 |
-
|
342 |
-
|
343 |
-
|
344 |
-
|
345 |
-
|
346 |
-
|
347 |
-
|
348 |
-
|
349 |
-
|
350 |
-
|
351 |
-
|
352 |
-
"
|
353 |
-
msgstr ""
|
354 |
-
|
355 |
-
|
356 |
-
|
357 |
-
|
358 |
-
|
359 |
-
|
360 |
-
|
361 |
-
|
362 |
-
|
363 |
-
|
364 |
-
|
365 |
-
|
366 |
-
|
367 |
-
|
368 |
-
|
369 |
-
|
370 |
-
|
371 |
-
|
372 |
-
|
373 |
-
|
374 |
-
|
375 |
-
|
376 |
-
|
377 |
-
|
378 |
-
|
379 |
-
|
380 |
-
|
381 |
-
|
382 |
-
|
383 |
-
#:
|
384 |
-
|
385 |
-
|
386 |
-
|
387 |
-
|
388 |
-
|
389 |
-
|
390 |
-
|
391 |
-
#:
|
392 |
-
|
393 |
-
|
394 |
-
|
395 |
-
|
396 |
-
|
397 |
-
|
398 |
-
|
399 |
-
#:
|
400 |
-
|
401 |
-
|
402 |
-
|
403 |
-
|
404 |
-
|
405 |
-
|
406 |
-
|
407 |
-
|
408 |
-
|
409 |
-
#:
|
410 |
-
|
411 |
-
|
412 |
-
|
413 |
-
|
414 |
-
|
415 |
-
|
416 |
-
|
417 |
-
|
418 |
-
|
419 |
-
|
420 |
-
|
421 |
-
|
422 |
-
|
423 |
-
|
424 |
-
|
425 |
-
|
426 |
-
|
427 |
-
|
428 |
-
|
429 |
-
|
430 |
-
|
431 |
-
#:
|
432 |
-
#:
|
433 |
-
|
434 |
-
|
435 |
-
|
436 |
-
|
437 |
-
|
438 |
-
#:
|
439 |
-
#:
|
440 |
-
msgid "
|
441 |
-
msgstr "
|
442 |
-
|
443 |
-
#:
|
444 |
-
msgid "
|
445 |
-
msgstr "
|
446 |
-
|
447 |
-
#:
|
448 |
-
msgid "
|
449 |
-
msgstr "
|
450 |
-
|
451 |
-
#:
|
452 |
-
msgid "
|
453 |
-
msgstr "
|
454 |
-
|
455 |
-
#:
|
456 |
-
msgid "
|
457 |
-
msgstr "
|
458 |
-
|
459 |
-
#:
|
460 |
-
msgid "
|
461 |
-
msgstr "
|
462 |
-
|
463 |
-
#:
|
464 |
-
msgid "
|
465 |
-
msgstr "
|
466 |
-
|
467 |
-
#:
|
468 |
-
msgid "
|
469 |
-
msgstr "
|
470 |
-
|
471 |
-
#:
|
472 |
-
|
473 |
-
|
474 |
-
|
475 |
-
|
476 |
-
|
477 |
-
|
478 |
-
|
479 |
-
|
480 |
-
#:
|
481 |
-
|
482 |
-
|
483 |
-
|
484 |
-
|
485 |
-
#:
|
486 |
-
|
487 |
-
|
488 |
-
|
489 |
-
|
490 |
-
|
491 |
-
|
492 |
-
|
493 |
-
|
494 |
-
#:
|
495 |
-
msgid "
|
496 |
-
msgstr "
|
497 |
-
|
498 |
-
#:
|
499 |
-
|
500 |
-
|
501 |
-
|
502 |
-
|
503 |
-
|
504 |
-
|
505 |
-
|
506 |
-
|
507 |
-
|
508 |
-
|
509 |
-
|
510 |
-
|
511 |
-
|
512 |
-
|
513 |
-
|
514 |
-
|
515 |
-
|
516 |
-
|
517 |
-
|
518 |
-
|
519 |
-
|
520 |
-
|
521 |
-
|
522 |
-
|
523 |
-
|
524 |
-
|
525 |
-
|
526 |
-
|
527 |
-
|
528 |
-
|
529 |
-
|
530 |
-
|
531 |
-
|
532 |
-
|
533 |
-
|
534 |
-
|
535 |
-
|
536 |
-
|
537 |
-
|
538 |
-
|
539 |
-
|
540 |
-
|
541 |
-
|
542 |
-
|
543 |
-
|
544 |
-
|
545 |
-
|
546 |
-
|
547 |
-
|
548 |
-
|
549 |
-
|
550 |
-
|
551 |
-
|
552 |
-
|
553 |
-
|
554 |
-
|
555 |
-
|
556 |
-
|
557 |
-
|
558 |
-
|
559 |
-
|
560 |
-
|
561 |
-
|
562 |
-
|
563 |
-
|
564 |
-
|
565 |
-
|
566 |
-
|
567 |
-
|
568 |
-
|
569 |
-
|
570 |
-
|
571 |
-
|
572 |
-
#:
|
573 |
-
msgid "
|
574 |
-
msgstr "
|
575 |
-
|
576 |
-
#:
|
577 |
-
msgid "
|
578 |
-
msgstr "
|
579 |
-
|
580 |
-
#:
|
581 |
-
msgid "
|
582 |
-
msgstr "
|
583 |
-
|
584 |
-
#:
|
585 |
-
msgid "
|
586 |
-
msgstr "
|
587 |
-
|
588 |
-
#:
|
589 |
-
msgid "
|
590 |
-
msgstr "
|
591 |
-
|
592 |
-
#:
|
593 |
-
msgid "
|
594 |
-
msgstr "
|
595 |
-
|
596 |
-
#:
|
597 |
-
msgid ""
|
598 |
-
|
599 |
-
|
600 |
-
|
601 |
-
|
602 |
-
"
|
603 |
-
|
604 |
-
#:
|
605 |
-
msgid "
|
606 |
-
msgstr "
|
607 |
-
|
608 |
-
#:
|
609 |
-
msgid "
|
610 |
-
msgstr "
|
611 |
-
|
612 |
-
#:
|
613 |
-
msgid "
|
614 |
-
msgstr "
|
615 |
-
|
616 |
-
#:
|
617 |
-
|
618 |
-
|
619 |
-
|
620 |
-
#:
|
621 |
-
|
622 |
-
msgid ""
|
623 |
-
"
|
624 |
-
|
625 |
-
|
626 |
-
|
627 |
-
|
628 |
-
|
629 |
-
|
630 |
-
|
631 |
-
#:
|
632 |
-
|
633 |
-
|
634 |
-
|
635 |
-
|
636 |
-
|
637 |
-
|
638 |
-
|
639 |
-
#:
|
640 |
-
msgid "
|
641 |
-
msgstr "
|
642 |
-
|
643 |
-
#:
|
644 |
-
|
645 |
-
|
646 |
-
|
647 |
-
#:
|
648 |
-
|
649 |
-
|
650 |
-
|
651 |
-
|
652 |
-
|
653 |
-
|
654 |
-
|
655 |
-
|
656 |
-
|
657 |
-
|
658 |
-
|
659 |
-
|
660 |
-
|
661 |
-
|
662 |
-
|
663 |
-
|
664 |
-
"
|
665 |
-
msgstr ""
|
666 |
-
|
667 |
-
|
668 |
-
|
669 |
-
|
670 |
-
|
671 |
-
|
672 |
-
|
673 |
-
|
674 |
-
|
675 |
-
|
676 |
-
|
677 |
-
|
678 |
-
|
679 |
-
#:
|
680 |
-
|
681 |
-
|
682 |
-
|
683 |
-
#:
|
684 |
-
|
685 |
-
|
686 |
-
|
687 |
-
#:
|
688 |
-
|
689 |
-
|
690 |
-
|
691 |
-
|
692 |
-
|
693 |
-
|
694 |
-
|
695 |
-
#:
|
696 |
-
|
697 |
-
|
698 |
-
|
699 |
-
#:
|
700 |
-
|
701 |
-
|
702 |
-
|
703 |
-
|
704 |
-
|
705 |
-
|
706 |
-
|
707 |
-
|
708 |
-
|
709 |
-
|
710 |
-
|
711 |
-
#:
|
712 |
-
msgid "
|
713 |
-
msgstr "
|
714 |
-
|
715 |
-
#:
|
716 |
-
|
717 |
-
|
718 |
-
|
719 |
-
|
720 |
-
|
721 |
-
|
722 |
-
|
723 |
-
|
724 |
-
|
725 |
-
|
726 |
-
|
727 |
-
|
728 |
-
|
729 |
-
"
|
730 |
-
|
731 |
-
|
732 |
-
|
733 |
-
|
734 |
-
|
735 |
-
|
736 |
-
|
737 |
-
|
738 |
-
|
739 |
-
|
740 |
-
|
741 |
-
|
742 |
-
|
743 |
-
#:
|
744 |
-
|
745 |
-
|
746 |
-
|
747 |
-
|
748 |
-
|
749 |
-
|
750 |
-
|
751 |
-
|
752 |
-
|
753 |
-
|
754 |
-
|
755 |
-
|
756 |
-
|
757 |
-
|
758 |
-
|
759 |
-
#:
|
760 |
-
msgid "
|
761 |
-
msgstr "
|
762 |
-
|
763 |
-
#:
|
764 |
-
|
765 |
-
|
766 |
-
|
767 |
-
|
768 |
-
|
769 |
-
|
770 |
-
|
771 |
-
|
772 |
-
|
773 |
-
|
774 |
-
|
775 |
-
#:
|
776 |
-
|
777 |
-
|
778 |
-
|
779 |
-
|
780 |
-
#:
|
781 |
-
msgid "
|
782 |
-
msgstr "
|
783 |
-
|
784 |
-
#:
|
785 |
-
msgid "
|
786 |
-
msgstr "
|
787 |
-
|
788 |
-
#:
|
789 |
-
#:
|
790 |
-
|
791 |
-
|
792 |
-
|
793 |
-
|
794 |
-
#:
|
795 |
-
msgid "
|
796 |
-
msgstr "
|
797 |
-
|
798 |
-
#:
|
799 |
-
|
800 |
-
|
801 |
-
|
802 |
-
|
803 |
-
|
804 |
-
|
805 |
-
|
806 |
-
#:
|
807 |
-
#:
|
808 |
-
|
809 |
-
|
810 |
-
|
811 |
-
|
812 |
-
|
813 |
-
|
814 |
-
|
815 |
-
|
816 |
-
msgid "
|
817 |
-
msgstr "
|
818 |
-
|
819 |
-
|
820 |
-
|
821 |
-
|
822 |
-
|
823 |
-
|
824 |
-
|
825 |
-
|
826 |
-
|
827 |
-
|
828 |
-
|
829 |
-
|
830 |
-
|
831 |
-
|
832 |
-
|
833 |
-
|
834 |
-
#:
|
835 |
-
msgid "
|
836 |
-
msgstr "
|
837 |
-
|
838 |
-
#:
|
839 |
-
|
840 |
-
|
841 |
-
|
842 |
-
|
843 |
-
|
844 |
-
|
845 |
-
|
846 |
-
#:
|
847 |
-
#:
|
848 |
-
#:
|
849 |
-
msgid "
|
850 |
-
msgstr "
|
851 |
-
|
852 |
-
#:
|
853 |
-
msgid "
|
854 |
-
msgstr "
|
855 |
-
|
856 |
-
#:
|
857 |
-
msgid "
|
858 |
-
msgstr "
|
859 |
-
|
860 |
-
#:
|
861 |
-
msgid "
|
862 |
-
msgstr "
|
863 |
-
|
864 |
-
#:
|
865 |
-
|
866 |
-
|
867 |
-
|
868 |
-
|
869 |
-
|
870 |
-
|
871 |
-
|
872 |
-
|
873 |
-
|
874 |
-
|
875 |
-
|
876 |
-
|
877 |
-
|
878 |
-
|
879 |
-
|
880 |
-
|
881 |
-
|
882 |
-
|
883 |
-
|
884 |
-
|
885 |
-
|
886 |
-
|
887 |
-
|
888 |
-
|
889 |
-
|
890 |
-
|
891 |
-
|
892 |
-
|
893 |
-
|
894 |
-
|
895 |
-
|
896 |
-
"
|
897 |
-
msgstr ""
|
898 |
-
|
899 |
-
|
900 |
-
|
901 |
-
|
902 |
-
|
903 |
-
|
904 |
-
|
905 |
-
|
906 |
-
|
907 |
-
|
908 |
-
"
|
909 |
-
msgstr ""
|
910 |
-
|
911 |
-
|
912 |
-
|
913 |
-
|
914 |
-
|
915 |
-
|
916 |
-
|
917 |
-
|
918 |
-
|
919 |
-
|
920 |
-
|
921 |
-
|
922 |
-
|
923 |
-
|
924 |
-
|
925 |
-
|
926 |
-
|
927 |
-
|
928 |
-
|
929 |
-
|
930 |
-
|
931 |
-
|
932 |
-
|
933 |
-
|
934 |
-
|
935 |
-
|
936 |
-
"
|
937 |
-
"
|
938 |
-
|
939 |
-
|
940 |
-
"
|
941 |
-
"
|
942 |
-
|
943 |
-
|
944 |
-
|
945 |
-
|
946 |
-
|
947 |
-
|
948 |
-
|
949 |
-
|
950 |
-
|
951 |
-
#:
|
952 |
-
msgid "
|
953 |
-
msgstr "
|
954 |
-
|
955 |
-
#:
|
956 |
-
msgid "
|
957 |
-
msgstr "
|
958 |
-
|
959 |
-
#:
|
960 |
-
msgid ""
|
961 |
-
"
|
962 |
-
|
963 |
-
|
964 |
-
"
|
965 |
-
|
966 |
-
|
967 |
-
|
968 |
-
|
969 |
-
|
970 |
-
|
971 |
-
|
972 |
-
|
973 |
-
|
974 |
-
|
975 |
-
|
976 |
-
|
977 |
-
|
978 |
-
|
979 |
-
|
980 |
-
|
981 |
-
|
982 |
-
|
983 |
-
|
984 |
-
"
|
985 |
-
"
|
986 |
-
|
987 |
-
|
988 |
-
"
|
989 |
-
|
990 |
-
|
991 |
-
|
992 |
-
|
993 |
-
|
994 |
-
|
995 |
-
|
996 |
-
"
|
997 |
-
"
|
998 |
-
|
999 |
-
|
1000 |
-
"
|
1001 |
-
|
1002 |
-
|
1003 |
-
|
1004 |
-
|
1005 |
-
|
1006 |
-
|
1007 |
-
|
1008 |
-
|
1009 |
-
"
|
1010 |
-
|
1011 |
-
#:
|
1012 |
-
msgid "
|
1013 |
-
msgstr "
|
1014 |
-
|
1015 |
-
#:
|
1016 |
-
msgid ""
|
1017 |
-
"
|
1018 |
-
|
1019 |
-
|
1020 |
-
"
|
1021 |
-
"pro potvrzení
|
1022 |
-
|
1023 |
-
#:
|
1024 |
-
msgid "
|
1025 |
-
msgstr "
|
1026 |
-
|
1027 |
-
#:
|
1028 |
-
msgid "
|
1029 |
-
msgstr ""
|
1030 |
-
|
1031 |
-
|
1032 |
-
|
1033 |
-
|
1034 |
-
|
1035 |
-
|
1036 |
-
|
1037 |
-
|
1038 |
-
|
1039 |
-
#:
|
1040 |
-
msgid "
|
1041 |
-
msgstr "
|
1042 |
-
|
1043 |
-
#:
|
1044 |
-
msgid "
|
1045 |
-
msgstr "
|
1046 |
-
|
1047 |
-
#:
|
1048 |
-
msgid ""
|
1049 |
-
"
|
1050 |
-
|
1051 |
-
|
1052 |
-
"
|
1053 |
-
"
|
1054 |
-
|
1055 |
-
#:
|
1056 |
-
msgid "
|
1057 |
-
msgstr "
|
1058 |
-
|
1059 |
-
#:
|
1060 |
-
msgid ""
|
1061 |
-
"
|
1062 |
-
|
1063 |
-
|
1064 |
-
"
|
1065 |
-
"
|
1066 |
-
|
1067 |
-
#:
|
1068 |
-
msgid "
|
1069 |
-
msgstr "
|
1070 |
-
|
1071 |
-
#:
|
1072 |
-
msgid ""
|
1073 |
-
|
1074 |
-
|
1075 |
-
|
1076 |
-
"
|
1077 |
-
"
|
1078 |
-
|
1079 |
-
#:
|
1080 |
-
msgid "
|
1081 |
-
msgstr "
|
1082 |
-
|
1083 |
-
#:
|
1084 |
-
msgid ""
|
1085 |
-
|
1086 |
-
|
1087 |
-
|
1088 |
-
"
|
1089 |
-
"
|
1090 |
-
|
1091 |
-
#:
|
1092 |
-
msgid "
|
1093 |
-
msgstr "
|
1094 |
-
|
1095 |
-
#:
|
1096 |
-
msgid ""
|
1097 |
-
"
|
1098 |
-
|
1099 |
-
|
1100 |
-
"
|
1101 |
-
"
|
1102 |
-
|
1103 |
-
#:
|
1104 |
-
msgid "
|
1105 |
-
msgstr "
|
1106 |
-
|
1107 |
-
#:
|
1108 |
-
msgid ""
|
1109 |
-
"
|
1110 |
-
|
1111 |
-
|
1112 |
-
"
|
1113 |
-
"
|
1114 |
-
|
1115 |
-
|
1116 |
-
|
1117 |
-
|
1118 |
-
|
1119 |
-
|
1120 |
-
|
1121 |
-
|
1122 |
-
|
1123 |
-
|
1124 |
-
#:
|
1125 |
-
|
1126 |
-
|
1127 |
-
|
1128 |
-
|
1129 |
-
|
1130 |
-
|
1131 |
-
|
1132 |
-
|
1133 |
-
"
|
1134 |
-
|
1135 |
-
|
1136 |
-
|
1137 |
-
|
1138 |
-
|
1139 |
-
|
1140 |
-
|
1141 |
-
|
1142 |
-
|
1143 |
-
|
1144 |
-
|
1145 |
-
"
|
1146 |
-
|
1147 |
-
|
1148 |
-
|
1149 |
-
|
1150 |
-
|
1151 |
-
|
1152 |
-
|
1153 |
-
|
1154 |
-
|
1155 |
-
|
1156 |
-
"
|
1157 |
-
|
1158 |
-
|
1159 |
-
|
1160 |
-
|
1161 |
-
|
1162 |
-
|
1163 |
-
|
1164 |
-
|
1165 |
-
"
|
1166 |
-
|
1167 |
-
|
1168 |
-
|
1169 |
-
|
1170 |
-
|
1171 |
-
|
1172 |
-
|
1173 |
-
|
1174 |
-
|
1175 |
-
|
1176 |
-
|
1177 |
-
|
1178 |
-
|
1179 |
-
|
1180 |
-
|
1181 |
-
|
1182 |
-
|
1183 |
-
|
1184 |
-
|
1185 |
-
"
|
1186 |
-
|
1187 |
-
|
1188 |
-
|
1189 |
-
|
1190 |
-
|
1191 |
-
|
1192 |
-
|
1193 |
-
|
1194 |
-
|
1195 |
-
|
1196 |
-
|
1197 |
-
|
1198 |
-
|
1199 |
-
|
1200 |
-
|
1201 |
-
|
1202 |
-
|
1203 |
-
|
1204 |
-
|
1205 |
-
|
1206 |
-
|
1207 |
-
|
1208 |
-
|
1209 |
-
|
1210 |
-
|
1211 |
-
|
1212 |
-
|
1213 |
-
|
1214 |
-
|
1215 |
-
|
1216 |
-
#:
|
1217 |
-
|
1218 |
-
|
1219 |
-
|
1220 |
-
#:
|
1221 |
-
|
1222 |
-
|
1223 |
-
|
1224 |
-
|
1225 |
-
|
1226 |
-
|
1227 |
-
|
1228 |
-
|
1229 |
-
|
1230 |
-
|
1231 |
-
|
1232 |
-
|
1233 |
-
|
1234 |
-
#:
|
1235 |
-
msgid "
|
1236 |
-
msgstr "
|
1237 |
-
|
1238 |
-
#:
|
1239 |
-
msgid "
|
1240 |
-
msgstr "
|
1241 |
-
|
1242 |
-
#:
|
1243 |
-
|
1244 |
-
|
1245 |
-
|
1246 |
-
#:
|
1247 |
-
|
1248 |
-
|
1249 |
-
|
1250 |
-
|
1251 |
-
|
1252 |
-
|
1253 |
-
|
1254 |
-
|
1255 |
-
|
1256 |
-
|
1257 |
-
|
1258 |
-
|
1259 |
-
|
1260 |
-
|
1261 |
-
|
1262 |
-
|
1263 |
-
|
1264 |
-
|
1265 |
-
|
1266 |
-
|
1267 |
-
|
1268 |
-
|
1269 |
-
|
1270 |
-
|
1271 |
-
|
1272 |
-
#:
|
1273 |
-
|
1274 |
-
|
1275 |
-
|
1276 |
-
|
1277 |
-
|
1278 |
-
|
1279 |
-
|
1280 |
-
|
1281 |
-
|
1282 |
-
|
1283 |
-
|
1284 |
-
|
1285 |
-
|
1286 |
-
|
1287 |
-
|
1288 |
-
#:
|
1289 |
-
|
1290 |
-
|
1291 |
-
|
1292 |
-
|
1293 |
-
#:
|
1294 |
-
|
1295 |
-
|
1296 |
-
|
1297 |
-
|
1298 |
-
|
1299 |
-
|
1300 |
-
|
1301 |
-
|
1302 |
-
|
1303 |
-
|
1304 |
-
|
1305 |
-
#:
|
1306 |
-
msgid "
|
1307 |
-
msgstr "
|
1308 |
-
|
1309 |
-
#:
|
1310 |
-
|
1311 |
-
|
1312 |
-
|
1313 |
-
#:
|
1314 |
-
|
1315 |
-
|
1316 |
-
|
1317 |
-
|
1318 |
-
#:
|
1319 |
-
#:
|
1320 |
-
|
1321 |
-
|
1322 |
-
|
1323 |
-
|
1324 |
-
|
1325 |
-
|
1326 |
-
|
1327 |
-
#:
|
1328 |
-
#:
|
1329 |
-
msgid "
|
1330 |
-
msgstr "
|
1331 |
-
|
1332 |
-
#:
|
1333 |
-
#:
|
1334 |
-
|
1335 |
-
|
1336 |
-
|
1337 |
-
|
1338 |
-
|
1339 |
-
#:
|
1340 |
-
|
1341 |
-
|
1342 |
-
|
1343 |
-
|
1344 |
-
|
1345 |
-
|
1346 |
-
|
1347 |
-
|
1348 |
-
|
1349 |
-
|
1350 |
-
|
1351 |
-
|
1352 |
-
|
1353 |
-
|
1354 |
-
|
1355 |
-
|
1356 |
-
|
1357 |
-
|
1358 |
-
#:
|
1359 |
-
|
1360 |
-
|
1361 |
-
|
1362 |
-
#:
|
1363 |
-
|
1364 |
-
|
1365 |
-
|
1366 |
-
#:
|
1367 |
-
#:
|
1368 |
-
msgid "
|
1369 |
-
msgstr "
|
1370 |
-
|
1371 |
-
#:
|
1372 |
-
|
1373 |
-
|
1374 |
-
|
1375 |
-
#:
|
1376 |
-
|
1377 |
-
|
1378 |
-
|
1379 |
-
|
1380 |
-
|
1381 |
-
|
1382 |
-
|
1383 |
-
|
1384 |
-
|
1385 |
-
|
1386 |
-
|
1387 |
-
|
1388 |
-
#:
|
1389 |
-
msgid "
|
1390 |
-
msgstr "
|
1391 |
-
|
1392 |
-
#:
|
1393 |
-
#: show.php:
|
1394 |
-
msgid "
|
1395 |
-
msgstr "
|
1396 |
-
|
1397 |
-
#:
|
1398 |
-
#:
|
1399 |
-
msgid "
|
1400 |
-
msgstr "
|
1401 |
-
|
1402 |
-
#:
|
1403 |
-
msgid "
|
1404 |
-
msgstr "
|
1405 |
-
|
1406 |
-
#:
|
1407 |
-
msgid ""
|
1408 |
-
|
1409 |
-
|
1410 |
-
|
1411 |
-
|
1412 |
-
"
|
1413 |
-
|
1414 |
-
#:
|
1415 |
-
msgid "
|
1416 |
-
msgstr "
|
1417 |
-
|
1418 |
-
#:
|
1419 |
-
msgid "
|
1420 |
-
msgstr "
|
1421 |
-
|
1422 |
-
#:
|
1423 |
-
msgid "
|
1424 |
-
msgstr "
|
1425 |
-
|
1426 |
-
#:
|
1427 |
-
msgid "
|
1428 |
-
msgstr "
|
1429 |
-
|
1430 |
-
#:
|
1431 |
-
|
1432 |
-
|
1433 |
-
|
1434 |
-
|
1435 |
-
|
1436 |
-
|
1437 |
-
|
1438 |
-
|
1439 |
-
|
1440 |
-
|
1441 |
-
|
1442 |
-
|
1443 |
-
|
1444 |
-
|
1445 |
-
|
1446 |
-
|
1447 |
-
msgid "
|
1448 |
-
msgstr "
|
1449 |
-
|
1450 |
-
#:
|
1451 |
-
|
1452 |
-
|
1453 |
-
|
1454 |
-
|
1455 |
-
|
1456 |
-
|
1457 |
-
"
|
1458 |
-
msgstr ""
|
1459 |
-
|
1460 |
-
|
1461 |
-
|
1462 |
-
|
1463 |
-
|
1464 |
-
|
1465 |
-
|
1466 |
-
|
1467 |
-
|
1468 |
-
"
|
1469 |
-
|
1470 |
-
#:
|
1471 |
-
|
1472 |
-
"
|
1473 |
-
"
|
1474 |
-
|
1475 |
-
|
1476 |
-
"
|
1477 |
-
|
1478 |
-
|
1479 |
-
|
1480 |
-
|
1481 |
-
|
1482 |
-
|
1483 |
-
|
1484 |
-
|
1485 |
-
|
1486 |
-
|
1487 |
-
|
1488 |
-
|
1489 |
-
|
1490 |
-
|
1491 |
-
|
1492 |
-
msgid "
|
1493 |
-
msgstr "
|
1494 |
-
|
1495 |
-
#:
|
1496 |
-
|
1497 |
-
|
1498 |
-
|
1499 |
-
|
1500 |
-
|
1501 |
-
|
1502 |
-
|
1503 |
-
|
1504 |
-
|
1505 |
-
|
1506 |
-
|
1507 |
-
|
1508 |
-
|
1509 |
-
|
1510 |
-
|
1511 |
-
|
1512 |
-
|
1513 |
-
|
1514 |
-
|
1515 |
-
|
1516 |
-
|
1517 |
-
|
1518 |
-
|
1519 |
-
|
1520 |
-
|
1521 |
-
|
1522 |
-
"
|
1523 |
-
"
|
1524 |
-
|
1525 |
-
#:
|
1526 |
-
|
1527 |
-
|
1528 |
-
|
1529 |
-
|
1530 |
-
|
1531 |
-
|
1532 |
-
|
1533 |
-
|
1534 |
-
|
1535 |
-
|
1536 |
-
|
1537 |
-
"
|
1538 |
-
|
1539 |
-
|
1540 |
-
|
1541 |
-
|
1542 |
-
|
1543 |
-
|
1544 |
-
|
1545 |
-
|
1546 |
-
|
1547 |
-
|
1548 |
-
|
1549 |
-
|
1550 |
-
|
1551 |
-
|
1552 |
-
"
|
1553 |
-
"
|
1554 |
-
|
1555 |
-
#:
|
1556 |
-
|
1557 |
-
|
1558 |
-
|
1559 |
-
|
1560 |
-
|
1561 |
-
|
1562 |
-
|
1563 |
-
|
1564 |
-
|
1565 |
-
|
1566 |
-
|
1567 |
-
|
1568 |
-
|
1569 |
-
|
1570 |
-
|
1571 |
-
|
1572 |
-
msgid "Please select
|
1573 |
-
msgstr "
|
1574 |
-
|
1575 |
-
#:
|
1576 |
-
|
1577 |
-
|
1578 |
-
|
1579 |
-
|
1580 |
-
#:
|
1581 |
-
|
1582 |
-
msgid "
|
1583 |
-
msgstr "
|
1584 |
-
|
1585 |
-
#:
|
1586 |
-
|
1587 |
-
|
1588 |
-
|
1589 |
-
|
1590 |
-
|
1591 |
-
|
1592 |
-
|
1593 |
-
|
1594 |
-
|
1595 |
-
|
1596 |
-
|
1597 |
-
|
1598 |
-
|
1599 |
-
|
1600 |
-
|
1601 |
-
|
1602 |
-
msgid "
|
1603 |
-
msgstr "
|
1604 |
-
|
1605 |
-
#:
|
1606 |
-
|
1607 |
-
|
1608 |
-
|
1609 |
-
|
1610 |
-
|
1611 |
-
|
1612 |
-
|
1613 |
-
|
1614 |
-
|
1615 |
-
|
1616 |
-
|
1617 |
-
|
1618 |
-
|
1619 |
-
|
1620 |
-
|
1621 |
-
|
1622 |
-
msgid "
|
1623 |
-
msgstr "
|
1624 |
-
|
1625 |
-
#:
|
1626 |
-
|
1627 |
-
|
1628 |
-
|
1629 |
-
|
1630 |
-
|
1631 |
-
|
1632 |
-
|
1633 |
-
|
1634 |
-
|
1635 |
-
|
1636 |
-
|
1637 |
-
|
1638 |
-
|
1639 |
-
|
1640 |
-
|
1641 |
-
|
1642 |
-
|
1643 |
-
|
1644 |
-
|
1645 |
-
|
1646 |
-
|
1647 |
-
msgid "
|
1648 |
-
msgstr "
|
1649 |
-
|
1650 |
-
#:
|
1651 |
-
msgid "
|
1652 |
-
msgstr "
|
1653 |
-
|
1654 |
-
#:
|
1655 |
-
|
1656 |
-
|
1657 |
-
|
1658 |
-
|
1659 |
-
|
1660 |
-
|
1661 |
-
|
1662 |
-
|
1663 |
-
|
1664 |
-
|
1665 |
-
|
1666 |
-
|
1667 |
-
|
1668 |
-
|
1669 |
-
|
1670 |
-
|
1671 |
-
|
1672 |
-
|
1673 |
-
|
1674 |
-
|
1675 |
-
|
1676 |
-
|
1677 |
-
|
1678 |
-
|
1679 |
-
|
1680 |
-
|
1681 |
-
|
1682 |
-
|
1683 |
-
|
1684 |
-
|
1685 |
-
|
1686 |
-
|
1687 |
-
msgid "
|
1688 |
-
msgstr "
|
1689 |
-
|
1690 |
-
#:
|
1691 |
-
|
1692 |
-
|
1693 |
-
|
1694 |
-
|
1695 |
-
|
1696 |
-
|
1697 |
-
|
1698 |
-
|
1699 |
-
|
1700 |
-
|
1701 |
-
|
1702 |
-
|
1703 |
-
|
1704 |
-
|
1705 |
-
|
1706 |
-
|
1707 |
-
|
1708 |
-
|
1709 |
-
|
1710 |
-
msgstr ""
|
1711 |
-
"Chcete znovu odeslat potvrzovací email? Upozorňujeme, to bude aktualizován "
|
1712 |
-
"status odběratele na status \"Nepotvrzené\"."
|
1713 |
-
|
1714 |
-
#: ../classes/es-register.php:186
|
1715 |
-
msgctxt "view-subscriber-enhanced-select"
|
1716 |
-
msgid "Please select new subscriber group."
|
1717 |
-
msgstr "Prosím, vyberte novou skupinu odběratelů."
|
1718 |
-
|
1719 |
-
#: ../classes/es-register.php:187
|
1720 |
-
msgctxt "view-subscriber-enhanced-select"
|
1721 |
-
msgid "Do you want to update subscribers group?"
|
1722 |
-
msgstr "Chcete aktualizovat skupinu odběratelů?"
|
1723 |
-
|
1724 |
-
#: ../classes/es-register.php:188
|
1725 |
-
msgctxt "view-subscriber-enhanced-select"
|
1726 |
-
msgid "Do you want to export the emails?"
|
1727 |
-
msgstr "Chcete exportovat emailové adresy?"
|
1728 |
-
|
1729 |
-
#: ../classes/es-register.php:189
|
1730 |
-
msgctxt "view-subscriber-enhanced-select"
|
1731 |
-
msgid ""
|
1732 |
-
"Please select only csv file. Please check official website for csv "
|
1733 |
-
"structure.."
|
1734 |
-
msgstr ""
|
1735 |
-
"Prosím, vyberte pouze CSV soubory. Prosím, zkontrolujte strukturu pro CSV "
|
1736 |
-
"soubor na oficiálních internetových stránkách."
|
1737 |
-
|
1738 |
-
#: ../classes/es-register.php:197
|
1739 |
-
msgctxt "compose-enhanced-select"
|
1740 |
-
msgid "Please enter name for configuration."
|
1741 |
-
msgstr "Prosím, zadejte název konfigurace."
|
1742 |
-
|
1743 |
-
#: ../classes/es-register.php:198
|
1744 |
-
msgctxt "compose-enhanced-select"
|
1745 |
-
msgid "Please select template for this configuration."
|
1746 |
-
msgstr "Prosím zvolte šablonu pro tuto konfiguraci."
|
1747 |
-
|
1748 |
-
#: ../classes/es-register.php:199
|
1749 |
-
msgctxt "compose-enhanced-select"
|
1750 |
-
msgid "Do you want to delete this record?"
|
1751 |
-
msgstr "Chcete smazat tento záznam?"
|
1752 |
-
|
1753 |
-
#: ../classes/es-register.php:207
|
1754 |
-
msgctxt "notification-enhanced-select"
|
1755 |
-
msgid "Please select subscribers group."
|
1756 |
-
msgstr "Prosím, vyberte skupinu odběratelů."
|
1757 |
-
|
1758 |
-
#: ../classes/es-register.php:208
|
1759 |
-
msgctxt "notification-enhanced-select"
|
1760 |
-
msgid ""
|
1761 |
-
"Please select notification mail subject. Use compose menu to create new."
|
1762 |
-
msgstr ""
|
1763 |
-
"Prosím, vyberte subjekt oznamovacího emailu. Použijte menu Napsat a vytvořte "
|
1764 |
-
"nové."
|
1765 |
-
|
1766 |
-
#: ../classes/es-register.php:209
|
1767 |
-
msgctxt "notification-enhanced-select"
|
1768 |
-
msgid "Please select notification status."
|
1769 |
-
msgstr "Prosím, vyberte status oznámení."
|
1770 |
-
|
1771 |
-
#: ../classes/es-register.php:210
|
1772 |
-
msgctxt "notification-enhanced-select"
|
1773 |
-
msgid "Do you want to delete this record?"
|
1774 |
-
msgstr "Chcete smazat tento záznam?"
|
1775 |
-
|
1776 |
-
#: ../classes/es-register.php:218
|
1777 |
-
msgctxt "sendmail-enhanced-select"
|
1778 |
-
msgid "Please select your mail subject."
|
1779 |
-
msgstr "Prosím, vyberte subjekt emailu."
|
1780 |
-
|
1781 |
-
#: ../classes/es-register.php:228
|
1782 |
-
msgctxt "sentmail-enhanced-select"
|
1783 |
-
msgid "Do you want to delete this record?"
|
1784 |
-
msgstr "Chcete smazat tento záznam?"
|
1785 |
-
|
1786 |
-
#: ../classes/es-register.php:229
|
1787 |
-
msgctxt "sentmail-enhanced-select"
|
1788 |
-
msgid "Do you want to delete all records except latest 10?"
|
1789 |
-
msgstr "Chcete odstranit všechny záznamy, s výjimkou poslední 10?"
|
1790 |
-
|
1791 |
-
#: ../classes/es-register.php:237
|
1792 |
-
msgctxt "cron-enhanced-select"
|
1793 |
-
msgid "Please select enter number of mails you want to send per hour/trigger."
|
1794 |
-
msgstr "Prosím, zadejte počet emailů, které chcete poslat za hodinu/triger."
|
1795 |
-
|
1796 |
-
#: ../classes/es-register.php:238
|
1797 |
-
msgctxt "cron-enhanced-select"
|
1798 |
-
msgid "Please enter the mail count, only number."
|
1799 |
-
msgstr "Prosím, zadejte počet emailů, pouze číslo."
|
1800 |
-
|
1801 |
-
#: ../classes/es-register.php:251
|
1802 |
-
msgctxt "widget-enhanced-select"
|
1803 |
-
msgid "Please enter email address."
|
1804 |
-
msgstr "Prosím, zadejte emailovou adresu."
|
1805 |
-
|
1806 |
-
#: ../classes/es-register.php:252
|
1807 |
-
msgctxt "widget-enhanced-select"
|
1808 |
-
msgid "Please provide a valid email address."
|
1809 |
-
msgstr "Zadejte prosím, platnou emailovou adresu."
|
1810 |
-
|
1811 |
-
#: ../classes/es-register.php:253
|
1812 |
-
msgctxt "widget-enhanced-select"
|
1813 |
-
msgid "loading..."
|
1814 |
-
msgstr "nahrává se..."
|
1815 |
-
|
1816 |
-
#: ../classes/es-register.php:254
|
1817 |
-
msgctxt "widget-enhanced-select"
|
1818 |
-
msgid "Cannot create XMLHTTP instance"
|
1819 |
-
msgstr "Nelze vytvořit instanci XMLHTTP"
|
1820 |
-
|
1821 |
-
#: ../classes/es-register.php:255
|
1822 |
-
msgctxt "widget-enhanced-select"
|
1823 |
-
msgid "Subscribed successfully."
|
1824 |
-
msgstr "Úspěšné přihlášení."
|
1825 |
-
|
1826 |
-
#: ../classes/es-register.php:257
|
1827 |
-
msgctxt "widget-enhanced-select"
|
1828 |
-
msgid "Email Address already exists."
|
1829 |
-
msgstr "Email je již registrován."
|
1830 |
-
|
1831 |
-
#: ../classes/es-register.php:258
|
1832 |
-
msgctxt "widget-enhanced-select"
|
1833 |
-
msgid "Oops.. Unexpected error occurred."
|
1834 |
-
msgstr "Jejda ... došlo k neočekávané chybě."
|
1835 |
-
|
1836 |
-
#: ../classes/es-register.php:259
|
1837 |
-
msgctxt "widget-enhanced-select"
|
1838 |
-
msgid "Invalid email address."
|
1839 |
-
msgstr "Neplatná emailová adresa."
|
1840 |
-
|
1841 |
-
#: ../classes/es-register.php:260
|
1842 |
-
msgctxt "widget-enhanced-select"
|
1843 |
-
msgid "Please try after some time."
|
1844 |
-
msgstr "Prosím, zkuste to později."
|
1845 |
-
|
1846 |
-
#: ../classes/es-register.php:261
|
1847 |
-
msgctxt "widget-enhanced-select"
|
1848 |
-
msgid "There was a problem with the request."
|
1849 |
-
msgstr "Došlo k potížím s požadavkem."
|
1850 |
-
|
1851 |
-
#: ../classes/es-register.php:268
|
1852 |
-
msgctxt "widget-page-enhanced-select"
|
1853 |
-
msgid "Please enter email address."
|
1854 |
-
msgstr "Prosím, zadejte emailovou adresu."
|
1855 |
-
|
1856 |
-
#: ../classes/es-register.php:269
|
1857 |
-
msgctxt "widget-page-enhanced-select"
|
1858 |
-
msgid "Please provide a valid email address."
|
1859 |
-
msgstr "Zadejte prosím, platnou emailovou adresu."
|
1860 |
-
|
1861 |
-
#: ../classes/es-register.php:270
|
1862 |
-
msgctxt "widget-page-enhanced-select"
|
1863 |
-
msgid "loading..."
|
1864 |
-
msgstr "nahrává se..."
|
1865 |
-
|
1866 |
-
#: ../classes/es-register.php:271
|
1867 |
-
msgctxt "widget-page-enhanced-select"
|
1868 |
-
msgid "Cannot create XMLHTTP instance"
|
1869 |
-
msgstr "Nelze vytvořit instanci XMLHTTP"
|
1870 |
-
|
1871 |
-
#: ../classes/es-register.php:272
|
1872 |
-
msgctxt "widget-page-enhanced-select"
|
1873 |
-
msgid "Subscribed successfully."
|
1874 |
-
msgstr "Úspěšné přihlášení"
|
1875 |
-
|
1876 |
-
#: ../classes/es-register.php:274
|
1877 |
-
msgctxt "widget-page-enhanced-select"
|
1878 |
-
msgid "Email Address already exists."
|
1879 |
-
msgstr "Email je již registrován."
|
1880 |
-
|
1881 |
-
#: ../classes/es-register.php:275
|
1882 |
-
msgctxt "widget-page-enhanced-select"
|
1883 |
-
msgid "Oops.. Unexpected error occurred."
|
1884 |
-
msgstr "Jejda ... došlo k neočekávané chybě."
|
1885 |
-
|
1886 |
-
#: ../classes/es-register.php:276
|
1887 |
-
msgctxt "widget-page-enhanced-select"
|
1888 |
-
msgid "Invalid email address."
|
1889 |
-
msgstr "Neplatná emailová adresa."
|
1890 |
-
|
1891 |
-
#: ../classes/es-register.php:277
|
1892 |
-
msgctxt "widget-page-enhanced-select"
|
1893 |
-
msgid "Please try after some time."
|
1894 |
-
msgstr "Prosím, zkuste to později."
|
1895 |
-
|
1896 |
-
#: ../classes/es-register.php:278
|
1897 |
-
msgctxt "widget-page-enhanced-select"
|
1898 |
-
msgid "There was a problem with the request."
|
1899 |
-
msgstr "Došlo k potížím s požadavkem."
|
1900 |
-
|
1901 |
-
#: ../classes/es-register.php:503 ../classes/es-loadwidget.php:29
|
1902 |
-
msgid "Email *"
|
1903 |
-
msgstr "Email *"
|
1904 |
-
|
1905 |
-
#: ../classes/es-register.php:508 ../classes/es-loadwidget.php:34
|
1906 |
-
msgid "Subscribe"
|
1907 |
-
msgstr "Přihlásit se"
|
1908 |
-
|
1909 |
-
#: ../classes/es-register.php:543
|
1910 |
-
msgid "Widget Title"
|
1911 |
-
msgstr "Nadpis widgetu"
|
1912 |
-
|
1913 |
-
#: ../classes/es-register.php:547
|
1914 |
-
msgid "Display Name Field"
|
1915 |
-
msgstr "Zobrazovat pole Jméno"
|
1916 |
-
|
1917 |
-
#: ../classes/es-register.php:554
|
1918 |
-
msgid "Short Description"
|
1919 |
-
msgstr "Krátký popis"
|
1920 |
-
|
1921 |
-
#: ../classes/es-register.php:556
|
1922 |
-
msgid "Short description about your subscription form."
|
1923 |
-
msgstr "Krátký popis k vašemu přihlašovacímu formuláři."
|
1924 |
-
|
1925 |
-
#: ../classes/es-register.php:559
|
1926 |
-
msgid "Subscriber Group"
|
1927 |
-
msgstr "Skupina odběratelů"
|
1 |
+
# Translation of Plugins - Email Subscribers & Newsletters - Stable (latest release) in Czech
|
2 |
+
# This file is distributed under the same license as the Plugins - Email Subscribers & Newsletters - Stable (latest release) package.
|
3 |
+
msgid ""
|
4 |
+
msgstr ""
|
5 |
+
"PO-Revision-Date: 2016-11-28 19:34+0100\n"
|
6 |
+
"MIME-Version: 1.0\n"
|
7 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
8 |
+
"Content-Transfer-Encoding: 8bit\n"
|
9 |
+
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
|
10 |
+
"X-Generator: Poedit 1.8.11\n"
|
11 |
+
"Language: cs_CZ\n"
|
12 |
+
"Project-Id-Version: Plugins - Email Subscribers & Newsletters - Stable (latest release)\n"
|
13 |
+
"POT-Creation-Date: \n"
|
14 |
+
"Last-Translator: \n"
|
15 |
+
"Language-Team: \n"
|
16 |
+
|
17 |
+
#. Author of the plugin/theme
|
18 |
+
msgid "Icegram"
|
19 |
+
msgstr "Icegram"
|
20 |
+
|
21 |
+
#. #-#-#-#-# tmp-email-subscribers.pot (Email Subscribers & Newsletters 3.2.3)
|
22 |
+
#. Plugin URI of the plugin/theme
|
23 |
+
#. #-#-#-#-# tmp-email-subscribers.pot (Email Subscribers & Newsletters 3.2.3)
|
24 |
+
#. Author URI of the plugin/theme
|
25 |
+
msgid "http://www.icegram.com/"
|
26 |
+
msgstr "http://www.icegram.com/"
|
27 |
+
|
28 |
+
#: classes/es-register.php:220
|
29 |
+
msgctxt "sendmail-enhanced-select"
|
30 |
+
msgid "Have you double checked your selected group? If so, let's go ahead and send this."
|
31 |
+
msgstr "Zkontrolovali jste si vybranou skupinu? Jestli ano, formulář můžete odeslat."
|
32 |
+
|
33 |
+
#: subscribers/view-subscriber-show.php:66
|
34 |
+
msgid "To send confirmation email, please change the Opt-in option to Double Opt In."
|
35 |
+
msgstr "Chcete-li odeslat potvrzovací email, změňte možnost potvrzení na dvojité potvrzení."
|
36 |
+
|
37 |
+
#: subscribers/view-subscriber-sync.php:115
|
38 |
+
msgid "Select group to add newly registered users to"
|
39 |
+
msgstr "Vybert skupinu do které se mají přidávat nově registrovaní uživatelé"
|
40 |
+
|
41 |
+
#: subscribers/view-subscriber-sync.php:102
|
42 |
+
msgid "Sync newly registered users to subscribers list"
|
43 |
+
msgstr "Synchronizovat nově registrované uživatele do seznamu"
|
44 |
+
|
45 |
+
#: subscribers/view-subscriber-sync.php:49
|
46 |
+
msgid "Emails Successfully Synced."
|
47 |
+
msgstr "Emaily byly úspěšně synchronizovány."
|
48 |
+
|
49 |
+
#: subscribers/view-subscriber-show.php:315
|
50 |
+
#: subscribers/view-subscriber-show.php:329
|
51 |
+
msgid "Submission Date<br>(YYYY-MM-DD)"
|
52 |
+
msgstr "Datum přihlášení<br>(RRRR-MM-DD)"
|
53 |
+
|
54 |
+
#: subscribers/view-subscriber-show.php:299
|
55 |
+
msgid "Display All"
|
56 |
+
msgstr "Zobrazit vše"
|
57 |
+
|
58 |
+
#: subscribers/view-subscriber-show.php:298
|
59 |
+
msgid "5001 to 10000"
|
60 |
+
msgstr "5001 - 10000"
|
61 |
+
|
62 |
+
#: subscribers/view-subscriber-show.php:297
|
63 |
+
msgid "2001 to 5000"
|
64 |
+
msgstr "2001 - 5000"
|
65 |
+
|
66 |
+
#: subscribers/view-subscriber-show.php:296
|
67 |
+
msgid "1001 to 2000"
|
68 |
+
msgstr "1001 - 2000"
|
69 |
+
|
70 |
+
#: subscribers/view-subscriber-show.php:295
|
71 |
+
msgid "801 to 1000"
|
72 |
+
msgstr "801 - 1000"
|
73 |
+
|
74 |
+
#: subscribers/view-subscriber-show.php:294
|
75 |
+
msgid "601 to 800"
|
76 |
+
msgstr "601 - 800"
|
77 |
+
|
78 |
+
#: subscribers/view-subscriber-show.php:293
|
79 |
+
msgid "401 to 600"
|
80 |
+
msgstr "401 - 600"
|
81 |
+
|
82 |
+
#: subscribers/view-subscriber-show.php:292
|
83 |
+
msgid "201 to 400"
|
84 |
+
msgstr "201 - 400"
|
85 |
+
|
86 |
+
#: subscribers/view-subscriber-show.php:291
|
87 |
+
msgid "1 to 200 emails"
|
88 |
+
msgstr "1 - 200 emailů"
|
89 |
+
|
90 |
+
#: subscribers/view-subscriber-show.php:162
|
91 |
+
msgid "Selected subscribers group updated."
|
92 |
+
msgstr "Vybraná skupina odběratelů byla aktualizována."
|
93 |
+
|
94 |
+
#: subscribers/view-subscriber-show.php:55
|
95 |
+
#: subscribers/view-subscriber-show.php:94
|
96 |
+
msgid "Record deleted."
|
97 |
+
msgstr "Záznam byl smazán."
|
98 |
+
|
99 |
+
#: subscribers/view-subscriber-import.php:186
|
100 |
+
msgid "Select (or) Create Group for Subscribers"
|
101 |
+
msgstr "Vyberte (nebo) vytvořte skupinu pro odběratele"
|
102 |
+
|
103 |
+
#: subscribers/view-subscriber-import.php:170
|
104 |
+
msgid "Select Subscribers Email Status"
|
105 |
+
msgstr "Vybrat stav emailů odběratelů"
|
106 |
+
|
107 |
+
#: subscribers/view-subscriber-import.php:159
|
108 |
+
msgid "from here"
|
109 |
+
msgstr "zde"
|
110 |
+
|
111 |
+
#: subscribers/view-subscriber-import.php:158
|
112 |
+
msgid "Check CSV structure "
|
113 |
+
msgstr "Zkontrolujte CSV strukturu"
|
114 |
+
|
115 |
+
#: subscribers/view-subscriber-import.php:143
|
116 |
+
msgid "Import Email Addresses"
|
117 |
+
msgstr "Import emailových adres"
|
118 |
+
|
119 |
+
#: subscribers/view-subscriber-import.php:104
|
120 |
+
msgid "File Upload Failed."
|
121 |
+
msgstr "Nahrávání souboru selhalo."
|
122 |
+
|
123 |
+
#: subscribers/view-subscriber-import.php:96
|
124 |
+
#: subscribers/view-subscriber-import.php:125
|
125 |
+
msgid " to view details."
|
126 |
+
msgstr "pro zobrazení podrobností."
|
127 |
+
|
128 |
+
#: subscribers/view-subscriber-import.php:93
|
129 |
+
msgid "email are invalid."
|
130 |
+
msgstr "emaily jsou neplatné."
|
131 |
+
|
132 |
+
#: subscribers/view-subscriber-import.php:92
|
133 |
+
msgid "email already exists."
|
134 |
+
msgstr "email již existuje."
|
135 |
+
|
136 |
+
#: subscribers/view-subscriber-import.php:91
|
137 |
+
msgid "email imported."
|
138 |
+
msgstr "email byl importován."
|
139 |
+
|
140 |
+
#: subscribers/view-subscriber-import.php:43
|
141 |
+
msgid "Error: Special characters (['^$%&*()}{@#~?><>,|=_+\\\"]) are not allowed in the Group name."
|
142 |
+
msgstr "Chyba: Speciální znaky (['^$%&*()}{@#~?><>,|=_+\\\"]) v názvu skupiny nelze použít."
|
143 |
+
|
144 |
+
#: subscribers/view-subscriber-export.php:67
|
145 |
+
msgid "Commented Authors"
|
146 |
+
msgstr "Autoři komentářů"
|
147 |
+
|
148 |
+
#: subscribers/view-subscriber-export.php:66
|
149 |
+
msgid "3"
|
150 |
+
msgstr "3"
|
151 |
+
|
152 |
+
#: subscribers/view-subscriber-export.php:61
|
153 |
+
msgid "WordPress Registered Users"
|
154 |
+
msgstr "WordPress registrovaní uživatelé"
|
155 |
+
|
156 |
+
#: subscribers/view-subscriber-export.php:60
|
157 |
+
msgid "2"
|
158 |
+
msgstr "2"
|
159 |
+
|
160 |
+
#: subscribers/view-subscriber-export.php:57
|
161 |
+
#: subscribers/view-subscriber-export.php:63
|
162 |
+
#: subscribers/view-subscriber-export.php:69
|
163 |
+
msgid "Click to Export in CSV"
|
164 |
+
msgstr "Klikněte pro export do CSV"
|
165 |
+
|
166 |
+
#: subscribers/view-subscriber-export.php:55
|
167 |
+
msgid "All Subscribers List"
|
168 |
+
msgstr "Seznam všech odběratelů"
|
169 |
+
|
170 |
+
#: subscribers/view-subscriber-export.php:54
|
171 |
+
msgid "1"
|
172 |
+
msgstr "1"
|
173 |
+
|
174 |
+
#: subscribers/view-subscriber-export.php:39
|
175 |
+
#: subscribers/view-subscriber-export.php:47
|
176 |
+
msgid "Type of List to Export"
|
177 |
+
msgstr "Typ seznamu pro export"
|
178 |
+
|
179 |
+
#: subscribers/view-subscriber-export.php:27
|
180 |
+
msgid "Export Email Addresses"
|
181 |
+
msgstr "Exportovat emailové adresy"
|
182 |
+
|
183 |
+
#: subscribers/view-subscriber-edit.php:158
|
184 |
+
msgid "Update Subscriber's Group"
|
185 |
+
msgstr "Změna skupiny odběratele "
|
186 |
+
|
187 |
+
#: subscribers/view-subscriber-edit.php:143
|
188 |
+
msgid "Update Subscriber's Status"
|
189 |
+
msgstr "Změna stavu odběratele"
|
190 |
+
|
191 |
+
#: subscribers/view-subscriber-edit.php:133
|
192 |
+
msgid "Edit Subscriber's Email Address"
|
193 |
+
msgstr "Úprava emailové adresy odběratele"
|
194 |
+
|
195 |
+
#: subscribers/view-subscriber-edit.php:123
|
196 |
+
msgid "Edit Subscriber's Full Name"
|
197 |
+
msgstr "Úprava celého jména odběratele"
|
198 |
+
|
199 |
+
#: subscribers/view-subscriber-edit.php:75
|
200 |
+
msgid "Subscriber already exists for this group."
|
201 |
+
msgstr "Odběratel již v této skupině existuje."
|
202 |
+
|
203 |
+
#: subscribers/view-subscriber-edit.php:73
|
204 |
+
msgid "Subscriber details updated."
|
205 |
+
msgstr "Podrobnosti odběratele byly aktualizovány."
|
206 |
+
|
207 |
+
#: subscribers/view-subscriber-add.php:184
|
208 |
+
msgid "Add Subscriber"
|
209 |
+
msgstr "Přidat odběratele"
|
210 |
+
|
211 |
+
#: subscribers/view-subscriber-add.php:175
|
212 |
+
#: subscribers/view-subscriber-import.php:203
|
213 |
+
msgid "(or)"
|
214 |
+
msgstr "(nebo)"
|
215 |
+
|
216 |
+
#: subscribers/view-subscriber-add.php:159
|
217 |
+
msgid "Select (or) Create Group for Subscriber"
|
218 |
+
msgstr "Vyberte (nebo) vytvořte skupinu pro odběratele"
|
219 |
+
|
220 |
+
#: subscribers/view-subscriber-add.php:144
|
221 |
+
msgid "Select Subscriber's Status"
|
222 |
+
msgstr "Vyberte stav odběratele"
|
223 |
+
|
224 |
+
#: subscribers/view-subscriber-add.php:134
|
225 |
+
msgid "Enter Subscriber's Email Address"
|
226 |
+
msgstr "Zadejte emailovou adresu odběratele"
|
227 |
+
|
228 |
+
#: subscribers/view-subscriber-add.php:124
|
229 |
+
msgid "Enter Subscriber's Full name"
|
230 |
+
msgstr "Zadejte celé jméno odběratele"
|
231 |
+
|
232 |
+
#: subscribers/view-subscriber-add.php:115
|
233 |
+
#: subscribers/view-subscriber-edit.php:114
|
234 |
+
#: subscribers/view-subscriber-export.php:30
|
235 |
+
#: subscribers/view-subscriber-import.php:146
|
236 |
+
#: subscribers/view-subscriber-show.php:211
|
237 |
+
#: subscribers/view-subscriber-sync.php:144
|
238 |
+
msgid "Sync"
|
239 |
+
msgstr "Synchronizovat"
|
240 |
+
|
241 |
+
#: subscribers/view-subscriber-add.php:114
|
242 |
+
#: subscribers/view-subscriber-edit.php:113
|
243 |
+
#: subscribers/view-subscriber-import.php:145
|
244 |
+
#: subscribers/view-subscriber-show.php:210
|
245 |
+
#: subscribers/view-subscriber-sync.php:93
|
246 |
+
msgid "Export"
|
247 |
+
msgstr "Export"
|
248 |
+
|
249 |
+
#: subscribers/view-subscriber-add.php:113
|
250 |
+
#: subscribers/view-subscriber-edit.php:112
|
251 |
+
#: subscribers/view-subscriber-export.php:29
|
252 |
+
#: subscribers/view-subscriber-import.php:211
|
253 |
+
#: subscribers/view-subscriber-show.php:209
|
254 |
+
#: subscribers/view-subscriber-sync.php:92
|
255 |
+
msgid "Import"
|
256 |
+
msgstr "Import"
|
257 |
+
|
258 |
+
#: subscribers/view-subscriber-add.php:112
|
259 |
+
#: subscribers/view-subscriber-edit.php:111
|
260 |
+
#: subscribers/view-subscriber-export.php:28
|
261 |
+
#: subscribers/view-subscriber-import.php:144
|
262 |
+
#: subscribers/view-subscriber-show.php:208
|
263 |
+
#: subscribers/view-subscriber-sync.php:91
|
264 |
+
msgid "Add New Subscriber"
|
265 |
+
msgstr "Přidat nového odběratele"
|
266 |
+
|
267 |
+
#: subscribers/view-subscriber-add.php:70
|
268 |
+
msgid "Invalid Email."
|
269 |
+
msgstr "Neplatný email."
|
270 |
+
|
271 |
+
#: subscribers/view-subscriber-add.php:67
|
272 |
+
msgid "Subscriber already exists."
|
273 |
+
msgstr "Odběratel již existuje."
|
274 |
+
|
275 |
+
#: subscribers/view-subscriber-add.php:65
|
276 |
+
msgid "Subscriber has been saved."
|
277 |
+
msgstr "Odběratel byl uložen."
|
278 |
+
|
279 |
+
#: settings/settings-edit.php:157
|
280 |
+
msgid "Oops, unable to update."
|
281 |
+
msgstr "Nelze aktualizovat."
|
282 |
+
|
283 |
+
#: settings/settings-edit.php:154
|
284 |
+
msgid "Settings Saved."
|
285 |
+
msgstr "Nastavení bylo uloženo."
|
286 |
+
|
287 |
+
#: sentmail/sentmail-show.php:175
|
288 |
+
msgid "Optimize Table & Delete Records"
|
289 |
+
msgstr "Optimalizovat tabulku a smazat záznamy"
|
290 |
+
|
291 |
+
#: sendmail/sendmail.php:198
|
292 |
+
msgid "Reset"
|
293 |
+
msgstr "Reset"
|
294 |
+
|
295 |
+
#: sendmail/sendmail.php:182
|
296 |
+
msgid "<br><br><strong>Your Recipients count is above 100.<br>We strongly recommend that you change above Mail Type to Cron and Send Mail via Cron Job.</strong><br>Click on Help for more information."
|
297 |
+
msgstr "<br><br><strong>Váš počet příjemců je vyšší než 100.<br>Důrazně doporučujeme, abyste výše změnili typ emailu na cron a zprávy odeslali přes cron.</strong><br>Pro více informací klikněte na nápovědu."
|
298 |
+
|
299 |
+
#: sendmail/sendmail.php:179
|
300 |
+
msgid "Recipients : %s"
|
301 |
+
msgstr "Příjemců: %s"
|
302 |
+
|
303 |
+
#: sendmail/sendmail.php:177
|
304 |
+
msgid "Recipients : 0 "
|
305 |
+
msgstr "Příjemců: 0"
|
306 |
+
|
307 |
+
#: sendmail/sendmail.php:145
|
308 |
+
msgid "Select Subscribers group to Send Mail"
|
309 |
+
msgstr "Vyberte skupinu odběratelů pro odeslání zprávy"
|
310 |
+
|
311 |
+
#: sendmail/sendmail.php:131
|
312 |
+
msgid "Select Mail Type"
|
313 |
+
msgstr "Vyberte typ emailu"
|
314 |
+
|
315 |
+
#: sendmail/sendmail.php:104
|
316 |
+
msgid "Select Mail Subject from available list"
|
317 |
+
msgstr "Vyberte předmět zprávy ze seznamu"
|
318 |
+
|
319 |
+
#: sendmail/sendmail.php:62
|
320 |
+
msgid "Click here to check Statistics"
|
321 |
+
msgstr "Klikněte zde pro kontrolu statistik"
|
322 |
+
|
323 |
+
#: sendmail/sendmail.php:51
|
324 |
+
msgid "Please select your group."
|
325 |
+
msgstr "Vyberte skupinu."
|
326 |
+
|
327 |
+
#: roles/roles-add.php:109
|
328 |
+
msgid "Select user roles who can access following menus. Only Admin can change this."
|
329 |
+
msgstr "Vyberte uživatelské role, které mají mít přístup k následujícím menu. Pouze správce zde může provádět změny."
|
330 |
+
|
331 |
+
#: roles/roles-add.php:52
|
332 |
+
msgid "Role Updated. "
|
333 |
+
msgstr "Oprávnění bylo aktualizováno."
|
334 |
+
|
335 |
+
#: notification/notification-add.php:197 notification/notification-edit.php:229
|
336 |
+
msgid "(Optional)"
|
337 |
+
msgstr "(nepovinné)"
|
338 |
+
|
339 |
+
#: notification/notification-add.php:196 notification/notification-edit.php:228
|
340 |
+
msgid "Select your Custom Post Type"
|
341 |
+
msgstr "Vyberte vlastní typ obsahu"
|
342 |
+
|
343 |
+
#: notification/notification-add.php:138 notification/notification-edit.php:158
|
344 |
+
msgid "(Use compose menu to create new)"
|
345 |
+
msgstr "(Pro nový předmět použijte menu „Vytvořit“)"
|
346 |
+
|
347 |
+
#: help/help.php:174
|
348 |
+
msgid "Commonly Asked Questions"
|
349 |
+
msgstr "Nejčastější dotazy"
|
350 |
+
|
351 |
+
#: help/help.php:171
|
352 |
+
msgid "What to do if Hosting doesn’t support Cron Jobs?"
|
353 |
+
msgstr "Co dělat, když hosting nepodporuje crony?"
|
354 |
+
|
355 |
+
#: help/help.php:168
|
356 |
+
msgid "How to Schedule Cron Emails in Parallels Plesk?"
|
357 |
+
msgstr "Jak naplánovat cron emaily v Parallels Plesk?"
|
358 |
+
|
359 |
+
#: help/help.php:165
|
360 |
+
msgid "How to Schedule Cron Emails in cPanel?"
|
361 |
+
msgstr "Jak naplánovat cron emaily v cPanelu?"
|
362 |
+
|
363 |
+
#: help/help.php:162
|
364 |
+
msgid "How to Schedule Cron Mails?"
|
365 |
+
msgstr "Jak naplánovat cron emaily?"
|
366 |
+
|
367 |
+
#: help/help.php:159
|
368 |
+
msgid "How to use Rainmaker’s form in Email Subscribers?"
|
369 |
+
msgstr "Jak používat formulář Rainmaker v Email Subscribers?"
|
370 |
+
|
371 |
+
#: help/help.php:153
|
372 |
+
msgid "Emails are not being received by Subscribers?"
|
373 |
+
msgstr "Emaily nejsou přijímány odběrateli?"
|
374 |
+
|
375 |
+
#: help/help.php:144
|
376 |
+
msgid "How to Send a sample new post notification email to testgroup/myself?"
|
377 |
+
msgstr "Jak poslat ukázku nového oznamovacího emailu testovací skupině/sobě?"
|
378 |
+
|
379 |
+
#: help/help.php:135
|
380 |
+
msgid "What are Static Templates and Dynamic Templates?"
|
381 |
+
msgstr "Co je statická šablona a dynamická šablona?"
|
382 |
+
|
383 |
+
#: help/help.php:132
|
384 |
+
msgid "How to add Unsubscribe link in emails?"
|
385 |
+
msgstr "Jak do emailů přidat odkaz pro odhlášení?"
|
386 |
+
|
387 |
+
#: help/help.php:129
|
388 |
+
msgid "How to change/update/translate any texts from Email Subscribers?"
|
389 |
+
msgstr "Jak změnit/aktualizovat/přeložit jakýkoliv text v Email Subscribers? "
|
390 |
+
|
391 |
+
#: help/help.php:126
|
392 |
+
msgid " (How to modify the existing emails content like Opt-in mail, Welcome mail, Admin mails)"
|
393 |
+
msgstr "(Jak upravit obsah stávajících emailů, jako např. zpráva pro potvrzení emailu, uvítací email, emaily administrátorovi) "
|
394 |
+
|
395 |
+
#: help/help.php:126
|
396 |
+
msgid "General Plugin Settings"
|
397 |
+
msgstr "Základní nastavení pluginu"
|
398 |
+
|
399 |
+
#: help/help.php:123
|
400 |
+
msgid "How to Import or Export Email Addresses?"
|
401 |
+
msgstr "Jak importovat nebo exportovat emailové adresy?"
|
402 |
+
|
403 |
+
#: help/help.php:114
|
404 |
+
msgid "How to Add Subscription box to website?"
|
405 |
+
msgstr "Jak na web přidat přihlašovací formulář?"
|
406 |
+
|
407 |
+
#: help/help.php:114 help/help.php:123 help/help.php:126 help/help.php:129
|
408 |
+
#: help/help.php:132 help/help.php:135 help/help.php:138 help/help.php:141
|
409 |
+
#: help/help.php:144 help/help.php:147 help/help.php:150 help/help.php:153
|
410 |
+
#: help/help.php:156 help/help.php:159 help/help.php:162 help/help.php:165
|
411 |
+
#: help/help.php:168 help/help.php:171 help/help.php:174
|
412 |
+
msgid "%s"
|
413 |
+
msgstr "%s"
|
414 |
+
|
415 |
+
#: cron/cron-add.php:98
|
416 |
+
msgid "<a target=\"_blank\" href=\"http://www.icegram.com/documentation/es-how-to-schedule-cron-mails/\">What is Cron?</a>"
|
417 |
+
msgstr "<a target=\"_blank\" href=\"http://www.icegram.com/documentation/es-how-to-schedule-cron-mails/\">Co je to cron?</a>"
|
418 |
+
|
419 |
+
#: cron/cron-add.php:84
|
420 |
+
msgid "Enter number of mails you want to send per hour/trigger (Your web host has limits. We suggest 50 emails per hour to be safe)."
|
421 |
+
msgstr "Zadejte počet emailů, které chcete poslat za hodinu/spuštění (Nezapomeňte, že webhoster má svá omezení. Doporučujeme proto odesílat 50 emailů za hodinu.)."
|
422 |
+
|
423 |
+
#: cron/cron-add.php:80
|
424 |
+
msgid "This is your cron job URL. It is a readonly field and you are advised not to modify it."
|
425 |
+
msgstr "Toto je URL vašeho cronu. Pole je pouze pro čtení, nedoporučujeme vám jej upravovat."
|
426 |
+
|
427 |
+
#: compose/compose-show.php:81 compose/compose-show.php:89
|
428 |
+
msgid "Actions"
|
429 |
+
msgstr "Akce"
|
430 |
+
|
431 |
+
#: compose/compose-show.php:46 notification/notification-show.php:34
|
432 |
+
#: sentmail/sentmail-show.php:35
|
433 |
+
msgid "Selected record deleted."
|
434 |
+
msgstr "Vybraný záznam byl smazán."
|
435 |
+
|
436 |
+
#: compose/compose-add.php:106 compose/compose-edit.php:118
|
437 |
+
#: cron/cron-add.php:91 notification/notification-add.php:247
|
438 |
+
#: notification/notification-edit.php:287 roles/roles-add.php:202
|
439 |
+
#: subscribers/view-subscriber-edit.php:192
|
440 |
+
msgid "Save"
|
441 |
+
msgstr "Uložit"
|
442 |
+
|
443 |
+
#: compose/compose-add.php:94 compose/compose-edit.php:105
|
444 |
+
msgid "Available Keywords"
|
445 |
+
msgstr "Dostupná klíčová slova"
|
446 |
+
|
447 |
+
#: compose/compose-add.php:94 compose/compose-edit.php:105
|
448 |
+
msgid "%s : ###NAME###, ###EMAIL###, ###DATE###, ###POSTTITLE###, ###POSTLINK###, ###POSTLINK-WITHTITLE###, ###POSTLINK-ONLY###, ###POSTIMAGE###, ###POSTDESC###, ###POSTFULL###"
|
449 |
+
msgstr "%s : ###NAME###, ###EMAIL###, ###DATE###, ###POSTTITLE###, ###POSTLINK###, ###POSTLINK-WITHTITLE###, ###POSTLINK-ONLY###, ###POSTIMAGE###, ###POSTDESC###, ###POSTFULL###"
|
450 |
+
|
451 |
+
#: compose/compose-add.php:90 compose/compose-edit.php:101
|
452 |
+
msgid "Enter Content for your Mail"
|
453 |
+
msgstr "Zadejte obsah zprávy"
|
454 |
+
|
455 |
+
#: compose/compose-add.php:88 compose/compose-edit.php:99
|
456 |
+
msgid "Keyword: ###POSTTITLE###"
|
457 |
+
msgstr "Klíčové slovo: ###POSTTITLE###"
|
458 |
+
|
459 |
+
#: classes/es-register.php:408
|
460 |
+
msgid "No, I don't want it"
|
461 |
+
msgstr "Ne, nechci ho."
|
462 |
+
|
463 |
+
#: classes/es-register.php:408
|
464 |
+
msgid "Yes, I want this"
|
465 |
+
msgstr "Ano, chci ho."
|
466 |
+
|
467 |
+
#: classes/es-register.php:407
|
468 |
+
msgid "Email Subscribers recommends free plugin <b>Rainmaker</b> to collect leads instantly"
|
469 |
+
msgstr "Email Subscribers doporučuje bezplatný plugin <b>Rainmaker</b> k okamžitému zběru potenciálních zákazníků"
|
470 |
+
|
471 |
+
#: classes/es-register.php:273
|
472 |
+
msgctxt "widget-page-enhanced-select"
|
473 |
+
msgid "Your subscription was successful! Within a few minutes, kindly check the mail in your mailbox and confirm your subscription. If you can't see the mail in your mailbox, please check your spam folder."
|
474 |
+
msgstr "Úspěšně jste se přihlásili k odběru! Během několika minut zkontrolujte emaily ve své schránce a potvrďte registraci. Pokud email nenajdete, zkontrolujte prosím složku se spamem."
|
475 |
+
|
476 |
+
#: notification/notification-add.php:137 notification/notification-edit.php:157
|
477 |
+
msgid "Select Notification Mail Subject"
|
478 |
+
msgstr "Vyberte předmět oznamovací zprávy"
|
479 |
+
|
480 |
+
#: classes/es-register.php:256
|
481 |
+
msgctxt "widget-enhanced-select"
|
482 |
+
msgid "Your subscription was successful! Within a few minutes, kindly check the mail in your mailbox and confirm your subscription. If you can't see the mail in your mailbox, please check your spam folder."
|
483 |
+
msgstr "Úspěšně jste se přihlásili k odběru! Během několika minut zkontrolujte emaily ve své schránce a potvrďte registraci. Pokud email nenajdete, zkontrolujte prosím složku se spamem."
|
484 |
+
|
485 |
+
#: classes/es-register.php:219
|
486 |
+
msgctxt "sendmail-enhanced-select"
|
487 |
+
msgid "Please select your mail type."
|
488 |
+
msgstr "Vyberte typ zprávy."
|
489 |
+
|
490 |
+
#. Plugin Name of the plugin/theme
|
491 |
+
msgid "Email Subscribers & Newsletters"
|
492 |
+
msgstr "Email Subscribers & Newsletters"
|
493 |
+
|
494 |
+
#: sendmail/sendmail.php:138
|
495 |
+
msgid "Send mail via cron job"
|
496 |
+
msgstr "Odeslat zprávu cronem "
|
497 |
+
|
498 |
+
#: sendmail/sendmail.php:137
|
499 |
+
msgid "Send mail immediately"
|
500 |
+
msgstr "Odeslat zprávu okamžitě"
|
501 |
+
|
502 |
+
#: notification/notification-show.php:130
|
503 |
+
msgid "Add to cron and send mail via cron job."
|
504 |
+
msgstr "Přidá se do cronu a odešle zprávu cronem."
|
505 |
+
|
506 |
+
#: notification/notification-show.php:128
|
507 |
+
msgid "Send mail immediately when new post is published."
|
508 |
+
msgstr "Odešle zprávu ihned, jakmile je publikován nový příspěvek."
|
509 |
+
|
510 |
+
#: notification/notification-edit.php:54
|
511 |
+
msgid "Please select notification status"
|
512 |
+
msgstr "Vyberte stav oznámení"
|
513 |
+
|
514 |
+
#: notification/notification-edit.php:48
|
515 |
+
msgid "Please select subscribers group"
|
516 |
+
msgstr "Vyberte skupinu odběratelů"
|
517 |
+
|
518 |
+
#: notification/notification-add.php:239 notification/notification-edit.php:278
|
519 |
+
msgid "Disable notification"
|
520 |
+
msgstr "Zakázat oznámení "
|
521 |
+
|
522 |
+
#: notification/notification-add.php:238 notification/notification-edit.php:277
|
523 |
+
msgid "Add to cron when new post is published and send via cron job"
|
524 |
+
msgstr "Přidat do cronu, když je nový příspěvek zveřejněn a odeslat prostřednictvím cronu"
|
525 |
+
|
526 |
+
#: notification/notification-add.php:237 notification/notification-edit.php:276
|
527 |
+
msgid "Send mail immediately when new post is published"
|
528 |
+
msgstr "Odeslat zprávu ihned, jakmile je publikován nový příspěvek"
|
529 |
+
|
530 |
+
#: notification/notification-add.php:233 notification/notification-edit.php:271
|
531 |
+
msgid "Select Notification Status"
|
532 |
+
msgstr "Vyberte stav oznámení"
|
533 |
+
|
534 |
+
#: notification/notification-add.php:226 notification/notification-edit.php:263
|
535 |
+
msgid "No Custom Post Types Available"
|
536 |
+
msgstr "Vlastní typ obsahu není dostupný"
|
537 |
+
|
538 |
+
#: notification/notification-add.php:162 notification/notification-edit.php:185
|
539 |
+
msgid "Select Post Categories"
|
540 |
+
msgstr "Vyberte rubriky příspěvků"
|
541 |
+
|
542 |
+
#: notification/notification-add.php:115
|
543 |
+
msgid "Select Subscribers Group"
|
544 |
+
msgstr "Vyberte skupinu odběratelů"
|
545 |
+
|
546 |
+
#: compose/compose-add.php:102 compose/compose-edit.php:113
|
547 |
+
msgid "Please select your mail status"
|
548 |
+
msgstr "Vyberte stav zprávy"
|
549 |
+
|
550 |
+
#. Description of the plugin/theme
|
551 |
+
msgid "Add subscription forms on website, send HTML newsletters & automatically notify subscribers about new blog posts once it gets published."
|
552 |
+
msgstr "Přidejte přihlašovací formulář na internetové stránky, posílejte HTML zpravodaje a automaticky informujte odběratele o nových příspěvcích, jakmile budou zveřejněny. "
|
553 |
+
|
554 |
+
#: settings/settings-edit.php:393
|
555 |
+
msgid "Mail content for sent mail report. (Keyword: ###COUNT###, ###UNIQUE###, ###STARTTIME###, ###ENDTIME###)"
|
556 |
+
msgstr "Obsah zprávy pro hlášení o odeslání emailů. (Klíčová slova: ###COUNT###, ###UNIQUE###, ###STARTTIME###, ###ENDTIME###)"
|
557 |
+
|
558 |
+
#: settings/settings-edit.php:356
|
559 |
+
msgid "Enter the text for unsubscribe link. This text is to add unsubscribe link with newsletter. (Keyword: ###LINK###)"
|
560 |
+
msgstr "Zadejte text odkazu pro odhlášení odběru. Tento text bude součástí odkazu pro odhlášení v emailu s novinkama. (Klíčové slovo: ###LINK###)"
|
561 |
+
|
562 |
+
#: settings/settings-edit.php:341
|
563 |
+
msgid "Enter the mail content for admin. This will send whenever new email added and confirmed into our database. (Keyword: ###NAME###, ###EMAIL###)"
|
564 |
+
msgstr "Zadejte obsah emailu pro administrátora. Bude odeslán jakmile bude do databáze přidá a potvrze nový email. (Klíčová slova: ###NAME###, ###EMAIL###)"
|
565 |
+
|
566 |
+
#: settings/settings-edit.php:292 settings/settings-edit.php:320
|
567 |
+
#: subscribers/view-subscriber-sync.php:107
|
568 |
+
msgid "NO"
|
569 |
+
msgstr "NE"
|
570 |
+
|
571 |
+
#: settings/settings-edit.php:291 settings/settings-edit.php:319
|
572 |
+
#: subscribers/view-subscriber-sync.php:108
|
573 |
+
msgid "YES"
|
574 |
+
msgstr "ANO"
|
575 |
+
|
576 |
+
#: settings/settings-edit.php:251
|
577 |
+
msgid "Thumbnail"
|
578 |
+
msgstr "Náhled"
|
579 |
+
|
580 |
+
#: settings/settings-edit.php:250
|
581 |
+
msgid "Medium Size"
|
582 |
+
msgstr "Střední velikost"
|
583 |
+
|
584 |
+
#: settings/settings-edit.php:249
|
585 |
+
msgid "Full Size"
|
586 |
+
msgstr "Plná velikost"
|
587 |
+
|
588 |
+
#: settings/settings-edit.php:245
|
589 |
+
msgid "Select image size for ###POSTIMAGE### to be shown in post notification email"
|
590 |
+
msgstr "Vyberte velikost obrázku ###POSTIMAGE###, kerý se zobrazí v emailu oznámení příspěvku"
|
591 |
+
|
592 |
+
#: settings/settings-edit.php:244
|
593 |
+
msgid "Image Size"
|
594 |
+
msgstr "Velikost obrázku"
|
595 |
+
|
596 |
+
#: settings/settings-edit.php:237
|
597 |
+
msgid "Double Opt In"
|
598 |
+
msgstr "Dvojí potvrzení"
|
599 |
+
|
600 |
+
#: settings/settings-edit.php:225
|
601 |
+
msgid "4. PHP PLAINTEXT MAIL"
|
602 |
+
msgstr "4. PHP PROSTÝ TEXT"
|
603 |
+
|
604 |
+
#: settings/settings-edit.php:224
|
605 |
+
msgid "3. PHP HTML MAIL"
|
606 |
+
msgstr "3. PHP HTML ZPRÁVA"
|
607 |
+
|
608 |
+
#: settings/settings-edit.php:223
|
609 |
+
msgid "2. WP PLAINTEXT MAIL"
|
610 |
+
msgstr "2. WP PROSTÝ TEXT"
|
611 |
+
|
612 |
+
#: settings/settings-edit.php:222
|
613 |
+
msgid "1. WP HTML MAIL"
|
614 |
+
msgstr "1. WP HTML ZPRÁVA"
|
615 |
+
|
616 |
+
#: compose/compose-edit.php:19 compose/compose-preview.php:17
|
617 |
+
#: compose/compose-show.php:32 notification/notification-edit.php:19
|
618 |
+
#: notification/notification-show.php:20 sentmail/sentmail-preview.php:17
|
619 |
+
#: sentmail/sentmail-show.php:21 settings/settings-edit.php:19
|
620 |
+
#: subscribers/view-subscriber-edit.php:21
|
621 |
+
#: subscribers/view-subscriber-show.php:44
|
622 |
+
msgid "Oops, selected details does not exists."
|
623 |
+
msgstr "Vybrané podrobnosti neexistují."
|
624 |
+
|
625 |
+
#: roles/roles-add.php:122 roles/roles-add.php:134 roles/roles-add.php:146
|
626 |
+
#: roles/roles-add.php:158 roles/roles-add.php:170 roles/roles-add.php:182
|
627 |
+
#: roles/roles-add.php:194
|
628 |
+
msgid "Administrator/Editor/Author/Contributor"
|
629 |
+
msgstr "Administrátor/Editor/Autor/Spolupracovník"
|
630 |
+
|
631 |
+
#: roles/roles-add.php:121 roles/roles-add.php:133 roles/roles-add.php:145
|
632 |
+
#: roles/roles-add.php:157 roles/roles-add.php:169 roles/roles-add.php:181
|
633 |
+
#: roles/roles-add.php:193
|
634 |
+
msgid "Administrator/Editor"
|
635 |
+
msgstr "Administrátor/Editor"
|
636 |
+
|
637 |
+
#: roles/roles-add.php:120 roles/roles-add.php:132 roles/roles-add.php:144
|
638 |
+
#: roles/roles-add.php:156 roles/roles-add.php:168 roles/roles-add.php:180
|
639 |
+
#: roles/roles-add.php:192
|
640 |
+
msgid "Administrator Only"
|
641 |
+
msgstr "Pouze administrátor"
|
642 |
+
|
643 |
+
#: help/help.php:156
|
644 |
+
msgid "How to show subscribe form inside a popup?"
|
645 |
+
msgstr "Jak zobrazit přihlašovací formulář ve vyskakovacím okně?"
|
646 |
+
|
647 |
+
#: help/help.php:147
|
648 |
+
msgid "How to check Sent mails?"
|
649 |
+
msgstr "Jak zkontrolovat odeslané emaily?"
|
650 |
+
|
651 |
+
#: help/help.php:150
|
652 |
+
msgid "How to Add/Update Existing Subscribers Group?"
|
653 |
+
msgstr "Jak přidat/aktualizovat existující skupinu odběratelů?"
|
654 |
+
|
655 |
+
#: help/help.php:138
|
656 |
+
msgid "How to Compose and Send Static Newsletter Mails?"
|
657 |
+
msgstr "Jak vytvářet a odesílat statické zprávy newsletterů?"
|
658 |
+
|
659 |
+
#: cron/cron-add.php:101
|
660 |
+
msgid "<a target=\"_blank\" href=\"http://www.icegram.com/documentation/es-what-to-do-if-hosting-doesnt-support-cron-jobs/\">Hosting doesnt support cron jobs?</a>"
|
661 |
+
msgstr "<a target=\"_blank\" href=\"http://www.icegram.com/documentation/es-what-to-do-if-hosting-doesnt-support-cron-jobs/\">Nepodporuje váš hosting crony?</a>"
|
662 |
+
|
663 |
+
#: cron/cron-add.php:100
|
664 |
+
msgid "<a target=\"_blank\" href=\"http://www.icegram.com/documentation/es-how-to-schedule-cron-emails-in-cpanel/\">Setup cron job in cPanal</a>"
|
665 |
+
msgstr "<a target=\"_blank\" href=\"http://www.icegram.com/documentation/es-how-to-schedule-cron-emails-in-cpanel/\">Nastavení cronu v cPanel</a>"
|
666 |
+
|
667 |
+
#: cron/cron-add.php:99
|
668 |
+
msgid "<a target=\"_blank\" href=\"http://www.icegram.com/documentation/es-how-to-schedule-cron-emails-in-parallels-plesk/\">Setup cron job in Plesk</a>"
|
669 |
+
msgstr "<a target=\"_blank\" href=\"http://www.icegram.com/documentation/es-how-to-schedule-cron-emails-in-parallels-plesk/\">Nastavení cronu v Plesk</a>"
|
670 |
+
|
671 |
+
#: cron/cron-add.php:88
|
672 |
+
msgid "Send above mail to admin whenever cron URL is triggered from your server.<br />(Available Keywords: ###DATE###, ###SUBJECT###, ###COUNT###)"
|
673 |
+
msgstr "Vše uvedená zpráva se administrátorovi odešle, kdykoliv se na vašem serveru vyvolá cron URL.<br />(Dostupná klíčová slova: ###DATE###, ###SUBJECT###, ###COUNT###)"
|
674 |
+
|
675 |
+
#: compose/compose-add.php:100 compose/compose-edit.php:111
|
676 |
+
msgid "Published"
|
677 |
+
msgstr "Publikováno"
|
678 |
+
|
679 |
+
#: compose/compose-add.php:82 compose/compose-edit.php:93
|
680 |
+
msgid "Dynamic Template (For Notification Email)"
|
681 |
+
msgstr "Dynamická šablona (pro emailová oznámenní)"
|
682 |
+
|
683 |
+
#: compose/compose-add.php:81 compose/compose-edit.php:92
|
684 |
+
msgid "Static Template (For Newsletter Email)"
|
685 |
+
msgstr "Statická šablona (pro email novinek)"
|
686 |
+
|
687 |
+
#: classes/es-common.php:38
|
688 |
+
msgid "<span style=\"color:#993399;\">Instant Mail</span>"
|
689 |
+
msgstr "<span style=\"color:#993399;\">Okamžitá zpráva</span>"
|
690 |
+
|
691 |
+
#: classes/es-common.php:35
|
692 |
+
msgid "<span style=\"color:#ffd700;font-weight:bold;\">Cron Mail</span>"
|
693 |
+
msgstr "<span style=\"color:#ffd700;font-weight:bold;\">Cron zpráva</span>"
|
694 |
+
|
695 |
+
#: classes/es-common.php:32
|
696 |
+
msgid "<span style=\"color:#00FF00;font-weight:bold;\">Sent</span>"
|
697 |
+
msgstr "<span style=\"color:#00FF00;font-weight:bold;\">Odesláno</span>"
|
698 |
+
|
699 |
+
#: classes/es-common.php:29
|
700 |
+
msgid "<span style=\"color:#FF0000\">In Queue</span>"
|
701 |
+
msgstr "<span style=\"color:#FF0000\">Ve frontě</span>"
|
702 |
+
|
703 |
+
#: classes/es-common.php:26
|
704 |
+
msgid "<span style=\"color:#FF0000\">Disable</span>"
|
705 |
+
msgstr "<span style=\"color:#FF0000\">Neaktivní</span>"
|
706 |
+
|
707 |
+
#: classes/es-common.php:23
|
708 |
+
msgid "<span style=\"color:#999900;\">Nodata</span>"
|
709 |
+
msgstr "<span style=\"color:#999900;\">Neuvedeno</span>"
|
710 |
+
|
711 |
+
#: classes/es-common.php:20
|
712 |
+
msgid "<span style=\"color:#00CC00;font-weight:bold\">Viewed</span>"
|
713 |
+
msgstr "<span style=\"color:#00CC00;font-weight:bold\">Zobrazeno</span>"
|
714 |
+
|
715 |
+
#: classes/es-common.php:17
|
716 |
+
msgid "<span style=\"color:#0000FF\">Single Opt In</span>"
|
717 |
+
msgstr "<span style=\"color:#0000FF\">Jednoduché potvrzení</span>"
|
718 |
+
|
719 |
+
#: classes/es-common.php:14
|
720 |
+
msgid "<span style=\"color:#999900\">Unsubscribed</span>"
|
721 |
+
msgstr "<span style=\"color:#999900\">Odhlášen/a</span>"
|
722 |
+
|
723 |
+
#: classes/es-common.php:11
|
724 |
+
msgid "<span style=\"color:#FF0000\">Unconfirmed</span>"
|
725 |
+
msgstr "<span style=\"color:#FF0000\">Nepotvrzeno</span>"
|
726 |
+
|
727 |
+
#: classes/es-common.php:8
|
728 |
+
msgid "<span style=\"color:#006600;font-weight:bold;\">Confirmed</span>"
|
729 |
+
msgstr "<span style=\"color:#006600;font-weight:bold;\">Potvrzeno</span>"
|
730 |
+
|
731 |
+
#: help/help.php:141
|
732 |
+
msgid "How to Configure and Send notification emails to subscribers when new posts are published?"
|
733 |
+
msgstr "Jak nastavit a odesílat emailová oznámení odběratelům, jakmile jsou publikovány nové příspěvky?"
|
734 |
+
|
735 |
+
#: help/help.php:47
|
736 |
+
msgid "Thanks for installing and we hope you will enjoy using Email Subscribers."
|
737 |
+
msgstr "Děkujeme vám za instalaci a doufáme, že se vám Email Subscribers bude líbit."
|
738 |
+
|
739 |
+
#: help/help.php:95
|
740 |
+
msgid "Frequently Asked Questions"
|
741 |
+
msgstr "Časté dotazy (anglicky)"
|
742 |
+
|
743 |
+
#: help/help.php:51
|
744 |
+
msgid "For more help and tips..."
|
745 |
+
msgstr "Pro další pomoc a rady..."
|
746 |
+
|
747 |
+
#: help/help.php:46
|
748 |
+
msgid "Welcome to Email Subscribers!"
|
749 |
+
msgstr "Vítá vás plugin Email Subscribers!"
|
750 |
+
|
751 |
+
#: cron/cron-add.php:97
|
752 |
+
msgid "How to setup auto emails using CRON Job through the cPanel or Plesk?"
|
753 |
+
msgstr "Jak nastavit automatické emaily pomocí cronu přes cPanel nebo Plesk?"
|
754 |
+
|
755 |
+
#: classes/es-register.php:167
|
756 |
+
msgid "<span style=\"color:#f18500;font-weight:bolder;\">Help & Info"
|
757 |
+
msgstr "<span style=\"color:#f18500;font-weight:bolder;\">Nápověda"
|
758 |
+
|
759 |
+
#: classes/es-register.php:139 classes/es-register.php:140
|
760 |
+
msgid "Email Subscribers"
|
761 |
+
msgstr "Email Subscribers"
|
762 |
+
|
763 |
+
#: subscribers/view-subscriber-sync.php:35
|
764 |
+
msgid "Please select default group to newly registered user."
|
765 |
+
msgstr "Vyberte výchozí skupinu pro nově registrované uživatele"
|
766 |
+
|
767 |
+
#: subscribers/view-subscriber-sync.php:90
|
768 |
+
msgid "Sync Email"
|
769 |
+
msgstr "Synchronizace emailu"
|
770 |
+
|
771 |
+
#: subscribers/view-subscriber-show.php:263
|
772 |
+
msgid "Apply"
|
773 |
+
msgstr "Použít"
|
774 |
+
|
775 |
+
#: subscribers/view-subscriber-show.php:249
|
776 |
+
msgid "Select Group"
|
777 |
+
msgstr "Vyberte skupinu"
|
778 |
+
|
779 |
+
#: notification/notification-edit.php:126
|
780 |
+
#: subscribers/view-subscriber-show.php:246
|
781 |
+
msgid "Update Subscribers Group"
|
782 |
+
msgstr "Upravit skupinu odběratelů"
|
783 |
+
|
784 |
+
#: subscribers/view-subscriber-show.php:243
|
785 |
+
msgid "Bulk Actions"
|
786 |
+
msgstr "Hromadné úpravy"
|
787 |
+
|
788 |
+
#: subscribers/view-subscriber-show.php:245
|
789 |
+
#: subscribers/view-subscriber-show.php:370
|
790 |
+
msgid "Resend Confirmation"
|
791 |
+
msgstr "Znovu odeslat povtrzení"
|
792 |
+
|
793 |
+
#: subscribers/view-subscriber-show.php:311
|
794 |
+
#: subscribers/view-subscriber-show.php:325
|
795 |
+
msgid "Email Address"
|
796 |
+
msgstr "Emailová adresa"
|
797 |
+
|
798 |
+
#: settings/settings-edit.php:238 subscribers/view-subscriber-add.php:152
|
799 |
+
#: subscribers/view-subscriber-edit.php:151
|
800 |
+
#: subscribers/view-subscriber-import.php:179
|
801 |
+
#: subscribers/view-subscriber-show.php:288
|
802 |
+
msgid "Single Opt In"
|
803 |
+
msgstr "Jednoduché potvrzení"
|
804 |
+
|
805 |
+
#: subscribers/view-subscriber-add.php:151
|
806 |
+
#: subscribers/view-subscriber-edit.php:150
|
807 |
+
#: subscribers/view-subscriber-import.php:178
|
808 |
+
#: subscribers/view-subscriber-show.php:287
|
809 |
+
msgid "Unsubscribed"
|
810 |
+
msgstr "Zrušen odběr"
|
811 |
+
|
812 |
+
#: subscribers/view-subscriber-add.php:150
|
813 |
+
#: subscribers/view-subscriber-edit.php:149
|
814 |
+
#: subscribers/view-subscriber-import.php:177
|
815 |
+
#: subscribers/view-subscriber-show.php:286
|
816 |
+
msgid "Unconfirmed"
|
817 |
+
msgstr "Nepotvrzeno"
|
818 |
+
|
819 |
+
#: subscribers/view-subscriber-add.php:149
|
820 |
+
#: subscribers/view-subscriber-edit.php:148
|
821 |
+
#: subscribers/view-subscriber-import.php:176
|
822 |
+
#: subscribers/view-subscriber-show.php:285
|
823 |
+
msgid "Confirmed"
|
824 |
+
msgstr "Potvrzeno"
|
825 |
+
|
826 |
+
#: subscribers/view-subscriber-show.php:284
|
827 |
+
msgid "All Status"
|
828 |
+
msgstr "Všechny stavy"
|
829 |
+
|
830 |
+
#: subscribers/view-subscriber-show.php:267
|
831 |
+
msgid "All Groups"
|
832 |
+
msgstr "Všechny skupiny"
|
833 |
+
|
834 |
+
#: subscribers/view-subscriber-show.php:207
|
835 |
+
msgid "View Subscribers"
|
836 |
+
msgstr "Přehled odběratelů"
|
837 |
+
|
838 |
+
#: subscribers/view-subscriber-show.php:167
|
839 |
+
msgid "Oops, New group name was not selected."
|
840 |
+
msgstr "Není vybrán název nové skupiny."
|
841 |
+
|
842 |
+
#: subscribers/view-subscriber-show.php:133
|
843 |
+
msgid "Confirmation email(s) Resent Successfully."
|
844 |
+
msgstr "Opakované odeslání potvrzovacího(ch) emailu(ů) bylo úspěšné."
|
845 |
+
|
846 |
+
#: subscribers/view-subscriber-show.php:99
|
847 |
+
#: subscribers/view-subscriber-show.php:138
|
848 |
+
#: subscribers/view-subscriber-show.php:176
|
849 |
+
msgid "Oops, No record was selected."
|
850 |
+
msgstr "Nebyl vybrán žádný záznam."
|
851 |
+
|
852 |
+
#: subscribers/view-subscriber-show.php:74
|
853 |
+
msgid "Confirmation email resent successfully."
|
854 |
+
msgstr "Opětovné odeslání potvrzovacího emailu bylo úspěšné."
|
855 |
+
|
856 |
+
#: subscribers/view-subscriber-show.php:114
|
857 |
+
msgid "To send confirmation mail, please change the Opt-in option to Double Opt In."
|
858 |
+
msgstr "Chcete-li odeslat potvrzovací zprávu, změňte možnost potvrzení na dvojité potvrzení."
|
859 |
+
|
860 |
+
#: subscribers/view-subscriber-import.php:156
|
861 |
+
msgid "Select CSV file"
|
862 |
+
msgstr "Vyberte soubor CSV"
|
863 |
+
|
864 |
+
#: subscribers/view-subscriber-export.php:40
|
865 |
+
#: subscribers/view-subscriber-export.php:48
|
866 |
+
msgid "Total Emails"
|
867 |
+
msgstr "Celkem emailů"
|
868 |
+
|
869 |
+
#: subscribers/view-subscriber-show.php:314
|
870 |
+
#: subscribers/view-subscriber-show.php:328
|
871 |
+
msgid "Group"
|
872 |
+
msgstr "Skupina"
|
873 |
+
|
874 |
+
#: subscribers/view-subscriber-edit.php:63
|
875 |
+
msgid "Error: Special characters are not allowed in the group name."
|
876 |
+
msgstr "Chyba: Speciální znaky v názvu skupiny nelze použít."
|
877 |
+
|
878 |
+
#: subscribers/view-subscriber-add.php:55
|
879 |
+
msgid "Error: Special characters (['^$%&*()}{@#~?><>,|=_+\\\"]) are not allowed in the group name."
|
880 |
+
msgstr "Chyba: Speciální znaky (['^$%&*()}{@#~?><>,|=_+\\\"]) v názvu skupiny nelze použít."
|
881 |
+
|
882 |
+
#: subscribers/view-subscriber-add.php:48
|
883 |
+
msgid "Please select or create your group for this email."
|
884 |
+
msgstr "Vyberte nebo vytvořte skupinu pro tento email."
|
885 |
+
|
886 |
+
#: subscribers/view-subscriber-add.php:35
|
887 |
+
#: subscribers/view-subscriber-edit.php:53
|
888 |
+
msgid "Please enter subscriber email address."
|
889 |
+
msgstr "Zadejte emailovou adresu odběratele."
|
890 |
+
|
891 |
+
#: settings/settings-edit.php:403
|
892 |
+
msgid "Save Settings"
|
893 |
+
msgstr "Uložit nastavení"
|
894 |
+
|
895 |
+
#: settings/settings-edit.php:392
|
896 |
+
msgid "Sent report content"
|
897 |
+
msgstr "Obsah hlášení o odeslání"
|
898 |
+
|
899 |
+
#: settings/settings-edit.php:386
|
900 |
+
msgid "Mail subject for sent mail report."
|
901 |
+
msgstr "Předmět emailu pro hlášení o odeslání."
|
902 |
+
|
903 |
+
#: settings/settings-edit.php:385
|
904 |
+
msgid "Sent report subject"
|
905 |
+
msgstr "Předmět emailu pro hlášení o odeslání"
|
906 |
+
|
907 |
+
#: settings/settings-edit.php:378
|
908 |
+
msgid "Default message to display if any issue on unsubscribe link."
|
909 |
+
msgstr "Výchozí zpráva se zobrazí, pokud nastane jakýkoli problém s odkazem pro odhlášení."
|
910 |
+
|
911 |
+
#: settings/settings-edit.php:377
|
912 |
+
msgid "Message 2"
|
913 |
+
msgstr "Zpráva 2"
|
914 |
+
|
915 |
+
#: settings/settings-edit.php:371
|
916 |
+
msgid "Default message to display if any issue on confirmation link."
|
917 |
+
msgstr "Výchozí zpráva se zobrazí, pokud nastane jakýkoli problém s potvrzovacím odkazem."
|
918 |
+
|
919 |
+
#: settings/settings-edit.php:370
|
920 |
+
msgid "Message 1"
|
921 |
+
msgstr "Zpráva 1"
|
922 |
+
|
923 |
+
#: settings/settings-edit.php:363
|
924 |
+
msgid "This text will display once user clicked unsubscribed link from our newsletter."
|
925 |
+
msgstr "Tento text se zobrazí, když uživatel klikne na odkaz pro odhlášení zasílání novinek."
|
926 |
+
|
927 |
+
#: settings/settings-edit.php:362
|
928 |
+
msgid "Text to display after email unsubscribed"
|
929 |
+
msgstr "Text který se zobrazí po odhlášení emailu."
|
930 |
+
|
931 |
+
#: settings/settings-edit.php:355
|
932 |
+
msgid "Unsubscribe text in mail"
|
933 |
+
msgstr "Text odhlašovací zprávy."
|
934 |
+
|
935 |
+
#: settings/settings-edit.php:349
|
936 |
+
msgid "Unsubscribe link. You no need to change this value."
|
937 |
+
msgstr "Odhlašovací odkaz. Není nutné tuto hodnotu měnit."
|
938 |
+
|
939 |
+
#: settings/settings-edit.php:348
|
940 |
+
msgid "Unsubscribe link"
|
941 |
+
msgstr "Odhlašovací odkaz"
|
942 |
+
|
943 |
+
#: settings/settings-edit.php:340
|
944 |
+
msgid "Admin mail content"
|
945 |
+
msgstr "Obsah zprávy pro administrátora."
|
946 |
+
|
947 |
+
#: settings/settings-edit.php:334
|
948 |
+
msgid "Enter the subject for admin mail. This will send whenever new email added and confirmed into our database."
|
949 |
+
msgstr "Zadejte předmět emailu pro administrátora. Bude odeslán jakmile bude do databáze přidá a potvrze nový email."
|
950 |
+
|
951 |
+
#: settings/settings-edit.php:333
|
952 |
+
msgid "Admin mail subject"
|
953 |
+
msgstr "Předmět emailu pro administrátora"
|
954 |
+
|
955 |
+
#: settings/settings-edit.php:327
|
956 |
+
msgid "Enter the admin email addresses that should receive notifications (separate by comma)."
|
957 |
+
msgstr "Zadejte emailové adresy administrátorů, kteří by měli přijímat oznámení (oddělené čárkou)."
|
958 |
+
|
959 |
+
#: settings/settings-edit.php:326
|
960 |
+
msgid "Admin email addresses"
|
961 |
+
msgstr "Emailová adresa administrátora."
|
962 |
+
|
963 |
+
#: settings/settings-edit.php:315
|
964 |
+
msgid "To send admin notifications for new subscriber, This option must be set to YES."
|
965 |
+
msgstr "Pro odeslání oznámení administrátorovi o novém odběrateli, je nutné volbu nastavit na ANO."
|
966 |
+
|
967 |
+
#: settings/settings-edit.php:314
|
968 |
+
msgid "Mail to admin"
|
969 |
+
msgstr "Zpráva pro administrátora"
|
970 |
+
|
971 |
+
#: settings/settings-edit.php:306
|
972 |
+
msgid "Enter the content for subscriber welcome mail. This will send whenever email subscribed (confirmed) successfully. (Keyword: ###NAME###)"
|
973 |
+
msgstr "Zadejte obsah uvítací zprávy pro odběratele. Bude odeslán kdykoliv bude email úspěšně zaregistrován (potvrzen). (Klíčové slovo: ###NAME###)"
|
974 |
+
|
975 |
+
#: settings/settings-edit.php:305
|
976 |
+
msgid "Subscriber welcome mail content"
|
977 |
+
msgstr "Obsah uvítací zprávy pro odběratele"
|
978 |
+
|
979 |
+
#: settings/settings-edit.php:299
|
980 |
+
msgid "Enter the subject for subscriber welcome mail. This will send whenever email subscribed (confirmed) successfully."
|
981 |
+
msgstr "Zadejte předmět uvítacího emailu. Ten bude odeslán kdykoliv bude email úspěšně zaregistrován (potvrzen)."
|
982 |
+
|
983 |
+
#: settings/settings-edit.php:298
|
984 |
+
msgid "Welcome mail subject"
|
985 |
+
msgstr "Předmět uvítací zprávy"
|
986 |
+
|
987 |
+
#: settings/settings-edit.php:287
|
988 |
+
msgid "To send welcome mail to subscriber, This option must be set to YES."
|
989 |
+
msgstr "Pro zaslání uvítacího emaile odběrateli, musí být tato volba nastavena na hodnotu ANO."
|
990 |
+
|
991 |
+
#: settings/settings-edit.php:286
|
992 |
+
msgid "Subscriber welcome email"
|
993 |
+
msgstr "Uvítací email pro odběratele"
|
994 |
+
|
995 |
+
#: settings/settings-edit.php:279
|
996 |
+
msgid "This text will display once user clicked email confirmation link from opt-in (confirmation) email content."
|
997 |
+
msgstr "Tento text se zobrazí, jakmile uživatel klikne na potvrzovací odkaz v emailu (potvrzení)."
|
998 |
+
|
999 |
+
#: settings/settings-edit.php:278
|
1000 |
+
msgid "Text to display after email subscribed successfully"
|
1001 |
+
msgstr "Text který se zobrazí po úspěšné registraci emailu"
|
1002 |
+
|
1003 |
+
#: settings/settings-edit.php:272
|
1004 |
+
msgid "Double Opt In confirmation link. You no need to change this value."
|
1005 |
+
msgstr "Odkaz pro dvojí potvrzení. Není nutné měnit tuto hodnotu."
|
1006 |
+
|
1007 |
+
#: settings/settings-edit.php:271
|
1008 |
+
msgid "Opt-in link (Confirmation link)"
|
1009 |
+
msgstr "Nastavení odkazu (potvrzovací odkaz)"
|
1010 |
+
|
1011 |
+
#: settings/settings-edit.php:265
|
1012 |
+
msgid "Enter the content for Double Opt In mail. This will send whenever subscriber added email into our database."
|
1013 |
+
msgstr "Zadejte obsah zprávy dvojího potvrzení. Zpráva bude odeslána vždy, když bude odběratelův email přidán do databáze."
|
1014 |
+
|
1015 |
+
#: settings/settings-edit.php:264
|
1016 |
+
msgid "Opt-in mail content (Confirmation mail)"
|
1017 |
+
msgstr "Obsah potvrzovacího emailu"
|
1018 |
+
|
1019 |
+
#: settings/settings-edit.php:258
|
1020 |
+
msgid "Enter the subject for Double Opt In mail. This will send whenever subscriber added email into our database."
|
1021 |
+
msgstr "Zadejte předmět pro email dvojího potvrzení emailové adresy. Ten bude posílán vždy, když bude odběratelův email přidán do databáze."
|
1022 |
+
|
1023 |
+
#: settings/settings-edit.php:257
|
1024 |
+
msgid "Opt-in mail subject (Confirmation mail)"
|
1025 |
+
msgstr "Předmět potvrzovacího emailu"
|
1026 |
+
|
1027 |
+
#: settings/settings-edit.php:233
|
1028 |
+
msgid "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."
|
1029 |
+
msgstr "Dvojí potvrzením požadujete, aby odběratelé potvrdili svou emailovou adresu aktivačním odkazem zaslaným v aktivační emailové zprávě. Jednoduché potvrzení, znamená že odběratelé nemusí svou emailovou adresu potvrdit."
|
1030 |
+
|
1031 |
+
#: settings/settings-edit.php:232
|
1032 |
+
msgid "Opt-in option"
|
1033 |
+
msgstr "Nastavení potvrzení"
|
1034 |
+
|
1035 |
+
#: settings/settings-edit.php:218
|
1036 |
+
msgid "Option 1 & 2 is to send mails with default Wordpress method wp_mail(). Option 3 & 4 is to send mails with PHP method mail()"
|
1037 |
+
msgstr "Varianty 1 a 2 odesílají emaily výchozí Wordpress metodou wp_mail(). Varianty 3 a 4 odesílají emaily PHP metodou mail()"
|
1038 |
+
|
1039 |
+
#: settings/settings-edit.php:207
|
1040 |
+
msgid "Choose a FROM name and FROM email address for all notifications emails from this plugin."
|
1041 |
+
msgstr "Vyberte jméno a emailovou adresu ODESÍLATELE pro všechny oznamovací emaily z tohoto pluginu."
|
1042 |
+
|
1043 |
+
#: settings/settings-edit.php:206
|
1044 |
+
msgid "Sender of notifications"
|
1045 |
+
msgstr "Odesílatel oznámení"
|
1046 |
+
|
1047 |
+
#: settings/settings-edit.php:121
|
1048 |
+
msgid "Please enter sender of notifications from email."
|
1049 |
+
msgstr "Zadejte email odesílatele oznámení."
|
1050 |
+
|
1051 |
+
#: settings/settings-edit.php:116
|
1052 |
+
msgid "Please enter sender of notifications from name."
|
1053 |
+
msgstr "Zadejte jméno odesílatele oznámení. "
|
1054 |
+
|
1055 |
+
#: settings/setting-sync.php:32
|
1056 |
+
msgid "Click to sync tables"
|
1057 |
+
msgstr "Klikněte pro synchronizaci tabulek"
|
1058 |
+
|
1059 |
+
#: settings/setting-sync.php:28
|
1060 |
+
msgid "Sync plugin tables"
|
1061 |
+
msgstr "Synchronizace tabulek pluginu"
|
1062 |
+
|
1063 |
+
#: settings/setting-sync.php:15
|
1064 |
+
msgid "Table sync completed successfully."
|
1065 |
+
msgstr "Synchronizace tabulek byla úspěšná."
|
1066 |
+
|
1067 |
+
#: sentmail/sentmail-show.php:184
|
1068 |
+
msgid "Note: Please click on <strong>Optimize Table & Delete Records</strong> button to delete all reports except latest 10."
|
1069 |
+
msgstr "Poznámka: Klikněte na tlačítko <strong>Optimalizace tabulek a Smazání záznamů</strong> pro vymazání všech zpráv kromě posledních 10."
|
1070 |
+
|
1071 |
+
#: sentmail/sentmail-show.php:115 sentmail/sentmail-show.php:128
|
1072 |
+
msgid "Total"
|
1073 |
+
msgstr "Celkem"
|
1074 |
+
|
1075 |
+
#: sentmail/sentmail-show.php:114 sentmail/sentmail-show.php:127
|
1076 |
+
msgid "End Date"
|
1077 |
+
msgstr "Datum ukončení"
|
1078 |
+
|
1079 |
+
#: sentmail/sentmail-show.php:113 sentmail/sentmail-show.php:126
|
1080 |
+
msgid "Start Date"
|
1081 |
+
msgstr "Počáteční datum"
|
1082 |
+
|
1083 |
+
#: sentmail/sentmail-show.php:110 sentmail/sentmail-show.php:123
|
1084 |
+
msgid "Source"
|
1085 |
+
msgstr "Zdroj"
|
1086 |
+
|
1087 |
+
#: sentmail/sentmail-show.php:108 sentmail/sentmail-show.php:121
|
1088 |
+
msgid "View Reports"
|
1089 |
+
msgstr "Zobrazit hlášení"
|
1090 |
+
|
1091 |
+
#: sentmail/sentmail-show.php:42
|
1092 |
+
msgid "Successfully deleted all reports except latest 10."
|
1093 |
+
msgstr "Úspěšně smazány všechny sestavy kromě posledních 10."
|
1094 |
+
|
1095 |
+
#: sentmail/deliverreport-show.php:50 sentmail/sentmail-show.php:86
|
1096 |
+
msgid " >> "
|
1097 |
+
msgstr " >> "
|
1098 |
+
|
1099 |
+
#: sentmail/deliverreport-show.php:49 sentmail/sentmail-show.php:85
|
1100 |
+
msgid " << "
|
1101 |
+
msgstr " << "
|
1102 |
+
|
1103 |
+
#: sentmail/deliverreport-show.php:79 sentmail/deliverreport-show.php:91
|
1104 |
+
msgid "Database ID"
|
1105 |
+
msgstr "ID databáze"
|
1106 |
+
|
1107 |
+
#: sentmail/deliverreport-show.php:78 sentmail/deliverreport-show.php:90
|
1108 |
+
msgid "Viewed Date"
|
1109 |
+
msgstr "Datum zobrazení"
|
1110 |
+
|
1111 |
+
#: sentmail/deliverreport-show.php:77 sentmail/deliverreport-show.php:89
|
1112 |
+
msgid "Viewed Status"
|
1113 |
+
msgstr "Stav zobrazení"
|
1114 |
+
|
1115 |
+
#: sentmail/deliverreport-show.php:74 sentmail/deliverreport-show.php:86
|
1116 |
+
msgid "Sent Date"
|
1117 |
+
msgstr "Datum odeslání"
|
1118 |
+
|
1119 |
+
#: sentmail/deliverreport-show.php:73 sentmail/deliverreport-show.php:85
|
1120 |
+
msgid "Email"
|
1121 |
+
msgstr "Email"
|
1122 |
+
|
1123 |
+
#: sentmail/deliverreport-show.php:72 sentmail/deliverreport-show.php:84
|
1124 |
+
#: subscribers/view-subscriber-export.php:38
|
1125 |
+
#: subscribers/view-subscriber-export.php:46
|
1126 |
+
#: subscribers/view-subscriber-show.php:310
|
1127 |
+
#: subscribers/view-subscriber-show.php:324
|
1128 |
+
msgid "Sno"
|
1129 |
+
msgstr "Číslo"
|
1130 |
+
|
1131 |
+
#: sentmail/deliverreport-show.php:61
|
1132 |
+
msgid "Delivery Report"
|
1133 |
+
msgstr "Hlášení o doručení"
|
1134 |
+
|
1135 |
+
#: sentmail/deliverreport-show.php:13
|
1136 |
+
msgid "Oops.. Unexpected error occurred. Please try again."
|
1137 |
+
msgstr "Nastala neznámá chyba. Prosím opakujte akci."
|
1138 |
+
|
1139 |
+
#: notification/notification-add.php:190 notification/notification-edit.php:221
|
1140 |
+
msgid "Uncheck All"
|
1141 |
+
msgstr "Odznačit vše"
|
1142 |
+
|
1143 |
+
#: notification/notification-add.php:189 notification/notification-edit.php:220
|
1144 |
+
msgid "Check All"
|
1145 |
+
msgstr "Označit vše"
|
1146 |
+
|
1147 |
+
#: compose/compose-add.php:79 compose/compose-edit.php:90
|
1148 |
+
msgid "Select your Mail Type"
|
1149 |
+
msgstr "Vyberte typ zprávy."
|
1150 |
+
|
1151 |
+
#: sendmail/sendmail.php:68
|
1152 |
+
msgid "Oops.. We are getting some error. mail not sending."
|
1153 |
+
msgstr "Nastala chyba. Zprávy se neodesílají."
|
1154 |
+
|
1155 |
+
#: sendmail/sendmail.php:58
|
1156 |
+
msgid "Mail sent successfully. "
|
1157 |
+
msgstr "Email byl úspěšně odeslán."
|
1158 |
+
|
1159 |
+
#: sendmail/sendmail.php:39
|
1160 |
+
msgid "Please select your mail subject."
|
1161 |
+
msgstr "Vyberte předmět zprávy."
|
1162 |
+
|
1163 |
+
#: roles/roles-add.php:188
|
1164 |
+
msgid "Help & Info Menu"
|
1165 |
+
msgstr "Menu Nápověda"
|
1166 |
+
|
1167 |
+
#: roles/roles-add.php:176
|
1168 |
+
msgid "Sent Mails Menu"
|
1169 |
+
msgstr "Menu odeslané emaily"
|
1170 |
+
|
1171 |
+
#: roles/roles-add.php:164
|
1172 |
+
msgid "Settings Menu"
|
1173 |
+
msgstr "Menu nastavení"
|
1174 |
+
|
1175 |
+
#: roles/roles-add.php:152
|
1176 |
+
msgid "Send Email Menu/Cron Menu"
|
1177 |
+
msgstr "Menu odeslat zprávu/menu cron"
|
1178 |
+
|
1179 |
+
#: roles/roles-add.php:140
|
1180 |
+
msgid "Notification Menu"
|
1181 |
+
msgstr "Menu oznámení"
|
1182 |
+
|
1183 |
+
#: roles/roles-add.php:128
|
1184 |
+
msgid "Compose Menu"
|
1185 |
+
msgstr "Menu vytvořit"
|
1186 |
+
|
1187 |
+
#: roles/roles-add.php:116
|
1188 |
+
msgid "Subscribers Menu"
|
1189 |
+
msgstr "Menu odběratelé"
|
1190 |
+
|
1191 |
+
#: roles/roles-add.php:105
|
1192 |
+
msgid "Roles and Capabilities"
|
1193 |
+
msgstr "Role a přístupy"
|
1194 |
+
|
1195 |
+
#: notification/notification-show.php:68 notification/notification-show.php:76
|
1196 |
+
msgid "Categories / Custom Post"
|
1197 |
+
msgstr "Rubriky / Vlastní příspěvek"
|
1198 |
+
|
1199 |
+
#: notification/notification-show.php:66 notification/notification-show.php:74
|
1200 |
+
msgid "Mail Subject"
|
1201 |
+
msgstr "Předmět emailu"
|
1202 |
+
|
1203 |
+
#: notification/notification-edit.php:117
|
1204 |
+
msgid "Edit Notification"
|
1205 |
+
msgstr "Upravit oznámení"
|
1206 |
+
|
1207 |
+
#: notification/notification-edit.php:88
|
1208 |
+
msgid "Notification successfully updated. "
|
1209 |
+
msgstr "Oznámení bylo úspěšně upraveno."
|
1210 |
+
|
1211 |
+
#: notification/notification-show.php:69 notification/notification-show.php:77
|
1212 |
+
msgid "Notification Status"
|
1213 |
+
msgstr "Stav oznámení"
|
1214 |
+
|
1215 |
+
#: notification/notification-add.php:119 notification/notification-add.php:143
|
1216 |
+
#: notification/notification-edit.php:130
|
1217 |
+
#: notification/notification-edit.php:163 sendmail/sendmail.php:109
|
1218 |
+
#: sendmail/sendmail.php:136 sendmail/sendmail.php:150
|
1219 |
+
#: subscribers/view-subscriber-add.php:163
|
1220 |
+
#: subscribers/view-subscriber-edit.php:163
|
1221 |
+
#: subscribers/view-subscriber-import.php:191
|
1222 |
+
#: subscribers/view-subscriber-sync.php:120
|
1223 |
+
msgid "Select"
|
1224 |
+
msgstr "Vybrat"
|
1225 |
+
|
1226 |
+
#: notification/notification-show.php:67 notification/notification-show.php:75
|
1227 |
+
msgid "Subscribers Group"
|
1228 |
+
msgstr "Skupina odběratelů"
|
1229 |
+
|
1230 |
+
#: notification/notification-add.php:107
|
1231 |
+
msgid "Add Notification"
|
1232 |
+
msgstr "Přidat oznámení"
|
1233 |
+
|
1234 |
+
#: notification/notification-add.php:70
|
1235 |
+
msgid "Notification successfully created. "
|
1236 |
+
msgstr "Oznámení bylo úspěšně vytvořeno."
|
1237 |
+
|
1238 |
+
#: notification/notification-add.php:50 notification/notification-edit.php:66
|
1239 |
+
msgid "Please select post categories."
|
1240 |
+
msgstr "Vyberte rubriky příspěvků."
|
1241 |
+
|
1242 |
+
#: notification/notification-add.php:44 notification/notification-edit.php:60
|
1243 |
+
msgid "Please select notification mail subject. Use compose menu to create new."
|
1244 |
+
msgstr "Vyberte předmět oznamovacího emailu. Pro vytvoření nového použijte menu „Vytvořit“."
|
1245 |
+
|
1246 |
+
#: notification/notification-add.php:38
|
1247 |
+
msgid "Please select notification status."
|
1248 |
+
msgstr "Vyberte stav oznámení."
|
1249 |
+
|
1250 |
+
#: notification/notification-add.php:32
|
1251 |
+
msgid "Please select subscribers group."
|
1252 |
+
msgstr "Vyberte skupinu odběratelů."
|
1253 |
+
|
1254 |
+
#: job/es-optin.php:59
|
1255 |
+
msgid "This email address has already been confirmed."
|
1256 |
+
msgstr "Tato emailová adresa již byla potvrzena."
|
1257 |
+
|
1258 |
+
#: job/es-optin.php:56 job/es-optin.php:66 job/es-unsubscribe.php:53
|
1259 |
+
#: job/es-unsubscribe.php:60
|
1260 |
+
msgid "Oops.. We are getting some technical error. Please try again or contact admin."
|
1261 |
+
msgstr "Nastala technická chyba. Zkuste to prosím znovu nebo se obraťte na administrátora."
|
1262 |
+
|
1263 |
+
#: export/export-email-address.php:32 export/export-email-address.php:36
|
1264 |
+
#: export/export-email-address.php:39
|
1265 |
+
msgid "Unexpected url submit has been detected"
|
1266 |
+
msgstr "Byla zjištěna neočekávaná URL adresa"
|
1267 |
+
|
1268 |
+
#: cron/cron-add.php:86
|
1269 |
+
msgid "Admin Report"
|
1270 |
+
msgstr "Hlášení pro administrátora"
|
1271 |
+
|
1272 |
+
#: cron/cron-add.php:82
|
1273 |
+
msgid "Mail Count"
|
1274 |
+
msgstr "Počet zpráv"
|
1275 |
+
|
1276 |
+
#: cron/cron-add.php:78
|
1277 |
+
msgid "Cron job URL"
|
1278 |
+
msgstr "URL cronu"
|
1279 |
+
|
1280 |
+
#: cron/cron-add.php:74
|
1281 |
+
msgid "Cron Details"
|
1282 |
+
msgstr "Podrobnosti cronu"
|
1283 |
+
|
1284 |
+
#: cron/cron-add.php:33
|
1285 |
+
msgid "Cron details successfully updated."
|
1286 |
+
msgstr "Podrobnosti cronu byly úspěšně aktualizovány."
|
1287 |
+
|
1288 |
+
#: cron/cron-add.php:23
|
1289 |
+
msgid "Please enter valid mail count."
|
1290 |
+
msgstr "Zadejte platný počet emailů."
|
1291 |
+
|
1292 |
+
#: compose/compose-show.php:115 notification/notification-show.php:141
|
1293 |
+
#: sentmail/deliverreport-show.php:115 sentmail/sentmail-show.php:165
|
1294 |
+
#: subscribers/view-subscriber-show.php:385
|
1295 |
+
msgid "No records available."
|
1296 |
+
msgstr "Žádné záznamy nejsou k dispozici."
|
1297 |
+
|
1298 |
+
#: compose/compose-show.php:107 sentmail/sentmail-show.php:109
|
1299 |
+
#: sentmail/sentmail-show.php:122
|
1300 |
+
msgid "Preview"
|
1301 |
+
msgstr "Náhled"
|
1302 |
+
|
1303 |
+
#: compose/compose-show.php:106 notification/notification-show.php:101
|
1304 |
+
#: subscribers/view-subscriber-show.php:244
|
1305 |
+
#: subscribers/view-subscriber-show.php:362
|
1306 |
+
msgid "Delete"
|
1307 |
+
msgstr "Smazat"
|
1308 |
+
|
1309 |
+
#: sentmail/sentmail-show.php:116 sentmail/sentmail-show.php:129
|
1310 |
+
#: subscribers/view-subscriber-export.php:41
|
1311 |
+
#: subscribers/view-subscriber-export.php:49
|
1312 |
+
#: subscribers/view-subscriber-show.php:316
|
1313 |
+
#: subscribers/view-subscriber-show.php:330
|
1314 |
+
msgid "Action"
|
1315 |
+
msgstr "Akce"
|
1316 |
+
|
1317 |
+
#: compose/compose-show.php:80 compose/compose-show.php:88
|
1318 |
+
#: sentmail/deliverreport-show.php:76 sentmail/deliverreport-show.php:88
|
1319 |
+
#: sentmail/sentmail-show.php:112 sentmail/sentmail-show.php:125
|
1320 |
+
msgid "Type"
|
1321 |
+
msgstr "Typ"
|
1322 |
+
|
1323 |
+
#: compose/compose-show.php:78 compose/compose-show.php:86
|
1324 |
+
msgid "Email subject"
|
1325 |
+
msgstr "Předmět emailu"
|
1326 |
+
|
1327 |
+
#: compose/compose-edit.php:86 compose/compose-show.php:66
|
1328 |
+
#: notification/notification-edit.php:118 notification/notification-show.php:54
|
1329 |
+
msgid "Add New"
|
1330 |
+
msgstr "Vytvoit"
|
1331 |
+
|
1332 |
+
#: compose/compose-show.php:13 sendmail/sendmail.php:17
|
1333 |
+
#: subscribers/view-subscriber-show.php:16
|
1334 |
+
msgid "Click Here"
|
1335 |
+
msgstr "Klikněte zde"
|
1336 |
+
|
1337 |
+
#: compose/compose-preview.php:41 compose/compose-show.php:105
|
1338 |
+
#: notification/notification-show.php:98
|
1339 |
+
#: subscribers/view-subscriber-show.php:357
|
1340 |
+
msgid "Edit"
|
1341 |
+
msgstr "Upravit"
|
1342 |
+
|
1343 |
+
#: sentmail/sentmail-preview.php:43
|
1344 |
+
msgid "Back"
|
1345 |
+
msgstr "Zpět"
|
1346 |
+
|
1347 |
+
#: compose/compose-preview.php:28 sentmail/sentmail-preview.php:28
|
1348 |
+
msgid "Preview Mail"
|
1349 |
+
msgstr "Náhled emailu"
|
1350 |
+
|
1351 |
+
#: compose/compose-edit.php:60
|
1352 |
+
msgid "Template successfully updated. "
|
1353 |
+
msgstr "Šablona byla úspěšně aktualizována."
|
1354 |
+
|
1355 |
+
#: compose/compose-add.php:76 compose/compose-edit.php:87
|
1356 |
+
#: compose/compose-preview.php:29 compose/compose-show.php:67
|
1357 |
+
#: cron/cron-add.php:75 notification/notification-add.php:108
|
1358 |
+
#: notification/notification-edit.php:119 notification/notification-show.php:55
|
1359 |
+
#: roles/roles-add.php:106 sendmail/sendmail.php:96
|
1360 |
+
#: sentmail/deliverreport-show.php:62 sentmail/sentmail-preview.php:29
|
1361 |
+
#: sentmail/sentmail-show.php:98 settings/settings-edit.php:199
|
1362 |
+
#: subscribers/view-subscriber-add.php:116
|
1363 |
+
#: subscribers/view-subscriber-edit.php:115
|
1364 |
+
#: subscribers/view-subscriber-export.php:31
|
1365 |
+
#: subscribers/view-subscriber-import.php:147
|
1366 |
+
#: subscribers/view-subscriber-show.php:212
|
1367 |
+
#: subscribers/view-subscriber-sync.php:94
|
1368 |
+
msgid "Help"
|
1369 |
+
msgstr "Nápověda"
|
1370 |
+
|
1371 |
+
#: compose/compose-add.php:98 compose/compose-edit.php:109
|
1372 |
+
#: compose/compose-show.php:79 compose/compose-show.php:87
|
1373 |
+
#: sentmail/deliverreport-show.php:75 sentmail/deliverreport-show.php:87
|
1374 |
+
#: sentmail/sentmail-show.php:111 sentmail/sentmail-show.php:124
|
1375 |
+
#: subscribers/view-subscriber-show.php:313
|
1376 |
+
#: subscribers/view-subscriber-show.php:327
|
1377 |
+
msgid "Status"
|
1378 |
+
msgstr "Stav"
|
1379 |
+
|
1380 |
+
#: compose/compose-add.php:86 compose/compose-edit.php:97
|
1381 |
+
msgid "Enter Mail Subject"
|
1382 |
+
msgstr "Zadejte předmět zprávy"
|
1383 |
+
|
1384 |
+
#: sendmail/sendmail.php:45
|
1385 |
+
msgid "Please select your mail type."
|
1386 |
+
msgstr "Vyberte typ zprávy."
|
1387 |
+
|
1388 |
+
#: settings/settings-edit.php:217
|
1389 |
+
msgid "Mail type"
|
1390 |
+
msgstr "Typ emailu"
|
1391 |
+
|
1392 |
+
#: compose/compose-add.php:75 compose/compose-edit.php:85
|
1393 |
+
#: compose/compose-show.php:65
|
1394 |
+
msgid "Compose Mail"
|
1395 |
+
msgstr "Vytvořit zprávu"
|
1396 |
+
|
1397 |
+
#: subscribers/view-subscriber-import.php:96
|
1398 |
+
#: subscribers/view-subscriber-import.php:125
|
1399 |
+
msgid "Click here"
|
1400 |
+
msgstr "Klikněte zde"
|
1401 |
+
|
1402 |
+
#: compose/compose-add.php:42
|
1403 |
+
msgid "Template successfully created. "
|
1404 |
+
msgstr "Šablona byla úspěšně vytvořena."
|
1405 |
+
|
1406 |
+
#: compose/compose-add.php:30 compose/compose-edit.php:47
|
1407 |
+
msgid "Please enter template heading."
|
1408 |
+
msgstr "Vyberte šablonu záhlaví."
|
1409 |
+
|
1410 |
+
#: classes/es-register.php:559
|
1411 |
+
msgid "Subscriber Group"
|
1412 |
+
msgstr "Skupina odběratelů"
|
1413 |
+
|
1414 |
+
#: classes/es-register.php:556
|
1415 |
+
msgid "Short description about your subscription form."
|
1416 |
+
msgstr "Krátký popis vašeho přihlašovacího formuláře."
|
1417 |
+
|
1418 |
+
#: classes/es-register.php:554
|
1419 |
+
msgid "Short Description"
|
1420 |
+
msgstr "Stručný popis"
|
1421 |
+
|
1422 |
+
#: classes/es-register.php:547
|
1423 |
+
msgid "Display Name Field"
|
1424 |
+
msgstr "Zobrazit pole „Jméno“"
|
1425 |
+
|
1426 |
+
#: classes/es-register.php:543
|
1427 |
+
msgid "Widget Title"
|
1428 |
+
msgstr "Nadpis widgetu"
|
1429 |
+
|
1430 |
+
#: classes/es-register.php:278
|
1431 |
+
msgctxt "widget-page-enhanced-select"
|
1432 |
+
msgid "There was a problem with the request."
|
1433 |
+
msgstr "Došlo k potížím s požadavkem."
|
1434 |
+
|
1435 |
+
#: classes/es-register.php:277
|
1436 |
+
msgctxt "widget-page-enhanced-select"
|
1437 |
+
msgid "Please try after some time."
|
1438 |
+
msgstr "Zkuste to prosím později."
|
1439 |
+
|
1440 |
+
#: classes/es-register.php:276
|
1441 |
+
msgctxt "widget-page-enhanced-select"
|
1442 |
+
msgid "Invalid email address."
|
1443 |
+
msgstr "Neplatná emailová adresa."
|
1444 |
+
|
1445 |
+
#: classes/es-register.php:275
|
1446 |
+
msgctxt "widget-page-enhanced-select"
|
1447 |
+
msgid "Oops.. Unexpected error occurred."
|
1448 |
+
msgstr "Nastala neočekávaná chyba."
|
1449 |
+
|
1450 |
+
#: classes/es-register.php:274
|
1451 |
+
msgctxt "widget-page-enhanced-select"
|
1452 |
+
msgid "Email Address already exists."
|
1453 |
+
msgstr "Email adresa již existuje."
|
1454 |
+
|
1455 |
+
#: classes/es-register.php:272
|
1456 |
+
msgctxt "widget-page-enhanced-select"
|
1457 |
+
msgid "Subscribed successfully."
|
1458 |
+
msgstr "Úspěnšně jste se přihlásili k odběru."
|
1459 |
+
|
1460 |
+
#: classes/es-register.php:271
|
1461 |
+
msgctxt "widget-page-enhanced-select"
|
1462 |
+
msgid "Cannot create XMLHTTP instance"
|
1463 |
+
msgstr "Nelze vytvořit instanci XMLHTTP"
|
1464 |
+
|
1465 |
+
#: classes/es-register.php:270
|
1466 |
+
msgctxt "widget-page-enhanced-select"
|
1467 |
+
msgid "loading..."
|
1468 |
+
msgstr "načítání..."
|
1469 |
+
|
1470 |
+
#: classes/es-register.php:269
|
1471 |
+
msgctxt "widget-page-enhanced-select"
|
1472 |
+
msgid "Please provide a valid email address."
|
1473 |
+
msgstr "Zadejte platnou emailovou adresu."
|
1474 |
+
|
1475 |
+
#: classes/es-register.php:268
|
1476 |
+
msgctxt "widget-page-enhanced-select"
|
1477 |
+
msgid "Please enter email address."
|
1478 |
+
msgstr "Zadejte emailovou adresu."
|
1479 |
+
|
1480 |
+
#: classes/es-register.php:261
|
1481 |
+
msgctxt "widget-enhanced-select"
|
1482 |
+
msgid "There was a problem with the request."
|
1483 |
+
msgstr "Došlo k potížím s požadavkem."
|
1484 |
+
|
1485 |
+
#: classes/es-register.php:260
|
1486 |
+
msgctxt "widget-enhanced-select"
|
1487 |
+
msgid "Please try after some time."
|
1488 |
+
msgstr "Zkuste to prosím později."
|
1489 |
+
|
1490 |
+
#: classes/es-register.php:259
|
1491 |
+
msgctxt "widget-enhanced-select"
|
1492 |
+
msgid "Invalid email address."
|
1493 |
+
msgstr "Neplatná emailová adresa."
|
1494 |
+
|
1495 |
+
#: classes/es-register.php:258
|
1496 |
+
msgctxt "widget-enhanced-select"
|
1497 |
+
msgid "Oops.. Unexpected error occurred."
|
1498 |
+
msgstr "Nastala neočekávaná chyba."
|
1499 |
+
|
1500 |
+
#: classes/es-register.php:257
|
1501 |
+
msgctxt "widget-enhanced-select"
|
1502 |
+
msgid "Email Address already exists."
|
1503 |
+
msgstr "Email adresa již existuje."
|
1504 |
+
|
1505 |
+
#: classes/es-register.php:255
|
1506 |
+
msgctxt "widget-enhanced-select"
|
1507 |
+
msgid "Subscribed successfully."
|
1508 |
+
msgstr "Úspěnšně jste se přihlásili k odběru."
|
1509 |
+
|
1510 |
+
#: classes/es-register.php:254
|
1511 |
+
msgctxt "widget-enhanced-select"
|
1512 |
+
msgid "Cannot create XMLHTTP instance"
|
1513 |
+
msgstr "Nelze vytvořit instanci XMLHTTP"
|
1514 |
+
|
1515 |
+
#: classes/es-register.php:253
|
1516 |
+
msgctxt "widget-enhanced-select"
|
1517 |
+
msgid "loading..."
|
1518 |
+
msgstr "načítání..."
|
1519 |
+
|
1520 |
+
#: classes/es-register.php:252
|
1521 |
+
msgctxt "widget-enhanced-select"
|
1522 |
+
msgid "Please provide a valid email address."
|
1523 |
+
msgstr "Zadejte platnou emailovou adresu."
|
1524 |
+
|
1525 |
+
#: classes/es-register.php:251
|
1526 |
+
msgctxt "widget-enhanced-select"
|
1527 |
+
msgid "Please enter email address."
|
1528 |
+
msgstr "Zadejte emailovou adresu."
|
1529 |
+
|
1530 |
+
#: classes/es-register.php:238
|
1531 |
+
msgctxt "cron-enhanced-select"
|
1532 |
+
msgid "Please enter the mail count, only number."
|
1533 |
+
msgstr "Zadejte počet emailů (pouze číslo)."
|
1534 |
+
|
1535 |
+
#: classes/es-register.php:237
|
1536 |
+
msgctxt "cron-enhanced-select"
|
1537 |
+
msgid "Please select enter number of mails you want to send per hour/trigger."
|
1538 |
+
msgstr "Vyberte počet emailů, které chcete odeslat za hodinu/spuštění."
|
1539 |
+
|
1540 |
+
#: classes/es-register.php:229
|
1541 |
+
msgctxt "sentmail-enhanced-select"
|
1542 |
+
msgid "Do you want to delete all records except latest 10?"
|
1543 |
+
msgstr "Chcete smazat všechny záznamy kromě posledních 10?"
|
1544 |
+
|
1545 |
+
#: classes/es-register.php:228
|
1546 |
+
msgctxt "sentmail-enhanced-select"
|
1547 |
+
msgid "Do you want to delete this record?"
|
1548 |
+
msgstr "Chcete smazat tento záznam?"
|
1549 |
+
|
1550 |
+
#: classes/es-register.php:218
|
1551 |
+
msgctxt "sendmail-enhanced-select"
|
1552 |
+
msgid "Please select your mail subject."
|
1553 |
+
msgstr "Vyberte předmět zprávy."
|
1554 |
+
|
1555 |
+
#: classes/es-register.php:210
|
1556 |
+
msgctxt "notification-enhanced-select"
|
1557 |
+
msgid "Do you want to delete this record?"
|
1558 |
+
msgstr "Chcete smazat tento záznam?"
|
1559 |
+
|
1560 |
+
#: classes/es-register.php:209
|
1561 |
+
msgctxt "notification-enhanced-select"
|
1562 |
+
msgid "Please select notification status."
|
1563 |
+
msgstr "Vyberte stav oznámení. "
|
1564 |
+
|
1565 |
+
#: classes/es-register.php:208
|
1566 |
+
msgctxt "notification-enhanced-select"
|
1567 |
+
msgid "Please select notification mail subject. Use compose menu to create new."
|
1568 |
+
msgstr "Vyberte předmět oznamovacího emailu. Pro vytvoření nového použijte menu „Vytvořit“."
|
1569 |
+
|
1570 |
+
#: classes/es-register.php:207
|
1571 |
+
msgctxt "notification-enhanced-select"
|
1572 |
+
msgid "Please select subscribers group."
|
1573 |
+
msgstr "Vyberte skupinu odběratelů."
|
1574 |
+
|
1575 |
+
#: classes/es-register.php:199
|
1576 |
+
msgctxt "compose-enhanced-select"
|
1577 |
+
msgid "Do you want to delete this record?"
|
1578 |
+
msgstr "Chcete smazat tento záznam?"
|
1579 |
+
|
1580 |
+
#: classes/es-register.php:198
|
1581 |
+
msgctxt "compose-enhanced-select"
|
1582 |
+
msgid "Please select template for this configuration."
|
1583 |
+
msgstr "Vyberte šablonu pro tuto konfiguraci."
|
1584 |
+
|
1585 |
+
#: classes/es-register.php:197
|
1586 |
+
msgctxt "compose-enhanced-select"
|
1587 |
+
msgid "Please enter name for configuration."
|
1588 |
+
msgstr "Zadejte název konfigurace. "
|
1589 |
+
|
1590 |
+
#: classes/es-register.php:189
|
1591 |
+
msgctxt "view-subscriber-enhanced-select"
|
1592 |
+
msgid "Please select only csv file. Please check official website for csv structure.."
|
1593 |
+
msgstr "Použijte výhradně soubor ve formátu CSV. Zkontrolujte strukturu csv souboru na oficiálních internetových stránkách..."
|
1594 |
+
|
1595 |
+
#: classes/es-register.php:188
|
1596 |
+
msgctxt "view-subscriber-enhanced-select"
|
1597 |
+
msgid "Do you want to export the emails?"
|
1598 |
+
msgstr "Chcete exportovat emaily?"
|
1599 |
+
|
1600 |
+
#: classes/es-register.php:187
|
1601 |
+
msgctxt "view-subscriber-enhanced-select"
|
1602 |
+
msgid "Do you want to update subscribers group?"
|
1603 |
+
msgstr "Chcete upravit skupinu odběratelů?"
|
1604 |
+
|
1605 |
+
#: classes/es-register.php:186
|
1606 |
+
msgctxt "view-subscriber-enhanced-select"
|
1607 |
+
msgid "Please select new subscriber group."
|
1608 |
+
msgstr "Vyberte novou skupinu odběratele. "
|
1609 |
+
|
1610 |
+
#: classes/es-register.php:185
|
1611 |
+
msgctxt "view-subscriber-enhanced-select"
|
1612 |
+
msgid "Do you want to resend confirmation email? \\nAlso please note, this will update subscriber current status to 'Unconfirmed'."
|
1613 |
+
msgstr "Chcete znovu odeslat potvrzovací email? \\nUpozorňujeme, že bude aktualizován současný stav odběratele na „Nepotvrzeno“."
|
1614 |
+
|
1615 |
+
#: classes/es-register.php:184
|
1616 |
+
msgctxt "view-subscriber-enhanced-select"
|
1617 |
+
msgid "Are you sure you want to delete?"
|
1618 |
+
msgstr "Opravdu to chcete smazat?"
|
1619 |
+
|
1620 |
+
#: classes/es-register.php:183
|
1621 |
+
msgctxt "view-subscriber-enhanced-select"
|
1622 |
+
msgid "Do you want to delete selected record(s)?"
|
1623 |
+
msgstr "Opravdu chcete smazat vybraný(é) záznam(y)?"
|
1624 |
+
|
1625 |
+
#: classes/es-register.php:182
|
1626 |
+
msgctxt "view-subscriber-enhanced-select"
|
1627 |
+
msgid "Please select the bulk action."
|
1628 |
+
msgstr "Vyberte hromadnou akci."
|
1629 |
+
|
1630 |
+
#: classes/es-register.php:181
|
1631 |
+
msgctxt "view-subscriber-enhanced-select"
|
1632 |
+
msgid "Do you want to delete this record?"
|
1633 |
+
msgstr "Opravdu chcete smazat tento záznam?"
|
1634 |
+
|
1635 |
+
#: classes/es-register.php:180
|
1636 |
+
msgctxt "view-subscriber-enhanced-select"
|
1637 |
+
msgid "Please select or create group for this subscriber."
|
1638 |
+
msgstr "Vyberte nebo vytvořte skupinu pro tohoto odběratele."
|
1639 |
+
|
1640 |
+
#: classes/es-register.php:179
|
1641 |
+
msgctxt "view-subscriber-enhanced-select"
|
1642 |
+
msgid "Please select subscriber email status."
|
1643 |
+
msgstr "Vyberte stav emailu odběratele."
|
1644 |
+
|
1645 |
+
#: classes/es-register.php:178
|
1646 |
+
msgctxt "view-subscriber-enhanced-select"
|
1647 |
+
msgid "Please enter subscriber email address."
|
1648 |
+
msgstr "Zadejte emailovou adresu odběratele."
|
1649 |
+
|
1650 |
+
#: classes/es-register.php:166
|
1651 |
+
msgid "Help & Info"
|
1652 |
+
msgstr "Nápověda"
|
1653 |
+
|
1654 |
+
#: classes/es-register.php:163 classes/es-register.php:164
|
1655 |
+
#: sentmail/sentmail-show.php:97
|
1656 |
+
msgid "Sent Mails"
|
1657 |
+
msgstr "Odeslané emaily"
|
1658 |
+
|
1659 |
+
#: classes/es-register.php:160 classes/es-register.php:161
|
1660 |
+
msgid "Roles"
|
1661 |
+
msgstr "Oprávnění"
|
1662 |
+
|
1663 |
+
#: classes/es-register.php:157 classes/es-register.php:158
|
1664 |
+
#: settings/settings-edit.php:198
|
1665 |
+
msgid "Settings"
|
1666 |
+
msgstr "Nastavení"
|
1667 |
+
|
1668 |
+
#: classes/es-register.php:155
|
1669 |
+
msgid "Cron Mail"
|
1670 |
+
msgstr "Cron"
|
1671 |
+
|
1672 |
+
#: classes/es-register.php:154
|
1673 |
+
msgid "Cron"
|
1674 |
+
msgstr "Cron"
|
1675 |
+
|
1676 |
+
#: classes/es-register.php:151 classes/es-register.php:152
|
1677 |
+
#: sendmail/sendmail.php:95 sendmail/sendmail.php:193 sendmail/sendmail.php:195
|
1678 |
+
msgid "Send Email"
|
1679 |
+
msgstr "Odeslat email"
|
1680 |
+
|
1681 |
+
#: classes/es-register.php:148 classes/es-register.php:149
|
1682 |
+
#: notification/notification-show.php:53
|
1683 |
+
msgid "Notification"
|
1684 |
+
msgstr "Oznámení"
|
1685 |
+
|
1686 |
+
#: classes/es-register.php:145 classes/es-register.php:146
|
1687 |
+
msgid "Compose"
|
1688 |
+
msgstr "Vytvořit"
|
1689 |
+
|
1690 |
+
#: classes/es-register.php:142 classes/es-register.php:143
|
1691 |
+
msgid "Subscribers"
|
1692 |
+
msgstr "Odběratelé"
|
1693 |
+
|
1694 |
+
#: subscribers/view-subscriber-edit.php:110
|
1695 |
+
msgid "Edit Subscriber"
|
1696 |
+
msgstr "Upravit odběratele"
|
1697 |
+
|
1698 |
+
#: classes/es-loadwidget.php:34 classes/es-register.php:508
|
1699 |
+
msgid "Subscribe"
|
1700 |
+
msgstr "Odebírat"
|
1701 |
+
|
1702 |
+
#: classes/es-loadwidget.php:29 classes/es-register.php:503
|
1703 |
+
msgid "Email *"
|
1704 |
+
msgstr "Email *"
|
1705 |
+
|
1706 |
+
#: classes/es-loadwidget.php:24 classes/es-register.php:498
|
1707 |
+
#: subscribers/view-subscriber-show.php:312
|
1708 |
+
#: subscribers/view-subscriber-show.php:326
|
1709 |
+
msgid "Name"
|
1710 |
+
msgstr "Jméno"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
languages/email-subscribers.pot
CHANGED
@@ -2,13 +2,13 @@
|
|
2 |
# This file is distributed under the same license as the Email Subscribers & Newsletters package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
-
"Project-Id-Version: Email Subscribers & Newsletters 3.2.
|
6 |
"Report-Msgid-Bugs-To: http://www.storeapps.org/support/contact-us/\n"
|
7 |
-
"POT-Creation-Date: 2016-
|
8 |
"MIME-Version: 1.0\n"
|
9 |
"Content-Type: text/plain; charset=UTF-8\n"
|
10 |
"Content-Transfer-Encoding: 8bit\n"
|
11 |
-
"PO-Revision-Date: Thu,
|
12 |
"Last-Translator: Ratnakar Dubey <ratnakar.dubey@storeapps.org>\n"
|
13 |
"Language-Team: StoreApps <support@storeapps.org>\n"
|
14 |
|
@@ -29,7 +29,7 @@ msgid "<span style=\"color:#0000FF\">Single Opt In</span>"
|
|
29 |
msgstr ""
|
30 |
|
31 |
#: classes/es-common.php:20
|
32 |
-
msgid "<span style=\"color:#00CC00;font-weight:bold
|
33 |
msgstr ""
|
34 |
|
35 |
#: classes/es-common.php:23
|
@@ -56,17 +56,17 @@ msgstr ""
|
|
56 |
msgid "<span style=\"color:#993399;\">Instant Mail</span>"
|
57 |
msgstr ""
|
58 |
|
59 |
-
#: classes/es-loadwidget.php:24 classes/es-register.php:
|
60 |
-
#: subscribers/view-subscriber-show.php:
|
61 |
-
#: subscribers/view-subscriber-show.php:
|
62 |
msgid "Name"
|
63 |
msgstr ""
|
64 |
|
65 |
-
#: classes/es-loadwidget.php:29 classes/es-register.php:
|
66 |
msgid "Email *"
|
67 |
msgstr ""
|
68 |
|
69 |
-
#: classes/es-loadwidget.php:34 classes/es-register.php:
|
70 |
msgid "Subscribe"
|
71 |
msgstr ""
|
72 |
|
@@ -88,8 +88,7 @@ msgid "Notification"
|
|
88 |
msgstr ""
|
89 |
|
90 |
#: classes/es-register.php:151 classes/es-register.php:152
|
91 |
-
#: sendmail/sendmail.php:95 sendmail/sendmail.php:193
|
92 |
-
#: sendmail/sendmail.php:195
|
93 |
msgid "Send Email"
|
94 |
msgstr ""
|
95 |
|
@@ -150,24 +149,24 @@ msgstr ""
|
|
150 |
|
151 |
#: classes/es-register.php:183
|
152 |
msgctxt "view-subscriber-enhanced-select"
|
153 |
-
msgid "
|
154 |
msgstr ""
|
155 |
|
156 |
#: classes/es-register.php:184
|
157 |
msgctxt "view-subscriber-enhanced-select"
|
158 |
-
msgid "
|
|
|
|
|
159 |
msgstr ""
|
160 |
|
161 |
#: classes/es-register.php:185
|
162 |
msgctxt "view-subscriber-enhanced-select"
|
163 |
-
msgid ""
|
164 |
-
"Do you want to resend confirmation email? \\nAlso please note, this will "
|
165 |
-
"update subscriber current status to 'Unconfirmed'."
|
166 |
msgstr ""
|
167 |
|
168 |
#: classes/es-register.php:186
|
169 |
msgctxt "view-subscriber-enhanced-select"
|
170 |
-
msgid "Please select new
|
171 |
msgstr ""
|
172 |
|
173 |
#: classes/es-register.php:187
|
@@ -177,115 +176,120 @@ msgstr ""
|
|
177 |
|
178 |
#: classes/es-register.php:188
|
179 |
msgctxt "view-subscriber-enhanced-select"
|
180 |
-
msgid "Do you want to
|
181 |
msgstr ""
|
182 |
|
183 |
#: classes/es-register.php:189
|
184 |
msgctxt "view-subscriber-enhanced-select"
|
|
|
|
|
|
|
|
|
|
|
185 |
msgid ""
|
186 |
"Please select only csv file. Please check official website for csv "
|
187 |
"structure.."
|
188 |
msgstr ""
|
189 |
|
190 |
-
#: classes/es-register.php:
|
191 |
msgctxt "compose-enhanced-select"
|
192 |
msgid "Please enter name for configuration."
|
193 |
msgstr ""
|
194 |
|
195 |
-
#: classes/es-register.php:
|
196 |
msgctxt "compose-enhanced-select"
|
197 |
msgid "Please select template for this configuration."
|
198 |
msgstr ""
|
199 |
|
200 |
-
#: classes/es-register.php:
|
201 |
msgctxt "compose-enhanced-select"
|
202 |
msgid "Do you want to delete this record?"
|
203 |
msgstr ""
|
204 |
|
205 |
-
#: classes/es-register.php:
|
206 |
msgctxt "notification-enhanced-select"
|
207 |
msgid "Please select subscribers group."
|
208 |
msgstr ""
|
209 |
|
210 |
-
#: classes/es-register.php:
|
211 |
msgctxt "notification-enhanced-select"
|
212 |
msgid ""
|
213 |
"Please select notification mail subject. Use compose menu to create new."
|
214 |
msgstr ""
|
215 |
|
216 |
-
#: classes/es-register.php:
|
217 |
msgctxt "notification-enhanced-select"
|
218 |
msgid "Please select notification status."
|
219 |
msgstr ""
|
220 |
|
221 |
-
#: classes/es-register.php:
|
222 |
msgctxt "notification-enhanced-select"
|
223 |
msgid "Do you want to delete this record?"
|
224 |
msgstr ""
|
225 |
|
226 |
-
#: classes/es-register.php:
|
227 |
msgctxt "sendmail-enhanced-select"
|
228 |
msgid "Please select your mail subject."
|
229 |
msgstr ""
|
230 |
|
231 |
-
#: classes/es-register.php:
|
232 |
msgctxt "sendmail-enhanced-select"
|
233 |
msgid "Please select your mail type."
|
234 |
msgstr ""
|
235 |
|
236 |
-
#: classes/es-register.php:
|
237 |
msgctxt "sendmail-enhanced-select"
|
238 |
msgid ""
|
239 |
"Have you double checked your selected group? If so, let's go ahead and send "
|
240 |
"this."
|
241 |
msgstr ""
|
242 |
|
243 |
-
#: classes/es-register.php:
|
244 |
msgctxt "sentmail-enhanced-select"
|
245 |
msgid "Do you want to delete this record?"
|
246 |
msgstr ""
|
247 |
|
248 |
-
#: classes/es-register.php:
|
249 |
msgctxt "sentmail-enhanced-select"
|
250 |
msgid "Do you want to delete all records except latest 10?"
|
251 |
msgstr ""
|
252 |
|
253 |
-
#: classes/es-register.php:
|
254 |
msgctxt "cron-enhanced-select"
|
255 |
msgid "Please select enter number of mails you want to send per hour/trigger."
|
256 |
msgstr ""
|
257 |
|
258 |
-
#: classes/es-register.php:
|
259 |
msgctxt "cron-enhanced-select"
|
260 |
msgid "Please enter the mail count, only number."
|
261 |
msgstr ""
|
262 |
|
263 |
-
#: classes/es-register.php:
|
264 |
msgctxt "widget-enhanced-select"
|
265 |
msgid "Please enter email address."
|
266 |
msgstr ""
|
267 |
|
268 |
-
#: classes/es-register.php:
|
269 |
msgctxt "widget-enhanced-select"
|
270 |
msgid "Please provide a valid email address."
|
271 |
msgstr ""
|
272 |
|
273 |
-
#: classes/es-register.php:
|
274 |
msgctxt "widget-enhanced-select"
|
275 |
msgid "loading..."
|
276 |
msgstr ""
|
277 |
|
278 |
-
#: classes/es-register.php:
|
279 |
msgctxt "widget-enhanced-select"
|
280 |
msgid "Cannot create XMLHTTP instance"
|
281 |
msgstr ""
|
282 |
|
283 |
-
#: classes/es-register.php:
|
284 |
msgctxt "widget-enhanced-select"
|
285 |
msgid "Subscribed successfully."
|
286 |
msgstr ""
|
287 |
|
288 |
-
#: classes/es-register.php:
|
289 |
msgctxt "widget-enhanced-select"
|
290 |
msgid ""
|
291 |
"Your subscription was successful! Within a few minutes, kindly check the "
|
@@ -293,57 +297,57 @@ msgid ""
|
|
293 |
"mail in your mailbox, please check your spam folder."
|
294 |
msgstr ""
|
295 |
|
296 |
-
#: classes/es-register.php:
|
297 |
msgctxt "widget-enhanced-select"
|
298 |
msgid "Email Address already exists."
|
299 |
msgstr ""
|
300 |
|
301 |
-
#: classes/es-register.php:
|
302 |
msgctxt "widget-enhanced-select"
|
303 |
msgid "Oops.. Unexpected error occurred."
|
304 |
msgstr ""
|
305 |
|
306 |
-
#: classes/es-register.php:
|
307 |
msgctxt "widget-enhanced-select"
|
308 |
msgid "Invalid email address."
|
309 |
msgstr ""
|
310 |
|
311 |
-
#: classes/es-register.php:
|
312 |
msgctxt "widget-enhanced-select"
|
313 |
msgid "Please try after some time."
|
314 |
msgstr ""
|
315 |
|
316 |
-
#: classes/es-register.php:
|
317 |
msgctxt "widget-enhanced-select"
|
318 |
msgid "There was a problem with the request."
|
319 |
msgstr ""
|
320 |
|
321 |
-
#: classes/es-register.php:
|
322 |
msgctxt "widget-page-enhanced-select"
|
323 |
msgid "Please enter email address."
|
324 |
msgstr ""
|
325 |
|
326 |
-
#: classes/es-register.php:
|
327 |
msgctxt "widget-page-enhanced-select"
|
328 |
msgid "Please provide a valid email address."
|
329 |
msgstr ""
|
330 |
|
331 |
-
#: classes/es-register.php:
|
332 |
msgctxt "widget-page-enhanced-select"
|
333 |
msgid "loading..."
|
334 |
msgstr ""
|
335 |
|
336 |
-
#: classes/es-register.php:
|
337 |
msgctxt "widget-page-enhanced-select"
|
338 |
msgid "Cannot create XMLHTTP instance"
|
339 |
msgstr ""
|
340 |
|
341 |
-
#: classes/es-register.php:
|
342 |
msgctxt "widget-page-enhanced-select"
|
343 |
msgid "Subscribed successfully."
|
344 |
msgstr ""
|
345 |
|
346 |
-
#: classes/es-register.php:
|
347 |
msgctxt "widget-page-enhanced-select"
|
348 |
msgid ""
|
349 |
"Your subscription was successful! Within a few minutes, kindly check the "
|
@@ -351,62 +355,62 @@ msgid ""
|
|
351 |
"mail in your mailbox, please check your spam folder."
|
352 |
msgstr ""
|
353 |
|
354 |
-
#: classes/es-register.php:
|
355 |
msgctxt "widget-page-enhanced-select"
|
356 |
msgid "Email Address already exists."
|
357 |
msgstr ""
|
358 |
|
359 |
-
#: classes/es-register.php:
|
360 |
msgctxt "widget-page-enhanced-select"
|
361 |
msgid "Oops.. Unexpected error occurred."
|
362 |
msgstr ""
|
363 |
|
364 |
-
#: classes/es-register.php:
|
365 |
msgctxt "widget-page-enhanced-select"
|
366 |
msgid "Invalid email address."
|
367 |
msgstr ""
|
368 |
|
369 |
-
#: classes/es-register.php:
|
370 |
msgctxt "widget-page-enhanced-select"
|
371 |
msgid "Please try after some time."
|
372 |
msgstr ""
|
373 |
|
374 |
-
#: classes/es-register.php:
|
375 |
msgctxt "widget-page-enhanced-select"
|
376 |
msgid "There was a problem with the request."
|
377 |
msgstr ""
|
378 |
|
379 |
-
#: classes/es-register.php:
|
380 |
msgid ""
|
381 |
"Email Subscribers recommends free plugin <b>Rainmaker</b> to collect leads "
|
382 |
"instantly"
|
383 |
msgstr ""
|
384 |
|
385 |
-
#: classes/es-register.php:
|
386 |
msgid "Yes, I want this"
|
387 |
msgstr ""
|
388 |
|
389 |
-
#: classes/es-register.php:
|
390 |
msgid "No, I don't want it"
|
391 |
msgstr ""
|
392 |
|
393 |
-
#: classes/es-register.php:
|
394 |
msgid "Widget Title"
|
395 |
msgstr ""
|
396 |
|
397 |
-
#: classes/es-register.php:
|
398 |
msgid "Display Name Field"
|
399 |
msgstr ""
|
400 |
|
401 |
-
#: classes/es-register.php:
|
402 |
msgid "Short Description"
|
403 |
msgstr ""
|
404 |
|
405 |
-
#: classes/es-register.php:
|
406 |
msgid "Short description about your subscription form."
|
407 |
msgstr ""
|
408 |
|
409 |
-
#: classes/es-register.php:
|
410 |
msgid "Subscriber Group"
|
411 |
msgstr ""
|
412 |
|
@@ -426,15 +430,15 @@ msgstr ""
|
|
426 |
#: compose/compose-add.php:76 compose/compose-edit.php:87
|
427 |
#: compose/compose-preview.php:29 compose/compose-show.php:67
|
428 |
#: cron/cron-add.php:75 notification/notification-add.php:108
|
429 |
-
#: notification/notification-edit.php:119
|
430 |
-
#:
|
431 |
-
#:
|
432 |
-
#: sentmail/sentmail-
|
433 |
-
#:
|
434 |
#: subscribers/view-subscriber-edit.php:115
|
435 |
#: subscribers/view-subscriber-export.php:31
|
436 |
#: subscribers/view-subscriber-import.php:147
|
437 |
-
#: subscribers/view-subscriber-show.php:
|
438 |
#: subscribers/view-subscriber-sync.php:94
|
439 |
msgid "Help"
|
440 |
msgstr ""
|
@@ -478,8 +482,8 @@ msgstr ""
|
|
478 |
#: compose/compose-show.php:79 compose/compose-show.php:87
|
479 |
#: sentmail/deliverreport-show.php:75 sentmail/deliverreport-show.php:87
|
480 |
#: sentmail/sentmail-show.php:111 sentmail/sentmail-show.php:124
|
481 |
-
#: subscribers/view-subscriber-show.php:
|
482 |
-
#: subscribers/view-subscriber-show.php:
|
483 |
msgid "Status"
|
484 |
msgstr ""
|
485 |
|
@@ -503,7 +507,6 @@ msgstr ""
|
|
503 |
#: notification/notification-show.php:20 sentmail/sentmail-preview.php:17
|
504 |
#: sentmail/sentmail-show.php:21 settings/settings-edit.php:19
|
505 |
#: subscribers/view-subscriber-edit.php:21
|
506 |
-
#: subscribers/view-subscriber-show.php:44
|
507 |
msgid "Oops, selected details does not exists."
|
508 |
msgstr ""
|
509 |
|
@@ -512,8 +515,7 @@ msgid "Template successfully updated. "
|
|
512 |
msgstr ""
|
513 |
|
514 |
#: compose/compose-edit.php:86 compose/compose-show.php:66
|
515 |
-
#: notification/notification-edit.php:118
|
516 |
-
#: notification/notification-show.php:54
|
517 |
msgid "Add New"
|
518 |
msgstr ""
|
519 |
|
@@ -523,7 +525,7 @@ msgstr ""
|
|
523 |
|
524 |
#: compose/compose-preview.php:41 compose/compose-show.php:105
|
525 |
#: notification/notification-show.php:98
|
526 |
-
#: subscribers/view-subscriber-show.php:
|
527 |
msgid "Edit"
|
528 |
msgstr ""
|
529 |
|
@@ -552,8 +554,8 @@ msgid "Actions"
|
|
552 |
msgstr ""
|
553 |
|
554 |
#: compose/compose-show.php:106 notification/notification-show.php:101
|
555 |
-
#: subscribers/view-subscriber-show.php:
|
556 |
-
#: subscribers/view-subscriber-show.php:
|
557 |
msgid "Delete"
|
558 |
msgstr ""
|
559 |
|
@@ -564,7 +566,7 @@ msgstr ""
|
|
564 |
|
565 |
#: compose/compose-show.php:115 notification/notification-show.php:141
|
566 |
#: sentmail/deliverreport-show.php:115 sentmail/sentmail-show.php:165
|
567 |
-
#: subscribers/view-subscriber-show.php:
|
568 |
msgid "No records available."
|
569 |
msgstr ""
|
570 |
|
@@ -617,7 +619,7 @@ msgstr ""
|
|
617 |
#: cron/cron-add.php:98
|
618 |
msgid ""
|
619 |
"<a target=\"_blank\" href=\"http://www.icegram.com/documentation/es-how-to-"
|
620 |
-
"schedule-cron-
|
621 |
msgstr ""
|
622 |
|
623 |
#: cron/cron-add.php:99
|
@@ -722,7 +724,7 @@ msgid "How to Add/Update Existing Subscribers Group?"
|
|
722 |
msgstr ""
|
723 |
|
724 |
#: help/help.php:153
|
725 |
-
msgid "
|
726 |
msgstr ""
|
727 |
|
728 |
#: help/help.php:156
|
@@ -804,63 +806,51 @@ msgstr ""
|
|
804 |
msgid "Select"
|
805 |
msgstr ""
|
806 |
|
807 |
-
#: notification/notification-add.php:137
|
808 |
-
#: notification/notification-edit.php:157
|
809 |
msgid "Select Notification Mail Subject"
|
810 |
msgstr ""
|
811 |
|
812 |
-
#: notification/notification-add.php:138
|
813 |
-
#: notification/notification-edit.php:158
|
814 |
msgid "(Use compose menu to create new)"
|
815 |
msgstr ""
|
816 |
|
817 |
-
#: notification/notification-add.php:162
|
818 |
-
#: notification/notification-edit.php:185
|
819 |
msgid "Select Post Categories"
|
820 |
msgstr ""
|
821 |
|
822 |
-
#: notification/notification-add.php:189
|
823 |
-
#: notification/notification-edit.php:220
|
824 |
msgid "Check All"
|
825 |
msgstr ""
|
826 |
|
827 |
-
#: notification/notification-add.php:190
|
828 |
-
#: notification/notification-edit.php:221
|
829 |
msgid "Uncheck All"
|
830 |
msgstr ""
|
831 |
|
832 |
-
#: notification/notification-add.php:196
|
833 |
-
#: notification/notification-edit.php:228
|
834 |
msgid "Select your Custom Post Type"
|
835 |
msgstr ""
|
836 |
|
837 |
-
#: notification/notification-add.php:197
|
838 |
-
#: notification/notification-edit.php:229
|
839 |
msgid "(Optional)"
|
840 |
msgstr ""
|
841 |
|
842 |
-
#: notification/notification-add.php:226
|
843 |
-
#: notification/notification-edit.php:263
|
844 |
msgid "No Custom Post Types Available"
|
845 |
msgstr ""
|
846 |
|
847 |
-
#: notification/notification-add.php:233
|
848 |
-
#: notification/notification-edit.php:271
|
849 |
msgid "Select Notification Status"
|
850 |
msgstr ""
|
851 |
|
852 |
-
#: notification/notification-add.php:237
|
853 |
-
#: notification/notification-edit.php:276
|
854 |
msgid "Send mail immediately when new post is published"
|
855 |
msgstr ""
|
856 |
|
857 |
-
#: notification/notification-add.php:238
|
858 |
-
#: notification/notification-edit.php:277
|
859 |
msgid "Add to cron when new post is published and send via cron job"
|
860 |
msgstr ""
|
861 |
|
862 |
-
#: notification/notification-add.php:239
|
863 |
-
#: notification/notification-edit.php:278
|
864 |
msgid "Disable notification"
|
865 |
msgstr ""
|
866 |
|
@@ -881,7 +871,7 @@ msgid "Edit Notification"
|
|
881 |
msgstr ""
|
882 |
|
883 |
#: notification/notification-edit.php:126
|
884 |
-
#: subscribers/view-subscriber-show.php:
|
885 |
msgid "Update Subscribers Group"
|
886 |
msgstr ""
|
887 |
|
@@ -1050,8 +1040,8 @@ msgstr ""
|
|
1050 |
#: sentmail/deliverreport-show.php:72 sentmail/deliverreport-show.php:84
|
1051 |
#: subscribers/view-subscriber-export.php:38
|
1052 |
#: subscribers/view-subscriber-export.php:46
|
1053 |
-
#: subscribers/view-subscriber-show.php:
|
1054 |
-
#: subscribers/view-subscriber-show.php:
|
1055 |
msgid "Sno"
|
1056 |
msgstr ""
|
1057 |
|
@@ -1106,8 +1096,8 @@ msgstr ""
|
|
1106 |
#: sentmail/sentmail-show.php:116 sentmail/sentmail-show.php:129
|
1107 |
#: subscribers/view-subscriber-export.php:41
|
1108 |
#: subscribers/view-subscriber-export.php:49
|
1109 |
-
#: subscribers/view-subscriber-show.php:
|
1110 |
-
#: subscribers/view-subscriber-show.php:
|
1111 |
msgid "Action"
|
1112 |
msgstr ""
|
1113 |
|
@@ -1203,7 +1193,8 @@ msgstr ""
|
|
1203 |
#: settings/settings-edit.php:238 subscribers/view-subscriber-add.php:152
|
1204 |
#: subscribers/view-subscriber-edit.php:151
|
1205 |
#: subscribers/view-subscriber-import.php:179
|
1206 |
-
#: subscribers/view-subscriber-show.php:
|
|
|
1207 |
msgid "Single Opt In"
|
1208 |
msgstr ""
|
1209 |
|
@@ -1441,7 +1432,7 @@ msgstr ""
|
|
1441 |
#: subscribers/view-subscriber-edit.php:111
|
1442 |
#: subscribers/view-subscriber-export.php:28
|
1443 |
#: subscribers/view-subscriber-import.php:144
|
1444 |
-
#: subscribers/view-subscriber-show.php:
|
1445 |
#: subscribers/view-subscriber-sync.php:91
|
1446 |
msgid "Add New Subscriber"
|
1447 |
msgstr ""
|
@@ -1450,7 +1441,7 @@ msgstr ""
|
|
1450 |
#: subscribers/view-subscriber-edit.php:112
|
1451 |
#: subscribers/view-subscriber-export.php:29
|
1452 |
#: subscribers/view-subscriber-import.php:211
|
1453 |
-
#: subscribers/view-subscriber-show.php:
|
1454 |
#: subscribers/view-subscriber-sync.php:92
|
1455 |
msgid "Import"
|
1456 |
msgstr ""
|
@@ -1458,7 +1449,7 @@ msgstr ""
|
|
1458 |
#: subscribers/view-subscriber-add.php:114
|
1459 |
#: subscribers/view-subscriber-edit.php:113
|
1460 |
#: subscribers/view-subscriber-import.php:145
|
1461 |
-
#: subscribers/view-subscriber-show.php:
|
1462 |
#: subscribers/view-subscriber-sync.php:93
|
1463 |
msgid "Export"
|
1464 |
msgstr ""
|
@@ -1467,7 +1458,7 @@ msgstr ""
|
|
1467 |
#: subscribers/view-subscriber-edit.php:114
|
1468 |
#: subscribers/view-subscriber-export.php:30
|
1469 |
#: subscribers/view-subscriber-import.php:146
|
1470 |
-
#: subscribers/view-subscriber-show.php:
|
1471 |
#: subscribers/view-subscriber-sync.php:144
|
1472 |
msgid "Sync"
|
1473 |
msgstr ""
|
@@ -1487,21 +1478,24 @@ msgstr ""
|
|
1487 |
#: subscribers/view-subscriber-add.php:149
|
1488 |
#: subscribers/view-subscriber-edit.php:148
|
1489 |
#: subscribers/view-subscriber-import.php:176
|
1490 |
-
#: subscribers/view-subscriber-show.php:
|
|
|
1491 |
msgid "Confirmed"
|
1492 |
msgstr ""
|
1493 |
|
1494 |
#: subscribers/view-subscriber-add.php:150
|
1495 |
#: subscribers/view-subscriber-edit.php:149
|
1496 |
#: subscribers/view-subscriber-import.php:177
|
1497 |
-
#: subscribers/view-subscriber-show.php:
|
|
|
1498 |
msgid "Unconfirmed"
|
1499 |
msgstr ""
|
1500 |
|
1501 |
#: subscribers/view-subscriber-add.php:151
|
1502 |
#: subscribers/view-subscriber-edit.php:150
|
1503 |
#: subscribers/view-subscriber-import.php:178
|
1504 |
-
#: subscribers/view-subscriber-show.php:
|
|
|
1505 |
msgid "Unsubscribed"
|
1506 |
msgstr ""
|
1507 |
|
@@ -1650,6 +1644,10 @@ msgstr ""
|
|
1650 |
msgid "Select (or) Create Group for Subscribers"
|
1651 |
msgstr ""
|
1652 |
|
|
|
|
|
|
|
|
|
1653 |
#: subscribers/view-subscriber-show.php:55
|
1654 |
#: subscribers/view-subscriber-show.php:94
|
1655 |
msgid "Record deleted."
|
@@ -1661,13 +1659,15 @@ msgid ""
|
|
1661 |
msgstr ""
|
1662 |
|
1663 |
#: subscribers/view-subscriber-show.php:74
|
1664 |
-
|
|
|
1665 |
msgstr ""
|
1666 |
|
1667 |
#: subscribers/view-subscriber-show.php:99
|
1668 |
#: subscribers/view-subscriber-show.php:138
|
1669 |
#: subscribers/view-subscriber-show.php:176
|
1670 |
-
|
|
|
1671 |
msgstr ""
|
1672 |
|
1673 |
#: subscribers/view-subscriber-show.php:114
|
@@ -1675,95 +1675,104 @@ msgid ""
|
|
1675 |
"To send confirmation mail, please change the Opt-in option to Double Opt In."
|
1676 |
msgstr ""
|
1677 |
|
1678 |
-
#: subscribers/view-subscriber-show.php:133
|
1679 |
-
msgid "Confirmation email(s) Resent Successfully."
|
1680 |
-
msgstr ""
|
1681 |
-
|
1682 |
#: subscribers/view-subscriber-show.php:162
|
1683 |
-
msgid "
|
1684 |
msgstr ""
|
1685 |
|
1686 |
#: subscribers/view-subscriber-show.php:167
|
1687 |
-
msgid "
|
1688 |
msgstr ""
|
1689 |
|
1690 |
-
#: subscribers/view-subscriber-show.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1691 |
msgid "View Subscribers"
|
1692 |
msgstr ""
|
1693 |
|
1694 |
-
#: subscribers/view-subscriber-show.php:
|
1695 |
msgid "Bulk Actions"
|
1696 |
msgstr ""
|
1697 |
|
1698 |
-
#: subscribers/view-subscriber-show.php:
|
1699 |
-
#: subscribers/view-subscriber-show.php:
|
1700 |
msgid "Resend Confirmation"
|
1701 |
msgstr ""
|
1702 |
|
1703 |
-
#: subscribers/view-subscriber-show.php:
|
|
|
|
|
|
|
|
|
1704 |
msgid "Select Group"
|
1705 |
msgstr ""
|
1706 |
|
1707 |
-
#: subscribers/view-subscriber-show.php:
|
1708 |
-
|
|
|
1709 |
msgstr ""
|
1710 |
|
1711 |
-
#: subscribers/view-subscriber-show.php:
|
1712 |
-
msgid "
|
1713 |
msgstr ""
|
1714 |
|
1715 |
-
#: subscribers/view-subscriber-show.php:
|
1716 |
-
msgid "All
|
1717 |
msgstr ""
|
1718 |
|
1719 |
-
#: subscribers/view-subscriber-show.php:
|
1720 |
msgid "1 to 200 emails"
|
1721 |
msgstr ""
|
1722 |
|
1723 |
-
#: subscribers/view-subscriber-show.php:
|
1724 |
msgid "201 to 400"
|
1725 |
msgstr ""
|
1726 |
|
1727 |
-
#: subscribers/view-subscriber-show.php:
|
1728 |
msgid "401 to 600"
|
1729 |
msgstr ""
|
1730 |
|
1731 |
-
#: subscribers/view-subscriber-show.php:
|
1732 |
msgid "601 to 800"
|
1733 |
msgstr ""
|
1734 |
|
1735 |
-
#: subscribers/view-subscriber-show.php:
|
1736 |
msgid "801 to 1000"
|
1737 |
msgstr ""
|
1738 |
|
1739 |
-
#: subscribers/view-subscriber-show.php:
|
1740 |
msgid "1001 to 2000"
|
1741 |
msgstr ""
|
1742 |
|
1743 |
-
#: subscribers/view-subscriber-show.php:
|
1744 |
msgid "2001 to 5000"
|
1745 |
msgstr ""
|
1746 |
|
1747 |
-
#: subscribers/view-subscriber-show.php:
|
1748 |
msgid "5001 to 10000"
|
1749 |
msgstr ""
|
1750 |
|
1751 |
-
#: subscribers/view-subscriber-show.php:
|
1752 |
msgid "Display All"
|
1753 |
msgstr ""
|
1754 |
|
1755 |
-
#: subscribers/view-subscriber-show.php:
|
1756 |
-
#: subscribers/view-subscriber-show.php:
|
1757 |
msgid "Email Address"
|
1758 |
msgstr ""
|
1759 |
|
1760 |
-
#: subscribers/view-subscriber-show.php:
|
1761 |
-
#: subscribers/view-subscriber-show.php:
|
1762 |
msgid "Group"
|
1763 |
msgstr ""
|
1764 |
|
1765 |
-
#: subscribers/view-subscriber-show.php:
|
1766 |
-
#: subscribers/view-subscriber-show.php:
|
1767 |
msgid "Submission Date<br>(YYYY-MM-DD)"
|
1768 |
msgstr ""
|
1769 |
|
@@ -1791,9 +1800,9 @@ msgstr ""
|
|
1791 |
msgid "Email Subscribers & Newsletters"
|
1792 |
msgstr ""
|
1793 |
|
1794 |
-
#. #-#-#-#-# email-subscribers.pot (Email Subscribers & Newsletters 3.2.
|
1795 |
#. Plugin URI of the plugin/theme
|
1796 |
-
#. #-#-#-#-# email-subscribers.pot (Email Subscribers & Newsletters 3.2.
|
1797 |
#. Author URI of the plugin/theme
|
1798 |
msgid "http://www.icegram.com/"
|
1799 |
msgstr ""
|
2 |
# This file is distributed under the same license as the Email Subscribers & Newsletters package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
+
"Project-Id-Version: Email Subscribers & Newsletters 3.2.4\n"
|
6 |
"Report-Msgid-Bugs-To: http://www.storeapps.org/support/contact-us/\n"
|
7 |
+
"POT-Creation-Date: 2016-12-08 13:02:41+00:00\n"
|
8 |
"MIME-Version: 1.0\n"
|
9 |
"Content-Type: text/plain; charset=UTF-8\n"
|
10 |
"Content-Transfer-Encoding: 8bit\n"
|
11 |
+
"PO-Revision-Date: Thu, 08 Dec 2016 18:32:41 +0530\n"
|
12 |
"Last-Translator: Ratnakar Dubey <ratnakar.dubey@storeapps.org>\n"
|
13 |
"Language-Team: StoreApps <support@storeapps.org>\n"
|
14 |
|
29 |
msgstr ""
|
30 |
|
31 |
#: classes/es-common.php:20
|
32 |
+
msgid "<span style=\"color:#00CC00;font-weight:bold;\">Viewed</span>"
|
33 |
msgstr ""
|
34 |
|
35 |
#: classes/es-common.php:23
|
56 |
msgid "<span style=\"color:#993399;\">Instant Mail</span>"
|
57 |
msgstr ""
|
58 |
|
59 |
+
#: classes/es-loadwidget.php:24 classes/es-register.php:499
|
60 |
+
#: subscribers/view-subscriber-show.php:355
|
61 |
+
#: subscribers/view-subscriber-show.php:369
|
62 |
msgid "Name"
|
63 |
msgstr ""
|
64 |
|
65 |
+
#: classes/es-loadwidget.php:29 classes/es-register.php:504
|
66 |
msgid "Email *"
|
67 |
msgstr ""
|
68 |
|
69 |
+
#: classes/es-loadwidget.php:34 classes/es-register.php:509
|
70 |
msgid "Subscribe"
|
71 |
msgstr ""
|
72 |
|
88 |
msgstr ""
|
89 |
|
90 |
#: classes/es-register.php:151 classes/es-register.php:152
|
91 |
+
#: sendmail/sendmail.php:95 sendmail/sendmail.php:193 sendmail/sendmail.php:195
|
|
|
92 |
msgid "Send Email"
|
93 |
msgstr ""
|
94 |
|
149 |
|
150 |
#: classes/es-register.php:183
|
151 |
msgctxt "view-subscriber-enhanced-select"
|
152 |
+
msgid "Are you sure you want to delete selected records?"
|
153 |
msgstr ""
|
154 |
|
155 |
#: classes/es-register.php:184
|
156 |
msgctxt "view-subscriber-enhanced-select"
|
157 |
+
msgid ""
|
158 |
+
"Do you want to resend confirmation email? \\nAlso please note, this will "
|
159 |
+
"update subscriber current status to 'Unconfirmed'."
|
160 |
msgstr ""
|
161 |
|
162 |
#: classes/es-register.php:185
|
163 |
msgctxt "view-subscriber-enhanced-select"
|
164 |
+
msgid "Please select new subscriber group."
|
|
|
|
|
165 |
msgstr ""
|
166 |
|
167 |
#: classes/es-register.php:186
|
168 |
msgctxt "view-subscriber-enhanced-select"
|
169 |
+
msgid "Please select new status for subscribers"
|
170 |
msgstr ""
|
171 |
|
172 |
#: classes/es-register.php:187
|
176 |
|
177 |
#: classes/es-register.php:188
|
178 |
msgctxt "view-subscriber-enhanced-select"
|
179 |
+
msgid "Do you want to update subscribers status?"
|
180 |
msgstr ""
|
181 |
|
182 |
#: classes/es-register.php:189
|
183 |
msgctxt "view-subscriber-enhanced-select"
|
184 |
+
msgid "Do you want to export the emails?"
|
185 |
+
msgstr ""
|
186 |
+
|
187 |
+
#: classes/es-register.php:190
|
188 |
+
msgctxt "view-subscriber-enhanced-select"
|
189 |
msgid ""
|
190 |
"Please select only csv file. Please check official website for csv "
|
191 |
"structure.."
|
192 |
msgstr ""
|
193 |
|
194 |
+
#: classes/es-register.php:198
|
195 |
msgctxt "compose-enhanced-select"
|
196 |
msgid "Please enter name for configuration."
|
197 |
msgstr ""
|
198 |
|
199 |
+
#: classes/es-register.php:199
|
200 |
msgctxt "compose-enhanced-select"
|
201 |
msgid "Please select template for this configuration."
|
202 |
msgstr ""
|
203 |
|
204 |
+
#: classes/es-register.php:200
|
205 |
msgctxt "compose-enhanced-select"
|
206 |
msgid "Do you want to delete this record?"
|
207 |
msgstr ""
|
208 |
|
209 |
+
#: classes/es-register.php:208
|
210 |
msgctxt "notification-enhanced-select"
|
211 |
msgid "Please select subscribers group."
|
212 |
msgstr ""
|
213 |
|
214 |
+
#: classes/es-register.php:209
|
215 |
msgctxt "notification-enhanced-select"
|
216 |
msgid ""
|
217 |
"Please select notification mail subject. Use compose menu to create new."
|
218 |
msgstr ""
|
219 |
|
220 |
+
#: classes/es-register.php:210
|
221 |
msgctxt "notification-enhanced-select"
|
222 |
msgid "Please select notification status."
|
223 |
msgstr ""
|
224 |
|
225 |
+
#: classes/es-register.php:211
|
226 |
msgctxt "notification-enhanced-select"
|
227 |
msgid "Do you want to delete this record?"
|
228 |
msgstr ""
|
229 |
|
230 |
+
#: classes/es-register.php:219
|
231 |
msgctxt "sendmail-enhanced-select"
|
232 |
msgid "Please select your mail subject."
|
233 |
msgstr ""
|
234 |
|
235 |
+
#: classes/es-register.php:220
|
236 |
msgctxt "sendmail-enhanced-select"
|
237 |
msgid "Please select your mail type."
|
238 |
msgstr ""
|
239 |
|
240 |
+
#: classes/es-register.php:221
|
241 |
msgctxt "sendmail-enhanced-select"
|
242 |
msgid ""
|
243 |
"Have you double checked your selected group? If so, let's go ahead and send "
|
244 |
"this."
|
245 |
msgstr ""
|
246 |
|
247 |
+
#: classes/es-register.php:229
|
248 |
msgctxt "sentmail-enhanced-select"
|
249 |
msgid "Do you want to delete this record?"
|
250 |
msgstr ""
|
251 |
|
252 |
+
#: classes/es-register.php:230
|
253 |
msgctxt "sentmail-enhanced-select"
|
254 |
msgid "Do you want to delete all records except latest 10?"
|
255 |
msgstr ""
|
256 |
|
257 |
+
#: classes/es-register.php:238
|
258 |
msgctxt "cron-enhanced-select"
|
259 |
msgid "Please select enter number of mails you want to send per hour/trigger."
|
260 |
msgstr ""
|
261 |
|
262 |
+
#: classes/es-register.php:239
|
263 |
msgctxt "cron-enhanced-select"
|
264 |
msgid "Please enter the mail count, only number."
|
265 |
msgstr ""
|
266 |
|
267 |
+
#: classes/es-register.php:252
|
268 |
msgctxt "widget-enhanced-select"
|
269 |
msgid "Please enter email address."
|
270 |
msgstr ""
|
271 |
|
272 |
+
#: classes/es-register.php:253
|
273 |
msgctxt "widget-enhanced-select"
|
274 |
msgid "Please provide a valid email address."
|
275 |
msgstr ""
|
276 |
|
277 |
+
#: classes/es-register.php:254
|
278 |
msgctxt "widget-enhanced-select"
|
279 |
msgid "loading..."
|
280 |
msgstr ""
|
281 |
|
282 |
+
#: classes/es-register.php:255
|
283 |
msgctxt "widget-enhanced-select"
|
284 |
msgid "Cannot create XMLHTTP instance"
|
285 |
msgstr ""
|
286 |
|
287 |
+
#: classes/es-register.php:256
|
288 |
msgctxt "widget-enhanced-select"
|
289 |
msgid "Subscribed successfully."
|
290 |
msgstr ""
|
291 |
|
292 |
+
#: classes/es-register.php:257
|
293 |
msgctxt "widget-enhanced-select"
|
294 |
msgid ""
|
295 |
"Your subscription was successful! Within a few minutes, kindly check the "
|
297 |
"mail in your mailbox, please check your spam folder."
|
298 |
msgstr ""
|
299 |
|
300 |
+
#: classes/es-register.php:258
|
301 |
msgctxt "widget-enhanced-select"
|
302 |
msgid "Email Address already exists."
|
303 |
msgstr ""
|
304 |
|
305 |
+
#: classes/es-register.php:259
|
306 |
msgctxt "widget-enhanced-select"
|
307 |
msgid "Oops.. Unexpected error occurred."
|
308 |
msgstr ""
|
309 |
|
310 |
+
#: classes/es-register.php:260
|
311 |
msgctxt "widget-enhanced-select"
|
312 |
msgid "Invalid email address."
|
313 |
msgstr ""
|
314 |
|
315 |
+
#: classes/es-register.php:261
|
316 |
msgctxt "widget-enhanced-select"
|
317 |
msgid "Please try after some time."
|
318 |
msgstr ""
|
319 |
|
320 |
+
#: classes/es-register.php:262
|
321 |
msgctxt "widget-enhanced-select"
|
322 |
msgid "There was a problem with the request."
|
323 |
msgstr ""
|
324 |
|
325 |
+
#: classes/es-register.php:269
|
326 |
msgctxt "widget-page-enhanced-select"
|
327 |
msgid "Please enter email address."
|
328 |
msgstr ""
|
329 |
|
330 |
+
#: classes/es-register.php:270
|
331 |
msgctxt "widget-page-enhanced-select"
|
332 |
msgid "Please provide a valid email address."
|
333 |
msgstr ""
|
334 |
|
335 |
+
#: classes/es-register.php:271
|
336 |
msgctxt "widget-page-enhanced-select"
|
337 |
msgid "loading..."
|
338 |
msgstr ""
|
339 |
|
340 |
+
#: classes/es-register.php:272
|
341 |
msgctxt "widget-page-enhanced-select"
|
342 |
msgid "Cannot create XMLHTTP instance"
|
343 |
msgstr ""
|
344 |
|
345 |
+
#: classes/es-register.php:273
|
346 |
msgctxt "widget-page-enhanced-select"
|
347 |
msgid "Subscribed successfully."
|
348 |
msgstr ""
|
349 |
|
350 |
+
#: classes/es-register.php:274
|
351 |
msgctxt "widget-page-enhanced-select"
|
352 |
msgid ""
|
353 |
"Your subscription was successful! Within a few minutes, kindly check the "
|
355 |
"mail in your mailbox, please check your spam folder."
|
356 |
msgstr ""
|
357 |
|
358 |
+
#: classes/es-register.php:275
|
359 |
msgctxt "widget-page-enhanced-select"
|
360 |
msgid "Email Address already exists."
|
361 |
msgstr ""
|
362 |
|
363 |
+
#: classes/es-register.php:276
|
364 |
msgctxt "widget-page-enhanced-select"
|
365 |
msgid "Oops.. Unexpected error occurred."
|
366 |
msgstr ""
|
367 |
|
368 |
+
#: classes/es-register.php:277
|
369 |
msgctxt "widget-page-enhanced-select"
|
370 |
msgid "Invalid email address."
|
371 |
msgstr ""
|
372 |
|
373 |
+
#: classes/es-register.php:278
|
374 |
msgctxt "widget-page-enhanced-select"
|
375 |
msgid "Please try after some time."
|
376 |
msgstr ""
|
377 |
|
378 |
+
#: classes/es-register.php:279
|
379 |
msgctxt "widget-page-enhanced-select"
|
380 |
msgid "There was a problem with the request."
|
381 |
msgstr ""
|
382 |
|
383 |
+
#: classes/es-register.php:408
|
384 |
msgid ""
|
385 |
"Email Subscribers recommends free plugin <b>Rainmaker</b> to collect leads "
|
386 |
"instantly"
|
387 |
msgstr ""
|
388 |
|
389 |
+
#: classes/es-register.php:409
|
390 |
msgid "Yes, I want this"
|
391 |
msgstr ""
|
392 |
|
393 |
+
#: classes/es-register.php:409
|
394 |
msgid "No, I don't want it"
|
395 |
msgstr ""
|
396 |
|
397 |
+
#: classes/es-register.php:544
|
398 |
msgid "Widget Title"
|
399 |
msgstr ""
|
400 |
|
401 |
+
#: classes/es-register.php:548
|
402 |
msgid "Display Name Field"
|
403 |
msgstr ""
|
404 |
|
405 |
+
#: classes/es-register.php:555
|
406 |
msgid "Short Description"
|
407 |
msgstr ""
|
408 |
|
409 |
+
#: classes/es-register.php:557
|
410 |
msgid "Short description about your subscription form."
|
411 |
msgstr ""
|
412 |
|
413 |
+
#: classes/es-register.php:560
|
414 |
msgid "Subscriber Group"
|
415 |
msgstr ""
|
416 |
|
430 |
#: compose/compose-add.php:76 compose/compose-edit.php:87
|
431 |
#: compose/compose-preview.php:29 compose/compose-show.php:67
|
432 |
#: cron/cron-add.php:75 notification/notification-add.php:108
|
433 |
+
#: notification/notification-edit.php:119 notification/notification-show.php:55
|
434 |
+
#: roles/roles-add.php:106 sendmail/sendmail.php:96
|
435 |
+
#: sentmail/deliverreport-show.php:62 sentmail/sentmail-preview.php:29
|
436 |
+
#: sentmail/sentmail-show.php:98 settings/settings-edit.php:199
|
437 |
+
#: subscribers/view-subscriber-add.php:116
|
438 |
#: subscribers/view-subscriber-edit.php:115
|
439 |
#: subscribers/view-subscriber-export.php:31
|
440 |
#: subscribers/view-subscriber-import.php:147
|
441 |
+
#: subscribers/view-subscriber-show.php:247
|
442 |
#: subscribers/view-subscriber-sync.php:94
|
443 |
msgid "Help"
|
444 |
msgstr ""
|
482 |
#: compose/compose-show.php:79 compose/compose-show.php:87
|
483 |
#: sentmail/deliverreport-show.php:75 sentmail/deliverreport-show.php:87
|
484 |
#: sentmail/sentmail-show.php:111 sentmail/sentmail-show.php:124
|
485 |
+
#: subscribers/view-subscriber-show.php:356
|
486 |
+
#: subscribers/view-subscriber-show.php:370
|
487 |
msgid "Status"
|
488 |
msgstr ""
|
489 |
|
507 |
#: notification/notification-show.php:20 sentmail/sentmail-preview.php:17
|
508 |
#: sentmail/sentmail-show.php:21 settings/settings-edit.php:19
|
509 |
#: subscribers/view-subscriber-edit.php:21
|
|
|
510 |
msgid "Oops, selected details does not exists."
|
511 |
msgstr ""
|
512 |
|
515 |
msgstr ""
|
516 |
|
517 |
#: compose/compose-edit.php:86 compose/compose-show.php:66
|
518 |
+
#: notification/notification-edit.php:118 notification/notification-show.php:54
|
|
|
519 |
msgid "Add New"
|
520 |
msgstr ""
|
521 |
|
525 |
|
526 |
#: compose/compose-preview.php:41 compose/compose-show.php:105
|
527 |
#: notification/notification-show.php:98
|
528 |
+
#: subscribers/view-subscriber-show.php:400
|
529 |
msgid "Edit"
|
530 |
msgstr ""
|
531 |
|
554 |
msgstr ""
|
555 |
|
556 |
#: compose/compose-show.php:106 notification/notification-show.php:101
|
557 |
+
#: subscribers/view-subscriber-show.php:279
|
558 |
+
#: subscribers/view-subscriber-show.php:405
|
559 |
msgid "Delete"
|
560 |
msgstr ""
|
561 |
|
566 |
|
567 |
#: compose/compose-show.php:115 notification/notification-show.php:141
|
568 |
#: sentmail/deliverreport-show.php:115 sentmail/sentmail-show.php:165
|
569 |
+
#: subscribers/view-subscriber-show.php:428
|
570 |
msgid "No records available."
|
571 |
msgstr ""
|
572 |
|
619 |
#: cron/cron-add.php:98
|
620 |
msgid ""
|
621 |
"<a target=\"_blank\" href=\"http://www.icegram.com/documentation/es-how-to-"
|
622 |
+
"schedule-cron-emails/\">What is Cron?</a>"
|
623 |
msgstr ""
|
624 |
|
625 |
#: cron/cron-add.php:99
|
724 |
msgstr ""
|
725 |
|
726 |
#: help/help.php:153
|
727 |
+
msgid "Subscribers are not receiving Emails?"
|
728 |
msgstr ""
|
729 |
|
730 |
#: help/help.php:156
|
806 |
msgid "Select"
|
807 |
msgstr ""
|
808 |
|
809 |
+
#: notification/notification-add.php:137 notification/notification-edit.php:157
|
|
|
810 |
msgid "Select Notification Mail Subject"
|
811 |
msgstr ""
|
812 |
|
813 |
+
#: notification/notification-add.php:138 notification/notification-edit.php:158
|
|
|
814 |
msgid "(Use compose menu to create new)"
|
815 |
msgstr ""
|
816 |
|
817 |
+
#: notification/notification-add.php:162 notification/notification-edit.php:185
|
|
|
818 |
msgid "Select Post Categories"
|
819 |
msgstr ""
|
820 |
|
821 |
+
#: notification/notification-add.php:189 notification/notification-edit.php:220
|
|
|
822 |
msgid "Check All"
|
823 |
msgstr ""
|
824 |
|
825 |
+
#: notification/notification-add.php:190 notification/notification-edit.php:221
|
|
|
826 |
msgid "Uncheck All"
|
827 |
msgstr ""
|
828 |
|
829 |
+
#: notification/notification-add.php:196 notification/notification-edit.php:228
|
|
|
830 |
msgid "Select your Custom Post Type"
|
831 |
msgstr ""
|
832 |
|
833 |
+
#: notification/notification-add.php:197 notification/notification-edit.php:229
|
|
|
834 |
msgid "(Optional)"
|
835 |
msgstr ""
|
836 |
|
837 |
+
#: notification/notification-add.php:226 notification/notification-edit.php:263
|
|
|
838 |
msgid "No Custom Post Types Available"
|
839 |
msgstr ""
|
840 |
|
841 |
+
#: notification/notification-add.php:233 notification/notification-edit.php:271
|
|
|
842 |
msgid "Select Notification Status"
|
843 |
msgstr ""
|
844 |
|
845 |
+
#: notification/notification-add.php:237 notification/notification-edit.php:276
|
|
|
846 |
msgid "Send mail immediately when new post is published"
|
847 |
msgstr ""
|
848 |
|
849 |
+
#: notification/notification-add.php:238 notification/notification-edit.php:277
|
|
|
850 |
msgid "Add to cron when new post is published and send via cron job"
|
851 |
msgstr ""
|
852 |
|
853 |
+
#: notification/notification-add.php:239 notification/notification-edit.php:278
|
|
|
854 |
msgid "Disable notification"
|
855 |
msgstr ""
|
856 |
|
871 |
msgstr ""
|
872 |
|
873 |
#: notification/notification-edit.php:126
|
874 |
+
#: subscribers/view-subscriber-show.php:281
|
875 |
msgid "Update Subscribers Group"
|
876 |
msgstr ""
|
877 |
|
1040 |
#: sentmail/deliverreport-show.php:72 sentmail/deliverreport-show.php:84
|
1041 |
#: subscribers/view-subscriber-export.php:38
|
1042 |
#: subscribers/view-subscriber-export.php:46
|
1043 |
+
#: subscribers/view-subscriber-show.php:353
|
1044 |
+
#: subscribers/view-subscriber-show.php:367
|
1045 |
msgid "Sno"
|
1046 |
msgstr ""
|
1047 |
|
1096 |
#: sentmail/sentmail-show.php:116 sentmail/sentmail-show.php:129
|
1097 |
#: subscribers/view-subscriber-export.php:41
|
1098 |
#: subscribers/view-subscriber-export.php:49
|
1099 |
+
#: subscribers/view-subscriber-show.php:359
|
1100 |
+
#: subscribers/view-subscriber-show.php:373
|
1101 |
msgid "Action"
|
1102 |
msgstr ""
|
1103 |
|
1193 |
#: settings/settings-edit.php:238 subscribers/view-subscriber-add.php:152
|
1194 |
#: subscribers/view-subscriber-edit.php:151
|
1195 |
#: subscribers/view-subscriber-import.php:179
|
1196 |
+
#: subscribers/view-subscriber-show.php:304
|
1197 |
+
#: subscribers/view-subscriber-show.php:331
|
1198 |
msgid "Single Opt In"
|
1199 |
msgstr ""
|
1200 |
|
1432 |
#: subscribers/view-subscriber-edit.php:111
|
1433 |
#: subscribers/view-subscriber-export.php:28
|
1434 |
#: subscribers/view-subscriber-import.php:144
|
1435 |
+
#: subscribers/view-subscriber-show.php:243
|
1436 |
#: subscribers/view-subscriber-sync.php:91
|
1437 |
msgid "Add New Subscriber"
|
1438 |
msgstr ""
|
1441 |
#: subscribers/view-subscriber-edit.php:112
|
1442 |
#: subscribers/view-subscriber-export.php:29
|
1443 |
#: subscribers/view-subscriber-import.php:211
|
1444 |
+
#: subscribers/view-subscriber-show.php:244
|
1445 |
#: subscribers/view-subscriber-sync.php:92
|
1446 |
msgid "Import"
|
1447 |
msgstr ""
|
1449 |
#: subscribers/view-subscriber-add.php:114
|
1450 |
#: subscribers/view-subscriber-edit.php:113
|
1451 |
#: subscribers/view-subscriber-import.php:145
|
1452 |
+
#: subscribers/view-subscriber-show.php:245
|
1453 |
#: subscribers/view-subscriber-sync.php:93
|
1454 |
msgid "Export"
|
1455 |
msgstr ""
|
1458 |
#: subscribers/view-subscriber-edit.php:114
|
1459 |
#: subscribers/view-subscriber-export.php:30
|
1460 |
#: subscribers/view-subscriber-import.php:146
|
1461 |
+
#: subscribers/view-subscriber-show.php:246
|
1462 |
#: subscribers/view-subscriber-sync.php:144
|
1463 |
msgid "Sync"
|
1464 |
msgstr ""
|
1478 |
#: subscribers/view-subscriber-add.php:149
|
1479 |
#: subscribers/view-subscriber-edit.php:148
|
1480 |
#: subscribers/view-subscriber-import.php:176
|
1481 |
+
#: subscribers/view-subscriber-show.php:301
|
1482 |
+
#: subscribers/view-subscriber-show.php:328
|
1483 |
msgid "Confirmed"
|
1484 |
msgstr ""
|
1485 |
|
1486 |
#: subscribers/view-subscriber-add.php:150
|
1487 |
#: subscribers/view-subscriber-edit.php:149
|
1488 |
#: subscribers/view-subscriber-import.php:177
|
1489 |
+
#: subscribers/view-subscriber-show.php:302
|
1490 |
+
#: subscribers/view-subscriber-show.php:329
|
1491 |
msgid "Unconfirmed"
|
1492 |
msgstr ""
|
1493 |
|
1494 |
#: subscribers/view-subscriber-add.php:151
|
1495 |
#: subscribers/view-subscriber-edit.php:150
|
1496 |
#: subscribers/view-subscriber-import.php:178
|
1497 |
+
#: subscribers/view-subscriber-show.php:303
|
1498 |
+
#: subscribers/view-subscriber-show.php:330
|
1499 |
msgid "Unsubscribed"
|
1500 |
msgstr ""
|
1501 |
|
1644 |
msgid "Select (or) Create Group for Subscribers"
|
1645 |
msgstr ""
|
1646 |
|
1647 |
+
#: subscribers/view-subscriber-show.php:44
|
1648 |
+
msgid "Selected details does not exists."
|
1649 |
+
msgstr ""
|
1650 |
+
|
1651 |
#: subscribers/view-subscriber-show.php:55
|
1652 |
#: subscribers/view-subscriber-show.php:94
|
1653 |
msgid "Record deleted."
|
1659 |
msgstr ""
|
1660 |
|
1661 |
#: subscribers/view-subscriber-show.php:74
|
1662 |
+
#: subscribers/view-subscriber-show.php:133
|
1663 |
+
msgid "Confirmation emails Resent Successfully."
|
1664 |
msgstr ""
|
1665 |
|
1666 |
#: subscribers/view-subscriber-show.php:99
|
1667 |
#: subscribers/view-subscriber-show.php:138
|
1668 |
#: subscribers/view-subscriber-show.php:176
|
1669 |
+
#: subscribers/view-subscriber-show.php:215
|
1670 |
+
msgid "No record was selected."
|
1671 |
msgstr ""
|
1672 |
|
1673 |
#: subscribers/view-subscriber-show.php:114
|
1675 |
"To send confirmation mail, please change the Opt-in option to Double Opt In."
|
1676 |
msgstr ""
|
1677 |
|
|
|
|
|
|
|
|
|
1678 |
#: subscribers/view-subscriber-show.php:162
|
1679 |
+
msgid "Subscribers Group updated."
|
1680 |
msgstr ""
|
1681 |
|
1682 |
#: subscribers/view-subscriber-show.php:167
|
1683 |
+
msgid "Please select New group to update."
|
1684 |
msgstr ""
|
1685 |
|
1686 |
+
#: subscribers/view-subscriber-show.php:201
|
1687 |
+
msgid "Subscribers Status updated."
|
1688 |
+
msgstr ""
|
1689 |
+
|
1690 |
+
#: subscribers/view-subscriber-show.php:206
|
1691 |
+
msgid "Please select New Status to update."
|
1692 |
+
msgstr ""
|
1693 |
+
|
1694 |
+
#: subscribers/view-subscriber-show.php:242
|
1695 |
msgid "View Subscribers"
|
1696 |
msgstr ""
|
1697 |
|
1698 |
+
#: subscribers/view-subscriber-show.php:278
|
1699 |
msgid "Bulk Actions"
|
1700 |
msgstr ""
|
1701 |
|
1702 |
+
#: subscribers/view-subscriber-show.php:280
|
1703 |
+
#: subscribers/view-subscriber-show.php:413
|
1704 |
msgid "Resend Confirmation"
|
1705 |
msgstr ""
|
1706 |
|
1707 |
+
#: subscribers/view-subscriber-show.php:282
|
1708 |
+
msgid "Update Subscribers Status"
|
1709 |
+
msgstr ""
|
1710 |
+
|
1711 |
+
#: subscribers/view-subscriber-show.php:285
|
1712 |
msgid "Select Group"
|
1713 |
msgstr ""
|
1714 |
|
1715 |
+
#: subscribers/view-subscriber-show.php:300
|
1716 |
+
#: subscribers/view-subscriber-show.php:327
|
1717 |
+
msgid "All Status"
|
1718 |
msgstr ""
|
1719 |
|
1720 |
+
#: subscribers/view-subscriber-show.php:306
|
1721 |
+
msgid "Apply"
|
1722 |
msgstr ""
|
1723 |
|
1724 |
+
#: subscribers/view-subscriber-show.php:310
|
1725 |
+
msgid "All Groups"
|
1726 |
msgstr ""
|
1727 |
|
1728 |
+
#: subscribers/view-subscriber-show.php:334
|
1729 |
msgid "1 to 200 emails"
|
1730 |
msgstr ""
|
1731 |
|
1732 |
+
#: subscribers/view-subscriber-show.php:335
|
1733 |
msgid "201 to 400"
|
1734 |
msgstr ""
|
1735 |
|
1736 |
+
#: subscribers/view-subscriber-show.php:336
|
1737 |
msgid "401 to 600"
|
1738 |
msgstr ""
|
1739 |
|
1740 |
+
#: subscribers/view-subscriber-show.php:337
|
1741 |
msgid "601 to 800"
|
1742 |
msgstr ""
|
1743 |
|
1744 |
+
#: subscribers/view-subscriber-show.php:338
|
1745 |
msgid "801 to 1000"
|
1746 |
msgstr ""
|
1747 |
|
1748 |
+
#: subscribers/view-subscriber-show.php:339
|
1749 |
msgid "1001 to 2000"
|
1750 |
msgstr ""
|
1751 |
|
1752 |
+
#: subscribers/view-subscriber-show.php:340
|
1753 |
msgid "2001 to 5000"
|
1754 |
msgstr ""
|
1755 |
|
1756 |
+
#: subscribers/view-subscriber-show.php:341
|
1757 |
msgid "5001 to 10000"
|
1758 |
msgstr ""
|
1759 |
|
1760 |
+
#: subscribers/view-subscriber-show.php:342
|
1761 |
msgid "Display All"
|
1762 |
msgstr ""
|
1763 |
|
1764 |
+
#: subscribers/view-subscriber-show.php:354
|
1765 |
+
#: subscribers/view-subscriber-show.php:368
|
1766 |
msgid "Email Address"
|
1767 |
msgstr ""
|
1768 |
|
1769 |
+
#: subscribers/view-subscriber-show.php:357
|
1770 |
+
#: subscribers/view-subscriber-show.php:371
|
1771 |
msgid "Group"
|
1772 |
msgstr ""
|
1773 |
|
1774 |
+
#: subscribers/view-subscriber-show.php:358
|
1775 |
+
#: subscribers/view-subscriber-show.php:372
|
1776 |
msgid "Submission Date<br>(YYYY-MM-DD)"
|
1777 |
msgstr ""
|
1778 |
|
1800 |
msgid "Email Subscribers & Newsletters"
|
1801 |
msgstr ""
|
1802 |
|
1803 |
+
#. #-#-#-#-# email-subscribers.pot (Email Subscribers & Newsletters 3.2.4) #-#-#-#-#
|
1804 |
#. Plugin URI of the plugin/theme
|
1805 |
+
#. #-#-#-#-# email-subscribers.pot (Email Subscribers & Newsletters 3.2.4) #-#-#-#-#
|
1806 |
#. Author URI of the plugin/theme
|
1807 |
msgid "http://www.icegram.com/"
|
1808 |
msgstr ""
|
query/db_subscriber.php
CHANGED
@@ -168,7 +168,7 @@ class es_cls_dbquery {
|
|
168 |
$prefix = $wpdb->prefix;
|
169 |
$arrRes = array();
|
170 |
$sSql = "SELECT * FROM `".$prefix."es_emaillist` where es_email_mail <> '' ";
|
171 |
-
if($idlist
|
172 |
$sSql = $sSql . " and es_email_id in (" . $idlist. ");";
|
173 |
}
|
174 |
$arrRes = $wpdb->get_results($sSql, ARRAY_A);
|
168 |
$prefix = $wpdb->prefix;
|
169 |
$arrRes = array();
|
170 |
$sSql = "SELECT * FROM `".$prefix."es_emaillist` where es_email_mail <> '' ";
|
171 |
+
if($idlist != "") {
|
172 |
$sSql = $sSql . " and es_email_id in (" . $idlist. ");";
|
173 |
}
|
174 |
$arrRes = $wpdb->get_results($sSql, ARRAY_A);
|
readme.txt
CHANGED
@@ -4,8 +4,8 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_i
|
|
4 |
Author URI: http://www.icegram.com/
|
5 |
Tags: email marketing, email newsletter form, email signup, email widget, newsletter, newsletter signup, subscribe, subscription form, bulk emails, signup form, list builder, lead generation
|
6 |
Requires at least: 3.4
|
7 |
-
Tested up to: 4.
|
8 |
-
Stable tag: 3.2.
|
9 |
License: GPLv3
|
10 |
License URI: http://www.gnu.org/licenses/gpl-3.0.htmlss
|
11 |
|
@@ -152,6 +152,7 @@ If you like Email Subscribers, please leave a [5 star](https://wordpress.org/sup
|
|
152 |
|
153 |
**Translations on [translate.wordpress.org](https://translate.wordpress.org/)**
|
154 |
|
|
|
155 |
* Italian - [daepa](https://profiles.wordpress.org/daepa/) ([it_IT](https://translate.wordpress.org/locale/it/default/wp-plugins/email-subscribers))
|
156 |
* Lithuanian - [kubandrius](https://profiles.wordpress.org/kubandrius/) ([lt_LT](https://translate.wordpress.org/locale/lt/default/wp-plugins/email-subscribers))
|
157 |
|
@@ -220,19 +221,19 @@ Refer [here](http://www.icegram.com/documentation/es-how-to-configure-and-send-n
|
|
220 |
|
221 |
= 10. How to Send a sample new post notification email to testgroup/myself? =
|
222 |
|
223 |
-
Refer [here](http://www.icegram.com/documentation/how-to-send-a-sample-new-post-notification-email-to-testgroup-myself/).
|
224 |
|
225 |
= 11. How to check Sent mails? =
|
226 |
|
227 |
-
Refer [here](http://www.icegram.com/documentation/es-how-to-check-sent-
|
228 |
|
229 |
= 12. How to Add/Update Existing Subscribers Group? =
|
230 |
|
231 |
Refer [here](http://www.icegram.com/documentation/es-how-to-add-update-existing-subscribers-group/).
|
232 |
|
233 |
-
= 13.
|
234 |
|
235 |
-
Check steps from [here](http://www.icegram.com/documentation/es-
|
236 |
|
237 |
= 14. How to show subscribe form inside a popup? =
|
238 |
|
@@ -244,7 +245,7 @@ Refer [here](http://www.icegram.com/documentation/es-how-to-use-rainmakers-form-
|
|
244 |
|
245 |
= 16. How to Schedule Cron mails/auto mails? =
|
246 |
|
247 |
-
Refer [here](http://www.icegram.com/documentation/es-how-to-schedule-cron-
|
248 |
|
249 |
= 17. How to Schedule Cron Emails/auto emails for Email Subscribers in cPanel? =
|
250 |
|
@@ -306,6 +307,16 @@ Use [Email Subscribers - Group Selector](https://wordpress.org/plugins/email-sub
|
|
306 |
|
307 |
== Changelog ==
|
308 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
309 |
= 3.2.3 (27.10.2016) =
|
310 |
|
311 |
* New: New contributor name has been added
|
@@ -558,6 +569,16 @@ Use [Email Subscribers - Group Selector](https://wordpress.org/plugins/email-sub
|
|
558 |
|
559 |
== Upgrade Notice ==
|
560 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
561 |
= 3.2.3 (27.10.2016) =
|
562 |
|
563 |
* New: New contributor name has been added
|
4 |
Author URI: http://www.icegram.com/
|
5 |
Tags: email marketing, email newsletter form, email signup, email widget, newsletter, newsletter signup, subscribe, subscription form, bulk emails, signup form, list builder, lead generation
|
6 |
Requires at least: 3.4
|
7 |
+
Tested up to: 4.7
|
8 |
+
Stable tag: 3.2.4
|
9 |
License: GPLv3
|
10 |
License URI: http://www.gnu.org/licenses/gpl-3.0.htmlss
|
11 |
|
152 |
|
153 |
**Translations on [translate.wordpress.org](https://translate.wordpress.org/)**
|
154 |
|
155 |
+
* Czech - Tomas , Martin ([(cs_CZ)](https://translate.wordpress.org/locale/cs/default/wp-plugins/email-subscribers))
|
156 |
* Italian - [daepa](https://profiles.wordpress.org/daepa/) ([it_IT](https://translate.wordpress.org/locale/it/default/wp-plugins/email-subscribers))
|
157 |
* Lithuanian - [kubandrius](https://profiles.wordpress.org/kubandrius/) ([lt_LT](https://translate.wordpress.org/locale/lt/default/wp-plugins/email-subscribers))
|
158 |
|
221 |
|
222 |
= 10. How to Send a sample new post notification email to testgroup/myself? =
|
223 |
|
224 |
+
Refer [here](http://www.icegram.com/documentation/es-how-to-send-a-sample-new-post-notification-email-to-testgroup-myself/).
|
225 |
|
226 |
= 11. How to check Sent mails? =
|
227 |
|
228 |
+
Refer [here](http://www.icegram.com/documentation/es-how-to-check-sent-emails/).
|
229 |
|
230 |
= 12. How to Add/Update Existing Subscribers Group? =
|
231 |
|
232 |
Refer [here](http://www.icegram.com/documentation/es-how-to-add-update-existing-subscribers-group/).
|
233 |
|
234 |
+
= 13. Subscribers are not receiving Emails =
|
235 |
|
236 |
+
Check steps from [here](http://www.icegram.com/documentation/es-subscribers-are-not-receiving-emails/).
|
237 |
|
238 |
= 14. How to show subscribe form inside a popup? =
|
239 |
|
245 |
|
246 |
= 16. How to Schedule Cron mails/auto mails? =
|
247 |
|
248 |
+
Refer [here](http://www.icegram.com/documentation/es-how-to-schedule-cron-emails/).
|
249 |
|
250 |
= 17. How to Schedule Cron Emails/auto emails for Email Subscribers in cPanel? =
|
251 |
|
307 |
|
308 |
== Changelog ==
|
309 |
|
310 |
+
= 3.2.4 (08.12.2016) =
|
311 |
+
|
312 |
+
* New: Bulk update Subscribers Group
|
313 |
+
* Fix: Single Opt In subscribers also showing Resend Confirmation link on Subscribers page
|
314 |
+
* Fix: Incorrect documentation links
|
315 |
+
* Update: Tested upto WordPress 4.7
|
316 |
+
* Update: Translation for Czech (cs_CZ) language updated (inside plugin & on translate.wordpress.org) (Thanks to Tomas & Martin)
|
317 |
+
* Update: POT file
|
318 |
+
* Tweak: Show only one notice while deleting subscribers
|
319 |
+
|
320 |
= 3.2.3 (27.10.2016) =
|
321 |
|
322 |
* New: New contributor name has been added
|
569 |
|
570 |
== Upgrade Notice ==
|
571 |
|
572 |
+
= 3.2.4 (08.12.2016) =
|
573 |
+
|
574 |
+
* New: Bulk update Subscribers Group
|
575 |
+
* Fix: Single Opt In subscribers also showing Resend Confirmation link on Subscribers page
|
576 |
+
* Fix: Incorrect documentation links
|
577 |
+
* Update: Tested upto WordPress 4.7
|
578 |
+
* Update: Translation for Czech (cs_CZ) language updated (inside plugin & on translate.wordpress.org) (Thanks to Tomas & Martin)
|
579 |
+
* Update: POT file
|
580 |
+
* Tweak: Show only one notice while deleting subscribers
|
581 |
+
|
582 |
= 3.2.3 (27.10.2016) =
|
583 |
|
584 |
* New: New contributor name has been added
|
subscribers/view-subscriber-import.php
CHANGED
@@ -156,7 +156,7 @@ if(preg_match('#' . basename(__FILE__) . '#', $_SERVER['PHP_SELF'])) {
|
|
156 |
<?php echo __( 'Select CSV file', ES_TDOMAIN ); ?>
|
157 |
<p>
|
158 |
<?php echo __( 'Check CSV structure ', ES_TDOMAIN ); ?>
|
159 |
-
<a target="_blank" href="http://www.icegram.com/documentation/es-how-to-import-or-export-email-
|
160 |
</p>
|
161 |
</label>
|
162 |
</th>
|
156 |
<?php echo __( 'Select CSV file', ES_TDOMAIN ); ?>
|
157 |
<p>
|
158 |
<?php echo __( 'Check CSV structure ', ES_TDOMAIN ); ?>
|
159 |
+
<a target="_blank" href="http://www.icegram.com/documentation/es-how-to-import-or-export-email-addresses/"><?php echo __( 'from here', ES_TDOMAIN ); ?></a>
|
160 |
</p>
|
161 |
</label>
|
162 |
</th>
|
subscribers/view-subscriber-show.php
CHANGED
@@ -20,9 +20,9 @@ if ( $es_c_email_subscribers_ver != "2.9" ) {
|
|
20 |
}
|
21 |
|
22 |
// Form submitted, check the data
|
|
|
23 |
$search_sts = isset($_POST['searchquery_sts']) ? $_POST['searchquery_sts'] : '';
|
24 |
$search_count = isset($_POST['searchquery_cnt']) ? $_POST['searchquery_cnt'] : '1';
|
25 |
-
$search_group = isset($_POST['searchquery_group']) ? $_POST['searchquery_group'] : 'ALL';
|
26 |
|
27 |
if (isset($_POST['frm_es_display']) && $_POST['frm_es_display'] == 'yes') {
|
28 |
$did = isset($_GET['did']) ? $_GET['did'] : '0';
|
@@ -31,7 +31,7 @@ if (isset($_POST['frm_es_display']) && $_POST['frm_es_display'] == 'yes') {
|
|
31 |
$es_success = '';
|
32 |
$es_success_msg = FALSE;
|
33 |
|
34 |
-
if ( (isset($_POST['frm_es_bulkaction']) && $_POST['frm_es_bulkaction'] != 'delete') && ($_POST['frm_es_bulkaction'] != 'resend' && $_POST['frm_es_bulkaction'] != 'groupupdate') && ($_POST['frm_es_bulkaction'] != 'search_sts' && $_POST['frm_es_bulkaction'] != 'search_cnt') && ($_POST['frm_es_bulkaction'] != 'search_group') ) {
|
35 |
|
36 |
// Just security thingy that wordpress offers us
|
37 |
check_admin_referer('es_form_show');
|
@@ -41,7 +41,7 @@ if (isset($_POST['frm_es_display']) && $_POST['frm_es_display'] == 'yes') {
|
|
41 |
if ($result != '1') {
|
42 |
?><div class="error fade">
|
43 |
<p><strong>
|
44 |
-
<?php echo __( '
|
45 |
</strong></p>
|
46 |
</div><?php
|
47 |
} else {
|
@@ -71,7 +71,7 @@ if (isset($_POST['frm_es_display']) && $_POST['frm_es_display'] == 'yes') {
|
|
71 |
es_cls_sendmail::es_prepare_optin("single", $did, $idlist = "");
|
72 |
es_cls_dbquery::es_view_subscriber_upd_status("Unconfirmed", $did);
|
73 |
$es_success_msg = TRUE;
|
74 |
-
$es_success = __( 'Confirmation
|
75 |
}
|
76 |
}
|
77 |
}
|
@@ -96,7 +96,7 @@ if (isset($_POST['frm_es_display']) && $_POST['frm_es_display'] == 'yes') {
|
|
96 |
?>
|
97 |
<div class="error fade">
|
98 |
<p><strong>
|
99 |
-
<?php echo __( '
|
100 |
</strong></p>
|
101 |
</div>
|
102 |
<?php
|
@@ -130,12 +130,12 @@ if (isset($_POST['frm_es_display']) && $_POST['frm_es_display'] == 'yes') {
|
|
130 |
es_cls_sendmail::es_prepare_optin("group", 0, $idlist);
|
131 |
es_cls_dbquery::es_view_subscriber_upd_status("Unconfirmed", $idlist);
|
132 |
$es_success_msg = TRUE;
|
133 |
-
$es_success = __('Confirmation
|
134 |
} else {
|
135 |
?>
|
136 |
<div class="error fade">
|
137 |
<p><strong>
|
138 |
-
<?php echo __( '
|
139 |
</strong></p>
|
140 |
</div>
|
141 |
<?php
|
@@ -144,7 +144,7 @@ if (isset($_POST['frm_es_display']) && $_POST['frm_es_display'] == 'yes') {
|
|
144 |
} elseif (isset($_POST['frm_es_bulkaction']) && $_POST['frm_es_bulkaction'] == 'groupupdate') {
|
145 |
|
146 |
$chk_delete = isset($_POST['chk_delete']) ? $_POST['chk_delete'] : '';
|
147 |
-
if(!empty($chk_delete)) {
|
148 |
$es_email_group = isset($_POST['es_email_group']) ? $_POST['es_email_group'] : '';
|
149 |
if ($es_email_group != "") {
|
150 |
$count = count($chk_delete);
|
@@ -159,12 +159,12 @@ if (isset($_POST['frm_es_display']) && $_POST['frm_es_display'] == 'yes') {
|
|
159 |
}
|
160 |
es_cls_dbquery::es_view_subscriber_upd_group($es_email_group, $idlist);
|
161 |
$es_success_msg = TRUE;
|
162 |
-
$es_success = __( '
|
163 |
} else {
|
164 |
?>
|
165 |
<div class="error fade">
|
166 |
<p><strong>
|
167 |
-
<?php echo __( '
|
168 |
</strong></p>
|
169 |
</div>
|
170 |
<?php
|
@@ -173,17 +173,52 @@ if (isset($_POST['frm_es_display']) && $_POST['frm_es_display'] == 'yes') {
|
|
173 |
?>
|
174 |
<div class="error fade">
|
175 |
<p><strong>
|
176 |
-
<?php echo __( '
|
177 |
</strong></p>
|
178 |
</div>
|
179 |
<?php
|
180 |
}
|
181 |
-
} elseif (isset($_POST['frm_es_bulkaction']) && $_POST['frm_es_bulkaction'] == '
|
182 |
-
|
183 |
-
|
184 |
-
|
185 |
-
|
186 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
187 |
}
|
188 |
}
|
189 |
|
@@ -244,6 +279,7 @@ if (isset($_POST['frm_es_display']) && $_POST['frm_es_display'] == 'yes') {
|
|
244 |
<option value="delete"><?php echo __( 'Delete', ES_TDOMAIN ); ?></option>
|
245 |
<option value="resend"><?php echo __( 'Resend Confirmation', ES_TDOMAIN ); ?></option>
|
246 |
<option value="groupupdate"><?php echo __( 'Update Subscribers Group', ES_TDOMAIN ); ?></option>
|
|
|
247 |
</select>
|
248 |
<select name="es_email_group" id="es_email_group" disabled="disabled">
|
249 |
<option value=''><?php echo __( 'Select Group', ES_TDOMAIN ); ?></option>
|
@@ -260,6 +296,13 @@ if (isset($_POST['frm_es_display']) && $_POST['frm_es_display'] == 'yes') {
|
|
260 |
}
|
261 |
?>
|
262 |
</select>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
263 |
<input type="submit" value="<?php echo __( 'Apply', ES_TDOMAIN ); ?>" class="button action" id="doaction" name="doaction">
|
264 |
</span>
|
265 |
<span style="float:right;">
|
@@ -363,7 +406,7 @@ if (isset($_POST['frm_es_display']) && $_POST['frm_es_display'] == 'yes') {
|
|
363 |
</a>
|
364 |
</span>
|
365 |
<?php
|
366 |
-
if($data['es_email_status'] != "Confirmed") {
|
367 |
?>
|
368 |
<span class="edit">
|
369 |
| <a onClick="javascript:_es_resend('<?php echo $data['es_email_id']; ?>')" href="javascript:void(0);">
|
20 |
}
|
21 |
|
22 |
// Form submitted, check the data
|
23 |
+
$search_group = isset($_POST['searchquery_group']) ? $_POST['searchquery_group'] : 'ALL';
|
24 |
$search_sts = isset($_POST['searchquery_sts']) ? $_POST['searchquery_sts'] : '';
|
25 |
$search_count = isset($_POST['searchquery_cnt']) ? $_POST['searchquery_cnt'] : '1';
|
|
|
26 |
|
27 |
if (isset($_POST['frm_es_display']) && $_POST['frm_es_display'] == 'yes') {
|
28 |
$did = isset($_GET['did']) ? $_GET['did'] : '0';
|
31 |
$es_success = '';
|
32 |
$es_success_msg = FALSE;
|
33 |
|
34 |
+
if ( (isset($_POST['frm_es_bulkaction']) && $_POST['frm_es_bulkaction'] != 'delete') && ($_POST['frm_es_bulkaction'] != 'resend' && $_POST['frm_es_bulkaction'] != 'groupupdate') && ($_POST['frm_es_bulkaction'] != 'updatestatus') && ($_POST['frm_es_bulkaction'] != 'search_sts' && $_POST['frm_es_bulkaction'] != 'search_cnt') && ($_POST['frm_es_bulkaction'] != 'search_group') ) {
|
35 |
|
36 |
// Just security thingy that wordpress offers us
|
37 |
check_admin_referer('es_form_show');
|
41 |
if ($result != '1') {
|
42 |
?><div class="error fade">
|
43 |
<p><strong>
|
44 |
+
<?php echo __( 'Selected details does not exists.', ES_TDOMAIN ); ?>
|
45 |
</strong></p>
|
46 |
</div><?php
|
47 |
} else {
|
71 |
es_cls_sendmail::es_prepare_optin("single", $did, $idlist = "");
|
72 |
es_cls_dbquery::es_view_subscriber_upd_status("Unconfirmed", $did);
|
73 |
$es_success_msg = TRUE;
|
74 |
+
$es_success = __( 'Confirmation emails Resent Successfully.', ES_TDOMAIN );
|
75 |
}
|
76 |
}
|
77 |
}
|
96 |
?>
|
97 |
<div class="error fade">
|
98 |
<p><strong>
|
99 |
+
<?php echo __( 'No record was selected.', ES_TDOMAIN ); ?>
|
100 |
</strong></p>
|
101 |
</div>
|
102 |
<?php
|
130 |
es_cls_sendmail::es_prepare_optin("group", 0, $idlist);
|
131 |
es_cls_dbquery::es_view_subscriber_upd_status("Unconfirmed", $idlist);
|
132 |
$es_success_msg = TRUE;
|
133 |
+
$es_success = __( 'Confirmation emails Resent Successfully.', ES_TDOMAIN );
|
134 |
} else {
|
135 |
?>
|
136 |
<div class="error fade">
|
137 |
<p><strong>
|
138 |
+
<?php echo __( 'No record was selected.', ES_TDOMAIN ); ?>
|
139 |
</strong></p>
|
140 |
</div>
|
141 |
<?php
|
144 |
} elseif (isset($_POST['frm_es_bulkaction']) && $_POST['frm_es_bulkaction'] == 'groupupdate') {
|
145 |
|
146 |
$chk_delete = isset($_POST['chk_delete']) ? $_POST['chk_delete'] : '';
|
147 |
+
if(!empty($chk_delete)) {
|
148 |
$es_email_group = isset($_POST['es_email_group']) ? $_POST['es_email_group'] : '';
|
149 |
if ($es_email_group != "") {
|
150 |
$count = count($chk_delete);
|
159 |
}
|
160 |
es_cls_dbquery::es_view_subscriber_upd_group($es_email_group, $idlist);
|
161 |
$es_success_msg = TRUE;
|
162 |
+
$es_success = __( 'Subscribers Group updated.', ES_TDOMAIN );
|
163 |
} else {
|
164 |
?>
|
165 |
<div class="error fade">
|
166 |
<p><strong>
|
167 |
+
<?php echo __( 'Please select New group to update.', ES_TDOMAIN ); ?>
|
168 |
</strong></p>
|
169 |
</div>
|
170 |
<?php
|
173 |
?>
|
174 |
<div class="error fade">
|
175 |
<p><strong>
|
176 |
+
<?php echo __( 'No record was selected.', ES_TDOMAIN ); ?>
|
177 |
</strong></p>
|
178 |
</div>
|
179 |
<?php
|
180 |
}
|
181 |
+
} elseif (isset($_POST['frm_es_bulkaction']) && $_POST['frm_es_bulkaction'] == 'updatestatus') {
|
182 |
+
|
183 |
+
$chk_delete = isset($_POST['chk_delete']) ? $_POST['chk_delete'] : '';
|
184 |
+
|
185 |
+
if(!empty($chk_delete)) {
|
186 |
+
$es_email_status = isset($_POST['es_update_status']) ? $_POST['es_update_status'] : '';
|
187 |
+
if (!empty($es_email_status)) {
|
188 |
+
$count = count($chk_delete);
|
189 |
+
$idstatus = "";
|
190 |
+
for ($i=0; $i < $count; $i++) {
|
191 |
+
$update_id = $chk_delete[$i];
|
192 |
+
if ($i < 1) {
|
193 |
+
$idstatus = $update_id;
|
194 |
+
} else {
|
195 |
+
$idstatus = $idstatus . ", " . $update_id;
|
196 |
+
}
|
197 |
+
}
|
198 |
+
// es_cls_dbquery::es_bulk_update_subscriber_status($es_email_status, $idstatus);
|
199 |
+
es_cls_dbquery::es_view_subscriber_upd_status($es_email_status, $idstatus);
|
200 |
+
$es_success_msg = TRUE;
|
201 |
+
$es_success = __( 'Subscribers Status updated.', ES_TDOMAIN );
|
202 |
+
} else {
|
203 |
+
?>
|
204 |
+
<div class="error fade">
|
205 |
+
<p><strong>
|
206 |
+
<?php echo __( 'Please select New Status to update.', ES_TDOMAIN ); ?>
|
207 |
+
</strong></p>
|
208 |
+
</div>
|
209 |
+
<?php
|
210 |
+
}
|
211 |
+
} else {
|
212 |
+
?>
|
213 |
+
<div class="error fade">
|
214 |
+
<p><strong>
|
215 |
+
<?php echo __( 'No record was selected.', ES_TDOMAIN ); ?>
|
216 |
+
</strong></p>
|
217 |
+
</div>
|
218 |
+
<?php
|
219 |
+
}
|
220 |
+
|
221 |
+
|
222 |
}
|
223 |
}
|
224 |
|
279 |
<option value="delete"><?php echo __( 'Delete', ES_TDOMAIN ); ?></option>
|
280 |
<option value="resend"><?php echo __( 'Resend Confirmation', ES_TDOMAIN ); ?></option>
|
281 |
<option value="groupupdate"><?php echo __( 'Update Subscribers Group', ES_TDOMAIN ); ?></option>
|
282 |
+
<option value="updatestatus"><?php echo __( 'Update Subscribers Status', ES_TDOMAIN ); ?></option>
|
283 |
</select>
|
284 |
<select name="es_email_group" id="es_email_group" disabled="disabled">
|
285 |
<option value=''><?php echo __( 'Select Group', ES_TDOMAIN ); ?></option>
|
296 |
}
|
297 |
?>
|
298 |
</select>
|
299 |
+
<select name="es_update_status" id="es_update_status" disabled="disabled">
|
300 |
+
<option value=""><?php echo __( 'All Status', ES_TDOMAIN ); ?></option>
|
301 |
+
<option value="Confirmed"><?php echo __( 'Confirmed', ES_TDOMAIN ); ?></option>
|
302 |
+
<option value="Unconfirmed"><?php echo __( 'Unconfirmed', ES_TDOMAIN ); ?></option>
|
303 |
+
<option value="Unsubscribed"><?php echo __( 'Unsubscribed', ES_TDOMAIN ); ?></option>
|
304 |
+
<option value="Single Opt In"><?php echo __( 'Single Opt In', ES_TDOMAIN ); ?></option>
|
305 |
+
</select>
|
306 |
<input type="submit" value="<?php echo __( 'Apply', ES_TDOMAIN ); ?>" class="button action" id="doaction" name="doaction">
|
307 |
</span>
|
308 |
<span style="float:right;">
|
406 |
</a>
|
407 |
</span>
|
408 |
<?php
|
409 |
+
if($data['es_email_status'] != "Confirmed" && $data['es_email_status'] != "Single Opt In" ) {
|
410 |
?>
|
411 |
<span class="edit">
|
412 |
| <a onClick="javascript:_es_resend('<?php echo $data['es_email_id']; ?>')" href="javascript:void(0);">
|
subscribers/view-subscriber.js
CHANGED
@@ -65,30 +65,26 @@ function _es_search_count_action(cnt) {
|
|
65 |
}
|
66 |
|
67 |
function _es_bulkaction() {
|
68 |
-
if(document.frm_es_display.bulk_action.value=="") {
|
69 |
alert(es_view_subscriber_notices.es_subscriber_bulk_action);
|
70 |
document.frm_es_display.bulk_action.focus();
|
71 |
return false;
|
72 |
}
|
73 |
|
74 |
-
if(document.frm_es_display.bulk_action.value == "delete") {
|
75 |
-
if(confirm(es_view_subscriber_notices.
|
76 |
-
|
77 |
-
|
78 |
-
|
79 |
-
|
80 |
-
|
81 |
-
|
82 |
-
|
83 |
-
document.frm_es_display.submit();
|
84 |
-
} else {
|
85 |
-
return false;
|
86 |
-
}
|
87 |
} else {
|
88 |
return false;
|
89 |
}
|
90 |
-
} else if(document.frm_es_display.bulk_action.value == "resend") {
|
91 |
-
if(confirm(es_view_subscriber_notices.es_subscriber_resend_email)) {
|
92 |
document.getElementById("frm_es_bulkaction").value = 'resend';
|
93 |
document.getElementById("searchquery_cnt").value = document.frm_es_display.searchquery_cnt.value;
|
94 |
document.getElementById("searchquery_group").value = document.frm_es_display.searchquery_group.value;
|
@@ -99,14 +95,14 @@ function _es_bulkaction() {
|
|
99 |
} else {
|
100 |
return false;
|
101 |
}
|
102 |
-
} else if(document.frm_es_display.bulk_action.value == "groupupdate") {
|
103 |
-
if(document.frm_es_display.es_email_group.value=="") {
|
104 |
alert(es_view_subscriber_notices.es_subscriber_new_group);
|
105 |
document.frm_es_display.es_email_group.focus();
|
106 |
return false;
|
107 |
}
|
108 |
|
109 |
-
if(confirm(es_view_subscriber_notices.es_subscriber_group_update)) {
|
110 |
document.getElementById("frm_es_bulkaction").value = 'groupupdate';
|
111 |
document.getElementById("searchquery_cnt").value = document.frm_es_display.searchquery_cnt.value;
|
112 |
document.getElementById("searchquery_group").value = document.frm_es_display.searchquery_group.value;
|
@@ -117,6 +113,24 @@ function _es_bulkaction() {
|
|
117 |
} else {
|
118 |
return false;
|
119 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
120 |
}
|
121 |
}
|
122 |
|
@@ -126,6 +140,11 @@ function _es_action_visible(val) {
|
|
126 |
} else {
|
127 |
document.getElementById('es_email_group').disabled = true;
|
128 |
}
|
|
|
|
|
|
|
|
|
|
|
129 |
}
|
130 |
|
131 |
function _es_exportcsv(url, option) {
|
65 |
}
|
66 |
|
67 |
function _es_bulkaction() {
|
68 |
+
if (document.frm_es_display.bulk_action.value=="") {
|
69 |
alert(es_view_subscriber_notices.es_subscriber_bulk_action);
|
70 |
document.frm_es_display.bulk_action.focus();
|
71 |
return false;
|
72 |
}
|
73 |
|
74 |
+
if (document.frm_es_display.bulk_action.value == "delete") {
|
75 |
+
if (confirm(es_view_subscriber_notices.es_subscriber_confirm_delete)) {
|
76 |
+
document.getElementById("frm_es_bulkaction").value = 'delete';
|
77 |
+
document.getElementById("searchquery_cnt").value = document.frm_es_display.searchquery_cnt.value;
|
78 |
+
document.getElementById("searchquery_group").value = document.frm_es_display.searchquery_group.value;
|
79 |
+
document.getElementById("searchquery_sts").value = document.frm_es_display.searchquery_sts.value;
|
80 |
+
document.getElementById("wp_create_nonce").value = document.frm_es_display.wp_create_nonce.value;
|
81 |
+
document.frm_es_display.action="admin.php?page=es-view-subscribers";
|
82 |
+
document.frm_es_display.submit();
|
|
|
|
|
|
|
|
|
83 |
} else {
|
84 |
return false;
|
85 |
}
|
86 |
+
} else if (document.frm_es_display.bulk_action.value == "resend") {
|
87 |
+
if (confirm(es_view_subscriber_notices.es_subscriber_resend_email)) {
|
88 |
document.getElementById("frm_es_bulkaction").value = 'resend';
|
89 |
document.getElementById("searchquery_cnt").value = document.frm_es_display.searchquery_cnt.value;
|
90 |
document.getElementById("searchquery_group").value = document.frm_es_display.searchquery_group.value;
|
95 |
} else {
|
96 |
return false;
|
97 |
}
|
98 |
+
} else if (document.frm_es_display.bulk_action.value == "groupupdate") {
|
99 |
+
if (document.frm_es_display.es_email_group.value == "") {
|
100 |
alert(es_view_subscriber_notices.es_subscriber_new_group);
|
101 |
document.frm_es_display.es_email_group.focus();
|
102 |
return false;
|
103 |
}
|
104 |
|
105 |
+
if (confirm(es_view_subscriber_notices.es_subscriber_group_update)) {
|
106 |
document.getElementById("frm_es_bulkaction").value = 'groupupdate';
|
107 |
document.getElementById("searchquery_cnt").value = document.frm_es_display.searchquery_cnt.value;
|
108 |
document.getElementById("searchquery_group").value = document.frm_es_display.searchquery_group.value;
|
113 |
} else {
|
114 |
return false;
|
115 |
}
|
116 |
+
} else if (document.frm_es_display.bulk_action.value == "updatestatus") {
|
117 |
+
if (document.frm_es_display.es_update_status.value == "") {
|
118 |
+
alert(es_view_subscriber_notices.es_subscriber_new_status);
|
119 |
+
document.frm_es_display.es_email_group.focus();
|
120 |
+
return false;
|
121 |
+
}
|
122 |
+
|
123 |
+
if (confirm(es_view_subscriber_notices.es_subscriber_status_update)) {
|
124 |
+
document.getElementById("frm_es_bulkaction").value = 'updatestatus';
|
125 |
+
document.getElementById("searchquery_cnt").value = document.frm_es_display.searchquery_cnt.value;
|
126 |
+
document.getElementById("searchquery_group").value = document.frm_es_display.searchquery_group.value;
|
127 |
+
document.getElementById("searchquery_sts").value = document.frm_es_display.searchquery_sts.value;
|
128 |
+
document.getElementById("wp_create_nonce").value = document.frm_es_display.wp_create_nonce.value;
|
129 |
+
document.frm_es_display.action="admin.php?page=es-view-subscribers";
|
130 |
+
document.frm_es_display.submit();
|
131 |
+
} else {
|
132 |
+
return false;
|
133 |
+
}
|
134 |
}
|
135 |
}
|
136 |
|
140 |
} else {
|
141 |
document.getElementById('es_email_group').disabled = true;
|
142 |
}
|
143 |
+
if(val == "updatestatus") {
|
144 |
+
document.getElementById('es_update_status').disabled = false;
|
145 |
+
} else {
|
146 |
+
document.getElementById('es_update_status').disabled = true;
|
147 |
+
}
|
148 |
}
|
149 |
|
150 |
function _es_exportcsv(url, option) {
|