Version Description
(17.10.2017) =
- New: Old keyword structure ###KEYWORD### converted to {{KEYWORD}}
- New: 2 new keywords - {{NAME}} & {{EMAIL}} - for Newsletter
- New: Improved the UI for Compose and renamed it to Templates
- New: Replace the keyword with actual content from last blog post while previewing Post Notification
- New: You can set featured thumbnail for the Templates
- Update: Footer text
- Update: POT file
- Localization: Translation for German (de_DE) language updated (Thanks to Markus Buschmann)
- Localization: Translation for Catalan (ca) language updated (Thanks to Jordi Jorda)
- Localization: Translation for Polish (pl_PL) language updated (Thanks to Witold)
- Localization: Translation for Spanish (es_ES) language updated (Thanks to Fernando Prez)
Download this release
Release Info
Developer | storeapps |
Plugin | Email Subscribers & Newsletters |
Version | 3.4.0 |
Comparing to | |
See all releases |
Code changes from version 3.3.7 to 3.4.0
- changelog.txt +14 -0
- classes/es-common.php +9 -8
- classes/es-intermediate.php +9 -1
- classes/es-register.php +410 -72
- classes/es-sendmail.php +116 -110
- compose/compose-add.php +1 -0
- compose/compose-edit.php +2 -0
- compose/compose-preview.php +133 -39
- email-subscribers.php +24 -4
- images/es-custom-template.png +0 -0
- languages/email-subscribers-ca.mo +0 -0
- languages/email-subscribers-ca.po +1559 -1381
- languages/email-subscribers-de_DE.mo +0 -0
- languages/email-subscribers-de_DE.po +27 -19
- languages/email-subscribers-es_ES.mo +0 -0
- languages/email-subscribers-es_ES.po +1126 -949
- languages/email-subscribers-pl_PL.mo +0 -0
- languages/email-subscribers-pl_PL.po +546 -484
- languages/email-subscribers.pot +292 -187
- notification/notification-add.php +129 -124
- notification/notification-edit.php +149 -144
- notification/notification.js +5 -0
- query/db_compose.php +67 -20
- query/db_default.php +72 -65
- readme.txt +32 -4
- sendmail/sendmail.js +5 -0
- sendmail/sendmail.php +8 -3
- sentmail/sentmail-preview.php +5 -10
- settings/settings-edit.php +11 -11
changelog.txt
CHANGED
@@ -4,6 +4,20 @@ Author : Icegram
|
|
4 |
Author URI : https://www.icegram.com/
|
5 |
License : GPLv3
|
6 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
************************************************************Version 3.3.7************************************************************
|
8 |
|
9 |
* Fix: Keywords ###NAME### and ###EMAIL### not showing correct details while sending post notifications emails (in HTML type only)
|
4 |
Author URI : https://www.icegram.com/
|
5 |
License : GPLv3
|
6 |
|
7 |
+
************************************************************Version 3.4.0************************************************************
|
8 |
+
|
9 |
+
* New: Old keyword structure ###KEYWORD### converted to {{KEYWORD}}
|
10 |
+
* New: 2 new keywords - {{NAME}} & {{EMAIL}} - for Newsletter
|
11 |
+
* New: Improved the UI for Compose and renamed it to Templates
|
12 |
+
* New: Replace the keyword with actual content from last blog post while previewing Post Notification
|
13 |
+
* New: You can set featured thumbnail for the Templates
|
14 |
+
* Update: Footer text
|
15 |
+
* Update: POT file
|
16 |
+
* Localization: Translation for German (de_DE) language updated (Thanks to Markus Buschmann)
|
17 |
+
* Localization: Translation for Catalan (ca) language updated (Thanks to Jordi Jorda)
|
18 |
+
* Localization: Translation for Polish (pl_PL) language updated (Thanks to Witold)
|
19 |
+
* Localization: Translation for Spanish (es_ES) language updated (Thanks to Fernando Pérez)
|
20 |
+
|
21 |
************************************************************Version 3.3.7************************************************************
|
22 |
|
23 |
* Fix: Keywords ###NAME### and ###EMAIL### not showing correct details while sending post notifications emails (in HTML type only)
|
classes/es-common.php
CHANGED
@@ -118,10 +118,10 @@ class es_cls_common {
|
|
118 |
public static function es_sent_report_plain() {
|
119 |
$report = "";
|
120 |
$report .= "Hi Admin,\n\n";
|
121 |
-
$report .= "Email has been sent successfully to
|
122 |
-
$report .= "Unique ID:
|
123 |
-
$report .= "Start Time:
|
124 |
-
$report .= "End Time:
|
125 |
$report .= "For more information, login to your dashboard and go to Reports menu in Email Subscribers.\n\n";
|
126 |
$report .= "Thank You.";
|
127 |
return $report;
|
@@ -130,10 +130,10 @@ class es_cls_common {
|
|
130 |
public static function es_sent_report_html() {
|
131 |
$report = "";
|
132 |
$report .= "Hi Admin,<br/><br/>";
|
133 |
-
$report .= "Email has been sent successfully to
|
134 |
-
$report .= "Unique ID:
|
135 |
-
$report .= "Start Time:
|
136 |
-
$report .= "End Time:
|
137 |
$report .= "For more information, login to your dashboard and go to Reports menu in Email Subscribers.<br/><br/>";
|
138 |
$report .= "Thank You.";
|
139 |
return $report;
|
@@ -143,6 +143,7 @@ class es_cls_common {
|
|
143 |
$string = "/[\'^$%&*()}{@#~?><>,|=_+\"]/";
|
144 |
return $string;
|
145 |
}
|
|
|
146 |
}
|
147 |
|
148 |
class es_cls_security {
|
118 |
public static function es_sent_report_plain() {
|
119 |
$report = "";
|
120 |
$report .= "Hi Admin,\n\n";
|
121 |
+
$report .= "Email has been sent successfully to {{COUNT}} email(s). Please find the details below:\n\n";
|
122 |
+
$report .= "Unique ID: {{UNIQUE}}\n";
|
123 |
+
$report .= "Start Time: {{STARTTIME}}\n";
|
124 |
+
$report .= "End Time: {{ENDTIME}}\n";
|
125 |
$report .= "For more information, login to your dashboard and go to Reports menu in Email Subscribers.\n\n";
|
126 |
$report .= "Thank You.";
|
127 |
return $report;
|
130 |
public static function es_sent_report_html() {
|
131 |
$report = "";
|
132 |
$report .= "Hi Admin,<br/><br/>";
|
133 |
+
$report .= "Email has been sent successfully to {{COUNT}} email(s). Please find the details below:<br/><br/>";
|
134 |
+
$report .= "Unique ID: {{UNIQUE}}<br/>";
|
135 |
+
$report .= "Start Time: {{STARTTIME}}<br/>";
|
136 |
+
$report .= "End Time: {{ENDTIME}}<br/>";
|
137 |
$report .= "For more information, login to your dashboard and go to Reports menu in Email Subscribers.<br/><br/>";
|
138 |
$report .= "Thank You.";
|
139 |
return $report;
|
143 |
$string = "/[\'^$%&*()}{@#~?><>,|=_+\"]/";
|
144 |
return $string;
|
145 |
}
|
146 |
+
|
147 |
}
|
148 |
|
149 |
class es_cls_security {
|
classes/es-intermediate.php
CHANGED
@@ -60,6 +60,9 @@ class es_cls_intermediate {
|
|
60 |
case 'edit':
|
61 |
require_once(ES_DIR.'notification'.DIRECTORY_SEPARATOR.'notification-edit.php');
|
62 |
break;
|
|
|
|
|
|
|
63 |
default:
|
64 |
require_once(ES_DIR.'notification'.DIRECTORY_SEPARATOR.'notification-show.php');
|
65 |
break;
|
@@ -67,6 +70,11 @@ class es_cls_intermediate {
|
|
67 |
}
|
68 |
|
69 |
public static function es_sendemail() {
|
|
|
|
|
|
|
|
|
|
|
70 |
require_once(ES_DIR.'sendmail'.DIRECTORY_SEPARATOR.'sendmail.php');
|
71 |
}
|
72 |
|
@@ -97,7 +105,7 @@ class es_cls_intermediate {
|
|
97 |
require_once(ES_DIR.'sentmail'.DIRECTORY_SEPARATOR.'sentmail-show.php');
|
98 |
break;
|
99 |
}
|
100 |
-
}
|
101 |
|
102 |
public static function es_information() {
|
103 |
require_once(ES_DIR.'help'.DIRECTORY_SEPARATOR.'help.php');
|
60 |
case 'edit':
|
61 |
require_once(ES_DIR.'notification'.DIRECTORY_SEPARATOR.'notification-edit.php');
|
62 |
break;
|
63 |
+
case 'preview':
|
64 |
+
require_once(ES_DIR.'compose'.DIRECTORY_SEPARATOR.'compose-preview.php');
|
65 |
+
break;
|
66 |
default:
|
67 |
require_once(ES_DIR.'notification'.DIRECTORY_SEPARATOR.'notification-show.php');
|
68 |
break;
|
70 |
}
|
71 |
|
72 |
public static function es_sendemail() {
|
73 |
+
$current_page = isset($_GET['ac']) ? $_GET['ac'] : '';
|
74 |
+
if($current_page && $current_page == 'preview'){
|
75 |
+
require_once(ES_DIR.'compose'.DIRECTORY_SEPARATOR.'compose-preview.php');
|
76 |
+
return;
|
77 |
+
}
|
78 |
require_once(ES_DIR.'sendmail'.DIRECTORY_SEPARATOR.'sendmail.php');
|
79 |
}
|
80 |
|
105 |
require_once(ES_DIR.'sentmail'.DIRECTORY_SEPARATOR.'sentmail-show.php');
|
106 |
break;
|
107 |
}
|
108 |
+
}
|
109 |
|
110 |
public static function es_information() {
|
111 |
require_once(ES_DIR.'help'.DIRECTORY_SEPARATOR.'help.php');
|
classes/es-register.php
CHANGED
@@ -28,15 +28,6 @@ class es_cls_registerhook {
|
|
28 |
es_email_guid VARCHAR(255) NOT NULL,
|
29 |
PRIMARY KEY (es_email_id)
|
30 |
) $charset_collate;
|
31 |
-
CREATE TABLE {$wpdb->prefix}es_templatetable (
|
32 |
-
es_templ_id INT unsigned NOT NULL AUTO_INCREMENT,
|
33 |
-
es_templ_heading VARCHAR(255) NOT NULL,
|
34 |
-
es_templ_body TEXT NULL,
|
35 |
-
es_templ_status VARCHAR(25) NOT NULL default 'Published',
|
36 |
-
es_email_type VARCHAR(100) NOT NULL default 'Newsletter',
|
37 |
-
es_templ_slug VARCHAR(255) NULL,
|
38 |
-
PRIMARY KEY (es_templ_id)
|
39 |
-
) $charset_collate;
|
40 |
CREATE TABLE {$wpdb->prefix}es_notification (
|
41 |
es_note_id INT unsigned NOT NULL AUTO_INCREMENT,
|
42 |
es_note_cat TEXT NULL,
|
@@ -76,7 +67,7 @@ class es_cls_registerhook {
|
|
76 |
require_once( ABSPATH . 'wp-admin/includes/upgrade.php' );
|
77 |
dbDelta( $es_default_tables );
|
78 |
|
79 |
-
$es_default_table_names = array( 'es_emaillist', '
|
80 |
|
81 |
$es_has_errors = false;
|
82 |
$es_missing_tables = array();
|
@@ -98,9 +89,8 @@ class es_cls_registerhook {
|
|
98 |
} else {
|
99 |
// Inserting dummy data on first activation
|
100 |
es_cls_default::es_pluginconfig_default();
|
101 |
-
es_cls_default::es_subscriber_default();
|
102 |
es_cls_default::es_template_default();
|
103 |
-
es_cls_default::
|
104 |
}
|
105 |
|
106 |
if ( ! is_network_admin() && ! isset( $_GET['activate-multi'] ) ) {
|
@@ -138,7 +128,7 @@ class es_cls_registerhook {
|
|
138 |
|
139 |
add_option( "ig_es_cronurl", $cronurl );
|
140 |
add_option( "ig_es_cron_mailcount", "50" );
|
141 |
-
add_option( "ig_es_cron_adminmail", "Hi Admin,\r\n\r\nCron URL has been triggered successfully on
|
142 |
|
143 |
update_option( "email-subscribers", "2.9" );
|
144 |
}
|
@@ -153,6 +143,7 @@ class es_cls_registerhook {
|
|
153 |
}
|
154 |
|
155 |
public static function es_adminmenu() {
|
|
|
156 |
$es_c_rolesandcapabilities = get_option('ig_es_rolesandcapabilities', 'norecord');
|
157 |
if($es_c_rolesandcapabilities == 'norecord' || $es_c_rolesandcapabilities == "") {
|
158 |
$es_roles_subscriber = "manage_options";
|
@@ -169,27 +160,27 @@ class es_cls_registerhook {
|
|
169 |
}
|
170 |
|
171 |
add_menu_page( __( 'Email Subscribers', 'email-subscribers' ),
|
172 |
-
__( 'Email Subscribers', 'email-subscribers' ), '
|
173 |
|
174 |
-
add_submenu_page('
|
175 |
__( 'Subscribers', ES_TDOMAIN ), $es_roles_subscriber, 'es-view-subscribers', array( 'es_cls_intermediate', 'es_subscribers' ));
|
176 |
|
177 |
-
add_submenu_page('
|
178 |
-
__( '
|
179 |
|
180 |
-
add_submenu_page('
|
181 |
__( 'Post Notifications', ES_TDOMAIN ), $es_roles_notification, 'es-notification', array( 'es_cls_intermediate', 'es_notification' ));
|
182 |
|
183 |
-
add_submenu_page('
|
184 |
__( 'Newsletters', ES_TDOMAIN ), $es_roles_sendmail, 'es-sendemail', array( 'es_cls_intermediate', 'es_sendemail' ));
|
185 |
|
186 |
-
add_submenu_page('
|
187 |
__( 'Settings', ES_TDOMAIN ), 'manage_options', 'es-settings', array( 'es_cls_intermediate', 'es_settings' ));
|
188 |
|
189 |
-
add_submenu_page('
|
190 |
__( 'Reports', ES_TDOMAIN ), $es_roles_sentmail, 'es-sentmail', array( 'es_cls_intermediate', 'es_sentmail' ));
|
191 |
|
192 |
-
add_submenu_page('
|
193 |
__( '<span style="color:#f18500;font-weight:bolder;">Help & Info</span>', ES_TDOMAIN ), 'edit_posts', 'es-general-information', array( 'es_cls_intermediate', 'es_information' ));
|
194 |
}
|
195 |
|
@@ -360,24 +351,182 @@ class es_cls_registerhook {
|
|
360 |
*/
|
361 |
public static function sa_email_subscribers_db_update() {
|
362 |
|
363 |
-
|
364 |
-
|
365 |
-
if ( $email_subscribers_current_db_version == 'no' ) {
|
366 |
es_cls_registerhook::es_upgrade_database_for_3_2();
|
367 |
}
|
368 |
|
369 |
-
if (
|
370 |
es_cls_registerhook::es_upgrade_database_for_3_2_7();
|
371 |
}
|
372 |
|
373 |
-
|
374 |
-
if ( $email_subscribers_current_db_version == '3.2.7' ) {
|
375 |
es_cls_registerhook::es_upgrade_database_for_3_3();
|
376 |
}
|
377 |
|
378 |
-
if (
|
379 |
es_cls_registerhook::es_upgrade_database_for_3_3_6();
|
380 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
381 |
}
|
382 |
|
383 |
/**
|
@@ -388,17 +537,21 @@ class es_cls_registerhook {
|
|
388 |
|
389 |
global $wpdb;
|
390 |
|
391 |
-
|
392 |
-
$
|
393 |
-
|
394 |
-
|
395 |
-
|
396 |
-
|
397 |
-
|
398 |
-
|
399 |
-
|
400 |
-
|
401 |
-
|
|
|
|
|
|
|
|
|
402 |
}
|
403 |
|
404 |
update_option( 'current_sa_email_subscribers_db_version', '3.3.6' );
|
@@ -432,13 +585,16 @@ class es_cls_registerhook {
|
|
432 |
global $wpdb;
|
433 |
|
434 |
// Compose table
|
435 |
-
$wpdb->query( "
|
436 |
-
|
437 |
-
|
438 |
-
|
439 |
-
|
440 |
-
|
441 |
-
|
|
|
|
|
|
|
442 |
|
443 |
// Sent Details table
|
444 |
$wpdb->query( "UPDATE {$wpdb->prefix}es_sentdetails
|
@@ -556,6 +712,15 @@ class es_cls_registerhook {
|
|
556 |
|
557 |
$screen = get_current_screen();
|
558 |
if( stripos($screen->id, 'email-subscribers' ) === false ) return;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
559 |
if( get_option('es_survey_done') == 1 ) return;
|
560 |
|
561 |
?>
|
@@ -922,6 +1087,20 @@ class es_cls_registerhook {
|
|
922 |
|
923 |
}
|
924 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
925 |
public static function es_submit_survey() {
|
926 |
|
927 |
$url = 'https://www.icegram.com/wp-admin/admin-ajax.php';
|
@@ -973,7 +1152,9 @@ class es_cls_registerhook {
|
|
973 |
|
974 |
public static function es_footer_text($es_rating_text) {
|
975 |
|
976 |
-
|
|
|
|
|
977 |
$es_rating_text = __( '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">★★★★★</a> rating. A huge thank you from Icegram in advance!', ES_TDOMAIN );
|
978 |
}
|
979 |
|
@@ -982,35 +1163,192 @@ class es_cls_registerhook {
|
|
982 |
|
983 |
public static function es_update_footer_text($es_text) {
|
984 |
|
985 |
-
$
|
986 |
-
|
987 |
-
|
988 |
-
|
989 |
-
|
990 |
-
|
991 |
-
|
992 |
-
max-width: 15em;
|
993 |
-
}
|
994 |
-
iframe#fb_like_ig {
|
995 |
-
max-width: 6em;
|
996 |
-
}
|
997 |
-
span > iframe {
|
998 |
-
vertical-align: middle;
|
999 |
-
}
|
1000 |
-
</style>';
|
1001 |
-
$social_link .= '<a href="https://twitter.com/icegram" class="twitter-follow-button" data-show-count="true" data-dnt="true" data-show-screen-name="false">Follow</a>';
|
1002 |
-
$social_link .= "<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>";
|
1003 |
-
$social_link .= '<iframe id="fb_like_ig" src="http://www.facebook.com/plugins/like.php?href=https%3A%2F%2Fwww.facebook.com%2Fpages%2Ficegram%2F236428693214953&width=100&layout=button_count&action=like&show_faces=false&share=false&height=41"></iframe>';
|
1004 |
-
|
1005 |
-
if ( isset($_GET['page']) && ( $_GET['page'] == 'es-view-subscribers' || $_GET['page'] == 'es-compose' || $_GET['page'] == 'es-notification' || $_GET['page'] == 'es-sendemail' || $_GET['page'] == 'es-settings' || $_GET['page'] == 'es-sentmail' || $_GET['page'] == 'es-general-information' ) ) {
|
1006 |
-
$es_text = __( '<div id="ig_es_social_links" class="ig_es_social_links" style="float:right;">'.
|
1007 |
-
$social_link. ''.
|
1008 |
-
'</div>', ES_TDOMAIN );
|
1009 |
}
|
1010 |
|
1011 |
return $es_text;
|
1012 |
}
|
1013 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1014 |
}
|
1015 |
|
1016 |
function es_sync_registereduser( $user_id ) {
|
28 |
es_email_guid VARCHAR(255) NOT NULL,
|
29 |
PRIMARY KEY (es_email_id)
|
30 |
) $charset_collate;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
31 |
CREATE TABLE {$wpdb->prefix}es_notification (
|
32 |
es_note_id INT unsigned NOT NULL AUTO_INCREMENT,
|
33 |
es_note_cat TEXT NULL,
|
67 |
require_once( ABSPATH . 'wp-admin/includes/upgrade.php' );
|
68 |
dbDelta( $es_default_tables );
|
69 |
|
70 |
+
$es_default_table_names = array( 'es_emaillist', 'es_notification', 'es_sentdetails', 'es_deliverreport' );
|
71 |
|
72 |
$es_has_errors = false;
|
73 |
$es_missing_tables = array();
|
89 |
} else {
|
90 |
// Inserting dummy data on first activation
|
91 |
es_cls_default::es_pluginconfig_default();
|
|
|
92 |
es_cls_default::es_template_default();
|
93 |
+
es_cls_default::es_subscriber_default();
|
94 |
}
|
95 |
|
96 |
if ( ! is_network_admin() && ! isset( $_GET['activate-multi'] ) ) {
|
128 |
|
129 |
add_option( "ig_es_cronurl", $cronurl );
|
130 |
add_option( "ig_es_cron_mailcount", "50" );
|
131 |
+
add_option( "ig_es_cron_adminmail", "Hi Admin,\r\n\r\nCron URL has been triggered successfully on {{DATE}} for the email {{SUBJECT}}. And it sent email to {{COUNT}} recipient(s).\r\n\r\nBest,\r\n".$blogname."" );
|
132 |
|
133 |
update_option( "email-subscribers", "2.9" );
|
134 |
}
|
143 |
}
|
144 |
|
145 |
public static function es_adminmenu() {
|
146 |
+
$post = get_post_types();
|
147 |
$es_c_rolesandcapabilities = get_option('ig_es_rolesandcapabilities', 'norecord');
|
148 |
if($es_c_rolesandcapabilities == 'norecord' || $es_c_rolesandcapabilities == "") {
|
149 |
$es_roles_subscriber = "manage_options";
|
160 |
}
|
161 |
|
162 |
add_menu_page( __( 'Email Subscribers', 'email-subscribers' ),
|
163 |
+
__( 'Email Subscribers', 'email-subscribers' ), 'manage_options', 'es-view-subscribers', array( 'es_cls_intermediate', 'es_subscribers' ), 'dashicons-email', 51 );
|
164 |
|
165 |
+
add_submenu_page('es-view-subscribers', __( 'Subscribers', ES_TDOMAIN ),
|
166 |
__( 'Subscribers', ES_TDOMAIN ), $es_roles_subscriber, 'es-view-subscribers', array( 'es_cls_intermediate', 'es_subscribers' ));
|
167 |
|
168 |
+
add_submenu_page('es-view-subscribers', __( 'Templates', ES_TDOMAIN ),
|
169 |
+
__( 'Templates', ES_TDOMAIN ), $es_roles_mail, 'edit.php?post_type=es_template', NULL);
|
170 |
|
171 |
+
add_submenu_page('es-view-subscribers', __( 'Post Notifications', ES_TDOMAIN ),
|
172 |
__( 'Post Notifications', ES_TDOMAIN ), $es_roles_notification, 'es-notification', array( 'es_cls_intermediate', 'es_notification' ));
|
173 |
|
174 |
+
add_submenu_page('es-view-subscribers', __( 'Newsletters', ES_TDOMAIN ),
|
175 |
__( 'Newsletters', ES_TDOMAIN ), $es_roles_sendmail, 'es-sendemail', array( 'es_cls_intermediate', 'es_sendemail' ));
|
176 |
|
177 |
+
add_submenu_page('es-view-subscribers', __( 'Settings', ES_TDOMAIN ),
|
178 |
__( 'Settings', ES_TDOMAIN ), 'manage_options', 'es-settings', array( 'es_cls_intermediate', 'es_settings' ));
|
179 |
|
180 |
+
add_submenu_page('es-view-subscribers', __( 'Reports', ES_TDOMAIN ),
|
181 |
__( 'Reports', ES_TDOMAIN ), $es_roles_sentmail, 'es-sentmail', array( 'es_cls_intermediate', 'es_sentmail' ));
|
182 |
|
183 |
+
add_submenu_page('es-view-subscribers', __( 'Help & Info', ES_TDOMAIN ),
|
184 |
__( '<span style="color:#f18500;font-weight:bolder;">Help & Info</span>', ES_TDOMAIN ), 'edit_posts', 'es-general-information', array( 'es_cls_intermediate', 'es_information' ));
|
185 |
}
|
186 |
|
351 |
*/
|
352 |
public static function sa_email_subscribers_db_update() {
|
353 |
|
354 |
+
if ( get_option( 'current_sa_email_subscribers_db_version') === false ) {
|
|
|
|
|
355 |
es_cls_registerhook::es_upgrade_database_for_3_2();
|
356 |
}
|
357 |
|
358 |
+
if ( get_option( 'current_sa_email_subscribers_db_version' ) === '3.2' ) {
|
359 |
es_cls_registerhook::es_upgrade_database_for_3_2_7();
|
360 |
}
|
361 |
|
362 |
+
if ( get_option( 'current_sa_email_subscribers_db_version' ) === '3.2.7' ) {
|
|
|
363 |
es_cls_registerhook::es_upgrade_database_for_3_3();
|
364 |
}
|
365 |
|
366 |
+
if ( get_option( 'current_sa_email_subscribers_db_version' ) === '3.3' ) {
|
367 |
es_cls_registerhook::es_upgrade_database_for_3_3_6();
|
368 |
}
|
369 |
+
|
370 |
+
if ( get_option( 'current_sa_email_subscribers_db_version' ) === '3.3.6' ) {
|
371 |
+
es_cls_registerhook::es_upgrade_database_for_3_4_0();
|
372 |
+
}
|
373 |
+
}
|
374 |
+
|
375 |
+
/**
|
376 |
+
* To convert Compose to Custom Post Type (to support new template designs) AND Converting keywords structure
|
377 |
+
* ES version 3.4.0 onwards
|
378 |
+
*/
|
379 |
+
public static function es_upgrade_database_for_3_4_0() {
|
380 |
+
|
381 |
+
global $wpdb;
|
382 |
+
|
383 |
+
// MIGRATION OF TEMPLATE TABLE TO CTP
|
384 |
+
$es_template_table_exists = $wpdb->query( "SHOW TABLES LIKE '{$wpdb->prefix}es_templatetable'" );
|
385 |
+
if ( $es_template_table_exists > 0 ) {
|
386 |
+
|
387 |
+
$es_migration_success = get_option( 'es_template_migration_done', 'nodata' );
|
388 |
+
if( $es_migration_success == 'yes' ) return;
|
389 |
+
|
390 |
+
$sSql = "SELECT es_tt.*,
|
391 |
+
IFNULL(es_not.es_note_id, '') as es_note_id
|
392 |
+
FROM ".$wpdb->prefix."es_templatetable AS es_tt
|
393 |
+
LEFT JOIN ".$wpdb->prefix."es_notification AS es_not
|
394 |
+
ON(es_not.es_note_templ = es_tt.es_templ_id)";
|
395 |
+
$arrRes = $wpdb->get_results($sSql, ARRAY_A);
|
396 |
+
|
397 |
+
if( !empty( $arrRes ) ){
|
398 |
+
|
399 |
+
$es_note_ids = array();
|
400 |
+
|
401 |
+
foreach ( $arrRes as $tmpl ) {
|
402 |
+
// Create post object
|
403 |
+
$es_post = array(
|
404 |
+
'post_title' => wp_strip_all_tags( $tmpl['es_templ_heading'] ),
|
405 |
+
'post_content' => $tmpl['es_templ_body'],
|
406 |
+
'post_status' => 'publish',
|
407 |
+
'post_type' => 'es_template',
|
408 |
+
'meta_input' => array( 'es_template_type' => $tmpl['es_email_type']
|
409 |
+
)
|
410 |
+
);
|
411 |
+
// Insert the post into the database
|
412 |
+
$last_inserted_id = wp_insert_post( $es_post );
|
413 |
+
|
414 |
+
if($tmpl['es_email_type'] == 'Post Notification' && !empty($tmpl['es_note_id']) ) {
|
415 |
+
$es_note_ids[] = 'WHEN es_note_id = '.$tmpl['es_note_id'].' THEN '. $last_inserted_id;
|
416 |
+
}
|
417 |
+
}
|
418 |
+
|
419 |
+
if ( !empty( $es_note_ids ) ) {
|
420 |
+
// To update the 'es_note_templ' ids
|
421 |
+
$sSql = "UPDATE ".$wpdb->prefix."es_notification SET `es_note_templ` = (CASE ". implode(" ", $es_note_ids)." END)";
|
422 |
+
$wpdb->query( $sSql );
|
423 |
+
}
|
424 |
+
|
425 |
+
}
|
426 |
+
|
427 |
+
update_option( 'es_template_migration_done', 'yes' );
|
428 |
+
}
|
429 |
+
// END
|
430 |
+
|
431 |
+
// Keywords in Compose table
|
432 |
+
$keywords_to_rename_in_compose = array(
|
433 |
+
'###NAME###' => '{{NAME}}',
|
434 |
+
'###EMAIL###' => '{{EMAIL}}',
|
435 |
+
'###DATE###' => '{{DATE}}',
|
436 |
+
'###POSTTITLE###' => '{{POSTTITLE}}',
|
437 |
+
'###POSTIMAGE###' => '{{POSTIMAGE}}',
|
438 |
+
'###POSTDESC###' => '{{POSTDESC}}',
|
439 |
+
'###POSTFULL###' => '{{POSTFULL}}',
|
440 |
+
'###POSTAUTHOR###' => '{{POSTAUTHOR}}',
|
441 |
+
'###POSTLINK###' => '{{POSTLINK}}',
|
442 |
+
'###POSTLINK-ONLY###' => '{{POSTLINK-ONLY}}',
|
443 |
+
'###POSTLINK-WITHTITLE###' => '{{POSTLINK-WITHTITLE}}',
|
444 |
+
);
|
445 |
+
|
446 |
+
// Keywords in Settings
|
447 |
+
$keywords_in_settings_to_rename = array(
|
448 |
+
'###NAME###' => '{{NAME}}',
|
449 |
+
'###EMAIL###' => '{{EMAIL}}',
|
450 |
+
'###GROUP###' => '{{GROUP}}',
|
451 |
+
'###COUNT###' => '{{COUNT}}',
|
452 |
+
'###UNIQUE###' => '{{UNIQUE}}',
|
453 |
+
'###STARTTIME###' => '{{STARTTIME}}',
|
454 |
+
'###ENDTIME###' => '{{ENDTIME}}',
|
455 |
+
'###LINK###' => '{{LINK}}',
|
456 |
+
'###DATE###' => '{{DATE}}',
|
457 |
+
'###SUBJECT###' => '{{SUBJECT}}',
|
458 |
+
'###DBID###' => '{{DBID}}',
|
459 |
+
'###GUID###' => '{{GUID}}',
|
460 |
+
);
|
461 |
+
|
462 |
+
// Updating keywords in post_title column where `post_type` = 'es_template'
|
463 |
+
$es_post_title_query = "UPDATE {$wpdb->prefix}posts SET `post_title` = REPLACE(post_title,'###POSTTITLE###','{{POSTTITLE}}') WHERE `post_type` = 'es_template'";
|
464 |
+
$wpdb->query( $es_post_title_query );
|
465 |
+
|
466 |
+
// Updating keywords in post_content column where `post_type` = 'es_template'
|
467 |
+
$compose_keywords = array();
|
468 |
+
foreach ($keywords_to_rename_in_compose as $key => $value) {
|
469 |
+
$compose_keywords[] = "post_content = REPLACE(post_content,'".$key."','".$value."')";
|
470 |
+
}
|
471 |
+
|
472 |
+
$es_post_content_query = "UPDATE {$wpdb->prefix}posts SET ".implode(", ",$compose_keywords).
|
473 |
+
" WHERE post_type = 'es_template'";
|
474 |
+
$wpdb->query( $es_post_content_query );
|
475 |
+
|
476 |
+
// Updating keywords in options
|
477 |
+
$es_admin_new_sub_content = get_option( 'ig_es_admin_new_sub_content', 'nodata' );
|
478 |
+
$es_sent_report_content = get_option( 'ig_es_sentreport', 'nodata' );
|
479 |
+
$es_confirm_content = get_option( 'ig_es_confirmcontent', 'nodata' );
|
480 |
+
$es_welcome_content = get_option( 'ig_es_welcomecontent', 'nodata' );
|
481 |
+
$es_unsub_content = get_option( 'ig_es_unsubcontent', 'nodata' );
|
482 |
+
$es_cron_admin_mail = get_option( 'ig_es_cron_adminmail', 'nodata' );
|
483 |
+
$es_optin_link = get_option( 'ig_es_optinlink', 'nodata' );
|
484 |
+
$es_unsub_link = get_option( 'ig_es_unsublink', 'nodata' );
|
485 |
+
|
486 |
+
foreach ($keywords_in_settings_to_rename as $key => $value) {
|
487 |
+
if ( $es_admin_new_sub_content != 'nodata' ) {
|
488 |
+
$es_admin_new_sub_content = str_replace( $key, $value, $es_admin_new_sub_content );
|
489 |
+
update_option( 'ig_es_admin_new_sub_content', $es_admin_new_sub_content );
|
490 |
+
}
|
491 |
+
|
492 |
+
if ( $es_sent_report_content != 'nodata' ) {
|
493 |
+
$es_sent_report_content = str_replace( $key, $value, $es_sent_report_content );
|
494 |
+
update_option( 'ig_es_sentreport', $es_sent_report_content );
|
495 |
+
}
|
496 |
+
|
497 |
+
if ( $es_confirm_content != 'nodata' ) {
|
498 |
+
$es_confirm_content = str_replace( $key, $value, $es_confirm_content );
|
499 |
+
update_option( 'ig_es_confirmcontent', $es_confirm_content );
|
500 |
+
}
|
501 |
+
|
502 |
+
if ( $es_welcome_content != 'nodata' ) {
|
503 |
+
$es_welcome_content = str_replace( $key, $value, $es_welcome_content );
|
504 |
+
update_option( 'ig_es_welcomecontent', $es_welcome_content );
|
505 |
+
}
|
506 |
+
|
507 |
+
if ( $es_unsub_content != 'nodata' ) {
|
508 |
+
$es_unsub_content = str_replace( $key, $value, $es_unsub_content );
|
509 |
+
update_option( 'ig_es_unsubcontent', $es_unsub_content );
|
510 |
+
}
|
511 |
+
|
512 |
+
if ( $es_cron_admin_mail != 'nodata' ) {
|
513 |
+
$es_cron_admin_mail = str_replace( $key, $value, $es_cron_admin_mail );
|
514 |
+
update_option( 'ig_es_cron_adminmail', $es_cron_admin_mail );
|
515 |
+
}
|
516 |
+
|
517 |
+
if ( $es_optin_link != 'nodata' ) {
|
518 |
+
$es_optin_link = str_replace( $key, $value, $es_optin_link );
|
519 |
+
update_option( 'ig_es_optinlink', $es_optin_link );
|
520 |
+
}
|
521 |
+
|
522 |
+
if ( $es_unsub_link != 'nodata' ) {
|
523 |
+
$es_unsub_link = str_replace( $key, $value, $es_unsub_link );
|
524 |
+
update_option( 'ig_es_unsublink', $es_unsub_link );
|
525 |
+
}
|
526 |
+
}
|
527 |
+
|
528 |
+
update_option( 'current_sa_email_subscribers_db_version', '3.4.0' );
|
529 |
+
|
530 |
}
|
531 |
|
532 |
/**
|
537 |
|
538 |
global $wpdb;
|
539 |
|
540 |
+
$template_table_exists = $wpdb->query( "SHOW TABLES LIKE '{$wpdb->prefix}es_templatetable'" );
|
541 |
+
if ( $template_table_exists > 0 ) {
|
542 |
+
|
543 |
+
// To check if column es_templ_slug exists or not
|
544 |
+
$es_template_col = "SHOW COLUMNS FROM {$wpdb->prefix}es_templatetable LIKE 'es_templ_slug' ";
|
545 |
+
$results_template_col = $wpdb->get_results($es_template_col, 'ARRAY_A');
|
546 |
+
$template_num_rows = $wpdb->num_rows;
|
547 |
+
|
548 |
+
// If column doesn't exists, then insert it
|
549 |
+
if ( $template_num_rows != '1' ) {
|
550 |
+
// Template table
|
551 |
+
$wpdb->query( "ALTER TABLE {$wpdb->prefix}es_templatetable
|
552 |
+
ADD COLUMN `es_templ_slug` VARCHAR(255) NULL
|
553 |
+
AFTER `es_email_type` " );
|
554 |
+
}
|
555 |
}
|
556 |
|
557 |
update_option( 'current_sa_email_subscribers_db_version', '3.3.6' );
|
585 |
global $wpdb;
|
586 |
|
587 |
// Compose table
|
588 |
+
$template_table_exists = $wpdb->query( "SHOW TABLES LIKE '{$wpdb->prefix}es_templatetable'" );
|
589 |
+
if ( $template_table_exists > 0 ) {
|
590 |
+
$wpdb->query( "UPDATE {$wpdb->prefix}es_templatetable
|
591 |
+
SET es_email_type =
|
592 |
+
( CASE
|
593 |
+
WHEN es_email_type = 'Static Template' THEN 'Newsletter'
|
594 |
+
WHEN es_email_type = 'Dynamic Template' THEN 'Post Notification'
|
595 |
+
ELSE es_email_type
|
596 |
+
END ) " );
|
597 |
+
}
|
598 |
|
599 |
// Sent Details table
|
600 |
$wpdb->query( "UPDATE {$wpdb->prefix}es_sentdetails
|
712 |
|
713 |
$screen = get_current_screen();
|
714 |
if( stripos($screen->id, 'email-subscribers' ) === false ) return;
|
715 |
+
|
716 |
+
// To show notice for keywords change
|
717 |
+
$es_keyword_change_notice_email_subscribers = get_option( 'es_keyword_change_notice_email_subscribers' );
|
718 |
+
if ( $es_keyword_change_notice_email_subscribers != 'no' ) {
|
719 |
+
$url = 'https://www.icegram.com/documentation/es-what-are-the-available-keywords-in-the-post-notifications/?utm_source=es&utm_medium=in_app_banner&utm_campaign=view_banner';
|
720 |
+
$admin_notice_text_for_keyword_update = __( 'Keyword structure has been simplified. All your previously set keywords have been automatically updated to the new structure.', ES_TDOMAIN );
|
721 |
+
echo '<div class="notice notice-warning"><p>'.$admin_notice_text_for_keyword_update.'<a target="_blank" style="display:inline-block" class="es-admin-btn" href="'.$url.'">'.__( 'Check the updated structure', ES_TDOMAIN ).'</a><a style="display:inline-block" class="es-admin-btn es-admin-btn-secondary" href="?dismiss_admin_notice=1&option_name=es_keyword_change_notice">'.__( 'Okay, I got it.', ES_TDOMAIN ).'</a></p></div>';
|
722 |
+
}
|
723 |
+
|
724 |
if( get_option('es_survey_done') == 1 ) return;
|
725 |
|
726 |
?>
|
1087 |
|
1088 |
}
|
1089 |
|
1090 |
+
// Function to dismiss any admin notice
|
1091 |
+
public static function dismiss_admin_notice() {
|
1092 |
+
|
1093 |
+
if(isset($_GET['dismiss_admin_notice']) && $_GET['dismiss_admin_notice'] == '1' && isset($_GET['option_name'])) {
|
1094 |
+
$option_name = sanitize_text_field($_GET['option_name']);
|
1095 |
+
update_option( $option_name.'_email_subscribers', 'no' );
|
1096 |
+
|
1097 |
+
$referer = wp_get_referer();
|
1098 |
+
wp_safe_redirect( $referer );
|
1099 |
+
exit();
|
1100 |
+
}
|
1101 |
+
|
1102 |
+
}
|
1103 |
+
|
1104 |
public static function es_submit_survey() {
|
1105 |
|
1106 |
$url = 'https://www.icegram.com/wp-admin/admin-ajax.php';
|
1152 |
|
1153 |
public static function es_footer_text($es_rating_text) {
|
1154 |
|
1155 |
+
global $post;
|
1156 |
+
|
1157 |
+
if ( ( isset($_GET['page']) && ( $_GET['page'] == 'es-view-subscribers' || $_GET['page'] == 'es-compose' || $_GET['page'] == 'es-notification' || $_GET['page'] == 'es-sendemail' || $_GET['page'] == 'es-settings' || $_GET['page'] == 'es-sentmail' || $_GET['page'] == 'es-general-information' ) ) || (is_object($post) && $post->post_type == 'es_template') ) {
|
1158 |
$es_rating_text = __( '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">★★★★★</a> rating. A huge thank you from Icegram in advance!', ES_TDOMAIN );
|
1159 |
}
|
1160 |
|
1163 |
|
1164 |
public static function es_update_footer_text($es_text) {
|
1165 |
|
1166 |
+
global $post;
|
1167 |
+
|
1168 |
+
$es_plugin_data = get_plugin_data( WP_PLUGIN_DIR.'/email-subscribers/email-subscribers.php' );
|
1169 |
+
$es_current_version = $es_plugin_data['Version'];
|
1170 |
+
|
1171 |
+
if ( ( isset($_GET['page']) && ( $_GET['page'] == 'es-view-subscribers' || $_GET['page'] == 'es-notification' || $_GET['page'] == 'es-sendemail' || $_GET['page'] == 'es-settings' || $_GET['page'] == 'es-sentmail' || $_GET['page'] == 'es-general-information' ) ) || (is_object($post) && $post->post_type == 'es_template') ) {
|
1172 |
+
$es_text = sprintf( __( 'Email Subscribers version: <strong>%s</strong>', ES_TDOMAIN ), $es_current_version );
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1173 |
}
|
1174 |
|
1175 |
return $es_text;
|
1176 |
}
|
1177 |
|
1178 |
+
public static function es_register_post_type() {
|
1179 |
+
|
1180 |
+
$labels = array(
|
1181 |
+
'name' => __( 'Templates', ES_TDOMAIN ),
|
1182 |
+
'singular_name' => __( 'Templates', ES_TDOMAIN ),
|
1183 |
+
'add_new' => __( 'Add new Template', ES_TDOMAIN ),
|
1184 |
+
'add_new_item' => __( 'Add new Template', ES_TDOMAIN ),
|
1185 |
+
'edit_item' => __( 'Edit Templates', ES_TDOMAIN ),
|
1186 |
+
'new_item' => __( 'New Templates', ES_TDOMAIN ),
|
1187 |
+
'all_items' => __( 'Templates', ES_TDOMAIN ),
|
1188 |
+
'view_item' => __( 'View Templates', ES_TDOMAIN ),
|
1189 |
+
'search_items' => __( 'Search Templates', ES_TDOMAIN ),
|
1190 |
+
'not_found' => __( 'No Templates found', ES_TDOMAIN ),
|
1191 |
+
'not_found_in_trash' => __( 'No Templates found in Trash', ES_TDOMAIN ),
|
1192 |
+
'parent_item_colon' => __( '', ES_TDOMAIN ),
|
1193 |
+
'menu_name' => __( 'Email Subscribers', ES_TDOMAIN ),
|
1194 |
+
'featured_image' => __( 'Thumbnail (For Visual Representation only)', ES_TDOMAIN ),
|
1195 |
+
'set_featured_image' => __( 'Set thumbnail', ES_TDOMAIN )
|
1196 |
+
);
|
1197 |
+
|
1198 |
+
$args = array(
|
1199 |
+
'labels' => $labels,
|
1200 |
+
'public' => true,
|
1201 |
+
'publicly_queryable' => false,
|
1202 |
+
'show_ui' => true,
|
1203 |
+
'show_in_menu' => 'edit.php?post_type=es_template',
|
1204 |
+
'query_var' => true,
|
1205 |
+
'rewrite' => array( 'slug' => 'es_template' ),
|
1206 |
+
'capability_type' => 'post',
|
1207 |
+
'has_archive' => false,
|
1208 |
+
'hierarchical' => false,
|
1209 |
+
'menu_position' => null,
|
1210 |
+
'supports' => array( 'title', 'editor', 'thumbnail')
|
1211 |
+
);
|
1212 |
+
|
1213 |
+
register_post_type( 'es_template', $args );
|
1214 |
+
}
|
1215 |
+
|
1216 |
+
public static function es_highlight( $parent_file ) {
|
1217 |
+
global $submenu_file, $current_screen;
|
1218 |
+
|
1219 |
+
if($current_screen->post_type == 'es_template') {
|
1220 |
+
$parent_file = 'es-view-subscribers';
|
1221 |
+
}
|
1222 |
+
|
1223 |
+
return $parent_file;
|
1224 |
+
}
|
1225 |
+
|
1226 |
+
public static function es_custom_template_column($existing_columns) {
|
1227 |
+
|
1228 |
+
$date = $existing_columns['date'];
|
1229 |
+
unset( $existing_columns['date'] );
|
1230 |
+
|
1231 |
+
$existing_columns['es_templ_type'] = __( 'Template Type', ES_TDOMAIN );
|
1232 |
+
$existing_columns['es_templ_thumbnail'] = __( 'Thumbnail', ES_TDOMAIN );
|
1233 |
+
$existing_columns['date'] = $date;
|
1234 |
+
|
1235 |
+
return $existing_columns;
|
1236 |
+
}
|
1237 |
+
|
1238 |
+
public static function es_template_edit_columns($column) {
|
1239 |
+
global $post;
|
1240 |
+
|
1241 |
+
$es_templ_thumbnail = (!empty(get_the_post_thumbnail( $post->ID ) ) ) ? get_the_post_thumbnail($post->ID, array('200','200') ) : '<img src="'.ES_URL.'images/es-custom-template.png" />';
|
1242 |
+
|
1243 |
+
switch ($column) {
|
1244 |
+
case 'es_templ_type':
|
1245 |
+
echo get_post_meta($post->ID, 'es_template_type', true);
|
1246 |
+
break;
|
1247 |
+
case 'es_templ_thumbnail' :
|
1248 |
+
echo $es_templ_thumbnail;
|
1249 |
+
break;
|
1250 |
+
default:
|
1251 |
+
break;
|
1252 |
+
}
|
1253 |
+
|
1254 |
+
return $column;
|
1255 |
+
}
|
1256 |
+
|
1257 |
+
public static function es_add_template_action( $actions, $post ) {
|
1258 |
+
if ($post->post_type != 'es_template') return $actions;
|
1259 |
+
|
1260 |
+
$es_templ_type = get_post_meta($post->ID, 'es_template_type', true);
|
1261 |
+
$page = ($es_templ_type == 'Newsletter') ? 'es-sendemail' : 'es-notification';
|
1262 |
+
$preview_url = ES_ADMINURL."?page=".$page."&ac=preview&did=".$post->ID;
|
1263 |
+
$actions['preview_campaign'] = '<a class="es-preview-template" target="_blank" href="'.$preview_url.'" >'.__('Preview' , ES_TDOMAIN).'</a>';
|
1264 |
+
|
1265 |
+
return $actions;
|
1266 |
+
}
|
1267 |
+
|
1268 |
+
public static function es_add_template_type_metaboxes() {
|
1269 |
+
|
1270 |
+
global $post, $pagenow;
|
1271 |
+
|
1272 |
+
if ($post->post_type != 'es_template') return;
|
1273 |
+
|
1274 |
+
$es_templ_type = '';
|
1275 |
+
if ( $pagenow != 'post-new.php' ) {
|
1276 |
+
$es_templ_type = get_post_meta($post->ID, 'es_template_type', true);
|
1277 |
+
}
|
1278 |
+
?>
|
1279 |
+
<p style="margin-top: 0em; !important;">
|
1280 |
+
<?php echo __( 'Available Keyword for Post Notification: {{POSTTITLE}}', ES_TDOMAIN ); ?>
|
1281 |
+
</p>
|
1282 |
+
<p>
|
1283 |
+
<label for="tag-link"><?php echo __( 'Select your Email Template Type', ES_TDOMAIN ); ?></label><br/>
|
1284 |
+
<select name="es_template_type" id="es_template_type">
|
1285 |
+
<option value='Newsletter' <?php if( $es_templ_type == 'Newsletter' ) { echo 'selected="selected"' ; } ?>><?php echo __( 'Newsletter', ES_TDOMAIN ); ?></option>
|
1286 |
+
<option value='Post Notification' <?php if( $es_templ_type == 'Post Notification' ) { echo 'selected="selected"' ; } ?>><?php echo __( 'Post Notification', ES_TDOMAIN ); ?></option>
|
1287 |
+
</select>
|
1288 |
+
</p>
|
1289 |
+
<?php
|
1290 |
+
}
|
1291 |
+
|
1292 |
+
public static function es_save_template_type( $post_id, $post ) {
|
1293 |
+
if (empty( $post_id ) || empty( $post ) || empty( $_POST )) return;
|
1294 |
+
if (defined( 'DOING_AUTOSAVE' ) && DOING_AUTOSAVE) return;
|
1295 |
+
if (is_int( wp_is_post_revision( $post ) )) return;
|
1296 |
+
if (is_int( wp_is_post_autosave( $post ) )) return;
|
1297 |
+
if (! current_user_can( 'edit_post', $post_id )) return;
|
1298 |
+
if ($post->post_type != 'es_template') return;
|
1299 |
+
if ( isset( $_POST['es_template_type'] ) ) {
|
1300 |
+
update_post_meta( $post_id, 'es_template_type', $_POST['es_template_type'] );
|
1301 |
+
}
|
1302 |
+
}
|
1303 |
+
|
1304 |
+
public static function es_process_template_body( $content, $tmpl_id = 0 ) {
|
1305 |
+
$content = convert_chars(convert_smilies( wptexturize( $content )));
|
1306 |
+
if(isset($GLOBALS['wp_embed'])) {
|
1307 |
+
$content = $GLOBALS['wp_embed']->autoembed( $content );
|
1308 |
+
}
|
1309 |
+
$content = wpautop( $content );
|
1310 |
+
// $content = do_shortcode( shortcode_unautop( $content ) );
|
1311 |
+
$data['content'] = $content;
|
1312 |
+
$data['tmpl_id'] = $tmpl_id;
|
1313 |
+
$data = apply_filters('es_after_process_template_body',$data);
|
1314 |
+
$content = $data['content'];
|
1315 |
+
return $content;
|
1316 |
+
}
|
1317 |
+
|
1318 |
+
public static function add_preview_button() {
|
1319 |
+
|
1320 |
+
global $post;
|
1321 |
+
|
1322 |
+
if ($post->post_type != 'es_template') return;
|
1323 |
+
|
1324 |
+
$preview_url = ES_ADMINURL."?page=es-notification&ac=preview&did=".$post->ID;
|
1325 |
+
//Adding a preview button in side bar widget
|
1326 |
+
$script = "<script>
|
1327 |
+
var prvw_button = jQuery('.es_preview_button');
|
1328 |
+
jQuery('#submitdiv .submitbox #minor-publishing-actions').after(prvw_button)
|
1329 |
+
prvw_button.fadeIn('fast');</script>";
|
1330 |
+
$preview_button = '<style>.es_preview_button{display: none;padding: 10px 10px 0;}</style><div id="" class="es_preview_button">
|
1331 |
+
<a href="'.$preview_url.'" target="_blank" class="button button-primary es_preview">' . __( 'Preview Template', ES_TDOMAIN ) .'</a>
|
1332 |
+
<div class="clear"></div></div>';
|
1333 |
+
echo $preview_button;
|
1334 |
+
echo $script;
|
1335 |
+
}
|
1336 |
+
|
1337 |
+
public static function es_add_keyword() {
|
1338 |
+
|
1339 |
+
global $post;
|
1340 |
+
|
1341 |
+
if ($post->post_type != 'es_template') return;
|
1342 |
+
?>
|
1343 |
+
<p>
|
1344 |
+
<?php
|
1345 |
+
echo sprintf(__( '%s for Post Notification: {{NAME}}, {{EMAIL}}, {{DATE}}, {{POSTTITLE}}, {{POSTLINK}}, {{POSTIMAGE}}, {{POSTDESC}}, {{POSTAUTHOR}}, {{POSTLINK-WITHTITLE}}, {{POSTLINK-ONLY}}, {{POSTFULL}}', ES_TDOMAIN ), '<a href="https://www.icegram.com/documentation/es-what-are-the-available-keywords-in-the-post-notifications/?utm_source=es&utm_medium=in_app&utm_campaign=view_docs_help_page" target="_blank">' . __( 'Available Keywords', ES_TDOMAIN ) . '</a>' );
|
1346 |
+
echo __( '<br/><br/>Available Keywords for Newsletter: {{NAME}}, {{EMAIL}}', ES_TDOMAIN );
|
1347 |
+
?>
|
1348 |
+
</p>
|
1349 |
+
<?php
|
1350 |
+
}
|
1351 |
+
|
1352 |
}
|
1353 |
|
1354 |
function es_sync_registereduser( $user_id ) {
|
classes/es-sendmail.php
CHANGED
@@ -127,34 +127,32 @@ class es_cls_sendmail {
|
|
127 |
$subscriber = es_cls_dbquery::es_view_subscriber_search("", $es_email_id);
|
128 |
if(count($subscriber) > 0) {
|
129 |
$unsublink = $settings['ig_es_unsublink'];
|
130 |
-
$unsublink = str_replace("###DBID###", $subscriber[0]["es_email_id"], $unsublink);
|
131 |
-
$unsublink = str_replace("
|
132 |
-
$unsublink = str_replace("###
|
|
|
|
|
|
|
133 |
$unsublink = $unsublink . "&cache=".$cacheid;
|
134 |
|
135 |
$unsubtext = stripslashes($settings['ig_es_unsubcontent']);
|
136 |
-
$unsubtext = str_replace("###LINK###", $unsublink , $unsubtext);
|
|
|
137 |
if ( $settings['ig_es_emailtype'] == "WP HTML MAIL" || $settings['ig_es_emailtype'] == "PHP HTML MAIL" ) {
|
138 |
$unsubtext = '<br>' . $unsubtext;
|
139 |
} else {
|
140 |
$unsubtext = '\n' . $unsubtext;
|
141 |
}
|
142 |
|
143 |
-
$viewstslink = str_replace("###DELVIID###", $es_deliver_id, $viewstatus);
|
144 |
-
$
|
145 |
-
$content_send = str_replace("###
|
|
|
|
|
|
|
146 |
|
147 |
if ( $settings['ig_es_emailtype'] == "WP HTML MAIL" || $settings['ig_es_emailtype'] == "PHP HTML MAIL" ) {
|
148 |
-
|
149 |
-
$temp_content = $content_send;
|
150 |
-
$temp_content = convert_chars(convert_smilies( wptexturize( $temp_content )));
|
151 |
-
if(isset($GLOBALS['wp_embed'])) {
|
152 |
-
$temp_content = $GLOBALS['wp_embed']->autoembed($temp_content);
|
153 |
-
}
|
154 |
-
$temp_content = wpautop( $temp_content );
|
155 |
-
// $temp_content = do_shortcode( shortcode_unautop( $temp_content ) );
|
156 |
-
$content_send = $temp_content;
|
157 |
-
|
158 |
$content_send = str_replace($replacefrom, $replaceto, $content_send);
|
159 |
} else {
|
160 |
$content_send = str_replace("<br />", "\r\n", $content_send);
|
@@ -181,19 +179,15 @@ class es_cls_sendmail {
|
|
181 |
$adminmail = $settings['ig_es_adminemail'];
|
182 |
$crondate = date('Y-m-d G:i:s');
|
183 |
$count = $count - 1;
|
184 |
-
$es_cron_adminmail = str_replace("###COUNT###", $count, $es_cron_adminmail);
|
185 |
-
$es_cron_adminmail = str_replace("
|
186 |
-
$es_cron_adminmail = str_replace("###
|
|
|
|
|
|
|
187 |
|
188 |
if($htmlmail) {
|
189 |
-
$
|
190 |
-
$temp_content = convert_chars(convert_smilies( wptexturize( $temp_content )));
|
191 |
-
if(isset($GLOBALS['wp_embed'])) {
|
192 |
-
$temp_content = $GLOBALS['wp_embed']->autoembed($temp_content);
|
193 |
-
}
|
194 |
-
$temp_content = wpautop( $temp_content );
|
195 |
-
// $temp_content = do_shortcode( shortcode_unautop( $temp_content ) );
|
196 |
-
$es_cron_adminmail = $temp_content;
|
197 |
} else {
|
198 |
$es_cron_adminmail = str_replace("<br />", "\r\n", $es_cron_adminmail);
|
199 |
$es_cron_adminmail = str_replace("<br>", "\r\n", $es_cron_adminmail);
|
@@ -293,9 +287,11 @@ class es_cls_sendmail {
|
|
293 |
$post = get_post($post_id);
|
294 |
$excerpt_length = 50; //Change this value to change the ###POSTDESC### content in the Post Notification. It also considers spaces as a character.
|
295 |
$post_title = $post->post_title;
|
296 |
-
$subject = str_replace('###POSTTITLE###', $post_title, $subject);
|
|
|
297 |
$post_link = get_permalink($post_id);
|
298 |
-
$subject = str_replace('###POSTLINK###', $post_link, $subject);
|
|
|
299 |
$post_date = $post->post_modified;
|
300 |
|
301 |
// Get full post
|
@@ -332,11 +328,13 @@ class es_cls_sendmail {
|
|
332 |
$post_thumbnail_link = "<a href='".$post_link."' target='_blank'>".$post_thumbnail."</a>";
|
333 |
}
|
334 |
|
335 |
-
$content = str_replace('###POSTLINK-ONLY###', $post_link, $content);
|
|
|
336 |
|
337 |
if($post_link != "") {
|
338 |
$post_link_with_title = "<a href='".$post_link."' target='_blank'>".$post_title."</a>";
|
339 |
-
$content = str_replace('###POSTLINK-WITHTITLE###', $post_link_with_title, $content);
|
|
|
340 |
|
341 |
$post_link = "<a href='".$post_link."' target='_blank'>".$post_link."</a>";
|
342 |
}
|
@@ -345,13 +343,20 @@ class es_cls_sendmail {
|
|
345 |
$post_author_id = $post->post_author;
|
346 |
$post_author = get_the_author_meta( 'display_name' , $post_author_id );
|
347 |
|
348 |
-
$content = str_replace('###POSTAUTHOR###', $post_author, $content);
|
349 |
-
$content = str_replace('
|
350 |
-
$content = str_replace('###
|
351 |
-
$content = str_replace('
|
352 |
-
$content = str_replace('###
|
353 |
-
$content = str_replace('
|
354 |
-
$content = str_replace('###
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
355 |
break;
|
356 |
}
|
357 |
|
@@ -380,45 +385,53 @@ class es_cls_sendmail {
|
|
380 |
|
381 |
switch($type) {
|
382 |
case 'optin':
|
383 |
-
$content_send = str_replace("###NAME###", $name, $content);
|
384 |
-
$content_send = str_replace("
|
|
|
|
|
385 |
$optinlink = $settings['ig_es_optinlink'];
|
386 |
-
$optinlink = str_replace("###DBID###", $subscriber["es_email_id"], $optinlink);
|
387 |
-
$optinlink = str_replace("
|
388 |
-
$optinlink = str_replace("###
|
|
|
|
|
|
|
389 |
$optinlink = $optinlink . "&cache=".$cacheid;
|
390 |
-
$content_send = str_replace("###LINK###", $optinlink , $content_send);
|
|
|
391 |
break;
|
392 |
|
393 |
case 'welcome':
|
394 |
-
$content_send = str_replace("###NAME###", $name, $content);
|
395 |
-
$content_send = str_replace("
|
396 |
-
$content_send = str_replace("###
|
|
|
|
|
|
|
397 |
|
398 |
// Making an unsubscribe link
|
399 |
$unsublink = $settings['ig_es_unsublink'];
|
400 |
-
$unsublink = str_replace("###DBID###", $subscriber["es_email_id"], $unsublink);
|
401 |
-
$unsublink = str_replace("
|
402 |
-
$unsublink = str_replace("###
|
|
|
|
|
|
|
403 |
$unsublink = $unsublink . "&cache=".$cacheid;
|
404 |
-
$content_send = str_replace("###LINK###", $unsublink, $content_send);
|
|
|
405 |
|
406 |
$adminmailsubject = stripslashes($settings['ig_es_admin_new_sub_subject']);
|
407 |
$adminmailcontant = stripslashes($settings['ig_es_admin_new_sub_content']);
|
408 |
-
$adminmailcontant = str_replace("###NAME###", $name , $adminmailcontant);
|
409 |
-
$adminmailcontant = str_replace("
|
410 |
-
$adminmailcontant = str_replace("###
|
|
|
|
|
|
|
411 |
|
412 |
if ( $settings['ig_es_emailtype'] == "WP HTML MAIL" || $settings['ig_es_emailtype'] == "PHP HTML MAIL" ) {
|
413 |
-
$
|
414 |
-
$temp_content = convert_chars(convert_smilies( wptexturize( $temp_content )));
|
415 |
-
if(isset($GLOBALS['wp_embed'])) {
|
416 |
-
$temp_content = $GLOBALS['wp_embed']->autoembed($temp_content);
|
417 |
-
}
|
418 |
-
$temp_content = wpautop( $temp_content );
|
419 |
-
// $temp_content = do_shortcode( shortcode_unautop( $temp_content ) );
|
420 |
-
$adminmailcontant = $temp_content;
|
421 |
-
|
422 |
$content_send = str_replace($replacefrom, $replaceto, $content_send);
|
423 |
} else {
|
424 |
$adminmailcontant = str_replace("<br />", "\r\n", $adminmailcontant);
|
@@ -429,13 +442,17 @@ class es_cls_sendmail {
|
|
429 |
case 'newsletter':
|
430 |
if($mailsenttype != "Cron") { // Cron mail not sending by this method
|
431 |
$unsublink = $settings['ig_es_unsublink'];
|
432 |
-
$unsublink = str_replace("###DBID###", $subscriber["es_email_id"], $unsublink);
|
433 |
-
$unsublink = str_replace("
|
434 |
-
$unsublink = str_replace("###
|
|
|
|
|
|
|
435 |
$unsublink = $unsublink . "&cache=".$cacheid;
|
436 |
|
437 |
$unsubtext = stripslashes($settings['ig_es_unsubcontent']);
|
438 |
-
$unsubtext = str_replace("###LINK###", $unsublink , $unsubtext);
|
|
|
439 |
if ( $settings['ig_es_emailtype'] == "WP HTML MAIL" || $settings['ig_es_emailtype'] == "PHP HTML MAIL" ) {
|
440 |
$unsubtext = '<br>' . $unsubtext;
|
441 |
} else {
|
@@ -443,20 +460,15 @@ class es_cls_sendmail {
|
|
443 |
}
|
444 |
|
445 |
$returnid = es_cls_delivery::es_delivery_ins($sendguid, $subscriber["es_email_id"], $subscriber["es_email_mail"], $mailsenttype);
|
446 |
-
$viewstslink = str_replace("###DELVIID###", $returnid, $viewstatus);
|
447 |
-
$
|
448 |
-
$content_send = str_replace("###
|
|
|
|
|
|
|
449 |
|
450 |
if ( $settings['ig_es_emailtype'] == "WP HTML MAIL" || $settings['ig_es_emailtype'] == "PHP HTML MAIL" ) {
|
451 |
-
$
|
452 |
-
$temp_content = convert_chars(convert_smilies( wptexturize( $temp_content )));
|
453 |
-
if(isset($GLOBALS['wp_embed'])) {
|
454 |
-
$temp_content = $GLOBALS['wp_embed']->autoembed($temp_content);
|
455 |
-
}
|
456 |
-
$temp_content = wpautop( $temp_content );
|
457 |
-
// $temp_content = do_shortcode( shortcode_unautop( $temp_content ) );
|
458 |
-
$content_send = $temp_content;
|
459 |
-
|
460 |
$content_send = str_replace($replacefrom, $replaceto, $content_send);
|
461 |
} else {
|
462 |
$content_send = str_replace("<br />", "\r\n", $content_send);
|
@@ -471,12 +483,16 @@ class es_cls_sendmail {
|
|
471 |
if($mailsenttype != "Cron") { // Cron mail not sending by this method
|
472 |
|
473 |
$unsublink = $settings['ig_es_unsublink'];
|
474 |
-
$unsublink = str_replace("###DBID###", $subscriber["es_email_id"], $unsublink);
|
475 |
-
$unsublink = str_replace("
|
476 |
-
$unsublink = str_replace("###
|
|
|
|
|
|
|
477 |
$unsublink = $unsublink . "&cache=".$cacheid;
|
478 |
$unsubtext = stripslashes($settings['ig_es_unsubcontent']);
|
479 |
-
$unsubtext = str_replace("###LINK###", $unsublink , $unsubtext);
|
|
|
480 |
if ( $settings['ig_es_emailtype'] == "WP HTML MAIL" || $settings['ig_es_emailtype'] == "PHP HTML MAIL" ) {
|
481 |
$unsubtext = '<br>' . $unsubtext;
|
482 |
} else {
|
@@ -484,21 +500,16 @@ class es_cls_sendmail {
|
|
484 |
}
|
485 |
|
486 |
$returnid = es_cls_delivery::es_delivery_ins($sendguid, $subscriber["es_email_id"], $subscriber["es_email_mail"], $mailsenttype);
|
487 |
-
$viewstslink = str_replace("###DELVIID###", $returnid, $viewstatus);
|
|
|
488 |
|
489 |
-
$content_send = str_replace("###EMAIL###", $subscriber["es_email_mail"], $content);
|
490 |
-
$content_send = str_replace("
|
|
|
|
|
491 |
|
492 |
if ( $settings['ig_es_emailtype'] == "WP HTML MAIL" || $settings['ig_es_emailtype'] == "PHP HTML MAIL" ) {
|
493 |
-
$
|
494 |
-
$temp_content = convert_chars(convert_smilies( wptexturize( $temp_content )));
|
495 |
-
if(isset($GLOBALS['wp_embed'])) {
|
496 |
-
$temp_content = $GLOBALS['wp_embed']->autoembed($temp_content);
|
497 |
-
}
|
498 |
-
$temp_content = wpautop( $temp_content );
|
499 |
-
// $temp_content = do_shortcode( shortcode_unautop( $temp_content ) );
|
500 |
-
$content_send = $temp_content;
|
501 |
-
|
502 |
$content_send = str_replace($replacefrom, $replaceto, $content_send);
|
503 |
} else {
|
504 |
$content_send = str_replace("<br />", "\r\n", $content_send);
|
@@ -566,16 +577,7 @@ class es_cls_sendmail {
|
|
566 |
if ( $reportmail == "" || $reportmail == "nooptionexists") {
|
567 |
$reportmail = es_cls_common::es_sent_report_html();
|
568 |
}
|
569 |
-
|
570 |
-
$temp_content = $reportmail;
|
571 |
-
$temp_content = convert_chars(convert_smilies( wptexturize( $temp_content )));
|
572 |
-
if(isset($GLOBALS['wp_embed'])) {
|
573 |
-
$temp_content = $GLOBALS['wp_embed']->autoembed($temp_content);
|
574 |
-
}
|
575 |
-
$temp_content = wpautop( $temp_content );
|
576 |
-
// $temp_content = do_shortcode( shortcode_unautop( $temp_content ) );
|
577 |
-
$reportmail = $temp_content;
|
578 |
-
|
579 |
} else {
|
580 |
$reportmail = get_option('ig_es_sentreport', 'nooptionexists');
|
581 |
if ( $reportmail == "" || $reportmail == "nooptionexists") {
|
@@ -585,10 +587,14 @@ class es_cls_sendmail {
|
|
585 |
$reportmail = str_replace("<br>", "\r\n", $reportmail);
|
586 |
}
|
587 |
$enddate = date('Y-m-d G:i:s');
|
588 |
-
$reportmail = str_replace("###COUNT###", $count, $reportmail);
|
589 |
-
$reportmail = str_replace("
|
590 |
-
$reportmail = str_replace("###
|
591 |
-
$reportmail = str_replace("
|
|
|
|
|
|
|
|
|
592 |
if($wpmail) {
|
593 |
wp_mail($adminmail, $subject, $reportmail, $headers);
|
594 |
} else {
|
127 |
$subscriber = es_cls_dbquery::es_view_subscriber_search("", $es_email_id);
|
128 |
if(count($subscriber) > 0) {
|
129 |
$unsublink = $settings['ig_es_unsublink'];
|
130 |
+
// $unsublink = str_replace("###DBID###", $subscriber[0]["es_email_id"], $unsublink);
|
131 |
+
$unsublink = str_replace("{{DBID}}", $subscriber[0]["es_email_id"], $unsublink);
|
132 |
+
// $unsublink = str_replace("###EMAIL###", rawurlencode($subscriber[0]["es_email_mail"]), $unsublink);
|
133 |
+
$unsublink = str_replace("{{EMAIL}}", rawurlencode($subscriber[0]["es_email_mail"]), $unsublink);
|
134 |
+
// $unsublink = str_replace("###GUID###", $subscriber[0]["es_email_guid"], $unsublink);
|
135 |
+
$unsublink = str_replace("{{GUID}}", $subscriber[0]["es_email_guid"], $unsublink);
|
136 |
$unsublink = $unsublink . "&cache=".$cacheid;
|
137 |
|
138 |
$unsubtext = stripslashes($settings['ig_es_unsubcontent']);
|
139 |
+
// $unsubtext = str_replace("###LINK###", $unsublink , $unsubtext);
|
140 |
+
$unsubtext = str_replace("{{LINK}}", $unsublink , $unsubtext);
|
141 |
if ( $settings['ig_es_emailtype'] == "WP HTML MAIL" || $settings['ig_es_emailtype'] == "PHP HTML MAIL" ) {
|
142 |
$unsubtext = '<br>' . $unsubtext;
|
143 |
} else {
|
144 |
$unsubtext = '\n' . $unsubtext;
|
145 |
}
|
146 |
|
147 |
+
// $viewstslink = str_replace("###DELVIID###", $es_deliver_id, $viewstatus);
|
148 |
+
$viewstslink = str_replace("{{DELVIID}}", $es_deliver_id, $viewstatus);
|
149 |
+
// $content_send = str_replace("###EMAIL###", $subscriber[0]["es_email_mail"], $content);
|
150 |
+
$content_send = str_replace("{{EMAIL}}", $subscriber[0]["es_email_mail"], $content);
|
151 |
+
// $content_send = str_replace("###NAME###", $subscriber[0]["es_email_name"], $content_send);
|
152 |
+
$content_send = str_replace("{{NAME}}", $subscriber[0]["es_email_name"], $content_send);
|
153 |
|
154 |
if ( $settings['ig_es_emailtype'] == "WP HTML MAIL" || $settings['ig_es_emailtype'] == "PHP HTML MAIL" ) {
|
155 |
+
$content_send = es_cls_registerhook::es_process_template_body($content_send);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
156 |
$content_send = str_replace($replacefrom, $replaceto, $content_send);
|
157 |
} else {
|
158 |
$content_send = str_replace("<br />", "\r\n", $content_send);
|
179 |
$adminmail = $settings['ig_es_adminemail'];
|
180 |
$crondate = date('Y-m-d G:i:s');
|
181 |
$count = $count - 1;
|
182 |
+
// $es_cron_adminmail = str_replace("###COUNT###", $count, $es_cron_adminmail);
|
183 |
+
$es_cron_adminmail = str_replace("{{COUNT}}", $count, $es_cron_adminmail);
|
184 |
+
// $es_cron_adminmail = str_replace("###DATE###", $crondate, $es_cron_adminmail);
|
185 |
+
$es_cron_adminmail = str_replace("{{DATE}}", $crondate, $es_cron_adminmail);
|
186 |
+
// $es_cron_adminmail = str_replace("###SUBJECT###", $subject, $es_cron_adminmail);
|
187 |
+
$es_cron_adminmail = str_replace("{{SUBJECT}}", $subject, $es_cron_adminmail);
|
188 |
|
189 |
if($htmlmail) {
|
190 |
+
$es_cron_adminmail = es_cls_registerhook::es_process_template_body($es_cron_adminmail);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
191 |
} else {
|
192 |
$es_cron_adminmail = str_replace("<br />", "\r\n", $es_cron_adminmail);
|
193 |
$es_cron_adminmail = str_replace("<br>", "\r\n", $es_cron_adminmail);
|
287 |
$post = get_post($post_id);
|
288 |
$excerpt_length = 50; //Change this value to change the ###POSTDESC### content in the Post Notification. It also considers spaces as a character.
|
289 |
$post_title = $post->post_title;
|
290 |
+
// $subject = str_replace('###POSTTITLE###', $post_title, $subject);
|
291 |
+
$subject = str_replace('{{POSTTITLE}}', $post_title, $subject);
|
292 |
$post_link = get_permalink($post_id);
|
293 |
+
// $subject = str_replace('###POSTLINK###', $post_link, $subject);
|
294 |
+
$subject = str_replace('{{POSTLINK}}', $post_link, $subject);
|
295 |
$post_date = $post->post_modified;
|
296 |
|
297 |
// Get full post
|
328 |
$post_thumbnail_link = "<a href='".$post_link."' target='_blank'>".$post_thumbnail."</a>";
|
329 |
}
|
330 |
|
331 |
+
// $content = str_replace('###POSTLINK-ONLY###', $post_link, $content);
|
332 |
+
$content = str_replace('{{POSTLINK-ONLY}}', $post_link, $content);
|
333 |
|
334 |
if($post_link != "") {
|
335 |
$post_link_with_title = "<a href='".$post_link."' target='_blank'>".$post_title."</a>";
|
336 |
+
// $content = str_replace('###POSTLINK-WITHTITLE###', $post_link_with_title, $content);
|
337 |
+
$content = str_replace('{{POSTLINK-WITHTITLE}}', $post_link_with_title, $content);
|
338 |
|
339 |
$post_link = "<a href='".$post_link."' target='_blank'>".$post_link."</a>";
|
340 |
}
|
343 |
$post_author_id = $post->post_author;
|
344 |
$post_author = get_the_author_meta( 'display_name' , $post_author_id );
|
345 |
|
346 |
+
// $content = str_replace('###POSTAUTHOR###', $post_author, $content);
|
347 |
+
$content = str_replace('{{POSTAUTHOR}}', $post_author, $content);
|
348 |
+
// $content = str_replace('###POSTTITLE###', $post_title, $content);
|
349 |
+
$content = str_replace('{{POSTTITLE}}', $post_title, $content);
|
350 |
+
// $content = str_replace('###POSTLINK###', $post_link, $content);
|
351 |
+
$content = str_replace('{{POSTLINK}}', $post_link, $content);
|
352 |
+
// $content = str_replace('###POSTIMAGE###', $post_thumbnail_link, $content);
|
353 |
+
$content = str_replace('{{POSTIMAGE}}', $post_thumbnail_link, $content);
|
354 |
+
// $content = str_replace('###POSTDESC###', $the_excerpt, $content);
|
355 |
+
$content = str_replace('{{POSTDESC}}', $the_excerpt, $content);
|
356 |
+
// $content = str_replace('###POSTFULL###', $post_full, $content);
|
357 |
+
$content = str_replace('{{POSTFULL}}', $post_full, $content);
|
358 |
+
// $content = str_replace('###DATE###', $post_date, $content);
|
359 |
+
$content = str_replace('{{DATE}}', $post_date, $content);
|
360 |
break;
|
361 |
}
|
362 |
|
385 |
|
386 |
switch($type) {
|
387 |
case 'optin':
|
388 |
+
// $content_send = str_replace("###NAME###", $name, $content);
|
389 |
+
$content_send = str_replace("{{NAME}}", $name, $content);
|
390 |
+
// $content_send = str_replace("###EMAIL###", $to, $content_send);
|
391 |
+
$content_send = str_replace("{{EMAIL}}", $to, $content_send);
|
392 |
$optinlink = $settings['ig_es_optinlink'];
|
393 |
+
// $optinlink = str_replace("###DBID###", $subscriber["es_email_id"], $optinlink);
|
394 |
+
$optinlink = str_replace("{{DBID}}", $subscriber["es_email_id"], $optinlink);
|
395 |
+
// $optinlink = str_replace("###EMAIL###", rawurlencode($subscriber["es_email_mail"]), $optinlink);
|
396 |
+
$optinlink = str_replace("{{EMAIL}}", rawurlencode($subscriber["es_email_mail"]), $optinlink);
|
397 |
+
// $optinlink = str_replace("###GUID###", $subscriber["es_email_guid"], $optinlink);
|
398 |
+
$optinlink = str_replace("{{GUID}}", $subscriber["es_email_guid"], $optinlink);
|
399 |
$optinlink = $optinlink . "&cache=".$cacheid;
|
400 |
+
// $content_send = str_replace("###LINK###", $optinlink , $content_send);
|
401 |
+
$content_send = str_replace("{{LINK}}", $optinlink , $content_send);
|
402 |
break;
|
403 |
|
404 |
case 'welcome':
|
405 |
+
// $content_send = str_replace("###NAME###", $name, $content);
|
406 |
+
$content_send = str_replace("{{NAME}}", $name, $content);
|
407 |
+
// $content_send = str_replace("###EMAIL###", $to, $content_send);
|
408 |
+
$content_send = str_replace("{{EMAIL}}", $to, $content_send);
|
409 |
+
// $content_send = str_replace("###GROUP###", $group, $content_send);
|
410 |
+
$content_send = str_replace("{{GROUP}}", $group, $content_send);
|
411 |
|
412 |
// Making an unsubscribe link
|
413 |
$unsublink = $settings['ig_es_unsublink'];
|
414 |
+
// $unsublink = str_replace("###DBID###", $subscriber["es_email_id"], $unsublink);
|
415 |
+
$unsublink = str_replace("{{DBID}}", $subscriber["es_email_id"], $unsublink);
|
416 |
+
// $unsublink = str_replace("###EMAIL###", rawurlencode($subscriber["es_email_mail"]), $unsublink);
|
417 |
+
$unsublink = str_replace("{{EMAIL}}", rawurlencode($subscriber["es_email_mail"]), $unsublink);
|
418 |
+
// $unsublink = str_replace("###GUID###", $subscriber["es_email_guid"], $unsublink);
|
419 |
+
$unsublink = str_replace("{{GUID}}", $subscriber["es_email_guid"], $unsublink);
|
420 |
$unsublink = $unsublink . "&cache=".$cacheid;
|
421 |
+
// $content_send = str_replace("###LINK###", $unsublink, $content_send);
|
422 |
+
$content_send = str_replace("{{LINK}}", $unsublink, $content_send);
|
423 |
|
424 |
$adminmailsubject = stripslashes($settings['ig_es_admin_new_sub_subject']);
|
425 |
$adminmailcontant = stripslashes($settings['ig_es_admin_new_sub_content']);
|
426 |
+
// $adminmailcontant = str_replace("###NAME###", $name , $adminmailcontant);
|
427 |
+
$adminmailcontant = str_replace("{{NAME}}", $name , $adminmailcontant);
|
428 |
+
// $adminmailcontant = str_replace("###EMAIL###", $to, $adminmailcontant);
|
429 |
+
$adminmailcontant = str_replace("{{EMAIL}}", $to, $adminmailcontant);
|
430 |
+
// $adminmailcontant = str_replace("###GROUP###", $group, $adminmailcontant);
|
431 |
+
$adminmailcontant = str_replace("{{GROUP}}", $group, $adminmailcontant);
|
432 |
|
433 |
if ( $settings['ig_es_emailtype'] == "WP HTML MAIL" || $settings['ig_es_emailtype'] == "PHP HTML MAIL" ) {
|
434 |
+
$adminmailcontant = es_cls_registerhook::es_process_template_body($adminmailcontant, $template);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
435 |
$content_send = str_replace($replacefrom, $replaceto, $content_send);
|
436 |
} else {
|
437 |
$adminmailcontant = str_replace("<br />", "\r\n", $adminmailcontant);
|
442 |
case 'newsletter':
|
443 |
if($mailsenttype != "Cron") { // Cron mail not sending by this method
|
444 |
$unsublink = $settings['ig_es_unsublink'];
|
445 |
+
// $unsublink = str_replace("###DBID###", $subscriber["es_email_id"], $unsublink);
|
446 |
+
$unsublink = str_replace("{{DBID}}", $subscriber["es_email_id"], $unsublink);
|
447 |
+
// $unsublink = str_replace("###EMAIL###", rawurlencode($subscriber["es_email_mail"]), $unsublink);
|
448 |
+
$unsublink = str_replace("{{EMAIL}}", rawurlencode($subscriber["es_email_mail"]), $unsublink);
|
449 |
+
// $unsublink = str_replace("###GUID###", $subscriber["es_email_guid"], $unsublink);
|
450 |
+
$unsublink = str_replace("{{GUID}}", $subscriber["es_email_guid"], $unsublink);
|
451 |
$unsublink = $unsublink . "&cache=".$cacheid;
|
452 |
|
453 |
$unsubtext = stripslashes($settings['ig_es_unsubcontent']);
|
454 |
+
// $unsubtext = str_replace("###LINK###", $unsublink , $unsubtext);
|
455 |
+
$unsubtext = str_replace("{{LINK}}", $unsublink , $unsubtext);
|
456 |
if ( $settings['ig_es_emailtype'] == "WP HTML MAIL" || $settings['ig_es_emailtype'] == "PHP HTML MAIL" ) {
|
457 |
$unsubtext = '<br>' . $unsubtext;
|
458 |
} else {
|
460 |
}
|
461 |
|
462 |
$returnid = es_cls_delivery::es_delivery_ins($sendguid, $subscriber["es_email_id"], $subscriber["es_email_mail"], $mailsenttype);
|
463 |
+
// $viewstslink = str_replace("###DELVIID###", $returnid, $viewstatus);
|
464 |
+
$viewstslink = str_replace("{{DELVIID}}", $returnid, $viewstatus);
|
465 |
+
// $content_send = str_replace("###EMAIL###", $subscriber["es_email_mail"], $content);
|
466 |
+
$content_send = str_replace("{{EMAIL}}", $subscriber["es_email_mail"], $content);
|
467 |
+
// $content_send = str_replace("###NAME###", $subscriber["es_email_name"], $content_send);
|
468 |
+
$content_send = str_replace("{{NAME}}", $subscriber["es_email_name"], $content_send);
|
469 |
|
470 |
if ( $settings['ig_es_emailtype'] == "WP HTML MAIL" || $settings['ig_es_emailtype'] == "PHP HTML MAIL" ) {
|
471 |
+
$content_send = es_cls_registerhook::es_process_template_body($content_send, $template['es_templ_id']);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
472 |
$content_send = str_replace($replacefrom, $replaceto, $content_send);
|
473 |
} else {
|
474 |
$content_send = str_replace("<br />", "\r\n", $content_send);
|
483 |
if($mailsenttype != "Cron") { // Cron mail not sending by this method
|
484 |
|
485 |
$unsublink = $settings['ig_es_unsublink'];
|
486 |
+
// $unsublink = str_replace("###DBID###", $subscriber["es_email_id"], $unsublink);
|
487 |
+
$unsublink = str_replace("{{DBID}}", $subscriber["es_email_id"], $unsublink);
|
488 |
+
// $unsublink = str_replace("###EMAIL###", rawurlencode($subscriber["es_email_mail"]), $unsublink);
|
489 |
+
$unsublink = str_replace("{{EMAIL}}", rawurlencode($subscriber["es_email_mail"]), $unsublink);
|
490 |
+
// $unsublink = str_replace("###GUID###", $subscriber["es_email_guid"], $unsublink);
|
491 |
+
$unsublink = str_replace("{{GUID}}", $subscriber["es_email_guid"], $unsublink);
|
492 |
$unsublink = $unsublink . "&cache=".$cacheid;
|
493 |
$unsubtext = stripslashes($settings['ig_es_unsubcontent']);
|
494 |
+
// $unsubtext = str_replace("###LINK###", $unsublink , $unsubtext);
|
495 |
+
$unsubtext = str_replace("{{LINK}}", $unsublink , $unsubtext);
|
496 |
if ( $settings['ig_es_emailtype'] == "WP HTML MAIL" || $settings['ig_es_emailtype'] == "PHP HTML MAIL" ) {
|
497 |
$unsubtext = '<br>' . $unsubtext;
|
498 |
} else {
|
500 |
}
|
501 |
|
502 |
$returnid = es_cls_delivery::es_delivery_ins($sendguid, $subscriber["es_email_id"], $subscriber["es_email_mail"], $mailsenttype);
|
503 |
+
// $viewstslink = str_replace("###DELVIID###", $returnid, $viewstatus);
|
504 |
+
$viewstslink = str_replace("{{DELVIID}}", $returnid, $viewstatus);
|
505 |
|
506 |
+
// $content_send = str_replace("###EMAIL###", $subscriber["es_email_mail"], $content);
|
507 |
+
$content_send = str_replace("{{EMAIL}}", $subscriber["es_email_mail"], $content);
|
508 |
+
// $content_send = str_replace("###NAME###", $subscriber["es_email_name"], $content_send);
|
509 |
+
$content_send = str_replace("{{NAME}}", $subscriber["es_email_name"], $content_send);
|
510 |
|
511 |
if ( $settings['ig_es_emailtype'] == "WP HTML MAIL" || $settings['ig_es_emailtype'] == "PHP HTML MAIL" ) {
|
512 |
+
$content_send = es_cls_registerhook::es_process_template_body($content_send, $template['es_templ_id']);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
513 |
$content_send = str_replace($replacefrom, $replaceto, $content_send);
|
514 |
} else {
|
515 |
$content_send = str_replace("<br />", "\r\n", $content_send);
|
577 |
if ( $reportmail == "" || $reportmail == "nooptionexists") {
|
578 |
$reportmail = es_cls_common::es_sent_report_html();
|
579 |
}
|
580 |
+
$reportmail = es_cls_registerhook::es_process_template_body($reportmail, $template['es_templ_id']);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
581 |
} else {
|
582 |
$reportmail = get_option('ig_es_sentreport', 'nooptionexists');
|
583 |
if ( $reportmail == "" || $reportmail == "nooptionexists") {
|
587 |
$reportmail = str_replace("<br>", "\r\n", $reportmail);
|
588 |
}
|
589 |
$enddate = date('Y-m-d G:i:s');
|
590 |
+
// $reportmail = str_replace("###COUNT###", $count, $reportmail);
|
591 |
+
$reportmail = str_replace("{{COUNT}}", $count, $reportmail);
|
592 |
+
// $reportmail = str_replace("###UNIQUE###", $sendguid, $reportmail);
|
593 |
+
$reportmail = str_replace("{{UNIQUE}}", $sendguid, $reportmail);
|
594 |
+
// $reportmail = str_replace("###STARTTIME###", $currentdate, $reportmail);
|
595 |
+
$reportmail = str_replace("{{STARTTIME}}", $currentdate, $reportmail);
|
596 |
+
// $reportmail = str_replace("###ENDTIME###", $enddate, $reportmail);
|
597 |
+
$reportmail = str_replace("{{ENDTIME}}", $enddate, $reportmail);
|
598 |
if($wpmail) {
|
599 |
wp_mail($adminmail, $subject, $reportmail, $headers);
|
600 |
} else {
|
compose/compose-add.php
CHANGED
@@ -100,6 +100,7 @@ if ( ! defined( 'ABSPATH' ) ) {
|
|
100 |
</select>
|
101 |
<p><?php echo __( 'Please select your mail status', ES_TDOMAIN ); ?></p>
|
102 |
</div>
|
|
|
103 |
<input type="hidden" name="es_form_submit" value="yes"/>
|
104 |
<p class="submit">
|
105 |
<input type="submit" class="button-primary" value="<?php echo __( 'Save', ES_TDOMAIN ); ?>" />
|
100 |
</select>
|
101 |
<p><?php echo __( 'Please select your mail status', ES_TDOMAIN ); ?></p>
|
102 |
</div>
|
103 |
+
<!-- <?php do_action('es_after_editor');?> -->
|
104 |
<input type="hidden" name="es_form_submit" value="yes"/>
|
105 |
<p class="submit">
|
106 |
<input type="submit" class="button-primary" value="<?php echo __( 'Save', ES_TDOMAIN ); ?>" />
|
compose/compose-edit.php
CHANGED
@@ -57,6 +57,7 @@ if ( ! defined( 'ABSPATH' ) ) {
|
|
57 |
if ($es_error_found == FALSE) {
|
58 |
$action = "";
|
59 |
$action = es_cls_compose::es_template_ins($form, $action = "update");
|
|
|
60 |
if($action == "sus") {
|
61 |
$es_success = __( 'Successfully updated. ', ES_TDOMAIN );
|
62 |
}
|
@@ -117,6 +118,7 @@ if ( ! defined( 'ABSPATH' ) ) {
|
|
117 |
</select>
|
118 |
<p><?php echo __( 'Please select your mail status', ES_TDOMAIN ); ?></p>
|
119 |
</div>
|
|
|
120 |
<input type="hidden" name="es_form_submit" value="yes"/>
|
121 |
<input type="hidden" name="es_templ_id" id="es_templ_id" value="<?php echo $form['es_templ_id']; ?>"/>
|
122 |
<p class="submit">
|
57 |
if ($es_error_found == FALSE) {
|
58 |
$action = "";
|
59 |
$action = es_cls_compose::es_template_ins($form, $action = "update");
|
60 |
+
do_action('es_after_tmpl_update',$_POST);
|
61 |
if($action == "sus") {
|
62 |
$es_success = __( 'Successfully updated. ', ES_TDOMAIN );
|
63 |
}
|
118 |
</select>
|
119 |
<p><?php echo __( 'Please select your mail status', ES_TDOMAIN ); ?></p>
|
120 |
</div>
|
121 |
+
<!-- <?php do_action('es_after_editor', $form );?> -->
|
122 |
<input type="hidden" name="es_form_submit" value="yes"/>
|
123 |
<input type="hidden" name="es_templ_id" id="es_templ_id" value="<?php echo $form['es_templ_id']; ?>"/>
|
124 |
<p class="submit">
|
compose/compose-preview.php
CHANGED
@@ -6,50 +6,144 @@ if ( ! defined( 'ABSPATH' ) ) {
|
|
6 |
}
|
7 |
|
8 |
$did = isset($_GET['did']) ? $_GET['did'] : '0';
|
9 |
-
es_cls_security::es_check_number($did);
|
10 |
-
|
11 |
-
// First check if ID exist with requested ID
|
12 |
-
$result = es_cls_compose::es_template_count($did);
|
13 |
-
|
14 |
-
if ($result != '1') {
|
15 |
-
?>
|
16 |
-
<div class="error fade">
|
17 |
-
<p><strong>
|
18 |
-
<?php echo __( 'Oops, selected details does not exists.', ES_TDOMAIN ); ?>
|
19 |
-
</strong></p>
|
20 |
-
</div><?php
|
21 |
-
}
|
22 |
|
|
|
23 |
?>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
24 |
|
25 |
<div class="wrap">
|
26 |
-
<h2 style="margin-bottom:1em;">
|
27 |
-
<?php echo __( 'Preview Email', ES_TDOMAIN ); ?>
|
28 |
-
<a class="add-new-h2" target="_blank" href="<?php echo ES_FAV; ?>"><?php echo __( 'Help', ES_TDOMAIN ); ?></a>
|
29 |
-
</h2>
|
30 |
-
<p>
|
31 |
-
<?php echo __( 'This is how your email may look. <br>Note: Different email services (like gmail, yahoo etc) display email content differently. So there could be a slight variation on how your customer will view the email content.', ES_TDOMAIN ); ?>
|
32 |
-
</p>
|
33 |
<div class="tool-box">
|
34 |
-
<div style="
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
50 |
</div>
|
51 |
-
<p>
|
52 |
-
<a class="button-primary" href="<?php echo ES_ADMINURL; ?>?page=es-compose&ac=edit&did=<?php echo $did; ?>"><?php echo __( 'Edit', ES_TDOMAIN ); ?></a>
|
53 |
-
</p>
|
54 |
</div>
|
55 |
</div>
|
6 |
}
|
7 |
|
8 |
$did = isset($_GET['did']) ? $_GET['did'] : '0';
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
|
10 |
+
$template_type = get_post_meta( $did, 'es_template_type', true );
|
11 |
?>
|
12 |
+
<style type="text/css">
|
13 |
+
.es-sidebar{
|
14 |
+
width: 23%;
|
15 |
+
background-color: rgb(230, 230, 230);
|
16 |
+
padding:15px;
|
17 |
+
border-right: 1px solid #bdbdbd;
|
18 |
+
}
|
19 |
+
.es-preview{
|
20 |
+
float: left;
|
21 |
+
padding:15px;
|
22 |
+
width: 70%;
|
23 |
+
}
|
24 |
+
</style>
|
25 |
|
26 |
<div class="wrap">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
27 |
<div class="tool-box">
|
28 |
+
<div class="es-main" style="display:inline-flex;">
|
29 |
+
<div class="es-sidebar">
|
30 |
+
<h2 style="margin-bottom:1em;">
|
31 |
+
<?php echo __( 'Template Preview', ES_TDOMAIN ); ?>
|
32 |
+
<a class="add-new-h2" target="_blank" href="<?php echo ES_FAV; ?>"><?php echo __( 'Help', ES_TDOMAIN ); ?></a>
|
33 |
+
</h2>
|
34 |
+
<p>
|
35 |
+
<a class="button-primary" target="_blank" href="<?php echo admin_url(); ?>post.php?post=<?php echo $did; ?>&action=edit"><?php echo __( 'Edit', ES_TDOMAIN ); ?></a>
|
36 |
+
</p>
|
37 |
+
<p>
|
38 |
+
<?php
|
39 |
+
echo __( 'This is how your email may look.', ES_TDOMAIN );
|
40 |
+
if ( $template_type == 'Post Notification' ) {
|
41 |
+
echo __( '<br><br>This Post Notification preview has replaced keywords from your last published blog post.', ES_TDOMAIN );
|
42 |
+
}
|
43 |
+
echo __( '<br><br>Note: Different email services (like gmail, yahoo etc) display email content differently. So there could be a slight variation on how your customer will view the email content.', ES_TDOMAIN );
|
44 |
+
|
45 |
+
?>
|
46 |
+
</p>
|
47 |
+
</div>
|
48 |
+
<div class="es-preview">
|
49 |
+
|
50 |
+
<?php
|
51 |
+
$preview = es_cls_compose::es_template_select($did);
|
52 |
+
$es_templ_body = $preview["es_templ_body"];
|
53 |
+
|
54 |
+
// $es_templ_body = str_replace("###NAME###", "Username", $es_templ_body);
|
55 |
+
$es_templ_body = str_replace("{{NAME}}", "Username", $es_templ_body);
|
56 |
+
// $es_templ_body = str_replace("###EMAIL###", "Useremail", $es_templ_body);
|
57 |
+
$es_templ_body = str_replace("{{EMAIL}}", "Useremail", $es_templ_body);
|
58 |
+
|
59 |
+
if ( $template_type == 'Post Notification' ) {
|
60 |
+
//Query recent published post in descending order
|
61 |
+
$args = array( 'numberposts' => '1', 'order' => 'DESC','post_status' => 'publish' );
|
62 |
+
$recent_posts = wp_get_recent_posts( $args );
|
63 |
+
//Now lets do something with these posts
|
64 |
+
foreach( $recent_posts as $recent ) {
|
65 |
+
|
66 |
+
$post_id = $recent['ID'];
|
67 |
+
|
68 |
+
$post_date = $recent['post_modified'];
|
69 |
+
// $es_templ_body = str_replace('###DATE###', $post_date, $es_templ_body);
|
70 |
+
$es_templ_body = str_replace('{{DATE}}', $post_date, $es_templ_body);
|
71 |
+
|
72 |
+
$post_title = $recent['post_title'];
|
73 |
+
// $es_templ_body = str_replace('###POSTTITLE###', $post_title, $es_templ_body);
|
74 |
+
$es_templ_body = str_replace('{{POSTTITLE}}', $post_title, $es_templ_body);
|
75 |
+
|
76 |
+
$post_link = get_permalink($post_id);
|
77 |
+
// $es_templ_body = str_replace('###POSTLINK###', $post_link, $es_templ_body);
|
78 |
+
$es_templ_body = str_replace('{{POSTLINK}}', $post_link, $es_templ_body);
|
79 |
+
|
80 |
+
// Size of ###POSTIMAGE###
|
81 |
+
$post_thumbnail = "";
|
82 |
+
$post_thumbnail_link = "";
|
83 |
+
if ( (function_exists('has_post_thumbnail')) && (has_post_thumbnail($post_id)) ) {
|
84 |
+
$es_post_image_size = get_option( 'ig_es_post_image_size', 'full' );
|
85 |
+
switch ( $es_post_image_size ) {
|
86 |
+
case 'full':
|
87 |
+
$post_thumbnail = get_the_post_thumbnail( $post_id, 'full' );
|
88 |
+
break;
|
89 |
+
case 'medium':
|
90 |
+
$post_thumbnail = get_the_post_thumbnail( $post_id, 'medium' );
|
91 |
+
break;
|
92 |
+
case 'thumbnail':
|
93 |
+
$post_thumbnail = get_the_post_thumbnail( $post_id, 'thumbnail' );
|
94 |
+
break;
|
95 |
+
}
|
96 |
+
}
|
97 |
+
|
98 |
+
if($post_thumbnail != "") {
|
99 |
+
$post_thumbnail_link = "<a href='".$post_link."' target='_blank'>".$post_thumbnail."</a>";
|
100 |
+
}
|
101 |
+
// $es_templ_body = str_replace('###POSTIMAGE###', $post_thumbnail_link, $es_templ_body);
|
102 |
+
$es_templ_body = str_replace('{{POSTIMAGE}}', $post_thumbnail_link, $es_templ_body);
|
103 |
+
|
104 |
+
// Get post excerpt
|
105 |
+
$excerpt_length = 50;
|
106 |
+
$the_excerpt = $recent['post_content'];
|
107 |
+
$the_excerpt = strip_tags(strip_shortcodes($the_excerpt));
|
108 |
+
$words = explode(' ', $the_excerpt, $excerpt_length + 1);
|
109 |
+
if(count($words) > $excerpt_length) {
|
110 |
+
array_pop($words);
|
111 |
+
array_push($words, '...');
|
112 |
+
$the_excerpt = implode(' ', $words);
|
113 |
+
}
|
114 |
+
// $es_templ_body = str_replace('###POSTDESC###', $the_excerpt, $es_templ_body);
|
115 |
+
$es_templ_body = str_replace('{{POSTDESC}}', $the_excerpt, $es_templ_body);
|
116 |
+
|
117 |
+
$post_author_id = $recent['post_author'];
|
118 |
+
$post_author = get_the_author_meta( 'display_name' , $post_author_id );
|
119 |
+
// $es_templ_body = str_replace('###POSTAUTHOR###', $post_author, $es_templ_body);
|
120 |
+
$es_templ_body = str_replace('{{POSTAUTHOR}}', $post_author, $es_templ_body);
|
121 |
+
|
122 |
+
if($post_link != "") {
|
123 |
+
$post_link_with_title = "<a href='".$post_link."' target='_blank'>".$post_title."</a>";
|
124 |
+
// $es_templ_body = str_replace('###POSTLINK-WITHTITLE###', $post_link_with_title, $es_templ_body);
|
125 |
+
$es_templ_body = str_replace('{{POSTLINK-WITHTITLE}}', $post_link_with_title, $es_templ_body);
|
126 |
+
|
127 |
+
$post_link = "<a href='".$post_link."' target='_blank'>".$post_link."</a>";
|
128 |
+
}
|
129 |
+
// $es_templ_body = str_replace('###POSTLINK-ONLY###', $post_link, $es_templ_body);
|
130 |
+
$es_templ_body = str_replace('{{POSTLINK-ONLY}}', $post_link, $es_templ_body);
|
131 |
+
|
132 |
+
// Get full post
|
133 |
+
$post_full = $recent['post_content'];
|
134 |
+
$post_full = wpautop($post_full);
|
135 |
+
// $es_templ_body = str_replace('###POSTFULL###', $post_full, $es_templ_body);
|
136 |
+
$es_templ_body = str_replace('{{POSTFULL}}', $post_full, $es_templ_body);
|
137 |
+
|
138 |
+
}
|
139 |
+
}
|
140 |
+
|
141 |
+
$es_templ_body = es_cls_registerhook::es_process_template_body($es_templ_body, $did);
|
142 |
+
|
143 |
+
echo stripslashes($es_templ_body);
|
144 |
+
?>
|
145 |
+
</div>
|
146 |
+
<div style="clear:both;"></div>
|
147 |
</div>
|
|
|
|
|
|
|
148 |
</div>
|
149 |
</div>
|
email-subscribers.php
CHANGED
@@ -3,11 +3,11 @@
|
|
3 |
* Plugin Name: Email Subscribers & Newsletters
|
4 |
* Plugin URI: https://www.icegram.com/
|
5 |
* Description: Add subscription forms on website, send HTML newsletters & automatically notify subscribers about new blog posts once it is published.
|
6 |
-
* Version: 3.
|
7 |
* Author: Icegram
|
8 |
* Author URI: https://www.icegram.com/
|
9 |
* Requires at least: 3.4
|
10 |
-
* Tested up to: 4.8.
|
11 |
* Text Domain: email-subscribers
|
12 |
* Domain Path: /languages/
|
13 |
* License: GPLv3
|
@@ -22,17 +22,18 @@ if ( preg_match('#' . basename(__FILE__) . '#', $_SERVER['PHP_SELF']) ) {
|
|
22 |
require_once(dirname(__FILE__).DIRECTORY_SEPARATOR.'base'.DIRECTORY_SEPARATOR.'es-defined.php');
|
23 |
require_once(dirname(__FILE__).DIRECTORY_SEPARATOR.'classes'.DIRECTORY_SEPARATOR.'es-stater.php');
|
24 |
|
25 |
-
add_action( 'admin_menu', array( 'es_cls_registerhook', 'es_adminmenu' ) );
|
26 |
add_action( 'admin_init', array( 'es_cls_registerhook', 'es_welcome' ) );
|
27 |
add_action( 'admin_enqueue_scripts', array( 'es_cls_registerhook', 'es_load_scripts' ) );
|
28 |
add_action( 'wp_enqueue_scripts', array( 'es_cls_registerhook', 'es_load_widget_scripts_styles' ) );
|
29 |
add_action( 'widgets_init', array( 'es_cls_registerhook', 'es_widget_loading' ) );
|
30 |
|
31 |
// Action to Upgrade Email Subscribers database
|
32 |
-
add_action( 'init', array( 'es_cls_registerhook', 'sa_email_subscribers_db_update' ) );
|
33 |
|
34 |
// Admin Notices
|
35 |
add_action( 'admin_notices', array( 'es_cls_registerhook', 'es_add_admin_notices' ) );
|
|
|
36 |
|
37 |
add_shortcode( 'email-subscribers', 'es_shortcode' );
|
38 |
|
@@ -55,6 +56,25 @@ add_filter( 'update_footer', array( 'es_cls_registerhook' , 'es_update_footer_te
|
|
55 |
// Sync upcoming WordPress users
|
56 |
add_action( 'user_register', 'es_sync_registereduser' );
|
57 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
58 |
// To store current date and version in db with each update
|
59 |
add_action( 'upgrader_process_complete', 'es_update_current_version_and_date', 10, 2 );
|
60 |
function es_update_current_version_and_date( $upgrader_object, $options ) {
|
3 |
* Plugin Name: Email Subscribers & Newsletters
|
4 |
* Plugin URI: https://www.icegram.com/
|
5 |
* Description: Add subscription forms on website, send HTML newsletters & automatically notify subscribers about new blog posts once it is published.
|
6 |
+
* Version: 3.4.0
|
7 |
* Author: Icegram
|
8 |
* Author URI: https://www.icegram.com/
|
9 |
* Requires at least: 3.4
|
10 |
+
* Tested up to: 4.8.2
|
11 |
* Text Domain: email-subscribers
|
12 |
* Domain Path: /languages/
|
13 |
* License: GPLv3
|
22 |
require_once(dirname(__FILE__).DIRECTORY_SEPARATOR.'base'.DIRECTORY_SEPARATOR.'es-defined.php');
|
23 |
require_once(dirname(__FILE__).DIRECTORY_SEPARATOR.'classes'.DIRECTORY_SEPARATOR.'es-stater.php');
|
24 |
|
25 |
+
add_action( 'admin_menu', array( 'es_cls_registerhook', 'es_adminmenu' ), 9);
|
26 |
add_action( 'admin_init', array( 'es_cls_registerhook', 'es_welcome' ) );
|
27 |
add_action( 'admin_enqueue_scripts', array( 'es_cls_registerhook', 'es_load_scripts' ) );
|
28 |
add_action( 'wp_enqueue_scripts', array( 'es_cls_registerhook', 'es_load_widget_scripts_styles' ) );
|
29 |
add_action( 'widgets_init', array( 'es_cls_registerhook', 'es_widget_loading' ) );
|
30 |
|
31 |
// Action to Upgrade Email Subscribers database
|
32 |
+
add_action( 'init', array( 'es_cls_registerhook', 'sa_email_subscribers_db_update' ), 11 );
|
33 |
|
34 |
// Admin Notices
|
35 |
add_action( 'admin_notices', array( 'es_cls_registerhook', 'es_add_admin_notices' ) );
|
36 |
+
add_action( 'admin_init', array( 'es_cls_registerhook', 'dismiss_admin_notice' ) );
|
37 |
|
38 |
add_shortcode( 'email-subscribers', 'es_shortcode' );
|
39 |
|
56 |
// Sync upcoming WordPress users
|
57 |
add_action( 'user_register', 'es_sync_registereduser' );
|
58 |
|
59 |
+
// Register post type
|
60 |
+
add_action( 'init', array( 'es_cls_registerhook' , 'es_register_post_type' ) );
|
61 |
+
// Add column for es_template
|
62 |
+
add_filter( 'manage_edit-es_template_columns', array( 'es_cls_registerhook' , 'es_custom_template_column' ), 10 ,1 );
|
63 |
+
add_action( 'manage_es_template_posts_custom_column', array( 'es_cls_registerhook' , 'es_template_edit_columns' ), 2 );
|
64 |
+
// Add preview action
|
65 |
+
add_filter( 'post_row_actions', array('es_cls_registerhook', 'es_add_template_action'), 10, 2 );
|
66 |
+
// Add html for type
|
67 |
+
add_action( 'edit_form_after_title', array( 'es_cls_registerhook', 'es_add_template_type_metaboxes' ), 0 );
|
68 |
+
// Save type
|
69 |
+
add_action( 'save_post', array( 'es_cls_registerhook', 'es_save_template_type' ), 10, 2 );
|
70 |
+
// Add preview button
|
71 |
+
add_action( 'edit_form_advanced', array( 'es_cls_registerhook', 'add_preview_button' ) );
|
72 |
+
// Add keywords
|
73 |
+
add_action('edit_form_after_editor' , array( 'es_cls_registerhook', 'es_add_keyword' ), 10, 2);
|
74 |
+
// Highlight
|
75 |
+
add_filter('parent_file', array( 'es_cls_registerhook','es_highlight'));
|
76 |
+
|
77 |
+
|
78 |
// To store current date and version in db with each update
|
79 |
add_action( 'upgrader_process_complete', 'es_update_current_version_and_date', 10, 2 );
|
80 |
function es_update_current_version_and_date( $upgrader_object, $options ) {
|
images/es-custom-template.png
ADDED
Binary file
|
languages/email-subscribers-ca.mo
CHANGED
Binary file
|
languages/email-subscribers-ca.po
CHANGED
@@ -2,12 +2,11 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Email Subscribers & Newsletters 3.3.4\n"
|
4 |
"Report-Msgid-Bugs-To: https://www.storeapps.org/support/contact-us/\n"
|
5 |
-
"POT-Creation-Date: 2017-
|
6 |
-
"PO-Revision-Date:
|
7 |
-
"Last-Translator:
|
8 |
-
"Language-Team:
|
9 |
-
"
|
10 |
-
"Language: Catalan\n"
|
11 |
"Plural-Forms: nplurals=2; plural=n != 1\n"
|
12 |
"MIME-Version: 1.0\n"
|
13 |
"Content-Type: text/plain; charset=UTF-8\n"
|
@@ -23,45 +22,320 @@ msgstr ""
|
|
23 |
"esc_html_x:1,2c;comments_number_link:2,3;t:1;st:1;trans:1;transChoice:1,2\n"
|
24 |
"X-Loco-Target-Locale: ca_ES"
|
25 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
26 |
#. URI of the plugin
|
27 |
msgid "https://www.icegram.com"
|
|
|
|
|
|
|
|
|
|
|
|
|
28 |
msgstr ""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
29 |
|
30 |
#: ../email-subscribers.php:75
|
31 |
msgctxt "timezone date format"
|
32 |
msgid "Y-m-d H:i:s"
|
33 |
-
msgstr ""
|
34 |
|
35 |
#: ../settings/settings-edit.php:23
|
36 |
msgid "Admin"
|
37 |
-
msgstr ""
|
38 |
|
39 |
#: ../settings/settings-edit.php:24
|
40 |
msgid "Signup Confirmation"
|
41 |
-
msgstr ""
|
42 |
|
43 |
#: ../settings/settings-edit.php:25
|
44 |
msgid "Cron"
|
45 |
-
msgstr ""
|
|
|
|
|
|
|
|
|
46 |
|
47 |
-
#: ../settings/settings-edit.php:42 ../classes/es-register.php:186
|
48 |
-
#: register.php:187
|
49 |
msgid "Settings"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
50 |
msgstr ""
|
|
|
|
|
51 |
|
52 |
#: ../settings/settings-edit.php:89
|
53 |
msgid "Email Type"
|
54 |
-
msgstr ""
|
55 |
|
56 |
#: ../settings/settings-edit.php:90
|
57 |
msgid ""
|
58 |
"Option 1 & 2 is to send emails with default Wordpress method wp_mail(). "
|
59 |
"Option 3 & 4 is to send emails with PHP method mail()."
|
60 |
msgstr ""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
61 |
|
62 |
#: ../settings/settings-edit.php:104
|
63 |
msgid "Opt-In Type"
|
64 |
-
msgstr ""
|
65 |
|
66 |
#: ../settings/settings-edit.php:105
|
67 |
msgid ""
|
@@ -71,78 +345,201 @@ msgid ""
|
|
71 |
"subscriber is not asked to confirm their email address. They are subscribed "
|
72 |
"directly in the list."
|
73 |
msgstr ""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
74 |
|
75 |
#: ../settings/settings-edit.php:136
|
76 |
msgid "Notify Admin when a new subscriber signs up"
|
|
|
|
|
|
|
|
|
|
|
|
|
77 |
msgstr ""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
78 |
|
79 |
#: ../settings/settings-edit.php:149
|
80 |
msgid "Admin Email Subject on new subscriber sign up"
|
81 |
msgstr ""
|
|
|
|
|
82 |
|
83 |
#: ../settings/settings-edit.php:150
|
84 |
msgid ""
|
85 |
"Subject for the admin email whenever a new subscriber signs up and is "
|
86 |
"confirmed."
|
87 |
msgstr ""
|
|
|
|
|
88 |
|
89 |
#: ../settings/settings-edit.php:156
|
90 |
msgid "Admin Email Content on new subscriber signs up"
|
91 |
msgstr ""
|
|
|
|
|
92 |
|
93 |
#: ../settings/settings-edit.php:157
|
94 |
msgid ""
|
95 |
"Content for the admin email whenever a new subscriber signs up and is "
|
96 |
"confirmed.<br />(Available Keywords: ###NAME###, ###EMAIL###, ###GROUP###)"
|
97 |
msgstr ""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
98 |
|
99 |
#: ../settings/settings-edit.php:165
|
100 |
msgid "Subject for the email report which will be sent to admin."
|
101 |
msgstr ""
|
|
|
|
|
|
|
|
|
|
|
102 |
|
103 |
#: ../settings/settings-edit.php:172
|
104 |
msgid ""
|
105 |
"Content for the email report which will be sent to admin.<br />(Available "
|
106 |
"Keywords: ###COUNT###, ###UNIQUE###, ###STARTTIME###, ###ENDTIME###)"
|
107 |
msgstr ""
|
|
|
|
|
|
|
108 |
|
109 |
#: ../settings/settings-edit.php:183
|
110 |
msgid "Double Opt-In Email Subject (Confirmation Email)"
|
111 |
-
msgstr ""
|
112 |
|
113 |
#: ../settings/settings-edit.php:184
|
114 |
msgid ""
|
115 |
"Subject for the confirmation email to be sent for Double Opt-In whenever a "
|
116 |
"subscriber signs up."
|
117 |
msgstr ""
|
|
|
|
|
118 |
|
119 |
#: ../settings/settings-edit.php:190
|
120 |
msgid "Double Opt-In Email Content (Confirmation Email)"
|
121 |
msgstr ""
|
|
|
|
|
122 |
|
123 |
#: ../settings/settings-edit.php:191
|
124 |
msgid ""
|
125 |
"Content for the confirmation email to be sent for Double Opt-In whenever a "
|
126 |
"subscriber signs up.<br />(Available Keywords: ###NAME###, ###LINK###)"
|
127 |
msgstr ""
|
|
|
|
|
|
|
128 |
|
129 |
#: ../settings/settings-edit.php:197
|
130 |
msgid "Double Opt-In Confirmation Link"
|
131 |
-
msgstr ""
|
|
|
|
|
|
|
|
|
132 |
|
133 |
#: ../settings/settings-edit.php:204
|
134 |
msgid ""
|
135 |
"Text to display after an email address is successfully subscribed from "
|
136 |
"Double Opt-In (Confirmation) Email"
|
137 |
msgstr ""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
138 |
|
139 |
#: ../settings/settings-edit.php:212
|
140 |
msgid "Send Welcome Email to New Subscribers after Sign Up?"
|
141 |
msgstr ""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
142 |
|
143 |
#: ../settings/settings-edit.php:224
|
144 |
msgid "Subject for Welcome Email"
|
145 |
-
msgstr ""
|
146 |
|
147 |
#: ../settings/settings-edit.php:225
|
148 |
msgid ""
|
@@ -150,10 +547,13 @@ msgid ""
|
|
150 |
"user's email is either confirmed (if Double Opt-In) / subscribed (if Single "
|
151 |
"Opt-In) successfully."
|
152 |
msgstr ""
|
|
|
|
|
|
|
153 |
|
154 |
#: ../settings/settings-edit.php:231
|
155 |
msgid "Email Content for Welcome Email"
|
156 |
-
msgstr ""
|
157 |
|
158 |
#: ../settings/settings-edit.php:232
|
159 |
msgid ""
|
@@ -161,6 +561,14 @@ msgid ""
|
|
161 |
"confirmed (if Double Opt In) / subscribed (if Single Opt In) successfully."
|
162 |
"<br />(Available Keywords: ###NAME###, ###GROUP###, ###LINK###)"
|
163 |
msgstr ""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
164 |
|
165 |
#: ../settings/settings-edit.php:241
|
166 |
msgid ""
|
@@ -168,48 +576,150 @@ msgid ""
|
|
168 |
"from this plugin. It is a readonly field and you are advised not to modify "
|
169 |
"it."
|
170 |
msgstr ""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
171 |
|
172 |
#: ../settings/settings-edit.php:248
|
173 |
msgid ""
|
174 |
"The text for the unsubscribe link. This text is automatically added with "
|
175 |
"unsubscribe link in the emails.<br />(Available Keyword: ###LINK###)"
|
176 |
msgstr ""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
177 |
|
178 |
#: ../settings/settings-edit.php:255
|
179 |
msgid ""
|
180 |
"This text will be displayed once user clicks on unsubscribe link from the "
|
181 |
"email."
|
182 |
msgstr ""
|
|
|
|
|
183 |
|
184 |
#: ../settings/settings-edit.php:262
|
185 |
msgid "Error in the Subscribe / Confirmation Link"
|
186 |
-
msgstr ""
|
187 |
|
188 |
#: ../settings/settings-edit.php:263
|
189 |
msgid ""
|
190 |
"Default message to display if there is any issue while clicking on subscribe "
|
191 |
"/ confirmation link from the Double Opt-In (Confirmation) emails."
|
192 |
msgstr ""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
193 |
|
194 |
#: ../settings/settings-edit.php:270
|
195 |
msgid ""
|
196 |
"Default message to display if there is any issue while clicking on "
|
197 |
"unsubscribe link from the emails."
|
198 |
msgstr ""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
199 |
|
200 |
#: ../settings/settings-edit.php:369
|
201 |
msgid "(Your web host has limits. We suggest 50 emails per hour to be safe.)"
|
202 |
msgstr ""
|
|
|
|
|
203 |
|
204 |
#: ../settings/settings-edit.php:374
|
205 |
msgid "Cron Report"
|
206 |
-
msgstr ""
|
207 |
|
208 |
#: ../settings/settings-edit.php:375
|
209 |
msgid ""
|
210 |
"Email to admin whenever a cron URL is triggered from your server. (Available "
|
211 |
"Keywords: ###DATE###, ###SUBJECT###, ###COUNT###)"
|
212 |
msgstr ""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
213 |
|
214 |
#: ../settings/settings-edit.php:386
|
215 |
msgid ""
|
@@ -218,34 +728,82 @@ msgid ""
|
|
218 |
"utm_source=es&utm_medium=in_app&utm_campaign=view_docs_help_page\">What is "
|
219 |
"Cron?</a>"
|
220 |
msgstr ""
|
|
|
|
|
|
|
|
|
221 |
|
222 |
#: ../settings/settings-edit.php:387
|
223 |
msgid ""
|
224 |
"<a target=\"_blank\" href=\"https://www.icegram.com/documentation/es-how-to-"
|
225 |
"schedule-cron-emails-in-cpanel/?"
|
226 |
-
"utm_source=es&utm_medium=in_app&utm_campaign=view_docs_help_page\">Setup
|
227 |
-
"job in cPanel</a>"
|
228 |
msgstr ""
|
|
|
|
|
|
|
|
|
229 |
|
230 |
#: ../settings/settings-edit.php:388
|
231 |
msgid ""
|
232 |
"<a target=\"_blank\" href=\"https://www.icegram.com/documentation/es-how-to-"
|
233 |
"schedule-cron-emails-in-parallels-plesk/?"
|
234 |
-
"utm_source=es&utm_medium=in_app&utm_campaign=view_docs_help_page\">Setup
|
235 |
-
"job in Plesk</a>"
|
236 |
msgstr ""
|
|
|
|
|
|
|
|
|
237 |
|
238 |
#: ../settings/settings-edit.php:389
|
239 |
msgid ""
|
240 |
-
"<a target=\"_blank\" href=\"https://www.icegram.com/documentation/es-what-to-
|
241 |
-
"if-hosting-doesnt-support-cron-jobs/?"
|
242 |
"utm_source=es&utm_medium=in_app&utm_campaign=view_docs_help_page\">Hosting "
|
243 |
"does not support cron jobs?</a>"
|
244 |
msgstr ""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
245 |
|
246 |
#: ../sentmail/sentmail-preview.php:27 ../compose/compose-preview.php:27
|
247 |
msgid "Preview Email"
|
248 |
-
msgstr ""
|
249 |
|
250 |
#: ../sentmail/sentmail-preview.php:31
|
251 |
msgid ""
|
@@ -253,1580 +811,1063 @@ msgid ""
|
|
253 |
"(like gmail, yahoo etc) display email content differently. So there could be "
|
254 |
"a slight variation on how your customer will view the email content."
|
255 |
msgstr ""
|
|
|
|
|
|
|
|
|
256 |
|
257 |
-
#: ../
|
258 |
-
|
259 |
-
|
260 |
-
msgstr ""
|
261 |
|
262 |
-
#: ../
|
263 |
-
|
264 |
-
|
265 |
-
msgstr ""
|
266 |
|
267 |
-
#: ../
|
268 |
-
msgid "
|
269 |
-
msgstr ""
|
270 |
|
271 |
-
#: ../
|
272 |
-
msgid "
|
273 |
-
msgstr ""
|
274 |
|
275 |
-
#: ../
|
276 |
-
|
277 |
-
|
|
|
278 |
|
279 |
-
#: ../
|
280 |
-
msgid "
|
|
|
281 |
msgstr ""
|
|
|
282 |
|
283 |
-
#: ../
|
284 |
-
msgid "
|
285 |
-
msgstr ""
|
286 |
|
287 |
-
#: ../
|
288 |
-
|
289 |
-
|
|
|
|
|
290 |
|
291 |
-
#: ../
|
292 |
-
msgid "
|
293 |
-
msgstr ""
|
294 |
|
295 |
-
#: ../
|
296 |
-
#: show.php:
|
297 |
-
|
298 |
-
|
|
|
|
|
|
|
299 |
|
300 |
-
#: ../
|
301 |
-
|
302 |
-
|
|
|
303 |
|
304 |
-
#: ../
|
305 |
-
msgid "
|
306 |
-
msgstr ""
|
307 |
|
308 |
-
#: ../
|
309 |
-
msgid "
|
310 |
-
msgstr ""
|
311 |
|
312 |
-
#: ../
|
313 |
-
msgid "
|
314 |
-
msgstr ""
|
315 |
|
316 |
-
#: ../
|
317 |
-
|
318 |
-
|
|
|
|
|
|
|
|
|
319 |
|
320 |
-
#: ../
|
321 |
-
msgid "
|
322 |
-
msgstr ""
|
323 |
|
324 |
-
#: ../
|
325 |
-
msgid "
|
|
|
|
|
326 |
msgstr ""
|
|
|
|
|
327 |
|
328 |
-
#: ../
|
329 |
-
msgid "
|
330 |
-
msgstr ""
|
331 |
|
332 |
-
#: ../
|
333 |
-
|
334 |
-
|
335 |
-
"%s: ###NAME###, ###EMAIL###, ###DATE###, ###POSTTITLE###, ###POSTLINK###, "
|
336 |
-
"###POSTIMAGE###, ###POSTDESC###, ###POSTAUTHOR###, ###POSTLINK-WITHTITLE###, "
|
337 |
-
"###POSTLINK-ONLY###, ###POSTFULL### (For Post Notification only)"
|
338 |
-
msgstr ""
|
339 |
-
|
340 |
-
#: ../compose/compose-add.php:43
|
341 |
-
msgid "Successfully created. "
|
342 |
-
msgstr ""
|
343 |
|
344 |
-
#: ../
|
345 |
-
|
346 |
-
|
347 |
-
|
348 |
-
|
349 |
-
msgstr ""
|
350 |
|
351 |
-
#: ../
|
352 |
-
msgid "
|
353 |
-
msgstr ""
|
354 |
|
355 |
-
#: ../
|
356 |
-
|
357 |
-
|
358 |
-
msgstr ""
|
359 |
|
360 |
-
#: ../
|
361 |
-
msgid "
|
362 |
-
msgstr ""
|
363 |
|
364 |
-
#: ../
|
365 |
-
msgid "
|
366 |
-
msgstr ""
|
367 |
|
368 |
-
#: ../
|
369 |
-
#, php-format
|
370 |
msgid ""
|
371 |
-
"
|
372 |
-
"
|
373 |
-
msgstr ""
|
374 |
-
|
375 |
-
#: ../help/help.php:201
|
376 |
-
msgid "donating to us"
|
377 |
msgstr ""
|
|
|
|
|
378 |
|
379 |
-
#: ../
|
380 |
-
msgid "
|
381 |
-
msgstr ""
|
382 |
|
383 |
-
#: ../
|
384 |
-
msgid ""
|
385 |
-
"
|
386 |
-
"leads, send automated new blog post notification emails, create & send "
|
387 |
-
"newsletters and manage all this in one single place."
|
388 |
-
msgstr ""
|
389 |
|
390 |
-
#: ../
|
391 |
-
msgid "
|
392 |
-
msgstr ""
|
393 |
|
394 |
-
#: ../
|
395 |
-
|
396 |
-
"
|
397 |
-
"
|
398 |
-
msgstr ""
|
399 |
|
400 |
-
#: ../
|
401 |
-
|
402 |
-
|
|
|
403 |
|
404 |
-
#: ../
|
405 |
-
msgid "
|
406 |
-
msgstr ""
|
407 |
|
408 |
-
#: ../
|
409 |
-
msgid ""
|
410 |
-
"
|
411 |
-
"published on your website."
|
412 |
-
msgstr ""
|
413 |
|
414 |
-
#: ../
|
415 |
-
|
416 |
-
|
|
|
|
|
|
|
|
|
417 |
|
418 |
-
#: ../
|
419 |
-
|
420 |
-
|
|
|
|
|
|
|
421 |
|
422 |
-
#: ../
|
423 |
-
|
424 |
-
|
|
|
|
|
|
|
|
|
425 |
|
426 |
-
#: ../
|
427 |
-
msgid "
|
428 |
-
msgstr ""
|
429 |
|
430 |
-
#: ../
|
431 |
-
msgid "
|
432 |
-
msgstr ""
|
433 |
|
434 |
-
#: ../
|
435 |
-
msgid "
|
436 |
-
msgstr ""
|
437 |
|
438 |
-
#: ../
|
439 |
-
msgid "
|
440 |
-
msgstr ""
|
441 |
|
442 |
-
#: ../
|
443 |
-
|
444 |
-
|
|
|
|
|
|
|
445 |
|
446 |
-
#: ../
|
447 |
-
|
448 |
-
|
|
|
|
|
|
|
449 |
|
450 |
-
#: ../
|
451 |
-
|
452 |
-
|
|
|
|
|
|
|
453 |
|
454 |
-
#: ../
|
455 |
-
|
456 |
-
|
457 |
-
"Use any of the following 3 methods :<br>\n"
|
458 |
-
" a) Shortcode in any page/post : <strong>[email-subscribers "
|
459 |
-
"namefield=\"YES\" desc=\"\" group=\"Public\"]</strong> <i>Or</i><br>\n"
|
460 |
-
" b) Go to Appearance -> Widgets. Click on widget Email subscribers "
|
461 |
-
"and drag it to the sidebar on the right <i>Or</i><br>\n"
|
462 |
-
" c) Copy and past this php code to your desired template location : "
|
463 |
-
"<strong>%s</strong>"
|
464 |
-
msgstr ""
|
465 |
|
466 |
-
#: ../
|
467 |
-
|
468 |
-
|
|
|
469 |
|
470 |
-
#: ../
|
471 |
-
|
472 |
-
|
|
|
|
|
|
|
|
|
473 |
|
474 |
-
#: ../
|
475 |
-
|
476 |
-
|
|
|
477 |
|
478 |
-
#: ../
|
479 |
-
|
480 |
-
|
481 |
-
msgstr ""
|
482 |
|
483 |
-
#: ../
|
484 |
-
|
485 |
-
|
|
|
486 |
|
487 |
-
#: ../
|
488 |
msgid ""
|
489 |
-
"
|
490 |
-
"Roles"
|
491 |
msgstr ""
|
|
|
|
|
492 |
|
493 |
-
#: ../
|
494 |
-
|
495 |
-
|
|
|
496 |
|
497 |
-
#: ../
|
498 |
-
|
499 |
-
|
|
|
|
|
500 |
|
501 |
-
#: ../
|
502 |
-
msgid "
|
|
|
503 |
msgstr ""
|
|
|
|
|
504 |
|
505 |
-
#: ../
|
506 |
-
msgid "
|
507 |
-
msgstr ""
|
508 |
|
509 |
-
#: ../
|
510 |
-
msgid "
|
511 |
-
msgstr ""
|
512 |
|
513 |
-
#: ../
|
514 |
-
msgid "
|
515 |
-
msgstr ""
|
516 |
|
517 |
-
#: ../
|
518 |
-
msgid "
|
519 |
-
msgstr ""
|
520 |
|
521 |
-
#: ../
|
522 |
-
|
523 |
-
|
|
|
524 |
|
525 |
-
#: ../
|
526 |
-
|
527 |
-
|
528 |
-
|
529 |
-
#: ../help/help.php:358
|
530 |
-
msgid "How to Schedule Cron Emails?"
|
531 |
-
msgstr ""
|
532 |
|
533 |
-
#: ../
|
534 |
-
|
535 |
-
|
|
|
536 |
|
537 |
-
#: ../
|
538 |
-
msgid "
|
539 |
-
msgstr ""
|
540 |
|
541 |
-
#: ../
|
542 |
-
|
543 |
-
|
|
|
544 |
|
545 |
-
#: ../
|
546 |
-
msgid "
|
547 |
-
msgstr ""
|
548 |
|
549 |
-
#: ../
|
550 |
-
msgid "
|
551 |
-
msgstr ""
|
552 |
|
553 |
-
#: ../
|
554 |
-
msgid "
|
555 |
-
msgstr ""
|
556 |
|
557 |
-
#: ../
|
558 |
-
msgid "
|
559 |
-
msgstr ""
|
560 |
|
561 |
-
#: ../
|
562 |
-
msgid "
|
563 |
-
msgstr ""
|
564 |
|
565 |
-
#: ../
|
566 |
-
msgid "
|
567 |
-
msgstr ""
|
568 |
|
569 |
-
#: ../
|
570 |
-
msgid "
|
571 |
-
msgstr ""
|
572 |
|
573 |
-
#: ../
|
574 |
-
msgid ""
|
575 |
-
"
|
576 |
-
"grouping option right next to the form."
|
577 |
-
msgstr ""
|
578 |
|
579 |
-
#: ../
|
580 |
-
msgid "
|
581 |
-
msgstr ""
|
582 |
|
583 |
-
#: ../
|
584 |
-
msgid "
|
585 |
-
msgstr ""
|
586 |
|
587 |
-
#: ../
|
588 |
-
msgid "
|
589 |
-
msgstr ""
|
590 |
|
591 |
-
#: ../
|
592 |
-
msgid ""
|
593 |
-
"
|
594 |
-
"bars, slide-ins, sidebars, full screen popups etc."
|
595 |
-
msgstr ""
|
596 |
|
597 |
-
#: ../
|
598 |
-
msgid "
|
599 |
-
msgstr ""
|
600 |
|
601 |
-
#: ../
|
602 |
-
msgid ""
|
603 |
-
"
|
604 |
-
"increase sign-ups to your WordPress website."
|
605 |
-
msgstr ""
|
606 |
|
607 |
-
#: ../
|
608 |
-
|
609 |
-
msgid "
|
610 |
-
msgstr ""
|
611 |
|
612 |
-
#: ../
|
613 |
-
|
614 |
-
|
|
|
615 |
|
616 |
-
#: ../
|
617 |
-
|
618 |
-
|
|
|
619 |
|
620 |
-
#: ../
|
621 |
-
|
622 |
-
|
|
|
623 |
|
624 |
-
#: ../
|
625 |
-
msgid "
|
626 |
-
msgstr ""
|
627 |
|
628 |
-
#: ../
|
629 |
-
|
630 |
-
"
|
631 |
-
"
|
632 |
-
msgstr ""
|
633 |
|
634 |
-
#: ../
|
635 |
-
|
636 |
-
"
|
637 |
-
"
|
638 |
-
msgstr ""
|
639 |
|
640 |
-
#: ../
|
641 |
-
msgid "
|
642 |
-
msgstr ""
|
643 |
|
644 |
-
#: ../
|
645 |
-
msgid "
|
646 |
-
msgstr ""
|
647 |
|
648 |
-
#: ../
|
649 |
-
|
650 |
-
|
|
|
|
|
|
|
651 |
|
652 |
-
#: ../
|
653 |
-
|
654 |
-
|
655 |
-
msgstr ""
|
656 |
|
657 |
-
#: ../
|
658 |
-
|
659 |
-
|
660 |
-
msgstr ""
|
661 |
|
662 |
-
#: ../
|
663 |
-
msgid "
|
664 |
-
msgstr ""
|
665 |
|
666 |
-
#: ../
|
667 |
-
msgid "
|
668 |
-
msgstr ""
|
669 |
|
670 |
-
#: ../
|
671 |
-
msgid "
|
672 |
-
msgstr ""
|
673 |
|
674 |
-
#: ../
|
675 |
-
msgid "
|
676 |
-
msgstr ""
|
677 |
|
678 |
-
#: ../
|
679 |
-
msgid "
|
680 |
-
msgstr ""
|
681 |
|
682 |
-
#: ../
|
683 |
-
msgid "
|
684 |
-
msgstr ""
|
685 |
|
686 |
-
#: ../
|
687 |
-
|
688 |
-
|
|
|
689 |
|
690 |
-
#: ../
|
691 |
-
msgid "
|
692 |
msgstr ""
|
|
|
693 |
|
694 |
-
#: ../
|
695 |
-
msgid "
|
|
|
|
|
696 |
msgstr ""
|
|
|
|
|
697 |
|
698 |
-
#: ../
|
699 |
-
msgid "
|
700 |
-
msgstr ""
|
701 |
|
702 |
-
#: ../
|
703 |
-
msgid "
|
704 |
-
msgstr ""
|
705 |
|
706 |
-
#: ../
|
707 |
-
msgid "
|
708 |
-
msgstr ""
|
709 |
|
710 |
-
#: ../
|
711 |
-
msgid "
|
712 |
-
msgstr ""
|
713 |
|
714 |
-
#: ../
|
715 |
-
msgid "
|
716 |
-
msgstr ""
|
717 |
-
|
718 |
-
#: ../classes/es-register.php:817
|
719 |
-
msgid "Using Double Opt In"
|
720 |
-
msgstr ""
|
721 |
-
|
722 |
-
#: ../classes/es-register.php:819
|
723 |
-
msgid "Using Single Opt In"
|
724 |
-
msgstr ""
|
725 |
|
726 |
-
#: ../
|
727 |
-
msgid "
|
728 |
-
msgstr ""
|
729 |
|
730 |
-
#: ../
|
731 |
-
msgid "
|
732 |
-
msgstr ""
|
733 |
|
734 |
-
#: ../
|
735 |
-
|
736 |
-
|
737 |
-
msgstr ""
|
738 |
|
739 |
-
#: ../
|
740 |
-
|
741 |
-
|
742 |
-
msgstr ""
|
743 |
|
744 |
-
#: ../
|
745 |
-
|
746 |
-
|
747 |
-
msgstr ""
|
748 |
|
749 |
-
#: ../
|
750 |
-
msgid "
|
751 |
-
msgstr ""
|
752 |
|
753 |
-
#: ../
|
754 |
-
msgid "
|
755 |
-
msgstr ""
|
756 |
|
757 |
-
#: ../
|
758 |
-
msgid "
|
759 |
-
msgstr ""
|
760 |
|
761 |
-
#: ../
|
762 |
-
msgid "
|
763 |
-
msgstr ""
|
764 |
|
765 |
-
#: ../
|
766 |
-
msgid "
|
767 |
-
msgstr ""
|
768 |
|
769 |
-
#: ../
|
770 |
-
msgid "
|
771 |
-
msgstr ""
|
772 |
|
773 |
-
#: ../
|
774 |
-
msgid "
|
775 |
msgstr ""
|
|
|
|
|
776 |
|
777 |
-
#: ../
|
778 |
-
msgid "
|
779 |
-
msgstr "
|
780 |
|
781 |
-
#: ../
|
782 |
-
msgid "
|
783 |
-
msgstr "
|
784 |
|
785 |
-
#: ../
|
786 |
-
msgid "
|
787 |
msgstr ""
|
788 |
-
"
|
789 |
-
"composició per crear-ne de nous."
|
790 |
-
|
791 |
-
#: ../notification/notification-add.php:51 ../notification/notification-edit.php:67
|
792 |
-
msgid "Please select post categories."
|
793 |
-
msgstr "Seleccioneu les categories de correus."
|
794 |
-
|
795 |
-
#: ../notification/notification-add.php:71
|
796 |
-
msgid "Notification successfully created. "
|
797 |
-
msgstr "Notificació creada correctament."
|
798 |
-
|
799 |
-
#: ../notification/notification-add.php:112
|
800 |
-
msgid "Add Notification"
|
801 |
-
msgstr "Afegir notificació"
|
802 |
-
|
803 |
-
#: ../notification/notification-add.php:113 ../notification/notification-show.php:
|
804 |
-
#: 54 ../notification/notification-edit.php:124 ../settings/settings-edit.php:43 .
|
805 |
-
#: ./sentmail/sentmail-preview.php:28 ../sentmail/sentmail-show.php:94 ..
|
806 |
-
#: sentmail/deliverreport-show.php:58 ../subscribers/view-subscriber-import.php:
|
807 |
-
#: 146 ../subscribers/view-subscriber-show.php:246 ../subscribers/view-subscriber-
|
808 |
-
#: export.php:38 ../subscribers/view-subscriber-add.php:114 ../subscribers/view-
|
809 |
-
#: subscriber-edit.php:113 ../subscribers/view-subscriber-sync.php:92 ..
|
810 |
-
#: compose/compose-edit.php:86 ../compose/compose-add.php:75 ../compose/compose-
|
811 |
-
#: show.php:66 ../compose/compose-preview.php:28 ../sendmail/sendmail.php:94
|
812 |
-
msgid "Help"
|
813 |
-
msgstr "Ajuda"
|
814 |
|
815 |
-
#: ../
|
816 |
-
msgid "Select
|
817 |
-
msgstr "
|
818 |
|
819 |
-
#: ../
|
820 |
-
|
821 |
-
|
822 |
-
#: subscriber-add.php:162 ../subscribers/view-subscriber-edit.php:162 ..
|
823 |
-
#: subscribers/view-subscriber-sync.php:119 ../sendmail/sendmail.php:110 ..
|
824 |
-
#: sendmail/sendmail.php:137 ../sendmail/sendmail.php:151
|
825 |
-
msgid "Select"
|
826 |
-
msgstr "seleccionar"
|
827 |
|
828 |
-
#: ../
|
829 |
-
|
830 |
-
|
831 |
-
msgstr "Selecciona notificació assumpte del correu"
|
832 |
|
833 |
-
#: ../
|
834 |
-
|
835 |
-
|
836 |
-
msgstr "(Utilitzeu el menú de composició per crear-ne de nou)"
|
837 |
|
838 |
-
#: ../
|
839 |
-
|
840 |
-
|
841 |
-
msgstr "Seleccioneu categoria de correu"
|
842 |
|
843 |
-
#: ../
|
844 |
-
|
845 |
-
|
846 |
-
msgstr "Seleccionar-ho tot"
|
847 |
|
848 |
-
#: ../
|
849 |
-
|
850 |
-
|
851 |
-
msgstr "Deseleccionar-ho tot"
|
852 |
|
853 |
-
#: ../
|
854 |
-
|
855 |
-
|
856 |
-
msgstr "Seleccioni el seu tipus personalitzat del Post"
|
857 |
|
858 |
-
#: ../
|
859 |
-
|
860 |
-
|
861 |
-
|
|
|
862 |
|
863 |
-
#: ../
|
864 |
-
|
865 |
-
|
866 |
-
msgstr "Sense tipus de Post personalitzats disponibles"
|
867 |
|
868 |
-
#: ../
|
869 |
-
|
870 |
-
msgid "
|
871 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
872 |
|
873 |
-
#: ../
|
874 |
-
|
875 |
-
|
876 |
-
msgstr "Enviar email immediatamanet"
|
877 |
|
878 |
-
#: ../
|
879 |
-
|
880 |
-
|
881 |
-
msgstr "Afegir a cron i enviar correu electrònic a través de cron"
|
882 |
|
883 |
-
#: ../
|
884 |
-
|
885 |
-
|
886 |
-
msgstr "Desactivar la notificació de correu electrònic"
|
887 |
|
888 |
-
#: ../
|
889 |
-
|
890 |
-
|
891 |
-
msgid "Save"
|
892 |
-
msgstr "Desar"
|
893 |
|
894 |
-
#: ../
|
895 |
-
|
896 |
-
|
897 |
-
#: compose/compose-show.php:33 ../compose/compose-preview.php:18
|
898 |
-
msgid "Oops, selected details does not exists."
|
899 |
-
msgstr "Vaja, les dades seleccionades no existeixen."
|
900 |
|
901 |
-
#: ../
|
902 |
-
#:
|
903 |
-
msgid "
|
904 |
-
msgstr "
|
905 |
|
906 |
-
#: ../
|
907 |
-
|
908 |
-
|
909 |
-
msgstr "Notificacions de les entrades"
|
910 |
|
911 |
-
#: ../
|
912 |
-
|
913 |
-
|
914 |
-
msgstr "Afegir nou"
|
915 |
|
916 |
-
#: ../
|
917 |
msgid ""
|
918 |
-
"
|
919 |
-
"
|
|
|
920 |
msgstr ""
|
921 |
-
"
|
922 |
-
"
|
|
|
|
|
|
|
923 |
|
924 |
-
#: ../
|
925 |
-
|
926 |
-
|
927 |
-
msgstr "Subjecte del email"
|
928 |
-
|
929 |
-
#: ../notification/notification-show.php:69 ../notification/notification-show.php:
|
930 |
-
#: 77
|
931 |
-
msgid "Subscribers Group"
|
932 |
-
msgstr "Grups de subscriptors"
|
933 |
-
|
934 |
-
#: ../notification/notification-show.php:70 ../notification/notification-show.php:
|
935 |
-
#: 78
|
936 |
-
msgid "Post Categories / Custom Post Types"
|
937 |
-
msgstr "Categories de les entrades / Tipus personalitzats d'entrades"
|
938 |
-
|
939 |
-
#: ../notification/notification-show.php:71 ../notification/notification-show.php:
|
940 |
-
#: 79
|
941 |
-
msgid "Notification Status"
|
942 |
-
msgstr "Estat de la notificació"
|
943 |
|
944 |
-
#: ../
|
945 |
-
#:
|
946 |
-
msgid "
|
947 |
-
|
|
|
|
|
|
|
|
|
948 |
|
949 |
-
#: ../
|
950 |
-
|
951 |
-
|
952 |
-
msgid "Delete"
|
953 |
-
msgstr "Esborrar"
|
954 |
|
955 |
-
#: ../
|
956 |
-
|
957 |
-
|
958 |
-
msgid "No records available."
|
959 |
-
msgstr "No hi ha registres disponibles."
|
960 |
|
961 |
-
#: ../
|
962 |
-
msgid "
|
963 |
-
|
964 |
-
|
965 |
-
#: ../notification/notification-edit.php:55
|
966 |
-
msgid "Please select notification status"
|
967 |
-
msgstr "Selecciona l'estat de notificació"
|
968 |
-
|
969 |
-
#: ../notification/notification-edit.php:89
|
970 |
-
msgid "Notification successfully updated. "
|
971 |
-
msgstr "Notificació actualitzada correctament."
|
972 |
-
|
973 |
-
#: ../notification/notification-edit.php:122
|
974 |
-
msgid "Edit Notification"
|
975 |
-
msgstr "Editar la notificació"
|
976 |
-
|
977 |
-
#: ../notification/notification-edit.php:131 ../subscribers/view-subscriber-show.
|
978 |
-
#: php:289
|
979 |
-
msgid "Update Subscribers Group"
|
980 |
-
msgstr "Actualitzar grups de subscriptors"
|
981 |
-
|
982 |
-
#. Plugin Name of the plugin/theme
|
983 |
-
msgid "Email Subscribers & Newsletters"
|
984 |
-
msgstr "Email Subscribers & Newsletters"
|
985 |
-
|
986 |
-
#. Description of the plugin/theme
|
987 |
-
msgid ""
|
988 |
-
"Add subscription forms on website, send HTML newsletters & automatically "
|
989 |
-
"notify subscribers about new blog posts once it is published."
|
990 |
-
msgstr ""
|
991 |
-
"Afegir formularis de subscripció a la pàgina web, enviar butlletins HTML i "
|
992 |
-
"notificar als subscriptors automàticament sobre nous missatges al blog una "
|
993 |
-
"vegada que es publiquen."
|
994 |
-
|
995 |
-
#. Author of the plugin/theme
|
996 |
-
msgid "Icegram"
|
997 |
-
msgstr "Icegram"
|
998 |
-
|
999 |
-
#: ../settings/settings-edit.php:26
|
1000 |
-
msgid "User Roles"
|
1001 |
-
msgstr "Funcions d'usuari"
|
1002 |
-
|
1003 |
-
#: ../settings/settings-edit.php:67
|
1004 |
-
msgid "Save Settings"
|
1005 |
-
msgstr "Desa la configuració"
|
1006 |
-
|
1007 |
-
#: ../settings/settings-edit.php:78
|
1008 |
-
msgid "Sender of Notifications"
|
1009 |
-
msgstr "Remitent de Notificacions"
|
1010 |
-
|
1011 |
-
#: ../settings/settings-edit.php:79
|
1012 |
-
msgid ""
|
1013 |
-
"Choose a FROM name and FROM email address for all the emails to be sent from "
|
1014 |
-
"this plugin."
|
1015 |
-
msgstr ""
|
1016 |
-
"Triar un remitent i una adreça de correu electrònic per a tots els correus "
|
1017 |
-
"electrònics per ser enviats des d'aquest plugin."
|
1018 |
-
|
1019 |
-
#: ../settings/settings-edit.php:94
|
1020 |
-
msgid "1. WP HTML MAIL"
|
1021 |
-
msgstr "1. WP HTML MAIL"
|
1022 |
-
|
1023 |
-
#: ../settings/settings-edit.php:95
|
1024 |
-
msgid "2. WP PLAINTEXT MAIL"
|
1025 |
-
msgstr "2. WP TEXT PLA MAIL"
|
1026 |
-
|
1027 |
-
#: ../settings/settings-edit.php:96
|
1028 |
-
msgid "3. PHP HTML MAIL"
|
1029 |
-
msgstr "3. PHP HTML MAIL"
|
1030 |
-
|
1031 |
-
#: ../settings/settings-edit.php:97
|
1032 |
-
msgid "4. PHP PLAINTEXT MAIL"
|
1033 |
-
msgstr "4. PHP TEXT PLA MAIL"
|
1034 |
-
|
1035 |
-
#: ../settings/settings-edit.php:109
|
1036 |
-
msgid "Double Opt In"
|
1037 |
-
msgstr "Doble Opt In"
|
1038 |
-
|
1039 |
-
#: ../settings/settings-edit.php:110 ../subscribers/view-subscriber-import.php:
|
1040 |
-
#: 178 ../subscribers/view-subscriber-show.php:312 ../subscribers/view-subscriber-
|
1041 |
-
#: show.php:339 ../subscribers/view-subscriber-add.php:151 ../subscribers/view-
|
1042 |
-
#: subscriber-edit.php:150
|
1043 |
-
msgid "Single Opt In"
|
1044 |
-
msgstr "Opt In sencill"
|
1045 |
-
|
1046 |
-
#: ../settings/settings-edit.php:116
|
1047 |
-
msgid "Image Size"
|
1048 |
-
msgstr "Mida de la imatge"
|
1049 |
-
|
1050 |
-
#: ../settings/settings-edit.php:117
|
1051 |
-
msgid ""
|
1052 |
-
"Select image size for ###POSTIMAGE### to be shown in the Post Notification "
|
1053 |
-
"Emails."
|
1054 |
-
msgstr ""
|
1055 |
-
"Selecciona la mida de la imatge per ###POSTIMAGE### que es mostra en els "
|
1056 |
-
"missatges de notificació"
|
1057 |
-
|
1058 |
-
#: ../settings/settings-edit.php:121
|
1059 |
-
msgid "Full Size"
|
1060 |
-
msgstr "mida completa"
|
1061 |
-
|
1062 |
-
#: ../settings/settings-edit.php:122
|
1063 |
-
msgid "Medium Size"
|
1064 |
-
msgstr "Mida mitjana"
|
1065 |
-
|
1066 |
-
#: ../settings/settings-edit.php:123
|
1067 |
-
msgid "Thumbnail"
|
1068 |
-
msgstr "Miniatura"
|
1069 |
-
|
1070 |
-
#: ../settings/settings-edit.php:129
|
1071 |
-
msgid "Admin Email Addresses"
|
1072 |
-
msgstr "Adreces email dels administradors"
|
1073 |
-
|
1074 |
-
#: ../settings/settings-edit.php:130
|
1075 |
-
msgid ""
|
1076 |
-
"Enter the admin email addresses that should receive notifications (separated "
|
1077 |
-
"by comma)."
|
1078 |
-
msgstr ""
|
1079 |
-
"Introduïu les adreces de correu electrònic d'administració que han de rebre "
|
1080 |
-
"notificacions (separades per comes)."
|
1081 |
-
|
1082 |
-
#: ../settings/settings-edit.php:137
|
1083 |
-
msgid ""
|
1084 |
-
"To send admin email notifications for the new subscriber. This option must "
|
1085 |
-
"be set to YES."
|
1086 |
-
msgstr ""
|
1087 |
-
"Per enviar notificacions per correu electrònic a l'administrador per un nou "
|
1088 |
-
"subscrit. Aquesta opció ha d'estar a YES."
|
1089 |
-
|
1090 |
-
#: ../settings/settings-edit.php:142 ../settings/settings-edit.php:217 ..
|
1091 |
-
#: subscribers/view-subscriber-sync.php:107 ../classes/es-register.php:1144
|
1092 |
-
msgid "YES"
|
1093 |
-
msgstr "Si"
|
1094 |
-
|
1095 |
-
#: ../settings/settings-edit.php:143 ../settings/settings-edit.php:218 ..
|
1096 |
-
#: subscribers/view-subscriber-sync.php:106 ../classes/es-register.php:1145
|
1097 |
-
msgid "NO"
|
1098 |
-
msgstr "No"
|
1099 |
-
|
1100 |
-
#: ../settings/settings-edit.php:164
|
1101 |
-
msgid "Sent Report Subject"
|
1102 |
-
msgstr "Assumpte del informe enviat"
|
1103 |
-
|
1104 |
-
#: ../settings/settings-edit.php:171
|
1105 |
-
msgid "Sent Report Content"
|
1106 |
-
msgstr "Contingut del informe enviat"
|
1107 |
-
|
1108 |
-
#: ../settings/settings-edit.php:198
|
1109 |
-
msgid "It is a readonly field and you are advised not to modify it."
|
1110 |
-
msgstr "És un camp de només lectura i se li recomana no modificar-lo."
|
1111 |
-
|
1112 |
-
#: ../settings/settings-edit.php:205
|
1113 |
-
msgid ""
|
1114 |
-
"This text will be displayed once user clicks on email confirmation link from "
|
1115 |
-
"the Double Opt In (confirmation) Email."
|
1116 |
-
msgstr ""
|
1117 |
-
"Aquest text es mostrarà un cop que l'usuari faci clic a l'enllaç de "
|
1118 |
-
"confirmació del correu electrònic pel Doble Opt In (confirmació)"
|
1119 |
-
|
1120 |
-
#: ../settings/settings-edit.php:213
|
1121 |
-
msgid ""
|
1122 |
-
"To send welcome email to subscriber after successful signup. This option "
|
1123 |
-
"must be set to YES."
|
1124 |
-
msgstr ""
|
1125 |
-
"Per enviar correu electrònic de benvinguda al subscriptor després del "
|
1126 |
-
"registre amb èxit. Aquesta opció ha d'estar a YES."
|
1127 |
-
|
1128 |
-
#: ../settings/settings-edit.php:240
|
1129 |
-
msgid "Unsubscribe Link"
|
1130 |
-
msgstr "Enllaç per a donar-se de baixa"
|
1131 |
-
|
1132 |
-
#: ../settings/settings-edit.php:247
|
1133 |
-
msgid "Unsubscribe Text in Email"
|
1134 |
-
msgstr "Text de donar-se de baixa en el correu electrònic"
|
1135 |
-
|
1136 |
-
#: ../settings/settings-edit.php:254
|
1137 |
-
msgid "Text to display after an email address is unsubscribed"
|
1138 |
-
msgstr "Text a mostrar després que una adreça de correu electrònic és donada de baixa"
|
1139 |
-
|
1140 |
-
#: ../settings/settings-edit.php:269
|
1141 |
-
msgid "Error in the Unsubscribe Link"
|
1142 |
-
msgstr "Error amb l'enllaç de baixa"
|
1143 |
-
|
1144 |
-
#: ../settings/settings-edit.php:282
|
1145 |
-
msgid "Select user roles who can access following menus. Only Admin can change this."
|
1146 |
-
msgstr ""
|
1147 |
-
"Seleccioneu els rols d'usuaris que poden accedir als menús següents. Només "
|
1148 |
-
"administrador pot canviar això."
|
1149 |
-
|
1150 |
-
#: ../settings/settings-edit.php:288
|
1151 |
-
msgid "Subscribers Menu"
|
1152 |
-
msgstr "Menú dels subscriptors"
|
1153 |
-
|
1154 |
-
#: ../settings/settings-edit.php:292 ../settings/settings-edit.php:304 ..
|
1155 |
-
#: settings/settings-edit.php:316 ../settings/settings-edit.php:328 ..
|
1156 |
-
#: settings/settings-edit.php:340
|
1157 |
-
msgid "Administrator Only"
|
1158 |
-
msgstr "Només l'administrador"
|
1159 |
-
|
1160 |
-
#: ../settings/settings-edit.php:293 ../settings/settings-edit.php:305 ..
|
1161 |
-
#: settings/settings-edit.php:317 ../settings/settings-edit.php:329 ..
|
1162 |
-
#: settings/settings-edit.php:341
|
1163 |
-
msgid "Administrator/Editor"
|
1164 |
-
msgstr "Administrador/editor"
|
1165 |
-
|
1166 |
-
#: ../settings/settings-edit.php:294 ../settings/settings-edit.php:306 ..
|
1167 |
-
#: settings/settings-edit.php:318 ../settings/settings-edit.php:330 ..
|
1168 |
-
#: settings/settings-edit.php:342
|
1169 |
-
msgid "Administrator/Editor/Author/Contributor"
|
1170 |
-
msgstr "Administrador/editor/autor/contribuidor"
|
1171 |
-
|
1172 |
-
#: ../settings/settings-edit.php:300
|
1173 |
-
msgid "Compose Menu"
|
1174 |
-
msgstr "Manú per compondre"
|
1175 |
-
|
1176 |
-
#: ../settings/settings-edit.php:312
|
1177 |
-
msgid "Post Notifications Menu"
|
1178 |
-
msgstr "Menú de notificacionns"
|
1179 |
-
|
1180 |
-
#: ../settings/settings-edit.php:324 ../sendmail/sendmail.php:93 ../classes/es-
|
1181 |
-
#: register.php:183 ../classes/es-register.php:184
|
1182 |
-
msgid "Newsletters"
|
1183 |
-
msgstr "Butlletins"
|
1184 |
-
|
1185 |
-
#: ../settings/settings-edit.php:336
|
1186 |
-
msgid "Reports Menu"
|
1187 |
-
msgstr "menú d'informes"
|
1188 |
-
|
1189 |
-
#: ../settings/settings-edit.php:353
|
1190 |
-
msgid "Cron job URL"
|
1191 |
-
msgstr "URL de treball del Cron"
|
1192 |
-
|
1193 |
-
#: ../settings/settings-edit.php:354
|
1194 |
-
msgid ""
|
1195 |
-
"This is your Cron Job URL. It is a readonly field and you are advised not to "
|
1196 |
-
"modify it."
|
1197 |
-
msgstr ""
|
1198 |
-
"Aquesta és la seva URL Cron Job. És un camp de només lectura i se li "
|
1199 |
-
"recomana no modificar-lo."
|
1200 |
-
|
1201 |
-
#: ../settings/settings-edit.php:363
|
1202 |
-
msgid "Email Count"
|
1203 |
-
msgstr "Comte de correu electrònic"
|
1204 |
-
|
1205 |
-
#: ../settings/settings-edit.php:364
|
1206 |
-
msgid "Number of emails that you want to trigger per hour."
|
1207 |
-
msgstr "Nombre de missatges de correu electrònic que voleu enviar per hora."
|
1208 |
-
|
1209 |
-
#: ../settings/settings-edit.php:385
|
1210 |
-
msgid "What is Cron (auto emails) and how to setup Cron Job?"
|
1211 |
-
msgstr "El que és Cron (correus electrònics automàtics) i com configurar Cron Job?"
|
1212 |
-
|
1213 |
-
#: ../settings/settings-edit.php:504
|
1214 |
-
msgid "Please enter sender of notifications from name."
|
1215 |
-
msgstr "Si us plau, introdueixi el remitent de les notificacions des de nom."
|
1216 |
-
|
1217 |
-
#: ../settings/settings-edit.php:509
|
1218 |
-
msgid "Please enter sender of notifications from email."
|
1219 |
-
msgstr "Si us plau, introdueixi el remitent de les notificacions des del email"
|
1220 |
-
|
1221 |
-
#: ../settings/settings-edit.php:553
|
1222 |
-
msgid "Please enter valid mail count."
|
1223 |
-
msgstr "Si us plau, introdueix un compte de correu electrònic vàlid."
|
1224 |
-
|
1225 |
-
#: ../settings/settings-edit.php:566
|
1226 |
-
msgid "Settings Saved."
|
1227 |
-
msgstr "Configuració guardada"
|
1228 |
-
|
1229 |
-
#: ../settings/settings-edit.php:569
|
1230 |
-
msgid "Oops, unable to update."
|
1231 |
-
msgstr "Vaja, no es pot actualitzar."
|
1232 |
-
|
1233 |
-
#: ../settings/setting-sync.php:16
|
1234 |
-
msgid "Table sync completed successfully."
|
1235 |
-
msgstr "Taula de sincronització completada amb èxit."
|
1236 |
-
|
1237 |
-
#: ../settings/setting-sync.php:29
|
1238 |
-
msgid "Sync plugin tables"
|
1239 |
-
msgstr "Taules de sincronització de plugin"
|
1240 |
-
|
1241 |
-
#: ../settings/setting-sync.php:33
|
1242 |
-
msgid "Click to sync tables"
|
1243 |
-
msgstr "Clica per sincronitzar les taules"
|
1244 |
-
|
1245 |
-
#: ../sentmail/sentmail-preview.php:62
|
1246 |
-
msgid "Back"
|
1247 |
-
msgstr "Enrera"
|
1248 |
-
|
1249 |
-
#: ../sentmail/sentmail-show.php:43
|
1250 |
-
msgid "Successfully deleted all reports except latest 10."
|
1251 |
-
msgstr "S'han eliminat tots els informes excepte els 10 últims."
|
1252 |
-
|
1253 |
-
#: ../sentmail/sentmail-show.php:83 ../sentmail/deliverreport-show.php:47
|
1254 |
-
msgid " << "
|
1255 |
-
msgstr " << "
|
1256 |
-
|
1257 |
-
#: ../sentmail/sentmail-show.php:84 ../sentmail/deliverreport-show.php:48
|
1258 |
-
msgid " >> "
|
1259 |
-
msgstr " >> "
|
1260 |
-
|
1261 |
-
#: ../sentmail/sentmail-show.php:93 ../classes/es-register.php:189 ../classes/es-
|
1262 |
-
#: register.php:190
|
1263 |
-
msgid "Reports"
|
1264 |
-
msgstr "Informes"
|
1265 |
-
|
1266 |
-
#: ../sentmail/sentmail-show.php:97
|
1267 |
-
msgid "It will show reports for all Newsletters & Post Notification emails sent."
|
1268 |
-
msgstr "Es mostrarà informes de tots els Butlletins & Post notificació enviats."
|
1269 |
-
|
1270 |
-
#: ../sentmail/sentmail-show.php:107 ../sentmail/sentmail-show.php:120
|
1271 |
-
msgid "View Reports"
|
1272 |
-
msgstr "Veure informes"
|
1273 |
-
|
1274 |
-
#: ../sentmail/sentmail-show.php:108 ../sentmail/sentmail-show.php:121 ..
|
1275 |
-
#: compose/compose-edit.php:102 ../compose/compose-show.php:80 ..
|
1276 |
-
#: compose/compose-show.php:88
|
1277 |
-
msgid "Preview"
|
1278 |
-
msgstr "Vista previa"
|
1279 |
-
|
1280 |
-
#: ../sentmail/sentmail-show.php:109 ../sentmail/sentmail-show.php:122
|
1281 |
-
msgid "Type"
|
1282 |
-
msgstr "Tipus"
|
1283 |
-
|
1284 |
-
#: ../sentmail/sentmail-show.php:110 ../sentmail/sentmail-show.php:123 ..
|
1285 |
-
#: sentmail/deliverreport-show.php:70 ../sentmail/deliverreport-show.php:81 ..
|
1286 |
-
#: subscribers/view-subscriber-show.php:362 ../subscribers/view-subscriber-show.
|
1287 |
-
#: php:375 ../compose/compose-edit.php:114 ../compose/compose-add.php:97
|
1288 |
-
msgid "Status"
|
1289 |
-
msgstr "Estat"
|
1290 |
-
|
1291 |
-
#: ../sentmail/sentmail-show.php:111 ../sentmail/sentmail-show.php:124 ..
|
1292 |
-
#: sentmail/deliverreport-show.php:71 ../sentmail/deliverreport-show.php:82
|
1293 |
-
msgid "Sent"
|
1294 |
-
msgstr "Enviat"
|
1295 |
-
|
1296 |
-
#: ../sentmail/sentmail-show.php:112 ../sentmail/sentmail-show.php:125
|
1297 |
-
msgid "Start Date"
|
1298 |
-
msgstr "Data d'inici"
|
1299 |
-
|
1300 |
-
#: ../sentmail/sentmail-show.php:113 ../sentmail/sentmail-show.php:126
|
1301 |
-
msgid "End Date"
|
1302 |
-
msgstr "Data final"
|
1303 |
-
|
1304 |
-
#: ../sentmail/sentmail-show.php:114 ../sentmail/sentmail-show.php:127
|
1305 |
-
msgid "Total"
|
1306 |
-
msgstr "Total"
|
1307 |
-
|
1308 |
-
#: ../sentmail/sentmail-show.php:115 ../sentmail/sentmail-show.php:128 ..
|
1309 |
-
#: subscribers/view-subscriber-show.php:365 ../subscribers/view-subscriber-show.
|
1310 |
-
#: php:378 ../subscribers/view-subscriber-export.php:48 ../subscribers/view-
|
1311 |
-
#: subscriber-export.php:56
|
1312 |
-
msgid "Action"
|
1313 |
-
msgstr "Acció"
|
1314 |
-
|
1315 |
-
#: ../sentmail/sentmail-show.php:190
|
1316 |
-
msgid "Optimize Table & Delete Records"
|
1317 |
-
msgstr "Optimitzar la taula i eliminar registres"
|
1318 |
-
|
1319 |
-
#: ../sentmail/sentmail-show.php:199
|
1320 |
-
msgid ""
|
1321 |
-
"Note: Please click on <strong>Optimize Table & Delete Records</strong> "
|
1322 |
-
"button to delete all reports except latest 10."
|
1323 |
-
msgstr ""
|
1324 |
-
"Nota: Si us plau, feu clic al botó <strong> Optimitzar la taula i eliminar "
|
1325 |
-
"registres </ strong> per eliminar tots els informes excepte els 10 últims."
|
1326 |
-
|
1327 |
-
#: ../sentmail/deliverreport-show.php:14
|
1328 |
-
msgid "Oops.. Unexpected error occurred. Please try again."
|
1329 |
-
msgstr "Vaja... S'ha produït un error inesperat. Si us plau torna-ho a provar."
|
1330 |
-
|
1331 |
-
#: ../sentmail/deliverreport-show.php:57
|
1332 |
-
msgid "Delivery Report"
|
1333 |
-
msgstr "Informe de lliurament"
|
1334 |
-
|
1335 |
-
#: ../sentmail/deliverreport-show.php:68 ../sentmail/deliverreport-show.php:79 ..
|
1336 |
-
#: subscribers/view-subscriber-export.php:45 ../subscribers/view-subscriber-
|
1337 |
-
#: export.php:53
|
1338 |
-
msgid "Sno"
|
1339 |
-
msgstr "Sno"
|
1340 |
-
|
1341 |
-
#: ../sentmail/deliverreport-show.php:69 ../sentmail/deliverreport-show.php:80
|
1342 |
-
msgid "Email"
|
1343 |
-
msgstr "Email"
|
1344 |
-
|
1345 |
-
#: ../sentmail/deliverreport-show.php:72 ../sentmail/deliverreport-show.php:83
|
1346 |
-
msgid "Sent Date"
|
1347 |
-
msgstr "data d'enviament"
|
1348 |
-
|
1349 |
-
#: ../sentmail/deliverreport-show.php:73 ../sentmail/deliverreport-show.php:84
|
1350 |
-
msgid "Viewed Status"
|
1351 |
-
msgstr "Veure status"
|
1352 |
-
|
1353 |
-
#: ../sentmail/deliverreport-show.php:74 ../sentmail/deliverreport-show.php:85
|
1354 |
-
msgid "Viewed Date"
|
1355 |
-
msgstr "Veure data"
|
1356 |
-
|
1357 |
-
#: ../subscribers/view-subscriber-import.php:44
|
1358 |
-
msgid ""
|
1359 |
-
"Error: Special characters (['^$%&*()}{@#~?><>,|=_+\\\"]) are not allowed in "
|
1360 |
-
"the Group name."
|
1361 |
-
msgstr ""
|
1362 |
-
"Error: els caràcters especials (['^$%&*()}{@#~?><>,|=_+\\\"]) no es permeten "
|
1363 |
-
"en el nom del grup"
|
1364 |
-
|
1365 |
-
#: ../subscribers/view-subscriber-import.php:92
|
1366 |
-
msgid "email imported."
|
1367 |
-
msgstr "email importat"
|
1368 |
-
|
1369 |
-
#: ../subscribers/view-subscriber-import.php:93
|
1370 |
-
msgid "email already exists."
|
1371 |
-
msgstr "Aquest email ja existeix"
|
1372 |
-
|
1373 |
-
#: ../subscribers/view-subscriber-import.php:94
|
1374 |
-
msgid "email are invalid."
|
1375 |
-
msgstr "aquest email no és vàlid"
|
1376 |
-
|
1377 |
-
#: ../subscribers/view-subscriber-import.php:97 ../subscribers/view-subscriber-
|
1378 |
-
#: import.php:126
|
1379 |
-
msgid "Click here"
|
1380 |
-
msgstr "Clica aquí"
|
1381 |
-
|
1382 |
-
#: ../subscribers/view-subscriber-import.php:97 ../subscribers/view-subscriber-
|
1383 |
-
#: import.php:126
|
1384 |
-
msgid " to view details."
|
1385 |
-
msgstr "per veure els detalls."
|
1386 |
-
|
1387 |
-
#: ../subscribers/view-subscriber-import.php:105
|
1388 |
-
msgid "File Upload Failed."
|
1389 |
-
msgstr "Ha fallat la pujada del fitxer"
|
1390 |
-
|
1391 |
-
#: ../subscribers/view-subscriber-import.php:142
|
1392 |
-
msgid "Import Email Addresses"
|
1393 |
-
msgstr "Importar adreces d'email"
|
1394 |
-
|
1395 |
-
#: ../subscribers/view-subscriber-import.php:143 ../subscribers/view-subscriber-
|
1396 |
-
#: show.php:242 ../subscribers/view-subscriber-export.php:35 ../subscribers/view-
|
1397 |
-
#: subscriber-add.php:110 ../subscribers/view-subscriber-edit.php:109 ..
|
1398 |
-
#: subscribers/view-subscriber-sync.php:89
|
1399 |
-
msgid "Add New Subscriber"
|
1400 |
-
msgstr "Afegir nou subscriptor"
|
1401 |
-
|
1402 |
-
#: ../subscribers/view-subscriber-import.php:144 ../subscribers/view-subscriber-
|
1403 |
-
#: show.php:244 ../subscribers/view-subscriber-add.php:112 ../subscribers/view-
|
1404 |
-
#: subscriber-edit.php:111 ../subscribers/view-subscriber-sync.php:91
|
1405 |
-
msgid "Export"
|
1406 |
-
msgstr "Exportar"
|
1407 |
-
|
1408 |
-
#: ../subscribers/view-subscriber-import.php:145 ../subscribers/view-subscriber-
|
1409 |
-
#: show.php:245 ../subscribers/view-subscriber-export.php:37 ../subscribers/view-
|
1410 |
-
#: subscriber-add.php:113 ../subscribers/view-subscriber-edit.php:112 ..
|
1411 |
-
#: subscribers/view-subscriber-sync.php:143
|
1412 |
-
msgid "Sync"
|
1413 |
-
msgstr "Sincronitzar"
|
1414 |
-
|
1415 |
-
#: ../subscribers/view-subscriber-import.php:155
|
1416 |
-
msgid "Select CSV file"
|
1417 |
-
msgstr "Seleccionar fitxer CSV"
|
1418 |
-
|
1419 |
-
#: ../subscribers/view-subscriber-import.php:157
|
1420 |
-
msgid "Check CSV structure "
|
1421 |
-
msgstr "Comprovi estructura CSV"
|
1422 |
-
|
1423 |
-
#: ../subscribers/view-subscriber-import.php:158
|
1424 |
-
msgid "from here"
|
1425 |
-
msgstr "Des d'aquí"
|
1426 |
-
|
1427 |
-
#: ../subscribers/view-subscriber-import.php:169
|
1428 |
-
msgid "Select Subscribers Email Status"
|
1429 |
-
msgstr "Seleccioni l'estat dels emails dels subscriptors"
|
1430 |
-
|
1431 |
-
#: ../subscribers/view-subscriber-import.php:175 ../subscribers/view-subscriber-
|
1432 |
-
#: show.php:309 ../subscribers/view-subscriber-show.php:336 ../subscribers/view-
|
1433 |
-
#: subscriber-add.php:148 ../subscribers/view-subscriber-edit.php:147
|
1434 |
-
msgid "Confirmed"
|
1435 |
-
msgstr "Confirmat"
|
1436 |
-
|
1437 |
-
#: ../subscribers/view-subscriber-import.php:176 ../subscribers/view-subscriber-
|
1438 |
-
#: show.php:310 ../subscribers/view-subscriber-show.php:337 ../subscribers/view-
|
1439 |
-
#: subscriber-add.php:149 ../subscribers/view-subscriber-edit.php:148
|
1440 |
-
msgid "Unconfirmed"
|
1441 |
-
msgstr "Per confirmar"
|
1442 |
-
|
1443 |
-
#: ../subscribers/view-subscriber-import.php:177 ../subscribers/view-subscriber-
|
1444 |
-
#: show.php:311 ../subscribers/view-subscriber-show.php:338 ../subscribers/view-
|
1445 |
-
#: subscriber-add.php:150 ../subscribers/view-subscriber-edit.php:149
|
1446 |
-
msgid "Unsubscribed"
|
1447 |
-
msgstr "No subscrit"
|
1448 |
-
|
1449 |
-
#: ../subscribers/view-subscriber-import.php:185
|
1450 |
-
msgid "Select (or) Create Group for Subscribers"
|
1451 |
-
msgstr "Selecciona o crea grup pels subscriptors"
|
1452 |
-
|
1453 |
-
#: ../subscribers/view-subscriber-import.php:202 ../subscribers/view-subscriber-
|
1454 |
-
#: add.php:174
|
1455 |
-
msgid "(or)"
|
1456 |
-
msgstr "(o)"
|
1457 |
-
|
1458 |
-
#: ../subscribers/view-subscriber-import.php:210 ../subscribers/view-subscriber-
|
1459 |
-
#: show.php:243 ../subscribers/view-subscriber-export.php:36 ../subscribers/view-
|
1460 |
-
#: subscriber-add.php:111 ../subscribers/view-subscriber-edit.php:110 ..
|
1461 |
-
#: subscribers/view-subscriber-sync.php:90
|
1462 |
-
msgid "Import"
|
1463 |
-
msgstr "Importar"
|
1464 |
-
|
1465 |
-
#: ../subscribers/view-subscriber-show.php:17 ../compose/compose-show.php:14 ..
|
1466 |
-
#: sendmail/sendmail.php:18
|
1467 |
-
msgid "Click Here"
|
1468 |
-
msgstr "Clica aquí"
|
1469 |
-
|
1470 |
-
#: ../subscribers/view-subscriber-show.php:45
|
1471 |
-
msgid "Selected details does not exists."
|
1472 |
-
msgstr "Les dades seleccionades no existeixen."
|
1473 |
-
|
1474 |
-
#: ../subscribers/view-subscriber-show.php:56 ../subscribers/view-subscriber-show.
|
1475 |
-
#: php:95
|
1476 |
-
msgid "Record deleted."
|
1477 |
-
msgstr "Registre eliminat."
|
1478 |
-
|
1479 |
-
#: ../subscribers/view-subscriber-show.php:67
|
1480 |
-
msgid "To send confirmation email, please change the Opt-in option to Double Opt In."
|
1481 |
-
msgstr ""
|
1482 |
-
"Per enviar correu electrònic de confirmació, si us plau, canvieu l'opció de "
|
1483 |
-
"Opt-in a Double Opt In."
|
1484 |
-
|
1485 |
-
#: ../subscribers/view-subscriber-show.php:75 ../subscribers/view-subscriber-show.
|
1486 |
-
#: php:134
|
1487 |
-
msgid "Confirmation emails Resent Successfully."
|
1488 |
-
msgstr "S'han reenviat correus electrònics de confirmació amb èxit."
|
1489 |
-
|
1490 |
-
#: ../subscribers/view-subscriber-show.php:100 ../subscribers/view-subscriber-
|
1491 |
-
#: show.php:139 ../subscribers/view-subscriber-show.php:177 ../subscribers/view-
|
1492 |
-
#: subscriber-show.php:216
|
1493 |
-
msgid "No record was selected."
|
1494 |
-
msgstr "No has seleccionat cap registre"
|
1495 |
-
|
1496 |
-
#: ../subscribers/view-subscriber-show.php:115
|
1497 |
-
msgid "To send confirmation mail, please change the Opt-in option to Double Opt In."
|
1498 |
-
msgstr ""
|
1499 |
-
"Per enviar el correu de confirmació, si us plau, canvieu l'opció de Opt-in a "
|
1500 |
-
"Double Opt In."
|
1501 |
-
|
1502 |
-
#: ../subscribers/view-subscriber-show.php:163
|
1503 |
-
msgid "Subscribers Group updated."
|
1504 |
-
msgstr "Grup de subscriptors actualitzat"
|
1505 |
-
|
1506 |
-
#: ../subscribers/view-subscriber-show.php:168
|
1507 |
-
msgid "Please select New group to update."
|
1508 |
-
msgstr "Selecciona nou grup per actualitzar."
|
1509 |
-
|
1510 |
-
#: ../subscribers/view-subscriber-show.php:202
|
1511 |
-
msgid "Subscribers Status updated."
|
1512 |
-
msgstr "Estat des subscriptors actualitzat."
|
1513 |
|
1514 |
-
#: ../
|
1515 |
-
msgid "
|
1516 |
-
msgstr "
|
1517 |
|
1518 |
-
#: ../
|
1519 |
-
#: classes/es-
|
1520 |
-
msgid "
|
1521 |
-
msgstr "
|
1522 |
|
1523 |
-
#: ../
|
1524 |
-
|
1525 |
-
|
|
|
1526 |
|
1527 |
-
#: ../
|
1528 |
-
|
1529 |
-
|
1530 |
-
msgstr "Reenvia confirmació"
|
1531 |
|
1532 |
-
#: ../
|
1533 |
-
msgid "
|
1534 |
-
msgstr "
|
1535 |
|
1536 |
-
#: ../
|
1537 |
-
|
1538 |
-
|
|
|
|
|
|
|
|
|
|
|
1539 |
|
1540 |
-
#: ../
|
1541 |
-
msgid "
|
1542 |
-
msgstr "
|
1543 |
|
1544 |
-
#: ../
|
1545 |
-
msgid "
|
1546 |
-
msgstr "
|
1547 |
|
1548 |
-
#: ../
|
1549 |
-
msgid "
|
1550 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1551 |
|
1552 |
-
#: ../
|
1553 |
-
msgid "
|
1554 |
-
msgstr "
|
1555 |
|
1556 |
-
#: ../
|
1557 |
-
msgid "
|
1558 |
-
|
|
|
|
|
|
|
|
|
1559 |
|
1560 |
-
#: ../
|
1561 |
-
|
1562 |
-
|
1563 |
-
msgstr "Adreça del correu electrònic"
|
1564 |
|
1565 |
-
#: ../
|
1566 |
-
|
1567 |
-
|
1568 |
-
msgstr "Nom"
|
1569 |
|
1570 |
-
#: ../
|
1571 |
-
|
1572 |
-
|
1573 |
-
|
|
|
|
|
|
|
1574 |
|
1575 |
-
#: ../
|
1576 |
-
msgid "
|
1577 |
-
msgstr "
|
1578 |
|
1579 |
-
#: ../
|
1580 |
-
|
1581 |
-
|
1582 |
-
|
|
|
1583 |
|
1584 |
-
#: ../
|
1585 |
-
|
1586 |
-
|
1587 |
-
|
|
|
1588 |
|
1589 |
-
#: ../
|
1590 |
-
msgid "
|
1591 |
-
msgstr "
|
|
|
|
|
1592 |
|
1593 |
-
#: ../
|
1594 |
-
|
1595 |
-
|
1596 |
-
|
1597 |
-
msgstr "Feu clic a Exportar a CSV"
|
1598 |
|
1599 |
-
#: ../
|
1600 |
-
msgid "
|
1601 |
-
msgstr "
|
1602 |
|
1603 |
-
#: ../
|
1604 |
-
msgid "
|
1605 |
-
msgstr "
|
1606 |
|
1607 |
-
#: ../
|
1608 |
-
msgid "
|
1609 |
-
msgstr "
|
1610 |
|
1611 |
-
#: ../
|
1612 |
-
msgid "
|
1613 |
-
msgstr "
|
1614 |
|
1615 |
-
#: ../
|
1616 |
-
|
1617 |
-
|
1618 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1619 |
|
1620 |
-
#: ../
|
1621 |
-
msgid "
|
1622 |
-
msgstr "
|
1623 |
|
1624 |
-
#: ../
|
|
|
1625 |
msgid ""
|
1626 |
-
"
|
1627 |
-
"
|
1628 |
-
|
1629 |
-
"
|
1630 |
-
"
|
1631 |
-
|
1632 |
-
|
1633 |
-
|
1634 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1635 |
|
1636 |
-
#: ../
|
1637 |
-
msgid "
|
1638 |
-
msgstr "
|
1639 |
|
1640 |
-
#: ../
|
1641 |
-
msgid "
|
1642 |
-
msgstr "
|
|
|
|
|
1643 |
|
1644 |
-
#: ../
|
1645 |
-
msgid "
|
1646 |
-
msgstr "
|
1647 |
|
1648 |
-
#: ../
|
1649 |
-
msgid "
|
1650 |
-
msgstr "
|
1651 |
|
1652 |
-
#: ../
|
1653 |
-
|
1654 |
-
|
|
|
1655 |
|
1656 |
-
#: ../
|
1657 |
-
msgid "
|
1658 |
-
msgstr "
|
1659 |
|
1660 |
-
#: ../
|
1661 |
-
msgid "
|
1662 |
-
|
|
|
|
|
|
|
|
|
1663 |
|
1664 |
-
#: ../
|
1665 |
-
msgid "
|
1666 |
-
msgstr "
|
1667 |
|
1668 |
-
#: ../
|
1669 |
-
msgid "
|
1670 |
-
msgstr "
|
|
|
1671 |
|
1672 |
-
#: ../
|
1673 |
-
msgid "
|
1674 |
-
msgstr "
|
1675 |
|
1676 |
-
#: ../
|
1677 |
-
msgid "
|
1678 |
-
msgstr "
|
1679 |
|
1680 |
-
#: ../
|
1681 |
-
msgid "
|
1682 |
-
msgstr "
|
1683 |
|
1684 |
-
#: ../
|
1685 |
-
msgid "
|
1686 |
-
msgstr "
|
1687 |
|
1688 |
-
#: ../
|
1689 |
-
msgid "
|
1690 |
-
msgstr "
|
|
|
|
|
1691 |
|
1692 |
-
#: ../
|
1693 |
-
msgid "
|
1694 |
-
msgstr "
|
1695 |
|
1696 |
-
#: ../
|
1697 |
-
msgid "
|
1698 |
msgstr ""
|
1699 |
-
"
|
1700 |
-
"
|
1701 |
-
|
1702 |
-
#: ../subscribers/view-subscriber-sync.php:50
|
1703 |
-
msgid "Emails Successfully Synced."
|
1704 |
-
msgstr "Els correus electrònics sincronitzats amb èxit ."
|
1705 |
|
1706 |
-
#: ../
|
1707 |
-
msgid "
|
1708 |
-
msgstr "
|
1709 |
|
1710 |
-
#: ../
|
1711 |
-
msgid "
|
1712 |
-
msgstr "
|
1713 |
|
1714 |
-
#: ../
|
1715 |
-
msgid "
|
1716 |
-
msgstr "
|
1717 |
|
1718 |
-
#: ../
|
1719 |
-
msgid "
|
1720 |
-
msgstr "
|
1721 |
|
1722 |
-
#: ../
|
1723 |
-
msgid "
|
1724 |
-
msgstr "
|
1725 |
|
1726 |
-
#: ../
|
1727 |
-
msgid "
|
1728 |
-
msgstr "
|
1729 |
|
1730 |
-
#: ../
|
1731 |
-
msgid "
|
1732 |
-
msgstr "
|
1733 |
|
1734 |
-
#: ../
|
1735 |
-
msgid "
|
1736 |
-
msgstr "
|
1737 |
|
1738 |
-
#: ../
|
1739 |
-
msgid "
|
1740 |
-
msgstr "
|
1741 |
|
1742 |
-
#: ../
|
1743 |
-
msgid "
|
1744 |
-
msgstr "
|
1745 |
|
1746 |
-
#: ../
|
1747 |
-
msgid "
|
1748 |
-
msgstr "
|
1749 |
|
1750 |
-
#: ../
|
1751 |
-
msgid "
|
1752 |
-
msgstr "
|
1753 |
|
1754 |
-
#: ../
|
1755 |
-
msgid "
|
1756 |
-
msgstr "
|
1757 |
|
1758 |
-
#: ../
|
1759 |
-
|
1760 |
-
|
1761 |
-
msgstr "Compondre"
|
1762 |
|
1763 |
-
#: ../
|
1764 |
-
msgid "
|
1765 |
-
|
|
|
|
|
|
|
|
|
1766 |
|
1767 |
-
#: ../
|
1768 |
-
msgid "
|
1769 |
-
msgstr "
|
1770 |
|
1771 |
-
#: ../
|
1772 |
-
msgid "
|
1773 |
-
msgstr "
|
|
|
|
|
|
|
|
|
1774 |
|
1775 |
-
#: ../
|
1776 |
-
#: 58 ../job/es-optin.php:68
|
1777 |
msgid ""
|
1778 |
-
"
|
1779 |
-
"
|
1780 |
msgstr ""
|
1781 |
-
"
|
1782 |
-
"
|
|
|
1783 |
|
1784 |
-
#: ../
|
1785 |
-
msgid "
|
1786 |
-
|
|
|
|
|
|
|
1787 |
|
1788 |
-
#: ../help/help.php:
|
1789 |
-
msgid "
|
1790 |
-
|
|
|
|
|
|
|
|
|
1791 |
|
1792 |
-
#: ../help/help.php:
|
1793 |
-
|
1794 |
-
|
|
|
1795 |
|
1796 |
-
#: ../help/help.php:
|
1797 |
-
|
1798 |
-
|
1799 |
-
msgstr "Subscriure"
|
1800 |
|
1801 |
-
#: ../help/help.php:
|
1802 |
-
|
1803 |
-
|
1804 |
-
#: 345 ../help/help.php:348 ../help/help.php:358 ../help/help.php:361 ..
|
1805 |
-
#: help/help.php:364 ../help/help.php:367 ../help/help.php:377 ../help/help.php:
|
1806 |
-
#: 380 ../help/help.php:382
|
1807 |
-
#, php-format
|
1808 |
-
msgid "%s"
|
1809 |
-
msgstr "%s"
|
1810 |
|
1811 |
-
#: ../help/help.php:
|
1812 |
-
msgid "
|
1813 |
-
msgstr "
|
|
|
|
|
1814 |
|
1815 |
-
#: ../help/help.php:
|
1816 |
-
msgid "
|
1817 |
-
msgstr "
|
1818 |
|
1819 |
-
#: ../help/help.php:
|
1820 |
-
msgid "
|
1821 |
-
|
|
|
|
|
|
|
|
|
1822 |
|
1823 |
-
#: ../help/help.php:
|
1824 |
-
msgid "
|
1825 |
-
|
|
|
|
|
|
|
|
|
1826 |
|
1827 |
-
#: ../help/help.php:
|
1828 |
-
msgid "
|
1829 |
-
msgstr "
|
1830 |
|
1831 |
#: ../sendmail/sendmail.php:40
|
1832 |
msgid "Please select your mail subject."
|
@@ -1840,6 +1881,10 @@ msgstr "Selecciona el tipus d'email"
|
|
1840 |
msgid "Please select your group."
|
1841 |
msgstr "Selecciona el teu grup"
|
1842 |
|
|
|
|
|
|
|
|
|
1843 |
#: ../sendmail/sendmail.php:63
|
1844 |
msgid "Click here to check Statistics"
|
1845 |
msgstr "Cliqueu aquí per comprovar les estadístiques"
|
@@ -1882,8 +1927,8 @@ msgstr "Destinataris : %s"
|
|
1882 |
#: ../sendmail/sendmail.php:183
|
1883 |
msgid ""
|
1884 |
"<br><br><strong>Your Recipients count is above 100.<br>We strongly recommend "
|
1885 |
-
"that you change above Mail Type to Cron and Send Mail via Cron Job
|
1886 |
-
"
|
1887 |
msgstr ""
|
1888 |
"<br> compten <strong> Els destinataris són superiors a 100. <br> És molt "
|
1889 |
"recomanable que canviï mes Tipus de correu a Cron i enviar-lo via Cron Job. "
|
@@ -1941,8 +1986,8 @@ msgstr "<span style=\"color:#20b2aa;font-weight:bold;\">via Cron</span>"
|
|
1941 |
msgid "<span style=\"color:#993399;\">Immediately</span>"
|
1942 |
msgstr "Immediatament"
|
1943 |
|
1944 |
-
#: ../classes/es-register.php:171 ../classes/es-register.php:172
|
1945 |
-
#: register.php:782
|
1946 |
msgid "Email Subscribers"
|
1947 |
msgstr "Email Subscribers"
|
1948 |
|
@@ -1950,6 +1995,11 @@ msgstr "Email Subscribers"
|
|
1950 |
msgid "Help & Info"
|
1951 |
msgstr "Ajuda i informació"
|
1952 |
|
|
|
|
|
|
|
|
|
|
|
1953 |
#: ../classes/es-register.php:204
|
1954 |
msgctxt "view-subscriber-enhanced-select"
|
1955 |
msgid "Please enter subscriber email address."
|
@@ -2018,6 +2068,11 @@ msgstr ""
|
|
2018 |
"Seleccioneu només l'arxiu csv. Consulteu el lloc web oficial per a "
|
2019 |
"l'estructura csv .."
|
2020 |
|
|
|
|
|
|
|
|
|
|
|
2021 |
#: ../classes/es-register.php:224
|
2022 |
msgctxt "compose-enhanced-select"
|
2023 |
msgid "Do you want to delete this record?"
|
@@ -2030,7 +2085,8 @@ msgstr "Selecciona el grup de subscriptors."
|
|
2030 |
|
2031 |
#: ../classes/es-register.php:233
|
2032 |
msgctxt "notification-enhanced-select"
|
2033 |
-
msgid "
|
|
|
2034 |
msgstr ""
|
2035 |
"Seleccioneu l'assumpte del email de notificació. Utilitzeu menú de "
|
2036 |
"composició per crear-ne de nous."
|
@@ -2210,6 +2266,127 @@ msgctxt "widget-page-enhanced-select"
|
|
2210 |
msgid "There was a problem with the request"
|
2211 |
msgstr "Hi ha un problema amb la sol·licitud"
|
2212 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2213 |
#: ../classes/es-register.php:977
|
2214 |
msgid ""
|
2215 |
"If you like <strong>Email Subscribers</strong>, please consider leaving us a "
|
@@ -2218,9 +2395,10 @@ msgid ""
|
|
2218 |
"</a> rating. A huge thank you from Icegram in advance!"
|
2219 |
msgstr ""
|
2220 |
"Si t'agrada <strong>Email Subscribers</strong>, si us plau consideri deixar-"
|
2221 |
-
"nos una <a target=\"_blank\" href=\"https://wordpress.
|
2222 |
-
"subscribers/reviews/?filter=5#new-post\">★
|
2223 |
-
"
|
|
|
2224 |
|
2225 |
#: ../classes/es-register.php:1091 ../classes/es-loadwidget.php:33
|
2226 |
msgid "Email *"
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Email Subscribers & Newsletters 3.3.4\n"
|
4 |
"Report-Msgid-Bugs-To: https://www.storeapps.org/support/contact-us/\n"
|
5 |
+
"POT-Creation-Date: 2017-10-01 16:27+0000\n"
|
6 |
+
"PO-Revision-Date: 2017-10-01 16:27+0000\n"
|
7 |
+
"Last-Translator: Jordi <jjorda@periodistes.org>\n"
|
8 |
+
"Language-Team: Catalan\n"
|
9 |
+
"Language: ca\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"
|
22 |
"esc_html_x:1,2c;comments_number_link:2,3;t:1;st:1;trans:1;transChoice:1,2\n"
|
23 |
"X-Loco-Target-Locale: ca_ES"
|
24 |
|
25 |
+
#: ../notification/notification-add.php:33
|
26 |
+
msgid "Please select subscribers group."
|
27 |
+
msgstr "Si us plau, seleccioneu el grup de subscriptors."
|
28 |
+
|
29 |
+
#: ../notification/notification-add.php:39
|
30 |
+
msgid "Please select notification status."
|
31 |
+
msgstr "Seleccioneu l'estat de la notificació."
|
32 |
+
|
33 |
+
#: ../notification/notification-add.php:45
|
34 |
+
#: ../notification/notification-edit.php:61
|
35 |
+
msgid ""
|
36 |
+
"Please select notification mail subject. Use compose menu to create new."
|
37 |
+
msgstr ""
|
38 |
+
"Seleccioneu l'assumpte del email de notificació. Utilitzeu menú de "
|
39 |
+
"composició per crear-ne de nous."
|
40 |
+
|
41 |
+
#: ../notification/notification-add.php:51
|
42 |
+
#: ../notification/notification-edit.php:67
|
43 |
+
msgid "Please select post categories."
|
44 |
+
msgstr "Seleccioneu les categories de correus."
|
45 |
+
|
46 |
+
#: ../notification/notification-add.php:71
|
47 |
+
msgid "Notification successfully created. "
|
48 |
+
msgstr "Notificació creada correctament."
|
49 |
+
|
50 |
+
#: ../notification/notification-add.php:112
|
51 |
+
msgid "Add Notification"
|
52 |
+
msgstr "Afegir notificació"
|
53 |
+
|
54 |
+
#: ../notification/notification-add.php:113
|
55 |
+
#: ../notification/notification-show.php: 54
|
56 |
+
#: ../notification/notification-edit.php:124 ../settings/settings-edit.php:43
|
57 |
+
#: . ./sentmail/sentmail-preview.php:28 ../sentmail/sentmail-show.php:94 ..
|
58 |
+
#: sentmail/deliverreport-show.php:58
|
59 |
+
#: ../subscribers/view-subscriber-import.php: 146
|
60 |
+
#: ../subscribers/view-subscriber-show.php:246 ../subscribers/view-subscriber-
|
61 |
+
#: export.php:38 ../subscribers/view-subscriber-add.php:114
|
62 |
+
#: ../subscribers/view- subscriber-edit.php:113
|
63 |
+
#: ../subscribers/view-subscriber-sync.php:92 .. compose/compose-edit.php:86
|
64 |
+
#: ../compose/compose-add.php:75 ../compose/compose- show.php:66
|
65 |
+
#: ../compose/compose-preview.php:28 ../sendmail/sendmail.php:94
|
66 |
+
msgid "Help"
|
67 |
+
msgstr "Ajuda"
|
68 |
+
|
69 |
+
#: ../notification/notification-add.php:120
|
70 |
+
msgid "Select Subscribers Group"
|
71 |
+
msgstr "Seleccioneu Grup Subscriptors"
|
72 |
+
|
73 |
+
#: ../notification/notification-add.php:124
|
74 |
+
#: ../notification/notification-add.php: 148
|
75 |
+
#: ../notification/notification-edit.php:135 ../notification/notification-
|
76 |
+
#: edit.php:168 ../subscribers/view-subscriber-import.php:190
|
77 |
+
#: ../subscribers/view- subscriber-add.php:162
|
78 |
+
#: ../subscribers/view-subscriber-edit.php:162 ..
|
79 |
+
#: subscribers/view-subscriber-sync.php:119 ../sendmail/sendmail.php:110 ..
|
80 |
+
#: sendmail/sendmail.php:137 ../sendmail/sendmail.php:151
|
81 |
+
msgid "Select"
|
82 |
+
msgstr "seleccionar"
|
83 |
+
|
84 |
+
#: ../notification/notification-add.php:142
|
85 |
+
#: ../notification/notification-edit.php: 162
|
86 |
+
msgid "Select Notification Email Subject"
|
87 |
+
msgstr "Selecciona notificació assumpte del correu"
|
88 |
+
|
89 |
+
#: ../notification/notification-add.php:143
|
90 |
+
#: ../notification/notification-edit.php: 163
|
91 |
+
msgid "(Use compose menu to create new)"
|
92 |
+
msgstr "(Utilitzeu el menú de composició per crear-ne de nou)"
|
93 |
+
|
94 |
+
#: ../notification/notification-add.php:167
|
95 |
+
#: ../notification/notification-edit.php: 190
|
96 |
+
msgid "Select Post Categories"
|
97 |
+
msgstr "Seleccioneu categoria de correu"
|
98 |
+
|
99 |
+
#: ../notification/notification-add.php:195
|
100 |
+
#: ../notification/notification-edit.php: 225
|
101 |
+
msgid "Check All"
|
102 |
+
msgstr "Seleccionar-ho tot"
|
103 |
+
|
104 |
+
#: ../notification/notification-add.php:196
|
105 |
+
#: ../notification/notification-edit.php: 226
|
106 |
+
msgid "Uncheck All"
|
107 |
+
msgstr "Deseleccionar-ho tot"
|
108 |
+
|
109 |
+
#: ../notification/notification-add.php:202
|
110 |
+
#: ../notification/notification-edit.php: 233
|
111 |
+
msgid "Select your Custom Post Type"
|
112 |
+
msgstr "Seleccioni el seu tipus personalitzat del Post"
|
113 |
+
|
114 |
+
#: ../notification/notification-add.php:203
|
115 |
+
#: ../notification/notification-edit.php: 234
|
116 |
+
msgid "(Optional)"
|
117 |
+
msgstr "(Opcional)"
|
118 |
+
|
119 |
+
#: ../notification/notification-add.php:232
|
120 |
+
#: ../notification/notification-edit.php: 268
|
121 |
+
msgid "No Custom Post Types Available"
|
122 |
+
msgstr "Sense tipus de Post personalitzats disponibles"
|
123 |
+
|
124 |
+
#: ../notification/notification-add.php:239
|
125 |
+
#: ../notification/notification-edit.php: 275
|
126 |
+
msgid "Select Notification Status when a new post is published"
|
127 |
+
msgstr "Tria un estat de notificació quan es publica una nova entrada"
|
128 |
+
|
129 |
+
#: ../notification/notification-add.php:243
|
130 |
+
#: ../notification/notification-show.php: 130
|
131 |
+
#: ../notification/notification-edit.php:279 ../sendmail/sendmail.php:138
|
132 |
+
msgid "Send email immediately"
|
133 |
+
msgstr "Enviar email immediatamanet"
|
134 |
+
|
135 |
+
#: ../notification/notification-add.php:244
|
136 |
+
#: ../notification/notification-show.php: 132
|
137 |
+
#: ../notification/notification-edit.php:280
|
138 |
+
msgid "Add to cron and send email via cron job"
|
139 |
+
msgstr "Afegir a cron i enviar correu electrònic a través de cron"
|
140 |
+
|
141 |
+
#: ../notification/notification-add.php:245
|
142 |
+
#: ../notification/notification-edit.php: 281
|
143 |
+
msgid "Disable email notification"
|
144 |
+
msgstr "Desactivar la notificació de correu electrònic"
|
145 |
+
|
146 |
+
#: ../notification/notification-add.php:253
|
147 |
+
#: ../notification/notification-edit.php: 290
|
148 |
+
#: ../subscribers/view-subscriber-edit.php:191 ../compose/compose-edit.php:
|
149 |
+
#: 123 ../compose/compose-add.php:105
|
150 |
+
msgid "Save"
|
151 |
+
msgstr "Desar"
|
152 |
+
|
153 |
+
#: ../notification/notification-show.php:21
|
154 |
+
#: ../notification/notification-edit.php: 20
|
155 |
+
#: ../sentmail/sentmail-preview.php:18 ../sentmail/sentmail-show.php:22 ..
|
156 |
+
#: subscribers/view-subscriber-edit.php:22 ../compose/compose-edit.php:20 ..
|
157 |
+
#: compose/compose-show.php:33 ../compose/compose-preview.php:18
|
158 |
+
msgid "Oops, selected details does not exists."
|
159 |
+
msgstr "Vaja, les dades seleccionades no existeixen."
|
160 |
+
|
161 |
+
#: ../notification/notification-show.php:35 ../sentmail/sentmail-show.php:36
|
162 |
+
#: .. compose/compose-show.php:47
|
163 |
+
msgid "Selected record deleted."
|
164 |
+
msgstr "Eliminat el registre seleccionat ."
|
165 |
+
|
166 |
+
#: ../notification/notification-show.php:52 ../classes/es-register.php:180 ..
|
167 |
+
#: classes/es-register.php:181
|
168 |
+
msgid "Post Notifications"
|
169 |
+
msgstr "Notificacions de les entrades"
|
170 |
+
|
171 |
+
#: ../notification/notification-show.php:53
|
172 |
+
#: ../notification/notification-edit.php: 123 ../compose/compose-edit.php:85
|
173 |
+
#: ../compose/compose-show.php:65
|
174 |
+
msgid "Add New"
|
175 |
+
msgstr "Afegir nou"
|
176 |
+
|
177 |
+
#: ../notification/notification-show.php:57
|
178 |
+
msgid ""
|
179 |
+
"Use this to setup and send notification emails to your subscribers when a "
|
180 |
+
"new post is published in your blog."
|
181 |
+
msgstr ""
|
182 |
+
"Utilitzeu aquesta opció per configurar i enviar notificacions per correu "
|
183 |
+
"electrònic als subscriptors quan es publica una nova entrada al bloc."
|
184 |
+
|
185 |
+
#: ../notification/notification-show.php:68
|
186 |
+
#: ../notification/notification-show.php: 76 ../compose/compose-show.php:77
|
187 |
+
#: ../compose/compose-show.php:85
|
188 |
+
msgid "Email Subject"
|
189 |
+
msgstr "Subjecte del email"
|
190 |
+
|
191 |
+
#: ../notification/notification-show.php:69
|
192 |
+
#: ../notification/notification-show.php: 77
|
193 |
+
msgid "Subscribers Group"
|
194 |
+
msgstr "Grups de subscriptors"
|
195 |
+
|
196 |
+
#: ../notification/notification-show.php:70
|
197 |
+
#: ../notification/notification-show.php: 78
|
198 |
+
msgid "Post Categories / Custom Post Types"
|
199 |
+
msgstr "Categories de les entrades / Tipus personalitzats d'entrades"
|
200 |
+
|
201 |
+
#: ../notification/notification-show.php:71
|
202 |
+
#: ../notification/notification-show.php: 79
|
203 |
+
msgid "Notification Status"
|
204 |
+
msgstr "Estat de la notificació"
|
205 |
+
|
206 |
+
#: ../notification/notification-show.php:100
|
207 |
+
#: ../subscribers/view-subscriber-show. php:404
|
208 |
+
#: ../compose/compose-show.php:103 ../compose/compose-preview.php:52
|
209 |
+
msgid "Edit"
|
210 |
+
msgstr "Editar"
|
211 |
+
|
212 |
+
#: ../notification/notification-show.php:103
|
213 |
+
#: ../subscribers/view-subscriber-show. php:287
|
214 |
+
#: ../subscribers/view-subscriber-show.php:409 ../compose/compose-show. php:104
|
215 |
+
msgid "Delete"
|
216 |
+
msgstr "Esborrar"
|
217 |
+
|
218 |
+
#: ../notification/notification-show.php:143 ../sentmail/sentmail-show.php:180
|
219 |
+
#: .. sentmail/deliverreport-show.php:124
|
220 |
+
#: ../subscribers/view-subscriber-show.php: 432 ../compose/compose-show.php:117
|
221 |
+
msgid "No records available."
|
222 |
+
msgstr "No hi ha registres disponibles."
|
223 |
+
|
224 |
+
#: ../notification/notification-edit.php:49
|
225 |
+
msgid "Please select subscribers group"
|
226 |
+
msgstr "Selecciona el grup de subscriptors"
|
227 |
+
|
228 |
+
#: ../notification/notification-edit.php:55
|
229 |
+
msgid "Please select notification status"
|
230 |
+
msgstr "Selecciona l'estat de notificació"
|
231 |
+
|
232 |
+
#: ../notification/notification-edit.php:89
|
233 |
+
msgid "Notification successfully updated. "
|
234 |
+
msgstr "Notificació actualitzada correctament."
|
235 |
+
|
236 |
+
#: ../notification/notification-edit.php:122
|
237 |
+
msgid "Edit Notification"
|
238 |
+
msgstr "Editar la notificació"
|
239 |
+
|
240 |
+
#: ../notification/notification-edit.php:131
|
241 |
+
#: ../subscribers/view-subscriber-show. php:289
|
242 |
+
msgid "Update Subscribers Group"
|
243 |
+
msgstr "Actualitzar grups de subscriptors"
|
244 |
+
|
245 |
+
#. Plugin Name of the plugin/theme
|
246 |
+
msgid "Email Subscribers & Newsletters"
|
247 |
+
msgstr "Email Subscribers & Newsletters"
|
248 |
+
|
249 |
#. URI of the plugin
|
250 |
msgid "https://www.icegram.com"
|
251 |
+
msgstr "https://www.icegram.com"
|
252 |
+
|
253 |
+
#. Description of the plugin/theme
|
254 |
+
msgid ""
|
255 |
+
"Add subscription forms on website, send HTML newsletters & automatically "
|
256 |
+
"notify subscribers about new blog posts once it is published."
|
257 |
msgstr ""
|
258 |
+
"Afegir formularis de subscripció a la pàgina web, enviar butlletins HTML i "
|
259 |
+
"notificar als subscriptors automàticament sobre nous missatges al blog una "
|
260 |
+
"vegada que es publiquen."
|
261 |
+
|
262 |
+
#. Author of the plugin/theme
|
263 |
+
msgid "Icegram"
|
264 |
+
msgstr "Icegram"
|
265 |
|
266 |
#: ../email-subscribers.php:75
|
267 |
msgctxt "timezone date format"
|
268 |
msgid "Y-m-d H:i:s"
|
269 |
+
msgstr "A-m-d H:m:s"
|
270 |
|
271 |
#: ../settings/settings-edit.php:23
|
272 |
msgid "Admin"
|
273 |
+
msgstr "Administrador"
|
274 |
|
275 |
#: ../settings/settings-edit.php:24
|
276 |
msgid "Signup Confirmation"
|
277 |
+
msgstr "Confirmació de registre"
|
278 |
|
279 |
#: ../settings/settings-edit.php:25
|
280 |
msgid "Cron"
|
281 |
+
msgstr "Cron"
|
282 |
+
|
283 |
+
#: ../settings/settings-edit.php:26
|
284 |
+
msgid "User Roles"
|
285 |
+
msgstr "Funcions d'usuari"
|
286 |
|
287 |
+
#: ../settings/settings-edit.php:42 ../classes/es-register.php:186
|
288 |
+
#: ../classes/es- register.php:187
|
289 |
msgid "Settings"
|
290 |
+
msgstr "Configuració"
|
291 |
+
|
292 |
+
#: ../settings/settings-edit.php:67
|
293 |
+
msgid "Save Settings"
|
294 |
+
msgstr "Desa la configuració"
|
295 |
+
|
296 |
+
#: ../settings/settings-edit.php:78
|
297 |
+
msgid "Sender of Notifications"
|
298 |
+
msgstr "Remitent de Notificacions"
|
299 |
+
|
300 |
+
#: ../settings/settings-edit.php:79
|
301 |
+
msgid ""
|
302 |
+
"Choose a FROM name and FROM email address for all the emails to be sent from "
|
303 |
+
"this plugin."
|
304 |
msgstr ""
|
305 |
+
"Triar un remitent i una adreça de correu electrònic per a tots els correus "
|
306 |
+
"electrònics per ser enviats des d'aquest plugin."
|
307 |
|
308 |
#: ../settings/settings-edit.php:89
|
309 |
msgid "Email Type"
|
310 |
+
msgstr "Tipus de correu electrònic"
|
311 |
|
312 |
#: ../settings/settings-edit.php:90
|
313 |
msgid ""
|
314 |
"Option 1 & 2 is to send emails with default Wordpress method wp_mail(). "
|
315 |
"Option 3 & 4 is to send emails with PHP method mail()."
|
316 |
msgstr ""
|
317 |
+
"L'opció 1 i 2 és per enviar emails amb el mètode predeterminat de Wordpress "
|
318 |
+
"wp_mail(). L'opció 3 i 4 és per enviar emails amb el mètode PHP ()."
|
319 |
+
|
320 |
+
#: ../settings/settings-edit.php:94
|
321 |
+
msgid "1. WP HTML MAIL"
|
322 |
+
msgstr "1. WP HTML MAIL"
|
323 |
+
|
324 |
+
#: ../settings/settings-edit.php:95
|
325 |
+
msgid "2. WP PLAINTEXT MAIL"
|
326 |
+
msgstr "2. WP TEXT PLA MAIL"
|
327 |
+
|
328 |
+
#: ../settings/settings-edit.php:96
|
329 |
+
msgid "3. PHP HTML MAIL"
|
330 |
+
msgstr "3. PHP HTML MAIL"
|
331 |
+
|
332 |
+
#: ../settings/settings-edit.php:97
|
333 |
+
msgid "4. PHP PLAINTEXT MAIL"
|
334 |
+
msgstr "4. PHP TEXT PLA MAIL"
|
335 |
|
336 |
#: ../settings/settings-edit.php:104
|
337 |
msgid "Opt-In Type"
|
338 |
+
msgstr "Tipus d'Opt-in"
|
339 |
|
340 |
#: ../settings/settings-edit.php:105
|
341 |
msgid ""
|
345 |
"subscriber is not asked to confirm their email address. They are subscribed "
|
346 |
"directly in the list."
|
347 |
msgstr ""
|
348 |
+
"Double Opt-In : En aquest tipus, al subscriptor se li envia un enllaç "
|
349 |
+
"d'activació tan aviat com es subscrigui a la vostra llista. Han de confirmar "
|
350 |
+
"la seva subscripció fent clic a l'enllaç d'activació.<br />Single Opt-In : "
|
351 |
+
"En aquest tipus, no es demana al subscriptor que confirmi la seva adreça de "
|
352 |
+
"correu electrònic. Estan subscrits directament a la llista."
|
353 |
+
|
354 |
+
#: ../settings/settings-edit.php:109
|
355 |
+
msgid "Double Opt In"
|
356 |
+
msgstr "Doble Opt In"
|
357 |
+
|
358 |
+
#: ../settings/settings-edit.php:110
|
359 |
+
#: ../subscribers/view-subscriber-import.php: 178
|
360 |
+
#: ../subscribers/view-subscriber-show.php:312 ../subscribers/view-subscriber-
|
361 |
+
#: show.php:339 ../subscribers/view-subscriber-add.php:151
|
362 |
+
#: ../subscribers/view- subscriber-edit.php:150
|
363 |
+
msgid "Single Opt In"
|
364 |
+
msgstr "Opt In sencill"
|
365 |
+
|
366 |
+
#: ../settings/settings-edit.php:116
|
367 |
+
msgid "Image Size"
|
368 |
+
msgstr "Mida de la imatge"
|
369 |
+
|
370 |
+
#: ../settings/settings-edit.php:117
|
371 |
+
msgid ""
|
372 |
+
"Select image size for ###POSTIMAGE### to be shown in the Post Notification "
|
373 |
+
"Emails."
|
374 |
+
msgstr ""
|
375 |
+
"Selecciona la mida de la imatge per ###POSTIMAGE### que es mostra en els "
|
376 |
+
"missatges de notificació"
|
377 |
+
|
378 |
+
#: ../settings/settings-edit.php:121
|
379 |
+
msgid "Full Size"
|
380 |
+
msgstr "mida completa"
|
381 |
+
|
382 |
+
#: ../settings/settings-edit.php:122
|
383 |
+
msgid "Medium Size"
|
384 |
+
msgstr "Mida mitjana"
|
385 |
+
|
386 |
+
#: ../settings/settings-edit.php:123
|
387 |
+
msgid "Thumbnail"
|
388 |
+
msgstr "Miniatura"
|
389 |
+
|
390 |
+
#: ../settings/settings-edit.php:129
|
391 |
+
msgid "Admin Email Addresses"
|
392 |
+
msgstr "Adreces email dels administradors"
|
393 |
+
|
394 |
+
#: ../settings/settings-edit.php:130
|
395 |
+
msgid ""
|
396 |
+
"Enter the admin email addresses that should receive notifications (separated "
|
397 |
+
"by comma)."
|
398 |
+
msgstr ""
|
399 |
+
"Introduïu les adreces de correu electrònic d'administració que han de rebre "
|
400 |
+
"notificacions (separades per comes)."
|
401 |
|
402 |
#: ../settings/settings-edit.php:136
|
403 |
msgid "Notify Admin when a new subscriber signs up"
|
404 |
+
msgstr "Notifica a Admin quan un nou subscriptor s'inscriu"
|
405 |
+
|
406 |
+
#: ../settings/settings-edit.php:137
|
407 |
+
msgid ""
|
408 |
+
"To send admin email notifications for the new subscriber. This option must "
|
409 |
+
"be set to YES."
|
410 |
msgstr ""
|
411 |
+
"Per enviar notificacions per correu electrònic a l'administrador per un nou "
|
412 |
+
"subscrit. Aquesta opció ha d'estar a YES."
|
413 |
+
|
414 |
+
#: ../settings/settings-edit.php:142 ../settings/settings-edit.php:217 ..
|
415 |
+
#: subscribers/view-subscriber-sync.php:107 ../classes/es-register.php:1144
|
416 |
+
msgid "YES"
|
417 |
+
msgstr "Si"
|
418 |
+
|
419 |
+
#: ../settings/settings-edit.php:143 ../settings/settings-edit.php:218 ..
|
420 |
+
#: subscribers/view-subscriber-sync.php:106 ../classes/es-register.php:1145
|
421 |
+
msgid "NO"
|
422 |
+
msgstr "No"
|
423 |
|
424 |
#: ../settings/settings-edit.php:149
|
425 |
msgid "Admin Email Subject on new subscriber sign up"
|
426 |
msgstr ""
|
427 |
+
"Assumpte del correu electrònic a l'administrador quan hi ha un subscripció "
|
428 |
+
"nou"
|
429 |
|
430 |
#: ../settings/settings-edit.php:150
|
431 |
msgid ""
|
432 |
"Subject for the admin email whenever a new subscriber signs up and is "
|
433 |
"confirmed."
|
434 |
msgstr ""
|
435 |
+
"Assumpte del correu electrònic a l'administració sempre que un subscriptor "
|
436 |
+
"nou es registri i es confirmi."
|
437 |
|
438 |
#: ../settings/settings-edit.php:156
|
439 |
msgid "Admin Email Content on new subscriber signs up"
|
440 |
msgstr ""
|
441 |
+
"Contingut de correu electrònic a l'administrador quan es registra un nou "
|
442 |
+
"subscriptor"
|
443 |
|
444 |
#: ../settings/settings-edit.php:157
|
445 |
msgid ""
|
446 |
"Content for the admin email whenever a new subscriber signs up and is "
|
447 |
"confirmed.<br />(Available Keywords: ###NAME###, ###EMAIL###, ###GROUP###)"
|
448 |
msgstr ""
|
449 |
+
"Contingut per al correu electrònic d'administració cada vegada que un "
|
450 |
+
"subscriptor nou es registra i es confirma.<br />(Paraules clau disponibles: "
|
451 |
+
"###NAME###, ###EMAIL###, ###GROUP###)"
|
452 |
+
|
453 |
+
#: ../settings/settings-edit.php:164
|
454 |
+
msgid "Sent Report Subject"
|
455 |
+
msgstr "Assumpte del informe enviat"
|
456 |
|
457 |
#: ../settings/settings-edit.php:165
|
458 |
msgid "Subject for the email report which will be sent to admin."
|
459 |
msgstr ""
|
460 |
+
"Assumpte de l'informe de correu electrònic que s'enviarà a l'administrador."
|
461 |
+
|
462 |
+
#: ../settings/settings-edit.php:171
|
463 |
+
msgid "Sent Report Content"
|
464 |
+
msgstr "Contingut del informe enviat"
|
465 |
|
466 |
#: ../settings/settings-edit.php:172
|
467 |
msgid ""
|
468 |
"Content for the email report which will be sent to admin.<br />(Available "
|
469 |
"Keywords: ###COUNT###, ###UNIQUE###, ###STARTTIME###, ###ENDTIME###)"
|
470 |
msgstr ""
|
471 |
+
"Contingut per a l'informe de correu electrònic que s'enviarà a "
|
472 |
+
"l'administrador.<br />(Paraules clau disponibles: ###COUNT###, ###UNIQUE###, "
|
473 |
+
"###STARTTIME###, ###ENDTIME###)"
|
474 |
|
475 |
#: ../settings/settings-edit.php:183
|
476 |
msgid "Double Opt-In Email Subject (Confirmation Email)"
|
477 |
+
msgstr "Assumpte del email de doble Opt-in (correu electrònic de confirmació)"
|
478 |
|
479 |
#: ../settings/settings-edit.php:184
|
480 |
msgid ""
|
481 |
"Subject for the confirmation email to be sent for Double Opt-In whenever a "
|
482 |
"subscriber signs up."
|
483 |
msgstr ""
|
484 |
+
"Assumpte per al correu electrònic de confirmació que s'enviarà sempre que un "
|
485 |
+
"subscriptor s'inscrigui per Double Opt-In "
|
486 |
|
487 |
#: ../settings/settings-edit.php:190
|
488 |
msgid "Double Opt-In Email Content (Confirmation Email)"
|
489 |
msgstr ""
|
490 |
+
"Contingut de correu electrònic pel sistema Double Opt-In (correu de "
|
491 |
+
"confirmació)"
|
492 |
|
493 |
#: ../settings/settings-edit.php:191
|
494 |
msgid ""
|
495 |
"Content for the confirmation email to be sent for Double Opt-In whenever a "
|
496 |
"subscriber signs up.<br />(Available Keywords: ###NAME###, ###LINK###)"
|
497 |
msgstr ""
|
498 |
+
"El contingut del correu electrònic de confirmació que s'enviarà sempre que "
|
499 |
+
"un subscriptor s'inscrigui pel sistema Double Opt-In.<br />(Paraules clau "
|
500 |
+
"disponibles: ###NAME###, ###LINK###)"
|
501 |
|
502 |
#: ../settings/settings-edit.php:197
|
503 |
msgid "Double Opt-In Confirmation Link"
|
504 |
+
msgstr "Link de confirmació pel sistema Double Opt-in"
|
505 |
+
|
506 |
+
#: ../settings/settings-edit.php:198
|
507 |
+
msgid "It is a readonly field and you are advised not to modify it."
|
508 |
+
msgstr "És un camp de només lectura i se li recomana no modificar-lo."
|
509 |
|
510 |
#: ../settings/settings-edit.php:204
|
511 |
msgid ""
|
512 |
"Text to display after an email address is successfully subscribed from "
|
513 |
"Double Opt-In (Confirmation) Email"
|
514 |
msgstr ""
|
515 |
+
"Text que es mostrarà després que una adreça de correu electrònic s'ha "
|
516 |
+
"subscrit correctament per Double Opt-In (email de confirmació)"
|
517 |
+
|
518 |
+
#: ../settings/settings-edit.php:205
|
519 |
+
msgid ""
|
520 |
+
"This text will be displayed once user clicks on email confirmation link from "
|
521 |
+
"the Double Opt In (confirmation) Email."
|
522 |
+
msgstr ""
|
523 |
+
"Aquest text es mostrarà un cop que l'usuari faci clic a l'enllaç de "
|
524 |
+
"confirmació del correu electrònic pel Doble Opt In (confirmació)"
|
525 |
|
526 |
#: ../settings/settings-edit.php:212
|
527 |
msgid "Send Welcome Email to New Subscribers after Sign Up?"
|
528 |
msgstr ""
|
529 |
+
"Enviar uncorreu electrònic de benvinguda als subscriptors nous després de "
|
530 |
+
"registrar-se?"
|
531 |
+
|
532 |
+
#: ../settings/settings-edit.php:213
|
533 |
+
msgid ""
|
534 |
+
"To send welcome email to subscriber after successful signup. This option "
|
535 |
+
"must be set to YES."
|
536 |
+
msgstr ""
|
537 |
+
"Per enviar correu electrònic de benvinguda al subscriptor després del "
|
538 |
+
"registre amb èxit. Aquesta opció ha d'estar a YES."
|
539 |
|
540 |
#: ../settings/settings-edit.php:224
|
541 |
msgid "Subject for Welcome Email"
|
542 |
+
msgstr "Assumpte del correu electrònic de benvinguda"
|
543 |
|
544 |
#: ../settings/settings-edit.php:225
|
545 |
msgid ""
|
547 |
"user's email is either confirmed (if Double Opt-In) / subscribed (if Single "
|
548 |
"Opt-In) successfully."
|
549 |
msgstr ""
|
550 |
+
"Assumpte del correu electrònic de benvinguda als subscriptors. Això "
|
551 |
+
"s'enviarà sempre que s'hagi confirmat un email de l'usuari (si és Double Opt-"
|
552 |
+
"In) / o subscrit (si és Opt-In individual) amb èxit."
|
553 |
|
554 |
#: ../settings/settings-edit.php:231
|
555 |
msgid "Email Content for Welcome Email"
|
556 |
+
msgstr "Contingut del correu electrònic de benvinguda"
|
557 |
|
558 |
#: ../settings/settings-edit.php:232
|
559 |
msgid ""
|
561 |
"confirmed (if Double Opt In) / subscribed (if Single Opt In) successfully."
|
562 |
"<br />(Available Keywords: ###NAME###, ###GROUP###, ###LINK###)"
|
563 |
msgstr ""
|
564 |
+
"Contingut per al correu electrònic de benvinguda dels subscriptors sempre "
|
565 |
+
"que es confirmi el correu electrònic d'un usuari (per Double Opt In) / o es "
|
566 |
+
"subscrigui (per Single Opt In) amb èxit.<br />(Paraules clau disponibles: "
|
567 |
+
"###NAME###, ###GROUP###, ###LINK###)"
|
568 |
+
|
569 |
+
#: ../settings/settings-edit.php:240
|
570 |
+
msgid "Unsubscribe Link"
|
571 |
+
msgstr "Enllaç per a donar-se de baixa"
|
572 |
|
573 |
#: ../settings/settings-edit.php:241
|
574 |
msgid ""
|
576 |
"from this plugin. It is a readonly field and you are advised not to modify "
|
577 |
"it."
|
578 |
msgstr ""
|
579 |
+
"Aquest enllaç de cancel·lació de subscripció s'afegeix automàticament a tots "
|
580 |
+
"els correus electrònics que s'envien des d'aquest complement. Es tracta d'un "
|
581 |
+
"camp de lectura i se us aconsella no modificar-lo."
|
582 |
+
|
583 |
+
#: ../settings/settings-edit.php:247
|
584 |
+
msgid "Unsubscribe Text in Email"
|
585 |
+
msgstr "Text de donar-se de baixa en el correu electrònic"
|
586 |
|
587 |
#: ../settings/settings-edit.php:248
|
588 |
msgid ""
|
589 |
"The text for the unsubscribe link. This text is automatically added with "
|
590 |
"unsubscribe link in the emails.<br />(Available Keyword: ###LINK###)"
|
591 |
msgstr ""
|
592 |
+
"El text del enllaç de cancel·lar la subscripció. Aquest text s'afegeix "
|
593 |
+
"automàticament amb l'enllaç de baixa al correu electrònic.<br />(Paraula "
|
594 |
+
"clau disponible: ###LINK###)"
|
595 |
+
|
596 |
+
#: ../settings/settings-edit.php:254
|
597 |
+
msgid "Text to display after an email address is unsubscribed"
|
598 |
+
msgstr ""
|
599 |
+
"Text a mostrar després que una adreça de correu electrònic és donada de baixa"
|
600 |
|
601 |
#: ../settings/settings-edit.php:255
|
602 |
msgid ""
|
603 |
"This text will be displayed once user clicks on unsubscribe link from the "
|
604 |
"email."
|
605 |
msgstr ""
|
606 |
+
"Aquest text es mostrarà una vegada que l'usuari faci clic a l'enllaç de "
|
607 |
+
"baixa de l'adreça electrònica."
|
608 |
|
609 |
#: ../settings/settings-edit.php:262
|
610 |
msgid "Error in the Subscribe / Confirmation Link"
|
611 |
+
msgstr "Error en l'enllaç de subscripció / confirmació"
|
612 |
|
613 |
#: ../settings/settings-edit.php:263
|
614 |
msgid ""
|
615 |
"Default message to display if there is any issue while clicking on subscribe "
|
616 |
"/ confirmation link from the Double Opt-In (Confirmation) emails."
|
617 |
msgstr ""
|
618 |
+
"Missatge predeterminat per mostrar si hi ha algun problema mentre feu clic a "
|
619 |
+
"l'enllaç de subscripció / confirmació des dels correus electrònics de Double "
|
620 |
+
"Opt-In (confirmació)."
|
621 |
+
|
622 |
+
#: ../settings/settings-edit.php:269
|
623 |
+
msgid "Error in the Unsubscribe Link"
|
624 |
+
msgstr "Error amb l'enllaç de baixa"
|
625 |
|
626 |
#: ../settings/settings-edit.php:270
|
627 |
msgid ""
|
628 |
"Default message to display if there is any issue while clicking on "
|
629 |
"unsubscribe link from the emails."
|
630 |
msgstr ""
|
631 |
+
"Missatge predeterminat per mostrar si hi ha cap problema mentre feu clic a "
|
632 |
+
"l'enllaç de baixa dels correus electrònics."
|
633 |
+
|
634 |
+
#: ../settings/settings-edit.php:282
|
635 |
+
msgid ""
|
636 |
+
"Select user roles who can access following menus. Only Admin can change this."
|
637 |
+
msgstr ""
|
638 |
+
"Seleccioneu els rols d'usuaris que poden accedir als menús següents. Només "
|
639 |
+
"administrador pot canviar això."
|
640 |
+
|
641 |
+
#: ../settings/settings-edit.php:288
|
642 |
+
msgid "Subscribers Menu"
|
643 |
+
msgstr "Menú dels subscriptors"
|
644 |
+
|
645 |
+
#: ../settings/settings-edit.php:292 ../settings/settings-edit.php:304 ..
|
646 |
+
#: settings/settings-edit.php:316 ../settings/settings-edit.php:328 ..
|
647 |
+
#: settings/settings-edit.php:340
|
648 |
+
msgid "Administrator Only"
|
649 |
+
msgstr "Només l'administrador"
|
650 |
+
|
651 |
+
#: ../settings/settings-edit.php:293 ../settings/settings-edit.php:305 ..
|
652 |
+
#: settings/settings-edit.php:317 ../settings/settings-edit.php:329 ..
|
653 |
+
#: settings/settings-edit.php:341
|
654 |
+
msgid "Administrator/Editor"
|
655 |
+
msgstr "Administrador/editor"
|
656 |
+
|
657 |
+
#: ../settings/settings-edit.php:294 ../settings/settings-edit.php:306 ..
|
658 |
+
#: settings/settings-edit.php:318 ../settings/settings-edit.php:330 ..
|
659 |
+
#: settings/settings-edit.php:342
|
660 |
+
msgid "Administrator/Editor/Author/Contributor"
|
661 |
+
msgstr "Administrador/editor/autor/contribuidor"
|
662 |
+
|
663 |
+
#: ../settings/settings-edit.php:300
|
664 |
+
msgid "Compose Menu"
|
665 |
+
msgstr "Manú per compondre"
|
666 |
+
|
667 |
+
#: ../settings/settings-edit.php:312
|
668 |
+
msgid "Post Notifications Menu"
|
669 |
+
msgstr "Menú de notificacionns"
|
670 |
+
|
671 |
+
#: ../settings/settings-edit.php:324 ../sendmail/sendmail.php:93
|
672 |
+
#: ../classes/es- register.php:183 ../classes/es-register.php:184
|
673 |
+
msgid "Newsletters"
|
674 |
+
msgstr "Butlletins"
|
675 |
+
|
676 |
+
#: ../settings/settings-edit.php:336
|
677 |
+
msgid "Reports Menu"
|
678 |
+
msgstr "menú d'informes"
|
679 |
+
|
680 |
+
#: ../settings/settings-edit.php:353
|
681 |
+
msgid "Cron job URL"
|
682 |
+
msgstr "URL de treball del Cron"
|
683 |
+
|
684 |
+
#: ../settings/settings-edit.php:354
|
685 |
+
msgid ""
|
686 |
+
"This is your Cron Job URL. It is a readonly field and you are advised not to "
|
687 |
+
"modify it."
|
688 |
+
msgstr ""
|
689 |
+
"Aquesta és la seva URL Cron Job. És un camp de només lectura i se li "
|
690 |
+
"recomana no modificar-lo."
|
691 |
+
|
692 |
+
#: ../settings/settings-edit.php:363
|
693 |
+
msgid "Email Count"
|
694 |
+
msgstr "Comte de correu electrònic"
|
695 |
+
|
696 |
+
#: ../settings/settings-edit.php:364
|
697 |
+
msgid "Number of emails that you want to trigger per hour."
|
698 |
+
msgstr "Nombre de missatges de correu electrònic que voleu enviar per hora."
|
699 |
|
700 |
#: ../settings/settings-edit.php:369
|
701 |
msgid "(Your web host has limits. We suggest 50 emails per hour to be safe.)"
|
702 |
msgstr ""
|
703 |
+
"(El vostre proveïdor d'allotjament web té límits. Us suggerim 50 correus "
|
704 |
+
"electrònics per hora per anar segurs.)"
|
705 |
|
706 |
#: ../settings/settings-edit.php:374
|
707 |
msgid "Cron Report"
|
708 |
+
msgstr "Informe Cron"
|
709 |
|
710 |
#: ../settings/settings-edit.php:375
|
711 |
msgid ""
|
712 |
"Email to admin whenever a cron URL is triggered from your server. (Available "
|
713 |
"Keywords: ###DATE###, ###SUBJECT###, ###COUNT###)"
|
714 |
msgstr ""
|
715 |
+
"Envieu un correu electrònic a l'administrador cada cop que s'activi una URL "
|
716 |
+
"cron del vostre servidor. (Paraules clau disponibles: ###DATE###, "
|
717 |
+
"###SUBJECT###, ###COUNT###)"
|
718 |
+
|
719 |
+
#: ../settings/settings-edit.php:385
|
720 |
+
msgid "What is Cron (auto emails) and how to setup Cron Job?"
|
721 |
+
msgstr ""
|
722 |
+
"El que és Cron (correus electrònics automàtics) i com configurar Cron Job?"
|
723 |
|
724 |
#: ../settings/settings-edit.php:386
|
725 |
msgid ""
|
728 |
"utm_source=es&utm_medium=in_app&utm_campaign=view_docs_help_page\">What is "
|
729 |
"Cron?</a>"
|
730 |
msgstr ""
|
731 |
+
"<a target=\"_blank\" href=\"https://www.icegram.com/documentation/es-how-to-"
|
732 |
+
"schedule-cron-emails/?"
|
733 |
+
"utm_source=es&utm_medium=in_app&utm_campaign=view_docs_help_page\">Què és "
|
734 |
+
"Cron?</a>"
|
735 |
|
736 |
#: ../settings/settings-edit.php:387
|
737 |
msgid ""
|
738 |
"<a target=\"_blank\" href=\"https://www.icegram.com/documentation/es-how-to-"
|
739 |
"schedule-cron-emails-in-cpanel/?"
|
740 |
+
"utm_source=es&utm_medium=in_app&utm_campaign=view_docs_help_page\">Setup "
|
741 |
+
"cron job in cPanel</a>"
|
742 |
msgstr ""
|
743 |
+
"<a target=\"_blank\" href=\"https://www.icegram.com/documentation/es-how-to-"
|
744 |
+
"schedule-cron-emails-in-cpanel/?"
|
745 |
+
"utm_source=es&utm_medium=in_app&utm_campaign=view_docs_help_page\">"
|
746 |
+
"Configureu el treball cron a cPanel</a>"
|
747 |
|
748 |
#: ../settings/settings-edit.php:388
|
749 |
msgid ""
|
750 |
"<a target=\"_blank\" href=\"https://www.icegram.com/documentation/es-how-to-"
|
751 |
"schedule-cron-emails-in-parallels-plesk/?"
|
752 |
+
"utm_source=es&utm_medium=in_app&utm_campaign=view_docs_help_page\">Setup "
|
753 |
+
"cron job in Plesk</a>"
|
754 |
msgstr ""
|
755 |
+
"<a target=\"_blank\" href=\"https://www.icegram.com/documentation/es-how-to-"
|
756 |
+
"schedule-cron-emails-in-parallels-plesk/?"
|
757 |
+
"utm_source=es&utm_medium=in_app&utm_campaign=view_docs_help_page\">"
|
758 |
+
"Configurar el treball cron a Plesk</a>"
|
759 |
|
760 |
#: ../settings/settings-edit.php:389
|
761 |
msgid ""
|
762 |
+
"<a target=\"_blank\" href=\"https://www.icegram.com/documentation/es-what-to-"
|
763 |
+
"do-if-hosting-doesnt-support-cron-jobs/?"
|
764 |
"utm_source=es&utm_medium=in_app&utm_campaign=view_docs_help_page\">Hosting "
|
765 |
"does not support cron jobs?</a>"
|
766 |
msgstr ""
|
767 |
+
"<a target=\"_blank\" href=\"https://www.icegram.com/documentation/es-what-to-"
|
768 |
+
"do-if-hosting-doesnt-support-cron-jobs/?"
|
769 |
+
"utm_source=es&utm_medium=in_app&utm_campaign=view_docs_help_page\">"
|
770 |
+
"L'allotjament no és compatible amb els treballs de cron?</a>"
|
771 |
+
|
772 |
+
#: ../settings/settings-edit.php:504
|
773 |
+
msgid "Please enter sender of notifications from name."
|
774 |
+
msgstr "Si us plau, introdueixi el remitent de les notificacions des de nom."
|
775 |
+
|
776 |
+
#: ../settings/settings-edit.php:509
|
777 |
+
msgid "Please enter sender of notifications from email."
|
778 |
+
msgstr "Si us plau, introdueixi el remitent de les notificacions des del email"
|
779 |
+
|
780 |
+
#: ../settings/settings-edit.php:553
|
781 |
+
msgid "Please enter valid mail count."
|
782 |
+
msgstr "Si us plau, introdueix un compte de correu electrònic vàlid."
|
783 |
+
|
784 |
+
#: ../settings/settings-edit.php:566
|
785 |
+
msgid "Settings Saved."
|
786 |
+
msgstr "Configuració guardada"
|
787 |
+
|
788 |
+
#: ../settings/settings-edit.php:569
|
789 |
+
msgid "Oops, unable to update."
|
790 |
+
msgstr "Vaja, no es pot actualitzar."
|
791 |
+
|
792 |
+
#: ../settings/setting-sync.php:16
|
793 |
+
msgid "Table sync completed successfully."
|
794 |
+
msgstr "Taula de sincronització completada amb èxit."
|
795 |
+
|
796 |
+
#: ../settings/setting-sync.php:29
|
797 |
+
msgid "Sync plugin tables"
|
798 |
+
msgstr "Taules de sincronització de plugin"
|
799 |
+
|
800 |
+
#: ../settings/setting-sync.php:33
|
801 |
+
msgid "Click to sync tables"
|
802 |
+
msgstr "Clica per sincronitzar les taules"
|
803 |
|
804 |
#: ../sentmail/sentmail-preview.php:27 ../compose/compose-preview.php:27
|
805 |
msgid "Preview Email"
|
806 |
+
msgstr "Previsualització de correu electrònic"
|
807 |
|
808 |
#: ../sentmail/sentmail-preview.php:31
|
809 |
msgid ""
|
811 |
"(like gmail, yahoo etc) display email content differently. So there could be "
|
812 |
"a slight variation on how your customer will view the email content."
|
813 |
msgstr ""
|
814 |
+
"Així és com es veu el correu electrònic que has enviat. <br>Nota: Diferents "
|
815 |
+
"serveis de correu electrònic (com gmail, yahoo etc) mostren contingut de "
|
816 |
+
"correu electrònic de manera diferent. Per tant, podria haver-hi una lleugera "
|
817 |
+
"variació sobre com el vostre client veurà el contingut del correu electrònic."
|
818 |
|
819 |
+
#: ../sentmail/sentmail-preview.php:62
|
820 |
+
msgid "Back"
|
821 |
+
msgstr "Enrera"
|
|
|
822 |
|
823 |
+
#: ../sentmail/sentmail-show.php:43
|
824 |
+
msgid "Successfully deleted all reports except latest 10."
|
825 |
+
msgstr "S'han eliminat tots els informes excepte els 10 últims."
|
|
|
826 |
|
827 |
+
#: ../sentmail/sentmail-show.php:83 ../sentmail/deliverreport-show.php:47
|
828 |
+
msgid " << "
|
829 |
+
msgstr " << "
|
830 |
|
831 |
+
#: ../sentmail/sentmail-show.php:84 ../sentmail/deliverreport-show.php:48
|
832 |
+
msgid " >> "
|
833 |
+
msgstr " >> "
|
834 |
|
835 |
+
#: ../sentmail/sentmail-show.php:93 ../classes/es-register.php:189
|
836 |
+
#: ../classes/es- register.php:190
|
837 |
+
msgid "Reports"
|
838 |
+
msgstr "Informes"
|
839 |
|
840 |
+
#: ../sentmail/sentmail-show.php:97
|
841 |
+
msgid ""
|
842 |
+
"It will show reports for all Newsletters & Post Notification emails sent."
|
843 |
msgstr ""
|
844 |
+
"Es mostrarà informes de tots els Butlletins & Post notificació enviats."
|
845 |
|
846 |
+
#: ../sentmail/sentmail-show.php:107 ../sentmail/sentmail-show.php:120
|
847 |
+
msgid "View Reports"
|
848 |
+
msgstr "Veure informes"
|
849 |
|
850 |
+
#: ../sentmail/sentmail-show.php:108 ../sentmail/sentmail-show.php:121 ..
|
851 |
+
#: compose/compose-edit.php:102 ../compose/compose-show.php:80 ..
|
852 |
+
#: compose/compose-show.php:88
|
853 |
+
msgid "Preview"
|
854 |
+
msgstr "Vista previa"
|
855 |
|
856 |
+
#: ../sentmail/sentmail-show.php:109 ../sentmail/sentmail-show.php:122
|
857 |
+
msgid "Type"
|
858 |
+
msgstr "Tipus"
|
859 |
|
860 |
+
#: ../sentmail/sentmail-show.php:110 ../sentmail/sentmail-show.php:123 ..
|
861 |
+
#: sentmail/deliverreport-show.php:70 ../sentmail/deliverreport-show.php:81 ..
|
862 |
+
#: subscribers/view-subscriber-show.php:362
|
863 |
+
#: ../subscribers/view-subscriber-show. php:375
|
864 |
+
#: ../compose/compose-edit.php:114 ../compose/compose-add.php:97
|
865 |
+
msgid "Status"
|
866 |
+
msgstr "Estat"
|
867 |
|
868 |
+
#: ../sentmail/sentmail-show.php:111 ../sentmail/sentmail-show.php:124 ..
|
869 |
+
#: sentmail/deliverreport-show.php:71 ../sentmail/deliverreport-show.php:82
|
870 |
+
msgid "Sent"
|
871 |
+
msgstr "Enviat"
|
872 |
|
873 |
+
#: ../sentmail/sentmail-show.php:112 ../sentmail/sentmail-show.php:125
|
874 |
+
msgid "Start Date"
|
875 |
+
msgstr "Data d'inici"
|
876 |
|
877 |
+
#: ../sentmail/sentmail-show.php:113 ../sentmail/sentmail-show.php:126
|
878 |
+
msgid "End Date"
|
879 |
+
msgstr "Data final"
|
880 |
|
881 |
+
#: ../sentmail/sentmail-show.php:114 ../sentmail/sentmail-show.php:127
|
882 |
+
msgid "Total"
|
883 |
+
msgstr "Total"
|
884 |
|
885 |
+
#: ../sentmail/sentmail-show.php:115 ../sentmail/sentmail-show.php:128 ..
|
886 |
+
#: subscribers/view-subscriber-show.php:365
|
887 |
+
#: ../subscribers/view-subscriber-show. php:378
|
888 |
+
#: ../subscribers/view-subscriber-export.php:48 ../subscribers/view-
|
889 |
+
#: subscriber-export.php:56
|
890 |
+
msgid "Action"
|
891 |
+
msgstr "Acció"
|
892 |
|
893 |
+
#: ../sentmail/sentmail-show.php:190
|
894 |
+
msgid "Optimize Table & Delete Records"
|
895 |
+
msgstr "Optimitzar la taula i eliminar registres"
|
896 |
|
897 |
+
#: ../sentmail/sentmail-show.php:199
|
898 |
+
msgid ""
|
899 |
+
"Note: Please click on <strong>Optimize Table & Delete Records</strong> "
|
900 |
+
"button to delete all reports except latest 10."
|
901 |
msgstr ""
|
902 |
+
"Nota: Si us plau, feu clic al botó <strong> Optimitzar la taula i eliminar "
|
903 |
+
"registres </ strong> per eliminar tots els informes excepte els 10 últims."
|
904 |
|
905 |
+
#: ../sentmail/deliverreport-show.php:14
|
906 |
+
msgid "Oops.. Unexpected error occurred. Please try again."
|
907 |
+
msgstr "Vaja... S'ha produït un error inesperat. Si us plau torna-ho a provar."
|
908 |
|
909 |
+
#: ../sentmail/deliverreport-show.php:57
|
910 |
+
msgid "Delivery Report"
|
911 |
+
msgstr "Informe de lliurament"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
912 |
|
913 |
+
#: ../sentmail/deliverreport-show.php:68 ../sentmail/deliverreport-show.php:79
|
914 |
+
#: .. subscribers/view-subscriber-export.php:45
|
915 |
+
#: ../subscribers/view-subscriber- export.php:53
|
916 |
+
msgid "Sno"
|
917 |
+
msgstr "Sno"
|
|
|
918 |
|
919 |
+
#: ../sentmail/deliverreport-show.php:69 ../sentmail/deliverreport-show.php:80
|
920 |
+
msgid "Email"
|
921 |
+
msgstr "Email"
|
922 |
|
923 |
+
#: ../sentmail/deliverreport-show.php:72 ../sentmail/deliverreport-show.php:83
|
924 |
+
msgid "Sent Date"
|
925 |
+
msgstr "data d'enviament"
|
|
|
926 |
|
927 |
+
#: ../sentmail/deliverreport-show.php:73 ../sentmail/deliverreport-show.php:84
|
928 |
+
msgid "Viewed Status"
|
929 |
+
msgstr "Veure status"
|
930 |
|
931 |
+
#: ../sentmail/deliverreport-show.php:74 ../sentmail/deliverreport-show.php:85
|
932 |
+
msgid "Viewed Date"
|
933 |
+
msgstr "Veure data"
|
934 |
|
935 |
+
#: ../subscribers/view-subscriber-import.php:44
|
|
|
936 |
msgid ""
|
937 |
+
"Error: Special characters (['^$%&*()}{@#~?><>,|=_+\\\"]) are not allowed in "
|
938 |
+
"the Group name."
|
|
|
|
|
|
|
|
|
939 |
msgstr ""
|
940 |
+
"Error: els caràcters especials (['^$%&*()}{@#~?><>,|=_+\\\"]) no es permeten "
|
941 |
+
"en el nom del grup"
|
942 |
|
943 |
+
#: ../subscribers/view-subscriber-import.php:92
|
944 |
+
msgid "email imported."
|
945 |
+
msgstr "email importat"
|
946 |
|
947 |
+
#: ../subscribers/view-subscriber-import.php:93
|
948 |
+
msgid "email already exists."
|
949 |
+
msgstr "Aquest email ja existeix"
|
|
|
|
|
|
|
950 |
|
951 |
+
#: ../subscribers/view-subscriber-import.php:94
|
952 |
+
msgid "email are invalid."
|
953 |
+
msgstr "aquest email no és vàlid"
|
954 |
|
955 |
+
#: ../subscribers/view-subscriber-import.php:97
|
956 |
+
#: ../subscribers/view-subscriber- import.php:126
|
957 |
+
msgid "Click here"
|
958 |
+
msgstr "Clica aquí"
|
|
|
959 |
|
960 |
+
#: ../subscribers/view-subscriber-import.php:97
|
961 |
+
#: ../subscribers/view-subscriber- import.php:126
|
962 |
+
msgid " to view details."
|
963 |
+
msgstr "per veure els detalls."
|
964 |
|
965 |
+
#: ../subscribers/view-subscriber-import.php:105
|
966 |
+
msgid "File Upload Failed."
|
967 |
+
msgstr "Ha fallat la pujada del fitxer"
|
968 |
|
969 |
+
#: ../subscribers/view-subscriber-import.php:142
|
970 |
+
msgid "Import Email Addresses"
|
971 |
+
msgstr "Importar adreces d'email"
|
|
|
|
|
972 |
|
973 |
+
#: ../subscribers/view-subscriber-import.php:143
|
974 |
+
#: ../subscribers/view-subscriber- show.php:242
|
975 |
+
#: ../subscribers/view-subscriber-export.php:35 ../subscribers/view-
|
976 |
+
#: subscriber-add.php:110 ../subscribers/view-subscriber-edit.php:109 ..
|
977 |
+
#: subscribers/view-subscriber-sync.php:89
|
978 |
+
msgid "Add New Subscriber"
|
979 |
+
msgstr "Afegir nou subscriptor"
|
980 |
|
981 |
+
#: ../subscribers/view-subscriber-import.php:144
|
982 |
+
#: ../subscribers/view-subscriber- show.php:244
|
983 |
+
#: ../subscribers/view-subscriber-add.php:112 ../subscribers/view-
|
984 |
+
#: subscriber-edit.php:111 ../subscribers/view-subscriber-sync.php:91
|
985 |
+
msgid "Export"
|
986 |
+
msgstr "Exportar"
|
987 |
|
988 |
+
#: ../subscribers/view-subscriber-import.php:145
|
989 |
+
#: ../subscribers/view-subscriber- show.php:245
|
990 |
+
#: ../subscribers/view-subscriber-export.php:37 ../subscribers/view-
|
991 |
+
#: subscriber-add.php:113 ../subscribers/view-subscriber-edit.php:112 ..
|
992 |
+
#: subscribers/view-subscriber-sync.php:143
|
993 |
+
msgid "Sync"
|
994 |
+
msgstr "Sincronitzar"
|
995 |
|
996 |
+
#: ../subscribers/view-subscriber-import.php:155
|
997 |
+
msgid "Select CSV file"
|
998 |
+
msgstr "Seleccionar fitxer CSV"
|
999 |
|
1000 |
+
#: ../subscribers/view-subscriber-import.php:157
|
1001 |
+
msgid "Check CSV structure "
|
1002 |
+
msgstr "Comprovi estructura CSV"
|
1003 |
|
1004 |
+
#: ../subscribers/view-subscriber-import.php:158
|
1005 |
+
msgid "from here"
|
1006 |
+
msgstr "Des d'aquí"
|
1007 |
|
1008 |
+
#: ../subscribers/view-subscriber-import.php:169
|
1009 |
+
msgid "Select Subscribers Email Status"
|
1010 |
+
msgstr "Seleccioni l'estat dels emails dels subscriptors"
|
1011 |
|
1012 |
+
#: ../subscribers/view-subscriber-import.php:175
|
1013 |
+
#: ../subscribers/view-subscriber- show.php:309
|
1014 |
+
#: ../subscribers/view-subscriber-show.php:336 ../subscribers/view-
|
1015 |
+
#: subscriber-add.php:148 ../subscribers/view-subscriber-edit.php:147
|
1016 |
+
msgid "Confirmed"
|
1017 |
+
msgstr "Confirmat"
|
1018 |
|
1019 |
+
#: ../subscribers/view-subscriber-import.php:176
|
1020 |
+
#: ../subscribers/view-subscriber- show.php:310
|
1021 |
+
#: ../subscribers/view-subscriber-show.php:337 ../subscribers/view-
|
1022 |
+
#: subscriber-add.php:149 ../subscribers/view-subscriber-edit.php:148
|
1023 |
+
msgid "Unconfirmed"
|
1024 |
+
msgstr "Per confirmar"
|
1025 |
|
1026 |
+
#: ../subscribers/view-subscriber-import.php:177
|
1027 |
+
#: ../subscribers/view-subscriber- show.php:311
|
1028 |
+
#: ../subscribers/view-subscriber-show.php:338 ../subscribers/view-
|
1029 |
+
#: subscriber-add.php:150 ../subscribers/view-subscriber-edit.php:149
|
1030 |
+
msgid "Unsubscribed"
|
1031 |
+
msgstr "No subscrit"
|
1032 |
|
1033 |
+
#: ../subscribers/view-subscriber-import.php:185
|
1034 |
+
msgid "Select (or) Create Group for Subscribers"
|
1035 |
+
msgstr "Selecciona o crea grup pels subscriptors"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1036 |
|
1037 |
+
#: ../subscribers/view-subscriber-import.php:202
|
1038 |
+
#: ../subscribers/view-subscriber- add.php:174
|
1039 |
+
msgid "(or)"
|
1040 |
+
msgstr "(o)"
|
1041 |
|
1042 |
+
#: ../subscribers/view-subscriber-import.php:210
|
1043 |
+
#: ../subscribers/view-subscriber- show.php:243
|
1044 |
+
#: ../subscribers/view-subscriber-export.php:36 ../subscribers/view-
|
1045 |
+
#: subscriber-add.php:111 ../subscribers/view-subscriber-edit.php:110 ..
|
1046 |
+
#: subscribers/view-subscriber-sync.php:90
|
1047 |
+
msgid "Import"
|
1048 |
+
msgstr "Importar"
|
1049 |
|
1050 |
+
#: ../subscribers/view-subscriber-show.php:17 ../compose/compose-show.php:14
|
1051 |
+
#: .. sendmail/sendmail.php:18
|
1052 |
+
msgid "Click Here"
|
1053 |
+
msgstr "Clica aquí"
|
1054 |
|
1055 |
+
#: ../subscribers/view-subscriber-show.php:45
|
1056 |
+
msgid "Selected details does not exists."
|
1057 |
+
msgstr "Les dades seleccionades no existeixen."
|
|
|
1058 |
|
1059 |
+
#: ../subscribers/view-subscriber-show.php:56
|
1060 |
+
#: ../subscribers/view-subscriber-show. php:95
|
1061 |
+
msgid "Record deleted."
|
1062 |
+
msgstr "Registre eliminat."
|
1063 |
|
1064 |
+
#: ../subscribers/view-subscriber-show.php:67
|
1065 |
msgid ""
|
1066 |
+
"To send confirmation email, please change the Opt-in option to Double Opt In."
|
|
|
1067 |
msgstr ""
|
1068 |
+
"Per enviar correu electrònic de confirmació, si us plau, canvieu l'opció de "
|
1069 |
+
"Opt-in a Double Opt In."
|
1070 |
|
1071 |
+
#: ../subscribers/view-subscriber-show.php:75
|
1072 |
+
#: ../subscribers/view-subscriber-show. php:134
|
1073 |
+
msgid "Confirmation emails Resent Successfully."
|
1074 |
+
msgstr "S'han reenviat correus electrònics de confirmació amb èxit."
|
1075 |
|
1076 |
+
#: ../subscribers/view-subscriber-show.php:100 ../subscribers/view-subscriber-
|
1077 |
+
#: show.php:139 ../subscribers/view-subscriber-show.php:177
|
1078 |
+
#: ../subscribers/view- subscriber-show.php:216
|
1079 |
+
msgid "No record was selected."
|
1080 |
+
msgstr "No has seleccionat cap registre"
|
1081 |
|
1082 |
+
#: ../subscribers/view-subscriber-show.php:115
|
1083 |
+
msgid ""
|
1084 |
+
"To send confirmation mail, please change the Opt-in option to Double Opt In."
|
1085 |
msgstr ""
|
1086 |
+
"Per enviar el correu de confirmació, si us plau, canvieu l'opció de Opt-in a "
|
1087 |
+
"Double Opt In."
|
1088 |
|
1089 |
+
#: ../subscribers/view-subscriber-show.php:163
|
1090 |
+
msgid "Subscribers Group updated."
|
1091 |
+
msgstr "Grup de subscriptors actualitzat"
|
1092 |
|
1093 |
+
#: ../subscribers/view-subscriber-show.php:168
|
1094 |
+
msgid "Please select New group to update."
|
1095 |
+
msgstr "Selecciona nou grup per actualitzar."
|
1096 |
|
1097 |
+
#: ../subscribers/view-subscriber-show.php:202
|
1098 |
+
msgid "Subscribers Status updated."
|
1099 |
+
msgstr "Estat des subscriptors actualitzat."
|
1100 |
|
1101 |
+
#: ../subscribers/view-subscriber-show.php:207
|
1102 |
+
msgid "Please select New Status to update."
|
1103 |
+
msgstr "Selecciona nou estat per actualitzar"
|
1104 |
|
1105 |
+
#: ../subscribers/view-subscriber-show.php:241 ../classes/es-register.php:174
|
1106 |
+
#: .. classes/es-register.php:175
|
1107 |
+
msgid "Subscribers"
|
1108 |
+
msgstr "Subscriptors"
|
1109 |
|
1110 |
+
#: ../subscribers/view-subscriber-show.php:252
|
1111 |
+
#, php-format
|
1112 |
+
msgid "Total Subscribers: %s"
|
1113 |
+
msgstr "Subscriptors totals: %s"
|
|
|
|
|
|
|
1114 |
|
1115 |
+
#: ../subscribers/view-subscriber-show.php:254
|
1116 |
+
#, php-format
|
1117 |
+
msgid "Active Subscribers: %s"
|
1118 |
+
msgstr "Subscriptors actius: %s"
|
1119 |
|
1120 |
+
#: ../subscribers/view-subscriber-show.php:286
|
1121 |
+
msgid "Bulk Actions"
|
1122 |
+
msgstr "Accions en bloc"
|
1123 |
|
1124 |
+
#: ../subscribers/view-subscriber-show.php:288 ../subscribers/view-subscriber-
|
1125 |
+
#: show.php:417
|
1126 |
+
msgid "Resend Confirmation"
|
1127 |
+
msgstr "Reenvia confirmació"
|
1128 |
|
1129 |
+
#: ../subscribers/view-subscriber-show.php:290
|
1130 |
+
msgid "Update Subscribers Status"
|
1131 |
+
msgstr "Actualitzar l'estat dels subscriptors"
|
1132 |
|
1133 |
+
#: ../subscribers/view-subscriber-show.php:293
|
1134 |
+
msgid "Select Group"
|
1135 |
+
msgstr "Selecciona un grup"
|
1136 |
|
1137 |
+
#: ../subscribers/view-subscriber-show.php:308
|
1138 |
+
msgid "Select Status"
|
1139 |
+
msgstr "Selecciona estat"
|
1140 |
|
1141 |
+
#: ../subscribers/view-subscriber-show.php:314
|
1142 |
+
msgid "Apply"
|
1143 |
+
msgstr "Aplicar"
|
1144 |
|
1145 |
+
#: ../subscribers/view-subscriber-show.php:318
|
1146 |
+
msgid "All Groups"
|
1147 |
+
msgstr "Tots els grups"
|
1148 |
|
1149 |
+
#: ../subscribers/view-subscriber-show.php:335
|
1150 |
+
msgid "All Status"
|
1151 |
+
msgstr "Tots els estats"
|
1152 |
|
1153 |
+
#: ../subscribers/view-subscriber-show.php:342
|
1154 |
+
msgid "1 to 500 emails"
|
1155 |
+
msgstr "1 a 500 emails"
|
1156 |
|
1157 |
+
#: ../subscribers/view-subscriber-show.php:343
|
1158 |
+
msgid "501 to 1000"
|
1159 |
+
msgstr "501 a 1000"
|
|
|
|
|
1160 |
|
1161 |
+
#: ../subscribers/view-subscriber-show.php:344
|
1162 |
+
msgid "1001 to 1500"
|
1163 |
+
msgstr "1001 a 1500"
|
1164 |
|
1165 |
+
#: ../subscribers/view-subscriber-show.php:345
|
1166 |
+
msgid "1501 to 2000"
|
1167 |
+
msgstr "1501 a 2000"
|
1168 |
|
1169 |
+
#: ../subscribers/view-subscriber-show.php:346
|
1170 |
+
msgid "2001 to 4000"
|
1171 |
+
msgstr "2001 a 4000"
|
1172 |
|
1173 |
+
#: ../subscribers/view-subscriber-show.php:347
|
1174 |
+
msgid "4001 to 6000"
|
1175 |
+
msgstr "4001 a 6000"
|
|
|
|
|
1176 |
|
1177 |
+
#: ../subscribers/view-subscriber-show.php:348
|
1178 |
+
msgid "6001 to 10000"
|
1179 |
+
msgstr "6001 a 10000"
|
1180 |
|
1181 |
+
#: ../subscribers/view-subscriber-show.php:349
|
1182 |
+
msgid "Display All"
|
1183 |
+
msgstr "Mostra-ho tot"
|
|
|
|
|
1184 |
|
1185 |
+
#: ../subscribers/view-subscriber-show.php:360 ../subscribers/view-subscriber-
|
1186 |
+
#: show.php:373
|
1187 |
+
msgid "Email Address"
|
1188 |
+
msgstr "Adreça del correu electrònic"
|
1189 |
|
1190 |
+
#: ../subscribers/view-subscriber-show.php:361 ../subscribers/view-subscriber-
|
1191 |
+
#: show.php:374 ../classes/es-register.php:1086 ../classes/es-loadwidget.php:28
|
1192 |
+
msgid "Name"
|
1193 |
+
msgstr "Nom"
|
1194 |
|
1195 |
+
#: ../subscribers/view-subscriber-show.php:363 ../subscribers/view-subscriber-
|
1196 |
+
#: show.php:376
|
1197 |
+
msgid "Group"
|
1198 |
+
msgstr "Grup"
|
1199 |
|
1200 |
+
#: ../subscribers/view-subscriber-show.php:364 ../subscribers/view-subscriber-
|
1201 |
+
#: show.php:377
|
1202 |
+
msgid "Signup Date & Time<br>(Y-M-D H:I:S)"
|
1203 |
+
msgstr "Data i hora d'inscripció<br>(A-M-D H:M:S)"
|
1204 |
|
1205 |
+
#: ../subscribers/view-subscriber-export.php:34
|
1206 |
+
msgid "Export Email Addresses"
|
1207 |
+
msgstr "Exportar adreces d'email"
|
1208 |
|
1209 |
+
#: ../subscribers/view-subscriber-export.php:46
|
1210 |
+
#: ../subscribers/view-subscriber- export.php:54
|
1211 |
+
msgid "Type of List to Export"
|
1212 |
+
msgstr "Tipus de llista per exportar"
|
|
|
1213 |
|
1214 |
+
#: ../subscribers/view-subscriber-export.php:47
|
1215 |
+
#: ../subscribers/view-subscriber- export.php:55
|
1216 |
+
msgid "Total Emails Count"
|
1217 |
+
msgstr "Comptador de correus electrònics."
|
|
|
1218 |
|
1219 |
+
#: ../subscribers/view-subscriber-export.php:61
|
1220 |
+
msgid "1"
|
1221 |
+
msgstr "1"
|
1222 |
|
1223 |
+
#: ../subscribers/view-subscriber-export.php:62
|
1224 |
+
msgid "All Subscribers"
|
1225 |
+
msgstr "Tots els subscriptors"
|
1226 |
|
1227 |
+
#: ../subscribers/view-subscriber-export.php:64
|
1228 |
+
#: ../subscribers/view-subscriber- export.php:70
|
1229 |
+
#: ../subscribers/view-subscriber-export.php:76 ../subscribers/view-
|
1230 |
+
#: subscriber-export.php:82 ../subscribers/view-subscriber-export.php:88
|
1231 |
+
msgid "Click to Export in CSV"
|
1232 |
+
msgstr "Feu clic a Exportar a CSV"
|
1233 |
|
1234 |
+
#: ../subscribers/view-subscriber-export.php:67
|
1235 |
+
msgid "2"
|
1236 |
+
msgstr "2"
|
|
|
1237 |
|
1238 |
+
#: ../subscribers/view-subscriber-export.php:68
|
1239 |
+
msgid "Active Subscribers (Status: Confirmed & Single Opt In)"
|
1240 |
+
msgstr "Subscriptors actius (Estat: confirmat i alta única)"
|
|
|
1241 |
|
1242 |
+
#: ../subscribers/view-subscriber-export.php:73
|
1243 |
+
msgid "3"
|
1244 |
+
msgstr "3"
|
1245 |
|
1246 |
+
#: ../subscribers/view-subscriber-export.php:74
|
1247 |
+
msgid "Inactive Subscribers (Status: Unconfirmed & Unsubscribed)"
|
1248 |
+
msgstr "Subscriptors inactius (Estat: no confirmat i no subscrit)"
|
1249 |
|
1250 |
+
#: ../subscribers/view-subscriber-export.php:79
|
1251 |
+
msgid "4"
|
1252 |
+
msgstr "4"
|
1253 |
|
1254 |
+
#: ../subscribers/view-subscriber-export.php:80
|
1255 |
+
msgid "WordPress Registered Users"
|
1256 |
+
msgstr "Usuaris registrats de WordPress"
|
1257 |
|
1258 |
+
#: ../subscribers/view-subscriber-export.php:85
|
1259 |
+
msgid "5"
|
1260 |
+
msgstr "5"
|
1261 |
|
1262 |
+
#: ../subscribers/view-subscriber-export.php:86
|
1263 |
+
msgid "Commented Authors"
|
1264 |
+
msgstr "Autors dels comentaris"
|
1265 |
|
1266 |
+
#: ../subscribers/view-subscriber-add.php:36
|
1267 |
+
#: ../subscribers/view-subscriber-edit. php:54
|
1268 |
+
msgid "Please enter subscriber email address."
|
1269 |
+
msgstr "Si us plau, introdueixi l'adreça de correu electrònic del subscriptor."
|
1270 |
|
1271 |
+
#: ../subscribers/view-subscriber-add.php:49
|
1272 |
+
msgid "Please select or create your group for this email."
|
1273 |
msgstr ""
|
1274 |
+
"Si us plau seleccioni o creu el seu grup per a aquest correu electrònic."
|
1275 |
|
1276 |
+
#: ../subscribers/view-subscriber-add.php:56
|
1277 |
+
msgid ""
|
1278 |
+
"Error: Special characters (['^$%&*()}{@#~?><>,|=_+\\\"]) are not allowed in "
|
1279 |
+
"the group name."
|
1280 |
msgstr ""
|
1281 |
+
"Error: Els caràcters especials (['^$%&*()}{@#~?><>,|=_+\\\"]) no estan "
|
1282 |
+
"permesos en el nom del grup."
|
1283 |
|
1284 |
+
#: ../subscribers/view-subscriber-add.php:66
|
1285 |
+
msgid "Subscriber has been saved."
|
1286 |
+
msgstr "El subscriptor s'ha guardat"
|
1287 |
|
1288 |
+
#: ../subscribers/view-subscriber-add.php:68
|
1289 |
+
msgid "Subscriber already exists."
|
1290 |
+
msgstr "Aquest subscriptor ja existeix"
|
1291 |
|
1292 |
+
#: ../subscribers/view-subscriber-add.php:71
|
1293 |
+
msgid "Invalid Email."
|
1294 |
+
msgstr "Email no vàlid"
|
1295 |
|
1296 |
+
#: ../subscribers/view-subscriber-add.php:123
|
1297 |
+
msgid "Enter Subscriber's Full name"
|
1298 |
+
msgstr "Entra el nom complet del subscriptor"
|
1299 |
|
1300 |
+
#: ../subscribers/view-subscriber-add.php:133
|
1301 |
+
msgid "Enter Subscriber's Email Address"
|
1302 |
+
msgstr "Entra l'adreça email del subscriptor"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1303 |
|
1304 |
+
#: ../subscribers/view-subscriber-add.php:143
|
1305 |
+
msgid "Select Subscriber's Status"
|
1306 |
+
msgstr "Selecciona l'estat del subscriptor"
|
1307 |
|
1308 |
+
#: ../subscribers/view-subscriber-add.php:158
|
1309 |
+
msgid "Select (or) Create Group for Subscriber"
|
1310 |
+
msgstr "Seleccionar (o) Crear grup de subscriptors"
|
1311 |
|
1312 |
+
#: ../subscribers/view-subscriber-add.php:183
|
1313 |
+
msgid "Add Subscriber"
|
1314 |
+
msgstr "Afegit subscriptor"
|
|
|
1315 |
|
1316 |
+
#: ../subscribers/view-subscriber-edit.php:64
|
1317 |
+
msgid "Error: Special characters are not allowed in the group name."
|
1318 |
+
msgstr "Error: Caràcters especials no estan permesos en el nom del grup."
|
|
|
1319 |
|
1320 |
+
#: ../subscribers/view-subscriber-edit.php:74
|
1321 |
+
msgid "Subscriber details updated."
|
1322 |
+
msgstr "Dades del subscriptor guardades"
|
|
|
1323 |
|
1324 |
+
#: ../subscribers/view-subscriber-edit.php:76
|
1325 |
+
msgid "Subscriber already exists for this group."
|
1326 |
+
msgstr "Aquest subscriptor ja existeix en aquest grup"
|
1327 |
|
1328 |
+
#: ../subscribers/view-subscriber-edit.php:108
|
1329 |
+
msgid "Edit Subscriber"
|
1330 |
+
msgstr "Edita subscriptor"
|
1331 |
|
1332 |
+
#: ../subscribers/view-subscriber-edit.php:122
|
1333 |
+
msgid "Subscriber's Full Name"
|
1334 |
+
msgstr "Nom complet del subscriptor"
|
1335 |
|
1336 |
+
#: ../subscribers/view-subscriber-edit.php:132
|
1337 |
+
msgid "Subscriber's Email Address"
|
1338 |
+
msgstr "Adreça email del subscriptor"
|
1339 |
|
1340 |
+
#: ../subscribers/view-subscriber-edit.php:142
|
1341 |
+
msgid "Update Subscriber's Status"
|
1342 |
+
msgstr "Actualitza l'estat del subscriptor"
|
1343 |
|
1344 |
+
#: ../subscribers/view-subscriber-edit.php:157
|
1345 |
+
msgid "Update Subscriber's Group"
|
1346 |
+
msgstr "Actualitza el grup del subscriptor "
|
1347 |
|
1348 |
+
#: ../subscribers/view-subscriber-sync.php:36
|
1349 |
+
msgid "Please select default group to newly registered user."
|
1350 |
msgstr ""
|
1351 |
+
"Si us plau, seleccioneu el grup per defecte per l'usuari recentment "
|
1352 |
+
"registrat."
|
1353 |
|
1354 |
+
#: ../subscribers/view-subscriber-sync.php:50
|
1355 |
+
msgid "Emails Successfully Synced."
|
1356 |
+
msgstr "Els correus electrònics sincronitzats amb èxit ."
|
1357 |
|
1358 |
+
#: ../subscribers/view-subscriber-sync.php:88
|
1359 |
+
msgid "Sync Email"
|
1360 |
+
msgstr "sincronització del correu electrònic"
|
1361 |
|
1362 |
+
#: ../subscribers/view-subscriber-sync.php:101
|
1363 |
+
msgid "Sync newly registered users to subscribers list"
|
1364 |
msgstr ""
|
1365 |
+
"Sincronitzar els usuaris registrats recentment a la llista de subscriptors"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1366 |
|
1367 |
+
#: ../subscribers/view-subscriber-sync.php:114
|
1368 |
+
msgid "Select group to add newly registered users to"
|
1369 |
+
msgstr "Seleccionar grup per afegir-hi nous usuaris registrats"
|
1370 |
|
1371 |
+
#: ../compose/compose-edit.php:48 ../compose/compose-add.php:31
|
1372 |
+
msgid "Please enter template heading."
|
1373 |
+
msgstr "Si us plau, introdueix títol de la plantilla."
|
|
|
|
|
|
|
|
|
|
|
1374 |
|
1375 |
+
#: ../compose/compose-edit.php:61
|
1376 |
+
msgid "Successfully updated. "
|
1377 |
+
msgstr "S'ha actualitzat correctament."
|
|
|
1378 |
|
1379 |
+
#: ../compose/compose-edit.php:84
|
1380 |
+
msgid "Edit Email"
|
1381 |
+
msgstr "Editar email"
|
|
|
1382 |
|
1383 |
+
#: ../compose/compose-edit.php:89 ../compose/compose-add.php:78
|
1384 |
+
msgid "Select your Email Template"
|
1385 |
+
msgstr "Seleccioneu la vostra plantilla de correu electrònic"
|
|
|
1386 |
|
1387 |
+
#: ../compose/compose-edit.php:91 ../compose/compose-add.php:80
|
1388 |
+
msgid "Newsletter"
|
1389 |
+
msgstr "Butlletí de notícies"
|
|
|
1390 |
|
1391 |
+
#: ../compose/compose-edit.php:92 ../compose/compose-add.php:81
|
1392 |
+
msgid "Post Notification"
|
1393 |
+
msgstr "Notificació de l'entrada"
|
|
|
1394 |
|
1395 |
+
#: ../compose/compose-edit.php:96 ../compose/compose-add.php:85
|
1396 |
+
msgid "Enter your Email Subject"
|
1397 |
+
msgstr "Entra el subject del teu email"
|
|
|
1398 |
|
1399 |
+
#: ../compose/compose-edit.php:98 ../compose/compose-add.php:87
|
1400 |
+
msgid "Available Keyword: ###POSTTITLE### (For Post Notification only)"
|
1401 |
+
msgstr ""
|
1402 |
+
"Paraula clau disponible: ###POSTTITLE### (Només per a la notificació de "
|
1403 |
+
"publicacions)"
|
1404 |
|
1405 |
+
#: ../compose/compose-edit.php:100 ../compose/compose-add.php:89
|
1406 |
+
msgid "Enter Content for your Email"
|
1407 |
+
msgstr "Entra el contingut del teu email"
|
|
|
1408 |
|
1409 |
+
#: ../compose/compose-edit.php:110 ../compose/compose-add.php:93
|
1410 |
+
#, php-format
|
1411 |
+
msgid ""
|
1412 |
+
"%s: ###NAME###, ###EMAIL###, ###DATE###, ###POSTTITLE###, ###POSTLINK###, "
|
1413 |
+
"###POSTIMAGE###, ###POSTDESC###, ###POSTAUTHOR###, ###POSTLINK-WITHTITLE###, "
|
1414 |
+
"###POSTLINK-ONLY###, ###POSTFULL### (For Post Notification only)"
|
1415 |
+
msgstr ""
|
1416 |
+
"%s: ###NAME###, ###EMAIL###, ###DATE###, ###POSTTITLE###, ###POSTLINK###, "
|
1417 |
+
"###POSTIMAGE###, ###POSTDESC###, ###POSTAUTHOR###, ###POSTLINK-WITHTITLE###, "
|
1418 |
+
"###POSTLINK-ONLY###, ###POSTFULL### (Només per a la notificació de "
|
1419 |
+
"publicacions)"
|
1420 |
|
1421 |
+
#: ../compose/compose-edit.php:110 ../compose/compose-add.php:93
|
1422 |
+
msgid "Available Keywords"
|
1423 |
+
msgstr "Paraules clau disponibles"
|
|
|
1424 |
|
1425 |
+
#: ../compose/compose-edit.php:116 ../compose/compose-add.php:99
|
1426 |
+
msgid "Published"
|
1427 |
+
msgstr "Publicat"
|
|
|
1428 |
|
1429 |
+
#: ../compose/compose-edit.php:118 ../compose/compose-add.php:101
|
1430 |
+
msgid "Please select your mail status"
|
1431 |
+
msgstr "Si us plau selecciona el teu estat del correu"
|
|
|
1432 |
|
1433 |
+
#: ../compose/compose-add.php:43
|
1434 |
+
msgid "Successfully created. "
|
1435 |
+
msgstr "S'ha creat correctament."
|
|
|
|
|
1436 |
|
1437 |
+
#: ../compose/compose-add.php:74
|
1438 |
+
msgid "Add new Email"
|
1439 |
+
msgstr "Afegir un email nou"
|
|
|
|
|
|
|
1440 |
|
1441 |
+
#: ../compose/compose-show.php:64 ../classes/es-register.php:177
|
1442 |
+
#: ../classes/es- register.php:178
|
1443 |
+
msgid "Compose"
|
1444 |
+
msgstr "Compondre"
|
1445 |
|
1446 |
+
#: ../compose/compose-show.php:78 ../compose/compose-show.php:86
|
1447 |
+
msgid "Email Template"
|
1448 |
+
msgstr "Olantilla del email"
|
|
|
1449 |
|
1450 |
+
#: ../compose/compose-show.php:79 ../compose/compose-show.php:87
|
1451 |
+
msgid "Actions"
|
1452 |
+
msgstr "Accions"
|
|
|
1453 |
|
1454 |
+
#: ../compose/compose-preview.php:31
|
1455 |
msgid ""
|
1456 |
+
"This is how your email may look. <br>Note: Different email services (like "
|
1457 |
+
"gmail, yahoo etc) display email content differently. So there could be a "
|
1458 |
+
"slight variation on how your customer will view the email content."
|
1459 |
msgstr ""
|
1460 |
+
"Així és com es veurà el vostre correu electrònic. <br> Nota: els diferents "
|
1461 |
+
"serveis de correu electrònic (com ara Gmail, Yahoo, etc.) mostren contingut "
|
1462 |
+
"de correu electrònic de manera diferent. Per tant, podria haver-hi una "
|
1463 |
+
"lleugera variació sobre com el vostre client veurà el contingut del correu "
|
1464 |
+
"electrònic."
|
1465 |
|
1466 |
+
#: ../export/export-email-address.php:45 ../export/export-email-address.php:49
|
1467 |
+
msgid "Unexpected url submit has been detected"
|
1468 |
+
msgstr "Inesperada URL s'ha detectat al enviar"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1469 |
|
1470 |
+
#: ../job/es-unsubscribe.php:54 ../job/es-unsubscribe.php:61
|
1471 |
+
#: ../job/es-optin.php: 58 ../job/es-optin.php:68
|
1472 |
+
msgid ""
|
1473 |
+
"Oops.. We are getting some technical error. Please try again or contact "
|
1474 |
+
"admin."
|
1475 |
+
msgstr ""
|
1476 |
+
"Vaja... Estem rebent algun error tècnic. Intenteu-ho de nou o poseu-vos en "
|
1477 |
+
"contacte amb l'administrador."
|
1478 |
|
1479 |
+
#: ../job/es-optin.php:61
|
1480 |
+
msgid "This email address has already been confirmed."
|
1481 |
+
msgstr "Aquesta adreça de correu electrònic ja ha estat confirmada."
|
|
|
|
|
1482 |
|
1483 |
+
#: ../help/help.php:173
|
1484 |
+
msgid "Welcome to Email Subscribers!"
|
1485 |
+
msgstr "Benvingut a Email Subscribers!"
|
|
|
|
|
1486 |
|
1487 |
+
#: ../help/help.php:174
|
1488 |
+
msgid ""
|
1489 |
+
"Thanks for installing and we hope you will enjoy using Email Subscribers."
|
1490 |
+
msgstr "Gràcies per instal·lar-lo i esperem que gaudeixi d'Email Subscribers."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1491 |
|
1492 |
+
#: ../help/help.php:178
|
1493 |
+
msgid "Get more help and tips..."
|
1494 |
+
msgstr "Obteniu més ajuda i consells ..."
|
1495 |
|
1496 |
+
#: ../help/help.php:183 ../classes/es-register.php:1096
|
1497 |
+
#: ../classes/es-loadwidget. php:38
|
1498 |
+
msgid "Subscribe"
|
1499 |
+
msgstr "Subscriure"
|
1500 |
|
1501 |
+
#: ../help/help.php:192
|
1502 |
+
#, php-format
|
1503 |
+
msgid "Version: %s"
|
1504 |
+
msgstr "Versió: %s"
|
1505 |
|
1506 |
+
#: ../help/help.php:195
|
1507 |
+
msgid "Questions? Need Help?"
|
1508 |
+
msgstr "Preguntes? Necessites ajuda?"
|
|
|
1509 |
|
1510 |
+
#: ../help/help.php:196
|
1511 |
+
msgid "Contact Us"
|
1512 |
+
msgstr "Contacti amb nosaltres"
|
1513 |
|
1514 |
+
#: ../help/help.php:201
|
1515 |
+
#, php-format
|
1516 |
+
msgid ""
|
1517 |
+
"Like Email Subscribers? If yes, then consider %s to support further "
|
1518 |
+
"developments."
|
1519 |
+
msgstr ""
|
1520 |
+
"T'agrada Email Subscribers? Si és així, considereu %s per donar suport a "
|
1521 |
+
"nous desenvolupaments."
|
1522 |
|
1523 |
+
#: ../help/help.php:201
|
1524 |
+
msgid "donating to us"
|
1525 |
+
msgstr "Aporteu-nos "
|
1526 |
|
1527 |
+
#: ../help/help.php:236
|
1528 |
+
msgid "Description"
|
1529 |
+
msgstr "Descripció"
|
1530 |
|
1531 |
+
#: ../help/help.php:238
|
1532 |
+
msgid ""
|
1533 |
+
"Email Subscribers is a complete newsletter plugin which lets you collect "
|
1534 |
+
"leads, send automated new blog post notification emails, create & send "
|
1535 |
+
"newsletters and manage all this in one single place."
|
1536 |
+
msgstr ""
|
1537 |
+
"Email Subscribers és un plugin molt complet de butlletí de notícies que us "
|
1538 |
+
"permet recollir els clients potencials, enviar correus electrònics "
|
1539 |
+
"automatitzats de notificacions de correus, crear i enviar butlletins i "
|
1540 |
+
"gestionar-ho tot en un sol lloc."
|
1541 |
|
1542 |
+
#: ../help/help.php:240
|
1543 |
+
msgid "Feature Overview"
|
1544 |
+
msgstr "Informació sobre funcions"
|
1545 |
|
1546 |
+
#: ../help/help.php:243
|
1547 |
+
msgid ""
|
1548 |
+
"Collect customer emails by adding a subscription box (Widget/Shortcode/PHP "
|
1549 |
+
"Code)."
|
1550 |
+
msgstr ""
|
1551 |
+
"Recopileu els correus electrònics del client afegint un quadre de "
|
1552 |
+
"subscripció (Widget / Codi abreujat / Codi PHP)."
|
1553 |
|
1554 |
+
#: ../help/help.php:246
|
1555 |
+
msgid "Configure double Opt-In and Single Opt-In facility for subscribers."
|
1556 |
+
msgstr "Configureu double Opt-in i Single Opt-in pels subscriptors"
|
|
|
1557 |
|
1558 |
+
#: ../help/help.php:249
|
1559 |
+
msgid "Send automatic welcome email to subscribers."
|
1560 |
+
msgstr "Envia correus automàtics de benvinguda als subscriptors."
|
|
|
1561 |
|
1562 |
+
#: ../help/help.php:252
|
1563 |
+
msgid ""
|
1564 |
+
"Send new post notification emails to subscribers when new posts are "
|
1565 |
+
"published on your website."
|
1566 |
+
msgstr ""
|
1567 |
+
"Envia emails de notificació als subscriptors quan hi ha noves entrades "
|
1568 |
+
"publicades al lloc web"
|
1569 |
|
1570 |
+
#: ../help/help.php:255
|
1571 |
+
msgid "Schedule email (Cron job) or send them manually."
|
1572 |
+
msgstr "Programeu el correu electrònic (treball Cron) o envieu-los manualment."
|
1573 |
|
1574 |
+
#: ../help/help.php:258
|
1575 |
+
msgid "Send email notification to admin when a new user signs up."
|
1576 |
+
msgstr ""
|
1577 |
+
"Enviar una notificació per correu electrònic a l'administrador quan un nou "
|
1578 |
+
"usuari s'inscrigui."
|
1579 |
|
1580 |
+
#: ../help/help.php:261
|
1581 |
+
msgid "Automatically add Unsubscribe link in the email."
|
1582 |
+
msgstr ""
|
1583 |
+
"Afegiu automàticament l'enllaç per cancel·lar la subscripció al correu "
|
1584 |
+
"electrònic."
|
1585 |
|
1586 |
+
#: ../help/help.php:264
|
1587 |
+
msgid "Easily migrate subscribers from another app using Import & Export."
|
1588 |
+
msgstr ""
|
1589 |
+
"Permet migrar fàcilment els subscriptors d'una altra aplicació mitjançant "
|
1590 |
+
"Importar i exportar."
|
1591 |
|
1592 |
+
#: ../help/help.php:267
|
1593 |
+
msgid "Use HTML editor to compose newsletters and post notifications."
|
1594 |
+
msgstr ""
|
1595 |
+
"Utilitzeu l'editor HTML per redactar butlletins i notificacions d'entrades."
|
|
|
1596 |
|
1597 |
+
#: ../help/help.php:270
|
1598 |
+
msgid "Send newsletters to different groups."
|
1599 |
+
msgstr "Enviar butlletins a diferents grups."
|
1600 |
|
1601 |
+
#: ../help/help.php:273
|
1602 |
+
msgid "Get detailed sent email reports."
|
1603 |
+
msgstr "Obteniu informes de correu electrònic detallats."
|
1604 |
|
1605 |
+
#: ../help/help.php:276
|
1606 |
+
msgid "Control user access (User Roles and Capabilities)."
|
1607 |
+
msgstr "Controlar l'accés dels usuaris (funcions i funcions dels usuaris)."
|
1608 |
|
1609 |
+
#: ../help/help.php:279
|
1610 |
+
msgid "Supports localization and internationalization."
|
1611 |
+
msgstr "Suporta la localització i la internacionalització."
|
1612 |
|
1613 |
+
#: ../help/help.php:286
|
1614 |
+
msgid "Add Subscribe form"
|
1615 |
+
msgstr "Afegeix formulari de subscripció"
|
1616 |
+
|
1617 |
+
#: ../help/help.php:288 ../help/help.php:299 ../help/help.php:302
|
1618 |
+
#: ../help/help. php:314 ../help/help.php:317 ../help/help.php:320
|
1619 |
+
#: ../help/help.php:323 .. help/help.php:336 ../help/help.php:339
|
1620 |
+
#: ../help/help.php:342 ../help/help.php: 345 ../help/help.php:348
|
1621 |
+
#: ../help/help.php:358 ../help/help.php:361 .. help/help.php:364
|
1622 |
+
#: ../help/help.php:367 ../help/help.php:377 ../help/help.php: 380
|
1623 |
+
#: ../help/help.php:382
|
1624 |
+
#, php-format
|
1625 |
+
msgid "%s"
|
1626 |
+
msgstr "%s"
|
1627 |
|
1628 |
+
#: ../help/help.php:288
|
1629 |
+
msgid "How to Add Subscription box to website?"
|
1630 |
+
msgstr "Com afegir el quadre de subscripció a la pàgina web?"
|
1631 |
|
1632 |
+
#: ../help/help.php:291
|
1633 |
+
#, php-format
|
1634 |
msgid ""
|
1635 |
+
"Use any of the following 3 methods :<br>\n"
|
1636 |
+
"\t\t\t\t\t\t\t\ta) Shortcode in any page/post : <strong>[email-subscribers "
|
1637 |
+
"namefield=\"YES\" desc=\"\" group=\"Public\"]</strong> <i>Or</i><br>\n"
|
1638 |
+
"\t\t\t\t\t\t\t\tb) Go to Appearance -> Widgets. Click on widget Email "
|
1639 |
+
"subscribers and drag it to the sidebar on the right <i>Or</i><br>\n"
|
1640 |
+
"\t\t\t\t\t\t\t\tc) Copy and past this php code to your desired template "
|
1641 |
+
"location : <strong>%s</strong>"
|
1642 |
+
msgstr ""
|
1643 |
+
"Utilitzeu qualsevol dels tres mètodes següents:<br>\n"
|
1644 |
+
"\t\t\t\t\t\t\t\ta) Codi curt en qualsevol pàgina/publicació: <strong>[Camp "
|
1645 |
+
"de nom de subscriptors de correu electrònic=\"SI\" desc=\"\" grup=\"Public\"]"
|
1646 |
+
"</strong> <i>O</i><br>\n"
|
1647 |
+
"\t\t\t\t\t\t\t\tb) Vés a l'aparença -> Widgets. Clica a widget Subscriure "
|
1648 |
+
"per correu electrònic i arrossegueu-lo a la barra lateral de la dreta <i>"
|
1649 |
+
"O</i><br>\n"
|
1650 |
+
"\t\t\t\t\t\t\t\tc) Copieu i enganxeu aquest codi php a la vostra ubicació de "
|
1651 |
+
"plantilla desitjada : <strong>%s</strong>"
|
1652 |
|
1653 |
+
#: ../help/help.php:296
|
1654 |
+
msgid "Additional form settings"
|
1655 |
+
msgstr "Configuració addicional del formulari"
|
1656 |
|
1657 |
+
#: ../help/help.php:299
|
1658 |
+
msgid "How to Redirect Subscribers to a new page/url after successful sign up?"
|
1659 |
+
msgstr ""
|
1660 |
+
"Com redireccionar els subscriptors a una nova pàgina/url després de "
|
1661 |
+
"registrar-se amb èxit?"
|
1662 |
|
1663 |
+
#: ../help/help.php:302
|
1664 |
+
msgid "How to add captcha in Subscribe form of Email Subscribers?"
|
1665 |
+
msgstr "Com afegir captcha al formulari de subscripció d'Email Subscribers?"
|
1666 |
|
1667 |
+
#: ../help/help.php:308
|
1668 |
+
msgid "General Plugin Settings"
|
1669 |
+
msgstr "Configuració general del Plugin"
|
1670 |
|
1671 |
+
#: ../help/help.php:311
|
1672 |
+
#, php-format
|
1673 |
+
msgid "Modify %s"
|
1674 |
+
msgstr "Modificar %s"
|
1675 |
|
1676 |
+
#: ../help/help.php:311
|
1677 |
+
msgid "default text, email contents"
|
1678 |
+
msgstr "text per defecte del contingut del correu electrònic"
|
1679 |
|
1680 |
+
#: ../help/help.php:311
|
1681 |
+
msgid ""
|
1682 |
+
" (like Confirmation, Welcome, Admin emails), Cron Settings and Assign User "
|
1683 |
+
"Roles"
|
1684 |
+
msgstr ""
|
1685 |
+
"(com a confirmació, correus electrònics de benvinguda, administració), "
|
1686 |
+
"configuració de Cron i assignació de funcions d'usuari"
|
1687 |
|
1688 |
+
#: ../help/help.php:314
|
1689 |
+
msgid "How to Import or Export Email Addresses?"
|
1690 |
+
msgstr "Com importar o exportar adreces d'email?"
|
1691 |
|
1692 |
+
#: ../help/help.php:317
|
1693 |
+
msgid "How to Add/Update Existing Subscribers Group & Status?"
|
1694 |
+
msgstr ""
|
1695 |
+
"Com afegir i actualitzar el grup i l'estat dels subscriptors existents?"
|
1696 |
|
1697 |
+
#: ../help/help.php:320
|
1698 |
+
msgid "How to change/update/translate any texts from the plugin?"
|
1699 |
+
msgstr "Com canviar / actualitzar / traduir qualsevol text del plugin?"
|
1700 |
|
1701 |
+
#: ../help/help.php:323
|
1702 |
+
msgid "How to add Unsubscribe link in emails?"
|
1703 |
+
msgstr "Com afegir el link \"Donar-se de baixa\" en els correus electrònics?"
|
1704 |
|
1705 |
+
#: ../help/help.php:333
|
1706 |
+
msgid "Usage"
|
1707 |
+
msgstr "Ús"
|
1708 |
|
1709 |
+
#: ../help/help.php:336
|
1710 |
+
msgid "Compose and Send Newsletter Emails"
|
1711 |
+
msgstr "Redacta i envia correus electrònics de butlletins"
|
1712 |
|
1713 |
+
#: ../help/help.php:339
|
1714 |
+
msgid "Compose and Send Post Notification Emails when new posts are published"
|
1715 |
+
msgstr ""
|
1716 |
+
"Redacta i envia correus electrònics de notificació de publicacions quan es "
|
1717 |
+
"publiquen coses noves"
|
1718 |
|
1719 |
+
#: ../help/help.php:342
|
1720 |
+
msgid "Keywords in the Post Notifications"
|
1721 |
+
msgstr "Paraules clau a les Notificacions de publicacions"
|
1722 |
|
1723 |
+
#: ../help/help.php:345
|
1724 |
+
msgid "Send a test post notification email to myself/testgroup"
|
1725 |
msgstr ""
|
1726 |
+
"Envia un missatge de correu electrònic de notificació de prova a mi mateix / "
|
1727 |
+
"grup de prova"
|
|
|
|
|
|
|
|
|
1728 |
|
1729 |
+
#: ../help/help.php:348
|
1730 |
+
msgid "Check sent emails"
|
1731 |
+
msgstr "Comproveu els correus enviats"
|
1732 |
|
1733 |
+
#: ../help/help.php:355
|
1734 |
+
msgid "Cron Job Setup"
|
1735 |
+
msgstr "Configuració del treball Cron"
|
1736 |
|
1737 |
+
#: ../help/help.php:358
|
1738 |
+
msgid "How to Schedule Cron Emails?"
|
1739 |
+
msgstr "Com programar els correus electrònics de Cron?"
|
1740 |
|
1741 |
+
#: ../help/help.php:361
|
1742 |
+
msgid "Schedule Cron Emails in cPanel"
|
1743 |
+
msgstr "Programeu els correus electrònics de Cron a cPanel"
|
1744 |
|
1745 |
+
#: ../help/help.php:364
|
1746 |
+
msgid "Schedule Cron Emails in Parallels Plesk"
|
1747 |
+
msgstr "Programar Cron Emails a Parallels Plesk"
|
1748 |
|
1749 |
+
#: ../help/help.php:367
|
1750 |
+
msgid "Hosting doesn’t support Cron Jobs?"
|
1751 |
+
msgstr "El hosting no és compatible amb Cron Jobs?"
|
1752 |
|
1753 |
+
#: ../help/help.php:374
|
1754 |
+
msgid "Troubleshooting Steps"
|
1755 |
+
msgstr "Passos de resolució de problemes"
|
1756 |
|
1757 |
+
#: ../help/help.php:377
|
1758 |
+
msgid "Subscribers are not receiving Emails?"
|
1759 |
+
msgstr "Els subscriptors no estan rebent missatges de correu electrònic?"
|
1760 |
|
1761 |
+
#: ../help/help.php:380
|
1762 |
+
msgid "CSS Help"
|
1763 |
+
msgstr "Ajuda CSS"
|
1764 |
|
1765 |
+
#: ../help/help.php:382
|
1766 |
+
msgid "FAQ's"
|
1767 |
+
msgstr "FAQ's"
|
1768 |
|
1769 |
+
#: ../help/help.php:389
|
1770 |
+
msgid "Want to do more? Here's how.."
|
1771 |
+
msgstr "Voleu fer més? A continuació s'explica com ..."
|
1772 |
|
1773 |
+
#: ../help/help.php:392
|
1774 |
+
msgid "Allow Subscribers to get subscribed to any group"
|
1775 |
+
msgstr "Permetre que els subscriptors es subscriguin a qualsevol grup"
|
1776 |
|
1777 |
+
#: ../help/help.php:397
|
1778 |
+
msgid "Using our free "
|
1779 |
+
msgstr "Ús gratuït"
|
1780 |
|
1781 |
+
#: ../help/help.php:398
|
1782 |
+
msgid "Group Selector"
|
1783 |
+
msgstr "Selector de grup"
|
|
|
1784 |
|
1785 |
+
#: ../help/help.php:399
|
1786 |
+
msgid ""
|
1787 |
+
"plugin, you can extend Email Subscribers Form functionality by providing an "
|
1788 |
+
"grouping option right next to the form."
|
1789 |
+
msgstr ""
|
1790 |
+
"plugin, podeu estendre la funcionalitat del formulari d'Email Subscribers "
|
1791 |
+
"oferint una opció d'agrupació al costat del formulari."
|
1792 |
|
1793 |
+
#: ../help/help.php:402
|
1794 |
+
msgid "The user can then subscribe to whichever group most appeals to them."
|
1795 |
+
msgstr "L'usuari pot subscriure's a qualsevol grup que els interessi."
|
1796 |
|
1797 |
+
#: ../help/help.php:405
|
1798 |
+
msgid "For example: Subscribe either to Updates or to Offers."
|
1799 |
+
msgstr "Per exemple: subscriviu-vos a actualitzacions o a ofertes."
|
1800 |
+
|
1801 |
+
#: ../help/help.php:409
|
1802 |
+
msgid "Show your subscribe form inside attractive popups"
|
1803 |
+
msgstr "Mostra el vostre formulari de subscripció a les finestres emergents"
|
1804 |
|
1805 |
+
#: ../help/help.php:414
|
|
|
1806 |
msgid ""
|
1807 |
+
"Don't limit your subscriber form to a widget. Embed it within popups, hello "
|
1808 |
+
"bars, slide-ins, sidebars, full screen popups etc."
|
1809 |
msgstr ""
|
1810 |
+
"No limiti el formulari d'abonat a un widget. Incrusteu-lo a les finestres "
|
1811 |
+
"emergents, les barres d'hola, les diapositives, les barres laterals, les "
|
1812 |
+
"finestres emergents a pantalla completa, etc."
|
1813 |
|
1814 |
+
#: ../help/help.php:417
|
1815 |
+
msgid ""
|
1816 |
+
"Using Email Subscribers you can achieve this easily with our free plugin "
|
1817 |
+
msgstr ""
|
1818 |
+
"Usant Email Subscribers, podeu aconseguir-ho fàcilment amb el nostre "
|
1819 |
+
"complement gratuït"
|
1820 |
|
1821 |
+
#: ../help/help.php:421
|
1822 |
+
msgid ""
|
1823 |
+
"Icegram's beautiful designs instantly capture user attention and help "
|
1824 |
+
"increase sign-ups to your WordPress website."
|
1825 |
+
msgstr ""
|
1826 |
+
"Els bonics dissenys d'Icegram capturen instantàniament l'atenció dels "
|
1827 |
+
"usuaris i ajuden a augmentar els registres al vostre lloc web de WordPress."
|
1828 |
|
1829 |
+
#: ../help/help.php:424 ../help/help.php:444
|
1830 |
+
#, php-format
|
1831 |
+
msgid "How to %s"
|
1832 |
+
msgstr "Com %s"
|
1833 |
|
1834 |
+
#: ../help/help.php:424
|
1835 |
+
msgid "show subscribe form inside a popup"
|
1836 |
+
msgstr "mostra el formulari de subscripció dins d'una finestra emergent"
|
|
|
1837 |
|
1838 |
+
#: ../help/help.php:428
|
1839 |
+
msgid "Get beautiful and elegant form styles"
|
1840 |
+
msgstr "Obteniu bonics i elegants estils de formularis"
|
|
|
|
|
|
|
|
|
|
|
|
|
1841 |
|
1842 |
+
#: ../help/help.php:434
|
1843 |
+
msgid "Email subscribers easily integrates with another free plugin "
|
1844 |
+
msgstr ""
|
1845 |
+
"Els subscriptors de correu electrònic s'integren fàcilment amb un altre "
|
1846 |
+
"plugin gratuït"
|
1847 |
|
1848 |
+
#: ../help/help.php:435
|
1849 |
+
msgid "Rainmaker"
|
1850 |
+
msgstr "Rainmaker"
|
1851 |
|
1852 |
+
#: ../help/help.php:438
|
1853 |
+
msgid ""
|
1854 |
+
"Rainmaker extends the core features of Email Subscribers and provides "
|
1855 |
+
"elegant form styles."
|
1856 |
+
msgstr ""
|
1857 |
+
"Rainmaker amplia les característiques bàsiques dels subscriptors de correu "
|
1858 |
+
"electrònic i proporciona elegants estils de formularis ."
|
1859 |
|
1860 |
+
#: ../help/help.php:441
|
1861 |
+
msgid ""
|
1862 |
+
"These styles are well designed and beautify your subscription form making it "
|
1863 |
+
"more appealing."
|
1864 |
+
msgstr ""
|
1865 |
+
"Aquests estils estan ben dissenyats i embelleigen el vostre formulari de "
|
1866 |
+
"subscripció fent-lo més atractiu."
|
1867 |
|
1868 |
+
#: ../help/help.php:444
|
1869 |
+
msgid "add Rainmaker’s form in Email Subscribers"
|
1870 |
+
msgstr "afegiu el formulari Rainmaker al Email Subscribers"
|
1871 |
|
1872 |
#: ../sendmail/sendmail.php:40
|
1873 |
msgid "Please select your mail subject."
|
1881 |
msgid "Please select your group."
|
1882 |
msgstr "Selecciona el teu grup"
|
1883 |
|
1884 |
+
#: ../sendmail/sendmail.php:59
|
1885 |
+
msgid "Email sent successfully. "
|
1886 |
+
msgstr "El correu electrònic s'ha enviat correctament."
|
1887 |
+
|
1888 |
#: ../sendmail/sendmail.php:63
|
1889 |
msgid "Click here to check Statistics"
|
1890 |
msgstr "Cliqueu aquí per comprovar les estadístiques"
|
1927 |
#: ../sendmail/sendmail.php:183
|
1928 |
msgid ""
|
1929 |
"<br><br><strong>Your Recipients count is above 100.<br>We strongly recommend "
|
1930 |
+
"that you change above Mail Type to Cron and Send Mail via Cron Job.</strong>"
|
1931 |
+
"<br>Click on Help for more information."
|
1932 |
msgstr ""
|
1933 |
"<br> compten <strong> Els destinataris són superiors a 100. <br> És molt "
|
1934 |
"recomanable que canviï mes Tipus de correu a Cron i enviar-lo via Cron Job. "
|
1986 |
msgid "<span style=\"color:#993399;\">Immediately</span>"
|
1987 |
msgstr "Immediatament"
|
1988 |
|
1989 |
+
#: ../classes/es-register.php:171 ../classes/es-register.php:172
|
1990 |
+
#: ../classes/es- register.php:782
|
1991 |
msgid "Email Subscribers"
|
1992 |
msgstr "Email Subscribers"
|
1993 |
|
1995 |
msgid "Help & Info"
|
1996 |
msgstr "Ajuda i informació"
|
1997 |
|
1998 |
+
#: ../classes/es-register.php:193
|
1999 |
+
msgid "<span style=\"color:#f18500;font-weight:bolder;\">Help & Info</span>"
|
2000 |
+
msgstr ""
|
2001 |
+
"<span style=\"color:#f18500;font-weight:bolder;\">Ajuda & informació</span>"
|
2002 |
+
|
2003 |
#: ../classes/es-register.php:204
|
2004 |
msgctxt "view-subscriber-enhanced-select"
|
2005 |
msgid "Please enter subscriber email address."
|
2068 |
"Seleccioneu només l'arxiu csv. Consulteu el lloc web oficial per a "
|
2069 |
"l'estructura csv .."
|
2070 |
|
2071 |
+
#: ../classes/es-register.php:223
|
2072 |
+
msgctxt "compose-enhanced-select"
|
2073 |
+
msgid "Please enter the Email Subject."
|
2074 |
+
msgstr "Introduïu l'assumpte de correu electrònic."
|
2075 |
+
|
2076 |
#: ../classes/es-register.php:224
|
2077 |
msgctxt "compose-enhanced-select"
|
2078 |
msgid "Do you want to delete this record?"
|
2085 |
|
2086 |
#: ../classes/es-register.php:233
|
2087 |
msgctxt "notification-enhanced-select"
|
2088 |
+
msgid ""
|
2089 |
+
"Please select notification mail subject. Use compose menu to create new."
|
2090 |
msgstr ""
|
2091 |
"Seleccioneu l'assumpte del email de notificació. Utilitzeu menú de "
|
2092 |
"composició per crear-ne de nous."
|
2266 |
msgid "There was a problem with the request"
|
2267 |
msgstr "Hi ha un problema amb la sol·licitud"
|
2268 |
|
2269 |
+
#: ../classes/es-register.php:765
|
2270 |
+
msgctxt "timezone date format"
|
2271 |
+
msgid "Y-m-d"
|
2272 |
+
msgstr "A-m-d"
|
2273 |
+
|
2274 |
+
#: ../classes/es-register.php:782
|
2275 |
+
msgid "is getting even better!"
|
2276 |
+
msgstr "està millorant encara!"
|
2277 |
+
|
2278 |
+
#: ../classes/es-register.php:783
|
2279 |
+
msgid "But I need you to"
|
2280 |
+
msgstr "Però us necessito"
|
2281 |
+
|
2282 |
+
#: ../classes/es-register.php:783
|
2283 |
+
msgid "help me prioritize"
|
2284 |
+
msgstr "ajuda'm a prioritzar"
|
2285 |
+
|
2286 |
+
#: ../classes/es-register.php:783
|
2287 |
+
msgid "Please send your response today."
|
2288 |
+
msgstr "Envieu la vostra resposta avui mateix."
|
2289 |
+
|
2290 |
+
#: ../classes/es-register.php:790
|
2291 |
+
msgid "Here's how you use ES:"
|
2292 |
+
msgstr "A continuació s'explica com s'utilitza ES:"
|
2293 |
+
|
2294 |
+
#: ../classes/es-register.php:795
|
2295 |
+
msgid "Post Notifications more often than Newsletter"
|
2296 |
+
msgstr "Publica notificacions més sovint que el Butlletí"
|
2297 |
+
|
2298 |
+
#: ../classes/es-register.php:797
|
2299 |
+
msgid "Newsletter more often than Post Notifications"
|
2300 |
+
msgstr "Butlletí més sovint que notificacions publicades"
|
2301 |
+
|
2302 |
+
#: ../classes/es-register.php:799
|
2303 |
+
msgid "Post Notification & Newsletter equally"
|
2304 |
+
msgstr "Notificar publicacions i Butlletí de notícies per igual"
|
2305 |
+
|
2306 |
+
#: ../classes/es-register.php:803
|
2307 |
+
msgid "Have "
|
2308 |
+
msgstr "Tenir"
|
2309 |
+
|
2310 |
+
#: ../classes/es-register.php:803
|
2311 |
+
msgid " Active Subscribers"
|
2312 |
+
msgstr "Subscriptors actius"
|
2313 |
+
|
2314 |
+
#: ../classes/es-register.php:804
|
2315 |
+
msgid "Post "
|
2316 |
+
msgstr "Post"
|
2317 |
+
|
2318 |
+
#: ../classes/es-register.php:804
|
2319 |
+
msgid " blog per week"
|
2320 |
+
msgstr "blog per setmana"
|
2321 |
+
|
2322 |
+
#: ../classes/es-register.php:808
|
2323 |
+
msgid "Send emails via Cron"
|
2324 |
+
msgstr "Envia correus electrònics a través de Cron"
|
2325 |
+
|
2326 |
+
#: ../classes/es-register.php:810
|
2327 |
+
msgid "Send emails Immediately"
|
2328 |
+
msgstr "Envia correus electrònics immediatament"
|
2329 |
+
|
2330 |
+
#: ../classes/es-register.php:817
|
2331 |
+
msgid "Using Double Opt In"
|
2332 |
+
msgstr "Utilitzar Doble Opt-in"
|
2333 |
+
|
2334 |
+
#: ../classes/es-register.php:819
|
2335 |
+
msgid "Using Single Opt In"
|
2336 |
+
msgstr "Utilitzar Single Opt-in"
|
2337 |
+
|
2338 |
+
#: ../classes/es-register.php:837
|
2339 |
+
msgid "How soon do you want these new features?"
|
2340 |
+
msgstr "Què tan aviat vols aquestes noves funcions?"
|
2341 |
+
|
2342 |
+
#: ../classes/es-register.php:841
|
2343 |
+
msgid "Beautiful Email Designs"
|
2344 |
+
msgstr "Bell disseny de correu electrònic"
|
2345 |
+
|
2346 |
+
#: ../classes/es-register.php:842 ../classes/es-register.php:847
|
2347 |
+
#: ../classes/es- register.php:852 ../classes/es-register.php:857
|
2348 |
+
msgid "Right now!"
|
2349 |
+
msgstr "Ara mateix!"
|
2350 |
+
|
2351 |
+
#: ../classes/es-register.php:843 ../classes/es-register.php:848
|
2352 |
+
#: ../classes/es- register.php:853 ../classes/es-register.php:858
|
2353 |
+
msgid "Soon"
|
2354 |
+
msgstr "Aviat"
|
2355 |
+
|
2356 |
+
#: ../classes/es-register.php:844 ../classes/es-register.php:849
|
2357 |
+
#: ../classes/es- register.php:854 ../classes/es-register.php:859
|
2358 |
+
msgid "Later"
|
2359 |
+
msgstr "Més tard"
|
2360 |
+
|
2361 |
+
#: ../classes/es-register.php:846
|
2362 |
+
msgid "Spam Check, Scheduling... (Better Email Delivery)"
|
2363 |
+
msgstr ""
|
2364 |
+
"Comprovació de correu brossa ... (millor enviament de correu electrònic)"
|
2365 |
+
|
2366 |
+
#: ../classes/es-register.php:851
|
2367 |
+
msgid "Discard Fake / Bouncing Emails"
|
2368 |
+
msgstr "Esborreu correus falsos / robotats"
|
2369 |
+
|
2370 |
+
#: ../classes/es-register.php:856
|
2371 |
+
msgid "Advanced Reporting"
|
2372 |
+
msgstr "Informes avançats"
|
2373 |
+
|
2374 |
+
#: ../classes/es-register.php:868
|
2375 |
+
msgid "Nah, I don't like improvements"
|
2376 |
+
msgstr "No, no m'agraden les millores"
|
2377 |
+
|
2378 |
+
#: ../classes/es-register.php:874
|
2379 |
+
msgid "Next"
|
2380 |
+
msgstr "Següent"
|
2381 |
+
|
2382 |
+
#: ../classes/es-register.php:884
|
2383 |
+
msgid "Thank you!"
|
2384 |
+
msgstr "Gràcies!"
|
2385 |
+
|
2386 |
+
#: ../classes/es-register.php:885
|
2387 |
+
msgid "No issues, have a nice day!"
|
2388 |
+
msgstr "Sense problemes, que tinguis un bon dia!"
|
2389 |
+
|
2390 |
#: ../classes/es-register.php:977
|
2391 |
msgid ""
|
2392 |
"If you like <strong>Email Subscribers</strong>, please consider leaving us a "
|
2395 |
"</a> rating. A huge thank you from Icegram in advance!"
|
2396 |
msgstr ""
|
2397 |
"Si t'agrada <strong>Email Subscribers</strong>, si us plau consideri deixar-"
|
2398 |
+
"nos una <a target=\"_blank\" href=\"https://wordpress."
|
2399 |
+
"org/support/plugin/email-subscribers/reviews/?filter=5#new-post\">★"
|
2400 |
+
"★★★★</a> qualificació. Un enorme agraiment d'Icegram "
|
2401 |
+
"per endavant!"
|
2402 |
|
2403 |
#: ../classes/es-register.php:1091 ../classes/es-loadwidget.php:33
|
2404 |
msgid "Email *"
|
languages/email-subscribers-de_DE.mo
CHANGED
Binary file
|
languages/email-subscribers-de_DE.po
CHANGED
@@ -3,7 +3,7 @@ msgstr ""
|
|
3 |
"Project-Id-Version: Email Subscribers & Newsletters 3.3.4\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
"POT-Creation-Date: 2017-07-26 12:00:36+00:00\n"
|
6 |
-
"PO-Revision-Date:
|
7 |
"Last-Translator: Mansi <mansi.shah@appsmagnet.com>\n"
|
8 |
"Language-Team: StoreApps <support@storeapps.org>, Icegram <hello@icegram."
|
9 |
"com>\n"
|
@@ -23,24 +23,6 @@ msgstr ""
|
|
23 |
"X-Loco-Target-Locale: de_DE\n"
|
24 |
"X-Poedit-SearchPath-0: .."
|
25 |
|
26 |
-
#: ../sentmail/sentmail-preview.php:27 ../compose/compose-preview.php:27
|
27 |
-
msgid "Preview Email"
|
28 |
-
msgstr ""
|
29 |
-
|
30 |
-
#: ../sentmail/sentmail-preview.php:31
|
31 |
-
msgid ""
|
32 |
-
"This is how the email you sent may look. <br>Note: Different email services "
|
33 |
-
"(like gmail, yahoo etc) display email content differently. So there could be "
|
34 |
-
"a slight variation on how your customer will view the email content."
|
35 |
-
msgstr ""
|
36 |
-
|
37 |
-
#: ../compose/compose-preview.php:31
|
38 |
-
msgid ""
|
39 |
-
"This is how your email may look. <br>Note: Different email services (like "
|
40 |
-
"gmail, yahoo etc) display email content differently. So there could be a "
|
41 |
-
"slight variation on how your customer will view the email content."
|
42 |
-
msgstr ""
|
43 |
-
|
44 |
#: ../notification/notification-add.php:33
|
45 |
msgid "Please select subscribers group."
|
46 |
msgstr "Bitte wähle die Abonnentengruppe."
|
@@ -785,6 +767,21 @@ msgstr "Plugintabellen synchronisieren"
|
|
785 |
msgid "Click to sync tables"
|
786 |
msgstr "Klicken um die Plugintabellen zu synchronisieren"
|
787 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
788 |
#: ../sentmail/sentmail-preview.php:62
|
789 |
msgid "Back"
|
790 |
msgstr "Zurück"
|
@@ -1400,6 +1397,17 @@ msgstr "Emailvorlage"
|
|
1400 |
msgid "Actions"
|
1401 |
msgstr "Aktion"
|
1402 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1403 |
#: ../export/export-email-address.php:45 ../export/export-email-address.php:49
|
1404 |
msgid "Unexpected url submit has been detected"
|
1405 |
msgstr "Eine unerwartete URL wurde übertragen"
|
3 |
"Project-Id-Version: Email Subscribers & Newsletters 3.3.4\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
"POT-Creation-Date: 2017-07-26 12:00:36+00:00\n"
|
6 |
+
"PO-Revision-Date: Fri Sep 22 2017 16:57:19 GMT+0530 (IST)\n"
|
7 |
"Last-Translator: Mansi <mansi.shah@appsmagnet.com>\n"
|
8 |
"Language-Team: StoreApps <support@storeapps.org>, Icegram <hello@icegram."
|
9 |
"com>\n"
|
23 |
"X-Loco-Target-Locale: de_DE\n"
|
24 |
"X-Poedit-SearchPath-0: .."
|
25 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
26 |
#: ../notification/notification-add.php:33
|
27 |
msgid "Please select subscribers group."
|
28 |
msgstr "Bitte wähle die Abonnentengruppe."
|
767 |
msgid "Click to sync tables"
|
768 |
msgstr "Klicken um die Plugintabellen zu synchronisieren"
|
769 |
|
770 |
+
#: ../sentmail/sentmail-preview.php:27 ../compose/compose-preview.php:27
|
771 |
+
msgid "Preview Email"
|
772 |
+
msgstr "Email Vorschau"
|
773 |
+
|
774 |
+
#: ../sentmail/sentmail-preview.php:31
|
775 |
+
msgid ""
|
776 |
+
"This is how the email you sent may look. <br>Note: Different email services "
|
777 |
+
"(like gmail, yahoo etc) display email content differently. So there could be "
|
778 |
+
"a slight variation on how your customer will view the email content."
|
779 |
+
msgstr ""
|
780 |
+
"So könnte die Email ausehen die Du gesendet hast. <br>Hinweis: Die Email "
|
781 |
+
"kann bei unterschiedlichen Emailanbietern (z. Bsp. GMail, Yahoo, usw.) "
|
782 |
+
"unterschiedlich dargestellt werden. Es kann also zu leichten Unterschieden "
|
783 |
+
"darin kommen wie der Kunde den Inhalt der Email sieht."
|
784 |
+
|
785 |
#: ../sentmail/sentmail-preview.php:62
|
786 |
msgid "Back"
|
787 |
msgstr "Zurück"
|
1397 |
msgid "Actions"
|
1398 |
msgstr "Aktion"
|
1399 |
|
1400 |
+
#: ../compose/compose-preview.php:31
|
1401 |
+
msgid ""
|
1402 |
+
"This is how your email may look. <br>Note: Different email services (like "
|
1403 |
+
"gmail, yahoo etc) display email content differently. So there could be a "
|
1404 |
+
"slight variation on how your customer will view the email content."
|
1405 |
+
msgstr ""
|
1406 |
+
"So könnte die Email ausehen. <br>Hinweis: Die Email kann bei "
|
1407 |
+
"unterschiedlichen Emailanbietern (z. Bsp. GMail, Yahoo, usw.) "
|
1408 |
+
"unterschiedlich dargestellt werden. Es kann also zu leichten Unterschieden "
|
1409 |
+
"darin kommen wie der Kunde den Inhalt der Email sieht."
|
1410 |
+
|
1411 |
#: ../export/export-email-address.php:45 ../export/export-email-address.php:49
|
1412 |
msgid "Unexpected url submit has been detected"
|
1413 |
msgstr "Eine unerwartete URL wurde übertragen"
|
languages/email-subscribers-es_ES.mo
CHANGED
Binary file
|
languages/email-subscribers-es_ES.po
CHANGED
@@ -2,12 +2,11 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Email Subscribers & Newsletters 3.3.4\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2017-
|
6 |
-
"PO-Revision-Date:
|
7 |
-
"Last-Translator:
|
8 |
-
"Language-Team:
|
9 |
-
"
|
10 |
-
"Language: Spanish (Spain)\n"
|
11 |
"Plural-Forms: nplurals=2; plural=n != 1\n"
|
12 |
"MIME-Version: 1.0\n"
|
13 |
"Content-Type: text/plain; charset=UTF-8\n"
|
@@ -24,549 +23,33 @@ msgstr ""
|
|
24 |
"X-Poedit-SearchPath-0: .\n"
|
25 |
"X-Poedit-SearchPathExcluded-0: *.js"
|
26 |
|
27 |
-
|
28 |
-
msgid "
|
29 |
-
msgstr ""
|
30 |
-
|
31 |
-
#: ../email-subscribers.php:75
|
32 |
-
msgctxt "timezone date format"
|
33 |
-
msgid "Y-m-d H:i:s"
|
34 |
-
msgstr ""
|
35 |
-
|
36 |
-
#: ../settings/settings-edit.php:89
|
37 |
-
msgid "Email Type"
|
38 |
-
msgstr ""
|
39 |
-
|
40 |
-
#: ../settings/settings-edit.php:90
|
41 |
-
msgid ""
|
42 |
-
"Option 1 & 2 is to send emails with default Wordpress method wp_mail(). "
|
43 |
-
"Option 3 & 4 is to send emails with PHP method mail()."
|
44 |
-
msgstr ""
|
45 |
-
|
46 |
-
#: ../settings/settings-edit.php:104
|
47 |
-
msgid "Opt-In Type"
|
48 |
-
msgstr ""
|
49 |
-
|
50 |
-
#: ../settings/settings-edit.php:105
|
51 |
-
msgid ""
|
52 |
-
"Double Opt-In : In this type, the subscriber is sent an activation link as "
|
53 |
-
"soon as they subscribe to your list. They have to confirm their subscription "
|
54 |
-
"by clicking on the activation link.<br />Single Opt-In : In this type, the "
|
55 |
-
"subscriber is not asked to confirm their email address. They are subscribed "
|
56 |
-
"directly in the list."
|
57 |
-
msgstr ""
|
58 |
-
|
59 |
-
#: ../settings/settings-edit.php:136
|
60 |
-
msgid "Notify Admin when a new subscriber signs up"
|
61 |
-
msgstr ""
|
62 |
-
|
63 |
-
#: ../settings/settings-edit.php:149
|
64 |
-
msgid "Admin Email Subject on new subscriber sign up"
|
65 |
-
msgstr ""
|
66 |
-
|
67 |
-
#: ../settings/settings-edit.php:150
|
68 |
-
msgid ""
|
69 |
-
"Subject for the admin email whenever a new subscriber signs up and is "
|
70 |
-
"confirmed."
|
71 |
-
msgstr ""
|
72 |
-
|
73 |
-
#: ../settings/settings-edit.php:156
|
74 |
-
msgid "Admin Email Content on new subscriber signs up"
|
75 |
-
msgstr ""
|
76 |
-
|
77 |
-
#: ../settings/settings-edit.php:157
|
78 |
-
msgid ""
|
79 |
-
"Content for the admin email whenever a new subscriber signs up and is "
|
80 |
-
"confirmed.<br />(Available Keywords: ###NAME###, ###EMAIL###, ###GROUP###)"
|
81 |
-
msgstr ""
|
82 |
-
|
83 |
-
#: ../settings/settings-edit.php:165
|
84 |
-
msgid "Subject for the email report which will be sent to admin."
|
85 |
-
msgstr ""
|
86 |
-
|
87 |
-
#: ../settings/settings-edit.php:172
|
88 |
-
msgid ""
|
89 |
-
"Content for the email report which will be sent to admin.<br />(Available "
|
90 |
-
"Keywords: ###COUNT###, ###UNIQUE###, ###STARTTIME###, ###ENDTIME###)"
|
91 |
-
msgstr ""
|
92 |
-
|
93 |
-
#: ../settings/settings-edit.php:183
|
94 |
-
msgid "Double Opt-In Email Subject (Confirmation Email)"
|
95 |
-
msgstr ""
|
96 |
-
|
97 |
-
#: ../settings/settings-edit.php:184
|
98 |
-
msgid ""
|
99 |
-
"Subject for the confirmation email to be sent for Double Opt-In whenever a "
|
100 |
-
"subscriber signs up."
|
101 |
-
msgstr ""
|
102 |
-
|
103 |
-
#: ../settings/settings-edit.php:190
|
104 |
-
msgid "Double Opt-In Email Content (Confirmation Email)"
|
105 |
-
msgstr ""
|
106 |
-
|
107 |
-
#: ../settings/settings-edit.php:191
|
108 |
-
msgid ""
|
109 |
-
"Content for the confirmation email to be sent for Double Opt-In whenever a "
|
110 |
-
"subscriber signs up.<br />(Available Keywords: ###NAME###, ###LINK###)"
|
111 |
-
msgstr ""
|
112 |
-
|
113 |
-
#: ../settings/settings-edit.php:197
|
114 |
-
msgid "Double Opt-In Confirmation Link"
|
115 |
-
msgstr ""
|
116 |
-
|
117 |
-
#: ../settings/settings-edit.php:204
|
118 |
-
msgid ""
|
119 |
-
"Text to display after an email address is successfully subscribed from "
|
120 |
-
"Double Opt-In (Confirmation) Email"
|
121 |
-
msgstr ""
|
122 |
-
|
123 |
-
#: ../settings/settings-edit.php:212
|
124 |
-
msgid "Send Welcome Email to New Subscribers after Sign Up?"
|
125 |
-
msgstr ""
|
126 |
-
|
127 |
-
#: ../settings/settings-edit.php:224
|
128 |
-
msgid "Subject for Welcome Email"
|
129 |
-
msgstr ""
|
130 |
-
|
131 |
-
#: ../settings/settings-edit.php:225
|
132 |
-
msgid ""
|
133 |
-
"Subject for the subscriber welcome email. This will be sent whenever a "
|
134 |
-
"user's email is either confirmed (if Double Opt-In) / subscribed (if Single "
|
135 |
-
"Opt-In) successfully."
|
136 |
-
msgstr ""
|
137 |
-
|
138 |
-
#: ../settings/settings-edit.php:231
|
139 |
-
msgid "Email Content for Welcome Email"
|
140 |
-
msgstr ""
|
141 |
-
|
142 |
-
#: ../settings/settings-edit.php:232
|
143 |
-
msgid ""
|
144 |
-
"Content for the subscriber welcome email whenever a user's email is either "
|
145 |
-
"confirmed (if Double Opt In) / subscribed (if Single Opt In) successfully."
|
146 |
-
"<br />(Available Keywords: ###NAME###, ###GROUP###, ###LINK###)"
|
147 |
-
msgstr ""
|
148 |
-
|
149 |
-
#: ../settings/settings-edit.php:241
|
150 |
-
msgid ""
|
151 |
-
"This unsubscribe link is automatically added to all the emails that are sent "
|
152 |
-
"from this plugin. It is a readonly field and you are advised not to modify "
|
153 |
-
"it."
|
154 |
-
msgstr ""
|
155 |
-
|
156 |
-
#: ../settings/settings-edit.php:248
|
157 |
-
msgid ""
|
158 |
-
"The text for the unsubscribe link. This text is automatically added with "
|
159 |
-
"unsubscribe link in the emails.<br />(Available Keyword: ###LINK###)"
|
160 |
-
msgstr ""
|
161 |
-
|
162 |
-
#: ../settings/settings-edit.php:255
|
163 |
-
msgid ""
|
164 |
-
"This text will be displayed once user clicks on unsubscribe link from the "
|
165 |
-
"email."
|
166 |
-
msgstr ""
|
167 |
-
|
168 |
-
#: ../settings/settings-edit.php:262
|
169 |
-
msgid "Error in the Subscribe / Confirmation Link"
|
170 |
-
msgstr ""
|
171 |
-
|
172 |
-
#: ../settings/settings-edit.php:263
|
173 |
-
msgid ""
|
174 |
-
"Default message to display if there is any issue while clicking on subscribe "
|
175 |
-
"/ confirmation link from the Double Opt-In (Confirmation) emails."
|
176 |
-
msgstr ""
|
177 |
-
|
178 |
-
#: ../settings/settings-edit.php:270
|
179 |
-
msgid ""
|
180 |
-
"Default message to display if there is any issue while clicking on "
|
181 |
-
"unsubscribe link from the emails."
|
182 |
-
msgstr ""
|
183 |
-
|
184 |
-
#: ../settings/settings-edit.php:369
|
185 |
-
msgid "(Your web host has limits. We suggest 50 emails per hour to be safe.)"
|
186 |
-
msgstr ""
|
187 |
-
|
188 |
-
#: ../settings/settings-edit.php:374
|
189 |
-
msgid "Cron Report"
|
190 |
-
msgstr ""
|
191 |
-
|
192 |
-
#: ../settings/settings-edit.php:375
|
193 |
-
msgid ""
|
194 |
-
"Email to admin whenever a cron URL is triggered from your server. (Available "
|
195 |
-
"Keywords: ###DATE###, ###SUBJECT###, ###COUNT###)"
|
196 |
-
msgstr ""
|
197 |
-
|
198 |
-
#: ../settings/settings-edit.php:386
|
199 |
-
msgid ""
|
200 |
-
"<a target=\"_blank\" href=\"https://www.icegram.com/documentation/es-how-to-"
|
201 |
-
"schedule-cron-emails/?"
|
202 |
-
"utm_source=es&utm_medium=in_app&utm_campaign=view_docs_help_page\">What is "
|
203 |
-
"Cron?</a>"
|
204 |
-
msgstr ""
|
205 |
-
|
206 |
-
#: ../settings/settings-edit.php:387
|
207 |
-
msgid ""
|
208 |
-
"<a target=\"_blank\" href=\"https://www.icegram.com/documentation/es-how-to-"
|
209 |
-
"schedule-cron-emails-in-cpanel/?"
|
210 |
-
"utm_source=es&utm_medium=in_app&utm_campaign=view_docs_help_page\">Setup cron "
|
211 |
-
"job in cPanel</a>"
|
212 |
-
msgstr ""
|
213 |
-
|
214 |
-
#: ../settings/settings-edit.php:388
|
215 |
-
msgid ""
|
216 |
-
"<a target=\"_blank\" href=\"https://www.icegram.com/documentation/es-how-to-"
|
217 |
-
"schedule-cron-emails-in-parallels-plesk/?"
|
218 |
-
"utm_source=es&utm_medium=in_app&utm_campaign=view_docs_help_page\">Setup cron "
|
219 |
-
"job in Plesk</a>"
|
220 |
-
msgstr ""
|
221 |
-
|
222 |
-
#: ../settings/settings-edit.php:389
|
223 |
-
msgid ""
|
224 |
-
"<a target=\"_blank\" href=\"https://www.icegram.com/documentation/es-what-to-do-"
|
225 |
-
"if-hosting-doesnt-support-cron-jobs/?"
|
226 |
-
"utm_source=es&utm_medium=in_app&utm_campaign=view_docs_help_page\">Hosting "
|
227 |
-
"does not support cron jobs?</a>"
|
228 |
-
msgstr ""
|
229 |
-
|
230 |
-
#: ../sentmail/sentmail-preview.php:27 ../compose/compose-preview.php:27
|
231 |
-
msgid "Preview Email"
|
232 |
-
msgstr ""
|
233 |
-
|
234 |
-
#: ../sentmail/sentmail-preview.php:31
|
235 |
-
msgid ""
|
236 |
-
"This is how the email you sent may look. <br>Note: Different email services "
|
237 |
-
"(like gmail, yahoo etc) display email content differently. So there could be "
|
238 |
-
"a slight variation on how your customer will view the email content."
|
239 |
-
msgstr ""
|
240 |
-
|
241 |
-
#: ../compose/compose-edit.php:61
|
242 |
-
msgid "Successfully updated. "
|
243 |
-
msgstr ""
|
244 |
-
|
245 |
-
#: ../compose/compose-edit.php:98 ../compose/compose-add.php:87
|
246 |
-
msgid "Available Keyword: ###POSTTITLE### (For Post Notification only)"
|
247 |
-
msgstr ""
|
248 |
-
|
249 |
-
#: ../compose/compose-edit.php:110 ../compose/compose-add.php:93
|
250 |
-
#, php-format
|
251 |
-
msgid ""
|
252 |
-
"%s: ###NAME###, ###EMAIL###, ###DATE###, ###POSTTITLE###, ###POSTLINK###, "
|
253 |
-
"###POSTIMAGE###, ###POSTDESC###, ###POSTAUTHOR###, ###POSTLINK-WITHTITLE###, "
|
254 |
-
"###POSTLINK-ONLY###, ###POSTFULL### (For Post Notification only)"
|
255 |
-
msgstr ""
|
256 |
-
|
257 |
-
#: ../compose/compose-add.php:43
|
258 |
-
msgid "Successfully created. "
|
259 |
-
msgstr ""
|
260 |
-
|
261 |
-
#: ../compose/compose-preview.php:31
|
262 |
-
msgid ""
|
263 |
-
"This is how your email may look. <br>Note: Different email services (like "
|
264 |
-
"gmail, yahoo etc) display email content differently. So there could be a "
|
265 |
-
"slight variation on how your customer will view the email content."
|
266 |
-
msgstr ""
|
267 |
-
|
268 |
-
#: ../help/help.php:178
|
269 |
-
msgid "Get more help and tips..."
|
270 |
-
msgstr ""
|
271 |
-
|
272 |
-
#: ../help/help.php:192
|
273 |
-
#, php-format
|
274 |
-
msgid "Version: %s"
|
275 |
-
msgstr ""
|
276 |
-
|
277 |
-
#: ../help/help.php:195
|
278 |
-
msgid "Questions? Need Help?"
|
279 |
-
msgstr ""
|
280 |
-
|
281 |
-
#: ../help/help.php:196
|
282 |
-
msgid "Contact Us"
|
283 |
-
msgstr ""
|
284 |
-
|
285 |
-
#: ../help/help.php:236
|
286 |
-
msgid "Description"
|
287 |
-
msgstr ""
|
288 |
-
|
289 |
-
#: ../help/help.php:238
|
290 |
-
msgid ""
|
291 |
-
"Email Subscribers is a complete newsletter plugin which lets you collect "
|
292 |
-
"leads, send automated new blog post notification emails, create & send "
|
293 |
-
"newsletters and manage all this in one single place."
|
294 |
-
msgstr ""
|
295 |
-
|
296 |
-
#: ../help/help.php:240
|
297 |
-
msgid "Feature Overview"
|
298 |
-
msgstr ""
|
299 |
-
|
300 |
-
#: ../help/help.php:243
|
301 |
-
msgid ""
|
302 |
-
"Collect customer emails by adding a subscription box (Widget/Shortcode/PHP "
|
303 |
-
"Code)."
|
304 |
-
msgstr ""
|
305 |
-
|
306 |
-
#: ../help/help.php:246
|
307 |
-
msgid "Configure double Opt-In and Single Opt-In facility for subscribers."
|
308 |
-
msgstr ""
|
309 |
-
|
310 |
-
#: ../help/help.php:249
|
311 |
-
msgid "Send automatic welcome email to subscribers."
|
312 |
-
msgstr ""
|
313 |
-
|
314 |
-
#: ../help/help.php:252
|
315 |
-
msgid ""
|
316 |
-
"Send new post notification emails to subscribers when new posts are "
|
317 |
-
"published on your website."
|
318 |
-
msgstr ""
|
319 |
-
|
320 |
-
#: ../help/help.php:255
|
321 |
-
msgid "Schedule email (Cron job) or send them manually."
|
322 |
-
msgstr ""
|
323 |
-
|
324 |
-
#: ../help/help.php:258
|
325 |
-
msgid "Send email notification to admin when a new user signs up."
|
326 |
-
msgstr ""
|
327 |
-
|
328 |
-
#: ../help/help.php:261
|
329 |
-
msgid "Automatically add Unsubscribe link in the email."
|
330 |
-
msgstr ""
|
331 |
-
|
332 |
-
#: ../help/help.php:264
|
333 |
-
msgid "Easily migrate subscribers from another app using Import & Export."
|
334 |
-
msgstr ""
|
335 |
-
|
336 |
-
#: ../help/help.php:267
|
337 |
-
msgid "Use HTML editor to compose newsletters and post notifications."
|
338 |
-
msgstr ""
|
339 |
-
|
340 |
-
#: ../help/help.php:270
|
341 |
-
msgid "Send newsletters to different groups."
|
342 |
-
msgstr ""
|
343 |
-
|
344 |
-
#: ../help/help.php:273
|
345 |
-
msgid "Get detailed sent email reports."
|
346 |
-
msgstr ""
|
347 |
-
|
348 |
-
#: ../help/help.php:276
|
349 |
-
msgid "Control user access (User Roles and Capabilities)."
|
350 |
-
msgstr ""
|
351 |
-
|
352 |
-
#: ../help/help.php:279
|
353 |
-
msgid "Supports localization and internationalization."
|
354 |
-
msgstr ""
|
355 |
-
|
356 |
-
#: ../help/help.php:286
|
357 |
-
msgid "Add Subscribe form"
|
358 |
-
msgstr ""
|
359 |
-
|
360 |
-
#: ../help/help.php:291
|
361 |
-
#, php-format
|
362 |
-
msgid ""
|
363 |
-
"Use any of the following 3 methods :<br>\n"
|
364 |
-
" a) Shortcode in any page/post : <strong>[email-subscribers "
|
365 |
-
"namefield=\"YES\" desc=\"\" group=\"Public\"]</strong> <i>Or</i><br>\n"
|
366 |
-
" b) Go to Appearance -> Widgets. Click on widget Email subscribers "
|
367 |
-
"and drag it to the sidebar on the right <i>Or</i><br>\n"
|
368 |
-
" c) Copy and past this php code to your desired template location : "
|
369 |
-
"<strong>%s</strong>"
|
370 |
-
msgstr ""
|
371 |
-
|
372 |
-
#: ../help/help.php:296
|
373 |
-
msgid "Additional form settings"
|
374 |
-
msgstr ""
|
375 |
-
|
376 |
-
#: ../help/help.php:311
|
377 |
-
#, php-format
|
378 |
-
msgid "Modify %s"
|
379 |
-
msgstr ""
|
380 |
-
|
381 |
-
#: ../help/help.php:311
|
382 |
-
msgid "default text, email contents"
|
383 |
-
msgstr ""
|
384 |
-
|
385 |
-
#: ../help/help.php:311
|
386 |
-
msgid ""
|
387 |
-
" (like Confirmation, Welcome, Admin emails), Cron Settings and Assign User "
|
388 |
-
"Roles"
|
389 |
-
msgstr ""
|
390 |
-
|
391 |
-
#: ../help/help.php:320
|
392 |
-
msgid "How to change/update/translate any texts from the plugin?"
|
393 |
-
msgstr ""
|
394 |
-
|
395 |
-
#: ../help/help.php:333
|
396 |
-
msgid "Usage"
|
397 |
-
msgstr ""
|
398 |
-
|
399 |
-
#: ../help/help.php:336
|
400 |
-
msgid "Compose and Send Newsletter Emails"
|
401 |
-
msgstr ""
|
402 |
-
|
403 |
-
#: ../help/help.php:339
|
404 |
-
msgid "Compose and Send Post Notification Emails when new posts are published"
|
405 |
-
msgstr ""
|
406 |
-
|
407 |
-
#: ../help/help.php:342
|
408 |
-
msgid "Keywords in the Post Notifications"
|
409 |
-
msgstr ""
|
410 |
-
|
411 |
-
#: ../help/help.php:345
|
412 |
-
msgid "Send a test post notification email to myself/testgroup"
|
413 |
-
msgstr ""
|
414 |
-
|
415 |
-
#: ../help/help.php:348
|
416 |
-
msgid "Check sent emails"
|
417 |
-
msgstr ""
|
418 |
-
|
419 |
-
#: ../help/help.php:355
|
420 |
-
msgid "Cron Job Setup"
|
421 |
-
msgstr ""
|
422 |
-
|
423 |
-
#: ../help/help.php:361
|
424 |
-
msgid "Schedule Cron Emails in cPanel"
|
425 |
-
msgstr ""
|
426 |
-
|
427 |
-
#: ../help/help.php:364
|
428 |
-
msgid "Schedule Cron Emails in Parallels Plesk"
|
429 |
-
msgstr ""
|
430 |
-
|
431 |
-
#: ../help/help.php:367
|
432 |
-
msgid "Hosting doesn’t support Cron Jobs?"
|
433 |
-
msgstr ""
|
434 |
-
|
435 |
-
#: ../help/help.php:374
|
436 |
-
msgid "Troubleshooting Steps"
|
437 |
-
msgstr ""
|
438 |
-
|
439 |
-
#: ../help/help.php:382
|
440 |
-
msgid "FAQ's"
|
441 |
-
msgstr ""
|
442 |
-
|
443 |
-
#: ../help/help.php:389
|
444 |
-
msgid "Want to do more? Here's how.."
|
445 |
-
msgstr ""
|
446 |
-
|
447 |
-
#: ../help/help.php:392
|
448 |
-
msgid "Allow Subscribers to get subscribed to any group"
|
449 |
-
msgstr ""
|
450 |
-
|
451 |
-
#: ../help/help.php:397
|
452 |
-
msgid "Using our free "
|
453 |
-
msgstr ""
|
454 |
-
|
455 |
-
#: ../help/help.php:398
|
456 |
-
msgid "Group Selector"
|
457 |
-
msgstr ""
|
458 |
-
|
459 |
-
#: ../help/help.php:399
|
460 |
-
msgid ""
|
461 |
-
"plugin, you can extend Email Subscribers Form functionality by providing an "
|
462 |
-
"grouping option right next to the form."
|
463 |
-
msgstr ""
|
464 |
-
|
465 |
-
#: ../help/help.php:402
|
466 |
-
msgid "The user can then subscribe to whichever group most appeals to them."
|
467 |
-
msgstr ""
|
468 |
-
|
469 |
-
#: ../help/help.php:405
|
470 |
-
msgid "For example: Subscribe either to Updates or to Offers."
|
471 |
-
msgstr ""
|
472 |
-
|
473 |
-
#: ../help/help.php:409
|
474 |
-
msgid "Show your subscribe form inside attractive popups"
|
475 |
-
msgstr ""
|
476 |
-
|
477 |
-
#: ../help/help.php:414
|
478 |
-
msgid ""
|
479 |
-
"Don't limit your subscriber form to a widget. Embed it within popups, hello "
|
480 |
-
"bars, slide-ins, sidebars, full screen popups etc."
|
481 |
-
msgstr ""
|
482 |
-
|
483 |
-
#: ../help/help.php:417
|
484 |
-
msgid "Using Email Subscribers you can achieve this easily with our free plugin "
|
485 |
-
msgstr ""
|
486 |
-
|
487 |
-
#: ../help/help.php:421
|
488 |
-
msgid ""
|
489 |
-
"Icegram's beautiful designs instantly capture user attention and help "
|
490 |
-
"increase sign-ups to your WordPress website."
|
491 |
-
msgstr ""
|
492 |
-
|
493 |
-
#: ../help/help.php:424 ../help/help.php:444
|
494 |
-
#, php-format
|
495 |
-
msgid "How to %s"
|
496 |
-
msgstr ""
|
497 |
-
|
498 |
-
#: ../help/help.php:424
|
499 |
-
msgid "show subscribe form inside a popup"
|
500 |
-
msgstr ""
|
501 |
-
|
502 |
-
#: ../help/help.php:428
|
503 |
-
msgid "Get beautiful and elegant form styles"
|
504 |
-
msgstr ""
|
505 |
-
|
506 |
-
#: ../help/help.php:434
|
507 |
-
msgid "Email subscribers easily integrates with another free plugin "
|
508 |
-
msgstr ""
|
509 |
-
|
510 |
-
#: ../help/help.php:435
|
511 |
-
msgid "Rainmaker"
|
512 |
-
msgstr ""
|
513 |
|
514 |
-
#: ../
|
515 |
msgid ""
|
516 |
-
"
|
517 |
-
"
|
|
|
518 |
msgstr ""
|
|
|
|
|
|
|
|
|
|
|
519 |
|
520 |
-
#: ../
|
521 |
msgid ""
|
522 |
-
"
|
523 |
-
"
|
524 |
-
|
525 |
-
|
526 |
-
#: ../help/help.php:444
|
527 |
-
msgid "add Rainmaker’s form in Email Subscribers"
|
528 |
-
msgstr ""
|
529 |
-
|
530 |
-
#: ../sendmail/sendmail.php:59
|
531 |
-
msgid "Email sent successfully. "
|
532 |
-
msgstr ""
|
533 |
-
|
534 |
-
#: ../classes/es-register.php:193
|
535 |
-
msgid "<span style=\"color:#f18500;font-weight:bolder;\">Help & Info</span>"
|
536 |
-
msgstr ""
|
537 |
-
|
538 |
-
#: ../classes/es-register.php:765
|
539 |
-
msgctxt "timezone date format"
|
540 |
-
msgid "Y-m-d"
|
541 |
-
msgstr ""
|
542 |
-
|
543 |
-
#: ../classes/es-register.php:795
|
544 |
-
msgid "Post Notifications more often than Newsletter"
|
545 |
-
msgstr ""
|
546 |
-
|
547 |
-
#: ../classes/es-register.php:797
|
548 |
-
msgid "Newsletter more often than Post Notifications"
|
549 |
-
msgstr ""
|
550 |
-
|
551 |
-
#: ../classes/es-register.php:799
|
552 |
-
msgid "Post Notification & Newsletter equally"
|
553 |
-
msgstr ""
|
554 |
-
|
555 |
-
#: ../classes/es-register.php:817
|
556 |
-
msgid "Using Double Opt In"
|
557 |
-
msgstr ""
|
558 |
-
|
559 |
-
#: ../classes/es-register.php:819
|
560 |
-
msgid "Using Single Opt In"
|
561 |
-
msgstr ""
|
562 |
-
|
563 |
-
#: ../classes/es-register.php:868
|
564 |
-
msgid "Nah, I don't like improvements"
|
565 |
-
msgstr ""
|
566 |
-
|
567 |
-
#: ../classes/es-register.php:874
|
568 |
-
msgid "Next"
|
569 |
msgstr ""
|
|
|
|
|
|
|
|
|
|
|
570 |
|
571 |
#: ../notification/notification-add.php:33
|
572 |
msgid "Please select subscribers group."
|
@@ -574,15 +57,18 @@ msgstr "Por favor selecciona el grupo de suscriptores."
|
|
574 |
|
575 |
#: ../notification/notification-add.php:39
|
576 |
msgid "Please select notification status."
|
577 |
-
msgstr "Por favor selecciona el
|
578 |
|
579 |
-
#: ../notification/notification-add.php:45
|
580 |
-
|
|
|
|
|
581 |
msgstr ""
|
582 |
"Por favor selecciona el asunto de notificación del correo. Utiliza el menú "
|
583 |
"componer para crear uno nuevo."
|
584 |
|
585 |
-
#: ../notification/notification-add.php:51
|
|
|
586 |
msgid "Please select post categories."
|
587 |
msgstr "Por favor selecciona categorías de entrada."
|
588 |
|
@@ -594,15 +80,18 @@ msgstr "La notificación se ha creado con éxito. "
|
|
594 |
msgid "Add Notification"
|
595 |
msgstr "Añadir Notificación"
|
596 |
|
597 |
-
#: ../notification/notification-add.php:113
|
598 |
-
#:
|
599 |
-
#:
|
600 |
-
#: sentmail/
|
601 |
-
#:
|
602 |
-
#:
|
603 |
-
#: subscriber-
|
604 |
-
#:
|
605 |
-
#:
|
|
|
|
|
|
|
606 |
msgid "Help"
|
607 |
msgstr "Ayuda"
|
608 |
|
@@ -610,145 +99,154 @@ msgstr "Ayuda"
|
|
610 |
msgid "Select Subscribers Group"
|
611 |
msgstr "Selecciona grupo de suscriptores"
|
612 |
|
613 |
-
#: ../notification/notification-add.php:124
|
614 |
-
#:
|
615 |
-
#:
|
616 |
-
#:
|
617 |
-
#: subscribers/view-subscriber-
|
|
|
|
|
618 |
#: sendmail/sendmail.php:137 ../sendmail/sendmail.php:151
|
619 |
msgid "Select"
|
620 |
msgstr "Seleccionar"
|
621 |
|
622 |
-
#: ../notification/notification-add.php:142
|
623 |
-
#: 162
|
624 |
msgid "Select Notification Email Subject"
|
625 |
-
msgstr "
|
626 |
|
627 |
-
#: ../notification/notification-add.php:143
|
628 |
-
#: 163
|
629 |
msgid "(Use compose menu to create new)"
|
630 |
-
msgstr "(
|
631 |
|
632 |
-
#: ../notification/notification-add.php:167
|
633 |
-
#: 190
|
634 |
msgid "Select Post Categories"
|
635 |
-
msgstr "
|
636 |
|
637 |
-
#: ../notification/notification-add.php:195
|
638 |
-
#: 225
|
639 |
msgid "Check All"
|
640 |
-
msgstr "
|
641 |
|
642 |
-
#: ../notification/notification-add.php:196
|
643 |
-
#: 226
|
644 |
msgid "Uncheck All"
|
645 |
-
msgstr "
|
646 |
|
647 |
-
#: ../notification/notification-add.php:202
|
648 |
-
#: 233
|
649 |
msgid "Select your Custom Post Type"
|
650 |
-
msgstr "
|
651 |
|
652 |
-
#: ../notification/notification-add.php:203
|
653 |
-
#: 234
|
654 |
msgid "(Optional)"
|
655 |
msgstr "(Opcional)"
|
656 |
|
657 |
-
#: ../notification/notification-add.php:232
|
658 |
-
#: 268
|
659 |
msgid "No Custom Post Types Available"
|
660 |
-
msgstr "
|
661 |
|
662 |
-
#: ../notification/notification-add.php:239
|
663 |
-
#: 275
|
664 |
msgid "Select Notification Status when a new post is published"
|
665 |
-
msgstr "
|
666 |
|
667 |
-
#: ../notification/notification-add.php:243
|
668 |
-
#:
|
|
|
669 |
msgid "Send email immediately"
|
670 |
msgstr "Enviar correo inmediatamente"
|
671 |
|
672 |
-
#: ../notification/notification-add.php:244
|
673 |
-
#:
|
|
|
674 |
msgid "Add to cron and send email via cron job"
|
675 |
-
msgstr "Añadir
|
676 |
|
677 |
-
#: ../notification/notification-add.php:245
|
678 |
-
#: 281
|
679 |
msgid "Disable email notification"
|
680 |
-
msgstr "Deshabilitar notificación
|
681 |
|
682 |
-
#: ../notification/notification-add.php:253
|
683 |
-
#:
|
|
|
684 |
#: 123 ../compose/compose-add.php:105
|
685 |
msgid "Save"
|
686 |
msgstr "Guardar"
|
687 |
|
688 |
-
#: ../notification/notification-show.php:21
|
689 |
-
#:
|
690 |
-
#:
|
|
|
691 |
#: compose/compose-show.php:33 ../compose/compose-preview.php:18
|
692 |
msgid "Oops, selected details does not exists."
|
693 |
msgstr "Ups, los detalles seleccionados no existen."
|
694 |
|
695 |
-
#: ../notification/notification-show.php:35 ../sentmail/sentmail-show.php:36
|
696 |
-
#: compose/compose-show.php:47
|
697 |
msgid "Selected record deleted."
|
698 |
msgstr "Registro seleccionado borrado."
|
699 |
|
700 |
-
#: ../notification/notification-show.php:52 ../classes/es-register.php:180 ..
|
701 |
#: classes/es-register.php:181
|
702 |
msgid "Post Notifications"
|
703 |
-
msgstr "
|
704 |
|
705 |
-
#: ../notification/notification-show.php:53
|
706 |
-
#:
|
|
|
707 |
msgid "Add New"
|
708 |
-
msgstr "Añadir
|
709 |
|
710 |
#: ../notification/notification-show.php:57
|
711 |
msgid ""
|
712 |
"Use this to setup and send notification emails to your subscribers when a "
|
713 |
"new post is published in your blog."
|
714 |
msgstr ""
|
715 |
-
"
|
716 |
-
"
|
717 |
|
718 |
-
#: ../notification/notification-show.php:68
|
719 |
-
#:
|
|
|
720 |
msgid "Email Subject"
|
721 |
-
msgstr "
|
722 |
|
723 |
-
#: ../notification/notification-show.php:69
|
724 |
-
#: 77
|
725 |
msgid "Subscribers Group"
|
726 |
-
msgstr "Grupo
|
727 |
|
728 |
-
#: ../notification/notification-show.php:70
|
729 |
-
#: 78
|
730 |
msgid "Post Categories / Custom Post Types"
|
731 |
-
msgstr "Categorías
|
732 |
|
733 |
-
#: ../notification/notification-show.php:71
|
734 |
-
#: 79
|
735 |
msgid "Notification Status"
|
736 |
-
msgstr "
|
737 |
|
738 |
-
#: ../notification/notification-show.php:100
|
739 |
-
#:
|
|
|
740 |
msgid "Edit"
|
741 |
msgstr "Editar"
|
742 |
|
743 |
-
#: ../notification/notification-show.php:103
|
744 |
-
#:
|
745 |
-
#: php:104
|
746 |
msgid "Delete"
|
747 |
-
msgstr "
|
748 |
|
749 |
-
#: ../notification/notification-show.php:143 ../sentmail/sentmail-show.php:180
|
750 |
-
#: sentmail/deliverreport-show.php:124
|
751 |
-
#: 432 ../compose/compose-show.php:117
|
752 |
msgid "No records available."
|
753 |
msgstr "No hay registros disponibles."
|
754 |
|
@@ -758,7 +256,7 @@ msgstr "Por favor, selecciona el grupo de suscriptores"
|
|
758 |
|
759 |
#: ../notification/notification-edit.php:55
|
760 |
msgid "Please select notification status"
|
761 |
-
msgstr "Por favor, selecciona el
|
762 |
|
763 |
#: ../notification/notification-edit.php:89
|
764 |
msgid "Notification successfully updated. "
|
@@ -768,15 +266,19 @@ msgstr "Notificación actualizada con éxito. "
|
|
768 |
msgid "Edit Notification"
|
769 |
msgstr "Editar Notificación"
|
770 |
|
771 |
-
#: ../notification/notification-edit.php:131
|
772 |
-
#: php:289
|
773 |
msgid "Update Subscribers Group"
|
774 |
-
msgstr "
|
775 |
|
776 |
#. Name of the plugin
|
777 |
msgid "Email Subscribers & Newsletters"
|
778 |
msgstr "Email Subscribers & Newsletters"
|
779 |
|
|
|
|
|
|
|
|
|
780 |
#. Description of the plugin/theme
|
781 |
msgid ""
|
782 |
"Add subscription forms on website, send HTML newsletters & automatically "
|
@@ -790,9 +292,14 @@ msgstr ""
|
|
790 |
msgid "Icegram"
|
791 |
msgstr "Icegram"
|
792 |
|
|
|
|
|
|
|
|
|
|
|
793 |
#: ../settings/settings-edit.php:23
|
794 |
msgid "Admin"
|
795 |
-
msgstr "
|
796 |
|
797 |
#: ../settings/settings-edit.php:24
|
798 |
msgid "Signup Confirmation"
|
@@ -800,14 +307,14 @@ msgstr "Confirmación registro"
|
|
800 |
|
801 |
#: ../settings/settings-edit.php:25
|
802 |
msgid "Cron"
|
803 |
-
msgstr "
|
804 |
|
805 |
#: ../settings/settings-edit.php:26
|
806 |
msgid "User Roles"
|
807 |
-
msgstr "
|
808 |
|
809 |
-
#: ../settings/settings-edit.php:42 ../classes/es-register.php:186
|
810 |
-
#: register.php:187
|
811 |
msgid "Settings"
|
812 |
msgstr "Configuración"
|
813 |
|
@@ -824,8 +331,21 @@ msgid ""
|
|
824 |
"Choose a FROM name and FROM email address for all the emails to be sent from "
|
825 |
"this plugin."
|
826 |
msgstr ""
|
827 |
-
"
|
828 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
829 |
|
830 |
#: ../settings/settings-edit.php:94
|
831 |
msgid "1. WP HTML MAIL"
|
@@ -843,16 +363,35 @@ msgstr "3. PHP CORREO PHP"
|
|
843 |
msgid "4. PHP PLAINTEXT MAIL"
|
844 |
msgstr "4. PHP CORREO TEXTO PLANO"
|
845 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
846 |
#: ../settings/settings-edit.php:109
|
847 |
msgid "Double Opt In"
|
848 |
-
msgstr "
|
849 |
|
850 |
-
#: ../settings/settings-edit.php:110
|
851 |
-
#:
|
852 |
-
#:
|
853 |
-
#: subscriber-
|
|
|
854 |
msgid "Single Opt In"
|
855 |
-
msgstr "
|
856 |
|
857 |
#: ../settings/settings-edit.php:116
|
858 |
msgid "Image Size"
|
@@ -863,20 +402,20 @@ msgid ""
|
|
863 |
"Select image size for ###POSTIMAGE### to be shown in the Post Notification "
|
864 |
"Emails."
|
865 |
msgstr ""
|
866 |
-
"Selecciona el tamaño de imagen
|
867 |
-
"
|
868 |
|
869 |
#: ../settings/settings-edit.php:121
|
870 |
msgid "Full Size"
|
871 |
-
msgstr "
|
872 |
|
873 |
#: ../settings/settings-edit.php:122
|
874 |
msgid "Medium Size"
|
875 |
-
msgstr "
|
876 |
|
877 |
#: ../settings/settings-edit.php:123
|
878 |
msgid "Thumbnail"
|
879 |
-
msgstr "
|
880 |
|
881 |
#: ../settings/settings-edit.php:129
|
882 |
msgid "Admin Email Addresses"
|
@@ -887,113 +426,275 @@ msgid ""
|
|
887 |
"Enter the admin email addresses that should receive notifications (separated "
|
888 |
"by comma)."
|
889 |
msgstr ""
|
890 |
-
"Introduce
|
891 |
-
"notificaciones
|
|
|
|
|
|
|
|
|
892 |
|
893 |
#: ../settings/settings-edit.php:137
|
894 |
msgid ""
|
895 |
"To send admin email notifications for the new subscriber. This option must "
|
896 |
"be set to YES."
|
897 |
msgstr ""
|
898 |
-
"
|
899 |
-
"opción debe estar
|
900 |
|
901 |
-
#: ../settings/settings-edit.php:142 ../settings/settings-edit.php:217 ..
|
902 |
#: subscribers/view-subscriber-sync.php:107 ../classes/es-register.php:1144
|
903 |
msgid "YES"
|
904 |
msgstr "SÍ"
|
905 |
|
906 |
-
#: ../settings/settings-edit.php:143 ../settings/settings-edit.php:218 ..
|
907 |
#: subscribers/view-subscriber-sync.php:106 ../classes/es-register.php:1145
|
908 |
msgid "NO"
|
909 |
msgstr "NO"
|
910 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
911 |
#: ../settings/settings-edit.php:164
|
912 |
msgid "Sent Report Subject"
|
913 |
-
msgstr "
|
|
|
|
|
|
|
|
|
914 |
|
915 |
#: ../settings/settings-edit.php:171
|
916 |
msgid "Sent Report Content"
|
917 |
-
msgstr "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
918 |
|
919 |
#: ../settings/settings-edit.php:198
|
920 |
msgid "It is a readonly field and you are advised not to modify it."
|
921 |
-
msgstr "
|
|
|
|
|
|
|
|
|
|
|
|
|
922 |
|
923 |
#: ../settings/settings-edit.php:205
|
924 |
msgid ""
|
925 |
"This text will be displayed once user clicks on email confirmation link from "
|
926 |
"the Double Opt In (confirmation) Email."
|
927 |
msgstr ""
|
928 |
-
"
|
929 |
-
"
|
|
|
|
|
|
|
|
|
|
|
930 |
|
931 |
#: ../settings/settings-edit.php:213
|
932 |
msgid ""
|
933 |
"To send welcome email to subscriber after successful signup. This option "
|
934 |
"must be set to YES."
|
935 |
msgstr ""
|
936 |
-
"
|
937 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
938 |
|
939 |
#: ../settings/settings-edit.php:240
|
940 |
msgid "Unsubscribe Link"
|
941 |
-
msgstr "Enlace cancelar suscripción"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
942 |
|
943 |
#: ../settings/settings-edit.php:247
|
944 |
msgid "Unsubscribe Text in Email"
|
945 |
-
msgstr "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
946 |
|
947 |
#: ../settings/settings-edit.php:254
|
948 |
msgid "Text to display after an email address is unsubscribed"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
949 |
msgstr ""
|
950 |
-
"
|
951 |
-
"suscripción"
|
|
|
952 |
|
953 |
#: ../settings/settings-edit.php:269
|
954 |
msgid "Error in the Unsubscribe Link"
|
955 |
msgstr "Error en el enlace de Cancelación de suscripción"
|
956 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
957 |
#: ../settings/settings-edit.php:282
|
958 |
-
msgid "
|
|
|
959 |
msgstr ""
|
960 |
-
"
|
961 |
-
"
|
962 |
|
963 |
#: ../settings/settings-edit.php:288
|
964 |
msgid "Subscribers Menu"
|
965 |
-
msgstr "Menú
|
966 |
|
967 |
-
#: ../settings/settings-edit.php:292 ../settings/settings-edit.php:304 ..
|
968 |
-
#: settings/settings-edit.php:316 ../settings/settings-edit.php:328 ..
|
969 |
#: settings/settings-edit.php:340
|
970 |
msgid "Administrator Only"
|
971 |
-
msgstr "Sólo
|
972 |
|
973 |
-
#: ../settings/settings-edit.php:293 ../settings/settings-edit.php:305 ..
|
974 |
-
#: settings/settings-edit.php:317 ../settings/settings-edit.php:329 ..
|
975 |
#: settings/settings-edit.php:341
|
976 |
msgid "Administrator/Editor"
|
977 |
msgstr "Administrador/Editor"
|
978 |
|
979 |
-
#: ../settings/settings-edit.php:294 ../settings/settings-edit.php:306 ..
|
980 |
-
#: settings/settings-edit.php:318 ../settings/settings-edit.php:330 ..
|
981 |
#: settings/settings-edit.php:342
|
982 |
msgid "Administrator/Editor/Author/Contributor"
|
983 |
msgstr "Administrador/Editor/Autor/Colaborador"
|
984 |
|
985 |
#: ../settings/settings-edit.php:300
|
986 |
msgid "Compose Menu"
|
987 |
-
msgstr "Menú
|
988 |
|
989 |
#: ../settings/settings-edit.php:312
|
990 |
msgid "Post Notifications Menu"
|
991 |
-
msgstr "Menú
|
992 |
|
993 |
-
#: ../settings/settings-edit.php:324 ../sendmail/sendmail.php:93
|
994 |
-
#: register.php:183 ../classes/es-register.php:184
|
995 |
msgid "Newsletters"
|
996 |
-
msgstr "
|
997 |
|
998 |
#: ../settings/settings-edit.php:336
|
999 |
msgid "Reports Menu"
|
@@ -1001,35 +702,104 @@ msgstr "Menú Informes"
|
|
1001 |
|
1002 |
#: ../settings/settings-edit.php:353
|
1003 |
msgid "Cron job URL"
|
1004 |
-
msgstr "URL
|
1005 |
|
1006 |
#: ../settings/settings-edit.php:354
|
1007 |
msgid ""
|
1008 |
"This is your Cron Job URL. It is a readonly field and you are advised not to "
|
1009 |
"modify it."
|
1010 |
msgstr ""
|
1011 |
-
"Esta es la URL de
|
1012 |
-
"recomendamos que no lo modifiques."
|
1013 |
|
1014 |
#: ../settings/settings-edit.php:363
|
1015 |
msgid "Email Count"
|
1016 |
-
msgstr "
|
1017 |
|
1018 |
#: ../settings/settings-edit.php:364
|
1019 |
msgid "Number of emails that you want to trigger per hour."
|
1020 |
-
msgstr "Número de correos que
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1021 |
|
1022 |
#: ../settings/settings-edit.php:385
|
1023 |
msgid "What is Cron (auto emails) and how to setup Cron Job?"
|
1024 |
-
msgstr "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1025 |
|
1026 |
#: ../settings/settings-edit.php:504
|
1027 |
msgid "Please enter sender of notifications from name."
|
1028 |
-
msgstr "
|
|
|
1029 |
|
1030 |
#: ../settings/settings-edit.php:509
|
1031 |
msgid "Please enter sender of notifications from email."
|
1032 |
-
msgstr "
|
|
|
1033 |
|
1034 |
#: ../settings/settings-edit.php:553
|
1035 |
msgid "Please enter valid mail count."
|
@@ -1041,19 +811,19 @@ msgstr "Configuración guardada."
|
|
1041 |
|
1042 |
#: ../settings/settings-edit.php:569
|
1043 |
msgid "Oops, unable to update."
|
1044 |
-
msgstr "
|
1045 |
|
1046 |
#: ../settings/setting-sync.php:16
|
1047 |
msgid "Table sync completed successfully."
|
1048 |
-
msgstr "
|
1049 |
|
1050 |
#: ../settings/setting-sync.php:29
|
1051 |
msgid "Sync plugin tables"
|
1052 |
-
msgstr "Sincronizar
|
1053 |
|
1054 |
#: ../settings/setting-sync.php:33
|
1055 |
msgid "Click to sync tables"
|
1056 |
-
msgstr "
|
1057 |
|
1058 |
#: ../sentmail/sentmail-preview.php:62
|
1059 |
msgid "Back"
|
@@ -1061,7 +831,7 @@ msgstr "Volver"
|
|
1061 |
|
1062 |
#: ../sentmail/sentmail-show.php:43
|
1063 |
msgid "Successfully deleted all reports except latest 10."
|
1064 |
-
msgstr "Se
|
1065 |
|
1066 |
#: ../sentmail/sentmail-show.php:83 ../sentmail/deliverreport-show.php:47
|
1067 |
msgid " << "
|
@@ -1071,87 +841,89 @@ msgstr " << "
|
|
1071 |
msgid " >> "
|
1072 |
msgstr " >> "
|
1073 |
|
1074 |
-
#: ../sentmail/sentmail-show.php:93 ../classes/es-register.php:189
|
1075 |
-
#: register.php:190
|
1076 |
msgid "Reports"
|
1077 |
msgstr "Informes"
|
1078 |
|
1079 |
#: ../sentmail/sentmail-show.php:97
|
1080 |
-
msgid "
|
|
|
1081 |
msgstr ""
|
1082 |
-
"
|
1083 |
-
"Notificaciones de entradas."
|
1084 |
|
1085 |
#: ../sentmail/sentmail-show.php:107 ../sentmail/sentmail-show.php:120
|
1086 |
msgid "View Reports"
|
1087 |
-
msgstr "
|
1088 |
|
1089 |
-
#: ../sentmail/sentmail-show.php:108 ../sentmail/sentmail-show.php:121 ..
|
1090 |
-
#: compose/compose-edit.php:102 ../compose/compose-show.php:80 ..
|
1091 |
#: compose/compose-show.php:88
|
1092 |
msgid "Preview"
|
1093 |
-
msgstr "
|
1094 |
|
1095 |
#: ../sentmail/sentmail-show.php:109 ../sentmail/sentmail-show.php:122
|
1096 |
msgid "Type"
|
1097 |
msgstr "Tipo"
|
1098 |
|
1099 |
-
#: ../sentmail/sentmail-show.php:110 ../sentmail/sentmail-show.php:123 ..
|
1100 |
-
#: sentmail/deliverreport-show.php:70 ../sentmail/deliverreport-show.php:81 ..
|
1101 |
-
#: subscribers/view-subscriber-show.php:362
|
1102 |
-
#:
|
|
|
1103 |
msgid "Status"
|
1104 |
msgstr "Estado"
|
1105 |
|
1106 |
-
#: ../sentmail/sentmail-show.php:111 ../sentmail/sentmail-show.php:124 ..
|
1107 |
#: sentmail/deliverreport-show.php:71 ../sentmail/deliverreport-show.php:82
|
1108 |
msgid "Sent"
|
1109 |
msgstr "Enviado"
|
1110 |
|
1111 |
#: ../sentmail/sentmail-show.php:112 ../sentmail/sentmail-show.php:125
|
1112 |
msgid "Start Date"
|
1113 |
-
msgstr "
|
1114 |
|
1115 |
#: ../sentmail/sentmail-show.php:113 ../sentmail/sentmail-show.php:126
|
1116 |
msgid "End Date"
|
1117 |
-
msgstr "
|
1118 |
|
1119 |
#: ../sentmail/sentmail-show.php:114 ../sentmail/sentmail-show.php:127
|
1120 |
msgid "Total"
|
1121 |
msgstr "Total"
|
1122 |
|
1123 |
-
#: ../sentmail/sentmail-show.php:115 ../sentmail/sentmail-show.php:128 ..
|
1124 |
-
#: subscribers/view-subscriber-show.php:365
|
1125 |
-
#:
|
|
|
1126 |
#: subscriber-export.php:56
|
1127 |
msgid "Action"
|
1128 |
msgstr "Acción"
|
1129 |
|
1130 |
#: ../sentmail/sentmail-show.php:190
|
1131 |
msgid "Optimize Table & Delete Records"
|
1132 |
-
msgstr "Optimizar
|
1133 |
|
1134 |
#: ../sentmail/sentmail-show.php:199
|
1135 |
msgid ""
|
1136 |
"Note: Please click on <strong>Optimize Table & Delete Records</strong> "
|
1137 |
"button to delete all reports except latest 10."
|
1138 |
msgstr ""
|
1139 |
-
"Nota: Por favor, haz clic en el botón <strong>Optimizar
|
1140 |
-
"
|
1141 |
|
1142 |
#: ../sentmail/deliverreport-show.php:14
|
1143 |
msgid "Oops.. Unexpected error occurred. Please try again."
|
1144 |
-
msgstr "
|
1145 |
|
1146 |
#: ../sentmail/deliverreport-show.php:57
|
1147 |
msgid "Delivery Report"
|
1148 |
-
msgstr "Informe
|
1149 |
|
1150 |
-
#: ../sentmail/deliverreport-show.php:68 ../sentmail/deliverreport-show.php:79
|
1151 |
-
#: subscribers/view-subscriber-export.php:45
|
1152 |
-
#: export.php:53
|
1153 |
msgid "Sno"
|
1154 |
-
msgstr "
|
1155 |
|
1156 |
#: ../sentmail/deliverreport-show.php:69 ../sentmail/deliverreport-show.php:80
|
1157 |
msgid "Email"
|
@@ -1159,126 +931,133 @@ msgstr "Correo"
|
|
1159 |
|
1160 |
#: ../sentmail/deliverreport-show.php:72 ../sentmail/deliverreport-show.php:83
|
1161 |
msgid "Sent Date"
|
1162 |
-
msgstr "Fecha
|
1163 |
|
1164 |
#: ../sentmail/deliverreport-show.php:73 ../sentmail/deliverreport-show.php:84
|
1165 |
msgid "Viewed Status"
|
1166 |
-
msgstr "
|
1167 |
|
1168 |
#: ../sentmail/deliverreport-show.php:74 ../sentmail/deliverreport-show.php:85
|
1169 |
msgid "Viewed Date"
|
1170 |
-
msgstr "
|
1171 |
|
1172 |
#: ../subscribers/view-subscriber-import.php:44
|
1173 |
msgid ""
|
1174 |
"Error: Special characters (['^$%&*()}{@#~?><>,|=_+\\\"]) are not allowed in "
|
1175 |
"the Group name."
|
1176 |
msgstr ""
|
1177 |
-
"Error:
|
1178 |
"permitidos como nombre de Grupo."
|
1179 |
|
1180 |
#: ../subscribers/view-subscriber-import.php:92
|
1181 |
msgid "email imported."
|
1182 |
-
msgstr "
|
1183 |
|
1184 |
#: ../subscribers/view-subscriber-import.php:93
|
1185 |
msgid "email already exists."
|
1186 |
-
msgstr "correo electrónico ya existe."
|
1187 |
|
1188 |
#: ../subscribers/view-subscriber-import.php:94
|
1189 |
msgid "email are invalid."
|
1190 |
-
msgstr "correo no
|
1191 |
|
1192 |
-
#: ../subscribers/view-subscriber-import.php:97
|
1193 |
-
#: import.php:126
|
1194 |
msgid "Click here"
|
1195 |
msgstr "Haz clic aquí"
|
1196 |
|
1197 |
-
#: ../subscribers/view-subscriber-import.php:97
|
1198 |
-
#: import.php:126
|
1199 |
msgid " to view details."
|
1200 |
msgstr " para ver los detalles."
|
1201 |
|
1202 |
#: ../subscribers/view-subscriber-import.php:105
|
1203 |
msgid "File Upload Failed."
|
1204 |
-
msgstr "Fallo
|
1205 |
|
1206 |
#: ../subscribers/view-subscriber-import.php:142
|
1207 |
msgid "Import Email Addresses"
|
1208 |
-
msgstr "Importar
|
1209 |
|
1210 |
-
#: ../subscribers/view-subscriber-import.php:143
|
1211 |
-
#:
|
1212 |
-
#: subscriber-
|
|
|
1213 |
#: subscribers/view-subscriber-sync.php:89
|
1214 |
msgid "Add New Subscriber"
|
1215 |
-
msgstr "Añadir
|
1216 |
|
1217 |
-
#: ../subscribers/view-subscriber-import.php:144
|
1218 |
-
#:
|
|
|
1219 |
#: subscriber-edit.php:111 ../subscribers/view-subscriber-sync.php:91
|
1220 |
msgid "Export"
|
1221 |
msgstr "Exportar"
|
1222 |
|
1223 |
-
#: ../subscribers/view-subscriber-import.php:145
|
1224 |
-
#:
|
1225 |
-
#: subscriber-
|
|
|
1226 |
#: subscribers/view-subscriber-sync.php:143
|
1227 |
msgid "Sync"
|
1228 |
msgstr "Sincronizar"
|
1229 |
|
1230 |
#: ../subscribers/view-subscriber-import.php:155
|
1231 |
msgid "Select CSV file"
|
1232 |
-
msgstr "
|
1233 |
|
1234 |
#: ../subscribers/view-subscriber-import.php:157
|
1235 |
msgid "Check CSV structure "
|
1236 |
-
msgstr "
|
1237 |
|
1238 |
#: ../subscribers/view-subscriber-import.php:158
|
1239 |
msgid "from here"
|
1240 |
-
msgstr "
|
1241 |
|
1242 |
#: ../subscribers/view-subscriber-import.php:169
|
1243 |
msgid "Select Subscribers Email Status"
|
1244 |
-
msgstr "
|
1245 |
|
1246 |
-
#: ../subscribers/view-subscriber-import.php:175
|
1247 |
-
#:
|
|
|
1248 |
#: subscriber-add.php:148 ../subscribers/view-subscriber-edit.php:147
|
1249 |
msgid "Confirmed"
|
1250 |
msgstr "Confirmado"
|
1251 |
|
1252 |
-
#: ../subscribers/view-subscriber-import.php:176
|
1253 |
-
#:
|
|
|
1254 |
#: subscriber-add.php:149 ../subscribers/view-subscriber-edit.php:148
|
1255 |
msgid "Unconfirmed"
|
1256 |
-
msgstr "Sin
|
1257 |
|
1258 |
-
#: ../subscribers/view-subscriber-import.php:177
|
1259 |
-
#:
|
|
|
1260 |
#: subscriber-add.php:150 ../subscribers/view-subscriber-edit.php:149
|
1261 |
msgid "Unsubscribed"
|
1262 |
-
msgstr "
|
1263 |
|
1264 |
#: ../subscribers/view-subscriber-import.php:185
|
1265 |
msgid "Select (or) Create Group for Subscribers"
|
1266 |
-
msgstr "Selecciona
|
1267 |
|
1268 |
-
#: ../subscribers/view-subscriber-import.php:202
|
1269 |
-
#: add.php:174
|
1270 |
msgid "(or)"
|
1271 |
msgstr "(o)"
|
1272 |
|
1273 |
-
#: ../subscribers/view-subscriber-import.php:210
|
1274 |
-
#:
|
1275 |
-
#: subscriber-
|
|
|
1276 |
#: subscribers/view-subscriber-sync.php:90
|
1277 |
msgid "Import"
|
1278 |
msgstr "Importar"
|
1279 |
|
1280 |
-
#: ../subscribers/view-subscriber-show.php:17 ../compose/compose-show.php:14
|
1281 |
-
#: sendmail/sendmail.php:18
|
1282 |
msgid "Click Here"
|
1283 |
msgstr "Haz clic aquí"
|
1284 |
|
@@ -1286,52 +1065,54 @@ msgstr "Haz clic aquí"
|
|
1286 |
msgid "Selected details does not exists."
|
1287 |
msgstr "Los detalles seleccionados no existen."
|
1288 |
|
1289 |
-
#: ../subscribers/view-subscriber-show.php:56
|
1290 |
-
#: php:95
|
1291 |
msgid "Record deleted."
|
1292 |
msgstr "Registro borrado."
|
1293 |
|
1294 |
#: ../subscribers/view-subscriber-show.php:67
|
1295 |
-
msgid "
|
|
|
1296 |
msgstr ""
|
1297 |
-
"
|
1298 |
-
"
|
1299 |
|
1300 |
-
#: ../subscribers/view-subscriber-show.php:75
|
1301 |
-
#: php:134
|
1302 |
msgid "Confirmation emails Resent Successfully."
|
1303 |
msgstr "Correo de confirmación reenviado con éxito."
|
1304 |
|
1305 |
-
#: ../subscribers/view-subscriber-show.php:100 ../subscribers/view-subscriber-
|
1306 |
-
#: show.php:139 ../subscribers/view-subscriber-show.php:177
|
1307 |
-
#: subscriber-show.php:216
|
1308 |
msgid "No record was selected."
|
1309 |
msgstr "No se han seleccionado registros."
|
1310 |
|
1311 |
#: ../subscribers/view-subscriber-show.php:115
|
1312 |
-
msgid "
|
|
|
1313 |
msgstr ""
|
1314 |
-
"
|
1315 |
-
"
|
1316 |
|
1317 |
#: ../subscribers/view-subscriber-show.php:163
|
1318 |
msgid "Subscribers Group updated."
|
1319 |
-
msgstr "
|
1320 |
|
1321 |
#: ../subscribers/view-subscriber-show.php:168
|
1322 |
msgid "Please select New group to update."
|
1323 |
-
msgstr "
|
1324 |
|
1325 |
#: ../subscribers/view-subscriber-show.php:202
|
1326 |
msgid "Subscribers Status updated."
|
1327 |
-
msgstr "
|
1328 |
|
1329 |
#: ../subscribers/view-subscriber-show.php:207
|
1330 |
msgid "Please select New Status to update."
|
1331 |
-
msgstr "
|
1332 |
|
1333 |
-
#: ../subscribers/view-subscriber-show.php:241 ../classes/es-register.php:174
|
1334 |
-
#: classes/es-register.php:175
|
1335 |
msgid "Subscribers"
|
1336 |
msgstr "Suscriptores"
|
1337 |
|
@@ -1347,20 +1128,20 @@ msgstr "Suscriptores activos: %s"
|
|
1347 |
|
1348 |
#: ../subscribers/view-subscriber-show.php:286
|
1349 |
msgid "Bulk Actions"
|
1350 |
-
msgstr "
|
1351 |
|
1352 |
-
#: ../subscribers/view-subscriber-show.php:288 ../subscribers/view-subscriber-
|
1353 |
#: show.php:417
|
1354 |
msgid "Resend Confirmation"
|
1355 |
-
msgstr "
|
1356 |
|
1357 |
#: ../subscribers/view-subscriber-show.php:290
|
1358 |
msgid "Update Subscribers Status"
|
1359 |
-
msgstr "
|
1360 |
|
1361 |
#: ../subscribers/view-subscriber-show.php:293
|
1362 |
msgid "Select Group"
|
1363 |
-
msgstr "
|
1364 |
|
1365 |
#: ../subscribers/view-subscriber-show.php:308
|
1366 |
msgid "Select Status"
|
@@ -1384,65 +1165,65 @@ msgstr "1 a 500 correos"
|
|
1384 |
|
1385 |
#: ../subscribers/view-subscriber-show.php:343
|
1386 |
msgid "501 to 1000"
|
1387 |
-
msgstr "501 a
|
1388 |
|
1389 |
#: ../subscribers/view-subscriber-show.php:344
|
1390 |
msgid "1001 to 1500"
|
1391 |
-
msgstr "
|
1392 |
|
1393 |
#: ../subscribers/view-subscriber-show.php:345
|
1394 |
msgid "1501 to 2000"
|
1395 |
-
msgstr "
|
1396 |
|
1397 |
#: ../subscribers/view-subscriber-show.php:346
|
1398 |
msgid "2001 to 4000"
|
1399 |
-
msgstr "
|
1400 |
|
1401 |
#: ../subscribers/view-subscriber-show.php:347
|
1402 |
msgid "4001 to 6000"
|
1403 |
-
msgstr "
|
1404 |
|
1405 |
#: ../subscribers/view-subscriber-show.php:348
|
1406 |
msgid "6001 to 10000"
|
1407 |
-
msgstr "
|
1408 |
|
1409 |
#: ../subscribers/view-subscriber-show.php:349
|
1410 |
msgid "Display All"
|
1411 |
-
msgstr "
|
1412 |
|
1413 |
-
#: ../subscribers/view-subscriber-show.php:360 ../subscribers/view-subscriber-
|
1414 |
#: show.php:373
|
1415 |
msgid "Email Address"
|
1416 |
-
msgstr "Dirección
|
1417 |
|
1418 |
-
#: ../subscribers/view-subscriber-show.php:361 ../subscribers/view-subscriber-
|
1419 |
#: show.php:374 ../classes/es-register.php:1086 ../classes/es-loadwidget.php:28
|
1420 |
msgid "Name"
|
1421 |
msgstr "Nombre"
|
1422 |
|
1423 |
-
#: ../subscribers/view-subscriber-show.php:363 ../subscribers/view-subscriber-
|
1424 |
#: show.php:376
|
1425 |
msgid "Group"
|
1426 |
msgstr "Grupo"
|
1427 |
|
1428 |
-
#: ../subscribers/view-subscriber-show.php:364 ../subscribers/view-subscriber-
|
1429 |
#: show.php:377
|
1430 |
msgid "Signup Date & Time<br>(Y-M-D H:I:S)"
|
1431 |
-
msgstr "Fecha y
|
1432 |
|
1433 |
#: ../subscribers/view-subscriber-export.php:34
|
1434 |
msgid "Export Email Addresses"
|
1435 |
-
msgstr "Exportar
|
1436 |
|
1437 |
-
#: ../subscribers/view-subscriber-export.php:46
|
1438 |
-
#: export.php:54
|
1439 |
msgid "Type of List to Export"
|
1440 |
-
msgstr "
|
1441 |
|
1442 |
-
#: ../subscribers/view-subscriber-export.php:47
|
1443 |
-
#: export.php:55
|
1444 |
msgid "Total Emails Count"
|
1445 |
-
msgstr "
|
1446 |
|
1447 |
#: ../subscribers/view-subscriber-export.php:61
|
1448 |
msgid "1"
|
@@ -1452,11 +1233,12 @@ msgstr "1"
|
|
1452 |
msgid "All Subscribers"
|
1453 |
msgstr "Todos los suscriptores"
|
1454 |
|
1455 |
-
#: ../subscribers/view-subscriber-export.php:64
|
1456 |
-
#:
|
|
|
1457 |
#: subscriber-export.php:82 ../subscribers/view-subscriber-export.php:88
|
1458 |
msgid "Click to Export in CSV"
|
1459 |
-
msgstr "Clic para
|
1460 |
|
1461 |
#: ../subscribers/view-subscriber-export.php:67
|
1462 |
msgid "2"
|
@@ -1464,7 +1246,7 @@ msgstr "2"
|
|
1464 |
|
1465 |
#: ../subscribers/view-subscriber-export.php:68
|
1466 |
msgid "Active Subscribers (Status: Confirmed & Single Opt In)"
|
1467 |
-
msgstr "
|
1468 |
|
1469 |
#: ../subscribers/view-subscriber-export.php:73
|
1470 |
msgid "3"
|
@@ -1472,7 +1254,7 @@ msgstr "3"
|
|
1472 |
|
1473 |
#: ../subscribers/view-subscriber-export.php:74
|
1474 |
msgid "Inactive Subscribers (Status: Unconfirmed & Unsubscribed)"
|
1475 |
-
msgstr "
|
1476 |
|
1477 |
#: ../subscribers/view-subscriber-export.php:79
|
1478 |
msgid "4"
|
@@ -1480,7 +1262,7 @@ msgstr "4"
|
|
1480 |
|
1481 |
#: ../subscribers/view-subscriber-export.php:80
|
1482 |
msgid "WordPress Registered Users"
|
1483 |
-
msgstr "Usuarios
|
1484 |
|
1485 |
#: ../subscribers/view-subscriber-export.php:85
|
1486 |
msgid "5"
|
@@ -1488,56 +1270,56 @@ msgstr "5"
|
|
1488 |
|
1489 |
#: ../subscribers/view-subscriber-export.php:86
|
1490 |
msgid "Commented Authors"
|
1491 |
-
msgstr "
|
1492 |
|
1493 |
-
#: ../subscribers/view-subscriber-add.php:36
|
1494 |
-
#: php:54
|
1495 |
msgid "Please enter subscriber email address."
|
1496 |
-
msgstr "Por favor introduce
|
1497 |
|
1498 |
#: ../subscribers/view-subscriber-add.php:49
|
1499 |
msgid "Please select or create your group for this email."
|
1500 |
-
msgstr "
|
1501 |
|
1502 |
#: ../subscribers/view-subscriber-add.php:56
|
1503 |
msgid ""
|
1504 |
"Error: Special characters (['^$%&*()}{@#~?><>,|=_+\\\"]) are not allowed in "
|
1505 |
"the group name."
|
1506 |
msgstr ""
|
1507 |
-
"Error: los caracteres especiales (['^$%&*()}{@#~?><>,|=_+\\\"]) no se
|
1508 |
-
"como nombre de grupo."
|
1509 |
|
1510 |
#: ../subscribers/view-subscriber-add.php:66
|
1511 |
msgid "Subscriber has been saved."
|
1512 |
-
msgstr "Suscriptor
|
1513 |
|
1514 |
#: ../subscribers/view-subscriber-add.php:68
|
1515 |
msgid "Subscriber already exists."
|
1516 |
-
msgstr "
|
1517 |
|
1518 |
#: ../subscribers/view-subscriber-add.php:71
|
1519 |
msgid "Invalid Email."
|
1520 |
-
msgstr "
|
1521 |
|
1522 |
#: ../subscribers/view-subscriber-add.php:123
|
1523 |
msgid "Enter Subscriber's Full name"
|
1524 |
-
msgstr "
|
1525 |
|
1526 |
#: ../subscribers/view-subscriber-add.php:133
|
1527 |
msgid "Enter Subscriber's Email Address"
|
1528 |
-
msgstr "
|
1529 |
|
1530 |
#: ../subscribers/view-subscriber-add.php:143
|
1531 |
msgid "Select Subscriber's Status"
|
1532 |
-
msgstr "
|
1533 |
|
1534 |
#: ../subscribers/view-subscriber-add.php:158
|
1535 |
msgid "Select (or) Create Group for Subscriber"
|
1536 |
-
msgstr "Selecciona
|
1537 |
|
1538 |
#: ../subscribers/view-subscriber-add.php:183
|
1539 |
msgid "Add Subscriber"
|
1540 |
-
msgstr "Añadir
|
1541 |
|
1542 |
#: ../subscribers/view-subscriber-edit.php:64
|
1543 |
msgid "Error: Special characters are not allowed in the group name."
|
@@ -1545,7 +1327,7 @@ msgstr "Error: No se permiten caracteres especiales en el nombre de grupo."
|
|
1545 |
|
1546 |
#: ../subscribers/view-subscriber-edit.php:74
|
1547 |
msgid "Subscriber details updated."
|
1548 |
-
msgstr "
|
1549 |
|
1550 |
#: ../subscribers/view-subscriber-edit.php:76
|
1551 |
msgid "Subscriber already exists for this group."
|
@@ -1565,63 +1347,85 @@ msgstr "Dirección de correo electrónico del suscriptor"
|
|
1565 |
|
1566 |
#: ../subscribers/view-subscriber-edit.php:142
|
1567 |
msgid "Update Subscriber's Status"
|
1568 |
-
msgstr "Actualizar
|
1569 |
|
1570 |
#: ../subscribers/view-subscriber-edit.php:157
|
1571 |
msgid "Update Subscriber's Group"
|
1572 |
-
msgstr "Actualizar
|
1573 |
|
1574 |
#: ../subscribers/view-subscriber-sync.php:36
|
1575 |
msgid "Please select default group to newly registered user."
|
1576 |
-
msgstr "
|
1577 |
|
1578 |
#: ../subscribers/view-subscriber-sync.php:50
|
1579 |
msgid "Emails Successfully Synced."
|
1580 |
-
msgstr "
|
1581 |
|
1582 |
#: ../subscribers/view-subscriber-sync.php:88
|
1583 |
msgid "Sync Email"
|
1584 |
-
msgstr "Sincronizar
|
1585 |
|
1586 |
#: ../subscribers/view-subscriber-sync.php:101
|
1587 |
msgid "Sync newly registered users to subscribers list"
|
1588 |
-
msgstr "
|
|
|
|
|
1589 |
|
1590 |
#: ../subscribers/view-subscriber-sync.php:114
|
1591 |
msgid "Select group to add newly registered users to"
|
1592 |
-
msgstr "Selecciona grupo
|
1593 |
|
1594 |
#: ../compose/compose-edit.php:48 ../compose/compose-add.php:31
|
1595 |
msgid "Please enter template heading."
|
1596 |
msgstr "Por favor, indica un encabezado de plantilla."
|
1597 |
|
|
|
|
|
|
|
|
|
1598 |
#: ../compose/compose-edit.php:84
|
1599 |
msgid "Edit Email"
|
1600 |
-
msgstr "Editar
|
1601 |
|
1602 |
#: ../compose/compose-edit.php:89 ../compose/compose-add.php:78
|
1603 |
msgid "Select your Email Template"
|
1604 |
-
msgstr "
|
1605 |
|
1606 |
#: ../compose/compose-edit.php:91 ../compose/compose-add.php:80
|
1607 |
msgid "Newsletter"
|
1608 |
-
msgstr "
|
1609 |
|
1610 |
#: ../compose/compose-edit.php:92 ../compose/compose-add.php:81
|
1611 |
msgid "Post Notification"
|
1612 |
-
msgstr "Notificación Entrada"
|
1613 |
|
1614 |
#: ../compose/compose-edit.php:96 ../compose/compose-add.php:85
|
1615 |
msgid "Enter your Email Subject"
|
1616 |
-
msgstr "
|
|
|
|
|
|
|
|
|
|
|
1617 |
|
1618 |
#: ../compose/compose-edit.php:100 ../compose/compose-add.php:89
|
1619 |
msgid "Enter Content for your Email"
|
1620 |
-
msgstr "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1621 |
|
1622 |
#: ../compose/compose-edit.php:110 ../compose/compose-add.php:93
|
1623 |
msgid "Available Keywords"
|
1624 |
-
msgstr "
|
1625 |
|
1626 |
#: ../compose/compose-edit.php:116 ../compose/compose-add.php:99
|
1627 |
msgid "Published"
|
@@ -1631,79 +1435,223 @@ msgstr "Publicado"
|
|
1631 |
msgid "Please select your mail status"
|
1632 |
msgstr "Por favor, selecciona el estado de tu correo"
|
1633 |
|
|
|
|
|
|
|
|
|
1634 |
#: ../compose/compose-add.php:74
|
1635 |
msgid "Add new Email"
|
1636 |
-
msgstr "Añadir
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1637 |
|
1638 |
-
#: ../
|
1639 |
-
|
1640 |
-
|
1641 |
-
msgstr "Componer"
|
1642 |
|
1643 |
-
#: ../
|
1644 |
-
msgid "
|
1645 |
-
|
|
|
|
|
|
|
|
|
1646 |
|
1647 |
-
#: ../
|
1648 |
-
msgid "
|
1649 |
-
msgstr "
|
|
|
|
|
|
|
1650 |
|
1651 |
-
#: ../
|
1652 |
-
msgid "
|
1653 |
-
msgstr "
|
|
|
1654 |
|
1655 |
-
#: ../
|
1656 |
-
#: 58 ../job/es-optin.php:68
|
1657 |
msgid ""
|
1658 |
-
"
|
1659 |
-
"
|
1660 |
msgstr ""
|
1661 |
-
"
|
1662 |
-
"
|
1663 |
|
1664 |
-
#: ../
|
1665 |
-
msgid "
|
1666 |
-
msgstr "
|
|
|
|
|
1667 |
|
1668 |
-
#: ../help/help.php:
|
1669 |
-
msgid "
|
1670 |
-
msgstr "
|
|
|
|
|
1671 |
|
1672 |
-
#: ../help/help.php:
|
1673 |
-
msgid "
|
1674 |
-
msgstr "
|
|
|
|
|
1675 |
|
1676 |
-
#: ../help/help.php:
|
1677 |
-
|
1678 |
-
|
1679 |
-
|
|
|
1680 |
|
1681 |
-
#: ../help/help.php:
|
1682 |
-
|
1683 |
-
msgid ""
|
1684 |
-
"Like Email Subscribers? If yes, then consider %s to support further "
|
1685 |
-
"developments."
|
1686 |
msgstr ""
|
1687 |
-
"
|
1688 |
-
"
|
1689 |
|
1690 |
-
#: ../help/help.php:
|
1691 |
-
msgid "
|
1692 |
-
msgstr "
|
1693 |
-
|
1694 |
-
|
1695 |
-
#:
|
1696 |
-
|
1697 |
-
|
1698 |
-
|
1699 |
-
#:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1700 |
#, php-format
|
1701 |
msgid "%s"
|
1702 |
msgstr "%s"
|
1703 |
|
1704 |
#: ../help/help.php:288
|
1705 |
msgid "How to Add Subscription box to website?"
|
1706 |
-
msgstr "¿Cómo
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1707 |
|
1708 |
#: ../help/help.php:299
|
1709 |
msgid "How to Redirect Subscribers to a new page/url after successful sign up?"
|
@@ -1713,11 +1661,28 @@ msgstr ""
|
|
1713 |
|
1714 |
#: ../help/help.php:302
|
1715 |
msgid "How to add captcha in Subscribe form of Email Subscribers?"
|
1716 |
-
msgstr "¿Cómo añadir captcha al formulario de
|
1717 |
|
1718 |
#: ../help/help.php:308
|
1719 |
msgid "General Plugin Settings"
|
1720 |
-
msgstr "Configuración
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1721 |
|
1722 |
#: ../help/help.php:314
|
1723 |
msgid "How to Import or Export Email Addresses?"
|
@@ -1725,23 +1690,183 @@ msgstr "¿Cómo importar y exportar direcciones de correo?"
|
|
1725 |
|
1726 |
#: ../help/help.php:317
|
1727 |
msgid "How to Add/Update Existing Subscribers Group & Status?"
|
1728 |
-
msgstr "
|
|
|
|
|
|
|
|
|
|
|
|
|
1729 |
|
1730 |
#: ../help/help.php:323
|
1731 |
msgid "How to add Unsubscribe link in emails?"
|
1732 |
-
msgstr "¿Cómo añadir un enlace de cancelación de suscripción
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1733 |
|
1734 |
#: ../help/help.php:358
|
1735 |
msgid "How to Schedule Cron Emails?"
|
1736 |
-
msgstr "¿Cómo programar
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1737 |
|
1738 |
#: ../help/help.php:377
|
1739 |
msgid "Subscribers are not receiving Emails?"
|
1740 |
-
msgstr "¿Los suscriptores no están recibiendo
|
1741 |
|
1742 |
#: ../help/help.php:380
|
1743 |
msgid "CSS Help"
|
1744 |
-
msgstr "Ayuda CSS"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1745 |
|
1746 |
#: ../sendmail/sendmail.php:40
|
1747 |
msgid "Please select your mail subject."
|
@@ -1755,6 +1880,10 @@ msgstr "Por favor selecciona tu tipo de correo."
|
|
1755 |
msgid "Please select your group."
|
1756 |
msgstr "Por favor selecciona tu grupo."
|
1757 |
|
|
|
|
|
|
|
|
|
1758 |
#: ../sendmail/sendmail.php:63
|
1759 |
msgid "Click here to check Statistics"
|
1760 |
msgstr "Haz clic aquí para comprobar Estadísticas"
|
@@ -1765,23 +1894,25 @@ msgstr "Ups. Estamos obteniendo algún error. No se envía correo."
|
|
1765 |
|
1766 |
#: ../sendmail/sendmail.php:97
|
1767 |
msgid "Use this to send newsletter emails to your subscribers."
|
1768 |
-
msgstr "
|
|
|
|
|
1769 |
|
1770 |
#: ../sendmail/sendmail.php:105
|
1771 |
msgid "Select Email Subject from available list"
|
1772 |
-
msgstr "
|
1773 |
|
1774 |
#: ../sendmail/sendmail.php:132
|
1775 |
msgid "Select Email Type"
|
1776 |
-
msgstr "
|
1777 |
|
1778 |
#: ../sendmail/sendmail.php:139
|
1779 |
msgid "Send email via cron job"
|
1780 |
-
msgstr "
|
1781 |
|
1782 |
#: ../sendmail/sendmail.php:146
|
1783 |
msgid "Select Subscribers group to Send Email"
|
1784 |
-
msgstr "
|
1785 |
|
1786 |
#: ../sendmail/sendmail.php:178
|
1787 |
msgid "Recipients : 0 "
|
@@ -1795,16 +1926,17 @@ msgstr "Destinatarios: %s"
|
|
1795 |
#: ../sendmail/sendmail.php:183
|
1796 |
msgid ""
|
1797 |
"<br><br><strong>Your Recipients count is above 100.<br>We strongly recommend "
|
1798 |
-
"that you change above Mail Type to Cron and Send Mail via Cron Job
|
1799 |
-
"
|
1800 |
msgstr ""
|
1801 |
-
"<br><br><strong
|
1802 |
-
"recomendamos encarecidamente que cambies el
|
1803 |
-
"
|
|
|
1804 |
|
1805 |
#: ../sendmail/sendmail.php:194 ../sendmail/sendmail.php:196
|
1806 |
msgid "Send Email"
|
1807 |
-
msgstr "Enviar
|
1808 |
|
1809 |
#: ../sendmail/sendmail.php:199
|
1810 |
msgid "Reset"
|
@@ -1840,7 +1972,7 @@ msgstr "<span style=\"color:#FF0000\">Desactivado</span>"
|
|
1840 |
|
1841 |
#: ../classes/es-common.php:34
|
1842 |
msgid "<span style=\"color:#FF0000\">In Queue</span>"
|
1843 |
-
msgstr "<span style=\"color:#FF0000\">En
|
1844 |
|
1845 |
#: ../classes/es-common.php:37
|
1846 |
msgid "<span style=\"color:#00FF00;font-weight:bold;\">Sent</span>"
|
@@ -1848,14 +1980,14 @@ msgstr "<span style=\"color:#00FF00;font-weight:bold;\">Enviado</span>"
|
|
1848 |
|
1849 |
#: ../classes/es-common.php:40
|
1850 |
msgid "<span style=\"color:#20b2aa;font-weight:bold;\">via Cron</span>"
|
1851 |
-
msgstr "<span style=\"color:#20b2aa;font-weight:bold;\">
|
1852 |
|
1853 |
#: ../classes/es-common.php:43
|
1854 |
msgid "<span style=\"color:#993399;\">Immediately</span>"
|
1855 |
msgstr "<span style=\"color:#993399;\">Inmediatamente</span>"
|
1856 |
|
1857 |
-
#: ../classes/es-register.php:171 ../classes/es-register.php:172
|
1858 |
-
#: register.php:782
|
1859 |
msgid "Email Subscribers"
|
1860 |
msgstr "Email Subscribers"
|
1861 |
|
@@ -1863,10 +1995,15 @@ msgstr "Email Subscribers"
|
|
1863 |
msgid "Help & Info"
|
1864 |
msgstr "Ayuda e Información"
|
1865 |
|
|
|
|
|
|
|
|
|
|
|
1866 |
#: ../classes/es-register.php:204
|
1867 |
msgctxt "view-subscriber-enhanced-select"
|
1868 |
msgid "Please enter subscriber email address."
|
1869 |
-
msgstr "Por favor introduce la dirección de correo
|
1870 |
|
1871 |
#: ../classes/es-register.php:205
|
1872 |
msgctxt "view-subscriber-enhanced-select"
|
@@ -1876,12 +2013,12 @@ msgstr "Por favor selecciona el estado de correo de suscriptor."
|
|
1876 |
#: ../classes/es-register.php:206
|
1877 |
msgctxt "view-subscriber-enhanced-select"
|
1878 |
msgid "Please select or create group for this subscriber."
|
1879 |
-
msgstr "
|
1880 |
|
1881 |
#: ../classes/es-register.php:207
|
1882 |
msgctxt "view-subscriber-enhanced-select"
|
1883 |
msgid "Do you want to delete this record?"
|
1884 |
-
msgstr "¿Quieres
|
1885 |
|
1886 |
#: ../classes/es-register.php:208
|
1887 |
msgctxt "view-subscriber-enhanced-select"
|
@@ -1891,7 +2028,7 @@ msgstr "Por favor selecciona la acción en bloque."
|
|
1891 |
#: ../classes/es-register.php:209
|
1892 |
msgctxt "view-subscriber-enhanced-select"
|
1893 |
msgid "Are you sure you want to delete selected records?"
|
1894 |
-
msgstr "¿
|
1895 |
|
1896 |
#: ../classes/es-register.php:210
|
1897 |
msgctxt "view-subscriber-enhanced-select"
|
@@ -1899,13 +2036,16 @@ msgid ""
|
|
1899 |
"Do you want to resend confirmation email? \\nAlso please note, this will "
|
1900 |
"update subscriber current status to 'Unconfirmed'."
|
1901 |
msgstr ""
|
1902 |
-
"
|
1903 |
-
"
|
|
|
1904 |
|
1905 |
#: ../classes/es-register.php:211
|
1906 |
msgctxt "view-subscriber-enhanced-select"
|
1907 |
msgid "Please select new subscriber group."
|
1908 |
-
msgstr "
|
|
|
|
|
1909 |
|
1910 |
#: ../classes/es-register.php:212
|
1911 |
msgctxt "view-subscriber-enhanced-select"
|
@@ -1915,12 +2055,12 @@ msgstr "Por favor, selecciona un nuevo estado para los suscriptores"
|
|
1915 |
#: ../classes/es-register.php:213
|
1916 |
msgctxt "view-subscriber-enhanced-select"
|
1917 |
msgid "Do you want to update subscribers group?"
|
1918 |
-
msgstr "¿Quieres
|
1919 |
|
1920 |
#: ../classes/es-register.php:214
|
1921 |
msgctxt "view-subscriber-enhanced-select"
|
1922 |
msgid "Do you want to update subscribers status?"
|
1923 |
-
msgstr "¿Quieres
|
1924 |
|
1925 |
#: ../classes/es-register.php:215
|
1926 |
msgctxt "view-subscriber-enhanced-select"
|
@@ -1928,8 +2068,8 @@ msgid ""
|
|
1928 |
"Please select only csv file. Please check official website for csv structure."
|
1929 |
"."
|
1930 |
msgstr ""
|
1931 |
-
"
|
1932 |
-
"
|
1933 |
|
1934 |
#: ../classes/es-register.php:223
|
1935 |
msgctxt "compose-enhanced-select"
|
@@ -1939,7 +2079,7 @@ msgstr "Por favor, indica el Asunto del Correo."
|
|
1939 |
#: ../classes/es-register.php:224
|
1940 |
msgctxt "compose-enhanced-select"
|
1941 |
msgid "Do you want to delete this record?"
|
1942 |
-
msgstr "¿Quieres borrar
|
1943 |
|
1944 |
#: ../classes/es-register.php:232
|
1945 |
msgctxt "notification-enhanced-select"
|
@@ -1948,15 +2088,16 @@ msgstr "Por favor selecciona el grupo de suscriptores."
|
|
1948 |
|
1949 |
#: ../classes/es-register.php:233
|
1950 |
msgctxt "notification-enhanced-select"
|
1951 |
-
msgid "
|
|
|
1952 |
msgstr ""
|
1953 |
-
"
|
1954 |
-
"
|
1955 |
|
1956 |
#: ../classes/es-register.php:234
|
1957 |
msgctxt "notification-enhanced-select"
|
1958 |
msgid "Please select notification status."
|
1959 |
-
msgstr "Por favor selecciona el
|
1960 |
|
1961 |
#: ../classes/es-register.php:235
|
1962 |
msgctxt "notification-enhanced-select"
|
@@ -1990,7 +2131,7 @@ msgstr "¿Quieres borrar este registro?"
|
|
1990 |
#: ../classes/es-register.php:254
|
1991 |
msgctxt "sentmail-enhanced-select"
|
1992 |
msgid "Do you want to delete all records except latest 10?"
|
1993 |
-
msgstr "¿Quieres borrar todos los registros excepto los últimos
|
1994 |
|
1995 |
#: ../classes/es-register.php:262
|
1996 |
msgctxt "cron-enhanced-select"
|
@@ -2002,7 +2143,7 @@ msgstr ""
|
|
2002 |
#: ../classes/es-register.php:263
|
2003 |
msgctxt "cron-enhanced-select"
|
2004 |
msgid "Please enter the mail count, only number."
|
2005 |
-
msgstr "Por favor, introduce el
|
2006 |
|
2007 |
#: ../classes/es-register.php:276
|
2008 |
msgctxt "widget-enhanced-select"
|
@@ -2027,7 +2168,7 @@ msgstr "No se puede crear la instancia XMLHTTP"
|
|
2027 |
#: ../classes/es-register.php:280
|
2028 |
msgctxt "widget-enhanced-select"
|
2029 |
msgid "Successfully Subscribed."
|
2030 |
-
msgstr "Suscripción
|
2031 |
|
2032 |
#: ../classes/es-register.php:281
|
2033 |
msgctxt "widget-enhanced-select"
|
@@ -2088,7 +2229,7 @@ msgstr "No se puede crear la instancia XMLHTTP"
|
|
2088 |
#: ../classes/es-register.php:297
|
2089 |
msgctxt "widget-page-enhanced-select"
|
2090 |
msgid "Successfully Subscribed."
|
2091 |
-
msgstr "Suscripción
|
2092 |
|
2093 |
#: ../classes/es-register.php:298
|
2094 |
msgctxt "widget-page-enhanced-select"
|
@@ -2127,6 +2268,11 @@ msgctxt "widget-page-enhanced-select"
|
|
2127 |
msgid "There was a problem with the request"
|
2128 |
msgstr "Ha habido un problema con la solicitud"
|
2129 |
|
|
|
|
|
|
|
|
|
|
|
2130 |
#: ../classes/es-register.php:782
|
2131 |
msgid "is getting even better!"
|
2132 |
msgstr "está mejorando aún más!"
|
@@ -2147,6 +2293,21 @@ msgstr "Por favor, envía tu respuesta hoy."
|
|
2147 |
msgid "Here's how you use ES:"
|
2148 |
msgstr "Así es como puedes utilizar ES:"
|
2149 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2150 |
#: ../classes/es-register.php:803
|
2151 |
msgid "Have "
|
2152 |
msgstr "Ha "
|
@@ -2171,6 +2332,14 @@ msgstr "Enviar correos vía Cron"
|
|
2171 |
msgid "Send emails Immediately"
|
2172 |
msgstr "Enviar correos inmediatamente"
|
2173 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2174 |
#: ../classes/es-register.php:837
|
2175 |
msgid "How soon do you want these new features?"
|
2176 |
msgstr "¿Cómo de pronto quieres estas características?"
|
@@ -2179,18 +2348,18 @@ msgstr "¿Cómo de pronto quieres estas características?"
|
|
2179 |
msgid "Beautiful Email Designs"
|
2180 |
msgstr "Preciosos Diseños de Correo"
|
2181 |
|
2182 |
-
#: ../classes/es-register.php:842 ../classes/es-register.php:847
|
2183 |
-
#: register.php:852 ../classes/es-register.php:857
|
2184 |
msgid "Right now!"
|
2185 |
msgstr "¡Ahora mismo!"
|
2186 |
|
2187 |
-
#: ../classes/es-register.php:843 ../classes/es-register.php:848
|
2188 |
-
#: register.php:853 ../classes/es-register.php:858
|
2189 |
msgid "Soon"
|
2190 |
msgstr "Pronto"
|
2191 |
|
2192 |
-
#: ../classes/es-register.php:844 ../classes/es-register.php:849
|
2193 |
-
#: register.php:854 ../classes/es-register.php:859
|
2194 |
msgid "Later"
|
2195 |
msgstr "Más adelante"
|
2196 |
|
@@ -2206,6 +2375,14 @@ msgstr "Descartar Correos fraudulentos / rebotados"
|
|
2206 |
msgid "Advanced Reporting"
|
2207 |
msgstr "Informe avanzado"
|
2208 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2209 |
#: ../classes/es-register.php:884
|
2210 |
msgid "Thank you!"
|
2211 |
msgstr "¡Gracias!"
|
@@ -2241,8 +2418,8 @@ msgstr "Descripción corta sobre el formulario de suscripción"
|
|
2241 |
|
2242 |
#: ../classes/es-register.php:1142
|
2243 |
msgid "Display Name Field"
|
2244 |
-
msgstr "Mostrar
|
2245 |
|
2246 |
#: ../classes/es-register.php:1149
|
2247 |
msgid "Subscriber Group"
|
2248 |
-
msgstr "
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Email Subscribers & Newsletters 3.3.4\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2017-09-08 09:47+0000\n"
|
6 |
+
"PO-Revision-Date: 2017-09-08 09:59+0000\n"
|
7 |
+
"Last-Translator: Fernando <lqisasi_1@movistar.es>\n"
|
8 |
+
"Language-Team: Spanish (Spain)\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"
|
23 |
"X-Poedit-SearchPath-0: .\n"
|
24 |
"X-Poedit-SearchPathExcluded-0: *.js"
|
25 |
|
26 |
+
#: ../sentmail/sentmail-preview.php:27 ../compose/compose-preview.php:27
|
27 |
+
msgid "Preview Email"
|
28 |
+
msgstr "Vista Previa"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
29 |
|
30 |
+
#: ../sentmail/sentmail-preview.php:31
|
31 |
msgid ""
|
32 |
+
"This is how the email you sent may look. <br>Note: Different email services "
|
33 |
+
"(like gmail, yahoo etc) display email content differently. So there could be "
|
34 |
+
"a slight variation on how your customer will view the email content."
|
35 |
msgstr ""
|
36 |
+
"Así es como se verá el correo electrónico enviado.<br>Nota: Lo distintos "
|
37 |
+
"servicios de correo electrónico (como gmail, yahoo, etc.) muestran el "
|
38 |
+
"contenido de los correos de manera diferente.<br>Podría haber, por tanto, "
|
39 |
+
"una ligera variación en cómo su cliente verá realmente el contenido del "
|
40 |
+
"correo."
|
41 |
|
42 |
+
#: ../compose/compose-preview.php:31
|
43 |
msgid ""
|
44 |
+
"This is how your email may look. <br>Note: Different email services (like "
|
45 |
+
"gmail, yahoo etc) display email content differently. So there could be a "
|
46 |
+
"slight variation on how your customer will view the email content."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
47 |
msgstr ""
|
48 |
+
"Así es como se verá el correo electrónico enviado.<br>Nota: Lo distintos "
|
49 |
+
"servicios de correo electrónico (como gmail, yahoo, etc.) muestran el "
|
50 |
+
"contenido de los correos de manera diferente.<br>Podría haber, por tanto, "
|
51 |
+
"una ligera variación en cómo su cliente verá realmente el contenido del "
|
52 |
+
"correo."
|
53 |
|
54 |
#: ../notification/notification-add.php:33
|
55 |
msgid "Please select subscribers group."
|
57 |
|
58 |
#: ../notification/notification-add.php:39
|
59 |
msgid "Please select notification status."
|
60 |
+
msgstr "Por favor selecciona el modo de envío"
|
61 |
|
62 |
+
#: ../notification/notification-add.php:45
|
63 |
+
#: ../notification/notification-edit.php:61
|
64 |
+
msgid ""
|
65 |
+
"Please select notification mail subject. Use compose menu to create new."
|
66 |
msgstr ""
|
67 |
"Por favor selecciona el asunto de notificación del correo. Utiliza el menú "
|
68 |
"componer para crear uno nuevo."
|
69 |
|
70 |
+
#: ../notification/notification-add.php:51
|
71 |
+
#: ../notification/notification-edit.php:67
|
72 |
msgid "Please select post categories."
|
73 |
msgstr "Por favor selecciona categorías de entrada."
|
74 |
|
80 |
msgid "Add Notification"
|
81 |
msgstr "Añadir Notificación"
|
82 |
|
83 |
+
#: ../notification/notification-add.php:113
|
84 |
+
#: ../notification/notification-show.php: 54
|
85 |
+
#: ../notification/notification-edit.php:124 ../settings/settings-edit.php:43
|
86 |
+
#: . ./sentmail/sentmail-preview.php:28 ../sentmail/sentmail-show.php:94 ..
|
87 |
+
#: sentmail/deliverreport-show.php:58
|
88 |
+
#: ../subscribers/view-subscriber-import.php: 146
|
89 |
+
#: ../subscribers/view-subscriber-show.php:246 ../subscribers/view-subscriber-
|
90 |
+
#: export.php:38 ../subscribers/view-subscriber-add.php:114
|
91 |
+
#: ../subscribers/view- subscriber-edit.php:113
|
92 |
+
#: ../subscribers/view-subscriber-sync.php:92 .. compose/compose-edit.php:86
|
93 |
+
#: ../compose/compose-add.php:75 ../compose/compose- show.php:66
|
94 |
+
#: ../compose/compose-preview.php:28 ../sendmail/sendmail.php:94
|
95 |
msgid "Help"
|
96 |
msgstr "Ayuda"
|
97 |
|
99 |
msgid "Select Subscribers Group"
|
100 |
msgstr "Selecciona grupo de suscriptores"
|
101 |
|
102 |
+
#: ../notification/notification-add.php:124
|
103 |
+
#: ../notification/notification-add.php: 148
|
104 |
+
#: ../notification/notification-edit.php:135 ../notification/notification-
|
105 |
+
#: edit.php:168 ../subscribers/view-subscriber-import.php:190
|
106 |
+
#: ../subscribers/view- subscriber-add.php:162
|
107 |
+
#: ../subscribers/view-subscriber-edit.php:162 ..
|
108 |
+
#: subscribers/view-subscriber-sync.php:119 ../sendmail/sendmail.php:110 ..
|
109 |
#: sendmail/sendmail.php:137 ../sendmail/sendmail.php:151
|
110 |
msgid "Select"
|
111 |
msgstr "Seleccionar"
|
112 |
|
113 |
+
#: ../notification/notification-add.php:142
|
114 |
+
#: ../notification/notification-edit.php: 162
|
115 |
msgid "Select Notification Email Subject"
|
116 |
+
msgstr "NOTIFICACIÓN a enviar:"
|
117 |
|
118 |
+
#: ../notification/notification-add.php:143
|
119 |
+
#: ../notification/notification-edit.php: 163
|
120 |
msgid "(Use compose menu to create new)"
|
121 |
+
msgstr "(Puedes crear una nueva desde el menú <em>Redactar Correo</em>)"
|
122 |
|
123 |
+
#: ../notification/notification-add.php:167
|
124 |
+
#: ../notification/notification-edit.php: 190
|
125 |
msgid "Select Post Categories"
|
126 |
+
msgstr "CATEGORÍA de las entradas que se notificarán:"
|
127 |
|
128 |
+
#: ../notification/notification-add.php:195
|
129 |
+
#: ../notification/notification-edit.php: 225
|
130 |
msgid "Check All"
|
131 |
+
msgstr "Todas"
|
132 |
|
133 |
+
#: ../notification/notification-add.php:196
|
134 |
+
#: ../notification/notification-edit.php: 226
|
135 |
msgid "Uncheck All"
|
136 |
+
msgstr "Ninguna"
|
137 |
|
138 |
+
#: ../notification/notification-add.php:202
|
139 |
+
#: ../notification/notification-edit.php: 233
|
140 |
msgid "Select your Custom Post Type"
|
141 |
+
msgstr "Entrada personalizada:"
|
142 |
|
143 |
+
#: ../notification/notification-add.php:203
|
144 |
+
#: ../notification/notification-edit.php: 234
|
145 |
msgid "(Optional)"
|
146 |
msgstr "(Opcional)"
|
147 |
|
148 |
+
#: ../notification/notification-add.php:232
|
149 |
+
#: ../notification/notification-edit.php: 268
|
150 |
msgid "No Custom Post Types Available"
|
151 |
+
msgstr "Actualmente no hay ninguna disponible"
|
152 |
|
153 |
+
#: ../notification/notification-add.php:239
|
154 |
+
#: ../notification/notification-edit.php: 275
|
155 |
msgid "Select Notification Status when a new post is published"
|
156 |
+
msgstr "Forma de ENVÍO:"
|
157 |
|
158 |
+
#: ../notification/notification-add.php:243
|
159 |
+
#: ../notification/notification-show.php: 130
|
160 |
+
#: ../notification/notification-edit.php:279 ../sendmail/sendmail.php:138
|
161 |
msgid "Send email immediately"
|
162 |
msgstr "Enviar correo inmediatamente"
|
163 |
|
164 |
+
#: ../notification/notification-add.php:244
|
165 |
+
#: ../notification/notification-show.php: 132
|
166 |
+
#: ../notification/notification-edit.php:280
|
167 |
msgid "Add to cron and send email via cron job"
|
168 |
+
msgstr "Añadir al programador de tareas (CRON)"
|
169 |
|
170 |
+
#: ../notification/notification-add.php:245
|
171 |
+
#: ../notification/notification-edit.php: 281
|
172 |
msgid "Disable email notification"
|
173 |
+
msgstr "Deshabilitar notificación por correo"
|
174 |
|
175 |
+
#: ../notification/notification-add.php:253
|
176 |
+
#: ../notification/notification-edit.php: 290
|
177 |
+
#: ../subscribers/view-subscriber-edit.php:191 ../compose/compose-edit.php:
|
178 |
#: 123 ../compose/compose-add.php:105
|
179 |
msgid "Save"
|
180 |
msgstr "Guardar"
|
181 |
|
182 |
+
#: ../notification/notification-show.php:21
|
183 |
+
#: ../notification/notification-edit.php: 20
|
184 |
+
#: ../sentmail/sentmail-preview.php:18 ../sentmail/sentmail-show.php:22 ..
|
185 |
+
#: subscribers/view-subscriber-edit.php:22 ../compose/compose-edit.php:20 ..
|
186 |
#: compose/compose-show.php:33 ../compose/compose-preview.php:18
|
187 |
msgid "Oops, selected details does not exists."
|
188 |
msgstr "Ups, los detalles seleccionados no existen."
|
189 |
|
190 |
+
#: ../notification/notification-show.php:35 ../sentmail/sentmail-show.php:36
|
191 |
+
#: .. compose/compose-show.php:47
|
192 |
msgid "Selected record deleted."
|
193 |
msgstr "Registro seleccionado borrado."
|
194 |
|
195 |
+
#: ../notification/notification-show.php:52 ../classes/es-register.php:180 ..
|
196 |
#: classes/es-register.php:181
|
197 |
msgid "Post Notifications"
|
198 |
+
msgstr "Notificar Entrada"
|
199 |
|
200 |
+
#: ../notification/notification-show.php:53
|
201 |
+
#: ../notification/notification-edit.php: 123 ../compose/compose-edit.php:85
|
202 |
+
#: ../compose/compose-show.php:65
|
203 |
msgid "Add New"
|
204 |
+
msgstr "Añadir"
|
205 |
|
206 |
#: ../notification/notification-show.php:57
|
207 |
msgid ""
|
208 |
"Use this to setup and send notification emails to your subscribers when a "
|
209 |
"new post is published in your blog."
|
210 |
msgstr ""
|
211 |
+
"Personaliza el correo de NOTIFICACIÓN que se enviará a tus suscriptores "
|
212 |
+
"cuando publiques una nueva Entrada en tu Blog."
|
213 |
|
214 |
+
#: ../notification/notification-show.php:68
|
215 |
+
#: ../notification/notification-show.php: 76 ../compose/compose-show.php:77
|
216 |
+
#: ../compose/compose-show.php:85
|
217 |
msgid "Email Subject"
|
218 |
+
msgstr "Nombre"
|
219 |
|
220 |
+
#: ../notification/notification-show.php:69
|
221 |
+
#: ../notification/notification-show.php: 77
|
222 |
msgid "Subscribers Group"
|
223 |
+
msgstr "Grupo"
|
224 |
|
225 |
+
#: ../notification/notification-show.php:70
|
226 |
+
#: ../notification/notification-show.php: 78
|
227 |
msgid "Post Categories / Custom Post Types"
|
228 |
+
msgstr "Categorías"
|
229 |
|
230 |
+
#: ../notification/notification-show.php:71
|
231 |
+
#: ../notification/notification-show.php: 79
|
232 |
msgid "Notification Status"
|
233 |
+
msgstr "Forma de envío"
|
234 |
|
235 |
+
#: ../notification/notification-show.php:100
|
236 |
+
#: ../subscribers/view-subscriber-show. php:404
|
237 |
+
#: ../compose/compose-show.php:103 ../compose/compose-preview.php:52
|
238 |
msgid "Edit"
|
239 |
msgstr "Editar"
|
240 |
|
241 |
+
#: ../notification/notification-show.php:103
|
242 |
+
#: ../subscribers/view-subscriber-show. php:287
|
243 |
+
#: ../subscribers/view-subscriber-show.php:409 ../compose/compose-show. php:104
|
244 |
msgid "Delete"
|
245 |
+
msgstr "Eliminar"
|
246 |
|
247 |
+
#: ../notification/notification-show.php:143 ../sentmail/sentmail-show.php:180
|
248 |
+
#: .. sentmail/deliverreport-show.php:124
|
249 |
+
#: ../subscribers/view-subscriber-show.php: 432 ../compose/compose-show.php:117
|
250 |
msgid "No records available."
|
251 |
msgstr "No hay registros disponibles."
|
252 |
|
256 |
|
257 |
#: ../notification/notification-edit.php:55
|
258 |
msgid "Please select notification status"
|
259 |
+
msgstr "Por favor, selecciona el modo de envío"
|
260 |
|
261 |
#: ../notification/notification-edit.php:89
|
262 |
msgid "Notification successfully updated. "
|
266 |
msgid "Edit Notification"
|
267 |
msgstr "Editar Notificación"
|
268 |
|
269 |
+
#: ../notification/notification-edit.php:131
|
270 |
+
#: ../subscribers/view-subscriber-show. php:289
|
271 |
msgid "Update Subscribers Group"
|
272 |
+
msgstr "Modificar su GRUPO"
|
273 |
|
274 |
#. Name of the plugin
|
275 |
msgid "Email Subscribers & Newsletters"
|
276 |
msgstr "Email Subscribers & Newsletters"
|
277 |
|
278 |
+
#. URI of the plugin
|
279 |
+
msgid "https://www.icegram.com"
|
280 |
+
msgstr "https://www.icegram.com"
|
281 |
+
|
282 |
#. Description of the plugin/theme
|
283 |
msgid ""
|
284 |
"Add subscription forms on website, send HTML newsletters & automatically "
|
292 |
msgid "Icegram"
|
293 |
msgstr "Icegram"
|
294 |
|
295 |
+
#: ../email-subscribers.php:75
|
296 |
+
msgctxt "timezone date format"
|
297 |
+
msgid "Y-m-d H:i:s"
|
298 |
+
msgstr "AAAA-mm-dd HH:mm:ss"
|
299 |
+
|
300 |
#: ../settings/settings-edit.php:23
|
301 |
msgid "Admin"
|
302 |
+
msgstr "Administrador"
|
303 |
|
304 |
#: ../settings/settings-edit.php:24
|
305 |
msgid "Signup Confirmation"
|
307 |
|
308 |
#: ../settings/settings-edit.php:25
|
309 |
msgid "Cron"
|
310 |
+
msgstr "Tareas"
|
311 |
|
312 |
#: ../settings/settings-edit.php:26
|
313 |
msgid "User Roles"
|
314 |
+
msgstr "Gestores"
|
315 |
|
316 |
+
#: ../settings/settings-edit.php:42 ../classes/es-register.php:186
|
317 |
+
#: ../classes/es- register.php:187
|
318 |
msgid "Settings"
|
319 |
msgstr "Configuración"
|
320 |
|
331 |
"Choose a FROM name and FROM email address for all the emails to be sent from "
|
332 |
"this plugin."
|
333 |
msgstr ""
|
334 |
+
"Nombre y dirección de correo que aparecerá en el campo <strong>DE:</strong> "
|
335 |
+
"en los correos que se enviarán a tus suscriptores."
|
336 |
+
|
337 |
+
#: ../settings/settings-edit.php:89
|
338 |
+
msgid "Email Type"
|
339 |
+
msgstr "Tipo de correo"
|
340 |
+
|
341 |
+
#: ../settings/settings-edit.php:90
|
342 |
+
msgid ""
|
343 |
+
"Option 1 & 2 is to send emails with default Wordpress method wp_mail(). "
|
344 |
+
"Option 3 & 4 is to send emails with PHP method mail()."
|
345 |
+
msgstr ""
|
346 |
+
"Las opciones 1 y 2 envían el correo mediante el sistema estándar de WP "
|
347 |
+
"wp_mail().<br>Las opciones 3 y 4 envían el correo por el sistema mail() de "
|
348 |
+
"PHP. "
|
349 |
|
350 |
#: ../settings/settings-edit.php:94
|
351 |
msgid "1. WP HTML MAIL"
|
363 |
msgid "4. PHP PLAINTEXT MAIL"
|
364 |
msgstr "4. PHP CORREO TEXTO PLANO"
|
365 |
|
366 |
+
#: ../settings/settings-edit.php:104
|
367 |
+
msgid "Opt-In Type"
|
368 |
+
msgstr "Verificación:"
|
369 |
+
|
370 |
+
#: ../settings/settings-edit.php:105
|
371 |
+
msgid ""
|
372 |
+
"Double Opt-In : In this type, the subscriber is sent an activation link as "
|
373 |
+
"soon as they subscribe to your list. They have to confirm their subscription "
|
374 |
+
"by clicking on the activation link.<br />Single Opt-In : In this type, the "
|
375 |
+
"subscriber is not asked to confirm their email address. They are subscribed "
|
376 |
+
"directly in the list."
|
377 |
+
msgstr ""
|
378 |
+
"DOBLE: Inmediatamente a la solicitud de suscripción a tu Lista, se envía al "
|
379 |
+
"solicitante un correo con el enlace de activación. Tiene que confirmar su "
|
380 |
+
"suscripción haciendo clic en dicho enlace. <br />SIN VERIFICACIÓN: No se "
|
381 |
+
"pide al solicitante que confirme su dirección de correo electrónico, se le "
|
382 |
+
"añade automáticamente a nuestra Lista."
|
383 |
+
|
384 |
#: ../settings/settings-edit.php:109
|
385 |
msgid "Double Opt In"
|
386 |
+
msgstr "Verificación doble"
|
387 |
|
388 |
+
#: ../settings/settings-edit.php:110
|
389 |
+
#: ../subscribers/view-subscriber-import.php: 178
|
390 |
+
#: ../subscribers/view-subscriber-show.php:312 ../subscribers/view-subscriber-
|
391 |
+
#: show.php:339 ../subscribers/view-subscriber-add.php:151
|
392 |
+
#: ../subscribers/view- subscriber-edit.php:150
|
393 |
msgid "Single Opt In"
|
394 |
+
msgstr "Sin verificación"
|
395 |
|
396 |
#: ../settings/settings-edit.php:116
|
397 |
msgid "Image Size"
|
402 |
"Select image size for ###POSTIMAGE### to be shown in the Post Notification "
|
403 |
"Emails."
|
404 |
msgstr ""
|
405 |
+
"Selecciona el tamaño de la imagen que aparecerá los correos de notificación "
|
406 |
+
"de nueva entrada si utilizas el campo ###POSTIMAGE### al redactarlos."
|
407 |
|
408 |
#: ../settings/settings-edit.php:121
|
409 |
msgid "Full Size"
|
410 |
+
msgstr "Grande"
|
411 |
|
412 |
#: ../settings/settings-edit.php:122
|
413 |
msgid "Medium Size"
|
414 |
+
msgstr "Mediana"
|
415 |
|
416 |
#: ../settings/settings-edit.php:123
|
417 |
msgid "Thumbnail"
|
418 |
+
msgstr "Pequeña"
|
419 |
|
420 |
#: ../settings/settings-edit.php:129
|
421 |
msgid "Admin Email Addresses"
|
426 |
"Enter the admin email addresses that should receive notifications (separated "
|
427 |
"by comma)."
|
428 |
msgstr ""
|
429 |
+
"Introduce la dirección de correo del administrador que recibirá las "
|
430 |
+
"notificaciones del sistema. Si necesitas más de una, sepáralas con comas."
|
431 |
+
|
432 |
+
#: ../settings/settings-edit.php:136
|
433 |
+
msgid "Notify Admin when a new subscriber signs up"
|
434 |
+
msgstr "Notificar al administrador alta de suscriptor"
|
435 |
|
436 |
#: ../settings/settings-edit.php:137
|
437 |
msgid ""
|
438 |
"To send admin email notifications for the new subscriber. This option must "
|
439 |
"be set to YES."
|
440 |
msgstr ""
|
441 |
+
"Si deseas que el Administrador reciba un correo al producirse cada nueva "
|
442 |
+
"suscripción, esta opción debe estar en SÍ."
|
443 |
|
444 |
+
#: ../settings/settings-edit.php:142 ../settings/settings-edit.php:217 ..
|
445 |
#: subscribers/view-subscriber-sync.php:107 ../classes/es-register.php:1144
|
446 |
msgid "YES"
|
447 |
msgstr "SÍ"
|
448 |
|
449 |
+
#: ../settings/settings-edit.php:143 ../settings/settings-edit.php:218 ..
|
450 |
#: subscribers/view-subscriber-sync.php:106 ../classes/es-register.php:1145
|
451 |
msgid "NO"
|
452 |
msgstr "NO"
|
453 |
|
454 |
+
#: ../settings/settings-edit.php:149
|
455 |
+
msgid "Admin Email Subject on new subscriber sign up"
|
456 |
+
msgstr "ASUNTO: alta suscriptor"
|
457 |
+
|
458 |
+
#: ../settings/settings-edit.php:150
|
459 |
+
msgid ""
|
460 |
+
"Subject for the admin email whenever a new subscriber signs up and is "
|
461 |
+
"confirmed."
|
462 |
+
msgstr ""
|
463 |
+
"Asunto del correo que se enviará al Administrador cuando un nuevo suscriptor "
|
464 |
+
"confirme su correo."
|
465 |
+
|
466 |
+
#: ../settings/settings-edit.php:156
|
467 |
+
msgid "Admin Email Content on new subscriber signs up"
|
468 |
+
msgstr "TEXTO: alta suscriptor"
|
469 |
+
|
470 |
+
#: ../settings/settings-edit.php:157
|
471 |
+
msgid ""
|
472 |
+
"Content for the admin email whenever a new subscriber signs up and is "
|
473 |
+
"confirmed.<br />(Available Keywords: ###NAME###, ###EMAIL###, ###GROUP###)"
|
474 |
+
msgstr ""
|
475 |
+
"Contenido del correo que se enviará al Administrador cuando un nuevo "
|
476 |
+
"suscriptor confirme su correo.<br />Campos disponibles: ###NAME###, "
|
477 |
+
"###EMAIL### y ###GROUP###"
|
478 |
+
|
479 |
#: ../settings/settings-edit.php:164
|
480 |
msgid "Sent Report Subject"
|
481 |
+
msgstr "ASUNTO: Informes"
|
482 |
+
|
483 |
+
#: ../settings/settings-edit.php:165
|
484 |
+
msgid "Subject for the email report which will be sent to admin."
|
485 |
+
msgstr "Asunto del correo que se enviará al administrador con los informes"
|
486 |
|
487 |
#: ../settings/settings-edit.php:171
|
488 |
msgid "Sent Report Content"
|
489 |
+
msgstr "TEXTO: Informes"
|
490 |
+
|
491 |
+
#: ../settings/settings-edit.php:172
|
492 |
+
msgid ""
|
493 |
+
"Content for the email report which will be sent to admin.<br />(Available "
|
494 |
+
"Keywords: ###COUNT###, ###UNIQUE###, ###STARTTIME###, ###ENDTIME###)"
|
495 |
+
msgstr ""
|
496 |
+
"Contenido del correo que se enviará al Administrador con los informes.<br />"
|
497 |
+
"Campos disponibles: ###COUNT###, ###UNIQUE###, ###STARTTIME### y "
|
498 |
+
"###ENDTIME###"
|
499 |
+
|
500 |
+
#: ../settings/settings-edit.php:183
|
501 |
+
msgid "Double Opt-In Email Subject (Confirmation Email)"
|
502 |
+
msgstr "ASUNTO: Confirmar cuenta correo"
|
503 |
+
|
504 |
+
#: ../settings/settings-edit.php:184
|
505 |
+
msgid ""
|
506 |
+
"Subject for the confirmation email to be sent for Double Opt-In whenever a "
|
507 |
+
"subscriber signs up."
|
508 |
+
msgstr ""
|
509 |
+
"Asunto del correo que se enviará a cada nuevo suscriptor para que pulse en "
|
510 |
+
"el enlace de confirmación de su cuenta de correo. Solo lo recibirá si tienes "
|
511 |
+
"activada la opcíon [Verificación doble]."
|
512 |
+
|
513 |
+
#: ../settings/settings-edit.php:190
|
514 |
+
msgid "Double Opt-In Email Content (Confirmation Email)"
|
515 |
+
msgstr "TEXTO: Confirmar cuenta correo"
|
516 |
+
|
517 |
+
#: ../settings/settings-edit.php:191
|
518 |
+
msgid ""
|
519 |
+
"Content for the confirmation email to be sent for Double Opt-In whenever a "
|
520 |
+
"subscriber signs up.<br />(Available Keywords: ###NAME###, ###LINK###)"
|
521 |
+
msgstr ""
|
522 |
+
"Contenido del correo que se enviará a cada nuevo suscriptor para que pulse "
|
523 |
+
"en el enlace de confirmación de su cuenta de correo. Solo lo recibirá si "
|
524 |
+
"tienes activada la opcíon [Verificación doble].<br>(Campos disponibles: "
|
525 |
+
"###NAME### y ###LINK###)"
|
526 |
+
|
527 |
+
#: ../settings/settings-edit.php:197
|
528 |
+
msgid "Double Opt-In Confirmation Link"
|
529 |
+
msgstr "Enlace para confirmar correo [Verificación doble]"
|
530 |
|
531 |
#: ../settings/settings-edit.php:198
|
532 |
msgid "It is a readonly field and you are advised not to modify it."
|
533 |
+
msgstr "Este es un campo de sólo lectura. Te aconsejo no lo modifiques."
|
534 |
+
|
535 |
+
#: ../settings/settings-edit.php:204
|
536 |
+
msgid ""
|
537 |
+
"Text to display after an email address is successfully subscribed from "
|
538 |
+
"Double Opt-In (Confirmation) Email"
|
539 |
+
msgstr "MENSAJE: Cuenta correo confirmada"
|
540 |
|
541 |
#: ../settings/settings-edit.php:205
|
542 |
msgid ""
|
543 |
"This text will be displayed once user clicks on email confirmation link from "
|
544 |
"the Double Opt In (confirmation) Email."
|
545 |
msgstr ""
|
546 |
+
"Mensaje que aparecerá en la pantalla del nuevo suscriptor cuando confirme su "
|
547 |
+
"cuenta de correo y esta sea correcta.<br>Opción [Verificación doble] "
|
548 |
+
"activada."
|
549 |
+
|
550 |
+
#: ../settings/settings-edit.php:212
|
551 |
+
msgid "Send Welcome Email to New Subscribers after Sign Up?"
|
552 |
+
msgstr "Comunicar ALTA al suscriptor"
|
553 |
|
554 |
#: ../settings/settings-edit.php:213
|
555 |
msgid ""
|
556 |
"To send welcome email to subscriber after successful signup. This option "
|
557 |
"must be set to YES."
|
558 |
msgstr ""
|
559 |
+
"El nuevo suscriptor recibirá un correo comunicandole que se ha completado su "
|
560 |
+
"ALTA.<br>Si tienes la opción de verificación en [Sin verificación] lo "
|
561 |
+
"recibirá inmediatamente.<br>Si está en [Verificación doble] lo recibirá "
|
562 |
+
"despues de completar satisfactoriamente la comprobación de válidez de la "
|
563 |
+
"cuenta de correo que ha proporcionado."
|
564 |
+
|
565 |
+
#: ../settings/settings-edit.php:224
|
566 |
+
msgid "Subject for Welcome Email"
|
567 |
+
msgstr "ASUNTO: correo de Bienvenida"
|
568 |
+
|
569 |
+
#: ../settings/settings-edit.php:225
|
570 |
+
msgid ""
|
571 |
+
"Subject for the subscriber welcome email. This will be sent whenever a "
|
572 |
+
"user's email is either confirmed (if Double Opt-In) / subscribed (if Single "
|
573 |
+
"Opt-In) successfully."
|
574 |
+
msgstr ""
|
575 |
+
"Asunto del correo que se enviará a cada nuevo suscriptor una vez haya sido "
|
576 |
+
"dado de ALTA.<br>Debes tener en [SÍ] la opción anterior."
|
577 |
+
|
578 |
+
#: ../settings/settings-edit.php:231
|
579 |
+
msgid "Email Content for Welcome Email"
|
580 |
+
msgstr "TEXTO: correo de Bienvenida"
|
581 |
+
|
582 |
+
#: ../settings/settings-edit.php:232
|
583 |
+
msgid ""
|
584 |
+
"Content for the subscriber welcome email whenever a user's email is either "
|
585 |
+
"confirmed (if Double Opt In) / subscribed (if Single Opt In) successfully."
|
586 |
+
"<br />(Available Keywords: ###NAME###, ###GROUP###, ###LINK###)"
|
587 |
+
msgstr ""
|
588 |
+
"Contenido del correo que se enviará a cada nuevo suscriptor una vez haya "
|
589 |
+
"sido dado de ALTA.<br>Debes tener en [SÍ] la opción anterior."
|
590 |
|
591 |
#: ../settings/settings-edit.php:240
|
592 |
msgid "Unsubscribe Link"
|
593 |
+
msgstr "Enlace para cancelar la suscripción"
|
594 |
+
|
595 |
+
#: ../settings/settings-edit.php:241
|
596 |
+
msgid ""
|
597 |
+
"This unsubscribe link is automatically added to all the emails that are sent "
|
598 |
+
"from this plugin. It is a readonly field and you are advised not to modify "
|
599 |
+
"it."
|
600 |
+
msgstr ""
|
601 |
+
"Este enlace para darse de baja se añade automáticamente a todos los correos "
|
602 |
+
"electrónicos que se envían desde este plugin. Es un campo de sólo lectura y "
|
603 |
+
"se recomienda no modificarlo."
|
604 |
|
605 |
#: ../settings/settings-edit.php:247
|
606 |
msgid "Unsubscribe Text in Email"
|
607 |
+
msgstr "TEXTO: enlace cancelación"
|
608 |
+
|
609 |
+
#: ../settings/settings-edit.php:248
|
610 |
+
msgid ""
|
611 |
+
"The text for the unsubscribe link. This text is automatically added with "
|
612 |
+
"unsubscribe link in the emails.<br />(Available Keyword: ###LINK###)"
|
613 |
+
msgstr ""
|
614 |
+
"Pequeño mensaje que se incrusta en todos los correos enviados ofreciendo la "
|
615 |
+
"posibilidad de cancelar la suscripción pulsando en el enlace que incluye.<br "
|
616 |
+
"/>(Campos disponibles: ###LINK###)"
|
617 |
|
618 |
#: ../settings/settings-edit.php:254
|
619 |
msgid "Text to display after an email address is unsubscribed"
|
620 |
+
msgstr "MENSAJE: suscripción cancelada"
|
621 |
+
|
622 |
+
#: ../settings/settings-edit.php:255
|
623 |
+
msgid ""
|
624 |
+
"This text will be displayed once user clicks on unsubscribe link from the "
|
625 |
+
"email."
|
626 |
+
msgstr ""
|
627 |
+
"Mensaje que aparecerá en la pantalla del suscriptor despues de que este haya "
|
628 |
+
"pulsado en el enlace para darse de baja que figura en todos los correos que "
|
629 |
+
"le enviamos."
|
630 |
+
|
631 |
+
#: ../settings/settings-edit.php:262
|
632 |
+
msgid "Error in the Subscribe / Confirmation Link"
|
633 |
+
msgstr "Error en la suscripción o en lace de confirmación"
|
634 |
+
|
635 |
+
#: ../settings/settings-edit.php:263
|
636 |
+
msgid ""
|
637 |
+
"Default message to display if there is any issue while clicking on subscribe "
|
638 |
+
"/ confirmation link from the Double Opt-In (Confirmation) emails."
|
639 |
msgstr ""
|
640 |
+
"Mensaje predeterminado para mostrar si hay algún problema al hacer clic en "
|
641 |
+
"el enlace de suscripción / confirmación de los correos electrónicos de doble "
|
642 |
+
"verificación."
|
643 |
|
644 |
#: ../settings/settings-edit.php:269
|
645 |
msgid "Error in the Unsubscribe Link"
|
646 |
msgstr "Error en el enlace de Cancelación de suscripción"
|
647 |
|
648 |
+
#: ../settings/settings-edit.php:270
|
649 |
+
msgid ""
|
650 |
+
"Default message to display if there is any issue while clicking on "
|
651 |
+
"unsubscribe link from the emails."
|
652 |
+
msgstr ""
|
653 |
+
"Mensaje predeterminado para mostrar si hay algún problema al hacer clic en "
|
654 |
+
"el enlace de cancelación de suscripción que aparece en nuestros correos "
|
655 |
+
"electrónicos."
|
656 |
+
|
657 |
#: ../settings/settings-edit.php:282
|
658 |
+
msgid ""
|
659 |
+
"Select user roles who can access following menus. Only Admin can change this."
|
660 |
msgstr ""
|
661 |
+
"Define el tipo de usuario de tu sitio WordPress que podrán acceder a los "
|
662 |
+
"menús.<br>Sólo podrás utilizar esta opción si entras como Administrador."
|
663 |
|
664 |
#: ../settings/settings-edit.php:288
|
665 |
msgid "Subscribers Menu"
|
666 |
+
msgstr "Menú Suscriptores"
|
667 |
|
668 |
+
#: ../settings/settings-edit.php:292 ../settings/settings-edit.php:304 ..
|
669 |
+
#: settings/settings-edit.php:316 ../settings/settings-edit.php:328 ..
|
670 |
#: settings/settings-edit.php:340
|
671 |
msgid "Administrator Only"
|
672 |
+
msgstr "Sólo Administradores"
|
673 |
|
674 |
+
#: ../settings/settings-edit.php:293 ../settings/settings-edit.php:305 ..
|
675 |
+
#: settings/settings-edit.php:317 ../settings/settings-edit.php:329 ..
|
676 |
#: settings/settings-edit.php:341
|
677 |
msgid "Administrator/Editor"
|
678 |
msgstr "Administrador/Editor"
|
679 |
|
680 |
+
#: ../settings/settings-edit.php:294 ../settings/settings-edit.php:306 ..
|
681 |
+
#: settings/settings-edit.php:318 ../settings/settings-edit.php:330 ..
|
682 |
#: settings/settings-edit.php:342
|
683 |
msgid "Administrator/Editor/Author/Contributor"
|
684 |
msgstr "Administrador/Editor/Autor/Colaborador"
|
685 |
|
686 |
#: ../settings/settings-edit.php:300
|
687 |
msgid "Compose Menu"
|
688 |
+
msgstr "Menú Plantillas"
|
689 |
|
690 |
#: ../settings/settings-edit.php:312
|
691 |
msgid "Post Notifications Menu"
|
692 |
+
msgstr "Menú Notificar Entrada"
|
693 |
|
694 |
+
#: ../settings/settings-edit.php:324 ../sendmail/sendmail.php:93
|
695 |
+
#: ../classes/es- register.php:183 ../classes/es-register.php:184
|
696 |
msgid "Newsletters"
|
697 |
+
msgstr "Boletín Informativo"
|
698 |
|
699 |
#: ../settings/settings-edit.php:336
|
700 |
msgid "Reports Menu"
|
702 |
|
703 |
#: ../settings/settings-edit.php:353
|
704 |
msgid "Cron job URL"
|
705 |
+
msgstr "URL de las tareas CRON programadas"
|
706 |
|
707 |
#: ../settings/settings-edit.php:354
|
708 |
msgid ""
|
709 |
"This is your Cron Job URL. It is a readonly field and you are advised not to "
|
710 |
"modify it."
|
711 |
msgstr ""
|
712 |
+
"Esta es la URL de tus tareas CRON. Te recomendamos que no lo modifiques."
|
|
|
713 |
|
714 |
#: ../settings/settings-edit.php:363
|
715 |
msgid "Email Count"
|
716 |
+
msgstr "Correos por hora"
|
717 |
|
718 |
#: ../settings/settings-edit.php:364
|
719 |
msgid "Number of emails that you want to trigger per hour."
|
720 |
+
msgstr "Número de correos que se enviarán en una hora."
|
721 |
+
|
722 |
+
#: ../settings/settings-edit.php:369
|
723 |
+
msgid "(Your web host has limits. We suggest 50 emails per hour to be safe.)"
|
724 |
+
msgstr ""
|
725 |
+
"(Tu Hosting puede tener límites. Te sugiero solo 50 correos electrónicos por "
|
726 |
+
"hora para mayor seguridad)"
|
727 |
+
|
728 |
+
#: ../settings/settings-edit.php:374
|
729 |
+
msgid "Cron Report"
|
730 |
+
msgstr "Informes de CRON"
|
731 |
+
|
732 |
+
#: ../settings/settings-edit.php:375
|
733 |
+
msgid ""
|
734 |
+
"Email to admin whenever a cron URL is triggered from your server. (Available "
|
735 |
+
"Keywords: ###DATE###, ###SUBJECT###, ###COUNT###)"
|
736 |
+
msgstr ""
|
737 |
+
"Correo al administrador cuando una URL de CRON es lanzada desde su servidor. "
|
738 |
+
"(Campos disponibles: ###DATE###, ###SUBJECT###, ###COUNT###)"
|
739 |
|
740 |
#: ../settings/settings-edit.php:385
|
741 |
msgid "What is Cron (auto emails) and how to setup Cron Job?"
|
742 |
+
msgstr ""
|
743 |
+
"¿Cómo puedes utilizar un programador de tareas Cron para enviar los correos "
|
744 |
+
"automáticamente? ¿Y cómo se configura una tarea Cron?"
|
745 |
+
|
746 |
+
#: ../settings/settings-edit.php:386
|
747 |
+
msgid ""
|
748 |
+
"<a target=\"_blank\" href=\"https://www.icegram.com/documentation/es-how-to-"
|
749 |
+
"schedule-cron-emails/?"
|
750 |
+
"utm_source=es&utm_medium=in_app&utm_campaign=view_docs_help_page\">What is "
|
751 |
+
"Cron?</a>"
|
752 |
+
msgstr ""
|
753 |
+
"<a target=\"_blank\" href=\"https://www.icegram.com/documentation/es-how-to-"
|
754 |
+
"schedule-cron-emails/?"
|
755 |
+
"utm_source=es&utm_medium=in_app&utm_campaign=view_docs_help_page\">¿Que es "
|
756 |
+
"CRON?</a>"
|
757 |
+
|
758 |
+
#: ../settings/settings-edit.php:387
|
759 |
+
msgid ""
|
760 |
+
"<a target=\"_blank\" href=\"https://www.icegram.com/documentation/es-how-to-"
|
761 |
+
"schedule-cron-emails-in-cpanel/?"
|
762 |
+
"utm_source=es&utm_medium=in_app&utm_campaign=view_docs_help_page\">Setup "
|
763 |
+
"cron job in cPanel</a>"
|
764 |
+
msgstr ""
|
765 |
+
"<a target=\"_blank\" href=\"https://www.icegram.com/documentation/es-how-to-"
|
766 |
+
"schedule-cron-emails-in-cpanel/?"
|
767 |
+
"utm_source=es&utm_medium=in_app&utm_campaign=view_docs_help_page\">Modificar "
|
768 |
+
"tareas CRON desde cPanel</a>"
|
769 |
+
|
770 |
+
#: ../settings/settings-edit.php:388
|
771 |
+
msgid ""
|
772 |
+
"<a target=\"_blank\" href=\"https://www.icegram.com/documentation/es-how-to-"
|
773 |
+
"schedule-cron-emails-in-parallels-plesk/?"
|
774 |
+
"utm_source=es&utm_medium=in_app&utm_campaign=view_docs_help_page\">Setup "
|
775 |
+
"cron job in Plesk</a>"
|
776 |
+
msgstr ""
|
777 |
+
"<a target=\"_blank\" href=\"https://www.icegram.com/documentation/es-how-to-"
|
778 |
+
"schedule-cron-emails-in-parallels-plesk/?"
|
779 |
+
"utm_source=es&utm_medium=in_app&utm_campaign=view_docs_help_page\">Modificar "
|
780 |
+
"tareas CRON desde Plesk</a>"
|
781 |
+
|
782 |
+
#: ../settings/settings-edit.php:389
|
783 |
+
msgid ""
|
784 |
+
"<a target=\"_blank\" href=\"https://www.icegram.com/documentation/es-what-to-"
|
785 |
+
"do-if-hosting-doesnt-support-cron-jobs/?"
|
786 |
+
"utm_source=es&utm_medium=in_app&utm_campaign=view_docs_help_page\">Hosting "
|
787 |
+
"does not support cron jobs?</a>"
|
788 |
+
msgstr ""
|
789 |
+
"<a target=\"_blank\" href=\"https://www.icegram.com/documentation/es-what-to-"
|
790 |
+
"do-if-hosting-doesnt-support-cron-jobs/?"
|
791 |
+
"utm_source=es&utm_medium=in_app&utm_campaign=view_docs_help_page\">¿Tu "
|
792 |
+
"Hosting no soporta tareas de CRON?</a>"
|
793 |
|
794 |
#: ../settings/settings-edit.php:504
|
795 |
msgid "Please enter sender of notifications from name."
|
796 |
+
msgstr ""
|
797 |
+
"Introduce el nombre que aparecerá en el campo DE: al enviar notificaciones."
|
798 |
|
799 |
#: ../settings/settings-edit.php:509
|
800 |
msgid "Please enter sender of notifications from email."
|
801 |
+
msgstr ""
|
802 |
+
"Dirección de correo que aparecerá en el campo DE: al enviar notificaciones."
|
803 |
|
804 |
#: ../settings/settings-edit.php:553
|
805 |
msgid "Please enter valid mail count."
|
811 |
|
812 |
#: ../settings/settings-edit.php:569
|
813 |
msgid "Oops, unable to update."
|
814 |
+
msgstr "Vaya, no se ha podido actualizar."
|
815 |
|
816 |
#: ../settings/setting-sync.php:16
|
817 |
msgid "Table sync completed successfully."
|
818 |
+
msgstr "Se ha sincronizado correctamente la base de datos."
|
819 |
|
820 |
#: ../settings/setting-sync.php:29
|
821 |
msgid "Sync plugin tables"
|
822 |
+
msgstr "Sincronizar base de datos"
|
823 |
|
824 |
#: ../settings/setting-sync.php:33
|
825 |
msgid "Click to sync tables"
|
826 |
+
msgstr "Haz clic para sincronizar la base de datos"
|
827 |
|
828 |
#: ../sentmail/sentmail-preview.php:62
|
829 |
msgid "Back"
|
831 |
|
832 |
#: ../sentmail/sentmail-show.php:43
|
833 |
msgid "Successfully deleted all reports except latest 10."
|
834 |
+
msgstr "Se han borrado todos los informes excepto los 10 últimos."
|
835 |
|
836 |
#: ../sentmail/sentmail-show.php:83 ../sentmail/deliverreport-show.php:47
|
837 |
msgid " << "
|
841 |
msgid " >> "
|
842 |
msgstr " >> "
|
843 |
|
844 |
+
#: ../sentmail/sentmail-show.php:93 ../classes/es-register.php:189
|
845 |
+
#: ../classes/es- register.php:190
|
846 |
msgid "Reports"
|
847 |
msgstr "Informes"
|
848 |
|
849 |
#: ../sentmail/sentmail-show.php:97
|
850 |
+
msgid ""
|
851 |
+
"It will show reports for all Newsletters & Post Notification emails sent."
|
852 |
msgstr ""
|
853 |
+
"Correos enviados con BOLETINES informativos y NOTIFICACIONES de nueva Entrada"
|
|
|
854 |
|
855 |
#: ../sentmail/sentmail-show.php:107 ../sentmail/sentmail-show.php:120
|
856 |
msgid "View Reports"
|
857 |
+
msgstr "Nombre del informe"
|
858 |
|
859 |
+
#: ../sentmail/sentmail-show.php:108 ../sentmail/sentmail-show.php:121 ..
|
860 |
+
#: compose/compose-edit.php:102 ../compose/compose-show.php:80 ..
|
861 |
#: compose/compose-show.php:88
|
862 |
msgid "Preview"
|
863 |
+
msgstr "Vista previa"
|
864 |
|
865 |
#: ../sentmail/sentmail-show.php:109 ../sentmail/sentmail-show.php:122
|
866 |
msgid "Type"
|
867 |
msgstr "Tipo"
|
868 |
|
869 |
+
#: ../sentmail/sentmail-show.php:110 ../sentmail/sentmail-show.php:123 ..
|
870 |
+
#: sentmail/deliverreport-show.php:70 ../sentmail/deliverreport-show.php:81 ..
|
871 |
+
#: subscribers/view-subscriber-show.php:362
|
872 |
+
#: ../subscribers/view-subscriber-show. php:375
|
873 |
+
#: ../compose/compose-edit.php:114 ../compose/compose-add.php:97
|
874 |
msgid "Status"
|
875 |
msgstr "Estado"
|
876 |
|
877 |
+
#: ../sentmail/sentmail-show.php:111 ../sentmail/sentmail-show.php:124 ..
|
878 |
#: sentmail/deliverreport-show.php:71 ../sentmail/deliverreport-show.php:82
|
879 |
msgid "Sent"
|
880 |
msgstr "Enviado"
|
881 |
|
882 |
#: ../sentmail/sentmail-show.php:112 ../sentmail/sentmail-show.php:125
|
883 |
msgid "Start Date"
|
884 |
+
msgstr "Comienzo"
|
885 |
|
886 |
#: ../sentmail/sentmail-show.php:113 ../sentmail/sentmail-show.php:126
|
887 |
msgid "End Date"
|
888 |
+
msgstr "Final"
|
889 |
|
890 |
#: ../sentmail/sentmail-show.php:114 ../sentmail/sentmail-show.php:127
|
891 |
msgid "Total"
|
892 |
msgstr "Total"
|
893 |
|
894 |
+
#: ../sentmail/sentmail-show.php:115 ../sentmail/sentmail-show.php:128 ..
|
895 |
+
#: subscribers/view-subscriber-show.php:365
|
896 |
+
#: ../subscribers/view-subscriber-show. php:378
|
897 |
+
#: ../subscribers/view-subscriber-export.php:48 ../subscribers/view-
|
898 |
#: subscriber-export.php:56
|
899 |
msgid "Action"
|
900 |
msgstr "Acción"
|
901 |
|
902 |
#: ../sentmail/sentmail-show.php:190
|
903 |
msgid "Optimize Table & Delete Records"
|
904 |
+
msgstr "Optimizar tablas y borrar registros"
|
905 |
|
906 |
#: ../sentmail/sentmail-show.php:199
|
907 |
msgid ""
|
908 |
"Note: Please click on <strong>Optimize Table & Delete Records</strong> "
|
909 |
"button to delete all reports except latest 10."
|
910 |
msgstr ""
|
911 |
+
"Nota: Por favor, haz clic en el botón <strong>Optimizar tablas y borrar "
|
912 |
+
"registros</strong> para borrar todos los informes excepto los 10 últimos."
|
913 |
|
914 |
#: ../sentmail/deliverreport-show.php:14
|
915 |
msgid "Oops.. Unexpected error occurred. Please try again."
|
916 |
+
msgstr "Vaya, ha sucedido un error inesperado. Por favor, inténtelo de nuevo."
|
917 |
|
918 |
#: ../sentmail/deliverreport-show.php:57
|
919 |
msgid "Delivery Report"
|
920 |
+
msgstr "Informe de envíos"
|
921 |
|
922 |
+
#: ../sentmail/deliverreport-show.php:68 ../sentmail/deliverreport-show.php:79
|
923 |
+
#: .. subscribers/view-subscriber-export.php:45
|
924 |
+
#: ../subscribers/view-subscriber- export.php:53
|
925 |
msgid "Sno"
|
926 |
+
msgstr "Tipo"
|
927 |
|
928 |
#: ../sentmail/deliverreport-show.php:69 ../sentmail/deliverreport-show.php:80
|
929 |
msgid "Email"
|
931 |
|
932 |
#: ../sentmail/deliverreport-show.php:72 ../sentmail/deliverreport-show.php:83
|
933 |
msgid "Sent Date"
|
934 |
+
msgstr "Fecha de envío"
|
935 |
|
936 |
#: ../sentmail/deliverreport-show.php:73 ../sentmail/deliverreport-show.php:84
|
937 |
msgid "Viewed Status"
|
938 |
+
msgstr "Ver estado"
|
939 |
|
940 |
#: ../sentmail/deliverreport-show.php:74 ../sentmail/deliverreport-show.php:85
|
941 |
msgid "Viewed Date"
|
942 |
+
msgstr "Ver fecha"
|
943 |
|
944 |
#: ../subscribers/view-subscriber-import.php:44
|
945 |
msgid ""
|
946 |
"Error: Special characters (['^$%&*()}{@#~?><>,|=_+\\\"]) are not allowed in "
|
947 |
"the Group name."
|
948 |
msgstr ""
|
949 |
+
"Error: Los caracteres especiales (['^$%&*()}{@#~?><>,|=_+\\\"]) no están "
|
950 |
"permitidos como nombre de Grupo."
|
951 |
|
952 |
#: ../subscribers/view-subscriber-import.php:92
|
953 |
msgid "email imported."
|
954 |
+
msgstr "Importados los correos."
|
955 |
|
956 |
#: ../subscribers/view-subscriber-import.php:93
|
957 |
msgid "email already exists."
|
958 |
+
msgstr "Ese correo electrónico ya existe."
|
959 |
|
960 |
#: ../subscribers/view-subscriber-import.php:94
|
961 |
msgid "email are invalid."
|
962 |
+
msgstr "Dirección de correo no válida."
|
963 |
|
964 |
+
#: ../subscribers/view-subscriber-import.php:97
|
965 |
+
#: ../subscribers/view-subscriber- import.php:126
|
966 |
msgid "Click here"
|
967 |
msgstr "Haz clic aquí"
|
968 |
|
969 |
+
#: ../subscribers/view-subscriber-import.php:97
|
970 |
+
#: ../subscribers/view-subscriber- import.php:126
|
971 |
msgid " to view details."
|
972 |
msgstr " para ver los detalles."
|
973 |
|
974 |
#: ../subscribers/view-subscriber-import.php:105
|
975 |
msgid "File Upload Failed."
|
976 |
+
msgstr "Fallo al subir fichero."
|
977 |
|
978 |
#: ../subscribers/view-subscriber-import.php:142
|
979 |
msgid "Import Email Addresses"
|
980 |
+
msgstr "Importar suscriptores"
|
981 |
|
982 |
+
#: ../subscribers/view-subscriber-import.php:143
|
983 |
+
#: ../subscribers/view-subscriber- show.php:242
|
984 |
+
#: ../subscribers/view-subscriber-export.php:35 ../subscribers/view-
|
985 |
+
#: subscriber-add.php:110 ../subscribers/view-subscriber-edit.php:109 ..
|
986 |
#: subscribers/view-subscriber-sync.php:89
|
987 |
msgid "Add New Subscriber"
|
988 |
+
msgstr "Añadir"
|
989 |
|
990 |
+
#: ../subscribers/view-subscriber-import.php:144
|
991 |
+
#: ../subscribers/view-subscriber- show.php:244
|
992 |
+
#: ../subscribers/view-subscriber-add.php:112 ../subscribers/view-
|
993 |
#: subscriber-edit.php:111 ../subscribers/view-subscriber-sync.php:91
|
994 |
msgid "Export"
|
995 |
msgstr "Exportar"
|
996 |
|
997 |
+
#: ../subscribers/view-subscriber-import.php:145
|
998 |
+
#: ../subscribers/view-subscriber- show.php:245
|
999 |
+
#: ../subscribers/view-subscriber-export.php:37 ../subscribers/view-
|
1000 |
+
#: subscriber-add.php:113 ../subscribers/view-subscriber-edit.php:112 ..
|
1001 |
#: subscribers/view-subscriber-sync.php:143
|
1002 |
msgid "Sync"
|
1003 |
msgstr "Sincronizar"
|
1004 |
|
1005 |
#: ../subscribers/view-subscriber-import.php:155
|
1006 |
msgid "Select CSV file"
|
1007 |
+
msgstr "Fichero .CSV para la importación"
|
1008 |
|
1009 |
#: ../subscribers/view-subscriber-import.php:157
|
1010 |
msgid "Check CSV structure "
|
1011 |
+
msgstr "¿Estructura? Consulta "
|
1012 |
|
1013 |
#: ../subscribers/view-subscriber-import.php:158
|
1014 |
msgid "from here"
|
1015 |
+
msgstr "este enlace"
|
1016 |
|
1017 |
#: ../subscribers/view-subscriber-import.php:169
|
1018 |
msgid "Select Subscribers Email Status"
|
1019 |
+
msgstr "¿ Situación del suscriptor?"
|
1020 |
|
1021 |
+
#: ../subscribers/view-subscriber-import.php:175
|
1022 |
+
#: ../subscribers/view-subscriber- show.php:309
|
1023 |
+
#: ../subscribers/view-subscriber-show.php:336 ../subscribers/view-
|
1024 |
#: subscriber-add.php:148 ../subscribers/view-subscriber-edit.php:147
|
1025 |
msgid "Confirmed"
|
1026 |
msgstr "Confirmado"
|
1027 |
|
1028 |
+
#: ../subscribers/view-subscriber-import.php:176
|
1029 |
+
#: ../subscribers/view-subscriber- show.php:310
|
1030 |
+
#: ../subscribers/view-subscriber-show.php:337 ../subscribers/view-
|
1031 |
#: subscriber-add.php:149 ../subscribers/view-subscriber-edit.php:148
|
1032 |
msgid "Unconfirmed"
|
1033 |
+
msgstr "Sin confirmar"
|
1034 |
|
1035 |
+
#: ../subscribers/view-subscriber-import.php:177
|
1036 |
+
#: ../subscribers/view-subscriber- show.php:311
|
1037 |
+
#: ../subscribers/view-subscriber-show.php:338 ../subscribers/view-
|
1038 |
#: subscriber-add.php:150 ../subscribers/view-subscriber-edit.php:149
|
1039 |
msgid "Unsubscribed"
|
1040 |
+
msgstr "Suscripción cancelada"
|
1041 |
|
1042 |
#: ../subscribers/view-subscriber-import.php:185
|
1043 |
msgid "Select (or) Create Group for Subscribers"
|
1044 |
+
msgstr "Selecciona o crea un grupo"
|
1045 |
|
1046 |
+
#: ../subscribers/view-subscriber-import.php:202
|
1047 |
+
#: ../subscribers/view-subscriber- add.php:174
|
1048 |
msgid "(or)"
|
1049 |
msgstr "(o)"
|
1050 |
|
1051 |
+
#: ../subscribers/view-subscriber-import.php:210
|
1052 |
+
#: ../subscribers/view-subscriber- show.php:243
|
1053 |
+
#: ../subscribers/view-subscriber-export.php:36 ../subscribers/view-
|
1054 |
+
#: subscriber-add.php:111 ../subscribers/view-subscriber-edit.php:110 ..
|
1055 |
#: subscribers/view-subscriber-sync.php:90
|
1056 |
msgid "Import"
|
1057 |
msgstr "Importar"
|
1058 |
|
1059 |
+
#: ../subscribers/view-subscriber-show.php:17 ../compose/compose-show.php:14
|
1060 |
+
#: .. sendmail/sendmail.php:18
|
1061 |
msgid "Click Here"
|
1062 |
msgstr "Haz clic aquí"
|
1063 |
|
1065 |
msgid "Selected details does not exists."
|
1066 |
msgstr "Los detalles seleccionados no existen."
|
1067 |
|
1068 |
+
#: ../subscribers/view-subscriber-show.php:56
|
1069 |
+
#: ../subscribers/view-subscriber-show. php:95
|
1070 |
msgid "Record deleted."
|
1071 |
msgstr "Registro borrado."
|
1072 |
|
1073 |
#: ../subscribers/view-subscriber-show.php:67
|
1074 |
+
msgid ""
|
1075 |
+
"To send confirmation email, please change the Opt-in option to Double Opt In."
|
1076 |
msgstr ""
|
1077 |
+
"Si quieres enviar un correo de confirmación debes cambiar la opción a doble "
|
1078 |
+
"verificación."
|
1079 |
|
1080 |
+
#: ../subscribers/view-subscriber-show.php:75
|
1081 |
+
#: ../subscribers/view-subscriber-show. php:134
|
1082 |
msgid "Confirmation emails Resent Successfully."
|
1083 |
msgstr "Correo de confirmación reenviado con éxito."
|
1084 |
|
1085 |
+
#: ../subscribers/view-subscriber-show.php:100 ../subscribers/view-subscriber-
|
1086 |
+
#: show.php:139 ../subscribers/view-subscriber-show.php:177
|
1087 |
+
#: ../subscribers/view- subscriber-show.php:216
|
1088 |
msgid "No record was selected."
|
1089 |
msgstr "No se han seleccionado registros."
|
1090 |
|
1091 |
#: ../subscribers/view-subscriber-show.php:115
|
1092 |
+
msgid ""
|
1093 |
+
"To send confirmation mail, please change the Opt-in option to Double Opt In."
|
1094 |
msgstr ""
|
1095 |
+
"Si quieres enviar un correo de confirmación debes cambiar la opción a doble "
|
1096 |
+
"verificación."
|
1097 |
|
1098 |
#: ../subscribers/view-subscriber-show.php:163
|
1099 |
msgid "Subscribers Group updated."
|
1100 |
+
msgstr "Actualizado el grupo de suscriptores."
|
1101 |
|
1102 |
#: ../subscribers/view-subscriber-show.php:168
|
1103 |
msgid "Please select New group to update."
|
1104 |
+
msgstr "Selecciona un nuevo grupo para actualizar."
|
1105 |
|
1106 |
#: ../subscribers/view-subscriber-show.php:202
|
1107 |
msgid "Subscribers Status updated."
|
1108 |
+
msgstr "Actualizado el estado de los suscriptores."
|
1109 |
|
1110 |
#: ../subscribers/view-subscriber-show.php:207
|
1111 |
msgid "Please select New Status to update."
|
1112 |
+
msgstr "Selecciona el nuevo estado a actualizar."
|
1113 |
|
1114 |
+
#: ../subscribers/view-subscriber-show.php:241 ../classes/es-register.php:174
|
1115 |
+
#: .. classes/es-register.php:175
|
1116 |
msgid "Subscribers"
|
1117 |
msgstr "Suscriptores"
|
1118 |
|
1128 |
|
1129 |
#: ../subscribers/view-subscriber-show.php:286
|
1130 |
msgid "Bulk Actions"
|
1131 |
+
msgstr "Acciones en bloque"
|
1132 |
|
1133 |
+
#: ../subscribers/view-subscriber-show.php:288 ../subscribers/view-subscriber-
|
1134 |
#: show.php:417
|
1135 |
msgid "Resend Confirmation"
|
1136 |
+
msgstr "Pedir otra vez confirmación"
|
1137 |
|
1138 |
#: ../subscribers/view-subscriber-show.php:290
|
1139 |
msgid "Update Subscribers Status"
|
1140 |
+
msgstr "Modificar su ESTADO"
|
1141 |
|
1142 |
#: ../subscribers/view-subscriber-show.php:293
|
1143 |
msgid "Select Group"
|
1144 |
+
msgstr "Selecciona Grupo"
|
1145 |
|
1146 |
#: ../subscribers/view-subscriber-show.php:308
|
1147 |
msgid "Select Status"
|
1165 |
|
1166 |
#: ../subscribers/view-subscriber-show.php:343
|
1167 |
msgid "501 to 1000"
|
1168 |
+
msgstr "501 a 1.000"
|
1169 |
|
1170 |
#: ../subscribers/view-subscriber-show.php:344
|
1171 |
msgid "1001 to 1500"
|
1172 |
+
msgstr "1.001 a 1.500"
|
1173 |
|
1174 |
#: ../subscribers/view-subscriber-show.php:345
|
1175 |
msgid "1501 to 2000"
|
1176 |
+
msgstr "1.501 a 2.000"
|
1177 |
|
1178 |
#: ../subscribers/view-subscriber-show.php:346
|
1179 |
msgid "2001 to 4000"
|
1180 |
+
msgstr "2.001 a 4.000"
|
1181 |
|
1182 |
#: ../subscribers/view-subscriber-show.php:347
|
1183 |
msgid "4001 to 6000"
|
1184 |
+
msgstr "4.001 a 6.000"
|
1185 |
|
1186 |
#: ../subscribers/view-subscriber-show.php:348
|
1187 |
msgid "6001 to 10000"
|
1188 |
+
msgstr "6.001 a 10.000"
|
1189 |
|
1190 |
#: ../subscribers/view-subscriber-show.php:349
|
1191 |
msgid "Display All"
|
1192 |
+
msgstr "Ver todo"
|
1193 |
|
1194 |
+
#: ../subscribers/view-subscriber-show.php:360 ../subscribers/view-subscriber-
|
1195 |
#: show.php:373
|
1196 |
msgid "Email Address"
|
1197 |
+
msgstr "Dirección de correo"
|
1198 |
|
1199 |
+
#: ../subscribers/view-subscriber-show.php:361 ../subscribers/view-subscriber-
|
1200 |
#: show.php:374 ../classes/es-register.php:1086 ../classes/es-loadwidget.php:28
|
1201 |
msgid "Name"
|
1202 |
msgstr "Nombre"
|
1203 |
|
1204 |
+
#: ../subscribers/view-subscriber-show.php:363 ../subscribers/view-subscriber-
|
1205 |
#: show.php:376
|
1206 |
msgid "Group"
|
1207 |
msgstr "Grupo"
|
1208 |
|
1209 |
+
#: ../subscribers/view-subscriber-show.php:364 ../subscribers/view-subscriber-
|
1210 |
#: show.php:377
|
1211 |
msgid "Signup Date & Time<br>(Y-M-D H:I:S)"
|
1212 |
+
msgstr "Fecha y hora"
|
1213 |
|
1214 |
#: ../subscribers/view-subscriber-export.php:34
|
1215 |
msgid "Export Email Addresses"
|
1216 |
+
msgstr "Exportar suscriptores"
|
1217 |
|
1218 |
+
#: ../subscribers/view-subscriber-export.php:46
|
1219 |
+
#: ../subscribers/view-subscriber- export.php:54
|
1220 |
msgid "Type of List to Export"
|
1221 |
+
msgstr "Exportar"
|
1222 |
|
1223 |
+
#: ../subscribers/view-subscriber-export.php:47
|
1224 |
+
#: ../subscribers/view-subscriber- export.php:55
|
1225 |
msgid "Total Emails Count"
|
1226 |
+
msgstr "Suscriptores"
|
1227 |
|
1228 |
#: ../subscribers/view-subscriber-export.php:61
|
1229 |
msgid "1"
|
1233 |
msgid "All Subscribers"
|
1234 |
msgstr "Todos los suscriptores"
|
1235 |
|
1236 |
+
#: ../subscribers/view-subscriber-export.php:64
|
1237 |
+
#: ../subscribers/view-subscriber- export.php:70
|
1238 |
+
#: ../subscribers/view-subscriber-export.php:76 ../subscribers/view-
|
1239 |
#: subscriber-export.php:82 ../subscribers/view-subscriber-export.php:88
|
1240 |
msgid "Click to Export in CSV"
|
1241 |
+
msgstr "Clic para exportar fichero .CSV"
|
1242 |
|
1243 |
#: ../subscribers/view-subscriber-export.php:67
|
1244 |
msgid "2"
|
1246 |
|
1247 |
#: ../subscribers/view-subscriber-export.php:68
|
1248 |
msgid "Active Subscribers (Status: Confirmed & Single Opt In)"
|
1249 |
+
msgstr "Solo en activo (de verificación doble o sin verificación)"
|
1250 |
|
1251 |
#: ../subscribers/view-subscriber-export.php:73
|
1252 |
msgid "3"
|
1254 |
|
1255 |
#: ../subscribers/view-subscriber-export.php:74
|
1256 |
msgid "Inactive Subscribers (Status: Unconfirmed & Unsubscribed)"
|
1257 |
+
msgstr "Solo inactivos (sin confirmar o dados de baja)"
|
1258 |
|
1259 |
#: ../subscribers/view-subscriber-export.php:79
|
1260 |
msgid "4"
|
1262 |
|
1263 |
#: ../subscribers/view-subscriber-export.php:80
|
1264 |
msgid "WordPress Registered Users"
|
1265 |
+
msgstr "Usuarios registrados en WordPress"
|
1266 |
|
1267 |
#: ../subscribers/view-subscriber-export.php:85
|
1268 |
msgid "5"
|
1270 |
|
1271 |
#: ../subscribers/view-subscriber-export.php:86
|
1272 |
msgid "Commented Authors"
|
1273 |
+
msgstr "Que han dejado comentarios"
|
1274 |
|
1275 |
+
#: ../subscribers/view-subscriber-add.php:36
|
1276 |
+
#: ../subscribers/view-subscriber-edit. php:54
|
1277 |
msgid "Please enter subscriber email address."
|
1278 |
+
msgstr "Por favor, introduce su dirección de correo como suscriptor."
|
1279 |
|
1280 |
#: ../subscribers/view-subscriber-add.php:49
|
1281 |
msgid "Please select or create your group for this email."
|
1282 |
+
msgstr "Selecciona o crea un grupo para este correo"
|
1283 |
|
1284 |
#: ../subscribers/view-subscriber-add.php:56
|
1285 |
msgid ""
|
1286 |
"Error: Special characters (['^$%&*()}{@#~?><>,|=_+\\\"]) are not allowed in "
|
1287 |
"the group name."
|
1288 |
msgstr ""
|
1289 |
+
"Error: los caracteres especiales (['^$%&*()}{@#~?><>,|=_+\\\"]) no se "
|
1290 |
+
"permiten como nombre de grupo."
|
1291 |
|
1292 |
#: ../subscribers/view-subscriber-add.php:66
|
1293 |
msgid "Subscriber has been saved."
|
1294 |
+
msgstr "Suscriptor registrado correctamente."
|
1295 |
|
1296 |
#: ../subscribers/view-subscriber-add.php:68
|
1297 |
msgid "Subscriber already exists."
|
1298 |
+
msgstr "Ese suscriptor ya existe."
|
1299 |
|
1300 |
#: ../subscribers/view-subscriber-add.php:71
|
1301 |
msgid "Invalid Email."
|
1302 |
+
msgstr "Dirección de correo no válida."
|
1303 |
|
1304 |
#: ../subscribers/view-subscriber-add.php:123
|
1305 |
msgid "Enter Subscriber's Full name"
|
1306 |
+
msgstr "Nombre"
|
1307 |
|
1308 |
#: ../subscribers/view-subscriber-add.php:133
|
1309 |
msgid "Enter Subscriber's Email Address"
|
1310 |
+
msgstr "Dirección de correo"
|
1311 |
|
1312 |
#: ../subscribers/view-subscriber-add.php:143
|
1313 |
msgid "Select Subscriber's Status"
|
1314 |
+
msgstr "¿Situación del suscriptor?"
|
1315 |
|
1316 |
#: ../subscribers/view-subscriber-add.php:158
|
1317 |
msgid "Select (or) Create Group for Subscriber"
|
1318 |
+
msgstr "Selecciona o crea un grupo"
|
1319 |
|
1320 |
#: ../subscribers/view-subscriber-add.php:183
|
1321 |
msgid "Add Subscriber"
|
1322 |
+
msgstr "Añadir un suscriptor"
|
1323 |
|
1324 |
#: ../subscribers/view-subscriber-edit.php:64
|
1325 |
msgid "Error: Special characters are not allowed in the group name."
|
1327 |
|
1328 |
#: ../subscribers/view-subscriber-edit.php:74
|
1329 |
msgid "Subscriber details updated."
|
1330 |
+
msgstr "Actualizados correctamente los detalles del suscriptor."
|
1331 |
|
1332 |
#: ../subscribers/view-subscriber-edit.php:76
|
1333 |
msgid "Subscriber already exists for this group."
|
1347 |
|
1348 |
#: ../subscribers/view-subscriber-edit.php:142
|
1349 |
msgid "Update Subscriber's Status"
|
1350 |
+
msgstr "Actualizar estado del suscriptor"
|
1351 |
|
1352 |
#: ../subscribers/view-subscriber-edit.php:157
|
1353 |
msgid "Update Subscriber's Group"
|
1354 |
+
msgstr "Actualizar el grupo de suscriptores"
|
1355 |
|
1356 |
#: ../subscribers/view-subscriber-sync.php:36
|
1357 |
msgid "Please select default group to newly registered user."
|
1358 |
+
msgstr "Grupo por omisión para los nuevos suscriptores."
|
1359 |
|
1360 |
#: ../subscribers/view-subscriber-sync.php:50
|
1361 |
msgid "Emails Successfully Synced."
|
1362 |
+
msgstr "Correos sincronizados correctamente."
|
1363 |
|
1364 |
#: ../subscribers/view-subscriber-sync.php:88
|
1365 |
msgid "Sync Email"
|
1366 |
+
msgstr "Sincronizar con usuarios de WP"
|
1367 |
|
1368 |
#: ../subscribers/view-subscriber-sync.php:101
|
1369 |
msgid "Sync newly registered users to subscribers list"
|
1370 |
+
msgstr ""
|
1371 |
+
"Incluir a los usuarios de WordPress registrados recientemente a tu lista de "
|
1372 |
+
"suscriptores de Email Subscribers."
|
1373 |
|
1374 |
#: ../subscribers/view-subscriber-sync.php:114
|
1375 |
msgid "Select group to add newly registered users to"
|
1376 |
+
msgstr "Selecciona el grupo al que pertenecerán los nuevos suscriptores"
|
1377 |
|
1378 |
#: ../compose/compose-edit.php:48 ../compose/compose-add.php:31
|
1379 |
msgid "Please enter template heading."
|
1380 |
msgstr "Por favor, indica un encabezado de plantilla."
|
1381 |
|
1382 |
+
#: ../compose/compose-edit.php:61
|
1383 |
+
msgid "Successfully updated. "
|
1384 |
+
msgstr "Actualizado correctamente"
|
1385 |
+
|
1386 |
#: ../compose/compose-edit.php:84
|
1387 |
msgid "Edit Email"
|
1388 |
+
msgstr "Editar correo"
|
1389 |
|
1390 |
#: ../compose/compose-edit.php:89 ../compose/compose-add.php:78
|
1391 |
msgid "Select your Email Template"
|
1392 |
+
msgstr "TIPO de plantilla:"
|
1393 |
|
1394 |
#: ../compose/compose-edit.php:91 ../compose/compose-add.php:80
|
1395 |
msgid "Newsletter"
|
1396 |
+
msgstr "Boletín informativo"
|
1397 |
|
1398 |
#: ../compose/compose-edit.php:92 ../compose/compose-add.php:81
|
1399 |
msgid "Post Notification"
|
1400 |
+
msgstr "Notificación de nueva Entrada"
|
1401 |
|
1402 |
#: ../compose/compose-edit.php:96 ../compose/compose-add.php:85
|
1403 |
msgid "Enter your Email Subject"
|
1404 |
+
msgstr "ASUNTO que aparecerá en el correo:"
|
1405 |
+
|
1406 |
+
#: ../compose/compose-edit.php:98 ../compose/compose-add.php:87
|
1407 |
+
msgid "Available Keyword: ###POSTTITLE### (For Post Notification only)"
|
1408 |
+
msgstr ""
|
1409 |
+
"Campos disponibles: ###POSTTITLE### (Solo para correos de Notificación)"
|
1410 |
|
1411 |
#: ../compose/compose-edit.php:100 ../compose/compose-add.php:89
|
1412 |
msgid "Enter Content for your Email"
|
1413 |
+
msgstr "CONTENIDO del correo:"
|
1414 |
+
|
1415 |
+
#: ../compose/compose-edit.php:110 ../compose/compose-add.php:93
|
1416 |
+
#, php-format
|
1417 |
+
msgid ""
|
1418 |
+
"%s: ###NAME###, ###EMAIL###, ###DATE###, ###POSTTITLE###, ###POSTLINK###, "
|
1419 |
+
"###POSTIMAGE###, ###POSTDESC###, ###POSTAUTHOR###, ###POSTLINK-WITHTITLE###, "
|
1420 |
+
"###POSTLINK-ONLY###, ###POSTFULL### (For Post Notification only)"
|
1421 |
+
msgstr ""
|
1422 |
+
"%s: ###NAME###, ###EMAIL###, ###DATE###, ###POSTTITLE###, ###POSTLINK###, "
|
1423 |
+
"###POSTIMAGE###, ###POSTDESC###, ###POSTAUTHOR###, ###POSTLINK-WITHTITLE###, "
|
1424 |
+
"###POSTLINK-ONLY###, ###POSTFULL### (Solo para correos de Notificación)"
|
1425 |
|
1426 |
#: ../compose/compose-edit.php:110 ../compose/compose-add.php:93
|
1427 |
msgid "Available Keywords"
|
1428 |
+
msgstr "Campos disponibles"
|
1429 |
|
1430 |
#: ../compose/compose-edit.php:116 ../compose/compose-add.php:99
|
1431 |
msgid "Published"
|
1435 |
msgid "Please select your mail status"
|
1436 |
msgstr "Por favor, selecciona el estado de tu correo"
|
1437 |
|
1438 |
+
#: ../compose/compose-add.php:43
|
1439 |
+
msgid "Successfully created. "
|
1440 |
+
msgstr "Se ha creado correctamente."
|
1441 |
+
|
1442 |
#: ../compose/compose-add.php:74
|
1443 |
msgid "Add new Email"
|
1444 |
+
msgstr "Añadir PLANTILLA "
|
1445 |
+
|
1446 |
+
#: ../compose/compose-show.php:64 ../classes/es-register.php:177
|
1447 |
+
#: ../classes/es- register.php:178
|
1448 |
+
msgid "Compose"
|
1449 |
+
msgstr "Plantillas"
|
1450 |
+
|
1451 |
+
#: ../compose/compose-show.php:78 ../compose/compose-show.php:86
|
1452 |
+
msgid "Email Template"
|
1453 |
+
msgstr "Plantilla"
|
1454 |
+
|
1455 |
+
#: ../compose/compose-show.php:79 ../compose/compose-show.php:87
|
1456 |
+
msgid "Actions"
|
1457 |
+
msgstr "Acciones"
|
1458 |
+
|
1459 |
+
#: ../export/export-email-address.php:45 ../export/export-email-address.php:49
|
1460 |
+
msgid "Unexpected url submit has been detected"
|
1461 |
+
msgstr "Se ha detectado un envío inesperado de URL"
|
1462 |
+
|
1463 |
+
#: ../job/es-unsubscribe.php:54 ../job/es-unsubscribe.php:61
|
1464 |
+
#: ../job/es-optin.php: 58 ../job/es-optin.php:68
|
1465 |
+
msgid ""
|
1466 |
+
"Oops.. We are getting some technical error. Please try again or contact "
|
1467 |
+
"admin."
|
1468 |
+
msgstr ""
|
1469 |
+
"Vaya, estamos teniendo algún problema técnico. Por favor inténtalo otra vez "
|
1470 |
+
"o contacta con el administrador."
|
1471 |
+
|
1472 |
+
#: ../job/es-optin.php:61
|
1473 |
+
msgid "This email address has already been confirmed."
|
1474 |
+
msgstr "Esta dirección de correo ya fue confirmada."
|
1475 |
+
|
1476 |
+
#: ../help/help.php:173
|
1477 |
+
msgid "Welcome to Email Subscribers!"
|
1478 |
+
msgstr "¡Bienvenido a Email Subscribers!"
|
1479 |
+
|
1480 |
+
#: ../help/help.php:174
|
1481 |
+
msgid ""
|
1482 |
+
"Thanks for installing and we hope you will enjoy using Email Subscribers."
|
1483 |
+
msgstr "Gracias por instalar nuestro plugin.<br />Esperamos que lo disfrutes."
|
1484 |
+
|
1485 |
+
#: ../help/help.php:178
|
1486 |
+
msgid "Get more help and tips..."
|
1487 |
+
msgstr "Obtén más ayuda y consejos"
|
1488 |
+
|
1489 |
+
#: ../help/help.php:183 ../classes/es-register.php:1096
|
1490 |
+
#: ../classes/es-loadwidget. php:38
|
1491 |
+
msgid "Subscribe"
|
1492 |
+
msgstr "Suscribirse"
|
1493 |
+
|
1494 |
+
#: ../help/help.php:192
|
1495 |
+
#, php-format
|
1496 |
+
msgid "Version: %s"
|
1497 |
+
msgstr "Versión: %s"
|
1498 |
+
|
1499 |
+
#: ../help/help.php:195
|
1500 |
+
msgid "Questions? Need Help?"
|
1501 |
+
msgstr "<br><br>¿Dudas? ¿Quieres ayuda?"
|
1502 |
+
|
1503 |
+
#: ../help/help.php:196
|
1504 |
+
msgid "Contact Us"
|
1505 |
+
msgstr "Contactar"
|
1506 |
+
|
1507 |
+
#: ../help/help.php:201
|
1508 |
+
#, php-format
|
1509 |
+
msgid ""
|
1510 |
+
"Like Email Subscribers? If yes, then consider %s to support further "
|
1511 |
+
"developments."
|
1512 |
+
msgstr ""
|
1513 |
+
"¿Te gusta Email Subscribers? Si es así, considera mandarnos una %s para "
|
1514 |
+
"ayudarnos en futuros desarrollos."
|
1515 |
+
|
1516 |
+
#: ../help/help.php:201
|
1517 |
+
msgid "donating to us"
|
1518 |
+
msgstr "donación"
|
1519 |
+
|
1520 |
+
#: ../help/help.php:236
|
1521 |
+
msgid "Description"
|
1522 |
+
msgstr "Descripción"
|
1523 |
+
|
1524 |
+
#: ../help/help.php:238
|
1525 |
+
msgid ""
|
1526 |
+
"Email Subscribers is a complete newsletter plugin which lets you collect "
|
1527 |
+
"leads, send automated new blog post notification emails, create & send "
|
1528 |
+
"newsletters and manage all this in one single place."
|
1529 |
+
msgstr ""
|
1530 |
+
"Email Subscriber es un plugin muy completo para gestionar las suscripciones "
|
1531 |
+
"a tus Boletines informativos. Permite su redacción y su envío por correo a "
|
1532 |
+
"tus suscriptores, así como informarles automáticamente mediante un correo de "
|
1533 |
+
"notificación cuando publicas una nueva entrada en tu Blog. Todo ello "
|
1534 |
+
"controlado desde el mismo sitio."
|
1535 |
|
1536 |
+
#: ../help/help.php:240
|
1537 |
+
msgid "Feature Overview"
|
1538 |
+
msgstr "Características principales:"
|
|
|
1539 |
|
1540 |
+
#: ../help/help.php:243
|
1541 |
+
msgid ""
|
1542 |
+
"Collect customer emails by adding a subscription box (Widget/Shortcode/PHP "
|
1543 |
+
"Code)."
|
1544 |
+
msgstr ""
|
1545 |
+
"Obtener la dirección de correo de tus suscriptores simplemente añadiendo un "
|
1546 |
+
"formulario en tus páginas Web (mediante Widget, Shortcode o código PHP)."
|
1547 |
|
1548 |
+
#: ../help/help.php:246
|
1549 |
+
msgid "Configure double Opt-In and Single Opt-In facility for subscribers."
|
1550 |
+
msgstr ""
|
1551 |
+
"Posibilidad de establecer una doble verificación de su dirección de correo "
|
1552 |
+
"electrónico antes de su alta o bien permitirle el acceso directamente, sin "
|
1553 |
+
"comprobación."
|
1554 |
|
1555 |
+
#: ../help/help.php:249
|
1556 |
+
msgid "Send automatic welcome email to subscribers."
|
1557 |
+
msgstr ""
|
1558 |
+
"Enviar automaticamente un correo de Bienvenida a los nuevos suscriptores."
|
1559 |
|
1560 |
+
#: ../help/help.php:252
|
|
|
1561 |
msgid ""
|
1562 |
+
"Send new post notification emails to subscribers when new posts are "
|
1563 |
+
"published on your website."
|
1564 |
msgstr ""
|
1565 |
+
"Enviar automaticamente un correo de notificación a tus suscriptores cuando "
|
1566 |
+
"publiques una nueva entrada en tu blog."
|
1567 |
|
1568 |
+
#: ../help/help.php:255
|
1569 |
+
msgid "Schedule email (Cron job) or send them manually."
|
1570 |
+
msgstr ""
|
1571 |
+
"Programar el envío de los correos mediante un temporizador (tarea de CRON) o "
|
1572 |
+
"realizarlo manualmente."
|
1573 |
|
1574 |
+
#: ../help/help.php:258
|
1575 |
+
msgid "Send email notification to admin when a new user signs up."
|
1576 |
+
msgstr ""
|
1577 |
+
"Enviar un correo de notificación al administrador cuando un suscriptor se dé "
|
1578 |
+
"de alta."
|
1579 |
|
1580 |
+
#: ../help/help.php:261
|
1581 |
+
msgid "Automatically add Unsubscribe link in the email."
|
1582 |
+
msgstr ""
|
1583 |
+
"Adjuntar de forma automatica en los correos un enlace para que los "
|
1584 |
+
"suscriptores puedan darse de baja."
|
1585 |
|
1586 |
+
#: ../help/help.php:264
|
1587 |
+
msgid "Easily migrate subscribers from another app using Import & Export."
|
1588 |
+
msgstr ""
|
1589 |
+
"Importar/exportar facilmente tus suscriptores desde/hacia otra aplicación "
|
1590 |
+
"mediante ficheros."
|
1591 |
|
1592 |
+
#: ../help/help.php:267
|
1593 |
+
msgid "Use HTML editor to compose newsletters and post notifications."
|
|
|
|
|
|
|
1594 |
msgstr ""
|
1595 |
+
"Usar editor HTML para redactar boletín informativo y notificación de nueva "
|
1596 |
+
"entrada."
|
1597 |
|
1598 |
+
#: ../help/help.php:270
|
1599 |
+
msgid "Send newsletters to different groups."
|
1600 |
+
msgstr ""
|
1601 |
+
"Enviar Boletines informativos diferenciando por grupos de suscriptores."
|
1602 |
+
|
1603 |
+
#: ../help/help.php:273
|
1604 |
+
msgid "Get detailed sent email reports."
|
1605 |
+
msgstr "Obtener informes detallados de los correos enviados."
|
1606 |
+
|
1607 |
+
#: ../help/help.php:276
|
1608 |
+
msgid "Control user access (User Roles and Capabilities)."
|
1609 |
+
msgstr "Controlar el acceso del usuario (sus funciones y capacidades) "
|
1610 |
+
|
1611 |
+
#: ../help/help.php:279
|
1612 |
+
msgid "Supports localization and internationalization."
|
1613 |
+
msgstr "Soporte para traducción e internacionalización."
|
1614 |
+
|
1615 |
+
#: ../help/help.php:286
|
1616 |
+
msgid "Add Subscribe form"
|
1617 |
+
msgstr "Añadir formulario de suscripción"
|
1618 |
+
|
1619 |
+
#: ../help/help.php:288 ../help/help.php:299 ../help/help.php:302
|
1620 |
+
#: ../help/help. php:314 ../help/help.php:317 ../help/help.php:320
|
1621 |
+
#: ../help/help.php:323 .. help/help.php:336 ../help/help.php:339
|
1622 |
+
#: ../help/help.php:342 ../help/help.php: 345 ../help/help.php:348
|
1623 |
+
#: ../help/help.php:358 ../help/help.php:361 .. help/help.php:364
|
1624 |
+
#: ../help/help.php:367 ../help/help.php:377 ../help/help.php: 380
|
1625 |
+
#: ../help/help.php:382
|
1626 |
#, php-format
|
1627 |
msgid "%s"
|
1628 |
msgstr "%s"
|
1629 |
|
1630 |
#: ../help/help.php:288
|
1631 |
msgid "How to Add Subscription box to website?"
|
1632 |
+
msgstr "¿Cómo insertar un formulario de suscripción en una página de tu Web?"
|
1633 |
+
|
1634 |
+
#: ../help/help.php:291
|
1635 |
+
#, php-format
|
1636 |
+
msgid ""
|
1637 |
+
"Use any of the following 3 methods :<br>\n"
|
1638 |
+
"\t\t\t\t\t\t\t\ta) Shortcode in any page/post : <strong>[email-subscribers "
|
1639 |
+
"namefield=\"YES\" desc=\"\" group=\"Public\"]</strong> <i>Or</i><br>\n"
|
1640 |
+
"\t\t\t\t\t\t\t\tb) Go to Appearance -> Widgets. Click on widget Email "
|
1641 |
+
"subscribers and drag it to the sidebar on the right <i>Or</i><br>\n"
|
1642 |
+
"\t\t\t\t\t\t\t\tc) Copy and past this php code to your desired template "
|
1643 |
+
"location : <strong>%s</strong>"
|
1644 |
+
msgstr ""
|
1645 |
+
"Usa uno cualquiera de estos tres métodos:<br>a) Incluye este código en "
|
1646 |
+
"cualquier Página o Entrada:<strong>[email-subscribers namefield=\"YES\" "
|
1647 |
+
"desc=\"\" group=\"Public\"]</strong><br><br>b) Ve a Apariencia -> Widgets, "
|
1648 |
+
"haz clic en el widget Email Subscribers y arrastralo/sueltalo en la barra "
|
1649 |
+
"lateral derecha<br><br>c) Copia y pega este código PHP en el sitio que "
|
1650 |
+
"desees de tu plantilla: <strong>%s</strong>"
|
1651 |
+
|
1652 |
+
#: ../help/help.php:296
|
1653 |
+
msgid "Additional form settings"
|
1654 |
+
msgstr "Ajustes adicionales del formulario"
|
1655 |
|
1656 |
#: ../help/help.php:299
|
1657 |
msgid "How to Redirect Subscribers to a new page/url after successful sign up?"
|
1661 |
|
1662 |
#: ../help/help.php:302
|
1663 |
msgid "How to add captcha in Subscribe form of Email Subscribers?"
|
1664 |
+
msgstr "¿Cómo añadir un captcha al formulario de suscripción?"
|
1665 |
|
1666 |
#: ../help/help.php:308
|
1667 |
msgid "General Plugin Settings"
|
1668 |
+
msgstr "Configuración general del plugin"
|
1669 |
+
|
1670 |
+
#: ../help/help.php:311
|
1671 |
+
#, php-format
|
1672 |
+
msgid "Modify %s"
|
1673 |
+
msgstr "Modificar el %s"
|
1674 |
+
|
1675 |
+
#: ../help/help.php:311
|
1676 |
+
msgid "default text, email contents"
|
1677 |
+
msgstr "texto prefijado o contenido"
|
1678 |
+
|
1679 |
+
#: ../help/help.php:311
|
1680 |
+
msgid ""
|
1681 |
+
" (like Confirmation, Welcome, Admin emails), Cron Settings and Assign User "
|
1682 |
+
"Roles"
|
1683 |
+
msgstr ""
|
1684 |
+
" del correo de confirmación, de Bienvenida y correos al administrador, "
|
1685 |
+
"tareas del CRON y como asignar el tipo de suscriptor"
|
1686 |
|
1687 |
#: ../help/help.php:314
|
1688 |
msgid "How to Import or Export Email Addresses?"
|
1690 |
|
1691 |
#: ../help/help.php:317
|
1692 |
msgid "How to Add/Update Existing Subscribers Group & Status?"
|
1693 |
+
msgstr ""
|
1694 |
+
"¿Cómo añadir o actualizar grupos de suscriptores y situación de la "
|
1695 |
+
"suscripción?"
|
1696 |
+
|
1697 |
+
#: ../help/help.php:320
|
1698 |
+
msgid "How to change/update/translate any texts from the plugin?"
|
1699 |
+
msgstr "¿Como modificar o traducir cualquier texto de este plugin?"
|
1700 |
|
1701 |
#: ../help/help.php:323
|
1702 |
msgid "How to add Unsubscribe link in emails?"
|
1703 |
+
msgstr "¿Cómo añadir en los correos un enlace de cancelación de suscripción?"
|
1704 |
+
|
1705 |
+
#: ../help/help.php:333
|
1706 |
+
msgid "Usage"
|
1707 |
+
msgstr "¿Cómo se hace?"
|
1708 |
+
|
1709 |
+
#: ../help/help.php:336
|
1710 |
+
msgid "Compose and Send Newsletter Emails"
|
1711 |
+
msgstr "Redactar y enviar un correo con boletín informativo"
|
1712 |
+
|
1713 |
+
#: ../help/help.php:339
|
1714 |
+
msgid "Compose and Send Post Notification Emails when new posts are published"
|
1715 |
+
msgstr ""
|
1716 |
+
"Redactar y enviar correo de notificación cuando se publica una nueva entrada"
|
1717 |
+
|
1718 |
+
#: ../help/help.php:342
|
1719 |
+
msgid "Keywords in the Post Notifications"
|
1720 |
+
msgstr "Campos disponibles para el correo de notificación"
|
1721 |
+
|
1722 |
+
#: ../help/help.php:345
|
1723 |
+
msgid "Send a test post notification email to myself/testgroup"
|
1724 |
+
msgstr ""
|
1725 |
+
"Enviarme un correo de notificación a mí o a mí grupo para comprobar "
|
1726 |
+
"funcionamiento"
|
1727 |
+
|
1728 |
+
#: ../help/help.php:348
|
1729 |
+
msgid "Check sent emails"
|
1730 |
+
msgstr "Comprobar si funciona el envío de correos"
|
1731 |
+
|
1732 |
+
#: ../help/help.php:355
|
1733 |
+
msgid "Cron Job Setup"
|
1734 |
+
msgstr "Tareas de CRON"
|
1735 |
|
1736 |
#: ../help/help.php:358
|
1737 |
msgid "How to Schedule Cron Emails?"
|
1738 |
+
msgstr "¿Cómo programar tus envíos con el programador de tareas Cron?"
|
1739 |
+
|
1740 |
+
#: ../help/help.php:361
|
1741 |
+
msgid "Schedule Cron Emails in cPanel"
|
1742 |
+
msgstr "Modificar tareas de CRON desde cPanel"
|
1743 |
+
|
1744 |
+
#: ../help/help.php:364
|
1745 |
+
msgid "Schedule Cron Emails in Parallels Plesk"
|
1746 |
+
msgstr "Modificar tareas de CRON desde Parallels Plesk"
|
1747 |
+
|
1748 |
+
#: ../help/help.php:367
|
1749 |
+
msgid "Hosting doesn’t support Cron Jobs?"
|
1750 |
+
msgstr "¿Tu Hosting no soporta tareas de CRON?"
|
1751 |
+
|
1752 |
+
#: ../help/help.php:374
|
1753 |
+
msgid "Troubleshooting Steps"
|
1754 |
+
msgstr "Problemas y soluciones"
|
1755 |
|
1756 |
#: ../help/help.php:377
|
1757 |
msgid "Subscribers are not receiving Emails?"
|
1758 |
+
msgstr "¿Los suscriptores no están recibiendo tus correos?"
|
1759 |
|
1760 |
#: ../help/help.php:380
|
1761 |
msgid "CSS Help"
|
1762 |
+
msgstr "Ayuda con el diseño CSS"
|
1763 |
+
|
1764 |
+
#: ../help/help.php:382
|
1765 |
+
msgid "FAQ's"
|
1766 |
+
msgstr "Preguntas frecuentes"
|
1767 |
+
|
1768 |
+
#: ../help/help.php:389
|
1769 |
+
msgid "Want to do more? Here's how.."
|
1770 |
+
msgstr "¿Quieres más? Así es cómo puedes..."
|
1771 |
+
|
1772 |
+
#: ../help/help.php:392
|
1773 |
+
msgid "Allow Subscribers to get subscribed to any group"
|
1774 |
+
msgstr "Permitir que los Suscriptores se suscriban a cualquier grupo"
|
1775 |
+
|
1776 |
+
#: ../help/help.php:397
|
1777 |
+
msgid "Using our free "
|
1778 |
+
msgstr "Usando nuestro plugin gratuito"
|
1779 |
+
|
1780 |
+
#: ../help/help.php:398
|
1781 |
+
msgid "Group Selector"
|
1782 |
+
msgstr "Group Selector"
|
1783 |
+
|
1784 |
+
#: ../help/help.php:399
|
1785 |
+
msgid ""
|
1786 |
+
"plugin, you can extend Email Subscribers Form functionality by providing an "
|
1787 |
+
"grouping option right next to the form."
|
1788 |
+
msgstr ""
|
1789 |
+
", puedes ampliar la funcionalidad del formulario Email Subscribers añadiendo "
|
1790 |
+
"una opción de elegir Grupo en el mismo formulario."
|
1791 |
+
|
1792 |
+
#: ../help/help.php:402
|
1793 |
+
msgid "The user can then subscribe to whichever group most appeals to them."
|
1794 |
+
msgstr "El usuario puede suscribirse al grupo que más le interese."
|
1795 |
+
|
1796 |
+
#: ../help/help.php:405
|
1797 |
+
msgid "For example: Subscribe either to Updates or to Offers."
|
1798 |
+
msgstr "Por ejemplo: Suscribirse a Ofertas o a Actualizaciones.<br />"
|
1799 |
+
|
1800 |
+
#: ../help/help.php:409
|
1801 |
+
msgid "Show your subscribe form inside attractive popups"
|
1802 |
+
msgstr ""
|
1803 |
+
"Mostrar tu formulario de suscripción por medio de atractivas ventanas "
|
1804 |
+
"emergentes"
|
1805 |
+
|
1806 |
+
#: ../help/help.php:414
|
1807 |
+
msgid ""
|
1808 |
+
"Don't limit your subscriber form to a widget. Embed it within popups, hello "
|
1809 |
+
"bars, slide-ins, sidebars, full screen popups etc."
|
1810 |
+
msgstr ""
|
1811 |
+
"No tienes porque limitar tu formulario de suscriptor a un simple widget. "
|
1812 |
+
"Puedes incrustarlo en ventanas emergentes sencillas o a pantalla completa, "
|
1813 |
+
"barras de saludo, diapositivas, barras laterales, etc."
|
1814 |
+
|
1815 |
+
#: ../help/help.php:417
|
1816 |
+
msgid ""
|
1817 |
+
"Using Email Subscribers you can achieve this easily with our free plugin "
|
1818 |
+
msgstr ""
|
1819 |
+
"Usando Email Subscribers puedes lograr esto fácilmente con nuestro "
|
1820 |
+
"complemento gratuito"
|
1821 |
+
|
1822 |
+
#: ../help/help.php:421
|
1823 |
+
msgid ""
|
1824 |
+
"Icegram's beautiful designs instantly capture user attention and help "
|
1825 |
+
"increase sign-ups to your WordPress website."
|
1826 |
+
msgstr ""
|
1827 |
+
"Los bellos diseños de Icegram capturan instantáneamente la atención del "
|
1828 |
+
"usuario y ayudan a aumentar las inscripciones a tu sitio Web de WordPress."
|
1829 |
+
|
1830 |
+
#: ../help/help.php:424 ../help/help.php:444
|
1831 |
+
#, php-format
|
1832 |
+
msgid "How to %s"
|
1833 |
+
msgstr "Como %s"
|
1834 |
+
|
1835 |
+
#: ../help/help.php:424
|
1836 |
+
msgid "show subscribe form inside a popup"
|
1837 |
+
msgstr "Mostrar el formulario de suscripción dentro de una ventana emergente"
|
1838 |
+
|
1839 |
+
#: ../help/help.php:428
|
1840 |
+
msgid "Get beautiful and elegant form styles"
|
1841 |
+
msgstr "Obtener formularios de bello y elegante diseño"
|
1842 |
+
|
1843 |
+
#: ../help/help.php:434
|
1844 |
+
msgid "Email subscribers easily integrates with another free plugin "
|
1845 |
+
msgstr "Email Subscriber se integra fácilmente con el plugin gratuito "
|
1846 |
+
|
1847 |
+
#: ../help/help.php:435
|
1848 |
+
msgid "Rainmaker"
|
1849 |
+
msgstr "Rainmaker"
|
1850 |
+
|
1851 |
+
#: ../help/help.php:438
|
1852 |
+
msgid ""
|
1853 |
+
"Rainmaker extends the core features of Email Subscribers and provides "
|
1854 |
+
"elegant form styles."
|
1855 |
+
msgstr ""
|
1856 |
+
"Rainmaker amplía las funciones principales de Email Subscriber y ofrece "
|
1857 |
+
"elegantes estilos de formularios."
|
1858 |
+
|
1859 |
+
#: ../help/help.php:441
|
1860 |
+
msgid ""
|
1861 |
+
"These styles are well designed and beautify your subscription form making it "
|
1862 |
+
"more appealing."
|
1863 |
+
msgstr ""
|
1864 |
+
"Estos estilos están perfectamente diseñados y embellecen tu formulario de "
|
1865 |
+
"suscripción, consiguiendo un mayor atractivo."
|
1866 |
+
|
1867 |
+
#: ../help/help.php:444
|
1868 |
+
msgid "add Rainmaker’s form in Email Subscribers"
|
1869 |
+
msgstr "añadir los formularios de Rainmaker a tu Email Subscriber"
|
1870 |
|
1871 |
#: ../sendmail/sendmail.php:40
|
1872 |
msgid "Please select your mail subject."
|
1880 |
msgid "Please select your group."
|
1881 |
msgstr "Por favor selecciona tu grupo."
|
1882 |
|
1883 |
+
#: ../sendmail/sendmail.php:59
|
1884 |
+
msgid "Email sent successfully. "
|
1885 |
+
msgstr "Correo electrónico enviado correctamente."
|
1886 |
+
|
1887 |
#: ../sendmail/sendmail.php:63
|
1888 |
msgid "Click here to check Statistics"
|
1889 |
msgstr "Haz clic aquí para comprobar Estadísticas"
|
1894 |
|
1895 |
#: ../sendmail/sendmail.php:97
|
1896 |
msgid "Use this to send newsletter emails to your subscribers."
|
1897 |
+
msgstr ""
|
1898 |
+
"Personaliza tus BOLETINES informativos, la forma de ENVÍO y el GRUPO de "
|
1899 |
+
"suscriptores a los que se enviarán."
|
1900 |
|
1901 |
#: ../sendmail/sendmail.php:105
|
1902 |
msgid "Select Email Subject from available list"
|
1903 |
+
msgstr "Boletín a envíar:"
|
1904 |
|
1905 |
#: ../sendmail/sendmail.php:132
|
1906 |
msgid "Select Email Type"
|
1907 |
+
msgstr "Modo de envío:"
|
1908 |
|
1909 |
#: ../sendmail/sendmail.php:139
|
1910 |
msgid "Send email via cron job"
|
1911 |
+
msgstr "Envío diferido (programador de tareas CRON)"
|
1912 |
|
1913 |
#: ../sendmail/sendmail.php:146
|
1914 |
msgid "Select Subscribers group to Send Email"
|
1915 |
+
msgstr "Grupo de suscriptores:"
|
1916 |
|
1917 |
#: ../sendmail/sendmail.php:178
|
1918 |
msgid "Recipients : 0 "
|
1926 |
#: ../sendmail/sendmail.php:183
|
1927 |
msgid ""
|
1928 |
"<br><br><strong>Your Recipients count is above 100.<br>We strongly recommend "
|
1929 |
+
"that you change above Mail Type to Cron and Send Mail via Cron Job.</strong>"
|
1930 |
+
"<br>Click on Help for more information."
|
1931 |
msgstr ""
|
1932 |
+
"<br><br><strong>¡El número de destinatarios es superior a 100!<br>Te "
|
1933 |
+
"recomendamos encarecidamente que cambies el tipo de correo a CRON y enviar "
|
1934 |
+
"correo mediante tarea CRON.</strong><br>Haz clic en Ayuda para más "
|
1935 |
+
"información."
|
1936 |
|
1937 |
#: ../sendmail/sendmail.php:194 ../sendmail/sendmail.php:196
|
1938 |
msgid "Send Email"
|
1939 |
+
msgstr "Enviar Boletín"
|
1940 |
|
1941 |
#: ../sendmail/sendmail.php:199
|
1942 |
msgid "Reset"
|
1972 |
|
1973 |
#: ../classes/es-common.php:34
|
1974 |
msgid "<span style=\"color:#FF0000\">In Queue</span>"
|
1975 |
+
msgstr "<span style=\"color:#FF0000\">En cola</span>"
|
1976 |
|
1977 |
#: ../classes/es-common.php:37
|
1978 |
msgid "<span style=\"color:#00FF00;font-weight:bold;\">Sent</span>"
|
1980 |
|
1981 |
#: ../classes/es-common.php:40
|
1982 |
msgid "<span style=\"color:#20b2aa;font-weight:bold;\">via Cron</span>"
|
1983 |
+
msgstr "<span style=\"color:#20b2aa;font-weight:bold;\">por tarea CRON</span>"
|
1984 |
|
1985 |
#: ../classes/es-common.php:43
|
1986 |
msgid "<span style=\"color:#993399;\">Immediately</span>"
|
1987 |
msgstr "<span style=\"color:#993399;\">Inmediatamente</span>"
|
1988 |
|
1989 |
+
#: ../classes/es-register.php:171 ../classes/es-register.php:172
|
1990 |
+
#: ../classes/es- register.php:782
|
1991 |
msgid "Email Subscribers"
|
1992 |
msgstr "Email Subscribers"
|
1993 |
|
1995 |
msgid "Help & Info"
|
1996 |
msgstr "Ayuda e Información"
|
1997 |
|
1998 |
+
#: ../classes/es-register.php:193
|
1999 |
+
msgid "<span style=\"color:#f18500;font-weight:bolder;\">Help & Info</span>"
|
2000 |
+
msgstr ""
|
2001 |
+
"<span style=\"color:#f18500;font-weight:bolder;\">Ayuda e información</span>"
|
2002 |
+
|
2003 |
#: ../classes/es-register.php:204
|
2004 |
msgctxt "view-subscriber-enhanced-select"
|
2005 |
msgid "Please enter subscriber email address."
|
2006 |
+
msgstr "Por favor introduce la dirección de correo del suscriptor."
|
2007 |
|
2008 |
#: ../classes/es-register.php:205
|
2009 |
msgctxt "view-subscriber-enhanced-select"
|
2013 |
#: ../classes/es-register.php:206
|
2014 |
msgctxt "view-subscriber-enhanced-select"
|
2015 |
msgid "Please select or create group for this subscriber."
|
2016 |
+
msgstr "Selecciona o crea un grupo para este suscriptor"
|
2017 |
|
2018 |
#: ../classes/es-register.php:207
|
2019 |
msgctxt "view-subscriber-enhanced-select"
|
2020 |
msgid "Do you want to delete this record?"
|
2021 |
+
msgstr "¿Quieres eliminar a este suscriptor?"
|
2022 |
|
2023 |
#: ../classes/es-register.php:208
|
2024 |
msgctxt "view-subscriber-enhanced-select"
|
2028 |
#: ../classes/es-register.php:209
|
2029 |
msgctxt "view-subscriber-enhanced-select"
|
2030 |
msgid "Are you sure you want to delete selected records?"
|
2031 |
+
msgstr "¿Confirmas la eliminación de los suscriptores seleccionados?"
|
2032 |
|
2033 |
#: ../classes/es-register.php:210
|
2034 |
msgctxt "view-subscriber-enhanced-select"
|
2036 |
"Do you want to resend confirmation email? \\nAlso please note, this will "
|
2037 |
"update subscriber current status to 'Unconfirmed'."
|
2038 |
msgstr ""
|
2039 |
+
"Se volverá a envíar a los suscriptores seleccionados un correo pidiendoles "
|
2040 |
+
"pulsen en un enlace para confirmar que su cuenta de correo es válida.\n"
|
2041 |
+
"Simultaneamente, su estado pasará a \"Sin confirmar\"."
|
2042 |
|
2043 |
#: ../classes/es-register.php:211
|
2044 |
msgctxt "view-subscriber-enhanced-select"
|
2045 |
msgid "Please select new subscriber group."
|
2046 |
+
msgstr ""
|
2047 |
+
"Debes seleccionar el nuevo grupo al que pertenecerán los suscriptores "
|
2048 |
+
"seleccionados."
|
2049 |
|
2050 |
#: ../classes/es-register.php:212
|
2051 |
msgctxt "view-subscriber-enhanced-select"
|
2055 |
#: ../classes/es-register.php:213
|
2056 |
msgctxt "view-subscriber-enhanced-select"
|
2057 |
msgid "Do you want to update subscribers group?"
|
2058 |
+
msgstr "¿Quieres modificar el grupo de los suscriptores seleccionados?"
|
2059 |
|
2060 |
#: ../classes/es-register.php:214
|
2061 |
msgctxt "view-subscriber-enhanced-select"
|
2062 |
msgid "Do you want to update subscribers status?"
|
2063 |
+
msgstr "¿Quieres modificar el estado de los suscriptores seleccionados?"
|
2064 |
|
2065 |
#: ../classes/es-register.php:215
|
2066 |
msgctxt "view-subscriber-enhanced-select"
|
2068 |
"Please select only csv file. Please check official website for csv structure."
|
2069 |
"."
|
2070 |
msgstr ""
|
2071 |
+
"Selecciona el fichero de entrada en formato CSV.\n"
|
2072 |
+
"En el enlace de abajo puedes ver que estructura debe tener."
|
2073 |
|
2074 |
#: ../classes/es-register.php:223
|
2075 |
msgctxt "compose-enhanced-select"
|
2079 |
#: ../classes/es-register.php:224
|
2080 |
msgctxt "compose-enhanced-select"
|
2081 |
msgid "Do you want to delete this record?"
|
2082 |
+
msgstr "¿Quieres borrar esta plantilla de correo?"
|
2083 |
|
2084 |
#: ../classes/es-register.php:232
|
2085 |
msgctxt "notification-enhanced-select"
|
2088 |
|
2089 |
#: ../classes/es-register.php:233
|
2090 |
msgctxt "notification-enhanced-select"
|
2091 |
+
msgid ""
|
2092 |
+
"Please select notification mail subject. Use compose menu to create new."
|
2093 |
msgstr ""
|
2094 |
+
"Selecciona el Asunto que aparecerá en el correo de notificación. Puedes usar "
|
2095 |
+
"el menú Plantillas para crear una nueva."
|
2096 |
|
2097 |
#: ../classes/es-register.php:234
|
2098 |
msgctxt "notification-enhanced-select"
|
2099 |
msgid "Please select notification status."
|
2100 |
+
msgstr "Por favor selecciona el modo de envío."
|
2101 |
|
2102 |
#: ../classes/es-register.php:235
|
2103 |
msgctxt "notification-enhanced-select"
|
2131 |
#: ../classes/es-register.php:254
|
2132 |
msgctxt "sentmail-enhanced-select"
|
2133 |
msgid "Do you want to delete all records except latest 10?"
|
2134 |
+
msgstr "¿Quieres borrar todos los registros excepto los 10 últimos?"
|
2135 |
|
2136 |
#: ../classes/es-register.php:262
|
2137 |
msgctxt "cron-enhanced-select"
|
2143 |
#: ../classes/es-register.php:263
|
2144 |
msgctxt "cron-enhanced-select"
|
2145 |
msgid "Please enter the mail count, only number."
|
2146 |
+
msgstr "Por favor, introduce el máximo de correos, sólo numérico."
|
2147 |
|
2148 |
#: ../classes/es-register.php:276
|
2149 |
msgctxt "widget-enhanced-select"
|
2168 |
#: ../classes/es-register.php:280
|
2169 |
msgctxt "widget-enhanced-select"
|
2170 |
msgid "Successfully Subscribed."
|
2171 |
+
msgstr "Suscripción correcta."
|
2172 |
|
2173 |
#: ../classes/es-register.php:281
|
2174 |
msgctxt "widget-enhanced-select"
|
2229 |
#: ../classes/es-register.php:297
|
2230 |
msgctxt "widget-page-enhanced-select"
|
2231 |
msgid "Successfully Subscribed."
|
2232 |
+
msgstr "Suscripción correcta."
|
2233 |
|
2234 |
#: ../classes/es-register.php:298
|
2235 |
msgctxt "widget-page-enhanced-select"
|
2268 |
msgid "There was a problem with the request"
|
2269 |
msgstr "Ha habido un problema con la solicitud"
|
2270 |
|
2271 |
+
#: ../classes/es-register.php:765
|
2272 |
+
msgctxt "timezone date format"
|
2273 |
+
msgid "Y-m-d"
|
2274 |
+
msgstr "A-m-d"
|
2275 |
+
|
2276 |
#: ../classes/es-register.php:782
|
2277 |
msgid "is getting even better!"
|
2278 |
msgstr "está mejorando aún más!"
|
2293 |
msgid "Here's how you use ES:"
|
2294 |
msgstr "Así es como puedes utilizar ES:"
|
2295 |
|
2296 |
+
#: ../classes/es-register.php:795
|
2297 |
+
msgid "Post Notifications more often than Newsletter"
|
2298 |
+
msgstr "Enviar Notificaciones más a menudo que Boletines informativos"
|
2299 |
+
|
2300 |
+
#: ../classes/es-register.php:797
|
2301 |
+
msgid "Newsletter more often than Post Notifications"
|
2302 |
+
msgstr ""
|
2303 |
+
"Enviar boletín informativo más a menudo que notificación de nueva entrada"
|
2304 |
+
|
2305 |
+
#: ../classes/es-register.php:799
|
2306 |
+
msgid "Post Notification & Newsletter equally"
|
2307 |
+
msgstr ""
|
2308 |
+
"Enviar con la misma frecuencia notificación de nueva entrada y boletín "
|
2309 |
+
"informativo"
|
2310 |
+
|
2311 |
#: ../classes/es-register.php:803
|
2312 |
msgid "Have "
|
2313 |
msgstr "Ha "
|
2332 |
msgid "Send emails Immediately"
|
2333 |
msgstr "Enviar correos inmediatamente"
|
2334 |
|
2335 |
+
#: ../classes/es-register.php:817
|
2336 |
+
msgid "Using Double Opt In"
|
2337 |
+
msgstr "Usar [Verificación doble]"
|
2338 |
+
|
2339 |
+
#: ../classes/es-register.php:819
|
2340 |
+
msgid "Using Single Opt In"
|
2341 |
+
msgstr "Usar [sin Verificación]"
|
2342 |
+
|
2343 |
#: ../classes/es-register.php:837
|
2344 |
msgid "How soon do you want these new features?"
|
2345 |
msgstr "¿Cómo de pronto quieres estas características?"
|
2348 |
msgid "Beautiful Email Designs"
|
2349 |
msgstr "Preciosos Diseños de Correo"
|
2350 |
|
2351 |
+
#: ../classes/es-register.php:842 ../classes/es-register.php:847
|
2352 |
+
#: ../classes/es- register.php:852 ../classes/es-register.php:857
|
2353 |
msgid "Right now!"
|
2354 |
msgstr "¡Ahora mismo!"
|
2355 |
|
2356 |
+
#: ../classes/es-register.php:843 ../classes/es-register.php:848
|
2357 |
+
#: ../classes/es- register.php:853 ../classes/es-register.php:858
|
2358 |
msgid "Soon"
|
2359 |
msgstr "Pronto"
|
2360 |
|
2361 |
+
#: ../classes/es-register.php:844 ../classes/es-register.php:849
|
2362 |
+
#: ../classes/es- register.php:854 ../classes/es-register.php:859
|
2363 |
msgid "Later"
|
2364 |
msgstr "Más adelante"
|
2365 |
|
2375 |
msgid "Advanced Reporting"
|
2376 |
msgstr "Informe avanzado"
|
2377 |
|
2378 |
+
#: ../classes/es-register.php:868
|
2379 |
+
msgid "Nah, I don't like improvements"
|
2380 |
+
msgstr "No, no me gustan las mejoras"
|
2381 |
+
|
2382 |
+
#: ../classes/es-register.php:874
|
2383 |
+
msgid "Next"
|
2384 |
+
msgstr "Siguente"
|
2385 |
+
|
2386 |
#: ../classes/es-register.php:884
|
2387 |
msgid "Thank you!"
|
2388 |
msgstr "¡Gracias!"
|
2418 |
|
2419 |
#: ../classes/es-register.php:1142
|
2420 |
msgid "Display Name Field"
|
2421 |
+
msgstr "Mostrar el campo Nombre"
|
2422 |
|
2423 |
#: ../classes/es-register.php:1149
|
2424 |
msgid "Subscriber Group"
|
2425 |
+
msgstr "Grupos de suscriptores"
|
languages/email-subscribers-pl_PL.mo
CHANGED
Binary file
|
languages/email-subscribers-pl_PL.po
CHANGED
@@ -3,464 +3,523 @@ msgstr ""
|
|
3 |
"Project-Id-Version: Email Subscribers & Newsletters 3.3.4\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
"POT-Creation-Date: 2017-07-26 12:00:36+00:00\n"
|
6 |
-
"PO-Revision-Date:
|
7 |
-
"Last-Translator:
|
8 |
-
"Language-Team: StoreApps <support@storeapps.org>, Icegram <hello@icegram."
|
9 |
-
"
|
10 |
-
"
|
11 |
-
"
|
12 |
-
"&&(n%100<10||n%100 >= 20)? 1 : 2)\n"
|
13 |
"MIME-Version: 1.0\n"
|
14 |
"Content-Type: text/plain; charset=UTF-8\n"
|
15 |
"Content-Transfer-Encoding: 8bit\n"
|
16 |
"X-Poedit-SourceCharset: UTF-8\n"
|
17 |
"X-Poedit-Basepath: .\n"
|
18 |
-
"X-Poedit-KeywordsList: _:1;gettext:1;dgettext:2;ngettext:1,2;dngettext:2,3;"
|
19 |
-
"
|
20 |
-
"
|
21 |
-
"
|
22 |
-
"
|
23 |
-
"X-Generator:
|
24 |
"X-Loco-Target-Locale: pl_PL\n"
|
25 |
-
"X-Poedit-SearchPath-0:
|
26 |
|
27 |
#. URI of the plugin
|
28 |
msgid "https://www.icegram.com"
|
29 |
-
msgstr ""
|
30 |
|
31 |
-
#: ../email-subscribers.php:
|
32 |
msgctxt "timezone date format"
|
33 |
msgid "Y-m-d H:i:s"
|
34 |
-
msgstr ""
|
35 |
|
36 |
-
#: ../settings/settings-edit.php:
|
37 |
msgid "Email Type"
|
38 |
-
msgstr ""
|
39 |
|
40 |
-
#: ../settings/settings-edit.php:
|
41 |
msgid ""
|
42 |
-
"Option 1 & 2 is to send emails with default Wordpress method wp_mail(). "
|
43 |
-
"
|
44 |
msgstr ""
|
|
|
|
|
45 |
|
46 |
-
#: ../settings/settings-edit.php:
|
47 |
msgid "Opt-In Type"
|
48 |
-
msgstr ""
|
49 |
|
50 |
-
#: ../settings/settings-edit.php:
|
51 |
msgid ""
|
52 |
-
"Double Opt-In : In this type, the subscriber is sent an activation link as "
|
53 |
-
"
|
54 |
-
"
|
55 |
-
"
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
|
|
|
|
|
|
|
|
|
60 |
msgid "Notify Admin when a new subscriber signs up"
|
61 |
-
msgstr ""
|
62 |
|
63 |
-
#: ../settings/settings-edit.php:
|
64 |
msgid "Admin Email Subject on new subscriber sign up"
|
65 |
-
msgstr ""
|
66 |
|
67 |
-
#: ../settings/settings-edit.php:
|
68 |
msgid ""
|
69 |
-
"Subject for the admin email whenever a new subscriber signs up and is "
|
70 |
-
"confirmed."
|
71 |
msgstr ""
|
|
|
|
|
72 |
|
73 |
-
#: ../settings/settings-edit.php:
|
74 |
msgid "Admin Email Content on new subscriber signs up"
|
75 |
-
msgstr ""
|
76 |
|
77 |
-
#: ../settings/settings-edit.php:
|
78 |
msgid ""
|
79 |
-
"Content for the admin email whenever a new subscriber signs up and is "
|
80 |
-
"
|
81 |
msgstr ""
|
|
|
|
|
82 |
|
83 |
-
#: ../settings/settings-edit.php:
|
84 |
msgid "Subject for the email report which will be sent to admin."
|
85 |
-
msgstr ""
|
86 |
|
87 |
-
#: ../settings/settings-edit.php:
|
88 |
msgid ""
|
89 |
"Content for the email report which will be sent to admin.<br />(Available "
|
90 |
"Keywords: ###COUNT###, ###UNIQUE###, ###STARTTIME###, ###ENDTIME###)"
|
91 |
msgstr ""
|
|
|
|
|
92 |
|
93 |
-
#: ../settings/settings-edit.php:
|
94 |
msgid "Double Opt-In Email Subject (Confirmation Email)"
|
95 |
-
msgstr ""
|
96 |
|
97 |
-
#: ../settings/settings-edit.php:
|
98 |
msgid ""
|
99 |
"Subject for the confirmation email to be sent for Double Opt-In whenever a "
|
100 |
"subscriber signs up."
|
101 |
msgstr ""
|
|
|
|
|
102 |
|
103 |
-
#: ../settings/settings-edit.php:
|
104 |
msgid "Double Opt-In Email Content (Confirmation Email)"
|
105 |
-
msgstr ""
|
106 |
|
107 |
-
#: ../settings/settings-edit.php:
|
108 |
msgid ""
|
109 |
"Content for the confirmation email to be sent for Double Opt-In whenever a "
|
110 |
"subscriber signs up.<br />(Available Keywords: ###NAME###, ###LINK###)"
|
111 |
msgstr ""
|
|
|
|
|
112 |
|
113 |
-
#: ../settings/settings-edit.php:
|
114 |
msgid "Double Opt-In Confirmation Link"
|
115 |
-
msgstr ""
|
116 |
|
117 |
-
#: ../settings/settings-edit.php:
|
118 |
msgid ""
|
119 |
-
"Text to display after an email address is successfully subscribed from "
|
120 |
-
"
|
121 |
msgstr ""
|
|
|
|
|
122 |
|
123 |
-
#: ../settings/settings-edit.php:
|
124 |
msgid "Send Welcome Email to New Subscribers after Sign Up?"
|
125 |
-
msgstr ""
|
126 |
|
127 |
-
#: ../settings/settings-edit.php:
|
128 |
msgid "Subject for Welcome Email"
|
129 |
-
msgstr ""
|
130 |
|
131 |
-
#: ../settings/settings-edit.php:
|
132 |
msgid ""
|
133 |
-
"Subject for the subscriber welcome email. This will be sent whenever a "
|
134 |
-
"
|
135 |
-
"
|
136 |
msgstr ""
|
|
|
|
|
|
|
137 |
|
138 |
-
#: ../settings/settings-edit.php:
|
139 |
msgid "Email Content for Welcome Email"
|
140 |
-
msgstr ""
|
141 |
|
142 |
-
#: ../settings/settings-edit.php:
|
143 |
msgid ""
|
144 |
"Content for the subscriber welcome email whenever a user's email is either "
|
145 |
-
"confirmed (if Double Opt In) / subscribed (if Single Opt In) successfully
|
146 |
-
"
|
147 |
msgstr ""
|
|
|
|
|
|
|
148 |
|
149 |
-
#: ../settings/settings-edit.php:
|
150 |
msgid ""
|
151 |
-
"This unsubscribe link is automatically added to all the emails that are sent "
|
152 |
-
"
|
153 |
-
"it."
|
154 |
msgstr ""
|
|
|
|
|
|
|
155 |
|
156 |
-
#: ../settings/settings-edit.php:
|
157 |
msgid ""
|
158 |
"The text for the unsubscribe link. This text is automatically added with "
|
159 |
"unsubscribe link in the emails.<br />(Available Keyword: ###LINK###)"
|
160 |
msgstr ""
|
|
|
|
|
161 |
|
162 |
-
#: ../settings/settings-edit.php:
|
163 |
msgid ""
|
164 |
-
"This text will be displayed once user clicks on unsubscribe link from the "
|
165 |
-
"email."
|
166 |
msgstr ""
|
|
|
|
|
167 |
|
168 |
-
#: ../settings/settings-edit.php:
|
169 |
msgid "Error in the Subscribe / Confirmation Link"
|
170 |
-
msgstr ""
|
171 |
|
172 |
-
#: ../settings/settings-edit.php:
|
173 |
msgid ""
|
174 |
-
"Default message to display if there is any issue while clicking on subscribe "
|
175 |
-
"
|
176 |
msgstr ""
|
|
|
|
|
|
|
177 |
|
178 |
-
#: ../settings/settings-edit.php:
|
179 |
msgid ""
|
180 |
-
"Default message to display if there is any issue while clicking on "
|
181 |
-
"
|
182 |
msgstr ""
|
|
|
|
|
183 |
|
184 |
-
#: ../settings/settings-edit.php:
|
185 |
msgid "(Your web host has limits. We suggest 50 emails per hour to be safe.)"
|
186 |
msgstr ""
|
|
|
187 |
|
188 |
-
#: ../settings/settings-edit.php:
|
189 |
msgid "Cron Report"
|
190 |
-
msgstr ""
|
191 |
|
192 |
-
#: ../settings/settings-edit.php:
|
193 |
msgid ""
|
194 |
"Email to admin whenever a cron URL is triggered from your server. (Available "
|
195 |
"Keywords: ###DATE###, ###SUBJECT###, ###COUNT###)"
|
196 |
msgstr ""
|
|
|
|
|
197 |
|
198 |
-
#: ../settings/settings-edit.php:
|
199 |
msgid ""
|
200 |
"<a target=\"_blank\" href=\"https://www.icegram.com/documentation/es-how-to-"
|
201 |
"schedule-cron-emails/?"
|
202 |
-
"utm_source=es&utm_medium=in_app&utm_campaign=view_docs_help_page\">What is "
|
203 |
-
"
|
204 |
msgstr ""
|
|
|
|
|
|
|
|
|
205 |
|
206 |
-
#: ../settings/settings-edit.php:
|
207 |
msgid ""
|
208 |
"<a target=\"_blank\" href=\"https://www.icegram.com/documentation/es-how-to-"
|
209 |
"schedule-cron-emails-in-cpanel/?"
|
210 |
-
"utm_source=es&utm_medium=in_app&utm_campaign=view_docs_help_page\">Setup cron "
|
211 |
-
"
|
212 |
msgstr ""
|
|
|
|
|
|
|
|
|
213 |
|
214 |
-
#: ../settings/settings-edit.php:
|
215 |
msgid ""
|
216 |
"<a target=\"_blank\" href=\"https://www.icegram.com/documentation/es-how-to-"
|
217 |
"schedule-cron-emails-in-parallels-plesk/?"
|
218 |
-
"utm_source=es&utm_medium=in_app&utm_campaign=view_docs_help_page\">Setup cron "
|
219 |
-
"
|
220 |
-
msgstr ""
|
221 |
-
|
222 |
-
#: ../settings/settings-edit.php:389
|
223 |
-
msgid ""
|
224 |
-
"<a target=\"_blank\" href=\"https://www.icegram.com/documentation/es-what-to-do-"
|
225 |
-
"if-hosting-doesnt-support-cron-jobs/?"
|
226 |
-
"utm_source=es&utm_medium=in_app&utm_campaign=view_docs_help_page\">Hosting "
|
227 |
-
"does not support cron jobs?</a>"
|
228 |
-
msgstr ""
|
229 |
-
|
230 |
-
#: ../sentmail/sentmail-preview.php:27 ../compose/compose-preview.php:27
|
231 |
-
msgid "Preview Email"
|
232 |
msgstr ""
|
|
|
|
|
|
|
|
|
233 |
|
234 |
-
#: ../
|
235 |
msgid ""
|
236 |
-
"
|
237 |
-
"
|
238 |
-
"
|
|
|
239 |
msgstr ""
|
|
|
|
|
|
|
|
|
240 |
|
241 |
#: ../compose/compose-edit.php:61
|
242 |
msgid "Successfully updated. "
|
243 |
-
msgstr ""
|
244 |
|
245 |
#: ../compose/compose-edit.php:98 ../compose/compose-add.php:87
|
246 |
msgid "Available Keyword: ###POSTTITLE### (For Post Notification only)"
|
247 |
msgstr ""
|
|
|
248 |
|
249 |
-
#: ../compose/compose-edit.php:
|
250 |
#, php-format
|
251 |
msgid ""
|
252 |
"%s: ###NAME###, ###EMAIL###, ###DATE###, ###POSTTITLE###, ###POSTLINK###, "
|
253 |
"###POSTIMAGE###, ###POSTDESC###, ###POSTAUTHOR###, ###POSTLINK-WITHTITLE###, "
|
254 |
"###POSTLINK-ONLY###, ###POSTFULL### (For Post Notification only)"
|
255 |
msgstr ""
|
|
|
|
|
|
|
256 |
|
257 |
#: ../compose/compose-add.php:43
|
258 |
msgid "Successfully created. "
|
259 |
-
msgstr ""
|
260 |
-
|
261 |
-
#: ../compose/compose-preview.php:31
|
262 |
-
msgid ""
|
263 |
-
"This is how your email may look. <br>Note: Different email services (like "
|
264 |
-
"gmail, yahoo etc) display email content differently. So there could be a "
|
265 |
-
"slight variation on how your customer will view the email content."
|
266 |
-
msgstr ""
|
267 |
|
268 |
#: ../help/help.php:178
|
269 |
msgid "Get more help and tips..."
|
270 |
-
msgstr ""
|
271 |
|
272 |
#: ../help/help.php:192
|
273 |
#, php-format
|
274 |
msgid "Version: %s"
|
275 |
-
msgstr ""
|
276 |
|
277 |
#: ../help/help.php:195
|
278 |
msgid "Questions? Need Help?"
|
279 |
-
msgstr ""
|
280 |
|
281 |
#: ../help/help.php:196
|
282 |
msgid "Contact Us"
|
283 |
-
msgstr ""
|
284 |
|
285 |
#: ../help/help.php:236
|
286 |
msgid "Description"
|
287 |
-
msgstr ""
|
288 |
|
289 |
#: ../help/help.php:238
|
290 |
msgid ""
|
291 |
-
"Email Subscribers is a complete newsletter plugin which lets you collect "
|
292 |
-
"
|
293 |
-
"
|
294 |
msgstr ""
|
|
|
|
|
|
|
|
|
295 |
|
296 |
#: ../help/help.php:240
|
297 |
msgid "Feature Overview"
|
298 |
-
msgstr ""
|
299 |
|
300 |
#: ../help/help.php:243
|
301 |
msgid ""
|
302 |
-
"Collect customer emails by adding a subscription box (Widget/Shortcode/PHP "
|
303 |
-
"Code)."
|
304 |
msgstr ""
|
|
|
305 |
|
306 |
#: ../help/help.php:246
|
307 |
msgid "Configure double Opt-In and Single Opt-In facility for subscribers."
|
308 |
-
msgstr ""
|
309 |
|
310 |
#: ../help/help.php:249
|
311 |
msgid "Send automatic welcome email to subscribers."
|
312 |
-
msgstr ""
|
313 |
|
314 |
#: ../help/help.php:252
|
315 |
msgid ""
|
316 |
-
"Send new post notification emails to subscribers when new posts are "
|
317 |
-
"
|
318 |
msgstr ""
|
|
|
|
|
319 |
|
320 |
#: ../help/help.php:255
|
321 |
msgid "Schedule email (Cron job) or send them manually."
|
322 |
-
msgstr ""
|
323 |
|
324 |
#: ../help/help.php:258
|
325 |
msgid "Send email notification to admin when a new user signs up."
|
326 |
msgstr ""
|
|
|
327 |
|
328 |
#: ../help/help.php:261
|
329 |
msgid "Automatically add Unsubscribe link in the email."
|
330 |
-
msgstr ""
|
331 |
|
332 |
#: ../help/help.php:264
|
333 |
msgid "Easily migrate subscribers from another app using Import & Export."
|
334 |
msgstr ""
|
|
|
|
|
335 |
|
336 |
#: ../help/help.php:267
|
337 |
msgid "Use HTML editor to compose newsletters and post notifications."
|
338 |
-
msgstr ""
|
339 |
|
340 |
#: ../help/help.php:270
|
341 |
msgid "Send newsletters to different groups."
|
342 |
-
msgstr ""
|
343 |
|
344 |
#: ../help/help.php:273
|
345 |
msgid "Get detailed sent email reports."
|
346 |
-
msgstr ""
|
347 |
|
348 |
#: ../help/help.php:276
|
349 |
msgid "Control user access (User Roles and Capabilities)."
|
350 |
-
msgstr ""
|
351 |
|
352 |
#: ../help/help.php:279
|
353 |
msgid "Supports localization and internationalization."
|
354 |
-
msgstr ""
|
355 |
|
356 |
#: ../help/help.php:286
|
357 |
msgid "Add Subscribe form"
|
358 |
-
msgstr ""
|
359 |
|
360 |
#: ../help/help.php:291
|
361 |
#, php-format
|
362 |
msgid ""
|
363 |
"Use any of the following 3 methods :<br>\n"
|
364 |
-
"
|
365 |
"namefield=\"YES\" desc=\"\" group=\"Public\"]</strong> <i>Or</i><br>\n"
|
366 |
-
"
|
367 |
"and drag it to the sidebar on the right <i>Or</i><br>\n"
|
368 |
-
"
|
369 |
"<strong>%s</strong>"
|
370 |
msgstr ""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
371 |
|
372 |
#: ../help/help.php:296
|
373 |
msgid "Additional form settings"
|
374 |
-
msgstr ""
|
375 |
|
376 |
#: ../help/help.php:311
|
377 |
#, php-format
|
378 |
msgid "Modify %s"
|
379 |
-
msgstr ""
|
380 |
|
381 |
#: ../help/help.php:311
|
382 |
msgid "default text, email contents"
|
383 |
-
msgstr ""
|
384 |
|
385 |
#: ../help/help.php:311
|
386 |
msgid ""
|
387 |
-
" (like Confirmation, Welcome, Admin emails), Cron Settings and Assign User "
|
388 |
-
"Roles"
|
389 |
msgstr ""
|
|
|
|
|
390 |
|
391 |
#: ../help/help.php:320
|
392 |
msgid "How to change/update/translate any texts from the plugin?"
|
393 |
-
msgstr ""
|
394 |
|
395 |
#: ../help/help.php:333
|
396 |
msgid "Usage"
|
397 |
-
msgstr ""
|
398 |
|
399 |
#: ../help/help.php:336
|
400 |
msgid "Compose and Send Newsletter Emails"
|
401 |
-
msgstr ""
|
402 |
|
403 |
#: ../help/help.php:339
|
404 |
msgid "Compose and Send Post Notification Emails when new posts are published"
|
405 |
-
msgstr ""
|
406 |
|
407 |
#: ../help/help.php:342
|
408 |
msgid "Keywords in the Post Notifications"
|
409 |
-
msgstr ""
|
410 |
|
411 |
#: ../help/help.php:345
|
412 |
msgid "Send a test post notification email to myself/testgroup"
|
413 |
-
msgstr ""
|
414 |
|
415 |
#: ../help/help.php:348
|
416 |
msgid "Check sent emails"
|
417 |
-
msgstr ""
|
418 |
|
419 |
#: ../help/help.php:355
|
420 |
msgid "Cron Job Setup"
|
421 |
-
msgstr ""
|
422 |
|
423 |
#: ../help/help.php:361
|
424 |
msgid "Schedule Cron Emails in cPanel"
|
425 |
-
msgstr ""
|
426 |
|
427 |
#: ../help/help.php:364
|
428 |
msgid "Schedule Cron Emails in Parallels Plesk"
|
429 |
-
msgstr ""
|
430 |
|
431 |
#: ../help/help.php:367
|
432 |
msgid "Hosting doesn’t support Cron Jobs?"
|
433 |
-
msgstr ""
|
434 |
|
435 |
#: ../help/help.php:374
|
436 |
msgid "Troubleshooting Steps"
|
437 |
-
msgstr ""
|
438 |
|
439 |
#: ../help/help.php:382
|
440 |
msgid "FAQ's"
|
441 |
-
msgstr ""
|
442 |
|
443 |
#: ../help/help.php:389
|
444 |
msgid "Want to do more? Here's how.."
|
445 |
-
msgstr ""
|
446 |
|
447 |
#: ../help/help.php:392
|
|
|
448 |
msgid "Allow Subscribers to get subscribed to any group"
|
449 |
-
msgstr ""
|
450 |
|
451 |
#: ../help/help.php:397
|
|
|
452 |
msgid "Using our free "
|
453 |
-
msgstr ""
|
454 |
|
455 |
#: ../help/help.php:398
|
456 |
msgid "Group Selector"
|
457 |
-
msgstr ""
|
458 |
|
459 |
#: ../help/help.php:399
|
|
|
460 |
msgid ""
|
461 |
"plugin, you can extend Email Subscribers Form functionality by providing an "
|
462 |
"grouping option right next to the form."
|
463 |
msgstr ""
|
|
|
|
|
464 |
|
465 |
#: ../help/help.php:402
|
466 |
msgid "The user can then subscribe to whichever group most appeals to them."
|
@@ -468,44 +527,50 @@ msgstr ""
|
|
468 |
|
469 |
#: ../help/help.php:405
|
470 |
msgid "For example: Subscribe either to Updates or to Offers."
|
471 |
-
msgstr ""
|
472 |
|
473 |
#: ../help/help.php:409
|
474 |
msgid "Show your subscribe form inside attractive popups"
|
475 |
-
msgstr ""
|
476 |
|
477 |
#: ../help/help.php:414
|
478 |
msgid ""
|
479 |
-
"Don't limit your subscriber form to a widget. Embed it within popups, hello "
|
480 |
-
"
|
481 |
msgstr ""
|
|
|
|
|
482 |
|
483 |
#: ../help/help.php:417
|
|
|
484 |
msgid "Using Email Subscribers you can achieve this easily with our free plugin "
|
485 |
msgstr ""
|
|
|
486 |
|
487 |
#: ../help/help.php:421
|
488 |
msgid ""
|
489 |
-
"Icegram's beautiful designs instantly capture user attention and help "
|
490 |
-
"
|
491 |
msgstr ""
|
|
|
|
|
492 |
|
493 |
#: ../help/help.php:424 ../help/help.php:444
|
494 |
#, php-format
|
495 |
msgid "How to %s"
|
496 |
-
msgstr ""
|
497 |
|
498 |
#: ../help/help.php:424
|
499 |
msgid "show subscribe form inside a popup"
|
500 |
-
msgstr ""
|
501 |
|
502 |
#: ../help/help.php:428
|
503 |
msgid "Get beautiful and elegant form styles"
|
504 |
-
msgstr ""
|
505 |
|
506 |
#: ../help/help.php:434
|
507 |
msgid "Email subscribers easily integrates with another free plugin "
|
508 |
-
msgstr ""
|
509 |
|
510 |
#: ../help/help.php:435
|
511 |
msgid "Rainmaker"
|
@@ -513,60 +578,64 @@ msgstr ""
|
|
513 |
|
514 |
#: ../help/help.php:438
|
515 |
msgid ""
|
516 |
-
"Rainmaker extends the core features of Email Subscribers and provides "
|
517 |
-
"
|
518 |
msgstr ""
|
|
|
|
|
519 |
|
520 |
#: ../help/help.php:441
|
521 |
msgid ""
|
522 |
-
"These styles are well designed and beautify your subscription form making it "
|
523 |
-
"
|
524 |
msgstr ""
|
|
|
|
|
525 |
|
526 |
#: ../help/help.php:444
|
527 |
msgid "add Rainmaker’s form in Email Subscribers"
|
528 |
-
msgstr ""
|
529 |
|
530 |
#: ../sendmail/sendmail.php:59
|
531 |
msgid "Email sent successfully. "
|
532 |
-
msgstr ""
|
533 |
|
534 |
-
#: ../classes/es-register.php:
|
535 |
msgid "<span style=\"color:#f18500;font-weight:bolder;\">Help & Info</span>"
|
536 |
-
msgstr ""
|
537 |
|
538 |
-
#: ../classes/es-register.php:
|
539 |
msgctxt "timezone date format"
|
540 |
msgid "Y-m-d"
|
541 |
msgstr ""
|
542 |
|
543 |
-
#: ../classes/es-register.php:
|
544 |
msgid "Post Notifications more often than Newsletter"
|
545 |
-
msgstr ""
|
546 |
|
547 |
-
#: ../classes/es-register.php:
|
548 |
msgid "Newsletter more often than Post Notifications"
|
549 |
-
msgstr ""
|
550 |
|
551 |
-
#: ../classes/es-register.php:
|
552 |
msgid "Post Notification & Newsletter equally"
|
553 |
-
msgstr ""
|
554 |
|
555 |
-
#: ../classes/es-register.php:
|
556 |
msgid "Using Double Opt In"
|
557 |
-
msgstr ""
|
558 |
|
559 |
-
#: ../classes/es-register.php:
|
560 |
msgid "Using Single Opt In"
|
561 |
-
msgstr ""
|
562 |
|
563 |
-
#: ../classes/es-register.php:
|
564 |
msgid "Nah, I don't like improvements"
|
565 |
-
msgstr ""
|
566 |
|
567 |
-
#: ../classes/es-register.php:
|
568 |
msgid "Next"
|
569 |
-
msgstr ""
|
570 |
|
571 |
#: ../subscribers/view-subscriber-import.php:145 ../subscribers/view-subscriber-
|
572 |
#: show.php:245 ../subscribers/view-subscriber-export.php:37 ../subscribers/view-
|
@@ -600,13 +669,13 @@ msgstr "Powiadomienie pomyślnie utworzone. "
|
|
600 |
msgid "Add Notification"
|
601 |
msgstr "Dodaj powiadomienie"
|
602 |
|
603 |
-
#: ../notification/notification-add.php:113 ../notification/notification-show.php:
|
604 |
-
#:
|
605 |
-
#:
|
606 |
-
#: sentmail/deliverreport-show.php:58 ../subscribers/view-subscriber-import.php:
|
607 |
-
#:
|
608 |
#: export.php:38 ../subscribers/view-subscriber-add.php:114 ../subscribers/view-
|
609 |
-
#: subscriber-edit.php:113 ../subscribers/view-subscriber-sync.php:92
|
610 |
#: compose/compose-edit.php:86 ../compose/compose-add.php:75 ../compose/compose-
|
611 |
#: show.php:66 ../compose/compose-preview.php:28 ../sendmail/sendmail.php:94
|
612 |
msgid "Help"
|
@@ -616,11 +685,11 @@ msgstr "Pomoc"
|
|
616 |
msgid "Select Subscribers Group"
|
617 |
msgstr "Wybierz Grupę Subskrybentów"
|
618 |
|
619 |
-
#: ../notification/notification-add.php:124 ../notification/notification-add.php:
|
620 |
-
#:
|
621 |
#: edit.php:168 ../subscribers/view-subscriber-import.php:190 ../subscribers/view-
|
622 |
#: subscriber-add.php:162 ../subscribers/view-subscriber-edit.php:162 ..
|
623 |
-
#: subscribers/view-subscriber-sync.php:119 ../sendmail/sendmail.php:110
|
624 |
#: sendmail/sendmail.php:137 ../sendmail/sendmail.php:151
|
625 |
msgid "Select"
|
626 |
msgstr "Wybierz"
|
@@ -686,14 +755,14 @@ msgid "Disable email notification"
|
|
686 |
msgstr "Wyłącz powiadomienia e-mail"
|
687 |
|
688 |
#: ../notification/notification-add.php:253 ../notification/notification-edit.php:
|
689 |
-
#: 290 ../subscribers/view-subscriber-edit.php:191 ../compose/compose-edit.php:
|
690 |
-
#:
|
691 |
msgid "Save"
|
692 |
msgstr "Zapisz"
|
693 |
|
694 |
-
#: ../notification/notification-show.php:21 ../notification/notification-edit.php:
|
695 |
-
#:
|
696 |
-
#: subscribers/view-subscriber-edit.php:22 ../compose/compose-edit.php:20
|
697 |
#: compose/compose-show.php:33 ../compose/compose-preview.php:18
|
698 |
msgid "Oops, selected details does not exists."
|
699 |
msgstr "Ups, wybrane dane nie istnieją."
|
@@ -703,8 +772,8 @@ msgstr "Ups, wybrane dane nie istnieją."
|
|
703 |
msgid "Selected record deleted."
|
704 |
msgstr "Wybrany zapis został usunięty."
|
705 |
|
706 |
-
#: ../notification/notification-show.php:52 ../classes/es-register.php:
|
707 |
-
#: classes/es-register.php:
|
708 |
msgid "Post Notifications"
|
709 |
msgstr "Powiadomienia pocztowe"
|
710 |
|
@@ -715,46 +784,43 @@ msgstr "Dodaj Nowy"
|
|
715 |
|
716 |
#: ../notification/notification-show.php:57
|
717 |
msgid ""
|
718 |
-
"Use this to setup and send notification emails to your subscribers when a "
|
719 |
-
"
|
720 |
msgstr ""
|
721 |
-
"Służy do konfiguracji i wysyłki e-maili z powiadomieniami do subskrybentów, "
|
722 |
-
"
|
723 |
|
724 |
-
#: ../notification/notification-show.php:68 ../notification/notification-show.php:
|
725 |
-
#:
|
726 |
msgid "Email Subject"
|
727 |
msgstr "Temat e-maila"
|
728 |
|
729 |
-
#: ../notification/notification-show.php:69 ../notification/notification-show.php:
|
730 |
-
#: 77
|
731 |
msgid "Subscribers Group"
|
732 |
msgstr "Grupa subskrybentów"
|
733 |
|
734 |
-
#: ../notification/notification-show.php:70 ../notification/notification-show.php:
|
735 |
-
#: 78
|
736 |
msgid "Post Categories / Custom Post Types"
|
737 |
msgstr "Kategorie Wpisów / Domyślne Typy Wpisów"
|
738 |
|
739 |
-
#: ../notification/notification-show.php:71 ../notification/notification-show.php:
|
740 |
-
#: 79
|
741 |
msgid "Notification Status"
|
742 |
msgstr "Status powiadomienia"
|
743 |
|
744 |
#: ../notification/notification-show.php:100 ../subscribers/view-subscriber-show.
|
745 |
-
#: php:404 ../compose/compose-show.php:
|
746 |
msgid "Edit"
|
747 |
msgstr "Edytuj"
|
748 |
|
749 |
#: ../notification/notification-show.php:103 ../subscribers/view-subscriber-show.
|
750 |
#: php:287 ../subscribers/view-subscriber-show.php:409 ../compose/compose-show.
|
751 |
-
#: php:
|
752 |
msgid "Delete"
|
753 |
msgstr "Kasuj"
|
754 |
|
755 |
#: ../notification/notification-show.php:143 ../sentmail/sentmail-show.php:180 ..
|
756 |
-
#: sentmail/deliverreport-show.php:124 ../subscribers/view-subscriber-show.php:
|
757 |
-
#:
|
758 |
msgid "No records available."
|
759 |
msgstr "Brak dostępnych rekordów."
|
760 |
|
@@ -785,12 +851,12 @@ msgstr "Email Subscribers & Newsletters"
|
|
785 |
|
786 |
#. Description of the plugin/theme
|
787 |
msgid ""
|
788 |
-
"Add subscription forms on website, send HTML newsletters & automatically "
|
789 |
-
"
|
790 |
msgstr ""
|
791 |
"Dodaj formularz subskrypcji na stronie internetowej, wyślij biuletyn HTML i "
|
792 |
-
"automatycznie powiadom subskrybentów o nowych wpisach na blogu kiedy tylko "
|
793 |
-
"
|
794 |
|
795 |
#. Author of the plugin
|
796 |
msgid "Icegram"
|
@@ -812,8 +878,8 @@ msgstr "Cron"
|
|
812 |
msgid "User Roles"
|
813 |
msgstr "Role użytkowników"
|
814 |
|
815 |
-
#: ../settings/settings-edit.php:42 ../classes/es-register.php:
|
816 |
-
#: register.php:
|
817 |
msgid "Settings"
|
818 |
msgstr "Ustawienia"
|
819 |
|
@@ -821,229 +887,228 @@ msgstr "Ustawienia"
|
|
821 |
msgid "Save Settings"
|
822 |
msgstr "Zapisz ustawienia"
|
823 |
|
824 |
-
#: ../settings/settings-edit.php:
|
825 |
msgid "Sender of Notifications"
|
826 |
msgstr "Nadawca Powiadomień"
|
827 |
|
828 |
-
#: ../settings/settings-edit.php:
|
829 |
msgid ""
|
830 |
-
"Choose a FROM name and FROM email address for all the emails to be sent from "
|
831 |
-
"
|
832 |
msgstr ""
|
833 |
"Wybierz z nazwę OD i adres e-mail OD dla wszystkich e-maili, które mają być "
|
834 |
"wysyłane z tej wtyczki."
|
835 |
|
836 |
-
#: ../settings/settings-edit.php:
|
837 |
msgid "1. WP HTML MAIL"
|
838 |
msgstr "1. WP HTML MAIL"
|
839 |
|
840 |
-
#: ../settings/settings-edit.php:
|
841 |
msgid "2. WP PLAINTEXT MAIL"
|
842 |
msgstr "2. WP PLAINTEXT MAIL"
|
843 |
|
844 |
-
#: ../settings/settings-edit.php:
|
845 |
msgid "3. PHP HTML MAIL"
|
846 |
msgstr "3. PHP HTML MAIL"
|
847 |
|
848 |
-
#: ../settings/settings-edit.php:
|
849 |
msgid "4. PHP PLAINTEXT MAIL"
|
850 |
msgstr "4. PHP PLAINTEXT MAIL"
|
851 |
|
852 |
-
#: ../settings/settings-edit.php:
|
853 |
msgid "Double Opt In"
|
854 |
msgstr "Podwójne Opt-In"
|
855 |
|
856 |
-
#: ../settings/settings-edit.php:
|
857 |
-
#:
|
858 |
#: show.php:339 ../subscribers/view-subscriber-add.php:151 ../subscribers/view-
|
859 |
#: subscriber-edit.php:150
|
860 |
msgid "Single Opt In"
|
861 |
msgstr "Pojedyncze Ot-In"
|
862 |
|
863 |
-
#: ../settings/settings-edit.php:
|
864 |
msgid "Image Size"
|
865 |
msgstr "Rozmiar obrazu"
|
866 |
|
867 |
-
#: ../settings/settings-edit.php:
|
868 |
msgid ""
|
869 |
-
"Select image size for ###POSTIMAGE### to be shown in the Post Notification "
|
870 |
-
"Emails."
|
871 |
msgstr ""
|
872 |
-
"Wybierz rozmiar obrazu dla ###POSTIMAGE### który będzie wyświetlany w E-"
|
873 |
-
"
|
874 |
|
875 |
-
#: ../settings/settings-edit.php:
|
876 |
msgid "Full Size"
|
877 |
msgstr "Pełny rozmiar"
|
878 |
|
879 |
-
#: ../settings/settings-edit.php:
|
880 |
msgid "Medium Size"
|
881 |
msgstr "Średni rozmiar"
|
882 |
|
883 |
-
#: ../settings/settings-edit.php:
|
884 |
msgid "Thumbnail"
|
885 |
msgstr "Miniatura"
|
886 |
|
887 |
-
#: ../settings/settings-edit.php:
|
888 |
msgid "Admin Email Addresses"
|
889 |
msgstr "Adresy e-mail administratora"
|
890 |
|
891 |
-
#: ../settings/settings-edit.php:
|
892 |
msgid ""
|
893 |
-
"Enter the admin email addresses that should receive notifications (separated "
|
894 |
-
"
|
895 |
msgstr ""
|
896 |
-
"Wprowadź adresy e-mail administratora na które powinny przychodzić "
|
897 |
-
"
|
898 |
|
899 |
-
#: ../settings/settings-edit.php:
|
900 |
msgid ""
|
901 |
-
"To send admin email notifications for the new subscriber. This option must "
|
902 |
-
"
|
903 |
msgstr ""
|
904 |
-
"By wysłać e-mail powiadamiający administratora o nowym subskrybencie ta "
|
905 |
-
"
|
906 |
|
907 |
-
#: ../settings/settings-edit.php:
|
908 |
-
#: subscribers/view-subscriber-sync.php:107 ../classes/es-register.php:
|
909 |
msgid "YES"
|
910 |
msgstr "TAK"
|
911 |
|
912 |
-
#: ../settings/settings-edit.php:
|
913 |
-
#: subscribers/view-subscriber-sync.php:106 ../classes/es-register.php:
|
914 |
msgid "NO"
|
915 |
msgstr "NIE"
|
916 |
|
917 |
-
#: ../settings/settings-edit.php:
|
918 |
msgid "Sent Report Subject"
|
919 |
msgstr "Temat wysłanego raportu"
|
920 |
|
921 |
-
#: ../settings/settings-edit.php:
|
922 |
msgid "Sent Report Content"
|
923 |
msgstr "Treść wysłanego raportu"
|
924 |
|
925 |
-
#: ../settings/settings-edit.php:
|
926 |
msgid "It is a readonly field and you are advised not to modify it."
|
927 |
msgstr "Jest to pole tylko do odczytu i nie zaleca się go zmodyfikować."
|
928 |
|
929 |
-
#: ../settings/settings-edit.php:
|
930 |
msgid ""
|
931 |
-
"This text will be displayed once user clicks on email confirmation link from "
|
932 |
-
"
|
933 |
msgstr ""
|
934 |
"Ten tekst będzie wyświetlany gdy użytkownik kliknie na link z e-maila "
|
935 |
"potwierdzającego w podwójnym Opt-In."
|
936 |
|
937 |
-
#: ../settings/settings-edit.php:
|
938 |
msgid ""
|
939 |
-
"To send welcome email to subscriber after successful signup. This option "
|
940 |
-
"
|
941 |
msgstr ""
|
942 |
-
"By wysłać mail powitalny do subskrybenta po pomyślnej rejestracji ta opcja "
|
943 |
-
"
|
944 |
|
945 |
-
#: ../settings/settings-edit.php:
|
946 |
msgid "Unsubscribe Link"
|
947 |
msgstr "Link anulujący subskrypcję"
|
948 |
|
949 |
-
#: ../settings/settings-edit.php:
|
950 |
msgid "Unsubscribe Text in Email"
|
951 |
msgstr "Tekst anulujący subskrypcję w Email Subscribers"
|
952 |
|
953 |
-
#: ../settings/settings-edit.php:
|
954 |
msgid "Text to display after an email address is unsubscribed"
|
955 |
msgstr "Tekst do wyświetlenia po wyrejestrowaniu adresu e-mail"
|
956 |
|
957 |
-
#: ../settings/settings-edit.php:
|
958 |
msgid "Error in the Unsubscribe Link"
|
959 |
msgstr "Błąd w linku wyrejestrującym"
|
960 |
|
961 |
-
#: ../settings/settings-edit.php:
|
962 |
msgid "Select user roles who can access following menus. Only Admin can change this."
|
963 |
msgstr ""
|
964 |
"Wybierz role użytkowników, którzy mają dostęp do następujących opcji. Tylko "
|
965 |
"Administrator może to zmienić."
|
966 |
|
967 |
-
#: ../settings/settings-edit.php:
|
968 |
msgid "Subscribers Menu"
|
969 |
msgstr "Menu subskrybentów"
|
970 |
|
971 |
-
#: ../settings/settings-edit.php:
|
972 |
-
#: settings/settings-edit.php:
|
973 |
-
#: settings/settings-edit.php:
|
974 |
msgid "Administrator Only"
|
975 |
msgstr "Tylko dla administratora"
|
976 |
|
977 |
-
#: ../settings/settings-edit.php:
|
978 |
-
#: settings/settings-edit.php:
|
979 |
-
#: settings/settings-edit.php:
|
980 |
msgid "Administrator/Editor"
|
981 |
msgstr "Administrator/Edytor"
|
982 |
|
983 |
-
#: ../settings/settings-edit.php:
|
984 |
-
#: settings/settings-edit.php:
|
985 |
-
#: settings/settings-edit.php:
|
986 |
msgid "Administrator/Editor/Author/Contributor"
|
987 |
msgstr "Administrator/Edytor/Autor/Specjalista"
|
988 |
|
989 |
-
#: ../settings/settings-edit.php:
|
990 |
msgid "Compose Menu"
|
991 |
msgstr "Menu Kompozycji"
|
992 |
|
993 |
-
#: ../settings/settings-edit.php:
|
994 |
msgid "Post Notifications Menu"
|
995 |
msgstr "Menu Powiadomień"
|
996 |
|
997 |
-
#: ../settings/settings-edit.php:
|
998 |
-
#: register.php:
|
999 |
msgid "Newsletters"
|
1000 |
msgstr "Biuletyny"
|
1001 |
|
1002 |
-
#: ../settings/settings-edit.php:
|
1003 |
msgid "Reports Menu"
|
1004 |
msgstr "Menu raportów"
|
1005 |
|
1006 |
-
#: ../settings/settings-edit.php:
|
1007 |
msgid "Cron job URL"
|
1008 |
msgstr "URL zadania Cron"
|
1009 |
|
1010 |
-
#: ../settings/settings-edit.php:
|
1011 |
msgid ""
|
1012 |
"This is your Cron Job URL. It is a readonly field and you are advised not to "
|
1013 |
"modify it."
|
1014 |
msgstr ""
|
1015 |
-
"To jest twoja procedura Cron URL. Jest to pole tylko do odczytu i nie "
|
1016 |
-
"
|
1017 |
|
1018 |
-
#: ../settings/settings-edit.php:
|
1019 |
msgid "Email Count"
|
1020 |
msgstr "Ilość emaili"
|
1021 |
|
1022 |
-
#: ../settings/settings-edit.php:
|
1023 |
msgid "Number of emails that you want to trigger per hour."
|
1024 |
msgstr "Ilość e-maili, które mają być wyzwalane na godzinę."
|
1025 |
|
1026 |
-
#: ../settings/settings-edit.php:
|
1027 |
msgid "What is Cron (auto emails) and how to setup Cron Job?"
|
1028 |
msgstr "Czym jest Cron (automatyczne e-maile) i w jak skonfigurować procedurę Cron?"
|
1029 |
|
1030 |
-
#: ../settings/settings-edit.php:
|
1031 |
msgid "Please enter sender of notifications from name."
|
1032 |
msgstr "Proszę podać nadawcę powiadomień po nazwie."
|
1033 |
|
1034 |
-
#: ../settings/settings-edit.php:
|
1035 |
msgid "Please enter sender of notifications from email."
|
1036 |
msgstr "Proszę podać nadawcę powiadomień po adresie e-mail."
|
1037 |
|
1038 |
-
#: ../settings/settings-edit.php:
|
1039 |
msgid "Please enter valid mail count."
|
1040 |
msgstr "Proszę podać poprawną liczbę e-maili."
|
1041 |
|
1042 |
-
#: ../settings/settings-edit.php:
|
1043 |
msgid "Settings Saved."
|
1044 |
msgstr "Ustawienia zapisane."
|
1045 |
|
1046 |
-
#: ../settings/settings-edit.php:
|
1047 |
msgid "Oops, unable to update."
|
1048 |
msgstr "Ups, nie można zaktualizować."
|
1049 |
|
@@ -1059,7 +1124,11 @@ msgstr "Synchronizacja tabeli wtyczek"
|
|
1059 |
msgid "Click to sync tables"
|
1060 |
msgstr "Kliknij by synchronizować tabele"
|
1061 |
|
1062 |
-
#: ../sentmail/sentmail-preview.php:
|
|
|
|
|
|
|
|
|
1063 |
msgid "Back"
|
1064 |
msgstr "Cofnij"
|
1065 |
|
@@ -1075,8 +1144,8 @@ msgstr " << "
|
|
1075 |
msgid " >> "
|
1076 |
msgstr " >> "
|
1077 |
|
1078 |
-
#: ../sentmail/sentmail-show.php:93 ../classes/es-register.php:
|
1079 |
-
#: register.php:
|
1080 |
msgid "Reports"
|
1081 |
msgstr "Raporty"
|
1082 |
|
@@ -1089,8 +1158,7 @@ msgid "View Reports"
|
|
1089 |
msgstr "Pokaż raporty"
|
1090 |
|
1091 |
#: ../sentmail/sentmail-show.php:108 ../sentmail/sentmail-show.php:121 ..
|
1092 |
-
#: compose/compose-
|
1093 |
-
#: compose/compose-show.php:88
|
1094 |
msgid "Preview"
|
1095 |
msgstr "Podgląd"
|
1096 |
|
@@ -1099,9 +1167,9 @@ msgid "Type"
|
|
1099 |
msgstr "Typ"
|
1100 |
|
1101 |
#: ../sentmail/sentmail-show.php:110 ../sentmail/sentmail-show.php:123 ..
|
1102 |
-
#: sentmail/deliverreport-show.php:70 ../sentmail/deliverreport-show.php:81
|
1103 |
#: subscribers/view-subscriber-show.php:362 ../subscribers/view-subscriber-show.
|
1104 |
-
#: php:375 ../compose/compose-edit.php:
|
1105 |
msgid "Status"
|
1106 |
msgstr "Status"
|
1107 |
|
@@ -1135,8 +1203,8 @@ msgstr "Optymalizacja Tabeli i Usuwanie Rekordów"
|
|
1135 |
|
1136 |
#: ../sentmail/sentmail-show.php:199
|
1137 |
msgid ""
|
1138 |
-
"Note: Please click on <strong>Optimize Table & Delete Records</strong> "
|
1139 |
-
"
|
1140 |
msgstr ""
|
1141 |
"Uwaga: Proszę kliknąć na <strong>Optymalizacja Tabeli i Usuwanie Rekordów</ "
|
1142 |
"strong>, aby usunąć wszystkie raporty za wyjątkiem ostatnich 10."
|
@@ -1173,8 +1241,8 @@ msgstr "Data przegladania"
|
|
1173 |
|
1174 |
#: ../subscribers/view-subscriber-import.php:44
|
1175 |
msgid ""
|
1176 |
-
"Error: Special characters (['^$%&*()}{@#~?><>,|=_+\\\"]) are not allowed in "
|
1177 |
-
"
|
1178 |
msgstr ""
|
1179 |
"Błąd: znaki specjalne: (['^$%&*()}{@#~?><>,|=_+\\\"]) w nazwie grupy nie są "
|
1180 |
"dozwolone."
|
@@ -1321,8 +1389,8 @@ msgstr "Status subskrybentów zaktualizowano."
|
|
1321 |
msgid "Please select New Status to update."
|
1322 |
msgstr "Proszę wybrać Nowy Status do aktualizacji."
|
1323 |
|
1324 |
-
#: ../subscribers/view-subscriber-show.php:241 ../classes/es-register.php:
|
1325 |
-
#: classes/es-register.php:
|
1326 |
msgid "Subscribers"
|
1327 |
msgstr "Subskrybujący"
|
1328 |
|
@@ -1407,7 +1475,7 @@ msgid "Email Address"
|
|
1407 |
msgstr "Adres E-mail"
|
1408 |
|
1409 |
#: ../subscribers/view-subscriber-show.php:361 ../subscribers/view-subscriber-
|
1410 |
-
#: show.php:374 ../classes/es-register.php:
|
1411 |
msgid "Name"
|
1412 |
msgstr "Nazwa"
|
1413 |
|
@@ -1492,11 +1560,11 @@ msgstr "Proszę wybrać lub stworzyć grupę dla tej wiadomości."
|
|
1492 |
|
1493 |
#: ../subscribers/view-subscriber-add.php:56
|
1494 |
msgid ""
|
1495 |
-
"Error: Special characters (['^$%&*()}{@#~?><>,|=_+\\\"]) are not allowed in "
|
1496 |
-
"
|
1497 |
msgstr ""
|
1498 |
-
"Błąd: W nazwie grupy nie wolno używać znaków specjalnych: (['^$%&*()}{
|
1499 |
-
"
|
1500 |
|
1501 |
#: ../subscribers/view-subscriber-add.php:66
|
1502 |
msgid "Subscriber has been saved."
|
@@ -1610,15 +1678,15 @@ msgstr "Wprowadź Temat e-maila"
|
|
1610 |
msgid "Enter Content for your Email"
|
1611 |
msgstr "Wprowadź treść e-maila"
|
1612 |
|
1613 |
-
#: ../compose/compose-edit.php:
|
1614 |
msgid "Available Keywords"
|
1615 |
msgstr "Dostępne słowa kluczowe"
|
1616 |
|
1617 |
-
#: ../compose/compose-edit.php:
|
1618 |
msgid "Published"
|
1619 |
msgstr "Opublikowane"
|
1620 |
|
1621 |
-
#: ../compose/compose-edit.php:
|
1622 |
msgid "Please select your mail status"
|
1623 |
msgstr "Proszę wybierz status twojego maila"
|
1624 |
|
@@ -1626,16 +1694,16 @@ msgstr "Proszę wybierz status twojego maila"
|
|
1626 |
msgid "Add new Email"
|
1627 |
msgstr "Dodaj nowy e-mail"
|
1628 |
|
1629 |
-
#: ../compose/compose-show.php:64 ../classes/es-register.php:
|
1630 |
-
#: register.php:
|
1631 |
msgid "Compose"
|
1632 |
msgstr "Układ"
|
1633 |
|
1634 |
-
#: ../compose/compose-show.php:78 ../compose/compose-show.php:
|
1635 |
msgid "Email Template"
|
1636 |
msgstr "Szablon e-mail"
|
1637 |
|
1638 |
-
#: ../compose/compose-show.php:79 ../compose/compose-show.php:
|
1639 |
msgid "Actions"
|
1640 |
msgstr "Działania"
|
1641 |
|
@@ -1643,14 +1711,13 @@ msgstr "Działania"
|
|
1643 |
msgid "Unexpected url submit has been detected"
|
1644 |
msgstr "Zostało wykryte niespodziewane zgłoszenie URL"
|
1645 |
|
1646 |
-
#: ../job/es-unsubscribe.php:54 ../job/es-unsubscribe.php:61 ../job/es-optin.php:
|
1647 |
-
#:
|
1648 |
msgid ""
|
1649 |
-
"Oops.. We are getting some technical error. Please try again or contact "
|
1650 |
-
"admin."
|
1651 |
msgstr ""
|
1652 |
-
"Ups... Pojawił się problem techniczny. Spróbuj raz jeszcze lub skontaktuj "
|
1653 |
-
"
|
1654 |
|
1655 |
#: ../job/es-optin.php:61
|
1656 |
msgid "This email address has already been confirmed."
|
@@ -1663,10 +1730,10 @@ msgstr "Witamy w Email Subscribers!"
|
|
1663 |
#: ../help/help.php:174
|
1664 |
msgid "Thanks for installing and we hope you will enjoy using Email Subscribers."
|
1665 |
msgstr ""
|
1666 |
-
"Dziękujemy za zainstalowanie i mamy nadzieję, że będziesz zadowolony z "
|
1667 |
-
"
|
1668 |
|
1669 |
-
#: ../help/help.php:183 ../classes/es-register.php:
|
1670 |
#: php:38
|
1671 |
msgid "Subscribe"
|
1672 |
msgstr "Subskrypcja"
|
@@ -1674,11 +1741,9 @@ msgstr "Subskrypcja"
|
|
1674 |
#: ../help/help.php:201
|
1675 |
#, php-format
|
1676 |
msgid ""
|
1677 |
-
"Like Email Subscribers? If yes, then consider %s to support further "
|
1678 |
-
"developments."
|
1679 |
msgstr ""
|
1680 |
-
"Podoba ci się Email Subscribers? Jeśli tak rozważ %s by wspomóc dalszy "
|
1681 |
-
"rozwój."
|
1682 |
|
1683 |
#: ../help/help.php:201
|
1684 |
msgid "donating to us"
|
@@ -1686,10 +1751,9 @@ msgstr "wspomóż nas"
|
|
1686 |
|
1687 |
#: ../help/help.php:288 ../help/help.php:299 ../help/help.php:302 ../help/help.
|
1688 |
#: php:314 ../help/help.php:317 ../help/help.php:320 ../help/help.php:323 ..
|
1689 |
-
#: help/help.php:336 ../help/help.php:339 ../help/help.php:342 ../help/help.php:
|
1690 |
-
#:
|
1691 |
-
#:
|
1692 |
-
#: 380 ../help/help.php:382
|
1693 |
#, php-format
|
1694 |
msgid "%s"
|
1695 |
msgstr "%s"
|
@@ -1787,13 +1851,13 @@ msgstr "Odbiorcy: %s"
|
|
1787 |
|
1788 |
#: ../sendmail/sendmail.php:183
|
1789 |
msgid ""
|
1790 |
-
"<br><br><strong>Your Recipients count is above 100.<br>We strongly recommend "
|
1791 |
-
"
|
1792 |
-
"
|
1793 |
msgstr ""
|
1794 |
-
"<br><br><strong>Ilość Odbiorców przekracza 100.<br>Zdecydowanie zalecamy "
|
1795 |
-
"
|
1796 |
-
"
|
1797 |
|
1798 |
#: ../sendmail/sendmail.php:194 ../sendmail/sendmail.php:196
|
1799 |
msgid "Send Email"
|
@@ -1803,6 +1867,18 @@ msgstr "Wyślij mail"
|
|
1803 |
msgid "Reset"
|
1804 |
msgstr "Nastawić"
|
1805 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1806 |
#: ../classes/es-common.php:13
|
1807 |
msgid "<span style=\"color:#006600;font-weight:bold;\">Confirmed</span>"
|
1808 |
msgstr "<span style=\"color:#006600;font-weight:bold;\">Zatwierdzony</span>"
|
@@ -1848,387 +1924,373 @@ msgid "<span style=\"color:#993399;\">Immediately</span>"
|
|
1848 |
msgstr "<span style=\"color:#993399;\">Natychmiast</span>"
|
1849 |
|
1850 |
#. Name of the plugin
|
1851 |
-
#: ../classes/es-register.php:
|
1852 |
-
#: register.php:
|
1853 |
msgid "Email Subscribers"
|
1854 |
msgstr "Email Subscribers"
|
1855 |
|
1856 |
-
#: ../classes/es-register.php:
|
1857 |
msgid "Help & Info"
|
1858 |
msgstr "Pomoc i Informacje"
|
1859 |
|
1860 |
-
#: ../classes/es-register.php:
|
1861 |
msgctxt "view-subscriber-enhanced-select"
|
1862 |
msgid "Please enter subscriber email address."
|
1863 |
msgstr "Proszę wprowadź adres e-mail subskrybenta."
|
1864 |
|
1865 |
-
#: ../classes/es-register.php:
|
1866 |
msgctxt "view-subscriber-enhanced-select"
|
1867 |
msgid "Please select subscriber email status."
|
1868 |
msgstr "Proszę wybierz status e-maila subskrybenta."
|
1869 |
|
1870 |
-
#: ../classes/es-register.php:
|
1871 |
msgctxt "view-subscriber-enhanced-select"
|
1872 |
msgid "Please select or create group for this subscriber."
|
1873 |
msgstr "Proszę wybrać lub utworzyć grupę dla tego subskrybenta."
|
1874 |
|
1875 |
-
#: ../classes/es-register.php:
|
1876 |
msgctxt "view-subscriber-enhanced-select"
|
1877 |
msgid "Do you want to delete this record?"
|
1878 |
msgstr "Czy chcesz usunąć ten rekord?"
|
1879 |
|
1880 |
-
#: ../classes/es-register.php:
|
1881 |
msgctxt "view-subscriber-enhanced-select"
|
1882 |
msgid "Please select the bulk action."
|
1883 |
msgstr "Proszę wybierz masowe działanie."
|
1884 |
|
1885 |
-
#: ../classes/es-register.php:
|
1886 |
msgctxt "view-subscriber-enhanced-select"
|
1887 |
msgid "Are you sure you want to delete selected records?"
|
1888 |
msgstr "Jesteś pewien, że chcesz usunąć zaznaczone rekordy?"
|
1889 |
|
1890 |
-
#: ../classes/es-register.php:
|
1891 |
msgctxt "view-subscriber-enhanced-select"
|
1892 |
msgid ""
|
1893 |
-
"Do you want to resend confirmation email? \\nAlso please note, this will "
|
1894 |
-
"
|
1895 |
msgstr ""
|
1896 |
-
"Czy chcesz, aby ponownie wysłać e-mail potwierdzający? \\nZaktualizuje to "
|
1897 |
-
"
|
1898 |
|
1899 |
-
#: ../classes/es-register.php:
|
1900 |
msgctxt "view-subscriber-enhanced-select"
|
1901 |
msgid "Please select new subscriber group."
|
1902 |
msgstr "Proszę wybrać nową grupę subskrybenta."
|
1903 |
|
1904 |
-
#: ../classes/es-register.php:
|
1905 |
msgctxt "view-subscriber-enhanced-select"
|
1906 |
msgid "Please select new status for subscribers"
|
1907 |
msgstr "Proszę wskaż nowy status dla subskrybentów"
|
1908 |
|
1909 |
-
#: ../classes/es-register.php:
|
1910 |
msgctxt "view-subscriber-enhanced-select"
|
1911 |
msgid "Do you want to update subscribers group?"
|
1912 |
msgstr "Czy chcesz zaktualizować grupę subskrybentów?"
|
1913 |
|
1914 |
-
#: ../classes/es-register.php:
|
1915 |
msgctxt "view-subscriber-enhanced-select"
|
1916 |
msgid "Do you want to update subscribers status?"
|
1917 |
msgstr "Czy chcesz zaktualizować statusy subskrybentów?"
|
1918 |
|
1919 |
-
#: ../classes/es-register.php:
|
1920 |
msgctxt "view-subscriber-enhanced-select"
|
1921 |
msgid ""
|
1922 |
-
"Please select only csv file. Please check official website for csv structure
|
1923 |
-
"."
|
1924 |
msgstr ""
|
1925 |
-
"Proszę wybrać tylko plik CSV. Proszę sprawdzić strukturę pliku CSV na "
|
1926 |
-
"
|
1927 |
|
1928 |
-
#: ../classes/es-register.php:
|
1929 |
msgctxt "compose-enhanced-select"
|
1930 |
msgid "Please enter the Email Subject."
|
1931 |
msgstr "Proszę, wprowadź Temat e-maila."
|
1932 |
|
1933 |
-
#: ../classes/es-register.php:
|
1934 |
msgctxt "compose-enhanced-select"
|
1935 |
msgid "Do you want to delete this record?"
|
1936 |
msgstr "Czy chcesz usunąć ten rekord?"
|
1937 |
|
1938 |
-
#: ../classes/es-register.php:
|
1939 |
msgctxt "notification-enhanced-select"
|
1940 |
msgid "Please select subscribers group."
|
1941 |
msgstr "Proszę wybrać grupę subskrybentów."
|
1942 |
|
1943 |
-
#: ../classes/es-register.php:
|
1944 |
msgctxt "notification-enhanced-select"
|
1945 |
msgid "Please select notification mail subject. Use compose menu to create new."
|
1946 |
msgstr "Wybierz powiadomienia e-mail. Użyj menu tworzenia, aby stworzyć nowe."
|
1947 |
|
1948 |
-
#: ../classes/es-register.php:
|
1949 |
msgctxt "notification-enhanced-select"
|
1950 |
msgid "Please select notification status."
|
1951 |
msgstr "Proszę wybierz stan powiadomienia."
|
1952 |
|
1953 |
-
#: ../classes/es-register.php:
|
1954 |
msgctxt "notification-enhanced-select"
|
1955 |
msgid "Do you want to delete this record?"
|
1956 |
msgstr "Czy chcesz usunąć ten rekord?"
|
1957 |
|
1958 |
-
#: ../classes/es-register.php:
|
1959 |
msgctxt "sendmail-enhanced-select"
|
1960 |
msgid "Please select your mail subject."
|
1961 |
msgstr "Proszę wybierz temat twojego maila."
|
1962 |
|
1963 |
-
#: ../classes/es-register.php:
|
1964 |
msgctxt "sendmail-enhanced-select"
|
1965 |
msgid "Please select your mail type."
|
1966 |
msgstr "Proszę wybrać typ maila."
|
1967 |
|
1968 |
-
#: ../classes/es-register.php:
|
1969 |
msgctxt "sendmail-enhanced-select"
|
1970 |
msgid ""
|
1971 |
-
"Have you double checked your selected group? If so, let's go ahead and send "
|
1972 |
-
"this."
|
1973 |
msgstr "Sprawdziłeś dwukrotnie wybraną grupę? Jeżeli tak to weź i wyślij."
|
1974 |
|
1975 |
-
#: ../classes/es-register.php:
|
1976 |
msgctxt "sentmail-enhanced-select"
|
1977 |
msgid "Do you want to delete this record?"
|
1978 |
msgstr "Czy chcesz usunąć ten rekord?"
|
1979 |
|
1980 |
-
#: ../classes/es-register.php:
|
1981 |
msgctxt "sentmail-enhanced-select"
|
1982 |
msgid "Do you want to delete all records except latest 10?"
|
1983 |
msgstr "Czy chcesz usunąć wszystkie rekordy, za wyjątkiem ostatnich 10-iu?"
|
1984 |
|
1985 |
-
#: ../classes/es-register.php:
|
1986 |
msgctxt "cron-enhanced-select"
|
1987 |
msgid "Please select enter number of mails you want to send per hour/trigger."
|
1988 |
msgstr "Proszę wprowadzić ilość maili, które chcesz wysłać na godzinę/wyzwolenie."
|
1989 |
|
1990 |
-
#: ../classes/es-register.php:
|
1991 |
msgctxt "cron-enhanced-select"
|
1992 |
msgid "Please enter the mail count, only number."
|
1993 |
msgstr "Proszę podać liczbę maili, tylko numer."
|
1994 |
|
1995 |
-
#: ../classes/es-register.php:
|
1996 |
msgctxt "widget-enhanced-select"
|
1997 |
msgid "Please enter email address"
|
1998 |
msgstr "Proszę wprowadź adres mailowy"
|
1999 |
|
2000 |
-
#: ../classes/es-register.php:
|
2001 |
msgctxt "widget-enhanced-select"
|
2002 |
msgid "Please provide a valid email address"
|
2003 |
msgstr "Prosimy o wprowadzenie poprawnego adresu e-mail"
|
2004 |
|
2005 |
-
#: ../classes/es-register.php:
|
2006 |
msgctxt "widget-enhanced-select"
|
2007 |
msgid "loading..."
|
2008 |
msgstr "ładuję…"
|
2009 |
|
2010 |
-
#: ../classes/es-register.php:
|
2011 |
msgctxt "widget-enhanced-select"
|
2012 |
msgid "Cannot create XMLHTTP instance"
|
2013 |
msgstr "Nie można utworzyć instancji XMLHTTP"
|
2014 |
|
2015 |
-
#: ../classes/es-register.php:
|
2016 |
msgctxt "widget-enhanced-select"
|
2017 |
msgid "Successfully Subscribed."
|
2018 |
msgstr "Zarejestrowano subskrypcję."
|
2019 |
|
2020 |
-
#: ../classes/es-register.php:
|
2021 |
msgctxt "widget-enhanced-select"
|
2022 |
msgid ""
|
2023 |
-
"Your subscription was successful! Within a few minutes, kindly check the "
|
2024 |
-
"
|
2025 |
-
"
|
2026 |
msgstr ""
|
2027 |
-
"Subskrypcja zakończyła się pomyślnie! W ciągu kilku minut prosimy sprawdzić "
|
2028 |
-
"
|
2029 |
-
"
|
2030 |
|
2031 |
-
#: ../classes/es-register.php:
|
2032 |
msgctxt "widget-enhanced-select"
|
2033 |
msgid "Email Address already exists!"
|
2034 |
msgstr "Adres email już istnieje!"
|
2035 |
|
2036 |
-
#: ../classes/es-register.php:
|
2037 |
msgctxt "widget-enhanced-select"
|
2038 |
msgid "Oops.. Unexpected error occurred."
|
2039 |
msgstr "Ups… Wystąpił nieoczekiwany błąd."
|
2040 |
|
2041 |
-
#: ../classes/es-register.php:
|
2042 |
msgctxt "widget-enhanced-select"
|
2043 |
msgid "Invalid email address"
|
2044 |
msgstr "Niepoprawny adres email"
|
2045 |
|
2046 |
-
#: ../classes/es-register.php:
|
2047 |
msgctxt "widget-enhanced-select"
|
2048 |
msgid "Please try after some time"
|
2049 |
msgstr "Spróbuj po pewnym czasie"
|
2050 |
|
2051 |
-
#: ../classes/es-register.php:
|
2052 |
msgctxt "widget-enhanced-select"
|
2053 |
msgid "There was a problem with the request"
|
2054 |
msgstr "Wystąpił problem z żądaniem"
|
2055 |
|
2056 |
-
#: ../classes/es-register.php:
|
2057 |
msgctxt "widget-page-enhanced-select"
|
2058 |
msgid "Please enter email address"
|
2059 |
msgstr "Proszę wprowadź adres mailowy"
|
2060 |
|
2061 |
-
#: ../classes/es-register.php:
|
2062 |
msgctxt "widget-page-enhanced-select"
|
2063 |
msgid "Please provide a valid email address"
|
2064 |
msgstr "Prosimy o wprowadzenie poprawnego adresu e-mail"
|
2065 |
|
2066 |
-
#: ../classes/es-register.php:
|
2067 |
msgctxt "widget-page-enhanced-select"
|
2068 |
msgid "loading..."
|
2069 |
msgstr "wczytuję…"
|
2070 |
|
2071 |
-
#: ../classes/es-register.php:
|
2072 |
msgctxt "widget-page-enhanced-select"
|
2073 |
msgid "Cannot create XMLHTTP instance"
|
2074 |
msgstr "Nie można utworzyć instancji XMLHTTP"
|
2075 |
|
2076 |
-
#: ../classes/es-register.php:
|
2077 |
msgctxt "widget-page-enhanced-select"
|
2078 |
msgid "Successfully Subscribed."
|
2079 |
msgstr "Zarejestrowano subskrypcję."
|
2080 |
|
2081 |
-
#: ../classes/es-register.php:
|
2082 |
msgctxt "widget-page-enhanced-select"
|
2083 |
msgid ""
|
2084 |
-
"Your subscription was successful! Within a few minutes, kindly check the "
|
2085 |
-
"
|
2086 |
-
"
|
2087 |
msgstr ""
|
2088 |
-
"Subskrypcja zakończyła się pomyślnie! W ciągu kilku minut prosimy sprawdzić "
|
2089 |
-
"
|
2090 |
-
"
|
2091 |
|
2092 |
-
#: ../classes/es-register.php:
|
2093 |
msgctxt "widget-page-enhanced-select"
|
2094 |
msgid "Email Address already exists!"
|
2095 |
msgstr "Adres email już istnieje!"
|
2096 |
|
2097 |
-
#: ../classes/es-register.php:
|
2098 |
msgctxt "widget-page-enhanced-select"
|
2099 |
msgid "Oops.. Unexpected error occurred."
|
2100 |
msgstr "Ups… Wystąpił nieoczekiwany błąd."
|
2101 |
|
2102 |
-
#: ../classes/es-register.php:
|
2103 |
msgctxt "widget-page-enhanced-select"
|
2104 |
msgid "Invalid email address"
|
2105 |
msgstr "Niepoprawny adres email"
|
2106 |
|
2107 |
-
#: ../classes/es-register.php:
|
2108 |
msgctxt "widget-page-enhanced-select"
|
2109 |
msgid "Please try after some time"
|
2110 |
msgstr "Spróbuj po pewnym czasie"
|
2111 |
|
2112 |
-
#: ../classes/es-register.php:
|
2113 |
msgctxt "widget-page-enhanced-select"
|
2114 |
msgid "There was a problem with the request"
|
2115 |
msgstr "Wystąpił problem z żądaniem"
|
2116 |
|
2117 |
-
#: ../classes/es-register.php:
|
2118 |
msgid "is getting even better!"
|
2119 |
msgstr "idzie ku lepszemu!"
|
2120 |
|
2121 |
-
#: ../classes/es-register.php:
|
2122 |
msgid "But I need you to"
|
2123 |
msgstr "Ale potrzebuję ciebie do"
|
2124 |
|
2125 |
-
#: ../classes/es-register.php:
|
2126 |
msgid "help me prioritize"
|
2127 |
msgstr "pomóż mi zdecydować, który wziąć pierwszy"
|
2128 |
|
2129 |
-
#: ../classes/es-register.php:
|
2130 |
msgid "Please send your response today."
|
2131 |
msgstr "Proszę prześlij odpowiedź dzisiaj."
|
2132 |
|
2133 |
-
#: ../classes/es-register.php:
|
2134 |
msgid "Here's how you use ES:"
|
2135 |
msgstr "Oto jak używasz ES:"
|
2136 |
|
2137 |
-
#: ../classes/es-register.php:
|
2138 |
msgid "Have "
|
2139 |
msgstr "Mam "
|
2140 |
|
2141 |
-
#: ../classes/es-register.php:
|
2142 |
msgid " Active Subscribers"
|
2143 |
msgstr " Aktywni Subskrybenci"
|
2144 |
|
2145 |
-
#: ../classes/es-register.php:
|
2146 |
msgid "Post "
|
2147 |
msgstr "Wpis "
|
2148 |
|
2149 |
-
#: ../classes/es-register.php:
|
2150 |
msgid " blog per week"
|
2151 |
msgstr " blog na tydzień"
|
2152 |
|
2153 |
-
#: ../classes/es-register.php:
|
2154 |
msgid "Send emails via Cron"
|
2155 |
msgstr "Wyślij e-mail przez zadanie Cron"
|
2156 |
|
2157 |
-
#: ../classes/es-register.php:
|
2158 |
msgid "Send emails Immediately"
|
2159 |
msgstr "Wyślij e-mail natychmiast"
|
2160 |
|
2161 |
-
#: ../classes/es-register.php:
|
2162 |
msgid "How soon do you want these new features?"
|
2163 |
msgstr "Jak szybko chcesz te nowe funkcje?"
|
2164 |
|
2165 |
-
#: ../classes/es-register.php:
|
2166 |
msgid "Beautiful Email Designs"
|
2167 |
msgstr "Piękne wzory e-maila"
|
2168 |
|
2169 |
-
#: ../classes/es-register.php:
|
2170 |
-
#: register.php:
|
2171 |
msgid "Right now!"
|
2172 |
msgstr "Teraz!"
|
2173 |
|
2174 |
-
#: ../classes/es-register.php:
|
2175 |
-
#: register.php:
|
2176 |
msgid "Soon"
|
2177 |
msgstr "Wkrótce"
|
2178 |
|
2179 |
-
#: ../classes/es-register.php:
|
2180 |
-
#: register.php:
|
2181 |
msgid "Later"
|
2182 |
msgstr "Później"
|
2183 |
|
2184 |
-
#: ../classes/es-register.php:
|
2185 |
msgid "Spam Check, Scheduling... (Better Email Delivery)"
|
2186 |
msgstr "Kontrola spamu, planowanie ... (lepsza poczta e-mail)"
|
2187 |
|
2188 |
-
#: ../classes/es-register.php:
|
2189 |
msgid "Discard Fake / Bouncing Emails"
|
2190 |
msgstr "Odrzuć fałszywe / odbijanie wiadomości e-mail"
|
2191 |
|
2192 |
-
#: ../classes/es-register.php:
|
2193 |
msgid "Advanced Reporting"
|
2194 |
msgstr "Raportowanie zaawansowane"
|
2195 |
|
2196 |
-
#: ../classes/es-register.php:
|
2197 |
msgid "Thank you!"
|
2198 |
msgstr "Dziękuję!"
|
2199 |
|
2200 |
-
#: ../classes/es-register.php:
|
2201 |
msgid "No issues, have a nice day!"
|
2202 |
msgstr "Nie ma problemów, miłego dnia!"
|
2203 |
|
2204 |
-
#: ../classes/es-register.php:
|
2205 |
-
msgid ""
|
2206 |
-
"If you like <strong>Email Subscribers</strong>, please consider leaving us a "
|
2207 |
-
"<a target=\"_blank\" href=\"https://wordpress.org/support/plugin/email-"
|
2208 |
-
"subscribers/reviews/?filter=5#new-post\">★★★★★"
|
2209 |
-
"</a> rating. A huge thank you from Icegram in advance!"
|
2210 |
-
msgstr ""
|
2211 |
-
"Jeżeli lubisz <strong>Email Subscribers</strong>, rozważ proszę ocenienie "
|
2212 |
-
"nas <a target=\"_blank\" href=\"https://wordpress.org/support/plugin/email-"
|
2213 |
-
"subscribers/reviews/?filter=5#new-post\">★★★★★"
|
2214 |
-
"</a>. Z góry dziękujemy, Icegram!"
|
2215 |
-
|
2216 |
-
#: ../classes/es-register.php:1091 ../classes/es-loadwidget.php:33
|
2217 |
msgid "Email *"
|
2218 |
msgstr "E-mail *"
|
2219 |
|
2220 |
-
#: ../classes/es-register.php:
|
2221 |
msgid "Widget Title"
|
2222 |
msgstr "Tytuł wtyczki"
|
2223 |
|
2224 |
-
#: ../classes/es-register.php:
|
2225 |
msgid "Short description about subscription form"
|
2226 |
msgstr "Krótki opis formularza subskrypcji"
|
2227 |
|
2228 |
-
#: ../classes/es-register.php:
|
2229 |
msgid "Display Name Field"
|
2230 |
msgstr "Wyświetl nazwę pola"
|
2231 |
|
2232 |
-
#: ../classes/es-register.php:
|
2233 |
msgid "Subscriber Group"
|
2234 |
msgstr "Grupa subskrybenta"
|
3 |
"Project-Id-Version: Email Subscribers & Newsletters 3.3.4\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
"POT-Creation-Date: 2017-07-26 12:00:36+00:00\n"
|
6 |
+
"PO-Revision-Date: 2017-10-03 21:04+0200\n"
|
7 |
+
"Last-Translator: \n"
|
8 |
+
"Language-Team: StoreApps <support@storeapps.org>, Icegram <hello@icegram.com>\n"
|
9 |
+
"Language: pl\n"
|
10 |
+
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10 >= 2 && n%10<=4 &&(n%100<10||n"
|
11 |
+
"%100 >= 20)? 1 : 2);\n"
|
|
|
12 |
"MIME-Version: 1.0\n"
|
13 |
"Content-Type: text/plain; charset=UTF-8\n"
|
14 |
"Content-Transfer-Encoding: 8bit\n"
|
15 |
"X-Poedit-SourceCharset: UTF-8\n"
|
16 |
"X-Poedit-Basepath: .\n"
|
17 |
+
"X-Poedit-KeywordsList: _:1;gettext:1;dgettext:2;ngettext:1,2;dngettext:2,3;__:1;"
|
18 |
+
"_e:1;_c:1;_n:1,2;_n_noop:1,2;_nc:1,2;__ngettext:1,2;__ngettext_noop:1,2;_x:1,2c;"
|
19 |
+
"_ex:1,2c;_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;esc_attr__:1;"
|
20 |
+
"esc_html__:1;esc_attr_e:1;esc_html_e:1;esc_attr_x:1,2c;esc_html_x:1,2c;"
|
21 |
+
"comments_number_link:2,3;t:1;st:1;trans:1;transChoice:1,2\n"
|
22 |
+
"X-Generator: Poedit 2.0.3\n"
|
23 |
"X-Loco-Target-Locale: pl_PL\n"
|
24 |
+
"X-Poedit-SearchPath-0: ..\n"
|
25 |
|
26 |
#. URI of the plugin
|
27 |
msgid "https://www.icegram.com"
|
28 |
+
msgstr "https://www.icegram.com"
|
29 |
|
30 |
+
#: ../email-subscribers.php:70
|
31 |
msgctxt "timezone date format"
|
32 |
msgid "Y-m-d H:i:s"
|
33 |
+
msgstr "Y-m-d H:i:s"
|
34 |
|
35 |
+
#: ../settings/settings-edit.php:92
|
36 |
msgid "Email Type"
|
37 |
+
msgstr "Typ E-mail"
|
38 |
|
39 |
+
#: ../settings/settings-edit.php:93
|
40 |
msgid ""
|
41 |
+
"Option 1 & 2 is to send emails with default Wordpress method wp_mail(). Option 3 & "
|
42 |
+
"4 is to send emails with PHP method mail()."
|
43 |
msgstr ""
|
44 |
+
"Opcje 1 i 2 wysyła maile standardową metodą wp_mail() Wordpressa. Opcje 3 i 4 "
|
45 |
+
"wysyła maile metodą mail() PHP."
|
46 |
|
47 |
+
#: ../settings/settings-edit.php:107
|
48 |
msgid "Opt-In Type"
|
49 |
+
msgstr "Typ Opt-In"
|
50 |
|
51 |
+
#: ../settings/settings-edit.php:108
|
52 |
msgid ""
|
53 |
+
"Double Opt-In : In this type, the subscriber is sent an activation link as soon as "
|
54 |
+
"they subscribe to your list. They have to confirm their subscription by clicking "
|
55 |
+
"on the activation link.<br />Single Opt-In : In this type, the subscriber is not "
|
56 |
+
"asked to confirm their email address. They are subscribed directly in the list."
|
57 |
+
msgstr ""
|
58 |
+
"Podwójne Opt-In: W tym typie Subscriber wysyła link aktywacyjny do subskrybenta "
|
59 |
+
"zaraz po zaprenumerowaniu listy. Musi on potwierdzić subskrypcję, klikając link "
|
60 |
+
"aktywacyjny. <br /> Pojedynczy Opt-In: w tym typie subskrybent nie jest proszony o "
|
61 |
+
"potwierdzenie swojego adresu e-mail. Subskrybent jest automatycznie umieszczany na "
|
62 |
+
"liście."
|
63 |
+
|
64 |
+
#: ../settings/settings-edit.php:139
|
65 |
msgid "Notify Admin when a new subscriber signs up"
|
66 |
+
msgstr "Powiadom Administratora gdy nowy subskrybent się zarejestruje"
|
67 |
|
68 |
+
#: ../settings/settings-edit.php:152
|
69 |
msgid "Admin Email Subject on new subscriber sign up"
|
70 |
+
msgstr "Temat wiadomości e-mail administratora o zarejestrowaniu nowego subskrybenta"
|
71 |
|
72 |
+
#: ../settings/settings-edit.php:153
|
73 |
msgid ""
|
74 |
+
"Subject for the admin email whenever a new subscriber signs up and is confirmed."
|
|
|
75 |
msgstr ""
|
76 |
+
"Temat wiadomości e-mail administratora, gdy nowy subskrybent zgłasza się i "
|
77 |
+
"zostanie potwierdzony."
|
78 |
|
79 |
+
#: ../settings/settings-edit.php:159
|
80 |
msgid "Admin Email Content on new subscriber signs up"
|
81 |
+
msgstr "Treść wiadomości e-mail administratora o zarejestrowaniu nowego subskrybenta"
|
82 |
|
83 |
+
#: ../settings/settings-edit.php:160
|
84 |
msgid ""
|
85 |
+
"Content for the admin email whenever a new subscriber signs up and is confirmed."
|
86 |
+
"<br />(Available Keywords: ###NAME###, ###EMAIL###, ###GROUP###)"
|
87 |
msgstr ""
|
88 |
+
"Treść wiadomości e-mail administratora, gdy pojawi się nowy abonent i zostanie "
|
89 |
+
"potwierdzony.<br /> (Dostępne słowa kluczowe: ###NAME###, ###EMAIL###, ###GROUP###)"
|
90 |
|
91 |
+
#: ../settings/settings-edit.php:168
|
92 |
msgid "Subject for the email report which will be sent to admin."
|
93 |
+
msgstr "Temat raportu e-mail, wysyłanego do administratora."
|
94 |
|
95 |
+
#: ../settings/settings-edit.php:175
|
96 |
msgid ""
|
97 |
"Content for the email report which will be sent to admin.<br />(Available "
|
98 |
"Keywords: ###COUNT###, ###UNIQUE###, ###STARTTIME###, ###ENDTIME###)"
|
99 |
msgstr ""
|
100 |
+
"Tekst raportu e-mail, wysyłanego do administratora.<br />(Dostępne słowa kluczowe: "
|
101 |
+
"###COUNT###, ###UNIQUE###, ###STARTTIME###, ###ENDTIME###)"
|
102 |
|
103 |
+
#: ../settings/settings-edit.php:186
|
104 |
msgid "Double Opt-In Email Subject (Confirmation Email)"
|
105 |
+
msgstr "Temat e-maila Podwójnego Opt-In (E-mail potwierdzający)"
|
106 |
|
107 |
+
#: ../settings/settings-edit.php:187
|
108 |
msgid ""
|
109 |
"Subject for the confirmation email to be sent for Double Opt-In whenever a "
|
110 |
"subscriber signs up."
|
111 |
msgstr ""
|
112 |
+
"Temat e-maila potwierdzającego wysyłanego przy podwójnym Opt-In, gdy subskrybent "
|
113 |
+
"zostanie potwierdzony."
|
114 |
|
115 |
+
#: ../settings/settings-edit.php:193
|
116 |
msgid "Double Opt-In Email Content (Confirmation Email)"
|
117 |
+
msgstr "Treść e-maila Podwójnego Opt-In (E-mail potwierdzający)"
|
118 |
|
119 |
+
#: ../settings/settings-edit.php:194
|
120 |
msgid ""
|
121 |
"Content for the confirmation email to be sent for Double Opt-In whenever a "
|
122 |
"subscriber signs up.<br />(Available Keywords: ###NAME###, ###LINK###)"
|
123 |
msgstr ""
|
124 |
+
"Treść e-maila potwierdzającego wysyłanego przy podwójnym Opt-In, gdy subskrybent "
|
125 |
+
"zostanie potwierdzony.<br /> (Dostępne słowa kluczowe: ###NAME###, ###LINK###)"
|
126 |
|
127 |
+
#: ../settings/settings-edit.php:200
|
128 |
msgid "Double Opt-In Confirmation Link"
|
129 |
+
msgstr "Link potwierdzający podwójnego Opt-In"
|
130 |
|
131 |
+
#: ../settings/settings-edit.php:207
|
132 |
msgid ""
|
133 |
+
"Text to display after an email address is successfully subscribed from Double Opt-"
|
134 |
+
"In (Confirmation) Email"
|
135 |
msgstr ""
|
136 |
+
"Tekst do wyświetlenia po pomyślnej subskrypcji z podwójnego Opt-In (e-mail "
|
137 |
+
"potwierdzenia)"
|
138 |
|
139 |
+
#: ../settings/settings-edit.php:215
|
140 |
msgid "Send Welcome Email to New Subscribers after Sign Up?"
|
141 |
+
msgstr "Wysłać e-mail powitalny do nowego subskrybenta po potwierdzeniu?"
|
142 |
|
143 |
+
#: ../settings/settings-edit.php:227
|
144 |
msgid "Subject for Welcome Email"
|
145 |
+
msgstr "Temat e-maila powitalnego"
|
146 |
|
147 |
+
#: ../settings/settings-edit.php:228
|
148 |
msgid ""
|
149 |
+
"Subject for the subscriber welcome email. This will be sent whenever a user's "
|
150 |
+
"email is either confirmed (if Double Opt-In) / subscribed (if Single Opt-In) "
|
151 |
+
"successfully."
|
152 |
msgstr ""
|
153 |
+
"Temat wiadomości powitalnej subskrybenta. Zostanie ono wysłane, gdy e-mail "
|
154 |
+
"użytkownika zostanie potwierdzony (gdy podwójne Opt-In) / subskrybuje (jeśli "
|
155 |
+
"pojedynczy Opt-In)."
|
156 |
|
157 |
+
#: ../settings/settings-edit.php:234
|
158 |
msgid "Email Content for Welcome Email"
|
159 |
+
msgstr "Treść e-maila powitalnego"
|
160 |
|
161 |
+
#: ../settings/settings-edit.php:235
|
162 |
msgid ""
|
163 |
"Content for the subscriber welcome email whenever a user's email is either "
|
164 |
+
"confirmed (if Double Opt In) / subscribed (if Single Opt In) successfully.<br /"
|
165 |
+
">(Available Keywords: ###NAME###, ###GROUP###, ###LINK###)"
|
166 |
msgstr ""
|
167 |
+
"Treść wiadomości powitalnej subskrybenta, gdy e-mail użytkownika zostanie "
|
168 |
+
"potwierdzony (jeśli podwójne Opt-In) / subskrybuje (jeśli pojedynczy Opt-In).<br /"
|
169 |
+
">(Dostępne słowa kluczowe: ###NAME###, ###GROUP###, ###LINK###)"
|
170 |
|
171 |
+
#: ../settings/settings-edit.php:244
|
172 |
msgid ""
|
173 |
+
"This unsubscribe link is automatically added to all the emails that are sent from "
|
174 |
+
"this plugin. It is a readonly field and you are advised not to modify it."
|
|
|
175 |
msgstr ""
|
176 |
+
"Ten link anulowania subskrypcji zostanie automatycznie dodany do wszystkich "
|
177 |
+
"wiadomości e-mail wysyłanych z tej wtyczki. Jest to pole tylko do odczytu i nie "
|
178 |
+
"zaleca się jego modyfikowania."
|
179 |
|
180 |
+
#: ../settings/settings-edit.php:251
|
181 |
msgid ""
|
182 |
"The text for the unsubscribe link. This text is automatically added with "
|
183 |
"unsubscribe link in the emails.<br />(Available Keyword: ###LINK###)"
|
184 |
msgstr ""
|
185 |
+
"Tekst linku anulowania subskrypcji. Ten tekst jest automatycznie dodawany z "
|
186 |
+
"linkiem anulowania do e-maila. <br /> (Dostępne słowo kluczowe: ###LINK###)"
|
187 |
|
188 |
+
#: ../settings/settings-edit.php:258
|
189 |
msgid ""
|
190 |
+
"This text will be displayed once user clicks on unsubscribe link from the email."
|
|
|
191 |
msgstr ""
|
192 |
+
"Ten tekst zostanie wyświetlony po kliknięciu przez użytkownika linku anulującego "
|
193 |
+
"subskrypcję."
|
194 |
|
195 |
+
#: ../settings/settings-edit.php:265
|
196 |
msgid "Error in the Subscribe / Confirmation Link"
|
197 |
+
msgstr "Błąd w linku subskrypcji/potwierdzenia"
|
198 |
|
199 |
+
#: ../settings/settings-edit.php:266
|
200 |
msgid ""
|
201 |
+
"Default message to display if there is any issue while clicking on subscribe / "
|
202 |
+
"confirmation link from the Double Opt-In (Confirmation) emails."
|
203 |
msgstr ""
|
204 |
+
"Domyślny komunikat, który wyświetla się w przypadku wystąpienia jakiegokolwiek "
|
205 |
+
"problemu przy kliknięciu linku subskrybuj / potwierdź z e-maila potwierdzającego "
|
206 |
+
"przy podwójnym Opt-In."
|
207 |
|
208 |
+
#: ../settings/settings-edit.php:273
|
209 |
msgid ""
|
210 |
+
"Default message to display if there is any issue while clicking on unsubscribe "
|
211 |
+
"link from the emails."
|
212 |
msgstr ""
|
213 |
+
"Domyślny komunikat, który wyświetla się w przypadku wystąpienia jakiegokolwiek "
|
214 |
+
"problemu przy kliknięciu linku anulującego subskrypcję w e-mailu."
|
215 |
|
216 |
+
#: ../settings/settings-edit.php:372
|
217 |
msgid "(Your web host has limits. We suggest 50 emails per hour to be safe.)"
|
218 |
msgstr ""
|
219 |
+
"(Twój host ma ograniczenia. Sugerujemy bezpieczny limit 50 e-maili na godzinę.)"
|
220 |
|
221 |
+
#: ../settings/settings-edit.php:377
|
222 |
msgid "Cron Report"
|
223 |
+
msgstr "Raport Crona"
|
224 |
|
225 |
+
#: ../settings/settings-edit.php:378
|
226 |
msgid ""
|
227 |
"Email to admin whenever a cron URL is triggered from your server. (Available "
|
228 |
"Keywords: ###DATE###, ###SUBJECT###, ###COUNT###)"
|
229 |
msgstr ""
|
230 |
+
"Wyślij e-maila do administratora, gdy cron URL zostanie uruchomione z Twojego "
|
231 |
+
"serwera. (Dostępne słowa kluczowe: ###DATE###, ###SUBJECT###, ###COUNT###)"
|
232 |
|
233 |
+
#: ../settings/settings-edit.php:389
|
234 |
msgid ""
|
235 |
"<a target=\"_blank\" href=\"https://www.icegram.com/documentation/es-how-to-"
|
236 |
"schedule-cron-emails/?"
|
237 |
+
"utm_source=es&utm_medium=in_app&utm_campaign=view_docs_help_page\">What is Cron?</"
|
238 |
+
"a>"
|
239 |
msgstr ""
|
240 |
+
"<a target=\"_blank\" href=\"https://www.icegram.com/documentation/es-how-to-"
|
241 |
+
"schedule-cron-emails/?"
|
242 |
+
"utm_source=es&utm_medium=in_app&utm_campaign=view_docs_help_page\">Co to jest Cron?"
|
243 |
+
"</a>"
|
244 |
|
245 |
+
#: ../settings/settings-edit.php:390
|
246 |
msgid ""
|
247 |
"<a target=\"_blank\" href=\"https://www.icegram.com/documentation/es-how-to-"
|
248 |
"schedule-cron-emails-in-cpanel/?"
|
249 |
+
"utm_source=es&utm_medium=in_app&utm_campaign=view_docs_help_page\">Setup cron job "
|
250 |
+
"in cPanel</a>"
|
251 |
msgstr ""
|
252 |
+
"<a target=\"_blank\" href=\"https://www.icegram.com/documentation/es-how-to-"
|
253 |
+
"schedule-cron-emails-in-cpanel/?"
|
254 |
+
"utm_source=es&utm_medium=in_app&utm_campaign=view_docs_help_page\">Ustaw proceduję "
|
255 |
+
"cron w cPanel</a>"
|
256 |
|
257 |
+
#: ../settings/settings-edit.php:391
|
258 |
msgid ""
|
259 |
"<a target=\"_blank\" href=\"https://www.icegram.com/documentation/es-how-to-"
|
260 |
"schedule-cron-emails-in-parallels-plesk/?"
|
261 |
+
"utm_source=es&utm_medium=in_app&utm_campaign=view_docs_help_page\">Setup cron job "
|
262 |
+
"in Plesk</a>"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
263 |
msgstr ""
|
264 |
+
"<a target=\"_blank\" href=\"https://www.icegram.com/documentation/es-how-to-"
|
265 |
+
"schedule-cron-emails-in-parallels-plesk/?"
|
266 |
+
"utm_source=es&utm_medium=in_app&utm_campaign=view_docs_help_page\">Ustaw proceduję "
|
267 |
+
"cron w Plesk</a>"
|
268 |
|
269 |
+
#: ../settings/settings-edit.php:392
|
270 |
msgid ""
|
271 |
+
"<a target=\"_blank\" href=\"https://www.icegram.com/documentation/es-what-to-do-if-"
|
272 |
+
"hosting-doesnt-support-cron-jobs/?"
|
273 |
+
"utm_source=es&utm_medium=in_app&utm_campaign=view_docs_help_page\">Hosting does "
|
274 |
+
"not support cron jobs?</a>"
|
275 |
msgstr ""
|
276 |
+
"<a target=\"_blank\" href=\"https://www.icegram.com/documentation/es-what-to-do-if-"
|
277 |
+
"hosting-doesnt-support-cron-jobs/?"
|
278 |
+
"utm_source=es&utm_medium=in_app&utm_campaign=view_docs_help_page\">Hosting nie "
|
279 |
+
"obsługuje procedur cron?</a>"
|
280 |
|
281 |
#: ../compose/compose-edit.php:61
|
282 |
msgid "Successfully updated. "
|
283 |
+
msgstr "Poprawnie uaktualniono. "
|
284 |
|
285 |
#: ../compose/compose-edit.php:98 ../compose/compose-add.php:87
|
286 |
msgid "Available Keyword: ###POSTTITLE### (For Post Notification only)"
|
287 |
msgstr ""
|
288 |
+
"Dostępne słowo kluczowe: ### POSTTITLE ### (tylko dla Postu Powiadamiającego)"
|
289 |
|
290 |
+
#: ../compose/compose-edit.php:104 ../compose/compose-add.php:93
|
291 |
#, php-format
|
292 |
msgid ""
|
293 |
"%s: ###NAME###, ###EMAIL###, ###DATE###, ###POSTTITLE###, ###POSTLINK###, "
|
294 |
"###POSTIMAGE###, ###POSTDESC###, ###POSTAUTHOR###, ###POSTLINK-WITHTITLE###, "
|
295 |
"###POSTLINK-ONLY###, ###POSTFULL### (For Post Notification only)"
|
296 |
msgstr ""
|
297 |
+
"%s: ###NAME###, ###EMAIL###, ###DATE###, ###POSTTITLE###, ###POSTLINK###, "
|
298 |
+
"###POSTIMAGE###, ###POSTDESC###, ###POSTAUTHOR###, ###POSTLINK-WITHTITLE###, "
|
299 |
+
"###POSTLINK-ONLY###, ###POSTFULL### (tylko dla Postu Powiadamiającego)"
|
300 |
|
301 |
#: ../compose/compose-add.php:43
|
302 |
msgid "Successfully created. "
|
303 |
+
msgstr "Poprawnie utworzono. "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
304 |
|
305 |
#: ../help/help.php:178
|
306 |
msgid "Get more help and tips..."
|
307 |
+
msgstr "Więcej pomocy i wskazówek..."
|
308 |
|
309 |
#: ../help/help.php:192
|
310 |
#, php-format
|
311 |
msgid "Version: %s"
|
312 |
+
msgstr "Wersja: %s"
|
313 |
|
314 |
#: ../help/help.php:195
|
315 |
msgid "Questions? Need Help?"
|
316 |
+
msgstr "Pytania? Potrzebna pomoc?"
|
317 |
|
318 |
#: ../help/help.php:196
|
319 |
msgid "Contact Us"
|
320 |
+
msgstr "Skontaktuj się z nami"
|
321 |
|
322 |
#: ../help/help.php:236
|
323 |
msgid "Description"
|
324 |
+
msgstr "Opis"
|
325 |
|
326 |
#: ../help/help.php:238
|
327 |
msgid ""
|
328 |
+
"Email Subscribers is a complete newsletter plugin which lets you collect leads, "
|
329 |
+
"send automated new blog post notification emails, create & send newsletters and "
|
330 |
+
"manage all this in one single place."
|
331 |
msgstr ""
|
332 |
+
"Email Subscribers jest kompletną wtyczką informacyjną, która umożliwia gromadzenie "
|
333 |
+
"danych potencjalnych klientów, wysyłanie automatycznych wiadomości e-mail z "
|
334 |
+
"powiadomieniami o blogu, tworzenie i wysyłanie biuletynów oraz zarządzanie nimi w "
|
335 |
+
"jednym miejscu."
|
336 |
|
337 |
#: ../help/help.php:240
|
338 |
msgid "Feature Overview"
|
339 |
+
msgstr "Przegląd funkcji"
|
340 |
|
341 |
#: ../help/help.php:243
|
342 |
msgid ""
|
343 |
+
"Collect customer emails by adding a subscription box (Widget/Shortcode/PHP Code)."
|
|
|
344 |
msgstr ""
|
345 |
+
"Zbieraj e-maile klientów dodając pole subskrypcji (Widget / Shortcode / PHP Code)."
|
346 |
|
347 |
#: ../help/help.php:246
|
348 |
msgid "Configure double Opt-In and Single Opt-In facility for subscribers."
|
349 |
+
msgstr "Skonfiguruj podwójne i pojedyncze Opt-In dla subskrybentów."
|
350 |
|
351 |
#: ../help/help.php:249
|
352 |
msgid "Send automatic welcome email to subscribers."
|
353 |
+
msgstr "Wyślij automatyczny e-mail powitalny do subskrybentów."
|
354 |
|
355 |
#: ../help/help.php:252
|
356 |
msgid ""
|
357 |
+
"Send new post notification emails to subscribers when new posts are published on "
|
358 |
+
"your website."
|
359 |
msgstr ""
|
360 |
+
"Wysyłaj do subskrybentów e-maile powiadamiające o nowych wiadomościach po "
|
361 |
+
"opublikowaniu nowych postów w witrynie."
|
362 |
|
363 |
#: ../help/help.php:255
|
364 |
msgid "Schedule email (Cron job) or send them manually."
|
365 |
+
msgstr "Stwórz harmonogram poczty (Cron job) lub wyślij e-maile ręcznie."
|
366 |
|
367 |
#: ../help/help.php:258
|
368 |
msgid "Send email notification to admin when a new user signs up."
|
369 |
msgstr ""
|
370 |
+
"Wyślij e-mail powiadamiający Administratora gdy nowy subskrybent się zarejestruje."
|
371 |
|
372 |
#: ../help/help.php:261
|
373 |
msgid "Automatically add Unsubscribe link in the email."
|
374 |
+
msgstr "Automatycznie dodaj link rezygnacji z subskrypcji doe-maila."
|
375 |
|
376 |
#: ../help/help.php:264
|
377 |
msgid "Easily migrate subscribers from another app using Import & Export."
|
378 |
msgstr ""
|
379 |
+
"Łatwe przenoszenie subskrybentów z innej aplikacji przy użyciu opcji Import i "
|
380 |
+
"Eksport."
|
381 |
|
382 |
#: ../help/help.php:267
|
383 |
msgid "Use HTML editor to compose newsletters and post notifications."
|
384 |
+
msgstr "Użyj edytora HTML do stworzenia biuletynu i e-maila powiadamiającego."
|
385 |
|
386 |
#: ../help/help.php:270
|
387 |
msgid "Send newsletters to different groups."
|
388 |
+
msgstr "Wyślij biuletyny do różnych grup."
|
389 |
|
390 |
#: ../help/help.php:273
|
391 |
msgid "Get detailed sent email reports."
|
392 |
+
msgstr "Uzyskaj szczegółowe raporty wysyłki e-maili."
|
393 |
|
394 |
#: ../help/help.php:276
|
395 |
msgid "Control user access (User Roles and Capabilities)."
|
396 |
+
msgstr "Kontroluj dostęp użytkownika (Role i Możliwości użytkownika)."
|
397 |
|
398 |
#: ../help/help.php:279
|
399 |
msgid "Supports localization and internationalization."
|
400 |
+
msgstr "Wspiera lokalizację i umiędzynarodowienie."
|
401 |
|
402 |
#: ../help/help.php:286
|
403 |
msgid "Add Subscribe form"
|
404 |
+
msgstr "Dodaj formularz Subskrybcji"
|
405 |
|
406 |
#: ../help/help.php:291
|
407 |
#, php-format
|
408 |
msgid ""
|
409 |
"Use any of the following 3 methods :<br>\n"
|
410 |
+
"\t\t\t\t\t\t\t\ta) Shortcode in any page/post : <strong>[email-subscribers "
|
411 |
"namefield=\"YES\" desc=\"\" group=\"Public\"]</strong> <i>Or</i><br>\n"
|
412 |
+
"\t\t\t\t\t\t\t\tb) Go to Appearance -> Widgets. Click on widget Email subscribers "
|
413 |
"and drag it to the sidebar on the right <i>Or</i><br>\n"
|
414 |
+
"\t\t\t\t\t\t\t\tc) Copy and past this php code to your desired template location : "
|
415 |
"<strong>%s</strong>"
|
416 |
msgstr ""
|
417 |
+
"Użyj jednej z następujących 3 metod:<br>\n"
|
418 |
+
"\t\t\t\t\t\t\t\ta) Kod skrótu na dowolnej stronie/wpisie: <strong>[email-"
|
419 |
+
"subscribers namefield=\"YES\" desc=\"\" group=\"Public\"]</strong> <i>lub</i><br>\n"
|
420 |
+
"\t\t\t\t\t\t\t\tb) Przejdź do Wygląd->Widgety. Kliknij widget Email Subscribers i "
|
421 |
+
"przeciągnij go na pasek boczny po prawej <i>lub</i><br>\n"
|
422 |
+
"\t\t\t\t\t\t\t\tc) Skopiuj i wstaw w wybrane miejsce szablonu ten kod PHP: <strong>"
|
423 |
+
"%s</strong>"
|
424 |
|
425 |
#: ../help/help.php:296
|
426 |
msgid "Additional form settings"
|
427 |
+
msgstr "Dodatkowe ustawienia formularza"
|
428 |
|
429 |
#: ../help/help.php:311
|
430 |
#, php-format
|
431 |
msgid "Modify %s"
|
432 |
+
msgstr "Modyfikuj %s"
|
433 |
|
434 |
#: ../help/help.php:311
|
435 |
msgid "default text, email contents"
|
436 |
+
msgstr "domyślny tekst, zawartość e-maila"
|
437 |
|
438 |
#: ../help/help.php:311
|
439 |
msgid ""
|
440 |
+
" (like Confirmation, Welcome, Admin emails), Cron Settings and Assign User Roles"
|
|
|
441 |
msgstr ""
|
442 |
+
" (np. Potwierdzenie, Powitanie, E-mail administratora), Ustawienia Cron i Przypisz "
|
443 |
+
"Role użytkownika"
|
444 |
|
445 |
#: ../help/help.php:320
|
446 |
msgid "How to change/update/translate any texts from the plugin?"
|
447 |
+
msgstr "Jak zmienić/zaktualizować/przetłumaczyć dowolne teksty z wtyczki?"
|
448 |
|
449 |
#: ../help/help.php:333
|
450 |
msgid "Usage"
|
451 |
+
msgstr "Używanie"
|
452 |
|
453 |
#: ../help/help.php:336
|
454 |
msgid "Compose and Send Newsletter Emails"
|
455 |
+
msgstr "Tworzenie i wysyłanie e-maili z biuletynem"
|
456 |
|
457 |
#: ../help/help.php:339
|
458 |
msgid "Compose and Send Post Notification Emails when new posts are published"
|
459 |
+
msgstr "Tworzenie i wysyłanie e-maili powiadamiających o opublikowaniu nowych postów"
|
460 |
|
461 |
#: ../help/help.php:342
|
462 |
msgid "Keywords in the Post Notifications"
|
463 |
+
msgstr "Słowa kluczowe w e-mailu powiadamiającym"
|
464 |
|
465 |
#: ../help/help.php:345
|
466 |
msgid "Send a test post notification email to myself/testgroup"
|
467 |
+
msgstr "Wyślij testowy e-mail do mnie/grupy testowej"
|
468 |
|
469 |
#: ../help/help.php:348
|
470 |
msgid "Check sent emails"
|
471 |
+
msgstr "Sprawdź wysłane e-maile"
|
472 |
|
473 |
#: ../help/help.php:355
|
474 |
msgid "Cron Job Setup"
|
475 |
+
msgstr "Ustawienie zadań Cron"
|
476 |
|
477 |
#: ../help/help.php:361
|
478 |
msgid "Schedule Cron Emails in cPanel"
|
479 |
+
msgstr "Zaplanuj zadania Cron w cPanel"
|
480 |
|
481 |
#: ../help/help.php:364
|
482 |
msgid "Schedule Cron Emails in Parallels Plesk"
|
483 |
+
msgstr "Zaplanuj zadania Cron w Parallels Plesk"
|
484 |
|
485 |
#: ../help/help.php:367
|
486 |
msgid "Hosting doesn’t support Cron Jobs?"
|
487 |
+
msgstr "Hosting nie obsługuje zadań Cron?"
|
488 |
|
489 |
#: ../help/help.php:374
|
490 |
msgid "Troubleshooting Steps"
|
491 |
+
msgstr "Kroki rozwiązywania problemów"
|
492 |
|
493 |
#: ../help/help.php:382
|
494 |
msgid "FAQ's"
|
495 |
+
msgstr "FAQ"
|
496 |
|
497 |
#: ../help/help.php:389
|
498 |
msgid "Want to do more? Here's how.."
|
499 |
+
msgstr "Chcesz zrobić coś więcej? Oto jak.."
|
500 |
|
501 |
#: ../help/help.php:392
|
502 |
+
#, fuzzy
|
503 |
msgid "Allow Subscribers to get subscribed to any group"
|
504 |
+
msgstr "Zezwalaj subskrybentom na subskrybowanie jakiejkolwiek grupy"
|
505 |
|
506 |
#: ../help/help.php:397
|
507 |
+
#, fuzzy
|
508 |
msgid "Using our free "
|
509 |
+
msgstr "Korzystając z naszej bezpłatnej "
|
510 |
|
511 |
#: ../help/help.php:398
|
512 |
msgid "Group Selector"
|
513 |
+
msgstr "Selektor grup"
|
514 |
|
515 |
#: ../help/help.php:399
|
516 |
+
#, fuzzy
|
517 |
msgid ""
|
518 |
"plugin, you can extend Email Subscribers Form functionality by providing an "
|
519 |
"grouping option right next to the form."
|
520 |
msgstr ""
|
521 |
+
"wtyczki, możesz rozszerzyć funkcjonalność formularza Email Subscribers poprzez "
|
522 |
+
"udostępnienie opcji grupowania tuż obok formularza."
|
523 |
|
524 |
#: ../help/help.php:402
|
525 |
msgid "The user can then subscribe to whichever group most appeals to them."
|
527 |
|
528 |
#: ../help/help.php:405
|
529 |
msgid "For example: Subscribe either to Updates or to Offers."
|
530 |
+
msgstr "Na przykład: Subskrypcje albo do Aktualizacji albo do Ofert."
|
531 |
|
532 |
#: ../help/help.php:409
|
533 |
msgid "Show your subscribe form inside attractive popups"
|
534 |
+
msgstr "Pokaż swój formularz subskrypcji w atrakcyjnych wyskakujących okienkach"
|
535 |
|
536 |
#: ../help/help.php:414
|
537 |
msgid ""
|
538 |
+
"Don't limit your subscriber form to a widget. Embed it within popups, hello bars, "
|
539 |
+
"slide-ins, sidebars, full screen popups etc."
|
540 |
msgstr ""
|
541 |
+
"Nie ograniczaj formy abonenta do widgetu. Umieść ją w wyskakujących okienkach, w "
|
542 |
+
"paskach, slajdach, paskach bocznych, na pełnym ekranie itd."
|
543 |
|
544 |
#: ../help/help.php:417
|
545 |
+
#, fuzzy
|
546 |
msgid "Using Email Subscribers you can achieve this easily with our free plugin "
|
547 |
msgstr ""
|
548 |
+
"Możesz to łatwo osiągnąć za pomocą naszej bezpłatnej wtyczki Email Subscribers "
|
549 |
|
550 |
#: ../help/help.php:421
|
551 |
msgid ""
|
552 |
+
"Icegram's beautiful designs instantly capture user attention and help increase "
|
553 |
+
"sign-ups to your WordPress website."
|
554 |
msgstr ""
|
555 |
+
"Pięknie wyglądające projekty programu Icegram chwytają użytkownika i pomagają "
|
556 |
+
"zwiększyć rejestracje w witrynie WordPress."
|
557 |
|
558 |
#: ../help/help.php:424 ../help/help.php:444
|
559 |
#, php-format
|
560 |
msgid "How to %s"
|
561 |
+
msgstr "Jak %s"
|
562 |
|
563 |
#: ../help/help.php:424
|
564 |
msgid "show subscribe form inside a popup"
|
565 |
+
msgstr "pokaż formularz subskrypcji w wyskakującym okienku"
|
566 |
|
567 |
#: ../help/help.php:428
|
568 |
msgid "Get beautiful and elegant form styles"
|
569 |
+
msgstr "Zdobądź piękne i eleganckie style formularzy"
|
570 |
|
571 |
#: ../help/help.php:434
|
572 |
msgid "Email subscribers easily integrates with another free plugin "
|
573 |
+
msgstr "Email Subscribers łatwo integruje się z inną bezpłatną wtyczką "
|
574 |
|
575 |
#: ../help/help.php:435
|
576 |
msgid "Rainmaker"
|
578 |
|
579 |
#: ../help/help.php:438
|
580 |
msgid ""
|
581 |
+
"Rainmaker extends the core features of Email Subscribers and provides elegant form "
|
582 |
+
"styles."
|
583 |
msgstr ""
|
584 |
+
"Rainmaker rozszerza podstawowe funkcje Email Subscribers i zapewnia eleganckie "
|
585 |
+
"style formularzy."
|
586 |
|
587 |
#: ../help/help.php:441
|
588 |
msgid ""
|
589 |
+
"These styles are well designed and beautify your subscription form making it more "
|
590 |
+
"appealing."
|
591 |
msgstr ""
|
592 |
+
"Te style są dobrze zaprojektowane i upiększą Twój formularz subskrypcji czyniąc go "
|
593 |
+
"bardziej atrakcyjnym."
|
594 |
|
595 |
#: ../help/help.php:444
|
596 |
msgid "add Rainmaker’s form in Email Subscribers"
|
597 |
+
msgstr "dodaj formularz Rainmaker w Email Subscribers"
|
598 |
|
599 |
#: ../sendmail/sendmail.php:59
|
600 |
msgid "Email sent successfully. "
|
601 |
+
msgstr "E-mail wysłano pomyślnie. "
|
602 |
|
603 |
+
#: ../classes/es-register.php:164
|
604 |
msgid "<span style=\"color:#f18500;font-weight:bolder;\">Help & Info</span>"
|
605 |
+
msgstr "<span style=\"color:#f18500;font-weight:bolder;\">Pomoc i informacja</span>"
|
606 |
|
607 |
+
#: ../classes/es-register.php:707
|
608 |
msgctxt "timezone date format"
|
609 |
msgid "Y-m-d"
|
610 |
msgstr ""
|
611 |
|
612 |
+
#: ../classes/es-register.php:737
|
613 |
msgid "Post Notifications more often than Newsletter"
|
614 |
+
msgstr "Post Potwierdzający częściej niż Biuletyn"
|
615 |
|
616 |
+
#: ../classes/es-register.php:739
|
617 |
msgid "Newsletter more often than Post Notifications"
|
618 |
+
msgstr "Biuletyn częściej niż Post Potwierdzający"
|
619 |
|
620 |
+
#: ../classes/es-register.php:741
|
621 |
msgid "Post Notification & Newsletter equally"
|
622 |
+
msgstr "Post Powiadamiający i Biuletyn jednocześnie"
|
623 |
|
624 |
+
#: ../classes/es-register.php:759
|
625 |
msgid "Using Double Opt In"
|
626 |
+
msgstr "Z użyciem Podwójnego Opt-In"
|
627 |
|
628 |
+
#: ../classes/es-register.php:761
|
629 |
msgid "Using Single Opt In"
|
630 |
+
msgstr "Z użyciem pojedynczego Opt-In"
|
631 |
|
632 |
+
#: ../classes/es-register.php:810
|
633 |
msgid "Nah, I don't like improvements"
|
634 |
+
msgstr "NIe, nie podobają mi się ulepszenia"
|
635 |
|
636 |
+
#: ../classes/es-register.php:816
|
637 |
msgid "Next"
|
638 |
+
msgstr "Następny"
|
639 |
|
640 |
#: ../subscribers/view-subscriber-import.php:145 ../subscribers/view-subscriber-
|
641 |
#: show.php:245 ../subscribers/view-subscriber-export.php:37 ../subscribers/view-
|
669 |
msgid "Add Notification"
|
670 |
msgstr "Dodaj powiadomienie"
|
671 |
|
672 |
+
#: ../notification/notification-add.php:113 ../notification/notification-show.php:54
|
673 |
+
#: ../notification/notification-edit.php:124 ../settings/settings-edit.php:43 .
|
674 |
+
#: sentmail/sentmail-preview.php:28 ../sentmail/sentmail-show.php:94 ..
|
675 |
+
#: sentmail/deliverreport-show.php:58 ../subscribers/view-subscriber-import.php:146
|
676 |
+
#: ../subscribers/view-subscriber-show.php:246 ../subscribers/view-subscriber-
|
677 |
#: export.php:38 ../subscribers/view-subscriber-add.php:114 ../subscribers/view-
|
678 |
+
#: subscriber-edit.php:113 ../subscribers/view-subscriber-sync.php:92
|
679 |
#: compose/compose-edit.php:86 ../compose/compose-add.php:75 ../compose/compose-
|
680 |
#: show.php:66 ../compose/compose-preview.php:28 ../sendmail/sendmail.php:94
|
681 |
msgid "Help"
|
685 |
msgid "Select Subscribers Group"
|
686 |
msgstr "Wybierz Grupę Subskrybentów"
|
687 |
|
688 |
+
#: ../notification/notification-add.php:124 ../notification/notification-add.php:148
|
689 |
+
#: ../notification/notification-edit.php:135 ../notification/notification-
|
690 |
#: edit.php:168 ../subscribers/view-subscriber-import.php:190 ../subscribers/view-
|
691 |
#: subscriber-add.php:162 ../subscribers/view-subscriber-edit.php:162 ..
|
692 |
+
#: subscribers/view-subscriber-sync.php:119 ../sendmail/sendmail.php:110
|
693 |
#: sendmail/sendmail.php:137 ../sendmail/sendmail.php:151
|
694 |
msgid "Select"
|
695 |
msgstr "Wybierz"
|
755 |
msgstr "Wyłącz powiadomienia e-mail"
|
756 |
|
757 |
#: ../notification/notification-add.php:253 ../notification/notification-edit.php:
|
758 |
+
#: 290 ../subscribers/view-subscriber-edit.php:191 ../compose/compose-edit.php:117
|
759 |
+
#: ../compose/compose-add.php:105
|
760 |
msgid "Save"
|
761 |
msgstr "Zapisz"
|
762 |
|
763 |
+
#: ../notification/notification-show.php:21 ../notification/notification-edit.php:20
|
764 |
+
#: ../sentmail/sentmail-preview.php:18 ../sentmail/sentmail-show.php:22 ..
|
765 |
+
#: subscribers/view-subscriber-edit.php:22 ../compose/compose-edit.php:20
|
766 |
#: compose/compose-show.php:33 ../compose/compose-preview.php:18
|
767 |
msgid "Oops, selected details does not exists."
|
768 |
msgstr "Ups, wybrane dane nie istnieją."
|
772 |
msgid "Selected record deleted."
|
773 |
msgstr "Wybrany zapis został usunięty."
|
774 |
|
775 |
+
#: ../notification/notification-show.php:52 ../classes/es-register.php:151 ..
|
776 |
+
#: classes/es-register.php:152
|
777 |
msgid "Post Notifications"
|
778 |
msgstr "Powiadomienia pocztowe"
|
779 |
|
784 |
|
785 |
#: ../notification/notification-show.php:57
|
786 |
msgid ""
|
787 |
+
"Use this to setup and send notification emails to your subscribers when a new post "
|
788 |
+
"is published in your blog."
|
789 |
msgstr ""
|
790 |
+
"Służy do konfiguracji i wysyłki e-maili z powiadomieniami do subskrybentów, kiedy "
|
791 |
+
"nowy wpis jest opublikowany na blogu."
|
792 |
|
793 |
+
#: ../notification/notification-show.php:68 ../notification/notification-show.php:76
|
794 |
+
#: ../compose/compose-show.php:77 ../compose/compose-show.php:84
|
795 |
msgid "Email Subject"
|
796 |
msgstr "Temat e-maila"
|
797 |
|
798 |
+
#: ../notification/notification-show.php:69 ../notification/notification-show.php:77
|
|
|
799 |
msgid "Subscribers Group"
|
800 |
msgstr "Grupa subskrybentów"
|
801 |
|
802 |
+
#: ../notification/notification-show.php:70 ../notification/notification-show.php:78
|
|
|
803 |
msgid "Post Categories / Custom Post Types"
|
804 |
msgstr "Kategorie Wpisów / Domyślne Typy Wpisów"
|
805 |
|
806 |
+
#: ../notification/notification-show.php:71 ../notification/notification-show.php:79
|
|
|
807 |
msgid "Notification Status"
|
808 |
msgstr "Status powiadomienia"
|
809 |
|
810 |
#: ../notification/notification-show.php:100 ../subscribers/view-subscriber-show.
|
811 |
+
#: php:404 ../compose/compose-show.php:101 ../compose/compose-preview.php:40
|
812 |
msgid "Edit"
|
813 |
msgstr "Edytuj"
|
814 |
|
815 |
#: ../notification/notification-show.php:103 ../subscribers/view-subscriber-show.
|
816 |
#: php:287 ../subscribers/view-subscriber-show.php:409 ../compose/compose-show.
|
817 |
+
#: php:102
|
818 |
msgid "Delete"
|
819 |
msgstr "Kasuj"
|
820 |
|
821 |
#: ../notification/notification-show.php:143 ../sentmail/sentmail-show.php:180 ..
|
822 |
+
#: sentmail/deliverreport-show.php:124 ../subscribers/view-subscriber-show.php:432
|
823 |
+
#: ../compose/compose-show.php:111
|
824 |
msgid "No records available."
|
825 |
msgstr "Brak dostępnych rekordów."
|
826 |
|
851 |
|
852 |
#. Description of the plugin/theme
|
853 |
msgid ""
|
854 |
+
"Add subscription forms on website, send HTML newsletters & automatically notify "
|
855 |
+
"subscribers about new blog posts once it is published."
|
856 |
msgstr ""
|
857 |
"Dodaj formularz subskrypcji na stronie internetowej, wyślij biuletyn HTML i "
|
858 |
+
"automatycznie powiadom subskrybentów o nowych wpisach na blogu kiedy tylko zostaną "
|
859 |
+
"opublikowane."
|
860 |
|
861 |
#. Author of the plugin
|
862 |
msgid "Icegram"
|
878 |
msgid "User Roles"
|
879 |
msgstr "Role użytkowników"
|
880 |
|
881 |
+
#: ../settings/settings-edit.php:42 ../classes/es-register.php:157 ../classes/es-
|
882 |
+
#: register.php:158
|
883 |
msgid "Settings"
|
884 |
msgstr "Ustawienia"
|
885 |
|
887 |
msgid "Save Settings"
|
888 |
msgstr "Zapisz ustawienia"
|
889 |
|
890 |
+
#: ../settings/settings-edit.php:81
|
891 |
msgid "Sender of Notifications"
|
892 |
msgstr "Nadawca Powiadomień"
|
893 |
|
894 |
+
#: ../settings/settings-edit.php:82
|
895 |
msgid ""
|
896 |
+
"Choose a FROM name and FROM email address for all the emails to be sent from this "
|
897 |
+
"plugin."
|
898 |
msgstr ""
|
899 |
"Wybierz z nazwę OD i adres e-mail OD dla wszystkich e-maili, które mają być "
|
900 |
"wysyłane z tej wtyczki."
|
901 |
|
902 |
+
#: ../settings/settings-edit.php:97
|
903 |
msgid "1. WP HTML MAIL"
|
904 |
msgstr "1. WP HTML MAIL"
|
905 |
|
906 |
+
#: ../settings/settings-edit.php:98
|
907 |
msgid "2. WP PLAINTEXT MAIL"
|
908 |
msgstr "2. WP PLAINTEXT MAIL"
|
909 |
|
910 |
+
#: ../settings/settings-edit.php:99
|
911 |
msgid "3. PHP HTML MAIL"
|
912 |
msgstr "3. PHP HTML MAIL"
|
913 |
|
914 |
+
#: ../settings/settings-edit.php:100
|
915 |
msgid "4. PHP PLAINTEXT MAIL"
|
916 |
msgstr "4. PHP PLAINTEXT MAIL"
|
917 |
|
918 |
+
#: ../settings/settings-edit.php:112
|
919 |
msgid "Double Opt In"
|
920 |
msgstr "Podwójne Opt-In"
|
921 |
|
922 |
+
#: ../settings/settings-edit.php:113 ../subscribers/view-subscriber-import.php:178
|
923 |
+
#: ../subscribers/view-subscriber-show.php:312 ../subscribers/view-subscriber-
|
924 |
#: show.php:339 ../subscribers/view-subscriber-add.php:151 ../subscribers/view-
|
925 |
#: subscriber-edit.php:150
|
926 |
msgid "Single Opt In"
|
927 |
msgstr "Pojedyncze Ot-In"
|
928 |
|
929 |
+
#: ../settings/settings-edit.php:119
|
930 |
msgid "Image Size"
|
931 |
msgstr "Rozmiar obrazu"
|
932 |
|
933 |
+
#: ../settings/settings-edit.php:120
|
934 |
msgid ""
|
935 |
+
"Select image size for ###POSTIMAGE### to be shown in the Post Notification Emails."
|
|
|
936 |
msgstr ""
|
937 |
+
"Wybierz rozmiar obrazu dla ###POSTIMAGE### który będzie wyświetlany w E-mailu "
|
938 |
+
"Powiadamiającym."
|
939 |
|
940 |
+
#: ../settings/settings-edit.php:124
|
941 |
msgid "Full Size"
|
942 |
msgstr "Pełny rozmiar"
|
943 |
|
944 |
+
#: ../settings/settings-edit.php:125
|
945 |
msgid "Medium Size"
|
946 |
msgstr "Średni rozmiar"
|
947 |
|
948 |
+
#: ../settings/settings-edit.php:126
|
949 |
msgid "Thumbnail"
|
950 |
msgstr "Miniatura"
|
951 |
|
952 |
+
#: ../settings/settings-edit.php:132
|
953 |
msgid "Admin Email Addresses"
|
954 |
msgstr "Adresy e-mail administratora"
|
955 |
|
956 |
+
#: ../settings/settings-edit.php:133
|
957 |
msgid ""
|
958 |
+
"Enter the admin email addresses that should receive notifications (separated by "
|
959 |
+
"comma)."
|
960 |
msgstr ""
|
961 |
+
"Wprowadź adresy e-mail administratora na które powinny przychodzić powiadomienia "
|
962 |
+
"(adresy oddzielaj przecinkami)."
|
963 |
|
964 |
+
#: ../settings/settings-edit.php:140
|
965 |
msgid ""
|
966 |
+
"To send admin email notifications for the new subscriber. This option must be set "
|
967 |
+
"to YES."
|
968 |
msgstr ""
|
969 |
+
"By wysłać e-mail powiadamiający administratora o nowym subskrybencie ta opcja musi "
|
970 |
+
"być ustawiona na YES (TAK)."
|
971 |
|
972 |
+
#: ../settings/settings-edit.php:145 ../settings/settings-edit.php:220 ..
|
973 |
+
#: subscribers/view-subscriber-sync.php:107 ../classes/es-register.php:1045
|
974 |
msgid "YES"
|
975 |
msgstr "TAK"
|
976 |
|
977 |
+
#: ../settings/settings-edit.php:146 ../settings/settings-edit.php:221 ..
|
978 |
+
#: subscribers/view-subscriber-sync.php:106 ../classes/es-register.php:1046
|
979 |
msgid "NO"
|
980 |
msgstr "NIE"
|
981 |
|
982 |
+
#: ../settings/settings-edit.php:167
|
983 |
msgid "Sent Report Subject"
|
984 |
msgstr "Temat wysłanego raportu"
|
985 |
|
986 |
+
#: ../settings/settings-edit.php:174
|
987 |
msgid "Sent Report Content"
|
988 |
msgstr "Treść wysłanego raportu"
|
989 |
|
990 |
+
#: ../settings/settings-edit.php:201
|
991 |
msgid "It is a readonly field and you are advised not to modify it."
|
992 |
msgstr "Jest to pole tylko do odczytu i nie zaleca się go zmodyfikować."
|
993 |
|
994 |
+
#: ../settings/settings-edit.php:208
|
995 |
msgid ""
|
996 |
+
"This text will be displayed once user clicks on email confirmation link from the "
|
997 |
+
"Double Opt In (confirmation) Email."
|
998 |
msgstr ""
|
999 |
"Ten tekst będzie wyświetlany gdy użytkownik kliknie na link z e-maila "
|
1000 |
"potwierdzającego w podwójnym Opt-In."
|
1001 |
|
1002 |
+
#: ../settings/settings-edit.php:216
|
1003 |
msgid ""
|
1004 |
+
"To send welcome email to subscriber after successful signup. This option must be "
|
1005 |
+
"set to YES."
|
1006 |
msgstr ""
|
1007 |
+
"By wysłać mail powitalny do subskrybenta po pomyślnej rejestracji ta opcja musi "
|
1008 |
+
"być ustawiona na YES (TAK)."
|
1009 |
|
1010 |
+
#: ../settings/settings-edit.php:243
|
1011 |
msgid "Unsubscribe Link"
|
1012 |
msgstr "Link anulujący subskrypcję"
|
1013 |
|
1014 |
+
#: ../settings/settings-edit.php:250
|
1015 |
msgid "Unsubscribe Text in Email"
|
1016 |
msgstr "Tekst anulujący subskrypcję w Email Subscribers"
|
1017 |
|
1018 |
+
#: ../settings/settings-edit.php:257
|
1019 |
msgid "Text to display after an email address is unsubscribed"
|
1020 |
msgstr "Tekst do wyświetlenia po wyrejestrowaniu adresu e-mail"
|
1021 |
|
1022 |
+
#: ../settings/settings-edit.php:272
|
1023 |
msgid "Error in the Unsubscribe Link"
|
1024 |
msgstr "Błąd w linku wyrejestrującym"
|
1025 |
|
1026 |
+
#: ../settings/settings-edit.php:285
|
1027 |
msgid "Select user roles who can access following menus. Only Admin can change this."
|
1028 |
msgstr ""
|
1029 |
"Wybierz role użytkowników, którzy mają dostęp do następujących opcji. Tylko "
|
1030 |
"Administrator może to zmienić."
|
1031 |
|
1032 |
+
#: ../settings/settings-edit.php:291
|
1033 |
msgid "Subscribers Menu"
|
1034 |
msgstr "Menu subskrybentów"
|
1035 |
|
1036 |
+
#: ../settings/settings-edit.php:295 ../settings/settings-edit.php:307 ..
|
1037 |
+
#: settings/settings-edit.php:319 ../settings/settings-edit.php:331
|
1038 |
+
#: settings/settings-edit.php:343
|
1039 |
msgid "Administrator Only"
|
1040 |
msgstr "Tylko dla administratora"
|
1041 |
|
1042 |
+
#: ../settings/settings-edit.php:296 ../settings/settings-edit.php:308 ..
|
1043 |
+
#: settings/settings-edit.php:320 ../settings/settings-edit.php:332
|
1044 |
+
#: settings/settings-edit.php:344
|
1045 |
msgid "Administrator/Editor"
|
1046 |
msgstr "Administrator/Edytor"
|
1047 |
|
1048 |
+
#: ../settings/settings-edit.php:297 ../settings/settings-edit.php:309 ..
|
1049 |
+
#: settings/settings-edit.php:321 ../settings/settings-edit.php:333
|
1050 |
+
#: settings/settings-edit.php:345
|
1051 |
msgid "Administrator/Editor/Author/Contributor"
|
1052 |
msgstr "Administrator/Edytor/Autor/Specjalista"
|
1053 |
|
1054 |
+
#: ../settings/settings-edit.php:303
|
1055 |
msgid "Compose Menu"
|
1056 |
msgstr "Menu Kompozycji"
|
1057 |
|
1058 |
+
#: ../settings/settings-edit.php:315
|
1059 |
msgid "Post Notifications Menu"
|
1060 |
msgstr "Menu Powiadomień"
|
1061 |
|
1062 |
+
#: ../settings/settings-edit.php:327 ../sendmail/sendmail.php:93 ../classes/es-
|
1063 |
+
#: register.php:154 ../classes/es-register.php:155
|
1064 |
msgid "Newsletters"
|
1065 |
msgstr "Biuletyny"
|
1066 |
|
1067 |
+
#: ../settings/settings-edit.php:339
|
1068 |
msgid "Reports Menu"
|
1069 |
msgstr "Menu raportów"
|
1070 |
|
1071 |
+
#: ../settings/settings-edit.php:356
|
1072 |
msgid "Cron job URL"
|
1073 |
msgstr "URL zadania Cron"
|
1074 |
|
1075 |
+
#: ../settings/settings-edit.php:357
|
1076 |
msgid ""
|
1077 |
"This is your Cron Job URL. It is a readonly field and you are advised not to "
|
1078 |
"modify it."
|
1079 |
msgstr ""
|
1080 |
+
"To jest twoja procedura Cron URL. Jest to pole tylko do odczytu i nie zaleca się "
|
1081 |
+
"go modyfikować."
|
1082 |
|
1083 |
+
#: ../settings/settings-edit.php:366
|
1084 |
msgid "Email Count"
|
1085 |
msgstr "Ilość emaili"
|
1086 |
|
1087 |
+
#: ../settings/settings-edit.php:367
|
1088 |
msgid "Number of emails that you want to trigger per hour."
|
1089 |
msgstr "Ilość e-maili, które mają być wyzwalane na godzinę."
|
1090 |
|
1091 |
+
#: ../settings/settings-edit.php:388
|
1092 |
msgid "What is Cron (auto emails) and how to setup Cron Job?"
|
1093 |
msgstr "Czym jest Cron (automatyczne e-maile) i w jak skonfigurować procedurę Cron?"
|
1094 |
|
1095 |
+
#: ../settings/settings-edit.php:507
|
1096 |
msgid "Please enter sender of notifications from name."
|
1097 |
msgstr "Proszę podać nadawcę powiadomień po nazwie."
|
1098 |
|
1099 |
+
#: ../settings/settings-edit.php:512
|
1100 |
msgid "Please enter sender of notifications from email."
|
1101 |
msgstr "Proszę podać nadawcę powiadomień po adresie e-mail."
|
1102 |
|
1103 |
+
#: ../settings/settings-edit.php:556
|
1104 |
msgid "Please enter valid mail count."
|
1105 |
msgstr "Proszę podać poprawną liczbę e-maili."
|
1106 |
|
1107 |
+
#: ../settings/settings-edit.php:569
|
1108 |
msgid "Settings Saved."
|
1109 |
msgstr "Ustawienia zapisane."
|
1110 |
|
1111 |
+
#: ../settings/settings-edit.php:572
|
1112 |
msgid "Oops, unable to update."
|
1113 |
msgstr "Ups, nie można zaktualizować."
|
1114 |
|
1124 |
msgid "Click to sync tables"
|
1125 |
msgstr "Kliknij by synchronizować tabele"
|
1126 |
|
1127 |
+
#: ../sentmail/sentmail-preview.php:27 ../compose/compose-preview.php:27
|
1128 |
+
msgid "Preview Mail"
|
1129 |
+
msgstr "Podgląd poczty"
|
1130 |
+
|
1131 |
+
#: ../sentmail/sentmail-preview.php:42
|
1132 |
msgid "Back"
|
1133 |
msgstr "Cofnij"
|
1134 |
|
1144 |
msgid " >> "
|
1145 |
msgstr " >> "
|
1146 |
|
1147 |
+
#: ../sentmail/sentmail-show.php:93 ../classes/es-register.php:160 ../classes/es-
|
1148 |
+
#: register.php:161
|
1149 |
msgid "Reports"
|
1150 |
msgstr "Raporty"
|
1151 |
|
1158 |
msgstr "Pokaż raporty"
|
1159 |
|
1160 |
#: ../sentmail/sentmail-show.php:108 ../sentmail/sentmail-show.php:121 ..
|
1161 |
+
#: compose/compose-show.php:103
|
|
|
1162 |
msgid "Preview"
|
1163 |
msgstr "Podgląd"
|
1164 |
|
1167 |
msgstr "Typ"
|
1168 |
|
1169 |
#: ../sentmail/sentmail-show.php:110 ../sentmail/sentmail-show.php:123 ..
|
1170 |
+
#: sentmail/deliverreport-show.php:70 ../sentmail/deliverreport-show.php:81
|
1171 |
#: subscribers/view-subscriber-show.php:362 ../subscribers/view-subscriber-show.
|
1172 |
+
#: php:375 ../compose/compose-edit.php:108 ../compose/compose-add.php:97
|
1173 |
msgid "Status"
|
1174 |
msgstr "Status"
|
1175 |
|
1203 |
|
1204 |
#: ../sentmail/sentmail-show.php:199
|
1205 |
msgid ""
|
1206 |
+
"Note: Please click on <strong>Optimize Table & Delete Records</strong> button to "
|
1207 |
+
"delete all reports except latest 10."
|
1208 |
msgstr ""
|
1209 |
"Uwaga: Proszę kliknąć na <strong>Optymalizacja Tabeli i Usuwanie Rekordów</ "
|
1210 |
"strong>, aby usunąć wszystkie raporty za wyjątkiem ostatnich 10."
|
1241 |
|
1242 |
#: ../subscribers/view-subscriber-import.php:44
|
1243 |
msgid ""
|
1244 |
+
"Error: Special characters (['^$%&*()}{@#~?><>,|=_+\\\"]) are not allowed in the "
|
1245 |
+
"Group name."
|
1246 |
msgstr ""
|
1247 |
"Błąd: znaki specjalne: (['^$%&*()}{@#~?><>,|=_+\\\"]) w nazwie grupy nie są "
|
1248 |
"dozwolone."
|
1389 |
msgid "Please select New Status to update."
|
1390 |
msgstr "Proszę wybrać Nowy Status do aktualizacji."
|
1391 |
|
1392 |
+
#: ../subscribers/view-subscriber-show.php:241 ../classes/es-register.php:145 ..
|
1393 |
+
#: classes/es-register.php:146
|
1394 |
msgid "Subscribers"
|
1395 |
msgstr "Subskrybujący"
|
1396 |
|
1475 |
msgstr "Adres E-mail"
|
1476 |
|
1477 |
#: ../subscribers/view-subscriber-show.php:361 ../subscribers/view-subscriber-
|
1478 |
+
#: show.php:374 ../classes/es-register.php:987 ../classes/es-loadwidget.php:28
|
1479 |
msgid "Name"
|
1480 |
msgstr "Nazwa"
|
1481 |
|
1560 |
|
1561 |
#: ../subscribers/view-subscriber-add.php:56
|
1562 |
msgid ""
|
1563 |
+
"Error: Special characters (['^$%&*()}{@#~?><>,|=_+\\\"]) are not allowed in the "
|
1564 |
+
"group name."
|
1565 |
msgstr ""
|
1566 |
+
"Błąd: W nazwie grupy nie wolno używać znaków specjalnych: (['^$%&*()}{@#~?><>,|=_+"
|
1567 |
+
"\\\"])."
|
1568 |
|
1569 |
#: ../subscribers/view-subscriber-add.php:66
|
1570 |
msgid "Subscriber has been saved."
|
1678 |
msgid "Enter Content for your Email"
|
1679 |
msgstr "Wprowadź treść e-maila"
|
1680 |
|
1681 |
+
#: ../compose/compose-edit.php:104 ../compose/compose-add.php:93
|
1682 |
msgid "Available Keywords"
|
1683 |
msgstr "Dostępne słowa kluczowe"
|
1684 |
|
1685 |
+
#: ../compose/compose-edit.php:110 ../compose/compose-add.php:99
|
1686 |
msgid "Published"
|
1687 |
msgstr "Opublikowane"
|
1688 |
|
1689 |
+
#: ../compose/compose-edit.php:112 ../compose/compose-add.php:101
|
1690 |
msgid "Please select your mail status"
|
1691 |
msgstr "Proszę wybierz status twojego maila"
|
1692 |
|
1694 |
msgid "Add new Email"
|
1695 |
msgstr "Dodaj nowy e-mail"
|
1696 |
|
1697 |
+
#: ../compose/compose-show.php:64 ../classes/es-register.php:148 ../classes/es-
|
1698 |
+
#: register.php:149
|
1699 |
msgid "Compose"
|
1700 |
msgstr "Układ"
|
1701 |
|
1702 |
+
#: ../compose/compose-show.php:78 ../compose/compose-show.php:85
|
1703 |
msgid "Email Template"
|
1704 |
msgstr "Szablon e-mail"
|
1705 |
|
1706 |
+
#: ../compose/compose-show.php:79 ../compose/compose-show.php:86
|
1707 |
msgid "Actions"
|
1708 |
msgstr "Działania"
|
1709 |
|
1711 |
msgid "Unexpected url submit has been detected"
|
1712 |
msgstr "Zostało wykryte niespodziewane zgłoszenie URL"
|
1713 |
|
1714 |
+
#: ../job/es-unsubscribe.php:54 ../job/es-unsubscribe.php:61 ../job/es-optin.php:58
|
1715 |
+
#: ../job/es-optin.php:68
|
1716 |
msgid ""
|
1717 |
+
"Oops.. We are getting some technical error. Please try again or contact admin."
|
|
|
1718 |
msgstr ""
|
1719 |
+
"Ups... Pojawił się problem techniczny. Spróbuj raz jeszcze lub skontaktuj się z "
|
1720 |
+
"administratorem."
|
1721 |
|
1722 |
#: ../job/es-optin.php:61
|
1723 |
msgid "This email address has already been confirmed."
|
1730 |
#: ../help/help.php:174
|
1731 |
msgid "Thanks for installing and we hope you will enjoy using Email Subscribers."
|
1732 |
msgstr ""
|
1733 |
+
"Dziękujemy za zainstalowanie i mamy nadzieję, że będziesz zadowolony z używania "
|
1734 |
+
"Email Subscribers."
|
1735 |
|
1736 |
+
#: ../help/help.php:183 ../classes/es-register.php:997 ../classes/es-loadwidget.
|
1737 |
#: php:38
|
1738 |
msgid "Subscribe"
|
1739 |
msgstr "Subskrypcja"
|
1741 |
#: ../help/help.php:201
|
1742 |
#, php-format
|
1743 |
msgid ""
|
1744 |
+
"Like Email Subscribers? If yes, then consider %s to support further developments."
|
|
|
1745 |
msgstr ""
|
1746 |
+
"Podoba ci się Email Subscribers? Jeśli tak rozważ %s by wspomóc dalszy rozwój."
|
|
|
1747 |
|
1748 |
#: ../help/help.php:201
|
1749 |
msgid "donating to us"
|
1751 |
|
1752 |
#: ../help/help.php:288 ../help/help.php:299 ../help/help.php:302 ../help/help.
|
1753 |
#: php:314 ../help/help.php:317 ../help/help.php:320 ../help/help.php:323 ..
|
1754 |
+
#: help/help.php:336 ../help/help.php:339 ../help/help.php:342 ../help/help.php:345
|
1755 |
+
#: ../help/help.php:348 ../help/help.php:358 ../help/help.php:361 help/help.php:364
|
1756 |
+
#: ../help/help.php:367 ../help/help.php:377 380 ../help/help.php:382
|
|
|
1757 |
#, php-format
|
1758 |
msgid "%s"
|
1759 |
msgstr "%s"
|
1851 |
|
1852 |
#: ../sendmail/sendmail.php:183
|
1853 |
msgid ""
|
1854 |
+
"<br><br><strong>Your Recipients count is above 100.<br>We strongly recommend that "
|
1855 |
+
"you change above Mail Type to Cron and Send Mail via Cron Job.</strong><br>Click "
|
1856 |
+
"on Help for more information."
|
1857 |
msgstr ""
|
1858 |
+
"<br><br><strong>Ilość Odbiorców przekracza 100.<br>Zdecydowanie zalecamy zmianę "
|
1859 |
+
"Typu Maili na Cron i wysyłkę maili przez zadania Cron.</strong><br>Aby uzyskać "
|
1860 |
+
"więcej informacji kliknij Pomoc."
|
1861 |
|
1862 |
#: ../sendmail/sendmail.php:194 ../sendmail/sendmail.php:196
|
1863 |
msgid "Send Email"
|
1867 |
msgid "Reset"
|
1868 |
msgstr "Nastawić"
|
1869 |
|
1870 |
+
#: ../base/es-defined.php:32
|
1871 |
+
msgid ""
|
1872 |
+
"If you like <strong>Email Subscribers</strong>, please consider leaving us a <a "
|
1873 |
+
"target=\"_blank\" href=\"https://wordpress.org/support/plugin/email-subscribers/"
|
1874 |
+
"reviews/?filter=5#new-post\">★★★★★</a> rating. A "
|
1875 |
+
"huge thank you from Icegram in advance!"
|
1876 |
+
msgstr ""
|
1877 |
+
"Jeżeli lubisz <strong>Email Subscribers</strong>, rozważ proszę ocenienie nas <a "
|
1878 |
+
"target=\"_blank\" href=\"https://wordpress.org/support/plugin/email-subscribers/"
|
1879 |
+
"reviews/?filter=5#new-post\">★★★★★</a>. Z góry "
|
1880 |
+
"dziękujemy, Icegram!"
|
1881 |
+
|
1882 |
#: ../classes/es-common.php:13
|
1883 |
msgid "<span style=\"color:#006600;font-weight:bold;\">Confirmed</span>"
|
1884 |
msgstr "<span style=\"color:#006600;font-weight:bold;\">Zatwierdzony</span>"
|
1924 |
msgstr "<span style=\"color:#993399;\">Natychmiast</span>"
|
1925 |
|
1926 |
#. Name of the plugin
|
1927 |
+
#: ../classes/es-register.php:142 ../classes/es-register.php:143 ../classes/es-
|
1928 |
+
#: register.php:724
|
1929 |
msgid "Email Subscribers"
|
1930 |
msgstr "Email Subscribers"
|
1931 |
|
1932 |
+
#: ../classes/es-register.php:163
|
1933 |
msgid "Help & Info"
|
1934 |
msgstr "Pomoc i Informacje"
|
1935 |
|
1936 |
+
#: ../classes/es-register.php:175
|
1937 |
msgctxt "view-subscriber-enhanced-select"
|
1938 |
msgid "Please enter subscriber email address."
|
1939 |
msgstr "Proszę wprowadź adres e-mail subskrybenta."
|
1940 |
|
1941 |
+
#: ../classes/es-register.php:176
|
1942 |
msgctxt "view-subscriber-enhanced-select"
|
1943 |
msgid "Please select subscriber email status."
|
1944 |
msgstr "Proszę wybierz status e-maila subskrybenta."
|
1945 |
|
1946 |
+
#: ../classes/es-register.php:177
|
1947 |
msgctxt "view-subscriber-enhanced-select"
|
1948 |
msgid "Please select or create group for this subscriber."
|
1949 |
msgstr "Proszę wybrać lub utworzyć grupę dla tego subskrybenta."
|
1950 |
|
1951 |
+
#: ../classes/es-register.php:178
|
1952 |
msgctxt "view-subscriber-enhanced-select"
|
1953 |
msgid "Do you want to delete this record?"
|
1954 |
msgstr "Czy chcesz usunąć ten rekord?"
|
1955 |
|
1956 |
+
#: ../classes/es-register.php:179
|
1957 |
msgctxt "view-subscriber-enhanced-select"
|
1958 |
msgid "Please select the bulk action."
|
1959 |
msgstr "Proszę wybierz masowe działanie."
|
1960 |
|
1961 |
+
#: ../classes/es-register.php:180
|
1962 |
msgctxt "view-subscriber-enhanced-select"
|
1963 |
msgid "Are you sure you want to delete selected records?"
|
1964 |
msgstr "Jesteś pewien, że chcesz usunąć zaznaczone rekordy?"
|
1965 |
|
1966 |
+
#: ../classes/es-register.php:181
|
1967 |
msgctxt "view-subscriber-enhanced-select"
|
1968 |
msgid ""
|
1969 |
+
"Do you want to resend confirmation email? \\nAlso please note, this will update "
|
1970 |
+
"subscriber current status to 'Unconfirmed'."
|
1971 |
msgstr ""
|
1972 |
+
"Czy chcesz, aby ponownie wysłać e-mail potwierdzający? \\nZaktualizuje to aktualny "
|
1973 |
+
"status subskrybenta na \"Niepotwierdzone\"."
|
1974 |
|
1975 |
+
#: ../classes/es-register.php:182
|
1976 |
msgctxt "view-subscriber-enhanced-select"
|
1977 |
msgid "Please select new subscriber group."
|
1978 |
msgstr "Proszę wybrać nową grupę subskrybenta."
|
1979 |
|
1980 |
+
#: ../classes/es-register.php:183
|
1981 |
msgctxt "view-subscriber-enhanced-select"
|
1982 |
msgid "Please select new status for subscribers"
|
1983 |
msgstr "Proszę wskaż nowy status dla subskrybentów"
|
1984 |
|
1985 |
+
#: ../classes/es-register.php:184
|
1986 |
msgctxt "view-subscriber-enhanced-select"
|
1987 |
msgid "Do you want to update subscribers group?"
|
1988 |
msgstr "Czy chcesz zaktualizować grupę subskrybentów?"
|
1989 |
|
1990 |
+
#: ../classes/es-register.php:185
|
1991 |
msgctxt "view-subscriber-enhanced-select"
|
1992 |
msgid "Do you want to update subscribers status?"
|
1993 |
msgstr "Czy chcesz zaktualizować statusy subskrybentów?"
|
1994 |
|
1995 |
+
#: ../classes/es-register.php:186
|
1996 |
msgctxt "view-subscriber-enhanced-select"
|
1997 |
msgid ""
|
1998 |
+
"Please select only csv file. Please check official website for csv structure.."
|
|
|
1999 |
msgstr ""
|
2000 |
+
"Proszę wybrać tylko plik CSV. Proszę sprawdzić strukturę pliku CSV na oficjalnej "
|
2001 |
+
"stronie."
|
2002 |
|
2003 |
+
#: ../classes/es-register.php:194
|
2004 |
msgctxt "compose-enhanced-select"
|
2005 |
msgid "Please enter the Email Subject."
|
2006 |
msgstr "Proszę, wprowadź Temat e-maila."
|
2007 |
|
2008 |
+
#: ../classes/es-register.php:195
|
2009 |
msgctxt "compose-enhanced-select"
|
2010 |
msgid "Do you want to delete this record?"
|
2011 |
msgstr "Czy chcesz usunąć ten rekord?"
|
2012 |
|
2013 |
+
#: ../classes/es-register.php:203
|
2014 |
msgctxt "notification-enhanced-select"
|
2015 |
msgid "Please select subscribers group."
|
2016 |
msgstr "Proszę wybrać grupę subskrybentów."
|
2017 |
|
2018 |
+
#: ../classes/es-register.php:204
|
2019 |
msgctxt "notification-enhanced-select"
|
2020 |
msgid "Please select notification mail subject. Use compose menu to create new."
|
2021 |
msgstr "Wybierz powiadomienia e-mail. Użyj menu tworzenia, aby stworzyć nowe."
|
2022 |
|
2023 |
+
#: ../classes/es-register.php:205
|
2024 |
msgctxt "notification-enhanced-select"
|
2025 |
msgid "Please select notification status."
|
2026 |
msgstr "Proszę wybierz stan powiadomienia."
|
2027 |
|
2028 |
+
#: ../classes/es-register.php:206
|
2029 |
msgctxt "notification-enhanced-select"
|
2030 |
msgid "Do you want to delete this record?"
|
2031 |
msgstr "Czy chcesz usunąć ten rekord?"
|
2032 |
|
2033 |
+
#: ../classes/es-register.php:214
|
2034 |
msgctxt "sendmail-enhanced-select"
|
2035 |
msgid "Please select your mail subject."
|
2036 |
msgstr "Proszę wybierz temat twojego maila."
|
2037 |
|
2038 |
+
#: ../classes/es-register.php:215
|
2039 |
msgctxt "sendmail-enhanced-select"
|
2040 |
msgid "Please select your mail type."
|
2041 |
msgstr "Proszę wybrać typ maila."
|
2042 |
|
2043 |
+
#: ../classes/es-register.php:216
|
2044 |
msgctxt "sendmail-enhanced-select"
|
2045 |
msgid ""
|
2046 |
+
"Have you double checked your selected group? If so, let's go ahead and send this."
|
|
|
2047 |
msgstr "Sprawdziłeś dwukrotnie wybraną grupę? Jeżeli tak to weź i wyślij."
|
2048 |
|
2049 |
+
#: ../classes/es-register.php:224
|
2050 |
msgctxt "sentmail-enhanced-select"
|
2051 |
msgid "Do you want to delete this record?"
|
2052 |
msgstr "Czy chcesz usunąć ten rekord?"
|
2053 |
|
2054 |
+
#: ../classes/es-register.php:225
|
2055 |
msgctxt "sentmail-enhanced-select"
|
2056 |
msgid "Do you want to delete all records except latest 10?"
|
2057 |
msgstr "Czy chcesz usunąć wszystkie rekordy, za wyjątkiem ostatnich 10-iu?"
|
2058 |
|
2059 |
+
#: ../classes/es-register.php:233
|
2060 |
msgctxt "cron-enhanced-select"
|
2061 |
msgid "Please select enter number of mails you want to send per hour/trigger."
|
2062 |
msgstr "Proszę wprowadzić ilość maili, które chcesz wysłać na godzinę/wyzwolenie."
|
2063 |
|
2064 |
+
#: ../classes/es-register.php:234
|
2065 |
msgctxt "cron-enhanced-select"
|
2066 |
msgid "Please enter the mail count, only number."
|
2067 |
msgstr "Proszę podać liczbę maili, tylko numer."
|
2068 |
|
2069 |
+
#: ../classes/es-register.php:247
|
2070 |
msgctxt "widget-enhanced-select"
|
2071 |
msgid "Please enter email address"
|
2072 |
msgstr "Proszę wprowadź adres mailowy"
|
2073 |
|
2074 |
+
#: ../classes/es-register.php:248
|
2075 |
msgctxt "widget-enhanced-select"
|
2076 |
msgid "Please provide a valid email address"
|
2077 |
msgstr "Prosimy o wprowadzenie poprawnego adresu e-mail"
|
2078 |
|
2079 |
+
#: ../classes/es-register.php:249
|
2080 |
msgctxt "widget-enhanced-select"
|
2081 |
msgid "loading..."
|
2082 |
msgstr "ładuję…"
|
2083 |
|
2084 |
+
#: ../classes/es-register.php:250
|
2085 |
msgctxt "widget-enhanced-select"
|
2086 |
msgid "Cannot create XMLHTTP instance"
|
2087 |
msgstr "Nie można utworzyć instancji XMLHTTP"
|
2088 |
|
2089 |
+
#: ../classes/es-register.php:251
|
2090 |
msgctxt "widget-enhanced-select"
|
2091 |
msgid "Successfully Subscribed."
|
2092 |
msgstr "Zarejestrowano subskrypcję."
|
2093 |
|
2094 |
+
#: ../classes/es-register.php:252
|
2095 |
msgctxt "widget-enhanced-select"
|
2096 |
msgid ""
|
2097 |
+
"Your subscription was successful! Within a few minutes, kindly check the mail in "
|
2098 |
+
"your mailbox and confirm your subscription. If you can't see the mail in your "
|
2099 |
+
"mailbox, please check your spam folder."
|
2100 |
msgstr ""
|
2101 |
+
"Subskrypcja zakończyła się pomyślnie! W ciągu kilku minut prosimy sprawdzić pocztę "
|
2102 |
+
"w skrzynce pocztowej i potwierdzić subskrypcję. Jeśli nie widać wiadomości w "
|
2103 |
+
"skrzynce pocztowej, należy sprawdzić folder spam."
|
2104 |
|
2105 |
+
#: ../classes/es-register.php:253
|
2106 |
msgctxt "widget-enhanced-select"
|
2107 |
msgid "Email Address already exists!"
|
2108 |
msgstr "Adres email już istnieje!"
|
2109 |
|
2110 |
+
#: ../classes/es-register.php:254
|
2111 |
msgctxt "widget-enhanced-select"
|
2112 |
msgid "Oops.. Unexpected error occurred."
|
2113 |
msgstr "Ups… Wystąpił nieoczekiwany błąd."
|
2114 |
|
2115 |
+
#: ../classes/es-register.php:255
|
2116 |
msgctxt "widget-enhanced-select"
|
2117 |
msgid "Invalid email address"
|
2118 |
msgstr "Niepoprawny adres email"
|
2119 |
|
2120 |
+
#: ../classes/es-register.php:256
|
2121 |
msgctxt "widget-enhanced-select"
|
2122 |
msgid "Please try after some time"
|
2123 |
msgstr "Spróbuj po pewnym czasie"
|
2124 |
|
2125 |
+
#: ../classes/es-register.php:257
|
2126 |
msgctxt "widget-enhanced-select"
|
2127 |
msgid "There was a problem with the request"
|
2128 |
msgstr "Wystąpił problem z żądaniem"
|
2129 |
|
2130 |
+
#: ../classes/es-register.php:264
|
2131 |
msgctxt "widget-page-enhanced-select"
|
2132 |
msgid "Please enter email address"
|
2133 |
msgstr "Proszę wprowadź adres mailowy"
|
2134 |
|
2135 |
+
#: ../classes/es-register.php:265
|
2136 |
msgctxt "widget-page-enhanced-select"
|
2137 |
msgid "Please provide a valid email address"
|
2138 |
msgstr "Prosimy o wprowadzenie poprawnego adresu e-mail"
|
2139 |
|
2140 |
+
#: ../classes/es-register.php:266
|
2141 |
msgctxt "widget-page-enhanced-select"
|
2142 |
msgid "loading..."
|
2143 |
msgstr "wczytuję…"
|
2144 |
|
2145 |
+
#: ../classes/es-register.php:267
|
2146 |
msgctxt "widget-page-enhanced-select"
|
2147 |
msgid "Cannot create XMLHTTP instance"
|
2148 |
msgstr "Nie można utworzyć instancji XMLHTTP"
|
2149 |
|
2150 |
+
#: ../classes/es-register.php:268
|
2151 |
msgctxt "widget-page-enhanced-select"
|
2152 |
msgid "Successfully Subscribed."
|
2153 |
msgstr "Zarejestrowano subskrypcję."
|
2154 |
|
2155 |
+
#: ../classes/es-register.php:269
|
2156 |
msgctxt "widget-page-enhanced-select"
|
2157 |
msgid ""
|
2158 |
+
"Your subscription was successful! Within a few minutes, kindly check the mail in "
|
2159 |
+
"your mailbox and confirm your subscription. If you can't see the mail in your "
|
2160 |
+
"mailbox, please check your spam folder."
|
2161 |
msgstr ""
|
2162 |
+
"Subskrypcja zakończyła się pomyślnie! W ciągu kilku minut prosimy sprawdzić pocztę "
|
2163 |
+
"w skrzynce pocztowej i potwierdzić subskrypcję. Jeśli nie widać wiadomości w "
|
2164 |
+
"skrzynce pocztowej, należy sprawdzić folder spam."
|
2165 |
|
2166 |
+
#: ../classes/es-register.php:270
|
2167 |
msgctxt "widget-page-enhanced-select"
|
2168 |
msgid "Email Address already exists!"
|
2169 |
msgstr "Adres email już istnieje!"
|
2170 |
|
2171 |
+
#: ../classes/es-register.php:271
|
2172 |
msgctxt "widget-page-enhanced-select"
|
2173 |
msgid "Oops.. Unexpected error occurred."
|
2174 |
msgstr "Ups… Wystąpił nieoczekiwany błąd."
|
2175 |
|
2176 |
+
#: ../classes/es-register.php:272
|
2177 |
msgctxt "widget-page-enhanced-select"
|
2178 |
msgid "Invalid email address"
|
2179 |
msgstr "Niepoprawny adres email"
|
2180 |
|
2181 |
+
#: ../classes/es-register.php:273
|
2182 |
msgctxt "widget-page-enhanced-select"
|
2183 |
msgid "Please try after some time"
|
2184 |
msgstr "Spróbuj po pewnym czasie"
|
2185 |
|
2186 |
+
#: ../classes/es-register.php:274
|
2187 |
msgctxt "widget-page-enhanced-select"
|
2188 |
msgid "There was a problem with the request"
|
2189 |
msgstr "Wystąpił problem z żądaniem"
|
2190 |
|
2191 |
+
#: ../classes/es-register.php:724
|
2192 |
msgid "is getting even better!"
|
2193 |
msgstr "idzie ku lepszemu!"
|
2194 |
|
2195 |
+
#: ../classes/es-register.php:725
|
2196 |
msgid "But I need you to"
|
2197 |
msgstr "Ale potrzebuję ciebie do"
|
2198 |
|
2199 |
+
#: ../classes/es-register.php:725
|
2200 |
msgid "help me prioritize"
|
2201 |
msgstr "pomóż mi zdecydować, który wziąć pierwszy"
|
2202 |
|
2203 |
+
#: ../classes/es-register.php:725
|
2204 |
msgid "Please send your response today."
|
2205 |
msgstr "Proszę prześlij odpowiedź dzisiaj."
|
2206 |
|
2207 |
+
#: ../classes/es-register.php:732
|
2208 |
msgid "Here's how you use ES:"
|
2209 |
msgstr "Oto jak używasz ES:"
|
2210 |
|
2211 |
+
#: ../classes/es-register.php:745
|
2212 |
msgid "Have "
|
2213 |
msgstr "Mam "
|
2214 |
|
2215 |
+
#: ../classes/es-register.php:745
|
2216 |
msgid " Active Subscribers"
|
2217 |
msgstr " Aktywni Subskrybenci"
|
2218 |
|
2219 |
+
#: ../classes/es-register.php:746
|
2220 |
msgid "Post "
|
2221 |
msgstr "Wpis "
|
2222 |
|
2223 |
+
#: ../classes/es-register.php:746
|
2224 |
msgid " blog per week"
|
2225 |
msgstr " blog na tydzień"
|
2226 |
|
2227 |
+
#: ../classes/es-register.php:750
|
2228 |
msgid "Send emails via Cron"
|
2229 |
msgstr "Wyślij e-mail przez zadanie Cron"
|
2230 |
|
2231 |
+
#: ../classes/es-register.php:752
|
2232 |
msgid "Send emails Immediately"
|
2233 |
msgstr "Wyślij e-mail natychmiast"
|
2234 |
|
2235 |
+
#: ../classes/es-register.php:779
|
2236 |
msgid "How soon do you want these new features?"
|
2237 |
msgstr "Jak szybko chcesz te nowe funkcje?"
|
2238 |
|
2239 |
+
#: ../classes/es-register.php:783
|
2240 |
msgid "Beautiful Email Designs"
|
2241 |
msgstr "Piękne wzory e-maila"
|
2242 |
|
2243 |
+
#: ../classes/es-register.php:784 ../classes/es-register.php:789 ../classes/es-
|
2244 |
+
#: register.php:794 ../classes/es-register.php:799
|
2245 |
msgid "Right now!"
|
2246 |
msgstr "Teraz!"
|
2247 |
|
2248 |
+
#: ../classes/es-register.php:785 ../classes/es-register.php:790 ../classes/es-
|
2249 |
+
#: register.php:795 ../classes/es-register.php:800
|
2250 |
msgid "Soon"
|
2251 |
msgstr "Wkrótce"
|
2252 |
|
2253 |
+
#: ../classes/es-register.php:786 ../classes/es-register.php:791 ../classes/es-
|
2254 |
+
#: register.php:796 ../classes/es-register.php:801
|
2255 |
msgid "Later"
|
2256 |
msgstr "Później"
|
2257 |
|
2258 |
+
#: ../classes/es-register.php:788
|
2259 |
msgid "Spam Check, Scheduling... (Better Email Delivery)"
|
2260 |
msgstr "Kontrola spamu, planowanie ... (lepsza poczta e-mail)"
|
2261 |
|
2262 |
+
#: ../classes/es-register.php:793
|
2263 |
msgid "Discard Fake / Bouncing Emails"
|
2264 |
msgstr "Odrzuć fałszywe / odbijanie wiadomości e-mail"
|
2265 |
|
2266 |
+
#: ../classes/es-register.php:798
|
2267 |
msgid "Advanced Reporting"
|
2268 |
msgstr "Raportowanie zaawansowane"
|
2269 |
|
2270 |
+
#: ../classes/es-register.php:826
|
2271 |
msgid "Thank you!"
|
2272 |
msgstr "Dziękuję!"
|
2273 |
|
2274 |
+
#: ../classes/es-register.php:827
|
2275 |
msgid "No issues, have a nice day!"
|
2276 |
msgstr "Nie ma problemów, miłego dnia!"
|
2277 |
|
2278 |
+
#: ../classes/es-register.php:992 ../classes/es-loadwidget.php:33
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2279 |
msgid "Email *"
|
2280 |
msgstr "E-mail *"
|
2281 |
|
2282 |
+
#: ../classes/es-register.php:1035
|
2283 |
msgid "Widget Title"
|
2284 |
msgstr "Tytuł wtyczki"
|
2285 |
|
2286 |
+
#: ../classes/es-register.php:1039
|
2287 |
msgid "Short description about subscription form"
|
2288 |
msgstr "Krótki opis formularza subskrypcji"
|
2289 |
|
2290 |
+
#: ../classes/es-register.php:1043
|
2291 |
msgid "Display Name Field"
|
2292 |
msgstr "Wyświetl nazwę pola"
|
2293 |
|
2294 |
+
#: ../classes/es-register.php:1050
|
2295 |
msgid "Subscriber Group"
|
2296 |
msgstr "Grupa subskrybenta"
|
languages/email-subscribers.pot
CHANGED
@@ -2,10 +2,10 @@
|
|
2 |
#, fuzzy
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
-
"Project-Id-Version: Email Subscribers & Newsletters 3.
|
6 |
-
"Report-Msgid-Bugs-To: https://www.
|
7 |
"POT-Creation-Date: 2017-07-26 12:00:36+00:00\n"
|
8 |
-
"POT-Revision-Date:
|
9 |
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
10 |
"Last-Translator: Ratnakar Dubey <ratnakar.dubey@storeapps.org>\n"
|
11 |
"Language-Team: StoreApps <support@storeapps.org>, Icegram <hello@icegram."
|
@@ -56,94 +56,94 @@ msgstr ""
|
|
56 |
#: 146 ../subscribers/view-subscriber-show.php:246 ../subscribers/view-subscriber-
|
57 |
#: export.php:38 ../subscribers/view-subscriber-add.php:114 ../subscribers/view-
|
58 |
#: subscriber-edit.php:113 ../subscribers/view-subscriber-sync.php:92 ..
|
59 |
-
#: /compose/compose-edit.php:
|
60 |
-
#: show.php:66 ../compose/compose-preview.php:
|
61 |
msgid "Help"
|
62 |
msgstr ""
|
63 |
|
64 |
-
#: ../notification/notification-add.php:
|
65 |
msgid "Select Subscribers Group"
|
66 |
msgstr ""
|
67 |
|
68 |
-
#: ../notification/notification-add.php:
|
69 |
-
#:
|
70 |
-
#: edit.php:
|
71 |
#: subscriber-add.php:162 ../subscribers/view-subscriber-edit.php:162 ..
|
72 |
-
#: /subscribers/view-subscriber-sync.php:119 ../sendmail/sendmail.php:
|
73 |
-
#: /sendmail/sendmail.php:
|
74 |
msgid "Select"
|
75 |
msgstr ""
|
76 |
|
77 |
-
#: ../notification/notification-add.php:
|
78 |
-
#:
|
79 |
msgid "Select Notification Email Subject"
|
80 |
msgstr ""
|
81 |
|
82 |
-
#: ../notification/notification-add.php:
|
83 |
-
#:
|
84 |
msgid "(Use compose menu to create new)"
|
85 |
msgstr ""
|
86 |
|
87 |
-
#: ../notification/notification-add.php:
|
88 |
-
#:
|
89 |
msgid "Select Post Categories"
|
90 |
msgstr ""
|
91 |
|
92 |
-
#: ../notification/notification-add.php:
|
93 |
-
#:
|
94 |
msgid "Check All"
|
95 |
msgstr ""
|
96 |
|
97 |
-
#: ../notification/notification-add.php:
|
98 |
-
#:
|
99 |
msgid "Uncheck All"
|
100 |
msgstr ""
|
101 |
|
102 |
-
#: ../notification/notification-add.php:
|
103 |
-
#:
|
104 |
msgid "Select your Custom Post Type"
|
105 |
msgstr ""
|
106 |
|
107 |
-
#: ../notification/notification-add.php:
|
108 |
-
#:
|
109 |
msgid "(Optional)"
|
110 |
msgstr ""
|
111 |
|
112 |
-
#: ../notification/notification-add.php:
|
113 |
-
#:
|
114 |
msgid "No Custom Post Types Available"
|
115 |
msgstr ""
|
116 |
|
117 |
-
#: ../notification/notification-add.php:
|
118 |
-
#:
|
119 |
msgid "Select Notification Status when a new post is published"
|
120 |
msgstr ""
|
121 |
|
122 |
-
#: ../notification/notification-add.php:
|
123 |
-
#: 130 ../notification/notification-edit.php:
|
124 |
msgid "Send email immediately"
|
125 |
msgstr ""
|
126 |
|
127 |
-
#: ../notification/notification-add.php:
|
128 |
-
#: 132 ../notification/notification-edit.php:
|
129 |
msgid "Add to cron and send email via cron job"
|
130 |
msgstr ""
|
131 |
|
132 |
-
#: ../notification/notification-add.php:
|
133 |
-
#:
|
134 |
msgid "Disable email notification"
|
135 |
msgstr ""
|
136 |
|
137 |
-
#: ../notification/notification-add.php:
|
138 |
-
#:
|
139 |
-
#:
|
140 |
msgid "Save"
|
141 |
msgstr ""
|
142 |
|
143 |
#: ../notification/notification-show.php:21 ../notification/notification-edit.php:
|
144 |
#: 20 ../sentmail/sentmail-preview.php:18 ../sentmail/sentmail-show.php:22 ..
|
145 |
#: /subscribers/view-subscriber-edit.php:22 ../compose/compose-edit.php:20 ..
|
146 |
-
#: /compose/compose-show.php:33
|
147 |
msgid "Oops, selected details does not exists."
|
148 |
msgstr ""
|
149 |
|
@@ -152,13 +152,13 @@ msgstr ""
|
|
152 |
msgid "Selected record deleted."
|
153 |
msgstr ""
|
154 |
|
155 |
-
#: ../notification/notification-show.php:52 ../classes/es-register.php:
|
156 |
-
#: /classes/es-register.php:
|
157 |
msgid "Post Notifications"
|
158 |
msgstr ""
|
159 |
|
160 |
#: ../notification/notification-show.php:53 ../notification/notification-edit.php:
|
161 |
-
#: 123 ../compose/compose-edit.php:
|
162 |
msgid "Add New"
|
163 |
msgstr ""
|
164 |
|
@@ -189,7 +189,7 @@ msgid "Notification Status"
|
|
189 |
msgstr ""
|
190 |
|
191 |
#: ../notification/notification-show.php:100 ../subscribers/view-subscriber-show.
|
192 |
-
#: php:404 ../compose/compose-show.php:103 ../compose/compose-preview.php:
|
193 |
msgid "Edit"
|
194 |
msgstr ""
|
195 |
|
@@ -221,7 +221,7 @@ msgstr ""
|
|
221 |
msgid "Edit Notification"
|
222 |
msgstr ""
|
223 |
|
224 |
-
#: ../notification/notification-edit.php:
|
225 |
#: php:289
|
226 |
msgid "Update Subscribers Group"
|
227 |
msgstr ""
|
@@ -244,7 +244,7 @@ msgstr ""
|
|
244 |
msgid "Icegram"
|
245 |
msgstr ""
|
246 |
|
247 |
-
#: ../email-subscribers.php:
|
248 |
msgctxt "timezone date format"
|
249 |
msgid "Y-m-d H:i:s"
|
250 |
msgstr ""
|
@@ -265,8 +265,8 @@ msgstr ""
|
|
265 |
msgid "User Roles"
|
266 |
msgstr ""
|
267 |
|
268 |
-
#: ../settings/settings-edit.php:42 ../classes/es-register.php:
|
269 |
-
#: register.php:
|
270 |
msgid "Settings"
|
271 |
msgstr ""
|
272 |
|
@@ -340,7 +340,7 @@ msgstr ""
|
|
340 |
|
341 |
#: ../settings/settings-edit.php:117
|
342 |
msgid ""
|
343 |
-
"Select image size for
|
344 |
"Emails."
|
345 |
msgstr ""
|
346 |
|
@@ -352,7 +352,7 @@ msgstr ""
|
|
352 |
msgid "Medium Size"
|
353 |
msgstr ""
|
354 |
|
355 |
-
#: ../settings/settings-edit.php:123
|
356 |
msgid "Thumbnail"
|
357 |
msgstr ""
|
358 |
|
@@ -377,12 +377,12 @@ msgid ""
|
|
377 |
msgstr ""
|
378 |
|
379 |
#: ../settings/settings-edit.php:142 ../settings/settings-edit.php:217 ..
|
380 |
-
#: /subscribers/view-subscriber-sync.php:107 ../classes/es-register.php:
|
381 |
msgid "YES"
|
382 |
msgstr ""
|
383 |
|
384 |
#: ../settings/settings-edit.php:143 ../settings/settings-edit.php:218 ..
|
385 |
-
#: /subscribers/view-subscriber-sync.php:106 ../classes/es-register.php:
|
386 |
msgid "NO"
|
387 |
msgstr ""
|
388 |
|
@@ -403,7 +403,7 @@ msgstr ""
|
|
403 |
#: ../settings/settings-edit.php:157
|
404 |
msgid ""
|
405 |
"Content for the admin email whenever a new subscriber signs up and is "
|
406 |
-
"confirmed.<br />
|
407 |
msgstr ""
|
408 |
|
409 |
#: ../settings/settings-edit.php:164
|
@@ -420,8 +420,8 @@ msgstr ""
|
|
420 |
|
421 |
#: ../settings/settings-edit.php:172
|
422 |
msgid ""
|
423 |
-
"Content for the email report which will be sent to admin.<br />
|
424 |
-
"Keywords:
|
425 |
msgstr ""
|
426 |
|
427 |
#: ../settings/settings-edit.php:183
|
@@ -441,7 +441,7 @@ msgstr ""
|
|
441 |
#: ../settings/settings-edit.php:191
|
442 |
msgid ""
|
443 |
"Content for the confirmation email to be sent for Double Opt-In whenever a "
|
444 |
-
"subscriber signs up.<br />
|
445 |
msgstr ""
|
446 |
|
447 |
#: ../settings/settings-edit.php:197
|
@@ -493,7 +493,7 @@ msgstr ""
|
|
493 |
msgid ""
|
494 |
"Content for the subscriber welcome email whenever a user's email is either "
|
495 |
"confirmed (if Double Opt In) / subscribed (if Single Opt In) successfully."
|
496 |
-
"<br />
|
497 |
msgstr ""
|
498 |
|
499 |
#: ../settings/settings-edit.php:240
|
@@ -514,7 +514,7 @@ msgstr ""
|
|
514 |
#: ../settings/settings-edit.php:248
|
515 |
msgid ""
|
516 |
"The text for the unsubscribe link. This text is automatically added with "
|
517 |
-
"unsubscribe link in the emails.<br />
|
518 |
msgstr ""
|
519 |
|
520 |
#: ../settings/settings-edit.php:254
|
@@ -574,7 +574,7 @@ msgid "Administrator/Editor/Author/Contributor"
|
|
574 |
msgstr ""
|
575 |
|
576 |
#: ../settings/settings-edit.php:300
|
577 |
-
msgid "
|
578 |
msgstr ""
|
579 |
|
580 |
#: ../settings/settings-edit.php:312
|
@@ -582,7 +582,7 @@ msgid "Post Notifications Menu"
|
|
582 |
msgstr ""
|
583 |
|
584 |
#: ../settings/settings-edit.php:324 ../sendmail/sendmail.php:93 ../classes/es-
|
585 |
-
#: register.php:
|
586 |
msgid "Newsletters"
|
587 |
msgstr ""
|
588 |
|
@@ -618,8 +618,8 @@ msgstr ""
|
|
618 |
|
619 |
#: ../settings/settings-edit.php:375
|
620 |
msgid ""
|
621 |
-
"Email to admin whenever a cron URL is triggered from your server
|
622 |
-
"Keywords:
|
623 |
msgstr ""
|
624 |
|
625 |
#: ../settings/settings-edit.php:385
|
@@ -690,7 +690,7 @@ msgstr ""
|
|
690 |
msgid "Click to sync tables"
|
691 |
msgstr ""
|
692 |
|
693 |
-
#: ../sentmail/sentmail-preview.php:27
|
694 |
msgid "Preview Email"
|
695 |
msgstr ""
|
696 |
|
@@ -701,7 +701,7 @@ msgid ""
|
|
701 |
"a slight variation on how your customer will view the email content."
|
702 |
msgstr ""
|
703 |
|
704 |
-
#: ../sentmail/sentmail-preview.php:
|
705 |
msgid "Back"
|
706 |
msgstr ""
|
707 |
|
@@ -717,8 +717,8 @@ msgstr ""
|
|
717 |
msgid " >> "
|
718 |
msgstr ""
|
719 |
|
720 |
-
#: ../sentmail/sentmail-show.php:93 ../classes/es-register.php:
|
721 |
-
#: register.php:
|
722 |
msgid "Reports"
|
723 |
msgstr ""
|
724 |
|
@@ -731,8 +731,8 @@ msgid "View Reports"
|
|
731 |
msgstr ""
|
732 |
|
733 |
#: ../sentmail/sentmail-show.php:108 ../sentmail/sentmail-show.php:121 ..
|
734 |
-
#: /compose/compose-edit.php:
|
735 |
-
#: /compose/compose-show.php:88
|
736 |
msgid "Preview"
|
737 |
msgstr ""
|
738 |
|
@@ -743,7 +743,7 @@ msgstr ""
|
|
743 |
#: ../sentmail/sentmail-show.php:110 ../sentmail/sentmail-show.php:123 ..
|
744 |
#: /sentmail/deliverreport-show.php:70 ../sentmail/deliverreport-show.php:81 ..
|
745 |
#: /subscribers/view-subscriber-show.php:362 ../subscribers/view-subscriber-show.
|
746 |
-
#: php:375 ../compose/compose-edit.php:
|
747 |
msgid "Status"
|
748 |
msgstr ""
|
749 |
|
@@ -966,8 +966,8 @@ msgstr ""
|
|
966 |
msgid "Please select New Status to update."
|
967 |
msgstr ""
|
968 |
|
969 |
-
#: ../subscribers/view-subscriber-show.php:241 ../classes/es-register.php:
|
970 |
-
#: /classes/es-register.php:
|
971 |
msgid "Subscribers"
|
972 |
msgstr ""
|
973 |
|
@@ -1052,7 +1052,7 @@ msgid "Email Address"
|
|
1052 |
msgstr ""
|
1053 |
|
1054 |
#: ../subscribers/view-subscriber-show.php:361 ../subscribers/view-subscriber-
|
1055 |
-
#: show.php:374 ../classes/es-register.php:
|
1056 |
msgid "Name"
|
1057 |
msgstr ""
|
1058 |
|
@@ -1229,39 +1229,41 @@ msgstr ""
|
|
1229 |
msgid "Please enter template heading."
|
1230 |
msgstr ""
|
1231 |
|
1232 |
-
#: ../compose/compose-edit.php:
|
1233 |
msgid "Successfully updated. "
|
1234 |
msgstr ""
|
1235 |
|
1236 |
-
#: ../compose/compose-edit.php:
|
1237 |
msgid "Edit Email"
|
1238 |
msgstr ""
|
1239 |
|
1240 |
-
#: ../compose/compose-edit.php:
|
1241 |
msgid "Select your Email Template"
|
1242 |
msgstr ""
|
1243 |
|
1244 |
-
#: ../compose/compose-edit.php:
|
|
|
1245 |
msgid "Newsletter"
|
1246 |
msgstr ""
|
1247 |
|
1248 |
-
#: ../compose/compose-edit.php:
|
|
|
1249 |
msgid "Post Notification"
|
1250 |
msgstr ""
|
1251 |
|
1252 |
-
#: ../compose/compose-edit.php:
|
1253 |
msgid "Enter your Email Subject"
|
1254 |
msgstr ""
|
1255 |
|
1256 |
-
#: ../compose/compose-edit.php:
|
1257 |
msgid "Available Keyword: ###POSTTITLE### (For Post Notification only)"
|
1258 |
msgstr ""
|
1259 |
|
1260 |
-
#: ../compose/compose-edit.php:
|
1261 |
msgid "Enter Content for your Email"
|
1262 |
msgstr ""
|
1263 |
|
1264 |
-
#: ../compose/compose-edit.php:
|
1265 |
#, php-format
|
1266 |
msgid ""
|
1267 |
"%s: ###NAME###, ###EMAIL###, ###DATE###, ###POSTTITLE###, ###POSTLINK###, "
|
@@ -1269,15 +1271,16 @@ msgid ""
|
|
1269 |
"###POSTLINK-ONLY###, ###POSTFULL### (For Post Notification only)"
|
1270 |
msgstr ""
|
1271 |
|
1272 |
-
#: ../compose/compose-edit.php:
|
|
|
1273 |
msgid "Available Keywords"
|
1274 |
msgstr ""
|
1275 |
|
1276 |
-
#: ../compose/compose-edit.php:
|
1277 |
msgid "Published"
|
1278 |
msgstr ""
|
1279 |
|
1280 |
-
#: ../compose/compose-edit.php:
|
1281 |
msgid "Please select your mail status"
|
1282 |
msgstr ""
|
1283 |
|
@@ -1289,8 +1292,7 @@ msgstr ""
|
|
1289 |
msgid "Add new Email"
|
1290 |
msgstr ""
|
1291 |
|
1292 |
-
#: ../compose/compose-show.php:64
|
1293 |
-
#: register.php:178
|
1294 |
msgid "Compose"
|
1295 |
msgstr ""
|
1296 |
|
@@ -1303,10 +1305,24 @@ msgid "Actions"
|
|
1303 |
msgstr ""
|
1304 |
|
1305 |
#: ../compose/compose-preview.php:31
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1306 |
msgid ""
|
1307 |
-
"This
|
1308 |
-
"
|
1309 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
1310 |
msgstr ""
|
1311 |
|
1312 |
#: ../export/export-email-address.php:45 ../export/export-email-address.php:49
|
@@ -1336,7 +1352,7 @@ msgstr ""
|
|
1336 |
msgid "Get more help and tips..."
|
1337 |
msgstr ""
|
1338 |
|
1339 |
-
#: ../help/help.php:183 ../classes/es-register.php:
|
1340 |
#: php:38
|
1341 |
msgid "Subscribe"
|
1342 |
msgstr ""
|
@@ -1688,43 +1704,43 @@ msgstr ""
|
|
1688 |
msgid "Use this to send newsletter emails to your subscribers."
|
1689 |
msgstr ""
|
1690 |
|
1691 |
-
#: ../sendmail/sendmail.php:
|
1692 |
msgid "Select Email Subject from available list"
|
1693 |
msgstr ""
|
1694 |
|
1695 |
-
#: ../sendmail/sendmail.php:
|
1696 |
msgid "Select Email Type"
|
1697 |
msgstr ""
|
1698 |
|
1699 |
-
#: ../sendmail/sendmail.php:
|
1700 |
msgid "Send email via cron job"
|
1701 |
msgstr ""
|
1702 |
|
1703 |
-
#: ../sendmail/sendmail.php:
|
1704 |
msgid "Select Subscribers group to Send Email"
|
1705 |
msgstr ""
|
1706 |
|
1707 |
-
#: ../sendmail/sendmail.php:
|
1708 |
msgid "Recipients : 0 "
|
1709 |
msgstr ""
|
1710 |
|
1711 |
-
#: ../sendmail/sendmail.php:
|
1712 |
#, php-format
|
1713 |
msgid "Recipients : %s"
|
1714 |
msgstr ""
|
1715 |
|
1716 |
-
#: ../sendmail/sendmail.php:
|
1717 |
msgid ""
|
1718 |
"<br><br><strong>Your Recipients count is above 100.<br>We strongly recommend "
|
1719 |
"that you change above Mail Type to Cron and Send Mail via Cron Job."
|
1720 |
"</strong><br>Click on Help for more information."
|
1721 |
msgstr ""
|
1722 |
|
1723 |
-
#: ../sendmail/sendmail.php:
|
1724 |
msgid "Send Email"
|
1725 |
msgstr ""
|
1726 |
|
1727 |
-
#: ../sendmail/sendmail.php:
|
1728 |
msgid "Reset"
|
1729 |
msgstr ""
|
1730 |
|
@@ -1772,176 +1788,182 @@ msgstr ""
|
|
1772 |
msgid "<span style=\"color:#993399;\">Immediately</span>"
|
1773 |
msgstr ""
|
1774 |
|
1775 |
-
#: ../classes/es-register.php:
|
1776 |
-
#: register.php:
|
1777 |
msgid "Email Subscribers"
|
1778 |
msgstr ""
|
1779 |
|
1780 |
-
#: ../classes/es-register.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
1781 |
msgid "Help & Info"
|
1782 |
msgstr ""
|
1783 |
|
1784 |
-
#: ../classes/es-register.php:
|
1785 |
msgid "<span style=\"color:#f18500;font-weight:bolder;\">Help & Info</span>"
|
1786 |
msgstr ""
|
1787 |
|
1788 |
-
#: ../classes/es-register.php:
|
1789 |
msgctxt "view-subscriber-enhanced-select"
|
1790 |
msgid "Please enter subscriber email address."
|
1791 |
msgstr ""
|
1792 |
|
1793 |
-
#: ../classes/es-register.php:
|
1794 |
msgctxt "view-subscriber-enhanced-select"
|
1795 |
msgid "Please select subscriber email status."
|
1796 |
msgstr ""
|
1797 |
|
1798 |
-
#: ../classes/es-register.php:
|
1799 |
msgctxt "view-subscriber-enhanced-select"
|
1800 |
msgid "Please select or create group for this subscriber."
|
1801 |
msgstr ""
|
1802 |
|
1803 |
-
#: ../classes/es-register.php:
|
1804 |
msgctxt "view-subscriber-enhanced-select"
|
1805 |
msgid "Do you want to delete this record?"
|
1806 |
msgstr ""
|
1807 |
|
1808 |
-
#: ../classes/es-register.php:
|
1809 |
msgctxt "view-subscriber-enhanced-select"
|
1810 |
msgid "Please select the bulk action."
|
1811 |
msgstr ""
|
1812 |
|
1813 |
-
#: ../classes/es-register.php:
|
1814 |
msgctxt "view-subscriber-enhanced-select"
|
1815 |
msgid "Are you sure you want to delete selected records?"
|
1816 |
msgstr ""
|
1817 |
|
1818 |
-
#: ../classes/es-register.php:
|
1819 |
msgctxt "view-subscriber-enhanced-select"
|
1820 |
msgid ""
|
1821 |
"Do you want to resend confirmation email? \\nAlso please note, this will "
|
1822 |
"update subscriber current status to 'Unconfirmed'."
|
1823 |
msgstr ""
|
1824 |
|
1825 |
-
#: ../classes/es-register.php:
|
1826 |
msgctxt "view-subscriber-enhanced-select"
|
1827 |
msgid "Please select new subscriber group."
|
1828 |
msgstr ""
|
1829 |
|
1830 |
-
#: ../classes/es-register.php:
|
1831 |
msgctxt "view-subscriber-enhanced-select"
|
1832 |
msgid "Please select new status for subscribers"
|
1833 |
msgstr ""
|
1834 |
|
1835 |
-
#: ../classes/es-register.php:
|
1836 |
msgctxt "view-subscriber-enhanced-select"
|
1837 |
msgid "Do you want to update subscribers group?"
|
1838 |
msgstr ""
|
1839 |
|
1840 |
-
#: ../classes/es-register.php:
|
1841 |
msgctxt "view-subscriber-enhanced-select"
|
1842 |
msgid "Do you want to update subscribers status?"
|
1843 |
msgstr ""
|
1844 |
|
1845 |
-
#: ../classes/es-register.php:
|
1846 |
msgctxt "view-subscriber-enhanced-select"
|
1847 |
msgid ""
|
1848 |
"Please select only csv file. Please check official website for csv structure."
|
1849 |
"."
|
1850 |
msgstr ""
|
1851 |
|
1852 |
-
#: ../classes/es-register.php:
|
1853 |
msgctxt "compose-enhanced-select"
|
1854 |
msgid "Please enter the Email Subject."
|
1855 |
msgstr ""
|
1856 |
|
1857 |
-
#: ../classes/es-register.php:
|
1858 |
msgctxt "compose-enhanced-select"
|
1859 |
msgid "Do you want to delete this record?"
|
1860 |
msgstr ""
|
1861 |
|
1862 |
-
#: ../classes/es-register.php:
|
1863 |
msgctxt "notification-enhanced-select"
|
1864 |
msgid "Please select subscribers group."
|
1865 |
msgstr ""
|
1866 |
|
1867 |
-
#: ../classes/es-register.php:
|
1868 |
msgctxt "notification-enhanced-select"
|
1869 |
msgid "Please select notification mail subject. Use compose menu to create new."
|
1870 |
msgstr ""
|
1871 |
|
1872 |
-
#: ../classes/es-register.php:
|
1873 |
msgctxt "notification-enhanced-select"
|
1874 |
msgid "Please select notification status."
|
1875 |
msgstr ""
|
1876 |
|
1877 |
-
#: ../classes/es-register.php:
|
1878 |
msgctxt "notification-enhanced-select"
|
1879 |
msgid "Do you want to delete this record?"
|
1880 |
msgstr ""
|
1881 |
|
1882 |
-
#: ../classes/es-register.php:
|
1883 |
msgctxt "sendmail-enhanced-select"
|
1884 |
msgid "Please select your mail subject."
|
1885 |
msgstr ""
|
1886 |
|
1887 |
-
#: ../classes/es-register.php:
|
1888 |
msgctxt "sendmail-enhanced-select"
|
1889 |
msgid "Please select your mail type."
|
1890 |
msgstr ""
|
1891 |
|
1892 |
-
#: ../classes/es-register.php:
|
1893 |
msgctxt "sendmail-enhanced-select"
|
1894 |
msgid ""
|
1895 |
"Have you double checked your selected group? If so, let's go ahead and send "
|
1896 |
"this."
|
1897 |
msgstr ""
|
1898 |
|
1899 |
-
#: ../classes/es-register.php:
|
1900 |
msgctxt "sentmail-enhanced-select"
|
1901 |
msgid "Do you want to delete this record?"
|
1902 |
msgstr ""
|
1903 |
|
1904 |
-
#: ../classes/es-register.php:
|
1905 |
msgctxt "sentmail-enhanced-select"
|
1906 |
msgid "Do you want to delete all records except latest 10?"
|
1907 |
msgstr ""
|
1908 |
|
1909 |
-
#: ../classes/es-register.php:
|
1910 |
msgctxt "cron-enhanced-select"
|
1911 |
msgid "Please select enter number of mails you want to send per hour/trigger."
|
1912 |
msgstr ""
|
1913 |
|
1914 |
-
#: ../classes/es-register.php:
|
1915 |
msgctxt "cron-enhanced-select"
|
1916 |
msgid "Please enter the mail count, only number."
|
1917 |
msgstr ""
|
1918 |
|
1919 |
-
#: ../classes/es-register.php:
|
1920 |
msgctxt "widget-enhanced-select"
|
1921 |
msgid "Please enter email address"
|
1922 |
msgstr ""
|
1923 |
|
1924 |
-
#: ../classes/es-register.php:
|
1925 |
msgctxt "widget-enhanced-select"
|
1926 |
msgid "Please provide a valid email address"
|
1927 |
msgstr ""
|
1928 |
|
1929 |
-
#: ../classes/es-register.php:
|
1930 |
msgctxt "widget-enhanced-select"
|
1931 |
msgid "loading..."
|
1932 |
msgstr ""
|
1933 |
|
1934 |
-
#: ../classes/es-register.php:
|
1935 |
msgctxt "widget-enhanced-select"
|
1936 |
msgid "Cannot create XMLHTTP instance"
|
1937 |
msgstr ""
|
1938 |
|
1939 |
-
#: ../classes/es-register.php:
|
1940 |
msgctxt "widget-enhanced-select"
|
1941 |
msgid "Successfully Subscribed."
|
1942 |
msgstr ""
|
1943 |
|
1944 |
-
#: ../classes/es-register.php:
|
1945 |
msgctxt "widget-enhanced-select"
|
1946 |
msgid ""
|
1947 |
"Your subscription was successful! Within a few minutes, kindly check the "
|
@@ -1949,57 +1971,57 @@ msgid ""
|
|
1949 |
"mail in your mailbox, please check your spam folder."
|
1950 |
msgstr ""
|
1951 |
|
1952 |
-
#: ../classes/es-register.php:
|
1953 |
msgctxt "widget-enhanced-select"
|
1954 |
msgid "Email Address already exists!"
|
1955 |
msgstr ""
|
1956 |
|
1957 |
-
#: ../classes/es-register.php:
|
1958 |
msgctxt "widget-enhanced-select"
|
1959 |
msgid "Oops.. Unexpected error occurred."
|
1960 |
msgstr ""
|
1961 |
|
1962 |
-
#: ../classes/es-register.php:
|
1963 |
msgctxt "widget-enhanced-select"
|
1964 |
msgid "Invalid email address"
|
1965 |
msgstr ""
|
1966 |
|
1967 |
-
#: ../classes/es-register.php:
|
1968 |
msgctxt "widget-enhanced-select"
|
1969 |
msgid "Please try after some time"
|
1970 |
msgstr ""
|
1971 |
|
1972 |
-
#: ../classes/es-register.php:
|
1973 |
msgctxt "widget-enhanced-select"
|
1974 |
msgid "There was a problem with the request"
|
1975 |
msgstr ""
|
1976 |
|
1977 |
-
#: ../classes/es-register.php:
|
1978 |
msgctxt "widget-page-enhanced-select"
|
1979 |
msgid "Please enter email address"
|
1980 |
msgstr ""
|
1981 |
|
1982 |
-
#: ../classes/es-register.php:
|
1983 |
msgctxt "widget-page-enhanced-select"
|
1984 |
msgid "Please provide a valid email address"
|
1985 |
msgstr ""
|
1986 |
|
1987 |
-
#: ../classes/es-register.php:
|
1988 |
msgctxt "widget-page-enhanced-select"
|
1989 |
msgid "loading..."
|
1990 |
msgstr ""
|
1991 |
|
1992 |
-
#: ../classes/es-register.php:
|
1993 |
msgctxt "widget-page-enhanced-select"
|
1994 |
msgid "Cannot create XMLHTTP instance"
|
1995 |
msgstr ""
|
1996 |
|
1997 |
-
#: ../classes/es-register.php:
|
1998 |
msgctxt "widget-page-enhanced-select"
|
1999 |
msgid "Successfully Subscribed."
|
2000 |
msgstr ""
|
2001 |
|
2002 |
-
#: ../classes/es-register.php:
|
2003 |
msgctxt "widget-page-enhanced-select"
|
2004 |
msgid ""
|
2005 |
"Your subscription was successful! Within a few minutes, kindly check the "
|
@@ -2007,152 +2029,166 @@ msgid ""
|
|
2007 |
"mail in your mailbox, please check your spam folder."
|
2008 |
msgstr ""
|
2009 |
|
2010 |
-
#: ../classes/es-register.php:
|
2011 |
msgctxt "widget-page-enhanced-select"
|
2012 |
msgid "Email Address already exists!"
|
2013 |
msgstr ""
|
2014 |
|
2015 |
-
#: ../classes/es-register.php:
|
2016 |
msgctxt "widget-page-enhanced-select"
|
2017 |
msgid "Oops.. Unexpected error occurred."
|
2018 |
msgstr ""
|
2019 |
|
2020 |
-
#: ../classes/es-register.php:
|
2021 |
msgctxt "widget-page-enhanced-select"
|
2022 |
msgid "Invalid email address"
|
2023 |
msgstr ""
|
2024 |
|
2025 |
-
#: ../classes/es-register.php:
|
2026 |
msgctxt "widget-page-enhanced-select"
|
2027 |
msgid "Please try after some time"
|
2028 |
msgstr ""
|
2029 |
|
2030 |
-
#: ../classes/es-register.php:
|
2031 |
msgctxt "widget-page-enhanced-select"
|
2032 |
msgid "There was a problem with the request"
|
2033 |
msgstr ""
|
2034 |
|
2035 |
-
#: ../classes/es-register.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2036 |
msgctxt "timezone date format"
|
2037 |
msgid "Y-m-d"
|
2038 |
msgstr ""
|
2039 |
|
2040 |
-
#: ../classes/es-register.php:
|
2041 |
msgid "is getting even better!"
|
2042 |
msgstr ""
|
2043 |
|
2044 |
-
#: ../classes/es-register.php:
|
2045 |
msgid "But I need you to"
|
2046 |
msgstr ""
|
2047 |
|
2048 |
-
#: ../classes/es-register.php:
|
2049 |
msgid "help me prioritize"
|
2050 |
msgstr ""
|
2051 |
|
2052 |
-
#: ../classes/es-register.php:
|
2053 |
msgid "Please send your response today."
|
2054 |
msgstr ""
|
2055 |
|
2056 |
-
#: ../classes/es-register.php:
|
2057 |
msgid "Here's how you use ES:"
|
2058 |
msgstr ""
|
2059 |
|
2060 |
-
#: ../classes/es-register.php:
|
2061 |
msgid "Post Notifications more often than Newsletter"
|
2062 |
msgstr ""
|
2063 |
|
2064 |
-
#: ../classes/es-register.php:
|
2065 |
msgid "Newsletter more often than Post Notifications"
|
2066 |
msgstr ""
|
2067 |
|
2068 |
-
#: ../classes/es-register.php:
|
2069 |
msgid "Post Notification & Newsletter equally"
|
2070 |
msgstr ""
|
2071 |
|
2072 |
-
#: ../classes/es-register.php:
|
2073 |
msgid "Have "
|
2074 |
msgstr ""
|
2075 |
|
2076 |
-
#: ../classes/es-register.php:
|
2077 |
msgid " Active Subscribers"
|
2078 |
msgstr ""
|
2079 |
|
2080 |
-
#: ../classes/es-register.php:
|
2081 |
msgid "Post "
|
2082 |
msgstr ""
|
2083 |
|
2084 |
-
#: ../classes/es-register.php:
|
2085 |
msgid " blog per week"
|
2086 |
msgstr ""
|
2087 |
|
2088 |
-
#: ../classes/es-register.php:
|
2089 |
msgid "Send emails via Cron"
|
2090 |
msgstr ""
|
2091 |
|
2092 |
-
#: ../classes/es-register.php:
|
2093 |
msgid "Send emails Immediately"
|
2094 |
msgstr ""
|
2095 |
|
2096 |
-
#: ../classes/es-register.php:
|
2097 |
msgid "Using Double Opt In"
|
2098 |
msgstr ""
|
2099 |
|
2100 |
-
#: ../classes/es-register.php:
|
2101 |
msgid "Using Single Opt In"
|
2102 |
msgstr ""
|
2103 |
|
2104 |
-
#: ../classes/es-register.php:
|
2105 |
msgid "How soon do you want these new features?"
|
2106 |
msgstr ""
|
2107 |
|
2108 |
-
#: ../classes/es-register.php:
|
2109 |
msgid "Beautiful Email Designs"
|
2110 |
msgstr ""
|
2111 |
|
2112 |
-
#: ../classes/es-register.php:
|
2113 |
-
#: register.php:
|
2114 |
msgid "Right now!"
|
2115 |
msgstr ""
|
2116 |
|
2117 |
-
#: ../classes/es-register.php:
|
2118 |
-
#: register.php:
|
2119 |
msgid "Soon"
|
2120 |
msgstr ""
|
2121 |
|
2122 |
-
#: ../classes/es-register.php:
|
2123 |
-
#: register.php:
|
2124 |
msgid "Later"
|
2125 |
msgstr ""
|
2126 |
|
2127 |
-
#: ../classes/es-register.php:
|
2128 |
msgid "Spam Check, Scheduling... (Better Email Delivery)"
|
2129 |
msgstr ""
|
2130 |
|
2131 |
-
#: ../classes/es-register.php:
|
2132 |
msgid "Discard Fake / Bouncing Emails"
|
2133 |
msgstr ""
|
2134 |
|
2135 |
-
#: ../classes/es-register.php:
|
2136 |
msgid "Advanced Reporting"
|
2137 |
msgstr ""
|
2138 |
|
2139 |
-
#: ../classes/es-register.php:
|
2140 |
msgid "Nah, I don't like improvements"
|
2141 |
msgstr ""
|
2142 |
|
2143 |
-
#: ../classes/es-register.php:
|
2144 |
msgid "Next"
|
2145 |
msgstr ""
|
2146 |
|
2147 |
-
#: ../classes/es-register.php:
|
2148 |
msgid "Thank you!"
|
2149 |
msgstr ""
|
2150 |
|
2151 |
-
#: ../classes/es-register.php:
|
2152 |
msgid "No issues, have a nice day!"
|
2153 |
msgstr ""
|
2154 |
|
2155 |
-
#: ../classes/es-register.php:
|
2156 |
msgid ""
|
2157 |
"If you like <strong>Email Subscribers</strong>, please consider leaving us a "
|
2158 |
"<a target=\"_blank\" href=\"https://wordpress.org/support/plugin/email-"
|
@@ -2160,22 +2196,91 @@ msgid ""
|
|
2160 |
"</a> rating. A huge thank you from Icegram in advance!"
|
2161 |
msgstr ""
|
2162 |
|
2163 |
-
#: ../classes/es-register.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2164 |
msgid "Email *"
|
2165 |
msgstr ""
|
2166 |
|
2167 |
-
#: ../classes/es-register.php:
|
2168 |
msgid "Widget Title"
|
2169 |
msgstr ""
|
2170 |
|
2171 |
-
#: ../classes/es-register.php:
|
2172 |
msgid "Short description about subscription form"
|
2173 |
msgstr ""
|
2174 |
|
2175 |
-
#: ../classes/es-register.php:
|
2176 |
msgid "Display Name Field"
|
2177 |
msgstr ""
|
2178 |
|
2179 |
-
#: ../classes/es-register.php:
|
2180 |
msgid "Subscriber Group"
|
2181 |
msgstr ""
|
2 |
#, fuzzy
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
+
"Project-Id-Version: Email Subscribers & Newsletters 3.4.0\n"
|
6 |
+
"Report-Msgid-Bugs-To: https://www.icegram.com/contact/\n"
|
7 |
"POT-Creation-Date: 2017-07-26 12:00:36+00:00\n"
|
8 |
+
"POT-Revision-Date: Tue Oct 17 2017 17:40:17 GMT+0530 (IST)\n"
|
9 |
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
10 |
"Last-Translator: Ratnakar Dubey <ratnakar.dubey@storeapps.org>\n"
|
11 |
"Language-Team: StoreApps <support@storeapps.org>, Icegram <hello@icegram."
|
56 |
#: 146 ../subscribers/view-subscriber-show.php:246 ../subscribers/view-subscriber-
|
57 |
#: export.php:38 ../subscribers/view-subscriber-add.php:114 ../subscribers/view-
|
58 |
#: subscriber-edit.php:113 ../subscribers/view-subscriber-sync.php:92 ..
|
59 |
+
#: /compose/compose-edit.php:87 ../compose/compose-add.php:75 ../compose/compose-
|
60 |
+
#: show.php:66 ../compose/compose-preview.php:32 ../sendmail/sendmail.php:94
|
61 |
msgid "Help"
|
62 |
msgstr ""
|
63 |
|
64 |
+
#: ../notification/notification-add.php:121
|
65 |
msgid "Select Subscribers Group"
|
66 |
msgstr ""
|
67 |
|
68 |
+
#: ../notification/notification-add.php:125 ../notification/notification-add.php:
|
69 |
+
#: 149 ../notification/notification-edit.php:136 ../notification/notification-
|
70 |
+
#: edit.php:169 ../subscribers/view-subscriber-import.php:190 ../subscribers/view-
|
71 |
#: subscriber-add.php:162 ../subscribers/view-subscriber-edit.php:162 ..
|
72 |
+
#: /subscribers/view-subscriber-sync.php:119 ../sendmail/sendmail.php:111 ..
|
73 |
+
#: /sendmail/sendmail.php:138 ../sendmail/sendmail.php:152
|
74 |
msgid "Select"
|
75 |
msgstr ""
|
76 |
|
77 |
+
#: ../notification/notification-add.php:143 ../notification/notification-edit.php:
|
78 |
+
#: 163
|
79 |
msgid "Select Notification Email Subject"
|
80 |
msgstr ""
|
81 |
|
82 |
+
#: ../notification/notification-add.php:144 ../notification/notification-edit.php:
|
83 |
+
#: 164
|
84 |
msgid "(Use compose menu to create new)"
|
85 |
msgstr ""
|
86 |
|
87 |
+
#: ../notification/notification-add.php:168 ../notification/notification-edit.php:
|
88 |
+
#: 191
|
89 |
msgid "Select Post Categories"
|
90 |
msgstr ""
|
91 |
|
92 |
+
#: ../notification/notification-add.php:196 ../notification/notification-edit.php:
|
93 |
+
#: 226
|
94 |
msgid "Check All"
|
95 |
msgstr ""
|
96 |
|
97 |
+
#: ../notification/notification-add.php:197 ../notification/notification-edit.php:
|
98 |
+
#: 227
|
99 |
msgid "Uncheck All"
|
100 |
msgstr ""
|
101 |
|
102 |
+
#: ../notification/notification-add.php:203 ../notification/notification-edit.php:
|
103 |
+
#: 234
|
104 |
msgid "Select your Custom Post Type"
|
105 |
msgstr ""
|
106 |
|
107 |
+
#: ../notification/notification-add.php:204 ../notification/notification-edit.php:
|
108 |
+
#: 235
|
109 |
msgid "(Optional)"
|
110 |
msgstr ""
|
111 |
|
112 |
+
#: ../notification/notification-add.php:233 ../notification/notification-edit.php:
|
113 |
+
#: 269
|
114 |
msgid "No Custom Post Types Available"
|
115 |
msgstr ""
|
116 |
|
117 |
+
#: ../notification/notification-add.php:240 ../notification/notification-edit.php:
|
118 |
+
#: 276
|
119 |
msgid "Select Notification Status when a new post is published"
|
120 |
msgstr ""
|
121 |
|
122 |
+
#: ../notification/notification-add.php:244 ../notification/notification-show.php:
|
123 |
+
#: 130 ../notification/notification-edit.php:280 ../sendmail/sendmail.php:139
|
124 |
msgid "Send email immediately"
|
125 |
msgstr ""
|
126 |
|
127 |
+
#: ../notification/notification-add.php:245 ../notification/notification-show.php:
|
128 |
+
#: 132 ../notification/notification-edit.php:281
|
129 |
msgid "Add to cron and send email via cron job"
|
130 |
msgstr ""
|
131 |
|
132 |
+
#: ../notification/notification-add.php:246 ../notification/notification-edit.php:
|
133 |
+
#: 282
|
134 |
msgid "Disable email notification"
|
135 |
msgstr ""
|
136 |
|
137 |
+
#: ../notification/notification-add.php:254 ../notification/notification-edit.php:
|
138 |
+
#: 291 ../subscribers/view-subscriber-edit.php:191 ../compose/compose-edit.php:
|
139 |
+
#: 125 ../compose/compose-add.php:106
|
140 |
msgid "Save"
|
141 |
msgstr ""
|
142 |
|
143 |
#: ../notification/notification-show.php:21 ../notification/notification-edit.php:
|
144 |
#: 20 ../sentmail/sentmail-preview.php:18 ../sentmail/sentmail-show.php:22 ..
|
145 |
#: /subscribers/view-subscriber-edit.php:22 ../compose/compose-edit.php:20 ..
|
146 |
+
#: /compose/compose-show.php:33
|
147 |
msgid "Oops, selected details does not exists."
|
148 |
msgstr ""
|
149 |
|
152 |
msgid "Selected record deleted."
|
153 |
msgstr ""
|
154 |
|
155 |
+
#: ../notification/notification-show.php:52 ../classes/es-register.php:171 ..
|
156 |
+
#: /classes/es-register.php:172
|
157 |
msgid "Post Notifications"
|
158 |
msgstr ""
|
159 |
|
160 |
#: ../notification/notification-show.php:53 ../notification/notification-edit.php:
|
161 |
+
#: 123 ../compose/compose-edit.php:86 ../compose/compose-show.php:65
|
162 |
msgid "Add New"
|
163 |
msgstr ""
|
164 |
|
189 |
msgstr ""
|
190 |
|
191 |
#: ../notification/notification-show.php:100 ../subscribers/view-subscriber-show.
|
192 |
+
#: php:404 ../compose/compose-show.php:103 ../compose/compose-preview.php:35
|
193 |
msgid "Edit"
|
194 |
msgstr ""
|
195 |
|
221 |
msgid "Edit Notification"
|
222 |
msgstr ""
|
223 |
|
224 |
+
#: ../notification/notification-edit.php:132 ../subscribers/view-subscriber-show.
|
225 |
#: php:289
|
226 |
msgid "Update Subscribers Group"
|
227 |
msgstr ""
|
244 |
msgid "Icegram"
|
245 |
msgstr ""
|
246 |
|
247 |
+
#: ../email-subscribers.php:95
|
248 |
msgctxt "timezone date format"
|
249 |
msgid "Y-m-d H:i:s"
|
250 |
msgstr ""
|
265 |
msgid "User Roles"
|
266 |
msgstr ""
|
267 |
|
268 |
+
#: ../settings/settings-edit.php:42 ../classes/es-register.php:177 ../classes/es-
|
269 |
+
#: register.php:178
|
270 |
msgid "Settings"
|
271 |
msgstr ""
|
272 |
|
340 |
|
341 |
#: ../settings/settings-edit.php:117
|
342 |
msgid ""
|
343 |
+
"Select image size for {{POSTIMAGE}} to be shown in the Post Notification "
|
344 |
"Emails."
|
345 |
msgstr ""
|
346 |
|
352 |
msgid "Medium Size"
|
353 |
msgstr ""
|
354 |
|
355 |
+
#: ../settings/settings-edit.php:123 ../classes/es-register.php:1233
|
356 |
msgid "Thumbnail"
|
357 |
msgstr ""
|
358 |
|
377 |
msgstr ""
|
378 |
|
379 |
#: ../settings/settings-edit.php:142 ../settings/settings-edit.php:217 ..
|
380 |
+
#: /subscribers/view-subscriber-sync.php:107 ../classes/es-register.php:1483
|
381 |
msgid "YES"
|
382 |
msgstr ""
|
383 |
|
384 |
#: ../settings/settings-edit.php:143 ../settings/settings-edit.php:218 ..
|
385 |
+
#: /subscribers/view-subscriber-sync.php:106 ../classes/es-register.php:1484
|
386 |
msgid "NO"
|
387 |
msgstr ""
|
388 |
|
403 |
#: ../settings/settings-edit.php:157
|
404 |
msgid ""
|
405 |
"Content for the admin email whenever a new subscriber signs up and is "
|
406 |
+
"confirmed.<br />Available Keywords: {{NAME}}, {{EMAIL}}, {{GROUP}}"
|
407 |
msgstr ""
|
408 |
|
409 |
#: ../settings/settings-edit.php:164
|
420 |
|
421 |
#: ../settings/settings-edit.php:172
|
422 |
msgid ""
|
423 |
+
"Content for the email report which will be sent to admin.<br />Available "
|
424 |
+
"Keywords: {{COUNT}}, {{UNIQUE}}, {{STARTTIME}}, {{ENDTIME}}"
|
425 |
msgstr ""
|
426 |
|
427 |
#: ../settings/settings-edit.php:183
|
441 |
#: ../settings/settings-edit.php:191
|
442 |
msgid ""
|
443 |
"Content for the confirmation email to be sent for Double Opt-In whenever a "
|
444 |
+
"subscriber signs up.<br />Available Keywords: {{NAME}}, {{LINK}}"
|
445 |
msgstr ""
|
446 |
|
447 |
#: ../settings/settings-edit.php:197
|
493 |
msgid ""
|
494 |
"Content for the subscriber welcome email whenever a user's email is either "
|
495 |
"confirmed (if Double Opt In) / subscribed (if Single Opt In) successfully."
|
496 |
+
"<br />Available Keywords: {{NAME}}, {{GROUP}}, {{LINK}}"
|
497 |
msgstr ""
|
498 |
|
499 |
#: ../settings/settings-edit.php:240
|
514 |
#: ../settings/settings-edit.php:248
|
515 |
msgid ""
|
516 |
"The text for the unsubscribe link. This text is automatically added with "
|
517 |
+
"unsubscribe link in the emails.<br />Available Keyword: {{LINK}}"
|
518 |
msgstr ""
|
519 |
|
520 |
#: ../settings/settings-edit.php:254
|
574 |
msgstr ""
|
575 |
|
576 |
#: ../settings/settings-edit.php:300
|
577 |
+
msgid "Templates Menu"
|
578 |
msgstr ""
|
579 |
|
580 |
#: ../settings/settings-edit.php:312
|
582 |
msgstr ""
|
583 |
|
584 |
#: ../settings/settings-edit.php:324 ../sendmail/sendmail.php:93 ../classes/es-
|
585 |
+
#: register.php:174 ../classes/es-register.php:175
|
586 |
msgid "Newsletters"
|
587 |
msgstr ""
|
588 |
|
618 |
|
619 |
#: ../settings/settings-edit.php:375
|
620 |
msgid ""
|
621 |
+
"Email to admin whenever a cron URL is triggered from your server.<br "
|
622 |
+
"/>Available Keywords: {{DATE}}, {{SUBJECT}}, {{COUNT}}"
|
623 |
msgstr ""
|
624 |
|
625 |
#: ../settings/settings-edit.php:385
|
690 |
msgid "Click to sync tables"
|
691 |
msgstr ""
|
692 |
|
693 |
+
#: ../sentmail/sentmail-preview.php:27
|
694 |
msgid "Preview Email"
|
695 |
msgstr ""
|
696 |
|
701 |
"a slight variation on how your customer will view the email content."
|
702 |
msgstr ""
|
703 |
|
704 |
+
#: ../sentmail/sentmail-preview.php:57
|
705 |
msgid "Back"
|
706 |
msgstr ""
|
707 |
|
717 |
msgid " >> "
|
718 |
msgstr ""
|
719 |
|
720 |
+
#: ../sentmail/sentmail-show.php:93 ../classes/es-register.php:180 ../classes/es-
|
721 |
+
#: register.php:181
|
722 |
msgid "Reports"
|
723 |
msgstr ""
|
724 |
|
731 |
msgstr ""
|
732 |
|
733 |
#: ../sentmail/sentmail-show.php:108 ../sentmail/sentmail-show.php:121 ..
|
734 |
+
#: /compose/compose-edit.php:103 ../compose/compose-show.php:80 ..
|
735 |
+
#: /compose/compose-show.php:88 ../classes/es-register.php:1264
|
736 |
msgid "Preview"
|
737 |
msgstr ""
|
738 |
|
743 |
#: ../sentmail/sentmail-show.php:110 ../sentmail/sentmail-show.php:123 ..
|
744 |
#: /sentmail/deliverreport-show.php:70 ../sentmail/deliverreport-show.php:81 ..
|
745 |
#: /subscribers/view-subscriber-show.php:362 ../subscribers/view-subscriber-show.
|
746 |
+
#: php:375 ../compose/compose-edit.php:115 ../compose/compose-add.php:97
|
747 |
msgid "Status"
|
748 |
msgstr ""
|
749 |
|
966 |
msgid "Please select New Status to update."
|
967 |
msgstr ""
|
968 |
|
969 |
+
#: ../subscribers/view-subscriber-show.php:241 ../classes/es-register.php:165 ..
|
970 |
+
#: /classes/es-register.php:166
|
971 |
msgid "Subscribers"
|
972 |
msgstr ""
|
973 |
|
1052 |
msgstr ""
|
1053 |
|
1054 |
#: ../subscribers/view-subscriber-show.php:361 ../subscribers/view-subscriber-
|
1055 |
+
#: show.php:374 ../classes/es-register.php:1425 ../classes/es-loadwidget.php:28
|
1056 |
msgid "Name"
|
1057 |
msgstr ""
|
1058 |
|
1229 |
msgid "Please enter template heading."
|
1230 |
msgstr ""
|
1231 |
|
1232 |
+
#: ../compose/compose-edit.php:62
|
1233 |
msgid "Successfully updated. "
|
1234 |
msgstr ""
|
1235 |
|
1236 |
+
#: ../compose/compose-edit.php:85
|
1237 |
msgid "Edit Email"
|
1238 |
msgstr ""
|
1239 |
|
1240 |
+
#: ../compose/compose-edit.php:90 ../compose/compose-add.php:78
|
1241 |
msgid "Select your Email Template"
|
1242 |
msgstr ""
|
1243 |
|
1244 |
+
#: ../compose/compose-edit.php:92 ../compose/compose-add.php:80 ../classes/es-
|
1245 |
+
#: register.php:1286
|
1246 |
msgid "Newsletter"
|
1247 |
msgstr ""
|
1248 |
|
1249 |
+
#: ../compose/compose-edit.php:93 ../compose/compose-add.php:81 ../classes/es-
|
1250 |
+
#: register.php:1287
|
1251 |
msgid "Post Notification"
|
1252 |
msgstr ""
|
1253 |
|
1254 |
+
#: ../compose/compose-edit.php:97 ../compose/compose-add.php:85
|
1255 |
msgid "Enter your Email Subject"
|
1256 |
msgstr ""
|
1257 |
|
1258 |
+
#: ../compose/compose-edit.php:99 ../compose/compose-add.php:87
|
1259 |
msgid "Available Keyword: ###POSTTITLE### (For Post Notification only)"
|
1260 |
msgstr ""
|
1261 |
|
1262 |
+
#: ../compose/compose-edit.php:101 ../compose/compose-add.php:89
|
1263 |
msgid "Enter Content for your Email"
|
1264 |
msgstr ""
|
1265 |
|
1266 |
+
#: ../compose/compose-edit.php:111 ../compose/compose-add.php:93
|
1267 |
#, php-format
|
1268 |
msgid ""
|
1269 |
"%s: ###NAME###, ###EMAIL###, ###DATE###, ###POSTTITLE###, ###POSTLINK###, "
|
1271 |
"###POSTLINK-ONLY###, ###POSTFULL### (For Post Notification only)"
|
1272 |
msgstr ""
|
1273 |
|
1274 |
+
#: ../compose/compose-edit.php:111 ../compose/compose-add.php:93 ../classes/es-
|
1275 |
+
#: register.php:1346
|
1276 |
msgid "Available Keywords"
|
1277 |
msgstr ""
|
1278 |
|
1279 |
+
#: ../compose/compose-edit.php:117 ../compose/compose-add.php:99
|
1280 |
msgid "Published"
|
1281 |
msgstr ""
|
1282 |
|
1283 |
+
#: ../compose/compose-edit.php:119 ../compose/compose-add.php:101
|
1284 |
msgid "Please select your mail status"
|
1285 |
msgstr ""
|
1286 |
|
1292 |
msgid "Add new Email"
|
1293 |
msgstr ""
|
1294 |
|
1295 |
+
#: ../compose/compose-show.php:64
|
|
|
1296 |
msgid "Compose"
|
1297 |
msgstr ""
|
1298 |
|
1305 |
msgstr ""
|
1306 |
|
1307 |
#: ../compose/compose-preview.php:31
|
1308 |
+
msgid "Template Preview"
|
1309 |
+
msgstr ""
|
1310 |
+
|
1311 |
+
#: ../compose/compose-preview.php:39
|
1312 |
+
msgid "This is how your email may look."
|
1313 |
+
msgstr ""
|
1314 |
+
|
1315 |
+
#: ../compose/compose-preview.php:41
|
1316 |
msgid ""
|
1317 |
+
"<br><br>This Post Notification preview has replaced keywords from your last "
|
1318 |
+
"published blog post."
|
1319 |
+
msgstr ""
|
1320 |
+
|
1321 |
+
#: ../compose/compose-preview.php:43
|
1322 |
+
msgid ""
|
1323 |
+
"<br><br>Note: Different email services (like gmail, yahoo etc) display email "
|
1324 |
+
"content differently. So there could be a slight variation on how your "
|
1325 |
+
"customer will view the email content."
|
1326 |
msgstr ""
|
1327 |
|
1328 |
#: ../export/export-email-address.php:45 ../export/export-email-address.php:49
|
1352 |
msgid "Get more help and tips..."
|
1353 |
msgstr ""
|
1354 |
|
1355 |
+
#: ../help/help.php:183 ../classes/es-register.php:1435 ../classes/es-loadwidget.
|
1356 |
#: php:38
|
1357 |
msgid "Subscribe"
|
1358 |
msgstr ""
|
1704 |
msgid "Use this to send newsletter emails to your subscribers."
|
1705 |
msgstr ""
|
1706 |
|
1707 |
+
#: ../sendmail/sendmail.php:106
|
1708 |
msgid "Select Email Subject from available list"
|
1709 |
msgstr ""
|
1710 |
|
1711 |
+
#: ../sendmail/sendmail.php:133
|
1712 |
msgid "Select Email Type"
|
1713 |
msgstr ""
|
1714 |
|
1715 |
+
#: ../sendmail/sendmail.php:140
|
1716 |
msgid "Send email via cron job"
|
1717 |
msgstr ""
|
1718 |
|
1719 |
+
#: ../sendmail/sendmail.php:147
|
1720 |
msgid "Select Subscribers group to Send Email"
|
1721 |
msgstr ""
|
1722 |
|
1723 |
+
#: ../sendmail/sendmail.php:179
|
1724 |
msgid "Recipients : 0 "
|
1725 |
msgstr ""
|
1726 |
|
1727 |
+
#: ../sendmail/sendmail.php:181
|
1728 |
#, php-format
|
1729 |
msgid "Recipients : %s"
|
1730 |
msgstr ""
|
1731 |
|
1732 |
+
#: ../sendmail/sendmail.php:184
|
1733 |
msgid ""
|
1734 |
"<br><br><strong>Your Recipients count is above 100.<br>We strongly recommend "
|
1735 |
"that you change above Mail Type to Cron and Send Mail via Cron Job."
|
1736 |
"</strong><br>Click on Help for more information."
|
1737 |
msgstr ""
|
1738 |
|
1739 |
+
#: ../sendmail/sendmail.php:195 ../sendmail/sendmail.php:197
|
1740 |
msgid "Send Email"
|
1741 |
msgstr ""
|
1742 |
|
1743 |
+
#: ../sendmail/sendmail.php:200
|
1744 |
msgid "Reset"
|
1745 |
msgstr ""
|
1746 |
|
1788 |
msgid "<span style=\"color:#993399;\">Immediately</span>"
|
1789 |
msgstr ""
|
1790 |
|
1791 |
+
#: ../classes/es-register.php:162 ../classes/es-register.php:163 ../classes/es-
|
1792 |
+
#: register.php:948 ../classes/es-register.php:1194
|
1793 |
msgid "Email Subscribers"
|
1794 |
msgstr ""
|
1795 |
|
1796 |
+
#: ../classes/es-register.php:168 ../classes/es-register.php:169 ../classes/es-
|
1797 |
+
#: register.php:1182 ../classes/es-register.php:1183 ../classes/es-register.php:
|
1798 |
+
#: 1188
|
1799 |
+
msgid "Templates"
|
1800 |
+
msgstr ""
|
1801 |
+
|
1802 |
+
#: ../classes/es-register.php:183
|
1803 |
msgid "Help & Info"
|
1804 |
msgstr ""
|
1805 |
|
1806 |
+
#: ../classes/es-register.php:184
|
1807 |
msgid "<span style=\"color:#f18500;font-weight:bolder;\">Help & Info</span>"
|
1808 |
msgstr ""
|
1809 |
|
1810 |
+
#: ../classes/es-register.php:195
|
1811 |
msgctxt "view-subscriber-enhanced-select"
|
1812 |
msgid "Please enter subscriber email address."
|
1813 |
msgstr ""
|
1814 |
|
1815 |
+
#: ../classes/es-register.php:196
|
1816 |
msgctxt "view-subscriber-enhanced-select"
|
1817 |
msgid "Please select subscriber email status."
|
1818 |
msgstr ""
|
1819 |
|
1820 |
+
#: ../classes/es-register.php:197
|
1821 |
msgctxt "view-subscriber-enhanced-select"
|
1822 |
msgid "Please select or create group for this subscriber."
|
1823 |
msgstr ""
|
1824 |
|
1825 |
+
#: ../classes/es-register.php:198
|
1826 |
msgctxt "view-subscriber-enhanced-select"
|
1827 |
msgid "Do you want to delete this record?"
|
1828 |
msgstr ""
|
1829 |
|
1830 |
+
#: ../classes/es-register.php:199
|
1831 |
msgctxt "view-subscriber-enhanced-select"
|
1832 |
msgid "Please select the bulk action."
|
1833 |
msgstr ""
|
1834 |
|
1835 |
+
#: ../classes/es-register.php:200
|
1836 |
msgctxt "view-subscriber-enhanced-select"
|
1837 |
msgid "Are you sure you want to delete selected records?"
|
1838 |
msgstr ""
|
1839 |
|
1840 |
+
#: ../classes/es-register.php:201
|
1841 |
msgctxt "view-subscriber-enhanced-select"
|
1842 |
msgid ""
|
1843 |
"Do you want to resend confirmation email? \\nAlso please note, this will "
|
1844 |
"update subscriber current status to 'Unconfirmed'."
|
1845 |
msgstr ""
|
1846 |
|
1847 |
+
#: ../classes/es-register.php:202
|
1848 |
msgctxt "view-subscriber-enhanced-select"
|
1849 |
msgid "Please select new subscriber group."
|
1850 |
msgstr ""
|
1851 |
|
1852 |
+
#: ../classes/es-register.php:203
|
1853 |
msgctxt "view-subscriber-enhanced-select"
|
1854 |
msgid "Please select new status for subscribers"
|
1855 |
msgstr ""
|
1856 |
|
1857 |
+
#: ../classes/es-register.php:204
|
1858 |
msgctxt "view-subscriber-enhanced-select"
|
1859 |
msgid "Do you want to update subscribers group?"
|
1860 |
msgstr ""
|
1861 |
|
1862 |
+
#: ../classes/es-register.php:205
|
1863 |
msgctxt "view-subscriber-enhanced-select"
|
1864 |
msgid "Do you want to update subscribers status?"
|
1865 |
msgstr ""
|
1866 |
|
1867 |
+
#: ../classes/es-register.php:206
|
1868 |
msgctxt "view-subscriber-enhanced-select"
|
1869 |
msgid ""
|
1870 |
"Please select only csv file. Please check official website for csv structure."
|
1871 |
"."
|
1872 |
msgstr ""
|
1873 |
|
1874 |
+
#: ../classes/es-register.php:214
|
1875 |
msgctxt "compose-enhanced-select"
|
1876 |
msgid "Please enter the Email Subject."
|
1877 |
msgstr ""
|
1878 |
|
1879 |
+
#: ../classes/es-register.php:215
|
1880 |
msgctxt "compose-enhanced-select"
|
1881 |
msgid "Do you want to delete this record?"
|
1882 |
msgstr ""
|
1883 |
|
1884 |
+
#: ../classes/es-register.php:223
|
1885 |
msgctxt "notification-enhanced-select"
|
1886 |
msgid "Please select subscribers group."
|
1887 |
msgstr ""
|
1888 |
|
1889 |
+
#: ../classes/es-register.php:224
|
1890 |
msgctxt "notification-enhanced-select"
|
1891 |
msgid "Please select notification mail subject. Use compose menu to create new."
|
1892 |
msgstr ""
|
1893 |
|
1894 |
+
#: ../classes/es-register.php:225
|
1895 |
msgctxt "notification-enhanced-select"
|
1896 |
msgid "Please select notification status."
|
1897 |
msgstr ""
|
1898 |
|
1899 |
+
#: ../classes/es-register.php:226
|
1900 |
msgctxt "notification-enhanced-select"
|
1901 |
msgid "Do you want to delete this record?"
|
1902 |
msgstr ""
|
1903 |
|
1904 |
+
#: ../classes/es-register.php:234
|
1905 |
msgctxt "sendmail-enhanced-select"
|
1906 |
msgid "Please select your mail subject."
|
1907 |
msgstr ""
|
1908 |
|
1909 |
+
#: ../classes/es-register.php:235
|
1910 |
msgctxt "sendmail-enhanced-select"
|
1911 |
msgid "Please select your mail type."
|
1912 |
msgstr ""
|
1913 |
|
1914 |
+
#: ../classes/es-register.php:236
|
1915 |
msgctxt "sendmail-enhanced-select"
|
1916 |
msgid ""
|
1917 |
"Have you double checked your selected group? If so, let's go ahead and send "
|
1918 |
"this."
|
1919 |
msgstr ""
|
1920 |
|
1921 |
+
#: ../classes/es-register.php:244
|
1922 |
msgctxt "sentmail-enhanced-select"
|
1923 |
msgid "Do you want to delete this record?"
|
1924 |
msgstr ""
|
1925 |
|
1926 |
+
#: ../classes/es-register.php:245
|
1927 |
msgctxt "sentmail-enhanced-select"
|
1928 |
msgid "Do you want to delete all records except latest 10?"
|
1929 |
msgstr ""
|
1930 |
|
1931 |
+
#: ../classes/es-register.php:253
|
1932 |
msgctxt "cron-enhanced-select"
|
1933 |
msgid "Please select enter number of mails you want to send per hour/trigger."
|
1934 |
msgstr ""
|
1935 |
|
1936 |
+
#: ../classes/es-register.php:254
|
1937 |
msgctxt "cron-enhanced-select"
|
1938 |
msgid "Please enter the mail count, only number."
|
1939 |
msgstr ""
|
1940 |
|
1941 |
+
#: ../classes/es-register.php:267
|
1942 |
msgctxt "widget-enhanced-select"
|
1943 |
msgid "Please enter email address"
|
1944 |
msgstr ""
|
1945 |
|
1946 |
+
#: ../classes/es-register.php:268
|
1947 |
msgctxt "widget-enhanced-select"
|
1948 |
msgid "Please provide a valid email address"
|
1949 |
msgstr ""
|
1950 |
|
1951 |
+
#: ../classes/es-register.php:269
|
1952 |
msgctxt "widget-enhanced-select"
|
1953 |
msgid "loading..."
|
1954 |
msgstr ""
|
1955 |
|
1956 |
+
#: ../classes/es-register.php:270
|
1957 |
msgctxt "widget-enhanced-select"
|
1958 |
msgid "Cannot create XMLHTTP instance"
|
1959 |
msgstr ""
|
1960 |
|
1961 |
+
#: ../classes/es-register.php:271
|
1962 |
msgctxt "widget-enhanced-select"
|
1963 |
msgid "Successfully Subscribed."
|
1964 |
msgstr ""
|
1965 |
|
1966 |
+
#: ../classes/es-register.php:272
|
1967 |
msgctxt "widget-enhanced-select"
|
1968 |
msgid ""
|
1969 |
"Your subscription was successful! Within a few minutes, kindly check the "
|
1971 |
"mail in your mailbox, please check your spam folder."
|
1972 |
msgstr ""
|
1973 |
|
1974 |
+
#: ../classes/es-register.php:273
|
1975 |
msgctxt "widget-enhanced-select"
|
1976 |
msgid "Email Address already exists!"
|
1977 |
msgstr ""
|
1978 |
|
1979 |
+
#: ../classes/es-register.php:274
|
1980 |
msgctxt "widget-enhanced-select"
|
1981 |
msgid "Oops.. Unexpected error occurred."
|
1982 |
msgstr ""
|
1983 |
|
1984 |
+
#: ../classes/es-register.php:275
|
1985 |
msgctxt "widget-enhanced-select"
|
1986 |
msgid "Invalid email address"
|
1987 |
msgstr ""
|
1988 |
|
1989 |
+
#: ../classes/es-register.php:276
|
1990 |
msgctxt "widget-enhanced-select"
|
1991 |
msgid "Please try after some time"
|
1992 |
msgstr ""
|
1993 |
|
1994 |
+
#: ../classes/es-register.php:277
|
1995 |
msgctxt "widget-enhanced-select"
|
1996 |
msgid "There was a problem with the request"
|
1997 |
msgstr ""
|
1998 |
|
1999 |
+
#: ../classes/es-register.php:284
|
2000 |
msgctxt "widget-page-enhanced-select"
|
2001 |
msgid "Please enter email address"
|
2002 |
msgstr ""
|
2003 |
|
2004 |
+
#: ../classes/es-register.php:285
|
2005 |
msgctxt "widget-page-enhanced-select"
|
2006 |
msgid "Please provide a valid email address"
|
2007 |
msgstr ""
|
2008 |
|
2009 |
+
#: ../classes/es-register.php:286
|
2010 |
msgctxt "widget-page-enhanced-select"
|
2011 |
msgid "loading..."
|
2012 |
msgstr ""
|
2013 |
|
2014 |
+
#: ../classes/es-register.php:287
|
2015 |
msgctxt "widget-page-enhanced-select"
|
2016 |
msgid "Cannot create XMLHTTP instance"
|
2017 |
msgstr ""
|
2018 |
|
2019 |
+
#: ../classes/es-register.php:288
|
2020 |
msgctxt "widget-page-enhanced-select"
|
2021 |
msgid "Successfully Subscribed."
|
2022 |
msgstr ""
|
2023 |
|
2024 |
+
#: ../classes/es-register.php:289
|
2025 |
msgctxt "widget-page-enhanced-select"
|
2026 |
msgid ""
|
2027 |
"Your subscription was successful! Within a few minutes, kindly check the "
|
2029 |
"mail in your mailbox, please check your spam folder."
|
2030 |
msgstr ""
|
2031 |
|
2032 |
+
#: ../classes/es-register.php:290
|
2033 |
msgctxt "widget-page-enhanced-select"
|
2034 |
msgid "Email Address already exists!"
|
2035 |
msgstr ""
|
2036 |
|
2037 |
+
#: ../classes/es-register.php:291
|
2038 |
msgctxt "widget-page-enhanced-select"
|
2039 |
msgid "Oops.. Unexpected error occurred."
|
2040 |
msgstr ""
|
2041 |
|
2042 |
+
#: ../classes/es-register.php:292
|
2043 |
msgctxt "widget-page-enhanced-select"
|
2044 |
msgid "Invalid email address"
|
2045 |
msgstr ""
|
2046 |
|
2047 |
+
#: ../classes/es-register.php:293
|
2048 |
msgctxt "widget-page-enhanced-select"
|
2049 |
msgid "Please try after some time"
|
2050 |
msgstr ""
|
2051 |
|
2052 |
+
#: ../classes/es-register.php:294
|
2053 |
msgctxt "widget-page-enhanced-select"
|
2054 |
msgid "There was a problem with the request"
|
2055 |
msgstr ""
|
2056 |
|
2057 |
+
#: ../classes/es-register.php:721
|
2058 |
+
msgid ""
|
2059 |
+
"Keyword structure has been simplified. All your previously set keywords have "
|
2060 |
+
"been automatically updated to the new structure."
|
2061 |
+
msgstr ""
|
2062 |
+
|
2063 |
+
#: ../classes/es-register.php:722
|
2064 |
+
msgid "Check the updated structure"
|
2065 |
+
msgstr ""
|
2066 |
+
|
2067 |
+
#: ../classes/es-register.php:722
|
2068 |
+
msgid "Okay, I got it."
|
2069 |
+
msgstr ""
|
2070 |
+
|
2071 |
+
#: ../classes/es-register.php:931
|
2072 |
msgctxt "timezone date format"
|
2073 |
msgid "Y-m-d"
|
2074 |
msgstr ""
|
2075 |
|
2076 |
+
#: ../classes/es-register.php:948
|
2077 |
msgid "is getting even better!"
|
2078 |
msgstr ""
|
2079 |
|
2080 |
+
#: ../classes/es-register.php:949
|
2081 |
msgid "But I need you to"
|
2082 |
msgstr ""
|
2083 |
|
2084 |
+
#: ../classes/es-register.php:949
|
2085 |
msgid "help me prioritize"
|
2086 |
msgstr ""
|
2087 |
|
2088 |
+
#: ../classes/es-register.php:949
|
2089 |
msgid "Please send your response today."
|
2090 |
msgstr ""
|
2091 |
|
2092 |
+
#: ../classes/es-register.php:956
|
2093 |
msgid "Here's how you use ES:"
|
2094 |
msgstr ""
|
2095 |
|
2096 |
+
#: ../classes/es-register.php:961
|
2097 |
msgid "Post Notifications more often than Newsletter"
|
2098 |
msgstr ""
|
2099 |
|
2100 |
+
#: ../classes/es-register.php:963
|
2101 |
msgid "Newsletter more often than Post Notifications"
|
2102 |
msgstr ""
|
2103 |
|
2104 |
+
#: ../classes/es-register.php:965
|
2105 |
msgid "Post Notification & Newsletter equally"
|
2106 |
msgstr ""
|
2107 |
|
2108 |
+
#: ../classes/es-register.php:969
|
2109 |
msgid "Have "
|
2110 |
msgstr ""
|
2111 |
|
2112 |
+
#: ../classes/es-register.php:969
|
2113 |
msgid " Active Subscribers"
|
2114 |
msgstr ""
|
2115 |
|
2116 |
+
#: ../classes/es-register.php:970
|
2117 |
msgid "Post "
|
2118 |
msgstr ""
|
2119 |
|
2120 |
+
#: ../classes/es-register.php:970
|
2121 |
msgid " blog per week"
|
2122 |
msgstr ""
|
2123 |
|
2124 |
+
#: ../classes/es-register.php:974
|
2125 |
msgid "Send emails via Cron"
|
2126 |
msgstr ""
|
2127 |
|
2128 |
+
#: ../classes/es-register.php:976
|
2129 |
msgid "Send emails Immediately"
|
2130 |
msgstr ""
|
2131 |
|
2132 |
+
#: ../classes/es-register.php:983
|
2133 |
msgid "Using Double Opt In"
|
2134 |
msgstr ""
|
2135 |
|
2136 |
+
#: ../classes/es-register.php:985
|
2137 |
msgid "Using Single Opt In"
|
2138 |
msgstr ""
|
2139 |
|
2140 |
+
#: ../classes/es-register.php:1003
|
2141 |
msgid "How soon do you want these new features?"
|
2142 |
msgstr ""
|
2143 |
|
2144 |
+
#: ../classes/es-register.php:1007
|
2145 |
msgid "Beautiful Email Designs"
|
2146 |
msgstr ""
|
2147 |
|
2148 |
+
#: ../classes/es-register.php:1008 ../classes/es-register.php:1013 ../classes/es-
|
2149 |
+
#: register.php:1018 ../classes/es-register.php:1023
|
2150 |
msgid "Right now!"
|
2151 |
msgstr ""
|
2152 |
|
2153 |
+
#: ../classes/es-register.php:1009 ../classes/es-register.php:1014 ../classes/es-
|
2154 |
+
#: register.php:1019 ../classes/es-register.php:1024
|
2155 |
msgid "Soon"
|
2156 |
msgstr ""
|
2157 |
|
2158 |
+
#: ../classes/es-register.php:1010 ../classes/es-register.php:1015 ../classes/es-
|
2159 |
+
#: register.php:1020 ../classes/es-register.php:1025
|
2160 |
msgid "Later"
|
2161 |
msgstr ""
|
2162 |
|
2163 |
+
#: ../classes/es-register.php:1012
|
2164 |
msgid "Spam Check, Scheduling... (Better Email Delivery)"
|
2165 |
msgstr ""
|
2166 |
|
2167 |
+
#: ../classes/es-register.php:1017
|
2168 |
msgid "Discard Fake / Bouncing Emails"
|
2169 |
msgstr ""
|
2170 |
|
2171 |
+
#: ../classes/es-register.php:1022
|
2172 |
msgid "Advanced Reporting"
|
2173 |
msgstr ""
|
2174 |
|
2175 |
+
#: ../classes/es-register.php:1034
|
2176 |
msgid "Nah, I don't like improvements"
|
2177 |
msgstr ""
|
2178 |
|
2179 |
+
#: ../classes/es-register.php:1040
|
2180 |
msgid "Next"
|
2181 |
msgstr ""
|
2182 |
|
2183 |
+
#: ../classes/es-register.php:1050
|
2184 |
msgid "Thank you!"
|
2185 |
msgstr ""
|
2186 |
|
2187 |
+
#: ../classes/es-register.php:1051
|
2188 |
msgid "No issues, have a nice day!"
|
2189 |
msgstr ""
|
2190 |
|
2191 |
+
#: ../classes/es-register.php:1159
|
2192 |
msgid ""
|
2193 |
"If you like <strong>Email Subscribers</strong>, please consider leaving us a "
|
2194 |
"<a target=\"_blank\" href=\"https://wordpress.org/support/plugin/email-"
|
2196 |
"</a> rating. A huge thank you from Icegram in advance!"
|
2197 |
msgstr ""
|
2198 |
|
2199 |
+
#: ../classes/es-register.php:1173
|
2200 |
+
#, php-format
|
2201 |
+
msgid "Email Subscribers version: <strong>%s</strong>"
|
2202 |
+
msgstr ""
|
2203 |
+
|
2204 |
+
#: ../classes/es-register.php:1184 ../classes/es-register.php:1185
|
2205 |
+
msgid "Add new Template"
|
2206 |
+
msgstr ""
|
2207 |
+
|
2208 |
+
#: ../classes/es-register.php:1186
|
2209 |
+
msgid "Edit Templates"
|
2210 |
+
msgstr ""
|
2211 |
+
|
2212 |
+
#: ../classes/es-register.php:1187
|
2213 |
+
msgid "New Templates"
|
2214 |
+
msgstr ""
|
2215 |
+
|
2216 |
+
#: ../classes/es-register.php:1189
|
2217 |
+
msgid "View Templates"
|
2218 |
+
msgstr ""
|
2219 |
+
|
2220 |
+
#: ../classes/es-register.php:1190
|
2221 |
+
msgid "Search Templates"
|
2222 |
+
msgstr ""
|
2223 |
+
|
2224 |
+
#: ../classes/es-register.php:1191
|
2225 |
+
msgid "No Templates found"
|
2226 |
+
msgstr ""
|
2227 |
+
|
2228 |
+
#: ../classes/es-register.php:1192
|
2229 |
+
msgid "No Templates found in Trash"
|
2230 |
+
msgstr ""
|
2231 |
+
|
2232 |
+
#: ../classes/es-register.php:1195
|
2233 |
+
msgid "Thumbnail (For Visual Representation only)"
|
2234 |
+
msgstr ""
|
2235 |
+
|
2236 |
+
#: ../classes/es-register.php:1196
|
2237 |
+
msgid "Set thumbnail"
|
2238 |
+
msgstr ""
|
2239 |
+
|
2240 |
+
#: ../classes/es-register.php:1232
|
2241 |
+
msgid "Template Type"
|
2242 |
+
msgstr ""
|
2243 |
+
|
2244 |
+
#: ../classes/es-register.php:1281
|
2245 |
+
msgid "Available Keyword for Post Notification: {{POSTTITLE}}"
|
2246 |
+
msgstr ""
|
2247 |
+
|
2248 |
+
#: ../classes/es-register.php:1284
|
2249 |
+
msgid "Select your Email Template Type"
|
2250 |
+
msgstr ""
|
2251 |
+
|
2252 |
+
#: ../classes/es-register.php:1332
|
2253 |
+
msgid "Preview Template"
|
2254 |
+
msgstr ""
|
2255 |
+
|
2256 |
+
#: ../classes/es-register.php:1346
|
2257 |
+
#, php-format
|
2258 |
+
msgid ""
|
2259 |
+
"%s for Post Notification: {{NAME}}, {{EMAIL}}, {{DATE}}, {{POSTTITLE}}, "
|
2260 |
+
"{{POSTLINK}}, {{POSTIMAGE}}, {{POSTDESC}}, {{POSTAUTHOR}}, {{POSTLINK-"
|
2261 |
+
"WITHTITLE}}, {{POSTLINK-ONLY}}, {{POSTFULL}}"
|
2262 |
+
msgstr ""
|
2263 |
+
|
2264 |
+
#: ../classes/es-register.php:1347
|
2265 |
+
msgid "<br/><br/>Available Keywords for Newsletter: {{NAME}}, {{EMAIL}}"
|
2266 |
+
msgstr ""
|
2267 |
+
|
2268 |
+
#: ../classes/es-register.php:1430 ../classes/es-loadwidget.php:33
|
2269 |
msgid "Email *"
|
2270 |
msgstr ""
|
2271 |
|
2272 |
+
#: ../classes/es-register.php:1473
|
2273 |
msgid "Widget Title"
|
2274 |
msgstr ""
|
2275 |
|
2276 |
+
#: ../classes/es-register.php:1477
|
2277 |
msgid "Short description about subscription form"
|
2278 |
msgstr ""
|
2279 |
|
2280 |
+
#: ../classes/es-register.php:1481
|
2281 |
msgid "Display Name Field"
|
2282 |
msgstr ""
|
2283 |
|
2284 |
+
#: ../classes/es-register.php:1488
|
2285 |
msgid "Subscriber Group"
|
2286 |
msgstr ""
|
notification/notification-add.php
CHANGED
@@ -112,111 +112,74 @@ if ( ! defined( 'ABSPATH' ) ) {
|
|
112 |
<?php echo __( 'Add Notification', ES_TDOMAIN ); ?>
|
113 |
<a class="add-new-h2" target="_blank" href="<?php echo ES_FAV; ?>"><?php echo __( 'Help', ES_TDOMAIN ); ?></a>
|
114 |
</h2>
|
115 |
-
<
|
116 |
-
<
|
117 |
-
<
|
118 |
-
<
|
119 |
-
<
|
120 |
-
<
|
121 |
-
|
122 |
-
|
123 |
-
<
|
124 |
-
<
|
125 |
-
|
126 |
-
|
127 |
-
|
128 |
-
|
129 |
-
$
|
130 |
-
|
131 |
-
|
132 |
-
|
133 |
-
|
|
|
|
|
134 |
}
|
135 |
-
|
136 |
-
|
137 |
-
</
|
138 |
-
</
|
139 |
-
|
140 |
-
|
141 |
-
|
142 |
-
|
143 |
-
|
144 |
-
|
145 |
-
|
146 |
-
|
147 |
-
|
148 |
-
|
149 |
-
|
150 |
-
|
151 |
-
|
152 |
-
|
153 |
-
|
154 |
-
|
155 |
-
|
156 |
-
|
157 |
-
|
158 |
-
|
159 |
}
|
160 |
-
|
161 |
-
|
162 |
-
</
|
163 |
-
</
|
164 |
-
|
165 |
-
|
166 |
-
|
167 |
-
|
168 |
-
|
169 |
-
<td>
|
170 |
-
<?php
|
171 |
-
$args = array( 'hide_empty' => 0, 'orderby' => 'name', 'order' => 'ASC' );
|
172 |
-
$categories = get_categories($args);
|
173 |
-
$count = 0;
|
174 |
-
$col = 3;
|
175 |
-
echo "<table border='0' cellspacing='0'><tr>";
|
176 |
-
foreach($categories as $category) {
|
177 |
-
echo "<td style='padding-top:4px;padding-bottom:4px;padding-right:10px;'>";
|
178 |
-
?>
|
179 |
-
<input type="checkbox" value="<?php echo htmlspecialchars($category->cat_name, ENT_QUOTES); ?>" id="es_note_cat[]" name="es_note_cat[]">
|
180 |
<?php
|
181 |
-
|
182 |
-
|
183 |
-
|
184 |
-
echo "</td><td>";
|
185 |
-
} elseif($col = 1) {
|
186 |
-
$col = $col-1;
|
187 |
-
echo "</td></tr><tr>";;
|
188 |
-
$col = 3;
|
189 |
-
}
|
190 |
-
$count = $count + 1;
|
191 |
-
}
|
192 |
-
echo "</tr></table>";
|
193 |
-
?>
|
194 |
-
<p class="select_all" style="margin-left: 0.7em;">
|
195 |
-
<input type="button" name="CheckAll" class="button add-new-h2" value="<?php echo __( 'Check All', ES_TDOMAIN ); ?>" onClick="_es_checkall('es_form', 'es_note_cat[]', true);">
|
196 |
-
<input type="button" name="UnCheckAll" class="button add-new-h2" value="<?php echo __( 'Uncheck All', ES_TDOMAIN ); ?>" onClick="_es_checkall('es_form', 'es_note_cat[]', false);">
|
197 |
-
</p>
|
198 |
-
</td>
|
199 |
-
</tr>
|
200 |
-
<tr>
|
201 |
-
<th scope="row">
|
202 |
-
<label for="tag-link"><?php echo __( 'Select your Custom Post Type', ES_TDOMAIN ); ?>
|
203 |
-
<p class="description"><?php echo __( '(Optional)', ES_TDOMAIN ); ?></p>
|
204 |
-
</label>
|
205 |
-
</th>
|
206 |
-
<td>
|
207 |
-
<?php
|
208 |
-
$args=array('public'=> true, 'exclude_from_search'=> false, '_builtin' => false);
|
209 |
-
$output = 'names';
|
210 |
-
$operator = 'and';
|
211 |
-
$post_types=get_post_types($args,$output,$operator);
|
212 |
-
if( !empty( $post_types ) ) {
|
213 |
$col = 3;
|
214 |
echo "<table border='0' cellspacing='0'><tr>";
|
215 |
-
foreach($
|
216 |
echo "<td style='padding-top:4px;padding-bottom:4px;padding-right:10px;'>";
|
217 |
?>
|
218 |
-
<input type="checkbox" value=
|
219 |
-
<?php
|
|
|
220 |
if($col > 1) {
|
221 |
$col = $col-1;
|
222 |
echo "</td><td>";
|
@@ -228,31 +191,73 @@ if ( ! defined( 'ABSPATH' ) ) {
|
|
228 |
$count = $count + 1;
|
229 |
}
|
230 |
echo "</tr></table>";
|
231 |
-
|
232 |
-
|
233 |
-
|
234 |
-
|
235 |
-
|
236 |
-
|
237 |
-
|
238 |
-
<
|
239 |
-
<
|
240 |
-
|
241 |
-
|
242 |
-
|
243 |
-
|
244 |
-
|
245 |
-
|
246 |
-
|
247 |
-
|
248 |
-
|
249 |
-
|
250 |
-
|
251 |
-
|
252 |
-
|
253 |
-
|
254 |
-
|
255 |
-
|
256 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
257 |
</div>
|
258 |
</div>
|
112 |
<?php echo __( 'Add Notification', ES_TDOMAIN ); ?>
|
113 |
<a class="add-new-h2" target="_blank" href="<?php echo ES_FAV; ?>"><?php echo __( 'Help', ES_TDOMAIN ); ?></a>
|
114 |
</h2>
|
115 |
+
<div class="es-form" style="width: 80%;float: left;">
|
116 |
+
<form name="es_form" method="post" action="#" onsubmit="return _es_submit()">
|
117 |
+
<table class="form-table">
|
118 |
+
<tbody>
|
119 |
+
<tr>
|
120 |
+
<th scope="row">
|
121 |
+
<label for="tag-link"><?php echo __( 'Select Subscribers Group', ES_TDOMAIN ); ?></label>
|
122 |
+
</th>
|
123 |
+
<td>
|
124 |
+
<select name="es_note_group" id="es_note_group">
|
125 |
+
<option value=''><?php echo __( 'Select', ES_TDOMAIN ); ?></option>
|
126 |
+
<?php
|
127 |
+
$groups = array();
|
128 |
+
$groups = es_cls_dbquery::es_view_subscriber_group();
|
129 |
+
if(count($groups) > 0) {
|
130 |
+
$i = 1;
|
131 |
+
foreach ($groups as $group) {
|
132 |
+
?>
|
133 |
+
<option value="<?php echo stripslashes($group["es_email_group"]); ?>"><?php echo stripslashes($group["es_email_group"]); ?></option>
|
134 |
+
<?php
|
135 |
+
}
|
136 |
}
|
137 |
+
?>
|
138 |
+
</select>
|
139 |
+
</td>
|
140 |
+
</tr>
|
141 |
+
<tr>
|
142 |
+
<th scope="row">
|
143 |
+
<label for="tag-link"><?php echo __( 'Select Notification Email Subject', ES_TDOMAIN ); ?>
|
144 |
+
<p class="description"><?php echo __( '(Use compose menu to create new)', ES_TDOMAIN ); ?></p>
|
145 |
+
</label>
|
146 |
+
</th>
|
147 |
+
<td>
|
148 |
+
<select name="es_note_templ" id="es_note_templ" onchange="return _es_change(this.options[this.selectedIndex])">
|
149 |
+
<option value=''><?php echo __( 'Select', ES_TDOMAIN ); ?></option>
|
150 |
+
<?php
|
151 |
+
$subject = array();
|
152 |
+
$subject = es_cls_compose::es_template_select_type($type = "Post Notification");
|
153 |
+
$thisselected = "";
|
154 |
+
if(count($subject) > 0) {
|
155 |
+
$i = 1;
|
156 |
+
foreach ($subject as $sub) {
|
157 |
+
?>
|
158 |
+
<option data-img='<?php echo $sub["es_templ_thumbnail"]; ?>' value='<?php echo $sub["es_templ_id"]; ?>'><?php echo $sub["es_templ_heading"]; ?></option>
|
159 |
+
<?php
|
160 |
+
}
|
161 |
}
|
162 |
+
?>
|
163 |
+
</select>
|
164 |
+
</td>
|
165 |
+
</tr>
|
166 |
+
<tr>
|
167 |
+
<th scope="row">
|
168 |
+
<label for="tag-link"><?php echo __( 'Select Post Categories', ES_TDOMAIN ); ?></label>
|
169 |
+
</th>
|
170 |
+
<td>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
171 |
<?php
|
172 |
+
$args = array( 'hide_empty' => 0, 'orderby' => 'name', 'order' => 'ASC' );
|
173 |
+
$categories = get_categories($args);
|
174 |
+
$count = 0;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
175 |
$col = 3;
|
176 |
echo "<table border='0' cellspacing='0'><tr>";
|
177 |
+
foreach($categories as $category) {
|
178 |
echo "<td style='padding-top:4px;padding-bottom:4px;padding-right:10px;'>";
|
179 |
?>
|
180 |
+
<input type="checkbox" value="<?php echo htmlspecialchars($category->cat_name, ENT_QUOTES); ?>" id="es_note_cat[]" name="es_note_cat[]">
|
181 |
+
<?php
|
182 |
+
echo $category->cat_name;
|
183 |
if($col > 1) {
|
184 |
$col = $col-1;
|
185 |
echo "</td><td>";
|
191 |
$count = $count + 1;
|
192 |
}
|
193 |
echo "</tr></table>";
|
194 |
+
?>
|
195 |
+
<p class="select_all" style="margin-left: 0.7em;">
|
196 |
+
<input type="button" name="CheckAll" class="button add-new-h2" value="<?php echo __( 'Check All', ES_TDOMAIN ); ?>" onClick="_es_checkall('es_form', 'es_note_cat[]', true);">
|
197 |
+
<input type="button" name="UnCheckAll" class="button add-new-h2" value="<?php echo __( 'Uncheck All', ES_TDOMAIN ); ?>" onClick="_es_checkall('es_form', 'es_note_cat[]', false);">
|
198 |
+
</p>
|
199 |
+
</td>
|
200 |
+
</tr>
|
201 |
+
<tr>
|
202 |
+
<th scope="row">
|
203 |
+
<label for="tag-link"><?php echo __( 'Select your Custom Post Type', ES_TDOMAIN ); ?>
|
204 |
+
<p class="description"><?php echo __( '(Optional)', ES_TDOMAIN ); ?></p>
|
205 |
+
</label>
|
206 |
+
</th>
|
207 |
+
<td>
|
208 |
+
<?php
|
209 |
+
$args=array('public'=> true, 'exclude_from_search'=> false, '_builtin' => false);
|
210 |
+
$output = 'names';
|
211 |
+
$operator = 'and';
|
212 |
+
$post_types=get_post_types($args,$output,$operator);
|
213 |
+
if( !empty( $post_types ) ) {
|
214 |
+
$col = 3;
|
215 |
+
echo "<table border='0' cellspacing='0'><tr>";
|
216 |
+
foreach($post_types as $post_type) {
|
217 |
+
echo "<td style='padding-top:4px;padding-bottom:4px;padding-right:10px;'>";
|
218 |
+
?>
|
219 |
+
<input type="checkbox" value='{T}<?php echo $post_type; ?>{T}' id="es_note_cat[]" name="es_note_cat[]">
|
220 |
+
<?php echo $post_type;
|
221 |
+
if($col > 1) {
|
222 |
+
$col = $col-1;
|
223 |
+
echo "</td><td>";
|
224 |
+
} elseif($col = 1) {
|
225 |
+
$col = $col-1;
|
226 |
+
echo "</td></tr><tr>";;
|
227 |
+
$col = 3;
|
228 |
+
}
|
229 |
+
$count = $count + 1;
|
230 |
+
}
|
231 |
+
echo "</tr></table>";
|
232 |
+
} else {
|
233 |
+
echo __( 'No Custom Post Types Available', ES_TDOMAIN );
|
234 |
+
}
|
235 |
+
?>
|
236 |
+
</td>
|
237 |
+
</tr>
|
238 |
+
<tr>
|
239 |
+
<th scope="row">
|
240 |
+
<label for="tag-link"><?php echo __( 'Select Notification Status when a new post is published', ES_TDOMAIN ); ?></label>
|
241 |
+
</th>
|
242 |
+
<td>
|
243 |
+
<select name="es_note_status" id="es_note_status">
|
244 |
+
<option value='Enable' selected="selected"><?php echo __( 'Send email immediately', ES_TDOMAIN ); ?></option>
|
245 |
+
<option value='Cron'><?php echo __( 'Add to cron and send email via cron job', ES_TDOMAIN );?></option>
|
246 |
+
<option value='Disable'><?php echo __( 'Disable email notification', ES_TDOMAIN ); ?></option>
|
247 |
+
</select>
|
248 |
+
</td>
|
249 |
+
</tr>
|
250 |
+
</tbody>
|
251 |
+
</table>
|
252 |
+
<input type="hidden" name="es_form_submit" value="yes"/>
|
253 |
+
<p class="submit">
|
254 |
+
<input type="submit" class="button-primary" value="<?php echo __( 'Save', ES_TDOMAIN ); ?>" />
|
255 |
+
</p>
|
256 |
+
<?php wp_nonce_field('es_form_add'); ?>
|
257 |
+
</form>
|
258 |
+
</div>
|
259 |
+
<div clas="es-preview" style="float: right;width: 19%;">
|
260 |
+
<div class="es-templ-img"></div>
|
261 |
+
</div>
|
262 |
</div>
|
263 |
</div>
|
notification/notification-edit.php
CHANGED
@@ -123,136 +123,93 @@ if ( ! defined( 'ABSPATH' ) ) {
|
|
123 |
<a class="add-new-h2" href="<?php echo ES_ADMINURL; ?>?page=es-notification&ac=add"><?php echo __( 'Add New', ES_TDOMAIN ); ?></a>
|
124 |
<a class="add-new-h2" target="_blank" href="<?php echo ES_FAV; ?>"><?php echo __( 'Help', ES_TDOMAIN ); ?></a>
|
125 |
</h2>
|
126 |
-
<
|
127 |
-
<
|
128 |
-
<
|
129 |
-
<
|
130 |
-
<
|
131 |
-
<
|
132 |
-
|
133 |
-
|
134 |
-
<
|
135 |
-
<
|
136 |
-
|
137 |
-
|
138 |
-
|
139 |
-
|
140 |
-
|
141 |
-
$
|
142 |
-
|
143 |
-
|
144 |
-
$
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
145 |
}
|
146 |
-
?>
|
147 |
-
<option value="<?php echo esc_html(stripslashes($group["es_email_group"])); ?>" <?php echo $thisselected; ?>>
|
148 |
-
<?php echo esc_html(stripslashes($group["es_email_group"])); ?>
|
149 |
-
</option>
|
150 |
-
<?php
|
151 |
-
$thisselected = "";
|
152 |
}
|
153 |
-
|
154 |
-
|
155 |
-
|
156 |
-
|
157 |
-
</
|
158 |
-
|
159 |
-
|
160 |
-
|
161 |
-
|
162 |
-
|
163 |
-
|
164 |
-
</
|
165 |
-
|
166 |
-
|
167 |
-
|
168 |
-
|
169 |
-
|
170 |
-
|
171 |
-
|
172 |
-
|
173 |
-
|
174 |
-
|
175 |
-
|
176 |
-
|
177 |
-
|
|
|
|
|
178 |
}
|
179 |
-
?><option value='<?php echo $sub["es_templ_id"]; ?>' <?php echo $thisselected; ?>><?php echo $sub["es_templ_heading"]; ?></option><?php
|
180 |
-
$thisselected = "";
|
181 |
}
|
182 |
-
|
183 |
-
|
184 |
-
</
|
185 |
-
</
|
186 |
-
|
187 |
-
|
188 |
-
|
189 |
-
|
190 |
-
|
191 |
-
</
|
192 |
-
|
193 |
-
<td>
|
194 |
-
<?php
|
195 |
-
$args = array( 'hide_empty' => 0, 'orderby' => 'name', 'order' => 'ASC' );
|
196 |
-
$categories = get_categories($args);
|
197 |
-
$count = 0;
|
198 |
-
$col = 3;
|
199 |
-
$checked = "";
|
200 |
-
echo "<table border='0' cellspacing='0'><tr>";
|
201 |
-
foreach($categories as $category) {
|
202 |
-
echo "<td style='padding-top:4px;padding-bottom:4px;padding-right:10px;'>";
|
203 |
-
if (strpos($form['es_note_cat'],'##'.wp_specialchars_decode(stripslashes($category->cat_name),ENT_QUOTES).'##') !== false) {
|
204 |
-
$checked = 'checked="checked"';
|
205 |
-
} else {
|
206 |
-
$checked = "";
|
207 |
-
}
|
208 |
-
?>
|
209 |
-
<input type="checkbox" <?php echo $checked; ?> value="<?php echo htmlspecialchars($category->cat_name, ENT_QUOTES); ?>" id="es_note_cat[]" name="es_note_cat[]">
|
210 |
<?php
|
211 |
-
|
212 |
-
|
213 |
-
|
214 |
-
echo "</td><td>";
|
215 |
-
} elseif($col = 1) {
|
216 |
-
$col = $col-1;
|
217 |
-
echo "</td></tr><tr>";;
|
218 |
-
$col = 3;
|
219 |
-
}
|
220 |
-
$count = $count + 1;
|
221 |
-
}
|
222 |
-
echo "</tr></table>";
|
223 |
-
?>
|
224 |
-
<p class="select_all" style="margin-left: 0.7em;">
|
225 |
-
<input type="button" name="CheckAll" class="button add-new-h2" value="<?php echo __( 'Check All', ES_TDOMAIN ); ?>" onClick="_es_checkall('es_form', 'es_note_cat[]', true);">
|
226 |
-
<input type="button" name="UnCheckAll" class="button add-new-h2" value="<?php echo __( 'Uncheck All', ES_TDOMAIN ); ?>" onClick="_es_checkall('es_form', 'es_note_cat[]', false);">
|
227 |
-
</p>
|
228 |
-
</td>
|
229 |
-
</tr>
|
230 |
-
<tr>
|
231 |
-
<th scope="row">
|
232 |
-
<label for="tag-link">
|
233 |
-
<?php echo __( 'Select your Custom Post Type', ES_TDOMAIN ); ?>
|
234 |
-
<p class="description"><?php echo __( '(Optional)', ES_TDOMAIN ); ?></p>
|
235 |
-
</label>
|
236 |
-
</th>
|
237 |
-
<td>
|
238 |
-
<?php
|
239 |
-
$args = array('public'=> true, 'exclude_from_search'=> false, '_builtin' => false);
|
240 |
-
$output = 'names';
|
241 |
-
$operator = 'and';
|
242 |
-
$post_types = get_post_types($args,$output,$operator);
|
243 |
-
if( !empty( $post_types ) ) {
|
244 |
$col = 3;
|
|
|
245 |
echo "<table border='0' cellspacing='0'><tr>";
|
246 |
-
foreach($
|
247 |
echo "<td style='padding-top:4px;padding-bottom:4px;padding-right:10px;'>";
|
248 |
-
if (strpos($form['es_note_cat'],'##
|
249 |
$checked = 'checked="checked"';
|
250 |
} else {
|
251 |
$checked = "";
|
252 |
}
|
253 |
?>
|
254 |
-
<input type="checkbox" <?php echo $checked; ?>
|
255 |
-
<?php
|
|
|
256 |
if($col > 1) {
|
257 |
$col = $col-1;
|
258 |
echo "</td><td>";
|
@@ -264,32 +221,80 @@ if ( ! defined( 'ABSPATH' ) ) {
|
|
264 |
$count = $count + 1;
|
265 |
}
|
266 |
echo "</tr></table>";
|
267 |
-
|
268 |
-
|
269 |
-
|
270 |
-
|
271 |
-
|
272 |
-
|
273 |
-
|
274 |
-
<
|
275 |
-
<
|
276 |
-
|
277 |
-
|
278 |
-
|
279 |
-
|
280 |
-
|
281 |
-
|
282 |
-
|
283 |
-
|
284 |
-
|
285 |
-
|
286 |
-
|
287 |
-
|
288 |
-
|
289 |
-
|
290 |
-
|
291 |
-
|
292 |
-
|
293 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
294 |
</div>
|
295 |
</div>
|
123 |
<a class="add-new-h2" href="<?php echo ES_ADMINURL; ?>?page=es-notification&ac=add"><?php echo __( 'Add New', ES_TDOMAIN ); ?></a>
|
124 |
<a class="add-new-h2" target="_blank" href="<?php echo ES_FAV; ?>"><?php echo __( 'Help', ES_TDOMAIN ); ?></a>
|
125 |
</h2>
|
126 |
+
<div class="es-form" style="width: 80%;float: left;">
|
127 |
+
<form name="es_form" method="post" action="#" onsubmit="return _es_submit()">
|
128 |
+
<table class="form-table">
|
129 |
+
<tbody>
|
130 |
+
<tr>
|
131 |
+
<th scope="row">
|
132 |
+
<label for="tag-link"><?php echo __( 'Update Subscribers Group', ES_TDOMAIN ); ?></label>
|
133 |
+
</th>
|
134 |
+
<td>
|
135 |
+
<select name="es_note_group" id="es_note_group">
|
136 |
+
<option value=''><?php echo __( 'Select', ES_TDOMAIN ); ?></option>
|
137 |
+
<?php
|
138 |
+
$thisselected = "";
|
139 |
+
$groups = array();
|
140 |
+
$groups = es_cls_dbquery::es_view_subscriber_group();
|
141 |
+
if(count($groups) > 0) {
|
142 |
+
$i = 1;
|
143 |
+
foreach ($groups as $group) {
|
144 |
+
if(stripslashes($group['es_email_group']) == $form['es_note_group']) {
|
145 |
+
$thisselected = 'selected="selected"' ;
|
146 |
+
}
|
147 |
+
?>
|
148 |
+
<option value="<?php echo esc_html(stripslashes($group["es_email_group"])); ?>" <?php echo $thisselected; ?>>
|
149 |
+
<?php echo esc_html(stripslashes($group["es_email_group"])); ?>
|
150 |
+
</option>
|
151 |
+
<?php
|
152 |
+
$thisselected = "";
|
153 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
154 |
}
|
155 |
+
?>
|
156 |
+
</select>
|
157 |
+
|
158 |
+
</td>
|
159 |
+
</tr>
|
160 |
+
<tr>
|
161 |
+
<th scope="row">
|
162 |
+
<label for="tag-link">
|
163 |
+
<?php echo __( 'Select Notification Email Subject', ES_TDOMAIN ); ?>
|
164 |
+
<p class="description"><?php echo __( '(Use compose menu to create new)', ES_TDOMAIN ); ?></p>
|
165 |
+
</label>
|
166 |
+
</th>
|
167 |
+
<td>
|
168 |
+
<select name="es_note_templ" id="es_note_templ" onchange="return _es_change(this.options[this.selectedIndex])">
|
169 |
+
<option value=''><?php echo __( 'Select', ES_TDOMAIN ); ?></option>
|
170 |
+
<?php
|
171 |
+
$subject = array();
|
172 |
+
$subject = es_cls_compose::es_template_select_type($type = "Post Notification");
|
173 |
+
$thisselected = "";
|
174 |
+
if(count($subject) > 0) {
|
175 |
+
$i = 1;
|
176 |
+
foreach ($subject as $sub) {
|
177 |
+
if($sub["es_templ_id"] == $form['es_note_templ']) {
|
178 |
+
$thisselected = "selected='selected'" ;
|
179 |
+
}
|
180 |
+
?><option data-img='<?php echo $sub["es_templ_thumbnail"]; ?>' value='<?php echo $sub["es_templ_id"]; ?>' <?php echo $thisselected; ?>><?php echo $sub["es_templ_heading"]; ?></option><?php
|
181 |
+
$thisselected = "";
|
182 |
}
|
|
|
|
|
183 |
}
|
184 |
+
?>
|
185 |
+
</select>
|
186 |
+
</td>
|
187 |
+
</tr>
|
188 |
+
<tr>
|
189 |
+
<th scope="row">
|
190 |
+
<label for="tag-link">
|
191 |
+
<?php echo __( 'Select Post Categories', ES_TDOMAIN ); ?>
|
192 |
+
</label>
|
193 |
+
</th>
|
194 |
+
<td>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
195 |
<?php
|
196 |
+
$args = array( 'hide_empty' => 0, 'orderby' => 'name', 'order' => 'ASC' );
|
197 |
+
$categories = get_categories($args);
|
198 |
+
$count = 0;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
199 |
$col = 3;
|
200 |
+
$checked = "";
|
201 |
echo "<table border='0' cellspacing='0'><tr>";
|
202 |
+
foreach($categories as $category) {
|
203 |
echo "<td style='padding-top:4px;padding-bottom:4px;padding-right:10px;'>";
|
204 |
+
if (strpos($form['es_note_cat'],'##'.wp_specialchars_decode(stripslashes($category->cat_name),ENT_QUOTES).'##') !== false) {
|
205 |
$checked = 'checked="checked"';
|
206 |
} else {
|
207 |
$checked = "";
|
208 |
}
|
209 |
?>
|
210 |
+
<input type="checkbox" <?php echo $checked; ?> value="<?php echo htmlspecialchars($category->cat_name, ENT_QUOTES); ?>" id="es_note_cat[]" name="es_note_cat[]">
|
211 |
+
<?php
|
212 |
+
echo $category->cat_name;
|
213 |
if($col > 1) {
|
214 |
$col = $col-1;
|
215 |
echo "</td><td>";
|
221 |
$count = $count + 1;
|
222 |
}
|
223 |
echo "</tr></table>";
|
224 |
+
?>
|
225 |
+
<p class="select_all" style="margin-left: 0.7em;">
|
226 |
+
<input type="button" name="CheckAll" class="button add-new-h2" value="<?php echo __( 'Check All', ES_TDOMAIN ); ?>" onClick="_es_checkall('es_form', 'es_note_cat[]', true);">
|
227 |
+
<input type="button" name="UnCheckAll" class="button add-new-h2" value="<?php echo __( 'Uncheck All', ES_TDOMAIN ); ?>" onClick="_es_checkall('es_form', 'es_note_cat[]', false);">
|
228 |
+
</p>
|
229 |
+
</td>
|
230 |
+
</tr>
|
231 |
+
<tr>
|
232 |
+
<th scope="row">
|
233 |
+
<label for="tag-link">
|
234 |
+
<?php echo __( 'Select your Custom Post Type', ES_TDOMAIN ); ?>
|
235 |
+
<p class="description"><?php echo __( '(Optional)', ES_TDOMAIN ); ?></p>
|
236 |
+
</label>
|
237 |
+
</th>
|
238 |
+
<td>
|
239 |
+
<?php
|
240 |
+
$args = array('public'=> true, 'exclude_from_search'=> false, '_builtin' => false);
|
241 |
+
$output = 'names';
|
242 |
+
$operator = 'and';
|
243 |
+
$post_types = get_post_types($args,$output,$operator);
|
244 |
+
if( !empty( $post_types ) ) {
|
245 |
+
$col = 3;
|
246 |
+
echo "<table border='0' cellspacing='0'><tr>";
|
247 |
+
foreach($post_types as $post_type) {
|
248 |
+
echo "<td style='padding-top:4px;padding-bottom:4px;padding-right:10px;'>";
|
249 |
+
if (strpos($form['es_note_cat'],'##{T}'.$post_type.'{T}##') !== false) {
|
250 |
+
$checked = 'checked="checked"';
|
251 |
+
} else {
|
252 |
+
$checked = "";
|
253 |
+
}
|
254 |
+
?>
|
255 |
+
<input type="checkbox" <?php echo $checked; ?> value='{T}<?php echo $post_type; ?>{T}' id="es_note_cat[]" name="es_note_cat[]">
|
256 |
+
<?php echo $post_type;
|
257 |
+
if($col > 1) {
|
258 |
+
$col = $col-1;
|
259 |
+
echo "</td><td>";
|
260 |
+
} elseif($col = 1) {
|
261 |
+
$col = $col-1;
|
262 |
+
echo "</td></tr><tr>";;
|
263 |
+
$col = 3;
|
264 |
+
}
|
265 |
+
$count = $count + 1;
|
266 |
+
}
|
267 |
+
echo "</tr></table>";
|
268 |
+
} else {
|
269 |
+
echo __( 'No Custom Post Types Available', ES_TDOMAIN );
|
270 |
+
}
|
271 |
+
?>
|
272 |
+
</td>
|
273 |
+
</tr>
|
274 |
+
<tr>
|
275 |
+
<th scope="row">
|
276 |
+
<label for="tag-link"><?php echo __( 'Select Notification Status when a new post is published', ES_TDOMAIN ); ?></label>
|
277 |
+
</th>
|
278 |
+
<td>
|
279 |
+
<select name="es_note_status" id="es_note_status">
|
280 |
+
<option value='Enable' <?php if($form['es_note_status']=='Enable') { echo 'selected="selected"' ; } ?>><?php echo __( 'Send email immediately', ES_TDOMAIN ); ?></option>
|
281 |
+
<option value='Cron' <?php if($form['es_note_status']=='Cron') { echo 'selected="selected"' ; } ?>><?php echo __( 'Add to cron and send email via cron job', ES_TDOMAIN ); ?></option>
|
282 |
+
<option value='Disable' <?php if($form['es_note_status']=='Disable') { echo 'selected="selected"' ; } ?>><?php echo __( 'Disable email notification', ES_TDOMAIN ); ?></option>
|
283 |
+
</select>
|
284 |
+
</td>
|
285 |
+
</tr>
|
286 |
+
</tbody>
|
287 |
+
</table>
|
288 |
+
<input type="hidden" name="es_form_submit" value="yes"/>
|
289 |
+
<input type="hidden" name="es_note_id" id="es_note_id" value="<?php echo $form['es_note_id']; ?>"/>
|
290 |
+
<p class="submit">
|
291 |
+
<input type="submit" class="button-primary" value="<?php echo __( 'Save', ES_TDOMAIN ); ?>" />
|
292 |
+
</p>
|
293 |
+
<?php wp_nonce_field('es_form_edit'); ?>
|
294 |
+
</form>
|
295 |
+
</div>
|
296 |
+
<div clas="es-preview" style="float: right;width: 19%;">
|
297 |
+
<div class="es-templ-img"></div>
|
298 |
+
</div>
|
299 |
</div>
|
300 |
</div>
|
notification/notification.js
CHANGED
@@ -34,4 +34,9 @@ function _es_delete(id) {
|
|
34 |
document.frm_es_display.action="admin.php?page=es-notification&ac=del&did="+id;
|
35 |
document.frm_es_display.submit();
|
36 |
}
|
|
|
|
|
|
|
|
|
|
|
37 |
}
|
34 |
document.frm_es_display.action="admin.php?page=es-notification&ac=del&did="+id;
|
35 |
document.frm_es_display.submit();
|
36 |
}
|
37 |
+
}
|
38 |
+
|
39 |
+
function _es_change(option){
|
40 |
+
var img = option.getAttribute('data-img');
|
41 |
+
document.getElementsByClassName("es-templ-img")[0].innerHTML = img;
|
42 |
}
|
query/db_compose.php
CHANGED
@@ -8,30 +8,67 @@ if ( ! defined( 'ABSPATH' ) ) {
|
|
8 |
class es_cls_compose {
|
9 |
public static function es_template_select($id = 0) {
|
10 |
|
11 |
-
global $wpdb;
|
12 |
|
13 |
$arrRes = array();
|
14 |
-
|
15 |
-
$sSql = "SELECT * FROM `".$wpdb->prefix."es_templatetable` where 1=1";
|
16 |
if($id > 0) {
|
17 |
-
$sSql = $sSql . " and es_templ_id=".$id;
|
18 |
-
$arrRes = $wpdb->get_row($sSql, ARRAY_A);
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
return $arrRes;
|
24 |
}
|
25 |
|
26 |
public static function es_template_select_type($type = "Newsletter") {
|
27 |
|
28 |
-
global $wpdb;
|
29 |
|
30 |
$arrRes = array();
|
31 |
|
32 |
-
$sSql = $wpdb->prepare("SELECT
|
33 |
-
$arrRes = $wpdb->get_results($sSql, ARRAY_A);
|
34 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
35 |
return $arrRes;
|
36 |
}
|
37 |
|
@@ -62,17 +99,27 @@ class es_cls_compose {
|
|
62 |
}
|
63 |
|
64 |
public static function es_template_ins($data = array(), $action = "insert") {
|
65 |
-
|
66 |
global $wpdb;
|
67 |
-
|
68 |
if( $action == "insert" ) {
|
69 |
|
70 |
// to set es_templ_slug as empty for all newly created emails
|
71 |
-
$data["es_templ_slug"] = (isset($data["es_templ_slug"])) ? $data["es_templ_slug"] : NULL;
|
72 |
-
|
73 |
-
$sSql = "INSERT INTO `".$wpdb->prefix."es_templatetable` (`es_templ_heading`,
|
74 |
-
`es_templ_body`, `es_templ_status`, `es_email_type`, `es_templ_slug`)
|
75 |
-
VALUES('". trim($data["es_templ_heading"]) ."', '". trim($data["es_templ_body"])."', '". trim($data["es_templ_status"])."', '". trim($data["es_email_type"])."', NULLIF('". $data["es_templ_slug"]."', '') )";
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
76 |
} elseif( $action == "update" ) {
|
77 |
$sSql = $wpdb->prepare("UPDATE `".$wpdb->prefix."es_templatetable` SET `es_templ_heading` = %s, `es_templ_body` = %s,
|
78 |
`es_templ_status` = %s, `es_email_type` = %s WHERE es_templ_id = %d LIMIT 1",
|
8 |
class es_cls_compose {
|
9 |
public static function es_template_select($id = 0) {
|
10 |
|
11 |
+
// global $wpdb;
|
12 |
|
13 |
$arrRes = array();
|
14 |
+
//$sSql = "SELECT * FROM `".$wpdb->prefix."es_templatetable` where 1=1";
|
|
|
15 |
if($id > 0) {
|
16 |
+
// $sSql = $sSql . " and es_templ_id=".$id;
|
17 |
+
// $arrRes = $wpdb->get_row($sSql, ARRAY_A);
|
18 |
+
// if(empty($arrRes)){
|
19 |
+
$es_tmpl_post = get_post($id, ARRAY_A);
|
20 |
+
$arrRes = array(
|
21 |
+
'es_templ_id' => $es_tmpl_post['ID'],
|
22 |
+
'es_templ_heading' => $es_tmpl_post['post_title'],
|
23 |
+
'es_templ_body' => $es_tmpl_post['post_content'],
|
24 |
+
'es_templ_status' => $es_tmpl_post['post_status'],
|
25 |
+
'es_email_type' => get_post_meta($id, 'es_template_type', true)
|
26 |
+
);
|
27 |
+
// }
|
28 |
+
} else{
|
29 |
+
|
30 |
+
}
|
31 |
+
// else {
|
32 |
+
// $arrRes = $wpdb->get_results($sSql, ARRAY_A);
|
33 |
+
// }
|
34 |
+
|
35 |
+
|
36 |
return $arrRes;
|
37 |
}
|
38 |
|
39 |
public static function es_template_select_type($type = "Newsletter") {
|
40 |
|
41 |
+
//global $wpdb;
|
42 |
|
43 |
$arrRes = array();
|
44 |
|
45 |
+
// $sSql = $wpdb->prepare("SELECT es_templ_id,es_templ_heading FROM `".$wpdb->prefix."es_templatetable` where es_email_type = %s", array($type));
|
46 |
+
// $arrRes = $wpdb->get_results($sSql, ARRAY_A);
|
47 |
+
// new custom post type push
|
48 |
+
$es_template = get_posts(array(
|
49 |
+
'post_type' => array('es_template'),
|
50 |
+
'post_status' => 'publish',
|
51 |
+
'posts_per_page' => -1,
|
52 |
+
// 'post__in' => array( 0, $term ),
|
53 |
+
'fields' => 'ids',
|
54 |
+
'post_status' => 'publish',
|
55 |
+
'meta_query' => array(
|
56 |
+
array(
|
57 |
+
'key' => 'es_template_type',
|
58 |
+
'value' => $type,
|
59 |
+
'compare' => '='
|
60 |
+
)
|
61 |
+
)
|
62 |
+
));
|
63 |
+
foreach ($es_template as $id) {
|
64 |
+
$es_templ_thumbnail = (!empty(get_the_post_thumbnail( $id ))) ? get_the_post_thumbnail( $id, array('200','200') ) : '<img src="'.ES_URL.'images/es-custom-template.png" />';
|
65 |
+
$tmpl = array(
|
66 |
+
'es_templ_id' => $id,
|
67 |
+
'es_templ_heading' => get_the_title($id),
|
68 |
+
'es_templ_thumbnail' => $es_templ_thumbnail
|
69 |
+
);
|
70 |
+
$arrRes[] = $tmpl;
|
71 |
+
}
|
72 |
return $arrRes;
|
73 |
}
|
74 |
|
99 |
}
|
100 |
|
101 |
public static function es_template_ins($data = array(), $action = "insert") {
|
|
|
102 |
global $wpdb;
|
103 |
+
|
104 |
if( $action == "insert" ) {
|
105 |
|
106 |
// to set es_templ_slug as empty for all newly created emails
|
107 |
+
// $data["es_templ_slug"] = (isset($data["es_templ_slug"])) ? $data["es_templ_slug"] : NULL;
|
108 |
+
|
109 |
+
// $sSql = "INSERT INTO `".$wpdb->prefix."es_templatetable` (`es_templ_heading`,
|
110 |
+
// `es_templ_body`, `es_templ_status`, `es_email_type`, `es_templ_slug`)
|
111 |
+
// VALUES('". trim($data["es_templ_heading"]) ."', '". trim($data["es_templ_body"])."', '". trim($data["es_templ_status"])."', '". trim($data["es_email_type"])."', NULLIF('". $data["es_templ_slug"]."', '') )";
|
112 |
+
$col = "(";
|
113 |
+
$fields = "VALUES(";
|
114 |
+
foreach ($data as $key => $value) {
|
115 |
+
$col .= "`".$key ."`,";
|
116 |
+
$fields .= (is_numeric($value)) ? $value ."," : "'". trim($value) ."',";
|
117 |
+
}
|
118 |
+
$col = rtrim($col,',');
|
119 |
+
$fields = rtrim($fields,',');
|
120 |
+
$col .= ")";
|
121 |
+
$fields .= ")";
|
122 |
+
$sSql = "INSERT INTO `".$wpdb->prefix."es_templatetable` ".$col." ".$fields;
|
123 |
} elseif( $action == "update" ) {
|
124 |
$sSql = $wpdb->prepare("UPDATE `".$wpdb->prefix."es_templatetable` SET `es_templ_heading` = %s, `es_templ_body` = %s,
|
125 |
`es_templ_status` = %s, `es_email_type` = %s WHERE es_templ_id = %d LIMIT 1",
|
query/db_default.php
CHANGED
@@ -22,8 +22,8 @@ class es_cls_default {
|
|
22 |
}
|
23 |
|
24 |
$home_url = home_url('/');
|
25 |
-
$optinlink = $home_url . "?es=optin&db
|
26 |
-
$unsublink = $home_url . "?es=unsubscribe&db
|
27 |
|
28 |
$default = array();
|
29 |
$default['ig_es_fromname'] = $blogname;
|
@@ -32,16 +32,16 @@ class es_cls_default {
|
|
32 |
$default['ig_es_notifyadmin'] = "YES";
|
33 |
$default['ig_es_adminemail'] = $admin_email;
|
34 |
$default['ig_es_admin_new_sub_subject'] = $blogname . " - New email subscription";
|
35 |
-
$default['ig_es_admin_new_sub_content'] = "Hi Admin,\r\n\r\nCongratulations! You have a new subscriber.\r\n\r\nName :
|
36 |
$default['ig_es_welcomeemail'] = "YES";
|
37 |
$default['ig_es_welcomesubject'] = $blogname . " - Welcome!";
|
38 |
-
$default['ig_es_welcomecontent'] = "Hi
|
39 |
$default['ig_es_optintype'] = "Double Opt In";
|
40 |
$default['ig_es_confirmsubject'] = $blogname . " - Please confirm your subscription";
|
41 |
-
$default['ig_es_confirmcontent'] = "Hi
|
42 |
$default['ig_es_optinlink'] = $optinlink;
|
43 |
$default['ig_es_unsublink'] = $unsublink;
|
44 |
-
$default['ig_es_unsubcontent'] = "No longer interested in emails from ".$blogname."?. Please <a href='
|
45 |
$default['ig_es_unsubtext'] = "Thank You, You have been successfully unsubscribed. You will no longer hear from us.";
|
46 |
$default['ig_es_successmsg'] = "You have been successfully subscribed.";
|
47 |
$default['ig_es_suberror'] = "Oops.. Your request couldn't be completed. This email address seems to be already subscribed / blocked.";
|
@@ -56,49 +56,55 @@ class es_cls_default {
|
|
56 |
return true;
|
57 |
}
|
58 |
|
59 |
-
public static function es_subscriber_default() {
|
60 |
-
|
61 |
-
$result = es_cls_dbquery::es_view_subscriber_count(0);
|
62 |
-
if ($result == 0) {
|
63 |
-
$form["es_email_mail"] = get_option('admin_email');
|
64 |
-
$form["es_email_name"] = "Admin";
|
65 |
-
$form["es_email_group"] = "Public";
|
66 |
-
$form["es_email_status"] = "Confirmed";
|
67 |
-
es_cls_dbquery::es_view_subscriber_ins($form, "insert");
|
68 |
-
|
69 |
-
$form["es_email_mail"] = "a.example@example.com";
|
70 |
-
$form["es_email_name"] = "Example";
|
71 |
-
$form["es_email_group"] = "Public";
|
72 |
-
$form["es_email_status"] = "Confirmed";
|
73 |
-
es_cls_dbquery::es_view_subscriber_ins($form, "insert");
|
74 |
-
}
|
75 |
-
return true;
|
76 |
-
|
77 |
-
}
|
78 |
-
|
79 |
public static function es_template_default() {
|
80 |
|
81 |
-
|
82 |
-
|
83 |
if ($result == 0) {
|
84 |
|
85 |
-
//
|
86 |
-
$es_b = "Hello
|
87 |
-
$es_b .= "We have published a new blog article on our website :
|
88 |
-
$es_b .= "
|
89 |
$es_b .= "You can view it from this link : ";
|
90 |
-
$es_b .= "
|
91 |
$es_b .= "Thanks & Regards,\r\n";
|
92 |
$es_b .= "Admin\r\n\r\n";
|
93 |
-
$es_b .= "You received this email because in the past you have provided us your email address :
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
94 |
|
95 |
-
$
|
96 |
-
$
|
97 |
-
$
|
98 |
-
$
|
99 |
-
$
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
100 |
|
101 |
-
// Adding a sample Newsletter
|
102 |
$Sample = '<strong style="color: #990000">What can you achieve using Email Subscribers?</strong><p>Add subscription forms on website, send HTML newsletters & automatically notify subscribers about new blog posts once it is published.';
|
103 |
$Sample .= ' You can also Import or Export subscribers from any list to Email Subscribers.</p>';
|
104 |
$Sample .= ' <strong style="color: #990000">Plugin Features</strong><ol>';
|
@@ -112,41 +118,42 @@ class es_cls_default {
|
|
112 |
$Sample .= ' <li>Default WordPress editor to compose emails.</li>';
|
113 |
$Sample .= ' </ol>';
|
114 |
$Sample .= ' <strong>Thanks & Regards,</strong><br>Admin';
|
115 |
-
|
116 |
-
|
117 |
-
|
118 |
-
|
119 |
-
|
120 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
121 |
}
|
122 |
|
123 |
return true;
|
124 |
}
|
125 |
|
126 |
-
public static function
|
127 |
|
128 |
-
$result =
|
129 |
if ($result == 0) {
|
130 |
-
$form["
|
131 |
-
$form["
|
132 |
-
$form["
|
|
|
|
|
133 |
|
134 |
-
$
|
135 |
-
$
|
136 |
-
$
|
137 |
-
$
|
138 |
-
$
|
139 |
-
foreach($categories as $category) {
|
140 |
-
$listcategory = $listcategory . " ##" . $category->cat_name . "## ";
|
141 |
-
if($i < $total) {
|
142 |
-
$listcategory = $listcategory . "--";
|
143 |
-
}
|
144 |
-
$i = $i + 1;
|
145 |
-
}
|
146 |
-
$form["es_note_cat"] = $listcategory;
|
147 |
-
es_cls_notification::es_notification_ins($form, "insert");
|
148 |
}
|
149 |
|
150 |
return true;
|
|
|
151 |
}
|
|
|
152 |
}
|
22 |
}
|
23 |
|
24 |
$home_url = home_url('/');
|
25 |
+
$optinlink = $home_url . "?es=optin&db={{DBID}}&email={{EMAIL}}&guid={{GUID}}";
|
26 |
+
$unsublink = $home_url . "?es=unsubscribe&db={{DBID}}&email={{EMAIL}}&guid={{GUID}}";
|
27 |
|
28 |
$default = array();
|
29 |
$default['ig_es_fromname'] = $blogname;
|
32 |
$default['ig_es_notifyadmin'] = "YES";
|
33 |
$default['ig_es_adminemail'] = $admin_email;
|
34 |
$default['ig_es_admin_new_sub_subject'] = $blogname . " - New email subscription";
|
35 |
+
$default['ig_es_admin_new_sub_content'] = "Hi Admin,\r\n\r\nCongratulations! You have a new subscriber.\r\n\r\nName : {{NAME}}\r\nEmail: {{EMAIL}}\r\nGroup: {{GROUP}}\r\n\r\nHave a nice day :)\r\n".$blogname;
|
36 |
$default['ig_es_welcomeemail'] = "YES";
|
37 |
$default['ig_es_welcomesubject'] = $blogname . " - Welcome!";
|
38 |
+
$default['ig_es_welcomecontent'] = "Hi {{NAME}},\r\n\r\nThank you for subscribing to ".$blogname.".\r\n\r\nWe are glad to have you onboard.\r\n\r\nBest,\r\n".$blogname."\r\n\r\nGot subscribed to ".$blogname." by mistake? Click <a href='{{LINK}}'>here</a> to unsubscribe.";
|
39 |
$default['ig_es_optintype'] = "Double Opt In";
|
40 |
$default['ig_es_confirmsubject'] = $blogname . " - Please confirm your subscription";
|
41 |
+
$default['ig_es_confirmcontent'] = "Hi {{NAME}},\r\n\r\nWe have received a subscription request from this email address. Please confirm it by <a href='{{LINK}}'>clicking here</a>.\r\n\r\nIf you still cannot subscribe, please copy this link and paste it in your browser :\r\n{{LINK}} \r\n\r\nThank You\r\n".$blogname;
|
42 |
$default['ig_es_optinlink'] = $optinlink;
|
43 |
$default['ig_es_unsublink'] = $unsublink;
|
44 |
+
$default['ig_es_unsubcontent'] = "No longer interested in emails from ".$blogname."?. Please <a href='{{LINK}}'>click here</a> to unsubscribe";
|
45 |
$default['ig_es_unsubtext'] = "Thank You, You have been successfully unsubscribed. You will no longer hear from us.";
|
46 |
$default['ig_es_successmsg'] = "You have been successfully subscribed.";
|
47 |
$default['ig_es_suberror'] = "Oops.. Your request couldn't be completed. This email address seems to be already subscribed / blocked.";
|
56 |
return true;
|
57 |
}
|
58 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
59 |
public static function es_template_default() {
|
60 |
|
61 |
+
// Temp workaround - in future use option=ig_es_sample_data_imported to check against
|
62 |
+
$result = es_cls_dbquery::es_view_subscriber_count(0);
|
63 |
if ($result == 0) {
|
64 |
|
65 |
+
//Adding a sample Post Notification Template
|
66 |
+
$es_b = "Hello {{NAME}},\r\n\r\n";
|
67 |
+
$es_b .= "We have published a new blog article on our website : {{POSTTITLE}}\r\n";
|
68 |
+
$es_b .= "{{POSTIMAGE}}\r\n\r\n";
|
69 |
$es_b .= "You can view it from this link : ";
|
70 |
+
$es_b .= "{{POSTLINK}}\r\n\r\n";
|
71 |
$es_b .= "Thanks & Regards,\r\n";
|
72 |
$es_b .= "Admin\r\n\r\n";
|
73 |
+
$es_b .= "You received this email because in the past you have provided us your email address : {{EMAIL}} to receive notifications when new updates are posted.";
|
74 |
+
|
75 |
+
// Create Post Notification object
|
76 |
+
$es_post = array(
|
77 |
+
'post_title' => 'New Post Published - {{POSTTITLE}}',
|
78 |
+
'post_content' => $es_b,
|
79 |
+
'post_status' => 'publish',
|
80 |
+
'post_type' => 'es_template',
|
81 |
+
'meta_input' => array( 'es_template_type' => 'Post Notification'
|
82 |
+
)
|
83 |
+
);
|
84 |
+
// Insert the post into the database
|
85 |
+
$last_inserted_id = wp_insert_post( $es_post );
|
86 |
+
|
87 |
+
// Adding a Post Notification for above created template
|
88 |
+
$form["es_note_group"] = "Public";
|
89 |
+
$form["es_note_status"] = "Enable";
|
90 |
+
$form["es_note_templ"] = $last_inserted_id;
|
91 |
|
92 |
+
$listcategory = "";
|
93 |
+
$args = array( 'hide_empty' => 0, 'orderby' => 'name', 'order' => 'ASC' );
|
94 |
+
$categories = get_categories($args);
|
95 |
+
$total = count($categories);
|
96 |
+
$i = 1;
|
97 |
+
foreach($categories as $category) {
|
98 |
+
$listcategory = $listcategory . " ##" . $category->cat_name . "## ";
|
99 |
+
if($i < $total) {
|
100 |
+
$listcategory = $listcategory . "--";
|
101 |
+
}
|
102 |
+
$i = $i + 1;
|
103 |
+
}
|
104 |
+
$form["es_note_cat"] = $listcategory;
|
105 |
+
es_cls_notification::es_notification_ins($form, "insert");
|
106 |
|
107 |
+
// Adding a sample Newsletter Template
|
108 |
$Sample = '<strong style="color: #990000">What can you achieve using Email Subscribers?</strong><p>Add subscription forms on website, send HTML newsletters & automatically notify subscribers about new blog posts once it is published.';
|
109 |
$Sample .= ' You can also Import or Export subscribers from any list to Email Subscribers.</p>';
|
110 |
$Sample .= ' <strong style="color: #990000">Plugin Features</strong><ol>';
|
118 |
$Sample .= ' <li>Default WordPress editor to compose emails.</li>';
|
119 |
$Sample .= ' </ol>';
|
120 |
$Sample .= ' <strong>Thanks & Regards,</strong><br>Admin';
|
121 |
+
$es_post = array(
|
122 |
+
'post_title' => 'Welcome To Email Subscribers',
|
123 |
+
'post_content' => $Sample,
|
124 |
+
'post_status' => 'publish',
|
125 |
+
'post_type' => 'es_template',
|
126 |
+
'meta_input' => array( 'es_template_type' => 'Newsletter'
|
127 |
+
)
|
128 |
+
);
|
129 |
+
// Insert the post into the database
|
130 |
+
$last_inserted_id = wp_insert_post( $es_post );
|
131 |
+
|
132 |
+
update_option( 'ig_es_sample_data_imported', 'yes' );
|
133 |
}
|
134 |
|
135 |
return true;
|
136 |
}
|
137 |
|
138 |
+
public static function es_subscriber_default() {
|
139 |
|
140 |
+
$result = es_cls_dbquery::es_view_subscriber_count(0);
|
141 |
if ($result == 0) {
|
142 |
+
$form["es_email_mail"] = get_option('admin_email');
|
143 |
+
$form["es_email_name"] = "Admin";
|
144 |
+
$form["es_email_group"] = "Public";
|
145 |
+
$form["es_email_status"] = "Confirmed";
|
146 |
+
es_cls_dbquery::es_view_subscriber_ins($form, "insert");
|
147 |
|
148 |
+
$form["es_email_mail"] = "a.example@example.com";
|
149 |
+
$form["es_email_name"] = "Example";
|
150 |
+
$form["es_email_group"] = "Public";
|
151 |
+
$form["es_email_status"] = "Confirmed";
|
152 |
+
es_cls_dbquery::es_view_subscriber_ins($form, "insert");
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
153 |
}
|
154 |
|
155 |
return true;
|
156 |
+
|
157 |
}
|
158 |
+
|
159 |
}
|
readme.txt
CHANGED
@@ -1,11 +1,11 @@
|
|
1 |
=== Email Subscribers & Newsletters ===
|
2 |
-
Contributors: icegram,
|
3 |
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=CPTHCDC382KVA
|
4 |
Author URI: https://www.icegram.com/
|
5 |
Tags: email marketing, email newsletter form, email signup, email widget, newsletter, newsletter signup, subscribe, subscription form, bulk emails, signup form, list builder, lead generation
|
6 |
Requires at least: 3.4
|
7 |
-
Tested up to: 4.8.
|
8 |
-
Stable tag: 3.
|
9 |
License: GPLv3
|
10 |
License URI: http://www.gnu.org/licenses/gpl-3.0.htmlss
|
11 |
|
@@ -144,7 +144,7 @@ Translations inside plugin :
|
|
144 |
* Catalan (ca) - Jordi Jorda
|
145 |
* Czech (cs_CZ) - Martin & Tomas
|
146 |
* German (de_DE) - [Markus Buschmann](https://profiles.wordpress.org/spiderbuschi/)
|
147 |
-
* Spanish (es_ES) - David Bravo (bohemme)
|
148 |
* French (fr_FR) - [Serge](https://profiles.wordpress.org/kalyx)
|
149 |
* Hungarian (hu_HU) - Zsolt Edelényi
|
150 |
* Lithuanian (lt_LT) - Andrius
|
@@ -311,6 +311,20 @@ Use our free plugin [Email Subscribers - Group Selector](https://wordpress.org/p
|
|
311 |
|
312 |
== Changelog ==
|
313 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
314 |
= 3.3.7 (08.09.2017) =
|
315 |
|
316 |
* Fix: Keywords ###NAME### and ###EMAIL### not showing correct details while sending post notifications emails (in HTML type only)
|
@@ -641,6 +655,20 @@ For the changelog of earlier versions, please refer to the separate [changelog.t
|
|
641 |
|
642 |
== Upgrade Notice ==
|
643 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
644 |
= 3.3.7 (08.09.2017) =
|
645 |
|
646 |
* Fix: Keywords ###NAME### and ###EMAIL### not showing correct details while sending post notifications emails (in HTML type only)
|
1 |
=== Email Subscribers & Newsletters ===
|
2 |
+
Contributors: icegram, niravmehta, Mansi Shah, akash123dhawade, sandhyam, storeapps, Tarun.Parswani, ravioza
|
3 |
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=CPTHCDC382KVA
|
4 |
Author URI: https://www.icegram.com/
|
5 |
Tags: email marketing, email newsletter form, email signup, email widget, newsletter, newsletter signup, subscribe, subscription form, bulk emails, signup form, list builder, lead generation
|
6 |
Requires at least: 3.4
|
7 |
+
Tested up to: 4.8.2
|
8 |
+
Stable tag: 3.4.0
|
9 |
License: GPLv3
|
10 |
License URI: http://www.gnu.org/licenses/gpl-3.0.htmlss
|
11 |
|
144 |
* Catalan (ca) - Jordi Jorda
|
145 |
* Czech (cs_CZ) - Martin & Tomas
|
146 |
* German (de_DE) - [Markus Buschmann](https://profiles.wordpress.org/spiderbuschi/)
|
147 |
+
* Spanish (es_ES) - David Bravo (bohemme), Fernando Pérez
|
148 |
* French (fr_FR) - [Serge](https://profiles.wordpress.org/kalyx)
|
149 |
* Hungarian (hu_HU) - Zsolt Edelényi
|
150 |
* Lithuanian (lt_LT) - Andrius
|
311 |
|
312 |
== Changelog ==
|
313 |
|
314 |
+
= 3.4.0 (17.10.2017) =
|
315 |
+
|
316 |
+
* New: Old keyword structure ###KEYWORD### converted to {{KEYWORD}}
|
317 |
+
* New: 2 new keywords - {{NAME}} & {{EMAIL}} - for Newsletter
|
318 |
+
* New: Improved the UI for Compose and renamed it to Templates
|
319 |
+
* New: Replace the keyword with actual content from last blog post while previewing Post Notification
|
320 |
+
* New: You can set featured thumbnail for the Templates
|
321 |
+
* Update: Footer text
|
322 |
+
* Update: POT file
|
323 |
+
* Localization: Translation for German (de_DE) language updated (Thanks to Markus Buschmann)
|
324 |
+
* Localization: Translation for Catalan (ca) language updated (Thanks to Jordi Jorda)
|
325 |
+
* Localization: Translation for Polish (pl_PL) language updated (Thanks to Witold)
|
326 |
+
* Localization: Translation for Spanish (es_ES) language updated (Thanks to Fernando Pérez)
|
327 |
+
|
328 |
= 3.3.7 (08.09.2017) =
|
329 |
|
330 |
* Fix: Keywords ###NAME### and ###EMAIL### not showing correct details while sending post notifications emails (in HTML type only)
|
655 |
|
656 |
== Upgrade Notice ==
|
657 |
|
658 |
+
= 3.4.0 (17.10.2017) =
|
659 |
+
|
660 |
+
* New: Old keyword structure ###KEYWORD### converted to {{KEYWORD}}
|
661 |
+
* New: 2 new keywords - {{NAME}} & {{EMAIL}} - for Newsletter
|
662 |
+
* New: Improved the UI for Compose and renamed it to Templates
|
663 |
+
* New: Replace the keyword with actual content from last blog post while previewing Post Notification
|
664 |
+
* New: You can set featured thumbnail for the Templates
|
665 |
+
* Update: Footer text
|
666 |
+
* Update: POT file
|
667 |
+
* Localization: Translation for German (de_DE) language updated (Thanks to Markus Buschmann)
|
668 |
+
* Localization: Translation for Catalan (ca) language updated (Thanks to Jordi Jorda)
|
669 |
+
* Localization: Translation for Polish (pl_PL) language updated (Thanks to Witold)
|
670 |
+
* Localization: Translation for Spanish (es_ES) language updated (Thanks to Fernando Pérez)
|
671 |
+
|
672 |
= 3.3.7 (08.09.2017) =
|
673 |
|
674 |
* Fix: Keywords ###NAME### and ###EMAIL### not showing correct details while sending post notifications emails (in HTML type only)
|
sendmail/sendmail.js
CHANGED
@@ -34,4 +34,9 @@ function _es_submit() {
|
|
34 |
} else {
|
35 |
return false;
|
36 |
}
|
|
|
|
|
|
|
|
|
|
|
37 |
}
|
34 |
} else {
|
35 |
return false;
|
36 |
}
|
37 |
+
}
|
38 |
+
|
39 |
+
function _es_change(option){
|
40 |
+
var img = option.getAttribute('data-img');
|
41 |
+
document.getElementsByClassName("es-templ-img")[0].innerHTML = img;
|
42 |
}
|
sendmail/sendmail.php
CHANGED
@@ -96,6 +96,7 @@ if ($es_error_found == TRUE && isset($es_errors[0]) == TRUE) {
|
|
96 |
<p class="description">
|
97 |
<?php echo __( 'Use this to send newsletter emails to your subscribers.', ES_TDOMAIN ); ?>
|
98 |
</p>
|
|
|
99 |
<form name="es_form" method="post" action="#" onsubmit="return _es_submit()">
|
100 |
<table class="form-table">
|
101 |
<tbody>
|
@@ -106,7 +107,7 @@ if ($es_error_found == TRUE && isset($es_errors[0]) == TRUE) {
|
|
106 |
</label>
|
107 |
</th>
|
108 |
<td>
|
109 |
-
|
110 |
<option value=''><?php echo __( 'Select', ES_TDOMAIN ); ?></option>
|
111 |
<?php
|
112 |
$subject = array();
|
@@ -118,13 +119,13 @@ if ($es_error_found == TRUE && isset($es_errors[0]) == TRUE) {
|
|
118 |
if($sub["es_templ_id"] == $es_templ_heading) {
|
119 |
$thisselected = "selected='selected'" ;
|
120 |
}
|
121 |
-
|
122 |
$thisselected = "";
|
123 |
}
|
124 |
}
|
125 |
?>
|
126 |
</select>
|
127 |
-
</td>
|
128 |
</tr>
|
129 |
<tr>
|
130 |
<th scope="row">
|
@@ -198,4 +199,8 @@ if ($es_error_found == TRUE && isset($es_errors[0]) == TRUE) {
|
|
198 |
<?php wp_nonce_field('es_form_submit'); ?>
|
199 |
<input type="button" class="button-primary" onclick="_es_redirect()" value="<?php echo __( 'Reset', ES_TDOMAIN ); ?>" />
|
200 |
</form>
|
|
|
|
|
|
|
|
|
201 |
</div>
|
96 |
<p class="description">
|
97 |
<?php echo __( 'Use this to send newsletter emails to your subscribers.', ES_TDOMAIN ); ?>
|
98 |
</p>
|
99 |
+
<div class="es-form" style="width: 80%;float: left;">
|
100 |
<form name="es_form" method="post" action="#" onsubmit="return _es_submit()">
|
101 |
<table class="form-table">
|
102 |
<tbody>
|
107 |
</label>
|
108 |
</th>
|
109 |
<td>
|
110 |
+
<select name="es_templ_heading" id="es_templ_heading" onchange="return _es_change(this.options[this.selectedIndex])">
|
111 |
<option value=''><?php echo __( 'Select', ES_TDOMAIN ); ?></option>
|
112 |
<?php
|
113 |
$subject = array();
|
119 |
if($sub["es_templ_id"] == $es_templ_heading) {
|
120 |
$thisselected = "selected='selected'" ;
|
121 |
}
|
122 |
+
?><option data-img='<?php echo $sub["es_templ_thumbnail"]; ?>' value='<?php echo $sub["es_templ_id"]; ?>' <?php echo $thisselected; ?>><?php echo esc_html(stripslashes($sub["es_templ_heading"])); ?></option><?php
|
123 |
$thisselected = "";
|
124 |
}
|
125 |
}
|
126 |
?>
|
127 |
</select>
|
128 |
+
</td>
|
129 |
</tr>
|
130 |
<tr>
|
131 |
<th scope="row">
|
199 |
<?php wp_nonce_field('es_form_submit'); ?>
|
200 |
<input type="button" class="button-primary" onclick="_es_redirect()" value="<?php echo __( 'Reset', ES_TDOMAIN ); ?>" />
|
201 |
</form>
|
202 |
+
</div>
|
203 |
+
<div clas="es-preview" style="float: right;width: 19%;">
|
204 |
+
<div class="es-templ-img"></div>
|
205 |
+
</div>
|
206 |
</div>
|
sentmail/sentmail-preview.php
CHANGED
@@ -35,20 +35,15 @@ if ($result != '1') {
|
|
35 |
<?php
|
36 |
$preview = array();
|
37 |
$preview = es_cls_sentmail::es_sentmail_select($did, 0, 0);
|
38 |
-
$preview = str_replace("###NAME###", "Username", $preview);
|
39 |
-
$preview = str_replace("
|
|
|
|
|
40 |
|
41 |
$es_email_type = get_option( 'ig_es_emailtype' ); // Not the ideal way. Email type can differ while previewing sent email.
|
42 |
|
43 |
if ( $es_email_type == "WP HTML MAIL" || $es_email_type == "PHP HTML MAIL" ) {
|
44 |
-
$
|
45 |
-
$temp_content = convert_chars(convert_smilies( wptexturize( $temp_content )));
|
46 |
-
if(isset($GLOBALS['wp_embed'])) {
|
47 |
-
$temp_content = $GLOBALS['wp_embed']->autoembed($temp_content);
|
48 |
-
}
|
49 |
-
$temp_content = wpautop( $temp_content );
|
50 |
-
// $temp_content = do_shortcode( shortcode_unautop( $temp_content ) );
|
51 |
-
$preview['es_sent_preview'] = $temp_content;
|
52 |
} else {
|
53 |
$preview['es_sent_preview'] = str_replace("<br />", "\r\n", $preview['es_sent_preview']);
|
54 |
$preview['es_sent_preview'] = str_replace("<br>", "\r\n", $preview['es_sent_preview']);
|
35 |
<?php
|
36 |
$preview = array();
|
37 |
$preview = es_cls_sentmail::es_sentmail_select($did, 0, 0);
|
38 |
+
// $preview = str_replace("###NAME###", "Username", $preview);
|
39 |
+
$preview = str_replace("{{NAME}}", "Username", $preview);
|
40 |
+
// $preview = str_replace("###EMAIL###", "Useremail", $preview);
|
41 |
+
$preview = str_replace("{{EMAIL}}", "Useremail", $preview);
|
42 |
|
43 |
$es_email_type = get_option( 'ig_es_emailtype' ); // Not the ideal way. Email type can differ while previewing sent email.
|
44 |
|
45 |
if ( $es_email_type == "WP HTML MAIL" || $es_email_type == "PHP HTML MAIL" ) {
|
46 |
+
$preview['es_sent_preview'] = es_cls_registerhook::es_process_template_body($preview['es_sent_preview'],$did);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
47 |
} else {
|
48 |
$preview['es_sent_preview'] = str_replace("<br />", "\r\n", $preview['es_sent_preview']);
|
49 |
$preview['es_sent_preview'] = str_replace("<br>", "\r\n", $preview['es_sent_preview']);
|
settings/settings-edit.php
CHANGED
@@ -114,7 +114,7 @@ if ( ! class_exists( 'ES_Settings' ) ) {
|
|
114 |
<tr class="es-admin active-settings">
|
115 |
<th scope="row">
|
116 |
<label for="elp"><?php echo __( 'Image Size', ES_TDOMAIN ); ?>
|
117 |
-
<p class="description"><?php echo __( 'Select image size for
|
118 |
</th>
|
119 |
<td>
|
120 |
<select name="es_c_post_image_size" id="es_c_post_image_size">
|
@@ -154,7 +154,7 @@ if ( ! class_exists( 'ES_Settings' ) ) {
|
|
154 |
<tr class="es-admin active-settings">
|
155 |
<th scope="row">
|
156 |
<label for="elp"><?php echo __( 'Admin Email Content on new subscriber signs up', ES_TDOMAIN ); ?>
|
157 |
-
<p class="description"><?php echo __( 'Content for the admin email whenever a new subscriber signs up and is confirmed.<br />
|
158 |
</th>
|
159 |
<td><textarea size="100" id="es_c_adminmailcontant" rows="10" cols="58" name="es_c_adminmailcontant"><?php echo esc_html(stripslashes($this->form['ig_es_admin_new_sub_content'])); ?></textarea></td>
|
160 |
</tr>
|
@@ -169,7 +169,7 @@ if ( ! class_exists( 'ES_Settings' ) ) {
|
|
169 |
<tr class="es-admin active-settings">
|
170 |
<th scope="row">
|
171 |
<label for="elp"><?php echo __( 'Sent Report Content', ES_TDOMAIN ); ?>
|
172 |
-
<p class="description"><?php echo __( 'Content for the email report which will be sent to admin.<br />
|
173 |
</th>
|
174 |
<td><textarea size="100" id="es_c_sentreport" rows="8" cols="58" name="es_c_sentreport"><?php echo esc_html(stripslashes($this->form['ig_es_sentreport'])); ?></textarea></td>
|
175 |
</tr>
|
@@ -188,7 +188,7 @@ if ( ! class_exists( 'ES_Settings' ) ) {
|
|
188 |
<tr class="es-signup-confirmation hidden">
|
189 |
<th scope="row">
|
190 |
<label for="elp"><?php echo __('Double Opt-In Email Content (Confirmation Email)', ES_TDOMAIN); ?>
|
191 |
-
<p class="description"><?php echo __( 'Content for the confirmation email to be sent for Double Opt-In whenever a subscriber signs up.<br />
|
192 |
</th>
|
193 |
<td><textarea size="100" id="es_c_optincontent" rows="10" cols="58" name="es_c_optincontent"><?php echo esc_html(stripslashes($this->form['ig_es_confirmcontent'])); ?></textarea></td>
|
194 |
</tr>
|
@@ -229,7 +229,7 @@ if ( ! class_exists( 'ES_Settings' ) ) {
|
|
229 |
<tr class="es-signup-confirmation hidden">
|
230 |
<th scope="row">
|
231 |
<label for="elp"><?php echo __( 'Email Content for Welcome Email', ES_TDOMAIN ); ?>
|
232 |
-
<p class="description"><?php echo __( 'Content for the subscriber welcome email whenever a user\'s email is either confirmed (if Double Opt In) / subscribed (if Single Opt In) successfully.<br />
|
233 |
</label>
|
234 |
</th>
|
235 |
<td><textarea size="100" id="es_c_usermailcontant" rows="10" cols="58" name="es_c_usermailcontant"><?php echo esc_html(stripslashes($this->form['ig_es_welcomecontent'])); ?></textarea></td>
|
@@ -245,7 +245,7 @@ if ( ! class_exists( 'ES_Settings' ) ) {
|
|
245 |
<tr class="es-signup-confirmation hidden">
|
246 |
<th scope="row">
|
247 |
<label for="elp"><?php echo __( 'Unsubscribe Text in Email', ES_TDOMAIN ); ?>
|
248 |
-
<p class="description"><?php echo __( 'The text for the unsubscribe link. This text is automatically added with unsubscribe link in the emails.<br />
|
249 |
</th>
|
250 |
<td><textarea size="100" id="es_c_unsubtext" rows="4" cols="58" name="es_c_unsubtext"><?php echo esc_html(stripslashes($this->form['ig_es_unsubcontent'])); ?></textarea></td>
|
251 |
</tr>
|
@@ -297,7 +297,7 @@ if ( ! class_exists( 'ES_Settings' ) ) {
|
|
297 |
</tr>
|
298 |
<tr class="es-roles hidden">
|
299 |
<th scope="row">
|
300 |
-
<label for="tag-image"><?php echo __( '
|
301 |
</th>
|
302 |
<td>
|
303 |
<select name="es_roles_mail" id="es_roles_mail">
|
@@ -372,7 +372,7 @@ if ( ! class_exists( 'ES_Settings' ) ) {
|
|
372 |
<tr class="es-cron hidden">
|
373 |
<th scope="row">
|
374 |
<label for="tag-image"><?php echo __( 'Cron Report', ES_TDOMAIN ); ?>
|
375 |
-
<p class="description"><?php echo __( 'Email to admin whenever a cron URL is triggered from your server
|
376 |
</label>
|
377 |
</th>
|
378 |
<td>
|
@@ -487,7 +487,7 @@ if ( ! class_exists( 'ES_Settings' ) ) {
|
|
487 |
$blogname = get_option('blogname');
|
488 |
$es_cron_adminmail = get_option('ig_es_cron_adminmail', '');
|
489 |
if($es_cron_adminmail == "") {
|
490 |
-
add_option('ig_es_cron_adminmail', "Hi Admin,\r\n\r\nCron URL has been triggered successfully on
|
491 |
$es_cron_adminmail = get_option('ig_es_cron_adminmail');
|
492 |
}
|
493 |
$form['ig_es_cron_adminmail'] = $es_cron_adminmail;
|
@@ -528,10 +528,10 @@ if ( ! class_exists( 'ES_Settings' ) ) {
|
|
528 |
|
529 |
$home_url = home_url('/');
|
530 |
|
531 |
-
$optinlink = $home_url . "?es=optin&db
|
532 |
$form['ig_es_optinlink'] = $optinlink;
|
533 |
|
534 |
-
$unsublink = $home_url . "?es=unsubscribe&db
|
535 |
$form['ig_es_unsublink'] = $unsublink;
|
536 |
|
537 |
$form['ig_es_unsubcontent'] = isset($_POST['es_c_unsubtext']) ? $_POST['es_c_unsubtext'] : '';
|
114 |
<tr class="es-admin active-settings">
|
115 |
<th scope="row">
|
116 |
<label for="elp"><?php echo __( 'Image Size', ES_TDOMAIN ); ?>
|
117 |
+
<p class="description"><?php echo __( 'Select image size for {{POSTIMAGE}} to be shown in the Post Notification Emails.', ES_TDOMAIN ); ?></p></label>
|
118 |
</th>
|
119 |
<td>
|
120 |
<select name="es_c_post_image_size" id="es_c_post_image_size">
|
154 |
<tr class="es-admin active-settings">
|
155 |
<th scope="row">
|
156 |
<label for="elp"><?php echo __( 'Admin Email Content on new subscriber signs up', ES_TDOMAIN ); ?>
|
157 |
+
<p class="description"><?php echo __( 'Content for the admin email whenever a new subscriber signs up and is confirmed.<br />Available Keywords: {{NAME}}, {{EMAIL}}, {{GROUP}}', ES_TDOMAIN ); ?></p></label>
|
158 |
</th>
|
159 |
<td><textarea size="100" id="es_c_adminmailcontant" rows="10" cols="58" name="es_c_adminmailcontant"><?php echo esc_html(stripslashes($this->form['ig_es_admin_new_sub_content'])); ?></textarea></td>
|
160 |
</tr>
|
169 |
<tr class="es-admin active-settings">
|
170 |
<th scope="row">
|
171 |
<label for="elp"><?php echo __( 'Sent Report Content', ES_TDOMAIN ); ?>
|
172 |
+
<p class="description"><?php echo __( 'Content for the email report which will be sent to admin.<br />Available Keywords: {{COUNT}}, {{UNIQUE}}, {{STARTTIME}}, {{ENDTIME}}', ES_TDOMAIN ); ?></p></label>
|
173 |
</th>
|
174 |
<td><textarea size="100" id="es_c_sentreport" rows="8" cols="58" name="es_c_sentreport"><?php echo esc_html(stripslashes($this->form['ig_es_sentreport'])); ?></textarea></td>
|
175 |
</tr>
|
188 |
<tr class="es-signup-confirmation hidden">
|
189 |
<th scope="row">
|
190 |
<label for="elp"><?php echo __('Double Opt-In Email Content (Confirmation Email)', ES_TDOMAIN); ?>
|
191 |
+
<p class="description"><?php echo __( 'Content for the confirmation email to be sent for Double Opt-In whenever a subscriber signs up.<br />Available Keywords: {{NAME}}, {{LINK}}', ES_TDOMAIN ); ?></p></label>
|
192 |
</th>
|
193 |
<td><textarea size="100" id="es_c_optincontent" rows="10" cols="58" name="es_c_optincontent"><?php echo esc_html(stripslashes($this->form['ig_es_confirmcontent'])); ?></textarea></td>
|
194 |
</tr>
|
229 |
<tr class="es-signup-confirmation hidden">
|
230 |
<th scope="row">
|
231 |
<label for="elp"><?php echo __( 'Email Content for Welcome Email', ES_TDOMAIN ); ?>
|
232 |
+
<p class="description"><?php echo __( 'Content for the subscriber welcome email whenever a user\'s email is either confirmed (if Double Opt In) / subscribed (if Single Opt In) successfully.<br />Available Keywords: {{NAME}}, {{GROUP}}, {{LINK}}', ES_TDOMAIN ); ?></p>
|
233 |
</label>
|
234 |
</th>
|
235 |
<td><textarea size="100" id="es_c_usermailcontant" rows="10" cols="58" name="es_c_usermailcontant"><?php echo esc_html(stripslashes($this->form['ig_es_welcomecontent'])); ?></textarea></td>
|
245 |
<tr class="es-signup-confirmation hidden">
|
246 |
<th scope="row">
|
247 |
<label for="elp"><?php echo __( 'Unsubscribe Text in Email', ES_TDOMAIN ); ?>
|
248 |
+
<p class="description"><?php echo __( 'The text for the unsubscribe link. This text is automatically added with unsubscribe link in the emails.<br />Available Keyword: {{LINK}}', ES_TDOMAIN ); ?></p></label>
|
249 |
</th>
|
250 |
<td><textarea size="100" id="es_c_unsubtext" rows="4" cols="58" name="es_c_unsubtext"><?php echo esc_html(stripslashes($this->form['ig_es_unsubcontent'])); ?></textarea></td>
|
251 |
</tr>
|
297 |
</tr>
|
298 |
<tr class="es-roles hidden">
|
299 |
<th scope="row">
|
300 |
+
<label for="tag-image"><?php echo __( 'Templates Menu', ES_TDOMAIN ); ?></label>
|
301 |
</th>
|
302 |
<td>
|
303 |
<select name="es_roles_mail" id="es_roles_mail">
|
372 |
<tr class="es-cron hidden">
|
373 |
<th scope="row">
|
374 |
<label for="tag-image"><?php echo __( 'Cron Report', ES_TDOMAIN ); ?>
|
375 |
+
<p class="description"><?php echo __( 'Email to admin whenever a cron URL is triggered from your server.<br />Available Keywords: {{DATE}}, {{SUBJECT}}, {{COUNT}}', ES_TDOMAIN ); ?></p>
|
376 |
</label>
|
377 |
</th>
|
378 |
<td>
|
487 |
$blogname = get_option('blogname');
|
488 |
$es_cron_adminmail = get_option('ig_es_cron_adminmail', '');
|
489 |
if($es_cron_adminmail == "") {
|
490 |
+
add_option('ig_es_cron_adminmail', "Hi Admin,\r\n\r\nCron URL has been triggered successfully on {{DATE}} for the email {{SUBJECT}}. And it sent email to {{COUNT}} recipient(s).\r\n\r\nBest,\r\n".$blogname."");
|
491 |
$es_cron_adminmail = get_option('ig_es_cron_adminmail');
|
492 |
}
|
493 |
$form['ig_es_cron_adminmail'] = $es_cron_adminmail;
|
528 |
|
529 |
$home_url = home_url('/');
|
530 |
|
531 |
+
$optinlink = $home_url . "?es=optin&db={{DBID}}&email={{EMAIL}}&guid={{GUID}}";
|
532 |
$form['ig_es_optinlink'] = $optinlink;
|
533 |
|
534 |
+
$unsublink = $home_url . "?es=unsubscribe&db={{DBID}}&email={{EMAIL}}&guid={{GUID}}";
|
535 |
$form['ig_es_unsublink'] = $unsublink;
|
536 |
|
537 |
$form['ig_es_unsubcontent'] = isset($_POST['es_c_unsubtext']) ? $_POST['es_c_unsubtext'] : '';
|