Version Description
(17.05.2018) =
- New: [GDPR] Provision for consent checkbox in the subscription form Steps to enable it
- New: Keyword {{POSTEXCERPT}} for showing Post Excerpt in Post Notification emails
- Fix: Missing santization in preview template (Thanks to Chris Liu)
- Update: Doc links in plugin on Help & Info page
- Update: POT file
- Localization: Translation for German Deutsch (de_DE) language updated (Thanks to Markus Buschmann)
- Localization: Translation for Italian (it_IT) language updated (Thanks to Roberto Pavesi)
- Localization: Translation for Spanish (es_ES) language updated (Thanks to David Bravo)
- Localization: Translation for Polish (pl_PL) language updated (Thanks to Witold)
- Localization: Translation for Turkish (tr_TR) language updated (Thanks to Erkan ORU)
- Localization: Made all translation files up-to-date with latest POT file
- Localization: Translation for Czech (cs_CZ) language removed
Download this release
Release Info
Developer | Icegram |
Plugin | Email Subscribers & Newsletters |
Version | 3.5.0 |
Comparing to | |
See all releases |
Code changes from version 3.4.12 to 3.5.0
- changelog.txt +16 -0
- classes/es-loadwidget.php +9 -0
- classes/es-register.php +57 -11
- classes/es-sendmail.php +12 -8
- email-subscribers.php +2 -2
- help/help.php +48 -6
- languages/email-subscribers-ca.mo +0 -0
- languages/email-subscribers-ca.po +180 -133
- languages/email-subscribers-cs_CZ.mo +0 -0
- languages/email-subscribers-cs_CZ.po +0 -2103
- languages/email-subscribers-de_DE.mo +0 -0
- languages/email-subscribers-de_DE.po +199 -146
- languages/email-subscribers-es_ES.mo +0 -0
- languages/email-subscribers-es_ES.po +501 -398
- languages/email-subscribers-fr_FR.mo +0 -0
- languages/email-subscribers-fr_FR.po +180 -133
- languages/email-subscribers-hu_HU.mo +0 -0
- languages/email-subscribers-hu_HU.po +177 -130
- languages/email-subscribers-it_IT.mo +0 -0
- languages/email-subscribers-it_IT.po +259 -189
- languages/email-subscribers-lt_LT.mo +0 -0
- languages/email-subscribers-lt_LT.po +177 -130
- languages/email-subscribers-nb_NO.mo +0 -0
- languages/email-subscribers-nb_NO.po +180 -133
- languages/email-subscribers-pl_PL.mo +0 -0
- languages/email-subscribers-pl_PL.po +221 -159
- languages/email-subscribers-pt_BR.mo +0 -0
- languages/email-subscribers-pt_BR.po +180 -133
- languages/email-subscribers-sv_SE.mo +0 -0
- languages/email-subscribers-sv_SE.po +177 -130
- languages/email-subscribers-tr_TR.mo +0 -0
- languages/email-subscribers-tr_TR.po +900 -720
- languages/email-subscribers.pot +177 -130
- readme.txt +33 -3
- templates/template-preview.php +17 -11
changelog.txt
CHANGED
@@ -4,6 +4,22 @@ Author : Icegram
|
|
4 |
Author URI : https://www.icegram.com/
|
5 |
License : GPLv3
|
6 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
***********************************************************Version 3.4.12************************************************************
|
8 |
|
9 |
* Fix: Some users getting 'Invalid email address' for valid email address during form submission
|
4 |
Author URI : https://www.icegram.com/
|
5 |
License : GPLv3
|
6 |
|
7 |
+
|
8 |
+
***********************************************************Version 3.5.0************************************************************
|
9 |
+
|
10 |
+
* New: [GDPR] Provision for consent checkbox in the subscription form [Steps to enable it](https://www.icegram.com/documentation/es-gdpr-how-to-enable-consent-checkbox-in-the-subscription-form/)
|
11 |
+
* New: Keyword {{POSTEXCERPT}} for showing Post Excerpt in Post Notification emails
|
12 |
+
* Fix: Missing santization in preview template (Thanks to Chris Liu)
|
13 |
+
* Update: Doc links in plugin on Help & Info page
|
14 |
+
* Update: POT file
|
15 |
+
* Localization: Translation for German Deutsch (de_DE) language updated (Thanks to Markus Buschmann)
|
16 |
+
* Localization: Translation for Italian (it_IT) language updated (Thanks to Roberto Pavesi)
|
17 |
+
* Localization: Translation for Spanish (es_ES) language updated (Thanks to David Bravo)
|
18 |
+
* Localization: Translation for Polish (pl_PL) language updated (Thanks to Witold)
|
19 |
+
* Localization: Translation for Turkish (tr_TR) language updated (Thanks to Erkan ORUÇ)
|
20 |
+
* Localization: Made all translation files up-to-date with latest POT file
|
21 |
+
* Localization: Translation for Czech (cs_CZ) language removed
|
22 |
+
|
23 |
***********************************************************Version 3.4.12************************************************************
|
24 |
|
25 |
* Fix: Some users getting 'Invalid email address' for valid email address during form submission
|
classes/es-loadwidget.php
CHANGED
@@ -18,6 +18,12 @@ class es_cls_widget {
|
|
18 |
$es_includes = true;
|
19 |
}
|
20 |
|
|
|
|
|
|
|
|
|
|
|
|
|
21 |
$es .= '<div>';
|
22 |
$es .= '<form class="es_shortcode_form" data-es_form_id="es_shortcode_form">';
|
23 |
|
@@ -34,6 +40,9 @@ class es_cls_widget {
|
|
34 |
$es .= '<div class="es_textbox">';
|
35 |
$es .= '<input type="email" id="es_txt_email_pg" class="es_textbox_class" name="es_txt_email_pg" maxlength="40" required>';
|
36 |
$es .= '</div>';
|
|
|
|
|
|
|
37 |
$es .= '<div class="es_button">';
|
38 |
$es .= '<input type="submit" id="es_txt_button_pg" class="es_textbox_button es_submit_button" name="es_txt_button_pg" value="'.__( 'Subscribe', ES_TDOMAIN ).'">';
|
39 |
$es .= '</div>';
|
18 |
$es_includes = true;
|
19 |
}
|
20 |
|
21 |
+
// Compatibility for GDPR
|
22 |
+
$active_plugins = (array) get_option('active_plugins', array());
|
23 |
+
if (is_multisite()) {
|
24 |
+
$active_plugins = array_merge($active_plugins, get_site_option('active_sitewide_plugins', array()));
|
25 |
+
}
|
26 |
+
|
27 |
$es .= '<div>';
|
28 |
$es .= '<form class="es_shortcode_form" data-es_form_id="es_shortcode_form">';
|
29 |
|
40 |
$es .= '<div class="es_textbox">';
|
41 |
$es .= '<input type="email" id="es_txt_email_pg" class="es_textbox_class" name="es_txt_email_pg" maxlength="40" required>';
|
42 |
$es .= '</div>';
|
43 |
+
if (( in_array('gdpr/gdpr.php', $active_plugins) || array_key_exists('gdpr/gdpr.php', $active_plugins) )) {
|
44 |
+
$es .= GDPR::get_consent_checkboxes();
|
45 |
+
}
|
46 |
$es .= '<div class="es_button">';
|
47 |
$es .= '<input type="submit" id="es_txt_button_pg" class="es_textbox_button es_submit_button" name="es_txt_button_pg" value="'.__( 'Subscribe', ES_TDOMAIN ).'">';
|
48 |
$es .= '</div>';
|
classes/es-register.php
CHANGED
@@ -166,7 +166,7 @@ class es_cls_registerhook {
|
|
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' ));
|
@@ -549,7 +549,7 @@ class es_cls_registerhook {
|
|
549 |
|
550 |
$sSql = "SELECT es_tt.*,
|
551 |
IFNULL(es_not.es_note_id, '') as es_note_id
|
552 |
-
FROM ".$wpdb->prefix."es_templatetable AS es_tt
|
553 |
LEFT JOIN ".$wpdb->prefix."es_notification AS es_not
|
554 |
ON(es_not.es_note_templ = es_tt.es_templ_id)";
|
555 |
$arrRes = $wpdb->get_results($sSql, ARRAY_A);
|
@@ -583,7 +583,7 @@ class es_cls_registerhook {
|
|
583 |
}
|
584 |
|
585 |
}
|
586 |
-
|
587 |
update_option( 'es_template_migration_done', 'yes' );
|
588 |
}
|
589 |
// END
|
@@ -693,7 +693,7 @@ class es_cls_registerhook {
|
|
693 |
public static function es_add_admin_notices() {
|
694 |
|
695 |
$screen = get_current_screen();
|
696 |
-
if ( !in_array( $screen->id, array( 'toplevel_page_es-view-subscribers', 'edit-es_template', 'email-subscribers_page_es-notification', 'email-subscribers_page_es-notification', 'email-subscribers_page_es-sendemail', 'email-subscribers_page_es-settings', 'email-subscribers_page_es-sentmail', 'email-subscribers_page_es-general-information' ), true ) ) return;
|
697 |
|
698 |
$active_plugins = (array) get_option('active_plugins', array());
|
699 |
if (is_multisite()) {
|
@@ -706,8 +706,8 @@ class es_cls_registerhook {
|
|
706 |
$total_subscribers = es_cls_dbquery::es_view_subscriber_count(0);
|
707 |
$es_pro_plan_upsell_notice_email_subscribers = get_option( 'es_pro_plan_upsell_notice_email_subscribers' );
|
708 |
|
709 |
-
// Show notice if number of subscribers is more than
|
710 |
-
if( $total_subscribers >=
|
711 |
?>
|
712 |
<style type="text/css">
|
713 |
a.es-admin-btn {
|
@@ -737,8 +737,46 @@ class es_cls_registerhook {
|
|
737 |
|
738 |
$url = 'https://www.icegram.com/email-subscribers-pricing/?utm_source=es&utm_medium=in_app_banner&utm_campaign=view_banner';
|
739 |
$admin_notice_text_for_pro_plan_upsell = __( '<b>Want readymade email templates?</b> Also want to <b>clean your subscribers list?</b> Come check our Pro plan.', ES_TDOMAIN );
|
740 |
-
echo '<div class="notice notice-warning" style="background-color: cornsilk;"><p style="letter-spacing: 0.6px;">'.$admin_notice_text_for_pro_plan_upsell.'<a target="_blank" style="display:inline-block" class="es-admin-btn" href="'.$url.'">'.__( 'Check Pro plan
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
741 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
742 |
}
|
743 |
|
744 |
}
|
@@ -855,13 +893,13 @@ class es_cls_registerhook {
|
|
855 |
echo get_post_meta($post->ID, 'es_template_type', true);
|
856 |
break;
|
857 |
case 'es_templ_thumbnail' :
|
858 |
-
echo $es_templ_thumbnail;
|
859 |
break;
|
860 |
default:
|
861 |
break;
|
862 |
}
|
863 |
|
864 |
-
return $column;
|
865 |
}
|
866 |
|
867 |
public static function es_add_admin_css() {
|
@@ -937,7 +975,7 @@ class es_cls_registerhook {
|
|
937 |
$data['content'] = $content;
|
938 |
$data['tmpl_id'] = $tmpl_id;
|
939 |
$data = apply_filters('es_after_process_template_body',$data);
|
940 |
-
$content = $data['content'];
|
941 |
return $content;
|
942 |
}
|
943 |
|
@@ -973,7 +1011,7 @@ class es_cls_registerhook {
|
|
973 |
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>' );
|
974 |
echo sprintf(__( '<br/><br/>%s for Newsletter: {{NAME}}, {{EMAIL}}', ES_TDOMAIN ), '<a href="https://www.icegram.com/documentation/es-what-are-the-available-keywords-in-the-newsletters/?utm_source=es&utm_medium=in_app&utm_campaign=view_docs_help_page" target="_blank">' . __( 'Available Keywords', ES_TDOMAIN ) . '</a>' );
|
975 |
?>
|
976 |
-
</p>
|
977 |
<?php
|
978 |
}
|
979 |
|
@@ -1042,6 +1080,11 @@ class es_widget_register extends WP_Widget {
|
|
1042 |
if (!isset($es_includes) || $es_includes !== true) {
|
1043 |
$es_includes = true;
|
1044 |
}
|
|
|
|
|
|
|
|
|
|
|
1045 |
?>
|
1046 |
|
1047 |
<div>
|
@@ -1059,6 +1102,9 @@ class es_widget_register extends WP_Widget {
|
|
1059 |
<div class="es_textbox">
|
1060 |
<input type="email" id="es_txt_email" class="es_textbox_class" name="es_txt_email" value="" maxlength="40" required>
|
1061 |
</div>
|
|
|
|
|
|
|
1062 |
<div class="es_button">
|
1063 |
<input type="submit" id="es_txt_button" class="es_textbox_button es_submit_button" name="es_txt_button" value="<?php echo __( 'Subscribe', ES_TDOMAIN ); ?>">
|
1064 |
</div>
|
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' ));
|
549 |
|
550 |
$sSql = "SELECT es_tt.*,
|
551 |
IFNULL(es_not.es_note_id, '') as es_note_id
|
552 |
+
FROM ".$wpdb->prefix."es_templatetable AS es_tt
|
553 |
LEFT JOIN ".$wpdb->prefix."es_notification AS es_not
|
554 |
ON(es_not.es_note_templ = es_tt.es_templ_id)";
|
555 |
$arrRes = $wpdb->get_results($sSql, ARRAY_A);
|
583 |
}
|
584 |
|
585 |
}
|
586 |
+
|
587 |
update_option( 'es_template_migration_done', 'yes' );
|
588 |
}
|
589 |
// END
|
693 |
public static function es_add_admin_notices() {
|
694 |
|
695 |
$screen = get_current_screen();
|
696 |
+
if ( !in_array( $screen->id, array( 'toplevel_page_es-view-subscribers', 'es_template', 'edit-es_template', 'email-subscribers_page_es-notification', 'email-subscribers_page_es-notification', 'email-subscribers_page_es-sendemail', 'email-subscribers_page_es-settings', 'email-subscribers_page_es-sentmail', 'email-subscribers_page_es-general-information' ), true ) ) return;
|
697 |
|
698 |
$active_plugins = (array) get_option('active_plugins', array());
|
699 |
if (is_multisite()) {
|
706 |
$total_subscribers = es_cls_dbquery::es_view_subscriber_count(0);
|
707 |
$es_pro_plan_upsell_notice_email_subscribers = get_option( 'es_pro_plan_upsell_notice_email_subscribers' );
|
708 |
|
709 |
+
// Show notice if number of subscribers is more than 50 & notice is not dismissed
|
710 |
+
if( $total_subscribers >= 50 && $es_pro_plan_upsell_notice_email_subscribers != 'no' ) {
|
711 |
?>
|
712 |
<style type="text/css">
|
713 |
a.es-admin-btn {
|
737 |
|
738 |
$url = 'https://www.icegram.com/email-subscribers-pricing/?utm_source=es&utm_medium=in_app_banner&utm_campaign=view_banner';
|
739 |
$admin_notice_text_for_pro_plan_upsell = __( '<b>Want readymade email templates?</b> Also want to <b>clean your subscribers list?</b> Come check our Pro plan.', ES_TDOMAIN );
|
740 |
+
echo '<div class="notice notice-warning" style="background-color: cornsilk;"><p style="letter-spacing: 0.6px;">'.$admin_notice_text_for_pro_plan_upsell.'<a target="_blank" style="display:inline-block" class="es-admin-btn" href="'.$url.'">'.__( 'Check Pro plan', ES_TDOMAIN ).'</a><a style="display:inline-block" class="es-admin-btn es-admin-btn-secondary" href="?dismiss_admin_notice=1&option_name=es_pro_plan_upsell_notice">'.__( 'Not interested.', ES_TDOMAIN ).'</a></p></div>';
|
741 |
+
}
|
742 |
+
}
|
743 |
+
|
744 |
+
// Notice to inform about GDPR
|
745 |
+
$es_gdpr_consent_notify = get_option( 'es_gdpr_consent_notify_email_subscribers' );
|
746 |
+
if( $es_gdpr_consent_notify != 'no' ) {
|
747 |
+
?>
|
748 |
+
<style type="text/css">
|
749 |
+
a.es-gdpr-admin-btn {
|
750 |
+
margin-left: 10px;
|
751 |
+
padding: 4px 8px;
|
752 |
+
position: relative;
|
753 |
+
text-decoration: none;
|
754 |
+
border: none;
|
755 |
+
-webkit-border-radius: 2px;
|
756 |
+
border-radius: 2px;
|
757 |
+
background: #e0e0e0;
|
758 |
+
text-shadow: none;
|
759 |
+
font-weight: 600;
|
760 |
+
font-size: 13px;
|
761 |
+
background-color: green;
|
762 |
+
color: white;
|
763 |
+
}
|
764 |
+
a.es-gdpr-admin-btn:hover {
|
765 |
+
color: #FFF;
|
766 |
+
background-color: #363b3f;
|
767 |
+
}
|
768 |
+
a.es-gdpr-admin-btn-secondary {
|
769 |
+
margin-left: 1em;
|
770 |
+
font-weight: 400;
|
771 |
+
background-color: #FFFFFF;
|
772 |
+
color: #000000;
|
773 |
}
|
774 |
+
</style>
|
775 |
+
<?php
|
776 |
+
|
777 |
+
$url = 'https://www.icegram.com/documentation/es-gdpr-how-to-enable-consent-checkbox-in-the-subscription-form/?utm_source=es&utm_medium=in_app_gdpr_banner&utm_campaign=view_banner';
|
778 |
+
$admin_notice_text_for_gdpr_consent = __( '<b style="letter-spacing:0.4px;">To honour GDPR, kindly enable the \'Consent Checkbox\' in the subscription form.</b>', ES_TDOMAIN );
|
779 |
+
echo '<div class="notice notice-warning"><p style="letter-spacing: 0.6px;">'.$admin_notice_text_for_gdpr_consent.'<a target="_blank" style="display:inline-block" class="es-gdpr-admin-btn" href="'.$url.'">'.__( 'Steps to enable', ES_TDOMAIN ).'</a><a style="display:inline-block" class="es-gdpr-admin-btn es-gdpr-admin-btn-secondary" href="?dismiss_admin_notice=1&option_name=es_gdpr_consent_notify">'.__( 'Ok, got it', ES_TDOMAIN ).'</a></p></div>';
|
780 |
}
|
781 |
|
782 |
}
|
893 |
echo get_post_meta($post->ID, 'es_template_type', true);
|
894 |
break;
|
895 |
case 'es_templ_thumbnail' :
|
896 |
+
echo $es_templ_thumbnail;
|
897 |
break;
|
898 |
default:
|
899 |
break;
|
900 |
}
|
901 |
|
902 |
+
return $column;
|
903 |
}
|
904 |
|
905 |
public static function es_add_admin_css() {
|
975 |
$data['content'] = $content;
|
976 |
$data['tmpl_id'] = $tmpl_id;
|
977 |
$data = apply_filters('es_after_process_template_body',$data);
|
978 |
+
$content = $data['content'];
|
979 |
return $content;
|
980 |
}
|
981 |
|
1011 |
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>' );
|
1012 |
echo sprintf(__( '<br/><br/>%s for Newsletter: {{NAME}}, {{EMAIL}}', ES_TDOMAIN ), '<a href="https://www.icegram.com/documentation/es-what-are-the-available-keywords-in-the-newsletters/?utm_source=es&utm_medium=in_app&utm_campaign=view_docs_help_page" target="_blank">' . __( 'Available Keywords', ES_TDOMAIN ) . '</a>' );
|
1013 |
?>
|
1014 |
+
</p>
|
1015 |
<?php
|
1016 |
}
|
1017 |
|
1080 |
if (!isset($es_includes) || $es_includes !== true) {
|
1081 |
$es_includes = true;
|
1082 |
}
|
1083 |
+
// Compatibility for GDPR
|
1084 |
+
$active_plugins = (array) get_option('active_plugins', array());
|
1085 |
+
if (is_multisite()) {
|
1086 |
+
$active_plugins = array_merge($active_plugins, get_site_option('active_sitewide_plugins', array()));
|
1087 |
+
}
|
1088 |
?>
|
1089 |
|
1090 |
<div>
|
1102 |
<div class="es_textbox">
|
1103 |
<input type="email" id="es_txt_email" class="es_textbox_class" name="es_txt_email" value="" maxlength="40" required>
|
1104 |
</div>
|
1105 |
+
<?php if (( in_array('gdpr/gdpr.php', $active_plugins) || array_key_exists('gdpr/gdpr.php', $active_plugins) )) {
|
1106 |
+
echo GDPR::consent_checkboxes();
|
1107 |
+
} ?>
|
1108 |
<div class="es_button">
|
1109 |
<input type="submit" id="es_txt_button" class="es_textbox_button es_submit_button" name="es_txt_button" value="<?php echo __( 'Subscribe', ES_TDOMAIN ); ?>">
|
1110 |
</div>
|
classes/es-sendmail.php
CHANGED
@@ -277,7 +277,7 @@ class es_cls_sendmail {
|
|
277 |
$post_thumbnail = "";
|
278 |
$post_thumbnail_link = "";
|
279 |
$post = get_post($post_id);
|
280 |
-
$
|
281 |
|
282 |
$post_title = "";
|
283 |
$post_title = get_the_title( $post );
|
@@ -294,16 +294,19 @@ class es_cls_sendmail {
|
|
294 |
$post_full = $post->post_content;
|
295 |
$post_full = wpautop($post_full);
|
296 |
|
297 |
-
// Get post
|
298 |
-
$
|
299 |
-
$
|
300 |
-
$words = explode(' ', $
|
301 |
-
if(count($words) > $
|
302 |
array_pop($words);
|
303 |
array_push($words, '...');
|
304 |
-
$
|
305 |
}
|
306 |
|
|
|
|
|
|
|
307 |
// Size of {{POSTIMAGE}}
|
308 |
if ( (function_exists('has_post_thumbnail')) && (has_post_thumbnail($post_id)) ) {
|
309 |
$es_post_image_size = get_option( 'ig_es_post_image_size', 'full' );
|
@@ -341,7 +344,8 @@ class es_cls_sendmail {
|
|
341 |
$content = str_replace('{{POSTTITLE}}', $post_title, $content);
|
342 |
$content = str_replace('{{POSTLINK}}', $post_link, $content);
|
343 |
$content = str_replace('{{POSTIMAGE}}', $post_thumbnail_link, $content);
|
344 |
-
$content = str_replace('{{POSTDESC}}', $
|
|
|
345 |
$content = str_replace('{{POSTFULL}}', $post_full, $content);
|
346 |
$content = str_replace('{{DATE}}', $post_date, $content);
|
347 |
break;
|
277 |
$post_thumbnail = "";
|
278 |
$post_thumbnail_link = "";
|
279 |
$post = get_post($post_id);
|
280 |
+
$post_description_length = 50; //Change this value to change the {{POSTDESC}} content in the Post Notification. It also considers spaces as a character.
|
281 |
|
282 |
$post_title = "";
|
283 |
$post_title = get_the_title( $post );
|
294 |
$post_full = $post->post_content;
|
295 |
$post_full = wpautop($post_full);
|
296 |
|
297 |
+
// Get post description
|
298 |
+
$post_description = $post->post_content;
|
299 |
+
$post_description = strip_tags(strip_shortcodes($post_description));
|
300 |
+
$words = explode(' ', $post_description, $post_description_length + 1);
|
301 |
+
if(count($words) > $post_description_length) {
|
302 |
array_pop($words);
|
303 |
array_push($words, '...');
|
304 |
+
$post_description = implode(' ', $words);
|
305 |
}
|
306 |
|
307 |
+
// Get post excerpt
|
308 |
+
$post_excerpt = get_the_excerpt($post);
|
309 |
+
|
310 |
// Size of {{POSTIMAGE}}
|
311 |
if ( (function_exists('has_post_thumbnail')) && (has_post_thumbnail($post_id)) ) {
|
312 |
$es_post_image_size = get_option( 'ig_es_post_image_size', 'full' );
|
344 |
$content = str_replace('{{POSTTITLE}}', $post_title, $content);
|
345 |
$content = str_replace('{{POSTLINK}}', $post_link, $content);
|
346 |
$content = str_replace('{{POSTIMAGE}}', $post_thumbnail_link, $content);
|
347 |
+
$content = str_replace('{{POSTDESC}}', $post_description, $content);
|
348 |
+
$content = str_replace('{{POSTEXCERPT}}', $post_excerpt, $content);
|
349 |
$content = str_replace('{{POSTFULL}}', $post_full, $content);
|
350 |
$content = str_replace('{{DATE}}', $post_date, $content);
|
351 |
break;
|
email-subscribers.php
CHANGED
@@ -3,10 +3,10 @@
|
|
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.
|
10 |
* Tested up to: 4.9.5
|
11 |
* Text Domain: email-subscribers
|
12 |
* Domain Path: /languages/
|
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.5.0
|
7 |
* Author: Icegram
|
8 |
* Author URI: https://www.icegram.com/
|
9 |
+
* Requires at least: 3.9
|
10 |
* Tested up to: 4.9.5
|
11 |
* Text Domain: email-subscribers
|
12 |
* Domain Path: /languages/
|
help/help.php
CHANGED
@@ -44,6 +44,9 @@ if ( ! defined( 'ABSPATH' ) ) {
|
|
44 |
margin: 1.3em 1.3em 0 0.1em;
|
45 |
border-top: 1px dotted #ddd;
|
46 |
}
|
|
|
|
|
|
|
47 |
.es-ltr {
|
48 |
width: 20em;
|
49 |
height: 2em;
|
@@ -173,6 +176,9 @@ if ( ! defined( 'ABSPATH' ) ) {
|
|
173 |
margin-bottom: 1em;
|
174 |
font-weight: 700;
|
175 |
}
|
|
|
|
|
|
|
176 |
</style>
|
177 |
|
178 |
<?php
|
@@ -188,13 +194,16 @@ if ( ! defined( 'ABSPATH' ) ) {
|
|
188 |
<div class="wrap klawoo-form">
|
189 |
<table class="form-table">
|
190 |
<tr>
|
191 |
-
<th scope="row"><?php echo __( '
|
192 |
<td>
|
193 |
<form name="klawoo_subscribe" action="#" method="POST" accept-charset="utf-8">
|
194 |
<input class="es-ltr" type="text" name="email" id="email" placeholder="Your Email" />
|
195 |
<input type="hidden" name="list" value="hN8OkYzujUlKgDgfCTEcIA"/>
|
196 |
<input type="submit" name="submit" id="submit" class="button button-hero" value="<?php echo __( 'Subscribe', ES_TDOMAIN ); ?>">
|
197 |
-
<br
|
|
|
|
|
|
|
198 |
<div id="klawoo_response"></div>
|
199 |
</form>
|
200 |
</td>
|
@@ -346,8 +355,8 @@ if ( ! defined( 'ABSPATH' ) ) {
|
|
346 |
</div>
|
347 |
</div>
|
348 |
<hr />
|
349 |
-
<div class="feature-section col
|
350 |
-
<div class="col">
|
351 |
<h3><?php echo __( 'Newsletters', ES_TDOMAIN ); ?></h3>
|
352 |
<ul class="es_faq_list">
|
353 |
<li class="es_faq">
|
@@ -357,7 +366,7 @@ if ( ! defined( 'ABSPATH' ) ) {
|
|
357 |
<?php echo sprintf(__( '%s', ES_TDOMAIN ), '<a href="https://www.icegram.com/documentation/es-what-are-the-available-keywords-in-the-newsletters/?utm_source=es&utm_medium=in_app&utm_campaign=view_docs_help_page" target="_blank">' . __( 'Keywords in the Newsletters', ES_TDOMAIN ) . '</a>' ); ?>
|
358 |
</li>
|
359 |
</ul>
|
360 |
-
<br><br>
|
361 |
<h3><?php echo __( 'Post Notifications', ES_TDOMAIN ); ?></h3>
|
362 |
<ul class="es_faq_list">
|
363 |
<li class="es_faq">
|
@@ -371,7 +380,7 @@ if ( ! defined( 'ABSPATH' ) ) {
|
|
371 |
</li>
|
372 |
</ul>
|
373 |
</div>
|
374 |
-
<div class="col
|
375 |
<h3><?php echo __( 'Cron Job Setup', ES_TDOMAIN ); ?></h3>
|
376 |
<ul class="es_faq_list">
|
377 |
<li class="es_faq">
|
@@ -394,11 +403,44 @@ if ( ! defined( 'ABSPATH' ) ) {
|
|
394 |
</li>
|
395 |
<li class="es_faq">
|
396 |
<?php echo sprintf(__( '%s', ES_TDOMAIN ), '<a href="https://www.icegram.com/documentation/es-css-help/?utm_source=es&utm_medium=in_app&utm_campaign=view_docs_help_page" target="_blank">' . __( 'CSS Help', ES_TDOMAIN ) . '</a>' ); ?>
|
|
|
397 |
<li class="es_faq">
|
398 |
<?php echo sprintf(__( '%s', ES_TDOMAIN ), '<a href="https://www.icegram.com/documentation/es-faq/?utm_source=es&utm_medium=in_app&utm_campaign=view_docs_help_page" target="_blank">' . __( 'FAQ\'s', ES_TDOMAIN ) . '</a>' ); ?>
|
399 |
</li>
|
400 |
</ul>
|
401 |
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
402 |
</div>
|
403 |
<hr />
|
404 |
<h2><?php echo __( 'Want to do more? Here\'s how..', ES_TDOMAIN ); ?></h2>
|
44 |
margin: 1.3em 1.3em 0 0.1em;
|
45 |
border-top: 1px dotted #ddd;
|
46 |
}
|
47 |
+
.form-table th {
|
48 |
+
width: 350px !important;
|
49 |
+
}
|
50 |
.es-ltr {
|
51 |
width: 20em;
|
52 |
height: 2em;
|
176 |
margin-bottom: 1em;
|
177 |
font-weight: 700;
|
178 |
}
|
179 |
+
#klawoo_response {
|
180 |
+
margin-left: -14em;
|
181 |
+
}
|
182 |
</style>
|
183 |
|
184 |
<?php
|
194 |
<div class="wrap klawoo-form">
|
195 |
<table class="form-table">
|
196 |
<tr>
|
197 |
+
<th scope="row es-subscribe-text"><?php echo __( 'Stay in touch with us. We send out plugin help, tips, periodic updates and even the occasional discounts.', ES_TDOMAIN ); ?></th>
|
198 |
<td>
|
199 |
<form name="klawoo_subscribe" action="#" method="POST" accept-charset="utf-8">
|
200 |
<input class="es-ltr" type="text" name="email" id="email" placeholder="Your Email" />
|
201 |
<input type="hidden" name="list" value="hN8OkYzujUlKgDgfCTEcIA"/>
|
202 |
<input type="submit" name="submit" id="submit" class="button button-hero" value="<?php echo __( 'Subscribe', ES_TDOMAIN ); ?>">
|
203 |
+
<br><br>
|
204 |
+
<input type="checkbox" name="es-gdpr-agree" id ="es-gdpr-agree" value="1" required="required">
|
205 |
+
<label for="es-gdpr-agree"><?php echo sprintf(__( 'I have read and agreed to your %s.', ES_TDOMAIN ), '<a href="" target="_blank">' . __( 'Privacy Policy', ES_TDOMAIN ) . '</a>' ); ?></label>
|
206 |
+
<br>
|
207 |
<div id="klawoo_response"></div>
|
208 |
</form>
|
209 |
</td>
|
355 |
</div>
|
356 |
</div>
|
357 |
<hr />
|
358 |
+
<div class="feature-section col three-col">
|
359 |
+
<div class="col-1">
|
360 |
<h3><?php echo __( 'Newsletters', ES_TDOMAIN ); ?></h3>
|
361 |
<ul class="es_faq_list">
|
362 |
<li class="es_faq">
|
366 |
<?php echo sprintf(__( '%s', ES_TDOMAIN ), '<a href="https://www.icegram.com/documentation/es-what-are-the-available-keywords-in-the-newsletters/?utm_source=es&utm_medium=in_app&utm_campaign=view_docs_help_page" target="_blank">' . __( 'Keywords in the Newsletters', ES_TDOMAIN ) . '</a>' ); ?>
|
367 |
</li>
|
368 |
</ul>
|
369 |
+
<br><br><br>
|
370 |
<h3><?php echo __( 'Post Notifications', ES_TDOMAIN ); ?></h3>
|
371 |
<ul class="es_faq_list">
|
372 |
<li class="es_faq">
|
380 |
</li>
|
381 |
</ul>
|
382 |
</div>
|
383 |
+
<div class="col-2">
|
384 |
<h3><?php echo __( 'Cron Job Setup', ES_TDOMAIN ); ?></h3>
|
385 |
<ul class="es_faq_list">
|
386 |
<li class="es_faq">
|
403 |
</li>
|
404 |
<li class="es_faq">
|
405 |
<?php echo sprintf(__( '%s', ES_TDOMAIN ), '<a href="https://www.icegram.com/documentation/es-css-help/?utm_source=es&utm_medium=in_app&utm_campaign=view_docs_help_page" target="_blank">' . __( 'CSS Help', ES_TDOMAIN ) . '</a>' ); ?>
|
406 |
+
</li>
|
407 |
<li class="es_faq">
|
408 |
<?php echo sprintf(__( '%s', ES_TDOMAIN ), '<a href="https://www.icegram.com/documentation/es-faq/?utm_source=es&utm_medium=in_app&utm_campaign=view_docs_help_page" target="_blank">' . __( 'FAQ\'s', ES_TDOMAIN ) . '</a>' ); ?>
|
409 |
</li>
|
410 |
</ul>
|
411 |
</div>
|
412 |
+
<div class="col-3 last-feature">
|
413 |
+
<h3><?php echo __( '[GDPR] Email Subscribers', ES_TDOMAIN ); ?></h3>
|
414 |
+
<ul class="es_faq_list">
|
415 |
+
<li class="es_faq">
|
416 |
+
<?php echo sprintf(__( '%s', ES_TDOMAIN ), '<a href="https://www.icegram.com/documentation/es-gdpr-how-to-enable-consent-checkbox-in-the-subscription-form/?utm_source=es&utm_medium=in_app&utm_campaign=view_docs_help_page" target="_blank">' . __( 'How to enable consent checkbox in the subscribe form?', ES_TDOMAIN ) . '</a>' ); ?>
|
417 |
+
</li>
|
418 |
+
<li class="es_faq">
|
419 |
+
<?php echo sprintf(__( '%s', ES_TDOMAIN ), '<a href="https://www.icegram.com/documentation/es-gdpr-what-data-email-subscribers-stores-on-your-end/?utm_source=es&utm_medium=in_app&utm_campaign=view_docs_help_page" target="_blank">' . __( 'What data Email Subscribers stores on your end?', ES_TDOMAIN ) . '</a>' ); ?>
|
420 |
+
</li>
|
421 |
+
</ul>
|
422 |
+
<?php
|
423 |
+
$active_plugins = (array) get_option('active_plugins', array());
|
424 |
+
if (is_multisite()) {
|
425 |
+
$active_plugins = array_merge($active_plugins, get_site_option('active_sitewide_plugins', array()));
|
426 |
+
}
|
427 |
+
|
428 |
+
if (( in_array('email-subscribers-advanced-form/email-subscribers-advanced-form.php', $active_plugins) || array_key_exists('email-subscribers-advanced-form/email-subscribers-advanced-form.php', $active_plugins) )) {
|
429 |
+
?>
|
430 |
+
<br><br><br>
|
431 |
+
<h3><?php echo __( '[GDPR] Email Subscribers - Group Selector', ES_TDOMAIN ); ?></h3>
|
432 |
+
<ul class="es_faq_list">
|
433 |
+
<li class="es_faq">
|
434 |
+
<?php echo sprintf(__( '%s', ES_TDOMAIN ), '<a href="https://www.icegram.com/documentation/esaf-gdpr-how-to-enable-consent-checkbox-in-the-subscription-form/?utm_source=es&utm_medium=in_app&utm_campaign=view_docs_help_page" target="_blank">' . __( 'How to enable consent checkbox in the subscribe form?', ES_TDOMAIN ) . '</a>' ); ?>
|
435 |
+
</li>
|
436 |
+
<li class="es_faq">
|
437 |
+
<?php echo sprintf(__( '%s', ES_TDOMAIN ), '<a href="https://www.icegram.com/documentation/esaf-gdpr-what-data-email-subscribers-group-selector-stores-on-your-end/?utm_source=es&utm_medium=in_app&utm_campaign=view_docs_help_page" target="_blank">' . __( 'What data Email Subscribers - Group Selector stores on your end?', ES_TDOMAIN ) . '</a>' ); ?>
|
438 |
+
</li>
|
439 |
+
</ul>
|
440 |
+
<?php
|
441 |
+
}
|
442 |
+
?>
|
443 |
+
</div>
|
444 |
</div>
|
445 |
<hr />
|
446 |
<h2><?php echo __( 'Want to do more? Here\'s how..', ES_TDOMAIN ); ?></h2>
|
languages/email-subscribers-ca.mo
CHANGED
Binary file
|
languages/email-subscribers-ca.po
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
-
"Project-Id-Version: Email Subscribers & Newsletters 3.
|
4 |
"Report-Msgid-Bugs-To: https://www.storeapps.org/support/contact-us/\n"
|
5 |
"POT-Creation-Date: 2017-07-26 12:00:36+00:00\n"
|
6 |
-
"PO-Revision-Date:
|
7 |
"Last-Translator: admin <mansi.shah@appsmagnet.com>\n"
|
8 |
"Language-Team: Icegram <hello@icegram.com>Language:\n"
|
9 |
"Language: Catalan\n"
|
@@ -50,21 +50,35 @@ msgid ""
|
|
50 |
"spam/junk folder."
|
51 |
msgstr ""
|
52 |
|
53 |
-
#: ../classes/es-register.php:
|
54 |
msgid ""
|
55 |
"<b>Want readymade email templates?</b> Also want to <b>clean your "
|
56 |
"subscribers list?</b> Come check our Pro plan."
|
57 |
msgstr ""
|
58 |
|
59 |
-
#: ../classes/es-register.php:
|
60 |
-
msgid "Check Pro plan
|
61 |
msgstr ""
|
62 |
|
63 |
-
#: ../classes/es-register.php:
|
64 |
msgid "Not interested."
|
65 |
msgstr ""
|
66 |
|
67 |
-
#: ../classes/es-register.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
68 |
#, php-format
|
69 |
msgid "<br/><br/>%s for Newsletter: {{NAME}}, {{EMAIL}}"
|
70 |
msgstr ""
|
@@ -73,48 +87,83 @@ msgstr ""
|
|
73 |
msgid "Unexpected url submit has been detected!"
|
74 |
msgstr ""
|
75 |
|
76 |
-
#: ../help/help.php:
|
77 |
msgid "Thanks for installing and we hope you will enjoy using this plugin."
|
78 |
msgstr ""
|
79 |
|
80 |
-
#: ../help/help.php:
|
81 |
msgid ""
|
82 |
"By default, subscribers subscribed via Email Subscribers, will receive email "
|
83 |
"updates when you post a new blog. You can turn these updates off like this:"
|
84 |
msgstr ""
|
85 |
|
86 |
-
#: ../help/help.php:
|
87 |
msgid ""
|
88 |
"Email Subscribers -> Post Notification -> Edit -> Select Notification Status "
|
89 |
"when a new post is published -> Disable -> Save."
|
90 |
msgstr ""
|
91 |
|
92 |
-
#: ../help/help.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
93 |
#, php-format
|
94 |
msgid ""
|
95 |
"<b>Like Email Subscribers?</b> If yes, then consider %s to support further "
|
96 |
"developments."
|
97 |
msgstr ""
|
98 |
|
99 |
-
#: ../help/help.php:
|
100 |
msgid "Use HTML editor to create newsletters and post notifications."
|
101 |
msgstr ""
|
102 |
|
103 |
-
#: ../help/help.php:
|
104 |
msgid "How does Sync work?"
|
105 |
msgstr ""
|
106 |
|
107 |
-
#: ../help/help.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
108 |
msgid "Using our <b>free</b> "
|
109 |
msgstr ""
|
110 |
|
111 |
-
#: ../help/help.php:
|
112 |
msgid ""
|
113 |
"Using Email Subscribers you can achieve this easily with our <b>free</b> "
|
114 |
"plugin "
|
115 |
msgstr ""
|
116 |
|
117 |
-
#: ../help/help.php:
|
118 |
msgid "Email subscribers easily integrates with another <b>free</b> plugin "
|
119 |
msgstr ""
|
120 |
|
@@ -190,22 +239,22 @@ msgstr "<span style=\"color:#20b2aa;font-weight:bold;\">via Cron</span>"
|
|
190 |
msgid "<span style=\"color:#993399;\">Immediately</span>"
|
191 |
msgstr "Immediatament"
|
192 |
|
193 |
-
#: ../classes/es-loadwidget.php:
|
194 |
#: subscribers/view-subscriber-show.php:289
|
195 |
msgid "Name"
|
196 |
msgstr "Nom"
|
197 |
|
198 |
-
#: ../classes/es-loadwidget.php:
|
199 |
msgid "Email *"
|
200 |
msgstr "Email*"
|
201 |
|
202 |
-
#: ../classes/es-loadwidget.php:
|
203 |
-
#: php:
|
204 |
msgid "Subscribe"
|
205 |
msgstr "Subscriure"
|
206 |
|
207 |
#: ../classes/es-register.php:162 ../classes/es-register.php:163 ../classes/es-
|
208 |
-
#: register.php:
|
209 |
msgid "Email Subscribers"
|
210 |
msgstr "Email Subscribers"
|
211 |
|
@@ -215,17 +264,17 @@ msgid "Subscribers"
|
|
215 |
msgstr "Subscriptors"
|
216 |
|
217 |
#: ../classes/es-register.php:168 ../classes/es-register.php:169 ../classes/es-
|
218 |
-
#: register.php:
|
219 |
msgid "Templates"
|
220 |
msgstr "Plantilles"
|
221 |
|
222 |
#: ../classes/es-register.php:171 ../classes/es-register.php:172 ../help/help.php:
|
223 |
-
#:
|
224 |
msgid "Post Notifications"
|
225 |
msgstr "Notificacions de les entrades"
|
226 |
|
227 |
#: ../classes/es-register.php:174 ../classes/es-register.php:175 ../help/help.php:
|
228 |
-
#:
|
229 |
msgid "Newsletters"
|
230 |
msgstr "Butlletins"
|
231 |
|
@@ -422,7 +471,7 @@ msgctxt "widget-page-enhanced-select"
|
|
422 |
msgid "Please try after some time"
|
423 |
msgstr "Torna-ho a provar d'aquí a una estona"
|
424 |
|
425 |
-
#: ../classes/es-register.php:
|
426 |
msgid ""
|
427 |
"If you like <strong>Email Subscribers</strong>, please consider leaving us a "
|
428 |
"<a target=\"_blank\" href=\"https://wordpress.org/support/plugin/email-"
|
@@ -434,81 +483,81 @@ msgstr ""
|
|
434 |
"subscribers/reviews/?filter=5#new-post\">★★★★★"
|
435 |
"</a> qualificació. Un enorme agraiment d'Icegram per endavant!"
|
436 |
|
437 |
-
#: ../classes/es-register.php:
|
438 |
#, php-format
|
439 |
msgid "Email Subscribers version: <strong>%s</strong>"
|
440 |
msgstr "Versió de subscriptors de correu electrònic: <strong>%s</strong>"
|
441 |
|
442 |
-
#: ../classes/es-register.php:
|
443 |
msgid "Add new Template"
|
444 |
msgstr "Afegir plantilla nova"
|
445 |
|
446 |
-
#: ../classes/es-register.php:
|
447 |
msgid "Edit Templates"
|
448 |
msgstr "Editar plantilles"
|
449 |
|
450 |
-
#: ../classes/es-register.php:
|
451 |
msgid "New Templates"
|
452 |
msgstr "Plantilla nova"
|
453 |
|
454 |
-
#: ../classes/es-register.php:
|
455 |
msgid "View Templates"
|
456 |
msgstr "Veure les plantilles"
|
457 |
|
458 |
-
#: ../classes/es-register.php:
|
459 |
msgid "Search Templates"
|
460 |
msgstr "Cercar plantilles"
|
461 |
|
462 |
-
#: ../classes/es-register.php:
|
463 |
msgid "No Templates found"
|
464 |
msgstr "No s'han trobat plantilles"
|
465 |
|
466 |
-
#: ../classes/es-register.php:
|
467 |
msgid "No Templates found in Trash"
|
468 |
msgstr "No s'ha trobat cap plantilla a la paperera"
|
469 |
|
470 |
-
#: ../classes/es-register.php:
|
471 |
msgid "Thumbnail (For Visual Representation only)"
|
472 |
msgstr "Miniatura (només per a la representació visual)"
|
473 |
|
474 |
-
#: ../classes/es-register.php:
|
475 |
msgid "Set thumbnail"
|
476 |
msgstr "Estableix miniatura"
|
477 |
|
478 |
-
#: ../classes/es-register.php:
|
479 |
msgid "Template Type"
|
480 |
msgstr "Tipus de plantilla"
|
481 |
|
482 |
-
#: ../classes/es-register.php:
|
483 |
msgid "Thumbnail"
|
484 |
msgstr "Miniatura"
|
485 |
|
486 |
-
#: ../classes/es-register.php:
|
487 |
#: sentmail/sentmail-show.php:121
|
488 |
msgid "Preview"
|
489 |
msgstr "Vista previa"
|
490 |
|
491 |
-
#: ../classes/es-register.php:
|
492 |
msgid "Available Keyword for Post Notification: {{POSTTITLE}}"
|
493 |
msgstr "Paraula clau disponible per a la notificació de publicacions: {{POSTTITLE}}"
|
494 |
|
495 |
-
#: ../classes/es-register.php:
|
496 |
msgid "Select your Email Template Type"
|
497 |
msgstr "Seleccioneu el vostre tipus de plantilla de correu electrònic"
|
498 |
|
499 |
-
#: ../classes/es-register.php:
|
500 |
msgid "Newsletter"
|
501 |
msgstr "Butlletí de notícies"
|
502 |
|
503 |
-
#: ../classes/es-register.php:
|
504 |
msgid "Post Notification"
|
505 |
msgstr "Notificació de l'entrada"
|
506 |
|
507 |
-
#: ../classes/es-register.php:
|
508 |
msgid "Preview Template"
|
509 |
msgstr "Vista prèvia de la plantilla"
|
510 |
|
511 |
-
#: ../classes/es-register.php:
|
512 |
#, php-format
|
513 |
msgid ""
|
514 |
"%s for Post Notification: {{NAME}}, {{EMAIL}}, {{DATE}}, {{POSTTITLE}}, "
|
@@ -519,66 +568,62 @@ msgstr ""
|
|
519 |
"{{POSTTITLE}}, {{POSTLINK}}, {{POSTIMAGE}}, {{POSTDESC}}, {{POSTAUTHOR}}, "
|
520 |
"{{POSTLINK-WITHTITLE}}, {{POSTLINK-ONLY}}, {{POSTFULL}}"
|
521 |
|
522 |
-
#: ../classes/es-register.php:
|
523 |
msgid "Available Keywords"
|
524 |
msgstr "Paraules clau disponibles"
|
525 |
|
526 |
-
#: ../classes/es-register.php:
|
527 |
msgid "Widget Title"
|
528 |
msgstr "Títol del widget"
|
529 |
|
530 |
-
#: ../classes/es-register.php:
|
531 |
msgid "Short description about subscription form"
|
532 |
msgstr "Breu descripció sobre el formulari de subscripció"
|
533 |
|
534 |
-
#: ../classes/es-register.php:
|
535 |
msgid "Display Name Field"
|
536 |
msgstr "Mostra nom del camp"
|
537 |
|
538 |
-
#: ../classes/es-register.php:
|
539 |
#: settings/settings-edit.php:217 ../subscribers/view-subscriber-sync.php:107
|
540 |
msgid "YES"
|
541 |
msgstr "Si"
|
542 |
|
543 |
-
#: ../classes/es-register.php:
|
544 |
#: settings/settings-edit.php:218 ../subscribers/view-subscriber-sync.php:106
|
545 |
msgid "NO"
|
546 |
msgstr "No"
|
547 |
|
548 |
-
#: ../classes/es-register.php:
|
549 |
msgid "Subscriber Group"
|
550 |
msgstr "Grup de subscriptor"
|
551 |
|
552 |
-
#: ../help/help.php:
|
553 |
msgid "Welcome to Email Subscribers!"
|
554 |
msgstr "Benvingut a Email Subscribers!"
|
555 |
|
556 |
-
#: ../help/help.php:
|
557 |
-
msgid "Get more help and tips..."
|
558 |
-
msgstr "Obteniu més ajuda i consells ..."
|
559 |
-
|
560 |
-
#: ../help/help.php:205
|
561 |
#, php-format
|
562 |
msgid "Version: %s"
|
563 |
msgstr "Versió: %s"
|
564 |
|
565 |
-
#: ../help/help.php:
|
566 |
msgid "Questions? Need Help?"
|
567 |
msgstr "Preguntes? Necessites ajuda?"
|
568 |
|
569 |
-
#: ../help/help.php:
|
570 |
msgid "Contact Us"
|
571 |
msgstr "Contacti amb nosaltres"
|
572 |
|
573 |
-
#: ../help/help.php:
|
574 |
msgid "donating to us"
|
575 |
msgstr "Aporteu-nos "
|
576 |
|
577 |
-
#: ../help/help.php:
|
578 |
msgid "Description"
|
579 |
msgstr "Descripció"
|
580 |
|
581 |
-
#: ../help/help.php:
|
582 |
msgid ""
|
583 |
"Email Subscribers is a complete newsletter plugin which lets you collect "
|
584 |
"leads, send automated new blog post notification emails, create & send "
|
@@ -589,11 +634,11 @@ msgstr ""
|
|
589 |
"automatitzats de notificacions de correus, crear i enviar butlletins i "
|
590 |
"gestionar-ho tot en un sol lloc."
|
591 |
|
592 |
-
#: ../help/help.php:
|
593 |
msgid "Feature Overview"
|
594 |
msgstr "Informació sobre funcions"
|
595 |
|
596 |
-
#: ../help/help.php:
|
597 |
msgid ""
|
598 |
"Collect customer emails by adding a subscription box (Widget/Shortcode/PHP "
|
599 |
"Code)."
|
@@ -601,15 +646,15 @@ msgstr ""
|
|
601 |
"Recopileu els correus electrònics del client afegint un quadre de "
|
602 |
"subscripció (Widget / Codi abreujat / Codi PHP)."
|
603 |
|
604 |
-
#: ../help/help.php:
|
605 |
msgid "Configure double Opt-In and Single Opt-In facility for subscribers."
|
606 |
msgstr "Configureu double Opt-in i Single Opt-in pels subscriptors"
|
607 |
|
608 |
-
#: ../help/help.php:
|
609 |
msgid "Send automatic welcome email to subscribers."
|
610 |
msgstr "Envia correus automàtics de benvinguda als subscriptors."
|
611 |
|
612 |
-
#: ../help/help.php:
|
613 |
msgid ""
|
614 |
"Send new post notification emails to subscribers when new posts are "
|
615 |
"published on your website."
|
@@ -617,63 +662,65 @@ msgstr ""
|
|
617 |
"Envia emails de notificació als subscriptors quan hi ha noves entrades "
|
618 |
"publicades al lloc web"
|
619 |
|
620 |
-
#: ../help/help.php:
|
621 |
msgid "Schedule email (Cron job) or send them manually."
|
622 |
msgstr "Programeu el correu electrònic (treball Cron) o envieu-los manualment."
|
623 |
|
624 |
-
#: ../help/help.php:
|
625 |
msgid "Send email notification to admin when a new user signs up."
|
626 |
msgstr ""
|
627 |
"Enviar una notificació per correu electrònic a l'administrador quan un nou "
|
628 |
"usuari s'inscrigui."
|
629 |
|
630 |
-
#: ../help/help.php:
|
631 |
msgid "Automatically add Unsubscribe link in the email."
|
632 |
msgstr ""
|
633 |
"Afegiu automàticament l'enllaç per cancel·lar la subscripció al correu "
|
634 |
"electrònic."
|
635 |
|
636 |
-
#: ../help/help.php:
|
637 |
msgid "Easily migrate subscribers from another app using Import & Export."
|
638 |
msgstr ""
|
639 |
"Permet migrar fàcilment els subscriptors d'una altra aplicació mitjançant "
|
640 |
"Importar i exportar."
|
641 |
|
642 |
-
#: ../help/help.php:
|
643 |
msgid "Send newsletters to different groups."
|
644 |
msgstr "Enviar butlletins a diferents grups."
|
645 |
|
646 |
-
#: ../help/help.php:
|
647 |
msgid "Get detailed sent email reports."
|
648 |
msgstr "Obteniu informes de correu electrònic detallats."
|
649 |
|
650 |
-
#: ../help/help.php:
|
651 |
msgid "Control user access (User Roles and Capabilities)."
|
652 |
msgstr "Controlar l'accés dels usuaris (funcions i funcions dels usuaris)."
|
653 |
|
654 |
-
#: ../help/help.php:
|
655 |
msgid "Supports localization and internationalization."
|
656 |
msgstr "Suporta la localització i la internacionalització."
|
657 |
|
658 |
-
#: ../help/help.php:
|
659 |
msgid "Add Subscribe form"
|
660 |
msgstr "Afegeix formulari de subscripció"
|
661 |
|
662 |
-
#: ../help/help.php:
|
663 |
-
#: php:
|
664 |
-
#: help/help.php:
|
665 |
-
#:
|
666 |
-
#: help/help.php:
|
667 |
-
#:
|
|
|
|
|
668 |
#, php-format
|
669 |
msgid "%s"
|
670 |
msgstr "%s"
|
671 |
|
672 |
-
#: ../help/help.php:
|
673 |
msgid "How to Add Subscription box to website?"
|
674 |
msgstr "Com afegir el quadre de subscripció a la pàgina web?"
|
675 |
|
676 |
-
#: ../help/help.php:
|
677 |
#, php-format
|
678 |
msgid ""
|
679 |
"Use any of the following 3 methods :<br>\n"
|
@@ -693,34 +740,34 @@ msgstr ""
|
|
693 |
" c) Copieu i enganxeu aquest codi php a la vostra ubicació de "
|
694 |
"plantilla desitjada : <strong>%s</strong>"
|
695 |
|
696 |
-
#: ../help/help.php:
|
697 |
msgid "Additional form settings"
|
698 |
msgstr "Configuració addicional del formulari"
|
699 |
|
700 |
-
#: ../help/help.php:
|
701 |
msgid "How to Redirect Subscribers to a new page/url after successful sign up?"
|
702 |
msgstr ""
|
703 |
"Com redireccionar els subscriptors a una nova pàgina/url després de "
|
704 |
"registrar-se amb èxit?"
|
705 |
|
706 |
-
#: ../help/help.php:
|
707 |
msgid "How to add captcha in Subscribe form of Email Subscribers?"
|
708 |
msgstr "Com afegir captcha al formulari de subscripció d'Email Subscribers?"
|
709 |
|
710 |
-
#: ../help/help.php:
|
711 |
msgid "General Plugin Configuration"
|
712 |
msgstr "Configuració general del plugin"
|
713 |
|
714 |
-
#: ../help/help.php:
|
715 |
#, php-format
|
716 |
msgid "Modify %s"
|
717 |
msgstr "Modificar %s"
|
718 |
|
719 |
-
#: ../help/help.php:
|
720 |
msgid "default text, email contents"
|
721 |
msgstr "text per defecte del contingut del correu electrònic"
|
722 |
|
723 |
-
#: ../help/help.php:
|
724 |
msgid ""
|
725 |
" (like Confirmation, Welcome, Admin emails), Cron Settings and Assign User "
|
726 |
"Roles"
|
@@ -728,99 +775,99 @@ msgstr ""
|
|
728 |
"(com a confirmació, correus electrònics de benvinguda, administració), "
|
729 |
"configuració de Cron i assignació de funcions d'usuari"
|
730 |
|
731 |
-
#: ../help/help.php:
|
732 |
msgid "How to Import or Export Email Addresses?"
|
733 |
msgstr "Com importar o exportar adreces d'email?"
|
734 |
|
735 |
-
#: ../help/help.php:
|
736 |
msgid "How to Add/Update Existing Subscribers Group & Status?"
|
737 |
msgstr "Com afegir i actualitzar el grup i l'estat dels subscriptors existents?"
|
738 |
|
739 |
-
#: ../help/help.php:
|
740 |
msgid "How to change/update/translate any texts from the plugin?"
|
741 |
msgstr "Com canviar / actualitzar / traduir qualsevol text del plugin?"
|
742 |
|
743 |
-
#: ../help/help.php:
|
744 |
msgid "How to add Unsubscribe link in emails?"
|
745 |
msgstr "Com afegir el link \"Donar-se de baixa\" en els correus electrònics?"
|
746 |
|
747 |
-
#: ../help/help.php:
|
748 |
msgid "How to check sent emails?"
|
749 |
msgstr "Com es poden consultar els correus electrònics enviats?"
|
750 |
|
751 |
-
#: ../help/help.php:
|
752 |
msgid "Create and Send Newsletter Emails"
|
753 |
msgstr "Crea i envia correus electrònics de butlletins"
|
754 |
|
755 |
-
#: ../help/help.php:
|
756 |
msgid "Keywords in the Newsletters"
|
757 |
msgstr "Paraules clau als butlletins informatius"
|
758 |
|
759 |
-
#: ../help/help.php:
|
760 |
msgid "Create and Send Post Notification Emails when new posts are published"
|
761 |
msgstr ""
|
762 |
"Crear i enviar correus electrònics de notificació de publicacions quan s'hi "
|
763 |
"publiquin entrades noves"
|
764 |
|
765 |
-
#: ../help/help.php:
|
766 |
msgid "Keywords in the Post Notifications"
|
767 |
msgstr "Paraules clau a les Notificacions de publicacions"
|
768 |
|
769 |
-
#: ../help/help.php:
|
770 |
msgid "Send a test post notification email to myself/testgroup"
|
771 |
msgstr ""
|
772 |
"Envia un missatge de correu electrònic de notificació de prova a mi mateix / "
|
773 |
"grup de prova"
|
774 |
|
775 |
-
#: ../help/help.php:
|
776 |
msgid "Cron Job Setup"
|
777 |
msgstr "Configuració del treball Cron"
|
778 |
|
779 |
-
#: ../help/help.php:
|
780 |
msgid "What is Cron and how to Schedule Cron Emails?"
|
781 |
msgstr "Què és Cron i com programar els correus electrònics de Cron?"
|
782 |
|
783 |
-
#: ../help/help.php:
|
784 |
msgid "Schedule Cron Emails in cPanel"
|
785 |
msgstr "Programeu els correus electrònics de Cron a cPanel"
|
786 |
|
787 |
-
#: ../help/help.php:
|
788 |
msgid "Schedule Cron Emails in Parallels Plesk"
|
789 |
msgstr "Programar Cron Emails a Parallels Plesk"
|
790 |
|
791 |
-
#: ../help/help.php:
|
792 |
msgid "Hosting doesn’t support Cron Jobs?"
|
793 |
msgstr "El hosting no és compatible amb Cron Jobs?"
|
794 |
|
795 |
-
#: ../help/help.php:
|
796 |
msgid "Troubleshooting Steps"
|
797 |
msgstr "Passos de resolució de problemes"
|
798 |
|
799 |
-
#: ../help/help.php:
|
800 |
msgid "Subscribers are not receiving Emails?"
|
801 |
msgstr "Els subscriptors no estan rebent missatges de correu electrònic?"
|
802 |
|
803 |
-
#: ../help/help.php:
|
804 |
msgid "CSS Help"
|
805 |
msgstr "Ajuda CSS"
|
806 |
|
807 |
-
#: ../help/help.php:
|
808 |
msgid "FAQ's"
|
809 |
msgstr "FAQ's"
|
810 |
|
811 |
-
#: ../help/help.php:
|
812 |
msgid "Want to do more? Here's how.."
|
813 |
msgstr "Voleu fer més? A continuació s'explica com ..."
|
814 |
|
815 |
-
#: ../help/help.php:
|
816 |
msgid "Allow Subscribers to get subscribed to any group"
|
817 |
msgstr "Permetre que els subscriptors es subscriguin a qualsevol grup"
|
818 |
|
819 |
-
#: ../help/help.php:
|
820 |
msgid "Group Selector"
|
821 |
msgstr "Selector de grup"
|
822 |
|
823 |
-
#: ../help/help.php:
|
824 |
msgid ""
|
825 |
"plugin, you can extend Email Subscribers Form functionality by providing an "
|
826 |
"grouping option right next to the form."
|
@@ -828,19 +875,19 @@ msgstr ""
|
|
828 |
"plugin, podeu estendre la funcionalitat del formulari d'Email Subscribers "
|
829 |
"oferint una opció d'agrupació al costat del formulari."
|
830 |
|
831 |
-
#: ../help/help.php:
|
832 |
msgid "The user can then subscribe to whichever group most appeals to them."
|
833 |
msgstr "L'usuari pot subscriure's a qualsevol grup que els interessi."
|
834 |
|
835 |
-
#: ../help/help.php:
|
836 |
msgid "For example: Subscribe either to Updates or to Offers."
|
837 |
msgstr "Per exemple: subscriviu-vos a actualitzacions o a ofertes."
|
838 |
|
839 |
-
#: ../help/help.php:
|
840 |
msgid "Show your subscribe form inside attractive popups"
|
841 |
msgstr "Mostra el vostre formulari de subscripció a les finestres emergents"
|
842 |
|
843 |
-
#: ../help/help.php:
|
844 |
msgid ""
|
845 |
"Don't limit your subscriber form to a widget. Embed it within popups, hello "
|
846 |
"bars, slide-ins, sidebars, full screen popups etc."
|
@@ -850,11 +897,11 @@ msgstr ""
|
|
850 |
"finestres emergents a pantalla completa, etc."
|
851 |
|
852 |
#. Author of the plugin/theme
|
853 |
-
#: ../help/help.php:
|
854 |
msgid "Icegram"
|
855 |
msgstr "Icegram"
|
856 |
|
857 |
-
#: ../help/help.php:
|
858 |
msgid ""
|
859 |
"Icegram's beautiful designs instantly capture user attention and help "
|
860 |
"increase sign-ups to your WordPress website."
|
@@ -862,24 +909,24 @@ msgstr ""
|
|
862 |
"Els bonics dissenys d'Icegram capturen instantàniament l'atenció dels "
|
863 |
"usuaris i ajuden a augmentar els registres al vostre lloc web de WordPress."
|
864 |
|
865 |
-
#: ../help/help.php:
|
866 |
#, php-format
|
867 |
msgid "How to %s"
|
868 |
msgstr "Com %s"
|
869 |
|
870 |
-
#: ../help/help.php:
|
871 |
msgid "show subscribe form inside a popup"
|
872 |
msgstr "mostra el formulari de subscripció dins d'una finestra emergent"
|
873 |
|
874 |
-
#: ../help/help.php:
|
875 |
msgid "Get beautiful and elegant form styles"
|
876 |
msgstr "Obteniu bonics i elegants estils de formularis"
|
877 |
|
878 |
-
#: ../help/help.php:
|
879 |
msgid "Rainmaker"
|
880 |
msgstr "Rainmaker"
|
881 |
|
882 |
-
#: ../help/help.php:
|
883 |
msgid ""
|
884 |
"Rainmaker extends the core features of Email Subscribers and provides "
|
885 |
"elegant form styles."
|
@@ -887,7 +934,7 @@ msgstr ""
|
|
887 |
"Rainmaker amplia les característiques bàsiques dels subscriptors de correu "
|
888 |
"electrònic i proporciona elegants estils de formularis ."
|
889 |
|
890 |
-
#: ../help/help.php:
|
891 |
msgid ""
|
892 |
"These styles are well designed and beautify your subscription form making it "
|
893 |
"more appealing."
|
@@ -895,7 +942,7 @@ msgstr ""
|
|
895 |
"Aquests estils estan ben dissenyats i embelleigen el vostre formulari de "
|
896 |
"subscripció fent-lo més atractiu."
|
897 |
|
898 |
-
#: ../help/help.php:
|
899 |
msgid "add Rainmaker’s form in Email Subscribers"
|
900 |
msgstr "afegiu el formulari Rainmaker al Email Subscribers"
|
901 |
|
@@ -939,7 +986,7 @@ msgstr "Afegir notificació"
|
|
939 |
#: subscribers/view-subscriber-add.php:118 ../subscribers/view-subscriber-edit.
|
940 |
#: php:113 ../subscribers/view-subscriber-export.php:51 ../subscribers/view-
|
941 |
#: subscriber-import.php:149 ../subscribers/view-subscriber-show.php:247 ..
|
942 |
-
#: subscribers/view-subscriber-sync.php:92 ../templates/template-preview.php:
|
943 |
msgid "Help"
|
944 |
msgstr "Ajuda"
|
945 |
|
@@ -1081,7 +1128,7 @@ msgid "Notification Status"
|
|
1081 |
msgstr "Estat de la notificació"
|
1082 |
|
1083 |
#: ../notification/notification-show.php:100 ../subscribers/view-subscriber-show.
|
1084 |
-
#: php:417 ../templates/template-preview.php:
|
1085 |
msgid "Edit"
|
1086 |
msgstr "Editar"
|
1087 |
|
@@ -2187,15 +2234,15 @@ msgstr "Sincronitzar els usuaris registrats recentment a la llista de subscripto
|
|
2187 |
msgid "Select group to add newly registered users to"
|
2188 |
msgstr "Seleccionar grup per afegir-hi nous usuaris registrats"
|
2189 |
|
2190 |
-
#: ../templates/template-preview.php:
|
2191 |
msgid "Template Preview"
|
2192 |
msgstr "Vista prèvia a la plantilla"
|
2193 |
|
2194 |
-
#: ../templates/template-preview.php:
|
2195 |
msgid "This is how your email may look."
|
2196 |
msgstr "Així és com pot semblar el vostre correu electrònic."
|
2197 |
|
2198 |
-
#: ../templates/template-preview.php:
|
2199 |
msgid ""
|
2200 |
"<br><br>This Post Notification preview has replaced keywords from your last "
|
2201 |
"published blog post."
|
@@ -2203,7 +2250,7 @@ msgstr ""
|
|
2203 |
"<br><br>Aquesta vista prèvia de notificació de correu reemplaça les paraules "
|
2204 |
"clau de la vostra última publicació publicada al bloc."
|
2205 |
|
2206 |
-
#: ../templates/template-preview.php:
|
2207 |
msgid ""
|
2208 |
"<br><br>Note: Different email services (like gmail, yahoo etc) display email "
|
2209 |
"content differently. So there could be a slight variation on how your "
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
+
"Project-Id-Version: Email Subscribers & Newsletters 3.5.0\n"
|
4 |
"Report-Msgid-Bugs-To: https://www.storeapps.org/support/contact-us/\n"
|
5 |
"POT-Creation-Date: 2017-07-26 12:00:36+00:00\n"
|
6 |
+
"PO-Revision-Date: Wed May 16 2018 16:04:35 GMT+0530 (IST)\n"
|
7 |
"Last-Translator: admin <mansi.shah@appsmagnet.com>\n"
|
8 |
"Language-Team: Icegram <hello@icegram.com>Language:\n"
|
9 |
"Language: Catalan\n"
|
50 |
"spam/junk folder."
|
51 |
msgstr ""
|
52 |
|
53 |
+
#: ../classes/es-register.php:738
|
54 |
msgid ""
|
55 |
"<b>Want readymade email templates?</b> Also want to <b>clean your "
|
56 |
"subscribers list?</b> Come check our Pro plan."
|
57 |
msgstr ""
|
58 |
|
59 |
+
#: ../classes/es-register.php:739
|
60 |
+
msgid "Check Pro plan"
|
61 |
msgstr ""
|
62 |
|
63 |
+
#: ../classes/es-register.php:739
|
64 |
msgid "Not interested."
|
65 |
msgstr ""
|
66 |
|
67 |
+
#: ../classes/es-register.php:777
|
68 |
+
msgid ""
|
69 |
+
"<b style=\"letter-spacing:0.4px;\">To honour GDPR, kindly enable the 'Consent "
|
70 |
+
"Checkbox' in the subscription form.</b>"
|
71 |
+
msgstr ""
|
72 |
+
|
73 |
+
#: ../classes/es-register.php:778
|
74 |
+
msgid "Steps to enable"
|
75 |
+
msgstr ""
|
76 |
+
|
77 |
+
#: ../classes/es-register.php:778
|
78 |
+
msgid "Ok, got it"
|
79 |
+
msgstr ""
|
80 |
+
|
81 |
+
#: ../classes/es-register.php:1011
|
82 |
#, php-format
|
83 |
msgid "<br/><br/>%s for Newsletter: {{NAME}}, {{EMAIL}}"
|
84 |
msgstr ""
|
87 |
msgid "Unexpected url submit has been detected!"
|
88 |
msgstr ""
|
89 |
|
90 |
+
#: ../help/help.php:191
|
91 |
msgid "Thanks for installing and we hope you will enjoy using this plugin."
|
92 |
msgstr ""
|
93 |
|
94 |
+
#: ../help/help.php:192
|
95 |
msgid ""
|
96 |
"By default, subscribers subscribed via Email Subscribers, will receive email "
|
97 |
"updates when you post a new blog. You can turn these updates off like this:"
|
98 |
msgstr ""
|
99 |
|
100 |
+
#: ../help/help.php:193
|
101 |
msgid ""
|
102 |
"Email Subscribers -> Post Notification -> Edit -> Select Notification Status "
|
103 |
"when a new post is published -> Disable -> Save."
|
104 |
msgstr ""
|
105 |
|
106 |
+
#: ../help/help.php:197
|
107 |
+
msgid ""
|
108 |
+
"Stay in touch with us. We send out plugin help, tips, periodic updates and "
|
109 |
+
"even the occasional discounts."
|
110 |
+
msgstr ""
|
111 |
+
|
112 |
+
#: ../help/help.php:205
|
113 |
+
#, php-format
|
114 |
+
msgid "I have read and agreed to your %s."
|
115 |
+
msgstr ""
|
116 |
+
|
117 |
+
#: ../help/help.php:205
|
118 |
+
msgid "Privacy Policy"
|
119 |
+
msgstr ""
|
120 |
+
|
121 |
+
#: ../help/help.php:223
|
122 |
#, php-format
|
123 |
msgid ""
|
124 |
"<b>Like Email Subscribers?</b> If yes, then consider %s to support further "
|
125 |
"developments."
|
126 |
msgstr ""
|
127 |
|
128 |
+
#: ../help/help.php:289
|
129 |
msgid "Use HTML editor to create newsletters and post notifications."
|
130 |
msgstr ""
|
131 |
|
132 |
+
#: ../help/help.php:336
|
133 |
msgid "How does Sync work?"
|
134 |
msgstr ""
|
135 |
|
136 |
+
#: ../help/help.php:413
|
137 |
+
msgid "[GDPR] Email Subscribers"
|
138 |
+
msgstr ""
|
139 |
+
|
140 |
+
#: ../help/help.php:416 ../help/help.php:434
|
141 |
+
msgid "How to enable consent checkbox in the subscribe form?"
|
142 |
+
msgstr ""
|
143 |
+
|
144 |
+
#: ../help/help.php:419
|
145 |
+
msgid "What data Email Subscribers stores on your end?"
|
146 |
+
msgstr ""
|
147 |
+
|
148 |
+
#: ../help/help.php:431
|
149 |
+
msgid "[GDPR] Email Subscribers - Group Selector"
|
150 |
+
msgstr ""
|
151 |
+
|
152 |
+
#: ../help/help.php:437
|
153 |
+
msgid "What data Email Subscribers - Group Selector stores on your end?"
|
154 |
+
msgstr ""
|
155 |
+
|
156 |
+
#: ../help/help.php:454
|
157 |
msgid "Using our <b>free</b> "
|
158 |
msgstr ""
|
159 |
|
160 |
+
#: ../help/help.php:474
|
161 |
msgid ""
|
162 |
"Using Email Subscribers you can achieve this easily with our <b>free</b> "
|
163 |
"plugin "
|
164 |
msgstr ""
|
165 |
|
166 |
+
#: ../help/help.php:491
|
167 |
msgid "Email subscribers easily integrates with another <b>free</b> plugin "
|
168 |
msgstr ""
|
169 |
|
239 |
msgid "<span style=\"color:#993399;\">Immediately</span>"
|
240 |
msgstr "Immediatament"
|
241 |
|
242 |
+
#: ../classes/es-loadwidget.php:34 ../classes/es-register.php:1095 ..
|
243 |
#: subscribers/view-subscriber-show.php:289
|
244 |
msgid "Name"
|
245 |
msgstr "Nom"
|
246 |
|
247 |
+
#: ../classes/es-loadwidget.php:39 ../classes/es-register.php:1100
|
248 |
msgid "Email *"
|
249 |
msgstr "Email*"
|
250 |
|
251 |
+
#: ../classes/es-loadwidget.php:47 ../classes/es-register.php:1108 ../help/help.
|
252 |
+
#: php:202
|
253 |
msgid "Subscribe"
|
254 |
msgstr "Subscriure"
|
255 |
|
256 |
#: ../classes/es-register.php:162 ../classes/es-register.php:163 ../classes/es-
|
257 |
+
#: register.php:838
|
258 |
msgid "Email Subscribers"
|
259 |
msgstr "Email Subscribers"
|
260 |
|
264 |
msgstr "Subscriptors"
|
265 |
|
266 |
#: ../classes/es-register.php:168 ../classes/es-register.php:169 ../classes/es-
|
267 |
+
#: register.php:826 ../classes/es-register.php:827 ../classes/es-register.php:832
|
268 |
msgid "Templates"
|
269 |
msgstr "Plantilles"
|
270 |
|
271 |
#: ../classes/es-register.php:171 ../classes/es-register.php:172 ../help/help.php:
|
272 |
+
#: 370 ../notification/notification-show.php:52
|
273 |
msgid "Post Notifications"
|
274 |
msgstr "Notificacions de les entrades"
|
275 |
|
276 |
#: ../classes/es-register.php:174 ../classes/es-register.php:175 ../help/help.php:
|
277 |
+
#: 360 ../sendmail/sendmail.php:93 ../settings/settings-edit.php:324
|
278 |
msgid "Newsletters"
|
279 |
msgstr "Butlletins"
|
280 |
|
471 |
msgid "Please try after some time"
|
472 |
msgstr "Torna-ho a provar d'aquí a una estona"
|
473 |
|
474 |
+
#: ../classes/es-register.php:803
|
475 |
msgid ""
|
476 |
"If you like <strong>Email Subscribers</strong>, please consider leaving us a "
|
477 |
"<a target=\"_blank\" href=\"https://wordpress.org/support/plugin/email-"
|
483 |
"subscribers/reviews/?filter=5#new-post\">★★★★★"
|
484 |
"</a> qualificació. Un enorme agraiment d'Icegram per endavant!"
|
485 |
|
486 |
+
#: ../classes/es-register.php:817
|
487 |
#, php-format
|
488 |
msgid "Email Subscribers version: <strong>%s</strong>"
|
489 |
msgstr "Versió de subscriptors de correu electrònic: <strong>%s</strong>"
|
490 |
|
491 |
+
#: ../classes/es-register.php:828 ../classes/es-register.php:829
|
492 |
msgid "Add new Template"
|
493 |
msgstr "Afegir plantilla nova"
|
494 |
|
495 |
+
#: ../classes/es-register.php:830
|
496 |
msgid "Edit Templates"
|
497 |
msgstr "Editar plantilles"
|
498 |
|
499 |
+
#: ../classes/es-register.php:831
|
500 |
msgid "New Templates"
|
501 |
msgstr "Plantilla nova"
|
502 |
|
503 |
+
#: ../classes/es-register.php:833
|
504 |
msgid "View Templates"
|
505 |
msgstr "Veure les plantilles"
|
506 |
|
507 |
+
#: ../classes/es-register.php:834
|
508 |
msgid "Search Templates"
|
509 |
msgstr "Cercar plantilles"
|
510 |
|
511 |
+
#: ../classes/es-register.php:835
|
512 |
msgid "No Templates found"
|
513 |
msgstr "No s'han trobat plantilles"
|
514 |
|
515 |
+
#: ../classes/es-register.php:836
|
516 |
msgid "No Templates found in Trash"
|
517 |
msgstr "No s'ha trobat cap plantilla a la paperera"
|
518 |
|
519 |
+
#: ../classes/es-register.php:839
|
520 |
msgid "Thumbnail (For Visual Representation only)"
|
521 |
msgstr "Miniatura (només per a la representació visual)"
|
522 |
|
523 |
+
#: ../classes/es-register.php:840
|
524 |
msgid "Set thumbnail"
|
525 |
msgstr "Estableix miniatura"
|
526 |
|
527 |
+
#: ../classes/es-register.php:877
|
528 |
msgid "Template Type"
|
529 |
msgstr "Tipus de plantilla"
|
530 |
|
531 |
+
#: ../classes/es-register.php:878 ../settings/settings-edit.php:123
|
532 |
msgid "Thumbnail"
|
533 |
msgstr "Miniatura"
|
534 |
|
535 |
+
#: ../classes/es-register.php:926 ../sentmail/sentmail-show.php:108 ..
|
536 |
#: sentmail/sentmail-show.php:121
|
537 |
msgid "Preview"
|
538 |
msgstr "Vista previa"
|
539 |
|
540 |
+
#: ../classes/es-register.php:943
|
541 |
msgid "Available Keyword for Post Notification: {{POSTTITLE}}"
|
542 |
msgstr "Paraula clau disponible per a la notificació de publicacions: {{POSTTITLE}}"
|
543 |
|
544 |
+
#: ../classes/es-register.php:946
|
545 |
msgid "Select your Email Template Type"
|
546 |
msgstr "Seleccioneu el vostre tipus de plantilla de correu electrònic"
|
547 |
|
548 |
+
#: ../classes/es-register.php:948
|
549 |
msgid "Newsletter"
|
550 |
msgstr "Butlletí de notícies"
|
551 |
|
552 |
+
#: ../classes/es-register.php:949
|
553 |
msgid "Post Notification"
|
554 |
msgstr "Notificació de l'entrada"
|
555 |
|
556 |
+
#: ../classes/es-register.php:996
|
557 |
msgid "Preview Template"
|
558 |
msgstr "Vista prèvia de la plantilla"
|
559 |
|
560 |
+
#: ../classes/es-register.php:1010
|
561 |
#, php-format
|
562 |
msgid ""
|
563 |
"%s for Post Notification: {{NAME}}, {{EMAIL}}, {{DATE}}, {{POSTTITLE}}, "
|
568 |
"{{POSTTITLE}}, {{POSTLINK}}, {{POSTIMAGE}}, {{POSTDESC}}, {{POSTAUTHOR}}, "
|
569 |
"{{POSTLINK-WITHTITLE}}, {{POSTLINK-ONLY}}, {{POSTFULL}}"
|
570 |
|
571 |
+
#: ../classes/es-register.php:1010 ../classes/es-register.php:1011
|
572 |
msgid "Available Keywords"
|
573 |
msgstr "Paraules clau disponibles"
|
574 |
|
575 |
+
#: ../classes/es-register.php:1148
|
576 |
msgid "Widget Title"
|
577 |
msgstr "Títol del widget"
|
578 |
|
579 |
+
#: ../classes/es-register.php:1152
|
580 |
msgid "Short description about subscription form"
|
581 |
msgstr "Breu descripció sobre el formulari de subscripció"
|
582 |
|
583 |
+
#: ../classes/es-register.php:1156
|
584 |
msgid "Display Name Field"
|
585 |
msgstr "Mostra nom del camp"
|
586 |
|
587 |
+
#: ../classes/es-register.php:1158 ../settings/settings-edit.php:142 ..
|
588 |
#: settings/settings-edit.php:217 ../subscribers/view-subscriber-sync.php:107
|
589 |
msgid "YES"
|
590 |
msgstr "Si"
|
591 |
|
592 |
+
#: ../classes/es-register.php:1159 ../settings/settings-edit.php:143 ..
|
593 |
#: settings/settings-edit.php:218 ../subscribers/view-subscriber-sync.php:106
|
594 |
msgid "NO"
|
595 |
msgstr "No"
|
596 |
|
597 |
+
#: ../classes/es-register.php:1163
|
598 |
msgid "Subscriber Group"
|
599 |
msgstr "Grup de subscriptor"
|
600 |
|
601 |
+
#: ../help/help.php:190
|
602 |
msgid "Welcome to Email Subscribers!"
|
603 |
msgstr "Benvingut a Email Subscribers!"
|
604 |
|
605 |
+
#: ../help/help.php:214
|
|
|
|
|
|
|
|
|
606 |
#, php-format
|
607 |
msgid "Version: %s"
|
608 |
msgstr "Versió: %s"
|
609 |
|
610 |
+
#: ../help/help.php:217
|
611 |
msgid "Questions? Need Help?"
|
612 |
msgstr "Preguntes? Necessites ajuda?"
|
613 |
|
614 |
+
#: ../help/help.php:218
|
615 |
msgid "Contact Us"
|
616 |
msgstr "Contacti amb nosaltres"
|
617 |
|
618 |
+
#: ../help/help.php:223
|
619 |
msgid "donating to us"
|
620 |
msgstr "Aporteu-nos "
|
621 |
|
622 |
+
#: ../help/help.php:258
|
623 |
msgid "Description"
|
624 |
msgstr "Descripció"
|
625 |
|
626 |
+
#: ../help/help.php:260
|
627 |
msgid ""
|
628 |
"Email Subscribers is a complete newsletter plugin which lets you collect "
|
629 |
"leads, send automated new blog post notification emails, create & send "
|
634 |
"automatitzats de notificacions de correus, crear i enviar butlletins i "
|
635 |
"gestionar-ho tot en un sol lloc."
|
636 |
|
637 |
+
#: ../help/help.php:262
|
638 |
msgid "Feature Overview"
|
639 |
msgstr "Informació sobre funcions"
|
640 |
|
641 |
+
#: ../help/help.php:265
|
642 |
msgid ""
|
643 |
"Collect customer emails by adding a subscription box (Widget/Shortcode/PHP "
|
644 |
"Code)."
|
646 |
"Recopileu els correus electrònics del client afegint un quadre de "
|
647 |
"subscripció (Widget / Codi abreujat / Codi PHP)."
|
648 |
|
649 |
+
#: ../help/help.php:268
|
650 |
msgid "Configure double Opt-In and Single Opt-In facility for subscribers."
|
651 |
msgstr "Configureu double Opt-in i Single Opt-in pels subscriptors"
|
652 |
|
653 |
+
#: ../help/help.php:271
|
654 |
msgid "Send automatic welcome email to subscribers."
|
655 |
msgstr "Envia correus automàtics de benvinguda als subscriptors."
|
656 |
|
657 |
+
#: ../help/help.php:274
|
658 |
msgid ""
|
659 |
"Send new post notification emails to subscribers when new posts are "
|
660 |
"published on your website."
|
662 |
"Envia emails de notificació als subscriptors quan hi ha noves entrades "
|
663 |
"publicades al lloc web"
|
664 |
|
665 |
+
#: ../help/help.php:277
|
666 |
msgid "Schedule email (Cron job) or send them manually."
|
667 |
msgstr "Programeu el correu electrònic (treball Cron) o envieu-los manualment."
|
668 |
|
669 |
+
#: ../help/help.php:280
|
670 |
msgid "Send email notification to admin when a new user signs up."
|
671 |
msgstr ""
|
672 |
"Enviar una notificació per correu electrònic a l'administrador quan un nou "
|
673 |
"usuari s'inscrigui."
|
674 |
|
675 |
+
#: ../help/help.php:283
|
676 |
msgid "Automatically add Unsubscribe link in the email."
|
677 |
msgstr ""
|
678 |
"Afegiu automàticament l'enllaç per cancel·lar la subscripció al correu "
|
679 |
"electrònic."
|
680 |
|
681 |
+
#: ../help/help.php:286
|
682 |
msgid "Easily migrate subscribers from another app using Import & Export."
|
683 |
msgstr ""
|
684 |
"Permet migrar fàcilment els subscriptors d'una altra aplicació mitjançant "
|
685 |
"Importar i exportar."
|
686 |
|
687 |
+
#: ../help/help.php:292
|
688 |
msgid "Send newsletters to different groups."
|
689 |
msgstr "Enviar butlletins a diferents grups."
|
690 |
|
691 |
+
#: ../help/help.php:295
|
692 |
msgid "Get detailed sent email reports."
|
693 |
msgstr "Obteniu informes de correu electrònic detallats."
|
694 |
|
695 |
+
#: ../help/help.php:298
|
696 |
msgid "Control user access (User Roles and Capabilities)."
|
697 |
msgstr "Controlar l'accés dels usuaris (funcions i funcions dels usuaris)."
|
698 |
|
699 |
+
#: ../help/help.php:301
|
700 |
msgid "Supports localization and internationalization."
|
701 |
msgstr "Suporta la localització i la internacionalització."
|
702 |
|
703 |
+
#: ../help/help.php:308
|
704 |
msgid "Add Subscribe form"
|
705 |
msgstr "Afegeix formulari de subscripció"
|
706 |
|
707 |
+
#: ../help/help.php:310 ../help/help.php:321 ../help/help.php:324 ../help/help.
|
708 |
+
#: php:336 ../help/help.php:339 ../help/help.php:342 ../help/help.php:345 ..
|
709 |
+
#: help/help.php:348 ../help/help.php:351 ../help/help.php:363 ../help/help.php:
|
710 |
+
#: 366 ../help/help.php:373 ../help/help.php:376 ../help/help.php:379 ..
|
711 |
+
#: help/help.php:387 ../help/help.php:390 ../help/help.php:393 ../help/help.php:
|
712 |
+
#: 396 ../help/help.php:402 ../help/help.php:405 ../help/help.php:408 ..
|
713 |
+
#: help/help.php:416 ../help/help.php:419 ../help/help.php:434 ../help/help.php:
|
714 |
+
#: 437
|
715 |
#, php-format
|
716 |
msgid "%s"
|
717 |
msgstr "%s"
|
718 |
|
719 |
+
#: ../help/help.php:310
|
720 |
msgid "How to Add Subscription box to website?"
|
721 |
msgstr "Com afegir el quadre de subscripció a la pàgina web?"
|
722 |
|
723 |
+
#: ../help/help.php:313
|
724 |
#, php-format
|
725 |
msgid ""
|
726 |
"Use any of the following 3 methods :<br>\n"
|
740 |
" c) Copieu i enganxeu aquest codi php a la vostra ubicació de "
|
741 |
"plantilla desitjada : <strong>%s</strong>"
|
742 |
|
743 |
+
#: ../help/help.php:318
|
744 |
msgid "Additional form settings"
|
745 |
msgstr "Configuració addicional del formulari"
|
746 |
|
747 |
+
#: ../help/help.php:321
|
748 |
msgid "How to Redirect Subscribers to a new page/url after successful sign up?"
|
749 |
msgstr ""
|
750 |
"Com redireccionar els subscriptors a una nova pàgina/url després de "
|
751 |
"registrar-se amb èxit?"
|
752 |
|
753 |
+
#: ../help/help.php:324
|
754 |
msgid "How to add captcha in Subscribe form of Email Subscribers?"
|
755 |
msgstr "Com afegir captcha al formulari de subscripció d'Email Subscribers?"
|
756 |
|
757 |
+
#: ../help/help.php:330
|
758 |
msgid "General Plugin Configuration"
|
759 |
msgstr "Configuració general del plugin"
|
760 |
|
761 |
+
#: ../help/help.php:333
|
762 |
#, php-format
|
763 |
msgid "Modify %s"
|
764 |
msgstr "Modificar %s"
|
765 |
|
766 |
+
#: ../help/help.php:333
|
767 |
msgid "default text, email contents"
|
768 |
msgstr "text per defecte del contingut del correu electrònic"
|
769 |
|
770 |
+
#: ../help/help.php:333
|
771 |
msgid ""
|
772 |
" (like Confirmation, Welcome, Admin emails), Cron Settings and Assign User "
|
773 |
"Roles"
|
775 |
"(com a confirmació, correus electrònics de benvinguda, administració), "
|
776 |
"configuració de Cron i assignació de funcions d'usuari"
|
777 |
|
778 |
+
#: ../help/help.php:339
|
779 |
msgid "How to Import or Export Email Addresses?"
|
780 |
msgstr "Com importar o exportar adreces d'email?"
|
781 |
|
782 |
+
#: ../help/help.php:342
|
783 |
msgid "How to Add/Update Existing Subscribers Group & Status?"
|
784 |
msgstr "Com afegir i actualitzar el grup i l'estat dels subscriptors existents?"
|
785 |
|
786 |
+
#: ../help/help.php:345
|
787 |
msgid "How to change/update/translate any texts from the plugin?"
|
788 |
msgstr "Com canviar / actualitzar / traduir qualsevol text del plugin?"
|
789 |
|
790 |
+
#: ../help/help.php:348
|
791 |
msgid "How to add Unsubscribe link in emails?"
|
792 |
msgstr "Com afegir el link \"Donar-se de baixa\" en els correus electrònics?"
|
793 |
|
794 |
+
#: ../help/help.php:351
|
795 |
msgid "How to check sent emails?"
|
796 |
msgstr "Com es poden consultar els correus electrònics enviats?"
|
797 |
|
798 |
+
#: ../help/help.php:363
|
799 |
msgid "Create and Send Newsletter Emails"
|
800 |
msgstr "Crea i envia correus electrònics de butlletins"
|
801 |
|
802 |
+
#: ../help/help.php:366
|
803 |
msgid "Keywords in the Newsletters"
|
804 |
msgstr "Paraules clau als butlletins informatius"
|
805 |
|
806 |
+
#: ../help/help.php:373
|
807 |
msgid "Create and Send Post Notification Emails when new posts are published"
|
808 |
msgstr ""
|
809 |
"Crear i enviar correus electrònics de notificació de publicacions quan s'hi "
|
810 |
"publiquin entrades noves"
|
811 |
|
812 |
+
#: ../help/help.php:376
|
813 |
msgid "Keywords in the Post Notifications"
|
814 |
msgstr "Paraules clau a les Notificacions de publicacions"
|
815 |
|
816 |
+
#: ../help/help.php:379
|
817 |
msgid "Send a test post notification email to myself/testgroup"
|
818 |
msgstr ""
|
819 |
"Envia un missatge de correu electrònic de notificació de prova a mi mateix / "
|
820 |
"grup de prova"
|
821 |
|
822 |
+
#: ../help/help.php:384
|
823 |
msgid "Cron Job Setup"
|
824 |
msgstr "Configuració del treball Cron"
|
825 |
|
826 |
+
#: ../help/help.php:387
|
827 |
msgid "What is Cron and how to Schedule Cron Emails?"
|
828 |
msgstr "Què és Cron i com programar els correus electrònics de Cron?"
|
829 |
|
830 |
+
#: ../help/help.php:390
|
831 |
msgid "Schedule Cron Emails in cPanel"
|
832 |
msgstr "Programeu els correus electrònics de Cron a cPanel"
|
833 |
|
834 |
+
#: ../help/help.php:393
|
835 |
msgid "Schedule Cron Emails in Parallels Plesk"
|
836 |
msgstr "Programar Cron Emails a Parallels Plesk"
|
837 |
|
838 |
+
#: ../help/help.php:396
|
839 |
msgid "Hosting doesn’t support Cron Jobs?"
|
840 |
msgstr "El hosting no és compatible amb Cron Jobs?"
|
841 |
|
842 |
+
#: ../help/help.php:399
|
843 |
msgid "Troubleshooting Steps"
|
844 |
msgstr "Passos de resolució de problemes"
|
845 |
|
846 |
+
#: ../help/help.php:402
|
847 |
msgid "Subscribers are not receiving Emails?"
|
848 |
msgstr "Els subscriptors no estan rebent missatges de correu electrònic?"
|
849 |
|
850 |
+
#: ../help/help.php:405
|
851 |
msgid "CSS Help"
|
852 |
msgstr "Ajuda CSS"
|
853 |
|
854 |
+
#: ../help/help.php:408
|
855 |
msgid "FAQ's"
|
856 |
msgstr "FAQ's"
|
857 |
|
858 |
+
#: ../help/help.php:446
|
859 |
msgid "Want to do more? Here's how.."
|
860 |
msgstr "Voleu fer més? A continuació s'explica com ..."
|
861 |
|
862 |
+
#: ../help/help.php:449
|
863 |
msgid "Allow Subscribers to get subscribed to any group"
|
864 |
msgstr "Permetre que els subscriptors es subscriguin a qualsevol grup"
|
865 |
|
866 |
+
#: ../help/help.php:455
|
867 |
msgid "Group Selector"
|
868 |
msgstr "Selector de grup"
|
869 |
|
870 |
+
#: ../help/help.php:456
|
871 |
msgid ""
|
872 |
"plugin, you can extend Email Subscribers Form functionality by providing an "
|
873 |
"grouping option right next to the form."
|
875 |
"plugin, podeu estendre la funcionalitat del formulari d'Email Subscribers "
|
876 |
"oferint una opció d'agrupació al costat del formulari."
|
877 |
|
878 |
+
#: ../help/help.php:459
|
879 |
msgid "The user can then subscribe to whichever group most appeals to them."
|
880 |
msgstr "L'usuari pot subscriure's a qualsevol grup que els interessi."
|
881 |
|
882 |
+
#: ../help/help.php:462
|
883 |
msgid "For example: Subscribe either to Updates or to Offers."
|
884 |
msgstr "Per exemple: subscriviu-vos a actualitzacions o a ofertes."
|
885 |
|
886 |
+
#: ../help/help.php:466
|
887 |
msgid "Show your subscribe form inside attractive popups"
|
888 |
msgstr "Mostra el vostre formulari de subscripció a les finestres emergents"
|
889 |
|
890 |
+
#: ../help/help.php:471
|
891 |
msgid ""
|
892 |
"Don't limit your subscriber form to a widget. Embed it within popups, hello "
|
893 |
"bars, slide-ins, sidebars, full screen popups etc."
|
897 |
"finestres emergents a pantalla completa, etc."
|
898 |
|
899 |
#. Author of the plugin/theme
|
900 |
+
#: ../help/help.php:475
|
901 |
msgid "Icegram"
|
902 |
msgstr "Icegram"
|
903 |
|
904 |
+
#: ../help/help.php:478
|
905 |
msgid ""
|
906 |
"Icegram's beautiful designs instantly capture user attention and help "
|
907 |
"increase sign-ups to your WordPress website."
|
909 |
"Els bonics dissenys d'Icegram capturen instantàniament l'atenció dels "
|
910 |
"usuaris i ajuden a augmentar els registres al vostre lloc web de WordPress."
|
911 |
|
912 |
+
#: ../help/help.php:481 ../help/help.php:501
|
913 |
#, php-format
|
914 |
msgid "How to %s"
|
915 |
msgstr "Com %s"
|
916 |
|
917 |
+
#: ../help/help.php:481
|
918 |
msgid "show subscribe form inside a popup"
|
919 |
msgstr "mostra el formulari de subscripció dins d'una finestra emergent"
|
920 |
|
921 |
+
#: ../help/help.php:485
|
922 |
msgid "Get beautiful and elegant form styles"
|
923 |
msgstr "Obteniu bonics i elegants estils de formularis"
|
924 |
|
925 |
+
#: ../help/help.php:492
|
926 |
msgid "Rainmaker"
|
927 |
msgstr "Rainmaker"
|
928 |
|
929 |
+
#: ../help/help.php:495
|
930 |
msgid ""
|
931 |
"Rainmaker extends the core features of Email Subscribers and provides "
|
932 |
"elegant form styles."
|
934 |
"Rainmaker amplia les característiques bàsiques dels subscriptors de correu "
|
935 |
"electrònic i proporciona elegants estils de formularis ."
|
936 |
|
937 |
+
#: ../help/help.php:498
|
938 |
msgid ""
|
939 |
"These styles are well designed and beautify your subscription form making it "
|
940 |
"more appealing."
|
942 |
"Aquests estils estan ben dissenyats i embelleigen el vostre formulari de "
|
943 |
"subscripció fent-lo més atractiu."
|
944 |
|
945 |
+
#: ../help/help.php:501
|
946 |
msgid "add Rainmaker’s form in Email Subscribers"
|
947 |
msgstr "afegiu el formulari Rainmaker al Email Subscribers"
|
948 |
|
986 |
#: subscribers/view-subscriber-add.php:118 ../subscribers/view-subscriber-edit.
|
987 |
#: php:113 ../subscribers/view-subscriber-export.php:51 ../subscribers/view-
|
988 |
#: subscriber-import.php:149 ../subscribers/view-subscriber-show.php:247 ..
|
989 |
+
#: subscribers/view-subscriber-sync.php:92 ../templates/template-preview.php:33
|
990 |
msgid "Help"
|
991 |
msgstr "Ajuda"
|
992 |
|
1128 |
msgstr "Estat de la notificació"
|
1129 |
|
1130 |
#: ../notification/notification-show.php:100 ../subscribers/view-subscriber-show.
|
1131 |
+
#: php:417 ../templates/template-preview.php:36
|
1132 |
msgid "Edit"
|
1133 |
msgstr "Editar"
|
1134 |
|
2234 |
msgid "Select group to add newly registered users to"
|
2235 |
msgstr "Seleccionar grup per afegir-hi nous usuaris registrats"
|
2236 |
|
2237 |
+
#: ../templates/template-preview.php:32
|
2238 |
msgid "Template Preview"
|
2239 |
msgstr "Vista prèvia a la plantilla"
|
2240 |
|
2241 |
+
#: ../templates/template-preview.php:40
|
2242 |
msgid "This is how your email may look."
|
2243 |
msgstr "Així és com pot semblar el vostre correu electrònic."
|
2244 |
|
2245 |
+
#: ../templates/template-preview.php:42
|
2246 |
msgid ""
|
2247 |
"<br><br>This Post Notification preview has replaced keywords from your last "
|
2248 |
"published blog post."
|
2250 |
"<br><br>Aquesta vista prèvia de notificació de correu reemplaça les paraules "
|
2251 |
"clau de la vostra última publicació publicada al bloc."
|
2252 |
|
2253 |
+
#: ../templates/template-preview.php:44
|
2254 |
msgid ""
|
2255 |
"<br><br>Note: Different email services (like gmail, yahoo etc) display email "
|
2256 |
"content differently. So there could be a slight variation on how your "
|
languages/email-subscribers-cs_CZ.mo
DELETED
Binary file
|
languages/email-subscribers-cs_CZ.po
DELETED
@@ -1,2103 +0,0 @@
|
|
1 |
-
msgid ""
|
2 |
-
msgstr ""
|
3 |
-
"Project-Id-Version: Email Subscribers & Newsletters 3.4.12\n"
|
4 |
-
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2017-07-26 12:00:36+00:00\n"
|
6 |
-
"PO-Revision-Date: Tue Apr 17 2018 15:50:00 GMT+0530 (IST)\n"
|
7 |
-
"Last-Translator: admin <mansi.shah@appsmagnet.com>\n"
|
8 |
-
"Language-Team: Icegram <hello@icegram.com>Language:\n"
|
9 |
-
"Language: Czech\n"
|
10 |
-
"Plural-Forms: nplurals=3; plural=( n == 1 ) ? 0 : ( n >= 2 && n <= 4 ) ? 1 : "
|
11 |
-
"2\n"
|
12 |
-
"MIME-Version: 1.0\n"
|
13 |
-
"Content-Type: text/plain; charset=UTF-8\n"
|
14 |
-
"Content-Transfer-Encoding: 8bit\n"
|
15 |
-
"X-Poedit-SourceCharset: UTF-8\n"
|
16 |
-
"X-Generator: Loco - https://localise.biz/\n"
|
17 |
-
"X-Poedit-Basepath: .\n"
|
18 |
-
"X-Poedit-KeywordsList: _:1;gettext:1;dgettext:2;ngettext:1,2;dngettext:2,3;"
|
19 |
-
"__:1;_e:1;_c:1;_n:1,2;_n_noop:1,2;_nc:1,2;__ngettext:1,2;__ngettext_noop:1,2;"
|
20 |
-
"_x:1,2c;_ex:1,2c;_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;"
|
21 |
-
"esc_attr__:1;esc_html__:1;esc_attr_e:1;esc_html_e:1;esc_attr_x:1,2c;"
|
22 |
-
"esc_html_x:1,2c;comments_number_link:2,3;t:1;st:1;trans:1;transChoice:1,2\n"
|
23 |
-
"X-Loco-Target-Locale: cs_CZ\n"
|
24 |
-
"X-Poedit-SearchPath-0: .."
|
25 |
-
|
26 |
-
#: ../classes/es-register.php:168 ../classes/es-register.php:169 ../classes/es-
|
27 |
-
#: register.php:789 ../classes/es-register.php:790 ../classes/es-register.php:795
|
28 |
-
msgid "Templates"
|
29 |
-
msgstr ""
|
30 |
-
|
31 |
-
#: ../classes/es-register.php:177 ../classes/es-register.php:178 ..
|
32 |
-
#: settings/settings-edit.php:42
|
33 |
-
msgid "Settings"
|
34 |
-
msgstr ""
|
35 |
-
|
36 |
-
#: ../classes/es-register.php:184
|
37 |
-
msgid "<span style=\"color:#f18500;font-weight:bolder;\">Help & Info</span>"
|
38 |
-
msgstr ""
|
39 |
-
|
40 |
-
#: ../classes/es-register.php:201
|
41 |
-
msgctxt "view-subscriber-enhanced-select"
|
42 |
-
msgid ""
|
43 |
-
"Do you want to resend confirmation email? Also please note, this will update "
|
44 |
-
"subscriber current status to 'Unconfirmed'."
|
45 |
-
msgstr ""
|
46 |
-
|
47 |
-
#: ../classes/es-register.php:215
|
48 |
-
msgctxt "notification-enhanced-select"
|
49 |
-
msgid "Please select notification mail subject. Use templates menu to create new."
|
50 |
-
msgstr ""
|
51 |
-
|
52 |
-
#: ../classes/es-register.php:260
|
53 |
-
msgctxt "widget-enhanced-select"
|
54 |
-
msgid ""
|
55 |
-
"Your subscription was successful! Kindly check your mailbox and confirm your "
|
56 |
-
"subscription. If you don't see the email within a few minutes, check the "
|
57 |
-
"spam/junk folder."
|
58 |
-
msgstr ""
|
59 |
-
|
60 |
-
#: ../classes/es-register.php:274
|
61 |
-
msgctxt "widget-page-enhanced-select"
|
62 |
-
msgid ""
|
63 |
-
"Your subscription was successful! Kindly check your mailbox and confirm your "
|
64 |
-
"subscription. If you don't see the email within a few minutes, check the "
|
65 |
-
"spam/junk folder."
|
66 |
-
msgstr ""
|
67 |
-
|
68 |
-
#: ../classes/es-register.php:739
|
69 |
-
msgid ""
|
70 |
-
"<b>Want readymade email templates?</b> Also want to <b>clean your "
|
71 |
-
"subscribers list?</b> Come check our Pro plan."
|
72 |
-
msgstr ""
|
73 |
-
|
74 |
-
#: ../classes/es-register.php:740
|
75 |
-
msgid "Check Pro plan "
|
76 |
-
msgstr ""
|
77 |
-
|
78 |
-
#: ../classes/es-register.php:740
|
79 |
-
msgid "Not interested."
|
80 |
-
msgstr ""
|
81 |
-
|
82 |
-
#: ../classes/es-register.php:780
|
83 |
-
#, php-format
|
84 |
-
msgid "Email Subscribers version: <strong>%s</strong>"
|
85 |
-
msgstr ""
|
86 |
-
|
87 |
-
#: ../classes/es-register.php:791 ../classes/es-register.php:792
|
88 |
-
msgid "Add new Template"
|
89 |
-
msgstr ""
|
90 |
-
|
91 |
-
#: ../classes/es-register.php:793
|
92 |
-
msgid "Edit Templates"
|
93 |
-
msgstr ""
|
94 |
-
|
95 |
-
#: ../classes/es-register.php:794
|
96 |
-
msgid "New Templates"
|
97 |
-
msgstr ""
|
98 |
-
|
99 |
-
#: ../classes/es-register.php:796
|
100 |
-
msgid "View Templates"
|
101 |
-
msgstr ""
|
102 |
-
|
103 |
-
#: ../classes/es-register.php:797
|
104 |
-
msgid "Search Templates"
|
105 |
-
msgstr ""
|
106 |
-
|
107 |
-
#: ../classes/es-register.php:798
|
108 |
-
msgid "No Templates found"
|
109 |
-
msgstr ""
|
110 |
-
|
111 |
-
#: ../classes/es-register.php:799
|
112 |
-
msgid "No Templates found in Trash"
|
113 |
-
msgstr ""
|
114 |
-
|
115 |
-
#: ../classes/es-register.php:802
|
116 |
-
msgid "Thumbnail (For Visual Representation only)"
|
117 |
-
msgstr ""
|
118 |
-
|
119 |
-
#: ../classes/es-register.php:803
|
120 |
-
msgid "Set thumbnail"
|
121 |
-
msgstr ""
|
122 |
-
|
123 |
-
#: ../classes/es-register.php:840
|
124 |
-
msgid "Template Type"
|
125 |
-
msgstr ""
|
126 |
-
|
127 |
-
#: ../classes/es-register.php:906
|
128 |
-
msgid "Available Keyword for Post Notification: {{POSTTITLE}}"
|
129 |
-
msgstr ""
|
130 |
-
|
131 |
-
#: ../classes/es-register.php:909
|
132 |
-
msgid "Select your Email Template Type"
|
133 |
-
msgstr ""
|
134 |
-
|
135 |
-
#: ../classes/es-register.php:959
|
136 |
-
msgid "Preview Template"
|
137 |
-
msgstr ""
|
138 |
-
|
139 |
-
#: ../classes/es-register.php:973
|
140 |
-
#, php-format
|
141 |
-
msgid ""
|
142 |
-
"%s for Post Notification: {{NAME}}, {{EMAIL}}, {{DATE}}, {{POSTTITLE}}, "
|
143 |
-
"{{POSTLINK}}, {{POSTIMAGE}}, {{POSTDESC}}, {{POSTAUTHOR}}, {{POSTLINK-"
|
144 |
-
"WITHTITLE}}, {{POSTLINK-ONLY}}, {{POSTFULL}}"
|
145 |
-
msgstr ""
|
146 |
-
|
147 |
-
#: ../classes/es-register.php:974
|
148 |
-
#, php-format
|
149 |
-
msgid "<br/><br/>%s for Newsletter: {{NAME}}, {{EMAIL}}"
|
150 |
-
msgstr ""
|
151 |
-
|
152 |
-
#: ../export/export-email-address.php:50 ../export/export-email-address.php:54
|
153 |
-
msgid "Unexpected url submit has been detected!"
|
154 |
-
msgstr ""
|
155 |
-
|
156 |
-
#: ../help/help.php:185
|
157 |
-
msgid "Thanks for installing and we hope you will enjoy using this plugin."
|
158 |
-
msgstr ""
|
159 |
-
|
160 |
-
#: ../help/help.php:186
|
161 |
-
msgid ""
|
162 |
-
"By default, subscribers subscribed via Email Subscribers, will receive email "
|
163 |
-
"updates when you post a new blog. You can turn these updates off like this:"
|
164 |
-
msgstr ""
|
165 |
-
|
166 |
-
#: ../help/help.php:187
|
167 |
-
msgid ""
|
168 |
-
"Email Subscribers -> Post Notification -> Edit -> Select Notification Status "
|
169 |
-
"when a new post is published -> Disable -> Save."
|
170 |
-
msgstr ""
|
171 |
-
|
172 |
-
#: ../help/help.php:191
|
173 |
-
msgid "Get more help and tips..."
|
174 |
-
msgstr ""
|
175 |
-
|
176 |
-
#: ../help/help.php:205
|
177 |
-
#, php-format
|
178 |
-
msgid "Version: %s"
|
179 |
-
msgstr ""
|
180 |
-
|
181 |
-
#: ../help/help.php:208
|
182 |
-
msgid "Questions? Need Help?"
|
183 |
-
msgstr ""
|
184 |
-
|
185 |
-
#: ../help/help.php:209
|
186 |
-
msgid "Contact Us"
|
187 |
-
msgstr ""
|
188 |
-
|
189 |
-
#: ../help/help.php:214
|
190 |
-
#, php-format
|
191 |
-
msgid ""
|
192 |
-
"<b>Like Email Subscribers?</b> If yes, then consider %s to support further "
|
193 |
-
"developments."
|
194 |
-
msgstr ""
|
195 |
-
|
196 |
-
#: ../help/help.php:214
|
197 |
-
msgid "donating to us"
|
198 |
-
msgstr ""
|
199 |
-
|
200 |
-
#: ../help/help.php:249
|
201 |
-
msgid "Description"
|
202 |
-
msgstr ""
|
203 |
-
|
204 |
-
#: ../help/help.php:251
|
205 |
-
msgid ""
|
206 |
-
"Email Subscribers is a complete newsletter plugin which lets you collect "
|
207 |
-
"leads, send automated new blog post notification emails, create & send "
|
208 |
-
"newsletters and manage all this in one single place."
|
209 |
-
msgstr ""
|
210 |
-
|
211 |
-
#: ../help/help.php:253
|
212 |
-
msgid "Feature Overview"
|
213 |
-
msgstr ""
|
214 |
-
|
215 |
-
#: ../help/help.php:256
|
216 |
-
msgid ""
|
217 |
-
"Collect customer emails by adding a subscription box (Widget/Shortcode/PHP "
|
218 |
-
"Code)."
|
219 |
-
msgstr ""
|
220 |
-
|
221 |
-
#: ../help/help.php:259
|
222 |
-
msgid "Configure double Opt-In and Single Opt-In facility for subscribers."
|
223 |
-
msgstr ""
|
224 |
-
|
225 |
-
#: ../help/help.php:262
|
226 |
-
msgid "Send automatic welcome email to subscribers."
|
227 |
-
msgstr ""
|
228 |
-
|
229 |
-
#: ../help/help.php:265
|
230 |
-
msgid ""
|
231 |
-
"Send new post notification emails to subscribers when new posts are "
|
232 |
-
"published on your website."
|
233 |
-
msgstr ""
|
234 |
-
|
235 |
-
#: ../help/help.php:268
|
236 |
-
msgid "Schedule email (Cron job) or send them manually."
|
237 |
-
msgstr ""
|
238 |
-
|
239 |
-
#: ../help/help.php:271
|
240 |
-
msgid "Send email notification to admin when a new user signs up."
|
241 |
-
msgstr ""
|
242 |
-
|
243 |
-
#: ../help/help.php:274
|
244 |
-
msgid "Automatically add Unsubscribe link in the email."
|
245 |
-
msgstr ""
|
246 |
-
|
247 |
-
#: ../help/help.php:277
|
248 |
-
msgid "Easily migrate subscribers from another app using Import & Export."
|
249 |
-
msgstr ""
|
250 |
-
|
251 |
-
#: ../help/help.php:280
|
252 |
-
msgid "Use HTML editor to create newsletters and post notifications."
|
253 |
-
msgstr ""
|
254 |
-
|
255 |
-
#: ../help/help.php:283
|
256 |
-
msgid "Send newsletters to different groups."
|
257 |
-
msgstr ""
|
258 |
-
|
259 |
-
#: ../help/help.php:286
|
260 |
-
msgid "Get detailed sent email reports."
|
261 |
-
msgstr ""
|
262 |
-
|
263 |
-
#: ../help/help.php:289
|
264 |
-
msgid "Control user access (User Roles and Capabilities)."
|
265 |
-
msgstr ""
|
266 |
-
|
267 |
-
#: ../help/help.php:292
|
268 |
-
msgid "Supports localization and internationalization."
|
269 |
-
msgstr ""
|
270 |
-
|
271 |
-
#: ../help/help.php:299
|
272 |
-
msgid "Add Subscribe form"
|
273 |
-
msgstr ""
|
274 |
-
|
275 |
-
#: ../help/help.php:304
|
276 |
-
#, php-format
|
277 |
-
msgid ""
|
278 |
-
"Use any of the following 3 methods :<br>\n"
|
279 |
-
" a) Shortcode in any page/post : <strong>[email-subscribers "
|
280 |
-
"namefield=\"YES\" desc=\"\" group=\"Public\"]</strong> <i>Or</i><br>\n"
|
281 |
-
" b) Go to Appearance -> Widgets. Click on widget Email subscribers "
|
282 |
-
"and drag it to the sidebar on the right <i>Or</i><br>\n"
|
283 |
-
" c) Copy and past this php code to your desired template location : "
|
284 |
-
"<strong>%s</strong>"
|
285 |
-
msgstr ""
|
286 |
-
|
287 |
-
#: ../help/help.php:309
|
288 |
-
msgid "Additional form settings"
|
289 |
-
msgstr ""
|
290 |
-
|
291 |
-
#: ../help/help.php:312
|
292 |
-
msgid "How to Redirect Subscribers to a new page/url after successful sign up?"
|
293 |
-
msgstr ""
|
294 |
-
|
295 |
-
#: ../help/help.php:315
|
296 |
-
msgid "How to add captcha in Subscribe form of Email Subscribers?"
|
297 |
-
msgstr ""
|
298 |
-
|
299 |
-
#: ../help/help.php:321
|
300 |
-
msgid "General Plugin Configuration"
|
301 |
-
msgstr ""
|
302 |
-
|
303 |
-
#: ../help/help.php:324
|
304 |
-
#, php-format
|
305 |
-
msgid "Modify %s"
|
306 |
-
msgstr ""
|
307 |
-
|
308 |
-
#: ../help/help.php:324
|
309 |
-
msgid "default text, email contents"
|
310 |
-
msgstr ""
|
311 |
-
|
312 |
-
#: ../help/help.php:324
|
313 |
-
msgid ""
|
314 |
-
" (like Confirmation, Welcome, Admin emails), Cron Settings and Assign User "
|
315 |
-
"Roles"
|
316 |
-
msgstr ""
|
317 |
-
|
318 |
-
#: ../help/help.php:327
|
319 |
-
msgid "How does Sync work?"
|
320 |
-
msgstr ""
|
321 |
-
|
322 |
-
#: ../help/help.php:333
|
323 |
-
msgid "How to Add/Update Existing Subscribers Group & Status?"
|
324 |
-
msgstr ""
|
325 |
-
|
326 |
-
#: ../help/help.php:336
|
327 |
-
msgid "How to change/update/translate any texts from the plugin?"
|
328 |
-
msgstr ""
|
329 |
-
|
330 |
-
#: ../help/help.php:342
|
331 |
-
msgid "How to check sent emails?"
|
332 |
-
msgstr ""
|
333 |
-
|
334 |
-
#: ../help/help.php:354
|
335 |
-
msgid "Create and Send Newsletter Emails"
|
336 |
-
msgstr ""
|
337 |
-
|
338 |
-
#: ../help/help.php:357
|
339 |
-
msgid "Keywords in the Newsletters"
|
340 |
-
msgstr ""
|
341 |
-
|
342 |
-
#: ../help/help.php:364
|
343 |
-
msgid "Create and Send Post Notification Emails when new posts are published"
|
344 |
-
msgstr ""
|
345 |
-
|
346 |
-
#: ../help/help.php:367
|
347 |
-
msgid "Keywords in the Post Notifications"
|
348 |
-
msgstr ""
|
349 |
-
|
350 |
-
#: ../help/help.php:370
|
351 |
-
msgid "Send a test post notification email to myself/testgroup"
|
352 |
-
msgstr ""
|
353 |
-
|
354 |
-
#: ../help/help.php:375
|
355 |
-
msgid "Cron Job Setup"
|
356 |
-
msgstr ""
|
357 |
-
|
358 |
-
#: ../help/help.php:378
|
359 |
-
msgid "What is Cron and how to Schedule Cron Emails?"
|
360 |
-
msgstr ""
|
361 |
-
|
362 |
-
#: ../help/help.php:381
|
363 |
-
msgid "Schedule Cron Emails in cPanel"
|
364 |
-
msgstr ""
|
365 |
-
|
366 |
-
#: ../help/help.php:384
|
367 |
-
msgid "Schedule Cron Emails in Parallels Plesk"
|
368 |
-
msgstr ""
|
369 |
-
|
370 |
-
#: ../help/help.php:387
|
371 |
-
msgid "Hosting doesn’t support Cron Jobs?"
|
372 |
-
msgstr ""
|
373 |
-
|
374 |
-
#: ../help/help.php:390
|
375 |
-
msgid "Troubleshooting Steps"
|
376 |
-
msgstr ""
|
377 |
-
|
378 |
-
#: ../help/help.php:398
|
379 |
-
msgid "FAQ's"
|
380 |
-
msgstr ""
|
381 |
-
|
382 |
-
#: ../help/help.php:404
|
383 |
-
msgid "Want to do more? Here's how.."
|
384 |
-
msgstr ""
|
385 |
-
|
386 |
-
#: ../help/help.php:407
|
387 |
-
msgid "Allow Subscribers to get subscribed to any group"
|
388 |
-
msgstr ""
|
389 |
-
|
390 |
-
#: ../help/help.php:412
|
391 |
-
msgid "Using our <b>free</b> "
|
392 |
-
msgstr ""
|
393 |
-
|
394 |
-
#: ../help/help.php:413
|
395 |
-
msgid "Group Selector"
|
396 |
-
msgstr ""
|
397 |
-
|
398 |
-
#: ../help/help.php:414
|
399 |
-
msgid ""
|
400 |
-
"plugin, you can extend Email Subscribers Form functionality by providing an "
|
401 |
-
"grouping option right next to the form."
|
402 |
-
msgstr ""
|
403 |
-
|
404 |
-
#: ../help/help.php:417
|
405 |
-
msgid "The user can then subscribe to whichever group most appeals to them."
|
406 |
-
msgstr ""
|
407 |
-
|
408 |
-
#: ../help/help.php:420
|
409 |
-
msgid "For example: Subscribe either to Updates or to Offers."
|
410 |
-
msgstr ""
|
411 |
-
|
412 |
-
#: ../help/help.php:424
|
413 |
-
msgid "Show your subscribe form inside attractive popups"
|
414 |
-
msgstr ""
|
415 |
-
|
416 |
-
#: ../help/help.php:429
|
417 |
-
msgid ""
|
418 |
-
"Don't limit your subscriber form to a widget. Embed it within popups, hello "
|
419 |
-
"bars, slide-ins, sidebars, full screen popups etc."
|
420 |
-
msgstr ""
|
421 |
-
|
422 |
-
#: ../help/help.php:432
|
423 |
-
msgid ""
|
424 |
-
"Using Email Subscribers you can achieve this easily with our <b>free</b> "
|
425 |
-
"plugin "
|
426 |
-
msgstr ""
|
427 |
-
|
428 |
-
#: ../help/help.php:436
|
429 |
-
msgid ""
|
430 |
-
"Icegram's beautiful designs instantly capture user attention and help "
|
431 |
-
"increase sign-ups to your WordPress website."
|
432 |
-
msgstr ""
|
433 |
-
|
434 |
-
#: ../help/help.php:439 ../help/help.php:459
|
435 |
-
#, php-format
|
436 |
-
msgid "How to %s"
|
437 |
-
msgstr ""
|
438 |
-
|
439 |
-
#: ../help/help.php:439
|
440 |
-
msgid "show subscribe form inside a popup"
|
441 |
-
msgstr ""
|
442 |
-
|
443 |
-
#: ../help/help.php:443
|
444 |
-
msgid "Get beautiful and elegant form styles"
|
445 |
-
msgstr ""
|
446 |
-
|
447 |
-
#: ../help/help.php:449
|
448 |
-
msgid "Email subscribers easily integrates with another <b>free</b> plugin "
|
449 |
-
msgstr ""
|
450 |
-
|
451 |
-
#: ../help/help.php:450
|
452 |
-
msgid "Rainmaker"
|
453 |
-
msgstr ""
|
454 |
-
|
455 |
-
#: ../help/help.php:453
|
456 |
-
msgid ""
|
457 |
-
"Rainmaker extends the core features of Email Subscribers and provides "
|
458 |
-
"elegant form styles."
|
459 |
-
msgstr ""
|
460 |
-
|
461 |
-
#: ../help/help.php:456
|
462 |
-
msgid ""
|
463 |
-
"These styles are well designed and beautify your subscription form making it "
|
464 |
-
"more appealing."
|
465 |
-
msgstr ""
|
466 |
-
|
467 |
-
#: ../help/help.php:459
|
468 |
-
msgid "add Rainmaker’s form in Email Subscribers"
|
469 |
-
msgstr ""
|
470 |
-
|
471 |
-
#: ../notification/notification-add.php:45 ../notification/notification-edit.php:61
|
472 |
-
msgid "Please select notification mail subject. Use templates menu to create new."
|
473 |
-
msgstr ""
|
474 |
-
|
475 |
-
#: ../notification/notification-add.php:144 ../notification/notification-edit.php:
|
476 |
-
#: 164
|
477 |
-
msgid "(Use templates menu to create new)"
|
478 |
-
msgstr ""
|
479 |
-
|
480 |
-
#: ../sendmail/sendmail.php:59
|
481 |
-
msgid "Email sent successfully. "
|
482 |
-
msgstr ""
|
483 |
-
|
484 |
-
#: ../sentmail/sentmail-preview.php:27
|
485 |
-
msgid "Preview Email"
|
486 |
-
msgstr ""
|
487 |
-
|
488 |
-
#: ../sentmail/sentmail-preview.php:31
|
489 |
-
msgid ""
|
490 |
-
"This is how the email you sent may look. <br>Note: Different email services "
|
491 |
-
"(like gmail, yahoo etc) display email content differently. So there could be "
|
492 |
-
"a slight variation on how your customer will view the email content."
|
493 |
-
msgstr ""
|
494 |
-
|
495 |
-
#: ../settings/settings-edit.php:23
|
496 |
-
msgid "Admin"
|
497 |
-
msgstr ""
|
498 |
-
|
499 |
-
#: ../settings/settings-edit.php:24
|
500 |
-
msgid "Signup Confirmation"
|
501 |
-
msgstr ""
|
502 |
-
|
503 |
-
#: ../settings/settings-edit.php:25
|
504 |
-
msgid "Cron"
|
505 |
-
msgstr ""
|
506 |
-
|
507 |
-
#: ../settings/settings-edit.php:89
|
508 |
-
msgid "Email Type"
|
509 |
-
msgstr ""
|
510 |
-
|
511 |
-
#: ../settings/settings-edit.php:90
|
512 |
-
msgid ""
|
513 |
-
"Option 1 & 2 is to send emails with default Wordpress method wp_mail(). "
|
514 |
-
"Option 3 & 4 is to send emails with PHP method mail()."
|
515 |
-
msgstr ""
|
516 |
-
|
517 |
-
#: ../settings/settings-edit.php:104
|
518 |
-
msgid "Opt-In Type"
|
519 |
-
msgstr ""
|
520 |
-
|
521 |
-
#: ../settings/settings-edit.php:105
|
522 |
-
msgid ""
|
523 |
-
"Double Opt-In : In this type, the subscriber is sent an activation link as "
|
524 |
-
"soon as they subscribe to your list. They have to confirm their subscription "
|
525 |
-
"by clicking on the activation link.<br />Single Opt-In : In this type, the "
|
526 |
-
"subscriber is not asked to confirm their email address. They are subscribed "
|
527 |
-
"directly in the list."
|
528 |
-
msgstr ""
|
529 |
-
|
530 |
-
#: ../settings/settings-edit.php:117
|
531 |
-
msgid ""
|
532 |
-
"Select image size for {{POSTIMAGE}} to be shown in the Post Notification "
|
533 |
-
"Emails."
|
534 |
-
msgstr ""
|
535 |
-
|
536 |
-
#: ../settings/settings-edit.php:136
|
537 |
-
msgid "Notify Admin when a new subscriber signs up"
|
538 |
-
msgstr ""
|
539 |
-
|
540 |
-
#: ../settings/settings-edit.php:149
|
541 |
-
msgid "Admin Email Subject on new subscriber sign up"
|
542 |
-
msgstr ""
|
543 |
-
|
544 |
-
#: ../settings/settings-edit.php:150
|
545 |
-
msgid ""
|
546 |
-
"Subject for the admin email whenever a new subscriber signs up and is "
|
547 |
-
"confirmed."
|
548 |
-
msgstr ""
|
549 |
-
|
550 |
-
#: ../settings/settings-edit.php:156
|
551 |
-
msgid "Admin Email Content on new subscriber signs up"
|
552 |
-
msgstr ""
|
553 |
-
|
554 |
-
#: ../settings/settings-edit.php:157
|
555 |
-
msgid ""
|
556 |
-
"Content for the admin email whenever a new subscriber signs up and is "
|
557 |
-
"confirmed.<br />Available Keywords: {{NAME}}, {{EMAIL}}, {{GROUP}}"
|
558 |
-
msgstr ""
|
559 |
-
|
560 |
-
#: ../settings/settings-edit.php:165
|
561 |
-
msgid "Subject for the email report which will be sent to admin."
|
562 |
-
msgstr ""
|
563 |
-
|
564 |
-
#: ../settings/settings-edit.php:172
|
565 |
-
msgid ""
|
566 |
-
"Content for the email report which will be sent to admin.<br />Available "
|
567 |
-
"Keywords: {{COUNT}}, {{UNIQUE}}, {{STARTTIME}}, {{ENDTIME}}"
|
568 |
-
msgstr ""
|
569 |
-
|
570 |
-
#: ../settings/settings-edit.php:183
|
571 |
-
msgid "Double Opt-In Email Subject (Confirmation Email)"
|
572 |
-
msgstr ""
|
573 |
-
|
574 |
-
#: ../settings/settings-edit.php:184
|
575 |
-
msgid ""
|
576 |
-
"Subject for the confirmation email to be sent for Double Opt-In whenever a "
|
577 |
-
"subscriber signs up."
|
578 |
-
msgstr ""
|
579 |
-
|
580 |
-
#: ../settings/settings-edit.php:190
|
581 |
-
msgid "Double Opt-In Email Content (Confirmation Email)"
|
582 |
-
msgstr ""
|
583 |
-
|
584 |
-
#: ../settings/settings-edit.php:191
|
585 |
-
msgid ""
|
586 |
-
"Content for the confirmation email to be sent for Double Opt-In whenever a "
|
587 |
-
"subscriber signs up.<br />Available Keywords: {{NAME}}, {{LINK}}"
|
588 |
-
msgstr ""
|
589 |
-
|
590 |
-
#: ../settings/settings-edit.php:197
|
591 |
-
msgid "Double Opt-In Confirmation Link"
|
592 |
-
msgstr ""
|
593 |
-
|
594 |
-
#: ../settings/settings-edit.php:204
|
595 |
-
msgid ""
|
596 |
-
"Text to display after an email address is successfully subscribed from "
|
597 |
-
"Double Opt-In (Confirmation) Email"
|
598 |
-
msgstr ""
|
599 |
-
|
600 |
-
#: ../settings/settings-edit.php:212
|
601 |
-
msgid "Send Welcome Email to New Subscribers after Sign Up?"
|
602 |
-
msgstr ""
|
603 |
-
|
604 |
-
#: ../settings/settings-edit.php:224
|
605 |
-
msgid "Subject for Welcome Email"
|
606 |
-
msgstr ""
|
607 |
-
|
608 |
-
#: ../settings/settings-edit.php:225
|
609 |
-
msgid ""
|
610 |
-
"Subject for the subscriber welcome email. This will be sent whenever a "
|
611 |
-
"user's email is either confirmed (if Double Opt-In) / subscribed (if Single "
|
612 |
-
"Opt-In) successfully."
|
613 |
-
msgstr ""
|
614 |
-
|
615 |
-
#: ../settings/settings-edit.php:231
|
616 |
-
msgid "Email Content for Welcome Email"
|
617 |
-
msgstr ""
|
618 |
-
|
619 |
-
#: ../settings/settings-edit.php:232
|
620 |
-
msgid ""
|
621 |
-
"Content for the subscriber welcome email whenever a user's email is either "
|
622 |
-
"confirmed (if Double Opt In) / subscribed (if Single Opt In) successfully."
|
623 |
-
"<br />Available Keywords: {{NAME}}, {{GROUP}}, {{LINK}}"
|
624 |
-
msgstr ""
|
625 |
-
|
626 |
-
#: ../settings/settings-edit.php:241
|
627 |
-
msgid ""
|
628 |
-
"This unsubscribe link is automatically added to all the emails that are sent "
|
629 |
-
"from this plugin. It is a readonly field and you are advised not to modify "
|
630 |
-
"it."
|
631 |
-
msgstr ""
|
632 |
-
|
633 |
-
#: ../settings/settings-edit.php:248
|
634 |
-
msgid ""
|
635 |
-
"The text for the unsubscribe link. This text is automatically added with "
|
636 |
-
"unsubscribe link in the emails.<br />Available Keyword: {{LINK}}"
|
637 |
-
msgstr ""
|
638 |
-
|
639 |
-
#: ../settings/settings-edit.php:255
|
640 |
-
msgid ""
|
641 |
-
"This text will be displayed once user clicks on unsubscribe link from the "
|
642 |
-
"email."
|
643 |
-
msgstr ""
|
644 |
-
|
645 |
-
#: ../settings/settings-edit.php:262
|
646 |
-
msgid "Error in the Subscribe / Confirmation Link"
|
647 |
-
msgstr ""
|
648 |
-
|
649 |
-
#: ../settings/settings-edit.php:263
|
650 |
-
msgid ""
|
651 |
-
"Default message to display if there is any issue while clicking on subscribe "
|
652 |
-
"/ confirmation link from the Double Opt-In (Confirmation) emails."
|
653 |
-
msgstr ""
|
654 |
-
|
655 |
-
#: ../settings/settings-edit.php:270
|
656 |
-
msgid ""
|
657 |
-
"Default message to display if there is any issue while clicking on "
|
658 |
-
"unsubscribe link from the emails."
|
659 |
-
msgstr ""
|
660 |
-
|
661 |
-
#: ../settings/settings-edit.php:300
|
662 |
-
msgid "Templates Menu"
|
663 |
-
msgstr ""
|
664 |
-
|
665 |
-
#: ../settings/settings-edit.php:369
|
666 |
-
msgid "(Your web host has limits. We suggest 50 emails per hour to be safe.)"
|
667 |
-
msgstr ""
|
668 |
-
|
669 |
-
#: ../settings/settings-edit.php:374
|
670 |
-
msgid "Cron Report"
|
671 |
-
msgstr ""
|
672 |
-
|
673 |
-
#: ../settings/settings-edit.php:375
|
674 |
-
msgid ""
|
675 |
-
"Email to admin whenever a cron URL is triggered from your server.<br "
|
676 |
-
"/>Available Keywords: {{DATE}}, {{SUBJECT}}, {{COUNT}}"
|
677 |
-
msgstr ""
|
678 |
-
|
679 |
-
#: ../settings/settings-edit.php:386
|
680 |
-
msgid ""
|
681 |
-
"<a target=\"_blank\" href=\"https://www.icegram.com/documentation/es-how-to-"
|
682 |
-
"schedule-cron-emails/?"
|
683 |
-
"utm_source=es&utm_medium=in_app&utm_campaign=view_docs_help_page\">What is "
|
684 |
-
"Cron?</a>"
|
685 |
-
msgstr ""
|
686 |
-
|
687 |
-
#: ../settings/settings-edit.php:387
|
688 |
-
msgid ""
|
689 |
-
"<a target=\"_blank\" href=\"https://www.icegram.com/documentation/es-how-to-"
|
690 |
-
"schedule-cron-emails-in-cpanel/?"
|
691 |
-
"utm_source=es&utm_medium=in_app&utm_campaign=view_docs_help_page\">Setup cron "
|
692 |
-
"job in cPanel</a>"
|
693 |
-
msgstr ""
|
694 |
-
|
695 |
-
#: ../settings/settings-edit.php:388
|
696 |
-
msgid ""
|
697 |
-
"<a target=\"_blank\" href=\"https://www.icegram.com/documentation/es-how-to-"
|
698 |
-
"schedule-cron-emails-in-parallels-plesk/?"
|
699 |
-
"utm_source=es&utm_medium=in_app&utm_campaign=view_docs_help_page\">Setup cron "
|
700 |
-
"job in Plesk</a>"
|
701 |
-
msgstr ""
|
702 |
-
|
703 |
-
#: ../settings/settings-edit.php:389
|
704 |
-
msgid ""
|
705 |
-
"<a target=\"_blank\" href=\"https://www.icegram.com/documentation/es-what-to-do-"
|
706 |
-
"if-hosting-doesnt-support-cron-jobs/?"
|
707 |
-
"utm_source=es&utm_medium=in_app&utm_campaign=view_docs_help_page\">Hosting "
|
708 |
-
"does not support cron jobs?</a>"
|
709 |
-
msgstr ""
|
710 |
-
|
711 |
-
#: ../subscribers/view-subscriber-export.php:12
|
712 |
-
msgid ""
|
713 |
-
"Oops! Looks like you are not the site administrator.<br><br>Only the site "
|
714 |
-
"administrator can export subscriber list."
|
715 |
-
msgstr ""
|
716 |
-
|
717 |
-
#: ../subscribers/view-subscriber-export.php:14
|
718 |
-
msgid "Go back to Subscribers dashboard"
|
719 |
-
msgstr ""
|
720 |
-
|
721 |
-
#: ../subscribers/view-subscriber-show.php:75 ../subscribers/view-subscriber-show.
|
722 |
-
#: php:134
|
723 |
-
msgid "Confirmation emails resent successfully."
|
724 |
-
msgstr ""
|
725 |
-
|
726 |
-
#: ../subscribers/view-subscriber-show.php:256
|
727 |
-
msgid "Total Subscribers: "
|
728 |
-
msgstr ""
|
729 |
-
|
730 |
-
#: ../templates/template-preview.php:31
|
731 |
-
msgid "Template Preview"
|
732 |
-
msgstr ""
|
733 |
-
|
734 |
-
#: ../templates/template-preview.php:39
|
735 |
-
msgid "This is how your email may look."
|
736 |
-
msgstr ""
|
737 |
-
|
738 |
-
#: ../templates/template-preview.php:41
|
739 |
-
msgid ""
|
740 |
-
"<br><br>This Post Notification preview has replaced keywords from your last "
|
741 |
-
"published blog post."
|
742 |
-
msgstr ""
|
743 |
-
|
744 |
-
#: ../templates/template-preview.php:43
|
745 |
-
msgid ""
|
746 |
-
"<br><br>Note: Different email services (like gmail, yahoo etc) display email "
|
747 |
-
"content differently. So there could be a slight variation on how your "
|
748 |
-
"customer will view the email content."
|
749 |
-
msgstr ""
|
750 |
-
|
751 |
-
#. URI of the plugin
|
752 |
-
msgid "https://www.icegram.com"
|
753 |
-
msgstr ""
|
754 |
-
|
755 |
-
#: ../email-subscribers.php:95
|
756 |
-
msgctxt "timezone date format"
|
757 |
-
msgid "Y-m-d H:i:s"
|
758 |
-
msgstr ""
|
759 |
-
|
760 |
-
#: ../classes/es-common.php:13
|
761 |
-
msgid "<span style=\"color:#006600;font-weight:bold;\">Confirmed</span>"
|
762 |
-
msgstr "<span style=\"color:#006600;font-weight:bold;\">Potvrzeno</span>"
|
763 |
-
|
764 |
-
#: ../classes/es-common.php:16
|
765 |
-
msgid "<span style=\"color:#FF0000\">Unconfirmed</span>"
|
766 |
-
msgstr "<span style=\"color:#FF0000\">Nepotvrzeno</span>"
|
767 |
-
|
768 |
-
#: ../classes/es-common.php:19
|
769 |
-
msgid "<span style=\"color:#999900\">Unsubscribed</span>"
|
770 |
-
msgstr "<span style=\"color:#999900\">Odhlášen/a</span>"
|
771 |
-
|
772 |
-
#: ../classes/es-common.php:22
|
773 |
-
msgid "<span style=\"color:#0000FF\">Single Opt In</span>"
|
774 |
-
msgstr "<span style=\"color:#0000FF\">Jednoduché potvrzení</span>"
|
775 |
-
|
776 |
-
#: ../classes/es-common.php:25
|
777 |
-
msgid "<span style=\"color:#00CC00;font-weight:bold;\">Viewed</span>"
|
778 |
-
msgstr "<span style=\"color:#00CC00;font-weight:bold;\">Zobrazeno</span>"
|
779 |
-
|
780 |
-
#: ../classes/es-common.php:28
|
781 |
-
msgid "<span style=\"color:#999900;\">Nodata</span>"
|
782 |
-
msgstr "<span style=\"color:#999900;\">Neuvedeno</span>"
|
783 |
-
|
784 |
-
#: ../classes/es-common.php:31
|
785 |
-
msgid "<span style=\"color:#FF0000\">Disabled</span>"
|
786 |
-
msgstr "<span style=\"color:#FF0000\">Neaktivní</span>"
|
787 |
-
|
788 |
-
#: ../classes/es-common.php:34
|
789 |
-
msgid "<span style=\"color:#FF0000\">In Queue</span>"
|
790 |
-
msgstr "<span style=\"color:#FF0000\">Ve frontě</span>"
|
791 |
-
|
792 |
-
#: ../classes/es-common.php:37
|
793 |
-
msgid "<span style=\"color:#00FF00;font-weight:bold;\">Sent</span>"
|
794 |
-
msgstr "<span style=\"color:#00FF00;font-weight:bold;\">Odesláno</span>"
|
795 |
-
|
796 |
-
#: ../classes/es-common.php:40
|
797 |
-
msgid "<span style=\"color:#20b2aa;font-weight:bold;\">via Cron</span>"
|
798 |
-
msgstr "<span style=\"color:#20b2aa;font-weight:bold;\">Cron email</span>"
|
799 |
-
|
800 |
-
#: ../classes/es-common.php:43
|
801 |
-
msgid "<span style=\"color:#993399;\">Immediately</span>"
|
802 |
-
msgstr "<span style=\"color:#993399;\">Okamžitý email</span>"
|
803 |
-
|
804 |
-
#: ../classes/es-loadwidget.php:28 ../classes/es-register.php:1053 ..
|
805 |
-
#: subscribers/view-subscriber-show.php:289
|
806 |
-
msgid "Name"
|
807 |
-
msgstr "Jméno"
|
808 |
-
|
809 |
-
#: ../classes/es-loadwidget.php:33 ../classes/es-register.php:1058
|
810 |
-
msgid "Email *"
|
811 |
-
msgstr "Email *"
|
812 |
-
|
813 |
-
#: ../classes/es-loadwidget.php:38 ../classes/es-register.php:1063 ../help/help.
|
814 |
-
#: php:196
|
815 |
-
msgid "Subscribe"
|
816 |
-
msgstr "Odebírat"
|
817 |
-
|
818 |
-
#: ../classes/es-register.php:162 ../classes/es-register.php:163 ../classes/es-
|
819 |
-
#: register.php:801
|
820 |
-
msgid "Email Subscribers"
|
821 |
-
msgstr "Email Subscribers"
|
822 |
-
|
823 |
-
#: ../classes/es-register.php:165 ../classes/es-register.php:166 ..
|
824 |
-
#: subscribers/view-subscriber-show.php:242
|
825 |
-
msgid "Subscribers"
|
826 |
-
msgstr "Odběratelé"
|
827 |
-
|
828 |
-
#: ../classes/es-register.php:171 ../classes/es-register.php:172 ../help/help.php:
|
829 |
-
#: 361 ../notification/notification-show.php:52
|
830 |
-
msgid "Post Notifications"
|
831 |
-
msgstr "Oznámení o příspěvcích"
|
832 |
-
|
833 |
-
#: ../classes/es-register.php:174 ../classes/es-register.php:175 ../help/help.php:
|
834 |
-
#: 351 ../sendmail/sendmail.php:93 ../settings/settings-edit.php:324
|
835 |
-
msgid "Newsletters"
|
836 |
-
msgstr "Zpravodaje"
|
837 |
-
|
838 |
-
#: ../classes/es-register.php:180 ../classes/es-register.php:181 ..
|
839 |
-
#: sentmail/sentmail-show.php:93
|
840 |
-
msgid "Reports"
|
841 |
-
msgstr "Přehledy"
|
842 |
-
|
843 |
-
#: ../classes/es-register.php:183
|
844 |
-
msgid "Help & Info"
|
845 |
-
msgstr "Nápověda"
|
846 |
-
|
847 |
-
#: ../classes/es-register.php:195
|
848 |
-
msgctxt "view-subscriber-enhanced-select"
|
849 |
-
msgid "Please enter subscriber email address."
|
850 |
-
msgstr "Zadejte emailovou adresu odběratele."
|
851 |
-
|
852 |
-
#: ../classes/es-register.php:196
|
853 |
-
msgctxt "view-subscriber-enhanced-select"
|
854 |
-
msgid "Please select subscriber email status."
|
855 |
-
msgstr "Vyberte stav emailu odběratele."
|
856 |
-
|
857 |
-
#: ../classes/es-register.php:197
|
858 |
-
msgctxt "view-subscriber-enhanced-select"
|
859 |
-
msgid "Please select or create group for this subscriber."
|
860 |
-
msgstr "Vyberte nebo vytvořte skupinu pro tohoto odběratele."
|
861 |
-
|
862 |
-
#: ../classes/es-register.php:198
|
863 |
-
msgctxt "view-subscriber-enhanced-select"
|
864 |
-
msgid "Do you want to delete this record?"
|
865 |
-
msgstr "Opravdu chcete smazat tento záznam?"
|
866 |
-
|
867 |
-
#: ../classes/es-register.php:199
|
868 |
-
msgctxt "view-subscriber-enhanced-select"
|
869 |
-
msgid "Please select the bulk action."
|
870 |
-
msgstr "Vyberte hromadnou akci."
|
871 |
-
|
872 |
-
#: ../classes/es-register.php:200
|
873 |
-
msgctxt "view-subscriber-enhanced-select"
|
874 |
-
msgid "Are you sure you want to delete selected records?"
|
875 |
-
msgstr "Skutečně chcete smazat vybrané záznamy?"
|
876 |
-
|
877 |
-
#: ../classes/es-register.php:202
|
878 |
-
msgctxt "view-subscriber-enhanced-select"
|
879 |
-
msgid "Please select new subscriber group."
|
880 |
-
msgstr "Vyberte novou skupinu odběratele."
|
881 |
-
|
882 |
-
#: ../classes/es-register.php:203
|
883 |
-
msgctxt "view-subscriber-enhanced-select"
|
884 |
-
msgid "Please select new status for subscribers"
|
885 |
-
msgstr "Vyberte nový stav odběratele"
|
886 |
-
|
887 |
-
#: ../classes/es-register.php:204
|
888 |
-
msgctxt "view-subscriber-enhanced-select"
|
889 |
-
msgid "Do you want to update subscribers group?"
|
890 |
-
msgstr "Chcete upravit skupinu odběratelů?"
|
891 |
-
|
892 |
-
#: ../classes/es-register.php:205
|
893 |
-
msgctxt "view-subscriber-enhanced-select"
|
894 |
-
msgid "Do you want to update subscribers status?"
|
895 |
-
msgstr "Chcete upravit stav odběratele?"
|
896 |
-
|
897 |
-
#: ../classes/es-register.php:206
|
898 |
-
msgctxt "view-subscriber-enhanced-select"
|
899 |
-
msgid ""
|
900 |
-
"Please select only csv file. Please check official website for csv structure."
|
901 |
-
"."
|
902 |
-
msgstr ""
|
903 |
-
"Použijte výhradně soubor ve formátu CSV. Zkontrolujte strukturu csv souboru "
|
904 |
-
"na oficiálních internetových stránkách..."
|
905 |
-
|
906 |
-
#: ../classes/es-register.php:214
|
907 |
-
msgctxt "notification-enhanced-select"
|
908 |
-
msgid "Please select subscribers group."
|
909 |
-
msgstr "Vyberte skupinu odběratelů."
|
910 |
-
|
911 |
-
#: ../classes/es-register.php:216
|
912 |
-
msgctxt "notification-enhanced-select"
|
913 |
-
msgid "Please select notification status."
|
914 |
-
msgstr "Vyberte stav oznámení."
|
915 |
-
|
916 |
-
#: ../classes/es-register.php:217
|
917 |
-
msgctxt "notification-enhanced-select"
|
918 |
-
msgid "Do you want to delete this record?"
|
919 |
-
msgstr "Chcete smazat tento záznam?"
|
920 |
-
|
921 |
-
#: ../classes/es-register.php:225
|
922 |
-
msgctxt "sendmail-enhanced-select"
|
923 |
-
msgid "Please select your mail subject."
|
924 |
-
msgstr "Vyberte předmět zprávy."
|
925 |
-
|
926 |
-
#: ../classes/es-register.php:226
|
927 |
-
msgctxt "sendmail-enhanced-select"
|
928 |
-
msgid "Please select your mail type."
|
929 |
-
msgstr "Vyberte typ zprávy."
|
930 |
-
|
931 |
-
#: ../classes/es-register.php:227
|
932 |
-
msgctxt "sendmail-enhanced-select"
|
933 |
-
msgid ""
|
934 |
-
"Have you double checked your selected group? If so, let's go ahead and send "
|
935 |
-
"this."
|
936 |
-
msgstr "Zkontrolovali jste si vybranou skupinu? Jestli ano, formulář můžete odeslat."
|
937 |
-
|
938 |
-
#: ../classes/es-register.php:235
|
939 |
-
msgctxt "sentmail-enhanced-select"
|
940 |
-
msgid "Do you want to delete this record?"
|
941 |
-
msgstr "Chcete smazat tento záznam?"
|
942 |
-
|
943 |
-
#: ../classes/es-register.php:236
|
944 |
-
msgctxt "sentmail-enhanced-select"
|
945 |
-
msgid "Do you want to delete all records except latest 10?"
|
946 |
-
msgstr "Chcete smazat všechny záznamy kromě posledních 10?"
|
947 |
-
|
948 |
-
#: ../classes/es-register.php:244
|
949 |
-
msgctxt "cron-enhanced-select"
|
950 |
-
msgid "Please select enter number of mails you want to send per hour/trigger."
|
951 |
-
msgstr "Vyberte počet emailů, které chcete odeslat za hodinu/spuštění."
|
952 |
-
|
953 |
-
#: ../classes/es-register.php:245
|
954 |
-
msgctxt "cron-enhanced-select"
|
955 |
-
msgid "Please enter the mail count, only number."
|
956 |
-
msgstr "Zadejte počet emailů (pouze číslo)."
|
957 |
-
|
958 |
-
#: ../classes/es-register.php:258
|
959 |
-
msgctxt "widget-enhanced-select"
|
960 |
-
msgid "Please enter email address"
|
961 |
-
msgstr "Zadejte emailovou adresu"
|
962 |
-
|
963 |
-
#: ../classes/es-register.php:259
|
964 |
-
msgctxt "widget-enhanced-select"
|
965 |
-
msgid "Successfully Subscribed."
|
966 |
-
msgstr "Úspěšné přihlášení k odběru."
|
967 |
-
|
968 |
-
#: ../classes/es-register.php:261
|
969 |
-
msgctxt "widget-enhanced-select"
|
970 |
-
msgid "Email Address already exists!"
|
971 |
-
msgstr "Emailová adresa již existuje!"
|
972 |
-
|
973 |
-
#: ../classes/es-register.php:262
|
974 |
-
msgctxt "widget-enhanced-select"
|
975 |
-
msgid "Oops.. Unexpected error occurred."
|
976 |
-
msgstr "Nastala neočekávaná chyba."
|
977 |
-
|
978 |
-
#: ../classes/es-register.php:263
|
979 |
-
msgctxt "widget-enhanced-select"
|
980 |
-
msgid "Invalid email address"
|
981 |
-
msgstr "Neplatná emailová adresa"
|
982 |
-
|
983 |
-
#: ../classes/es-register.php:264
|
984 |
-
msgctxt "widget-enhanced-select"
|
985 |
-
msgid "Please try after some time"
|
986 |
-
msgstr "Prosím, zkuste to později"
|
987 |
-
|
988 |
-
#: ../classes/es-register.php:272
|
989 |
-
msgctxt "widget-page-enhanced-select"
|
990 |
-
msgid "Please enter email address"
|
991 |
-
msgstr "Zadejte emailovou adresu"
|
992 |
-
|
993 |
-
#: ../classes/es-register.php:273
|
994 |
-
msgctxt "widget-page-enhanced-select"
|
995 |
-
msgid "Successfully Subscribed."
|
996 |
-
msgstr "Úspěšné přihlášení k odběru."
|
997 |
-
|
998 |
-
#: ../classes/es-register.php:275
|
999 |
-
msgctxt "widget-page-enhanced-select"
|
1000 |
-
msgid "Email Address already exists!"
|
1001 |
-
msgstr "Emailová adresa již existuje!"
|
1002 |
-
|
1003 |
-
#: ../classes/es-register.php:276
|
1004 |
-
msgctxt "widget-page-enhanced-select"
|
1005 |
-
msgid "Oops.. Unexpected error occurred."
|
1006 |
-
msgstr "Nastala neočekávaná chyba."
|
1007 |
-
|
1008 |
-
#: ../classes/es-register.php:277
|
1009 |
-
msgctxt "widget-page-enhanced-select"
|
1010 |
-
msgid "Invalid email address"
|
1011 |
-
msgstr "Neplatná emailová adresa"
|
1012 |
-
|
1013 |
-
#: ../classes/es-register.php:278
|
1014 |
-
msgctxt "widget-page-enhanced-select"
|
1015 |
-
msgid "Please try after some time"
|
1016 |
-
msgstr "Prosím, zkuste to později"
|
1017 |
-
|
1018 |
-
#: ../classes/es-register.php:766
|
1019 |
-
msgid ""
|
1020 |
-
"If you like <strong>Email Subscribers</strong>, please consider leaving us a "
|
1021 |
-
"<a target=\"_blank\" href=\"https://wordpress.org/support/plugin/email-"
|
1022 |
-
"subscribers/reviews/?filter=5#new-post\">★★★★★"
|
1023 |
-
"</a> rating. A huge thank you from Icegram in advance!"
|
1024 |
-
msgstr ""
|
1025 |
-
"Pokud se vám líbí <strong> Email Subscribers </strong>, zvažte, prosím, "
|
1026 |
-
"zanechání <a target=\"_blank\" href=\"https://wordpress."
|
1027 |
-
"org/support/plugin/email-subscribers/reviews/?filter=5#new-post\">★"
|
1028 |
-
"★★★★</a> hodnocení. Icegram předem mnohokrát děkuje!"
|
1029 |
-
|
1030 |
-
#: ../classes/es-register.php:841 ../settings/settings-edit.php:123
|
1031 |
-
msgid "Thumbnail"
|
1032 |
-
msgstr "Náhled"
|
1033 |
-
|
1034 |
-
#: ../classes/es-register.php:889 ../sentmail/sentmail-show.php:108 ..
|
1035 |
-
#: sentmail/sentmail-show.php:121
|
1036 |
-
msgid "Preview"
|
1037 |
-
msgstr "Náhled"
|
1038 |
-
|
1039 |
-
#: ../classes/es-register.php:911
|
1040 |
-
msgid "Newsletter"
|
1041 |
-
msgstr "Zpravodaj"
|
1042 |
-
|
1043 |
-
#: ../classes/es-register.php:912
|
1044 |
-
msgid "Post Notification"
|
1045 |
-
msgstr "Potvrzení příspěvku"
|
1046 |
-
|
1047 |
-
#: ../classes/es-register.php:973 ../classes/es-register.php:974
|
1048 |
-
msgid "Available Keywords"
|
1049 |
-
msgstr "Dostupná klíčová slova"
|
1050 |
-
|
1051 |
-
#: ../classes/es-register.php:1103
|
1052 |
-
msgid "Widget Title"
|
1053 |
-
msgstr "Nadpis widgetu"
|
1054 |
-
|
1055 |
-
#: ../classes/es-register.php:1107
|
1056 |
-
msgid "Short description about subscription form"
|
1057 |
-
msgstr "Krátký popis k vašemu přihlašovacímu formuláři"
|
1058 |
-
|
1059 |
-
#: ../classes/es-register.php:1111
|
1060 |
-
msgid "Display Name Field"
|
1061 |
-
msgstr "Zobrazit pole „Jméno“"
|
1062 |
-
|
1063 |
-
#: ../classes/es-register.php:1113 ../settings/settings-edit.php:142 ..
|
1064 |
-
#: settings/settings-edit.php:217 ../subscribers/view-subscriber-sync.php:107
|
1065 |
-
msgid "YES"
|
1066 |
-
msgstr "ANO"
|
1067 |
-
|
1068 |
-
#: ../classes/es-register.php:1114 ../settings/settings-edit.php:143 ..
|
1069 |
-
#: settings/settings-edit.php:218 ../subscribers/view-subscriber-sync.php:106
|
1070 |
-
msgid "NO"
|
1071 |
-
msgstr "NE"
|
1072 |
-
|
1073 |
-
#: ../classes/es-register.php:1118
|
1074 |
-
msgid "Subscriber Group"
|
1075 |
-
msgstr "Skupina odběratelů"
|
1076 |
-
|
1077 |
-
#: ../help/help.php:184
|
1078 |
-
msgid "Welcome to Email Subscribers!"
|
1079 |
-
msgstr "Vítá vás plugin Email Subscribers!"
|
1080 |
-
|
1081 |
-
#: ../help/help.php:301 ../help/help.php:312 ../help/help.php:315 ../help/help.
|
1082 |
-
#: php:327 ../help/help.php:330 ../help/help.php:333 ../help/help.php:336 ..
|
1083 |
-
#: help/help.php:339 ../help/help.php:342 ../help/help.php:354 ../help/help.php:
|
1084 |
-
#: 357 ../help/help.php:364 ../help/help.php:367 ../help/help.php:370 ..
|
1085 |
-
#: help/help.php:378 ../help/help.php:381 ../help/help.php:384 ../help/help.php:
|
1086 |
-
#: 387 ../help/help.php:393 ../help/help.php:396 ../help/help.php:398
|
1087 |
-
#, php-format
|
1088 |
-
msgid "%s"
|
1089 |
-
msgstr "%s"
|
1090 |
-
|
1091 |
-
#: ../help/help.php:301
|
1092 |
-
msgid "How to Add Subscription box to website?"
|
1093 |
-
msgstr "Jak na web přidat přihlašovací formulář?"
|
1094 |
-
|
1095 |
-
#: ../help/help.php:330
|
1096 |
-
msgid "How to Import or Export Email Addresses?"
|
1097 |
-
msgstr "Jak importovat nebo exportovat emailové adresy?"
|
1098 |
-
|
1099 |
-
#: ../help/help.php:339
|
1100 |
-
msgid "How to add Unsubscribe link in emails?"
|
1101 |
-
msgstr "Jak do emailů přidat odkaz pro odhlášení?"
|
1102 |
-
|
1103 |
-
#: ../help/help.php:393
|
1104 |
-
msgid "Subscribers are not receiving Emails?"
|
1105 |
-
msgstr "Odběratelé nepřijímají emaily?"
|
1106 |
-
|
1107 |
-
#: ../help/help.php:396
|
1108 |
-
msgid "CSS Help"
|
1109 |
-
msgstr "CSS Nápověda"
|
1110 |
-
|
1111 |
-
#. Author of the plugin/theme
|
1112 |
-
#: ../help/help.php:433
|
1113 |
-
msgid "Icegram"
|
1114 |
-
msgstr "Icegram"
|
1115 |
-
|
1116 |
-
#: ../job/es-optin.php:58 ../job/es-optin.php:68 ../job/es-unsubscribe.php:54 ..
|
1117 |
-
#: job/es-unsubscribe.php:61
|
1118 |
-
msgid ""
|
1119 |
-
"Oops.. We are getting some technical error. Please try again or contact "
|
1120 |
-
"admin."
|
1121 |
-
msgstr ""
|
1122 |
-
"Nastala technická chyba. Zkuste to prosím znovu nebo se obraťte na "
|
1123 |
-
"administrátora."
|
1124 |
-
|
1125 |
-
#: ../job/es-optin.php:61
|
1126 |
-
msgid "This email address has already been confirmed."
|
1127 |
-
msgstr "Tato emailová adresa již byla potvrzena."
|
1128 |
-
|
1129 |
-
#: ../notification/notification-add.php:33
|
1130 |
-
msgid "Please select subscribers group."
|
1131 |
-
msgstr "Vyberte skupinu odběratelů."
|
1132 |
-
|
1133 |
-
#: ../notification/notification-add.php:39
|
1134 |
-
msgid "Please select notification status."
|
1135 |
-
msgstr "Vyberte stav oznámení."
|
1136 |
-
|
1137 |
-
#: ../notification/notification-add.php:51 ../notification/notification-edit.php:67
|
1138 |
-
msgid "Please select post categories."
|
1139 |
-
msgstr "Vyberte rubriky příspěvků."
|
1140 |
-
|
1141 |
-
#: ../notification/notification-add.php:71
|
1142 |
-
msgid "Notification successfully created. "
|
1143 |
-
msgstr "Oznámení bylo úspěšně vytvořeno. "
|
1144 |
-
|
1145 |
-
#: ../notification/notification-add.php:112
|
1146 |
-
msgid "Add Notification"
|
1147 |
-
msgstr "Přidat oznámení"
|
1148 |
-
|
1149 |
-
#: ../notification/notification-add.php:113 ../notification/notification-edit.php:
|
1150 |
-
#: 124 ../notification/notification-show.php:54 ../sendmail/sendmail.php:94 ..
|
1151 |
-
#: sentmail/deliverreport-show.php:61 ../sentmail/sentmail-preview.php:28 ..
|
1152 |
-
#: sentmail/sentmail-show.php:94 ../settings/settings-edit.php:43 ..
|
1153 |
-
#: subscribers/view-subscriber-add.php:118 ../subscribers/view-subscriber-edit.
|
1154 |
-
#: php:113 ../subscribers/view-subscriber-export.php:51 ../subscribers/view-
|
1155 |
-
#: subscriber-import.php:149 ../subscribers/view-subscriber-show.php:247 ..
|
1156 |
-
#: subscribers/view-subscriber-sync.php:92 ../templates/template-preview.php:32
|
1157 |
-
msgid "Help"
|
1158 |
-
msgstr "Nápověda"
|
1159 |
-
|
1160 |
-
#: ../notification/notification-add.php:121
|
1161 |
-
msgid "Select Subscribers Group"
|
1162 |
-
msgstr "Vyberte skupinu odběratelů"
|
1163 |
-
|
1164 |
-
#: ../notification/notification-add.php:125 ../notification/notification-add.php:
|
1165 |
-
#: 149 ../notification/notification-edit.php:136 ../notification/notification-
|
1166 |
-
#: edit.php:169 ../sendmail/sendmail.php:111 ../sendmail/sendmail.php:138 ..
|
1167 |
-
#: sendmail/sendmail.php:152 ../subscribers/view-subscriber-add.php:166 ..
|
1168 |
-
#: subscribers/view-subscriber-edit.php:162 ../subscribers/view-subscriber-
|
1169 |
-
#: import.php:193 ../subscribers/view-subscriber-sync.php:119
|
1170 |
-
msgid "Select"
|
1171 |
-
msgstr "Vybrat"
|
1172 |
-
|
1173 |
-
#: ../notification/notification-add.php:143 ../notification/notification-edit.php:
|
1174 |
-
#: 163
|
1175 |
-
msgid "Select Notification Email Subject"
|
1176 |
-
msgstr "Vyberte předmět oznamovacího emailu"
|
1177 |
-
|
1178 |
-
#: ../notification/notification-add.php:168 ../notification/notification-edit.php:
|
1179 |
-
#: 191
|
1180 |
-
msgid "Select Post Categories"
|
1181 |
-
msgstr "Vyberte rubriky příspěvků"
|
1182 |
-
|
1183 |
-
#: ../notification/notification-add.php:196 ../notification/notification-edit.php:
|
1184 |
-
#: 226
|
1185 |
-
msgid "Check All"
|
1186 |
-
msgstr "Označit vše"
|
1187 |
-
|
1188 |
-
#: ../notification/notification-add.php:197 ../notification/notification-edit.php:
|
1189 |
-
#: 227
|
1190 |
-
msgid "Uncheck All"
|
1191 |
-
msgstr "Odznačit vše"
|
1192 |
-
|
1193 |
-
#: ../notification/notification-add.php:203 ../notification/notification-edit.php:
|
1194 |
-
#: 234
|
1195 |
-
msgid "Select your Custom Post Type"
|
1196 |
-
msgstr "Vyberte vlastní typ obsahu"
|
1197 |
-
|
1198 |
-
#: ../notification/notification-add.php:204 ../notification/notification-edit.php:
|
1199 |
-
#: 235
|
1200 |
-
msgid "(Optional)"
|
1201 |
-
msgstr "(nepovinné)"
|
1202 |
-
|
1203 |
-
#: ../notification/notification-add.php:233 ../notification/notification-edit.php:
|
1204 |
-
#: 269
|
1205 |
-
msgid "No Custom Post Types Available"
|
1206 |
-
msgstr "Vlastní typ obsahu není dostupný"
|
1207 |
-
|
1208 |
-
#: ../notification/notification-add.php:240 ../notification/notification-edit.php:
|
1209 |
-
#: 276
|
1210 |
-
msgid "Select Notification Status when a new post is published"
|
1211 |
-
msgstr "Vybrat stav potvrzení pro nově publikovaný příspěvek"
|
1212 |
-
|
1213 |
-
#: ../notification/notification-add.php:244 ../notification/notification-edit.php:
|
1214 |
-
#: 280 ../notification/notification-show.php:130 ../sendmail/sendmail.php:139
|
1215 |
-
msgid "Send email immediately"
|
1216 |
-
msgstr "Odeslat email okamžitě"
|
1217 |
-
|
1218 |
-
#: ../notification/notification-add.php:245 ../notification/notification-edit.php:
|
1219 |
-
#: 281 ../notification/notification-show.php:132
|
1220 |
-
msgid "Add to cron and send email via cron job"
|
1221 |
-
msgstr "Přidat do cronu a odeslat cronem"
|
1222 |
-
|
1223 |
-
#: ../notification/notification-add.php:246 ../notification/notification-edit.php:
|
1224 |
-
#: 282
|
1225 |
-
msgid "Disable email notification"
|
1226 |
-
msgstr "Zakázat oznamovací email"
|
1227 |
-
|
1228 |
-
#: ../notification/notification-add.php:254 ../notification/notification-edit.php:
|
1229 |
-
#: 291 ../subscribers/view-subscriber-edit.php:191
|
1230 |
-
msgid "Save"
|
1231 |
-
msgstr "Uložit"
|
1232 |
-
|
1233 |
-
#: ../notification/notification-edit.php:20 ../notification/notification-show.php:
|
1234 |
-
#: 21 ../sentmail/sentmail-preview.php:18 ../sentmail/sentmail-show.php:22 ..
|
1235 |
-
#: subscribers/view-subscriber-edit.php:22
|
1236 |
-
msgid "Oops, selected details does not exists."
|
1237 |
-
msgstr "Vybrané podrobnosti neexistují."
|
1238 |
-
|
1239 |
-
#: ../notification/notification-edit.php:49
|
1240 |
-
msgid "Please select subscribers group"
|
1241 |
-
msgstr "Vyberte skupinu odběratelů"
|
1242 |
-
|
1243 |
-
#: ../notification/notification-edit.php:55
|
1244 |
-
msgid "Please select notification status"
|
1245 |
-
msgstr "Vyberte stav oznámení"
|
1246 |
-
|
1247 |
-
#: ../notification/notification-edit.php:89
|
1248 |
-
msgid "Notification successfully updated. "
|
1249 |
-
msgstr "Oznámení bylo úspěšně upraveno. "
|
1250 |
-
|
1251 |
-
#: ../notification/notification-edit.php:122
|
1252 |
-
msgid "Edit Notification"
|
1253 |
-
msgstr "Upravit oznámení"
|
1254 |
-
|
1255 |
-
#: ../notification/notification-edit.php:123 ../notification/notification-show.
|
1256 |
-
#: php:53
|
1257 |
-
msgid "Add New"
|
1258 |
-
msgstr "Vytvoit"
|
1259 |
-
|
1260 |
-
#: ../notification/notification-edit.php:132 ../subscribers/view-subscriber-show.
|
1261 |
-
#: php:303
|
1262 |
-
msgid "Update Subscribers Group"
|
1263 |
-
msgstr "Upravit skupinu odběratelů"
|
1264 |
-
|
1265 |
-
#: ../notification/notification-show.php:35 ../sentmail/sentmail-show.php:36
|
1266 |
-
msgid "Selected record deleted."
|
1267 |
-
msgstr "Vybraný záznam byl smazán."
|
1268 |
-
|
1269 |
-
#: ../notification/notification-show.php:57
|
1270 |
-
msgid ""
|
1271 |
-
"Use this to setup and send notification emails to your subscribers when a "
|
1272 |
-
"new post is published in your blog."
|
1273 |
-
msgstr ""
|
1274 |
-
"Slouží k nastavení a odeslání oznamovacího emailu vašim odběratelům, když je "
|
1275 |
-
"nový příspěvek publikován na vašem webu."
|
1276 |
-
|
1277 |
-
#: ../notification/notification-show.php:68 ../notification/notification-show.php:
|
1278 |
-
#: 76
|
1279 |
-
msgid "Email Subject"
|
1280 |
-
msgstr "Předmět emailu"
|
1281 |
-
|
1282 |
-
#: ../notification/notification-show.php:69 ../notification/notification-show.php:
|
1283 |
-
#: 77
|
1284 |
-
msgid "Subscribers Group"
|
1285 |
-
msgstr "Skupina odběratelů"
|
1286 |
-
|
1287 |
-
#: ../notification/notification-show.php:70 ../notification/notification-show.php:
|
1288 |
-
#: 78
|
1289 |
-
msgid "Post Categories / Custom Post Types"
|
1290 |
-
msgstr "Kategorie příspěvků / Vlastní typy příspěvků"
|
1291 |
-
|
1292 |
-
#: ../notification/notification-show.php:71 ../notification/notification-show.php:
|
1293 |
-
#: 79
|
1294 |
-
msgid "Notification Status"
|
1295 |
-
msgstr "Stav oznámení"
|
1296 |
-
|
1297 |
-
#: ../notification/notification-show.php:100 ../subscribers/view-subscriber-show.
|
1298 |
-
#: php:417 ../templates/template-preview.php:35
|
1299 |
-
msgid "Edit"
|
1300 |
-
msgstr "Upravit"
|
1301 |
-
|
1302 |
-
#: ../notification/notification-show.php:103 ../subscribers/view-subscriber-show.
|
1303 |
-
#: php:301 ../subscribers/view-subscriber-show.php:422
|
1304 |
-
msgid "Delete"
|
1305 |
-
msgstr "Smazat"
|
1306 |
-
|
1307 |
-
#: ../notification/notification-show.php:143 ../sentmail/deliverreport-show.php:
|
1308 |
-
#: 128 ../sentmail/sentmail-show.php:180 ../subscribers/view-subscriber-show.php:
|
1309 |
-
#: 456
|
1310 |
-
msgid "No records available."
|
1311 |
-
msgstr "Žádné záznamy nejsou k dispozici."
|
1312 |
-
|
1313 |
-
#: ../sendmail/sendmail.php:18 ../subscribers/view-subscriber-show.php:17
|
1314 |
-
msgid "Click Here"
|
1315 |
-
msgstr "Klikněte zde"
|
1316 |
-
|
1317 |
-
#: ../sendmail/sendmail.php:40
|
1318 |
-
msgid "Please select your mail subject."
|
1319 |
-
msgstr "Vyberte předmět zprávy."
|
1320 |
-
|
1321 |
-
#: ../sendmail/sendmail.php:46
|
1322 |
-
msgid "Please select your mail type."
|
1323 |
-
msgstr "Vyberte typ zprávy."
|
1324 |
-
|
1325 |
-
#: ../sendmail/sendmail.php:52
|
1326 |
-
msgid "Please select your group."
|
1327 |
-
msgstr "Vyberte skupinu."
|
1328 |
-
|
1329 |
-
#: ../sendmail/sendmail.php:63
|
1330 |
-
msgid "Click here to check Statistics"
|
1331 |
-
msgstr "Klikněte zde pro kontrolu statistik"
|
1332 |
-
|
1333 |
-
#: ../sendmail/sendmail.php:69
|
1334 |
-
msgid "Oops.. We are getting some error. mail not sending."
|
1335 |
-
msgstr "Nastala chyba. Zprávy se neodesílají."
|
1336 |
-
|
1337 |
-
#: ../sendmail/sendmail.php:97
|
1338 |
-
msgid "Use this to send newsletter emails to your subscribers."
|
1339 |
-
msgstr "Použijete při odeslání emailů svým odběratelům."
|
1340 |
-
|
1341 |
-
#: ../sendmail/sendmail.php:106
|
1342 |
-
msgid "Select Email Subject from available list"
|
1343 |
-
msgstr "Vyberte předmět emailu ze seznamu"
|
1344 |
-
|
1345 |
-
#: ../sendmail/sendmail.php:133
|
1346 |
-
msgid "Select Email Type"
|
1347 |
-
msgstr "Vyberte typ emailu"
|
1348 |
-
|
1349 |
-
#: ../sendmail/sendmail.php:140
|
1350 |
-
msgid "Send email via cron job"
|
1351 |
-
msgstr "Odeslat email cronem"
|
1352 |
-
|
1353 |
-
#: ../sendmail/sendmail.php:147
|
1354 |
-
msgid "Select Subscribers group to Send Email"
|
1355 |
-
msgstr "Vyberte skupinu odběratelů pro odesílání emailů"
|
1356 |
-
|
1357 |
-
#: ../sendmail/sendmail.php:179
|
1358 |
-
msgid "Recipients : 0 "
|
1359 |
-
msgstr "Příjemců: 0 "
|
1360 |
-
|
1361 |
-
#: ../sendmail/sendmail.php:181
|
1362 |
-
#, php-format
|
1363 |
-
msgid "Recipients : %s"
|
1364 |
-
msgstr "Příjemců: %s"
|
1365 |
-
|
1366 |
-
#: ../sendmail/sendmail.php:184
|
1367 |
-
msgid ""
|
1368 |
-
"<br><br><strong>Your Recipients count is above 100.<br>We strongly recommend "
|
1369 |
-
"that you change above Mail Type to Cron and Send Mail via Cron Job."
|
1370 |
-
"</strong><br>Click on Help for more information."
|
1371 |
-
msgstr ""
|
1372 |
-
"<br><br><strong>Váš počet příjemců je vyšší než 100.<br>Důrazně doporučujeme,"
|
1373 |
-
" abyste výše změnili typ emailu na cron a zprávy odeslali přes cron."
|
1374 |
-
"</strong><br>Pro více informací klikněte na nápovědu."
|
1375 |
-
|
1376 |
-
#: ../sendmail/sendmail.php:196 ../sendmail/sendmail.php:198
|
1377 |
-
msgid "Send Email"
|
1378 |
-
msgstr "Odeslat email"
|
1379 |
-
|
1380 |
-
#: ../sendmail/sendmail.php:201
|
1381 |
-
msgid "Reset"
|
1382 |
-
msgstr "Reset"
|
1383 |
-
|
1384 |
-
#: ../sentmail/deliverreport-show.php:14
|
1385 |
-
msgid "Oops.. Unexpected error occurred. Please try again."
|
1386 |
-
msgstr "Nastala neznámá chyba. Prosím opakujte akci."
|
1387 |
-
|
1388 |
-
#: ../sentmail/deliverreport-show.php:47 ../sentmail/sentmail-show.php:83
|
1389 |
-
msgid " << "
|
1390 |
-
msgstr " << "
|
1391 |
-
|
1392 |
-
#: ../sentmail/deliverreport-show.php:48 ../sentmail/sentmail-show.php:84
|
1393 |
-
msgid " >> "
|
1394 |
-
msgstr " >> "
|
1395 |
-
|
1396 |
-
#: ../sentmail/deliverreport-show.php:60
|
1397 |
-
msgid "Delivery Report"
|
1398 |
-
msgstr "Hlášení o doručení"
|
1399 |
-
|
1400 |
-
#: ../sentmail/deliverreport-show.php:72 ../sentmail/deliverreport-show.php:83 ..
|
1401 |
-
#: subscribers/view-subscriber-export.php:58 ../subscribers/view-subscriber-
|
1402 |
-
#: export.php:66
|
1403 |
-
msgid "Sno"
|
1404 |
-
msgstr "Číslo"
|
1405 |
-
|
1406 |
-
#: ../sentmail/deliverreport-show.php:73 ../sentmail/deliverreport-show.php:84
|
1407 |
-
msgid "Email"
|
1408 |
-
msgstr "Email"
|
1409 |
-
|
1410 |
-
#: ../sentmail/deliverreport-show.php:74 ../sentmail/deliverreport-show.php:85 ..
|
1411 |
-
#: sentmail/sentmail-show.php:110 ../sentmail/sentmail-show.php:123 ..
|
1412 |
-
#: subscribers/view-subscriber-show.php:290
|
1413 |
-
msgid "Status"
|
1414 |
-
msgstr "Stav"
|
1415 |
-
|
1416 |
-
#: ../sentmail/deliverreport-show.php:75 ../sentmail/deliverreport-show.php:86 ..
|
1417 |
-
#: sentmail/sentmail-show.php:111 ../sentmail/sentmail-show.php:124
|
1418 |
-
msgid "Sent"
|
1419 |
-
msgstr "Odeslal"
|
1420 |
-
|
1421 |
-
#: ../sentmail/deliverreport-show.php:76 ../sentmail/deliverreport-show.php:87
|
1422 |
-
msgid "Sent Date"
|
1423 |
-
msgstr "Datum odeslání"
|
1424 |
-
|
1425 |
-
#: ../sentmail/deliverreport-show.php:77 ../sentmail/deliverreport-show.php:88
|
1426 |
-
msgid "Viewed Status"
|
1427 |
-
msgstr "Stav zobrazení"
|
1428 |
-
|
1429 |
-
#: ../sentmail/deliverreport-show.php:78 ../sentmail/deliverreport-show.php:89
|
1430 |
-
msgid "Viewed Date"
|
1431 |
-
msgstr "Datum zobrazení"
|
1432 |
-
|
1433 |
-
#: ../sentmail/sentmail-preview.php:53
|
1434 |
-
msgid "Back"
|
1435 |
-
msgstr "Zpět"
|
1436 |
-
|
1437 |
-
#: ../sentmail/sentmail-show.php:43
|
1438 |
-
msgid "Successfully deleted all reports except latest 10."
|
1439 |
-
msgstr "Úspěšně smazány všechny sestavy kromě posledních 10."
|
1440 |
-
|
1441 |
-
#: ../sentmail/sentmail-show.php:97
|
1442 |
-
msgid "It will show reports for all Newsletters & Post Notification emails sent."
|
1443 |
-
msgstr "Zobrazí přehledy všech odeslaných zpravodajů a oznámení o příspěvcích."
|
1444 |
-
|
1445 |
-
#: ../sentmail/sentmail-show.php:107 ../sentmail/sentmail-show.php:120
|
1446 |
-
msgid "View Reports"
|
1447 |
-
msgstr "Zobrazit hlášení"
|
1448 |
-
|
1449 |
-
#: ../sentmail/sentmail-show.php:109 ../sentmail/sentmail-show.php:122
|
1450 |
-
msgid "Type"
|
1451 |
-
msgstr "Typ"
|
1452 |
-
|
1453 |
-
#: ../sentmail/sentmail-show.php:112 ../sentmail/sentmail-show.php:125
|
1454 |
-
msgid "Start Date"
|
1455 |
-
msgstr "Počáteční datum"
|
1456 |
-
|
1457 |
-
#: ../sentmail/sentmail-show.php:113 ../sentmail/sentmail-show.php:126
|
1458 |
-
msgid "End Date"
|
1459 |
-
msgstr "Datum ukončení"
|
1460 |
-
|
1461 |
-
#: ../sentmail/sentmail-show.php:114 ../sentmail/sentmail-show.php:127
|
1462 |
-
msgid "Total"
|
1463 |
-
msgstr "Celkem"
|
1464 |
-
|
1465 |
-
#: ../sentmail/sentmail-show.php:115 ../sentmail/sentmail-show.php:128 ..
|
1466 |
-
#: subscribers/view-subscriber-export.php:61 ../subscribers/view-subscriber-
|
1467 |
-
#: export.php:69 ../subscribers/view-subscriber-show.php:293
|
1468 |
-
msgid "Action"
|
1469 |
-
msgstr "Akce"
|
1470 |
-
|
1471 |
-
#: ../sentmail/sentmail-show.php:190
|
1472 |
-
msgid "Optimize Table & Delete Records"
|
1473 |
-
msgstr "Optimalizovat tabulku a smazat záznamy"
|
1474 |
-
|
1475 |
-
#: ../sentmail/sentmail-show.php:199
|
1476 |
-
msgid ""
|
1477 |
-
"Note: Please click on <strong>Optimize Table & Delete Records</strong> "
|
1478 |
-
"button to delete all reports except latest 10."
|
1479 |
-
msgstr ""
|
1480 |
-
"Poznámka: Klikněte na tlačítko <strong>Optimalizace tabulek a Smazání "
|
1481 |
-
"záznamů</strong> pro vymazání všech zpráv kromě posledních 10."
|
1482 |
-
|
1483 |
-
#: ../settings/setting-sync.php:16
|
1484 |
-
msgid "Table sync completed successfully."
|
1485 |
-
msgstr "Synchronizace tabulek byla úspěšná."
|
1486 |
-
|
1487 |
-
#: ../settings/setting-sync.php:29
|
1488 |
-
msgid "Sync plugin tables"
|
1489 |
-
msgstr "Synchronizace tabulek pluginu"
|
1490 |
-
|
1491 |
-
#: ../settings/setting-sync.php:33
|
1492 |
-
msgid "Click to sync tables"
|
1493 |
-
msgstr "Klikněte pro synchronizaci tabulek"
|
1494 |
-
|
1495 |
-
#: ../settings/settings-edit.php:26
|
1496 |
-
msgid "User Roles"
|
1497 |
-
msgstr "Uživatelské úrovně"
|
1498 |
-
|
1499 |
-
#: ../settings/settings-edit.php:67
|
1500 |
-
msgid "Save Settings"
|
1501 |
-
msgstr "Uložit nastavení"
|
1502 |
-
|
1503 |
-
#: ../settings/settings-edit.php:78
|
1504 |
-
msgid "Sender of Notifications"
|
1505 |
-
msgstr "Odesílatel oznámení"
|
1506 |
-
|
1507 |
-
#: ../settings/settings-edit.php:79
|
1508 |
-
msgid ""
|
1509 |
-
"Choose a FROM name and FROM email address for all the emails to be sent from "
|
1510 |
-
"this plugin."
|
1511 |
-
msgstr ""
|
1512 |
-
"Vyberte jméno a emailovou adresu ODESÍLATELE pro všechny oznamovací emaily z "
|
1513 |
-
"tohoto pluginu."
|
1514 |
-
|
1515 |
-
#: ../settings/settings-edit.php:94
|
1516 |
-
msgid "1. WP HTML MAIL"
|
1517 |
-
msgstr "1. WP HTML ZPRÁVA"
|
1518 |
-
|
1519 |
-
#: ../settings/settings-edit.php:95
|
1520 |
-
msgid "2. WP PLAINTEXT MAIL"
|
1521 |
-
msgstr "2. WP PROSTÝ TEXT"
|
1522 |
-
|
1523 |
-
#: ../settings/settings-edit.php:96
|
1524 |
-
msgid "3. PHP HTML MAIL"
|
1525 |
-
msgstr "3. PHP HTML ZPRÁVA"
|
1526 |
-
|
1527 |
-
#: ../settings/settings-edit.php:97
|
1528 |
-
msgid "4. PHP PLAINTEXT MAIL"
|
1529 |
-
msgstr "4. PHP PROSTÝ TEXT"
|
1530 |
-
|
1531 |
-
#: ../settings/settings-edit.php:109
|
1532 |
-
msgid "Double Opt In"
|
1533 |
-
msgstr "Dvojí potvrzení"
|
1534 |
-
|
1535 |
-
#: ../settings/settings-edit.php:110 ../subscribers/view-subscriber-add.php:155 ..
|
1536 |
-
#: subscribers/view-subscriber-edit.php:150 ../subscribers/view-subscriber-
|
1537 |
-
#: import.php:181 ../subscribers/view-subscriber-show.php:326 ../subscribers/view-
|
1538 |
-
#: subscriber-show.php:356
|
1539 |
-
msgid "Single Opt In"
|
1540 |
-
msgstr "Jednoduché potvrzení"
|
1541 |
-
|
1542 |
-
#: ../settings/settings-edit.php:116
|
1543 |
-
msgid "Image Size"
|
1544 |
-
msgstr "Velikost obrázku"
|
1545 |
-
|
1546 |
-
#: ../settings/settings-edit.php:121
|
1547 |
-
msgid "Full Size"
|
1548 |
-
msgstr "Plná velikost"
|
1549 |
-
|
1550 |
-
#: ../settings/settings-edit.php:122
|
1551 |
-
msgid "Medium Size"
|
1552 |
-
msgstr "Střední velikost"
|
1553 |
-
|
1554 |
-
#: ../settings/settings-edit.php:129
|
1555 |
-
msgid "Admin Email Addresses"
|
1556 |
-
msgstr "Emailová adresa administrátora"
|
1557 |
-
|
1558 |
-
#: ../settings/settings-edit.php:130
|
1559 |
-
msgid ""
|
1560 |
-
"Enter the admin email addresses that should receive notifications (separated "
|
1561 |
-
"by comma)."
|
1562 |
-
msgstr ""
|
1563 |
-
"Zadejte emailové adresy administrátorů, kteří by měli přijímat oznámení "
|
1564 |
-
"(oddělené čárkou)."
|
1565 |
-
|
1566 |
-
#: ../settings/settings-edit.php:137
|
1567 |
-
msgid ""
|
1568 |
-
"To send admin email notifications for the new subscriber. This option must "
|
1569 |
-
"be set to YES."
|
1570 |
-
msgstr ""
|
1571 |
-
"Pro odeslání oznámení administrátorovi o novém odběrateli, je nutné volbu "
|
1572 |
-
"nastavit na ANO."
|
1573 |
-
|
1574 |
-
#: ../settings/settings-edit.php:164
|
1575 |
-
msgid "Sent Report Subject"
|
1576 |
-
msgstr "Předmět emailu pro hlášení o odeslání"
|
1577 |
-
|
1578 |
-
#: ../settings/settings-edit.php:171
|
1579 |
-
msgid "Sent Report Content"
|
1580 |
-
msgstr "Obsah hlášení o odeslání"
|
1581 |
-
|
1582 |
-
#: ../settings/settings-edit.php:198
|
1583 |
-
msgid "It is a readonly field and you are advised not to modify it."
|
1584 |
-
msgstr "Toto je pole pouze pro čtení a doporučujeme hodnotu neupravovat."
|
1585 |
-
|
1586 |
-
#: ../settings/settings-edit.php:205
|
1587 |
-
msgid ""
|
1588 |
-
"This text will be displayed once user clicks on email confirmation link from "
|
1589 |
-
"the Double Opt In (confirmation) Email."
|
1590 |
-
msgstr ""
|
1591 |
-
"Tento text bude zobrazen po kliknutí na odkaz v potvrzovacím emailu při "
|
1592 |
-
"dvojitém potvrzení."
|
1593 |
-
|
1594 |
-
#: ../settings/settings-edit.php:213
|
1595 |
-
msgid ""
|
1596 |
-
"To send welcome email to subscriber after successful signup. This option "
|
1597 |
-
"must be set to YES."
|
1598 |
-
msgstr ""
|
1599 |
-
"Chcete-li odeslat uvítací email odběrateli po úspěšné registraci musí být "
|
1600 |
-
"tato volba nastavena na hodnotu ANO."
|
1601 |
-
|
1602 |
-
#: ../settings/settings-edit.php:240
|
1603 |
-
msgid "Unsubscribe Link"
|
1604 |
-
msgstr "Odhlašovací odkaz"
|
1605 |
-
|
1606 |
-
#: ../settings/settings-edit.php:247
|
1607 |
-
msgid "Unsubscribe Text in Email"
|
1608 |
-
msgstr "Text emailu pro odhlášení"
|
1609 |
-
|
1610 |
-
#: ../settings/settings-edit.php:254
|
1611 |
-
msgid "Text to display after an email address is unsubscribed"
|
1612 |
-
msgstr "Text bude zobrazen po odhlášení emailu"
|
1613 |
-
|
1614 |
-
#: ../settings/settings-edit.php:269
|
1615 |
-
msgid "Error in the Unsubscribe Link"
|
1616 |
-
msgstr "Chybové hlášení odhlašovacího odkazu"
|
1617 |
-
|
1618 |
-
#: ../settings/settings-edit.php:282
|
1619 |
-
msgid "Select user roles who can access following menus. Only Admin can change this."
|
1620 |
-
msgstr ""
|
1621 |
-
"Vyberte uživatelské role, které mají mít přístup k následujícím menu. Pouze "
|
1622 |
-
"správce zde může provádět změny."
|
1623 |
-
|
1624 |
-
#: ../settings/settings-edit.php:288
|
1625 |
-
msgid "Subscribers Menu"
|
1626 |
-
msgstr "Menu odběratelé"
|
1627 |
-
|
1628 |
-
#: ../settings/settings-edit.php:292 ../settings/settings-edit.php:304 ..
|
1629 |
-
#: settings/settings-edit.php:316 ../settings/settings-edit.php:328 ..
|
1630 |
-
#: settings/settings-edit.php:340
|
1631 |
-
msgid "Administrator Only"
|
1632 |
-
msgstr "Pouze administrátor"
|
1633 |
-
|
1634 |
-
#: ../settings/settings-edit.php:293 ../settings/settings-edit.php:305 ..
|
1635 |
-
#: settings/settings-edit.php:317 ../settings/settings-edit.php:329 ..
|
1636 |
-
#: settings/settings-edit.php:341
|
1637 |
-
msgid "Administrator/Editor"
|
1638 |
-
msgstr "Administrátor/Editor"
|
1639 |
-
|
1640 |
-
#: ../settings/settings-edit.php:294 ../settings/settings-edit.php:306 ..
|
1641 |
-
#: settings/settings-edit.php:318 ../settings/settings-edit.php:330 ..
|
1642 |
-
#: settings/settings-edit.php:342
|
1643 |
-
msgid "Administrator/Editor/Author/Contributor"
|
1644 |
-
msgstr "Administrátor/Editor/Autor/Spolupracovník"
|
1645 |
-
|
1646 |
-
#: ../settings/settings-edit.php:312
|
1647 |
-
msgid "Post Notifications Menu"
|
1648 |
-
msgstr "Oznámení o příspěvcích"
|
1649 |
-
|
1650 |
-
#: ../settings/settings-edit.php:336
|
1651 |
-
msgid "Reports Menu"
|
1652 |
-
msgstr "Menu přehledů"
|
1653 |
-
|
1654 |
-
#: ../settings/settings-edit.php:353
|
1655 |
-
msgid "Cron job URL"
|
1656 |
-
msgstr "URL cronu"
|
1657 |
-
|
1658 |
-
#: ../settings/settings-edit.php:354
|
1659 |
-
msgid ""
|
1660 |
-
"This is your Cron Job URL. It is a readonly field and you are advised not to "
|
1661 |
-
"modify it."
|
1662 |
-
msgstr ""
|
1663 |
-
"Toto je URL vašeho cronu. Pole je pouze pro čtení, nedoporučujeme vám jej "
|
1664 |
-
"upravovat."
|
1665 |
-
|
1666 |
-
#: ../settings/settings-edit.php:363
|
1667 |
-
msgid "Email Count"
|
1668 |
-
msgstr "Počet emailů"
|
1669 |
-
|
1670 |
-
#: ../settings/settings-edit.php:364
|
1671 |
-
msgid "Number of emails that you want to trigger per hour."
|
1672 |
-
msgstr "Zadejte počet emailů, které chcete poslat za hodinu pomocí trigeru."
|
1673 |
-
|
1674 |
-
#: ../settings/settings-edit.php:385
|
1675 |
-
msgid "What is Cron (auto emails) and how to setup Cron Job?"
|
1676 |
-
msgstr "Co je to cron (automatický e-mail) a jak nastavit cron?"
|
1677 |
-
|
1678 |
-
#: ../settings/settings-edit.php:504
|
1679 |
-
msgid "Please enter sender of notifications from name."
|
1680 |
-
msgstr "Zadejte jméno odesílatele oznámení."
|
1681 |
-
|
1682 |
-
#: ../settings/settings-edit.php:509
|
1683 |
-
msgid "Please enter sender of notifications from email."
|
1684 |
-
msgstr "Zadejte email odesílatele oznámení."
|
1685 |
-
|
1686 |
-
#: ../settings/settings-edit.php:553
|
1687 |
-
msgid "Please enter valid mail count."
|
1688 |
-
msgstr "Zadejte platný počet emailů."
|
1689 |
-
|
1690 |
-
#: ../settings/settings-edit.php:566
|
1691 |
-
msgid "Settings Saved."
|
1692 |
-
msgstr "Nastavení bylo uloženo."
|
1693 |
-
|
1694 |
-
#: ../settings/settings-edit.php:569
|
1695 |
-
msgid "Oops, unable to update."
|
1696 |
-
msgstr "Nelze aktualizovat."
|
1697 |
-
|
1698 |
-
#: ../subscribers/view-subscriber-add.php:39 ../subscribers/view-subscriber-edit.
|
1699 |
-
#: php:54
|
1700 |
-
msgid "Please enter subscriber email address."
|
1701 |
-
msgstr "Zadejte emailovou adresu odběratele."
|
1702 |
-
|
1703 |
-
#: ../subscribers/view-subscriber-add.php:52
|
1704 |
-
msgid "Please select or create your group for this email."
|
1705 |
-
msgstr "Vyberte nebo vytvořte skupinu pro tento email."
|
1706 |
-
|
1707 |
-
#: ../subscribers/view-subscriber-add.php:59
|
1708 |
-
msgid ""
|
1709 |
-
"Error: Special characters (['^$%&*()}{@#~?><>,|=_+\\\"]) are not allowed in "
|
1710 |
-
"the group name."
|
1711 |
-
msgstr ""
|
1712 |
-
"Chyba: Speciální znaky (['^$%&*()}{@#~?><>,|=_+\\\"]) v názvu skupiny nelze "
|
1713 |
-
"použít."
|
1714 |
-
|
1715 |
-
#: ../subscribers/view-subscriber-add.php:69
|
1716 |
-
msgid "Subscriber has been saved."
|
1717 |
-
msgstr "Odběratel byl uložen."
|
1718 |
-
|
1719 |
-
#: ../subscribers/view-subscriber-add.php:71
|
1720 |
-
msgid "Subscriber already exists."
|
1721 |
-
msgstr "Odběratel již existuje."
|
1722 |
-
|
1723 |
-
#: ../subscribers/view-subscriber-add.php:74
|
1724 |
-
msgid "Invalid Email."
|
1725 |
-
msgstr "Neplatný email."
|
1726 |
-
|
1727 |
-
#: ../subscribers/view-subscriber-add.php:114 ../subscribers/view-subscriber-edit.
|
1728 |
-
#: php:109 ../subscribers/view-subscriber-export.php:48 ../subscribers/view-
|
1729 |
-
#: subscriber-import.php:146 ../subscribers/view-subscriber-show.php:243 ..
|
1730 |
-
#: subscribers/view-subscriber-sync.php:89
|
1731 |
-
msgid "Add New Subscriber"
|
1732 |
-
msgstr "Přidat nového odběratele"
|
1733 |
-
|
1734 |
-
#: ../subscribers/view-subscriber-add.php:115 ../subscribers/view-subscriber-edit.
|
1735 |
-
#: php:110 ../subscribers/view-subscriber-export.php:49 ../subscribers/view-
|
1736 |
-
#: subscriber-import.php:213 ../subscribers/view-subscriber-show.php:244 ..
|
1737 |
-
#: subscribers/view-subscriber-sync.php:90
|
1738 |
-
msgid "Import"
|
1739 |
-
msgstr "Import"
|
1740 |
-
|
1741 |
-
#: ../subscribers/view-subscriber-add.php:116 ../subscribers/view-subscriber-edit.
|
1742 |
-
#: php:111 ../subscribers/view-subscriber-import.php:147 ../subscribers/view-
|
1743 |
-
#: subscriber-show.php:245 ../subscribers/view-subscriber-sync.php:91
|
1744 |
-
msgid "Export"
|
1745 |
-
msgstr "Export"
|
1746 |
-
|
1747 |
-
#: ../subscribers/view-subscriber-add.php:117 ../subscribers/view-subscriber-edit.
|
1748 |
-
#: php:112 ../subscribers/view-subscriber-export.php:50 ../subscribers/view-
|
1749 |
-
#: subscriber-import.php:148 ../subscribers/view-subscriber-show.php:246 ..
|
1750 |
-
#: subscribers/view-subscriber-sync.php:143
|
1751 |
-
msgid "Sync"
|
1752 |
-
msgstr "Synchronizovat"
|
1753 |
-
|
1754 |
-
#: ../subscribers/view-subscriber-add.php:127
|
1755 |
-
msgid "Enter Subscriber's Full name"
|
1756 |
-
msgstr "Zadejte celé jméno odběratele"
|
1757 |
-
|
1758 |
-
#: ../subscribers/view-subscriber-add.php:137
|
1759 |
-
msgid "Enter Subscriber's Email Address"
|
1760 |
-
msgstr "Zadejte emailovou adresu odběratele"
|
1761 |
-
|
1762 |
-
#: ../subscribers/view-subscriber-add.php:147
|
1763 |
-
msgid "Select Subscriber's Status"
|
1764 |
-
msgstr "Vyberte stav odběratele"
|
1765 |
-
|
1766 |
-
#: ../subscribers/view-subscriber-add.php:152 ../subscribers/view-subscriber-edit.
|
1767 |
-
#: php:147 ../subscribers/view-subscriber-import.php:178 ../subscribers/view-
|
1768 |
-
#: subscriber-show.php:323 ../subscribers/view-subscriber-show.php:353
|
1769 |
-
msgid "Confirmed"
|
1770 |
-
msgstr "Potvrzeno"
|
1771 |
-
|
1772 |
-
#: ../subscribers/view-subscriber-add.php:153 ../subscribers/view-subscriber-edit.
|
1773 |
-
#: php:148 ../subscribers/view-subscriber-import.php:179 ../subscribers/view-
|
1774 |
-
#: subscriber-show.php:324 ../subscribers/view-subscriber-show.php:354
|
1775 |
-
msgid "Unconfirmed"
|
1776 |
-
msgstr "Nepotvrzeno"
|
1777 |
-
|
1778 |
-
#: ../subscribers/view-subscriber-add.php:154 ../subscribers/view-subscriber-edit.
|
1779 |
-
#: php:149 ../subscribers/view-subscriber-import.php:180 ../subscribers/view-
|
1780 |
-
#: subscriber-show.php:325 ../subscribers/view-subscriber-show.php:355
|
1781 |
-
msgid "Unsubscribed"
|
1782 |
-
msgstr "Zrušen odběr"
|
1783 |
-
|
1784 |
-
#: ../subscribers/view-subscriber-add.php:162
|
1785 |
-
msgid "Select (or) Create Group for Subscriber"
|
1786 |
-
msgstr "Vyberte (nebo) vytvořte skupinu pro odběratele"
|
1787 |
-
|
1788 |
-
#: ../subscribers/view-subscriber-add.php:178 ../subscribers/view-subscriber-
|
1789 |
-
#: import.php:205
|
1790 |
-
msgid "(or)"
|
1791 |
-
msgstr "(nebo)"
|
1792 |
-
|
1793 |
-
#: ../subscribers/view-subscriber-add.php:187
|
1794 |
-
msgid "Add Subscriber"
|
1795 |
-
msgstr "Přidat odběratele"
|
1796 |
-
|
1797 |
-
#: ../subscribers/view-subscriber-edit.php:64
|
1798 |
-
msgid "Error: Special characters are not allowed in the group name."
|
1799 |
-
msgstr "Chyba: Speciální znaky v názvu skupiny nelze použít."
|
1800 |
-
|
1801 |
-
#: ../subscribers/view-subscriber-edit.php:74
|
1802 |
-
msgid "Subscriber details updated."
|
1803 |
-
msgstr "Podrobnosti odběratele byly aktualizovány."
|
1804 |
-
|
1805 |
-
#: ../subscribers/view-subscriber-edit.php:76
|
1806 |
-
msgid "Subscriber already exists for this group."
|
1807 |
-
msgstr "Odběratel již v této skupině existuje."
|
1808 |
-
|
1809 |
-
#: ../subscribers/view-subscriber-edit.php:108
|
1810 |
-
msgid "Edit Subscriber"
|
1811 |
-
msgstr "Upravit odběratele"
|
1812 |
-
|
1813 |
-
#: ../subscribers/view-subscriber-edit.php:122
|
1814 |
-
msgid "Subscriber's Full Name"
|
1815 |
-
msgstr "Celé jména odběratele"
|
1816 |
-
|
1817 |
-
#: ../subscribers/view-subscriber-edit.php:132
|
1818 |
-
msgid "Subscriber's Email Address"
|
1819 |
-
msgstr "Emailová adresa odběratele"
|
1820 |
-
|
1821 |
-
#: ../subscribers/view-subscriber-edit.php:142
|
1822 |
-
msgid "Update Subscriber's Status"
|
1823 |
-
msgstr "Změna stavu odběratele"
|
1824 |
-
|
1825 |
-
#: ../subscribers/view-subscriber-edit.php:157
|
1826 |
-
msgid "Update Subscriber's Group"
|
1827 |
-
msgstr "Změna skupiny odběratele"
|
1828 |
-
|
1829 |
-
#: ../subscribers/view-subscriber-export.php:47
|
1830 |
-
msgid "Export Email Addresses"
|
1831 |
-
msgstr "Exportovat emailové adresy"
|
1832 |
-
|
1833 |
-
#: ../subscribers/view-subscriber-export.php:59 ../subscribers/view-subscriber-
|
1834 |
-
#: export.php:67
|
1835 |
-
msgid "Type of List to Export"
|
1836 |
-
msgstr "Typ seznamu pro export"
|
1837 |
-
|
1838 |
-
#: ../subscribers/view-subscriber-export.php:60 ../subscribers/view-subscriber-
|
1839 |
-
#: export.php:68
|
1840 |
-
msgid "Total Emails Count"
|
1841 |
-
msgstr "Počet emailů celkem"
|
1842 |
-
|
1843 |
-
#: ../subscribers/view-subscriber-export.php:74
|
1844 |
-
msgid "1"
|
1845 |
-
msgstr "1"
|
1846 |
-
|
1847 |
-
#: ../subscribers/view-subscriber-export.php:75
|
1848 |
-
msgid "All Subscribers"
|
1849 |
-
msgstr "Všichni odběratelé"
|
1850 |
-
|
1851 |
-
#: ../subscribers/view-subscriber-export.php:77 ../subscribers/view-subscriber-
|
1852 |
-
#: export.php:83 ../subscribers/view-subscriber-export.php:89 ../subscribers/view-
|
1853 |
-
#: subscriber-export.php:95 ../subscribers/view-subscriber-export.php:101
|
1854 |
-
msgid "Click to Export in CSV"
|
1855 |
-
msgstr "Klikněte pro export do CSV"
|
1856 |
-
|
1857 |
-
#: ../subscribers/view-subscriber-export.php:80
|
1858 |
-
msgid "2"
|
1859 |
-
msgstr "2"
|
1860 |
-
|
1861 |
-
#: ../subscribers/view-subscriber-export.php:81
|
1862 |
-
msgid "Active Subscribers (Status: Confirmed & Single Opt In)"
|
1863 |
-
msgstr "Aktivní odběratelé (Status: Potvrzen & Přihlášen)"
|
1864 |
-
|
1865 |
-
#: ../subscribers/view-subscriber-export.php:86
|
1866 |
-
msgid "3"
|
1867 |
-
msgstr "3"
|
1868 |
-
|
1869 |
-
#: ../subscribers/view-subscriber-export.php:87
|
1870 |
-
msgid "Inactive Subscribers (Status: Unconfirmed & Unsubscribed)"
|
1871 |
-
msgstr "Neaktivní odběratelé (Status: Nepotvrzen & Odhlášen)"
|
1872 |
-
|
1873 |
-
#: ../subscribers/view-subscriber-export.php:92
|
1874 |
-
msgid "4"
|
1875 |
-
msgstr "4"
|
1876 |
-
|
1877 |
-
#: ../subscribers/view-subscriber-export.php:93
|
1878 |
-
msgid "WordPress Registered Users"
|
1879 |
-
msgstr "WordPress registrovaní uživatelé"
|
1880 |
-
|
1881 |
-
#: ../subscribers/view-subscriber-export.php:98
|
1882 |
-
msgid "5"
|
1883 |
-
msgstr "5"
|
1884 |
-
|
1885 |
-
#: ../subscribers/view-subscriber-export.php:99
|
1886 |
-
msgid "Commented Authors"
|
1887 |
-
msgstr "Autoři komentářů"
|
1888 |
-
|
1889 |
-
#: ../subscribers/view-subscriber-import.php:45
|
1890 |
-
msgid ""
|
1891 |
-
"Error: Special characters (['^$%&*()}{@#~?><>,|=_+\\\"]) are not allowed in "
|
1892 |
-
"the Group name."
|
1893 |
-
msgstr ""
|
1894 |
-
"Chyba: Speciální znaky (['^$%&*()}{@#~?><>,|=_+\\\"]) v názvu skupiny nelze "
|
1895 |
-
"použít."
|
1896 |
-
|
1897 |
-
#: ../subscribers/view-subscriber-import.php:95
|
1898 |
-
msgid "email imported."
|
1899 |
-
msgstr "email byl importován."
|
1900 |
-
|
1901 |
-
#: ../subscribers/view-subscriber-import.php:96
|
1902 |
-
msgid "email already exists."
|
1903 |
-
msgstr "email již existuje."
|
1904 |
-
|
1905 |
-
#: ../subscribers/view-subscriber-import.php:97
|
1906 |
-
msgid "email are invalid."
|
1907 |
-
msgstr "emaily jsou neplatné."
|
1908 |
-
|
1909 |
-
#: ../subscribers/view-subscriber-import.php:100 ../subscribers/view-subscriber-
|
1910 |
-
#: import.php:129
|
1911 |
-
msgid "Click here"
|
1912 |
-
msgstr "Klikněte zde"
|
1913 |
-
|
1914 |
-
#: ../subscribers/view-subscriber-import.php:100 ../subscribers/view-subscriber-
|
1915 |
-
#: import.php:129
|
1916 |
-
msgid " to view details."
|
1917 |
-
msgstr " pro zobrazení podrobností."
|
1918 |
-
|
1919 |
-
#: ../subscribers/view-subscriber-import.php:108
|
1920 |
-
msgid "File Upload Failed."
|
1921 |
-
msgstr "Nahrávání souboru selhalo."
|
1922 |
-
|
1923 |
-
#: ../subscribers/view-subscriber-import.php:145
|
1924 |
-
msgid "Import Email Addresses"
|
1925 |
-
msgstr "Import emailových adres"
|
1926 |
-
|
1927 |
-
#: ../subscribers/view-subscriber-import.php:158
|
1928 |
-
msgid "Select CSV file"
|
1929 |
-
msgstr "Vyberte soubor CSV"
|
1930 |
-
|
1931 |
-
#: ../subscribers/view-subscriber-import.php:160
|
1932 |
-
msgid "Check CSV structure "
|
1933 |
-
msgstr "Zkontrolujte CSV strukturu "
|
1934 |
-
|
1935 |
-
#: ../subscribers/view-subscriber-import.php:161
|
1936 |
-
msgid "from here"
|
1937 |
-
msgstr "zde"
|
1938 |
-
|
1939 |
-
#: ../subscribers/view-subscriber-import.php:172
|
1940 |
-
msgid "Select Subscribers Email Status"
|
1941 |
-
msgstr "Vybrat stav emailů odběratelů"
|
1942 |
-
|
1943 |
-
#: ../subscribers/view-subscriber-import.php:188
|
1944 |
-
msgid "Select (or) Create Group for Subscribers"
|
1945 |
-
msgstr "Vyberte (nebo) vytvořte skupinu pro odběratele"
|
1946 |
-
|
1947 |
-
#: ../subscribers/view-subscriber-show.php:45
|
1948 |
-
msgid "Selected details does not exists."
|
1949 |
-
msgstr "Vybrané detaily neexistují."
|
1950 |
-
|
1951 |
-
#: ../subscribers/view-subscriber-show.php:56 ../subscribers/view-subscriber-show.
|
1952 |
-
#: php:95
|
1953 |
-
msgid "Record deleted."
|
1954 |
-
msgstr "Záznam byl smazán."
|
1955 |
-
|
1956 |
-
#: ../subscribers/view-subscriber-show.php:67
|
1957 |
-
msgid "To send confirmation email, please change the Opt-in option to Double Opt In."
|
1958 |
-
msgstr ""
|
1959 |
-
"Chcete-li odeslat potvrzovací email, změňte možnost potvrzení na dvojité "
|
1960 |
-
"potvrzení."
|
1961 |
-
|
1962 |
-
#: ../subscribers/view-subscriber-show.php:100 ../subscribers/view-subscriber-
|
1963 |
-
#: show.php:139 ../subscribers/view-subscriber-show.php:178 ../subscribers/view-
|
1964 |
-
#: subscriber-show.php:217
|
1965 |
-
msgid "No record was selected."
|
1966 |
-
msgstr "Není vybrán žádný záznam."
|
1967 |
-
|
1968 |
-
#: ../subscribers/view-subscriber-show.php:115
|
1969 |
-
msgid "To send confirmation mail, please change the Opt-in option to Double Opt In."
|
1970 |
-
msgstr ""
|
1971 |
-
"Chcete-li odeslat potvrzovací zprávu, změňte možnost potvrzení na dvojité "
|
1972 |
-
"potvrzení."
|
1973 |
-
|
1974 |
-
#: ../subscribers/view-subscriber-show.php:164
|
1975 |
-
msgid "Subscribers Group updated."
|
1976 |
-
msgstr "Skupina odběratelů je upravena."
|
1977 |
-
|
1978 |
-
#: ../subscribers/view-subscriber-show.php:169
|
1979 |
-
msgid "Please select New group to update."
|
1980 |
-
msgstr "Vyberte novou skupinu k úpravě."
|
1981 |
-
|
1982 |
-
#: ../subscribers/view-subscriber-show.php:203
|
1983 |
-
msgid "Subscribers Status updated."
|
1984 |
-
msgstr "Stav odběratele upraven."
|
1985 |
-
|
1986 |
-
#: ../subscribers/view-subscriber-show.php:208
|
1987 |
-
msgid "Please select New Status to update."
|
1988 |
-
msgstr "Vyberte nový stav ke změně."
|
1989 |
-
|
1990 |
-
#: ../subscribers/view-subscriber-show.php:258
|
1991 |
-
#, php-format
|
1992 |
-
msgid "Active Subscribers: %s"
|
1993 |
-
msgstr "Aktivní odběratelé: %s"
|
1994 |
-
|
1995 |
-
#: ../subscribers/view-subscriber-show.php:288
|
1996 |
-
msgid "Email Address"
|
1997 |
-
msgstr "Emailová adresa"
|
1998 |
-
|
1999 |
-
#: ../subscribers/view-subscriber-show.php:291
|
2000 |
-
msgid "Group"
|
2001 |
-
msgstr "Skupina"
|
2002 |
-
|
2003 |
-
#: ../subscribers/view-subscriber-show.php:292
|
2004 |
-
msgid "Signup Date & Time<br>(Y-M-D H:I:S)"
|
2005 |
-
msgstr "Datum a čas přihlášení<br>(Y-M-D H:I:S)"
|
2006 |
-
|
2007 |
-
#: ../subscribers/view-subscriber-show.php:300
|
2008 |
-
msgid "Bulk Actions"
|
2009 |
-
msgstr "Hromadné úpravy"
|
2010 |
-
|
2011 |
-
#: ../subscribers/view-subscriber-show.php:302 ../subscribers/view-subscriber-
|
2012 |
-
#: show.php:413
|
2013 |
-
msgid "Resend Confirmation"
|
2014 |
-
msgstr "Znovu odeslat povtrzení"
|
2015 |
-
|
2016 |
-
#: ../subscribers/view-subscriber-show.php:304
|
2017 |
-
msgid "Update Subscribers Status"
|
2018 |
-
msgstr "Změna stavu odběratele"
|
2019 |
-
|
2020 |
-
#: ../subscribers/view-subscriber-show.php:307
|
2021 |
-
msgid "Select Group"
|
2022 |
-
msgstr "Vyberte skupinu"
|
2023 |
-
|
2024 |
-
#: ../subscribers/view-subscriber-show.php:322
|
2025 |
-
msgid "Select Status"
|
2026 |
-
msgstr "Vybrat status"
|
2027 |
-
|
2028 |
-
#: ../subscribers/view-subscriber-show.php:328
|
2029 |
-
msgid "Apply"
|
2030 |
-
msgstr "Použít"
|
2031 |
-
|
2032 |
-
#: ../subscribers/view-subscriber-show.php:335
|
2033 |
-
msgid "All Groups"
|
2034 |
-
msgstr "Všechny skupiny"
|
2035 |
-
|
2036 |
-
#: ../subscribers/view-subscriber-show.php:352
|
2037 |
-
msgid "All Status"
|
2038 |
-
msgstr "Všechny stavy"
|
2039 |
-
|
2040 |
-
#: ../subscribers/view-subscriber-show.php:359
|
2041 |
-
msgid "1 to 500 emails"
|
2042 |
-
msgstr "1 až 500 emailů"
|
2043 |
-
|
2044 |
-
#: ../subscribers/view-subscriber-show.php:360
|
2045 |
-
msgid "501 to 1000"
|
2046 |
-
msgstr "501 až 1000"
|
2047 |
-
|
2048 |
-
#: ../subscribers/view-subscriber-show.php:361
|
2049 |
-
msgid "1001 to 1500"
|
2050 |
-
msgstr "1001 až 1500"
|
2051 |
-
|
2052 |
-
#: ../subscribers/view-subscriber-show.php:362
|
2053 |
-
msgid "1501 to 2000"
|
2054 |
-
msgstr "1501 až 2000"
|
2055 |
-
|
2056 |
-
#: ../subscribers/view-subscriber-show.php:363
|
2057 |
-
msgid "2001 to 4000"
|
2058 |
-
msgstr "2001 až 4000"
|
2059 |
-
|
2060 |
-
#: ../subscribers/view-subscriber-show.php:364
|
2061 |
-
msgid "4001 to 6000"
|
2062 |
-
msgstr "4001 až 6000"
|
2063 |
-
|
2064 |
-
#: ../subscribers/view-subscriber-show.php:365
|
2065 |
-
msgid "6001 to 10000"
|
2066 |
-
msgstr "6001 až 10000"
|
2067 |
-
|
2068 |
-
#: ../subscribers/view-subscriber-show.php:366
|
2069 |
-
msgid "Display All"
|
2070 |
-
msgstr "Zobrazit vše"
|
2071 |
-
|
2072 |
-
#: ../subscribers/view-subscriber-sync.php:36
|
2073 |
-
msgid "Please select default group to newly registered user."
|
2074 |
-
msgstr "Vyberte výchozí skupinu pro nově registrované uživatele."
|
2075 |
-
|
2076 |
-
#: ../subscribers/view-subscriber-sync.php:50
|
2077 |
-
msgid "Emails Successfully Synced."
|
2078 |
-
msgstr "Emaily byly úspěšně synchronizovány."
|
2079 |
-
|
2080 |
-
#: ../subscribers/view-subscriber-sync.php:88
|
2081 |
-
msgid "Sync Email"
|
2082 |
-
msgstr "Synchronizace emailu"
|
2083 |
-
|
2084 |
-
#: ../subscribers/view-subscriber-sync.php:101
|
2085 |
-
msgid "Sync newly registered users to subscribers list"
|
2086 |
-
msgstr "Synchronizovat nově registrované uživatele do seznamu"
|
2087 |
-
|
2088 |
-
#: ../subscribers/view-subscriber-sync.php:114
|
2089 |
-
msgid "Select group to add newly registered users to"
|
2090 |
-
msgstr "Vybert skupinu do které se mají přidávat nově registrovaní uživatelé"
|
2091 |
-
|
2092 |
-
#. Plugin Name of the plugin/theme
|
2093 |
-
msgid "Email Subscribers & Newsletters"
|
2094 |
-
msgstr "Email Subscribers & Newsletters"
|
2095 |
-
|
2096 |
-
#. Description of the plugin/theme
|
2097 |
-
msgid ""
|
2098 |
-
"Add subscription forms on website, send HTML newsletters & automatically "
|
2099 |
-
"notify subscribers about new blog posts once it is published."
|
2100 |
-
msgstr ""
|
2101 |
-
"Přidejte formulář přihlášení k zasílání zpravodajů na internetové stránky, "
|
2102 |
-
"posílejte HTML zpravodaje a automaticky informujte objednatele o nových "
|
2103 |
-
"příspěvcích, jakmile budou zveřejněny."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
languages/email-subscribers-de_DE.mo
CHANGED
Binary file
|
languages/email-subscribers-de_DE.po
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
-
"Project-Id-Version: Email Subscribers & Newsletters 3.
|
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: admin <mansi.shah@appsmagnet.com>\n"
|
8 |
"Language-Team: Icegram <hello@icegram.com>Language:\n"
|
9 |
"Language: German\n"
|
@@ -22,24 +22,57 @@ msgstr ""
|
|
22 |
"X-Loco-Target-Locale: de_DE\n"
|
23 |
"X-Poedit-SearchPath-0: .."
|
24 |
|
25 |
-
#: ../classes/es-register.php:
|
26 |
-
|
|
|
|
|
|
|
27 |
msgid ""
|
28 |
-
"
|
29 |
-
"
|
30 |
-
"spam/junk folder."
|
31 |
msgstr ""
|
32 |
|
33 |
-
#: ../classes/es-register.php:
|
34 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
35 |
msgid ""
|
36 |
-
"
|
37 |
-
"
|
38 |
-
"spam/junk folder."
|
39 |
msgstr ""
|
40 |
|
41 |
-
#: ../help/help.php:
|
42 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
43 |
msgstr ""
|
44 |
|
45 |
#: ../classes/es-common.php:13
|
@@ -86,22 +119,22 @@ msgstr "<span style=\"color:#20b2aa;font-weight:bold;\">über Cron</span>"
|
|
86 |
msgid "<span style=\"color:#993399;\">Immediately</span>"
|
87 |
msgstr "<span style=\"color:#993399;\">Sofort</span>"
|
88 |
|
89 |
-
#: ../classes/es-loadwidget.php:
|
90 |
#: subscribers/view-subscriber-show.php:289
|
91 |
msgid "Name"
|
92 |
msgstr "Name"
|
93 |
|
94 |
-
#: ../classes/es-loadwidget.php:
|
95 |
msgid "Email *"
|
96 |
msgstr "Email *"
|
97 |
|
98 |
-
#: ../classes/es-loadwidget.php:
|
99 |
-
#: php:
|
100 |
msgid "Subscribe"
|
101 |
msgstr "Anmelden"
|
102 |
|
103 |
#: ../classes/es-register.php:162 ../classes/es-register.php:163 ../classes/es-
|
104 |
-
#: register.php:
|
105 |
msgid "Email Subscribers"
|
106 |
msgstr "Email Subscribers"
|
107 |
|
@@ -111,17 +144,17 @@ msgid "Subscribers"
|
|
111 |
msgstr "Abonnenten"
|
112 |
|
113 |
#: ../classes/es-register.php:168 ../classes/es-register.php:169 ../classes/es-
|
114 |
-
#: register.php:
|
115 |
msgid "Templates"
|
116 |
msgstr "Vorlagen"
|
117 |
|
118 |
#: ../classes/es-register.php:171 ../classes/es-register.php:172 ../help/help.php:
|
119 |
-
#:
|
120 |
msgid "Post Notifications"
|
121 |
msgstr "Benachrichtigungen"
|
122 |
|
123 |
#: ../classes/es-register.php:174 ../classes/es-register.php:175 ../help/help.php:
|
124 |
-
#:
|
125 |
msgid "Newsletters"
|
126 |
msgstr "Newsletter"
|
127 |
|
@@ -280,6 +313,17 @@ msgctxt "widget-enhanced-select"
|
|
280 |
msgid "Successfully Subscribed."
|
281 |
msgstr "Erfolgreich angemeldet."
|
282 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
283 |
#: ../classes/es-register.php:261
|
284 |
msgctxt "widget-enhanced-select"
|
285 |
msgid "Email Address already exists!"
|
@@ -310,6 +354,17 @@ msgctxt "widget-page-enhanced-select"
|
|
310 |
msgid "Successfully Subscribed."
|
311 |
msgstr "Erfolgreich angemeldet."
|
312 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
313 |
#: ../classes/es-register.php:275
|
314 |
msgctxt "widget-page-enhanced-select"
|
315 |
msgid "Email Address already exists!"
|
@@ -330,7 +385,7 @@ msgctxt "widget-page-enhanced-select"
|
|
330 |
msgid "Please try after some time"
|
331 |
msgstr "Versuche es in Kürze nochmal"
|
332 |
|
333 |
-
#: ../classes/es-register.php:
|
334 |
msgid ""
|
335 |
"<b>Want readymade email templates?</b> Also want to <b>clean your "
|
336 |
"subscribers list?</b> Come check our Pro plan."
|
@@ -338,15 +393,11 @@ msgstr ""
|
|
338 |
"<b>Du möchtest vorgefertigte Emailvorlagen?</b> Und Du möchtest <b>die "
|
339 |
"Abonnentenliste bereinigen?</b> Teste unseren Pro plan."
|
340 |
|
341 |
-
#: ../classes/es-register.php:
|
342 |
-
msgid "Check Pro plan "
|
343 |
-
msgstr "Teste den Pro Plan "
|
344 |
-
|
345 |
-
#: ../classes/es-register.php:740
|
346 |
msgid "Not interested."
|
347 |
msgstr "Nicht interessiert."
|
348 |
|
349 |
-
#: ../classes/es-register.php:
|
350 |
msgid ""
|
351 |
"If you like <strong>Email Subscribers</strong>, please consider leaving us a "
|
352 |
"<a target=\"_blank\" href=\"https://wordpress.org/support/plugin/email-"
|
@@ -359,81 +410,81 @@ msgstr ""
|
|
359 |
"rated=\"Thanks :)\">★★★★★</a> Bewertung. Ein "
|
360 |
"riesiges Dankeschön von Icegram im Voraus!"
|
361 |
|
362 |
-
#: ../classes/es-register.php:
|
363 |
#, php-format
|
364 |
msgid "Email Subscribers version: <strong>%s</strong>"
|
365 |
msgstr "Email Subscribers Version: <strong>%s</strong>"
|
366 |
|
367 |
-
#: ../classes/es-register.php:
|
368 |
msgid "Add new Template"
|
369 |
msgstr "Neue Vorlage hinzufügen"
|
370 |
|
371 |
-
#: ../classes/es-register.php:
|
372 |
msgid "Edit Templates"
|
373 |
msgstr "Vorlagen bearbeiten"
|
374 |
|
375 |
-
#: ../classes/es-register.php:
|
376 |
msgid "New Templates"
|
377 |
msgstr "Neue Vorlagen"
|
378 |
|
379 |
-
#: ../classes/es-register.php:
|
380 |
msgid "View Templates"
|
381 |
msgstr "Vorlagen ansehen"
|
382 |
|
383 |
-
#: ../classes/es-register.php:
|
384 |
msgid "Search Templates"
|
385 |
msgstr "Vorlagen suchen"
|
386 |
|
387 |
-
#: ../classes/es-register.php:
|
388 |
msgid "No Templates found"
|
389 |
msgstr "Keine Vorlagen gefunden"
|
390 |
|
391 |
-
#: ../classes/es-register.php:
|
392 |
msgid "No Templates found in Trash"
|
393 |
msgstr "Keine Vorlagen im Papierkorb gefunden"
|
394 |
|
395 |
-
#: ../classes/es-register.php:
|
396 |
msgid "Thumbnail (For Visual Representation only)"
|
397 |
msgstr "Vorschaubild (nur zur visuellen Darstellung)"
|
398 |
|
399 |
-
#: ../classes/es-register.php:
|
400 |
msgid "Set thumbnail"
|
401 |
msgstr "Vorschaubild auswählen"
|
402 |
|
403 |
-
#: ../classes/es-register.php:
|
404 |
msgid "Template Type"
|
405 |
msgstr "Vorlagentyp"
|
406 |
|
407 |
-
#: ../classes/es-register.php:
|
408 |
msgid "Thumbnail"
|
409 |
msgstr "Vorschau"
|
410 |
|
411 |
-
#: ../classes/es-register.php:
|
412 |
#: sentmail/sentmail-show.php:121
|
413 |
msgid "Preview"
|
414 |
msgstr "Vorschau"
|
415 |
|
416 |
-
#: ../classes/es-register.php:
|
417 |
msgid "Available Keyword for Post Notification: {{POSTTITLE}}"
|
418 |
msgstr "Verfügbares Schlüsselwort für Beitragsbenachrichtigung: {{POSTTITLE}}"
|
419 |
|
420 |
-
#: ../classes/es-register.php:
|
421 |
msgid "Select your Email Template Type"
|
422 |
msgstr "Wähle den Typ der Emailvorlage"
|
423 |
|
424 |
-
#: ../classes/es-register.php:
|
425 |
msgid "Newsletter"
|
426 |
msgstr "Newsletter"
|
427 |
|
428 |
-
#: ../classes/es-register.php:
|
429 |
msgid "Post Notification"
|
430 |
msgstr "Benachrichtigung über Beitrag"
|
431 |
|
432 |
-
#: ../classes/es-register.php:
|
433 |
msgid "Preview Template"
|
434 |
msgstr "Voransicht Vorlage"
|
435 |
|
436 |
-
#: ../classes/es-register.php:
|
437 |
#, php-format
|
438 |
msgid ""
|
439 |
"%s for Post Notification: {{NAME}}, {{EMAIL}}, {{DATE}}, {{POSTTITLE}}, "
|
@@ -444,38 +495,38 @@ msgstr ""
|
|
444 |
"{{POSTTITLE}}, {{POSTLINK}}, {{POSTIMAGE}}, {{POSTDESC}}, {{POSTAUTHOR}}, "
|
445 |
"{{POSTLINK-WITHTITLE}}, {{POSTLINK-ONLY}}, {{POSTFULL}}"
|
446 |
|
447 |
-
#: ../classes/es-register.php:
|
448 |
msgid "Available Keywords"
|
449 |
msgstr "Verfügbare Schlüsselworte"
|
450 |
|
451 |
-
#: ../classes/es-register.php:
|
452 |
#, php-format
|
453 |
msgid "<br/><br/>%s for Newsletter: {{NAME}}, {{EMAIL}}"
|
454 |
msgstr "<br/><br/>%s für Newsletter: {{NAME}}, {{EMAIL}}"
|
455 |
|
456 |
-
#: ../classes/es-register.php:
|
457 |
msgid "Widget Title"
|
458 |
msgstr "Widget Titel"
|
459 |
|
460 |
-
#: ../classes/es-register.php:
|
461 |
msgid "Short description about subscription form"
|
462 |
msgstr "Kurze Beschreibung des Anmeldeformulars"
|
463 |
|
464 |
-
#: ../classes/es-register.php:
|
465 |
msgid "Display Name Field"
|
466 |
msgstr "Namensfeld anzeigen"
|
467 |
|
468 |
-
#: ../classes/es-register.php:
|
469 |
#: settings/settings-edit.php:217 ../subscribers/view-subscriber-sync.php:107
|
470 |
msgid "YES"
|
471 |
msgstr "Ja"
|
472 |
|
473 |
-
#: ../classes/es-register.php:
|
474 |
#: settings/settings-edit.php:218 ../subscribers/view-subscriber-sync.php:106
|
475 |
msgid "NO"
|
476 |
msgstr "Nein"
|
477 |
|
478 |
-
#: ../classes/es-register.php:
|
479 |
msgid "Subscriber Group"
|
480 |
msgstr "Abonnentengruppe"
|
481 |
|
@@ -483,15 +534,15 @@ msgstr "Abonnentengruppe"
|
|
483 |
msgid "Unexpected url submit has been detected!"
|
484 |
msgstr "Die Übertragung einer unerwarteten URL wurde erkannt!"
|
485 |
|
486 |
-
#: ../help/help.php:
|
487 |
msgid "Welcome to Email Subscribers!"
|
488 |
msgstr "Willkommen bei Email Subscribers!"
|
489 |
|
490 |
-
#: ../help/help.php:
|
491 |
msgid "Thanks for installing and we hope you will enjoy using this plugin."
|
492 |
msgstr "Danke für die Installation. Wir hoffen, dass Dir dieses Plugin gefällt."
|
493 |
|
494 |
-
#: ../help/help.php:
|
495 |
msgid ""
|
496 |
"By default, subscribers subscribed via Email Subscribers, will receive email "
|
497 |
"updates when you post a new blog. You can turn these updates off like this:"
|
@@ -500,7 +551,7 @@ msgstr ""
|
|
500 |
"haben, Updates per Email wenn Du einen neuen Beitrag postest. Du kannst "
|
501 |
"diese Updates so ausschalten:"
|
502 |
|
503 |
-
#: ../help/help.php:
|
504 |
msgid ""
|
505 |
"Email Subscribers -> Post Notification -> Edit -> Select Notification Status "
|
506 |
"when a new post is published -> Disable -> Save."
|
@@ -509,24 +560,20 @@ msgstr ""
|
|
509 |
"Benachrichtigungsstatus wenn ein neuer Beitrag veröffentlicht wird -> "
|
510 |
"Emailbenachrichtigungen deaktivieren -> Sichern."
|
511 |
|
512 |
-
#: ../help/help.php:
|
513 |
-
msgid "Get more help and tips..."
|
514 |
-
msgstr "Mehr Hilfe und Tipps..."
|
515 |
-
|
516 |
-
#: ../help/help.php:205
|
517 |
#, php-format
|
518 |
msgid "Version: %s"
|
519 |
msgstr "Version: %s"
|
520 |
|
521 |
-
#: ../help/help.php:
|
522 |
msgid "Questions? Need Help?"
|
523 |
msgstr "Fragen? Du brauchst Hilfe?"
|
524 |
|
525 |
-
#: ../help/help.php:
|
526 |
msgid "Contact Us"
|
527 |
msgstr "Kontaktiere uns"
|
528 |
|
529 |
-
#: ../help/help.php:
|
530 |
#, php-format
|
531 |
msgid ""
|
532 |
"<b>Like Email Subscribers?</b> If yes, then consider %s to support further "
|
@@ -535,15 +582,15 @@ msgstr ""
|
|
535 |
"<b>Du magst Email Subscribers?</b> Dann erwäge %s um die weitere Entwicklung "
|
536 |
"zu unterstützen."
|
537 |
|
538 |
-
#: ../help/help.php:
|
539 |
msgid "donating to us"
|
540 |
msgstr "eine Spende an uns"
|
541 |
|
542 |
-
#: ../help/help.php:
|
543 |
msgid "Description"
|
544 |
msgstr "Beschreibung"
|
545 |
|
546 |
-
#: ../help/help.php:
|
547 |
msgid ""
|
548 |
"Email Subscribers is a complete newsletter plugin which lets you collect "
|
549 |
"leads, send automated new blog post notification emails, create & send "
|
@@ -554,11 +601,11 @@ msgstr ""
|
|
554 |
"zu versenden, Newsletter zu erstellen, zu versenden und all dies an einer "
|
555 |
"einzigen Stelle zu verwalten."
|
556 |
|
557 |
-
#: ../help/help.php:
|
558 |
msgid "Feature Overview"
|
559 |
msgstr "Übersicht der Features"
|
560 |
|
561 |
-
#: ../help/help.php:
|
562 |
msgid ""
|
563 |
"Collect customer emails by adding a subscription box (Widget/Shortcode/PHP "
|
564 |
"Code)."
|
@@ -566,15 +613,15 @@ msgstr ""
|
|
566 |
"Sammeln von Kundenemailadressen durch hinzufügen einer Anmeldebox "
|
567 |
"(Widget/Shortcode/PHP Code)."
|
568 |
|
569 |
-
#: ../help/help.php:
|
570 |
msgid "Configure double Opt-In and Single Opt-In facility for subscribers."
|
571 |
msgstr "Wählen zwischen doppeltem Opt-In und einfachem Opt-In für Abonnenten."
|
572 |
|
573 |
-
#: ../help/help.php:
|
574 |
msgid "Send automatic welcome email to subscribers."
|
575 |
msgstr "Automatischer Versand von Willkommensemails an Abonnenten."
|
576 |
|
577 |
-
#: ../help/help.php:
|
578 |
msgid ""
|
579 |
"Send new post notification emails to subscribers when new posts are "
|
580 |
"published on your website."
|
@@ -582,65 +629,67 @@ msgstr ""
|
|
582 |
"Versand von Benachrichtigungsemails an Abonnenten wenn neue Beiträge auf der "
|
583 |
"Webseite veröffentlicht werden."
|
584 |
|
585 |
-
#: ../help/help.php:
|
586 |
msgid "Schedule email (Cron job) or send them manually."
|
587 |
msgstr "Geplanter Versand von Emails (Cron Jobs) oder manueller Versand."
|
588 |
|
589 |
-
#: ../help/help.php:
|
590 |
msgid "Send email notification to admin when a new user signs up."
|
591 |
msgstr "Benachrichtigungsemail an den Admin wenn ein neuer Benutzer sich anmeldet."
|
592 |
|
593 |
-
#: ../help/help.php:
|
594 |
msgid "Automatically add Unsubscribe link in the email."
|
595 |
msgstr "Automatisches Hinzufügen des Abmeldelinks in den Emails."
|
596 |
|
597 |
-
#: ../help/help.php:
|
598 |
msgid "Easily migrate subscribers from another app using Import & Export."
|
599 |
msgstr ""
|
600 |
"Einfache Migration von Benutzern von anderen Applikationen durch Import & "
|
601 |
"Export."
|
602 |
|
603 |
-
#: ../help/help.php:
|
604 |
msgid "Use HTML editor to create newsletters and post notifications."
|
605 |
msgstr ""
|
606 |
"Verwende den HTML Editor um Newsletter und Beitragsbenachrichtigungen zu "
|
607 |
"erstellen."
|
608 |
|
609 |
-
#: ../help/help.php:
|
610 |
msgid "Send newsletters to different groups."
|
611 |
msgstr "Versenden von Newslettern an unterschiedliche Gruppen."
|
612 |
|
613 |
-
#: ../help/help.php:
|
614 |
msgid "Get detailed sent email reports."
|
615 |
msgstr "Erhalte detaillierte Berichte über gesendete Emails."
|
616 |
|
617 |
-
#: ../help/help.php:
|
618 |
msgid "Control user access (User Roles and Capabilities)."
|
619 |
msgstr "Verwalten von Benutzerrechten (Rollen und Berechtigungen)."
|
620 |
|
621 |
-
#: ../help/help.php:
|
622 |
msgid "Supports localization and internationalization."
|
623 |
msgstr "Unterstützt Lokalisierung und Internationalisierung."
|
624 |
|
625 |
-
#: ../help/help.php:
|
626 |
msgid "Add Subscribe form"
|
627 |
msgstr "Anmeldeformular hinzufügen"
|
628 |
|
629 |
-
#: ../help/help.php:
|
630 |
-
#: php:
|
631 |
-
#: help/help.php:
|
632 |
-
#:
|
633 |
-
#: help/help.php:
|
634 |
-
#:
|
|
|
|
|
635 |
#, php-format
|
636 |
msgid "%s"
|
637 |
msgstr "%s"
|
638 |
|
639 |
-
#: ../help/help.php:
|
640 |
msgid "How to Add Subscription box to website?"
|
641 |
msgstr "Wie füge ich die Anmeldebox zu einer Webseite hinzu?"
|
642 |
|
643 |
-
#: ../help/help.php:
|
644 |
#, php-format
|
645 |
msgid ""
|
646 |
"Use any of the following 3 methods :<br>\n"
|
@@ -660,36 +709,36 @@ msgstr ""
|
|
660 |
" c) Kopiere diesen PHP-Code und füge ihn an der gewünschten Stelle im "
|
661 |
"Template ein: <strong>%s</strong>"
|
662 |
|
663 |
-
#: ../help/help.php:
|
664 |
msgid "Additional form settings"
|
665 |
msgstr "Zusätzliche Einstellungen für das Formular"
|
666 |
|
667 |
-
#: ../help/help.php:
|
668 |
msgid "How to Redirect Subscribers to a new page/url after successful sign up?"
|
669 |
msgstr ""
|
670 |
"Wie kann ich Abonnenten nach erfolgreicher Anmeldung auf eine neue Seite / "
|
671 |
"URL umleiten?"
|
672 |
|
673 |
-
#: ../help/help.php:
|
674 |
msgid "How to add captcha in Subscribe form of Email Subscribers?"
|
675 |
msgstr ""
|
676 |
"Wie kann ich ein Captcha zum Anmeldeformular von Email Subscribers "
|
677 |
"hinzufügen?"
|
678 |
|
679 |
-
#: ../help/help.php:
|
680 |
msgid "General Plugin Configuration"
|
681 |
msgstr "Allgemeine Plugin Konfiguration"
|
682 |
|
683 |
-
#: ../help/help.php:
|
684 |
#, php-format
|
685 |
msgid "Modify %s"
|
686 |
msgstr "Bearbeite %s"
|
687 |
|
688 |
-
#: ../help/help.php:
|
689 |
msgid "default text, email contents"
|
690 |
msgstr "Standardtext, Emailinhalt"
|
691 |
|
692 |
-
#: ../help/help.php:
|
693 |
msgid ""
|
694 |
" (like Confirmation, Welcome, Admin emails), Cron Settings and Assign User "
|
695 |
"Roles"
|
@@ -697,101 +746,105 @@ msgstr ""
|
|
697 |
" (wie Bestätigungs-, Willkommens-, Adminemails), Cron Einstellungen und "
|
698 |
"zuweisen von Benutzerrollen"
|
699 |
|
700 |
-
#: ../help/help.php:
|
|
|
|
|
|
|
|
|
701 |
msgid "How to Import or Export Email Addresses?"
|
702 |
msgstr "Wie importiere oder exportiere ich Emailadressen?"
|
703 |
|
704 |
-
#: ../help/help.php:
|
705 |
msgid "How to Add/Update Existing Subscribers Group & Status?"
|
706 |
msgstr "Wie aktualisiere ich Abonnentengruppen oder füge neue hinzu?"
|
707 |
|
708 |
-
#: ../help/help.php:
|
709 |
msgid "How to change/update/translate any texts from the plugin?"
|
710 |
msgstr "Wie kann ich Texte im Plugin ändern/aktualisieren/übersetzen?"
|
711 |
|
712 |
-
#: ../help/help.php:
|
713 |
msgid "How to add Unsubscribe link in emails?"
|
714 |
msgstr "Wie füge ich meinen Emails einen Abmeldelink hinzu?"
|
715 |
|
716 |
-
#: ../help/help.php:
|
717 |
msgid "How to check sent emails?"
|
718 |
msgstr "Wie überprüfe ich gesendete Emails?"
|
719 |
|
720 |
-
#: ../help/help.php:
|
721 |
msgid "Create and Send Newsletter Emails"
|
722 |
msgstr "Erstelle und versende Newsletteremails"
|
723 |
|
724 |
-
#: ../help/help.php:
|
725 |
msgid "Keywords in the Newsletters"
|
726 |
msgstr "Schlüsselworte in den Newslettern"
|
727 |
|
728 |
-
#: ../help/help.php:
|
729 |
msgid "Create and Send Post Notification Emails when new posts are published"
|
730 |
msgstr ""
|
731 |
"Erstelle und versende Benachrichtigungsemails wenn neue Beiträge "
|
732 |
"veröffentlicht werden"
|
733 |
|
734 |
-
#: ../help/help.php:
|
735 |
msgid "Keywords in the Post Notifications"
|
736 |
msgstr "Schlüsselworte in den Beitragsbenachrichtigungen"
|
737 |
|
738 |
-
#: ../help/help.php:
|
739 |
msgid "Send a test post notification email to myself/testgroup"
|
740 |
msgstr "Senden einer Testbenachrichtigung an sich selbst oder an eine Testgruppe"
|
741 |
|
742 |
-
#: ../help/help.php:
|
743 |
msgid "Cron Job Setup"
|
744 |
msgstr "Konfiguration Cron Job"
|
745 |
|
746 |
-
#: ../help/help.php:
|
747 |
msgid "What is Cron and how to Schedule Cron Emails?"
|
748 |
msgstr "Was ist Cron und wie plane ich Cron Emailversand?"
|
749 |
|
750 |
-
#: ../help/help.php:
|
751 |
msgid "Schedule Cron Emails in cPanel"
|
752 |
msgstr "Planen von Cron Emails in cPanel"
|
753 |
|
754 |
-
#: ../help/help.php:
|
755 |
msgid "Schedule Cron Emails in Parallels Plesk"
|
756 |
msgstr "Planen von Cron Emails in Paralles Plesk"
|
757 |
|
758 |
-
#: ../help/help.php:
|
759 |
msgid "Hosting doesn’t support Cron Jobs?"
|
760 |
msgstr "Dein Hoster unterstützt keine Cron Jobs?"
|
761 |
|
762 |
-
#: ../help/help.php:
|
763 |
msgid "Troubleshooting Steps"
|
764 |
msgstr "Schritte bei der Fehlersuche"
|
765 |
|
766 |
-
#: ../help/help.php:
|
767 |
msgid "Subscribers are not receiving Emails?"
|
768 |
msgstr "Abonnenten erhalten keine Emails?"
|
769 |
|
770 |
-
#: ../help/help.php:
|
771 |
msgid "CSS Help"
|
772 |
msgstr "CSS Hilfe"
|
773 |
|
774 |
-
#: ../help/help.php:
|
775 |
msgid "FAQ's"
|
776 |
msgstr "FAQ's"
|
777 |
|
778 |
-
#: ../help/help.php:
|
779 |
msgid "Want to do more? Here's how.."
|
780 |
msgstr "Du möchtest mehr machen? Hier steht wie..."
|
781 |
|
782 |
-
#: ../help/help.php:
|
783 |
msgid "Allow Subscribers to get subscribed to any group"
|
784 |
msgstr "Erlaube den Abnonnenten sich an jeder Gruppe anzumelden"
|
785 |
|
786 |
-
#: ../help/help.php:
|
787 |
msgid "Using our <b>free</b> "
|
788 |
msgstr "Durch die Verwendung unseres <b>kostenlosen</b>"
|
789 |
|
790 |
-
#: ../help/help.php:
|
791 |
msgid "Group Selector"
|
792 |
msgstr "Group Selector"
|
793 |
|
794 |
-
#: ../help/help.php:
|
795 |
msgid ""
|
796 |
"plugin, you can extend Email Subscribers Form functionality by providing an "
|
797 |
"grouping option right next to the form."
|
@@ -799,19 +852,19 @@ msgstr ""
|
|
799 |
"Plugins kannst Du die Funktionalität des Email Subscribers Anmeldeformulars "
|
800 |
"durch hinzufügen einer Gruppenauswahl rechts im Formular erweitern."
|
801 |
|
802 |
-
#: ../help/help.php:
|
803 |
msgid "The user can then subscribe to whichever group most appeals to them."
|
804 |
msgstr "Der Benutzer kann sich dann an der Gruppe anmelden die ihm am meisten zusagt."
|
805 |
|
806 |
-
#: ../help/help.php:
|
807 |
msgid "For example: Subscribe either to Updates or to Offers."
|
808 |
msgstr "Zum Beispiel Anmeldung entweder an Updates oder an Angeboten."
|
809 |
|
810 |
-
#: ../help/help.php:
|
811 |
msgid "Show your subscribe form inside attractive popups"
|
812 |
msgstr "Zeige die Anmeldeformulare in schönen Popups"
|
813 |
|
814 |
-
#: ../help/help.php:
|
815 |
msgid ""
|
816 |
"Don't limit your subscriber form to a widget. Embed it within popups, hello "
|
817 |
"bars, slide-ins, sidebars, full screen popups etc."
|
@@ -819,7 +872,7 @@ msgstr ""
|
|
819 |
"Beschränke das Anmeldeformular nicht auf ein Widget, binde es ein in Popups, "
|
820 |
"Hello Bars, Sidebars, bildschirmfüllenden Popups, usw."
|
821 |
|
822 |
-
#: ../help/help.php:
|
823 |
msgid ""
|
824 |
"Using Email Subscribers you can achieve this easily with our <b>free</b> "
|
825 |
"plugin "
|
@@ -828,11 +881,11 @@ msgstr ""
|
|
828 |
"unserem kostenlosen Plugin erreichen"
|
829 |
|
830 |
#. Author of the plugin/theme
|
831 |
-
#: ../help/help.php:
|
832 |
msgid "Icegram"
|
833 |
msgstr "Icegram"
|
834 |
|
835 |
-
#: ../help/help.php:
|
836 |
msgid ""
|
837 |
"Icegram's beautiful designs instantly capture user attention and help "
|
838 |
"increase sign-ups to your WordPress website."
|
@@ -841,30 +894,30 @@ msgstr ""
|
|
841 |
"auf sich und helfen dabei die Anzahl der Anmeldungen auf Deiner WordPress-"
|
842 |
"Seite zu erhöhen."
|
843 |
|
844 |
-
#: ../help/help.php:
|
845 |
#, php-format
|
846 |
msgid "How to %s"
|
847 |
msgstr "Wie kann ich %s"
|
848 |
|
849 |
-
#: ../help/help.php:
|
850 |
msgid "show subscribe form inside a popup"
|
851 |
msgstr " das Anmeldeformular in einem Popup zeigen"
|
852 |
|
853 |
-
#: ../help/help.php:
|
854 |
msgid "Get beautiful and elegant form styles"
|
855 |
msgstr "Bekomme schöne und elegante Stile für das Anmeldeformular"
|
856 |
|
857 |
-
#: ../help/help.php:
|
858 |
msgid "Email subscribers easily integrates with another <b>free</b> plugin "
|
859 |
msgstr ""
|
860 |
"Email Subscribers integriert sich sehr einfach in ein anderes "
|
861 |
"<b>kostenloses</b> Plugin "
|
862 |
|
863 |
-
#: ../help/help.php:
|
864 |
msgid "Rainmaker"
|
865 |
msgstr "Rainmaker"
|
866 |
|
867 |
-
#: ../help/help.php:
|
868 |
msgid ""
|
869 |
"Rainmaker extends the core features of Email Subscribers and provides "
|
870 |
"elegant form styles."
|
@@ -872,7 +925,7 @@ msgstr ""
|
|
872 |
"Rainmaker erweitert die Kernfeatures von Email Subscribers und bietet "
|
873 |
"elegante Stile für die Formulare."
|
874 |
|
875 |
-
#: ../help/help.php:
|
876 |
msgid ""
|
877 |
"These styles are well designed and beautify your subscription form making it "
|
878 |
"more appealing."
|
@@ -880,7 +933,7 @@ msgstr ""
|
|
880 |
"Diese Stile sind gut designed und verschönern Dein Anmeldeformular indem sie "
|
881 |
"es ansprechender machen."
|
882 |
|
883 |
-
#: ../help/help.php:
|
884 |
msgid "add Rainmaker’s form in Email Subscribers"
|
885 |
msgstr "Rainmakers Formulare in Email Subscribers einfügen"
|
886 |
|
@@ -930,7 +983,7 @@ msgstr "Benachrichtigung hinzufügen"
|
|
930 |
#: subscribers/view-subscriber-add.php:118 ../subscribers/view-subscriber-edit.
|
931 |
#: php:113 ../subscribers/view-subscriber-export.php:51 ../subscribers/view-
|
932 |
#: subscriber-import.php:149 ../subscribers/view-subscriber-show.php:247 ..
|
933 |
-
#: subscribers/view-subscriber-sync.php:92 ../templates/template-preview.php:
|
934 |
msgid "Help"
|
935 |
msgstr "Hilfe"
|
936 |
|
@@ -1077,7 +1130,7 @@ msgid "Notification Status"
|
|
1077 |
msgstr "Benachrichtigungsstatus"
|
1078 |
|
1079 |
#: ../notification/notification-show.php:100 ../subscribers/view-subscriber-show.
|
1080 |
-
#: php:417 ../templates/template-preview.php:
|
1081 |
msgid "Edit"
|
1082 |
msgstr "Bearbeiten"
|
1083 |
|
@@ -2184,15 +2237,15 @@ msgstr "Synchronisiere neu registrierte Benutzer zur Liste der Abonnenten"
|
|
2184 |
msgid "Select group to add newly registered users to"
|
2185 |
msgstr "Wähle die Gruppe zu der neu registrierte Benutzer hinzugefügt werden"
|
2186 |
|
2187 |
-
#: ../templates/template-preview.php:
|
2188 |
msgid "Template Preview"
|
2189 |
msgstr "Vorlage Vorschau"
|
2190 |
|
2191 |
-
#: ../templates/template-preview.php:
|
2192 |
msgid "This is how your email may look."
|
2193 |
msgstr "So könnte die Email aussehen."
|
2194 |
|
2195 |
-
#: ../templates/template-preview.php:
|
2196 |
msgid ""
|
2197 |
"<br><br>This Post Notification preview has replaced keywords from your last "
|
2198 |
"published blog post."
|
@@ -2200,7 +2253,7 @@ msgstr ""
|
|
2200 |
"<br><br>Diese Beitragsbenachrichtigung hat mittlerweile ersetzte "
|
2201 |
"Schlüsselworte deines letzten veröffentlichten Blogbeitrags."
|
2202 |
|
2203 |
-
#: ../templates/template-preview.php:
|
2204 |
msgid ""
|
2205 |
"<br><br>Note: Different email services (like gmail, yahoo etc) display email "
|
2206 |
"content differently. So there could be a slight variation on how your "
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
+
"Project-Id-Version: Email Subscribers & Newsletters 3.5.0\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
"POT-Creation-Date: 2017-07-26 12:00:36+00:00\n"
|
6 |
+
"PO-Revision-Date: Wed May 16 2018 16:04:59 GMT+0530 (IST)\n"
|
7 |
"Last-Translator: admin <mansi.shah@appsmagnet.com>\n"
|
8 |
"Language-Team: Icegram <hello@icegram.com>Language:\n"
|
9 |
"Language: German\n"
|
22 |
"X-Loco-Target-Locale: de_DE\n"
|
23 |
"X-Poedit-SearchPath-0: .."
|
24 |
|
25 |
+
#: ../classes/es-register.php:739
|
26 |
+
msgid "Check Pro plan"
|
27 |
+
msgstr ""
|
28 |
+
|
29 |
+
#: ../classes/es-register.php:777
|
30 |
msgid ""
|
31 |
+
"<b style=\"letter-spacing:0.4px;\">To honour GDPR, kindly enable the 'Consent "
|
32 |
+
"Checkbox' in the subscription form.</b>"
|
|
|
33 |
msgstr ""
|
34 |
|
35 |
+
#: ../classes/es-register.php:778
|
36 |
+
msgid "Steps to enable"
|
37 |
+
msgstr ""
|
38 |
+
|
39 |
+
#: ../classes/es-register.php:778
|
40 |
+
msgid "Ok, got it"
|
41 |
+
msgstr ""
|
42 |
+
|
43 |
+
#: ../help/help.php:197
|
44 |
msgid ""
|
45 |
+
"Stay in touch with us. We send out plugin help, tips, periodic updates and "
|
46 |
+
"even the occasional discounts."
|
|
|
47 |
msgstr ""
|
48 |
|
49 |
+
#: ../help/help.php:205
|
50 |
+
#, php-format
|
51 |
+
msgid "I have read and agreed to your %s."
|
52 |
+
msgstr ""
|
53 |
+
|
54 |
+
#: ../help/help.php:205
|
55 |
+
msgid "Privacy Policy"
|
56 |
+
msgstr ""
|
57 |
+
|
58 |
+
#: ../help/help.php:413
|
59 |
+
msgid "[GDPR] Email Subscribers"
|
60 |
+
msgstr ""
|
61 |
+
|
62 |
+
#: ../help/help.php:416 ../help/help.php:434
|
63 |
+
msgid "How to enable consent checkbox in the subscribe form?"
|
64 |
+
msgstr ""
|
65 |
+
|
66 |
+
#: ../help/help.php:419
|
67 |
+
msgid "What data Email Subscribers stores on your end?"
|
68 |
+
msgstr ""
|
69 |
+
|
70 |
+
#: ../help/help.php:431
|
71 |
+
msgid "[GDPR] Email Subscribers - Group Selector"
|
72 |
+
msgstr ""
|
73 |
+
|
74 |
+
#: ../help/help.php:437
|
75 |
+
msgid "What data Email Subscribers - Group Selector stores on your end?"
|
76 |
msgstr ""
|
77 |
|
78 |
#: ../classes/es-common.php:13
|
119 |
msgid "<span style=\"color:#993399;\">Immediately</span>"
|
120 |
msgstr "<span style=\"color:#993399;\">Sofort</span>"
|
121 |
|
122 |
+
#: ../classes/es-loadwidget.php:34 ../classes/es-register.php:1095 ..
|
123 |
#: subscribers/view-subscriber-show.php:289
|
124 |
msgid "Name"
|
125 |
msgstr "Name"
|
126 |
|
127 |
+
#: ../classes/es-loadwidget.php:39 ../classes/es-register.php:1100
|
128 |
msgid "Email *"
|
129 |
msgstr "Email *"
|
130 |
|
131 |
+
#: ../classes/es-loadwidget.php:47 ../classes/es-register.php:1108 ../help/help.
|
132 |
+
#: php:202
|
133 |
msgid "Subscribe"
|
134 |
msgstr "Anmelden"
|
135 |
|
136 |
#: ../classes/es-register.php:162 ../classes/es-register.php:163 ../classes/es-
|
137 |
+
#: register.php:838
|
138 |
msgid "Email Subscribers"
|
139 |
msgstr "Email Subscribers"
|
140 |
|
144 |
msgstr "Abonnenten"
|
145 |
|
146 |
#: ../classes/es-register.php:168 ../classes/es-register.php:169 ../classes/es-
|
147 |
+
#: register.php:826 ../classes/es-register.php:827 ../classes/es-register.php:832
|
148 |
msgid "Templates"
|
149 |
msgstr "Vorlagen"
|
150 |
|
151 |
#: ../classes/es-register.php:171 ../classes/es-register.php:172 ../help/help.php:
|
152 |
+
#: 370 ../notification/notification-show.php:52
|
153 |
msgid "Post Notifications"
|
154 |
msgstr "Benachrichtigungen"
|
155 |
|
156 |
#: ../classes/es-register.php:174 ../classes/es-register.php:175 ../help/help.php:
|
157 |
+
#: 360 ../sendmail/sendmail.php:93 ../settings/settings-edit.php:324
|
158 |
msgid "Newsletters"
|
159 |
msgstr "Newsletter"
|
160 |
|
313 |
msgid "Successfully Subscribed."
|
314 |
msgstr "Erfolgreich angemeldet."
|
315 |
|
316 |
+
#: ../classes/es-register.php:260
|
317 |
+
msgctxt "widget-enhanced-select"
|
318 |
+
msgid ""
|
319 |
+
"Your subscription was successful! Kindly check your mailbox and confirm your "
|
320 |
+
"subscription. If you don't see the email within a few minutes, check the "
|
321 |
+
"spam/junk folder."
|
322 |
+
msgstr ""
|
323 |
+
"Deine Anmeldung war erfolgreich! Bitte prüfe Deine Mailbox und bestätige die "
|
324 |
+
"Anmeldung. Wenn Du nach einigen Minuten noch keine Email erhalten hast prüfe "
|
325 |
+
"bitte Deinen Spam-Ordner."
|
326 |
+
|
327 |
#: ../classes/es-register.php:261
|
328 |
msgctxt "widget-enhanced-select"
|
329 |
msgid "Email Address already exists!"
|
354 |
msgid "Successfully Subscribed."
|
355 |
msgstr "Erfolgreich angemeldet."
|
356 |
|
357 |
+
#: ../classes/es-register.php:274
|
358 |
+
msgctxt "widget-page-enhanced-select"
|
359 |
+
msgid ""
|
360 |
+
"Your subscription was successful! Kindly check your mailbox and confirm your "
|
361 |
+
"subscription. If you don't see the email within a few minutes, check the "
|
362 |
+
"spam/junk folder."
|
363 |
+
msgstr ""
|
364 |
+
"Deine Anmeldung war erfolgreich! Bitte prüfe Deine Mailbox und bestätige die "
|
365 |
+
"Anmeldung. Wenn Du nach einigen Minuten noch keine Email erhalten hast prüfe "
|
366 |
+
"bitte Deinen Spam-Ordner."
|
367 |
+
|
368 |
#: ../classes/es-register.php:275
|
369 |
msgctxt "widget-page-enhanced-select"
|
370 |
msgid "Email Address already exists!"
|
385 |
msgid "Please try after some time"
|
386 |
msgstr "Versuche es in Kürze nochmal"
|
387 |
|
388 |
+
#: ../classes/es-register.php:738
|
389 |
msgid ""
|
390 |
"<b>Want readymade email templates?</b> Also want to <b>clean your "
|
391 |
"subscribers list?</b> Come check our Pro plan."
|
393 |
"<b>Du möchtest vorgefertigte Emailvorlagen?</b> Und Du möchtest <b>die "
|
394 |
"Abonnentenliste bereinigen?</b> Teste unseren Pro plan."
|
395 |
|
396 |
+
#: ../classes/es-register.php:739
|
|
|
|
|
|
|
|
|
397 |
msgid "Not interested."
|
398 |
msgstr "Nicht interessiert."
|
399 |
|
400 |
+
#: ../classes/es-register.php:803
|
401 |
msgid ""
|
402 |
"If you like <strong>Email Subscribers</strong>, please consider leaving us a "
|
403 |
"<a target=\"_blank\" href=\"https://wordpress.org/support/plugin/email-"
|
410 |
"rated=\"Thanks :)\">★★★★★</a> Bewertung. Ein "
|
411 |
"riesiges Dankeschön von Icegram im Voraus!"
|
412 |
|
413 |
+
#: ../classes/es-register.php:817
|
414 |
#, php-format
|
415 |
msgid "Email Subscribers version: <strong>%s</strong>"
|
416 |
msgstr "Email Subscribers Version: <strong>%s</strong>"
|
417 |
|
418 |
+
#: ../classes/es-register.php:828 ../classes/es-register.php:829
|
419 |
msgid "Add new Template"
|
420 |
msgstr "Neue Vorlage hinzufügen"
|
421 |
|
422 |
+
#: ../classes/es-register.php:830
|
423 |
msgid "Edit Templates"
|
424 |
msgstr "Vorlagen bearbeiten"
|
425 |
|
426 |
+
#: ../classes/es-register.php:831
|
427 |
msgid "New Templates"
|
428 |
msgstr "Neue Vorlagen"
|
429 |
|
430 |
+
#: ../classes/es-register.php:833
|
431 |
msgid "View Templates"
|
432 |
msgstr "Vorlagen ansehen"
|
433 |
|
434 |
+
#: ../classes/es-register.php:834
|
435 |
msgid "Search Templates"
|
436 |
msgstr "Vorlagen suchen"
|
437 |
|
438 |
+
#: ../classes/es-register.php:835
|
439 |
msgid "No Templates found"
|
440 |
msgstr "Keine Vorlagen gefunden"
|
441 |
|
442 |
+
#: ../classes/es-register.php:836
|
443 |
msgid "No Templates found in Trash"
|
444 |
msgstr "Keine Vorlagen im Papierkorb gefunden"
|
445 |
|
446 |
+
#: ../classes/es-register.php:839
|
447 |
msgid "Thumbnail (For Visual Representation only)"
|
448 |
msgstr "Vorschaubild (nur zur visuellen Darstellung)"
|
449 |
|
450 |
+
#: ../classes/es-register.php:840
|
451 |
msgid "Set thumbnail"
|
452 |
msgstr "Vorschaubild auswählen"
|
453 |
|
454 |
+
#: ../classes/es-register.php:877
|
455 |
msgid "Template Type"
|
456 |
msgstr "Vorlagentyp"
|
457 |
|
458 |
+
#: ../classes/es-register.php:878 ../settings/settings-edit.php:123
|
459 |
msgid "Thumbnail"
|
460 |
msgstr "Vorschau"
|
461 |
|
462 |
+
#: ../classes/es-register.php:926 ../sentmail/sentmail-show.php:108 ..
|
463 |
#: sentmail/sentmail-show.php:121
|
464 |
msgid "Preview"
|
465 |
msgstr "Vorschau"
|
466 |
|
467 |
+
#: ../classes/es-register.php:943
|
468 |
msgid "Available Keyword for Post Notification: {{POSTTITLE}}"
|
469 |
msgstr "Verfügbares Schlüsselwort für Beitragsbenachrichtigung: {{POSTTITLE}}"
|
470 |
|
471 |
+
#: ../classes/es-register.php:946
|
472 |
msgid "Select your Email Template Type"
|
473 |
msgstr "Wähle den Typ der Emailvorlage"
|
474 |
|
475 |
+
#: ../classes/es-register.php:948
|
476 |
msgid "Newsletter"
|
477 |
msgstr "Newsletter"
|
478 |
|
479 |
+
#: ../classes/es-register.php:949
|
480 |
msgid "Post Notification"
|
481 |
msgstr "Benachrichtigung über Beitrag"
|
482 |
|
483 |
+
#: ../classes/es-register.php:996
|
484 |
msgid "Preview Template"
|
485 |
msgstr "Voransicht Vorlage"
|
486 |
|
487 |
+
#: ../classes/es-register.php:1010
|
488 |
#, php-format
|
489 |
msgid ""
|
490 |
"%s for Post Notification: {{NAME}}, {{EMAIL}}, {{DATE}}, {{POSTTITLE}}, "
|
495 |
"{{POSTTITLE}}, {{POSTLINK}}, {{POSTIMAGE}}, {{POSTDESC}}, {{POSTAUTHOR}}, "
|
496 |
"{{POSTLINK-WITHTITLE}}, {{POSTLINK-ONLY}}, {{POSTFULL}}"
|
497 |
|
498 |
+
#: ../classes/es-register.php:1010 ../classes/es-register.php:1011
|
499 |
msgid "Available Keywords"
|
500 |
msgstr "Verfügbare Schlüsselworte"
|
501 |
|
502 |
+
#: ../classes/es-register.php:1011
|
503 |
#, php-format
|
504 |
msgid "<br/><br/>%s for Newsletter: {{NAME}}, {{EMAIL}}"
|
505 |
msgstr "<br/><br/>%s für Newsletter: {{NAME}}, {{EMAIL}}"
|
506 |
|
507 |
+
#: ../classes/es-register.php:1148
|
508 |
msgid "Widget Title"
|
509 |
msgstr "Widget Titel"
|
510 |
|
511 |
+
#: ../classes/es-register.php:1152
|
512 |
msgid "Short description about subscription form"
|
513 |
msgstr "Kurze Beschreibung des Anmeldeformulars"
|
514 |
|
515 |
+
#: ../classes/es-register.php:1156
|
516 |
msgid "Display Name Field"
|
517 |
msgstr "Namensfeld anzeigen"
|
518 |
|
519 |
+
#: ../classes/es-register.php:1158 ../settings/settings-edit.php:142 ..
|
520 |
#: settings/settings-edit.php:217 ../subscribers/view-subscriber-sync.php:107
|
521 |
msgid "YES"
|
522 |
msgstr "Ja"
|
523 |
|
524 |
+
#: ../classes/es-register.php:1159 ../settings/settings-edit.php:143 ..
|
525 |
#: settings/settings-edit.php:218 ../subscribers/view-subscriber-sync.php:106
|
526 |
msgid "NO"
|
527 |
msgstr "Nein"
|
528 |
|
529 |
+
#: ../classes/es-register.php:1163
|
530 |
msgid "Subscriber Group"
|
531 |
msgstr "Abonnentengruppe"
|
532 |
|
534 |
msgid "Unexpected url submit has been detected!"
|
535 |
msgstr "Die Übertragung einer unerwarteten URL wurde erkannt!"
|
536 |
|
537 |
+
#: ../help/help.php:190
|
538 |
msgid "Welcome to Email Subscribers!"
|
539 |
msgstr "Willkommen bei Email Subscribers!"
|
540 |
|
541 |
+
#: ../help/help.php:191
|
542 |
msgid "Thanks for installing and we hope you will enjoy using this plugin."
|
543 |
msgstr "Danke für die Installation. Wir hoffen, dass Dir dieses Plugin gefällt."
|
544 |
|
545 |
+
#: ../help/help.php:192
|
546 |
msgid ""
|
547 |
"By default, subscribers subscribed via Email Subscribers, will receive email "
|
548 |
"updates when you post a new blog. You can turn these updates off like this:"
|
551 |
"haben, Updates per Email wenn Du einen neuen Beitrag postest. Du kannst "
|
552 |
"diese Updates so ausschalten:"
|
553 |
|
554 |
+
#: ../help/help.php:193
|
555 |
msgid ""
|
556 |
"Email Subscribers -> Post Notification -> Edit -> Select Notification Status "
|
557 |
"when a new post is published -> Disable -> Save."
|
560 |
"Benachrichtigungsstatus wenn ein neuer Beitrag veröffentlicht wird -> "
|
561 |
"Emailbenachrichtigungen deaktivieren -> Sichern."
|
562 |
|
563 |
+
#: ../help/help.php:214
|
|
|
|
|
|
|
|
|
564 |
#, php-format
|
565 |
msgid "Version: %s"
|
566 |
msgstr "Version: %s"
|
567 |
|
568 |
+
#: ../help/help.php:217
|
569 |
msgid "Questions? Need Help?"
|
570 |
msgstr "Fragen? Du brauchst Hilfe?"
|
571 |
|
572 |
+
#: ../help/help.php:218
|
573 |
msgid "Contact Us"
|
574 |
msgstr "Kontaktiere uns"
|
575 |
|
576 |
+
#: ../help/help.php:223
|
577 |
#, php-format
|
578 |
msgid ""
|
579 |
"<b>Like Email Subscribers?</b> If yes, then consider %s to support further "
|
582 |
"<b>Du magst Email Subscribers?</b> Dann erwäge %s um die weitere Entwicklung "
|
583 |
"zu unterstützen."
|
584 |
|
585 |
+
#: ../help/help.php:223
|
586 |
msgid "donating to us"
|
587 |
msgstr "eine Spende an uns"
|
588 |
|
589 |
+
#: ../help/help.php:258
|
590 |
msgid "Description"
|
591 |
msgstr "Beschreibung"
|
592 |
|
593 |
+
#: ../help/help.php:260
|
594 |
msgid ""
|
595 |
"Email Subscribers is a complete newsletter plugin which lets you collect "
|
596 |
"leads, send automated new blog post notification emails, create & send "
|
601 |
"zu versenden, Newsletter zu erstellen, zu versenden und all dies an einer "
|
602 |
"einzigen Stelle zu verwalten."
|
603 |
|
604 |
+
#: ../help/help.php:262
|
605 |
msgid "Feature Overview"
|
606 |
msgstr "Übersicht der Features"
|
607 |
|
608 |
+
#: ../help/help.php:265
|
609 |
msgid ""
|
610 |
"Collect customer emails by adding a subscription box (Widget/Shortcode/PHP "
|
611 |
"Code)."
|
613 |
"Sammeln von Kundenemailadressen durch hinzufügen einer Anmeldebox "
|
614 |
"(Widget/Shortcode/PHP Code)."
|
615 |
|
616 |
+
#: ../help/help.php:268
|
617 |
msgid "Configure double Opt-In and Single Opt-In facility for subscribers."
|
618 |
msgstr "Wählen zwischen doppeltem Opt-In und einfachem Opt-In für Abonnenten."
|
619 |
|
620 |
+
#: ../help/help.php:271
|
621 |
msgid "Send automatic welcome email to subscribers."
|
622 |
msgstr "Automatischer Versand von Willkommensemails an Abonnenten."
|
623 |
|
624 |
+
#: ../help/help.php:274
|
625 |
msgid ""
|
626 |
"Send new post notification emails to subscribers when new posts are "
|
627 |
"published on your website."
|
629 |
"Versand von Benachrichtigungsemails an Abonnenten wenn neue Beiträge auf der "
|
630 |
"Webseite veröffentlicht werden."
|
631 |
|
632 |
+
#: ../help/help.php:277
|
633 |
msgid "Schedule email (Cron job) or send them manually."
|
634 |
msgstr "Geplanter Versand von Emails (Cron Jobs) oder manueller Versand."
|
635 |
|
636 |
+
#: ../help/help.php:280
|
637 |
msgid "Send email notification to admin when a new user signs up."
|
638 |
msgstr "Benachrichtigungsemail an den Admin wenn ein neuer Benutzer sich anmeldet."
|
639 |
|
640 |
+
#: ../help/help.php:283
|
641 |
msgid "Automatically add Unsubscribe link in the email."
|
642 |
msgstr "Automatisches Hinzufügen des Abmeldelinks in den Emails."
|
643 |
|
644 |
+
#: ../help/help.php:286
|
645 |
msgid "Easily migrate subscribers from another app using Import & Export."
|
646 |
msgstr ""
|
647 |
"Einfache Migration von Benutzern von anderen Applikationen durch Import & "
|
648 |
"Export."
|
649 |
|
650 |
+
#: ../help/help.php:289
|
651 |
msgid "Use HTML editor to create newsletters and post notifications."
|
652 |
msgstr ""
|
653 |
"Verwende den HTML Editor um Newsletter und Beitragsbenachrichtigungen zu "
|
654 |
"erstellen."
|
655 |
|
656 |
+
#: ../help/help.php:292
|
657 |
msgid "Send newsletters to different groups."
|
658 |
msgstr "Versenden von Newslettern an unterschiedliche Gruppen."
|
659 |
|
660 |
+
#: ../help/help.php:295
|
661 |
msgid "Get detailed sent email reports."
|
662 |
msgstr "Erhalte detaillierte Berichte über gesendete Emails."
|
663 |
|
664 |
+
#: ../help/help.php:298
|
665 |
msgid "Control user access (User Roles and Capabilities)."
|
666 |
msgstr "Verwalten von Benutzerrechten (Rollen und Berechtigungen)."
|
667 |
|
668 |
+
#: ../help/help.php:301
|
669 |
msgid "Supports localization and internationalization."
|
670 |
msgstr "Unterstützt Lokalisierung und Internationalisierung."
|
671 |
|
672 |
+
#: ../help/help.php:308
|
673 |
msgid "Add Subscribe form"
|
674 |
msgstr "Anmeldeformular hinzufügen"
|
675 |
|
676 |
+
#: ../help/help.php:310 ../help/help.php:321 ../help/help.php:324 ../help/help.
|
677 |
+
#: php:336 ../help/help.php:339 ../help/help.php:342 ../help/help.php:345 ..
|
678 |
+
#: help/help.php:348 ../help/help.php:351 ../help/help.php:363 ../help/help.php:
|
679 |
+
#: 366 ../help/help.php:373 ../help/help.php:376 ../help/help.php:379 ..
|
680 |
+
#: help/help.php:387 ../help/help.php:390 ../help/help.php:393 ../help/help.php:
|
681 |
+
#: 396 ../help/help.php:402 ../help/help.php:405 ../help/help.php:408 ..
|
682 |
+
#: help/help.php:416 ../help/help.php:419 ../help/help.php:434 ../help/help.php:
|
683 |
+
#: 437
|
684 |
#, php-format
|
685 |
msgid "%s"
|
686 |
msgstr "%s"
|
687 |
|
688 |
+
#: ../help/help.php:310
|
689 |
msgid "How to Add Subscription box to website?"
|
690 |
msgstr "Wie füge ich die Anmeldebox zu einer Webseite hinzu?"
|
691 |
|
692 |
+
#: ../help/help.php:313
|
693 |
#, php-format
|
694 |
msgid ""
|
695 |
"Use any of the following 3 methods :<br>\n"
|
709 |
" c) Kopiere diesen PHP-Code und füge ihn an der gewünschten Stelle im "
|
710 |
"Template ein: <strong>%s</strong>"
|
711 |
|
712 |
+
#: ../help/help.php:318
|
713 |
msgid "Additional form settings"
|
714 |
msgstr "Zusätzliche Einstellungen für das Formular"
|
715 |
|
716 |
+
#: ../help/help.php:321
|
717 |
msgid "How to Redirect Subscribers to a new page/url after successful sign up?"
|
718 |
msgstr ""
|
719 |
"Wie kann ich Abonnenten nach erfolgreicher Anmeldung auf eine neue Seite / "
|
720 |
"URL umleiten?"
|
721 |
|
722 |
+
#: ../help/help.php:324
|
723 |
msgid "How to add captcha in Subscribe form of Email Subscribers?"
|
724 |
msgstr ""
|
725 |
"Wie kann ich ein Captcha zum Anmeldeformular von Email Subscribers "
|
726 |
"hinzufügen?"
|
727 |
|
728 |
+
#: ../help/help.php:330
|
729 |
msgid "General Plugin Configuration"
|
730 |
msgstr "Allgemeine Plugin Konfiguration"
|
731 |
|
732 |
+
#: ../help/help.php:333
|
733 |
#, php-format
|
734 |
msgid "Modify %s"
|
735 |
msgstr "Bearbeite %s"
|
736 |
|
737 |
+
#: ../help/help.php:333
|
738 |
msgid "default text, email contents"
|
739 |
msgstr "Standardtext, Emailinhalt"
|
740 |
|
741 |
+
#: ../help/help.php:333
|
742 |
msgid ""
|
743 |
" (like Confirmation, Welcome, Admin emails), Cron Settings and Assign User "
|
744 |
"Roles"
|
746 |
" (wie Bestätigungs-, Willkommens-, Adminemails), Cron Einstellungen und "
|
747 |
"zuweisen von Benutzerrollen"
|
748 |
|
749 |
+
#: ../help/help.php:336
|
750 |
+
msgid "How does Sync work?"
|
751 |
+
msgstr "Wie funktioniert Sync?"
|
752 |
+
|
753 |
+
#: ../help/help.php:339
|
754 |
msgid "How to Import or Export Email Addresses?"
|
755 |
msgstr "Wie importiere oder exportiere ich Emailadressen?"
|
756 |
|
757 |
+
#: ../help/help.php:342
|
758 |
msgid "How to Add/Update Existing Subscribers Group & Status?"
|
759 |
msgstr "Wie aktualisiere ich Abonnentengruppen oder füge neue hinzu?"
|
760 |
|
761 |
+
#: ../help/help.php:345
|
762 |
msgid "How to change/update/translate any texts from the plugin?"
|
763 |
msgstr "Wie kann ich Texte im Plugin ändern/aktualisieren/übersetzen?"
|
764 |
|
765 |
+
#: ../help/help.php:348
|
766 |
msgid "How to add Unsubscribe link in emails?"
|
767 |
msgstr "Wie füge ich meinen Emails einen Abmeldelink hinzu?"
|
768 |
|
769 |
+
#: ../help/help.php:351
|
770 |
msgid "How to check sent emails?"
|
771 |
msgstr "Wie überprüfe ich gesendete Emails?"
|
772 |
|
773 |
+
#: ../help/help.php:363
|
774 |
msgid "Create and Send Newsletter Emails"
|
775 |
msgstr "Erstelle und versende Newsletteremails"
|
776 |
|
777 |
+
#: ../help/help.php:366
|
778 |
msgid "Keywords in the Newsletters"
|
779 |
msgstr "Schlüsselworte in den Newslettern"
|
780 |
|
781 |
+
#: ../help/help.php:373
|
782 |
msgid "Create and Send Post Notification Emails when new posts are published"
|
783 |
msgstr ""
|
784 |
"Erstelle und versende Benachrichtigungsemails wenn neue Beiträge "
|
785 |
"veröffentlicht werden"
|
786 |
|
787 |
+
#: ../help/help.php:376
|
788 |
msgid "Keywords in the Post Notifications"
|
789 |
msgstr "Schlüsselworte in den Beitragsbenachrichtigungen"
|
790 |
|
791 |
+
#: ../help/help.php:379
|
792 |
msgid "Send a test post notification email to myself/testgroup"
|
793 |
msgstr "Senden einer Testbenachrichtigung an sich selbst oder an eine Testgruppe"
|
794 |
|
795 |
+
#: ../help/help.php:384
|
796 |
msgid "Cron Job Setup"
|
797 |
msgstr "Konfiguration Cron Job"
|
798 |
|
799 |
+
#: ../help/help.php:387
|
800 |
msgid "What is Cron and how to Schedule Cron Emails?"
|
801 |
msgstr "Was ist Cron und wie plane ich Cron Emailversand?"
|
802 |
|
803 |
+
#: ../help/help.php:390
|
804 |
msgid "Schedule Cron Emails in cPanel"
|
805 |
msgstr "Planen von Cron Emails in cPanel"
|
806 |
|
807 |
+
#: ../help/help.php:393
|
808 |
msgid "Schedule Cron Emails in Parallels Plesk"
|
809 |
msgstr "Planen von Cron Emails in Paralles Plesk"
|
810 |
|
811 |
+
#: ../help/help.php:396
|
812 |
msgid "Hosting doesn’t support Cron Jobs?"
|
813 |
msgstr "Dein Hoster unterstützt keine Cron Jobs?"
|
814 |
|
815 |
+
#: ../help/help.php:399
|
816 |
msgid "Troubleshooting Steps"
|
817 |
msgstr "Schritte bei der Fehlersuche"
|
818 |
|
819 |
+
#: ../help/help.php:402
|
820 |
msgid "Subscribers are not receiving Emails?"
|
821 |
msgstr "Abonnenten erhalten keine Emails?"
|
822 |
|
823 |
+
#: ../help/help.php:405
|
824 |
msgid "CSS Help"
|
825 |
msgstr "CSS Hilfe"
|
826 |
|
827 |
+
#: ../help/help.php:408
|
828 |
msgid "FAQ's"
|
829 |
msgstr "FAQ's"
|
830 |
|
831 |
+
#: ../help/help.php:446
|
832 |
msgid "Want to do more? Here's how.."
|
833 |
msgstr "Du möchtest mehr machen? Hier steht wie..."
|
834 |
|
835 |
+
#: ../help/help.php:449
|
836 |
msgid "Allow Subscribers to get subscribed to any group"
|
837 |
msgstr "Erlaube den Abnonnenten sich an jeder Gruppe anzumelden"
|
838 |
|
839 |
+
#: ../help/help.php:454
|
840 |
msgid "Using our <b>free</b> "
|
841 |
msgstr "Durch die Verwendung unseres <b>kostenlosen</b>"
|
842 |
|
843 |
+
#: ../help/help.php:455
|
844 |
msgid "Group Selector"
|
845 |
msgstr "Group Selector"
|
846 |
|
847 |
+
#: ../help/help.php:456
|
848 |
msgid ""
|
849 |
"plugin, you can extend Email Subscribers Form functionality by providing an "
|
850 |
"grouping option right next to the form."
|
852 |
"Plugins kannst Du die Funktionalität des Email Subscribers Anmeldeformulars "
|
853 |
"durch hinzufügen einer Gruppenauswahl rechts im Formular erweitern."
|
854 |
|
855 |
+
#: ../help/help.php:459
|
856 |
msgid "The user can then subscribe to whichever group most appeals to them."
|
857 |
msgstr "Der Benutzer kann sich dann an der Gruppe anmelden die ihm am meisten zusagt."
|
858 |
|
859 |
+
#: ../help/help.php:462
|
860 |
msgid "For example: Subscribe either to Updates or to Offers."
|
861 |
msgstr "Zum Beispiel Anmeldung entweder an Updates oder an Angeboten."
|
862 |
|
863 |
+
#: ../help/help.php:466
|
864 |
msgid "Show your subscribe form inside attractive popups"
|
865 |
msgstr "Zeige die Anmeldeformulare in schönen Popups"
|
866 |
|
867 |
+
#: ../help/help.php:471
|
868 |
msgid ""
|
869 |
"Don't limit your subscriber form to a widget. Embed it within popups, hello "
|
870 |
"bars, slide-ins, sidebars, full screen popups etc."
|
872 |
"Beschränke das Anmeldeformular nicht auf ein Widget, binde es ein in Popups, "
|
873 |
"Hello Bars, Sidebars, bildschirmfüllenden Popups, usw."
|
874 |
|
875 |
+
#: ../help/help.php:474
|
876 |
msgid ""
|
877 |
"Using Email Subscribers you can achieve this easily with our <b>free</b> "
|
878 |
"plugin "
|
881 |
"unserem kostenlosen Plugin erreichen"
|
882 |
|
883 |
#. Author of the plugin/theme
|
884 |
+
#: ../help/help.php:475
|
885 |
msgid "Icegram"
|
886 |
msgstr "Icegram"
|
887 |
|
888 |
+
#: ../help/help.php:478
|
889 |
msgid ""
|
890 |
"Icegram's beautiful designs instantly capture user attention and help "
|
891 |
"increase sign-ups to your WordPress website."
|
894 |
"auf sich und helfen dabei die Anzahl der Anmeldungen auf Deiner WordPress-"
|
895 |
"Seite zu erhöhen."
|
896 |
|
897 |
+
#: ../help/help.php:481 ../help/help.php:501
|
898 |
#, php-format
|
899 |
msgid "How to %s"
|
900 |
msgstr "Wie kann ich %s"
|
901 |
|
902 |
+
#: ../help/help.php:481
|
903 |
msgid "show subscribe form inside a popup"
|
904 |
msgstr " das Anmeldeformular in einem Popup zeigen"
|
905 |
|
906 |
+
#: ../help/help.php:485
|
907 |
msgid "Get beautiful and elegant form styles"
|
908 |
msgstr "Bekomme schöne und elegante Stile für das Anmeldeformular"
|
909 |
|
910 |
+
#: ../help/help.php:491
|
911 |
msgid "Email subscribers easily integrates with another <b>free</b> plugin "
|
912 |
msgstr ""
|
913 |
"Email Subscribers integriert sich sehr einfach in ein anderes "
|
914 |
"<b>kostenloses</b> Plugin "
|
915 |
|
916 |
+
#: ../help/help.php:492
|
917 |
msgid "Rainmaker"
|
918 |
msgstr "Rainmaker"
|
919 |
|
920 |
+
#: ../help/help.php:495
|
921 |
msgid ""
|
922 |
"Rainmaker extends the core features of Email Subscribers and provides "
|
923 |
"elegant form styles."
|
925 |
"Rainmaker erweitert die Kernfeatures von Email Subscribers und bietet "
|
926 |
"elegante Stile für die Formulare."
|
927 |
|
928 |
+
#: ../help/help.php:498
|
929 |
msgid ""
|
930 |
"These styles are well designed and beautify your subscription form making it "
|
931 |
"more appealing."
|
933 |
"Diese Stile sind gut designed und verschönern Dein Anmeldeformular indem sie "
|
934 |
"es ansprechender machen."
|
935 |
|
936 |
+
#: ../help/help.php:501
|
937 |
msgid "add Rainmaker’s form in Email Subscribers"
|
938 |
msgstr "Rainmakers Formulare in Email Subscribers einfügen"
|
939 |
|
983 |
#: subscribers/view-subscriber-add.php:118 ../subscribers/view-subscriber-edit.
|
984 |
#: php:113 ../subscribers/view-subscriber-export.php:51 ../subscribers/view-
|
985 |
#: subscriber-import.php:149 ../subscribers/view-subscriber-show.php:247 ..
|
986 |
+
#: subscribers/view-subscriber-sync.php:92 ../templates/template-preview.php:33
|
987 |
msgid "Help"
|
988 |
msgstr "Hilfe"
|
989 |
|
1130 |
msgstr "Benachrichtigungsstatus"
|
1131 |
|
1132 |
#: ../notification/notification-show.php:100 ../subscribers/view-subscriber-show.
|
1133 |
+
#: php:417 ../templates/template-preview.php:36
|
1134 |
msgid "Edit"
|
1135 |
msgstr "Bearbeiten"
|
1136 |
|
2237 |
msgid "Select group to add newly registered users to"
|
2238 |
msgstr "Wähle die Gruppe zu der neu registrierte Benutzer hinzugefügt werden"
|
2239 |
|
2240 |
+
#: ../templates/template-preview.php:32
|
2241 |
msgid "Template Preview"
|
2242 |
msgstr "Vorlage Vorschau"
|
2243 |
|
2244 |
+
#: ../templates/template-preview.php:40
|
2245 |
msgid "This is how your email may look."
|
2246 |
msgstr "So könnte die Email aussehen."
|
2247 |
|
2248 |
+
#: ../templates/template-preview.php:42
|
2249 |
msgid ""
|
2250 |
"<br><br>This Post Notification preview has replaced keywords from your last "
|
2251 |
"published blog post."
|
2253 |
"<br><br>Diese Beitragsbenachrichtigung hat mittlerweile ersetzte "
|
2254 |
"Schlüsselworte deines letzten veröffentlichten Blogbeitrags."
|
2255 |
|
2256 |
+
#: ../templates/template-preview.php:44
|
2257 |
msgid ""
|
2258 |
"<br><br>Note: Different email services (like gmail, yahoo etc) display email "
|
2259 |
"content differently. So there could be a slight variation on how your "
|
languages/email-subscribers-es_ES.mo
CHANGED
Binary file
|
languages/email-subscribers-es_ES.po
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
-
"Project-Id-Version: Email Subscribers & Newsletters 3.
|
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: admin <mansi.shah@appsmagnet.com>\n"
|
8 |
"Language-Team: Icegram <hello@icegram.com>Language:\n"
|
9 |
"Language: Spanish (Spain)\n"
|
@@ -23,290 +23,57 @@ msgstr ""
|
|
23 |
"X-Poedit-SearchPath-0: .\n"
|
24 |
"X-Poedit-SearchPathExcluded-0: *.js"
|
25 |
|
26 |
-
#: ../classes/es-register.php:168 ../classes/es-register.php:169 ../classes/es-
|
27 |
-
#: register.php:789 ../classes/es-register.php:790 ../classes/es-register.php:795
|
28 |
-
msgid "Templates"
|
29 |
-
msgstr ""
|
30 |
-
|
31 |
-
#: ../classes/es-register.php:201
|
32 |
-
msgctxt "view-subscriber-enhanced-select"
|
33 |
-
msgid ""
|
34 |
-
"Do you want to resend confirmation email? Also please note, this will update "
|
35 |
-
"subscriber current status to 'Unconfirmed'."
|
36 |
-
msgstr ""
|
37 |
-
|
38 |
-
#: ../classes/es-register.php:215
|
39 |
-
msgctxt "notification-enhanced-select"
|
40 |
-
msgid "Please select notification mail subject. Use templates menu to create new."
|
41 |
-
msgstr ""
|
42 |
-
|
43 |
-
#: ../classes/es-register.php:260
|
44 |
-
msgctxt "widget-enhanced-select"
|
45 |
-
msgid ""
|
46 |
-
"Your subscription was successful! Kindly check your mailbox and confirm your "
|
47 |
-
"subscription. If you don't see the email within a few minutes, check the "
|
48 |
-
"spam/junk folder."
|
49 |
-
msgstr ""
|
50 |
-
|
51 |
-
#: ../classes/es-register.php:274
|
52 |
-
msgctxt "widget-page-enhanced-select"
|
53 |
-
msgid ""
|
54 |
-
"Your subscription was successful! Kindly check your mailbox and confirm your "
|
55 |
-
"subscription. If you don't see the email within a few minutes, check the "
|
56 |
-
"spam/junk folder."
|
57 |
-
msgstr ""
|
58 |
-
|
59 |
#: ../classes/es-register.php:739
|
60 |
-
msgid ""
|
61 |
-
"<b>Want readymade email templates?</b> Also want to <b>clean your "
|
62 |
-
"subscribers list?</b> Come check our Pro plan."
|
63 |
-
msgstr ""
|
64 |
-
|
65 |
-
#: ../classes/es-register.php:740
|
66 |
-
msgid "Check Pro plan "
|
67 |
-
msgstr ""
|
68 |
-
|
69 |
-
#: ../classes/es-register.php:740
|
70 |
-
msgid "Not interested."
|
71 |
-
msgstr ""
|
72 |
-
|
73 |
-
#: ../classes/es-register.php:780
|
74 |
-
#, php-format
|
75 |
-
msgid "Email Subscribers version: <strong>%s</strong>"
|
76 |
-
msgstr ""
|
77 |
-
|
78 |
-
#: ../classes/es-register.php:791 ../classes/es-register.php:792
|
79 |
-
msgid "Add new Template"
|
80 |
-
msgstr ""
|
81 |
-
|
82 |
-
#: ../classes/es-register.php:793
|
83 |
-
msgid "Edit Templates"
|
84 |
-
msgstr ""
|
85 |
-
|
86 |
-
#: ../classes/es-register.php:794
|
87 |
-
msgid "New Templates"
|
88 |
-
msgstr ""
|
89 |
-
|
90 |
-
#: ../classes/es-register.php:796
|
91 |
-
msgid "View Templates"
|
92 |
msgstr ""
|
93 |
|
94 |
-
#: ../classes/es-register.php:
|
95 |
-
msgid "Search Templates"
|
96 |
-
msgstr ""
|
97 |
-
|
98 |
-
#: ../classes/es-register.php:798
|
99 |
-
msgid "No Templates found"
|
100 |
-
msgstr ""
|
101 |
-
|
102 |
-
#: ../classes/es-register.php:799
|
103 |
-
msgid "No Templates found in Trash"
|
104 |
-
msgstr ""
|
105 |
-
|
106 |
-
#: ../classes/es-register.php:802
|
107 |
-
msgid "Thumbnail (For Visual Representation only)"
|
108 |
-
msgstr ""
|
109 |
-
|
110 |
-
#: ../classes/es-register.php:803
|
111 |
-
msgid "Set thumbnail"
|
112 |
-
msgstr ""
|
113 |
-
|
114 |
-
#: ../classes/es-register.php:840
|
115 |
-
msgid "Template Type"
|
116 |
-
msgstr ""
|
117 |
-
|
118 |
-
#: ../classes/es-register.php:906
|
119 |
-
msgid "Available Keyword for Post Notification: {{POSTTITLE}}"
|
120 |
-
msgstr ""
|
121 |
-
|
122 |
-
#: ../classes/es-register.php:909
|
123 |
-
msgid "Select your Email Template Type"
|
124 |
-
msgstr ""
|
125 |
-
|
126 |
-
#: ../classes/es-register.php:959
|
127 |
-
msgid "Preview Template"
|
128 |
-
msgstr ""
|
129 |
-
|
130 |
-
#: ../classes/es-register.php:973
|
131 |
-
#, php-format
|
132 |
msgid ""
|
133 |
-
"
|
134 |
-
"
|
135 |
-
"WITHTITLE}}, {{POSTLINK-ONLY}}, {{POSTFULL}}"
|
136 |
-
msgstr ""
|
137 |
-
|
138 |
-
#: ../classes/es-register.php:974
|
139 |
-
#, php-format
|
140 |
-
msgid "<br/><br/>%s for Newsletter: {{NAME}}, {{EMAIL}}"
|
141 |
msgstr ""
|
142 |
|
143 |
-
#: ../
|
144 |
-
msgid "
|
145 |
msgstr ""
|
146 |
|
147 |
-
#: ../
|
148 |
-
msgid "
|
149 |
msgstr ""
|
150 |
|
151 |
-
#: ../help/help.php:
|
152 |
msgid ""
|
153 |
-
"
|
154 |
-
"
|
155 |
-
msgstr ""
|
156 |
-
|
157 |
-
#: ../help/help.php:187
|
158 |
-
msgid ""
|
159 |
-
"Email Subscribers -> Post Notification -> Edit -> Select Notification Status "
|
160 |
-
"when a new post is published -> Disable -> Save."
|
161 |
msgstr ""
|
162 |
|
163 |
-
#: ../help/help.php:
|
164 |
#, php-format
|
165 |
-
msgid ""
|
166 |
-
"<b>Like Email Subscribers?</b> If yes, then consider %s to support further "
|
167 |
-
"developments."
|
168 |
-
msgstr ""
|
169 |
-
|
170 |
-
#: ../help/help.php:280
|
171 |
-
msgid "Use HTML editor to create newsletters and post notifications."
|
172 |
msgstr ""
|
173 |
|
174 |
-
#: ../help/help.php:
|
175 |
-
msgid "
|
176 |
-
msgstr ""
|
177 |
-
|
178 |
-
#: ../help/help.php:327
|
179 |
-
msgid "How does Sync work?"
|
180 |
-
msgstr ""
|
181 |
-
|
182 |
-
#: ../help/help.php:342
|
183 |
-
msgid "How to check sent emails?"
|
184 |
-
msgstr ""
|
185 |
-
|
186 |
-
#: ../help/help.php:354
|
187 |
-
msgid "Create and Send Newsletter Emails"
|
188 |
-
msgstr ""
|
189 |
-
|
190 |
-
#: ../help/help.php:357
|
191 |
-
msgid "Keywords in the Newsletters"
|
192 |
-
msgstr ""
|
193 |
-
|
194 |
-
#: ../help/help.php:364
|
195 |
-
msgid "Create and Send Post Notification Emails when new posts are published"
|
196 |
-
msgstr ""
|
197 |
-
|
198 |
-
#: ../help/help.php:378
|
199 |
-
msgid "What is Cron and how to Schedule Cron Emails?"
|
200 |
-
msgstr ""
|
201 |
-
|
202 |
-
#: ../help/help.php:412
|
203 |
-
msgid "Using our <b>free</b> "
|
204 |
-
msgstr ""
|
205 |
-
|
206 |
-
#: ../help/help.php:432
|
207 |
-
msgid ""
|
208 |
-
"Using Email Subscribers you can achieve this easily with our <b>free</b> "
|
209 |
-
"plugin "
|
210 |
-
msgstr ""
|
211 |
-
|
212 |
-
#: ../help/help.php:449
|
213 |
-
msgid "Email subscribers easily integrates with another <b>free</b> plugin "
|
214 |
-
msgstr ""
|
215 |
-
|
216 |
-
#: ../notification/notification-add.php:45 ../notification/notification-edit.php:61
|
217 |
-
msgid "Please select notification mail subject. Use templates menu to create new."
|
218 |
-
msgstr ""
|
219 |
-
|
220 |
-
#: ../notification/notification-add.php:144 ../notification/notification-edit.php:
|
221 |
-
#: 164
|
222 |
-
msgid "(Use templates menu to create new)"
|
223 |
-
msgstr ""
|
224 |
-
|
225 |
-
#: ../settings/settings-edit.php:117
|
226 |
-
msgid ""
|
227 |
-
"Select image size for {{POSTIMAGE}} to be shown in the Post Notification "
|
228 |
-
"Emails."
|
229 |
-
msgstr ""
|
230 |
-
|
231 |
-
#: ../settings/settings-edit.php:157
|
232 |
-
msgid ""
|
233 |
-
"Content for the admin email whenever a new subscriber signs up and is "
|
234 |
-
"confirmed.<br />Available Keywords: {{NAME}}, {{EMAIL}}, {{GROUP}}"
|
235 |
-
msgstr ""
|
236 |
-
|
237 |
-
#: ../settings/settings-edit.php:172
|
238 |
-
msgid ""
|
239 |
-
"Content for the email report which will be sent to admin.<br />Available "
|
240 |
-
"Keywords: {{COUNT}}, {{UNIQUE}}, {{STARTTIME}}, {{ENDTIME}}"
|
241 |
-
msgstr ""
|
242 |
-
|
243 |
-
#: ../settings/settings-edit.php:191
|
244 |
-
msgid ""
|
245 |
-
"Content for the confirmation email to be sent for Double Opt-In whenever a "
|
246 |
-
"subscriber signs up.<br />Available Keywords: {{NAME}}, {{LINK}}"
|
247 |
-
msgstr ""
|
248 |
-
|
249 |
-
#: ../settings/settings-edit.php:232
|
250 |
-
msgid ""
|
251 |
-
"Content for the subscriber welcome email whenever a user's email is either "
|
252 |
-
"confirmed (if Double Opt In) / subscribed (if Single Opt In) successfully."
|
253 |
-
"<br />Available Keywords: {{NAME}}, {{GROUP}}, {{LINK}}"
|
254 |
-
msgstr ""
|
255 |
-
|
256 |
-
#: ../settings/settings-edit.php:248
|
257 |
-
msgid ""
|
258 |
-
"The text for the unsubscribe link. This text is automatically added with "
|
259 |
-
"unsubscribe link in the emails.<br />Available Keyword: {{LINK}}"
|
260 |
-
msgstr ""
|
261 |
-
|
262 |
-
#: ../settings/settings-edit.php:300
|
263 |
-
msgid "Templates Menu"
|
264 |
-
msgstr ""
|
265 |
-
|
266 |
-
#: ../settings/settings-edit.php:375
|
267 |
-
msgid ""
|
268 |
-
"Email to admin whenever a cron URL is triggered from your server.<br "
|
269 |
-
"/>Available Keywords: {{DATE}}, {{SUBJECT}}, {{COUNT}}"
|
270 |
-
msgstr ""
|
271 |
-
|
272 |
-
#: ../subscribers/view-subscriber-export.php:12
|
273 |
-
msgid ""
|
274 |
-
"Oops! Looks like you are not the site administrator.<br><br>Only the site "
|
275 |
-
"administrator can export subscriber list."
|
276 |
msgstr ""
|
277 |
|
278 |
-
#: ../
|
279 |
-
msgid "
|
280 |
msgstr ""
|
281 |
|
282 |
-
#: ../
|
283 |
-
|
284 |
-
msgid "Confirmation emails resent successfully."
|
285 |
msgstr ""
|
286 |
|
287 |
-
#: ../
|
288 |
-
msgid "
|
289 |
msgstr ""
|
290 |
|
291 |
-
#: ../
|
292 |
-
msgid "
|
293 |
msgstr ""
|
294 |
|
295 |
-
#: ../
|
296 |
-
msgid "
|
297 |
-
msgstr ""
|
298 |
-
|
299 |
-
#: ../templates/template-preview.php:41
|
300 |
-
msgid ""
|
301 |
-
"<br><br>This Post Notification preview has replaced keywords from your last "
|
302 |
-
"published blog post."
|
303 |
-
msgstr ""
|
304 |
-
|
305 |
-
#: ../templates/template-preview.php:43
|
306 |
-
msgid ""
|
307 |
-
"<br><br>Note: Different email services (like gmail, yahoo etc) display email "
|
308 |
-
"content differently. So there could be a slight variation on how your "
|
309 |
-
"customer will view the email content."
|
310 |
msgstr ""
|
311 |
|
312 |
#: ../classes/es-common.php:13
|
@@ -353,22 +120,22 @@ msgstr "<span style=\"color:#20b2aa;font-weight:bold;\">por tarea CRON</span>"
|
|
353 |
msgid "<span style=\"color:#993399;\">Immediately</span>"
|
354 |
msgstr "<span style=\"color:#993399;\">Inmediatamente</span>"
|
355 |
|
356 |
-
#: ../classes/es-loadwidget.php:
|
357 |
#: subscribers/view-subscriber-show.php:289
|
358 |
msgid "Name"
|
359 |
msgstr "Nombre"
|
360 |
|
361 |
-
#: ../classes/es-loadwidget.php:
|
362 |
msgid "Email *"
|
363 |
msgstr "Email *"
|
364 |
|
365 |
-
#: ../classes/es-loadwidget.php:
|
366 |
-
#: php:
|
367 |
msgid "Subscribe"
|
368 |
msgstr "Suscribirse"
|
369 |
|
370 |
#: ../classes/es-register.php:162 ../classes/es-register.php:163 ../classes/es-
|
371 |
-
#: register.php:
|
372 |
msgid "Email Subscribers"
|
373 |
msgstr "Email Subscribers"
|
374 |
|
@@ -377,13 +144,18 @@ msgstr "Email Subscribers"
|
|
377 |
msgid "Subscribers"
|
378 |
msgstr "Suscriptores"
|
379 |
|
|
|
|
|
|
|
|
|
|
|
380 |
#: ../classes/es-register.php:171 ../classes/es-register.php:172 ../help/help.php:
|
381 |
-
#:
|
382 |
msgid "Post Notifications"
|
383 |
msgstr "Notificar Entrada"
|
384 |
|
385 |
#: ../classes/es-register.php:174 ../classes/es-register.php:175 ../help/help.php:
|
386 |
-
#:
|
387 |
msgid "Newsletters"
|
388 |
msgstr "Boletín Informativo"
|
389 |
|
@@ -418,7 +190,7 @@ msgstr "Por favor selecciona el estado de correo de suscriptor."
|
|
418 |
#: ../classes/es-register.php:197
|
419 |
msgctxt "view-subscriber-enhanced-select"
|
420 |
msgid "Please select or create group for this subscriber."
|
421 |
-
msgstr "Selecciona o crea un grupo para este suscriptor"
|
422 |
|
423 |
#: ../classes/es-register.php:198
|
424 |
msgctxt "view-subscriber-enhanced-select"
|
@@ -435,6 +207,15 @@ msgctxt "view-subscriber-enhanced-select"
|
|
435 |
msgid "Are you sure you want to delete selected records?"
|
436 |
msgstr "¿Confirmas la eliminación de los suscriptores seleccionados?"
|
437 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
438 |
#: ../classes/es-register.php:202
|
439 |
msgctxt "view-subscriber-enhanced-select"
|
440 |
msgid "Please select new subscriber group."
|
@@ -471,6 +252,13 @@ msgctxt "notification-enhanced-select"
|
|
471 |
msgid "Please select subscribers group."
|
472 |
msgstr "Por favor selecciona el grupo de suscriptores."
|
473 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
474 |
#: ../classes/es-register.php:216
|
475 |
msgctxt "notification-enhanced-select"
|
476 |
msgid "Please select notification status."
|
@@ -532,6 +320,17 @@ msgctxt "widget-enhanced-select"
|
|
532 |
msgid "Successfully Subscribed."
|
533 |
msgstr "Suscripción correcta."
|
534 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
535 |
#: ../classes/es-register.php:261
|
536 |
msgctxt "widget-enhanced-select"
|
537 |
msgid "Email Address already exists!"
|
@@ -562,6 +361,17 @@ msgctxt "widget-page-enhanced-select"
|
|
562 |
msgid "Successfully Subscribed."
|
563 |
msgstr "Suscripción correcta."
|
564 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
565 |
#: ../classes/es-register.php:275
|
566 |
msgctxt "widget-page-enhanced-select"
|
567 |
msgid "Email Address already exists!"
|
@@ -582,7 +392,19 @@ msgctxt "widget-page-enhanced-select"
|
|
582 |
msgid "Please try after some time"
|
583 |
msgstr "Por favor, inténtalo transcurridos unos minutos"
|
584 |
|
585 |
-
#: ../classes/es-register.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
586 |
msgid ""
|
587 |
"If you like <strong>Email Subscribers</strong>, please consider leaving us a "
|
588 |
"<a target=\"_blank\" href=\"https://wordpress.org/support/plugin/email-"
|
@@ -595,83 +417,186 @@ msgstr ""
|
|
595 |
"★★★★</a>. ¡Te lo agradecemos enormemente desde "
|
596 |
"Icegram!"
|
597 |
|
598 |
-
#: ../classes/es-register.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
599 |
msgid "Thumbnail"
|
600 |
msgstr "Pequeña"
|
601 |
|
602 |
-
#: ../classes/es-register.php:
|
603 |
#: sentmail/sentmail-show.php:121
|
604 |
msgid "Preview"
|
605 |
msgstr "Vista previa"
|
606 |
|
607 |
-
#: ../classes/es-register.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
608 |
msgid "Newsletter"
|
609 |
msgstr "Boletín informativo"
|
610 |
|
611 |
-
#: ../classes/es-register.php:
|
612 |
msgid "Post Notification"
|
613 |
msgstr "Notificación de nueva Entrada"
|
614 |
|
615 |
-
#: ../classes/es-register.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
616 |
msgid "Available Keywords"
|
617 |
msgstr "Campos disponibles"
|
618 |
|
619 |
-
#: ../classes/es-register.php:
|
|
|
|
|
|
|
|
|
|
|
620 |
msgid "Widget Title"
|
621 |
msgstr "Título Widget"
|
622 |
|
623 |
-
#: ../classes/es-register.php:
|
624 |
msgid "Short description about subscription form"
|
625 |
msgstr "Descripción corta sobre el formulario de suscripción"
|
626 |
|
627 |
-
#: ../classes/es-register.php:
|
628 |
msgid "Display Name Field"
|
629 |
msgstr "Mostrar el campo Nombre"
|
630 |
|
631 |
-
#: ../classes/es-register.php:
|
632 |
#: settings/settings-edit.php:217 ../subscribers/view-subscriber-sync.php:107
|
633 |
msgid "YES"
|
634 |
msgstr "SÍ"
|
635 |
|
636 |
-
#: ../classes/es-register.php:
|
637 |
#: settings/settings-edit.php:218 ../subscribers/view-subscriber-sync.php:106
|
638 |
msgid "NO"
|
639 |
msgstr "NO"
|
640 |
|
641 |
-
#: ../classes/es-register.php:
|
642 |
msgid "Subscriber Group"
|
643 |
msgstr "Grupos de suscriptores"
|
644 |
|
645 |
-
#: ../
|
|
|
|
|
|
|
|
|
646 |
msgid "Welcome to Email Subscribers!"
|
647 |
msgstr "¡Bienvenido a Email Subscribers!"
|
648 |
|
649 |
#: ../help/help.php:191
|
650 |
-
msgid "
|
651 |
-
msgstr "
|
652 |
|
653 |
-
#: ../help/help.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
654 |
#, php-format
|
655 |
msgid "Version: %s"
|
656 |
msgstr "Versión: %s"
|
657 |
|
658 |
-
#: ../help/help.php:
|
659 |
msgid "Questions? Need Help?"
|
660 |
-
msgstr "
|
661 |
|
662 |
-
#: ../help/help.php:
|
663 |
msgid "Contact Us"
|
664 |
-
msgstr "
|
665 |
|
666 |
-
#: ../help/help.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
667 |
msgid "donating to us"
|
668 |
msgstr "donación"
|
669 |
|
670 |
-
#: ../help/help.php:
|
671 |
msgid "Description"
|
672 |
msgstr "Descripción"
|
673 |
|
674 |
-
#: ../help/help.php:
|
675 |
msgid ""
|
676 |
"Email Subscribers is a complete newsletter plugin which lets you collect "
|
677 |
"leads, send automated new blog post notification emails, create & send "
|
@@ -683,11 +608,11 @@ msgstr ""
|
|
683 |
"notificación cuando publicas una nueva entrada en tu Blog. Todo ello "
|
684 |
"controlado desde el mismo sitio."
|
685 |
|
686 |
-
#: ../help/help.php:
|
687 |
msgid "Feature Overview"
|
688 |
-
msgstr "Características principales
|
689 |
|
690 |
-
#: ../help/help.php:
|
691 |
msgid ""
|
692 |
"Collect customer emails by adding a subscription box (Widget/Shortcode/PHP "
|
693 |
"Code)."
|
@@ -695,18 +620,18 @@ msgstr ""
|
|
695 |
"Obtener la dirección de correo de tus suscriptores simplemente añadiendo un "
|
696 |
"formulario en tus páginas Web (mediante Widget, Shortcode o código PHP)."
|
697 |
|
698 |
-
#: ../help/help.php:
|
699 |
msgid "Configure double Opt-In and Single Opt-In facility for subscribers."
|
700 |
msgstr ""
|
701 |
"Posibilidad de establecer una doble verificación de su dirección de correo "
|
702 |
"electrónico antes de su alta o bien permitirle el acceso directamente, sin "
|
703 |
"comprobación."
|
704 |
|
705 |
-
#: ../help/help.php:
|
706 |
msgid "Send automatic welcome email to subscribers."
|
707 |
msgstr "Enviar automaticamente un correo de Bienvenida a los nuevos suscriptores."
|
708 |
|
709 |
-
#: ../help/help.php:
|
710 |
msgid ""
|
711 |
"Send new post notification emails to subscribers when new posts are "
|
712 |
"published on your website."
|
@@ -714,65 +639,73 @@ msgstr ""
|
|
714 |
"Enviar automaticamente un correo de notificación a tus suscriptores cuando "
|
715 |
"publiques una nueva entrada en tu blog."
|
716 |
|
717 |
-
#: ../help/help.php:
|
718 |
msgid "Schedule email (Cron job) or send them manually."
|
719 |
msgstr ""
|
720 |
"Programar el envío de los correos mediante un temporizador (tarea de CRON) o "
|
721 |
"realizarlo manualmente."
|
722 |
|
723 |
-
#: ../help/help.php:
|
724 |
msgid "Send email notification to admin when a new user signs up."
|
725 |
msgstr ""
|
726 |
"Enviar un correo de notificación al administrador cuando un suscriptor se dé "
|
727 |
"de alta."
|
728 |
|
729 |
-
#: ../help/help.php:
|
730 |
msgid "Automatically add Unsubscribe link in the email."
|
731 |
msgstr ""
|
732 |
"Adjuntar de forma automatica en los correos un enlace para que los "
|
733 |
"suscriptores puedan darse de baja."
|
734 |
|
735 |
-
#: ../help/help.php:
|
736 |
msgid "Easily migrate subscribers from another app using Import & Export."
|
737 |
msgstr ""
|
738 |
"Importar/exportar facilmente tus suscriptores desde/hacia otra aplicación "
|
739 |
"mediante ficheros."
|
740 |
|
741 |
-
#: ../help/help.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
742 |
msgid "Send newsletters to different groups."
|
743 |
msgstr "Enviar Boletines informativos diferenciando por grupos de suscriptores."
|
744 |
|
745 |
-
#: ../help/help.php:
|
746 |
msgid "Get detailed sent email reports."
|
747 |
msgstr "Obtener informes detallados de los correos enviados."
|
748 |
|
749 |
-
#: ../help/help.php:
|
750 |
msgid "Control user access (User Roles and Capabilities)."
|
751 |
-
msgstr "Controlar el acceso del usuario (
|
752 |
|
753 |
-
#: ../help/help.php:
|
754 |
msgid "Supports localization and internationalization."
|
755 |
msgstr "Soporte para traducción e internacionalización."
|
756 |
|
757 |
-
#: ../help/help.php:
|
758 |
msgid "Add Subscribe form"
|
759 |
msgstr "Añadir formulario de suscripción"
|
760 |
|
761 |
-
#: ../help/help.php:
|
762 |
-
#: php:
|
763 |
-
#: help/help.php:
|
764 |
-
#:
|
765 |
-
#: help/help.php:
|
766 |
-
#:
|
|
|
|
|
767 |
#, php-format
|
768 |
msgid "%s"
|
769 |
msgstr "%s"
|
770 |
|
771 |
-
#: ../help/help.php:
|
772 |
msgid "How to Add Subscription box to website?"
|
773 |
msgstr "¿Cómo insertar un formulario de suscripción en una página de tu Web?"
|
774 |
|
775 |
-
#: ../help/help.php:
|
776 |
#, php-format
|
777 |
msgid ""
|
778 |
"Use any of the following 3 methods :<br>\n"
|
@@ -790,30 +723,34 @@ msgstr ""
|
|
790 |
"lateral derecha<br><br>c) Copia y pega este código PHP en el sitio que "
|
791 |
"desees de tu plantilla: <strong>%s</strong>"
|
792 |
|
793 |
-
#: ../help/help.php:
|
794 |
msgid "Additional form settings"
|
795 |
msgstr "Ajustes adicionales del formulario"
|
796 |
|
797 |
-
#: ../help/help.php:
|
798 |
msgid "How to Redirect Subscribers to a new page/url after successful sign up?"
|
799 |
msgstr ""
|
800 |
"¿Cómo redirigir a los suscriptores a una nueva página/url tras haberse "
|
801 |
"identificado con éxito?"
|
802 |
|
803 |
-
#: ../help/help.php:
|
804 |
msgid "How to add captcha in Subscribe form of Email Subscribers?"
|
805 |
msgstr "¿Cómo añadir un captcha al formulario de suscripción?"
|
806 |
|
807 |
-
#: ../help/help.php:
|
|
|
|
|
|
|
|
|
808 |
#, php-format
|
809 |
msgid "Modify %s"
|
810 |
msgstr "Modificar el %s"
|
811 |
|
812 |
-
#: ../help/help.php:
|
813 |
msgid "default text, email contents"
|
814 |
msgstr "texto prefijado o contenido"
|
815 |
|
816 |
-
#: ../help/help.php:
|
817 |
msgid ""
|
818 |
" (like Confirmation, Welcome, Admin emails), Cron Settings and Assign User "
|
819 |
"Roles"
|
@@ -821,79 +758,109 @@ msgstr ""
|
|
821 |
" del correo de confirmación, de Bienvenida y correos al administrador, "
|
822 |
"tareas del CRON y como asignar el tipo de suscriptor"
|
823 |
|
824 |
-
#: ../help/help.php:
|
|
|
|
|
|
|
|
|
825 |
msgid "How to Import or Export Email Addresses?"
|
826 |
msgstr "¿Cómo importar y exportar direcciones de correo?"
|
827 |
|
828 |
-
#: ../help/help.php:
|
829 |
msgid "How to Add/Update Existing Subscribers Group & Status?"
|
830 |
msgstr ""
|
831 |
"¿Cómo añadir o actualizar grupos de suscriptores y situación de la "
|
832 |
"suscripción?"
|
833 |
|
834 |
-
#: ../help/help.php:
|
835 |
msgid "How to change/update/translate any texts from the plugin?"
|
836 |
msgstr "¿Como modificar o traducir cualquier texto de este plugin?"
|
837 |
|
838 |
-
#: ../help/help.php:
|
839 |
msgid "How to add Unsubscribe link in emails?"
|
840 |
msgstr "¿Cómo añadir en los correos un enlace de cancelación de suscripción?"
|
841 |
|
842 |
-
#: ../help/help.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
843 |
msgid "Keywords in the Post Notifications"
|
844 |
msgstr "Campos disponibles para el correo de notificación"
|
845 |
|
846 |
-
#: ../help/help.php:
|
847 |
msgid "Send a test post notification email to myself/testgroup"
|
848 |
msgstr ""
|
849 |
"Enviarme un correo de notificación a mí o a mí grupo para comprobar "
|
850 |
"funcionamiento"
|
851 |
|
852 |
-
#: ../help/help.php:
|
853 |
msgid "Cron Job Setup"
|
854 |
msgstr "Tareas de CRON"
|
855 |
|
856 |
-
#: ../help/help.php:
|
|
|
|
|
|
|
|
|
857 |
msgid "Schedule Cron Emails in cPanel"
|
858 |
msgstr "Modificar tareas de CRON desde cPanel"
|
859 |
|
860 |
-
#: ../help/help.php:
|
861 |
msgid "Schedule Cron Emails in Parallels Plesk"
|
862 |
msgstr "Modificar tareas de CRON desde Parallels Plesk"
|
863 |
|
864 |
-
#: ../help/help.php:
|
865 |
msgid "Hosting doesn’t support Cron Jobs?"
|
866 |
msgstr "¿Tu Hosting no soporta tareas de CRON?"
|
867 |
|
868 |
-
#: ../help/help.php:
|
869 |
msgid "Troubleshooting Steps"
|
870 |
msgstr "Problemas y soluciones"
|
871 |
|
872 |
-
#: ../help/help.php:
|
873 |
msgid "Subscribers are not receiving Emails?"
|
874 |
msgstr "¿Los suscriptores no están recibiendo tus correos?"
|
875 |
|
876 |
-
#: ../help/help.php:
|
877 |
msgid "CSS Help"
|
878 |
msgstr "Ayuda con el diseño CSS"
|
879 |
|
880 |
-
#: ../help/help.php:
|
881 |
msgid "FAQ's"
|
882 |
msgstr "Preguntas frecuentes"
|
883 |
|
884 |
-
#: ../help/help.php:
|
885 |
msgid "Want to do more? Here's how.."
|
886 |
msgstr "¿Quieres más? Así es cómo puedes..."
|
887 |
|
888 |
-
#: ../help/help.php:
|
889 |
msgid "Allow Subscribers to get subscribed to any group"
|
890 |
msgstr "Permitir que los Suscriptores se suscriban a cualquier grupo"
|
891 |
|
892 |
-
#: ../help/help.php:
|
|
|
|
|
|
|
|
|
893 |
msgid "Group Selector"
|
894 |
msgstr "Group Selector"
|
895 |
|
896 |
-
#: ../help/help.php:
|
897 |
msgid ""
|
898 |
"plugin, you can extend Email Subscribers Form functionality by providing an "
|
899 |
"grouping option right next to the form."
|
@@ -901,21 +868,21 @@ msgstr ""
|
|
901 |
", puedes ampliar la funcionalidad del formulario Email Subscribers añadiendo "
|
902 |
"una opción de elegir Grupo en el mismo formulario."
|
903 |
|
904 |
-
#: ../help/help.php:
|
905 |
msgid "The user can then subscribe to whichever group most appeals to them."
|
906 |
msgstr "El usuario puede suscribirse al grupo que más le interese."
|
907 |
|
908 |
-
#: ../help/help.php:
|
909 |
msgid "For example: Subscribe either to Updates or to Offers."
|
910 |
-
msgstr "Por ejemplo: Suscribirse a Ofertas o a Actualizaciones
|
911 |
|
912 |
-
#: ../help/help.php:
|
913 |
msgid "Show your subscribe form inside attractive popups"
|
914 |
msgstr ""
|
915 |
"Mostrar tu formulario de suscripción por medio de atractivas ventanas "
|
916 |
"emergentes"
|
917 |
|
918 |
-
#: ../help/help.php:
|
919 |
msgid ""
|
920 |
"Don't limit your subscriber form to a widget. Embed it within popups, hello "
|
921 |
"bars, slide-ins, sidebars, full screen popups etc."
|
@@ -924,12 +891,20 @@ msgstr ""
|
|
924 |
"Puedes incrustarlo en ventanas emergentes sencillas o a pantalla completa, "
|
925 |
"barras de saludo, diapositivas, barras laterales, etc."
|
926 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
927 |
#. Author of the plugin
|
928 |
-
#: ../help/help.php:
|
929 |
msgid "Icegram"
|
930 |
msgstr "Icegram"
|
931 |
|
932 |
-
#: ../help/help.php:
|
933 |
msgid ""
|
934 |
"Icegram's beautiful designs instantly capture user attention and help "
|
935 |
"increase sign-ups to your WordPress website."
|
@@ -937,24 +912,28 @@ msgstr ""
|
|
937 |
"Los bellos diseños de Icegram capturan instantáneamente la atención del "
|
938 |
"usuario y ayudan a aumentar las inscripciones a tu sitio Web de WordPress."
|
939 |
|
940 |
-
#: ../help/help.php:
|
941 |
#, php-format
|
942 |
msgid "How to %s"
|
943 |
msgstr "Como %s"
|
944 |
|
945 |
-
#: ../help/help.php:
|
946 |
msgid "show subscribe form inside a popup"
|
947 |
-
msgstr "
|
948 |
|
949 |
-
#: ../help/help.php:
|
950 |
msgid "Get beautiful and elegant form styles"
|
951 |
msgstr "Obtener formularios de bello y elegante diseño"
|
952 |
|
953 |
-
#: ../help/help.php:
|
|
|
|
|
|
|
|
|
954 |
msgid "Rainmaker"
|
955 |
msgstr "Rainmaker"
|
956 |
|
957 |
-
#: ../help/help.php:
|
958 |
msgid ""
|
959 |
"Rainmaker extends the core features of Email Subscribers and provides "
|
960 |
"elegant form styles."
|
@@ -962,7 +941,7 @@ msgstr ""
|
|
962 |
"Rainmaker amplía las funciones principales de Email Subscriber y ofrece "
|
963 |
"elegantes estilos de formularios."
|
964 |
|
965 |
-
#: ../help/help.php:
|
966 |
msgid ""
|
967 |
"These styles are well designed and beautify your subscription form making it "
|
968 |
"more appealing."
|
@@ -970,7 +949,7 @@ msgstr ""
|
|
970 |
"Estos estilos están perfectamente diseñados y embellecen tu formulario de "
|
971 |
"suscripción, consiguiendo un mayor atractivo."
|
972 |
|
973 |
-
#: ../help/help.php:
|
974 |
msgid "add Rainmaker’s form in Email Subscribers"
|
975 |
msgstr "añadir los formularios de Rainmaker a tu Email Subscriber"
|
976 |
|
@@ -993,7 +972,13 @@ msgstr "Por favor selecciona el grupo de suscriptores."
|
|
993 |
|
994 |
#: ../notification/notification-add.php:39
|
995 |
msgid "Please select notification status."
|
996 |
-
msgstr "Por favor selecciona
|
|
|
|
|
|
|
|
|
|
|
|
|
997 |
|
998 |
#: ../notification/notification-add.php:51 ../notification/notification-edit.php:67
|
999 |
msgid "Please select post categories."
|
@@ -1014,7 +999,7 @@ msgstr "Añadir Notificación"
|
|
1014 |
#: subscribers/view-subscriber-add.php:118 ../subscribers/view-subscriber-edit.
|
1015 |
#: php:113 ../subscribers/view-subscriber-export.php:51 ../subscribers/view-
|
1016 |
#: subscriber-import.php:149 ../subscribers/view-subscriber-show.php:247 ..
|
1017 |
-
#: subscribers/view-subscriber-sync.php:92 ../templates/template-preview.php:
|
1018 |
msgid "Help"
|
1019 |
msgstr "Ayuda"
|
1020 |
|
@@ -1034,12 +1019,17 @@ msgstr "Seleccionar"
|
|
1034 |
#: ../notification/notification-add.php:143 ../notification/notification-edit.php:
|
1035 |
#: 163
|
1036 |
msgid "Select Notification Email Subject"
|
1037 |
-
msgstr "
|
|
|
|
|
|
|
|
|
|
|
1038 |
|
1039 |
#: ../notification/notification-add.php:168 ../notification/notification-edit.php:
|
1040 |
#: 191
|
1041 |
msgid "Select Post Categories"
|
1042 |
-
msgstr "
|
1043 |
|
1044 |
#: ../notification/notification-add.php:196 ../notification/notification-edit.php:
|
1045 |
#: 226
|
@@ -1054,7 +1044,7 @@ msgstr "Ninguna"
|
|
1054 |
#: ../notification/notification-add.php:203 ../notification/notification-edit.php:
|
1055 |
#: 234
|
1056 |
msgid "Select your Custom Post Type"
|
1057 |
-
msgstr "Entrada
|
1058 |
|
1059 |
#: ../notification/notification-add.php:204 ../notification/notification-edit.php:
|
1060 |
#: 235
|
@@ -1069,7 +1059,7 @@ msgstr "Actualmente no hay ninguna disponible"
|
|
1069 |
#: ../notification/notification-add.php:240 ../notification/notification-edit.php:
|
1070 |
#: 276
|
1071 |
msgid "Select Notification Status when a new post is published"
|
1072 |
-
msgstr "
|
1073 |
|
1074 |
#: ../notification/notification-add.php:244 ../notification/notification-edit.php:
|
1075 |
#: 280 ../notification/notification-show.php:130 ../sendmail/sendmail.php:139
|
@@ -1138,7 +1128,7 @@ msgstr ""
|
|
1138 |
#: ../notification/notification-show.php:68 ../notification/notification-show.php:
|
1139 |
#: 76
|
1140 |
msgid "Email Subject"
|
1141 |
-
msgstr "
|
1142 |
|
1143 |
#: ../notification/notification-show.php:69 ../notification/notification-show.php:
|
1144 |
#: 77
|
@@ -1153,10 +1143,10 @@ msgstr "Categorías"
|
|
1153 |
#: ../notification/notification-show.php:71 ../notification/notification-show.php:
|
1154 |
#: 79
|
1155 |
msgid "Notification Status"
|
1156 |
-
msgstr "
|
1157 |
|
1158 |
#: ../notification/notification-show.php:100 ../subscribers/view-subscriber-show.
|
1159 |
-
#: php:417 ../templates/template-preview.php:
|
1160 |
msgid "Edit"
|
1161 |
msgstr "Editar"
|
1162 |
|
@@ -1189,7 +1179,7 @@ msgstr "Por favor selecciona tu grupo."
|
|
1189 |
|
1190 |
#: ../sendmail/sendmail.php:59
|
1191 |
msgid "Email sent successfully. "
|
1192 |
-
msgstr "Correo electrónico enviado correctamente."
|
1193 |
|
1194 |
#: ../sendmail/sendmail.php:63
|
1195 |
msgid "Click here to check Statistics"
|
@@ -1207,11 +1197,11 @@ msgstr ""
|
|
1207 |
|
1208 |
#: ../sendmail/sendmail.php:106
|
1209 |
msgid "Select Email Subject from available list"
|
1210 |
-
msgstr "
|
1211 |
|
1212 |
#: ../sendmail/sendmail.php:133
|
1213 |
msgid "Select Email Type"
|
1214 |
-
msgstr "
|
1215 |
|
1216 |
#: ../sendmail/sendmail.php:140
|
1217 |
msgid "Send email via cron job"
|
@@ -1219,7 +1209,7 @@ msgstr "Envío diferido (programador de tareas CRON)"
|
|
1219 |
|
1220 |
#: ../sendmail/sendmail.php:147
|
1221 |
msgid "Select Subscribers group to Send Email"
|
1222 |
-
msgstr "Grupo de suscriptores
|
1223 |
|
1224 |
#: ../sendmail/sendmail.php:179
|
1225 |
msgid "Recipients : 0 "
|
@@ -1324,7 +1314,9 @@ msgstr "Se han borrado todos los informes excepto los 10 últimos."
|
|
1324 |
|
1325 |
#: ../sentmail/sentmail-show.php:97
|
1326 |
msgid "It will show reports for all Newsletters & Post Notification emails sent."
|
1327 |
-
msgstr "
|
|
|
|
|
1328 |
|
1329 |
#: ../sentmail/sentmail-show.php:107 ../sentmail/sentmail-show.php:120
|
1330 |
msgid "View Reports"
|
@@ -1418,8 +1410,7 @@ msgid ""
|
|
1418 |
"Option 3 & 4 is to send emails with PHP method mail()."
|
1419 |
msgstr ""
|
1420 |
"Las opciones 1 y 2 envían el correo mediante el sistema estándar de WP "
|
1421 |
-
"wp_mail()
|
1422 |
-
"PHP. "
|
1423 |
|
1424 |
#: ../settings/settings-edit.php:94
|
1425 |
msgid "1. WP HTML MAIL"
|
@@ -1431,7 +1422,7 @@ msgstr "2. WP CORREO TEXTO PLANO"
|
|
1431 |
|
1432 |
#: ../settings/settings-edit.php:96
|
1433 |
msgid "3. PHP HTML MAIL"
|
1434 |
-
msgstr "3. PHP CORREO
|
1435 |
|
1436 |
#: ../settings/settings-edit.php:97
|
1437 |
msgid "4. PHP PLAINTEXT MAIL"
|
@@ -1439,7 +1430,7 @@ msgstr "4. PHP CORREO TEXTO PLANO"
|
|
1439 |
|
1440 |
#: ../settings/settings-edit.php:104
|
1441 |
msgid "Opt-In Type"
|
1442 |
-
msgstr "Verificación:"
|
1443 |
|
1444 |
#: ../settings/settings-edit.php:105
|
1445 |
msgid ""
|
@@ -1470,9 +1461,17 @@ msgstr "Sin verificación"
|
|
1470 |
msgid "Image Size"
|
1471 |
msgstr "Tamaño de imagen"
|
1472 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1473 |
#: ../settings/settings-edit.php:121
|
1474 |
msgid "Full Size"
|
1475 |
-
msgstr "
|
1476 |
|
1477 |
#: ../settings/settings-edit.php:122
|
1478 |
msgid "Medium Size"
|
@@ -1518,18 +1517,36 @@ msgstr ""
|
|
1518 |
msgid "Admin Email Content on new subscriber signs up"
|
1519 |
msgstr "TEXTO: alta suscriptor"
|
1520 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1521 |
#: ../settings/settings-edit.php:164
|
1522 |
msgid "Sent Report Subject"
|
1523 |
msgstr "ASUNTO: Informes"
|
1524 |
|
1525 |
#: ../settings/settings-edit.php:165
|
1526 |
msgid "Subject for the email report which will be sent to admin."
|
1527 |
-
msgstr "Asunto del correo que se enviará al administrador con los informes"
|
1528 |
|
1529 |
#: ../settings/settings-edit.php:171
|
1530 |
msgid "Sent Report Content"
|
1531 |
msgstr "TEXTO: Informes"
|
1532 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1533 |
#: ../settings/settings-edit.php:183
|
1534 |
msgid "Double Opt-In Email Subject (Confirmation Email)"
|
1535 |
msgstr "ASUNTO: Confirmar cuenta correo"
|
@@ -1547,6 +1564,15 @@ msgstr ""
|
|
1547 |
msgid "Double Opt-In Email Content (Confirmation Email)"
|
1548 |
msgstr "TEXTO: Confirmar cuenta correo"
|
1549 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1550 |
#: ../settings/settings-edit.php:197
|
1551 |
msgid "Double Opt-In Confirmation Link"
|
1552 |
msgstr "Enlace para confirmar correo [Verificación doble]"
|
@@ -1572,7 +1598,7 @@ msgstr ""
|
|
1572 |
|
1573 |
#: ../settings/settings-edit.php:212
|
1574 |
msgid "Send Welcome Email to New Subscribers after Sign Up?"
|
1575 |
-
msgstr "
|
1576 |
|
1577 |
#: ../settings/settings-edit.php:213
|
1578 |
msgid ""
|
@@ -1600,7 +1626,18 @@ msgstr ""
|
|
1600 |
|
1601 |
#: ../settings/settings-edit.php:231
|
1602 |
msgid "Email Content for Welcome Email"
|
1603 |
-
msgstr "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1604 |
|
1605 |
#: ../settings/settings-edit.php:240
|
1606 |
msgid "Unsubscribe Link"
|
@@ -1620,6 +1657,15 @@ msgstr ""
|
|
1620 |
msgid "Unsubscribe Text in Email"
|
1621 |
msgstr "TEXTO: enlace cancelación"
|
1622 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1623 |
#: ../settings/settings-edit.php:254
|
1624 |
msgid "Text to display after an email address is unsubscribed"
|
1625 |
msgstr "MENSAJE: suscripción cancelada"
|
@@ -1687,6 +1733,10 @@ msgstr "Administrador/Editor"
|
|
1687 |
msgid "Administrator/Editor/Author/Contributor"
|
1688 |
msgstr "Administrador/Editor/Autor/Colaborador"
|
1689 |
|
|
|
|
|
|
|
|
|
1690 |
#: ../settings/settings-edit.php:312
|
1691 |
msgid "Post Notifications Menu"
|
1692 |
msgstr "Menú Notificar Entrada"
|
@@ -1707,11 +1757,11 @@ msgstr "Esta es la URL de tus tareas CRON. Te recomendamos que no lo modifiques.
|
|
1707 |
|
1708 |
#: ../settings/settings-edit.php:363
|
1709 |
msgid "Email Count"
|
1710 |
-
msgstr "Correos
|
1711 |
|
1712 |
#: ../settings/settings-edit.php:364
|
1713 |
msgid "Number of emails that you want to trigger per hour."
|
1714 |
-
msgstr "Número de correos que se
|
1715 |
|
1716 |
#: ../settings/settings-edit.php:369
|
1717 |
msgid "(Your web host has limits. We suggest 50 emails per hour to be safe.)"
|
@@ -1723,6 +1773,14 @@ msgstr ""
|
|
1723 |
msgid "Cron Report"
|
1724 |
msgstr "Informes de CRON"
|
1725 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1726 |
#: ../settings/settings-edit.php:385
|
1727 |
msgid "What is Cron (auto emails) and how to setup Cron Job?"
|
1728 |
msgstr ""
|
@@ -1804,7 +1862,7 @@ msgstr "Por favor, introduce su dirección de correo como suscriptor."
|
|
1804 |
|
1805 |
#: ../subscribers/view-subscriber-add.php:52
|
1806 |
msgid "Please select or create your group for this email."
|
1807 |
-
msgstr "Selecciona o crea un grupo para este correo"
|
1808 |
|
1809 |
#: ../subscribers/view-subscriber-add.php:59
|
1810 |
msgid ""
|
@@ -1863,7 +1921,7 @@ msgstr "Dirección de correo"
|
|
1863 |
|
1864 |
#: ../subscribers/view-subscriber-add.php:147
|
1865 |
msgid "Select Subscriber's Status"
|
1866 |
-
msgstr "
|
1867 |
|
1868 |
#: ../subscribers/view-subscriber-add.php:152 ../subscribers/view-subscriber-edit.
|
1869 |
#: php:147 ../subscribers/view-subscriber-import.php:178 ../subscribers/view-
|
@@ -1894,7 +1952,7 @@ msgstr "(o)"
|
|
1894 |
|
1895 |
#: ../subscribers/view-subscriber-add.php:187
|
1896 |
msgid "Add Subscriber"
|
1897 |
-
msgstr "Añadir
|
1898 |
|
1899 |
#: ../subscribers/view-subscriber-edit.php:64
|
1900 |
msgid "Error: Special characters are not allowed in the group name."
|
@@ -1928,19 +1986,31 @@ msgstr "Actualizar estado del suscriptor"
|
|
1928 |
msgid "Update Subscriber's Group"
|
1929 |
msgstr "Actualizar el grupo de suscriptores"
|
1930 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1931 |
#: ../subscribers/view-subscriber-export.php:47
|
1932 |
msgid "Export Email Addresses"
|
1933 |
-
msgstr "Exportar
|
1934 |
|
1935 |
#: ../subscribers/view-subscriber-export.php:59 ../subscribers/view-subscriber-
|
1936 |
#: export.php:67
|
1937 |
msgid "Type of List to Export"
|
1938 |
-
msgstr "Exportar"
|
1939 |
|
1940 |
#: ../subscribers/view-subscriber-export.php:60 ../subscribers/view-subscriber-
|
1941 |
#: export.php:68
|
1942 |
msgid "Total Emails Count"
|
1943 |
-
msgstr "Suscriptores"
|
1944 |
|
1945 |
#: ../subscribers/view-subscriber-export.php:74
|
1946 |
msgid "1"
|
@@ -1998,15 +2068,15 @@ msgstr ""
|
|
1998 |
|
1999 |
#: ../subscribers/view-subscriber-import.php:95
|
2000 |
msgid "email imported."
|
2001 |
-
msgstr "
|
2002 |
|
2003 |
#: ../subscribers/view-subscriber-import.php:96
|
2004 |
msgid "email already exists."
|
2005 |
-
msgstr "
|
2006 |
|
2007 |
#: ../subscribers/view-subscriber-import.php:97
|
2008 |
msgid "email are invalid."
|
2009 |
-
msgstr "
|
2010 |
|
2011 |
#: ../subscribers/view-subscriber-import.php:100 ../subscribers/view-subscriber-
|
2012 |
#: import.php:129
|
@@ -2028,19 +2098,19 @@ msgstr "Importar suscriptores"
|
|
2028 |
|
2029 |
#: ../subscribers/view-subscriber-import.php:158
|
2030 |
msgid "Select CSV file"
|
2031 |
-
msgstr "Fichero .CSV
|
2032 |
|
2033 |
#: ../subscribers/view-subscriber-import.php:160
|
2034 |
msgid "Check CSV structure "
|
2035 |
-
msgstr "
|
2036 |
|
2037 |
#: ../subscribers/view-subscriber-import.php:161
|
2038 |
msgid "from here"
|
2039 |
-
msgstr "
|
2040 |
|
2041 |
#: ../subscribers/view-subscriber-import.php:172
|
2042 |
msgid "Select Subscribers Email Status"
|
2043 |
-
msgstr "
|
2044 |
|
2045 |
#: ../subscribers/view-subscriber-import.php:188
|
2046 |
msgid "Select (or) Create Group for Subscribers"
|
@@ -2061,6 +2131,11 @@ msgstr ""
|
|
2061 |
"Si quieres enviar un correo de confirmación debes cambiar la opción a doble "
|
2062 |
"verificación."
|
2063 |
|
|
|
|
|
|
|
|
|
|
|
2064 |
#: ../subscribers/view-subscriber-show.php:100 ../subscribers/view-subscriber-
|
2065 |
#: show.php:139 ../subscribers/view-subscriber-show.php:178 ../subscribers/view-
|
2066 |
#: subscriber-show.php:217
|
@@ -2089,6 +2164,10 @@ msgstr "Actualizado el estado de los suscriptores."
|
|
2089 |
msgid "Please select New Status to update."
|
2090 |
msgstr "Selecciona el nuevo estado a actualizar."
|
2091 |
|
|
|
|
|
|
|
|
|
2092 |
#: ../subscribers/view-subscriber-show.php:258
|
2093 |
#, php-format
|
2094 |
msgid "Active Subscribers: %s"
|
@@ -2104,7 +2183,7 @@ msgstr "Grupo"
|
|
2104 |
|
2105 |
#: ../subscribers/view-subscriber-show.php:292
|
2106 |
msgid "Signup Date & Time<br>(Y-M-D H:I:S)"
|
2107 |
-
msgstr "Fecha y hora"
|
2108 |
|
2109 |
#: ../subscribers/view-subscriber-show.php:300
|
2110 |
msgid "Bulk Actions"
|
@@ -2113,11 +2192,11 @@ msgstr "Acciones en bloque"
|
|
2113 |
#: ../subscribers/view-subscriber-show.php:302 ../subscribers/view-subscriber-
|
2114 |
#: show.php:413
|
2115 |
msgid "Resend Confirmation"
|
2116 |
-
msgstr "
|
2117 |
|
2118 |
#: ../subscribers/view-subscriber-show.php:304
|
2119 |
msgid "Update Subscribers Status"
|
2120 |
-
msgstr "
|
2121 |
|
2122 |
#: ../subscribers/view-subscriber-show.php:307
|
2123 |
msgid "Select Group"
|
@@ -2181,18 +2260,42 @@ msgstr "Correos sincronizados correctamente."
|
|
2181 |
|
2182 |
#: ../subscribers/view-subscriber-sync.php:88
|
2183 |
msgid "Sync Email"
|
2184 |
-
msgstr "Sincronizar
|
2185 |
|
2186 |
#: ../subscribers/view-subscriber-sync.php:101
|
2187 |
msgid "Sync newly registered users to subscribers list"
|
2188 |
-
msgstr ""
|
2189 |
-
"Incluir a los usuarios de WordPress registrados recientemente a tu lista de "
|
2190 |
-
"suscriptores de Email Subscribers."
|
2191 |
|
2192 |
#: ../subscribers/view-subscriber-sync.php:114
|
2193 |
msgid "Select group to add newly registered users to"
|
2194 |
msgstr "Selecciona el grupo al que pertenecerán los nuevos suscriptores"
|
2195 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2196 |
#. Name of the plugin
|
2197 |
msgid "Email Subscribers & Newsletters"
|
2198 |
msgstr "Email Subscribers & Newsletters"
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
+
"Project-Id-Version: Email Subscribers & Newsletters 3.5.0\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
"POT-Creation-Date: 2017-07-26 12:00:36+00:00\n"
|
6 |
+
"PO-Revision-Date: Wed May 16 2018 16:05:05 GMT+0530 (IST)\n"
|
7 |
"Last-Translator: admin <mansi.shah@appsmagnet.com>\n"
|
8 |
"Language-Team: Icegram <hello@icegram.com>Language:\n"
|
9 |
"Language: Spanish (Spain)\n"
|
23 |
"X-Poedit-SearchPath-0: .\n"
|
24 |
"X-Poedit-SearchPathExcluded-0: *.js"
|
25 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
26 |
#: ../classes/es-register.php:739
|
27 |
+
msgid "Check Pro plan"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
28 |
msgstr ""
|
29 |
|
30 |
+
#: ../classes/es-register.php:777
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
31 |
msgid ""
|
32 |
+
"<b style=\"letter-spacing:0.4px;\">To honour GDPR, kindly enable the 'Consent "
|
33 |
+
"Checkbox' in the subscription form.</b>"
|
|
|
|
|
|
|
|
|
|
|
|
|
34 |
msgstr ""
|
35 |
|
36 |
+
#: ../classes/es-register.php:778
|
37 |
+
msgid "Steps to enable"
|
38 |
msgstr ""
|
39 |
|
40 |
+
#: ../classes/es-register.php:778
|
41 |
+
msgid "Ok, got it"
|
42 |
msgstr ""
|
43 |
|
44 |
+
#: ../help/help.php:197
|
45 |
msgid ""
|
46 |
+
"Stay in touch with us. We send out plugin help, tips, periodic updates and "
|
47 |
+
"even the occasional discounts."
|
|
|
|
|
|
|
|
|
|
|
|
|
48 |
msgstr ""
|
49 |
|
50 |
+
#: ../help/help.php:205
|
51 |
#, php-format
|
52 |
+
msgid "I have read and agreed to your %s."
|
|
|
|
|
|
|
|
|
|
|
|
|
53 |
msgstr ""
|
54 |
|
55 |
+
#: ../help/help.php:205
|
56 |
+
msgid "Privacy Policy"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
57 |
msgstr ""
|
58 |
|
59 |
+
#: ../help/help.php:413
|
60 |
+
msgid "[GDPR] Email Subscribers"
|
61 |
msgstr ""
|
62 |
|
63 |
+
#: ../help/help.php:416 ../help/help.php:434
|
64 |
+
msgid "How to enable consent checkbox in the subscribe form?"
|
|
|
65 |
msgstr ""
|
66 |
|
67 |
+
#: ../help/help.php:419
|
68 |
+
msgid "What data Email Subscribers stores on your end?"
|
69 |
msgstr ""
|
70 |
|
71 |
+
#: ../help/help.php:431
|
72 |
+
msgid "[GDPR] Email Subscribers - Group Selector"
|
73 |
msgstr ""
|
74 |
|
75 |
+
#: ../help/help.php:437
|
76 |
+
msgid "What data Email Subscribers - Group Selector stores on your end?"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
77 |
msgstr ""
|
78 |
|
79 |
#: ../classes/es-common.php:13
|
120 |
msgid "<span style=\"color:#993399;\">Immediately</span>"
|
121 |
msgstr "<span style=\"color:#993399;\">Inmediatamente</span>"
|
122 |
|
123 |
+
#: ../classes/es-loadwidget.php:34 ../classes/es-register.php:1095 ..
|
124 |
#: subscribers/view-subscriber-show.php:289
|
125 |
msgid "Name"
|
126 |
msgstr "Nombre"
|
127 |
|
128 |
+
#: ../classes/es-loadwidget.php:39 ../classes/es-register.php:1100
|
129 |
msgid "Email *"
|
130 |
msgstr "Email *"
|
131 |
|
132 |
+
#: ../classes/es-loadwidget.php:47 ../classes/es-register.php:1108 ../help/help.
|
133 |
+
#: php:202
|
134 |
msgid "Subscribe"
|
135 |
msgstr "Suscribirse"
|
136 |
|
137 |
#: ../classes/es-register.php:162 ../classes/es-register.php:163 ../classes/es-
|
138 |
+
#: register.php:838
|
139 |
msgid "Email Subscribers"
|
140 |
msgstr "Email Subscribers"
|
141 |
|
144 |
msgid "Subscribers"
|
145 |
msgstr "Suscriptores"
|
146 |
|
147 |
+
#: ../classes/es-register.php:168 ../classes/es-register.php:169 ../classes/es-
|
148 |
+
#: register.php:826 ../classes/es-register.php:827 ../classes/es-register.php:832
|
149 |
+
msgid "Templates"
|
150 |
+
msgstr "Plantillas"
|
151 |
+
|
152 |
#: ../classes/es-register.php:171 ../classes/es-register.php:172 ../help/help.php:
|
153 |
+
#: 370 ../notification/notification-show.php:52
|
154 |
msgid "Post Notifications"
|
155 |
msgstr "Notificar Entrada"
|
156 |
|
157 |
#: ../classes/es-register.php:174 ../classes/es-register.php:175 ../help/help.php:
|
158 |
+
#: 360 ../sendmail/sendmail.php:93 ../settings/settings-edit.php:324
|
159 |
msgid "Newsletters"
|
160 |
msgstr "Boletín Informativo"
|
161 |
|
190 |
#: ../classes/es-register.php:197
|
191 |
msgctxt "view-subscriber-enhanced-select"
|
192 |
msgid "Please select or create group for this subscriber."
|
193 |
+
msgstr "Selecciona o crea un grupo para este suscriptor."
|
194 |
|
195 |
#: ../classes/es-register.php:198
|
196 |
msgctxt "view-subscriber-enhanced-select"
|
207 |
msgid "Are you sure you want to delete selected records?"
|
208 |
msgstr "¿Confirmas la eliminación de los suscriptores seleccionados?"
|
209 |
|
210 |
+
#: ../classes/es-register.php:201
|
211 |
+
msgctxt "view-subscriber-enhanced-select"
|
212 |
+
msgid ""
|
213 |
+
"Do you want to resend confirmation email? Also please note, this will update "
|
214 |
+
"subscriber current status to 'Unconfirmed'."
|
215 |
+
msgstr ""
|
216 |
+
"¿Quieres volver a enviar el correo de confirmación? También ten en cuenta "
|
217 |
+
"que esto actualizará el estado actual del suscriptor a \"Sin confirmar\"."
|
218 |
+
|
219 |
#: ../classes/es-register.php:202
|
220 |
msgctxt "view-subscriber-enhanced-select"
|
221 |
msgid "Please select new subscriber group."
|
252 |
msgid "Please select subscribers group."
|
253 |
msgstr "Por favor selecciona el grupo de suscriptores."
|
254 |
|
255 |
+
#: ../classes/es-register.php:215
|
256 |
+
msgctxt "notification-enhanced-select"
|
257 |
+
msgid "Please select notification mail subject. Use templates menu to create new."
|
258 |
+
msgstr ""
|
259 |
+
"Por favor selecciona el asunto del correo de notificación, Utiliza el menú "
|
260 |
+
"plantillas para crear uno nuevo."
|
261 |
+
|
262 |
#: ../classes/es-register.php:216
|
263 |
msgctxt "notification-enhanced-select"
|
264 |
msgid "Please select notification status."
|
320 |
msgid "Successfully Subscribed."
|
321 |
msgstr "Suscripción correcta."
|
322 |
|
323 |
+
#: ../classes/es-register.php:260
|
324 |
+
msgctxt "widget-enhanced-select"
|
325 |
+
msgid ""
|
326 |
+
"Your subscription was successful! Kindly check your mailbox and confirm your "
|
327 |
+
"subscription. If you don't see the email within a few minutes, check the "
|
328 |
+
"spam/junk folder."
|
329 |
+
msgstr ""
|
330 |
+
"¡Suscripción correcta! Consulta tu bandeja de entrada y confirma tu "
|
331 |
+
"suscripción. Si no ves el correo en unos minutos, consulta la carpeta "
|
332 |
+
"spam/correo no deseado."
|
333 |
+
|
334 |
#: ../classes/es-register.php:261
|
335 |
msgctxt "widget-enhanced-select"
|
336 |
msgid "Email Address already exists!"
|
361 |
msgid "Successfully Subscribed."
|
362 |
msgstr "Suscripción correcta."
|
363 |
|
364 |
+
#: ../classes/es-register.php:274
|
365 |
+
msgctxt "widget-page-enhanced-select"
|
366 |
+
msgid ""
|
367 |
+
"Your subscription was successful! Kindly check your mailbox and confirm your "
|
368 |
+
"subscription. If you don't see the email within a few minutes, check the "
|
369 |
+
"spam/junk folder."
|
370 |
+
msgstr ""
|
371 |
+
"¡Suscripción correcta! Consulta tu bandeja de entrada y confirma tu "
|
372 |
+
"suscripción. Si no ves el correo en unos minutos, consulta la carpeta "
|
373 |
+
"spam/correo no deseado."
|
374 |
+
|
375 |
#: ../classes/es-register.php:275
|
376 |
msgctxt "widget-page-enhanced-select"
|
377 |
msgid "Email Address already exists!"
|
392 |
msgid "Please try after some time"
|
393 |
msgstr "Por favor, inténtalo transcurridos unos minutos"
|
394 |
|
395 |
+
#: ../classes/es-register.php:738
|
396 |
+
msgid ""
|
397 |
+
"<b>Want readymade email templates?</b> Also want to <b>clean your "
|
398 |
+
"subscribers list?</b> Come check our Pro plan."
|
399 |
+
msgstr ""
|
400 |
+
"<b>¿Quieres plantillas de correo listas para usar?</b> ¿También quieres "
|
401 |
+
"<b>limpiar tu lista de suscriptores?</b> Comprueba nuestro plan Pro."
|
402 |
+
|
403 |
+
#: ../classes/es-register.php:739
|
404 |
+
msgid "Not interested."
|
405 |
+
msgstr "No me interesa."
|
406 |
+
|
407 |
+
#: ../classes/es-register.php:803
|
408 |
msgid ""
|
409 |
"If you like <strong>Email Subscribers</strong>, please consider leaving us a "
|
410 |
"<a target=\"_blank\" href=\"https://wordpress.org/support/plugin/email-"
|
417 |
"★★★★</a>. ¡Te lo agradecemos enormemente desde "
|
418 |
"Icegram!"
|
419 |
|
420 |
+
#: ../classes/es-register.php:817
|
421 |
+
#, php-format
|
422 |
+
msgid "Email Subscribers version: <strong>%s</strong>"
|
423 |
+
msgstr "Email Subscribers versión: <strong>%s</strong>"
|
424 |
+
|
425 |
+
#: ../classes/es-register.php:828 ../classes/es-register.php:829
|
426 |
+
msgid "Add new Template"
|
427 |
+
msgstr "Añadir nueva Plantilla"
|
428 |
+
|
429 |
+
#: ../classes/es-register.php:830
|
430 |
+
msgid "Edit Templates"
|
431 |
+
msgstr "Editar Plantillas"
|
432 |
+
|
433 |
+
#: ../classes/es-register.php:831
|
434 |
+
msgid "New Templates"
|
435 |
+
msgstr "Nuevas Plantillas"
|
436 |
+
|
437 |
+
#: ../classes/es-register.php:833
|
438 |
+
msgid "View Templates"
|
439 |
+
msgstr "Ver Plantillas"
|
440 |
+
|
441 |
+
#: ../classes/es-register.php:834
|
442 |
+
msgid "Search Templates"
|
443 |
+
msgstr "Buscar Plantillas"
|
444 |
+
|
445 |
+
#: ../classes/es-register.php:835
|
446 |
+
msgid "No Templates found"
|
447 |
+
msgstr "No se han encontrado Plantillas"
|
448 |
+
|
449 |
+
#: ../classes/es-register.php:836
|
450 |
+
msgid "No Templates found in Trash"
|
451 |
+
msgstr "No se han encontrado Plantillas en la papelera"
|
452 |
+
|
453 |
+
#: ../classes/es-register.php:839
|
454 |
+
msgid "Thumbnail (For Visual Representation only)"
|
455 |
+
msgstr "Miniatura (Para representación visual solo)"
|
456 |
+
|
457 |
+
#: ../classes/es-register.php:840
|
458 |
+
msgid "Set thumbnail"
|
459 |
+
msgstr "Establecer miniatura"
|
460 |
+
|
461 |
+
#: ../classes/es-register.php:877
|
462 |
+
msgid "Template Type"
|
463 |
+
msgstr "Tipo Plantilla"
|
464 |
+
|
465 |
+
#: ../classes/es-register.php:878 ../settings/settings-edit.php:123
|
466 |
msgid "Thumbnail"
|
467 |
msgstr "Pequeña"
|
468 |
|
469 |
+
#: ../classes/es-register.php:926 ../sentmail/sentmail-show.php:108 ..
|
470 |
#: sentmail/sentmail-show.php:121
|
471 |
msgid "Preview"
|
472 |
msgstr "Vista previa"
|
473 |
|
474 |
+
#: ../classes/es-register.php:943
|
475 |
+
msgid "Available Keyword for Post Notification: {{POSTTITLE}}"
|
476 |
+
msgstr "Palabra clave disponible para Notificación de Entradas: {{POSTTITLE}}"
|
477 |
+
|
478 |
+
#: ../classes/es-register.php:946
|
479 |
+
msgid "Select your Email Template Type"
|
480 |
+
msgstr "Selecciona tu tipo de Plantilla de Correo"
|
481 |
+
|
482 |
+
#: ../classes/es-register.php:948
|
483 |
msgid "Newsletter"
|
484 |
msgstr "Boletín informativo"
|
485 |
|
486 |
+
#: ../classes/es-register.php:949
|
487 |
msgid "Post Notification"
|
488 |
msgstr "Notificación de nueva Entrada"
|
489 |
|
490 |
+
#: ../classes/es-register.php:996
|
491 |
+
msgid "Preview Template"
|
492 |
+
msgstr "Previsualizar Plantilla"
|
493 |
+
|
494 |
+
#: ../classes/es-register.php:1010
|
495 |
+
#, php-format
|
496 |
+
msgid ""
|
497 |
+
"%s for Post Notification: {{NAME}}, {{EMAIL}}, {{DATE}}, {{POSTTITLE}}, "
|
498 |
+
"{{POSTLINK}}, {{POSTIMAGE}}, {{POSTDESC}}, {{POSTAUTHOR}}, {{POSTLINK-"
|
499 |
+
"WITHTITLE}}, {{POSTLINK-ONLY}}, {{POSTFULL}}"
|
500 |
+
msgstr ""
|
501 |
+
"%s para Notificación de Entrada: {{NAME}}, {{EMAIL}}, {{DATE}}, "
|
502 |
+
"{{POSTTITLE}}, {{POSTLINK}}, {{POSTIMAGE}}, {{POSTDESC}}, {{POSTAUTHOR}}, "
|
503 |
+
"{{POSTLINK-WITHTITLE}}, {{POSTLINK-ONLY}}, {{POSTFULL}}"
|
504 |
+
|
505 |
+
#: ../classes/es-register.php:1010 ../classes/es-register.php:1011
|
506 |
msgid "Available Keywords"
|
507 |
msgstr "Campos disponibles"
|
508 |
|
509 |
+
#: ../classes/es-register.php:1011
|
510 |
+
#, php-format
|
511 |
+
msgid "<br/><br/>%s for Newsletter: {{NAME}}, {{EMAIL}}"
|
512 |
+
msgstr "<br/><br/>%s para Lista de Correo: {{NAME}}, {{EMAIL}}"
|
513 |
+
|
514 |
+
#: ../classes/es-register.php:1148
|
515 |
msgid "Widget Title"
|
516 |
msgstr "Título Widget"
|
517 |
|
518 |
+
#: ../classes/es-register.php:1152
|
519 |
msgid "Short description about subscription form"
|
520 |
msgstr "Descripción corta sobre el formulario de suscripción"
|
521 |
|
522 |
+
#: ../classes/es-register.php:1156
|
523 |
msgid "Display Name Field"
|
524 |
msgstr "Mostrar el campo Nombre"
|
525 |
|
526 |
+
#: ../classes/es-register.php:1158 ../settings/settings-edit.php:142 ..
|
527 |
#: settings/settings-edit.php:217 ../subscribers/view-subscriber-sync.php:107
|
528 |
msgid "YES"
|
529 |
msgstr "SÍ"
|
530 |
|
531 |
+
#: ../classes/es-register.php:1159 ../settings/settings-edit.php:143 ..
|
532 |
#: settings/settings-edit.php:218 ../subscribers/view-subscriber-sync.php:106
|
533 |
msgid "NO"
|
534 |
msgstr "NO"
|
535 |
|
536 |
+
#: ../classes/es-register.php:1163
|
537 |
msgid "Subscriber Group"
|
538 |
msgstr "Grupos de suscriptores"
|
539 |
|
540 |
+
#: ../export/export-email-address.php:50 ../export/export-email-address.php:54
|
541 |
+
msgid "Unexpected url submit has been detected!"
|
542 |
+
msgstr "¡Se ha detectado una URL enviada no esperada!"
|
543 |
+
|
544 |
+
#: ../help/help.php:190
|
545 |
msgid "Welcome to Email Subscribers!"
|
546 |
msgstr "¡Bienvenido a Email Subscribers!"
|
547 |
|
548 |
#: ../help/help.php:191
|
549 |
+
msgid "Thanks for installing and we hope you will enjoy using this plugin."
|
550 |
+
msgstr "Gracias por instalar este plugin, y esperamos que disfrutes usándolo."
|
551 |
|
552 |
+
#: ../help/help.php:192
|
553 |
+
msgid ""
|
554 |
+
"By default, subscribers subscribed via Email Subscribers, will receive email "
|
555 |
+
"updates when you post a new blog. You can turn these updates off like this:"
|
556 |
+
msgstr ""
|
557 |
+
"Por defecto, los suscriptores que se suscriban a través de Email Subscribers "
|
558 |
+
"recibirán actualizaciones por correo cada vez que publiques una nueva "
|
559 |
+
"entrada. Puedes cambiar estas actualizaciones como:"
|
560 |
+
|
561 |
+
#: ../help/help.php:193
|
562 |
+
msgid ""
|
563 |
+
"Email Subscribers -> Post Notification -> Edit -> Select Notification Status "
|
564 |
+
"when a new post is published -> Disable -> Save."
|
565 |
+
msgstr ""
|
566 |
+
"Email Subscribers -> Notificación Entrada -> Editar -> Seleccionar estado de "
|
567 |
+
"notificación cuando se publique una nueva entrada -> Deshabilitar -> Guardar."
|
568 |
+
|
569 |
+
#: ../help/help.php:214
|
570 |
#, php-format
|
571 |
msgid "Version: %s"
|
572 |
msgstr "Versión: %s"
|
573 |
|
574 |
+
#: ../help/help.php:217
|
575 |
msgid "Questions? Need Help?"
|
576 |
+
msgstr "¿Dudas? ¿Quieres ayuda?"
|
577 |
|
578 |
+
#: ../help/help.php:218
|
579 |
msgid "Contact Us"
|
580 |
+
msgstr "Contáctanos"
|
581 |
|
582 |
+
#: ../help/help.php:223
|
583 |
+
#, php-format
|
584 |
+
msgid ""
|
585 |
+
"<b>Like Email Subscribers?</b> If yes, then consider %s to support further "
|
586 |
+
"developments."
|
587 |
+
msgstr ""
|
588 |
+
"<b>¿Te guta Email Subscribers?</b>En caso afirmativo, considera %s para "
|
589 |
+
"ayudar a continuar su desarrollo."
|
590 |
+
|
591 |
+
#: ../help/help.php:223
|
592 |
msgid "donating to us"
|
593 |
msgstr "donación"
|
594 |
|
595 |
+
#: ../help/help.php:258
|
596 |
msgid "Description"
|
597 |
msgstr "Descripción"
|
598 |
|
599 |
+
#: ../help/help.php:260
|
600 |
msgid ""
|
601 |
"Email Subscribers is a complete newsletter plugin which lets you collect "
|
602 |
"leads, send automated new blog post notification emails, create & send "
|
608 |
"notificación cuando publicas una nueva entrada en tu Blog. Todo ello "
|
609 |
"controlado desde el mismo sitio."
|
610 |
|
611 |
+
#: ../help/help.php:262
|
612 |
msgid "Feature Overview"
|
613 |
+
msgstr "Características principales"
|
614 |
|
615 |
+
#: ../help/help.php:265
|
616 |
msgid ""
|
617 |
"Collect customer emails by adding a subscription box (Widget/Shortcode/PHP "
|
618 |
"Code)."
|
620 |
"Obtener la dirección de correo de tus suscriptores simplemente añadiendo un "
|
621 |
"formulario en tus páginas Web (mediante Widget, Shortcode o código PHP)."
|
622 |
|
623 |
+
#: ../help/help.php:268
|
624 |
msgid "Configure double Opt-In and Single Opt-In facility for subscribers."
|
625 |
msgstr ""
|
626 |
"Posibilidad de establecer una doble verificación de su dirección de correo "
|
627 |
"electrónico antes de su alta o bien permitirle el acceso directamente, sin "
|
628 |
"comprobación."
|
629 |
|
630 |
+
#: ../help/help.php:271
|
631 |
msgid "Send automatic welcome email to subscribers."
|
632 |
msgstr "Enviar automaticamente un correo de Bienvenida a los nuevos suscriptores."
|
633 |
|
634 |
+
#: ../help/help.php:274
|
635 |
msgid ""
|
636 |
"Send new post notification emails to subscribers when new posts are "
|
637 |
"published on your website."
|
639 |
"Enviar automaticamente un correo de notificación a tus suscriptores cuando "
|
640 |
"publiques una nueva entrada en tu blog."
|
641 |
|
642 |
+
#: ../help/help.php:277
|
643 |
msgid "Schedule email (Cron job) or send them manually."
|
644 |
msgstr ""
|
645 |
"Programar el envío de los correos mediante un temporizador (tarea de CRON) o "
|
646 |
"realizarlo manualmente."
|
647 |
|
648 |
+
#: ../help/help.php:280
|
649 |
msgid "Send email notification to admin when a new user signs up."
|
650 |
msgstr ""
|
651 |
"Enviar un correo de notificación al administrador cuando un suscriptor se dé "
|
652 |
"de alta."
|
653 |
|
654 |
+
#: ../help/help.php:283
|
655 |
msgid "Automatically add Unsubscribe link in the email."
|
656 |
msgstr ""
|
657 |
"Adjuntar de forma automatica en los correos un enlace para que los "
|
658 |
"suscriptores puedan darse de baja."
|
659 |
|
660 |
+
#: ../help/help.php:286
|
661 |
msgid "Easily migrate subscribers from another app using Import & Export."
|
662 |
msgstr ""
|
663 |
"Importar/exportar facilmente tus suscriptores desde/hacia otra aplicación "
|
664 |
"mediante ficheros."
|
665 |
|
666 |
+
#: ../help/help.php:289
|
667 |
+
msgid "Use HTML editor to create newsletters and post notifications."
|
668 |
+
msgstr ""
|
669 |
+
"Utilizar editor HTML para crear listas de correo y notificaciones de "
|
670 |
+
"entradas."
|
671 |
+
|
672 |
+
#: ../help/help.php:292
|
673 |
msgid "Send newsletters to different groups."
|
674 |
msgstr "Enviar Boletines informativos diferenciando por grupos de suscriptores."
|
675 |
|
676 |
+
#: ../help/help.php:295
|
677 |
msgid "Get detailed sent email reports."
|
678 |
msgstr "Obtener informes detallados de los correos enviados."
|
679 |
|
680 |
+
#: ../help/help.php:298
|
681 |
msgid "Control user access (User Roles and Capabilities)."
|
682 |
+
msgstr "Controlar el acceso del usuario (Roles de Usuario y capacidades)."
|
683 |
|
684 |
+
#: ../help/help.php:301
|
685 |
msgid "Supports localization and internationalization."
|
686 |
msgstr "Soporte para traducción e internacionalización."
|
687 |
|
688 |
+
#: ../help/help.php:308
|
689 |
msgid "Add Subscribe form"
|
690 |
msgstr "Añadir formulario de suscripción"
|
691 |
|
692 |
+
#: ../help/help.php:310 ../help/help.php:321 ../help/help.php:324 ../help/help.
|
693 |
+
#: php:336 ../help/help.php:339 ../help/help.php:342 ../help/help.php:345 ..
|
694 |
+
#: help/help.php:348 ../help/help.php:351 ../help/help.php:363 ../help/help.php:
|
695 |
+
#: 366 ../help/help.php:373 ../help/help.php:376 ../help/help.php:379 ..
|
696 |
+
#: help/help.php:387 ../help/help.php:390 ../help/help.php:393 ../help/help.php:
|
697 |
+
#: 396 ../help/help.php:402 ../help/help.php:405 ../help/help.php:408 ..
|
698 |
+
#: help/help.php:416 ../help/help.php:419 ../help/help.php:434 ../help/help.php:
|
699 |
+
#: 437
|
700 |
#, php-format
|
701 |
msgid "%s"
|
702 |
msgstr "%s"
|
703 |
|
704 |
+
#: ../help/help.php:310
|
705 |
msgid "How to Add Subscription box to website?"
|
706 |
msgstr "¿Cómo insertar un formulario de suscripción en una página de tu Web?"
|
707 |
|
708 |
+
#: ../help/help.php:313
|
709 |
#, php-format
|
710 |
msgid ""
|
711 |
"Use any of the following 3 methods :<br>\n"
|
723 |
"lateral derecha<br><br>c) Copia y pega este código PHP en el sitio que "
|
724 |
"desees de tu plantilla: <strong>%s</strong>"
|
725 |
|
726 |
+
#: ../help/help.php:318
|
727 |
msgid "Additional form settings"
|
728 |
msgstr "Ajustes adicionales del formulario"
|
729 |
|
730 |
+
#: ../help/help.php:321
|
731 |
msgid "How to Redirect Subscribers to a new page/url after successful sign up?"
|
732 |
msgstr ""
|
733 |
"¿Cómo redirigir a los suscriptores a una nueva página/url tras haberse "
|
734 |
"identificado con éxito?"
|
735 |
|
736 |
+
#: ../help/help.php:324
|
737 |
msgid "How to add captcha in Subscribe form of Email Subscribers?"
|
738 |
msgstr "¿Cómo añadir un captcha al formulario de suscripción?"
|
739 |
|
740 |
+
#: ../help/help.php:330
|
741 |
+
msgid "General Plugin Configuration"
|
742 |
+
msgstr "Configuración General del Plugin"
|
743 |
+
|
744 |
+
#: ../help/help.php:333
|
745 |
#, php-format
|
746 |
msgid "Modify %s"
|
747 |
msgstr "Modificar el %s"
|
748 |
|
749 |
+
#: ../help/help.php:333
|
750 |
msgid "default text, email contents"
|
751 |
msgstr "texto prefijado o contenido"
|
752 |
|
753 |
+
#: ../help/help.php:333
|
754 |
msgid ""
|
755 |
" (like Confirmation, Welcome, Admin emails), Cron Settings and Assign User "
|
756 |
"Roles"
|
758 |
" del correo de confirmación, de Bienvenida y correos al administrador, "
|
759 |
"tareas del CRON y como asignar el tipo de suscriptor"
|
760 |
|
761 |
+
#: ../help/help.php:336
|
762 |
+
msgid "How does Sync work?"
|
763 |
+
msgstr "¿Cómo funciona Sync?"
|
764 |
+
|
765 |
+
#: ../help/help.php:339
|
766 |
msgid "How to Import or Export Email Addresses?"
|
767 |
msgstr "¿Cómo importar y exportar direcciones de correo?"
|
768 |
|
769 |
+
#: ../help/help.php:342
|
770 |
msgid "How to Add/Update Existing Subscribers Group & Status?"
|
771 |
msgstr ""
|
772 |
"¿Cómo añadir o actualizar grupos de suscriptores y situación de la "
|
773 |
"suscripción?"
|
774 |
|
775 |
+
#: ../help/help.php:345
|
776 |
msgid "How to change/update/translate any texts from the plugin?"
|
777 |
msgstr "¿Como modificar o traducir cualquier texto de este plugin?"
|
778 |
|
779 |
+
#: ../help/help.php:348
|
780 |
msgid "How to add Unsubscribe link in emails?"
|
781 |
msgstr "¿Cómo añadir en los correos un enlace de cancelación de suscripción?"
|
782 |
|
783 |
+
#: ../help/help.php:351
|
784 |
+
msgid "How to check sent emails?"
|
785 |
+
msgstr "¿Cómo comprobar los correos enviados?"
|
786 |
+
|
787 |
+
#: ../help/help.php:363
|
788 |
+
msgid "Create and Send Newsletter Emails"
|
789 |
+
msgstr "Crear y Enviar Correos de Lista de Correo"
|
790 |
+
|
791 |
+
#: ../help/help.php:366
|
792 |
+
msgid "Keywords in the Newsletters"
|
793 |
+
msgstr "Palabras clave en la Lista de Correos"
|
794 |
+
|
795 |
+
#: ../help/help.php:373
|
796 |
+
msgid "Create and Send Post Notification Emails when new posts are published"
|
797 |
+
msgstr ""
|
798 |
+
"Crear y enviar Correos de Notificación de Entrada cuando se publiquen nuevas "
|
799 |
+
"entradas"
|
800 |
+
|
801 |
+
#: ../help/help.php:376
|
802 |
msgid "Keywords in the Post Notifications"
|
803 |
msgstr "Campos disponibles para el correo de notificación"
|
804 |
|
805 |
+
#: ../help/help.php:379
|
806 |
msgid "Send a test post notification email to myself/testgroup"
|
807 |
msgstr ""
|
808 |
"Enviarme un correo de notificación a mí o a mí grupo para comprobar "
|
809 |
"funcionamiento"
|
810 |
|
811 |
+
#: ../help/help.php:384
|
812 |
msgid "Cron Job Setup"
|
813 |
msgstr "Tareas de CRON"
|
814 |
|
815 |
+
#: ../help/help.php:387
|
816 |
+
msgid "What is Cron and how to Schedule Cron Emails?"
|
817 |
+
msgstr "¿Qué es Cron y cómo temporizar Correos Cron?"
|
818 |
+
|
819 |
+
#: ../help/help.php:390
|
820 |
msgid "Schedule Cron Emails in cPanel"
|
821 |
msgstr "Modificar tareas de CRON desde cPanel"
|
822 |
|
823 |
+
#: ../help/help.php:393
|
824 |
msgid "Schedule Cron Emails in Parallels Plesk"
|
825 |
msgstr "Modificar tareas de CRON desde Parallels Plesk"
|
826 |
|
827 |
+
#: ../help/help.php:396
|
828 |
msgid "Hosting doesn’t support Cron Jobs?"
|
829 |
msgstr "¿Tu Hosting no soporta tareas de CRON?"
|
830 |
|
831 |
+
#: ../help/help.php:399
|
832 |
msgid "Troubleshooting Steps"
|
833 |
msgstr "Problemas y soluciones"
|
834 |
|
835 |
+
#: ../help/help.php:402
|
836 |
msgid "Subscribers are not receiving Emails?"
|
837 |
msgstr "¿Los suscriptores no están recibiendo tus correos?"
|
838 |
|
839 |
+
#: ../help/help.php:405
|
840 |
msgid "CSS Help"
|
841 |
msgstr "Ayuda con el diseño CSS"
|
842 |
|
843 |
+
#: ../help/help.php:408
|
844 |
msgid "FAQ's"
|
845 |
msgstr "Preguntas frecuentes"
|
846 |
|
847 |
+
#: ../help/help.php:446
|
848 |
msgid "Want to do more? Here's how.."
|
849 |
msgstr "¿Quieres más? Así es cómo puedes..."
|
850 |
|
851 |
+
#: ../help/help.php:449
|
852 |
msgid "Allow Subscribers to get subscribed to any group"
|
853 |
msgstr "Permitir que los Suscriptores se suscriban a cualquier grupo"
|
854 |
|
855 |
+
#: ../help/help.php:454
|
856 |
+
msgid "Using our <b>free</b> "
|
857 |
+
msgstr "Usando nuestro <b>gratuito</b> "
|
858 |
+
|
859 |
+
#: ../help/help.php:455
|
860 |
msgid "Group Selector"
|
861 |
msgstr "Group Selector"
|
862 |
|
863 |
+
#: ../help/help.php:456
|
864 |
msgid ""
|
865 |
"plugin, you can extend Email Subscribers Form functionality by providing an "
|
866 |
"grouping option right next to the form."
|
868 |
", puedes ampliar la funcionalidad del formulario Email Subscribers añadiendo "
|
869 |
"una opción de elegir Grupo en el mismo formulario."
|
870 |
|
871 |
+
#: ../help/help.php:459
|
872 |
msgid "The user can then subscribe to whichever group most appeals to them."
|
873 |
msgstr "El usuario puede suscribirse al grupo que más le interese."
|
874 |
|
875 |
+
#: ../help/help.php:462
|
876 |
msgid "For example: Subscribe either to Updates or to Offers."
|
877 |
+
msgstr "Por ejemplo: Suscribirse a Ofertas o a Actualizaciones."
|
878 |
|
879 |
+
#: ../help/help.php:466
|
880 |
msgid "Show your subscribe form inside attractive popups"
|
881 |
msgstr ""
|
882 |
"Mostrar tu formulario de suscripción por medio de atractivas ventanas "
|
883 |
"emergentes"
|
884 |
|
885 |
+
#: ../help/help.php:471
|
886 |
msgid ""
|
887 |
"Don't limit your subscriber form to a widget. Embed it within popups, hello "
|
888 |
"bars, slide-ins, sidebars, full screen popups etc."
|
891 |
"Puedes incrustarlo en ventanas emergentes sencillas o a pantalla completa, "
|
892 |
"barras de saludo, diapositivas, barras laterales, etc."
|
893 |
|
894 |
+
#: ../help/help.php:474
|
895 |
+
msgid ""
|
896 |
+
"Using Email Subscribers you can achieve this easily with our <b>free</b> "
|
897 |
+
"plugin "
|
898 |
+
msgstr ""
|
899 |
+
"Usando Email Subscribers puedes conseguir esto fácilmente con nuestro plugin "
|
900 |
+
"<b>gratuito</b> "
|
901 |
+
|
902 |
#. Author of the plugin
|
903 |
+
#: ../help/help.php:475
|
904 |
msgid "Icegram"
|
905 |
msgstr "Icegram"
|
906 |
|
907 |
+
#: ../help/help.php:478
|
908 |
msgid ""
|
909 |
"Icegram's beautiful designs instantly capture user attention and help "
|
910 |
"increase sign-ups to your WordPress website."
|
912 |
"Los bellos diseños de Icegram capturan instantáneamente la atención del "
|
913 |
"usuario y ayudan a aumentar las inscripciones a tu sitio Web de WordPress."
|
914 |
|
915 |
+
#: ../help/help.php:481 ../help/help.php:501
|
916 |
#, php-format
|
917 |
msgid "How to %s"
|
918 |
msgstr "Como %s"
|
919 |
|
920 |
+
#: ../help/help.php:481
|
921 |
msgid "show subscribe form inside a popup"
|
922 |
+
msgstr "mostrar formulario de suscripción en una ventana emergente"
|
923 |
|
924 |
+
#: ../help/help.php:485
|
925 |
msgid "Get beautiful and elegant form styles"
|
926 |
msgstr "Obtener formularios de bello y elegante diseño"
|
927 |
|
928 |
+
#: ../help/help.php:491
|
929 |
+
msgid "Email subscribers easily integrates with another <b>free</b> plugin "
|
930 |
+
msgstr "Email subscribers se integra fácilmente con otro plugin <b>gratuito</b> "
|
931 |
+
|
932 |
+
#: ../help/help.php:492
|
933 |
msgid "Rainmaker"
|
934 |
msgstr "Rainmaker"
|
935 |
|
936 |
+
#: ../help/help.php:495
|
937 |
msgid ""
|
938 |
"Rainmaker extends the core features of Email Subscribers and provides "
|
939 |
"elegant form styles."
|
941 |
"Rainmaker amplía las funciones principales de Email Subscriber y ofrece "
|
942 |
"elegantes estilos de formularios."
|
943 |
|
944 |
+
#: ../help/help.php:498
|
945 |
msgid ""
|
946 |
"These styles are well designed and beautify your subscription form making it "
|
947 |
"more appealing."
|
949 |
"Estos estilos están perfectamente diseñados y embellecen tu formulario de "
|
950 |
"suscripción, consiguiendo un mayor atractivo."
|
951 |
|
952 |
+
#: ../help/help.php:501
|
953 |
msgid "add Rainmaker’s form in Email Subscribers"
|
954 |
msgstr "añadir los formularios de Rainmaker a tu Email Subscriber"
|
955 |
|
972 |
|
973 |
#: ../notification/notification-add.php:39
|
974 |
msgid "Please select notification status."
|
975 |
+
msgstr "Por favor selecciona estado de notificación."
|
976 |
+
|
977 |
+
#: ../notification/notification-add.php:45 ../notification/notification-edit.php:61
|
978 |
+
msgid "Please select notification mail subject. Use templates menu to create new."
|
979 |
+
msgstr ""
|
980 |
+
"Por favor selecciona el asunto de correo de notificación. Utiliza el menú de "
|
981 |
+
"plantillas para crear uno nuevo."
|
982 |
|
983 |
#: ../notification/notification-add.php:51 ../notification/notification-edit.php:67
|
984 |
msgid "Please select post categories."
|
999 |
#: subscribers/view-subscriber-add.php:118 ../subscribers/view-subscriber-edit.
|
1000 |
#: php:113 ../subscribers/view-subscriber-export.php:51 ../subscribers/view-
|
1001 |
#: subscriber-import.php:149 ../subscribers/view-subscriber-show.php:247 ..
|
1002 |
+
#: subscribers/view-subscriber-sync.php:92 ../templates/template-preview.php:33
|
1003 |
msgid "Help"
|
1004 |
msgstr "Ayuda"
|
1005 |
|
1019 |
#: ../notification/notification-add.php:143 ../notification/notification-edit.php:
|
1020 |
#: 163
|
1021 |
msgid "Select Notification Email Subject"
|
1022 |
+
msgstr "Selecciona asunto para correo de Notificación"
|
1023 |
+
|
1024 |
+
#: ../notification/notification-add.php:144 ../notification/notification-edit.php:
|
1025 |
+
#: 164
|
1026 |
+
msgid "(Use templates menu to create new)"
|
1027 |
+
msgstr "(utiliza menú plantillas para crear nueva)"
|
1028 |
|
1029 |
#: ../notification/notification-add.php:168 ../notification/notification-edit.php:
|
1030 |
#: 191
|
1031 |
msgid "Select Post Categories"
|
1032 |
+
msgstr "Selecciona Categorías de Entrada"
|
1033 |
|
1034 |
#: ../notification/notification-add.php:196 ../notification/notification-edit.php:
|
1035 |
#: 226
|
1044 |
#: ../notification/notification-add.php:203 ../notification/notification-edit.php:
|
1045 |
#: 234
|
1046 |
msgid "Select your Custom Post Type"
|
1047 |
+
msgstr "Selecciona tu Tipo de Entrada Personalizada"
|
1048 |
|
1049 |
#: ../notification/notification-add.php:204 ../notification/notification-edit.php:
|
1050 |
#: 235
|
1059 |
#: ../notification/notification-add.php:240 ../notification/notification-edit.php:
|
1060 |
#: 276
|
1061 |
msgid "Select Notification Status when a new post is published"
|
1062 |
+
msgstr "Seleccionar estado de notificación cuando se publique una nueva entrada"
|
1063 |
|
1064 |
#: ../notification/notification-add.php:244 ../notification/notification-edit.php:
|
1065 |
#: 280 ../notification/notification-show.php:130 ../sendmail/sendmail.php:139
|
1128 |
#: ../notification/notification-show.php:68 ../notification/notification-show.php:
|
1129 |
#: 76
|
1130 |
msgid "Email Subject"
|
1131 |
+
msgstr "Asunto Correo"
|
1132 |
|
1133 |
#: ../notification/notification-show.php:69 ../notification/notification-show.php:
|
1134 |
#: 77
|
1143 |
#: ../notification/notification-show.php:71 ../notification/notification-show.php:
|
1144 |
#: 79
|
1145 |
msgid "Notification Status"
|
1146 |
+
msgstr "Estado Notificacióin"
|
1147 |
|
1148 |
#: ../notification/notification-show.php:100 ../subscribers/view-subscriber-show.
|
1149 |
+
#: php:417 ../templates/template-preview.php:36
|
1150 |
msgid "Edit"
|
1151 |
msgstr "Editar"
|
1152 |
|
1179 |
|
1180 |
#: ../sendmail/sendmail.php:59
|
1181 |
msgid "Email sent successfully. "
|
1182 |
+
msgstr "Correo electrónico enviado correctamente. "
|
1183 |
|
1184 |
#: ../sendmail/sendmail.php:63
|
1185 |
msgid "Click here to check Statistics"
|
1197 |
|
1198 |
#: ../sendmail/sendmail.php:106
|
1199 |
msgid "Select Email Subject from available list"
|
1200 |
+
msgstr "Selecciona Asunto de Correo de la lista disponible"
|
1201 |
|
1202 |
#: ../sendmail/sendmail.php:133
|
1203 |
msgid "Select Email Type"
|
1204 |
+
msgstr "Selecciona Tipo Correo"
|
1205 |
|
1206 |
#: ../sendmail/sendmail.php:140
|
1207 |
msgid "Send email via cron job"
|
1209 |
|
1210 |
#: ../sendmail/sendmail.php:147
|
1211 |
msgid "Select Subscribers group to Send Email"
|
1212 |
+
msgstr "Selecciona Grupo de suscriptores a los que Enviar Correo"
|
1213 |
|
1214 |
#: ../sendmail/sendmail.php:179
|
1215 |
msgid "Recipients : 0 "
|
1314 |
|
1315 |
#: ../sentmail/sentmail-show.php:97
|
1316 |
msgid "It will show reports for all Newsletters & Post Notification emails sent."
|
1317 |
+
msgstr ""
|
1318 |
+
"Mostrará informes para todos los correo envidados de Listas de Correo y "
|
1319 |
+
"Notificaciones de Entradas"
|
1320 |
|
1321 |
#: ../sentmail/sentmail-show.php:107 ../sentmail/sentmail-show.php:120
|
1322 |
msgid "View Reports"
|
1410 |
"Option 3 & 4 is to send emails with PHP method mail()."
|
1411 |
msgstr ""
|
1412 |
"Las opciones 1 y 2 envían el correo mediante el sistema estándar de WP "
|
1413 |
+
"wp_mail(). Las opciones 3 y 4 envían el correo por el sistema mail() de PHP. "
|
|
|
1414 |
|
1415 |
#: ../settings/settings-edit.php:94
|
1416 |
msgid "1. WP HTML MAIL"
|
1422 |
|
1423 |
#: ../settings/settings-edit.php:96
|
1424 |
msgid "3. PHP HTML MAIL"
|
1425 |
+
msgstr "3. PHP CORREO HTML"
|
1426 |
|
1427 |
#: ../settings/settings-edit.php:97
|
1428 |
msgid "4. PHP PLAINTEXT MAIL"
|
1430 |
|
1431 |
#: ../settings/settings-edit.php:104
|
1432 |
msgid "Opt-In Type"
|
1433 |
+
msgstr "Tipo Verificación:"
|
1434 |
|
1435 |
#: ../settings/settings-edit.php:105
|
1436 |
msgid ""
|
1461 |
msgid "Image Size"
|
1462 |
msgstr "Tamaño de imagen"
|
1463 |
|
1464 |
+
#: ../settings/settings-edit.php:117
|
1465 |
+
msgid ""
|
1466 |
+
"Select image size for {{POSTIMAGE}} to be shown in the Post Notification "
|
1467 |
+
"Emails."
|
1468 |
+
msgstr ""
|
1469 |
+
"Selecciona el tamaño de imagen para {{POSTIMAGE}} que se mostrará en los "
|
1470 |
+
"Correos de Notificación de Entradas."
|
1471 |
+
|
1472 |
#: ../settings/settings-edit.php:121
|
1473 |
msgid "Full Size"
|
1474 |
+
msgstr "Tamaño Completo"
|
1475 |
|
1476 |
#: ../settings/settings-edit.php:122
|
1477 |
msgid "Medium Size"
|
1517 |
msgid "Admin Email Content on new subscriber signs up"
|
1518 |
msgstr "TEXTO: alta suscriptor"
|
1519 |
|
1520 |
+
#: ../settings/settings-edit.php:157
|
1521 |
+
msgid ""
|
1522 |
+
"Content for the admin email whenever a new subscriber signs up and is "
|
1523 |
+
"confirmed.<br />Available Keywords: {{NAME}}, {{EMAIL}}, {{GROUP}}"
|
1524 |
+
msgstr ""
|
1525 |
+
"Contenido para el correo al administrador cuando un nuevo suscriptor se "
|
1526 |
+
"registre y confirme su registro.<br />Palabras clave disponibles: {{NAME}}, "
|
1527 |
+
"{{EMAIL}}, {{GROUP}}"
|
1528 |
+
|
1529 |
#: ../settings/settings-edit.php:164
|
1530 |
msgid "Sent Report Subject"
|
1531 |
msgstr "ASUNTO: Informes"
|
1532 |
|
1533 |
#: ../settings/settings-edit.php:165
|
1534 |
msgid "Subject for the email report which will be sent to admin."
|
1535 |
+
msgstr "Asunto del correo que se enviará al administrador con los informes."
|
1536 |
|
1537 |
#: ../settings/settings-edit.php:171
|
1538 |
msgid "Sent Report Content"
|
1539 |
msgstr "TEXTO: Informes"
|
1540 |
|
1541 |
+
#: ../settings/settings-edit.php:172
|
1542 |
+
msgid ""
|
1543 |
+
"Content for the email report which will be sent to admin.<br />Available "
|
1544 |
+
"Keywords: {{COUNT}}, {{UNIQUE}}, {{STARTTIME}}, {{ENDTIME}}"
|
1545 |
+
msgstr ""
|
1546 |
+
"Contenido para el correo de informe que se enviará al administrador.<br "
|
1547 |
+
"/>Palabras clave disponibles: {{COUNT}}, {{UNIQUE}}, {{STARTTIME}}, "
|
1548 |
+
"{{ENDTIME}}"
|
1549 |
+
|
1550 |
#: ../settings/settings-edit.php:183
|
1551 |
msgid "Double Opt-In Email Subject (Confirmation Email)"
|
1552 |
msgstr "ASUNTO: Confirmar cuenta correo"
|
1564 |
msgid "Double Opt-In Email Content (Confirmation Email)"
|
1565 |
msgstr "TEXTO: Confirmar cuenta correo"
|
1566 |
|
1567 |
+
#: ../settings/settings-edit.php:191
|
1568 |
+
msgid ""
|
1569 |
+
"Content for the confirmation email to be sent for Double Opt-In whenever a "
|
1570 |
+
"subscriber signs up.<br />Available Keywords: {{NAME}}, {{LINK}}"
|
1571 |
+
msgstr ""
|
1572 |
+
"Contenido para el correo de confirmación que se enviará para doble "
|
1573 |
+
"confirmación cuando un nuevo suscriptor se registre.<br />Palabras clave "
|
1574 |
+
"disponibles: {{NAME}}, {{LINK}}"
|
1575 |
+
|
1576 |
#: ../settings/settings-edit.php:197
|
1577 |
msgid "Double Opt-In Confirmation Link"
|
1578 |
msgstr "Enlace para confirmar correo [Verificación doble]"
|
1598 |
|
1599 |
#: ../settings/settings-edit.php:212
|
1600 |
msgid "Send Welcome Email to New Subscribers after Sign Up?"
|
1601 |
+
msgstr "¿Enviar Correo de Bienvenida a los Nuevos Suscriptores tras Registro?"
|
1602 |
|
1603 |
#: ../settings/settings-edit.php:213
|
1604 |
msgid ""
|
1626 |
|
1627 |
#: ../settings/settings-edit.php:231
|
1628 |
msgid "Email Content for Welcome Email"
|
1629 |
+
msgstr "Contenido del correo para Correo de Bienvenida"
|
1630 |
+
|
1631 |
+
#: ../settings/settings-edit.php:232
|
1632 |
+
msgid ""
|
1633 |
+
"Content for the subscriber welcome email whenever a user's email is either "
|
1634 |
+
"confirmed (if Double Opt In) / subscribed (if Single Opt In) successfully."
|
1635 |
+
"<br />Available Keywords: {{NAME}}, {{GROUP}}, {{LINK}}"
|
1636 |
+
msgstr ""
|
1637 |
+
"Contenido para el correo de bienvenida cuando un suscriptor confirme "
|
1638 |
+
"exitosamente su registro(si hay Doble Confirmación) / suscripción (si hay "
|
1639 |
+
"confirmación simple).<br />Palabras clave disponibles: {{NAME}}, {{GROUP}}, "
|
1640 |
+
"{{LINK}}"
|
1641 |
|
1642 |
#: ../settings/settings-edit.php:240
|
1643 |
msgid "Unsubscribe Link"
|
1657 |
msgid "Unsubscribe Text in Email"
|
1658 |
msgstr "TEXTO: enlace cancelación"
|
1659 |
|
1660 |
+
#: ../settings/settings-edit.php:248
|
1661 |
+
msgid ""
|
1662 |
+
"The text for the unsubscribe link. This text is automatically added with "
|
1663 |
+
"unsubscribe link in the emails.<br />Available Keyword: {{LINK}}"
|
1664 |
+
msgstr ""
|
1665 |
+
"Texto para el enlace de cancelación de suscripción. Este texto se añadirá "
|
1666 |
+
"automáticamente con un enlace de cancelación en los correos.<br />Palabras "
|
1667 |
+
"clave disponibles: {{LINK}}"
|
1668 |
+
|
1669 |
#: ../settings/settings-edit.php:254
|
1670 |
msgid "Text to display after an email address is unsubscribed"
|
1671 |
msgstr "MENSAJE: suscripción cancelada"
|
1733 |
msgid "Administrator/Editor/Author/Contributor"
|
1734 |
msgstr "Administrador/Editor/Autor/Colaborador"
|
1735 |
|
1736 |
+
#: ../settings/settings-edit.php:300
|
1737 |
+
msgid "Templates Menu"
|
1738 |
+
msgstr "Menú Plantillas"
|
1739 |
+
|
1740 |
#: ../settings/settings-edit.php:312
|
1741 |
msgid "Post Notifications Menu"
|
1742 |
msgstr "Menú Notificar Entrada"
|
1757 |
|
1758 |
#: ../settings/settings-edit.php:363
|
1759 |
msgid "Email Count"
|
1760 |
+
msgstr "Número Correos"
|
1761 |
|
1762 |
#: ../settings/settings-edit.php:364
|
1763 |
msgid "Number of emails that you want to trigger per hour."
|
1764 |
+
msgstr "Número de correos que quieres que se envíen por hora."
|
1765 |
|
1766 |
#: ../settings/settings-edit.php:369
|
1767 |
msgid "(Your web host has limits. We suggest 50 emails per hour to be safe.)"
|
1773 |
msgid "Cron Report"
|
1774 |
msgstr "Informes de CRON"
|
1775 |
|
1776 |
+
#: ../settings/settings-edit.php:375
|
1777 |
+
msgid ""
|
1778 |
+
"Email to admin whenever a cron URL is triggered from your server.<br "
|
1779 |
+
"/>Available Keywords: {{DATE}}, {{SUBJECT}}, {{COUNT}}"
|
1780 |
+
msgstr ""
|
1781 |
+
"Correo al administrador cuando una URL cron sea activada desde tu servidor."
|
1782 |
+
"<br />Palabras clave disponibles: {{DATE}}, {{SUBJECT}}, {{COUNT}}"
|
1783 |
+
|
1784 |
#: ../settings/settings-edit.php:385
|
1785 |
msgid "What is Cron (auto emails) and how to setup Cron Job?"
|
1786 |
msgstr ""
|
1862 |
|
1863 |
#: ../subscribers/view-subscriber-add.php:52
|
1864 |
msgid "Please select or create your group for this email."
|
1865 |
+
msgstr "Selecciona o crea un grupo para este correo."
|
1866 |
|
1867 |
#: ../subscribers/view-subscriber-add.php:59
|
1868 |
msgid ""
|
1921 |
|
1922 |
#: ../subscribers/view-subscriber-add.php:147
|
1923 |
msgid "Select Subscriber's Status"
|
1924 |
+
msgstr "Selecciona Estado Suscriptor"
|
1925 |
|
1926 |
#: ../subscribers/view-subscriber-add.php:152 ../subscribers/view-subscriber-edit.
|
1927 |
#: php:147 ../subscribers/view-subscriber-import.php:178 ../subscribers/view-
|
1952 |
|
1953 |
#: ../subscribers/view-subscriber-add.php:187
|
1954 |
msgid "Add Subscriber"
|
1955 |
+
msgstr "Añadir Suscriptor"
|
1956 |
|
1957 |
#: ../subscribers/view-subscriber-edit.php:64
|
1958 |
msgid "Error: Special characters are not allowed in the group name."
|
1986 |
msgid "Update Subscriber's Group"
|
1987 |
msgstr "Actualizar el grupo de suscriptores"
|
1988 |
|
1989 |
+
#: ../subscribers/view-subscriber-export.php:12
|
1990 |
+
msgid ""
|
1991 |
+
"Oops! Looks like you are not the site administrator.<br><br>Only the site "
|
1992 |
+
"administrator can export subscriber list."
|
1993 |
+
msgstr ""
|
1994 |
+
"¡Ups! Parece que no eres el administrador del sitio.<br><br>Solo el "
|
1995 |
+
"administrador del sitio puede exportar la lista de suscriptores."
|
1996 |
+
|
1997 |
+
#: ../subscribers/view-subscriber-export.php:14
|
1998 |
+
msgid "Go back to Subscribers dashboard"
|
1999 |
+
msgstr "Volver al escritorio de Subscribers"
|
2000 |
+
|
2001 |
#: ../subscribers/view-subscriber-export.php:47
|
2002 |
msgid "Export Email Addresses"
|
2003 |
+
msgstr "Exportar Direcciones de Correo"
|
2004 |
|
2005 |
#: ../subscribers/view-subscriber-export.php:59 ../subscribers/view-subscriber-
|
2006 |
#: export.php:67
|
2007 |
msgid "Type of List to Export"
|
2008 |
+
msgstr "Tipo de Lista a Exportar"
|
2009 |
|
2010 |
#: ../subscribers/view-subscriber-export.php:60 ../subscribers/view-subscriber-
|
2011 |
#: export.php:68
|
2012 |
msgid "Total Emails Count"
|
2013 |
+
msgstr "Número Total de Suscriptores"
|
2014 |
|
2015 |
#: ../subscribers/view-subscriber-export.php:74
|
2016 |
msgid "1"
|
2068 |
|
2069 |
#: ../subscribers/view-subscriber-import.php:95
|
2070 |
msgid "email imported."
|
2071 |
+
msgstr "importado correo."
|
2072 |
|
2073 |
#: ../subscribers/view-subscriber-import.php:96
|
2074 |
msgid "email already exists."
|
2075 |
+
msgstr "ese correo electrónico ya existe."
|
2076 |
|
2077 |
#: ../subscribers/view-subscriber-import.php:97
|
2078 |
msgid "email are invalid."
|
2079 |
+
msgstr "dirección de correo no válida."
|
2080 |
|
2081 |
#: ../subscribers/view-subscriber-import.php:100 ../subscribers/view-subscriber-
|
2082 |
#: import.php:129
|
2098 |
|
2099 |
#: ../subscribers/view-subscriber-import.php:158
|
2100 |
msgid "Select CSV file"
|
2101 |
+
msgstr "Selecciona Fichero .CSV"
|
2102 |
|
2103 |
#: ../subscribers/view-subscriber-import.php:160
|
2104 |
msgid "Check CSV structure "
|
2105 |
+
msgstr "Comprobar Estructura CSV"
|
2106 |
|
2107 |
#: ../subscribers/view-subscriber-import.php:161
|
2108 |
msgid "from here"
|
2109 |
+
msgstr "desde aquí"
|
2110 |
|
2111 |
#: ../subscribers/view-subscriber-import.php:172
|
2112 |
msgid "Select Subscribers Email Status"
|
2113 |
+
msgstr "Selecciona estado del correo a suscriptores"
|
2114 |
|
2115 |
#: ../subscribers/view-subscriber-import.php:188
|
2116 |
msgid "Select (or) Create Group for Subscribers"
|
2131 |
"Si quieres enviar un correo de confirmación debes cambiar la opción a doble "
|
2132 |
"verificación."
|
2133 |
|
2134 |
+
#: ../subscribers/view-subscriber-show.php:75 ../subscribers/view-subscriber-show.
|
2135 |
+
#: php:134
|
2136 |
+
msgid "Confirmation emails resent successfully."
|
2137 |
+
msgstr "Correos de confirmación reenviados con éxito."
|
2138 |
+
|
2139 |
#: ../subscribers/view-subscriber-show.php:100 ../subscribers/view-subscriber-
|
2140 |
#: show.php:139 ../subscribers/view-subscriber-show.php:178 ../subscribers/view-
|
2141 |
#: subscriber-show.php:217
|
2164 |
msgid "Please select New Status to update."
|
2165 |
msgstr "Selecciona el nuevo estado a actualizar."
|
2166 |
|
2167 |
+
#: ../subscribers/view-subscriber-show.php:256
|
2168 |
+
msgid "Total Subscribers: "
|
2169 |
+
msgstr "Total suscriptores: "
|
2170 |
+
|
2171 |
#: ../subscribers/view-subscriber-show.php:258
|
2172 |
#, php-format
|
2173 |
msgid "Active Subscribers: %s"
|
2183 |
|
2184 |
#: ../subscribers/view-subscriber-show.php:292
|
2185 |
msgid "Signup Date & Time<br>(Y-M-D H:I:S)"
|
2186 |
+
msgstr "Fecha y hora registro<br>(Y-M-D H:I:S)"
|
2187 |
|
2188 |
#: ../subscribers/view-subscriber-show.php:300
|
2189 |
msgid "Bulk Actions"
|
2192 |
#: ../subscribers/view-subscriber-show.php:302 ../subscribers/view-subscriber-
|
2193 |
#: show.php:413
|
2194 |
msgid "Resend Confirmation"
|
2195 |
+
msgstr "Reenviar Confirmación"
|
2196 |
|
2197 |
#: ../subscribers/view-subscriber-show.php:304
|
2198 |
msgid "Update Subscribers Status"
|
2199 |
+
msgstr "Actualizar ESTADO Suscriptores"
|
2200 |
|
2201 |
#: ../subscribers/view-subscriber-show.php:307
|
2202 |
msgid "Select Group"
|
2260 |
|
2261 |
#: ../subscribers/view-subscriber-sync.php:88
|
2262 |
msgid "Sync Email"
|
2263 |
+
msgstr "Sincronizar Correo"
|
2264 |
|
2265 |
#: ../subscribers/view-subscriber-sync.php:101
|
2266 |
msgid "Sync newly registered users to subscribers list"
|
2267 |
+
msgstr "Sincronizar usuarios registrados recientemente a tu lista de suscriptores"
|
|
|
|
|
2268 |
|
2269 |
#: ../subscribers/view-subscriber-sync.php:114
|
2270 |
msgid "Select group to add newly registered users to"
|
2271 |
msgstr "Selecciona el grupo al que pertenecerán los nuevos suscriptores"
|
2272 |
|
2273 |
+
#: ../templates/template-preview.php:32
|
2274 |
+
msgid "Template Preview"
|
2275 |
+
msgstr "Previsualizar Plantilla"
|
2276 |
+
|
2277 |
+
#: ../templates/template-preview.php:40
|
2278 |
+
msgid "This is how your email may look."
|
2279 |
+
msgstr "Así es como quedará tu correo."
|
2280 |
+
|
2281 |
+
#: ../templates/template-preview.php:42
|
2282 |
+
msgid ""
|
2283 |
+
"<br><br>This Post Notification preview has replaced keywords from your last "
|
2284 |
+
"published blog post."
|
2285 |
+
msgstr ""
|
2286 |
+
"<br><br>Esta previsualización de Notificación de Entrada ha reemplazado las "
|
2287 |
+
"palabras clave desde tu última entrada publicada del blog."
|
2288 |
+
|
2289 |
+
#: ../templates/template-preview.php:44
|
2290 |
+
msgid ""
|
2291 |
+
"<br><br>Note: Different email services (like gmail, yahoo etc) display email "
|
2292 |
+
"content differently. So there could be a slight variation on how your "
|
2293 |
+
"customer will view the email content."
|
2294 |
+
msgstr ""
|
2295 |
+
"<br><br>Nota: Servicios de correo diferentes (como gmail, yahoo, etc) "
|
2296 |
+
"muestran el contenido de correo de modo diferente. Por tanto puede haber "
|
2297 |
+
"ligeras diferencias en cómo ve tu cliente el contenido del correo."
|
2298 |
+
|
2299 |
#. Name of the plugin
|
2300 |
msgid "Email Subscribers & Newsletters"
|
2301 |
msgstr "Email Subscribers & Newsletters"
|
languages/email-subscribers-fr_FR.mo
CHANGED
Binary file
|
languages/email-subscribers-fr_FR.po
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
-
"Project-Id-Version: Email Subscribers & Newsletters 3.
|
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: admin <mansi.shah@appsmagnet.com>\n"
|
8 |
"Language-Team: Icegram <hello@icegram.com>Language:\n"
|
9 |
"Language: French (France)\n"
|
@@ -23,7 +23,7 @@ msgstr ""
|
|
23 |
"X-Poedit-SearchPath-0: .."
|
24 |
|
25 |
#: ../classes/es-register.php:168 ../classes/es-register.php:169 ../classes/es-
|
26 |
-
#: register.php:
|
27 |
msgid "Templates"
|
28 |
msgstr ""
|
29 |
|
@@ -55,78 +55,92 @@ msgid ""
|
|
55 |
"spam/junk folder."
|
56 |
msgstr ""
|
57 |
|
58 |
-
#: ../classes/es-register.php:
|
59 |
msgid ""
|
60 |
"<b>Want readymade email templates?</b> Also want to <b>clean your "
|
61 |
"subscribers list?</b> Come check our Pro plan."
|
62 |
msgstr ""
|
63 |
|
64 |
-
#: ../classes/es-register.php:
|
65 |
-
msgid "Check Pro plan
|
66 |
msgstr ""
|
67 |
|
68 |
-
#: ../classes/es-register.php:
|
69 |
msgid "Not interested."
|
70 |
msgstr ""
|
71 |
|
72 |
-
#: ../classes/es-register.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
73 |
#, php-format
|
74 |
msgid "Email Subscribers version: <strong>%s</strong>"
|
75 |
msgstr ""
|
76 |
|
77 |
-
#: ../classes/es-register.php:
|
78 |
msgid "Add new Template"
|
79 |
msgstr ""
|
80 |
|
81 |
-
#: ../classes/es-register.php:
|
82 |
msgid "Edit Templates"
|
83 |
msgstr ""
|
84 |
|
85 |
-
#: ../classes/es-register.php:
|
86 |
msgid "New Templates"
|
87 |
msgstr ""
|
88 |
|
89 |
-
#: ../classes/es-register.php:
|
90 |
msgid "View Templates"
|
91 |
msgstr ""
|
92 |
|
93 |
-
#: ../classes/es-register.php:
|
94 |
msgid "Search Templates"
|
95 |
msgstr ""
|
96 |
|
97 |
-
#: ../classes/es-register.php:
|
98 |
msgid "No Templates found"
|
99 |
msgstr ""
|
100 |
|
101 |
-
#: ../classes/es-register.php:
|
102 |
msgid "No Templates found in Trash"
|
103 |
msgstr ""
|
104 |
|
105 |
-
#: ../classes/es-register.php:
|
106 |
msgid "Thumbnail (For Visual Representation only)"
|
107 |
msgstr ""
|
108 |
|
109 |
-
#: ../classes/es-register.php:
|
110 |
msgid "Set thumbnail"
|
111 |
msgstr ""
|
112 |
|
113 |
-
#: ../classes/es-register.php:
|
114 |
msgid "Template Type"
|
115 |
msgstr ""
|
116 |
|
117 |
-
#: ../classes/es-register.php:
|
118 |
msgid "Available Keyword for Post Notification: {{POSTTITLE}}"
|
119 |
msgstr ""
|
120 |
|
121 |
-
#: ../classes/es-register.php:
|
122 |
msgid "Select your Email Template Type"
|
123 |
msgstr ""
|
124 |
|
125 |
-
#: ../classes/es-register.php:
|
126 |
msgid "Preview Template"
|
127 |
msgstr ""
|
128 |
|
129 |
-
#: ../classes/es-register.php:
|
130 |
#, php-format
|
131 |
msgid ""
|
132 |
"%s for Post Notification: {{NAME}}, {{EMAIL}}, {{DATE}}, {{POSTTITLE}}, "
|
@@ -134,7 +148,7 @@ msgid ""
|
|
134 |
"WITHTITLE}}, {{POSTLINK-ONLY}}, {{POSTFULL}}"
|
135 |
msgstr ""
|
136 |
|
137 |
-
#: ../classes/es-register.php:
|
138 |
#, php-format
|
139 |
msgid "<br/><br/>%s for Newsletter: {{NAME}}, {{EMAIL}}"
|
140 |
msgstr ""
|
@@ -143,72 +157,107 @@ msgstr ""
|
|
143 |
msgid "Unexpected url submit has been detected!"
|
144 |
msgstr ""
|
145 |
|
146 |
-
#: ../help/help.php:
|
147 |
msgid "Thanks for installing and we hope you will enjoy using this plugin."
|
148 |
msgstr ""
|
149 |
|
150 |
-
#: ../help/help.php:
|
151 |
msgid ""
|
152 |
"By default, subscribers subscribed via Email Subscribers, will receive email "
|
153 |
"updates when you post a new blog. You can turn these updates off like this:"
|
154 |
msgstr ""
|
155 |
|
156 |
-
#: ../help/help.php:
|
157 |
msgid ""
|
158 |
"Email Subscribers -> Post Notification -> Edit -> Select Notification Status "
|
159 |
"when a new post is published -> Disable -> Save."
|
160 |
msgstr ""
|
161 |
|
162 |
-
#: ../help/help.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
163 |
#, php-format
|
164 |
msgid ""
|
165 |
"<b>Like Email Subscribers?</b> If yes, then consider %s to support further "
|
166 |
"developments."
|
167 |
msgstr ""
|
168 |
|
169 |
-
#: ../help/help.php:
|
170 |
msgid "Use HTML editor to create newsletters and post notifications."
|
171 |
msgstr ""
|
172 |
|
173 |
-
#: ../help/help.php:
|
174 |
msgid "General Plugin Configuration"
|
175 |
msgstr ""
|
176 |
|
177 |
-
#: ../help/help.php:
|
178 |
msgid "How does Sync work?"
|
179 |
msgstr ""
|
180 |
|
181 |
-
#: ../help/help.php:
|
182 |
msgid "How to check sent emails?"
|
183 |
msgstr ""
|
184 |
|
185 |
-
#: ../help/help.php:
|
186 |
msgid "Create and Send Newsletter Emails"
|
187 |
msgstr ""
|
188 |
|
189 |
-
#: ../help/help.php:
|
190 |
msgid "Keywords in the Newsletters"
|
191 |
msgstr ""
|
192 |
|
193 |
-
#: ../help/help.php:
|
194 |
msgid "Create and Send Post Notification Emails when new posts are published"
|
195 |
msgstr ""
|
196 |
|
197 |
-
#: ../help/help.php:
|
198 |
msgid "What is Cron and how to Schedule Cron Emails?"
|
199 |
msgstr ""
|
200 |
|
201 |
-
#: ../help/help.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
202 |
msgid "Using our <b>free</b> "
|
203 |
msgstr ""
|
204 |
|
205 |
-
#: ../help/help.php:
|
206 |
msgid ""
|
207 |
"Using Email Subscribers you can achieve this easily with our <b>free</b> "
|
208 |
"plugin "
|
209 |
msgstr ""
|
210 |
|
211 |
-
#: ../help/help.php:
|
212 |
msgid "Email subscribers easily integrates with another <b>free</b> plugin "
|
213 |
msgstr ""
|
214 |
|
@@ -298,21 +347,21 @@ msgstr ""
|
|
298 |
msgid "Total Subscribers: "
|
299 |
msgstr ""
|
300 |
|
301 |
-
#: ../templates/template-preview.php:
|
302 |
msgid "Template Preview"
|
303 |
msgstr ""
|
304 |
|
305 |
-
#: ../templates/template-preview.php:
|
306 |
msgid "This is how your email may look."
|
307 |
msgstr ""
|
308 |
|
309 |
-
#: ../templates/template-preview.php:
|
310 |
msgid ""
|
311 |
"<br><br>This Post Notification preview has replaced keywords from your last "
|
312 |
"published blog post."
|
313 |
msgstr ""
|
314 |
|
315 |
-
#: ../templates/template-preview.php:
|
316 |
msgid ""
|
317 |
"<br><br>Note: Different email services (like gmail, yahoo etc) display email "
|
318 |
"content differently. So there could be a slight variation on how your "
|
@@ -363,22 +412,22 @@ msgstr "<span style=\"color:#20b2aa;font-weight:bold;\">via Cron</span>"
|
|
363 |
msgid "<span style=\"color:#993399;\">Immediately</span>"
|
364 |
msgstr "<span style=\"color:#993399;\">Courriel instantané</span>"
|
365 |
|
366 |
-
#: ../classes/es-loadwidget.php:
|
367 |
#: subscribers/view-subscriber-show.php:289
|
368 |
msgid "Name"
|
369 |
msgstr "Nom"
|
370 |
|
371 |
-
#: ../classes/es-loadwidget.php:
|
372 |
msgid "Email *"
|
373 |
msgstr "E-mail *"
|
374 |
|
375 |
-
#: ../classes/es-loadwidget.php:
|
376 |
-
#: php:
|
377 |
msgid "Subscribe"
|
378 |
msgstr "S'abonner"
|
379 |
|
380 |
#: ../classes/es-register.php:162 ../classes/es-register.php:163 ../classes/es-
|
381 |
-
#: register.php:
|
382 |
msgid "Email Subscribers"
|
383 |
msgstr "Email Subscribers & Newsletters"
|
384 |
|
@@ -388,12 +437,12 @@ msgid "Subscribers"
|
|
388 |
msgstr "Abonnés"
|
389 |
|
390 |
#: ../classes/es-register.php:171 ../classes/es-register.php:172 ../help/help.php:
|
391 |
-
#:
|
392 |
msgid "Post Notifications"
|
393 |
msgstr "Notifications d'article"
|
394 |
|
395 |
#: ../classes/es-register.php:174 ../classes/es-register.php:175 ../help/help.php:
|
396 |
-
#:
|
397 |
msgid "Newsletters"
|
398 |
msgstr "Newsletters"
|
399 |
|
@@ -590,7 +639,7 @@ msgctxt "widget-page-enhanced-select"
|
|
590 |
msgid "Please try after some time"
|
591 |
msgstr "Veuillez réessayer plus tard"
|
592 |
|
593 |
-
#: ../classes/es-register.php:
|
594 |
msgid ""
|
595 |
"If you like <strong>Email Subscribers</strong>, please consider leaving us a "
|
596 |
"<a target=\"_blank\" href=\"https://wordpress.org/support/plugin/email-"
|
@@ -602,83 +651,79 @@ msgstr ""
|
|
602 |
"subscribers/reviews/?filter=5#new-post\">★★★★★"
|
603 |
"</a>. Un grand merci d'Icegram d'avance!"
|
604 |
|
605 |
-
#: ../classes/es-register.php:
|
606 |
msgid "Thumbnail"
|
607 |
msgstr "Miniature"
|
608 |
|
609 |
-
#: ../classes/es-register.php:
|
610 |
#: sentmail/sentmail-show.php:121
|
611 |
msgid "Preview"
|
612 |
msgstr "Aperçu"
|
613 |
|
614 |
-
#: ../classes/es-register.php:
|
615 |
msgid "Newsletter"
|
616 |
msgstr "Newsletters"
|
617 |
|
618 |
-
#: ../classes/es-register.php:
|
619 |
msgid "Post Notification"
|
620 |
msgstr "Notification d'article"
|
621 |
|
622 |
-
#: ../classes/es-register.php:
|
623 |
msgid "Available Keywords"
|
624 |
msgstr "Mots clés autorisés"
|
625 |
|
626 |
-
#: ../classes/es-register.php:
|
627 |
msgid "Widget Title"
|
628 |
msgstr "Titre du widget"
|
629 |
|
630 |
-
#: ../classes/es-register.php:
|
631 |
msgid "Short description about subscription form"
|
632 |
msgstr "Courte description de votre formulaire d'abonnement"
|
633 |
|
634 |
-
#: ../classes/es-register.php:
|
635 |
msgid "Display Name Field"
|
636 |
msgstr "Afficher le champ Nom"
|
637 |
|
638 |
-
#: ../classes/es-register.php:
|
639 |
#: settings/settings-edit.php:217 ../subscribers/view-subscriber-sync.php:107
|
640 |
msgid "YES"
|
641 |
msgstr "OUI"
|
642 |
|
643 |
-
#: ../classes/es-register.php:
|
644 |
#: settings/settings-edit.php:218 ../subscribers/view-subscriber-sync.php:106
|
645 |
msgid "NO"
|
646 |
msgstr "NON"
|
647 |
|
648 |
-
#: ../classes/es-register.php:
|
649 |
msgid "Subscriber Group"
|
650 |
msgstr "Groupe d'abonnés"
|
651 |
|
652 |
-
#: ../help/help.php:
|
653 |
msgid "Welcome to Email Subscribers!"
|
654 |
msgstr "Bienvenue sur Email Subscribers & Newsletters!"
|
655 |
|
656 |
-
#: ../help/help.php:
|
657 |
-
msgid "Get more help and tips..."
|
658 |
-
msgstr "Obtener plus d'aide et d'astuces..."
|
659 |
-
|
660 |
-
#: ../help/help.php:205
|
661 |
#, php-format
|
662 |
msgid "Version: %s"
|
663 |
msgstr "Version: %s"
|
664 |
|
665 |
-
#: ../help/help.php:
|
666 |
msgid "Questions? Need Help?"
|
667 |
msgstr "Des questions? Besoin d'aide?"
|
668 |
|
669 |
-
#: ../help/help.php:
|
670 |
msgid "Contact Us"
|
671 |
msgstr "Contactez-nous"
|
672 |
|
673 |
-
#: ../help/help.php:
|
674 |
msgid "donating to us"
|
675 |
msgstr "en nous versant une contribution"
|
676 |
|
677 |
-
#: ../help/help.php:
|
678 |
msgid "Description"
|
679 |
msgstr "Description"
|
680 |
|
681 |
-
#: ../help/help.php:
|
682 |
msgid ""
|
683 |
"Email Subscribers is a complete newsletter plugin which lets you collect "
|
684 |
"leads, send automated new blog post notification emails, create & send "
|
@@ -689,11 +734,11 @@ msgstr ""
|
|
689 |
"notification de nouvel article de blog, de créer et d'envoyer des "
|
690 |
"newsletters et de gérer tout cela en un seul endroit."
|
691 |
|
692 |
-
#: ../help/help.php:
|
693 |
msgid "Feature Overview"
|
694 |
msgstr "Vue d'ensemble des fonctionnalités"
|
695 |
|
696 |
-
#: ../help/help.php:
|
697 |
msgid ""
|
698 |
"Collect customer emails by adding a subscription box (Widget/Shortcode/PHP "
|
699 |
"Code)."
|
@@ -701,15 +746,15 @@ msgstr ""
|
|
701 |
"Collecte des courriels des utilisateurs en ajoutant une boîte d'inscription "
|
702 |
"(Widget/Shortcode/Code PHP)."
|
703 |
|
704 |
-
#: ../help/help.php:
|
705 |
msgid "Configure double Opt-In and Single Opt-In facility for subscribers."
|
706 |
msgstr "Configuration du type de validation des abonnements."
|
707 |
|
708 |
-
#: ../help/help.php:
|
709 |
msgid "Send automatic welcome email to subscribers."
|
710 |
msgstr "Envoi automatique de courriel de bienvenue aux nouveaux abonnés."
|
711 |
|
712 |
-
#: ../help/help.php:
|
713 |
msgid ""
|
714 |
"Send new post notification emails to subscribers when new posts are "
|
715 |
"published on your website."
|
@@ -717,57 +762,59 @@ msgstr ""
|
|
717 |
"Envoi d'un courriel de notification aux abonnés lorsqu'un nouvel article est "
|
718 |
"publié."
|
719 |
|
720 |
-
#: ../help/help.php:
|
721 |
msgid "Schedule email (Cron job) or send them manually."
|
722 |
msgstr "Planification des envois (tâche Cron) ou envoi manuel."
|
723 |
|
724 |
-
#: ../help/help.php:
|
725 |
msgid "Send email notification to admin when a new user signs up."
|
726 |
msgstr "Envoi de notification à l'administrateur à chaque nouvel abonnement."
|
727 |
|
728 |
-
#: ../help/help.php:
|
729 |
msgid "Automatically add Unsubscribe link in the email."
|
730 |
msgstr "Ajout automatique d'un lien de désabonnement dans les courriels envoyés."
|
731 |
|
732 |
-
#: ../help/help.php:
|
733 |
msgid "Easily migrate subscribers from another app using Import & Export."
|
734 |
msgstr "Importation et exportation des abonnés depuis une autre application."
|
735 |
|
736 |
-
#: ../help/help.php:
|
737 |
msgid "Send newsletters to different groups."
|
738 |
msgstr "Envoi de newsletters à différents groupes."
|
739 |
|
740 |
-
#: ../help/help.php:
|
741 |
msgid "Get detailed sent email reports."
|
742 |
msgstr "Rapport détaillé des envois de courriels."
|
743 |
|
744 |
-
#: ../help/help.php:
|
745 |
msgid "Control user access (User Roles and Capabilities)."
|
746 |
msgstr "Contrôle des droits d'accès ( Rôles et capacités )."
|
747 |
|
748 |
-
#: ../help/help.php:
|
749 |
msgid "Supports localization and internationalization."
|
750 |
msgstr "Support de la localisation et de l'internationalisation."
|
751 |
|
752 |
-
#: ../help/help.php:
|
753 |
msgid "Add Subscribe form"
|
754 |
msgstr "Ajout d'un formulaire d'abonnement"
|
755 |
|
756 |
-
#: ../help/help.php:
|
757 |
-
#: php:
|
758 |
-
#: help/help.php:
|
759 |
-
#:
|
760 |
-
#: help/help.php:
|
761 |
-
#:
|
|
|
|
|
762 |
#, php-format
|
763 |
msgid "%s"
|
764 |
msgstr "%s"
|
765 |
|
766 |
-
#: ../help/help.php:
|
767 |
msgid "How to Add Subscription box to website?"
|
768 |
msgstr "Comment ajouter un formulaire d'abonnement sur votre site?"
|
769 |
|
770 |
-
#: ../help/help.php:
|
771 |
#, php-format
|
772 |
msgid ""
|
773 |
"Use any of the following 3 methods :<br>\n"
|
@@ -786,30 +833,30 @@ msgstr ""
|
|
786 |
" c) Copiez et collez ce code php dans un fichier de votre thème : "
|
787 |
"<strong>%s</strong>"
|
788 |
|
789 |
-
#: ../help/help.php:
|
790 |
msgid "Additional form settings"
|
791 |
msgstr "Autres options du formulaire"
|
792 |
|
793 |
-
#: ../help/help.php:
|
794 |
msgid "How to Redirect Subscribers to a new page/url after successful sign up?"
|
795 |
msgstr ""
|
796 |
"Comment rediriger les abonnés vers une nouvelle page/url après une "
|
797 |
"inscription réussie?"
|
798 |
|
799 |
-
#: ../help/help.php:
|
800 |
msgid "How to add captcha in Subscribe form of Email Subscribers?"
|
801 |
msgstr "Comment ajouter un captcha au formulaire d'abonnement?"
|
802 |
|
803 |
-
#: ../help/help.php:
|
804 |
#, php-format
|
805 |
msgid "Modify %s"
|
806 |
msgstr "Modifier %s"
|
807 |
|
808 |
-
#: ../help/help.php:
|
809 |
msgid "default text, email contents"
|
810 |
msgstr "les textes affichés, le contenus des courriels"
|
811 |
|
812 |
-
#: ../help/help.php:
|
813 |
msgid ""
|
814 |
" (like Confirmation, Welcome, Admin emails), Cron Settings and Assign User "
|
815 |
"Roles"
|
@@ -818,77 +865,77 @@ msgstr ""
|
|
818 |
"l'administrateur), les réglages des tâches Cron et les droits des "
|
819 |
"utilisateurs"
|
820 |
|
821 |
-
#: ../help/help.php:
|
822 |
msgid "How to Import or Export Email Addresses?"
|
823 |
msgstr "Comment importer ou exporter des adresses e-mail?"
|
824 |
|
825 |
-
#: ../help/help.php:
|
826 |
msgid "How to Add/Update Existing Subscribers Group & Status?"
|
827 |
msgstr "Comment ajouter/mettre à jour un groupe d'abonnés?"
|
828 |
|
829 |
-
#: ../help/help.php:
|
830 |
msgid "How to change/update/translate any texts from the plugin?"
|
831 |
msgstr "Comment changer/mettre à jour/traduire les textes de l'extension?"
|
832 |
|
833 |
-
#: ../help/help.php:
|
834 |
msgid "How to add Unsubscribe link in emails?"
|
835 |
msgstr "Comment ajouter un lien pour se désabonner dans les courriels envoyés?"
|
836 |
|
837 |
-
#: ../help/help.php:
|
838 |
msgid "Keywords in the Post Notifications"
|
839 |
msgstr "Mots clés pour les notifications de nouvel article"
|
840 |
|
841 |
-
#: ../help/help.php:
|
842 |
msgid "Send a test post notification email to myself/testgroup"
|
843 |
msgstr ""
|
844 |
"Envoi d'un courriel test de notification d'article à moi-même ou un groupe "
|
845 |
"test"
|
846 |
|
847 |
-
#: ../help/help.php:
|
848 |
msgid "Cron Job Setup"
|
849 |
msgstr "Réglage des tâches Cron"
|
850 |
|
851 |
-
#: ../help/help.php:
|
852 |
msgid "Schedule Cron Emails in cPanel"
|
853 |
msgstr "Planifier une tâche Cron dans cPanel"
|
854 |
|
855 |
-
#: ../help/help.php:
|
856 |
msgid "Schedule Cron Emails in Parallels Plesk"
|
857 |
msgstr "Planifier une tâche Cron dans Plesk"
|
858 |
|
859 |
-
#: ../help/help.php:
|
860 |
msgid "Hosting doesn’t support Cron Jobs?"
|
861 |
msgstr "Votre hébergeur de gère pas les tâches Cron?"
|
862 |
|
863 |
-
#: ../help/help.php:
|
864 |
msgid "Troubleshooting Steps"
|
865 |
msgstr "Étapes de dépannage"
|
866 |
|
867 |
-
#: ../help/help.php:
|
868 |
msgid "Subscribers are not receiving Emails?"
|
869 |
msgstr "Les abonnés ne reçoivent pas les courriels ?"
|
870 |
|
871 |
-
#: ../help/help.php:
|
872 |
msgid "CSS Help"
|
873 |
msgstr "Aide CSS"
|
874 |
|
875 |
-
#: ../help/help.php:
|
876 |
msgid "FAQ's"
|
877 |
msgstr "FAQ"
|
878 |
|
879 |
-
#: ../help/help.php:
|
880 |
msgid "Want to do more? Here's how.."
|
881 |
msgstr "Vous voulez en faire plus? Voici comment..."
|
882 |
|
883 |
-
#: ../help/help.php:
|
884 |
msgid "Allow Subscribers to get subscribed to any group"
|
885 |
msgstr "Autoriser les abonnés à s'inscrire à n'importe quel groupe"
|
886 |
|
887 |
-
#: ../help/help.php:
|
888 |
msgid "Group Selector"
|
889 |
msgstr "Group Selector"
|
890 |
|
891 |
-
#: ../help/help.php:
|
892 |
msgid ""
|
893 |
"plugin, you can extend Email Subscribers Form functionality by providing an "
|
894 |
"grouping option right next to the form."
|
@@ -896,19 +943,19 @@ msgstr ""
|
|
896 |
", vous pourrez ajouter une option de choix de groupe dans le formulaire "
|
897 |
"d'abonnement."
|
898 |
|
899 |
-
#: ../help/help.php:
|
900 |
msgid "The user can then subscribe to whichever group most appeals to them."
|
901 |
msgstr "L'utilisateur peut alors s'abonner au groupe qui lui convient le mieux."
|
902 |
|
903 |
-
#: ../help/help.php:
|
904 |
msgid "For example: Subscribe either to Updates or to Offers."
|
905 |
msgstr "Par exemple: S'abonner aux mises à jour ou aux offres."
|
906 |
|
907 |
-
#: ../help/help.php:
|
908 |
msgid "Show your subscribe form inside attractive popups"
|
909 |
msgstr "Afficher votre formulaire d'abonnement dans une popup attractive"
|
910 |
|
911 |
-
#: ../help/help.php:
|
912 |
msgid ""
|
913 |
"Don't limit your subscriber form to a widget. Embed it within popups, hello "
|
914 |
"bars, slide-ins, sidebars, full screen popups etc."
|
@@ -918,11 +965,11 @@ msgstr ""
|
|
918 |
"pop-up en plein écran, etc."
|
919 |
|
920 |
#. Author of the plugin/theme
|
921 |
-
#: ../help/help.php:
|
922 |
msgid "Icegram"
|
923 |
msgstr "Icegram"
|
924 |
|
925 |
-
#: ../help/help.php:
|
926 |
msgid ""
|
927 |
"Icegram's beautiful designs instantly capture user attention and help "
|
928 |
"increase sign-ups to your WordPress website."
|
@@ -930,24 +977,24 @@ msgstr ""
|
|
930 |
"Les magnifiques designs d'Icegram captent instantanément l'attention de "
|
931 |
"l'utilisateur et aident à augmenter les inscriptions à votre site WordPress."
|
932 |
|
933 |
-
#: ../help/help.php:
|
934 |
#, php-format
|
935 |
msgid "How to %s"
|
936 |
msgstr "Comment %s"
|
937 |
|
938 |
-
#: ../help/help.php:
|
939 |
msgid "show subscribe form inside a popup"
|
940 |
msgstr "afficher une formulaire d'abonnement dans une pop-up"
|
941 |
|
942 |
-
#: ../help/help.php:
|
943 |
msgid "Get beautiful and elegant form styles"
|
944 |
msgstr "Styler élégamment vos formulaires "
|
945 |
|
946 |
-
#: ../help/help.php:
|
947 |
msgid "Rainmaker"
|
948 |
msgstr "Rainmaker"
|
949 |
|
950 |
-
#: ../help/help.php:
|
951 |
msgid ""
|
952 |
"Rainmaker extends the core features of Email Subscribers and provides "
|
953 |
"elegant form styles."
|
@@ -955,7 +1002,7 @@ msgstr ""
|
|
955 |
"Rainmaker étend les fonctionnalités principales d'Email Subscribers et "
|
956 |
"propose des styles de formulaire élégants."
|
957 |
|
958 |
-
#: ../help/help.php:
|
959 |
msgid ""
|
960 |
"These styles are well designed and beautify your subscription form making it "
|
961 |
"more appealing."
|
@@ -963,7 +1010,7 @@ msgstr ""
|
|
963 |
"Ces styles sont bien conçus et embellissent votre formulaire d'abonnement, "
|
964 |
"ce qui le rend plus attrayant."
|
965 |
|
966 |
-
#: ../help/help.php:
|
967 |
msgid "add Rainmaker’s form in Email Subscribers"
|
968 |
msgstr "ajouter un formulaire Rainmaker dans Email Subscribers"
|
969 |
|
@@ -1007,7 +1054,7 @@ msgstr "Nouvelle notification"
|
|
1007 |
#: subscribers/view-subscriber-add.php:118 ../subscribers/view-subscriber-edit.
|
1008 |
#: php:113 ../subscribers/view-subscriber-export.php:51 ../subscribers/view-
|
1009 |
#: subscriber-import.php:149 ../subscribers/view-subscriber-show.php:247 ..
|
1010 |
-
#: subscribers/view-subscriber-sync.php:92 ../templates/template-preview.php:
|
1011 |
msgid "Help"
|
1012 |
msgstr "Aide"
|
1013 |
|
@@ -1149,7 +1196,7 @@ msgid "Notification Status"
|
|
1149 |
msgstr "Mode d'envoi"
|
1150 |
|
1151 |
#: ../notification/notification-show.php:100 ../subscribers/view-subscriber-show.
|
1152 |
-
#: php:417 ../templates/template-preview.php:
|
1153 |
msgid "Edit"
|
1154 |
msgstr "Modifier"
|
1155 |
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
+
"Project-Id-Version: Email Subscribers & Newsletters 3.5.0\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
"POT-Creation-Date: 2017-07-26 12:00:36+00:00\n"
|
6 |
+
"PO-Revision-Date: Wed May 16 2018 16:04:40 GMT+0530 (IST)\n"
|
7 |
"Last-Translator: admin <mansi.shah@appsmagnet.com>\n"
|
8 |
"Language-Team: Icegram <hello@icegram.com>Language:\n"
|
9 |
"Language: French (France)\n"
|
23 |
"X-Poedit-SearchPath-0: .."
|
24 |
|
25 |
#: ../classes/es-register.php:168 ../classes/es-register.php:169 ../classes/es-
|
26 |
+
#: register.php:826 ../classes/es-register.php:827 ../classes/es-register.php:832
|
27 |
msgid "Templates"
|
28 |
msgstr ""
|
29 |
|
55 |
"spam/junk folder."
|
56 |
msgstr ""
|
57 |
|
58 |
+
#: ../classes/es-register.php:738
|
59 |
msgid ""
|
60 |
"<b>Want readymade email templates?</b> Also want to <b>clean your "
|
61 |
"subscribers list?</b> Come check our Pro plan."
|
62 |
msgstr ""
|
63 |
|
64 |
+
#: ../classes/es-register.php:739
|
65 |
+
msgid "Check Pro plan"
|
66 |
msgstr ""
|
67 |
|
68 |
+
#: ../classes/es-register.php:739
|
69 |
msgid "Not interested."
|
70 |
msgstr ""
|
71 |
|
72 |
+
#: ../classes/es-register.php:777
|
73 |
+
msgid ""
|
74 |
+
"<b style=\"letter-spacing:0.4px;\">To honour GDPR, kindly enable the 'Consent "
|
75 |
+
"Checkbox' in the subscription form.</b>"
|
76 |
+
msgstr ""
|
77 |
+
|
78 |
+
#: ../classes/es-register.php:778
|
79 |
+
msgid "Steps to enable"
|
80 |
+
msgstr ""
|
81 |
+
|
82 |
+
#: ../classes/es-register.php:778
|
83 |
+
msgid "Ok, got it"
|
84 |
+
msgstr ""
|
85 |
+
|
86 |
+
#: ../classes/es-register.php:817
|
87 |
#, php-format
|
88 |
msgid "Email Subscribers version: <strong>%s</strong>"
|
89 |
msgstr ""
|
90 |
|
91 |
+
#: ../classes/es-register.php:828 ../classes/es-register.php:829
|
92 |
msgid "Add new Template"
|
93 |
msgstr ""
|
94 |
|
95 |
+
#: ../classes/es-register.php:830
|
96 |
msgid "Edit Templates"
|
97 |
msgstr ""
|
98 |
|
99 |
+
#: ../classes/es-register.php:831
|
100 |
msgid "New Templates"
|
101 |
msgstr ""
|
102 |
|
103 |
+
#: ../classes/es-register.php:833
|
104 |
msgid "View Templates"
|
105 |
msgstr ""
|
106 |
|
107 |
+
#: ../classes/es-register.php:834
|
108 |
msgid "Search Templates"
|
109 |
msgstr ""
|
110 |
|
111 |
+
#: ../classes/es-register.php:835
|
112 |
msgid "No Templates found"
|
113 |
msgstr ""
|
114 |
|
115 |
+
#: ../classes/es-register.php:836
|
116 |
msgid "No Templates found in Trash"
|
117 |
msgstr ""
|
118 |
|
119 |
+
#: ../classes/es-register.php:839
|
120 |
msgid "Thumbnail (For Visual Representation only)"
|
121 |
msgstr ""
|
122 |
|
123 |
+
#: ../classes/es-register.php:840
|
124 |
msgid "Set thumbnail"
|
125 |
msgstr ""
|
126 |
|
127 |
+
#: ../classes/es-register.php:877
|
128 |
msgid "Template Type"
|
129 |
msgstr ""
|
130 |
|
131 |
+
#: ../classes/es-register.php:943
|
132 |
msgid "Available Keyword for Post Notification: {{POSTTITLE}}"
|
133 |
msgstr ""
|
134 |
|
135 |
+
#: ../classes/es-register.php:946
|
136 |
msgid "Select your Email Template Type"
|
137 |
msgstr ""
|
138 |
|
139 |
+
#: ../classes/es-register.php:996
|
140 |
msgid "Preview Template"
|
141 |
msgstr ""
|
142 |
|
143 |
+
#: ../classes/es-register.php:1010
|
144 |
#, php-format
|
145 |
msgid ""
|
146 |
"%s for Post Notification: {{NAME}}, {{EMAIL}}, {{DATE}}, {{POSTTITLE}}, "
|
148 |
"WITHTITLE}}, {{POSTLINK-ONLY}}, {{POSTFULL}}"
|
149 |
msgstr ""
|
150 |
|
151 |
+
#: ../classes/es-register.php:1011
|
152 |
#, php-format
|
153 |
msgid "<br/><br/>%s for Newsletter: {{NAME}}, {{EMAIL}}"
|
154 |
msgstr ""
|
157 |
msgid "Unexpected url submit has been detected!"
|
158 |
msgstr ""
|
159 |
|
160 |
+
#: ../help/help.php:191
|
161 |
msgid "Thanks for installing and we hope you will enjoy using this plugin."
|
162 |
msgstr ""
|
163 |
|
164 |
+
#: ../help/help.php:192
|
165 |
msgid ""
|
166 |
"By default, subscribers subscribed via Email Subscribers, will receive email "
|
167 |
"updates when you post a new blog. You can turn these updates off like this:"
|
168 |
msgstr ""
|
169 |
|
170 |
+
#: ../help/help.php:193
|
171 |
msgid ""
|
172 |
"Email Subscribers -> Post Notification -> Edit -> Select Notification Status "
|
173 |
"when a new post is published -> Disable -> Save."
|
174 |
msgstr ""
|
175 |
|
176 |
+
#: ../help/help.php:197
|
177 |
+
msgid ""
|
178 |
+
"Stay in touch with us. We send out plugin help, tips, periodic updates and "
|
179 |
+
"even the occasional discounts."
|
180 |
+
msgstr ""
|
181 |
+
|
182 |
+
#: ../help/help.php:205
|
183 |
+
#, php-format
|
184 |
+
msgid "I have read and agreed to your %s."
|
185 |
+
msgstr ""
|
186 |
+
|
187 |
+
#: ../help/help.php:205
|
188 |
+
msgid "Privacy Policy"
|
189 |
+
msgstr ""
|
190 |
+
|
191 |
+
#: ../help/help.php:223
|
192 |
#, php-format
|
193 |
msgid ""
|
194 |
"<b>Like Email Subscribers?</b> If yes, then consider %s to support further "
|
195 |
"developments."
|
196 |
msgstr ""
|
197 |
|
198 |
+
#: ../help/help.php:289
|
199 |
msgid "Use HTML editor to create newsletters and post notifications."
|
200 |
msgstr ""
|
201 |
|
202 |
+
#: ../help/help.php:330
|
203 |
msgid "General Plugin Configuration"
|
204 |
msgstr ""
|
205 |
|
206 |
+
#: ../help/help.php:336
|
207 |
msgid "How does Sync work?"
|
208 |
msgstr ""
|
209 |
|
210 |
+
#: ../help/help.php:351
|
211 |
msgid "How to check sent emails?"
|
212 |
msgstr ""
|
213 |
|
214 |
+
#: ../help/help.php:363
|
215 |
msgid "Create and Send Newsletter Emails"
|
216 |
msgstr ""
|
217 |
|
218 |
+
#: ../help/help.php:366
|
219 |
msgid "Keywords in the Newsletters"
|
220 |
msgstr ""
|
221 |
|
222 |
+
#: ../help/help.php:373
|
223 |
msgid "Create and Send Post Notification Emails when new posts are published"
|
224 |
msgstr ""
|
225 |
|
226 |
+
#: ../help/help.php:387
|
227 |
msgid "What is Cron and how to Schedule Cron Emails?"
|
228 |
msgstr ""
|
229 |
|
230 |
+
#: ../help/help.php:413
|
231 |
+
msgid "[GDPR] Email Subscribers"
|
232 |
+
msgstr ""
|
233 |
+
|
234 |
+
#: ../help/help.php:416 ../help/help.php:434
|
235 |
+
msgid "How to enable consent checkbox in the subscribe form?"
|
236 |
+
msgstr ""
|
237 |
+
|
238 |
+
#: ../help/help.php:419
|
239 |
+
msgid "What data Email Subscribers stores on your end?"
|
240 |
+
msgstr ""
|
241 |
+
|
242 |
+
#: ../help/help.php:431
|
243 |
+
msgid "[GDPR] Email Subscribers - Group Selector"
|
244 |
+
msgstr ""
|
245 |
+
|
246 |
+
#: ../help/help.php:437
|
247 |
+
msgid "What data Email Subscribers - Group Selector stores on your end?"
|
248 |
+
msgstr ""
|
249 |
+
|
250 |
+
#: ../help/help.php:454
|
251 |
msgid "Using our <b>free</b> "
|
252 |
msgstr ""
|
253 |
|
254 |
+
#: ../help/help.php:474
|
255 |
msgid ""
|
256 |
"Using Email Subscribers you can achieve this easily with our <b>free</b> "
|
257 |
"plugin "
|
258 |
msgstr ""
|
259 |
|
260 |
+
#: ../help/help.php:491
|
261 |
msgid "Email subscribers easily integrates with another <b>free</b> plugin "
|
262 |
msgstr ""
|
263 |
|
347 |
msgid "Total Subscribers: "
|
348 |
msgstr ""
|
349 |
|
350 |
+
#: ../templates/template-preview.php:32
|
351 |
msgid "Template Preview"
|
352 |
msgstr ""
|
353 |
|
354 |
+
#: ../templates/template-preview.php:40
|
355 |
msgid "This is how your email may look."
|
356 |
msgstr ""
|
357 |
|
358 |
+
#: ../templates/template-preview.php:42
|
359 |
msgid ""
|
360 |
"<br><br>This Post Notification preview has replaced keywords from your last "
|
361 |
"published blog post."
|
362 |
msgstr ""
|
363 |
|
364 |
+
#: ../templates/template-preview.php:44
|
365 |
msgid ""
|
366 |
"<br><br>Note: Different email services (like gmail, yahoo etc) display email "
|
367 |
"content differently. So there could be a slight variation on how your "
|
412 |
msgid "<span style=\"color:#993399;\">Immediately</span>"
|
413 |
msgstr "<span style=\"color:#993399;\">Courriel instantané</span>"
|
414 |
|
415 |
+
#: ../classes/es-loadwidget.php:34 ../classes/es-register.php:1095 ..
|
416 |
#: subscribers/view-subscriber-show.php:289
|
417 |
msgid "Name"
|
418 |
msgstr "Nom"
|
419 |
|
420 |
+
#: ../classes/es-loadwidget.php:39 ../classes/es-register.php:1100
|
421 |
msgid "Email *"
|
422 |
msgstr "E-mail *"
|
423 |
|
424 |
+
#: ../classes/es-loadwidget.php:47 ../classes/es-register.php:1108 ../help/help.
|
425 |
+
#: php:202
|
426 |
msgid "Subscribe"
|
427 |
msgstr "S'abonner"
|
428 |
|
429 |
#: ../classes/es-register.php:162 ../classes/es-register.php:163 ../classes/es-
|
430 |
+
#: register.php:838
|
431 |
msgid "Email Subscribers"
|
432 |
msgstr "Email Subscribers & Newsletters"
|
433 |
|
437 |
msgstr "Abonnés"
|
438 |
|
439 |
#: ../classes/es-register.php:171 ../classes/es-register.php:172 ../help/help.php:
|
440 |
+
#: 370 ../notification/notification-show.php:52
|
441 |
msgid "Post Notifications"
|
442 |
msgstr "Notifications d'article"
|
443 |
|
444 |
#: ../classes/es-register.php:174 ../classes/es-register.php:175 ../help/help.php:
|
445 |
+
#: 360 ../sendmail/sendmail.php:93 ../settings/settings-edit.php:324
|
446 |
msgid "Newsletters"
|
447 |
msgstr "Newsletters"
|
448 |
|
639 |
msgid "Please try after some time"
|
640 |
msgstr "Veuillez réessayer plus tard"
|
641 |
|
642 |
+
#: ../classes/es-register.php:803
|
643 |
msgid ""
|
644 |
"If you like <strong>Email Subscribers</strong>, please consider leaving us a "
|
645 |
"<a target=\"_blank\" href=\"https://wordpress.org/support/plugin/email-"
|
651 |
"subscribers/reviews/?filter=5#new-post\">★★★★★"
|
652 |
"</a>. Un grand merci d'Icegram d'avance!"
|
653 |
|
654 |
+
#: ../classes/es-register.php:878 ../settings/settings-edit.php:123
|
655 |
msgid "Thumbnail"
|
656 |
msgstr "Miniature"
|
657 |
|
658 |
+
#: ../classes/es-register.php:926 ../sentmail/sentmail-show.php:108 ..
|
659 |
#: sentmail/sentmail-show.php:121
|
660 |
msgid "Preview"
|
661 |
msgstr "Aperçu"
|
662 |
|
663 |
+
#: ../classes/es-register.php:948
|
664 |
msgid "Newsletter"
|
665 |
msgstr "Newsletters"
|
666 |
|
667 |
+
#: ../classes/es-register.php:949
|
668 |
msgid "Post Notification"
|
669 |
msgstr "Notification d'article"
|
670 |
|
671 |
+
#: ../classes/es-register.php:1010 ../classes/es-register.php:1011
|
672 |
msgid "Available Keywords"
|
673 |
msgstr "Mots clés autorisés"
|
674 |
|
675 |
+
#: ../classes/es-register.php:1148
|
676 |
msgid "Widget Title"
|
677 |
msgstr "Titre du widget"
|
678 |
|
679 |
+
#: ../classes/es-register.php:1152
|
680 |
msgid "Short description about subscription form"
|
681 |
msgstr "Courte description de votre formulaire d'abonnement"
|
682 |
|
683 |
+
#: ../classes/es-register.php:1156
|
684 |
msgid "Display Name Field"
|
685 |
msgstr "Afficher le champ Nom"
|
686 |
|
687 |
+
#: ../classes/es-register.php:1158 ../settings/settings-edit.php:142 ..
|
688 |
#: settings/settings-edit.php:217 ../subscribers/view-subscriber-sync.php:107
|
689 |
msgid "YES"
|
690 |
msgstr "OUI"
|
691 |
|
692 |
+
#: ../classes/es-register.php:1159 ../settings/settings-edit.php:143 ..
|
693 |
#: settings/settings-edit.php:218 ../subscribers/view-subscriber-sync.php:106
|
694 |
msgid "NO"
|
695 |
msgstr "NON"
|
696 |
|
697 |
+
#: ../classes/es-register.php:1163
|
698 |
msgid "Subscriber Group"
|
699 |
msgstr "Groupe d'abonnés"
|
700 |
|
701 |
+
#: ../help/help.php:190
|
702 |
msgid "Welcome to Email Subscribers!"
|
703 |
msgstr "Bienvenue sur Email Subscribers & Newsletters!"
|
704 |
|
705 |
+
#: ../help/help.php:214
|
|
|
|
|
|
|
|
|
706 |
#, php-format
|
707 |
msgid "Version: %s"
|
708 |
msgstr "Version: %s"
|
709 |
|
710 |
+
#: ../help/help.php:217
|
711 |
msgid "Questions? Need Help?"
|
712 |
msgstr "Des questions? Besoin d'aide?"
|
713 |
|
714 |
+
#: ../help/help.php:218
|
715 |
msgid "Contact Us"
|
716 |
msgstr "Contactez-nous"
|
717 |
|
718 |
+
#: ../help/help.php:223
|
719 |
msgid "donating to us"
|
720 |
msgstr "en nous versant une contribution"
|
721 |
|
722 |
+
#: ../help/help.php:258
|
723 |
msgid "Description"
|
724 |
msgstr "Description"
|
725 |
|
726 |
+
#: ../help/help.php:260
|
727 |
msgid ""
|
728 |
"Email Subscribers is a complete newsletter plugin which lets you collect "
|
729 |
"leads, send automated new blog post notification emails, create & send "
|
734 |
"notification de nouvel article de blog, de créer et d'envoyer des "
|
735 |
"newsletters et de gérer tout cela en un seul endroit."
|
736 |
|
737 |
+
#: ../help/help.php:262
|
738 |
msgid "Feature Overview"
|
739 |
msgstr "Vue d'ensemble des fonctionnalités"
|
740 |
|
741 |
+
#: ../help/help.php:265
|
742 |
msgid ""
|
743 |
"Collect customer emails by adding a subscription box (Widget/Shortcode/PHP "
|
744 |
"Code)."
|
746 |
"Collecte des courriels des utilisateurs en ajoutant une boîte d'inscription "
|
747 |
"(Widget/Shortcode/Code PHP)."
|
748 |
|
749 |
+
#: ../help/help.php:268
|
750 |
msgid "Configure double Opt-In and Single Opt-In facility for subscribers."
|
751 |
msgstr "Configuration du type de validation des abonnements."
|
752 |
|
753 |
+
#: ../help/help.php:271
|
754 |
msgid "Send automatic welcome email to subscribers."
|
755 |
msgstr "Envoi automatique de courriel de bienvenue aux nouveaux abonnés."
|
756 |
|
757 |
+
#: ../help/help.php:274
|
758 |
msgid ""
|
759 |
"Send new post notification emails to subscribers when new posts are "
|
760 |
"published on your website."
|
762 |
"Envoi d'un courriel de notification aux abonnés lorsqu'un nouvel article est "
|
763 |
"publié."
|
764 |
|
765 |
+
#: ../help/help.php:277
|
766 |
msgid "Schedule email (Cron job) or send them manually."
|
767 |
msgstr "Planification des envois (tâche Cron) ou envoi manuel."
|
768 |
|
769 |
+
#: ../help/help.php:280
|
770 |
msgid "Send email notification to admin when a new user signs up."
|
771 |
msgstr "Envoi de notification à l'administrateur à chaque nouvel abonnement."
|
772 |
|
773 |
+
#: ../help/help.php:283
|
774 |
msgid "Automatically add Unsubscribe link in the email."
|
775 |
msgstr "Ajout automatique d'un lien de désabonnement dans les courriels envoyés."
|
776 |
|
777 |
+
#: ../help/help.php:286
|
778 |
msgid "Easily migrate subscribers from another app using Import & Export."
|
779 |
msgstr "Importation et exportation des abonnés depuis une autre application."
|
780 |
|
781 |
+
#: ../help/help.php:292
|
782 |
msgid "Send newsletters to different groups."
|
783 |
msgstr "Envoi de newsletters à différents groupes."
|
784 |
|
785 |
+
#: ../help/help.php:295
|
786 |
msgid "Get detailed sent email reports."
|
787 |
msgstr "Rapport détaillé des envois de courriels."
|
788 |
|
789 |
+
#: ../help/help.php:298
|
790 |
msgid "Control user access (User Roles and Capabilities)."
|
791 |
msgstr "Contrôle des droits d'accès ( Rôles et capacités )."
|
792 |
|
793 |
+
#: ../help/help.php:301
|
794 |
msgid "Supports localization and internationalization."
|
795 |
msgstr "Support de la localisation et de l'internationalisation."
|
796 |
|
797 |
+
#: ../help/help.php:308
|
798 |
msgid "Add Subscribe form"
|
799 |
msgstr "Ajout d'un formulaire d'abonnement"
|
800 |
|
801 |
+
#: ../help/help.php:310 ../help/help.php:321 ../help/help.php:324 ../help/help.
|
802 |
+
#: php:336 ../help/help.php:339 ../help/help.php:342 ../help/help.php:345 ..
|
803 |
+
#: help/help.php:348 ../help/help.php:351 ../help/help.php:363 ../help/help.php:
|
804 |
+
#: 366 ../help/help.php:373 ../help/help.php:376 ../help/help.php:379 ..
|
805 |
+
#: help/help.php:387 ../help/help.php:390 ../help/help.php:393 ../help/help.php:
|
806 |
+
#: 396 ../help/help.php:402 ../help/help.php:405 ../help/help.php:408 ..
|
807 |
+
#: help/help.php:416 ../help/help.php:419 ../help/help.php:434 ../help/help.php:
|
808 |
+
#: 437
|
809 |
#, php-format
|
810 |
msgid "%s"
|
811 |
msgstr "%s"
|
812 |
|
813 |
+
#: ../help/help.php:310
|
814 |
msgid "How to Add Subscription box to website?"
|
815 |
msgstr "Comment ajouter un formulaire d'abonnement sur votre site?"
|
816 |
|
817 |
+
#: ../help/help.php:313
|
818 |
#, php-format
|
819 |
msgid ""
|
820 |
"Use any of the following 3 methods :<br>\n"
|
833 |
" c) Copiez et collez ce code php dans un fichier de votre thème : "
|
834 |
"<strong>%s</strong>"
|
835 |
|
836 |
+
#: ../help/help.php:318
|
837 |
msgid "Additional form settings"
|
838 |
msgstr "Autres options du formulaire"
|
839 |
|
840 |
+
#: ../help/help.php:321
|
841 |
msgid "How to Redirect Subscribers to a new page/url after successful sign up?"
|
842 |
msgstr ""
|
843 |
"Comment rediriger les abonnés vers une nouvelle page/url après une "
|
844 |
"inscription réussie?"
|
845 |
|
846 |
+
#: ../help/help.php:324
|
847 |
msgid "How to add captcha in Subscribe form of Email Subscribers?"
|
848 |
msgstr "Comment ajouter un captcha au formulaire d'abonnement?"
|
849 |
|
850 |
+
#: ../help/help.php:333
|
851 |
#, php-format
|
852 |
msgid "Modify %s"
|
853 |
msgstr "Modifier %s"
|
854 |
|
855 |
+
#: ../help/help.php:333
|
856 |
msgid "default text, email contents"
|
857 |
msgstr "les textes affichés, le contenus des courriels"
|
858 |
|
859 |
+
#: ../help/help.php:333
|
860 |
msgid ""
|
861 |
" (like Confirmation, Welcome, Admin emails), Cron Settings and Assign User "
|
862 |
"Roles"
|
865 |
"l'administrateur), les réglages des tâches Cron et les droits des "
|
866 |
"utilisateurs"
|
867 |
|
868 |
+
#: ../help/help.php:339
|
869 |
msgid "How to Import or Export Email Addresses?"
|
870 |
msgstr "Comment importer ou exporter des adresses e-mail?"
|
871 |
|
872 |
+
#: ../help/help.php:342
|
873 |
msgid "How to Add/Update Existing Subscribers Group & Status?"
|
874 |
msgstr "Comment ajouter/mettre à jour un groupe d'abonnés?"
|
875 |
|
876 |
+
#: ../help/help.php:345
|
877 |
msgid "How to change/update/translate any texts from the plugin?"
|
878 |
msgstr "Comment changer/mettre à jour/traduire les textes de l'extension?"
|
879 |
|
880 |
+
#: ../help/help.php:348
|
881 |
msgid "How to add Unsubscribe link in emails?"
|
882 |
msgstr "Comment ajouter un lien pour se désabonner dans les courriels envoyés?"
|
883 |
|
884 |
+
#: ../help/help.php:376
|
885 |
msgid "Keywords in the Post Notifications"
|
886 |
msgstr "Mots clés pour les notifications de nouvel article"
|
887 |
|
888 |
+
#: ../help/help.php:379
|
889 |
msgid "Send a test post notification email to myself/testgroup"
|
890 |
msgstr ""
|
891 |
"Envoi d'un courriel test de notification d'article à moi-même ou un groupe "
|
892 |
"test"
|
893 |
|
894 |
+
#: ../help/help.php:384
|
895 |
msgid "Cron Job Setup"
|
896 |
msgstr "Réglage des tâches Cron"
|
897 |
|
898 |
+
#: ../help/help.php:390
|
899 |
msgid "Schedule Cron Emails in cPanel"
|
900 |
msgstr "Planifier une tâche Cron dans cPanel"
|
901 |
|
902 |
+
#: ../help/help.php:393
|
903 |
msgid "Schedule Cron Emails in Parallels Plesk"
|
904 |
msgstr "Planifier une tâche Cron dans Plesk"
|
905 |
|
906 |
+
#: ../help/help.php:396
|
907 |
msgid "Hosting doesn’t support Cron Jobs?"
|
908 |
msgstr "Votre hébergeur de gère pas les tâches Cron?"
|
909 |
|
910 |
+
#: ../help/help.php:399
|
911 |
msgid "Troubleshooting Steps"
|
912 |
msgstr "Étapes de dépannage"
|
913 |
|
914 |
+
#: ../help/help.php:402
|
915 |
msgid "Subscribers are not receiving Emails?"
|
916 |
msgstr "Les abonnés ne reçoivent pas les courriels ?"
|
917 |
|
918 |
+
#: ../help/help.php:405
|
919 |
msgid "CSS Help"
|
920 |
msgstr "Aide CSS"
|
921 |
|
922 |
+
#: ../help/help.php:408
|
923 |
msgid "FAQ's"
|
924 |
msgstr "FAQ"
|
925 |
|
926 |
+
#: ../help/help.php:446
|
927 |
msgid "Want to do more? Here's how.."
|
928 |
msgstr "Vous voulez en faire plus? Voici comment..."
|
929 |
|
930 |
+
#: ../help/help.php:449
|
931 |
msgid "Allow Subscribers to get subscribed to any group"
|
932 |
msgstr "Autoriser les abonnés à s'inscrire à n'importe quel groupe"
|
933 |
|
934 |
+
#: ../help/help.php:455
|
935 |
msgid "Group Selector"
|
936 |
msgstr "Group Selector"
|
937 |
|
938 |
+
#: ../help/help.php:456
|
939 |
msgid ""
|
940 |
"plugin, you can extend Email Subscribers Form functionality by providing an "
|
941 |
"grouping option right next to the form."
|
943 |
", vous pourrez ajouter une option de choix de groupe dans le formulaire "
|
944 |
"d'abonnement."
|
945 |
|
946 |
+
#: ../help/help.php:459
|
947 |
msgid "The user can then subscribe to whichever group most appeals to them."
|
948 |
msgstr "L'utilisateur peut alors s'abonner au groupe qui lui convient le mieux."
|
949 |
|
950 |
+
#: ../help/help.php:462
|
951 |
msgid "For example: Subscribe either to Updates or to Offers."
|
952 |
msgstr "Par exemple: S'abonner aux mises à jour ou aux offres."
|
953 |
|
954 |
+
#: ../help/help.php:466
|
955 |
msgid "Show your subscribe form inside attractive popups"
|
956 |
msgstr "Afficher votre formulaire d'abonnement dans une popup attractive"
|
957 |
|
958 |
+
#: ../help/help.php:471
|
959 |
msgid ""
|
960 |
"Don't limit your subscriber form to a widget. Embed it within popups, hello "
|
961 |
"bars, slide-ins, sidebars, full screen popups etc."
|
965 |
"pop-up en plein écran, etc."
|
966 |
|
967 |
#. Author of the plugin/theme
|
968 |
+
#: ../help/help.php:475
|
969 |
msgid "Icegram"
|
970 |
msgstr "Icegram"
|
971 |
|
972 |
+
#: ../help/help.php:478
|
973 |
msgid ""
|
974 |
"Icegram's beautiful designs instantly capture user attention and help "
|
975 |
"increase sign-ups to your WordPress website."
|
977 |
"Les magnifiques designs d'Icegram captent instantanément l'attention de "
|
978 |
"l'utilisateur et aident à augmenter les inscriptions à votre site WordPress."
|
979 |
|
980 |
+
#: ../help/help.php:481 ../help/help.php:501
|
981 |
#, php-format
|
982 |
msgid "How to %s"
|
983 |
msgstr "Comment %s"
|
984 |
|
985 |
+
#: ../help/help.php:481
|
986 |
msgid "show subscribe form inside a popup"
|
987 |
msgstr "afficher une formulaire d'abonnement dans une pop-up"
|
988 |
|
989 |
+
#: ../help/help.php:485
|
990 |
msgid "Get beautiful and elegant form styles"
|
991 |
msgstr "Styler élégamment vos formulaires "
|
992 |
|
993 |
+
#: ../help/help.php:492
|
994 |
msgid "Rainmaker"
|
995 |
msgstr "Rainmaker"
|
996 |
|
997 |
+
#: ../help/help.php:495
|
998 |
msgid ""
|
999 |
"Rainmaker extends the core features of Email Subscribers and provides "
|
1000 |
"elegant form styles."
|
1002 |
"Rainmaker étend les fonctionnalités principales d'Email Subscribers et "
|
1003 |
"propose des styles de formulaire élégants."
|
1004 |
|
1005 |
+
#: ../help/help.php:498
|
1006 |
msgid ""
|
1007 |
"These styles are well designed and beautify your subscription form making it "
|
1008 |
"more appealing."
|
1010 |
"Ces styles sont bien conçus et embellissent votre formulaire d'abonnement, "
|
1011 |
"ce qui le rend plus attrayant."
|
1012 |
|
1013 |
+
#: ../help/help.php:501
|
1014 |
msgid "add Rainmaker’s form in Email Subscribers"
|
1015 |
msgstr "ajouter un formulaire Rainmaker dans Email Subscribers"
|
1016 |
|
1054 |
#: subscribers/view-subscriber-add.php:118 ../subscribers/view-subscriber-edit.
|
1055 |
#: php:113 ../subscribers/view-subscriber-export.php:51 ../subscribers/view-
|
1056 |
#: subscriber-import.php:149 ../subscribers/view-subscriber-show.php:247 ..
|
1057 |
+
#: subscribers/view-subscriber-sync.php:92 ../templates/template-preview.php:33
|
1058 |
msgid "Help"
|
1059 |
msgstr "Aide"
|
1060 |
|
1196 |
msgstr "Mode d'envoi"
|
1197 |
|
1198 |
#: ../notification/notification-show.php:100 ../subscribers/view-subscriber-show.
|
1199 |
+
#: php:417 ../templates/template-preview.php:36
|
1200 |
msgid "Edit"
|
1201 |
msgstr "Modifier"
|
1202 |
|
languages/email-subscribers-hu_HU.mo
CHANGED
Binary file
|
languages/email-subscribers-hu_HU.po
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
-
"Project-Id-Version: Email Subscribers & Newsletters 3.
|
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: admin <mansi.shah@appsmagnet.com>\n"
|
8 |
"Language-Team: Icegram <hello@icegram.com>Language:\n"
|
9 |
"Language: Hungarian\n"
|
@@ -23,7 +23,7 @@ msgstr ""
|
|
23 |
"X-Poedit-SearchPath-0: .."
|
24 |
|
25 |
#: ../classes/es-register.php:168 ../classes/es-register.php:169 ../classes/es-
|
26 |
-
#: register.php:
|
27 |
msgid "Templates"
|
28 |
msgstr ""
|
29 |
|
@@ -59,78 +59,92 @@ msgid ""
|
|
59 |
"spam/junk folder."
|
60 |
msgstr ""
|
61 |
|
62 |
-
#: ../classes/es-register.php:
|
63 |
msgid ""
|
64 |
"<b>Want readymade email templates?</b> Also want to <b>clean your "
|
65 |
"subscribers list?</b> Come check our Pro plan."
|
66 |
msgstr ""
|
67 |
|
68 |
-
#: ../classes/es-register.php:
|
69 |
-
msgid "Check Pro plan
|
70 |
msgstr ""
|
71 |
|
72 |
-
#: ../classes/es-register.php:
|
73 |
msgid "Not interested."
|
74 |
msgstr ""
|
75 |
|
76 |
-
#: ../classes/es-register.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
77 |
#, php-format
|
78 |
msgid "Email Subscribers version: <strong>%s</strong>"
|
79 |
msgstr ""
|
80 |
|
81 |
-
#: ../classes/es-register.php:
|
82 |
msgid "Add new Template"
|
83 |
msgstr ""
|
84 |
|
85 |
-
#: ../classes/es-register.php:
|
86 |
msgid "Edit Templates"
|
87 |
msgstr ""
|
88 |
|
89 |
-
#: ../classes/es-register.php:
|
90 |
msgid "New Templates"
|
91 |
msgstr ""
|
92 |
|
93 |
-
#: ../classes/es-register.php:
|
94 |
msgid "View Templates"
|
95 |
msgstr ""
|
96 |
|
97 |
-
#: ../classes/es-register.php:
|
98 |
msgid "Search Templates"
|
99 |
msgstr ""
|
100 |
|
101 |
-
#: ../classes/es-register.php:
|
102 |
msgid "No Templates found"
|
103 |
msgstr ""
|
104 |
|
105 |
-
#: ../classes/es-register.php:
|
106 |
msgid "No Templates found in Trash"
|
107 |
msgstr ""
|
108 |
|
109 |
-
#: ../classes/es-register.php:
|
110 |
msgid "Thumbnail (For Visual Representation only)"
|
111 |
msgstr ""
|
112 |
|
113 |
-
#: ../classes/es-register.php:
|
114 |
msgid "Set thumbnail"
|
115 |
msgstr ""
|
116 |
|
117 |
-
#: ../classes/es-register.php:
|
118 |
msgid "Template Type"
|
119 |
msgstr ""
|
120 |
|
121 |
-
#: ../classes/es-register.php:
|
122 |
msgid "Available Keyword for Post Notification: {{POSTTITLE}}"
|
123 |
msgstr ""
|
124 |
|
125 |
-
#: ../classes/es-register.php:
|
126 |
msgid "Select your Email Template Type"
|
127 |
msgstr ""
|
128 |
|
129 |
-
#: ../classes/es-register.php:
|
130 |
msgid "Preview Template"
|
131 |
msgstr ""
|
132 |
|
133 |
-
#: ../classes/es-register.php:
|
134 |
#, php-format
|
135 |
msgid ""
|
136 |
"%s for Post Notification: {{NAME}}, {{EMAIL}}, {{DATE}}, {{POSTTITLE}}, "
|
@@ -138,7 +152,7 @@ msgid ""
|
|
138 |
"WITHTITLE}}, {{POSTLINK-ONLY}}, {{POSTFULL}}"
|
139 |
msgstr ""
|
140 |
|
141 |
-
#: ../classes/es-register.php:
|
142 |
#, php-format
|
143 |
msgid "<br/><br/>%s for Newsletter: {{NAME}}, {{EMAIL}}"
|
144 |
msgstr ""
|
@@ -147,122 +161,133 @@ msgstr ""
|
|
147 |
msgid "Unexpected url submit has been detected!"
|
148 |
msgstr ""
|
149 |
|
150 |
-
#: ../help/help.php:
|
151 |
msgid "Thanks for installing and we hope you will enjoy using this plugin."
|
152 |
msgstr ""
|
153 |
|
154 |
-
#: ../help/help.php:
|
155 |
msgid ""
|
156 |
"By default, subscribers subscribed via Email Subscribers, will receive email "
|
157 |
"updates when you post a new blog. You can turn these updates off like this:"
|
158 |
msgstr ""
|
159 |
|
160 |
-
#: ../help/help.php:
|
161 |
msgid ""
|
162 |
"Email Subscribers -> Post Notification -> Edit -> Select Notification Status "
|
163 |
"when a new post is published -> Disable -> Save."
|
164 |
msgstr ""
|
165 |
|
166 |
-
#: ../help/help.php:
|
167 |
-
msgid "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
168 |
msgstr ""
|
169 |
|
170 |
#: ../help/help.php:205
|
|
|
|
|
|
|
|
|
171 |
#, php-format
|
172 |
msgid "Version: %s"
|
173 |
msgstr ""
|
174 |
|
175 |
-
#: ../help/help.php:
|
176 |
msgid "Questions? Need Help?"
|
177 |
msgstr ""
|
178 |
|
179 |
-
#: ../help/help.php:
|
180 |
msgid "Contact Us"
|
181 |
msgstr ""
|
182 |
|
183 |
-
#: ../help/help.php:
|
184 |
#, php-format
|
185 |
msgid ""
|
186 |
"<b>Like Email Subscribers?</b> If yes, then consider %s to support further "
|
187 |
"developments."
|
188 |
msgstr ""
|
189 |
|
190 |
-
#: ../help/help.php:
|
191 |
msgid "Description"
|
192 |
msgstr ""
|
193 |
|
194 |
-
#: ../help/help.php:
|
195 |
msgid ""
|
196 |
"Email Subscribers is a complete newsletter plugin which lets you collect "
|
197 |
"leads, send automated new blog post notification emails, create & send "
|
198 |
"newsletters and manage all this in one single place."
|
199 |
msgstr ""
|
200 |
|
201 |
-
#: ../help/help.php:
|
202 |
msgid "Feature Overview"
|
203 |
msgstr ""
|
204 |
|
205 |
-
#: ../help/help.php:
|
206 |
msgid ""
|
207 |
"Collect customer emails by adding a subscription box (Widget/Shortcode/PHP "
|
208 |
"Code)."
|
209 |
msgstr ""
|
210 |
|
211 |
-
#: ../help/help.php:
|
212 |
msgid "Configure double Opt-In and Single Opt-In facility for subscribers."
|
213 |
msgstr ""
|
214 |
|
215 |
-
#: ../help/help.php:
|
216 |
msgid "Send automatic welcome email to subscribers."
|
217 |
msgstr ""
|
218 |
|
219 |
-
#: ../help/help.php:
|
220 |
msgid ""
|
221 |
"Send new post notification emails to subscribers when new posts are "
|
222 |
"published on your website."
|
223 |
msgstr ""
|
224 |
|
225 |
-
#: ../help/help.php:
|
226 |
msgid "Schedule email (Cron job) or send them manually."
|
227 |
msgstr ""
|
228 |
|
229 |
-
#: ../help/help.php:
|
230 |
msgid "Send email notification to admin when a new user signs up."
|
231 |
msgstr ""
|
232 |
|
233 |
-
#: ../help/help.php:
|
234 |
msgid "Automatically add Unsubscribe link in the email."
|
235 |
msgstr ""
|
236 |
|
237 |
-
#: ../help/help.php:
|
238 |
msgid "Easily migrate subscribers from another app using Import & Export."
|
239 |
msgstr ""
|
240 |
|
241 |
-
#: ../help/help.php:
|
242 |
msgid "Use HTML editor to create newsletters and post notifications."
|
243 |
msgstr ""
|
244 |
|
245 |
-
#: ../help/help.php:
|
246 |
msgid "Send newsletters to different groups."
|
247 |
msgstr ""
|
248 |
|
249 |
-
#: ../help/help.php:
|
250 |
msgid "Get detailed sent email reports."
|
251 |
msgstr ""
|
252 |
|
253 |
-
#: ../help/help.php:
|
254 |
msgid "Control user access (User Roles and Capabilities)."
|
255 |
msgstr ""
|
256 |
|
257 |
-
#: ../help/help.php:
|
258 |
msgid "Supports localization and internationalization."
|
259 |
msgstr ""
|
260 |
|
261 |
-
#: ../help/help.php:
|
262 |
msgid "Add Subscribe form"
|
263 |
msgstr ""
|
264 |
|
265 |
-
#: ../help/help.php:
|
266 |
#, php-format
|
267 |
msgid ""
|
268 |
"Use any of the following 3 methods :<br>\n"
|
@@ -274,187 +299,207 @@ msgid ""
|
|
274 |
"<strong>%s</strong>"
|
275 |
msgstr ""
|
276 |
|
277 |
-
#: ../help/help.php:
|
278 |
msgid "Additional form settings"
|
279 |
msgstr ""
|
280 |
|
281 |
-
#: ../help/help.php:
|
282 |
msgid "How to Redirect Subscribers to a new page/url after successful sign up?"
|
283 |
msgstr ""
|
284 |
|
285 |
-
#: ../help/help.php:
|
286 |
msgid "How to add captcha in Subscribe form of Email Subscribers?"
|
287 |
msgstr ""
|
288 |
|
289 |
-
#: ../help/help.php:
|
290 |
msgid "General Plugin Configuration"
|
291 |
msgstr ""
|
292 |
|
293 |
-
#: ../help/help.php:
|
294 |
#, php-format
|
295 |
msgid "Modify %s"
|
296 |
msgstr ""
|
297 |
|
298 |
-
#: ../help/help.php:
|
299 |
msgid "default text, email contents"
|
300 |
msgstr ""
|
301 |
|
302 |
-
#: ../help/help.php:
|
303 |
msgid ""
|
304 |
" (like Confirmation, Welcome, Admin emails), Cron Settings and Assign User "
|
305 |
"Roles"
|
306 |
msgstr ""
|
307 |
|
308 |
-
#: ../help/help.php:
|
309 |
msgid "How does Sync work?"
|
310 |
msgstr ""
|
311 |
|
312 |
-
#: ../help/help.php:
|
313 |
msgid "How to Add/Update Existing Subscribers Group & Status?"
|
314 |
msgstr ""
|
315 |
|
316 |
-
#: ../help/help.php:
|
317 |
msgid "How to change/update/translate any texts from the plugin?"
|
318 |
msgstr ""
|
319 |
|
320 |
-
#: ../help/help.php:
|
321 |
msgid "How to check sent emails?"
|
322 |
msgstr ""
|
323 |
|
324 |
-
#: ../help/help.php:
|
325 |
msgid "Create and Send Newsletter Emails"
|
326 |
msgstr ""
|
327 |
|
328 |
-
#: ../help/help.php:
|
329 |
msgid "Keywords in the Newsletters"
|
330 |
msgstr ""
|
331 |
|
332 |
-
#: ../help/help.php:
|
333 |
msgid "Create and Send Post Notification Emails when new posts are published"
|
334 |
msgstr ""
|
335 |
|
336 |
-
#: ../help/help.php:
|
337 |
msgid "Keywords in the Post Notifications"
|
338 |
msgstr ""
|
339 |
|
340 |
-
#: ../help/help.php:
|
341 |
msgid "Send a test post notification email to myself/testgroup"
|
342 |
msgstr ""
|
343 |
|
344 |
-
#: ../help/help.php:
|
345 |
msgid "Cron Job Setup"
|
346 |
msgstr ""
|
347 |
|
348 |
-
#: ../help/help.php:
|
349 |
msgid "What is Cron and how to Schedule Cron Emails?"
|
350 |
msgstr ""
|
351 |
|
352 |
-
#: ../help/help.php:
|
353 |
msgid "Schedule Cron Emails in cPanel"
|
354 |
msgstr ""
|
355 |
|
356 |
-
#: ../help/help.php:
|
357 |
msgid "Schedule Cron Emails in Parallels Plesk"
|
358 |
msgstr ""
|
359 |
|
360 |
-
#: ../help/help.php:
|
361 |
msgid "Hosting doesn’t support Cron Jobs?"
|
362 |
msgstr ""
|
363 |
|
364 |
-
#: ../help/help.php:
|
365 |
msgid "Troubleshooting Steps"
|
366 |
msgstr ""
|
367 |
|
368 |
-
#: ../help/help.php:
|
369 |
msgid "FAQ's"
|
370 |
msgstr ""
|
371 |
|
372 |
-
#: ../help/help.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
373 |
msgid "Want to do more? Here's how.."
|
374 |
msgstr ""
|
375 |
|
376 |
-
#: ../help/help.php:
|
377 |
msgid "Allow Subscribers to get subscribed to any group"
|
378 |
msgstr ""
|
379 |
|
380 |
-
#: ../help/help.php:
|
381 |
msgid "Using our <b>free</b> "
|
382 |
msgstr ""
|
383 |
|
384 |
-
#: ../help/help.php:
|
385 |
msgid "Group Selector"
|
386 |
msgstr ""
|
387 |
|
388 |
-
#: ../help/help.php:
|
389 |
msgid ""
|
390 |
"plugin, you can extend Email Subscribers Form functionality by providing an "
|
391 |
"grouping option right next to the form."
|
392 |
msgstr ""
|
393 |
|
394 |
-
#: ../help/help.php:
|
395 |
msgid "The user can then subscribe to whichever group most appeals to them."
|
396 |
msgstr ""
|
397 |
|
398 |
-
#: ../help/help.php:
|
399 |
msgid "For example: Subscribe either to Updates or to Offers."
|
400 |
msgstr ""
|
401 |
|
402 |
-
#: ../help/help.php:
|
403 |
msgid "Show your subscribe form inside attractive popups"
|
404 |
msgstr ""
|
405 |
|
406 |
-
#: ../help/help.php:
|
407 |
msgid ""
|
408 |
"Don't limit your subscriber form to a widget. Embed it within popups, hello "
|
409 |
"bars, slide-ins, sidebars, full screen popups etc."
|
410 |
msgstr ""
|
411 |
|
412 |
-
#: ../help/help.php:
|
413 |
msgid ""
|
414 |
"Using Email Subscribers you can achieve this easily with our <b>free</b> "
|
415 |
"plugin "
|
416 |
msgstr ""
|
417 |
|
418 |
-
#: ../help/help.php:
|
419 |
msgid ""
|
420 |
"Icegram's beautiful designs instantly capture user attention and help "
|
421 |
"increase sign-ups to your WordPress website."
|
422 |
msgstr ""
|
423 |
|
424 |
-
#: ../help/help.php:
|
425 |
#, php-format
|
426 |
msgid "How to %s"
|
427 |
msgstr ""
|
428 |
|
429 |
-
#: ../help/help.php:
|
430 |
msgid "show subscribe form inside a popup"
|
431 |
msgstr ""
|
432 |
|
433 |
-
#: ../help/help.php:
|
434 |
msgid "Get beautiful and elegant form styles"
|
435 |
msgstr ""
|
436 |
|
437 |
-
#: ../help/help.php:
|
438 |
msgid "Email subscribers easily integrates with another <b>free</b> plugin "
|
439 |
msgstr ""
|
440 |
|
441 |
-
#: ../help/help.php:
|
442 |
msgid "Rainmaker"
|
443 |
msgstr ""
|
444 |
|
445 |
-
#: ../help/help.php:
|
446 |
msgid ""
|
447 |
"Rainmaker extends the core features of Email Subscribers and provides "
|
448 |
"elegant form styles."
|
449 |
msgstr ""
|
450 |
|
451 |
-
#: ../help/help.php:
|
452 |
msgid ""
|
453 |
"These styles are well designed and beautify your subscription form making it "
|
454 |
"more appealing."
|
455 |
msgstr ""
|
456 |
|
457 |
-
#: ../help/help.php:
|
458 |
msgid "add Rainmaker’s form in Email Subscribers"
|
459 |
msgstr ""
|
460 |
|
@@ -705,21 +750,21 @@ msgstr ""
|
|
705 |
msgid "Total Subscribers: "
|
706 |
msgstr ""
|
707 |
|
708 |
-
#: ../templates/template-preview.php:
|
709 |
msgid "Template Preview"
|
710 |
msgstr ""
|
711 |
|
712 |
-
#: ../templates/template-preview.php:
|
713 |
msgid "This is how your email may look."
|
714 |
msgstr ""
|
715 |
|
716 |
-
#: ../templates/template-preview.php:
|
717 |
msgid ""
|
718 |
"<br><br>This Post Notification preview has replaced keywords from your last "
|
719 |
"published blog post."
|
720 |
msgstr ""
|
721 |
|
722 |
-
#: ../templates/template-preview.php:
|
723 |
msgid ""
|
724 |
"<br><br>Note: Different email services (like gmail, yahoo etc) display email "
|
725 |
"content differently. So there could be a slight variation on how your "
|
@@ -779,22 +824,22 @@ msgstr "<span style=\"color:#20b2aa;font-weight:bold;\">Időzített</span>"
|
|
779 |
msgid "<span style=\"color:#993399;\">Immediately</span>"
|
780 |
msgstr "<span style=\"color:#993399;\">Azonnal</span>"
|
781 |
|
782 |
-
#: ../classes/es-loadwidget.php:
|
783 |
#: subscribers/view-subscriber-show.php:289
|
784 |
msgid "Name"
|
785 |
msgstr "Név"
|
786 |
|
787 |
-
#: ../classes/es-loadwidget.php:
|
788 |
msgid "Email *"
|
789 |
msgstr "E-mail*"
|
790 |
|
791 |
-
#: ../classes/es-loadwidget.php:
|
792 |
-
#: php:
|
793 |
msgid "Subscribe"
|
794 |
msgstr "Feliratkozás"
|
795 |
|
796 |
#: ../classes/es-register.php:162 ../classes/es-register.php:163 ../classes/es-
|
797 |
-
#: register.php:
|
798 |
msgid "Email Subscribers"
|
799 |
msgstr "Email Subscribers"
|
800 |
|
@@ -804,12 +849,12 @@ msgid "Subscribers"
|
|
804 |
msgstr "Feliratkozottak"
|
805 |
|
806 |
#: ../classes/es-register.php:171 ../classes/es-register.php:172 ../help/help.php:
|
807 |
-
#:
|
808 |
msgid "Post Notifications"
|
809 |
msgstr "Új bejegyzés értesítés"
|
810 |
|
811 |
#: ../classes/es-register.php:174 ../classes/es-register.php:175 ../help/help.php:
|
812 |
-
#:
|
813 |
msgid "Newsletters"
|
814 |
msgstr "Hírlevél"
|
815 |
|
@@ -1000,7 +1045,7 @@ msgctxt "widget-page-enhanced-select"
|
|
1000 |
msgid "Please try after some time"
|
1001 |
msgstr "Kérem próbálja meg később. "
|
1002 |
|
1003 |
-
#: ../classes/es-register.php:
|
1004 |
msgid ""
|
1005 |
"If you like <strong>Email Subscribers</strong>, please consider leaving us a "
|
1006 |
"<a target=\"_blank\" href=\"https://wordpress.org/support/plugin/email-"
|
@@ -1012,93 +1057,95 @@ msgstr ""
|
|
1012 |
"org/support/plugin/email-subscribers/reviews/?filter=5#new-post\">★"
|
1013 |
"★★★★</a> . Köszönjük előre is. "
|
1014 |
|
1015 |
-
#: ../classes/es-register.php:
|
1016 |
msgid "Thumbnail"
|
1017 |
msgstr "Bélyegkép"
|
1018 |
|
1019 |
-
#: ../classes/es-register.php:
|
1020 |
#: sentmail/sentmail-show.php:121
|
1021 |
msgid "Preview"
|
1022 |
msgstr "Előnézet"
|
1023 |
|
1024 |
-
#: ../classes/es-register.php:
|
1025 |
msgid "Newsletter"
|
1026 |
msgstr "Hírlevél"
|
1027 |
|
1028 |
-
#: ../classes/es-register.php:
|
1029 |
msgid "Post Notification"
|
1030 |
msgstr "Értesítés az új bejegyzésről"
|
1031 |
|
1032 |
-
#: ../classes/es-register.php:
|
1033 |
msgid "Available Keywords"
|
1034 |
msgstr "Választható kulcsszavak"
|
1035 |
|
1036 |
-
#: ../classes/es-register.php:
|
1037 |
msgid "Widget Title"
|
1038 |
msgstr "Widget Cím"
|
1039 |
|
1040 |
-
#: ../classes/es-register.php:
|
1041 |
msgid "Short description about subscription form"
|
1042 |
msgstr "A feliratkozó űrlap rövid leírása"
|
1043 |
|
1044 |
-
#: ../classes/es-register.php:
|
1045 |
msgid "Display Name Field"
|
1046 |
msgstr "Feliratkozásnál kérjük a nevet is? "
|
1047 |
|
1048 |
-
#: ../classes/es-register.php:
|
1049 |
#: settings/settings-edit.php:217 ../subscribers/view-subscriber-sync.php:107
|
1050 |
msgid "YES"
|
1051 |
msgstr "Igen"
|
1052 |
|
1053 |
-
#: ../classes/es-register.php:
|
1054 |
#: settings/settings-edit.php:218 ../subscribers/view-subscriber-sync.php:106
|
1055 |
msgid "NO"
|
1056 |
msgstr "Nem"
|
1057 |
|
1058 |
-
#: ../classes/es-register.php:
|
1059 |
msgid "Subscriber Group"
|
1060 |
msgstr "Előfizetői csoport"
|
1061 |
|
1062 |
-
#: ../help/help.php:
|
1063 |
msgid "Welcome to Email Subscribers!"
|
1064 |
msgstr "Üdvözöljük!"
|
1065 |
|
1066 |
-
#: ../help/help.php:
|
1067 |
msgid "donating to us"
|
1068 |
msgstr "Adományozás"
|
1069 |
|
1070 |
-
#: ../help/help.php:
|
1071 |
-
#: php:
|
1072 |
-
#: help/help.php:
|
1073 |
-
#:
|
1074 |
-
#: help/help.php:
|
1075 |
-
#:
|
|
|
|
|
1076 |
#, php-format
|
1077 |
msgid "%s"
|
1078 |
msgstr "%s"
|
1079 |
|
1080 |
-
#: ../help/help.php:
|
1081 |
msgid "How to Add Subscription box to website?"
|
1082 |
msgstr "Hogyan lehet a feliratkozó űrlapot elhelyezni a honlapon?"
|
1083 |
|
1084 |
-
#: ../help/help.php:
|
1085 |
msgid "How to Import or Export Email Addresses?"
|
1086 |
msgstr "A feliratkozók importálása és exportálása"
|
1087 |
|
1088 |
-
#: ../help/help.php:
|
1089 |
msgid "How to add Unsubscribe link in emails?"
|
1090 |
msgstr "Hogyan tudod az e-mailbe a leiratkozás linket elhelyezni?"
|
1091 |
|
1092 |
-
#: ../help/help.php:
|
1093 |
msgid "Subscribers are not receiving Emails?"
|
1094 |
msgstr "Az előfizetőid nem kapták meg az e-mailc? "
|
1095 |
|
1096 |
-
#: ../help/help.php:
|
1097 |
msgid "CSS Help"
|
1098 |
msgstr "CSS segítség"
|
1099 |
|
1100 |
#. Author of the plugin/theme
|
1101 |
-
#: ../help/help.php:
|
1102 |
msgid "Icegram"
|
1103 |
msgstr "Icegram"
|
1104 |
|
@@ -1142,7 +1189,7 @@ msgstr "Új bejegyzés-értesítő hozzáadása"
|
|
1142 |
#: subscribers/view-subscriber-add.php:118 ../subscribers/view-subscriber-edit.
|
1143 |
#: php:113 ../subscribers/view-subscriber-export.php:51 ../subscribers/view-
|
1144 |
#: subscriber-import.php:149 ../subscribers/view-subscriber-show.php:247 ..
|
1145 |
-
#: subscribers/view-subscriber-sync.php:92 ../templates/template-preview.php:
|
1146 |
msgid "Help"
|
1147 |
msgstr "Segítség"
|
1148 |
|
@@ -1284,7 +1331,7 @@ msgid "Notification Status"
|
|
1284 |
msgstr "Értesítés sttusza"
|
1285 |
|
1286 |
#: ../notification/notification-show.php:100 ../subscribers/view-subscriber-show.
|
1287 |
-
#: php:417 ../templates/template-preview.php:
|
1288 |
msgid "Edit"
|
1289 |
msgstr "Szerkesztés"
|
1290 |
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
+
"Project-Id-Version: Email Subscribers & Newsletters 3.5.0\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
"POT-Creation-Date: 2017-07-26 12:00:36+00:00\n"
|
6 |
+
"PO-Revision-Date: Wed May 16 2018 16:04:43 GMT+0530 (IST)\n"
|
7 |
"Last-Translator: admin <mansi.shah@appsmagnet.com>\n"
|
8 |
"Language-Team: Icegram <hello@icegram.com>Language:\n"
|
9 |
"Language: Hungarian\n"
|
23 |
"X-Poedit-SearchPath-0: .."
|
24 |
|
25 |
#: ../classes/es-register.php:168 ../classes/es-register.php:169 ../classes/es-
|
26 |
+
#: register.php:826 ../classes/es-register.php:827 ../classes/es-register.php:832
|
27 |
msgid "Templates"
|
28 |
msgstr ""
|
29 |
|
59 |
"spam/junk folder."
|
60 |
msgstr ""
|
61 |
|
62 |
+
#: ../classes/es-register.php:738
|
63 |
msgid ""
|
64 |
"<b>Want readymade email templates?</b> Also want to <b>clean your "
|
65 |
"subscribers list?</b> Come check our Pro plan."
|
66 |
msgstr ""
|
67 |
|
68 |
+
#: ../classes/es-register.php:739
|
69 |
+
msgid "Check Pro plan"
|
70 |
msgstr ""
|
71 |
|
72 |
+
#: ../classes/es-register.php:739
|
73 |
msgid "Not interested."
|
74 |
msgstr ""
|
75 |
|
76 |
+
#: ../classes/es-register.php:777
|
77 |
+
msgid ""
|
78 |
+
"<b style=\"letter-spacing:0.4px;\">To honour GDPR, kindly enable the 'Consent "
|
79 |
+
"Checkbox' in the subscription form.</b>"
|
80 |
+
msgstr ""
|
81 |
+
|
82 |
+
#: ../classes/es-register.php:778
|
83 |
+
msgid "Steps to enable"
|
84 |
+
msgstr ""
|
85 |
+
|
86 |
+
#: ../classes/es-register.php:778
|
87 |
+
msgid "Ok, got it"
|
88 |
+
msgstr ""
|
89 |
+
|
90 |
+
#: ../classes/es-register.php:817
|
91 |
#, php-format
|
92 |
msgid "Email Subscribers version: <strong>%s</strong>"
|
93 |
msgstr ""
|
94 |
|
95 |
+
#: ../classes/es-register.php:828 ../classes/es-register.php:829
|
96 |
msgid "Add new Template"
|
97 |
msgstr ""
|
98 |
|
99 |
+
#: ../classes/es-register.php:830
|
100 |
msgid "Edit Templates"
|
101 |
msgstr ""
|
102 |
|
103 |
+
#: ../classes/es-register.php:831
|
104 |
msgid "New Templates"
|
105 |
msgstr ""
|
106 |
|
107 |
+
#: ../classes/es-register.php:833
|
108 |
msgid "View Templates"
|
109 |
msgstr ""
|
110 |
|
111 |
+
#: ../classes/es-register.php:834
|
112 |
msgid "Search Templates"
|
113 |
msgstr ""
|
114 |
|
115 |
+
#: ../classes/es-register.php:835
|
116 |
msgid "No Templates found"
|
117 |
msgstr ""
|
118 |
|
119 |
+
#: ../classes/es-register.php:836
|
120 |
msgid "No Templates found in Trash"
|
121 |
msgstr ""
|
122 |
|
123 |
+
#: ../classes/es-register.php:839
|
124 |
msgid "Thumbnail (For Visual Representation only)"
|
125 |
msgstr ""
|
126 |
|
127 |
+
#: ../classes/es-register.php:840
|
128 |
msgid "Set thumbnail"
|
129 |
msgstr ""
|
130 |
|
131 |
+
#: ../classes/es-register.php:877
|
132 |
msgid "Template Type"
|
133 |
msgstr ""
|
134 |
|
135 |
+
#: ../classes/es-register.php:943
|
136 |
msgid "Available Keyword for Post Notification: {{POSTTITLE}}"
|
137 |
msgstr ""
|
138 |
|
139 |
+
#: ../classes/es-register.php:946
|
140 |
msgid "Select your Email Template Type"
|
141 |
msgstr ""
|
142 |
|
143 |
+
#: ../classes/es-register.php:996
|
144 |
msgid "Preview Template"
|
145 |
msgstr ""
|
146 |
|
147 |
+
#: ../classes/es-register.php:1010
|
148 |
#, php-format
|
149 |
msgid ""
|
150 |
"%s for Post Notification: {{NAME}}, {{EMAIL}}, {{DATE}}, {{POSTTITLE}}, "
|
152 |
"WITHTITLE}}, {{POSTLINK-ONLY}}, {{POSTFULL}}"
|
153 |
msgstr ""
|
154 |
|
155 |
+
#: ../classes/es-register.php:1011
|
156 |
#, php-format
|
157 |
msgid "<br/><br/>%s for Newsletter: {{NAME}}, {{EMAIL}}"
|
158 |
msgstr ""
|
161 |
msgid "Unexpected url submit has been detected!"
|
162 |
msgstr ""
|
163 |
|
164 |
+
#: ../help/help.php:191
|
165 |
msgid "Thanks for installing and we hope you will enjoy using this plugin."
|
166 |
msgstr ""
|
167 |
|
168 |
+
#: ../help/help.php:192
|
169 |
msgid ""
|
170 |
"By default, subscribers subscribed via Email Subscribers, will receive email "
|
171 |
"updates when you post a new blog. You can turn these updates off like this:"
|
172 |
msgstr ""
|
173 |
|
174 |
+
#: ../help/help.php:193
|
175 |
msgid ""
|
176 |
"Email Subscribers -> Post Notification -> Edit -> Select Notification Status "
|
177 |
"when a new post is published -> Disable -> Save."
|
178 |
msgstr ""
|
179 |
|
180 |
+
#: ../help/help.php:197
|
181 |
+
msgid ""
|
182 |
+
"Stay in touch with us. We send out plugin help, tips, periodic updates and "
|
183 |
+
"even the occasional discounts."
|
184 |
+
msgstr ""
|
185 |
+
|
186 |
+
#: ../help/help.php:205
|
187 |
+
#, php-format
|
188 |
+
msgid "I have read and agreed to your %s."
|
189 |
msgstr ""
|
190 |
|
191 |
#: ../help/help.php:205
|
192 |
+
msgid "Privacy Policy"
|
193 |
+
msgstr ""
|
194 |
+
|
195 |
+
#: ../help/help.php:214
|
196 |
#, php-format
|
197 |
msgid "Version: %s"
|
198 |
msgstr ""
|
199 |
|
200 |
+
#: ../help/help.php:217
|
201 |
msgid "Questions? Need Help?"
|
202 |
msgstr ""
|
203 |
|
204 |
+
#: ../help/help.php:218
|
205 |
msgid "Contact Us"
|
206 |
msgstr ""
|
207 |
|
208 |
+
#: ../help/help.php:223
|
209 |
#, php-format
|
210 |
msgid ""
|
211 |
"<b>Like Email Subscribers?</b> If yes, then consider %s to support further "
|
212 |
"developments."
|
213 |
msgstr ""
|
214 |
|
215 |
+
#: ../help/help.php:258
|
216 |
msgid "Description"
|
217 |
msgstr ""
|
218 |
|
219 |
+
#: ../help/help.php:260
|
220 |
msgid ""
|
221 |
"Email Subscribers is a complete newsletter plugin which lets you collect "
|
222 |
"leads, send automated new blog post notification emails, create & send "
|
223 |
"newsletters and manage all this in one single place."
|
224 |
msgstr ""
|
225 |
|
226 |
+
#: ../help/help.php:262
|
227 |
msgid "Feature Overview"
|
228 |
msgstr ""
|
229 |
|
230 |
+
#: ../help/help.php:265
|
231 |
msgid ""
|
232 |
"Collect customer emails by adding a subscription box (Widget/Shortcode/PHP "
|
233 |
"Code)."
|
234 |
msgstr ""
|
235 |
|
236 |
+
#: ../help/help.php:268
|
237 |
msgid "Configure double Opt-In and Single Opt-In facility for subscribers."
|
238 |
msgstr ""
|
239 |
|
240 |
+
#: ../help/help.php:271
|
241 |
msgid "Send automatic welcome email to subscribers."
|
242 |
msgstr ""
|
243 |
|
244 |
+
#: ../help/help.php:274
|
245 |
msgid ""
|
246 |
"Send new post notification emails to subscribers when new posts are "
|
247 |
"published on your website."
|
248 |
msgstr ""
|
249 |
|
250 |
+
#: ../help/help.php:277
|
251 |
msgid "Schedule email (Cron job) or send them manually."
|
252 |
msgstr ""
|
253 |
|
254 |
+
#: ../help/help.php:280
|
255 |
msgid "Send email notification to admin when a new user signs up."
|
256 |
msgstr ""
|
257 |
|
258 |
+
#: ../help/help.php:283
|
259 |
msgid "Automatically add Unsubscribe link in the email."
|
260 |
msgstr ""
|
261 |
|
262 |
+
#: ../help/help.php:286
|
263 |
msgid "Easily migrate subscribers from another app using Import & Export."
|
264 |
msgstr ""
|
265 |
|
266 |
+
#: ../help/help.php:289
|
267 |
msgid "Use HTML editor to create newsletters and post notifications."
|
268 |
msgstr ""
|
269 |
|
270 |
+
#: ../help/help.php:292
|
271 |
msgid "Send newsletters to different groups."
|
272 |
msgstr ""
|
273 |
|
274 |
+
#: ../help/help.php:295
|
275 |
msgid "Get detailed sent email reports."
|
276 |
msgstr ""
|
277 |
|
278 |
+
#: ../help/help.php:298
|
279 |
msgid "Control user access (User Roles and Capabilities)."
|
280 |
msgstr ""
|
281 |
|
282 |
+
#: ../help/help.php:301
|
283 |
msgid "Supports localization and internationalization."
|
284 |
msgstr ""
|
285 |
|
286 |
+
#: ../help/help.php:308
|
287 |
msgid "Add Subscribe form"
|
288 |
msgstr ""
|
289 |
|
290 |
+
#: ../help/help.php:313
|
291 |
#, php-format
|
292 |
msgid ""
|
293 |
"Use any of the following 3 methods :<br>\n"
|
299 |
"<strong>%s</strong>"
|
300 |
msgstr ""
|
301 |
|
302 |
+
#: ../help/help.php:318
|
303 |
msgid "Additional form settings"
|
304 |
msgstr ""
|
305 |
|
306 |
+
#: ../help/help.php:321
|
307 |
msgid "How to Redirect Subscribers to a new page/url after successful sign up?"
|
308 |
msgstr ""
|
309 |
|
310 |
+
#: ../help/help.php:324
|
311 |
msgid "How to add captcha in Subscribe form of Email Subscribers?"
|
312 |
msgstr ""
|
313 |
|
314 |
+
#: ../help/help.php:330
|
315 |
msgid "General Plugin Configuration"
|
316 |
msgstr ""
|
317 |
|
318 |
+
#: ../help/help.php:333
|
319 |
#, php-format
|
320 |
msgid "Modify %s"
|
321 |
msgstr ""
|
322 |
|
323 |
+
#: ../help/help.php:333
|
324 |
msgid "default text, email contents"
|
325 |
msgstr ""
|
326 |
|
327 |
+
#: ../help/help.php:333
|
328 |
msgid ""
|
329 |
" (like Confirmation, Welcome, Admin emails), Cron Settings and Assign User "
|
330 |
"Roles"
|
331 |
msgstr ""
|
332 |
|
333 |
+
#: ../help/help.php:336
|
334 |
msgid "How does Sync work?"
|
335 |
msgstr ""
|
336 |
|
337 |
+
#: ../help/help.php:342
|
338 |
msgid "How to Add/Update Existing Subscribers Group & Status?"
|
339 |
msgstr ""
|
340 |
|
341 |
+
#: ../help/help.php:345
|
342 |
msgid "How to change/update/translate any texts from the plugin?"
|
343 |
msgstr ""
|
344 |
|
345 |
+
#: ../help/help.php:351
|
346 |
msgid "How to check sent emails?"
|
347 |
msgstr ""
|
348 |
|
349 |
+
#: ../help/help.php:363
|
350 |
msgid "Create and Send Newsletter Emails"
|
351 |
msgstr ""
|
352 |
|
353 |
+
#: ../help/help.php:366
|
354 |
msgid "Keywords in the Newsletters"
|
355 |
msgstr ""
|
356 |
|
357 |
+
#: ../help/help.php:373
|
358 |
msgid "Create and Send Post Notification Emails when new posts are published"
|
359 |
msgstr ""
|
360 |
|
361 |
+
#: ../help/help.php:376
|
362 |
msgid "Keywords in the Post Notifications"
|
363 |
msgstr ""
|
364 |
|
365 |
+
#: ../help/help.php:379
|
366 |
msgid "Send a test post notification email to myself/testgroup"
|
367 |
msgstr ""
|
368 |
|
369 |
+
#: ../help/help.php:384
|
370 |
msgid "Cron Job Setup"
|
371 |
msgstr ""
|
372 |
|
373 |
+
#: ../help/help.php:387
|
374 |
msgid "What is Cron and how to Schedule Cron Emails?"
|
375 |
msgstr ""
|
376 |
|
377 |
+
#: ../help/help.php:390
|
378 |
msgid "Schedule Cron Emails in cPanel"
|
379 |
msgstr ""
|
380 |
|
381 |
+
#: ../help/help.php:393
|
382 |
msgid "Schedule Cron Emails in Parallels Plesk"
|
383 |
msgstr ""
|
384 |
|
385 |
+
#: ../help/help.php:396
|
386 |
msgid "Hosting doesn’t support Cron Jobs?"
|
387 |
msgstr ""
|
388 |
|
389 |
+
#: ../help/help.php:399
|
390 |
msgid "Troubleshooting Steps"
|
391 |
msgstr ""
|
392 |
|
393 |
+
#: ../help/help.php:408
|
394 |
msgid "FAQ's"
|
395 |
msgstr ""
|
396 |
|
397 |
+
#: ../help/help.php:413
|
398 |
+
msgid "[GDPR] Email Subscribers"
|
399 |
+
msgstr ""
|
400 |
+
|
401 |
+
#: ../help/help.php:416 ../help/help.php:434
|
402 |
+
msgid "How to enable consent checkbox in the subscribe form?"
|
403 |
+
msgstr ""
|
404 |
+
|
405 |
+
#: ../help/help.php:419
|
406 |
+
msgid "What data Email Subscribers stores on your end?"
|
407 |
+
msgstr ""
|
408 |
+
|
409 |
+
#: ../help/help.php:431
|
410 |
+
msgid "[GDPR] Email Subscribers - Group Selector"
|
411 |
+
msgstr ""
|
412 |
+
|
413 |
+
#: ../help/help.php:437
|
414 |
+
msgid "What data Email Subscribers - Group Selector stores on your end?"
|
415 |
+
msgstr ""
|
416 |
+
|
417 |
+
#: ../help/help.php:446
|
418 |
msgid "Want to do more? Here's how.."
|
419 |
msgstr ""
|
420 |
|
421 |
+
#: ../help/help.php:449
|
422 |
msgid "Allow Subscribers to get subscribed to any group"
|
423 |
msgstr ""
|
424 |
|
425 |
+
#: ../help/help.php:454
|
426 |
msgid "Using our <b>free</b> "
|
427 |
msgstr ""
|
428 |
|
429 |
+
#: ../help/help.php:455
|
430 |
msgid "Group Selector"
|
431 |
msgstr ""
|
432 |
|
433 |
+
#: ../help/help.php:456
|
434 |
msgid ""
|
435 |
"plugin, you can extend Email Subscribers Form functionality by providing an "
|
436 |
"grouping option right next to the form."
|
437 |
msgstr ""
|
438 |
|
439 |
+
#: ../help/help.php:459
|
440 |
msgid "The user can then subscribe to whichever group most appeals to them."
|
441 |
msgstr ""
|
442 |
|
443 |
+
#: ../help/help.php:462
|
444 |
msgid "For example: Subscribe either to Updates or to Offers."
|
445 |
msgstr ""
|
446 |
|
447 |
+
#: ../help/help.php:466
|
448 |
msgid "Show your subscribe form inside attractive popups"
|
449 |
msgstr ""
|
450 |
|
451 |
+
#: ../help/help.php:471
|
452 |
msgid ""
|
453 |
"Don't limit your subscriber form to a widget. Embed it within popups, hello "
|
454 |
"bars, slide-ins, sidebars, full screen popups etc."
|
455 |
msgstr ""
|
456 |
|
457 |
+
#: ../help/help.php:474
|
458 |
msgid ""
|
459 |
"Using Email Subscribers you can achieve this easily with our <b>free</b> "
|
460 |
"plugin "
|
461 |
msgstr ""
|
462 |
|
463 |
+
#: ../help/help.php:478
|
464 |
msgid ""
|
465 |
"Icegram's beautiful designs instantly capture user attention and help "
|
466 |
"increase sign-ups to your WordPress website."
|
467 |
msgstr ""
|
468 |
|
469 |
+
#: ../help/help.php:481 ../help/help.php:501
|
470 |
#, php-format
|
471 |
msgid "How to %s"
|
472 |
msgstr ""
|
473 |
|
474 |
+
#: ../help/help.php:481
|
475 |
msgid "show subscribe form inside a popup"
|
476 |
msgstr ""
|
477 |
|
478 |
+
#: ../help/help.php:485
|
479 |
msgid "Get beautiful and elegant form styles"
|
480 |
msgstr ""
|
481 |
|
482 |
+
#: ../help/help.php:491
|
483 |
msgid "Email subscribers easily integrates with another <b>free</b> plugin "
|
484 |
msgstr ""
|
485 |
|
486 |
+
#: ../help/help.php:492
|
487 |
msgid "Rainmaker"
|
488 |
msgstr ""
|
489 |
|
490 |
+
#: ../help/help.php:495
|
491 |
msgid ""
|
492 |
"Rainmaker extends the core features of Email Subscribers and provides "
|
493 |
"elegant form styles."
|
494 |
msgstr ""
|
495 |
|
496 |
+
#: ../help/help.php:498
|
497 |
msgid ""
|
498 |
"These styles are well designed and beautify your subscription form making it "
|
499 |
"more appealing."
|
500 |
msgstr ""
|
501 |
|
502 |
+
#: ../help/help.php:501
|
503 |
msgid "add Rainmaker’s form in Email Subscribers"
|
504 |
msgstr ""
|
505 |
|
750 |
msgid "Total Subscribers: "
|
751 |
msgstr ""
|
752 |
|
753 |
+
#: ../templates/template-preview.php:32
|
754 |
msgid "Template Preview"
|
755 |
msgstr ""
|
756 |
|
757 |
+
#: ../templates/template-preview.php:40
|
758 |
msgid "This is how your email may look."
|
759 |
msgstr ""
|
760 |
|
761 |
+
#: ../templates/template-preview.php:42
|
762 |
msgid ""
|
763 |
"<br><br>This Post Notification preview has replaced keywords from your last "
|
764 |
"published blog post."
|
765 |
msgstr ""
|
766 |
|
767 |
+
#: ../templates/template-preview.php:44
|
768 |
msgid ""
|
769 |
"<br><br>Note: Different email services (like gmail, yahoo etc) display email "
|
770 |
"content differently. So there could be a slight variation on how your "
|
824 |
msgid "<span style=\"color:#993399;\">Immediately</span>"
|
825 |
msgstr "<span style=\"color:#993399;\">Azonnal</span>"
|
826 |
|
827 |
+
#: ../classes/es-loadwidget.php:34 ../classes/es-register.php:1095 ..
|
828 |
#: subscribers/view-subscriber-show.php:289
|
829 |
msgid "Name"
|
830 |
msgstr "Név"
|
831 |
|
832 |
+
#: ../classes/es-loadwidget.php:39 ../classes/es-register.php:1100
|
833 |
msgid "Email *"
|
834 |
msgstr "E-mail*"
|
835 |
|
836 |
+
#: ../classes/es-loadwidget.php:47 ../classes/es-register.php:1108 ../help/help.
|
837 |
+
#: php:202
|
838 |
msgid "Subscribe"
|
839 |
msgstr "Feliratkozás"
|
840 |
|
841 |
#: ../classes/es-register.php:162 ../classes/es-register.php:163 ../classes/es-
|
842 |
+
#: register.php:838
|
843 |
msgid "Email Subscribers"
|
844 |
msgstr "Email Subscribers"
|
845 |
|
849 |
msgstr "Feliratkozottak"
|
850 |
|
851 |
#: ../classes/es-register.php:171 ../classes/es-register.php:172 ../help/help.php:
|
852 |
+
#: 370 ../notification/notification-show.php:52
|
853 |
msgid "Post Notifications"
|
854 |
msgstr "Új bejegyzés értesítés"
|
855 |
|
856 |
#: ../classes/es-register.php:174 ../classes/es-register.php:175 ../help/help.php:
|
857 |
+
#: 360 ../sendmail/sendmail.php:93 ../settings/settings-edit.php:324
|
858 |
msgid "Newsletters"
|
859 |
msgstr "Hírlevél"
|
860 |
|
1045 |
msgid "Please try after some time"
|
1046 |
msgstr "Kérem próbálja meg később. "
|
1047 |
|
1048 |
+
#: ../classes/es-register.php:803
|
1049 |
msgid ""
|
1050 |
"If you like <strong>Email Subscribers</strong>, please consider leaving us a "
|
1051 |
"<a target=\"_blank\" href=\"https://wordpress.org/support/plugin/email-"
|
1057 |
"org/support/plugin/email-subscribers/reviews/?filter=5#new-post\">★"
|
1058 |
"★★★★</a> . Köszönjük előre is. "
|
1059 |
|
1060 |
+
#: ../classes/es-register.php:878 ../settings/settings-edit.php:123
|
1061 |
msgid "Thumbnail"
|
1062 |
msgstr "Bélyegkép"
|
1063 |
|
1064 |
+
#: ../classes/es-register.php:926 ../sentmail/sentmail-show.php:108 ..
|
1065 |
#: sentmail/sentmail-show.php:121
|
1066 |
msgid "Preview"
|
1067 |
msgstr "Előnézet"
|
1068 |
|
1069 |
+
#: ../classes/es-register.php:948
|
1070 |
msgid "Newsletter"
|
1071 |
msgstr "Hírlevél"
|
1072 |
|
1073 |
+
#: ../classes/es-register.php:949
|
1074 |
msgid "Post Notification"
|
1075 |
msgstr "Értesítés az új bejegyzésről"
|
1076 |
|
1077 |
+
#: ../classes/es-register.php:1010 ../classes/es-register.php:1011
|
1078 |
msgid "Available Keywords"
|
1079 |
msgstr "Választható kulcsszavak"
|
1080 |
|
1081 |
+
#: ../classes/es-register.php:1148
|
1082 |
msgid "Widget Title"
|
1083 |
msgstr "Widget Cím"
|
1084 |
|
1085 |
+
#: ../classes/es-register.php:1152
|
1086 |
msgid "Short description about subscription form"
|
1087 |
msgstr "A feliratkozó űrlap rövid leírása"
|
1088 |
|
1089 |
+
#: ../classes/es-register.php:1156
|
1090 |
msgid "Display Name Field"
|
1091 |
msgstr "Feliratkozásnál kérjük a nevet is? "
|
1092 |
|
1093 |
+
#: ../classes/es-register.php:1158 ../settings/settings-edit.php:142 ..
|
1094 |
#: settings/settings-edit.php:217 ../subscribers/view-subscriber-sync.php:107
|
1095 |
msgid "YES"
|
1096 |
msgstr "Igen"
|
1097 |
|
1098 |
+
#: ../classes/es-register.php:1159 ../settings/settings-edit.php:143 ..
|
1099 |
#: settings/settings-edit.php:218 ../subscribers/view-subscriber-sync.php:106
|
1100 |
msgid "NO"
|
1101 |
msgstr "Nem"
|
1102 |
|
1103 |
+
#: ../classes/es-register.php:1163
|
1104 |
msgid "Subscriber Group"
|
1105 |
msgstr "Előfizetői csoport"
|
1106 |
|
1107 |
+
#: ../help/help.php:190
|
1108 |
msgid "Welcome to Email Subscribers!"
|
1109 |
msgstr "Üdvözöljük!"
|
1110 |
|
1111 |
+
#: ../help/help.php:223
|
1112 |
msgid "donating to us"
|
1113 |
msgstr "Adományozás"
|
1114 |
|
1115 |
+
#: ../help/help.php:310 ../help/help.php:321 ../help/help.php:324 ../help/help.
|
1116 |
+
#: php:336 ../help/help.php:339 ../help/help.php:342 ../help/help.php:345 ..
|
1117 |
+
#: help/help.php:348 ../help/help.php:351 ../help/help.php:363 ../help/help.php:
|
1118 |
+
#: 366 ../help/help.php:373 ../help/help.php:376 ../help/help.php:379 ..
|
1119 |
+
#: help/help.php:387 ../help/help.php:390 ../help/help.php:393 ../help/help.php:
|
1120 |
+
#: 396 ../help/help.php:402 ../help/help.php:405 ../help/help.php:408 ..
|
1121 |
+
#: help/help.php:416 ../help/help.php:419 ../help/help.php:434 ../help/help.php:
|
1122 |
+
#: 437
|
1123 |
#, php-format
|
1124 |
msgid "%s"
|
1125 |
msgstr "%s"
|
1126 |
|
1127 |
+
#: ../help/help.php:310
|
1128 |
msgid "How to Add Subscription box to website?"
|
1129 |
msgstr "Hogyan lehet a feliratkozó űrlapot elhelyezni a honlapon?"
|
1130 |
|
1131 |
+
#: ../help/help.php:339
|
1132 |
msgid "How to Import or Export Email Addresses?"
|
1133 |
msgstr "A feliratkozók importálása és exportálása"
|
1134 |
|
1135 |
+
#: ../help/help.php:348
|
1136 |
msgid "How to add Unsubscribe link in emails?"
|
1137 |
msgstr "Hogyan tudod az e-mailbe a leiratkozás linket elhelyezni?"
|
1138 |
|
1139 |
+
#: ../help/help.php:402
|
1140 |
msgid "Subscribers are not receiving Emails?"
|
1141 |
msgstr "Az előfizetőid nem kapták meg az e-mailc? "
|
1142 |
|
1143 |
+
#: ../help/help.php:405
|
1144 |
msgid "CSS Help"
|
1145 |
msgstr "CSS segítség"
|
1146 |
|
1147 |
#. Author of the plugin/theme
|
1148 |
+
#: ../help/help.php:475
|
1149 |
msgid "Icegram"
|
1150 |
msgstr "Icegram"
|
1151 |
|
1189 |
#: subscribers/view-subscriber-add.php:118 ../subscribers/view-subscriber-edit.
|
1190 |
#: php:113 ../subscribers/view-subscriber-export.php:51 ../subscribers/view-
|
1191 |
#: subscriber-import.php:149 ../subscribers/view-subscriber-show.php:247 ..
|
1192 |
+
#: subscribers/view-subscriber-sync.php:92 ../templates/template-preview.php:33
|
1193 |
msgid "Help"
|
1194 |
msgstr "Segítség"
|
1195 |
|
1331 |
msgstr "Értesítés sttusza"
|
1332 |
|
1333 |
#: ../notification/notification-show.php:100 ../subscribers/view-subscriber-show.
|
1334 |
+
#: php:417 ../templates/template-preview.php:36
|
1335 |
msgid "Edit"
|
1336 |
msgstr "Szerkesztés"
|
1337 |
|
languages/email-subscribers-it_IT.mo
CHANGED
Binary file
|
languages/email-subscribers-it_IT.po
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
-
"Project-Id-Version: Email Subscribers & Newsletters 3.
|
4 |
"Report-Msgid-Bugs-To: https://www.icegram.com/contact/\n"
|
5 |
"POT-Creation-Date: 2017-07-26 12:00:36+00:00\n"
|
6 |
-
"PO-Revision-Date:
|
7 |
"Last-Translator: admin <mansi.shah@appsmagnet.com>\n"
|
8 |
"Language-Team: Icegram <hello@icegram.com>Language:\n"
|
9 |
"Language: Italian\n"
|
@@ -22,90 +22,63 @@ msgstr ""
|
|
22 |
"X-Generator: Loco - https://localise.biz/\n"
|
23 |
"X-Loco-Target-Locale: it_IT"
|
24 |
|
25 |
-
#: ../classes/es-register.php:260
|
26 |
-
msgctxt "widget-enhanced-select"
|
27 |
-
msgid ""
|
28 |
-
"Your subscription was successful! Kindly check your mailbox and confirm your "
|
29 |
-
"subscription. If you don't see the email within a few minutes, check the "
|
30 |
-
"spam/junk folder."
|
31 |
-
msgstr ""
|
32 |
-
|
33 |
-
#: ../classes/es-register.php:274
|
34 |
-
msgctxt "widget-page-enhanced-select"
|
35 |
-
msgid ""
|
36 |
-
"Your subscription was successful! Kindly check your mailbox and confirm your "
|
37 |
-
"subscription. If you don't see the email within a few minutes, check the "
|
38 |
-
"spam/junk folder."
|
39 |
-
msgstr ""
|
40 |
-
|
41 |
#: ../classes/es-register.php:739
|
42 |
-
msgid ""
|
43 |
-
"<b>Want readymade email templates?</b> Also want to <b>clean your "
|
44 |
-
"subscribers list?</b> Come check our Pro plan."
|
45 |
msgstr ""
|
46 |
|
47 |
-
#: ../classes/es-register.php:
|
48 |
-
msgid "
|
49 |
-
|
50 |
-
|
51 |
-
#: ../classes/es-register.php:740
|
52 |
-
msgid "Not interested."
|
53 |
-
msgstr ""
|
54 |
-
|
55 |
-
#: ../classes/es-register.php:974
|
56 |
-
#, php-format
|
57 |
-
msgid "<br/><br/>%s for Newsletter: {{NAME}}, {{EMAIL}}"
|
58 |
msgstr ""
|
59 |
|
60 |
-
#: ../
|
61 |
-
msgid "
|
62 |
msgstr ""
|
63 |
|
64 |
-
#: ../
|
65 |
-
msgid "
|
66 |
msgstr ""
|
67 |
|
68 |
-
#: ../help/help.php:
|
69 |
msgid ""
|
70 |
-
"
|
71 |
-
"
|
72 |
msgstr ""
|
73 |
|
74 |
-
#: ../help/help.php:
|
75 |
-
|
76 |
-
"
|
77 |
-
"when a new post is published -> Disable -> Save."
|
78 |
msgstr ""
|
79 |
|
80 |
-
#: ../help/help.php:
|
81 |
-
|
82 |
-
msgid ""
|
83 |
-
"<b>Like Email Subscribers?</b> If yes, then consider %s to support further "
|
84 |
-
"developments."
|
85 |
msgstr ""
|
86 |
|
87 |
-
#: ../help/help.php:
|
88 |
msgid ""
|
89 |
" (like Confirmation, Welcome, Admin emails), Cron Settings and Assign User "
|
90 |
"Roles"
|
91 |
msgstr ""
|
92 |
|
93 |
-
#: ../help/help.php:
|
94 |
-
msgid "
|
95 |
msgstr ""
|
96 |
|
97 |
-
#: ../help/help.php:
|
98 |
-
msgid "
|
99 |
msgstr ""
|
100 |
|
101 |
-
#: ../help/help.php:
|
102 |
-
msgid ""
|
103 |
-
"Using Email Subscribers you can achieve this easily with our <b>free</b> "
|
104 |
-
"plugin "
|
105 |
msgstr ""
|
106 |
|
107 |
-
#: ../help/help.php:
|
108 |
-
msgid "Email
|
|
|
|
|
|
|
|
|
109 |
msgstr ""
|
110 |
|
111 |
#: ../sentmail/deliverreport-show.php:47 ../sentmail/sentmail-show.php:83
|
@@ -116,26 +89,11 @@ msgstr ""
|
|
116 |
msgid " >> "
|
117 |
msgstr ""
|
118 |
|
119 |
-
#: ../subscribers/view-subscriber-export.php:12
|
120 |
-
msgid ""
|
121 |
-
"Oops! Looks like you are not the site administrator.<br><br>Only the site "
|
122 |
-
"administrator can export subscriber list."
|
123 |
-
msgstr ""
|
124 |
-
|
125 |
-
#: ../subscribers/view-subscriber-export.php:14
|
126 |
-
msgid "Go back to Subscribers dashboard"
|
127 |
-
msgstr ""
|
128 |
-
|
129 |
#: ../subscribers/view-subscriber-import.php:100 ../subscribers/view-subscriber-
|
130 |
#: import.php:129
|
131 |
msgid " to view details."
|
132 |
msgstr ""
|
133 |
|
134 |
-
#: ../subscribers/view-subscriber-show.php:75 ../subscribers/view-subscriber-show.
|
135 |
-
#: php:134
|
136 |
-
msgid "Confirmation emails resent successfully."
|
137 |
-
msgstr ""
|
138 |
-
|
139 |
#: ../classes/es-common.php:13
|
140 |
msgid "<span style=\"color:#006600;font-weight:bold;\">Confirmed</span>"
|
141 |
msgstr "<span style=\"color:#006600;font-weight:bold;\">Confermato</span>"
|
@@ -180,22 +138,22 @@ msgstr "<span style=\"color:#20b2aa;font-weight:bold;\">via Cron</span>"
|
|
180 |
msgid "<span style=\"color:#993399;\">Immediately</span>"
|
181 |
msgstr "<span style=\"color:#993399;\">Immediatamente</span>"
|
182 |
|
183 |
-
#: ../classes/es-loadwidget.php:
|
184 |
#: subscribers/view-subscriber-show.php:289
|
185 |
msgid "Name"
|
186 |
msgstr "Nome"
|
187 |
|
188 |
-
#: ../classes/es-loadwidget.php:
|
189 |
msgid "Email *"
|
190 |
msgstr "Email *"
|
191 |
|
192 |
-
#: ../classes/es-loadwidget.php:
|
193 |
-
#: php:
|
194 |
msgid "Subscribe"
|
195 |
msgstr "Iscriviti"
|
196 |
|
197 |
#: ../classes/es-register.php:162 ../classes/es-register.php:163 ../classes/es-
|
198 |
-
#: register.php:
|
199 |
msgid "Email Subscribers"
|
200 |
msgstr "Email Iscritti"
|
201 |
|
@@ -205,17 +163,17 @@ msgid "Subscribers"
|
|
205 |
msgstr "Iscritti"
|
206 |
|
207 |
#: ../classes/es-register.php:168 ../classes/es-register.php:169 ../classes/es-
|
208 |
-
#: register.php:
|
209 |
msgid "Templates"
|
210 |
msgstr "Modelli"
|
211 |
|
212 |
#: ../classes/es-register.php:171 ../classes/es-register.php:172 ../help/help.php:
|
213 |
-
#:
|
214 |
msgid "Post Notifications"
|
215 |
msgstr "Notifiche Post"
|
216 |
|
217 |
#: ../classes/es-register.php:174 ../classes/es-register.php:175 ../help/help.php:
|
218 |
-
#:
|
219 |
msgid "Newsletters"
|
220 |
msgstr "Newsletter"
|
221 |
|
@@ -374,6 +332,17 @@ msgctxt "widget-enhanced-select"
|
|
374 |
msgid "Successfully Subscribed."
|
375 |
msgstr "Iscritto con successo"
|
376 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
377 |
#: ../classes/es-register.php:261
|
378 |
msgctxt "widget-enhanced-select"
|
379 |
msgid "Email Address already exists!"
|
@@ -404,6 +373,17 @@ msgctxt "widget-page-enhanced-select"
|
|
404 |
msgid "Successfully Subscribed."
|
405 |
msgstr "Iscritto con successo."
|
406 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
407 |
#: ../classes/es-register.php:275
|
408 |
msgctxt "widget-page-enhanced-select"
|
409 |
msgid "Email Address already exists!"
|
@@ -424,7 +404,20 @@ msgctxt "widget-page-enhanced-select"
|
|
424 |
msgid "Please try after some time"
|
425 |
msgstr "Per favore riprova tra qualche minuto"
|
426 |
|
427 |
-
#: ../classes/es-register.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
428 |
msgid ""
|
429 |
"If you like <strong>Email Subscribers</strong>, please consider leaving us a "
|
430 |
"<a target=\"_blank\" href=\"https://wordpress.org/support/plugin/email-"
|
@@ -436,81 +429,81 @@ msgstr ""
|
|
436 |
"org/support/plugin/email-subscribers/reviews/?filter=5#new-post\">★"
|
437 |
"★★★★</a>. Molte grazie in anticipo da Icegram !"
|
438 |
|
439 |
-
#: ../classes/es-register.php:
|
440 |
#, php-format
|
441 |
msgid "Email Subscribers version: <strong>%s</strong>"
|
442 |
msgstr "Email Subscribers versione: <strong>%s</strong>"
|
443 |
|
444 |
-
#: ../classes/es-register.php:
|
445 |
msgid "Add new Template"
|
446 |
msgstr "Aggiungi nuovo Modello"
|
447 |
|
448 |
-
#: ../classes/es-register.php:
|
449 |
msgid "Edit Templates"
|
450 |
msgstr "Modifica Modello"
|
451 |
|
452 |
-
#: ../classes/es-register.php:
|
453 |
msgid "New Templates"
|
454 |
msgstr "Nuovo Modello"
|
455 |
|
456 |
-
#: ../classes/es-register.php:
|
457 |
msgid "View Templates"
|
458 |
msgstr "Visualizza Modelli"
|
459 |
|
460 |
-
#: ../classes/es-register.php:
|
461 |
msgid "Search Templates"
|
462 |
msgstr "Ricerca Modelli"
|
463 |
|
464 |
-
#: ../classes/es-register.php:
|
465 |
msgid "No Templates found"
|
466 |
msgstr "Nessun Modello trovato"
|
467 |
|
468 |
-
#: ../classes/es-register.php:
|
469 |
msgid "No Templates found in Trash"
|
470 |
msgstr "Nessun Modello trovato nel Cestino"
|
471 |
|
472 |
-
#: ../classes/es-register.php:
|
473 |
msgid "Thumbnail (For Visual Representation only)"
|
474 |
msgstr "Miniature (solo per rappresentazione visuale)"
|
475 |
|
476 |
-
#: ../classes/es-register.php:
|
477 |
msgid "Set thumbnail"
|
478 |
msgstr "Configura minuature"
|
479 |
|
480 |
-
#: ../classes/es-register.php:
|
481 |
msgid "Template Type"
|
482 |
msgstr "Tipo Modello"
|
483 |
|
484 |
-
#: ../classes/es-register.php:
|
485 |
msgid "Thumbnail"
|
486 |
msgstr "Miniatura"
|
487 |
|
488 |
-
#: ../classes/es-register.php:
|
489 |
#: sentmail/sentmail-show.php:121
|
490 |
msgid "Preview"
|
491 |
msgstr "Anteprima"
|
492 |
|
493 |
-
#: ../classes/es-register.php:
|
494 |
msgid "Available Keyword for Post Notification: {{POSTTITLE}}"
|
495 |
msgstr "Parole Chiave disponibili per la Notifica dei Post: {{POSTTITLE}}"
|
496 |
|
497 |
-
#: ../classes/es-register.php:
|
498 |
msgid "Select your Email Template Type"
|
499 |
msgstr "Seleziona il tipo di Modello Email"
|
500 |
|
501 |
-
#: ../classes/es-register.php:
|
502 |
msgid "Newsletter"
|
503 |
msgstr "Newsletter"
|
504 |
|
505 |
-
#: ../classes/es-register.php:
|
506 |
msgid "Post Notification"
|
507 |
msgstr "Notifica Post"
|
508 |
|
509 |
-
#: ../classes/es-register.php:
|
510 |
msgid "Preview Template"
|
511 |
msgstr "Anteprima Modello"
|
512 |
|
513 |
-
#: ../classes/es-register.php:
|
514 |
#, php-format
|
515 |
msgid ""
|
516 |
"%s for Post Notification: {{NAME}}, {{EMAIL}}, {{DATE}}, {{POSTTITLE}}, "
|
@@ -521,66 +514,104 @@ msgstr ""
|
|
521 |
"{{POSTLINK}}, {{POSTIMAGE}}, {{POSTDESC}}, {{POSTAUTHOR}}, {{POSTLINK-"
|
522 |
"WITHTITLE}}, {{POSTLINK-ONLY}}, {{POSTFULL}}"
|
523 |
|
524 |
-
#: ../classes/es-register.php:
|
525 |
msgid "Available Keywords"
|
526 |
msgstr "Parole Chiave disponibili"
|
527 |
|
528 |
-
#: ../classes/es-register.php:
|
|
|
|
|
|
|
|
|
|
|
529 |
msgid "Widget Title"
|
530 |
msgstr "Titolo del Widget"
|
531 |
|
532 |
-
#: ../classes/es-register.php:
|
533 |
msgid "Short description about subscription form"
|
534 |
msgstr "Breve descrizione per il modulo di iscrizione"
|
535 |
|
536 |
-
#: ../classes/es-register.php:
|
537 |
msgid "Display Name Field"
|
538 |
msgstr "Campo Visualizza Nome"
|
539 |
|
540 |
-
#: ../classes/es-register.php:
|
541 |
#: settings/settings-edit.php:217 ../subscribers/view-subscriber-sync.php:107
|
542 |
msgid "YES"
|
543 |
msgstr "SI"
|
544 |
|
545 |
-
#: ../classes/es-register.php:
|
546 |
#: settings/settings-edit.php:218 ../subscribers/view-subscriber-sync.php:106
|
547 |
msgid "NO"
|
548 |
msgstr "NO"
|
549 |
|
550 |
-
#: ../classes/es-register.php:
|
551 |
msgid "Subscriber Group"
|
552 |
msgstr "Gruppo Iscritti"
|
553 |
|
554 |
-
#: ../
|
|
|
|
|
|
|
|
|
555 |
msgid "Welcome to Email Subscribers!"
|
556 |
msgstr "Benvenuto su Email Subscribers !"
|
557 |
|
558 |
#: ../help/help.php:191
|
559 |
-
msgid "
|
560 |
-
msgstr "
|
|
|
|
|
561 |
|
562 |
-
#: ../help/help.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
563 |
#, php-format
|
564 |
msgid "Version: %s"
|
565 |
msgstr "Versione: %s"
|
566 |
|
567 |
-
#: ../help/help.php:
|
568 |
msgid "Questions? Need Help?"
|
569 |
msgstr "Domande ? Hai bisogno di aiuto ?"
|
570 |
|
571 |
-
#: ../help/help.php:
|
572 |
msgid "Contact Us"
|
573 |
msgstr "Contattaci"
|
574 |
|
575 |
-
#: ../help/help.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
576 |
msgid "donating to us"
|
577 |
msgstr "fai una donazione"
|
578 |
|
579 |
-
#: ../help/help.php:
|
580 |
msgid "Description"
|
581 |
msgstr "Descrizione"
|
582 |
|
583 |
-
#: ../help/help.php:
|
584 |
msgid ""
|
585 |
"Email Subscribers is a complete newsletter plugin which lets you collect "
|
586 |
"leads, send automated new blog post notification emails, create & send "
|
@@ -590,11 +621,11 @@ msgstr ""
|
|
590 |
"lead, inviare automaticamente notifiche per i nuovi post pubblicati, creare "
|
591 |
"e inviare newsletter e tutto in un solo posto."
|
592 |
|
593 |
-
#: ../help/help.php:
|
594 |
msgid "Feature Overview"
|
595 |
msgstr "Panoramica delle funzionalità"
|
596 |
|
597 |
-
#: ../help/help.php:
|
598 |
msgid ""
|
599 |
"Collect customer emails by adding a subscription box (Widget/Shortcode/PHP "
|
600 |
"Code)."
|
@@ -602,15 +633,15 @@ msgstr ""
|
|
602 |
"Raccogli le email dei clienti aggiungendo un box di iscrizione "
|
603 |
"(Widget/Shortcode/Codice PHP)."
|
604 |
|
605 |
-
#: ../help/help.php:
|
606 |
msgid "Configure double Opt-In and Single Opt-In facility for subscribers."
|
607 |
msgstr "Configura iscrizione tramite Doppio Opt-In o singolo Opt-In."
|
608 |
|
609 |
-
#: ../help/help.php:
|
610 |
msgid "Send automatic welcome email to subscribers."
|
611 |
msgstr "Invia automaticamente una email di benventuo agli iscritti."
|
612 |
|
613 |
-
#: ../help/help.php:
|
614 |
msgid ""
|
615 |
"Send new post notification emails to subscribers when new posts are "
|
616 |
"published on your website."
|
@@ -618,67 +649,69 @@ msgstr ""
|
|
618 |
"Invia email di notifica quando viene pubblicato un nuovo articolo sul tuo "
|
619 |
"sito web."
|
620 |
|
621 |
-
#: ../help/help.php:
|
622 |
msgid "Schedule email (Cron job) or send them manually."
|
623 |
msgstr "Programma le email (Cron job) o inviale manualmente."
|
624 |
|
625 |
-
#: ../help/help.php:
|
626 |
msgid "Send email notification to admin when a new user signs up."
|
627 |
msgstr ""
|
628 |
"Invia una email di notifica all'Amministrazione quando si iscrive un nuovo "
|
629 |
"utente."
|
630 |
|
631 |
-
#: ../help/help.php:
|
632 |
msgid "Automatically add Unsubscribe link in the email."
|
633 |
msgstr "Aggiungi automaticamente alle email il link di cancellazione."
|
634 |
|
635 |
-
#: ../help/help.php:
|
636 |
msgid "Easily migrate subscribers from another app using Import & Export."
|
637 |
msgstr ""
|
638 |
"Sposta facilmente gli iscritti da un'altra applicazione utilizzando Importa "
|
639 |
"e Esporta."
|
640 |
|
641 |
-
#: ../help/help.php:
|
642 |
msgid "Use HTML editor to create newsletters and post notifications."
|
643 |
msgstr ""
|
644 |
"Utilizza un editor HTML per creare newsletter e email di notifica "
|
645 |
"pubblicazione."
|
646 |
|
647 |
-
#: ../help/help.php:
|
648 |
msgid "Send newsletters to different groups."
|
649 |
msgstr "Invia newsletter a gruppi diversi."
|
650 |
|
651 |
-
#: ../help/help.php:
|
652 |
msgid "Get detailed sent email reports."
|
653 |
msgstr "Ricevi report dettagliati sulle email spedite."
|
654 |
|
655 |
-
#: ../help/help.php:
|
656 |
msgid "Control user access (User Roles and Capabilities)."
|
657 |
msgstr "Controllo accesso utenti (Ruoli e Funzionalità degli Utenti)"
|
658 |
|
659 |
-
#: ../help/help.php:
|
660 |
msgid "Supports localization and internationalization."
|
661 |
msgstr "Supporta localizzazione e internazionalizzazione."
|
662 |
|
663 |
-
#: ../help/help.php:
|
664 |
msgid "Add Subscribe form"
|
665 |
msgstr "Aggiungi modulo di iscrizione"
|
666 |
|
667 |
-
#: ../help/help.php:
|
668 |
-
#: php:
|
669 |
-
#: help/help.php:
|
670 |
-
#:
|
671 |
-
#: help/help.php:
|
672 |
-
#:
|
|
|
|
|
673 |
#, php-format
|
674 |
msgid "%s"
|
675 |
msgstr "%s"
|
676 |
|
677 |
-
#: ../help/help.php:
|
678 |
msgid "How to Add Subscription box to website?"
|
679 |
msgstr "Come aggiungere un box di iscrizione al sito web ?"
|
680 |
|
681 |
-
#: ../help/help.php:
|
682 |
#, php-format
|
683 |
msgid ""
|
684 |
"Use any of the following 3 methods :<br>\n"
|
@@ -698,124 +731,132 @@ msgstr ""
|
|
698 |
" c) Copia e incolla il codice php nel tuo template: "
|
699 |
"<strong>%s</strong>"
|
700 |
|
701 |
-
#: ../help/help.php:
|
702 |
msgid "Additional form settings"
|
703 |
msgstr "Configurazioni addizionali del modulo"
|
704 |
|
705 |
-
#: ../help/help.php:
|
706 |
msgid "How to Redirect Subscribers to a new page/url after successful sign up?"
|
707 |
msgstr ""
|
708 |
"Come redirezionare gli iscritti a una nuova pagina/url dopo la registrazione "
|
709 |
"?"
|
710 |
|
711 |
-
#: ../help/help.php:
|
712 |
msgid "How to add captcha in Subscribe form of Email Subscribers?"
|
713 |
msgstr "Come aggiungere un captcha nel modulo di Iscrizione di Email Subscribers ?"
|
714 |
|
715 |
-
#: ../help/help.php:
|
716 |
msgid "General Plugin Configuration"
|
717 |
msgstr "Configurazione generale del Plugin"
|
718 |
|
719 |
-
#: ../help/help.php:
|
720 |
#, php-format
|
721 |
msgid "Modify %s"
|
722 |
msgstr "Modifica %s"
|
723 |
|
724 |
-
#: ../help/help.php:
|
725 |
msgid "default text, email contents"
|
726 |
msgstr "testo standard, contenuto email"
|
727 |
|
728 |
-
#: ../help/help.php:
|
|
|
|
|
|
|
|
|
729 |
msgid "How to Import or Export Email Addresses?"
|
730 |
msgstr "Come Importare o Esportare indirizzi Email ?"
|
731 |
|
732 |
-
#: ../help/help.php:
|
733 |
msgid "How to Add/Update Existing Subscribers Group & Status?"
|
734 |
msgstr "Come Aggiungere/Modificare Gruppi esistenti di Iscritti e il loro Status ?"
|
735 |
|
736 |
-
#: ../help/help.php:
|
737 |
msgid "How to change/update/translate any texts from the plugin?"
|
738 |
msgstr "Come modificare/tradurre una frase del plugin ?"
|
739 |
|
740 |
-
#: ../help/help.php:
|
741 |
msgid "How to add Unsubscribe link in emails?"
|
742 |
msgstr "Come aggiungere il link di cancellazione nelle email ?"
|
743 |
|
744 |
-
#: ../help/help.php:
|
745 |
msgid "How to check sent emails?"
|
746 |
msgstr "Come controllare le email spedite ?"
|
747 |
|
748 |
-
#: ../help/help.php:
|
749 |
msgid "Create and Send Newsletter Emails"
|
750 |
msgstr "Creare e inviare una Newsletter"
|
751 |
|
752 |
-
#: ../help/help.php:
|
753 |
msgid "Keywords in the Newsletters"
|
754 |
msgstr "Parole chiave nella Newsletter"
|
755 |
|
756 |
-
#: ../help/help.php:
|
757 |
msgid "Create and Send Post Notification Emails when new posts are published"
|
758 |
msgstr ""
|
759 |
"Creare e inviare una notifica di post quando viene pubblicato un nuovo "
|
760 |
"articolo"
|
761 |
|
762 |
-
#: ../help/help.php:
|
763 |
msgid "Keywords in the Post Notifications"
|
764 |
msgstr "Parole chiave nella notifica post"
|
765 |
|
766 |
-
#: ../help/help.php:
|
767 |
msgid "Send a test post notification email to myself/testgroup"
|
768 |
msgstr "Inviare una notifica post di test a me/gurppo di test"
|
769 |
|
770 |
-
#: ../help/help.php:
|
771 |
msgid "Cron Job Setup"
|
772 |
msgstr "Configurazione Cron Job"
|
773 |
|
774 |
-
#: ../help/help.php:
|
775 |
msgid "What is Cron and how to Schedule Cron Emails?"
|
776 |
msgstr "Che cos'è Cron e come programmare un Cron per le email ?"
|
777 |
|
778 |
-
#: ../help/help.php:
|
779 |
msgid "Schedule Cron Emails in cPanel"
|
780 |
msgstr "Configurare un Cron per le email in cPanel"
|
781 |
|
782 |
-
#: ../help/help.php:
|
783 |
msgid "Schedule Cron Emails in Parallels Plesk"
|
784 |
msgstr "Configurare un Cron per le email in Parallels Plesk"
|
785 |
|
786 |
-
#: ../help/help.php:
|
787 |
msgid "Hosting doesn’t support Cron Jobs?"
|
788 |
msgstr "Il tuo Hosting non supporta i Cron Jobs ?"
|
789 |
|
790 |
-
#: ../help/help.php:
|
791 |
msgid "Troubleshooting Steps"
|
792 |
msgstr "Risoluzione dei problemi"
|
793 |
|
794 |
-
#: ../help/help.php:
|
795 |
msgid "Subscribers are not receiving Emails?"
|
796 |
msgstr "Gli iscritti non ricevono le email ?"
|
797 |
|
798 |
-
#: ../help/help.php:
|
799 |
msgid "CSS Help"
|
800 |
msgstr "Aiuto per i CSS"
|
801 |
|
802 |
-
#: ../help/help.php:
|
803 |
msgid "FAQ's"
|
804 |
msgstr "FAQ"
|
805 |
|
806 |
-
#: ../help/help.php:
|
807 |
msgid "Want to do more? Here's how.."
|
808 |
msgstr "Desideri di più? Ecco come..."
|
809 |
|
810 |
-
#: ../help/help.php:
|
811 |
msgid "Allow Subscribers to get subscribed to any group"
|
812 |
msgstr "Permetti agli iscritti di iscriversi a qualsiasi gruppo"
|
813 |
|
814 |
-
#: ../help/help.php:
|
|
|
|
|
|
|
|
|
815 |
msgid "Group Selector"
|
816 |
msgstr "Selettore di Gruppo"
|
817 |
|
818 |
-
#: ../help/help.php:
|
819 |
msgid ""
|
820 |
"plugin, you can extend Email Subscribers Form functionality by providing an "
|
821 |
"grouping option right next to the form."
|
@@ -823,19 +864,19 @@ msgstr ""
|
|
823 |
"plugin, puoi estendere le funzionalità del modulo di iscrizione fornedno "
|
824 |
"delle opzioni aggiuntive nel modulo."
|
825 |
|
826 |
-
#: ../help/help.php:
|
827 |
msgid "The user can then subscribe to whichever group most appeals to them."
|
828 |
msgstr "L'utente può così iscriversi a qualsiasi gruppo sia interessato."
|
829 |
|
830 |
-
#: ../help/help.php:
|
831 |
msgid "For example: Subscribe either to Updates or to Offers."
|
832 |
msgstr "Per esempio: iscriversi a Aggiornamenti e a Offerte."
|
833 |
|
834 |
-
#: ../help/help.php:
|
835 |
msgid "Show your subscribe form inside attractive popups"
|
836 |
msgstr "Visualizza il tuo modulo di iscrizione tramite popup attrattivi"
|
837 |
|
838 |
-
#: ../help/help.php:
|
839 |
msgid ""
|
840 |
"Don't limit your subscriber form to a widget. Embed it within popups, hello "
|
841 |
"bars, slide-ins, sidebars, full screen popups etc."
|
@@ -843,12 +884,20 @@ msgstr ""
|
|
843 |
"Non limitare l'iscrizione a un modulo. Includilo in popup, barre di "
|
844 |
"benventuo, popup a schermo intero, eccetera."
|
845 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
846 |
#. Author of the plugin/theme
|
847 |
-
#: ../help/help.php:
|
848 |
msgid "Icegram"
|
849 |
msgstr "Icegram"
|
850 |
|
851 |
-
#: ../help/help.php:
|
852 |
msgid ""
|
853 |
"Icegram's beautiful designs instantly capture user attention and help "
|
854 |
"increase sign-ups to your WordPress website."
|
@@ -856,24 +905,28 @@ msgstr ""
|
|
856 |
"L'ottimo design cattura immediatamente l'attenzione e aiuta a incrementare "
|
857 |
"il tasso di iscrizione al tuo sito WordPress."
|
858 |
|
859 |
-
#: ../help/help.php:
|
860 |
#, php-format
|
861 |
msgid "How to %s"
|
862 |
msgstr "Come fare per %s"
|
863 |
|
864 |
-
#: ../help/help.php:
|
865 |
msgid "show subscribe form inside a popup"
|
866 |
msgstr "visualizzare il modulo di iscrizione in un pop up"
|
867 |
|
868 |
-
#: ../help/help.php:
|
869 |
msgid "Get beautiful and elegant form styles"
|
870 |
msgstr "usare belli ed eleganti stili nel modulo"
|
871 |
|
872 |
-
#: ../help/help.php:
|
|
|
|
|
|
|
|
|
873 |
msgid "Rainmaker"
|
874 |
msgstr "Rainmaker"
|
875 |
|
876 |
-
#: ../help/help.php:
|
877 |
msgid ""
|
878 |
"Rainmaker extends the core features of Email Subscribers and provides "
|
879 |
"elegant form styles."
|
@@ -881,7 +934,7 @@ msgstr ""
|
|
881 |
"Rainmaker estende le funzionalità di base di Email Subscribers e fornisce "
|
882 |
"eleganti stili per i moduli."
|
883 |
|
884 |
-
#: ../help/help.php:
|
885 |
msgid ""
|
886 |
"These styles are well designed and beautify your subscription form making it "
|
887 |
"more appealing."
|
@@ -889,7 +942,7 @@ msgstr ""
|
|
889 |
"Questi stili sono ben disegnati e permettono di dare ulteriore appeal ai "
|
890 |
"moduli di iscrizione."
|
891 |
|
892 |
-
#: ../help/help.php:
|
893 |
msgid "add Rainmaker’s form in Email Subscribers"
|
894 |
msgstr "aggiungi modulo Rainmaker a Email Subscribers"
|
895 |
|
@@ -939,7 +992,7 @@ msgstr "Aggiungi notifica"
|
|
939 |
#: subscribers/view-subscriber-add.php:118 ../subscribers/view-subscriber-edit.
|
940 |
#: php:113 ../subscribers/view-subscriber-export.php:51 ../subscribers/view-
|
941 |
#: subscriber-import.php:149 ../subscribers/view-subscriber-show.php:247 ..
|
942 |
-
#: subscribers/view-subscriber-sync.php:92 ../templates/template-preview.php:
|
943 |
msgid "Help"
|
944 |
msgstr "Aiuto"
|
945 |
|
@@ -1086,7 +1139,7 @@ msgid "Notification Status"
|
|
1086 |
msgstr "Status notifica"
|
1087 |
|
1088 |
#: ../notification/notification-show.php:100 ../subscribers/view-subscriber-show.
|
1089 |
-
#: php:417 ../templates/template-preview.php:
|
1090 |
msgid "Edit"
|
1091 |
msgstr "Modifica"
|
1092 |
|
@@ -1901,6 +1954,18 @@ msgstr "Aggiorna lo Status dell'Iscritto"
|
|
1901 |
msgid "Update Subscriber's Group"
|
1902 |
msgstr "Aggiorna il Gruppo dell'Iscritto"
|
1903 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1904 |
#: ../subscribers/view-subscriber-export.php:47
|
1905 |
msgid "Export Email Addresses"
|
1906 |
msgstr "Esporta indirizzi email"
|
@@ -2027,6 +2092,11 @@ msgstr "Record cancellato."
|
|
2027 |
msgid "To send confirmation email, please change the Opt-in option to Double Opt In."
|
2028 |
msgstr "Per inviare l'email di conferma, cambiare l'opzione Op-In in Doppio Opt-In."
|
2029 |
|
|
|
|
|
|
|
|
|
|
|
2030 |
#: ../subscribers/view-subscriber-show.php:100 ../subscribers/view-subscriber-
|
2031 |
#: show.php:139 ../subscribers/view-subscriber-show.php:178 ../subscribers/view-
|
2032 |
#: subscriber-show.php:217
|
@@ -2159,21 +2229,21 @@ msgstr "Sincronizza i nuovi iscritti alle liste di iscrizione"
|
|
2159 |
msgid "Select group to add newly registered users to"
|
2160 |
msgstr "Seleziona il gruppo dove aggiungere le nuove iscrizioni"
|
2161 |
|
2162 |
-
#: ../templates/template-preview.php:
|
2163 |
msgid "Template Preview"
|
2164 |
msgstr "Anteprima Modello"
|
2165 |
|
2166 |
-
#: ../templates/template-preview.php:
|
2167 |
msgid "This is how your email may look."
|
2168 |
msgstr "Questa è la visualizzazione della tua email."
|
2169 |
|
2170 |
-
#: ../templates/template-preview.php:
|
2171 |
msgid ""
|
2172 |
"<br><br>This Post Notification preview has replaced keywords from your last "
|
2173 |
"published blog post."
|
2174 |
msgstr "<br><br>Questa anteprima di notifica post ha parole chiave sostituite."
|
2175 |
|
2176 |
-
#: ../templates/template-preview.php:
|
2177 |
msgid ""
|
2178 |
"<br><br>Note: Different email services (like gmail, yahoo etc) display email "
|
2179 |
"content differently. So there could be a slight variation on how your "
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
+
"Project-Id-Version: Email Subscribers & Newsletters 3.5.0\n"
|
4 |
"Report-Msgid-Bugs-To: https://www.icegram.com/contact/\n"
|
5 |
"POT-Creation-Date: 2017-07-26 12:00:36+00:00\n"
|
6 |
+
"PO-Revision-Date: Wed May 16 2018 16:05:02 GMT+0530 (IST)\n"
|
7 |
"Last-Translator: admin <mansi.shah@appsmagnet.com>\n"
|
8 |
"Language-Team: Icegram <hello@icegram.com>Language:\n"
|
9 |
"Language: Italian\n"
|
22 |
"X-Generator: Loco - https://localise.biz/\n"
|
23 |
"X-Loco-Target-Locale: it_IT"
|
24 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
25 |
#: ../classes/es-register.php:739
|
26 |
+
msgid "Check Pro plan"
|
|
|
|
|
27 |
msgstr ""
|
28 |
|
29 |
+
#: ../classes/es-register.php:777
|
30 |
+
msgid ""
|
31 |
+
"<b style=\"letter-spacing:0.4px;\">To honour GDPR, kindly enable the 'Consent "
|
32 |
+
"Checkbox' in the subscription form.</b>"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
33 |
msgstr ""
|
34 |
|
35 |
+
#: ../classes/es-register.php:778
|
36 |
+
msgid "Steps to enable"
|
37 |
msgstr ""
|
38 |
|
39 |
+
#: ../classes/es-register.php:778
|
40 |
+
msgid "Ok, got it"
|
41 |
msgstr ""
|
42 |
|
43 |
+
#: ../help/help.php:197
|
44 |
msgid ""
|
45 |
+
"Stay in touch with us. We send out plugin help, tips, periodic updates and "
|
46 |
+
"even the occasional discounts."
|
47 |
msgstr ""
|
48 |
|
49 |
+
#: ../help/help.php:205
|
50 |
+
#, php-format
|
51 |
+
msgid "I have read and agreed to your %s."
|
|
|
52 |
msgstr ""
|
53 |
|
54 |
+
#: ../help/help.php:205
|
55 |
+
msgid "Privacy Policy"
|
|
|
|
|
|
|
56 |
msgstr ""
|
57 |
|
58 |
+
#: ../help/help.php:333
|
59 |
msgid ""
|
60 |
" (like Confirmation, Welcome, Admin emails), Cron Settings and Assign User "
|
61 |
"Roles"
|
62 |
msgstr ""
|
63 |
|
64 |
+
#: ../help/help.php:413
|
65 |
+
msgid "[GDPR] Email Subscribers"
|
66 |
msgstr ""
|
67 |
|
68 |
+
#: ../help/help.php:416 ../help/help.php:434
|
69 |
+
msgid "How to enable consent checkbox in the subscribe form?"
|
70 |
msgstr ""
|
71 |
|
72 |
+
#: ../help/help.php:419
|
73 |
+
msgid "What data Email Subscribers stores on your end?"
|
|
|
|
|
74 |
msgstr ""
|
75 |
|
76 |
+
#: ../help/help.php:431
|
77 |
+
msgid "[GDPR] Email Subscribers - Group Selector"
|
78 |
+
msgstr ""
|
79 |
+
|
80 |
+
#: ../help/help.php:437
|
81 |
+
msgid "What data Email Subscribers - Group Selector stores on your end?"
|
82 |
msgstr ""
|
83 |
|
84 |
#: ../sentmail/deliverreport-show.php:47 ../sentmail/sentmail-show.php:83
|
89 |
msgid " >> "
|
90 |
msgstr ""
|
91 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
92 |
#: ../subscribers/view-subscriber-import.php:100 ../subscribers/view-subscriber-
|
93 |
#: import.php:129
|
94 |
msgid " to view details."
|
95 |
msgstr ""
|
96 |
|
|
|
|
|
|
|
|
|
|
|
97 |
#: ../classes/es-common.php:13
|
98 |
msgid "<span style=\"color:#006600;font-weight:bold;\">Confirmed</span>"
|
99 |
msgstr "<span style=\"color:#006600;font-weight:bold;\">Confermato</span>"
|
138 |
msgid "<span style=\"color:#993399;\">Immediately</span>"
|
139 |
msgstr "<span style=\"color:#993399;\">Immediatamente</span>"
|
140 |
|
141 |
+
#: ../classes/es-loadwidget.php:34 ../classes/es-register.php:1095 ..
|
142 |
#: subscribers/view-subscriber-show.php:289
|
143 |
msgid "Name"
|
144 |
msgstr "Nome"
|
145 |
|
146 |
+
#: ../classes/es-loadwidget.php:39 ../classes/es-register.php:1100
|
147 |
msgid "Email *"
|
148 |
msgstr "Email *"
|
149 |
|
150 |
+
#: ../classes/es-loadwidget.php:47 ../classes/es-register.php:1108 ../help/help.
|
151 |
+
#: php:202
|
152 |
msgid "Subscribe"
|
153 |
msgstr "Iscriviti"
|
154 |
|
155 |
#: ../classes/es-register.php:162 ../classes/es-register.php:163 ../classes/es-
|
156 |
+
#: register.php:838
|
157 |
msgid "Email Subscribers"
|
158 |
msgstr "Email Iscritti"
|
159 |
|
163 |
msgstr "Iscritti"
|
164 |
|
165 |
#: ../classes/es-register.php:168 ../classes/es-register.php:169 ../classes/es-
|
166 |
+
#: register.php:826 ../classes/es-register.php:827 ../classes/es-register.php:832
|
167 |
msgid "Templates"
|
168 |
msgstr "Modelli"
|
169 |
|
170 |
#: ../classes/es-register.php:171 ../classes/es-register.php:172 ../help/help.php:
|
171 |
+
#: 370 ../notification/notification-show.php:52
|
172 |
msgid "Post Notifications"
|
173 |
msgstr "Notifiche Post"
|
174 |
|
175 |
#: ../classes/es-register.php:174 ../classes/es-register.php:175 ../help/help.php:
|
176 |
+
#: 360 ../sendmail/sendmail.php:93 ../settings/settings-edit.php:324
|
177 |
msgid "Newsletters"
|
178 |
msgstr "Newsletter"
|
179 |
|
332 |
msgid "Successfully Subscribed."
|
333 |
msgstr "Iscritto con successo"
|
334 |
|
335 |
+
#: ../classes/es-register.php:260
|
336 |
+
msgctxt "widget-enhanced-select"
|
337 |
+
msgid ""
|
338 |
+
"Your subscription was successful! Kindly check your mailbox and confirm your "
|
339 |
+
"subscription. If you don't see the email within a few minutes, check the "
|
340 |
+
"spam/junk folder."
|
341 |
+
msgstr ""
|
342 |
+
"La tua iscrizione ha avuto successo! Si prega di controllare la tua casella "
|
343 |
+
"di posta e confermare l'abbonamento. Se non vedi l'email entro pochi minuti, "
|
344 |
+
"controlla la cartella spam / junk."
|
345 |
+
|
346 |
#: ../classes/es-register.php:261
|
347 |
msgctxt "widget-enhanced-select"
|
348 |
msgid "Email Address already exists!"
|
373 |
msgid "Successfully Subscribed."
|
374 |
msgstr "Iscritto con successo."
|
375 |
|
376 |
+
#: ../classes/es-register.php:274
|
377 |
+
msgctxt "widget-page-enhanced-select"
|
378 |
+
msgid ""
|
379 |
+
"Your subscription was successful! Kindly check your mailbox and confirm your "
|
380 |
+
"subscription. If you don't see the email within a few minutes, check the "
|
381 |
+
"spam/junk folder."
|
382 |
+
msgstr ""
|
383 |
+
"La tua iscrizione ha avuto successo! Si prega di controllare la tua casella "
|
384 |
+
"di posta e confermare l'abbonamento. Se non vedi l'email entro pochi minuti, "
|
385 |
+
"controlla la cartella spam / junk."
|
386 |
+
|
387 |
#: ../classes/es-register.php:275
|
388 |
msgctxt "widget-page-enhanced-select"
|
389 |
msgid "Email Address already exists!"
|
404 |
msgid "Please try after some time"
|
405 |
msgstr "Per favore riprova tra qualche minuto"
|
406 |
|
407 |
+
#: ../classes/es-register.php:738
|
408 |
+
msgid ""
|
409 |
+
"<b>Want readymade email templates?</b> Also want to <b>clean your "
|
410 |
+
"subscribers list?</b> Come check our Pro plan."
|
411 |
+
msgstr ""
|
412 |
+
"<b>Desideri dei modelli email pronti all'uso?</b> E vuoi inoltre "
|
413 |
+
"<b>mantenere pulita la tua lista degli iscritti ?</b> Guarda i nostri piani "
|
414 |
+
"Pro."
|
415 |
+
|
416 |
+
#: ../classes/es-register.php:739
|
417 |
+
msgid "Not interested."
|
418 |
+
msgstr "Non sono interessato."
|
419 |
+
|
420 |
+
#: ../classes/es-register.php:803
|
421 |
msgid ""
|
422 |
"If you like <strong>Email Subscribers</strong>, please consider leaving us a "
|
423 |
"<a target=\"_blank\" href=\"https://wordpress.org/support/plugin/email-"
|
429 |
"org/support/plugin/email-subscribers/reviews/?filter=5#new-post\">★"
|
430 |
"★★★★</a>. Molte grazie in anticipo da Icegram !"
|
431 |
|
432 |
+
#: ../classes/es-register.php:817
|
433 |
#, php-format
|
434 |
msgid "Email Subscribers version: <strong>%s</strong>"
|
435 |
msgstr "Email Subscribers versione: <strong>%s</strong>"
|
436 |
|
437 |
+
#: ../classes/es-register.php:828 ../classes/es-register.php:829
|
438 |
msgid "Add new Template"
|
439 |
msgstr "Aggiungi nuovo Modello"
|
440 |
|
441 |
+
#: ../classes/es-register.php:830
|
442 |
msgid "Edit Templates"
|
443 |
msgstr "Modifica Modello"
|
444 |
|
445 |
+
#: ../classes/es-register.php:831
|
446 |
msgid "New Templates"
|
447 |
msgstr "Nuovo Modello"
|
448 |
|
449 |
+
#: ../classes/es-register.php:833
|
450 |
msgid "View Templates"
|
451 |
msgstr "Visualizza Modelli"
|
452 |
|
453 |
+
#: ../classes/es-register.php:834
|
454 |
msgid "Search Templates"
|
455 |
msgstr "Ricerca Modelli"
|
456 |
|
457 |
+
#: ../classes/es-register.php:835
|
458 |
msgid "No Templates found"
|
459 |
msgstr "Nessun Modello trovato"
|
460 |
|
461 |
+
#: ../classes/es-register.php:836
|
462 |
msgid "No Templates found in Trash"
|
463 |
msgstr "Nessun Modello trovato nel Cestino"
|
464 |
|
465 |
+
#: ../classes/es-register.php:839
|
466 |
msgid "Thumbnail (For Visual Representation only)"
|
467 |
msgstr "Miniature (solo per rappresentazione visuale)"
|
468 |
|
469 |
+
#: ../classes/es-register.php:840
|
470 |
msgid "Set thumbnail"
|
471 |
msgstr "Configura minuature"
|
472 |
|
473 |
+
#: ../classes/es-register.php:877
|
474 |
msgid "Template Type"
|
475 |
msgstr "Tipo Modello"
|
476 |
|
477 |
+
#: ../classes/es-register.php:878 ../settings/settings-edit.php:123
|
478 |
msgid "Thumbnail"
|
479 |
msgstr "Miniatura"
|
480 |
|
481 |
+
#: ../classes/es-register.php:926 ../sentmail/sentmail-show.php:108 ..
|
482 |
#: sentmail/sentmail-show.php:121
|
483 |
msgid "Preview"
|
484 |
msgstr "Anteprima"
|
485 |
|
486 |
+
#: ../classes/es-register.php:943
|
487 |
msgid "Available Keyword for Post Notification: {{POSTTITLE}}"
|
488 |
msgstr "Parole Chiave disponibili per la Notifica dei Post: {{POSTTITLE}}"
|
489 |
|
490 |
+
#: ../classes/es-register.php:946
|
491 |
msgid "Select your Email Template Type"
|
492 |
msgstr "Seleziona il tipo di Modello Email"
|
493 |
|
494 |
+
#: ../classes/es-register.php:948
|
495 |
msgid "Newsletter"
|
496 |
msgstr "Newsletter"
|
497 |
|
498 |
+
#: ../classes/es-register.php:949
|
499 |
msgid "Post Notification"
|
500 |
msgstr "Notifica Post"
|
501 |
|
502 |
+
#: ../classes/es-register.php:996
|
503 |
msgid "Preview Template"
|
504 |
msgstr "Anteprima Modello"
|
505 |
|
506 |
+
#: ../classes/es-register.php:1010
|
507 |
#, php-format
|
508 |
msgid ""
|
509 |
"%s for Post Notification: {{NAME}}, {{EMAIL}}, {{DATE}}, {{POSTTITLE}}, "
|
514 |
"{{POSTLINK}}, {{POSTIMAGE}}, {{POSTDESC}}, {{POSTAUTHOR}}, {{POSTLINK-"
|
515 |
"WITHTITLE}}, {{POSTLINK-ONLY}}, {{POSTFULL}}"
|
516 |
|
517 |
+
#: ../classes/es-register.php:1010 ../classes/es-register.php:1011
|
518 |
msgid "Available Keywords"
|
519 |
msgstr "Parole Chiave disponibili"
|
520 |
|
521 |
+
#: ../classes/es-register.php:1011
|
522 |
+
#, php-format
|
523 |
+
msgid "<br/><br/>%s for Newsletter: {{NAME}}, {{EMAIL}}"
|
524 |
+
msgstr "<br/><br/>%s per la Newsletter: {{NAME}}, {{EMAIL}}"
|
525 |
+
|
526 |
+
#: ../classes/es-register.php:1148
|
527 |
msgid "Widget Title"
|
528 |
msgstr "Titolo del Widget"
|
529 |
|
530 |
+
#: ../classes/es-register.php:1152
|
531 |
msgid "Short description about subscription form"
|
532 |
msgstr "Breve descrizione per il modulo di iscrizione"
|
533 |
|
534 |
+
#: ../classes/es-register.php:1156
|
535 |
msgid "Display Name Field"
|
536 |
msgstr "Campo Visualizza Nome"
|
537 |
|
538 |
+
#: ../classes/es-register.php:1158 ../settings/settings-edit.php:142 ..
|
539 |
#: settings/settings-edit.php:217 ../subscribers/view-subscriber-sync.php:107
|
540 |
msgid "YES"
|
541 |
msgstr "SI"
|
542 |
|
543 |
+
#: ../classes/es-register.php:1159 ../settings/settings-edit.php:143 ..
|
544 |
#: settings/settings-edit.php:218 ../subscribers/view-subscriber-sync.php:106
|
545 |
msgid "NO"
|
546 |
msgstr "NO"
|
547 |
|
548 |
+
#: ../classes/es-register.php:1163
|
549 |
msgid "Subscriber Group"
|
550 |
msgstr "Gruppo Iscritti"
|
551 |
|
552 |
+
#: ../export/export-email-address.php:50 ../export/export-email-address.php:54
|
553 |
+
msgid "Unexpected url submit has been detected!"
|
554 |
+
msgstr "E' stato rilevato l'invio di un url non consentito !"
|
555 |
+
|
556 |
+
#: ../help/help.php:190
|
557 |
msgid "Welcome to Email Subscribers!"
|
558 |
msgstr "Benvenuto su Email Subscribers !"
|
559 |
|
560 |
#: ../help/help.php:191
|
561 |
+
msgid "Thanks for installing and we hope you will enjoy using this plugin."
|
562 |
+
msgstr ""
|
563 |
+
"Grazie per l'installazione e speriamo che ti piacevole utilizzare questo "
|
564 |
+
"plugin.\n"
|
565 |
|
566 |
+
#: ../help/help.php:192
|
567 |
+
msgid ""
|
568 |
+
"By default, subscribers subscribed via Email Subscribers, will receive email "
|
569 |
+
"updates when you post a new blog. You can turn these updates off like this:"
|
570 |
+
msgstr ""
|
571 |
+
"Per impostazione predefinita, gli iscritti abbonati tramite Email "
|
572 |
+
"Subscribers riceveranno aggiornamenti via email quando pubblichi un nuovo "
|
573 |
+
"blog. Puoi disattivare questi aggiornamenti in questo modo:"
|
574 |
+
|
575 |
+
#: ../help/help.php:193
|
576 |
+
msgid ""
|
577 |
+
"Email Subscribers -> Post Notification -> Edit -> Select Notification Status "
|
578 |
+
"when a new post is published -> Disable -> Save."
|
579 |
+
msgstr ""
|
580 |
+
"Email Iscritti -> Notifiche Post -> Modifica -> Seleziona lo stato della "
|
581 |
+
"notifica quando viene pubblicato un nuovo articolo -> Disattiva notifica "
|
582 |
+
"email -> Salva."
|
583 |
+
|
584 |
+
#: ../help/help.php:214
|
585 |
#, php-format
|
586 |
msgid "Version: %s"
|
587 |
msgstr "Versione: %s"
|
588 |
|
589 |
+
#: ../help/help.php:217
|
590 |
msgid "Questions? Need Help?"
|
591 |
msgstr "Domande ? Hai bisogno di aiuto ?"
|
592 |
|
593 |
+
#: ../help/help.php:218
|
594 |
msgid "Contact Us"
|
595 |
msgstr "Contattaci"
|
596 |
|
597 |
+
#: ../help/help.php:223
|
598 |
+
#, php-format
|
599 |
+
msgid ""
|
600 |
+
"<b>Like Email Subscribers?</b> If yes, then consider %s to support further "
|
601 |
+
"developments."
|
602 |
+
msgstr ""
|
603 |
+
"<b>Ti piace Email Subscribers?</b> Se s', considera di %s darciun supporto "
|
604 |
+
"per i futuri aggiornamenti."
|
605 |
+
|
606 |
+
#: ../help/help.php:223
|
607 |
msgid "donating to us"
|
608 |
msgstr "fai una donazione"
|
609 |
|
610 |
+
#: ../help/help.php:258
|
611 |
msgid "Description"
|
612 |
msgstr "Descrizione"
|
613 |
|
614 |
+
#: ../help/help.php:260
|
615 |
msgid ""
|
616 |
"Email Subscribers is a complete newsletter plugin which lets you collect "
|
617 |
"leads, send automated new blog post notification emails, create & send "
|
621 |
"lead, inviare automaticamente notifiche per i nuovi post pubblicati, creare "
|
622 |
"e inviare newsletter e tutto in un solo posto."
|
623 |
|
624 |
+
#: ../help/help.php:262
|
625 |
msgid "Feature Overview"
|
626 |
msgstr "Panoramica delle funzionalità"
|
627 |
|
628 |
+
#: ../help/help.php:265
|
629 |
msgid ""
|
630 |
"Collect customer emails by adding a subscription box (Widget/Shortcode/PHP "
|
631 |
"Code)."
|
633 |
"Raccogli le email dei clienti aggiungendo un box di iscrizione "
|
634 |
"(Widget/Shortcode/Codice PHP)."
|
635 |
|
636 |
+
#: ../help/help.php:268
|
637 |
msgid "Configure double Opt-In and Single Opt-In facility for subscribers."
|
638 |
msgstr "Configura iscrizione tramite Doppio Opt-In o singolo Opt-In."
|
639 |
|
640 |
+
#: ../help/help.php:271
|
641 |
msgid "Send automatic welcome email to subscribers."
|
642 |
msgstr "Invia automaticamente una email di benventuo agli iscritti."
|
643 |
|
644 |
+
#: ../help/help.php:274
|
645 |
msgid ""
|
646 |
"Send new post notification emails to subscribers when new posts are "
|
647 |
"published on your website."
|
649 |
"Invia email di notifica quando viene pubblicato un nuovo articolo sul tuo "
|
650 |
"sito web."
|
651 |
|
652 |
+
#: ../help/help.php:277
|
653 |
msgid "Schedule email (Cron job) or send them manually."
|
654 |
msgstr "Programma le email (Cron job) o inviale manualmente."
|
655 |
|
656 |
+
#: ../help/help.php:280
|
657 |
msgid "Send email notification to admin when a new user signs up."
|
658 |
msgstr ""
|
659 |
"Invia una email di notifica all'Amministrazione quando si iscrive un nuovo "
|
660 |
"utente."
|
661 |
|
662 |
+
#: ../help/help.php:283
|
663 |
msgid "Automatically add Unsubscribe link in the email."
|
664 |
msgstr "Aggiungi automaticamente alle email il link di cancellazione."
|
665 |
|
666 |
+
#: ../help/help.php:286
|
667 |
msgid "Easily migrate subscribers from another app using Import & Export."
|
668 |
msgstr ""
|
669 |
"Sposta facilmente gli iscritti da un'altra applicazione utilizzando Importa "
|
670 |
"e Esporta."
|
671 |
|
672 |
+
#: ../help/help.php:289
|
673 |
msgid "Use HTML editor to create newsletters and post notifications."
|
674 |
msgstr ""
|
675 |
"Utilizza un editor HTML per creare newsletter e email di notifica "
|
676 |
"pubblicazione."
|
677 |
|
678 |
+
#: ../help/help.php:292
|
679 |
msgid "Send newsletters to different groups."
|
680 |
msgstr "Invia newsletter a gruppi diversi."
|
681 |
|
682 |
+
#: ../help/help.php:295
|
683 |
msgid "Get detailed sent email reports."
|
684 |
msgstr "Ricevi report dettagliati sulle email spedite."
|
685 |
|
686 |
+
#: ../help/help.php:298
|
687 |
msgid "Control user access (User Roles and Capabilities)."
|
688 |
msgstr "Controllo accesso utenti (Ruoli e Funzionalità degli Utenti)"
|
689 |
|
690 |
+
#: ../help/help.php:301
|
691 |
msgid "Supports localization and internationalization."
|
692 |
msgstr "Supporta localizzazione e internazionalizzazione."
|
693 |
|
694 |
+
#: ../help/help.php:308
|
695 |
msgid "Add Subscribe form"
|
696 |
msgstr "Aggiungi modulo di iscrizione"
|
697 |
|
698 |
+
#: ../help/help.php:310 ../help/help.php:321 ../help/help.php:324 ../help/help.
|
699 |
+
#: php:336 ../help/help.php:339 ../help/help.php:342 ../help/help.php:345 ..
|
700 |
+
#: help/help.php:348 ../help/help.php:351 ../help/help.php:363 ../help/help.php:
|
701 |
+
#: 366 ../help/help.php:373 ../help/help.php:376 ../help/help.php:379 ..
|
702 |
+
#: help/help.php:387 ../help/help.php:390 ../help/help.php:393 ../help/help.php:
|
703 |
+
#: 396 ../help/help.php:402 ../help/help.php:405 ../help/help.php:408 ..
|
704 |
+
#: help/help.php:416 ../help/help.php:419 ../help/help.php:434 ../help/help.php:
|
705 |
+
#: 437
|
706 |
#, php-format
|
707 |
msgid "%s"
|
708 |
msgstr "%s"
|
709 |
|
710 |
+
#: ../help/help.php:310
|
711 |
msgid "How to Add Subscription box to website?"
|
712 |
msgstr "Come aggiungere un box di iscrizione al sito web ?"
|
713 |
|
714 |
+
#: ../help/help.php:313
|
715 |
#, php-format
|
716 |
msgid ""
|
717 |
"Use any of the following 3 methods :<br>\n"
|
731 |
" c) Copia e incolla il codice php nel tuo template: "
|
732 |
"<strong>%s</strong>"
|
733 |
|
734 |
+
#: ../help/help.php:318
|
735 |
msgid "Additional form settings"
|
736 |
msgstr "Configurazioni addizionali del modulo"
|
737 |
|
738 |
+
#: ../help/help.php:321
|
739 |
msgid "How to Redirect Subscribers to a new page/url after successful sign up?"
|
740 |
msgstr ""
|
741 |
"Come redirezionare gli iscritti a una nuova pagina/url dopo la registrazione "
|
742 |
"?"
|
743 |
|
744 |
+
#: ../help/help.php:324
|
745 |
msgid "How to add captcha in Subscribe form of Email Subscribers?"
|
746 |
msgstr "Come aggiungere un captcha nel modulo di Iscrizione di Email Subscribers ?"
|
747 |
|
748 |
+
#: ../help/help.php:330
|
749 |
msgid "General Plugin Configuration"
|
750 |
msgstr "Configurazione generale del Plugin"
|
751 |
|
752 |
+
#: ../help/help.php:333
|
753 |
#, php-format
|
754 |
msgid "Modify %s"
|
755 |
msgstr "Modifica %s"
|
756 |
|
757 |
+
#: ../help/help.php:333
|
758 |
msgid "default text, email contents"
|
759 |
msgstr "testo standard, contenuto email"
|
760 |
|
761 |
+
#: ../help/help.php:336
|
762 |
+
msgid "How does Sync work?"
|
763 |
+
msgstr "Come lavora Sync ?"
|
764 |
+
|
765 |
+
#: ../help/help.php:339
|
766 |
msgid "How to Import or Export Email Addresses?"
|
767 |
msgstr "Come Importare o Esportare indirizzi Email ?"
|
768 |
|
769 |
+
#: ../help/help.php:342
|
770 |
msgid "How to Add/Update Existing Subscribers Group & Status?"
|
771 |
msgstr "Come Aggiungere/Modificare Gruppi esistenti di Iscritti e il loro Status ?"
|
772 |
|
773 |
+
#: ../help/help.php:345
|
774 |
msgid "How to change/update/translate any texts from the plugin?"
|
775 |
msgstr "Come modificare/tradurre una frase del plugin ?"
|
776 |
|
777 |
+
#: ../help/help.php:348
|
778 |
msgid "How to add Unsubscribe link in emails?"
|
779 |
msgstr "Come aggiungere il link di cancellazione nelle email ?"
|
780 |
|
781 |
+
#: ../help/help.php:351
|
782 |
msgid "How to check sent emails?"
|
783 |
msgstr "Come controllare le email spedite ?"
|
784 |
|
785 |
+
#: ../help/help.php:363
|
786 |
msgid "Create and Send Newsletter Emails"
|
787 |
msgstr "Creare e inviare una Newsletter"
|
788 |
|
789 |
+
#: ../help/help.php:366
|
790 |
msgid "Keywords in the Newsletters"
|
791 |
msgstr "Parole chiave nella Newsletter"
|
792 |
|
793 |
+
#: ../help/help.php:373
|
794 |
msgid "Create and Send Post Notification Emails when new posts are published"
|
795 |
msgstr ""
|
796 |
"Creare e inviare una notifica di post quando viene pubblicato un nuovo "
|
797 |
"articolo"
|
798 |
|
799 |
+
#: ../help/help.php:376
|
800 |
msgid "Keywords in the Post Notifications"
|
801 |
msgstr "Parole chiave nella notifica post"
|
802 |
|
803 |
+
#: ../help/help.php:379
|
804 |
msgid "Send a test post notification email to myself/testgroup"
|
805 |
msgstr "Inviare una notifica post di test a me/gurppo di test"
|
806 |
|
807 |
+
#: ../help/help.php:384
|
808 |
msgid "Cron Job Setup"
|
809 |
msgstr "Configurazione Cron Job"
|
810 |
|
811 |
+
#: ../help/help.php:387
|
812 |
msgid "What is Cron and how to Schedule Cron Emails?"
|
813 |
msgstr "Che cos'è Cron e come programmare un Cron per le email ?"
|
814 |
|
815 |
+
#: ../help/help.php:390
|
816 |
msgid "Schedule Cron Emails in cPanel"
|
817 |
msgstr "Configurare un Cron per le email in cPanel"
|
818 |
|
819 |
+
#: ../help/help.php:393
|
820 |
msgid "Schedule Cron Emails in Parallels Plesk"
|
821 |
msgstr "Configurare un Cron per le email in Parallels Plesk"
|
822 |
|
823 |
+
#: ../help/help.php:396
|
824 |
msgid "Hosting doesn’t support Cron Jobs?"
|
825 |
msgstr "Il tuo Hosting non supporta i Cron Jobs ?"
|
826 |
|
827 |
+
#: ../help/help.php:399
|
828 |
msgid "Troubleshooting Steps"
|
829 |
msgstr "Risoluzione dei problemi"
|
830 |
|
831 |
+
#: ../help/help.php:402
|
832 |
msgid "Subscribers are not receiving Emails?"
|
833 |
msgstr "Gli iscritti non ricevono le email ?"
|
834 |
|
835 |
+
#: ../help/help.php:405
|
836 |
msgid "CSS Help"
|
837 |
msgstr "Aiuto per i CSS"
|
838 |
|
839 |
+
#: ../help/help.php:408
|
840 |
msgid "FAQ's"
|
841 |
msgstr "FAQ"
|
842 |
|
843 |
+
#: ../help/help.php:446
|
844 |
msgid "Want to do more? Here's how.."
|
845 |
msgstr "Desideri di più? Ecco come..."
|
846 |
|
847 |
+
#: ../help/help.php:449
|
848 |
msgid "Allow Subscribers to get subscribed to any group"
|
849 |
msgstr "Permetti agli iscritti di iscriversi a qualsiasi gruppo"
|
850 |
|
851 |
+
#: ../help/help.php:454
|
852 |
+
msgid "Using our <b>free</b> "
|
853 |
+
msgstr "Utilizza il nostro <b>gratuito</b>"
|
854 |
+
|
855 |
+
#: ../help/help.php:455
|
856 |
msgid "Group Selector"
|
857 |
msgstr "Selettore di Gruppo"
|
858 |
|
859 |
+
#: ../help/help.php:456
|
860 |
msgid ""
|
861 |
"plugin, you can extend Email Subscribers Form functionality by providing an "
|
862 |
"grouping option right next to the form."
|
864 |
"plugin, puoi estendere le funzionalità del modulo di iscrizione fornedno "
|
865 |
"delle opzioni aggiuntive nel modulo."
|
866 |
|
867 |
+
#: ../help/help.php:459
|
868 |
msgid "The user can then subscribe to whichever group most appeals to them."
|
869 |
msgstr "L'utente può così iscriversi a qualsiasi gruppo sia interessato."
|
870 |
|
871 |
+
#: ../help/help.php:462
|
872 |
msgid "For example: Subscribe either to Updates or to Offers."
|
873 |
msgstr "Per esempio: iscriversi a Aggiornamenti e a Offerte."
|
874 |
|
875 |
+
#: ../help/help.php:466
|
876 |
msgid "Show your subscribe form inside attractive popups"
|
877 |
msgstr "Visualizza il tuo modulo di iscrizione tramite popup attrattivi"
|
878 |
|
879 |
+
#: ../help/help.php:471
|
880 |
msgid ""
|
881 |
"Don't limit your subscriber form to a widget. Embed it within popups, hello "
|
882 |
"bars, slide-ins, sidebars, full screen popups etc."
|
884 |
"Non limitare l'iscrizione a un modulo. Includilo in popup, barre di "
|
885 |
"benventuo, popup a schermo intero, eccetera."
|
886 |
|
887 |
+
#: ../help/help.php:474
|
888 |
+
msgid ""
|
889 |
+
"Using Email Subscribers you can achieve this easily with our <b>free</b> "
|
890 |
+
"plugin "
|
891 |
+
msgstr ""
|
892 |
+
"Utilizzando Email Subscribers tu puoi farlo facilmente con il nostro plugin "
|
893 |
+
"<b>gratuito</b>"
|
894 |
+
|
895 |
#. Author of the plugin/theme
|
896 |
+
#: ../help/help.php:475
|
897 |
msgid "Icegram"
|
898 |
msgstr "Icegram"
|
899 |
|
900 |
+
#: ../help/help.php:478
|
901 |
msgid ""
|
902 |
"Icegram's beautiful designs instantly capture user attention and help "
|
903 |
"increase sign-ups to your WordPress website."
|
905 |
"L'ottimo design cattura immediatamente l'attenzione e aiuta a incrementare "
|
906 |
"il tasso di iscrizione al tuo sito WordPress."
|
907 |
|
908 |
+
#: ../help/help.php:481 ../help/help.php:501
|
909 |
#, php-format
|
910 |
msgid "How to %s"
|
911 |
msgstr "Come fare per %s"
|
912 |
|
913 |
+
#: ../help/help.php:481
|
914 |
msgid "show subscribe form inside a popup"
|
915 |
msgstr "visualizzare il modulo di iscrizione in un pop up"
|
916 |
|
917 |
+
#: ../help/help.php:485
|
918 |
msgid "Get beautiful and elegant form styles"
|
919 |
msgstr "usare belli ed eleganti stili nel modulo"
|
920 |
|
921 |
+
#: ../help/help.php:491
|
922 |
+
msgid "Email subscribers easily integrates with another <b>free</b> plugin "
|
923 |
+
msgstr "Email Subscribers si integra facilmente con un altro plugin <b>gratuito</b>"
|
924 |
+
|
925 |
+
#: ../help/help.php:492
|
926 |
msgid "Rainmaker"
|
927 |
msgstr "Rainmaker"
|
928 |
|
929 |
+
#: ../help/help.php:495
|
930 |
msgid ""
|
931 |
"Rainmaker extends the core features of Email Subscribers and provides "
|
932 |
"elegant form styles."
|
934 |
"Rainmaker estende le funzionalità di base di Email Subscribers e fornisce "
|
935 |
"eleganti stili per i moduli."
|
936 |
|
937 |
+
#: ../help/help.php:498
|
938 |
msgid ""
|
939 |
"These styles are well designed and beautify your subscription form making it "
|
940 |
"more appealing."
|
942 |
"Questi stili sono ben disegnati e permettono di dare ulteriore appeal ai "
|
943 |
"moduli di iscrizione."
|
944 |
|
945 |
+
#: ../help/help.php:501
|
946 |
msgid "add Rainmaker’s form in Email Subscribers"
|
947 |
msgstr "aggiungi modulo Rainmaker a Email Subscribers"
|
948 |
|
992 |
#: subscribers/view-subscriber-add.php:118 ../subscribers/view-subscriber-edit.
|
993 |
#: php:113 ../subscribers/view-subscriber-export.php:51 ../subscribers/view-
|
994 |
#: subscriber-import.php:149 ../subscribers/view-subscriber-show.php:247 ..
|
995 |
+
#: subscribers/view-subscriber-sync.php:92 ../templates/template-preview.php:33
|
996 |
msgid "Help"
|
997 |
msgstr "Aiuto"
|
998 |
|
1139 |
msgstr "Status notifica"
|
1140 |
|
1141 |
#: ../notification/notification-show.php:100 ../subscribers/view-subscriber-show.
|
1142 |
+
#: php:417 ../templates/template-preview.php:36
|
1143 |
msgid "Edit"
|
1144 |
msgstr "Modifica"
|
1145 |
|
1954 |
msgid "Update Subscriber's Group"
|
1955 |
msgstr "Aggiorna il Gruppo dell'Iscritto"
|
1956 |
|
1957 |
+
#: ../subscribers/view-subscriber-export.php:12
|
1958 |
+
msgid ""
|
1959 |
+
"Oops! Looks like you are not the site administrator.<br><br>Only the site "
|
1960 |
+
"administrator can export subscriber list."
|
1961 |
+
msgstr ""
|
1962 |
+
"Oops ! Sembra che tu non sia l'amministatore del sito.<br><br>Solo "
|
1963 |
+
"l'amministratore può esportare la lista degli iscritti."
|
1964 |
+
|
1965 |
+
#: ../subscribers/view-subscriber-export.php:14
|
1966 |
+
msgid "Go back to Subscribers dashboard"
|
1967 |
+
msgstr "Torna alla Bacheca degli Iscritti"
|
1968 |
+
|
1969 |
#: ../subscribers/view-subscriber-export.php:47
|
1970 |
msgid "Export Email Addresses"
|
1971 |
msgstr "Esporta indirizzi email"
|
2092 |
msgid "To send confirmation email, please change the Opt-in option to Double Opt In."
|
2093 |
msgstr "Per inviare l'email di conferma, cambiare l'opzione Op-In in Doppio Opt-In."
|
2094 |
|
2095 |
+
#: ../subscribers/view-subscriber-show.php:75 ../subscribers/view-subscriber-show.
|
2096 |
+
#: php:134
|
2097 |
+
msgid "Confirmation emails resent successfully."
|
2098 |
+
msgstr "Email di conferma reinviata con successo."
|
2099 |
+
|
2100 |
#: ../subscribers/view-subscriber-show.php:100 ../subscribers/view-subscriber-
|
2101 |
#: show.php:139 ../subscribers/view-subscriber-show.php:178 ../subscribers/view-
|
2102 |
#: subscriber-show.php:217
|
2229 |
msgid "Select group to add newly registered users to"
|
2230 |
msgstr "Seleziona il gruppo dove aggiungere le nuove iscrizioni"
|
2231 |
|
2232 |
+
#: ../templates/template-preview.php:32
|
2233 |
msgid "Template Preview"
|
2234 |
msgstr "Anteprima Modello"
|
2235 |
|
2236 |
+
#: ../templates/template-preview.php:40
|
2237 |
msgid "This is how your email may look."
|
2238 |
msgstr "Questa è la visualizzazione della tua email."
|
2239 |
|
2240 |
+
#: ../templates/template-preview.php:42
|
2241 |
msgid ""
|
2242 |
"<br><br>This Post Notification preview has replaced keywords from your last "
|
2243 |
"published blog post."
|
2244 |
msgstr "<br><br>Questa anteprima di notifica post ha parole chiave sostituite."
|
2245 |
|
2246 |
+
#: ../templates/template-preview.php:44
|
2247 |
msgid ""
|
2248 |
"<br><br>Note: Different email services (like gmail, yahoo etc) display email "
|
2249 |
"content differently. So there could be a slight variation on how your "
|
languages/email-subscribers-lt_LT.mo
CHANGED
Binary file
|
languages/email-subscribers-lt_LT.po
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
-
"Project-Id-Version: Email Subscribers & Newsletters 3.
|
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: admin <mansi.shah@appsmagnet.com>\n"
|
8 |
"Language-Team: Icegram <hello@icegram.com>Language:\n"
|
9 |
"Language: Lithuanian\n"
|
@@ -26,7 +26,7 @@ msgstr ""
|
|
26 |
"X-Loco-Parser: loco_parse_po"
|
27 |
|
28 |
#: ../classes/es-register.php:168 ../classes/es-register.php:169 ../classes/es-
|
29 |
-
#: register.php:
|
30 |
msgid "Templates"
|
31 |
msgstr ""
|
32 |
|
@@ -62,78 +62,92 @@ msgid ""
|
|
62 |
"spam/junk folder."
|
63 |
msgstr ""
|
64 |
|
65 |
-
#: ../classes/es-register.php:
|
66 |
msgid ""
|
67 |
"<b>Want readymade email templates?</b> Also want to <b>clean your "
|
68 |
"subscribers list?</b> Come check our Pro plan."
|
69 |
msgstr ""
|
70 |
|
71 |
-
#: ../classes/es-register.php:
|
72 |
-
msgid "Check Pro plan
|
73 |
msgstr ""
|
74 |
|
75 |
-
#: ../classes/es-register.php:
|
76 |
msgid "Not interested."
|
77 |
msgstr ""
|
78 |
|
79 |
-
#: ../classes/es-register.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
80 |
#, php-format
|
81 |
msgid "Email Subscribers version: <strong>%s</strong>"
|
82 |
msgstr ""
|
83 |
|
84 |
-
#: ../classes/es-register.php:
|
85 |
msgid "Add new Template"
|
86 |
msgstr ""
|
87 |
|
88 |
-
#: ../classes/es-register.php:
|
89 |
msgid "Edit Templates"
|
90 |
msgstr ""
|
91 |
|
92 |
-
#: ../classes/es-register.php:
|
93 |
msgid "New Templates"
|
94 |
msgstr ""
|
95 |
|
96 |
-
#: ../classes/es-register.php:
|
97 |
msgid "View Templates"
|
98 |
msgstr ""
|
99 |
|
100 |
-
#: ../classes/es-register.php:
|
101 |
msgid "Search Templates"
|
102 |
msgstr ""
|
103 |
|
104 |
-
#: ../classes/es-register.php:
|
105 |
msgid "No Templates found"
|
106 |
msgstr ""
|
107 |
|
108 |
-
#: ../classes/es-register.php:
|
109 |
msgid "No Templates found in Trash"
|
110 |
msgstr ""
|
111 |
|
112 |
-
#: ../classes/es-register.php:
|
113 |
msgid "Thumbnail (For Visual Representation only)"
|
114 |
msgstr ""
|
115 |
|
116 |
-
#: ../classes/es-register.php:
|
117 |
msgid "Set thumbnail"
|
118 |
msgstr ""
|
119 |
|
120 |
-
#: ../classes/es-register.php:
|
121 |
msgid "Template Type"
|
122 |
msgstr ""
|
123 |
|
124 |
-
#: ../classes/es-register.php:
|
125 |
msgid "Available Keyword for Post Notification: {{POSTTITLE}}"
|
126 |
msgstr ""
|
127 |
|
128 |
-
#: ../classes/es-register.php:
|
129 |
msgid "Select your Email Template Type"
|
130 |
msgstr ""
|
131 |
|
132 |
-
#: ../classes/es-register.php:
|
133 |
msgid "Preview Template"
|
134 |
msgstr ""
|
135 |
|
136 |
-
#: ../classes/es-register.php:
|
137 |
#, php-format
|
138 |
msgid ""
|
139 |
"%s for Post Notification: {{NAME}}, {{EMAIL}}, {{DATE}}, {{POSTTITLE}}, "
|
@@ -141,7 +155,7 @@ msgid ""
|
|
141 |
"WITHTITLE}}, {{POSTLINK-ONLY}}, {{POSTFULL}}"
|
142 |
msgstr ""
|
143 |
|
144 |
-
#: ../classes/es-register.php:
|
145 |
#, php-format
|
146 |
msgid "<br/><br/>%s for Newsletter: {{NAME}}, {{EMAIL}}"
|
147 |
msgstr ""
|
@@ -150,122 +164,133 @@ msgstr ""
|
|
150 |
msgid "Unexpected url submit has been detected!"
|
151 |
msgstr ""
|
152 |
|
153 |
-
#: ../help/help.php:
|
154 |
msgid "Thanks for installing and we hope you will enjoy using this plugin."
|
155 |
msgstr ""
|
156 |
|
157 |
-
#: ../help/help.php:
|
158 |
msgid ""
|
159 |
"By default, subscribers subscribed via Email Subscribers, will receive email "
|
160 |
"updates when you post a new blog. You can turn these updates off like this:"
|
161 |
msgstr ""
|
162 |
|
163 |
-
#: ../help/help.php:
|
164 |
msgid ""
|
165 |
"Email Subscribers -> Post Notification -> Edit -> Select Notification Status "
|
166 |
"when a new post is published -> Disable -> Save."
|
167 |
msgstr ""
|
168 |
|
169 |
-
#: ../help/help.php:
|
170 |
-
msgid "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
171 |
msgstr ""
|
172 |
|
173 |
#: ../help/help.php:205
|
|
|
|
|
|
|
|
|
174 |
#, php-format
|
175 |
msgid "Version: %s"
|
176 |
msgstr ""
|
177 |
|
178 |
-
#: ../help/help.php:
|
179 |
msgid "Questions? Need Help?"
|
180 |
msgstr ""
|
181 |
|
182 |
-
#: ../help/help.php:
|
183 |
msgid "Contact Us"
|
184 |
msgstr ""
|
185 |
|
186 |
-
#: ../help/help.php:
|
187 |
#, php-format
|
188 |
msgid ""
|
189 |
"<b>Like Email Subscribers?</b> If yes, then consider %s to support further "
|
190 |
"developments."
|
191 |
msgstr ""
|
192 |
|
193 |
-
#: ../help/help.php:
|
194 |
msgid "Description"
|
195 |
msgstr ""
|
196 |
|
197 |
-
#: ../help/help.php:
|
198 |
msgid ""
|
199 |
"Email Subscribers is a complete newsletter plugin which lets you collect "
|
200 |
"leads, send automated new blog post notification emails, create & send "
|
201 |
"newsletters and manage all this in one single place."
|
202 |
msgstr ""
|
203 |
|
204 |
-
#: ../help/help.php:
|
205 |
msgid "Feature Overview"
|
206 |
msgstr ""
|
207 |
|
208 |
-
#: ../help/help.php:
|
209 |
msgid ""
|
210 |
"Collect customer emails by adding a subscription box (Widget/Shortcode/PHP "
|
211 |
"Code)."
|
212 |
msgstr ""
|
213 |
|
214 |
-
#: ../help/help.php:
|
215 |
msgid "Configure double Opt-In and Single Opt-In facility for subscribers."
|
216 |
msgstr ""
|
217 |
|
218 |
-
#: ../help/help.php:
|
219 |
msgid "Send automatic welcome email to subscribers."
|
220 |
msgstr ""
|
221 |
|
222 |
-
#: ../help/help.php:
|
223 |
msgid ""
|
224 |
"Send new post notification emails to subscribers when new posts are "
|
225 |
"published on your website."
|
226 |
msgstr ""
|
227 |
|
228 |
-
#: ../help/help.php:
|
229 |
msgid "Schedule email (Cron job) or send them manually."
|
230 |
msgstr ""
|
231 |
|
232 |
-
#: ../help/help.php:
|
233 |
msgid "Send email notification to admin when a new user signs up."
|
234 |
msgstr ""
|
235 |
|
236 |
-
#: ../help/help.php:
|
237 |
msgid "Automatically add Unsubscribe link in the email."
|
238 |
msgstr ""
|
239 |
|
240 |
-
#: ../help/help.php:
|
241 |
msgid "Easily migrate subscribers from another app using Import & Export."
|
242 |
msgstr ""
|
243 |
|
244 |
-
#: ../help/help.php:
|
245 |
msgid "Use HTML editor to create newsletters and post notifications."
|
246 |
msgstr ""
|
247 |
|
248 |
-
#: ../help/help.php:
|
249 |
msgid "Send newsletters to different groups."
|
250 |
msgstr ""
|
251 |
|
252 |
-
#: ../help/help.php:
|
253 |
msgid "Get detailed sent email reports."
|
254 |
msgstr ""
|
255 |
|
256 |
-
#: ../help/help.php:
|
257 |
msgid "Control user access (User Roles and Capabilities)."
|
258 |
msgstr ""
|
259 |
|
260 |
-
#: ../help/help.php:
|
261 |
msgid "Supports localization and internationalization."
|
262 |
msgstr ""
|
263 |
|
264 |
-
#: ../help/help.php:
|
265 |
msgid "Add Subscribe form"
|
266 |
msgstr ""
|
267 |
|
268 |
-
#: ../help/help.php:
|
269 |
#, php-format
|
270 |
msgid ""
|
271 |
"Use any of the following 3 methods :<br>\n"
|
@@ -277,175 +302,195 @@ msgid ""
|
|
277 |
"<strong>%s</strong>"
|
278 |
msgstr ""
|
279 |
|
280 |
-
#: ../help/help.php:
|
281 |
msgid "Additional form settings"
|
282 |
msgstr ""
|
283 |
|
284 |
-
#: ../help/help.php:
|
285 |
msgid "General Plugin Configuration"
|
286 |
msgstr ""
|
287 |
|
288 |
-
#: ../help/help.php:
|
289 |
#, php-format
|
290 |
msgid "Modify %s"
|
291 |
msgstr ""
|
292 |
|
293 |
-
#: ../help/help.php:
|
294 |
msgid "default text, email contents"
|
295 |
msgstr ""
|
296 |
|
297 |
-
#: ../help/help.php:
|
298 |
msgid ""
|
299 |
" (like Confirmation, Welcome, Admin emails), Cron Settings and Assign User "
|
300 |
"Roles"
|
301 |
msgstr ""
|
302 |
|
303 |
-
#: ../help/help.php:
|
304 |
msgid "How does Sync work?"
|
305 |
msgstr ""
|
306 |
|
307 |
-
#: ../help/help.php:
|
308 |
msgid "How to change/update/translate any texts from the plugin?"
|
309 |
msgstr ""
|
310 |
|
311 |
-
#: ../help/help.php:
|
312 |
msgid "How to check sent emails?"
|
313 |
msgstr ""
|
314 |
|
315 |
-
#: ../help/help.php:
|
316 |
msgid "Create and Send Newsletter Emails"
|
317 |
msgstr ""
|
318 |
|
319 |
-
#: ../help/help.php:
|
320 |
msgid "Keywords in the Newsletters"
|
321 |
msgstr ""
|
322 |
|
323 |
-
#: ../help/help.php:
|
324 |
msgid "Create and Send Post Notification Emails when new posts are published"
|
325 |
msgstr ""
|
326 |
|
327 |
-
#: ../help/help.php:
|
328 |
msgid "Keywords in the Post Notifications"
|
329 |
msgstr ""
|
330 |
|
331 |
-
#: ../help/help.php:
|
332 |
msgid "Send a test post notification email to myself/testgroup"
|
333 |
msgstr ""
|
334 |
|
335 |
-
#: ../help/help.php:
|
336 |
msgid "Cron Job Setup"
|
337 |
msgstr ""
|
338 |
|
339 |
-
#: ../help/help.php:
|
340 |
msgid "What is Cron and how to Schedule Cron Emails?"
|
341 |
msgstr ""
|
342 |
|
343 |
-
#: ../help/help.php:
|
344 |
msgid "Schedule Cron Emails in cPanel"
|
345 |
msgstr ""
|
346 |
|
347 |
-
#: ../help/help.php:
|
348 |
msgid "Schedule Cron Emails in Parallels Plesk"
|
349 |
msgstr ""
|
350 |
|
351 |
-
#: ../help/help.php:
|
352 |
msgid "Hosting doesn’t support Cron Jobs?"
|
353 |
msgstr ""
|
354 |
|
355 |
-
#: ../help/help.php:
|
356 |
msgid "Troubleshooting Steps"
|
357 |
msgstr ""
|
358 |
|
359 |
-
#: ../help/help.php:
|
360 |
msgid "FAQ's"
|
361 |
msgstr ""
|
362 |
|
363 |
-
#: ../help/help.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
364 |
msgid "Want to do more? Here's how.."
|
365 |
msgstr ""
|
366 |
|
367 |
-
#: ../help/help.php:
|
368 |
msgid "Allow Subscribers to get subscribed to any group"
|
369 |
msgstr ""
|
370 |
|
371 |
-
#: ../help/help.php:
|
372 |
msgid "Using our <b>free</b> "
|
373 |
msgstr ""
|
374 |
|
375 |
-
#: ../help/help.php:
|
376 |
msgid "Group Selector"
|
377 |
msgstr ""
|
378 |
|
379 |
-
#: ../help/help.php:
|
380 |
msgid ""
|
381 |
"plugin, you can extend Email Subscribers Form functionality by providing an "
|
382 |
"grouping option right next to the form."
|
383 |
msgstr ""
|
384 |
|
385 |
-
#: ../help/help.php:
|
386 |
msgid "The user can then subscribe to whichever group most appeals to them."
|
387 |
msgstr ""
|
388 |
|
389 |
-
#: ../help/help.php:
|
390 |
msgid "For example: Subscribe either to Updates or to Offers."
|
391 |
msgstr ""
|
392 |
|
393 |
-
#: ../help/help.php:
|
394 |
msgid "Show your subscribe form inside attractive popups"
|
395 |
msgstr ""
|
396 |
|
397 |
-
#: ../help/help.php:
|
398 |
msgid ""
|
399 |
"Don't limit your subscriber form to a widget. Embed it within popups, hello "
|
400 |
"bars, slide-ins, sidebars, full screen popups etc."
|
401 |
msgstr ""
|
402 |
|
403 |
-
#: ../help/help.php:
|
404 |
msgid ""
|
405 |
"Using Email Subscribers you can achieve this easily with our <b>free</b> "
|
406 |
"plugin "
|
407 |
msgstr ""
|
408 |
|
409 |
-
#: ../help/help.php:
|
410 |
msgid ""
|
411 |
"Icegram's beautiful designs instantly capture user attention and help "
|
412 |
"increase sign-ups to your WordPress website."
|
413 |
msgstr ""
|
414 |
|
415 |
-
#: ../help/help.php:
|
416 |
#, php-format
|
417 |
msgid "How to %s"
|
418 |
msgstr ""
|
419 |
|
420 |
-
#: ../help/help.php:
|
421 |
msgid "show subscribe form inside a popup"
|
422 |
msgstr ""
|
423 |
|
424 |
-
#: ../help/help.php:
|
425 |
msgid "Get beautiful and elegant form styles"
|
426 |
msgstr ""
|
427 |
|
428 |
-
#: ../help/help.php:
|
429 |
msgid "Email subscribers easily integrates with another <b>free</b> plugin "
|
430 |
msgstr ""
|
431 |
|
432 |
-
#: ../help/help.php:
|
433 |
msgid "Rainmaker"
|
434 |
msgstr ""
|
435 |
|
436 |
-
#: ../help/help.php:
|
437 |
msgid ""
|
438 |
"Rainmaker extends the core features of Email Subscribers and provides "
|
439 |
"elegant form styles."
|
440 |
msgstr ""
|
441 |
|
442 |
-
#: ../help/help.php:
|
443 |
msgid ""
|
444 |
"These styles are well designed and beautify your subscription form making it "
|
445 |
"more appealing."
|
446 |
msgstr ""
|
447 |
|
448 |
-
#: ../help/help.php:
|
449 |
msgid "add Rainmaker’s form in Email Subscribers"
|
450 |
msgstr ""
|
451 |
|
@@ -696,21 +741,21 @@ msgstr ""
|
|
696 |
msgid "Total Subscribers: "
|
697 |
msgstr ""
|
698 |
|
699 |
-
#: ../templates/template-preview.php:
|
700 |
msgid "Template Preview"
|
701 |
msgstr ""
|
702 |
|
703 |
-
#: ../templates/template-preview.php:
|
704 |
msgid "This is how your email may look."
|
705 |
msgstr ""
|
706 |
|
707 |
-
#: ../templates/template-preview.php:
|
708 |
msgid ""
|
709 |
"<br><br>This Post Notification preview has replaced keywords from your last "
|
710 |
"published blog post."
|
711 |
msgstr ""
|
712 |
|
713 |
-
#: ../templates/template-preview.php:
|
714 |
msgid ""
|
715 |
"<br><br>Note: Different email services (like gmail, yahoo etc) display email "
|
716 |
"content differently. So there could be a slight variation on how your "
|
@@ -772,23 +817,23 @@ msgstr ""
|
|
772 |
msgid "<span style=\"color:#993399;\">Immediately</span>"
|
773 |
msgstr "<span style=\"color:#993399;\">Nedelsiant</span>"
|
774 |
|
775 |
-
#: ../classes/es-loadwidget.php:
|
776 |
#: subscribers/view-subscriber-show.php:289
|
777 |
msgid "Name"
|
778 |
msgstr "Vardas"
|
779 |
|
780 |
-
#: ../classes/es-loadwidget.php:
|
781 |
msgid "Email *"
|
782 |
msgstr "El. paštas *"
|
783 |
|
784 |
-
#: ../classes/es-loadwidget.php:
|
785 |
-
#: php:
|
786 |
msgid "Subscribe"
|
787 |
msgstr "Prenumeruoti"
|
788 |
|
789 |
#. Name of the plugin
|
790 |
#: ../classes/es-register.php:162 ../classes/es-register.php:163 ../classes/es-
|
791 |
-
#: register.php:
|
792 |
msgid "Email Subscribers"
|
793 |
msgstr "Email Subscribers"
|
794 |
|
@@ -798,12 +843,12 @@ msgid "Subscribers"
|
|
798 |
msgstr "Prenumeratoriai"
|
799 |
|
800 |
#: ../classes/es-register.php:171 ../classes/es-register.php:172 ../help/help.php:
|
801 |
-
#:
|
802 |
msgid "Post Notifications"
|
803 |
msgstr "Pranešimai apie įrašus"
|
804 |
|
805 |
#: ../classes/es-register.php:174 ../classes/es-register.php:175 ../help/help.php:
|
806 |
-
#:
|
807 |
msgid "Newsletters"
|
808 |
msgstr "Naujienlaiškio siuntimas"
|
809 |
|
@@ -994,7 +1039,7 @@ msgctxt "widget-page-enhanced-select"
|
|
994 |
msgid "Please try after some time"
|
995 |
msgstr "Bandykite vėliau"
|
996 |
|
997 |
-
#: ../classes/es-register.php:
|
998 |
msgid ""
|
999 |
"If you like <strong>Email Subscribers</strong>, please consider leaving us a "
|
1000 |
"<a target=\"_blank\" href=\"https://wordpress.org/support/plugin/email-"
|
@@ -1006,105 +1051,107 @@ msgstr ""
|
|
1006 |
"subscribers/reviews/?filter=5#new-post\">★★★★★"
|
1007 |
"</a> reitingu. Icegram dėkoja iš anksto!"
|
1008 |
|
1009 |
-
#: ../classes/es-register.php:
|
1010 |
msgid "Thumbnail"
|
1011 |
msgstr "Miniatiūra"
|
1012 |
|
1013 |
-
#: ../classes/es-register.php:
|
1014 |
#: sentmail/sentmail-show.php:121
|
1015 |
msgid "Preview"
|
1016 |
msgstr "Peržiūra"
|
1017 |
|
1018 |
-
#: ../classes/es-register.php:
|
1019 |
msgid "Newsletter"
|
1020 |
msgstr "Naujienlaiškis"
|
1021 |
|
1022 |
-
#: ../classes/es-register.php:
|
1023 |
msgid "Post Notification"
|
1024 |
msgstr "Pranešimas apie įrašą"
|
1025 |
|
1026 |
-
#: ../classes/es-register.php:
|
1027 |
msgid "Available Keywords"
|
1028 |
msgstr "Galimi raktažodžiai"
|
1029 |
|
1030 |
-
#: ../classes/es-register.php:
|
1031 |
msgid "Widget Title"
|
1032 |
msgstr "Valdiklio pavadinimas"
|
1033 |
|
1034 |
-
#: ../classes/es-register.php:
|
1035 |
msgid "Short description about subscription form"
|
1036 |
msgstr "Trumpas prenumeratos formos aprašymas"
|
1037 |
|
1038 |
-
#: ../classes/es-register.php:
|
1039 |
msgid "Display Name Field"
|
1040 |
msgstr "Rodyti vardo lauką"
|
1041 |
|
1042 |
-
#: ../classes/es-register.php:
|
1043 |
#: settings/settings-edit.php:217 ../subscribers/view-subscriber-sync.php:107
|
1044 |
msgid "YES"
|
1045 |
msgstr "Taip"
|
1046 |
|
1047 |
-
#: ../classes/es-register.php:
|
1048 |
#: settings/settings-edit.php:218 ../subscribers/view-subscriber-sync.php:106
|
1049 |
msgid "NO"
|
1050 |
msgstr "Ne"
|
1051 |
|
1052 |
-
#: ../classes/es-register.php:
|
1053 |
msgid "Subscriber Group"
|
1054 |
msgstr "Prenumeratoriaus grupė"
|
1055 |
|
1056 |
-
#: ../help/help.php:
|
1057 |
msgid "Welcome to Email Subscribers!"
|
1058 |
msgstr "Sveiki prisijungę prie El. pašto prenumeratorių!"
|
1059 |
|
1060 |
-
#: ../help/help.php:
|
1061 |
msgid "donating to us"
|
1062 |
msgstr "dovanojant mums"
|
1063 |
|
1064 |
-
#: ../help/help.php:
|
1065 |
-
#: php:
|
1066 |
-
#: help/help.php:
|
1067 |
-
#:
|
1068 |
-
#: help/help.php:
|
1069 |
-
#:
|
|
|
|
|
1070 |
#, php-format
|
1071 |
msgid "%s"
|
1072 |
msgstr "%s"
|
1073 |
|
1074 |
-
#: ../help/help.php:
|
1075 |
msgid "How to Add Subscription box to website?"
|
1076 |
msgstr "Kaip pridėti prenumeratos formą svetainėje?"
|
1077 |
|
1078 |
-
#: ../help/help.php:
|
1079 |
msgid "How to Redirect Subscribers to a new page/url after successful sign up?"
|
1080 |
msgstr "Kaip nukreipti prenumeratorius į naują puslapį po sėkmingos registracijos?"
|
1081 |
|
1082 |
-
#: ../help/help.php:
|
1083 |
msgid "How to add captcha in Subscribe form of Email Subscribers?"
|
1084 |
msgstr "Kaip pridėti captcha Email Subscribers prenumeratos formoje?"
|
1085 |
|
1086 |
-
#: ../help/help.php:
|
1087 |
msgid "How to Import or Export Email Addresses?"
|
1088 |
msgstr "Kaip importuoti ar eksportuoti el. pašto adresus?"
|
1089 |
|
1090 |
-
#: ../help/help.php:
|
1091 |
msgid "How to Add/Update Existing Subscribers Group & Status?"
|
1092 |
msgstr "Kaip pridėti ar atnaujinti esamų prenumeratorių grupę bei statusą?"
|
1093 |
|
1094 |
-
#: ../help/help.php:
|
1095 |
msgid "How to add Unsubscribe link in emails?"
|
1096 |
msgstr "Kaip pridėti prenumeratos atsisakymo nuorodą laiškuose?"
|
1097 |
|
1098 |
-
#: ../help/help.php:
|
1099 |
msgid "Subscribers are not receiving Emails?"
|
1100 |
msgstr "Prenumeratoriai negauna laiškų?"
|
1101 |
|
1102 |
-
#: ../help/help.php:
|
1103 |
msgid "CSS Help"
|
1104 |
msgstr "CSS pagalba"
|
1105 |
|
1106 |
#. Author of the plugin
|
1107 |
-
#: ../help/help.php:
|
1108 |
msgid "Icegram"
|
1109 |
msgstr "Icegram"
|
1110 |
|
@@ -1148,7 +1195,7 @@ msgstr "Pridėti pranešimą"
|
|
1148 |
#: subscribers/view-subscriber-add.php:118 ../subscribers/view-subscriber-edit.
|
1149 |
#: php:113 ../subscribers/view-subscriber-export.php:51 ../subscribers/view-
|
1150 |
#: subscriber-import.php:149 ../subscribers/view-subscriber-show.php:247 ..
|
1151 |
-
#: subscribers/view-subscriber-sync.php:92 ../templates/template-preview.php:
|
1152 |
msgid "Help"
|
1153 |
msgstr "Pagalba"
|
1154 |
|
@@ -1292,7 +1339,7 @@ msgid "Notification Status"
|
|
1292 |
msgstr "Pranešimo statusas"
|
1293 |
|
1294 |
#: ../notification/notification-show.php:100 ../subscribers/view-subscriber-show.
|
1295 |
-
#: php:417 ../templates/template-preview.php:
|
1296 |
msgid "Edit"
|
1297 |
msgstr "Redaguoti"
|
1298 |
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
+
"Project-Id-Version: Email Subscribers & Newsletters 3.5.0\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
"POT-Creation-Date: 2017-07-26 12:00:36+00:00\n"
|
6 |
+
"PO-Revision-Date: Wed May 16 2018 16:04:47 GMT+0530 (IST)\n"
|
7 |
"Last-Translator: admin <mansi.shah@appsmagnet.com>\n"
|
8 |
"Language-Team: Icegram <hello@icegram.com>Language:\n"
|
9 |
"Language: Lithuanian\n"
|
26 |
"X-Loco-Parser: loco_parse_po"
|
27 |
|
28 |
#: ../classes/es-register.php:168 ../classes/es-register.php:169 ../classes/es-
|
29 |
+
#: register.php:826 ../classes/es-register.php:827 ../classes/es-register.php:832
|
30 |
msgid "Templates"
|
31 |
msgstr ""
|
32 |
|
62 |
"spam/junk folder."
|
63 |
msgstr ""
|
64 |
|
65 |
+
#: ../classes/es-register.php:738
|
66 |
msgid ""
|
67 |
"<b>Want readymade email templates?</b> Also want to <b>clean your "
|
68 |
"subscribers list?</b> Come check our Pro plan."
|
69 |
msgstr ""
|
70 |
|
71 |
+
#: ../classes/es-register.php:739
|
72 |
+
msgid "Check Pro plan"
|
73 |
msgstr ""
|
74 |
|
75 |
+
#: ../classes/es-register.php:739
|
76 |
msgid "Not interested."
|
77 |
msgstr ""
|
78 |
|
79 |
+
#: ../classes/es-register.php:777
|
80 |
+
msgid ""
|
81 |
+
"<b style=\"letter-spacing:0.4px;\">To honour GDPR, kindly enable the 'Consent "
|
82 |
+
"Checkbox' in the subscription form.</b>"
|
83 |
+
msgstr ""
|
84 |
+
|
85 |
+
#: ../classes/es-register.php:778
|
86 |
+
msgid "Steps to enable"
|
87 |
+
msgstr ""
|
88 |
+
|
89 |
+
#: ../classes/es-register.php:778
|
90 |
+
msgid "Ok, got it"
|
91 |
+
msgstr ""
|
92 |
+
|
93 |
+
#: ../classes/es-register.php:817
|
94 |
#, php-format
|
95 |
msgid "Email Subscribers version: <strong>%s</strong>"
|
96 |
msgstr ""
|
97 |
|
98 |
+
#: ../classes/es-register.php:828 ../classes/es-register.php:829
|
99 |
msgid "Add new Template"
|
100 |
msgstr ""
|
101 |
|
102 |
+
#: ../classes/es-register.php:830
|
103 |
msgid "Edit Templates"
|
104 |
msgstr ""
|
105 |
|
106 |
+
#: ../classes/es-register.php:831
|
107 |
msgid "New Templates"
|
108 |
msgstr ""
|
109 |
|
110 |
+
#: ../classes/es-register.php:833
|
111 |
msgid "View Templates"
|
112 |
msgstr ""
|
113 |
|
114 |
+
#: ../classes/es-register.php:834
|
115 |
msgid "Search Templates"
|
116 |
msgstr ""
|
117 |
|
118 |
+
#: ../classes/es-register.php:835
|
119 |
msgid "No Templates found"
|
120 |
msgstr ""
|
121 |
|
122 |
+
#: ../classes/es-register.php:836
|
123 |
msgid "No Templates found in Trash"
|
124 |
msgstr ""
|
125 |
|
126 |
+
#: ../classes/es-register.php:839
|
127 |
msgid "Thumbnail (For Visual Representation only)"
|
128 |
msgstr ""
|
129 |
|
130 |
+
#: ../classes/es-register.php:840
|
131 |
msgid "Set thumbnail"
|
132 |
msgstr ""
|
133 |
|
134 |
+
#: ../classes/es-register.php:877
|
135 |
msgid "Template Type"
|
136 |
msgstr ""
|
137 |
|
138 |
+
#: ../classes/es-register.php:943
|
139 |
msgid "Available Keyword for Post Notification: {{POSTTITLE}}"
|
140 |
msgstr ""
|
141 |
|
142 |
+
#: ../classes/es-register.php:946
|
143 |
msgid "Select your Email Template Type"
|
144 |
msgstr ""
|
145 |
|
146 |
+
#: ../classes/es-register.php:996
|
147 |
msgid "Preview Template"
|
148 |
msgstr ""
|
149 |
|
150 |
+
#: ../classes/es-register.php:1010
|
151 |
#, php-format
|
152 |
msgid ""
|
153 |
"%s for Post Notification: {{NAME}}, {{EMAIL}}, {{DATE}}, {{POSTTITLE}}, "
|
155 |
"WITHTITLE}}, {{POSTLINK-ONLY}}, {{POSTFULL}}"
|
156 |
msgstr ""
|
157 |
|
158 |
+
#: ../classes/es-register.php:1011
|
159 |
#, php-format
|
160 |
msgid "<br/><br/>%s for Newsletter: {{NAME}}, {{EMAIL}}"
|
161 |
msgstr ""
|
164 |
msgid "Unexpected url submit has been detected!"
|
165 |
msgstr ""
|
166 |
|
167 |
+
#: ../help/help.php:191
|
168 |
msgid "Thanks for installing and we hope you will enjoy using this plugin."
|
169 |
msgstr ""
|
170 |
|
171 |
+
#: ../help/help.php:192
|
172 |
msgid ""
|
173 |
"By default, subscribers subscribed via Email Subscribers, will receive email "
|
174 |
"updates when you post a new blog. You can turn these updates off like this:"
|
175 |
msgstr ""
|
176 |
|
177 |
+
#: ../help/help.php:193
|
178 |
msgid ""
|
179 |
"Email Subscribers -> Post Notification -> Edit -> Select Notification Status "
|
180 |
"when a new post is published -> Disable -> Save."
|
181 |
msgstr ""
|
182 |
|
183 |
+
#: ../help/help.php:197
|
184 |
+
msgid ""
|
185 |
+
"Stay in touch with us. We send out plugin help, tips, periodic updates and "
|
186 |
+
"even the occasional discounts."
|
187 |
+
msgstr ""
|
188 |
+
|
189 |
+
#: ../help/help.php:205
|
190 |
+
#, php-format
|
191 |
+
msgid "I have read and agreed to your %s."
|
192 |
msgstr ""
|
193 |
|
194 |
#: ../help/help.php:205
|
195 |
+
msgid "Privacy Policy"
|
196 |
+
msgstr ""
|
197 |
+
|
198 |
+
#: ../help/help.php:214
|
199 |
#, php-format
|
200 |
msgid "Version: %s"
|
201 |
msgstr ""
|
202 |
|
203 |
+
#: ../help/help.php:217
|
204 |
msgid "Questions? Need Help?"
|
205 |
msgstr ""
|
206 |
|
207 |
+
#: ../help/help.php:218
|
208 |
msgid "Contact Us"
|
209 |
msgstr ""
|
210 |
|
211 |
+
#: ../help/help.php:223
|
212 |
#, php-format
|
213 |
msgid ""
|
214 |
"<b>Like Email Subscribers?</b> If yes, then consider %s to support further "
|
215 |
"developments."
|
216 |
msgstr ""
|
217 |
|
218 |
+
#: ../help/help.php:258
|
219 |
msgid "Description"
|
220 |
msgstr ""
|
221 |
|
222 |
+
#: ../help/help.php:260
|
223 |
msgid ""
|
224 |
"Email Subscribers is a complete newsletter plugin which lets you collect "
|
225 |
"leads, send automated new blog post notification emails, create & send "
|
226 |
"newsletters and manage all this in one single place."
|
227 |
msgstr ""
|
228 |
|
229 |
+
#: ../help/help.php:262
|
230 |
msgid "Feature Overview"
|
231 |
msgstr ""
|
232 |
|
233 |
+
#: ../help/help.php:265
|
234 |
msgid ""
|
235 |
"Collect customer emails by adding a subscription box (Widget/Shortcode/PHP "
|
236 |
"Code)."
|
237 |
msgstr ""
|
238 |
|
239 |
+
#: ../help/help.php:268
|
240 |
msgid "Configure double Opt-In and Single Opt-In facility for subscribers."
|
241 |
msgstr ""
|
242 |
|
243 |
+
#: ../help/help.php:271
|
244 |
msgid "Send automatic welcome email to subscribers."
|
245 |
msgstr ""
|
246 |
|
247 |
+
#: ../help/help.php:274
|
248 |
msgid ""
|
249 |
"Send new post notification emails to subscribers when new posts are "
|
250 |
"published on your website."
|
251 |
msgstr ""
|
252 |
|
253 |
+
#: ../help/help.php:277
|
254 |
msgid "Schedule email (Cron job) or send them manually."
|
255 |
msgstr ""
|
256 |
|
257 |
+
#: ../help/help.php:280
|
258 |
msgid "Send email notification to admin when a new user signs up."
|
259 |
msgstr ""
|
260 |
|
261 |
+
#: ../help/help.php:283
|
262 |
msgid "Automatically add Unsubscribe link in the email."
|
263 |
msgstr ""
|
264 |
|
265 |
+
#: ../help/help.php:286
|
266 |
msgid "Easily migrate subscribers from another app using Import & Export."
|
267 |
msgstr ""
|
268 |
|
269 |
+
#: ../help/help.php:289
|
270 |
msgid "Use HTML editor to create newsletters and post notifications."
|
271 |
msgstr ""
|
272 |
|
273 |
+
#: ../help/help.php:292
|
274 |
msgid "Send newsletters to different groups."
|
275 |
msgstr ""
|
276 |
|
277 |
+
#: ../help/help.php:295
|
278 |
msgid "Get detailed sent email reports."
|
279 |
msgstr ""
|
280 |
|
281 |
+
#: ../help/help.php:298
|
282 |
msgid "Control user access (User Roles and Capabilities)."
|
283 |
msgstr ""
|
284 |
|
285 |
+
#: ../help/help.php:301
|
286 |
msgid "Supports localization and internationalization."
|
287 |
msgstr ""
|
288 |
|
289 |
+
#: ../help/help.php:308
|
290 |
msgid "Add Subscribe form"
|
291 |
msgstr ""
|
292 |
|
293 |
+
#: ../help/help.php:313
|
294 |
#, php-format
|
295 |
msgid ""
|
296 |
"Use any of the following 3 methods :<br>\n"
|
302 |
"<strong>%s</strong>"
|
303 |
msgstr ""
|
304 |
|
305 |
+
#: ../help/help.php:318
|
306 |
msgid "Additional form settings"
|
307 |
msgstr ""
|
308 |
|
309 |
+
#: ../help/help.php:330
|
310 |
msgid "General Plugin Configuration"
|
311 |
msgstr ""
|
312 |
|
313 |
+
#: ../help/help.php:333
|
314 |
#, php-format
|
315 |
msgid "Modify %s"
|
316 |
msgstr ""
|
317 |
|
318 |
+
#: ../help/help.php:333
|
319 |
msgid "default text, email contents"
|
320 |
msgstr ""
|
321 |
|
322 |
+
#: ../help/help.php:333
|
323 |
msgid ""
|
324 |
" (like Confirmation, Welcome, Admin emails), Cron Settings and Assign User "
|
325 |
"Roles"
|
326 |
msgstr ""
|
327 |
|
328 |
+
#: ../help/help.php:336
|
329 |
msgid "How does Sync work?"
|
330 |
msgstr ""
|
331 |
|
332 |
+
#: ../help/help.php:345
|
333 |
msgid "How to change/update/translate any texts from the plugin?"
|
334 |
msgstr ""
|
335 |
|
336 |
+
#: ../help/help.php:351
|
337 |
msgid "How to check sent emails?"
|
338 |
msgstr ""
|
339 |
|
340 |
+
#: ../help/help.php:363
|
341 |
msgid "Create and Send Newsletter Emails"
|
342 |
msgstr ""
|
343 |
|
344 |
+
#: ../help/help.php:366
|
345 |
msgid "Keywords in the Newsletters"
|
346 |
msgstr ""
|
347 |
|
348 |
+
#: ../help/help.php:373
|
349 |
msgid "Create and Send Post Notification Emails when new posts are published"
|
350 |
msgstr ""
|
351 |
|
352 |
+
#: ../help/help.php:376
|
353 |
msgid "Keywords in the Post Notifications"
|
354 |
msgstr ""
|
355 |
|
356 |
+
#: ../help/help.php:379
|
357 |
msgid "Send a test post notification email to myself/testgroup"
|
358 |
msgstr ""
|
359 |
|
360 |
+
#: ../help/help.php:384
|
361 |
msgid "Cron Job Setup"
|
362 |
msgstr ""
|
363 |
|
364 |
+
#: ../help/help.php:387
|
365 |
msgid "What is Cron and how to Schedule Cron Emails?"
|
366 |
msgstr ""
|
367 |
|
368 |
+
#: ../help/help.php:390
|
369 |
msgid "Schedule Cron Emails in cPanel"
|
370 |
msgstr ""
|
371 |
|
372 |
+
#: ../help/help.php:393
|
373 |
msgid "Schedule Cron Emails in Parallels Plesk"
|
374 |
msgstr ""
|
375 |
|
376 |
+
#: ../help/help.php:396
|
377 |
msgid "Hosting doesn’t support Cron Jobs?"
|
378 |
msgstr ""
|
379 |
|
380 |
+
#: ../help/help.php:399
|
381 |
msgid "Troubleshooting Steps"
|
382 |
msgstr ""
|
383 |
|
384 |
+
#: ../help/help.php:408
|
385 |
msgid "FAQ's"
|
386 |
msgstr ""
|
387 |
|
388 |
+
#: ../help/help.php:413
|
389 |
+
msgid "[GDPR] Email Subscribers"
|
390 |
+
msgstr ""
|
391 |
+
|
392 |
+
#: ../help/help.php:416 ../help/help.php:434
|
393 |
+
msgid "How to enable consent checkbox in the subscribe form?"
|
394 |
+
msgstr ""
|
395 |
+
|
396 |
+
#: ../help/help.php:419
|
397 |
+
msgid "What data Email Subscribers stores on your end?"
|
398 |
+
msgstr ""
|
399 |
+
|
400 |
+
#: ../help/help.php:431
|
401 |
+
msgid "[GDPR] Email Subscribers - Group Selector"
|
402 |
+
msgstr ""
|
403 |
+
|
404 |
+
#: ../help/help.php:437
|
405 |
+
msgid "What data Email Subscribers - Group Selector stores on your end?"
|
406 |
+
msgstr ""
|
407 |
+
|
408 |
+
#: ../help/help.php:446
|
409 |
msgid "Want to do more? Here's how.."
|
410 |
msgstr ""
|
411 |
|
412 |
+
#: ../help/help.php:449
|
413 |
msgid "Allow Subscribers to get subscribed to any group"
|
414 |
msgstr ""
|
415 |
|
416 |
+
#: ../help/help.php:454
|
417 |
msgid "Using our <b>free</b> "
|
418 |
msgstr ""
|
419 |
|
420 |
+
#: ../help/help.php:455
|
421 |
msgid "Group Selector"
|
422 |
msgstr ""
|
423 |
|
424 |
+
#: ../help/help.php:456
|
425 |
msgid ""
|
426 |
"plugin, you can extend Email Subscribers Form functionality by providing an "
|
427 |
"grouping option right next to the form."
|
428 |
msgstr ""
|
429 |
|
430 |
+
#: ../help/help.php:459
|
431 |
msgid "The user can then subscribe to whichever group most appeals to them."
|
432 |
msgstr ""
|
433 |
|
434 |
+
#: ../help/help.php:462
|
435 |
msgid "For example: Subscribe either to Updates or to Offers."
|
436 |
msgstr ""
|
437 |
|
438 |
+
#: ../help/help.php:466
|
439 |
msgid "Show your subscribe form inside attractive popups"
|
440 |
msgstr ""
|
441 |
|
442 |
+
#: ../help/help.php:471
|
443 |
msgid ""
|
444 |
"Don't limit your subscriber form to a widget. Embed it within popups, hello "
|
445 |
"bars, slide-ins, sidebars, full screen popups etc."
|
446 |
msgstr ""
|
447 |
|
448 |
+
#: ../help/help.php:474
|
449 |
msgid ""
|
450 |
"Using Email Subscribers you can achieve this easily with our <b>free</b> "
|
451 |
"plugin "
|
452 |
msgstr ""
|
453 |
|
454 |
+
#: ../help/help.php:478
|
455 |
msgid ""
|
456 |
"Icegram's beautiful designs instantly capture user attention and help "
|
457 |
"increase sign-ups to your WordPress website."
|
458 |
msgstr ""
|
459 |
|
460 |
+
#: ../help/help.php:481 ../help/help.php:501
|
461 |
#, php-format
|
462 |
msgid "How to %s"
|
463 |
msgstr ""
|
464 |
|
465 |
+
#: ../help/help.php:481
|
466 |
msgid "show subscribe form inside a popup"
|
467 |
msgstr ""
|
468 |
|
469 |
+
#: ../help/help.php:485
|
470 |
msgid "Get beautiful and elegant form styles"
|
471 |
msgstr ""
|
472 |
|
473 |
+
#: ../help/help.php:491
|
474 |
msgid "Email subscribers easily integrates with another <b>free</b> plugin "
|
475 |
msgstr ""
|
476 |
|
477 |
+
#: ../help/help.php:492
|
478 |
msgid "Rainmaker"
|
479 |
msgstr ""
|
480 |
|
481 |
+
#: ../help/help.php:495
|
482 |
msgid ""
|
483 |
"Rainmaker extends the core features of Email Subscribers and provides "
|
484 |
"elegant form styles."
|
485 |
msgstr ""
|
486 |
|
487 |
+
#: ../help/help.php:498
|
488 |
msgid ""
|
489 |
"These styles are well designed and beautify your subscription form making it "
|
490 |
"more appealing."
|
491 |
msgstr ""
|
492 |
|
493 |
+
#: ../help/help.php:501
|
494 |
msgid "add Rainmaker’s form in Email Subscribers"
|
495 |
msgstr ""
|
496 |
|
741 |
msgid "Total Subscribers: "
|
742 |
msgstr ""
|
743 |
|
744 |
+
#: ../templates/template-preview.php:32
|
745 |
msgid "Template Preview"
|
746 |
msgstr ""
|
747 |
|
748 |
+
#: ../templates/template-preview.php:40
|
749 |
msgid "This is how your email may look."
|
750 |
msgstr ""
|
751 |
|
752 |
+
#: ../templates/template-preview.php:42
|
753 |
msgid ""
|
754 |
"<br><br>This Post Notification preview has replaced keywords from your last "
|
755 |
"published blog post."
|
756 |
msgstr ""
|
757 |
|
758 |
+
#: ../templates/template-preview.php:44
|
759 |
msgid ""
|
760 |
"<br><br>Note: Different email services (like gmail, yahoo etc) display email "
|
761 |
"content differently. So there could be a slight variation on how your "
|
817 |
msgid "<span style=\"color:#993399;\">Immediately</span>"
|
818 |
msgstr "<span style=\"color:#993399;\">Nedelsiant</span>"
|
819 |
|
820 |
+
#: ../classes/es-loadwidget.php:34 ../classes/es-register.php:1095 ..
|
821 |
#: subscribers/view-subscriber-show.php:289
|
822 |
msgid "Name"
|
823 |
msgstr "Vardas"
|
824 |
|
825 |
+
#: ../classes/es-loadwidget.php:39 ../classes/es-register.php:1100
|
826 |
msgid "Email *"
|
827 |
msgstr "El. paštas *"
|
828 |
|
829 |
+
#: ../classes/es-loadwidget.php:47 ../classes/es-register.php:1108 ../help/help.
|
830 |
+
#: php:202
|
831 |
msgid "Subscribe"
|
832 |
msgstr "Prenumeruoti"
|
833 |
|
834 |
#. Name of the plugin
|
835 |
#: ../classes/es-register.php:162 ../classes/es-register.php:163 ../classes/es-
|
836 |
+
#: register.php:838
|
837 |
msgid "Email Subscribers"
|
838 |
msgstr "Email Subscribers"
|
839 |
|
843 |
msgstr "Prenumeratoriai"
|
844 |
|
845 |
#: ../classes/es-register.php:171 ../classes/es-register.php:172 ../help/help.php:
|
846 |
+
#: 370 ../notification/notification-show.php:52
|
847 |
msgid "Post Notifications"
|
848 |
msgstr "Pranešimai apie įrašus"
|
849 |
|
850 |
#: ../classes/es-register.php:174 ../classes/es-register.php:175 ../help/help.php:
|
851 |
+
#: 360 ../sendmail/sendmail.php:93 ../settings/settings-edit.php:324
|
852 |
msgid "Newsletters"
|
853 |
msgstr "Naujienlaiškio siuntimas"
|
854 |
|
1039 |
msgid "Please try after some time"
|
1040 |
msgstr "Bandykite vėliau"
|
1041 |
|
1042 |
+
#: ../classes/es-register.php:803
|
1043 |
msgid ""
|
1044 |
"If you like <strong>Email Subscribers</strong>, please consider leaving us a "
|
1045 |
"<a target=\"_blank\" href=\"https://wordpress.org/support/plugin/email-"
|
1051 |
"subscribers/reviews/?filter=5#new-post\">★★★★★"
|
1052 |
"</a> reitingu. Icegram dėkoja iš anksto!"
|
1053 |
|
1054 |
+
#: ../classes/es-register.php:878 ../settings/settings-edit.php:123
|
1055 |
msgid "Thumbnail"
|
1056 |
msgstr "Miniatiūra"
|
1057 |
|
1058 |
+
#: ../classes/es-register.php:926 ../sentmail/sentmail-show.php:108 ..
|
1059 |
#: sentmail/sentmail-show.php:121
|
1060 |
msgid "Preview"
|
1061 |
msgstr "Peržiūra"
|
1062 |
|
1063 |
+
#: ../classes/es-register.php:948
|
1064 |
msgid "Newsletter"
|
1065 |
msgstr "Naujienlaiškis"
|
1066 |
|
1067 |
+
#: ../classes/es-register.php:949
|
1068 |
msgid "Post Notification"
|
1069 |
msgstr "Pranešimas apie įrašą"
|
1070 |
|
1071 |
+
#: ../classes/es-register.php:1010 ../classes/es-register.php:1011
|
1072 |
msgid "Available Keywords"
|
1073 |
msgstr "Galimi raktažodžiai"
|
1074 |
|
1075 |
+
#: ../classes/es-register.php:1148
|
1076 |
msgid "Widget Title"
|
1077 |
msgstr "Valdiklio pavadinimas"
|
1078 |
|
1079 |
+
#: ../classes/es-register.php:1152
|
1080 |
msgid "Short description about subscription form"
|
1081 |
msgstr "Trumpas prenumeratos formos aprašymas"
|
1082 |
|
1083 |
+
#: ../classes/es-register.php:1156
|
1084 |
msgid "Display Name Field"
|
1085 |
msgstr "Rodyti vardo lauką"
|
1086 |
|
1087 |
+
#: ../classes/es-register.php:1158 ../settings/settings-edit.php:142 ..
|
1088 |
#: settings/settings-edit.php:217 ../subscribers/view-subscriber-sync.php:107
|
1089 |
msgid "YES"
|
1090 |
msgstr "Taip"
|
1091 |
|
1092 |
+
#: ../classes/es-register.php:1159 ../settings/settings-edit.php:143 ..
|
1093 |
#: settings/settings-edit.php:218 ../subscribers/view-subscriber-sync.php:106
|
1094 |
msgid "NO"
|
1095 |
msgstr "Ne"
|
1096 |
|
1097 |
+
#: ../classes/es-register.php:1163
|
1098 |
msgid "Subscriber Group"
|
1099 |
msgstr "Prenumeratoriaus grupė"
|
1100 |
|
1101 |
+
#: ../help/help.php:190
|
1102 |
msgid "Welcome to Email Subscribers!"
|
1103 |
msgstr "Sveiki prisijungę prie El. pašto prenumeratorių!"
|
1104 |
|
1105 |
+
#: ../help/help.php:223
|
1106 |
msgid "donating to us"
|
1107 |
msgstr "dovanojant mums"
|
1108 |
|
1109 |
+
#: ../help/help.php:310 ../help/help.php:321 ../help/help.php:324 ../help/help.
|
1110 |
+
#: php:336 ../help/help.php:339 ../help/help.php:342 ../help/help.php:345 ..
|
1111 |
+
#: help/help.php:348 ../help/help.php:351 ../help/help.php:363 ../help/help.php:
|
1112 |
+
#: 366 ../help/help.php:373 ../help/help.php:376 ../help/help.php:379 ..
|
1113 |
+
#: help/help.php:387 ../help/help.php:390 ../help/help.php:393 ../help/help.php:
|
1114 |
+
#: 396 ../help/help.php:402 ../help/help.php:405 ../help/help.php:408 ..
|
1115 |
+
#: help/help.php:416 ../help/help.php:419 ../help/help.php:434 ../help/help.php:
|
1116 |
+
#: 437
|
1117 |
#, php-format
|
1118 |
msgid "%s"
|
1119 |
msgstr "%s"
|
1120 |
|
1121 |
+
#: ../help/help.php:310
|
1122 |
msgid "How to Add Subscription box to website?"
|
1123 |
msgstr "Kaip pridėti prenumeratos formą svetainėje?"
|
1124 |
|
1125 |
+
#: ../help/help.php:321
|
1126 |
msgid "How to Redirect Subscribers to a new page/url after successful sign up?"
|
1127 |
msgstr "Kaip nukreipti prenumeratorius į naują puslapį po sėkmingos registracijos?"
|
1128 |
|
1129 |
+
#: ../help/help.php:324
|
1130 |
msgid "How to add captcha in Subscribe form of Email Subscribers?"
|
1131 |
msgstr "Kaip pridėti captcha Email Subscribers prenumeratos formoje?"
|
1132 |
|
1133 |
+
#: ../help/help.php:339
|
1134 |
msgid "How to Import or Export Email Addresses?"
|
1135 |
msgstr "Kaip importuoti ar eksportuoti el. pašto adresus?"
|
1136 |
|
1137 |
+
#: ../help/help.php:342
|
1138 |
msgid "How to Add/Update Existing Subscribers Group & Status?"
|
1139 |
msgstr "Kaip pridėti ar atnaujinti esamų prenumeratorių grupę bei statusą?"
|
1140 |
|
1141 |
+
#: ../help/help.php:348
|
1142 |
msgid "How to add Unsubscribe link in emails?"
|
1143 |
msgstr "Kaip pridėti prenumeratos atsisakymo nuorodą laiškuose?"
|
1144 |
|
1145 |
+
#: ../help/help.php:402
|
1146 |
msgid "Subscribers are not receiving Emails?"
|
1147 |
msgstr "Prenumeratoriai negauna laiškų?"
|
1148 |
|
1149 |
+
#: ../help/help.php:405
|
1150 |
msgid "CSS Help"
|
1151 |
msgstr "CSS pagalba"
|
1152 |
|
1153 |
#. Author of the plugin
|
1154 |
+
#: ../help/help.php:475
|
1155 |
msgid "Icegram"
|
1156 |
msgstr "Icegram"
|
1157 |
|
1195 |
#: subscribers/view-subscriber-add.php:118 ../subscribers/view-subscriber-edit.
|
1196 |
#: php:113 ../subscribers/view-subscriber-export.php:51 ../subscribers/view-
|
1197 |
#: subscriber-import.php:149 ../subscribers/view-subscriber-show.php:247 ..
|
1198 |
+
#: subscribers/view-subscriber-sync.php:92 ../templates/template-preview.php:33
|
1199 |
msgid "Help"
|
1200 |
msgstr "Pagalba"
|
1201 |
|
1339 |
msgstr "Pranešimo statusas"
|
1340 |
|
1341 |
#: ../notification/notification-show.php:100 ../subscribers/view-subscriber-show.
|
1342 |
+
#: php:417 ../templates/template-preview.php:36
|
1343 |
msgid "Edit"
|
1344 |
msgstr "Redaguoti"
|
1345 |
|
languages/email-subscribers-nb_NO.mo
CHANGED
Binary file
|
languages/email-subscribers-nb_NO.po
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
-
"Project-Id-Version: Email Subscribers & Newsletters 3.
|
4 |
"Report-Msgid-Bugs-To: https://www.icegram.com/contact/\n"
|
5 |
"POT-Creation-Date: 2017-07-26 12:00:36+00:00\n"
|
6 |
-
"PO-Revision-Date:
|
7 |
"Last-Translator: admin <mansi.shah@appsmagnet.com>\n"
|
8 |
"Language-Team: Icegram <hello@icegram.com>Language:\n"
|
9 |
"Language: Norwegian (Bokmål)\n"
|
@@ -23,7 +23,7 @@ msgstr ""
|
|
23 |
"X-Poedit-SearchPath-0: .."
|
24 |
|
25 |
#: ../classes/es-register.php:168 ../classes/es-register.php:169 ../classes/es-
|
26 |
-
#: register.php:
|
27 |
msgid "Templates"
|
28 |
msgstr ""
|
29 |
|
@@ -55,78 +55,92 @@ msgid ""
|
|
55 |
"spam/junk folder."
|
56 |
msgstr ""
|
57 |
|
58 |
-
#: ../classes/es-register.php:
|
59 |
msgid ""
|
60 |
"<b>Want readymade email templates?</b> Also want to <b>clean your "
|
61 |
"subscribers list?</b> Come check our Pro plan."
|
62 |
msgstr ""
|
63 |
|
64 |
-
#: ../classes/es-register.php:
|
65 |
-
msgid "Check Pro plan
|
66 |
msgstr ""
|
67 |
|
68 |
-
#: ../classes/es-register.php:
|
69 |
msgid "Not interested."
|
70 |
msgstr ""
|
71 |
|
72 |
-
#: ../classes/es-register.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
73 |
#, php-format
|
74 |
msgid "Email Subscribers version: <strong>%s</strong>"
|
75 |
msgstr ""
|
76 |
|
77 |
-
#: ../classes/es-register.php:
|
78 |
msgid "Add new Template"
|
79 |
msgstr ""
|
80 |
|
81 |
-
#: ../classes/es-register.php:
|
82 |
msgid "Edit Templates"
|
83 |
msgstr ""
|
84 |
|
85 |
-
#: ../classes/es-register.php:
|
86 |
msgid "New Templates"
|
87 |
msgstr ""
|
88 |
|
89 |
-
#: ../classes/es-register.php:
|
90 |
msgid "View Templates"
|
91 |
msgstr ""
|
92 |
|
93 |
-
#: ../classes/es-register.php:
|
94 |
msgid "Search Templates"
|
95 |
msgstr ""
|
96 |
|
97 |
-
#: ../classes/es-register.php:
|
98 |
msgid "No Templates found"
|
99 |
msgstr ""
|
100 |
|
101 |
-
#: ../classes/es-register.php:
|
102 |
msgid "No Templates found in Trash"
|
103 |
msgstr ""
|
104 |
|
105 |
-
#: ../classes/es-register.php:
|
106 |
msgid "Thumbnail (For Visual Representation only)"
|
107 |
msgstr ""
|
108 |
|
109 |
-
#: ../classes/es-register.php:
|
110 |
msgid "Set thumbnail"
|
111 |
msgstr ""
|
112 |
|
113 |
-
#: ../classes/es-register.php:
|
114 |
msgid "Template Type"
|
115 |
msgstr ""
|
116 |
|
117 |
-
#: ../classes/es-register.php:
|
118 |
msgid "Available Keyword for Post Notification: {{POSTTITLE}}"
|
119 |
msgstr ""
|
120 |
|
121 |
-
#: ../classes/es-register.php:
|
122 |
msgid "Select your Email Template Type"
|
123 |
msgstr ""
|
124 |
|
125 |
-
#: ../classes/es-register.php:
|
126 |
msgid "Preview Template"
|
127 |
msgstr ""
|
128 |
|
129 |
-
#: ../classes/es-register.php:
|
130 |
#, php-format
|
131 |
msgid ""
|
132 |
"%s for Post Notification: {{NAME}}, {{EMAIL}}, {{DATE}}, {{POSTTITLE}}, "
|
@@ -134,7 +148,7 @@ msgid ""
|
|
134 |
"WITHTITLE}}, {{POSTLINK-ONLY}}, {{POSTFULL}}"
|
135 |
msgstr ""
|
136 |
|
137 |
-
#: ../classes/es-register.php:
|
138 |
#, php-format
|
139 |
msgid "<br/><br/>%s for Newsletter: {{NAME}}, {{EMAIL}}"
|
140 |
msgstr ""
|
@@ -143,72 +157,107 @@ msgstr ""
|
|
143 |
msgid "Unexpected url submit has been detected!"
|
144 |
msgstr ""
|
145 |
|
146 |
-
#: ../help/help.php:
|
147 |
msgid "Thanks for installing and we hope you will enjoy using this plugin."
|
148 |
msgstr ""
|
149 |
|
150 |
-
#: ../help/help.php:
|
151 |
msgid ""
|
152 |
"By default, subscribers subscribed via Email Subscribers, will receive email "
|
153 |
"updates when you post a new blog. You can turn these updates off like this:"
|
154 |
msgstr ""
|
155 |
|
156 |
-
#: ../help/help.php:
|
157 |
msgid ""
|
158 |
"Email Subscribers -> Post Notification -> Edit -> Select Notification Status "
|
159 |
"when a new post is published -> Disable -> Save."
|
160 |
msgstr ""
|
161 |
|
162 |
-
#: ../help/help.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
163 |
#, php-format
|
164 |
msgid ""
|
165 |
"<b>Like Email Subscribers?</b> If yes, then consider %s to support further "
|
166 |
"developments."
|
167 |
msgstr ""
|
168 |
|
169 |
-
#: ../help/help.php:
|
170 |
msgid "Use HTML editor to create newsletters and post notifications."
|
171 |
msgstr ""
|
172 |
|
173 |
-
#: ../help/help.php:
|
174 |
msgid "General Plugin Configuration"
|
175 |
msgstr ""
|
176 |
|
177 |
-
#: ../help/help.php:
|
178 |
msgid "How does Sync work?"
|
179 |
msgstr ""
|
180 |
|
181 |
-
#: ../help/help.php:
|
182 |
msgid "How to check sent emails?"
|
183 |
msgstr ""
|
184 |
|
185 |
-
#: ../help/help.php:
|
186 |
msgid "Create and Send Newsletter Emails"
|
187 |
msgstr ""
|
188 |
|
189 |
-
#: ../help/help.php:
|
190 |
msgid "Keywords in the Newsletters"
|
191 |
msgstr ""
|
192 |
|
193 |
-
#: ../help/help.php:
|
194 |
msgid "Create and Send Post Notification Emails when new posts are published"
|
195 |
msgstr ""
|
196 |
|
197 |
-
#: ../help/help.php:
|
198 |
msgid "What is Cron and how to Schedule Cron Emails?"
|
199 |
msgstr ""
|
200 |
|
201 |
-
#: ../help/help.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
202 |
msgid "Using our <b>free</b> "
|
203 |
msgstr ""
|
204 |
|
205 |
-
#: ../help/help.php:
|
206 |
msgid ""
|
207 |
"Using Email Subscribers you can achieve this easily with our <b>free</b> "
|
208 |
"plugin "
|
209 |
msgstr ""
|
210 |
|
211 |
-
#: ../help/help.php:
|
212 |
msgid "Email subscribers easily integrates with another <b>free</b> plugin "
|
213 |
msgstr ""
|
214 |
|
@@ -298,21 +347,21 @@ msgstr ""
|
|
298 |
msgid "Total Subscribers: "
|
299 |
msgstr ""
|
300 |
|
301 |
-
#: ../templates/template-preview.php:
|
302 |
msgid "Template Preview"
|
303 |
msgstr ""
|
304 |
|
305 |
-
#: ../templates/template-preview.php:
|
306 |
msgid "This is how your email may look."
|
307 |
msgstr ""
|
308 |
|
309 |
-
#: ../templates/template-preview.php:
|
310 |
msgid ""
|
311 |
"<br><br>This Post Notification preview has replaced keywords from your last "
|
312 |
"published blog post."
|
313 |
msgstr ""
|
314 |
|
315 |
-
#: ../templates/template-preview.php:
|
316 |
msgid ""
|
317 |
"<br><br>Note: Different email services (like gmail, yahoo etc) display email "
|
318 |
"content differently. So there could be a slight variation on how your "
|
@@ -363,22 +412,22 @@ msgstr "<span style=\"color:#20b2aa;font-weight:bold;\">via Cron</span>"
|
|
363 |
msgid "<span style=\"color:#993399;\">Immediately</span>"
|
364 |
msgstr "<span style=\"color:#993399;\">Umiddelbart</span>"
|
365 |
|
366 |
-
#: ../classes/es-loadwidget.php:
|
367 |
#: subscribers/view-subscriber-show.php:289
|
368 |
msgid "Name"
|
369 |
msgstr "Navn"
|
370 |
|
371 |
-
#: ../classes/es-loadwidget.php:
|
372 |
msgid "Email *"
|
373 |
msgstr "E-post *"
|
374 |
|
375 |
-
#: ../classes/es-loadwidget.php:
|
376 |
-
#: php:
|
377 |
msgid "Subscribe"
|
378 |
msgstr "Abonner"
|
379 |
|
380 |
#: ../classes/es-register.php:162 ../classes/es-register.php:163 ../classes/es-
|
381 |
-
#: register.php:
|
382 |
msgid "Email Subscribers"
|
383 |
msgstr "Email Subscribers"
|
384 |
|
@@ -388,12 +437,12 @@ msgid "Subscribers"
|
|
388 |
msgstr "Abonnenter"
|
389 |
|
390 |
#: ../classes/es-register.php:171 ../classes/es-register.php:172 ../help/help.php:
|
391 |
-
#:
|
392 |
msgid "Post Notifications"
|
393 |
msgstr "Varsler"
|
394 |
|
395 |
#: ../classes/es-register.php:174 ../classes/es-register.php:175 ../help/help.php:
|
396 |
-
#:
|
397 |
msgid "Newsletters"
|
398 |
msgstr "Nyhetsbrev"
|
399 |
|
@@ -586,7 +635,7 @@ msgctxt "widget-page-enhanced-select"
|
|
586 |
msgid "Please try after some time"
|
587 |
msgstr "Prøv på nytt senere"
|
588 |
|
589 |
-
#: ../classes/es-register.php:
|
590 |
msgid ""
|
591 |
"If you like <strong>Email Subscribers</strong>, please consider leaving us a "
|
592 |
"<a target=\"_blank\" href=\"https://wordpress.org/support/plugin/email-"
|
@@ -598,83 +647,79 @@ msgstr ""
|
|
598 |
"subscribers/reviews/?filter=5#new-post\">★★★★★</a> en vurdering. En stor takk "
|
599 |
"fra Icegram!"
|
600 |
|
601 |
-
#: ../classes/es-register.php:
|
602 |
msgid "Thumbnail"
|
603 |
msgstr "Miniatyrbilde"
|
604 |
|
605 |
-
#: ../classes/es-register.php:
|
606 |
#: sentmail/sentmail-show.php:121
|
607 |
msgid "Preview"
|
608 |
msgstr "Forhåndsvis"
|
609 |
|
610 |
-
#: ../classes/es-register.php:
|
611 |
msgid "Newsletter"
|
612 |
msgstr "Nyhetsbrev"
|
613 |
|
614 |
-
#: ../classes/es-register.php:
|
615 |
msgid "Post Notification"
|
616 |
msgstr "Varsel"
|
617 |
|
618 |
-
#: ../classes/es-register.php:
|
619 |
msgid "Available Keywords"
|
620 |
msgstr "Tilgjengelige søkeord"
|
621 |
|
622 |
-
#: ../classes/es-register.php:
|
623 |
msgid "Widget Title"
|
624 |
msgstr "Widget tittel"
|
625 |
|
626 |
-
#: ../classes/es-register.php:
|
627 |
msgid "Short description about subscription form"
|
628 |
msgstr "Kort beskrivelse av ditt abonnement skjema"
|
629 |
|
630 |
-
#: ../classes/es-register.php:
|
631 |
msgid "Display Name Field"
|
632 |
msgstr "Vis Navnefelt"
|
633 |
|
634 |
-
#: ../classes/es-register.php:
|
635 |
#: settings/settings-edit.php:217 ../subscribers/view-subscriber-sync.php:107
|
636 |
msgid "YES"
|
637 |
msgstr "JA"
|
638 |
|
639 |
-
#: ../classes/es-register.php:
|
640 |
#: settings/settings-edit.php:218 ../subscribers/view-subscriber-sync.php:106
|
641 |
msgid "NO"
|
642 |
msgstr "NEI"
|
643 |
|
644 |
-
#: ../classes/es-register.php:
|
645 |
msgid "Subscriber Group"
|
646 |
msgstr "Abonnent gruppe"
|
647 |
|
648 |
-
#: ../help/help.php:
|
649 |
msgid "Welcome to Email Subscribers!"
|
650 |
msgstr "Velkommen til Email Subscribers!"
|
651 |
|
652 |
-
#: ../help/help.php:
|
653 |
-
msgid "Get more help and tips..."
|
654 |
-
msgstr "Få mer hjelp og tips ..."
|
655 |
-
|
656 |
-
#: ../help/help.php:205
|
657 |
#, php-format
|
658 |
msgid "Version: %s"
|
659 |
msgstr "Versjon: %s"
|
660 |
|
661 |
-
#: ../help/help.php:
|
662 |
msgid "Questions? Need Help?"
|
663 |
msgstr "Spørsmål? Trenger hjelp?"
|
664 |
|
665 |
-
#: ../help/help.php:
|
666 |
msgid "Contact Us"
|
667 |
msgstr "Kontakt oss"
|
668 |
|
669 |
-
#: ../help/help.php:
|
670 |
msgid "donating to us"
|
671 |
msgstr "donere til oss"
|
672 |
|
673 |
-
#: ../help/help.php:
|
674 |
msgid "Description"
|
675 |
msgstr "Beskrivelse"
|
676 |
|
677 |
-
#: ../help/help.php:
|
678 |
msgid ""
|
679 |
"Email Subscribers is a complete newsletter plugin which lets you collect "
|
680 |
"leads, send automated new blog post notification emails, create & send "
|
@@ -684,11 +729,11 @@ msgstr ""
|
|
684 |
"ledere, sende automatiserte nye blogginnleggingsmeldinger, opprette og sende "
|
685 |
"nyhetsbrev og administrere alt dette på ett enkelt sted."
|
686 |
|
687 |
-
#: ../help/help.php:
|
688 |
msgid "Feature Overview"
|
689 |
msgstr "Funksjonsoversikt"
|
690 |
|
691 |
-
#: ../help/help.php:
|
692 |
msgid ""
|
693 |
"Collect customer emails by adding a subscription box (Widget/Shortcode/PHP "
|
694 |
"Code)."
|
@@ -696,15 +741,15 @@ msgstr ""
|
|
696 |
"Samle kundeemail ved å legge til en abonnementsboks (Widget / Shortcode / "
|
697 |
"PHP Code)."
|
698 |
|
699 |
-
#: ../help/help.php:
|
700 |
msgid "Configure double Opt-In and Single Opt-In facility for subscribers."
|
701 |
msgstr "Konfigurer Dobbel Opt-In og Single Opt-In-anlegg for abonnenter."
|
702 |
|
703 |
-
#: ../help/help.php:
|
704 |
msgid "Send automatic welcome email to subscribers."
|
705 |
msgstr "Send automatisk velkomst e-post til abonnenter."
|
706 |
|
707 |
-
#: ../help/help.php:
|
708 |
msgid ""
|
709 |
"Send new post notification emails to subscribers when new posts are "
|
710 |
"published on your website."
|
@@ -712,57 +757,59 @@ msgstr ""
|
|
712 |
"Send nye e-postmeldinger til abonnenter når nye innlegg publiseres på "
|
713 |
"nettstedet ditt."
|
714 |
|
715 |
-
#: ../help/help.php:
|
716 |
msgid "Schedule email (Cron job) or send them manually."
|
717 |
msgstr "Planlegg e-post (Cron-jobb) eller send dem manuelt."
|
718 |
|
719 |
-
#: ../help/help.php:
|
720 |
msgid "Send email notification to admin when a new user signs up."
|
721 |
msgstr "Send e-postvarsling til admin når en ny bruker registrerer seg."
|
722 |
|
723 |
-
#: ../help/help.php:
|
724 |
msgid "Automatically add Unsubscribe link in the email."
|
725 |
msgstr "Legg til automatisk Avslutt lenke i e-posten."
|
726 |
|
727 |
-
#: ../help/help.php:
|
728 |
msgid "Easily migrate subscribers from another app using Import & Export."
|
729 |
msgstr "Migrere enkelt abonnenter fra en annen app ved hjelp av Import & Export."
|
730 |
|
731 |
-
#: ../help/help.php:
|
732 |
msgid "Send newsletters to different groups."
|
733 |
msgstr "Send nyhetsbrev til forskjellige grupper."
|
734 |
|
735 |
-
#: ../help/help.php:
|
736 |
msgid "Get detailed sent email reports."
|
737 |
msgstr "Få detaljerte sendte e-postrapporter."
|
738 |
|
739 |
-
#: ../help/help.php:
|
740 |
msgid "Control user access (User Roles and Capabilities)."
|
741 |
msgstr "Kontroller brukertilgang (Brukerroller og -funksjoner)."
|
742 |
|
743 |
-
#: ../help/help.php:
|
744 |
msgid "Supports localization and internationalization."
|
745 |
msgstr "Støtter lokalisering og internasjonalisering."
|
746 |
|
747 |
-
#: ../help/help.php:
|
748 |
msgid "Add Subscribe form"
|
749 |
msgstr "Legg til abonneringsskjema"
|
750 |
|
751 |
-
#: ../help/help.php:
|
752 |
-
#: php:
|
753 |
-
#: help/help.php:
|
754 |
-
#:
|
755 |
-
#: help/help.php:
|
756 |
-
#:
|
|
|
|
|
757 |
#, php-format
|
758 |
msgid "%s"
|
759 |
msgstr "%s"
|
760 |
|
761 |
-
#: ../help/help.php:
|
762 |
msgid "How to Add Subscription box to website?"
|
763 |
msgstr "Hvordan legge til abonnement boks til nettsted?"
|
764 |
|
765 |
-
#: ../help/help.php:
|
766 |
#, php-format
|
767 |
msgid ""
|
768 |
"Use any of the following 3 methods :<br>\n"
|
@@ -780,30 +827,30 @@ msgstr ""
|
|
780 |
"<br> C) Kopier og forbi denne php-koden til ønsket malplassering: "
|
781 |
"<strong>%s</strong>"
|
782 |
|
783 |
-
#: ../help/help.php:
|
784 |
msgid "Additional form settings"
|
785 |
msgstr "Ytterligere skjemainnstillinger"
|
786 |
|
787 |
-
#: ../help/help.php:
|
788 |
msgid "How to Redirect Subscribers to a new page/url after successful sign up?"
|
789 |
msgstr ""
|
790 |
"Slik omdirigerer du abonnenter til en ny side / URL etter vellykket "
|
791 |
"innmelding?"
|
792 |
|
793 |
-
#: ../help/help.php:
|
794 |
msgid "How to add captcha in Subscribe form of Email Subscribers?"
|
795 |
msgstr "Hvordan legge til captcha i abonner malen for e-abonnenter?"
|
796 |
|
797 |
-
#: ../help/help.php:
|
798 |
#, php-format
|
799 |
msgid "Modify %s"
|
800 |
msgstr "Endre «%s»"
|
801 |
|
802 |
-
#: ../help/help.php:
|
803 |
msgid "default text, email contents"
|
804 |
msgstr "standard tekst, e-post innhold"
|
805 |
|
806 |
-
#: ../help/help.php:
|
807 |
msgid ""
|
808 |
" (like Confirmation, Welcome, Admin emails), Cron Settings and Assign User "
|
809 |
"Roles"
|
@@ -811,75 +858,75 @@ msgstr ""
|
|
811 |
"(Som Bekreftelse, Velkommen, Admin e-post), Cron-innstillinger og Tilordne "
|
812 |
"brukerroller"
|
813 |
|
814 |
-
#: ../help/help.php:
|
815 |
msgid "How to Import or Export Email Addresses?"
|
816 |
msgstr "Hvordan du importerer eller eksporterer e-postadresser?"
|
817 |
|
818 |
-
#: ../help/help.php:
|
819 |
msgid "How to Add/Update Existing Subscribers Group & Status?"
|
820 |
msgstr "Slik legger du til/Oppdater eksisterende abonnenter Gruppe & Status?"
|
821 |
|
822 |
-
#: ../help/help.php:
|
823 |
msgid "How to change/update/translate any texts from the plugin?"
|
824 |
msgstr "Hvordan endre / oppdatere / oversette noen tekster fra plugin?"
|
825 |
|
826 |
-
#: ../help/help.php:
|
827 |
msgid "How to add Unsubscribe link in emails?"
|
828 |
msgstr "Hvordan legger du til abonnements link i e-post?"
|
829 |
|
830 |
-
#: ../help/help.php:
|
831 |
msgid "Keywords in the Post Notifications"
|
832 |
msgstr "Nøkkelord i postvarsler"
|
833 |
|
834 |
-
#: ../help/help.php:
|
835 |
msgid "Send a test post notification email to myself/testgroup"
|
836 |
msgstr "Send en testmeldingsmelding til meg selv / testgruppe"
|
837 |
|
838 |
-
#: ../help/help.php:
|
839 |
msgid "Cron Job Setup"
|
840 |
msgstr "Cron jobboppsett"
|
841 |
|
842 |
-
#: ../help/help.php:
|
843 |
msgid "Schedule Cron Emails in cPanel"
|
844 |
msgstr "Hvordan skedulere Cron E-poster inne i cPanel?"
|
845 |
|
846 |
-
#: ../help/help.php:
|
847 |
msgid "Schedule Cron Emails in Parallels Plesk"
|
848 |
msgstr "Hvordan skedulere Cron E-poster inne i Plesk?"
|
849 |
|
850 |
-
#: ../help/help.php:
|
851 |
msgid "Hosting doesn’t support Cron Jobs?"
|
852 |
msgstr "Hva du gjør hvis Hosting ikke støtter Cron jobber?"
|
853 |
|
854 |
-
#: ../help/help.php:
|
855 |
msgid "Troubleshooting Steps"
|
856 |
msgstr "Feilsøkingstrinn"
|
857 |
|
858 |
-
#: ../help/help.php:
|
859 |
msgid "Subscribers are not receiving Emails?"
|
860 |
msgstr "Abonnenter mottar ikke e-post?"
|
861 |
|
862 |
-
#: ../help/help.php:
|
863 |
msgid "CSS Help"
|
864 |
msgstr "CSS hjelp"
|
865 |
|
866 |
-
#: ../help/help.php:
|
867 |
msgid "FAQ's"
|
868 |
msgstr "Vanlige spørsmål"
|
869 |
|
870 |
-
#: ../help/help.php:
|
871 |
msgid "Want to do more? Here's how.."
|
872 |
msgstr "Vil du gjøre mer? Slik er det .."
|
873 |
|
874 |
-
#: ../help/help.php:
|
875 |
msgid "Allow Subscribers to get subscribed to any group"
|
876 |
msgstr "Tillat abonnenter å bli abonnement på en gruppe"
|
877 |
|
878 |
-
#: ../help/help.php:
|
879 |
msgid "Group Selector"
|
880 |
msgstr "Gruppevelger"
|
881 |
|
882 |
-
#: ../help/help.php:
|
883 |
msgid ""
|
884 |
"plugin, you can extend Email Subscribers Form functionality by providing an "
|
885 |
"grouping option right next to the form."
|
@@ -887,19 +934,19 @@ msgstr ""
|
|
887 |
"plugin, kan du utvide E-post Abonnenter Form funksjonalitet ved å gi et "
|
888 |
"grupperingsalternativ rett ved siden av skjemaet."
|
889 |
|
890 |
-
#: ../help/help.php:
|
891 |
msgid "The user can then subscribe to whichever group most appeals to them."
|
892 |
msgstr "Brukeren kan da abonnere på hvilken gruppe de fleste appellerer til dem."
|
893 |
|
894 |
-
#: ../help/help.php:
|
895 |
msgid "For example: Subscribe either to Updates or to Offers."
|
896 |
msgstr "For eksempel: Abonner enten på Oppdateringer eller Tilbud."
|
897 |
|
898 |
-
#: ../help/help.php:
|
899 |
msgid "Show your subscribe form inside attractive popups"
|
900 |
msgstr "Vis din abonnementskjema inne i attraktive popup-vinduer"
|
901 |
|
902 |
-
#: ../help/help.php:
|
903 |
msgid ""
|
904 |
"Don't limit your subscriber form to a widget. Embed it within popups, hello "
|
905 |
"bars, slide-ins, sidebars, full screen popups etc."
|
@@ -909,11 +956,11 @@ msgstr ""
|
|
909 |
"etc."
|
910 |
|
911 |
#. Author of the plugin/theme
|
912 |
-
#: ../help/help.php:
|
913 |
msgid "Icegram"
|
914 |
msgstr "Icegram"
|
915 |
|
916 |
-
#: ../help/help.php:
|
917 |
msgid ""
|
918 |
"Icegram's beautiful designs instantly capture user attention and help "
|
919 |
"increase sign-ups to your WordPress website."
|
@@ -921,24 +968,24 @@ msgstr ""
|
|
921 |
"Icegrams vakre design tar øyeblikkelig opp brukerens oppmerksomhet og bidrar "
|
922 |
"til å øke registreringene på WordPress-nettstedet ditt."
|
923 |
|
924 |
-
#: ../help/help.php:
|
925 |
#, php-format
|
926 |
msgid "How to %s"
|
927 |
msgstr "Hvordan %s"
|
928 |
|
929 |
-
#: ../help/help.php:
|
930 |
msgid "show subscribe form inside a popup"
|
931 |
msgstr "vis abonnementsskjema inne i en popup"
|
932 |
|
933 |
-
#: ../help/help.php:
|
934 |
msgid "Get beautiful and elegant form styles"
|
935 |
msgstr "Få vakre og elegante formstiler"
|
936 |
|
937 |
-
#: ../help/help.php:
|
938 |
msgid "Rainmaker"
|
939 |
msgstr "Rainmaker"
|
940 |
|
941 |
-
#: ../help/help.php:
|
942 |
msgid ""
|
943 |
"Rainmaker extends the core features of Email Subscribers and provides "
|
944 |
"elegant form styles."
|
@@ -946,7 +993,7 @@ msgstr ""
|
|
946 |
"Rainmaker utvider kjernegenskapene til e-post abonnenter og gir elegante "
|
947 |
"formstiler."
|
948 |
|
949 |
-
#: ../help/help.php:
|
950 |
msgid ""
|
951 |
"These styles are well designed and beautify your subscription form making it "
|
952 |
"more appealing."
|
@@ -954,7 +1001,7 @@ msgstr ""
|
|
954 |
"Disse stilene er godt utformet og forskjønne abonnementsskjemaet ditt, noe "
|
955 |
"som gjør det mer tiltalende."
|
956 |
|
957 |
-
#: ../help/help.php:
|
958 |
msgid "add Rainmaker’s form in Email Subscribers"
|
959 |
msgstr "legg til Rainmakers skjema i e-post abonnenter"
|
960 |
|
@@ -998,7 +1045,7 @@ msgstr "Legg til varsel"
|
|
998 |
#: subscribers/view-subscriber-add.php:118 ../subscribers/view-subscriber-edit.
|
999 |
#: php:113 ../subscribers/view-subscriber-export.php:51 ../subscribers/view-
|
1000 |
#: subscriber-import.php:149 ../subscribers/view-subscriber-show.php:247 ..
|
1001 |
-
#: subscribers/view-subscriber-sync.php:92 ../templates/template-preview.php:
|
1002 |
msgid "Help"
|
1003 |
msgstr "Hjelp"
|
1004 |
|
@@ -1140,7 +1187,7 @@ msgid "Notification Status"
|
|
1140 |
msgstr "Varselstatusen"
|
1141 |
|
1142 |
#: ../notification/notification-show.php:100 ../subscribers/view-subscriber-show.
|
1143 |
-
#: php:417 ../templates/template-preview.php:
|
1144 |
msgid "Edit"
|
1145 |
msgstr "Rediger"
|
1146 |
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
+
"Project-Id-Version: Email Subscribers & Newsletters 3.5.0\n"
|
4 |
"Report-Msgid-Bugs-To: https://www.icegram.com/contact/\n"
|
5 |
"POT-Creation-Date: 2017-07-26 12:00:36+00:00\n"
|
6 |
+
"PO-Revision-Date: Wed May 16 2018 16:04:51 GMT+0530 (IST)\n"
|
7 |
"Last-Translator: admin <mansi.shah@appsmagnet.com>\n"
|
8 |
"Language-Team: Icegram <hello@icegram.com>Language:\n"
|
9 |
"Language: Norwegian (Bokmål)\n"
|
23 |
"X-Poedit-SearchPath-0: .."
|
24 |
|
25 |
#: ../classes/es-register.php:168 ../classes/es-register.php:169 ../classes/es-
|
26 |
+
#: register.php:826 ../classes/es-register.php:827 ../classes/es-register.php:832
|
27 |
msgid "Templates"
|
28 |
msgstr ""
|
29 |
|
55 |
"spam/junk folder."
|
56 |
msgstr ""
|
57 |
|
58 |
+
#: ../classes/es-register.php:738
|
59 |
msgid ""
|
60 |
"<b>Want readymade email templates?</b> Also want to <b>clean your "
|
61 |
"subscribers list?</b> Come check our Pro plan."
|
62 |
msgstr ""
|
63 |
|
64 |
+
#: ../classes/es-register.php:739
|
65 |
+
msgid "Check Pro plan"
|
66 |
msgstr ""
|
67 |
|
68 |
+
#: ../classes/es-register.php:739
|
69 |
msgid "Not interested."
|
70 |
msgstr ""
|
71 |
|
72 |
+
#: ../classes/es-register.php:777
|
73 |
+
msgid ""
|
74 |
+
"<b style=\"letter-spacing:0.4px;\">To honour GDPR, kindly enable the 'Consent "
|
75 |
+
"Checkbox' in the subscription form.</b>"
|
76 |
+
msgstr ""
|
77 |
+
|
78 |
+
#: ../classes/es-register.php:778
|
79 |
+
msgid "Steps to enable"
|
80 |
+
msgstr ""
|
81 |
+
|
82 |
+
#: ../classes/es-register.php:778
|
83 |
+
msgid "Ok, got it"
|
84 |
+
msgstr ""
|
85 |
+
|
86 |
+
#: ../classes/es-register.php:817
|
87 |
#, php-format
|
88 |
msgid "Email Subscribers version: <strong>%s</strong>"
|
89 |
msgstr ""
|
90 |
|
91 |
+
#: ../classes/es-register.php:828 ../classes/es-register.php:829
|
92 |
msgid "Add new Template"
|
93 |
msgstr ""
|
94 |
|
95 |
+
#: ../classes/es-register.php:830
|
96 |
msgid "Edit Templates"
|
97 |
msgstr ""
|
98 |
|
99 |
+
#: ../classes/es-register.php:831
|
100 |
msgid "New Templates"
|
101 |
msgstr ""
|
102 |
|
103 |
+
#: ../classes/es-register.php:833
|
104 |
msgid "View Templates"
|
105 |
msgstr ""
|
106 |
|
107 |
+
#: ../classes/es-register.php:834
|
108 |
msgid "Search Templates"
|
109 |
msgstr ""
|
110 |
|
111 |
+
#: ../classes/es-register.php:835
|
112 |
msgid "No Templates found"
|
113 |
msgstr ""
|
114 |
|
115 |
+
#: ../classes/es-register.php:836
|
116 |
msgid "No Templates found in Trash"
|
117 |
msgstr ""
|
118 |
|
119 |
+
#: ../classes/es-register.php:839
|
120 |
msgid "Thumbnail (For Visual Representation only)"
|
121 |
msgstr ""
|
122 |
|
123 |
+
#: ../classes/es-register.php:840
|
124 |
msgid "Set thumbnail"
|
125 |
msgstr ""
|
126 |
|
127 |
+
#: ../classes/es-register.php:877
|
128 |
msgid "Template Type"
|
129 |
msgstr ""
|
130 |
|
131 |
+
#: ../classes/es-register.php:943
|
132 |
msgid "Available Keyword for Post Notification: {{POSTTITLE}}"
|
133 |
msgstr ""
|
134 |
|
135 |
+
#: ../classes/es-register.php:946
|
136 |
msgid "Select your Email Template Type"
|
137 |
msgstr ""
|
138 |
|
139 |
+
#: ../classes/es-register.php:996
|
140 |
msgid "Preview Template"
|
141 |
msgstr ""
|
142 |
|
143 |
+
#: ../classes/es-register.php:1010
|
144 |
#, php-format
|
145 |
msgid ""
|
146 |
"%s for Post Notification: {{NAME}}, {{EMAIL}}, {{DATE}}, {{POSTTITLE}}, "
|
148 |
"WITHTITLE}}, {{POSTLINK-ONLY}}, {{POSTFULL}}"
|
149 |
msgstr ""
|
150 |
|
151 |
+
#: ../classes/es-register.php:1011
|
152 |
#, php-format
|
153 |
msgid "<br/><br/>%s for Newsletter: {{NAME}}, {{EMAIL}}"
|
154 |
msgstr ""
|
157 |
msgid "Unexpected url submit has been detected!"
|
158 |
msgstr ""
|
159 |
|
160 |
+
#: ../help/help.php:191
|
161 |
msgid "Thanks for installing and we hope you will enjoy using this plugin."
|
162 |
msgstr ""
|
163 |
|
164 |
+
#: ../help/help.php:192
|
165 |
msgid ""
|
166 |
"By default, subscribers subscribed via Email Subscribers, will receive email "
|
167 |
"updates when you post a new blog. You can turn these updates off like this:"
|
168 |
msgstr ""
|
169 |
|
170 |
+
#: ../help/help.php:193
|
171 |
msgid ""
|
172 |
"Email Subscribers -> Post Notification -> Edit -> Select Notification Status "
|
173 |
"when a new post is published -> Disable -> Save."
|
174 |
msgstr ""
|
175 |
|
176 |
+
#: ../help/help.php:197
|
177 |
+
msgid ""
|
178 |
+
"Stay in touch with us. We send out plugin help, tips, periodic updates and "
|
179 |
+
"even the occasional discounts."
|
180 |
+
msgstr ""
|
181 |
+
|
182 |
+
#: ../help/help.php:205
|
183 |
+
#, php-format
|
184 |
+
msgid "I have read and agreed to your %s."
|
185 |
+
msgstr ""
|
186 |
+
|
187 |
+
#: ../help/help.php:205
|
188 |
+
msgid "Privacy Policy"
|
189 |
+
msgstr ""
|
190 |
+
|
191 |
+
#: ../help/help.php:223
|
192 |
#, php-format
|
193 |
msgid ""
|
194 |
"<b>Like Email Subscribers?</b> If yes, then consider %s to support further "
|
195 |
"developments."
|
196 |
msgstr ""
|
197 |
|
198 |
+
#: ../help/help.php:289
|
199 |
msgid "Use HTML editor to create newsletters and post notifications."
|
200 |
msgstr ""
|
201 |
|
202 |
+
#: ../help/help.php:330
|
203 |
msgid "General Plugin Configuration"
|
204 |
msgstr ""
|
205 |
|
206 |
+
#: ../help/help.php:336
|
207 |
msgid "How does Sync work?"
|
208 |
msgstr ""
|
209 |
|
210 |
+
#: ../help/help.php:351
|
211 |
msgid "How to check sent emails?"
|
212 |
msgstr ""
|
213 |
|
214 |
+
#: ../help/help.php:363
|
215 |
msgid "Create and Send Newsletter Emails"
|
216 |
msgstr ""
|
217 |
|
218 |
+
#: ../help/help.php:366
|
219 |
msgid "Keywords in the Newsletters"
|
220 |
msgstr ""
|
221 |
|
222 |
+
#: ../help/help.php:373
|
223 |
msgid "Create and Send Post Notification Emails when new posts are published"
|
224 |
msgstr ""
|
225 |
|
226 |
+
#: ../help/help.php:387
|
227 |
msgid "What is Cron and how to Schedule Cron Emails?"
|
228 |
msgstr ""
|
229 |
|
230 |
+
#: ../help/help.php:413
|
231 |
+
msgid "[GDPR] Email Subscribers"
|
232 |
+
msgstr ""
|
233 |
+
|
234 |
+
#: ../help/help.php:416 ../help/help.php:434
|
235 |
+
msgid "How to enable consent checkbox in the subscribe form?"
|
236 |
+
msgstr ""
|
237 |
+
|
238 |
+
#: ../help/help.php:419
|
239 |
+
msgid "What data Email Subscribers stores on your end?"
|
240 |
+
msgstr ""
|
241 |
+
|
242 |
+
#: ../help/help.php:431
|
243 |
+
msgid "[GDPR] Email Subscribers - Group Selector"
|
244 |
+
msgstr ""
|
245 |
+
|
246 |
+
#: ../help/help.php:437
|
247 |
+
msgid "What data Email Subscribers - Group Selector stores on your end?"
|
248 |
+
msgstr ""
|
249 |
+
|
250 |
+
#: ../help/help.php:454
|
251 |
msgid "Using our <b>free</b> "
|
252 |
msgstr ""
|
253 |
|
254 |
+
#: ../help/help.php:474
|
255 |
msgid ""
|
256 |
"Using Email Subscribers you can achieve this easily with our <b>free</b> "
|
257 |
"plugin "
|
258 |
msgstr ""
|
259 |
|
260 |
+
#: ../help/help.php:491
|
261 |
msgid "Email subscribers easily integrates with another <b>free</b> plugin "
|
262 |
msgstr ""
|
263 |
|
347 |
msgid "Total Subscribers: "
|
348 |
msgstr ""
|
349 |
|
350 |
+
#: ../templates/template-preview.php:32
|
351 |
msgid "Template Preview"
|
352 |
msgstr ""
|
353 |
|
354 |
+
#: ../templates/template-preview.php:40
|
355 |
msgid "This is how your email may look."
|
356 |
msgstr ""
|
357 |
|
358 |
+
#: ../templates/template-preview.php:42
|
359 |
msgid ""
|
360 |
"<br><br>This Post Notification preview has replaced keywords from your last "
|
361 |
"published blog post."
|
362 |
msgstr ""
|
363 |
|
364 |
+
#: ../templates/template-preview.php:44
|
365 |
msgid ""
|
366 |
"<br><br>Note: Different email services (like gmail, yahoo etc) display email "
|
367 |
"content differently. So there could be a slight variation on how your "
|
412 |
msgid "<span style=\"color:#993399;\">Immediately</span>"
|
413 |
msgstr "<span style=\"color:#993399;\">Umiddelbart</span>"
|
414 |
|
415 |
+
#: ../classes/es-loadwidget.php:34 ../classes/es-register.php:1095 ..
|
416 |
#: subscribers/view-subscriber-show.php:289
|
417 |
msgid "Name"
|
418 |
msgstr "Navn"
|
419 |
|
420 |
+
#: ../classes/es-loadwidget.php:39 ../classes/es-register.php:1100
|
421 |
msgid "Email *"
|
422 |
msgstr "E-post *"
|
423 |
|
424 |
+
#: ../classes/es-loadwidget.php:47 ../classes/es-register.php:1108 ../help/help.
|
425 |
+
#: php:202
|
426 |
msgid "Subscribe"
|
427 |
msgstr "Abonner"
|
428 |
|
429 |
#: ../classes/es-register.php:162 ../classes/es-register.php:163 ../classes/es-
|
430 |
+
#: register.php:838
|
431 |
msgid "Email Subscribers"
|
432 |
msgstr "Email Subscribers"
|
433 |
|
437 |
msgstr "Abonnenter"
|
438 |
|
439 |
#: ../classes/es-register.php:171 ../classes/es-register.php:172 ../help/help.php:
|
440 |
+
#: 370 ../notification/notification-show.php:52
|
441 |
msgid "Post Notifications"
|
442 |
msgstr "Varsler"
|
443 |
|
444 |
#: ../classes/es-register.php:174 ../classes/es-register.php:175 ../help/help.php:
|
445 |
+
#: 360 ../sendmail/sendmail.php:93 ../settings/settings-edit.php:324
|
446 |
msgid "Newsletters"
|
447 |
msgstr "Nyhetsbrev"
|
448 |
|
635 |
msgid "Please try after some time"
|
636 |
msgstr "Prøv på nytt senere"
|
637 |
|
638 |
+
#: ../classes/es-register.php:803
|
639 |
msgid ""
|
640 |
"If you like <strong>Email Subscribers</strong>, please consider leaving us a "
|
641 |
"<a target=\"_blank\" href=\"https://wordpress.org/support/plugin/email-"
|
647 |
"subscribers/reviews/?filter=5#new-post\">★★★★★</a> en vurdering. En stor takk "
|
648 |
"fra Icegram!"
|
649 |
|
650 |
+
#: ../classes/es-register.php:878 ../settings/settings-edit.php:123
|
651 |
msgid "Thumbnail"
|
652 |
msgstr "Miniatyrbilde"
|
653 |
|
654 |
+
#: ../classes/es-register.php:926 ../sentmail/sentmail-show.php:108 ..
|
655 |
#: sentmail/sentmail-show.php:121
|
656 |
msgid "Preview"
|
657 |
msgstr "Forhåndsvis"
|
658 |
|
659 |
+
#: ../classes/es-register.php:948
|
660 |
msgid "Newsletter"
|
661 |
msgstr "Nyhetsbrev"
|
662 |
|
663 |
+
#: ../classes/es-register.php:949
|
664 |
msgid "Post Notification"
|
665 |
msgstr "Varsel"
|
666 |
|
667 |
+
#: ../classes/es-register.php:1010 ../classes/es-register.php:1011
|
668 |
msgid "Available Keywords"
|
669 |
msgstr "Tilgjengelige søkeord"
|
670 |
|
671 |
+
#: ../classes/es-register.php:1148
|
672 |
msgid "Widget Title"
|
673 |
msgstr "Widget tittel"
|
674 |
|
675 |
+
#: ../classes/es-register.php:1152
|
676 |
msgid "Short description about subscription form"
|
677 |
msgstr "Kort beskrivelse av ditt abonnement skjema"
|
678 |
|
679 |
+
#: ../classes/es-register.php:1156
|
680 |
msgid "Display Name Field"
|
681 |
msgstr "Vis Navnefelt"
|
682 |
|
683 |
+
#: ../classes/es-register.php:1158 ../settings/settings-edit.php:142 ..
|
684 |
#: settings/settings-edit.php:217 ../subscribers/view-subscriber-sync.php:107
|
685 |
msgid "YES"
|
686 |
msgstr "JA"
|
687 |
|
688 |
+
#: ../classes/es-register.php:1159 ../settings/settings-edit.php:143 ..
|
689 |
#: settings/settings-edit.php:218 ../subscribers/view-subscriber-sync.php:106
|
690 |
msgid "NO"
|
691 |
msgstr "NEI"
|
692 |
|
693 |
+
#: ../classes/es-register.php:1163
|
694 |
msgid "Subscriber Group"
|
695 |
msgstr "Abonnent gruppe"
|
696 |
|
697 |
+
#: ../help/help.php:190
|
698 |
msgid "Welcome to Email Subscribers!"
|
699 |
msgstr "Velkommen til Email Subscribers!"
|
700 |
|
701 |
+
#: ../help/help.php:214
|
|
|
|
|
|
|
|
|
702 |
#, php-format
|
703 |
msgid "Version: %s"
|
704 |
msgstr "Versjon: %s"
|
705 |
|
706 |
+
#: ../help/help.php:217
|
707 |
msgid "Questions? Need Help?"
|
708 |
msgstr "Spørsmål? Trenger hjelp?"
|
709 |
|
710 |
+
#: ../help/help.php:218
|
711 |
msgid "Contact Us"
|
712 |
msgstr "Kontakt oss"
|
713 |
|
714 |
+
#: ../help/help.php:223
|
715 |
msgid "donating to us"
|
716 |
msgstr "donere til oss"
|
717 |
|
718 |
+
#: ../help/help.php:258
|
719 |
msgid "Description"
|
720 |
msgstr "Beskrivelse"
|
721 |
|
722 |
+
#: ../help/help.php:260
|
723 |
msgid ""
|
724 |
"Email Subscribers is a complete newsletter plugin which lets you collect "
|
725 |
"leads, send automated new blog post notification emails, create & send "
|
729 |
"ledere, sende automatiserte nye blogginnleggingsmeldinger, opprette og sende "
|
730 |
"nyhetsbrev og administrere alt dette på ett enkelt sted."
|
731 |
|
732 |
+
#: ../help/help.php:262
|
733 |
msgid "Feature Overview"
|
734 |
msgstr "Funksjonsoversikt"
|
735 |
|
736 |
+
#: ../help/help.php:265
|
737 |
msgid ""
|
738 |
"Collect customer emails by adding a subscription box (Widget/Shortcode/PHP "
|
739 |
"Code)."
|
741 |
"Samle kundeemail ved å legge til en abonnementsboks (Widget / Shortcode / "
|
742 |
"PHP Code)."
|
743 |
|
744 |
+
#: ../help/help.php:268
|
745 |
msgid "Configure double Opt-In and Single Opt-In facility for subscribers."
|
746 |
msgstr "Konfigurer Dobbel Opt-In og Single Opt-In-anlegg for abonnenter."
|
747 |
|
748 |
+
#: ../help/help.php:271
|
749 |
msgid "Send automatic welcome email to subscribers."
|
750 |
msgstr "Send automatisk velkomst e-post til abonnenter."
|
751 |
|
752 |
+
#: ../help/help.php:274
|
753 |
msgid ""
|
754 |
"Send new post notification emails to subscribers when new posts are "
|
755 |
"published on your website."
|
757 |
"Send nye e-postmeldinger til abonnenter når nye innlegg publiseres på "
|
758 |
"nettstedet ditt."
|
759 |
|
760 |
+
#: ../help/help.php:277
|
761 |
msgid "Schedule email (Cron job) or send them manually."
|
762 |
msgstr "Planlegg e-post (Cron-jobb) eller send dem manuelt."
|
763 |
|
764 |
+
#: ../help/help.php:280
|
765 |
msgid "Send email notification to admin when a new user signs up."
|
766 |
msgstr "Send e-postvarsling til admin når en ny bruker registrerer seg."
|
767 |
|
768 |
+
#: ../help/help.php:283
|
769 |
msgid "Automatically add Unsubscribe link in the email."
|
770 |
msgstr "Legg til automatisk Avslutt lenke i e-posten."
|
771 |
|
772 |
+
#: ../help/help.php:286
|
773 |
msgid "Easily migrate subscribers from another app using Import & Export."
|
774 |
msgstr "Migrere enkelt abonnenter fra en annen app ved hjelp av Import & Export."
|
775 |
|
776 |
+
#: ../help/help.php:292
|
777 |
msgid "Send newsletters to different groups."
|
778 |
msgstr "Send nyhetsbrev til forskjellige grupper."
|
779 |
|
780 |
+
#: ../help/help.php:295
|
781 |
msgid "Get detailed sent email reports."
|
782 |
msgstr "Få detaljerte sendte e-postrapporter."
|
783 |
|
784 |
+
#: ../help/help.php:298
|
785 |
msgid "Control user access (User Roles and Capabilities)."
|
786 |
msgstr "Kontroller brukertilgang (Brukerroller og -funksjoner)."
|
787 |
|
788 |
+
#: ../help/help.php:301
|
789 |
msgid "Supports localization and internationalization."
|
790 |
msgstr "Støtter lokalisering og internasjonalisering."
|
791 |
|
792 |
+
#: ../help/help.php:308
|
793 |
msgid "Add Subscribe form"
|
794 |
msgstr "Legg til abonneringsskjema"
|
795 |
|
796 |
+
#: ../help/help.php:310 ../help/help.php:321 ../help/help.php:324 ../help/help.
|
797 |
+
#: php:336 ../help/help.php:339 ../help/help.php:342 ../help/help.php:345 ..
|
798 |
+
#: help/help.php:348 ../help/help.php:351 ../help/help.php:363 ../help/help.php:
|
799 |
+
#: 366 ../help/help.php:373 ../help/help.php:376 ../help/help.php:379 ..
|
800 |
+
#: help/help.php:387 ../help/help.php:390 ../help/help.php:393 ../help/help.php:
|
801 |
+
#: 396 ../help/help.php:402 ../help/help.php:405 ../help/help.php:408 ..
|
802 |
+
#: help/help.php:416 ../help/help.php:419 ../help/help.php:434 ../help/help.php:
|
803 |
+
#: 437
|
804 |
#, php-format
|
805 |
msgid "%s"
|
806 |
msgstr "%s"
|
807 |
|
808 |
+
#: ../help/help.php:310
|
809 |
msgid "How to Add Subscription box to website?"
|
810 |
msgstr "Hvordan legge til abonnement boks til nettsted?"
|
811 |
|
812 |
+
#: ../help/help.php:313
|
813 |
#, php-format
|
814 |
msgid ""
|
815 |
"Use any of the following 3 methods :<br>\n"
|
827 |
"<br> C) Kopier og forbi denne php-koden til ønsket malplassering: "
|
828 |
"<strong>%s</strong>"
|
829 |
|
830 |
+
#: ../help/help.php:318
|
831 |
msgid "Additional form settings"
|
832 |
msgstr "Ytterligere skjemainnstillinger"
|
833 |
|
834 |
+
#: ../help/help.php:321
|
835 |
msgid "How to Redirect Subscribers to a new page/url after successful sign up?"
|
836 |
msgstr ""
|
837 |
"Slik omdirigerer du abonnenter til en ny side / URL etter vellykket "
|
838 |
"innmelding?"
|
839 |
|
840 |
+
#: ../help/help.php:324
|
841 |
msgid "How to add captcha in Subscribe form of Email Subscribers?"
|
842 |
msgstr "Hvordan legge til captcha i abonner malen for e-abonnenter?"
|
843 |
|
844 |
+
#: ../help/help.php:333
|
845 |
#, php-format
|
846 |
msgid "Modify %s"
|
847 |
msgstr "Endre «%s»"
|
848 |
|
849 |
+
#: ../help/help.php:333
|
850 |
msgid "default text, email contents"
|
851 |
msgstr "standard tekst, e-post innhold"
|
852 |
|
853 |
+
#: ../help/help.php:333
|
854 |
msgid ""
|
855 |
" (like Confirmation, Welcome, Admin emails), Cron Settings and Assign User "
|
856 |
"Roles"
|
858 |
"(Som Bekreftelse, Velkommen, Admin e-post), Cron-innstillinger og Tilordne "
|
859 |
"brukerroller"
|
860 |
|
861 |
+
#: ../help/help.php:339
|
862 |
msgid "How to Import or Export Email Addresses?"
|
863 |
msgstr "Hvordan du importerer eller eksporterer e-postadresser?"
|
864 |
|
865 |
+
#: ../help/help.php:342
|
866 |
msgid "How to Add/Update Existing Subscribers Group & Status?"
|
867 |
msgstr "Slik legger du til/Oppdater eksisterende abonnenter Gruppe & Status?"
|
868 |
|
869 |
+
#: ../help/help.php:345
|
870 |
msgid "How to change/update/translate any texts from the plugin?"
|
871 |
msgstr "Hvordan endre / oppdatere / oversette noen tekster fra plugin?"
|
872 |
|
873 |
+
#: ../help/help.php:348
|
874 |
msgid "How to add Unsubscribe link in emails?"
|
875 |
msgstr "Hvordan legger du til abonnements link i e-post?"
|
876 |
|
877 |
+
#: ../help/help.php:376
|
878 |
msgid "Keywords in the Post Notifications"
|
879 |
msgstr "Nøkkelord i postvarsler"
|
880 |
|
881 |
+
#: ../help/help.php:379
|
882 |
msgid "Send a test post notification email to myself/testgroup"
|
883 |
msgstr "Send en testmeldingsmelding til meg selv / testgruppe"
|
884 |
|
885 |
+
#: ../help/help.php:384
|
886 |
msgid "Cron Job Setup"
|
887 |
msgstr "Cron jobboppsett"
|
888 |
|
889 |
+
#: ../help/help.php:390
|
890 |
msgid "Schedule Cron Emails in cPanel"
|
891 |
msgstr "Hvordan skedulere Cron E-poster inne i cPanel?"
|
892 |
|
893 |
+
#: ../help/help.php:393
|
894 |
msgid "Schedule Cron Emails in Parallels Plesk"
|
895 |
msgstr "Hvordan skedulere Cron E-poster inne i Plesk?"
|
896 |
|
897 |
+
#: ../help/help.php:396
|
898 |
msgid "Hosting doesn’t support Cron Jobs?"
|
899 |
msgstr "Hva du gjør hvis Hosting ikke støtter Cron jobber?"
|
900 |
|
901 |
+
#: ../help/help.php:399
|
902 |
msgid "Troubleshooting Steps"
|
903 |
msgstr "Feilsøkingstrinn"
|
904 |
|
905 |
+
#: ../help/help.php:402
|
906 |
msgid "Subscribers are not receiving Emails?"
|
907 |
msgstr "Abonnenter mottar ikke e-post?"
|
908 |
|
909 |
+
#: ../help/help.php:405
|
910 |
msgid "CSS Help"
|
911 |
msgstr "CSS hjelp"
|
912 |
|
913 |
+
#: ../help/help.php:408
|
914 |
msgid "FAQ's"
|
915 |
msgstr "Vanlige spørsmål"
|
916 |
|
917 |
+
#: ../help/help.php:446
|
918 |
msgid "Want to do more? Here's how.."
|
919 |
msgstr "Vil du gjøre mer? Slik er det .."
|
920 |
|
921 |
+
#: ../help/help.php:449
|
922 |
msgid "Allow Subscribers to get subscribed to any group"
|
923 |
msgstr "Tillat abonnenter å bli abonnement på en gruppe"
|
924 |
|
925 |
+
#: ../help/help.php:455
|
926 |
msgid "Group Selector"
|
927 |
msgstr "Gruppevelger"
|
928 |
|
929 |
+
#: ../help/help.php:456
|
930 |
msgid ""
|
931 |
"plugin, you can extend Email Subscribers Form functionality by providing an "
|
932 |
"grouping option right next to the form."
|
934 |
"plugin, kan du utvide E-post Abonnenter Form funksjonalitet ved å gi et "
|
935 |
"grupperingsalternativ rett ved siden av skjemaet."
|
936 |
|
937 |
+
#: ../help/help.php:459
|
938 |
msgid "The user can then subscribe to whichever group most appeals to them."
|
939 |
msgstr "Brukeren kan da abonnere på hvilken gruppe de fleste appellerer til dem."
|
940 |
|
941 |
+
#: ../help/help.php:462
|
942 |
msgid "For example: Subscribe either to Updates or to Offers."
|
943 |
msgstr "For eksempel: Abonner enten på Oppdateringer eller Tilbud."
|
944 |
|
945 |
+
#: ../help/help.php:466
|
946 |
msgid "Show your subscribe form inside attractive popups"
|
947 |
msgstr "Vis din abonnementskjema inne i attraktive popup-vinduer"
|
948 |
|
949 |
+
#: ../help/help.php:471
|
950 |
msgid ""
|
951 |
"Don't limit your subscriber form to a widget. Embed it within popups, hello "
|
952 |
"bars, slide-ins, sidebars, full screen popups etc."
|
956 |
"etc."
|
957 |
|
958 |
#. Author of the plugin/theme
|
959 |
+
#: ../help/help.php:475
|
960 |
msgid "Icegram"
|
961 |
msgstr "Icegram"
|
962 |
|
963 |
+
#: ../help/help.php:478
|
964 |
msgid ""
|
965 |
"Icegram's beautiful designs instantly capture user attention and help "
|
966 |
"increase sign-ups to your WordPress website."
|
968 |
"Icegrams vakre design tar øyeblikkelig opp brukerens oppmerksomhet og bidrar "
|
969 |
"til å øke registreringene på WordPress-nettstedet ditt."
|
970 |
|
971 |
+
#: ../help/help.php:481 ../help/help.php:501
|
972 |
#, php-format
|
973 |
msgid "How to %s"
|
974 |
msgstr "Hvordan %s"
|
975 |
|
976 |
+
#: ../help/help.php:481
|
977 |
msgid "show subscribe form inside a popup"
|
978 |
msgstr "vis abonnementsskjema inne i en popup"
|
979 |
|
980 |
+
#: ../help/help.php:485
|
981 |
msgid "Get beautiful and elegant form styles"
|
982 |
msgstr "Få vakre og elegante formstiler"
|
983 |
|
984 |
+
#: ../help/help.php:492
|
985 |
msgid "Rainmaker"
|
986 |
msgstr "Rainmaker"
|
987 |
|
988 |
+
#: ../help/help.php:495
|
989 |
msgid ""
|
990 |
"Rainmaker extends the core features of Email Subscribers and provides "
|
991 |
"elegant form styles."
|
993 |
"Rainmaker utvider kjernegenskapene til e-post abonnenter og gir elegante "
|
994 |
"formstiler."
|
995 |
|
996 |
+
#: ../help/help.php:498
|
997 |
msgid ""
|
998 |
"These styles are well designed and beautify your subscription form making it "
|
999 |
"more appealing."
|
1001 |
"Disse stilene er godt utformet og forskjønne abonnementsskjemaet ditt, noe "
|
1002 |
"som gjør det mer tiltalende."
|
1003 |
|
1004 |
+
#: ../help/help.php:501
|
1005 |
msgid "add Rainmaker’s form in Email Subscribers"
|
1006 |
msgstr "legg til Rainmakers skjema i e-post abonnenter"
|
1007 |
|
1045 |
#: subscribers/view-subscriber-add.php:118 ../subscribers/view-subscriber-edit.
|
1046 |
#: php:113 ../subscribers/view-subscriber-export.php:51 ../subscribers/view-
|
1047 |
#: subscriber-import.php:149 ../subscribers/view-subscriber-show.php:247 ..
|
1048 |
+
#: subscribers/view-subscriber-sync.php:92 ../templates/template-preview.php:33
|
1049 |
msgid "Help"
|
1050 |
msgstr "Hjelp"
|
1051 |
|
1187 |
msgstr "Varselstatusen"
|
1188 |
|
1189 |
#: ../notification/notification-show.php:100 ../subscribers/view-subscriber-show.
|
1190 |
+
#: php:417 ../templates/template-preview.php:36
|
1191 |
msgid "Edit"
|
1192 |
msgstr "Rediger"
|
1193 |
|
languages/email-subscribers-pl_PL.mo
CHANGED
Binary file
|
languages/email-subscribers-pl_PL.po
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
-
"Project-Id-Version: Email Subscribers & Newsletters 3.
|
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: admin <mansi.shah@appsmagnet.com>\n"
|
8 |
"Language-Team: Icegram <hello@icegram.com>Language:\n"
|
9 |
"Language: Polish\n"
|
@@ -23,61 +23,57 @@ msgstr ""
|
|
23 |
"X-Loco-Target-Locale: pl_PL\n"
|
24 |
"X-Poedit-SearchPath-0: .."
|
25 |
|
26 |
-
#: ../classes/es-register.php:
|
27 |
-
|
28 |
-
msgid ""
|
29 |
-
"Your subscription was successful! Kindly check your mailbox and confirm your "
|
30 |
-
"subscription. If you don't see the email within a few minutes, check the "
|
31 |
-
"spam/junk folder."
|
32 |
msgstr ""
|
33 |
|
34 |
-
#: ../classes/es-register.php:
|
35 |
-
msgctxt "widget-page-enhanced-select"
|
36 |
msgid ""
|
37 |
-
"
|
38 |
-
"
|
39 |
-
"spam/junk folder."
|
40 |
msgstr ""
|
41 |
|
42 |
-
#: ../
|
43 |
-
msgid "
|
44 |
msgstr ""
|
45 |
|
46 |
-
#: ../
|
47 |
-
msgid ""
|
48 |
-
"By default, subscribers subscribed via Email Subscribers, will receive email "
|
49 |
-
"updates when you post a new blog. You can turn these updates off like this:"
|
50 |
msgstr ""
|
51 |
|
52 |
-
#: ../help/help.php:
|
53 |
msgid ""
|
54 |
-
"
|
55 |
-
"
|
56 |
msgstr ""
|
57 |
|
58 |
-
#: ../help/help.php:
|
59 |
#, php-format
|
60 |
-
msgid ""
|
61 |
-
"<b>Like Email Subscribers?</b> If yes, then consider %s to support further "
|
62 |
-
"developments."
|
63 |
msgstr ""
|
64 |
|
65 |
-
#: ../help/help.php:
|
66 |
-
msgid "
|
67 |
msgstr ""
|
68 |
|
69 |
-
#: ../help/help.php:
|
70 |
-
msgid "
|
71 |
msgstr ""
|
72 |
|
73 |
-
#: ../help/help.php:
|
74 |
-
msgid ""
|
75 |
-
"Using Email Subscribers you can achieve this easily with our <b>free</b> "
|
76 |
-
"plugin "
|
77 |
msgstr ""
|
78 |
|
79 |
-
#: ../help/help.php:
|
80 |
-
msgid "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
81 |
msgstr ""
|
82 |
|
83 |
#: ../subscribers/view-subscriber-add.php:117 ../subscribers/view-subscriber-edit.
|
@@ -132,23 +128,23 @@ msgstr "<span style=\"color:#20b2aa;font-weight:bold;\">przez Cron</span>"
|
|
132 |
msgid "<span style=\"color:#993399;\">Immediately</span>"
|
133 |
msgstr "<span style=\"color:#993399;\">Natychmiast</span>"
|
134 |
|
135 |
-
#: ../classes/es-loadwidget.php:
|
136 |
#: subscribers/view-subscriber-show.php:289
|
137 |
msgid "Name"
|
138 |
msgstr "Nazwa"
|
139 |
|
140 |
-
#: ../classes/es-loadwidget.php:
|
141 |
msgid "Email *"
|
142 |
msgstr "E-mail *"
|
143 |
|
144 |
-
#: ../classes/es-loadwidget.php:
|
145 |
-
#: php:
|
146 |
msgid "Subscribe"
|
147 |
msgstr "Subskrypcja"
|
148 |
|
149 |
#. Name of the plugin
|
150 |
#: ../classes/es-register.php:162 ../classes/es-register.php:163 ../classes/es-
|
151 |
-
#: register.php:
|
152 |
msgid "Email Subscribers"
|
153 |
msgstr "Email Subscribers"
|
154 |
|
@@ -158,17 +154,17 @@ msgid "Subscribers"
|
|
158 |
msgstr "Subskrybujący"
|
159 |
|
160 |
#: ../classes/es-register.php:168 ../classes/es-register.php:169 ../classes/es-
|
161 |
-
#: register.php:
|
162 |
msgid "Templates"
|
163 |
msgstr "Szablony"
|
164 |
|
165 |
#: ../classes/es-register.php:171 ../classes/es-register.php:172 ../help/help.php:
|
166 |
-
#:
|
167 |
msgid "Post Notifications"
|
168 |
msgstr "Powiadomienia pocztowe"
|
169 |
|
170 |
#: ../classes/es-register.php:174 ../classes/es-register.php:175 ../help/help.php:
|
171 |
-
#:
|
172 |
msgid "Newsletters"
|
173 |
msgstr "Biuletyny"
|
174 |
|
@@ -327,6 +323,17 @@ msgctxt "widget-enhanced-select"
|
|
327 |
msgid "Successfully Subscribed."
|
328 |
msgstr "Zarejestrowano subskrypcję."
|
329 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
330 |
#: ../classes/es-register.php:261
|
331 |
msgctxt "widget-enhanced-select"
|
332 |
msgid "Email Address already exists!"
|
@@ -357,6 +364,17 @@ msgctxt "widget-page-enhanced-select"
|
|
357 |
msgid "Successfully Subscribed."
|
358 |
msgstr "Zarejestrowano subskrypcję."
|
359 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
360 |
#: ../classes/es-register.php:275
|
361 |
msgctxt "widget-page-enhanced-select"
|
362 |
msgid "Email Address already exists!"
|
@@ -377,7 +395,7 @@ msgctxt "widget-page-enhanced-select"
|
|
377 |
msgid "Please try after some time"
|
378 |
msgstr "Spróbuj po pewnym czasie"
|
379 |
|
380 |
-
#: ../classes/es-register.php:
|
381 |
msgid ""
|
382 |
"<b>Want readymade email templates?</b> Also want to <b>clean your "
|
383 |
"subscribers list?</b> Come check our Pro plan."
|
@@ -385,15 +403,11 @@ msgstr ""
|
|
385 |
"<b>Chcesz mieć gotowe szablony e-maili?</b> Chcesz też <b>wyczyścić listę "
|
386 |
"subskrybentów?</b>Przejdź do naszego planu Pro."
|
387 |
|
388 |
-
#: ../classes/es-register.php:
|
389 |
-
msgid "Check Pro plan "
|
390 |
-
msgstr "Sprawdź plan Pro "
|
391 |
-
|
392 |
-
#: ../classes/es-register.php:740
|
393 |
msgid "Not interested."
|
394 |
msgstr "Nie zainteresowany."
|
395 |
|
396 |
-
#: ../classes/es-register.php:
|
397 |
msgid ""
|
398 |
"If you like <strong>Email Subscribers</strong>, please consider leaving us a "
|
399 |
"<a target=\"_blank\" href=\"https://wordpress.org/support/plugin/email-"
|
@@ -405,81 +419,81 @@ msgstr ""
|
|
405 |
"subscribers/reviews/?filter=5#new-post\">★★★★★"
|
406 |
"</a>. Z góry dziękujemy, Icegram!"
|
407 |
|
408 |
-
#: ../classes/es-register.php:
|
409 |
#, php-format
|
410 |
msgid "Email Subscribers version: <strong>%s</strong>"
|
411 |
msgstr "Wersja Email Subscribers: <strong>%s</strong>"
|
412 |
|
413 |
-
#: ../classes/es-register.php:
|
414 |
msgid "Add new Template"
|
415 |
msgstr "Dodaj nowy szablon"
|
416 |
|
417 |
-
#: ../classes/es-register.php:
|
418 |
msgid "Edit Templates"
|
419 |
msgstr "Edytuj szablony"
|
420 |
|
421 |
-
#: ../classes/es-register.php:
|
422 |
msgid "New Templates"
|
423 |
msgstr "Nowe szablony"
|
424 |
|
425 |
-
#: ../classes/es-register.php:
|
426 |
msgid "View Templates"
|
427 |
msgstr "Pokaż szablony"
|
428 |
|
429 |
-
#: ../classes/es-register.php:
|
430 |
msgid "Search Templates"
|
431 |
msgstr "Szukaj szablonów"
|
432 |
|
433 |
-
#: ../classes/es-register.php:
|
434 |
msgid "No Templates found"
|
435 |
msgstr "Brak szablonów"
|
436 |
|
437 |
-
#: ../classes/es-register.php:
|
438 |
msgid "No Templates found in Trash"
|
439 |
msgstr "Brak szablonów w koszu"
|
440 |
|
441 |
-
#: ../classes/es-register.php:
|
442 |
msgid "Thumbnail (For Visual Representation only)"
|
443 |
msgstr "Miniatura (jedynie dla wizualizacji)"
|
444 |
|
445 |
-
#: ../classes/es-register.php:
|
446 |
msgid "Set thumbnail"
|
447 |
msgstr "Ustaw miniaturę"
|
448 |
|
449 |
-
#: ../classes/es-register.php:
|
450 |
msgid "Template Type"
|
451 |
msgstr "Typ szablonu"
|
452 |
|
453 |
-
#: ../classes/es-register.php:
|
454 |
msgid "Thumbnail"
|
455 |
msgstr "Miniatura"
|
456 |
|
457 |
-
#: ../classes/es-register.php:
|
458 |
#: sentmail/sentmail-show.php:121
|
459 |
msgid "Preview"
|
460 |
msgstr "Podgląd"
|
461 |
|
462 |
-
#: ../classes/es-register.php:
|
463 |
msgid "Available Keyword for Post Notification: {{POSTTITLE}}"
|
464 |
msgstr "Słowa kluczowe możliwe dla powiadomienia pocztowego: {{POSTTITLE}}"
|
465 |
|
466 |
-
#: ../classes/es-register.php:
|
467 |
msgid "Select your Email Template Type"
|
468 |
msgstr "Wybierz typ szablonu e-maila"
|
469 |
|
470 |
-
#: ../classes/es-register.php:
|
471 |
msgid "Newsletter"
|
472 |
msgstr "Biuletyn"
|
473 |
|
474 |
-
#: ../classes/es-register.php:
|
475 |
msgid "Post Notification"
|
476 |
msgstr "Wpis"
|
477 |
|
478 |
-
#: ../classes/es-register.php:
|
479 |
msgid "Preview Template"
|
480 |
msgstr "Podgląd szablonu"
|
481 |
|
482 |
-
#: ../classes/es-register.php:
|
483 |
#, php-format
|
484 |
msgid ""
|
485 |
"%s for Post Notification: {{NAME}}, {{EMAIL}}, {{DATE}}, {{POSTTITLE}}, "
|
@@ -490,38 +504,38 @@ msgstr ""
|
|
490 |
"{{POSTTITLE}}, {{POSTLINK}}, {{POSTIMAGE}}, {{POSTDESC}}, {{POSTAUTHOR}}, "
|
491 |
"{{POSTLINK-WITHTITLE}}, {{POSTLINK-ONLY}}, {{POSTFULL}}"
|
492 |
|
493 |
-
#: ../classes/es-register.php:
|
494 |
msgid "Available Keywords"
|
495 |
msgstr "Dostępne słowa kluczowe"
|
496 |
|
497 |
-
#: ../classes/es-register.php:
|
498 |
#, php-format
|
499 |
msgid "<br/><br/>%s for Newsletter: {{NAME}}, {{EMAIL}}"
|
500 |
msgstr "<br/><br/>%s do Biuletynu: {{NAME}}, {{EMAIL}}"
|
501 |
|
502 |
-
#: ../classes/es-register.php:
|
503 |
msgid "Widget Title"
|
504 |
msgstr "Tytuł wtyczki"
|
505 |
|
506 |
-
#: ../classes/es-register.php:
|
507 |
msgid "Short description about subscription form"
|
508 |
msgstr "Krótki opis formularza subskrypcji"
|
509 |
|
510 |
-
#: ../classes/es-register.php:
|
511 |
msgid "Display Name Field"
|
512 |
msgstr "Wyświetl nazwę pola"
|
513 |
|
514 |
-
#: ../classes/es-register.php:
|
515 |
#: settings/settings-edit.php:217 ../subscribers/view-subscriber-sync.php:107
|
516 |
msgid "YES"
|
517 |
msgstr "TAK"
|
518 |
|
519 |
-
#: ../classes/es-register.php:
|
520 |
#: settings/settings-edit.php:218 ../subscribers/view-subscriber-sync.php:106
|
521 |
msgid "NO"
|
522 |
msgstr "NIE"
|
523 |
|
524 |
-
#: ../classes/es-register.php:
|
525 |
msgid "Subscriber Group"
|
526 |
msgstr "Grupa subskrybenta"
|
527 |
|
@@ -529,36 +543,62 @@ msgstr "Grupa subskrybenta"
|
|
529 |
msgid "Unexpected url submit has been detected!"
|
530 |
msgstr "Wykryto nieoczekiwane zgłoszenie adresu URL!"
|
531 |
|
532 |
-
#: ../help/help.php:
|
533 |
msgid "Welcome to Email Subscribers!"
|
534 |
msgstr "Witamy w Email Subscribers!"
|
535 |
|
536 |
#: ../help/help.php:191
|
537 |
-
msgid "
|
538 |
-
msgstr "
|
539 |
|
540 |
-
#: ../help/help.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
541 |
#, php-format
|
542 |
msgid "Version: %s"
|
543 |
msgstr "Wersja: %s"
|
544 |
|
545 |
-
#: ../help/help.php:
|
546 |
msgid "Questions? Need Help?"
|
547 |
msgstr "Pytania? Potrzebna pomoc?"
|
548 |
|
549 |
-
#: ../help/help.php:
|
550 |
msgid "Contact Us"
|
551 |
msgstr "Skontaktuj się z nami"
|
552 |
|
553 |
-
#: ../help/help.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
554 |
msgid "donating to us"
|
555 |
msgstr "wspomóż nas"
|
556 |
|
557 |
-
#: ../help/help.php:
|
558 |
msgid "Description"
|
559 |
msgstr "Opis"
|
560 |
|
561 |
-
#: ../help/help.php:
|
562 |
msgid ""
|
563 |
"Email Subscribers is a complete newsletter plugin which lets you collect "
|
564 |
"leads, send automated new blog post notification emails, create & send "
|
@@ -569,11 +609,11 @@ msgstr ""
|
|
569 |
"wiadomości e-mail z powiadomieniami o blogu, tworzenie i wysyłanie "
|
570 |
"biuletynów oraz zarządzanie nimi w jednym miejscu."
|
571 |
|
572 |
-
#: ../help/help.php:
|
573 |
msgid "Feature Overview"
|
574 |
msgstr "Przegląd funkcji"
|
575 |
|
576 |
-
#: ../help/help.php:
|
577 |
msgid ""
|
578 |
"Collect customer emails by adding a subscription box (Widget/Shortcode/PHP "
|
579 |
"Code)."
|
@@ -581,15 +621,15 @@ msgstr ""
|
|
581 |
"Zbieraj e-maile klientów dodając pole subskrypcji (Widget / Shortcode / PHP "
|
582 |
"Code)."
|
583 |
|
584 |
-
#: ../help/help.php:
|
585 |
msgid "Configure double Opt-In and Single Opt-In facility for subscribers."
|
586 |
msgstr "Skonfiguruj podwójne i pojedyncze Opt-In dla subskrybentów."
|
587 |
|
588 |
-
#: ../help/help.php:
|
589 |
msgid "Send automatic welcome email to subscribers."
|
590 |
msgstr "Wyślij automatyczny e-mail powitalny do subskrybentów."
|
591 |
|
592 |
-
#: ../help/help.php:
|
593 |
msgid ""
|
594 |
"Send new post notification emails to subscribers when new posts are "
|
595 |
"published on your website."
|
@@ -597,65 +637,67 @@ msgstr ""
|
|
597 |
"Wysyłaj do subskrybentów e-maile powiadamiające o nowych wiadomościach po "
|
598 |
"opublikowaniu nowych postów w witrynie."
|
599 |
|
600 |
-
#: ../help/help.php:
|
601 |
msgid "Schedule email (Cron job) or send them manually."
|
602 |
msgstr "Stwórz harmonogram poczty (Cron job) lub wyślij e-maile ręcznie."
|
603 |
|
604 |
-
#: ../help/help.php:
|
605 |
msgid "Send email notification to admin when a new user signs up."
|
606 |
msgstr ""
|
607 |
"Wyślij e-mail powiadamiający Administratora gdy nowy subskrybent się "
|
608 |
"zarejestruje."
|
609 |
|
610 |
-
#: ../help/help.php:
|
611 |
msgid "Automatically add Unsubscribe link in the email."
|
612 |
msgstr "Automatycznie dodaj link rezygnacji z subskrypcji doe-maila."
|
613 |
|
614 |
-
#: ../help/help.php:
|
615 |
msgid "Easily migrate subscribers from another app using Import & Export."
|
616 |
msgstr ""
|
617 |
"Łatwe przenoszenie subskrybentów z innej aplikacji przy użyciu opcji Import "
|
618 |
"i Eksport."
|
619 |
|
620 |
-
#: ../help/help.php:
|
621 |
msgid "Use HTML editor to create newsletters and post notifications."
|
622 |
msgstr "Użyj edytora HTML do stworzenia biuletynów i e-maili powiadamiających."
|
623 |
|
624 |
-
#: ../help/help.php:
|
625 |
msgid "Send newsletters to different groups."
|
626 |
msgstr "Wyślij biuletyny do różnych grup."
|
627 |
|
628 |
-
#: ../help/help.php:
|
629 |
msgid "Get detailed sent email reports."
|
630 |
msgstr "Uzyskaj szczegółowe raporty wysyłki e-maili."
|
631 |
|
632 |
-
#: ../help/help.php:
|
633 |
msgid "Control user access (User Roles and Capabilities)."
|
634 |
msgstr "Kontroluj dostęp użytkownika (Role i Możliwości użytkownika)."
|
635 |
|
636 |
-
#: ../help/help.php:
|
637 |
msgid "Supports localization and internationalization."
|
638 |
msgstr "Wspiera lokalizację i umiędzynarodowienie."
|
639 |
|
640 |
-
#: ../help/help.php:
|
641 |
msgid "Add Subscribe form"
|
642 |
msgstr "Dodaj formularz Subskrybcji"
|
643 |
|
644 |
-
#: ../help/help.php:
|
645 |
-
#: php:
|
646 |
-
#: help/help.php:
|
647 |
-
#:
|
648 |
-
#: help/help.php:
|
649 |
-
#:
|
|
|
|
|
650 |
#, php-format
|
651 |
msgid "%s"
|
652 |
msgstr "%s"
|
653 |
|
654 |
-
#: ../help/help.php:
|
655 |
msgid "How to Add Subscription box to website?"
|
656 |
msgstr "Jak umieścić blok Subskrypcji na stronie?"
|
657 |
|
658 |
-
#: ../help/help.php:
|
659 |
#, php-format
|
660 |
msgid ""
|
661 |
"Use any of the following 3 methods :<br>\n"
|
@@ -674,34 +716,34 @@ msgstr ""
|
|
674 |
" c) Skopiuj i wstaw w wybrane miejsce szablonu ten kod PHP: "
|
675 |
"<strong>%s</strong>"
|
676 |
|
677 |
-
#: ../help/help.php:
|
678 |
msgid "Additional form settings"
|
679 |
msgstr "Dodatkowe ustawienia formularza"
|
680 |
|
681 |
-
#: ../help/help.php:
|
682 |
msgid "How to Redirect Subscribers to a new page/url after successful sign up?"
|
683 |
msgstr ""
|
684 |
"Jak przekierować subskrybentów na nową stronę/adres URL po pomyślnym "
|
685 |
"zarejestrowaniu się?"
|
686 |
|
687 |
-
#: ../help/help.php:
|
688 |
msgid "How to add captcha in Subscribe form of Email Subscribers?"
|
689 |
msgstr "Jak dodać captcha do formularza Email Subscribers?"
|
690 |
|
691 |
-
#: ../help/help.php:
|
692 |
msgid "General Plugin Configuration"
|
693 |
msgstr "Ogólna konfiguracja wtyczki"
|
694 |
|
695 |
-
#: ../help/help.php:
|
696 |
#, php-format
|
697 |
msgid "Modify %s"
|
698 |
msgstr "Modyfikuj %s"
|
699 |
|
700 |
-
#: ../help/help.php:
|
701 |
msgid "default text, email contents"
|
702 |
msgstr "domyślny tekst, zawartość e-maila"
|
703 |
|
704 |
-
#: ../help/help.php:
|
705 |
msgid ""
|
706 |
" (like Confirmation, Welcome, Admin emails), Cron Settings and Assign User "
|
707 |
"Roles"
|
@@ -709,95 +751,103 @@ msgstr ""
|
|
709 |
" (np. Potwierdzenie, Powitanie, E-mail administratora), Ustawienia Cron i "
|
710 |
"Przypisz Role użytkownika"
|
711 |
|
712 |
-
#: ../help/help.php:
|
|
|
|
|
|
|
|
|
713 |
msgid "How to Import or Export Email Addresses?"
|
714 |
msgstr "Jak Importować lub Eksportować Adresy Maili?"
|
715 |
|
716 |
-
#: ../help/help.php:
|
717 |
msgid "How to Add/Update Existing Subscribers Group & Status?"
|
718 |
msgstr "Jak dodać/zaktualizować Grupę i Status Istniejących Subskrybentów?"
|
719 |
|
720 |
-
#: ../help/help.php:
|
721 |
msgid "How to change/update/translate any texts from the plugin?"
|
722 |
msgstr "Jak zmienić/zaktualizować/przetłumaczyć dowolne teksty z wtyczki?"
|
723 |
|
724 |
-
#: ../help/help.php:
|
725 |
msgid "How to add Unsubscribe link in emails?"
|
726 |
msgstr "Jak dodać do maila link rezygnacji z subskrypcji?"
|
727 |
|
728 |
-
#: ../help/help.php:
|
729 |
msgid "How to check sent emails?"
|
730 |
msgstr "Jak sprawdzić wysłane e-maile?"
|
731 |
|
732 |
-
#: ../help/help.php:
|
733 |
msgid "Create and Send Newsletter Emails"
|
734 |
msgstr "Stwórz i wyślij e-maile biuletynu"
|
735 |
|
736 |
-
#: ../help/help.php:
|
737 |
msgid "Keywords in the Newsletters"
|
738 |
msgstr "Słowa kluczowe w biuletynie"
|
739 |
|
740 |
-
#: ../help/help.php:
|
741 |
msgid "Create and Send Post Notification Emails when new posts are published"
|
742 |
msgstr "Stwórz i wyślij e-maile powiadamiające po opublikowaniu nowych postów"
|
743 |
|
744 |
-
#: ../help/help.php:
|
745 |
msgid "Keywords in the Post Notifications"
|
746 |
msgstr "Słowa kluczowe w e-mailu powiadamiającym"
|
747 |
|
748 |
-
#: ../help/help.php:
|
749 |
msgid "Send a test post notification email to myself/testgroup"
|
750 |
msgstr "Wyślij testowy e-mail do mnie/grupy testowej"
|
751 |
|
752 |
-
#: ../help/help.php:
|
753 |
msgid "Cron Job Setup"
|
754 |
msgstr "Ustawienie zadań Cron"
|
755 |
|
756 |
-
#: ../help/help.php:
|
757 |
msgid "What is Cron and how to Schedule Cron Emails?"
|
758 |
msgstr "Co to jest Cron i jak zapanować harmonogram wysyłki e-malii przez Cron?"
|
759 |
|
760 |
-
#: ../help/help.php:
|
761 |
msgid "Schedule Cron Emails in cPanel"
|
762 |
msgstr "Zaplanuj zadania Cron w cPanel"
|
763 |
|
764 |
-
#: ../help/help.php:
|
765 |
msgid "Schedule Cron Emails in Parallels Plesk"
|
766 |
msgstr "Zaplanuj zadania Cron w Parallels Plesk"
|
767 |
|
768 |
-
#: ../help/help.php:
|
769 |
msgid "Hosting doesn’t support Cron Jobs?"
|
770 |
msgstr "Hosting nie obsługuje zadań Cron?"
|
771 |
|
772 |
-
#: ../help/help.php:
|
773 |
msgid "Troubleshooting Steps"
|
774 |
msgstr "Kroki rozwiązywania problemów"
|
775 |
|
776 |
-
#: ../help/help.php:
|
777 |
msgid "Subscribers are not receiving Emails?"
|
778 |
msgstr "Subskrybenci nie otrzymują e-maili?"
|
779 |
|
780 |
-
#: ../help/help.php:
|
781 |
msgid "CSS Help"
|
782 |
msgstr "Pomoc CSS"
|
783 |
|
784 |
-
#: ../help/help.php:
|
785 |
msgid "FAQ's"
|
786 |
msgstr "FAQ"
|
787 |
|
788 |
-
#: ../help/help.php:
|
789 |
msgid "Want to do more? Here's how.."
|
790 |
msgstr "Chcesz zrobić coś więcej? Oto jak.."
|
791 |
|
792 |
-
#: ../help/help.php:
|
793 |
msgid "Allow Subscribers to get subscribed to any group"
|
794 |
msgstr "Zezwalaj subskrybentom na subskrybowanie dowolnej grupy"
|
795 |
|
796 |
-
#: ../help/help.php:
|
|
|
|
|
|
|
|
|
797 |
msgid "Group Selector"
|
798 |
msgstr "Selektor grup"
|
799 |
|
800 |
-
#: ../help/help.php:
|
801 |
msgid ""
|
802 |
"plugin, you can extend Email Subscribers Form functionality by providing an "
|
803 |
"grouping option right next to the form."
|
@@ -805,21 +855,21 @@ msgstr ""
|
|
805 |
"wtyczki, możesz rozszerzyć funkcjonalność formularza Email Subscribers "
|
806 |
"poprzez udostępnienie opcji grupowania tuż obok formularza."
|
807 |
|
808 |
-
#: ../help/help.php:
|
809 |
msgid "The user can then subscribe to whichever group most appeals to them."
|
810 |
msgstr ""
|
811 |
"Użytkownik może następnie zasubskrybować tę grupę, która najbardziej do "
|
812 |
"niego pasuje."
|
813 |
|
814 |
-
#: ../help/help.php:
|
815 |
msgid "For example: Subscribe either to Updates or to Offers."
|
816 |
msgstr "Na przykład: Subskrypcje albo do Aktualizacji albo do Ofert."
|
817 |
|
818 |
-
#: ../help/help.php:
|
819 |
msgid "Show your subscribe form inside attractive popups"
|
820 |
msgstr "Pokaż swój formularz subskrypcji w atrakcyjnych wyskakujących okienkach"
|
821 |
|
822 |
-
#: ../help/help.php:
|
823 |
msgid ""
|
824 |
"Don't limit your subscriber form to a widget. Embed it within popups, hello "
|
825 |
"bars, slide-ins, sidebars, full screen popups etc."
|
@@ -827,12 +877,20 @@ msgstr ""
|
|
827 |
"Nie ograniczaj formy abonenta do widgetu. Umieść ją w wyskakujących "
|
828 |
"okienkach, w paskach, slajdach, paskach bocznych, na pełnym ekranie itd."
|
829 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
830 |
#. Author of the plugin
|
831 |
-
#: ../help/help.php:
|
832 |
msgid "Icegram"
|
833 |
msgstr "Icegram"
|
834 |
|
835 |
-
#: ../help/help.php:
|
836 |
msgid ""
|
837 |
"Icegram's beautiful designs instantly capture user attention and help "
|
838 |
"increase sign-ups to your WordPress website."
|
@@ -840,24 +898,28 @@ msgstr ""
|
|
840 |
"Pięknie wyglądające projekty programu Icegram chwytają użytkownika i "
|
841 |
"pomagają zwiększyć rejestracje w witrynie WordPress."
|
842 |
|
843 |
-
#: ../help/help.php:
|
844 |
#, php-format
|
845 |
msgid "How to %s"
|
846 |
msgstr "Jak %s"
|
847 |
|
848 |
-
#: ../help/help.php:
|
849 |
msgid "show subscribe form inside a popup"
|
850 |
msgstr "pokaż formularz subskrypcji w wyskakującym okienku"
|
851 |
|
852 |
-
#: ../help/help.php:
|
853 |
msgid "Get beautiful and elegant form styles"
|
854 |
msgstr "Zdobądź piękne i eleganckie style formularzy"
|
855 |
|
856 |
-
#: ../help/help.php:
|
|
|
|
|
|
|
|
|
857 |
msgid "Rainmaker"
|
858 |
msgstr "Rainmaker"
|
859 |
|
860 |
-
#: ../help/help.php:
|
861 |
msgid ""
|
862 |
"Rainmaker extends the core features of Email Subscribers and provides "
|
863 |
"elegant form styles."
|
@@ -865,7 +927,7 @@ msgstr ""
|
|
865 |
"Rainmaker rozszerza podstawowe funkcje Email Subscribers i zapewnia "
|
866 |
"eleganckie style formularzy."
|
867 |
|
868 |
-
#: ../help/help.php:
|
869 |
msgid ""
|
870 |
"These styles are well designed and beautify your subscription form making it "
|
871 |
"more appealing."
|
@@ -873,7 +935,7 @@ msgstr ""
|
|
873 |
"Te style są dobrze zaprojektowane i upiększą Twój formularz subskrypcji "
|
874 |
"czyniąc go bardziej atrakcyjnym."
|
875 |
|
876 |
-
#: ../help/help.php:
|
877 |
msgid "add Rainmaker’s form in Email Subscribers"
|
878 |
msgstr "dodaj formularz Rainmaker w Email Subscribers"
|
879 |
|
@@ -923,7 +985,7 @@ msgstr "Dodaj powiadomienie"
|
|
923 |
#: subscribers/view-subscriber-add.php:118 ../subscribers/view-subscriber-edit.
|
924 |
#: php:113 ../subscribers/view-subscriber-export.php:51 ../subscribers/view-
|
925 |
#: subscriber-import.php:149 ../subscribers/view-subscriber-show.php:247 ..
|
926 |
-
#: subscribers/view-subscriber-sync.php:92 ../templates/template-preview.php:
|
927 |
msgid "Help"
|
928 |
msgstr "Pomoc"
|
929 |
|
@@ -1070,7 +1132,7 @@ msgid "Notification Status"
|
|
1070 |
msgstr "Status powiadomienia"
|
1071 |
|
1072 |
#: ../notification/notification-show.php:100 ../subscribers/view-subscriber-show.
|
1073 |
-
#: php:417 ../templates/template-preview.php:
|
1074 |
msgid "Edit"
|
1075 |
msgstr "Edytuj"
|
1076 |
|
@@ -2173,15 +2235,15 @@ msgstr "Synchronizacja nowo zarejestrowanych użytkowników z listą subskrybent
|
|
2173 |
msgid "Select group to add newly registered users to"
|
2174 |
msgstr "Wybierz grupę, do której przypisani zostaną nowo rejestrowani użytkownicy"
|
2175 |
|
2176 |
-
#: ../templates/template-preview.php:
|
2177 |
msgid "Template Preview"
|
2178 |
msgstr "Podgląd szablonu"
|
2179 |
|
2180 |
-
#: ../templates/template-preview.php:
|
2181 |
msgid "This is how your email may look."
|
2182 |
msgstr "Tak może wyglądać twój e-mail."
|
2183 |
|
2184 |
-
#: ../templates/template-preview.php:
|
2185 |
msgid ""
|
2186 |
"<br><br>This Post Notification preview has replaced keywords from your last "
|
2187 |
"published blog post."
|
@@ -2189,7 +2251,7 @@ msgstr ""
|
|
2189 |
"<br><br>Ten podgląd e-maila powiadamiającego zastąpił słowa kluczowe z "
|
2190 |
"Twojego ostatniego opublikowanego wpisu na blogu."
|
2191 |
|
2192 |
-
#: ../templates/template-preview.php:
|
2193 |
msgid ""
|
2194 |
"<br><br>Note: Different email services (like gmail, yahoo etc) display email "
|
2195 |
"content differently. So there could be a slight variation on how your "
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
+
"Project-Id-Version: Email Subscribers & Newsletters 3.5.0\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
"POT-Creation-Date: 2017-07-26 12:00:36+00:00\n"
|
6 |
+
"PO-Revision-Date: Wed May 16 2018 16:05:09 GMT+0530 (IST)\n"
|
7 |
"Last-Translator: admin <mansi.shah@appsmagnet.com>\n"
|
8 |
"Language-Team: Icegram <hello@icegram.com>Language:\n"
|
9 |
"Language: Polish\n"
|
23 |
"X-Loco-Target-Locale: pl_PL\n"
|
24 |
"X-Poedit-SearchPath-0: .."
|
25 |
|
26 |
+
#: ../classes/es-register.php:739
|
27 |
+
msgid "Check Pro plan"
|
|
|
|
|
|
|
|
|
28 |
msgstr ""
|
29 |
|
30 |
+
#: ../classes/es-register.php:777
|
|
|
31 |
msgid ""
|
32 |
+
"<b style=\"letter-spacing:0.4px;\">To honour GDPR, kindly enable the 'Consent "
|
33 |
+
"Checkbox' in the subscription form.</b>"
|
|
|
34 |
msgstr ""
|
35 |
|
36 |
+
#: ../classes/es-register.php:778
|
37 |
+
msgid "Steps to enable"
|
38 |
msgstr ""
|
39 |
|
40 |
+
#: ../classes/es-register.php:778
|
41 |
+
msgid "Ok, got it"
|
|
|
|
|
42 |
msgstr ""
|
43 |
|
44 |
+
#: ../help/help.php:197
|
45 |
msgid ""
|
46 |
+
"Stay in touch with us. We send out plugin help, tips, periodic updates and "
|
47 |
+
"even the occasional discounts."
|
48 |
msgstr ""
|
49 |
|
50 |
+
#: ../help/help.php:205
|
51 |
#, php-format
|
52 |
+
msgid "I have read and agreed to your %s."
|
|
|
|
|
53 |
msgstr ""
|
54 |
|
55 |
+
#: ../help/help.php:205
|
56 |
+
msgid "Privacy Policy"
|
57 |
msgstr ""
|
58 |
|
59 |
+
#: ../help/help.php:413
|
60 |
+
msgid "[GDPR] Email Subscribers"
|
61 |
msgstr ""
|
62 |
|
63 |
+
#: ../help/help.php:416 ../help/help.php:434
|
64 |
+
msgid "How to enable consent checkbox in the subscribe form?"
|
|
|
|
|
65 |
msgstr ""
|
66 |
|
67 |
+
#: ../help/help.php:419
|
68 |
+
msgid "What data Email Subscribers stores on your end?"
|
69 |
+
msgstr ""
|
70 |
+
|
71 |
+
#: ../help/help.php:431
|
72 |
+
msgid "[GDPR] Email Subscribers - Group Selector"
|
73 |
+
msgstr ""
|
74 |
+
|
75 |
+
#: ../help/help.php:437
|
76 |
+
msgid "What data Email Subscribers - Group Selector stores on your end?"
|
77 |
msgstr ""
|
78 |
|
79 |
#: ../subscribers/view-subscriber-add.php:117 ../subscribers/view-subscriber-edit.
|
128 |
msgid "<span style=\"color:#993399;\">Immediately</span>"
|
129 |
msgstr "<span style=\"color:#993399;\">Natychmiast</span>"
|
130 |
|
131 |
+
#: ../classes/es-loadwidget.php:34 ../classes/es-register.php:1095 ..
|
132 |
#: subscribers/view-subscriber-show.php:289
|
133 |
msgid "Name"
|
134 |
msgstr "Nazwa"
|
135 |
|
136 |
+
#: ../classes/es-loadwidget.php:39 ../classes/es-register.php:1100
|
137 |
msgid "Email *"
|
138 |
msgstr "E-mail *"
|
139 |
|
140 |
+
#: ../classes/es-loadwidget.php:47 ../classes/es-register.php:1108 ../help/help.
|
141 |
+
#: php:202
|
142 |
msgid "Subscribe"
|
143 |
msgstr "Subskrypcja"
|
144 |
|
145 |
#. Name of the plugin
|
146 |
#: ../classes/es-register.php:162 ../classes/es-register.php:163 ../classes/es-
|
147 |
+
#: register.php:838
|
148 |
msgid "Email Subscribers"
|
149 |
msgstr "Email Subscribers"
|
150 |
|
154 |
msgstr "Subskrybujący"
|
155 |
|
156 |
#: ../classes/es-register.php:168 ../classes/es-register.php:169 ../classes/es-
|
157 |
+
#: register.php:826 ../classes/es-register.php:827 ../classes/es-register.php:832
|
158 |
msgid "Templates"
|
159 |
msgstr "Szablony"
|
160 |
|
161 |
#: ../classes/es-register.php:171 ../classes/es-register.php:172 ../help/help.php:
|
162 |
+
#: 370 ../notification/notification-show.php:52
|
163 |
msgid "Post Notifications"
|
164 |
msgstr "Powiadomienia pocztowe"
|
165 |
|
166 |
#: ../classes/es-register.php:174 ../classes/es-register.php:175 ../help/help.php:
|
167 |
+
#: 360 ../sendmail/sendmail.php:93 ../settings/settings-edit.php:324
|
168 |
msgid "Newsletters"
|
169 |
msgstr "Biuletyny"
|
170 |
|
323 |
msgid "Successfully Subscribed."
|
324 |
msgstr "Zarejestrowano subskrypcję."
|
325 |
|
326 |
+
#: ../classes/es-register.php:260
|
327 |
+
msgctxt "widget-enhanced-select"
|
328 |
+
msgid ""
|
329 |
+
"Your subscription was successful! Kindly check your mailbox and confirm your "
|
330 |
+
"subscription. If you don't see the email within a few minutes, check the "
|
331 |
+
"spam/junk folder."
|
332 |
+
msgstr ""
|
333 |
+
"Twoja subskrypcja zakończyła się sukcesem! Prosimy sprawdzić swoją skrzynkę "
|
334 |
+
"pocztową i potwierdzić subskrypcję. Jeśli wiadomość nie pojawi się w ciągu "
|
335 |
+
"kilku minut, sprawdź folder spam/kosz."
|
336 |
+
|
337 |
#: ../classes/es-register.php:261
|
338 |
msgctxt "widget-enhanced-select"
|
339 |
msgid "Email Address already exists!"
|
364 |
msgid "Successfully Subscribed."
|
365 |
msgstr "Zarejestrowano subskrypcję."
|
366 |
|
367 |
+
#: ../classes/es-register.php:274
|
368 |
+
msgctxt "widget-page-enhanced-select"
|
369 |
+
msgid ""
|
370 |
+
"Your subscription was successful! Kindly check your mailbox and confirm your "
|
371 |
+
"subscription. If you don't see the email within a few minutes, check the "
|
372 |
+
"spam/junk folder."
|
373 |
+
msgstr ""
|
374 |
+
"Twoja subskrypcja zakończyła się sukcesem! Prosimy sprawdzić swoją skrzynkę "
|
375 |
+
"pocztową i potwierdzić subskrypcję. Jeśli wiadomość nie pojawi się w ciągu "
|
376 |
+
"kilku minut, sprawdź folder spam/kosz."
|
377 |
+
|
378 |
#: ../classes/es-register.php:275
|
379 |
msgctxt "widget-page-enhanced-select"
|
380 |
msgid "Email Address already exists!"
|
395 |
msgid "Please try after some time"
|
396 |
msgstr "Spróbuj po pewnym czasie"
|
397 |
|
398 |
+
#: ../classes/es-register.php:738
|
399 |
msgid ""
|
400 |
"<b>Want readymade email templates?</b> Also want to <b>clean your "
|
401 |
"subscribers list?</b> Come check our Pro plan."
|
403 |
"<b>Chcesz mieć gotowe szablony e-maili?</b> Chcesz też <b>wyczyścić listę "
|
404 |
"subskrybentów?</b>Przejdź do naszego planu Pro."
|
405 |
|
406 |
+
#: ../classes/es-register.php:739
|
|
|
|
|
|
|
|
|
407 |
msgid "Not interested."
|
408 |
msgstr "Nie zainteresowany."
|
409 |
|
410 |
+
#: ../classes/es-register.php:803
|
411 |
msgid ""
|
412 |
"If you like <strong>Email Subscribers</strong>, please consider leaving us a "
|
413 |
"<a target=\"_blank\" href=\"https://wordpress.org/support/plugin/email-"
|
419 |
"subscribers/reviews/?filter=5#new-post\">★★★★★"
|
420 |
"</a>. Z góry dziękujemy, Icegram!"
|
421 |
|
422 |
+
#: ../classes/es-register.php:817
|
423 |
#, php-format
|
424 |
msgid "Email Subscribers version: <strong>%s</strong>"
|
425 |
msgstr "Wersja Email Subscribers: <strong>%s</strong>"
|
426 |
|
427 |
+
#: ../classes/es-register.php:828 ../classes/es-register.php:829
|
428 |
msgid "Add new Template"
|
429 |
msgstr "Dodaj nowy szablon"
|
430 |
|
431 |
+
#: ../classes/es-register.php:830
|
432 |
msgid "Edit Templates"
|
433 |
msgstr "Edytuj szablony"
|
434 |
|
435 |
+
#: ../classes/es-register.php:831
|
436 |
msgid "New Templates"
|
437 |
msgstr "Nowe szablony"
|
438 |
|
439 |
+
#: ../classes/es-register.php:833
|
440 |
msgid "View Templates"
|
441 |
msgstr "Pokaż szablony"
|
442 |
|
443 |
+
#: ../classes/es-register.php:834
|
444 |
msgid "Search Templates"
|
445 |
msgstr "Szukaj szablonów"
|
446 |
|
447 |
+
#: ../classes/es-register.php:835
|
448 |
msgid "No Templates found"
|
449 |
msgstr "Brak szablonów"
|
450 |
|
451 |
+
#: ../classes/es-register.php:836
|
452 |
msgid "No Templates found in Trash"
|
453 |
msgstr "Brak szablonów w koszu"
|
454 |
|
455 |
+
#: ../classes/es-register.php:839
|
456 |
msgid "Thumbnail (For Visual Representation only)"
|
457 |
msgstr "Miniatura (jedynie dla wizualizacji)"
|
458 |
|
459 |
+
#: ../classes/es-register.php:840
|
460 |
msgid "Set thumbnail"
|
461 |
msgstr "Ustaw miniaturę"
|
462 |
|
463 |
+
#: ../classes/es-register.php:877
|
464 |
msgid "Template Type"
|
465 |
msgstr "Typ szablonu"
|
466 |
|
467 |
+
#: ../classes/es-register.php:878 ../settings/settings-edit.php:123
|
468 |
msgid "Thumbnail"
|
469 |
msgstr "Miniatura"
|
470 |
|
471 |
+
#: ../classes/es-register.php:926 ../sentmail/sentmail-show.php:108 ..
|
472 |
#: sentmail/sentmail-show.php:121
|
473 |
msgid "Preview"
|
474 |
msgstr "Podgląd"
|
475 |
|
476 |
+
#: ../classes/es-register.php:943
|
477 |
msgid "Available Keyword for Post Notification: {{POSTTITLE}}"
|
478 |
msgstr "Słowa kluczowe możliwe dla powiadomienia pocztowego: {{POSTTITLE}}"
|
479 |
|
480 |
+
#: ../classes/es-register.php:946
|
481 |
msgid "Select your Email Template Type"
|
482 |
msgstr "Wybierz typ szablonu e-maila"
|
483 |
|
484 |
+
#: ../classes/es-register.php:948
|
485 |
msgid "Newsletter"
|
486 |
msgstr "Biuletyn"
|
487 |
|
488 |
+
#: ../classes/es-register.php:949
|
489 |
msgid "Post Notification"
|
490 |
msgstr "Wpis"
|
491 |
|
492 |
+
#: ../classes/es-register.php:996
|
493 |
msgid "Preview Template"
|
494 |
msgstr "Podgląd szablonu"
|
495 |
|
496 |
+
#: ../classes/es-register.php:1010
|
497 |
#, php-format
|
498 |
msgid ""
|
499 |
"%s for Post Notification: {{NAME}}, {{EMAIL}}, {{DATE}}, {{POSTTITLE}}, "
|
504 |
"{{POSTTITLE}}, {{POSTLINK}}, {{POSTIMAGE}}, {{POSTDESC}}, {{POSTAUTHOR}}, "
|
505 |
"{{POSTLINK-WITHTITLE}}, {{POSTLINK-ONLY}}, {{POSTFULL}}"
|
506 |
|
507 |
+
#: ../classes/es-register.php:1010 ../classes/es-register.php:1011
|
508 |
msgid "Available Keywords"
|
509 |
msgstr "Dostępne słowa kluczowe"
|
510 |
|
511 |
+
#: ../classes/es-register.php:1011
|
512 |
#, php-format
|
513 |
msgid "<br/><br/>%s for Newsletter: {{NAME}}, {{EMAIL}}"
|
514 |
msgstr "<br/><br/>%s do Biuletynu: {{NAME}}, {{EMAIL}}"
|
515 |
|
516 |
+
#: ../classes/es-register.php:1148
|
517 |
msgid "Widget Title"
|
518 |
msgstr "Tytuł wtyczki"
|
519 |
|
520 |
+
#: ../classes/es-register.php:1152
|
521 |
msgid "Short description about subscription form"
|
522 |
msgstr "Krótki opis formularza subskrypcji"
|
523 |
|
524 |
+
#: ../classes/es-register.php:1156
|
525 |
msgid "Display Name Field"
|
526 |
msgstr "Wyświetl nazwę pola"
|
527 |
|
528 |
+
#: ../classes/es-register.php:1158 ../settings/settings-edit.php:142 ..
|
529 |
#: settings/settings-edit.php:217 ../subscribers/view-subscriber-sync.php:107
|
530 |
msgid "YES"
|
531 |
msgstr "TAK"
|
532 |
|
533 |
+
#: ../classes/es-register.php:1159 ../settings/settings-edit.php:143 ..
|
534 |
#: settings/settings-edit.php:218 ../subscribers/view-subscriber-sync.php:106
|
535 |
msgid "NO"
|
536 |
msgstr "NIE"
|
537 |
|
538 |
+
#: ../classes/es-register.php:1163
|
539 |
msgid "Subscriber Group"
|
540 |
msgstr "Grupa subskrybenta"
|
541 |
|
543 |
msgid "Unexpected url submit has been detected!"
|
544 |
msgstr "Wykryto nieoczekiwane zgłoszenie adresu URL!"
|
545 |
|
546 |
+
#: ../help/help.php:190
|
547 |
msgid "Welcome to Email Subscribers!"
|
548 |
msgstr "Witamy w Email Subscribers!"
|
549 |
|
550 |
#: ../help/help.php:191
|
551 |
+
msgid "Thanks for installing and we hope you will enjoy using this plugin."
|
552 |
+
msgstr "Dziękujemy za instalację i mamy nadzieję, że spodoba Ci się ta wtyczka."
|
553 |
|
554 |
+
#: ../help/help.php:192
|
555 |
+
msgid ""
|
556 |
+
"By default, subscribers subscribed via Email Subscribers, will receive email "
|
557 |
+
"updates when you post a new blog. You can turn these updates off like this:"
|
558 |
+
msgstr ""
|
559 |
+
"Domyślnie subskrybenci zarejestrowani w Email Subscribers otrzymują mail po "
|
560 |
+
"opublikowaniu nowego wpisu na blogu. Możesz wyłączyć te aktualizacje w ten "
|
561 |
+
"sposób:"
|
562 |
+
|
563 |
+
#: ../help/help.php:193
|
564 |
+
msgid ""
|
565 |
+
"Email Subscribers -> Post Notification -> Edit -> Select Notification Status "
|
566 |
+
"when a new post is published -> Disable -> Save."
|
567 |
+
msgstr ""
|
568 |
+
"Email Subscribers -> Powiadomienia pocztą -> Edytuj -> Wybierz Status "
|
569 |
+
"powiadomienia po opublikowaniu nowego postu -> Wyłącz -> Zapisz."
|
570 |
+
|
571 |
+
#: ../help/help.php:214
|
572 |
#, php-format
|
573 |
msgid "Version: %s"
|
574 |
msgstr "Wersja: %s"
|
575 |
|
576 |
+
#: ../help/help.php:217
|
577 |
msgid "Questions? Need Help?"
|
578 |
msgstr "Pytania? Potrzebna pomoc?"
|
579 |
|
580 |
+
#: ../help/help.php:218
|
581 |
msgid "Contact Us"
|
582 |
msgstr "Skontaktuj się z nami"
|
583 |
|
584 |
+
#: ../help/help.php:223
|
585 |
+
#, php-format
|
586 |
+
msgid ""
|
587 |
+
"<b>Like Email Subscribers?</b> If yes, then consider %s to support further "
|
588 |
+
"developments."
|
589 |
+
msgstr ""
|
590 |
+
"<b>Lubisz Email Subscribers?</b> Jeżeli tak, to rozważ% s, wsparcie dalszego "
|
591 |
+
"rozwoju."
|
592 |
+
|
593 |
+
#: ../help/help.php:223
|
594 |
msgid "donating to us"
|
595 |
msgstr "wspomóż nas"
|
596 |
|
597 |
+
#: ../help/help.php:258
|
598 |
msgid "Description"
|
599 |
msgstr "Opis"
|
600 |
|
601 |
+
#: ../help/help.php:260
|
602 |
msgid ""
|
603 |
"Email Subscribers is a complete newsletter plugin which lets you collect "
|
604 |
"leads, send automated new blog post notification emails, create & send "
|
609 |
"wiadomości e-mail z powiadomieniami o blogu, tworzenie i wysyłanie "
|
610 |
"biuletynów oraz zarządzanie nimi w jednym miejscu."
|
611 |
|
612 |
+
#: ../help/help.php:262
|
613 |
msgid "Feature Overview"
|
614 |
msgstr "Przegląd funkcji"
|
615 |
|
616 |
+
#: ../help/help.php:265
|
617 |
msgid ""
|
618 |
"Collect customer emails by adding a subscription box (Widget/Shortcode/PHP "
|
619 |
"Code)."
|
621 |
"Zbieraj e-maile klientów dodając pole subskrypcji (Widget / Shortcode / PHP "
|
622 |
"Code)."
|
623 |
|
624 |
+
#: ../help/help.php:268
|
625 |
msgid "Configure double Opt-In and Single Opt-In facility for subscribers."
|
626 |
msgstr "Skonfiguruj podwójne i pojedyncze Opt-In dla subskrybentów."
|
627 |
|
628 |
+
#: ../help/help.php:271
|
629 |
msgid "Send automatic welcome email to subscribers."
|
630 |
msgstr "Wyślij automatyczny e-mail powitalny do subskrybentów."
|
631 |
|
632 |
+
#: ../help/help.php:274
|
633 |
msgid ""
|
634 |
"Send new post notification emails to subscribers when new posts are "
|
635 |
"published on your website."
|
637 |
"Wysyłaj do subskrybentów e-maile powiadamiające o nowych wiadomościach po "
|
638 |
"opublikowaniu nowych postów w witrynie."
|
639 |
|
640 |
+
#: ../help/help.php:277
|
641 |
msgid "Schedule email (Cron job) or send them manually."
|
642 |
msgstr "Stwórz harmonogram poczty (Cron job) lub wyślij e-maile ręcznie."
|
643 |
|
644 |
+
#: ../help/help.php:280
|
645 |
msgid "Send email notification to admin when a new user signs up."
|
646 |
msgstr ""
|
647 |
"Wyślij e-mail powiadamiający Administratora gdy nowy subskrybent się "
|
648 |
"zarejestruje."
|
649 |
|
650 |
+
#: ../help/help.php:283
|
651 |
msgid "Automatically add Unsubscribe link in the email."
|
652 |
msgstr "Automatycznie dodaj link rezygnacji z subskrypcji doe-maila."
|
653 |
|
654 |
+
#: ../help/help.php:286
|
655 |
msgid "Easily migrate subscribers from another app using Import & Export."
|
656 |
msgstr ""
|
657 |
"Łatwe przenoszenie subskrybentów z innej aplikacji przy użyciu opcji Import "
|
658 |
"i Eksport."
|
659 |
|
660 |
+
#: ../help/help.php:289
|
661 |
msgid "Use HTML editor to create newsletters and post notifications."
|
662 |
msgstr "Użyj edytora HTML do stworzenia biuletynów i e-maili powiadamiających."
|
663 |
|
664 |
+
#: ../help/help.php:292
|
665 |
msgid "Send newsletters to different groups."
|
666 |
msgstr "Wyślij biuletyny do różnych grup."
|
667 |
|
668 |
+
#: ../help/help.php:295
|
669 |
msgid "Get detailed sent email reports."
|
670 |
msgstr "Uzyskaj szczegółowe raporty wysyłki e-maili."
|
671 |
|
672 |
+
#: ../help/help.php:298
|
673 |
msgid "Control user access (User Roles and Capabilities)."
|
674 |
msgstr "Kontroluj dostęp użytkownika (Role i Możliwości użytkownika)."
|
675 |
|
676 |
+
#: ../help/help.php:301
|
677 |
msgid "Supports localization and internationalization."
|
678 |
msgstr "Wspiera lokalizację i umiędzynarodowienie."
|
679 |
|
680 |
+
#: ../help/help.php:308
|
681 |
msgid "Add Subscribe form"
|
682 |
msgstr "Dodaj formularz Subskrybcji"
|
683 |
|
684 |
+
#: ../help/help.php:310 ../help/help.php:321 ../help/help.php:324 ../help/help.
|
685 |
+
#: php:336 ../help/help.php:339 ../help/help.php:342 ../help/help.php:345 ..
|
686 |
+
#: help/help.php:348 ../help/help.php:351 ../help/help.php:363 ../help/help.php:
|
687 |
+
#: 366 ../help/help.php:373 ../help/help.php:376 ../help/help.php:379 ..
|
688 |
+
#: help/help.php:387 ../help/help.php:390 ../help/help.php:393 ../help/help.php:
|
689 |
+
#: 396 ../help/help.php:402 ../help/help.php:405 ../help/help.php:408 ..
|
690 |
+
#: help/help.php:416 ../help/help.php:419 ../help/help.php:434 ../help/help.php:
|
691 |
+
#: 437
|
692 |
#, php-format
|
693 |
msgid "%s"
|
694 |
msgstr "%s"
|
695 |
|
696 |
+
#: ../help/help.php:310
|
697 |
msgid "How to Add Subscription box to website?"
|
698 |
msgstr "Jak umieścić blok Subskrypcji na stronie?"
|
699 |
|
700 |
+
#: ../help/help.php:313
|
701 |
#, php-format
|
702 |
msgid ""
|
703 |
"Use any of the following 3 methods :<br>\n"
|
716 |
" c) Skopiuj i wstaw w wybrane miejsce szablonu ten kod PHP: "
|
717 |
"<strong>%s</strong>"
|
718 |
|
719 |
+
#: ../help/help.php:318
|
720 |
msgid "Additional form settings"
|
721 |
msgstr "Dodatkowe ustawienia formularza"
|
722 |
|
723 |
+
#: ../help/help.php:321
|
724 |
msgid "How to Redirect Subscribers to a new page/url after successful sign up?"
|
725 |
msgstr ""
|
726 |
"Jak przekierować subskrybentów na nową stronę/adres URL po pomyślnym "
|
727 |
"zarejestrowaniu się?"
|
728 |
|
729 |
+
#: ../help/help.php:324
|
730 |
msgid "How to add captcha in Subscribe form of Email Subscribers?"
|
731 |
msgstr "Jak dodać captcha do formularza Email Subscribers?"
|
732 |
|
733 |
+
#: ../help/help.php:330
|
734 |
msgid "General Plugin Configuration"
|
735 |
msgstr "Ogólna konfiguracja wtyczki"
|
736 |
|
737 |
+
#: ../help/help.php:333
|
738 |
#, php-format
|
739 |
msgid "Modify %s"
|
740 |
msgstr "Modyfikuj %s"
|
741 |
|
742 |
+
#: ../help/help.php:333
|
743 |
msgid "default text, email contents"
|
744 |
msgstr "domyślny tekst, zawartość e-maila"
|
745 |
|
746 |
+
#: ../help/help.php:333
|
747 |
msgid ""
|
748 |
" (like Confirmation, Welcome, Admin emails), Cron Settings and Assign User "
|
749 |
"Roles"
|
751 |
" (np. Potwierdzenie, Powitanie, E-mail administratora), Ustawienia Cron i "
|
752 |
"Przypisz Role użytkownika"
|
753 |
|
754 |
+
#: ../help/help.php:336
|
755 |
+
msgid "How does Sync work?"
|
756 |
+
msgstr "Jak działa Synchronizacja?"
|
757 |
+
|
758 |
+
#: ../help/help.php:339
|
759 |
msgid "How to Import or Export Email Addresses?"
|
760 |
msgstr "Jak Importować lub Eksportować Adresy Maili?"
|
761 |
|
762 |
+
#: ../help/help.php:342
|
763 |
msgid "How to Add/Update Existing Subscribers Group & Status?"
|
764 |
msgstr "Jak dodać/zaktualizować Grupę i Status Istniejących Subskrybentów?"
|
765 |
|
766 |
+
#: ../help/help.php:345
|
767 |
msgid "How to change/update/translate any texts from the plugin?"
|
768 |
msgstr "Jak zmienić/zaktualizować/przetłumaczyć dowolne teksty z wtyczki?"
|
769 |
|
770 |
+
#: ../help/help.php:348
|
771 |
msgid "How to add Unsubscribe link in emails?"
|
772 |
msgstr "Jak dodać do maila link rezygnacji z subskrypcji?"
|
773 |
|
774 |
+
#: ../help/help.php:351
|
775 |
msgid "How to check sent emails?"
|
776 |
msgstr "Jak sprawdzić wysłane e-maile?"
|
777 |
|
778 |
+
#: ../help/help.php:363
|
779 |
msgid "Create and Send Newsletter Emails"
|
780 |
msgstr "Stwórz i wyślij e-maile biuletynu"
|
781 |
|
782 |
+
#: ../help/help.php:366
|
783 |
msgid "Keywords in the Newsletters"
|
784 |
msgstr "Słowa kluczowe w biuletynie"
|
785 |
|
786 |
+
#: ../help/help.php:373
|
787 |
msgid "Create and Send Post Notification Emails when new posts are published"
|
788 |
msgstr "Stwórz i wyślij e-maile powiadamiające po opublikowaniu nowych postów"
|
789 |
|
790 |
+
#: ../help/help.php:376
|
791 |
msgid "Keywords in the Post Notifications"
|
792 |
msgstr "Słowa kluczowe w e-mailu powiadamiającym"
|
793 |
|
794 |
+
#: ../help/help.php:379
|
795 |
msgid "Send a test post notification email to myself/testgroup"
|
796 |
msgstr "Wyślij testowy e-mail do mnie/grupy testowej"
|
797 |
|
798 |
+
#: ../help/help.php:384
|
799 |
msgid "Cron Job Setup"
|
800 |
msgstr "Ustawienie zadań Cron"
|
801 |
|
802 |
+
#: ../help/help.php:387
|
803 |
msgid "What is Cron and how to Schedule Cron Emails?"
|
804 |
msgstr "Co to jest Cron i jak zapanować harmonogram wysyłki e-malii przez Cron?"
|
805 |
|
806 |
+
#: ../help/help.php:390
|
807 |
msgid "Schedule Cron Emails in cPanel"
|
808 |
msgstr "Zaplanuj zadania Cron w cPanel"
|
809 |
|
810 |
+
#: ../help/help.php:393
|
811 |
msgid "Schedule Cron Emails in Parallels Plesk"
|
812 |
msgstr "Zaplanuj zadania Cron w Parallels Plesk"
|
813 |
|
814 |
+
#: ../help/help.php:396
|
815 |
msgid "Hosting doesn’t support Cron Jobs?"
|
816 |
msgstr "Hosting nie obsługuje zadań Cron?"
|
817 |
|
818 |
+
#: ../help/help.php:399
|
819 |
msgid "Troubleshooting Steps"
|
820 |
msgstr "Kroki rozwiązywania problemów"
|
821 |
|
822 |
+
#: ../help/help.php:402
|
823 |
msgid "Subscribers are not receiving Emails?"
|
824 |
msgstr "Subskrybenci nie otrzymują e-maili?"
|
825 |
|
826 |
+
#: ../help/help.php:405
|
827 |
msgid "CSS Help"
|
828 |
msgstr "Pomoc CSS"
|
829 |
|
830 |
+
#: ../help/help.php:408
|
831 |
msgid "FAQ's"
|
832 |
msgstr "FAQ"
|
833 |
|
834 |
+
#: ../help/help.php:446
|
835 |
msgid "Want to do more? Here's how.."
|
836 |
msgstr "Chcesz zrobić coś więcej? Oto jak.."
|
837 |
|
838 |
+
#: ../help/help.php:449
|
839 |
msgid "Allow Subscribers to get subscribed to any group"
|
840 |
msgstr "Zezwalaj subskrybentom na subskrybowanie dowolnej grupy"
|
841 |
|
842 |
+
#: ../help/help.php:454
|
843 |
+
msgid "Using our <b>free</b> "
|
844 |
+
msgstr "Korzystanie z naszego <b>bezpłatnego</b>"
|
845 |
+
|
846 |
+
#: ../help/help.php:455
|
847 |
msgid "Group Selector"
|
848 |
msgstr "Selektor grup"
|
849 |
|
850 |
+
#: ../help/help.php:456
|
851 |
msgid ""
|
852 |
"plugin, you can extend Email Subscribers Form functionality by providing an "
|
853 |
"grouping option right next to the form."
|
855 |
"wtyczki, możesz rozszerzyć funkcjonalność formularza Email Subscribers "
|
856 |
"poprzez udostępnienie opcji grupowania tuż obok formularza."
|
857 |
|
858 |
+
#: ../help/help.php:459
|
859 |
msgid "The user can then subscribe to whichever group most appeals to them."
|
860 |
msgstr ""
|
861 |
"Użytkownik może następnie zasubskrybować tę grupę, która najbardziej do "
|
862 |
"niego pasuje."
|
863 |
|
864 |
+
#: ../help/help.php:462
|
865 |
msgid "For example: Subscribe either to Updates or to Offers."
|
866 |
msgstr "Na przykład: Subskrypcje albo do Aktualizacji albo do Ofert."
|
867 |
|
868 |
+
#: ../help/help.php:466
|
869 |
msgid "Show your subscribe form inside attractive popups"
|
870 |
msgstr "Pokaż swój formularz subskrypcji w atrakcyjnych wyskakujących okienkach"
|
871 |
|
872 |
+
#: ../help/help.php:471
|
873 |
msgid ""
|
874 |
"Don't limit your subscriber form to a widget. Embed it within popups, hello "
|
875 |
"bars, slide-ins, sidebars, full screen popups etc."
|
877 |
"Nie ograniczaj formy abonenta do widgetu. Umieść ją w wyskakujących "
|
878 |
"okienkach, w paskach, slajdach, paskach bocznych, na pełnym ekranie itd."
|
879 |
|
880 |
+
#: ../help/help.php:474
|
881 |
+
msgid ""
|
882 |
+
"Using Email Subscribers you can achieve this easily with our <b>free</b> "
|
883 |
+
"plugin "
|
884 |
+
msgstr ""
|
885 |
+
"Używając Email Subscribers możesz to łatwo osiągnąć dzięki naszej "
|
886 |
+
"<b>bezpłatnej</b> wtyczce "
|
887 |
+
|
888 |
#. Author of the plugin
|
889 |
+
#: ../help/help.php:475
|
890 |
msgid "Icegram"
|
891 |
msgstr "Icegram"
|
892 |
|
893 |
+
#: ../help/help.php:478
|
894 |
msgid ""
|
895 |
"Icegram's beautiful designs instantly capture user attention and help "
|
896 |
"increase sign-ups to your WordPress website."
|
898 |
"Pięknie wyglądające projekty programu Icegram chwytają użytkownika i "
|
899 |
"pomagają zwiększyć rejestracje w witrynie WordPress."
|
900 |
|
901 |
+
#: ../help/help.php:481 ../help/help.php:501
|
902 |
#, php-format
|
903 |
msgid "How to %s"
|
904 |
msgstr "Jak %s"
|
905 |
|
906 |
+
#: ../help/help.php:481
|
907 |
msgid "show subscribe form inside a popup"
|
908 |
msgstr "pokaż formularz subskrypcji w wyskakującym okienku"
|
909 |
|
910 |
+
#: ../help/help.php:485
|
911 |
msgid "Get beautiful and elegant form styles"
|
912 |
msgstr "Zdobądź piękne i eleganckie style formularzy"
|
913 |
|
914 |
+
#: ../help/help.php:491
|
915 |
+
msgid "Email subscribers easily integrates with another <b>free</b> plugin "
|
916 |
+
msgstr "Email subscribers łatwo integruje się z inną <b>darmową</b> wtyczką "
|
917 |
+
|
918 |
+
#: ../help/help.php:492
|
919 |
msgid "Rainmaker"
|
920 |
msgstr "Rainmaker"
|
921 |
|
922 |
+
#: ../help/help.php:495
|
923 |
msgid ""
|
924 |
"Rainmaker extends the core features of Email Subscribers and provides "
|
925 |
"elegant form styles."
|
927 |
"Rainmaker rozszerza podstawowe funkcje Email Subscribers i zapewnia "
|
928 |
"eleganckie style formularzy."
|
929 |
|
930 |
+
#: ../help/help.php:498
|
931 |
msgid ""
|
932 |
"These styles are well designed and beautify your subscription form making it "
|
933 |
"more appealing."
|
935 |
"Te style są dobrze zaprojektowane i upiększą Twój formularz subskrypcji "
|
936 |
"czyniąc go bardziej atrakcyjnym."
|
937 |
|
938 |
+
#: ../help/help.php:501
|
939 |
msgid "add Rainmaker’s form in Email Subscribers"
|
940 |
msgstr "dodaj formularz Rainmaker w Email Subscribers"
|
941 |
|
985 |
#: subscribers/view-subscriber-add.php:118 ../subscribers/view-subscriber-edit.
|
986 |
#: php:113 ../subscribers/view-subscriber-export.php:51 ../subscribers/view-
|
987 |
#: subscriber-import.php:149 ../subscribers/view-subscriber-show.php:247 ..
|
988 |
+
#: subscribers/view-subscriber-sync.php:92 ../templates/template-preview.php:33
|
989 |
msgid "Help"
|
990 |
msgstr "Pomoc"
|
991 |
|
1132 |
msgstr "Status powiadomienia"
|
1133 |
|
1134 |
#: ../notification/notification-show.php:100 ../subscribers/view-subscriber-show.
|
1135 |
+
#: php:417 ../templates/template-preview.php:36
|
1136 |
msgid "Edit"
|
1137 |
msgstr "Edytuj"
|
1138 |
|
2235 |
msgid "Select group to add newly registered users to"
|
2236 |
msgstr "Wybierz grupę, do której przypisani zostaną nowo rejestrowani użytkownicy"
|
2237 |
|
2238 |
+
#: ../templates/template-preview.php:32
|
2239 |
msgid "Template Preview"
|
2240 |
msgstr "Podgląd szablonu"
|
2241 |
|
2242 |
+
#: ../templates/template-preview.php:40
|
2243 |
msgid "This is how your email may look."
|
2244 |
msgstr "Tak może wyglądać twój e-mail."
|
2245 |
|
2246 |
+
#: ../templates/template-preview.php:42
|
2247 |
msgid ""
|
2248 |
"<br><br>This Post Notification preview has replaced keywords from your last "
|
2249 |
"published blog post."
|
2251 |
"<br><br>Ten podgląd e-maila powiadamiającego zastąpił słowa kluczowe z "
|
2252 |
"Twojego ostatniego opublikowanego wpisu na blogu."
|
2253 |
|
2254 |
+
#: ../templates/template-preview.php:44
|
2255 |
msgid ""
|
2256 |
"<br><br>Note: Different email services (like gmail, yahoo etc) display email "
|
2257 |
"content differently. So there could be a slight variation on how your "
|
languages/email-subscribers-pt_BR.mo
CHANGED
Binary file
|
languages/email-subscribers-pt_BR.po
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
-
"Project-Id-Version: Email Subscribers & Newsletters 3.
|
4 |
"Report-Msgid-Bugs-To: https://www.icegram.com/contact/\n"
|
5 |
"POT-Creation-Date: 2017-07-26 12:00:36+00:00\n"
|
6 |
-
"PO-Revision-Date:
|
7 |
"Last-Translator: admin <mansi.shah@appsmagnet.com>\n"
|
8 |
"Language-Team: Icegram <hello@icegram.com>Language:\n"
|
9 |
"Language: Portuguese (Brazil)\n"
|
@@ -50,21 +50,35 @@ msgid ""
|
|
50 |
"spam/junk folder."
|
51 |
msgstr ""
|
52 |
|
53 |
-
#: ../classes/es-register.php:
|
54 |
msgid ""
|
55 |
"<b>Want readymade email templates?</b> Also want to <b>clean your "
|
56 |
"subscribers list?</b> Come check our Pro plan."
|
57 |
msgstr ""
|
58 |
|
59 |
-
#: ../classes/es-register.php:
|
60 |
-
msgid "Check Pro plan
|
61 |
msgstr ""
|
62 |
|
63 |
-
#: ../classes/es-register.php:
|
64 |
msgid "Not interested."
|
65 |
msgstr ""
|
66 |
|
67 |
-
#: ../classes/es-register.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
68 |
#, php-format
|
69 |
msgid "<br/><br/>%s for Newsletter: {{NAME}}, {{EMAIL}}"
|
70 |
msgstr ""
|
@@ -73,72 +87,107 @@ msgstr ""
|
|
73 |
msgid "Unexpected url submit has been detected!"
|
74 |
msgstr ""
|
75 |
|
76 |
-
#: ../help/help.php:
|
77 |
msgid "Thanks for installing and we hope you will enjoy using this plugin."
|
78 |
msgstr ""
|
79 |
|
80 |
-
#: ../help/help.php:
|
81 |
msgid ""
|
82 |
"By default, subscribers subscribed via Email Subscribers, will receive email "
|
83 |
"updates when you post a new blog. You can turn these updates off like this:"
|
84 |
msgstr ""
|
85 |
|
86 |
-
#: ../help/help.php:
|
87 |
msgid ""
|
88 |
"Email Subscribers -> Post Notification -> Edit -> Select Notification Status "
|
89 |
"when a new post is published -> Disable -> Save."
|
90 |
msgstr ""
|
91 |
|
92 |
-
#: ../help/help.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
93 |
#, php-format
|
94 |
msgid ""
|
95 |
"<b>Like Email Subscribers?</b> If yes, then consider %s to support further "
|
96 |
"developments."
|
97 |
msgstr ""
|
98 |
|
99 |
-
#: ../help/help.php:
|
100 |
msgid "Use HTML editor to create newsletters and post notifications."
|
101 |
msgstr ""
|
102 |
|
103 |
-
#: ../help/help.php:
|
104 |
msgid "General Plugin Configuration"
|
105 |
msgstr ""
|
106 |
|
107 |
-
#: ../help/help.php:
|
108 |
msgid "How does Sync work?"
|
109 |
msgstr ""
|
110 |
|
111 |
-
#: ../help/help.php:
|
112 |
msgid "How to check sent emails?"
|
113 |
msgstr ""
|
114 |
|
115 |
-
#: ../help/help.php:
|
116 |
msgid "Create and Send Newsletter Emails"
|
117 |
msgstr ""
|
118 |
|
119 |
-
#: ../help/help.php:
|
120 |
msgid "Keywords in the Newsletters"
|
121 |
msgstr ""
|
122 |
|
123 |
-
#: ../help/help.php:
|
124 |
msgid "Create and Send Post Notification Emails when new posts are published"
|
125 |
msgstr ""
|
126 |
|
127 |
-
#: ../help/help.php:
|
128 |
msgid "What is Cron and how to Schedule Cron Emails?"
|
129 |
msgstr ""
|
130 |
|
131 |
-
#: ../help/help.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
132 |
msgid "Using our <b>free</b> "
|
133 |
msgstr ""
|
134 |
|
135 |
-
#: ../help/help.php:
|
136 |
msgid ""
|
137 |
"Using Email Subscribers you can achieve this easily with our <b>free</b> "
|
138 |
"plugin "
|
139 |
msgstr ""
|
140 |
|
141 |
-
#: ../help/help.php:
|
142 |
msgid "Email subscribers easily integrates with another <b>free</b> plugin "
|
143 |
msgstr ""
|
144 |
|
@@ -214,22 +263,22 @@ msgstr "<span style=\"color:#20b2aa;font-weight:bold;\">via Cron Job</span>"
|
|
214 |
msgid "<span style=\"color:#993399;\">Immediately</span>"
|
215 |
msgstr "<span style=\"color:#993399;\">Imediatamente</span>"
|
216 |
|
217 |
-
#: ../classes/es-loadwidget.php:
|
218 |
#: subscribers/view-subscriber-show.php:289
|
219 |
msgid "Name"
|
220 |
msgstr "Nome"
|
221 |
|
222 |
-
#: ../classes/es-loadwidget.php:
|
223 |
msgid "Email *"
|
224 |
msgstr "E-mail *"
|
225 |
|
226 |
-
#: ../classes/es-loadwidget.php:
|
227 |
-
#: php:
|
228 |
msgid "Subscribe"
|
229 |
msgstr "Inscrever"
|
230 |
|
231 |
#: ../classes/es-register.php:162 ../classes/es-register.php:163 ../classes/es-
|
232 |
-
#: register.php:
|
233 |
msgid "Email Subscribers"
|
234 |
msgstr "Email Subscribers"
|
235 |
|
@@ -239,17 +288,17 @@ msgid "Subscribers"
|
|
239 |
msgstr "Assinantes"
|
240 |
|
241 |
#: ../classes/es-register.php:168 ../classes/es-register.php:169 ../classes/es-
|
242 |
-
#: register.php:
|
243 |
msgid "Templates"
|
244 |
msgstr "Modelos"
|
245 |
|
246 |
#: ../classes/es-register.php:171 ../classes/es-register.php:172 ../help/help.php:
|
247 |
-
#:
|
248 |
msgid "Post Notifications"
|
249 |
msgstr "Notificações de Postagens"
|
250 |
|
251 |
#: ../classes/es-register.php:174 ../classes/es-register.php:175 ../help/help.php:
|
252 |
-
#:
|
253 |
msgid "Newsletters"
|
254 |
msgstr "Newsletters"
|
255 |
|
@@ -444,7 +493,7 @@ msgctxt "widget-page-enhanced-select"
|
|
444 |
msgid "Please try after some time"
|
445 |
msgstr "Por favor, tente depois de algum tempo"
|
446 |
|
447 |
-
#: ../classes/es-register.php:
|
448 |
msgid ""
|
449 |
"If you like <strong>Email Subscribers</strong>, please consider leaving us a "
|
450 |
"<a target=\"_blank\" href=\"https://wordpress.org/support/plugin/email-"
|
@@ -456,81 +505,81 @@ msgstr ""
|
|
456 |
"org/support/plugin/email-subscribers/reviews/?filter=5#new-post\">★"
|
457 |
"★★★★</a> avaliação. Um enorme obrigado do Icegram!"
|
458 |
|
459 |
-
#: ../classes/es-register.php:
|
460 |
#, php-format
|
461 |
msgid "Email Subscribers version: <strong>%s</strong>"
|
462 |
msgstr "Email Subscribers versão: <strong>%s</strong>"
|
463 |
|
464 |
-
#: ../classes/es-register.php:
|
465 |
msgid "Add new Template"
|
466 |
msgstr "Adicionar Novo Modelo"
|
467 |
|
468 |
-
#: ../classes/es-register.php:
|
469 |
msgid "Edit Templates"
|
470 |
msgstr "Editar Modelos"
|
471 |
|
472 |
-
#: ../classes/es-register.php:
|
473 |
msgid "New Templates"
|
474 |
msgstr "Novos Modelos"
|
475 |
|
476 |
-
#: ../classes/es-register.php:
|
477 |
msgid "View Templates"
|
478 |
msgstr "Exibir Modelos"
|
479 |
|
480 |
-
#: ../classes/es-register.php:
|
481 |
msgid "Search Templates"
|
482 |
msgstr "Procurar Modelos"
|
483 |
|
484 |
-
#: ../classes/es-register.php:
|
485 |
msgid "No Templates found"
|
486 |
msgstr "Nenhum Modelo encontrado"
|
487 |
|
488 |
-
#: ../classes/es-register.php:
|
489 |
msgid "No Templates found in Trash"
|
490 |
msgstr "Nenhum Modelo encontrado na Lixeira"
|
491 |
|
492 |
-
#: ../classes/es-register.php:
|
493 |
msgid "Thumbnail (For Visual Representation only)"
|
494 |
msgstr "Miniaturas (Para Representação Visual apenas)"
|
495 |
|
496 |
-
#: ../classes/es-register.php:
|
497 |
msgid "Set thumbnail"
|
498 |
msgstr "Definir miniatura"
|
499 |
|
500 |
-
#: ../classes/es-register.php:
|
501 |
msgid "Template Type"
|
502 |
msgstr "Tipo de Modelo"
|
503 |
|
504 |
-
#: ../classes/es-register.php:
|
505 |
msgid "Thumbnail"
|
506 |
msgstr "Miniatura"
|
507 |
|
508 |
-
#: ../classes/es-register.php:
|
509 |
#: sentmail/sentmail-show.php:121
|
510 |
msgid "Preview"
|
511 |
msgstr "Visualizar"
|
512 |
|
513 |
-
#: ../classes/es-register.php:
|
514 |
msgid "Available Keyword for Post Notification: {{POSTTITLE}}"
|
515 |
msgstr "Palavra-chave disponível para Notificação de Postagem: {{POSTTITLE}}"
|
516 |
|
517 |
-
#: ../classes/es-register.php:
|
518 |
msgid "Select your Email Template Type"
|
519 |
msgstr "Selecione o seu Tipo de Modelo de E-mail"
|
520 |
|
521 |
-
#: ../classes/es-register.php:
|
522 |
msgid "Newsletter"
|
523 |
msgstr "Newsletter"
|
524 |
|
525 |
-
#: ../classes/es-register.php:
|
526 |
msgid "Post Notification"
|
527 |
msgstr "Notificação de Postagem"
|
528 |
|
529 |
-
#: ../classes/es-register.php:
|
530 |
msgid "Preview Template"
|
531 |
msgstr "Visualização do Modelo"
|
532 |
|
533 |
-
#: ../classes/es-register.php:
|
534 |
#, php-format
|
535 |
msgid ""
|
536 |
"%s for Post Notification: {{NAME}}, {{EMAIL}}, {{DATE}}, {{POSTTITLE}}, "
|
@@ -541,66 +590,62 @@ msgstr ""
|
|
541 |
"{{POSTTITLE}}, {{POSTLINK}}, {{POSTIMAGE}}, {{POSTDESC}}, {{POSTAUTHOR}}, "
|
542 |
"{{POSTLINK-WITHTITLE}}, {{POSTLINK-ONLY}}, {{POSTFULL}}"
|
543 |
|
544 |
-
#: ../classes/es-register.php:
|
545 |
msgid "Available Keywords"
|
546 |
msgstr "Palavras-chave disponíveis"
|
547 |
|
548 |
-
#: ../classes/es-register.php:
|
549 |
msgid "Widget Title"
|
550 |
msgstr "Título do Widget"
|
551 |
|
552 |
-
#: ../classes/es-register.php:
|
553 |
msgid "Short description about subscription form"
|
554 |
msgstr "Breve descrição sobre o formulário de inscrição"
|
555 |
|
556 |
-
#: ../classes/es-register.php:
|
557 |
msgid "Display Name Field"
|
558 |
msgstr "Exibir Campo do Nome"
|
559 |
|
560 |
-
#: ../classes/es-register.php:
|
561 |
#: settings/settings-edit.php:217 ../subscribers/view-subscriber-sync.php:107
|
562 |
msgid "YES"
|
563 |
msgstr "SIM"
|
564 |
|
565 |
-
#: ../classes/es-register.php:
|
566 |
#: settings/settings-edit.php:218 ../subscribers/view-subscriber-sync.php:106
|
567 |
msgid "NO"
|
568 |
msgstr "NÃO"
|
569 |
|
570 |
-
#: ../classes/es-register.php:
|
571 |
msgid "Subscriber Group"
|
572 |
msgstr "Grupo do Assinante"
|
573 |
|
574 |
-
#: ../help/help.php:
|
575 |
msgid "Welcome to Email Subscribers!"
|
576 |
msgstr "Bem-vindo ao Email Subscribers!"
|
577 |
|
578 |
-
#: ../help/help.php:
|
579 |
-
msgid "Get more help and tips..."
|
580 |
-
msgstr "Obtenha mais ajuda e dicas..."
|
581 |
-
|
582 |
-
#: ../help/help.php:205
|
583 |
#, php-format
|
584 |
msgid "Version: %s"
|
585 |
msgstr "Versão: %s"
|
586 |
|
587 |
-
#: ../help/help.php:
|
588 |
msgid "Questions? Need Help?"
|
589 |
msgstr "Precisa de Ajuda?"
|
590 |
|
591 |
-
#: ../help/help.php:
|
592 |
msgid "Contact Us"
|
593 |
msgstr "Contate-nos"
|
594 |
|
595 |
-
#: ../help/help.php:
|
596 |
msgid "donating to us"
|
597 |
msgstr "fazer uma doação"
|
598 |
|
599 |
-
#: ../help/help.php:
|
600 |
msgid "Description"
|
601 |
msgstr "Descrição"
|
602 |
|
603 |
-
#: ../help/help.php:
|
604 |
msgid ""
|
605 |
"Email Subscribers is a complete newsletter plugin which lets you collect "
|
606 |
"leads, send automated new blog post notification emails, create & send "
|
@@ -610,11 +655,11 @@ msgstr ""
|
|
610 |
"leads, enviar novos e-mails automatizados de notificação de postagem no blog,"
|
611 |
" criar e enviar newsletters e gerenciar tudo isso em um único lugar."
|
612 |
|
613 |
-
#: ../help/help.php:
|
614 |
msgid "Feature Overview"
|
615 |
msgstr "Visão Geral dos Recursos"
|
616 |
|
617 |
-
#: ../help/help.php:
|
618 |
msgid ""
|
619 |
"Collect customer emails by adding a subscription box (Widget/Shortcode/PHP "
|
620 |
"Code)."
|
@@ -622,15 +667,15 @@ msgstr ""
|
|
622 |
"Colete e-mails de clientes adicionando uma caixa de inscrição "
|
623 |
"(Widget/Shortcode/PHP Code)."
|
624 |
|
625 |
-
#: ../help/help.php:
|
626 |
msgid "Configure double Opt-In and Single Opt-In facility for subscribers."
|
627 |
msgstr "Configure as opções de Opt-In Duplo e Opt-In Simples para assinantes."
|
628 |
|
629 |
-
#: ../help/help.php:
|
630 |
msgid "Send automatic welcome email to subscribers."
|
631 |
msgstr "Envie e-mail de boas-vindas automaticamente para assinantes."
|
632 |
|
633 |
-
#: ../help/help.php:
|
634 |
msgid ""
|
635 |
"Send new post notification emails to subscribers when new posts are "
|
636 |
"published on your website."
|
@@ -638,61 +683,63 @@ msgstr ""
|
|
638 |
"Envie novos e-mails de notificação de postagem aos assinantes quando novas "
|
639 |
"postagens forem publicadas em seu site."
|
640 |
|
641 |
-
#: ../help/help.php:
|
642 |
msgid "Schedule email (Cron job) or send them manually."
|
643 |
msgstr "Agende os e-mails (Cron Job) ou mande-os manualmente."
|
644 |
|
645 |
-
#: ../help/help.php:
|
646 |
msgid "Send email notification to admin when a new user signs up."
|
647 |
msgstr ""
|
648 |
"Envie uma notificação por e-mail para o Administrador quando um novo usuário "
|
649 |
"se inscrever."
|
650 |
|
651 |
-
#: ../help/help.php:
|
652 |
msgid "Automatically add Unsubscribe link in the email."
|
653 |
msgstr "Adicione automaticamente o link Cancelar Inscrição no e-mail."
|
654 |
|
655 |
-
#: ../help/help.php:
|
656 |
msgid "Easily migrate subscribers from another app using Import & Export."
|
657 |
msgstr ""
|
658 |
"Migre facilmente assinantes de outro aplicativo usando Importação e "
|
659 |
"Exportação."
|
660 |
|
661 |
-
#: ../help/help.php:
|
662 |
msgid "Send newsletters to different groups."
|
663 |
msgstr "Envie newsletters para diferentes grupos."
|
664 |
|
665 |
-
#: ../help/help.php:
|
666 |
msgid "Get detailed sent email reports."
|
667 |
msgstr "Receba relatórios detalhados de e-mails enviados."
|
668 |
|
669 |
-
#: ../help/help.php:
|
670 |
msgid "Control user access (User Roles and Capabilities)."
|
671 |
msgstr "Controle o acesso do usuário (Funções do Usuário e Capacidades)."
|
672 |
|
673 |
-
#: ../help/help.php:
|
674 |
msgid "Supports localization and internationalization."
|
675 |
msgstr "Suporta localização e internacionalização."
|
676 |
|
677 |
-
#: ../help/help.php:
|
678 |
msgid "Add Subscribe form"
|
679 |
msgstr "Adicionar formulário de Assinatura"
|
680 |
|
681 |
-
#: ../help/help.php:
|
682 |
-
#: php:
|
683 |
-
#: help/help.php:
|
684 |
-
#:
|
685 |
-
#: help/help.php:
|
686 |
-
#:
|
|
|
|
|
687 |
#, php-format
|
688 |
msgid "%s"
|
689 |
msgstr "%s"
|
690 |
|
691 |
-
#: ../help/help.php:
|
692 |
msgid "How to Add Subscription box to website?"
|
693 |
msgstr "Como Adicionar Caixa de Assinatura ao site?"
|
694 |
|
695 |
-
#: ../help/help.php:
|
696 |
#, php-format
|
697 |
msgid ""
|
698 |
"Use any of the following 3 methods :<br>\n"
|
@@ -711,30 +758,30 @@ msgstr ""
|
|
711 |
" c) Copie e cole este código php para a localização do modelo "
|
712 |
"desejado : <strong>%s</strong>"
|
713 |
|
714 |
-
#: ../help/help.php:
|
715 |
msgid "Additional form settings"
|
716 |
msgstr "Configurações adicionais de formulário"
|
717 |
|
718 |
-
#: ../help/help.php:
|
719 |
msgid "How to Redirect Subscribers to a new page/url after successful sign up?"
|
720 |
msgstr ""
|
721 |
"Como Redirecionar Assinantes para uma nova página/URL após inscrição bem-"
|
722 |
"sucedida?"
|
723 |
|
724 |
-
#: ../help/help.php:
|
725 |
msgid "How to add captcha in Subscribe form of Email Subscribers?"
|
726 |
msgstr "Como adicionar captcha no formulário de Inscrição do Email Subscribers?"
|
727 |
|
728 |
-
#: ../help/help.php:
|
729 |
#, php-format
|
730 |
msgid "Modify %s"
|
731 |
msgstr "Modificar %s"
|
732 |
|
733 |
-
#: ../help/help.php:
|
734 |
msgid "default text, email contents"
|
735 |
msgstr "texto padrão, conteúdo do e-mail"
|
736 |
|
737 |
-
#: ../help/help.php:
|
738 |
msgid ""
|
739 |
" (like Confirmation, Welcome, Admin emails), Cron Settings and Assign User "
|
740 |
"Roles"
|
@@ -742,75 +789,75 @@ msgstr ""
|
|
742 |
" (como Confirmação, Bem-vindo, e-mails de Administrador), Configurações Cron "
|
743 |
"Job e Atribuir Funções de Usuário"
|
744 |
|
745 |
-
#: ../help/help.php:
|
746 |
msgid "How to Import or Export Email Addresses?"
|
747 |
msgstr "Como Importar ou Exportar Endereços de E-mail?"
|
748 |
|
749 |
-
#: ../help/help.php:
|
750 |
msgid "How to Add/Update Existing Subscribers Group & Status?"
|
751 |
msgstr "Como Adicionar/Atualizar Grupos de Assinantes e Status Existentes?"
|
752 |
|
753 |
-
#: ../help/help.php:
|
754 |
msgid "How to change/update/translate any texts from the plugin?"
|
755 |
msgstr "Como alterar/atualizar/traduzir qualquer texto deste plugin?"
|
756 |
|
757 |
-
#: ../help/help.php:
|
758 |
msgid "How to add Unsubscribe link in emails?"
|
759 |
msgstr "Como adicionar link de Cancelamento nos e-mails?"
|
760 |
|
761 |
-
#: ../help/help.php:
|
762 |
msgid "Keywords in the Post Notifications"
|
763 |
msgstr "Palavras-chave nas Notificações de Postagem"
|
764 |
|
765 |
-
#: ../help/help.php:
|
766 |
msgid "Send a test post notification email to myself/testgroup"
|
767 |
msgstr "Enviar um e-mail de notificação de teste para mim/grupo de teste"
|
768 |
|
769 |
-
#: ../help/help.php:
|
770 |
msgid "Cron Job Setup"
|
771 |
msgstr "Configuração do Cron Job"
|
772 |
|
773 |
-
#: ../help/help.php:
|
774 |
msgid "Schedule Cron Emails in cPanel"
|
775 |
msgstr "Agendar E-mails Cron Job no cPanel"
|
776 |
|
777 |
-
#: ../help/help.php:
|
778 |
msgid "Schedule Cron Emails in Parallels Plesk"
|
779 |
msgstr "Agendar E-mails Cron Job no Parallels Plesk"
|
780 |
|
781 |
-
#: ../help/help.php:
|
782 |
msgid "Hosting doesn’t support Cron Jobs?"
|
783 |
msgstr "A sua hospedagem não suporta trabalhos do Cron Job?"
|
784 |
|
785 |
-
#: ../help/help.php:
|
786 |
msgid "Troubleshooting Steps"
|
787 |
msgstr "Etapas para solução de problemas"
|
788 |
|
789 |
-
#: ../help/help.php:
|
790 |
msgid "Subscribers are not receiving Emails?"
|
791 |
msgstr "Os Assinantes não estão recebendo E-mails?"
|
792 |
|
793 |
-
#: ../help/help.php:
|
794 |
msgid "CSS Help"
|
795 |
msgstr "Ajuda do CSS"
|
796 |
|
797 |
-
#: ../help/help.php:
|
798 |
msgid "FAQ's"
|
799 |
msgstr "FAQ's"
|
800 |
|
801 |
-
#: ../help/help.php:
|
802 |
msgid "Want to do more? Here's how.."
|
803 |
msgstr "Quer fazer mais? Veja como..."
|
804 |
|
805 |
-
#: ../help/help.php:
|
806 |
msgid "Allow Subscribers to get subscribed to any group"
|
807 |
msgstr "Permitir que os Assinantes se inscrevam em qualquer grupo"
|
808 |
|
809 |
-
#: ../help/help.php:
|
810 |
msgid "Group Selector"
|
811 |
msgstr "Seletor de Grupo"
|
812 |
|
813 |
-
#: ../help/help.php:
|
814 |
msgid ""
|
815 |
"plugin, you can extend Email Subscribers Form functionality by providing an "
|
816 |
"grouping option right next to the form."
|
@@ -818,19 +865,19 @@ msgstr ""
|
|
818 |
", você pode ampliar a funcionalidade do Formulário de Email Subscribers "
|
819 |
"fornecendo uma opção de agrupamento ao lado do formulário."
|
820 |
|
821 |
-
#: ../help/help.php:
|
822 |
msgid "The user can then subscribe to whichever group most appeals to them."
|
823 |
msgstr "O usuário pode então se inscrever para o grupo que mais lhe agradar."
|
824 |
|
825 |
-
#: ../help/help.php:
|
826 |
msgid "For example: Subscribe either to Updates or to Offers."
|
827 |
msgstr "Por exemplo: Inscreva-se para Atualizações ou para Ofertas."
|
828 |
|
829 |
-
#: ../help/help.php:
|
830 |
msgid "Show your subscribe form inside attractive popups"
|
831 |
msgstr "Mostre seu formulário de inscrição dentro de pop-up's atraentes"
|
832 |
|
833 |
-
#: ../help/help.php:
|
834 |
msgid ""
|
835 |
"Don't limit your subscriber form to a widget. Embed it within popups, hello "
|
836 |
"bars, slide-ins, sidebars, full screen popups etc."
|
@@ -839,11 +886,11 @@ msgstr ""
|
|
839 |
"de pop-ups, slides, barras laterais, pop-up's em tela cheia, etc."
|
840 |
|
841 |
#. Author of the plugin/theme
|
842 |
-
#: ../help/help.php:
|
843 |
msgid "Icegram"
|
844 |
msgstr "Icegram"
|
845 |
|
846 |
-
#: ../help/help.php:
|
847 |
msgid ""
|
848 |
"Icegram's beautiful designs instantly capture user attention and help "
|
849 |
"increase sign-ups to your WordPress website."
|
@@ -851,24 +898,24 @@ msgstr ""
|
|
851 |
"Os belos designs do Icegram captam instantaneamente a atenção do usuário e "
|
852 |
"ajudam a aumentar as inscrições no seu site WordPress."
|
853 |
|
854 |
-
#: ../help/help.php:
|
855 |
#, php-format
|
856 |
msgid "How to %s"
|
857 |
msgstr "Como %s"
|
858 |
|
859 |
-
#: ../help/help.php:
|
860 |
msgid "show subscribe form inside a popup"
|
861 |
msgstr "mostrar o formulário de inscrição dentro de um pop-up"
|
862 |
|
863 |
-
#: ../help/help.php:
|
864 |
msgid "Get beautiful and elegant form styles"
|
865 |
msgstr "Obtenha estilos de formulários lindos e elegantes"
|
866 |
|
867 |
-
#: ../help/help.php:
|
868 |
msgid "Rainmaker"
|
869 |
msgstr "Rainmaker"
|
870 |
|
871 |
-
#: ../help/help.php:
|
872 |
msgid ""
|
873 |
"Rainmaker extends the core features of Email Subscribers and provides "
|
874 |
"elegant form styles."
|
@@ -876,7 +923,7 @@ msgstr ""
|
|
876 |
"O Rainmaker amplia os recursos principais do Email Subscribers e oferece "
|
877 |
"estilos de formulários elegantes."
|
878 |
|
879 |
-
#: ../help/help.php:
|
880 |
msgid ""
|
881 |
"These styles are well designed and beautify your subscription form making it "
|
882 |
"more appealing."
|
@@ -884,7 +931,7 @@ msgstr ""
|
|
884 |
"Esses estilos são bem desenhados e embelezam seu formulário de inscrição "
|
885 |
"tornando-o mais atraente."
|
886 |
|
887 |
-
#: ../help/help.php:
|
888 |
msgid "add Rainmaker’s form in Email Subscribers"
|
889 |
msgstr "adicionar o formulário do Rainmaker ao Email Subscribers"
|
890 |
|
@@ -928,7 +975,7 @@ msgstr "Adicionar Notificação"
|
|
928 |
#: subscribers/view-subscriber-add.php:118 ../subscribers/view-subscriber-edit.
|
929 |
#: php:113 ../subscribers/view-subscriber-export.php:51 ../subscribers/view-
|
930 |
#: subscriber-import.php:149 ../subscribers/view-subscriber-show.php:247 ..
|
931 |
-
#: subscribers/view-subscriber-sync.php:92 ../templates/template-preview.php:
|
932 |
msgid "Help"
|
933 |
msgstr "Ajuda"
|
934 |
|
@@ -1070,7 +1117,7 @@ msgid "Notification Status"
|
|
1070 |
msgstr "Status de notificação"
|
1071 |
|
1072 |
#: ../notification/notification-show.php:100 ../subscribers/view-subscriber-show.
|
1073 |
-
#: php:417 ../templates/template-preview.php:
|
1074 |
msgid "Edit"
|
1075 |
msgstr "Editar"
|
1076 |
|
@@ -2157,15 +2204,15 @@ msgstr "Sincronizar os usuários recém-registrados para a lista de assinantes"
|
|
2157 |
msgid "Select group to add newly registered users to"
|
2158 |
msgstr "Selecione o grupo para adicionar usuários recém-registrados a"
|
2159 |
|
2160 |
-
#: ../templates/template-preview.php:
|
2161 |
msgid "Template Preview"
|
2162 |
msgstr "Pré-visualização do Modelo"
|
2163 |
|
2164 |
-
#: ../templates/template-preview.php:
|
2165 |
msgid "This is how your email may look."
|
2166 |
msgstr "É assim que o seu e-mail vai parecer."
|
2167 |
|
2168 |
-
#: ../templates/template-preview.php:
|
2169 |
msgid ""
|
2170 |
"<br><br>This Post Notification preview has replaced keywords from your last "
|
2171 |
"published blog post."
|
@@ -2173,7 +2220,7 @@ msgstr ""
|
|
2173 |
"<br><br>Esta prévia de Notificação de Postagem substituiu as palavras-chave "
|
2174 |
"da sua última publicação publicada no blog."
|
2175 |
|
2176 |
-
#: ../templates/template-preview.php:
|
2177 |
msgid ""
|
2178 |
"<br><br>Note: Different email services (like gmail, yahoo etc) display email "
|
2179 |
"content differently. So there could be a slight variation on how your "
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
+
"Project-Id-Version: Email Subscribers & Newsletters 3.5.0\n"
|
4 |
"Report-Msgid-Bugs-To: https://www.icegram.com/contact/\n"
|
5 |
"POT-Creation-Date: 2017-07-26 12:00:36+00:00\n"
|
6 |
+
"PO-Revision-Date: Wed May 16 2018 16:04:54 GMT+0530 (IST)\n"
|
7 |
"Last-Translator: admin <mansi.shah@appsmagnet.com>\n"
|
8 |
"Language-Team: Icegram <hello@icegram.com>Language:\n"
|
9 |
"Language: Portuguese (Brazil)\n"
|
50 |
"spam/junk folder."
|
51 |
msgstr ""
|
52 |
|
53 |
+
#: ../classes/es-register.php:738
|
54 |
msgid ""
|
55 |
"<b>Want readymade email templates?</b> Also want to <b>clean your "
|
56 |
"subscribers list?</b> Come check our Pro plan."
|
57 |
msgstr ""
|
58 |
|
59 |
+
#: ../classes/es-register.php:739
|
60 |
+
msgid "Check Pro plan"
|
61 |
msgstr ""
|
62 |
|
63 |
+
#: ../classes/es-register.php:739
|
64 |
msgid "Not interested."
|
65 |
msgstr ""
|
66 |
|
67 |
+
#: ../classes/es-register.php:777
|
68 |
+
msgid ""
|
69 |
+
"<b style=\"letter-spacing:0.4px;\">To honour GDPR, kindly enable the 'Consent "
|
70 |
+
"Checkbox' in the subscription form.</b>"
|
71 |
+
msgstr ""
|
72 |
+
|
73 |
+
#: ../classes/es-register.php:778
|
74 |
+
msgid "Steps to enable"
|
75 |
+
msgstr ""
|
76 |
+
|
77 |
+
#: ../classes/es-register.php:778
|
78 |
+
msgid "Ok, got it"
|
79 |
+
msgstr ""
|
80 |
+
|
81 |
+
#: ../classes/es-register.php:1011
|
82 |
#, php-format
|
83 |
msgid "<br/><br/>%s for Newsletter: {{NAME}}, {{EMAIL}}"
|
84 |
msgstr ""
|
87 |
msgid "Unexpected url submit has been detected!"
|
88 |
msgstr ""
|
89 |
|
90 |
+
#: ../help/help.php:191
|
91 |
msgid "Thanks for installing and we hope you will enjoy using this plugin."
|
92 |
msgstr ""
|
93 |
|
94 |
+
#: ../help/help.php:192
|
95 |
msgid ""
|
96 |
"By default, subscribers subscribed via Email Subscribers, will receive email "
|
97 |
"updates when you post a new blog. You can turn these updates off like this:"
|
98 |
msgstr ""
|
99 |
|
100 |
+
#: ../help/help.php:193
|
101 |
msgid ""
|
102 |
"Email Subscribers -> Post Notification -> Edit -> Select Notification Status "
|
103 |
"when a new post is published -> Disable -> Save."
|
104 |
msgstr ""
|
105 |
|
106 |
+
#: ../help/help.php:197
|
107 |
+
msgid ""
|
108 |
+
"Stay in touch with us. We send out plugin help, tips, periodic updates and "
|
109 |
+
"even the occasional discounts."
|
110 |
+
msgstr ""
|
111 |
+
|
112 |
+
#: ../help/help.php:205
|
113 |
+
#, php-format
|
114 |
+
msgid "I have read and agreed to your %s."
|
115 |
+
msgstr ""
|
116 |
+
|
117 |
+
#: ../help/help.php:205
|
118 |
+
msgid "Privacy Policy"
|
119 |
+
msgstr ""
|
120 |
+
|
121 |
+
#: ../help/help.php:223
|
122 |
#, php-format
|
123 |
msgid ""
|
124 |
"<b>Like Email Subscribers?</b> If yes, then consider %s to support further "
|
125 |
"developments."
|
126 |
msgstr ""
|
127 |
|
128 |
+
#: ../help/help.php:289
|
129 |
msgid "Use HTML editor to create newsletters and post notifications."
|
130 |
msgstr ""
|
131 |
|
132 |
+
#: ../help/help.php:330
|
133 |
msgid "General Plugin Configuration"
|
134 |
msgstr ""
|
135 |
|
136 |
+
#: ../help/help.php:336
|
137 |
msgid "How does Sync work?"
|
138 |
msgstr ""
|
139 |
|
140 |
+
#: ../help/help.php:351
|
141 |
msgid "How to check sent emails?"
|
142 |
msgstr ""
|
143 |
|
144 |
+
#: ../help/help.php:363
|
145 |
msgid "Create and Send Newsletter Emails"
|
146 |
msgstr ""
|
147 |
|
148 |
+
#: ../help/help.php:366
|
149 |
msgid "Keywords in the Newsletters"
|
150 |
msgstr ""
|
151 |
|
152 |
+
#: ../help/help.php:373
|
153 |
msgid "Create and Send Post Notification Emails when new posts are published"
|
154 |
msgstr ""
|
155 |
|
156 |
+
#: ../help/help.php:387
|
157 |
msgid "What is Cron and how to Schedule Cron Emails?"
|
158 |
msgstr ""
|
159 |
|
160 |
+
#: ../help/help.php:413
|
161 |
+
msgid "[GDPR] Email Subscribers"
|
162 |
+
msgstr ""
|
163 |
+
|
164 |
+
#: ../help/help.php:416 ../help/help.php:434
|
165 |
+
msgid "How to enable consent checkbox in the subscribe form?"
|
166 |
+
msgstr ""
|
167 |
+
|
168 |
+
#: ../help/help.php:419
|
169 |
+
msgid "What data Email Subscribers stores on your end?"
|
170 |
+
msgstr ""
|
171 |
+
|
172 |
+
#: ../help/help.php:431
|
173 |
+
msgid "[GDPR] Email Subscribers - Group Selector"
|
174 |
+
msgstr ""
|
175 |
+
|
176 |
+
#: ../help/help.php:437
|
177 |
+
msgid "What data Email Subscribers - Group Selector stores on your end?"
|
178 |
+
msgstr ""
|
179 |
+
|
180 |
+
#: ../help/help.php:454
|
181 |
msgid "Using our <b>free</b> "
|
182 |
msgstr ""
|
183 |
|
184 |
+
#: ../help/help.php:474
|
185 |
msgid ""
|
186 |
"Using Email Subscribers you can achieve this easily with our <b>free</b> "
|
187 |
"plugin "
|
188 |
msgstr ""
|
189 |
|
190 |
+
#: ../help/help.php:491
|
191 |
msgid "Email subscribers easily integrates with another <b>free</b> plugin "
|
192 |
msgstr ""
|
193 |
|
263 |
msgid "<span style=\"color:#993399;\">Immediately</span>"
|
264 |
msgstr "<span style=\"color:#993399;\">Imediatamente</span>"
|
265 |
|
266 |
+
#: ../classes/es-loadwidget.php:34 ../classes/es-register.php:1095 ..
|
267 |
#: subscribers/view-subscriber-show.php:289
|
268 |
msgid "Name"
|
269 |
msgstr "Nome"
|
270 |
|
271 |
+
#: ../classes/es-loadwidget.php:39 ../classes/es-register.php:1100
|
272 |
msgid "Email *"
|
273 |
msgstr "E-mail *"
|
274 |
|
275 |
+
#: ../classes/es-loadwidget.php:47 ../classes/es-register.php:1108 ../help/help.
|
276 |
+
#: php:202
|
277 |
msgid "Subscribe"
|
278 |
msgstr "Inscrever"
|
279 |
|
280 |
#: ../classes/es-register.php:162 ../classes/es-register.php:163 ../classes/es-
|
281 |
+
#: register.php:838
|
282 |
msgid "Email Subscribers"
|
283 |
msgstr "Email Subscribers"
|
284 |
|
288 |
msgstr "Assinantes"
|
289 |
|
290 |
#: ../classes/es-register.php:168 ../classes/es-register.php:169 ../classes/es-
|
291 |
+
#: register.php:826 ../classes/es-register.php:827 ../classes/es-register.php:832
|
292 |
msgid "Templates"
|
293 |
msgstr "Modelos"
|
294 |
|
295 |
#: ../classes/es-register.php:171 ../classes/es-register.php:172 ../help/help.php:
|
296 |
+
#: 370 ../notification/notification-show.php:52
|
297 |
msgid "Post Notifications"
|
298 |
msgstr "Notificações de Postagens"
|
299 |
|
300 |
#: ../classes/es-register.php:174 ../classes/es-register.php:175 ../help/help.php:
|
301 |
+
#: 360 ../sendmail/sendmail.php:93 ../settings/settings-edit.php:324
|
302 |
msgid "Newsletters"
|
303 |
msgstr "Newsletters"
|
304 |
|
493 |
msgid "Please try after some time"
|
494 |
msgstr "Por favor, tente depois de algum tempo"
|
495 |
|
496 |
+
#: ../classes/es-register.php:803
|
497 |
msgid ""
|
498 |
"If you like <strong>Email Subscribers</strong>, please consider leaving us a "
|
499 |
"<a target=\"_blank\" href=\"https://wordpress.org/support/plugin/email-"
|
505 |
"org/support/plugin/email-subscribers/reviews/?filter=5#new-post\">★"
|
506 |
"★★★★</a> avaliação. Um enorme obrigado do Icegram!"
|
507 |
|
508 |
+
#: ../classes/es-register.php:817
|
509 |
#, php-format
|
510 |
msgid "Email Subscribers version: <strong>%s</strong>"
|
511 |
msgstr "Email Subscribers versão: <strong>%s</strong>"
|
512 |
|
513 |
+
#: ../classes/es-register.php:828 ../classes/es-register.php:829
|
514 |
msgid "Add new Template"
|
515 |
msgstr "Adicionar Novo Modelo"
|
516 |
|
517 |
+
#: ../classes/es-register.php:830
|
518 |
msgid "Edit Templates"
|
519 |
msgstr "Editar Modelos"
|
520 |
|
521 |
+
#: ../classes/es-register.php:831
|
522 |
msgid "New Templates"
|
523 |
msgstr "Novos Modelos"
|
524 |
|
525 |
+
#: ../classes/es-register.php:833
|
526 |
msgid "View Templates"
|
527 |
msgstr "Exibir Modelos"
|
528 |
|
529 |
+
#: ../classes/es-register.php:834
|
530 |
msgid "Search Templates"
|
531 |
msgstr "Procurar Modelos"
|
532 |
|
533 |
+
#: ../classes/es-register.php:835
|
534 |
msgid "No Templates found"
|
535 |
msgstr "Nenhum Modelo encontrado"
|
536 |
|
537 |
+
#: ../classes/es-register.php:836
|
538 |
msgid "No Templates found in Trash"
|
539 |
msgstr "Nenhum Modelo encontrado na Lixeira"
|
540 |
|
541 |
+
#: ../classes/es-register.php:839
|
542 |
msgid "Thumbnail (For Visual Representation only)"
|
543 |
msgstr "Miniaturas (Para Representação Visual apenas)"
|
544 |
|
545 |
+
#: ../classes/es-register.php:840
|
546 |
msgid "Set thumbnail"
|
547 |
msgstr "Definir miniatura"
|
548 |
|
549 |
+
#: ../classes/es-register.php:877
|
550 |
msgid "Template Type"
|
551 |
msgstr "Tipo de Modelo"
|
552 |
|
553 |
+
#: ../classes/es-register.php:878 ../settings/settings-edit.php:123
|
554 |
msgid "Thumbnail"
|
555 |
msgstr "Miniatura"
|
556 |
|
557 |
+
#: ../classes/es-register.php:926 ../sentmail/sentmail-show.php:108 ..
|
558 |
#: sentmail/sentmail-show.php:121
|
559 |
msgid "Preview"
|
560 |
msgstr "Visualizar"
|
561 |
|
562 |
+
#: ../classes/es-register.php:943
|
563 |
msgid "Available Keyword for Post Notification: {{POSTTITLE}}"
|
564 |
msgstr "Palavra-chave disponível para Notificação de Postagem: {{POSTTITLE}}"
|
565 |
|
566 |
+
#: ../classes/es-register.php:946
|
567 |
msgid "Select your Email Template Type"
|
568 |
msgstr "Selecione o seu Tipo de Modelo de E-mail"
|
569 |
|
570 |
+
#: ../classes/es-register.php:948
|
571 |
msgid "Newsletter"
|
572 |
msgstr "Newsletter"
|
573 |
|
574 |
+
#: ../classes/es-register.php:949
|
575 |
msgid "Post Notification"
|
576 |
msgstr "Notificação de Postagem"
|
577 |
|
578 |
+
#: ../classes/es-register.php:996
|
579 |
msgid "Preview Template"
|
580 |
msgstr "Visualização do Modelo"
|
581 |
|
582 |
+
#: ../classes/es-register.php:1010
|
583 |
#, php-format
|
584 |
msgid ""
|
585 |
"%s for Post Notification: {{NAME}}, {{EMAIL}}, {{DATE}}, {{POSTTITLE}}, "
|
590 |
"{{POSTTITLE}}, {{POSTLINK}}, {{POSTIMAGE}}, {{POSTDESC}}, {{POSTAUTHOR}}, "
|
591 |
"{{POSTLINK-WITHTITLE}}, {{POSTLINK-ONLY}}, {{POSTFULL}}"
|
592 |
|
593 |
+
#: ../classes/es-register.php:1010 ../classes/es-register.php:1011
|
594 |
msgid "Available Keywords"
|
595 |
msgstr "Palavras-chave disponíveis"
|
596 |
|
597 |
+
#: ../classes/es-register.php:1148
|
598 |
msgid "Widget Title"
|
599 |
msgstr "Título do Widget"
|
600 |
|
601 |
+
#: ../classes/es-register.php:1152
|
602 |
msgid "Short description about subscription form"
|
603 |
msgstr "Breve descrição sobre o formulário de inscrição"
|
604 |
|
605 |
+
#: ../classes/es-register.php:1156
|
606 |
msgid "Display Name Field"
|
607 |
msgstr "Exibir Campo do Nome"
|
608 |
|
609 |
+
#: ../classes/es-register.php:1158 ../settings/settings-edit.php:142 ..
|
610 |
#: settings/settings-edit.php:217 ../subscribers/view-subscriber-sync.php:107
|
611 |
msgid "YES"
|
612 |
msgstr "SIM"
|
613 |
|
614 |
+
#: ../classes/es-register.php:1159 ../settings/settings-edit.php:143 ..
|
615 |
#: settings/settings-edit.php:218 ../subscribers/view-subscriber-sync.php:106
|
616 |
msgid "NO"
|
617 |
msgstr "NÃO"
|
618 |
|
619 |
+
#: ../classes/es-register.php:1163
|
620 |
msgid "Subscriber Group"
|
621 |
msgstr "Grupo do Assinante"
|
622 |
|
623 |
+
#: ../help/help.php:190
|
624 |
msgid "Welcome to Email Subscribers!"
|
625 |
msgstr "Bem-vindo ao Email Subscribers!"
|
626 |
|
627 |
+
#: ../help/help.php:214
|
|
|
|
|
|
|
|
|
628 |
#, php-format
|
629 |
msgid "Version: %s"
|
630 |
msgstr "Versão: %s"
|
631 |
|
632 |
+
#: ../help/help.php:217
|
633 |
msgid "Questions? Need Help?"
|
634 |
msgstr "Precisa de Ajuda?"
|
635 |
|
636 |
+
#: ../help/help.php:218
|
637 |
msgid "Contact Us"
|
638 |
msgstr "Contate-nos"
|
639 |
|
640 |
+
#: ../help/help.php:223
|
641 |
msgid "donating to us"
|
642 |
msgstr "fazer uma doação"
|
643 |
|
644 |
+
#: ../help/help.php:258
|
645 |
msgid "Description"
|
646 |
msgstr "Descrição"
|
647 |
|
648 |
+
#: ../help/help.php:260
|
649 |
msgid ""
|
650 |
"Email Subscribers is a complete newsletter plugin which lets you collect "
|
651 |
"leads, send automated new blog post notification emails, create & send "
|
655 |
"leads, enviar novos e-mails automatizados de notificação de postagem no blog,"
|
656 |
" criar e enviar newsletters e gerenciar tudo isso em um único lugar."
|
657 |
|
658 |
+
#: ../help/help.php:262
|
659 |
msgid "Feature Overview"
|
660 |
msgstr "Visão Geral dos Recursos"
|
661 |
|
662 |
+
#: ../help/help.php:265
|
663 |
msgid ""
|
664 |
"Collect customer emails by adding a subscription box (Widget/Shortcode/PHP "
|
665 |
"Code)."
|
667 |
"Colete e-mails de clientes adicionando uma caixa de inscrição "
|
668 |
"(Widget/Shortcode/PHP Code)."
|
669 |
|
670 |
+
#: ../help/help.php:268
|
671 |
msgid "Configure double Opt-In and Single Opt-In facility for subscribers."
|
672 |
msgstr "Configure as opções de Opt-In Duplo e Opt-In Simples para assinantes."
|
673 |
|
674 |
+
#: ../help/help.php:271
|
675 |
msgid "Send automatic welcome email to subscribers."
|
676 |
msgstr "Envie e-mail de boas-vindas automaticamente para assinantes."
|
677 |
|
678 |
+
#: ../help/help.php:274
|
679 |
msgid ""
|
680 |
"Send new post notification emails to subscribers when new posts are "
|
681 |
"published on your website."
|
683 |
"Envie novos e-mails de notificação de postagem aos assinantes quando novas "
|
684 |
"postagens forem publicadas em seu site."
|
685 |
|
686 |
+
#: ../help/help.php:277
|
687 |
msgid "Schedule email (Cron job) or send them manually."
|
688 |
msgstr "Agende os e-mails (Cron Job) ou mande-os manualmente."
|
689 |
|
690 |
+
#: ../help/help.php:280
|
691 |
msgid "Send email notification to admin when a new user signs up."
|
692 |
msgstr ""
|
693 |
"Envie uma notificação por e-mail para o Administrador quando um novo usuário "
|
694 |
"se inscrever."
|
695 |
|
696 |
+
#: ../help/help.php:283
|
697 |
msgid "Automatically add Unsubscribe link in the email."
|
698 |
msgstr "Adicione automaticamente o link Cancelar Inscrição no e-mail."
|
699 |
|
700 |
+
#: ../help/help.php:286
|
701 |
msgid "Easily migrate subscribers from another app using Import & Export."
|
702 |
msgstr ""
|
703 |
"Migre facilmente assinantes de outro aplicativo usando Importação e "
|
704 |
"Exportação."
|
705 |
|
706 |
+
#: ../help/help.php:292
|
707 |
msgid "Send newsletters to different groups."
|
708 |
msgstr "Envie newsletters para diferentes grupos."
|
709 |
|
710 |
+
#: ../help/help.php:295
|
711 |
msgid "Get detailed sent email reports."
|
712 |
msgstr "Receba relatórios detalhados de e-mails enviados."
|
713 |
|
714 |
+
#: ../help/help.php:298
|
715 |
msgid "Control user access (User Roles and Capabilities)."
|
716 |
msgstr "Controle o acesso do usuário (Funções do Usuário e Capacidades)."
|
717 |
|
718 |
+
#: ../help/help.php:301
|
719 |
msgid "Supports localization and internationalization."
|
720 |
msgstr "Suporta localização e internacionalização."
|
721 |
|
722 |
+
#: ../help/help.php:308
|
723 |
msgid "Add Subscribe form"
|
724 |
msgstr "Adicionar formulário de Assinatura"
|
725 |
|
726 |
+
#: ../help/help.php:310 ../help/help.php:321 ../help/help.php:324 ../help/help.
|
727 |
+
#: php:336 ../help/help.php:339 ../help/help.php:342 ../help/help.php:345 ..
|
728 |
+
#: help/help.php:348 ../help/help.php:351 ../help/help.php:363 ../help/help.php:
|
729 |
+
#: 366 ../help/help.php:373 ../help/help.php:376 ../help/help.php:379 ..
|
730 |
+
#: help/help.php:387 ../help/help.php:390 ../help/help.php:393 ../help/help.php:
|
731 |
+
#: 396 ../help/help.php:402 ../help/help.php:405 ../help/help.php:408 ..
|
732 |
+
#: help/help.php:416 ../help/help.php:419 ../help/help.php:434 ../help/help.php:
|
733 |
+
#: 437
|
734 |
#, php-format
|
735 |
msgid "%s"
|
736 |
msgstr "%s"
|
737 |
|
738 |
+
#: ../help/help.php:310
|
739 |
msgid "How to Add Subscription box to website?"
|
740 |
msgstr "Como Adicionar Caixa de Assinatura ao site?"
|
741 |
|
742 |
+
#: ../help/help.php:313
|
743 |
#, php-format
|
744 |
msgid ""
|
745 |
"Use any of the following 3 methods :<br>\n"
|
758 |
" c) Copie e cole este código php para a localização do modelo "
|
759 |
"desejado : <strong>%s</strong>"
|
760 |
|
761 |
+
#: ../help/help.php:318
|
762 |
msgid "Additional form settings"
|
763 |
msgstr "Configurações adicionais de formulário"
|
764 |
|
765 |
+
#: ../help/help.php:321
|
766 |
msgid "How to Redirect Subscribers to a new page/url after successful sign up?"
|
767 |
msgstr ""
|
768 |
"Como Redirecionar Assinantes para uma nova página/URL após inscrição bem-"
|
769 |
"sucedida?"
|
770 |
|
771 |
+
#: ../help/help.php:324
|
772 |
msgid "How to add captcha in Subscribe form of Email Subscribers?"
|
773 |
msgstr "Como adicionar captcha no formulário de Inscrição do Email Subscribers?"
|
774 |
|
775 |
+
#: ../help/help.php:333
|
776 |
#, php-format
|
777 |
msgid "Modify %s"
|
778 |
msgstr "Modificar %s"
|
779 |
|
780 |
+
#: ../help/help.php:333
|
781 |
msgid "default text, email contents"
|
782 |
msgstr "texto padrão, conteúdo do e-mail"
|
783 |
|
784 |
+
#: ../help/help.php:333
|
785 |
msgid ""
|
786 |
" (like Confirmation, Welcome, Admin emails), Cron Settings and Assign User "
|
787 |
"Roles"
|
789 |
" (como Confirmação, Bem-vindo, e-mails de Administrador), Configurações Cron "
|
790 |
"Job e Atribuir Funções de Usuário"
|
791 |
|
792 |
+
#: ../help/help.php:339
|
793 |
msgid "How to Import or Export Email Addresses?"
|
794 |
msgstr "Como Importar ou Exportar Endereços de E-mail?"
|
795 |
|
796 |
+
#: ../help/help.php:342
|
797 |
msgid "How to Add/Update Existing Subscribers Group & Status?"
|
798 |
msgstr "Como Adicionar/Atualizar Grupos de Assinantes e Status Existentes?"
|
799 |
|
800 |
+
#: ../help/help.php:345
|
801 |
msgid "How to change/update/translate any texts from the plugin?"
|
802 |
msgstr "Como alterar/atualizar/traduzir qualquer texto deste plugin?"
|
803 |
|
804 |
+
#: ../help/help.php:348
|
805 |
msgid "How to add Unsubscribe link in emails?"
|
806 |
msgstr "Como adicionar link de Cancelamento nos e-mails?"
|
807 |
|
808 |
+
#: ../help/help.php:376
|
809 |
msgid "Keywords in the Post Notifications"
|
810 |
msgstr "Palavras-chave nas Notificações de Postagem"
|
811 |
|
812 |
+
#: ../help/help.php:379
|
813 |
msgid "Send a test post notification email to myself/testgroup"
|
814 |
msgstr "Enviar um e-mail de notificação de teste para mim/grupo de teste"
|
815 |
|
816 |
+
#: ../help/help.php:384
|
817 |
msgid "Cron Job Setup"
|
818 |
msgstr "Configuração do Cron Job"
|
819 |
|
820 |
+
#: ../help/help.php:390
|
821 |
msgid "Schedule Cron Emails in cPanel"
|
822 |
msgstr "Agendar E-mails Cron Job no cPanel"
|
823 |
|
824 |
+
#: ../help/help.php:393
|
825 |
msgid "Schedule Cron Emails in Parallels Plesk"
|
826 |
msgstr "Agendar E-mails Cron Job no Parallels Plesk"
|
827 |
|
828 |
+
#: ../help/help.php:396
|
829 |
msgid "Hosting doesn’t support Cron Jobs?"
|
830 |
msgstr "A sua hospedagem não suporta trabalhos do Cron Job?"
|
831 |
|
832 |
+
#: ../help/help.php:399
|
833 |
msgid "Troubleshooting Steps"
|
834 |
msgstr "Etapas para solução de problemas"
|
835 |
|
836 |
+
#: ../help/help.php:402
|
837 |
msgid "Subscribers are not receiving Emails?"
|
838 |
msgstr "Os Assinantes não estão recebendo E-mails?"
|
839 |
|
840 |
+
#: ../help/help.php:405
|
841 |
msgid "CSS Help"
|
842 |
msgstr "Ajuda do CSS"
|
843 |
|
844 |
+
#: ../help/help.php:408
|
845 |
msgid "FAQ's"
|
846 |
msgstr "FAQ's"
|
847 |
|
848 |
+
#: ../help/help.php:446
|
849 |
msgid "Want to do more? Here's how.."
|
850 |
msgstr "Quer fazer mais? Veja como..."
|
851 |
|
852 |
+
#: ../help/help.php:449
|
853 |
msgid "Allow Subscribers to get subscribed to any group"
|
854 |
msgstr "Permitir que os Assinantes se inscrevam em qualquer grupo"
|
855 |
|
856 |
+
#: ../help/help.php:455
|
857 |
msgid "Group Selector"
|
858 |
msgstr "Seletor de Grupo"
|
859 |
|
860 |
+
#: ../help/help.php:456
|
861 |
msgid ""
|
862 |
"plugin, you can extend Email Subscribers Form functionality by providing an "
|
863 |
"grouping option right next to the form."
|
865 |
", você pode ampliar a funcionalidade do Formulário de Email Subscribers "
|
866 |
"fornecendo uma opção de agrupamento ao lado do formulário."
|
867 |
|
868 |
+
#: ../help/help.php:459
|
869 |
msgid "The user can then subscribe to whichever group most appeals to them."
|
870 |
msgstr "O usuário pode então se inscrever para o grupo que mais lhe agradar."
|
871 |
|
872 |
+
#: ../help/help.php:462
|
873 |
msgid "For example: Subscribe either to Updates or to Offers."
|
874 |
msgstr "Por exemplo: Inscreva-se para Atualizações ou para Ofertas."
|
875 |
|
876 |
+
#: ../help/help.php:466
|
877 |
msgid "Show your subscribe form inside attractive popups"
|
878 |
msgstr "Mostre seu formulário de inscrição dentro de pop-up's atraentes"
|
879 |
|
880 |
+
#: ../help/help.php:471
|
881 |
msgid ""
|
882 |
"Don't limit your subscriber form to a widget. Embed it within popups, hello "
|
883 |
"bars, slide-ins, sidebars, full screen popups etc."
|
886 |
"de pop-ups, slides, barras laterais, pop-up's em tela cheia, etc."
|
887 |
|
888 |
#. Author of the plugin/theme
|
889 |
+
#: ../help/help.php:475
|
890 |
msgid "Icegram"
|
891 |
msgstr "Icegram"
|
892 |
|
893 |
+
#: ../help/help.php:478
|
894 |
msgid ""
|
895 |
"Icegram's beautiful designs instantly capture user attention and help "
|
896 |
"increase sign-ups to your WordPress website."
|
898 |
"Os belos designs do Icegram captam instantaneamente a atenção do usuário e "
|
899 |
"ajudam a aumentar as inscrições no seu site WordPress."
|
900 |
|
901 |
+
#: ../help/help.php:481 ../help/help.php:501
|
902 |
#, php-format
|
903 |
msgid "How to %s"
|
904 |
msgstr "Como %s"
|
905 |
|
906 |
+
#: ../help/help.php:481
|
907 |
msgid "show subscribe form inside a popup"
|
908 |
msgstr "mostrar o formulário de inscrição dentro de um pop-up"
|
909 |
|
910 |
+
#: ../help/help.php:485
|
911 |
msgid "Get beautiful and elegant form styles"
|
912 |
msgstr "Obtenha estilos de formulários lindos e elegantes"
|
913 |
|
914 |
+
#: ../help/help.php:492
|
915 |
msgid "Rainmaker"
|
916 |
msgstr "Rainmaker"
|
917 |
|
918 |
+
#: ../help/help.php:495
|
919 |
msgid ""
|
920 |
"Rainmaker extends the core features of Email Subscribers and provides "
|
921 |
"elegant form styles."
|
923 |
"O Rainmaker amplia os recursos principais do Email Subscribers e oferece "
|
924 |
"estilos de formulários elegantes."
|
925 |
|
926 |
+
#: ../help/help.php:498
|
927 |
msgid ""
|
928 |
"These styles are well designed and beautify your subscription form making it "
|
929 |
"more appealing."
|
931 |
"Esses estilos são bem desenhados e embelezam seu formulário de inscrição "
|
932 |
"tornando-o mais atraente."
|
933 |
|
934 |
+
#: ../help/help.php:501
|
935 |
msgid "add Rainmaker’s form in Email Subscribers"
|
936 |
msgstr "adicionar o formulário do Rainmaker ao Email Subscribers"
|
937 |
|
975 |
#: subscribers/view-subscriber-add.php:118 ../subscribers/view-subscriber-edit.
|
976 |
#: php:113 ../subscribers/view-subscriber-export.php:51 ../subscribers/view-
|
977 |
#: subscriber-import.php:149 ../subscribers/view-subscriber-show.php:247 ..
|
978 |
+
#: subscribers/view-subscriber-sync.php:92 ../templates/template-preview.php:33
|
979 |
msgid "Help"
|
980 |
msgstr "Ajuda"
|
981 |
|
1117 |
msgstr "Status de notificação"
|
1118 |
|
1119 |
#: ../notification/notification-show.php:100 ../subscribers/view-subscriber-show.
|
1120 |
+
#: php:417 ../templates/template-preview.php:36
|
1121 |
msgid "Edit"
|
1122 |
msgstr "Editar"
|
1123 |
|
2204 |
msgid "Select group to add newly registered users to"
|
2205 |
msgstr "Selecione o grupo para adicionar usuários recém-registrados a"
|
2206 |
|
2207 |
+
#: ../templates/template-preview.php:32
|
2208 |
msgid "Template Preview"
|
2209 |
msgstr "Pré-visualização do Modelo"
|
2210 |
|
2211 |
+
#: ../templates/template-preview.php:40
|
2212 |
msgid "This is how your email may look."
|
2213 |
msgstr "É assim que o seu e-mail vai parecer."
|
2214 |
|
2215 |
+
#: ../templates/template-preview.php:42
|
2216 |
msgid ""
|
2217 |
"<br><br>This Post Notification preview has replaced keywords from your last "
|
2218 |
"published blog post."
|
2220 |
"<br><br>Esta prévia de Notificação de Postagem substituiu as palavras-chave "
|
2221 |
"da sua última publicação publicada no blog."
|
2222 |
|
2223 |
+
#: ../templates/template-preview.php:44
|
2224 |
msgid ""
|
2225 |
"<br><br>Note: Different email services (like gmail, yahoo etc) display email "
|
2226 |
"content differently. So there could be a slight variation on how your "
|
languages/email-subscribers-sv_SE.mo
CHANGED
Binary file
|
languages/email-subscribers-sv_SE.po
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
-
"Project-Id-Version: Email Subscribers & Newsletters 3.
|
4 |
"Report-Msgid-Bugs-To: https://www.icegram.com/contact/\n"
|
5 |
"POT-Creation-Date: 2017-07-26 12:00:36+00:00\n"
|
6 |
-
"PO-Revision-Date:
|
7 |
"Last-Translator: admin <mansi.shah@appsmagnet.com>\n"
|
8 |
"Language-Team: Icegram <hello@icegram.com>Language:\n"
|
9 |
"Language: Swedish\n"
|
@@ -23,7 +23,7 @@ msgstr ""
|
|
23 |
"X-Poedit-SearchPath-0: .."
|
24 |
|
25 |
#: ../classes/es-register.php:168 ../classes/es-register.php:169 ../classes/es-
|
26 |
-
#: register.php:
|
27 |
msgid "Templates"
|
28 |
msgstr ""
|
29 |
|
@@ -59,78 +59,92 @@ msgid ""
|
|
59 |
"spam/junk folder."
|
60 |
msgstr ""
|
61 |
|
62 |
-
#: ../classes/es-register.php:
|
63 |
msgid ""
|
64 |
"<b>Want readymade email templates?</b> Also want to <b>clean your "
|
65 |
"subscribers list?</b> Come check our Pro plan."
|
66 |
msgstr ""
|
67 |
|
68 |
-
#: ../classes/es-register.php:
|
69 |
-
msgid "Check Pro plan
|
70 |
msgstr ""
|
71 |
|
72 |
-
#: ../classes/es-register.php:
|
73 |
msgid "Not interested."
|
74 |
msgstr ""
|
75 |
|
76 |
-
#: ../classes/es-register.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
77 |
#, php-format
|
78 |
msgid "Email Subscribers version: <strong>%s</strong>"
|
79 |
msgstr ""
|
80 |
|
81 |
-
#: ../classes/es-register.php:
|
82 |
msgid "Add new Template"
|
83 |
msgstr ""
|
84 |
|
85 |
-
#: ../classes/es-register.php:
|
86 |
msgid "Edit Templates"
|
87 |
msgstr ""
|
88 |
|
89 |
-
#: ../classes/es-register.php:
|
90 |
msgid "New Templates"
|
91 |
msgstr ""
|
92 |
|
93 |
-
#: ../classes/es-register.php:
|
94 |
msgid "View Templates"
|
95 |
msgstr ""
|
96 |
|
97 |
-
#: ../classes/es-register.php:
|
98 |
msgid "Search Templates"
|
99 |
msgstr ""
|
100 |
|
101 |
-
#: ../classes/es-register.php:
|
102 |
msgid "No Templates found"
|
103 |
msgstr ""
|
104 |
|
105 |
-
#: ../classes/es-register.php:
|
106 |
msgid "No Templates found in Trash"
|
107 |
msgstr ""
|
108 |
|
109 |
-
#: ../classes/es-register.php:
|
110 |
msgid "Thumbnail (For Visual Representation only)"
|
111 |
msgstr ""
|
112 |
|
113 |
-
#: ../classes/es-register.php:
|
114 |
msgid "Set thumbnail"
|
115 |
msgstr ""
|
116 |
|
117 |
-
#: ../classes/es-register.php:
|
118 |
msgid "Template Type"
|
119 |
msgstr ""
|
120 |
|
121 |
-
#: ../classes/es-register.php:
|
122 |
msgid "Available Keyword for Post Notification: {{POSTTITLE}}"
|
123 |
msgstr ""
|
124 |
|
125 |
-
#: ../classes/es-register.php:
|
126 |
msgid "Select your Email Template Type"
|
127 |
msgstr ""
|
128 |
|
129 |
-
#: ../classes/es-register.php:
|
130 |
msgid "Preview Template"
|
131 |
msgstr ""
|
132 |
|
133 |
-
#: ../classes/es-register.php:
|
134 |
#, php-format
|
135 |
msgid ""
|
136 |
"%s for Post Notification: {{NAME}}, {{EMAIL}}, {{DATE}}, {{POSTTITLE}}, "
|
@@ -138,7 +152,7 @@ msgid ""
|
|
138 |
"WITHTITLE}}, {{POSTLINK-ONLY}}, {{POSTFULL}}"
|
139 |
msgstr ""
|
140 |
|
141 |
-
#: ../classes/es-register.php:
|
142 |
#, php-format
|
143 |
msgid "<br/><br/>%s for Newsletter: {{NAME}}, {{EMAIL}}"
|
144 |
msgstr ""
|
@@ -147,122 +161,133 @@ msgstr ""
|
|
147 |
msgid "Unexpected url submit has been detected!"
|
148 |
msgstr ""
|
149 |
|
150 |
-
#: ../help/help.php:
|
151 |
msgid "Thanks for installing and we hope you will enjoy using this plugin."
|
152 |
msgstr ""
|
153 |
|
154 |
-
#: ../help/help.php:
|
155 |
msgid ""
|
156 |
"By default, subscribers subscribed via Email Subscribers, will receive email "
|
157 |
"updates when you post a new blog. You can turn these updates off like this:"
|
158 |
msgstr ""
|
159 |
|
160 |
-
#: ../help/help.php:
|
161 |
msgid ""
|
162 |
"Email Subscribers -> Post Notification -> Edit -> Select Notification Status "
|
163 |
"when a new post is published -> Disable -> Save."
|
164 |
msgstr ""
|
165 |
|
166 |
-
#: ../help/help.php:
|
167 |
-
msgid "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
168 |
msgstr ""
|
169 |
|
170 |
#: ../help/help.php:205
|
|
|
|
|
|
|
|
|
171 |
#, php-format
|
172 |
msgid "Version: %s"
|
173 |
msgstr ""
|
174 |
|
175 |
-
#: ../help/help.php:
|
176 |
msgid "Questions? Need Help?"
|
177 |
msgstr ""
|
178 |
|
179 |
-
#: ../help/help.php:
|
180 |
msgid "Contact Us"
|
181 |
msgstr ""
|
182 |
|
183 |
-
#: ../help/help.php:
|
184 |
#, php-format
|
185 |
msgid ""
|
186 |
"<b>Like Email Subscribers?</b> If yes, then consider %s to support further "
|
187 |
"developments."
|
188 |
msgstr ""
|
189 |
|
190 |
-
#: ../help/help.php:
|
191 |
msgid "Description"
|
192 |
msgstr ""
|
193 |
|
194 |
-
#: ../help/help.php:
|
195 |
msgid ""
|
196 |
"Email Subscribers is a complete newsletter plugin which lets you collect "
|
197 |
"leads, send automated new blog post notification emails, create & send "
|
198 |
"newsletters and manage all this in one single place."
|
199 |
msgstr ""
|
200 |
|
201 |
-
#: ../help/help.php:
|
202 |
msgid "Feature Overview"
|
203 |
msgstr ""
|
204 |
|
205 |
-
#: ../help/help.php:
|
206 |
msgid ""
|
207 |
"Collect customer emails by adding a subscription box (Widget/Shortcode/PHP "
|
208 |
"Code)."
|
209 |
msgstr ""
|
210 |
|
211 |
-
#: ../help/help.php:
|
212 |
msgid "Configure double Opt-In and Single Opt-In facility for subscribers."
|
213 |
msgstr ""
|
214 |
|
215 |
-
#: ../help/help.php:
|
216 |
msgid "Send automatic welcome email to subscribers."
|
217 |
msgstr ""
|
218 |
|
219 |
-
#: ../help/help.php:
|
220 |
msgid ""
|
221 |
"Send new post notification emails to subscribers when new posts are "
|
222 |
"published on your website."
|
223 |
msgstr ""
|
224 |
|
225 |
-
#: ../help/help.php:
|
226 |
msgid "Schedule email (Cron job) or send them manually."
|
227 |
msgstr ""
|
228 |
|
229 |
-
#: ../help/help.php:
|
230 |
msgid "Send email notification to admin when a new user signs up."
|
231 |
msgstr ""
|
232 |
|
233 |
-
#: ../help/help.php:
|
234 |
msgid "Automatically add Unsubscribe link in the email."
|
235 |
msgstr ""
|
236 |
|
237 |
-
#: ../help/help.php:
|
238 |
msgid "Easily migrate subscribers from another app using Import & Export."
|
239 |
msgstr ""
|
240 |
|
241 |
-
#: ../help/help.php:
|
242 |
msgid "Use HTML editor to create newsletters and post notifications."
|
243 |
msgstr ""
|
244 |
|
245 |
-
#: ../help/help.php:
|
246 |
msgid "Send newsletters to different groups."
|
247 |
msgstr ""
|
248 |
|
249 |
-
#: ../help/help.php:
|
250 |
msgid "Get detailed sent email reports."
|
251 |
msgstr ""
|
252 |
|
253 |
-
#: ../help/help.php:
|
254 |
msgid "Control user access (User Roles and Capabilities)."
|
255 |
msgstr ""
|
256 |
|
257 |
-
#: ../help/help.php:
|
258 |
msgid "Supports localization and internationalization."
|
259 |
msgstr ""
|
260 |
|
261 |
-
#: ../help/help.php:
|
262 |
msgid "Add Subscribe form"
|
263 |
msgstr ""
|
264 |
|
265 |
-
#: ../help/help.php:
|
266 |
#, php-format
|
267 |
msgid ""
|
268 |
"Use any of the following 3 methods :<br>\n"
|
@@ -274,175 +299,195 @@ msgid ""
|
|
274 |
"<strong>%s</strong>"
|
275 |
msgstr ""
|
276 |
|
277 |
-
#: ../help/help.php:
|
278 |
msgid "Additional form settings"
|
279 |
msgstr ""
|
280 |
|
281 |
-
#: ../help/help.php:
|
282 |
msgid "General Plugin Configuration"
|
283 |
msgstr ""
|
284 |
|
285 |
-
#: ../help/help.php:
|
286 |
#, php-format
|
287 |
msgid "Modify %s"
|
288 |
msgstr ""
|
289 |
|
290 |
-
#: ../help/help.php:
|
291 |
msgid "default text, email contents"
|
292 |
msgstr ""
|
293 |
|
294 |
-
#: ../help/help.php:
|
295 |
msgid ""
|
296 |
" (like Confirmation, Welcome, Admin emails), Cron Settings and Assign User "
|
297 |
"Roles"
|
298 |
msgstr ""
|
299 |
|
300 |
-
#: ../help/help.php:
|
301 |
msgid "How does Sync work?"
|
302 |
msgstr ""
|
303 |
|
304 |
-
#: ../help/help.php:
|
305 |
msgid "How to change/update/translate any texts from the plugin?"
|
306 |
msgstr ""
|
307 |
|
308 |
-
#: ../help/help.php:
|
309 |
msgid "How to check sent emails?"
|
310 |
msgstr ""
|
311 |
|
312 |
-
#: ../help/help.php:
|
313 |
msgid "Create and Send Newsletter Emails"
|
314 |
msgstr ""
|
315 |
|
316 |
-
#: ../help/help.php:
|
317 |
msgid "Keywords in the Newsletters"
|
318 |
msgstr ""
|
319 |
|
320 |
-
#: ../help/help.php:
|
321 |
msgid "Create and Send Post Notification Emails when new posts are published"
|
322 |
msgstr ""
|
323 |
|
324 |
-
#: ../help/help.php:
|
325 |
msgid "Keywords in the Post Notifications"
|
326 |
msgstr ""
|
327 |
|
328 |
-
#: ../help/help.php:
|
329 |
msgid "Send a test post notification email to myself/testgroup"
|
330 |
msgstr ""
|
331 |
|
332 |
-
#: ../help/help.php:
|
333 |
msgid "Cron Job Setup"
|
334 |
msgstr ""
|
335 |
|
336 |
-
#: ../help/help.php:
|
337 |
msgid "What is Cron and how to Schedule Cron Emails?"
|
338 |
msgstr ""
|
339 |
|
340 |
-
#: ../help/help.php:
|
341 |
msgid "Schedule Cron Emails in cPanel"
|
342 |
msgstr ""
|
343 |
|
344 |
-
#: ../help/help.php:
|
345 |
msgid "Schedule Cron Emails in Parallels Plesk"
|
346 |
msgstr ""
|
347 |
|
348 |
-
#: ../help/help.php:
|
349 |
msgid "Hosting doesn’t support Cron Jobs?"
|
350 |
msgstr ""
|
351 |
|
352 |
-
#: ../help/help.php:
|
353 |
msgid "Troubleshooting Steps"
|
354 |
msgstr ""
|
355 |
|
356 |
-
#: ../help/help.php:
|
357 |
msgid "FAQ's"
|
358 |
msgstr ""
|
359 |
|
360 |
-
#: ../help/help.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
361 |
msgid "Want to do more? Here's how.."
|
362 |
msgstr ""
|
363 |
|
364 |
-
#: ../help/help.php:
|
365 |
msgid "Allow Subscribers to get subscribed to any group"
|
366 |
msgstr ""
|
367 |
|
368 |
-
#: ../help/help.php:
|
369 |
msgid "Using our <b>free</b> "
|
370 |
msgstr ""
|
371 |
|
372 |
-
#: ../help/help.php:
|
373 |
msgid "Group Selector"
|
374 |
msgstr ""
|
375 |
|
376 |
-
#: ../help/help.php:
|
377 |
msgid ""
|
378 |
"plugin, you can extend Email Subscribers Form functionality by providing an "
|
379 |
"grouping option right next to the form."
|
380 |
msgstr ""
|
381 |
|
382 |
-
#: ../help/help.php:
|
383 |
msgid "The user can then subscribe to whichever group most appeals to them."
|
384 |
msgstr ""
|
385 |
|
386 |
-
#: ../help/help.php:
|
387 |
msgid "For example: Subscribe either to Updates or to Offers."
|
388 |
msgstr ""
|
389 |
|
390 |
-
#: ../help/help.php:
|
391 |
msgid "Show your subscribe form inside attractive popups"
|
392 |
msgstr ""
|
393 |
|
394 |
-
#: ../help/help.php:
|
395 |
msgid ""
|
396 |
"Don't limit your subscriber form to a widget. Embed it within popups, hello "
|
397 |
"bars, slide-ins, sidebars, full screen popups etc."
|
398 |
msgstr ""
|
399 |
|
400 |
-
#: ../help/help.php:
|
401 |
msgid ""
|
402 |
"Using Email Subscribers you can achieve this easily with our <b>free</b> "
|
403 |
"plugin "
|
404 |
msgstr ""
|
405 |
|
406 |
-
#: ../help/help.php:
|
407 |
msgid ""
|
408 |
"Icegram's beautiful designs instantly capture user attention and help "
|
409 |
"increase sign-ups to your WordPress website."
|
410 |
msgstr ""
|
411 |
|
412 |
-
#: ../help/help.php:
|
413 |
#, php-format
|
414 |
msgid "How to %s"
|
415 |
msgstr ""
|
416 |
|
417 |
-
#: ../help/help.php:
|
418 |
msgid "show subscribe form inside a popup"
|
419 |
msgstr ""
|
420 |
|
421 |
-
#: ../help/help.php:
|
422 |
msgid "Get beautiful and elegant form styles"
|
423 |
msgstr ""
|
424 |
|
425 |
-
#: ../help/help.php:
|
426 |
msgid "Email subscribers easily integrates with another <b>free</b> plugin "
|
427 |
msgstr ""
|
428 |
|
429 |
-
#: ../help/help.php:
|
430 |
msgid "Rainmaker"
|
431 |
msgstr ""
|
432 |
|
433 |
-
#: ../help/help.php:
|
434 |
msgid ""
|
435 |
"Rainmaker extends the core features of Email Subscribers and provides "
|
436 |
"elegant form styles."
|
437 |
msgstr ""
|
438 |
|
439 |
-
#: ../help/help.php:
|
440 |
msgid ""
|
441 |
"These styles are well designed and beautify your subscription form making it "
|
442 |
"more appealing."
|
443 |
msgstr ""
|
444 |
|
445 |
-
#: ../help/help.php:
|
446 |
msgid "add Rainmaker’s form in Email Subscribers"
|
447 |
msgstr ""
|
448 |
|
@@ -693,21 +738,21 @@ msgstr ""
|
|
693 |
msgid "Total Subscribers: "
|
694 |
msgstr ""
|
695 |
|
696 |
-
#: ../templates/template-preview.php:
|
697 |
msgid "Template Preview"
|
698 |
msgstr ""
|
699 |
|
700 |
-
#: ../templates/template-preview.php:
|
701 |
msgid "This is how your email may look."
|
702 |
msgstr ""
|
703 |
|
704 |
-
#: ../templates/template-preview.php:
|
705 |
msgid ""
|
706 |
"<br><br>This Post Notification preview has replaced keywords from your last "
|
707 |
"published blog post."
|
708 |
msgstr ""
|
709 |
|
710 |
-
#: ../templates/template-preview.php:
|
711 |
msgid ""
|
712 |
"<br><br>Note: Different email services (like gmail, yahoo etc) display email "
|
713 |
"content differently. So there could be a slight variation on how your "
|
@@ -773,22 +818,22 @@ msgstr "<span style=\"color:#20b2aa;font-weight:bold;\">via Cron</span>"
|
|
773 |
msgid "<span style=\"color:#993399;\">Immediately</span>"
|
774 |
msgstr "<span style=\"color:#993399;\">Omgående</span>"
|
775 |
|
776 |
-
#: ../classes/es-loadwidget.php:
|
777 |
#: subscribers/view-subscriber-show.php:289
|
778 |
msgid "Name"
|
779 |
msgstr "Namn"
|
780 |
|
781 |
-
#: ../classes/es-loadwidget.php:
|
782 |
msgid "Email *"
|
783 |
msgstr "E-post *"
|
784 |
|
785 |
-
#: ../classes/es-loadwidget.php:
|
786 |
-
#: php:
|
787 |
msgid "Subscribe"
|
788 |
msgstr "Prenumerera"
|
789 |
|
790 |
#: ../classes/es-register.php:162 ../classes/es-register.php:163 ../classes/es-
|
791 |
-
#: register.php:
|
792 |
msgid "Email Subscribers"
|
793 |
msgstr "Email Subscribers"
|
794 |
|
@@ -798,12 +843,12 @@ msgid "Subscribers"
|
|
798 |
msgstr "Prenumeranter"
|
799 |
|
800 |
#: ../classes/es-register.php:171 ../classes/es-register.php:172 ../help/help.php:
|
801 |
-
#:
|
802 |
msgid "Post Notifications"
|
803 |
msgstr "Meddelande"
|
804 |
|
805 |
#: ../classes/es-register.php:174 ../classes/es-register.php:175 ../help/help.php:
|
806 |
-
#:
|
807 |
msgid "Newsletters"
|
808 |
msgstr "Nyhetsbrev"
|
809 |
|
@@ -987,7 +1032,7 @@ msgctxt "widget-page-enhanced-select"
|
|
987 |
msgid "Please try after some time"
|
988 |
msgstr "Försök igen om en stund."
|
989 |
|
990 |
-
#: ../classes/es-register.php:
|
991 |
msgid ""
|
992 |
"If you like <strong>Email Subscribers</strong>, please consider leaving us a "
|
993 |
"<a target=\"_blank\" href=\"https://wordpress.org/support/plugin/email-"
|
@@ -999,107 +1044,109 @@ msgstr ""
|
|
999 |
"subscribers/reviews/?filter=5#new-post\">★★★★★</a> betyg. Ett stort tack från "
|
1000 |
"Icegram i förväg!"
|
1001 |
|
1002 |
-
#: ../classes/es-register.php:
|
1003 |
msgid "Thumbnail"
|
1004 |
msgstr "Thumbnail"
|
1005 |
|
1006 |
-
#: ../classes/es-register.php:
|
1007 |
#: sentmail/sentmail-show.php:121
|
1008 |
msgid "Preview"
|
1009 |
msgstr "Granska"
|
1010 |
|
1011 |
-
#: ../classes/es-register.php:
|
1012 |
msgid "Newsletter"
|
1013 |
msgstr "Nyhetsbrev"
|
1014 |
|
1015 |
-
#: ../classes/es-register.php:
|
1016 |
msgid "Post Notification"
|
1017 |
msgstr "Post notiifiering"
|
1018 |
|
1019 |
-
#: ../classes/es-register.php:
|
1020 |
msgid "Available Keywords"
|
1021 |
msgstr "Tillgängliga nyckelord"
|
1022 |
|
1023 |
-
#: ../classes/es-register.php:
|
1024 |
msgid "Widget Title"
|
1025 |
msgstr "Widget titel"
|
1026 |
|
1027 |
-
#: ../classes/es-register.php:
|
1028 |
msgid "Short description about subscription form"
|
1029 |
msgstr "Kort beskrivning av prenumerationsformulär"
|
1030 |
|
1031 |
-
#: ../classes/es-register.php:
|
1032 |
msgid "Display Name Field"
|
1033 |
msgstr "Visa Namnfältet"
|
1034 |
|
1035 |
-
#: ../classes/es-register.php:
|
1036 |
#: settings/settings-edit.php:217 ../subscribers/view-subscriber-sync.php:107
|
1037 |
msgid "YES"
|
1038 |
msgstr "JA"
|
1039 |
|
1040 |
-
#: ../classes/es-register.php:
|
1041 |
#: settings/settings-edit.php:218 ../subscribers/view-subscriber-sync.php:106
|
1042 |
msgid "NO"
|
1043 |
msgstr "NEJ"
|
1044 |
|
1045 |
-
#: ../classes/es-register.php:
|
1046 |
msgid "Subscriber Group"
|
1047 |
msgstr "Prenumerantgrupp"
|
1048 |
|
1049 |
-
#: ../help/help.php:
|
1050 |
msgid "Welcome to Email Subscribers!"
|
1051 |
msgstr "Välkommen till Email Subscribers!"
|
1052 |
|
1053 |
-
#: ../help/help.php:
|
1054 |
msgid "donating to us"
|
1055 |
msgstr "Donation till oss"
|
1056 |
|
1057 |
-
#: ../help/help.php:
|
1058 |
-
#: php:
|
1059 |
-
#: help/help.php:
|
1060 |
-
#:
|
1061 |
-
#: help/help.php:
|
1062 |
-
#:
|
|
|
|
|
1063 |
#, php-format
|
1064 |
msgid "%s"
|
1065 |
msgstr "%s"
|
1066 |
|
1067 |
-
#: ../help/help.php:
|
1068 |
msgid "How to Add Subscription box to website?"
|
1069 |
msgstr "Hur lägger jag till en prenumerationsruta på min webb?"
|
1070 |
|
1071 |
-
#: ../help/help.php:
|
1072 |
msgid "How to Redirect Subscribers to a new page/url after successful sign up?"
|
1073 |
msgstr ""
|
1074 |
"Hur omdirigeras abonnenter till en ny sida / webbadress när de har "
|
1075 |
"registrerats?"
|
1076 |
|
1077 |
-
#: ../help/help.php:
|
1078 |
msgid "How to add captcha in Subscribe form of Email Subscribers?"
|
1079 |
msgstr "Hur lägger man till chapta i prenumerationsformuläret."
|
1080 |
|
1081 |
-
#: ../help/help.php:
|
1082 |
msgid "How to Import or Export Email Addresses?"
|
1083 |
msgstr "Hur exporterar och importerar man e-postadresser?"
|
1084 |
|
1085 |
-
#: ../help/help.php:
|
1086 |
msgid "How to Add/Update Existing Subscribers Group & Status?"
|
1087 |
msgstr "Så här lägger du till / uppdaterar befintliga abonnentgrupper och status?"
|
1088 |
|
1089 |
-
#: ../help/help.php:
|
1090 |
msgid "How to add Unsubscribe link in emails?"
|
1091 |
msgstr "Hur lägger man in en länk för att avaktivera sin prenumeration? "
|
1092 |
|
1093 |
-
#: ../help/help.php:
|
1094 |
msgid "Subscribers are not receiving Emails?"
|
1095 |
msgstr "Prenumeranter får inte några mail?"
|
1096 |
|
1097 |
-
#: ../help/help.php:
|
1098 |
msgid "CSS Help"
|
1099 |
msgstr "CSS Hjälp"
|
1100 |
|
1101 |
#. Author of the plugin/theme
|
1102 |
-
#: ../help/help.php:
|
1103 |
msgid "Icegram"
|
1104 |
msgstr "Icegram"
|
1105 |
|
@@ -1141,7 +1188,7 @@ msgstr "Lägg till Notifiering"
|
|
1141 |
#: subscribers/view-subscriber-add.php:118 ../subscribers/view-subscriber-edit.
|
1142 |
#: php:113 ../subscribers/view-subscriber-export.php:51 ../subscribers/view-
|
1143 |
#: subscriber-import.php:149 ../subscribers/view-subscriber-show.php:247 ..
|
1144 |
-
#: subscribers/view-subscriber-sync.php:92 ../templates/template-preview.php:
|
1145 |
msgid "Help"
|
1146 |
msgstr "Hjälp"
|
1147 |
|
@@ -1283,7 +1330,7 @@ msgid "Notification Status"
|
|
1283 |
msgstr "Välj status för nyhetsbrev."
|
1284 |
|
1285 |
#: ../notification/notification-show.php:100 ../subscribers/view-subscriber-show.
|
1286 |
-
#: php:417 ../templates/template-preview.php:
|
1287 |
msgid "Edit"
|
1288 |
msgstr "Redigera"
|
1289 |
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
+
"Project-Id-Version: Email Subscribers & Newsletters 3.5.0\n"
|
4 |
"Report-Msgid-Bugs-To: https://www.icegram.com/contact/\n"
|
5 |
"POT-Creation-Date: 2017-07-26 12:00:36+00:00\n"
|
6 |
+
"PO-Revision-Date: Wed May 16 2018 16:04:57 GMT+0530 (IST)\n"
|
7 |
"Last-Translator: admin <mansi.shah@appsmagnet.com>\n"
|
8 |
"Language-Team: Icegram <hello@icegram.com>Language:\n"
|
9 |
"Language: Swedish\n"
|
23 |
"X-Poedit-SearchPath-0: .."
|
24 |
|
25 |
#: ../classes/es-register.php:168 ../classes/es-register.php:169 ../classes/es-
|
26 |
+
#: register.php:826 ../classes/es-register.php:827 ../classes/es-register.php:832
|
27 |
msgid "Templates"
|
28 |
msgstr ""
|
29 |
|
59 |
"spam/junk folder."
|
60 |
msgstr ""
|
61 |
|
62 |
+
#: ../classes/es-register.php:738
|
63 |
msgid ""
|
64 |
"<b>Want readymade email templates?</b> Also want to <b>clean your "
|
65 |
"subscribers list?</b> Come check our Pro plan."
|
66 |
msgstr ""
|
67 |
|
68 |
+
#: ../classes/es-register.php:739
|
69 |
+
msgid "Check Pro plan"
|
70 |
msgstr ""
|
71 |
|
72 |
+
#: ../classes/es-register.php:739
|
73 |
msgid "Not interested."
|
74 |
msgstr ""
|
75 |
|
76 |
+
#: ../classes/es-register.php:777
|
77 |
+
msgid ""
|
78 |
+
"<b style=\"letter-spacing:0.4px;\">To honour GDPR, kindly enable the 'Consent "
|
79 |
+
"Checkbox' in the subscription form.</b>"
|
80 |
+
msgstr ""
|
81 |
+
|
82 |
+
#: ../classes/es-register.php:778
|
83 |
+
msgid "Steps to enable"
|
84 |
+
msgstr ""
|
85 |
+
|
86 |
+
#: ../classes/es-register.php:778
|
87 |
+
msgid "Ok, got it"
|
88 |
+
msgstr ""
|
89 |
+
|
90 |
+
#: ../classes/es-register.php:817
|
91 |
#, php-format
|
92 |
msgid "Email Subscribers version: <strong>%s</strong>"
|
93 |
msgstr ""
|
94 |
|
95 |
+
#: ../classes/es-register.php:828 ../classes/es-register.php:829
|
96 |
msgid "Add new Template"
|
97 |
msgstr ""
|
98 |
|
99 |
+
#: ../classes/es-register.php:830
|
100 |
msgid "Edit Templates"
|
101 |
msgstr ""
|
102 |
|
103 |
+
#: ../classes/es-register.php:831
|
104 |
msgid "New Templates"
|
105 |
msgstr ""
|
106 |
|
107 |
+
#: ../classes/es-register.php:833
|
108 |
msgid "View Templates"
|
109 |
msgstr ""
|
110 |
|
111 |
+
#: ../classes/es-register.php:834
|
112 |
msgid "Search Templates"
|
113 |
msgstr ""
|
114 |
|
115 |
+
#: ../classes/es-register.php:835
|
116 |
msgid "No Templates found"
|
117 |
msgstr ""
|
118 |
|
119 |
+
#: ../classes/es-register.php:836
|
120 |
msgid "No Templates found in Trash"
|
121 |
msgstr ""
|
122 |
|
123 |
+
#: ../classes/es-register.php:839
|
124 |
msgid "Thumbnail (For Visual Representation only)"
|
125 |
msgstr ""
|
126 |
|
127 |
+
#: ../classes/es-register.php:840
|
128 |
msgid "Set thumbnail"
|
129 |
msgstr ""
|
130 |
|
131 |
+
#: ../classes/es-register.php:877
|
132 |
msgid "Template Type"
|
133 |
msgstr ""
|
134 |
|
135 |
+
#: ../classes/es-register.php:943
|
136 |
msgid "Available Keyword for Post Notification: {{POSTTITLE}}"
|
137 |
msgstr ""
|
138 |
|
139 |
+
#: ../classes/es-register.php:946
|
140 |
msgid "Select your Email Template Type"
|
141 |
msgstr ""
|
142 |
|
143 |
+
#: ../classes/es-register.php:996
|
144 |
msgid "Preview Template"
|
145 |
msgstr ""
|
146 |
|
147 |
+
#: ../classes/es-register.php:1010
|
148 |
#, php-format
|
149 |
msgid ""
|
150 |
"%s for Post Notification: {{NAME}}, {{EMAIL}}, {{DATE}}, {{POSTTITLE}}, "
|
152 |
"WITHTITLE}}, {{POSTLINK-ONLY}}, {{POSTFULL}}"
|
153 |
msgstr ""
|
154 |
|
155 |
+
#: ../classes/es-register.php:1011
|
156 |
#, php-format
|
157 |
msgid "<br/><br/>%s for Newsletter: {{NAME}}, {{EMAIL}}"
|
158 |
msgstr ""
|
161 |
msgid "Unexpected url submit has been detected!"
|
162 |
msgstr ""
|
163 |
|
164 |
+
#: ../help/help.php:191
|
165 |
msgid "Thanks for installing and we hope you will enjoy using this plugin."
|
166 |
msgstr ""
|
167 |
|
168 |
+
#: ../help/help.php:192
|
169 |
msgid ""
|
170 |
"By default, subscribers subscribed via Email Subscribers, will receive email "
|
171 |
"updates when you post a new blog. You can turn these updates off like this:"
|
172 |
msgstr ""
|
173 |
|
174 |
+
#: ../help/help.php:193
|
175 |
msgid ""
|
176 |
"Email Subscribers -> Post Notification -> Edit -> Select Notification Status "
|
177 |
"when a new post is published -> Disable -> Save."
|
178 |
msgstr ""
|
179 |
|
180 |
+
#: ../help/help.php:197
|
181 |
+
msgid ""
|
182 |
+
"Stay in touch with us. We send out plugin help, tips, periodic updates and "
|
183 |
+
"even the occasional discounts."
|
184 |
+
msgstr ""
|
185 |
+
|
186 |
+
#: ../help/help.php:205
|
187 |
+
#, php-format
|
188 |
+
msgid "I have read and agreed to your %s."
|
189 |
msgstr ""
|
190 |
|
191 |
#: ../help/help.php:205
|
192 |
+
msgid "Privacy Policy"
|
193 |
+
msgstr ""
|
194 |
+
|
195 |
+
#: ../help/help.php:214
|
196 |
#, php-format
|
197 |
msgid "Version: %s"
|
198 |
msgstr ""
|
199 |
|
200 |
+
#: ../help/help.php:217
|
201 |
msgid "Questions? Need Help?"
|
202 |
msgstr ""
|
203 |
|
204 |
+
#: ../help/help.php:218
|
205 |
msgid "Contact Us"
|
206 |
msgstr ""
|
207 |
|
208 |
+
#: ../help/help.php:223
|
209 |
#, php-format
|
210 |
msgid ""
|
211 |
"<b>Like Email Subscribers?</b> If yes, then consider %s to support further "
|
212 |
"developments."
|
213 |
msgstr ""
|
214 |
|
215 |
+
#: ../help/help.php:258
|
216 |
msgid "Description"
|
217 |
msgstr ""
|
218 |
|
219 |
+
#: ../help/help.php:260
|
220 |
msgid ""
|
221 |
"Email Subscribers is a complete newsletter plugin which lets you collect "
|
222 |
"leads, send automated new blog post notification emails, create & send "
|
223 |
"newsletters and manage all this in one single place."
|
224 |
msgstr ""
|
225 |
|
226 |
+
#: ../help/help.php:262
|
227 |
msgid "Feature Overview"
|
228 |
msgstr ""
|
229 |
|
230 |
+
#: ../help/help.php:265
|
231 |
msgid ""
|
232 |
"Collect customer emails by adding a subscription box (Widget/Shortcode/PHP "
|
233 |
"Code)."
|
234 |
msgstr ""
|
235 |
|
236 |
+
#: ../help/help.php:268
|
237 |
msgid "Configure double Opt-In and Single Opt-In facility for subscribers."
|
238 |
msgstr ""
|
239 |
|
240 |
+
#: ../help/help.php:271
|
241 |
msgid "Send automatic welcome email to subscribers."
|
242 |
msgstr ""
|
243 |
|
244 |
+
#: ../help/help.php:274
|
245 |
msgid ""
|
246 |
"Send new post notification emails to subscribers when new posts are "
|
247 |
"published on your website."
|
248 |
msgstr ""
|
249 |
|
250 |
+
#: ../help/help.php:277
|
251 |
msgid "Schedule email (Cron job) or send them manually."
|
252 |
msgstr ""
|
253 |
|
254 |
+
#: ../help/help.php:280
|
255 |
msgid "Send email notification to admin when a new user signs up."
|
256 |
msgstr ""
|
257 |
|
258 |
+
#: ../help/help.php:283
|
259 |
msgid "Automatically add Unsubscribe link in the email."
|
260 |
msgstr ""
|
261 |
|
262 |
+
#: ../help/help.php:286
|
263 |
msgid "Easily migrate subscribers from another app using Import & Export."
|
264 |
msgstr ""
|
265 |
|
266 |
+
#: ../help/help.php:289
|
267 |
msgid "Use HTML editor to create newsletters and post notifications."
|
268 |
msgstr ""
|
269 |
|
270 |
+
#: ../help/help.php:292
|
271 |
msgid "Send newsletters to different groups."
|
272 |
msgstr ""
|
273 |
|
274 |
+
#: ../help/help.php:295
|
275 |
msgid "Get detailed sent email reports."
|
276 |
msgstr ""
|
277 |
|
278 |
+
#: ../help/help.php:298
|
279 |
msgid "Control user access (User Roles and Capabilities)."
|
280 |
msgstr ""
|
281 |
|
282 |
+
#: ../help/help.php:301
|
283 |
msgid "Supports localization and internationalization."
|
284 |
msgstr ""
|
285 |
|
286 |
+
#: ../help/help.php:308
|
287 |
msgid "Add Subscribe form"
|
288 |
msgstr ""
|
289 |
|
290 |
+
#: ../help/help.php:313
|
291 |
#, php-format
|
292 |
msgid ""
|
293 |
"Use any of the following 3 methods :<br>\n"
|
299 |
"<strong>%s</strong>"
|
300 |
msgstr ""
|
301 |
|
302 |
+
#: ../help/help.php:318
|
303 |
msgid "Additional form settings"
|
304 |
msgstr ""
|
305 |
|
306 |
+
#: ../help/help.php:330
|
307 |
msgid "General Plugin Configuration"
|
308 |
msgstr ""
|
309 |
|
310 |
+
#: ../help/help.php:333
|
311 |
#, php-format
|
312 |
msgid "Modify %s"
|
313 |
msgstr ""
|
314 |
|
315 |
+
#: ../help/help.php:333
|
316 |
msgid "default text, email contents"
|
317 |
msgstr ""
|
318 |
|
319 |
+
#: ../help/help.php:333
|
320 |
msgid ""
|
321 |
" (like Confirmation, Welcome, Admin emails), Cron Settings and Assign User "
|
322 |
"Roles"
|
323 |
msgstr ""
|
324 |
|
325 |
+
#: ../help/help.php:336
|
326 |
msgid "How does Sync work?"
|
327 |
msgstr ""
|
328 |
|
329 |
+
#: ../help/help.php:345
|
330 |
msgid "How to change/update/translate any texts from the plugin?"
|
331 |
msgstr ""
|
332 |
|
333 |
+
#: ../help/help.php:351
|
334 |
msgid "How to check sent emails?"
|
335 |
msgstr ""
|
336 |
|
337 |
+
#: ../help/help.php:363
|
338 |
msgid "Create and Send Newsletter Emails"
|
339 |
msgstr ""
|
340 |
|
341 |
+
#: ../help/help.php:366
|
342 |
msgid "Keywords in the Newsletters"
|
343 |
msgstr ""
|
344 |
|
345 |
+
#: ../help/help.php:373
|
346 |
msgid "Create and Send Post Notification Emails when new posts are published"
|
347 |
msgstr ""
|
348 |
|
349 |
+
#: ../help/help.php:376
|
350 |
msgid "Keywords in the Post Notifications"
|
351 |
msgstr ""
|
352 |
|
353 |
+
#: ../help/help.php:379
|
354 |
msgid "Send a test post notification email to myself/testgroup"
|
355 |
msgstr ""
|
356 |
|
357 |
+
#: ../help/help.php:384
|
358 |
msgid "Cron Job Setup"
|
359 |
msgstr ""
|
360 |
|
361 |
+
#: ../help/help.php:387
|
362 |
msgid "What is Cron and how to Schedule Cron Emails?"
|
363 |
msgstr ""
|
364 |
|
365 |
+
#: ../help/help.php:390
|
366 |
msgid "Schedule Cron Emails in cPanel"
|
367 |
msgstr ""
|
368 |
|
369 |
+
#: ../help/help.php:393
|
370 |
msgid "Schedule Cron Emails in Parallels Plesk"
|
371 |
msgstr ""
|
372 |
|
373 |
+
#: ../help/help.php:396
|
374 |
msgid "Hosting doesn’t support Cron Jobs?"
|
375 |
msgstr ""
|
376 |
|
377 |
+
#: ../help/help.php:399
|
378 |
msgid "Troubleshooting Steps"
|
379 |
msgstr ""
|
380 |
|
381 |
+
#: ../help/help.php:408
|
382 |
msgid "FAQ's"
|
383 |
msgstr ""
|
384 |
|
385 |
+
#: ../help/help.php:413
|
386 |
+
msgid "[GDPR] Email Subscribers"
|
387 |
+
msgstr ""
|
388 |
+
|
389 |
+
#: ../help/help.php:416 ../help/help.php:434
|
390 |
+
msgid "How to enable consent checkbox in the subscribe form?"
|
391 |
+
msgstr ""
|
392 |
+
|
393 |
+
#: ../help/help.php:419
|
394 |
+
msgid "What data Email Subscribers stores on your end?"
|
395 |
+
msgstr ""
|
396 |
+
|
397 |
+
#: ../help/help.php:431
|
398 |
+
msgid "[GDPR] Email Subscribers - Group Selector"
|
399 |
+
msgstr ""
|
400 |
+
|
401 |
+
#: ../help/help.php:437
|
402 |
+
msgid "What data Email Subscribers - Group Selector stores on your end?"
|
403 |
+
msgstr ""
|
404 |
+
|
405 |
+
#: ../help/help.php:446
|
406 |
msgid "Want to do more? Here's how.."
|
407 |
msgstr ""
|
408 |
|
409 |
+
#: ../help/help.php:449
|
410 |
msgid "Allow Subscribers to get subscribed to any group"
|
411 |
msgstr ""
|
412 |
|
413 |
+
#: ../help/help.php:454
|
414 |
msgid "Using our <b>free</b> "
|
415 |
msgstr ""
|
416 |
|
417 |
+
#: ../help/help.php:455
|
418 |
msgid "Group Selector"
|
419 |
msgstr ""
|
420 |
|
421 |
+
#: ../help/help.php:456
|
422 |
msgid ""
|
423 |
"plugin, you can extend Email Subscribers Form functionality by providing an "
|
424 |
"grouping option right next to the form."
|
425 |
msgstr ""
|
426 |
|
427 |
+
#: ../help/help.php:459
|
428 |
msgid "The user can then subscribe to whichever group most appeals to them."
|
429 |
msgstr ""
|
430 |
|
431 |
+
#: ../help/help.php:462
|
432 |
msgid "For example: Subscribe either to Updates or to Offers."
|
433 |
msgstr ""
|
434 |
|
435 |
+
#: ../help/help.php:466
|
436 |
msgid "Show your subscribe form inside attractive popups"
|
437 |
msgstr ""
|
438 |
|
439 |
+
#: ../help/help.php:471
|
440 |
msgid ""
|
441 |
"Don't limit your subscriber form to a widget. Embed it within popups, hello "
|
442 |
"bars, slide-ins, sidebars, full screen popups etc."
|
443 |
msgstr ""
|
444 |
|
445 |
+
#: ../help/help.php:474
|
446 |
msgid ""
|
447 |
"Using Email Subscribers you can achieve this easily with our <b>free</b> "
|
448 |
"plugin "
|
449 |
msgstr ""
|
450 |
|
451 |
+
#: ../help/help.php:478
|
452 |
msgid ""
|
453 |
"Icegram's beautiful designs instantly capture user attention and help "
|
454 |
"increase sign-ups to your WordPress website."
|
455 |
msgstr ""
|
456 |
|
457 |
+
#: ../help/help.php:481 ../help/help.php:501
|
458 |
#, php-format
|
459 |
msgid "How to %s"
|
460 |
msgstr ""
|
461 |
|
462 |
+
#: ../help/help.php:481
|
463 |
msgid "show subscribe form inside a popup"
|
464 |
msgstr ""
|
465 |
|
466 |
+
#: ../help/help.php:485
|
467 |
msgid "Get beautiful and elegant form styles"
|
468 |
msgstr ""
|
469 |
|
470 |
+
#: ../help/help.php:491
|
471 |
msgid "Email subscribers easily integrates with another <b>free</b> plugin "
|
472 |
msgstr ""
|
473 |
|
474 |
+
#: ../help/help.php:492
|
475 |
msgid "Rainmaker"
|
476 |
msgstr ""
|
477 |
|
478 |
+
#: ../help/help.php:495
|
479 |
msgid ""
|
480 |
"Rainmaker extends the core features of Email Subscribers and provides "
|
481 |
"elegant form styles."
|
482 |
msgstr ""
|
483 |
|
484 |
+
#: ../help/help.php:498
|
485 |
msgid ""
|
486 |
"These styles are well designed and beautify your subscription form making it "
|
487 |
"more appealing."
|
488 |
msgstr ""
|
489 |
|
490 |
+
#: ../help/help.php:501
|
491 |
msgid "add Rainmaker’s form in Email Subscribers"
|
492 |
msgstr ""
|
493 |
|
738 |
msgid "Total Subscribers: "
|
739 |
msgstr ""
|
740 |
|
741 |
+
#: ../templates/template-preview.php:32
|
742 |
msgid "Template Preview"
|
743 |
msgstr ""
|
744 |
|
745 |
+
#: ../templates/template-preview.php:40
|
746 |
msgid "This is how your email may look."
|
747 |
msgstr ""
|
748 |
|
749 |
+
#: ../templates/template-preview.php:42
|
750 |
msgid ""
|
751 |
"<br><br>This Post Notification preview has replaced keywords from your last "
|
752 |
"published blog post."
|
753 |
msgstr ""
|
754 |
|
755 |
+
#: ../templates/template-preview.php:44
|
756 |
msgid ""
|
757 |
"<br><br>Note: Different email services (like gmail, yahoo etc) display email "
|
758 |
"content differently. So there could be a slight variation on how your "
|
818 |
msgid "<span style=\"color:#993399;\">Immediately</span>"
|
819 |
msgstr "<span style=\"color:#993399;\">Omgående</span>"
|
820 |
|
821 |
+
#: ../classes/es-loadwidget.php:34 ../classes/es-register.php:1095 ..
|
822 |
#: subscribers/view-subscriber-show.php:289
|
823 |
msgid "Name"
|
824 |
msgstr "Namn"
|
825 |
|
826 |
+
#: ../classes/es-loadwidget.php:39 ../classes/es-register.php:1100
|
827 |
msgid "Email *"
|
828 |
msgstr "E-post *"
|
829 |
|
830 |
+
#: ../classes/es-loadwidget.php:47 ../classes/es-register.php:1108 ../help/help.
|
831 |
+
#: php:202
|
832 |
msgid "Subscribe"
|
833 |
msgstr "Prenumerera"
|
834 |
|
835 |
#: ../classes/es-register.php:162 ../classes/es-register.php:163 ../classes/es-
|
836 |
+
#: register.php:838
|
837 |
msgid "Email Subscribers"
|
838 |
msgstr "Email Subscribers"
|
839 |
|
843 |
msgstr "Prenumeranter"
|
844 |
|
845 |
#: ../classes/es-register.php:171 ../classes/es-register.php:172 ../help/help.php:
|
846 |
+
#: 370 ../notification/notification-show.php:52
|
847 |
msgid "Post Notifications"
|
848 |
msgstr "Meddelande"
|
849 |
|
850 |
#: ../classes/es-register.php:174 ../classes/es-register.php:175 ../help/help.php:
|
851 |
+
#: 360 ../sendmail/sendmail.php:93 ../settings/settings-edit.php:324
|
852 |
msgid "Newsletters"
|
853 |
msgstr "Nyhetsbrev"
|
854 |
|
1032 |
msgid "Please try after some time"
|
1033 |
msgstr "Försök igen om en stund."
|
1034 |
|
1035 |
+
#: ../classes/es-register.php:803
|
1036 |
msgid ""
|
1037 |
"If you like <strong>Email Subscribers</strong>, please consider leaving us a "
|
1038 |
"<a target=\"_blank\" href=\"https://wordpress.org/support/plugin/email-"
|
1044 |
"subscribers/reviews/?filter=5#new-post\">★★★★★</a> betyg. Ett stort tack från "
|
1045 |
"Icegram i förväg!"
|
1046 |
|
1047 |
+
#: ../classes/es-register.php:878 ../settings/settings-edit.php:123
|
1048 |
msgid "Thumbnail"
|
1049 |
msgstr "Thumbnail"
|
1050 |
|
1051 |
+
#: ../classes/es-register.php:926 ../sentmail/sentmail-show.php:108 ..
|
1052 |
#: sentmail/sentmail-show.php:121
|
1053 |
msgid "Preview"
|
1054 |
msgstr "Granska"
|
1055 |
|
1056 |
+
#: ../classes/es-register.php:948
|
1057 |
msgid "Newsletter"
|
1058 |
msgstr "Nyhetsbrev"
|
1059 |
|
1060 |
+
#: ../classes/es-register.php:949
|
1061 |
msgid "Post Notification"
|
1062 |
msgstr "Post notiifiering"
|
1063 |
|
1064 |
+
#: ../classes/es-register.php:1010 ../classes/es-register.php:1011
|
1065 |
msgid "Available Keywords"
|
1066 |
msgstr "Tillgängliga nyckelord"
|
1067 |
|
1068 |
+
#: ../classes/es-register.php:1148
|
1069 |
msgid "Widget Title"
|
1070 |
msgstr "Widget titel"
|
1071 |
|
1072 |
+
#: ../classes/es-register.php:1152
|
1073 |
msgid "Short description about subscription form"
|
1074 |
msgstr "Kort beskrivning av prenumerationsformulär"
|
1075 |
|
1076 |
+
#: ../classes/es-register.php:1156
|
1077 |
msgid "Display Name Field"
|
1078 |
msgstr "Visa Namnfältet"
|
1079 |
|
1080 |
+
#: ../classes/es-register.php:1158 ../settings/settings-edit.php:142 ..
|
1081 |
#: settings/settings-edit.php:217 ../subscribers/view-subscriber-sync.php:107
|
1082 |
msgid "YES"
|
1083 |
msgstr "JA"
|
1084 |
|
1085 |
+
#: ../classes/es-register.php:1159 ../settings/settings-edit.php:143 ..
|
1086 |
#: settings/settings-edit.php:218 ../subscribers/view-subscriber-sync.php:106
|
1087 |
msgid "NO"
|
1088 |
msgstr "NEJ"
|
1089 |
|
1090 |
+
#: ../classes/es-register.php:1163
|
1091 |
msgid "Subscriber Group"
|
1092 |
msgstr "Prenumerantgrupp"
|
1093 |
|
1094 |
+
#: ../help/help.php:190
|
1095 |
msgid "Welcome to Email Subscribers!"
|
1096 |
msgstr "Välkommen till Email Subscribers!"
|
1097 |
|
1098 |
+
#: ../help/help.php:223
|
1099 |
msgid "donating to us"
|
1100 |
msgstr "Donation till oss"
|
1101 |
|
1102 |
+
#: ../help/help.php:310 ../help/help.php:321 ../help/help.php:324 ../help/help.
|
1103 |
+
#: php:336 ../help/help.php:339 ../help/help.php:342 ../help/help.php:345 ..
|
1104 |
+
#: help/help.php:348 ../help/help.php:351 ../help/help.php:363 ../help/help.php:
|
1105 |
+
#: 366 ../help/help.php:373 ../help/help.php:376 ../help/help.php:379 ..
|
1106 |
+
#: help/help.php:387 ../help/help.php:390 ../help/help.php:393 ../help/help.php:
|
1107 |
+
#: 396 ../help/help.php:402 ../help/help.php:405 ../help/help.php:408 ..
|
1108 |
+
#: help/help.php:416 ../help/help.php:419 ../help/help.php:434 ../help/help.php:
|
1109 |
+
#: 437
|
1110 |
#, php-format
|
1111 |
msgid "%s"
|
1112 |
msgstr "%s"
|
1113 |
|
1114 |
+
#: ../help/help.php:310
|
1115 |
msgid "How to Add Subscription box to website?"
|
1116 |
msgstr "Hur lägger jag till en prenumerationsruta på min webb?"
|
1117 |
|
1118 |
+
#: ../help/help.php:321
|
1119 |
msgid "How to Redirect Subscribers to a new page/url after successful sign up?"
|
1120 |
msgstr ""
|
1121 |
"Hur omdirigeras abonnenter till en ny sida / webbadress när de har "
|
1122 |
"registrerats?"
|
1123 |
|
1124 |
+
#: ../help/help.php:324
|
1125 |
msgid "How to add captcha in Subscribe form of Email Subscribers?"
|
1126 |
msgstr "Hur lägger man till chapta i prenumerationsformuläret."
|
1127 |
|
1128 |
+
#: ../help/help.php:339
|
1129 |
msgid "How to Import or Export Email Addresses?"
|
1130 |
msgstr "Hur exporterar och importerar man e-postadresser?"
|
1131 |
|
1132 |
+
#: ../help/help.php:342
|
1133 |
msgid "How to Add/Update Existing Subscribers Group & Status?"
|
1134 |
msgstr "Så här lägger du till / uppdaterar befintliga abonnentgrupper och status?"
|
1135 |
|
1136 |
+
#: ../help/help.php:348
|
1137 |
msgid "How to add Unsubscribe link in emails?"
|
1138 |
msgstr "Hur lägger man in en länk för att avaktivera sin prenumeration? "
|
1139 |
|
1140 |
+
#: ../help/help.php:402
|
1141 |
msgid "Subscribers are not receiving Emails?"
|
1142 |
msgstr "Prenumeranter får inte några mail?"
|
1143 |
|
1144 |
+
#: ../help/help.php:405
|
1145 |
msgid "CSS Help"
|
1146 |
msgstr "CSS Hjälp"
|
1147 |
|
1148 |
#. Author of the plugin/theme
|
1149 |
+
#: ../help/help.php:475
|
1150 |
msgid "Icegram"
|
1151 |
msgstr "Icegram"
|
1152 |
|
1188 |
#: subscribers/view-subscriber-add.php:118 ../subscribers/view-subscriber-edit.
|
1189 |
#: php:113 ../subscribers/view-subscriber-export.php:51 ../subscribers/view-
|
1190 |
#: subscriber-import.php:149 ../subscribers/view-subscriber-show.php:247 ..
|
1191 |
+
#: subscribers/view-subscriber-sync.php:92 ../templates/template-preview.php:33
|
1192 |
msgid "Help"
|
1193 |
msgstr "Hjälp"
|
1194 |
|
1330 |
msgstr "Välj status för nyhetsbrev."
|
1331 |
|
1332 |
#: ../notification/notification-show.php:100 ../subscribers/view-subscriber-show.
|
1333 |
+
#: php:417 ../templates/template-preview.php:36
|
1334 |
msgid "Edit"
|
1335 |
msgstr "Redigera"
|
1336 |
|
languages/email-subscribers-tr_TR.mo
CHANGED
Binary file
|
languages/email-subscribers-tr_TR.po
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
-
"Project-Id-Version: Email Subscribers & Newsletters 3.
|
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: admin <mansi.shah@appsmagnet.com>\n"
|
8 |
"Language-Team: Icegram <hello@icegram.com>Language:\n"
|
9 |
"Language: Turkish\n"
|
@@ -22,700 +22,57 @@ msgstr ""
|
|
22 |
"X-Loco-Target-Locale: tr_TR\n"
|
23 |
"X-Poedit-SearchPath-0: .."
|
24 |
|
25 |
-
#: ../classes/es-register.php:
|
26 |
-
|
27 |
-
msgid "Templates"
|
28 |
-
msgstr ""
|
29 |
-
|
30 |
-
#: ../classes/es-register.php:184
|
31 |
-
msgid "<span style=\"color:#f18500;font-weight:bolder;\">Help & Info</span>"
|
32 |
-
msgstr ""
|
33 |
-
|
34 |
-
#: ../classes/es-register.php:201
|
35 |
-
msgctxt "view-subscriber-enhanced-select"
|
36 |
-
msgid ""
|
37 |
-
"Do you want to resend confirmation email? Also please note, this will update "
|
38 |
-
"subscriber current status to 'Unconfirmed'."
|
39 |
-
msgstr ""
|
40 |
-
|
41 |
-
#: ../classes/es-register.php:215
|
42 |
-
msgctxt "notification-enhanced-select"
|
43 |
-
msgid "Please select notification mail subject. Use templates menu to create new."
|
44 |
-
msgstr ""
|
45 |
-
|
46 |
-
#: ../classes/es-register.php:260
|
47 |
-
msgctxt "widget-enhanced-select"
|
48 |
-
msgid ""
|
49 |
-
"Your subscription was successful! Kindly check your mailbox and confirm your "
|
50 |
-
"subscription. If you don't see the email within a few minutes, check the "
|
51 |
-
"spam/junk folder."
|
52 |
-
msgstr ""
|
53 |
-
|
54 |
-
#: ../classes/es-register.php:274
|
55 |
-
msgctxt "widget-page-enhanced-select"
|
56 |
-
msgid ""
|
57 |
-
"Your subscription was successful! Kindly check your mailbox and confirm your "
|
58 |
-
"subscription. If you don't see the email within a few minutes, check the "
|
59 |
-
"spam/junk folder."
|
60 |
-
msgstr ""
|
61 |
-
|
62 |
-
#: ../classes/es-register.php:739
|
63 |
-
msgid ""
|
64 |
-
"<b>Want readymade email templates?</b> Also want to <b>clean your "
|
65 |
-
"subscribers list?</b> Come check our Pro plan."
|
66 |
-
msgstr ""
|
67 |
-
|
68 |
-
#: ../classes/es-register.php:740
|
69 |
-
msgid "Check Pro plan "
|
70 |
-
msgstr ""
|
71 |
-
|
72 |
-
#: ../classes/es-register.php:740
|
73 |
-
msgid "Not interested."
|
74 |
-
msgstr ""
|
75 |
-
|
76 |
-
#: ../classes/es-register.php:780
|
77 |
-
#, php-format
|
78 |
-
msgid "Email Subscribers version: <strong>%s</strong>"
|
79 |
-
msgstr ""
|
80 |
-
|
81 |
-
#: ../classes/es-register.php:791 ../classes/es-register.php:792
|
82 |
-
msgid "Add new Template"
|
83 |
-
msgstr ""
|
84 |
-
|
85 |
-
#: ../classes/es-register.php:793
|
86 |
-
msgid "Edit Templates"
|
87 |
-
msgstr ""
|
88 |
-
|
89 |
-
#: ../classes/es-register.php:794
|
90 |
-
msgid "New Templates"
|
91 |
-
msgstr ""
|
92 |
-
|
93 |
-
#: ../classes/es-register.php:796
|
94 |
-
msgid "View Templates"
|
95 |
-
msgstr ""
|
96 |
-
|
97 |
-
#: ../classes/es-register.php:797
|
98 |
-
msgid "Search Templates"
|
99 |
-
msgstr ""
|
100 |
-
|
101 |
-
#: ../classes/es-register.php:798
|
102 |
-
msgid "No Templates found"
|
103 |
-
msgstr ""
|
104 |
-
|
105 |
-
#: ../classes/es-register.php:799
|
106 |
-
msgid "No Templates found in Trash"
|
107 |
-
msgstr ""
|
108 |
-
|
109 |
-
#: ../classes/es-register.php:802
|
110 |
-
msgid "Thumbnail (For Visual Representation only)"
|
111 |
-
msgstr ""
|
112 |
-
|
113 |
-
#: ../classes/es-register.php:803
|
114 |
-
msgid "Set thumbnail"
|
115 |
-
msgstr ""
|
116 |
-
|
117 |
-
#: ../classes/es-register.php:840
|
118 |
-
msgid "Template Type"
|
119 |
-
msgstr ""
|
120 |
-
|
121 |
-
#: ../classes/es-register.php:906
|
122 |
-
msgid "Available Keyword for Post Notification: {{POSTTITLE}}"
|
123 |
-
msgstr ""
|
124 |
-
|
125 |
-
#: ../classes/es-register.php:909
|
126 |
-
msgid "Select your Email Template Type"
|
127 |
-
msgstr ""
|
128 |
-
|
129 |
-
#: ../classes/es-register.php:959
|
130 |
-
msgid "Preview Template"
|
131 |
-
msgstr ""
|
132 |
-
|
133 |
-
#: ../classes/es-register.php:973
|
134 |
-
#, php-format
|
135 |
-
msgid ""
|
136 |
-
"%s for Post Notification: {{NAME}}, {{EMAIL}}, {{DATE}}, {{POSTTITLE}}, "
|
137 |
-
"{{POSTLINK}}, {{POSTIMAGE}}, {{POSTDESC}}, {{POSTAUTHOR}}, {{POSTLINK-"
|
138 |
-
"WITHTITLE}}, {{POSTLINK-ONLY}}, {{POSTFULL}}"
|
139 |
-
msgstr ""
|
140 |
-
|
141 |
-
#: ../classes/es-register.php:974
|
142 |
-
#, php-format
|
143 |
-
msgid "<br/><br/>%s for Newsletter: {{NAME}}, {{EMAIL}}"
|
144 |
-
msgstr ""
|
145 |
-
|
146 |
-
#: ../export/export-email-address.php:50 ../export/export-email-address.php:54
|
147 |
-
msgid "Unexpected url submit has been detected!"
|
148 |
-
msgstr ""
|
149 |
-
|
150 |
-
#: ../help/help.php:185
|
151 |
-
msgid "Thanks for installing and we hope you will enjoy using this plugin."
|
152 |
-
msgstr ""
|
153 |
-
|
154 |
-
#: ../help/help.php:186
|
155 |
-
msgid ""
|
156 |
-
"By default, subscribers subscribed via Email Subscribers, will receive email "
|
157 |
-
"updates when you post a new blog. You can turn these updates off like this:"
|
158 |
-
msgstr ""
|
159 |
-
|
160 |
-
#: ../help/help.php:187
|
161 |
-
msgid ""
|
162 |
-
"Email Subscribers -> Post Notification -> Edit -> Select Notification Status "
|
163 |
-
"when a new post is published -> Disable -> Save."
|
164 |
-
msgstr ""
|
165 |
-
|
166 |
-
#: ../help/help.php:191
|
167 |
-
msgid "Get more help and tips..."
|
168 |
-
msgstr ""
|
169 |
-
|
170 |
-
#: ../help/help.php:205
|
171 |
-
#, php-format
|
172 |
-
msgid "Version: %s"
|
173 |
-
msgstr ""
|
174 |
-
|
175 |
-
#: ../help/help.php:208
|
176 |
-
msgid "Questions? Need Help?"
|
177 |
-
msgstr ""
|
178 |
-
|
179 |
-
#: ../help/help.php:209
|
180 |
-
msgid "Contact Us"
|
181 |
-
msgstr ""
|
182 |
-
|
183 |
-
#: ../help/help.php:214
|
184 |
-
#, php-format
|
185 |
-
msgid ""
|
186 |
-
"<b>Like Email Subscribers?</b> If yes, then consider %s to support further "
|
187 |
-
"developments."
|
188 |
-
msgstr ""
|
189 |
-
|
190 |
-
#: ../help/help.php:249
|
191 |
-
msgid "Description"
|
192 |
-
msgstr ""
|
193 |
-
|
194 |
-
#: ../help/help.php:251
|
195 |
-
msgid ""
|
196 |
-
"Email Subscribers is a complete newsletter plugin which lets you collect "
|
197 |
-
"leads, send automated new blog post notification emails, create & send "
|
198 |
-
"newsletters and manage all this in one single place."
|
199 |
-
msgstr ""
|
200 |
-
|
201 |
-
#: ../help/help.php:253
|
202 |
-
msgid "Feature Overview"
|
203 |
-
msgstr ""
|
204 |
-
|
205 |
-
#: ../help/help.php:256
|
206 |
-
msgid ""
|
207 |
-
"Collect customer emails by adding a subscription box (Widget/Shortcode/PHP "
|
208 |
-
"Code)."
|
209 |
-
msgstr ""
|
210 |
-
|
211 |
-
#: ../help/help.php:259
|
212 |
-
msgid "Configure double Opt-In and Single Opt-In facility for subscribers."
|
213 |
-
msgstr ""
|
214 |
-
|
215 |
-
#: ../help/help.php:262
|
216 |
-
msgid "Send automatic welcome email to subscribers."
|
217 |
-
msgstr ""
|
218 |
-
|
219 |
-
#: ../help/help.php:265
|
220 |
-
msgid ""
|
221 |
-
"Send new post notification emails to subscribers when new posts are "
|
222 |
-
"published on your website."
|
223 |
-
msgstr ""
|
224 |
-
|
225 |
-
#: ../help/help.php:268
|
226 |
-
msgid "Schedule email (Cron job) or send them manually."
|
227 |
-
msgstr ""
|
228 |
-
|
229 |
-
#: ../help/help.php:271
|
230 |
-
msgid "Send email notification to admin when a new user signs up."
|
231 |
-
msgstr ""
|
232 |
-
|
233 |
-
#: ../help/help.php:274
|
234 |
-
msgid "Automatically add Unsubscribe link in the email."
|
235 |
-
msgstr ""
|
236 |
-
|
237 |
-
#: ../help/help.php:277
|
238 |
-
msgid "Easily migrate subscribers from another app using Import & Export."
|
239 |
-
msgstr ""
|
240 |
-
|
241 |
-
#: ../help/help.php:280
|
242 |
-
msgid "Use HTML editor to create newsletters and post notifications."
|
243 |
-
msgstr ""
|
244 |
-
|
245 |
-
#: ../help/help.php:283
|
246 |
-
msgid "Send newsletters to different groups."
|
247 |
-
msgstr ""
|
248 |
-
|
249 |
-
#: ../help/help.php:286
|
250 |
-
msgid "Get detailed sent email reports."
|
251 |
-
msgstr ""
|
252 |
-
|
253 |
-
#: ../help/help.php:289
|
254 |
-
msgid "Control user access (User Roles and Capabilities)."
|
255 |
-
msgstr ""
|
256 |
-
|
257 |
-
#: ../help/help.php:292
|
258 |
-
msgid "Supports localization and internationalization."
|
259 |
-
msgstr ""
|
260 |
-
|
261 |
-
#: ../help/help.php:299
|
262 |
-
msgid "Add Subscribe form"
|
263 |
-
msgstr ""
|
264 |
-
|
265 |
-
#: ../help/help.php:304
|
266 |
-
#, php-format
|
267 |
-
msgid ""
|
268 |
-
"Use any of the following 3 methods :<br>\n"
|
269 |
-
" a) Shortcode in any page/post : <strong>[email-subscribers "
|
270 |
-
"namefield=\"YES\" desc=\"\" group=\"Public\"]</strong> <i>Or</i><br>\n"
|
271 |
-
" b) Go to Appearance -> Widgets. Click on widget Email subscribers "
|
272 |
-
"and drag it to the sidebar on the right <i>Or</i><br>\n"
|
273 |
-
" c) Copy and past this php code to your desired template location : "
|
274 |
-
"<strong>%s</strong>"
|
275 |
-
msgstr ""
|
276 |
-
|
277 |
-
#: ../help/help.php:309
|
278 |
-
msgid "Additional form settings"
|
279 |
-
msgstr ""
|
280 |
-
|
281 |
-
#: ../help/help.php:321
|
282 |
-
msgid "General Plugin Configuration"
|
283 |
-
msgstr ""
|
284 |
-
|
285 |
-
#: ../help/help.php:324
|
286 |
-
#, php-format
|
287 |
-
msgid "Modify %s"
|
288 |
-
msgstr ""
|
289 |
-
|
290 |
-
#: ../help/help.php:324
|
291 |
-
msgid "default text, email contents"
|
292 |
-
msgstr ""
|
293 |
-
|
294 |
-
#: ../help/help.php:324
|
295 |
-
msgid ""
|
296 |
-
" (like Confirmation, Welcome, Admin emails), Cron Settings and Assign User "
|
297 |
-
"Roles"
|
298 |
-
msgstr ""
|
299 |
-
|
300 |
-
#: ../help/help.php:327
|
301 |
-
msgid "How does Sync work?"
|
302 |
-
msgstr ""
|
303 |
-
|
304 |
-
#: ../help/help.php:336
|
305 |
-
msgid "How to change/update/translate any texts from the plugin?"
|
306 |
-
msgstr ""
|
307 |
-
|
308 |
-
#: ../help/help.php:342
|
309 |
-
msgid "How to check sent emails?"
|
310 |
-
msgstr ""
|
311 |
-
|
312 |
-
#: ../help/help.php:354
|
313 |
-
msgid "Create and Send Newsletter Emails"
|
314 |
-
msgstr ""
|
315 |
-
|
316 |
-
#: ../help/help.php:357
|
317 |
-
msgid "Keywords in the Newsletters"
|
318 |
-
msgstr ""
|
319 |
-
|
320 |
-
#: ../help/help.php:364
|
321 |
-
msgid "Create and Send Post Notification Emails when new posts are published"
|
322 |
-
msgstr ""
|
323 |
-
|
324 |
-
#: ../help/help.php:367
|
325 |
-
msgid "Keywords in the Post Notifications"
|
326 |
-
msgstr ""
|
327 |
-
|
328 |
-
#: ../help/help.php:370
|
329 |
-
msgid "Send a test post notification email to myself/testgroup"
|
330 |
-
msgstr ""
|
331 |
-
|
332 |
-
#: ../help/help.php:375
|
333 |
-
msgid "Cron Job Setup"
|
334 |
-
msgstr ""
|
335 |
-
|
336 |
-
#: ../help/help.php:378
|
337 |
-
msgid "What is Cron and how to Schedule Cron Emails?"
|
338 |
-
msgstr ""
|
339 |
-
|
340 |
-
#: ../help/help.php:381
|
341 |
-
msgid "Schedule Cron Emails in cPanel"
|
342 |
-
msgstr ""
|
343 |
-
|
344 |
-
#: ../help/help.php:384
|
345 |
-
msgid "Schedule Cron Emails in Parallels Plesk"
|
346 |
-
msgstr ""
|
347 |
-
|
348 |
-
#: ../help/help.php:387
|
349 |
-
msgid "Hosting doesn’t support Cron Jobs?"
|
350 |
-
msgstr ""
|
351 |
-
|
352 |
-
#: ../help/help.php:390
|
353 |
-
msgid "Troubleshooting Steps"
|
354 |
-
msgstr ""
|
355 |
-
|
356 |
-
#: ../help/help.php:398
|
357 |
-
msgid "FAQ's"
|
358 |
-
msgstr ""
|
359 |
-
|
360 |
-
#: ../help/help.php:404
|
361 |
-
msgid "Want to do more? Here's how.."
|
362 |
-
msgstr ""
|
363 |
-
|
364 |
-
#: ../help/help.php:407
|
365 |
-
msgid "Allow Subscribers to get subscribed to any group"
|
366 |
-
msgstr ""
|
367 |
-
|
368 |
-
#: ../help/help.php:412
|
369 |
-
msgid "Using our <b>free</b> "
|
370 |
-
msgstr ""
|
371 |
-
|
372 |
-
#: ../help/help.php:413
|
373 |
-
msgid "Group Selector"
|
374 |
-
msgstr ""
|
375 |
-
|
376 |
-
#: ../help/help.php:414
|
377 |
-
msgid ""
|
378 |
-
"plugin, you can extend Email Subscribers Form functionality by providing an "
|
379 |
-
"grouping option right next to the form."
|
380 |
-
msgstr ""
|
381 |
-
|
382 |
-
#: ../help/help.php:417
|
383 |
-
msgid "The user can then subscribe to whichever group most appeals to them."
|
384 |
-
msgstr ""
|
385 |
-
|
386 |
-
#: ../help/help.php:420
|
387 |
-
msgid "For example: Subscribe either to Updates or to Offers."
|
388 |
-
msgstr ""
|
389 |
-
|
390 |
-
#: ../help/help.php:424
|
391 |
-
msgid "Show your subscribe form inside attractive popups"
|
392 |
-
msgstr ""
|
393 |
-
|
394 |
-
#: ../help/help.php:429
|
395 |
-
msgid ""
|
396 |
-
"Don't limit your subscriber form to a widget. Embed it within popups, hello "
|
397 |
-
"bars, slide-ins, sidebars, full screen popups etc."
|
398 |
-
msgstr ""
|
399 |
-
|
400 |
-
#: ../help/help.php:432
|
401 |
-
msgid ""
|
402 |
-
"Using Email Subscribers you can achieve this easily with our <b>free</b> "
|
403 |
-
"plugin "
|
404 |
-
msgstr ""
|
405 |
-
|
406 |
-
#: ../help/help.php:436
|
407 |
-
msgid ""
|
408 |
-
"Icegram's beautiful designs instantly capture user attention and help "
|
409 |
-
"increase sign-ups to your WordPress website."
|
410 |
-
msgstr ""
|
411 |
-
|
412 |
-
#: ../help/help.php:439 ../help/help.php:459
|
413 |
-
#, php-format
|
414 |
-
msgid "How to %s"
|
415 |
-
msgstr ""
|
416 |
-
|
417 |
-
#: ../help/help.php:439
|
418 |
-
msgid "show subscribe form inside a popup"
|
419 |
-
msgstr ""
|
420 |
-
|
421 |
-
#: ../help/help.php:443
|
422 |
-
msgid "Get beautiful and elegant form styles"
|
423 |
-
msgstr ""
|
424 |
-
|
425 |
-
#: ../help/help.php:449
|
426 |
-
msgid "Email subscribers easily integrates with another <b>free</b> plugin "
|
427 |
-
msgstr ""
|
428 |
-
|
429 |
-
#: ../help/help.php:450
|
430 |
-
msgid "Rainmaker"
|
431 |
-
msgstr ""
|
432 |
-
|
433 |
-
#: ../help/help.php:453
|
434 |
-
msgid ""
|
435 |
-
"Rainmaker extends the core features of Email Subscribers and provides "
|
436 |
-
"elegant form styles."
|
437 |
-
msgstr ""
|
438 |
-
|
439 |
-
#: ../help/help.php:456
|
440 |
-
msgid ""
|
441 |
-
"These styles are well designed and beautify your subscription form making it "
|
442 |
-
"more appealing."
|
443 |
-
msgstr ""
|
444 |
-
|
445 |
-
#: ../help/help.php:459
|
446 |
-
msgid "add Rainmaker’s form in Email Subscribers"
|
447 |
-
msgstr ""
|
448 |
-
|
449 |
-
#: ../notification/notification-add.php:45 ../notification/notification-edit.php:61
|
450 |
-
msgid "Please select notification mail subject. Use templates menu to create new."
|
451 |
-
msgstr ""
|
452 |
-
|
453 |
-
#: ../notification/notification-add.php:144 ../notification/notification-edit.php:
|
454 |
-
#: 164
|
455 |
-
msgid "(Use templates menu to create new)"
|
456 |
-
msgstr ""
|
457 |
-
|
458 |
-
#: ../sendmail/sendmail.php:59
|
459 |
-
msgid "Email sent successfully. "
|
460 |
-
msgstr ""
|
461 |
-
|
462 |
-
#: ../sentmail/sentmail-preview.php:27
|
463 |
-
msgid "Preview Email"
|
464 |
-
msgstr ""
|
465 |
-
|
466 |
-
#: ../sentmail/sentmail-preview.php:31
|
467 |
-
msgid ""
|
468 |
-
"This is how the email you sent may look. <br>Note: Different email services "
|
469 |
-
"(like gmail, yahoo etc) display email content differently. So there could be "
|
470 |
-
"a slight variation on how your customer will view the email content."
|
471 |
-
msgstr ""
|
472 |
-
|
473 |
-
#: ../settings/settings-edit.php:89
|
474 |
-
msgid "Email Type"
|
475 |
-
msgstr ""
|
476 |
-
|
477 |
-
#: ../settings/settings-edit.php:90
|
478 |
-
msgid ""
|
479 |
-
"Option 1 & 2 is to send emails with default Wordpress method wp_mail(). "
|
480 |
-
"Option 3 & 4 is to send emails with PHP method mail()."
|
481 |
-
msgstr ""
|
482 |
-
|
483 |
-
#: ../settings/settings-edit.php:104
|
484 |
-
msgid "Opt-In Type"
|
485 |
-
msgstr ""
|
486 |
-
|
487 |
-
#: ../settings/settings-edit.php:105
|
488 |
-
msgid ""
|
489 |
-
"Double Opt-In : In this type, the subscriber is sent an activation link as "
|
490 |
-
"soon as they subscribe to your list. They have to confirm their subscription "
|
491 |
-
"by clicking on the activation link.<br />Single Opt-In : In this type, the "
|
492 |
-
"subscriber is not asked to confirm their email address. They are subscribed "
|
493 |
-
"directly in the list."
|
494 |
-
msgstr ""
|
495 |
-
|
496 |
-
#: ../settings/settings-edit.php:117
|
497 |
-
msgid ""
|
498 |
-
"Select image size for {{POSTIMAGE}} to be shown in the Post Notification "
|
499 |
-
"Emails."
|
500 |
-
msgstr ""
|
501 |
-
|
502 |
-
#: ../settings/settings-edit.php:136
|
503 |
-
msgid "Notify Admin when a new subscriber signs up"
|
504 |
-
msgstr ""
|
505 |
-
|
506 |
-
#: ../settings/settings-edit.php:149
|
507 |
-
msgid "Admin Email Subject on new subscriber sign up"
|
508 |
-
msgstr ""
|
509 |
-
|
510 |
-
#: ../settings/settings-edit.php:150
|
511 |
-
msgid ""
|
512 |
-
"Subject for the admin email whenever a new subscriber signs up and is "
|
513 |
-
"confirmed."
|
514 |
-
msgstr ""
|
515 |
-
|
516 |
-
#: ../settings/settings-edit.php:156
|
517 |
-
msgid "Admin Email Content on new subscriber signs up"
|
518 |
-
msgstr ""
|
519 |
-
|
520 |
-
#: ../settings/settings-edit.php:157
|
521 |
-
msgid ""
|
522 |
-
"Content for the admin email whenever a new subscriber signs up and is "
|
523 |
-
"confirmed.<br />Available Keywords: {{NAME}}, {{EMAIL}}, {{GROUP}}"
|
524 |
-
msgstr ""
|
525 |
-
|
526 |
-
#: ../settings/settings-edit.php:165
|
527 |
-
msgid "Subject for the email report which will be sent to admin."
|
528 |
-
msgstr ""
|
529 |
-
|
530 |
-
#: ../settings/settings-edit.php:172
|
531 |
-
msgid ""
|
532 |
-
"Content for the email report which will be sent to admin.<br />Available "
|
533 |
-
"Keywords: {{COUNT}}, {{UNIQUE}}, {{STARTTIME}}, {{ENDTIME}}"
|
534 |
-
msgstr ""
|
535 |
-
|
536 |
-
#: ../settings/settings-edit.php:183
|
537 |
-
msgid "Double Opt-In Email Subject (Confirmation Email)"
|
538 |
-
msgstr ""
|
539 |
-
|
540 |
-
#: ../settings/settings-edit.php:184
|
541 |
-
msgid ""
|
542 |
-
"Subject for the confirmation email to be sent for Double Opt-In whenever a "
|
543 |
-
"subscriber signs up."
|
544 |
-
msgstr ""
|
545 |
-
|
546 |
-
#: ../settings/settings-edit.php:190
|
547 |
-
msgid "Double Opt-In Email Content (Confirmation Email)"
|
548 |
-
msgstr ""
|
549 |
-
|
550 |
-
#: ../settings/settings-edit.php:191
|
551 |
-
msgid ""
|
552 |
-
"Content for the confirmation email to be sent for Double Opt-In whenever a "
|
553 |
-
"subscriber signs up.<br />Available Keywords: {{NAME}}, {{LINK}}"
|
554 |
-
msgstr ""
|
555 |
-
|
556 |
-
#: ../settings/settings-edit.php:197
|
557 |
-
msgid "Double Opt-In Confirmation Link"
|
558 |
-
msgstr ""
|
559 |
-
|
560 |
-
#: ../settings/settings-edit.php:204
|
561 |
-
msgid ""
|
562 |
-
"Text to display after an email address is successfully subscribed from "
|
563 |
-
"Double Opt-In (Confirmation) Email"
|
564 |
-
msgstr ""
|
565 |
-
|
566 |
-
#: ../settings/settings-edit.php:212
|
567 |
-
msgid "Send Welcome Email to New Subscribers after Sign Up?"
|
568 |
-
msgstr ""
|
569 |
-
|
570 |
-
#: ../settings/settings-edit.php:224
|
571 |
-
msgid "Subject for Welcome Email"
|
572 |
-
msgstr ""
|
573 |
-
|
574 |
-
#: ../settings/settings-edit.php:225
|
575 |
-
msgid ""
|
576 |
-
"Subject for the subscriber welcome email. This will be sent whenever a "
|
577 |
-
"user's email is either confirmed (if Double Opt-In) / subscribed (if Single "
|
578 |
-
"Opt-In) successfully."
|
579 |
-
msgstr ""
|
580 |
-
|
581 |
-
#: ../settings/settings-edit.php:231
|
582 |
-
msgid "Email Content for Welcome Email"
|
583 |
-
msgstr ""
|
584 |
-
|
585 |
-
#: ../settings/settings-edit.php:232
|
586 |
-
msgid ""
|
587 |
-
"Content for the subscriber welcome email whenever a user's email is either "
|
588 |
-
"confirmed (if Double Opt In) / subscribed (if Single Opt In) successfully."
|
589 |
-
"<br />Available Keywords: {{NAME}}, {{GROUP}}, {{LINK}}"
|
590 |
-
msgstr ""
|
591 |
-
|
592 |
-
#: ../settings/settings-edit.php:241
|
593 |
-
msgid ""
|
594 |
-
"This unsubscribe link is automatically added to all the emails that are sent "
|
595 |
-
"from this plugin. It is a readonly field and you are advised not to modify "
|
596 |
-
"it."
|
597 |
-
msgstr ""
|
598 |
-
|
599 |
-
#: ../settings/settings-edit.php:248
|
600 |
-
msgid ""
|
601 |
-
"The text for the unsubscribe link. This text is automatically added with "
|
602 |
-
"unsubscribe link in the emails.<br />Available Keyword: {{LINK}}"
|
603 |
-
msgstr ""
|
604 |
-
|
605 |
-
#: ../settings/settings-edit.php:255
|
606 |
-
msgid ""
|
607 |
-
"This text will be displayed once user clicks on unsubscribe link from the "
|
608 |
-
"email."
|
609 |
-
msgstr ""
|
610 |
-
|
611 |
-
#: ../settings/settings-edit.php:262
|
612 |
-
msgid "Error in the Subscribe / Confirmation Link"
|
613 |
-
msgstr ""
|
614 |
-
|
615 |
-
#: ../settings/settings-edit.php:263
|
616 |
-
msgid ""
|
617 |
-
"Default message to display if there is any issue while clicking on subscribe "
|
618 |
-
"/ confirmation link from the Double Opt-In (Confirmation) emails."
|
619 |
-
msgstr ""
|
620 |
-
|
621 |
-
#: ../settings/settings-edit.php:270
|
622 |
-
msgid ""
|
623 |
-
"Default message to display if there is any issue while clicking on "
|
624 |
-
"unsubscribe link from the emails."
|
625 |
-
msgstr ""
|
626 |
-
|
627 |
-
#: ../settings/settings-edit.php:300
|
628 |
-
msgid "Templates Menu"
|
629 |
-
msgstr ""
|
630 |
-
|
631 |
-
#: ../settings/settings-edit.php:369
|
632 |
-
msgid "(Your web host has limits. We suggest 50 emails per hour to be safe.)"
|
633 |
-
msgstr ""
|
634 |
-
|
635 |
-
#: ../settings/settings-edit.php:374
|
636 |
-
msgid "Cron Report"
|
637 |
-
msgstr ""
|
638 |
-
|
639 |
-
#: ../settings/settings-edit.php:375
|
640 |
-
msgid ""
|
641 |
-
"Email to admin whenever a cron URL is triggered from your server.<br "
|
642 |
-
"/>Available Keywords: {{DATE}}, {{SUBJECT}}, {{COUNT}}"
|
643 |
-
msgstr ""
|
644 |
-
|
645 |
-
#: ../settings/settings-edit.php:386
|
646 |
-
msgid ""
|
647 |
-
"<a target=\"_blank\" href=\"https://www.icegram.com/documentation/es-how-to-"
|
648 |
-
"schedule-cron-emails/?"
|
649 |
-
"utm_source=es&utm_medium=in_app&utm_campaign=view_docs_help_page\">What is "
|
650 |
-
"Cron?</a>"
|
651 |
msgstr ""
|
652 |
|
653 |
-
#: ../
|
654 |
msgid ""
|
655 |
-
"<
|
656 |
-
"
|
657 |
-
"utm_source=es&utm_medium=in_app&utm_campaign=view_docs_help_page\">Setup cron "
|
658 |
-
"job in cPanel</a>"
|
659 |
msgstr ""
|
660 |
|
661 |
-
#: ../
|
662 |
-
msgid ""
|
663 |
-
"<a target=\"_blank\" href=\"https://www.icegram.com/documentation/es-how-to-"
|
664 |
-
"schedule-cron-emails-in-parallels-plesk/?"
|
665 |
-
"utm_source=es&utm_medium=in_app&utm_campaign=view_docs_help_page\">Setup cron "
|
666 |
-
"job in Plesk</a>"
|
667 |
msgstr ""
|
668 |
|
669 |
-
#: ../
|
670 |
-
msgid ""
|
671 |
-
"<a target=\"_blank\" href=\"https://www.icegram.com/documentation/es-what-to-do-"
|
672 |
-
"if-hosting-doesnt-support-cron-jobs/?"
|
673 |
-
"utm_source=es&utm_medium=in_app&utm_campaign=view_docs_help_page\">Hosting "
|
674 |
-
"does not support cron jobs?</a>"
|
675 |
msgstr ""
|
676 |
|
677 |
-
#: ../
|
678 |
msgid ""
|
679 |
-
"
|
680 |
-
"
|
681 |
-
msgstr ""
|
682 |
-
|
683 |
-
#: ../subscribers/view-subscriber-export.php:14
|
684 |
-
msgid "Go back to Subscribers dashboard"
|
685 |
msgstr ""
|
686 |
|
687 |
-
#: ../
|
688 |
-
|
689 |
-
msgid "
|
690 |
msgstr ""
|
691 |
|
692 |
-
#: ../
|
693 |
-
msgid "
|
694 |
msgstr ""
|
695 |
|
696 |
-
#: ../
|
697 |
-
msgid "
|
698 |
msgstr ""
|
699 |
|
700 |
-
#: ../
|
701 |
-
msgid "
|
702 |
msgstr ""
|
703 |
|
704 |
-
#: ../
|
705 |
-
msgid ""
|
706 |
-
"<br><br>This Post Notification preview has replaced keywords from your last "
|
707 |
-
"published blog post."
|
708 |
msgstr ""
|
709 |
|
710 |
-
#: ../
|
711 |
-
msgid ""
|
712 |
-
"<br><br>Note: Different email services (like gmail, yahoo etc) display email "
|
713 |
-
"content differently. So there could be a slight variation on how your "
|
714 |
-
"customer will view the email content."
|
715 |
msgstr ""
|
716 |
|
717 |
-
|
718 |
-
msgid "
|
719 |
msgstr ""
|
720 |
|
721 |
#: ../email-subscribers.php:95
|
@@ -767,23 +124,23 @@ msgstr "<span style=\"color:#20b2aa;font-weight:bold;\">Planlanmış Gönderiyle
|
|
767 |
msgid "<span style=\"color:#993399;\">Immediately</span>"
|
768 |
msgstr "<span style=\"color:#993399;\">Acilen</span>"
|
769 |
|
770 |
-
#: ../classes/es-loadwidget.php:
|
771 |
#: subscribers/view-subscriber-show.php:289
|
772 |
msgid "Name"
|
773 |
msgstr "Adınız"
|
774 |
|
775 |
-
#: ../classes/es-loadwidget.php:
|
776 |
msgid "Email *"
|
777 |
msgstr "E-posta Adresiniz*"
|
778 |
|
779 |
-
#: ../classes/es-loadwidget.php:
|
780 |
-
#: php:
|
781 |
msgid "Subscribe"
|
782 |
msgstr "Üye Ol"
|
783 |
|
784 |
#. Name of the plugin
|
785 |
#: ../classes/es-register.php:162 ../classes/es-register.php:163 ../classes/es-
|
786 |
-
#: register.php:
|
787 |
msgid "Email Subscribers"
|
788 |
msgstr "Email Subscribers"
|
789 |
|
@@ -792,13 +149,18 @@ msgstr "Email Subscribers"
|
|
792 |
msgid "Subscribers"
|
793 |
msgstr "Aboneler"
|
794 |
|
|
|
|
|
|
|
|
|
|
|
795 |
#: ../classes/es-register.php:171 ../classes/es-register.php:172 ../help/help.php:
|
796 |
-
#:
|
797 |
msgid "Post Notifications"
|
798 |
msgstr "Gönderi Bildirimleri"
|
799 |
|
800 |
#: ../classes/es-register.php:174 ../classes/es-register.php:175 ../help/help.php:
|
801 |
-
#:
|
802 |
msgid "Newsletters"
|
803 |
msgstr "Bültenler"
|
804 |
|
@@ -816,6 +178,10 @@ msgstr "Raporlar"
|
|
816 |
msgid "Help & Info"
|
817 |
msgstr "Yardım & Bilgi"
|
818 |
|
|
|
|
|
|
|
|
|
819 |
#: ../classes/es-register.php:195
|
820 |
msgctxt "view-subscriber-enhanced-select"
|
821 |
msgid "Please enter subscriber email address."
|
@@ -846,6 +212,15 @@ msgctxt "view-subscriber-enhanced-select"
|
|
846 |
msgid "Are you sure you want to delete selected records?"
|
847 |
msgstr "Seçilen kayıtları silmek istediğinizden emin misiniz?"
|
848 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
849 |
#: ../classes/es-register.php:202
|
850 |
msgctxt "view-subscriber-enhanced-select"
|
851 |
msgid "Please select new subscriber group."
|
@@ -880,6 +255,13 @@ msgctxt "notification-enhanced-select"
|
|
880 |
msgid "Please select subscribers group."
|
881 |
msgstr "Lütfen abonelerin grubunu seçiniz."
|
882 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
883 |
#: ../classes/es-register.php:216
|
884 |
msgctxt "notification-enhanced-select"
|
885 |
msgid "Please select notification status."
|
@@ -939,6 +321,17 @@ msgctxt "widget-enhanced-select"
|
|
939 |
msgid "Successfully Subscribed."
|
940 |
msgstr "Başarıyla Abone Edildi."
|
941 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
942 |
#: ../classes/es-register.php:261
|
943 |
msgctxt "widget-enhanced-select"
|
944 |
msgid "Email Address already exists!"
|
@@ -969,6 +362,17 @@ msgctxt "widget-page-enhanced-select"
|
|
969 |
msgid "Successfully Subscribed."
|
970 |
msgstr "Başarıyla Abone Edildi."
|
971 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
972 |
#: ../classes/es-register.php:275
|
973 |
msgctxt "widget-page-enhanced-select"
|
974 |
msgid "Email Address already exists!"
|
@@ -989,121 +393,554 @@ msgctxt "widget-page-enhanced-select"
|
|
989 |
msgid "Please try after some time"
|
990 |
msgstr "Biraz sonra tekrar deneyiniz"
|
991 |
|
992 |
-
#: ../classes/es-register.php:
|
993 |
-
msgid ""
|
994 |
-
"
|
995 |
-
"
|
996 |
-
"
|
997 |
-
"
|
998 |
-
|
999 |
-
|
1000 |
-
|
1001 |
-
"
|
1002 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1003 |
|
1004 |
-
#: ../classes/es-register.php:
|
1005 |
msgid "Thumbnail"
|
1006 |
msgstr "Küçük Boy"
|
1007 |
|
1008 |
-
#: ../classes/es-register.php:
|
1009 |
#: sentmail/sentmail-show.php:121
|
1010 |
msgid "Preview"
|
1011 |
msgstr "Önizleme"
|
1012 |
|
1013 |
-
#: ../classes/es-register.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1014 |
msgid "Newsletter"
|
1015 |
msgstr "Bülten"
|
1016 |
|
1017 |
-
#: ../classes/es-register.php:
|
1018 |
msgid "Post Notification"
|
1019 |
msgstr "Gönderi Bildirimi"
|
1020 |
|
1021 |
-
#: ../classes/es-register.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1022 |
msgid "Available Keywords"
|
1023 |
msgstr "Mevcut Anahtar Kelimeler"
|
1024 |
|
1025 |
-
#: ../classes/es-register.php:
|
|
|
|
|
|
|
|
|
|
|
1026 |
msgid "Widget Title"
|
1027 |
msgstr "Bileşen Adı"
|
1028 |
|
1029 |
-
#: ../classes/es-register.php:
|
1030 |
msgid "Short description about subscription form"
|
1031 |
msgstr "Abone formu hakkında kısa açıklama"
|
1032 |
|
1033 |
-
#: ../classes/es-register.php:
|
1034 |
msgid "Display Name Field"
|
1035 |
msgstr "İsim Alanını Göster"
|
1036 |
|
1037 |
-
#: ../classes/es-register.php:
|
1038 |
#: settings/settings-edit.php:217 ../subscribers/view-subscriber-sync.php:107
|
1039 |
msgid "YES"
|
1040 |
msgstr "EVET"
|
1041 |
|
1042 |
-
#: ../classes/es-register.php:
|
1043 |
#: settings/settings-edit.php:218 ../subscribers/view-subscriber-sync.php:106
|
1044 |
msgid "NO"
|
1045 |
msgstr "HAYIR"
|
1046 |
|
1047 |
-
#: ../classes/es-register.php:
|
1048 |
msgid "Subscriber Group"
|
1049 |
msgstr "Abone Grubu"
|
1050 |
|
1051 |
-
#: ../
|
|
|
|
|
|
|
|
|
1052 |
msgid "Welcome to Email Subscribers!"
|
1053 |
msgstr "Email Subscribers'e Hoşgeldiniz!"
|
1054 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1055 |
#: ../help/help.php:214
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1056 |
msgid "donating to us"
|
1057 |
msgstr "bize bağış yapmak"
|
1058 |
|
1059 |
-
#: ../help/help.php:
|
1060 |
-
|
1061 |
-
|
1062 |
-
|
1063 |
-
#:
|
1064 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1065 |
#, php-format
|
1066 |
msgid "%s"
|
1067 |
msgstr "%s"
|
1068 |
|
1069 |
-
#: ../help/help.php:
|
1070 |
msgid "How to Add Subscription box to website?"
|
1071 |
msgstr "Üyelik kutusunu web siteme nasıl eklerim?"
|
1072 |
|
1073 |
-
#: ../help/help.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1074 |
msgid "How to Redirect Subscribers to a new page/url after successful sign up?"
|
1075 |
msgstr ""
|
1076 |
"Başarılı kayıt olduktan sonra aboneleri nasıl bir sayfaya veya URL'ye "
|
1077 |
"yönlendiririm?"
|
1078 |
|
1079 |
-
#: ../help/help.php:
|
1080 |
msgid "How to add captcha in Subscribe form of Email Subscribers?"
|
1081 |
msgstr "Email Subscribers'in formlarına nasıl CAPTCHA eklerim?"
|
1082 |
|
1083 |
#: ../help/help.php:330
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1084 |
msgid "How to Import or Export Email Addresses?"
|
1085 |
msgstr "E-posta adreslerini içeri veya dışarı nasıl aktarırım?"
|
1086 |
|
1087 |
-
#: ../help/help.php:
|
1088 |
msgid "How to Add/Update Existing Subscribers Group & Status?"
|
1089 |
msgstr "Mevcut abonelerin durumunu veya grubunu nasıl değiştiririm veya eklerim?"
|
1090 |
|
1091 |
-
#: ../help/help.php:
|
|
|
|
|
|
|
|
|
1092 |
msgid "How to add Unsubscribe link in emails?"
|
1093 |
msgstr "E-postalarıma üyelikten ayrıl linkini nasıl eklerim?"
|
1094 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1095 |
#: ../help/help.php:393
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1096 |
msgid "Subscribers are not receiving Emails?"
|
1097 |
msgstr "Aboneler e-postalarını almıyor mu?"
|
1098 |
|
1099 |
-
#: ../help/help.php:
|
1100 |
msgid "CSS Help"
|
1101 |
msgstr "CSS Yardım"
|
1102 |
|
1103 |
-
|
1104 |
-
|
1105 |
-
|
1106 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1107 |
|
1108 |
#: ../job/es-optin.php:58 ../job/es-optin.php:68 ../job/es-unsubscribe.php:54 ..
|
1109 |
#: job/es-unsubscribe.php:61
|
@@ -1126,6 +963,12 @@ msgstr "Lütfen haber listesi grubunu seçiniz."
|
|
1126 |
msgid "Please select notification status."
|
1127 |
msgstr "Lütfen bildirim gönderme durumunu seçiniz."
|
1128 |
|
|
|
|
|
|
|
|
|
|
|
|
|
1129 |
#: ../notification/notification-add.php:51 ../notification/notification-edit.php:67
|
1130 |
msgid "Please select post categories."
|
1131 |
msgstr "Lütfen Posta kategorilerini seçiniz."
|
@@ -1145,7 +988,7 @@ msgstr "Bildirim Ekle"
|
|
1145 |
#: subscribers/view-subscriber-add.php:118 ../subscribers/view-subscriber-edit.
|
1146 |
#: php:113 ../subscribers/view-subscriber-export.php:51 ../subscribers/view-
|
1147 |
#: subscriber-import.php:149 ../subscribers/view-subscriber-show.php:247 ..
|
1148 |
-
#: subscribers/view-subscriber-sync.php:92 ../templates/template-preview.php:
|
1149 |
msgid "Help"
|
1150 |
msgstr "Yardım"
|
1151 |
|
@@ -1167,6 +1010,11 @@ msgstr "Seç"
|
|
1167 |
msgid "Select Notification Email Subject"
|
1168 |
msgstr "Bildirim E-posta Konusunu Seçiniz"
|
1169 |
|
|
|
|
|
|
|
|
|
|
|
1170 |
#: ../notification/notification-add.php:168 ../notification/notification-edit.php:
|
1171 |
#: 191
|
1172 |
msgid "Select Post Categories"
|
@@ -1287,7 +1135,7 @@ msgid "Notification Status"
|
|
1287 |
msgstr "Bildirim Gönderme Durumu"
|
1288 |
|
1289 |
#: ../notification/notification-show.php:100 ../subscribers/view-subscriber-show.
|
1290 |
-
#: php:417 ../templates/template-preview.php:
|
1291 |
msgid "Edit"
|
1292 |
msgstr "Düzelt"
|
1293 |
|
@@ -1318,6 +1166,10 @@ msgstr "Lütfen E-posta tipinizi belirleyiniz."
|
|
1318 |
msgid "Please select your group."
|
1319 |
msgstr "Lütfen grup seçimi yapınız."
|
1320 |
|
|
|
|
|
|
|
|
|
1321 |
#: ../sendmail/sendmail.php:63
|
1322 |
msgid "Click here to check Statistics"
|
1323 |
msgstr "İstatistikleri görmek için buraya tıklayınız"
|
@@ -1423,6 +1275,21 @@ msgstr "Görülme Durumu"
|
|
1423 |
msgid "Viewed Date"
|
1424 |
msgstr "Görülme Tarihi"
|
1425 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1426 |
#: ../sentmail/sentmail-preview.php:53
|
1427 |
msgid "Back"
|
1428 |
msgstr "Geri"
|
@@ -1517,6 +1384,18 @@ msgstr ""
|
|
1517 |
"Bu eklentiden gönderilmiş tüm bildirimler için bir Gönderici ve E-posta "
|
1518 |
"Adresi seçiniz."
|
1519 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1520 |
#: ../settings/settings-edit.php:94
|
1521 |
msgid "1. WP HTML MAIL"
|
1522 |
msgstr "1. WP HTML POSTA"
|
@@ -1533,6 +1412,23 @@ msgstr " 3. PHP HTML POSTA"
|
|
1533 |
msgid "4. PHP PLAINTEXT MAIL"
|
1534 |
msgstr "4. PHP PLAINTEXT POSTA"
|
1535 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1536 |
#: ../settings/settings-edit.php:109
|
1537 |
msgid "Double Opt In"
|
1538 |
msgstr "Çift Onay"
|
@@ -1548,6 +1444,14 @@ msgstr "Tek Onay"
|
|
1548 |
msgid "Image Size"
|
1549 |
msgstr "Resim Ölçüsü"
|
1550 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1551 |
#: ../settings/settings-edit.php:121
|
1552 |
msgid "Full Size"
|
1553 |
msgstr "Tam Boy"
|
@@ -1566,6 +1470,10 @@ msgid ""
|
|
1566 |
"by comma)."
|
1567 |
msgstr "Bildirimleri almak için Yönetici e-postalarını giriniz. (Virgülle ayırınız)."
|
1568 |
|
|
|
|
|
|
|
|
|
1569 |
#: ../settings/settings-edit.php:137
|
1570 |
msgid ""
|
1571 |
"To send admin email notifications for the new subscriber. This option must "
|
@@ -1574,24 +1482,99 @@ msgstr ""
|
|
1574 |
"Yöneticiye yeni aboneleri e-posta bildirimleri göndermek için bu seçenek "
|
1575 |
"EVET olarak ayarlanmalı."
|
1576 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1577 |
#: ../settings/settings-edit.php:164
|
1578 |
msgid "Sent Report Subject"
|
1579 |
msgstr "Gönderilen Rapor Konusu"
|
1580 |
|
|
|
|
|
|
|
|
|
1581 |
#: ../settings/settings-edit.php:171
|
1582 |
msgid "Sent Report Content"
|
1583 |
msgstr "Gönderilen Rapor İçeriği"
|
1584 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1585 |
#: ../settings/settings-edit.php:198
|
1586 |
msgid "It is a readonly field and you are advised not to modify it."
|
1587 |
msgstr "Bu sadece okunabilir bir alandır ve düzenleme yapılmaması önerilir."
|
1588 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1589 |
#: ../settings/settings-edit.php:205
|
1590 |
msgid ""
|
1591 |
"This text will be displayed once user clicks on email confirmation link from "
|
1592 |
"the Double Opt In (confirmation) Email."
|
1593 |
msgstr "Bu mesaj, ikinci onayda aboneler onay linkine tıkladığı zaman gösterilecek."
|
1594 |
|
|
|
|
|
|
|
|
|
1595 |
#: ../settings/settings-edit.php:213
|
1596 |
msgid ""
|
1597 |
"To send welcome email to subscriber after successful signup. This option "
|
@@ -1600,22 +1583,97 @@ msgstr ""
|
|
1600 |
"Başarılı bir kayıt yapıldıktan sonra Hoşgeldin Mesajı göndermek için bu "
|
1601 |
"seçenek EVET olarak seçilmelidir."
|
1602 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1603 |
#: ../settings/settings-edit.php:240
|
1604 |
msgid "Unsubscribe Link"
|
1605 |
msgstr "Üyelikten Ayrıl Linki"
|
1606 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1607 |
#: ../settings/settings-edit.php:247
|
1608 |
msgid "Unsubscribe Text in Email"
|
1609 |
msgstr "E-postada Üyelikten Ayrıl Yazısı"
|
1610 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1611 |
#: ../settings/settings-edit.php:254
|
1612 |
msgid "Text to display after an email address is unsubscribed"
|
1613 |
msgstr "Bir e-posta üyeliği sonlandırıldığında gösterilecek mesaj."
|
1614 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1615 |
#: ../settings/settings-edit.php:269
|
1616 |
msgid "Error in the Unsubscribe Link"
|
1617 |
msgstr "\"Üyelikten Ayrıl\" Linkinde Hata"
|
1618 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1619 |
#: ../settings/settings-edit.php:282
|
1620 |
msgid "Select user roles who can access following menus. Only Admin can change this."
|
1621 |
msgstr ""
|
@@ -1644,6 +1702,10 @@ msgstr "Yönetici/Editör"
|
|
1644 |
msgid "Administrator/Editor/Author/Contributor"
|
1645 |
msgstr "Yönetici/Editör/Yazar/Katılımcı"
|
1646 |
|
|
|
|
|
|
|
|
|
1647 |
#: ../settings/settings-edit.php:312
|
1648 |
msgid "Post Notifications Menu"
|
1649 |
msgstr "Gönderi Bildirim Menüsü"
|
@@ -1672,10 +1734,77 @@ msgstr "E-posta sayısı"
|
|
1672 |
msgid "Number of emails that you want to trigger per hour."
|
1673 |
msgstr "Her saat bildirim yapmak istediğiniz e-postaların adedi"
|
1674 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1675 |
#: ../settings/settings-edit.php:385
|
1676 |
msgid "What is Cron (auto emails) and how to setup Cron Job?"
|
1677 |
msgstr "Planlanmış gönderi (Cron / Otomatik e-postalar) nedir ve nasıl ayarlanır?"
|
1678 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1679 |
#: ../settings/settings-edit.php:504
|
1680 |
msgid "Please enter sender of notifications from name."
|
1681 |
msgstr "Bildirimlerin hangi isimden gönderileceğini giriniz."
|
@@ -1827,6 +1956,18 @@ msgstr "Abone Durumunu Güncelle"
|
|
1827 |
msgid "Update Subscriber's Group"
|
1828 |
msgstr "Abone Grubunu Güncelle"
|
1829 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1830 |
#: ../subscribers/view-subscriber-export.php:47
|
1831 |
msgid "Export Email Addresses"
|
1832 |
msgstr "E-posta Adreslerini Dışarı Aktar"
|
@@ -1960,6 +2101,11 @@ msgstr ""
|
|
1960 |
"Onay e-postası göndermek için lütfen onay gönderim seçeneğini Çift Onay "
|
1961 |
"olarak değiştirin."
|
1962 |
|
|
|
|
|
|
|
|
|
|
|
1963 |
#: ../subscribers/view-subscriber-show.php:100 ../subscribers/view-subscriber-
|
1964 |
#: show.php:139 ../subscribers/view-subscriber-show.php:178 ../subscribers/view-
|
1965 |
#: subscriber-show.php:217
|
@@ -1988,6 +2134,10 @@ msgstr "Abonelerin durumu güncellendi."
|
|
1988 |
msgid "Please select New Status to update."
|
1989 |
msgstr "Güncellemek için lütfen Yeni Durum seçiniz."
|
1990 |
|
|
|
|
|
|
|
|
|
1991 |
#: ../subscribers/view-subscriber-show.php:258
|
1992 |
#, php-format
|
1993 |
msgid "Active Subscribers: %s"
|
@@ -2090,10 +2240,40 @@ msgstr "Yeni kayıtlı kullanıcıları abone listesinde güncelle"
|
|
2090 |
msgid "Select group to add newly registered users to"
|
2091 |
msgstr "Yeni kayıtlı kullanıcıların ekleneceği grubu seçiniz"
|
2092 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2093 |
#. Name of the plugin
|
2094 |
msgid "Email Subscribers & Newsletters"
|
2095 |
msgstr "Email Subscribers & Newsletters"
|
2096 |
|
|
|
|
|
|
|
|
|
2097 |
#. Description of the plugin/theme
|
2098 |
msgid ""
|
2099 |
"Add subscription forms on website, send HTML newsletters & automatically "
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
+
"Project-Id-Version: Email Subscribers & Newsletters 3.5.0\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
"POT-Creation-Date: 2017-07-26 12:00:36+00:00\n"
|
6 |
+
"PO-Revision-Date: Wed May 16 2018 16:05:13 GMT+0530 (IST)\n"
|
7 |
"Last-Translator: admin <mansi.shah@appsmagnet.com>\n"
|
8 |
"Language-Team: Icegram <hello@icegram.com>Language:\n"
|
9 |
"Language: Turkish\n"
|
22 |
"X-Loco-Target-Locale: tr_TR\n"
|
23 |
"X-Poedit-SearchPath-0: .."
|
24 |
|
25 |
+
#: ../classes/es-register.php:739
|
26 |
+
msgid "Check Pro plan"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
27 |
msgstr ""
|
28 |
|
29 |
+
#: ../classes/es-register.php:777
|
30 |
msgid ""
|
31 |
+
"<b style=\"letter-spacing:0.4px;\">To honour GDPR, kindly enable the 'Consent "
|
32 |
+
"Checkbox' in the subscription form.</b>"
|
|
|
|
|
33 |
msgstr ""
|
34 |
|
35 |
+
#: ../classes/es-register.php:778
|
36 |
+
msgid "Steps to enable"
|
|
|
|
|
|
|
|
|
37 |
msgstr ""
|
38 |
|
39 |
+
#: ../classes/es-register.php:778
|
40 |
+
msgid "Ok, got it"
|
|
|
|
|
|
|
|
|
41 |
msgstr ""
|
42 |
|
43 |
+
#: ../help/help.php:197
|
44 |
msgid ""
|
45 |
+
"Stay in touch with us. We send out plugin help, tips, periodic updates and "
|
46 |
+
"even the occasional discounts."
|
|
|
|
|
|
|
|
|
47 |
msgstr ""
|
48 |
|
49 |
+
#: ../help/help.php:205
|
50 |
+
#, php-format
|
51 |
+
msgid "I have read and agreed to your %s."
|
52 |
msgstr ""
|
53 |
|
54 |
+
#: ../help/help.php:205
|
55 |
+
msgid "Privacy Policy"
|
56 |
msgstr ""
|
57 |
|
58 |
+
#: ../help/help.php:413
|
59 |
+
msgid "[GDPR] Email Subscribers"
|
60 |
msgstr ""
|
61 |
|
62 |
+
#: ../help/help.php:416 ../help/help.php:434
|
63 |
+
msgid "How to enable consent checkbox in the subscribe form?"
|
64 |
msgstr ""
|
65 |
|
66 |
+
#: ../help/help.php:419
|
67 |
+
msgid "What data Email Subscribers stores on your end?"
|
|
|
|
|
68 |
msgstr ""
|
69 |
|
70 |
+
#: ../help/help.php:431
|
71 |
+
msgid "[GDPR] Email Subscribers - Group Selector"
|
|
|
|
|
|
|
72 |
msgstr ""
|
73 |
|
74 |
+
#: ../help/help.php:437
|
75 |
+
msgid "What data Email Subscribers - Group Selector stores on your end?"
|
76 |
msgstr ""
|
77 |
|
78 |
#: ../email-subscribers.php:95
|
124 |
msgid "<span style=\"color:#993399;\">Immediately</span>"
|
125 |
msgstr "<span style=\"color:#993399;\">Acilen</span>"
|
126 |
|
127 |
+
#: ../classes/es-loadwidget.php:34 ../classes/es-register.php:1095 ..
|
128 |
#: subscribers/view-subscriber-show.php:289
|
129 |
msgid "Name"
|
130 |
msgstr "Adınız"
|
131 |
|
132 |
+
#: ../classes/es-loadwidget.php:39 ../classes/es-register.php:1100
|
133 |
msgid "Email *"
|
134 |
msgstr "E-posta Adresiniz*"
|
135 |
|
136 |
+
#: ../classes/es-loadwidget.php:47 ../classes/es-register.php:1108 ../help/help.
|
137 |
+
#: php:202
|
138 |
msgid "Subscribe"
|
139 |
msgstr "Üye Ol"
|
140 |
|
141 |
#. Name of the plugin
|
142 |
#: ../classes/es-register.php:162 ../classes/es-register.php:163 ../classes/es-
|
143 |
+
#: register.php:838
|
144 |
msgid "Email Subscribers"
|
145 |
msgstr "Email Subscribers"
|
146 |
|
149 |
msgid "Subscribers"
|
150 |
msgstr "Aboneler"
|
151 |
|
152 |
+
#: ../classes/es-register.php:168 ../classes/es-register.php:169 ../classes/es-
|
153 |
+
#: register.php:826 ../classes/es-register.php:827 ../classes/es-register.php:832
|
154 |
+
msgid "Templates"
|
155 |
+
msgstr "Şablonlar"
|
156 |
+
|
157 |
#: ../classes/es-register.php:171 ../classes/es-register.php:172 ../help/help.php:
|
158 |
+
#: 370 ../notification/notification-show.php:52
|
159 |
msgid "Post Notifications"
|
160 |
msgstr "Gönderi Bildirimleri"
|
161 |
|
162 |
#: ../classes/es-register.php:174 ../classes/es-register.php:175 ../help/help.php:
|
163 |
+
#: 360 ../sendmail/sendmail.php:93 ../settings/settings-edit.php:324
|
164 |
msgid "Newsletters"
|
165 |
msgstr "Bültenler"
|
166 |
|
178 |
msgid "Help & Info"
|
179 |
msgstr "Yardım & Bilgi"
|
180 |
|
181 |
+
#: ../classes/es-register.php:184
|
182 |
+
msgid "<span style=\"color:#f18500;font-weight:bolder;\">Help & Info</span>"
|
183 |
+
msgstr "<span style=\"color:#f18500;font-weight:bolder;\">Yardım & Bilgi</span>"
|
184 |
+
|
185 |
#: ../classes/es-register.php:195
|
186 |
msgctxt "view-subscriber-enhanced-select"
|
187 |
msgid "Please enter subscriber email address."
|
212 |
msgid "Are you sure you want to delete selected records?"
|
213 |
msgstr "Seçilen kayıtları silmek istediğinizden emin misiniz?"
|
214 |
|
215 |
+
#: ../classes/es-register.php:201
|
216 |
+
msgctxt "view-subscriber-enhanced-select"
|
217 |
+
msgid ""
|
218 |
+
"Do you want to resend confirmation email? Also please note, this will update "
|
219 |
+
"subscriber current status to 'Unconfirmed'."
|
220 |
+
msgstr ""
|
221 |
+
"Onay epostasını tekrar mı göndermek istiyorsunuz? Lütfen dikkat edin, bun "
|
222 |
+
"yaparsanız, abone durumu onaylanmadı olarak güncellenecek."
|
223 |
+
|
224 |
#: ../classes/es-register.php:202
|
225 |
msgctxt "view-subscriber-enhanced-select"
|
226 |
msgid "Please select new subscriber group."
|
255 |
msgid "Please select subscribers group."
|
256 |
msgstr "Lütfen abonelerin grubunu seçiniz."
|
257 |
|
258 |
+
#: ../classes/es-register.php:215
|
259 |
+
msgctxt "notification-enhanced-select"
|
260 |
+
msgid "Please select notification mail subject. Use templates menu to create new."
|
261 |
+
msgstr ""
|
262 |
+
"Lütfen eposta bildirim konusunu seçiniz. Yeni oluşturmak için menüden "
|
263 |
+
"şablonları kullanınız."
|
264 |
+
|
265 |
#: ../classes/es-register.php:216
|
266 |
msgctxt "notification-enhanced-select"
|
267 |
msgid "Please select notification status."
|
321 |
msgid "Successfully Subscribed."
|
322 |
msgstr "Başarıyla Abone Edildi."
|
323 |
|
324 |
+
#: ../classes/es-register.php:260
|
325 |
+
msgctxt "widget-enhanced-select"
|
326 |
+
msgid ""
|
327 |
+
"Your subscription was successful! Kindly check your mailbox and confirm your "
|
328 |
+
"subscription. If you don't see the email within a few minutes, check the "
|
329 |
+
"spam/junk folder."
|
330 |
+
msgstr ""
|
331 |
+
"Aboneliğiniz başarılı! Lütfen eposta kutunuzu kontrol ediniz ve aboneliği "
|
332 |
+
"onaylayınız. Birkaç dakika içinde onay epostası gelmedi ise lütfen önemsiz "
|
333 |
+
"epostalar kutusunu kontrol ediniz."
|
334 |
+
|
335 |
#: ../classes/es-register.php:261
|
336 |
msgctxt "widget-enhanced-select"
|
337 |
msgid "Email Address already exists!"
|
362 |
msgid "Successfully Subscribed."
|
363 |
msgstr "Başarıyla Abone Edildi."
|
364 |
|
365 |
+
#: ../classes/es-register.php:274
|
366 |
+
msgctxt "widget-page-enhanced-select"
|
367 |
+
msgid ""
|
368 |
+
"Your subscription was successful! Kindly check your mailbox and confirm your "
|
369 |
+
"subscription. If you don't see the email within a few minutes, check the "
|
370 |
+
"spam/junk folder."
|
371 |
+
msgstr ""
|
372 |
+
"Aboneliğiniz başarılı! Lütfen eposta kutunuzu kontrol ediniz ve aboneliği "
|
373 |
+
"onaylayınız. Birkaç dakika içinde onay epostası gelmedi ise lütfen önemsiz "
|
374 |
+
"epostalar kutusunu kontrol ediniz."
|
375 |
+
|
376 |
#: ../classes/es-register.php:275
|
377 |
msgctxt "widget-page-enhanced-select"
|
378 |
msgid "Email Address already exists!"
|
393 |
msgid "Please try after some time"
|
394 |
msgstr "Biraz sonra tekrar deneyiniz"
|
395 |
|
396 |
+
#: ../classes/es-register.php:738
|
397 |
+
msgid ""
|
398 |
+
"<b>Want readymade email templates?</b> Also want to <b>clean your "
|
399 |
+
"subscribers list?</b> Come check our Pro plan."
|
400 |
+
msgstr ""
|
401 |
+
"<b>Hazır eposta şablonu mu istiyorsunuz?</b> Veya, <b>abone listesini "
|
402 |
+
"temizlemek mi?</b> Hadi o zaman Pro lisansa göz atın."
|
403 |
+
|
404 |
+
#: ../classes/es-register.php:739
|
405 |
+
msgid "Not interested."
|
406 |
+
msgstr "İlgilenmiyor."
|
407 |
+
|
408 |
+
#: ../classes/es-register.php:803
|
409 |
+
msgid ""
|
410 |
+
"If you like <strong>Email Subscribers</strong>, please consider leaving us a "
|
411 |
+
"<a target=\"_blank\" href=\"https://wordpress.org/support/plugin/email-"
|
412 |
+
"subscribers/reviews/?filter=5#new-post\">★★★★★"
|
413 |
+
"</a> rating. A huge thank you from Icegram in advance!"
|
414 |
+
msgstr ""
|
415 |
+
"Eğer <strong>Email Subscribers</strong>'ı beğendiyseniz, Lütfen bize <a "
|
416 |
+
"target=\"_blank\" href=\"https://wordpress.org/support/plugin/email-"
|
417 |
+
"subscribers/reviews/?filter=5#new-post\">★★★★★"
|
418 |
+
"</a> ile puanlarınızı bildiriniz. Icegram'dan şimdiden kocaman teşekkürler..."
|
419 |
+
|
420 |
+
#: ../classes/es-register.php:817
|
421 |
+
#, php-format
|
422 |
+
msgid "Email Subscribers version: <strong>%s</strong>"
|
423 |
+
msgstr "Eposta Abone versiyonu: <strong>%s</strong>"
|
424 |
+
|
425 |
+
#: ../classes/es-register.php:828 ../classes/es-register.php:829
|
426 |
+
msgid "Add new Template"
|
427 |
+
msgstr "Yeni Şablon Ekle"
|
428 |
+
|
429 |
+
#: ../classes/es-register.php:830
|
430 |
+
msgid "Edit Templates"
|
431 |
+
msgstr "Şablon Düzenle"
|
432 |
+
|
433 |
+
#: ../classes/es-register.php:831
|
434 |
+
msgid "New Templates"
|
435 |
+
msgstr "Yeni Şablon"
|
436 |
+
|
437 |
+
#: ../classes/es-register.php:833
|
438 |
+
msgid "View Templates"
|
439 |
+
msgstr "Şablon Görüntüle"
|
440 |
+
|
441 |
+
#: ../classes/es-register.php:834
|
442 |
+
msgid "Search Templates"
|
443 |
+
msgstr "Şablon Ara"
|
444 |
+
|
445 |
+
#: ../classes/es-register.php:835
|
446 |
+
msgid "No Templates found"
|
447 |
+
msgstr "Şablon bulunamadı"
|
448 |
+
|
449 |
+
#: ../classes/es-register.php:836
|
450 |
+
msgid "No Templates found in Trash"
|
451 |
+
msgstr "Çöp kutusunda şablon bulunamadı"
|
452 |
+
|
453 |
+
#: ../classes/es-register.php:839
|
454 |
+
msgid "Thumbnail (For Visual Representation only)"
|
455 |
+
msgstr "Küçük resim(Sadece görseli sunum için)"
|
456 |
+
|
457 |
+
#: ../classes/es-register.php:840
|
458 |
+
msgid "Set thumbnail"
|
459 |
+
msgstr "Küçük resim ayarla"
|
460 |
+
|
461 |
+
#: ../classes/es-register.php:877
|
462 |
+
msgid "Template Type"
|
463 |
+
msgstr "ŞAblon Tipi"
|
464 |
|
465 |
+
#: ../classes/es-register.php:878 ../settings/settings-edit.php:123
|
466 |
msgid "Thumbnail"
|
467 |
msgstr "Küçük Boy"
|
468 |
|
469 |
+
#: ../classes/es-register.php:926 ../sentmail/sentmail-show.php:108 ..
|
470 |
#: sentmail/sentmail-show.php:121
|
471 |
msgid "Preview"
|
472 |
msgstr "Önizleme"
|
473 |
|
474 |
+
#: ../classes/es-register.php:943
|
475 |
+
msgid "Available Keyword for Post Notification: {{POSTTITLE}}"
|
476 |
+
msgstr "Gönderim Bildirimi için Mevcut Anahtar Kelime : {{POSTTITLE}}"
|
477 |
+
|
478 |
+
#: ../classes/es-register.php:946
|
479 |
+
msgid "Select your Email Template Type"
|
480 |
+
msgstr "Şablon Tipini Seçiniz"
|
481 |
+
|
482 |
+
#: ../classes/es-register.php:948
|
483 |
msgid "Newsletter"
|
484 |
msgstr "Bülten"
|
485 |
|
486 |
+
#: ../classes/es-register.php:949
|
487 |
msgid "Post Notification"
|
488 |
msgstr "Gönderi Bildirimi"
|
489 |
|
490 |
+
#: ../classes/es-register.php:996
|
491 |
+
msgid "Preview Template"
|
492 |
+
msgstr "Şablon Önizleme"
|
493 |
+
|
494 |
+
#: ../classes/es-register.php:1010
|
495 |
+
#, php-format
|
496 |
+
msgid ""
|
497 |
+
"%s for Post Notification: {{NAME}}, {{EMAIL}}, {{DATE}}, {{POSTTITLE}}, "
|
498 |
+
"{{POSTLINK}}, {{POSTIMAGE}}, {{POSTDESC}}, {{POSTAUTHOR}}, {{POSTLINK-"
|
499 |
+
"WITHTITLE}}, {{POSTLINK-ONLY}}, {{POSTFULL}}"
|
500 |
+
msgstr ""
|
501 |
+
"%s - Eposta Bildirimi İçin: {{NAME}}, {{EMAIL}}, {{DATE}}, {{POSTTITLE}}, "
|
502 |
+
"{{POSTLINK}}, {{POSTIMAGE}}, {{POSTDESC}}, {{POSTAUTHOR}}, {{POSTLINK-"
|
503 |
+
"WITHTITLE}}, {{POSTLINK-ONLY}}, {{POSTFULL}}"
|
504 |
+
|
505 |
+
#: ../classes/es-register.php:1010 ../classes/es-register.php:1011
|
506 |
msgid "Available Keywords"
|
507 |
msgstr "Mevcut Anahtar Kelimeler"
|
508 |
|
509 |
+
#: ../classes/es-register.php:1011
|
510 |
+
#, php-format
|
511 |
+
msgid "<br/><br/>%s for Newsletter: {{NAME}}, {{EMAIL}}"
|
512 |
+
msgstr "<br/><br/>%s - Bülten İçin: {{NAME}}, {{EMAIL}}"
|
513 |
+
|
514 |
+
#: ../classes/es-register.php:1148
|
515 |
msgid "Widget Title"
|
516 |
msgstr "Bileşen Adı"
|
517 |
|
518 |
+
#: ../classes/es-register.php:1152
|
519 |
msgid "Short description about subscription form"
|
520 |
msgstr "Abone formu hakkında kısa açıklama"
|
521 |
|
522 |
+
#: ../classes/es-register.php:1156
|
523 |
msgid "Display Name Field"
|
524 |
msgstr "İsim Alanını Göster"
|
525 |
|
526 |
+
#: ../classes/es-register.php:1158 ../settings/settings-edit.php:142 ..
|
527 |
#: settings/settings-edit.php:217 ../subscribers/view-subscriber-sync.php:107
|
528 |
msgid "YES"
|
529 |
msgstr "EVET"
|
530 |
|
531 |
+
#: ../classes/es-register.php:1159 ../settings/settings-edit.php:143 ..
|
532 |
#: settings/settings-edit.php:218 ../subscribers/view-subscriber-sync.php:106
|
533 |
msgid "NO"
|
534 |
msgstr "HAYIR"
|
535 |
|
536 |
+
#: ../classes/es-register.php:1163
|
537 |
msgid "Subscriber Group"
|
538 |
msgstr "Abone Grubu"
|
539 |
|
540 |
+
#: ../export/export-email-address.php:50 ../export/export-email-address.php:54
|
541 |
+
msgid "Unexpected url submit has been detected!"
|
542 |
+
msgstr "Beklenmeyen URL gönderimi tespit edildi!"
|
543 |
+
|
544 |
+
#: ../help/help.php:190
|
545 |
msgid "Welcome to Email Subscribers!"
|
546 |
msgstr "Email Subscribers'e Hoşgeldiniz!"
|
547 |
|
548 |
+
#: ../help/help.php:191
|
549 |
+
msgid "Thanks for installing and we hope you will enjoy using this plugin."
|
550 |
+
msgstr ""
|
551 |
+
"Yüklediğiniz için teşekkürler ve bu eklentiyi kullanmanın zevkini "
|
552 |
+
"çıkarmanızı umuyoruz."
|
553 |
+
|
554 |
+
#: ../help/help.php:192
|
555 |
+
msgid ""
|
556 |
+
"By default, subscribers subscribed via Email Subscribers, will receive email "
|
557 |
+
"updates when you post a new blog. You can turn these updates off like this:"
|
558 |
+
msgstr ""
|
559 |
+
"Varsayılan olarak, Email Subscribers ile abone olunan aboneler, yeni bir "
|
560 |
+
"yayın gönderdiğinizde e-posta güncellemeleri alır. Bu güncellemeleri şu "
|
561 |
+
"şekilde kapatabilirsiniz:"
|
562 |
+
|
563 |
+
#: ../help/help.php:193
|
564 |
+
msgid ""
|
565 |
+
"Email Subscribers -> Post Notification -> Edit -> Select Notification Status "
|
566 |
+
"when a new post is published -> Disable -> Save."
|
567 |
+
msgstr ""
|
568 |
+
"Email Subscribers ->Gönderim Bildirimi -> Düzenle -> Yeni Bir Yazı "
|
569 |
+
"Yayınlandığında Bildirim Durumunu Seç -> Pasif -> Kaydet."
|
570 |
+
|
571 |
#: ../help/help.php:214
|
572 |
+
#, php-format
|
573 |
+
msgid "Version: %s"
|
574 |
+
msgstr "Versiyon: %s"
|
575 |
+
|
576 |
+
#: ../help/help.php:217
|
577 |
+
msgid "Questions? Need Help?"
|
578 |
+
msgstr "Sorun mu var? Yardıma mı ihtiyacınız var?"
|
579 |
+
|
580 |
+
#: ../help/help.php:218
|
581 |
+
msgid "Contact Us"
|
582 |
+
msgstr "Bizimle İletişime Geçiniz."
|
583 |
+
|
584 |
+
#: ../help/help.php:223
|
585 |
+
#, php-format
|
586 |
+
msgid ""
|
587 |
+
"<b>Like Email Subscribers?</b> If yes, then consider %s to support further "
|
588 |
+
"developments."
|
589 |
+
msgstr ""
|
590 |
+
"<b>Email Subscribers'ı beğendiniz mi?</b> Eğer evet ise, program gelişimini "
|
591 |
+
"desteklemek için lütfen %s düşünüz."
|
592 |
+
|
593 |
+
#: ../help/help.php:223
|
594 |
msgid "donating to us"
|
595 |
msgstr "bize bağış yapmak"
|
596 |
|
597 |
+
#: ../help/help.php:258
|
598 |
+
msgid "Description"
|
599 |
+
msgstr "Açıklama"
|
600 |
+
|
601 |
+
#: ../help/help.php:260
|
602 |
+
msgid ""
|
603 |
+
"Email Subscribers is a complete newsletter plugin which lets you collect "
|
604 |
+
"leads, send automated new blog post notification emails, create & send "
|
605 |
+
"newsletters and manage all this in one single place."
|
606 |
+
msgstr ""
|
607 |
+
"Email Subcribers, müşterileri toplamanıza, otomatik yeni blog bildirim e-"
|
608 |
+
"postaları göndermenize, haber bültenleri oluşturup göndermenize ve tek bir "
|
609 |
+
"yerde yönetmenize olanak veren eksiksiz bir bülten eklentisidir."
|
610 |
+
|
611 |
+
#: ../help/help.php:262
|
612 |
+
msgid "Feature Overview"
|
613 |
+
msgstr "Özelliklere Gözat"
|
614 |
+
|
615 |
+
#: ../help/help.php:265
|
616 |
+
msgid ""
|
617 |
+
"Collect customer emails by adding a subscription box (Widget/Shortcode/PHP "
|
618 |
+
"Code)."
|
619 |
+
msgstr ""
|
620 |
+
"Abonelik kutusu (Widget / Shortcode / PHP Code) ekleyerek müşteri e-"
|
621 |
+
"postalarını toplayın."
|
622 |
+
|
623 |
+
#: ../help/help.php:268
|
624 |
+
msgid "Configure double Opt-In and Single Opt-In facility for subscribers."
|
625 |
+
msgstr "Aboneler için Çift Onay ve Tek Onay özelliğini yapılandırın."
|
626 |
+
|
627 |
+
#: ../help/help.php:271
|
628 |
+
msgid "Send automatic welcome email to subscribers."
|
629 |
+
msgstr "Abonelere otomatik karşılama e-postası gönderin."
|
630 |
+
|
631 |
+
#: ../help/help.php:274
|
632 |
+
msgid ""
|
633 |
+
"Send new post notification emails to subscribers when new posts are "
|
634 |
+
"published on your website."
|
635 |
+
msgstr ""
|
636 |
+
"Web sitenizde yeni yayınlar yayınlandığında abonelere yeni posta bildirim e-"
|
637 |
+
"postaları gönderin."
|
638 |
+
|
639 |
+
#: ../help/help.php:277
|
640 |
+
msgid "Schedule email (Cron job) or send them manually."
|
641 |
+
msgstr "E-posta (Cron işi) planlayın veya manuel olarak gönderin."
|
642 |
+
|
643 |
+
#: ../help/help.php:280
|
644 |
+
msgid "Send email notification to admin when a new user signs up."
|
645 |
+
msgstr "Yeni bir kullanıcı kaydolduğunda yöneticiye e-posta bildirimi gönderin."
|
646 |
+
|
647 |
+
#: ../help/help.php:283
|
648 |
+
msgid "Automatically add Unsubscribe link in the email."
|
649 |
+
msgstr "E-postaya aboneliği iptal et bağlantısını otomatik olarak ekle."
|
650 |
+
|
651 |
+
#: ../help/help.php:286
|
652 |
+
msgid "Easily migrate subscribers from another app using Import & Export."
|
653 |
+
msgstr ""
|
654 |
+
"İçeri Aktar & Dışarı Aktar'ı kullanarak aboneleri başka bir uygulamadan "
|
655 |
+
"kolayca taşıyabilirsiniz."
|
656 |
+
|
657 |
+
#: ../help/help.php:289
|
658 |
+
msgid "Use HTML editor to create newsletters and post notifications."
|
659 |
+
msgstr ""
|
660 |
+
"Bültenler oluşturmak ve bildirimler göndermek için HTML düzenleyicisini "
|
661 |
+
"kullanın."
|
662 |
+
|
663 |
+
#: ../help/help.php:292
|
664 |
+
msgid "Send newsletters to different groups."
|
665 |
+
msgstr "Farklı gruplara bülten gönder."
|
666 |
+
|
667 |
+
#: ../help/help.php:295
|
668 |
+
msgid "Get detailed sent email reports."
|
669 |
+
msgstr "Ayrıntılı gönderilen e-posta raporlarını alın."
|
670 |
+
|
671 |
+
#: ../help/help.php:298
|
672 |
+
msgid "Control user access (User Roles and Capabilities)."
|
673 |
+
msgstr "Kullanıcı erişimini kontrol et (Kullanıcı Rolleri ve Yetenekleri)."
|
674 |
+
|
675 |
+
#: ../help/help.php:301
|
676 |
+
msgid "Supports localization and internationalization."
|
677 |
+
msgstr "Lokalizasyonu ve uluslararasılaşmayı destekler."
|
678 |
+
|
679 |
+
#: ../help/help.php:308
|
680 |
+
msgid "Add Subscribe form"
|
681 |
+
msgstr "Abone formu ekle"
|
682 |
+
|
683 |
+
#: ../help/help.php:310 ../help/help.php:321 ../help/help.php:324 ../help/help.
|
684 |
+
#: php:336 ../help/help.php:339 ../help/help.php:342 ../help/help.php:345 ..
|
685 |
+
#: help/help.php:348 ../help/help.php:351 ../help/help.php:363 ../help/help.php:
|
686 |
+
#: 366 ../help/help.php:373 ../help/help.php:376 ../help/help.php:379 ..
|
687 |
+
#: help/help.php:387 ../help/help.php:390 ../help/help.php:393 ../help/help.php:
|
688 |
+
#: 396 ../help/help.php:402 ../help/help.php:405 ../help/help.php:408 ..
|
689 |
+
#: help/help.php:416 ../help/help.php:419 ../help/help.php:434 ../help/help.php:
|
690 |
+
#: 437
|
691 |
#, php-format
|
692 |
msgid "%s"
|
693 |
msgstr "%s"
|
694 |
|
695 |
+
#: ../help/help.php:310
|
696 |
msgid "How to Add Subscription box to website?"
|
697 |
msgstr "Üyelik kutusunu web siteme nasıl eklerim?"
|
698 |
|
699 |
+
#: ../help/help.php:313
|
700 |
+
#, php-format
|
701 |
+
msgid ""
|
702 |
+
"Use any of the following 3 methods :<br>\n"
|
703 |
+
" a) Shortcode in any page/post : <strong>[email-subscribers "
|
704 |
+
"namefield=\"YES\" desc=\"\" group=\"Public\"]</strong> <i>Or</i><br>\n"
|
705 |
+
" b) Go to Appearance -> Widgets. Click on widget Email subscribers "
|
706 |
+
"and drag it to the sidebar on the right <i>Or</i><br>\n"
|
707 |
+
" c) Copy and past this php code to your desired template location : "
|
708 |
+
"<strong>%s</strong>"
|
709 |
+
msgstr ""
|
710 |
+
"Aşağıdaki 3 yöntemden birini kullanın: <br>\n"
|
711 |
+
" a) Herhangi bir sayfada / postada kısa kod: <strong> [email-"
|
712 |
+
"subscribers namefield = \"YES\" desc = \"\" grup = \"Public\"] </strong> <i> Veya "
|
713 |
+
"</ i> <br>\n"
|
714 |
+
" b) Görünüm -> Widget'lara gidin. Widget e-posta abonelerini tıklayın "
|
715 |
+
"ve sağdaki kenar çubuğuna sürükleyin <i> Veya </ i> <br>\n"
|
716 |
+
" c) Bu php kodunu istediğiniz şablon konumuna kopyalayıp yapıştırın: "
|
717 |
+
"<strong>% s </strong>"
|
718 |
+
|
719 |
+
#: ../help/help.php:318
|
720 |
+
msgid "Additional form settings"
|
721 |
+
msgstr "Ek form ayarları"
|
722 |
+
|
723 |
+
#: ../help/help.php:321
|
724 |
msgid "How to Redirect Subscribers to a new page/url after successful sign up?"
|
725 |
msgstr ""
|
726 |
"Başarılı kayıt olduktan sonra aboneleri nasıl bir sayfaya veya URL'ye "
|
727 |
"yönlendiririm?"
|
728 |
|
729 |
+
#: ../help/help.php:324
|
730 |
msgid "How to add captcha in Subscribe form of Email Subscribers?"
|
731 |
msgstr "Email Subscribers'in formlarına nasıl CAPTCHA eklerim?"
|
732 |
|
733 |
#: ../help/help.php:330
|
734 |
+
msgid "General Plugin Configuration"
|
735 |
+
msgstr "Genel Eklenti Yapılandırması"
|
736 |
+
|
737 |
+
#: ../help/help.php:333
|
738 |
+
#, php-format
|
739 |
+
msgid "Modify %s"
|
740 |
+
msgstr "Düzenle %s"
|
741 |
+
|
742 |
+
#: ../help/help.php:333
|
743 |
+
msgid "default text, email contents"
|
744 |
+
msgstr "varsayılan metin, e-posta içeriği"
|
745 |
+
|
746 |
+
#: ../help/help.php:333
|
747 |
+
msgid ""
|
748 |
+
" (like Confirmation, Welcome, Admin emails), Cron Settings and Assign User "
|
749 |
+
"Roles"
|
750 |
+
msgstr ""
|
751 |
+
"(Onay, Hoş Geldiniz, Yönetici e-postaları gibi), (Cron)Planlama Ayarları ve "
|
752 |
+
"Kullanıcı Rolleri Atama"
|
753 |
+
|
754 |
+
#: ../help/help.php:336
|
755 |
+
msgid "How does Sync work?"
|
756 |
+
msgstr "Sync nasıl çalışır?"
|
757 |
+
|
758 |
+
#: ../help/help.php:339
|
759 |
msgid "How to Import or Export Email Addresses?"
|
760 |
msgstr "E-posta adreslerini içeri veya dışarı nasıl aktarırım?"
|
761 |
|
762 |
+
#: ../help/help.php:342
|
763 |
msgid "How to Add/Update Existing Subscribers Group & Status?"
|
764 |
msgstr "Mevcut abonelerin durumunu veya grubunu nasıl değiştiririm veya eklerim?"
|
765 |
|
766 |
+
#: ../help/help.php:345
|
767 |
+
msgid "How to change/update/translate any texts from the plugin?"
|
768 |
+
msgstr "Eklentiden herhangi bir metin nasıl değiştirilir / güncelle / tercüme edilir?"
|
769 |
+
|
770 |
+
#: ../help/help.php:348
|
771 |
msgid "How to add Unsubscribe link in emails?"
|
772 |
msgstr "E-postalarıma üyelikten ayrıl linkini nasıl eklerim?"
|
773 |
|
774 |
+
#: ../help/help.php:351
|
775 |
+
msgid "How to check sent emails?"
|
776 |
+
msgstr "Gönderilen e-postalar nasıl kontrol edilir?"
|
777 |
+
|
778 |
+
#: ../help/help.php:363
|
779 |
+
msgid "Create and Send Newsletter Emails"
|
780 |
+
msgstr "Bülten E-postaları Oluşturma ve Gönderme"
|
781 |
+
|
782 |
+
#: ../help/help.php:366
|
783 |
+
msgid "Keywords in the Newsletters"
|
784 |
+
msgstr "Bültenlerde Anahtar Kelimeler"
|
785 |
+
|
786 |
+
#: ../help/help.php:373
|
787 |
+
msgid "Create and Send Post Notification Emails when new posts are published"
|
788 |
+
msgstr ""
|
789 |
+
"Yeni mesajlar yayınlandığında Mesaj Bildirimi E-postaları Oluşturma ve "
|
790 |
+
"Gönderme"
|
791 |
+
|
792 |
+
#: ../help/help.php:376
|
793 |
+
msgid "Keywords in the Post Notifications"
|
794 |
+
msgstr "Mesaj Bildirimlerinde Anahtar Kelimeler"
|
795 |
+
|
796 |
+
#: ../help/help.php:379
|
797 |
+
msgid "Send a test post notification email to myself/testgroup"
|
798 |
+
msgstr "Kendime/test grubuna bir test sonrası bildirim e-postası gönder"
|
799 |
+
|
800 |
+
#: ../help/help.php:384
|
801 |
+
msgid "Cron Job Setup"
|
802 |
+
msgstr "Planlanmış İş Ayarı"
|
803 |
+
|
804 |
+
#: ../help/help.php:387
|
805 |
+
msgid "What is Cron and how to Schedule Cron Emails?"
|
806 |
+
msgstr "Cron nedir ve Cron E-postalarını Nasıl Planlanır?"
|
807 |
+
|
808 |
+
#: ../help/help.php:390
|
809 |
+
msgid "Schedule Cron Emails in cPanel"
|
810 |
+
msgstr "CPanel'de Cron E-postalarını Planla"
|
811 |
+
|
812 |
#: ../help/help.php:393
|
813 |
+
msgid "Schedule Cron Emails in Parallels Plesk"
|
814 |
+
msgstr "Parallels Plesk'de Cron E-postaları Planla"
|
815 |
+
|
816 |
+
#: ../help/help.php:396
|
817 |
+
msgid "Hosting doesn’t support Cron Jobs?"
|
818 |
+
msgstr "Hosting, Cron Jobs'u desteklemiyor mu?"
|
819 |
+
|
820 |
+
#: ../help/help.php:399
|
821 |
+
msgid "Troubleshooting Steps"
|
822 |
+
msgstr "Sorun Giderme Adımları"
|
823 |
+
|
824 |
+
#: ../help/help.php:402
|
825 |
msgid "Subscribers are not receiving Emails?"
|
826 |
msgstr "Aboneler e-postalarını almıyor mu?"
|
827 |
|
828 |
+
#: ../help/help.php:405
|
829 |
msgid "CSS Help"
|
830 |
msgstr "CSS Yardım"
|
831 |
|
832 |
+
#: ../help/help.php:408
|
833 |
+
msgid "FAQ's"
|
834 |
+
msgstr "FAQ's"
|
835 |
+
|
836 |
+
#: ../help/help.php:446
|
837 |
+
msgid "Want to do more? Here's how.."
|
838 |
+
msgstr "Daha fazlasını yapmak ister misiniz? İşte nasıl..."
|
839 |
+
|
840 |
+
#: ../help/help.php:449
|
841 |
+
msgid "Allow Subscribers to get subscribed to any group"
|
842 |
+
msgstr "Abonelerin herhangi bir gruba abone olmasına izin ver"
|
843 |
+
|
844 |
+
#: ../help/help.php:454
|
845 |
+
msgid "Using our <b>free</b> "
|
846 |
+
msgstr "Bizim<b>ücretsiz</b>eklentimiz kullanılıyor."
|
847 |
+
|
848 |
+
#: ../help/help.php:455
|
849 |
+
msgid "Group Selector"
|
850 |
+
msgstr "Grup Seçici"
|
851 |
+
|
852 |
+
#: ../help/help.php:456
|
853 |
+
msgid ""
|
854 |
+
"plugin, you can extend Email Subscribers Form functionality by providing an "
|
855 |
+
"grouping option right next to the form."
|
856 |
+
msgstr ""
|
857 |
+
"Eklenti, formun hemen yanında bir gruplama seçeneği sağlayarak Email "
|
858 |
+
"Subscribers Formu işlevselliğini genişletebilirsiniz."
|
859 |
+
|
860 |
+
#: ../help/help.php:459
|
861 |
+
msgid "The user can then subscribe to whichever group most appeals to them."
|
862 |
+
msgstr "Kullanıcı daha sonra kendilerine en çok itiraz eden gruba abone olabilir."
|
863 |
+
|
864 |
+
#: ../help/help.php:462
|
865 |
+
msgid "For example: Subscribe either to Updates or to Offers."
|
866 |
+
msgstr "Örneğin: Güncellemelere veya Tekliflere abone olun."
|
867 |
+
|
868 |
+
#: ../help/help.php:466
|
869 |
+
msgid "Show your subscribe form inside attractive popups"
|
870 |
+
msgstr "Abonelik formunuzu çekici pop-up'larda gösterin"
|
871 |
+
|
872 |
+
#: ../help/help.php:471
|
873 |
+
msgid ""
|
874 |
+
"Don't limit your subscriber form to a widget. Embed it within popups, hello "
|
875 |
+
"bars, slide-ins, sidebars, full screen popups etc."
|
876 |
+
msgstr ""
|
877 |
+
"Abone formunuzu bir widget ile sınırlandırmayın. Pop-up'lara, merhaba "
|
878 |
+
"çubuklarına, slaytlara, kenar çubuklarına, tam ekran pop-up'larına vb. "
|
879 |
+
"ekleyin."
|
880 |
+
|
881 |
+
#: ../help/help.php:474
|
882 |
+
msgid ""
|
883 |
+
"Using Email Subscribers you can achieve this easily with our <b>free</b> "
|
884 |
+
"plugin "
|
885 |
+
msgstr ""
|
886 |
+
"Email Subscribers'i kullanarak bunu <b> ücretsiz </b> eklentimizle kolayca "
|
887 |
+
"yapabilirsiniz."
|
888 |
+
|
889 |
+
#. Author of the plugin/theme
|
890 |
+
#: ../help/help.php:475
|
891 |
+
msgid "Icegram"
|
892 |
+
msgstr "Icegram"
|
893 |
+
|
894 |
+
#: ../help/help.php:478
|
895 |
+
msgid ""
|
896 |
+
"Icegram's beautiful designs instantly capture user attention and help "
|
897 |
+
"increase sign-ups to your WordPress website."
|
898 |
+
msgstr ""
|
899 |
+
"Icegram'ın güzel tasarımları, kullanıcı ilgisini anında yakalar ve WordPress "
|
900 |
+
"web sitenize kayıt olmanıza yardımcı olur."
|
901 |
+
|
902 |
+
#: ../help/help.php:481 ../help/help.php:501
|
903 |
+
#, php-format
|
904 |
+
msgid "How to %s"
|
905 |
+
msgstr "%s için nasıl"
|
906 |
+
|
907 |
+
#: ../help/help.php:481
|
908 |
+
msgid "show subscribe form inside a popup"
|
909 |
+
msgstr "bir pop-up içinde abone ol formunu göster"
|
910 |
+
|
911 |
+
#: ../help/help.php:485
|
912 |
+
msgid "Get beautiful and elegant form styles"
|
913 |
+
msgstr "Güzel ve zarif form stilleri alın"
|
914 |
+
|
915 |
+
#: ../help/help.php:491
|
916 |
+
msgid "Email subscribers easily integrates with another <b>free</b> plugin "
|
917 |
+
msgstr ""
|
918 |
+
"Email Subscribers, başka bir <b> ücretsiz </b> eklenti ile kolayca entegre "
|
919 |
+
"olur"
|
920 |
+
|
921 |
+
#: ../help/help.php:492
|
922 |
+
msgid "Rainmaker"
|
923 |
+
msgstr "Rainmaker"
|
924 |
+
|
925 |
+
#: ../help/help.php:495
|
926 |
+
msgid ""
|
927 |
+
"Rainmaker extends the core features of Email Subscribers and provides "
|
928 |
+
"elegant form styles."
|
929 |
+
msgstr ""
|
930 |
+
"Rainmaker, E-posta Abonelerinin temel özelliklerini genişletir ve zarif form "
|
931 |
+
"stilleri sağlar."
|
932 |
+
|
933 |
+
#: ../help/help.php:498
|
934 |
+
msgid ""
|
935 |
+
"These styles are well designed and beautify your subscription form making it "
|
936 |
+
"more appealing."
|
937 |
+
msgstr ""
|
938 |
+
"Bu stiller iyi tasarlanmış ve abonelik formunuzu güzelleştirerek daha çekici "
|
939 |
+
"hale getirmektedir."
|
940 |
+
|
941 |
+
#: ../help/help.php:501
|
942 |
+
msgid "add Rainmaker’s form in Email Subscribers"
|
943 |
+
msgstr "Rainmaker formunu Email Subscribers içine ekle"
|
944 |
|
945 |
#: ../job/es-optin.php:58 ../job/es-optin.php:68 ../job/es-unsubscribe.php:54 ..
|
946 |
#: job/es-unsubscribe.php:61
|
963 |
msgid "Please select notification status."
|
964 |
msgstr "Lütfen bildirim gönderme durumunu seçiniz."
|
965 |
|
966 |
+
#: ../notification/notification-add.php:45 ../notification/notification-edit.php:61
|
967 |
+
msgid "Please select notification mail subject. Use templates menu to create new."
|
968 |
+
msgstr ""
|
969 |
+
"Lütfen bildirim posta konusu seçin. Yeni oluşturmak için şablonlar menüsünü "
|
970 |
+
"kullanın."
|
971 |
+
|
972 |
#: ../notification/notification-add.php:51 ../notification/notification-edit.php:67
|
973 |
msgid "Please select post categories."
|
974 |
msgstr "Lütfen Posta kategorilerini seçiniz."
|
988 |
#: subscribers/view-subscriber-add.php:118 ../subscribers/view-subscriber-edit.
|
989 |
#: php:113 ../subscribers/view-subscriber-export.php:51 ../subscribers/view-
|
990 |
#: subscriber-import.php:149 ../subscribers/view-subscriber-show.php:247 ..
|
991 |
+
#: subscribers/view-subscriber-sync.php:92 ../templates/template-preview.php:33
|
992 |
msgid "Help"
|
993 |
msgstr "Yardım"
|
994 |
|
1010 |
msgid "Select Notification Email Subject"
|
1011 |
msgstr "Bildirim E-posta Konusunu Seçiniz"
|
1012 |
|
1013 |
+
#: ../notification/notification-add.php:144 ../notification/notification-edit.php:
|
1014 |
+
#: 164
|
1015 |
+
msgid "(Use templates menu to create new)"
|
1016 |
+
msgstr "(Yeni oluşturmak için şablonlar menüsünü kullanın)"
|
1017 |
+
|
1018 |
#: ../notification/notification-add.php:168 ../notification/notification-edit.php:
|
1019 |
#: 191
|
1020 |
msgid "Select Post Categories"
|
1135 |
msgstr "Bildirim Gönderme Durumu"
|
1136 |
|
1137 |
#: ../notification/notification-show.php:100 ../subscribers/view-subscriber-show.
|
1138 |
+
#: php:417 ../templates/template-preview.php:36
|
1139 |
msgid "Edit"
|
1140 |
msgstr "Düzelt"
|
1141 |
|
1166 |
msgid "Please select your group."
|
1167 |
msgstr "Lütfen grup seçimi yapınız."
|
1168 |
|
1169 |
+
#: ../sendmail/sendmail.php:59
|
1170 |
+
msgid "Email sent successfully. "
|
1171 |
+
msgstr "E-posta başarıyla gönderildi."
|
1172 |
+
|
1173 |
#: ../sendmail/sendmail.php:63
|
1174 |
msgid "Click here to check Statistics"
|
1175 |
msgstr "İstatistikleri görmek için buraya tıklayınız"
|
1275 |
msgid "Viewed Date"
|
1276 |
msgstr "Görülme Tarihi"
|
1277 |
|
1278 |
+
#: ../sentmail/sentmail-preview.php:27
|
1279 |
+
msgid "Preview Email"
|
1280 |
+
msgstr "E-posta Önizlemesi"
|
1281 |
+
|
1282 |
+
#: ../sentmail/sentmail-preview.php:31
|
1283 |
+
msgid ""
|
1284 |
+
"This is how the email you sent may look. <br>Note: Different email services "
|
1285 |
+
"(like gmail, yahoo etc) display email content differently. So there could be "
|
1286 |
+
"a slight variation on how your customer will view the email content."
|
1287 |
+
msgstr ""
|
1288 |
+
"Gönderdiğiniz e-posta bu şekilde görünebilir. <br> Not: Farklı e-posta "
|
1289 |
+
"hizmetleri (gmail, yahoo vb. gibi) e-posta içeriğini farklı şekilde gösterir."
|
1290 |
+
" Dolayısıyla, müşterinizin e-posta içeriğini nasıl görüntüleyeceği konusunda "
|
1291 |
+
"küçük bir değişiklik olabilir."
|
1292 |
+
|
1293 |
#: ../sentmail/sentmail-preview.php:53
|
1294 |
msgid "Back"
|
1295 |
msgstr "Geri"
|
1384 |
"Bu eklentiden gönderilmiş tüm bildirimler için bir Gönderici ve E-posta "
|
1385 |
"Adresi seçiniz."
|
1386 |
|
1387 |
+
#: ../settings/settings-edit.php:89
|
1388 |
+
msgid "Email Type"
|
1389 |
+
msgstr "E-posta Tipi"
|
1390 |
+
|
1391 |
+
#: ../settings/settings-edit.php:90
|
1392 |
+
msgid ""
|
1393 |
+
"Option 1 & 2 is to send emails with default Wordpress method wp_mail(). "
|
1394 |
+
"Option 3 & 4 is to send emails with PHP method mail()."
|
1395 |
+
msgstr ""
|
1396 |
+
"Seçenek 1 ve 2, varsayılan Wordpress metodu wp_mail() ile e-posta "
|
1397 |
+
"göndermektir. Seçenek 3 ve 4, e-postaları PHP mail() ile göndermektir."
|
1398 |
+
|
1399 |
#: ../settings/settings-edit.php:94
|
1400 |
msgid "1. WP HTML MAIL"
|
1401 |
msgstr "1. WP HTML POSTA"
|
1412 |
msgid "4. PHP PLAINTEXT MAIL"
|
1413 |
msgstr "4. PHP PLAINTEXT POSTA"
|
1414 |
|
1415 |
+
#: ../settings/settings-edit.php:104
|
1416 |
+
msgid "Opt-In Type"
|
1417 |
+
msgstr "Onay Tipi"
|
1418 |
+
|
1419 |
+
#: ../settings/settings-edit.php:105
|
1420 |
+
msgid ""
|
1421 |
+
"Double Opt-In : In this type, the subscriber is sent an activation link as "
|
1422 |
+
"soon as they subscribe to your list. They have to confirm their subscription "
|
1423 |
+
"by clicking on the activation link.<br />Single Opt-In : In this type, the "
|
1424 |
+
"subscriber is not asked to confirm their email address. They are subscribed "
|
1425 |
+
"directly in the list."
|
1426 |
+
msgstr ""
|
1427 |
+
"Çift Onay: Bu tipte, abone listenize abone olur olmaz aboneye bir aktivasyon "
|
1428 |
+
"bağlantısı gönderilir. Etkinleştirme bağlantısına tıklayarak aboneliklerini "
|
1429 |
+
"onaylamaları gerekmektedir. <br /> Tekli Onay: Bu tipte, abonenin e-posta "
|
1430 |
+
"adresini onaylaması istenmez. Doğrudan listede abone olurlar."
|
1431 |
+
|
1432 |
#: ../settings/settings-edit.php:109
|
1433 |
msgid "Double Opt In"
|
1434 |
msgstr "Çift Onay"
|
1444 |
msgid "Image Size"
|
1445 |
msgstr "Resim Ölçüsü"
|
1446 |
|
1447 |
+
#: ../settings/settings-edit.php:117
|
1448 |
+
msgid ""
|
1449 |
+
"Select image size for {{POSTIMAGE}} to be shown in the Post Notification "
|
1450 |
+
"Emails."
|
1451 |
+
msgstr ""
|
1452 |
+
"Gönderi E-postaları'nda gösterilmek üzere {{POSTIMAGE}} için resim boyutunu "
|
1453 |
+
"seçin."
|
1454 |
+
|
1455 |
#: ../settings/settings-edit.php:121
|
1456 |
msgid "Full Size"
|
1457 |
msgstr "Tam Boy"
|
1470 |
"by comma)."
|
1471 |
msgstr "Bildirimleri almak için Yönetici e-postalarını giriniz. (Virgülle ayırınız)."
|
1472 |
|
1473 |
+
#: ../settings/settings-edit.php:136
|
1474 |
+
msgid "Notify Admin when a new subscriber signs up"
|
1475 |
+
msgstr "Yeni bir abone kaydolduğunda Yönetici'ye bildir"
|
1476 |
+
|
1477 |
#: ../settings/settings-edit.php:137
|
1478 |
msgid ""
|
1479 |
"To send admin email notifications for the new subscriber. This option must "
|
1482 |
"Yöneticiye yeni aboneleri e-posta bildirimleri göndermek için bu seçenek "
|
1483 |
"EVET olarak ayarlanmalı."
|
1484 |
|
1485 |
+
#: ../settings/settings-edit.php:149
|
1486 |
+
msgid "Admin Email Subject on new subscriber sign up"
|
1487 |
+
msgstr "Yeni abonelikte Yönetici E-posta Konusu Kayıt et"
|
1488 |
+
|
1489 |
+
#: ../settings/settings-edit.php:150
|
1490 |
+
msgid ""
|
1491 |
+
"Subject for the admin email whenever a new subscriber signs up and is "
|
1492 |
+
"confirmed."
|
1493 |
+
msgstr "Yeni bir abone kaydolduğunda ve onaylandığında yönetici e-postası konusu."
|
1494 |
+
|
1495 |
+
#: ../settings/settings-edit.php:156
|
1496 |
+
msgid "Admin Email Content on new subscriber signs up"
|
1497 |
+
msgstr "Yeni abonelikte Yönetici E-postası İçeriği Kaydet"
|
1498 |
+
|
1499 |
+
#: ../settings/settings-edit.php:157
|
1500 |
+
msgid ""
|
1501 |
+
"Content for the admin email whenever a new subscriber signs up and is "
|
1502 |
+
"confirmed.<br />Available Keywords: {{NAME}}, {{EMAIL}}, {{GROUP}}"
|
1503 |
+
msgstr ""
|
1504 |
+
"Yeni bir abone kaydolduğunda ve onaylandığında yönetici e-postası için "
|
1505 |
+
"içerik. <br /> Kullanılabilir Anahtar Kelimeler: {{NAME}}, {{EMAIL}}, "
|
1506 |
+
"{{GROUP}}"
|
1507 |
+
|
1508 |
#: ../settings/settings-edit.php:164
|
1509 |
msgid "Sent Report Subject"
|
1510 |
msgstr "Gönderilen Rapor Konusu"
|
1511 |
|
1512 |
+
#: ../settings/settings-edit.php:165
|
1513 |
+
msgid "Subject for the email report which will be sent to admin."
|
1514 |
+
msgstr "Yöneticiye gönderilecek e-posta raporu için konu."
|
1515 |
+
|
1516 |
#: ../settings/settings-edit.php:171
|
1517 |
msgid "Sent Report Content"
|
1518 |
msgstr "Gönderilen Rapor İçeriği"
|
1519 |
|
1520 |
+
#: ../settings/settings-edit.php:172
|
1521 |
+
msgid ""
|
1522 |
+
"Content for the email report which will be sent to admin.<br />Available "
|
1523 |
+
"Keywords: {{COUNT}}, {{UNIQUE}}, {{STARTTIME}}, {{ENDTIME}}"
|
1524 |
+
msgstr ""
|
1525 |
+
"Yöneticiye gönderilecek e-posta raporunun içeriği. <br /> Kullanılabilir "
|
1526 |
+
"Anahtar Kelimeler: {{COUNT}}, {{UNIQUE}}, {{STARTTIME}}, {{ENDTIME}}"
|
1527 |
+
|
1528 |
+
#: ../settings/settings-edit.php:183
|
1529 |
+
msgid "Double Opt-In Email Subject (Confirmation Email)"
|
1530 |
+
msgstr "Çift Onay Email Konusu (Onay E-postası)"
|
1531 |
+
|
1532 |
+
#: ../settings/settings-edit.php:184
|
1533 |
+
msgid ""
|
1534 |
+
"Subject for the confirmation email to be sent for Double Opt-In whenever a "
|
1535 |
+
"subscriber signs up."
|
1536 |
+
msgstr ""
|
1537 |
+
"Bir abonenin kaydolduğu her defasında Çift Onay için onay e-postasının "
|
1538 |
+
"gönderilmesi konusu."
|
1539 |
+
|
1540 |
+
#: ../settings/settings-edit.php:190
|
1541 |
+
msgid "Double Opt-In Email Content (Confirmation Email)"
|
1542 |
+
msgstr "Çift Onayda E-posta İçeriği (Onay E-postası)"
|
1543 |
+
|
1544 |
+
#: ../settings/settings-edit.php:191
|
1545 |
+
msgid ""
|
1546 |
+
"Content for the confirmation email to be sent for Double Opt-In whenever a "
|
1547 |
+
"subscriber signs up.<br />Available Keywords: {{NAME}}, {{LINK}}"
|
1548 |
+
msgstr ""
|
1549 |
+
"Abone kayıt olduğunda Çift Onay'ın gönderileceği onay e-postasının içeriği. "
|
1550 |
+
"<br /> Kullanılabilir Anahtar Kelimeler: {{NAME}}, {{LINK}}"
|
1551 |
+
|
1552 |
+
#: ../settings/settings-edit.php:197
|
1553 |
+
msgid "Double Opt-In Confirmation Link"
|
1554 |
+
msgstr "Çift Onay Doğrulama Bağlantısı"
|
1555 |
+
|
1556 |
#: ../settings/settings-edit.php:198
|
1557 |
msgid "It is a readonly field and you are advised not to modify it."
|
1558 |
msgstr "Bu sadece okunabilir bir alandır ve düzenleme yapılmaması önerilir."
|
1559 |
|
1560 |
+
#: ../settings/settings-edit.php:204
|
1561 |
+
msgid ""
|
1562 |
+
"Text to display after an email address is successfully subscribed from "
|
1563 |
+
"Double Opt-In (Confirmation) Email"
|
1564 |
+
msgstr ""
|
1565 |
+
"E-posta adresinin Çift Onay E-postası'ndan başarıyla abone olduktan sonra "
|
1566 |
+
"görüntülenecek metin"
|
1567 |
+
|
1568 |
#: ../settings/settings-edit.php:205
|
1569 |
msgid ""
|
1570 |
"This text will be displayed once user clicks on email confirmation link from "
|
1571 |
"the Double Opt In (confirmation) Email."
|
1572 |
msgstr "Bu mesaj, ikinci onayda aboneler onay linkine tıkladığı zaman gösterilecek."
|
1573 |
|
1574 |
+
#: ../settings/settings-edit.php:212
|
1575 |
+
msgid "Send Welcome Email to New Subscribers after Sign Up?"
|
1576 |
+
msgstr "Kayıt olduktan sonra Yeni Abonelere Hoş Geldiniz E-postası gönderilsin mi?"
|
1577 |
+
|
1578 |
#: ../settings/settings-edit.php:213
|
1579 |
msgid ""
|
1580 |
"To send welcome email to subscriber after successful signup. This option "
|
1583 |
"Başarılı bir kayıt yapıldıktan sonra Hoşgeldin Mesajı göndermek için bu "
|
1584 |
"seçenek EVET olarak seçilmelidir."
|
1585 |
|
1586 |
+
#: ../settings/settings-edit.php:224
|
1587 |
+
msgid "Subject for Welcome Email"
|
1588 |
+
msgstr "Hoş Geldiniz E-postası Konusu"
|
1589 |
+
|
1590 |
+
#: ../settings/settings-edit.php:225
|
1591 |
+
msgid ""
|
1592 |
+
"Subject for the subscriber welcome email. This will be sent whenever a "
|
1593 |
+
"user's email is either confirmed (if Double Opt-In) / subscribed (if Single "
|
1594 |
+
"Opt-In) successfully."
|
1595 |
+
msgstr ""
|
1596 |
+
"Abone karşılama e-postası için konu. Bu, bir kullanıcının e-postası "
|
1597 |
+
"onaylandığında (Çift Onay varsa) / abone olduğunda (Tek Onaylı ise) "
|
1598 |
+
"başarıyla gönderildiğinde gönderilir."
|
1599 |
+
|
1600 |
+
#: ../settings/settings-edit.php:231
|
1601 |
+
msgid "Email Content for Welcome Email"
|
1602 |
+
msgstr "Karşılama E-postası için E-posta İçeriği"
|
1603 |
+
|
1604 |
+
#: ../settings/settings-edit.php:232
|
1605 |
+
msgid ""
|
1606 |
+
"Content for the subscriber welcome email whenever a user's email is either "
|
1607 |
+
"confirmed (if Double Opt In) / subscribed (if Single Opt In) successfully."
|
1608 |
+
"<br />Available Keywords: {{NAME}}, {{GROUP}}, {{LINK}}"
|
1609 |
+
msgstr ""
|
1610 |
+
"Bir kullanıcının e-postası onaylandığında (Çift Onay varsa) / aboneliğinde "
|
1611 |
+
"(Tek Onaylı ise) başarıyla abone olduğunda abone karşılama e-postası içeriği."
|
1612 |
+
" <br /> Kullanılabilir Anahtar Kelimeler: {{NAME}}, {{GROUP}}, {{ LİNK}}"
|
1613 |
+
|
1614 |
#: ../settings/settings-edit.php:240
|
1615 |
msgid "Unsubscribe Link"
|
1616 |
msgstr "Üyelikten Ayrıl Linki"
|
1617 |
|
1618 |
+
#: ../settings/settings-edit.php:241
|
1619 |
+
msgid ""
|
1620 |
+
"This unsubscribe link is automatically added to all the emails that are sent "
|
1621 |
+
"from this plugin. It is a readonly field and you are advised not to modify "
|
1622 |
+
"it."
|
1623 |
+
msgstr ""
|
1624 |
+
"Bu abonelikten çıkma bağlantısı, bu eklentiden gönderilen tüm e-postalara "
|
1625 |
+
"otomatik olarak eklenir. Bu bir salt okunur alan ve onu değiştirmemeniz "
|
1626 |
+
"tavsiye edilir."
|
1627 |
+
|
1628 |
#: ../settings/settings-edit.php:247
|
1629 |
msgid "Unsubscribe Text in Email"
|
1630 |
msgstr "E-postada Üyelikten Ayrıl Yazısı"
|
1631 |
|
1632 |
+
#: ../settings/settings-edit.php:248
|
1633 |
+
msgid ""
|
1634 |
+
"The text for the unsubscribe link. This text is automatically added with "
|
1635 |
+
"unsubscribe link in the emails.<br />Available Keyword: {{LINK}}"
|
1636 |
+
msgstr ""
|
1637 |
+
"Abonelik iptali bağlantısı metni. Bu metin, e-postalardaki abonelikten çıkma "
|
1638 |
+
"bağlantısıyla otomatik olarak eklenir. <br /> Kullanılabilir Anahtar Kelime: "
|
1639 |
+
"{{LINK}}"
|
1640 |
+
|
1641 |
#: ../settings/settings-edit.php:254
|
1642 |
msgid "Text to display after an email address is unsubscribed"
|
1643 |
msgstr "Bir e-posta üyeliği sonlandırıldığında gösterilecek mesaj."
|
1644 |
|
1645 |
+
#: ../settings/settings-edit.php:255
|
1646 |
+
msgid ""
|
1647 |
+
"This text will be displayed once user clicks on unsubscribe link from the "
|
1648 |
+
"email."
|
1649 |
+
msgstr ""
|
1650 |
+
"Bu metin, kullanıcı e-postadan abonelikten çık bağlantısını tıklayarak bir "
|
1651 |
+
"kez görüntülenir."
|
1652 |
+
|
1653 |
+
#: ../settings/settings-edit.php:262
|
1654 |
+
msgid "Error in the Subscribe / Confirmation Link"
|
1655 |
+
msgstr "Abone / Onay Bağlantısında Hata"
|
1656 |
+
|
1657 |
+
#: ../settings/settings-edit.php:263
|
1658 |
+
msgid ""
|
1659 |
+
"Default message to display if there is any issue while clicking on subscribe "
|
1660 |
+
"/ confirmation link from the Double Opt-In (Confirmation) emails."
|
1661 |
+
msgstr ""
|
1662 |
+
"Çift Onay e-postalarından abonelik veya onay bağlantısına tıklarken herhangi "
|
1663 |
+
"bir sorun varsa, görüntülenecek varsayılan mesaj."
|
1664 |
+
|
1665 |
#: ../settings/settings-edit.php:269
|
1666 |
msgid "Error in the Unsubscribe Link"
|
1667 |
msgstr "\"Üyelikten Ayrıl\" Linkinde Hata"
|
1668 |
|
1669 |
+
#: ../settings/settings-edit.php:270
|
1670 |
+
msgid ""
|
1671 |
+
"Default message to display if there is any issue while clicking on "
|
1672 |
+
"unsubscribe link from the emails."
|
1673 |
+
msgstr ""
|
1674 |
+
"E-postalardan aboneliğinizi iptal et bağlantısına tıklarken herhangi bir "
|
1675 |
+
"sorun olduğunda görüntülenecek varsayılan mesaj."
|
1676 |
+
|
1677 |
#: ../settings/settings-edit.php:282
|
1678 |
msgid "Select user roles who can access following menus. Only Admin can change this."
|
1679 |
msgstr ""
|
1702 |
msgid "Administrator/Editor/Author/Contributor"
|
1703 |
msgstr "Yönetici/Editör/Yazar/Katılımcı"
|
1704 |
|
1705 |
+
#: ../settings/settings-edit.php:300
|
1706 |
+
msgid "Templates Menu"
|
1707 |
+
msgstr "Şablon Menüsü"
|
1708 |
+
|
1709 |
#: ../settings/settings-edit.php:312
|
1710 |
msgid "Post Notifications Menu"
|
1711 |
msgstr "Gönderi Bildirim Menüsü"
|
1734 |
msgid "Number of emails that you want to trigger per hour."
|
1735 |
msgstr "Her saat bildirim yapmak istediğiniz e-postaların adedi"
|
1736 |
|
1737 |
+
#: ../settings/settings-edit.php:369
|
1738 |
+
msgid "(Your web host has limits. We suggest 50 emails per hour to be safe.)"
|
1739 |
+
msgstr ""
|
1740 |
+
"(Hosting panelinizin limitleri var. Her saat için 50 eposta gönderimini "
|
1741 |
+
"öneriyoruz.)"
|
1742 |
+
|
1743 |
+
#: ../settings/settings-edit.php:374
|
1744 |
+
msgid "Cron Report"
|
1745 |
+
msgstr "Planlanmış İş (CRON) Raporu"
|
1746 |
+
|
1747 |
+
#: ../settings/settings-edit.php:375
|
1748 |
+
msgid ""
|
1749 |
+
"Email to admin whenever a cron URL is triggered from your server.<br "
|
1750 |
+
"/>Available Keywords: {{DATE}}, {{SUBJECT}}, {{COUNT}}"
|
1751 |
+
msgstr ""
|
1752 |
+
"Hosting panelinizden ne zaman planlanmış URL (CRON) gönderilirse yöneticiye "
|
1753 |
+
"eposta gönder. <br />Kullanılabilir Anahtar Kelimeler: {{DATE}}, {{SUBJECT}},"
|
1754 |
+
" {{COUNT}}"
|
1755 |
+
|
1756 |
#: ../settings/settings-edit.php:385
|
1757 |
msgid "What is Cron (auto emails) and how to setup Cron Job?"
|
1758 |
msgstr "Planlanmış gönderi (Cron / Otomatik e-postalar) nedir ve nasıl ayarlanır?"
|
1759 |
|
1760 |
+
#: ../settings/settings-edit.php:386
|
1761 |
+
msgid ""
|
1762 |
+
"<a target=\"_blank\" href=\"https://www.icegram.com/documentation/es-how-to-"
|
1763 |
+
"schedule-cron-emails/?"
|
1764 |
+
"utm_source=es&utm_medium=in_app&utm_campaign=view_docs_help_page\">What is "
|
1765 |
+
"Cron?</a>"
|
1766 |
+
msgstr ""
|
1767 |
+
"<a target=\"_blank\" href=\"https://www.icegram.com/documentation/es-how-to-"
|
1768 |
+
"schedule-cron-emails/?"
|
1769 |
+
"utm_source=es&utm_medium=in_app&utm_campaign=view_docs_help_page\">Planlanmış "
|
1770 |
+
"iş (CRON) nedir?</a>"
|
1771 |
+
|
1772 |
+
#: ../settings/settings-edit.php:387
|
1773 |
+
msgid ""
|
1774 |
+
"<a target=\"_blank\" href=\"https://www.icegram.com/documentation/es-how-to-"
|
1775 |
+
"schedule-cron-emails-in-cpanel/?"
|
1776 |
+
"utm_source=es&utm_medium=in_app&utm_campaign=view_docs_help_page\">Setup cron "
|
1777 |
+
"job in cPanel</a>"
|
1778 |
+
msgstr ""
|
1779 |
+
"<a target=\"_blank\" href=\"https://www.icegram.com/documentation/es-how-to-"
|
1780 |
+
"schedule-cron-emails-in-cpanel/?"
|
1781 |
+
"utm_source=es&utm_medium=in_app&utm_campaign=view_docs_help_page\">Cpanel "
|
1782 |
+
"için planlanmış iş (CRON) ayarı.</a>"
|
1783 |
+
|
1784 |
+
#: ../settings/settings-edit.php:388
|
1785 |
+
msgid ""
|
1786 |
+
"<a target=\"_blank\" href=\"https://www.icegram.com/documentation/es-how-to-"
|
1787 |
+
"schedule-cron-emails-in-parallels-plesk/?"
|
1788 |
+
"utm_source=es&utm_medium=in_app&utm_campaign=view_docs_help_page\">Setup cron "
|
1789 |
+
"job in Plesk</a>"
|
1790 |
+
msgstr ""
|
1791 |
+
"<a target=\"_blank\" href=\"https://www.icegram.com/documentation/es-how-to-"
|
1792 |
+
"schedule-cron-emails-in-parallels-plesk/?"
|
1793 |
+
"utm_source=es&utm_medium=in_app&utm_campaign=view_docs_help_page\"> Plesk "
|
1794 |
+
"için planlanmış iş (CRON) ayarı.</a>"
|
1795 |
+
|
1796 |
+
#: ../settings/settings-edit.php:389
|
1797 |
+
msgid ""
|
1798 |
+
"<a target=\"_blank\" href=\"https://www.icegram.com/documentation/es-what-to-do-"
|
1799 |
+
"if-hosting-doesnt-support-cron-jobs/?"
|
1800 |
+
"utm_source=es&utm_medium=in_app&utm_campaign=view_docs_help_page\">Hosting "
|
1801 |
+
"does not support cron jobs?</a>"
|
1802 |
+
msgstr ""
|
1803 |
+
"<a target=\"_blank\" href=\"https://www.icegram.com/documentation/es-what-to-do-"
|
1804 |
+
"if-hosting-doesnt-support-cron-jobs/?"
|
1805 |
+
"utm_source=es&utm_medium=in_app&utm_campaign=view_docs_help_page\">Hosting "
|
1806 |
+
"firmanız planlanmış işlere (CRON) izin veriyor mu?</a>"
|
1807 |
+
|
1808 |
#: ../settings/settings-edit.php:504
|
1809 |
msgid "Please enter sender of notifications from name."
|
1810 |
msgstr "Bildirimlerin hangi isimden gönderileceğini giriniz."
|
1956 |
msgid "Update Subscriber's Group"
|
1957 |
msgstr "Abone Grubunu Güncelle"
|
1958 |
|
1959 |
+
#: ../subscribers/view-subscriber-export.php:12
|
1960 |
+
msgid ""
|
1961 |
+
"Oops! Looks like you are not the site administrator.<br><br>Only the site "
|
1962 |
+
"administrator can export subscriber list."
|
1963 |
+
msgstr ""
|
1964 |
+
"Oops! Site yöneticisi görünmüyorsunuz.<br><br> Sadece site yöneticileri "
|
1965 |
+
"abone listesini dışarı aktarabilir."
|
1966 |
+
|
1967 |
+
#: ../subscribers/view-subscriber-export.php:14
|
1968 |
+
msgid "Go back to Subscribers dashboard"
|
1969 |
+
msgstr "Abone listesine geri dön"
|
1970 |
+
|
1971 |
#: ../subscribers/view-subscriber-export.php:47
|
1972 |
msgid "Export Email Addresses"
|
1973 |
msgstr "E-posta Adreslerini Dışarı Aktar"
|
2101 |
"Onay e-postası göndermek için lütfen onay gönderim seçeneğini Çift Onay "
|
2102 |
"olarak değiştirin."
|
2103 |
|
2104 |
+
#: ../subscribers/view-subscriber-show.php:75 ../subscribers/view-subscriber-show.
|
2105 |
+
#: php:134
|
2106 |
+
msgid "Confirmation emails resent successfully."
|
2107 |
+
msgstr "Onay epostalarının tekrar gönderimi başarılı."
|
2108 |
+
|
2109 |
#: ../subscribers/view-subscriber-show.php:100 ../subscribers/view-subscriber-
|
2110 |
#: show.php:139 ../subscribers/view-subscriber-show.php:178 ../subscribers/view-
|
2111 |
#: subscriber-show.php:217
|
2134 |
msgid "Please select New Status to update."
|
2135 |
msgstr "Güncellemek için lütfen Yeni Durum seçiniz."
|
2136 |
|
2137 |
+
#: ../subscribers/view-subscriber-show.php:256
|
2138 |
+
msgid "Total Subscribers: "
|
2139 |
+
msgstr "Toplam Abone : "
|
2140 |
+
|
2141 |
#: ../subscribers/view-subscriber-show.php:258
|
2142 |
#, php-format
|
2143 |
msgid "Active Subscribers: %s"
|
2240 |
msgid "Select group to add newly registered users to"
|
2241 |
msgstr "Yeni kayıtlı kullanıcıların ekleneceği grubu seçiniz"
|
2242 |
|
2243 |
+
#: ../templates/template-preview.php:32
|
2244 |
+
msgid "Template Preview"
|
2245 |
+
msgstr "Şablon Önizlemesi"
|
2246 |
+
|
2247 |
+
#: ../templates/template-preview.php:40
|
2248 |
+
msgid "This is how your email may look."
|
2249 |
+
msgstr "Bu epostanızın nasıl görüneceğidir."
|
2250 |
+
|
2251 |
+
#: ../templates/template-preview.php:42
|
2252 |
+
msgid ""
|
2253 |
+
"<br><br>This Post Notification preview has replaced keywords from your last "
|
2254 |
+
"published blog post."
|
2255 |
+
msgstr ""
|
2256 |
+
"<br><br> Bu Gönderi Bildirimi önizlemesi, en son yayınlanan blog "
|
2257 |
+
"yayınınızdaki anahtar kelimeleri değiştirdi."
|
2258 |
+
|
2259 |
+
#: ../templates/template-preview.php:44
|
2260 |
+
msgid ""
|
2261 |
+
"<br><br>Note: Different email services (like gmail, yahoo etc) display email "
|
2262 |
+
"content differently. So there could be a slight variation on how your "
|
2263 |
+
"customer will view the email content."
|
2264 |
+
msgstr ""
|
2265 |
+
"<br> <br> Not: Farklı e-posta hizmetleri (gmail, yahoo vb. gibi) e-posta "
|
2266 |
+
"içeriğini farklı şekilde gösterir. Dolayısıyla, müşterinizin e-posta "
|
2267 |
+
"içeriğini nasıl görüntüleyeceği konusunda küçük bir değişiklik olabilir."
|
2268 |
+
|
2269 |
#. Name of the plugin
|
2270 |
msgid "Email Subscribers & Newsletters"
|
2271 |
msgstr "Email Subscribers & Newsletters"
|
2272 |
|
2273 |
+
#. URI of the plugin
|
2274 |
+
msgid "https://www.icegram.com"
|
2275 |
+
msgstr "https://www.icegram.com"
|
2276 |
+
|
2277 |
#. Description of the plugin/theme
|
2278 |
msgid ""
|
2279 |
"Add subscription forms on website, send HTML newsletters & automatically "
|
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.icegram.com/contact/\n"
|
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: \n"
|
11 |
"Language-Team: Icegram <hello@icegram.com>Language:\n"
|
@@ -68,22 +68,22 @@ msgstr ""
|
|
68 |
msgid "<span style=\"color:#993399;\">Immediately</span>"
|
69 |
msgstr ""
|
70 |
|
71 |
-
#: ../classes/es-loadwidget.php:
|
72 |
#: /subscribers/view-subscriber-show.php:289
|
73 |
msgid "Name"
|
74 |
msgstr ""
|
75 |
|
76 |
-
#: ../classes/es-loadwidget.php:
|
77 |
msgid "Email *"
|
78 |
msgstr ""
|
79 |
|
80 |
-
#: ../classes/es-loadwidget.php:
|
81 |
-
#: php:
|
82 |
msgid "Subscribe"
|
83 |
msgstr ""
|
84 |
|
85 |
#: ../classes/es-register.php:162 ../classes/es-register.php:163 ../classes/es-
|
86 |
-
#: register.php:
|
87 |
msgid "Email Subscribers"
|
88 |
msgstr ""
|
89 |
|
@@ -93,17 +93,17 @@ msgid "Subscribers"
|
|
93 |
msgstr ""
|
94 |
|
95 |
#: ../classes/es-register.php:168 ../classes/es-register.php:169 ../classes/es-
|
96 |
-
#: register.php:
|
97 |
msgid "Templates"
|
98 |
msgstr ""
|
99 |
|
100 |
#: ../classes/es-register.php:171 ../classes/es-register.php:172 ../help/help.php:
|
101 |
-
#:
|
102 |
msgid "Post Notifications"
|
103 |
msgstr ""
|
104 |
|
105 |
#: ../classes/es-register.php:174 ../classes/es-register.php:175 ../help/help.php:
|
106 |
-
#:
|
107 |
msgid "Newsletters"
|
108 |
msgstr ""
|
109 |
|
@@ -322,21 +322,35 @@ msgctxt "widget-page-enhanced-select"
|
|
322 |
msgid "Please try after some time"
|
323 |
msgstr ""
|
324 |
|
325 |
-
#: ../classes/es-register.php:
|
326 |
msgid ""
|
327 |
"<b>Want readymade email templates?</b> Also want to <b>clean your "
|
328 |
"subscribers list?</b> Come check our Pro plan."
|
329 |
msgstr ""
|
330 |
|
331 |
-
#: ../classes/es-register.php:
|
332 |
-
msgid "Check Pro plan
|
333 |
msgstr ""
|
334 |
|
335 |
-
#: ../classes/es-register.php:
|
336 |
msgid "Not interested."
|
337 |
msgstr ""
|
338 |
|
339 |
-
#: ../classes/es-register.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
340 |
msgid ""
|
341 |
"If you like <strong>Email Subscribers</strong>, please consider leaving us a "
|
342 |
"<a target=\"_blank\" href=\"https://wordpress.org/support/plugin/email-"
|
@@ -344,81 +358,81 @@ msgid ""
|
|
344 |
"</a> rating. A huge thank you from Icegram in advance!"
|
345 |
msgstr ""
|
346 |
|
347 |
-
#: ../classes/es-register.php:
|
348 |
#, php-format
|
349 |
msgid "Email Subscribers version: <strong>%s</strong>"
|
350 |
msgstr ""
|
351 |
|
352 |
-
#: ../classes/es-register.php:
|
353 |
msgid "Add new Template"
|
354 |
msgstr ""
|
355 |
|
356 |
-
#: ../classes/es-register.php:
|
357 |
msgid "Edit Templates"
|
358 |
msgstr ""
|
359 |
|
360 |
-
#: ../classes/es-register.php:
|
361 |
msgid "New Templates"
|
362 |
msgstr ""
|
363 |
|
364 |
-
#: ../classes/es-register.php:
|
365 |
msgid "View Templates"
|
366 |
msgstr ""
|
367 |
|
368 |
-
#: ../classes/es-register.php:
|
369 |
msgid "Search Templates"
|
370 |
msgstr ""
|
371 |
|
372 |
-
#: ../classes/es-register.php:
|
373 |
msgid "No Templates found"
|
374 |
msgstr ""
|
375 |
|
376 |
-
#: ../classes/es-register.php:
|
377 |
msgid "No Templates found in Trash"
|
378 |
msgstr ""
|
379 |
|
380 |
-
#: ../classes/es-register.php:
|
381 |
msgid "Thumbnail (For Visual Representation only)"
|
382 |
msgstr ""
|
383 |
|
384 |
-
#: ../classes/es-register.php:
|
385 |
msgid "Set thumbnail"
|
386 |
msgstr ""
|
387 |
|
388 |
-
#: ../classes/es-register.php:
|
389 |
msgid "Template Type"
|
390 |
msgstr ""
|
391 |
|
392 |
-
#: ../classes/es-register.php:
|
393 |
msgid "Thumbnail"
|
394 |
msgstr ""
|
395 |
|
396 |
-
#: ../classes/es-register.php:
|
397 |
#: /sentmail/sentmail-show.php:121
|
398 |
msgid "Preview"
|
399 |
msgstr ""
|
400 |
|
401 |
-
#: ../classes/es-register.php:
|
402 |
msgid "Available Keyword for Post Notification: {{POSTTITLE}}"
|
403 |
msgstr ""
|
404 |
|
405 |
-
#: ../classes/es-register.php:
|
406 |
msgid "Select your Email Template Type"
|
407 |
msgstr ""
|
408 |
|
409 |
-
#: ../classes/es-register.php:
|
410 |
msgid "Newsletter"
|
411 |
msgstr ""
|
412 |
|
413 |
-
#: ../classes/es-register.php:
|
414 |
msgid "Post Notification"
|
415 |
msgstr ""
|
416 |
|
417 |
-
#: ../classes/es-register.php:
|
418 |
msgid "Preview Template"
|
419 |
msgstr ""
|
420 |
|
421 |
-
#: ../classes/es-register.php:
|
422 |
#, php-format
|
423 |
msgid ""
|
424 |
"%s for Post Notification: {{NAME}}, {{EMAIL}}, {{DATE}}, {{POSTTITLE}}, "
|
@@ -426,38 +440,38 @@ msgid ""
|
|
426 |
"WITHTITLE}}, {{POSTLINK-ONLY}}, {{POSTFULL}}"
|
427 |
msgstr ""
|
428 |
|
429 |
-
#: ../classes/es-register.php:
|
430 |
msgid "Available Keywords"
|
431 |
msgstr ""
|
432 |
|
433 |
-
#: ../classes/es-register.php:
|
434 |
#, php-format
|
435 |
msgid "<br/><br/>%s for Newsletter: {{NAME}}, {{EMAIL}}"
|
436 |
msgstr ""
|
437 |
|
438 |
-
#: ../classes/es-register.php:
|
439 |
msgid "Widget Title"
|
440 |
msgstr ""
|
441 |
|
442 |
-
#: ../classes/es-register.php:
|
443 |
msgid "Short description about subscription form"
|
444 |
msgstr ""
|
445 |
|
446 |
-
#: ../classes/es-register.php:
|
447 |
msgid "Display Name Field"
|
448 |
msgstr ""
|
449 |
|
450 |
-
#: ../classes/es-register.php:
|
451 |
#: /settings/settings-edit.php:217 ../subscribers/view-subscriber-sync.php:107
|
452 |
msgid "YES"
|
453 |
msgstr ""
|
454 |
|
455 |
-
#: ../classes/es-register.php:
|
456 |
#: /settings/settings-edit.php:218 ../subscribers/view-subscriber-sync.php:106
|
457 |
msgid "NO"
|
458 |
msgstr ""
|
459 |
|
460 |
-
#: ../classes/es-register.php:
|
461 |
msgid "Subscriber Group"
|
462 |
msgstr ""
|
463 |
|
@@ -465,144 +479,157 @@ msgstr ""
|
|
465 |
msgid "Unexpected url submit has been detected!"
|
466 |
msgstr ""
|
467 |
|
468 |
-
#: ../help/help.php:
|
469 |
msgid "Welcome to Email Subscribers!"
|
470 |
msgstr ""
|
471 |
|
472 |
-
#: ../help/help.php:
|
473 |
msgid "Thanks for installing and we hope you will enjoy using this plugin."
|
474 |
msgstr ""
|
475 |
|
476 |
-
#: ../help/help.php:
|
477 |
msgid ""
|
478 |
"By default, subscribers subscribed via Email Subscribers, will receive email "
|
479 |
"updates when you post a new blog. You can turn these updates off like this:"
|
480 |
msgstr ""
|
481 |
|
482 |
-
#: ../help/help.php:
|
483 |
msgid ""
|
484 |
"Email Subscribers -> Post Notification -> Edit -> Select Notification Status "
|
485 |
"when a new post is published -> Disable -> Save."
|
486 |
msgstr ""
|
487 |
|
488 |
-
#: ../help/help.php:
|
489 |
-
msgid "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
490 |
msgstr ""
|
491 |
|
492 |
#: ../help/help.php:205
|
|
|
|
|
|
|
|
|
493 |
#, php-format
|
494 |
msgid "Version: %s"
|
495 |
msgstr ""
|
496 |
|
497 |
-
#: ../help/help.php:
|
498 |
msgid "Questions? Need Help?"
|
499 |
msgstr ""
|
500 |
|
501 |
-
#: ../help/help.php:
|
502 |
msgid "Contact Us"
|
503 |
msgstr ""
|
504 |
|
505 |
-
#: ../help/help.php:
|
506 |
#, php-format
|
507 |
msgid ""
|
508 |
"<b>Like Email Subscribers?</b> If yes, then consider %s to support further "
|
509 |
"developments."
|
510 |
msgstr ""
|
511 |
|
512 |
-
#: ../help/help.php:
|
513 |
msgid "donating to us"
|
514 |
msgstr ""
|
515 |
|
516 |
-
#: ../help/help.php:
|
517 |
msgid "Description"
|
518 |
msgstr ""
|
519 |
|
520 |
-
#: ../help/help.php:
|
521 |
msgid ""
|
522 |
"Email Subscribers is a complete newsletter plugin which lets you collect "
|
523 |
"leads, send automated new blog post notification emails, create & send "
|
524 |
"newsletters and manage all this in one single place."
|
525 |
msgstr ""
|
526 |
|
527 |
-
#: ../help/help.php:
|
528 |
msgid "Feature Overview"
|
529 |
msgstr ""
|
530 |
|
531 |
-
#: ../help/help.php:
|
532 |
msgid ""
|
533 |
"Collect customer emails by adding a subscription box (Widget/Shortcode/PHP "
|
534 |
"Code)."
|
535 |
msgstr ""
|
536 |
|
537 |
-
#: ../help/help.php:
|
538 |
msgid "Configure double Opt-In and Single Opt-In facility for subscribers."
|
539 |
msgstr ""
|
540 |
|
541 |
-
#: ../help/help.php:
|
542 |
msgid "Send automatic welcome email to subscribers."
|
543 |
msgstr ""
|
544 |
|
545 |
-
#: ../help/help.php:
|
546 |
msgid ""
|
547 |
"Send new post notification emails to subscribers when new posts are "
|
548 |
"published on your website."
|
549 |
msgstr ""
|
550 |
|
551 |
-
#: ../help/help.php:
|
552 |
msgid "Schedule email (Cron job) or send them manually."
|
553 |
msgstr ""
|
554 |
|
555 |
-
#: ../help/help.php:
|
556 |
msgid "Send email notification to admin when a new user signs up."
|
557 |
msgstr ""
|
558 |
|
559 |
-
#: ../help/help.php:
|
560 |
msgid "Automatically add Unsubscribe link in the email."
|
561 |
msgstr ""
|
562 |
|
563 |
-
#: ../help/help.php:
|
564 |
msgid "Easily migrate subscribers from another app using Import & Export."
|
565 |
msgstr ""
|
566 |
|
567 |
-
#: ../help/help.php:
|
568 |
msgid "Use HTML editor to create newsletters and post notifications."
|
569 |
msgstr ""
|
570 |
|
571 |
-
#: ../help/help.php:
|
572 |
msgid "Send newsletters to different groups."
|
573 |
msgstr ""
|
574 |
|
575 |
-
#: ../help/help.php:
|
576 |
msgid "Get detailed sent email reports."
|
577 |
msgstr ""
|
578 |
|
579 |
-
#: ../help/help.php:
|
580 |
msgid "Control user access (User Roles and Capabilities)."
|
581 |
msgstr ""
|
582 |
|
583 |
-
#: ../help/help.php:
|
584 |
msgid "Supports localization and internationalization."
|
585 |
msgstr ""
|
586 |
|
587 |
-
#: ../help/help.php:
|
588 |
msgid "Add Subscribe form"
|
589 |
msgstr ""
|
590 |
|
591 |
-
#: ../help/help.php:
|
592 |
-
#: php:
|
593 |
-
#: /help/help.php:
|
594 |
-
#:
|
595 |
-
#: /help/help.php:
|
596 |
-
#:
|
|
|
|
|
597 |
#, php-format
|
598 |
msgid "%s"
|
599 |
msgstr ""
|
600 |
|
601 |
-
#: ../help/help.php:
|
602 |
msgid "How to Add Subscription box to website?"
|
603 |
msgstr ""
|
604 |
|
605 |
-
#: ../help/help.php:
|
606 |
#, php-format
|
607 |
msgid ""
|
608 |
"Use any of the following 3 methods :<br>\n"
|
@@ -614,208 +641,228 @@ msgid ""
|
|
614 |
"<strong>%s</strong>"
|
615 |
msgstr ""
|
616 |
|
617 |
-
#: ../help/help.php:
|
618 |
msgid "Additional form settings"
|
619 |
msgstr ""
|
620 |
|
621 |
-
#: ../help/help.php:
|
622 |
msgid "How to Redirect Subscribers to a new page/url after successful sign up?"
|
623 |
msgstr ""
|
624 |
|
625 |
-
#: ../help/help.php:
|
626 |
msgid "How to add captcha in Subscribe form of Email Subscribers?"
|
627 |
msgstr ""
|
628 |
|
629 |
-
#: ../help/help.php:
|
630 |
msgid "General Plugin Configuration"
|
631 |
msgstr ""
|
632 |
|
633 |
-
#: ../help/help.php:
|
634 |
#, php-format
|
635 |
msgid "Modify %s"
|
636 |
msgstr ""
|
637 |
|
638 |
-
#: ../help/help.php:
|
639 |
msgid "default text, email contents"
|
640 |
msgstr ""
|
641 |
|
642 |
-
#: ../help/help.php:
|
643 |
msgid ""
|
644 |
" (like Confirmation, Welcome, Admin emails), Cron Settings and Assign User "
|
645 |
"Roles"
|
646 |
msgstr ""
|
647 |
|
648 |
-
#: ../help/help.php:
|
649 |
msgid "How does Sync work?"
|
650 |
msgstr ""
|
651 |
|
652 |
-
#: ../help/help.php:
|
653 |
msgid "How to Import or Export Email Addresses?"
|
654 |
msgstr ""
|
655 |
|
656 |
-
#: ../help/help.php:
|
657 |
msgid "How to Add/Update Existing Subscribers Group & Status?"
|
658 |
msgstr ""
|
659 |
|
660 |
-
#: ../help/help.php:
|
661 |
msgid "How to change/update/translate any texts from the plugin?"
|
662 |
msgstr ""
|
663 |
|
664 |
-
#: ../help/help.php:
|
665 |
msgid "How to add Unsubscribe link in emails?"
|
666 |
msgstr ""
|
667 |
|
668 |
-
#: ../help/help.php:
|
669 |
msgid "How to check sent emails?"
|
670 |
msgstr ""
|
671 |
|
672 |
-
#: ../help/help.php:
|
673 |
msgid "Create and Send Newsletter Emails"
|
674 |
msgstr ""
|
675 |
|
676 |
-
#: ../help/help.php:
|
677 |
msgid "Keywords in the Newsletters"
|
678 |
msgstr ""
|
679 |
|
680 |
-
#: ../help/help.php:
|
681 |
msgid "Create and Send Post Notification Emails when new posts are published"
|
682 |
msgstr ""
|
683 |
|
684 |
-
#: ../help/help.php:
|
685 |
msgid "Keywords in the Post Notifications"
|
686 |
msgstr ""
|
687 |
|
688 |
-
#: ../help/help.php:
|
689 |
msgid "Send a test post notification email to myself/testgroup"
|
690 |
msgstr ""
|
691 |
|
692 |
-
#: ../help/help.php:
|
693 |
msgid "Cron Job Setup"
|
694 |
msgstr ""
|
695 |
|
696 |
-
#: ../help/help.php:
|
697 |
msgid "What is Cron and how to Schedule Cron Emails?"
|
698 |
msgstr ""
|
699 |
|
700 |
-
#: ../help/help.php:
|
701 |
msgid "Schedule Cron Emails in cPanel"
|
702 |
msgstr ""
|
703 |
|
704 |
-
#: ../help/help.php:
|
705 |
msgid "Schedule Cron Emails in Parallels Plesk"
|
706 |
msgstr ""
|
707 |
|
708 |
-
#: ../help/help.php:
|
709 |
msgid "Hosting doesn’t support Cron Jobs?"
|
710 |
msgstr ""
|
711 |
|
712 |
-
#: ../help/help.php:
|
713 |
msgid "Troubleshooting Steps"
|
714 |
msgstr ""
|
715 |
|
716 |
-
#: ../help/help.php:
|
717 |
msgid "Subscribers are not receiving Emails?"
|
718 |
msgstr ""
|
719 |
|
720 |
-
#: ../help/help.php:
|
721 |
msgid "CSS Help"
|
722 |
msgstr ""
|
723 |
|
724 |
-
#: ../help/help.php:
|
725 |
msgid "FAQ's"
|
726 |
msgstr ""
|
727 |
|
728 |
-
#: ../help/help.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
729 |
msgid "Want to do more? Here's how.."
|
730 |
msgstr ""
|
731 |
|
732 |
-
#: ../help/help.php:
|
733 |
msgid "Allow Subscribers to get subscribed to any group"
|
734 |
msgstr ""
|
735 |
|
736 |
-
#: ../help/help.php:
|
737 |
msgid "Using our <b>free</b> "
|
738 |
msgstr ""
|
739 |
|
740 |
-
#: ../help/help.php:
|
741 |
msgid "Group Selector"
|
742 |
msgstr ""
|
743 |
|
744 |
-
#: ../help/help.php:
|
745 |
msgid ""
|
746 |
"plugin, you can extend Email Subscribers Form functionality by providing an "
|
747 |
"grouping option right next to the form."
|
748 |
msgstr ""
|
749 |
|
750 |
-
#: ../help/help.php:
|
751 |
msgid "The user can then subscribe to whichever group most appeals to them."
|
752 |
msgstr ""
|
753 |
|
754 |
-
#: ../help/help.php:
|
755 |
msgid "For example: Subscribe either to Updates or to Offers."
|
756 |
msgstr ""
|
757 |
|
758 |
-
#: ../help/help.php:
|
759 |
msgid "Show your subscribe form inside attractive popups"
|
760 |
msgstr ""
|
761 |
|
762 |
-
#: ../help/help.php:
|
763 |
msgid ""
|
764 |
"Don't limit your subscriber form to a widget. Embed it within popups, hello "
|
765 |
"bars, slide-ins, sidebars, full screen popups etc."
|
766 |
msgstr ""
|
767 |
|
768 |
-
#: ../help/help.php:
|
769 |
msgid ""
|
770 |
"Using Email Subscribers you can achieve this easily with our <b>free</b> "
|
771 |
"plugin "
|
772 |
msgstr ""
|
773 |
|
774 |
#. Author of the plugin/theme
|
775 |
-
#: ../help/help.php:
|
776 |
msgid "Icegram"
|
777 |
msgstr ""
|
778 |
|
779 |
-
#: ../help/help.php:
|
780 |
msgid ""
|
781 |
"Icegram's beautiful designs instantly capture user attention and help "
|
782 |
"increase sign-ups to your WordPress website."
|
783 |
msgstr ""
|
784 |
|
785 |
-
#: ../help/help.php:
|
786 |
#, php-format
|
787 |
msgid "How to %s"
|
788 |
msgstr ""
|
789 |
|
790 |
-
#: ../help/help.php:
|
791 |
msgid "show subscribe form inside a popup"
|
792 |
msgstr ""
|
793 |
|
794 |
-
#: ../help/help.php:
|
795 |
msgid "Get beautiful and elegant form styles"
|
796 |
msgstr ""
|
797 |
|
798 |
-
#: ../help/help.php:
|
799 |
msgid "Email subscribers easily integrates with another <b>free</b> plugin "
|
800 |
msgstr ""
|
801 |
|
802 |
-
#: ../help/help.php:
|
803 |
msgid "Rainmaker"
|
804 |
msgstr ""
|
805 |
|
806 |
-
#: ../help/help.php:
|
807 |
msgid ""
|
808 |
"Rainmaker extends the core features of Email Subscribers and provides "
|
809 |
"elegant form styles."
|
810 |
msgstr ""
|
811 |
|
812 |
-
#: ../help/help.php:
|
813 |
msgid ""
|
814 |
"These styles are well designed and beautify your subscription form making it "
|
815 |
"more appealing."
|
816 |
msgstr ""
|
817 |
|
818 |
-
#: ../help/help.php:
|
819 |
msgid "add Rainmaker’s form in Email Subscribers"
|
820 |
msgstr ""
|
821 |
|
@@ -861,7 +908,7 @@ msgstr ""
|
|
861 |
#: /subscribers/view-subscriber-add.php:118 ../subscribers/view-subscriber-edit.
|
862 |
#: php:113 ../subscribers/view-subscriber-export.php:51 ../subscribers/view-
|
863 |
#: subscriber-import.php:149 ../subscribers/view-subscriber-show.php:247 ..
|
864 |
-
#: /subscribers/view-subscriber-sync.php:92 ../templates/template-preview.php:
|
865 |
msgid "Help"
|
866 |
msgstr ""
|
867 |
|
@@ -1006,7 +1053,7 @@ msgid "Notification Status"
|
|
1006 |
msgstr ""
|
1007 |
|
1008 |
#: ../notification/notification-show.php:100 ../subscribers/view-subscriber-show.
|
1009 |
-
#: php:417 ../templates/template-preview.php:
|
1010 |
msgid "Edit"
|
1011 |
msgstr ""
|
1012 |
|
@@ -2023,21 +2070,21 @@ msgstr ""
|
|
2023 |
msgid "Select group to add newly registered users to"
|
2024 |
msgstr ""
|
2025 |
|
2026 |
-
#: ../templates/template-preview.php:
|
2027 |
msgid "Template Preview"
|
2028 |
msgstr ""
|
2029 |
|
2030 |
-
#: ../templates/template-preview.php:
|
2031 |
msgid "This is how your email may look."
|
2032 |
msgstr ""
|
2033 |
|
2034 |
-
#: ../templates/template-preview.php:
|
2035 |
msgid ""
|
2036 |
"<br><br>This Post Notification preview has replaced keywords from your last "
|
2037 |
"published blog post."
|
2038 |
msgstr ""
|
2039 |
|
2040 |
-
#: ../templates/template-preview.php:
|
2041 |
msgid ""
|
2042 |
"<br><br>Note: Different email services (like gmail, yahoo etc) display email "
|
2043 |
"content differently. So there could be a slight variation on how your "
|
2 |
#, fuzzy
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
+
"Project-Id-Version: Email Subscribers & Newsletters 3.5.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: Wed May 16 2018 16:04:17 GMT+0530 (IST)\n"
|
9 |
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
10 |
"Last-Translator: \n"
|
11 |
"Language-Team: Icegram <hello@icegram.com>Language:\n"
|
68 |
msgid "<span style=\"color:#993399;\">Immediately</span>"
|
69 |
msgstr ""
|
70 |
|
71 |
+
#: ../classes/es-loadwidget.php:34 ../classes/es-register.php:1095 ..
|
72 |
#: /subscribers/view-subscriber-show.php:289
|
73 |
msgid "Name"
|
74 |
msgstr ""
|
75 |
|
76 |
+
#: ../classes/es-loadwidget.php:39 ../classes/es-register.php:1100
|
77 |
msgid "Email *"
|
78 |
msgstr ""
|
79 |
|
80 |
+
#: ../classes/es-loadwidget.php:47 ../classes/es-register.php:1108 ../help/help.
|
81 |
+
#: php:202
|
82 |
msgid "Subscribe"
|
83 |
msgstr ""
|
84 |
|
85 |
#: ../classes/es-register.php:162 ../classes/es-register.php:163 ../classes/es-
|
86 |
+
#: register.php:838
|
87 |
msgid "Email Subscribers"
|
88 |
msgstr ""
|
89 |
|
93 |
msgstr ""
|
94 |
|
95 |
#: ../classes/es-register.php:168 ../classes/es-register.php:169 ../classes/es-
|
96 |
+
#: register.php:826 ../classes/es-register.php:827 ../classes/es-register.php:832
|
97 |
msgid "Templates"
|
98 |
msgstr ""
|
99 |
|
100 |
#: ../classes/es-register.php:171 ../classes/es-register.php:172 ../help/help.php:
|
101 |
+
#: 370 ../notification/notification-show.php:52
|
102 |
msgid "Post Notifications"
|
103 |
msgstr ""
|
104 |
|
105 |
#: ../classes/es-register.php:174 ../classes/es-register.php:175 ../help/help.php:
|
106 |
+
#: 360 ../sendmail/sendmail.php:93 ../settings/settings-edit.php:324
|
107 |
msgid "Newsletters"
|
108 |
msgstr ""
|
109 |
|
322 |
msgid "Please try after some time"
|
323 |
msgstr ""
|
324 |
|
325 |
+
#: ../classes/es-register.php:738
|
326 |
msgid ""
|
327 |
"<b>Want readymade email templates?</b> Also want to <b>clean your "
|
328 |
"subscribers list?</b> Come check our Pro plan."
|
329 |
msgstr ""
|
330 |
|
331 |
+
#: ../classes/es-register.php:739
|
332 |
+
msgid "Check Pro plan"
|
333 |
msgstr ""
|
334 |
|
335 |
+
#: ../classes/es-register.php:739
|
336 |
msgid "Not interested."
|
337 |
msgstr ""
|
338 |
|
339 |
+
#: ../classes/es-register.php:777
|
340 |
+
msgid ""
|
341 |
+
"<b style=\"letter-spacing:0.4px;\">To honour GDPR, kindly enable the 'Consent "
|
342 |
+
"Checkbox' in the subscription form.</b>"
|
343 |
+
msgstr ""
|
344 |
+
|
345 |
+
#: ../classes/es-register.php:778
|
346 |
+
msgid "Steps to enable"
|
347 |
+
msgstr ""
|
348 |
+
|
349 |
+
#: ../classes/es-register.php:778
|
350 |
+
msgid "Ok, got it"
|
351 |
+
msgstr ""
|
352 |
+
|
353 |
+
#: ../classes/es-register.php:803
|
354 |
msgid ""
|
355 |
"If you like <strong>Email Subscribers</strong>, please consider leaving us a "
|
356 |
"<a target=\"_blank\" href=\"https://wordpress.org/support/plugin/email-"
|
358 |
"</a> rating. A huge thank you from Icegram in advance!"
|
359 |
msgstr ""
|
360 |
|
361 |
+
#: ../classes/es-register.php:817
|
362 |
#, php-format
|
363 |
msgid "Email Subscribers version: <strong>%s</strong>"
|
364 |
msgstr ""
|
365 |
|
366 |
+
#: ../classes/es-register.php:828 ../classes/es-register.php:829
|
367 |
msgid "Add new Template"
|
368 |
msgstr ""
|
369 |
|
370 |
+
#: ../classes/es-register.php:830
|
371 |
msgid "Edit Templates"
|
372 |
msgstr ""
|
373 |
|
374 |
+
#: ../classes/es-register.php:831
|
375 |
msgid "New Templates"
|
376 |
msgstr ""
|
377 |
|
378 |
+
#: ../classes/es-register.php:833
|
379 |
msgid "View Templates"
|
380 |
msgstr ""
|
381 |
|
382 |
+
#: ../classes/es-register.php:834
|
383 |
msgid "Search Templates"
|
384 |
msgstr ""
|
385 |
|
386 |
+
#: ../classes/es-register.php:835
|
387 |
msgid "No Templates found"
|
388 |
msgstr ""
|
389 |
|
390 |
+
#: ../classes/es-register.php:836
|
391 |
msgid "No Templates found in Trash"
|
392 |
msgstr ""
|
393 |
|
394 |
+
#: ../classes/es-register.php:839
|
395 |
msgid "Thumbnail (For Visual Representation only)"
|
396 |
msgstr ""
|
397 |
|
398 |
+
#: ../classes/es-register.php:840
|
399 |
msgid "Set thumbnail"
|
400 |
msgstr ""
|
401 |
|
402 |
+
#: ../classes/es-register.php:877
|
403 |
msgid "Template Type"
|
404 |
msgstr ""
|
405 |
|
406 |
+
#: ../classes/es-register.php:878 ../settings/settings-edit.php:123
|
407 |
msgid "Thumbnail"
|
408 |
msgstr ""
|
409 |
|
410 |
+
#: ../classes/es-register.php:926 ../sentmail/sentmail-show.php:108 ..
|
411 |
#: /sentmail/sentmail-show.php:121
|
412 |
msgid "Preview"
|
413 |
msgstr ""
|
414 |
|
415 |
+
#: ../classes/es-register.php:943
|
416 |
msgid "Available Keyword for Post Notification: {{POSTTITLE}}"
|
417 |
msgstr ""
|
418 |
|
419 |
+
#: ../classes/es-register.php:946
|
420 |
msgid "Select your Email Template Type"
|
421 |
msgstr ""
|
422 |
|
423 |
+
#: ../classes/es-register.php:948
|
424 |
msgid "Newsletter"
|
425 |
msgstr ""
|
426 |
|
427 |
+
#: ../classes/es-register.php:949
|
428 |
msgid "Post Notification"
|
429 |
msgstr ""
|
430 |
|
431 |
+
#: ../classes/es-register.php:996
|
432 |
msgid "Preview Template"
|
433 |
msgstr ""
|
434 |
|
435 |
+
#: ../classes/es-register.php:1010
|
436 |
#, php-format
|
437 |
msgid ""
|
438 |
"%s for Post Notification: {{NAME}}, {{EMAIL}}, {{DATE}}, {{POSTTITLE}}, "
|
440 |
"WITHTITLE}}, {{POSTLINK-ONLY}}, {{POSTFULL}}"
|
441 |
msgstr ""
|
442 |
|
443 |
+
#: ../classes/es-register.php:1010 ../classes/es-register.php:1011
|
444 |
msgid "Available Keywords"
|
445 |
msgstr ""
|
446 |
|
447 |
+
#: ../classes/es-register.php:1011
|
448 |
#, php-format
|
449 |
msgid "<br/><br/>%s for Newsletter: {{NAME}}, {{EMAIL}}"
|
450 |
msgstr ""
|
451 |
|
452 |
+
#: ../classes/es-register.php:1148
|
453 |
msgid "Widget Title"
|
454 |
msgstr ""
|
455 |
|
456 |
+
#: ../classes/es-register.php:1152
|
457 |
msgid "Short description about subscription form"
|
458 |
msgstr ""
|
459 |
|
460 |
+
#: ../classes/es-register.php:1156
|
461 |
msgid "Display Name Field"
|
462 |
msgstr ""
|
463 |
|
464 |
+
#: ../classes/es-register.php:1158 ../settings/settings-edit.php:142 ..
|
465 |
#: /settings/settings-edit.php:217 ../subscribers/view-subscriber-sync.php:107
|
466 |
msgid "YES"
|
467 |
msgstr ""
|
468 |
|
469 |
+
#: ../classes/es-register.php:1159 ../settings/settings-edit.php:143 ..
|
470 |
#: /settings/settings-edit.php:218 ../subscribers/view-subscriber-sync.php:106
|
471 |
msgid "NO"
|
472 |
msgstr ""
|
473 |
|
474 |
+
#: ../classes/es-register.php:1163
|
475 |
msgid "Subscriber Group"
|
476 |
msgstr ""
|
477 |
|
479 |
msgid "Unexpected url submit has been detected!"
|
480 |
msgstr ""
|
481 |
|
482 |
+
#: ../help/help.php:190
|
483 |
msgid "Welcome to Email Subscribers!"
|
484 |
msgstr ""
|
485 |
|
486 |
+
#: ../help/help.php:191
|
487 |
msgid "Thanks for installing and we hope you will enjoy using this plugin."
|
488 |
msgstr ""
|
489 |
|
490 |
+
#: ../help/help.php:192
|
491 |
msgid ""
|
492 |
"By default, subscribers subscribed via Email Subscribers, will receive email "
|
493 |
"updates when you post a new blog. You can turn these updates off like this:"
|
494 |
msgstr ""
|
495 |
|
496 |
+
#: ../help/help.php:193
|
497 |
msgid ""
|
498 |
"Email Subscribers -> Post Notification -> Edit -> Select Notification Status "
|
499 |
"when a new post is published -> Disable -> Save."
|
500 |
msgstr ""
|
501 |
|
502 |
+
#: ../help/help.php:197
|
503 |
+
msgid ""
|
504 |
+
"Stay in touch with us. We send out plugin help, tips, periodic updates and "
|
505 |
+
"even the occasional discounts."
|
506 |
+
msgstr ""
|
507 |
+
|
508 |
+
#: ../help/help.php:205
|
509 |
+
#, php-format
|
510 |
+
msgid "I have read and agreed to your %s."
|
511 |
msgstr ""
|
512 |
|
513 |
#: ../help/help.php:205
|
514 |
+
msgid "Privacy Policy"
|
515 |
+
msgstr ""
|
516 |
+
|
517 |
+
#: ../help/help.php:214
|
518 |
#, php-format
|
519 |
msgid "Version: %s"
|
520 |
msgstr ""
|
521 |
|
522 |
+
#: ../help/help.php:217
|
523 |
msgid "Questions? Need Help?"
|
524 |
msgstr ""
|
525 |
|
526 |
+
#: ../help/help.php:218
|
527 |
msgid "Contact Us"
|
528 |
msgstr ""
|
529 |
|
530 |
+
#: ../help/help.php:223
|
531 |
#, php-format
|
532 |
msgid ""
|
533 |
"<b>Like Email Subscribers?</b> If yes, then consider %s to support further "
|
534 |
"developments."
|
535 |
msgstr ""
|
536 |
|
537 |
+
#: ../help/help.php:223
|
538 |
msgid "donating to us"
|
539 |
msgstr ""
|
540 |
|
541 |
+
#: ../help/help.php:258
|
542 |
msgid "Description"
|
543 |
msgstr ""
|
544 |
|
545 |
+
#: ../help/help.php:260
|
546 |
msgid ""
|
547 |
"Email Subscribers is a complete newsletter plugin which lets you collect "
|
548 |
"leads, send automated new blog post notification emails, create & send "
|
549 |
"newsletters and manage all this in one single place."
|
550 |
msgstr ""
|
551 |
|
552 |
+
#: ../help/help.php:262
|
553 |
msgid "Feature Overview"
|
554 |
msgstr ""
|
555 |
|
556 |
+
#: ../help/help.php:265
|
557 |
msgid ""
|
558 |
"Collect customer emails by adding a subscription box (Widget/Shortcode/PHP "
|
559 |
"Code)."
|
560 |
msgstr ""
|
561 |
|
562 |
+
#: ../help/help.php:268
|
563 |
msgid "Configure double Opt-In and Single Opt-In facility for subscribers."
|
564 |
msgstr ""
|
565 |
|
566 |
+
#: ../help/help.php:271
|
567 |
msgid "Send automatic welcome email to subscribers."
|
568 |
msgstr ""
|
569 |
|
570 |
+
#: ../help/help.php:274
|
571 |
msgid ""
|
572 |
"Send new post notification emails to subscribers when new posts are "
|
573 |
"published on your website."
|
574 |
msgstr ""
|
575 |
|
576 |
+
#: ../help/help.php:277
|
577 |
msgid "Schedule email (Cron job) or send them manually."
|
578 |
msgstr ""
|
579 |
|
580 |
+
#: ../help/help.php:280
|
581 |
msgid "Send email notification to admin when a new user signs up."
|
582 |
msgstr ""
|
583 |
|
584 |
+
#: ../help/help.php:283
|
585 |
msgid "Automatically add Unsubscribe link in the email."
|
586 |
msgstr ""
|
587 |
|
588 |
+
#: ../help/help.php:286
|
589 |
msgid "Easily migrate subscribers from another app using Import & Export."
|
590 |
msgstr ""
|
591 |
|
592 |
+
#: ../help/help.php:289
|
593 |
msgid "Use HTML editor to create newsletters and post notifications."
|
594 |
msgstr ""
|
595 |
|
596 |
+
#: ../help/help.php:292
|
597 |
msgid "Send newsletters to different groups."
|
598 |
msgstr ""
|
599 |
|
600 |
+
#: ../help/help.php:295
|
601 |
msgid "Get detailed sent email reports."
|
602 |
msgstr ""
|
603 |
|
604 |
+
#: ../help/help.php:298
|
605 |
msgid "Control user access (User Roles and Capabilities)."
|
606 |
msgstr ""
|
607 |
|
608 |
+
#: ../help/help.php:301
|
609 |
msgid "Supports localization and internationalization."
|
610 |
msgstr ""
|
611 |
|
612 |
+
#: ../help/help.php:308
|
613 |
msgid "Add Subscribe form"
|
614 |
msgstr ""
|
615 |
|
616 |
+
#: ../help/help.php:310 ../help/help.php:321 ../help/help.php:324 ../help/help.
|
617 |
+
#: php:336 ../help/help.php:339 ../help/help.php:342 ../help/help.php:345 ..
|
618 |
+
#: /help/help.php:348 ../help/help.php:351 ../help/help.php:363 ../help/help.php:
|
619 |
+
#: 366 ../help/help.php:373 ../help/help.php:376 ../help/help.php:379 ..
|
620 |
+
#: /help/help.php:387 ../help/help.php:390 ../help/help.php:393 ../help/help.php:
|
621 |
+
#: 396 ../help/help.php:402 ../help/help.php:405 ../help/help.php:408 ..
|
622 |
+
#: /help/help.php:416 ../help/help.php:419 ../help/help.php:434 ../help/help.php:
|
623 |
+
#: 437
|
624 |
#, php-format
|
625 |
msgid "%s"
|
626 |
msgstr ""
|
627 |
|
628 |
+
#: ../help/help.php:310
|
629 |
msgid "How to Add Subscription box to website?"
|
630 |
msgstr ""
|
631 |
|
632 |
+
#: ../help/help.php:313
|
633 |
#, php-format
|
634 |
msgid ""
|
635 |
"Use any of the following 3 methods :<br>\n"
|
641 |
"<strong>%s</strong>"
|
642 |
msgstr ""
|
643 |
|
644 |
+
#: ../help/help.php:318
|
645 |
msgid "Additional form settings"
|
646 |
msgstr ""
|
647 |
|
648 |
+
#: ../help/help.php:321
|
649 |
msgid "How to Redirect Subscribers to a new page/url after successful sign up?"
|
650 |
msgstr ""
|
651 |
|
652 |
+
#: ../help/help.php:324
|
653 |
msgid "How to add captcha in Subscribe form of Email Subscribers?"
|
654 |
msgstr ""
|
655 |
|
656 |
+
#: ../help/help.php:330
|
657 |
msgid "General Plugin Configuration"
|
658 |
msgstr ""
|
659 |
|
660 |
+
#: ../help/help.php:333
|
661 |
#, php-format
|
662 |
msgid "Modify %s"
|
663 |
msgstr ""
|
664 |
|
665 |
+
#: ../help/help.php:333
|
666 |
msgid "default text, email contents"
|
667 |
msgstr ""
|
668 |
|
669 |
+
#: ../help/help.php:333
|
670 |
msgid ""
|
671 |
" (like Confirmation, Welcome, Admin emails), Cron Settings and Assign User "
|
672 |
"Roles"
|
673 |
msgstr ""
|
674 |
|
675 |
+
#: ../help/help.php:336
|
676 |
msgid "How does Sync work?"
|
677 |
msgstr ""
|
678 |
|
679 |
+
#: ../help/help.php:339
|
680 |
msgid "How to Import or Export Email Addresses?"
|
681 |
msgstr ""
|
682 |
|
683 |
+
#: ../help/help.php:342
|
684 |
msgid "How to Add/Update Existing Subscribers Group & Status?"
|
685 |
msgstr ""
|
686 |
|
687 |
+
#: ../help/help.php:345
|
688 |
msgid "How to change/update/translate any texts from the plugin?"
|
689 |
msgstr ""
|
690 |
|
691 |
+
#: ../help/help.php:348
|
692 |
msgid "How to add Unsubscribe link in emails?"
|
693 |
msgstr ""
|
694 |
|
695 |
+
#: ../help/help.php:351
|
696 |
msgid "How to check sent emails?"
|
697 |
msgstr ""
|
698 |
|
699 |
+
#: ../help/help.php:363
|
700 |
msgid "Create and Send Newsletter Emails"
|
701 |
msgstr ""
|
702 |
|
703 |
+
#: ../help/help.php:366
|
704 |
msgid "Keywords in the Newsletters"
|
705 |
msgstr ""
|
706 |
|
707 |
+
#: ../help/help.php:373
|
708 |
msgid "Create and Send Post Notification Emails when new posts are published"
|
709 |
msgstr ""
|
710 |
|
711 |
+
#: ../help/help.php:376
|
712 |
msgid "Keywords in the Post Notifications"
|
713 |
msgstr ""
|
714 |
|
715 |
+
#: ../help/help.php:379
|
716 |
msgid "Send a test post notification email to myself/testgroup"
|
717 |
msgstr ""
|
718 |
|
719 |
+
#: ../help/help.php:384
|
720 |
msgid "Cron Job Setup"
|
721 |
msgstr ""
|
722 |
|
723 |
+
#: ../help/help.php:387
|
724 |
msgid "What is Cron and how to Schedule Cron Emails?"
|
725 |
msgstr ""
|
726 |
|
727 |
+
#: ../help/help.php:390
|
728 |
msgid "Schedule Cron Emails in cPanel"
|
729 |
msgstr ""
|
730 |
|
731 |
+
#: ../help/help.php:393
|
732 |
msgid "Schedule Cron Emails in Parallels Plesk"
|
733 |
msgstr ""
|
734 |
|
735 |
+
#: ../help/help.php:396
|
736 |
msgid "Hosting doesn’t support Cron Jobs?"
|
737 |
msgstr ""
|
738 |
|
739 |
+
#: ../help/help.php:399
|
740 |
msgid "Troubleshooting Steps"
|
741 |
msgstr ""
|
742 |
|
743 |
+
#: ../help/help.php:402
|
744 |
msgid "Subscribers are not receiving Emails?"
|
745 |
msgstr ""
|
746 |
|
747 |
+
#: ../help/help.php:405
|
748 |
msgid "CSS Help"
|
749 |
msgstr ""
|
750 |
|
751 |
+
#: ../help/help.php:408
|
752 |
msgid "FAQ's"
|
753 |
msgstr ""
|
754 |
|
755 |
+
#: ../help/help.php:413
|
756 |
+
msgid "[GDPR] Email Subscribers"
|
757 |
+
msgstr ""
|
758 |
+
|
759 |
+
#: ../help/help.php:416 ../help/help.php:434
|
760 |
+
msgid "How to enable consent checkbox in the subscribe form?"
|
761 |
+
msgstr ""
|
762 |
+
|
763 |
+
#: ../help/help.php:419
|
764 |
+
msgid "What data Email Subscribers stores on your end?"
|
765 |
+
msgstr ""
|
766 |
+
|
767 |
+
#: ../help/help.php:431
|
768 |
+
msgid "[GDPR] Email Subscribers - Group Selector"
|
769 |
+
msgstr ""
|
770 |
+
|
771 |
+
#: ../help/help.php:437
|
772 |
+
msgid "What data Email Subscribers - Group Selector stores on your end?"
|
773 |
+
msgstr ""
|
774 |
+
|
775 |
+
#: ../help/help.php:446
|
776 |
msgid "Want to do more? Here's how.."
|
777 |
msgstr ""
|
778 |
|
779 |
+
#: ../help/help.php:449
|
780 |
msgid "Allow Subscribers to get subscribed to any group"
|
781 |
msgstr ""
|
782 |
|
783 |
+
#: ../help/help.php:454
|
784 |
msgid "Using our <b>free</b> "
|
785 |
msgstr ""
|
786 |
|
787 |
+
#: ../help/help.php:455
|
788 |
msgid "Group Selector"
|
789 |
msgstr ""
|
790 |
|
791 |
+
#: ../help/help.php:456
|
792 |
msgid ""
|
793 |
"plugin, you can extend Email Subscribers Form functionality by providing an "
|
794 |
"grouping option right next to the form."
|
795 |
msgstr ""
|
796 |
|
797 |
+
#: ../help/help.php:459
|
798 |
msgid "The user can then subscribe to whichever group most appeals to them."
|
799 |
msgstr ""
|
800 |
|
801 |
+
#: ../help/help.php:462
|
802 |
msgid "For example: Subscribe either to Updates or to Offers."
|
803 |
msgstr ""
|
804 |
|
805 |
+
#: ../help/help.php:466
|
806 |
msgid "Show your subscribe form inside attractive popups"
|
807 |
msgstr ""
|
808 |
|
809 |
+
#: ../help/help.php:471
|
810 |
msgid ""
|
811 |
"Don't limit your subscriber form to a widget. Embed it within popups, hello "
|
812 |
"bars, slide-ins, sidebars, full screen popups etc."
|
813 |
msgstr ""
|
814 |
|
815 |
+
#: ../help/help.php:474
|
816 |
msgid ""
|
817 |
"Using Email Subscribers you can achieve this easily with our <b>free</b> "
|
818 |
"plugin "
|
819 |
msgstr ""
|
820 |
|
821 |
#. Author of the plugin/theme
|
822 |
+
#: ../help/help.php:475
|
823 |
msgid "Icegram"
|
824 |
msgstr ""
|
825 |
|
826 |
+
#: ../help/help.php:478
|
827 |
msgid ""
|
828 |
"Icegram's beautiful designs instantly capture user attention and help "
|
829 |
"increase sign-ups to your WordPress website."
|
830 |
msgstr ""
|
831 |
|
832 |
+
#: ../help/help.php:481 ../help/help.php:501
|
833 |
#, php-format
|
834 |
msgid "How to %s"
|
835 |
msgstr ""
|
836 |
|
837 |
+
#: ../help/help.php:481
|
838 |
msgid "show subscribe form inside a popup"
|
839 |
msgstr ""
|
840 |
|
841 |
+
#: ../help/help.php:485
|
842 |
msgid "Get beautiful and elegant form styles"
|
843 |
msgstr ""
|
844 |
|
845 |
+
#: ../help/help.php:491
|
846 |
msgid "Email subscribers easily integrates with another <b>free</b> plugin "
|
847 |
msgstr ""
|
848 |
|
849 |
+
#: ../help/help.php:492
|
850 |
msgid "Rainmaker"
|
851 |
msgstr ""
|
852 |
|
853 |
+
#: ../help/help.php:495
|
854 |
msgid ""
|
855 |
"Rainmaker extends the core features of Email Subscribers and provides "
|
856 |
"elegant form styles."
|
857 |
msgstr ""
|
858 |
|
859 |
+
#: ../help/help.php:498
|
860 |
msgid ""
|
861 |
"These styles are well designed and beautify your subscription form making it "
|
862 |
"more appealing."
|
863 |
msgstr ""
|
864 |
|
865 |
+
#: ../help/help.php:501
|
866 |
msgid "add Rainmaker’s form in Email Subscribers"
|
867 |
msgstr ""
|
868 |
|
908 |
#: /subscribers/view-subscriber-add.php:118 ../subscribers/view-subscriber-edit.
|
909 |
#: php:113 ../subscribers/view-subscriber-export.php:51 ../subscribers/view-
|
910 |
#: subscriber-import.php:149 ../subscribers/view-subscriber-show.php:247 ..
|
911 |
+
#: /subscribers/view-subscriber-sync.php:92 ../templates/template-preview.php:33
|
912 |
msgid "Help"
|
913 |
msgstr ""
|
914 |
|
1053 |
msgstr ""
|
1054 |
|
1055 |
#: ../notification/notification-show.php:100 ../subscribers/view-subscriber-show.
|
1056 |
+
#: php:417 ../templates/template-preview.php:36
|
1057 |
msgid "Edit"
|
1058 |
msgstr ""
|
1059 |
|
2070 |
msgid "Select group to add newly registered users to"
|
2071 |
msgstr ""
|
2072 |
|
2073 |
+
#: ../templates/template-preview.php:32
|
2074 |
msgid "Template Preview"
|
2075 |
msgstr ""
|
2076 |
|
2077 |
+
#: ../templates/template-preview.php:40
|
2078 |
msgid "This is how your email may look."
|
2079 |
msgstr ""
|
2080 |
|
2081 |
+
#: ../templates/template-preview.php:42
|
2082 |
msgid ""
|
2083 |
"<br><br>This Post Notification preview has replaced keywords from your last "
|
2084 |
"published blog post."
|
2085 |
msgstr ""
|
2086 |
|
2087 |
+
#: ../templates/template-preview.php:44
|
2088 |
msgid ""
|
2089 |
"<br><br>Note: Different email services (like gmail, yahoo etc) display email "
|
2090 |
"content differently. So there could be a slight variation on how your "
|
readme.txt
CHANGED
@@ -3,9 +3,9 @@ Contributors: icegram, niravmehta, Mansi Shah, sandhyam, storeapps, akash123dhaw
|
|
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.
|
7 |
Tested up to: 4.9.5
|
8 |
-
Stable tag: 3.
|
9 |
License: GPLv3
|
10 |
License URI: http://www.gnu.org/licenses
|
11 |
|
@@ -142,11 +142,11 @@ If you like Email Subscribers, please leave a [5 star](https://wordpress.org/sup
|
|
142 |
Translations inside plugin :
|
143 |
|
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
|
151 |
* Norwegian (nb_NO) - Helge Rosseboe
|
152 |
* Polish (pl_PL) - Witold
|
@@ -321,6 +321,21 @@ Use our free plugin [Email Subscribers - Group Selector](https://wordpress.org/p
|
|
321 |
|
322 |
== Changelog ==
|
323 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
324 |
= 3.4.12 (17.04.2018) =
|
325 |
|
326 |
* Fix: Some users getting 'Invalid email address' for valid email address during form submission
|
@@ -764,6 +779,21 @@ For the changelog of earlier versions, please refer to the separate [changelog.t
|
|
764 |
|
765 |
== Upgrade Notice ==
|
766 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
767 |
= 3.4.12 (17.04.2018) =
|
768 |
|
769 |
* Fix: Some users getting 'Invalid email address' for valid email address during form submission
|
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.9
|
7 |
Tested up to: 4.9.5
|
8 |
+
Stable tag: 3.5.0
|
9 |
License: GPLv3
|
10 |
License URI: http://www.gnu.org/licenses
|
11 |
|
142 |
Translations inside plugin :
|
143 |
|
144 |
* Catalan (ca) - Jordi Jorda
|
|
|
145 |
* German (de_DE) - [Markus Buschmann](https://profiles.wordpress.org/spiderbuschi/)
|
146 |
* Spanish (es_ES) - David Bravo (bohemme), Fernando Pérez
|
147 |
* French (fr_FR) - [Serge](https://profiles.wordpress.org/kalyx)
|
148 |
* Hungarian (hu_HU) - Zsolt Edelényi
|
149 |
+
* Italian (it_IT) - Roberto Pavesi
|
150 |
* Lithuanian (lt_LT) - Andrius
|
151 |
* Norwegian (nb_NO) - Helge Rosseboe
|
152 |
* Polish (pl_PL) - Witold
|
321 |
|
322 |
== Changelog ==
|
323 |
|
324 |
+
= 3.5.0 (17.05.2018) =
|
325 |
+
|
326 |
+
* New: [GDPR] Provision for consent checkbox in the subscription form [Steps to enable it](https://www.icegram.com/documentation/es-gdpr-how-to-enable-consent-checkbox-in-the-subscription-form/)
|
327 |
+
* New: Keyword {{POSTEXCERPT}} for showing Post Excerpt in Post Notification emails
|
328 |
+
* Fix: Missing santization in preview template (Thanks to Chris Liu)
|
329 |
+
* Update: Doc links in plugin on Help & Info page
|
330 |
+
* Update: POT file
|
331 |
+
* Localization: Translation for German Deutsch (de_DE) language updated (Thanks to Markus Buschmann)
|
332 |
+
* Localization: Translation for Italian (it_IT) language updated (Thanks to Roberto Pavesi)
|
333 |
+
* Localization: Translation for Spanish (es_ES) language updated (Thanks to David Bravo)
|
334 |
+
* Localization: Translation for Polish (pl_PL) language updated (Thanks to Witold)
|
335 |
+
* Localization: Translation for Turkish (tr_TR) language updated (Thanks to Erkan ORUÇ)
|
336 |
+
* Localization: Made all translation files up-to-date with latest POT file
|
337 |
+
* Localization: Translation for Czech (cs_CZ) language removed
|
338 |
+
|
339 |
= 3.4.12 (17.04.2018) =
|
340 |
|
341 |
* Fix: Some users getting 'Invalid email address' for valid email address during form submission
|
779 |
|
780 |
== Upgrade Notice ==
|
781 |
|
782 |
+
= 3.5.0 (17.05.2018) =
|
783 |
+
|
784 |
+
* New: [GDPR] Provision for consent checkbox in the subscription form [Steps to enable it](https://www.icegram.com/documentation/es-gdpr-how-to-enable-consent-checkbox-in-the-subscription-form/)
|
785 |
+
* New: Keyword {{POSTEXCERPT}} for showing Post Excerpt in Post Notification emails
|
786 |
+
* Fix: Missing santization in preview template (Thanks to Chris Liu)
|
787 |
+
* Update: Doc links in plugin on Help & Info page
|
788 |
+
* Update: POT file
|
789 |
+
* Localization: Translation for German Deutsch (de_DE) language updated (Thanks to Markus Buschmann)
|
790 |
+
* Localization: Translation for Italian (it_IT) language updated (Thanks to Roberto Pavesi)
|
791 |
+
* Localization: Translation for Spanish (es_ES) language updated (Thanks to David Bravo)
|
792 |
+
* Localization: Translation for Polish (pl_PL) language updated (Thanks to Witold)
|
793 |
+
* Localization: Translation for Turkish (tr_TR) language updated (Thanks to Erkan ORUÇ)
|
794 |
+
* Localization: Made all translation files up-to-date with latest POT file
|
795 |
+
* Localization: Translation for Czech (cs_CZ) language removed
|
796 |
+
|
797 |
= 3.4.12 (17.04.2018) =
|
798 |
|
799 |
* Fix: Some users getting 'Invalid email address' for valid email address during form submission
|
templates/template-preview.php
CHANGED
@@ -6,17 +6,18 @@ if ( ! defined( 'ABSPATH' ) ) {
|
|
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%;
|
@@ -32,7 +33,7 @@ $template_type = get_post_meta( $did, 'es_template_type', true );
|
|
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"
|
36 |
</p>
|
37 |
<p>
|
38 |
<?php
|
@@ -92,18 +93,23 @@ $template_type = get_post_meta( $did, 'es_template_type', true );
|
|
92 |
}
|
93 |
$es_templ_body = str_replace('{{POSTIMAGE}}', $post_thumbnail_link, $es_templ_body);
|
94 |
|
95 |
-
// Get post
|
96 |
-
$
|
97 |
-
$
|
98 |
-
$
|
99 |
-
$words = explode(' ', $
|
100 |
-
if(count($words) > $
|
101 |
array_pop($words);
|
102 |
array_push($words, '...');
|
103 |
-
$
|
104 |
}
|
105 |
-
$es_templ_body = str_replace('{{POSTDESC}}', $
|
|
|
|
|
|
|
|
|
106 |
|
|
|
107 |
$post_author_id = $recent['post_author'];
|
108 |
$post_author = get_the_author_meta( 'display_name' , $post_author_id );
|
109 |
$es_templ_body = str_replace('{{POSTAUTHOR}}', $post_author, $es_templ_body);
|
6 |
}
|
7 |
|
8 |
$did = isset($_GET['did']) ? $_GET['did'] : '0';
|
9 |
+
es_cls_security::es_check_number($did);
|
10 |
|
11 |
$template_type = get_post_meta( $did, 'es_template_type', true );
|
12 |
?>
|
13 |
<style type="text/css">
|
14 |
+
.es-sidebar {
|
15 |
width: 23%;
|
16 |
background-color: rgb(230, 230, 230);
|
17 |
padding:15px;
|
18 |
border-right: 1px solid #bdbdbd;
|
19 |
}
|
20 |
+
.es-preview {
|
21 |
float: left;
|
22 |
padding:15px;
|
23 |
width: 70%;
|
33 |
<a class="add-new-h2" target="_blank" href="<?php echo ES_FAV; ?>"><?php echo __( 'Help', ES_TDOMAIN ); ?></a>
|
34 |
</h2>
|
35 |
<p>
|
36 |
+
<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>
|
37 |
</p>
|
38 |
<p>
|
39 |
<?php
|
93 |
}
|
94 |
$es_templ_body = str_replace('{{POSTIMAGE}}', $post_thumbnail_link, $es_templ_body);
|
95 |
|
96 |
+
// Get post description
|
97 |
+
$post_description_length = 50;
|
98 |
+
$post_description = $recent['post_content'];
|
99 |
+
$post_description = strip_tags(strip_shortcodes($post_description));
|
100 |
+
$words = explode(' ', $post_description, $post_description_length + 1);
|
101 |
+
if(count($words) > $post_description_length) {
|
102 |
array_pop($words);
|
103 |
array_push($words, '...');
|
104 |
+
$post_description = implode(' ', $words);
|
105 |
}
|
106 |
+
$es_templ_body = str_replace('{{POSTDESC}}', $post_description, $es_templ_body);
|
107 |
+
|
108 |
+
// Get post excerpt
|
109 |
+
$post_excerpt = $recent['post_excerpt'];
|
110 |
+
$es_templ_body = str_replace('{{POSTEXCERPT}}', $post_excerpt, $es_templ_body);
|
111 |
|
112 |
+
// get post author
|
113 |
$post_author_id = $recent['post_author'];
|
114 |
$post_author = get_the_author_meta( 'display_name' , $post_author_id );
|
115 |
$es_templ_body = str_replace('{{POSTAUTHOR}}', $post_author, $es_templ_body);
|