Email Subscribers & Newsletters - Version 3.2.4

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