Email Subscribers & Newsletters - Version 3.2.3

Version Description

(27.10.2016) =

  • New: New contributor name has been added
  • Update: Documentation links
  • New: Translation for Lithuanian (lt_LT) language added (Thanks to Andrius)
  • Update: Translation for Czech (cs_CZ) language updated (Thanks to Martin)
  • Update: Translation for Spanish (es_ES) language updated (Thanks to David Bravo)
  • Update: Translation for Turkish (tr_TR) language updated (Thanks to Erkan ORU)
  • Update: POT file
Download this release

Release Info

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

Code changes from version 3.2.2 to 3.2.3

base/es-defined.php CHANGED
@@ -24,6 +24,6 @@ if(!defined('ES_FAV')) define('ES_FAV', admin_url( 'admin.php?page=es-general-in
24
 
25
  if(!defined('ES_ADMINURL')) define( 'ES_ADMINURL', site_url( '/wp-admin/admin.php' ) );
26
 
27
- define('ES_OFFICIAL', 'If you like <strong>Email Subscribers</strong>, please consider leaving us a <a target="_blank" href="https://wordpress.org/support/plugin/email-subscribers/reviews/?filter=5#new-post">&#9733;&#9733;&#9733;&#9733;&#9733;</a> rating. A huge thank you from StoreApps in advance!');
28
 
29
  global $es_includes;
24
 
25
  if(!defined('ES_ADMINURL')) define( 'ES_ADMINURL', site_url( '/wp-admin/admin.php' ) );
26
 
27
+ define('ES_OFFICIAL', 'If you like <strong>Email Subscribers</strong>, please consider leaving us a <a target="_blank" href="https://wordpress.org/support/plugin/email-subscribers/reviews/?filter=5#new-post">&#9733;&#9733;&#9733;&#9733;&#9733;</a> rating. A huge thank you from Icegram in advance!');
28
 
29
  global $es_includes;
changelog.txt CHANGED
@@ -1,9 +1,19 @@
1
  Plugin Name : Email Subscribers & Newsletters
2
- Plugin URI : http://www.storeapps.org/
3
- Author : Store Apps
4
- Author URI : http://www.storeapps.org/
5
  License : GPLv3
6
 
 
 
 
 
 
 
 
 
 
 
7
  ********************************Version 3.2.2************************************************************
8
 
9
  * Fix: Illegal string offset 'es_registered' when syncing existing WordPress Subscribers
1
  Plugin Name : Email Subscribers & Newsletters
2
+ Plugin URI : http://www.icegram.com/
3
+ 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
10
+ * Update: Documentation links
11
+ * New: Translation for Lithuanian (lt_LT) language added (Thanks to Andrius)
12
+ * Update: Translation for Czech (cs_CZ) language updated (Thanks to Martin)
13
+ * Update: Translation for Spanish (es_ES) language updated (Thanks to David Bravo)
14
+ * Update: Translation for Turkish (tr_TR) language updated (Thanks to Erkan ORUÇ)
15
+ * Update: POT file
16
+
17
  ********************************Version 3.2.2************************************************************
18
 
19
  * Fix: Illegal string offset 'es_registered' when syncing existing WordPress Subscribers
compose/compose-add.php CHANGED
@@ -91,7 +91,7 @@ if(preg_match('#' . basename(__FILE__) . '#', $_SERVER['PHP_SELF'])) {
91
  <?php $settings_body = array( 'textarea_rows' => 25 ); ?>
92
  <?php wp_editor("", "es_templ_body", $settings_body);?>
93
  <p>
94
- <?php echo sprintf(__( '%s : ###NAME###, ###EMAIL###, ###DATE###, ###POSTTITLE###, ###POSTLINK###, ###POSTLINK-WITHTITLE###, ###POSTLINK-ONLY###, ###POSTIMAGE###, ###POSTDESC###, ###POSTFULL###', ES_TDOMAIN ), '<a href="http://www.storeapps.org/docs/es-what-are-static-templates-and-dynamic-templates/" target="_blank">' . __( 'Available Keywords', ES_TDOMAIN ) . '</a>' ); ?><br />
95
  </p>
96
 
97
  <div class="template_status" style="display:none;">
91
  <?php $settings_body = array( 'textarea_rows' => 25 ); ?>
92
  <?php wp_editor("", "es_templ_body", $settings_body);?>
93
  <p>
94
+ <?php echo sprintf(__( '%s : ###NAME###, ###EMAIL###, ###DATE###, ###POSTTITLE###, ###POSTLINK###, ###POSTLINK-WITHTITLE###, ###POSTLINK-ONLY###, ###POSTIMAGE###, ###POSTDESC###, ###POSTFULL###', ES_TDOMAIN ), '<a href="http://www.icegram.com/documentation/es-what-are-static-templates-and-dynamic-templates/" target="_blank">' . __( 'Available Keywords', ES_TDOMAIN ) . '</a>' ); ?><br />
95
  </p>
96
 
97
  <div class="template_status" style="display:none;">
compose/compose-edit.php CHANGED
@@ -102,7 +102,7 @@ if(preg_match('#' . basename(__FILE__) . '#', $_SERVER['PHP_SELF'])) {
102
  <?php $settings_body = array( 'textarea_rows' => 25 ); ?>
103
  <?php wp_editor(stripslashes($form['es_templ_body']), "es_templ_body", $settings_body);?>
104
  <p>
105
- <?php echo sprintf(__( '%s : ###NAME###, ###EMAIL###, ###DATE###, ###POSTTITLE###, ###POSTLINK###, ###POSTLINK-WITHTITLE###, ###POSTLINK-ONLY###, ###POSTIMAGE###, ###POSTDESC###, ###POSTFULL###', ES_TDOMAIN ), '<a href="http://www.storeapps.org/docs/es-what-are-static-templates-and-dynamic-templates/" target="_blank">' . __( 'Available Keywords', ES_TDOMAIN ) . '</a>' ); ?><br />
106
  </p>
107
 
108
  <div class="template_status" style="display:none;">
102
  <?php $settings_body = array( 'textarea_rows' => 25 ); ?>
103
  <?php wp_editor(stripslashes($form['es_templ_body']), "es_templ_body", $settings_body);?>
104
  <p>
105
+ <?php echo sprintf(__( '%s : ###NAME###, ###EMAIL###, ###DATE###, ###POSTTITLE###, ###POSTLINK###, ###POSTLINK-WITHTITLE###, ###POSTLINK-ONLY###, ###POSTIMAGE###, ###POSTDESC###, ###POSTFULL###', ES_TDOMAIN ), '<a href="http://www.icegram.com/documentation/es-what-are-static-templates-and-dynamic-templates/" target="_blank">' . __( 'Available Keywords', ES_TDOMAIN ) . '</a>' ); ?><br />
106
  </p>
107
 
108
  <div class="template_status" style="display:none;">
cron/cron-add.php CHANGED
@@ -95,10 +95,10 @@ 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.storeapps.org/docs/es-how-to-schedule-cron-mails/">What is Cron?</a>', ES_TDOMAIN ); ?></li>
99
- <li><?php echo __( '<a target="_blank" href="http://www.storeapps.org/docs/es-how-to-schedule-cron-emails-in-parallels-plesk/">Setup cron job in Plesk</a>', ES_TDOMAIN ); ?></li>
100
- <li><?php echo __( '<a target="_blank" href="http://www.storeapps.org/docs/es-how-to-schedule-cron-emails-in-cpanel/">Setup cron job in cPanal</a>', ES_TDOMAIN ); ?></li>
101
- <li><?php echo __( '<a target="_blank" href="http://www.storeapps.org/docs/es-what-to-do-if-hosting-doesnt-support-cron-jobs/">Hosting doesnt support cron jobs?</a>', ES_TDOMAIN ); ?></li><br>
102
  </div>
103
  <p class="description"><?php echo ES_OFFICIAL; ?></p>
104
  </div>
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>
102
  </div>
103
  <p class="description"><?php echo ES_OFFICIAL; ?></p>
104
  </div>
email-subscribers.php CHANGED
@@ -1,17 +1,18 @@
1
  <?php
2
  /**
3
  * Plugin Name: Email Subscribers & Newsletters
4
- * Plugin URI: http://www.storeapps.org/product/email-subscribers/
5
  * Description: Add subscription forms on website, send HTML newsletters & automatically notify subscribers about new blog posts once it gets published.
6
- * Version: 3.2.2
7
- * Author: StoreApps
8
- * Author URI: http://www.storeapps.org/
9
  * Requires at least: 3.4
10
  * Tested up to: 4.6.1
11
  * Text Domain: email-subscribers
12
  * Domain Path: /languages/
13
  * License: GPLv3
14
- * Copyright (c) 2015, 2016 StoreApps
 
15
  */
16
 
17
  if(preg_match('#' . basename(__FILE__) . '#', $_SERVER['PHP_SELF'])) { die('You are not allowed to call this page directly.'); }
1
  <?php
2
  /**
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
14
+ * License URI: http://www.gnu.org/licenses/gpl-3.0.html
15
+ * Copyright (c) 2016 Icegram
16
  */
17
 
18
  if(preg_match('#' . basename(__FILE__) . '#', $_SERVER['PHP_SELF'])) { die('You are not allowed to call this page directly.'); }
help/help.php CHANGED
@@ -111,7 +111,7 @@ if(preg_match('#' . basename(__FILE__) . '#', $_SERVER['PHP_SELF'])) {
111
 
112
  <ol class="es_faq_list">
113
  <li class="es_faq">
114
- <?php echo sprintf(__( '%s', ES_TDOMAIN ), '<a href="http://www.storeapps.org/docs/es-how-to-add-subscription-box-to-website/" target="_blank">' . __( 'How to Add Subscription box to website?', ES_TDOMAIN ) . '</a>' ); ?>
115
  <p style="line-height: 1.7em;">
116
  <?php echo __( 'Use any of the following 3 methods to add subscription form to your website :<br>
117
  a) Use shortcode in any page/post : <strong>[email-subscribers namefield="YES" desc="" group="Public"]</strong> <i>Or</i><br>
@@ -120,58 +120,58 @@ if(preg_match('#' . basename(__FILE__) . '#', $_SERVER['PHP_SELF'])) {
120
  </p>
121
  </li>
122
  <li class="es_faq">
123
- <?php echo sprintf(__( '%s', ES_TDOMAIN ), '<a href="http://www.storeapps.org/docs/es-how-to-import-or-export-email-addresses/" target="_blank">' . __( 'How to Import or Export Email Addresses?', ES_TDOMAIN ) . '</a>' ); ?>
124
  </li>
125
  <li class="es_faq">
126
- <?php echo sprintf(__( '%s', ES_TDOMAIN ), '<a href="http://www.storeapps.org/docs/es-general-plugin-settings/" target="_blank">' . __( 'General Plugin Settings', ES_TDOMAIN ) . '</a>' . __( ' (How to modify the existing emails content like Opt-in mail, Welcome mail, Admin mails)', ES_TDOMAIN ) ); ?>
127
  </li>
128
  <li class="es_faq">
129
- <?php echo sprintf(__( '%s', ES_TDOMAIN ), '<a href="http://www.storeapps.org/docs/es-how-to-change-update-translate-any-texts-from-email-subscribers/" target="_blank">' . __( 'How to change/update/translate any texts from Email Subscribers?', ES_TDOMAIN ) . '</a>' ); ?>
130
  </li>
131
  <li class="es_faq">
132
- <?php echo sprintf(__( '%s', ES_TDOMAIN ), '<a href="http://www.storeapps.org/docs/es-how-to-add-unsubscribe-link-in-emails/" target="_blank">' . __( 'How to add Unsubscribe link in emails?', ES_TDOMAIN ) . '</a>' ); ?>
133
  </li>
134
  <li class="es_faq">
135
- <?php echo sprintf(__( '%s', ES_TDOMAIN ), '<a href="http://www.storeapps.org/docs/es-what-are-static-templates-and-dynamic-templates/" target="_blank">' . __( 'What are Static Templates and Dynamic Templates?', ES_TDOMAIN ) . '</a>' ); ?>
136
  </li>
137
  <li class="es_faq">
138
- <?php echo sprintf(__( '%s', ES_TDOMAIN ), '<a href="http://www.storeapps.org/docs/es-how-to-compose-and-send-static-newsletter-mails/" target="_blank">' . __( 'How to Compose and Send Static Newsletter Mails?', ES_TDOMAIN ) . '</a>' ); ?>
139
  </li>
140
  <li class="es_faq">
141
- <?php echo sprintf(__( '%s', ES_TDOMAIN ), '<a href="http://www.storeapps.org/docs/es-how-to-configure-and-send-notification-emails-to-subscribers-when-new-posts-are-published/" target="_blank">' . __( 'How to Configure and Send notification emails to subscribers when new posts are published?', ES_TDOMAIN ) . '</a>' ); ?>
142
  </li>
143
  <li class="es_faq">
144
- <?php echo sprintf(__( '%s', ES_TDOMAIN ), '<a href="http://www.storeapps.org/docs/how-to-send-a-sample-new-post-notification-email-to-testgroup-myself/" target="_blank">' . __( 'How to Send a sample new post notification email to testgroup/myself?', ES_TDOMAIN ) . '</a>' ); ?>
145
  </li>
146
  <li class="es_faq">
147
- <?php echo sprintf(__( '%s', ES_TDOMAIN ), '<a href="http://www.storeapps.org/docs/es-how-to-check-sent-mails/" target="_blank">' . __( 'How to check Sent mails?', ES_TDOMAIN ) . '</a>' ); ?>
148
  </li>
149
  <li class="es_faq">
150
- <?php echo sprintf(__( '%s', ES_TDOMAIN ), '<a href="http://www.storeapps.org/docs/es-how-to-add-update-existing-subscribers-group/" target="_blank">' . __( 'How to Add/Update Existing Subscribers Group?', ES_TDOMAIN ) . '</a>' ); ?>
151
  </li>
152
  <li class="es_faq">
153
- <?php echo sprintf(__( '%s', ES_TDOMAIN ), '<a href="http://www.storeapps.org/docs/es-new-post-notification-emails-are-not-being-received-by-subscribers/" target="_blank">' . __( 'Emails are not being received by Subscribers?', ES_TDOMAIN ) . '</a>' ); ?>
154
  </li>
155
  <li class="es_faq">
156
- <?php echo sprintf(__( '%s', ES_TDOMAIN ), '<a href="http://www.storeapps.org/docs/es-how-to-show-subscribe-form-inside-a-popup/" target="_blank">' . __( 'How to show subscribe form inside a popup?', ES_TDOMAIN ) . '</a>' ); ?>
157
  </li>
158
  <li class="es_faq">
159
- <?php echo sprintf(__( '%s', ES_TDOMAIN ), '<a href="http://www.storeapps.org/docs/es-how-to-use-rainmakers-form-in-email-subscribers/" target="_blank">' . __( 'How to use Rainmaker’s form in Email Subscribers?', ES_TDOMAIN ) . '</a>' ); ?>
160
  </li>
161
  <li class="es_faq">
162
- <?php echo sprintf(__( '%s', ES_TDOMAIN ), '<a href="http://www.storeapps.org/docs/es-how-to-schedule-cron-mails/" target="_blank">' . __( 'How to Schedule Cron Mails?', ES_TDOMAIN ) . '</a>' ); ?>
163
  </li>
164
  <li class="es_faq">
165
- <?php echo sprintf(__( '%s', ES_TDOMAIN ), '<a href="http://www.storeapps.org/docs/es-how-to-schedule-cron-emails-in-cpanel/" target="_blank">' . __( 'How to Schedule Cron Emails in cPanel?', ES_TDOMAIN ) . '</a>' ); ?>
166
  </li>
167
  <li class="es_faq">
168
- <?php echo sprintf(__( '%s', ES_TDOMAIN ), '<a href="http://www.storeapps.org/docs/es-how-to-schedule-cron-emails-in-parallels-plesk/" target="_blank">' . __( 'How to Schedule Cron Emails in Parallels Plesk?', ES_TDOMAIN ) . '</a>' ); ?>
169
  </li>
170
  <li class="es_faq">
171
- <?php echo sprintf(__( '%s', ES_TDOMAIN ), '<a href="http://www.storeapps.org/docs/es-what-to-do-if-hosting-doesnt-support-cron-jobs/" target="_blank">' . __( 'What to do if Hosting doesn’t support Cron Jobs?', ES_TDOMAIN ) . '</a>' ); ?>
172
  </li>
173
  <li class="es_faq">
174
- <?php echo sprintf(__( '%s', ES_TDOMAIN ), '<a href="http://www.storeapps.org/docs/es-faq/" target="_blank">' . __( 'Commonly Asked Questions', ES_TDOMAIN ) . '</a>' ); ?>
175
  </li>
176
  </ol>
177
  </div>
111
 
112
  <ol class="es_faq_list">
113
  <li class="es_faq">
114
+ <?php echo sprintf(__( '%s', ES_TDOMAIN ), '<a href="http://www.icegram.com/documentation/es-how-to-add-subscription-box-to-website/" target="_blank">' . __( 'How to Add Subscription box to website?', ES_TDOMAIN ) . '</a>' ); ?>
115
  <p style="line-height: 1.7em;">
116
  <?php echo __( 'Use any of the following 3 methods to add subscription form to your website :<br>
117
  a) Use shortcode in any page/post : <strong>[email-subscribers namefield="YES" desc="" group="Public"]</strong> <i>Or</i><br>
120
  </p>
121
  </li>
122
  <li class="es_faq">
123
+ <?php echo sprintf(__( '%s', ES_TDOMAIN ), '<a href="http://www.icegram.com/documentation/es-how-to-import-or-export-email-addresses/" target="_blank">' . __( 'How to Import or Export Email Addresses?', ES_TDOMAIN ) . '</a>' ); ?>
124
  </li>
125
  <li class="es_faq">
126
+ <?php echo sprintf(__( '%s', ES_TDOMAIN ), '<a href="http://www.icegram.com/documentation/es-general-plugin-settings/" target="_blank">' . __( 'General Plugin Settings', ES_TDOMAIN ) . '</a>' . __( ' (How to modify the existing emails content like Opt-in mail, Welcome mail, Admin mails)', ES_TDOMAIN ) ); ?>
127
  </li>
128
  <li class="es_faq">
129
+ <?php echo sprintf(__( '%s', ES_TDOMAIN ), '<a href="http://www.icegram.com/documentation/es-how-to-change-update-translate-any-texts-from-email-subscribers/" target="_blank">' . __( 'How to change/update/translate any texts from Email Subscribers?', ES_TDOMAIN ) . '</a>' ); ?>
130
  </li>
131
  <li class="es_faq">
132
+ <?php echo sprintf(__( '%s', ES_TDOMAIN ), '<a href="http://www.icegram.com/documentation/es-how-to-add-unsubscribe-link-in-emails/" target="_blank">' . __( 'How to add Unsubscribe link in emails?', ES_TDOMAIN ) . '</a>' ); ?>
133
  </li>
134
  <li class="es_faq">
135
+ <?php echo sprintf(__( '%s', ES_TDOMAIN ), '<a href="http://www.icegram.com/documentation/es-what-are-static-templates-and-dynamic-templates/" target="_blank">' . __( 'What are Static Templates and Dynamic Templates?', ES_TDOMAIN ) . '</a>' ); ?>
136
  </li>
137
  <li class="es_faq">
138
+ <?php echo sprintf(__( '%s', ES_TDOMAIN ), '<a href="http://www.icegram.com/documentation/es-how-to-compose-and-send-static-newsletter-mails/" target="_blank">' . __( 'How to Compose and Send Static Newsletter Mails?', ES_TDOMAIN ) . '</a>' ); ?>
139
  </li>
140
  <li class="es_faq">
141
+ <?php echo sprintf(__( '%s', ES_TDOMAIN ), '<a href="http://www.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>' ); ?>
157
  </li>
158
  <li class="es_faq">
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>' ); ?>
166
  </li>
167
  <li class="es_faq">
168
+ <?php echo sprintf(__( '%s', ES_TDOMAIN ), '<a href="http://www.icegram.com/documentation/es-how-to-schedule-cron-emails-in-parallels-plesk/" target="_blank">' . __( 'How to Schedule Cron Emails in Parallels Plesk?', ES_TDOMAIN ) . '</a>' ); ?>
169
  </li>
170
  <li class="es_faq">
171
+ <?php echo sprintf(__( '%s', ES_TDOMAIN ), '<a href="http://www.icegram.com/documentation/es-what-to-do-if-hosting-doesnt-support-cron-jobs/" target="_blank">' . __( 'What to do if Hosting doesn’t support Cron Jobs?', ES_TDOMAIN ) . '</a>' ); ?>
172
  </li>
173
  <li class="es_faq">
174
+ <?php echo sprintf(__( '%s', ES_TDOMAIN ), '<a href="http://www.icegram.com/documentation/es-faq/" target="_blank">' . __( 'Commonly Asked Questions', ES_TDOMAIN ) . '</a>' ); ?>
175
  </li>
176
  </ol>
177
  </div>
languages/email-subscribers-cs_CZ.mo CHANGED
Binary file
languages/email-subscribers-cs_CZ.po CHANGED
@@ -2,1947 +2,1926 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Email Subscribers\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: Tue Feb 09 2016 16:21:13 GMT+0530 (IST)\n"
6
- "PO-Revision-Date: 2016-07-25 19:26+0200\n"
7
  "Last-Translator: administrator <2mkower@gmail.com>\n"
8
- "Language-Team: \n"
9
- "Language: cs\n"
10
- "Plural-Forms: nplurals=3; plural=( n == 1 ) ? 0 : ( n >= 2 && n <= 4 ) ? 1 : 2;\n"
 
11
  "MIME-Version: 1.0\n"
12
  "Content-Type: text/plain; charset=UTF-8\n"
13
  "Content-Transfer-Encoding: 8bit\n"
14
  "X-Poedit-SourceCharset: UTF-8\n"
15
  "X-Poedit-Basepath: .\n"
16
- "X-Poedit-KeywordsList: _:1;gettext:1;dgettext:2;ngettext:1,2;dngettext:2,3;__:1;"
17
- "_e:1;_c:1;_n:1,2;_n_noop:1,2;_nc:1,2;__ngettext:1,2;__ngettext_noop:1,2;_x:1,2c;"
18
- "_ex:1,2c;_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;esc_attr__:1;"
19
- "esc_html__:1;esc_attr_e:1;esc_html_e:1;esc_attr_x:1,2c;esc_html_x:1,2c;"
20
- "comments_number_link:2,3;t:1;st:1;trans:1;transChoice:1,2\n"
21
- "X-Generator: Poedit 1.8.8\n"
22
  "X-Loco-Target-Locale: cs_CZ\n"
23
  "X-Poedit-SearchPath-0: ..\n"
24
 
25
- #: ../subscribers/view-subscriber-show.php:232
26
- msgid "View Subscribers"
27
- msgstr "Zobrazení odběratelů"
 
 
 
 
 
28
 
29
- #. URI of the plugin
30
- msgid "http://www.storeapps.org/product/email-subscribers"
31
- msgstr "http://www.storeapps.org/product/email-subscribers"
 
 
 
32
 
33
- #. Author of the plugin
34
- msgid "StoreApps"
35
- msgstr "StoreApps"
36
 
37
- #: ../notification/notification-edit.php:43
38
- msgid "Please select subscribers group"
39
- msgstr "Prosím, vyberte skupinu odběratelů"
 
 
 
 
40
 
41
- #: ../notification/notification-edit.php:49
42
- msgid "Please select notification status"
43
- msgstr "Prosím, vyberte stav oznámení"
 
44
 
45
- #: ../notification/notification-edit.php:114
46
- msgid "Not allowed to update subscribers group in edit page"
47
- msgstr "Není dovoleno měnit skupinu odběratelů v editační stránce"
 
48
 
49
- #: ../notification/notification-edit.php:126 ../notification/notification-add.php:
50
- #: 134
51
- msgid "Select notification mail subject (Use compose menu to create new)"
52
- msgstr "Vybrat předmět oznamovacího emailu (Použijte menu pro tvorbu nového)"
53
 
54
- #: ../notification/notification-edit.php:195 ../notification/notification-add.php:
55
- #: 194
56
- msgid "Custom Post Type"
57
- msgstr "Vlastní typ příspěvků"
58
 
59
- #: ../notification/notification-edit.php:230 ../notification/notification-add.php:
60
- #: 224
61
- msgid "No Custom Post Types Available"
62
- msgstr "Žádné vlastní typy příspěvků nejsou dostupné"
63
 
64
- #: ../notification/notification-edit.php:243 ../notification/notification-add.php:
65
- #: 237
66
- msgid "Send mail immediately when new post is published"
67
- msgstr "Odesílat email ihned, když je nový příspěvek publikován"
68
 
69
- #: ../notification/notification-edit.php:244 ../notification/notification-add.php:
70
- #: 238
71
- msgid "Add to cron when new post is published and send via cron job"
 
72
  msgstr ""
73
- "Přidat do cronu, když je nový příspěvek zveřejněn a odeslat prostřednictvím cronu"
74
 
75
- #: ../notification/notification-edit.php:245 ../notification/notification-add.php:
76
- #: 239
77
- msgid "Disable notification"
78
- msgstr "Zakázat oznámení"
 
 
 
79
 
80
- #: ../notification/notification-add.php:70
81
- msgid "Notification was successfully created. "
82
- msgstr "Oznámení bylo úspěšně vytvořeno."
 
 
 
 
83
 
84
- #: ../notification/notification-add.php:93
85
- msgid " to view the details."
86
- msgstr " pro zobrazení detailů."
87
 
88
- #: ../notification/notification-add.php:110
89
- msgid "Select subscribers group"
90
- msgstr "Vybrat skupinu odběratelů"
91
 
92
- #: ../notification/notification-add.php:159
93
- msgid "Select post categories"
94
- msgstr "Vybrat rubriku příspěvků"
95
 
96
- #: ../notification/notification-add.php:195
97
- msgid "Select your custom post type (Optional)"
98
- msgstr "Vybrat vlastních typ příspěvků (volitelně)"
 
 
 
 
99
 
100
- #: ../notification/notification-add.php:232
101
- msgid "Select notification status"
102
- msgstr "Vybrat oznámení pro status"
103
 
104
- #: ../notification/notification-show.php:30
105
- msgid "Selected record was successfully deleted"
106
- msgstr "Vybráný záznam byl úspěšně smazán"
107
 
108
- #: ../notification/notification-show.php:117
109
- msgid "Send mail immediately when new post is published."
110
- msgstr "Odesílat poštu ihned, když je nový příspěvek publikován."
111
 
112
- #: ../notification/notification-show.php:119
113
- msgid "Add to cron and send mail via cron job."
114
- msgstr "Přidat do cronu a odesílat poštu přes cron job."
115
 
116
- #: ../sendmail/sendmail.php:129
117
- msgid "Select your mail type"
118
- msgstr "Vybrat typ emailu"
 
119
 
120
- #: ../sendmail/sendmail.php:135
121
- msgid "Send mail immediately"
122
- msgstr "Odeslat email ihned"
123
 
124
- #: ../sendmail/sendmail.php:136
125
- msgid "Send mail via cron job"
126
- msgstr "Odeslat email cron jobem"
127
 
128
- #: ../sendmail/sendmail.php:144
129
- msgid "Select your subscriber group to send email"
130
- msgstr "Vyberte účastníky skupiny pro odesílání emailů"
131
 
132
- #: ../sendmail/sendmail.php:177
133
- msgid "A,B,C"
134
- msgstr "A,B,C"
135
 
136
- #: ../sendmail/sendmail.php:178
137
- msgid "D,E,F"
138
- msgstr "D,E,F"
139
 
140
- #: ../sendmail/sendmail.php:179
141
- msgid "G,H,I"
142
- msgstr "G,H,I"
 
 
 
 
 
 
 
 
143
 
144
- #: ../sendmail/sendmail.php:180
145
- msgid "J,K,L"
146
- msgstr "J,K,L"
147
 
148
- #: ../sendmail/sendmail.php:181
149
- msgid "M,N,O"
150
- msgstr "M,N,O"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
151
 
152
  #: ../sendmail/sendmail.php:182
153
- msgid "P,Q,R"
154
- msgstr "P,Q,R"
 
 
 
 
 
 
155
 
156
- #: ../sendmail/sendmail.php:183
157
- msgid "S,T,U"
158
- msgstr "S,T,U"
159
 
160
- #: ../sendmail/sendmail.php:184
161
- msgid "V,W,X,Y,Z"
162
- msgstr "V,W,X,Y,Z"
 
163
 
164
- #: ../sendmail/sendmail.php:185
165
- msgid "0-9"
166
- msgstr "0-9"
 
 
 
 
167
 
168
- #: ../sendmail/sendmail.php:186
169
- msgid "ALL"
170
- msgstr "Vše"
 
 
 
 
 
 
 
171
 
172
- #: ../sendmail/sendmail.php:223
173
- #, php-format
174
  msgid ""
175
- "<span style=\"color:#FF0000\">No subscribers available for %s search criteria.</"
176
- "span>"
 
177
  msgstr ""
178
- "<span style=\"color:#FF0000\">Nejsou k dispozici žádní odběratelé podle %s "
179
- "kritérií výběru.</span>"
 
180
 
181
- #: ../settings/setting-sync.php:14
182
- msgid "Table sync completed successfully."
183
- msgstr "Tabulka synchronizace byla úspěšně dokončena."
 
 
 
 
184
 
185
- #: ../settings/setting-sync.php:27
186
- msgid "Sync plugin tables"
187
- msgstr "Synchronizační plugin tabulek"
188
 
189
- #: ../settings/setting-sync.php:30
190
- msgid "Click to sync tables"
191
- msgstr "Klikněte pro synchronizaci tabulek"
192
 
193
- #: ../settings/settings-edit.php:17
194
- msgid "Oops, selected details doesnt exists."
195
- msgstr "Jejda, vybrané detaily neexistují."
196
 
197
- #: ../settings/settings-edit.php:111
198
- msgid "Please enter sender of notifications from name."
199
- msgstr "Prosím, zadejte odesílatele oznámení z názvu."
200
 
201
- #: ../settings/settings-edit.php:116
202
- msgid "Please enter sender of notifications from email."
203
- msgstr "Prosím, zadejte odesílatele oznámení z emailu."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
204
 
205
- #: ../settings/settings-edit.php:149
206
- msgid "Details was successfully updated."
207
- msgstr "Podrobnosti byly úspěšně aktualizovány."
 
208
 
209
- #: ../settings/settings-edit.php:152
210
- msgid "Oops, details not update."
211
- msgstr "Jejda, detaily nejsou aktualizovány."
212
 
213
- #: ../settings/settings-edit.php:192 ../classes/es-register.php:155 ../classes/es-
214
- #: register.php:156
215
- msgid "Settings"
216
- msgstr "Nastavení"
217
 
218
- #: ../settings/settings-edit.php:198
219
- msgid "Sender of notifications"
220
- msgstr "Odesílatel oznámení"
221
 
222
- #: ../settings/settings-edit.php:199
223
- msgid ""
224
- "Choose a FROM name and FROM email address for all notifications emails from this "
225
- "plugin."
226
- msgstr ""
227
- "Vyberte jména (FROM) a emailové adresy pro všechny oznamovací emaily od tohoto "
228
- "pluginu."
229
 
230
- #: ../settings/settings-edit.php:209
231
- msgid "Mail type"
232
- msgstr "Typ emailu"
233
 
234
- #: ../settings/settings-edit.php:210
235
  msgid ""
236
- "Option 1 & 2 is to send mails with default Wordpress method wp_mail(). Option 3 & "
237
- "4 is to send mails with PHP method mail()"
238
  msgstr ""
239
- "Varianta 1 a 2 je odesílaní emailů s výchozí Wordpress metodou wp_mail(). "
240
- "Varianta 3 a 4, je odesílat emaily s metodou PHP mailu()"
241
 
242
- #: ../settings/settings-edit.php:214
243
- msgid "1. WP HTML MAIL"
244
- msgstr "1. WP HTML email"
245
 
246
- #: ../settings/settings-edit.php:215
247
- msgid "2. WP PLAINTEXT MAIL"
248
- msgstr "2. WP email - prostý text"
249
 
250
- #: ../settings/settings-edit.php:216
251
- msgid "3. PHP HTML MAIL"
252
- msgstr "3. PHP HTML email"
253
 
254
- #: ../settings/settings-edit.php:217
255
- msgid "4. PHP PLAINTEXT MAIL"
256
- msgstr "4. PHP email - prostý text"
 
257
 
258
- #: ../settings/settings-edit.php:224
259
- msgid "Opt-in option"
260
- msgstr "Nastavení potvrzení"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
261
 
262
- #: ../settings/settings-edit.php:225
263
- msgid ""
264
- "Double Opt In, means subscribers need to confirm their email address by an "
265
- "activation link sent them on a activation email message. Single Opt In, means "
266
- "subscribers do not need to confirm their email address."
267
- msgstr ""
268
- "Dvojité potvrzení, znamená, že požadujete aby odběratelé potvrdili svou emailovou "
269
- "adresu aktivační odkazem zaslaným v aktivační emailové zprávě. Jednoduché "
270
- "potvrzení, znamená že odběratelé nemusí potvrdit svou emailovou adresu."
271
 
272
- #: ../settings/settings-edit.php:229
273
- msgid "Double Opt In"
274
- msgstr "Dvojité potvrzení"
275
 
276
- #: ../settings/settings-edit.php:230 ../subscribers/view-subscriber-show.php:303
277
- msgid "Single Opt In"
278
- msgstr "Jednoduché potvrzení"
 
279
 
280
- #: ../settings/settings-edit.php:236
281
- msgid "Image Size"
282
- msgstr "Velikost obrázku"
 
 
 
 
283
 
284
- #: ../settings/settings-edit.php:237
285
- msgid "Select image size for ###POSTIMAGE### to be shown in post notification email"
286
- msgstr ""
287
- "Výběr velikosti obrázku ###POSTIMAGE###, které mají být uvedeny v oznamovacím "
288
- "emailu"
289
 
290
- #: ../settings/settings-edit.php:241
291
- msgid "Full Size"
292
- msgstr "Plná velikost"
293
 
294
- #: ../settings/settings-edit.php:242
295
- msgid "Medium Size"
296
- msgstr "Střední velikost"
297
 
298
- #: ../settings/settings-edit.php:243
299
- msgid "Thumbnail"
300
- msgstr "Náhled"
301
 
302
- #: ../settings/settings-edit.php:249
303
- msgid "Opt-in mail subject (Confirmation mail)"
304
- msgstr "Nastavení předmětu emailu (Potvrzovací email)"
305
 
306
- #: ../settings/settings-edit.php:250
307
- msgid ""
308
- "Enter the subject for Double Opt In mail. This will send whenever subscriber "
309
- "added email into our database."
310
- msgstr ""
311
- "Zadejte předmět pro email Dvojitého potvrzení emailové adresy. Ten bude posílán "
312
- "vždy, když bude odběratelův email přidán do naší databáze."
313
 
314
- #: ../settings/settings-edit.php:256
315
- msgid "Opt-in mail content (Confirmation mail)"
316
- msgstr "Přihlášení k odběru - obsah emailu (Potvrzení mail)"
317
 
318
- #: ../settings/settings-edit.php:257
319
- msgid ""
320
- "Enter the content for Double Opt In mail. This will send whenever subscriber "
321
- "added email into our database."
322
- msgstr ""
323
- "Zadejte obsah pro email Dvojitého potvrzení. Ten bude posílán vždy, když bude "
324
- "odběratelův email přidán do naší databáze."
325
 
326
- #: ../settings/settings-edit.php:263
327
- msgid "Opt-in link (Confirmation link)"
328
- msgstr "Odkaz Přihlášení k odběru (Potvrzovací link)"
329
 
330
- #: ../settings/settings-edit.php:264
331
- msgid "Double Opt In confirmation link. You no need to change this value."
332
- msgstr "Potvrzovací odkaz pro dvojité potvrzení. Není nutné tuto hodnotu měnit."
333
 
334
- #: ../settings/settings-edit.php:270
335
- msgid "Text to display after email subscribed successfully"
336
- msgstr "Text, který se zobrazí po úspěšném odeslání emailu"
 
337
 
338
- #: ../settings/settings-edit.php:271
339
- msgid ""
340
- "This text will display once user clicked email confirmation link from opt-in "
341
- "(confirmation) email content."
342
- msgstr ""
343
- "Tento text se zobrazí, jakmile uživatel klikl na potvrzovací odkaz v emailu pro "
344
- "potvrzení emailu."
345
 
346
- #: ../settings/settings-edit.php:278
347
- msgid "Subscriber welcome email"
348
- msgstr "Uvítací email pro odběratele "
349
 
350
- #: ../settings/settings-edit.php:279
351
- msgid "To send welcome mail to subscriber, This option must be set to YES."
352
- msgstr ""
353
- "Chcete-li poslat uvítací email odběrateli, musí být tato volba nastavena na "
354
- "hodnotu ANO."
355
 
356
- #: ../settings/settings-edit.php:283 ../settings/settings-edit.php:311
357
- msgid "YES"
358
- msgstr "ANO"
 
359
 
360
- #: ../settings/settings-edit.php:284 ../settings/settings-edit.php:312
361
- msgid "NO"
362
- msgstr "NE"
363
 
364
- #: ../settings/settings-edit.php:290
365
- msgid "Welcome mail subject"
366
- msgstr "Předmět uvítacího emailu"
367
 
368
- #: ../settings/settings-edit.php:291
369
- msgid ""
370
- "Enter the subject for subscriber welcome mail. This will send whenever email "
371
- "subscribed (confirmed) successfully."
372
- msgstr ""
373
- "Zadejte předmět uvítacího emailu pro odběratele. Bude posílán po úspěšném "
374
- "potvrzení emailu k odeběru."
375
 
376
- #: ../settings/settings-edit.php:297
377
- msgid "Subscriber welcome mail content"
378
- msgstr "Obsah uvítacího emailu pro odběratele"
379
 
380
- #: ../settings/settings-edit.php:298
381
- msgid ""
382
- "Enter the content for subscriber welcome mail. This will send whenever email "
383
- "subscribed (confirmed) successfully. (Keyword: ###NAME###)"
384
- msgstr ""
385
- "Zadejte obsah uvítacího emailu pro odběratele. Bude posílán po úspěšném potvrzení "
386
- "emailu k odběru. (Klíčové slovo: ###NAME###)"
387
 
388
- #: ../settings/settings-edit.php:306
389
- msgid "Mail to admin"
390
- msgstr "Email administrátora"
391
 
392
- #: ../settings/settings-edit.php:307
393
- msgid ""
394
- "To send admin notifications for new subscriber, This option must be set to YES."
395
- msgstr ""
396
- "Chcete-li poslat oznámení správci o novém odběrateli, musí být tato volba "
397
- "nastavena na ANO."
398
 
399
- #: ../settings/settings-edit.php:318
400
- msgid "Admin email addresses"
401
- msgstr "Emailová adresa administrátora"
402
 
403
- #: ../settings/settings-edit.php:319
404
- msgid ""
405
- "Enter the admin email addresses that should receive notifications (separate by "
406
- "comma)."
407
- msgstr ""
408
- "Zadejte emailové adresy administrátorů, kteří budou přijímat oznámení (oddělené "
409
- "čárkou)."
410
 
411
- #: ../settings/settings-edit.php:325
412
- msgid "Admin mail subject"
413
- msgstr "Subjekt emailu pro administrátora"
414
 
415
- #: ../settings/settings-edit.php:326
416
- msgid ""
417
- "Enter the subject for admin mail. This will send whenever new email added and "
418
- "confirmed into our database."
419
- msgstr ""
420
- "Zadejte předmět pro email administrátorovi. Bude posílán kdykoli bude nový email "
421
- "přidán nebo potvrzen v naší databázi."
422
 
423
- #: ../settings/settings-edit.php:332
424
- msgid "Admin mail content"
425
- msgstr "Obsah emailu pro administrátora"
426
 
427
- #: ../settings/settings-edit.php:333
428
- msgid ""
429
- "Enter the mail content for admin. This will send whenever new email added and "
430
- "confirmed into our database. (Keyword: ###NAME###, ###EMAIL###)"
431
- msgstr ""
432
- "Zadejte obsah emailu pro administrátora. Ten bude posílán kdykoli bude nový email "
433
- "přidán a potvrzen do naší databáze. (Klíčové slovo: ###NAME###, ###EMAIL###)"
434
 
435
- #: ../settings/settings-edit.php:340
436
- msgid "Unsubscribe link"
437
- msgstr "Odhlašovací link"
438
 
439
- #: ../settings/settings-edit.php:341
440
- msgid "Unsubscribe link. You no need to change this value."
441
- msgstr "Odhlašovací odkaz. Není nutné tuto hodnotu měnit."
442
 
443
- #: ../settings/settings-edit.php:347
444
- msgid "Unsubscribe text in mail"
445
- msgstr "Text emailu pro odhlášení"
446
 
447
- #: ../settings/settings-edit.php:348
448
- msgid ""
449
- "Enter the text for unsubscribe link. This text is to add unsubscribe link with "
450
- "newsletter. (Keyword: ###LINK###)"
451
- msgstr ""
452
- "Zadejte text odkazu pro odhlášení. Tento text je přidán do odkazu pro odhlášení "
453
- "ve zpravodaji. (Klíčové slovo: ###LINK###)"
454
 
455
- #: ../settings/settings-edit.php:354
456
- msgid "Text to display after email unsubscribed"
457
- msgstr "Text, který se zobrazí po emailu s odhlášením"
458
 
459
- #: ../settings/settings-edit.php:355
460
- msgid ""
461
- "This text will display once user clicked unsubscribed link from our newsletter."
462
- msgstr ""
463
- "Tento text se zobrazí, jakmile uživatel klikl odkaz pro odhlášení ze zasílání "
464
- "novinek."
465
 
466
- #: ../settings/settings-edit.php:362
467
- msgid "Message 1"
468
- msgstr "Zpráva 1"
469
 
470
- #: ../settings/settings-edit.php:363
471
- msgid "Default message to display if any issue on confirmation link."
472
- msgstr ""
473
- "Výchozí zpráva se zobrazí, pokud nastane jakýkoliv problém při použití odkazu pro "
474
- "potvrzení."
475
 
476
- #: ../settings/settings-edit.php:369
477
- msgid "Message 2"
478
- msgstr "Zpráva 2"
479
 
480
- #: ../settings/settings-edit.php:370
481
- msgid "Default message to display if any issue on unsubscribe link."
 
 
 
 
 
 
482
  msgstr ""
483
- "Výchozí zpráva se zobrazí, pokud nastane jakýkoliv problém při použití odkazu pro "
484
- "odhlášení."
485
 
486
- #: ../settings/settings-edit.php:377
487
- msgid "Sent report subject"
488
- msgstr "Subjekt zprávy o deslání"
489
 
490
- #: ../settings/settings-edit.php:378
491
- msgid "Mail subject for sent mail report."
492
- msgstr "Emailová adresa pro zprávu o odeslání."
493
 
494
- #: ../settings/settings-edit.php:384
495
- msgid "Sent report content"
496
- msgstr "Obsah zpávy o odeslání"
497
 
498
- #: ../settings/settings-edit.php:385
 
 
 
 
 
499
  msgid ""
500
- "Mail content for sent mail report. (Keyword: ###COUNT###, ###UNIQUE###, "
501
- "###STARTTIME###, ###ENDTIME###)"
 
502
  msgstr ""
503
- "Obsah emailu pro odeslaní zpávy. (Klíčová slova: ###COUNT###, ###UNIQUE###, "
504
- "###STARTTIME###, ###ENDTIME###)"
 
505
 
506
- #: ../settings/settings-edit.php:396
507
- msgid "Save Settings"
508
- msgstr "Uložit nastavení"
509
 
510
- #: ../settings/settings-edit.php:397 ../subscribers/view-subscriber-add.php:154 ..
511
- #: subscribers/view-subscriber-sync.php:157 ../subscribers/view-subscriber-edit.
512
- #: php:147 ../notification/notification-edit.php:255 ../notification/notification-
513
- #: add.php:248 ../compose/compose-edit.php:109 ../compose/compose-add.php:100
514
- #: cron/cron-add.php:89 ../sendmail/sendmail.php:240 ../roles/roles-add.php:157
515
- msgid "Cancel"
516
- msgstr "Zrušit"
517
-
518
- #: ../settings/settings-edit.php:398 ../sentmail/sentmail-preview.php:36 ..
519
- #: sentmail/deliverreport-show.php:118 ../subscribers/view-subscriber-add.php:155
520
- #: ../subscribers/view-subscriber-sync.php:158 ../subscribers/view-subscriber-
521
- #: export.php:68 ../subscribers/view-subscriber-edit.php:148 ../subscribers/view-
522
- #: subscriber-import.php:189 ../subscribers/view-subscriber-show.php:448
523
- #: notification/notification-edit.php:256 ../notification/notification-add.php:249
524
- #: ../notification/notification-show.php:141 ../compose/compose-edit.php:110 .
525
- #: compose/compose-show.php:113 ../compose/compose-preview.php:35
526
- #: compose/compose-add.php:101 ../cron/cron-add.php:90 ../sendmail/sendmail.php:241
527
- #: ../roles/roles-add.php:158
528
- msgid "Help"
529
- msgstr "Pomoc"
530
 
531
- #: ../job/es-optin.php:56 ../job/es-optin.php:66 ../job/es-unsubscribe.php:53 ..
532
- #: job/es-unsubscribe.php:60
533
- msgid ""
534
- "Oops.. We are getting some technical error. Please try again or contact admin."
535
- msgstr ""
536
- "Jejda ... Nastala technická chyba. Zkuste to prosím znovu nebo se obraťte na "
537
- "administrátora."
538
 
539
- #: ../job/es-optin.php:59
540
- msgid "This email address has already been confirmed."
541
- msgstr "Tato emailová adresa byla již potvrzena."
 
 
 
 
 
 
542
 
543
- #: ../sentmail/sentmail-show.php:19 ../sentmail/sentmail-preview.php:15 ..
544
- #: subscribers/view-subscriber-edit.php:12 ../subscribers/view-subscriber-show.
545
- #: php:46 ../notification/notification-edit.php:16 ../notification/notification-
546
- #: show.php:18 ../compose/compose-edit.php:15 ../compose/compose-show.php:31
547
- #: compose/compose-preview.php:13
548
- msgid "Oops, selected details doesnt exist."
549
- msgstr "Jejda, vybrané detaily neexistují."
550
 
551
- #: ../sentmail/sentmail-show.php:31 ../subscribers/view-subscriber-show.php:60 ..
552
- #: subscribers/view-subscriber-show.php:104 ../compose/compose-show.php:43
553
- msgid "Selected record was successfully deleted."
554
- msgstr "Vybrán záznam byl úspěšně odstraněn."
555
 
556
- #: ../sentmail/sentmail-show.php:38
557
- msgid "Successfully deleted all reports except latest 10."
558
- msgstr "Úspěšně smazány všechny reporty kromě posledních 10."
 
 
 
 
559
 
560
- #: ../sentmail/sentmail-show.php:49 ../classes/es-register.php:161 ../classes/es-
561
- #: register.php:162
562
- msgid "Sent Mails"
563
- msgstr "Odeslané emaily"
564
 
565
- #: ../sentmail/sentmail-show.php:67 ../sentmail/sentmail-show.php:80
566
- msgid "View Reports"
567
- msgstr "Zobrazit přehledy"
568
 
569
- #: ../sentmail/sentmail-show.php:68 ../sentmail/sentmail-show.php:81 ..
570
- #: compose/compose-show.php:95
571
- msgid "Preview"
572
- msgstr "Náhled"
 
 
 
 
 
 
 
 
 
 
 
573
 
574
- #: ../sentmail/sentmail-show.php:69 ../sentmail/sentmail-show.php:82
575
- msgid "Source"
576
- msgstr "Zdroj"
 
 
 
 
 
 
 
577
 
578
- #: ../sentmail/sentmail-show.php:70 ../sentmail/sentmail-show.php:83 ..
579
- #: sentmail/deliverreport-show.php:42 ../sentmail/deliverreport-show.php:54
580
- #: subscribers/view-subscriber-add.php:121 ../subscribers/view-subscriber-edit.
581
- #: php:105 ../subscribers/view-subscriber-import.php:155 ../subscribers/view-
582
- #: subscriber-show.php:327 ../subscribers/view-subscriber-show.php:340
583
- #: compose/compose-edit.php:99 ../compose/compose-show.php:67 ../compose/compose-
584
- #: show.php:75 ../compose/compose-add.php:90
585
- msgid "Status"
586
- msgstr "Status"
587
 
588
- #: ../sentmail/sentmail-show.php:71 ../sentmail/sentmail-show.php:84 ..
589
- #: sentmail/deliverreport-show.php:43 ../sentmail/deliverreport-show.php:55
590
- #: compose/compose-show.php:68 ../compose/compose-show.php:76
591
- msgid "Type"
592
- msgstr "Typ"
593
 
594
- #: ../sentmail/sentmail-show.php:72 ../sentmail/sentmail-show.php:85
595
- msgid "Start Date"
596
- msgstr "Počáteční datum"
 
597
 
598
- #: ../sentmail/sentmail-show.php:73 ../sentmail/sentmail-show.php:86
599
- msgid "End Date"
600
- msgstr "Konečné datum"
 
601
 
602
- #: ../sentmail/sentmail-show.php:74 ../sentmail/sentmail-show.php:87
603
- msgid "Total"
604
- msgstr "Celkem"
 
 
 
605
 
606
- #: ../sentmail/sentmail-show.php:75 ../sentmail/sentmail-show.php:88 ..
607
- #: subscribers/view-subscriber-export.php:30 ../subscribers/view-subscriber-
608
- #: export.php:38 ../subscribers/view-subscriber-show.php:330 ../subscribers/view-
609
- #: subscriber-show.php:343 ../compose/compose-show.php:69 ../compose/compose-show.
610
- #: php:77
611
- msgid "Action"
612
- msgstr "Akce"
613
 
614
- #: ../sentmail/sentmail-show.php:128 ../sentmail/deliverreport-show.php:82 ..
615
- #: notification/notification-show.php:130 ../compose/compose-show.php:102
616
- msgid "No records available."
617
- msgstr "Žádné záznamy k dispozici."
618
 
619
- #: ../sentmail/sentmail-show.php:140 ../sentmail/deliverreport-show.php:94
620
- msgid " &lt;&lt; "
621
- msgstr " &lt;&lt; "
 
 
622
 
623
- #: ../sentmail/sentmail-show.php:141 ../sentmail/deliverreport-show.php:95
624
- msgid " &gt;&gt; "
625
- msgstr " &gt;&gt; "
 
626
 
627
- #: ../sentmail/sentmail-show.php:164 ../sentmail/sentmail-show.php:166
628
- msgid "Optimize Table"
629
- msgstr "Optimalizace tabulky"
 
630
 
631
- #: ../sentmail/sentmail-show.php:174
632
- msgid ""
633
- "Note: Please click <strong>Optimize Table</strong> button to delete all reports "
634
- "except latest 10."
635
- msgstr ""
636
- "Poznámka: Kliknutím na tlačítko <strong> Optimalizace tabulky </ strong> vymažete "
637
- "všechny zprávy kromě posledních 10."
638
 
639
- #: ../sentmail/sentmail-preview.php:22 ../compose/compose-preview.php:21
640
- msgid "Preview Mail"
641
- msgstr "Náhled emailu"
 
642
 
643
- #: ../sentmail/sentmail-preview.php:35 ../sentmail/deliverreport-show.php:117 ..
644
- #: subscribers/view-subscriber-export.php:67 ../subscribers/view-subscriber-
645
- #: import.php:188 ../compose/compose-preview.php:33
646
- msgid "Back"
647
- msgstr "Zpět"
648
 
649
- #: ../sentmail/deliverreport-show.php:13
650
- msgid "Oops.. Unexpected error occurred. Please try again."
651
- msgstr "Jejda ... došlo k neočekávané chybě. Prosím, zkuste to znovu."
 
 
652
 
653
- #: ../sentmail/deliverreport-show.php:22
654
- msgid "Delivery Report"
655
- msgstr "Zpráva o doručení"
656
 
657
- #: ../sentmail/deliverreport-show.php:39 ../sentmail/deliverreport-show.php:51 ..
658
- #: subscribers/view-subscriber-export.php:27 ../subscribers/view-subscriber-
659
- #: export.php:35 ../subscribers/view-subscriber-show.php:324 ../subscribers/view-
660
- #: subscriber-show.php:337
661
- msgid "Sno"
662
- msgstr "Číslo"
663
 
664
- #: ../sentmail/deliverreport-show.php:40 ../sentmail/deliverreport-show.php:52
665
- msgid "Email"
666
- msgstr "Email"
 
 
667
 
668
- #: ../sentmail/deliverreport-show.php:41 ../sentmail/deliverreport-show.php:53
669
- msgid "Sent Date"
670
- msgstr "Datum odeslání"
671
 
672
- #: ../sentmail/deliverreport-show.php:44 ../sentmail/deliverreport-show.php:56
673
- msgid "Viewed Status"
674
- msgstr "Status zobrazení"
675
 
676
- #: ../sentmail/deliverreport-show.php:45 ../sentmail/deliverreport-show.php:57
677
- msgid "Viewed Date"
678
- msgstr "Datum zobrazení"
679
 
680
- #: ../sentmail/deliverreport-show.php:46 ../sentmail/deliverreport-show.php:58 ..
681
- #: subscribers/view-subscriber-show.php:329 ../subscribers/view-subscriber-show.
682
- #: php:342
683
- msgid "Database ID"
684
- msgstr "ID databáze"
685
 
686
- #: ../classes/es-loadwidget.php:24 ../classes/es-register.php:411 ..
687
- #: subscribers/view-subscriber-show.php:326 ../subscribers/view-subscriber-show.
688
- #: php:339
689
- msgid "Name"
690
- msgstr "Jméno"
691
 
692
- #: ../classes/es-loadwidget.php:29 ../classes/es-register.php:416
693
- msgid "Email *"
694
- msgstr "Email *"
695
 
696
- #: ../classes/es-loadwidget.php:34 ../classes/es-register.php:421
697
- msgid "Subscribe"
698
- msgstr "Přihlásit se"
699
 
700
- #. Name of the plugin
701
- #: ../classes/es-register.php:137 ../classes/es-register.php:138
702
- msgid "Email Subscribers"
703
- msgstr "Email Subscribers"
704
 
705
- #: ../classes/es-register.php:140 ../classes/es-register.php:141
706
- msgid "Subscribers"
707
- msgstr "Odběratel"
708
 
709
- #: ../classes/es-register.php:143 ../classes/es-register.php:144
710
- msgid "Compose"
711
- msgstr "Napsat"
 
 
 
712
 
713
- #: ../classes/es-register.php:146 ../classes/es-register.php:147 ..
714
- #: notification/notification-show.php:44
715
- msgid "Notification"
716
- msgstr "Oznámení"
 
 
717
 
718
- #: ../classes/es-register.php:149 ../classes/es-register.php:150 ..
719
- #: sendmail/sendmail.php:93 ../sendmail/sendmail.php:236 ../sendmail/sendmail.
720
- #: php:238
721
- msgid "Send Email"
722
- msgstr "Poslat email"
 
723
 
724
- #: ../classes/es-register.php:152
725
- msgid "Cron"
726
- msgstr "Cron"
727
 
728
- #: ../classes/es-register.php:153
729
- msgid "Cron Mail"
730
- msgstr "Cron email"
731
 
732
- #: ../classes/es-register.php:158 ../classes/es-register.php:159
733
- msgid "Roles"
734
- msgstr "Role"
735
 
736
- #: ../classes/es-register.php:164
737
- msgid "Help & Info"
738
- msgstr "Pomoc a informace"
739
 
740
- #: ../classes/es-register.php:165
741
- msgid "<span style=\"color:#f18500;font-weight:bolder;\">Help & Info"
742
- msgstr "<span style=\"color:#f18500;font-weight:bolder;\">Pomoc a informace"
743
 
744
- #: ../classes/es-register.php:176
745
- msgctxt "view-subscriber-enhanced-select"
746
- msgid "Please enter subscriber email address."
747
- msgstr "Prosím, zadejte emailovou adresu odběratele."
748
 
749
- #: ../classes/es-register.php:177
750
- msgctxt "view-subscriber-enhanced-select"
751
- msgid "Please select subscriber email status."
752
- msgstr "Prosím, vyberte status emailové adresy odběratele."
753
 
754
- #: ../classes/es-register.php:178
755
- msgctxt "view-subscriber-enhanced-select"
756
- msgid "Please select or create group for this subscriber."
757
- msgstr "Vyberte nebo vytvořte skupinu pro tohoto odběratele."
758
 
759
- #: ../classes/es-register.php:179
760
- msgctxt "view-subscriber-enhanced-select"
761
- msgid "Do you want to delete this record?"
762
- msgstr "Chcete smazat tento záznam?"
763
 
764
- #: ../classes/es-register.php:180
765
- msgctxt "view-subscriber-enhanced-select"
766
- msgid "Please select the bulk action."
767
- msgstr "Prosím, zvolte hromadnou akci."
768
 
769
- #: ../classes/es-register.php:181
770
- msgctxt "view-subscriber-enhanced-select"
771
- msgid "Do you want to delete selected record(s)?"
772
- msgstr "Chcete smazat vybraný záznam?"
 
 
 
773
 
774
- #: ../classes/es-register.php:182
775
- msgctxt "view-subscriber-enhanced-select"
776
- msgid "Are you sure you want to delete?"
777
- msgstr "Jste si jistí, že to chcete smazat?"
778
 
779
- #: ../classes/es-register.php:183
780
- msgctxt "view-subscriber-enhanced-select"
781
  msgid ""
782
- "Do you want to resend confirmation email? \\nAlso please note, this will update "
783
- "subscriber current status to 'Unconfirmed'."
784
  msgstr ""
785
- "Chcete znovu odeslat potvrzovací email? Upozorňujeme, to bude aktualizován status "
786
- "odběratele na status \"Nepotvrzené\"."
787
 
788
- #: ../classes/es-register.php:184
789
- msgctxt "view-subscriber-enhanced-select"
790
- msgid "Please select new subscriber group."
791
- msgstr "Prosím, vyberte novou skupinu odběratelů."
792
 
793
- #: ../classes/es-register.php:185
794
- msgctxt "view-subscriber-enhanced-select"
795
- msgid "Do you want to update subscribers group?"
796
- msgstr "Chcete aktualizovat skupinu odběratelů?"
797
 
798
- #: ../classes/es-register.php:186
799
- msgctxt "view-subscriber-enhanced-select"
800
- msgid "Do you want to export the emails?"
801
- msgstr "Chcete exportovat emailové adresy?"
802
 
803
- #: ../classes/es-register.php:187
804
- msgctxt "view-subscriber-enhanced-select"
 
 
 
 
 
 
 
805
  msgid ""
806
- "Please select only csv file. Please check official website for csv structure.."
 
 
807
  msgstr ""
808
- "Prosím, vyberte pouze CSV soubory. Prosím, zkontrolujte strukturu pro CSV soubor "
809
- "na oficiálních internetových stránkách."
 
 
810
 
811
- #: ../classes/es-register.php:195
812
- msgctxt "compose-enhanced-select"
813
- msgid "Please enter name for configuration."
814
- msgstr "Prosím, zadejte název konfigurace."
815
-
816
- #: ../classes/es-register.php:196
817
- msgctxt "compose-enhanced-select"
818
- msgid "Please select template for this configuration."
819
- msgstr "Prosím zvolte šablonu pro tuto konfiguraci."
820
 
821
- #: ../classes/es-register.php:197
822
- msgctxt "compose-enhanced-select"
823
- msgid "Do you want to delete this record?"
824
- msgstr "Chcete smazat tento záznam?"
 
 
825
 
826
- #: ../classes/es-register.php:205
827
- msgctxt "notification-enhanced-select"
828
- msgid "Please select subscribers group."
829
- msgstr "Prosím, vyberte skupinu odběratelů."
830
 
831
- #: ../classes/es-register.php:206
832
- msgctxt "notification-enhanced-select"
833
- msgid "Please select notification mail subject. Use compose menu to create new."
834
  msgstr ""
835
- "Prosím, vyberte subjekt oznamovacího emailu. Použijte menu Napsat a vytvořte nové."
836
-
837
- #: ../classes/es-register.php:207
838
- msgctxt "notification-enhanced-select"
839
- msgid "Please select notification status."
840
- msgstr "Prosím, vyberte status oznámení."
841
-
842
- #: ../classes/es-register.php:208
843
- msgctxt "notification-enhanced-select"
844
- msgid "Do you want to delete this record?"
845
- msgstr "Chcete smazat tento záznam?"
846
-
847
- #: ../classes/es-register.php:216
848
- msgctxt "sendmail-enhanced-select"
849
- msgid "Please select your mail subject."
850
- msgstr "Prosím, vyberte subjekt emailu."
851
-
852
- #: ../classes/es-register.php:217
853
- msgctxt "sendmail-enhanced-select"
854
- msgid "Please select subscriber email status."
855
- msgstr "Prosím, vyberte status emailové adresy odběratele."
856
-
857
- #: ../classes/es-register.php:218
858
- msgctxt "sendmail-enhanced-select"
859
- msgid "Are you sure you want to send email to all selected email address?"
860
- msgstr "Jste si jisti, že chcete poslat email na všechny vybrané emailové adresy?"
861
-
862
- #: ../classes/es-register.php:230
863
- msgctxt "sentmail-enhanced-select"
864
- msgid "Do you want to delete this record?"
865
- msgstr "Chcete smazat tento záznam?"
866
-
867
- #: ../classes/es-register.php:231
868
- msgctxt "sentmail-enhanced-select"
869
- msgid "Do you want to delete all records except latest 10?"
870
- msgstr "Chcete odstranit všechny záznamy, s výjimkou poslední 10?"
871
-
872
- #: ../classes/es-register.php:239
873
- msgctxt "roles-enhanced-select"
874
- msgid "Please enter subscriber email address."
875
- msgstr "Prosím, zadejte emailovou adresu odběratele."
876
-
877
- #: ../classes/es-register.php:240
878
- msgctxt "roles-enhanced-select"
879
- msgid "Please select subscriber email status."
880
- msgstr "Prosím, vyberte status emailové adresy odběratele."
881
-
882
- #: ../classes/es-register.php:241
883
- msgctxt "roles-enhanced-select"
884
- msgid "Please select or create group for this subscriber."
885
- msgstr "Prosím, vyberte nebo vytvořte skupinu pro tohoto odběratele."
886
-
887
- #: ../classes/es-register.php:249
888
- msgctxt "cron-enhanced-select"
889
- msgid "Please select enter number of mails you want to send per hour/trigger."
890
- msgstr "Prosím, zadejte počet emailů, které chcete poslat za hodinu/triger."
891
 
892
- #: ../classes/es-register.php:250
893
- msgctxt "cron-enhanced-select"
894
- msgid "Please enter the mail count, only number."
895
- msgstr "Prosím, zadejte počet emailů, pouze číslo."
896
 
897
- #: ../classes/es-register.php:263
898
- msgctxt "widget-enhanced-select"
899
- msgid "Please enter email address."
900
- msgstr "Prosím, zadejte emailovou adresu."
901
 
902
- #: ../classes/es-register.php:264
903
- msgctxt "widget-enhanced-select"
904
- msgid "Please provide a valid email address."
905
- msgstr "Zadejte prosím, platnou emailovou adresu."
906
 
907
- #: ../classes/es-register.php:265
908
- msgctxt "widget-enhanced-select"
909
- msgid "loading..."
910
- msgstr "nahrává se..."
911
 
912
- #: ../classes/es-register.php:266
913
- msgctxt "widget-enhanced-select"
914
- msgid "Cannot create XMLHTTP instance"
915
- msgstr "Nelze vytvořit instanci XMLHTTP"
 
 
 
916
 
917
- #: ../classes/es-register.php:267
918
- msgctxt "widget-enhanced-select"
919
- msgid "Subscribed successfully."
920
- msgstr "Úspěšné přihlášení."
921
 
922
- #: ../classes/es-register.php:268
923
- msgctxt "widget-enhanced-select"
924
  msgid ""
925
- "You have successfully subscribed to the newsletter. You will receive a "
926
- "confirmation email in a few minutes. Please follow the link in it to confirm your "
927
- "subscription. If the email takes more than 15 minutes to appear in your mailbox, "
928
- "please check your spam folder."
929
  msgstr ""
930
- "Úspěšně jste se přihlásili k odběru novinek a zpravodajů. Obdržíte potvrzovací "
931
- "email během několika minut. Prosím, použijte odkaz v něm pro potvrzení odběru. "
932
- "Pokud se email déle než 15 minut neobjeví ve vaší poštovní schránce, zkontrolujte "
933
- "složku se spamem."
934
 
935
- #: ../classes/es-register.php:269
936
- msgctxt "widget-enhanced-select"
937
- msgid "Email Address already exists."
938
- msgstr "Email je již registrován."
939
-
940
- #: ../classes/es-register.php:270
941
- msgctxt "widget-enhanced-select"
942
- msgid "Oops.. Unexpected error occurred."
943
- msgstr "Jejda ... došlo k neočekávané chybě."
944
 
945
- #: ../classes/es-register.php:271
946
- msgctxt "widget-enhanced-select"
947
- msgid "Invalid email address."
948
- msgstr "Neplatná emailová adresa."
949
 
950
- #: ../classes/es-register.php:272
951
- msgctxt "widget-enhanced-select"
952
- msgid "Please try after some time."
953
- msgstr "Prosím, zkuste to později."
954
 
955
- #: ../classes/es-register.php:273
956
- msgctxt "widget-enhanced-select"
957
- msgid "There was a problem with the request."
958
- msgstr "Došlo k potížím s požadavkem."
 
 
 
959
 
960
- #: ../classes/es-register.php:280
961
- msgctxt "widget-page-enhanced-select"
962
- msgid "Please enter email address."
963
- msgstr "Prosím, zadejte emailovou adresu."
964
 
965
- #: ../classes/es-register.php:281
966
- msgctxt "widget-page-enhanced-select"
967
- msgid "Please provide a valid email address."
968
- msgstr "Zadejte prosím, platnou emailovou adresu."
 
969
 
970
- #: ../classes/es-register.php:282
971
- msgctxt "widget-page-enhanced-select"
972
- msgid "loading..."
973
- msgstr "nahrává se..."
974
 
975
- #: ../classes/es-register.php:283
976
- msgctxt "widget-page-enhanced-select"
977
- msgid "Cannot create XMLHTTP instance"
978
- msgstr "Nelze vytvořit instanci XMLHTTP"
979
 
980
- #: ../classes/es-register.php:284
981
- msgctxt "widget-page-enhanced-select"
982
- msgid "Subscribed successfully."
983
- msgstr "Úspěšné přihlášení"
984
 
985
- #: ../classes/es-register.php:285
986
- msgctxt "widget-page-enhanced-select"
987
  msgid ""
988
- "You have successfully subscribed to the newsletter. You will receive a "
989
- "confirmation email in a few minutes. Please follow the link in it to confirm your "
990
- "subscription. If the email takes more than 15 minutes to appear in your mailbox, "
991
- "please check your spam folder."
992
  msgstr ""
993
- "Úspěšně jste se přihlásili k odběru novinek a zpravodajů. Obdržíte potvrzovací "
994
- "email během několika minut. Prosím, použijte odkaz v něm pro potvrzení odběru. "
995
- "Pokud se email déle než 15 minut neobjeví ve vaší poštovní schránce, zkontrolujte "
996
- "složku se spamem."
997
 
998
- #: ../classes/es-register.php:286
999
- msgctxt "widget-page-enhanced-select"
1000
- msgid "Email Address already exists."
1001
- msgstr "Email je již registrován."
1002
 
1003
- #: ../classes/es-register.php:287
1004
- msgctxt "widget-page-enhanced-select"
1005
- msgid "Oops.. Unexpected error occurred."
1006
- msgstr "Jejda ... došlo k neočekávané chybě."
 
 
 
1007
 
1008
- #: ../classes/es-register.php:288
1009
- msgctxt "widget-page-enhanced-select"
1010
- msgid "Invalid email address."
1011
- msgstr "Neplatná emailová adresa."
1012
 
1013
- #: ../classes/es-register.php:289
1014
- msgctxt "widget-page-enhanced-select"
1015
- msgid "Please try after some time."
1016
- msgstr "Prosím, zkuste to později."
 
 
 
1017
 
1018
- #: ../classes/es-register.php:290
1019
- msgctxt "widget-page-enhanced-select"
1020
- msgid "There was a problem with the request."
1021
- msgstr "Došlo k potížím s požadavkem."
1022
 
1023
- #: ../classes/es-register.php:456
1024
- msgid "Widget Title"
1025
- msgstr "Nadpis widgetu"
 
 
 
 
1026
 
1027
- #: ../classes/es-register.php:460
1028
- msgid "Display Name Field"
1029
- msgstr "Zobrazovat pole Jméno"
1030
 
1031
- #: ../classes/es-register.php:467
1032
- msgid "Short Description"
1033
- msgstr "Krátký popis"
 
 
 
 
1034
 
1035
- #: ../classes/es-register.php:469
1036
- msgid "Short description about your subscription form."
1037
- msgstr "Krátký popis k vašemu přihlašovacímu formuláři."
1038
 
1039
- #: ../classes/es-register.php:472
1040
- msgid "Subscriber Group"
1041
- msgstr "Skupina odběratelů"
 
 
 
 
 
1042
 
1043
- #: ../classes/es-common.php:8
1044
- msgid "<span style=\"color:#006600;font-weight:bold;\">Confirmed</span>"
1045
- msgstr "<span style=\"color:#006600;font-weight:bold;\">Potvrzeno</span>"
1046
 
1047
- #: ../classes/es-common.php:11
1048
- msgid "<span style=\"color:#FF0000\">Unconfirmed</span>"
1049
- msgstr "<span style=\"color:#FF0000\">Nepotvrzeno</span>"
1050
 
1051
- #: ../classes/es-common.php:14
1052
- msgid "<span style=\"color:#999900\">Unsubscribed</span>"
1053
- msgstr "<span style=\"color:#999900\">Odhlášeno</span>"
1054
 
1055
- #: ../classes/es-common.php:17
1056
- msgid "<span style=\"color:#0000FF\">Single Opt In</span>"
1057
- msgstr "<span style=\"color:#0000FF\">Jednoduché potvrzení</span>"
 
 
 
 
1058
 
1059
- #: ../classes/es-common.php:20
1060
- msgid "<span style=\"color:#00CC00;font-weight:bold\">Viewed</span>"
1061
- msgstr "<span style=\"color:#00CC00;font-weight:bold\">Zobrazeno</span>"
1062
 
1063
- #: ../classes/es-common.php:23
1064
- msgid "<span style=\"color:#999900;\">Nodata</span>"
1065
- msgstr "<span style=\"color:#999900;\">Neuvedeno</span>"
 
 
 
 
1066
 
1067
- #: ../classes/es-common.php:26
1068
- msgid "<span style=\"color:#FF0000\">Disable</span>"
1069
- msgstr "<span style=\"color:#FF0000\">Vypnuto</span>"
1070
 
1071
- #: ../classes/es-common.php:29
1072
- msgid "<span style=\"color:#FF0000\">In Queue</span>"
1073
- msgstr "<span style=\"color:#FF0000\">V řadě</span>"
 
 
1074
 
1075
- #: ../classes/es-common.php:32
1076
- msgid "<span style=\"color:#00FF00;font-weight:bold;\">Sent</span>"
1077
- msgstr "<span style=\"color:#00FF00;font-weight:bold;\">Posláno</span>"
1078
 
1079
- #: ../classes/es-common.php:35
1080
- msgid "<span style=\"color:#ffd700;font-weight:bold;\">Cron Mail</span>"
1081
- msgstr "<span style=\"color:#ffd700;font-weight:bold;\">Cron email</span>"
 
 
1082
 
1083
- #: ../classes/es-common.php:38
1084
- msgid "<span style=\"color:#993399;\">Instant Mail</span>"
1085
- msgstr "<span style=\"color:#993399;\">Okamžitý email</span>"
1086
 
1087
- #: ../subscribers/view-subscriber-add.php:28 ../subscribers/view-subscriber-add.
1088
- #: php:119 ../subscribers/view-subscriber-edit.php:43 ../subscribers/view-
1089
- #: subscriber-edit.php:103
1090
- msgid "Please enter subscriber email address."
1091
- msgstr "Zadejte emailovou adresu odběratele."
1092
 
1093
- #: ../subscribers/view-subscriber-add.php:45
1094
- msgid "Please select or create your group for this email."
1095
- msgstr "Vyberte nebo vytvořte skupinu pro tento email."
1096
 
1097
- #: ../subscribers/view-subscriber-add.php:54 ../subscribers/view-subscriber-
1098
- #: import.php:45
1099
  msgid ""
1100
- "Error: Special characters (['^$%&*()}{@#~?><>,|=_+\\\"]) are not allowed in the "
1101
- "group name."
1102
  msgstr ""
1103
- "Chyba: Speciální znaky (['^$%&*()}{@#~?><>,|=_+\\\"]) nejsou povoleny v názvu "
1104
- "skupiny."
1105
-
1106
- #: ../subscribers/view-subscriber-add.php:66
1107
- msgid "Email was successfully inserted."
1108
- msgstr "Email byl úspěšně vložen."
1109
-
1110
- #: ../subscribers/view-subscriber-add.php:70
1111
- msgid "Email already exist in our list."
1112
- msgstr "Email již v našem seznamu existuje."
1113
-
1114
- #: ../subscribers/view-subscriber-add.php:75
1115
- msgid "Email is invalid."
1116
- msgstr "Email je neplatný."
1117
-
1118
- #: ../subscribers/view-subscriber-add.php:92 ../subscribers/view-subscriber-add.
1119
- #: php:101 ../subscribers/view-subscriber-edit.php:86 ../subscribers/view-
1120
- #: subscriber-import.php:107 ../subscribers/view-subscriber-import.php:138 ..
1121
- #: notification/notification-edit.php:96 ../notification/notification-add.php:92
1122
- #: ../compose/compose-edit.php:67 ../compose/compose-add.php:59
1123
- msgid "Click here"
1124
- msgstr "Stisknout zde"
1125
-
1126
- #: ../subscribers/view-subscriber-add.php:92 ../subscribers/view-subscriber-add.
1127
- #: php:101 ../subscribers/view-subscriber-edit.php:86 ../subscribers/view-
1128
- #: subscriber-import.php:107 ../subscribers/view-subscriber-import.php:138 ..
1129
- #: notification/notification-edit.php:97 ../compose/compose-edit.php:68
1130
- #: compose/compose-add.php:60
1131
- msgid " to view the details"
1132
- msgstr " zobrazit podrobnosti"
1133
-
1134
- #: ../subscribers/view-subscriber-add.php:111
1135
- msgid "Add email"
1136
- msgstr "Vložit email"
1137
-
1138
- #: ../subscribers/view-subscriber-add.php:113 ../subscribers/view-subscriber-edit.
1139
- #: php:97
1140
- msgid "Enter full name"
1141
- msgstr "Zadat celé jméno"
1142
-
1143
- #: ../subscribers/view-subscriber-add.php:115 ../subscribers/view-subscriber-edit.
1144
- #: php:99
1145
- msgid "Please enter subscriber full name."
1146
- msgstr "Prosím, zadejte celé jméno objednatele."
1147
-
1148
- #: ../subscribers/view-subscriber-add.php:117 ../subscribers/view-subscriber-edit.
1149
- #: php:101
1150
- msgid "Enter email address."
1151
- msgstr "Zadat emailovou adresu"
1152
-
1153
- #: ../subscribers/view-subscriber-add.php:128 ../subscribers/view-subscriber-edit.
1154
- #: php:112 ../subscribers/view-subscriber-import.php:162
1155
- msgid "Please select subscriber email status."
1156
- msgstr "Prosím, zadejte status emailu odběratele."
1157
-
1158
- #: ../subscribers/view-subscriber-add.php:130 ../subscribers/view-subscriber-
1159
- #: import.php:164
1160
- msgid "Select (or) Create Group"
1161
- msgstr "Vybrat (nebo) vytvořit skupinu"
1162
-
1163
- #: ../subscribers/view-subscriber-add.php:132 ../subscribers/view-subscriber-sync.
1164
- #: php:99 ../subscribers/view-subscriber-sync.php:130 ../subscribers/view-
1165
- #: subscriber-edit.php:116 ../subscribers/view-subscriber-import.php:166 ..
1166
- #: notification/notification-edit.php:131 ../notification/notification-add.php:115
1167
- #: ../notification/notification-add.php:139 ../sendmail/sendmail.php:106
1168
- #: sendmail/sendmail.php:134 ../sendmail/sendmail.php:149
1169
- msgid "Select"
1170
- msgstr "Vybrat"
1171
-
1172
- #: ../subscribers/view-subscriber-add.php:148 ../subscribers/view-subscriber-edit.
1173
- #: php:140 ../subscribers/view-subscriber-import.php:182
1174
- msgid "Please select or create group for this subscriber."
1175
- msgstr "Prosím, vyberte nebo vytvořte skupinu pro tohoto odběratele."
1176
-
1177
- #: ../subscribers/view-subscriber-add.php:153 ../subscribers/view-subscriber-sync.
1178
- #: php:156 ../subscribers/view-subscriber-edit.php:146 ..
1179
- #: notification/notification-edit.php:254 ../notification/notification-add.php:247
1180
- #: ../compose/compose-edit.php:108 ../compose/compose-add.php:99 ../cron/cron-
1181
- #: add.php:88 ../roles/roles-add.php:156
1182
- msgid "Submit"
1183
- msgstr "Potvrdit"
1184
-
1185
- #: ../subscribers/view-subscriber-sync.php:33 ../subscribers/view-subscriber-sync.
1186
- #: php:119
1187
- msgid "Please select default group to newly registered user."
1188
- msgstr "Prosím, vyberte výchozí skupinu pro nově registrovaný uživatele."
1189
-
1190
- #: ../subscribers/view-subscriber-sync.php:39 ../subscribers/view-subscriber-sync.
1191
- #: php:150
1192
- msgid "Please select default group to newly commented user."
1193
- msgstr "Prosím, vyberte výchozí skupinu pro nově komentující uživatele."
1194
-
1195
- #: ../subscribers/view-subscriber-sync.php:56
1196
- msgid "Sync email successfully updated."
1197
- msgstr "Synchronizace emailů byla úspěšně aktualizována."
1198
-
1199
- #: ../subscribers/view-subscriber-sync.php:88
1200
- msgid "Sync email"
1201
- msgstr "Synchronizace emailů"
1202
 
1203
- #: ../subscribers/view-subscriber-sync.php:90
1204
- msgid "Sync newly registered user"
1205
- msgstr "Synchronizace nově registrovaných uživatelů"
1206
 
1207
- #: ../subscribers/view-subscriber-sync.php:95
1208
- msgid "Automatically add a newly registered user email address to subscribers list."
1209
- msgstr ""
1210
- "Automaticky přidat emailovou adresu nově registrovaného uživatele do seznamu "
1211
- "účastníků."
1212
 
1213
- #: ../subscribers/view-subscriber-sync.php:97 ../subscribers/view-subscriber-sync.
1214
- #: php:128
1215
- msgid "Select default group"
1216
- msgstr "Vybrat základní skupinu"
1217
 
1218
- #: ../subscribers/view-subscriber-sync.php:121
1219
- msgid "Sync newly commented user"
1220
- msgstr "Synchronizovat nově komentující uživatele"
1221
 
1222
- #: ../subscribers/view-subscriber-sync.php:126
1223
- msgid ""
1224
- "Automatically add a newly commented (who posted comments) user email address to "
1225
- "subscribers list."
1226
- msgstr ""
1227
- "Automaticky přidat emailovou adresu nově komentujícího (kdo publikoval komentáře) "
1228
- "uživatele do seznamu účastníků."
1229
-
1230
- #: ../subscribers/view-subscriber-export.php:22
1231
- msgid "Export email address in csv format"
1232
- msgstr "Export emailových adres ve formátu CSV"
1233
-
1234
- #: ../subscribers/view-subscriber-export.php:28 ../subscribers/view-subscriber-
1235
- #: export.php:36
1236
- msgid "Export option"
1237
- msgstr "Možnosti exportu"
1238
-
1239
- #: ../subscribers/view-subscriber-export.php:29 ../subscribers/view-subscriber-
1240
- #: export.php:37
1241
- msgid "Total email"
1242
- msgstr "Emaily celkem"
1243
-
1244
- #: ../subscribers/view-subscriber-export.php:44
1245
- msgid "Subscriber email address"
1246
- msgstr "Emailová adresa odběratele"
1247
-
1248
- #: ../subscribers/view-subscriber-export.php:46 ../subscribers/view-subscriber-
1249
- #: export.php:52 ../subscribers/view-subscriber-export.php:58
1250
- msgid "Click to export csv"
1251
- msgstr "Kliknutím exportovat do formátu CSV"
1252
-
1253
- #: ../subscribers/view-subscriber-export.php:50
1254
- msgid "Registered email address"
1255
- msgstr "Registrovaná emailová adresa"
1256
-
1257
- #: ../subscribers/view-subscriber-export.php:56
1258
- msgid "Comments author email address"
1259
- msgstr "Emailová adresa autora komentáře"
1260
-
1261
- #: ../subscribers/view-subscriber-export.php:65
1262
- msgid "Add Email"
1263
- msgstr "Přidat emailovou adresu"
1264
-
1265
- #: ../subscribers/view-subscriber-export.php:66 ../subscribers/view-subscriber-
1266
- #: show.php:445
1267
- msgid "Import Email"
1268
- msgstr "Import emailových adres"
1269
-
1270
- #: ../subscribers/view-subscriber-edit.php:54
1271
- msgid "Error: Special characters are not allowed in the group name."
1272
- msgstr "Chyba: Speciální znaky nejsou povoleny v názvu skupiny."
1273
 
1274
- #: ../subscribers/view-subscriber-edit.php:66
1275
- msgid "Email was successfully updated."
1276
- msgstr "Emailové adresy byly úspěšně aktualizovány."
1277
 
1278
- #: ../subscribers/view-subscriber-edit.php:70
1279
- msgid "Email already exist for this group."
1280
- msgstr "Emailová adresa již existuje v této skupině."
1281
 
1282
- #: ../subscribers/view-subscriber-edit.php:95
1283
- msgid "Edit email"
1284
- msgstr "Upravit emailovou adresu"
1285
 
1286
- #: ../subscribers/view-subscriber-edit.php:114 ../subscribers/view-subscriber-
1287
- #: show.php:328 ../subscribers/view-subscriber-show.php:341
1288
- msgid "Group"
1289
- msgstr "Skupina"
1290
 
1291
- #: ../subscribers/view-subscriber-import.php:103
1292
- msgid "Email(s) was successfully imported."
1293
- msgstr "Emailové adresy byly úspěšně importovány."
 
1294
 
1295
- #: ../subscribers/view-subscriber-import.php:104
1296
- msgid "Email(s) are already in our database."
1297
- msgstr "Emailové adresy jsou již v naší databázi."
1298
 
1299
- #: ../subscribers/view-subscriber-import.php:105
1300
- msgid "Email(s) are invalid."
1301
- msgstr "Emailové adresy jsou neplatné."
 
1302
 
1303
- #: ../subscribers/view-subscriber-import.php:115
1304
- msgid "File upload failed or no data available in the csv file."
1305
- msgstr ""
1306
- "Nahrání souboru se nezdařilo nebo nejsou žádné date k dispozici v souboru CSV."
1307
 
1308
- #: ../subscribers/view-subscriber-import.php:149
1309
- msgid "Upload email"
1310
- msgstr "Nahrát email"
 
 
 
 
 
1311
 
1312
- #: ../subscribers/view-subscriber-import.php:150
1313
- msgid "Select csv file"
1314
- msgstr "Vybrat csv soubor"
 
 
1315
 
1316
- #: ../subscribers/view-subscriber-import.php:152
1317
- msgid "Select the input csv file. Check official website for csv structure : "
1318
- msgstr ""
1319
- "Vyberte vstupní CSV soubor. Zkontrolujte, na oficiálních stránkách strukturu CSV "
1320
- "souboru:"
1321
 
1322
- #: ../subscribers/view-subscriber-import.php:153
1323
- msgid "click here"
1324
- msgstr "stisknout zde"
1325
 
1326
- #: ../subscribers/view-subscriber-import.php:187
1327
- msgid "Upload CSV"
1328
- msgstr "Nahrát CSV"
1329
 
1330
- #: ../subscribers/view-subscriber-show.php:11 ../compose/compose-show.php:13 ..
1331
- #: sendmail/sendmail.php:17
1332
- msgid "Click Here"
1333
- msgstr "Stisknout zde"
 
 
 
1334
 
1335
- #: ../subscribers/view-subscriber-show.php:72 ../subscribers/view-subscriber-show.
1336
- #: php:125
1337
- msgid "To send confirmation mail, Please change the Opt-in option to Double Opt In."
1338
- msgstr ""
1339
- "Chcete-li odesílat potvrzovací email, změňte možnost potvrzení z Jednoduchého na "
1340
- "Dvojité."
1341
 
1342
- #: ../subscribers/view-subscriber-show.php:81
1343
- msgid "Confirmation email resent successfully."
1344
- msgstr "Potvrzovací email úspěšně odeslán."
1345
 
1346
- #: ../subscribers/view-subscriber-show.php:110 ../subscribers/view-subscriber-
1347
- #: show.php:156 ../subscribers/view-subscriber-show.php:201
1348
- msgid "Oops, No record was selected."
1349
- msgstr "Jejda, nebyl vybrán žádný záznam."
 
 
 
1350
 
1351
- #: ../subscribers/view-subscriber-show.php:150
1352
- msgid "Confirmation email(s) resent successfully."
1353
- msgstr "Potvrzovací email(y) úspěšně odeslán(y)."
1354
 
1355
- #: ../subscribers/view-subscriber-show.php:186
1356
- msgid "Selected subscribers group was successfully updated."
1357
- msgstr "Vybraná skupina odběratelů byla úspěšně aktualizována."
1358
 
1359
- #: ../subscribers/view-subscriber-show.php:192
1360
- msgid "Oops, New group name was not selected."
1361
- msgstr "Jejda, název nové skupiny nebyl vybrán."
1362
 
1363
- #: ../subscribers/view-subscriber-show.php:233 ../subscribers/view-subscriber-
1364
- #: show.php:444 ../notification/notification-show.php:45 ..
1365
- #: notification/notification-show.php:140 ../compose/compose-show.php:56
1366
- #: compose/compose-show.php:112
1367
- msgid "Add New"
1368
- msgstr "Přidat nový"
1369
 
1370
- #: ../subscribers/view-subscriber-show.php:280
1371
- msgid "All Groups"
1372
- msgstr "Všechny skupiny"
1373
 
1374
- #: ../subscribers/view-subscriber-show.php:299
1375
- msgid "All Status"
1376
- msgstr "Všechny statusy"
 
1377
 
1378
- #: ../subscribers/view-subscriber-show.php:300
 
 
 
1379
  msgid "Confirmed"
1380
  msgstr "Potvrzeno"
1381
 
1382
- #: ../subscribers/view-subscriber-show.php:301
 
 
 
1383
  msgid "Unconfirmed"
1384
  msgstr "Nepotvrzeno"
1385
 
1386
- #: ../subscribers/view-subscriber-show.php:302
 
 
 
1387
  msgid "Unsubscribed"
1388
  msgstr "Odhlášeno"
1389
 
1390
- #: ../subscribers/view-subscriber-show.php:325 ../subscribers/view-subscriber-
1391
- #: show.php:338
1392
- msgid "Email address"
1393
- msgstr "Emailová adresa"
1394
 
1395
- #: ../subscribers/view-subscriber-show.php:374 ../notification/notification-show.
1396
- #: php:87 ../compose/compose-show.php:93 ../compose/compose-preview.php:34
1397
- msgid "Edit"
1398
- msgstr "Upravit"
1399
 
1400
- #: ../subscribers/view-subscriber-show.php:377 ../subscribers/view-subscriber-
1401
- #: show.php:422 ../notification/notification-show.php:90 ../compose/compose-show.
1402
- #: php:94
1403
- msgid "Delete"
1404
- msgstr "Smazat"
1405
 
1406
- #: ../subscribers/view-subscriber-show.php:385 ../subscribers/view-subscriber-
1407
- #: show.php:423
1408
- msgid "Resend Confirmation"
1409
- msgstr "Znovu odeslat Potvrzení"
1410
 
1411
- #: ../subscribers/view-subscriber-show.php:401
1412
- msgid "No records available. Please use the above alphabet search button to search."
1413
- msgstr ""
1414
- "Žádné záznamy k dispozici. Pro vyhledávání využijte výše uvedené tlačítko hledání "
1415
- "podle abecedy."
1416
 
1417
- #: ../subscribers/view-subscriber-show.php:421
1418
  msgid "Bulk Actions"
1419
  msgstr "Hromadné akce"
1420
 
1421
- #: ../subscribers/view-subscriber-show.php:424
1422
- msgid "Update Subscribers Group"
1423
- msgstr "Aktualizace skupiny odběratelů"
 
1424
 
1425
- #: ../subscribers/view-subscriber-show.php:427
1426
  msgid "Select Group"
1427
  msgstr "Vybrat skupinu"
1428
 
1429
- #: ../subscribers/view-subscriber-show.php:441
1430
  msgid "Apply"
1431
  msgstr "Aplikovat"
1432
 
1433
- #: ../subscribers/view-subscriber-show.php:446
1434
- msgid "Export Email"
1435
- msgstr "Export emailu"
1436
 
1437
- #: ../subscribers/view-subscriber-show.php:447
1438
- msgid "Sync Email"
1439
- msgstr "Synchronizace emailu"
1440
 
1441
- #. Description of the plugin
1442
- msgid ""
1443
- "Add subscription form on website, send HTML newsletters to subscribers & "
1444
- "automatically notify them about new blog posts once it gets published."
1445
- msgstr ""
1446
- "Přidáním přihlašovacího formuláře na internetových stránkách, zajistíte posílání "
1447
- "HTML zpravodaje pro předplatitele a automaticky je budete informovat o nových "
1448
- "příspěvcích, jakmile budou zveřejněny."
1449
 
1450
- #. URI of the plugin
1451
- msgid "http://www.storeapps.org"
1452
- msgstr "http://www.storeapps.org"
 
1453
 
1454
- #: ../notification/notification-edit.php:55 ../notification/notification-add.php:44
1455
- msgid "Please select notification mail subject. Use compose menu to create new."
1456
- msgstr ""
1457
- "Prosím, vyberte subjekt oznamovacího emailu. Použijte menu Napsat a vytvořte nový."
1458
 
1459
- #: ../notification/notification-edit.php:61 ../notification/notification-edit.php:
1460
- #: 153 ../notification/notification-add.php:50
1461
- msgid "Please select post categories."
1462
- msgstr "Prosím vyberte kategorií příspěvků"
1463
 
1464
- #: ../notification/notification-edit.php:83
1465
- msgid "Notification was successfully updated."
1466
- msgstr "Oznámení bylo úspěšně aktualizováno."
 
 
 
 
1467
 
1468
- #: ../notification/notification-edit.php:107
1469
- msgid "Edit Notification"
1470
- msgstr "Upravit oznámení"
1471
 
1472
- #: ../notification/notification-edit.php:113 ../notification/notification-add.php:
1473
- #: 109 ../notification/notification-show.php:56 ../notification/notification-show.
1474
- #: php:64
1475
- msgid "Subscribers Group"
1476
- msgstr "Skupiny odběratelů"
1477
 
1478
- #: ../notification/notification-edit.php:125 ../notification/notification-add.php:
1479
- #: 133
1480
- msgid "Notification Mail"
1481
- msgstr "Email oznámení"
1482
 
1483
- #: ../notification/notification-edit.php:152 ../notification/notification-add.php:
1484
- #: 158
1485
- msgid "Post Categories"
1486
- msgstr "Kategorie příspěvků"
1487
 
1488
- #: ../notification/notification-edit.php:188 ../notification/notification-add.php:
1489
- #: 187 ../sendmail/sendmail.php:169
1490
- msgid "Check All"
1491
- msgstr "Označit vše"
1492
 
1493
- #: ../notification/notification-edit.php:189 ../notification/notification-add.php:
1494
- #: 188 ../sendmail/sendmail.php:170
1495
- msgid "Uncheck All"
1496
- msgstr "Odznačit vše"
1497
 
1498
- #: ../notification/notification-edit.php:196
1499
- msgid "Please select your custom post type (Optional)."
1500
- msgstr "Prosím, vyberte typ vlastních příspěvků (volitelně)."
1501
 
1502
- #: ../notification/notification-edit.php:237 ../notification/notification-add.php:
1503
- #: 231 ../notification/notification-show.php:58 ../notification/notification-show.
1504
- #: php:66
1505
- msgid "Notification Status"
1506
- msgstr "Status oznámení"
1507
 
1508
- #: ../notification/notification-edit.php:238 ../notification/notification-add.php:
1509
- #: 38
1510
- msgid "Please select notification status."
1511
- msgstr "Vyberte status oznámení."
1512
 
1513
- #: ../notification/notification-add.php:32
1514
- msgid "Please select subscribers group."
1515
- msgstr "Prosím, vyberte skupinu odběratelů."
1516
 
1517
- #: ../notification/notification-add.php:103
1518
- msgid "Add Notification"
1519
- msgstr "Přidat oznámení"
 
 
 
 
1520
 
1521
- #: ../notification/notification-show.php:55 ../notification/notification-show.php:
1522
- #: 63
1523
- msgid "Mail Subject"
1524
- msgstr "Subjekt emailu"
 
 
 
1525
 
1526
- #: ../notification/notification-show.php:57 ../notification/notification-show.php:
1527
- #: 65
1528
- msgid "Categories / Custom Post"
1529
- msgstr "Kategorie / Vlastní příspěvky "
 
 
 
1530
 
1531
- #: ../compose/compose-edit.php:41 ../compose/compose-add.php:28
1532
  msgid "Please enter template heading."
1533
  msgstr "Prosím, zadejte šablonu záhlaví."
1534
 
1535
- #: ../compose/compose-edit.php:54
1536
- msgid "Template was successfully updated."
1537
- msgstr "Šablona byla úspěšně aktualizována."
1538
-
1539
- #: ../compose/compose-edit.php:78 ../compose/compose-show.php:55 ..
1540
- #: compose/compose-add.php:69
1541
  msgid "Compose Mail"
1542
  msgstr "Vytvořit email"
1543
 
1544
- #: ../compose/compose-edit.php:80 ../compose/compose-add.php:71 ..
1545
- #: sendmail/sendmail.php:128
1546
- msgid "Mail Type"
1547
- msgstr "Typ emailu"
1548
-
1549
- #: ../compose/compose-edit.php:82 ../compose/compose-add.php:73
1550
  msgid "Static Template (For Newsletter Email)"
1551
  msgstr "Statická šablona (pro newsletter email)"
1552
 
1553
- #: ../compose/compose-edit.php:83 ../compose/compose-add.php:74
1554
  msgid "Dynamic Template (For Notification Email)"
1555
  msgstr "Dynamická šablona (pro oznamovací email)"
1556
 
1557
- #: ../compose/compose-edit.php:85
1558
- msgid "Please select your mail type"
1559
- msgstr "Prosím, vyberte typ svého emailu"
1560
-
1561
- #: ../compose/compose-edit.php:87 ../compose/compose-add.php:78
1562
  msgid "Enter Mail Subject"
1563
  msgstr "Zadat subjekt emailu"
1564
 
1565
- #: ../compose/compose-edit.php:89 ../compose/compose-add.php:80
1566
- msgid "Please enter your mail subject. Keyword: ###POSTTITLE###"
1567
- msgstr "Prosím, zadejte předmět emailu. Klíčové slovo: ###POSTTITLE###"
1568
-
1569
- #: ../compose/compose-edit.php:91 ../compose/compose-add.php:82
1570
- msgid "Mail Content"
1571
- msgstr "Obsah emailu"
1572
-
1573
- #: ../compose/compose-edit.php:95 ../compose/compose-add.php:86
1574
- msgid "Please enter content for your mail"
1575
- msgstr "Zadejte obsah pro váš email"
1576
-
1577
- #: ../compose/compose-edit.php:96 ../compose/compose-add.php:87
1578
- msgid ""
1579
- "Keywords: ###POSTTITLE###, ###POSTLINK###, ###POSTIMAGE###, ###POSTDESC###, "
1580
- "###POSTFULL###, ###DATE###, ###POSTLINK-ONLY###, ###POSTLINK-WITHTITLE###"
1581
- msgstr ""
1582
- "Klíčová slova: ###POSTTITLE###, ###POSTLINK###, ###POSTIMAGE###, ###POSTDESC###, "
1583
- "###POSTFULL###, ###DATE###, ###POSTLINK-ONLY###, ###POSTLINK-WITHTITLE###"
1584
-
1585
- #: ../compose/compose-edit.php:101 ../compose/compose-add.php:92
1586
  msgid "Published"
1587
  msgstr "Zveřejněno"
1588
 
1589
- #: ../compose/compose-edit.php:103 ../compose/compose-add.php:94
1590
  msgid "Please select your mail status"
1591
  msgstr "Vyberte svůj status emailu"
1592
 
1593
- #: ../compose/compose-show.php:66 ../compose/compose-show.php:74
1594
  msgid "Email subject"
1595
  msgstr "Subjekt emailu"
1596
 
1597
- #: ../compose/compose-add.php:40
1598
- msgid "Template was successfully created."
1599
- msgstr "Šablona byla úspěšně vytvořena."
1600
-
1601
- #: ../compose/compose-add.php:76 ../sendmail/sendmail.php:52
1602
- msgid "Please select your mail type."
1603
- msgstr "Prosím, vyberte typ emailu."
1604
-
1605
- #: ../export/export-email-address.php:36 ../export/export-email-address.php:40 ..
1606
- #: export/export-email-address.php:43
1607
  msgid "Unexpected url submit has been detected"
1608
  msgstr "Byla zjištěna neočekávaná URL adresa"
1609
 
1610
- #: ../cron/cron-add.php:21
1611
- msgid "Please enter valid mail count."
1612
- msgstr "Zadejte prosím platný počet emailů."
1613
-
1614
- #: ../cron/cron-add.php:31
1615
- msgid "Cron details successfully updated."
1616
- msgstr "Detaily Cronu jsou úspěšně změněny"
 
1617
 
1618
- #: ../cron/cron-add.php:71
1619
- msgid "Cron Details"
1620
- msgstr "Detaily Cronu"
1621
 
1622
- #: ../cron/cron-add.php:74
1623
- msgid "Cron job URL"
1624
- msgstr "Cron job URL"
1625
 
1626
- #: ../cron/cron-add.php:76
1627
  msgid ""
1628
- "Please find your cron job URL. This is readonly field not able to modify from "
1629
- "admin."
1630
  msgstr ""
1631
- "Prosím, najděte svůj cron URL. Toto je pole pouze pro čtení neumožňuje změnu jako "
1632
- "admin."
1633
-
1634
- #: ../cron/cron-add.php:78
1635
- msgid "Mail Count"
1636
- msgstr "Počet emailů"
1637
 
1638
- #: ../cron/cron-add.php:80
1639
- msgid "Enter number of mails you want to send per hour/trigger."
1640
- msgstr "Zadejte počet emailů, které chcete poslat za hodinu pomocí trigeru."
1641
 
1642
- #: ../cron/cron-add.php:82
1643
- msgid "Admin Report"
1644
- msgstr "Zpráva pro administrátora"
1645
 
1646
- #: ../cron/cron-add.php:84
1647
  msgid ""
1648
- "Send above mail to admin whenever cron URL triggered in your server.<br /"
1649
- ">(Keywords: ###DATE###, ###SUBJECT###, ###COUNT###)"
1650
  msgstr ""
1651
- "Poslat administrátorovi výše uvedený email kdykoli zapracuje cron URL ve vašem "
1652
- "serveru <br /> (klíčová slova: ###DATE###, ###SUBJECT###, ###COUNT###)"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1653
 
1654
- #: ../cron/cron-add.php:97
1655
- msgid "How to setup auto emails using CRON Job through the cPanel or Plesk?"
1656
- msgstr "Jak nastavit automatické emaily pomocí cronu přes cPanel nebo Plesk?"
1657
 
1658
- #: ../cron/cron-add.php:98
1659
- msgid ""
1660
- "<a target=\"_blank\" href=\"http://www.storeapps.org/docs/es-how-to-schedule-cron-"
1661
- "emails-in-parallels-plesk/\">Setup cron job in Plesk</a>"
1662
- msgstr ""
1663
- "<a target=\"_blank\" href=\"http://www.storeapps.org/docs/es-how-to-schedule-cron-"
1664
- "emails-in-parallels-plesk/\">Nastavit cron v Plesk</a>"
1665
 
1666
- #: ../cron/cron-add.php:99
1667
- msgid ""
1668
- "<a target=\"_blank\" href=\"http://www.storeapps.org/docs/es-how-to-schedule-cron-"
1669
- "emails-in-cpanel/\">Setup cron job in cPanal</a>"
1670
- msgstr ""
1671
- "<a target=\"_blank\" href=\"http://www.storeapps.org/docs/es-how-to-schedule-cron-"
1672
- "emails-in-cpanel/\">Nastavit cron v cPanal</a>"
1673
 
1674
- #: ../cron/cron-add.php:100
1675
- msgid ""
1676
- "<a target=\"_blank\" href=\"http://www.storeapps.org/docs/es-what-to-do-if-"
1677
- "hosting-doesnt-support-cron-jobs/\">Hosting doesnt support cron jobs?</a>"
1678
- msgstr ""
1679
- "<a target=\"_blank\" href=\"http://www.storeapps.org/docs/es-what-to-do-if-"
1680
- "hosting-doesnt-support-cron-jobs/\">Hosting nepodporuje cron?</a>"
1681
 
1682
- #: ../sendmail/sendmail.php:39
1683
- msgid "Please select your mail subject."
1684
- msgstr "Prosím, vyberte předmět emailu."
 
1685
 
1686
- #: ../sendmail/sendmail.php:46
1687
- msgid "No email address selected."
1688
- msgstr "Není vybrána žádná emailová adresa."
 
1689
 
1690
- #: ../sendmail/sendmail.php:59
1691
- msgid "Mail sent successfully"
1692
- msgstr "Email úspěšně odeslán"
 
1693
 
1694
- #: ../sendmail/sendmail.php:64
1695
- msgid "Click here for details"
1696
- msgstr "Klikněte zde pro detaily"
 
1697
 
1698
- #: ../sendmail/sendmail.php:71
1699
- msgid "Oops.. We are getting some error. mail not sending."
1700
- msgstr "Jejda .. Nastala nějaké chyba. email se neodesílá."
 
1701
 
1702
- #: ../sendmail/sendmail.php:100
1703
- msgid "Select your mail subject"
1704
- msgstr "Vybrat předmět vašeho emailu"
 
1705
 
1706
- #: ../sendmail/sendmail.php:101
 
1707
  msgid ""
1708
- "Select a mail subject from available list. Go to Compose page to create new mail."
 
1709
  msgstr ""
1710
- "Vyberte předmět zprávy ze seznamu dostupných. Menu Napsat slouží k vytvoření nové "
1711
- "pošty."
1712
 
1713
- #: ../sendmail/sendmail.php:143
1714
- msgid "Select subscriber group"
1715
- msgstr "Vybrat skupinu odběratelů"
 
1716
 
1717
- #: ../roles/roles-add.php:95
1718
- msgid "Roles and Capabilities"
1719
- msgstr "Role a možnosti"
 
1720
 
1721
- #: ../roles/roles-add.php:97
1722
- msgid "Subscribers Menu"
1723
- msgstr "Menu Odběratelé"
 
1724
 
1725
- #: ../roles/roles-add.php:99 ../roles/roles-add.php:107 ../roles/roles-add.php:115
1726
- #: ../roles/roles-add.php:123 ../roles/roles-add.php:131 ../roles/roles-add. php:139
1727
- #: ../roles/roles-add.php:147
1728
- msgid "Administrator Only"
1729
- msgstr "Pouze Administrátor"
 
 
 
1730
 
1731
- #: ../roles/roles-add.php:100 ../roles/roles-add.php:108 ../roles/roles-add.php:116
1732
- #: ../roles/roles-add.php:124 ../roles/roles-add.php:132 ../roles/roles-add. php:140
1733
- #: ../roles/roles-add.php:148
1734
- msgid "Administrator/Editor"
1735
- msgstr "Administrátor/Editor"
1736
 
1737
- #: ../roles/roles-add.php:101 ../roles/roles-add.php:109 ../roles/roles-add.php:117
1738
- #: ../roles/roles-add.php:125 ../roles/roles-add.php:133 ../roles/roles-add. php:141
1739
- #: ../roles/roles-add.php:149
1740
- msgid "Administrator/Editor/Author/Contributor"
1741
- msgstr "Administrátor/Editor/Autor/Přispěvatel"
1742
 
1743
- #: ../roles/roles-add.php:103
1744
- msgid ""
1745
- "Select user role to access plugin Subscribers Menu. Only Admin user can change "
1746
- "this value."
1747
- msgstr ""
1748
- "Vybrat role uživatelů pro přístup k menu Odběratelé. Pouze administrátor může "
1749
- "tuto hodnotu změnit."
1750
 
1751
- #: ../roles/roles-add.php:105
1752
- msgid "Compose Menu"
1753
- msgstr "Menu Vytvořit obsah"
 
1754
 
1755
- #: ../roles/roles-add.php:111
 
1756
  msgid ""
1757
- "Select user role to access plugin Compose Menu. Only Admin user can change this "
1758
- "value."
1759
  msgstr ""
1760
- "Vybrat role uživatelů pro přístup k menu Vytvořit obsah. Pouze administrátor může "
1761
- "tuto hodnotu změnit."
1762
 
1763
- #: ../roles/roles-add.php:113
1764
- msgid "Notification Menu"
1765
- msgstr "Menu Oznámení"
 
1766
 
1767
- #: ../roles/roles-add.php:119
1768
- msgid ""
1769
- "Select user role to access plugin Notification Menu. Only Admin user can change "
1770
- "this value."
1771
- msgstr ""
1772
- "Vybrat role uživatelů pro přístup k menu Oznámení. Pouze administrátor může tuto "
1773
- "hodnotu změnit."
1774
 
1775
- #: ../roles/roles-add.php:121
1776
- msgid "Send Email Menu/Cron Menu"
1777
- msgstr "Menu Poslat email/Cron"
 
1778
 
1779
- #: ../roles/roles-add.php:127
1780
- msgid ""
1781
- "Select user role to access plugin Send Email Menu. Only Admin user can change "
1782
- "this value."
1783
- msgstr ""
1784
- "Vybrat role uživatelů pro přístup k menu Poslat email. Pouze administrátor může "
1785
- "tuto hodnotu změnit."
1786
 
1787
- #: ../roles/roles-add.php:129
1788
- msgid "Settings Menu"
1789
- msgstr "Menu Nastavení"
 
1790
 
1791
- #: ../roles/roles-add.php:135
1792
- msgid ""
1793
- "Select user role to access plugin Settings Menu. Only Admin user can change this "
1794
- "value."
1795
- msgstr ""
1796
- "Vybrat role uživatelů pro přístup k menu Nastavení. Pouze administrátor může tuto "
1797
- "hodnotu změnit."
1798
 
1799
- #: ../roles/roles-add.php:137
1800
- msgid "Sent Mails Menu"
1801
- msgstr "Menu Odeslané maily"
 
1802
 
1803
- #: ../roles/roles-add.php:143
1804
- msgid ""
1805
- "Select user role to access plugin Sent Mails Menu. Only Admin user can change "
1806
- "this value."
1807
- msgstr ""
1808
- "Vybrat role uživatelů pro přístup pro menu Odeslané emaily. Pouze administrátor "
1809
- "může tuto hodnotu změnit."
1810
 
1811
- #: ../roles/roles-add.php:145
1812
- msgid "Help & Info Menu"
1813
- msgstr "Menu Nápověda & Info"
 
1814
 
1815
- #: ../roles/roles-add.php:151
1816
- msgid ""
1817
- "Select user role to access plugin Help & Info Menu. Only Admin user can change "
1818
- "this value."
1819
- msgstr ""
1820
- "Vybrat role uživatelů pro přístup k menu Nápověda & Info. Pouze administrátor "
1821
- "může tuto hodnotu změnit."
1822
 
1823
- #: ../help/help.php:44
1824
- msgid "Welcome to Email Subscribers!"
1825
- msgstr "Vítejte v Email Subscribers!"
 
1826
 
1827
- #: ../help/help.php:45
1828
- msgid "Thanks for installing and we hope you will enjoy using Email Subscribers."
1829
- msgstr "Děkujeme za instalaci a doufáme, že se vám bude líbit Email Subscribers."
 
1830
 
1831
- #: ../help/help.php:49
1832
- msgid "For more help and tips..."
1833
- msgstr "Další nápověda a tipy ..."
 
1834
 
1835
- #: ../help/help.php:93
1836
- msgid "Frequently Asked Questions"
1837
- msgstr "Často kladené otázky"
 
1838
 
1839
- #: ../help/help.php:104
1840
- msgid "How to setup subscription box widget?"
1841
- msgstr "Jak nastavit widget pro odběr?"
 
1842
 
1843
- #: ../help/help.php:111
1844
- msgid "How to add unsubscribe link in welcome email?"
1845
- msgstr "Jak přidat odkaz pro odhlášení do uvítacího emailu?"
 
1846
 
1847
- #: ../help/help.php:119
1848
- msgid "How to change/update/translate any text from the plugin?"
1849
- msgstr "Jak měnit/aktualizovat/překládat texty pluginu?"
 
1850
 
1851
- #: ../help/help.php:120
1852
- msgid ""
1853
- "Refer steps from <a target=\"_blank\" href=\"http://www.storeapps.org/docs/es-how-"
1854
- "to-change-update-translate-any-texts-from-email-subscribers/\">here</a>."
1855
- msgstr ""
1856
- "Viz kroky <a target=\"_blank\" href=\"http://www.storeapps.org/docs/es-how-to-"
1857
- "change-update-translate-any-texts-from-email-subscribers/\">odtud</a>."
1858
 
1859
- #: ../help/help.php:123
1860
- msgid "How to setup auto emails using CRON Job?"
1861
- msgstr "Jak nastavit automatické emaily pomocí cronu?"
 
1862
 
1863
- #: ../help/help.php:124
1864
- msgid ""
1865
- " 1. <a target=\"_blank\" href=\"http://www.storeapps.org/docs/es-how-to-schedule-"
1866
- "cron-emails-in-cpanel/\">Setup cron job in Plesk</a><br>\n"
1867
- "\t\t\t\t\t\t\t\t\t\t 2. <a target=\"_blank\" href=\"http://www.storeapps.org/"
1868
- "docs/es-how-to-schedule-cron-emails-in-parallels-plesk/\">Setup cron job in "
1869
- "cPanal</a><br>\n"
1870
- "\t\t\t\t\t\t\t\t\t\t 3. <a target=\"_blank\" href=\"http://www.storeapps.org/"
1871
- "docs/es-what-to-do-if-hosting-doesnt-support-cron-jobs/\">Hosting doesnt support "
1872
- "cron jobs?</a>"
1873
- msgstr ""
1874
- "1. <a target=\"_blank\" href=\"http://www.storeapps.org/docs/es-how-to-schedule-"
1875
- "cron-emails-in-cpanel/\"> Nastavení cronu v Plesku </a> <br>\n"
1876
- "2. <a target=\"_blank\" href=\"http://www.storeapps.org/docs/es-how-to-schedule-"
1877
- "cron-emails-in-parallels-plesk/\"> Nasatvení cronu v cPanal </a> <br>\n"
1878
- "3. <a target=\"_blank\" href=\"http://www.storeapps.org/docs/es-what-to-do-if-"
1879
- "hosting-doesnt-support-cron-jobs/\">Hosting nemá podporu pro cron? </a>"
1880
 
1881
- #: ../help/help.php:129
1882
- msgid "Notification Emails are not being received by Subscribers?"
1883
- msgstr "Oznamovací emaily nejsou přijímány odběrateli?"
1884
-
1885
- #: ../help/help.php:130
1886
- #, php-format
1887
- msgid "Confirm steps from %s."
1888
- msgstr "Kroky potvrzení od %s."
1889
-
1890
- #: ../help/help.php:130 ../help/help.php:134 ../help/help.php:138 ../help/help.
1891
- #: php:142 ../help/help.php:146 ../help/help.php:150 ../help/help.php:154 ..
1892
- #: help/help.php:158 ../help/help.php:162 ../help/help.php:166
1893
- msgid "here"
1894
- msgstr "zde"
1895
 
1896
- #: ../help/help.php:133
1897
- msgid "How to import and export email address to subscriber list?"
1898
- msgstr "Jak importovat a exportovat emailové adresy do seznamu účastníků?"
 
1899
 
1900
- #: ../help/help.php:134 ../help/help.php:138 ../help/help.php:142 ../help/help.
1901
- #: php:146 ../help/help.php:150 ../help/help.php:154 ../help/help.php:158 ..
1902
- #: help/help.php:162
1903
- #, php-format
1904
- msgid "Refer %s."
1905
- msgstr "Viz %s."
1906
 
1907
- #: ../help/help.php:137
1908
- msgid "How to Compose and Send static newsletter mails?"
1909
- msgstr "Jak psát a odesílat statické newsletter emaily?"
 
1910
 
1911
- #: ../help/help.php:141
1912
- msgid ""
1913
- "How to Configure and Send notification emails to subscribers when new posts are "
1914
- "published?"
1915
- msgstr ""
1916
- "Jak konfigurovat a odesílat emailová oznámení pro předplatitele, když jsou "
1917
- "publikovány nové příspěvky?"
1918
 
1919
- #: ../help/help.php:145
1920
- msgid "How to install and activate Email Subscribers on multisite installations?"
1921
- msgstr "Jak nainstalovat a aktivovat Email Subscribers na multisite instalaci?"
 
1922
 
1923
- #: ../help/help.php:149
1924
- msgid ""
1925
- "How to modify the existing mails (Opt-in mail, Welcome mail, Admin mails) content?"
1926
- msgstr ""
1927
- "Jak upravit obsah stávajících emailů (Potvrzovací, Uvítací, Administrátorský)?"
1928
 
1929
- #: ../help/help.php:153
1930
- msgid "How to Add/Update Existing Subscribers Group?"
1931
- msgstr "Jak přidat/aktualizovat stávajících skupiny účastníků?"
1932
 
1933
- #: ../help/help.php:157
1934
- msgid "How to check Sent mails?"
1935
- msgstr "Jak zkontrolovat Odeslané emaily?"
1936
 
1937
- #: ../help/help.php:161
1938
- msgid "How to show subscribe form inside a popup?"
1939
- msgstr "Zobrazit formulář odběru uvnitř jako vyskakovací?"
1940
 
1941
- #: ../help/help.php:165
1942
- msgid "Check more detailed documentation"
1943
- msgstr "Podívejte se na další podrobnou dokumentaci"
1944
 
1945
- #: ../help/help.php:166
1946
- #, php-format
1947
- msgid "From %s."
1948
- msgstr "Od %s."
 
 
 
 
 
 
 
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
+ "Už 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 až 200 emailů"
446
 
447
+ #: ../subscribers/view-subscriber-show.php:292
448
+ msgid "201 to 400"
449
+ msgstr "201 až 400"
450
 
451
+ #: ../subscribers/view-subscriber-show.php:293
452
+ msgid "401 to 600"
453
+ msgstr "401 až 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ů"
languages/email-subscribers-es_ES.mo CHANGED
Binary file
languages/email-subscribers-es_ES.po CHANGED
@@ -1,1962 +1,2251 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: Email Subscribers\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: Tue Feb 09 2016 16:21:13 GMT+0530 (IST)\n"
6
- "PO-Revision-Date: 2016-07-26 11:20+0200\n"
7
- "Last-Translator: David Bravo <dbravo@dimensionmultimedia.com>\n"
8
- "Language-Team: \n"
9
- "Language: es_ES\n"
10
- "Plural-Forms: nplurals=2; plural=n != 1;\n"
11
- "MIME-Version: 1.0\n"
12
- "Content-Type: text/plain; charset=UTF-8\n"
13
- "Content-Transfer-Encoding: 8bit\n"
14
- "X-Poedit-SourceCharset: UTF-8\n"
15
- "X-Generator: Poedit 1.8.8\n"
16
- "X-Poedit-KeywordsList: _:1;gettext:1;dgettext:2;ngettext:1,2;dngettext:2,3;__:1;"
17
- "_e:1;_c:1;_n:1,2;_n_noop:1,2;_nc:1,2;__ngettext:1,2;__ngettext_noop:1,2;_x:1,2c;"
18
- "_ex:1,2c;_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;esc_attr__:1;"
19
- "esc_html__:1;esc_attr_e:1;esc_html_e:1;esc_attr_x:1,2c;esc_html_x:1,2c;"
20
- "comments_number_link:2,3;t:1;st:1;trans:1;transChoice:1,2\n"
21
- "X-Poedit-Basepath: ../..\n"
22
- "X-Loco-Target-Locale: es_ES\n"
23
- "X-Poedit-SearchPath-0: languages\n"
24
- "X-Poedit-SearchPath-1: plugins/email-subscribers\n"
25
- "X-Poedit-SearchPathExcluded-0: *.js\n"
26
-
27
- #: ../subscribers/view-subscriber-show.php:232
28
- msgid "View Subscribers"
29
- msgstr "Ver suscriptores"
30
-
31
- #. URI of the plugin
32
- msgid "http://www.storeapps.org/product/email-subscribers"
33
- msgstr "http://www.storeapps.org/product/email-subscribers"
34
-
35
- #. Author of the plugin
36
- msgid "StoreApps"
37
- msgstr "StoreApps"
38
-
39
- #: ../notification/notification-edit.php:43
40
- msgid "Please select subscribers group"
41
- msgstr "Por favor, selecciona el grupo de suscriptores"
42
-
43
- #: ../notification/notification-edit.php:49
44
- msgid "Please select notification status"
45
- msgstr "Por favor, selecciona el estado de notificación"
46
-
47
- #: ../notification/notification-edit.php:114
48
- msgid "Not allowed to update subscribers group in edit page"
49
- msgstr "No se permite actualizar grupos de suscriptores en la página de edición"
50
-
51
- #: ../notification/notification-edit.php:126 ../notification/notification-add.php:
52
- #: 134
53
- msgid "Select notification mail subject (Use compose menu to create new)"
54
- msgstr ""
55
- "Selecciona el asunto de correo de notificación (Utiliza el menú componer para "
56
- "crear uno)"
57
-
58
- #: ../notification/notification-edit.php:195 ../notification/notification-add.php:
59
- #: 194
60
- msgid "Custom Post Type"
61
- msgstr "Tipo de Entrada Personalizada"
62
-
63
- #: ../notification/notification-edit.php:230 ../notification/notification-add.php:
64
- #: 224
65
- msgid "No Custom Post Types Available"
66
- msgstr "No hay Tipos de Entrada Personalizadas Disponibles"
67
-
68
- #: ../notification/notification-edit.php:243 ../notification/notification-add.php:
69
- #: 237
70
- msgid "Send mail immediately when new post is published"
71
- msgstr "Enviar correo inmediatamente cuando se publique una nueva entrada"
72
-
73
- #: ../notification/notification-edit.php:244 ../notification/notification-add.php:
74
- #: 238
75
- msgid "Add to cron when new post is published and send via cron job"
76
- msgstr "Añadir a cron cuando se publique una nueva entrada y enviar vía tarea cron"
77
-
78
- #: ../notification/notification-edit.php:245 ../notification/notification-add.php:
79
- #: 239
80
- msgid "Disable notification"
81
- msgstr "Deshabilitar notificación"
82
-
83
- #: ../notification/notification-add.php:70
84
- msgid "Notification was successfully created. "
85
- msgstr "La notificación ha sido creada con éxito."
86
-
87
- #: ../notification/notification-add.php:93
88
- msgid " to view the details."
89
- msgstr " para ver los detalles."
90
-
91
- #: ../notification/notification-add.php:110
92
- msgid "Select subscribers group"
93
- msgstr "Selecciona grupo de suscriptores"
94
-
95
- #: ../notification/notification-add.php:159
96
- msgid "Select post categories"
97
- msgstr "Seleccionar categorías de entradas"
98
-
99
- #: ../notification/notification-add.php:195
100
- msgid "Select your custom post type (Optional)"
101
- msgstr "Seleccionar tu tipo de entrada personalizada (Opcional)"
102
-
103
- #: ../notification/notification-add.php:232
104
- msgid "Select notification status"
105
- msgstr "Seleccionar estado de notificación"
106
-
107
- #: ../notification/notification-show.php:30
108
- msgid "Selected record was successfully deleted"
109
- msgstr "El registro seleccionado ha sido borrado con éxito"
110
-
111
- #: ../notification/notification-show.php:117
112
- msgid "Send mail immediately when new post is published."
113
- msgstr "Enviar correo inmediatamente cuando una nueva entrada sea publicada."
114
-
115
- #: ../notification/notification-show.php:119
116
- msgid "Add to cron and send mail via cron job."
117
- msgstr "Añadir a cron y enviar correo vía tarea cron."
118
-
119
- #: ../sendmail/sendmail.php:129
120
- msgid "Select your mail type"
121
- msgstr "Seleccionar tu tipo de correo"
122
-
123
- #: ../sendmail/sendmail.php:135
124
- msgid "Send mail immediately"
125
- msgstr "Enviar correo inmediatamente"
126
-
127
- #: ../sendmail/sendmail.php:136
128
- msgid "Send mail via cron job"
129
- msgstr "Enviar correo vía tarea cron"
130
-
131
- #: ../sendmail/sendmail.php:144
132
- msgid "Select your subscriber group to send email"
133
- msgstr "Seleccionar tu grupo de suscriptores a los que mandar correo"
134
-
135
- #: ../sendmail/sendmail.php:177
136
- msgid "A,B,C"
137
- msgstr "A,B,C"
138
-
139
- #: ../sendmail/sendmail.php:178
140
- msgid "D,E,F"
141
- msgstr "D,E,F"
142
-
143
- #: ../sendmail/sendmail.php:179
144
- msgid "G,H,I"
145
- msgstr "G,H,I"
146
-
147
- #: ../sendmail/sendmail.php:180
148
- msgid "J,K,L"
149
- msgstr "J,K,L"
150
-
151
- #: ../sendmail/sendmail.php:181
152
- msgid "M,N,O"
153
- msgstr "M,N,O"
154
-
155
- #: ../sendmail/sendmail.php:182
156
- msgid "P,Q,R"
157
- msgstr "P,Q,R"
158
-
159
- #: ../sendmail/sendmail.php:183
160
- msgid "S,T,U"
161
- msgstr "S,T,U"
162
-
163
- #: ../sendmail/sendmail.php:184
164
- msgid "V,W,X,Y,Z"
165
- msgstr "V,W,X,Y,Z"
166
-
167
- #: ../sendmail/sendmail.php:185
168
- msgid "0-9"
169
- msgstr "0-9"
170
-
171
- #: ../sendmail/sendmail.php:186
172
- msgid "ALL"
173
- msgstr "TODOS"
174
-
175
- #: ../sendmail/sendmail.php:223
176
- #, php-format
177
- msgid ""
178
- "<span style=\"color:#FF0000\">No subscribers available for %s search criteria.</"
179
- "span>"
180
- msgstr ""
181
- "<span style=\"color:#FF0000\">No hay suscriptores disponibles para el criterio de "
182
- "búsqueda %s.</span>"
183
-
184
- #: ../settings/setting-sync.php:14
185
- msgid "Table sync completed successfully."
186
- msgstr "Sincronización de la Tabla finalizada con éxito."
187
-
188
- #: ../settings/setting-sync.php:27
189
- msgid "Sync plugin tables"
190
- msgstr "Sincronizar tablas del plugin"
191
-
192
- #: ../settings/setting-sync.php:30
193
- msgid "Click to sync tables"
194
- msgstr "Clic para sincronizar tablas"
195
-
196
- #: ../settings/settings-edit.php:17
197
- msgid "Oops, selected details doesnt exists."
198
- msgstr "Ups, los detalles seleccionados no existen."
199
-
200
- #: ../settings/settings-edit.php:111
201
- msgid "Please enter sender of notifications from name."
202
- msgstr "Por favor introduce el nombre 'de' para el emisor de notificaciones."
203
-
204
- #: ../settings/settings-edit.php:116
205
- msgid "Please enter sender of notifications from email."
206
- msgstr "Por favor introduce el correo 'de' para el emisor de notificaciones."
207
-
208
- #: ../settings/settings-edit.php:149
209
- msgid "Details was successfully updated."
210
- msgstr "Los detalles fueron actualizados correctamente."
211
-
212
- #: ../settings/settings-edit.php:152
213
- msgid "Oops, details not update."
214
- msgstr "Ups, los detalles no se han actualizado."
215
-
216
- #: ../settings/settings-edit.php:192 ../classes/es-register.php:155 ../classes/es-
217
- #: register.php:156
218
- msgid "Settings"
219
- msgstr "Configuración"
220
-
221
- #: ../settings/settings-edit.php:198
222
- msgid "Sender of notifications"
223
- msgstr "Emisor de notificaciones"
224
-
225
- #: ../settings/settings-edit.php:199
226
- msgid ""
227
- "Choose a FROM name and FROM email address for all notifications emails from this "
228
- "plugin."
229
- msgstr ""
230
- "Elige un nombre DE y una dirección de correo DE para todos los correos de "
231
- "notificaciones de este plugin."
232
-
233
- #: ../settings/settings-edit.php:209
234
- msgid "Mail type"
235
- msgstr "Tipo de Correo"
236
-
237
- #: ../settings/settings-edit.php:210
238
- msgid ""
239
- "Option 1 & 2 is to send mails with default Wordpress method wp_mail(). Option 3 & "
240
- "4 is to send mails with PHP method mail()"
241
- msgstr ""
242
- "Las opciones 1 y 2 envían correos con el método por defecto de WordPress "
243
- "wp_mail(). Las opciones 3 y 4 envían correos con el método PHP mail()."
244
-
245
- #: ../settings/settings-edit.php:214
246
- msgid "1. WP HTML MAIL"
247
- msgstr "1. WP CORREO HTML"
248
-
249
- #: ../settings/settings-edit.php:215
250
- msgid "2. WP PLAINTEXT MAIL"
251
- msgstr "2. WP CORREO TEXTO PLANO"
252
-
253
- #: ../settings/settings-edit.php:216
254
- msgid "3. PHP HTML MAIL"
255
- msgstr "3. PHP CORREO PHP"
256
-
257
- #: ../settings/settings-edit.php:217
258
- msgid "4. PHP PLAINTEXT MAIL"
259
- msgstr "4. PHP CORREO TEXTO PLANO"
260
-
261
- #: ../settings/settings-edit.php:224
262
- msgid "Opt-in option"
263
- msgstr "Opción Aceptación"
264
-
265
- #: ../settings/settings-edit.php:225
266
- msgid ""
267
- "Double Opt In, means subscribers need to confirm their email address by an "
268
- "activation link sent them on a activation email message. Single Opt In, means "
269
- "subscribers do not need to confirm their email address."
270
- msgstr ""
271
- "Doble Aceptación, significa que los suscriptores deben confirmar su correo "
272
- "electrónico por un enlace de activación que se les envía en un mensaje de "
273
- "confirmación de correo. Aceptación simple significa que los suscriptores no deben "
274
- "confirmar su dirección de correo."
275
-
276
- #: ../settings/settings-edit.php:229
277
- msgid "Double Opt In"
278
- msgstr "Doble Aceptación"
279
-
280
- #: ../settings/settings-edit.php:230 ../subscribers/view-subscriber-show.php:303
281
- msgid "Single Opt In"
282
- msgstr "Aceptación individual"
283
-
284
- #: ../settings/settings-edit.php:236
285
- msgid "Image Size"
286
- msgstr "Tamaño de imagen"
287
-
288
- #: ../settings/settings-edit.php:237
289
- msgid "Select image size for ###POSTIMAGE### to be shown in post notification email"
290
- msgstr ""
291
- "Selecciona el tamaño de imagen para ###POSTIMAGE### que se mostrará en el correo "
292
- "de notificación de entrada"
293
-
294
- #: ../settings/settings-edit.php:241
295
- msgid "Full Size"
296
- msgstr "Tamaño Completo"
297
-
298
- #: ../settings/settings-edit.php:242
299
- msgid "Medium Size"
300
- msgstr "Tamaño Medio"
301
-
302
- #: ../settings/settings-edit.php:243
303
- msgid "Thumbnail"
304
- msgstr "Miniatura"
305
-
306
- #: ../settings/settings-edit.php:249
307
- msgid "Opt-in mail subject (Confirmation mail)"
308
- msgstr "Asunto del correo de Aceptación (Correo de confirmación)"
309
-
310
- #: ../settings/settings-edit.php:250
311
- msgid ""
312
- "Enter the subject for Double Opt In mail. This will send whenever subscriber added "
313
- "email into our database."
314
- msgstr ""
315
- "Introduce el asunto para el correo de Doble Aceptación. Esto se mandará cuando se "
316
- "haya suscrito cualquier correo en nuestra base de datos."
317
-
318
- #: ../settings/settings-edit.php:256
319
- msgid "Opt-in mail content (Confirmation mail)"
320
- msgstr "Contenido del correo de Aceptación (correo de confirmación)"
321
-
322
- #: ../settings/settings-edit.php:257
323
- msgid ""
324
- "Enter the content for Double Opt In mail. This will send whenever subscriber added "
325
- "email into our database."
326
- msgstr ""
327
- "Introduce el contenido para el correo de Doble Aceptación. Esto se mandará cuando "
328
- "se añada una dirección de correo a nuestra base de datos."
329
-
330
- #: ../settings/settings-edit.php:263
331
- msgid "Opt-in link (Confirmation link)"
332
- msgstr "Enlace Aceptación (Enlace de conformación)"
333
-
334
- #: ../settings/settings-edit.php:264
335
- msgid "Double Opt In confirmation link. You no need to change this value."
336
- msgstr "Enlace para Doble Aceptación. No es necesario que cambies este valor."
337
-
338
- #: ../settings/settings-edit.php:270
339
- msgid "Text to display after email subscribed successfully"
340
- msgstr ""
341
- "Texto para mostrar cuando una dirección de correo se haya suscrito correctamente"
342
-
343
- #: ../settings/settings-edit.php:271
344
- msgid ""
345
- "This text will display once user clicked email confirmation link from opt-in "
346
- "(confirmation) email content."
347
- msgstr ""
348
- "Este texto se mostrará una vez el usuario haya hecho clic en el enlace de "
349
- "conformación de correo desde el contenido de correo de entrada (confirmación)."
350
-
351
- #: ../settings/settings-edit.php:278
352
- msgid "Subscriber welcome email"
353
- msgstr "Correo de bienvenida para el Suscriptor"
354
-
355
- #: ../settings/settings-edit.php:279
356
- msgid "To send welcome mail to subscriber, This option must be set to YES."
357
- msgstr ""
358
- "Para enviar un correo de bienvenida a los suscriptores, esta opción debe estar "
359
- "establecida a SÍ."
360
-
361
- #: ../settings/settings-edit.php:283 ../settings/settings-edit.php:311
362
- msgid "YES"
363
- msgstr "SÍ"
364
-
365
- #: ../settings/settings-edit.php:284 ../settings/settings-edit.php:312
366
- msgid "NO"
367
- msgstr "NO"
368
-
369
- #: ../settings/settings-edit.php:290
370
- msgid "Welcome mail subject"
371
- msgstr "Asunto correo bienvenida"
372
-
373
- #: ../settings/settings-edit.php:291
374
- msgid ""
375
- "Enter the subject for subscriber welcome mail. This will send whenever email "
376
- "subscribed (confirmed) successfully."
377
- msgstr ""
378
- "Introduce el asunto para el correo de bienvenida del suscriptor. Esto se enviará "
379
- "cuando se suscriba exitosamente (confirmado) cualquier correo."
380
-
381
- #: ../settings/settings-edit.php:297
382
- msgid "Subscriber welcome mail content"
383
- msgstr "Contenido del correo de bienvenida al suscriptor"
384
-
385
- #: ../settings/settings-edit.php:298
386
- msgid ""
387
- "Enter the content for subscriber welcome mail. This will send whenever email "
388
- "subscribed (confirmed) successfully. (Keyword: ###NAME###)"
389
- msgstr ""
390
- "Introduce el contenido para el correo de bienvenida al suscriptor. Esto se enviará "
391
- "cuando un correo se haya suscrito (confirmado) con éxito. (Keyword: ###NAME###)"
392
-
393
- #: ../settings/settings-edit.php:306
394
- msgid "Mail to admin"
395
- msgstr "Correo al administrador"
396
-
397
- #: ../settings/settings-edit.php:307
398
- msgid ""
399
- "To send admin notifications for new subscriber, This option must be set to YES."
400
- msgstr ""
401
- "Para mandar notificaciones al administrador por nuevos suscriptores, esta opción "
402
- "debe estar establecida a SÍ."
403
-
404
- #: ../settings/settings-edit.php:318
405
- msgid "Admin email addresses"
406
- msgstr "Direcciones de correo de administrador"
407
-
408
- #: ../settings/settings-edit.php:319
409
- msgid ""
410
- "Enter the admin email addresses that should receive notifications (separate by "
411
- "comma)."
412
- msgstr ""
413
- "Introduce las direcciones de correo de administradores que deben recibir las "
414
- "notificaciones (separadas por coma)."
415
-
416
- #: ../settings/settings-edit.php:325
417
- msgid "Admin mail subject"
418
- msgstr "Asunto del correo al administrador"
419
-
420
- #: ../settings/settings-edit.php:326
421
- msgid ""
422
- "Enter the subject for admin mail. This will send whenever new email added and "
423
- "confirmed into our database."
424
- msgstr ""
425
- "Introduce el asunto para el correo al administrador. Esto se enviará cuando un "
426
- "nuevo correo se añadido y confirmado en nuestra base de datos."
427
-
428
- #: ../settings/settings-edit.php:332
429
- msgid "Admin mail content"
430
- msgstr "Contenido correo administrador"
431
-
432
- #: ../settings/settings-edit.php:333
433
- msgid ""
434
- "Enter the mail content for admin. This will send whenever new email added and "
435
- "confirmed into our database. (Keyword: ###NAME###, ###EMAIL###)"
436
- msgstr ""
437
- "Introduce el contenido del correo para administrador. Esto se enviará cuando un "
438
- "nuevo correo haya sido añadido y confirmado en nuestra base de datos. (Keyword: "
439
- "###NAME###, ###EMAIL###)"
440
-
441
- #: ../settings/settings-edit.php:340
442
- msgid "Unsubscribe link"
443
- msgstr "Enlace de baja de suscripción"
444
-
445
- #: ../settings/settings-edit.php:341
446
- msgid "Unsubscribe link. You no need to change this value."
447
- msgstr "Enlace de baja de suscripción. No es necesario cambiar este valor."
448
-
449
- #: ../settings/settings-edit.php:347
450
- msgid "Unsubscribe text in mail"
451
- msgstr "Texto de baja de suscripción en correo"
452
-
453
- #: ../settings/settings-edit.php:348
454
- msgid ""
455
- "Enter the text for unsubscribe link. This text is to add unsubscribe link with "
456
- "newsletter. (Keyword: ###LINK###)"
457
- msgstr ""
458
- "Introduce el texto para el enlace de cancelación de suscripción. Este texto es "
459
- "para añadir un enlace de cancelación de suscripción con la newsletter. (Keyword: "
460
- "###LINK###)"
461
-
462
- #: ../settings/settings-edit.php:354
463
- msgid "Text to display after email unsubscribed"
464
- msgstr "Texto para mostrar una vez el correo haya cancelado la suscripción"
465
-
466
- #: ../settings/settings-edit.php:355
467
- msgid ""
468
- "This text will display once user clicked unsubscribed link from our newsletter."
469
- msgstr ""
470
- "Este texto se mostrará una vez que el usuario haga clic sobre el enlace de "
471
- "cancelación de suscripción desde nuestra newsletter."
472
-
473
- #: ../settings/settings-edit.php:362
474
- msgid "Message 1"
475
- msgstr "Mensaje 1"
476
-
477
- #: ../settings/settings-edit.php:363
478
- msgid "Default message to display if any issue on confirmation link."
479
- msgstr ""
480
- "Mensaje por defecto para mostrar si hay algún problema en el enlace de "
481
- "confirmación."
482
-
483
- #: ../settings/settings-edit.php:369
484
- msgid "Message 2"
485
- msgstr "Mensaje 2"
486
-
487
- #: ../settings/settings-edit.php:370
488
- msgid "Default message to display if any issue on unsubscribe link."
489
- msgstr ""
490
- "Mensaje por defecto para mostrar si hay algún problema en el enlace de cancelación "
491
- "de suscripción."
492
-
493
- #: ../settings/settings-edit.php:377
494
- msgid "Sent report subject"
495
- msgstr "Asunto de informe enviado"
496
-
497
- #: ../settings/settings-edit.php:378
498
- msgid "Mail subject for sent mail report."
499
- msgstr "Asunto del mensaje para informe de correos enviados."
500
-
501
- #: ../settings/settings-edit.php:384
502
- msgid "Sent report content"
503
- msgstr "Contenido del informe enviado"
504
-
505
- #: ../settings/settings-edit.php:385
506
- msgid ""
507
- "Mail content for sent mail report. (Keyword: ###COUNT###, ###UNIQUE###, "
508
- "###STARTTIME###, ###ENDTIME###)"
509
- msgstr ""
510
- "Contenido del correo para el informe de correo enviado. (Keyword: ###COUNT###, "
511
- "###UNIQUE###, ###STARTTIME###, ###ENDTIME###)"
512
-
513
- #: ../settings/settings-edit.php:396
514
- msgid "Save Settings"
515
- msgstr "Guardar configuración"
516
-
517
- #: ../settings/settings-edit.php:397 ../subscribers/view-subscriber-add.php:154 ..
518
- #: subscribers/view-subscriber-sync.php:157 ../subscribers/view-subscriber-edit.
519
- #: php:147 ../notification/notification-edit.php:255 ../notification/notification-
520
- #: add.php:248 ../compose/compose-edit.php:109 ../compose/compose-add.php:100
521
- #: cron/cron-add.php:89 ../sendmail/sendmail.php:240 ../roles/roles-add.php:157
522
- msgid "Cancel"
523
- msgstr "Cancelar"
524
-
525
- #: ../settings/settings-edit.php:398 ../sentmail/sentmail-preview.php:36 ..
526
- #: sentmail/deliverreport-show.php:118 ../subscribers/view-subscriber-add.php: 155
527
- #: ../subscribers/view-subscriber-sync.php:158 ../subscribers/view-subscriber-
528
- #: export.php:68 ../subscribers/view-subscriber-edit.php:148 ../subscribers/view-
529
- #: subscriber-import.php:189 ../subscribers/view-subscriber-show.php:448
530
- #: notification/notification-edit.php:256 ../notification/notification-add.php: 249
531
- #: ../notification/notification-show.php:141 ../compose/compose-edit.php:110 .
532
- #: compose/compose-show.php:113 ../compose/compose-preview.php:35
533
- #: compose/compose-add.php:101 ../cron/cron-add.php:90 ../sendmail/sendmail.php: 241
534
- #: ../roles/roles-add.php:158
535
- msgid "Help"
536
- msgstr "Ayuda"
537
-
538
- #: ../job/es-optin.php:56 ../job/es-optin.php:66 ../job/es-unsubscribe.php:53 ..
539
- #: job/es-unsubscribe.php:60
540
- msgid ""
541
- "Oops.. We are getting some technical error. Please try again or contact admin."
542
- msgstr ""
543
- "Ups. Estamos teniendo algún problema técnico. Por favor inténtalo otra vez o "
544
- "contacta al administrador."
545
-
546
- #: ../job/es-optin.php:59
547
- msgid "This email address has already been confirmed."
548
- msgstr "Esta dirección de correo ya ha sido confirmada."
549
-
550
- #: ../sentmail/sentmail-show.php:19 ../sentmail/sentmail-preview.php:15 ..
551
- #: subscribers/view-subscriber-edit.php:12 ../subscribers/view-subscriber-show.
552
- #: php:46 ../notification/notification-edit.php:16 ../notification/notification-
553
- #: show.php:18 ../compose/compose-edit.php:15 ../compose/compose-show.php:31
554
- #: compose/compose-preview.php:13
555
- msgid "Oops, selected details doesnt exist."
556
- msgstr "Ups, los detalles seleccionados no existen."
557
-
558
- #: ../sentmail/sentmail-show.php:31 ../subscribers/view-subscriber-show.php:60 ..
559
- #: subscribers/view-subscriber-show.php:104 ../compose/compose-show.php:43
560
- msgid "Selected record was successfully deleted."
561
- msgstr "El registro seleccionado ha sido borrado con éxito."
562
-
563
- #: ../sentmail/sentmail-show.php:38
564
- msgid "Successfully deleted all reports except latest 10."
565
- msgstr "Se borraron con éxito todos los informes excepto los últimos 10."
566
-
567
- #: ../sentmail/sentmail-show.php:49 ../classes/es-register.php:161 ../classes/es-
568
- #: register.php:162
569
- msgid "Sent Mails"
570
- msgstr "Correos enviados"
571
-
572
- #: ../sentmail/sentmail-show.php:67 ../sentmail/sentmail-show.php:80
573
- msgid "View Reports"
574
- msgstr "Ver Informes"
575
-
576
- #: ../sentmail/sentmail-show.php:68 ../sentmail/sentmail-show.php:81 ..
577
- #: compose/compose-show.php:95
578
- msgid "Preview"
579
- msgstr "Previsualizar"
580
-
581
- #: ../sentmail/sentmail-show.php:69 ../sentmail/sentmail-show.php:82
582
- msgid "Source"
583
- msgstr "Origen"
584
-
585
- #: ../sentmail/sentmail-show.php:70 ../sentmail/sentmail-show.php:83 ..
586
- #: sentmail/deliverreport-show.php:42 ../sentmail/deliverreport-show.php:54
587
- #: subscribers/view-subscriber-add.php:121 ../subscribers/view-subscriber-edit.
588
- #: php:105 ../subscribers/view-subscriber-import.php:155 ../subscribers/view-
589
- #: subscriber-show.php:327 ../subscribers/view-subscriber-show.php:340
590
- #: compose/compose-edit.php:99 ../compose/compose-show.php:67 ../compose/compose-
591
- #: show.php:75 ../compose/compose-add.php:90
592
- msgid "Status"
593
- msgstr "Estado"
594
-
595
- #: ../sentmail/sentmail-show.php:71 ../sentmail/sentmail-show.php:84 ..
596
- #: sentmail/deliverreport-show.php:43 ../sentmail/deliverreport-show.php:55
597
- #: compose/compose-show.php:68 ../compose/compose-show.php:76
598
- msgid "Type"
599
- msgstr "Tipo"
600
-
601
- #: ../sentmail/sentmail-show.php:72 ../sentmail/sentmail-show.php:85
602
- msgid "Start Date"
603
- msgstr "Fecha Comienzo"
604
-
605
- #: ../sentmail/sentmail-show.php:73 ../sentmail/sentmail-show.php:86
606
- msgid "End Date"
607
- msgstr "Fecha Fin"
608
-
609
- #: ../sentmail/sentmail-show.php:74 ../sentmail/sentmail-show.php:87
610
- msgid "Total"
611
- msgstr "Total"
612
-
613
- #: ../sentmail/sentmail-show.php:75 ../sentmail/sentmail-show.php:88 ..
614
- #: subscribers/view-subscriber-export.php:30 ../subscribers/view-subscriber-
615
- #: export.php:38 ../subscribers/view-subscriber-show.php:330 ../subscribers/view-
616
- #: subscriber-show.php:343 ../compose/compose-show.php:69 ../compose/compose-show.
617
- #: php:77
618
- msgid "Action"
619
- msgstr "Acción"
620
-
621
- #: ../sentmail/sentmail-show.php:128 ../sentmail/deliverreport-show.php:82 ..
622
- #: notification/notification-show.php:130 ../compose/compose-show.php:102
623
- msgid "No records available."
624
- msgstr "No hay registros disponibles."
625
-
626
- #: ../sentmail/sentmail-show.php:140 ../sentmail/deliverreport-show.php:94
627
- msgid " &lt;&lt; "
628
- msgstr " &lt;&lt; "
629
-
630
- #: ../sentmail/sentmail-show.php:141 ../sentmail/deliverreport-show.php:95
631
- msgid " &gt;&gt; "
632
- msgstr " &gt;&gt; "
633
-
634
- #: ../sentmail/sentmail-show.php:164 ../sentmail/sentmail-show.php:166
635
- msgid "Optimize Table"
636
- msgstr "Optimizar Tabla"
637
-
638
- #: ../sentmail/sentmail-show.php:174
639
- msgid ""
640
- "Note: Please click <strong>Optimize Table</strong> button to delete all reports "
641
- "except latest 10."
642
- msgstr ""
643
- "Nota: Por favor, haz clic en el botón <strong>Optimizar Tabla</strong> para borrar "
644
- "todos los informes excepto los últimos 10."
645
-
646
- #: ../sentmail/sentmail-preview.php:22 ../compose/compose-preview.php:21
647
- msgid "Preview Mail"
648
- msgstr "Previsualizar Correo"
649
-
650
- #: ../sentmail/sentmail-preview.php:35 ../sentmail/deliverreport-show.php:117 ..
651
- #: subscribers/view-subscriber-export.php:67 ../subscribers/view-subscriber-
652
- #: import.php:188 ../compose/compose-preview.php:33
653
- msgid "Back"
654
- msgstr "Volver"
655
-
656
- #: ../sentmail/deliverreport-show.php:13
657
- msgid "Oops.. Unexpected error occurred. Please try again."
658
- msgstr "Ups. Ha sucedido un error inesperado. Por favor, inténtelo de nuevo."
659
-
660
- #: ../sentmail/deliverreport-show.php:22
661
- msgid "Delivery Report"
662
- msgstr "Informe envío"
663
-
664
- #: ../sentmail/deliverreport-show.php:39 ../sentmail/deliverreport-show.php:51 ..
665
- #: subscribers/view-subscriber-export.php:27 ../subscribers/view-subscriber-
666
- #: export.php:35 ../subscribers/view-subscriber-show.php:324 ../subscribers/view-
667
- #: subscriber-show.php:337
668
- msgid "Sno"
669
- msgstr "Sno"
670
-
671
- #: ../sentmail/deliverreport-show.php:40 ../sentmail/deliverreport-show.php:52
672
- msgid "Email"
673
- msgstr "Correo"
674
-
675
- #: ../sentmail/deliverreport-show.php:41 ../sentmail/deliverreport-show.php:53
676
- msgid "Sent Date"
677
- msgstr "Fecha Envío"
678
-
679
- #: ../sentmail/deliverreport-show.php:44 ../sentmail/deliverreport-show.php:56
680
- msgid "Viewed Status"
681
- msgstr "Estado visualización"
682
-
683
- #: ../sentmail/deliverreport-show.php:45 ../sentmail/deliverreport-show.php:57
684
- msgid "Viewed Date"
685
- msgstr "Fecha Visualización"
686
-
687
- #: ../sentmail/deliverreport-show.php:46 ../sentmail/deliverreport-show.php:58 ..
688
- #: subscribers/view-subscriber-show.php:329 ../subscribers/view-subscriber-show.
689
- #: php:342
690
- msgid "Database ID"
691
- msgstr "ID Base de Datos"
692
-
693
- #: ../classes/es-loadwidget.php:24 ../classes/es-register.php:411 ..
694
- #: subscribers/view-subscriber-show.php:326 ../subscribers/view-subscriber-show.
695
- #: php:339
696
- msgid "Name"
697
- msgstr "Nombre"
698
-
699
- #: ../classes/es-loadwidget.php:29 ../classes/es-register.php:416
700
- msgid "Email *"
701
- msgstr "Email *"
702
-
703
- #: ../classes/es-loadwidget.php:34 ../classes/es-register.php:421
704
- msgid "Subscribe"
705
- msgstr "Suscribirse"
706
-
707
- #. Name of the plugin
708
- #: ../classes/es-register.php:137 ../classes/es-register.php:138
709
- msgid "Email Subscribers"
710
- msgstr "Email Subscribers"
711
-
712
- #: ../classes/es-register.php:140 ../classes/es-register.php:141
713
- msgid "Subscribers"
714
- msgstr "Suscriptores"
715
-
716
- #: ../classes/es-register.php:143 ../classes/es-register.php:144
717
- msgid "Compose"
718
- msgstr "Componer"
719
-
720
- #: ../classes/es-register.php:146 ../classes/es-register.php:147 ..
721
- #: notification/notification-show.php:44
722
- msgid "Notification"
723
- msgstr "Notificación"
724
-
725
- #: ../classes/es-register.php:149 ../classes/es-register.php:150 ..
726
- #: sendmail/sendmail.php:93 ../sendmail/sendmail.php:236 ../sendmail/sendmail.
727
- #: php:238
728
- msgid "Send Email"
729
- msgstr "Enviar Correo"
730
-
731
- #: ../classes/es-register.php:152
732
- msgid "Cron"
733
- msgstr "Cron"
734
-
735
- #: ../classes/es-register.php:153
736
- msgid "Cron Mail"
737
- msgstr "Cron Email"
738
-
739
- #: ../classes/es-register.php:158 ../classes/es-register.php:159
740
- msgid "Roles"
741
- msgstr "Roles"
742
-
743
- #: ../classes/es-register.php:164
744
- msgid "Help & Info"
745
- msgstr "Ayuda e Información"
746
-
747
- #: ../classes/es-register.php:165
748
- msgid "<span style=\"color:#f18500;font-weight:bolder;\">Help & Info"
749
- msgstr "<span style=\"color:#f18500;font-weight:bolder;\">Ayuda e Info"
750
-
751
- #: ../classes/es-register.php:176
752
- msgctxt "view-subscriber-enhanced-select"
753
- msgid "Please enter subscriber email address."
754
- msgstr "Por favor introduce la dirección de correo de suscriptor."
755
-
756
- #: ../classes/es-register.php:177
757
- msgctxt "view-subscriber-enhanced-select"
758
- msgid "Please select subscriber email status."
759
- msgstr "Por favor selecciona el estado de correo de suscriptor."
760
-
761
- #: ../classes/es-register.php:178
762
- msgctxt "view-subscriber-enhanced-select"
763
- msgid "Please select or create group for this subscriber."
764
- msgstr "Por favor selecciona o crea grupo para este suscriptor."
765
-
766
- #: ../classes/es-register.php:179
767
- msgctxt "view-subscriber-enhanced-select"
768
- msgid "Do you want to delete this record?"
769
- msgstr "¿Quieres borrar este registro?"
770
-
771
- #: ../classes/es-register.php:180
772
- msgctxt "view-subscriber-enhanced-select"
773
- msgid "Please select the bulk action."
774
- msgstr "Por favor selecciona la acción en bloque."
775
-
776
- #: ../classes/es-register.php:181
777
- msgctxt "view-subscriber-enhanced-select"
778
- msgid "Do you want to delete selected record(s)?"
779
- msgstr "¿Quieres borrar el/los registro(s) seleccionado(s)?"
780
-
781
- #: ../classes/es-register.php:182
782
- msgctxt "view-subscriber-enhanced-select"
783
- msgid "Are you sure you want to delete?"
784
- msgstr "¿Estás seguro de querer borrar?"
785
-
786
- #: ../classes/es-register.php:183
787
- msgctxt "view-subscriber-enhanced-select"
788
- msgid ""
789
- "Do you want to resend confirmation email? \\nAlso please note, this will update "
790
- "subscriber current status to 'Unconfirmed'."
791
- msgstr ""
792
- "¿Quieres volver a mandar el correo de confirmación?\\nTambién ten en cuenta que "
793
- "esto actualizará el estado actual a 'Sin confirmar'."
794
-
795
- #: ../classes/es-register.php:184
796
- msgctxt "view-subscriber-enhanced-select"
797
- msgid "Please select new subscriber group."
798
- msgstr "Por favor selecciona un nuevo grupo de suscriptores."
799
-
800
- #: ../classes/es-register.php:185
801
- msgctxt "view-subscriber-enhanced-select"
802
- msgid "Do you want to update subscribers group?"
803
- msgstr "¿Quieres actualizar el grupo de suscriptores?"
804
-
805
- #: ../classes/es-register.php:186
806
- msgctxt "view-subscriber-enhanced-select"
807
- msgid "Do you want to export the emails?"
808
- msgstr "¿Quieres exportar los correos?"
809
-
810
- #: ../classes/es-register.php:187
811
- msgctxt "view-subscriber-enhanced-select"
812
- msgid ""
813
- "Please select only csv file. Please check official website for csv structure.."
814
- msgstr ""
815
- "Por favor selecciona el archivo de entrada csv. Por favor, consulta el sitio "
816
- "oficial para ver la estructura csv."
817
-
818
- #: ../classes/es-register.php:195
819
- msgctxt "compose-enhanced-select"
820
- msgid "Please enter name for configuration."
821
- msgstr "Por favor, introduce nombre para configuración."
822
-
823
- #: ../classes/es-register.php:196
824
- msgctxt "compose-enhanced-select"
825
- msgid "Please select template for this configuration."
826
- msgstr "Por favor selecciona una plantilla para esta configuración."
827
-
828
- #: ../classes/es-register.php:197
829
- msgctxt "compose-enhanced-select"
830
- msgid "Do you want to delete this record?"
831
- msgstr "¿Quieres borrar este registro?"
832
-
833
- #: ../classes/es-register.php:205
834
- msgctxt "notification-enhanced-select"
835
- msgid "Please select subscribers group."
836
- msgstr "Por favor selecciona el grupo de suscriptores."
837
-
838
- #: ../classes/es-register.php:206
839
- msgctxt "notification-enhanced-select"
840
- msgid "Please select notification mail subject. Use compose menu to create new."
841
- msgstr ""
842
- "Por favor selecciona el asunto de notificación del correo. Utiliza el menú "
843
- "componer para crear uno nuevo."
844
-
845
- #: ../classes/es-register.php:207
846
- msgctxt "notification-enhanced-select"
847
- msgid "Please select notification status."
848
- msgstr "Por favor selecciona el estado de notificación."
849
-
850
- #: ../classes/es-register.php:208
851
- msgctxt "notification-enhanced-select"
852
- msgid "Do you want to delete this record?"
853
- msgstr "¿Quieres borrar este registro?"
854
-
855
- #: ../classes/es-register.php:216
856
- msgctxt "sendmail-enhanced-select"
857
- msgid "Please select your mail subject."
858
- msgstr "Por favor selecciona el asunto de tu correo."
859
-
860
- #: ../classes/es-register.php:217
861
- msgctxt "sendmail-enhanced-select"
862
- msgid "Please select subscriber email status."
863
- msgstr "Por favor selecciona el estado de correo de suscriptor."
864
-
865
- #: ../classes/es-register.php:218
866
- msgctxt "sendmail-enhanced-select"
867
- msgid "Are you sure you want to send email to all selected email address?"
868
- msgstr ""
869
- "¿Estás seguro de querer mandar correo a todas las direcciones de correo "
870
- "seleccionadas?"
871
-
872
- #: ../classes/es-register.php:230
873
- msgctxt "sentmail-enhanced-select"
874
- msgid "Do you want to delete this record?"
875
- msgstr "¿Quieres borrar este registro?"
876
-
877
- #: ../classes/es-register.php:231
878
- msgctxt "sentmail-enhanced-select"
879
- msgid "Do you want to delete all records except latest 10?"
880
- msgstr "¿Quieres borrar todos los registros excepto los últimos 10?"
881
-
882
- #: ../classes/es-register.php:239
883
- msgctxt "roles-enhanced-select"
884
- msgid "Please enter subscriber email address."
885
- msgstr "Por favor introduce la dirección de correo de suscriptor."
886
-
887
- #: ../classes/es-register.php:240
888
- msgctxt "roles-enhanced-select"
889
- msgid "Please select subscriber email status."
890
- msgstr "Por favor selecciona el estado de correo de suscriptor."
891
-
892
- #: ../classes/es-register.php:241
893
- msgctxt "roles-enhanced-select"
894
- msgid "Please select or create group for this subscriber."
895
- msgstr "Por favor selecciona o crea grupo para este suscriptor."
896
-
897
- #: ../classes/es-register.php:249
898
- msgctxt "cron-enhanced-select"
899
- msgid "Please select enter number of mails you want to send per hour/trigger."
900
- msgstr ""
901
- "Por favor, introduce el número de correos que quieres enviar por hora/disparador."
902
-
903
- #: ../classes/es-register.php:250
904
- msgctxt "cron-enhanced-select"
905
- msgid "Please enter the mail count, only number."
906
- msgstr "Por favor, introduce el conteo de correos, sólo numérico."
907
-
908
- #: ../classes/es-register.php:263
909
- msgctxt "widget-enhanced-select"
910
- msgid "Please enter email address."
911
- msgstr "Por favor introduce dirección de correo."
912
-
913
- #: ../classes/es-register.php:264
914
- msgctxt "widget-enhanced-select"
915
- msgid "Please provide a valid email address."
916
- msgstr "Por favor introduce una dirección de correo válida."
917
-
918
- #: ../classes/es-register.php:265
919
- msgctxt "widget-enhanced-select"
920
- msgid "loading..."
921
- msgstr "Cargando..."
922
-
923
- #: ../classes/es-register.php:266
924
- msgctxt "widget-enhanced-select"
925
- msgid "Cannot create XMLHTTP instance"
926
- msgstr "No se puede crear la instancia XMLHTTP"
927
-
928
- #: ../classes/es-register.php:267
929
- msgctxt "widget-enhanced-select"
930
- msgid "Subscribed successfully."
931
- msgstr "Suscripción exitosa."
932
-
933
- #: ../classes/es-register.php:268
934
- msgctxt "widget-enhanced-select"
935
- msgid ""
936
- "You have successfully subscribed to the newsletter. You will receive a "
937
- "confirmation email in a few minutes. Please follow the link in it to confirm your "
938
- "subscription. If the email takes more than 15 minutes to appear in your mailbox, "
939
- "please check your spam folder."
940
- msgstr ""
941
- "Te has suscrito con éxito a la newsletter. Recibirás un correo de confirmación en "
942
- "pocos minutos. Por favor, sigue el enlace en él para confirmar tu suscripción. Si "
943
- "el correo tarda más de 15 minutos en aparecer en tu bandeja de entradas, por favor "
944
- "revisa tu carpeta de correo no deseado."
945
-
946
- #: ../classes/es-register.php:269
947
- msgctxt "widget-enhanced-select"
948
- msgid "Email Address already exists."
949
- msgstr "El correo electrónico ya existe."
950
-
951
- #: ../classes/es-register.php:270
952
- msgctxt "widget-enhanced-select"
953
- msgid "Oops.. Unexpected error occurred."
954
- msgstr "Ups. Ha sucedido un error inesperado."
955
-
956
- #: ../classes/es-register.php:271
957
- msgctxt "widget-enhanced-select"
958
- msgid "Invalid email address."
959
- msgstr "Dirección de correo electrónico no válida."
960
-
961
- #: ../classes/es-register.php:272
962
- msgctxt "widget-enhanced-select"
963
- msgid "Please try after some time."
964
- msgstr "Por favor inténtalo en otro momento."
965
-
966
- #: ../classes/es-register.php:273
967
- msgctxt "widget-enhanced-select"
968
- msgid "There was a problem with the request."
969
- msgstr "Ha habido un problema con la petición."
970
-
971
- #: ../classes/es-register.php:280
972
- msgctxt "widget-page-enhanced-select"
973
- msgid "Please enter email address."
974
- msgstr "Por favor introduce dirección de correo."
975
-
976
- #: ../classes/es-register.php:281
977
- msgctxt "widget-page-enhanced-select"
978
- msgid "Please provide a valid email address."
979
- msgstr "Por favor introduce una dirección de correo válida."
980
-
981
- #: ../classes/es-register.php:282
982
- msgctxt "widget-page-enhanced-select"
983
- msgid "loading..."
984
- msgstr "Cargando..."
985
-
986
- #: ../classes/es-register.php:283
987
- msgctxt "widget-page-enhanced-select"
988
- msgid "Cannot create XMLHTTP instance"
989
- msgstr "No se puede crear la instancia XMLHTTP"
990
-
991
- #: ../classes/es-register.php:284
992
- msgctxt "widget-page-enhanced-select"
993
- msgid "Subscribed successfully."
994
- msgstr "Suscripción exitosa."
995
-
996
- #: ../classes/es-register.php:285
997
- msgctxt "widget-page-enhanced-select"
998
- msgid ""
999
- "You have successfully subscribed to the newsletter. You will receive a "
1000
- "confirmation email in a few minutes. Please follow the link in it to confirm your "
1001
- "subscription. If the email takes more than 15 minutes to appear in your mailbox, "
1002
- "please check your spam folder."
1003
- msgstr ""
1004
- "Te has suscrito con éxito a la newsletter. Recibirás un correo de confirmación en "
1005
- "pocos minutos. Por favor, sigue el enlace en él para confirmar tu suscripción. Si "
1006
- "el correo tarda más de 15 minutos en aparecer en tu bandeja de entradas, por favor "
1007
- "revisa tu carpeta de correo no deseado."
1008
-
1009
- #: ../classes/es-register.php:286
1010
- msgctxt "widget-page-enhanced-select"
1011
- msgid "Email Address already exists."
1012
- msgstr "El correo electrónico ya existe."
1013
-
1014
- #: ../classes/es-register.php:287
1015
- msgctxt "widget-page-enhanced-select"
1016
- msgid "Oops.. Unexpected error occurred."
1017
- msgstr "Ups. Ha sucedido un error inesperado."
1018
-
1019
- #: ../classes/es-register.php:288
1020
- msgctxt "widget-page-enhanced-select"
1021
- msgid "Invalid email address."
1022
- msgstr "Dirección de correo electrónico no válida."
1023
-
1024
- #: ../classes/es-register.php:289
1025
- msgctxt "widget-page-enhanced-select"
1026
- msgid "Please try after some time."
1027
- msgstr "Por favor inténtalo en otro momento."
1028
-
1029
- #: ../classes/es-register.php:290
1030
- msgctxt "widget-page-enhanced-select"
1031
- msgid "There was a problem with the request."
1032
- msgstr "Ha habido un problema con la petición."
1033
-
1034
- #: ../classes/es-register.php:456
1035
- msgid "Widget Title"
1036
- msgstr "Título Widget"
1037
-
1038
- #: ../classes/es-register.php:460
1039
- msgid "Display Name Field"
1040
- msgstr "Mostrar Campo Nombre"
1041
-
1042
- #: ../classes/es-register.php:467
1043
- msgid "Short Description"
1044
- msgstr "Descripción Corta"
1045
-
1046
- #: ../classes/es-register.php:469
1047
- msgid "Short description about your subscription form."
1048
- msgstr "Descripción corta sobre tu formulario de suscripción."
1049
-
1050
- #: ../classes/es-register.php:472
1051
- msgid "Subscriber Group"
1052
- msgstr "Grupo de suscripción"
1053
-
1054
- #: ../classes/es-common.php:8
1055
- msgid "<span style=\"color:#006600;font-weight:bold;\">Confirmed</span>"
1056
- msgstr "<span style=\"color:#006600;font-weight:bold;\">Confirmado</span>"
1057
-
1058
- #: ../classes/es-common.php:11
1059
- msgid "<span style=\"color:#FF0000\">Unconfirmed</span>"
1060
- msgstr "<span style=\"color:#FF0000\">Sin confirmar</span>"
1061
-
1062
- #: ../classes/es-common.php:14
1063
- msgid "<span style=\"color:#999900\">Unsubscribed</span>"
1064
- msgstr "<span style=\"color:#999900\">Suscripción cancelada</span>"
1065
-
1066
- #: ../classes/es-common.php:17
1067
- msgid "<span style=\"color:#0000FF\">Single Opt In</span>"
1068
- msgstr "<span style=\"color:#0000FF\">Aceptación individual</span>"
1069
-
1070
- #: ../classes/es-common.php:20
1071
- msgid "<span style=\"color:#00CC00;font-weight:bold\">Viewed</span>"
1072
- msgstr "<span style=\"color:#00CC00;font-weight:bold\">Visto</span>"
1073
-
1074
- #: ../classes/es-common.php:23
1075
- msgid "<span style=\"color:#999900;\">Nodata</span>"
1076
- msgstr "<span style=\"color:#999900;\">Sin Datos</span>"
1077
-
1078
- #: ../classes/es-common.php:26
1079
- msgid "<span style=\"color:#FF0000\">Disable</span>"
1080
- msgstr "<span style=\"color:#FF0000\">Deshabilitad</span>"
1081
-
1082
- #: ../classes/es-common.php:29
1083
- msgid "<span style=\"color:#FF0000\">In Queue</span>"
1084
- msgstr "<span style=\"color:#FF0000\">En Cola</span>"
1085
-
1086
- #: ../classes/es-common.php:32
1087
- msgid "<span style=\"color:#00FF00;font-weight:bold;\">Sent</span>"
1088
- msgstr "<span style=\"color:#00FF00;font-weight:bold;\">Enviado</span>"
1089
-
1090
- #: ../classes/es-common.php:35
1091
- msgid "<span style=\"color:#ffd700;font-weight:bold;\">Cron Mail</span>"
1092
- msgstr "<span style=\"color:#ffd700;font-weight:bold;\">Correo Cron</span>"
1093
-
1094
- #: ../classes/es-common.php:38
1095
- msgid "<span style=\"color:#993399;\">Instant Mail</span>"
1096
- msgstr "<span style=\"color:#993399;\">Correo Instantáneo</span>"
1097
-
1098
- #: ../subscribers/view-subscriber-add.php:28 ../subscribers/view-subscriber-add.
1099
- #: php:119 ../subscribers/view-subscriber-edit.php:43 ../subscribers/view-
1100
- #: subscriber-edit.php:103
1101
- msgid "Please enter subscriber email address."
1102
- msgstr "Por favor introduce la dirección de correo de suscriptor."
1103
-
1104
- #: ../subscribers/view-subscriber-add.php:45
1105
- msgid "Please select or create your group for this email."
1106
- msgstr "Por favor selecciona o crea tu grupo para este correo."
1107
-
1108
- #: ../subscribers/view-subscriber-add.php:54 ../subscribers/view-subscriber-
1109
- #: import.php:45
1110
- msgid ""
1111
- "Error: Special characters (['^$%&*()}{@#~?><>,|=_+\\\"]) are not allowed in the "
1112
- "group name."
1113
- msgstr ""
1114
- "Error: los caracteres especiales (['^$%&*()}{@#~?><>,|=_+\\\"]) no se permiten "
1115
- "como nombre de grupo."
1116
-
1117
- #: ../subscribers/view-subscriber-add.php:66
1118
- msgid "Email was successfully inserted."
1119
- msgstr "El correo ha sido correctamente añadido."
1120
-
1121
- #: ../subscribers/view-subscriber-add.php:70
1122
- msgid "Email already exist in our list."
1123
- msgstr "El correo ya existe en nuestro listado."
1124
-
1125
- #: ../subscribers/view-subscriber-add.php:75
1126
- msgid "Email is invalid."
1127
- msgstr "Correo no válido."
1128
-
1129
- #: ../subscribers/view-subscriber-add.php:92 ../subscribers/view-subscriber-add.
1130
- #: php:101 ../subscribers/view-subscriber-edit.php:86 ../subscribers/view-
1131
- #: subscriber-import.php:107 ../subscribers/view-subscriber-import.php:138 ..
1132
- #: notification/notification-edit.php:96 ../notification/notification-add.php:92
1133
- #: ../compose/compose-edit.php:67 ../compose/compose-add.php:59
1134
- msgid "Click here"
1135
- msgstr "Haz clic aquí"
1136
-
1137
- #: ../subscribers/view-subscriber-add.php:92 ../subscribers/view-subscriber-add.
1138
- #: php:101 ../subscribers/view-subscriber-edit.php:86 ../subscribers/view-
1139
- #: subscriber-import.php:107 ../subscribers/view-subscriber-import.php:138 ..
1140
- #: notification/notification-edit.php:97 ../compose/compose-edit.php:68
1141
- #: compose/compose-add.php:60
1142
- msgid " to view the details"
1143
- msgstr " para ver los detalles"
1144
-
1145
- #: ../subscribers/view-subscriber-add.php:111
1146
- msgid "Add email"
1147
- msgstr "Añadir correo"
1148
-
1149
- #: ../subscribers/view-subscriber-add.php:113 ../subscribers/view-subscriber-edit.
1150
- #: php:97
1151
- msgid "Enter full name"
1152
- msgstr "Introduce nombre completo"
1153
-
1154
- #: ../subscribers/view-subscriber-add.php:115 ../subscribers/view-subscriber-edit.
1155
- #: php:99
1156
- msgid "Please enter subscriber full name."
1157
- msgstr "Por favor, introduce nombre completo del suscriptor."
1158
-
1159
- #: ../subscribers/view-subscriber-add.php:117 ../subscribers/view-subscriber-edit.
1160
- #: php:101
1161
- msgid "Enter email address."
1162
- msgstr "Introduce dirección de correo."
1163
-
1164
- #: ../subscribers/view-subscriber-add.php:128 ../subscribers/view-subscriber-edit.
1165
- #: php:112 ../subscribers/view-subscriber-import.php:162
1166
- msgid "Please select subscriber email status."
1167
- msgstr "Por favor selecciona el estado de correo de suscriptor."
1168
-
1169
- #: ../subscribers/view-subscriber-add.php:130 ../subscribers/view-subscriber-
1170
- #: import.php:164
1171
- msgid "Select (or) Create Group"
1172
- msgstr "Selecciona (o) Crear Grupo"
1173
-
1174
- #: ../subscribers/view-subscriber-add.php:132 ../subscribers/view-subscriber-sync.
1175
- #: php:99 ../subscribers/view-subscriber-sync.php:130 ../subscribers/view-
1176
- #: subscriber-edit.php:116 ../subscribers/view-subscriber-import.php:166 ..
1177
- #: notification/notification-edit.php:131 ../notification/notification-add.php: 115
1178
- #: ../notification/notification-add.php:139 ../sendmail/sendmail.php:106
1179
- #: sendmail/sendmail.php:134 ../sendmail/sendmail.php:149
1180
- msgid "Select"
1181
- msgstr "Seleccionar"
1182
-
1183
- #: ../subscribers/view-subscriber-add.php:148 ../subscribers/view-subscriber-edit.
1184
- #: php:140 ../subscribers/view-subscriber-import.php:182
1185
- msgid "Please select or create group for this subscriber."
1186
- msgstr "Por favor selecciona o crea grupo para este suscriptor."
1187
-
1188
- #: ../subscribers/view-subscriber-add.php:153 ../subscribers/view-subscriber-sync.
1189
- #: php:156 ../subscribers/view-subscriber-edit.php:146 ..
1190
- #: notification/notification-edit.php:254 ../notification/notification-add.php: 247
1191
- #: ../compose/compose-edit.php:108 ../compose/compose-add.php:99 ../cron/cron-
1192
- #: add.php:88 ../roles/roles-add.php:156
1193
- msgid "Submit"
1194
- msgstr "Enviar"
1195
-
1196
- #: ../subscribers/view-subscriber-sync.php:33 ../subscribers/view-subscriber-sync.
1197
- #: php:119
1198
- msgid "Please select default group to newly registered user."
1199
- msgstr "Por favor selecciona el grupo por defecto para el usuario recién registrado."
1200
-
1201
- #: ../subscribers/view-subscriber-sync.php:39 ../subscribers/view-subscriber-sync.
1202
- #: php:150
1203
- msgid "Please select default group to newly commented user."
1204
- msgstr "Por favor, selecciona el grupo por defecto para el usuario recién comentado."
1205
-
1206
- #: ../subscribers/view-subscriber-sync.php:56
1207
- msgid "Sync email successfully updated."
1208
- msgstr "La sincronización de correos ha sido actualizada correctamente."
1209
-
1210
- #: ../subscribers/view-subscriber-sync.php:88
1211
- msgid "Sync email"
1212
- msgstr "Sincronizar correo"
1213
-
1214
- #: ../subscribers/view-subscriber-sync.php:90
1215
- msgid "Sync newly registered user"
1216
- msgstr "Sincronizar usuario recientemente registrado"
1217
-
1218
- #: ../subscribers/view-subscriber-sync.php:95
1219
- msgid "Automatically add a newly registered user email address to subscribers list."
1220
- msgstr ""
1221
- "Automáticamente añade una dirección de correo electrónico de usuario registrador "
1222
- "recientemente a la lista de suscriptores."
1223
-
1224
- #: ../subscribers/view-subscriber-sync.php:97 ../subscribers/view-subscriber-sync.
1225
- #: php:128
1226
- msgid "Select default group"
1227
- msgstr "Selecciona grupo por defecto"
1228
-
1229
- #: ../subscribers/view-subscriber-sync.php:121
1230
- msgid "Sync newly commented user"
1231
- msgstr "Sincronizar usuario recientemente comentado"
1232
-
1233
- #: ../subscribers/view-subscriber-sync.php:126
1234
- msgid ""
1235
- "Automatically add a newly commented (who posted comments) user email address to "
1236
- "subscribers list."
1237
- msgstr ""
1238
- "Automáticamente añadir una dirección de correo de usuario recientemente comentado "
1239
- "(que envió comentarios) a la lista de suscriptores."
1240
-
1241
- #: ../subscribers/view-subscriber-export.php:22
1242
- msgid "Export email address in csv format"
1243
- msgstr "Exportar dirección de correo electrónico en formato csv"
1244
-
1245
- #: ../subscribers/view-subscriber-export.php:28 ../subscribers/view-subscriber-
1246
- #: export.php:36
1247
- msgid "Export option"
1248
- msgstr "Opción Exportar"
1249
-
1250
- #: ../subscribers/view-subscriber-export.php:29 ../subscribers/view-subscriber-
1251
- #: export.php:37
1252
- msgid "Total email"
1253
- msgstr "Total Correo"
1254
-
1255
- #: ../subscribers/view-subscriber-export.php:44
1256
- msgid "Subscriber email address"
1257
- msgstr "Dirección de correo Suscriptor"
1258
-
1259
- #: ../subscribers/view-subscriber-export.php:46 ../subscribers/view-subscriber-
1260
- #: export.php:52 ../subscribers/view-subscriber-export.php:58
1261
- msgid "Click to export csv"
1262
- msgstr "Clic para exportar csv"
1263
-
1264
- #: ../subscribers/view-subscriber-export.php:50
1265
- msgid "Registered email address"
1266
- msgstr "Dirección de correo Registrada"
1267
-
1268
- #: ../subscribers/view-subscriber-export.php:56
1269
- msgid "Comments author email address"
1270
- msgstr "Dirección de correo electrónico del autor de los comentarios"
1271
-
1272
- #: ../subscribers/view-subscriber-export.php:65
1273
- msgid "Add Email"
1274
- msgstr "Añadir correo"
1275
-
1276
- #: ../subscribers/view-subscriber-export.php:66 ../subscribers/view-subscriber-
1277
- #: show.php:445
1278
- msgid "Import Email"
1279
- msgstr "Importar correo"
1280
-
1281
- #: ../subscribers/view-subscriber-edit.php:54
1282
- msgid "Error: Special characters are not allowed in the group name."
1283
- msgstr "Error: No se permiten caracteres especiales en el nombre de grupo."
1284
-
1285
- #: ../subscribers/view-subscriber-edit.php:66
1286
- msgid "Email was successfully updated."
1287
- msgstr "El correo ha sido correctamente actualizado."
1288
-
1289
- #: ../subscribers/view-subscriber-edit.php:70
1290
- msgid "Email already exist for this group."
1291
- msgstr "El correo ya existe para este grupo."
1292
-
1293
- #: ../subscribers/view-subscriber-edit.php:95
1294
- msgid "Edit email"
1295
- msgstr "Editar correo"
1296
-
1297
- #: ../subscribers/view-subscriber-edit.php:114 ../subscribers/view-subscriber-
1298
- #: show.php:328 ../subscribers/view-subscriber-show.php:341
1299
- msgid "Group"
1300
- msgstr "Grupo"
1301
-
1302
- #: ../subscribers/view-subscriber-import.php:103
1303
- msgid "Email(s) was successfully imported."
1304
- msgstr "El/Los correo(s) ha(n) sido correctamente importado(s)."
1305
-
1306
- #: ../subscribers/view-subscriber-import.php:104
1307
- msgid "Email(s) are already in our database."
1308
- msgstr "El/Los correo(s) ya está(n) en nuestra base de datos."
1309
-
1310
- #: ../subscribers/view-subscriber-import.php:105
1311
- msgid "Email(s) are invalid."
1312
- msgstr "Correo(s) no válido(s)."
1313
-
1314
- #: ../subscribers/view-subscriber-import.php:115
1315
- msgid "File upload failed or no data available in the csv file."
1316
- msgstr "Falló la subida del archivo o no hay datos disponibles en el archivo cv."
1317
-
1318
- #: ../subscribers/view-subscriber-import.php:149
1319
- msgid "Upload email"
1320
- msgstr "Subir correo"
1321
-
1322
- #: ../subscribers/view-subscriber-import.php:150
1323
- msgid "Select csv file"
1324
- msgstr "Selecciona archivo csv"
1325
-
1326
- #: ../subscribers/view-subscriber-import.php:152
1327
- msgid "Select the input csv file. Check official website for csv structure : "
1328
- msgstr ""
1329
- "Selecciona el archivo de entrada csv. Consulta el sitio web oficial para ver la "
1330
- "estructura csv: "
1331
-
1332
- #: ../subscribers/view-subscriber-import.php:153
1333
- msgid "click here"
1334
- msgstr "Haz clic aquí"
1335
-
1336
- #: ../subscribers/view-subscriber-import.php:187
1337
- msgid "Upload CSV"
1338
- msgstr "Subir CSV"
1339
-
1340
- #: ../subscribers/view-subscriber-show.php:11 ../compose/compose-show.php:13 ..
1341
- #: sendmail/sendmail.php:17
1342
- msgid "Click Here"
1343
- msgstr "Haz clic aquí"
1344
-
1345
- #: ../subscribers/view-subscriber-show.php:72 ../subscribers/view-subscriber-show.
1346
- #: php:125
1347
- msgid "To send confirmation mail, Please change the Opt-in option to Double Opt In."
1348
- msgstr ""
1349
- "Para mandar correo de confirmación, por favor cambia la opción de Aceptación a "
1350
- "Doble Aceptación."
1351
-
1352
- #: ../subscribers/view-subscriber-show.php:81
1353
- msgid "Confirmation email resent successfully."
1354
- msgstr "Correo de confirmación vuelto a enviar con éxito."
1355
-
1356
- #: ../subscribers/view-subscriber-show.php:110 ../subscribers/view-subscriber-
1357
- #: show.php:156 ../subscribers/view-subscriber-show.php:201
1358
- msgid "Oops, No record was selected."
1359
- msgstr "Ups, no has seleccionado ningún registro."
1360
-
1361
- #: ../subscribers/view-subscriber-show.php:150
1362
- msgid "Confirmation email(s) resent successfully."
1363
- msgstr "Correo(s) de confirmación enviado(s) con éxito."
1364
-
1365
- #: ../subscribers/view-subscriber-show.php:186
1366
- msgid "Selected subscribers group was successfully updated."
1367
- msgstr "El grupo de suscriptores seleccionado ha sido correctamente actualizado."
1368
-
1369
- #: ../subscribers/view-subscriber-show.php:192
1370
- msgid "Oops, New group name was not selected."
1371
- msgstr "Ups, no has seleccionado nuevo nombre de grupo."
1372
-
1373
- #: ../subscribers/view-subscriber-show.php:233 ../subscribers/view-subscriber-
1374
- #: show.php:444 ../notification/notification-show.php:45 ..
1375
- #: notification/notification-show.php:140 ../compose/compose-show.php:56
1376
- #: compose/compose-show.php:112
1377
- msgid "Add New"
1378
- msgstr "Añadir nuevo"
1379
-
1380
- #: ../subscribers/view-subscriber-show.php:280
1381
- msgid "All Groups"
1382
- msgstr "Todos los Grupos"
1383
-
1384
- #: ../subscribers/view-subscriber-show.php:299
1385
- msgid "All Status"
1386
- msgstr "Todos los Estados"
1387
-
1388
- #: ../subscribers/view-subscriber-show.php:300
1389
- msgid "Confirmed"
1390
- msgstr "Confirmado"
1391
-
1392
- #: ../subscribers/view-subscriber-show.php:301
1393
- msgid "Unconfirmed"
1394
- msgstr "Sin Confirmar"
1395
-
1396
- #: ../subscribers/view-subscriber-show.php:302
1397
- msgid "Unsubscribed"
1398
- msgstr "Suscripciones canceladas "
1399
-
1400
- #: ../subscribers/view-subscriber-show.php:325 ../subscribers/view-subscriber-
1401
- #: show.php:338
1402
- msgid "Email address"
1403
- msgstr "Dirección email"
1404
-
1405
- #: ../subscribers/view-subscriber-show.php:374 ../notification/notification-show.
1406
- #: php:87 ../compose/compose-show.php:93 ../compose/compose-preview.php:34
1407
- msgid "Edit"
1408
- msgstr "Editar"
1409
-
1410
- #: ../subscribers/view-subscriber-show.php:377 ../subscribers/view-subscriber-
1411
- #: show.php:422 ../notification/notification-show.php:90 ../compose/compose-show.
1412
- #: php:94
1413
- msgid "Delete"
1414
- msgstr "Borrar"
1415
-
1416
- #: ../subscribers/view-subscriber-show.php:385 ../subscribers/view-subscriber-
1417
- #: show.php:423
1418
- msgid "Resend Confirmation"
1419
- msgstr "Reenviar Confirmación"
1420
-
1421
- #: ../subscribers/view-subscriber-show.php:401
1422
- msgid "No records available. Please use the above alphabet search button to search."
1423
- msgstr ""
1424
- "No hay registros disponibles. Por favor utiliza el botón de búsqueda alfabética "
1425
- "superior para buscar."
1426
-
1427
- #: ../subscribers/view-subscriber-show.php:421
1428
- msgid "Bulk Actions"
1429
- msgstr "Accione en bloque"
1430
-
1431
- #: ../subscribers/view-subscriber-show.php:424
1432
- msgid "Update Subscribers Group"
1433
- msgstr "Actualizar Grupo de Suscriptores"
1434
-
1435
- #: ../subscribers/view-subscriber-show.php:427
1436
- msgid "Select Group"
1437
- msgstr "Seleccionar Grupo"
1438
-
1439
- #: ../subscribers/view-subscriber-show.php:441
1440
- msgid "Apply"
1441
- msgstr "Aplicar"
1442
-
1443
- #: ../subscribers/view-subscriber-show.php:446
1444
- msgid "Export Email"
1445
- msgstr "Exportar Correo"
1446
-
1447
- #: ../subscribers/view-subscriber-show.php:447
1448
- msgid "Sync Email"
1449
- msgstr "Sincronizar Correo"
1450
-
1451
- #. Description of the plugin
1452
- msgid ""
1453
- "Add subscription form on website, send HTML newsletters to subscribers & "
1454
- "automatically notify them about new blog posts once it gets published."
1455
- msgstr ""
1456
- "Añade un formulario de suscripción en la página web, envía newsletters HTML a "
1457
- "suscriptores y automáticamente notifícales sobre las nuevas entradas del blog en "
1458
- "cuando sean publicadas."
1459
-
1460
- #. URI of the plugin
1461
- msgid "http://www.storeapps.org"
1462
- msgstr "http://www.storeapps.org"
1463
-
1464
- #: ../notification/notification-edit.php:55 ../notification/notification-add.php:44
1465
- msgid "Please select notification mail subject. Use compose menu to create new."
1466
- msgstr ""
1467
- "Por favor selecciona el asunto de notificación del correo. Utiliza el menú "
1468
- "componer para crear uno nuevo."
1469
-
1470
- #: ../notification/notification-edit.php:61 ../notification/notification-edit.php:
1471
- #: 153 ../notification/notification-add.php:50
1472
- msgid "Please select post categories."
1473
- msgstr "Por favor selecciona categorías de entrada."
1474
-
1475
- #: ../notification/notification-edit.php:83
1476
- msgid "Notification was successfully updated."
1477
- msgstr "La notificación ha sido actualizada con éxito."
1478
-
1479
- #: ../notification/notification-edit.php:107
1480
- msgid "Edit Notification"
1481
- msgstr "Editar Notificación"
1482
-
1483
- #: ../notification/notification-edit.php:113 ../notification/notification-add.php:
1484
- #: 109 ../notification/notification-show.php:56 ../notification/notification-show.
1485
- #: php:64
1486
- msgid "Subscribers Group"
1487
- msgstr "Grupo de suscriptores"
1488
-
1489
- #: ../notification/notification-edit.php:125 ../notification/notification-add.php:
1490
- #: 133
1491
- msgid "Notification Mail"
1492
- msgstr "Correo de Notificación"
1493
-
1494
- #: ../notification/notification-edit.php:152 ../notification/notification-add.php:
1495
- #: 158
1496
- msgid "Post Categories"
1497
- msgstr "Categorías de Entradas"
1498
-
1499
- #: ../notification/notification-edit.php:188 ../notification/notification-add.php:
1500
- #: 187 ../sendmail/sendmail.php:169
1501
- msgid "Check All"
1502
- msgstr "Selecciona todo"
1503
-
1504
- #: ../notification/notification-edit.php:189 ../notification/notification-add.php:
1505
- #: 188 ../sendmail/sendmail.php:170
1506
- msgid "Uncheck All"
1507
- msgstr "Deselecciona todo"
1508
-
1509
- #: ../notification/notification-edit.php:196
1510
- msgid "Please select your custom post type (Optional)."
1511
- msgstr "Por favor, selecciona tu tipo de entrada personalizada (Opcional)."
1512
-
1513
- #: ../notification/notification-edit.php:237 ../notification/notification-add.php:
1514
- #: 231 ../notification/notification-show.php:58 ../notification/notification-show.
1515
- #: php:66
1516
- msgid "Notification Status"
1517
- msgstr "Estado de Notificación"
1518
-
1519
- #: ../notification/notification-edit.php:238 ../notification/notification-add.php: 38
1520
- msgid "Please select notification status."
1521
- msgstr "Por favor selecciona el estado de notifiación."
1522
-
1523
- #: ../notification/notification-add.php:32
1524
- msgid "Please select subscribers group."
1525
- msgstr "Por favor selecciona el grupo de suscriptores."
1526
-
1527
- #: ../notification/notification-add.php:103
1528
- msgid "Add Notification"
1529
- msgstr "Añadir Notificación"
1530
-
1531
- #: ../notification/notification-show.php:55 ../notification/notification-show.php: 63
1532
- msgid "Mail Subject"
1533
- msgstr "Asunto Correo"
1534
-
1535
- #: ../notification/notification-show.php:57 ../notification/notification-show.php: 65
1536
- msgid "Categories / Custom Post"
1537
- msgstr "Categorías / Entrada personalizada"
1538
-
1539
- #: ../compose/compose-edit.php:41 ../compose/compose-add.php:28
1540
- msgid "Please enter template heading."
1541
- msgstr "Por favor, indica un encabezado de plantilla."
1542
-
1543
- #: ../compose/compose-edit.php:54
1544
- msgid "Template was successfully updated."
1545
- msgstr "La plantilla ha sido actualizada correctamente."
1546
-
1547
- #: ../compose/compose-edit.php:78 ../compose/compose-show.php:55 ..
1548
- #: compose/compose-add.php:69
1549
- msgid "Compose Mail"
1550
- msgstr "Componer Correo"
1551
-
1552
- #: ../compose/compose-edit.php:80 ../compose/compose-add.php:71 ..
1553
- #: sendmail/sendmail.php:128
1554
- msgid "Mail Type"
1555
- msgstr "Tipo de Correo"
1556
-
1557
- #: ../compose/compose-edit.php:82 ../compose/compose-add.php:73
1558
- msgid "Static Template (For Newsletter Email)"
1559
- msgstr "Plantilla Estática (Para Correo de Newsletter)"
1560
-
1561
- #: ../compose/compose-edit.php:83 ../compose/compose-add.php:74
1562
- msgid "Dynamic Template (For Notification Email)"
1563
- msgstr "Plantilla Dinámica (Para Correo de Notificación)"
1564
-
1565
- #: ../compose/compose-edit.php:85
1566
- msgid "Please select your mail type"
1567
- msgstr "Por favor selecciona tu tipo de correo."
1568
-
1569
- #: ../compose/compose-edit.php:87 ../compose/compose-add.php:78
1570
- msgid "Enter Mail Subject"
1571
- msgstr "Introduce asunto correo."
1572
-
1573
- #: ../compose/compose-edit.php:89 ../compose/compose-add.php:80
1574
- msgid "Please enter your mail subject. Keyword: ###POSTTITLE###"
1575
- msgstr "Por favor, introduce el asunto de tu correo. Keyword: ###POSTTITLE###"
1576
-
1577
- #: ../compose/compose-edit.php:91 ../compose/compose-add.php:82
1578
- msgid "Mail Content"
1579
- msgstr "Contenido correo"
1580
-
1581
- #: ../compose/compose-edit.php:95 ../compose/compose-add.php:86
1582
- msgid "Please enter content for your mail"
1583
- msgstr "Por favor, introduce contenido para tu correo."
1584
-
1585
- #: ../compose/compose-edit.php:96 ../compose/compose-add.php:87
1586
- msgid ""
1587
- "Keywords: ###POSTTITLE###, ###POSTLINK###, ###POSTIMAGE###, ###POSTDESC###, "
1588
- "###POSTFULL###, ###DATE###, ###POSTLINK-ONLY###, ###POSTLINK-WITHTITLE###"
1589
- msgstr ""
1590
- "Palabras clave: ###POSTTITLE###, ###POSTLINK###, ###POSTIMAGE###, ###POSTDESC###, "
1591
- "###POSTFULL###, ###DATE###, ###POSTLINK-ONLY###, ###POSTLINK-WITHTITLE###"
1592
-
1593
- #: ../compose/compose-edit.php:101 ../compose/compose-add.php:92
1594
- msgid "Published"
1595
- msgstr "Publicado"
1596
-
1597
- #: ../compose/compose-edit.php:103 ../compose/compose-add.php:94
1598
- msgid "Please select your mail status"
1599
- msgstr "Por favor, selecciona el estado de tu correo."
1600
-
1601
- #: ../compose/compose-show.php:66 ../compose/compose-show.php:74
1602
- msgid "Email subject"
1603
- msgstr "Asunto Correo"
1604
-
1605
- #: ../compose/compose-add.php:40
1606
- msgid "Template was successfully created."
1607
- msgstr "La plantilla se ha creado correctamente."
1608
-
1609
- #: ../compose/compose-add.php:76 ../sendmail/sendmail.php:52
1610
- msgid "Please select your mail type."
1611
- msgstr "Por favor selecciona tu tipo de correo."
1612
-
1613
- #: ../export/export-email-address.php:36 ../export/export-email-address.php:40 ..
1614
- #: export/export-email-address.php:43
1615
- msgid "Unexpected url submit has been detected"
1616
- msgstr "Se ha detectado envío de URL inexperada"
1617
-
1618
- #: ../cron/cron-add.php:21
1619
- msgid "Please enter valid mail count."
1620
- msgstr "Por favor, introduzca una cuenta de correo válida."
1621
-
1622
- #: ../cron/cron-add.php:31
1623
- msgid "Cron details successfully updated."
1624
- msgstr "Detalles Cron actualizados correctamente."
1625
-
1626
- #: ../cron/cron-add.php:71
1627
- msgid "Cron Details"
1628
- msgstr "Detalles Cron"
1629
-
1630
- #: ../cron/cron-add.php:74
1631
- msgid "Cron job URL"
1632
- msgstr "URL tarea Cron"
1633
-
1634
- #: ../cron/cron-add.php:76
1635
- msgid ""
1636
- "Please find your cron job URL. This is readonly field not able to modify from "
1637
- "admin."
1638
- msgstr ""
1639
- "Por favor, encuentra tu URL de tarea Cron. Este es un campo de sólo lectura no "
1640
- "modificable desde administrador."
1641
-
1642
- #: ../cron/cron-add.php:78
1643
- msgid "Mail Count"
1644
- msgstr "Contador Correos"
1645
-
1646
- #: ../cron/cron-add.php:80
1647
- msgid "Enter number of mails you want to send per hour/trigger."
1648
- msgstr "Introduce el número de correos que quieres enviar por hora/disparador."
1649
-
1650
- #: ../cron/cron-add.php:82
1651
- msgid "Admin Report"
1652
- msgstr "Informe Admin"
1653
-
1654
- #: ../cron/cron-add.php:84
1655
- msgid ""
1656
- "Send above mail to admin whenever cron URL triggered in your server.<br /"
1657
- ">(Keywords: ###DATE###, ###SUBJECT###, ###COUNT###)"
1658
- msgstr ""
1659
- "Envía el correo superior al administrador cuando una URL cron haya sido lanzada en "
1660
- "tu servidor.<br />(Keywords: ###DATE###, ###SUBJECT###, ###COUNT###)"
1661
-
1662
- #: ../cron/cron-add.php:97
1663
- msgid "How to setup auto emails using CRON Job through the cPanel or Plesk?"
1664
- msgstr ""
1665
- "¿Cómo configurar correos electrónicos automáticos utilizando (tarea CRON) en "
1666
- "cPanel o Plesk?"
1667
-
1668
- #: ../cron/cron-add.php:98
1669
- msgid ""
1670
- "<a target=\"_blank\" href=\"http://www.storeapps.org/docs/es-how-to-schedule-cron-"
1671
- "emails-in-parallels-plesk/\">Setup cron job in Plesk</a>"
1672
- msgstr ""
1673
- "<a target=\"_blank\" href=\"http://www.storeapps.org/docs/es-how-to-schedule-cron-"
1674
- "emails-in-parallels-plesk/\">Configurar tarea cron en Plesk</a>"
1675
-
1676
- #: ../cron/cron-add.php:99
1677
- msgid ""
1678
- "<a target=\"_blank\" href=\"http://www.storeapps.org/docs/es-how-to-schedule-cron-"
1679
- "emails-in-cpanel/\">Setup cron job in cPanal</a>"
1680
- msgstr ""
1681
- "<a target=\"_blank\" href=\"http://www.storeapps.org/docs/es-how-to-schedule-cron-"
1682
- "emails-in-cpanel/\">Configurar tarea cron en cPanel</a>"
1683
-
1684
- #: ../cron/cron-add.php:100
1685
- msgid ""
1686
- "<a target=\"_blank\" href=\"http://www.storeapps.org/docs/es-what-to-do-if-hosting-"
1687
- "doesnt-support-cron-jobs/\">Hosting doesnt support cron jobs?</a>"
1688
- msgstr ""
1689
- "<a target=\"_blank\" href=\"http://www.storeapps.org/docs/es-what-to-do-if-hosting-"
1690
- "doesnt-support-cron-jobs/\">¿Tu alojamiento no soporta tareas cron?</a>"
1691
-
1692
- #: ../sendmail/sendmail.php:39
1693
- msgid "Please select your mail subject."
1694
- msgstr "Por favor selecciona el asunto de tu correo."
1695
-
1696
- #: ../sendmail/sendmail.php:46
1697
- msgid "No email address selected."
1698
- msgstr "No se ha seleccionado dirección de correo."
1699
-
1700
- #: ../sendmail/sendmail.php:59
1701
- msgid "Mail sent successfully"
1702
- msgstr "Correo enviado con éxito"
1703
-
1704
- #: ../sendmail/sendmail.php:64
1705
- msgid "Click here for details"
1706
- msgstr "Haz clic aquí para detalles"
1707
-
1708
- #: ../sendmail/sendmail.php:71
1709
- msgid "Oops.. We are getting some error. mail not sending."
1710
- msgstr "Ups. Estamos obteniendo algún error. No se envía correo."
1711
-
1712
- #: ../sendmail/sendmail.php:100
1713
- msgid "Select your mail subject"
1714
- msgstr "Selecciona el asunto de tu correo"
1715
-
1716
- #: ../sendmail/sendmail.php:101
1717
- msgid ""
1718
- "Select a mail subject from available list. Go to Compose page to create new mail."
1719
- msgstr ""
1720
- "Selecciona un asunto de correo de la lista disponible. Accede a la página Componer "
1721
- "para crear un nuevo correo."
1722
-
1723
- #: ../sendmail/sendmail.php:143
1724
- msgid "Select subscriber group"
1725
- msgstr "Selecciona grupo suscriptores"
1726
-
1727
- #: ../roles/roles-add.php:95
1728
- msgid "Roles and Capabilities"
1729
- msgstr "Roles y capacidades"
1730
-
1731
- #: ../roles/roles-add.php:97
1732
- msgid "Subscribers Menu"
1733
- msgstr "Menú suscriptores"
1734
-
1735
- #: ../roles/roles-add.php:99 ../roles/roles-add.php:107 ../roles/roles-add.php: 115
1736
- #: ../roles/roles-add.php:123 ../roles/roles-add.php:131 ../roles/roles-add. php:139
1737
- #: ../roles/roles-add.php:147
1738
- msgid "Administrator Only"
1739
- msgstr "Sólo Administrador"
1740
-
1741
- #: ../roles/roles-add.php:100 ../roles/roles-add.php:108 ../roles/roles-add.php: 116
1742
- #: ../roles/roles-add.php:124 ../roles/roles-add.php:132 ../roles/roles-add. php:140
1743
- #: ../roles/roles-add.php:148
1744
- msgid "Administrator/Editor"
1745
- msgstr "Administrador/Editor"
1746
-
1747
- #: ../roles/roles-add.php:101 ../roles/roles-add.php:109 ../roles/roles-add.php: 117
1748
- #: ../roles/roles-add.php:125 ../roles/roles-add.php:133 ../roles/roles-add. php:141
1749
- #: ../roles/roles-add.php:149
1750
- msgid "Administrator/Editor/Author/Contributor"
1751
- msgstr "Administrador/Editor/Autor/Colaborador"
1752
-
1753
- #: ../roles/roles-add.php:103
1754
- msgid ""
1755
- "Select user role to access plugin Subscribers Menu. Only Admin user can change "
1756
- "this value."
1757
- msgstr ""
1758
- "Selecciona el rol de usuario para acceder al menú de suscriptores del plugin. Sólo "
1759
- "el administrador puede cambiar este valor."
1760
-
1761
- #: ../roles/roles-add.php:105
1762
- msgid "Compose Menu"
1763
- msgstr "Menú componer"
1764
-
1765
- #: ../roles/roles-add.php:111
1766
- msgid ""
1767
- "Select user role to access plugin Compose Menu. Only Admin user can change this "
1768
- "value."
1769
- msgstr ""
1770
- "Selecciona el rol de usuario para acceder al menú de Componer del plugin. Sólo el "
1771
- "administrador puede cambiar este valor."
1772
-
1773
- #: ../roles/roles-add.php:113
1774
- msgid "Notification Menu"
1775
- msgstr "Menú Notificación"
1776
-
1777
- #: ../roles/roles-add.php:119
1778
- msgid ""
1779
- "Select user role to access plugin Notification Menu. Only Admin user can change "
1780
- "this value."
1781
- msgstr ""
1782
- "Selecciona el rol de usuario para acceder al menú de notificaciones del plugin. "
1783
- "Sólo el administrador puede cambiar este valor."
1784
-
1785
- #: ../roles/roles-add.php:121
1786
- msgid "Send Email Menu/Cron Menu"
1787
- msgstr "Menú Envío Correo/Menú Cron"
1788
-
1789
- #: ../roles/roles-add.php:127
1790
- msgid ""
1791
- "Select user role to access plugin Send Email Menu. Only Admin user can change this "
1792
- "value."
1793
- msgstr ""
1794
- "Selecciona el rol de usuario para acceder al menú de envío de correo del plugin. "
1795
- "Sólo el administrador puede cambiar este valor."
1796
-
1797
- #: ../roles/roles-add.php:129
1798
- msgid "Settings Menu"
1799
- msgstr "Menú Configuración"
1800
-
1801
- #: ../roles/roles-add.php:135
1802
- msgid ""
1803
- "Select user role to access plugin Settings Menu. Only Admin user can change this "
1804
- "value."
1805
- msgstr ""
1806
- "Selecciona el rol de usuario para acceder al menú de configuración del plugin. "
1807
- "Sólo el administrador puede cambiar este valor."
1808
-
1809
- #: ../roles/roles-add.php:137
1810
- msgid "Sent Mails Menu"
1811
- msgstr "Menú Envío Correos"
1812
-
1813
- #: ../roles/roles-add.php:143
1814
- msgid ""
1815
- "Select user role to access plugin Sent Mails Menu. Only Admin user can change this "
1816
- "value."
1817
- msgstr ""
1818
- "Selecciona el rol de usuario para acceder al menú de envío de correos del plugin. "
1819
- "Sólo el administrador puede cambiar este valor."
1820
-
1821
- #: ../roles/roles-add.php:145
1822
- msgid "Help & Info Menu"
1823
- msgstr "Menú Ayuda e Info"
1824
-
1825
- #: ../roles/roles-add.php:151
1826
- msgid ""
1827
- "Select user role to access plugin Help & Info Menu. Only Admin user can change "
1828
- "this value."
1829
- msgstr ""
1830
- "Selecciona el rol de usuario para acceder al menú de Ayuda e Información del "
1831
- "plugin. Sólo el administrador puede cambiar este valor."
1832
-
1833
- #: ../help/help.php:44
1834
- msgid "Welcome to Email Subscribers!"
1835
- msgstr "¡Bienvenido a Email Subscribers!"
1836
-
1837
- #: ../help/help.php:45
1838
- msgid "Thanks for installing and we hope you will enjoy using Email Subscribers."
1839
- msgstr "Gracias por instalar y esperamos que disfrute el uso de Email Subscribers."
1840
-
1841
- #: ../help/help.php:49
1842
- msgid "For more help and tips..."
1843
- msgstr "Para más ayuda y sugerencias..."
1844
-
1845
- #: ../help/help.php:93
1846
- msgid "Frequently Asked Questions"
1847
- msgstr "Preguntas más Frecuentes"
1848
-
1849
- #: ../help/help.php:104
1850
- msgid "How to setup subscription box widget?"
1851
- msgstr "¿Cómo configurar un widget de caja de suscripción?"
1852
-
1853
- #: ../help/help.php:111
1854
- msgid "How to add unsubscribe link in welcome email?"
1855
- msgstr ""
1856
- "¿Cómo añadir un enlace de cancelación de suscripción en el correo de bienvenida?"
1857
-
1858
- #: ../help/help.php:119
1859
- msgid "How to change/update/translate any text from the plugin?"
1860
- msgstr "¿Cómo cambiar/actualizar/traducir cualquier texto del plugin?"
1861
-
1862
- #: ../help/help.php:120
1863
- msgid ""
1864
- "Refer steps from <a target=\"_blank\" href=\"http://www.storeapps.org/docs/es-how-"
1865
- "to-change-update-translate-any-texts-from-email-subscribers/\">here</a>."
1866
- msgstr ""
1867
- "Consulta los pasos <a target=\"_blank\" href=\"http://www.storeapps.org/docs/es-"
1868
- "how-to-change-update-translate-any-texts-from-email-subscribers/\">aquí</a>."
1869
-
1870
- #: ../help/help.php:123
1871
- msgid "How to setup auto emails using CRON Job?"
1872
- msgstr "¿Cómo configurar correos electrónicos automáticos utilizando tarea CRON?"
1873
-
1874
- #: ../help/help.php:124
1875
- msgid ""
1876
- " 1. <a target=\"_blank\" href=\"http://www.storeapps.org/docs/es-how-to-schedule-"
1877
- "cron-emails-in-cpanel/\">Setup cron job in Plesk</a><br>\n"
1878
- "\t\t\t\t\t\t\t\t\t\t 2. <a target=\"_blank\" href=\"http://www.storeapps.org/"
1879
- "docs/es-how-to-schedule-cron-emails-in-parallels-plesk/\">Setup cron job in "
1880
- "cPanal</a><br>\n"
1881
- "\t\t\t\t\t\t\t\t\t\t 3. <a target=\"_blank\" href=\"http://www.storeapps.org/"
1882
- "docs/es-what-to-do-if-hosting-doesnt-support-cron-jobs/\">Hosting doesnt support "
1883
- "cron jobs?</a>"
1884
- msgstr ""
1885
- " 1. <a target=\"_blank\" href=\"http://www.storeapps.org/docs/es-how-to-schedule-"
1886
- "cron-emails-in-cpanel/\">Configurar tarea cron en Plesk</a><br>\n"
1887
- "\t\t\t\t\t\t\t\t\t\t 2. <a target=\"_blank\" href=\"http://www.storeapps.org/"
1888
- "docs/es-how-to-schedule-cron-emails-in-parallels-plesk/\">Configurar tarea cron en "
1889
- "cPanel</a><br>\n"
1890
- "\t\t\t\t\t\t\t\t\t\t 3. <a target=\"_blank\" href=\"http://www.storeapps.org/"
1891
- "docs/es-what-to-do-if-hosting-doesnt-support-cron-jobs/\">¿Su proveedor no soporta "
1892
- "tareas cron?</a>"
1893
-
1894
- #: ../help/help.php:129
1895
- msgid "Notification Emails are not being received by Subscribers?"
1896
- msgstr "¿No están recibiendo los suscriptores Correos de Notificación?"
1897
-
1898
- #: ../help/help.php:130
1899
- #, php-format
1900
- msgid "Confirm steps from %s."
1901
- msgstr "Confirmar pasos desde %s."
1902
-
1903
- #: ../help/help.php:130 ../help/help.php:134 ../help/help.php:138 ../help/help.
1904
- #: php:142 ../help/help.php:146 ../help/help.php:150 ../help/help.php:154 ..
1905
- #: help/help.php:158 ../help/help.php:162 ../help/help.php:166
1906
- msgid "here"
1907
- msgstr "aquí"
1908
-
1909
- #: ../help/help.php:133
1910
- msgid "How to import and export email address to subscriber list?"
1911
- msgstr "¿Cómo importar y exportar direcciones de correo a la lista de suscriptores?"
1912
-
1913
- #: ../help/help.php:134 ../help/help.php:138 ../help/help.php:142 ../help/help.
1914
- #: php:146 ../help/help.php:150 ../help/help.php:154 ../help/help.php:158 ..
1915
- #: help/help.php:162
1916
- #, php-format
1917
- msgid "Refer %s."
1918
- msgstr "Consultar %s."
1919
-
1920
- #: ../help/help.php:137
1921
- msgid "How to Compose and Send static newsletter mails?"
1922
- msgstr "¿Cómo Componer y Enviar correos de newsletter estáticos?"
1923
-
1924
- #: ../help/help.php:141
1925
- msgid ""
1926
- "How to Configure and Send notification emails to subscribers when new posts are "
1927
- "published?"
1928
- msgstr ""
1929
- "¿Cómo Configurar y Enviar correos de notificación para suscriptores cuando se "
1930
- "publican nuevas entradas?"
1931
-
1932
- #: ../help/help.php:145
1933
- msgid "How to install and activate Email Subscribers on multisite installations?"
1934
- msgstr "¿Cómo instalar y activar Email Subscribers en instalaciones multisitio?"
1935
-
1936
- #: ../help/help.php:149
1937
- msgid ""
1938
- "How to modify the existing mails (Opt-in mail, Welcome mail, Admin mails) content?"
1939
- msgstr ""
1940
- "¿Cómo modificar el contenido existente de correos (correo de envío, correo de "
1941
- "bienvenida, correos al administrador)?"
1942
-
1943
- #: ../help/help.php:153
1944
- msgid "How to Add/Update Existing Subscribers Group?"
1945
- msgstr "¿Cómo Añadir/Actualizar un Grupo de Suscriptores Existentes?"
1946
-
1947
- #: ../help/help.php:157
1948
- msgid "How to check Sent mails?"
1949
- msgstr "¿Cómo revisar correos enviados?"
1950
-
1951
- #: ../help/help.php:161
1952
- msgid "How to show subscribe form inside a popup?"
1953
- msgstr "¿Cómo mostrar el formulario de suscripción dentro de un popup?"
1954
-
1955
- #: ../help/help.php:165
1956
- msgid "Check more detailed documentation"
1957
- msgstr "Comprueba documentación más detallada"
1958
-
1959
- #: ../help/help.php:166
1960
- #, php-format
1961
- msgid "From %s."
1962
- msgstr "De %s."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: Email Subscribers\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2016-10-10 10:01+0200\n"
6
+ "PO-Revision-Date: 2016-10-10 10:50+0200\n"
7
+ "Last-Translator: David Bravo <dbravo@dimensionmultimedia.com>\n"
8
+ "Language-Team: \n"
9
+ "Language: es_ES\n"
10
+ "MIME-Version: 1.0\n"
11
+ "Content-Type: text/plain; charset=UTF-8\n"
12
+ "Content-Transfer-Encoding: 8bit\n"
13
+ "Plural-Forms: nplurals=2; plural=n != 1;\n"
14
+ "X-Poedit-SourceCharset: UTF-8\n"
15
+ "X-Generator: Poedit 1.8.9\n"
16
+ "X-Poedit-KeywordsList: _:1;gettext:1;dgettext:2;ngettext:1,2;dngettext:2,3;"
17
+ "__:1;_e:1;_c:1;_n:1,2;_n_noop:1,2;_nc:1,2;__ngettext:1,2;__ngettext_noop:1,2;"
18
+ "_x:1,2c;_ex:1,2c;_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;"
19
+ "esc_attr__:1;esc_html__:1;esc_attr_e:1;esc_html_e:1;esc_attr_x:1,2c;"
20
+ "esc_html_x:1,2c;comments_number_link:2,3;t:1;st:1;trans:1;transChoice:1,2\n"
21
+ "X-Poedit-Basepath: ..\n"
22
+ "X-Loco-Target-Locale: es_ES\n"
23
+ "X-Poedit-SearchPath-0: .\n"
24
+ "X-Poedit-SearchPathExcluded-0: *.js\n"
25
+
26
+ #: classes/es-common.php:8
27
+ msgid "<span style=\"color:#006600;font-weight:bold;\">Confirmed</span>"
28
+ msgstr "<span style=\"color:#006600;font-weight:bold;\">Confirmado</span>"
29
+
30
+ #: classes/es-common.php:11
31
+ msgid "<span style=\"color:#FF0000\">Unconfirmed</span>"
32
+ msgstr "<span style=\"color:#FF0000\">Sin confirmar</span>"
33
+
34
+ #: classes/es-common.php:14
35
+ msgid "<span style=\"color:#999900\">Unsubscribed</span>"
36
+ msgstr "<span style=\"color:#999900\">Suscripción cancelada</span>"
37
+
38
+ #: classes/es-common.php:17
39
+ msgid "<span style=\"color:#0000FF\">Single Opt In</span>"
40
+ msgstr "<span style=\"color:#0000FF\">Aceptación individual</span>"
41
+
42
+ #: classes/es-common.php:20
43
+ msgid "<span style=\"color:#00CC00;font-weight:bold\">Viewed</span>"
44
+ msgstr "<span style=\"color:#00CC00;font-weight:bold\">Visto</span>"
45
+
46
+ #: classes/es-common.php:23
47
+ msgid "<span style=\"color:#999900;\">Nodata</span>"
48
+ msgstr "<span style=\"color:#999900;\">Sin Datos</span>"
49
+
50
+ #: classes/es-common.php:26
51
+ msgid "<span style=\"color:#FF0000\">Disable</span>"
52
+ msgstr "<span style=\"color:#FF0000\">Deshabilitad</span>"
53
+
54
+ #: classes/es-common.php:29
55
+ msgid "<span style=\"color:#FF0000\">In Queue</span>"
56
+ msgstr "<span style=\"color:#FF0000\">En Cola</span>"
57
+
58
+ #: classes/es-common.php:32
59
+ msgid "<span style=\"color:#00FF00;font-weight:bold;\">Sent</span>"
60
+ msgstr "<span style=\"color:#00FF00;font-weight:bold;\">Enviado</span>"
61
+
62
+ #: classes/es-common.php:35
63
+ msgid "<span style=\"color:#ffd700;font-weight:bold;\">Cron Mail</span>"
64
+ msgstr "<span style=\"color:#ffd700;font-weight:bold;\">Correo Cron</span>"
65
+
66
+ #: classes/es-common.php:38
67
+ msgid "<span style=\"color:#993399;\">Instant Mail</span>"
68
+ msgstr "<span style=\"color:#993399;\">Correo Instantáneo</span>"
69
+
70
+ #: classes/es-loadwidget.php:24 classes/es-register.php:498
71
+ #: subscribers/view-subscriber-show.php:312
72
+ #: subscribers/view-subscriber-show.php:326
73
+ msgid "Name"
74
+ msgstr "Nombre"
75
+
76
+ #: classes/es-loadwidget.php:29 classes/es-register.php:503
77
+ msgid "Email *"
78
+ msgstr "Email *"
79
+
80
+ #: classes/es-loadwidget.php:34 classes/es-register.php:508
81
+ msgid "Subscribe"
82
+ msgstr "Suscribirse"
83
+
84
+ #: classes/es-register.php:38
85
+ msgid "These tables could not be created on installation "
86
+ msgstr "Estas tablas no han podido ser creadas en la instalación"
87
+
88
+ #: classes/es-register.php:139 classes/es-register.php:140
89
+ msgid "Email Subscribers"
90
+ msgstr "Email Subscribers"
91
+
92
+ #: classes/es-register.php:142 classes/es-register.php:143
93
+ msgid "Subscribers"
94
+ msgstr "Suscriptores"
95
+
96
+ #: classes/es-register.php:145 classes/es-register.php:146
97
+ msgid "Compose"
98
+ msgstr "Componer"
99
+
100
+ #: classes/es-register.php:148 classes/es-register.php:149
101
+ #: notification/notification-show.php:53
102
+ msgid "Notification"
103
+ msgstr "Notificación"
104
+
105
+ #: classes/es-register.php:151 classes/es-register.php:152
106
+ #: sendmail/sendmail.php:95 sendmail/sendmail.php:193 sendmail/sendmail.php:195
107
+ msgid "Send Email"
108
+ msgstr "Enviar Correo"
109
+
110
+ #: classes/es-register.php:154
111
+ msgid "Cron"
112
+ msgstr "Cron"
113
+
114
+ #: classes/es-register.php:155
115
+ msgid "Cron Mail"
116
+ msgstr "Cron Email"
117
+
118
+ #: classes/es-register.php:157 classes/es-register.php:158
119
+ #: settings/settings-edit.php:198
120
+ msgid "Settings"
121
+ msgstr "Configuración"
122
+
123
+ #: classes/es-register.php:160 classes/es-register.php:161
124
+ msgid "Roles"
125
+ msgstr "Roles"
126
+
127
+ #: classes/es-register.php:163 classes/es-register.php:164
128
+ #: sentmail/sentmail-show.php:97
129
+ msgid "Sent Mails"
130
+ msgstr "Correos enviados"
131
+
132
+ #: classes/es-register.php:166
133
+ msgid "Help & Info"
134
+ msgstr "Ayuda e Información"
135
+
136
+ #: classes/es-register.php:167
137
+ msgid "<span style=\"color:#f18500;font-weight:bolder;\">Help & Info"
138
+ msgstr "<span style=\"color:#f18500;font-weight:bolder;\">Ayuda e Info"
139
+
140
+ #: classes/es-register.php:178
141
+ msgctxt "view-subscriber-enhanced-select"
142
+ msgid "Please enter subscriber email address."
143
+ msgstr "Por favor introduce la dirección de correo de suscriptor."
144
+
145
+ #: classes/es-register.php:179
146
+ msgctxt "view-subscriber-enhanced-select"
147
+ msgid "Please select subscriber email status."
148
+ msgstr "Por favor selecciona el estado de correo de suscriptor."
149
+
150
+ #: classes/es-register.php:180
151
+ msgctxt "view-subscriber-enhanced-select"
152
+ msgid "Please select or create group for this subscriber."
153
+ msgstr "Por favor selecciona o crea grupo para este suscriptor."
154
+
155
+ #: classes/es-register.php:181
156
+ msgctxt "view-subscriber-enhanced-select"
157
+ msgid "Do you want to delete this record?"
158
+ msgstr "¿Quieres borrar este registro?"
159
+
160
+ #: classes/es-register.php:182
161
+ msgctxt "view-subscriber-enhanced-select"
162
+ msgid "Please select the bulk action."
163
+ msgstr "Por favor selecciona la acción en bloque."
164
+
165
+ #: classes/es-register.php:183
166
+ msgctxt "view-subscriber-enhanced-select"
167
+ msgid "Do you want to delete selected record(s)?"
168
+ msgstr "¿Quieres borrar el/los registro(s) seleccionado(s)?"
169
+
170
+ #: classes/es-register.php:184
171
+ msgctxt "view-subscriber-enhanced-select"
172
+ msgid "Are you sure you want to delete?"
173
+ msgstr "¿Estás seguro de querer borrar?"
174
+
175
+ #: classes/es-register.php:185
176
+ msgctxt "view-subscriber-enhanced-select"
177
+ msgid ""
178
+ "Do you want to resend confirmation email? \\nAlso please note, this will "
179
+ "update subscriber current status to 'Unconfirmed'."
180
+ msgstr ""
181
+ "¿Quieres volver a mandar el correo de confirmación?\\nTambién ten en cuenta "
182
+ "que esto actualizará el estado actual a 'Sin confirmar'."
183
+
184
+ #: classes/es-register.php:186
185
+ msgctxt "view-subscriber-enhanced-select"
186
+ msgid "Please select new subscriber group."
187
+ msgstr "Por favor selecciona un nuevo grupo de suscriptores."
188
+
189
+ #: classes/es-register.php:187
190
+ msgctxt "view-subscriber-enhanced-select"
191
+ msgid "Do you want to update subscribers group?"
192
+ msgstr "¿Quieres actualizar el grupo de suscriptores?"
193
+
194
+ #: classes/es-register.php:188
195
+ msgctxt "view-subscriber-enhanced-select"
196
+ msgid "Do you want to export the emails?"
197
+ msgstr "¿Quieres exportar los correos?"
198
+
199
+ #: classes/es-register.php:189
200
+ msgctxt "view-subscriber-enhanced-select"
201
+ msgid ""
202
+ "Please select only csv file. Please check official website for csv "
203
+ "structure.."
204
+ msgstr ""
205
+ "Por favor selecciona el archivo de entrada csv. Por favor, consulta el sitio "
206
+ "oficial para ver la estructura csv."
207
+
208
+ #: classes/es-register.php:197
209
+ msgctxt "compose-enhanced-select"
210
+ msgid "Please enter name for configuration."
211
+ msgstr "Por favor, introduce nombre para configuración."
212
+
213
+ #: classes/es-register.php:198
214
+ msgctxt "compose-enhanced-select"
215
+ msgid "Please select template for this configuration."
216
+ msgstr "Por favor selecciona una plantilla para esta configuración."
217
+
218
+ #: classes/es-register.php:199
219
+ msgctxt "compose-enhanced-select"
220
+ msgid "Do you want to delete this record?"
221
+ msgstr "¿Quieres borrar este registro?"
222
+
223
+ #: classes/es-register.php:207
224
+ msgctxt "notification-enhanced-select"
225
+ msgid "Please select subscribers group."
226
+ msgstr "Por favor selecciona el grupo de suscriptores."
227
+
228
+ #: classes/es-register.php:208
229
+ msgctxt "notification-enhanced-select"
230
+ msgid ""
231
+ "Please select notification mail subject. Use compose menu to create new."
232
+ msgstr ""
233
+ "Por favor selecciona el asunto de notificación del correo. Utiliza el menú "
234
+ "componer para crear uno nuevo."
235
+
236
+ #: classes/es-register.php:209
237
+ msgctxt "notification-enhanced-select"
238
+ msgid "Please select notification status."
239
+ msgstr "Por favor selecciona el estado de notificación."
240
+
241
+ #: classes/es-register.php:210
242
+ msgctxt "notification-enhanced-select"
243
+ msgid "Do you want to delete this record?"
244
+ msgstr "¿Quieres borrar este registro?"
245
+
246
+ #: classes/es-register.php:218
247
+ msgctxt "sendmail-enhanced-select"
248
+ msgid "Please select your mail subject."
249
+ msgstr "Por favor selecciona el asunto de tu correo."
250
+
251
+ #: classes/es-register.php:219
252
+ msgctxt "sendmail-enhanced-select"
253
+ msgid "Please select your mail type."
254
+ msgstr "Por favor selecciona tu tipo de correo."
255
+
256
+ #: classes/es-register.php:220
257
+ msgctxt "sendmail-enhanced-select"
258
+ msgid ""
259
+ "Have you double checked your selected group? If so, let's go ahead and send "
260
+ "this."
261
+ msgstr ""
262
+ "¿Has comprobado dos veces tu grupo seleccionado? Si es así, continuemos y "
263
+ "enviemos esto."
264
+
265
+ #: classes/es-register.php:228
266
+ msgctxt "sentmail-enhanced-select"
267
+ msgid "Do you want to delete this record?"
268
+ msgstr "¿Quieres borrar este registro?"
269
+
270
+ #: classes/es-register.php:229
271
+ msgctxt "sentmail-enhanced-select"
272
+ msgid "Do you want to delete all records except latest 10?"
273
+ msgstr "¿Quieres borrar todos los registros excepto los últimos 10?"
274
+
275
+ #: classes/es-register.php:237
276
+ msgctxt "cron-enhanced-select"
277
+ msgid "Please select enter number of mails you want to send per hour/trigger."
278
+ msgstr ""
279
+ "Por favor, introduce el número de correos que quieres enviar por hora/"
280
+ "disparador."
281
+
282
+ #: classes/es-register.php:238
283
+ msgctxt "cron-enhanced-select"
284
+ msgid "Please enter the mail count, only number."
285
+ msgstr "Por favor, introduce el conteo de correos, sólo numérico."
286
+
287
+ #: classes/es-register.php:251
288
+ msgctxt "widget-enhanced-select"
289
+ msgid "Please enter email address."
290
+ msgstr "Por favor introduce dirección de correo."
291
+
292
+ #: classes/es-register.php:252
293
+ msgctxt "widget-enhanced-select"
294
+ msgid "Please provide a valid email address."
295
+ msgstr "Por favor introduce una dirección de correo válida."
296
+
297
+ #: classes/es-register.php:253
298
+ msgctxt "widget-enhanced-select"
299
+ msgid "loading..."
300
+ msgstr "Cargando..."
301
+
302
+ #: classes/es-register.php:254
303
+ msgctxt "widget-enhanced-select"
304
+ msgid "Cannot create XMLHTTP instance"
305
+ msgstr "No se puede crear la instancia XMLHTTP"
306
+
307
+ #: classes/es-register.php:255
308
+ msgctxt "widget-enhanced-select"
309
+ msgid "Subscribed successfully."
310
+ msgstr "Suscripción exitosa."
311
+
312
+ #: classes/es-register.php:256
313
+ msgctxt "widget-enhanced-select"
314
+ msgid ""
315
+ "Your subscription was successful! Within a few minutes, kindly check the "
316
+ "mail in your mailbox and confirm your subscription. If you can't see the "
317
+ "mail in your mailbox, please check your spam folder."
318
+ msgstr ""
319
+ "¡Te has suscrito con éxito! En pocos minutos, por favor comprueba el correo "
320
+ "en tu bandeja de entrada y confirma tu suscripción. Si no ves el correo en "
321
+ "la bandeja de entrada, por favor revisa tu carpeta de correo no deseado."
322
+
323
+ #: classes/es-register.php:257
324
+ msgctxt "widget-enhanced-select"
325
+ msgid "Email Address already exists."
326
+ msgstr "El correo electrónico ya existe."
327
+
328
+ #: classes/es-register.php:258
329
+ msgctxt "widget-enhanced-select"
330
+ msgid "Oops.. Unexpected error occurred."
331
+ msgstr "Ups. Ha sucedido un error inesperado."
332
+
333
+ #: classes/es-register.php:259
334
+ msgctxt "widget-enhanced-select"
335
+ msgid "Invalid email address."
336
+ msgstr "Dirección de correo electrónico no válida."
337
+
338
+ #: classes/es-register.php:260
339
+ msgctxt "widget-enhanced-select"
340
+ msgid "Please try after some time."
341
+ msgstr "Por favor inténtalo en otro momento."
342
+
343
+ #: classes/es-register.php:261
344
+ msgctxt "widget-enhanced-select"
345
+ msgid "There was a problem with the request."
346
+ msgstr "Ha habido un problema con la petición."
347
+
348
+ #: classes/es-register.php:268
349
+ msgctxt "widget-page-enhanced-select"
350
+ msgid "Please enter email address."
351
+ msgstr "Por favor introduce dirección de correo."
352
+
353
+ #: classes/es-register.php:269
354
+ msgctxt "widget-page-enhanced-select"
355
+ msgid "Please provide a valid email address."
356
+ msgstr "Por favor introduce una dirección de correo válida."
357
+
358
+ #: classes/es-register.php:270
359
+ msgctxt "widget-page-enhanced-select"
360
+ msgid "loading..."
361
+ msgstr "Cargando..."
362
+
363
+ #: classes/es-register.php:271
364
+ msgctxt "widget-page-enhanced-select"
365
+ msgid "Cannot create XMLHTTP instance"
366
+ msgstr "No se puede crear la instancia XMLHTTP"
367
+
368
+ #: classes/es-register.php:272
369
+ msgctxt "widget-page-enhanced-select"
370
+ msgid "Subscribed successfully."
371
+ msgstr "Suscripción exitosa."
372
+
373
+ #: classes/es-register.php:273
374
+ msgctxt "widget-page-enhanced-select"
375
+ msgid ""
376
+ "Your subscription was successful! Within a few minutes, kindly check the "
377
+ "mail in your mailbox and confirm your subscription. If you can't see the "
378
+ "mail in your mailbox, please check your spam folder."
379
+ msgstr ""
380
+ "Te has suscrito con éxito a la newsletter. En pocos minutos, comprueba tu "
381
+ "correo en tu bandeja de entrada y confirma tu suscripción . Si no ves el "
382
+ "correo en tu bandeja de entrada, por favor revisa tu carpeta de correo no "
383
+ "deseado."
384
+
385
+ #: classes/es-register.php:274
386
+ msgctxt "widget-page-enhanced-select"
387
+ msgid "Email Address already exists."
388
+ msgstr "El correo electrónico ya existe."
389
+
390
+ #: classes/es-register.php:275
391
+ msgctxt "widget-page-enhanced-select"
392
+ msgid "Oops.. Unexpected error occurred."
393
+ msgstr "Ups. Ha sucedido un error inesperado."
394
+
395
+ #: classes/es-register.php:276
396
+ msgctxt "widget-page-enhanced-select"
397
+ msgid "Invalid email address."
398
+ msgstr "Dirección de correo electrónico no válida."
399
+
400
+ #: classes/es-register.php:277
401
+ msgctxt "widget-page-enhanced-select"
402
+ msgid "Please try after some time."
403
+ msgstr "Por favor inténtalo en otro momento."
404
+
405
+ #: classes/es-register.php:278
406
+ msgctxt "widget-page-enhanced-select"
407
+ msgid "There was a problem with the request."
408
+ msgstr "Ha habido un problema con la petición."
409
+
410
+ #: classes/es-register.php:407
411
+ msgid ""
412
+ "Email Subscribers recommends free plugin <b>Rainmaker</b> to collect leads "
413
+ "instantly"
414
+ msgstr ""
415
+ "Email Subscribers recomienda el plugin gratuito <b>Rainmaker</b> para "
416
+ "recoger contactos instantáneamente"
417
+
418
+ #: classes/es-register.php:408
419
+ msgid "Yes, I want this"
420
+ msgstr "Sí, quiero esto"
421
+
422
+ #: classes/es-register.php:408
423
+ msgid "No, I don't want it"
424
+ msgstr "No, no lo quiero"
425
+
426
+ #: classes/es-register.php:543
427
+ msgid "Widget Title"
428
+ msgstr "Título Widget"
429
+
430
+ #: classes/es-register.php:547
431
+ msgid "Display Name Field"
432
+ msgstr "Mostrar Campo Nombre"
433
+
434
+ #: classes/es-register.php:554
435
+ msgid "Short Description"
436
+ msgstr "Descripción Corta"
437
+
438
+ #: classes/es-register.php:556
439
+ msgid "Short description about your subscription form."
440
+ msgstr "Descripción corta sobre tu formulario de suscripción."
441
+
442
+ #: classes/es-register.php:559
443
+ msgid "Subscriber Group"
444
+ msgstr "Grupo de suscripción"
445
+
446
+ #: compose/compose-add.php:30 compose/compose-edit.php:47
447
+ msgid "Please enter template heading."
448
+ msgstr "Por favor, indica un encabezado de plantilla."
449
+
450
+ #: compose/compose-add.php:42
451
+ msgid "Template successfully created. "
452
+ msgstr "Plantilla creada correctamente. "
453
+
454
+ #: compose/compose-add.php:75 compose/compose-edit.php:85
455
+ #: compose/compose-show.php:65
456
+ msgid "Compose Mail"
457
+ msgstr "Componer Correo"
458
+
459
+ #: compose/compose-add.php:76 compose/compose-edit.php:87
460
+ #: compose/compose-preview.php:29 compose/compose-show.php:67
461
+ #: cron/cron-add.php:75 notification/notification-add.php:108
462
+ #: notification/notification-edit.php:119 notification/notification-show.php:55
463
+ #: roles/roles-add.php:106 sendmail/sendmail.php:96
464
+ #: sentmail/deliverreport-show.php:62 sentmail/sentmail-preview.php:29
465
+ #: sentmail/sentmail-show.php:98 settings/settings-edit.php:199
466
+ #: subscribers/view-subscriber-add.php:116
467
+ #: subscribers/view-subscriber-edit.php:115
468
+ #: subscribers/view-subscriber-export.php:31
469
+ #: subscribers/view-subscriber-import.php:147
470
+ #: subscribers/view-subscriber-show.php:212
471
+ #: subscribers/view-subscriber-sync.php:94
472
+ msgid "Help"
473
+ msgstr "Ayuda"
474
+
475
+ #: compose/compose-add.php:79 compose/compose-edit.php:90
476
+ msgid "Select your Mail Type"
477
+ msgstr "Seleccionar tu tipo de correo"
478
+
479
+ #: compose/compose-add.php:81 compose/compose-edit.php:92
480
+ msgid "Static Template (For Newsletter Email)"
481
+ msgstr "Plantilla Estática (Para Correo de Newsletter)"
482
+
483
+ #: compose/compose-add.php:82 compose/compose-edit.php:93
484
+ msgid "Dynamic Template (For Notification Email)"
485
+ msgstr "Plantilla Dinámica (Para Correo de Notificación)"
486
+
487
+ #: compose/compose-add.php:86 compose/compose-edit.php:97
488
+ msgid "Enter Mail Subject"
489
+ msgstr "Introduce asunto correo."
490
+
491
+ #: compose/compose-add.php:88 compose/compose-edit.php:99
492
+ msgid "Keyword: ###POSTTITLE###"
493
+ msgstr "Keyword: ###POSTTITLE###"
494
+
495
+ #: compose/compose-add.php:90 compose/compose-edit.php:101
496
+ msgid "Enter Content for your Mail"
497
+ msgstr "Introduce Contenido para tu Correo."
498
+
499
+ #: compose/compose-add.php:94 compose/compose-edit.php:105
500
+ #, php-format
501
+ msgid ""
502
+ "%s : ###NAME###, ###EMAIL###, ###DATE###, ###POSTTITLE###, ###POSTLINK###, "
503
+ "###POSTLINK-WITHTITLE###, ###POSTLINK-ONLY###, ###POSTIMAGE###, "
504
+ "###POSTDESC###, ###POSTFULL###"
505
+ msgstr ""
506
+ "%s : ###NAME###, ###EMAIL###, ###DATE###, ###POSTTITLE###, ###POSTLINK###, "
507
+ "###POSTLINK-WITHTITLE###, ###POSTLINK-ONLY###, ###POSTIMAGE###, "
508
+ "###POSTDESC###, ###POSTFULL###"
509
+
510
+ #: compose/compose-add.php:94 compose/compose-edit.php:105
511
+ msgid "Available Keywords"
512
+ msgstr "Palabras clave disponibles"
513
+
514
+ #: compose/compose-add.php:98 compose/compose-edit.php:109
515
+ #: compose/compose-show.php:79 compose/compose-show.php:87
516
+ #: sentmail/deliverreport-show.php:75 sentmail/deliverreport-show.php:87
517
+ #: sentmail/sentmail-show.php:111 sentmail/sentmail-show.php:124
518
+ #: subscribers/view-subscriber-show.php:313
519
+ #: subscribers/view-subscriber-show.php:327
520
+ msgid "Status"
521
+ msgstr "Estado"
522
+
523
+ #: compose/compose-add.php:100 compose/compose-edit.php:111
524
+ msgid "Published"
525
+ msgstr "Publicado"
526
+
527
+ #: compose/compose-add.php:102 compose/compose-edit.php:113
528
+ msgid "Please select your mail status"
529
+ msgstr "Por favor, selecciona el estado de tu correo."
530
+
531
+ #: compose/compose-add.php:106 compose/compose-edit.php:118
532
+ #: cron/cron-add.php:91 notification/notification-add.php:247
533
+ #: notification/notification-edit.php:287 roles/roles-add.php:202
534
+ #: subscribers/view-subscriber-edit.php:192
535
+ msgid "Save"
536
+ msgstr "Guardar"
537
+
538
+ #: compose/compose-edit.php:19 compose/compose-preview.php:17
539
+ #: compose/compose-show.php:32 notification/notification-edit.php:19
540
+ #: notification/notification-show.php:20 sentmail/sentmail-preview.php:17
541
+ #: sentmail/sentmail-show.php:21 settings/settings-edit.php:19
542
+ #: subscribers/view-subscriber-edit.php:21
543
+ #: subscribers/view-subscriber-show.php:44
544
+ msgid "Oops, selected details does not exists."
545
+ msgstr "Ups, los detalles seleccionados no existen."
546
+
547
+ #: compose/compose-edit.php:60
548
+ msgid "Template successfully updated. "
549
+ msgstr "Plantilla Actualizada correctamente."
550
+
551
+ #: compose/compose-edit.php:86 compose/compose-show.php:66
552
+ #: notification/notification-edit.php:118 notification/notification-show.php:54
553
+ msgid "Add New"
554
+ msgstr "Añadir nuevo"
555
+
556
+ #: compose/compose-preview.php:28 sentmail/sentmail-preview.php:28
557
+ msgid "Preview Mail"
558
+ msgstr "Previsualizar Correo"
559
+
560
+ #: compose/compose-preview.php:41 compose/compose-show.php:105
561
+ #: notification/notification-show.php:98
562
+ #: subscribers/view-subscriber-show.php:357
563
+ msgid "Edit"
564
+ msgstr "Editar"
565
+
566
+ #: compose/compose-show.php:13 sendmail/sendmail.php:17
567
+ #: subscribers/view-subscriber-show.php:16
568
+ msgid "Click Here"
569
+ msgstr "Haz clic aquí"
570
+
571
+ #: compose/compose-show.php:46 notification/notification-show.php:34
572
+ #: sentmail/sentmail-show.php:35
573
+ msgid "Selected record deleted."
574
+ msgstr "Registro seleccionado borrado."
575
+
576
+ #: compose/compose-show.php:78 compose/compose-show.php:86
577
+ msgid "Email subject"
578
+ msgstr "Asunto Correo"
579
+
580
+ #: compose/compose-show.php:80 compose/compose-show.php:88
581
+ #: sentmail/deliverreport-show.php:76 sentmail/deliverreport-show.php:88
582
+ #: sentmail/sentmail-show.php:112 sentmail/sentmail-show.php:125
583
+ msgid "Type"
584
+ msgstr "Tipo"
585
+
586
+ #: compose/compose-show.php:81 compose/compose-show.php:89
587
+ msgid "Actions"
588
+ msgstr "Acciones"
589
+
590
+ #: compose/compose-show.php:106 notification/notification-show.php:101
591
+ #: subscribers/view-subscriber-show.php:244
592
+ #: subscribers/view-subscriber-show.php:362
593
+ msgid "Delete"
594
+ msgstr "Borrar"
595
+
596
+ #: compose/compose-show.php:107 sentmail/sentmail-show.php:109
597
+ #: sentmail/sentmail-show.php:122
598
+ msgid "Preview"
599
+ msgstr "Previsualizar"
600
+
601
+ #: compose/compose-show.php:115 notification/notification-show.php:141
602
+ #: sentmail/deliverreport-show.php:115 sentmail/sentmail-show.php:165
603
+ #: subscribers/view-subscriber-show.php:385
604
+ msgid "No records available."
605
+ msgstr "No hay registros disponibles."
606
+
607
+ #: cron/cron-add.php:23
608
+ msgid "Please enter valid mail count."
609
+ msgstr "Por favor, introduzca una cuenta de correo válida."
610
+
611
+ #: cron/cron-add.php:33
612
+ msgid "Cron details successfully updated."
613
+ msgstr "Detalles Cron actualizados correctamente."
614
+
615
+ #: cron/cron-add.php:74
616
+ msgid "Cron Details"
617
+ msgstr "Detalles Cron"
618
+
619
+ #: cron/cron-add.php:78
620
+ msgid "Cron job URL"
621
+ msgstr "URL tarea Cron"
622
+
623
+ #: cron/cron-add.php:80
624
+ msgid ""
625
+ "This is your cron job URL. It is a readonly field and you are advised not to "
626
+ "modify it."
627
+ msgstr ""
628
+ "Esta es tu URL de tarea Cron. Es un campo de sólo lectura y te recomendamos "
629
+ "no modificarlo."
630
+
631
+ #: cron/cron-add.php:82
632
+ msgid "Mail Count"
633
+ msgstr "Contador Correos"
634
+
635
+ #: cron/cron-add.php:84
636
+ msgid ""
637
+ "Enter number of mails you want to send per hour/trigger (Your web host has "
638
+ "limits. We suggest 50 emails per hour to be safe)."
639
+ msgstr ""
640
+ "Introduce el número de correos que quieres enviar por hora/disparador (Tu "
641
+ "servidor de alojamiento tiene límites. Te recomendamos 50 correos por hora "
642
+ "por seguridad)."
643
+
644
+ #: cron/cron-add.php:86
645
+ msgid "Admin Report"
646
+ msgstr "Informe Admin"
647
+
648
+ #: cron/cron-add.php:88
649
+ msgid ""
650
+ "Send above mail to admin whenever cron URL is triggered from your server."
651
+ "<br />(Available Keywords: ###DATE###, ###SUBJECT###, ###COUNT###)"
652
+ msgstr ""
653
+ "Envía el correo superior al administrador cuando una URL cron haya sido "
654
+ "lanzada en tu servidor.<br />(Keywords Disponibles: ###DATE###, "
655
+ "###SUBJECT###, ###COUNT###)"
656
+
657
+ #: cron/cron-add.php:97
658
+ msgid "How to setup auto emails using CRON Job through the cPanel or Plesk?"
659
+ msgstr ""
660
+ "¿Cómo configurar correos electrónicos automáticos utilizando (tarea CRON) en "
661
+ "cPanel o Plesk?"
662
+
663
+ #: cron/cron-add.php:98
664
+ msgid ""
665
+ "<a target=\"_blank\" href=\"http://www.storeapps.org/docs/es-how-to-schedule-"
666
+ "cron-mails/\">What is Cron?</a>"
667
+ msgstr ""
668
+ "<a target=\"_blank\" href=\"http://www.storeapps.org/docs/es-how-to-schedule-"
669
+ "cron-mails/\">¿Qué es Cron?</a>"
670
+
671
+ #: cron/cron-add.php:99
672
+ msgid ""
673
+ "<a target=\"_blank\" href=\"http://www.storeapps.org/docs/es-how-to-schedule-"
674
+ "cron-emails-in-parallels-plesk/\">Setup cron job in Plesk</a>"
675
+ msgstr ""
676
+ "<a target=\"_blank\" href=\"http://www.storeapps.org/docs/es-how-to-schedule-"
677
+ "cron-emails-in-parallels-plesk/\">Configurar tarea cron en Plesk</a>"
678
+
679
+ #: cron/cron-add.php:100
680
+ msgid ""
681
+ "<a target=\"_blank\" href=\"http://www.storeapps.org/docs/es-how-to-schedule-"
682
+ "cron-emails-in-cpanel/\">Setup cron job in cPanal</a>"
683
+ msgstr ""
684
+ "<a target=\"_blank\" href=\"http://www.storeapps.org/docs/es-how-to-schedule-"
685
+ "cron-emails-in-cpanel/\">Configurar tarea cron en cPanel</a>"
686
+
687
+ #: cron/cron-add.php:101
688
+ msgid ""
689
+ "<a target=\"_blank\" href=\"http://www.storeapps.org/docs/es-what-to-do-if-"
690
+ "hosting-doesnt-support-cron-jobs/\">Hosting doesnt support cron jobs?</a>"
691
+ msgstr ""
692
+ "<a target=\"_blank\" href=\"http://www.storeapps.org/docs/es-what-to-do-if-"
693
+ "hosting-doesnt-support-cron-jobs/\">¿Tu alojamiento no soporta tareas cron?</"
694
+ "a>"
695
+
696
+ #: export/export-email-address.php:32 export/export-email-address.php:36
697
+ #: export/export-email-address.php:39
698
+ msgid "Unexpected url submit has been detected"
699
+ msgstr "Se ha detectado envío de URL inexperada"
700
+
701
+ #: help/help.php:46
702
+ msgid "Welcome to Email Subscribers!"
703
+ msgstr "¡Bienvenido a Email Subscribers!"
704
+
705
+ #: help/help.php:47
706
+ msgid ""
707
+ "Thanks for installing and we hope you will enjoy using Email Subscribers."
708
+ msgstr ""
709
+ "Gracias por instalar y esperamos que disfrute el uso de Email Subscribers."
710
+
711
+ #: help/help.php:51
712
+ msgid "For more help and tips..."
713
+ msgstr "Para más ayuda y sugerencias..."
714
+
715
+ #: help/help.php:95
716
+ msgid "Frequently Asked Questions"
717
+ msgstr "Preguntas más Frecuentes"
718
+
719
+ #: help/help.php:114 help/help.php:123 help/help.php:126 help/help.php:129
720
+ #: help/help.php:132 help/help.php:135 help/help.php:138 help/help.php:141
721
+ #: help/help.php:144 help/help.php:147 help/help.php:150 help/help.php:153
722
+ #: help/help.php:156 help/help.php:159 help/help.php:162 help/help.php:165
723
+ #: help/help.php:168 help/help.php:171 help/help.php:174
724
+ #, php-format
725
+ msgid "%s"
726
+ msgstr "%s"
727
+
728
+ #: help/help.php:114
729
+ msgid "How to Add Subscription box to website?"
730
+ msgstr "¿Cómo Añadir un cuadro de suscripción a la página web?"
731
+
732
+ #: help/help.php:116
733
+ msgid ""
734
+ "Use any of the following 3 methods to add subscription form to your website :"
735
+ "<br>\n"
736
+ "\t\t\t\t\t\t\ta) Use shortcode in any page/post : <strong>[email-subscribers "
737
+ "namefield=\"YES\" desc=\"\" group=\"Public\"]</strong> <i>Or</i><br>\n"
738
+ "\t\t\t\t\t\t\tb) Go to Dashboard->Appearance->Widgets. Click on widget Email "
739
+ "subscribers and click Add Widget button or drag it to the sidebar on the "
740
+ "right <i>Or</i><br>\n"
741
+ "\t\t\t\t\t\t\tc) Copy and past this php code to your desired template "
742
+ "location : <strong>"
743
+ msgstr ""
744
+ "Utiliza cualquiera de los siguientes 3 métodos para añadir un formulario de "
745
+ "suscripción en tu página web:<br>\n"
746
+ "\t\t\t\t\t\t\ta) Utiliza el shortcode en cualquier página/entrada : "
747
+ "<strong>[email-subscribers namefield=\"YES\" desc=\"\" group=\"Public\"]</"
748
+ "strong> <i>o</i><br>\n"
749
+ "\t\t\t\t\t\t\tb) Ve al Escritorio->Apariencia->Widgets. Haz clic en el "
750
+ "widget Email subscribers y haz click en el botón Añadir Widget o arrástralo "
751
+ "hasta la barra lateral de la derecha<i>o</i><br>\n"
752
+ "\t\t\t\t\t\t\tc) Copia y pega este código PHP en la posición deseada de tu "
753
+ "plantilla: <strong>"
754
+
755
+ #: help/help.php:123
756
+ msgid "How to Import or Export Email Addresses?"
757
+ msgstr "¿Cómo importar y exportar direcciones de correo?"
758
+
759
+ #: help/help.php:126
760
+ msgid "General Plugin Settings"
761
+ msgstr "Configuración General Plugin"
762
+
763
+ #: help/help.php:126
764
+ msgid ""
765
+ " (How to modify the existing emails content like Opt-in mail, Welcome mail, "
766
+ "Admin mails)"
767
+ msgstr ""
768
+ "(¿Cómo modificar el contenido existente de correos como correo de envío, "
769
+ "correo de bienvenida, correos al administrador?)"
770
+
771
+ #: help/help.php:129
772
+ msgid "How to change/update/translate any texts from Email Subscribers?"
773
+ msgstr ""
774
+ "¿Cómo cambiar/actualizar/traducir cualquier texto de Email Subscribers?"
775
+
776
+ #: help/help.php:132
777
+ msgid "How to add Unsubscribe link in emails?"
778
+ msgstr "¿Cómo añadir un enlace de cancelación de suscripción en los correos?"
779
+
780
+ #: help/help.php:135
781
+ msgid "What are Static Templates and Dynamic Templates?"
782
+ msgstr "¿Qué son Plantillas Estáticas o Plantillas Dinámicas?"
783
+
784
+ #: help/help.php:138
785
+ msgid "How to Compose and Send Static Newsletter Mails?"
786
+ msgstr "¿Cómo Componer y Enviar correos de newsletter estáticos?"
787
+
788
+ #: help/help.php:141
789
+ msgid ""
790
+ "How to Configure and Send notification emails to subscribers when new posts "
791
+ "are published?"
792
+ msgstr ""
793
+ "¿Cómo Configurar y Enviar correos de notificación para suscriptores cuando "
794
+ "se publican nuevas entradas?"
795
+
796
+ #: help/help.php:144
797
+ msgid "How to Send a sample new post notification email to testgroup/myself?"
798
+ msgstr ""
799
+ "¿Cómo Enviar un correo de notificación de nueva entrada de ejemplo a mi "
800
+ "grupo de testeo/yo mismo?"
801
+
802
+ #: help/help.php:147
803
+ msgid "How to check Sent mails?"
804
+ msgstr "¿Cómo revisar correos enviados?"
805
+
806
+ #: help/help.php:150
807
+ msgid "How to Add/Update Existing Subscribers Group?"
808
+ msgstr "¿Cómo Añadir/Actualizar un Grupo de Suscriptores Existentes?"
809
+
810
+ #: help/help.php:153
811
+ msgid "Emails are not being received by Subscribers?"
812
+ msgstr "¿No están recibiendo los Correos los suscriptores?"
813
+
814
+ #: help/help.php:156
815
+ msgid "How to show subscribe form inside a popup?"
816
+ msgstr "¿Cómo mostrar el formulario de suscripción dentro de un popup?"
817
+
818
+ #: help/help.php:159
819
+ msgid "How to use Rainmaker’s form in Email Subscribers?"
820
+ msgstr "¿Cómo utilizar el formulario de Rainmaker en Email Subscribers?"
821
+
822
+ #: help/help.php:162
823
+ msgid "How to Schedule Cron Mails?"
824
+ msgstr "¿Cómo Programar correos Cron?"
825
+
826
+ #: help/help.php:165
827
+ msgid "How to Schedule Cron Emails in cPanel?"
828
+ msgstr "¿Cómo programar correos Cron en cPanel?"
829
+
830
+ #: help/help.php:168
831
+ msgid "How to Schedule Cron Emails in Parallels Plesk?"
832
+ msgstr "¿Cómo Programar Correos Cron en Parallels Plesk?"
833
+
834
+ #: help/help.php:171
835
+ msgid "What to do if Hosting doesn’t support Cron Jobs?"
836
+ msgstr "¿Qué hacer si el Proveedor de Alojamiento no permite Cron Jobs?"
837
+
838
+ #: help/help.php:174
839
+ msgid "Commonly Asked Questions"
840
+ msgstr "Preguntas Más Frecuentes"
841
+
842
+ #: job/es-optin.php:56 job/es-optin.php:66 job/es-unsubscribe.php:53
843
+ #: job/es-unsubscribe.php:60
844
+ msgid ""
845
+ "Oops.. We are getting some technical error. Please try again or contact "
846
+ "admin."
847
+ msgstr ""
848
+ "Ups. Estamos teniendo algún problema técnico. Por favor inténtalo otra vez o "
849
+ "contacta al administrador."
850
+
851
+ #: job/es-optin.php:59
852
+ msgid "This email address has already been confirmed."
853
+ msgstr "Esta dirección de correo ya ha sido confirmada."
854
+
855
+ #: notification/notification-add.php:32
856
+ msgid "Please select subscribers group."
857
+ msgstr "Por favor selecciona el grupo de suscriptores."
858
+
859
+ #: notification/notification-add.php:38
860
+ msgid "Please select notification status."
861
+ msgstr "Por favor selecciona el estado de notificación."
862
+
863
+ #: notification/notification-add.php:44 notification/notification-edit.php:60
864
+ msgid ""
865
+ "Please select notification mail subject. Use compose menu to create new."
866
+ msgstr ""
867
+ "Por favor selecciona el asunto de notificación del correo. Utiliza el menú "
868
+ "componer para crear uno nuevo."
869
+
870
+ #: notification/notification-add.php:50 notification/notification-edit.php:66
871
+ msgid "Please select post categories."
872
+ msgstr "Por favor selecciona categorías de entrada."
873
+
874
+ #: notification/notification-add.php:70
875
+ msgid "Notification successfully created. "
876
+ msgstr "La notificación se ha creado con éxito. "
877
+
878
+ #: notification/notification-add.php:107
879
+ msgid "Add Notification"
880
+ msgstr "Añadir Notificación"
881
+
882
+ #: notification/notification-add.php:115
883
+ msgid "Select Subscribers Group"
884
+ msgstr "Selecciona grupo de suscriptores"
885
+
886
+ #: notification/notification-add.php:119 notification/notification-add.php:143
887
+ #: notification/notification-edit.php:130
888
+ #: notification/notification-edit.php:163 sendmail/sendmail.php:109
889
+ #: sendmail/sendmail.php:136 sendmail/sendmail.php:150
890
+ #: subscribers/view-subscriber-add.php:163
891
+ #: subscribers/view-subscriber-edit.php:163
892
+ #: subscribers/view-subscriber-import.php:191
893
+ #: subscribers/view-subscriber-sync.php:120
894
+ msgid "Select"
895
+ msgstr "Seleccionar"
896
+
897
+ #: notification/notification-add.php:137 notification/notification-edit.php:157
898
+ msgid "Select Notification Mail Subject"
899
+ msgstr "Seleccionar Asunto de Correo de notificación"
900
+
901
+ #: notification/notification-add.php:138 notification/notification-edit.php:158
902
+ msgid "(Use compose menu to create new)"
903
+ msgstr "(Utiliza el menú componer para crear uno nuevo)"
904
+
905
+ #: notification/notification-add.php:162 notification/notification-edit.php:185
906
+ msgid "Select Post Categories"
907
+ msgstr "Seleccionar Categorías de Entradas"
908
+
909
+ #: notification/notification-add.php:189 notification/notification-edit.php:220
910
+ msgid "Check All"
911
+ msgstr "Selecciona todo"
912
+
913
+ #: notification/notification-add.php:190 notification/notification-edit.php:221
914
+ msgid "Uncheck All"
915
+ msgstr "Deselecciona todo"
916
+
917
+ #: notification/notification-add.php:196 notification/notification-edit.php:228
918
+ msgid "Select your Custom Post Type"
919
+ msgstr "Seleccionar tu tipo de entrada personalizada"
920
+
921
+ #: notification/notification-add.php:197 notification/notification-edit.php:229
922
+ msgid "(Optional)"
923
+ msgstr "(Opcional)"
924
+
925
+ #: notification/notification-add.php:226 notification/notification-edit.php:263
926
+ msgid "No Custom Post Types Available"
927
+ msgstr "No hay Tipos de Entrada Personalizadas Disponibles"
928
+
929
+ #: notification/notification-add.php:233 notification/notification-edit.php:271
930
+ msgid "Select Notification Status"
931
+ msgstr "Seleccionar estado de notificación"
932
+
933
+ #: notification/notification-add.php:237 notification/notification-edit.php:276
934
+ msgid "Send mail immediately when new post is published"
935
+ msgstr "Enviar correo inmediatamente cuando se publique una nueva entrada"
936
+
937
+ #: notification/notification-add.php:238 notification/notification-edit.php:277
938
+ msgid "Add to cron when new post is published and send via cron job"
939
+ msgstr ""
940
+ "Añadir a cron cuando se publique una nueva entrada y enviar vía tarea cron"
941
+
942
+ #: notification/notification-add.php:239 notification/notification-edit.php:278
943
+ msgid "Disable notification"
944
+ msgstr "Deshabilitar notificación"
945
+
946
+ #: notification/notification-edit.php:48
947
+ msgid "Please select subscribers group"
948
+ msgstr "Por favor, selecciona el grupo de suscriptores"
949
+
950
+ #: notification/notification-edit.php:54
951
+ msgid "Please select notification status"
952
+ msgstr "Por favor, selecciona el estado de notificación"
953
+
954
+ #: notification/notification-edit.php:88
955
+ msgid "Notification successfully updated. "
956
+ msgstr "Notificación actualizada con éxito. "
957
+
958
+ #: notification/notification-edit.php:117
959
+ msgid "Edit Notification"
960
+ msgstr "Editar Notificación"
961
+
962
+ #: notification/notification-edit.php:126
963
+ #: subscribers/view-subscriber-show.php:246
964
+ msgid "Update Subscribers Group"
965
+ msgstr "Actualizar Grupo de Suscriptores"
966
+
967
+ #: notification/notification-show.php:66 notification/notification-show.php:74
968
+ msgid "Mail Subject"
969
+ msgstr "Asunto Correo"
970
+
971
+ #: notification/notification-show.php:67 notification/notification-show.php:75
972
+ msgid "Subscribers Group"
973
+ msgstr "Grupo de suscriptores"
974
+
975
+ #: notification/notification-show.php:68 notification/notification-show.php:76
976
+ msgid "Categories / Custom Post"
977
+ msgstr "Categorías / Entrada personalizada"
978
+
979
+ #: notification/notification-show.php:69 notification/notification-show.php:77
980
+ msgid "Notification Status"
981
+ msgstr "Estado de Notificación"
982
+
983
+ #: notification/notification-show.php:128
984
+ msgid "Send mail immediately when new post is published."
985
+ msgstr "Enviar correo inmediatamente cuando una nueva entrada sea publicada."
986
+
987
+ #: notification/notification-show.php:130
988
+ msgid "Add to cron and send mail via cron job."
989
+ msgstr "Añadir a cron y enviar correo vía tarea cron."
990
+
991
+ #: roles/roles-add.php:52
992
+ msgid "Role Updated. "
993
+ msgstr "Rol Actualizado. "
994
+
995
+ #: roles/roles-add.php:105
996
+ msgid "Roles and Capabilities"
997
+ msgstr "Roles y capacidades"
998
+
999
+ #: roles/roles-add.php:109
1000
+ msgid ""
1001
+ "Select user roles who can access following menus. Only Admin can change this."
1002
+ msgstr ""
1003
+ "Selecciona roles de usuario que puedan acceder a los siguientes menús. Sólo "
1004
+ "el administrador puede cambiar esto."
1005
+
1006
+ #: roles/roles-add.php:116
1007
+ msgid "Subscribers Menu"
1008
+ msgstr "Menú suscriptores"
1009
+
1010
+ #: roles/roles-add.php:120 roles/roles-add.php:132 roles/roles-add.php:144
1011
+ #: roles/roles-add.php:156 roles/roles-add.php:168 roles/roles-add.php:180
1012
+ #: roles/roles-add.php:192
1013
+ msgid "Administrator Only"
1014
+ msgstr "Sólo Administrador"
1015
+
1016
+ #: roles/roles-add.php:121 roles/roles-add.php:133 roles/roles-add.php:145
1017
+ #: roles/roles-add.php:157 roles/roles-add.php:169 roles/roles-add.php:181
1018
+ #: roles/roles-add.php:193
1019
+ msgid "Administrator/Editor"
1020
+ msgstr "Administrador/Editor"
1021
+
1022
+ #: roles/roles-add.php:122 roles/roles-add.php:134 roles/roles-add.php:146
1023
+ #: roles/roles-add.php:158 roles/roles-add.php:170 roles/roles-add.php:182
1024
+ #: roles/roles-add.php:194
1025
+ msgid "Administrator/Editor/Author/Contributor"
1026
+ msgstr "Administrador/Editor/Autor/Colaborador"
1027
+
1028
+ #: roles/roles-add.php:128
1029
+ msgid "Compose Menu"
1030
+ msgstr "Menú componer"
1031
+
1032
+ #: roles/roles-add.php:140
1033
+ msgid "Notification Menu"
1034
+ msgstr "Menú Notificación"
1035
+
1036
+ #: roles/roles-add.php:152
1037
+ msgid "Send Email Menu/Cron Menu"
1038
+ msgstr "Menú Envío Correo/Menú Cron"
1039
+
1040
+ #: roles/roles-add.php:164
1041
+ msgid "Settings Menu"
1042
+ msgstr "Menú Configuración"
1043
+
1044
+ #: roles/roles-add.php:176
1045
+ msgid "Sent Mails Menu"
1046
+ msgstr "Menú Envío Correos"
1047
+
1048
+ #: roles/roles-add.php:188
1049
+ msgid "Help & Info Menu"
1050
+ msgstr "Menú Ayuda e Info"
1051
+
1052
+ #: sendmail/sendmail.php:39
1053
+ msgid "Please select your mail subject."
1054
+ msgstr "Por favor selecciona el asunto de tu correo."
1055
+
1056
+ #: sendmail/sendmail.php:45
1057
+ msgid "Please select your mail type."
1058
+ msgstr "Por favor selecciona tu tipo de correo."
1059
+
1060
+ #: sendmail/sendmail.php:51
1061
+ msgid "Please select your group."
1062
+ msgstr "Por favor selecciona tu grupo."
1063
+
1064
+ #: sendmail/sendmail.php:58
1065
+ msgid "Mail sent successfully. "
1066
+ msgstr "Correo enviado con éxito. "
1067
+
1068
+ #: sendmail/sendmail.php:62
1069
+ msgid "Click here to check Statistics"
1070
+ msgstr "Haz clic aquí para comprobar Estadísticas"
1071
+
1072
+ #: sendmail/sendmail.php:68
1073
+ msgid "Oops.. We are getting some error. mail not sending."
1074
+ msgstr "Ups. Estamos obteniendo algún error. No se envía correo."
1075
+
1076
+ #: sendmail/sendmail.php:104
1077
+ msgid "Select Mail Subject from available list"
1078
+ msgstr "Selecciona un asunto de correo de la lista disponible"
1079
+
1080
+ #: sendmail/sendmail.php:131
1081
+ msgid "Select Mail Type"
1082
+ msgstr "Seleccionar tipo de correo"
1083
+
1084
+ #: sendmail/sendmail.php:137
1085
+ msgid "Send mail immediately"
1086
+ msgstr "Enviar correo inmediatamente"
1087
+
1088
+ #: sendmail/sendmail.php:138
1089
+ msgid "Send mail via cron job"
1090
+ msgstr "Enviar correo vía tarea cron"
1091
+
1092
+ #: sendmail/sendmail.php:145
1093
+ msgid "Select Subscribers group to Send Mail"
1094
+ msgstr "Selecciona grupo de suscriptores a los que mandar correo"
1095
+
1096
+ #: sendmail/sendmail.php:177
1097
+ msgid "Recipients : 0 "
1098
+ msgstr "Destinatarios: 0 "
1099
+
1100
+ #: sendmail/sendmail.php:179
1101
+ #, php-format
1102
+ msgid "Recipients : %s"
1103
+ msgstr "Destinatarios: %s"
1104
+
1105
+ #: sendmail/sendmail.php:182
1106
+ msgid ""
1107
+ "<br><br><strong>Your Recipients count is above 100.<br>We strongly recommend "
1108
+ "that you change above Mail Type to Cron and Send Mail via Cron Job.</"
1109
+ "strong><br>Click on Help for more information."
1110
+ msgstr ""
1111
+ "<br><br><strong>El número de destinatarios es superior a 100.<br>Te "
1112
+ "recomendamos encarecidamente que cambies el Tipo de Correo a Cron y Enviar "
1113
+ "Correo via Cron Job.</strong><br>Haz clic en Ayuda para más información."
1114
+
1115
+ #: sendmail/sendmail.php:198
1116
+ msgid "Reset"
1117
+ msgstr "Reiniciar"
1118
+
1119
+ #: sentmail/deliverreport-show.php:13
1120
+ msgid "Oops.. Unexpected error occurred. Please try again."
1121
+ msgstr "Ups. Ha sucedido un error inesperado. Por favor, inténtelo de nuevo."
1122
+
1123
+ #: sentmail/deliverreport-show.php:49 sentmail/sentmail-show.php:85
1124
+ msgid " &lt;&lt; "
1125
+ msgstr " &lt;&lt; "
1126
+
1127
+ #: sentmail/deliverreport-show.php:50 sentmail/sentmail-show.php:86
1128
+ msgid " &gt;&gt; "
1129
+ msgstr " &gt;&gt; "
1130
+
1131
+ #: sentmail/deliverreport-show.php:61
1132
+ msgid "Delivery Report"
1133
+ msgstr "Informe envío"
1134
+
1135
+ #: sentmail/deliverreport-show.php:72 sentmail/deliverreport-show.php:84
1136
+ #: subscribers/view-subscriber-export.php:38
1137
+ #: subscribers/view-subscriber-export.php:46
1138
+ #: subscribers/view-subscriber-show.php:310
1139
+ #: subscribers/view-subscriber-show.php:324
1140
+ msgid "Sno"
1141
+ msgstr "Sno"
1142
+
1143
+ #: sentmail/deliverreport-show.php:73 sentmail/deliverreport-show.php:85
1144
+ msgid "Email"
1145
+ msgstr "Correo"
1146
+
1147
+ #: sentmail/deliverreport-show.php:74 sentmail/deliverreport-show.php:86
1148
+ msgid "Sent Date"
1149
+ msgstr "Fecha Envío"
1150
+
1151
+ #: sentmail/deliverreport-show.php:77 sentmail/deliverreport-show.php:89
1152
+ msgid "Viewed Status"
1153
+ msgstr "Estado visualización"
1154
+
1155
+ #: sentmail/deliverreport-show.php:78 sentmail/deliverreport-show.php:90
1156
+ msgid "Viewed Date"
1157
+ msgstr "Fecha Visualización"
1158
+
1159
+ #: sentmail/deliverreport-show.php:79 sentmail/deliverreport-show.php:91
1160
+ msgid "Database ID"
1161
+ msgstr "ID Base de Datos"
1162
+
1163
+ #: sentmail/sentmail-preview.php:43
1164
+ msgid "Back"
1165
+ msgstr "Volver"
1166
+
1167
+ #: sentmail/sentmail-show.php:42
1168
+ msgid "Successfully deleted all reports except latest 10."
1169
+ msgstr "Se borraron con éxito todos los informes excepto los últimos 10."
1170
+
1171
+ #: sentmail/sentmail-show.php:108 sentmail/sentmail-show.php:121
1172
+ msgid "View Reports"
1173
+ msgstr "Ver Informes"
1174
+
1175
+ #: sentmail/sentmail-show.php:110 sentmail/sentmail-show.php:123
1176
+ msgid "Source"
1177
+ msgstr "Origen"
1178
+
1179
+ #: sentmail/sentmail-show.php:113 sentmail/sentmail-show.php:126
1180
+ msgid "Start Date"
1181
+ msgstr "Fecha Comienzo"
1182
+
1183
+ #: sentmail/sentmail-show.php:114 sentmail/sentmail-show.php:127
1184
+ msgid "End Date"
1185
+ msgstr "Fecha Fin"
1186
+
1187
+ #: sentmail/sentmail-show.php:115 sentmail/sentmail-show.php:128
1188
+ msgid "Total"
1189
+ msgstr "Total"
1190
+
1191
+ #: sentmail/sentmail-show.php:116 sentmail/sentmail-show.php:129
1192
+ #: subscribers/view-subscriber-export.php:41
1193
+ #: subscribers/view-subscriber-export.php:49
1194
+ #: subscribers/view-subscriber-show.php:316
1195
+ #: subscribers/view-subscriber-show.php:330
1196
+ msgid "Action"
1197
+ msgstr "Acción"
1198
+
1199
+ #: sentmail/sentmail-show.php:175
1200
+ msgid "Optimize Table & Delete Records"
1201
+ msgstr "Optimizar Tabla y Borrar Registros"
1202
+
1203
+ #: sentmail/sentmail-show.php:184
1204
+ msgid ""
1205
+ "Note: Please click on <strong>Optimize Table & Delete Records</strong> "
1206
+ "button to delete all reports except latest 10."
1207
+ msgstr ""
1208
+ "Nota: Por favor, haz clic en el botón <strong>Optimizar Tabla y Borrar "
1209
+ "Registros</strong> para borrar todos los informes excepto los últimos 10."
1210
+
1211
+ #: settings/setting-sync.php:15
1212
+ msgid "Table sync completed successfully."
1213
+ msgstr "Sincronización de la Tabla finalizada con éxito."
1214
+
1215
+ #: settings/setting-sync.php:28
1216
+ msgid "Sync plugin tables"
1217
+ msgstr "Sincronizar tablas del plugin"
1218
+
1219
+ #: settings/setting-sync.php:32
1220
+ msgid "Click to sync tables"
1221
+ msgstr "Clic para sincronizar tablas"
1222
+
1223
+ #: settings/settings-edit.php:116
1224
+ msgid "Please enter sender of notifications from name."
1225
+ msgstr "Por favor introduce el nombre 'de' para el emisor de notificaciones."
1226
+
1227
+ #: settings/settings-edit.php:121
1228
+ msgid "Please enter sender of notifications from email."
1229
+ msgstr "Por favor introduce el correo 'de' para el emisor de notificaciones."
1230
+
1231
+ #: settings/settings-edit.php:154
1232
+ msgid "Settings Saved."
1233
+ msgstr "Configuración guardada."
1234
+
1235
+ #: settings/settings-edit.php:157
1236
+ msgid "Oops, unable to update."
1237
+ msgstr "Ups, no se ha podido actualizadar."
1238
+
1239
+ #: settings/settings-edit.php:206
1240
+ msgid "Sender of notifications"
1241
+ msgstr "Emisor de notificaciones"
1242
+
1243
+ #: settings/settings-edit.php:207
1244
+ msgid ""
1245
+ "Choose a FROM name and FROM email address for all notifications emails from "
1246
+ "this plugin."
1247
+ msgstr ""
1248
+ "Elige un nombre DE y una dirección de correo DE para todos los correos de "
1249
+ "notificaciones de este plugin."
1250
+
1251
+ #: settings/settings-edit.php:217
1252
+ msgid "Mail type"
1253
+ msgstr "Tipo de Correo"
1254
+
1255
+ #: settings/settings-edit.php:218
1256
+ msgid ""
1257
+ "Option 1 & 2 is to send mails with default Wordpress method wp_mail(). "
1258
+ "Option 3 & 4 is to send mails with PHP method mail()"
1259
+ msgstr ""
1260
+ "Las opciones 1 y 2 envían correos con el método por defecto de WordPress "
1261
+ "wp_mail(). Las opciones 3 y 4 envían correos con el método PHP mail()."
1262
+
1263
+ #: settings/settings-edit.php:222
1264
+ msgid "1. WP HTML MAIL"
1265
+ msgstr "1. WP CORREO HTML"
1266
+
1267
+ #: settings/settings-edit.php:223
1268
+ msgid "2. WP PLAINTEXT MAIL"
1269
+ msgstr "2. WP CORREO TEXTO PLANO"
1270
+
1271
+ #: settings/settings-edit.php:224
1272
+ msgid "3. PHP HTML MAIL"
1273
+ msgstr "3. PHP CORREO PHP"
1274
+
1275
+ #: settings/settings-edit.php:225
1276
+ msgid "4. PHP PLAINTEXT MAIL"
1277
+ msgstr "4. PHP CORREO TEXTO PLANO"
1278
+
1279
+ #: settings/settings-edit.php:232
1280
+ msgid "Opt-in option"
1281
+ msgstr "Opción Aceptación"
1282
+
1283
+ #: settings/settings-edit.php:233
1284
+ msgid ""
1285
+ "Double Opt In, means subscribers need to confirm their email address by an "
1286
+ "activation link sent them on a activation email message. Single Opt In, "
1287
+ "means subscribers do not need to confirm their email address."
1288
+ msgstr ""
1289
+ "Doble Aceptación, significa que los suscriptores deben confirmar su correo "
1290
+ "electrónico por un enlace de activación que se les envía en un mensaje de "
1291
+ "confirmación de correo. Aceptación simple significa que los suscriptores no "
1292
+ "deben confirmar su dirección de correo."
1293
+
1294
+ #: settings/settings-edit.php:237
1295
+ msgid "Double Opt In"
1296
+ msgstr "Doble Aceptación"
1297
+
1298
+ #: settings/settings-edit.php:238 subscribers/view-subscriber-add.php:152
1299
+ #: subscribers/view-subscriber-edit.php:151
1300
+ #: subscribers/view-subscriber-import.php:179
1301
+ #: subscribers/view-subscriber-show.php:288
1302
+ msgid "Single Opt In"
1303
+ msgstr "Aceptación individual"
1304
+
1305
+ #: settings/settings-edit.php:244
1306
+ msgid "Image Size"
1307
+ msgstr "Tamaño de imagen"
1308
+
1309
+ #: settings/settings-edit.php:245
1310
+ msgid ""
1311
+ "Select image size for ###POSTIMAGE### to be shown in post notification email"
1312
+ msgstr ""
1313
+ "Selecciona el tamaño de imagen para ###POSTIMAGE### que se mostrará en el "
1314
+ "correo de notificación de entrada"
1315
+
1316
+ #: settings/settings-edit.php:249
1317
+ msgid "Full Size"
1318
+ msgstr "Tamaño Completo"
1319
+
1320
+ #: settings/settings-edit.php:250
1321
+ msgid "Medium Size"
1322
+ msgstr "Tamaño Medio"
1323
+
1324
+ #: settings/settings-edit.php:251
1325
+ msgid "Thumbnail"
1326
+ msgstr "Miniatura"
1327
+
1328
+ #: settings/settings-edit.php:257
1329
+ msgid "Opt-in mail subject (Confirmation mail)"
1330
+ msgstr "Asunto del correo de Aceptación (Correo de confirmación)"
1331
+
1332
+ #: settings/settings-edit.php:258
1333
+ msgid ""
1334
+ "Enter the subject for Double Opt In mail. This will send whenever subscriber "
1335
+ "added email into our database."
1336
+ msgstr ""
1337
+ "Introduce el asunto para el correo de Doble Aceptación. Esto se mandará "
1338
+ "cuando se haya suscrito cualquier correo en nuestra base de datos."
1339
+
1340
+ #: settings/settings-edit.php:264
1341
+ msgid "Opt-in mail content (Confirmation mail)"
1342
+ msgstr "Contenido del correo de Aceptación (correo de confirmación)"
1343
+
1344
+ #: settings/settings-edit.php:265
1345
+ msgid ""
1346
+ "Enter the content for Double Opt In mail. This will send whenever subscriber "
1347
+ "added email into our database."
1348
+ msgstr ""
1349
+ "Introduce el contenido para el correo de Doble Aceptación. Esto se mandará "
1350
+ "cuando se añada una dirección de correo a nuestra base de datos."
1351
+
1352
+ #: settings/settings-edit.php:271
1353
+ msgid "Opt-in link (Confirmation link)"
1354
+ msgstr "Enlace Aceptación (Enlace de conformación)"
1355
+
1356
+ #: settings/settings-edit.php:272
1357
+ msgid "Double Opt In confirmation link. You no need to change this value."
1358
+ msgstr "Enlace para Doble Aceptación. No es necesario que cambies este valor."
1359
+
1360
+ #: settings/settings-edit.php:278
1361
+ msgid "Text to display after email subscribed successfully"
1362
+ msgstr ""
1363
+ "Texto para mostrar cuando una dirección de correo se haya suscrito "
1364
+ "correctamente"
1365
+
1366
+ #: settings/settings-edit.php:279
1367
+ msgid ""
1368
+ "This text will display once user clicked email confirmation link from opt-in "
1369
+ "(confirmation) email content."
1370
+ msgstr ""
1371
+ "Este texto se mostrará una vez el usuario haya hecho clic en el enlace de "
1372
+ "conformación de correo desde el contenido de correo de entrada "
1373
+ "(confirmación)."
1374
+
1375
+ #: settings/settings-edit.php:286
1376
+ msgid "Subscriber welcome email"
1377
+ msgstr "Correo de bienvenida para el Suscriptor"
1378
+
1379
+ #: settings/settings-edit.php:287
1380
+ msgid "To send welcome mail to subscriber, This option must be set to YES."
1381
+ msgstr ""
1382
+ "Para enviar un correo de bienvenida a los suscriptores, esta opción debe "
1383
+ "estar establecida a SÍ."
1384
+
1385
+ #: settings/settings-edit.php:291 settings/settings-edit.php:319
1386
+ #: subscribers/view-subscriber-sync.php:108
1387
+ msgid "YES"
1388
+ msgstr "SÍ"
1389
+
1390
+ #: settings/settings-edit.php:292 settings/settings-edit.php:320
1391
+ #: subscribers/view-subscriber-sync.php:107
1392
+ msgid "NO"
1393
+ msgstr "NO"
1394
+
1395
+ #: settings/settings-edit.php:298
1396
+ msgid "Welcome mail subject"
1397
+ msgstr "Asunto correo bienvenida"
1398
+
1399
+ #: settings/settings-edit.php:299
1400
+ msgid ""
1401
+ "Enter the subject for subscriber welcome mail. This will send whenever email "
1402
+ "subscribed (confirmed) successfully."
1403
+ msgstr ""
1404
+ "Introduce el asunto para el correo de bienvenida del suscriptor. Esto se "
1405
+ "enviará cuando se suscriba exitosamente (confirmado) cualquier correo."
1406
+
1407
+ #: settings/settings-edit.php:305
1408
+ msgid "Subscriber welcome mail content"
1409
+ msgstr "Contenido del correo de bienvenida al suscriptor"
1410
+
1411
+ #: settings/settings-edit.php:306
1412
+ msgid ""
1413
+ "Enter the content for subscriber welcome mail. This will send whenever email "
1414
+ "subscribed (confirmed) successfully. (Keyword: ###NAME###)"
1415
+ msgstr ""
1416
+ "Introduce el contenido para el correo de bienvenida al suscriptor. Esto se "
1417
+ "enviará cuando un correo se haya suscrito (confirmado) con éxito. (Keyword: "
1418
+ "###NAME###)"
1419
+
1420
+ #: settings/settings-edit.php:314
1421
+ msgid "Mail to admin"
1422
+ msgstr "Correo al administrador"
1423
+
1424
+ #: settings/settings-edit.php:315
1425
+ msgid ""
1426
+ "To send admin notifications for new subscriber, This option must be set to "
1427
+ "YES."
1428
+ msgstr ""
1429
+ "Para mandar notificaciones al administrador por nuevos suscriptores, esta "
1430
+ "opción debe estar establecida a SÍ."
1431
+
1432
+ #: settings/settings-edit.php:326
1433
+ msgid "Admin email addresses"
1434
+ msgstr "Direcciones de correo de administrador"
1435
+
1436
+ #: settings/settings-edit.php:327
1437
+ msgid ""
1438
+ "Enter the admin email addresses that should receive notifications (separate "
1439
+ "by comma)."
1440
+ msgstr ""
1441
+ "Introduce las direcciones de correo de administradores que deben recibir las "
1442
+ "notificaciones (separadas por coma)."
1443
+
1444
+ #: settings/settings-edit.php:333
1445
+ msgid "Admin mail subject"
1446
+ msgstr "Asunto del correo al administrador"
1447
+
1448
+ #: settings/settings-edit.php:334
1449
+ msgid ""
1450
+ "Enter the subject for admin mail. This will send whenever new email added "
1451
+ "and confirmed into our database."
1452
+ msgstr ""
1453
+ "Introduce el asunto para el correo al administrador. Esto se enviará cuando "
1454
+ "un nuevo correo se añadido y confirmado en nuestra base de datos."
1455
+
1456
+ #: settings/settings-edit.php:340
1457
+ msgid "Admin mail content"
1458
+ msgstr "Contenido correo administrador"
1459
+
1460
+ #: settings/settings-edit.php:341
1461
+ msgid ""
1462
+ "Enter the mail content for admin. This will send whenever new email added "
1463
+ "and confirmed into our database. (Keyword: ###NAME###, ###EMAIL###)"
1464
+ msgstr ""
1465
+ "Introduce el contenido del correo para administrador. Esto se enviará cuando "
1466
+ "un nuevo correo haya sido añadido y confirmado en nuestra base de datos. "
1467
+ "(Keyword: ###NAME###, ###EMAIL###)"
1468
+
1469
+ #: settings/settings-edit.php:348
1470
+ msgid "Unsubscribe link"
1471
+ msgstr "Enlace de baja de suscripción"
1472
+
1473
+ #: settings/settings-edit.php:349
1474
+ msgid "Unsubscribe link. You no need to change this value."
1475
+ msgstr "Enlace de baja de suscripción. No es necesario cambiar este valor."
1476
+
1477
+ #: settings/settings-edit.php:355
1478
+ msgid "Unsubscribe text in mail"
1479
+ msgstr "Texto de baja de suscripción en correo"
1480
+
1481
+ #: settings/settings-edit.php:356
1482
+ msgid ""
1483
+ "Enter the text for unsubscribe link. This text is to add unsubscribe link "
1484
+ "with newsletter. (Keyword: ###LINK###)"
1485
+ msgstr ""
1486
+ "Introduce el texto para el enlace de cancelación de suscripción. Este texto "
1487
+ "es para añadir un enlace de cancelación de suscripción con la newsletter. "
1488
+ "(Keyword: ###LINK###)"
1489
+
1490
+ #: settings/settings-edit.php:362
1491
+ msgid "Text to display after email unsubscribed"
1492
+ msgstr "Texto para mostrar una vez el correo haya cancelado la suscripción"
1493
+
1494
+ #: settings/settings-edit.php:363
1495
+ msgid ""
1496
+ "This text will display once user clicked unsubscribed link from our "
1497
+ "newsletter."
1498
+ msgstr ""
1499
+ "Este texto se mostrará una vez que el usuario haga clic sobre el enlace de "
1500
+ "cancelación de suscripción desde nuestra newsletter."
1501
+
1502
+ #: settings/settings-edit.php:370
1503
+ msgid "Message 1"
1504
+ msgstr "Mensaje 1"
1505
+
1506
+ #: settings/settings-edit.php:371
1507
+ msgid "Default message to display if any issue on confirmation link."
1508
+ msgstr ""
1509
+ "Mensaje por defecto para mostrar si hay algún problema en el enlace de "
1510
+ "confirmación."
1511
+
1512
+ #: settings/settings-edit.php:377
1513
+ msgid "Message 2"
1514
+ msgstr "Mensaje 2"
1515
+
1516
+ #: settings/settings-edit.php:378
1517
+ msgid "Default message to display if any issue on unsubscribe link."
1518
+ msgstr ""
1519
+ "Mensaje por defecto para mostrar si hay algún problema en el enlace de "
1520
+ "cancelación de suscripción."
1521
+
1522
+ #: settings/settings-edit.php:385
1523
+ msgid "Sent report subject"
1524
+ msgstr "Asunto de informe enviado"
1525
+
1526
+ #: settings/settings-edit.php:386
1527
+ msgid "Mail subject for sent mail report."
1528
+ msgstr "Asunto del mensaje para informe de correos enviados."
1529
+
1530
+ #: settings/settings-edit.php:392
1531
+ msgid "Sent report content"
1532
+ msgstr "Contenido del informe enviado"
1533
+
1534
+ #: settings/settings-edit.php:393
1535
+ msgid ""
1536
+ "Mail content for sent mail report. (Keyword: ###COUNT###, ###UNIQUE###, "
1537
+ "###STARTTIME###, ###ENDTIME###)"
1538
+ msgstr ""
1539
+ "Contenido del correo para el informe de correo enviado. (Keyword: "
1540
+ "###COUNT###, ###UNIQUE###, ###STARTTIME###, ###ENDTIME###)"
1541
+
1542
+ #: settings/settings-edit.php:403
1543
+ msgid "Save Settings"
1544
+ msgstr "Guardar configuración"
1545
+
1546
+ #: subscribers/view-subscriber-add.php:35
1547
+ #: subscribers/view-subscriber-edit.php:53
1548
+ msgid "Please enter subscriber email address."
1549
+ msgstr "Por favor introduce la dirección de correo de suscriptor."
1550
+
1551
+ #: subscribers/view-subscriber-add.php:48
1552
+ msgid "Please select or create your group for this email."
1553
+ msgstr "Por favor selecciona o crea tu grupo para este correo."
1554
+
1555
+ #: subscribers/view-subscriber-add.php:55
1556
+ msgid ""
1557
+ "Error: Special characters (['^$%&*()}{@#~?><>,|=_+\\\"]) are not allowed in "
1558
+ "the group name."
1559
+ msgstr ""
1560
+ "Error: los caracteres especiales (['^$%&*()}{@#~?><>,|=_+\\\"]) no se "
1561
+ "permiten como nombre de grupo."
1562
+
1563
+ #: subscribers/view-subscriber-add.php:65
1564
+ msgid "Subscriber has been saved."
1565
+ msgstr "Suscriptor ha sido guardado."
1566
+
1567
+ #: subscribers/view-subscriber-add.php:67
1568
+ msgid "Subscriber already exists."
1569
+ msgstr "Suscriptor ya existe."
1570
+
1571
+ #: subscribers/view-subscriber-add.php:70
1572
+ msgid "Invalid Email."
1573
+ msgstr "Correo no válido."
1574
+
1575
+ #: subscribers/view-subscriber-add.php:112
1576
+ #: subscribers/view-subscriber-edit.php:111
1577
+ #: subscribers/view-subscriber-export.php:28
1578
+ #: subscribers/view-subscriber-import.php:144
1579
+ #: subscribers/view-subscriber-show.php:208
1580
+ #: subscribers/view-subscriber-sync.php:91
1581
+ msgid "Add New Subscriber"
1582
+ msgstr "Añadir Nuevo Suscriptor"
1583
+
1584
+ #: subscribers/view-subscriber-add.php:113
1585
+ #: subscribers/view-subscriber-edit.php:112
1586
+ #: subscribers/view-subscriber-export.php:29
1587
+ #: subscribers/view-subscriber-import.php:211
1588
+ #: subscribers/view-subscriber-show.php:209
1589
+ #: subscribers/view-subscriber-sync.php:92
1590
+ msgid "Import"
1591
+ msgstr "Importar"
1592
+
1593
+ #: subscribers/view-subscriber-add.php:114
1594
+ #: subscribers/view-subscriber-edit.php:113
1595
+ #: subscribers/view-subscriber-import.php:145
1596
+ #: subscribers/view-subscriber-show.php:210
1597
+ #: subscribers/view-subscriber-sync.php:93
1598
+ msgid "Export"
1599
+ msgstr "Exportar"
1600
+
1601
+ #: subscribers/view-subscriber-add.php:115
1602
+ #: subscribers/view-subscriber-edit.php:114
1603
+ #: subscribers/view-subscriber-export.php:30
1604
+ #: subscribers/view-subscriber-import.php:146
1605
+ #: subscribers/view-subscriber-show.php:211
1606
+ #: subscribers/view-subscriber-sync.php:144
1607
+ msgid "Sync"
1608
+ msgstr "Sincronizar"
1609
+
1610
+ #: subscribers/view-subscriber-add.php:124
1611
+ msgid "Enter Subscriber's Full name"
1612
+ msgstr "Introduce nombre completo del suscriptor."
1613
+
1614
+ #: subscribers/view-subscriber-add.php:134
1615
+ msgid "Enter Subscriber's Email Address"
1616
+ msgstr "Introduce la dirección de correo del suscriptor."
1617
+
1618
+ #: subscribers/view-subscriber-add.php:144
1619
+ msgid "Select Subscriber's Status"
1620
+ msgstr "Selecciona Estado Suscriptor"
1621
+
1622
+ #: subscribers/view-subscriber-add.php:149
1623
+ #: subscribers/view-subscriber-edit.php:148
1624
+ #: subscribers/view-subscriber-import.php:176
1625
+ #: subscribers/view-subscriber-show.php:285
1626
+ msgid "Confirmed"
1627
+ msgstr "Confirmado"
1628
+
1629
+ #: subscribers/view-subscriber-add.php:150
1630
+ #: subscribers/view-subscriber-edit.php:149
1631
+ #: subscribers/view-subscriber-import.php:177
1632
+ #: subscribers/view-subscriber-show.php:286
1633
+ msgid "Unconfirmed"
1634
+ msgstr "Sin Confirmar"
1635
+
1636
+ #: subscribers/view-subscriber-add.php:151
1637
+ #: subscribers/view-subscriber-edit.php:150
1638
+ #: subscribers/view-subscriber-import.php:178
1639
+ #: subscribers/view-subscriber-show.php:287
1640
+ msgid "Unsubscribed"
1641
+ msgstr "Suscripciones canceladas "
1642
+
1643
+ #: subscribers/view-subscriber-add.php:159
1644
+ msgid "Select (or) Create Group for Subscriber"
1645
+ msgstr "Selecciona (o) Crear Grupo para Suscriptores"
1646
+
1647
+ #: subscribers/view-subscriber-add.php:175
1648
+ #: subscribers/view-subscriber-import.php:203
1649
+ msgid "(or)"
1650
+ msgstr "(o)"
1651
+
1652
+ #: subscribers/view-subscriber-add.php:184
1653
+ msgid "Add Subscriber"
1654
+ msgstr "Añadir Suscriptor"
1655
+
1656
+ #: subscribers/view-subscriber-edit.php:63
1657
+ msgid "Error: Special characters are not allowed in the group name."
1658
+ msgstr "Error: No se permiten caracteres especiales en el nombre de grupo."
1659
+
1660
+ #: subscribers/view-subscriber-edit.php:73
1661
+ msgid "Subscriber details updated."
1662
+ msgstr "Detalles del Suscriptor actualizados."
1663
+
1664
+ #: subscribers/view-subscriber-edit.php:75
1665
+ msgid "Subscriber already exists for this group."
1666
+ msgstr "El suscriptor ya existe en este grupo."
1667
+
1668
+ #: subscribers/view-subscriber-edit.php:110
1669
+ msgid "Edit Subscriber"
1670
+ msgstr "Editar Suscriptor"
1671
+
1672
+ #: subscribers/view-subscriber-edit.php:123
1673
+ msgid "Edit Subscriber's Full Name"
1674
+ msgstr "Editar Nombre Completo Suscriptor"
1675
+
1676
+ #: subscribers/view-subscriber-edit.php:133
1677
+ msgid "Edit Subscriber's Email Address"
1678
+ msgstr "Editar Dirección de correo del Suscriptor"
1679
+
1680
+ #: subscribers/view-subscriber-edit.php:143
1681
+ msgid "Update Subscriber's Status"
1682
+ msgstr "Actualizar Estado Suscriptor"
1683
+
1684
+ #: subscribers/view-subscriber-edit.php:158
1685
+ msgid "Update Subscriber's Group"
1686
+ msgstr "Actualizar Grupo de Suscriptores"
1687
+
1688
+ #: subscribers/view-subscriber-export.php:27
1689
+ msgid "Export Email Addresses"
1690
+ msgstr "Exportar Direcciones Correo"
1691
+
1692
+ #: subscribers/view-subscriber-export.php:39
1693
+ #: subscribers/view-subscriber-export.php:47
1694
+ msgid "Type of List to Export"
1695
+ msgstr "Tipo de Lista para Exportar"
1696
+
1697
+ #: subscribers/view-subscriber-export.php:40
1698
+ #: subscribers/view-subscriber-export.php:48
1699
+ msgid "Total Emails"
1700
+ msgstr "Total Correos"
1701
+
1702
+ #: subscribers/view-subscriber-export.php:54
1703
+ msgid "1"
1704
+ msgstr "1"
1705
+
1706
+ #: subscribers/view-subscriber-export.php:55
1707
+ msgid "All Subscribers List"
1708
+ msgstr "Lista de Todos los Suscriptores"
1709
+
1710
+ #: subscribers/view-subscriber-export.php:57
1711
+ #: subscribers/view-subscriber-export.php:63
1712
+ #: subscribers/view-subscriber-export.php:69
1713
+ msgid "Click to Export in CSV"
1714
+ msgstr "Clic para Exportar en CSV"
1715
+
1716
+ #: subscribers/view-subscriber-export.php:60
1717
+ msgid "2"
1718
+ msgstr "2"
1719
+
1720
+ #: subscribers/view-subscriber-export.php:61
1721
+ msgid "WordPress Registered Users"
1722
+ msgstr "Usuarios Registrados WordPress"
1723
+
1724
+ #: subscribers/view-subscriber-export.php:66
1725
+ msgid "3"
1726
+ msgstr "3"
1727
+
1728
+ #: subscribers/view-subscriber-export.php:67
1729
+ msgid "Commented Authors"
1730
+ msgstr "Autores Comentados"
1731
+
1732
+ #: subscribers/view-subscriber-import.php:43
1733
+ msgid ""
1734
+ "Error: Special characters (['^$%&*()}{@#~?><>,|=_+\\\"]) are not allowed in "
1735
+ "the Group name."
1736
+ msgstr ""
1737
+ "Error: los caracteres especiales (['^$%&*()}{@#~?><>,|=_+\\\"]) no están "
1738
+ "permitidos como nombre de Grupo."
1739
+
1740
+ #: subscribers/view-subscriber-import.php:91
1741
+ msgid "email imported."
1742
+ msgstr "correo importado."
1743
+
1744
+ #: subscribers/view-subscriber-import.php:92
1745
+ msgid "email already exists."
1746
+ msgstr "Ese correo electrónico ya existe."
1747
+
1748
+ #: subscribers/view-subscriber-import.php:93
1749
+ msgid "email are invalid."
1750
+ msgstr "Correo no válido."
1751
+
1752
+ #: subscribers/view-subscriber-import.php:96
1753
+ #: subscribers/view-subscriber-import.php:125
1754
+ msgid "Click here"
1755
+ msgstr "Haz clic aquí"
1756
+
1757
+ #: subscribers/view-subscriber-import.php:96
1758
+ #: subscribers/view-subscriber-import.php:125
1759
+ msgid " to view details."
1760
+ msgstr " para ver los detalles"
1761
+
1762
+ #: subscribers/view-subscriber-import.php:104
1763
+ msgid "File Upload Failed."
1764
+ msgstr "Fallo en Subida de Archivo"
1765
+
1766
+ #: subscribers/view-subscriber-import.php:143
1767
+ msgid "Import Email Addresses"
1768
+ msgstr "Importar Direcciones Correo"
1769
+
1770
+ #: subscribers/view-subscriber-import.php:156
1771
+ msgid "Select CSV file"
1772
+ msgstr "Selecciona archivo CSV"
1773
+
1774
+ #: subscribers/view-subscriber-import.php:158
1775
+ msgid "Check CSV structure "
1776
+ msgstr "Comprobar estructura CSV "
1777
+
1778
+ #: subscribers/view-subscriber-import.php:159
1779
+ msgid "from here"
1780
+ msgstr "desde aquí"
1781
+
1782
+ #: subscribers/view-subscriber-import.php:170
1783
+ msgid "Select Subscribers Email Status"
1784
+ msgstr "Selecciona el estado de correo de suscriptor."
1785
+
1786
+ #: subscribers/view-subscriber-import.php:186
1787
+ msgid "Select (or) Create Group for Subscribers"
1788
+ msgstr "Selecciona (o) Crear Grupo para Suscriptores"
1789
+
1790
+ #: subscribers/view-subscriber-show.php:55
1791
+ #: subscribers/view-subscriber-show.php:94
1792
+ msgid "Record deleted."
1793
+ msgstr "Registro borrado."
1794
+
1795
+ #: subscribers/view-subscriber-show.php:66
1796
+ msgid ""
1797
+ "To send confirmation email, please change the Opt-in option to Double Opt In."
1798
+ msgstr ""
1799
+ "Para mandar correo de confirmación, por favor cambia la opción de Aceptación "
1800
+ "a Doble Aceptación."
1801
+
1802
+ #: subscribers/view-subscriber-show.php:74
1803
+ msgid "Confirmation email resent successfully."
1804
+ msgstr "Correo de confirmación vuelto a enviar con éxito."
1805
+
1806
+ #: subscribers/view-subscriber-show.php:99
1807
+ #: subscribers/view-subscriber-show.php:138
1808
+ #: subscribers/view-subscriber-show.php:176
1809
+ msgid "Oops, No record was selected."
1810
+ msgstr "Ups, no has seleccionado ningún registro."
1811
+
1812
+ #: subscribers/view-subscriber-show.php:114
1813
+ msgid ""
1814
+ "To send confirmation mail, please change the Opt-in option to Double Opt In."
1815
+ msgstr ""
1816
+ "Para mandar correo de confirmación, por favor cambia la opción de Aceptación "
1817
+ "a Doble Aceptación."
1818
+
1819
+ #: subscribers/view-subscriber-show.php:133
1820
+ msgid "Confirmation email(s) Resent Successfully."
1821
+ msgstr "Correo(s) de confirmación Reenviado(s) con éxito."
1822
+
1823
+ #: subscribers/view-subscriber-show.php:162
1824
+ msgid "Selected subscribers group updated."
1825
+ msgstr "Grupo de suscriptores seleccionado actualizado."
1826
+
1827
+ #: subscribers/view-subscriber-show.php:167
1828
+ msgid "Oops, New group name was not selected."
1829
+ msgstr "Ups, no has seleccionado nuevo nombre de grupo."
1830
+
1831
+ #: subscribers/view-subscriber-show.php:207
1832
+ msgid "View Subscribers"
1833
+ msgstr "Ver suscriptores"
1834
+
1835
+ #: subscribers/view-subscriber-show.php:243
1836
+ msgid "Bulk Actions"
1837
+ msgstr "Accione en bloque"
1838
+
1839
+ #: subscribers/view-subscriber-show.php:245
1840
+ #: subscribers/view-subscriber-show.php:370
1841
+ msgid "Resend Confirmation"
1842
+ msgstr "Reenviar Confirmación"
1843
+
1844
+ #: subscribers/view-subscriber-show.php:249
1845
+ msgid "Select Group"
1846
+ msgstr "Seleccionar Grupo"
1847
+
1848
+ #: subscribers/view-subscriber-show.php:263
1849
+ msgid "Apply"
1850
+ msgstr "Aplicar"
1851
+
1852
+ #: subscribers/view-subscriber-show.php:267
1853
+ msgid "All Groups"
1854
+ msgstr "Todos los Grupos"
1855
+
1856
+ #: subscribers/view-subscriber-show.php:284
1857
+ msgid "All Status"
1858
+ msgstr "Todos los Estados"
1859
+
1860
+ #: subscribers/view-subscriber-show.php:291
1861
+ msgid "1 to 200 emails"
1862
+ msgstr "1 a 200 correos"
1863
+
1864
+ #: subscribers/view-subscriber-show.php:292
1865
+ msgid "201 to 400"
1866
+ msgstr "201 a 400"
1867
+
1868
+ #: subscribers/view-subscriber-show.php:293
1869
+ msgid "401 to 600"
1870
+ msgstr "401 a 600"
1871
+
1872
+ #: subscribers/view-subscriber-show.php:294
1873
+ msgid "601 to 800"
1874
+ msgstr "601 a 800"
1875
+
1876
+ #: subscribers/view-subscriber-show.php:295
1877
+ msgid "801 to 1000"
1878
+ msgstr "801 a 1000"
1879
+
1880
+ #: subscribers/view-subscriber-show.php:296
1881
+ msgid "1001 to 2000"
1882
+ msgstr "1001 a 2000"
1883
+
1884
+ #: subscribers/view-subscriber-show.php:297
1885
+ msgid "2001 to 5000"
1886
+ msgstr "2001 a 5000"
1887
+
1888
+ #: subscribers/view-subscriber-show.php:298
1889
+ msgid "5001 to 10000"
1890
+ msgstr "5001 a 10000"
1891
+
1892
+ #: subscribers/view-subscriber-show.php:299
1893
+ msgid "Display All"
1894
+ msgstr "Mostrar Todo"
1895
+
1896
+ #: subscribers/view-subscriber-show.php:311
1897
+ #: subscribers/view-subscriber-show.php:325
1898
+ msgid "Email Address"
1899
+ msgstr "Dirección E-Mail"
1900
+
1901
+ #: subscribers/view-subscriber-show.php:314
1902
+ #: subscribers/view-subscriber-show.php:328
1903
+ msgid "Group"
1904
+ msgstr "Grupo"
1905
+
1906
+ #: subscribers/view-subscriber-show.php:315
1907
+ #: subscribers/view-subscriber-show.php:329
1908
+ msgid "Submission Date<br>(YYYY-MM-DD)"
1909
+ msgstr "Fecha Envío<br>(YYYY-MM-DD)"
1910
+
1911
+ #: subscribers/view-subscriber-sync.php:35
1912
+ msgid "Please select default group to newly registered user."
1913
+ msgstr ""
1914
+ "Por favor selecciona el grupo por defecto para el usuario recién registrado."
1915
+
1916
+ #: subscribers/view-subscriber-sync.php:49
1917
+ msgid "Emails Successfully Synced."
1918
+ msgstr "Correo Correctamente sincronizados."
1919
+
1920
+ #: subscribers/view-subscriber-sync.php:90
1921
+ msgid "Sync Email"
1922
+ msgstr "Sincronizar Correo"
1923
+
1924
+ #: subscribers/view-subscriber-sync.php:102
1925
+ msgid "Sync newly registered users to subscribers list"
1926
+ msgstr ""
1927
+ "Sincronizar usuarios registrados recientemente con lista de suscriptores."
1928
+
1929
+ #: subscribers/view-subscriber-sync.php:115
1930
+ msgid "Select group to add newly registered users to"
1931
+ msgstr "Selecciona grupo en el que añadir los usuarios recién registrados"
1932
+
1933
+ #, fuzzy
1934
+ #~ msgid "Email Subscribers & Newsletters"
1935
+ #~ msgstr "Email Subscribers"
1936
+
1937
+ #~ msgid "http://www.storeapps.org/product/email-subscribers"
1938
+ #~ msgstr "http://www.storeapps.org/product/email-subscribers"
1939
+
1940
+ #, fuzzy
1941
+ #~ msgid ""
1942
+ #~ "Add subscription forms on website, send HTML newsletters & automatically "
1943
+ #~ "notify subscribers about new blog posts once it gets published."
1944
+ #~ msgstr ""
1945
+ #~ "Añade un formulario de suscripción en la página web, envía newsletters "
1946
+ #~ "HTML a suscriptores y automáticamente notifícales sobre las nuevas "
1947
+ #~ "entradas del blog en cuando sean publicadas."
1948
+
1949
+ #~ msgid "StoreApps"
1950
+ #~ msgstr "StoreApps"
1951
+
1952
+ #~ msgid "http://www.storeapps.org"
1953
+ #~ msgstr "http://www.storeapps.org"
1954
+
1955
+ #~ msgid "Not allowed to update subscribers group in edit page"
1956
+ #~ msgstr ""
1957
+ #~ "No se permite actualizar grupos de suscriptores en la página de edición"
1958
+
1959
+ #~ msgid "Custom Post Type"
1960
+ #~ msgstr "Tipo de Entrada Personalizada"
1961
+
1962
+ #~ msgid "Selected record was successfully deleted"
1963
+ #~ msgstr "El registro seleccionado ha sido borrado con éxito"
1964
+
1965
+ #~ msgid "A,B,C"
1966
+ #~ msgstr "A,B,C"
1967
+
1968
+ #~ msgid "D,E,F"
1969
+ #~ msgstr "D,E,F"
1970
+
1971
+ #~ msgid "G,H,I"
1972
+ #~ msgstr "G,H,I"
1973
+
1974
+ #~ msgid "J,K,L"
1975
+ #~ msgstr "J,K,L"
1976
+
1977
+ #~ msgid "M,N,O"
1978
+ #~ msgstr "M,N,O"
1979
+
1980
+ #~ msgid "P,Q,R"
1981
+ #~ msgstr "P,Q,R"
1982
+
1983
+ #~ msgid "S,T,U"
1984
+ #~ msgstr "S,T,U"
1985
+
1986
+ #~ msgid "V,W,X,Y,Z"
1987
+ #~ msgstr "V,W,X,Y,Z"
1988
+
1989
+ #~ msgid "0-9"
1990
+ #~ msgstr "0-9"
1991
+
1992
+ #~ msgid "ALL"
1993
+ #~ msgstr "TODOS"
1994
+
1995
+ #~ msgid ""
1996
+ #~ "<span style=\"color:#FF0000\">No subscribers available for %s search "
1997
+ #~ "criteria.</span>"
1998
+ #~ msgstr ""
1999
+ #~ "<span style=\"color:#FF0000\">No hay suscriptores disponibles para el "
2000
+ #~ "criterio de búsqueda %s.</span>"
2001
+
2002
+ #~ msgid "Details was successfully updated."
2003
+ #~ msgstr "Los detalles fueron actualizados correctamente."
2004
+
2005
+ #~ msgid "Cancel"
2006
+ #~ msgstr "Cancelar"
2007
+
2008
+ #~ msgid "Oops, selected details doesnt exist."
2009
+ #~ msgstr "Ups, los detalles seleccionados no existen."
2010
+
2011
+ #~ msgctxt "sendmail-enhanced-select"
2012
+ #~ msgid "Please select subscriber email status."
2013
+ #~ msgstr "Por favor selecciona el estado de correo de suscriptor."
2014
+
2015
+ #~ msgctxt "sendmail-enhanced-select"
2016
+ #~ msgid "Are you sure you want to send email to all selected email address?"
2017
+ #~ msgstr ""
2018
+ #~ "¿Estás seguro de querer mandar correo a todas las direcciones de correo "
2019
+ #~ "seleccionadas?"
2020
+
2021
+ #~ msgctxt "roles-enhanced-select"
2022
+ #~ msgid "Please enter subscriber email address."
2023
+ #~ msgstr "Por favor introduce la dirección de correo de suscriptor."
2024
+
2025
+ #~ msgctxt "roles-enhanced-select"
2026
+ #~ msgid "Please select subscriber email status."
2027
+ #~ msgstr "Por favor selecciona el estado de correo de suscriptor."
2028
+
2029
+ #~ msgctxt "roles-enhanced-select"
2030
+ #~ msgid "Please select or create group for this subscriber."
2031
+ #~ msgstr "Por favor selecciona o crea grupo para este suscriptor."
2032
+
2033
+ #~ msgid "Email already exist in our list."
2034
+ #~ msgstr "El correo ya existe en nuestro listado."
2035
+
2036
+ #~ msgid "Email is invalid."
2037
+ #~ msgstr "Correo no válido."
2038
+
2039
+ #~ msgid " to view the details"
2040
+ #~ msgstr " para ver los detalles"
2041
+
2042
+ #~ msgid "Add email"
2043
+ #~ msgstr "Añadir correo"
2044
+
2045
+ #~ msgid "Enter full name"
2046
+ #~ msgstr "Introduce nombre completo"
2047
+
2048
+ #~ msgid "Enter email address."
2049
+ #~ msgstr "Introduce dirección de correo."
2050
+
2051
+ #~ msgid "Please select or create group for this subscriber."
2052
+ #~ msgstr "Por favor selecciona o crea grupo para este suscriptor."
2053
+
2054
+ #~ msgid "Submit"
2055
+ #~ msgstr "Enviar"
2056
+
2057
+ #~ msgid "Please select default group to newly commented user."
2058
+ #~ msgstr ""
2059
+ #~ "Por favor, selecciona el grupo por defecto para el usuario recién "
2060
+ #~ "comentado."
2061
+
2062
+ #~ msgid "Sync email successfully updated."
2063
+ #~ msgstr "La sincronización de correos ha sido actualizada correctamente."
2064
+
2065
+ #~ msgid "Sync email"
2066
+ #~ msgstr "Sincronizar correo"
2067
+
2068
+ #~ msgid "Sync newly registered user"
2069
+ #~ msgstr "Sincronizar usuario recientemente registrado"
2070
+
2071
+ #~ msgid "Select default group"
2072
+ #~ msgstr "Selecciona grupo por defecto"
2073
+
2074
+ #~ msgid "Sync newly commented user"
2075
+ #~ msgstr "Sincronizar usuario recientemente comentado"
2076
+
2077
+ #~ msgid ""
2078
+ #~ "Automatically add a newly commented (who posted comments) user email "
2079
+ #~ "address to subscribers list."
2080
+ #~ msgstr ""
2081
+ #~ "Automáticamente añadir una dirección de correo de usuario recientemente "
2082
+ #~ "comentado (que envió comentarios) a la lista de suscriptores."
2083
+
2084
+ #~ msgid "Export email address in csv format"
2085
+ #~ msgstr "Exportar dirección de correo electrónico en formato csv"
2086
+
2087
+ #~ msgid "Export option"
2088
+ #~ msgstr "Opción Exportar"
2089
+
2090
+ #~ msgid "Registered email address"
2091
+ #~ msgstr "Dirección de correo Registrada"
2092
+
2093
+ #~ msgid "Add Email"
2094
+ #~ msgstr "Añadir correo"
2095
+
2096
+ #~ msgid "Email was successfully updated."
2097
+ #~ msgstr "El correo ha sido correctamente actualizado."
2098
+
2099
+ #~ msgid "Edit email"
2100
+ #~ msgstr "Editar correo"
2101
+
2102
+ #~ msgid "Email(s) was successfully imported."
2103
+ #~ msgstr "El/Los correo(s) ha(n) sido correctamente importado(s)."
2104
+
2105
+ #~ msgid "Email(s) are already in our database."
2106
+ #~ msgstr "El/Los correo(s) ya está(n) en nuestra base de datos."
2107
+
2108
+ #~ msgid "File upload failed or no data available in the csv file."
2109
+ #~ msgstr ""
2110
+ #~ "Falló la subida del archivo o no hay datos disponibles en el archivo cv."
2111
+
2112
+ #~ msgid ""
2113
+ #~ "Select the input csv file. Check official website for csv structure : "
2114
+ #~ msgstr ""
2115
+ #~ "Selecciona el archivo de entrada csv. Consulta el sitio web oficial para "
2116
+ #~ "ver la estructura csv: "
2117
+
2118
+ #~ msgid "click here"
2119
+ #~ msgstr "Haz clic aquí"
2120
+
2121
+ #~ msgid "Upload CSV"
2122
+ #~ msgstr "Subir CSV"
2123
+
2124
+ #~ msgid "Selected subscribers group was successfully updated."
2125
+ #~ msgstr ""
2126
+ #~ "El grupo de suscriptores seleccionado ha sido correctamente actualizado."
2127
+
2128
+ #~ msgid ""
2129
+ #~ "No records available. Please use the above alphabet search button to "
2130
+ #~ "search."
2131
+ #~ msgstr ""
2132
+ #~ "No hay registros disponibles. Por favor utiliza el botón de búsqueda "
2133
+ #~ "alfabética superior para buscar."
2134
+
2135
+ #~ msgid "Notification Mail"
2136
+ #~ msgstr "Correo de Notificación"
2137
+
2138
+ #~ msgid "Post Categories"
2139
+ #~ msgstr "Categorías de Entradas"
2140
+
2141
+ #~ msgid "Please select your custom post type (Optional)."
2142
+ #~ msgstr "Por favor, selecciona tu tipo de entrada personalizada (Opcional)."
2143
+
2144
+ #~ msgid "Mail Type"
2145
+ #~ msgstr "Tipo de Correo"
2146
+
2147
+ #~ msgid "Please select your mail type"
2148
+ #~ msgstr "Por favor selecciona tu tipo de correo."
2149
+
2150
+ #~ msgid "Mail Content"
2151
+ #~ msgstr "Contenido correo"
2152
+
2153
+ #~ msgid "No email address selected."
2154
+ #~ msgstr "No se ha seleccionado dirección de correo."
2155
+
2156
+ #~ msgid "Select your mail subject"
2157
+ #~ msgstr "Selecciona el asunto de tu correo"
2158
+
2159
+ #~ msgid "Select subscriber group"
2160
+ #~ msgstr "Selecciona grupo suscriptores"
2161
+
2162
+ #~ msgid ""
2163
+ #~ "Select user role to access plugin Subscribers Menu. Only Admin user can "
2164
+ #~ "change this value."
2165
+ #~ msgstr ""
2166
+ #~ "Selecciona el rol de usuario para acceder al menú de suscriptores del "
2167
+ #~ "plugin. Sólo el administrador puede cambiar este valor."
2168
+
2169
+ #~ msgid ""
2170
+ #~ "Select user role to access plugin Notification Menu. Only Admin user can "
2171
+ #~ "change this value."
2172
+ #~ msgstr ""
2173
+ #~ "Selecciona el rol de usuario para acceder al menú de notificaciones del "
2174
+ #~ "plugin. Sólo el administrador puede cambiar este valor."
2175
+
2176
+ #~ msgid ""
2177
+ #~ "Select user role to access plugin Send Email Menu. Only Admin user can "
2178
+ #~ "change this value."
2179
+ #~ msgstr ""
2180
+ #~ "Selecciona el rol de usuario para acceder al menú de envío de correo del "
2181
+ #~ "plugin. Sólo el administrador puede cambiar este valor."
2182
+
2183
+ #~ msgid ""
2184
+ #~ "Select user role to access plugin Settings Menu. Only Admin user can "
2185
+ #~ "change this value."
2186
+ #~ msgstr ""
2187
+ #~ "Selecciona el rol de usuario para acceder al menú de configuración del "
2188
+ #~ "plugin. Sólo el administrador puede cambiar este valor."
2189
+
2190
+ #~ msgid ""
2191
+ #~ "Select user role to access plugin Sent Mails Menu. Only Admin user can "
2192
+ #~ "change this value."
2193
+ #~ msgstr ""
2194
+ #~ "Selecciona el rol de usuario para acceder al menú de envío de correos del "
2195
+ #~ "plugin. Sólo el administrador puede cambiar este valor."
2196
+
2197
+ #~ msgid ""
2198
+ #~ "Select user role to access plugin Help & Info Menu. Only Admin user can "
2199
+ #~ "change this value."
2200
+ #~ msgstr ""
2201
+ #~ "Selecciona el rol de usuario para acceder al menú de Ayuda e Información "
2202
+ #~ "del plugin. Sólo el administrador puede cambiar este valor."
2203
+
2204
+ #~ msgid ""
2205
+ #~ "Refer steps from <a target=\"_blank\" href=\"http://www.storeapps.org/"
2206
+ #~ "docs/es-how-to-change-update-translate-any-texts-from-email-subscribers/"
2207
+ #~ "\">here</a>."
2208
+ #~ msgstr ""
2209
+ #~ "Consulta los pasos <a target=\"_blank\" href=\"http://www.storeapps.org/"
2210
+ #~ "docs/es-how-to-change-update-translate-any-texts-from-email-subscribers/"
2211
+ #~ "\">aquí</a>."
2212
+
2213
+ #~ msgid "How to setup auto emails using CRON Job?"
2214
+ #~ msgstr ""
2215
+ #~ "¿Cómo configurar correos electrónicos automáticos utilizando tarea CRON?"
2216
+
2217
+ #~ msgid ""
2218
+ #~ " 1. <a target=\"_blank\" href=\"http://www.storeapps.org/docs/es-how-to-"
2219
+ #~ "schedule-cron-emails-in-cpanel/\">Setup cron job in Plesk</a><br>\n"
2220
+ #~ "\t\t\t\t\t\t\t\t\t\t 2. <a target=\"_blank\" href=\"http://www."
2221
+ #~ "storeapps.org/docs/es-how-to-schedule-cron-emails-in-parallels-plesk/"
2222
+ #~ "\">Setup cron job in cPanal</a><br>\n"
2223
+ #~ "\t\t\t\t\t\t\t\t\t\t 3. <a target=\"_blank\" href=\"http://www."
2224
+ #~ "storeapps.org/docs/es-what-to-do-if-hosting-doesnt-support-cron-jobs/"
2225
+ #~ "\">Hosting doesnt support cron jobs?</a>"
2226
+ #~ msgstr ""
2227
+ #~ " 1. <a target=\"_blank\" href=\"http://www.storeapps.org/docs/es-how-to-"
2228
+ #~ "schedule-cron-emails-in-cpanel/\">Configurar tarea cron en Plesk</a><br>\n"
2229
+ #~ "\t\t\t\t\t\t\t\t\t\t 2. <a target=\"_blank\" href=\"http://www."
2230
+ #~ "storeapps.org/docs/es-how-to-schedule-cron-emails-in-parallels-plesk/"
2231
+ #~ "\">Configurar tarea cron en cPanel</a><br>\n"
2232
+ #~ "\t\t\t\t\t\t\t\t\t\t 3. <a target=\"_blank\" href=\"http://www."
2233
+ #~ "storeapps.org/docs/es-what-to-do-if-hosting-doesnt-support-cron-jobs/"
2234
+ #~ "\">¿Su proveedor no soporta tareas cron?</a>"
2235
+
2236
+ #~ msgid "Confirm steps from %s."
2237
+ #~ msgstr "Confirmar pasos desde %s."
2238
+
2239
+ #~ msgid "Refer %s."
2240
+ #~ msgstr "Consultar %s."
2241
+
2242
+ #~ msgid ""
2243
+ #~ "How to install and activate Email Subscribers on multisite installations?"
2244
+ #~ msgstr ""
2245
+ #~ "¿Cómo instalar y activar Email Subscribers en instalaciones multisitio?"
2246
+
2247
+ #~ msgid "Check more detailed documentation"
2248
+ #~ msgstr "Comprueba documentación más detallada"
2249
+
2250
+ #~ msgid "From %s."
2251
+ #~ msgstr "De %s."
languages/email-subscribers-lt_LT.mo ADDED
Binary file
languages/email-subscribers-lt_LT.po ADDED
@@ -0,0 +1,1933 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: Email Subscribers\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: Tue Feb 09 2016 16:21:13 GMT+0530 (IST)\n"
6
+ "PO-Revision-Date: Mon Oct 10 2016 16:49:50 GMT+0530 (IST)\n"
7
+ "Last-Translator: Pažinčių bumas <info@bumas.lt>\n"
8
+ "Language-Team: Lithuanian\n"
9
+ "Language: Lithuanian\n"
10
+ "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10 >= 2 "
11
+ "&&(n%100<10||n%100 >= 20)? 1 : 2)\n"
12
+ "MIME-Version: 1.0\n"
13
+ "Content-Type: text/plain; charset=UTF-8\n"
14
+ "Content-Transfer-Encoding: 8bit\n"
15
+ "X-Poedit-SourceCharset: UTF-8\n"
16
+ "X-Poedit-Basepath: .\n"
17
+ "X-Poedit-SearchPath-0: ..\n"
18
+ "X-Poedit-KeywordsList: _:1;gettext:1;dgettext:2;ngettext:1,2;dngettext:2,3;"
19
+ "__:1;_e:1;_c:1;_n:1,2;_n_noop:1,2;_nc:1,2;__ngettext:1,2;__ngettext_noop:1,2;"
20
+ "_x:1,2c;_ex:1,2c;_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;"
21
+ "esc_attr__:1;esc_html__:1;esc_attr_e:1;esc_html_e:1;esc_attr_x:1,2c;"
22
+ "esc_html_x:1,2c;comments_number_link:2,3;t:1;st:1;trans:1;transChoice:1,2\n"
23
+ "X-Generator: Loco - https://localise.biz/\n"
24
+ "X-Loco-Target-Locale: lt_LT"
25
+
26
+ #: ../settings/settings-edit.php:217
27
+ msgid "Mail type"
28
+ msgstr "Laiško tipas"
29
+
30
+ #: ../sentmail/sentmail-show.php:116 ../sentmail/sentmail-show.php:129 ..
31
+ #: subscribers/view-subscriber-show.php:316
32
+ #: ../subscribers/view-subscriber-show. php:330
33
+ #: ../subscribers/view-subscriber-export.php:41 ../subscribers/view-
34
+ #: subscriber-export.php:49
35
+ msgid "Action"
36
+ msgstr "Veiksmas"
37
+
38
+ #: ../notification/notification-edit.php:126
39
+ #: ../subscribers/view-subscriber-show. php:246
40
+ msgid "Update Subscribers Group"
41
+ msgstr "Atnaujinti prenumeratorių grupę"
42
+
43
+ #: ../settings/settings-edit.php:291 ../settings/settings-edit.php:319 ..
44
+ #: subscribers/view-subscriber-sync.php:108
45
+ msgid "YES"
46
+ msgstr "Taip"
47
+
48
+ #: ../settings/settings-edit.php:298
49
+ msgid "Welcome mail subject"
50
+ msgstr "Pasveikinimo laiško tema"
51
+
52
+ #: ../settings/settings-edit.php:348
53
+ msgid "Unsubscribe link"
54
+ msgstr "Prenumeratos atsisakymo nuoroda"
55
+
56
+ #: ../settings/settings-edit.php:349
57
+ msgid "Unsubscribe link. You no need to change this value."
58
+ msgstr "Prenumeratos nutraukimo nuoroda. Jums nereikia jos keisti."
59
+
60
+ #: ../settings/settings-edit.php:355
61
+ msgid "Unsubscribe text in mail"
62
+ msgstr "Prenumeratos nutraukimo tekstas laiške"
63
+
64
+ #: ../sentmail/sentmail-show.php:108 ../sentmail/sentmail-show.php:121
65
+ msgid "View Reports"
66
+ msgstr "Peržiūrėti ataskaitas"
67
+
68
+ #: ../sentmail/sentmail-show.php:112 ../sentmail/sentmail-show.php:125 ..
69
+ #: sentmail/deliverreport-show.php:76 ../sentmail/deliverreport-show.php:88 ..
70
+ #: compose/compose-show.php:80 ../compose/compose-show.php:88
71
+ msgid "Type"
72
+ msgstr "Tipas"
73
+
74
+ #: ../sentmail/sentmail-show.php:115 ../sentmail/sentmail-show.php:128
75
+ msgid "Total"
76
+ msgstr "Viso"
77
+
78
+ #: ../sentmail/deliverreport-show.php:77 ../sentmail/deliverreport-show.php:89
79
+ msgid "Viewed Status"
80
+ msgstr "Peržiūrėjimo būsena"
81
+
82
+ #: ../sentmail/deliverreport-show.php:78 ../sentmail/deliverreport-show.php:90
83
+ msgid "Viewed Date"
84
+ msgstr "Peržiūrėjimo data"
85
+
86
+ #: ../subscribers/view-subscriber-import.php:177
87
+ #: ../subscribers/view-subscriber- show.php:286
88
+ #: ../subscribers/view-subscriber-add.php:150 ../subscribers/view-
89
+ #: subscriber-edit.php:149
90
+ msgid "Unconfirmed"
91
+ msgstr "Nepatvirtintas"
92
+
93
+ #: ../subscribers/view-subscriber-import.php:178
94
+ #: ../subscribers/view-subscriber- show.php:287
95
+ #: ../subscribers/view-subscriber-add.php:151 ../subscribers/view-
96
+ #: subscriber-edit.php:150
97
+ msgid "Unsubscribed"
98
+ msgstr "Nutraukė prenumeratą"
99
+
100
+ #: ../subscribers/view-subscriber-show.php:207
101
+ msgid "View Subscribers"
102
+ msgstr "Peržiūrėti prenumeratorius"
103
+
104
+ #: ../subscribers/view-subscriber-export.php:39
105
+ #: ../subscribers/view-subscriber- export.php:47
106
+ msgid "Type of List to Export"
107
+ msgstr "Sąrašo eksportuoti tipas"
108
+
109
+ #: ../subscribers/view-subscriber-export.php:40
110
+ #: ../subscribers/view-subscriber- export.php:48
111
+ msgid "Total Emails"
112
+ msgstr "El. pašto adresų iš viso"
113
+
114
+ #: ../subscribers/view-subscriber-export.php:61
115
+ msgid "WordPress Registered Users"
116
+ msgstr "WordPress registruoti vartotojai"
117
+
118
+ #: ../subscribers/view-subscriber-edit.php:143
119
+ msgid "Update Subscriber's Status"
120
+ msgstr "Atnaujinti prenumeratoriaus statusą"
121
+
122
+ #: ../subscribers/view-subscriber-edit.php:158
123
+ msgid "Update Subscriber's Group"
124
+ msgstr "Atnaujinti prenumeratoriaus grupę"
125
+
126
+ #: ../export/export-email-address.php:32 ../export/export-email-address.php:36
127
+ #: .. export/export-email-address.php:39
128
+ msgid "Unexpected url submit has been detected"
129
+ msgstr "Buvo aptiktas nenumatytas nuorodos pateikimas"
130
+
131
+ #: ../help/help.php:46
132
+ msgid "Welcome to Email Subscribers!"
133
+ msgstr "Sveiki prisijungę prie El. pašto prenumeratorių!"
134
+
135
+ #: ../help/help.php:135
136
+ msgid "What are Static Templates and Dynamic Templates?"
137
+ msgstr "Kas yra statiniai ir dinaminiai šablonai?"
138
+
139
+ #: ../help/help.php:171
140
+ msgid "What to do if Hosting doesn’t support Cron Jobs?"
141
+ msgstr "Ką daryti jei serveris nepalaiko periodinių užduočių (cron job)?"
142
+
143
+ #: ../classes/es-register.php:256
144
+ msgctxt "widget-enhanced-select"
145
+ msgid ""
146
+ "Your subscription was successful! Within a few minutes, kindly check the "
147
+ "mail in your mailbox and confirm your subscription. If you can't see the "
148
+ "mail in your mailbox, please check your spam folder."
149
+ msgstr ""
150
+ "Jūsų prenumerata pavyko! Per keletą minučių patikrinkite patvirtinimo laišką "
151
+ "savo pašto dėžutė ir patvirtinkite savo prenumeratą. Jei negalite rasti savo "
152
+ "pašto dėžutėje laiško, patikrinkite savo šlamšto aplanką."
153
+
154
+ #: ../classes/es-register.php:273
155
+ msgctxt "widget-page-enhanced-select"
156
+ msgid ""
157
+ "Your subscription was successful! Within a few minutes, kindly check the "
158
+ "mail in your mailbox and confirm your subscription. If you can't see the "
159
+ "mail in your mailbox, please check your spam folder."
160
+ msgstr ""
161
+ "Jūsų prenumerata pavyko! Per keletą minučių patikrinkite patvirtinimo laišką "
162
+ "savo pašto dėžutė ir patvirtinkite savo prenumeratą. Jei negalite rasti savo "
163
+ "pašto dėžutėje laiško, patikrinkite savo šlamšto aplanką."
164
+
165
+ #: ../classes/es-register.php:408
166
+ msgid "Yes, I want this"
167
+ msgstr "Taip, aš to noriu"
168
+
169
+ #: ../classes/es-register.php:543
170
+ msgid "Widget Title"
171
+ msgstr "Valdiklio pavadinimas"
172
+
173
+ #: ../notification/notification-add.php:190
174
+ #: ../notification/notification-edit.php: 221
175
+ msgid "Uncheck All"
176
+ msgstr "Nežymėti nieko"
177
+
178
+ #: ../settings/settings-edit.php:251
179
+ msgid "Thumbnail"
180
+ msgstr "Miniatiūra"
181
+
182
+ #: ../settings/settings-edit.php:278
183
+ msgid "Text to display after email subscribed successfully"
184
+ msgstr "Rodomas tekstas po sėkmingos el. pašto registracijos"
185
+
186
+ #: ../settings/settings-edit.php:279
187
+ msgid ""
188
+ "This text will display once user clicked email confirmation link from opt-in "
189
+ "(confirmation) email content."
190
+ msgstr ""
191
+ "Šis tekstas bus rodomas, kai vartotojas paspaudžia el. pašto patvirtinimo "
192
+ "nuorodą prenumeravimo (patvirtinimo) laiško turinyje."
193
+
194
+ #: ../settings/settings-edit.php:287
195
+ msgid "To send welcome mail to subscriber, This option must be set to YES."
196
+ msgstr "Norėdami išsiųsti pasveikinimo laišką prenumeratoriui, pasirinkite \"Taip\"."
197
+
198
+ #: ../settings/settings-edit.php:315
199
+ msgid ""
200
+ "To send admin notifications for new subscriber, This option must be set to "
201
+ "YES."
202
+ msgstr ""
203
+ "Norėdami siųsti pranešimus administratoriui apie naujus prenumeratorius, "
204
+ "pasirinkite \"Taip\"."
205
+
206
+ #: ../settings/settings-edit.php:362
207
+ msgid "Text to display after email unsubscribed"
208
+ msgstr "Rodomas tekstas po prenumeratos nutraukimo"
209
+
210
+ #: ../settings/settings-edit.php:363
211
+ msgid ""
212
+ "This text will display once user clicked unsubscribed link from our "
213
+ "newsletter."
214
+ msgstr ""
215
+ "Šis tekstas bus rodomas, kai vartotojas paspaus prenumeratos nutraukimo "
216
+ "nuorodą naujienlaiškyje."
217
+
218
+ #: ../subscribers/view-subscriber-show.php:66
219
+ msgid "To send confirmation email, please change the Opt-in option to Double Opt In."
220
+ msgstr ""
221
+ "Norėdami siųsti patvirtinimo laišką, prašome pakeisti prenumeratos "
222
+ "patvirtinimo nustatymą į Dvigubas patvirtinimas."
223
+
224
+ #: ../subscribers/view-subscriber-show.php:114
225
+ msgid "To send confirmation mail, please change the Opt-in option to Double Opt In."
226
+ msgstr ""
227
+ "Norėdami išsiųsti patvirtinimo laišką, prašome pakeisti prenumeravimo "
228
+ "variantą į \"Dvigubas patvirtinimas\"."
229
+
230
+ #: ../cron/cron-add.php:80
231
+ msgid ""
232
+ "This is your cron job URL. It is a readonly field and you are advised not to "
233
+ "modify it."
234
+ msgstr ""
235
+ "Tai yra jūsų periodinių užduočių nuoroda. Šis laukas tik skaitymui ir "
236
+ "rekomenduojama jo neredaguoti."
237
+
238
+ #: ../job/es-optin.php:59
239
+ msgid "This email address has already been confirmed."
240
+ msgstr "Šis el. pašto adresas jau patvirtintas."
241
+
242
+ #: ../help/help.php:47
243
+ msgid "Thanks for installing and we hope you will enjoy using Email Subscribers."
244
+ msgstr ""
245
+ "Ačiū, kad įdiegėte ir tikimės, kad jums patiks naudoti El. pašto "
246
+ "prenumeratorius."
247
+
248
+ #: ../classes/es-register.php:261
249
+ msgctxt "widget-enhanced-select"
250
+ msgid "There was a problem with the request."
251
+ msgstr "Iškilo problema dėl užklausos."
252
+
253
+ #: ../classes/es-register.php:278
254
+ msgctxt "widget-page-enhanced-select"
255
+ msgid "There was a problem with the request."
256
+ msgstr "Iškilo problema dėl užklausos."
257
+
258
+ #: ../notification/notification-show.php:67
259
+ #: ../notification/notification-show.php: 75
260
+ msgid "Subscribers Group"
261
+ msgstr "Prenumeratorių grupė"
262
+
263
+ #: ../roles/roles-add.php:116
264
+ msgid "Subscribers Menu"
265
+ msgstr "Prenumeratorių meniu"
266
+
267
+ #: ../settings/settings-edit.php:286
268
+ msgid "Subscriber welcome email"
269
+ msgstr "Prenumeratoriaus pasveikinimo laiškas"
270
+
271
+ #: ../settings/settings-edit.php:305
272
+ msgid "Subscriber welcome mail content"
273
+ msgstr "Prenumeratoriaus pasveikinimo laiško turinys"
274
+
275
+ #: ../settings/setting-sync.php:15
276
+ msgid "Table sync completed successfully."
277
+ msgstr "Lentelės sinchronizavimas sėkmingai įvykdytas."
278
+
279
+ #: ../settings/setting-sync.php:28
280
+ msgid "Sync plugin tables"
281
+ msgstr "Sinchronizuoti įskiepio lenteles"
282
+
283
+ #: ../sentmail/sentmail-show.php:42
284
+ msgid "Successfully deleted all reports except latest 10."
285
+ msgstr "Sėkmingai ištrintos visos, išskyrus naujausias 10, ataskaitos."
286
+
287
+ #: ../subscribers/view-subscriber-import.php:146
288
+ #: ../subscribers/view-subscriber- show.php:211
289
+ #: ../subscribers/view-subscriber-export.php:30 ../subscribers/view-
290
+ #: subscriber-add.php:115 ../subscribers/view-subscriber-edit.php:114 ..
291
+ #: subscribers/view-subscriber-sync.php:144
292
+ msgid "Sync"
293
+ msgstr "Sinchronizuoti"
294
+
295
+ #: ../subscribers/view-subscriber-show.php:315 ../subscribers/view-subscriber-
296
+ #: show.php:329
297
+ msgid "Submission Date<br>(YYYY-MM-DD)"
298
+ msgstr "Pateikimo data<br>(YYYY-MM-DD)"
299
+
300
+ #: ../subscribers/view-subscriber-add.php:65
301
+ msgid "Subscriber has been saved."
302
+ msgstr "Prenumeratorius išsaugotas."
303
+
304
+ #: ../subscribers/view-subscriber-add.php:67
305
+ msgid "Subscriber already exists."
306
+ msgstr "Prenumeratorius jau yra."
307
+
308
+ #: ../subscribers/view-subscriber-edit.php:73
309
+ msgid "Subscriber details updated."
310
+ msgstr "Prenumeratoriaus duomenys atnaujinti."
311
+
312
+ #: ../subscribers/view-subscriber-edit.php:75
313
+ msgid "Subscriber already exists for this group."
314
+ msgstr "Prenumeratorius jau yra šioje grupėje."
315
+
316
+ #: ../subscribers/view-subscriber-sync.php:90
317
+ msgid "Sync Email"
318
+ msgstr "Sinchronizuoti el. paštą"
319
+
320
+ #: ../subscribers/view-subscriber-sync.php:102
321
+ msgid "Sync newly registered users to subscribers list"
322
+ msgstr "Sinchronizuoti naujai registruotus vartotojus prenumeratorių sąraše"
323
+
324
+ #: ../compose/compose-edit.php:60
325
+ msgid "Template successfully updated. "
326
+ msgstr "Šablonas sėkmingai atnaujintas."
327
+
328
+ #: ../compose/compose-add.php:42
329
+ msgid "Template successfully created. "
330
+ msgstr "Šablonas sėkmingai sukurtas."
331
+
332
+ #: ../classes/es-register.php:142 ../classes/es-register.php:143
333
+ msgid "Subscribers"
334
+ msgstr "Prenumeratoriai"
335
+
336
+ #: ../classes/es-register.php:255
337
+ msgctxt "widget-enhanced-select"
338
+ msgid "Subscribed successfully."
339
+ msgstr "Sėkmingai užsiprenumeravote."
340
+
341
+ #: ../classes/es-register.php:272
342
+ msgctxt "widget-page-enhanced-select"
343
+ msgid "Subscribed successfully."
344
+ msgstr "Sėkmingai užsiprenumeravote."
345
+
346
+ #: ../classes/es-register.php:508 ../classes/es-loadwidget.php:34
347
+ msgid "Subscribe"
348
+ msgstr "Prenumeruoti"
349
+
350
+ #: ../classes/es-register.php:559
351
+ msgid "Subscriber Group"
352
+ msgstr "Prenumeratoriaus grupė"
353
+
354
+ #: ../notification/notification-add.php:237
355
+ #: ../notification/notification-edit.php: 276
356
+ msgid "Send mail immediately when new post is published"
357
+ msgstr "Siųsti laišką iš karto, kai paskelbiamas naujas įrašas"
358
+
359
+ #: ../notification/notification-show.php:128
360
+ msgid "Send mail immediately when new post is published."
361
+ msgstr "Siųsti laišką iš karto, kai paskelbiamas naujas įrašas."
362
+
363
+ #. Author of the plugin
364
+ msgid "StoreApps"
365
+ msgstr "StoreApps"
366
+
367
+ #: ../roles/roles-add.php:164
368
+ msgid "Settings Menu"
369
+ msgstr "Nustatymų meniu"
370
+
371
+ #: ../roles/roles-add.php:176
372
+ msgid "Sent Mails Menu"
373
+ msgstr "Išsiųstų laiškų meniu"
374
+
375
+ #: ../settings/settings-edit.php:154
376
+ msgid "Settings Saved."
377
+ msgstr "Nustatymai išsaugoti."
378
+
379
+ #: ../settings/settings-edit.php:198 ../classes/es-register.php:157
380
+ #: ../classes/es- register.php:158
381
+ msgid "Settings"
382
+ msgstr "Nustatymai"
383
+
384
+ #: ../settings/settings-edit.php:206
385
+ msgid "Sender of notifications"
386
+ msgstr "Pranešimų siuntėjas"
387
+
388
+ #: ../settings/settings-edit.php:238
389
+ #: ../subscribers/view-subscriber-import.php: 179
390
+ #: ../subscribers/view-subscriber-show.php:288 ../subscribers/view-subscriber-
391
+ #: add.php:152 ../subscribers/view-subscriber-edit.php:151
392
+ msgid "Single Opt In"
393
+ msgstr "Viengubas patvirtinimas"
394
+
395
+ #: ../settings/settings-edit.php:385
396
+ msgid "Sent report subject"
397
+ msgstr "Išsiuntimo ataskaitos tema"
398
+
399
+ #: ../settings/settings-edit.php:392
400
+ msgid "Sent report content"
401
+ msgstr "Išsiuntimo ataskaitos turinys"
402
+
403
+ #: ../sentmail/sentmail-show.php:97 ../classes/es-register.php:163
404
+ #: ../classes/es- register.php:164
405
+ msgid "Sent Mails"
406
+ msgstr "Išsiųsti laiškai"
407
+
408
+ #: ../sentmail/sentmail-show.php:110 ../sentmail/sentmail-show.php:123
409
+ msgid "Source"
410
+ msgstr "Šaltinis"
411
+
412
+ #: ../sentmail/sentmail-show.php:111 ../sentmail/sentmail-show.php:124 ..
413
+ #: sentmail/deliverreport-show.php:75 ../sentmail/deliverreport-show.php:87 ..
414
+ #: subscribers/view-subscriber-show.php:313
415
+ #: ../subscribers/view-subscriber-show. php:327
416
+ #: ../compose/compose-edit.php:109 ../compose/compose-add.php:98 ..
417
+ #: compose/compose-show.php:79 ../compose/compose-show.php:87
418
+ msgid "Status"
419
+ msgstr "Statusas"
420
+
421
+ #: ../sentmail/sentmail-show.php:113 ../sentmail/sentmail-show.php:126
422
+ msgid "Start Date"
423
+ msgstr "Pradžios data"
424
+
425
+ #: ../sentmail/deliverreport-show.php:72 ../sentmail/deliverreport-show.php:84
426
+ #: .. subscribers/view-subscriber-show.php:310
427
+ #: ../subscribers/view-subscriber-show. php:324
428
+ #: ../subscribers/view-subscriber-export.php:38 ../subscribers/view-
429
+ #: subscriber-export.php:46
430
+ msgid "Sno"
431
+ msgstr "Nr."
432
+
433
+ #: ../sentmail/deliverreport-show.php:74 ../sentmail/deliverreport-show.php:86
434
+ msgid "Sent Date"
435
+ msgstr "Išsiuntimo data"
436
+
437
+ #: ../compose/compose-edit.php:92 ../compose/compose-add.php:81
438
+ msgid "Static Template (For Newsletter Email)"
439
+ msgstr "Statinis šablonas (naujienlaiškio laiškui)"
440
+
441
+ #: ../sendmail/sendmail.php:137
442
+ msgid "Send mail immediately"
443
+ msgstr "Siųsti laišką iš karto"
444
+
445
+ #: ../sendmail/sendmail.php:138
446
+ msgid "Send mail via cron job"
447
+ msgstr "Siųsti laišką naudojant periodinę užduotį (cron job)"
448
+
449
+ #: ../classes/es-register.php:554
450
+ msgid "Short Description"
451
+ msgstr "Trumpas aprašymas"
452
+
453
+ #: ../classes/es-register.php:556
454
+ msgid "Short description about your subscription form."
455
+ msgstr "Trumpas jūsų prenumeratos formos aprašymas."
456
+
457
+ #: ../notification/notification-add.php:115
458
+ msgid "Select Subscribers Group"
459
+ msgstr "Pasirinkite prenumeratorių grupę"
460
+
461
+ #: ../notification/notification-add.php:137
462
+ #: ../notification/notification-edit.php: 157
463
+ msgid "Select Notification Mail Subject"
464
+ msgstr "Pasirinkite pranešimo laiško temą"
465
+
466
+ #: ../notification/notification-add.php:162
467
+ #: ../notification/notification-edit.php: 185
468
+ msgid "Select Post Categories"
469
+ msgstr "Pasirinkite įrašo kategorijas"
470
+
471
+ #: ../notification/notification-add.php:196
472
+ #: ../notification/notification-edit.php: 228
473
+ msgid "Select your Custom Post Type"
474
+ msgstr "Pasirinkite pasirinktinio įrašo tipą"
475
+
476
+ #: ../notification/notification-add.php:233
477
+ #: ../notification/notification-edit.php: 271
478
+ msgid "Select Notification Status"
479
+ msgstr "Pasirinkite pranešimo statusą"
480
+
481
+ #: ../notification/notification-show.php:34 ../sentmail/sentmail-show.php:35
482
+ #: .. compose/compose-show.php:46
483
+ msgid "Selected record deleted."
484
+ msgstr "Pasirinktas įrašas ištrintas."
485
+
486
+ #: ../roles/roles-add.php:109
487
+ msgid "Select user roles who can access following menus. Only Admin can change this."
488
+ msgstr ""
489
+ "Pasirinkite vartotojo vaidmenis, kurie gali pasiekti šiuos meniu. Tik "
490
+ "administratorius gali tai pakeisti."
491
+
492
+ #: ../roles/roles-add.php:152
493
+ msgid "Send Email Menu/Cron Menu"
494
+ msgstr "Siuntimo el. paštu / Periodinių užduočių (cron) meniu"
495
+
496
+ #: ../settings/settings-edit.php:245
497
+ msgid "Select image size for ###POSTIMAGE### to be shown in post notification email"
498
+ msgstr "Pasirinkite įrašo pranešimo laiške rodomo vaizdo dydį ###POSTIMAGE###"
499
+
500
+ #: ../subscribers/view-subscriber-import.php:170
501
+ msgid "Select Subscribers Email Status"
502
+ msgstr "Pasirinkite prenumeratoriaus el. pašto statusą"
503
+
504
+ #: ../subscribers/view-subscriber-show.php:162
505
+ msgid "Selected subscribers group updated."
506
+ msgstr "Pasirinkta prenumeratorių grupė atnaujinta."
507
+
508
+ #: ../subscribers/view-subscriber-add.php:144
509
+ msgid "Select Subscriber's Status"
510
+ msgstr "Pasirinkite prenumeratoriaus statusą"
511
+
512
+ #: ../subscribers/view-subscriber-sync.php:115
513
+ msgid "Select group to add newly registered users to"
514
+ msgstr "Pasirinkite grupę, į kurią įtraukti naujai registruotus vartotojus"
515
+
516
+ #: ../cron/cron-add.php:88
517
+ msgid ""
518
+ "Send above mail to admin whenever cron URL is triggered from your server.<br "
519
+ "/>(Available Keywords: ###DATE###, ###SUBJECT###, ###COUNT###)"
520
+ msgstr ""
521
+ "Siųsti aukščiau esantį laišką administratoriui, kai periodinės užduoties "
522
+ "(cron) URL suveikia serveryje.<br />(Galimi raktažodžiai: ###DATE###, "
523
+ "###SUBJECT###, ###COUNT###)"
524
+
525
+ #: ../compose/compose-edit.php:90 ../compose/compose-add.php:79
526
+ msgid "Select your Mail Type"
527
+ msgstr "Pasirinkite laiško tipą"
528
+
529
+ #: ../sendmail/sendmail.php:95 ../sendmail/sendmail.php:193
530
+ #: ../sendmail/sendmail. php:195 ../classes/es-register.php:151
531
+ #: ../classes/es-register.php:152
532
+ msgid "Send Email"
533
+ msgstr "Siųsti laišką"
534
+
535
+ #: ../sendmail/sendmail.php:104
536
+ msgid "Select Mail Subject from available list"
537
+ msgstr "Pasirinkite laiško temą iš sąrašo"
538
+
539
+ #: ../sendmail/sendmail.php:131
540
+ msgid "Select Mail Type"
541
+ msgstr "Pasirinkite laiško tipą"
542
+
543
+ #: ../sendmail/sendmail.php:145
544
+ msgid "Select Subscribers group to Send Mail"
545
+ msgstr "Pasirinkite prenumeratorių grupę, kuriai siųsite laišką"
546
+
547
+ #: ../notification/notification-add.php:119
548
+ #: ../notification/notification-add.php: 143
549
+ #: ../notification/notification-edit.php:130 ../notification/notification-
550
+ #: edit.php:163 ../subscribers/view-subscriber-import.php:191
551
+ #: ../subscribers/view- subscriber-add.php:163
552
+ #: ../subscribers/view-subscriber-edit.php:163 ..
553
+ #: subscribers/view-subscriber-sync.php:120 ../sendmail/sendmail.php:109 ..
554
+ #: sendmail/sendmail.php:136 ../sendmail/sendmail.php:150
555
+ msgid "Select"
556
+ msgstr "Pasirinkite"
557
+
558
+ #: ../settings/settings-edit.php:403
559
+ msgid "Save Settings"
560
+ msgstr "Išsaugoti nustatymus"
561
+
562
+ #: ../subscribers/view-subscriber-import.php:156
563
+ msgid "Select CSV file"
564
+ msgstr "Pasirinkite CSV failą"
565
+
566
+ #: ../subscribers/view-subscriber-import.php:186
567
+ msgid "Select (or) Create Group for Subscribers"
568
+ msgstr "Pasirinkite (ar) sukurkite grupę prenumeratoriams"
569
+
570
+ #: ../subscribers/view-subscriber-show.php:249
571
+ msgid "Select Group"
572
+ msgstr "Pasirinkti grupę"
573
+
574
+ #: ../subscribers/view-subscriber-add.php:159
575
+ msgid "Select (or) Create Group for Subscriber"
576
+ msgstr "Pasirinkite (ar) sukurkite grupę prenumeratoriui"
577
+
578
+ #: ../notification/notification-add.php:247
579
+ #: ../notification/notification-edit.php: 287 ../roles/roles-add.php:202
580
+ #: ../subscribers/view-subscriber-edit.php:192 .. cron/cron-add.php:91
581
+ #: ../compose/compose-edit.php:118 ../compose/compose-add. php:106
582
+ msgid "Save"
583
+ msgstr "Saugoti"
584
+
585
+ #: ../roles/roles-add.php:52
586
+ msgid "Role Updated. "
587
+ msgstr "Vaidmuo atnaujintas."
588
+
589
+ #: ../roles/roles-add.php:105
590
+ msgid "Roles and Capabilities"
591
+ msgstr "Vaidmenys ir sugebėjimai"
592
+
593
+ #: ../sentmail/sentmail-preview.php:28 ../compose/compose-preview.php:28
594
+ msgid "Preview Mail"
595
+ msgstr "Peržiūrėti laišką"
596
+
597
+ #: ../sentmail/sentmail-show.php:109 ../sentmail/sentmail-show.php:122 ..
598
+ #: compose/compose-show.php:107
599
+ msgid "Preview"
600
+ msgstr "Peržiūra"
601
+
602
+ #: ../subscribers/view-subscriber-show.php:55
603
+ #: ../subscribers/view-subscriber-show. php:94
604
+ msgid "Record deleted."
605
+ msgstr "Įrašas ištrintas."
606
+
607
+ #: ../subscribers/view-subscriber-show.php:245 ../subscribers/view-subscriber-
608
+ #: show.php:370
609
+ msgid "Resend Confirmation"
610
+ msgstr "Persiųsti patvirtinimą dar kartą"
611
+
612
+ #: ../compose/compose-edit.php:111 ../compose/compose-add.php:100
613
+ msgid "Published"
614
+ msgstr "Paskelbta"
615
+
616
+ #: ../sendmail/sendmail.php:45
617
+ msgid "Please select your mail type."
618
+ msgstr "Prašome pasirinkti laiško tipą."
619
+
620
+ #: ../sendmail/sendmail.php:177
621
+ msgid "Recipients : 0 "
622
+ msgstr "Gavėjai: 0"
623
+
624
+ #: ../sendmail/sendmail.php:179
625
+ #, c-format
626
+ msgid "Recipients : %s"
627
+ msgstr "Gavėjai: %s"
628
+
629
+ #: ../sendmail/sendmail.php:198
630
+ msgid "Reset"
631
+ msgstr "Atstatyti"
632
+
633
+ #: ../classes/es-register.php:160 ../classes/es-register.php:161
634
+ msgid "Roles"
635
+ msgstr "Vaidmenys"
636
+
637
+ #: ../classes/es-register.php:219
638
+ msgctxt "sendmail-enhanced-select"
639
+ msgid "Please select your mail type."
640
+ msgstr "Prašome pasirinkti laiško tipą."
641
+
642
+ #: ../classes/es-register.php:260
643
+ msgctxt "widget-enhanced-select"
644
+ msgid "Please try after some time."
645
+ msgstr "Prašome bandyti vėliau."
646
+
647
+ #: ../classes/es-register.php:277
648
+ msgctxt "widget-page-enhanced-select"
649
+ msgid "Please try after some time."
650
+ msgstr "Prašome bandyti vėliau."
651
+
652
+ #: ../notification/notification-add.php:32
653
+ msgid "Please select subscribers group."
654
+ msgstr "Prašome pasirinkti prenumeratorių grupę."
655
+
656
+ #: ../notification/notification-add.php:38
657
+ msgid "Please select notification status."
658
+ msgstr "Prašome pasirinkti pranešimo statusą."
659
+
660
+ #: ../notification/notification-add.php:44
661
+ #: ../notification/notification-edit.php:60
662
+ msgid "Please select notification mail subject. Use compose menu to create new."
663
+ msgstr ""
664
+ "Prašome pasirinkti pranešimo laiško temą. Norėdami sukurti naują, naudokite "
665
+ "meniu \"Sukurti\"."
666
+
667
+ #: ../notification/notification-add.php:50
668
+ #: ../notification/notification-edit.php:66
669
+ msgid "Please select post categories."
670
+ msgstr "Prašome pasirinkti įrašo kategorijas."
671
+
672
+ #: ../notification/notification-edit.php:48
673
+ msgid "Please select subscribers group"
674
+ msgstr "Prašome pasirinkti prenumeratorių grupę"
675
+
676
+ #: ../notification/notification-edit.php:54
677
+ msgid "Please select notification status"
678
+ msgstr "Prašome pasirinkti pranešimo statusą"
679
+
680
+ #: ../subscribers/view-subscriber-add.php:48
681
+ msgid "Please select or create your group for this email."
682
+ msgstr "Prašome pasirinkti arba sukurti grupę šiam el. paštui."
683
+
684
+ #: ../subscribers/view-subscriber-sync.php:35
685
+ msgid "Please select default group to newly registered user."
686
+ msgstr "Prašome pasirinkti numatytąją grupę naujai registruotiems vartotojams."
687
+
688
+ #: ../cron/cron-add.php:23
689
+ msgid "Please enter valid mail count."
690
+ msgstr "Prašome įvesti teisingą laiškų kiekį."
691
+
692
+ #: ../compose/compose-edit.php:47 ../compose/compose-add.php:30
693
+ msgid "Please enter template heading."
694
+ msgstr "Prašome įvesti šablono antraštę."
695
+
696
+ #: ../compose/compose-edit.php:113 ../compose/compose-add.php:102
697
+ msgid "Please select your mail status"
698
+ msgstr "Prašome pasirinkti laiško statusą."
699
+
700
+ #: ../sendmail/sendmail.php:39
701
+ msgid "Please select your mail subject."
702
+ msgstr "Prašome pasirinkti laiško temą."
703
+
704
+ #: ../sendmail/sendmail.php:51
705
+ msgid "Please select your group."
706
+ msgstr "Prašome pasirinkti savo grupę."
707
+
708
+ #: ../classes/es-register.php:179
709
+ msgctxt "view-subscriber-enhanced-select"
710
+ msgid "Please select subscriber email status."
711
+ msgstr "Prašome pasirinkti prenumeratoriaus el. pašto statusą."
712
+
713
+ #: ../classes/es-register.php:180
714
+ msgctxt "view-subscriber-enhanced-select"
715
+ msgid "Please select or create group for this subscriber."
716
+ msgstr "Prašome pasirinkti arba sukurti grupę šiam prenumeratoriui."
717
+
718
+ #: ../classes/es-register.php:182
719
+ msgctxt "view-subscriber-enhanced-select"
720
+ msgid "Please select the bulk action."
721
+ msgstr "Prašome pasirinkti masinį veiksmą."
722
+
723
+ #: ../classes/es-register.php:186
724
+ msgctxt "view-subscriber-enhanced-select"
725
+ msgid "Please select new subscriber group."
726
+ msgstr "Prašome pasirinkti naują prenumeratorių grupę."
727
+
728
+ #: ../classes/es-register.php:189
729
+ msgctxt "view-subscriber-enhanced-select"
730
+ msgid ""
731
+ "Please select only csv file. Please check official website for csv structure."
732
+ "."
733
+ msgstr ""
734
+ "Prašome pasirinkti tik CSV failą. CSV struktūrą pasitikrinkite oficialioje "
735
+ "svetainėje."
736
+
737
+ #: ../classes/es-register.php:198
738
+ msgctxt "compose-enhanced-select"
739
+ msgid "Please select template for this configuration."
740
+ msgstr "Prašome pasirinkti šios konfiguracijos šabloną."
741
+
742
+ #: ../classes/es-register.php:207
743
+ msgctxt "notification-enhanced-select"
744
+ msgid "Please select subscribers group."
745
+ msgstr "Prašome pasirinkti prenumeratorių grupę."
746
+
747
+ #: ../classes/es-register.php:208
748
+ msgctxt "notification-enhanced-select"
749
+ msgid "Please select notification mail subject. Use compose menu to create new."
750
+ msgstr ""
751
+ "Prašome pasirinkti pranešimo laiško temą. Norėdami sukurti naują, naudokite "
752
+ "meniu \"Sukurti\"."
753
+
754
+ #: ../classes/es-register.php:209
755
+ msgctxt "notification-enhanced-select"
756
+ msgid "Please select notification status."
757
+ msgstr "Prašome pasirinkti pranešimo statusą."
758
+
759
+ #: ../classes/es-register.php:218
760
+ msgctxt "sendmail-enhanced-select"
761
+ msgid "Please select your mail subject."
762
+ msgstr "Prašome pasirinkti laiško temą."
763
+
764
+ #: ../classes/es-register.php:237
765
+ msgctxt "cron-enhanced-select"
766
+ msgid "Please select enter number of mails you want to send per hour/trigger."
767
+ msgstr "Prašome pasirinkti laiškų kiekį, kurį norite siųsti per valandą/veiksmą."
768
+
769
+ #: ../classes/es-register.php:238
770
+ msgctxt "cron-enhanced-select"
771
+ msgid "Please enter the mail count, only number."
772
+ msgstr "Prašome įvesti laiškų kiekį (tik skaičius)."
773
+
774
+ #: ../classes/es-register.php:252
775
+ msgctxt "widget-enhanced-select"
776
+ msgid "Please provide a valid email address."
777
+ msgstr "Prašome pateikti galiojantį el. pašto adresą."
778
+
779
+ #: ../classes/es-register.php:269
780
+ msgctxt "widget-page-enhanced-select"
781
+ msgid "Please provide a valid email address."
782
+ msgstr "Prašome pateikti galiojantį el. pašto adresą."
783
+
784
+ #: ../settings/settings-edit.php:116
785
+ msgid "Please enter sender of notifications from name."
786
+ msgstr "Prašome įvesti pranešimų siuntėjo vardą."
787
+
788
+ #: ../settings/settings-edit.php:121
789
+ msgid "Please enter sender of notifications from email."
790
+ msgstr "Prašome įvesti pranešimų siuntėjo el. paštą."
791
+
792
+ #: ../settings/settings-edit.php:218
793
+ msgid ""
794
+ "Option 1 & 2 is to send mails with default Wordpress method wp_mail(). "
795
+ "Option 3 & 4 is to send mails with PHP method mail()"
796
+ msgstr ""
797
+ "1 ir 2 variantai siunčia laiškus naudojant numatytąjį WordPress metodą "
798
+ "wp_mail(). 3 ir 4 variantai siunčia laiškus naudojant PHP metodą mail()"
799
+
800
+ #: ../settings/settings-edit.php:232
801
+ msgid "Opt-in option"
802
+ msgstr "Patvirtinimo variantas"
803
+
804
+ #: ../settings/settings-edit.php:257
805
+ msgid "Opt-in mail subject (Confirmation mail)"
806
+ msgstr "Prenumeravimo laiško tema (Patvirtinimo laiškas)"
807
+
808
+ #: ../settings/settings-edit.php:264
809
+ msgid "Opt-in mail content (Confirmation mail)"
810
+ msgstr "Prenumeravimo laiško turinys (Patvirtinimo laiškas)"
811
+
812
+ #: ../settings/settings-edit.php:271
813
+ msgid "Opt-in link (Confirmation link)"
814
+ msgstr "Prenumeravimo nuoroda (Patvirtinimo nuoroda)"
815
+
816
+ #: ../sentmail/sentmail-show.php:175
817
+ msgid "Optimize Table & Delete Records"
818
+ msgstr "Optimizuoti lentelę ir trinti įrašus"
819
+
820
+ #: ../subscribers/view-subscriber-add.php:35
821
+ #: ../subscribers/view-subscriber-edit. php:53
822
+ msgid "Please enter subscriber email address."
823
+ msgstr "Prašome įvesti prenumeratoriaus el. pašto adresą."
824
+
825
+ #: ../job/es-unsubscribe.php:53 ../job/es-unsubscribe.php:60
826
+ #: ../job/es-optin.php: 56 ../job/es-optin.php:66
827
+ msgid ""
828
+ "Oops.. We are getting some technical error. Please try again or contact "
829
+ "admin."
830
+ msgstr ""
831
+ "Oi.. Iškilo techninė klaida. Bandykite dar kartą arba susisiekite su "
832
+ "administratoriumi."
833
+
834
+ #: ../sendmail/sendmail.php:68
835
+ msgid "Oops.. We are getting some error. mail not sending."
836
+ msgstr "Oi.. Iškilo šiek tiek klaidų. Laiškas nesiunčiamas."
837
+
838
+ #: ../classes/es-register.php:178
839
+ msgctxt "view-subscriber-enhanced-select"
840
+ msgid "Please enter subscriber email address."
841
+ msgstr "Prašome įvesti prenumeratoriaus el. pašto adresą."
842
+
843
+ #: ../classes/es-register.php:197
844
+ msgctxt "compose-enhanced-select"
845
+ msgid "Please enter name for configuration."
846
+ msgstr "Prašome įvesti konfiguracijos pavadinimą."
847
+
848
+ #: ../classes/es-register.php:251
849
+ msgctxt "widget-enhanced-select"
850
+ msgid "Please enter email address."
851
+ msgstr "Prašome įvesti el. pašto adresą."
852
+
853
+ #: ../classes/es-register.php:268
854
+ msgctxt "widget-page-enhanced-select"
855
+ msgid "Please enter email address."
856
+ msgstr "Prašome įvesti el. pašto adresą."
857
+
858
+ #: ../notification/notification-add.php:70
859
+ msgid "Notification successfully created. "
860
+ msgstr "Pranešimas sėkmingai sukurtas."
861
+
862
+ #: ../notification/notification-add.php:108
863
+ #: ../notification/notification-show.php: 55
864
+ #: ../notification/notification-edit.php:119 ../roles/roles-add.php:106 ..
865
+ #: settings/settings-edit.php:199 ../sentmail/sentmail-preview.php:29 ..
866
+ #: sentmail/sentmail-show.php:98 ../sentmail/deliverreport-show.php:62 ..
867
+ #: subscribers/view-subscriber-import.php:147 ../subscribers/view-subscriber-
868
+ #: show.php:212 ../subscribers/view-subscriber-export.php:31
869
+ #: ../subscribers/view- subscriber-add.php:116
870
+ #: ../subscribers/view-subscriber-edit.php:115 ..
871
+ #: subscribers/view-subscriber-sync.php:94 ../cron/cron-add.php:75 ..
872
+ #: compose/compose-edit.php:87 ../compose/compose-add.php:76
873
+ #: ../compose/compose- show.php:67 ../compose/compose-preview.php:29
874
+ #: ../sendmail/sendmail.php:96
875
+ msgid "Help"
876
+ msgstr "Pagalba"
877
+
878
+ #: ../notification/notification-add.php:226
879
+ #: ../notification/notification-edit.php: 263
880
+ msgid "No Custom Post Types Available"
881
+ msgstr "Nėra laisvų pasirinktinio įrašo tipų"
882
+
883
+ #: ../notification/notification-show.php:20
884
+ #: ../notification/notification-edit.php: 19 ../settings/settings-edit.php:19
885
+ #: ../sentmail/sentmail-preview.php:17 .. sentmail/sentmail-show.php:21
886
+ #: ../subscribers/view-subscriber-show.php:44 ..
887
+ #: subscribers/view-subscriber-edit.php:21 ../compose/compose-edit.php:19 ..
888
+ #: compose/compose-show.php:32 ../compose/compose-preview.php:17
889
+ msgid "Oops, selected details does not exists."
890
+ msgstr "Oi, pažymėti duomenys neegzistuoja."
891
+
892
+ #: ../notification/notification-show.php:53 ../classes/es-register.php:148 ..
893
+ #: classes/es-register.php:149
894
+ msgid "Notification"
895
+ msgstr "Pranešimas"
896
+
897
+ #: ../notification/notification-show.php:66
898
+ #: ../notification/notification-show.php: 74
899
+ msgid "Mail Subject"
900
+ msgstr "Laiško tema"
901
+
902
+ #: ../notification/notification-show.php:69
903
+ #: ../notification/notification-show.php: 77
904
+ msgid "Notification Status"
905
+ msgstr "Pranešimo statusas"
906
+
907
+ #: ../notification/notification-show.php:141 ../sentmail/sentmail-show.php:165
908
+ #: .. sentmail/deliverreport-show.php:115
909
+ #: ../subscribers/view-subscriber-show.php: 385 ../compose/compose-show.php:115
910
+ msgid "No records available."
911
+ msgstr "Nėra įrašų."
912
+
913
+ #: ../notification/notification-edit.php:88
914
+ msgid "Notification successfully updated. "
915
+ msgstr "Pranešimas sėkmingai atnaujintas."
916
+
917
+ #: ../notification/notification-edit.php:117
918
+ msgid "Edit Notification"
919
+ msgstr "Redaguoti pranešimą"
920
+
921
+ #. Name of the plugin
922
+ msgid "Email Subscribers & Newsletters"
923
+ msgstr "Email Subscribers & Newsletters"
924
+
925
+ #. URI of the plugin
926
+ msgid "http://www.storeapps.org/product/email-subscribers"
927
+ msgstr "http://www.storeapps.org/product/email-subscribers/"
928
+
929
+ #. URI of the plugin
930
+ msgid "http://www.storeapps.org"
931
+ msgstr "http://www.storeapps.org/"
932
+
933
+ #: ../roles/roles-add.php:140
934
+ msgid "Notification Menu"
935
+ msgstr "Pranešimo meniu"
936
+
937
+ #: ../roles/roles-add.php:188
938
+ msgid "Help & Info Menu"
939
+ msgstr "Pagalbos ir informacijos meniu"
940
+
941
+ #: ../settings/settings-edit.php:157
942
+ msgid "Oops, unable to update."
943
+ msgstr "Oi, negalima atnaujinti."
944
+
945
+ #: ../settings/settings-edit.php:244
946
+ msgid "Image Size"
947
+ msgstr "Paveikslėlio dydis"
948
+
949
+ #: ../settings/settings-edit.php:249
950
+ msgid "Full Size"
951
+ msgstr "Visas dydis"
952
+
953
+ #: ../settings/settings-edit.php:250
954
+ msgid "Medium Size"
955
+ msgstr "Vidutinis dydis"
956
+
957
+ #: ../settings/settings-edit.php:258
958
+ msgid ""
959
+ "Enter the subject for Double Opt In mail. This will send whenever subscriber "
960
+ "added email into our database."
961
+ msgstr ""
962
+ "Įveskite dvigubo patvirtinimo laiško temą. Jis bus siunčiamas, kai "
963
+ "prenumeratorius prideda el. paštą į mūsų duomenų bazę."
964
+
965
+ #: ../settings/settings-edit.php:265
966
+ msgid ""
967
+ "Enter the content for Double Opt In mail. This will send whenever subscriber "
968
+ "added email into our database."
969
+ msgstr ""
970
+ "Įveskite dvigubo patvirtinimo laiško turinį. Jis bus siunčiamas, kai "
971
+ "prenumeratorius prideda el. pašto adresą į mūsų duomenų bazę."
972
+
973
+ #: ../settings/settings-edit.php:292 ../settings/settings-edit.php:320 ..
974
+ #: subscribers/view-subscriber-sync.php:107
975
+ msgid "NO"
976
+ msgstr "Ne"
977
+
978
+ #: ../settings/settings-edit.php:299
979
+ msgid ""
980
+ "Enter the subject for subscriber welcome mail. This will send whenever email "
981
+ "subscribed (confirmed) successfully."
982
+ msgstr ""
983
+ "Įveskite prenumeratoriaus pasveikinimo laiško temą. Jis bus siunčiamas, kai "
984
+ "el. paštas pridėtas (patvirtintas) sėkmingai."
985
+
986
+ #: ../settings/settings-edit.php:306
987
+ msgid ""
988
+ "Enter the content for subscriber welcome mail. This will send whenever email "
989
+ "subscribed (confirmed) successfully. (Keyword: ###NAME###)"
990
+ msgstr ""
991
+ "Įveskite prenumeratoriaus pasveikinimo laiško turinį. Jis bus siunčiamas, "
992
+ "kai el. paštas sėkmingai pridedamas (patvirtinamas). (Raktažodis: ###NAME###)"
993
+
994
+ #: ../settings/settings-edit.php:314
995
+ msgid "Mail to admin"
996
+ msgstr "Laiškas administratoriui"
997
+
998
+ #: ../settings/settings-edit.php:327
999
+ msgid ""
1000
+ "Enter the admin email addresses that should receive notifications (separate "
1001
+ "by comma)."
1002
+ msgstr ""
1003
+ "Įveskite administratoriaus el. pašto adresus, kuriais turėtų būti gaunami "
1004
+ "pranešimai (atskiriant kableliu)."
1005
+
1006
+ #: ../settings/settings-edit.php:334
1007
+ msgid ""
1008
+ "Enter the subject for admin mail. This will send whenever new email added "
1009
+ "and confirmed into our database."
1010
+ msgstr ""
1011
+ "Įveskite Administratoriaus laiško temą. Jis bus siunčiamas, kai naujas el. "
1012
+ "paštas pridedamas ir patvirtinamas duomenų bazėje."
1013
+
1014
+ #: ../settings/settings-edit.php:341
1015
+ msgid ""
1016
+ "Enter the mail content for admin. This will send whenever new email added "
1017
+ "and confirmed into our database. (Keyword: ###NAME###, ###EMAIL###)"
1018
+ msgstr ""
1019
+ "Įveskite administratoriaus laiško turinį. Jis bus siunčiamas, kai naujas el. "
1020
+ "paštas pridedamas ir patvirtinamas duomenų bazėje. (Raktažodis: ###NAME###, "
1021
+ "###EMAIL###)"
1022
+
1023
+ #: ../settings/settings-edit.php:356
1024
+ msgid ""
1025
+ "Enter the text for unsubscribe link. This text is to add unsubscribe link "
1026
+ "with newsletter. (Keyword: ###LINK###)"
1027
+ msgstr ""
1028
+ "Įveskite prenumeratos nutraukimo nuorodos tekstą. Šis tekstas skirtas "
1029
+ "pridėti prenumeratos nutraukimo nuorodą naujienlaiškyje. (Raktažodis: "
1030
+ "###LINK###)"
1031
+
1032
+ #: ../settings/settings-edit.php:370
1033
+ msgid "Message 1"
1034
+ msgstr "1 pranešimas"
1035
+
1036
+ #: ../settings/settings-edit.php:377
1037
+ msgid "Message 2"
1038
+ msgstr "2 pranešimas"
1039
+
1040
+ #: ../settings/settings-edit.php:386
1041
+ msgid "Mail subject for sent mail report."
1042
+ msgstr "Išsiųstų laiškų ataskaitos laiško tema."
1043
+
1044
+ #: ../settings/settings-edit.php:393
1045
+ msgid ""
1046
+ "Mail content for sent mail report. (Keyword: ###COUNT###, ###UNIQUE###, "
1047
+ "###STARTTIME###, ###ENDTIME###)"
1048
+ msgstr ""
1049
+ "Išsiųstų laiškų ataskaitos laiško turinys. (Raktažodžiai: ###COUNT###, "
1050
+ "###UNIQUE###, ###STARTTIME###, ###ENDTIME###)"
1051
+
1052
+ #: ../sentmail/sentmail-show.php:114 ../sentmail/sentmail-show.php:127
1053
+ msgid "End Date"
1054
+ msgstr "Pabaigos Data"
1055
+
1056
+ #: ../sentmail/sentmail-show.php:184
1057
+ msgid ""
1058
+ "Note: Please click on <strong>Optimize Table & Delete Records</strong> "
1059
+ "button to delete all reports except latest 10."
1060
+ msgstr ""
1061
+ "Pastaba: Norėdami ištrinti visus, išskyrus 10 naujausių, ataskaitų, "
1062
+ "paspauskite <strong>Optimizuoti lentelę ir trinti įrašus</strong> mygtuką."
1063
+
1064
+ #: ../sentmail/deliverreport-show.php:13
1065
+ msgid "Oops.. Unexpected error occurred. Please try again."
1066
+ msgstr "Oi.. įvyko netikėta klaida. Bandykite dar kartą."
1067
+
1068
+ #: ../sentmail/deliverreport-show.php:73 ../sentmail/deliverreport-show.php:85
1069
+ msgid "Email"
1070
+ msgstr "El. paštas"
1071
+
1072
+ #: ../subscribers/view-subscriber-import.php:43
1073
+ msgid ""
1074
+ "Error: Special characters (['^$%&*()}{@#~?><>,|=_+\\\"]) are not allowed in "
1075
+ "the Group name."
1076
+ msgstr ""
1077
+ "Klaida: Grupės pavadinime negalima naudoti specialių simbolių "
1078
+ "(['^$%&*()}{@#~?><>,|=_+\\\"])."
1079
+
1080
+ #: ../subscribers/view-subscriber-import.php:91
1081
+ msgid "email imported."
1082
+ msgstr "el. paštas importuotas."
1083
+
1084
+ #: ../subscribers/view-subscriber-import.php:92
1085
+ msgid "email already exists."
1086
+ msgstr "el. paštas jau egzistuoja."
1087
+
1088
+ #: ../subscribers/view-subscriber-import.php:93
1089
+ msgid "email are invalid."
1090
+ msgstr "netinkamas el. pašto adresas."
1091
+
1092
+ #: ../subscribers/view-subscriber-import.php:104
1093
+ msgid "File Upload Failed."
1094
+ msgstr "Nepavyko įkelti failo."
1095
+
1096
+ #: ../subscribers/view-subscriber-import.php:143
1097
+ msgid "Import Email Addresses"
1098
+ msgstr "Importuoti el. pašto adresus"
1099
+
1100
+ #: ../subscribers/view-subscriber-import.php:145
1101
+ #: ../subscribers/view-subscriber- show.php:210
1102
+ #: ../subscribers/view-subscriber-add.php:114 ../subscribers/view-
1103
+ #: subscriber-edit.php:113 ../subscribers/view-subscriber-sync.php:93
1104
+ msgid "Export"
1105
+ msgstr "Eksportuoti"
1106
+
1107
+ #: ../subscribers/view-subscriber-import.php:159
1108
+ msgid "from here"
1109
+ msgstr "iš čia"
1110
+
1111
+ #: ../subscribers/view-subscriber-import.php:211
1112
+ #: ../subscribers/view-subscriber- show.php:209
1113
+ #: ../subscribers/view-subscriber-export.php:29 ../subscribers/view-
1114
+ #: subscriber-add.php:113 ../subscribers/view-subscriber-edit.php:112 ..
1115
+ #: subscribers/view-subscriber-sync.php:92
1116
+ msgid "Import"
1117
+ msgstr "Importuoti"
1118
+
1119
+ #: ../subscribers/view-subscriber-show.php:99
1120
+ #: ../subscribers/view-subscriber-show. php:138
1121
+ #: ../subscribers/view-subscriber-show.php:176
1122
+ msgid "Oops, No record was selected."
1123
+ msgstr "Oi, nebuvo pasirinktas įrašas."
1124
+
1125
+ #: ../subscribers/view-subscriber-show.php:167
1126
+ msgid "Oops, New group name was not selected."
1127
+ msgstr "Oi, naujas grupės pavadinimas nebuvo pasirinktas."
1128
+
1129
+ #: ../subscribers/view-subscriber-show.php:311 ../subscribers/view-subscriber-
1130
+ #: show.php:325
1131
+ msgid "Email Address"
1132
+ msgstr "El. pašto adresas"
1133
+
1134
+ #: ../subscribers/view-subscriber-show.php:312 ../subscribers/view-subscriber-
1135
+ #: show.php:326 ../classes/es-register.php:498 ../classes/es-loadwidget.php:24
1136
+ msgid "Name"
1137
+ msgstr "Vardas"
1138
+
1139
+ #: ../subscribers/view-subscriber-show.php:314 ../subscribers/view-subscriber-
1140
+ #: show.php:328
1141
+ msgid "Group"
1142
+ msgstr "Grupė"
1143
+
1144
+ #: ../subscribers/view-subscriber-export.php:27
1145
+ msgid "Export Email Addresses"
1146
+ msgstr "Eksportuoti el. pašto adresus"
1147
+
1148
+ #: ../subscribers/view-subscriber-add.php:55
1149
+ msgid ""
1150
+ "Error: Special characters (['^$%&*()}{@#~?><>,|=_+\\\"]) are not allowed in "
1151
+ "the group name."
1152
+ msgstr ""
1153
+ "Klaida: Grupės pavadinime negalima naudoti specialių simbolių "
1154
+ "(['^$%&*()}{@#~?><>,|=_+\\\"])."
1155
+
1156
+ #: ../subscribers/view-subscriber-add.php:70
1157
+ msgid "Invalid Email."
1158
+ msgstr "Neteisingas el. paštas."
1159
+
1160
+ #: ../subscribers/view-subscriber-add.php:124
1161
+ msgid "Enter Subscriber's Full name"
1162
+ msgstr "Įveskite prenumeratoriaus vardą ir pavardę"
1163
+
1164
+ #: ../subscribers/view-subscriber-add.php:134
1165
+ msgid "Enter Subscriber's Email Address"
1166
+ msgstr "Įveskite prenumeratoriaus el. pašto adresą"
1167
+
1168
+ #: ../subscribers/view-subscriber-edit.php:63
1169
+ msgid "Error: Special characters are not allowed in the group name."
1170
+ msgstr "Klaida: Grupės pavadinime negalima naudoti specialių simbolių."
1171
+
1172
+ #: ../subscribers/view-subscriber-edit.php:110
1173
+ msgid "Edit Subscriber"
1174
+ msgstr "Redaguoti prenumeratorių"
1175
+
1176
+ #: ../subscribers/view-subscriber-edit.php:123
1177
+ msgid "Edit Subscriber's Full Name"
1178
+ msgstr "Redaguoti prenumeratoriaus vardą ir pavardę"
1179
+
1180
+ #: ../subscribers/view-subscriber-edit.php:133
1181
+ msgid "Edit Subscriber's Email Address"
1182
+ msgstr "Redaguoti prenumeratoriaus el. pašto adresą"
1183
+
1184
+ #: ../subscribers/view-subscriber-sync.php:49
1185
+ msgid "Emails Successfully Synced."
1186
+ msgstr "El. pašto adresai sėkmingai sinchronizuoti."
1187
+
1188
+ #: ../cron/cron-add.php:82
1189
+ msgid "Mail Count"
1190
+ msgstr "Laiškų skaičius"
1191
+
1192
+ #: ../cron/cron-add.php:84
1193
+ msgid ""
1194
+ "Enter number of mails you want to send per hour/trigger (Your web host has "
1195
+ "limits. We suggest 50 emails per hour to be safe)."
1196
+ msgstr ""
1197
+ "Įveskite laiškų, kuriuos norite išsiųsti per valandą / trigerį, skaičių. "
1198
+ "(Jūsų interneto serveris turi savo ribas. Saugumo dėlei, mes siūlome 50 "
1199
+ "laiškų per valandą)."
1200
+
1201
+ #: ../cron/cron-add.php:97
1202
+ msgid "How to setup auto emails using CRON Job through the cPanel or Plesk?"
1203
+ msgstr ""
1204
+ "Kaip sukonfigūruoti automatinius laiškus naudojant periodines užduotis "
1205
+ "(cron) per cPanel ar Plesk?"
1206
+
1207
+ #: ../compose/compose-edit.php:97 ../compose/compose-add.php:86
1208
+ msgid "Enter Mail Subject"
1209
+ msgstr "Įveskite laiško temą"
1210
+
1211
+ #: ../compose/compose-edit.php:99 ../compose/compose-add.php:88
1212
+ msgid "Keyword: ###POSTTITLE###"
1213
+ msgstr "Raktažodis: ###POSTTITLE###"
1214
+
1215
+ #: ../compose/compose-edit.php:101 ../compose/compose-add.php:90
1216
+ msgid "Enter Content for your Mail"
1217
+ msgstr "Įveskite laiško turinį"
1218
+
1219
+ #: ../compose/compose-show.php:78 ../compose/compose-show.php:86
1220
+ msgid "Email subject"
1221
+ msgstr "Laiško tema"
1222
+
1223
+ #: ../help/help.php:51
1224
+ msgid "For more help and tips..."
1225
+ msgstr "Norėdami gauti daugiau pagalbos ir patarimų..."
1226
+
1227
+ #: ../help/help.php:95
1228
+ msgid "Frequently Asked Questions"
1229
+ msgstr "Dažnai užduodami klausimai"
1230
+
1231
+ #: ../help/help.php:114
1232
+ msgid "How to Add Subscription box to website?"
1233
+ msgstr "Kaip pridėti prenumeratos formą svetainėje?"
1234
+
1235
+ #: ../help/help.php:123
1236
+ msgid "How to Import or Export Email Addresses?"
1237
+ msgstr "Kaip importuoti ar eksportuoti el. pašto adresus?"
1238
+
1239
+ #: ../help/help.php:126
1240
+ msgid "General Plugin Settings"
1241
+ msgstr "Bendrieji įskiepio nustatymai"
1242
+
1243
+ #: ../help/help.php:129
1244
+ msgid "How to change/update/translate any texts from Email Subscribers?"
1245
+ msgstr "Kaip pakeisti/atnaujinti/išversti bet kokį El. pašto prenumeratorių tekstą?"
1246
+
1247
+ #: ../help/help.php:132
1248
+ msgid "How to add Unsubscribe link in emails?"
1249
+ msgstr "Kaip pridėti prenumeratos atsisakymo nuorodą laiškuose?"
1250
+
1251
+ #: ../help/help.php:138
1252
+ msgid "How to Compose and Send Static Newsletter Mails?"
1253
+ msgstr "Kaip kurti ir siųsti statinius naujienlaiškius?"
1254
+
1255
+ #: ../help/help.php:141
1256
+ msgid ""
1257
+ "How to Configure and Send notification emails to subscribers when new posts "
1258
+ "are published?"
1259
+ msgstr ""
1260
+ "Kaip sukonfigūruoti ir siųsti pranešimų laiškus prenumeratoriams, kai "
1261
+ "paskelbiami nauji įrašai?"
1262
+
1263
+ #: ../help/help.php:144
1264
+ msgid "How to Send a sample new post notification email to testgroup/myself?"
1265
+ msgstr "Kaip siųsti naujo įrašo pranešimo pavyzdį el. paštu testinei grupe ar sau?"
1266
+
1267
+ #: ../help/help.php:147
1268
+ msgid "How to check Sent mails?"
1269
+ msgstr "Kaip patikrinti išsiųstus laiškus?"
1270
+
1271
+ #: ../help/help.php:150
1272
+ msgid "How to Add/Update Existing Subscribers Group?"
1273
+ msgstr "Kaip pridėti/atnaujinti esamą prenumeratorių grupę?"
1274
+
1275
+ #: ../help/help.php:153
1276
+ msgid "Emails are not being received by Subscribers?"
1277
+ msgstr "Prenumeratoriai negauna laiškų?"
1278
+
1279
+ #: ../help/help.php:156
1280
+ msgid "How to show subscribe form inside a popup?"
1281
+ msgstr "Kaip rodyti prenumeratos formą iššokančiame lange?"
1282
+
1283
+ #: ../help/help.php:159
1284
+ msgid "How to use Rainmaker’s form in Email Subscribers?"
1285
+ msgstr "Kaip naudoti Rainmaker formą El. pašto prenumeratai?"
1286
+
1287
+ #: ../help/help.php:162
1288
+ msgid "How to Schedule Cron Mails?"
1289
+ msgstr "Kaip nustatyti tvarkaraštį periodinių užduočių (cron) laiškams?"
1290
+
1291
+ #: ../help/help.php:165
1292
+ msgid "How to Schedule Cron Emails in cPanel?"
1293
+ msgstr "Kaip nustatyti tvarkaraštį periodinių užduočių (cron) laiškams cPanel?"
1294
+
1295
+ #: ../help/help.php:168
1296
+ msgid "How to Schedule Cron Emails in Parallels Plesk?"
1297
+ msgstr ""
1298
+ "Kaip nustatyti tvarkaraštį periodinių užduočių (cron) laiškams Parallels "
1299
+ "Plesk?"
1300
+
1301
+ #: ../sendmail/sendmail.php:58
1302
+ msgid "Mail sent successfully. "
1303
+ msgstr "Laiškas išsiųstas sėkmingai."
1304
+
1305
+ #. Name of the plugin
1306
+ #: ../classes/es-register.php:139 ../classes/es-register.php:140
1307
+ msgid "Email Subscribers"
1308
+ msgstr "Email Subscribers"
1309
+
1310
+ #: ../classes/es-register.php:166
1311
+ msgid "Help & Info"
1312
+ msgstr "Pagalba ir informacija"
1313
+
1314
+ #: ../classes/es-register.php:220
1315
+ msgctxt "sendmail-enhanced-select"
1316
+ msgid ""
1317
+ "Have you double checked your selected group? If so, let's go ahead and send "
1318
+ "this."
1319
+ msgstr ""
1320
+ "Ar du kartus patikrinote pasirinktą grupę? Jei taip, tęskite toliau ir "
1321
+ "siųskite tai."
1322
+
1323
+ #: ../classes/es-register.php:253
1324
+ msgctxt "widget-enhanced-select"
1325
+ msgid "loading..."
1326
+ msgstr "kraunasi..."
1327
+
1328
+ #: ../classes/es-register.php:257
1329
+ msgctxt "widget-enhanced-select"
1330
+ msgid "Email Address already exists."
1331
+ msgstr "El. pašto adresas jau egzistuoja."
1332
+
1333
+ #: ../classes/es-register.php:258
1334
+ msgctxt "widget-enhanced-select"
1335
+ msgid "Oops.. Unexpected error occurred."
1336
+ msgstr "Oi.. įvyko netikėta klaida."
1337
+
1338
+ #: ../classes/es-register.php:259
1339
+ msgctxt "widget-enhanced-select"
1340
+ msgid "Invalid email address."
1341
+ msgstr "Neteisingas el. pašto adresas."
1342
+
1343
+ #: ../classes/es-register.php:270
1344
+ msgctxt "widget-page-enhanced-select"
1345
+ msgid "loading..."
1346
+ msgstr "kraunasi..."
1347
+
1348
+ #: ../classes/es-register.php:274
1349
+ msgctxt "widget-page-enhanced-select"
1350
+ msgid "Email Address already exists."
1351
+ msgstr "El. pašto adresas jau egzistuoja."
1352
+
1353
+ #: ../classes/es-register.php:275
1354
+ msgctxt "widget-page-enhanced-select"
1355
+ msgid "Oops.. Unexpected error occurred."
1356
+ msgstr "Oi.. įvyko netikėta klaida."
1357
+
1358
+ #: ../classes/es-register.php:276
1359
+ msgctxt "widget-page-enhanced-select"
1360
+ msgid "Invalid email address."
1361
+ msgstr "Neteisingas el. pašto adresas."
1362
+
1363
+ #: ../classes/es-register.php:407
1364
+ msgid ""
1365
+ "Email Subscribers recommends free plugin <b>Rainmaker</b> to collect leads "
1366
+ "instantly"
1367
+ msgstr ""
1368
+ "Email Subscribers rekomenduoja nemokamą įskiepį <b>Rainmaker</b> iš karto "
1369
+ "rinkti potencialius klientus."
1370
+
1371
+ #: ../classes/es-register.php:408
1372
+ msgid "No, I don't want it"
1373
+ msgstr "Ne, aš to nenoriu"
1374
+
1375
+ #: ../classes/es-register.php:503 ../classes/es-loadwidget.php:29
1376
+ msgid "Email *"
1377
+ msgstr "El. paštas *"
1378
+
1379
+ #: ../notification/notification-add.php:107
1380
+ msgid "Add Notification"
1381
+ msgstr "Pridėti pranešimą"
1382
+
1383
+ #: ../notification/notification-add.php:138
1384
+ #: ../notification/notification-edit.php: 158
1385
+ msgid "(Use compose menu to create new)"
1386
+ msgstr "(Norėdami sukurti naują, naudokite meniu Kurti)"
1387
+
1388
+ #: ../notification/notification-add.php:189
1389
+ #: ../notification/notification-edit.php: 220
1390
+ msgid "Check All"
1391
+ msgstr "Žymėti viską"
1392
+
1393
+ #: ../notification/notification-add.php:197
1394
+ #: ../notification/notification-edit.php: 229
1395
+ msgid "(Optional)"
1396
+ msgstr "(Neprivalomas)"
1397
+
1398
+ #: ../notification/notification-add.php:238
1399
+ #: ../notification/notification-edit.php: 277
1400
+ msgid "Add to cron when new post is published and send via cron job"
1401
+ msgstr ""
1402
+ "Pridėti ir išsiųsti naudojant periodines (cron) užduotis, kai paskelbiamas "
1403
+ "naujas įrašas"
1404
+
1405
+ #: ../notification/notification-add.php:239
1406
+ #: ../notification/notification-edit.php: 278
1407
+ msgid "Disable notification"
1408
+ msgstr "Išjungti pranešimą"
1409
+
1410
+ #: ../notification/notification-show.php:54
1411
+ #: ../notification/notification-edit.php: 118 ../compose/compose-edit.php:86
1412
+ #: ../compose/compose-show.php:66
1413
+ msgid "Add New"
1414
+ msgstr "Pridėti naują"
1415
+
1416
+ #: ../notification/notification-show.php:68
1417
+ #: ../notification/notification-show.php: 76
1418
+ msgid "Categories / Custom Post"
1419
+ msgstr "Kategorijos / Pasirinktinis įrašas"
1420
+
1421
+ #: ../notification/notification-show.php:98
1422
+ #: ../subscribers/view-subscriber-show. php:357
1423
+ #: ../compose/compose-show.php:105 ../compose/compose-preview.php:41
1424
+ msgid "Edit"
1425
+ msgstr "Redaguoti"
1426
+
1427
+ #: ../notification/notification-show.php:101
1428
+ #: ../subscribers/view-subscriber-show. php:244
1429
+ #: ../subscribers/view-subscriber-show.php:362 ../compose/compose-show. php:106
1430
+ msgid "Delete"
1431
+ msgstr "Trinti"
1432
+
1433
+ #: ../notification/notification-show.php:130
1434
+ msgid "Add to cron and send mail via cron job."
1435
+ msgstr "Pridėti ir išsiųsti laišką naudojant periodines (cron) užduotis"
1436
+
1437
+ #. Description of the plugin
1438
+ msgid ""
1439
+ "Add subscription forms on website, send HTML newsletters & automatically "
1440
+ "notify subscribers about new blog posts once it gets published."
1441
+ msgstr ""
1442
+ "Pridėti prenumeratos formas interneto svetainėje, siųsti HTML "
1443
+ "naujienlaiškius ir automatiškai pranešti prenumeratoriams apie naujus "
1444
+ "dienoraščio įrašus, kai jie paskelbiami."
1445
+
1446
+ #: ../roles/roles-add.php:120 ../roles/roles-add.php:132
1447
+ #: ../roles/roles-add.php: 144 ../roles/roles-add.php:156
1448
+ #: ../roles/roles-add.php:168 ../roles/roles-add. php:180
1449
+ #: ../roles/roles-add.php:192
1450
+ msgid "Administrator Only"
1451
+ msgstr "Tik administratoriui"
1452
+
1453
+ #: ../roles/roles-add.php:121 ../roles/roles-add.php:133
1454
+ #: ../roles/roles-add.php: 145 ../roles/roles-add.php:157
1455
+ #: ../roles/roles-add.php:169 ../roles/roles-add. php:181
1456
+ #: ../roles/roles-add.php:193
1457
+ msgid "Administrator/Editor"
1458
+ msgstr "Administratorius/redaktorius"
1459
+
1460
+ #: ../roles/roles-add.php:122 ../roles/roles-add.php:134
1461
+ #: ../roles/roles-add.php: 146 ../roles/roles-add.php:158
1462
+ #: ../roles/roles-add.php:170 ../roles/roles-add. php:182
1463
+ #: ../roles/roles-add.php:194
1464
+ msgid "Administrator/Editor/Author/Contributor"
1465
+ msgstr "Administratorius/redaktorius/autorius/pagalbininkas"
1466
+
1467
+ #: ../roles/roles-add.php:128
1468
+ msgid "Compose Menu"
1469
+ msgstr "Kurti meniu"
1470
+
1471
+ #: ../settings/settings-edit.php:207
1472
+ msgid ""
1473
+ "Choose a FROM name and FROM email address for all notifications emails from "
1474
+ "this plugin."
1475
+ msgstr ""
1476
+ "Pasirinkite visų šio įskiepio pranešimo laiškų siuntėjo vardą ir el. pašto "
1477
+ "adresą."
1478
+
1479
+ #: ../settings/settings-edit.php:222
1480
+ msgid "1. WP HTML MAIL"
1481
+ msgstr "1. WP HTML laiškas"
1482
+
1483
+ #: ../settings/settings-edit.php:223
1484
+ msgid "2. WP PLAINTEXT MAIL"
1485
+ msgstr "2. WP paprasto teksto laiškas"
1486
+
1487
+ #: ../settings/settings-edit.php:224
1488
+ msgid "3. PHP HTML MAIL"
1489
+ msgstr "3. PHP HTML laiškas"
1490
+
1491
+ #: ../settings/settings-edit.php:225
1492
+ msgid "4. PHP PLAINTEXT MAIL"
1493
+ msgstr "4. PHP paprasto teksto laiškas"
1494
+
1495
+ #: ../settings/settings-edit.php:233
1496
+ msgid ""
1497
+ "Double Opt In, means subscribers need to confirm their email address by an "
1498
+ "activation link sent them on a activation email message. Single Opt In, "
1499
+ "means subscribers do not need to confirm their email address."
1500
+ msgstr ""
1501
+ "Dvigubas patvirtinimas reiškia, kad prenumeratoriai turi patvirtinti el. "
1502
+ "pašto adresą aktyvacijos nuoroda aktyvacijos laiške. Viengubas patvirtinimas "
1503
+ "reiškia, kad prenumeratoriai neturi patvirtinti savo el. pašto adreso."
1504
+
1505
+ #: ../settings/settings-edit.php:237
1506
+ msgid "Double Opt In"
1507
+ msgstr "Dvigubas patvirtinimas"
1508
+
1509
+ #: ../settings/settings-edit.php:272
1510
+ msgid "Double Opt In confirmation link. You no need to change this value."
1511
+ msgstr "Dvigubo patvirtinimo nuoroda. Jums nereikia keisti šios reikšmės."
1512
+
1513
+ #: ../settings/settings-edit.php:326
1514
+ msgid "Admin email addresses"
1515
+ msgstr "Administratoriaus el. pašto adresai"
1516
+
1517
+ #: ../settings/settings-edit.php:333
1518
+ msgid "Admin mail subject"
1519
+ msgstr "Administratoriaus laiško tema"
1520
+
1521
+ #: ../settings/settings-edit.php:340
1522
+ msgid "Admin mail content"
1523
+ msgstr "Administratoriaus laiško turinys"
1524
+
1525
+ #: ../settings/settings-edit.php:371
1526
+ msgid "Default message to display if any issue on confirmation link."
1527
+ msgstr "Numatytoji žinutė, kuri rodoma, jei kyla problemų dėl patvirtinimo nuorodos."
1528
+
1529
+ #: ../settings/settings-edit.php:378
1530
+ msgid "Default message to display if any issue on unsubscribe link."
1531
+ msgstr ""
1532
+ "Numatytoji žinutė, kuri rodoma, jei kyla problemų dėl prenumeratos "
1533
+ "atsisakymo nuorodos."
1534
+
1535
+ #: ../settings/setting-sync.php:32
1536
+ msgid "Click to sync tables"
1537
+ msgstr "Spauskite jei norite sinchronizuoti lenteles"
1538
+
1539
+ #: ../sentmail/sentmail-preview.php:43
1540
+ msgid "Back"
1541
+ msgstr "Atgal"
1542
+
1543
+ #: ../sentmail/sentmail-show.php:85 ../sentmail/deliverreport-show.php:49
1544
+ msgid " &lt;&lt; "
1545
+ msgstr "&lt;&lt;"
1546
+
1547
+ #: ../sentmail/sentmail-show.php:86 ../sentmail/deliverreport-show.php:50
1548
+ msgid " &gt;&gt; "
1549
+ msgstr "&gt;&gt;"
1550
+
1551
+ #: ../sentmail/deliverreport-show.php:61
1552
+ msgid "Delivery Report"
1553
+ msgstr "Pristatymo ataskaita"
1554
+
1555
+ #: ../sentmail/deliverreport-show.php:79 ../sentmail/deliverreport-show.php:91
1556
+ msgid "Database ID"
1557
+ msgstr "Duomenų bazės ID"
1558
+
1559
+ #: ../subscribers/view-subscriber-import.php:96
1560
+ #: ../subscribers/view-subscriber- import.php:125
1561
+ msgid "Click here"
1562
+ msgstr "Spauskite čia"
1563
+
1564
+ #: ../subscribers/view-subscriber-import.php:96
1565
+ #: ../subscribers/view-subscriber- import.php:125
1566
+ msgid " to view details."
1567
+ msgstr "peržiūrėti detales."
1568
+
1569
+ #: ../subscribers/view-subscriber-import.php:144
1570
+ #: ../subscribers/view-subscriber- show.php:208
1571
+ #: ../subscribers/view-subscriber-export.php:28 ../subscribers/view-
1572
+ #: subscriber-add.php:112 ../subscribers/view-subscriber-edit.php:111 ..
1573
+ #: subscribers/view-subscriber-sync.php:91
1574
+ msgid "Add New Subscriber"
1575
+ msgstr "Pridėti naują prenumeratorių"
1576
+
1577
+ #: ../subscribers/view-subscriber-import.php:158
1578
+ msgid "Check CSV structure "
1579
+ msgstr "Patikrinkite CSV struktūrą"
1580
+
1581
+ #: ../subscribers/view-subscriber-import.php:176
1582
+ #: ../subscribers/view-subscriber- show.php:285
1583
+ #: ../subscribers/view-subscriber-add.php:149 ../subscribers/view-
1584
+ #: subscriber-edit.php:148
1585
+ msgid "Confirmed"
1586
+ msgstr "Patvirtinta"
1587
+
1588
+ #: ../subscribers/view-subscriber-import.php:203
1589
+ #: ../subscribers/view-subscriber- add.php:175
1590
+ msgid "(or)"
1591
+ msgstr "(arba)"
1592
+
1593
+ #: ../subscribers/view-subscriber-show.php:16 ../compose/compose-show.php:13
1594
+ #: .. sendmail/sendmail.php:17
1595
+ msgid "Click Here"
1596
+ msgstr "Spauskite čia"
1597
+
1598
+ #: ../subscribers/view-subscriber-show.php:74
1599
+ msgid "Confirmation email resent successfully."
1600
+ msgstr "Patvirtinimo laiškas pakartotinai išsiųstas sėkmingai."
1601
+
1602
+ #: ../subscribers/view-subscriber-show.php:133
1603
+ msgid "Confirmation email(s) Resent Successfully."
1604
+ msgstr "Patvirtinimo laiškas(-ai) pakartotinai išsiųstas(-i) sėkmingai."
1605
+
1606
+ #: ../subscribers/view-subscriber-show.php:243
1607
+ msgid "Bulk Actions"
1608
+ msgstr "Masiniai veiksmai"
1609
+
1610
+ #: ../subscribers/view-subscriber-show.php:263
1611
+ msgid "Apply"
1612
+ msgstr "Tinkinti"
1613
+
1614
+ #: ../subscribers/view-subscriber-show.php:267
1615
+ msgid "All Groups"
1616
+ msgstr "Visos grupės"
1617
+
1618
+ #: ../subscribers/view-subscriber-show.php:284
1619
+ msgid "All Status"
1620
+ msgstr "Visos būsenos"
1621
+
1622
+ #: ../subscribers/view-subscriber-show.php:291
1623
+ msgid "1 to 200 emails"
1624
+ msgstr "Nuo 1 iki 200 laiškų"
1625
+
1626
+ #: ../subscribers/view-subscriber-show.php:292
1627
+ msgid "201 to 400"
1628
+ msgstr "Nuo 201 iki 400"
1629
+
1630
+ #: ../subscribers/view-subscriber-show.php:293
1631
+ msgid "401 to 600"
1632
+ msgstr "Nuo 401 iki 600"
1633
+
1634
+ #: ../subscribers/view-subscriber-show.php:294
1635
+ msgid "601 to 800"
1636
+ msgstr "Nuo 601 iki 800"
1637
+
1638
+ #: ../subscribers/view-subscriber-show.php:295
1639
+ msgid "801 to 1000"
1640
+ msgstr "Nuo 801 iki 1000"
1641
+
1642
+ #: ../subscribers/view-subscriber-show.php:296
1643
+ msgid "1001 to 2000"
1644
+ msgstr "Nuo 1001 iki 2000"
1645
+
1646
+ #: ../subscribers/view-subscriber-show.php:297
1647
+ msgid "2001 to 5000"
1648
+ msgstr "Nuo 2001 iki 5000"
1649
+
1650
+ #: ../subscribers/view-subscriber-show.php:298
1651
+ msgid "5001 to 10000"
1652
+ msgstr "Nuo 5001 iki 10000"
1653
+
1654
+ #: ../subscribers/view-subscriber-show.php:299
1655
+ msgid "Display All"
1656
+ msgstr "Rodyti visus"
1657
+
1658
+ #: ../subscribers/view-subscriber-export.php:54
1659
+ msgid "1"
1660
+ msgstr "1"
1661
+
1662
+ #: ../subscribers/view-subscriber-export.php:55
1663
+ msgid "All Subscribers List"
1664
+ msgstr "Visų prenumeratorių sąrašas"
1665
+
1666
+ #: ../subscribers/view-subscriber-export.php:57
1667
+ #: ../subscribers/view-subscriber- export.php:63
1668
+ #: ../subscribers/view-subscriber-export.php:69
1669
+ msgid "Click to Export in CSV"
1670
+ msgstr "Norėdami eksportuoti CSV, spauskite čia"
1671
+
1672
+ #: ../subscribers/view-subscriber-export.php:60
1673
+ msgid "2"
1674
+ msgstr "2"
1675
+
1676
+ #: ../subscribers/view-subscriber-export.php:66
1677
+ msgid "3"
1678
+ msgstr "3"
1679
+
1680
+ #: ../subscribers/view-subscriber-export.php:67
1681
+ msgid "Commented Authors"
1682
+ msgstr "Komentuoti autoriai"
1683
+
1684
+ #: ../subscribers/view-subscriber-add.php:184
1685
+ msgid "Add Subscriber"
1686
+ msgstr "Pridėti prenumeratorių"
1687
+
1688
+ #: ../cron/cron-add.php:33
1689
+ msgid "Cron details successfully updated."
1690
+ msgstr "Periodinių užduočių (cron) detalės sėkmingai atnaujintos."
1691
+
1692
+ #: ../cron/cron-add.php:74
1693
+ msgid "Cron Details"
1694
+ msgstr "Periodinių užduočių (cron) detalės"
1695
+
1696
+ #: ../cron/cron-add.php:78
1697
+ msgid "Cron job URL"
1698
+ msgstr "Periodinių užduočių (cron) adresas"
1699
+
1700
+ #: ../cron/cron-add.php:86
1701
+ msgid "Admin Report"
1702
+ msgstr "Administratoriaus ataskaita"
1703
+
1704
+ #: ../cron/cron-add.php:98
1705
+ msgid ""
1706
+ "<a target=\"_blank\" href=\"http://www.storeapps.org/docs/es-how-to-schedule-"
1707
+ "cron-mails/\">What is Cron?</a>"
1708
+ msgstr ""
1709
+ "<a target=\"_blank\" href=\"http://www.storeapps.org/docs/es-how-to-schedule-"
1710
+ "cron-mails/\">Kas yra cron?</a>"
1711
+
1712
+ #: ../cron/cron-add.php:99
1713
+ msgid ""
1714
+ "<a target=\"_blank\" href=\"http://www.storeapps.org/docs/es-how-to-schedule-"
1715
+ "cron-emails-in-parallels-plesk/\">Setup cron job in Plesk</a>"
1716
+ msgstr ""
1717
+ "<a target=\"_blank\" href=\"http://www.storeapps.org/docs/es-how-to-schedule-"
1718
+ "cron-emails-in-parallels-plesk/\">Paruošti periodines užduotis (cron job) "
1719
+ "darbui Plesk</a>"
1720
+
1721
+ #: ../cron/cron-add.php:100
1722
+ msgid ""
1723
+ "<a target=\"_blank\" href=\"http://www.storeapps.org/docs/es-how-to-schedule-"
1724
+ "cron-emails-in-cpanel/\">Setup cron job in cPanal</a>"
1725
+ msgstr ""
1726
+ "<a target=\"_blank\" href=\"http://www.storeapps.org/docs/es-how-to-schedule-"
1727
+ "cron-emails-in-cpanel/\">Paruošti periodines užduotis (cron job) darbui "
1728
+ "cPanel</a>"
1729
+
1730
+ #: ../cron/cron-add.php:101
1731
+ msgid ""
1732
+ "<a target=\"_blank\" href=\"http://www.storeapps.org/docs/es-what-to-do-if-"
1733
+ "hosting-doesnt-support-cron-jobs/\">Hosting doesnt support cron jobs?</a>"
1734
+ msgstr ""
1735
+ "<a target=\"_blank\" href=\"http://www.storeapps.org/docs/es-what-to-do-if-"
1736
+ "hosting-doesnt-support-cron-jobs/\">Serveris nepalaiko periodinių užduočių "
1737
+ "(cron)?</a>"
1738
+
1739
+ #: ../compose/compose-edit.php:85 ../compose/compose-add.php:75 ..
1740
+ #: compose/compose-show.php:65
1741
+ msgid "Compose Mail"
1742
+ msgstr "Kurti laišką"
1743
+
1744
+ #: ../compose/compose-edit.php:93 ../compose/compose-add.php:82
1745
+ msgid "Dynamic Template (For Notification Email)"
1746
+ msgstr "Dinaminis šablonas (Pranešimų laiškams)"
1747
+
1748
+ #: ../compose/compose-edit.php:105 ../compose/compose-add.php:94
1749
+ #, c-format
1750
+ msgid ""
1751
+ "%s : ###NAME###, ###EMAIL###, ###DATE###, ###POSTTITLE###, ###POSTLINK###, "
1752
+ "###POSTLINK-WITHTITLE###, ###POSTLINK-ONLY###, ###POSTIMAGE###, "
1753
+ "###POSTDESC###, ###POSTFULL###"
1754
+ msgstr ""
1755
+ "%s : ###NAME###, ###EMAIL###, ###DATE###, ###POSTTITLE###, ###POSTLINK###, "
1756
+ "###POSTLINK-WITHTITLE###, ###POSTLINK-ONLY###, ###POSTIMAGE###, "
1757
+ "###POSTDESC###, ###POSTFULL###"
1758
+
1759
+ #: ../compose/compose-edit.php:105 ../compose/compose-add.php:94
1760
+ msgid "Available Keywords"
1761
+ msgstr "Galimi raktažodžiai"
1762
+
1763
+ #: ../compose/compose-show.php:81 ../compose/compose-show.php:89
1764
+ msgid "Actions"
1765
+ msgstr "Veiksmai"
1766
+
1767
+ #: ../help/help.php:114 ../help/help.php:123 ../help/help.php:126
1768
+ #: ../help/help. php:129 ../help/help.php:132 ../help/help.php:135
1769
+ #: ../help/help.php:138 .. help/help.php:141 ../help/help.php:144
1770
+ #: ../help/help.php:147 ../help/help.php: 150 ../help/help.php:153
1771
+ #: ../help/help.php:156 ../help/help.php:159 .. help/help.php:162
1772
+ #: ../help/help.php:165 ../help/help.php:168 ../help/help.php: 171
1773
+ #: ../help/help.php:174
1774
+ #, c-format
1775
+ msgid "%s"
1776
+ msgstr "%s"
1777
+
1778
+ #: ../help/help.php:126
1779
+ msgid ""
1780
+ " (How to modify the existing emails content like Opt-in mail, Welcome mail, "
1781
+ "Admin mails)"
1782
+ msgstr ""
1783
+ "(Kaip pakeisti tokių laiškų, kaip Prenumeratos patvirtinimo laiškas, "
1784
+ "Pasveikinimo laiškas, Administratoriaus laiškas, turinį)"
1785
+
1786
+ #: ../help/help.php:174
1787
+ msgid "Commonly Asked Questions"
1788
+ msgstr "Dažniausiai užduodami klausimai"
1789
+
1790
+ #: ../sendmail/sendmail.php:62
1791
+ msgid "Click here to check Statistics"
1792
+ msgstr "Norėdami peržiūrėti statistiką, spauskite čia"
1793
+
1794
+ #: ../sendmail/sendmail.php:182
1795
+ msgid ""
1796
+ "<br><br><strong>Your Recipients count is above 100.<br>We strongly recommend "
1797
+ "that you change above Mail Type to Cron and Send Mail via Cron Job."
1798
+ "</strong><br>Click on Help for more information."
1799
+ msgstr ""
1800
+ "<br><br><strong>Jūsų gavėjų skaičius viršija 100.<br>Mes primygtinai siūlome "
1801
+ "jums pakeisti pašto siuntimo tipą į periodinių užduočių (cron) ir siųsti "
1802
+ "laiškus naudojant periodines užduotis (cron).</strong><br>Norėdami gauti "
1803
+ "daugiau informacijos spauskite Pagalba."
1804
+
1805
+ #: ../classes/es-common.php:8
1806
+ msgid "<span style=\"color:#006600;font-weight:bold;\">Confirmed</span>"
1807
+ msgstr "<span style=\"color:#006600;font-weight:bold;\">Patvirtinta</span>"
1808
+
1809
+ #: ../classes/es-common.php:11
1810
+ msgid "<span style=\"color:#FF0000\">Unconfirmed</span>"
1811
+ msgstr "<span style=\"color:#FF0000\">Nepatvirtintas</span>"
1812
+
1813
+ #: ../classes/es-common.php:14
1814
+ msgid "<span style=\"color:#999900\">Unsubscribed</span>"
1815
+ msgstr "<span style=\"color:#999900\">Nutraukė prenumeratą</span>"
1816
+
1817
+ #: ../classes/es-common.php:17
1818
+ msgid "<span style=\"color:#0000FF\">Single Opt In</span>"
1819
+ msgstr "<span style=\"color:#0000FF\">Viengubas patvirtinimas</span>"
1820
+
1821
+ #: ../classes/es-common.php:20
1822
+ msgid "<span style=\"color:#00CC00;font-weight:bold\">Viewed</span>"
1823
+ msgstr "<span style=\"color:#00CC00;font-weight:bold\">Peržiūrėta</span>"
1824
+
1825
+ #: ../classes/es-common.php:23
1826
+ msgid "<span style=\"color:#999900;\">Nodata</span>"
1827
+ msgstr "<span style=\"color:#999900;\">Nėra duomenų</span>"
1828
+
1829
+ #: ../classes/es-common.php:26
1830
+ msgid "<span style=\"color:#FF0000\">Disable</span>"
1831
+ msgstr "<span style=\"color:#FF0000\">Išjungti</span>"
1832
+
1833
+ #: ../classes/es-common.php:29
1834
+ msgid "<span style=\"color:#FF0000\">In Queue</span>"
1835
+ msgstr "<span style=\"color:#FF0000\">Eilėje</span>"
1836
+
1837
+ #: ../classes/es-common.php:32
1838
+ msgid "<span style=\"color:#00FF00;font-weight:bold;\">Sent</span>"
1839
+ msgstr "<span style=\"color:#00FF00;font-weight:bold;\">Išsiųsta</span>"
1840
+
1841
+ #: ../classes/es-common.php:35
1842
+ msgid "<span style=\"color:#ffd700;font-weight:bold;\">Cron Mail</span>"
1843
+ msgstr ""
1844
+ "<span style=\"color:#ffd700;font-weight:bold;\">Periodinių užduočių (cron) "
1845
+ "laiškas</span>"
1846
+
1847
+ #: ../classes/es-common.php:38
1848
+ msgid "<span style=\"color:#993399;\">Instant Mail</span>"
1849
+ msgstr "<span style=\"color:#993399;\">Momentinis laiškas</span>"
1850
+
1851
+ #: ../classes/es-register.php:145 ../classes/es-register.php:146
1852
+ msgid "Compose"
1853
+ msgstr "Kurti naują"
1854
+
1855
+ #: ../classes/es-register.php:154
1856
+ msgid "Cron"
1857
+ msgstr "Periodinės užduotys (cron)"
1858
+
1859
+ #: ../classes/es-register.php:155
1860
+ msgid "Cron Mail"
1861
+ msgstr "Periodinių užduočių (cron) laiškas"
1862
+
1863
+ #: ../classes/es-register.php:167
1864
+ msgid "<span style=\"color:#f18500;font-weight:bolder;\">Help & Info"
1865
+ msgstr "<span style=\"color:#f18500;font-weight:bolder;\">Pagalba ir informacija"
1866
+
1867
+ #: ../classes/es-register.php:181
1868
+ msgctxt "view-subscriber-enhanced-select"
1869
+ msgid "Do you want to delete this record?"
1870
+ msgstr "Ar norite ištrinti šį įrašą?"
1871
+
1872
+ #: ../classes/es-register.php:183
1873
+ msgctxt "view-subscriber-enhanced-select"
1874
+ msgid "Do you want to delete selected record(s)?"
1875
+ msgstr "Ar norite ištrinti pasirinktą(-us) įrašą(-us)?"
1876
+
1877
+ #: ../classes/es-register.php:184
1878
+ msgctxt "view-subscriber-enhanced-select"
1879
+ msgid "Are you sure you want to delete?"
1880
+ msgstr "Ar tikrai norite ištrinti?"
1881
+
1882
+ #: ../classes/es-register.php:185
1883
+ msgctxt "view-subscriber-enhanced-select"
1884
+ msgid ""
1885
+ "Do you want to resend confirmation email? \\nAlso please note, this will "
1886
+ "update subscriber current status to 'Unconfirmed'."
1887
+ msgstr ""
1888
+ "Ar norite pakartotinai išsiųsti patvirtinimo laišką? \\nAtkreipkite dėmesį, "
1889
+ "kad bus prenumeratoriaus dabartinis statusas bus pakeistas į \"Nepatvirtinta\"."
1890
+
1891
+ #: ../classes/es-register.php:187
1892
+ msgctxt "view-subscriber-enhanced-select"
1893
+ msgid "Do you want to update subscribers group?"
1894
+ msgstr "Ar norite atnaujinti prenumeratorių grupę?"
1895
+
1896
+ #: ../classes/es-register.php:188
1897
+ msgctxt "view-subscriber-enhanced-select"
1898
+ msgid "Do you want to export the emails?"
1899
+ msgstr "Ar norite eksportuoti el. pašto adresus?"
1900
+
1901
+ #: ../classes/es-register.php:199
1902
+ msgctxt "compose-enhanced-select"
1903
+ msgid "Do you want to delete this record?"
1904
+ msgstr "Ar norite ištrinti šį įrašą?"
1905
+
1906
+ #: ../classes/es-register.php:210
1907
+ msgctxt "notification-enhanced-select"
1908
+ msgid "Do you want to delete this record?"
1909
+ msgstr "Ar norite ištrinti šį įrašą?"
1910
+
1911
+ #: ../classes/es-register.php:228
1912
+ msgctxt "sentmail-enhanced-select"
1913
+ msgid "Do you want to delete this record?"
1914
+ msgstr "Ar norite ištrinti šį įrašą?"
1915
+
1916
+ #: ../classes/es-register.php:229
1917
+ msgctxt "sentmail-enhanced-select"
1918
+ msgid "Do you want to delete all records except latest 10?"
1919
+ msgstr "Ar norite ištrinti visus, išskyrus 10 naujausių, įrašus?"
1920
+
1921
+ #: ../classes/es-register.php:254
1922
+ msgctxt "widget-enhanced-select"
1923
+ msgid "Cannot create XMLHTTP instance"
1924
+ msgstr "Nepavyko sukurti XMLHTTP instancijos"
1925
+
1926
+ #: ../classes/es-register.php:271
1927
+ msgctxt "widget-page-enhanced-select"
1928
+ msgid "Cannot create XMLHTTP instance"
1929
+ msgstr "Nepavyko sukurti XMLHTTP instancijos"
1930
+
1931
+ #: ../classes/es-register.php:547
1932
+ msgid "Display Name Field"
1933
+ msgstr "Rodyti vardo lauką"
languages/email-subscribers-tr_TR.mo CHANGED
Binary file
languages/email-subscribers-tr_TR.po CHANGED
@@ -3,7 +3,7 @@ msgstr ""
3
  "Project-Id-Version: Email Subscribers\n"
4
  "Report-Msgid-Bugs-To: \n"
5
  "POT-Creation-Date: Tue Feb 09 2016 16:21:13 GMT+0530 (IST)\n"
6
- "PO-Revision-Date: 2016-07-25 10:00+0200\n"
7
  "Last-Translator: Erkan Oruç <erkanoruc@gmail.com>\n"
8
  "Language-Team: \n"
9
  "Language: tr\n"
@@ -22,1676 +22,1434 @@ msgstr ""
22
  "X-Loco-Target-Locale: tr_TR\n"
23
  "X-Poedit-SearchPath-0: ..\n"
24
 
25
- #: ../subscribers/view-subscriber-show.php:232
26
- msgid "View Subscribers"
27
- msgstr "Abonelere Gözat"
28
 
29
- #. URI of the plugin
30
- msgid "http://www.storeapps.org/product/email-subscribers"
31
- msgstr "http://www.storeapps.org/product/email-subscribers"
32
 
33
- #. Author of the plugin
34
- msgid "StoreApps"
35
- msgstr "Uygulama Mağazası"
 
36
 
37
- #: ../notification/notification-edit.php:43
38
- msgid "Please select subscribers group"
39
- msgstr "Lütfen abone grubunu seçiniz"
 
40
 
41
- #: ../notification/notification-edit.php:49
42
- msgid "Please select notification status"
43
- msgstr "Lütfen bildirim durumunu seçiniz"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
44
 
45
- #: ../notification/notification-edit.php:114
46
- msgid "Not allowed to update subscribers group in edit page"
47
- msgstr "Düzenleme sayfasında abonelerin grup değişimine izin verilmez"
 
 
 
 
 
 
 
 
48
 
49
- #: ../notification/notification-edit.php:126
50
- #: ../notification/notification-add.php: 134
51
- msgid "Select notification mail subject (Use compose menu to create new)"
52
  msgstr ""
53
- "Bildirim e-posta konusunu seçiniz (Yenisini oluşturmak için oluştur menüsünü "
54
- "kullanınız)"
55
 
56
- #: ../notification/notification-edit.php:195
57
- #: ../notification/notification-add.php: 194
58
- msgid "Custom Post Type"
59
- msgstr "Özel Gönderi Tipi"
60
 
61
- #: ../notification/notification-edit.php:230
62
- #: ../notification/notification-add.php: 224
63
- msgid "No Custom Post Types Available"
64
- msgstr "Gönderi Tipi Mevcut Değil"
65
 
66
- #: ../notification/notification-edit.php:243
67
- #: ../notification/notification-add.php: 237
68
- msgid "Send mail immediately when new post is published"
69
- msgstr "Yeni yazı yayınladığı anda e-posta gönder"
70
 
71
- #: ../notification/notification-edit.php:244
72
- #: ../notification/notification-add.php: 238
73
- msgid "Add to cron when new post is published and send via cron job"
 
74
  msgstr ""
75
- "Yeni yazı yayınlandığında planlanmış gönderilere ekle ve planlanmış gönderi "
76
- "ile gönder"
77
 
78
- #: ../notification/notification-edit.php:245
79
- #: ../notification/notification-add.php: 239
80
- msgid "Disable notification"
81
- msgstr "Bildirimleri durdur"
 
 
 
82
 
83
- #: ../notification/notification-add.php:70
84
- msgid "Notification was successfully created. "
85
- msgstr "Bildirim başarılı bir şekilde oluşturuldu."
86
 
87
- #: ../notification/notification-add.php:93
88
- msgid " to view the details."
 
 
 
 
 
 
 
 
 
89
  msgstr "detayları görmek için."
90
 
91
- #: ../notification/notification-add.php:110
92
- msgid "Select subscribers group"
93
- msgstr "Abone grubunu seçiniz"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
94
 
95
- #: ../notification/notification-add.php:159
96
- msgid "Select post categories"
97
- msgstr "Gönderi kategorisini seçiniz"
 
 
 
98
 
99
- #: ../notification/notification-add.php:195
100
- msgid "Select your custom post type (Optional)"
101
- msgstr "Özel gönderi tipini seçiniz (Opsiyonel)"
102
 
103
- #: ../notification/notification-add.php:232
104
- msgid "Select notification status"
105
- msgstr "Bildirim durumunu seçiniz"
106
 
107
- #: ../notification/notification-show.php:30
108
- msgid "Selected record was successfully deleted"
109
- msgstr "Kayıt başarılı bir şekilde silindi"
110
 
111
- #: ../notification/notification-show.php:117
112
- msgid "Send mail immediately when new post is published."
113
- msgstr "Yeni yazı yayınladığı anda e-posta gönder"
114
 
115
- #: ../notification/notification-show.php:119
116
- msgid "Add to cron and send mail via cron job."
117
- msgstr "Planlanmış gönderilere ekle ve planlanmış gönderi ile e-posta gönder."
118
 
119
- #: ../sendmail/sendmail.php:129
120
- msgid "Select your mail type"
121
- msgstr "E-posta tipini seçiniz"
122
 
123
- #: ../sendmail/sendmail.php:135
124
- msgid "Send mail immediately"
125
- msgstr "Anında e-posta gönder"
126
 
127
- #: ../sendmail/sendmail.php:136
128
- msgid "Send mail via cron job"
129
- msgstr "Planlanmış gönderim ile e-posta gönder"
130
 
131
- #: ../sendmail/sendmail.php:144
132
- msgid "Select your subscriber group to send email"
133
- msgstr "E-posta gönderimi için abone grubunu seçiniz"
134
 
135
- #: ../sendmail/sendmail.php:177
136
- msgid "A,B,C"
137
- msgstr "A,B,C"
138
 
139
- #: ../sendmail/sendmail.php:178
140
- msgid "D,E,F"
141
- msgstr "D,E,F"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
142
 
143
- #: ../sendmail/sendmail.php:179
144
- msgid "G,H,I"
145
- msgstr "G,H,I"
146
 
147
- #: ../sendmail/sendmail.php:180
148
- msgid "J,K,L"
149
- msgstr "J,K,L"
150
 
151
- #: ../sendmail/sendmail.php:181
152
- msgid "M,N,O"
153
- msgstr "M,N,O"
154
 
155
- #: ../sendmail/sendmail.php:182
156
- msgid "P,Q,R"
157
- msgstr "P,Q,R"
158
 
159
- #: ../sendmail/sendmail.php:183
160
- msgid "S,T,U"
161
- msgstr "S,T,U"
162
 
163
- #: ../sendmail/sendmail.php:184
164
- msgid "V,W,X,Y,Z"
165
- msgstr "V,W,X,Y,Z"
166
 
167
- #: ../sendmail/sendmail.php:185
168
- msgid "0-9"
169
- msgstr "0-9"
170
 
171
- #: ../sendmail/sendmail.php:186
172
- msgid "ALL"
173
- msgstr "HEPSİ"
174
 
175
- #: ../sendmail/sendmail.php:223
176
- #, php-format
177
- msgid ""
178
- "<span style=\"color:#FF0000\">No subscribers available for %s search "
179
- "criteria.</span>"
180
- msgstr ""
181
- "<span style=\"color:#FF0000\">%s arama kriteri ile abone bulunamadı.</span>"
182
 
183
- #: ../settings/setting-sync.php:14
184
- msgid "Table sync completed successfully."
185
- msgstr "Tablo başarıyla eşitlendi."
186
 
187
- #: ../settings/setting-sync.php:27
188
- msgid "Sync plugin tables"
189
- msgstr "Eklenti tablolarını eşitle"
190
 
191
- #: ../settings/setting-sync.php:30
192
- msgid "Click to sync tables"
193
- msgstr "Eşitleme tabloları için tıklayın"
194
 
195
- #: ../settings/settings-edit.php:17
196
- msgid "Oops, selected details doesnt exists."
197
- msgstr "Afedersiniz, seçilen detaylar mevcut değil."
198
 
199
- #: ../settings/settings-edit.php:111
200
- msgid "Please enter sender of notifications from name."
201
- msgstr "Bildirimlerin hangi isimden gönderileceğini giriniz."
202
 
203
- #: ../settings/settings-edit.php:116
204
- msgid "Please enter sender of notifications from email."
205
- msgstr "Bildirimlerin hangi E-Posta adresinden gönderileceğini giriniz."
 
 
 
 
206
 
207
- #: ../settings/settings-edit.php:149
208
- msgid "Details was successfully updated."
209
- msgstr "Detaylar başarıyla güncellendi"
210
 
211
- #: ../settings/settings-edit.php:152
212
- msgid "Oops, details not update."
213
- msgstr "Afedersiniz, detaylar güncellenmedi."
214
 
215
- #: ../settings/settings-edit.php:192 ../classes/es-register.php:155
216
- #: ../classes/es- register.php:156
217
- msgid "Settings"
218
- msgstr "Ayarlar"
219
 
220
- #: ../settings/settings-edit.php:198
221
- msgid "Sender of notifications"
222
- msgstr "Bildirimleri Gönderen"
223
 
224
- #: ../settings/settings-edit.php:199
225
  msgid ""
226
- "Choose a FROM name and FROM email address for all notifications emails from "
227
- "this plugin."
228
  msgstr ""
229
- "Bu eklenti ile gönderilecek bütün bildirimler için gönderen İSİM ve E-POSTA "
230
- "adresi seçiniz."
231
 
232
- #: ../settings/settings-edit.php:209
233
- msgid "Mail type"
234
- msgstr "E-posta Tipi"
 
 
 
 
 
235
 
236
- #: ../settings/settings-edit.php:210
237
  msgid ""
238
- "Option 1 & 2 is to send mails with default Wordpress method wp_mail(). "
239
- "Option 3 & 4 is to send mails with PHP method mail()"
240
  msgstr ""
241
- "Seçenek 1 & 2 ile normal WP metodu kullanılarak gönderilecek \n"
242
- "wp_mail(). Seçenek 3 & 4 ile PHP metodu kullanılarak gönderilecek. mail()"
 
243
 
244
- #: ../settings/settings-edit.php:214
245
- msgid "1. WP HTML MAIL"
246
- msgstr "1. WP HTML POSTA"
 
 
 
 
247
 
248
- #: ../settings/settings-edit.php:215
249
- msgid "2. WP PLAINTEXT MAIL"
250
- msgstr "2. WP PLAINTEXT POSTA"
251
 
252
- #: ../settings/settings-edit.php:216
253
- msgid "3. PHP HTML MAIL"
254
- msgstr " 3. PHP HTML POSTA"
255
 
256
- #: ../settings/settings-edit.php:217
257
- msgid "4. PHP PLAINTEXT MAIL"
258
- msgstr "4. PHP PLAINTEXT POSTA"
259
 
260
- #: ../settings/settings-edit.php:224
261
- msgid "Opt-in option"
262
- msgstr "Onaylama Seçeneği"
263
 
264
- #: ../settings/settings-edit.php:225
 
265
  msgid ""
266
- "Double Opt In, means subscribers need to confirm their email address by an "
267
- "activation link sent them on a activation email message. Single Opt In, "
268
- "means subscribers do not need to confirm their email address."
269
  msgstr ""
270
- "Çift Onay seçeneğinde, E-Posta Listesine kaydolacak adreslere bir onaylama "
271
- "mesajı ve kayıttan sonra da hoşgeldin mesajı gönderilir.\n"
272
- "Tek Onay seçeneğinde, sonradan ayrıca bildirim gönderilmez."
273
 
274
- #: ../settings/settings-edit.php:229
275
- msgid "Double Opt In"
276
- msgstr "Çift Onay"
277
 
278
- #: ../settings/settings-edit.php:230
279
- #: ../subscribers/view-subscriber-show.php:303
280
- msgid "Single Opt In"
281
- msgstr "Tek Onay"
282
 
283
- #: ../settings/settings-edit.php:236
284
- msgid "Image Size"
285
- msgstr "Resim Ölçüsü"
286
 
287
- #: ../settings/settings-edit.php:237
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
288
  msgid ""
289
- "Select image size for ###POSTIMAGE### to be shown in post notification email"
 
290
  msgstr ""
291
- "Lütfen yeni yazı bildirim mailindeki ###POSTIMAGE### için resim ölçüsünü "
292
- "belirleyiniz"
293
 
294
- #: ../settings/settings-edit.php:241
295
- msgid "Full Size"
296
- msgstr "Tam Boy"
 
 
297
 
298
- #: ../settings/settings-edit.php:242
299
- msgid "Medium Size"
300
- msgstr "Orta Boy"
301
 
302
- #: ../settings/settings-edit.php:243
303
- msgid "Thumbnail"
304
- msgstr "Küçük Boy"
305
 
306
- #: ../settings/settings-edit.php:249
307
- msgid "Opt-in mail subject (Confirmation mail)"
308
- msgstr "Onay E-postasının Konusu "
309
 
310
- #: ../settings/settings-edit.php:250
311
- msgid ""
312
- "Enter the subject for Double Opt In mail. This will send whenever subscriber "
313
- "added email into our database."
314
  msgstr ""
315
- "Çift onay E-posta konusu. E-posta listesine abone olanlara gönderilecektir."
316
 
317
- #: ../settings/settings-edit.php:256
318
- msgid "Opt-in mail content (Confirmation mail)"
319
- msgstr "Onaylama Metni"
320
 
321
- #: ../settings/settings-edit.php:257
322
- msgid ""
323
- "Enter the content for Double Opt In mail. This will send whenever subscriber "
324
- "added email into our database."
325
- msgstr ""
326
- "Çift Onay için E-Posta metni giriniz. Bu metin E-Posta listesine eklenenlere "
327
- "gönderilecektir."
328
 
329
- #: ../settings/settings-edit.php:263
330
- msgid "Opt-in link (Confirmation link)"
331
- msgstr "Onay Linki"
332
 
333
- #: ../settings/settings-edit.php:264
334
- msgid "Double Opt In confirmation link. You no need to change this value."
335
- msgstr "Çift Onay linki. Bu değerleri değiştirmeniz gerekmez."
336
 
337
- #: ../settings/settings-edit.php:270
338
- msgid "Text to display after email subscribed successfully"
339
- msgstr "Başarıyla Haber Listesine eklendikten sonra gönderilecek Metin."
340
 
341
- #: ../settings/settings-edit.php:271
342
- msgid ""
343
- "This text will display once user clicked email confirmation link from opt-in "
344
- "(confirmation) email content."
345
- msgstr ""
346
- "Bu metin, E-posta mesajındaki onay linkine tıklandığında bir kez "
347
- "gösterilecektir."
348
 
349
- #: ../settings/settings-edit.php:278
350
- msgid "Subscriber welcome email"
351
- msgstr "Kaydolanlara Hoşgeldin EPostası"
352
 
353
- #: ../settings/settings-edit.php:279
354
- msgid "To send welcome mail to subscriber, This option must be set to YES."
355
- msgstr ""
356
- "Kaydolanlara hoşgeldin E-Postası göndermek için bu seçenek EVET olarak "
357
- "seçilmelidir."
358
 
359
- #: ../settings/settings-edit.php:283 ../settings/settings-edit.php:311
360
- msgid "YES"
361
- msgstr "EVET"
362
 
363
- #: ../settings/settings-edit.php:284 ../settings/settings-edit.php:312
364
- msgid "NO"
365
- msgstr "HAYIR"
366
 
367
- #: ../settings/settings-edit.php:290
368
- msgid "Welcome mail subject"
369
- msgstr "Hoşgeldin E-postası konusu"
370
 
371
- #: ../settings/settings-edit.php:291
372
- msgid ""
373
- "Enter the subject for subscriber welcome mail. This will send whenever email "
374
- "subscribed (confirmed) successfully."
375
- msgstr ""
376
- "Aboneye hoşgeldin E-Postasının konusunu giriniz. Başarıyla kayıt işlemi "
377
- "tamamlananlara gönderilecektir."
378
 
379
- #: ../settings/settings-edit.php:297
380
- msgid "Subscriber welcome mail content"
381
- msgstr "Aboneye hoşgeldin E-Posta içeriği"
382
 
383
- #: ../settings/settings-edit.php:298
384
- msgid ""
385
- "Enter the content for subscriber welcome mail. This will send whenever email "
386
- "subscribed (confirmed) successfully. (Keyword: ###NAME###)"
387
- msgstr ""
388
- "Üye olan kişilere hoşgeldin mesaj bildirimi için içerik giriniz. Üyeliği "
389
- "onaylandığı zaman otomatik olarak gönderilecektir. (Anahtar : ###NAME###)"
390
 
391
- #: ../settings/settings-edit.php:306
392
- msgid "Mail to admin"
393
- msgstr "Yöneticiye E-posta gönder"
 
394
 
395
- #: ../settings/settings-edit.php:307
396
  msgid ""
397
- "To send admin notifications for new subscriber, This option must be set to "
398
- "YES."
 
399
  msgstr ""
400
- "Site yöneticisine yeni abone bildirimi göndermek için bu seçenek EVET olarak "
401
- "seçilmelidir."
 
 
402
 
403
- #: ../settings/settings-edit.php:318
404
- msgid "Admin email addresses"
405
- msgstr "Site yöneticisi E-posta adresleri"
 
 
 
 
 
406
 
407
- #: ../settings/settings-edit.php:319
 
408
  msgid ""
409
- "Enter the admin email addresses that should receive notifications (separate "
410
- "by comma)."
 
411
  msgstr ""
412
- "Bildirim gönderilecek site yöneticisi E-posta adreslerini (birden fazla ise "
413
- "virgülle ayırarak) giriniz."
414
-
415
- #: ../settings/settings-edit.php:325
416
- msgid "Admin mail subject"
417
- msgstr "Site yöneticisi için E-posta konusu"
418
 
419
- #: ../settings/settings-edit.php:326
 
420
  msgid ""
421
- "Enter the subject for admin mail. This will send whenever new email added "
422
- "and confirmed into our database."
 
423
  msgstr ""
424
- "Site yöneticisi için E-posta konusu giriniz. Haber Listesine yeni biri "
425
- "kaydolduğunda gönderilecektir."
426
-
427
- #: ../settings/settings-edit.php:332
428
- msgid "Admin mail content"
429
- msgstr "Site Yöneticisi E-posta Metni"
430
 
431
- #: ../settings/settings-edit.php:333
432
  msgid ""
433
- "Enter the mail content for admin. This will send whenever new email added "
434
- "and confirmed into our database. (Keyword: ###NAME###, ###EMAIL###)"
435
  msgstr ""
436
- "Site yöneticisine bildirim için içerik giriniz. Veritabanına yeni e-posta "
437
- "eklendiğinde ve onaylandığında otomatik olarak yöneticiye bildirilecektir. "
438
- "(Anahtar : ###NAME###, ###EMAIL###)"
439
 
440
- #: ../settings/settings-edit.php:340
441
- msgid "Unsubscribe link"
442
- msgstr "Üyelik iptal linki"
443
 
444
- #: ../settings/settings-edit.php:341
445
- msgid "Unsubscribe link. You no need to change this value."
446
- msgstr "Üyelik iptal linki. Bu değeri değiştirmeniz gerekmez."
447
 
448
- #: ../settings/settings-edit.php:347
449
- msgid "Unsubscribe text in mail"
450
- msgstr "Abonelik iptal metni"
451
 
452
- #: ../settings/settings-edit.php:348
453
- msgid ""
454
- "Enter the text for unsubscribe link. This text is to add unsubscribe link "
455
- "with newsletter. (Keyword: ###LINK###)"
456
- msgstr ""
457
- "Üyelikten ayrılma linki için bir yazı giriniz. Bu yazı gönderilen bültene "
458
- "üyelikten ayrıl bağlantısı eklemek içindir. (Anahtar : ###LINK###)"
459
-
460
- #: ../settings/settings-edit.php:354
461
- msgid "Text to display after email unsubscribed"
462
- msgstr "Bir E-posta aboneliği sonlandırıldıktan sonra gösterilecek metin"
463
 
464
- #: ../settings/settings-edit.php:355
 
465
  msgid ""
466
- "This text will display once user clicked unsubscribed link from our "
467
- "newsletter."
468
- msgstr ""
469
- "Bu Metin, Haber Bültenlerindeki Kayıt Silme linkine tıklayanlara bir kez "
470
- "gösterilecektir."
471
-
472
- #: ../settings/settings-edit.php:362
473
- msgid "Message 1"
474
- msgstr "Mesaj 1"
475
-
476
- #: ../settings/settings-edit.php:363
477
- msgid "Default message to display if any issue on confirmation link."
478
  msgstr ""
479
- "Onaylama linkinde herhangi bir sorun olduğunda gösterilecek varsayılan metin"
 
480
 
481
- #: ../settings/settings-edit.php:369
482
- msgid "Message 2"
483
- msgstr "Mesaj 2"
 
484
 
485
- #: ../settings/settings-edit.php:370
486
- msgid "Default message to display if any issue on unsubscribe link."
487
- msgstr "Kayıt silme linkinde herhangi bir sorun olduğunda gösterilecek metin"
488
 
489
- #: ../settings/settings-edit.php:377
490
- msgid "Sent report subject"
491
- msgstr "Gönderilen rapor konusu"
 
 
 
 
 
 
 
 
 
 
 
 
492
 
493
- #: ../settings/settings-edit.php:378
494
- msgid "Mail subject for sent mail report."
495
- msgstr "Gönderilen rapor için e-posta konusu"
 
 
 
 
 
 
 
496
 
497
- #: ../settings/settings-edit.php:384
498
- msgid "Sent report content"
499
- msgstr "Gönderilen rapor içeriği"
 
500
 
501
- #: ../settings/settings-edit.php:385
502
- msgid ""
503
- "Mail content for sent mail report. (Keyword: ###COUNT###, ###UNIQUE###, "
504
- "###STARTTIME###, ###ENDTIME###)"
505
- msgstr ""
506
- "Gönderilen rapor için e-posta içeriği. (Anahtarlar : ###COUNT###, "
507
- "###UNIQUE###, ###STARTTIME###, ###ENDTIME###)"
508
 
509
- #: ../settings/settings-edit.php:396
510
- msgid "Save Settings"
511
- msgstr "Ayarları Kaydet"
 
512
 
513
- #: ../settings/settings-edit.php:397
514
- #: ../subscribers/view-subscriber-add.php:154 ..
515
- #: subscribers/view-subscriber-sync.php:157
516
- #: ../subscribers/view-subscriber-edit. php:147
517
- #: ../notification/notification-edit.php:255 ../notification/notification-
518
- #: add.php:248 ../compose/compose-edit.php:109 ../compose/compose-add.php:100
519
- #: cron/cron-add.php:89 ../sendmail/sendmail.php:240
520
- #: ../roles/roles-add.php:157
521
- msgid "Cancel"
522
- msgstr "İptal"
523
-
524
- #: ../settings/settings-edit.php:398 ../sentmail/sentmail-preview.php:36 ..
525
- #: sentmail/deliverreport-show.php:118 ../subscribers/view-subscriber-add.php:
526
- #: 155 ../subscribers/view-subscriber-sync.php:158
527
- #: ../subscribers/view-subscriber- export.php:68
528
- #: ../subscribers/view-subscriber-edit.php:148 ../subscribers/view-
529
- #: subscriber-import.php:189 ../subscribers/view-subscriber-show.php:448
530
- #: notification/notification-edit.php:256
531
- #: ../notification/notification-add.php: 249
532
- #: ../notification/notification-show.php:141 ../compose/compose-edit.php:110 .
533
- #: compose/compose-show.php:113 ../compose/compose-preview.php:35
534
- #: compose/compose-add.php:101 ../cron/cron-add.php:90
535
- #: ../sendmail/sendmail.php: 241 ../roles/roles-add.php:158
536
- msgid "Help"
537
- msgstr "Yardım"
538
 
539
- #: ../job/es-optin.php:56 ../job/es-optin.php:66 ../job/es-unsubscribe.php:53
540
- #: .. job/es-unsubscribe.php:60
541
- msgid ""
542
- "Oops.. We are getting some technical error. Please try again or contact "
543
- "admin."
544
  msgstr ""
545
- "Afedersiniz.. Teknik bir sorun yaşıyoruz. Lütfen tekrar deneyin veya site "
546
- "yönetimine E-posta gönderin."
547
-
548
- #: ../job/es-optin.php:59
549
- msgid "This email address has already been confirmed."
550
- msgstr "E-Posta adresi seçilmedi."
551
 
552
- #: ../sentmail/sentmail-show.php:19 ../sentmail/sentmail-preview.php:15 ..
553
- #: subscribers/view-subscriber-edit.php:12
554
- #: ../subscribers/view-subscriber-show. php:46
555
- #: ../notification/notification-edit.php:16 ../notification/notification-
556
- #: show.php:18 ../compose/compose-edit.php:15 ../compose/compose-show.php:31
557
- #: compose/compose-preview.php:13
558
- msgid "Oops, selected details doesnt exist."
559
- msgstr "Afedersiniz, seçilen detaylar yok."
560
-
561
- #: ../sentmail/sentmail-show.php:31 ../subscribers/view-subscriber-show.php:60
562
- #: .. subscribers/view-subscriber-show.php:104 ../compose/compose-show.php:43
563
- msgid "Selected record was successfully deleted."
564
- msgstr "Seçilen kayıt başarıyla silindi."
565
-
566
- #: ../sentmail/sentmail-show.php:38
567
- msgid "Successfully deleted all reports except latest 10."
568
- msgstr "En son 10 rapor hariç hepsi başarıyla silindi."
569
 
570
- #: ../sentmail/sentmail-show.php:49 ../classes/es-register.php:161
571
- #: ../classes/es- register.php:162
572
- msgid "Sent Mails"
573
- msgstr "Giden E-Postalar"
574
 
575
- #: ../sentmail/sentmail-show.php:67 ../sentmail/sentmail-show.php:80
576
- msgid "View Reports"
577
- msgstr "Raporlara Gözat"
 
 
578
 
579
- #: ../sentmail/sentmail-show.php:68 ../sentmail/sentmail-show.php:81 ..
580
- #: compose/compose-show.php:95
581
- msgid "Preview"
582
- msgstr "Önizleme"
583
 
584
- #: ../sentmail/sentmail-show.php:69 ../sentmail/sentmail-show.php:82
585
- msgid "Source"
586
- msgstr "Kaynak"
 
587
 
588
- #: ../sentmail/sentmail-show.php:70 ../sentmail/sentmail-show.php:83 ..
589
- #: sentmail/deliverreport-show.php:42 ../sentmail/deliverreport-show.php:54
590
- #: subscribers/view-subscriber-add.php:121
591
- #: ../subscribers/view-subscriber-edit. php:105
592
- #: ../subscribers/view-subscriber-import.php:155 ../subscribers/view-
593
- #: subscriber-show.php:327 ../subscribers/view-subscriber-show.php:340
594
- #: compose/compose-edit.php:99 ../compose/compose-show.php:67
595
- #: ../compose/compose- show.php:75 ../compose/compose-add.php:90
596
- msgid "Status"
597
- msgstr "Durum"
598
 
599
- #: ../sentmail/sentmail-show.php:71 ../sentmail/sentmail-show.php:84 ..
600
- #: sentmail/deliverreport-show.php:43 ../sentmail/deliverreport-show.php:55
601
- #: compose/compose-show.php:68 ../compose/compose-show.php:76
602
- msgid "Type"
603
- msgstr "Tür"
604
 
605
- #: ../sentmail/sentmail-show.php:72 ../sentmail/sentmail-show.php:85
606
- msgid "Start Date"
607
- msgstr "Başlama Tarihi"
 
 
608
 
609
- #: ../sentmail/sentmail-show.php:73 ../sentmail/sentmail-show.php:86
610
- msgid "End Date"
611
- msgstr "Bitiş Tarihi"
 
 
 
612
 
613
- #: ../sentmail/sentmail-show.php:74 ../sentmail/sentmail-show.php:87
614
- msgid "Total"
615
- msgstr "Toplam"
616
 
617
- #: ../sentmail/sentmail-show.php:75 ../sentmail/sentmail-show.php:88 ..
618
- #: subscribers/view-subscriber-export.php:30 ../subscribers/view-subscriber-
619
- #: export.php:38 ../subscribers/view-subscriber-show.php:330
620
- #: ../subscribers/view- subscriber-show.php:343 ../compose/compose-show.php:69
621
- #: ../compose/compose-show. php:77
622
- msgid "Action"
623
- msgstr "Eylem"
624
 
625
- #: ../sentmail/sentmail-show.php:128 ../sentmail/deliverreport-show.php:82 ..
626
- #: notification/notification-show.php:130 ../compose/compose-show.php:102
 
627
  msgid "No records available."
628
  msgstr "Kayıt Yok!"
629
 
630
- #: ../sentmail/sentmail-show.php:140 ../sentmail/deliverreport-show.php:94
631
- msgid " &lt;&lt; "
632
- msgstr " &lt;&lt; "
633
-
634
- #: ../sentmail/sentmail-show.php:141 ../sentmail/deliverreport-show.php:95
635
- msgid " &gt;&gt; "
636
- msgstr " &gt;&gt; "
637
 
638
- #: ../sentmail/sentmail-show.php:164 ../sentmail/sentmail-show.php:166
639
- msgid "Optimize Table"
640
- msgstr "Tabloyu Optimize Et"
641
 
642
- #: ../sentmail/sentmail-show.php:174
643
- msgid ""
644
- "Note: Please click <strong>Optimize Table</strong> button to delete all "
645
- "reports except latest 10."
646
- msgstr ""
647
- "Not: En Son 10 Rapor dışındakileri silmek için <strong>Tabloları Optimize "
648
- "Et</strong> tuşuna tıklayın."
649
 
650
- #: ../sentmail/sentmail-preview.php:22 ../compose/compose-preview.php:21
651
- msgid "Preview Mail"
652
- msgstr "E-posta Önizleme"
 
653
 
654
- #: ../sentmail/sentmail-preview.php:35 ../sentmail/deliverreport-show.php:117
655
- #: .. subscribers/view-subscriber-export.php:67
656
- #: ../subscribers/view-subscriber- import.php:188
657
- #: ../compose/compose-preview.php:33
658
- msgid "Back"
659
- msgstr "Geri"
660
 
661
- #: ../sentmail/deliverreport-show.php:13
662
- msgid "Oops.. Unexpected error occurred. Please try again."
663
- msgstr "Afedersiniz... Beklenmedik bir hata oldu, tekrar deneyiniz."
664
 
665
- #: ../sentmail/deliverreport-show.php:22
666
- msgid "Delivery Report"
667
- msgstr "Teslimat Raporu"
668
 
669
- #: ../sentmail/deliverreport-show.php:39 ../sentmail/deliverreport-show.php:51
670
- #: .. subscribers/view-subscriber-export.php:27
671
- #: ../subscribers/view-subscriber- export.php:35
672
- #: ../subscribers/view-subscriber-show.php:324 ../subscribers/view-
673
- #: subscriber-show.php:337
674
- msgid "Sno"
675
- msgstr "Sıra"
676
 
677
- #: ../sentmail/deliverreport-show.php:40 ../sentmail/deliverreport-show.php:52
678
- msgid "Email"
679
- msgstr "E-posta"
680
 
681
- #: ../sentmail/deliverreport-show.php:41 ../sentmail/deliverreport-show.php:53
682
- msgid "Sent Date"
683
- msgstr "Gönderim Tarihi"
 
 
 
684
 
685
- #: ../sentmail/deliverreport-show.php:44 ../sentmail/deliverreport-show.php:56
686
- msgid "Viewed Status"
687
- msgstr "Görülme Durumu"
 
 
 
688
 
689
- #: ../sentmail/deliverreport-show.php:45 ../sentmail/deliverreport-show.php:57
690
- msgid "Viewed Date"
691
- msgstr "Görülme Tarihi"
 
 
 
692
 
693
- #: ../sentmail/deliverreport-show.php:46 ../sentmail/deliverreport-show.php:58
694
- #: .. subscribers/view-subscriber-show.php:329
695
- #: ../subscribers/view-subscriber-show. php:342
696
- msgid "Database ID"
697
- msgstr "Veritabanı No"
698
 
699
- #: ../classes/es-loadwidget.php:24 ../classes/es-register.php:411 ..
700
- #: subscribers/view-subscriber-show.php:326
701
- #: ../subscribers/view-subscriber-show. php:339
702
- msgid "Name"
703
- msgstr "Adınız"
704
 
705
- #: ../classes/es-loadwidget.php:29 ../classes/es-register.php:416
706
- msgid "Email *"
707
- msgstr "E-posta Adresiniz*"
708
 
709
- #: ../classes/es-loadwidget.php:34 ../classes/es-register.php:421
710
- msgid "Subscribe"
711
- msgstr "Üye Ol"
712
 
713
- #. Name of the plugin
714
- #: ../classes/es-register.php:137 ../classes/es-register.php:138
715
- msgid "Email Subscribers"
716
- msgstr "Email Subscribers"
717
 
718
- #: ../classes/es-register.php:140 ../classes/es-register.php:141
719
- msgid "Subscribers"
720
- msgstr "Aboneler"
721
 
722
- #: ../classes/es-register.php:143 ../classes/es-register.php:144
723
- msgid "Compose"
724
- msgstr "Oluştur"
725
 
726
- #: ../classes/es-register.php:146 ../classes/es-register.php:147 ..
727
- #: notification/notification-show.php:44
728
- msgid "Notification"
729
- msgstr "Bildirimler"
730
 
731
- #: ../classes/es-register.php:149 ../classes/es-register.php:150 ..
732
- #: sendmail/sendmail.php:93 ../sendmail/sendmail.php:236 ../sendmail/sendmail.
733
- #: php:238
734
- msgid "Send Email"
735
- msgstr "E-posta Gönder"
736
 
737
- #: ../classes/es-register.php:152
738
- msgid "Cron"
739
- msgstr "Planlama"
740
 
741
- #: ../classes/es-register.php:153
742
- msgid "Cron Mail"
743
- msgstr "Planlanmış E-posta"
 
 
 
 
744
 
745
- #: ../classes/es-register.php:158 ../classes/es-register.php:159
746
- msgid "Roles"
747
- msgstr "Yetkiler"
748
 
749
- #: ../classes/es-register.php:164
750
- msgid "Help & Info"
751
- msgstr "Yardım & Bilgi"
 
 
 
 
752
 
753
- #: ../classes/es-register.php:165
754
- msgid "<span style=\"color:#f18500;font-weight:bolder;\">Help & Info"
755
- msgstr "<span style=\"color:#f18500;font-weight:bolder;\">Yardım & Bilgi"
756
 
757
- #: ../classes/es-register.php:176
758
- msgctxt "view-subscriber-enhanced-select"
759
- msgid "Please enter subscriber email address."
760
- msgstr "Lütfen abone e-posta adresi giriniz."
761
 
762
- #: ../classes/es-register.php:177
763
- msgctxt "view-subscriber-enhanced-select"
764
- msgid "Please select subscriber email status."
765
- msgstr "Lütfen abone e-posta durumunu seçiniz"
766
-
767
- #: ../classes/es-register.php:178
768
- msgctxt "view-subscriber-enhanced-select"
769
- msgid "Please select or create group for this subscriber."
770
- msgstr "Bu abone için bir grup seçiniz veya oluşturunuz."
771
-
772
- #: ../classes/es-register.php:179
773
- msgctxt "view-subscriber-enhanced-select"
774
- msgid "Do you want to delete this record?"
775
- msgstr "Bu kaydı silmek istiyor musunuz?"
776
-
777
- #: ../classes/es-register.php:180
778
- msgctxt "view-subscriber-enhanced-select"
779
- msgid "Please select the bulk action."
780
- msgstr "Lütfen toplu işlem seçiniz."
781
 
782
- #: ../classes/es-register.php:181
783
- msgctxt "view-subscriber-enhanced-select"
784
- msgid "Do you want to delete selected record(s)?"
785
- msgstr "Seçilen kaydı ve kayıtları silmek istiyor musunuz?"
786
 
787
- #: ../classes/es-register.php:182
788
- msgctxt "view-subscriber-enhanced-select"
789
- msgid "Are you sure you want to delete?"
790
- msgstr "Silmek istediğinizden emin misiniz?"
791
 
792
- #: ../classes/es-register.php:183
793
- msgctxt "view-subscriber-enhanced-select"
794
  msgid ""
795
- "Do you want to resend confirmation email? \\nAlso please note, this will "
796
- "update subscriber current status to 'Unconfirmed'."
 
797
  msgstr ""
798
- "Onay mailini tekrar göndermek ister misiniz? \\nAyrıca lütfen not ediniz. Bu "
799
- "seçenek abonelik durumunu \"Onaylanmadı\" olarak ayarlayacaktır."
 
800
 
801
- #: ../classes/es-register.php:184
802
- msgctxt "view-subscriber-enhanced-select"
803
- msgid "Please select new subscriber group."
804
- msgstr "Lütfen yeni abone grubu seçiniz."
805
 
806
- #: ../classes/es-register.php:185
807
- msgctxt "view-subscriber-enhanced-select"
808
- msgid "Do you want to update subscribers group?"
809
- msgstr "Abonelerin grubunu güncellemek istiyor musunuz?"
 
 
810
 
811
- #: ../classes/es-register.php:186
812
- msgctxt "view-subscriber-enhanced-select"
813
- msgid "Do you want to export the emails?"
814
- msgstr "E-posta adreslerini dışarı aktarmak istiyor musunuz?"
815
 
816
- #: ../classes/es-register.php:187
817
- msgctxt "view-subscriber-enhanced-select"
818
  msgid ""
819
- "Please select only csv file. Please check official website for csv "
820
- "structure.."
821
  msgstr ""
822
- "Lütfen sadece CSV dosyası seçiniz. Lütfen CSV dosya yapısı için resmi site "
823
- "adresini ziyaret ediniz."
824
 
825
- #: ../classes/es-register.php:195
826
- msgctxt "compose-enhanced-select"
827
- msgid "Please enter name for configuration."
828
- msgstr "Lütfen ayarlar için isim giriniz."
829
 
830
- #: ../classes/es-register.php:196
831
- msgctxt "compose-enhanced-select"
832
- msgid "Please select template for this configuration."
833
- msgstr "Lütfen ayarlar için bir şablon seçiniz."
834
 
835
- #: ../classes/es-register.php:197
836
- msgctxt "compose-enhanced-select"
837
- msgid "Do you want to delete this record?"
838
- msgstr "Bu kaydı silmek istiyor musunuz?"
839
 
840
- #: ../classes/es-register.php:205
841
- msgctxt "notification-enhanced-select"
842
- msgid "Please select subscribers group."
843
- msgstr "Lütfen abonelerin grubunu seçiniz."
844
 
845
- #: ../classes/es-register.php:206
846
- msgctxt "notification-enhanced-select"
847
  msgid ""
848
- "Please select notification mail subject. Use compose menu to create new."
849
- msgstr ""
850
- "Lütfen bildirim e-postasının konusunu seçiniz. Yeni oluşturmak için oluştur "
851
- "menüsünü kullanınız."
852
-
853
- #: ../classes/es-register.php:207
854
- msgctxt "notification-enhanced-select"
855
- msgid "Please select notification status."
856
- msgstr "Lütfen bildirim durumunu seçiniz."
857
-
858
- #: ../classes/es-register.php:208
859
- msgctxt "notification-enhanced-select"
860
- msgid "Do you want to delete this record?"
861
- msgstr "Bu kaydı silmek istiyor musunuz?"
862
-
863
- #: ../classes/es-register.php:216
864
- msgctxt "sendmail-enhanced-select"
865
- msgid "Please select your mail subject."
866
- msgstr "Lütfen e-posta konusunu seçiniz."
867
-
868
- #: ../classes/es-register.php:217
869
- msgctxt "sendmail-enhanced-select"
870
- msgid "Please select subscriber email status."
871
- msgstr "Lütfen abone e-posta durumunu seçiniz."
872
-
873
- #: ../classes/es-register.php:218
874
- msgctxt "sendmail-enhanced-select"
875
- msgid "Are you sure you want to send email to all selected email address?"
876
  msgstr ""
877
- "Tüm seçili e-posta adreslerine bildirim göndermek istediğinizden emin "
878
- "misiniz?"
879
-
880
- #: ../classes/es-register.php:230
881
- msgctxt "sentmail-enhanced-select"
882
- msgid "Do you want to delete this record?"
883
- msgstr "Bu kaydı silmek istiyor musunuz?"
884
-
885
- #: ../classes/es-register.php:231
886
- msgctxt "sentmail-enhanced-select"
887
- msgid "Do you want to delete all records except latest 10?"
888
- msgstr "Son 10 kayıt haricindeki tüm kayıtları silmek istiyor musunuz?"
889
-
890
- #: ../classes/es-register.php:239
891
- msgctxt "roles-enhanced-select"
892
- msgid "Please enter subscriber email address."
893
- msgstr "Lütfen abone e-posta adresi giriniz."
894
-
895
- #: ../classes/es-register.php:240
896
- msgctxt "roles-enhanced-select"
897
- msgid "Please select subscriber email status."
898
- msgstr "Lütfen abone e-posta adresi durumunu giriniz."
899
-
900
- #: ../classes/es-register.php:241
901
- msgctxt "roles-enhanced-select"
902
- msgid "Please select or create group for this subscriber."
903
- msgstr "Lütfen aboneler için bir grup seçiniz veya oluşturunuz."
904
-
905
- #: ../classes/es-register.php:249
906
- msgctxt "cron-enhanced-select"
907
- msgid "Please select enter number of mails you want to send per hour/trigger."
908
- msgstr "Lütfen her saat başı gönderilecek e-posta adedini seçiniz."
909
-
910
- #: ../classes/es-register.php:250
911
- msgctxt "cron-enhanced-select"
912
- msgid "Please enter the mail count, only number."
913
- msgstr "Lütfen e-posta sayısını giriniz.(Sadece rakamlar)"
914
-
915
- #: ../classes/es-register.php:263
916
- msgctxt "widget-enhanced-select"
917
- msgid "Please enter email address."
918
- msgstr "Lütfen geçerli bir e-posta adresi giriniz."
919
-
920
- #: ../classes/es-register.php:264
921
- msgctxt "widget-enhanced-select"
922
- msgid "Please provide a valid email address."
923
- msgstr "Lütfen geçerli bir e-posta adresi giriniz."
924
-
925
- #: ../classes/es-register.php:265
926
- msgctxt "widget-enhanced-select"
927
- msgid "loading..."
928
- msgstr "Lütfen bekleyiniz..."
929
-
930
- #: ../classes/es-register.php:266
931
- msgctxt "widget-enhanced-select"
932
- msgid "Cannot create XMLHTTP instance"
933
- msgstr "XMLHTTP örneği oluşturulamıyor"
934
 
935
- #: ../classes/es-register.php:267
936
- msgctxt "widget-enhanced-select"
937
- msgid "Subscribed successfully."
938
- msgstr "Üyelik tamamlandı."
939
 
940
- #: ../classes/es-register.php:268
941
- msgctxt "widget-enhanced-select"
942
  msgid ""
943
- "You have successfully subscribed to the newsletter. You will receive a "
944
- "confirmation email in a few minutes. Please follow the link in it to confirm "
945
- "your subscription. If the email takes more than 15 minutes to appear in your "
946
- "mailbox, please check your spam folder."
947
  msgstr ""
948
- "E-posta aboneliğiniz başarıyla gerçekleştirildi. Birkaç dakika içinde onay "
949
- "maili alacaksınız. Lütfen aboneliğinizin tamamlanması için gelen e-posta "
950
- "içindeki onay linkini tıklayınız. Eğer 15 dakikadan uzun süre onay e-postası "
951
- "gelmezse lütfen spam klasörüne gözatınız."
952
-
953
- #: ../classes/es-register.php:269
954
- msgctxt "widget-enhanced-select"
955
- msgid "Email Address already exists."
956
- msgstr "E-posta adresi zaten eklenmiş."
957
-
958
- #: ../classes/es-register.php:270
959
- msgctxt "widget-enhanced-select"
960
- msgid "Oops.. Unexpected error occurred."
961
- msgstr "Beklenmeyen bir hata oluştu."
962
-
963
- #: ../classes/es-register.php:271
964
- msgctxt "widget-enhanced-select"
965
- msgid "Invalid email address."
966
- msgstr "Geçersiz mail adresi."
967
-
968
- #: ../classes/es-register.php:272
969
- msgctxt "widget-enhanced-select"
970
- msgid "Please try after some time."
971
- msgstr "Lütfen biraz sonra tekrar deneyiniz."
972
-
973
- #: ../classes/es-register.php:273
974
- msgctxt "widget-enhanced-select"
975
- msgid "There was a problem with the request."
976
- msgstr "Bir problem oluştu."
977
-
978
- #: ../classes/es-register.php:280
979
- msgctxt "widget-page-enhanced-select"
980
- msgid "Please enter email address."
981
- msgstr "Lütfen mail adresinizi giriniz."
982
-
983
- #: ../classes/es-register.php:281
984
- msgctxt "widget-page-enhanced-select"
985
- msgid "Please provide a valid email address."
986
- msgstr "Lütfen geçerli bir mail adresi giriniz."
987
 
988
- #: ../classes/es-register.php:282
989
- msgctxt "widget-page-enhanced-select"
990
- msgid "loading..."
991
- msgstr "Lütfen bekleyiniz..."
992
 
993
- #: ../classes/es-register.php:283
994
- msgctxt "widget-page-enhanced-select"
995
- msgid "Cannot create XMLHTTP instance"
996
- msgstr "XMLHTTP örneği oluşturulamıyor"
997
 
998
- #: ../classes/es-register.php:284
999
- msgctxt "widget-page-enhanced-select"
1000
- msgid "Subscribed successfully."
1001
- msgstr "Üyelik tamamlandı."
1002
 
1003
- #: ../classes/es-register.php:285
1004
- msgctxt "widget-page-enhanced-select"
1005
  msgid ""
1006
- "You have successfully subscribed to the newsletter. You will receive a "
1007
- "confirmation email in a few minutes. Please follow the link in it to confirm "
1008
- "your subscription. If the email takes more than 15 minutes to appear in your "
1009
- "mailbox, please check your spam folder."
1010
- msgstr ""
1011
- "E-posta aboneliğiniz başarıyla gerçekleştirildi. Birkaç dakika içinde onay "
1012
- "maili alacaksınız. Lütfen aboneliğinizin tamamlanması için gelen e-posta "
1013
- "içindeki onay linkini tıklayınız. Eğer 15 dakikadan uzun süre onay e-postası "
1014
- "gelmezse lütfen spam klasörüne gözatınız."
1015
-
1016
- #: ../classes/es-register.php:286
1017
- msgctxt "widget-page-enhanced-select"
1018
- msgid "Email Address already exists."
1019
- msgstr "E-posta adresi zaten kayıtlı."
1020
-
1021
- #: ../classes/es-register.php:287
1022
- msgctxt "widget-page-enhanced-select"
1023
- msgid "Oops.. Unexpected error occurred."
1024
- msgstr "Afedersiniz, Beklenmeyen bir hata oluştu."
1025
-
1026
- #: ../classes/es-register.php:288
1027
- msgctxt "widget-page-enhanced-select"
1028
- msgid "Invalid email address."
1029
- msgstr "Geçersiz mail adresi."
1030
-
1031
- #: ../classes/es-register.php:289
1032
- msgctxt "widget-page-enhanced-select"
1033
- msgid "Please try after some time."
1034
- msgstr "Lütfen bir süre sonra tekrar deneyiniz."
1035
-
1036
- #: ../classes/es-register.php:290
1037
- msgctxt "widget-page-enhanced-select"
1038
- msgid "There was a problem with the request."
1039
- msgstr "İstediğiniz işlemde bir problem vardı."
1040
-
1041
- #: ../classes/es-register.php:456
1042
- msgid "Widget Title"
1043
- msgstr "Bileşen Adı"
1044
-
1045
- #: ../classes/es-register.php:460
1046
- msgid "Display Name Field"
1047
- msgstr "İsim Alanını Göster"
1048
-
1049
- #: ../classes/es-register.php:467
1050
- msgid "Short Description"
1051
- msgstr "Kısa Açıklama"
1052
-
1053
- #: ../classes/es-register.php:469
1054
- msgid "Short description about your subscription form."
1055
- msgstr "Kayıt formunuz hakkında kısa açıklama."
1056
-
1057
- #: ../classes/es-register.php:472
1058
- msgid "Subscriber Group"
1059
- msgstr "Abone Grubu"
1060
-
1061
- #: ../classes/es-common.php:8
1062
- msgid "<span style=\"color:#006600;font-weight:bold;\">Confirmed</span>"
1063
- msgstr "<span style=\"color:#006600;font-weight:bold;\">Onaylandı</span>"
1064
-
1065
- #: ../classes/es-common.php:11
1066
- msgid "<span style=\"color:#FF0000\">Unconfirmed</span>"
1067
- msgstr "<span style=\"color:#FF0000\">Onaylanmadı</span>"
1068
-
1069
- #: ../classes/es-common.php:14
1070
- msgid "<span style=\"color:#999900\">Unsubscribed</span>"
1071
- msgstr "<span style=\"color:#999900\">Abonelik İptal Edildi</span>"
1072
-
1073
- #: ../classes/es-common.php:17
1074
- msgid "<span style=\"color:#0000FF\">Single Opt In</span>"
1075
- msgstr "<span style=\"color:#0000FF\">Çift Seçenek Girişi</span>"
1076
-
1077
- #: ../classes/es-common.php:20
1078
- msgid "<span style=\"color:#00CC00;font-weight:bold\">Viewed</span>"
1079
- msgstr "<span style=\"color:#00CC00;font-weight:bold\">Bakıldı</span>"
1080
-
1081
- #: ../classes/es-common.php:23
1082
- msgid "<span style=\"color:#999900;\">Nodata</span>"
1083
- msgstr "<span style=\"color:#999900;\">Bilgi Yok</span>"
1084
-
1085
- #: ../classes/es-common.php:26
1086
- msgid "<span style=\"color:#FF0000\">Disable</span>"
1087
- msgstr "<span style=\"color:#FF0000\">Devredışı</span>"
1088
-
1089
- #: ../classes/es-common.php:29
1090
- msgid "<span style=\"color:#FF0000\">In Queue</span>"
1091
- msgstr "<span style=\"color:#FF0000\">Sırada</span>"
1092
-
1093
- #: ../classes/es-common.php:32
1094
- msgid "<span style=\"color:#00FF00;font-weight:bold;\">Sent</span>"
1095
- msgstr "<span style=\"color:#00FF00;font-weight:bold;\">Gönderildi</span>"
1096
-
1097
- #: ../classes/es-common.php:35
1098
- msgid "<span style=\"color:#ffd700;font-weight:bold;\">Cron Mail</span>"
1099
  msgstr ""
1100
- "<span style=\"color:#ffd700;font-weight:bold;\">Planlanmış Gönderi</span>"
1101
-
1102
- #: ../classes/es-common.php:38
1103
- msgid "<span style=\"color:#993399;\">Instant Mail</span>"
1104
- msgstr "<span style=\"color:#993399;\">Anında Gönderi</span>"
1105
-
1106
- #: ../subscribers/view-subscriber-add.php:28
1107
- #: ../subscribers/view-subscriber-add. php:119
1108
- #: ../subscribers/view-subscriber-edit.php:43 ../subscribers/view-
1109
- #: subscriber-edit.php:103
1110
- msgid "Please enter subscriber email address."
1111
- msgstr "Lütfen abone E-Posta adresini giriniz."
1112
 
1113
- #: ../subscribers/view-subscriber-add.php:45
1114
- msgid "Please select or create your group for this email."
1115
- msgstr ""
1116
- "Lütfen bu E-Posta için bir grup seçiniz veya yeni bir grup oluşturunuz."
1117
 
1118
- #: ../subscribers/view-subscriber-add.php:54 ../subscribers/view-subscriber-
1119
- #: import.php:45
1120
- msgid ""
1121
- "Error: Special characters (['^$%&*()}{@#~?><>,|=_+\\\"]) are not allowed in "
1122
- "the group name."
1123
  msgstr ""
1124
- "Hata: Grup isimlerinde özel karakterlere (['^$%&*()}{@#~?><>,|=_+\\\"]) izin "
1125
- "verilmemektedir."
1126
-
1127
- #: ../subscribers/view-subscriber-add.php:66
1128
- msgid "Email was successfully inserted."
1129
- msgstr "E-Posta başarıyla eklendi."
1130
-
1131
- #: ../subscribers/view-subscriber-add.php:70
1132
- msgid "Email already exist in our list."
1133
- msgstr "Bu E-Posta zaten listemizde var."
1134
-
1135
- #: ../subscribers/view-subscriber-add.php:75
1136
- msgid "Email is invalid."
1137
- msgstr "Bu E-Posta geçersiz."
1138
-
1139
- #: ../subscribers/view-subscriber-add.php:92
1140
- #: ../subscribers/view-subscriber-add. php:101
1141
- #: ../subscribers/view-subscriber-edit.php:86 ../subscribers/view-
1142
- #: subscriber-import.php:107 ../subscribers/view-subscriber-import.php:138 ..
1143
- #: notification/notification-edit.php:96
1144
- #: ../notification/notification-add.php:92 ../compose/compose-edit.php:67
1145
- #: ../compose/compose-add.php:59
1146
- msgid "Click here"
1147
- msgstr "Buraya tıklayınız"
1148
-
1149
- #: ../subscribers/view-subscriber-add.php:92
1150
- #: ../subscribers/view-subscriber-add. php:101
1151
- #: ../subscribers/view-subscriber-edit.php:86 ../subscribers/view-
1152
- #: subscriber-import.php:107 ../subscribers/view-subscriber-import.php:138 ..
1153
- #: notification/notification-edit.php:97 ../compose/compose-edit.php:68
1154
- #: compose/compose-add.php:60
1155
- msgid " to view the details"
1156
- msgstr "detayları görmek için"
1157
-
1158
- #: ../subscribers/view-subscriber-add.php:111
1159
- msgid "Add email"
1160
- msgstr "E-Posta Ekle"
1161
-
1162
- #: ../subscribers/view-subscriber-add.php:113
1163
- #: ../subscribers/view-subscriber-edit. php:97
1164
- msgid "Enter full name"
1165
- msgstr "Tam isim giriniz"
1166
-
1167
- #: ../subscribers/view-subscriber-add.php:115
1168
- #: ../subscribers/view-subscriber-edit. php:99
1169
- msgid "Please enter subscriber full name."
1170
- msgstr "Lütfen abonenin tam adını giriniz."
1171
-
1172
- #: ../subscribers/view-subscriber-add.php:117
1173
- #: ../subscribers/view-subscriber-edit. php:101
1174
- msgid "Enter email address."
1175
- msgstr "E-Posta adresini giriniz."
1176
-
1177
- #: ../subscribers/view-subscriber-add.php:128
1178
- #: ../subscribers/view-subscriber-edit. php:112
1179
- #: ../subscribers/view-subscriber-import.php:162
1180
- msgid "Please select subscriber email status."
1181
- msgstr "Lütfen abone E-Posta durumunu seçiniz."
1182
-
1183
- #: ../subscribers/view-subscriber-add.php:130 ../subscribers/view-subscriber-
1184
- #: import.php:164
1185
- msgid "Select (or) Create Group"
1186
- msgstr "Seç veya Yeni Grup Oluştur"
1187
-
1188
- #: ../subscribers/view-subscriber-add.php:132
1189
- #: ../subscribers/view-subscriber-sync. php:99
1190
- #: ../subscribers/view-subscriber-sync.php:130 ../subscribers/view-
1191
- #: subscriber-edit.php:116 ../subscribers/view-subscriber-import.php:166 ..
1192
- #: notification/notification-edit.php:131
1193
- #: ../notification/notification-add.php: 115
1194
- #: ../notification/notification-add.php:139 ../sendmail/sendmail.php:106
1195
- #: sendmail/sendmail.php:134 ../sendmail/sendmail.php:149
1196
- msgid "Select"
1197
- msgstr "Seç"
1198
-
1199
- #: ../subscribers/view-subscriber-add.php:148
1200
- #: ../subscribers/view-subscriber-edit. php:140
1201
- #: ../subscribers/view-subscriber-import.php:182
1202
- msgid "Please select or create group for this subscriber."
1203
- msgstr "Lütfen bir grup seçiniz veya yeni bir grup oluşturunuz."
1204
-
1205
- #: ../subscribers/view-subscriber-add.php:153
1206
- #: ../subscribers/view-subscriber-sync. php:156
1207
- #: ../subscribers/view-subscriber-edit.php:146 ..
1208
- #: notification/notification-edit.php:254
1209
- #: ../notification/notification-add.php: 247 ../compose/compose-edit.php:108
1210
- #: ../compose/compose-add.php:99 ../cron/cron- add.php:88
1211
- #: ../roles/roles-add.php:156
1212
- msgid "Submit"
1213
- msgstr "Tamam"
1214
-
1215
- #: ../subscribers/view-subscriber-sync.php:33
1216
- #: ../subscribers/view-subscriber-sync. php:119
1217
- msgid "Please select default group to newly registered user."
1218
- msgstr "Lütfen bir grup seçiniz veya yeni bir grup oluşturunuz."
1219
-
1220
- #: ../subscribers/view-subscriber-sync.php:39
1221
- #: ../subscribers/view-subscriber-sync. php:150
1222
- msgid "Please select default group to newly commented user."
1223
- msgstr "Lütfen varsayılan bir grup seçiniz veya yeni bir grup oluşturunuz."
1224
 
1225
- #: ../subscribers/view-subscriber-sync.php:56
1226
- msgid "Sync email successfully updated."
1227
- msgstr "E-posta başarıyla eşitlendi."
 
1228
 
1229
- #: ../subscribers/view-subscriber-sync.php:88
1230
- msgid "Sync email"
1231
- msgstr "E-posta Eşitle"
 
1232
 
1233
- #: ../subscribers/view-subscriber-sync.php:90
1234
- msgid "Sync newly registered user"
1235
- msgstr "Yeni kullanıcıları eşitle"
1236
 
1237
- #: ../subscribers/view-subscriber-sync.php:95
1238
  msgid ""
1239
- "Automatically add a newly registered user email address to subscribers list."
1240
- msgstr "Abone listesine otomatik olarak yeni bir kullanıcı e-postası ekle"
1241
-
1242
- #: ../subscribers/view-subscriber-sync.php:97
1243
- #: ../subscribers/view-subscriber-sync. php:128
1244
- msgid "Select default group"
1245
- msgstr "Varsayılan grubu seç"
1246
 
1247
- #: ../subscribers/view-subscriber-sync.php:121
1248
- msgid "Sync newly commented user"
1249
- msgstr "Yeni yorum yapılmış kullanıcıları eşitle."
1250
 
1251
- #: ../subscribers/view-subscriber-sync.php:126
1252
  msgid ""
1253
- "Automatically add a newly commented (who posted comments) user email address "
1254
- "to subscribers list."
1255
  msgstr ""
1256
- "Abone listesine otomatik yeni kayıtlı (yorum yapmış) bir kullanıcı ekle."
1257
-
1258
- #: ../subscribers/view-subscriber-export.php:22
1259
- msgid "Export email address in csv format"
1260
- msgstr "EPosta adreslerini dışarı aktar (CSV)"
1261
-
1262
- #: ../subscribers/view-subscriber-export.php:28
1263
- #: ../subscribers/view-subscriber- export.php:36
1264
- msgid "Export option"
1265
- msgstr "Dışarı aktarma seçeneği"
1266
-
1267
- #: ../subscribers/view-subscriber-export.php:29
1268
- #: ../subscribers/view-subscriber- export.php:37
1269
- msgid "Total email"
1270
- msgstr "Toplam E-Posta"
1271
 
1272
- #: ../subscribers/view-subscriber-export.php:44
1273
- msgid "Subscriber email address"
1274
- msgstr "Abone E-Posta Adresi"
1275
 
1276
- #: ../subscribers/view-subscriber-export.php:46
1277
- #: ../subscribers/view-subscriber- export.php:52
1278
- #: ../subscribers/view-subscriber-export.php:58
1279
- msgid "Click to export csv"
1280
- msgstr "Dışarı aktarma için tıklayınız (CSV)"
 
 
1281
 
1282
- #: ../subscribers/view-subscriber-export.php:50
1283
- msgid "Registered email address"
1284
- msgstr "Kaydedilmiş E-Posta Adresi"
1285
 
1286
- #: ../subscribers/view-subscriber-export.php:56
1287
- msgid "Comments author email address"
1288
- msgstr "Yorumlayan E-Posta Adresi"
 
 
 
 
1289
 
1290
- #: ../subscribers/view-subscriber-export.php:65
1291
- msgid "Add Email"
1292
- msgstr "E-Posta Ekle"
1293
 
1294
- #: ../subscribers/view-subscriber-export.php:66
1295
- #: ../subscribers/view-subscriber- show.php:445
1296
- msgid "Import Email"
1297
- msgstr "E-Posta İçeri Aktar"
 
 
 
1298
 
1299
- #: ../subscribers/view-subscriber-edit.php:54
1300
- msgid "Error: Special characters are not allowed in the group name."
1301
- msgstr "Hata : Grup isimlerinde özel karakterlere izin verilmemektedir."
1302
 
1303
- #: ../subscribers/view-subscriber-edit.php:66
1304
- msgid "Email was successfully updated."
1305
- msgstr "E-Posta başarıyla güncellendi."
 
 
 
 
 
1306
 
1307
- #: ../subscribers/view-subscriber-edit.php:70
1308
- msgid "Email already exist for this group."
1309
- msgstr "Bu E-posta listemizde zaten mevcut."
1310
 
1311
- #: ../subscribers/view-subscriber-edit.php:95
1312
- msgid "Edit email"
1313
- msgstr "E-Posta Düzelt"
1314
 
1315
- #: ../subscribers/view-subscriber-edit.php:114 ../subscribers/view-subscriber-
1316
- #: show.php:328 ../subscribers/view-subscriber-show.php:341
1317
- msgid "Group"
1318
- msgstr "Grup"
1319
 
1320
- #: ../subscribers/view-subscriber-import.php:103
1321
- msgid "Email(s) was successfully imported."
1322
- msgstr "E-Posta adresleri başarıyla içeri aktarıldı."
 
 
 
 
1323
 
1324
- #: ../subscribers/view-subscriber-import.php:104
1325
- msgid "Email(s) are already in our database."
1326
- msgstr "E-Postalar zaten veritabanına eklenmiş."
1327
 
1328
- #: ../subscribers/view-subscriber-import.php:105
1329
- msgid "Email(s) are invalid."
1330
- msgstr "E-Postalar geçersiz."
 
 
 
 
1331
 
1332
- #: ../subscribers/view-subscriber-import.php:115
1333
- msgid "File upload failed or no data available in the csv file."
1334
- msgstr "Dosya aktarmada hata var veya CSV dosyasında bilgi yok."
1335
 
1336
- #: ../subscribers/view-subscriber-import.php:149
1337
- msgid "Upload email"
1338
- msgstr "E-Posta Yükle"
 
1339
 
1340
- #: ../subscribers/view-subscriber-import.php:150
1341
- msgid "Select csv file"
1342
- msgstr "CSV Dosyası Seç"
1343
 
1344
- #: ../subscribers/view-subscriber-import.php:152
1345
- msgid "Select the input csv file. Check official website for csv structure : "
1346
- msgstr ""
1347
- "Giriş için CSV dosyası seçiniz. CSV dosya yapısını incelemek için resmi "
1348
- "internet sitesini kontrol ediniz :"
1349
 
1350
- #: ../subscribers/view-subscriber-import.php:153
1351
- msgid "click here"
1352
- msgstr "buraya tıkla"
1353
 
1354
- #: ../subscribers/view-subscriber-import.php:187
1355
- msgid "Upload CSV"
1356
- msgstr "CSV Yükle"
1357
 
1358
- #: ../subscribers/view-subscriber-show.php:11 ../compose/compose-show.php:13
1359
- #: .. sendmail/sendmail.php:17
1360
- msgid "Click Here"
1361
- msgstr "Buraya Tıklayınız"
1362
 
1363
- #: ../subscribers/view-subscriber-show.php:72
1364
- #: ../subscribers/view-subscriber-show. php:125
1365
  msgid ""
1366
- "To send confirmation mail, Please change the Opt-in option to Double Opt In."
 
1367
  msgstr ""
1368
- "Onay E-Postası göndermek için, Lütfen \"Tek Onay\" seçeneğini \"Çift Onay\" "
1369
- "seçeneğine değiştiriniz."
1370
-
1371
- #: ../subscribers/view-subscriber-show.php:81
1372
- msgid "Confirmation email resent successfully."
1373
- msgstr "Onay E-Postası başarıyla yeniden gönderildi."
1374
-
1375
- #: ../subscribers/view-subscriber-show.php:110 ../subscribers/view-subscriber-
1376
- #: show.php:156 ../subscribers/view-subscriber-show.php:201
1377
- msgid "Oops, No record was selected."
1378
- msgstr "Afedersiniz, bir kayıt seçilmedi."
1379
-
1380
- #: ../subscribers/view-subscriber-show.php:150
1381
- msgid "Confirmation email(s) resent successfully."
1382
- msgstr "Onay E-Postaları başarıyla yeniden gönderildi."
1383
-
1384
- #: ../subscribers/view-subscriber-show.php:186
1385
- msgid "Selected subscribers group was successfully updated."
1386
- msgstr "Seçilen abone grubu başarıyla güncellendi."
1387
-
1388
- #: ../subscribers/view-subscriber-show.php:192
1389
- msgid "Oops, New group name was not selected."
1390
- msgstr "Afedersiniz, yeni grup ismi seçilmedi."
1391
 
1392
- #: ../subscribers/view-subscriber-show.php:233 ../subscribers/view-subscriber-
1393
- #: show.php:444 ../notification/notification-show.php:45 ..
1394
- #: notification/notification-show.php:140 ../compose/compose-show.php:56
1395
- #: compose/compose-show.php:112
1396
- msgid "Add New"
1397
- msgstr "Yeni Ekle"
1398
 
1399
- #: ../subscribers/view-subscriber-show.php:280
1400
- msgid "All Groups"
1401
- msgstr "Tüm Gruplar"
1402
 
1403
- #: ../subscribers/view-subscriber-show.php:299
1404
- msgid "All Status"
1405
- msgstr "Tüm Durumlar"
1406
 
1407
- #: ../subscribers/view-subscriber-show.php:300
1408
- msgid "Confirmed"
1409
- msgstr "Onaylandı"
1410
 
1411
- #: ../subscribers/view-subscriber-show.php:301
1412
- msgid "Unconfirmed"
1413
- msgstr "Onaylanmadı"
1414
 
1415
- #: ../subscribers/view-subscriber-show.php:302
1416
- msgid "Unsubscribed"
1417
- msgstr "Üyelik İptal Edildi"
1418
 
1419
- #: ../subscribers/view-subscriber-show.php:325 ../subscribers/view-subscriber-
1420
- #: show.php:338
1421
- msgid "Email address"
1422
- msgstr "E-Posta Adresi"
1423
 
1424
- #: ../subscribers/view-subscriber-show.php:374
1425
- #: ../notification/notification-show. php:87 ../compose/compose-show.php:93
1426
- #: ../compose/compose-preview.php:34
1427
- msgid "Edit"
1428
- msgstr "Düzelt"
1429
 
1430
- #: ../subscribers/view-subscriber-show.php:377 ../subscribers/view-subscriber-
1431
- #: show.php:422 ../notification/notification-show.php:90
1432
- #: ../compose/compose-show. php:94
1433
- msgid "Delete"
1434
- msgstr "Sil"
1435
 
1436
- #: ../subscribers/view-subscriber-show.php:385 ../subscribers/view-subscriber-
1437
- #: show.php:423
1438
- msgid "Resend Confirmation"
1439
- msgstr "Yeniden Onay Gönder"
1440
 
1441
- #: ../subscribers/view-subscriber-show.php:401
1442
- msgid ""
1443
- "No records available. Please use the above alphabet search button to search."
1444
- msgstr "Kayıt Yok! Arama için yukarıdaki alfabetik arama butonunu kullanınız."
1445
 
1446
- #: ../subscribers/view-subscriber-show.php:421
1447
- msgid "Bulk Actions"
1448
- msgstr "Toplu Eylemler"
 
1449
 
1450
- #: ../subscribers/view-subscriber-show.php:424
1451
- msgid "Update Subscribers Group"
1452
- msgstr "Abone Grubunu Güncelle"
1453
 
1454
- #: ../subscribers/view-subscriber-show.php:427
1455
- msgid "Select Group"
1456
- msgstr "Grup Seç"
 
 
 
 
 
1457
 
1458
- #: ../subscribers/view-subscriber-show.php:441
1459
- msgid "Apply"
1460
- msgstr "Uygula"
 
 
1461
 
1462
- #: ../subscribers/view-subscriber-show.php:446
1463
- msgid "Export Email"
1464
- msgstr "E-posta Dışarı Aktar"
1465
 
1466
- #: ../subscribers/view-subscriber-show.php:447
1467
- msgid "Sync Email"
1468
- msgstr "E-postayı Eşitle"
1469
 
1470
- #. Description of the plugin
1471
- msgid ""
1472
- "Add subscription form on website, send HTML newsletters to subscribers & "
1473
- "automatically notify them about new blog posts once it gets published."
1474
- msgstr ""
1475
- "Web sitesine abonelik formu ekleyin ve blogunuzda yeni bir gönderi "
1476
- "yayınladığınız anda otomatik olarak abonelere HTML haber bültenleri "
1477
- "gönderin. "
1478
 
1479
- #. URI of the plugin
1480
- msgid "http://www.storeapps.org"
1481
- msgstr "http://www.storeapps.org"
 
 
 
 
1482
 
1483
- #: ../notification/notification-edit.php:55
1484
- #: ../notification/notification-add.php:44
1485
- msgid ""
1486
- "Please select notification mail subject. Use compose menu to create new."
1487
- msgstr ""
1488
- "Lütfen bildirim E-posta şablonu seçiniz. Yenisini oluşturmak için E-posta "
1489
- "Şablonu menüsünü kullanın."
1490
 
1491
- #: ../notification/notification-edit.php:61
1492
- #: ../notification/notification-edit.php: 153
1493
- #: ../notification/notification-add.php:50
1494
- msgid "Please select post categories."
1495
- msgstr "Lütfen Posta kategorilerini seçiniz."
1496
 
1497
- #: ../notification/notification-edit.php:83
1498
- msgid "Notification was successfully updated."
1499
- msgstr "Bildirim başarıyla güncellendi."
 
 
 
 
1500
 
1501
- #: ../notification/notification-edit.php:107
1502
- msgid "Edit Notification"
1503
- msgstr "Bildirim Düzeltme"
1504
 
1505
- #: ../notification/notification-edit.php:113
1506
- #: ../notification/notification-add.php: 109
1507
- #: ../notification/notification-show.php:56 ../notification/notification-show.
1508
- #: php:64
1509
- msgid "Subscribers Group"
1510
- msgstr "Abone Grubu"
1511
 
1512
- #: ../notification/notification-edit.php:125
1513
- #: ../notification/notification-add.php: 133
1514
- msgid "Notification Mail"
1515
- msgstr "Bildirim E-Postası"
1516
 
1517
- #: ../notification/notification-edit.php:152
1518
- #: ../notification/notification-add.php: 158
1519
- msgid "Post Categories"
1520
- msgstr "Posta Kategorileri"
1521
 
1522
- #: ../notification/notification-edit.php:188
1523
- #: ../notification/notification-add.php: 187 ../sendmail/sendmail.php:169
1524
- msgid "Check All"
1525
- msgstr "Hepsini Seç"
1526
 
1527
- #: ../notification/notification-edit.php:189
1528
- #: ../notification/notification-add.php: 188 ../sendmail/sendmail.php:170
1529
- msgid "Uncheck All"
1530
- msgstr "Hiçbirini Seçme"
1531
 
1532
- #: ../notification/notification-edit.php:196
1533
- msgid "Please select your custom post type (Optional)."
1534
- msgstr "Lütfen E-posta tipinizi belirleyiniz. (Mecburi değil)"
 
 
 
1535
 
1536
- #: ../notification/notification-edit.php:237
1537
- #: ../notification/notification-add.php: 231
1538
- #: ../notification/notification-show.php:58 ../notification/notification-show.
1539
- #: php:66
1540
- msgid "Notification Status"
1541
- msgstr "Bildirim Gönderme Durumu"
1542
 
1543
- #: ../notification/notification-edit.php:238
1544
- #: ../notification/notification-add.php: 38
1545
- msgid "Please select notification status."
1546
- msgstr "Lütfen bildirim gönderme durumunu seçiniz."
 
 
1547
 
1548
- #: ../notification/notification-add.php:32
1549
- msgid "Please select subscribers group."
1550
- msgstr "Lütfen haber listesi grubunu seçiniz."
 
1551
 
1552
- #: ../notification/notification-add.php:103
1553
- msgid "Add Notification"
1554
- msgstr "Bildirim Ekle"
1555
 
1556
- #: ../notification/notification-show.php:55
1557
- #: ../notification/notification-show.php: 63
1558
- msgid "Mail Subject"
1559
- msgstr "EPosta Konusu"
 
1560
 
1561
- #: ../notification/notification-show.php:57
1562
- #: ../notification/notification-show.php: 65
1563
- msgid "Categories / Custom Post"
1564
- msgstr "Kategoriler / Farklı Gönderi"
1565
 
1566
- #: ../compose/compose-edit.php:41 ../compose/compose-add.php:28
1567
- msgid "Please enter template heading."
1568
- msgstr "Lütfen şablon için başlık giriniz."
1569
 
1570
- #: ../compose/compose-edit.php:54
1571
- msgid "Template was successfully updated."
1572
- msgstr "Şablon başarıyla güncellendi."
1573
 
1574
- #: ../compose/compose-edit.php:78 ../compose/compose-show.php:55 ..
1575
- #: compose/compose-add.php:69
1576
- msgid "Compose Mail"
1577
- msgstr "E-posta Oluştur"
1578
 
1579
- #: ../compose/compose-edit.php:80 ../compose/compose-add.php:71 ..
1580
- #: sendmail/sendmail.php:128
1581
- msgid "Mail Type"
1582
- msgstr "E-posta Tipi"
1583
 
1584
- #: ../compose/compose-edit.php:82 ../compose/compose-add.php:73
1585
- msgid "Static Template (For Newsletter Email)"
1586
- msgstr "Statik Şablon (Yeni E-posta Bülteni İçin)"
1587
 
1588
- #: ../compose/compose-edit.php:83 ../compose/compose-add.php:74
1589
- msgid "Dynamic Template (For Notification Email)"
1590
- msgstr "Dinamik Şablonlar (Bildirim E-postaları İçin)"
1591
 
1592
- #: ../compose/compose-edit.php:85
1593
- msgid "Please select your mail type"
1594
- msgstr "Lütfen e-posta tipini giriniz"
1595
 
1596
- #: ../compose/compose-edit.php:87 ../compose/compose-add.php:78
1597
- msgid "Enter Mail Subject"
1598
- msgstr "E-posta Konusunu Giriniz"
 
1599
 
1600
- #: ../compose/compose-edit.php:89 ../compose/compose-add.php:80
1601
- msgid "Please enter your mail subject. Keyword: ###POSTTITLE###"
1602
- msgstr "Lütfen e-posta konusunu giriniz. Anahtar : ###POSTTITLE###"
 
1603
 
1604
- #: ../compose/compose-edit.php:91 ../compose/compose-add.php:82
1605
- msgid "Mail Content"
1606
- msgstr "E-Posta İçeriği"
 
1607
 
1608
- #: ../compose/compose-edit.php:95 ../compose/compose-add.php:86
1609
- msgid "Please enter content for your mail"
1610
- msgstr "Lütfen e-postanız için içerik giriniz"
 
1611
 
1612
- #: ../compose/compose-edit.php:96 ../compose/compose-add.php:87
1613
  msgid ""
1614
- "Keywords: ###POSTTITLE###, ###POSTLINK###, ###POSTIMAGE###, ###POSTDESC###, "
1615
- "###POSTFULL###, ###DATE###, ###POSTLINK-ONLY###, ###POSTLINK-WITHTITLE###"
1616
  msgstr ""
1617
- "Anahtarlar : ###POSTTITLE###, ###POSTLINK###, ###POSTIMAGE###, "
1618
- "###POSTDESC###, ###POSTFULL###, ###DATE###, ###POSTLINK-ONLY###, ###POSTLINK-"
1619
- "WITHTITLE###"
1620
-
1621
- #: ../compose/compose-edit.php:101 ../compose/compose-add.php:92
1622
- msgid "Published"
1623
- msgstr "Yayınlandı"
1624
-
1625
- #: ../compose/compose-edit.php:103 ../compose/compose-add.php:94
1626
- msgid "Please select your mail status"
1627
- msgstr "Lütfen e-posta durumunu seçiniz"
1628
-
1629
- #: ../compose/compose-show.php:66 ../compose/compose-show.php:74
1630
- msgid "Email subject"
1631
- msgstr "E-posta Konusu"
1632
 
1633
- #: ../compose/compose-add.php:40
1634
- msgid "Template was successfully created."
1635
- msgstr "Şablon başarıyla oluşturuldu."
1636
 
1637
- #: ../compose/compose-add.php:76 ../sendmail/sendmail.php:52
1638
- msgid "Please select your mail type."
1639
- msgstr "Lütfen E-posta tipinizi belirleyiniz."
1640
 
1641
- #: ../export/export-email-address.php:36 ../export/export-email-address.php:40
1642
- #: .. export/export-email-address.php:43
1643
- msgid "Unexpected url submit has been detected"
1644
- msgstr "Beklenmedik URL gönderimi belirlendi"
1645
 
1646
- #: ../cron/cron-add.php:21
1647
  msgid "Please enter valid mail count."
1648
  msgstr "Lütfen geçerli E-posta sayısını giriniz."
1649
 
1650
- #: ../cron/cron-add.php:31
1651
  msgid "Cron details successfully updated."
1652
  msgstr "Planlanmış gönderim detayları başarıyla güncellendi."
1653
 
1654
- #: ../cron/cron-add.php:71
1655
  msgid "Cron Details"
1656
  msgstr "Planlama Detayları"
1657
 
1658
- #: ../cron/cron-add.php:74
1659
  msgid "Cron job URL"
1660
  msgstr "Planlanmış gönderim URL"
1661
 
1662
- #: ../cron/cron-add.php:76
1663
- msgid ""
1664
- "Please find your cron job URL. This is readonly field not able to modify "
1665
- "from admin."
1666
- msgstr "Planlanmış gönderim URL adresidir. Bu sadece okunabilir bir alandır."
1667
-
1668
- #: ../cron/cron-add.php:78
1669
  msgid "Mail Count"
1670
  msgstr "E-posta Sayısı"
1671
 
1672
- #: ../cron/cron-add.php:80
1673
- msgid "Enter number of mails you want to send per hour/trigger."
1674
- msgstr "Her saat başı göndermek istediğiniz E-posta sayısını giriniz."
1675
-
1676
- #: ../cron/cron-add.php:82
1677
  msgid "Admin Report"
1678
  msgstr "Admin Raporu"
1679
 
1680
- #: ../cron/cron-add.php:84
1681
- msgid ""
1682
- "Send above mail to admin whenever cron URL triggered in your server.<br /"
1683
- ">(Keywords: ###DATE###, ###SUBJECT###, ###COUNT###)"
1684
- msgstr ""
1685
- "Hostinginizde planlanmış bir gönderi yapıldığı zaman için yukarıdaki e-"
1686
- "postayı yöneticiye gönder. <br />(Anahtarlar : ###DATE###, ###SUBJECT###, "
1687
- "###COUNT###)"
1688
-
1689
  #: ../cron/cron-add.php:97
1690
  msgid "How to setup auto emails using CRON Job through the cPanel or Plesk?"
1691
  msgstr ""
1692
  "cPanel veya Plesk içerisinde otomatik Planlanmış Gönderim nasıl yapılır?"
1693
 
1694
- #: ../cron/cron-add.php:98
1695
  msgid ""
1696
  "<a target=\"_blank\" href=\"http://www.storeapps.org/docs/es-how-to-schedule-"
1697
  "cron-emails-in-parallels-plesk/\">Setup cron job in Plesk</a>"
@@ -1699,7 +1457,7 @@ msgstr ""
1699
  "<a target=\"_blank\" href=\"http://www.storeapps.org/docs/es-how-to-schedule-"
1700
  "cron-emails-in-parallels-plesk/\">Plesk Planlanmış Gönderim Ayarları</a>"
1701
 
1702
- #: ../cron/cron-add.php:99
1703
  msgid ""
1704
  "<a target=\"_blank\" href=\"http://www.storeapps.org/docs/es-how-to-schedule-"
1705
  "cron-emails-in-cpanel/\">Setup cron job in cPanal</a>"
@@ -1707,7 +1465,7 @@ msgstr ""
1707
  " <a target=\"_blank\" href=\"http://www.storeapps.org/docs/es-how-to-"
1708
  "schedule-cron-emails-in-cpanel/\">Cpanel için Planlanmış Gönderim Ayarları"
1709
 
1710
- #: ../cron/cron-add.php:100
1711
  msgid ""
1712
  "<a target=\"_blank\" href=\"http://www.storeapps.org/docs/es-what-to-do-if-"
1713
  "hosting-doesnt-support-cron-jobs/\">Hosting doesnt support cron jobs?</a>"
@@ -1716,286 +1474,462 @@ msgstr ""
1716
  "hosting-doesnt-support-cron-jobs/\">Hostinginiz Planlanmış Gönderileri "
1717
  "Desteklemiyor mu?</a>"
1718
 
1719
- #: ../sendmail/sendmail.php:39
1720
- msgid "Please select your mail subject."
1721
- msgstr "Lütfen E-posta konunuzu seçiniz."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1722
 
1723
- #: ../sendmail/sendmail.php:46
1724
- msgid "No email address selected."
1725
- msgstr "E-posta adresi seçilmedi."
 
1726
 
1727
- #: ../sendmail/sendmail.php:59
1728
- msgid "Mail sent successfully"
1729
- msgstr "E-posta başarıyla gönderildi"
 
1730
 
1731
- #: ../sendmail/sendmail.php:64
1732
- msgid "Click here for details"
1733
- msgstr "Detaylar için tıklayınız"
 
1734
 
1735
- #: ../sendmail/sendmail.php:71
1736
- msgid "Oops.. We are getting some error. mail not sending."
1737
- msgstr "Afedersiniz, Bir hata oluşuyor, E-Posta gönderilemiyor!"
 
1738
 
1739
- #: ../sendmail/sendmail.php:100
1740
- msgid "Select your mail subject"
1741
- msgstr "E-Postanızın konusunu seçiniz"
 
1742
 
1743
- #: ../sendmail/sendmail.php:101
 
1744
  msgid ""
1745
- "Select a mail subject from available list. Go to Compose page to create new "
1746
- "mail."
1747
  msgstr ""
1748
- "Varolan listeden bir E-Posta konusu seçiniz. Yeni e-posta oluşturmak için E-"
1749
- "posta Şablonu menüsüne gidiniz."
1750
 
1751
- #: ../sendmail/sendmail.php:143
1752
- msgid "Select subscriber group"
1753
- msgstr "Abone grubunu seçiniz."
 
1754
 
1755
- #: ../roles/roles-add.php:95
1756
- msgid "Roles and Capabilities"
1757
- msgstr "Roller ve Yetkiler"
 
1758
 
1759
- #: ../roles/roles-add.php:97
1760
- msgid "Subscribers Menu"
1761
- msgstr "Aboneler Menüsü"
 
1762
 
1763
- #: ../roles/roles-add.php:99 ../roles/roles-add.php:107
1764
- #: ../roles/roles-add.php: 115 ../roles/roles-add.php:123
1765
- #: ../roles/roles-add.php:131 ../roles/roles-add. php:139
1766
- #: ../roles/roles-add.php:147
1767
- msgid "Administrator Only"
1768
- msgstr "Sadece Yönetici"
 
 
1769
 
1770
- #: ../roles/roles-add.php:100 ../roles/roles-add.php:108
1771
- #: ../roles/roles-add.php: 116 ../roles/roles-add.php:124
1772
- #: ../roles/roles-add.php:132 ../roles/roles-add. php:140
1773
- #: ../roles/roles-add.php:148
1774
- msgid "Administrator/Editor"
1775
- msgstr "Yönetici/Editör"
1776
 
1777
- #: ../roles/roles-add.php:101 ../roles/roles-add.php:109
1778
- #: ../roles/roles-add.php: 117 ../roles/roles-add.php:125
1779
- #: ../roles/roles-add.php:133 ../roles/roles-add. php:141
1780
- #: ../roles/roles-add.php:149
1781
- msgid "Administrator/Editor/Author/Contributor"
1782
- msgstr "Yönetici/Editör/Yazar/Katılımcı"
1783
 
1784
- #: ../roles/roles-add.php:103
1785
- msgid ""
1786
- "Select user role to access plugin Subscribers Menu. Only Admin user can "
1787
- "change this value."
1788
- msgstr ""
1789
- "Aboneler Menüsüne girmek için kullanıcı rolünü seçiniz. Bu değeri sadece "
1790
- "Yönetici değişebilir."
1791
 
1792
- #: ../roles/roles-add.php:105
1793
- msgid "Compose Menu"
1794
- msgstr "Oluştur Menüsü"
 
1795
 
1796
- #: ../roles/roles-add.php:111
 
1797
  msgid ""
1798
- "Select user role to access plugin Compose Menu. Only Admin user can change "
1799
- "this value."
1800
  msgstr ""
1801
- "Oluştur Menüsüne girmek için kullanıcı rolünü seçiniz. Bu değeri sadece "
1802
- "Yönetici değişebilir."
1803
 
1804
- #: ../roles/roles-add.php:113
1805
- msgid "Notification Menu"
1806
- msgstr "Bildirimler Menüsü"
 
1807
 
1808
- #: ../roles/roles-add.php:119
1809
- msgid ""
1810
- "Select user role to access plugin Notification Menu. Only Admin user can "
1811
- "change this value."
1812
- msgstr ""
1813
- "Bildirimler Menüsüne girmek için kullanıcı rolünü seçiniz. Bu değeri sadece "
1814
- "Yönetici değişebilir."
1815
 
1816
- #: ../roles/roles-add.php:121
1817
- msgid "Send Email Menu/Cron Menu"
1818
- msgstr "E-posta Gönder Menüsü/Planlanmış E-posta Menüsü"
 
1819
 
1820
- #: ../roles/roles-add.php:127
1821
- msgid ""
1822
- "Select user role to access plugin Send Email Menu. Only Admin user can "
1823
- "change this value."
1824
  msgstr ""
1825
- "E-posta Gönder Menüsüne girmek için kullanıcı rolünü seçiniz. Bu değeri "
1826
- "sadece Yönetici değişebilir."
1827
 
1828
- #: ../roles/roles-add.php:129
1829
- msgid "Settings Menu"
1830
- msgstr "Ayarlar Menüsü"
 
1831
 
1832
- #: ../roles/roles-add.php:135
1833
- msgid ""
1834
- "Select user role to access plugin Settings Menu. Only Admin user can change "
1835
- "this value."
1836
- msgstr ""
1837
- "Ayarlar Menüsüne girmek için kullanıcı rolünü seçiniz. Bu değeri sadece "
1838
- "Yönetici değişebilir."
1839
 
1840
- #: ../roles/roles-add.php:137
1841
- msgid "Sent Mails Menu"
1842
- msgstr "Giden Postalar Menüsü"
 
1843
 
1844
- #: ../roles/roles-add.php:143
1845
- msgid ""
1846
- "Select user role to access plugin Sent Mails Menu. Only Admin user can "
1847
- "change this value."
1848
- msgstr ""
1849
- "Giden E-postalar Menüsüne girmek için kullanıcı rolünü seçiniz. Bu değeri "
1850
- "sadece Yönetici değişebilir."
1851
 
1852
- #: ../roles/roles-add.php:145
1853
- msgid "Help & Info Menu"
1854
- msgstr "Yardım & Bilgi Menüsü"
 
1855
 
1856
- #: ../roles/roles-add.php:151
1857
- msgid ""
1858
- "Select user role to access plugin Help & Info Menu. Only Admin user can "
1859
- "change this value."
1860
- msgstr ""
1861
- "Yardım & Bilgi Menüsüne girmek için kullanıcı rolünü seçiniz. Bu değeri "
1862
- "sadece Yönetici değişebilir."
1863
 
1864
- #: ../help/help.php:44
1865
- msgid "Welcome to Email Subscribers!"
1866
- msgstr "Email Subscribers'e Hoşgeldiniz!"
 
1867
 
1868
- #: ../help/help.php:45
1869
- msgid ""
1870
- "Thanks for installing and we hope you will enjoy using Email Subscribers."
1871
- msgstr ""
1872
- "Email Subscribers yüklediğiniz için teşekkür ederiz ve iyi vakit geçirmenizi "
1873
- "temenni ederiz."
1874
 
1875
- #: ../help/help.php:49
1876
- msgid "For more help and tips..."
1877
- msgstr "Daha fazla yardım ve ipucu için..."
 
1878
 
1879
- #: ../help/help.php:93
1880
- msgid "Frequently Asked Questions"
1881
- msgstr "Sıkça Sorulan Sorular"
 
1882
 
1883
- #: ../help/help.php:104
1884
- msgid "How to setup subscription box widget?"
1885
- msgstr "Abonelik wp bileşenini nasıl düzenlerim?"
 
1886
 
1887
- #: ../help/help.php:111
1888
- msgid "How to add unsubscribe link in welcome email?"
1889
- msgstr ""
1890
- "Hoşgeldiniz e-postasında \"abonelikten ayrıl\" bağlantısını nasıl eklerim?"
1891
 
1892
- #: ../help/help.php:119
1893
- msgid "How to change/update/translate any text from the plugin?"
1894
- msgstr "Eklentiden bir yazıyı nasıl değiştirebilirim/çevirebilirim?"
 
1895
 
1896
- #: ../help/help.php:120
1897
- msgid ""
1898
- "Refer steps from <a target=\"_blank\" href=\"http://www.storeapps.org/docs/"
1899
- "es-how-to-change-update-translate-any-texts-from-email-subscribers/\">here</"
1900
- "a>."
1901
- msgstr ""
1902
- "Kaynak : <a target=\"_blank\" href=\"http://www.storeapps.org/docs/es-how-to-"
1903
- "change-update-translate-any-texts-from-email-subscribers/\">burada</a>."
1904
 
1905
- #: ../help/help.php:123
1906
- msgid "How to setup auto emails using CRON Job?"
1907
- msgstr "Planlanmış gönderimleri nasıl ayarlarım?"
 
1908
 
1909
- #: ../help/help.php:124
1910
- msgid ""
1911
- " 1. <a target=\"_blank\" href=\"http://www.storeapps.org/docs/es-how-to-"
1912
- "schedule-cron-emails-in-cpanel/\">Setup cron job in Plesk</a><br>\n"
1913
- "\t\t\t\t\t\t\t\t\t\t 2. <a target=\"_blank\" href=\"http://www.storeapps."
1914
- "org/docs/es-how-to-schedule-cron-emails-in-parallels-plesk/\">Setup cron job "
1915
- "in cPanal</a><br>\n"
1916
- "\t\t\t\t\t\t\t\t\t\t 3. <a target=\"_blank\" href=\"http://www.storeapps."
1917
- "org/docs/es-what-to-do-if-hosting-doesnt-support-cron-jobs/\">Hosting doesnt "
1918
- "support cron jobs?</a>"
1919
- msgstr ""
1920
- " 1. <a target=\"_blank\" href=\"http://www.storeapps.org/docs/es-how-to-"
1921
- "schedule-cron-emails-in-cpanel/\">Planlanmış gönderimleri için Plesk "
1922
- "ayarları</a><br>\n"
1923
- "\t\t\t\t\t\t\t\t\t\t 2. <a target=\"_blank\" href=\"http://www.storeapps."
1924
- "org/docs/es-how-to-schedule-cron-emails-in-parallels-plesk/\">Planlanmış "
1925
- "gönderimleri için Cpanel ayarları</a><br>\n"
1926
- "\t\t\t\t\t\t\t\t\t\t 3. <a target=\"_blank\" href=\"http://www.storeapps."
1927
- "org/docs/es-what-to-do-if-hosting-doesnt-support-cron-jobs/\">Hostinginiz "
1928
- "planlanmış gönderimleri desteklemiyor mu?</a>"
1929
 
1930
- #: ../help/help.php:129
1931
- msgid "Notification Emails are not being received by Subscribers?"
1932
- msgstr "Bildirimler aboneler tarafından alınmıyor?"
 
1933
 
1934
- #: ../help/help.php:130
1935
- #, php-format
1936
- msgid "Confirm steps from %s."
1937
- msgstr "%s ile adım adım onaylayınız."
1938
-
1939
- #: ../help/help.php:130 ../help/help.php:134 ../help/help.php:138
1940
- #: ../help/help. php:142 ../help/help.php:146 ../help/help.php:150
1941
- #: ../help/help.php:154 .. help/help.php:158 ../help/help.php:162
1942
- #: ../help/help.php:166
1943
- msgid "here"
1944
- msgstr "burada"
1945
-
1946
- #: ../help/help.php:133
1947
- msgid "How to import and export email address to subscriber list?"
1948
- msgstr "Abone listesine nasıl e-posta adresi ekler veya çıkarırım?"
1949
-
1950
- #: ../help/help.php:134 ../help/help.php:138 ../help/help.php:142
1951
- #: ../help/help. php:146 ../help/help.php:150 ../help/help.php:154
1952
- #: ../help/help.php:158 .. help/help.php:162
1953
- #, php-format
1954
- msgid "Refer %s."
1955
- msgstr "%s tarafından."
1956
 
1957
- #: ../help/help.php:137
1958
- msgid "How to Compose and Send static newsletter mails?"
1959
- msgstr "Statik bildirimleri nasıl hazırlar ve gönderirim?"
 
1960
 
1961
- #: ../help/help.php:141
1962
- msgid ""
1963
- "How to Configure and Send notification emails to subscribers when new posts "
1964
- "are published?"
1965
- msgstr ""
1966
- "Yeni bir yazı yayınlandığında abonelere bildirimleri nasıl ayarlarım ve "
1967
- "gönderirim?"
1968
 
1969
- #: ../help/help.php:145
1970
- msgid ""
1971
- "How to install and activate Email Subscribers on multisite installations?"
1972
- msgstr "Çoklu kurulumlarda Email Subscribers nasıl yüklenir ve aktif edilir?"
1973
 
1974
- #: ../help/help.php:149
1975
- msgid ""
1976
- "How to modify the existing mails (Opt-in mail, Welcome mail, Admin mails) "
1977
- "content?"
1978
- msgstr ""
1979
- "Mevcut e-posta bildirimlerinin (Onay Bildirimi, Hoşgeldiniz Bildirimi, "
1980
- "Yönetici Bildirimi) içeriklerini nasıl düzenleyebilirim?"
1981
 
1982
- #: ../help/help.php:153
1983
- msgid "How to Add/Update Existing Subscribers Group?"
1984
- msgstr "Mevcut abone gurubuna nasıl ekleme yaparım veya güncellerim?"
 
1985
 
1986
- #: ../help/help.php:157
1987
- msgid "How to check Sent mails?"
1988
- msgstr "Gönderilmiş bültenler nasıl kontrol edilir?"
 
1989
 
1990
- #: ../help/help.php:161
1991
- msgid "How to show subscribe form inside a popup?"
1992
- msgstr "Üyelik formunu nasıl açılır pencerede gösterebilirim?"
1993
 
1994
- #: ../help/help.php:165
1995
- msgid "Check more detailed documentation"
1996
- msgstr "Daha detaylı dökümanları kontrol ediniz"
1997
 
1998
- #: ../help/help.php:166
1999
- #, php-format
2000
- msgid "From %s."
2001
- msgstr "%s ile."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  "Project-Id-Version: Email Subscribers\n"
4
  "Report-Msgid-Bugs-To: \n"
5
  "POT-Creation-Date: Tue Feb 09 2016 16:21:13 GMT+0530 (IST)\n"
6
+ "PO-Revision-Date: 2016-10-19 16:55+0300\n"
7
  "Last-Translator: Erkan Oruç <erkanoruc@gmail.com>\n"
8
  "Language-Team: \n"
9
  "Language: tr\n"
22
  "X-Loco-Target-Locale: tr_TR\n"
23
  "X-Poedit-SearchPath-0: ..\n"
24
 
25
+ #: ../notification/notification-add.php:70
26
+ msgid "Notification successfully created. "
27
+ msgstr "Bilgilendirme başarıyla oluşturuldu."
28
 
29
+ #: ../notification/notification-add.php:115
30
+ msgid "Select Subscribers Group"
31
+ msgstr "Üye Grubunu Seçiniz"
32
 
33
+ #: ../notification/notification-add.php:137
34
+ #: ../notification/notification-edit.php:160
35
+ msgid "Select Notification Mail Subject"
36
+ msgstr "Bilgilendirme E-posta Konusunu Seçiniz"
37
 
38
+ #: ../notification/notification-add.php:138
39
+ #: ../notification/notification-edit.php:161
40
+ msgid "(Use compose menu to create new)"
41
+ msgstr "(Yeni oluşturmak için oluştur menüsünü kullanınız)"
42
 
43
+ #: ../notification/notification-add.php:162
44
+ #: ../notification/notification-edit.php:188
45
+ msgid "Select Post Categories"
46
+ msgstr "Gönderim Kategorisini Seçiniz"
47
+
48
+ #: ../notification/notification-add.php:196
49
+ #: ../notification/notification-edit.php:234
50
+ msgid "Select your Custom Post Type"
51
+ msgstr "Özel Gönderim Tipinizi Seçiniz"
52
+
53
+ #: ../notification/notification-add.php:197
54
+ #: ../notification/notification-edit.php:235
55
+ msgid "(Optional)"
56
+ msgstr "(Opsiyonel)"
57
+
58
+ #: ../notification/notification-add.php:233
59
+ #: ../notification/notification-edit.php:277
60
+ msgid "Select Notification Status"
61
+ msgstr "Bilgilendirme Durumunu Seçiniz"
62
+
63
+ #: ../notification/notification-add.php:247
64
+ #: ../notification/notification-edit.php:293 ../roles/roles-add.php:202
65
+ #: ../subscribers/view-subscriber-edit.php:192 .. cron/cron-add.php:91
66
+ #: ../compose/compose-edit.php:118 ../compose/compose-add. php:106
67
+ msgid "Save"
68
+ msgstr "Kaydet"
69
+
70
+ #: ../notification/notification-show.php:20
71
+ #: ../notification/notification-edit.php:19 ../settings/settings-edit.php:19
72
+ #: ../sentmail/sentmail-preview.php:17 .. sentmail/sentmail-show.php:21
73
+ #: ../subscribers/view-subscriber-show.php:44
74
+ #: subscribers/view-subscriber-edit.php:21 ../compose/compose-edit.php:19
75
+ #: compose/compose-show.php:32 ../compose/compose-preview.php:17
76
+ msgid "Oops, selected details does not exists."
77
+ msgstr "Bir dakika, seçtiğiniz detaylar mevcut değil."
78
+
79
+ #: ../notification/notification-show.php:34 ../sentmail/sentmail-show.php:35
80
+ #: .. compose/compose-show.php:46
81
+ msgid "Selected record deleted."
82
+ msgstr "Seçilen kayıt silindi."
83
+
84
+ #: ../notification/notification-edit.php:91
85
+ msgid "Notification successfully updated. "
86
+ msgstr "Bilgilendirme başarıyla güncellendi."
87
+
88
+ #. Name of the plugin
89
+ msgid "Email Subscribers & Newsletters"
90
+ msgstr "Email Subscribers & Newsletters"
91
 
92
+ #. Description of the plugin
93
+ msgid ""
94
+ "Add subscription forms on website, send HTML newsletters & automatically "
95
+ "notify subscribers about new blog posts once it gets published."
96
+ msgstr ""
97
+ "Web siteniz üzerine üyelik formu ekleyin, HTML newsletters gönderin & yeni "
98
+ "bir yazı yayınladığını anda aboneleri otomatik bilgilendirin."
99
+
100
+ #: ../roles/roles-add.php:52
101
+ msgid "Role Updated. "
102
+ msgstr "Yetki Güncellendi."
103
 
104
+ #: ../roles/roles-add.php:109
105
+ msgid ""
106
+ "Select user roles who can access following menus. Only Admin can change this."
107
  msgstr ""
108
+ "Aşağıdaki menülere girebilecek kullanıcı yetkilerini seçiniz. Bunu sadece "
109
+ "yönetici değiştirebilir."
110
 
111
+ #: ../settings/settings-edit.php:154
112
+ msgid "Settings Saved."
113
+ msgstr "Ayarlar Kaydedildi."
 
114
 
115
+ #: ../settings/settings-edit.php:157
116
+ msgid "Oops, unable to update."
117
+ msgstr "Bir dakika, güncelleme yapılamadı."
 
118
 
119
+ #: ../sentmail/sentmail-show.php:174
120
+ msgid "Optimize Table & Delete Records"
121
+ msgstr "Tabloları Düzenle & Kayıtları Sil"
 
122
 
123
+ #: ../sentmail/sentmail-show.php:183
124
+ msgid ""
125
+ "Note: Please click on <strong>Optimize Table & Delete Records</strong> "
126
+ "button to delete all reports except latest 10."
127
  msgstr ""
128
+ "Not: Lütfen son 10 tane haricindeki tüm raporları silmek için "
129
+ "<strong>Tabloları Düzenle & Kayıtları Sil</strong> düğmesine tıklayınız."
130
 
131
+ #: ../subscribers/view-subscriber-import.php:43
132
+ msgid ""
133
+ "Error: Special characters (['^$%&*()}{@#~?><>,|=_+\\\"]) are not allowed in "
134
+ "the Group name."
135
+ msgstr ""
136
+ "Hata: Grup isimlerinde özel karakterlere (['^$%&*()}{@#~?><>,|=_+\\\"]) "
137
+ "izin verilmemektedir."
138
 
139
+ #: ../subscribers/view-subscriber-import.php:91
140
+ msgid "email imported."
141
+ msgstr "e-posta içeri aktarıldı."
142
 
143
+ #: ../subscribers/view-subscriber-import.php:92
144
+ msgid "email already exists."
145
+ msgstr "e-posta zaten mevcut."
146
+
147
+ #: ../subscribers/view-subscriber-import.php:93
148
+ msgid "email are invalid."
149
+ msgstr "e-posta geçersiz."
150
+
151
+ #: ../subscribers/view-subscriber-import.php:96
152
+ #: ../subscribers/view-subscriber- import.php:125
153
+ msgid " to view details."
154
  msgstr "detayları görmek için."
155
 
156
+ #: ../subscribers/view-subscriber-import.php:104
157
+ msgid "File Upload Failed."
158
+ msgstr "Dosya Yükleme Başarısız."
159
+
160
+ #: ../subscribers/view-subscriber-import.php:143
161
+ msgid "Import Email Addresses"
162
+ msgstr "E-posta Adreslerini İçeri Aktar"
163
+
164
+ #: ../subscribers/view-subscriber-import.php:144
165
+ #: ../subscribers/view-subscriber- show.php:208
166
+ #: ../subscribers/view-subscriber-export.php:28 ../subscribers/view-
167
+ #: subscriber-add.php:112 ../subscribers/view-subscriber-edit.php:111 ..
168
+ #: subscribers/view-subscriber-sync.php:91
169
+ msgid "Add New Subscriber"
170
+ msgstr "Yeni Abone Ekle"
171
+
172
+ #: ../subscribers/view-subscriber-import.php:145
173
+ #: ../subscribers/view-subscriber- show.php:210
174
+ #: ../subscribers/view-subscriber-add.php:114 ../subscribers/view-
175
+ #: subscriber-edit.php:113 ../subscribers/view-subscriber-sync.php:93
176
+ msgid "Export"
177
+ msgstr "Dışarı Aktar"
178
+
179
+ #: ../subscribers/view-subscriber-import.php:146
180
+ #: ../subscribers/view-subscriber- show.php:211
181
+ #: ../subscribers/view-subscriber-export.php:30 ../subscribers/view-
182
+ #: subscriber-add.php:115 ../subscribers/view-subscriber-edit.php:114 ..
183
+ #: subscribers/view-subscriber-sync.php:144
184
+ msgid "Sync"
185
+ msgstr "Eşitle"
186
+
187
+ #: ../subscribers/view-subscriber-import.php:156
188
+ msgid "Select CSV file"
189
+ msgstr "CSV dosyasını seç"
190
+
191
+ #: ../subscribers/view-subscriber-import.php:158
192
+ msgid "Check CSV structure "
193
+ msgstr "CSV yapısını kontrol et"
194
+
195
+ #: ../subscribers/view-subscriber-import.php:159
196
+ msgid "from here"
197
+ msgstr "buradan"
198
+
199
+ #: ../subscribers/view-subscriber-import.php:170
200
+ msgid "Select Subscribers Email Status"
201
+ msgstr "Abonelerin E-posta Durumunu Seç"
202
+
203
+ #: ../subscribers/view-subscriber-import.php:186
204
+ msgid "Select (or) Create Group for Subscribers"
205
+ msgstr "Aboneler için Grup Seç (veya) Oluştur"
206
+
207
+ #: ../subscribers/view-subscriber-import.php:203
208
+ #: ../subscribers/view-subscriber- add.php:175
209
+ msgid "(or)"
210
+ msgstr "(veya)"
211
+
212
+ #: ../subscribers/view-subscriber-import.php:211
213
+ #: ../subscribers/view-subscriber- show.php:209
214
+ #: ../subscribers/view-subscriber-export.php:29 ../subscribers/view-
215
+ #: subscriber-add.php:113 ../subscribers/view-subscriber-edit.php:112 ..
216
+ #: subscribers/view-subscriber-sync.php:92
217
+ msgid "Import"
218
+ msgstr "İçeri Aktar"
219
+
220
+ #: ../subscribers/view-subscriber-show.php:55
221
+ #: ../subscribers/view-subscriber-show. php:94
222
+ msgid "Record deleted."
223
+ msgstr "Kayıt Silindi."
224
+
225
+ #: ../subscribers/view-subscriber-show.php:66
226
+ msgid ""
227
+ "To send confirmation email, please change the Opt-in option to Double Opt In."
228
+ msgstr ""
229
+ "Onay e-postası göndermek için lütfen onay gönderim seçeneğini Çift Onay "
230
+ "olarak değiştirin."
231
 
232
+ #: ../subscribers/view-subscriber-show.php:114
233
+ msgid ""
234
+ "To send confirmation mail, please change the Opt-in option to Double Opt In."
235
+ msgstr ""
236
+ "Onay postası göndermek için lütfen onay gönderim seçeneğini Çift Onay olarak "
237
+ "değiştirin."
238
 
239
+ #: ../subscribers/view-subscriber-show.php:133
240
+ msgid "Confirmation email(s) Resent Successfully."
241
+ msgstr "Onay E-postası veya E-postaları Başarıyla Tekrar Gönderildi."
242
 
243
+ #: ../subscribers/view-subscriber-show.php:162
244
+ msgid "Selected subscribers group updated."
245
+ msgstr "Seçilen abone grubu güncellendi."
246
 
247
+ #: ../subscribers/view-subscriber-show.php:291
248
+ msgid "1 to 200 emails"
249
+ msgstr "1 den 200 e-posta"
250
 
251
+ #: ../subscribers/view-subscriber-show.php:292
252
+ msgid "201 to 400"
253
+ msgstr "201 den 400 e"
254
 
255
+ #: ../subscribers/view-subscriber-show.php:293
256
+ msgid "401 to 600"
257
+ msgstr "401 den 600 e"
258
 
259
+ #: ../subscribers/view-subscriber-show.php:294
260
+ msgid "601 to 800"
261
+ msgstr "601 den 800 e"
262
 
263
+ #: ../subscribers/view-subscriber-show.php:295
264
+ msgid "801 to 1000"
265
+ msgstr "801 den 1000 e"
266
 
267
+ #: ../subscribers/view-subscriber-show.php:296
268
+ msgid "1001 to 2000"
269
+ msgstr "1001 den 2000 e"
270
 
271
+ #: ../subscribers/view-subscriber-show.php:297
272
+ msgid "2001 to 5000"
273
+ msgstr "2001 den 5000 e"
274
 
275
+ #: ../subscribers/view-subscriber-show.php:298
276
+ msgid "5001 to 10000"
277
+ msgstr "5001 den 10000 e"
278
 
279
+ #: ../subscribers/view-subscriber-show.php:299
280
+ msgid "Display All"
281
+ msgstr "Hepsini Göster"
282
+
283
+ #: ../subscribers/view-subscriber-show.php:311 ../subscribers/view-subscriber-
284
+ #: show.php:325
285
+ msgid "Email Address"
286
+ msgstr "E-posta Adresi"
287
+
288
+ #: ../subscribers/view-subscriber-show.php:315 ../subscribers/view-subscriber-
289
+ #: show.php:329
290
+ msgid "Submission Date<br>(YYYY-MM-DD)"
291
+ msgstr "Kabul Edilme Tarihi <br>(YYYY-MM-DD)"
292
+
293
+ #: ../subscribers/view-subscriber-export.php:27
294
+ msgid "Export Email Addresses"
295
+ msgstr "E-posta Adreslerini Dışarı Aktar"
296
+
297
+ #: ../subscribers/view-subscriber-export.php:39
298
+ #: ../subscribers/view-subscriber- export.php:47
299
+ msgid "Type of List to Export"
300
+ msgstr "Dışarı Aktarım için Liste Tipi"
301
+
302
+ #: ../subscribers/view-subscriber-export.php:40
303
+ #: ../subscribers/view-subscriber- export.php:48
304
+ msgid "Total Emails"
305
+ msgstr "Toplam E-posta"
306
+
307
+ #: ../subscribers/view-subscriber-export.php:54
308
+ msgid "1"
309
+ msgstr "1"
310
+
311
+ #: ../subscribers/view-subscriber-export.php:55
312
+ msgid "All Subscribers List"
313
+ msgstr "Tüm Abone Listesi"
314
+
315
+ #: ../subscribers/view-subscriber-export.php:57
316
+ #: ../subscribers/view-subscriber- export.php:63
317
+ #: ../subscribers/view-subscriber-export.php:69
318
+ msgid "Click to Export in CSV"
319
+ msgstr "CSV olarak Dışarı Aktarmak için Tıklayınız."
320
+
321
+ #: ../subscribers/view-subscriber-export.php:60
322
+ msgid "2"
323
+ msgstr "2"
324
+
325
+ #: ../subscribers/view-subscriber-export.php:61
326
+ msgid "WordPress Registered Users"
327
+ msgstr "Wordpress Kayıtlı Kullanıcılar"
328
 
329
+ #: ../subscribers/view-subscriber-export.php:66
330
+ msgid "3"
331
+ msgstr "3"
332
 
333
+ #: ../subscribers/view-subscriber-export.php:67
334
+ msgid "Commented Authors"
335
+ msgstr "Yorum Yapan Yazarlar"
336
 
337
+ #: ../subscribers/view-subscriber-add.php:65
338
+ msgid "Subscriber has been saved."
339
+ msgstr "Abone kaydedildi."
340
 
341
+ #: ../subscribers/view-subscriber-add.php:67
342
+ msgid "Subscriber already exists."
343
+ msgstr "Abone zaten mevcut."
344
 
345
+ #: ../subscribers/view-subscriber-add.php:70
346
+ msgid "Invalid Email."
347
+ msgstr "Geçersiz E-posta."
348
 
349
+ #: ../subscribers/view-subscriber-add.php:124
350
+ msgid "Enter Subscriber's Full name"
351
+ msgstr "Abonenin Tam İsmini Giriniz"
352
 
353
+ #: ../subscribers/view-subscriber-add.php:134
354
+ msgid "Enter Subscriber's Email Address"
355
+ msgstr "Abonenin E-posta Adresini Giriniz"
356
 
357
+ #: ../subscribers/view-subscriber-add.php:144
358
+ msgid "Select Subscriber's Status"
359
+ msgstr "Abonenin Durumunu Seçiniz"
360
 
361
+ #: ../subscribers/view-subscriber-add.php:159
362
+ msgid "Select (or) Create Group for Subscriber"
363
+ msgstr "Aboneler için Grup Seç (veya) Oluştur"
 
 
 
 
364
 
365
+ #: ../subscribers/view-subscriber-add.php:184
366
+ msgid "Add Subscriber"
367
+ msgstr "Abone Ekle"
368
 
369
+ #: ../subscribers/view-subscriber-edit.php:73
370
+ msgid "Subscriber details updated."
371
+ msgstr "Abone detayları güncellendi."
372
 
373
+ #: ../subscribers/view-subscriber-edit.php:75
374
+ msgid "Subscriber already exists for this group."
375
+ msgstr "Bu grup için abone zaten mevcut."
376
 
377
+ #: ../subscribers/view-subscriber-edit.php:110
378
+ msgid "Edit Subscriber"
379
+ msgstr "Aboneyi Düzenle"
380
 
381
+ #: ../subscribers/view-subscriber-edit.php:123
382
+ msgid "Edit Subscriber's Full Name"
383
+ msgstr "Abone İsmini Düzenle"
384
 
385
+ #: ../subscribers/view-subscriber-edit.php:133
386
+ msgid "Edit Subscriber's Email Address"
387
+ msgstr "Abone E-posta Adresini Düzenle"
388
+
389
+ #: ../subscribers/view-subscriber-edit.php:143
390
+ msgid "Update Subscriber's Status"
391
+ msgstr "Abone Durumunu Güncelle"
392
 
393
+ #: ../subscribers/view-subscriber-edit.php:158
394
+ msgid "Update Subscriber's Group"
395
+ msgstr "Abone Grubunu Güncelle"
396
 
397
+ #: ../subscribers/view-subscriber-sync.php:49
398
+ msgid "Emails Successfully Synced."
399
+ msgstr "E-postalar başarıyla Eşitlendi."
400
 
401
+ #: ../subscribers/view-subscriber-sync.php:102
402
+ msgid "Sync newly registered users to subscribers list"
403
+ msgstr "Yeni kayıtlı kullanıcıları abone listesinde güncelle"
 
404
 
405
+ #: ../subscribers/view-subscriber-sync.php:115
406
+ msgid "Select group to add newly registered users to"
407
+ msgstr "Yeni kayıtlı kullanıcıların ekleneceği grubu seçiniz"
408
 
409
+ #: ../cron/cron-add.php:80
410
  msgid ""
411
+ "This is your cron job URL. It is a readonly field and you are advised not to "
412
+ "modify it."
413
  msgstr ""
414
+ "Bu sizin planlanmış gönderim URL adresinizdir. Bu okunabilir bir alandır, "
415
+ "değiştirilmez."
416
 
417
+ #: ../cron/cron-add.php:84
418
+ msgid ""
419
+ "Enter number of mails you want to send per hour/trigger (Your web host has "
420
+ "limits. We suggest 50 emails per hour to be safe)."
421
+ msgstr ""
422
+ "Her saat başı göndermek istediğiniz e-posta adedini giriniz. (Web "
423
+ "hostinginizin limitleri vardır. Biz güvenli olması için saatte 50 e-posta "
424
+ "göndermenizi öneririz.)"
425
 
426
+ #: ../cron/cron-add.php:88
427
  msgid ""
428
+ "Send above mail to admin whenever cron URL is triggered from your server."
429
+ "<br />(Available Keywords: ###DATE###, ###SUBJECT###, ###COUNT###)"
430
  msgstr ""
431
+ "Hostinginiz planlanmış işe başladığında yukardaki e-postayı yöneticiye "
432
+ "gönder.<br />(Mevcut Anahtar Kelimeler: ###DATE###, ###SUBJECT###, "
433
+ "###COUNT###)"
434
 
435
+ #: ../cron/cron-add.php:98
436
+ msgid ""
437
+ "<a target=\"_blank\" href=\"http://www.storeapps.org/docs/es-how-to-schedule-"
438
+ "cron-mails/\">What is Cron?</a>"
439
+ msgstr ""
440
+ "<a target=\"_blank\" href=\"http://www.storeapps.org/docs/es-how-to-schedule-"
441
+ "cron-mails/\">Planlanmış gönderim nedir ?</a>"
442
 
443
+ #: ../compose/compose-edit.php:60
444
+ msgid "Template successfully updated. "
445
+ msgstr "Şablon başarılı bir şekilde güncellendi."
446
 
447
+ #: ../compose/compose-edit.php:90 ../compose/compose-add.php:79
448
+ msgid "Select your Mail Type"
449
+ msgstr "E-posta Tipini Seçiniz"
450
 
451
+ #: ../compose/compose-edit.php:99 ../compose/compose-add.php:88
452
+ msgid "Keyword: ###POSTTITLE###"
453
+ msgstr "Anahtar: ###POSTTITLE###"
454
 
455
+ #: ../compose/compose-edit.php:101 ../compose/compose-add.php:90
456
+ msgid "Enter Content for your Mail"
457
+ msgstr "E-posta İçeriğini Giriniz"
458
 
459
+ #: ../compose/compose-edit.php:105 ../compose/compose-add.php:94
460
+ #, php-format
461
  msgid ""
462
+ "%s : ###NAME###, ###EMAIL###, ###DATE###, ###POSTTITLE###, ###POSTLINK###, "
463
+ "###POSTLINK-WITHTITLE###, ###POSTLINK-ONLY###, ###POSTIMAGE###, "
464
+ "###POSTDESC###, ###POSTFULL###"
465
  msgstr ""
466
+ "%s : ###NAME###, ###EMAIL###, ###DATE###, ###POSTTITLE###, ###POSTLINK###, "
467
+ "###POSTLINK-WITHTITLE###, ###POSTLINK-ONLY###, ###POSTIMAGE###, "
468
+ "###POSTDESC###, ###POSTFULL###"
469
 
470
+ #: ../compose/compose-edit.php:105 ../compose/compose-add.php:94
471
+ msgid "Available Keywords"
472
+ msgstr "Mevcut Anahtar Kelimeler"
473
 
474
+ #: ../compose/compose-add.php:42
475
+ msgid "Template successfully created. "
476
+ msgstr "Şablon başarıyla oluşturuldu."
 
477
 
478
+ #: ../compose/compose-show.php:81 ../compose/compose-show.php:89
479
+ msgid "Actions"
480
+ msgstr "Eylemler"
481
 
482
+ #: ../help/help.php:114 ../help/help.php:123 ../help/help.php:126
483
+ #: ../help/help. php:129 ../help/help.php:132 ../help/help.php:135
484
+ #: ../help/help.php:138 .. help/help.php:141 ../help/help.php:144
485
+ #: ../help/help.php:147 ../help/help.php:150 ../help/help.php:153
486
+ #: ../help/help.php:156 ../help/help.php:159 help/help.php:162
487
+ #: ../help/help.php:165 ../help/help.php:168 171 ../help/help.php:174
488
+ #, php-format
489
+ msgid "%s"
490
+ msgstr "%s"
491
+
492
+ #: ../help/help.php:114
493
+ msgid "How to Add Subscription box to website?"
494
+ msgstr "Üyelik kutusunu web siteme nasıl eklerim?"
495
+
496
+ #: ../help/help.php:123
497
+ msgid "How to Import or Export Email Addresses?"
498
+ msgstr "E-posta adreslerini içeri veya dışarı nasıl aktarırım?"
499
+
500
+ #: ../help/help.php:126
501
+ msgid "General Plugin Settings"
502
+ msgstr "Genel Eklenti Ayarları"
503
+
504
+ #: ../help/help.php:126
505
  msgid ""
506
+ " (How to modify the existing emails content like Opt-in mail, Welcome mail, "
507
+ "Admin mails)"
508
  msgstr ""
509
+ "(Onay e-postası, Hoşgeldin e-postası, Yönetici e-postası gibi mevcut e-"
510
+ "postaları nasıl güncellerim)"
511
 
512
+ #: ../help/help.php:129
513
+ msgid "How to change/update/translate any texts from Email Subscribers?"
514
+ msgstr ""
515
+ "Email Subscribers'da herhangi bir yazıyı nasıl düzenlerim veya çeviri "
516
+ "yapabilirim?"
517
 
518
+ #: ../help/help.php:132
519
+ msgid "How to add Unsubscribe link in emails?"
520
+ msgstr "E-postalarıma üyelikten ayrıl linkini nasıl eklerim?"
521
 
522
+ #: ../help/help.php:135
523
+ msgid "What are Static Templates and Dynamic Templates?"
524
+ msgstr "Statik ve dinamik şablonlar nedir?"
525
 
526
+ #: ../help/help.php:138
527
+ msgid "How to Compose and Send Static Newsletter Mails?"
528
+ msgstr "Statik haber e-postalarını nasıl hazırlar ve gönderirim ?"
529
 
530
+ #: ../help/help.php:144
531
+ msgid "How to Send a sample new post notification email to testgroup/myself?"
 
 
532
  msgstr ""
533
+ "Kendime veya test grubuna basit yeni yayın bildirimini nasıl gönderebilirim?"
534
 
535
+ #: ../help/help.php:153
536
+ msgid "Emails are not being received by Subscribers?"
537
+ msgstr "E-postalar üyelere teslim edilemiyor mu?"
538
 
539
+ #: ../help/help.php:159
540
+ msgid "How to use Rainmaker’s form in Email Subscribers?"
541
+ msgstr "Rainmaker eklentisini Email Subscribers ile nasıl kullanırım?"
 
 
 
 
542
 
543
+ #: ../help/help.php:162
544
+ msgid "How to Schedule Cron Mails?"
545
+ msgstr " Planlanmış gönderimi nasıl yaparım?"
546
 
547
+ #: ../help/help.php:165
548
+ msgid "How to Schedule Cron Emails in cPanel?"
549
+ msgstr "Cpanel için planlanmış gönderimi nasıl yaparım?"
550
 
551
+ #: ../help/help.php:168
552
+ msgid "How to Schedule Cron Emails in Parallels Plesk?"
553
+ msgstr "Parallels Plesk için planlanmış gönderimi nasıl yaparım?"
554
 
555
+ #: ../help/help.php:171
556
+ msgid "What to do if Hosting doesn’t support Cron Jobs?"
557
+ msgstr "Planlanmış gönderimler için hosting desteğim yoksa ne yapmalıyım?"
 
 
 
 
558
 
559
+ #: ../help/help.php:174
560
+ msgid "Commonly Asked Questions"
561
+ msgstr "Sıkça Sorulan Sorular."
562
 
563
+ #: ../sendmail/sendmail.php:51
564
+ msgid "Please select your group."
565
+ msgstr "Lütfen grup seçimi yapınız."
 
 
566
 
567
+ #: ../sendmail/sendmail.php:58
568
+ msgid "Mail sent successfully. "
569
+ msgstr "E-posta başarıyla gönderildi."
570
 
571
+ #: ../sendmail/sendmail.php:62
572
+ msgid "Click here to check Statistics"
573
+ msgstr "İstatistikleri görmek için buraya tıklayınız"
574
 
575
+ #: ../sendmail/sendmail.php:104
576
+ msgid "Select Mail Subject from available list"
577
+ msgstr "Mevcut Liste için E-posta Konusunu Seç"
578
 
579
+ #: ../sendmail/sendmail.php:131
580
+ msgid "Select Mail Type"
581
+ msgstr "E-posta Tipini Seç"
 
 
 
 
582
 
583
+ #: ../sendmail/sendmail.php:145
584
+ msgid "Select Subscribers group to Send Mail"
585
+ msgstr "E-posta Göndermek için Abone Grubunu Seç"
586
 
587
+ #: ../sendmail/sendmail.php:177
588
+ msgid "Recipients : 0 "
589
+ msgstr "Alıcılar : 0"
 
 
 
 
590
 
591
+ #: ../sendmail/sendmail.php:179
592
+ #, php-format
593
+ msgid "Recipients : %s"
594
+ msgstr "Alıcılar : %s"
595
 
596
+ #: ../sendmail/sendmail.php:182
597
  msgid ""
598
+ "<br><br><strong>Your Recipients count is above 100.<br>We strongly recommend "
599
+ "that you change above Mail Type to Cron and Send Mail via Cron Job.</"
600
+ "strong><br>Click on Help for more information."
601
  msgstr ""
602
+ "<br><br><strong>E-posta alıcı sayısı 100'ün üzerindedir.<br>Planlanmış "
603
+ "gönderimi ile planlama yapmak ve e-posta göndermek için yukarıdaki e-posta "
604
+ "tipini değiştirmenizi öneririz.</strong><br>Daha fazlası için yardım "
605
+ "seçeneğine tıklayınız."
606
 
607
+ #: ../sendmail/sendmail.php:198
608
+ msgid "Reset"
609
+ msgstr "Sıfırla"
610
+
611
+ #: ../classes/es-register.php:219
612
+ msgctxt "sendmail-enhanced-select"
613
+ msgid "Please select your mail type."
614
+ msgstr "Lütfen e-posta türünü seçiniz."
615
 
616
+ #: ../classes/es-register.php:256
617
+ msgctxt "widget-enhanced-select"
618
  msgid ""
619
+ "Your subscription was successful! Within a few minutes, kindly check the "
620
+ "mail in your mailbox and confirm your subscription. If you can't see the "
621
+ "mail in your mailbox, please check your spam folder."
622
  msgstr ""
623
+ "Üyeliğiniz tamamlandı! Birkaç dakika içerisinde lütfen e-posta kutunuzu "
624
+ "kontrol ediniz ve üyeliğinizi onaylayınız. Eğer e-postayı gelen kutusunda "
625
+ "göremezseniz, lütfen önemsiz kutusunu kontrol ediniz."
 
 
 
626
 
627
+ #: ../classes/es-register.php:273
628
+ msgctxt "widget-page-enhanced-select"
629
  msgid ""
630
+ "Your subscription was successful! Within a few minutes, kindly check the "
631
+ "mail in your mailbox and confirm your subscription. If you can't see the "
632
+ "mail in your mailbox, please check your spam folder."
633
  msgstr ""
634
+ "Üyeliğiniz tamamlandı! Birkaç dakika içerisinde lütfen e-posta kutunuzu "
635
+ "kontrol ediniz ve üyeliğinizi onaylayınız. Eğer e-postayı gelen kutusunda "
636
+ "göremezseniz, lütfen önemsiz kutusunu kontrol ediniz."
 
 
 
637
 
638
+ #: ../classes/es-register.php:407
639
  msgid ""
640
+ "Email Subscribers recommends free plugin <b>Rainmaker</b> to collect leads "
641
+ "instantly"
642
  msgstr ""
643
+ "Email Subscriber, üye toplamak için hazır formları bulunan ve bedava sunulan "
644
+ "<b>Rainmaker<b> eklentisini öneriyor."
 
645
 
646
+ #: ../classes/es-register.php:408
647
+ msgid "Yes, I want this"
648
+ msgstr "Evet, bunu istiorum"
649
 
650
+ #: ../classes/es-register.php:408
651
+ msgid "No, I don't want it"
652
+ msgstr "Hayır, bunu istemiyorum"
653
 
654
+ #: ../notification/notification-add.php:32
655
+ msgid "Please select subscribers group."
656
+ msgstr "Lütfen haber listesi grubunu seçiniz."
657
 
658
+ #: ../notification/notification-add.php:38
659
+ msgid "Please select notification status."
660
+ msgstr "Lütfen bildirim gönderme durumunu seçiniz."
 
 
 
 
 
 
 
 
661
 
662
+ #: ../notification/notification-add.php:44
663
+ #: ../notification/notification-edit.php:60
664
  msgid ""
665
+ "Please select notification mail subject. Use compose menu to create new."
 
 
 
 
 
 
 
 
 
 
 
666
  msgstr ""
667
+ "Lütfen bildirim E-posta şablonu seçiniz. Yenisini oluşturmak için E-posta "
668
+ "Şablonu menüsünü kullanın."
669
 
670
+ #: ../notification/notification-add.php:50
671
+ #: ../notification/notification-edit.php:69
672
+ msgid "Please select post categories."
673
+ msgstr "Lütfen Posta kategorilerini seçiniz."
674
 
675
+ #: ../notification/notification-add.php:107
676
+ msgid "Add Notification"
677
+ msgstr "Bildirim Ekle"
678
 
679
+ #: ../notification/notification-add.php:108
680
+ #: ../notification/notification-show.php:55
681
+ #: ../notification/notification-edit.php:122 ../roles/roles-add.php:106 ..
682
+ #: settings/settings-edit.php:199 ../sentmail/sentmail-preview.php:29
683
+ #: sentmail/sentmail-show.php:98 ../sentmail/deliverreport-show.php:62
684
+ #: subscribers/view-subscriber-import.php:147 ../subscribers/view-subscriber-
685
+ #: show.php:212 ../subscribers/view-subscriber-export.php:31
686
+ #: ../subscribers/view- subscriber-add.php:116
687
+ #: ../subscribers/view-subscriber-edit.php:115
688
+ #: subscribers/view-subscriber-sync.php:94 ../cron/cron-add.php:75
689
+ #: compose/compose-edit.php:87 ../compose/compose-add.php:76
690
+ #: ../compose/compose- show.php:67 ../compose/compose-preview.php:29
691
+ #: ../sendmail/sendmail.php:96
692
+ msgid "Help"
693
+ msgstr "Yardım"
694
 
695
+ #: ../notification/notification-add.php:119
696
+ #: ../notification/notification-add.php:143
697
+ #: ../notification/notification-edit.php:133 ../notification/notification-
698
+ #: edit.php:166 ../subscribers/view-subscriber-import.php:191
699
+ #: ../subscribers/view- subscriber-add.php:163
700
+ #: ../subscribers/view-subscriber-edit.php:163 ..
701
+ #: subscribers/view-subscriber-sync.php:120 ../sendmail/sendmail.php:109
702
+ #: sendmail/sendmail.php:136 ../sendmail/sendmail.php:150
703
+ msgid "Select"
704
+ msgstr "Seç"
705
 
706
+ #: ../notification/notification-add.php:189
707
+ #: ../notification/notification-edit.php:226
708
+ msgid "Check All"
709
+ msgstr "Hepsini Seç"
710
 
711
+ #: ../notification/notification-add.php:190
712
+ #: ../notification/notification-edit.php:227
713
+ msgid "Uncheck All"
714
+ msgstr "Hiçbirini Seçme"
 
 
 
715
 
716
+ #: ../notification/notification-add.php:226
717
+ #: ../notification/notification-edit.php:269
718
+ msgid "No Custom Post Types Available"
719
+ msgstr "Gönderi Tipi Mevcut Değil"
720
 
721
+ #: ../notification/notification-add.php:237
722
+ #: ../notification/notification-edit.php:282
723
+ msgid "Send mail immediately when new post is published"
724
+ msgstr "Yeni yazı yayınladığı anda e-posta gönder"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
725
 
726
+ #: ../notification/notification-add.php:238
727
+ #: ../notification/notification-edit.php:283
728
+ msgid "Add to cron when new post is published and send via cron job"
 
 
729
  msgstr ""
730
+ "Yeni yazı yayınlandığında planlanmış gönderilere ekle ve planlanmış gönderi "
731
+ "ile gönder"
 
 
 
 
732
 
733
+ #: ../notification/notification-add.php:239
734
+ #: ../notification/notification-edit.php:284
735
+ msgid "Disable notification"
736
+ msgstr "Bildirimleri durdur"
 
 
 
 
 
 
 
 
 
 
 
 
 
737
 
738
+ #: ../notification/notification-show.php:53 ../classes/es-register.php:148 ..
739
+ #: classes/es-register.php:149
740
+ msgid "Notification"
741
+ msgstr "Bildirimler"
742
 
743
+ #: ../notification/notification-show.php:54
744
+ #: ../notification/notification-edit.php:121 ../compose/compose-edit.php:86
745
+ #: ../compose/compose-show.php:66
746
+ msgid "Add New"
747
+ msgstr "Yeni Ekle"
748
 
749
+ #: ../notification/notification-show.php:66
750
+ #: ../notification/notification-show.php:74
751
+ msgid "Mail Subject"
752
+ msgstr "EPosta Konusu"
753
 
754
+ #: ../notification/notification-show.php:67
755
+ #: ../notification/notification-show.php:75
756
+ msgid "Subscribers Group"
757
+ msgstr "Abone Grubu"
758
 
759
+ #: ../notification/notification-show.php:68
760
+ #: ../notification/notification-show.php:76
761
+ msgid "Categories / Custom Post"
762
+ msgstr "Kategoriler / Farklı Gönderi"
 
 
 
 
 
 
763
 
764
+ #: ../notification/notification-show.php:69
765
+ #: ../notification/notification-show.php:77
766
+ msgid "Notification Status"
767
+ msgstr "Bildirim Gönderme Durumu"
 
768
 
769
+ #: ../notification/notification-show.php:98
770
+ #: ../subscribers/view-subscriber-show. php:357
771
+ #: ../compose/compose-show.php:105 ../compose/compose-preview.php:41
772
+ msgid "Edit"
773
+ msgstr "Düzelt"
774
 
775
+ #: ../notification/notification-show.php:101
776
+ #: ../subscribers/view-subscriber-show. php:244
777
+ #: ../subscribers/view-subscriber-show.php:362 ../compose/compose-show.
778
+ #: php:106
779
+ msgid "Delete"
780
+ msgstr "Sil"
781
 
782
+ #: ../notification/notification-show.php:128
783
+ msgid "Send mail immediately when new post is published."
784
+ msgstr "Yeni yazı yayınladığı anda e-posta gönder"
785
 
786
+ #: ../notification/notification-show.php:130
787
+ msgid "Add to cron and send mail via cron job."
788
+ msgstr "Planlanmış gönderilere ekle ve planlanmış gönderi ile e-posta gönder."
 
 
 
 
789
 
790
+ #: ../notification/notification-show.php:141 ../sentmail/sentmail-show.php:165
791
+ #: .. sentmail/deliverreport-show.php:115
792
+ #: ../subscribers/view-subscriber-show.php:385 ../compose/compose-show.php:115
793
  msgid "No records available."
794
  msgstr "Kayıt Yok!"
795
 
796
+ #: ../notification/notification-edit.php:48
797
+ msgid "Please select subscribers group"
798
+ msgstr "Lütfen abone grubunu seçiniz"
 
 
 
 
799
 
800
+ #: ../notification/notification-edit.php:54
801
+ msgid "Please select notification status"
802
+ msgstr "Lütfen bildirim durumunu seçiniz"
803
 
804
+ #: ../notification/notification-edit.php:120
805
+ msgid "Edit Notification"
806
+ msgstr "Bildirim Düzeltme"
 
 
 
 
807
 
808
+ #: ../notification/notification-edit.php:129
809
+ #: ../subscribers/view-subscriber-show. php:246
810
+ msgid "Update Subscribers Group"
811
+ msgstr "Abone Grubunu Güncelle"
812
 
813
+ #. URI of the plugin
814
+ msgid "http://www.storeapps.org/product/email-subscribers"
815
+ msgstr "http://www.storeapps.org/product/email-subscribers"
 
 
 
816
 
817
+ #. Author of the plugin
818
+ msgid "StoreApps"
819
+ msgstr "Uygulama Mağazası"
820
 
821
+ #. URI of the plugin
822
+ msgid "http://www.storeapps.org"
823
+ msgstr "http://www.storeapps.org"
824
 
825
+ #: ../roles/roles-add.php:105
826
+ msgid "Roles and Capabilities"
827
+ msgstr "Roller ve Yetkiler"
 
 
 
 
828
 
829
+ #: ../roles/roles-add.php:116
830
+ msgid "Subscribers Menu"
831
+ msgstr "Aboneler Menüsü"
832
 
833
+ #: ../roles/roles-add.php:120 ../roles/roles-add.php:132
834
+ #: ../roles/roles-add.php:144 ../roles/roles-add.php:156
835
+ #: ../roles/roles-add.php:168 ../roles/roles-add. php:180
836
+ #: ../roles/roles-add.php:192
837
+ msgid "Administrator Only"
838
+ msgstr "Sadece Yönetici"
839
 
840
+ #: ../roles/roles-add.php:121 ../roles/roles-add.php:133
841
+ #: ../roles/roles-add.php:145 ../roles/roles-add.php:157
842
+ #: ../roles/roles-add.php:169 ../roles/roles-add. php:181
843
+ #: ../roles/roles-add.php:193
844
+ msgid "Administrator/Editor"
845
+ msgstr "Yönetici/Editör"
846
 
847
+ #: ../roles/roles-add.php:122 ../roles/roles-add.php:134
848
+ #: ../roles/roles-add.php:146 ../roles/roles-add.php:158
849
+ #: ../roles/roles-add.php:170 ../roles/roles-add. php:182
850
+ #: ../roles/roles-add.php:194
851
+ msgid "Administrator/Editor/Author/Contributor"
852
+ msgstr "Yönetici/Editör/Yazar/Katılımcı"
853
 
854
+ #: ../roles/roles-add.php:128
855
+ msgid "Compose Menu"
856
+ msgstr "Oluştur Menüsü"
 
 
857
 
858
+ #: ../roles/roles-add.php:140
859
+ msgid "Notification Menu"
860
+ msgstr "Bildirimler Menüsü"
 
 
861
 
862
+ #: ../roles/roles-add.php:152
863
+ msgid "Send Email Menu/Cron Menu"
864
+ msgstr "E-posta Gönder Menüsü/Planlanmış E-posta Menüsü"
865
 
866
+ #: ../roles/roles-add.php:164
867
+ msgid "Settings Menu"
868
+ msgstr "Ayarlar Menüsü"
869
 
870
+ #: ../roles/roles-add.php:176
871
+ msgid "Sent Mails Menu"
872
+ msgstr "Giden Postalar Menüsü"
 
873
 
874
+ #: ../roles/roles-add.php:188
875
+ msgid "Help & Info Menu"
876
+ msgstr "Yardım & Bilgi Menüsü"
877
 
878
+ #: ../settings/settings-edit.php:116
879
+ msgid "Please enter sender of notifications from name."
880
+ msgstr "Bildirimlerin hangi isimden gönderileceğini giriniz."
881
 
882
+ #: ../settings/settings-edit.php:121
883
+ msgid "Please enter sender of notifications from email."
884
+ msgstr "Bildirimlerin hangi E-Posta adresinden gönderileceğini giriniz."
 
885
 
886
+ #: ../settings/settings-edit.php:198 ../classes/es-register.php:157
887
+ #: ../classes/es- register.php:158
888
+ msgid "Settings"
889
+ msgstr "Ayarlar"
 
890
 
891
+ #: ../settings/settings-edit.php:206
892
+ msgid "Sender of notifications"
893
+ msgstr "Bildirimleri Gönderen"
894
 
895
+ #: ../settings/settings-edit.php:207
896
+ msgid ""
897
+ "Choose a FROM name and FROM email address for all notifications emails from "
898
+ "this plugin."
899
+ msgstr ""
900
+ "Bu eklenti ile gönderilecek bütün bildirimler için gönderen İSİM ve E-POSTA "
901
+ "adresi seçiniz."
902
 
903
+ #: ../settings/settings-edit.php:217
904
+ msgid "Mail type"
905
+ msgstr "E-posta Tipi"
906
 
907
+ #: ../settings/settings-edit.php:218
908
+ msgid ""
909
+ "Option 1 & 2 is to send mails with default Wordpress method wp_mail(). "
910
+ "Option 3 & 4 is to send mails with PHP method mail()"
911
+ msgstr ""
912
+ "Seçenek 1 & 2 ile normal WP metodu kullanılarak gönderilecek \n"
913
+ "wp_mail(). Seçenek 3 & 4 ile PHP metodu kullanılarak gönderilecek. mail()"
914
 
915
+ #: ../settings/settings-edit.php:222
916
+ msgid "1. WP HTML MAIL"
917
+ msgstr "1. WP HTML POSTA"
918
 
919
+ #: ../settings/settings-edit.php:223
920
+ msgid "2. WP PLAINTEXT MAIL"
921
+ msgstr "2. WP PLAINTEXT POSTA"
 
922
 
923
+ #: ../settings/settings-edit.php:224
924
+ msgid "3. PHP HTML MAIL"
925
+ msgstr " 3. PHP HTML POSTA"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
926
 
927
+ #: ../settings/settings-edit.php:225
928
+ msgid "4. PHP PLAINTEXT MAIL"
929
+ msgstr "4. PHP PLAINTEXT POSTA"
 
930
 
931
+ #: ../settings/settings-edit.php:232
932
+ msgid "Opt-in option"
933
+ msgstr "Onaylama Seçeneği"
 
934
 
935
+ #: ../settings/settings-edit.php:233
 
936
  msgid ""
937
+ "Double Opt In, means subscribers need to confirm their email address by an "
938
+ "activation link sent them on a activation email message. Single Opt In, "
939
+ "means subscribers do not need to confirm their email address."
940
  msgstr ""
941
+ "Çift Onay seçeneğinde, E-Posta Listesine kaydolacak adreslere bir onaylama "
942
+ "mesajı ve kayıttan sonra da hoşgeldin mesajı gönderilir.\n"
943
+ "Tek Onay seçeneğinde, sonradan ayrıca bildirim gönderilmez."
944
 
945
+ #: ../settings/settings-edit.php:237
946
+ msgid "Double Opt In"
947
+ msgstr "Çift Onay"
 
948
 
949
+ #: ../settings/settings-edit.php:238
950
+ #: ../subscribers/view-subscriber-import.php:179
951
+ #: ../subscribers/view-subscriber-show.php:288 ../subscribers/view-subscriber-
952
+ #: add.php:152 ../subscribers/view-subscriber-edit.php:151
953
+ msgid "Single Opt In"
954
+ msgstr "Tek Onay"
955
 
956
+ #: ../settings/settings-edit.php:244
957
+ msgid "Image Size"
958
+ msgstr "Resim Ölçüsü"
 
959
 
960
+ #: ../settings/settings-edit.php:245
 
961
  msgid ""
962
+ "Select image size for ###POSTIMAGE### to be shown in post notification email"
 
963
  msgstr ""
964
+ "Lütfen yeni yazı bildirim mailindeki ###POSTIMAGE### için resim ölçüsünü "
965
+ "belirleyiniz"
966
 
967
+ #: ../settings/settings-edit.php:249
968
+ msgid "Full Size"
969
+ msgstr "Tam Boy"
 
970
 
971
+ #: ../settings/settings-edit.php:250
972
+ msgid "Medium Size"
973
+ msgstr "Orta Boy"
 
974
 
975
+ #: ../settings/settings-edit.php:251
976
+ msgid "Thumbnail"
977
+ msgstr "Küçük Boy"
 
978
 
979
+ #: ../settings/settings-edit.php:257
980
+ msgid "Opt-in mail subject (Confirmation mail)"
981
+ msgstr "Onay E-postasının Konusu "
 
982
 
983
+ #: ../settings/settings-edit.php:258
 
984
  msgid ""
985
+ "Enter the subject for Double Opt In mail. This will send whenever subscriber "
986
+ "added email into our database."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
987
  msgstr ""
988
+ "Çift onay E-posta konusu. E-posta listesine abone olanlara gönderilecektir."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
989
 
990
+ #: ../settings/settings-edit.php:264
991
+ msgid "Opt-in mail content (Confirmation mail)"
992
+ msgstr "Onaylama Metni"
 
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
+ "Çift Onay için E-Posta metni giriniz. Bu metin E-Posta listesine eklenenlere "
1000
+ "gönderilecektir."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1001
 
1002
+ #: ../settings/settings-edit.php:271
1003
+ msgid "Opt-in link (Confirmation link)"
1004
+ msgstr "Onay Linki"
 
1005
 
1006
+ #: ../settings/settings-edit.php:272
1007
+ msgid "Double Opt In confirmation link. You no need to change this value."
1008
+ msgstr "Çift Onay linki. Bu değerleri değiştirmeniz gerekmez."
 
1009
 
1010
+ #: ../settings/settings-edit.php:278
1011
+ msgid "Text to display after email subscribed successfully"
1012
+ msgstr "Başarıyla Haber Listesine eklendikten sonra gönderilecek Metin."
 
1013
 
1014
+ #: ../settings/settings-edit.php:279
 
1015
  msgid ""
1016
+ "This text will display once user clicked email confirmation link from opt-in "
1017
+ "(confirmation) email content."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1018
  msgstr ""
1019
+ "Bu metin, E-posta mesajındaki onay linkine tıklandığında bir kez "
1020
+ "gösterilecektir."
 
 
 
 
 
 
 
 
 
 
1021
 
1022
+ #: ../settings/settings-edit.php:286
1023
+ msgid "Subscriber welcome email"
1024
+ msgstr "Kaydolanlara Hoşgeldin EPostası"
 
1025
 
1026
+ #: ../settings/settings-edit.php:287
1027
+ msgid "To send welcome mail to subscriber, This option must be set to YES."
 
 
 
1028
  msgstr ""
1029
+ "Kaydolanlara hoşgeldin E-Postası göndermek için bu seçenek EVET olarak "
1030
+ "seçilmelidir."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1031
 
1032
+ #: ../settings/settings-edit.php:291 ../settings/settings-edit.php:319 ..
1033
+ #: subscribers/view-subscriber-sync.php:108
1034
+ msgid "YES"
1035
+ msgstr "EVET"
1036
 
1037
+ #: ../settings/settings-edit.php:292 ../settings/settings-edit.php:320 ..
1038
+ #: subscribers/view-subscriber-sync.php:107
1039
+ msgid "NO"
1040
+ msgstr "HAYIR"
1041
 
1042
+ #: ../settings/settings-edit.php:298
1043
+ msgid "Welcome mail subject"
1044
+ msgstr "Hoşgeldin E-postası konusu"
1045
 
1046
+ #: ../settings/settings-edit.php:299
1047
  msgid ""
1048
+ "Enter the subject for subscriber welcome mail. This will send whenever email "
1049
+ "subscribed (confirmed) successfully."
1050
+ msgstr ""
1051
+ "Aboneye hoşgeldin E-Postasının konusunu giriniz. Başarıyla kayıt işlemi "
1052
+ "tamamlananlara gönderilecektir."
 
 
1053
 
1054
+ #: ../settings/settings-edit.php:305
1055
+ msgid "Subscriber welcome mail content"
1056
+ msgstr "Aboneye hoşgeldin E-Posta içeriği"
1057
 
1058
+ #: ../settings/settings-edit.php:306
1059
  msgid ""
1060
+ "Enter the content for subscriber welcome mail. This will send whenever email "
1061
+ "subscribed (confirmed) successfully. (Keyword: ###NAME###)"
1062
  msgstr ""
1063
+ "Üye olan kişilere hoşgeldin mesaj bildirimi için içerik giriniz. Üyeliği "
1064
+ "onaylandığı zaman otomatik olarak gönderilecektir. (Anahtar : ###NAME###)"
 
 
 
 
 
 
 
 
 
 
 
 
 
1065
 
1066
+ #: ../settings/settings-edit.php:314
1067
+ msgid "Mail to admin"
1068
+ msgstr "Yöneticiye E-posta gönder"
1069
 
1070
+ #: ../settings/settings-edit.php:315
1071
+ msgid ""
1072
+ "To send admin notifications for new subscriber, This option must be set to "
1073
+ "YES."
1074
+ msgstr ""
1075
+ "Site yöneticisine yeni abone bildirimi göndermek için bu seçenek EVET olarak "
1076
+ "seçilmelidir."
1077
 
1078
+ #: ../settings/settings-edit.php:326
1079
+ msgid "Admin email addresses"
1080
+ msgstr "Site yöneticisi E-posta adresleri"
1081
 
1082
+ #: ../settings/settings-edit.php:327
1083
+ msgid ""
1084
+ "Enter the admin email addresses that should receive notifications (separate "
1085
+ "by comma)."
1086
+ msgstr ""
1087
+ "Bildirim gönderilecek site yöneticisi E-posta adreslerini (birden fazla ise "
1088
+ "virgülle ayırarak) giriniz."
1089
 
1090
+ #: ../settings/settings-edit.php:333
1091
+ msgid "Admin mail subject"
1092
+ msgstr "Site yöneticisi için E-posta konusu"
1093
 
1094
+ #: ../settings/settings-edit.php:334
1095
+ msgid ""
1096
+ "Enter the subject for admin mail. This will send whenever new email added "
1097
+ "and confirmed into our database."
1098
+ msgstr ""
1099
+ "Site yöneticisi için E-posta konusu giriniz. Haber Listesine yeni biri "
1100
+ "kaydolduğunda gönderilecektir."
1101
 
1102
+ #: ../settings/settings-edit.php:340
1103
+ msgid "Admin mail content"
1104
+ msgstr "Site Yöneticisi E-posta Metni"
1105
 
1106
+ #: ../settings/settings-edit.php:341
1107
+ msgid ""
1108
+ "Enter the mail content for admin. This will send whenever new email added "
1109
+ "and confirmed into our database. (Keyword: ###NAME###, ###EMAIL###)"
1110
+ msgstr ""
1111
+ "Site yöneticisine bildirim için içerik giriniz. Veritabanına yeni e-posta "
1112
+ "eklendiğinde ve onaylandığında otomatik olarak yöneticiye bildirilecektir. "
1113
+ "(Anahtar : ###NAME###, ###EMAIL###)"
1114
 
1115
+ #: ../settings/settings-edit.php:348
1116
+ msgid "Unsubscribe link"
1117
+ msgstr "Üyelik iptal linki"
1118
 
1119
+ #: ../settings/settings-edit.php:349
1120
+ msgid "Unsubscribe link. You no need to change this value."
1121
+ msgstr "Üyelik iptal linki. Bu değeri değiştirmeniz gerekmez."
1122
 
1123
+ #: ../settings/settings-edit.php:355
1124
+ msgid "Unsubscribe text in mail"
1125
+ msgstr "Abonelik iptal metni"
 
1126
 
1127
+ #: ../settings/settings-edit.php:356
1128
+ msgid ""
1129
+ "Enter the text for unsubscribe link. This text is to add unsubscribe link "
1130
+ "with newsletter. (Keyword: ###LINK###)"
1131
+ msgstr ""
1132
+ "Üyelikten ayrılma linki için bir yazı giriniz. Bu yazı gönderilen bültene "
1133
+ "üyelikten ayrıl bağlantısı eklemek içindir. (Anahtar : ###LINK###)"
1134
 
1135
+ #: ../settings/settings-edit.php:362
1136
+ msgid "Text to display after email unsubscribed"
1137
+ msgstr "Bir E-posta aboneliği sonlandırıldıktan sonra gösterilecek metin"
1138
 
1139
+ #: ../settings/settings-edit.php:363
1140
+ msgid ""
1141
+ "This text will display once user clicked unsubscribed link from our "
1142
+ "newsletter."
1143
+ msgstr ""
1144
+ "Bu Metin, Haber Bültenlerindeki Kayıt Silme linkine tıklayanlara bir kez "
1145
+ "gösterilecektir."
1146
 
1147
+ #: ../settings/settings-edit.php:370
1148
+ msgid "Message 1"
1149
+ msgstr "Mesaj 1"
1150
 
1151
+ #: ../settings/settings-edit.php:371
1152
+ msgid "Default message to display if any issue on confirmation link."
1153
+ msgstr ""
1154
+ "Onaylama linkinde herhangi bir sorun olduğunda gösterilecek varsayılan metin"
1155
 
1156
+ #: ../settings/settings-edit.php:377
1157
+ msgid "Message 2"
1158
+ msgstr "Mesaj 2"
1159
 
1160
+ #: ../settings/settings-edit.php:378
1161
+ msgid "Default message to display if any issue on unsubscribe link."
1162
+ msgstr "Kayıt silme linkinde herhangi bir sorun olduğunda gösterilecek metin"
 
 
1163
 
1164
+ #: ../settings/settings-edit.php:385
1165
+ msgid "Sent report subject"
1166
+ msgstr "Gönderilen rapor konusu"
1167
 
1168
+ #: ../settings/settings-edit.php:386
1169
+ msgid "Mail subject for sent mail report."
1170
+ msgstr "Gönderilen rapor için e-posta konusu"
1171
 
1172
+ #: ../settings/settings-edit.php:392
1173
+ msgid "Sent report content"
1174
+ msgstr "Gönderilen rapor içeriği"
 
1175
 
1176
+ #: ../settings/settings-edit.php:393
 
1177
  msgid ""
1178
+ "Mail content for sent mail report. (Keyword: ###COUNT###, ###UNIQUE###, "
1179
+ "###STARTTIME###, ###ENDTIME###)"
1180
  msgstr ""
1181
+ "Gönderilen rapor için e-posta içeriği. (Anahtarlar : ###COUNT###, "
1182
+ "###UNIQUE###, ###STARTTIME###, ###ENDTIME###)"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1183
 
1184
+ #: ../settings/settings-edit.php:403
1185
+ msgid "Save Settings"
1186
+ msgstr "Ayarları Kaydet"
 
 
 
1187
 
1188
+ #: ../settings/setting-sync.php:15
1189
+ msgid "Table sync completed successfully."
1190
+ msgstr "Tablo başarıyla eşitlendi."
1191
 
1192
+ #: ../settings/setting-sync.php:28
1193
+ msgid "Sync plugin tables"
1194
+ msgstr "Eklenti tablolarını eşitle"
1195
 
1196
+ #: ../settings/setting-sync.php:32
1197
+ msgid "Click to sync tables"
1198
+ msgstr "Eşitleme tabloları için tıklayın"
1199
 
1200
+ #: ../sentmail/sentmail-preview.php:28 ../compose/compose-preview.php:28
1201
+ msgid "Preview Mail"
1202
+ msgstr "E-posta Önizleme"
1203
 
1204
+ #: ../sentmail/sentmail-preview.php:43
1205
+ msgid "Back"
1206
+ msgstr "Geri"
1207
 
1208
+ #: ../sentmail/sentmail-show.php:42
1209
+ msgid "Successfully deleted all reports except latest 10."
1210
+ msgstr "En son 10 rapor hariç hepsi başarıyla silindi."
 
1211
 
1212
+ #: ../sentmail/sentmail-show.php:85 ../sentmail/deliverreport-show.php:49
1213
+ msgid " &lt;&lt; "
1214
+ msgstr " &lt;&lt; "
 
 
1215
 
1216
+ #: ../sentmail/sentmail-show.php:86 ../sentmail/deliverreport-show.php:50
1217
+ msgid " &gt;&gt; "
1218
+ msgstr " &gt;&gt; "
 
 
1219
 
1220
+ #: ../sentmail/sentmail-show.php:97 ../classes/es-register.php:163
1221
+ #: ../classes/es- register.php:164
1222
+ msgid "Sent Mails"
1223
+ msgstr "Giden E-Postalar"
1224
 
1225
+ #: ../sentmail/sentmail-show.php:108 ../sentmail/sentmail-show.php:121
1226
+ msgid "View Reports"
1227
+ msgstr "Raporlara Gözat"
 
1228
 
1229
+ #: ../sentmail/sentmail-show.php:109 ../sentmail/sentmail-show.php:122 ..
1230
+ #: compose/compose-show.php:107
1231
+ msgid "Preview"
1232
+ msgstr "Önizleme"
1233
 
1234
+ #: ../sentmail/sentmail-show.php:110 ../sentmail/sentmail-show.php:123
1235
+ msgid "Source"
1236
+ msgstr "Kaynak"
1237
 
1238
+ #: ../sentmail/sentmail-show.php:111 ../sentmail/sentmail-show.php:124 ..
1239
+ #: sentmail/deliverreport-show.php:75 ../sentmail/deliverreport-show.php:87
1240
+ #: subscribers/view-subscriber-show.php:313
1241
+ #: ../subscribers/view-subscriber-show. php:327
1242
+ #: ../compose/compose-edit.php:109 ../compose/compose-add.php:98
1243
+ #: compose/compose-show.php:79 ../compose/compose-show.php:87
1244
+ msgid "Status"
1245
+ msgstr "Durum"
1246
 
1247
+ #: ../sentmail/sentmail-show.php:112 ../sentmail/sentmail-show.php:125 ..
1248
+ #: sentmail/deliverreport-show.php:76 ../sentmail/deliverreport-show.php:88
1249
+ #: compose/compose-show.php:80 ../compose/compose-show.php:88
1250
+ msgid "Type"
1251
+ msgstr "Tür"
1252
 
1253
+ #: ../sentmail/sentmail-show.php:113 ../sentmail/sentmail-show.php:126
1254
+ msgid "Start Date"
1255
+ msgstr "Başlama Tarihi"
1256
 
1257
+ #: ../sentmail/sentmail-show.php:114 ../sentmail/sentmail-show.php:127
1258
+ msgid "End Date"
1259
+ msgstr "Bitiş Tarihi"
1260
 
1261
+ #: ../sentmail/sentmail-show.php:115 ../sentmail/sentmail-show.php:128
1262
+ msgid "Total"
1263
+ msgstr "Toplam"
 
 
 
 
 
1264
 
1265
+ #: ../sentmail/sentmail-show.php:116 ../sentmail/sentmail-show.php:129 ..
1266
+ #: subscribers/view-subscriber-show.php:316
1267
+ #: ../subscribers/view-subscriber-show. php:330
1268
+ #: ../subscribers/view-subscriber-export.php:41 ../subscribers/view-
1269
+ #: subscriber-export.php:49
1270
+ msgid "Action"
1271
+ msgstr "Eylem"
1272
 
1273
+ #: ../sentmail/deliverreport-show.php:13
1274
+ msgid "Oops.. Unexpected error occurred. Please try again."
1275
+ msgstr "Afedersiniz... Beklenmedik bir hata oldu, tekrar deneyiniz."
 
 
 
 
1276
 
1277
+ #: ../sentmail/deliverreport-show.php:61
1278
+ msgid "Delivery Report"
1279
+ msgstr "Teslimat Raporu"
 
 
1280
 
1281
+ #: ../sentmail/deliverreport-show.php:72 ../sentmail/deliverreport-show.php:84
1282
+ #: .. subscribers/view-subscriber-show.php:310
1283
+ #: ../subscribers/view-subscriber-show. php:324
1284
+ #: ../subscribers/view-subscriber-export.php:38 ../subscribers/view-
1285
+ #: subscriber-export.php:46
1286
+ msgid "Sno"
1287
+ msgstr "Sıra"
1288
 
1289
+ #: ../sentmail/deliverreport-show.php:73 ../sentmail/deliverreport-show.php:85
1290
+ msgid "Email"
1291
+ msgstr "E-posta"
1292
 
1293
+ #: ../sentmail/deliverreport-show.php:74 ../sentmail/deliverreport-show.php:86
1294
+ msgid "Sent Date"
1295
+ msgstr "Gönderim Tarihi"
 
 
 
1296
 
1297
+ #: ../sentmail/deliverreport-show.php:77 ../sentmail/deliverreport-show.php:89
1298
+ msgid "Viewed Status"
1299
+ msgstr "Görülme Durumu"
 
1300
 
1301
+ #: ../sentmail/deliverreport-show.php:78 ../sentmail/deliverreport-show.php:90
1302
+ msgid "Viewed Date"
1303
+ msgstr "Görülme Tarihi"
 
1304
 
1305
+ #: ../sentmail/deliverreport-show.php:79 ../sentmail/deliverreport-show.php:91
1306
+ msgid "Database ID"
1307
+ msgstr "Veritabanı No"
 
1308
 
1309
+ #: ../subscribers/view-subscriber-import.php:96
1310
+ #: ../subscribers/view-subscriber- import.php:125
1311
+ msgid "Click here"
1312
+ msgstr "Buraya tıklayınız"
1313
 
1314
+ #: ../subscribers/view-subscriber-import.php:176
1315
+ #: ../subscribers/view-subscriber- show.php:285
1316
+ #: ../subscribers/view-subscriber-add.php:149 ../subscribers/view-
1317
+ #: subscriber-edit.php:148
1318
+ msgid "Confirmed"
1319
+ msgstr "Onaylandı"
1320
 
1321
+ #: ../subscribers/view-subscriber-import.php:177
1322
+ #: ../subscribers/view-subscriber- show.php:286
1323
+ #: ../subscribers/view-subscriber-add.php:150 ../subscribers/view-
1324
+ #: subscriber-edit.php:149
1325
+ msgid "Unconfirmed"
1326
+ msgstr "Onaylanmadı"
1327
 
1328
+ #: ../subscribers/view-subscriber-import.php:178
1329
+ #: ../subscribers/view-subscriber- show.php:287
1330
+ #: ../subscribers/view-subscriber-add.php:151 ../subscribers/view-
1331
+ #: subscriber-edit.php:150
1332
+ msgid "Unsubscribed"
1333
+ msgstr "Üyelik İptal Edildi"
1334
 
1335
+ #: ../subscribers/view-subscriber-show.php:16 ../compose/compose-show.php:13
1336
+ #: .. sendmail/sendmail.php:17
1337
+ msgid "Click Here"
1338
+ msgstr "Buraya Tıklayınız"
1339
 
1340
+ #: ../subscribers/view-subscriber-show.php:74
1341
+ msgid "Confirmation email resent successfully."
1342
+ msgstr "Onay E-Postası başarıyla yeniden gönderildi."
1343
 
1344
+ #: ../subscribers/view-subscriber-show.php:99
1345
+ #: ../subscribers/view-subscriber-show. php:138
1346
+ #: ../subscribers/view-subscriber-show.php:176
1347
+ msgid "Oops, No record was selected."
1348
+ msgstr "Afedersiniz, bir kayıt seçilmedi."
1349
 
1350
+ #: ../subscribers/view-subscriber-show.php:167
1351
+ msgid "Oops, New group name was not selected."
1352
+ msgstr "Afedersiniz, yeni grup ismi seçilmedi."
 
1353
 
1354
+ #: ../subscribers/view-subscriber-show.php:207
1355
+ msgid "View Subscribers"
1356
+ msgstr "Abonelere Gözat"
1357
 
1358
+ #: ../subscribers/view-subscriber-show.php:243
1359
+ msgid "Bulk Actions"
1360
+ msgstr "Toplu Eylemler"
1361
 
1362
+ #: ../subscribers/view-subscriber-show.php:245 ../subscribers/view-subscriber-
1363
+ #: show.php:370
1364
+ msgid "Resend Confirmation"
1365
+ msgstr "Yeniden Onay Gönder"
1366
 
1367
+ #: ../subscribers/view-subscriber-show.php:249
1368
+ msgid "Select Group"
1369
+ msgstr "Grup Seç"
 
1370
 
1371
+ #: ../subscribers/view-subscriber-show.php:263
1372
+ msgid "Apply"
1373
+ msgstr "Uygula"
1374
 
1375
+ #: ../subscribers/view-subscriber-show.php:267
1376
+ msgid "All Groups"
1377
+ msgstr "Tüm Gruplar"
1378
 
1379
+ #: ../subscribers/view-subscriber-show.php:284
1380
+ msgid "All Status"
1381
+ msgstr "Tüm Durumlar"
1382
 
1383
+ #: ../subscribers/view-subscriber-show.php:312 ../subscribers/view-subscriber-
1384
+ #: show.php:326 ../classes/es-register.php:494 ../classes/es-loadwidget.php:24
1385
+ msgid "Name"
1386
+ msgstr "Adınız"
1387
 
1388
+ #: ../subscribers/view-subscriber-show.php:314 ../subscribers/view-subscriber-
1389
+ #: show.php:328
1390
+ msgid "Group"
1391
+ msgstr "Grup"
1392
 
1393
+ #: ../subscribers/view-subscriber-add.php:35
1394
+ #: ../subscribers/view-subscriber-edit. php:53
1395
+ msgid "Please enter subscriber email address."
1396
+ msgstr "Lütfen abone E-Posta adresini giriniz."
1397
 
1398
+ #: ../subscribers/view-subscriber-add.php:48
1399
+ msgid "Please select or create your group for this email."
1400
+ msgstr ""
1401
+ "Lütfen bu E-Posta için bir grup seçiniz veya yeni bir grup oluşturunuz."
1402
 
1403
+ #: ../subscribers/view-subscriber-add.php:55
1404
  msgid ""
1405
+ "Error: Special characters (['^$%&*()}{@#~?><>,|=_+\\\"]) are not allowed in "
1406
+ "the group name."
1407
  msgstr ""
1408
+ "Hata: Grup isimlerinde özel karakterlere (['^$%&*()}{@#~?><>,|=_+\\\"]) izin "
1409
+ "verilmemektedir."
 
 
 
 
 
 
 
 
 
 
 
 
 
1410
 
1411
+ #: ../subscribers/view-subscriber-edit.php:63
1412
+ msgid "Error: Special characters are not allowed in the group name."
1413
+ msgstr "Hata : Grup isimlerinde özel karakterlere izin verilmemektedir."
1414
 
1415
+ #: ../subscribers/view-subscriber-sync.php:35
1416
+ msgid "Please select default group to newly registered user."
1417
+ msgstr "Lütfen bir grup seçiniz veya yeni bir grup oluşturunuz."
1418
 
1419
+ #: ../subscribers/view-subscriber-sync.php:90
1420
+ msgid "Sync Email"
1421
+ msgstr "E-postayı Eşitle"
 
1422
 
1423
+ #: ../cron/cron-add.php:23
1424
  msgid "Please enter valid mail count."
1425
  msgstr "Lütfen geçerli E-posta sayısını giriniz."
1426
 
1427
+ #: ../cron/cron-add.php:33
1428
  msgid "Cron details successfully updated."
1429
  msgstr "Planlanmış gönderim detayları başarıyla güncellendi."
1430
 
1431
+ #: ../cron/cron-add.php:74
1432
  msgid "Cron Details"
1433
  msgstr "Planlama Detayları"
1434
 
1435
+ #: ../cron/cron-add.php:78
1436
  msgid "Cron job URL"
1437
  msgstr "Planlanmış gönderim URL"
1438
 
1439
+ #: ../cron/cron-add.php:82
 
 
 
 
 
 
1440
  msgid "Mail Count"
1441
  msgstr "E-posta Sayısı"
1442
 
1443
+ #: ../cron/cron-add.php:86
 
 
 
 
1444
  msgid "Admin Report"
1445
  msgstr "Admin Raporu"
1446
 
 
 
 
 
 
 
 
 
 
1447
  #: ../cron/cron-add.php:97
1448
  msgid "How to setup auto emails using CRON Job through the cPanel or Plesk?"
1449
  msgstr ""
1450
  "cPanel veya Plesk içerisinde otomatik Planlanmış Gönderim nasıl yapılır?"
1451
 
1452
+ #: ../cron/cron-add.php:99
1453
  msgid ""
1454
  "<a target=\"_blank\" href=\"http://www.storeapps.org/docs/es-how-to-schedule-"
1455
  "cron-emails-in-parallels-plesk/\">Setup cron job in Plesk</a>"
1457
  "<a target=\"_blank\" href=\"http://www.storeapps.org/docs/es-how-to-schedule-"
1458
  "cron-emails-in-parallels-plesk/\">Plesk Planlanmış Gönderim Ayarları</a>"
1459
 
1460
+ #: ../cron/cron-add.php:100
1461
  msgid ""
1462
  "<a target=\"_blank\" href=\"http://www.storeapps.org/docs/es-how-to-schedule-"
1463
  "cron-emails-in-cpanel/\">Setup cron job in cPanal</a>"
1465
  " <a target=\"_blank\" href=\"http://www.storeapps.org/docs/es-how-to-"
1466
  "schedule-cron-emails-in-cpanel/\">Cpanel için Planlanmış Gönderim Ayarları"
1467
 
1468
+ #: ../cron/cron-add.php:101
1469
  msgid ""
1470
  "<a target=\"_blank\" href=\"http://www.storeapps.org/docs/es-what-to-do-if-"
1471
  "hosting-doesnt-support-cron-jobs/\">Hosting doesnt support cron jobs?</a>"
1474
  "hosting-doesnt-support-cron-jobs/\">Hostinginiz Planlanmış Gönderileri "
1475
  "Desteklemiyor mu?</a>"
1476
 
1477
+ #: ../compose/compose-edit.php:47 ../compose/compose-add.php:30
1478
+ msgid "Please enter template heading."
1479
+ msgstr "Lütfen şablon için başlık giriniz."
1480
+
1481
+ #: ../compose/compose-edit.php:85 ../compose/compose-add.php:75 ..
1482
+ #: compose/compose-show.php:65
1483
+ msgid "Compose Mail"
1484
+ msgstr "E-posta Oluştur"
1485
+
1486
+ #: ../compose/compose-edit.php:92 ../compose/compose-add.php:81
1487
+ msgid "Static Template (For Newsletter Email)"
1488
+ msgstr "Statik Şablon (Yeni E-posta Bülteni İçin)"
1489
+
1490
+ #: ../compose/compose-edit.php:93 ../compose/compose-add.php:82
1491
+ msgid "Dynamic Template (For Notification Email)"
1492
+ msgstr "Dinamik Şablonlar (Bildirim E-postaları İçin)"
1493
+
1494
+ #: ../compose/compose-edit.php:97 ../compose/compose-add.php:86
1495
+ msgid "Enter Mail Subject"
1496
+ msgstr "E-posta Konusunu Giriniz"
1497
+
1498
+ #: ../compose/compose-edit.php:111 ../compose/compose-add.php:100
1499
+ msgid "Published"
1500
+ msgstr "Yayınlandı"
1501
+
1502
+ #: ../compose/compose-edit.php:113 ../compose/compose-add.php:102
1503
+ msgid "Please select your mail status"
1504
+ msgstr "Lütfen e-posta durumunu seçiniz"
1505
+
1506
+ #: ../compose/compose-show.php:78 ../compose/compose-show.php:86
1507
+ msgid "Email subject"
1508
+ msgstr "E-posta Konusu"
1509
+
1510
+ #: ../export/export-email-address.php:32 ../export/export-email-address.php:36
1511
+ #: .. export/export-email-address.php:39
1512
+ msgid "Unexpected url submit has been detected"
1513
+ msgstr "Beklenmedik URL gönderimi belirlendi"
1514
+
1515
+ #: ../job/es-unsubscribe.php:53 ../job/es-unsubscribe.php:60
1516
+ #: ../job/es-optin.php:56 ../job/es-optin.php:66
1517
+ msgid ""
1518
+ "Oops.. We are getting some technical error. Please try again or contact "
1519
+ "admin."
1520
+ msgstr ""
1521
+ "Afedersiniz.. Teknik bir sorun yaşıyoruz. Lütfen tekrar deneyin veya site "
1522
+ "yönetimine E-posta gönderin."
1523
+
1524
+ #: ../job/es-optin.php:59
1525
+ msgid "This email address has already been confirmed."
1526
+ msgstr "E-Posta adresi seçilmedi."
1527
+
1528
+ #: ../help/help.php:46
1529
+ msgid "Welcome to Email Subscribers!"
1530
+ msgstr "Email Subscribers'e Hoşgeldiniz!"
1531
+
1532
+ #: ../help/help.php:47
1533
+ msgid ""
1534
+ "Thanks for installing and we hope you will enjoy using Email Subscribers."
1535
+ msgstr ""
1536
+ "Email Subscribers yüklediğiniz için teşekkür ederiz ve iyi vakit geçirmenizi "
1537
+ "temenni ederiz."
1538
+
1539
+ #: ../help/help.php:51
1540
+ msgid "For more help and tips..."
1541
+ msgstr "Daha fazla yardım ve ipucu için..."
1542
+
1543
+ #: ../help/help.php:95
1544
+ msgid "Frequently Asked Questions"
1545
+ msgstr "Sıkça Sorulan Sorular"
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
+ "Yeni bir yazı yayınlandığında abonelere bildirimleri nasıl ayarlarım ve "
1553
+ "gönderirim?"
1554
+
1555
+ #: ../help/help.php:147
1556
+ msgid "How to check Sent mails?"
1557
+ msgstr "Gönderilmiş bültenler nasıl kontrol edilir?"
1558
+
1559
+ #: ../help/help.php:150
1560
+ msgid "How to Add/Update Existing Subscribers Group?"
1561
+ msgstr "Mevcut abone gurubuna nasıl ekleme yaparım veya güncellerim?"
1562
+
1563
+ #: ../help/help.php:156
1564
+ msgid "How to show subscribe form inside a popup?"
1565
+ msgstr "Üyelik formunu nasıl açılır pencerede gösterebilirim?"
1566
+
1567
+ #: ../sendmail/sendmail.php:39
1568
+ msgid "Please select your mail subject."
1569
+ msgstr "Lütfen E-posta konunuzu seçiniz."
1570
+
1571
+ #: ../sendmail/sendmail.php:45
1572
+ msgid "Please select your mail type."
1573
+ msgstr "Lütfen E-posta tipinizi belirleyiniz."
1574
+
1575
+ #: ../sendmail/sendmail.php:68
1576
+ msgid "Oops.. We are getting some error. mail not sending."
1577
+ msgstr "Afedersiniz, Bir hata oluşuyor, E-Posta gönderilemiyor!"
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 "E-posta Gönder"
1584
+
1585
+ #: ../sendmail/sendmail.php:137
1586
+ msgid "Send mail immediately"
1587
+ msgstr "Anında e-posta gönder"
1588
+
1589
+ #: ../sendmail/sendmail.php:138
1590
+ msgid "Send mail via cron job"
1591
+ msgstr "Planlanmış gönderim ile e-posta gönder"
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;\">Onaylandı</span>"
1596
+
1597
+ #: ../classes/es-common.php:11
1598
+ msgid "<span style=\"color:#FF0000\">Unconfirmed</span>"
1599
+ msgstr "<span style=\"color:#FF0000\">Onaylanmadı</span>"
1600
+
1601
+ #: ../classes/es-common.php:14
1602
+ msgid "<span style=\"color:#999900\">Unsubscribed</span>"
1603
+ msgstr "<span style=\"color:#999900\">Abonelik İptal Edildi</span>"
1604
+
1605
+ #: ../classes/es-common.php:17
1606
+ msgid "<span style=\"color:#0000FF\">Single Opt In</span>"
1607
+ msgstr "<span style=\"color:#0000FF\">Çift Seçenek Girişi</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\">Bakıldı</span>"
1612
+
1613
+ #: ../classes/es-common.php:23
1614
+ msgid "<span style=\"color:#999900;\">Nodata</span>"
1615
+ msgstr "<span style=\"color:#999900;\">Bilgi Yok</span>"
1616
+
1617
+ #: ../classes/es-common.php:26
1618
+ msgid "<span style=\"color:#FF0000\">Disable</span>"
1619
+ msgstr "<span style=\"color:#FF0000\">Devredışı</span>"
1620
+
1621
+ #: ../classes/es-common.php:29
1622
+ msgid "<span style=\"color:#FF0000\">In Queue</span>"
1623
+ msgstr "<span style=\"color:#FF0000\">Sırada</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;\">Gönderildi</span>"
1628
+
1629
+ #: ../classes/es-common.php:35
1630
+ msgid "<span style=\"color:#ffd700;font-weight:bold;\">Cron Mail</span>"
1631
+ msgstr ""
1632
+ "<span style=\"color:#ffd700;font-weight:bold;\">Planlanmış Gönderi</span>"
1633
+
1634
+ #: ../classes/es-common.php:38
1635
+ msgid "<span style=\"color:#993399;\">Instant Mail</span>"
1636
+ msgstr "<span style=\"color:#993399;\">Anında Gönderi</span>"
1637
+
1638
+ #. Name of the plugin
1639
+ #: ../classes/es-register.php:139 ../classes/es-register.php:140
1640
+ msgid "Email Subscribers"
1641
+ msgstr "Email Subscribers"
1642
+
1643
+ #: ../classes/es-register.php:142 ../classes/es-register.php:143
1644
+ msgid "Subscribers"
1645
+ msgstr "Aboneler"
1646
+
1647
+ #: ../classes/es-register.php:145 ../classes/es-register.php:146
1648
+ msgid "Compose"
1649
+ msgstr "Oluştur"
1650
+
1651
+ #: ../classes/es-register.php:154
1652
+ msgid "Cron"
1653
+ msgstr "Planlama"
1654
+
1655
+ #: ../classes/es-register.php:155
1656
+ msgid "Cron Mail"
1657
+ msgstr "Planlanmış E-posta"
1658
+
1659
+ #: ../classes/es-register.php:160 ../classes/es-register.php:161
1660
+ msgid "Roles"
1661
+ msgstr "Yetkiler"
1662
+
1663
+ #: ../classes/es-register.php:166
1664
+ msgid "Help & Info"
1665
+ msgstr "Yardım & Bilgi"
1666
+
1667
+ #: ../classes/es-register.php:167
1668
+ msgid "<span style=\"color:#f18500;font-weight:bolder;\">Help & Info"
1669
+ msgstr "<span style=\"color:#f18500;font-weight:bolder;\">Yardım & Bilgi"
1670
+
1671
+ #: ../classes/es-register.php:178
1672
+ msgctxt "view-subscriber-enhanced-select"
1673
+ msgid "Please enter subscriber email address."
1674
+ msgstr "Lütfen abone e-posta adresi giriniz."
1675
+
1676
+ #: ../classes/es-register.php:179
1677
+ msgctxt "view-subscriber-enhanced-select"
1678
+ msgid "Please select subscriber email status."
1679
+ msgstr "Lütfen abone e-posta durumunu seçiniz"
1680
 
1681
+ #: ../classes/es-register.php:180
1682
+ msgctxt "view-subscriber-enhanced-select"
1683
+ msgid "Please select or create group for this subscriber."
1684
+ msgstr "Bu abone için bir grup seçiniz veya oluşturunuz."
1685
 
1686
+ #: ../classes/es-register.php:181
1687
+ msgctxt "view-subscriber-enhanced-select"
1688
+ msgid "Do you want to delete this record?"
1689
+ msgstr "Bu kaydı silmek istiyor musunuz?"
1690
 
1691
+ #: ../classes/es-register.php:182
1692
+ msgctxt "view-subscriber-enhanced-select"
1693
+ msgid "Please select the bulk action."
1694
+ msgstr "Lütfen toplu işlem seçiniz."
1695
 
1696
+ #: ../classes/es-register.php:183
1697
+ msgctxt "view-subscriber-enhanced-select"
1698
+ msgid "Do you want to delete selected record(s)?"
1699
+ msgstr "Seçilen kaydı ve kayıtları silmek istiyor musunuz?"
1700
 
1701
+ #: ../classes/es-register.php:184
1702
+ msgctxt "view-subscriber-enhanced-select"
1703
+ msgid "Are you sure you want to delete?"
1704
+ msgstr "Silmek istediğinizden emin misiniz?"
1705
 
1706
+ #: ../classes/es-register.php:185
1707
+ msgctxt "view-subscriber-enhanced-select"
1708
  msgid ""
1709
+ "Do you want to resend confirmation email? \\nAlso please note, this will "
1710
+ "update subscriber current status to 'Unconfirmed'."
1711
  msgstr ""
1712
+ "Onay mailini tekrar göndermek ister misiniz? \\nAyrıca lütfen not ediniz. Bu "
1713
+ "seçenek abonelik durumunu \"Onaylanmadı\" olarak ayarlayacaktır."
1714
 
1715
+ #: ../classes/es-register.php:186
1716
+ msgctxt "view-subscriber-enhanced-select"
1717
+ msgid "Please select new subscriber group."
1718
+ msgstr "Lütfen yeni abone grubu seçiniz."
1719
 
1720
+ #: ../classes/es-register.php:187
1721
+ msgctxt "view-subscriber-enhanced-select"
1722
+ msgid "Do you want to update subscribers group?"
1723
+ msgstr "Abonelerin grubunu güncellemek istiyor musunuz?"
1724
 
1725
+ #: ../classes/es-register.php:188
1726
+ msgctxt "view-subscriber-enhanced-select"
1727
+ msgid "Do you want to export the emails?"
1728
+ msgstr "E-posta adreslerini dışarı aktarmak istiyor musunuz?"
1729
 
1730
+ #: ../classes/es-register.php:189
1731
+ msgctxt "view-subscriber-enhanced-select"
1732
+ msgid ""
1733
+ "Please select only csv file. Please check official website for csv "
1734
+ "structure.."
1735
+ msgstr ""
1736
+ "Lütfen sadece CSV dosyası seçiniz. Lütfen CSV dosya yapısı için resmi site "
1737
+ "adresini ziyaret ediniz."
1738
 
1739
+ #: ../classes/es-register.php:197
1740
+ msgctxt "compose-enhanced-select"
1741
+ msgid "Please enter name for configuration."
1742
+ msgstr "Lütfen ayarlar için isim giriniz."
 
 
1743
 
1744
+ #: ../classes/es-register.php:198
1745
+ msgctxt "compose-enhanced-select"
1746
+ msgid "Please select template for this configuration."
1747
+ msgstr "Lütfen ayarlar için bir şablon seçiniz."
 
 
1748
 
1749
+ #: ../classes/es-register.php:199
1750
+ msgctxt "compose-enhanced-select"
1751
+ msgid "Do you want to delete this record?"
1752
+ msgstr "Bu kaydı silmek istiyor musunuz?"
 
 
 
1753
 
1754
+ #: ../classes/es-register.php:207
1755
+ msgctxt "notification-enhanced-select"
1756
+ msgid "Please select subscribers group."
1757
+ msgstr "Lütfen abonelerin grubunu seçiniz."
1758
 
1759
+ #: ../classes/es-register.php:208
1760
+ msgctxt "notification-enhanced-select"
1761
  msgid ""
1762
+ "Please select notification mail subject. Use compose menu to create new."
 
1763
  msgstr ""
1764
+ "Lütfen bildirim e-postasının konusunu seçiniz. Yeni oluşturmak için oluştur "
1765
+ "menüsünü kullanınız."
1766
 
1767
+ #: ../classes/es-register.php:209
1768
+ msgctxt "notification-enhanced-select"
1769
+ msgid "Please select notification status."
1770
+ msgstr "Lütfen bildirim durumunu seçiniz."
1771
 
1772
+ #: ../classes/es-register.php:210
1773
+ msgctxt "notification-enhanced-select"
1774
+ msgid "Do you want to delete this record?"
1775
+ msgstr "Bu kaydı silmek istiyor musunuz?"
 
 
 
1776
 
1777
+ #: ../classes/es-register.php:218
1778
+ msgctxt "sendmail-enhanced-select"
1779
+ msgid "Please select your mail subject."
1780
+ msgstr "Lütfen e-posta konusunu seçiniz."
1781
 
1782
+ #: ../classes/es-register.php:220
1783
+ msgctxt "sendmail-enhanced-select"
1784
+ msgid "Are you sure you want to send email to all selected email address?"
 
1785
  msgstr ""
1786
+ "Tüm seçili e-posta adreslerine bildirim göndermek istediğinizden emin "
1787
+ "misiniz?"
1788
 
1789
+ #: ../classes/es-register.php:228
1790
+ msgctxt "sentmail-enhanced-select"
1791
+ msgid "Do you want to delete this record?"
1792
+ msgstr "Bu kaydı silmek istiyor musunuz?"
1793
 
1794
+ #: ../classes/es-register.php:229
1795
+ msgctxt "sentmail-enhanced-select"
1796
+ msgid "Do you want to delete all records except latest 10?"
1797
+ msgstr "Son 10 kayıt haricindeki tüm kayıtları silmek istiyor musunuz?"
 
 
 
1798
 
1799
+ #: ../classes/es-register.php:237
1800
+ msgctxt "cron-enhanced-select"
1801
+ msgid "Please select enter number of mails you want to send per hour/trigger."
1802
+ msgstr "Lütfen her saat başı gönderilecek e-posta adedini seçiniz."
1803
 
1804
+ #: ../classes/es-register.php:238
1805
+ msgctxt "cron-enhanced-select"
1806
+ msgid "Please enter the mail count, only number."
1807
+ msgstr "Lütfen e-posta sayısını giriniz.(Sadece rakamlar)"
 
 
 
1808
 
1809
+ #: ../classes/es-register.php:251
1810
+ msgctxt "widget-enhanced-select"
1811
+ msgid "Please enter email address."
1812
+ msgstr "Lütfen geçerli bir e-posta adresi giriniz."
1813
 
1814
+ #: ../classes/es-register.php:252
1815
+ msgctxt "widget-enhanced-select"
1816
+ msgid "Please provide a valid email address."
1817
+ msgstr "Lütfen geçerli bir e-posta adresi giriniz."
 
 
 
1818
 
1819
+ #: ../classes/es-register.php:253
1820
+ msgctxt "widget-enhanced-select"
1821
+ msgid "loading..."
1822
+ msgstr "Lütfen bekleyiniz..."
1823
 
1824
+ #: ../classes/es-register.php:254
1825
+ msgctxt "widget-enhanced-select"
1826
+ msgid "Cannot create XMLHTTP instance"
1827
+ msgstr "XMLHTTP örneği oluşturulamıyor"
 
 
1828
 
1829
+ #: ../classes/es-register.php:255
1830
+ msgctxt "widget-enhanced-select"
1831
+ msgid "Subscribed successfully."
1832
+ msgstr "Üyelik tamamlandı."
1833
 
1834
+ #: ../classes/es-register.php:257
1835
+ msgctxt "widget-enhanced-select"
1836
+ msgid "Email Address already exists."
1837
+ msgstr "E-posta adresi zaten eklenmiş."
1838
 
1839
+ #: ../classes/es-register.php:258
1840
+ msgctxt "widget-enhanced-select"
1841
+ msgid "Oops.. Unexpected error occurred."
1842
+ msgstr "Beklenmeyen bir hata oluştu."
1843
 
1844
+ #: ../classes/es-register.php:259
1845
+ msgctxt "widget-enhanced-select"
1846
+ msgid "Invalid email address."
1847
+ msgstr "Geçersiz mail adresi."
1848
 
1849
+ #: ../classes/es-register.php:260
1850
+ msgctxt "widget-enhanced-select"
1851
+ msgid "Please try after some time."
1852
+ msgstr "Lütfen biraz sonra tekrar deneyiniz."
1853
 
1854
+ #: ../classes/es-register.php:261
1855
+ msgctxt "widget-enhanced-select"
1856
+ msgid "There was a problem with the request."
1857
+ msgstr "Bir problem oluştu."
 
 
 
 
1858
 
1859
+ #: ../classes/es-register.php:268
1860
+ msgctxt "widget-page-enhanced-select"
1861
+ msgid "Please enter email address."
1862
+ msgstr "Lütfen mail adresinizi giriniz."
1863
 
1864
+ #: ../classes/es-register.php:269
1865
+ msgctxt "widget-page-enhanced-select"
1866
+ msgid "Please provide a valid email address."
1867
+ msgstr "Lütfen geçerli bir mail adresi giriniz."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1868
 
1869
+ #: ../classes/es-register.php:270
1870
+ msgctxt "widget-page-enhanced-select"
1871
+ msgid "loading..."
1872
+ msgstr "Lütfen bekleyiniz..."
1873
 
1874
+ #: ../classes/es-register.php:271
1875
+ msgctxt "widget-page-enhanced-select"
1876
+ msgid "Cannot create XMLHTTP instance"
1877
+ msgstr "XMLHTTP örneği oluşturulamıyor"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1878
 
1879
+ #: ../classes/es-register.php:272
1880
+ msgctxt "widget-page-enhanced-select"
1881
+ msgid "Subscribed successfully."
1882
+ msgstr "Üyelik tamamlandı."
1883
 
1884
+ #: ../classes/es-register.php:274
1885
+ msgctxt "widget-page-enhanced-select"
1886
+ msgid "Email Address already exists."
1887
+ msgstr "E-posta adresi zaten kayıtlı."
 
 
 
1888
 
1889
+ #: ../classes/es-register.php:275
1890
+ msgctxt "widget-page-enhanced-select"
1891
+ msgid "Oops.. Unexpected error occurred."
1892
+ msgstr "Afedersiniz, Beklenmeyen bir hata oluştu."
1893
 
1894
+ #: ../classes/es-register.php:276
1895
+ msgctxt "widget-page-enhanced-select"
1896
+ msgid "Invalid email address."
1897
+ msgstr "Geçersiz mail adresi."
 
 
 
1898
 
1899
+ #: ../classes/es-register.php:277
1900
+ msgctxt "widget-page-enhanced-select"
1901
+ msgid "Please try after some time."
1902
+ msgstr "Lütfen bir süre sonra tekrar deneyiniz."
1903
 
1904
+ #: ../classes/es-register.php:278
1905
+ msgctxt "widget-page-enhanced-select"
1906
+ msgid "There was a problem with the request."
1907
+ msgstr "İstediğiniz işlemde bir problem vardı."
1908
 
1909
+ #: ../classes/es-register.php:499 ../classes/es-loadwidget.php:29
1910
+ msgid "Email *"
1911
+ msgstr "E-posta Adresiniz*"
1912
 
1913
+ #: ../classes/es-register.php:504 ../classes/es-loadwidget.php:34
1914
+ msgid "Subscribe"
1915
+ msgstr "Üye Ol"
1916
 
1917
+ #: ../classes/es-register.php:539
1918
+ msgid "Widget Title"
1919
+ msgstr "Bileşen Adı"
1920
+
1921
+ #: ../classes/es-register.php:543
1922
+ msgid "Display Name Field"
1923
+ msgstr "İsim Alanını Göster"
1924
+
1925
+ #: ../classes/es-register.php:550
1926
+ msgid "Short Description"
1927
+ msgstr "Kısa Açıklama"
1928
+
1929
+ #: ../classes/es-register.php:552
1930
+ msgid "Short description about your subscription form."
1931
+ msgstr "Kayıt formunuz hakkında kısa açıklama."
1932
+
1933
+ #: ../classes/es-register.php:555
1934
+ msgid "Subscriber Group"
1935
+ msgstr "Abone Grubu"
languages/email-subscribers.pot CHANGED
@@ -1,1796 +1,1809 @@
1
- # Loco Gettext template
2
- #, fuzzy
3
- msgid ""
4
- msgstr ""
5
- "Project-Id-Version: Email Subscribers\n"
6
- "Report-Msgid-Bugs-To: \n"
7
- "POT-Creation-Date: Tue Feb 09 2016 16:21:13 GMT+0530 (IST)\n"
8
- "POT-Revision-Date: Wed Oct 05 2016 17:14:16 GMT+0530 (IST)\n"
9
- "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
10
- "Last-Translator: \n"
11
- "Language-Team: \n"
12
- "Language: \n"
13
- "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION\n"
14
- "MIME-Version: 1.0\n"
15
- "Content-Type: text/plain; charset=UTF-8\n"
16
- "Content-Transfer-Encoding: 8bit\n"
17
- "X-Poedit-SourceCharset: UTF-8\n"
18
- "X-Poedit-Basepath: .\n"
19
- "X-Poedit-SearchPath-0: ..\n"
20
- "X-Poedit-KeywordsList: _:1;gettext:1;dgettext:2;ngettext:1,2;dngettext:2,3;"
21
- "__:1;_e:1;_c:1;_n:1,2;_n_noop:1,2;_nc:1,2;__ngettext:1,2;__ngettext_noop:1,2;"
22
- "_x:1,2c;_ex:1,2c;_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;"
23
- "esc_attr__:1;esc_html__:1;esc_attr_e:1;esc_html_e:1;esc_attr_x:1,2c;"
24
- "esc_html_x:1,2c;comments_number_link:2,3;t:1;st:1;trans:1;transChoice:1,2\n"
25
- "X-Generator: Loco - https://localise.biz/"
26
-
27
- #: ../notification/notification-add.php:32
28
- msgid "Please select subscribers group."
29
- msgstr ""
30
-
31
- #: ../notification/notification-add.php:38
32
- msgid "Please select notification status."
33
- msgstr ""
34
-
35
- #: ../notification/notification-add.php:44 ../notification/notification-edit.php:60
36
- msgid "Please select notification mail subject. Use compose menu to create new."
37
- msgstr ""
38
-
39
- #: ../notification/notification-add.php:50 ../notification/notification-edit.php:66
40
- msgid "Please select post categories."
41
- msgstr ""
42
-
43
- #: ../notification/notification-add.php:70
44
- msgid "Notification successfully created. "
45
- msgstr ""
46
-
47
- #: ../notification/notification-add.php:107
48
- msgid "Add Notification"
49
- msgstr ""
50
-
51
- #: ../notification/notification-add.php:108 ../notification/notification-show.php:
52
- #: 55 ../notification/notification-edit.php:119 ../roles/roles-add.php:106 ..
53
- #: /settings/settings-edit.php:199 ../sentmail/sentmail-preview.php:29 ..
54
- #: /sentmail/sentmail-show.php:98 ../sentmail/deliverreport-show.php:62 ..
55
- #: /subscribers/view-subscriber-import.php:147 ../subscribers/view-subscriber-
56
- #: show.php:212 ../subscribers/view-subscriber-export.php:31 ../subscribers/view-
57
- #: subscriber-add.php:116 ../subscribers/view-subscriber-edit.php:115 ..
58
- #: /subscribers/view-subscriber-sync.php:94 ../cron/cron-add.php:75 ..
59
- #: /compose/compose-edit.php:87 ../compose/compose-add.php:76 ../compose/compose-
60
- #: show.php:67 ../compose/compose-preview.php:29 ../sendmail/sendmail.php:96
61
- msgid "Help"
62
- msgstr ""
63
-
64
- #: ../notification/notification-add.php:115
65
- msgid "Select Subscribers Group"
66
- msgstr ""
67
-
68
- #: ../notification/notification-add.php:119 ../notification/notification-add.php:
69
- #: 143 ../notification/notification-edit.php:130 ../notification/notification-
70
- #: edit.php:163 ../subscribers/view-subscriber-import.php:191 ../subscribers/view-
71
- #: subscriber-add.php:163 ../subscribers/view-subscriber-edit.php:163 ..
72
- #: /subscribers/view-subscriber-sync.php:120 ../sendmail/sendmail.php:109 ..
73
- #: /sendmail/sendmail.php:136 ../sendmail/sendmail.php:150
74
- msgid "Select"
75
- msgstr ""
76
-
77
- #: ../notification/notification-add.php:137 ../notification/notification-edit.php:
78
- #: 157
79
- msgid "Select Notification Mail Subject"
80
- msgstr ""
81
-
82
- #: ../notification/notification-add.php:138 ../notification/notification-edit.php:
83
- #: 158
84
- msgid "(Use compose menu to create new)"
85
- msgstr ""
86
-
87
- #: ../notification/notification-add.php:162 ../notification/notification-edit.php:
88
- #: 185
89
- msgid "Select Post Categories"
90
- msgstr ""
91
-
92
- #: ../notification/notification-add.php:189 ../notification/notification-edit.php:
93
- #: 220
94
- msgid "Check All"
95
- msgstr ""
96
-
97
- #: ../notification/notification-add.php:190 ../notification/notification-edit.php:
98
- #: 221
99
- msgid "Uncheck All"
100
- msgstr ""
101
-
102
- #: ../notification/notification-add.php:196 ../notification/notification-edit.php:
103
- #: 228
104
- msgid "Select your Custom Post Type"
105
- msgstr ""
106
-
107
- #: ../notification/notification-add.php:197 ../notification/notification-edit.php:
108
- #: 229
109
- msgid "(Optional)"
110
- msgstr ""
111
-
112
- #: ../notification/notification-add.php:226 ../notification/notification-edit.php:
113
- #: 263
114
- msgid "No Custom Post Types Available"
115
- msgstr ""
116
-
117
- #: ../notification/notification-add.php:233 ../notification/notification-edit.php:
118
- #: 271
119
- msgid "Select Notification Status"
120
- msgstr ""
121
-
122
- #: ../notification/notification-add.php:237 ../notification/notification-edit.php:
123
- #: 276
124
- msgid "Send mail immediately when new post is published"
125
- msgstr ""
126
-
127
- #: ../notification/notification-add.php:238 ../notification/notification-edit.php:
128
- #: 277
129
- msgid "Add to cron when new post is published and send via cron job"
130
- msgstr ""
131
-
132
- #: ../notification/notification-add.php:239 ../notification/notification-edit.php:
133
- #: 278
134
- msgid "Disable notification"
135
- msgstr ""
136
-
137
- #: ../notification/notification-add.php:247 ../notification/notification-edit.php:
138
- #: 287 ../roles/roles-add.php:202 ../subscribers/view-subscriber-edit.php:192 ..
139
- #: /cron/cron-add.php:91 ../compose/compose-edit.php:118 ../compose/compose-add.
140
- #: php:106
141
- msgid "Save"
142
- msgstr ""
143
-
144
- #: ../notification/notification-show.php:20 ../notification/notification-edit.php:
145
- #: 19 ../settings/settings-edit.php:19 ../sentmail/sentmail-preview.php:17 ..
146
- #: /sentmail/sentmail-show.php:21 ../subscribers/view-subscriber-show.php:44 ..
147
- #: /subscribers/view-subscriber-edit.php:21 ../compose/compose-edit.php:19 ..
148
- #: /compose/compose-show.php:32 ../compose/compose-preview.php:17
149
- msgid "Oops, selected details does not exists."
150
- msgstr ""
151
-
152
- #: ../notification/notification-show.php:34 ../sentmail/sentmail-show.php:35 ..
153
- #: /compose/compose-show.php:46
154
- msgid "Selected record deleted."
155
- msgstr ""
156
-
157
- #: ../notification/notification-show.php:53 ../classes/es-register.php:148 ..
158
- #: /classes/es-register.php:149
159
- msgid "Notification"
160
- msgstr ""
161
-
162
- #: ../notification/notification-show.php:54 ../notification/notification-edit.php:
163
- #: 118 ../compose/compose-edit.php:86 ../compose/compose-show.php:66
164
- msgid "Add New"
165
- msgstr ""
166
-
167
- #: ../notification/notification-show.php:66 ../notification/notification-show.php:
168
- #: 74
169
- msgid "Mail Subject"
170
- msgstr ""
171
-
172
- #: ../notification/notification-show.php:67 ../notification/notification-show.php:
173
- #: 75
174
- msgid "Subscribers Group"
175
- msgstr ""
176
-
177
- #: ../notification/notification-show.php:68 ../notification/notification-show.php:
178
- #: 76
179
- msgid "Categories / Custom Post"
180
- msgstr ""
181
-
182
- #: ../notification/notification-show.php:69 ../notification/notification-show.php:
183
- #: 77
184
- msgid "Notification Status"
185
- msgstr ""
186
-
187
- #: ../notification/notification-show.php:98 ../subscribers/view-subscriber-show.
188
- #: php:357 ../compose/compose-show.php:105 ../compose/compose-preview.php:41
189
- msgid "Edit"
190
- msgstr ""
191
-
192
- #: ../notification/notification-show.php:101 ../subscribers/view-subscriber-show.
193
- #: php:244 ../subscribers/view-subscriber-show.php:362 ../compose/compose-show.
194
- #: php:106
195
- msgid "Delete"
196
- msgstr ""
197
-
198
- #: ../notification/notification-show.php:128
199
- msgid "Send mail immediately when new post is published."
200
- msgstr ""
201
-
202
- #: ../notification/notification-show.php:130
203
- msgid "Add to cron and send mail via cron job."
204
- msgstr ""
205
-
206
- #: ../notification/notification-show.php:141 ../sentmail/sentmail-show.php:165 ..
207
- #: /sentmail/deliverreport-show.php:115 ../subscribers/view-subscriber-show.php:
208
- #: 385 ../compose/compose-show.php:115
209
- msgid "No records available."
210
- msgstr ""
211
-
212
- #: ../notification/notification-edit.php:48
213
- msgid "Please select subscribers group"
214
- msgstr ""
215
-
216
- #: ../notification/notification-edit.php:54
217
- msgid "Please select notification status"
218
- msgstr ""
219
-
220
- #: ../notification/notification-edit.php:88
221
- msgid "Notification successfully updated. "
222
- msgstr ""
223
-
224
- #: ../notification/notification-edit.php:117
225
- msgid "Edit Notification"
226
- msgstr ""
227
-
228
- #: ../notification/notification-edit.php:126 ../subscribers/view-subscriber-show.
229
- #: php:246
230
- msgid "Update Subscribers Group"
231
- msgstr ""
232
-
233
- #. Name of the plugin
234
- msgid "Email Subscribers & Newsletters"
235
- msgstr ""
236
-
237
- #. URI of the plugin
238
- msgid "http://www.storeapps.org/product/email-subscribers"
239
- msgstr ""
240
-
241
- #. Description of the plugin
242
- msgid ""
243
- "Add subscription forms on website, send HTML newsletters & automatically "
244
- "notify subscribers about new blog posts once it gets published."
245
- msgstr ""
246
-
247
- #. Author of the plugin
248
- msgid "StoreApps"
249
- msgstr ""
250
-
251
- #. URI of the plugin
252
- msgid "http://www.storeapps.org"
253
- msgstr ""
254
-
255
- #: ../roles/roles-add.php:52
256
- msgid "Role Updated. "
257
- msgstr ""
258
-
259
- #: ../roles/roles-add.php:105
260
- msgid "Roles and Capabilities"
261
- msgstr ""
262
-
263
- #: ../roles/roles-add.php:109
264
- msgid "Select user roles who can access following menus. Only Admin can change this."
265
- msgstr ""
266
-
267
- #: ../roles/roles-add.php:116
268
- msgid "Subscribers Menu"
269
- msgstr ""
270
-
271
- #: ../roles/roles-add.php:120 ../roles/roles-add.php:132 ../roles/roles-add.php:
272
- #: 144 ../roles/roles-add.php:156 ../roles/roles-add.php:168 ../roles/roles-add.
273
- #: php:180 ../roles/roles-add.php:192
274
- msgid "Administrator Only"
275
- msgstr ""
276
-
277
- #: ../roles/roles-add.php:121 ../roles/roles-add.php:133 ../roles/roles-add.php:
278
- #: 145 ../roles/roles-add.php:157 ../roles/roles-add.php:169 ../roles/roles-add.
279
- #: php:181 ../roles/roles-add.php:193
280
- msgid "Administrator/Editor"
281
- msgstr ""
282
-
283
- #: ../roles/roles-add.php:122 ../roles/roles-add.php:134 ../roles/roles-add.php:
284
- #: 146 ../roles/roles-add.php:158 ../roles/roles-add.php:170 ../roles/roles-add.
285
- #: php:182 ../roles/roles-add.php:194
286
- msgid "Administrator/Editor/Author/Contributor"
287
- msgstr ""
288
-
289
- #: ../roles/roles-add.php:128
290
- msgid "Compose Menu"
291
- msgstr ""
292
-
293
- #: ../roles/roles-add.php:140
294
- msgid "Notification Menu"
295
- msgstr ""
296
-
297
- #: ../roles/roles-add.php:152
298
- msgid "Send Email Menu/Cron Menu"
299
- msgstr ""
300
-
301
- #: ../roles/roles-add.php:164
302
- msgid "Settings Menu"
303
- msgstr ""
304
-
305
- #: ../roles/roles-add.php:176
306
- msgid "Sent Mails Menu"
307
- msgstr ""
308
-
309
- #: ../roles/roles-add.php:188
310
- msgid "Help & Info Menu"
311
- msgstr ""
312
-
313
- #: ../settings/settings-edit.php:116
314
- msgid "Please enter sender of notifications from name."
315
- msgstr ""
316
-
317
- #: ../settings/settings-edit.php:121
318
- msgid "Please enter sender of notifications from email."
319
- msgstr ""
320
-
321
- #: ../settings/settings-edit.php:154
322
- msgid "Settings Saved."
323
- msgstr ""
324
-
325
- #: ../settings/settings-edit.php:157
326
- msgid "Oops, unable to update."
327
- msgstr ""
328
-
329
- #: ../settings/settings-edit.php:198 ../classes/es-register.php:157 ../classes/es-
330
- #: register.php:158
331
- msgid "Settings"
332
- msgstr ""
333
-
334
- #: ../settings/settings-edit.php:206
335
- msgid "Sender of notifications"
336
- msgstr ""
337
-
338
- #: ../settings/settings-edit.php:207
339
- msgid ""
340
- "Choose a FROM name and FROM email address for all notifications emails from "
341
- "this plugin."
342
- msgstr ""
343
-
344
- #: ../settings/settings-edit.php:217
345
- msgid "Mail type"
346
- msgstr ""
347
-
348
- #: ../settings/settings-edit.php:218
349
- msgid ""
350
- "Option 1 & 2 is to send mails with default Wordpress method wp_mail(). "
351
- "Option 3 & 4 is to send mails with PHP method mail()"
352
- msgstr ""
353
-
354
- #: ../settings/settings-edit.php:222
355
- msgid "1. WP HTML MAIL"
356
- msgstr ""
357
-
358
- #: ../settings/settings-edit.php:223
359
- msgid "2. WP PLAINTEXT MAIL"
360
- msgstr ""
361
-
362
- #: ../settings/settings-edit.php:224
363
- msgid "3. PHP HTML MAIL"
364
- msgstr ""
365
-
366
- #: ../settings/settings-edit.php:225
367
- msgid "4. PHP PLAINTEXT MAIL"
368
- msgstr ""
369
-
370
- #: ../settings/settings-edit.php:232
371
- msgid "Opt-in option"
372
- msgstr ""
373
-
374
- #: ../settings/settings-edit.php:233
375
- msgid ""
376
- "Double Opt In, means subscribers need to confirm their email address by an "
377
- "activation link sent them on a activation email message. Single Opt In, "
378
- "means subscribers do not need to confirm their email address."
379
- msgstr ""
380
-
381
- #: ../settings/settings-edit.php:237
382
- msgid "Double Opt In"
383
- msgstr ""
384
-
385
- #: ../settings/settings-edit.php:238 ../subscribers/view-subscriber-import.php:
386
- #: 179 ../subscribers/view-subscriber-show.php:288 ../subscribers/view-subscriber-
387
- #: add.php:152 ../subscribers/view-subscriber-edit.php:151
388
- msgid "Single Opt In"
389
- msgstr ""
390
-
391
- #: ../settings/settings-edit.php:244
392
- msgid "Image Size"
393
- msgstr ""
394
-
395
- #: ../settings/settings-edit.php:245
396
- msgid "Select image size for ###POSTIMAGE### to be shown in post notification email"
397
- msgstr ""
398
-
399
- #: ../settings/settings-edit.php:249
400
- msgid "Full Size"
401
- msgstr ""
402
-
403
- #: ../settings/settings-edit.php:250
404
- msgid "Medium Size"
405
- msgstr ""
406
-
407
- #: ../settings/settings-edit.php:251
408
- msgid "Thumbnail"
409
- msgstr ""
410
-
411
- #: ../settings/settings-edit.php:257
412
- msgid "Opt-in mail subject (Confirmation mail)"
413
- msgstr ""
414
-
415
- #: ../settings/settings-edit.php:258
416
- msgid ""
417
- "Enter the subject for Double Opt In mail. This will send whenever subscriber "
418
- "added email into our database."
419
- msgstr ""
420
-
421
- #: ../settings/settings-edit.php:264
422
- msgid "Opt-in mail content (Confirmation mail)"
423
- msgstr ""
424
-
425
- #: ../settings/settings-edit.php:265
426
- msgid ""
427
- "Enter the content for Double Opt In mail. This will send whenever subscriber "
428
- "added email into our database."
429
- msgstr ""
430
-
431
- #: ../settings/settings-edit.php:271
432
- msgid "Opt-in link (Confirmation link)"
433
- msgstr ""
434
-
435
- #: ../settings/settings-edit.php:272
436
- msgid "Double Opt In confirmation link. You no need to change this value."
437
- msgstr ""
438
-
439
- #: ../settings/settings-edit.php:278
440
- msgid "Text to display after email subscribed successfully"
441
- msgstr ""
442
-
443
- #: ../settings/settings-edit.php:279
444
- msgid ""
445
- "This text will display once user clicked email confirmation link from opt-in "
446
- "(confirmation) email content."
447
- msgstr ""
448
-
449
- #: ../settings/settings-edit.php:286
450
- msgid "Subscriber welcome email"
451
- msgstr ""
452
-
453
- #: ../settings/settings-edit.php:287
454
- msgid "To send welcome mail to subscriber, This option must be set to YES."
455
- msgstr ""
456
-
457
- #: ../settings/settings-edit.php:291 ../settings/settings-edit.php:319 ..
458
- #: /subscribers/view-subscriber-sync.php:108
459
- msgid "YES"
460
- msgstr ""
461
-
462
- #: ../settings/settings-edit.php:292 ../settings/settings-edit.php:320 ..
463
- #: /subscribers/view-subscriber-sync.php:107
464
- msgid "NO"
465
- msgstr ""
466
-
467
- #: ../settings/settings-edit.php:298
468
- msgid "Welcome mail subject"
469
- msgstr ""
470
-
471
- #: ../settings/settings-edit.php:299
472
- msgid ""
473
- "Enter the subject for subscriber welcome mail. This will send whenever email "
474
- "subscribed (confirmed) successfully."
475
- msgstr ""
476
-
477
- #: ../settings/settings-edit.php:305
478
- msgid "Subscriber welcome mail content"
479
- msgstr ""
480
-
481
- #: ../settings/settings-edit.php:306
482
- msgid ""
483
- "Enter the content for subscriber welcome mail. This will send whenever email "
484
- "subscribed (confirmed) successfully. (Keyword: ###NAME###)"
485
- msgstr ""
486
-
487
- #: ../settings/settings-edit.php:314
488
- msgid "Mail to admin"
489
- msgstr ""
490
-
491
- #: ../settings/settings-edit.php:315
492
- msgid ""
493
- "To send admin notifications for new subscriber, This option must be set to "
494
- "YES."
495
- msgstr ""
496
-
497
- #: ../settings/settings-edit.php:326
498
- msgid "Admin email addresses"
499
- msgstr ""
500
-
501
- #: ../settings/settings-edit.php:327
502
- msgid ""
503
- "Enter the admin email addresses that should receive notifications (separate "
504
- "by comma)."
505
- msgstr ""
506
-
507
- #: ../settings/settings-edit.php:333
508
- msgid "Admin mail subject"
509
- msgstr ""
510
-
511
- #: ../settings/settings-edit.php:334
512
- msgid ""
513
- "Enter the subject for admin mail. This will send whenever new email added "
514
- "and confirmed into our database."
515
- msgstr ""
516
-
517
- #: ../settings/settings-edit.php:340
518
- msgid "Admin mail content"
519
- msgstr ""
520
-
521
- #: ../settings/settings-edit.php:341
522
- msgid ""
523
- "Enter the mail content for admin. This will send whenever new email added "
524
- "and confirmed into our database. (Keyword: ###NAME###, ###EMAIL###)"
525
- msgstr ""
526
-
527
- #: ../settings/settings-edit.php:348
528
- msgid "Unsubscribe link"
529
- msgstr ""
530
-
531
- #: ../settings/settings-edit.php:349
532
- msgid "Unsubscribe link. You no need to change this value."
533
- msgstr ""
534
-
535
- #: ../settings/settings-edit.php:355
536
- msgid "Unsubscribe text in mail"
537
- msgstr ""
538
-
539
- #: ../settings/settings-edit.php:356
540
- msgid ""
541
- "Enter the text for unsubscribe link. This text is to add unsubscribe link "
542
- "with newsletter. (Keyword: ###LINK###)"
543
- msgstr ""
544
-
545
- #: ../settings/settings-edit.php:362
546
- msgid "Text to display after email unsubscribed"
547
- msgstr ""
548
-
549
- #: ../settings/settings-edit.php:363
550
- msgid ""
551
- "This text will display once user clicked unsubscribed link from our "
552
- "newsletter."
553
- msgstr ""
554
-
555
- #: ../settings/settings-edit.php:370
556
- msgid "Message 1"
557
- msgstr ""
558
-
559
- #: ../settings/settings-edit.php:371
560
- msgid "Default message to display if any issue on confirmation link."
561
- msgstr ""
562
-
563
- #: ../settings/settings-edit.php:377
564
- msgid "Message 2"
565
- msgstr ""
566
-
567
- #: ../settings/settings-edit.php:378
568
- msgid "Default message to display if any issue on unsubscribe link."
569
- msgstr ""
570
-
571
- #: ../settings/settings-edit.php:385
572
- msgid "Sent report subject"
573
- msgstr ""
574
-
575
- #: ../settings/settings-edit.php:386
576
- msgid "Mail subject for sent mail report."
577
- msgstr ""
578
-
579
- #: ../settings/settings-edit.php:392
580
- msgid "Sent report content"
581
- msgstr ""
582
-
583
- #: ../settings/settings-edit.php:393
584
- msgid ""
585
- "Mail content for sent mail report. (Keyword: ###COUNT###, ###UNIQUE###, "
586
- "###STARTTIME###, ###ENDTIME###)"
587
- msgstr ""
588
-
589
- #: ../settings/settings-edit.php:403
590
- msgid "Save Settings"
591
- msgstr ""
592
-
593
- #: ../settings/setting-sync.php:15
594
- msgid "Table sync completed successfully."
595
- msgstr ""
596
-
597
- #: ../settings/setting-sync.php:28
598
- msgid "Sync plugin tables"
599
- msgstr ""
600
-
601
- #: ../settings/setting-sync.php:32
602
- msgid "Click to sync tables"
603
- msgstr ""
604
-
605
- #: ../sentmail/sentmail-preview.php:28 ../compose/compose-preview.php:28
606
- msgid "Preview Mail"
607
- msgstr ""
608
-
609
- #: ../sentmail/sentmail-preview.php:43
610
- msgid "Back"
611
- msgstr ""
612
-
613
- #: ../sentmail/sentmail-show.php:42
614
- msgid "Successfully deleted all reports except latest 10."
615
- msgstr ""
616
-
617
- #: ../sentmail/sentmail-show.php:85 ../sentmail/deliverreport-show.php:49
618
- msgid " &lt;&lt; "
619
- msgstr ""
620
-
621
- #: ../sentmail/sentmail-show.php:86 ../sentmail/deliverreport-show.php:50
622
- msgid " &gt;&gt; "
623
- msgstr ""
624
-
625
- #: ../sentmail/sentmail-show.php:97 ../classes/es-register.php:163 ../classes/es-
626
- #: register.php:164
627
- msgid "Sent Mails"
628
- msgstr ""
629
-
630
- #: ../sentmail/sentmail-show.php:108 ../sentmail/sentmail-show.php:121
631
- msgid "View Reports"
632
- msgstr ""
633
-
634
- #: ../sentmail/sentmail-show.php:109 ../sentmail/sentmail-show.php:122 ..
635
- #: /compose/compose-show.php:107
636
- msgid "Preview"
637
- msgstr ""
638
-
639
- #: ../sentmail/sentmail-show.php:110 ../sentmail/sentmail-show.php:123
640
- msgid "Source"
641
- msgstr ""
642
-
643
- #: ../sentmail/sentmail-show.php:111 ../sentmail/sentmail-show.php:124 ..
644
- #: /sentmail/deliverreport-show.php:75 ../sentmail/deliverreport-show.php:87 ..
645
- #: /subscribers/view-subscriber-show.php:313 ../subscribers/view-subscriber-show.
646
- #: php:327 ../compose/compose-edit.php:109 ../compose/compose-add.php:98 ..
647
- #: /compose/compose-show.php:79 ../compose/compose-show.php:87
648
- msgid "Status"
649
- msgstr ""
650
-
651
- #: ../sentmail/sentmail-show.php:112 ../sentmail/sentmail-show.php:125 ..
652
- #: /sentmail/deliverreport-show.php:76 ../sentmail/deliverreport-show.php:88 ..
653
- #: /compose/compose-show.php:80 ../compose/compose-show.php:88
654
- msgid "Type"
655
- msgstr ""
656
-
657
- #: ../sentmail/sentmail-show.php:113 ../sentmail/sentmail-show.php:126
658
- msgid "Start Date"
659
- msgstr ""
660
-
661
- #: ../sentmail/sentmail-show.php:114 ../sentmail/sentmail-show.php:127
662
- msgid "End Date"
663
- msgstr ""
664
-
665
- #: ../sentmail/sentmail-show.php:115 ../sentmail/sentmail-show.php:128
666
- msgid "Total"
667
- msgstr ""
668
-
669
- #: ../sentmail/sentmail-show.php:116 ../sentmail/sentmail-show.php:129 ..
670
- #: /subscribers/view-subscriber-show.php:316 ../subscribers/view-subscriber-show.
671
- #: php:330 ../subscribers/view-subscriber-export.php:41 ../subscribers/view-
672
- #: subscriber-export.php:49
673
- msgid "Action"
674
- msgstr ""
675
-
676
- #: ../sentmail/sentmail-show.php:175
677
- msgid "Optimize Table & Delete Records"
678
- msgstr ""
679
-
680
- #: ../sentmail/sentmail-show.php:184
681
- msgid ""
682
- "Note: Please click on <strong>Optimize Table & Delete Records</strong> "
683
- "button to delete all reports except latest 10."
684
- msgstr ""
685
-
686
- #: ../sentmail/deliverreport-show.php:13
687
- msgid "Oops.. Unexpected error occurred. Please try again."
688
- msgstr ""
689
-
690
- #: ../sentmail/deliverreport-show.php:61
691
- msgid "Delivery Report"
692
- msgstr ""
693
-
694
- #: ../sentmail/deliverreport-show.php:72 ../sentmail/deliverreport-show.php:84 ..
695
- #: /subscribers/view-subscriber-show.php:310 ../subscribers/view-subscriber-show.
696
- #: php:324 ../subscribers/view-subscriber-export.php:38 ../subscribers/view-
697
- #: subscriber-export.php:46
698
- msgid "Sno"
699
- msgstr ""
700
-
701
- #: ../sentmail/deliverreport-show.php:73 ../sentmail/deliverreport-show.php:85
702
- msgid "Email"
703
- msgstr ""
704
-
705
- #: ../sentmail/deliverreport-show.php:74 ../sentmail/deliverreport-show.php:86
706
- msgid "Sent Date"
707
- msgstr ""
708
-
709
- #: ../sentmail/deliverreport-show.php:77 ../sentmail/deliverreport-show.php:89
710
- msgid "Viewed Status"
711
- msgstr ""
712
-
713
- #: ../sentmail/deliverreport-show.php:78 ../sentmail/deliverreport-show.php:90
714
- msgid "Viewed Date"
715
- msgstr ""
716
-
717
- #: ../sentmail/deliverreport-show.php:79 ../sentmail/deliverreport-show.php:91
718
- msgid "Database ID"
719
- msgstr ""
720
-
721
- #: ../subscribers/view-subscriber-import.php:43
722
- msgid ""
723
- "Error: Special characters (['^$%&*()}{@#~?><>,|=_+\\\"]) are not allowed in "
724
- "the Group name."
725
- msgstr ""
726
-
727
- #: ../subscribers/view-subscriber-import.php:91
728
- msgid "email imported."
729
- msgstr ""
730
-
731
- #: ../subscribers/view-subscriber-import.php:92
732
- msgid "email already exists."
733
- msgstr ""
734
-
735
- #: ../subscribers/view-subscriber-import.php:93
736
- msgid "email are invalid."
737
- msgstr ""
738
-
739
- #: ../subscribers/view-subscriber-import.php:96 ../subscribers/view-subscriber-
740
- #: import.php:125
741
- msgid "Click here"
742
- msgstr ""
743
-
744
- #: ../subscribers/view-subscriber-import.php:96 ../subscribers/view-subscriber-
745
- #: import.php:125
746
- msgid " to view details."
747
- msgstr ""
748
-
749
- #: ../subscribers/view-subscriber-import.php:104
750
- msgid "File Upload Failed."
751
- msgstr ""
752
-
753
- #: ../subscribers/view-subscriber-import.php:143
754
- msgid "Import Email Addresses"
755
- msgstr ""
756
-
757
- #: ../subscribers/view-subscriber-import.php:144 ../subscribers/view-subscriber-
758
- #: show.php:208 ../subscribers/view-subscriber-export.php:28 ../subscribers/view-
759
- #: subscriber-add.php:112 ../subscribers/view-subscriber-edit.php:111 ..
760
- #: /subscribers/view-subscriber-sync.php:91
761
- msgid "Add New Subscriber"
762
- msgstr ""
763
-
764
- #: ../subscribers/view-subscriber-import.php:145 ../subscribers/view-subscriber-
765
- #: show.php:210 ../subscribers/view-subscriber-add.php:114 ../subscribers/view-
766
- #: subscriber-edit.php:113 ../subscribers/view-subscriber-sync.php:93
767
- msgid "Export"
768
- msgstr ""
769
-
770
- #: ../subscribers/view-subscriber-import.php:146 ../subscribers/view-subscriber-
771
- #: show.php:211 ../subscribers/view-subscriber-export.php:30 ../subscribers/view-
772
- #: subscriber-add.php:115 ../subscribers/view-subscriber-edit.php:114 ..
773
- #: /subscribers/view-subscriber-sync.php:144
774
- msgid "Sync"
775
- msgstr ""
776
-
777
- #: ../subscribers/view-subscriber-import.php:156
778
- msgid "Select CSV file"
779
- msgstr ""
780
-
781
- #: ../subscribers/view-subscriber-import.php:158
782
- msgid "Check CSV structure "
783
- msgstr ""
784
-
785
- #: ../subscribers/view-subscriber-import.php:159
786
- msgid "from here"
787
- msgstr ""
788
-
789
- #: ../subscribers/view-subscriber-import.php:170
790
- msgid "Select Subscribers Email Status"
791
- msgstr ""
792
-
793
- #: ../subscribers/view-subscriber-import.php:176 ../subscribers/view-subscriber-
794
- #: show.php:285 ../subscribers/view-subscriber-add.php:149 ../subscribers/view-
795
- #: subscriber-edit.php:148
796
- msgid "Confirmed"
797
- msgstr ""
798
-
799
- #: ../subscribers/view-subscriber-import.php:177 ../subscribers/view-subscriber-
800
- #: show.php:286 ../subscribers/view-subscriber-add.php:150 ../subscribers/view-
801
- #: subscriber-edit.php:149
802
- msgid "Unconfirmed"
803
- msgstr ""
804
-
805
- #: ../subscribers/view-subscriber-import.php:178 ../subscribers/view-subscriber-
806
- #: show.php:287 ../subscribers/view-subscriber-add.php:151 ../subscribers/view-
807
- #: subscriber-edit.php:150
808
- msgid "Unsubscribed"
809
- msgstr ""
810
-
811
- #: ../subscribers/view-subscriber-import.php:186
812
- msgid "Select (or) Create Group for Subscribers"
813
- msgstr ""
814
-
815
- #: ../subscribers/view-subscriber-import.php:203 ../subscribers/view-subscriber-
816
- #: add.php:175
817
- msgid "(or)"
818
- msgstr ""
819
-
820
- #: ../subscribers/view-subscriber-import.php:211 ../subscribers/view-subscriber-
821
- #: show.php:209 ../subscribers/view-subscriber-export.php:29 ../subscribers/view-
822
- #: subscriber-add.php:113 ../subscribers/view-subscriber-edit.php:112 ..
823
- #: /subscribers/view-subscriber-sync.php:92
824
- msgid "Import"
825
- msgstr ""
826
-
827
- #: ../subscribers/view-subscriber-show.php:16 ../compose/compose-show.php:13 ..
828
- #: /sendmail/sendmail.php:17
829
- msgid "Click Here"
830
- msgstr ""
831
-
832
- #: ../subscribers/view-subscriber-show.php:55 ../subscribers/view-subscriber-show.
833
- #: php:94
834
- msgid "Record deleted."
835
- msgstr ""
836
-
837
- #: ../subscribers/view-subscriber-show.php:66
838
- msgid "To send confirmation email, please change the Opt-in option to Double Opt In."
839
- msgstr ""
840
-
841
- #: ../subscribers/view-subscriber-show.php:74
842
- msgid "Confirmation email resent successfully."
843
- msgstr ""
844
-
845
- #: ../subscribers/view-subscriber-show.php:99 ../subscribers/view-subscriber-show.
846
- #: php:138 ../subscribers/view-subscriber-show.php:176
847
- msgid "Oops, No record was selected."
848
- msgstr ""
849
-
850
- #: ../subscribers/view-subscriber-show.php:114
851
- msgid "To send confirmation mail, please change the Opt-in option to Double Opt In."
852
- msgstr ""
853
-
854
- #: ../subscribers/view-subscriber-show.php:133
855
- msgid "Confirmation email(s) Resent Successfully."
856
- msgstr ""
857
-
858
- #: ../subscribers/view-subscriber-show.php:162
859
- msgid "Selected subscribers group updated."
860
- msgstr ""
861
-
862
- #: ../subscribers/view-subscriber-show.php:167
863
- msgid "Oops, New group name was not selected."
864
- msgstr ""
865
-
866
- #: ../subscribers/view-subscriber-show.php:207
867
- msgid "View Subscribers"
868
- msgstr ""
869
-
870
- #: ../subscribers/view-subscriber-show.php:243
871
- msgid "Bulk Actions"
872
- msgstr ""
873
-
874
- #: ../subscribers/view-subscriber-show.php:245 ../subscribers/view-subscriber-
875
- #: show.php:370
876
- msgid "Resend Confirmation"
877
- msgstr ""
878
-
879
- #: ../subscribers/view-subscriber-show.php:249
880
- msgid "Select Group"
881
- msgstr ""
882
-
883
- #: ../subscribers/view-subscriber-show.php:263
884
- msgid "Apply"
885
- msgstr ""
886
-
887
- #: ../subscribers/view-subscriber-show.php:267
888
- msgid "All Groups"
889
- msgstr ""
890
-
891
- #: ../subscribers/view-subscriber-show.php:284
892
- msgid "All Status"
893
- msgstr ""
894
-
895
- #: ../subscribers/view-subscriber-show.php:291
896
- msgid "1 to 200 emails"
897
- msgstr ""
898
-
899
- #: ../subscribers/view-subscriber-show.php:292
900
- msgid "201 to 400"
901
- msgstr ""
902
-
903
- #: ../subscribers/view-subscriber-show.php:293
904
- msgid "401 to 600"
905
- msgstr ""
906
-
907
- #: ../subscribers/view-subscriber-show.php:294
908
- msgid "601 to 800"
909
- msgstr ""
910
-
911
- #: ../subscribers/view-subscriber-show.php:295
912
- msgid "801 to 1000"
913
- msgstr ""
914
-
915
- #: ../subscribers/view-subscriber-show.php:296
916
- msgid "1001 to 2000"
917
- msgstr ""
918
-
919
- #: ../subscribers/view-subscriber-show.php:297
920
- msgid "2001 to 5000"
921
- msgstr ""
922
-
923
- #: ../subscribers/view-subscriber-show.php:298
924
- msgid "5001 to 10000"
925
- msgstr ""
926
-
927
- #: ../subscribers/view-subscriber-show.php:299
928
- msgid "Display All"
929
- msgstr ""
930
-
931
- #: ../subscribers/view-subscriber-show.php:311 ../subscribers/view-subscriber-
932
- #: show.php:325
933
- msgid "Email Address"
934
- msgstr ""
935
-
936
- #: ../subscribers/view-subscriber-show.php:312 ../subscribers/view-subscriber-
937
- #: show.php:326 ../classes/es-register.php:498 ../classes/es-loadwidget.php:24
938
- msgid "Name"
939
- msgstr ""
940
-
941
- #: ../subscribers/view-subscriber-show.php:314 ../subscribers/view-subscriber-
942
- #: show.php:328
943
- msgid "Group"
944
- msgstr ""
945
-
946
- #: ../subscribers/view-subscriber-show.php:315 ../subscribers/view-subscriber-
947
- #: show.php:329
948
- msgid "Submission Date<br>(YYYY-MM-DD)"
949
- msgstr ""
950
-
951
- #: ../subscribers/view-subscriber-export.php:27
952
- msgid "Export Email Addresses"
953
- msgstr ""
954
-
955
- #: ../subscribers/view-subscriber-export.php:39 ../subscribers/view-subscriber-
956
- #: export.php:47
957
- msgid "Type of List to Export"
958
- msgstr ""
959
-
960
- #: ../subscribers/view-subscriber-export.php:40 ../subscribers/view-subscriber-
961
- #: export.php:48
962
- msgid "Total Emails"
963
- msgstr ""
964
-
965
- #: ../subscribers/view-subscriber-export.php:54
966
- msgid "1"
967
- msgstr ""
968
-
969
- #: ../subscribers/view-subscriber-export.php:55
970
- msgid "All Subscribers List"
971
- msgstr ""
972
-
973
- #: ../subscribers/view-subscriber-export.php:57 ../subscribers/view-subscriber-
974
- #: export.php:63 ../subscribers/view-subscriber-export.php:69
975
- msgid "Click to Export in CSV"
976
- msgstr ""
977
-
978
- #: ../subscribers/view-subscriber-export.php:60
979
- msgid "2"
980
- msgstr ""
981
-
982
- #: ../subscribers/view-subscriber-export.php:61
983
- msgid "WordPress Registered Users"
984
- msgstr ""
985
-
986
- #: ../subscribers/view-subscriber-export.php:66
987
- msgid "3"
988
- msgstr ""
989
-
990
- #: ../subscribers/view-subscriber-export.php:67
991
- msgid "Commented Authors"
992
- msgstr ""
993
-
994
- #: ../subscribers/view-subscriber-add.php:35 ../subscribers/view-subscriber-edit.
995
- #: php:53
996
- msgid "Please enter subscriber email address."
997
- msgstr ""
998
-
999
- #: ../subscribers/view-subscriber-add.php:48
1000
- msgid "Please select or create your group for this email."
1001
- msgstr ""
1002
-
1003
- #: ../subscribers/view-subscriber-add.php:55
1004
- msgid ""
1005
- "Error: Special characters (['^$%&*()}{@#~?><>,|=_+\\\"]) are not allowed in "
1006
- "the group name."
1007
- msgstr ""
1008
-
1009
- #: ../subscribers/view-subscriber-add.php:65
1010
- msgid "Subscriber has been saved."
1011
- msgstr ""
1012
-
1013
- #: ../subscribers/view-subscriber-add.php:67
1014
- msgid "Subscriber already exists."
1015
- msgstr ""
1016
-
1017
- #: ../subscribers/view-subscriber-add.php:70
1018
- msgid "Invalid Email."
1019
- msgstr ""
1020
-
1021
- #: ../subscribers/view-subscriber-add.php:124
1022
- msgid "Enter Subscriber's Full name"
1023
- msgstr ""
1024
-
1025
- #: ../subscribers/view-subscriber-add.php:134
1026
- msgid "Enter Subscriber's Email Address"
1027
- msgstr ""
1028
-
1029
- #: ../subscribers/view-subscriber-add.php:144
1030
- msgid "Select Subscriber's Status"
1031
- msgstr ""
1032
-
1033
- #: ../subscribers/view-subscriber-add.php:159
1034
- msgid "Select (or) Create Group for Subscriber"
1035
- msgstr ""
1036
-
1037
- #: ../subscribers/view-subscriber-add.php:184
1038
- msgid "Add Subscriber"
1039
- msgstr ""
1040
-
1041
- #: ../subscribers/view-subscriber-edit.php:63
1042
- msgid "Error: Special characters are not allowed in the group name."
1043
- msgstr ""
1044
-
1045
- #: ../subscribers/view-subscriber-edit.php:73
1046
- msgid "Subscriber details updated."
1047
- msgstr ""
1048
-
1049
- #: ../subscribers/view-subscriber-edit.php:75
1050
- msgid "Subscriber already exists for this group."
1051
- msgstr ""
1052
-
1053
- #: ../subscribers/view-subscriber-edit.php:110
1054
- msgid "Edit Subscriber"
1055
- msgstr ""
1056
-
1057
- #: ../subscribers/view-subscriber-edit.php:123
1058
- msgid "Edit Subscriber's Full Name"
1059
- msgstr ""
1060
-
1061
- #: ../subscribers/view-subscriber-edit.php:133
1062
- msgid "Edit Subscriber's Email Address"
1063
- msgstr ""
1064
-
1065
- #: ../subscribers/view-subscriber-edit.php:143
1066
- msgid "Update Subscriber's Status"
1067
- msgstr ""
1068
-
1069
- #: ../subscribers/view-subscriber-edit.php:158
1070
- msgid "Update Subscriber's Group"
1071
- msgstr ""
1072
-
1073
- #: ../subscribers/view-subscriber-sync.php:35
1074
- msgid "Please select default group to newly registered user."
1075
- msgstr ""
1076
-
1077
- #: ../subscribers/view-subscriber-sync.php:49
1078
- msgid "Emails Successfully Synced."
1079
- msgstr ""
1080
-
1081
- #: ../subscribers/view-subscriber-sync.php:90
1082
- msgid "Sync Email"
1083
- msgstr ""
1084
-
1085
- #: ../subscribers/view-subscriber-sync.php:102
1086
- msgid "Sync newly registered users to subscribers list"
1087
- msgstr ""
1088
-
1089
- #: ../subscribers/view-subscriber-sync.php:115
1090
- msgid "Select group to add newly registered users to"
1091
- msgstr ""
1092
-
1093
- #: ../cron/cron-add.php:23
1094
- msgid "Please enter valid mail count."
1095
- msgstr ""
1096
-
1097
- #: ../cron/cron-add.php:33
1098
- msgid "Cron details successfully updated."
1099
- msgstr ""
1100
-
1101
- #: ../cron/cron-add.php:74
1102
- msgid "Cron Details"
1103
- msgstr ""
1104
-
1105
- #: ../cron/cron-add.php:78
1106
- msgid "Cron job URL"
1107
- msgstr ""
1108
-
1109
- #: ../cron/cron-add.php:80
1110
- msgid ""
1111
- "This is your cron job URL. It is a readonly field and you are advised not to "
1112
- "modify it."
1113
- msgstr ""
1114
-
1115
- #: ../cron/cron-add.php:82
1116
- msgid "Mail Count"
1117
- msgstr ""
1118
-
1119
- #: ../cron/cron-add.php:84
1120
- msgid ""
1121
- "Enter number of mails you want to send per hour/trigger (Your web host has "
1122
- "limits. We suggest 50 emails per hour to be safe)."
1123
- msgstr ""
1124
-
1125
- #: ../cron/cron-add.php:86
1126
- msgid "Admin Report"
1127
- msgstr ""
1128
-
1129
- #: ../cron/cron-add.php:88
1130
- msgid ""
1131
- "Send above mail to admin whenever cron URL is triggered from your server.<br "
1132
- "/>(Available Keywords: ###DATE###, ###SUBJECT###, ###COUNT###)"
1133
- msgstr ""
1134
-
1135
- #: ../cron/cron-add.php:97
1136
- msgid "How to setup auto emails using CRON Job through the cPanel or Plesk?"
1137
- msgstr ""
1138
-
1139
- #: ../cron/cron-add.php:98
1140
- msgid ""
1141
- "<a target=\"_blank\" href=\"http://www.storeapps.org/docs/es-how-to-schedule-"
1142
- "cron-mails/\">What is Cron?</a>"
1143
- msgstr ""
1144
-
1145
- #: ../cron/cron-add.php:99
1146
- msgid ""
1147
- "<a target=\"_blank\" href=\"http://www.storeapps.org/docs/es-how-to-schedule-"
1148
- "cron-emails-in-parallels-plesk/\">Setup cron job in Plesk</a>"
1149
- msgstr ""
1150
-
1151
- #: ../cron/cron-add.php:100
1152
- msgid ""
1153
- "<a target=\"_blank\" href=\"http://www.storeapps.org/docs/es-how-to-schedule-"
1154
- "cron-emails-in-cpanel/\">Setup cron job in cPanal</a>"
1155
- msgstr ""
1156
-
1157
- #: ../cron/cron-add.php:101
1158
- msgid ""
1159
- "<a target=\"_blank\" href=\"http://www.storeapps.org/docs/es-what-to-do-if-"
1160
- "hosting-doesnt-support-cron-jobs/\">Hosting doesnt support cron jobs?</a>"
1161
- msgstr ""
1162
-
1163
- #: ../compose/compose-edit.php:47 ../compose/compose-add.php:30
1164
- msgid "Please enter template heading."
1165
- msgstr ""
1166
-
1167
- #: ../compose/compose-edit.php:60
1168
- msgid "Template successfully updated. "
1169
- msgstr ""
1170
-
1171
- #: ../compose/compose-edit.php:85 ../compose/compose-add.php:75 ..
1172
- #: /compose/compose-show.php:65
1173
- msgid "Compose Mail"
1174
- msgstr ""
1175
-
1176
- #: ../compose/compose-edit.php:90 ../compose/compose-add.php:79
1177
- msgid "Select your Mail Type"
1178
- msgstr ""
1179
-
1180
- #: ../compose/compose-edit.php:92 ../compose/compose-add.php:81
1181
- msgid "Static Template (For Newsletter Email)"
1182
- msgstr ""
1183
-
1184
- #: ../compose/compose-edit.php:93 ../compose/compose-add.php:82
1185
- msgid "Dynamic Template (For Notification Email)"
1186
- msgstr ""
1187
-
1188
- #: ../compose/compose-edit.php:97 ../compose/compose-add.php:86
1189
- msgid "Enter Mail Subject"
1190
- msgstr ""
1191
-
1192
- #: ../compose/compose-edit.php:99 ../compose/compose-add.php:88
1193
- msgid "Keyword: ###POSTTITLE###"
1194
- msgstr ""
1195
-
1196
- #: ../compose/compose-edit.php:101 ../compose/compose-add.php:90
1197
- msgid "Enter Content for your Mail"
1198
- msgstr ""
1199
-
1200
- #: ../compose/compose-edit.php:105 ../compose/compose-add.php:94
1201
- #, php-format
1202
- msgid ""
1203
- "%s : ###NAME###, ###EMAIL###, ###DATE###, ###POSTTITLE###, ###POSTLINK###, "
1204
- "###POSTLINK-WITHTITLE###, ###POSTLINK-ONLY###, ###POSTIMAGE###, "
1205
- "###POSTDESC###, ###POSTFULL###"
1206
- msgstr ""
1207
-
1208
- #: ../compose/compose-edit.php:105 ../compose/compose-add.php:94
1209
- msgid "Available Keywords"
1210
- msgstr ""
1211
-
1212
- #: ../compose/compose-edit.php:111 ../compose/compose-add.php:100
1213
- msgid "Published"
1214
- msgstr ""
1215
-
1216
- #: ../compose/compose-edit.php:113 ../compose/compose-add.php:102
1217
- msgid "Please select your mail status"
1218
- msgstr ""
1219
-
1220
- #: ../compose/compose-add.php:42
1221
- msgid "Template successfully created. "
1222
- msgstr ""
1223
-
1224
- #: ../compose/compose-show.php:78 ../compose/compose-show.php:86
1225
- msgid "Email subject"
1226
- msgstr ""
1227
-
1228
- #: ../compose/compose-show.php:81 ../compose/compose-show.php:89
1229
- msgid "Actions"
1230
- msgstr ""
1231
-
1232
- #: ../export/export-email-address.php:32 ../export/export-email-address.php:36 ..
1233
- #: /export/export-email-address.php:39
1234
- msgid "Unexpected url submit has been detected"
1235
- msgstr ""
1236
-
1237
- #: ../job/es-unsubscribe.php:53 ../job/es-unsubscribe.php:60 ../job/es-optin.php:
1238
- #: 56 ../job/es-optin.php:66
1239
- msgid ""
1240
- "Oops.. We are getting some technical error. Please try again or contact "
1241
- "admin."
1242
- msgstr ""
1243
-
1244
- #: ../job/es-optin.php:59
1245
- msgid "This email address has already been confirmed."
1246
- msgstr ""
1247
-
1248
- #: ../help/help.php:46
1249
- msgid "Welcome to Email Subscribers!"
1250
- msgstr ""
1251
-
1252
- #: ../help/help.php:47
1253
- msgid "Thanks for installing and we hope you will enjoy using Email Subscribers."
1254
- msgstr ""
1255
-
1256
- #: ../help/help.php:51
1257
- msgid "For more help and tips..."
1258
- msgstr ""
1259
-
1260
- #: ../help/help.php:95
1261
- msgid "Frequently Asked Questions"
1262
- msgstr ""
1263
-
1264
- #: ../help/help.php:114 ../help/help.php:123 ../help/help.php:126 ../help/help.
1265
- #: php:129 ../help/help.php:132 ../help/help.php:135 ../help/help.php:138 ..
1266
- #: /help/help.php:141 ../help/help.php:144 ../help/help.php:147 ../help/help.php:
1267
- #: 150 ../help/help.php:153 ../help/help.php:156 ../help/help.php:159 ..
1268
- #: /help/help.php:162 ../help/help.php:165 ../help/help.php:168 ../help/help.php:
1269
- #: 171 ../help/help.php:174
1270
- #, php-format
1271
- msgid "%s"
1272
- msgstr ""
1273
-
1274
- #: ../help/help.php:114
1275
- msgid "How to Add Subscription box to website?"
1276
- msgstr ""
1277
-
1278
- #: ../help/help.php:123
1279
- msgid "How to Import or Export Email Addresses?"
1280
- msgstr ""
1281
-
1282
- #: ../help/help.php:126
1283
- msgid "General Plugin Settings"
1284
- msgstr ""
1285
-
1286
- #: ../help/help.php:126
1287
- msgid ""
1288
- " (How to modify the existing emails content like Opt-in mail, Welcome mail, "
1289
- "Admin mails)"
1290
- msgstr ""
1291
-
1292
- #: ../help/help.php:129
1293
- msgid "How to change/update/translate any texts from Email Subscribers?"
1294
- msgstr ""
1295
-
1296
- #: ../help/help.php:132
1297
- msgid "How to add Unsubscribe link in emails?"
1298
- msgstr ""
1299
-
1300
- #: ../help/help.php:135
1301
- msgid "What are Static Templates and Dynamic Templates?"
1302
- msgstr ""
1303
-
1304
- #: ../help/help.php:138
1305
- msgid "How to Compose and Send Static Newsletter Mails?"
1306
- msgstr ""
1307
-
1308
- #: ../help/help.php:141
1309
- msgid ""
1310
- "How to Configure and Send notification emails to subscribers when new posts "
1311
- "are published?"
1312
- msgstr ""
1313
-
1314
- #: ../help/help.php:144
1315
- msgid "How to Send a sample new post notification email to testgroup/myself?"
1316
- msgstr ""
1317
-
1318
- #: ../help/help.php:147
1319
- msgid "How to check Sent mails?"
1320
- msgstr ""
1321
-
1322
- #: ../help/help.php:150
1323
- msgid "How to Add/Update Existing Subscribers Group?"
1324
- msgstr ""
1325
-
1326
- #: ../help/help.php:153
1327
- msgid "Emails are not being received by Subscribers?"
1328
- msgstr ""
1329
-
1330
- #: ../help/help.php:156
1331
- msgid "How to show subscribe form inside a popup?"
1332
- msgstr ""
1333
-
1334
- #: ../help/help.php:159
1335
- msgid "How to use Rainmaker’s form in Email Subscribers?"
1336
- msgstr ""
1337
-
1338
- #: ../help/help.php:162
1339
- msgid "How to Schedule Cron Mails?"
1340
- msgstr ""
1341
-
1342
- #: ../help/help.php:165
1343
- msgid "How to Schedule Cron Emails in cPanel?"
1344
- msgstr ""
1345
-
1346
- #: ../help/help.php:168
1347
- msgid "How to Schedule Cron Emails in Parallels Plesk?"
1348
- msgstr ""
1349
-
1350
- #: ../help/help.php:171
1351
- msgid "What to do if Hosting doesn’t support Cron Jobs?"
1352
- msgstr ""
1353
-
1354
- #: ../help/help.php:174
1355
- msgid "Commonly Asked Questions"
1356
- msgstr ""
1357
-
1358
- #: ../sendmail/sendmail.php:39
1359
- msgid "Please select your mail subject."
1360
- msgstr ""
1361
-
1362
- #: ../sendmail/sendmail.php:45
1363
- msgid "Please select your mail type."
1364
- msgstr ""
1365
-
1366
- #: ../sendmail/sendmail.php:51
1367
- msgid "Please select your group."
1368
- msgstr ""
1369
-
1370
- #: ../sendmail/sendmail.php:58
1371
- msgid "Mail sent successfully. "
1372
- msgstr ""
1373
-
1374
- #: ../sendmail/sendmail.php:62
1375
- msgid "Click here to check Statistics"
1376
- msgstr ""
1377
-
1378
- #: ../sendmail/sendmail.php:68
1379
- msgid "Oops.. We are getting some error. mail not sending."
1380
- msgstr ""
1381
-
1382
- #: ../sendmail/sendmail.php:95 ../sendmail/sendmail.php:193 ../sendmail/sendmail.
1383
- #: php:195 ../classes/es-register.php:151 ../classes/es-register.php:152
1384
- msgid "Send Email"
1385
- msgstr ""
1386
-
1387
- #: ../sendmail/sendmail.php:104
1388
- msgid "Select Mail Subject from available list"
1389
- msgstr ""
1390
-
1391
- #: ../sendmail/sendmail.php:131
1392
- msgid "Select Mail Type"
1393
- msgstr ""
1394
-
1395
- #: ../sendmail/sendmail.php:137
1396
- msgid "Send mail immediately"
1397
- msgstr ""
1398
-
1399
- #: ../sendmail/sendmail.php:138
1400
- msgid "Send mail via cron job"
1401
- msgstr ""
1402
-
1403
- #: ../sendmail/sendmail.php:145
1404
- msgid "Select Subscribers group to Send Mail"
1405
- msgstr ""
1406
-
1407
- #: ../sendmail/sendmail.php:177
1408
- msgid "Recipients : 0 "
1409
- msgstr ""
1410
-
1411
- #: ../sendmail/sendmail.php:179
1412
- #, php-format
1413
- msgid "Recipients : %s"
1414
- msgstr ""
1415
-
1416
- #: ../sendmail/sendmail.php:182
1417
- msgid ""
1418
- "<br><br><strong>Your Recipients count is above 100.<br>We strongly recommend "
1419
- "that you change above Mail Type to Cron and Send Mail via Cron Job."
1420
- "</strong><br>Click on Help for more information."
1421
- msgstr ""
1422
-
1423
- #: ../sendmail/sendmail.php:198
1424
- msgid "Reset"
1425
- msgstr ""
1426
-
1427
- #: ../classes/es-common.php:8
1428
- msgid "<span style=\"color:#006600;font-weight:bold;\">Confirmed</span>"
1429
- msgstr ""
1430
-
1431
- #: ../classes/es-common.php:11
1432
- msgid "<span style=\"color:#FF0000\">Unconfirmed</span>"
1433
- msgstr ""
1434
-
1435
- #: ../classes/es-common.php:14
1436
- msgid "<span style=\"color:#999900\">Unsubscribed</span>"
1437
- msgstr ""
1438
-
1439
- #: ../classes/es-common.php:17
1440
- msgid "<span style=\"color:#0000FF\">Single Opt In</span>"
1441
- msgstr ""
1442
-
1443
- #: ../classes/es-common.php:20
1444
- msgid "<span style=\"color:#00CC00;font-weight:bold\">Viewed</span>"
1445
- msgstr ""
1446
-
1447
- #: ../classes/es-common.php:23
1448
- msgid "<span style=\"color:#999900;\">Nodata</span>"
1449
- msgstr ""
1450
-
1451
- #: ../classes/es-common.php:26
1452
- msgid "<span style=\"color:#FF0000\">Disable</span>"
1453
- msgstr ""
1454
-
1455
- #: ../classes/es-common.php:29
1456
- msgid "<span style=\"color:#FF0000\">In Queue</span>"
1457
- msgstr ""
1458
-
1459
- #: ../classes/es-common.php:32
1460
- msgid "<span style=\"color:#00FF00;font-weight:bold;\">Sent</span>"
1461
- msgstr ""
1462
-
1463
- #: ../classes/es-common.php:35
1464
- msgid "<span style=\"color:#ffd700;font-weight:bold;\">Cron Mail</span>"
1465
- msgstr ""
1466
-
1467
- #: ../classes/es-common.php:38
1468
- msgid "<span style=\"color:#993399;\">Instant Mail</span>"
1469
- msgstr ""
1470
-
1471
- #. Name of the plugin
1472
- #: ../classes/es-register.php:139 ../classes/es-register.php:140
1473
- msgid "Email Subscribers"
1474
- msgstr ""
1475
-
1476
- #: ../classes/es-register.php:142 ../classes/es-register.php:143
1477
- msgid "Subscribers"
1478
- msgstr ""
1479
-
1480
- #: ../classes/es-register.php:145 ../classes/es-register.php:146
1481
- msgid "Compose"
1482
- msgstr ""
1483
-
1484
- #: ../classes/es-register.php:154
1485
- msgid "Cron"
1486
- msgstr ""
1487
-
1488
- #: ../classes/es-register.php:155
1489
- msgid "Cron Mail"
1490
- msgstr ""
1491
-
1492
- #: ../classes/es-register.php:160 ../classes/es-register.php:161
1493
- msgid "Roles"
1494
- msgstr ""
1495
-
1496
- #: ../classes/es-register.php:166
1497
- msgid "Help & Info"
1498
- msgstr ""
1499
-
1500
- #: ../classes/es-register.php:167
1501
- msgid "<span style=\"color:#f18500;font-weight:bolder;\">Help & Info"
1502
- msgstr ""
1503
-
1504
- #: ../classes/es-register.php:178
1505
- msgctxt "view-subscriber-enhanced-select"
1506
- msgid "Please enter subscriber email address."
1507
- msgstr ""
1508
-
1509
- #: ../classes/es-register.php:179
1510
- msgctxt "view-subscriber-enhanced-select"
1511
- msgid "Please select subscriber email status."
1512
- msgstr ""
1513
-
1514
- #: ../classes/es-register.php:180
1515
- msgctxt "view-subscriber-enhanced-select"
1516
- msgid "Please select or create group for this subscriber."
1517
- msgstr ""
1518
-
1519
- #: ../classes/es-register.php:181
1520
- msgctxt "view-subscriber-enhanced-select"
1521
- msgid "Do you want to delete this record?"
1522
- msgstr ""
1523
-
1524
- #: ../classes/es-register.php:182
1525
- msgctxt "view-subscriber-enhanced-select"
1526
- msgid "Please select the bulk action."
1527
- msgstr ""
1528
-
1529
- #: ../classes/es-register.php:183
1530
- msgctxt "view-subscriber-enhanced-select"
1531
- msgid "Do you want to delete selected record(s)?"
1532
- msgstr ""
1533
-
1534
- #: ../classes/es-register.php:184
1535
- msgctxt "view-subscriber-enhanced-select"
1536
- msgid "Are you sure you want to delete?"
1537
- msgstr ""
1538
-
1539
- #: ../classes/es-register.php:185
1540
- msgctxt "view-subscriber-enhanced-select"
1541
- msgid ""
1542
- "Do you want to resend confirmation email? \\nAlso please note, this will "
1543
- "update subscriber current status to 'Unconfirmed'."
1544
- msgstr ""
1545
-
1546
- #: ../classes/es-register.php:186
1547
- msgctxt "view-subscriber-enhanced-select"
1548
- msgid "Please select new subscriber group."
1549
- msgstr ""
1550
-
1551
- #: ../classes/es-register.php:187
1552
- msgctxt "view-subscriber-enhanced-select"
1553
- msgid "Do you want to update subscribers group?"
1554
- msgstr ""
1555
-
1556
- #: ../classes/es-register.php:188
1557
- msgctxt "view-subscriber-enhanced-select"
1558
- msgid "Do you want to export the emails?"
1559
- msgstr ""
1560
-
1561
- #: ../classes/es-register.php:189
1562
- msgctxt "view-subscriber-enhanced-select"
1563
- msgid ""
1564
- "Please select only csv file. Please check official website for csv structure."
1565
- "."
1566
- msgstr ""
1567
-
1568
- #: ../classes/es-register.php:197
1569
- msgctxt "compose-enhanced-select"
1570
- msgid "Please enter name for configuration."
1571
- msgstr ""
1572
-
1573
- #: ../classes/es-register.php:198
1574
- msgctxt "compose-enhanced-select"
1575
- msgid "Please select template for this configuration."
1576
- msgstr ""
1577
-
1578
- #: ../classes/es-register.php:199
1579
- msgctxt "compose-enhanced-select"
1580
- msgid "Do you want to delete this record?"
1581
- msgstr ""
1582
-
1583
- #: ../classes/es-register.php:207
1584
- msgctxt "notification-enhanced-select"
1585
- msgid "Please select subscribers group."
1586
- msgstr ""
1587
-
1588
- #: ../classes/es-register.php:208
1589
- msgctxt "notification-enhanced-select"
1590
- msgid "Please select notification mail subject. Use compose menu to create new."
1591
- msgstr ""
1592
-
1593
- #: ../classes/es-register.php:209
1594
- msgctxt "notification-enhanced-select"
1595
- msgid "Please select notification status."
1596
- msgstr ""
1597
-
1598
- #: ../classes/es-register.php:210
1599
- msgctxt "notification-enhanced-select"
1600
- msgid "Do you want to delete this record?"
1601
- msgstr ""
1602
-
1603
- #: ../classes/es-register.php:218
1604
- msgctxt "sendmail-enhanced-select"
1605
- msgid "Please select your mail subject."
1606
- msgstr ""
1607
-
1608
- #: ../classes/es-register.php:219
1609
- msgctxt "sendmail-enhanced-select"
1610
- msgid "Please select your mail type."
1611
- msgstr ""
1612
-
1613
- #: ../classes/es-register.php:220
1614
- msgctxt "sendmail-enhanced-select"
1615
- msgid ""
1616
- "Have you double checked your selected group? If so, let's go ahead and send "
1617
- "this."
1618
- msgstr ""
1619
-
1620
- #: ../classes/es-register.php:228
1621
- msgctxt "sentmail-enhanced-select"
1622
- msgid "Do you want to delete this record?"
1623
- msgstr ""
1624
-
1625
- #: ../classes/es-register.php:229
1626
- msgctxt "sentmail-enhanced-select"
1627
- msgid "Do you want to delete all records except latest 10?"
1628
- msgstr ""
1629
-
1630
- #: ../classes/es-register.php:237
1631
- msgctxt "cron-enhanced-select"
1632
- msgid "Please select enter number of mails you want to send per hour/trigger."
1633
- msgstr ""
1634
-
1635
- #: ../classes/es-register.php:238
1636
- msgctxt "cron-enhanced-select"
1637
- msgid "Please enter the mail count, only number."
1638
- msgstr ""
1639
-
1640
- #: ../classes/es-register.php:251
1641
- msgctxt "widget-enhanced-select"
1642
- msgid "Please enter email address."
1643
- msgstr ""
1644
-
1645
- #: ../classes/es-register.php:252
1646
- msgctxt "widget-enhanced-select"
1647
- msgid "Please provide a valid email address."
1648
- msgstr ""
1649
-
1650
- #: ../classes/es-register.php:253
1651
- msgctxt "widget-enhanced-select"
1652
- msgid "loading..."
1653
- msgstr ""
1654
-
1655
- #: ../classes/es-register.php:254
1656
- msgctxt "widget-enhanced-select"
1657
- msgid "Cannot create XMLHTTP instance"
1658
- msgstr ""
1659
-
1660
- #: ../classes/es-register.php:255
1661
- msgctxt "widget-enhanced-select"
1662
- msgid "Subscribed successfully."
1663
- msgstr ""
1664
-
1665
- #: ../classes/es-register.php:256
1666
- msgctxt "widget-enhanced-select"
1667
- msgid ""
1668
- "Your subscription was successful! Within a few minutes, kindly check the "
1669
- "mail in your mailbox and confirm your subscription. If you can't see the "
1670
- "mail in your mailbox, please check your spam folder."
1671
- msgstr ""
1672
-
1673
- #: ../classes/es-register.php:257
1674
- msgctxt "widget-enhanced-select"
1675
- msgid "Email Address already exists."
1676
- msgstr ""
1677
-
1678
- #: ../classes/es-register.php:258
1679
- msgctxt "widget-enhanced-select"
1680
- msgid "Oops.. Unexpected error occurred."
1681
- msgstr ""
1682
-
1683
- #: ../classes/es-register.php:259
1684
- msgctxt "widget-enhanced-select"
1685
- msgid "Invalid email address."
1686
- msgstr ""
1687
-
1688
- #: ../classes/es-register.php:260
1689
- msgctxt "widget-enhanced-select"
1690
- msgid "Please try after some time."
1691
- msgstr ""
1692
-
1693
- #: ../classes/es-register.php:261
1694
- msgctxt "widget-enhanced-select"
1695
- msgid "There was a problem with the request."
1696
- msgstr ""
1697
-
1698
- #: ../classes/es-register.php:268
1699
- msgctxt "widget-page-enhanced-select"
1700
- msgid "Please enter email address."
1701
- msgstr ""
1702
-
1703
- #: ../classes/es-register.php:269
1704
- msgctxt "widget-page-enhanced-select"
1705
- msgid "Please provide a valid email address."
1706
- msgstr ""
1707
-
1708
- #: ../classes/es-register.php:270
1709
- msgctxt "widget-page-enhanced-select"
1710
- msgid "loading..."
1711
- msgstr ""
1712
-
1713
- #: ../classes/es-register.php:271
1714
- msgctxt "widget-page-enhanced-select"
1715
- msgid "Cannot create XMLHTTP instance"
1716
- msgstr ""
1717
-
1718
- #: ../classes/es-register.php:272
1719
- msgctxt "widget-page-enhanced-select"
1720
- msgid "Subscribed successfully."
1721
- msgstr ""
1722
-
1723
- #: ../classes/es-register.php:273
1724
- msgctxt "widget-page-enhanced-select"
1725
- msgid ""
1726
- "Your subscription was successful! Within a few minutes, kindly check the "
1727
- "mail in your mailbox and confirm your subscription. If you can't see the "
1728
- "mail in your mailbox, please check your spam folder."
1729
- msgstr ""
1730
-
1731
- #: ../classes/es-register.php:274
1732
- msgctxt "widget-page-enhanced-select"
1733
- msgid "Email Address already exists."
1734
- msgstr ""
1735
-
1736
- #: ../classes/es-register.php:275
1737
- msgctxt "widget-page-enhanced-select"
1738
- msgid "Oops.. Unexpected error occurred."
1739
- msgstr ""
1740
-
1741
- #: ../classes/es-register.php:276
1742
- msgctxt "widget-page-enhanced-select"
1743
- msgid "Invalid email address."
1744
- msgstr ""
1745
-
1746
- #: ../classes/es-register.php:277
1747
- msgctxt "widget-page-enhanced-select"
1748
- msgid "Please try after some time."
1749
- msgstr ""
1750
-
1751
- #: ../classes/es-register.php:278
1752
- msgctxt "widget-page-enhanced-select"
1753
- msgid "There was a problem with the request."
1754
- msgstr ""
1755
-
1756
- #: ../classes/es-register.php:407
1757
- msgid ""
1758
- "Email Subscribers recommends free plugin <b>Rainmaker</b> to collect leads "
1759
- "instantly"
1760
- msgstr ""
1761
-
1762
- #: ../classes/es-register.php:408
1763
- msgid "Yes, I want this"
1764
- msgstr ""
1765
-
1766
- #: ../classes/es-register.php:408
1767
- msgid "No, I don't want it"
1768
- msgstr ""
1769
-
1770
- #: ../classes/es-register.php:503 ../classes/es-loadwidget.php:29
1771
- msgid "Email *"
1772
- msgstr ""
1773
-
1774
- #: ../classes/es-register.php:508 ../classes/es-loadwidget.php:34
1775
- msgid "Subscribe"
1776
- msgstr ""
1777
-
1778
- #: ../classes/es-register.php:543
1779
- msgid "Widget Title"
1780
- msgstr ""
1781
-
1782
- #: ../classes/es-register.php:547
1783
- msgid "Display Name Field"
1784
- msgstr ""
1785
-
1786
- #: ../classes/es-register.php:554
1787
- msgid "Short Description"
1788
- msgstr ""
1789
-
1790
- #: ../classes/es-register.php:556
1791
- msgid "Short description about your subscription form."
1792
- msgstr ""
1793
-
1794
- #: ../classes/es-register.php:559
1795
- msgid "Subscriber Group"
1796
- msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Copyright (C) 2016 Email Subscribers & Newsletters
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
+
15
+ #: classes/es-common.php:8
16
+ msgid "<span style=\"color:#006600;font-weight:bold;\">Confirmed</span>"
17
+ msgstr ""
18
+
19
+ #: classes/es-common.php:11
20
+ msgid "<span style=\"color:#FF0000\">Unconfirmed</span>"
21
+ msgstr ""
22
+
23
+ #: classes/es-common.php:14
24
+ msgid "<span style=\"color:#999900\">Unsubscribed</span>"
25
+ msgstr ""
26
+
27
+ #: classes/es-common.php:17
28
+ 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
36
+ msgid "<span style=\"color:#999900;\">Nodata</span>"
37
+ msgstr ""
38
+
39
+ #: classes/es-common.php:26
40
+ msgid "<span style=\"color:#FF0000\">Disable</span>"
41
+ msgstr ""
42
+
43
+ #: classes/es-common.php:29
44
+ msgid "<span style=\"color:#FF0000\">In Queue</span>"
45
+ msgstr ""
46
+
47
+ #: classes/es-common.php:32
48
+ msgid "<span style=\"color:#00FF00;font-weight:bold;\">Sent</span>"
49
+ msgstr ""
50
+
51
+ #: classes/es-common.php:35
52
+ msgid "<span style=\"color:#ffd700;font-weight:bold;\">Cron Mail</span>"
53
+ msgstr ""
54
+
55
+ #: classes/es-common.php:38
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
+
73
+ #: classes/es-register.php:139 classes/es-register.php:140
74
+ msgid "Email Subscribers"
75
+ msgstr ""
76
+
77
+ #: classes/es-register.php:142 classes/es-register.php:143
78
+ msgid "Subscribers"
79
+ msgstr ""
80
+
81
+ #: classes/es-register.php:145 classes/es-register.php:146
82
+ msgid "Compose"
83
+ msgstr ""
84
+
85
+ #: classes/es-register.php:148 classes/es-register.php:149
86
+ #: notification/notification-show.php:53
87
+ 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
+
96
+ #: classes/es-register.php:154
97
+ msgid "Cron"
98
+ msgstr ""
99
+
100
+ #: classes/es-register.php:155
101
+ msgid "Cron Mail"
102
+ msgstr ""
103
+
104
+ #: classes/es-register.php:157 classes/es-register.php:158
105
+ #: settings/settings-edit.php:198
106
+ msgid "Settings"
107
+ msgstr ""
108
+
109
+ #: classes/es-register.php:160 classes/es-register.php:161
110
+ msgid "Roles"
111
+ msgstr ""
112
+
113
+ #: classes/es-register.php:163 classes/es-register.php:164
114
+ #: sentmail/sentmail-show.php:97
115
+ msgid "Sent Mails"
116
+ msgstr ""
117
+
118
+ #: classes/es-register.php:166
119
+ msgid "Help & Info"
120
+ msgstr ""
121
+
122
+ #: classes/es-register.php:167
123
+ msgid "<span style=\"color:#f18500;font-weight:bolder;\">Help & Info"
124
+ msgstr ""
125
+
126
+ #: classes/es-register.php:178
127
+ msgctxt "view-subscriber-enhanced-select"
128
+ msgid "Please enter subscriber email address."
129
+ msgstr ""
130
+
131
+ #: classes/es-register.php:179
132
+ msgctxt "view-subscriber-enhanced-select"
133
+ msgid "Please select subscriber email status."
134
+ msgstr ""
135
+
136
+ #: classes/es-register.php:180
137
+ msgctxt "view-subscriber-enhanced-select"
138
+ msgid "Please select or create group for this subscriber."
139
+ msgstr ""
140
+
141
+ #: classes/es-register.php:181
142
+ msgctxt "view-subscriber-enhanced-select"
143
+ msgid "Do you want to delete this record?"
144
+ msgstr ""
145
+
146
+ #: classes/es-register.php:182
147
+ msgctxt "view-subscriber-enhanced-select"
148
+ msgid "Please select the bulk action."
149
+ 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
174
+ msgctxt "view-subscriber-enhanced-select"
175
+ msgid "Do you want to update subscribers group?"
176
+ 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 "
292
+ "mail in your mailbox and confirm your subscription. If you can't see the "
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 "
350
+ "mail in your mailbox and confirm your subscription. If you can't see the "
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
+
413
+ #: compose/compose-add.php:30 compose/compose-edit.php:47
414
+ msgid "Please enter template heading."
415
+ msgstr ""
416
+
417
+ #: compose/compose-add.php:42
418
+ msgid "Template successfully created. "
419
+ msgstr ""
420
+
421
+ #: compose/compose-add.php:75 compose/compose-edit.php:85
422
+ #: compose/compose-show.php:65
423
+ msgid "Compose Mail"
424
+ msgstr ""
425
+
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 ""
441
+
442
+ #: compose/compose-add.php:79 compose/compose-edit.php:90
443
+ msgid "Select your Mail Type"
444
+ msgstr ""
445
+
446
+ #: compose/compose-add.php:81 compose/compose-edit.php:92
447
+ msgid "Static Template (For Newsletter Email)"
448
+ msgstr ""
449
+
450
+ #: compose/compose-add.php:82 compose/compose-edit.php:93
451
+ msgid "Dynamic Template (For Notification Email)"
452
+ msgstr ""
453
+
454
+ #: compose/compose-add.php:86 compose/compose-edit.php:97
455
+ msgid "Enter Mail Subject"
456
+ msgstr ""
457
+
458
+ #: compose/compose-add.php:88 compose/compose-edit.php:99
459
+ msgid "Keyword: ###POSTTITLE###"
460
+ msgstr ""
461
+
462
+ #: compose/compose-add.php:90 compose/compose-edit.php:101
463
+ msgid "Enter Content for your Mail"
464
+ msgstr ""
465
+
466
+ #: compose/compose-add.php:94 compose/compose-edit.php:105
467
+ msgid ""
468
+ "%s : ###NAME###, ###EMAIL###, ###DATE###, ###POSTTITLE###, ###POSTLINK###, "
469
+ "###POSTLINK-WITHTITLE###, ###POSTLINK-ONLY###, ###POSTIMAGE###, "
470
+ "###POSTDESC###, ###POSTFULL###"
471
+ msgstr ""
472
+
473
+ #: compose/compose-add.php:94 compose/compose-edit.php:105
474
+ msgid "Available Keywords"
475
+ msgstr ""
476
+
477
+ #: compose/compose-add.php:98 compose/compose-edit.php:109
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
+
486
+ #: compose/compose-add.php:100 compose/compose-edit.php:111
487
+ msgid "Published"
488
+ msgstr ""
489
+
490
+ #: compose/compose-add.php:102 compose/compose-edit.php:113
491
+ msgid "Please select your mail status"
492
+ msgstr ""
493
+
494
+ #: compose/compose-add.php:106 compose/compose-edit.php:118
495
+ #: cron/cron-add.php:91 notification/notification-add.php:247
496
+ #: notification/notification-edit.php:287 roles/roles-add.php:202
497
+ #: subscribers/view-subscriber-edit.php:192
498
+ msgid "Save"
499
+ msgstr ""
500
+
501
+ #: compose/compose-edit.php:19 compose/compose-preview.php:17
502
+ #: compose/compose-show.php:32 notification/notification-edit.php:19
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
+
510
+ #: compose/compose-edit.php:60
511
+ 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
+
520
+ #: compose/compose-preview.php:28 sentmail/sentmail-preview.php:28
521
+ msgid "Preview Mail"
522
+ 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
+
530
+ #: compose/compose-show.php:13 sendmail/sendmail.php:17
531
+ #: subscribers/view-subscriber-show.php:16
532
+ msgid "Click Here"
533
+ msgstr ""
534
+
535
+ #: compose/compose-show.php:46 notification/notification-show.php:34
536
+ #: sentmail/sentmail-show.php:35
537
+ msgid "Selected record deleted."
538
+ msgstr ""
539
+
540
+ #: compose/compose-show.php:78 compose/compose-show.php:86
541
+ msgid "Email subject"
542
+ msgstr ""
543
+
544
+ #: compose/compose-show.php:80 compose/compose-show.php:88
545
+ #: sentmail/deliverreport-show.php:76 sentmail/deliverreport-show.php:88
546
+ #: sentmail/sentmail-show.php:112 sentmail/sentmail-show.php:125
547
+ msgid "Type"
548
+ msgstr ""
549
+
550
+ #: compose/compose-show.php:81 compose/compose-show.php:89
551
+ 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
+
560
+ #: compose/compose-show.php:107 sentmail/sentmail-show.php:109
561
+ #: sentmail/sentmail-show.php:122
562
+ msgid "Preview"
563
+ 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
+
571
+ #: cron/cron-add.php:23
572
+ msgid "Please enter valid mail count."
573
+ msgstr ""
574
+
575
+ #: cron/cron-add.php:33
576
+ msgid "Cron details successfully updated."
577
+ msgstr ""
578
+
579
+ #: cron/cron-add.php:74
580
+ msgid "Cron Details"
581
+ msgstr ""
582
+
583
+ #: cron/cron-add.php:78
584
+ msgid "Cron job URL"
585
+ msgstr ""
586
+
587
+ #: cron/cron-add.php:80
588
+ msgid ""
589
+ "This is your cron job URL. It is a readonly field and you are advised not to "
590
+ "modify it."
591
+ msgstr ""
592
+
593
+ #: cron/cron-add.php:82
594
+ msgid "Mail Count"
595
+ msgstr ""
596
+
597
+ #: cron/cron-add.php:84
598
+ msgid ""
599
+ "Enter number of mails you want to send per hour/trigger (Your web host has "
600
+ "limits. We suggest 50 emails per hour to be safe)."
601
+ msgstr ""
602
+
603
+ #: cron/cron-add.php:86
604
+ msgid "Admin Report"
605
+ msgstr ""
606
+
607
+ #: cron/cron-add.php:88
608
+ msgid ""
609
+ "Send above mail to admin whenever cron URL is triggered from your server."
610
+ "<br />(Available Keywords: ###DATE###, ###SUBJECT###, ###COUNT###)"
611
+ msgstr ""
612
+
613
+ #: cron/cron-add.php:97
614
+ msgid "How to setup auto emails using CRON Job through the cPanel or Plesk?"
615
+ msgstr ""
616
+
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
624
+ msgid ""
625
+ "<a target=\"_blank\" href=\"http://www.icegram.com/documentation/es-how-to-"
626
+ "schedule-cron-emails-in-parallels-plesk/\">Setup cron job in Plesk</a>"
627
+ msgstr ""
628
+
629
+ #: cron/cron-add.php:100
630
+ msgid ""
631
+ "<a target=\"_blank\" href=\"http://www.icegram.com/documentation/es-how-to-"
632
+ "schedule-cron-emails-in-cpanel/\">Setup cron job in cPanal</a>"
633
+ msgstr ""
634
+
635
+ #: cron/cron-add.php:101
636
+ msgid ""
637
+ "<a target=\"_blank\" href=\"http://www.icegram.com/documentation/es-what-to-"
638
+ "do-if-hosting-doesnt-support-cron-jobs/\">Hosting doesnt support cron jobs?</"
639
+ "a>"
640
+ msgstr ""
641
+
642
+ #: export/export-email-address.php:32 export/export-email-address.php:36
643
+ #: export/export-email-address.php:39
644
+ msgid "Unexpected url submit has been detected"
645
+ msgstr ""
646
+
647
+ #: help/help.php:46
648
+ msgid "Welcome to Email Subscribers!"
649
+ msgstr ""
650
+
651
+ #: help/help.php:47
652
+ msgid ""
653
+ "Thanks for installing and we hope you will enjoy using Email Subscribers."
654
+ msgstr ""
655
+
656
+ #: help/help.php:51
657
+ msgid "For more help and tips..."
658
+ msgstr ""
659
+
660
+ #: help/help.php:95
661
+ msgid "Frequently Asked Questions"
662
+ msgstr ""
663
+
664
+ #: help/help.php:114 help/help.php:123 help/help.php:126 help/help.php:129
665
+ #: help/help.php:132 help/help.php:135 help/help.php:138 help/help.php:141
666
+ #: help/help.php:144 help/help.php:147 help/help.php:150 help/help.php:153
667
+ #: help/help.php:156 help/help.php:159 help/help.php:162 help/help.php:165
668
+ #: help/help.php:168 help/help.php:171 help/help.php:174
669
+ msgid "%s"
670
+ msgstr ""
671
+
672
+ #: help/help.php:114
673
+ msgid "How to Add Subscription box to website?"
674
+ msgstr ""
675
+
676
+ #: help/help.php:123
677
+ msgid "How to Import or Export Email Addresses?"
678
+ msgstr ""
679
+
680
+ #: help/help.php:126
681
+ msgid "General Plugin Settings"
682
+ msgstr ""
683
+
684
+ #: help/help.php:126
685
+ msgid ""
686
+ " (How to modify the existing emails content like Opt-in mail, Welcome mail, "
687
+ "Admin mails)"
688
+ msgstr ""
689
+
690
+ #: help/help.php:129
691
+ msgid "How to change/update/translate any texts from Email Subscribers?"
692
+ msgstr ""
693
+
694
+ #: help/help.php:132
695
+ msgid "How to add Unsubscribe link in emails?"
696
+ msgstr ""
697
+
698
+ #: help/help.php:135
699
+ msgid "What are Static Templates and Dynamic Templates?"
700
+ msgstr ""
701
+
702
+ #: help/help.php:138
703
+ msgid "How to Compose and Send Static Newsletter Mails?"
704
+ msgstr ""
705
+
706
+ #: help/help.php:141
707
+ msgid ""
708
+ "How to Configure and Send notification emails to subscribers when new posts "
709
+ "are published?"
710
+ msgstr ""
711
+
712
+ #: help/help.php:144
713
+ msgid "How to Send a sample new post notification email to testgroup/myself?"
714
+ msgstr ""
715
+
716
+ #: help/help.php:147
717
+ msgid "How to check Sent mails?"
718
+ msgstr ""
719
+
720
+ #: help/help.php:150
721
+ 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
729
+ msgid "How to show subscribe form inside a popup?"
730
+ msgstr ""
731
+
732
+ #: help/help.php:159
733
+ msgid "How to use Rainmaker’s form in Email Subscribers?"
734
+ msgstr ""
735
+
736
+ #: help/help.php:162
737
+ msgid "How to Schedule Cron Mails?"
738
+ msgstr ""
739
+
740
+ #: help/help.php:165
741
+ msgid "How to Schedule Cron Emails in cPanel?"
742
+ msgstr ""
743
+
744
+ #: help/help.php:168
745
+ msgid "How to Schedule Cron Emails in Parallels Plesk?"
746
+ msgstr ""
747
+
748
+ #: help/help.php:171
749
+ msgid "What to do if Hosting doesn’t support Cron Jobs?"
750
+ msgstr ""
751
+
752
+ #: help/help.php:174
753
+ msgid "Commonly Asked Questions"
754
+ msgstr ""
755
+
756
+ #: job/es-optin.php:56 job/es-optin.php:66 job/es-unsubscribe.php:53
757
+ #: job/es-unsubscribe.php:60
758
+ msgid ""
759
+ "Oops.. We are getting some technical error. Please try again or contact "
760
+ "admin."
761
+ msgstr ""
762
+
763
+ #: job/es-optin.php:59
764
+ msgid "This email address has already been confirmed."
765
+ msgstr ""
766
+
767
+ #: notification/notification-add.php:32
768
+ msgid "Please select subscribers group."
769
+ msgstr ""
770
+
771
+ #: notification/notification-add.php:38
772
+ msgid "Please select notification status."
773
+ msgstr ""
774
+
775
+ #: notification/notification-add.php:44 notification/notification-edit.php:60
776
+ msgid ""
777
+ "Please select notification mail subject. Use compose menu to create new."
778
+ msgstr ""
779
+
780
+ #: notification/notification-add.php:50 notification/notification-edit.php:66
781
+ msgid "Please select post categories."
782
+ msgstr ""
783
+
784
+ #: notification/notification-add.php:70
785
+ msgid "Notification successfully created. "
786
+ msgstr ""
787
+
788
+ #: notification/notification-add.php:107
789
+ msgid "Add Notification"
790
+ msgstr ""
791
+
792
+ #: notification/notification-add.php:115
793
+ msgid "Select Subscribers Group"
794
+ msgstr ""
795
+
796
+ #: notification/notification-add.php:119 notification/notification-add.php:143
797
+ #: notification/notification-edit.php:130
798
+ #: notification/notification-edit.php:163 sendmail/sendmail.php:109
799
+ #: sendmail/sendmail.php:136 sendmail/sendmail.php:150
800
+ #: subscribers/view-subscriber-add.php:163
801
+ #: subscribers/view-subscriber-edit.php:163
802
+ #: subscribers/view-subscriber-import.php:191
803
+ #: subscribers/view-subscriber-sync.php:120
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
+
867
+ #: notification/notification-edit.php:48
868
+ msgid "Please select subscribers group"
869
+ msgstr ""
870
+
871
+ #: notification/notification-edit.php:54
872
+ msgid "Please select notification status"
873
+ msgstr ""
874
+
875
+ #: notification/notification-edit.php:88
876
+ msgid "Notification successfully updated. "
877
+ msgstr ""
878
+
879
+ #: notification/notification-edit.php:117
880
+ 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
+
888
+ #: notification/notification-show.php:66 notification/notification-show.php:74
889
+ msgid "Mail Subject"
890
+ msgstr ""
891
+
892
+ #: notification/notification-show.php:67 notification/notification-show.php:75
893
+ msgid "Subscribers Group"
894
+ msgstr ""
895
+
896
+ #: notification/notification-show.php:68 notification/notification-show.php:76
897
+ msgid "Categories / Custom Post"
898
+ msgstr ""
899
+
900
+ #: notification/notification-show.php:69 notification/notification-show.php:77
901
+ msgid "Notification Status"
902
+ msgstr ""
903
+
904
+ #: notification/notification-show.php:128
905
+ msgid "Send mail immediately when new post is published."
906
+ msgstr ""
907
+
908
+ #: notification/notification-show.php:130
909
+ msgid "Add to cron and send mail via cron job."
910
+ msgstr ""
911
+
912
+ #: roles/roles-add.php:52
913
+ msgid "Role Updated. "
914
+ msgstr ""
915
+
916
+ #: roles/roles-add.php:105
917
+ msgid "Roles and Capabilities"
918
+ msgstr ""
919
+
920
+ #: roles/roles-add.php:109
921
+ msgid ""
922
+ "Select user roles who can access following menus. Only Admin can change this."
923
+ msgstr ""
924
+
925
+ #: roles/roles-add.php:116
926
+ msgid "Subscribers Menu"
927
+ msgstr ""
928
+
929
+ #: roles/roles-add.php:120 roles/roles-add.php:132 roles/roles-add.php:144
930
+ #: roles/roles-add.php:156 roles/roles-add.php:168 roles/roles-add.php:180
931
+ #: roles/roles-add.php:192
932
+ msgid "Administrator Only"
933
+ msgstr ""
934
+
935
+ #: roles/roles-add.php:121 roles/roles-add.php:133 roles/roles-add.php:145
936
+ #: roles/roles-add.php:157 roles/roles-add.php:169 roles/roles-add.php:181
937
+ #: roles/roles-add.php:193
938
+ msgid "Administrator/Editor"
939
+ msgstr ""
940
+
941
+ #: roles/roles-add.php:122 roles/roles-add.php:134 roles/roles-add.php:146
942
+ #: roles/roles-add.php:158 roles/roles-add.php:170 roles/roles-add.php:182
943
+ #: roles/roles-add.php:194
944
+ msgid "Administrator/Editor/Author/Contributor"
945
+ msgstr ""
946
+
947
+ #: roles/roles-add.php:128
948
+ msgid "Compose Menu"
949
+ msgstr ""
950
+
951
+ #: roles/roles-add.php:140
952
+ msgid "Notification Menu"
953
+ msgstr ""
954
+
955
+ #: roles/roles-add.php:152
956
+ msgid "Send Email Menu/Cron Menu"
957
+ msgstr ""
958
+
959
+ #: roles/roles-add.php:164
960
+ msgid "Settings Menu"
961
+ msgstr ""
962
+
963
+ #: roles/roles-add.php:176
964
+ msgid "Sent Mails Menu"
965
+ msgstr ""
966
+
967
+ #: roles/roles-add.php:188
968
+ msgid "Help & Info Menu"
969
+ msgstr ""
970
+
971
+ #: sendmail/sendmail.php:39
972
+ msgid "Please select your mail subject."
973
+ msgstr ""
974
+
975
+ #: sendmail/sendmail.php:45
976
+ msgid "Please select your mail type."
977
+ msgstr ""
978
+
979
+ #: sendmail/sendmail.php:51
980
+ msgid "Please select your group."
981
+ msgstr ""
982
+
983
+ #: sendmail/sendmail.php:58
984
+ msgid "Mail sent successfully. "
985
+ msgstr ""
986
+
987
+ #: sendmail/sendmail.php:62
988
+ msgid "Click here to check Statistics"
989
+ msgstr ""
990
+
991
+ #: sendmail/sendmail.php:68
992
+ msgid "Oops.. We are getting some error. mail not sending."
993
+ msgstr ""
994
+
995
+ #: sendmail/sendmail.php:104
996
+ msgid "Select Mail Subject from available list"
997
+ msgstr ""
998
+
999
+ #: sendmail/sendmail.php:131
1000
+ msgid "Select Mail Type"
1001
+ msgstr ""
1002
+
1003
+ #: sendmail/sendmail.php:137
1004
+ msgid "Send mail immediately"
1005
+ msgstr ""
1006
+
1007
+ #: sendmail/sendmail.php:138
1008
+ msgid "Send mail via cron job"
1009
+ msgstr ""
1010
+
1011
+ #: sendmail/sendmail.php:145
1012
+ msgid "Select Subscribers group to Send Mail"
1013
+ msgstr ""
1014
+
1015
+ #: sendmail/sendmail.php:177
1016
+ msgid "Recipients : 0 "
1017
+ msgstr ""
1018
+
1019
+ #: sendmail/sendmail.php:179
1020
+ msgid "Recipients : %s"
1021
+ msgstr ""
1022
+
1023
+ #: sendmail/sendmail.php:182
1024
+ msgid ""
1025
+ "<br><br><strong>Your Recipients count is above 100.<br>We strongly recommend "
1026
+ "that you change above Mail Type to Cron and Send Mail via Cron Job.</"
1027
+ "strong><br>Click on Help for more information."
1028
+ msgstr ""
1029
+
1030
+ #: sendmail/sendmail.php:198
1031
+ msgid "Reset"
1032
+ msgstr ""
1033
+
1034
+ #: sentmail/deliverreport-show.php:13
1035
+ msgid "Oops.. Unexpected error occurred. Please try again."
1036
+ msgstr ""
1037
+
1038
+ #: sentmail/deliverreport-show.php:49 sentmail/sentmail-show.php:85
1039
+ msgid " &lt;&lt; "
1040
+ msgstr ""
1041
+
1042
+ #: sentmail/deliverreport-show.php:50 sentmail/sentmail-show.php:86
1043
+ msgid " &gt;&gt; "
1044
+ msgstr ""
1045
+
1046
+ #: sentmail/deliverreport-show.php:61
1047
+ msgid "Delivery Report"
1048
+ msgstr ""
1049
+
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
+
1058
+ #: sentmail/deliverreport-show.php:73 sentmail/deliverreport-show.php:85
1059
+ msgid "Email"
1060
+ msgstr ""
1061
+
1062
+ #: sentmail/deliverreport-show.php:74 sentmail/deliverreport-show.php:86
1063
+ msgid "Sent Date"
1064
+ msgstr ""
1065
+
1066
+ #: sentmail/deliverreport-show.php:77 sentmail/deliverreport-show.php:89
1067
+ msgid "Viewed Status"
1068
+ msgstr ""
1069
+
1070
+ #: sentmail/deliverreport-show.php:78 sentmail/deliverreport-show.php:90
1071
+ msgid "Viewed Date"
1072
+ msgstr ""
1073
+
1074
+ #: sentmail/deliverreport-show.php:79 sentmail/deliverreport-show.php:91
1075
+ msgid "Database ID"
1076
+ msgstr ""
1077
+
1078
+ #: sentmail/sentmail-preview.php:43
1079
+ msgid "Back"
1080
+ msgstr ""
1081
+
1082
+ #: sentmail/sentmail-show.php:42
1083
+ msgid "Successfully deleted all reports except latest 10."
1084
+ msgstr ""
1085
+
1086
+ #: sentmail/sentmail-show.php:108 sentmail/sentmail-show.php:121
1087
+ msgid "View Reports"
1088
+ msgstr ""
1089
+
1090
+ #: sentmail/sentmail-show.php:110 sentmail/sentmail-show.php:123
1091
+ msgid "Source"
1092
+ msgstr ""
1093
+
1094
+ #: sentmail/sentmail-show.php:113 sentmail/sentmail-show.php:126
1095
+ msgid "Start Date"
1096
+ msgstr ""
1097
+
1098
+ #: sentmail/sentmail-show.php:114 sentmail/sentmail-show.php:127
1099
+ msgid "End Date"
1100
+ msgstr ""
1101
+
1102
+ #: sentmail/sentmail-show.php:115 sentmail/sentmail-show.php:128
1103
+ msgid "Total"
1104
+ msgstr ""
1105
+
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
+
1114
+ #: sentmail/sentmail-show.php:175
1115
+ msgid "Optimize Table & Delete Records"
1116
+ msgstr ""
1117
+
1118
+ #: sentmail/sentmail-show.php:184
1119
+ msgid ""
1120
+ "Note: Please click on <strong>Optimize Table & Delete Records</strong> "
1121
+ "button to delete all reports except latest 10."
1122
+ msgstr ""
1123
+
1124
+ #: settings/setting-sync.php:15
1125
+ msgid "Table sync completed successfully."
1126
+ msgstr ""
1127
+
1128
+ #: settings/setting-sync.php:28
1129
+ msgid "Sync plugin tables"
1130
+ msgstr ""
1131
+
1132
+ #: settings/setting-sync.php:32
1133
+ msgid "Click to sync tables"
1134
+ msgstr ""
1135
+
1136
+ #: settings/settings-edit.php:116
1137
+ msgid "Please enter sender of notifications from name."
1138
+ msgstr ""
1139
+
1140
+ #: settings/settings-edit.php:121
1141
+ msgid "Please enter sender of notifications from email."
1142
+ msgstr ""
1143
+
1144
+ #: settings/settings-edit.php:154
1145
+ msgid "Settings Saved."
1146
+ msgstr ""
1147
+
1148
+ #: settings/settings-edit.php:157
1149
+ msgid "Oops, unable to update."
1150
+ msgstr ""
1151
+
1152
+ #: settings/settings-edit.php:206
1153
+ msgid "Sender of notifications"
1154
+ msgstr ""
1155
+
1156
+ #: settings/settings-edit.php:207
1157
+ msgid ""
1158
+ "Choose a FROM name and FROM email address for all notifications emails from "
1159
+ "this plugin."
1160
+ msgstr ""
1161
+
1162
+ #: settings/settings-edit.php:217
1163
+ msgid "Mail type"
1164
+ msgstr ""
1165
+
1166
+ #: settings/settings-edit.php:218
1167
+ msgid ""
1168
+ "Option 1 & 2 is to send mails with default Wordpress method wp_mail(). "
1169
+ "Option 3 & 4 is to send mails with PHP method mail()"
1170
+ msgstr ""
1171
+
1172
+ #: settings/settings-edit.php:222
1173
+ msgid "1. WP HTML MAIL"
1174
+ msgstr ""
1175
+
1176
+ #: settings/settings-edit.php:223
1177
+ msgid "2. WP PLAINTEXT MAIL"
1178
+ msgstr ""
1179
+
1180
+ #: settings/settings-edit.php:224
1181
+ msgid "3. PHP HTML MAIL"
1182
+ msgstr ""
1183
+
1184
+ #: settings/settings-edit.php:225
1185
+ msgid "4. PHP PLAINTEXT MAIL"
1186
+ msgstr ""
1187
+
1188
+ #: settings/settings-edit.php:232
1189
+ msgid "Opt-in option"
1190
+ msgstr ""
1191
+
1192
+ #: settings/settings-edit.php:233
1193
+ msgid ""
1194
+ "Double Opt In, means subscribers need to confirm their email address by an "
1195
+ "activation link sent them on a activation email message. Single Opt In, "
1196
+ "means subscribers do not need to confirm their email address."
1197
+ msgstr ""
1198
+
1199
+ #: settings/settings-edit.php:237
1200
+ msgid "Double Opt In"
1201
+ msgstr ""
1202
+
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
+
1210
+ #: settings/settings-edit.php:244
1211
+ msgid "Image Size"
1212
+ msgstr ""
1213
+
1214
+ #: settings/settings-edit.php:245
1215
+ msgid ""
1216
+ "Select image size for ###POSTIMAGE### to be shown in post notification email"
1217
+ msgstr ""
1218
+
1219
+ #: settings/settings-edit.php:249
1220
+ msgid "Full Size"
1221
+ msgstr ""
1222
+
1223
+ #: settings/settings-edit.php:250
1224
+ msgid "Medium Size"
1225
+ msgstr ""
1226
+
1227
+ #: settings/settings-edit.php:251
1228
+ msgid "Thumbnail"
1229
+ msgstr ""
1230
+
1231
+ #: settings/settings-edit.php:257
1232
+ msgid "Opt-in mail subject (Confirmation mail)"
1233
+ msgstr ""
1234
+
1235
+ #: settings/settings-edit.php:258
1236
+ msgid ""
1237
+ "Enter the subject for Double Opt In mail. This will send whenever subscriber "
1238
+ "added email into our database."
1239
+ msgstr ""
1240
+
1241
+ #: settings/settings-edit.php:264
1242
+ msgid "Opt-in mail content (Confirmation mail)"
1243
+ msgstr ""
1244
+
1245
+ #: settings/settings-edit.php:265
1246
+ msgid ""
1247
+ "Enter the content for Double Opt In mail. This will send whenever subscriber "
1248
+ "added email into our database."
1249
+ msgstr ""
1250
+
1251
+ #: settings/settings-edit.php:271
1252
+ msgid "Opt-in link (Confirmation link)"
1253
+ msgstr ""
1254
+
1255
+ #: settings/settings-edit.php:272
1256
+ msgid "Double Opt In confirmation link. You no need to change this value."
1257
+ msgstr ""
1258
+
1259
+ #: settings/settings-edit.php:278
1260
+ msgid "Text to display after email subscribed successfully"
1261
+ msgstr ""
1262
+
1263
+ #: settings/settings-edit.php:279
1264
+ msgid ""
1265
+ "This text will display once user clicked email confirmation link from opt-in "
1266
+ "(confirmation) email content."
1267
+ msgstr ""
1268
+
1269
+ #: settings/settings-edit.php:286
1270
+ msgid "Subscriber welcome email"
1271
+ msgstr ""
1272
+
1273
+ #: settings/settings-edit.php:287
1274
+ msgid "To send welcome mail to subscriber, This option must be set to YES."
1275
+ msgstr ""
1276
+
1277
+ #: settings/settings-edit.php:291 settings/settings-edit.php:319
1278
+ #: subscribers/view-subscriber-sync.php:108
1279
+ msgid "YES"
1280
+ msgstr ""
1281
+
1282
+ #: settings/settings-edit.php:292 settings/settings-edit.php:320
1283
+ #: subscribers/view-subscriber-sync.php:107
1284
+ msgid "NO"
1285
+ msgstr ""
1286
+
1287
+ #: settings/settings-edit.php:298
1288
+ msgid "Welcome mail subject"
1289
+ msgstr ""
1290
+
1291
+ #: settings/settings-edit.php:299
1292
+ msgid ""
1293
+ "Enter the subject for subscriber welcome mail. This will send whenever email "
1294
+ "subscribed (confirmed) successfully."
1295
+ msgstr ""
1296
+
1297
+ #: settings/settings-edit.php:305
1298
+ msgid "Subscriber welcome mail content"
1299
+ msgstr ""
1300
+
1301
+ #: settings/settings-edit.php:306
1302
+ msgid ""
1303
+ "Enter the content for subscriber welcome mail. This will send whenever email "
1304
+ "subscribed (confirmed) successfully. (Keyword: ###NAME###)"
1305
+ msgstr ""
1306
+
1307
+ #: settings/settings-edit.php:314
1308
+ msgid "Mail to admin"
1309
+ msgstr ""
1310
+
1311
+ #: settings/settings-edit.php:315
1312
+ msgid ""
1313
+ "To send admin notifications for new subscriber, This option must be set to "
1314
+ "YES."
1315
+ msgstr ""
1316
+
1317
+ #: settings/settings-edit.php:326
1318
+ msgid "Admin email addresses"
1319
+ msgstr ""
1320
+
1321
+ #: settings/settings-edit.php:327
1322
+ msgid ""
1323
+ "Enter the admin email addresses that should receive notifications (separate "
1324
+ "by comma)."
1325
+ msgstr ""
1326
+
1327
+ #: settings/settings-edit.php:333
1328
+ msgid "Admin mail subject"
1329
+ msgstr ""
1330
+
1331
+ #: settings/settings-edit.php:334
1332
+ msgid ""
1333
+ "Enter the subject for admin mail. This will send whenever new email added "
1334
+ "and confirmed into our database."
1335
+ msgstr ""
1336
+
1337
+ #: settings/settings-edit.php:340
1338
+ msgid "Admin mail content"
1339
+ msgstr ""
1340
+
1341
+ #: settings/settings-edit.php:341
1342
+ msgid ""
1343
+ "Enter the mail content for admin. This will send whenever new email added "
1344
+ "and confirmed into our database. (Keyword: ###NAME###, ###EMAIL###)"
1345
+ msgstr ""
1346
+
1347
+ #: settings/settings-edit.php:348
1348
+ msgid "Unsubscribe link"
1349
+ msgstr ""
1350
+
1351
+ #: settings/settings-edit.php:349
1352
+ msgid "Unsubscribe link. You no need to change this value."
1353
+ msgstr ""
1354
+
1355
+ #: settings/settings-edit.php:355
1356
+ msgid "Unsubscribe text in mail"
1357
+ msgstr ""
1358
+
1359
+ #: settings/settings-edit.php:356
1360
+ msgid ""
1361
+ "Enter the text for unsubscribe link. This text is to add unsubscribe link "
1362
+ "with newsletter. (Keyword: ###LINK###)"
1363
+ msgstr ""
1364
+
1365
+ #: settings/settings-edit.php:362
1366
+ msgid "Text to display after email unsubscribed"
1367
+ msgstr ""
1368
+
1369
+ #: settings/settings-edit.php:363
1370
+ msgid ""
1371
+ "This text will display once user clicked unsubscribed link from our "
1372
+ "newsletter."
1373
+ msgstr ""
1374
+
1375
+ #: settings/settings-edit.php:370
1376
+ msgid "Message 1"
1377
+ msgstr ""
1378
+
1379
+ #: settings/settings-edit.php:371
1380
+ msgid "Default message to display if any issue on confirmation link."
1381
+ msgstr ""
1382
+
1383
+ #: settings/settings-edit.php:377
1384
+ msgid "Message 2"
1385
+ msgstr ""
1386
+
1387
+ #: settings/settings-edit.php:378
1388
+ msgid "Default message to display if any issue on unsubscribe link."
1389
+ msgstr ""
1390
+
1391
+ #: settings/settings-edit.php:385
1392
+ msgid "Sent report subject"
1393
+ msgstr ""
1394
+
1395
+ #: settings/settings-edit.php:386
1396
+ msgid "Mail subject for sent mail report."
1397
+ msgstr ""
1398
+
1399
+ #: settings/settings-edit.php:392
1400
+ msgid "Sent report content"
1401
+ msgstr ""
1402
+
1403
+ #: settings/settings-edit.php:393
1404
+ msgid ""
1405
+ "Mail content for sent mail report. (Keyword: ###COUNT###, ###UNIQUE###, "
1406
+ "###STARTTIME###, ###ENDTIME###)"
1407
+ msgstr ""
1408
+
1409
+ #: settings/settings-edit.php:403
1410
+ msgid "Save Settings"
1411
+ msgstr ""
1412
+
1413
+ #: subscribers/view-subscriber-add.php:35
1414
+ #: subscribers/view-subscriber-edit.php:53
1415
+ msgid "Please enter subscriber email address."
1416
+ msgstr ""
1417
+
1418
+ #: subscribers/view-subscriber-add.php:48
1419
+ msgid "Please select or create your group for this email."
1420
+ msgstr ""
1421
+
1422
+ #: subscribers/view-subscriber-add.php:55
1423
+ msgid ""
1424
+ "Error: Special characters (['^$%&*()}{@#~?><>,|=_+\\\"]) are not allowed in "
1425
+ "the group name."
1426
+ msgstr ""
1427
+
1428
+ #: subscribers/view-subscriber-add.php:65
1429
+ msgid "Subscriber has been saved."
1430
+ msgstr ""
1431
+
1432
+ #: subscribers/view-subscriber-add.php:67
1433
+ msgid "Subscriber already exists."
1434
+ msgstr ""
1435
+
1436
+ #: subscribers/view-subscriber-add.php:70
1437
+ msgid "Invalid Email."
1438
+ msgstr ""
1439
+
1440
+ #: subscribers/view-subscriber-add.php:112
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 ""
1448
+
1449
+ #: subscribers/view-subscriber-add.php:113
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 ""
1457
+
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 ""
1465
+
1466
+ #: subscribers/view-subscriber-add.php:115
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 ""
1474
+
1475
+ #: subscribers/view-subscriber-add.php:124
1476
+ msgid "Enter Subscriber's Full name"
1477
+ msgstr ""
1478
+
1479
+ #: subscribers/view-subscriber-add.php:134
1480
+ msgid "Enter Subscriber's Email Address"
1481
+ msgstr ""
1482
+
1483
+ #: subscribers/view-subscriber-add.php:144
1484
+ msgid "Select Subscriber's Status"
1485
+ msgstr ""
1486
+
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
+
1508
+ #: subscribers/view-subscriber-add.php:159
1509
+ msgid "Select (or) Create Group for Subscriber"
1510
+ msgstr ""
1511
+
1512
+ #: subscribers/view-subscriber-add.php:175
1513
+ #: subscribers/view-subscriber-import.php:203
1514
+ msgid "(or)"
1515
+ msgstr ""
1516
+
1517
+ #: subscribers/view-subscriber-add.php:184
1518
+ msgid "Add Subscriber"
1519
+ msgstr ""
1520
+
1521
+ #: subscribers/view-subscriber-edit.php:63
1522
+ msgid "Error: Special characters are not allowed in the group name."
1523
+ msgstr ""
1524
+
1525
+ #: subscribers/view-subscriber-edit.php:73
1526
+ msgid "Subscriber details updated."
1527
+ msgstr ""
1528
+
1529
+ #: subscribers/view-subscriber-edit.php:75
1530
+ msgid "Subscriber already exists for this group."
1531
+ msgstr ""
1532
+
1533
+ #: subscribers/view-subscriber-edit.php:110
1534
+ msgid "Edit Subscriber"
1535
+ msgstr ""
1536
+
1537
+ #: subscribers/view-subscriber-edit.php:123
1538
+ msgid "Edit Subscriber's Full Name"
1539
+ msgstr ""
1540
+
1541
+ #: subscribers/view-subscriber-edit.php:133
1542
+ msgid "Edit Subscriber's Email Address"
1543
+ msgstr ""
1544
+
1545
+ #: subscribers/view-subscriber-edit.php:143
1546
+ msgid "Update Subscriber's Status"
1547
+ msgstr ""
1548
+
1549
+ #: subscribers/view-subscriber-edit.php:158
1550
+ msgid "Update Subscriber's Group"
1551
+ msgstr ""
1552
+
1553
+ #: subscribers/view-subscriber-export.php:27
1554
+ msgid "Export Email Addresses"
1555
+ msgstr ""
1556
+
1557
+ #: subscribers/view-subscriber-export.php:39
1558
+ #: subscribers/view-subscriber-export.php:47
1559
+ msgid "Type of List to Export"
1560
+ msgstr ""
1561
+
1562
+ #: subscribers/view-subscriber-export.php:40
1563
+ #: subscribers/view-subscriber-export.php:48
1564
+ msgid "Total Emails"
1565
+ msgstr ""
1566
+
1567
+ #: subscribers/view-subscriber-export.php:54
1568
+ msgid "1"
1569
+ msgstr ""
1570
+
1571
+ #: subscribers/view-subscriber-export.php:55
1572
+ msgid "All Subscribers List"
1573
+ msgstr ""
1574
+
1575
+ #: subscribers/view-subscriber-export.php:57
1576
+ #: subscribers/view-subscriber-export.php:63
1577
+ #: subscribers/view-subscriber-export.php:69
1578
+ msgid "Click to Export in CSV"
1579
+ msgstr ""
1580
+
1581
+ #: subscribers/view-subscriber-export.php:60
1582
+ msgid "2"
1583
+ msgstr ""
1584
+
1585
+ #: subscribers/view-subscriber-export.php:61
1586
+ msgid "WordPress Registered Users"
1587
+ msgstr ""
1588
+
1589
+ #: subscribers/view-subscriber-export.php:66
1590
+ msgid "3"
1591
+ msgstr ""
1592
+
1593
+ #: subscribers/view-subscriber-export.php:67
1594
+ msgid "Commented Authors"
1595
+ msgstr ""
1596
+
1597
+ #: subscribers/view-subscriber-import.php:43
1598
+ msgid ""
1599
+ "Error: Special characters (['^$%&*()}{@#~?><>,|=_+\\\"]) are not allowed in "
1600
+ "the Group name."
1601
+ msgstr ""
1602
+
1603
+ #: subscribers/view-subscriber-import.php:91
1604
+ msgid "email imported."
1605
+ msgstr ""
1606
+
1607
+ #: subscribers/view-subscriber-import.php:92
1608
+ msgid "email already exists."
1609
+ msgstr ""
1610
+
1611
+ #: subscribers/view-subscriber-import.php:93
1612
+ msgid "email are invalid."
1613
+ msgstr ""
1614
+
1615
+ #: subscribers/view-subscriber-import.php:96
1616
+ #: subscribers/view-subscriber-import.php:125
1617
+ msgid "Click here"
1618
+ msgstr ""
1619
+
1620
+ #: subscribers/view-subscriber-import.php:96
1621
+ #: subscribers/view-subscriber-import.php:125
1622
+ msgid " to view details."
1623
+ msgstr ""
1624
+
1625
+ #: subscribers/view-subscriber-import.php:104
1626
+ msgid "File Upload Failed."
1627
+ msgstr ""
1628
+
1629
+ #: subscribers/view-subscriber-import.php:143
1630
+ msgid "Import Email Addresses"
1631
+ msgstr ""
1632
+
1633
+ #: subscribers/view-subscriber-import.php:156
1634
+ msgid "Select CSV file"
1635
+ msgstr ""
1636
+
1637
+ #: subscribers/view-subscriber-import.php:158
1638
+ msgid "Check CSV structure "
1639
+ msgstr ""
1640
+
1641
+ #: subscribers/view-subscriber-import.php:159
1642
+ msgid "from here"
1643
+ msgstr ""
1644
+
1645
+ #: subscribers/view-subscriber-import.php:170
1646
+ msgid "Select Subscribers Email Status"
1647
+ msgstr ""
1648
+
1649
+ #: subscribers/view-subscriber-import.php:186
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."
1656
+ msgstr ""
1657
+
1658
+ #: subscribers/view-subscriber-show.php:66
1659
+ msgid ""
1660
+ "To send confirmation email, please change the Opt-in option to Double Opt In."
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
1674
+ 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
+
1770
+ #: subscribers/view-subscriber-sync.php:35
1771
+ msgid "Please select default group to newly registered user."
1772
+ msgstr ""
1773
+
1774
+ #: subscribers/view-subscriber-sync.php:49
1775
+ msgid "Emails Successfully Synced."
1776
+ msgstr ""
1777
+
1778
+ #: subscribers/view-subscriber-sync.php:90
1779
+ msgid "Sync Email"
1780
+ msgstr ""
1781
+
1782
+ #: subscribers/view-subscriber-sync.php:102
1783
+ msgid "Sync newly registered users to subscribers list"
1784
+ msgstr ""
1785
+
1786
+ #: subscribers/view-subscriber-sync.php:115
1787
+ msgid "Select group to add newly registered users to"
1788
+ msgstr ""
1789
+
1790
+ #. Plugin Name of the plugin/theme
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 ""
1800
+
1801
+ #. Description of the plugin/theme
1802
+ msgid ""
1803
+ "Add subscription forms on website, send HTML newsletters & automatically "
1804
+ "notify subscribers about new blog posts once it gets published."
1805
+ msgstr ""
1806
+
1807
+ #. Author of the plugin/theme
1808
+ msgid "Icegram"
1809
+ msgstr ""
readme.txt CHANGED
@@ -1,13 +1,13 @@
1
  === Email Subscribers & Newsletters ===
2
- Contributors: storeapps, niravmehta, Mansi Shah, akash123dhawade
3
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=CPTHCDC382KVA
4
- Author URI: http://www.storeapps.org/
5
- Plugin URI: http://www.storeapps.org/
6
- Tags: email, email sign-up, email marketing, email newsletter form, email signup, email widget, email newsletter, newsletter, newsletter form, newsletter marketing, newsletter plugin, newsletter sending, newsletter signup, newsletter widget, subscribe, subscribers, subscribe form, subscription, subscription form, subscription, plugin, send, sendmail, marketing, registration form, bulk, feedburner, form, iscrizione, list, mailup, signup, smtp, widget
7
  Requires at least: 3.4
8
  Tested up to: 4.6.1
9
- Stable tag: 3.2.2
10
  License: GPLv3
 
11
 
12
  Add subscription forms on website, send HTML newsletters & automatically notify subscribers about new blog posts once it gets published.
13
 
@@ -104,7 +104,7 @@ Using Email subscribers you can either choose to send the newsletters/ emails ma
104
 
105
  ### Detailed Documentation
106
 
107
- Email subscribers has a vast, well documented series of article that can help you understand each feature in detail. Please go ahead and read it incase of any questions : [Email Subscribers Documentation](http://www.storeapps.org/knowledgebase_category/email-subscribers).
108
 
109
  > **Hitman of email subscribing** -
110
  > the best plugin for getting subscribers.Combine it with any popup and you don’t need anything else.the help (FAQ) section is really detailed.
@@ -148,6 +148,7 @@ If you like Email Subscribers, please leave a [5 star](https://wordpress.org/sup
148
  * Serbian (sr_RS) - Ogi Djuraskovic
149
  * Turkish (tr_TR) - [Erkan ORUÇ](http://designerkan.com/)
150
  * French (fr_FR) - [Serge](https://profiles.wordpress.org/kalyx)
 
151
 
152
  **Translations on [translate.wordpress.org](https://translate.wordpress.org/)**
153
 
@@ -183,83 +184,83 @@ Option 3:
183
 
184
  = 1. How to install and activate Email Subscribers on multisite installation? =
185
 
186
- Refer [here](http://www.storeapps.org/docs/es-how-to-install-and-activate-plugin-single-multisite/).
187
 
188
  = 2. How to add subscription box to your website? =
189
 
190
- Refer [here](http://www.storeapps.org/docs/es-how-to-add-subscription-box-to-website/).
191
 
192
  = 3. How to Import and export email address? =
193
 
194
- Refer [here](http://www.storeapps.org/docs/es-how-to-import-or-export-email-address-to-subscriber-list/).
195
 
196
  = 4. How to modify Opt-in mail, Welcome mail, Admin mail contents? =
197
 
198
- Refer [here](http://www.storeapps.org/docs/es-general-plugin-settings/).
199
 
200
  = 5. How to change/update/translate any strings from the plugin? =
201
 
202
- Refer steps from [here](http://www.storeapps.org/docs/es-how-to-change-update-translate-any-texts-from-email-subscribers/).
203
 
204
  = 6. How to add unsubscribe link in emails? =
205
 
206
- Refer [here](http://www.storeapps.org/docs/es-how-to-add-unsubscribe-link-in-emails/).
207
 
208
  = 7. What are Static Templates and Dynamic Templates? =
209
 
210
- Refer [here](http://www.storeapps.org/docs/es-what-are-static-templates-and-dynamic-templates/).
211
 
212
  = 8. How to Compose and Send Static Newsletter Mails =
213
 
214
- Refer [here](http://www.storeapps.org/docs/es-how-to-compose-and-send-static-newsletter-mails/).
215
 
216
  = 9. How to Configure and Send notification emails to subscribers when new posts are published? =
217
 
218
- Refer [here](http://www.storeapps.org/docs/es-how-to-configure-and-send-notification-emails-to-subscribers-when-new-posts-are-published/).
219
 
220
  = 10. How to Send a sample new post notification email to testgroup/myself? =
221
 
222
- Refer [here](http://www.storeapps.org/docs/how-to-send-a-sample-new-post-notification-email-to-testgroup-myself/).
223
 
224
  = 11. How to check Sent mails? =
225
 
226
- Refer [here](http://www.storeapps.org/docs/es-how-to-check-sent-mails/).
227
 
228
  = 12. How to Add/Update Existing Subscribers Group? =
229
 
230
- Refer [here](http://www.storeapps.org/docs/es-how-to-add-update-existing-subscribers-group/).
231
 
232
  = 13. Emails are not being received by Subscribers =
233
 
234
- Check steps from [here](http://www.storeapps.org/docs/es-new-post-notification-emails-are-not-being-received-by-subscribers/).
235
 
236
  = 14. How to show subscribe form inside a popup? =
237
 
238
- Refer [here](http://www.storeapps.org/docs/es-how-to-show-subscribe-form-inside-a-popup/).
239
 
240
  = 15. How to use Rainmaker’s form in Email Subscribers? =
241
 
242
- Refer [here](http://www.storeapps.org/docs/es-how-to-use-rainmakers-form-in-email-subscribers/).
243
 
244
  = 16. How to Schedule Cron mails/auto mails? =
245
 
246
- Refer [here](http://www.storeapps.org/docs/es-how-to-schedule-cron-mails/).
247
 
248
  = 17. How to Schedule Cron Emails/auto emails for Email Subscribers in cPanel? =
249
 
250
- Refer [here](http://www.storeapps.org/docs/es-how-to-schedule-cron-emails-in-cpanel/).
251
 
252
  = 18. How to Schedule Cron Emails/auto emails in Parallels Plesk? =
253
 
254
- Refer [here](http://www.storeapps.org/docs/es-how-to-schedule-cron-emails-in-parallels-plesk/).
255
 
256
  = 19. What to do if Hosting doesn’t support Cron Jobs =
257
 
258
- Refer [here](http://www.storeapps.org/docs/es-what-to-do-if-hosting-doesnt-support-cron-jobs/).
259
 
260
  = 20. Email Subscribers FAQ =
261
 
262
- Refer [here](http://www.storeapps.org/docs/es-faq/).
263
 
264
  = 21. How to add group selection in front end subscription box =
265
 
@@ -305,6 +306,16 @@ Use [Email Subscribers - Group Selector](https://wordpress.org/plugins/email-sub
305
 
306
  == Changelog ==
307
 
 
 
 
 
 
 
 
 
 
 
308
  = 3.2.2 (06.10.2016) =
309
 
310
  * Fix: Illegal string offset 'es_registered' when syncing existing WordPress Subscribers
@@ -547,6 +558,16 @@ Use [Email Subscribers - Group Selector](https://wordpress.org/plugins/email-sub
547
 
548
  == Upgrade Notice ==
549
 
 
 
 
 
 
 
 
 
 
 
550
  = 3.2.2 (06.10.2016) =
551
 
552
  * Fix: Illegal string offset 'es_registered' when syncing existing WordPress Subscribers
1
  === Email Subscribers & Newsletters ===
2
+ Contributors: icegram, storeapps, niravmehta, Mansi Shah, akash123dhawade
3
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=CPTHCDC382KVA
4
+ Author URI: http://www.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
 
12
  Add subscription forms on website, send HTML newsletters & automatically notify subscribers about new blog posts once it gets published.
13
 
104
 
105
  ### Detailed Documentation
106
 
107
+ Email subscribers has a vast, well documented series of article that can help you understand each feature in detail. Please go ahead and read it incase of any questions : [Email Subscribers Documentation](http://www.icegram.com/knowledgebase_category/email-subscribers).
108
 
109
  > **Hitman of email subscribing** -
110
  > the best plugin for getting subscribers.Combine it with any popup and you don’t need anything else.the help (FAQ) section is really detailed.
148
  * Serbian (sr_RS) - Ogi Djuraskovic
149
  * Turkish (tr_TR) - [Erkan ORUÇ](http://designerkan.com/)
150
  * French (fr_FR) - [Serge](https://profiles.wordpress.org/kalyx)
151
+ * Lithuanian (lt_LT) - Andrius
152
 
153
  **Translations on [translate.wordpress.org](https://translate.wordpress.org/)**
154
 
184
 
185
  = 1. How to install and activate Email Subscribers on multisite installation? =
186
 
187
+ Refer [here](http://www.icegram.com/documentation/es-how-to-install-and-activate-plugin-single-multisite/).
188
 
189
  = 2. How to add subscription box to your website? =
190
 
191
+ Refer [here](http://www.icegram.com/documentation/es-how-to-add-subscription-box-to-website/).
192
 
193
  = 3. How to Import and export email address? =
194
 
195
+ Refer [here](http://www.icegram.com/documentation/es-how-to-import-or-export-email-address-to-subscriber-list/).
196
 
197
  = 4. How to modify Opt-in mail, Welcome mail, Admin mail contents? =
198
 
199
+ Refer [here](http://www.icegram.com/documentation/es-general-plugin-settings/).
200
 
201
  = 5. How to change/update/translate any strings from the plugin? =
202
 
203
+ Refer steps from [here](http://www.icegram.com/documentation/es-how-to-change-update-translate-any-texts-from-email-subscribers/).
204
 
205
  = 6. How to add unsubscribe link in emails? =
206
 
207
+ Refer [here](http://www.icegram.com/documentation/es-how-to-add-unsubscribe-link-in-emails/).
208
 
209
  = 7. What are Static Templates and Dynamic Templates? =
210
 
211
+ Refer [here](http://www.icegram.com/documentation/es-what-are-static-templates-and-dynamic-templates/).
212
 
213
  = 8. How to Compose and Send Static Newsletter Mails =
214
 
215
+ Refer [here](http://www.icegram.com/documentation/es-how-to-compose-and-send-static-newsletter-mails/).
216
 
217
  = 9. How to Configure and Send notification emails to subscribers when new posts are published? =
218
 
219
+ Refer [here](http://www.icegram.com/documentation/es-how-to-configure-and-send-notification-emails-to-subscribers-when-new-posts-are-published/).
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
 
239
+ Refer [here](http://www.icegram.com/documentation/es-how-to-show-subscribe-form-inside-a-popup/).
240
 
241
  = 15. How to use Rainmaker’s form in Email Subscribers? =
242
 
243
+ Refer [here](http://www.icegram.com/documentation/es-how-to-use-rainmakers-form-in-email-subscribers/).
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
 
251
+ Refer [here](http://www.icegram.com/documentation/es-how-to-schedule-cron-emails-in-cpanel/).
252
 
253
  = 18. How to Schedule Cron Emails/auto emails in Parallels Plesk? =
254
 
255
+ Refer [here](http://www.icegram.com/documentation/es-how-to-schedule-cron-emails-in-parallels-plesk/).
256
 
257
  = 19. What to do if Hosting doesn’t support Cron Jobs =
258
 
259
+ Refer [here](http://www.icegram.com/documentation/es-what-to-do-if-hosting-doesnt-support-cron-jobs/).
260
 
261
  = 20. Email Subscribers FAQ =
262
 
263
+ Refer [here](http://www.icegram.com/documentation/es-faq/).
264
 
265
  = 21. How to add group selection in front end subscription box =
266
 
306
 
307
  == Changelog ==
308
 
309
+ = 3.2.3 (27.10.2016) =
310
+
311
+ * New: New contributor name has been added
312
+ * Update: Documentation links
313
+ * New: Translation for Lithuanian (lt_LT) language added (Thanks to Andrius)
314
+ * Update: Translation for Czech (cs_CZ) language updated (Thanks to Martin)
315
+ * Update: Translation for Spanish (es_ES) language updated (Thanks to David Bravo)
316
+ * Update: Translation for Turkish (tr_TR) language updated (Thanks to Erkan ORUÇ)
317
+ * Update: POT file
318
+
319
  = 3.2.2 (06.10.2016) =
320
 
321
  * Fix: Illegal string offset 'es_registered' when syncing existing WordPress Subscribers
558
 
559
  == Upgrade Notice ==
560
 
561
+ = 3.2.3 (27.10.2016) =
562
+
563
+ * New: New contributor name has been added
564
+ * Update: Documentation links
565
+ * New: Translation for Lithuanian (lt_LT) language added (Thanks to Andrius)
566
+ * Update: Translation for Czech (cs_CZ) language updated (Thanks to Martin)
567
+ * Update: Translation for Spanish (es_ES) language updated (Thanks to David Bravo)
568
+ * Update: Translation for Turkish (tr_TR) language updated (Thanks to Erkan ORUÇ)
569
+ * Update: POT file
570
+
571
  = 3.2.2 (06.10.2016) =
572
 
573
  * Fix: Illegal string offset 'es_registered' when syncing existing WordPress Subscribers
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.storeapps.org/docs/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-address-to-subscriber-list/"><?php echo __( 'from here', ES_TDOMAIN ); ?></a>
160
  </p>
161
  </label>
162
  </th>