Version Description
(17.11.2017) =
- Fix: Templates showing up in frontend search results
- Update: Documentation links on Help & Info page
- Update: POT file
- Localization: Made all translation files up-to-date with latest POT file
Download this release
Release Info
Developer | storeapps |
Plugin | Email Subscribers & Newsletters |
Version | 3.4.3 |
Comparing to | |
See all releases |
Code changes from version 3.4.2 to 3.4.3
- changelog.txt +7 -0
- classes/es-offer.php +138 -0
- classes/es-register.php +32 -359
- classes/es-survey.php +370 -0
- email-subscribers.php +2 -2
- help/help.php +55 -56
- images/part1-thumb-creating-your-brand.jpg +0 -0
- images/part2-thumb-influence-with-email.jpg +0 -0
- images/part3-thumb-solution-to-email-problems.jpg +0 -0
- languages/email-subscribers-ca.mo +0 -0
- languages/email-subscribers-ca.po +221 -222
- languages/email-subscribers-cs_CZ.mo +0 -0
- languages/email-subscribers-cs_CZ.po +145 -144
- languages/email-subscribers-de_DE.mo +0 -0
- languages/email-subscribers-de_DE.po +221 -220
- languages/email-subscribers-es_ES.mo +0 -0
- languages/email-subscribers-es_ES.po +223 -222
- languages/email-subscribers-fr_FR.mo +0 -0
- languages/email-subscribers-fr_FR.po +221 -220
- languages/email-subscribers-hu_HU.mo +0 -0
- languages/email-subscribers-hu_HU.po +197 -196
- languages/email-subscribers-lt_LT.mo +0 -0
- languages/email-subscribers-lt_LT.po +203 -202
- languages/email-subscribers-nb_NO.mo +0 -0
- languages/email-subscribers-nb_NO.po +221 -220
- languages/email-subscribers-pl_PL.mo +0 -0
- languages/email-subscribers-pl_PL.po +221 -220
- languages/email-subscribers-pt_BR.mo +0 -0
- languages/email-subscribers-pt_BR.po +229 -233
- languages/email-subscribers-sv_SE.mo +0 -0
- languages/email-subscribers-sv_SE.po +203 -202
- languages/email-subscribers-tr_TR.mo +0 -0
- languages/email-subscribers-tr_TR.po +203 -202
- languages/email-subscribers.pot +210 -209
- readme.txt +16 -2
changelog.txt
CHANGED
@@ -4,6 +4,13 @@ Author : Icegram
|
|
4 |
Author URI : https://www.icegram.com/
|
5 |
License : GPLv3
|
6 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
************************************************************Version 3.4.2************************************************************
|
8 |
|
9 |
* Fix: User roles not working
|
4 |
Author URI : https://www.icegram.com/
|
5 |
License : GPLv3
|
6 |
|
7 |
+
************************************************************Version 3.4.3************************************************************
|
8 |
+
|
9 |
+
* Fix: Templates showing up in frontend search results
|
10 |
+
* Update: Documentation links on Help & Info page
|
11 |
+
* Update: POT file
|
12 |
+
* Localization: Made all translation files up-to-date with latest POT file
|
13 |
+
|
14 |
************************************************************Version 3.4.2************************************************************
|
15 |
|
16 |
* Fix: User roles not working
|
classes/es-offer.php
ADDED
@@ -0,0 +1,138 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
|
3 |
+
// Exit if accessed directly
|
4 |
+
if ( ! defined( 'ABSPATH' ) ) {
|
5 |
+
exit;
|
6 |
+
}
|
7 |
+
|
8 |
+
?>
|
9 |
+
|
10 |
+
<style type="text/css">
|
11 |
+
.es_offer {
|
12 |
+
width: 93%;
|
13 |
+
height: 12em;
|
14 |
+
margin: 1em auto;
|
15 |
+
text-align: center;
|
16 |
+
background-color: #000;
|
17 |
+
font-size: 1.2em;
|
18 |
+
font-family: sans-serif;
|
19 |
+
letter-spacing: 3px;
|
20 |
+
line-height: 1.2em;
|
21 |
+
padding: 2em;
|
22 |
+
}
|
23 |
+
.es_offer_heading {
|
24 |
+
color: #64ddc1;
|
25 |
+
padding: 1em 0;
|
26 |
+
line-height: 1.2em;
|
27 |
+
margin-bottom: 0.5em;
|
28 |
+
}
|
29 |
+
.es_main_heading {
|
30 |
+
font-size: 1.5em;
|
31 |
+
color: #FFFFFF;
|
32 |
+
font-weight: 600;
|
33 |
+
margin-bottom: 0.6em;
|
34 |
+
line-height: 1.2em;
|
35 |
+
position: relative;
|
36 |
+
}
|
37 |
+
.es_main_heading:after {
|
38 |
+
content: '';
|
39 |
+
position: absolute;
|
40 |
+
width: 100%;
|
41 |
+
left: 0;
|
42 |
+
bottom: -0.6em;
|
43 |
+
border-bottom: 1px solid #64ddc1;
|
44 |
+
}
|
45 |
+
.es_text {
|
46 |
+
font-size: 0.9em;
|
47 |
+
display: block;
|
48 |
+
}
|
49 |
+
.es_left_text {
|
50 |
+
color: #FFFFFF;
|
51 |
+
text-align: center;
|
52 |
+
padding: 1em 0em;
|
53 |
+
}
|
54 |
+
.es_right_text {
|
55 |
+
color: #FFFFFF;
|
56 |
+
font-weight: 600;
|
57 |
+
border: 1px solid #64ddc1;
|
58 |
+
border-top: 0;
|
59 |
+
max-width: 50%;
|
60 |
+
padding: 10px 56px;
|
61 |
+
width: auto;
|
62 |
+
margin: 0;
|
63 |
+
display: inline-block;
|
64 |
+
text-decoration: none;
|
65 |
+
}
|
66 |
+
.es_right_text:hover, .es_right_text:active {
|
67 |
+
color: #FFFFFF;
|
68 |
+
}
|
69 |
+
</style>
|
70 |
+
|
71 |
+
<?php
|
72 |
+
$timezone_format = _x('Y-m-d', 'timezone date format');
|
73 |
+
$es_current_date = strtotime(date_i18n($timezone_format));
|
74 |
+
$es_offer1_start = strtotime("2017-11-17");
|
75 |
+
$es_offer1_end = strtotime("2017-11-19");
|
76 |
+
if( ($es_current_date >= $es_offer1_start) && ($es_current_date <= $es_offer1_end) ) {
|
77 |
+
?>
|
78 |
+
<div class="es_part1">
|
79 |
+
<div class="es_offer">
|
80 |
+
<div clas="es-right" style="width: 80%; display: inline-block;">
|
81 |
+
<div class="es_offer_heading">Free Training Workshop: The Ultimate Trick To Build Mass Influence On Your Email List</div>
|
82 |
+
<div class="es_main_heading">Training Part 1: Build Your Brand</div>
|
83 |
+
<div class="es_text">
|
84 |
+
<a href="https://www.icegram.com/the-mass-influence-workshop/build-your-brand/?utm_source=es&utm_medium=in_app&utm_campaign=bfcm2017" target="_blank" class="es_right_text">Take me to this training</a>
|
85 |
+
</div>
|
86 |
+
</div>
|
87 |
+
<div class="es-left" style="float: right;width: 20%;display: inline-block;">
|
88 |
+
<img style="width: 80%;" src="<?php echo ES_URL ?>images/part1-thumb-creating-your-brand.jpg">
|
89 |
+
<div class="es_left_text">Note: This video will be taken down in the next 2 days</div>
|
90 |
+
</div>
|
91 |
+
</div>
|
92 |
+
</div>
|
93 |
+
<?php
|
94 |
+
}
|
95 |
+
|
96 |
+
$es_offer2_start = strtotime("2017-11-20");
|
97 |
+
$es_offer2_end = strtotime("2017-11-22");
|
98 |
+
if( ($es_current_date >= $es_offer2_start) && ($es_current_date <= $es_offer2_end) ) {
|
99 |
+
?>
|
100 |
+
<div class="es_part2">
|
101 |
+
<div class="es_offer">
|
102 |
+
<div clas="es-right" style="width: 80%; display: inline-block;">
|
103 |
+
<div class="es_offer_heading">Free Training Workshop: The Ultimate Trick To Build Mass Influence On Your Email List</div>
|
104 |
+
<div class="es_main_heading">Training Part 2: Amplify Influence Using Emails</div>
|
105 |
+
<div class="es_text">
|
106 |
+
<a href="https://www.icegram.com/the-mass-influence-workshop/amplify-influence-using-emails/?utm_source=es&utm_medium=in_app&utm_campaign=bfcm2017" target="_blank" class="es_right_text">Yes, watch the video</a>
|
107 |
+
</div>
|
108 |
+
</div>
|
109 |
+
<div class="es-left" style="float: right;width: 20%;display: inline-block;">
|
110 |
+
<img style="width:80%;" src="<?php echo ES_URL ?>images/part2-thumb-influence-with-email.jpg">
|
111 |
+
<div class="es_left_text">Note: This video will be taken down in the next 2 days</div>
|
112 |
+
</div>
|
113 |
+
</div>
|
114 |
+
</div>
|
115 |
+
<?php
|
116 |
+
}
|
117 |
+
|
118 |
+
$es_offer3_start = strtotime("2017-11-23");
|
119 |
+
$es_offer3_end = strtotime("2017-11-28");
|
120 |
+
if( ($es_current_date >= $es_offer3_start) && ($es_current_date <= $es_offer3_end) ) {
|
121 |
+
?>
|
122 |
+
<div class="es_part3">
|
123 |
+
<div class="es_offer">
|
124 |
+
<div clas="es-right" style="width: 80%; display: inline-block;">
|
125 |
+
<div class="es_offer_heading">Free Training Workshop: The Ultimate Trick To Build Mass Influence On Your Email List</div>
|
126 |
+
<div class="es_main_heading">Training Part 3: Fast Track Influence & Next Steps</div>
|
127 |
+
<div class="es_text">
|
128 |
+
<a href="https://www.icegram.com/the-mass-influence-workshop/fast-track-influence-and-next-steps/?utm_source=es&utm_medium=in_app&utm_campaign=bfcm2017" target="_blank" class="es_right_text">Yes, take me there</a>
|
129 |
+
</div>
|
130 |
+
</div>
|
131 |
+
<div class="es-left" style="float: right;width: 20%;display: inline-block;">
|
132 |
+
<img style="width:100%; float:right;" src="<?php echo ES_URL ?>images/part3-thumb-solution-to-email-problems.jpg">
|
133 |
+
<div class="es_left_text">Note: This is a must watch video for everyone.</div>
|
134 |
+
</div>
|
135 |
+
</div>
|
136 |
+
</div>
|
137 |
+
<?php
|
138 |
+
}
|
classes/es-register.php
CHANGED
@@ -711,18 +711,19 @@ class es_cls_registerhook {
|
|
711 |
public static function es_add_admin_notices() {
|
712 |
|
713 |
$screen = get_current_screen();
|
714 |
-
if(
|
715 |
|
716 |
-
|
717 |
-
$
|
718 |
-
|
719 |
-
|
720 |
-
|
721 |
-
|
|
|
|
|
722 |
}
|
723 |
|
724 |
-
|
725 |
-
|
726 |
?>
|
727 |
<style type="text/css">
|
728 |
a.es-admin-btn {
|
@@ -738,353 +739,24 @@ class es_cls_registerhook {
|
|
738 |
font-weight: 600;
|
739 |
font-size: 13px;
|
740 |
}
|
741 |
-
a.es-admin-btn-secondary {
|
742 |
-
background: #fafafa;
|
743 |
-
margin-left: 20px;
|
744 |
-
font-weight: 400;
|
745 |
-
}
|
746 |
a.es-admin-btn:hover {
|
747 |
color: #FFF;
|
748 |
background-color: #363b3f;
|
749 |
}
|
750 |
-
.es-
|
751 |
-
|
752 |
-
|
753 |
-
|
754 |
-
margin-left: 4%;
|
755 |
-
}
|
756 |
-
.es-form-container {
|
757 |
-
background-color: rgb(42, 2, 86) !important;
|
758 |
-
border-radius: 0.618em;
|
759 |
-
margin-top: 1%;
|
760 |
-
padding: 1em 1em 0.5em 1em;
|
761 |
-
box-shadow: 0 0 7px 0 rgba(0, 0, 0, .2);
|
762 |
-
color: #FFF;
|
763 |
-
font-size: 1.1em;
|
764 |
-
}
|
765 |
-
.es-form-wrapper {
|
766 |
-
margin-bottom:0.4em;
|
767 |
-
}
|
768 |
-
.es-form-headline div.es-mainheadline {
|
769 |
-
font-weight: bold;
|
770 |
-
font-size: 1.618em;
|
771 |
-
line-height: 1.8em;
|
772 |
-
}
|
773 |
-
.es-form-headline div.es-subheadline {
|
774 |
-
padding-bottom: 0.4em;
|
775 |
-
font-family: Georgia, Palatino, serif;
|
776 |
-
font-size: 1.2em;
|
777 |
-
color: #d4a000;
|
778 |
-
}
|
779 |
-
.es-survey-ques {
|
780 |
-
font-size:1.1em;
|
781 |
-
padding-bottom: 0.3em;
|
782 |
-
}
|
783 |
-
.es-form-field label {
|
784 |
-
font-size:0.9em;
|
785 |
-
margin-left: 0.2em;
|
786 |
-
}
|
787 |
-
.es-survey-next,.es-button {
|
788 |
-
box-shadow: 0 1px 0 #03a025;
|
789 |
-
font-weight: bold;
|
790 |
-
height: 2em;
|
791 |
-
line-height: 1em;
|
792 |
-
}
|
793 |
-
.es-survey-next,.es-button.primary {
|
794 |
-
color: #FFFFFF!important;
|
795 |
-
border-color: #a7c53c !important;
|
796 |
-
background: #a7c53c !important;
|
797 |
-
box-shadow: none;
|
798 |
-
padding: 0 3.6em;
|
799 |
-
}
|
800 |
-
.es-heading {
|
801 |
-
font-size: 1.218em;
|
802 |
-
padding-bottom: 0.5em;
|
803 |
-
padding-top: 0.5em;
|
804 |
-
display: block;
|
805 |
-
font-weight: bold;
|
806 |
-
color: #ffd3a2;
|
807 |
-
}
|
808 |
-
.es-button.secondary {
|
809 |
-
color: #545454!important;
|
810 |
-
border-color: #d9dcda!important;
|
811 |
-
background: rgba(243, 243, 243, 0.83) !important;
|
812 |
-
}
|
813 |
-
.es-loader-wrapper {
|
814 |
-
position: absolute;
|
815 |
-
display: none;
|
816 |
-
left: 50%;
|
817 |
-
margin-top: 0.4em;
|
818 |
-
margin-left: 4em;
|
819 |
-
}
|
820 |
-
.es-loader-wrapper img {
|
821 |
-
width: 60%;
|
822 |
-
}
|
823 |
-
.es-msg-wrap {
|
824 |
-
display: none;
|
825 |
-
text-align: center;
|
826 |
-
}
|
827 |
-
.es-msg-wrap .es-msg-text {
|
828 |
-
padding: 1%;
|
829 |
-
font-size: 2em;
|
830 |
-
}
|
831 |
-
.es-form-field.es-left {
|
832 |
-
margin-bottom: 0.6em;
|
833 |
-
width: 29%;
|
834 |
-
display: inline-block;
|
835 |
-
float: left;
|
836 |
-
}
|
837 |
-
.es-form-field.es-right {
|
838 |
-
margin-left: 3%;
|
839 |
-
width: 67%;
|
840 |
-
display: inline-block;
|
841 |
-
}
|
842 |
-
.es-profile-txt:before {
|
843 |
-
font-family: dashicons;
|
844 |
-
content: "\f345";
|
845 |
-
vertical-align: middle;
|
846 |
-
}
|
847 |
-
.es-profile-txt {
|
848 |
-
font-size: 0.9em;
|
849 |
-
}
|
850 |
-
.es-right-info .es-right {
|
851 |
-
width: 50%;
|
852 |
-
display: inline-block;
|
853 |
-
float: right;
|
854 |
-
margin-top: 2em;
|
855 |
-
}
|
856 |
-
.es-right-info .es-left {
|
857 |
-
width: 50%;
|
858 |
-
display: inline-block;
|
859 |
-
}
|
860 |
-
.es-form-wrapper form {
|
861 |
-
margin-top: 0.6em;
|
862 |
-
}
|
863 |
-
.es-right-info label {
|
864 |
-
padding: 0 0.5em 0 0;
|
865 |
-
font-size: 0.8em;
|
866 |
-
text-transform: uppercase;
|
867 |
-
color: rgba(239, 239, 239, 0.98);
|
868 |
-
}
|
869 |
-
.es-list-item {
|
870 |
-
margin-bottom: 0.9em;
|
871 |
-
display: none;
|
872 |
-
margin-top: 0.5em;
|
873 |
-
}
|
874 |
-
.es-rocket {
|
875 |
-
position: absolute;
|
876 |
-
top: 1.5em;
|
877 |
-
right: 5%;
|
878 |
-
}
|
879 |
-
#es-no {
|
880 |
-
box-shadow: none;
|
881 |
-
cursor: pointer;
|
882 |
-
color: #c3bfbf;
|
883 |
-
text-decoration: underline;
|
884 |
-
width: 100%;
|
885 |
-
display: inline-block;
|
886 |
-
margin: 0 auto;
|
887 |
-
margin-left: 11em;
|
888 |
-
margin-top: 0.2em;
|
889 |
-
}
|
890 |
-
.es-clearfix:after {
|
891 |
-
content: ".";
|
892 |
-
display: block;
|
893 |
-
clear: both;
|
894 |
-
visibility: hidden;
|
895 |
-
line-height: 0;
|
896 |
-
height: 0;
|
897 |
-
}
|
898 |
-
.es-survey-next {
|
899 |
-
text-decoration: none;
|
900 |
-
color: #fff;
|
901 |
-
margin-top: -1em!important;
|
902 |
}
|
903 |
</style>
|
904 |
-
<script type="text/javascript">
|
905 |
-
jQuery(function() {
|
906 |
-
jQuery('.es-list-item:nth-child(2)').show();
|
907 |
-
jQuery('.es-list-item:nth-child(2)').addClass('current');
|
908 |
-
jQuery('.es-form-container').on('click', '.es-survey-next', function(){
|
909 |
-
jQuery('.es-list-item.current').hide();
|
910 |
-
jQuery('.es-list-item.current').next().show().addClass('current');
|
911 |
-
jQuery('.es-list-item.current').prev('.es-list-item').hide();
|
912 |
-
if(jQuery('.es-list-item.current').is(':last-child')){
|
913 |
-
jQuery('.es-survey-next').hide();
|
914 |
-
|
915 |
-
}
|
916 |
-
});
|
917 |
-
|
918 |
-
});
|
919 |
-
</script>
|
920 |
-
|
921 |
<?php
|
922 |
-
|
923 |
-
|
924 |
-
|
925 |
-
|
926 |
-
|
927 |
-
$es_data = es_cls_dbquery::es_survey_res();
|
928 |
-
|
929 |
-
// Check days passed from this update (v3.3.4)
|
930 |
-
$timezone_format = _x('Y-m-d', 'timezone date format');
|
931 |
-
$es_current_date = date_i18n($timezone_format);
|
932 |
-
$es_update_date = get_option('ig_es_update_v_3_3_4_date');
|
933 |
-
|
934 |
-
if ( $es_update_date === false ) {
|
935 |
-
$es_update_date = $es_current_date;
|
936 |
-
add_option( 'ig_es_update_v_3_3_4_date',$es_update_date );
|
937 |
}
|
938 |
|
939 |
-
$date_diff = floor( ( strtotime($es_current_date) - strtotime($es_update_date) ) / (3600 * 24) );
|
940 |
-
if($date_diff < 30) return;
|
941 |
-
|
942 |
-
?>
|
943 |
-
|
944 |
-
<div class="es-form-container wrap">
|
945 |
-
<div class="es-form-wrapper">
|
946 |
-
<div class="es-form-headline">
|
947 |
-
<div class="es-mainheadline"><?php echo __( 'Email Subscribers', ES_TDOMAIN ); ?> <u><?php echo __( 'is getting even better!', ES_TDOMAIN ); ?></u></div>
|
948 |
-
<div class="es-subheadline"><?php echo __( 'But I need you to', ES_TDOMAIN ); ?> <strong><?php echo __( 'help me prioritize', ES_TDOMAIN ); ?></strong>! <?php echo __( 'Please send your response today.', ES_TDOMAIN ); ?></div>
|
949 |
-
</div>
|
950 |
-
<form name="es-survey-form" action="#" method="POST" accept-charset="utf-8">
|
951 |
-
<div class="es-container-1 es-clearfix">
|
952 |
-
<div class="es-form-field es-left">
|
953 |
-
<div class="es-profile">
|
954 |
-
<div class="es-profile-info">
|
955 |
-
<div class="es-heading"><?php echo __( "Here's how you use ES:",ES_TDOMAIN ); ?></div>
|
956 |
-
<ul style="margin: 0 0.5em;">
|
957 |
-
<li class="es-profile-txt">
|
958 |
-
<?php
|
959 |
-
if( $es_data['post_notification'] > $es_data['newsletter'] ) {
|
960 |
-
echo __( 'Post Notifications more often than Newsletter', ES_TDOMAIN );
|
961 |
-
} else if($es_data['newsletter'] > $es_data['post_notification']){
|
962 |
-
echo __( 'Newsletter more often than Post Notifications', ES_TDOMAIN );
|
963 |
-
} else{
|
964 |
-
echo __( 'Post Notification & Newsletter equally', ES_TDOMAIN );
|
965 |
-
}
|
966 |
-
?>
|
967 |
-
</li>
|
968 |
-
<li class="es-profile-txt"> <?php echo __('Have ',ES_TDOMAIN ) .$es_data['es_active_subscribers'] . __(' Active Subscribers', ES_TDOMAIN); ?></li>
|
969 |
-
<li class="es-profile-txt"> <?php echo __('Post ',ES_TDOMAIN ) .$es_data['es_avg_post_cnt'] . __(' blog per week', ES_TDOMAIN); ?></li>
|
970 |
-
<li class="es-profile-txt">
|
971 |
-
<?php
|
972 |
-
if( $es_data['cron'] > $es_data['immediately'] ) {
|
973 |
-
echo __( 'Send emails via Cron', ES_TDOMAIN );
|
974 |
-
} else {
|
975 |
-
echo __( 'Send emails Immediately', ES_TDOMAIN );
|
976 |
-
}
|
977 |
-
?>
|
978 |
-
</li>
|
979 |
-
<li class="es-profile-txt">
|
980 |
-
<?php
|
981 |
-
if ( $es_data['es_opt_in_type'] == 'Double Opt In' ) {
|
982 |
-
echo __( 'Using Double Opt In', ES_TDOMAIN );
|
983 |
-
} else {
|
984 |
-
echo __( 'Using Single Opt In', ES_TDOMAIN );
|
985 |
-
}
|
986 |
-
?>
|
987 |
-
</li>
|
988 |
-
<input type="hidden" name="es_data[data][post_notification]" value="<?php echo $es_data['post_notification']; ?>">
|
989 |
-
<input type="hidden" name="es_data[data][newsletter]" value="<?php echo $es_data['newsletter']; ?>">
|
990 |
-
<input type="hidden" name="es_data[data][cron]" value="<?php echo $es_data['cron']; ?>">
|
991 |
-
<input type="hidden" name="es_data[data][immediately]" value="<?php echo $es_data['immediately']; ?>">
|
992 |
-
<input type="hidden" name="es_data[data][es_active_subscribers]" value="<?php echo $es_data['es_active_subscribers']; ?>">
|
993 |
-
<input type="hidden" name="es_data[data][es_total_subscribers]" value="<?php echo $es_data['es_total_subscribers']; ?>">
|
994 |
-
<input type="hidden" name="es_data[data][es_avg_post_cnt]" value="<?php echo $es_data['es_avg_post_cnt']; ?>">
|
995 |
-
<input type="hidden" name="es_data[data][es_opt_in_type]" value="<?php echo $es_data['es_opt_in_type']; ?>">
|
996 |
-
<input type="hidden" name="es_data[es-survey-version]" value="0.3">
|
997 |
-
</ul>
|
998 |
-
</div>
|
999 |
-
</div>
|
1000 |
-
</div>
|
1001 |
-
<div class="es-form-field es-right">
|
1002 |
-
<div class="es-heading"><?php echo __( 'How soon do you want these new features?', ES_TDOMAIN ); ?></div>
|
1003 |
-
<div class="es-right-info">
|
1004 |
-
<div class="es-left">
|
1005 |
-
<ul style="margin-top:0;"><span class="es-counter">
|
1006 |
-
<li class="es-list-item"><?php echo __( 'Beautiful Email Designs', ES_TDOMAIN ); ?><br>
|
1007 |
-
<label title="days"><input checked="" type="radio" name="es_data[design_tmpl]" value="0"><?php echo __( 'Right now!', ES_TDOMAIN ); ?></label>
|
1008 |
-
<label title="days"><input type="radio" name="es_data[design_tmpl]" value="1"><?php echo __( 'Soon', ES_TDOMAIN ); ?></label>
|
1009 |
-
<label title="days"><input type="radio" name="es_data[design_tmpl]" value="2"><?php echo __( 'Later', ES_TDOMAIN ); ?></label>
|
1010 |
-
</li>
|
1011 |
-
<li class="es-list-item"><?php echo __( 'Spam Check, Scheduling... (Better Email Delivery)', ES_TDOMAIN); ?><br>
|
1012 |
-
<label title="days"><input type="radio" name="es_data[email_control]" value="0"><?php echo __( 'Right now!', ES_TDOMAIN ); ?></label>
|
1013 |
-
<label title="days"><input checked="" type="radio" name="es_data[email_control]" value="1"><?php echo __( 'Soon', ES_TDOMAIN ); ?></label>
|
1014 |
-
<label title="days"><input type="radio" name="es_data[email_control]" value="2"><?php echo __( 'Later', ES_TDOMAIN ); ?></label>
|
1015 |
-
</li>
|
1016 |
-
<li class="es-list-item"><?php echo __( 'Discard Fake / Bouncing Emails', ES_TDOMAIN); ?><br>
|
1017 |
-
<label title="days"><input type="radio" name="es_data[cleanup]" value="0"><?php echo __( 'Right now!', ES_TDOMAIN ); ?></label>
|
1018 |
-
<label title="days"><input checked="" type="radio" name="es_data[cleanup]" value="1"><?php echo __( 'Soon', ES_TDOMAIN ); ?></label>
|
1019 |
-
<label title="days"><input type="radio" name="es_data[cleanup]" value="2"><?php echo __( 'Later', ES_TDOMAIN ); ?></label>
|
1020 |
-
</li>
|
1021 |
-
<li class="es-list-item"><?php echo __( 'Advanced Reporting', ES_TDOMAIN ); ?><br>
|
1022 |
-
<label title="days"><input type="radio" name="es_data[report]" value="0"><?php echo __( 'Right now!', ES_TDOMAIN ); ?></label>
|
1023 |
-
<label title="days"><input type="radio" name="es_data[report]" value="1"><?php echo __( 'Soon', ES_TDOMAIN ); ?></label>
|
1024 |
-
<label title="days"><input checked="" type="radio" name="es_data[report]" value="2"><?php echo __( 'Later', ES_TDOMAIN ); ?></label>
|
1025 |
-
</li>
|
1026 |
-
<li class="es-list-item">
|
1027 |
-
<div>
|
1028 |
-
<input style="width: 70%;vertical-align: middle;display: inline-block;" placeholder="Enter your email to get early access" type="email" name="es_data[email]" value="<?php echo get_option( 'admin_email' ); ?>">
|
1029 |
-
<div class="" style="display: inline-block;margin-left: 0.4em;width: 23%;vertical-align: middle;">
|
1030 |
-
<input data-val="yes" type="submit" id="es-yes" value="Alright, Send It All" class="es-button button primary">
|
1031 |
-
</div>
|
1032 |
-
<div class="es-loader-wrapper"><img src="<?php echo ES_URL ?>images/spinner-2x.gif"></div>
|
1033 |
-
<a id="es-no" data-val="no" class=""><?php echo __( 'Nah, I don\'t like improvements', ES_TDOMAIN ); ?></a>
|
1034 |
-
</div>
|
1035 |
-
</li>
|
1036 |
-
</ul>
|
1037 |
-
</div>
|
1038 |
-
<div class="es-right">
|
1039 |
-
<a href="#" class="es-survey-next button primary"><?php echo __( 'Next', ES_TDOMAIN ); ?> </a>
|
1040 |
-
</div>
|
1041 |
-
</div>
|
1042 |
-
</div>
|
1043 |
-
</div>
|
1044 |
-
</form>
|
1045 |
-
<div class="es-rocket"><img src="<?php echo ES_URL?>images/es-growth-rocket.png"/></div>
|
1046 |
-
</div>
|
1047 |
-
<div class="es-msg-wrap">
|
1048 |
-
<div class="es-logo-wrapper"><img style="width:5%;" src="<?php echo ES_URL ?>images/es-logo-128x128.png"></div>
|
1049 |
-
<div class="es-msg-text es-yes"><?php echo __( 'Thank you!', ES_TDOMAIN ); ?></div>
|
1050 |
-
<div class="es-msg-text es-no"><?php echo __( 'No issues, have a nice day!', ES_TDOMAIN ); ?></div>
|
1051 |
-
</div>
|
1052 |
-
</div>
|
1053 |
-
|
1054 |
-
<script type="text/javascript">
|
1055 |
-
jQuery(function () {
|
1056 |
-
jQuery("form[name=es-survey-form]").on('click','.es-button, #es-no',function(e){
|
1057 |
-
e.preventDefault();
|
1058 |
-
jQuery("form[name=es-survey-form]").find('.es-loader-wrapper').show();
|
1059 |
-
var params = jQuery("form[name=es-survey-form]").serializeArray();
|
1060 |
-
var that = this;
|
1061 |
-
params.push({name: 'btn-val', value: jQuery(this).data('val') });
|
1062 |
-
params.push({name: 'action', value: 'es_submit_survey' });
|
1063 |
-
jQuery.ajax({
|
1064 |
-
method: 'POST',
|
1065 |
-
type: 'text',
|
1066 |
-
url: "<?php echo admin_url( 'admin-ajax.php' ); ?>",
|
1067 |
-
data: params,
|
1068 |
-
success: function(response) {
|
1069 |
-
jQuery("form[name=es-survey-form]").find('.es-loader-wrapper').hide();
|
1070 |
-
jQuery(".es-msg-wrap").show('slow');
|
1071 |
-
if( jQuery(that).attr('id') =='es-no'){
|
1072 |
-
jQuery(".es-msg-wrap .es-yes").hide();
|
1073 |
-
}else{
|
1074 |
-
jQuery(".es-msg-wrap .es-no").hide();
|
1075 |
-
}
|
1076 |
-
jQuery(".es-form-wrapper").hide('slow');
|
1077 |
-
setTimeout(function(){
|
1078 |
-
jQuery(".es-form-container").hide('slow');
|
1079 |
-
}, 5000);
|
1080 |
-
}
|
1081 |
-
});
|
1082 |
-
})
|
1083 |
-
|
1084 |
-
});
|
1085 |
-
</script>
|
1086 |
-
<?php
|
1087 |
-
|
1088 |
}
|
1089 |
|
1090 |
// Function to dismiss any admin notice
|
@@ -1196,18 +868,19 @@ class es_cls_registerhook {
|
|
1196 |
);
|
1197 |
|
1198 |
$args = array(
|
1199 |
-
'labels'
|
1200 |
-
|
1201 |
-
'publicly_queryable'
|
1202 |
-
'
|
1203 |
-
|
1204 |
-
'
|
1205 |
-
'
|
1206 |
-
'
|
1207 |
-
'
|
1208 |
-
'
|
1209 |
-
'
|
1210 |
-
'
|
|
|
1211 |
);
|
1212 |
|
1213 |
register_post_type( 'es_template', $args );
|
711 |
public static function es_add_admin_notices() {
|
712 |
|
713 |
$screen = get_current_screen();
|
714 |
+
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;
|
715 |
|
716 |
+
$timezone_format = _x('Y-m-d', 'timezone date format');
|
717 |
+
$es_current_date = strtotime(date_i18n($timezone_format));
|
718 |
+
$es_offer_start = strtotime("2017-11-17");
|
719 |
+
$es_offer_end = strtotime("2017-11-28");
|
720 |
+
if( ($es_current_date >= $es_offer_start) && ($es_current_date <= $es_offer_end) ) {
|
721 |
+
include_once( 'es-offer.php' );
|
722 |
+
} else{
|
723 |
+
include_once( 'es-survey.php' );
|
724 |
}
|
725 |
|
726 |
+
// To show notice for Compose & Keywords change
|
|
|
727 |
?>
|
728 |
<style type="text/css">
|
729 |
a.es-admin-btn {
|
739 |
font-weight: 600;
|
740 |
font-size: 13px;
|
741 |
}
|
|
|
|
|
|
|
|
|
|
|
742 |
a.es-admin-btn:hover {
|
743 |
color: #FFF;
|
744 |
background-color: #363b3f;
|
745 |
}
|
746 |
+
a.es-admin-btn-secondary {
|
747 |
+
background: #fafafa;
|
748 |
+
margin-left: 20px;
|
749 |
+
font-weight: 400;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
750 |
}
|
751 |
</style>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
752 |
<?php
|
753 |
+
$es_keyword_change_notice_email_subscribers = get_option( 'es_keyword_change_notice_email_subscribers' );
|
754 |
+
if ( $es_keyword_change_notice_email_subscribers != 'no' ) {
|
755 |
+
$url = 'https://www.icegram.com/email-subscribers-gets-more-user-friendly/?utm_source=es&utm_medium=in_app_banner&utm_campaign=view_banner';
|
756 |
+
$admin_notice_text_for_keyword_update = __( 'Compose is now changed to <b>Templates</b> and Keyword structure has been simplified. All your previously created templates and keywords have been automatically updated to the new structure.<br>', ES_TDOMAIN );
|
757 |
+
echo '<div class="notice notice-warning"><p>'.$admin_notice_text_for_keyword_update.'<a target="_blank" style="display:inline-block" class="es-admin-btn" href="'.$url.'">'.__( 'Check all the changes ', ES_TDOMAIN ).'</a><a style="display:inline-block" class="es-admin-btn es-admin-btn-secondary" href="?dismiss_admin_notice=1&option_name=es_keyword_change_notice">'.__( 'No thanks, I know about it already.', ES_TDOMAIN ).'</a></p></div>';
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
758 |
}
|
759 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
760 |
}
|
761 |
|
762 |
// Function to dismiss any admin notice
|
868 |
);
|
869 |
|
870 |
$args = array(
|
871 |
+
'labels' => $labels,
|
872 |
+
'public' => true,
|
873 |
+
'publicly_queryable' => false,
|
874 |
+
'exclude_from_search' => true,
|
875 |
+
'show_ui' => true,
|
876 |
+
'show_in_menu' => 'edit.php?post_type=es_template',
|
877 |
+
'query_var' => true,
|
878 |
+
'rewrite' => array( 'slug' => 'es_template' ),
|
879 |
+
'capability_type' => 'post',
|
880 |
+
'has_archive' => false,
|
881 |
+
'hierarchical' => false,
|
882 |
+
'menu_position' => null,
|
883 |
+
'supports' => array( 'title', 'editor', 'thumbnail')
|
884 |
);
|
885 |
|
886 |
register_post_type( 'es_template', $args );
|
classes/es-survey.php
ADDED
@@ -0,0 +1,370 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
|
3 |
+
// Exit if accessed directly
|
4 |
+
if ( ! defined( 'ABSPATH' ) ) {
|
5 |
+
exit;
|
6 |
+
}
|
7 |
+
|
8 |
+
$screen = get_current_screen();
|
9 |
+
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;
|
10 |
+
|
11 |
+
if( get_option('es_survey_done') == 1 ) return;
|
12 |
+
|
13 |
+
// 13th June 17 - 0.1
|
14 |
+
// updated on 5th July 17 - 0.2
|
15 |
+
// updated on 26th July 17 - 0.2
|
16 |
+
// updated on 21st Aug 17 - 0.3
|
17 |
+
// updated on 17th Nov 17 - 0.3 - moved to new file
|
18 |
+
$es_data = es_cls_dbquery::es_survey_res();
|
19 |
+
|
20 |
+
// Check days passed from this update (v3.3.4)
|
21 |
+
$timezone_format = _x('Y-m-d', 'timezone date format');
|
22 |
+
$es_current_date = date_i18n($timezone_format);
|
23 |
+
$es_update_date = get_option('ig_es_update_v_3_3_4_date');
|
24 |
+
|
25 |
+
if ( $es_update_date === false ) {
|
26 |
+
$es_update_date = $es_current_date;
|
27 |
+
add_option( 'ig_es_update_v_3_3_4_date',$es_update_date );
|
28 |
+
}
|
29 |
+
|
30 |
+
$date_diff = floor( ( strtotime($es_current_date) - strtotime($es_update_date) ) / (3600 * 24) );
|
31 |
+
if($date_diff < 30) return;
|
32 |
+
|
33 |
+
?>
|
34 |
+
<style type="text/css">
|
35 |
+
a.es-admin-btn {
|
36 |
+
margin-left: 10px;
|
37 |
+
padding: 4px 8px;
|
38 |
+
position: relative;
|
39 |
+
text-decoration: none;
|
40 |
+
border: none;
|
41 |
+
-webkit-border-radius: 2px;
|
42 |
+
border-radius: 2px;
|
43 |
+
background: #e0e0e0;
|
44 |
+
text-shadow: none;
|
45 |
+
font-weight: 600;
|
46 |
+
font-size: 13px;
|
47 |
+
}
|
48 |
+
a.es-admin-btn-secondary {
|
49 |
+
background: #fafafa;
|
50 |
+
margin-left: 20px;
|
51 |
+
font-weight: 400;
|
52 |
+
}
|
53 |
+
a.es-admin-btn:hover {
|
54 |
+
color: #FFF;
|
55 |
+
background-color: #363b3f;
|
56 |
+
}
|
57 |
+
.es-form-container .es-form-field {
|
58 |
+
display: inline-block;
|
59 |
+
}
|
60 |
+
.es-form-container .es-form-field:not(:first-child) {
|
61 |
+
margin-left: 4%;
|
62 |
+
}
|
63 |
+
.es-form-container {
|
64 |
+
background-color: rgb(42, 2, 86) !important;
|
65 |
+
border-radius: 0.618em;
|
66 |
+
margin-top: 1%;
|
67 |
+
padding: 1em 1em 0.5em 1em;
|
68 |
+
box-shadow: 0 0 7px 0 rgba(0, 0, 0, .2);
|
69 |
+
color: #FFF;
|
70 |
+
font-size: 1.1em;
|
71 |
+
}
|
72 |
+
.es-form-wrapper {
|
73 |
+
margin-bottom:0.4em;
|
74 |
+
}
|
75 |
+
.es-form-headline div.es-mainheadline {
|
76 |
+
font-weight: bold;
|
77 |
+
font-size: 1.618em;
|
78 |
+
line-height: 1.8em;
|
79 |
+
}
|
80 |
+
.es-form-headline div.es-subheadline {
|
81 |
+
padding-bottom: 0.4em;
|
82 |
+
font-family: Georgia, Palatino, serif;
|
83 |
+
font-size: 1.2em;
|
84 |
+
color: #d4a000;
|
85 |
+
}
|
86 |
+
.es-survey-ques {
|
87 |
+
font-size:1.1em;
|
88 |
+
padding-bottom: 0.3em;
|
89 |
+
}
|
90 |
+
.es-form-field label {
|
91 |
+
font-size:0.9em;
|
92 |
+
margin-left: 0.2em;
|
93 |
+
}
|
94 |
+
.es-survey-next,.es-button {
|
95 |
+
box-shadow: 0 1px 0 #03a025;
|
96 |
+
font-weight: bold;
|
97 |
+
height: 2em;
|
98 |
+
line-height: 1em;
|
99 |
+
}
|
100 |
+
.es-survey-next,.es-button.primary {
|
101 |
+
color: #FFFFFF!important;
|
102 |
+
border-color: #a7c53c !important;
|
103 |
+
background: #a7c53c !important;
|
104 |
+
box-shadow: none;
|
105 |
+
padding: 0 3.6em;
|
106 |
+
}
|
107 |
+
.es-heading {
|
108 |
+
font-size: 1.218em;
|
109 |
+
padding-bottom: 0.5em;
|
110 |
+
padding-top: 0.5em;
|
111 |
+
display: block;
|
112 |
+
font-weight: bold;
|
113 |
+
color: #ffd3a2;
|
114 |
+
}
|
115 |
+
.es-button.secondary {
|
116 |
+
color: #545454!important;
|
117 |
+
border-color: #d9dcda!important;
|
118 |
+
background: rgba(243, 243, 243, 0.83) !important;
|
119 |
+
}
|
120 |
+
.es-loader-wrapper {
|
121 |
+
position: absolute;
|
122 |
+
display: none;
|
123 |
+
left: 50%;
|
124 |
+
margin-top: 0.4em;
|
125 |
+
margin-left: 4em;
|
126 |
+
}
|
127 |
+
.es-loader-wrapper img {
|
128 |
+
width: 60%;
|
129 |
+
}
|
130 |
+
.es-msg-wrap {
|
131 |
+
display: none;
|
132 |
+
text-align: center;
|
133 |
+
}
|
134 |
+
.es-msg-wrap .es-msg-text {
|
135 |
+
padding: 1%;
|
136 |
+
font-size: 2em;
|
137 |
+
}
|
138 |
+
.es-form-field.es-left {
|
139 |
+
margin-bottom: 0.6em;
|
140 |
+
width: 29%;
|
141 |
+
display: inline-block;
|
142 |
+
float: left;
|
143 |
+
}
|
144 |
+
.es-form-field.es-right {
|
145 |
+
margin-left: 3%;
|
146 |
+
width: 67%;
|
147 |
+
display: inline-block;
|
148 |
+
}
|
149 |
+
.es-profile-txt:before {
|
150 |
+
font-family: dashicons;
|
151 |
+
content: "\f345";
|
152 |
+
vertical-align: middle;
|
153 |
+
}
|
154 |
+
.es-profile-txt {
|
155 |
+
font-size: 0.9em;
|
156 |
+
}
|
157 |
+
.es-right-info .es-right {
|
158 |
+
width: 50%;
|
159 |
+
display: inline-block;
|
160 |
+
float: right;
|
161 |
+
margin-top: 2em;
|
162 |
+
}
|
163 |
+
.es-right-info .es-left {
|
164 |
+
width: 50%;
|
165 |
+
display: inline-block;
|
166 |
+
}
|
167 |
+
.es-form-wrapper form {
|
168 |
+
margin-top: 0.6em;
|
169 |
+
}
|
170 |
+
.es-right-info label {
|
171 |
+
padding: 0 0.5em 0 0;
|
172 |
+
font-size: 0.8em;
|
173 |
+
text-transform: uppercase;
|
174 |
+
color: rgba(239, 239, 239, 0.98);
|
175 |
+
}
|
176 |
+
.es-list-item {
|
177 |
+
margin-bottom: 0.9em;
|
178 |
+
display: none;
|
179 |
+
margin-top: 0.5em;
|
180 |
+
}
|
181 |
+
.es-rocket {
|
182 |
+
position: absolute;
|
183 |
+
top: 1.5em;
|
184 |
+
right: 5%;
|
185 |
+
}
|
186 |
+
#es-no {
|
187 |
+
box-shadow: none;
|
188 |
+
cursor: pointer;
|
189 |
+
color: #c3bfbf;
|
190 |
+
text-decoration: underline;
|
191 |
+
width: 100%;
|
192 |
+
display: inline-block;
|
193 |
+
margin: 0 auto;
|
194 |
+
margin-left: 11em;
|
195 |
+
margin-top: 0.2em;
|
196 |
+
}
|
197 |
+
.es-clearfix:after {
|
198 |
+
content: ".";
|
199 |
+
display: block;
|
200 |
+
clear: both;
|
201 |
+
visibility: hidden;
|
202 |
+
line-height: 0;
|
203 |
+
height: 0;
|
204 |
+
}
|
205 |
+
.es-survey-next {
|
206 |
+
text-decoration: none;
|
207 |
+
color: #fff;
|
208 |
+
margin-top: -1em!important;
|
209 |
+
}
|
210 |
+
</style>
|
211 |
+
|
212 |
+
<script type="text/javascript">
|
213 |
+
jQuery(function() {
|
214 |
+
jQuery('.es-list-item:nth-child(2)').show();
|
215 |
+
jQuery('.es-list-item:nth-child(2)').addClass('current');
|
216 |
+
jQuery('.es-form-container').on('click', '.es-survey-next', function(){
|
217 |
+
jQuery('.es-list-item.current').hide();
|
218 |
+
jQuery('.es-list-item.current').next().show().addClass('current');
|
219 |
+
jQuery('.es-list-item.current').prev('.es-list-item').hide();
|
220 |
+
if(jQuery('.es-list-item.current').is(':last-child')){
|
221 |
+
jQuery('.es-survey-next').hide();
|
222 |
+
|
223 |
+
}
|
224 |
+
});
|
225 |
+
|
226 |
+
});
|
227 |
+
</script>
|
228 |
+
|
229 |
+
<div class="es-form-container wrap">
|
230 |
+
<div class="es-form-wrapper">
|
231 |
+
<div class="es-form-headline">
|
232 |
+
<div class="es-mainheadline"><?php echo __( 'Email Subscribers', ES_TDOMAIN ); ?> <u><?php echo __( 'is getting even better!', ES_TDOMAIN ); ?></u></div>
|
233 |
+
<div class="es-subheadline"><?php echo __( 'But I need you to', ES_TDOMAIN ); ?> <strong><?php echo __( 'help me prioritize', ES_TDOMAIN ); ?></strong>! <?php echo __( 'Please send your response today.', ES_TDOMAIN ); ?></div>
|
234 |
+
</div>
|
235 |
+
<form name="es-survey-form" action="#" method="POST" accept-charset="utf-8">
|
236 |
+
<div class="es-container-1 es-clearfix">
|
237 |
+
<div class="es-form-field es-left">
|
238 |
+
<div class="es-profile">
|
239 |
+
<div class="es-profile-info">
|
240 |
+
<div class="es-heading"><?php echo __( "Here's how you use ES:",ES_TDOMAIN ); ?></div>
|
241 |
+
<ul style="margin: 0 0.5em;">
|
242 |
+
<li class="es-profile-txt">
|
243 |
+
<?php
|
244 |
+
if( $es_data['post_notification'] > $es_data['newsletter'] ) {
|
245 |
+
echo __( 'Post Notifications more often than Newsletter', ES_TDOMAIN );
|
246 |
+
} else if($es_data['newsletter'] > $es_data['post_notification']){
|
247 |
+
echo __( 'Newsletter more often than Post Notifications', ES_TDOMAIN );
|
248 |
+
} else{
|
249 |
+
echo __( 'Post Notification & Newsletter equally', ES_TDOMAIN );
|
250 |
+
}
|
251 |
+
?>
|
252 |
+
</li>
|
253 |
+
<li class="es-profile-txt"> <?php echo __('Have ',ES_TDOMAIN ) .$es_data['es_active_subscribers'] . __(' Active Subscribers', ES_TDOMAIN); ?></li>
|
254 |
+
<li class="es-profile-txt"> <?php echo __('Post ',ES_TDOMAIN ) .$es_data['es_avg_post_cnt'] . __(' blog per week', ES_TDOMAIN); ?></li>
|
255 |
+
<li class="es-profile-txt">
|
256 |
+
<?php
|
257 |
+
if( $es_data['cron'] > $es_data['immediately'] ) {
|
258 |
+
echo __( 'Send emails via Cron', ES_TDOMAIN );
|
259 |
+
} else {
|
260 |
+
echo __( 'Send emails Immediately', ES_TDOMAIN );
|
261 |
+
}
|
262 |
+
?>
|
263 |
+
</li>
|
264 |
+
<li class="es-profile-txt">
|
265 |
+
<?php
|
266 |
+
if ( $es_data['es_opt_in_type'] == 'Double Opt In' ) {
|
267 |
+
echo __( 'Using Double Opt In', ES_TDOMAIN );
|
268 |
+
} else {
|
269 |
+
echo __( 'Using Single Opt In', ES_TDOMAIN );
|
270 |
+
}
|
271 |
+
?>
|
272 |
+
</li>
|
273 |
+
<input type="hidden" name="es_data[data][post_notification]" value="<?php echo $es_data['post_notification']; ?>">
|
274 |
+
<input type="hidden" name="es_data[data][newsletter]" value="<?php echo $es_data['newsletter']; ?>">
|
275 |
+
<input type="hidden" name="es_data[data][cron]" value="<?php echo $es_data['cron']; ?>">
|
276 |
+
<input type="hidden" name="es_data[data][immediately]" value="<?php echo $es_data['immediately']; ?>">
|
277 |
+
<input type="hidden" name="es_data[data][es_active_subscribers]" value="<?php echo $es_data['es_active_subscribers']; ?>">
|
278 |
+
<input type="hidden" name="es_data[data][es_total_subscribers]" value="<?php echo $es_data['es_total_subscribers']; ?>">
|
279 |
+
<input type="hidden" name="es_data[data][es_avg_post_cnt]" value="<?php echo $es_data['es_avg_post_cnt']; ?>">
|
280 |
+
<input type="hidden" name="es_data[data][es_opt_in_type]" value="<?php echo $es_data['es_opt_in_type']; ?>">
|
281 |
+
<input type="hidden" name="es_data[es-survey-version]" value="0.3">
|
282 |
+
</ul>
|
283 |
+
</div>
|
284 |
+
</div>
|
285 |
+
</div>
|
286 |
+
<div class="es-form-field es-right">
|
287 |
+
<div class="es-heading"><?php echo __( 'How soon do you want these new features?', ES_TDOMAIN ); ?></div>
|
288 |
+
<div class="es-right-info">
|
289 |
+
<div class="es-left">
|
290 |
+
<ul style="margin-top:0;"><span class="es-counter">
|
291 |
+
<li class="es-list-item"><?php echo __( 'Beautiful Email Designs', ES_TDOMAIN ); ?><br>
|
292 |
+
<label title="days"><input checked="" type="radio" name="es_data[design_tmpl]" value="0"><?php echo __( 'Right now!', ES_TDOMAIN ); ?></label>
|
293 |
+
<label title="days"><input type="radio" name="es_data[design_tmpl]" value="1"><?php echo __( 'Soon', ES_TDOMAIN ); ?></label>
|
294 |
+
<label title="days"><input type="radio" name="es_data[design_tmpl]" value="2"><?php echo __( 'Later', ES_TDOMAIN ); ?></label>
|
295 |
+
</li>
|
296 |
+
<li class="es-list-item"><?php echo __( 'Spam Check, Scheduling... (Better Email Delivery)', ES_TDOMAIN); ?><br>
|
297 |
+
<label title="days"><input type="radio" name="es_data[email_control]" value="0"><?php echo __( 'Right now!', ES_TDOMAIN ); ?></label>
|
298 |
+
<label title="days"><input checked="" type="radio" name="es_data[email_control]" value="1"><?php echo __( 'Soon', ES_TDOMAIN ); ?></label>
|
299 |
+
<label title="days"><input type="radio" name="es_data[email_control]" value="2"><?php echo __( 'Later', ES_TDOMAIN ); ?></label>
|
300 |
+
</li>
|
301 |
+
<li class="es-list-item"><?php echo __( 'Discard Fake / Bouncing Emails', ES_TDOMAIN); ?><br>
|
302 |
+
<label title="days"><input type="radio" name="es_data[cleanup]" value="0"><?php echo __( 'Right now!', ES_TDOMAIN ); ?></label>
|
303 |
+
<label title="days"><input checked="" type="radio" name="es_data[cleanup]" value="1"><?php echo __( 'Soon', ES_TDOMAIN ); ?></label>
|
304 |
+
<label title="days"><input type="radio" name="es_data[cleanup]" value="2"><?php echo __( 'Later', ES_TDOMAIN ); ?></label>
|
305 |
+
</li>
|
306 |
+
<li class="es-list-item"><?php echo __( 'Advanced Reporting', ES_TDOMAIN ); ?><br>
|
307 |
+
<label title="days"><input type="radio" name="es_data[report]" value="0"><?php echo __( 'Right now!', ES_TDOMAIN ); ?></label>
|
308 |
+
<label title="days"><input type="radio" name="es_data[report]" value="1"><?php echo __( 'Soon', ES_TDOMAIN ); ?></label>
|
309 |
+
<label title="days"><input checked="" type="radio" name="es_data[report]" value="2"><?php echo __( 'Later', ES_TDOMAIN ); ?></label>
|
310 |
+
</li>
|
311 |
+
<li class="es-list-item">
|
312 |
+
<div>
|
313 |
+
<input style="width: 70%;vertical-align: middle;display: inline-block;" placeholder="Enter your email to get early access" type="email" name="es_data[email]" value="<?php echo get_option( 'admin_email' ); ?>">
|
314 |
+
<div class="" style="display: inline-block;margin-left: 0.4em;width: 23%;vertical-align: middle;">
|
315 |
+
<input data-val="yes" type="submit" id="es-yes" value="Alright, Send It All" class="es-button button primary">
|
316 |
+
</div>
|
317 |
+
<div class="es-loader-wrapper"><img src="<?php echo ES_URL ?>images/spinner-2x.gif"></div>
|
318 |
+
<a id="es-no" data-val="no" class=""><?php echo __( 'Nah, I don\'t like improvements', ES_TDOMAIN ); ?></a>
|
319 |
+
</div>
|
320 |
+
</li>
|
321 |
+
</ul>
|
322 |
+
</div>
|
323 |
+
<div class="es-right">
|
324 |
+
<a href="#" class="es-survey-next button primary"><?php echo __( 'Next', ES_TDOMAIN ); ?> </a>
|
325 |
+
</div>
|
326 |
+
</div>
|
327 |
+
</div>
|
328 |
+
</div>
|
329 |
+
</form>
|
330 |
+
<div class="es-rocket"><img src="<?php echo ES_URL?>images/es-growth-rocket.png"/></div>
|
331 |
+
</div>
|
332 |
+
<div class="es-msg-wrap">
|
333 |
+
<div class="es-logo-wrapper"><img style="width:5%;" src="<?php echo ES_URL ?>images/es-logo-128x128.png"></div>
|
334 |
+
<div class="es-msg-text es-yes"><?php echo __( 'Thank you!', ES_TDOMAIN ); ?></div>
|
335 |
+
<div class="es-msg-text es-no"><?php echo __( 'No issues, have a nice day!', ES_TDOMAIN ); ?></div>
|
336 |
+
</div>
|
337 |
+
</div>
|
338 |
+
|
339 |
+
<script type="text/javascript">
|
340 |
+
jQuery(function () {
|
341 |
+
jQuery("form[name=es-survey-form]").on('click','.es-button, #es-no',function(e){
|
342 |
+
e.preventDefault();
|
343 |
+
jQuery("form[name=es-survey-form]").find('.es-loader-wrapper').show();
|
344 |
+
var params = jQuery("form[name=es-survey-form]").serializeArray();
|
345 |
+
var that = this;
|
346 |
+
params.push({name: 'btn-val', value: jQuery(this).data('val') });
|
347 |
+
params.push({name: 'action', value: 'es_submit_survey' });
|
348 |
+
jQuery.ajax({
|
349 |
+
method: 'POST',
|
350 |
+
type: 'text',
|
351 |
+
url: "<?php echo admin_url( 'admin-ajax.php' ); ?>",
|
352 |
+
data: params,
|
353 |
+
success: function(response) {
|
354 |
+
jQuery("form[name=es-survey-form]").find('.es-loader-wrapper').hide();
|
355 |
+
jQuery(".es-msg-wrap").show('slow');
|
356 |
+
if( jQuery(that).attr('id') =='es-no'){
|
357 |
+
jQuery(".es-msg-wrap .es-yes").hide();
|
358 |
+
}else{
|
359 |
+
jQuery(".es-msg-wrap .es-no").hide();
|
360 |
+
}
|
361 |
+
jQuery(".es-form-wrapper").hide('slow');
|
362 |
+
setTimeout(function(){
|
363 |
+
jQuery(".es-form-container").hide('slow');
|
364 |
+
}, 5000);
|
365 |
+
}
|
366 |
+
});
|
367 |
+
})
|
368 |
+
|
369 |
+
});
|
370 |
+
</script>
|
email-subscribers.php
CHANGED
@@ -3,11 +3,11 @@
|
|
3 |
* Plugin Name: Email Subscribers & Newsletters
|
4 |
* Plugin URI: https://www.icegram.com/
|
5 |
* Description: Add subscription forms on website, send HTML newsletters & automatically notify subscribers about new blog posts once it is published.
|
6 |
-
* Version: 3.4.
|
7 |
* Author: Icegram
|
8 |
* Author URI: https://www.icegram.com/
|
9 |
* Requires at least: 3.4
|
10 |
-
* Tested up to: 4.8.
|
11 |
* Text Domain: email-subscribers
|
12 |
* Domain Path: /languages/
|
13 |
* License: GPLv3
|
3 |
* Plugin Name: Email Subscribers & Newsletters
|
4 |
* Plugin URI: https://www.icegram.com/
|
5 |
* Description: Add subscription forms on website, send HTML newsletters & automatically notify subscribers about new blog posts once it is published.
|
6 |
+
* Version: 3.4.3
|
7 |
* Author: Icegram
|
8 |
* Author URI: https://www.icegram.com/
|
9 |
* Requires at least: 3.4
|
10 |
+
* Tested up to: 4.8.3
|
11 |
* Text Domain: email-subscribers
|
12 |
* Domain Path: /languages/
|
13 |
* License: GPLv3
|
help/help.php
CHANGED
@@ -305,7 +305,7 @@ if ( ! defined( 'ABSPATH' ) ) {
|
|
305 |
</div>
|
306 |
<br />
|
307 |
<div class="es-setting">
|
308 |
-
<h3><?php echo __( 'General Plugin
|
309 |
<ul class="es_faq_list">
|
310 |
<li class="es_faq">
|
311 |
<?php echo sprintf(__( 'Modify %s', ES_TDOMAIN ), '<a href="https://www.icegram.com/documentation/es-general-plugin-settings/?utm_source=es&utm_medium=in_app&utm_campaign=view_docs_help_page" target="_blank">' . __( 'default text, email contents', ES_TDOMAIN ) . '</a>' . __( ' (like Confirmation, Welcome, Admin emails), Cron Settings and Assign User Roles', ES_TDOMAIN ) ); ?>
|
@@ -322,67 +322,66 @@ if ( ! defined( 'ABSPATH' ) ) {
|
|
322 |
<li class="es_faq">
|
323 |
<?php echo sprintf(__( '%s', ES_TDOMAIN ), '<a href="https://www.icegram.com/documentation/es-how-to-add-unsubscribe-link-in-emails/?utm_source=es&utm_medium=in_app&utm_campaign=view_docs_help_page" target="_blank">' . __( 'How to add Unsubscribe link in emails?', ES_TDOMAIN ) . '</a>' ); ?>
|
324 |
</li>
|
325 |
-
</ul>
|
326 |
-
</div>
|
327 |
-
</div>
|
328 |
-
</div>
|
329 |
-
<hr />
|
330 |
-
<div class="feature-section col three-col">
|
331 |
-
<div class="col-1">
|
332 |
-
<div class="es-usage">
|
333 |
-
<h3><?php echo __( 'Usage', ES_TDOMAIN ); ?></h3>
|
334 |
-
<ul class="es_faq_list">
|
335 |
<li class="es_faq">
|
336 |
-
<?php echo sprintf(__( '%s', ES_TDOMAIN ), '<a href="https://www.icegram.com/documentation/es-how-to-
|
337 |
-
</li>
|
338 |
-
<li class="es_faq">
|
339 |
-
<?php echo sprintf(__( '%s', ES_TDOMAIN ), '<a href="https://www.icegram.com/documentation/es-how-to-configure-and-send-notification-emails-to-subscribers-when-new-posts-are-published/?utm_source=es&utm_medium=in_app&utm_campaign=view_docs_help_page" target="_blank">' . __( 'Compose and Send Post Notification Emails when new posts are published', ES_TDOMAIN ) . '</a>' ); ?>
|
340 |
-
</li>
|
341 |
-
<li class="es_faq">
|
342 |
-
<?php echo sprintf(__( '%s', 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">' . __( 'Keywords in the Post Notifications', ES_TDOMAIN ) . '</a>' ); ?>
|
343 |
-
</li>
|
344 |
-
<li class="es_faq">
|
345 |
-
<?php echo sprintf(__( '%s', ES_TDOMAIN ), '<a href="https://www.icegram.com/documentation/es-how-to-send-a-sample-new-post-notification-email-to-testgroup-myself/?utm_source=es&utm_medium=in_app&utm_campaign=view_docs_help_page" target="_blank">' . __( 'Send a test post notification email to myself/testgroup', ES_TDOMAIN ) . '</a>' ); ?>
|
346 |
-
</li>
|
347 |
-
<li class="es_faq">
|
348 |
-
<?php echo sprintf(__( '%s', ES_TDOMAIN ), '<a href="https://www.icegram.com/documentation/es-how-to-check-sent-emails/?utm_source=es&utm_medium=in_app&utm_campaign=view_docs_help_page" target="_blank">' . __( 'Check sent emails', ES_TDOMAIN ) . '</a>' ); ?>
|
349 |
</li>
|
350 |
</ul>
|
351 |
</div>
|
352 |
</div>
|
353 |
-
|
354 |
-
|
355 |
-
|
356 |
-
|
357 |
-
|
358 |
-
|
359 |
-
|
360 |
-
<
|
361 |
-
|
362 |
-
|
363 |
-
<
|
364 |
-
|
365 |
-
|
366 |
-
|
367 |
-
|
368 |
-
|
369 |
-
|
370 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
371 |
</div>
|
372 |
-
<div class="col
|
373 |
-
<
|
374 |
-
|
375 |
-
<
|
376 |
-
<
|
377 |
-
|
378 |
-
|
379 |
-
<
|
380 |
-
|
381 |
-
|
382 |
-
|
383 |
-
|
384 |
-
|
385 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
386 |
</div>
|
387 |
</div>
|
388 |
<hr />
|
305 |
</div>
|
306 |
<br />
|
307 |
<div class="es-setting">
|
308 |
+
<h3><?php echo __( 'General Plugin Configuration', ES_TDOMAIN ); ?></h3>
|
309 |
<ul class="es_faq_list">
|
310 |
<li class="es_faq">
|
311 |
<?php echo sprintf(__( 'Modify %s', ES_TDOMAIN ), '<a href="https://www.icegram.com/documentation/es-general-plugin-settings/?utm_source=es&utm_medium=in_app&utm_campaign=view_docs_help_page" target="_blank">' . __( 'default text, email contents', ES_TDOMAIN ) . '</a>' . __( ' (like Confirmation, Welcome, Admin emails), Cron Settings and Assign User Roles', ES_TDOMAIN ) ); ?>
|
322 |
<li class="es_faq">
|
323 |
<?php echo sprintf(__( '%s', ES_TDOMAIN ), '<a href="https://www.icegram.com/documentation/es-how-to-add-unsubscribe-link-in-emails/?utm_source=es&utm_medium=in_app&utm_campaign=view_docs_help_page" target="_blank">' . __( 'How to add Unsubscribe link in emails?', ES_TDOMAIN ) . '</a>' ); ?>
|
324 |
</li>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
325 |
<li class="es_faq">
|
326 |
+
<?php echo sprintf(__( '%s', ES_TDOMAIN ), '<a href="https://www.icegram.com/documentation/es-how-to-check-sent-emails/?utm_source=es&utm_medium=in_app&utm_campaign=view_docs_help_page" target="_blank">' . __( 'How to check sent emails?', ES_TDOMAIN ) . '</a>' ); ?>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
327 |
</li>
|
328 |
</ul>
|
329 |
</div>
|
330 |
</div>
|
331 |
+
</div>
|
332 |
+
<hr />
|
333 |
+
<div class="feature-section col two-col">
|
334 |
+
<div class="col">
|
335 |
+
<h3><?php echo __( 'Newsletters', ES_TDOMAIN ); ?></h3>
|
336 |
+
<ul class="es_faq_list">
|
337 |
+
<li class="es_faq">
|
338 |
+
<?php echo sprintf(__( '%s', ES_TDOMAIN ), '<a href="https://www.icegram.com/documentation/es-how-to-create-and-send-newsletter-emails/?utm_source=es&utm_medium=in_app&utm_campaign=view_docs_help_page" target="_blank">' . __( 'Create and Send Newsletter Emails', ES_TDOMAIN ) . '</a>' ); ?>
|
339 |
+
</li>
|
340 |
+
<li class="es_faq">
|
341 |
+
<?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>' ); ?>
|
342 |
+
</li>
|
343 |
+
</ul>
|
344 |
+
<br><br>
|
345 |
+
<h3><?php echo __( 'Post Notifications', ES_TDOMAIN ); ?></h3>
|
346 |
+
<ul class="es_faq_list">
|
347 |
+
<li class="es_faq">
|
348 |
+
<?php echo sprintf(__( '%s', ES_TDOMAIN ), '<a href="https://www.icegram.com/documentation/es-how-to-create-and-send-post-notification-emails-when-new-posts-are-published/?utm_source=es&utm_medium=in_app&utm_campaign=view_docs_help_page" target="_blank">' . __( 'Create and Send Post Notification Emails when new posts are published', ES_TDOMAIN ) . '</a>' ); ?>
|
349 |
+
</li>
|
350 |
+
<li class="es_faq">
|
351 |
+
<?php echo sprintf(__( '%s', 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">' . __( 'Keywords in the Post Notifications', ES_TDOMAIN ) . '</a>' ); ?>
|
352 |
+
</li>
|
353 |
+
<li class="es_faq">
|
354 |
+
<?php echo sprintf(__( '%s', ES_TDOMAIN ), '<a href="https://www.icegram.com/documentation/es-how-to-send-a-sample-new-post-notification-email-to-testgroup-myself/?utm_source=es&utm_medium=in_app&utm_campaign=view_docs_help_page" target="_blank">' . __( 'Send a test post notification email to myself/testgroup', ES_TDOMAIN ) . '</a>' ); ?>
|
355 |
+
</li>
|
356 |
+
</ul>
|
357 |
</div>
|
358 |
+
<div class="col last-feature">
|
359 |
+
<h3><?php echo __( 'Cron Job Setup', ES_TDOMAIN ); ?></h3>
|
360 |
+
<ul class="es_faq_list">
|
361 |
+
<li class="es_faq">
|
362 |
+
<?php echo sprintf(__( '%s', ES_TDOMAIN ), '<a href="https://www.icegram.com/documentation/es-how-to-schedule-cron-emails/?utm_source=es&utm_medium=in_app&utm_campaign=view_docs_help_page" target="_blank">' . __( 'What is Cron and how to Schedule Cron Emails?', ES_TDOMAIN ) . '</a>' ); ?>
|
363 |
+
</li>
|
364 |
+
<li class="es_faq">
|
365 |
+
<?php echo sprintf(__( '%s', ES_TDOMAIN ), '<a href="https://www.icegram.com/documentation/es-how-to-schedule-cron-emails-in-cpanel/?utm_source=es&utm_medium=in_app&utm_campaign=view_docs_help_page" target="_blank">' . __( 'Schedule Cron Emails in cPanel', ES_TDOMAIN ) . '</a>' ); ?>
|
366 |
+
</li>
|
367 |
+
<li class="es_faq">
|
368 |
+
<?php echo sprintf(__( '%s', ES_TDOMAIN ), '<a href="https://www.icegram.com/documentation/es-how-to-schedule-cron-emails-in-parallels-plesk/?utm_source=es&utm_medium=in_app&utm_campaign=view_docs_help_page" target="_blank">' . __( 'Schedule Cron Emails in Parallels Plesk', ES_TDOMAIN ) . '</a>' ); ?>
|
369 |
+
</li>
|
370 |
+
<li class="es_faq">
|
371 |
+
<?php echo sprintf(__( '%s', ES_TDOMAIN ), '<a href="https://www.icegram.com/documentation/es-what-to-do-if-hosting-doesnt-support-cron-jobs/?utm_source=es&utm_medium=in_app&utm_campaign=view_docs_help_page" target="_blank">' . __( 'Hosting doesn’t support Cron Jobs?', ES_TDOMAIN ) . '</a>' ); ?>
|
372 |
+
</li>
|
373 |
+
</ul>
|
374 |
+
<h3><?php echo __( 'Troubleshooting Steps', ES_TDOMAIN ); ?></h3>
|
375 |
+
<ul class="es_faq_list">
|
376 |
+
<li class="es_faq">
|
377 |
+
<?php echo sprintf(__( '%s', ES_TDOMAIN ), '<a href="https://www.icegram.com/documentation/es-subscribers-are-not-receiving-emails/?utm_source=es&utm_medium=in_app&utm_campaign=view_docs_help_page" target="_blank">' . __( 'Subscribers are not receiving Emails?', ES_TDOMAIN ) . '</a>' ); ?>
|
378 |
+
</li>
|
379 |
+
<li class="es_faq">
|
380 |
+
<?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>' ); ?>
|
381 |
+
<li class="es_faq">
|
382 |
+
<?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>' ); ?>
|
383 |
+
</li>
|
384 |
+
</ul>
|
385 |
</div>
|
386 |
</div>
|
387 |
<hr />
|
images/part1-thumb-creating-your-brand.jpg
ADDED
Binary file
|
images/part2-thumb-influence-with-email.jpg
ADDED
Binary file
|
images/part3-thumb-solution-to-email-problems.jpg
ADDED
Binary file
|
languages/email-subscribers-ca.mo
CHANGED
Binary file
|
languages/email-subscribers-ca.po
CHANGED
@@ -3,7 +3,7 @@ msgstr ""
|
|
3 |
"Project-Id-Version: Email Subscribers & Newsletters 3.4.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:
|
7 |
"Last-Translator: admin <mansi.shah@appsmagnet.com>\n"
|
8 |
"Language-Team: StoreApps <support@storeapps.org>, Icegram <hello@icegram."
|
9 |
"com>\n"
|
@@ -91,84 +91,108 @@ msgid ""
|
|
91 |
"customer will view the email content."
|
92 |
msgstr ""
|
93 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
94 |
#: ../classes/es-register.php:168 ../classes/es-register.php:169 ../classes/es-
|
95 |
-
#: register.php:
|
96 |
-
#: 1187
|
97 |
msgid "Templates"
|
98 |
msgstr ""
|
99 |
|
100 |
-
#: ../classes/es-register.php:
|
101 |
msgid ""
|
102 |
-
"
|
103 |
-
"
|
|
|
104 |
msgstr ""
|
105 |
|
106 |
-
#: ../classes/es-register.php:
|
107 |
-
msgid "Check the
|
108 |
msgstr ""
|
109 |
|
110 |
-
#: ../classes/es-register.php:
|
111 |
-
msgid "
|
112 |
msgstr ""
|
113 |
|
114 |
-
#: ../classes/es-register.php:
|
115 |
#, php-format
|
116 |
msgid "Email Subscribers version: <strong>%s</strong>"
|
117 |
msgstr ""
|
118 |
|
119 |
-
#: ../classes/es-register.php:
|
120 |
msgid "Add new Template"
|
121 |
msgstr ""
|
122 |
|
123 |
-
#: ../classes/es-register.php:
|
124 |
msgid "Edit Templates"
|
125 |
msgstr ""
|
126 |
|
127 |
-
#: ../classes/es-register.php:
|
128 |
msgid "New Templates"
|
129 |
msgstr ""
|
130 |
|
131 |
-
#: ../classes/es-register.php:
|
132 |
msgid "View Templates"
|
133 |
msgstr ""
|
134 |
|
135 |
-
#: ../classes/es-register.php:
|
136 |
msgid "Search Templates"
|
137 |
msgstr ""
|
138 |
|
139 |
-
#: ../classes/es-register.php:
|
140 |
msgid "No Templates found"
|
141 |
msgstr ""
|
142 |
|
143 |
-
#: ../classes/es-register.php:
|
144 |
msgid "No Templates found in Trash"
|
145 |
msgstr ""
|
146 |
|
147 |
-
#: ../classes/es-register.php:
|
148 |
msgid "Thumbnail (For Visual Representation only)"
|
149 |
msgstr ""
|
150 |
|
151 |
-
#: ../classes/es-register.php:
|
152 |
msgid "Set thumbnail"
|
153 |
msgstr ""
|
154 |
|
155 |
-
#: ../classes/es-register.php:
|
156 |
msgid "Template Type"
|
157 |
msgstr ""
|
158 |
|
159 |
-
#: ../classes/es-register.php:
|
160 |
msgid "Available Keyword for Post Notification: {{POSTTITLE}}"
|
161 |
msgstr ""
|
162 |
|
163 |
-
#: ../classes/es-register.php:
|
164 |
msgid "Select your Email Template Type"
|
165 |
msgstr ""
|
166 |
|
167 |
-
#: ../classes/es-register.php:
|
168 |
msgid "Preview Template"
|
169 |
msgstr ""
|
170 |
|
171 |
-
#: ../classes/es-register.php:
|
172 |
#, php-format
|
173 |
msgid ""
|
174 |
"%s for Post Notification: {{NAME}}, {{EMAIL}}, {{DATE}}, {{POSTTITLE}}, "
|
@@ -176,7 +200,7 @@ msgid ""
|
|
176 |
"WITHTITLE}}, {{POSTLINK-ONLY}}, {{POSTFULL}}"
|
177 |
msgstr ""
|
178 |
|
179 |
-
#: ../classes/es-register.php:
|
180 |
msgid "<br/><br/>Available Keywords for Newsletter: {{NAME}}, {{EMAIL}}"
|
181 |
msgstr ""
|
182 |
|
@@ -309,8 +333,8 @@ msgstr "Vaja, les dades seleccionades no existeixen."
|
|
309 |
msgid "Selected record deleted."
|
310 |
msgstr "Eliminat el registre seleccionat ."
|
311 |
|
312 |
-
#: ../notification/notification-show.php:52 ../
|
313 |
-
#: classes/es-register.php:172
|
314 |
msgid "Post Notifications"
|
315 |
msgstr "Notificacions de les entrades"
|
316 |
|
@@ -517,7 +541,7 @@ msgstr "mida completa"
|
|
517 |
msgid "Medium Size"
|
518 |
msgstr "Mida mitjana"
|
519 |
|
520 |
-
#: ../settings/settings-edit.php:123 ../classes/es-register.php:
|
521 |
msgid "Thumbnail"
|
522 |
msgstr "Miniatura"
|
523 |
|
@@ -546,12 +570,12 @@ msgstr ""
|
|
546 |
"subscrit. Aquesta opció ha d'estar a YES."
|
547 |
|
548 |
#: ../settings/settings-edit.php:142 ../settings/settings-edit.php:217 ..
|
549 |
-
#: subscribers/view-subscriber-sync.php:107 ../classes/es-register.php:
|
550 |
msgid "YES"
|
551 |
msgstr "Si"
|
552 |
|
553 |
#: ../settings/settings-edit.php:143 ../settings/settings-edit.php:218 ..
|
554 |
-
#: subscribers/view-subscriber-sync.php:106 ../classes/es-register.php:
|
555 |
msgid "NO"
|
556 |
msgstr "No"
|
557 |
|
@@ -748,8 +772,8 @@ msgstr "Administrador/editor/autor/contribuidor"
|
|
748 |
msgid "Post Notifications Menu"
|
749 |
msgstr "Menú de notificacionns"
|
750 |
|
751 |
-
#: ../settings/settings-edit.php:324 ../
|
752 |
-
#: register.php:174 ../classes/es-register.php:175
|
753 |
msgid "Newsletters"
|
754 |
msgstr "Butlletins"
|
755 |
|
@@ -917,7 +941,7 @@ msgstr "Veure informes"
|
|
917 |
|
918 |
#: ../sentmail/sentmail-show.php:108 ../sentmail/sentmail-show.php:121 ..
|
919 |
#: compose/compose-edit.php:103 ../compose/compose-show.php:80 ..
|
920 |
-
#: compose/compose-show.php:88 ../classes/es-register.php:
|
921 |
msgid "Preview"
|
922 |
msgstr "Vista previa"
|
923 |
|
@@ -1245,7 +1269,7 @@ msgid "Email Address"
|
|
1245 |
msgstr "Adreça del correu electrònic"
|
1246 |
|
1247 |
#: ../subscribers/view-subscriber-show.php:361 ../subscribers/view-subscriber-
|
1248 |
-
#: show.php:374 ../classes/es-register.php:
|
1249 |
msgid "Name"
|
1250 |
msgstr "Nom"
|
1251 |
|
@@ -1439,12 +1463,12 @@ msgid "Select your Email Template"
|
|
1439 |
msgstr "Seleccioneu la vostra plantilla de correu electrònic"
|
1440 |
|
1441 |
#: ../compose/compose-edit.php:92 ../compose/compose-add.php:80 ../classes/es-
|
1442 |
-
#: register.php:
|
1443 |
msgid "Newsletter"
|
1444 |
msgstr "Butlletí de notícies"
|
1445 |
|
1446 |
#: ../compose/compose-edit.php:93 ../compose/compose-add.php:81 ../classes/es-
|
1447 |
-
#: register.php:
|
1448 |
msgid "Post Notification"
|
1449 |
msgstr "Notificació de l'entrada"
|
1450 |
|
@@ -1475,7 +1499,7 @@ msgstr ""
|
|
1475 |
"publicacions)"
|
1476 |
|
1477 |
#: ../compose/compose-edit.php:111 ../compose/compose-add.php:93 ../classes/es-
|
1478 |
-
#: register.php:
|
1479 |
msgid "Available Keywords"
|
1480 |
msgstr "Paraules clau disponibles"
|
1481 |
|
@@ -1536,7 +1560,7 @@ msgstr "Gràcies per instal·lar-lo i esperem que gaudeixi d'Email Subscribers."
|
|
1536 |
msgid "Get more help and tips..."
|
1537 |
msgstr "Obteniu més ajuda i consells ..."
|
1538 |
|
1539 |
-
#: ../help/help.php:183 ../classes/es-register.php:
|
1540 |
#: php:38
|
1541 |
msgid "Subscribe"
|
1542 |
msgstr "Subscriure"
|
@@ -1658,10 +1682,10 @@ msgstr "Afegeix formulari de subscripció"
|
|
1658 |
|
1659 |
#: ../help/help.php:288 ../help/help.php:299 ../help/help.php:302 ../help/help.
|
1660 |
#: php:314 ../help/help.php:317 ../help/help.php:320 ../help/help.php:323 ..
|
1661 |
-
#: help/help.php:
|
1662 |
-
#:
|
1663 |
-
#: help/help.php:
|
1664 |
-
#: 380 ../help/help.php:382
|
1665 |
#, php-format
|
1666 |
msgid "%s"
|
1667 |
msgstr "%s"
|
@@ -1704,10 +1728,6 @@ msgstr ""
|
|
1704 |
msgid "How to add captcha in Subscribe form of Email Subscribers?"
|
1705 |
msgstr "Com afegir captcha al formulari de subscripció d'Email Subscribers?"
|
1706 |
|
1707 |
-
#: ../help/help.php:308
|
1708 |
-
msgid "General Plugin Settings"
|
1709 |
-
msgstr "Configuració general del Plugin"
|
1710 |
-
|
1711 |
#: ../help/help.php:311
|
1712 |
#, php-format
|
1713 |
msgid "Modify %s"
|
@@ -1741,51 +1761,29 @@ msgstr "Com canviar / actualitzar / traduir qualsevol text del plugin?"
|
|
1741 |
msgid "How to add Unsubscribe link in emails?"
|
1742 |
msgstr "Com afegir el link \"Donar-se de baixa\" en els correus electrònics?"
|
1743 |
|
1744 |
-
#: ../help/help.php:
|
1745 |
-
msgid "Usage"
|
1746 |
-
msgstr "Ús"
|
1747 |
-
|
1748 |
-
#: ../help/help.php:336
|
1749 |
-
msgid "Compose and Send Newsletter Emails"
|
1750 |
-
msgstr "Redacta i envia correus electrònics de butlletins"
|
1751 |
-
|
1752 |
-
#: ../help/help.php:339
|
1753 |
-
msgid "Compose and Send Post Notification Emails when new posts are published"
|
1754 |
-
msgstr ""
|
1755 |
-
"Redacta i envia correus electrònics de notificació de publicacions quan es "
|
1756 |
-
"publiquen coses noves"
|
1757 |
-
|
1758 |
-
#: ../help/help.php:342
|
1759 |
msgid "Keywords in the Post Notifications"
|
1760 |
msgstr "Paraules clau a les Notificacions de publicacions"
|
1761 |
|
1762 |
-
#: ../help/help.php:
|
1763 |
msgid "Send a test post notification email to myself/testgroup"
|
1764 |
msgstr ""
|
1765 |
"Envia un missatge de correu electrònic de notificació de prova a mi mateix / "
|
1766 |
"grup de prova"
|
1767 |
|
1768 |
-
#: ../help/help.php:
|
1769 |
-
msgid "Check sent emails"
|
1770 |
-
msgstr "Comproveu els correus enviats"
|
1771 |
-
|
1772 |
-
#: ../help/help.php:355
|
1773 |
msgid "Cron Job Setup"
|
1774 |
msgstr "Configuració del treball Cron"
|
1775 |
|
1776 |
-
#: ../help/help.php:
|
1777 |
-
msgid "How to Schedule Cron Emails?"
|
1778 |
-
msgstr "Com programar els correus electrònics de Cron?"
|
1779 |
-
|
1780 |
-
#: ../help/help.php:361
|
1781 |
msgid "Schedule Cron Emails in cPanel"
|
1782 |
msgstr "Programeu els correus electrònics de Cron a cPanel"
|
1783 |
|
1784 |
-
#: ../help/help.php:
|
1785 |
msgid "Schedule Cron Emails in Parallels Plesk"
|
1786 |
msgstr "Programar Cron Emails a Parallels Plesk"
|
1787 |
|
1788 |
-
#: ../help/help.php:
|
1789 |
msgid "Hosting doesn’t support Cron Jobs?"
|
1790 |
msgstr "El hosting no és compatible amb Cron Jobs?"
|
1791 |
|
@@ -1805,23 +1803,23 @@ msgstr "Ajuda CSS"
|
|
1805 |
msgid "FAQ's"
|
1806 |
msgstr "FAQ's"
|
1807 |
|
1808 |
-
#: ../help/help.php:
|
1809 |
msgid "Want to do more? Here's how.."
|
1810 |
msgstr "Voleu fer més? A continuació s'explica com ..."
|
1811 |
|
1812 |
-
#: ../help/help.php:
|
1813 |
msgid "Allow Subscribers to get subscribed to any group"
|
1814 |
msgstr "Permetre que els subscriptors es subscriguin a qualsevol grup"
|
1815 |
|
1816 |
-
#: ../help/help.php:
|
1817 |
msgid "Using our free "
|
1818 |
msgstr "Ús gratuït"
|
1819 |
|
1820 |
-
#: ../help/help.php:
|
1821 |
msgid "Group Selector"
|
1822 |
msgstr "Selector de grup"
|
1823 |
|
1824 |
-
#: ../help/help.php:
|
1825 |
msgid ""
|
1826 |
"plugin, you can extend Email Subscribers Form functionality by providing an "
|
1827 |
"grouping option right next to the form."
|
@@ -1829,19 +1827,19 @@ msgstr ""
|
|
1829 |
"plugin, podeu estendre la funcionalitat del formulari d'Email Subscribers "
|
1830 |
"oferint una opció d'agrupació al costat del formulari."
|
1831 |
|
1832 |
-
#: ../help/help.php:
|
1833 |
msgid "The user can then subscribe to whichever group most appeals to them."
|
1834 |
msgstr "L'usuari pot subscriure's a qualsevol grup que els interessi."
|
1835 |
|
1836 |
-
#: ../help/help.php:
|
1837 |
msgid "For example: Subscribe either to Updates or to Offers."
|
1838 |
msgstr "Per exemple: subscriviu-vos a actualitzacions o a ofertes."
|
1839 |
|
1840 |
-
#: ../help/help.php:
|
1841 |
msgid "Show your subscribe form inside attractive popups"
|
1842 |
msgstr "Mostra el vostre formulari de subscripció a les finestres emergents"
|
1843 |
|
1844 |
-
#: ../help/help.php:
|
1845 |
msgid ""
|
1846 |
"Don't limit your subscriber form to a widget. Embed it within popups, hello "
|
1847 |
"bars, slide-ins, sidebars, full screen popups etc."
|
@@ -1850,13 +1848,13 @@ msgstr ""
|
|
1850 |
"emergents, les barres d'hola, les diapositives, les barres laterals, les "
|
1851 |
"finestres emergents a pantalla completa, etc."
|
1852 |
|
1853 |
-
#: ../help/help.php:
|
1854 |
msgid "Using Email Subscribers you can achieve this easily with our free plugin "
|
1855 |
msgstr ""
|
1856 |
"Usant Email Subscribers, podeu aconseguir-ho fàcilment amb el nostre "
|
1857 |
"complement gratuït"
|
1858 |
|
1859 |
-
#: ../help/help.php:
|
1860 |
msgid ""
|
1861 |
"Icegram's beautiful designs instantly capture user attention and help "
|
1862 |
"increase sign-ups to your WordPress website."
|
@@ -1864,30 +1862,30 @@ msgstr ""
|
|
1864 |
"Els bonics dissenys d'Icegram capturen instantàniament l'atenció dels "
|
1865 |
"usuaris i ajuden a augmentar els registres al vostre lloc web de WordPress."
|
1866 |
|
1867 |
-
#: ../help/help.php:
|
1868 |
#, php-format
|
1869 |
msgid "How to %s"
|
1870 |
msgstr "Com %s"
|
1871 |
|
1872 |
-
#: ../help/help.php:
|
1873 |
msgid "show subscribe form inside a popup"
|
1874 |
msgstr "mostra el formulari de subscripció dins d'una finestra emergent"
|
1875 |
|
1876 |
-
#: ../help/help.php:
|
1877 |
msgid "Get beautiful and elegant form styles"
|
1878 |
msgstr "Obteniu bonics i elegants estils de formularis"
|
1879 |
|
1880 |
-
#: ../help/help.php:
|
1881 |
msgid "Email subscribers easily integrates with another free plugin "
|
1882 |
msgstr ""
|
1883 |
"Els subscriptors de correu electrònic s'integren fàcilment amb un altre "
|
1884 |
"plugin gratuït"
|
1885 |
|
1886 |
-
#: ../help/help.php:
|
1887 |
msgid "Rainmaker"
|
1888 |
msgstr "Rainmaker"
|
1889 |
|
1890 |
-
#: ../help/help.php:
|
1891 |
msgid ""
|
1892 |
"Rainmaker extends the core features of Email Subscribers and provides "
|
1893 |
"elegant form styles."
|
@@ -1895,7 +1893,7 @@ msgstr ""
|
|
1895 |
"Rainmaker amplia les característiques bàsiques dels subscriptors de correu "
|
1896 |
"electrònic i proporciona elegants estils de formularis ."
|
1897 |
|
1898 |
-
#: ../help/help.php:
|
1899 |
msgid ""
|
1900 |
"These styles are well designed and beautify your subscription form making it "
|
1901 |
"more appealing."
|
@@ -1903,7 +1901,7 @@ msgstr ""
|
|
1903 |
"Aquests estils estan ben dissenyats i embelleigen el vostre formulari de "
|
1904 |
"subscripció fent-lo més atractiu."
|
1905 |
|
1906 |
-
#: ../help/help.php:
|
1907 |
msgid "add Rainmaker’s form in Email Subscribers"
|
1908 |
msgstr "afegiu el formulari Rainmaker al Email Subscribers"
|
1909 |
|
@@ -2024,11 +2022,132 @@ msgstr "<span style=\"color:#20b2aa;font-weight:bold;\">via Cron</span>"
|
|
2024 |
msgid "<span style=\"color:#993399;\">Immediately</span>"
|
2025 |
msgstr "Immediatament"
|
2026 |
|
2027 |
-
#: ../classes/es-
|
2028 |
-
#:
|
|
|
|
|
|
|
|
|
|
|
|
|
2029 |
msgid "Email Subscribers"
|
2030 |
msgstr "Email Subscribers"
|
2031 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2032 |
#: ../classes/es-register.php:183
|
2033 |
msgid "Help & Info"
|
2034 |
msgstr "Ajuda i informació"
|
@@ -2302,127 +2421,7 @@ msgctxt "widget-page-enhanced-select"
|
|
2302 |
msgid "There was a problem with the request"
|
2303 |
msgstr "Hi ha un problema amb la sol·licitud"
|
2304 |
|
2305 |
-
#: ../classes/es-register.php:
|
2306 |
-
msgctxt "timezone date format"
|
2307 |
-
msgid "Y-m-d"
|
2308 |
-
msgstr "A-m-d"
|
2309 |
-
|
2310 |
-
#: ../classes/es-register.php:947
|
2311 |
-
msgid "is getting even better!"
|
2312 |
-
msgstr "està millorant encara!"
|
2313 |
-
|
2314 |
-
#: ../classes/es-register.php:948
|
2315 |
-
msgid "But I need you to"
|
2316 |
-
msgstr "Però us necessito"
|
2317 |
-
|
2318 |
-
#: ../classes/es-register.php:948
|
2319 |
-
msgid "help me prioritize"
|
2320 |
-
msgstr "ajuda'm a prioritzar"
|
2321 |
-
|
2322 |
-
#: ../classes/es-register.php:948
|
2323 |
-
msgid "Please send your response today."
|
2324 |
-
msgstr "Envieu la vostra resposta avui mateix."
|
2325 |
-
|
2326 |
-
#: ../classes/es-register.php:955
|
2327 |
-
msgid "Here's how you use ES:"
|
2328 |
-
msgstr "A continuació s'explica com s'utilitza ES:"
|
2329 |
-
|
2330 |
-
#: ../classes/es-register.php:960
|
2331 |
-
msgid "Post Notifications more often than Newsletter"
|
2332 |
-
msgstr "Publica notificacions més sovint que el Butlletí"
|
2333 |
-
|
2334 |
-
#: ../classes/es-register.php:962
|
2335 |
-
msgid "Newsletter more often than Post Notifications"
|
2336 |
-
msgstr "Butlletí més sovint que notificacions publicades"
|
2337 |
-
|
2338 |
-
#: ../classes/es-register.php:964
|
2339 |
-
msgid "Post Notification & Newsletter equally"
|
2340 |
-
msgstr "Notificar publicacions i Butlletí de notícies per igual"
|
2341 |
-
|
2342 |
-
#: ../classes/es-register.php:968
|
2343 |
-
msgid "Have "
|
2344 |
-
msgstr "Tenir"
|
2345 |
-
|
2346 |
-
#: ../classes/es-register.php:968
|
2347 |
-
msgid " Active Subscribers"
|
2348 |
-
msgstr "Subscriptors actius"
|
2349 |
-
|
2350 |
-
#: ../classes/es-register.php:969
|
2351 |
-
msgid "Post "
|
2352 |
-
msgstr "Post"
|
2353 |
-
|
2354 |
-
#: ../classes/es-register.php:969
|
2355 |
-
msgid " blog per week"
|
2356 |
-
msgstr "blog per setmana"
|
2357 |
-
|
2358 |
-
#: ../classes/es-register.php:973
|
2359 |
-
msgid "Send emails via Cron"
|
2360 |
-
msgstr "Envia correus electrònics a través de Cron"
|
2361 |
-
|
2362 |
-
#: ../classes/es-register.php:975
|
2363 |
-
msgid "Send emails Immediately"
|
2364 |
-
msgstr "Envia correus electrònics immediatament"
|
2365 |
-
|
2366 |
-
#: ../classes/es-register.php:982
|
2367 |
-
msgid "Using Double Opt In"
|
2368 |
-
msgstr "Utilitzar Doble Opt-in"
|
2369 |
-
|
2370 |
-
#: ../classes/es-register.php:984
|
2371 |
-
msgid "Using Single Opt In"
|
2372 |
-
msgstr "Utilitzar Single Opt-in"
|
2373 |
-
|
2374 |
-
#: ../classes/es-register.php:1002
|
2375 |
-
msgid "How soon do you want these new features?"
|
2376 |
-
msgstr "Què tan aviat vols aquestes noves funcions?"
|
2377 |
-
|
2378 |
-
#: ../classes/es-register.php:1006
|
2379 |
-
msgid "Beautiful Email Designs"
|
2380 |
-
msgstr "Bell disseny de correu electrònic"
|
2381 |
-
|
2382 |
-
#: ../classes/es-register.php:1007 ../classes/es-register.php:1012 ../classes/es-
|
2383 |
-
#: register.php:1017 ../classes/es-register.php:1022
|
2384 |
-
msgid "Right now!"
|
2385 |
-
msgstr "Ara mateix!"
|
2386 |
-
|
2387 |
-
#: ../classes/es-register.php:1008 ../classes/es-register.php:1013 ../classes/es-
|
2388 |
-
#: register.php:1018 ../classes/es-register.php:1023
|
2389 |
-
msgid "Soon"
|
2390 |
-
msgstr "Aviat"
|
2391 |
-
|
2392 |
-
#: ../classes/es-register.php:1009 ../classes/es-register.php:1014 ../classes/es-
|
2393 |
-
#: register.php:1019 ../classes/es-register.php:1024
|
2394 |
-
msgid "Later"
|
2395 |
-
msgstr "Més tard"
|
2396 |
-
|
2397 |
-
#: ../classes/es-register.php:1011
|
2398 |
-
msgid "Spam Check, Scheduling... (Better Email Delivery)"
|
2399 |
-
msgstr "Comprovació de correu brossa ... (millor enviament de correu electrònic)"
|
2400 |
-
|
2401 |
-
#: ../classes/es-register.php:1016
|
2402 |
-
msgid "Discard Fake / Bouncing Emails"
|
2403 |
-
msgstr "Esborreu correus falsos / robotats"
|
2404 |
-
|
2405 |
-
#: ../classes/es-register.php:1021
|
2406 |
-
msgid "Advanced Reporting"
|
2407 |
-
msgstr "Informes avançats"
|
2408 |
-
|
2409 |
-
#: ../classes/es-register.php:1033
|
2410 |
-
msgid "Nah, I don't like improvements"
|
2411 |
-
msgstr "No, no m'agraden les millores"
|
2412 |
-
|
2413 |
-
#: ../classes/es-register.php:1039
|
2414 |
-
msgid "Next"
|
2415 |
-
msgstr "Següent"
|
2416 |
-
|
2417 |
-
#: ../classes/es-register.php:1049
|
2418 |
-
msgid "Thank you!"
|
2419 |
-
msgstr "Gràcies!"
|
2420 |
-
|
2421 |
-
#: ../classes/es-register.php:1050
|
2422 |
-
msgid "No issues, have a nice day!"
|
2423 |
-
msgstr "Sense problemes, que tinguis un bon dia!"
|
2424 |
-
|
2425 |
-
#: ../classes/es-register.php:1158
|
2426 |
msgid ""
|
2427 |
"If you like <strong>Email Subscribers</strong>, please consider leaving us a "
|
2428 |
"<a target=\"_blank\" href=\"https://wordpress.org/support/plugin/email-"
|
@@ -2434,22 +2433,22 @@ msgstr ""
|
|
2434 |
"subscribers/reviews/?filter=5#new-post\">★★★★★"
|
2435 |
"</a> qualificació. Un enorme agraiment d'Icegram per endavant!"
|
2436 |
|
2437 |
-
#: ../classes/es-register.php:
|
2438 |
msgid "Email *"
|
2439 |
msgstr "Email*"
|
2440 |
|
2441 |
-
#: ../classes/es-register.php:
|
2442 |
msgid "Widget Title"
|
2443 |
msgstr "Títol del widget"
|
2444 |
|
2445 |
-
#: ../classes/es-register.php:
|
2446 |
msgid "Short description about subscription form"
|
2447 |
msgstr "Breu descripció sobre el formulari de subscripció"
|
2448 |
|
2449 |
-
#: ../classes/es-register.php:
|
2450 |
msgid "Display Name Field"
|
2451 |
msgstr "Mostra nom del camp"
|
2452 |
|
2453 |
-
#: ../classes/es-register.php:
|
2454 |
msgid "Subscriber Group"
|
2455 |
msgstr "Grup de subscriptor"
|
3 |
"Project-Id-Version: Email Subscribers & Newsletters 3.4.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: Fri Nov 17 2017 15:31:59 GMT+0530 (IST)\n"
|
7 |
"Last-Translator: admin <mansi.shah@appsmagnet.com>\n"
|
8 |
"Language-Team: StoreApps <support@storeapps.org>, Icegram <hello@icegram."
|
9 |
"com>\n"
|
91 |
"customer will view the email content."
|
92 |
msgstr ""
|
93 |
|
94 |
+
#: ../help/help.php:308
|
95 |
+
msgid "General Plugin Configuration"
|
96 |
+
msgstr ""
|
97 |
+
|
98 |
+
#: ../help/help.php:326
|
99 |
+
msgid "How to check sent emails?"
|
100 |
+
msgstr ""
|
101 |
+
|
102 |
+
#: ../help/help.php:338
|
103 |
+
msgid "Create and Send Newsletter Emails"
|
104 |
+
msgstr ""
|
105 |
+
|
106 |
+
#: ../help/help.php:341
|
107 |
+
msgid "Keywords in the Newsletters"
|
108 |
+
msgstr ""
|
109 |
+
|
110 |
+
#: ../help/help.php:348
|
111 |
+
msgid "Create and Send Post Notification Emails when new posts are published"
|
112 |
+
msgstr ""
|
113 |
+
|
114 |
+
#: ../help/help.php:362
|
115 |
+
msgid "What is Cron and how to Schedule Cron Emails?"
|
116 |
+
msgstr ""
|
117 |
+
|
118 |
#: ../classes/es-register.php:168 ../classes/es-register.php:169 ../classes/es-
|
119 |
+
#: register.php:853 ../classes/es-register.php:854 ../classes/es-register.php:859
|
|
|
120 |
msgid "Templates"
|
121 |
msgstr ""
|
122 |
|
123 |
+
#: ../classes/es-register.php:756
|
124 |
msgid ""
|
125 |
+
"Compose is now changed to <b>Templates</b> and Keyword structure has been "
|
126 |
+
"simplified. All your previously created templates and keywords have been "
|
127 |
+
"automatically updated to the new structure.<br>"
|
128 |
msgstr ""
|
129 |
|
130 |
+
#: ../classes/es-register.php:757
|
131 |
+
msgid "Check all the changes "
|
132 |
msgstr ""
|
133 |
|
134 |
+
#: ../classes/es-register.php:757
|
135 |
+
msgid "No thanks, I know about it already."
|
136 |
msgstr ""
|
137 |
|
138 |
+
#: ../classes/es-register.php:844
|
139 |
#, php-format
|
140 |
msgid "Email Subscribers version: <strong>%s</strong>"
|
141 |
msgstr ""
|
142 |
|
143 |
+
#: ../classes/es-register.php:855 ../classes/es-register.php:856
|
144 |
msgid "Add new Template"
|
145 |
msgstr ""
|
146 |
|
147 |
+
#: ../classes/es-register.php:857
|
148 |
msgid "Edit Templates"
|
149 |
msgstr ""
|
150 |
|
151 |
+
#: ../classes/es-register.php:858
|
152 |
msgid "New Templates"
|
153 |
msgstr ""
|
154 |
|
155 |
+
#: ../classes/es-register.php:860
|
156 |
msgid "View Templates"
|
157 |
msgstr ""
|
158 |
|
159 |
+
#: ../classes/es-register.php:861
|
160 |
msgid "Search Templates"
|
161 |
msgstr ""
|
162 |
|
163 |
+
#: ../classes/es-register.php:862
|
164 |
msgid "No Templates found"
|
165 |
msgstr ""
|
166 |
|
167 |
+
#: ../classes/es-register.php:863
|
168 |
msgid "No Templates found in Trash"
|
169 |
msgstr ""
|
170 |
|
171 |
+
#: ../classes/es-register.php:866
|
172 |
msgid "Thumbnail (For Visual Representation only)"
|
173 |
msgstr ""
|
174 |
|
175 |
+
#: ../classes/es-register.php:867
|
176 |
msgid "Set thumbnail"
|
177 |
msgstr ""
|
178 |
|
179 |
+
#: ../classes/es-register.php:904
|
180 |
msgid "Template Type"
|
181 |
msgstr ""
|
182 |
|
183 |
+
#: ../classes/es-register.php:970
|
184 |
msgid "Available Keyword for Post Notification: {{POSTTITLE}}"
|
185 |
msgstr ""
|
186 |
|
187 |
+
#: ../classes/es-register.php:973
|
188 |
msgid "Select your Email Template Type"
|
189 |
msgstr ""
|
190 |
|
191 |
+
#: ../classes/es-register.php:1023
|
192 |
msgid "Preview Template"
|
193 |
msgstr ""
|
194 |
|
195 |
+
#: ../classes/es-register.php:1037
|
196 |
#, php-format
|
197 |
msgid ""
|
198 |
"%s for Post Notification: {{NAME}}, {{EMAIL}}, {{DATE}}, {{POSTTITLE}}, "
|
200 |
"WITHTITLE}}, {{POSTLINK-ONLY}}, {{POSTFULL}}"
|
201 |
msgstr ""
|
202 |
|
203 |
+
#: ../classes/es-register.php:1038
|
204 |
msgid "<br/><br/>Available Keywords for Newsletter: {{NAME}}, {{EMAIL}}"
|
205 |
msgstr ""
|
206 |
|
333 |
msgid "Selected record deleted."
|
334 |
msgstr "Eliminat el registre seleccionat ."
|
335 |
|
336 |
+
#: ../notification/notification-show.php:52 ../help/help.php:345 ../classes/es-
|
337 |
+
#: register.php:171 ../classes/es-register.php:172
|
338 |
msgid "Post Notifications"
|
339 |
msgstr "Notificacions de les entrades"
|
340 |
|
541 |
msgid "Medium Size"
|
542 |
msgstr "Mida mitjana"
|
543 |
|
544 |
+
#: ../settings/settings-edit.php:123 ../classes/es-register.php:905
|
545 |
msgid "Thumbnail"
|
546 |
msgstr "Miniatura"
|
547 |
|
570 |
"subscrit. Aquesta opció ha d'estar a YES."
|
571 |
|
572 |
#: ../settings/settings-edit.php:142 ../settings/settings-edit.php:217 ..
|
573 |
+
#: subscribers/view-subscriber-sync.php:107 ../classes/es-register.php:1174
|
574 |
msgid "YES"
|
575 |
msgstr "Si"
|
576 |
|
577 |
#: ../settings/settings-edit.php:143 ../settings/settings-edit.php:218 ..
|
578 |
+
#: subscribers/view-subscriber-sync.php:106 ../classes/es-register.php:1175
|
579 |
msgid "NO"
|
580 |
msgstr "No"
|
581 |
|
772 |
msgid "Post Notifications Menu"
|
773 |
msgstr "Menú de notificacionns"
|
774 |
|
775 |
+
#: ../settings/settings-edit.php:324 ../help/help.php:335 ../sendmail/sendmail.
|
776 |
+
#: php:93 ../classes/es-register.php:174 ../classes/es-register.php:175
|
777 |
msgid "Newsletters"
|
778 |
msgstr "Butlletins"
|
779 |
|
941 |
|
942 |
#: ../sentmail/sentmail-show.php:108 ../sentmail/sentmail-show.php:121 ..
|
943 |
#: compose/compose-edit.php:103 ../compose/compose-show.php:80 ..
|
944 |
+
#: compose/compose-show.php:88 ../classes/es-register.php:953
|
945 |
msgid "Preview"
|
946 |
msgstr "Vista previa"
|
947 |
|
1269 |
msgstr "Adreça del correu electrònic"
|
1270 |
|
1271 |
#: ../subscribers/view-subscriber-show.php:361 ../subscribers/view-subscriber-
|
1272 |
+
#: show.php:374 ../classes/es-register.php:1116 ../classes/es-loadwidget.php:28
|
1273 |
msgid "Name"
|
1274 |
msgstr "Nom"
|
1275 |
|
1463 |
msgstr "Seleccioneu la vostra plantilla de correu electrònic"
|
1464 |
|
1465 |
#: ../compose/compose-edit.php:92 ../compose/compose-add.php:80 ../classes/es-
|
1466 |
+
#: register.php:975
|
1467 |
msgid "Newsletter"
|
1468 |
msgstr "Butlletí de notícies"
|
1469 |
|
1470 |
#: ../compose/compose-edit.php:93 ../compose/compose-add.php:81 ../classes/es-
|
1471 |
+
#: register.php:976
|
1472 |
msgid "Post Notification"
|
1473 |
msgstr "Notificació de l'entrada"
|
1474 |
|
1499 |
"publicacions)"
|
1500 |
|
1501 |
#: ../compose/compose-edit.php:111 ../compose/compose-add.php:93 ../classes/es-
|
1502 |
+
#: register.php:1037
|
1503 |
msgid "Available Keywords"
|
1504 |
msgstr "Paraules clau disponibles"
|
1505 |
|
1560 |
msgid "Get more help and tips..."
|
1561 |
msgstr "Obteniu més ajuda i consells ..."
|
1562 |
|
1563 |
+
#: ../help/help.php:183 ../classes/es-register.php:1126 ../classes/es-loadwidget.
|
1564 |
#: php:38
|
1565 |
msgid "Subscribe"
|
1566 |
msgstr "Subscriure"
|
1682 |
|
1683 |
#: ../help/help.php:288 ../help/help.php:299 ../help/help.php:302 ../help/help.
|
1684 |
#: php:314 ../help/help.php:317 ../help/help.php:320 ../help/help.php:323 ..
|
1685 |
+
#: help/help.php:326 ../help/help.php:338 ../help/help.php:341 ../help/help.php:
|
1686 |
+
#: 348 ../help/help.php:351 ../help/help.php:354 ../help/help.php:362 ..
|
1687 |
+
#: help/help.php:365 ../help/help.php:368 ../help/help.php:371 ../help/help.php:
|
1688 |
+
#: 377 ../help/help.php:380 ../help/help.php:382
|
1689 |
#, php-format
|
1690 |
msgid "%s"
|
1691 |
msgstr "%s"
|
1728 |
msgid "How to add captcha in Subscribe form of Email Subscribers?"
|
1729 |
msgstr "Com afegir captcha al formulari de subscripció d'Email Subscribers?"
|
1730 |
|
|
|
|
|
|
|
|
|
1731 |
#: ../help/help.php:311
|
1732 |
#, php-format
|
1733 |
msgid "Modify %s"
|
1761 |
msgid "How to add Unsubscribe link in emails?"
|
1762 |
msgstr "Com afegir el link \"Donar-se de baixa\" en els correus electrònics?"
|
1763 |
|
1764 |
+
#: ../help/help.php:351
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1765 |
msgid "Keywords in the Post Notifications"
|
1766 |
msgstr "Paraules clau a les Notificacions de publicacions"
|
1767 |
|
1768 |
+
#: ../help/help.php:354
|
1769 |
msgid "Send a test post notification email to myself/testgroup"
|
1770 |
msgstr ""
|
1771 |
"Envia un missatge de correu electrònic de notificació de prova a mi mateix / "
|
1772 |
"grup de prova"
|
1773 |
|
1774 |
+
#: ../help/help.php:359
|
|
|
|
|
|
|
|
|
1775 |
msgid "Cron Job Setup"
|
1776 |
msgstr "Configuració del treball Cron"
|
1777 |
|
1778 |
+
#: ../help/help.php:365
|
|
|
|
|
|
|
|
|
1779 |
msgid "Schedule Cron Emails in cPanel"
|
1780 |
msgstr "Programeu els correus electrònics de Cron a cPanel"
|
1781 |
|
1782 |
+
#: ../help/help.php:368
|
1783 |
msgid "Schedule Cron Emails in Parallels Plesk"
|
1784 |
msgstr "Programar Cron Emails a Parallels Plesk"
|
1785 |
|
1786 |
+
#: ../help/help.php:371
|
1787 |
msgid "Hosting doesn’t support Cron Jobs?"
|
1788 |
msgstr "El hosting no és compatible amb Cron Jobs?"
|
1789 |
|
1803 |
msgid "FAQ's"
|
1804 |
msgstr "FAQ's"
|
1805 |
|
1806 |
+
#: ../help/help.php:388
|
1807 |
msgid "Want to do more? Here's how.."
|
1808 |
msgstr "Voleu fer més? A continuació s'explica com ..."
|
1809 |
|
1810 |
+
#: ../help/help.php:391
|
1811 |
msgid "Allow Subscribers to get subscribed to any group"
|
1812 |
msgstr "Permetre que els subscriptors es subscriguin a qualsevol grup"
|
1813 |
|
1814 |
+
#: ../help/help.php:396
|
1815 |
msgid "Using our free "
|
1816 |
msgstr "Ús gratuït"
|
1817 |
|
1818 |
+
#: ../help/help.php:397
|
1819 |
msgid "Group Selector"
|
1820 |
msgstr "Selector de grup"
|
1821 |
|
1822 |
+
#: ../help/help.php:398
|
1823 |
msgid ""
|
1824 |
"plugin, you can extend Email Subscribers Form functionality by providing an "
|
1825 |
"grouping option right next to the form."
|
1827 |
"plugin, podeu estendre la funcionalitat del formulari d'Email Subscribers "
|
1828 |
"oferint una opció d'agrupació al costat del formulari."
|
1829 |
|
1830 |
+
#: ../help/help.php:401
|
1831 |
msgid "The user can then subscribe to whichever group most appeals to them."
|
1832 |
msgstr "L'usuari pot subscriure's a qualsevol grup que els interessi."
|
1833 |
|
1834 |
+
#: ../help/help.php:404
|
1835 |
msgid "For example: Subscribe either to Updates or to Offers."
|
1836 |
msgstr "Per exemple: subscriviu-vos a actualitzacions o a ofertes."
|
1837 |
|
1838 |
+
#: ../help/help.php:408
|
1839 |
msgid "Show your subscribe form inside attractive popups"
|
1840 |
msgstr "Mostra el vostre formulari de subscripció a les finestres emergents"
|
1841 |
|
1842 |
+
#: ../help/help.php:413
|
1843 |
msgid ""
|
1844 |
"Don't limit your subscriber form to a widget. Embed it within popups, hello "
|
1845 |
"bars, slide-ins, sidebars, full screen popups etc."
|
1848 |
"emergents, les barres d'hola, les diapositives, les barres laterals, les "
|
1849 |
"finestres emergents a pantalla completa, etc."
|
1850 |
|
1851 |
+
#: ../help/help.php:416
|
1852 |
msgid "Using Email Subscribers you can achieve this easily with our free plugin "
|
1853 |
msgstr ""
|
1854 |
"Usant Email Subscribers, podeu aconseguir-ho fàcilment amb el nostre "
|
1855 |
"complement gratuït"
|
1856 |
|
1857 |
+
#: ../help/help.php:420
|
1858 |
msgid ""
|
1859 |
"Icegram's beautiful designs instantly capture user attention and help "
|
1860 |
"increase sign-ups to your WordPress website."
|
1862 |
"Els bonics dissenys d'Icegram capturen instantàniament l'atenció dels "
|
1863 |
"usuaris i ajuden a augmentar els registres al vostre lloc web de WordPress."
|
1864 |
|
1865 |
+
#: ../help/help.php:423 ../help/help.php:443
|
1866 |
#, php-format
|
1867 |
msgid "How to %s"
|
1868 |
msgstr "Com %s"
|
1869 |
|
1870 |
+
#: ../help/help.php:423
|
1871 |
msgid "show subscribe form inside a popup"
|
1872 |
msgstr "mostra el formulari de subscripció dins d'una finestra emergent"
|
1873 |
|
1874 |
+
#: ../help/help.php:427
|
1875 |
msgid "Get beautiful and elegant form styles"
|
1876 |
msgstr "Obteniu bonics i elegants estils de formularis"
|
1877 |
|
1878 |
+
#: ../help/help.php:433
|
1879 |
msgid "Email subscribers easily integrates with another free plugin "
|
1880 |
msgstr ""
|
1881 |
"Els subscriptors de correu electrònic s'integren fàcilment amb un altre "
|
1882 |
"plugin gratuït"
|
1883 |
|
1884 |
+
#: ../help/help.php:434
|
1885 |
msgid "Rainmaker"
|
1886 |
msgstr "Rainmaker"
|
1887 |
|
1888 |
+
#: ../help/help.php:437
|
1889 |
msgid ""
|
1890 |
"Rainmaker extends the core features of Email Subscribers and provides "
|
1891 |
"elegant form styles."
|
1893 |
"Rainmaker amplia les característiques bàsiques dels subscriptors de correu "
|
1894 |
"electrònic i proporciona elegants estils de formularis ."
|
1895 |
|
1896 |
+
#: ../help/help.php:440
|
1897 |
msgid ""
|
1898 |
"These styles are well designed and beautify your subscription form making it "
|
1899 |
"more appealing."
|
1901 |
"Aquests estils estan ben dissenyats i embelleigen el vostre formulari de "
|
1902 |
"subscripció fent-lo més atractiu."
|
1903 |
|
1904 |
+
#: ../help/help.php:443
|
1905 |
msgid "add Rainmaker’s form in Email Subscribers"
|
1906 |
msgstr "afegiu el formulari Rainmaker al Email Subscribers"
|
1907 |
|
2022 |
msgid "<span style=\"color:#993399;\">Immediately</span>"
|
2023 |
msgstr "Immediatament"
|
2024 |
|
2025 |
+
#: ../classes/es-survey.php:21 ../classes/es-register.php:716 ../classes/es-offer.
|
2026 |
+
#: php:72
|
2027 |
+
msgctxt "timezone date format"
|
2028 |
+
msgid "Y-m-d"
|
2029 |
+
msgstr "A-m-d"
|
2030 |
+
|
2031 |
+
#: ../classes/es-survey.php:232 ../classes/es-register.php:162 ../classes/es-
|
2032 |
+
#: register.php:163 ../classes/es-register.php:865
|
2033 |
msgid "Email Subscribers"
|
2034 |
msgstr "Email Subscribers"
|
2035 |
|
2036 |
+
#: ../classes/es-survey.php:232
|
2037 |
+
msgid "is getting even better!"
|
2038 |
+
msgstr "està millorant encara!"
|
2039 |
+
|
2040 |
+
#: ../classes/es-survey.php:233
|
2041 |
+
msgid "But I need you to"
|
2042 |
+
msgstr "Però us necessito"
|
2043 |
+
|
2044 |
+
#: ../classes/es-survey.php:233
|
2045 |
+
msgid "help me prioritize"
|
2046 |
+
msgstr "ajuda'm a prioritzar"
|
2047 |
+
|
2048 |
+
#: ../classes/es-survey.php:233
|
2049 |
+
msgid "Please send your response today."
|
2050 |
+
msgstr "Envieu la vostra resposta avui mateix."
|
2051 |
+
|
2052 |
+
#: ../classes/es-survey.php:240
|
2053 |
+
msgid "Here's how you use ES:"
|
2054 |
+
msgstr "A continuació s'explica com s'utilitza ES:"
|
2055 |
+
|
2056 |
+
#: ../classes/es-survey.php:245
|
2057 |
+
msgid "Post Notifications more often than Newsletter"
|
2058 |
+
msgstr "Publica notificacions més sovint que el Butlletí"
|
2059 |
+
|
2060 |
+
#: ../classes/es-survey.php:247
|
2061 |
+
msgid "Newsletter more often than Post Notifications"
|
2062 |
+
msgstr "Butlletí més sovint que notificacions publicades"
|
2063 |
+
|
2064 |
+
#: ../classes/es-survey.php:249
|
2065 |
+
msgid "Post Notification & Newsletter equally"
|
2066 |
+
msgstr "Notificar publicacions i Butlletí de notícies per igual"
|
2067 |
+
|
2068 |
+
#: ../classes/es-survey.php:253
|
2069 |
+
msgid "Have "
|
2070 |
+
msgstr "Tenir"
|
2071 |
+
|
2072 |
+
#: ../classes/es-survey.php:253
|
2073 |
+
msgid " Active Subscribers"
|
2074 |
+
msgstr "Subscriptors actius"
|
2075 |
+
|
2076 |
+
#: ../classes/es-survey.php:254
|
2077 |
+
msgid "Post "
|
2078 |
+
msgstr "Post"
|
2079 |
+
|
2080 |
+
#: ../classes/es-survey.php:254
|
2081 |
+
msgid " blog per week"
|
2082 |
+
msgstr "blog per setmana"
|
2083 |
+
|
2084 |
+
#: ../classes/es-survey.php:258
|
2085 |
+
msgid "Send emails via Cron"
|
2086 |
+
msgstr "Envia correus electrònics a través de Cron"
|
2087 |
+
|
2088 |
+
#: ../classes/es-survey.php:260
|
2089 |
+
msgid "Send emails Immediately"
|
2090 |
+
msgstr "Envia correus electrònics immediatament"
|
2091 |
+
|
2092 |
+
#: ../classes/es-survey.php:267
|
2093 |
+
msgid "Using Double Opt In"
|
2094 |
+
msgstr "Utilitzar Doble Opt-in"
|
2095 |
+
|
2096 |
+
#: ../classes/es-survey.php:269
|
2097 |
+
msgid "Using Single Opt In"
|
2098 |
+
msgstr "Utilitzar Single Opt-in"
|
2099 |
+
|
2100 |
+
#: ../classes/es-survey.php:287
|
2101 |
+
msgid "How soon do you want these new features?"
|
2102 |
+
msgstr "Què tan aviat vols aquestes noves funcions?"
|
2103 |
+
|
2104 |
+
#: ../classes/es-survey.php:291
|
2105 |
+
msgid "Beautiful Email Designs"
|
2106 |
+
msgstr "Bell disseny de correu electrònic"
|
2107 |
+
|
2108 |
+
#: ../classes/es-survey.php:292 ../classes/es-survey.php:297 ../classes/es-survey.
|
2109 |
+
#: php:302 ../classes/es-survey.php:307
|
2110 |
+
msgid "Right now!"
|
2111 |
+
msgstr "Ara mateix!"
|
2112 |
+
|
2113 |
+
#: ../classes/es-survey.php:293 ../classes/es-survey.php:298 ../classes/es-survey.
|
2114 |
+
#: php:303 ../classes/es-survey.php:308
|
2115 |
+
msgid "Soon"
|
2116 |
+
msgstr "Aviat"
|
2117 |
+
|
2118 |
+
#: ../classes/es-survey.php:294 ../classes/es-survey.php:299 ../classes/es-survey.
|
2119 |
+
#: php:304 ../classes/es-survey.php:309
|
2120 |
+
msgid "Later"
|
2121 |
+
msgstr "Més tard"
|
2122 |
+
|
2123 |
+
#: ../classes/es-survey.php:296
|
2124 |
+
msgid "Spam Check, Scheduling... (Better Email Delivery)"
|
2125 |
+
msgstr "Comprovació de correu brossa ... (millor enviament de correu electrònic)"
|
2126 |
+
|
2127 |
+
#: ../classes/es-survey.php:301
|
2128 |
+
msgid "Discard Fake / Bouncing Emails"
|
2129 |
+
msgstr "Esborreu correus falsos / robotats"
|
2130 |
+
|
2131 |
+
#: ../classes/es-survey.php:306
|
2132 |
+
msgid "Advanced Reporting"
|
2133 |
+
msgstr "Informes avançats"
|
2134 |
+
|
2135 |
+
#: ../classes/es-survey.php:318
|
2136 |
+
msgid "Nah, I don't like improvements"
|
2137 |
+
msgstr "No, no m'agraden les millores"
|
2138 |
+
|
2139 |
+
#: ../classes/es-survey.php:324
|
2140 |
+
msgid "Next"
|
2141 |
+
msgstr "Següent"
|
2142 |
+
|
2143 |
+
#: ../classes/es-survey.php:334
|
2144 |
+
msgid "Thank you!"
|
2145 |
+
msgstr "Gràcies!"
|
2146 |
+
|
2147 |
+
#: ../classes/es-survey.php:335
|
2148 |
+
msgid "No issues, have a nice day!"
|
2149 |
+
msgstr "Sense problemes, que tinguis un bon dia!"
|
2150 |
+
|
2151 |
#: ../classes/es-register.php:183
|
2152 |
msgid "Help & Info"
|
2153 |
msgstr "Ajuda i informació"
|
2421 |
msgid "There was a problem with the request"
|
2422 |
msgstr "Hi ha un problema amb la sol·licitud"
|
2423 |
|
2424 |
+
#: ../classes/es-register.php:830
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2425 |
msgid ""
|
2426 |
"If you like <strong>Email Subscribers</strong>, please consider leaving us a "
|
2427 |
"<a target=\"_blank\" href=\"https://wordpress.org/support/plugin/email-"
|
2433 |
"subscribers/reviews/?filter=5#new-post\">★★★★★"
|
2434 |
"</a> qualificació. Un enorme agraiment d'Icegram per endavant!"
|
2435 |
|
2436 |
+
#: ../classes/es-register.php:1121 ../classes/es-loadwidget.php:33
|
2437 |
msgid "Email *"
|
2438 |
msgstr "Email*"
|
2439 |
|
2440 |
+
#: ../classes/es-register.php:1164
|
2441 |
msgid "Widget Title"
|
2442 |
msgstr "Títol del widget"
|
2443 |
|
2444 |
+
#: ../classes/es-register.php:1168
|
2445 |
msgid "Short description about subscription form"
|
2446 |
msgstr "Breu descripció sobre el formulari de subscripció"
|
2447 |
|
2448 |
+
#: ../classes/es-register.php:1172
|
2449 |
msgid "Display Name Field"
|
2450 |
msgstr "Mostra nom del camp"
|
2451 |
|
2452 |
+
#: ../classes/es-register.php:1179
|
2453 |
msgid "Subscriber Group"
|
2454 |
msgstr "Grup de subscriptor"
|
languages/email-subscribers-cs_CZ.mo
CHANGED
Binary file
|
languages/email-subscribers-cs_CZ.po
CHANGED
@@ -3,7 +3,7 @@ msgstr ""
|
|
3 |
"Project-Id-Version: Email Subscribers & Newsletters 3.4.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:
|
7 |
"Last-Translator: admin <mansi.shah@appsmagnet.com>\n"
|
8 |
"Language-Team: StoreApps <support@storeapps.org>, Icegram <hello@icegram."
|
9 |
"com>\n"
|
@@ -437,6 +437,10 @@ msgstr ""
|
|
437 |
msgid "How to add captcha in Subscribe form of Email Subscribers?"
|
438 |
msgstr ""
|
439 |
|
|
|
|
|
|
|
|
|
440 |
#: ../help/help.php:311
|
441 |
#, php-format
|
442 |
msgid "Modify %s"
|
@@ -460,47 +464,47 @@ msgstr ""
|
|
460 |
msgid "How to change/update/translate any texts from the plugin?"
|
461 |
msgstr ""
|
462 |
|
463 |
-
#: ../help/help.php:
|
464 |
-
msgid "
|
465 |
msgstr ""
|
466 |
|
467 |
-
#: ../help/help.php:
|
468 |
-
msgid "
|
469 |
msgstr ""
|
470 |
|
471 |
-
#: ../help/help.php:
|
472 |
-
msgid "
|
473 |
msgstr ""
|
474 |
|
475 |
-
#: ../help/help.php:
|
476 |
-
msgid "
|
477 |
msgstr ""
|
478 |
|
479 |
-
#: ../help/help.php:
|
480 |
-
msgid "
|
481 |
msgstr ""
|
482 |
|
483 |
-
#: ../help/help.php:
|
484 |
-
msgid "
|
485 |
msgstr ""
|
486 |
|
487 |
-
#: ../help/help.php:
|
488 |
msgid "Cron Job Setup"
|
489 |
msgstr ""
|
490 |
|
491 |
-
#: ../help/help.php:
|
492 |
-
msgid "
|
493 |
msgstr ""
|
494 |
|
495 |
-
#: ../help/help.php:
|
496 |
msgid "Schedule Cron Emails in cPanel"
|
497 |
msgstr ""
|
498 |
|
499 |
-
#: ../help/help.php:
|
500 |
msgid "Schedule Cron Emails in Parallels Plesk"
|
501 |
msgstr ""
|
502 |
|
503 |
-
#: ../help/help.php:
|
504 |
msgid "Hosting doesn’t support Cron Jobs?"
|
505 |
msgstr ""
|
506 |
|
@@ -512,90 +516,90 @@ msgstr ""
|
|
512 |
msgid "FAQ's"
|
513 |
msgstr ""
|
514 |
|
515 |
-
#: ../help/help.php:
|
516 |
msgid "Want to do more? Here's how.."
|
517 |
msgstr ""
|
518 |
|
519 |
-
#: ../help/help.php:
|
520 |
msgid "Allow Subscribers to get subscribed to any group"
|
521 |
msgstr ""
|
522 |
|
523 |
-
#: ../help/help.php:
|
524 |
msgid "Using our free "
|
525 |
msgstr ""
|
526 |
|
527 |
-
#: ../help/help.php:
|
528 |
msgid "Group Selector"
|
529 |
msgstr ""
|
530 |
|
531 |
-
#: ../help/help.php:
|
532 |
msgid ""
|
533 |
"plugin, you can extend Email Subscribers Form functionality by providing an "
|
534 |
"grouping option right next to the form."
|
535 |
msgstr ""
|
536 |
|
537 |
-
#: ../help/help.php:
|
538 |
msgid "The user can then subscribe to whichever group most appeals to them."
|
539 |
msgstr ""
|
540 |
|
541 |
-
#: ../help/help.php:
|
542 |
msgid "For example: Subscribe either to Updates or to Offers."
|
543 |
msgstr ""
|
544 |
|
545 |
-
#: ../help/help.php:
|
546 |
msgid "Show your subscribe form inside attractive popups"
|
547 |
msgstr ""
|
548 |
|
549 |
-
#: ../help/help.php:
|
550 |
msgid ""
|
551 |
"Don't limit your subscriber form to a widget. Embed it within popups, hello "
|
552 |
"bars, slide-ins, sidebars, full screen popups etc."
|
553 |
msgstr ""
|
554 |
|
555 |
-
#: ../help/help.php:
|
556 |
msgid "Using Email Subscribers you can achieve this easily with our free plugin "
|
557 |
msgstr ""
|
558 |
|
559 |
-
#: ../help/help.php:
|
560 |
msgid ""
|
561 |
"Icegram's beautiful designs instantly capture user attention and help "
|
562 |
"increase sign-ups to your WordPress website."
|
563 |
msgstr ""
|
564 |
|
565 |
-
#: ../help/help.php:
|
566 |
#, php-format
|
567 |
msgid "How to %s"
|
568 |
msgstr ""
|
569 |
|
570 |
-
#: ../help/help.php:
|
571 |
msgid "show subscribe form inside a popup"
|
572 |
msgstr ""
|
573 |
|
574 |
-
#: ../help/help.php:
|
575 |
msgid "Get beautiful and elegant form styles"
|
576 |
msgstr ""
|
577 |
|
578 |
-
#: ../help/help.php:
|
579 |
msgid "Email subscribers easily integrates with another free plugin "
|
580 |
msgstr ""
|
581 |
|
582 |
-
#: ../help/help.php:
|
583 |
msgid "Rainmaker"
|
584 |
msgstr ""
|
585 |
|
586 |
-
#: ../help/help.php:
|
587 |
msgid ""
|
588 |
"Rainmaker extends the core features of Email Subscribers and provides "
|
589 |
"elegant form styles."
|
590 |
msgstr ""
|
591 |
|
592 |
-
#: ../help/help.php:
|
593 |
msgid ""
|
594 |
"These styles are well designed and beautify your subscription form making it "
|
595 |
"more appealing."
|
596 |
msgstr ""
|
597 |
|
598 |
-
#: ../help/help.php:
|
599 |
msgid "add Rainmaker’s form in Email Subscribers"
|
600 |
msgstr ""
|
601 |
|
@@ -603,213 +607,214 @@ msgstr ""
|
|
603 |
msgid "Email sent successfully. "
|
604 |
msgstr ""
|
605 |
|
606 |
-
#: ../classes/es-
|
607 |
-
#:
|
608 |
-
#: 1187
|
609 |
-
msgid "Templates"
|
610 |
-
msgstr ""
|
611 |
-
|
612 |
-
#: ../classes/es-register.php:184
|
613 |
-
msgid "<span style=\"color:#f18500;font-weight:bolder;\">Help & Info</span>"
|
614 |
-
msgstr ""
|
615 |
-
|
616 |
-
#: ../classes/es-register.php:214
|
617 |
-
msgctxt "compose-enhanced-select"
|
618 |
-
msgid "Please enter the Email Subject."
|
619 |
-
msgstr ""
|
620 |
-
|
621 |
-
#: ../classes/es-register.php:720
|
622 |
-
msgid ""
|
623 |
-
"Keyword structure has been simplified. All your previously set keywords have "
|
624 |
-
"been automatically updated to the new structure."
|
625 |
-
msgstr ""
|
626 |
-
|
627 |
-
#: ../classes/es-register.php:721
|
628 |
-
msgid "Check the updated structure"
|
629 |
-
msgstr ""
|
630 |
-
|
631 |
-
#: ../classes/es-register.php:721
|
632 |
-
msgid "Okay, I got it."
|
633 |
-
msgstr ""
|
634 |
-
|
635 |
-
#: ../classes/es-register.php:930
|
636 |
msgctxt "timezone date format"
|
637 |
msgid "Y-m-d"
|
638 |
msgstr ""
|
639 |
|
640 |
-
#: ../classes/es-
|
641 |
msgid "is getting even better!"
|
642 |
msgstr ""
|
643 |
|
644 |
-
#: ../classes/es-
|
645 |
msgid "But I need you to"
|
646 |
msgstr ""
|
647 |
|
648 |
-
#: ../classes/es-
|
649 |
msgid "help me prioritize"
|
650 |
msgstr ""
|
651 |
|
652 |
-
#: ../classes/es-
|
653 |
msgid "Please send your response today."
|
654 |
msgstr ""
|
655 |
|
656 |
-
#: ../classes/es-
|
657 |
msgid "Here's how you use ES:"
|
658 |
msgstr ""
|
659 |
|
660 |
-
#: ../classes/es-
|
661 |
msgid "Post Notifications more often than Newsletter"
|
662 |
msgstr ""
|
663 |
|
664 |
-
#: ../classes/es-
|
665 |
msgid "Newsletter more often than Post Notifications"
|
666 |
msgstr ""
|
667 |
|
668 |
-
#: ../classes/es-
|
669 |
msgid "Post Notification & Newsletter equally"
|
670 |
msgstr ""
|
671 |
|
672 |
-
#: ../classes/es-
|
673 |
msgid "Have "
|
674 |
msgstr ""
|
675 |
|
676 |
-
#: ../classes/es-
|
677 |
msgid " Active Subscribers"
|
678 |
msgstr ""
|
679 |
|
680 |
-
#: ../classes/es-
|
681 |
msgid "Post "
|
682 |
msgstr ""
|
683 |
|
684 |
-
#: ../classes/es-
|
685 |
msgid " blog per week"
|
686 |
msgstr ""
|
687 |
|
688 |
-
#: ../classes/es-
|
689 |
msgid "Send emails via Cron"
|
690 |
msgstr ""
|
691 |
|
692 |
-
#: ../classes/es-
|
693 |
msgid "Send emails Immediately"
|
694 |
msgstr ""
|
695 |
|
696 |
-
#: ../classes/es-
|
697 |
msgid "Using Double Opt In"
|
698 |
msgstr ""
|
699 |
|
700 |
-
#: ../classes/es-
|
701 |
msgid "Using Single Opt In"
|
702 |
msgstr ""
|
703 |
|
704 |
-
#: ../classes/es-
|
705 |
msgid "How soon do you want these new features?"
|
706 |
msgstr ""
|
707 |
|
708 |
-
#: ../classes/es-
|
709 |
msgid "Beautiful Email Designs"
|
710 |
msgstr ""
|
711 |
|
712 |
-
#: ../classes/es-
|
713 |
-
#:
|
714 |
msgid "Right now!"
|
715 |
msgstr ""
|
716 |
|
717 |
-
#: ../classes/es-
|
718 |
-
#:
|
719 |
msgid "Soon"
|
720 |
msgstr ""
|
721 |
|
722 |
-
#: ../classes/es-
|
723 |
-
#:
|
724 |
msgid "Later"
|
725 |
msgstr ""
|
726 |
|
727 |
-
#: ../classes/es-
|
728 |
msgid "Spam Check, Scheduling... (Better Email Delivery)"
|
729 |
msgstr ""
|
730 |
|
731 |
-
#: ../classes/es-
|
732 |
msgid "Discard Fake / Bouncing Emails"
|
733 |
msgstr ""
|
734 |
|
735 |
-
#: ../classes/es-
|
736 |
msgid "Advanced Reporting"
|
737 |
msgstr ""
|
738 |
|
739 |
-
#: ../classes/es-
|
740 |
msgid "Nah, I don't like improvements"
|
741 |
msgstr ""
|
742 |
|
743 |
-
#: ../classes/es-
|
744 |
msgid "Next"
|
745 |
msgstr ""
|
746 |
|
747 |
-
#: ../classes/es-
|
748 |
msgid "Thank you!"
|
749 |
msgstr ""
|
750 |
|
751 |
-
#: ../classes/es-
|
752 |
msgid "No issues, have a nice day!"
|
753 |
msgstr ""
|
754 |
|
755 |
-
#: ../classes/es-register.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
756 |
#, php-format
|
757 |
msgid "Email Subscribers version: <strong>%s</strong>"
|
758 |
msgstr ""
|
759 |
|
760 |
-
#: ../classes/es-register.php:
|
761 |
msgid "Add new Template"
|
762 |
msgstr ""
|
763 |
|
764 |
-
#: ../classes/es-register.php:
|
765 |
msgid "Edit Templates"
|
766 |
msgstr ""
|
767 |
|
768 |
-
#: ../classes/es-register.php:
|
769 |
msgid "New Templates"
|
770 |
msgstr ""
|
771 |
|
772 |
-
#: ../classes/es-register.php:
|
773 |
msgid "View Templates"
|
774 |
msgstr ""
|
775 |
|
776 |
-
#: ../classes/es-register.php:
|
777 |
msgid "Search Templates"
|
778 |
msgstr ""
|
779 |
|
780 |
-
#: ../classes/es-register.php:
|
781 |
msgid "No Templates found"
|
782 |
msgstr ""
|
783 |
|
784 |
-
#: ../classes/es-register.php:
|
785 |
msgid "No Templates found in Trash"
|
786 |
msgstr ""
|
787 |
|
788 |
-
#: ../classes/es-register.php:
|
789 |
msgid "Thumbnail (For Visual Representation only)"
|
790 |
msgstr ""
|
791 |
|
792 |
-
#: ../classes/es-register.php:
|
793 |
msgid "Set thumbnail"
|
794 |
msgstr ""
|
795 |
|
796 |
-
#: ../classes/es-register.php:
|
797 |
msgid "Template Type"
|
798 |
msgstr ""
|
799 |
|
800 |
-
#: ../classes/es-register.php:
|
801 |
msgid "Available Keyword for Post Notification: {{POSTTITLE}}"
|
802 |
msgstr ""
|
803 |
|
804 |
-
#: ../classes/es-register.php:
|
805 |
msgid "Select your Email Template Type"
|
806 |
msgstr ""
|
807 |
|
808 |
-
#: ../classes/es-register.php:
|
809 |
msgid "Preview Template"
|
810 |
msgstr ""
|
811 |
|
812 |
-
#: ../classes/es-register.php:
|
813 |
#, php-format
|
814 |
msgid ""
|
815 |
"%s for Post Notification: {{NAME}}, {{EMAIL}}, {{DATE}}, {{POSTTITLE}}, "
|
@@ -817,7 +822,7 @@ msgid ""
|
|
817 |
"WITHTITLE}}, {{POSTLINK-ONLY}}, {{POSTFULL}}"
|
818 |
msgstr ""
|
819 |
|
820 |
-
#: ../classes/es-register.php:
|
821 |
msgid "<br/><br/>Available Keywords for Newsletter: {{NAME}}, {{EMAIL}}"
|
822 |
msgstr ""
|
823 |
|
@@ -950,8 +955,8 @@ msgstr "Vybrané podrobnosti neexistují."
|
|
950 |
msgid "Selected record deleted."
|
951 |
msgstr "Vybraný záznam byl smazán."
|
952 |
|
953 |
-
#: ../notification/notification-show.php:52 ../
|
954 |
-
#: classes/es-register.php:172
|
955 |
msgid "Post Notifications"
|
956 |
msgstr "Oznámení o příspěvcích"
|
957 |
|
@@ -1102,7 +1107,7 @@ msgstr "Plná velikost"
|
|
1102 |
msgid "Medium Size"
|
1103 |
msgstr "Střední velikost"
|
1104 |
|
1105 |
-
#: ../settings/settings-edit.php:123 ../classes/es-register.php:
|
1106 |
msgid "Thumbnail"
|
1107 |
msgstr "Náhled"
|
1108 |
|
@@ -1127,12 +1132,12 @@ msgstr ""
|
|
1127 |
"nastavit na ANO."
|
1128 |
|
1129 |
#: ../settings/settings-edit.php:142 ../settings/settings-edit.php:217 ..
|
1130 |
-
#: subscribers/view-subscriber-sync.php:107 ../classes/es-register.php:
|
1131 |
msgid "YES"
|
1132 |
msgstr "ANO"
|
1133 |
|
1134 |
#: ../settings/settings-edit.php:143 ../settings/settings-edit.php:218 ..
|
1135 |
-
#: subscribers/view-subscriber-sync.php:106 ../classes/es-register.php:
|
1136 |
msgid "NO"
|
1137 |
msgstr "NE"
|
1138 |
|
@@ -1212,8 +1217,8 @@ msgstr "Administrátor/Editor/Autor/Spolupracovník"
|
|
1212 |
msgid "Post Notifications Menu"
|
1213 |
msgstr "Oznámení o příspěvcích"
|
1214 |
|
1215 |
-
#: ../settings/settings-edit.php:324 ../
|
1216 |
-
#: register.php:174 ../classes/es-register.php:175
|
1217 |
msgid "Newsletters"
|
1218 |
msgstr "Zpravodaje"
|
1219 |
|
@@ -1308,7 +1313,7 @@ msgstr "Zobrazit hlášení"
|
|
1308 |
|
1309 |
#: ../sentmail/sentmail-show.php:108 ../sentmail/sentmail-show.php:121 ..
|
1310 |
#: compose/compose-edit.php:103 ../compose/compose-show.php:80 ..
|
1311 |
-
#: compose/compose-show.php:88 ../classes/es-register.php:
|
1312 |
msgid "Preview"
|
1313 |
msgstr "Náhled"
|
1314 |
|
@@ -1636,7 +1641,7 @@ msgid "Email Address"
|
|
1636 |
msgstr "Emailová adresa"
|
1637 |
|
1638 |
#: ../subscribers/view-subscriber-show.php:361 ../subscribers/view-subscriber-
|
1639 |
-
#: show.php:374 ../classes/es-register.php:
|
1640 |
msgid "Name"
|
1641 |
msgstr "Jméno"
|
1642 |
|
@@ -1820,12 +1825,12 @@ msgid "Edit Email"
|
|
1820 |
msgstr "Upravit e-mail"
|
1821 |
|
1822 |
#: ../compose/compose-edit.php:92 ../compose/compose-add.php:80 ../classes/es-
|
1823 |
-
#: register.php:
|
1824 |
msgid "Newsletter"
|
1825 |
msgstr "Zpravodaj"
|
1826 |
|
1827 |
#: ../compose/compose-edit.php:93 ../compose/compose-add.php:81 ../classes/es-
|
1828 |
-
#: register.php:
|
1829 |
msgid "Post Notification"
|
1830 |
msgstr "Potvrzení příspěvku"
|
1831 |
|
@@ -1838,7 +1843,7 @@ msgid "Enter Content for your Email"
|
|
1838 |
msgstr "Zadejte obsah emailu"
|
1839 |
|
1840 |
#: ../compose/compose-edit.php:111 ../compose/compose-add.php:93 ../classes/es-
|
1841 |
-
#: register.php:
|
1842 |
msgid "Available Keywords"
|
1843 |
msgstr "Dostupná klíčová slova"
|
1844 |
|
@@ -1891,17 +1896,17 @@ msgstr "Vítá vás plugin Email Subscribers!"
|
|
1891 |
msgid "Thanks for installing and we hope you will enjoy using Email Subscribers."
|
1892 |
msgstr "Děkujeme vám za instalaci a doufáme, že se vám Email Subscribers bude líbit."
|
1893 |
|
1894 |
-
#: ../help/help.php:183 ../classes/es-register.php:
|
1895 |
#: php:38
|
1896 |
msgid "Subscribe"
|
1897 |
msgstr "Odebírat"
|
1898 |
|
1899 |
#: ../help/help.php:288 ../help/help.php:299 ../help/help.php:302 ../help/help.
|
1900 |
#: php:314 ../help/help.php:317 ../help/help.php:320 ../help/help.php:323 ..
|
1901 |
-
#: help/help.php:
|
1902 |
-
#:
|
1903 |
-
#: help/help.php:
|
1904 |
-
#: 380 ../help/help.php:382
|
1905 |
#, php-format
|
1906 |
msgid "%s"
|
1907 |
msgstr "%s"
|
@@ -1910,10 +1915,6 @@ msgstr "%s"
|
|
1910 |
msgid "How to Add Subscription box to website?"
|
1911 |
msgstr "Jak na web přidat přihlašovací formulář?"
|
1912 |
|
1913 |
-
#: ../help/help.php:308
|
1914 |
-
msgid "General Plugin Settings"
|
1915 |
-
msgstr "Základní nastavení pluginu"
|
1916 |
-
|
1917 |
#: ../help/help.php:314
|
1918 |
msgid "How to Import or Export Email Addresses?"
|
1919 |
msgstr "Jak importovat nebo exportovat emailové adresy?"
|
@@ -2041,8 +2042,8 @@ msgstr "<span style=\"color:#20b2aa;font-weight:bold;\">Cron email</span>"
|
|
2041 |
msgid "<span style=\"color:#993399;\">Immediately</span>"
|
2042 |
msgstr "<span style=\"color:#993399;\">Okamžitý email</span>"
|
2043 |
|
2044 |
-
#: ../classes/es-
|
2045 |
-
#: register.php:
|
2046 |
msgid "Email Subscribers"
|
2047 |
msgstr "Email Subscribers"
|
2048 |
|
@@ -2304,7 +2305,7 @@ msgctxt "widget-page-enhanced-select"
|
|
2304 |
msgid "There was a problem with the request"
|
2305 |
msgstr "Došlo k potížím s požadavkem"
|
2306 |
|
2307 |
-
#: ../classes/es-register.php:
|
2308 |
msgid ""
|
2309 |
"If you like <strong>Email Subscribers</strong>, please consider leaving us a "
|
2310 |
"<a target=\"_blank\" href=\"https://wordpress.org/support/plugin/email-"
|
@@ -2316,22 +2317,22 @@ msgstr ""
|
|
2316 |
"org/support/plugin/email-subscribers/reviews/?filter=5#new-post\">★"
|
2317 |
"★★★★</a> hodnocení. Icegram předem mnohokrát děkuje!"
|
2318 |
|
2319 |
-
#: ../classes/es-register.php:
|
2320 |
msgid "Email *"
|
2321 |
msgstr "Email *"
|
2322 |
|
2323 |
-
#: ../classes/es-register.php:
|
2324 |
msgid "Widget Title"
|
2325 |
msgstr "Nadpis widgetu"
|
2326 |
|
2327 |
-
#: ../classes/es-register.php:
|
2328 |
msgid "Short description about subscription form"
|
2329 |
msgstr "Krátký popis k vašemu přihlašovacímu formuláři"
|
2330 |
|
2331 |
-
#: ../classes/es-register.php:
|
2332 |
msgid "Display Name Field"
|
2333 |
msgstr "Zobrazit pole „Jméno“"
|
2334 |
|
2335 |
-
#: ../classes/es-register.php:
|
2336 |
msgid "Subscriber Group"
|
2337 |
msgstr "Skupina odběratelů"
|
3 |
"Project-Id-Version: Email Subscribers & Newsletters 3.4.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: Fri Nov 17 2017 15:31:48 GMT+0530 (IST)\n"
|
7 |
"Last-Translator: admin <mansi.shah@appsmagnet.com>\n"
|
8 |
"Language-Team: StoreApps <support@storeapps.org>, Icegram <hello@icegram."
|
9 |
"com>\n"
|
437 |
msgid "How to add captcha in Subscribe form of Email Subscribers?"
|
438 |
msgstr ""
|
439 |
|
440 |
+
#: ../help/help.php:308
|
441 |
+
msgid "General Plugin Configuration"
|
442 |
+
msgstr ""
|
443 |
+
|
444 |
#: ../help/help.php:311
|
445 |
#, php-format
|
446 |
msgid "Modify %s"
|
464 |
msgid "How to change/update/translate any texts from the plugin?"
|
465 |
msgstr ""
|
466 |
|
467 |
+
#: ../help/help.php:326
|
468 |
+
msgid "How to check sent emails?"
|
469 |
msgstr ""
|
470 |
|
471 |
+
#: ../help/help.php:338
|
472 |
+
msgid "Create and Send Newsletter Emails"
|
473 |
msgstr ""
|
474 |
|
475 |
+
#: ../help/help.php:341
|
476 |
+
msgid "Keywords in the Newsletters"
|
477 |
msgstr ""
|
478 |
|
479 |
+
#: ../help/help.php:348
|
480 |
+
msgid "Create and Send Post Notification Emails when new posts are published"
|
481 |
msgstr ""
|
482 |
|
483 |
+
#: ../help/help.php:351
|
484 |
+
msgid "Keywords in the Post Notifications"
|
485 |
msgstr ""
|
486 |
|
487 |
+
#: ../help/help.php:354
|
488 |
+
msgid "Send a test post notification email to myself/testgroup"
|
489 |
msgstr ""
|
490 |
|
491 |
+
#: ../help/help.php:359
|
492 |
msgid "Cron Job Setup"
|
493 |
msgstr ""
|
494 |
|
495 |
+
#: ../help/help.php:362
|
496 |
+
msgid "What is Cron and how to Schedule Cron Emails?"
|
497 |
msgstr ""
|
498 |
|
499 |
+
#: ../help/help.php:365
|
500 |
msgid "Schedule Cron Emails in cPanel"
|
501 |
msgstr ""
|
502 |
|
503 |
+
#: ../help/help.php:368
|
504 |
msgid "Schedule Cron Emails in Parallels Plesk"
|
505 |
msgstr ""
|
506 |
|
507 |
+
#: ../help/help.php:371
|
508 |
msgid "Hosting doesn’t support Cron Jobs?"
|
509 |
msgstr ""
|
510 |
|
516 |
msgid "FAQ's"
|
517 |
msgstr ""
|
518 |
|
519 |
+
#: ../help/help.php:388
|
520 |
msgid "Want to do more? Here's how.."
|
521 |
msgstr ""
|
522 |
|
523 |
+
#: ../help/help.php:391
|
524 |
msgid "Allow Subscribers to get subscribed to any group"
|
525 |
msgstr ""
|
526 |
|
527 |
+
#: ../help/help.php:396
|
528 |
msgid "Using our free "
|
529 |
msgstr ""
|
530 |
|
531 |
+
#: ../help/help.php:397
|
532 |
msgid "Group Selector"
|
533 |
msgstr ""
|
534 |
|
535 |
+
#: ../help/help.php:398
|
536 |
msgid ""
|
537 |
"plugin, you can extend Email Subscribers Form functionality by providing an "
|
538 |
"grouping option right next to the form."
|
539 |
msgstr ""
|
540 |
|
541 |
+
#: ../help/help.php:401
|
542 |
msgid "The user can then subscribe to whichever group most appeals to them."
|
543 |
msgstr ""
|
544 |
|
545 |
+
#: ../help/help.php:404
|
546 |
msgid "For example: Subscribe either to Updates or to Offers."
|
547 |
msgstr ""
|
548 |
|
549 |
+
#: ../help/help.php:408
|
550 |
msgid "Show your subscribe form inside attractive popups"
|
551 |
msgstr ""
|
552 |
|
553 |
+
#: ../help/help.php:413
|
554 |
msgid ""
|
555 |
"Don't limit your subscriber form to a widget. Embed it within popups, hello "
|
556 |
"bars, slide-ins, sidebars, full screen popups etc."
|
557 |
msgstr ""
|
558 |
|
559 |
+
#: ../help/help.php:416
|
560 |
msgid "Using Email Subscribers you can achieve this easily with our free plugin "
|
561 |
msgstr ""
|
562 |
|
563 |
+
#: ../help/help.php:420
|
564 |
msgid ""
|
565 |
"Icegram's beautiful designs instantly capture user attention and help "
|
566 |
"increase sign-ups to your WordPress website."
|
567 |
msgstr ""
|
568 |
|
569 |
+
#: ../help/help.php:423 ../help/help.php:443
|
570 |
#, php-format
|
571 |
msgid "How to %s"
|
572 |
msgstr ""
|
573 |
|
574 |
+
#: ../help/help.php:423
|
575 |
msgid "show subscribe form inside a popup"
|
576 |
msgstr ""
|
577 |
|
578 |
+
#: ../help/help.php:427
|
579 |
msgid "Get beautiful and elegant form styles"
|
580 |
msgstr ""
|
581 |
|
582 |
+
#: ../help/help.php:433
|
583 |
msgid "Email subscribers easily integrates with another free plugin "
|
584 |
msgstr ""
|
585 |
|
586 |
+
#: ../help/help.php:434
|
587 |
msgid "Rainmaker"
|
588 |
msgstr ""
|
589 |
|
590 |
+
#: ../help/help.php:437
|
591 |
msgid ""
|
592 |
"Rainmaker extends the core features of Email Subscribers and provides "
|
593 |
"elegant form styles."
|
594 |
msgstr ""
|
595 |
|
596 |
+
#: ../help/help.php:440
|
597 |
msgid ""
|
598 |
"These styles are well designed and beautify your subscription form making it "
|
599 |
"more appealing."
|
600 |
msgstr ""
|
601 |
|
602 |
+
#: ../help/help.php:443
|
603 |
msgid "add Rainmaker’s form in Email Subscribers"
|
604 |
msgstr ""
|
605 |
|
607 |
msgid "Email sent successfully. "
|
608 |
msgstr ""
|
609 |
|
610 |
+
#: ../classes/es-survey.php:21 ../classes/es-register.php:716 ../classes/es-offer.
|
611 |
+
#: php:72
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
612 |
msgctxt "timezone date format"
|
613 |
msgid "Y-m-d"
|
614 |
msgstr ""
|
615 |
|
616 |
+
#: ../classes/es-survey.php:232
|
617 |
msgid "is getting even better!"
|
618 |
msgstr ""
|
619 |
|
620 |
+
#: ../classes/es-survey.php:233
|
621 |
msgid "But I need you to"
|
622 |
msgstr ""
|
623 |
|
624 |
+
#: ../classes/es-survey.php:233
|
625 |
msgid "help me prioritize"
|
626 |
msgstr ""
|
627 |
|
628 |
+
#: ../classes/es-survey.php:233
|
629 |
msgid "Please send your response today."
|
630 |
msgstr ""
|
631 |
|
632 |
+
#: ../classes/es-survey.php:240
|
633 |
msgid "Here's how you use ES:"
|
634 |
msgstr ""
|
635 |
|
636 |
+
#: ../classes/es-survey.php:245
|
637 |
msgid "Post Notifications more often than Newsletter"
|
638 |
msgstr ""
|
639 |
|
640 |
+
#: ../classes/es-survey.php:247
|
641 |
msgid "Newsletter more often than Post Notifications"
|
642 |
msgstr ""
|
643 |
|
644 |
+
#: ../classes/es-survey.php:249
|
645 |
msgid "Post Notification & Newsletter equally"
|
646 |
msgstr ""
|
647 |
|
648 |
+
#: ../classes/es-survey.php:253
|
649 |
msgid "Have "
|
650 |
msgstr ""
|
651 |
|
652 |
+
#: ../classes/es-survey.php:253
|
653 |
msgid " Active Subscribers"
|
654 |
msgstr ""
|
655 |
|
656 |
+
#: ../classes/es-survey.php:254
|
657 |
msgid "Post "
|
658 |
msgstr ""
|
659 |
|
660 |
+
#: ../classes/es-survey.php:254
|
661 |
msgid " blog per week"
|
662 |
msgstr ""
|
663 |
|
664 |
+
#: ../classes/es-survey.php:258
|
665 |
msgid "Send emails via Cron"
|
666 |
msgstr ""
|
667 |
|
668 |
+
#: ../classes/es-survey.php:260
|
669 |
msgid "Send emails Immediately"
|
670 |
msgstr ""
|
671 |
|
672 |
+
#: ../classes/es-survey.php:267
|
673 |
msgid "Using Double Opt In"
|
674 |
msgstr ""
|
675 |
|
676 |
+
#: ../classes/es-survey.php:269
|
677 |
msgid "Using Single Opt In"
|
678 |
msgstr ""
|
679 |
|
680 |
+
#: ../classes/es-survey.php:287
|
681 |
msgid "How soon do you want these new features?"
|
682 |
msgstr ""
|
683 |
|
684 |
+
#: ../classes/es-survey.php:291
|
685 |
msgid "Beautiful Email Designs"
|
686 |
msgstr ""
|
687 |
|
688 |
+
#: ../classes/es-survey.php:292 ../classes/es-survey.php:297 ../classes/es-survey.
|
689 |
+
#: php:302 ../classes/es-survey.php:307
|
690 |
msgid "Right now!"
|
691 |
msgstr ""
|
692 |
|
693 |
+
#: ../classes/es-survey.php:293 ../classes/es-survey.php:298 ../classes/es-survey.
|
694 |
+
#: php:303 ../classes/es-survey.php:308
|
695 |
msgid "Soon"
|
696 |
msgstr ""
|
697 |
|
698 |
+
#: ../classes/es-survey.php:294 ../classes/es-survey.php:299 ../classes/es-survey.
|
699 |
+
#: php:304 ../classes/es-survey.php:309
|
700 |
msgid "Later"
|
701 |
msgstr ""
|
702 |
|
703 |
+
#: ../classes/es-survey.php:296
|
704 |
msgid "Spam Check, Scheduling... (Better Email Delivery)"
|
705 |
msgstr ""
|
706 |
|
707 |
+
#: ../classes/es-survey.php:301
|
708 |
msgid "Discard Fake / Bouncing Emails"
|
709 |
msgstr ""
|
710 |
|
711 |
+
#: ../classes/es-survey.php:306
|
712 |
msgid "Advanced Reporting"
|
713 |
msgstr ""
|
714 |
|
715 |
+
#: ../classes/es-survey.php:318
|
716 |
msgid "Nah, I don't like improvements"
|
717 |
msgstr ""
|
718 |
|
719 |
+
#: ../classes/es-survey.php:324
|
720 |
msgid "Next"
|
721 |
msgstr ""
|
722 |
|
723 |
+
#: ../classes/es-survey.php:334
|
724 |
msgid "Thank you!"
|
725 |
msgstr ""
|
726 |
|
727 |
+
#: ../classes/es-survey.php:335
|
728 |
msgid "No issues, have a nice day!"
|
729 |
msgstr ""
|
730 |
|
731 |
+
#: ../classes/es-register.php:168 ../classes/es-register.php:169 ../classes/es-
|
732 |
+
#: register.php:853 ../classes/es-register.php:854 ../classes/es-register.php:859
|
733 |
+
msgid "Templates"
|
734 |
+
msgstr ""
|
735 |
+
|
736 |
+
#: ../classes/es-register.php:184
|
737 |
+
msgid "<span style=\"color:#f18500;font-weight:bolder;\">Help & Info</span>"
|
738 |
+
msgstr ""
|
739 |
+
|
740 |
+
#: ../classes/es-register.php:214
|
741 |
+
msgctxt "compose-enhanced-select"
|
742 |
+
msgid "Please enter the Email Subject."
|
743 |
+
msgstr ""
|
744 |
+
|
745 |
+
#: ../classes/es-register.php:756
|
746 |
+
msgid ""
|
747 |
+
"Compose is now changed to <b>Templates</b> and Keyword structure has been "
|
748 |
+
"simplified. All your previously created templates and keywords have been "
|
749 |
+
"automatically updated to the new structure.<br>"
|
750 |
+
msgstr ""
|
751 |
+
|
752 |
+
#: ../classes/es-register.php:757
|
753 |
+
msgid "Check all the changes "
|
754 |
+
msgstr ""
|
755 |
+
|
756 |
+
#: ../classes/es-register.php:757
|
757 |
+
msgid "No thanks, I know about it already."
|
758 |
+
msgstr ""
|
759 |
+
|
760 |
+
#: ../classes/es-register.php:844
|
761 |
#, php-format
|
762 |
msgid "Email Subscribers version: <strong>%s</strong>"
|
763 |
msgstr ""
|
764 |
|
765 |
+
#: ../classes/es-register.php:855 ../classes/es-register.php:856
|
766 |
msgid "Add new Template"
|
767 |
msgstr ""
|
768 |
|
769 |
+
#: ../classes/es-register.php:857
|
770 |
msgid "Edit Templates"
|
771 |
msgstr ""
|
772 |
|
773 |
+
#: ../classes/es-register.php:858
|
774 |
msgid "New Templates"
|
775 |
msgstr ""
|
776 |
|
777 |
+
#: ../classes/es-register.php:860
|
778 |
msgid "View Templates"
|
779 |
msgstr ""
|
780 |
|
781 |
+
#: ../classes/es-register.php:861
|
782 |
msgid "Search Templates"
|
783 |
msgstr ""
|
784 |
|
785 |
+
#: ../classes/es-register.php:862
|
786 |
msgid "No Templates found"
|
787 |
msgstr ""
|
788 |
|
789 |
+
#: ../classes/es-register.php:863
|
790 |
msgid "No Templates found in Trash"
|
791 |
msgstr ""
|
792 |
|
793 |
+
#: ../classes/es-register.php:866
|
794 |
msgid "Thumbnail (For Visual Representation only)"
|
795 |
msgstr ""
|
796 |
|
797 |
+
#: ../classes/es-register.php:867
|
798 |
msgid "Set thumbnail"
|
799 |
msgstr ""
|
800 |
|
801 |
+
#: ../classes/es-register.php:904
|
802 |
msgid "Template Type"
|
803 |
msgstr ""
|
804 |
|
805 |
+
#: ../classes/es-register.php:970
|
806 |
msgid "Available Keyword for Post Notification: {{POSTTITLE}}"
|
807 |
msgstr ""
|
808 |
|
809 |
+
#: ../classes/es-register.php:973
|
810 |
msgid "Select your Email Template Type"
|
811 |
msgstr ""
|
812 |
|
813 |
+
#: ../classes/es-register.php:1023
|
814 |
msgid "Preview Template"
|
815 |
msgstr ""
|
816 |
|
817 |
+
#: ../classes/es-register.php:1037
|
818 |
#, php-format
|
819 |
msgid ""
|
820 |
"%s for Post Notification: {{NAME}}, {{EMAIL}}, {{DATE}}, {{POSTTITLE}}, "
|
822 |
"WITHTITLE}}, {{POSTLINK-ONLY}}, {{POSTFULL}}"
|
823 |
msgstr ""
|
824 |
|
825 |
+
#: ../classes/es-register.php:1038
|
826 |
msgid "<br/><br/>Available Keywords for Newsletter: {{NAME}}, {{EMAIL}}"
|
827 |
msgstr ""
|
828 |
|
955 |
msgid "Selected record deleted."
|
956 |
msgstr "Vybraný záznam byl smazán."
|
957 |
|
958 |
+
#: ../notification/notification-show.php:52 ../help/help.php:345 ../classes/es-
|
959 |
+
#: register.php:171 ../classes/es-register.php:172
|
960 |
msgid "Post Notifications"
|
961 |
msgstr "Oznámení o příspěvcích"
|
962 |
|
1107 |
msgid "Medium Size"
|
1108 |
msgstr "Střední velikost"
|
1109 |
|
1110 |
+
#: ../settings/settings-edit.php:123 ../classes/es-register.php:905
|
1111 |
msgid "Thumbnail"
|
1112 |
msgstr "Náhled"
|
1113 |
|
1132 |
"nastavit na ANO."
|
1133 |
|
1134 |
#: ../settings/settings-edit.php:142 ../settings/settings-edit.php:217 ..
|
1135 |
+
#: subscribers/view-subscriber-sync.php:107 ../classes/es-register.php:1174
|
1136 |
msgid "YES"
|
1137 |
msgstr "ANO"
|
1138 |
|
1139 |
#: ../settings/settings-edit.php:143 ../settings/settings-edit.php:218 ..
|
1140 |
+
#: subscribers/view-subscriber-sync.php:106 ../classes/es-register.php:1175
|
1141 |
msgid "NO"
|
1142 |
msgstr "NE"
|
1143 |
|
1217 |
msgid "Post Notifications Menu"
|
1218 |
msgstr "Oznámení o příspěvcích"
|
1219 |
|
1220 |
+
#: ../settings/settings-edit.php:324 ../help/help.php:335 ../sendmail/sendmail.
|
1221 |
+
#: php:93 ../classes/es-register.php:174 ../classes/es-register.php:175
|
1222 |
msgid "Newsletters"
|
1223 |
msgstr "Zpravodaje"
|
1224 |
|
1313 |
|
1314 |
#: ../sentmail/sentmail-show.php:108 ../sentmail/sentmail-show.php:121 ..
|
1315 |
#: compose/compose-edit.php:103 ../compose/compose-show.php:80 ..
|
1316 |
+
#: compose/compose-show.php:88 ../classes/es-register.php:953
|
1317 |
msgid "Preview"
|
1318 |
msgstr "Náhled"
|
1319 |
|
1641 |
msgstr "Emailová adresa"
|
1642 |
|
1643 |
#: ../subscribers/view-subscriber-show.php:361 ../subscribers/view-subscriber-
|
1644 |
+
#: show.php:374 ../classes/es-register.php:1116 ../classes/es-loadwidget.php:28
|
1645 |
msgid "Name"
|
1646 |
msgstr "Jméno"
|
1647 |
|
1825 |
msgstr "Upravit e-mail"
|
1826 |
|
1827 |
#: ../compose/compose-edit.php:92 ../compose/compose-add.php:80 ../classes/es-
|
1828 |
+
#: register.php:975
|
1829 |
msgid "Newsletter"
|
1830 |
msgstr "Zpravodaj"
|
1831 |
|
1832 |
#: ../compose/compose-edit.php:93 ../compose/compose-add.php:81 ../classes/es-
|
1833 |
+
#: register.php:976
|
1834 |
msgid "Post Notification"
|
1835 |
msgstr "Potvrzení příspěvku"
|
1836 |
|
1843 |
msgstr "Zadejte obsah emailu"
|
1844 |
|
1845 |
#: ../compose/compose-edit.php:111 ../compose/compose-add.php:93 ../classes/es-
|
1846 |
+
#: register.php:1037
|
1847 |
msgid "Available Keywords"
|
1848 |
msgstr "Dostupná klíčová slova"
|
1849 |
|
1896 |
msgid "Thanks for installing and we hope you will enjoy using Email Subscribers."
|
1897 |
msgstr "Děkujeme vám za instalaci a doufáme, že se vám Email Subscribers bude líbit."
|
1898 |
|
1899 |
+
#: ../help/help.php:183 ../classes/es-register.php:1126 ../classes/es-loadwidget.
|
1900 |
#: php:38
|
1901 |
msgid "Subscribe"
|
1902 |
msgstr "Odebírat"
|
1903 |
|
1904 |
#: ../help/help.php:288 ../help/help.php:299 ../help/help.php:302 ../help/help.
|
1905 |
#: php:314 ../help/help.php:317 ../help/help.php:320 ../help/help.php:323 ..
|
1906 |
+
#: help/help.php:326 ../help/help.php:338 ../help/help.php:341 ../help/help.php:
|
1907 |
+
#: 348 ../help/help.php:351 ../help/help.php:354 ../help/help.php:362 ..
|
1908 |
+
#: help/help.php:365 ../help/help.php:368 ../help/help.php:371 ../help/help.php:
|
1909 |
+
#: 377 ../help/help.php:380 ../help/help.php:382
|
1910 |
#, php-format
|
1911 |
msgid "%s"
|
1912 |
msgstr "%s"
|
1915 |
msgid "How to Add Subscription box to website?"
|
1916 |
msgstr "Jak na web přidat přihlašovací formulář?"
|
1917 |
|
|
|
|
|
|
|
|
|
1918 |
#: ../help/help.php:314
|
1919 |
msgid "How to Import or Export Email Addresses?"
|
1920 |
msgstr "Jak importovat nebo exportovat emailové adresy?"
|
2042 |
msgid "<span style=\"color:#993399;\">Immediately</span>"
|
2043 |
msgstr "<span style=\"color:#993399;\">Okamžitý email</span>"
|
2044 |
|
2045 |
+
#: ../classes/es-survey.php:232 ../classes/es-register.php:162 ../classes/es-
|
2046 |
+
#: register.php:163 ../classes/es-register.php:865
|
2047 |
msgid "Email Subscribers"
|
2048 |
msgstr "Email Subscribers"
|
2049 |
|
2305 |
msgid "There was a problem with the request"
|
2306 |
msgstr "Došlo k potížím s požadavkem"
|
2307 |
|
2308 |
+
#: ../classes/es-register.php:830
|
2309 |
msgid ""
|
2310 |
"If you like <strong>Email Subscribers</strong>, please consider leaving us a "
|
2311 |
"<a target=\"_blank\" href=\"https://wordpress.org/support/plugin/email-"
|
2317 |
"org/support/plugin/email-subscribers/reviews/?filter=5#new-post\">★"
|
2318 |
"★★★★</a> hodnocení. Icegram předem mnohokrát děkuje!"
|
2319 |
|
2320 |
+
#: ../classes/es-register.php:1121 ../classes/es-loadwidget.php:33
|
2321 |
msgid "Email *"
|
2322 |
msgstr "Email *"
|
2323 |
|
2324 |
+
#: ../classes/es-register.php:1164
|
2325 |
msgid "Widget Title"
|
2326 |
msgstr "Nadpis widgetu"
|
2327 |
|
2328 |
+
#: ../classes/es-register.php:1168
|
2329 |
msgid "Short description about subscription form"
|
2330 |
msgstr "Krátký popis k vašemu přihlašovacímu formuláři"
|
2331 |
|
2332 |
+
#: ../classes/es-register.php:1172
|
2333 |
msgid "Display Name Field"
|
2334 |
msgstr "Zobrazit pole „Jméno“"
|
2335 |
|
2336 |
+
#: ../classes/es-register.php:1179
|
2337 |
msgid "Subscriber Group"
|
2338 |
msgstr "Skupina odběratelů"
|
languages/email-subscribers-de_DE.mo
CHANGED
Binary file
|
languages/email-subscribers-de_DE.po
CHANGED
@@ -3,7 +3,7 @@ msgstr ""
|
|
3 |
"Project-Id-Version: Email Subscribers & Newsletters 3.4.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:
|
7 |
"Last-Translator: admin <mansi.shah@appsmagnet.com>\n"
|
8 |
"Language-Team: StoreApps <support@storeapps.org>, Icegram <hello@icegram."
|
9 |
"com>\n"
|
@@ -91,84 +91,108 @@ msgid ""
|
|
91 |
"customer will view the email content."
|
92 |
msgstr ""
|
93 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
94 |
#: ../classes/es-register.php:168 ../classes/es-register.php:169 ../classes/es-
|
95 |
-
#: register.php:
|
96 |
-
#: 1187
|
97 |
msgid "Templates"
|
98 |
msgstr ""
|
99 |
|
100 |
-
#: ../classes/es-register.php:
|
101 |
msgid ""
|
102 |
-
"
|
103 |
-
"
|
|
|
104 |
msgstr ""
|
105 |
|
106 |
-
#: ../classes/es-register.php:
|
107 |
-
msgid "Check the
|
108 |
msgstr ""
|
109 |
|
110 |
-
#: ../classes/es-register.php:
|
111 |
-
msgid "
|
112 |
msgstr ""
|
113 |
|
114 |
-
#: ../classes/es-register.php:
|
115 |
#, php-format
|
116 |
msgid "Email Subscribers version: <strong>%s</strong>"
|
117 |
msgstr ""
|
118 |
|
119 |
-
#: ../classes/es-register.php:
|
120 |
msgid "Add new Template"
|
121 |
msgstr ""
|
122 |
|
123 |
-
#: ../classes/es-register.php:
|
124 |
msgid "Edit Templates"
|
125 |
msgstr ""
|
126 |
|
127 |
-
#: ../classes/es-register.php:
|
128 |
msgid "New Templates"
|
129 |
msgstr ""
|
130 |
|
131 |
-
#: ../classes/es-register.php:
|
132 |
msgid "View Templates"
|
133 |
msgstr ""
|
134 |
|
135 |
-
#: ../classes/es-register.php:
|
136 |
msgid "Search Templates"
|
137 |
msgstr ""
|
138 |
|
139 |
-
#: ../classes/es-register.php:
|
140 |
msgid "No Templates found"
|
141 |
msgstr ""
|
142 |
|
143 |
-
#: ../classes/es-register.php:
|
144 |
msgid "No Templates found in Trash"
|
145 |
msgstr ""
|
146 |
|
147 |
-
#: ../classes/es-register.php:
|
148 |
msgid "Thumbnail (For Visual Representation only)"
|
149 |
msgstr ""
|
150 |
|
151 |
-
#: ../classes/es-register.php:
|
152 |
msgid "Set thumbnail"
|
153 |
msgstr ""
|
154 |
|
155 |
-
#: ../classes/es-register.php:
|
156 |
msgid "Template Type"
|
157 |
msgstr ""
|
158 |
|
159 |
-
#: ../classes/es-register.php:
|
160 |
msgid "Available Keyword for Post Notification: {{POSTTITLE}}"
|
161 |
msgstr ""
|
162 |
|
163 |
-
#: ../classes/es-register.php:
|
164 |
msgid "Select your Email Template Type"
|
165 |
msgstr ""
|
166 |
|
167 |
-
#: ../classes/es-register.php:
|
168 |
msgid "Preview Template"
|
169 |
msgstr ""
|
170 |
|
171 |
-
#: ../classes/es-register.php:
|
172 |
#, php-format
|
173 |
msgid ""
|
174 |
"%s for Post Notification: {{NAME}}, {{EMAIL}}, {{DATE}}, {{POSTTITLE}}, "
|
@@ -176,7 +200,7 @@ msgid ""
|
|
176 |
"WITHTITLE}}, {{POSTLINK-ONLY}}, {{POSTFULL}}"
|
177 |
msgstr ""
|
178 |
|
179 |
-
#: ../classes/es-register.php:
|
180 |
msgid "<br/><br/>Available Keywords for Newsletter: {{NAME}}, {{EMAIL}}"
|
181 |
msgstr ""
|
182 |
|
@@ -309,8 +333,8 @@ msgstr "Oops, die gewählten Details existieren nicht."
|
|
309 |
msgid "Selected record deleted."
|
310 |
msgstr "Ausgewählte Einträge gelöscht."
|
311 |
|
312 |
-
#: ../notification/notification-show.php:52 ../
|
313 |
-
#: classes/es-register.php:172
|
314 |
msgid "Post Notifications"
|
315 |
msgstr "Benachrichtigungen"
|
316 |
|
@@ -517,7 +541,7 @@ msgstr "Volle Größe"
|
|
517 |
msgid "Medium Size"
|
518 |
msgstr "Mittlere Größe"
|
519 |
|
520 |
-
#: ../settings/settings-edit.php:123 ../classes/es-register.php:
|
521 |
msgid "Thumbnail"
|
522 |
msgstr "Vorschau"
|
523 |
|
@@ -546,12 +570,12 @@ msgstr ""
|
|
546 |
"dazugekommen ist. Diese Option muss auf JA stehen."
|
547 |
|
548 |
#: ../settings/settings-edit.php:142 ../settings/settings-edit.php:217 ..
|
549 |
-
#: subscribers/view-subscriber-sync.php:107 ../classes/es-register.php:
|
550 |
msgid "YES"
|
551 |
msgstr "Ja"
|
552 |
|
553 |
#: ../settings/settings-edit.php:143 ../settings/settings-edit.php:218 ..
|
554 |
-
#: subscribers/view-subscriber-sync.php:106 ../classes/es-register.php:
|
555 |
msgid "NO"
|
556 |
msgstr "Nein"
|
557 |
|
@@ -739,8 +763,8 @@ msgstr "Für Administratoren / Editoren / Autoren / Mitarbeiter"
|
|
739 |
msgid "Post Notifications Menu"
|
740 |
msgstr "Menü Benachrichtigungen"
|
741 |
|
742 |
-
#: ../settings/settings-edit.php:324 ../
|
743 |
-
#: register.php:174 ../classes/es-register.php:175
|
744 |
msgid "Newsletters"
|
745 |
msgstr "Newsletter"
|
746 |
|
@@ -906,7 +930,7 @@ msgstr "Berichte anzeigen"
|
|
906 |
|
907 |
#: ../sentmail/sentmail-show.php:108 ../sentmail/sentmail-show.php:121 ..
|
908 |
#: compose/compose-edit.php:103 ../compose/compose-show.php:80 ..
|
909 |
-
#: compose/compose-show.php:88 ../classes/es-register.php:
|
910 |
msgid "Preview"
|
911 |
msgstr "Vorschau"
|
912 |
|
@@ -1234,7 +1258,7 @@ msgid "Email Address"
|
|
1234 |
msgstr "Emailadresse"
|
1235 |
|
1236 |
#: ../subscribers/view-subscriber-show.php:361 ../subscribers/view-subscriber-
|
1237 |
-
#: show.php:374 ../classes/es-register.php:
|
1238 |
msgid "Name"
|
1239 |
msgstr "Name"
|
1240 |
|
@@ -1426,12 +1450,12 @@ msgid "Select your Email Template"
|
|
1426 |
msgstr "Emailvorlage wählen"
|
1427 |
|
1428 |
#: ../compose/compose-edit.php:92 ../compose/compose-add.php:80 ../classes/es-
|
1429 |
-
#: register.php:
|
1430 |
msgid "Newsletter"
|
1431 |
msgstr "Newsletter"
|
1432 |
|
1433 |
#: ../compose/compose-edit.php:93 ../compose/compose-add.php:81 ../classes/es-
|
1434 |
-
#: register.php:
|
1435 |
msgid "Post Notification"
|
1436 |
msgstr "Benachrichtigung über Beitrag"
|
1437 |
|
@@ -1460,7 +1484,7 @@ msgstr ""
|
|
1460 |
"Beiträge)"
|
1461 |
|
1462 |
#: ../compose/compose-edit.php:111 ../compose/compose-add.php:93 ../classes/es-
|
1463 |
-
#: register.php:
|
1464 |
msgid "Available Keywords"
|
1465 |
msgstr "Verfügbare Schlüsselworte"
|
1466 |
|
@@ -1523,7 +1547,7 @@ msgstr ""
|
|
1523 |
msgid "Get more help and tips..."
|
1524 |
msgstr "Mehr Hilfe und Tipps..."
|
1525 |
|
1526 |
-
#: ../help/help.php:183 ../classes/es-register.php:
|
1527 |
#: php:38
|
1528 |
msgid "Subscribe"
|
1529 |
msgstr "Anmelden"
|
@@ -1643,10 +1667,10 @@ msgstr "Anmeldeformular hinzufügen"
|
|
1643 |
|
1644 |
#: ../help/help.php:288 ../help/help.php:299 ../help/help.php:302 ../help/help.
|
1645 |
#: php:314 ../help/help.php:317 ../help/help.php:320 ../help/help.php:323 ..
|
1646 |
-
#: help/help.php:
|
1647 |
-
#:
|
1648 |
-
#: help/help.php:
|
1649 |
-
#: 380 ../help/help.php:382
|
1650 |
#, php-format
|
1651 |
msgid "%s"
|
1652 |
msgstr "%s"
|
@@ -1691,10 +1715,6 @@ msgstr ""
|
|
1691 |
"Wie kann ich ein Captcha zum Anmeldeformular von Email Subscribers "
|
1692 |
"hinzufügen?"
|
1693 |
|
1694 |
-
#: ../help/help.php:308
|
1695 |
-
msgid "General Plugin Settings"
|
1696 |
-
msgstr "Allgemeine Plugineinstellungen"
|
1697 |
-
|
1698 |
#: ../help/help.php:311
|
1699 |
#, php-format
|
1700 |
msgid "Modify %s"
|
@@ -1728,47 +1748,27 @@ msgstr "Wie kann ich Texte im Plugin ändern/aktualisieren/übersetzen?"
|
|
1728 |
msgid "How to add Unsubscribe link in emails?"
|
1729 |
msgstr "Wie füge ich meinen Emails einen Abmeldelink hinzu?"
|
1730 |
|
1731 |
-
#: ../help/help.php:
|
1732 |
-
msgid "Usage"
|
1733 |
-
msgstr "Verwendung"
|
1734 |
-
|
1735 |
-
#: ../help/help.php:336
|
1736 |
-
msgid "Compose and Send Newsletter Emails"
|
1737 |
-
msgstr "Newsletteremails erstellen und versenden"
|
1738 |
-
|
1739 |
-
#: ../help/help.php:339
|
1740 |
-
msgid "Compose and Send Post Notification Emails when new posts are published"
|
1741 |
-
msgstr "Benachrichtigungsemails über neue Beiträge erstellen und versenden"
|
1742 |
-
|
1743 |
-
#: ../help/help.php:342
|
1744 |
msgid "Keywords in the Post Notifications"
|
1745 |
msgstr "Schlüsselworte in den Beitragsbenachrichtigungen"
|
1746 |
|
1747 |
-
#: ../help/help.php:
|
1748 |
msgid "Send a test post notification email to myself/testgroup"
|
1749 |
msgstr "Senden einer Testbenachrichtigung an sich selbst oder an eine Testgruppe"
|
1750 |
|
1751 |
-
#: ../help/help.php:
|
1752 |
-
msgid "Check sent emails"
|
1753 |
-
msgstr "Überprüfe gesendete Emails"
|
1754 |
-
|
1755 |
-
#: ../help/help.php:355
|
1756 |
msgid "Cron Job Setup"
|
1757 |
msgstr "Konfiguration Cron Job"
|
1758 |
|
1759 |
-
#: ../help/help.php:
|
1760 |
-
msgid "How to Schedule Cron Emails?"
|
1761 |
-
msgstr "Wie plane ich Cron-Emails?"
|
1762 |
-
|
1763 |
-
#: ../help/help.php:361
|
1764 |
msgid "Schedule Cron Emails in cPanel"
|
1765 |
msgstr "Planen von Cron Emails in cPanel"
|
1766 |
|
1767 |
-
#: ../help/help.php:
|
1768 |
msgid "Schedule Cron Emails in Parallels Plesk"
|
1769 |
msgstr "Planen von Cron Emails in Paralles Plesk"
|
1770 |
|
1771 |
-
#: ../help/help.php:
|
1772 |
msgid "Hosting doesn’t support Cron Jobs?"
|
1773 |
msgstr "Dein Hoster unterstützt keine Cron Jobs?"
|
1774 |
|
@@ -1788,23 +1788,23 @@ msgstr "CSS Hilfe"
|
|
1788 |
msgid "FAQ's"
|
1789 |
msgstr "FAQ's"
|
1790 |
|
1791 |
-
#: ../help/help.php:
|
1792 |
msgid "Want to do more? Here's how.."
|
1793 |
msgstr "Du möchtest mehr machen? Hier steht wie..."
|
1794 |
|
1795 |
-
#: ../help/help.php:
|
1796 |
msgid "Allow Subscribers to get subscribed to any group"
|
1797 |
msgstr "Erlaube den Abnonnenten sich an jeder Gruppe anzumelden"
|
1798 |
|
1799 |
-
#: ../help/help.php:
|
1800 |
msgid "Using our free "
|
1801 |
msgstr "Durch Verwendung unseres kostenlosen"
|
1802 |
|
1803 |
-
#: ../help/help.php:
|
1804 |
msgid "Group Selector"
|
1805 |
msgstr "Group Selector"
|
1806 |
|
1807 |
-
#: ../help/help.php:
|
1808 |
msgid ""
|
1809 |
"plugin, you can extend Email Subscribers Form functionality by providing an "
|
1810 |
"grouping option right next to the form."
|
@@ -1812,19 +1812,19 @@ msgstr ""
|
|
1812 |
"Plugins kannst Du die Funktionalität des Email Subscribers Anmeldeformulars "
|
1813 |
"durch hinzufügen einer Gruppenauswahl rechts im Formular erweitern."
|
1814 |
|
1815 |
-
#: ../help/help.php:
|
1816 |
msgid "The user can then subscribe to whichever group most appeals to them."
|
1817 |
msgstr "Der Benutzer kann sich dann an der Gruppe anmelden die ihm am meisten zusagt."
|
1818 |
|
1819 |
-
#: ../help/help.php:
|
1820 |
msgid "For example: Subscribe either to Updates or to Offers."
|
1821 |
msgstr "Zum Beispiel Anmeldung entweder an Updates oder an Angeboten."
|
1822 |
|
1823 |
-
#: ../help/help.php:
|
1824 |
msgid "Show your subscribe form inside attractive popups"
|
1825 |
msgstr "Zeige die Anmeldeformulare in schönen Popups"
|
1826 |
|
1827 |
-
#: ../help/help.php:
|
1828 |
msgid ""
|
1829 |
"Don't limit your subscriber form to a widget. Embed it within popups, hello "
|
1830 |
"bars, slide-ins, sidebars, full screen popups etc."
|
@@ -1832,13 +1832,13 @@ msgstr ""
|
|
1832 |
"Beschränke das Anmeldeformular nicht auf ein Widget, binde es ein in Popups, "
|
1833 |
"Hello Bars, Sidebars, bildschirmfüllenden Popups, usw."
|
1834 |
|
1835 |
-
#: ../help/help.php:
|
1836 |
msgid "Using Email Subscribers you can achieve this easily with our free plugin "
|
1837 |
msgstr ""
|
1838 |
"Durch die Verwendung von Email Subscribers kannst Du dies sehr einfach mit "
|
1839 |
"unserem kostenlosen Plugin erreichen "
|
1840 |
|
1841 |
-
#: ../help/help.php:
|
1842 |
msgid ""
|
1843 |
"Icegram's beautiful designs instantly capture user attention and help "
|
1844 |
"increase sign-ups to your WordPress website."
|
@@ -1847,28 +1847,28 @@ msgstr ""
|
|
1847 |
"auf sich und helfen dabei die Anzahl der Anmeldungen auf Deiner WordPress-"
|
1848 |
"Seite zu erhöhen."
|
1849 |
|
1850 |
-
#: ../help/help.php:
|
1851 |
#, php-format
|
1852 |
msgid "How to %s"
|
1853 |
msgstr "Wie kann ich %s"
|
1854 |
|
1855 |
-
#: ../help/help.php:
|
1856 |
msgid "show subscribe form inside a popup"
|
1857 |
msgstr " das Anmeldeformular in einem Popup zeigen"
|
1858 |
|
1859 |
-
#: ../help/help.php:
|
1860 |
msgid "Get beautiful and elegant form styles"
|
1861 |
msgstr "Bekomme schöne und elegante Stile für das Anmeldeformular"
|
1862 |
|
1863 |
-
#: ../help/help.php:
|
1864 |
msgid "Email subscribers easily integrates with another free plugin "
|
1865 |
msgstr "Email Subscribers integriert sich einfach in ein anderes kostenloses Plugin "
|
1866 |
|
1867 |
-
#: ../help/help.php:
|
1868 |
msgid "Rainmaker"
|
1869 |
msgstr "Rainmaker"
|
1870 |
|
1871 |
-
#: ../help/help.php:
|
1872 |
msgid ""
|
1873 |
"Rainmaker extends the core features of Email Subscribers and provides "
|
1874 |
"elegant form styles."
|
@@ -1876,7 +1876,7 @@ msgstr ""
|
|
1876 |
"Rainmaker erweitert die Kernfeatures von Email Subscribers und bietet "
|
1877 |
"elegante Stile für die Formulare."
|
1878 |
|
1879 |
-
#: ../help/help.php:
|
1880 |
msgid ""
|
1881 |
"These styles are well designed and beautify your subscription form making it "
|
1882 |
"more appealing."
|
@@ -1884,7 +1884,7 @@ msgstr ""
|
|
1884 |
"Diese Stile sind gut designed und verschönern Dein Anmeldeformular indem sie "
|
1885 |
"es ansprechender machen."
|
1886 |
|
1887 |
-
#: ../help/help.php:
|
1888 |
msgid "add Rainmaker’s form in Email Subscribers"
|
1889 |
msgstr "Rainmakers Formulare in Email Subscribers einfügen"
|
1890 |
|
@@ -2003,11 +2003,132 @@ msgstr "<span style=\"color:#20b2aa;font-weight:bold;\">über Cron</span>"
|
|
2003 |
msgid "<span style=\"color:#993399;\">Immediately</span>"
|
2004 |
msgstr "<span style=\"color:#993399;\">Sofort</span>"
|
2005 |
|
2006 |
-
#: ../classes/es-
|
2007 |
-
#:
|
|
|
|
|
|
|
|
|
|
|
|
|
2008 |
msgid "Email Subscribers"
|
2009 |
msgstr "Email Subscribers"
|
2010 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2011 |
#: ../classes/es-register.php:183
|
2012 |
msgid "Help & Info"
|
2013 |
msgstr "Hilfe & Info"
|
@@ -2273,127 +2394,7 @@ msgctxt "widget-page-enhanced-select"
|
|
2273 |
msgid "There was a problem with the request"
|
2274 |
msgstr "Es gab ein Problem mit der Anforderung"
|
2275 |
|
2276 |
-
#: ../classes/es-register.php:
|
2277 |
-
msgctxt "timezone date format"
|
2278 |
-
msgid "Y-m-d"
|
2279 |
-
msgstr "J-M-T"
|
2280 |
-
|
2281 |
-
#: ../classes/es-register.php:947
|
2282 |
-
msgid "is getting even better!"
|
2283 |
-
msgstr "wird sogar noch besser!"
|
2284 |
-
|
2285 |
-
#: ../classes/es-register.php:948
|
2286 |
-
msgid "But I need you to"
|
2287 |
-
msgstr "Aber ich brauche Dich"
|
2288 |
-
|
2289 |
-
#: ../classes/es-register.php:948
|
2290 |
-
msgid "help me prioritize"
|
2291 |
-
msgstr "hilf mir zu priorisieren"
|
2292 |
-
|
2293 |
-
#: ../classes/es-register.php:948
|
2294 |
-
msgid "Please send your response today."
|
2295 |
-
msgstr "Bitte sende Deine Antwort noch heute."
|
2296 |
-
|
2297 |
-
#: ../classes/es-register.php:955
|
2298 |
-
msgid "Here's how you use ES:"
|
2299 |
-
msgstr "Und so verwendest Du ES:"
|
2300 |
-
|
2301 |
-
#: ../classes/es-register.php:960
|
2302 |
-
msgid "Post Notifications more often than Newsletter"
|
2303 |
-
msgstr "Benachrichtigungen öfter als Newsletter"
|
2304 |
-
|
2305 |
-
#: ../classes/es-register.php:962
|
2306 |
-
msgid "Newsletter more often than Post Notifications"
|
2307 |
-
msgstr "Newsletter öfter als Benachrichtigungen"
|
2308 |
-
|
2309 |
-
#: ../classes/es-register.php:964
|
2310 |
-
msgid "Post Notification & Newsletter equally"
|
2311 |
-
msgstr "Benachrichtigungen & Newsletter zu gleichen Teilen"
|
2312 |
-
|
2313 |
-
#: ../classes/es-register.php:968
|
2314 |
-
msgid "Have "
|
2315 |
-
msgstr "Habe "
|
2316 |
-
|
2317 |
-
#: ../classes/es-register.php:968
|
2318 |
-
msgid " Active Subscribers"
|
2319 |
-
msgstr " Aktive Abonnenten"
|
2320 |
-
|
2321 |
-
#: ../classes/es-register.php:969
|
2322 |
-
msgid "Post "
|
2323 |
-
msgstr "Beitrag "
|
2324 |
-
|
2325 |
-
#: ../classes/es-register.php:969
|
2326 |
-
msgid " blog per week"
|
2327 |
-
msgstr " Beiträge pro Woche"
|
2328 |
-
|
2329 |
-
#: ../classes/es-register.php:973
|
2330 |
-
msgid "Send emails via Cron"
|
2331 |
-
msgstr "Emails via Cron versenden"
|
2332 |
-
|
2333 |
-
#: ../classes/es-register.php:975
|
2334 |
-
msgid "Send emails Immediately"
|
2335 |
-
msgstr "Sende Emails sofort"
|
2336 |
-
|
2337 |
-
#: ../classes/es-register.php:982
|
2338 |
-
msgid "Using Double Opt In"
|
2339 |
-
msgstr "Verwende Doppeltes Opt-In"
|
2340 |
-
|
2341 |
-
#: ../classes/es-register.php:984
|
2342 |
-
msgid "Using Single Opt In"
|
2343 |
-
msgstr "Verwende Einfaches Opt-In"
|
2344 |
-
|
2345 |
-
#: ../classes/es-register.php:1002
|
2346 |
-
msgid "How soon do you want these new features?"
|
2347 |
-
msgstr "Wie bald möchtest Du diese neuen Features?"
|
2348 |
-
|
2349 |
-
#: ../classes/es-register.php:1006
|
2350 |
-
msgid "Beautiful Email Designs"
|
2351 |
-
msgstr "Schöne Email Designs"
|
2352 |
-
|
2353 |
-
#: ../classes/es-register.php:1007 ../classes/es-register.php:1012 ../classes/es-
|
2354 |
-
#: register.php:1017 ../classes/es-register.php:1022
|
2355 |
-
msgid "Right now!"
|
2356 |
-
msgstr "Jetzt!"
|
2357 |
-
|
2358 |
-
#: ../classes/es-register.php:1008 ../classes/es-register.php:1013 ../classes/es-
|
2359 |
-
#: register.php:1018 ../classes/es-register.php:1023
|
2360 |
-
msgid "Soon"
|
2361 |
-
msgstr "Bald"
|
2362 |
-
|
2363 |
-
#: ../classes/es-register.php:1009 ../classes/es-register.php:1014 ../classes/es-
|
2364 |
-
#: register.php:1019 ../classes/es-register.php:1024
|
2365 |
-
msgid "Later"
|
2366 |
-
msgstr "Später"
|
2367 |
-
|
2368 |
-
#: ../classes/es-register.php:1011
|
2369 |
-
msgid "Spam Check, Scheduling... (Better Email Delivery)"
|
2370 |
-
msgstr "Spamüberprüfung, Zeitplanung... (Besserer Emailversand)"
|
2371 |
-
|
2372 |
-
#: ../classes/es-register.php:1016
|
2373 |
-
msgid "Discard Fake / Bouncing Emails"
|
2374 |
-
msgstr "Verwerfe Fake- oder zurückgekommene Emails"
|
2375 |
-
|
2376 |
-
#: ../classes/es-register.php:1021
|
2377 |
-
msgid "Advanced Reporting"
|
2378 |
-
msgstr "Erweiterte Berichte"
|
2379 |
-
|
2380 |
-
#: ../classes/es-register.php:1033
|
2381 |
-
msgid "Nah, I don't like improvements"
|
2382 |
-
msgstr "Nein, ich mag keine Verbesserungen"
|
2383 |
-
|
2384 |
-
#: ../classes/es-register.php:1039
|
2385 |
-
msgid "Next"
|
2386 |
-
msgstr "Weiter"
|
2387 |
-
|
2388 |
-
#: ../classes/es-register.php:1049
|
2389 |
-
msgid "Thank you!"
|
2390 |
-
msgstr "Danke!"
|
2391 |
-
|
2392 |
-
#: ../classes/es-register.php:1050
|
2393 |
-
msgid "No issues, have a nice day!"
|
2394 |
-
msgstr "Keine Probleme gefunden, Genieße den Tag!"
|
2395 |
-
|
2396 |
-
#: ../classes/es-register.php:1158
|
2397 |
msgid ""
|
2398 |
"If you like <strong>Email Subscribers</strong>, please consider leaving us a "
|
2399 |
"<a target=\"_blank\" href=\"https://wordpress.org/support/plugin/email-"
|
@@ -2406,22 +2407,22 @@ msgstr ""
|
|
2406 |
"rated=\"Thanks :)\">★★★★★</a> Bewertung. Ein "
|
2407 |
"riesiges Dankeschön von Icegram im Voraus!"
|
2408 |
|
2409 |
-
#: ../classes/es-register.php:
|
2410 |
msgid "Email *"
|
2411 |
msgstr "Email *"
|
2412 |
|
2413 |
-
#: ../classes/es-register.php:
|
2414 |
msgid "Widget Title"
|
2415 |
msgstr "Widget Titel"
|
2416 |
|
2417 |
-
#: ../classes/es-register.php:
|
2418 |
msgid "Short description about subscription form"
|
2419 |
msgstr "Kurze Beschreibung des Anmeldeformulars"
|
2420 |
|
2421 |
-
#: ../classes/es-register.php:
|
2422 |
msgid "Display Name Field"
|
2423 |
msgstr "Namensfeld anzeigen"
|
2424 |
|
2425 |
-
#: ../classes/es-register.php:
|
2426 |
msgid "Subscriber Group"
|
2427 |
msgstr "Abonnentengruppe"
|
3 |
"Project-Id-Version: Email Subscribers & Newsletters 3.4.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: Fri Nov 17 2017 15:34:05 GMT+0530 (IST)\n"
|
7 |
"Last-Translator: admin <mansi.shah@appsmagnet.com>\n"
|
8 |
"Language-Team: StoreApps <support@storeapps.org>, Icegram <hello@icegram."
|
9 |
"com>\n"
|
91 |
"customer will view the email content."
|
92 |
msgstr ""
|
93 |
|
94 |
+
#: ../help/help.php:308
|
95 |
+
msgid "General Plugin Configuration"
|
96 |
+
msgstr ""
|
97 |
+
|
98 |
+
#: ../help/help.php:326
|
99 |
+
msgid "How to check sent emails?"
|
100 |
+
msgstr ""
|
101 |
+
|
102 |
+
#: ../help/help.php:338
|
103 |
+
msgid "Create and Send Newsletter Emails"
|
104 |
+
msgstr ""
|
105 |
+
|
106 |
+
#: ../help/help.php:341
|
107 |
+
msgid "Keywords in the Newsletters"
|
108 |
+
msgstr ""
|
109 |
+
|
110 |
+
#: ../help/help.php:348
|
111 |
+
msgid "Create and Send Post Notification Emails when new posts are published"
|
112 |
+
msgstr ""
|
113 |
+
|
114 |
+
#: ../help/help.php:362
|
115 |
+
msgid "What is Cron and how to Schedule Cron Emails?"
|
116 |
+
msgstr ""
|
117 |
+
|
118 |
#: ../classes/es-register.php:168 ../classes/es-register.php:169 ../classes/es-
|
119 |
+
#: register.php:853 ../classes/es-register.php:854 ../classes/es-register.php:859
|
|
|
120 |
msgid "Templates"
|
121 |
msgstr ""
|
122 |
|
123 |
+
#: ../classes/es-register.php:756
|
124 |
msgid ""
|
125 |
+
"Compose is now changed to <b>Templates</b> and Keyword structure has been "
|
126 |
+
"simplified. All your previously created templates and keywords have been "
|
127 |
+
"automatically updated to the new structure.<br>"
|
128 |
msgstr ""
|
129 |
|
130 |
+
#: ../classes/es-register.php:757
|
131 |
+
msgid "Check all the changes "
|
132 |
msgstr ""
|
133 |
|
134 |
+
#: ../classes/es-register.php:757
|
135 |
+
msgid "No thanks, I know about it already."
|
136 |
msgstr ""
|
137 |
|
138 |
+
#: ../classes/es-register.php:844
|
139 |
#, php-format
|
140 |
msgid "Email Subscribers version: <strong>%s</strong>"
|
141 |
msgstr ""
|
142 |
|
143 |
+
#: ../classes/es-register.php:855 ../classes/es-register.php:856
|
144 |
msgid "Add new Template"
|
145 |
msgstr ""
|
146 |
|
147 |
+
#: ../classes/es-register.php:857
|
148 |
msgid "Edit Templates"
|
149 |
msgstr ""
|
150 |
|
151 |
+
#: ../classes/es-register.php:858
|
152 |
msgid "New Templates"
|
153 |
msgstr ""
|
154 |
|
155 |
+
#: ../classes/es-register.php:860
|
156 |
msgid "View Templates"
|
157 |
msgstr ""
|
158 |
|
159 |
+
#: ../classes/es-register.php:861
|
160 |
msgid "Search Templates"
|
161 |
msgstr ""
|
162 |
|
163 |
+
#: ../classes/es-register.php:862
|
164 |
msgid "No Templates found"
|
165 |
msgstr ""
|
166 |
|
167 |
+
#: ../classes/es-register.php:863
|
168 |
msgid "No Templates found in Trash"
|
169 |
msgstr ""
|
170 |
|
171 |
+
#: ../classes/es-register.php:866
|
172 |
msgid "Thumbnail (For Visual Representation only)"
|
173 |
msgstr ""
|
174 |
|
175 |
+
#: ../classes/es-register.php:867
|
176 |
msgid "Set thumbnail"
|
177 |
msgstr ""
|
178 |
|
179 |
+
#: ../classes/es-register.php:904
|
180 |
msgid "Template Type"
|
181 |
msgstr ""
|
182 |
|
183 |
+
#: ../classes/es-register.php:970
|
184 |
msgid "Available Keyword for Post Notification: {{POSTTITLE}}"
|
185 |
msgstr ""
|
186 |
|
187 |
+
#: ../classes/es-register.php:973
|
188 |
msgid "Select your Email Template Type"
|
189 |
msgstr ""
|
190 |
|
191 |
+
#: ../classes/es-register.php:1023
|
192 |
msgid "Preview Template"
|
193 |
msgstr ""
|
194 |
|
195 |
+
#: ../classes/es-register.php:1037
|
196 |
#, php-format
|
197 |
msgid ""
|
198 |
"%s for Post Notification: {{NAME}}, {{EMAIL}}, {{DATE}}, {{POSTTITLE}}, "
|
200 |
"WITHTITLE}}, {{POSTLINK-ONLY}}, {{POSTFULL}}"
|
201 |
msgstr ""
|
202 |
|
203 |
+
#: ../classes/es-register.php:1038
|
204 |
msgid "<br/><br/>Available Keywords for Newsletter: {{NAME}}, {{EMAIL}}"
|
205 |
msgstr ""
|
206 |
|
333 |
msgid "Selected record deleted."
|
334 |
msgstr "Ausgewählte Einträge gelöscht."
|
335 |
|
336 |
+
#: ../notification/notification-show.php:52 ../help/help.php:345 ../classes/es-
|
337 |
+
#: register.php:171 ../classes/es-register.php:172
|
338 |
msgid "Post Notifications"
|
339 |
msgstr "Benachrichtigungen"
|
340 |
|
541 |
msgid "Medium Size"
|
542 |
msgstr "Mittlere Größe"
|
543 |
|
544 |
+
#: ../settings/settings-edit.php:123 ../classes/es-register.php:905
|
545 |
msgid "Thumbnail"
|
546 |
msgstr "Vorschau"
|
547 |
|
570 |
"dazugekommen ist. Diese Option muss auf JA stehen."
|
571 |
|
572 |
#: ../settings/settings-edit.php:142 ../settings/settings-edit.php:217 ..
|
573 |
+
#: subscribers/view-subscriber-sync.php:107 ../classes/es-register.php:1174
|
574 |
msgid "YES"
|
575 |
msgstr "Ja"
|
576 |
|
577 |
#: ../settings/settings-edit.php:143 ../settings/settings-edit.php:218 ..
|
578 |
+
#: subscribers/view-subscriber-sync.php:106 ../classes/es-register.php:1175
|
579 |
msgid "NO"
|
580 |
msgstr "Nein"
|
581 |
|
763 |
msgid "Post Notifications Menu"
|
764 |
msgstr "Menü Benachrichtigungen"
|
765 |
|
766 |
+
#: ../settings/settings-edit.php:324 ../help/help.php:335 ../sendmail/sendmail.
|
767 |
+
#: php:93 ../classes/es-register.php:174 ../classes/es-register.php:175
|
768 |
msgid "Newsletters"
|
769 |
msgstr "Newsletter"
|
770 |
|
930 |
|
931 |
#: ../sentmail/sentmail-show.php:108 ../sentmail/sentmail-show.php:121 ..
|
932 |
#: compose/compose-edit.php:103 ../compose/compose-show.php:80 ..
|
933 |
+
#: compose/compose-show.php:88 ../classes/es-register.php:953
|
934 |
msgid "Preview"
|
935 |
msgstr "Vorschau"
|
936 |
|
1258 |
msgstr "Emailadresse"
|
1259 |
|
1260 |
#: ../subscribers/view-subscriber-show.php:361 ../subscribers/view-subscriber-
|
1261 |
+
#: show.php:374 ../classes/es-register.php:1116 ../classes/es-loadwidget.php:28
|
1262 |
msgid "Name"
|
1263 |
msgstr "Name"
|
1264 |
|
1450 |
msgstr "Emailvorlage wählen"
|
1451 |
|
1452 |
#: ../compose/compose-edit.php:92 ../compose/compose-add.php:80 ../classes/es-
|
1453 |
+
#: register.php:975
|
1454 |
msgid "Newsletter"
|
1455 |
msgstr "Newsletter"
|
1456 |
|
1457 |
#: ../compose/compose-edit.php:93 ../compose/compose-add.php:81 ../classes/es-
|
1458 |
+
#: register.php:976
|
1459 |
msgid "Post Notification"
|
1460 |
msgstr "Benachrichtigung über Beitrag"
|
1461 |
|
1484 |
"Beiträge)"
|
1485 |
|
1486 |
#: ../compose/compose-edit.php:111 ../compose/compose-add.php:93 ../classes/es-
|
1487 |
+
#: register.php:1037
|
1488 |
msgid "Available Keywords"
|
1489 |
msgstr "Verfügbare Schlüsselworte"
|
1490 |
|
1547 |
msgid "Get more help and tips..."
|
1548 |
msgstr "Mehr Hilfe und Tipps..."
|
1549 |
|
1550 |
+
#: ../help/help.php:183 ../classes/es-register.php:1126 ../classes/es-loadwidget.
|
1551 |
#: php:38
|
1552 |
msgid "Subscribe"
|
1553 |
msgstr "Anmelden"
|
1667 |
|
1668 |
#: ../help/help.php:288 ../help/help.php:299 ../help/help.php:302 ../help/help.
|
1669 |
#: php:314 ../help/help.php:317 ../help/help.php:320 ../help/help.php:323 ..
|
1670 |
+
#: help/help.php:326 ../help/help.php:338 ../help/help.php:341 ../help/help.php:
|
1671 |
+
#: 348 ../help/help.php:351 ../help/help.php:354 ../help/help.php:362 ..
|
1672 |
+
#: help/help.php:365 ../help/help.php:368 ../help/help.php:371 ../help/help.php:
|
1673 |
+
#: 377 ../help/help.php:380 ../help/help.php:382
|
1674 |
#, php-format
|
1675 |
msgid "%s"
|
1676 |
msgstr "%s"
|
1715 |
"Wie kann ich ein Captcha zum Anmeldeformular von Email Subscribers "
|
1716 |
"hinzufügen?"
|
1717 |
|
|
|
|
|
|
|
|
|
1718 |
#: ../help/help.php:311
|
1719 |
#, php-format
|
1720 |
msgid "Modify %s"
|
1748 |
msgid "How to add Unsubscribe link in emails?"
|
1749 |
msgstr "Wie füge ich meinen Emails einen Abmeldelink hinzu?"
|
1750 |
|
1751 |
+
#: ../help/help.php:351
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1752 |
msgid "Keywords in the Post Notifications"
|
1753 |
msgstr "Schlüsselworte in den Beitragsbenachrichtigungen"
|
1754 |
|
1755 |
+
#: ../help/help.php:354
|
1756 |
msgid "Send a test post notification email to myself/testgroup"
|
1757 |
msgstr "Senden einer Testbenachrichtigung an sich selbst oder an eine Testgruppe"
|
1758 |
|
1759 |
+
#: ../help/help.php:359
|
|
|
|
|
|
|
|
|
1760 |
msgid "Cron Job Setup"
|
1761 |
msgstr "Konfiguration Cron Job"
|
1762 |
|
1763 |
+
#: ../help/help.php:365
|
|
|
|
|
|
|
|
|
1764 |
msgid "Schedule Cron Emails in cPanel"
|
1765 |
msgstr "Planen von Cron Emails in cPanel"
|
1766 |
|
1767 |
+
#: ../help/help.php:368
|
1768 |
msgid "Schedule Cron Emails in Parallels Plesk"
|
1769 |
msgstr "Planen von Cron Emails in Paralles Plesk"
|
1770 |
|
1771 |
+
#: ../help/help.php:371
|
1772 |
msgid "Hosting doesn’t support Cron Jobs?"
|
1773 |
msgstr "Dein Hoster unterstützt keine Cron Jobs?"
|
1774 |
|
1788 |
msgid "FAQ's"
|
1789 |
msgstr "FAQ's"
|
1790 |
|
1791 |
+
#: ../help/help.php:388
|
1792 |
msgid "Want to do more? Here's how.."
|
1793 |
msgstr "Du möchtest mehr machen? Hier steht wie..."
|
1794 |
|
1795 |
+
#: ../help/help.php:391
|
1796 |
msgid "Allow Subscribers to get subscribed to any group"
|
1797 |
msgstr "Erlaube den Abnonnenten sich an jeder Gruppe anzumelden"
|
1798 |
|
1799 |
+
#: ../help/help.php:396
|
1800 |
msgid "Using our free "
|
1801 |
msgstr "Durch Verwendung unseres kostenlosen"
|
1802 |
|
1803 |
+
#: ../help/help.php:397
|
1804 |
msgid "Group Selector"
|
1805 |
msgstr "Group Selector"
|
1806 |
|
1807 |
+
#: ../help/help.php:398
|
1808 |
msgid ""
|
1809 |
"plugin, you can extend Email Subscribers Form functionality by providing an "
|
1810 |
"grouping option right next to the form."
|
1812 |
"Plugins kannst Du die Funktionalität des Email Subscribers Anmeldeformulars "
|
1813 |
"durch hinzufügen einer Gruppenauswahl rechts im Formular erweitern."
|
1814 |
|
1815 |
+
#: ../help/help.php:401
|
1816 |
msgid "The user can then subscribe to whichever group most appeals to them."
|
1817 |
msgstr "Der Benutzer kann sich dann an der Gruppe anmelden die ihm am meisten zusagt."
|
1818 |
|
1819 |
+
#: ../help/help.php:404
|
1820 |
msgid "For example: Subscribe either to Updates or to Offers."
|
1821 |
msgstr "Zum Beispiel Anmeldung entweder an Updates oder an Angeboten."
|
1822 |
|
1823 |
+
#: ../help/help.php:408
|
1824 |
msgid "Show your subscribe form inside attractive popups"
|
1825 |
msgstr "Zeige die Anmeldeformulare in schönen Popups"
|
1826 |
|
1827 |
+
#: ../help/help.php:413
|
1828 |
msgid ""
|
1829 |
"Don't limit your subscriber form to a widget. Embed it within popups, hello "
|
1830 |
"bars, slide-ins, sidebars, full screen popups etc."
|
1832 |
"Beschränke das Anmeldeformular nicht auf ein Widget, binde es ein in Popups, "
|
1833 |
"Hello Bars, Sidebars, bildschirmfüllenden Popups, usw."
|
1834 |
|
1835 |
+
#: ../help/help.php:416
|
1836 |
msgid "Using Email Subscribers you can achieve this easily with our free plugin "
|
1837 |
msgstr ""
|
1838 |
"Durch die Verwendung von Email Subscribers kannst Du dies sehr einfach mit "
|
1839 |
"unserem kostenlosen Plugin erreichen "
|
1840 |
|
1841 |
+
#: ../help/help.php:420
|
1842 |
msgid ""
|
1843 |
"Icegram's beautiful designs instantly capture user attention and help "
|
1844 |
"increase sign-ups to your WordPress website."
|
1847 |
"auf sich und helfen dabei die Anzahl der Anmeldungen auf Deiner WordPress-"
|
1848 |
"Seite zu erhöhen."
|
1849 |
|
1850 |
+
#: ../help/help.php:423 ../help/help.php:443
|
1851 |
#, php-format
|
1852 |
msgid "How to %s"
|
1853 |
msgstr "Wie kann ich %s"
|
1854 |
|
1855 |
+
#: ../help/help.php:423
|
1856 |
msgid "show subscribe form inside a popup"
|
1857 |
msgstr " das Anmeldeformular in einem Popup zeigen"
|
1858 |
|
1859 |
+
#: ../help/help.php:427
|
1860 |
msgid "Get beautiful and elegant form styles"
|
1861 |
msgstr "Bekomme schöne und elegante Stile für das Anmeldeformular"
|
1862 |
|
1863 |
+
#: ../help/help.php:433
|
1864 |
msgid "Email subscribers easily integrates with another free plugin "
|
1865 |
msgstr "Email Subscribers integriert sich einfach in ein anderes kostenloses Plugin "
|
1866 |
|
1867 |
+
#: ../help/help.php:434
|
1868 |
msgid "Rainmaker"
|
1869 |
msgstr "Rainmaker"
|
1870 |
|
1871 |
+
#: ../help/help.php:437
|
1872 |
msgid ""
|
1873 |
"Rainmaker extends the core features of Email Subscribers and provides "
|
1874 |
"elegant form styles."
|
1876 |
"Rainmaker erweitert die Kernfeatures von Email Subscribers und bietet "
|
1877 |
"elegante Stile für die Formulare."
|
1878 |
|
1879 |
+
#: ../help/help.php:440
|
1880 |
msgid ""
|
1881 |
"These styles are well designed and beautify your subscription form making it "
|
1882 |
"more appealing."
|
1884 |
"Diese Stile sind gut designed und verschönern Dein Anmeldeformular indem sie "
|
1885 |
"es ansprechender machen."
|
1886 |
|
1887 |
+
#: ../help/help.php:443
|
1888 |
msgid "add Rainmaker’s form in Email Subscribers"
|
1889 |
msgstr "Rainmakers Formulare in Email Subscribers einfügen"
|
1890 |
|
2003 |
msgid "<span style=\"color:#993399;\">Immediately</span>"
|
2004 |
msgstr "<span style=\"color:#993399;\">Sofort</span>"
|
2005 |
|
2006 |
+
#: ../classes/es-survey.php:21 ../classes/es-register.php:716 ../classes/es-offer.
|
2007 |
+
#: php:72
|
2008 |
+
msgctxt "timezone date format"
|
2009 |
+
msgid "Y-m-d"
|
2010 |
+
msgstr "J-M-T"
|
2011 |
+
|
2012 |
+
#: ../classes/es-survey.php:232 ../classes/es-register.php:162 ../classes/es-
|
2013 |
+
#: register.php:163 ../classes/es-register.php:865
|
2014 |
msgid "Email Subscribers"
|
2015 |
msgstr "Email Subscribers"
|
2016 |
|
2017 |
+
#: ../classes/es-survey.php:232
|
2018 |
+
msgid "is getting even better!"
|
2019 |
+
msgstr "wird sogar noch besser!"
|
2020 |
+
|
2021 |
+
#: ../classes/es-survey.php:233
|
2022 |
+
msgid "But I need you to"
|
2023 |
+
msgstr "Aber ich brauche Dich"
|
2024 |
+
|
2025 |
+
#: ../classes/es-survey.php:233
|
2026 |
+
msgid "help me prioritize"
|
2027 |
+
msgstr "hilf mir zu priorisieren"
|
2028 |
+
|
2029 |
+
#: ../classes/es-survey.php:233
|
2030 |
+
msgid "Please send your response today."
|
2031 |
+
msgstr "Bitte sende Deine Antwort noch heute."
|
2032 |
+
|
2033 |
+
#: ../classes/es-survey.php:240
|
2034 |
+
msgid "Here's how you use ES:"
|
2035 |
+
msgstr "Und so verwendest Du ES:"
|
2036 |
+
|
2037 |
+
#: ../classes/es-survey.php:245
|
2038 |
+
msgid "Post Notifications more often than Newsletter"
|
2039 |
+
msgstr "Benachrichtigungen öfter als Newsletter"
|
2040 |
+
|
2041 |
+
#: ../classes/es-survey.php:247
|
2042 |
+
msgid "Newsletter more often than Post Notifications"
|
2043 |
+
msgstr "Newsletter öfter als Benachrichtigungen"
|
2044 |
+
|
2045 |
+
#: ../classes/es-survey.php:249
|
2046 |
+
msgid "Post Notification & Newsletter equally"
|
2047 |
+
msgstr "Benachrichtigungen & Newsletter zu gleichen Teilen"
|
2048 |
+
|
2049 |
+
#: ../classes/es-survey.php:253
|
2050 |
+
msgid "Have "
|
2051 |
+
msgstr "Habe "
|
2052 |
+
|
2053 |
+
#: ../classes/es-survey.php:253
|
2054 |
+
msgid " Active Subscribers"
|
2055 |
+
msgstr " Aktive Abonnenten"
|
2056 |
+
|
2057 |
+
#: ../classes/es-survey.php:254
|
2058 |
+
msgid "Post "
|
2059 |
+
msgstr "Beitrag "
|
2060 |
+
|
2061 |
+
#: ../classes/es-survey.php:254
|
2062 |
+
msgid " blog per week"
|
2063 |
+
msgstr " Beiträge pro Woche"
|
2064 |
+
|
2065 |
+
#: ../classes/es-survey.php:258
|
2066 |
+
msgid "Send emails via Cron"
|
2067 |
+
msgstr "Emails via Cron versenden"
|
2068 |
+
|
2069 |
+
#: ../classes/es-survey.php:260
|
2070 |
+
msgid "Send emails Immediately"
|
2071 |
+
msgstr "Sende Emails sofort"
|
2072 |
+
|
2073 |
+
#: ../classes/es-survey.php:267
|
2074 |
+
msgid "Using Double Opt In"
|
2075 |
+
msgstr "Verwende Doppeltes Opt-In"
|
2076 |
+
|
2077 |
+
#: ../classes/es-survey.php:269
|
2078 |
+
msgid "Using Single Opt In"
|
2079 |
+
msgstr "Verwende Einfaches Opt-In"
|
2080 |
+
|
2081 |
+
#: ../classes/es-survey.php:287
|
2082 |
+
msgid "How soon do you want these new features?"
|
2083 |
+
msgstr "Wie bald möchtest Du diese neuen Features?"
|
2084 |
+
|
2085 |
+
#: ../classes/es-survey.php:291
|
2086 |
+
msgid "Beautiful Email Designs"
|
2087 |
+
msgstr "Schöne Email Designs"
|
2088 |
+
|
2089 |
+
#: ../classes/es-survey.php:292 ../classes/es-survey.php:297 ../classes/es-survey.
|
2090 |
+
#: php:302 ../classes/es-survey.php:307
|
2091 |
+
msgid "Right now!"
|
2092 |
+
msgstr "Jetzt!"
|
2093 |
+
|
2094 |
+
#: ../classes/es-survey.php:293 ../classes/es-survey.php:298 ../classes/es-survey.
|
2095 |
+
#: php:303 ../classes/es-survey.php:308
|
2096 |
+
msgid "Soon"
|
2097 |
+
msgstr "Bald"
|
2098 |
+
|
2099 |
+
#: ../classes/es-survey.php:294 ../classes/es-survey.php:299 ../classes/es-survey.
|
2100 |
+
#: php:304 ../classes/es-survey.php:309
|
2101 |
+
msgid "Later"
|
2102 |
+
msgstr "Später"
|
2103 |
+
|
2104 |
+
#: ../classes/es-survey.php:296
|
2105 |
+
msgid "Spam Check, Scheduling... (Better Email Delivery)"
|
2106 |
+
msgstr "Spamüberprüfung, Zeitplanung... (Besserer Emailversand)"
|
2107 |
+
|
2108 |
+
#: ../classes/es-survey.php:301
|
2109 |
+
msgid "Discard Fake / Bouncing Emails"
|
2110 |
+
msgstr "Verwerfe Fake- oder zurückgekommene Emails"
|
2111 |
+
|
2112 |
+
#: ../classes/es-survey.php:306
|
2113 |
+
msgid "Advanced Reporting"
|
2114 |
+
msgstr "Erweiterte Berichte"
|
2115 |
+
|
2116 |
+
#: ../classes/es-survey.php:318
|
2117 |
+
msgid "Nah, I don't like improvements"
|
2118 |
+
msgstr "Nein, ich mag keine Verbesserungen"
|
2119 |
+
|
2120 |
+
#: ../classes/es-survey.php:324
|
2121 |
+
msgid "Next"
|
2122 |
+
msgstr "Weiter"
|
2123 |
+
|
2124 |
+
#: ../classes/es-survey.php:334
|
2125 |
+
msgid "Thank you!"
|
2126 |
+
msgstr "Danke!"
|
2127 |
+
|
2128 |
+
#: ../classes/es-survey.php:335
|
2129 |
+
msgid "No issues, have a nice day!"
|
2130 |
+
msgstr "Keine Probleme gefunden, Genieße den Tag!"
|
2131 |
+
|
2132 |
#: ../classes/es-register.php:183
|
2133 |
msgid "Help & Info"
|
2134 |
msgstr "Hilfe & Info"
|
2394 |
msgid "There was a problem with the request"
|
2395 |
msgstr "Es gab ein Problem mit der Anforderung"
|
2396 |
|
2397 |
+
#: ../classes/es-register.php:830
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2398 |
msgid ""
|
2399 |
"If you like <strong>Email Subscribers</strong>, please consider leaving us a "
|
2400 |
"<a target=\"_blank\" href=\"https://wordpress.org/support/plugin/email-"
|
2407 |
"rated=\"Thanks :)\">★★★★★</a> Bewertung. Ein "
|
2408 |
"riesiges Dankeschön von Icegram im Voraus!"
|
2409 |
|
2410 |
+
#: ../classes/es-register.php:1121 ../classes/es-loadwidget.php:33
|
2411 |
msgid "Email *"
|
2412 |
msgstr "Email *"
|
2413 |
|
2414 |
+
#: ../classes/es-register.php:1164
|
2415 |
msgid "Widget Title"
|
2416 |
msgstr "Widget Titel"
|
2417 |
|
2418 |
+
#: ../classes/es-register.php:1168
|
2419 |
msgid "Short description about subscription form"
|
2420 |
msgstr "Kurze Beschreibung des Anmeldeformulars"
|
2421 |
|
2422 |
+
#: ../classes/es-register.php:1172
|
2423 |
msgid "Display Name Field"
|
2424 |
msgstr "Namensfeld anzeigen"
|
2425 |
|
2426 |
+
#: ../classes/es-register.php:1179
|
2427 |
msgid "Subscriber Group"
|
2428 |
msgstr "Abonnentengruppe"
|
languages/email-subscribers-es_ES.mo
CHANGED
Binary file
|
languages/email-subscribers-es_ES.po
CHANGED
@@ -3,7 +3,7 @@ msgstr ""
|
|
3 |
"Project-Id-Version: Email Subscribers & Newsletters 3.4.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:
|
7 |
"Last-Translator: admin <mansi.shah@appsmagnet.com>\n"
|
8 |
"Language-Team: StoreApps <support@storeapps.org>, Icegram <hello@icegram."
|
9 |
"com>\n"
|
@@ -92,84 +92,108 @@ msgid ""
|
|
92 |
"customer will view the email content."
|
93 |
msgstr ""
|
94 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
95 |
#: ../classes/es-register.php:168 ../classes/es-register.php:169 ../classes/es-
|
96 |
-
#: register.php:
|
97 |
-
#: 1187
|
98 |
msgid "Templates"
|
99 |
msgstr ""
|
100 |
|
101 |
-
#: ../classes/es-register.php:
|
102 |
msgid ""
|
103 |
-
"
|
104 |
-
"
|
|
|
105 |
msgstr ""
|
106 |
|
107 |
-
#: ../classes/es-register.php:
|
108 |
-
msgid "Check the
|
109 |
msgstr ""
|
110 |
|
111 |
-
#: ../classes/es-register.php:
|
112 |
-
msgid "
|
113 |
msgstr ""
|
114 |
|
115 |
-
#: ../classes/es-register.php:
|
116 |
#, php-format
|
117 |
msgid "Email Subscribers version: <strong>%s</strong>"
|
118 |
msgstr ""
|
119 |
|
120 |
-
#: ../classes/es-register.php:
|
121 |
msgid "Add new Template"
|
122 |
msgstr ""
|
123 |
|
124 |
-
#: ../classes/es-register.php:
|
125 |
msgid "Edit Templates"
|
126 |
msgstr ""
|
127 |
|
128 |
-
#: ../classes/es-register.php:
|
129 |
msgid "New Templates"
|
130 |
msgstr ""
|
131 |
|
132 |
-
#: ../classes/es-register.php:
|
133 |
msgid "View Templates"
|
134 |
msgstr ""
|
135 |
|
136 |
-
#: ../classes/es-register.php:
|
137 |
msgid "Search Templates"
|
138 |
msgstr ""
|
139 |
|
140 |
-
#: ../classes/es-register.php:
|
141 |
msgid "No Templates found"
|
142 |
msgstr ""
|
143 |
|
144 |
-
#: ../classes/es-register.php:
|
145 |
msgid "No Templates found in Trash"
|
146 |
msgstr ""
|
147 |
|
148 |
-
#: ../classes/es-register.php:
|
149 |
msgid "Thumbnail (For Visual Representation only)"
|
150 |
msgstr ""
|
151 |
|
152 |
-
#: ../classes/es-register.php:
|
153 |
msgid "Set thumbnail"
|
154 |
msgstr ""
|
155 |
|
156 |
-
#: ../classes/es-register.php:
|
157 |
msgid "Template Type"
|
158 |
msgstr ""
|
159 |
|
160 |
-
#: ../classes/es-register.php:
|
161 |
msgid "Available Keyword for Post Notification: {{POSTTITLE}}"
|
162 |
msgstr ""
|
163 |
|
164 |
-
#: ../classes/es-register.php:
|
165 |
msgid "Select your Email Template Type"
|
166 |
msgstr ""
|
167 |
|
168 |
-
#: ../classes/es-register.php:
|
169 |
msgid "Preview Template"
|
170 |
msgstr ""
|
171 |
|
172 |
-
#: ../classes/es-register.php:
|
173 |
#, php-format
|
174 |
msgid ""
|
175 |
"%s for Post Notification: {{NAME}}, {{EMAIL}}, {{DATE}}, {{POSTTITLE}}, "
|
@@ -177,7 +201,7 @@ msgid ""
|
|
177 |
"WITHTITLE}}, {{POSTLINK-ONLY}}, {{POSTFULL}}"
|
178 |
msgstr ""
|
179 |
|
180 |
-
#: ../classes/es-register.php:
|
181 |
msgid "<br/><br/>Available Keywords for Newsletter: {{NAME}}, {{EMAIL}}"
|
182 |
msgstr ""
|
183 |
|
@@ -310,8 +334,8 @@ msgstr "Ups, los detalles seleccionados no existen."
|
|
310 |
msgid "Selected record deleted."
|
311 |
msgstr "Registro seleccionado borrado."
|
312 |
|
313 |
-
#: ../notification/notification-show.php:52 ../
|
314 |
-
#: classes/es-register.php:172
|
315 |
msgid "Post Notifications"
|
316 |
msgstr "Notificar Entrada"
|
317 |
|
@@ -519,7 +543,7 @@ msgstr "Grande"
|
|
519 |
msgid "Medium Size"
|
520 |
msgstr "Mediana"
|
521 |
|
522 |
-
#: ../settings/settings-edit.php:123 ../classes/es-register.php:
|
523 |
msgid "Thumbnail"
|
524 |
msgstr "Pequeña"
|
525 |
|
@@ -548,12 +572,12 @@ msgstr ""
|
|
548 |
"suscripción, esta opción debe estar en SÍ."
|
549 |
|
550 |
#: ../settings/settings-edit.php:142 ../settings/settings-edit.php:217 ..
|
551 |
-
#: subscribers/view-subscriber-sync.php:107 ../classes/es-register.php:
|
552 |
msgid "YES"
|
553 |
msgstr "SÍ"
|
554 |
|
555 |
#: ../settings/settings-edit.php:143 ../settings/settings-edit.php:218 ..
|
556 |
-
#: subscribers/view-subscriber-sync.php:106 ../classes/es-register.php:
|
557 |
msgid "NO"
|
558 |
msgstr "NO"
|
559 |
|
@@ -746,8 +770,8 @@ msgstr "Administrador/Editor/Autor/Colaborador"
|
|
746 |
msgid "Post Notifications Menu"
|
747 |
msgstr "Menú Notificar Entrada"
|
748 |
|
749 |
-
#: ../settings/settings-edit.php:324 ../
|
750 |
-
#: register.php:174 ../classes/es-register.php:175
|
751 |
msgid "Newsletters"
|
752 |
msgstr "Boletín Informativo"
|
753 |
|
@@ -916,7 +940,7 @@ msgstr "Nombre del informe"
|
|
916 |
|
917 |
#: ../sentmail/sentmail-show.php:108 ../sentmail/sentmail-show.php:121 ..
|
918 |
#: compose/compose-edit.php:103 ../compose/compose-show.php:80 ..
|
919 |
-
#: compose/compose-show.php:88 ../classes/es-register.php:
|
920 |
msgid "Preview"
|
921 |
msgstr "Vista previa"
|
922 |
|
@@ -1244,7 +1268,7 @@ msgid "Email Address"
|
|
1244 |
msgstr "Dirección de correo"
|
1245 |
|
1246 |
#: ../subscribers/view-subscriber-show.php:361 ../subscribers/view-subscriber-
|
1247 |
-
#: show.php:374 ../classes/es-register.php:
|
1248 |
msgid "Name"
|
1249 |
msgstr "Nombre"
|
1250 |
|
@@ -1438,12 +1462,12 @@ msgid "Select your Email Template"
|
|
1438 |
msgstr "TIPO de plantilla:"
|
1439 |
|
1440 |
#: ../compose/compose-edit.php:92 ../compose/compose-add.php:80 ../classes/es-
|
1441 |
-
#: register.php:
|
1442 |
msgid "Newsletter"
|
1443 |
msgstr "Boletín informativo"
|
1444 |
|
1445 |
#: ../compose/compose-edit.php:93 ../compose/compose-add.php:81 ../classes/es-
|
1446 |
-
#: register.php:
|
1447 |
msgid "Post Notification"
|
1448 |
msgstr "Notificación de nueva Entrada"
|
1449 |
|
@@ -1471,7 +1495,7 @@ msgstr ""
|
|
1471 |
"###POSTLINK-ONLY###, ###POSTFULL### (Solo para correos de Notificación)"
|
1472 |
|
1473 |
#: ../compose/compose-edit.php:111 ../compose/compose-add.php:93 ../classes/es-
|
1474 |
-
#: register.php:
|
1475 |
msgid "Available Keywords"
|
1476 |
msgstr "Campos disponibles"
|
1477 |
|
@@ -1532,7 +1556,7 @@ msgstr "Gracias por instalar nuestro plugin.<br />Esperamos que lo disfrutes."
|
|
1532 |
msgid "Get more help and tips..."
|
1533 |
msgstr "Obtén más ayuda y consejos"
|
1534 |
|
1535 |
-
#: ../help/help.php:183 ../classes/es-register.php:
|
1536 |
#: php:38
|
1537 |
msgid "Subscribe"
|
1538 |
msgstr "Suscribirse"
|
@@ -1662,10 +1686,10 @@ msgstr "Añadir formulario de suscripción"
|
|
1662 |
|
1663 |
#: ../help/help.php:288 ../help/help.php:299 ../help/help.php:302 ../help/help.
|
1664 |
#: php:314 ../help/help.php:317 ../help/help.php:320 ../help/help.php:323 ..
|
1665 |
-
#: help/help.php:
|
1666 |
-
#:
|
1667 |
-
#: help/help.php:
|
1668 |
-
#: 380 ../help/help.php:382
|
1669 |
#, php-format
|
1670 |
msgid "%s"
|
1671 |
msgstr "%s"
|
@@ -1706,10 +1730,6 @@ msgstr ""
|
|
1706 |
msgid "How to add captcha in Subscribe form of Email Subscribers?"
|
1707 |
msgstr "¿Cómo añadir un captcha al formulario de suscripción?"
|
1708 |
|
1709 |
-
#: ../help/help.php:308
|
1710 |
-
msgid "General Plugin Settings"
|
1711 |
-
msgstr "Configuración general del plugin"
|
1712 |
-
|
1713 |
#: ../help/help.php:311
|
1714 |
#, php-format
|
1715 |
msgid "Modify %s"
|
@@ -1745,49 +1765,29 @@ msgstr "¿Como modificar o traducir cualquier texto de este plugin?"
|
|
1745 |
msgid "How to add Unsubscribe link in emails?"
|
1746 |
msgstr "¿Cómo añadir en los correos un enlace de cancelación de suscripción?"
|
1747 |
|
1748 |
-
#: ../help/help.php:
|
1749 |
-
msgid "Usage"
|
1750 |
-
msgstr "¿Cómo se hace?"
|
1751 |
-
|
1752 |
-
#: ../help/help.php:336
|
1753 |
-
msgid "Compose and Send Newsletter Emails"
|
1754 |
-
msgstr "Redactar y enviar un correo con boletín informativo"
|
1755 |
-
|
1756 |
-
#: ../help/help.php:339
|
1757 |
-
msgid "Compose and Send Post Notification Emails when new posts are published"
|
1758 |
-
msgstr "Redactar y enviar correo de notificación cuando se publica una nueva entrada"
|
1759 |
-
|
1760 |
-
#: ../help/help.php:342
|
1761 |
msgid "Keywords in the Post Notifications"
|
1762 |
msgstr "Campos disponibles para el correo de notificación"
|
1763 |
|
1764 |
-
#: ../help/help.php:
|
1765 |
msgid "Send a test post notification email to myself/testgroup"
|
1766 |
msgstr ""
|
1767 |
"Enviarme un correo de notificación a mí o a mí grupo para comprobar "
|
1768 |
"funcionamiento"
|
1769 |
|
1770 |
-
#: ../help/help.php:
|
1771 |
-
msgid "Check sent emails"
|
1772 |
-
msgstr "Comprobar si funciona el envío de correos"
|
1773 |
-
|
1774 |
-
#: ../help/help.php:355
|
1775 |
msgid "Cron Job Setup"
|
1776 |
msgstr "Tareas de CRON"
|
1777 |
|
1778 |
-
#: ../help/help.php:
|
1779 |
-
msgid "How to Schedule Cron Emails?"
|
1780 |
-
msgstr "¿Cómo programar tus envíos con el programador de tareas Cron?"
|
1781 |
-
|
1782 |
-
#: ../help/help.php:361
|
1783 |
msgid "Schedule Cron Emails in cPanel"
|
1784 |
msgstr "Modificar tareas de CRON desde cPanel"
|
1785 |
|
1786 |
-
#: ../help/help.php:
|
1787 |
msgid "Schedule Cron Emails in Parallels Plesk"
|
1788 |
msgstr "Modificar tareas de CRON desde Parallels Plesk"
|
1789 |
|
1790 |
-
#: ../help/help.php:
|
1791 |
msgid "Hosting doesn’t support Cron Jobs?"
|
1792 |
msgstr "¿Tu Hosting no soporta tareas de CRON?"
|
1793 |
|
@@ -1807,23 +1807,23 @@ msgstr "Ayuda con el diseño CSS"
|
|
1807 |
msgid "FAQ's"
|
1808 |
msgstr "Preguntas frecuentes"
|
1809 |
|
1810 |
-
#: ../help/help.php:
|
1811 |
msgid "Want to do more? Here's how.."
|
1812 |
msgstr "¿Quieres más? Así es cómo puedes..."
|
1813 |
|
1814 |
-
#: ../help/help.php:
|
1815 |
msgid "Allow Subscribers to get subscribed to any group"
|
1816 |
msgstr "Permitir que los Suscriptores se suscriban a cualquier grupo"
|
1817 |
|
1818 |
-
#: ../help/help.php:
|
1819 |
msgid "Using our free "
|
1820 |
msgstr "Usando nuestro plugin gratuito"
|
1821 |
|
1822 |
-
#: ../help/help.php:
|
1823 |
msgid "Group Selector"
|
1824 |
msgstr "Group Selector"
|
1825 |
|
1826 |
-
#: ../help/help.php:
|
1827 |
msgid ""
|
1828 |
"plugin, you can extend Email Subscribers Form functionality by providing an "
|
1829 |
"grouping option right next to the form."
|
@@ -1831,21 +1831,21 @@ msgstr ""
|
|
1831 |
", puedes ampliar la funcionalidad del formulario Email Subscribers añadiendo "
|
1832 |
"una opción de elegir Grupo en el mismo formulario."
|
1833 |
|
1834 |
-
#: ../help/help.php:
|
1835 |
msgid "The user can then subscribe to whichever group most appeals to them."
|
1836 |
msgstr "El usuario puede suscribirse al grupo que más le interese."
|
1837 |
|
1838 |
-
#: ../help/help.php:
|
1839 |
msgid "For example: Subscribe either to Updates or to Offers."
|
1840 |
msgstr "Por ejemplo: Suscribirse a Ofertas o a Actualizaciones.<br />"
|
1841 |
|
1842 |
-
#: ../help/help.php:
|
1843 |
msgid "Show your subscribe form inside attractive popups"
|
1844 |
msgstr ""
|
1845 |
"Mostrar tu formulario de suscripción por medio de atractivas ventanas "
|
1846 |
"emergentes"
|
1847 |
|
1848 |
-
#: ../help/help.php:
|
1849 |
msgid ""
|
1850 |
"Don't limit your subscriber form to a widget. Embed it within popups, hello "
|
1851 |
"bars, slide-ins, sidebars, full screen popups etc."
|
@@ -1854,13 +1854,13 @@ msgstr ""
|
|
1854 |
"Puedes incrustarlo en ventanas emergentes sencillas o a pantalla completa, "
|
1855 |
"barras de saludo, diapositivas, barras laterales, etc."
|
1856 |
|
1857 |
-
#: ../help/help.php:
|
1858 |
msgid "Using Email Subscribers you can achieve this easily with our free plugin "
|
1859 |
msgstr ""
|
1860 |
"Usando Email Subscribers puedes lograr esto fácilmente con nuestro "
|
1861 |
"complemento gratuito"
|
1862 |
|
1863 |
-
#: ../help/help.php:
|
1864 |
msgid ""
|
1865 |
"Icegram's beautiful designs instantly capture user attention and help "
|
1866 |
"increase sign-ups to your WordPress website."
|
@@ -1868,28 +1868,28 @@ msgstr ""
|
|
1868 |
"Los bellos diseños de Icegram capturan instantáneamente la atención del "
|
1869 |
"usuario y ayudan a aumentar las inscripciones a tu sitio Web de WordPress."
|
1870 |
|
1871 |
-
#: ../help/help.php:
|
1872 |
#, php-format
|
1873 |
msgid "How to %s"
|
1874 |
msgstr "Como %s"
|
1875 |
|
1876 |
-
#: ../help/help.php:
|
1877 |
msgid "show subscribe form inside a popup"
|
1878 |
msgstr "Mostrar el formulario de suscripción dentro de una ventana emergente"
|
1879 |
|
1880 |
-
#: ../help/help.php:
|
1881 |
msgid "Get beautiful and elegant form styles"
|
1882 |
msgstr "Obtener formularios de bello y elegante diseño"
|
1883 |
|
1884 |
-
#: ../help/help.php:
|
1885 |
msgid "Email subscribers easily integrates with another free plugin "
|
1886 |
msgstr "Email Subscriber se integra fácilmente con el plugin gratuito "
|
1887 |
|
1888 |
-
#: ../help/help.php:
|
1889 |
msgid "Rainmaker"
|
1890 |
msgstr "Rainmaker"
|
1891 |
|
1892 |
-
#: ../help/help.php:
|
1893 |
msgid ""
|
1894 |
"Rainmaker extends the core features of Email Subscribers and provides "
|
1895 |
"elegant form styles."
|
@@ -1897,7 +1897,7 @@ msgstr ""
|
|
1897 |
"Rainmaker amplía las funciones principales de Email Subscriber y ofrece "
|
1898 |
"elegantes estilos de formularios."
|
1899 |
|
1900 |
-
#: ../help/help.php:
|
1901 |
msgid ""
|
1902 |
"These styles are well designed and beautify your subscription form making it "
|
1903 |
"more appealing."
|
@@ -1905,7 +1905,7 @@ msgstr ""
|
|
1905 |
"Estos estilos están perfectamente diseñados y embellecen tu formulario de "
|
1906 |
"suscripción, consiguiendo un mayor atractivo."
|
1907 |
|
1908 |
-
#: ../help/help.php:
|
1909 |
msgid "add Rainmaker’s form in Email Subscribers"
|
1910 |
msgstr "añadir los formularios de Rainmaker a tu Email Subscriber"
|
1911 |
|
@@ -2027,11 +2027,134 @@ msgstr "<span style=\"color:#20b2aa;font-weight:bold;\">por tarea CRON</span>"
|
|
2027 |
msgid "<span style=\"color:#993399;\">Immediately</span>"
|
2028 |
msgstr "<span style=\"color:#993399;\">Inmediatamente</span>"
|
2029 |
|
2030 |
-
#: ../classes/es-
|
2031 |
-
#:
|
|
|
|
|
|
|
|
|
|
|
|
|
2032 |
msgid "Email Subscribers"
|
2033 |
msgstr "Email Subscribers"
|
2034 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2035 |
#: ../classes/es-register.php:183
|
2036 |
msgid "Help & Info"
|
2037 |
msgstr "Ayuda e Información"
|
@@ -2307,129 +2430,7 @@ msgctxt "widget-page-enhanced-select"
|
|
2307 |
msgid "There was a problem with the request"
|
2308 |
msgstr "Ha habido un problema con la solicitud"
|
2309 |
|
2310 |
-
#: ../classes/es-register.php:
|
2311 |
-
msgctxt "timezone date format"
|
2312 |
-
msgid "Y-m-d"
|
2313 |
-
msgstr "A-m-d"
|
2314 |
-
|
2315 |
-
#: ../classes/es-register.php:947
|
2316 |
-
msgid "is getting even better!"
|
2317 |
-
msgstr "está mejorando aún más!"
|
2318 |
-
|
2319 |
-
#: ../classes/es-register.php:948
|
2320 |
-
msgid "But I need you to"
|
2321 |
-
msgstr "Pero necesito que"
|
2322 |
-
|
2323 |
-
#: ../classes/es-register.php:948
|
2324 |
-
msgid "help me prioritize"
|
2325 |
-
msgstr "me ayudes a priorizar"
|
2326 |
-
|
2327 |
-
#: ../classes/es-register.php:948
|
2328 |
-
msgid "Please send your response today."
|
2329 |
-
msgstr "Por favor, envía tu respuesta hoy."
|
2330 |
-
|
2331 |
-
#: ../classes/es-register.php:955
|
2332 |
-
msgid "Here's how you use ES:"
|
2333 |
-
msgstr "Así es como puedes utilizar ES:"
|
2334 |
-
|
2335 |
-
#: ../classes/es-register.php:960
|
2336 |
-
msgid "Post Notifications more often than Newsletter"
|
2337 |
-
msgstr "Enviar Notificaciones más a menudo que Boletines informativos"
|
2338 |
-
|
2339 |
-
#: ../classes/es-register.php:962
|
2340 |
-
msgid "Newsletter more often than Post Notifications"
|
2341 |
-
msgstr "Enviar boletín informativo más a menudo que notificación de nueva entrada"
|
2342 |
-
|
2343 |
-
#: ../classes/es-register.php:964
|
2344 |
-
msgid "Post Notification & Newsletter equally"
|
2345 |
-
msgstr ""
|
2346 |
-
"Enviar con la misma frecuencia notificación de nueva entrada y boletín "
|
2347 |
-
"informativo"
|
2348 |
-
|
2349 |
-
#: ../classes/es-register.php:968
|
2350 |
-
msgid "Have "
|
2351 |
-
msgstr "Ha "
|
2352 |
-
|
2353 |
-
#: ../classes/es-register.php:968
|
2354 |
-
msgid " Active Subscribers"
|
2355 |
-
msgstr " Suscriptores Activos"
|
2356 |
-
|
2357 |
-
#: ../classes/es-register.php:969
|
2358 |
-
msgid "Post "
|
2359 |
-
msgstr "Entrada "
|
2360 |
-
|
2361 |
-
#: ../classes/es-register.php:969
|
2362 |
-
msgid " blog per week"
|
2363 |
-
msgstr " blog por semana"
|
2364 |
-
|
2365 |
-
#: ../classes/es-register.php:973
|
2366 |
-
msgid "Send emails via Cron"
|
2367 |
-
msgstr "Enviar correos vía Cron"
|
2368 |
-
|
2369 |
-
#: ../classes/es-register.php:975
|
2370 |
-
msgid "Send emails Immediately"
|
2371 |
-
msgstr "Enviar correos inmediatamente"
|
2372 |
-
|
2373 |
-
#: ../classes/es-register.php:982
|
2374 |
-
msgid "Using Double Opt In"
|
2375 |
-
msgstr "Usar [Verificación doble]"
|
2376 |
-
|
2377 |
-
#: ../classes/es-register.php:984
|
2378 |
-
msgid "Using Single Opt In"
|
2379 |
-
msgstr "Usar [sin Verificación]"
|
2380 |
-
|
2381 |
-
#: ../classes/es-register.php:1002
|
2382 |
-
msgid "How soon do you want these new features?"
|
2383 |
-
msgstr "¿Cómo de pronto quieres estas características?"
|
2384 |
-
|
2385 |
-
#: ../classes/es-register.php:1006
|
2386 |
-
msgid "Beautiful Email Designs"
|
2387 |
-
msgstr "Preciosos Diseños de Correo"
|
2388 |
-
|
2389 |
-
#: ../classes/es-register.php:1007 ../classes/es-register.php:1012 ../classes/es-
|
2390 |
-
#: register.php:1017 ../classes/es-register.php:1022
|
2391 |
-
msgid "Right now!"
|
2392 |
-
msgstr "¡Ahora mismo!"
|
2393 |
-
|
2394 |
-
#: ../classes/es-register.php:1008 ../classes/es-register.php:1013 ../classes/es-
|
2395 |
-
#: register.php:1018 ../classes/es-register.php:1023
|
2396 |
-
msgid "Soon"
|
2397 |
-
msgstr "Pronto"
|
2398 |
-
|
2399 |
-
#: ../classes/es-register.php:1009 ../classes/es-register.php:1014 ../classes/es-
|
2400 |
-
#: register.php:1019 ../classes/es-register.php:1024
|
2401 |
-
msgid "Later"
|
2402 |
-
msgstr "Más adelante"
|
2403 |
-
|
2404 |
-
#: ../classes/es-register.php:1011
|
2405 |
-
msgid "Spam Check, Scheduling... (Better Email Delivery)"
|
2406 |
-
msgstr "Comprobación de Spam, Programando... (Mejor Envío de Correo)"
|
2407 |
-
|
2408 |
-
#: ../classes/es-register.php:1016
|
2409 |
-
msgid "Discard Fake / Bouncing Emails"
|
2410 |
-
msgstr "Descartar Correos fraudulentos / rebotados"
|
2411 |
-
|
2412 |
-
#: ../classes/es-register.php:1021
|
2413 |
-
msgid "Advanced Reporting"
|
2414 |
-
msgstr "Informe avanzado"
|
2415 |
-
|
2416 |
-
#: ../classes/es-register.php:1033
|
2417 |
-
msgid "Nah, I don't like improvements"
|
2418 |
-
msgstr "No, no me gustan las mejoras"
|
2419 |
-
|
2420 |
-
#: ../classes/es-register.php:1039
|
2421 |
-
msgid "Next"
|
2422 |
-
msgstr "Siguente"
|
2423 |
-
|
2424 |
-
#: ../classes/es-register.php:1049
|
2425 |
-
msgid "Thank you!"
|
2426 |
-
msgstr "¡Gracias!"
|
2427 |
-
|
2428 |
-
#: ../classes/es-register.php:1050
|
2429 |
-
msgid "No issues, have a nice day!"
|
2430 |
-
msgstr "¡Sin problemas, que pases un buen día!"
|
2431 |
-
|
2432 |
-
#: ../classes/es-register.php:1158
|
2433 |
msgid ""
|
2434 |
"If you like <strong>Email Subscribers</strong>, please consider leaving us a "
|
2435 |
"<a target=\"_blank\" href=\"https://wordpress.org/support/plugin/email-"
|
@@ -2442,22 +2443,22 @@ msgstr ""
|
|
2442 |
"★★★★</a>. ¡Te lo agradecemos enormemente desde "
|
2443 |
"Icegram!"
|
2444 |
|
2445 |
-
#: ../classes/es-register.php:
|
2446 |
msgid "Email *"
|
2447 |
msgstr "Email *"
|
2448 |
|
2449 |
-
#: ../classes/es-register.php:
|
2450 |
msgid "Widget Title"
|
2451 |
msgstr "Título Widget"
|
2452 |
|
2453 |
-
#: ../classes/es-register.php:
|
2454 |
msgid "Short description about subscription form"
|
2455 |
msgstr "Descripción corta sobre el formulario de suscripción"
|
2456 |
|
2457 |
-
#: ../classes/es-register.php:
|
2458 |
msgid "Display Name Field"
|
2459 |
msgstr "Mostrar el campo Nombre"
|
2460 |
|
2461 |
-
#: ../classes/es-register.php:
|
2462 |
msgid "Subscriber Group"
|
2463 |
msgstr "Grupos de suscriptores"
|
3 |
"Project-Id-Version: Email Subscribers & Newsletters 3.4.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: Fri Nov 17 2017 15:32:10 GMT+0530 (IST)\n"
|
7 |
"Last-Translator: admin <mansi.shah@appsmagnet.com>\n"
|
8 |
"Language-Team: StoreApps <support@storeapps.org>, Icegram <hello@icegram."
|
9 |
"com>\n"
|
92 |
"customer will view the email content."
|
93 |
msgstr ""
|
94 |
|
95 |
+
#: ../help/help.php:308
|
96 |
+
msgid "General Plugin Configuration"
|
97 |
+
msgstr ""
|
98 |
+
|
99 |
+
#: ../help/help.php:326
|
100 |
+
msgid "How to check sent emails?"
|
101 |
+
msgstr ""
|
102 |
+
|
103 |
+
#: ../help/help.php:338
|
104 |
+
msgid "Create and Send Newsletter Emails"
|
105 |
+
msgstr ""
|
106 |
+
|
107 |
+
#: ../help/help.php:341
|
108 |
+
msgid "Keywords in the Newsletters"
|
109 |
+
msgstr ""
|
110 |
+
|
111 |
+
#: ../help/help.php:348
|
112 |
+
msgid "Create and Send Post Notification Emails when new posts are published"
|
113 |
+
msgstr ""
|
114 |
+
|
115 |
+
#: ../help/help.php:362
|
116 |
+
msgid "What is Cron and how to Schedule Cron Emails?"
|
117 |
+
msgstr ""
|
118 |
+
|
119 |
#: ../classes/es-register.php:168 ../classes/es-register.php:169 ../classes/es-
|
120 |
+
#: register.php:853 ../classes/es-register.php:854 ../classes/es-register.php:859
|
|
|
121 |
msgid "Templates"
|
122 |
msgstr ""
|
123 |
|
124 |
+
#: ../classes/es-register.php:756
|
125 |
msgid ""
|
126 |
+
"Compose is now changed to <b>Templates</b> and Keyword structure has been "
|
127 |
+
"simplified. All your previously created templates and keywords have been "
|
128 |
+
"automatically updated to the new structure.<br>"
|
129 |
msgstr ""
|
130 |
|
131 |
+
#: ../classes/es-register.php:757
|
132 |
+
msgid "Check all the changes "
|
133 |
msgstr ""
|
134 |
|
135 |
+
#: ../classes/es-register.php:757
|
136 |
+
msgid "No thanks, I know about it already."
|
137 |
msgstr ""
|
138 |
|
139 |
+
#: ../classes/es-register.php:844
|
140 |
#, php-format
|
141 |
msgid "Email Subscribers version: <strong>%s</strong>"
|
142 |
msgstr ""
|
143 |
|
144 |
+
#: ../classes/es-register.php:855 ../classes/es-register.php:856
|
145 |
msgid "Add new Template"
|
146 |
msgstr ""
|
147 |
|
148 |
+
#: ../classes/es-register.php:857
|
149 |
msgid "Edit Templates"
|
150 |
msgstr ""
|
151 |
|
152 |
+
#: ../classes/es-register.php:858
|
153 |
msgid "New Templates"
|
154 |
msgstr ""
|
155 |
|
156 |
+
#: ../classes/es-register.php:860
|
157 |
msgid "View Templates"
|
158 |
msgstr ""
|
159 |
|
160 |
+
#: ../classes/es-register.php:861
|
161 |
msgid "Search Templates"
|
162 |
msgstr ""
|
163 |
|
164 |
+
#: ../classes/es-register.php:862
|
165 |
msgid "No Templates found"
|
166 |
msgstr ""
|
167 |
|
168 |
+
#: ../classes/es-register.php:863
|
169 |
msgid "No Templates found in Trash"
|
170 |
msgstr ""
|
171 |
|
172 |
+
#: ../classes/es-register.php:866
|
173 |
msgid "Thumbnail (For Visual Representation only)"
|
174 |
msgstr ""
|
175 |
|
176 |
+
#: ../classes/es-register.php:867
|
177 |
msgid "Set thumbnail"
|
178 |
msgstr ""
|
179 |
|
180 |
+
#: ../classes/es-register.php:904
|
181 |
msgid "Template Type"
|
182 |
msgstr ""
|
183 |
|
184 |
+
#: ../classes/es-register.php:970
|
185 |
msgid "Available Keyword for Post Notification: {{POSTTITLE}}"
|
186 |
msgstr ""
|
187 |
|
188 |
+
#: ../classes/es-register.php:973
|
189 |
msgid "Select your Email Template Type"
|
190 |
msgstr ""
|
191 |
|
192 |
+
#: ../classes/es-register.php:1023
|
193 |
msgid "Preview Template"
|
194 |
msgstr ""
|
195 |
|
196 |
+
#: ../classes/es-register.php:1037
|
197 |
#, php-format
|
198 |
msgid ""
|
199 |
"%s for Post Notification: {{NAME}}, {{EMAIL}}, {{DATE}}, {{POSTTITLE}}, "
|
201 |
"WITHTITLE}}, {{POSTLINK-ONLY}}, {{POSTFULL}}"
|
202 |
msgstr ""
|
203 |
|
204 |
+
#: ../classes/es-register.php:1038
|
205 |
msgid "<br/><br/>Available Keywords for Newsletter: {{NAME}}, {{EMAIL}}"
|
206 |
msgstr ""
|
207 |
|
334 |
msgid "Selected record deleted."
|
335 |
msgstr "Registro seleccionado borrado."
|
336 |
|
337 |
+
#: ../notification/notification-show.php:52 ../help/help.php:345 ../classes/es-
|
338 |
+
#: register.php:171 ../classes/es-register.php:172
|
339 |
msgid "Post Notifications"
|
340 |
msgstr "Notificar Entrada"
|
341 |
|
543 |
msgid "Medium Size"
|
544 |
msgstr "Mediana"
|
545 |
|
546 |
+
#: ../settings/settings-edit.php:123 ../classes/es-register.php:905
|
547 |
msgid "Thumbnail"
|
548 |
msgstr "Pequeña"
|
549 |
|
572 |
"suscripción, esta opción debe estar en SÍ."
|
573 |
|
574 |
#: ../settings/settings-edit.php:142 ../settings/settings-edit.php:217 ..
|
575 |
+
#: subscribers/view-subscriber-sync.php:107 ../classes/es-register.php:1174
|
576 |
msgid "YES"
|
577 |
msgstr "SÍ"
|
578 |
|
579 |
#: ../settings/settings-edit.php:143 ../settings/settings-edit.php:218 ..
|
580 |
+
#: subscribers/view-subscriber-sync.php:106 ../classes/es-register.php:1175
|
581 |
msgid "NO"
|
582 |
msgstr "NO"
|
583 |
|
770 |
msgid "Post Notifications Menu"
|
771 |
msgstr "Menú Notificar Entrada"
|
772 |
|
773 |
+
#: ../settings/settings-edit.php:324 ../help/help.php:335 ../sendmail/sendmail.
|
774 |
+
#: php:93 ../classes/es-register.php:174 ../classes/es-register.php:175
|
775 |
msgid "Newsletters"
|
776 |
msgstr "Boletín Informativo"
|
777 |
|
940 |
|
941 |
#: ../sentmail/sentmail-show.php:108 ../sentmail/sentmail-show.php:121 ..
|
942 |
#: compose/compose-edit.php:103 ../compose/compose-show.php:80 ..
|
943 |
+
#: compose/compose-show.php:88 ../classes/es-register.php:953
|
944 |
msgid "Preview"
|
945 |
msgstr "Vista previa"
|
946 |
|
1268 |
msgstr "Dirección de correo"
|
1269 |
|
1270 |
#: ../subscribers/view-subscriber-show.php:361 ../subscribers/view-subscriber-
|
1271 |
+
#: show.php:374 ../classes/es-register.php:1116 ../classes/es-loadwidget.php:28
|
1272 |
msgid "Name"
|
1273 |
msgstr "Nombre"
|
1274 |
|
1462 |
msgstr "TIPO de plantilla:"
|
1463 |
|
1464 |
#: ../compose/compose-edit.php:92 ../compose/compose-add.php:80 ../classes/es-
|
1465 |
+
#: register.php:975
|
1466 |
msgid "Newsletter"
|
1467 |
msgstr "Boletín informativo"
|
1468 |
|
1469 |
#: ../compose/compose-edit.php:93 ../compose/compose-add.php:81 ../classes/es-
|
1470 |
+
#: register.php:976
|
1471 |
msgid "Post Notification"
|
1472 |
msgstr "Notificación de nueva Entrada"
|
1473 |
|
1495 |
"###POSTLINK-ONLY###, ###POSTFULL### (Solo para correos de Notificación)"
|
1496 |
|
1497 |
#: ../compose/compose-edit.php:111 ../compose/compose-add.php:93 ../classes/es-
|
1498 |
+
#: register.php:1037
|
1499 |
msgid "Available Keywords"
|
1500 |
msgstr "Campos disponibles"
|
1501 |
|
1556 |
msgid "Get more help and tips..."
|
1557 |
msgstr "Obtén más ayuda y consejos"
|
1558 |
|
1559 |
+
#: ../help/help.php:183 ../classes/es-register.php:1126 ../classes/es-loadwidget.
|
1560 |
#: php:38
|
1561 |
msgid "Subscribe"
|
1562 |
msgstr "Suscribirse"
|
1686 |
|
1687 |
#: ../help/help.php:288 ../help/help.php:299 ../help/help.php:302 ../help/help.
|
1688 |
#: php:314 ../help/help.php:317 ../help/help.php:320 ../help/help.php:323 ..
|
1689 |
+
#: help/help.php:326 ../help/help.php:338 ../help/help.php:341 ../help/help.php:
|
1690 |
+
#: 348 ../help/help.php:351 ../help/help.php:354 ../help/help.php:362 ..
|
1691 |
+
#: help/help.php:365 ../help/help.php:368 ../help/help.php:371 ../help/help.php:
|
1692 |
+
#: 377 ../help/help.php:380 ../help/help.php:382
|
1693 |
#, php-format
|
1694 |
msgid "%s"
|
1695 |
msgstr "%s"
|
1730 |
msgid "How to add captcha in Subscribe form of Email Subscribers?"
|
1731 |
msgstr "¿Cómo añadir un captcha al formulario de suscripción?"
|
1732 |
|
|
|
|
|
|
|
|
|
1733 |
#: ../help/help.php:311
|
1734 |
#, php-format
|
1735 |
msgid "Modify %s"
|
1765 |
msgid "How to add Unsubscribe link in emails?"
|
1766 |
msgstr "¿Cómo añadir en los correos un enlace de cancelación de suscripción?"
|
1767 |
|
1768 |
+
#: ../help/help.php:351
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1769 |
msgid "Keywords in the Post Notifications"
|
1770 |
msgstr "Campos disponibles para el correo de notificación"
|
1771 |
|
1772 |
+
#: ../help/help.php:354
|
1773 |
msgid "Send a test post notification email to myself/testgroup"
|
1774 |
msgstr ""
|
1775 |
"Enviarme un correo de notificación a mí o a mí grupo para comprobar "
|
1776 |
"funcionamiento"
|
1777 |
|
1778 |
+
#: ../help/help.php:359
|
|
|
|
|
|
|
|
|
1779 |
msgid "Cron Job Setup"
|
1780 |
msgstr "Tareas de CRON"
|
1781 |
|
1782 |
+
#: ../help/help.php:365
|
|
|
|
|
|
|
|
|
1783 |
msgid "Schedule Cron Emails in cPanel"
|
1784 |
msgstr "Modificar tareas de CRON desde cPanel"
|
1785 |
|
1786 |
+
#: ../help/help.php:368
|
1787 |
msgid "Schedule Cron Emails in Parallels Plesk"
|
1788 |
msgstr "Modificar tareas de CRON desde Parallels Plesk"
|
1789 |
|
1790 |
+
#: ../help/help.php:371
|
1791 |
msgid "Hosting doesn’t support Cron Jobs?"
|
1792 |
msgstr "¿Tu Hosting no soporta tareas de CRON?"
|
1793 |
|
1807 |
msgid "FAQ's"
|
1808 |
msgstr "Preguntas frecuentes"
|
1809 |
|
1810 |
+
#: ../help/help.php:388
|
1811 |
msgid "Want to do more? Here's how.."
|
1812 |
msgstr "¿Quieres más? Así es cómo puedes..."
|
1813 |
|
1814 |
+
#: ../help/help.php:391
|
1815 |
msgid "Allow Subscribers to get subscribed to any group"
|
1816 |
msgstr "Permitir que los Suscriptores se suscriban a cualquier grupo"
|
1817 |
|
1818 |
+
#: ../help/help.php:396
|
1819 |
msgid "Using our free "
|
1820 |
msgstr "Usando nuestro plugin gratuito"
|
1821 |
|
1822 |
+
#: ../help/help.php:397
|
1823 |
msgid "Group Selector"
|
1824 |
msgstr "Group Selector"
|
1825 |
|
1826 |
+
#: ../help/help.php:398
|
1827 |
msgid ""
|
1828 |
"plugin, you can extend Email Subscribers Form functionality by providing an "
|
1829 |
"grouping option right next to the form."
|
1831 |
", puedes ampliar la funcionalidad del formulario Email Subscribers añadiendo "
|
1832 |
"una opción de elegir Grupo en el mismo formulario."
|
1833 |
|
1834 |
+
#: ../help/help.php:401
|
1835 |
msgid "The user can then subscribe to whichever group most appeals to them."
|
1836 |
msgstr "El usuario puede suscribirse al grupo que más le interese."
|
1837 |
|
1838 |
+
#: ../help/help.php:404
|
1839 |
msgid "For example: Subscribe either to Updates or to Offers."
|
1840 |
msgstr "Por ejemplo: Suscribirse a Ofertas o a Actualizaciones.<br />"
|
1841 |
|
1842 |
+
#: ../help/help.php:408
|
1843 |
msgid "Show your subscribe form inside attractive popups"
|
1844 |
msgstr ""
|
1845 |
"Mostrar tu formulario de suscripción por medio de atractivas ventanas "
|
1846 |
"emergentes"
|
1847 |
|
1848 |
+
#: ../help/help.php:413
|
1849 |
msgid ""
|
1850 |
"Don't limit your subscriber form to a widget. Embed it within popups, hello "
|
1851 |
"bars, slide-ins, sidebars, full screen popups etc."
|
1854 |
"Puedes incrustarlo en ventanas emergentes sencillas o a pantalla completa, "
|
1855 |
"barras de saludo, diapositivas, barras laterales, etc."
|
1856 |
|
1857 |
+
#: ../help/help.php:416
|
1858 |
msgid "Using Email Subscribers you can achieve this easily with our free plugin "
|
1859 |
msgstr ""
|
1860 |
"Usando Email Subscribers puedes lograr esto fácilmente con nuestro "
|
1861 |
"complemento gratuito"
|
1862 |
|
1863 |
+
#: ../help/help.php:420
|
1864 |
msgid ""
|
1865 |
"Icegram's beautiful designs instantly capture user attention and help "
|
1866 |
"increase sign-ups to your WordPress website."
|
1868 |
"Los bellos diseños de Icegram capturan instantáneamente la atención del "
|
1869 |
"usuario y ayudan a aumentar las inscripciones a tu sitio Web de WordPress."
|
1870 |
|
1871 |
+
#: ../help/help.php:423 ../help/help.php:443
|
1872 |
#, php-format
|
1873 |
msgid "How to %s"
|
1874 |
msgstr "Como %s"
|
1875 |
|
1876 |
+
#: ../help/help.php:423
|
1877 |
msgid "show subscribe form inside a popup"
|
1878 |
msgstr "Mostrar el formulario de suscripción dentro de una ventana emergente"
|
1879 |
|
1880 |
+
#: ../help/help.php:427
|
1881 |
msgid "Get beautiful and elegant form styles"
|
1882 |
msgstr "Obtener formularios de bello y elegante diseño"
|
1883 |
|
1884 |
+
#: ../help/help.php:433
|
1885 |
msgid "Email subscribers easily integrates with another free plugin "
|
1886 |
msgstr "Email Subscriber se integra fácilmente con el plugin gratuito "
|
1887 |
|
1888 |
+
#: ../help/help.php:434
|
1889 |
msgid "Rainmaker"
|
1890 |
msgstr "Rainmaker"
|
1891 |
|
1892 |
+
#: ../help/help.php:437
|
1893 |
msgid ""
|
1894 |
"Rainmaker extends the core features of Email Subscribers and provides "
|
1895 |
"elegant form styles."
|
1897 |
"Rainmaker amplía las funciones principales de Email Subscriber y ofrece "
|
1898 |
"elegantes estilos de formularios."
|
1899 |
|
1900 |
+
#: ../help/help.php:440
|
1901 |
msgid ""
|
1902 |
"These styles are well designed and beautify your subscription form making it "
|
1903 |
"more appealing."
|
1905 |
"Estos estilos están perfectamente diseñados y embellecen tu formulario de "
|
1906 |
"suscripción, consiguiendo un mayor atractivo."
|
1907 |
|
1908 |
+
#: ../help/help.php:443
|
1909 |
msgid "add Rainmaker’s form in Email Subscribers"
|
1910 |
msgstr "añadir los formularios de Rainmaker a tu Email Subscriber"
|
1911 |
|
2027 |
msgid "<span style=\"color:#993399;\">Immediately</span>"
|
2028 |
msgstr "<span style=\"color:#993399;\">Inmediatamente</span>"
|
2029 |
|
2030 |
+
#: ../classes/es-survey.php:21 ../classes/es-register.php:716 ../classes/es-offer.
|
2031 |
+
#: php:72
|
2032 |
+
msgctxt "timezone date format"
|
2033 |
+
msgid "Y-m-d"
|
2034 |
+
msgstr "A-m-d"
|
2035 |
+
|
2036 |
+
#: ../classes/es-survey.php:232 ../classes/es-register.php:162 ../classes/es-
|
2037 |
+
#: register.php:163 ../classes/es-register.php:865
|
2038 |
msgid "Email Subscribers"
|
2039 |
msgstr "Email Subscribers"
|
2040 |
|
2041 |
+
#: ../classes/es-survey.php:232
|
2042 |
+
msgid "is getting even better!"
|
2043 |
+
msgstr "está mejorando aún más!"
|
2044 |
+
|
2045 |
+
#: ../classes/es-survey.php:233
|
2046 |
+
msgid "But I need you to"
|
2047 |
+
msgstr "Pero necesito que"
|
2048 |
+
|
2049 |
+
#: ../classes/es-survey.php:233
|
2050 |
+
msgid "help me prioritize"
|
2051 |
+
msgstr "me ayudes a priorizar"
|
2052 |
+
|
2053 |
+
#: ../classes/es-survey.php:233
|
2054 |
+
msgid "Please send your response today."
|
2055 |
+
msgstr "Por favor, envía tu respuesta hoy."
|
2056 |
+
|
2057 |
+
#: ../classes/es-survey.php:240
|
2058 |
+
msgid "Here's how you use ES:"
|
2059 |
+
msgstr "Así es como puedes utilizar ES:"
|
2060 |
+
|
2061 |
+
#: ../classes/es-survey.php:245
|
2062 |
+
msgid "Post Notifications more often than Newsletter"
|
2063 |
+
msgstr "Enviar Notificaciones más a menudo que Boletines informativos"
|
2064 |
+
|
2065 |
+
#: ../classes/es-survey.php:247
|
2066 |
+
msgid "Newsletter more often than Post Notifications"
|
2067 |
+
msgstr "Enviar boletín informativo más a menudo que notificación de nueva entrada"
|
2068 |
+
|
2069 |
+
#: ../classes/es-survey.php:249
|
2070 |
+
msgid "Post Notification & Newsletter equally"
|
2071 |
+
msgstr ""
|
2072 |
+
"Enviar con la misma frecuencia notificación de nueva entrada y boletín "
|
2073 |
+
"informativo"
|
2074 |
+
|
2075 |
+
#: ../classes/es-survey.php:253
|
2076 |
+
msgid "Have "
|
2077 |
+
msgstr "Ha "
|
2078 |
+
|
2079 |
+
#: ../classes/es-survey.php:253
|
2080 |
+
msgid " Active Subscribers"
|
2081 |
+
msgstr " Suscriptores Activos"
|
2082 |
+
|
2083 |
+
#: ../classes/es-survey.php:254
|
2084 |
+
msgid "Post "
|
2085 |
+
msgstr "Entrada "
|
2086 |
+
|
2087 |
+
#: ../classes/es-survey.php:254
|
2088 |
+
msgid " blog per week"
|
2089 |
+
msgstr " blog por semana"
|
2090 |
+
|
2091 |
+
#: ../classes/es-survey.php:258
|
2092 |
+
msgid "Send emails via Cron"
|
2093 |
+
msgstr "Enviar correos vía Cron"
|
2094 |
+
|
2095 |
+
#: ../classes/es-survey.php:260
|
2096 |
+
msgid "Send emails Immediately"
|
2097 |
+
msgstr "Enviar correos inmediatamente"
|
2098 |
+
|
2099 |
+
#: ../classes/es-survey.php:267
|
2100 |
+
msgid "Using Double Opt In"
|
2101 |
+
msgstr "Usar [Verificación doble]"
|
2102 |
+
|
2103 |
+
#: ../classes/es-survey.php:269
|
2104 |
+
msgid "Using Single Opt In"
|
2105 |
+
msgstr "Usar [sin Verificación]"
|
2106 |
+
|
2107 |
+
#: ../classes/es-survey.php:287
|
2108 |
+
msgid "How soon do you want these new features?"
|
2109 |
+
msgstr "¿Cómo de pronto quieres estas características?"
|
2110 |
+
|
2111 |
+
#: ../classes/es-survey.php:291
|
2112 |
+
msgid "Beautiful Email Designs"
|
2113 |
+
msgstr "Preciosos Diseños de Correo"
|
2114 |
+
|
2115 |
+
#: ../classes/es-survey.php:292 ../classes/es-survey.php:297 ../classes/es-survey.
|
2116 |
+
#: php:302 ../classes/es-survey.php:307
|
2117 |
+
msgid "Right now!"
|
2118 |
+
msgstr "¡Ahora mismo!"
|
2119 |
+
|
2120 |
+
#: ../classes/es-survey.php:293 ../classes/es-survey.php:298 ../classes/es-survey.
|
2121 |
+
#: php:303 ../classes/es-survey.php:308
|
2122 |
+
msgid "Soon"
|
2123 |
+
msgstr "Pronto"
|
2124 |
+
|
2125 |
+
#: ../classes/es-survey.php:294 ../classes/es-survey.php:299 ../classes/es-survey.
|
2126 |
+
#: php:304 ../classes/es-survey.php:309
|
2127 |
+
msgid "Later"
|
2128 |
+
msgstr "Más adelante"
|
2129 |
+
|
2130 |
+
#: ../classes/es-survey.php:296
|
2131 |
+
msgid "Spam Check, Scheduling... (Better Email Delivery)"
|
2132 |
+
msgstr "Comprobación de Spam, Programando... (Mejor Envío de Correo)"
|
2133 |
+
|
2134 |
+
#: ../classes/es-survey.php:301
|
2135 |
+
msgid "Discard Fake / Bouncing Emails"
|
2136 |
+
msgstr "Descartar Correos fraudulentos / rebotados"
|
2137 |
+
|
2138 |
+
#: ../classes/es-survey.php:306
|
2139 |
+
msgid "Advanced Reporting"
|
2140 |
+
msgstr "Informe avanzado"
|
2141 |
+
|
2142 |
+
#: ../classes/es-survey.php:318
|
2143 |
+
msgid "Nah, I don't like improvements"
|
2144 |
+
msgstr "No, no me gustan las mejoras"
|
2145 |
+
|
2146 |
+
#: ../classes/es-survey.php:324
|
2147 |
+
msgid "Next"
|
2148 |
+
msgstr "Siguente"
|
2149 |
+
|
2150 |
+
#: ../classes/es-survey.php:334
|
2151 |
+
msgid "Thank you!"
|
2152 |
+
msgstr "¡Gracias!"
|
2153 |
+
|
2154 |
+
#: ../classes/es-survey.php:335
|
2155 |
+
msgid "No issues, have a nice day!"
|
2156 |
+
msgstr "¡Sin problemas, que pases un buen día!"
|
2157 |
+
|
2158 |
#: ../classes/es-register.php:183
|
2159 |
msgid "Help & Info"
|
2160 |
msgstr "Ayuda e Información"
|
2430 |
msgid "There was a problem with the request"
|
2431 |
msgstr "Ha habido un problema con la solicitud"
|
2432 |
|
2433 |
+
#: ../classes/es-register.php:830
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2434 |
msgid ""
|
2435 |
"If you like <strong>Email Subscribers</strong>, please consider leaving us a "
|
2436 |
"<a target=\"_blank\" href=\"https://wordpress.org/support/plugin/email-"
|
2443 |
"★★★★</a>. ¡Te lo agradecemos enormemente desde "
|
2444 |
"Icegram!"
|
2445 |
|
2446 |
+
#: ../classes/es-register.php:1121 ../classes/es-loadwidget.php:33
|
2447 |
msgid "Email *"
|
2448 |
msgstr "Email *"
|
2449 |
|
2450 |
+
#: ../classes/es-register.php:1164
|
2451 |
msgid "Widget Title"
|
2452 |
msgstr "Título Widget"
|
2453 |
|
2454 |
+
#: ../classes/es-register.php:1168
|
2455 |
msgid "Short description about subscription form"
|
2456 |
msgstr "Descripción corta sobre el formulario de suscripción"
|
2457 |
|
2458 |
+
#: ../classes/es-register.php:1172
|
2459 |
msgid "Display Name Field"
|
2460 |
msgstr "Mostrar el campo Nombre"
|
2461 |
|
2462 |
+
#: ../classes/es-register.php:1179
|
2463 |
msgid "Subscriber Group"
|
2464 |
msgstr "Grupos de suscriptores"
|
languages/email-subscribers-fr_FR.mo
CHANGED
Binary file
|
languages/email-subscribers-fr_FR.po
CHANGED
@@ -3,7 +3,7 @@ msgstr ""
|
|
3 |
"Project-Id-Version: Email Subscribers & Newsletters 3.4.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:
|
7 |
"Last-Translator: admin <mansi.shah@appsmagnet.com>\n"
|
8 |
"Language-Team: StoreApps <support@storeapps.org>, Icegram <hello@icegram."
|
9 |
"com>\n"
|
@@ -102,84 +102,108 @@ msgid ""
|
|
102 |
"customer will view the email content."
|
103 |
msgstr ""
|
104 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
105 |
#: ../classes/es-register.php:168 ../classes/es-register.php:169 ../classes/es-
|
106 |
-
#: register.php:
|
107 |
-
#: 1187
|
108 |
msgid "Templates"
|
109 |
msgstr ""
|
110 |
|
111 |
-
#: ../classes/es-register.php:
|
112 |
msgid ""
|
113 |
-
"
|
114 |
-
"
|
|
|
115 |
msgstr ""
|
116 |
|
117 |
-
#: ../classes/es-register.php:
|
118 |
-
msgid "Check the
|
119 |
msgstr ""
|
120 |
|
121 |
-
#: ../classes/es-register.php:
|
122 |
-
msgid "
|
123 |
msgstr ""
|
124 |
|
125 |
-
#: ../classes/es-register.php:
|
126 |
#, php-format
|
127 |
msgid "Email Subscribers version: <strong>%s</strong>"
|
128 |
msgstr ""
|
129 |
|
130 |
-
#: ../classes/es-register.php:
|
131 |
msgid "Add new Template"
|
132 |
msgstr ""
|
133 |
|
134 |
-
#: ../classes/es-register.php:
|
135 |
msgid "Edit Templates"
|
136 |
msgstr ""
|
137 |
|
138 |
-
#: ../classes/es-register.php:
|
139 |
msgid "New Templates"
|
140 |
msgstr ""
|
141 |
|
142 |
-
#: ../classes/es-register.php:
|
143 |
msgid "View Templates"
|
144 |
msgstr ""
|
145 |
|
146 |
-
#: ../classes/es-register.php:
|
147 |
msgid "Search Templates"
|
148 |
msgstr ""
|
149 |
|
150 |
-
#: ../classes/es-register.php:
|
151 |
msgid "No Templates found"
|
152 |
msgstr ""
|
153 |
|
154 |
-
#: ../classes/es-register.php:
|
155 |
msgid "No Templates found in Trash"
|
156 |
msgstr ""
|
157 |
|
158 |
-
#: ../classes/es-register.php:
|
159 |
msgid "Thumbnail (For Visual Representation only)"
|
160 |
msgstr ""
|
161 |
|
162 |
-
#: ../classes/es-register.php:
|
163 |
msgid "Set thumbnail"
|
164 |
msgstr ""
|
165 |
|
166 |
-
#: ../classes/es-register.php:
|
167 |
msgid "Template Type"
|
168 |
msgstr ""
|
169 |
|
170 |
-
#: ../classes/es-register.php:
|
171 |
msgid "Available Keyword for Post Notification: {{POSTTITLE}}"
|
172 |
msgstr ""
|
173 |
|
174 |
-
#: ../classes/es-register.php:
|
175 |
msgid "Select your Email Template Type"
|
176 |
msgstr ""
|
177 |
|
178 |
-
#: ../classes/es-register.php:
|
179 |
msgid "Preview Template"
|
180 |
msgstr ""
|
181 |
|
182 |
-
#: ../classes/es-register.php:
|
183 |
#, php-format
|
184 |
msgid ""
|
185 |
"%s for Post Notification: {{NAME}}, {{EMAIL}}, {{DATE}}, {{POSTTITLE}}, "
|
@@ -187,7 +211,7 @@ msgid ""
|
|
187 |
"WITHTITLE}}, {{POSTLINK-ONLY}}, {{POSTFULL}}"
|
188 |
msgstr ""
|
189 |
|
190 |
-
#: ../classes/es-register.php:
|
191 |
msgid "<br/><br/>Available Keywords for Newsletter: {{NAME}}, {{EMAIL}}"
|
192 |
msgstr ""
|
193 |
|
@@ -320,8 +344,8 @@ msgstr "Oups, ces données n'existent pas."
|
|
320 |
msgid "Selected record deleted."
|
321 |
msgstr "La sélection a été supprimée."
|
322 |
|
323 |
-
#: ../notification/notification-show.php:52 ../
|
324 |
-
#: classes/es-register.php:172
|
325 |
msgid "Post Notifications"
|
326 |
msgstr "Notifications d'article"
|
327 |
|
@@ -528,7 +552,7 @@ msgstr "Grande taille"
|
|
528 |
msgid "Medium Size"
|
529 |
msgstr "Taille moyenne"
|
530 |
|
531 |
-
#: ../settings/settings-edit.php:123 ../classes/es-register.php:
|
532 |
msgid "Thumbnail"
|
533 |
msgstr "Miniature"
|
534 |
|
@@ -557,12 +581,12 @@ msgstr ""
|
|
557 |
"inscription, cette option doit être sur OUI."
|
558 |
|
559 |
#: ../settings/settings-edit.php:142 ../settings/settings-edit.php:217 ..
|
560 |
-
#: subscribers/view-subscriber-sync.php:107 ../classes/es-register.php:
|
561 |
msgid "YES"
|
562 |
msgstr "OUI"
|
563 |
|
564 |
#: ../settings/settings-edit.php:143 ../settings/settings-edit.php:218 ..
|
565 |
-
#: subscribers/view-subscriber-sync.php:106 ../classes/es-register.php:
|
566 |
msgid "NO"
|
567 |
msgstr "NON"
|
568 |
|
@@ -745,8 +769,8 @@ msgstr "Administrateur/Editeur/Auteur/Contributeur"
|
|
745 |
msgid "Post Notifications Menu"
|
746 |
msgstr "Menu Notifications d'article"
|
747 |
|
748 |
-
#: ../settings/settings-edit.php:324 ../
|
749 |
-
#: register.php:174 ../classes/es-register.php:175
|
750 |
msgid "Newsletters"
|
751 |
msgstr "Newsletters"
|
752 |
|
@@ -897,7 +921,7 @@ msgstr "Afficher les rapports"
|
|
897 |
|
898 |
#: ../sentmail/sentmail-show.php:108 ../sentmail/sentmail-show.php:121 ..
|
899 |
#: compose/compose-edit.php:103 ../compose/compose-show.php:80 ..
|
900 |
-
#: compose/compose-show.php:88 ../classes/es-register.php:
|
901 |
msgid "Preview"
|
902 |
msgstr "Aperçu"
|
903 |
|
@@ -1221,7 +1245,7 @@ msgid "Email Address"
|
|
1221 |
msgstr "Adresses e-mail"
|
1222 |
|
1223 |
#: ../subscribers/view-subscriber-show.php:361 ../subscribers/view-subscriber-
|
1224 |
-
#: show.php:374 ../classes/es-register.php:
|
1225 |
msgid "Name"
|
1226 |
msgstr "Nom"
|
1227 |
|
@@ -1415,12 +1439,12 @@ msgid "Select your Email Template"
|
|
1415 |
msgstr "Choisissez le type d'e-mail"
|
1416 |
|
1417 |
#: ../compose/compose-edit.php:92 ../compose/compose-add.php:80 ../classes/es-
|
1418 |
-
#: register.php:
|
1419 |
msgid "Newsletter"
|
1420 |
msgstr "Newsletters"
|
1421 |
|
1422 |
#: ../compose/compose-edit.php:93 ../compose/compose-add.php:81 ../classes/es-
|
1423 |
-
#: register.php:
|
1424 |
msgid "Post Notification"
|
1425 |
msgstr "Notification d'article"
|
1426 |
|
@@ -1451,7 +1475,7 @@ msgstr ""
|
|
1451 |
"d'article)"
|
1452 |
|
1453 |
#: ../compose/compose-edit.php:111 ../compose/compose-add.php:93 ../classes/es-
|
1454 |
-
#: register.php:
|
1455 |
msgid "Available Keywords"
|
1456 |
msgstr "Mots clés autorisés"
|
1457 |
|
@@ -1514,7 +1538,7 @@ msgstr ""
|
|
1514 |
msgid "Get more help and tips..."
|
1515 |
msgstr "Obtener plus d'aide et d'astuces..."
|
1516 |
|
1517 |
-
#: ../help/help.php:183 ../classes/es-register.php:
|
1518 |
#: php:38
|
1519 |
msgid "Subscribe"
|
1520 |
msgstr "S'abonner"
|
@@ -1630,10 +1654,10 @@ msgstr "Ajout d'un formulaire d'abonnement"
|
|
1630 |
|
1631 |
#: ../help/help.php:288 ../help/help.php:299 ../help/help.php:302 ../help/help.
|
1632 |
#: php:314 ../help/help.php:317 ../help/help.php:320 ../help/help.php:323 ..
|
1633 |
-
#: help/help.php:
|
1634 |
-
#:
|
1635 |
-
#: help/help.php:
|
1636 |
-
#: 380 ../help/help.php:382
|
1637 |
#, php-format
|
1638 |
msgid "%s"
|
1639 |
msgstr "%s"
|
@@ -1675,10 +1699,6 @@ msgstr ""
|
|
1675 |
msgid "How to add captcha in Subscribe form of Email Subscribers?"
|
1676 |
msgstr "Comment ajouter un captcha au formulaire d'abonnement?"
|
1677 |
|
1678 |
-
#: ../help/help.php:308
|
1679 |
-
msgid "General Plugin Settings"
|
1680 |
-
msgstr "Options générales"
|
1681 |
-
|
1682 |
#: ../help/help.php:311
|
1683 |
#, php-format
|
1684 |
msgid "Modify %s"
|
@@ -1713,49 +1733,29 @@ msgstr "Comment changer/mettre à jour/traduire les textes de l'extension?"
|
|
1713 |
msgid "How to add Unsubscribe link in emails?"
|
1714 |
msgstr "Comment ajouter un lien pour se désabonner dans les courriels envoyés?"
|
1715 |
|
1716 |
-
#: ../help/help.php:
|
1717 |
-
msgid "Usage"
|
1718 |
-
msgstr "Utilisation"
|
1719 |
-
|
1720 |
-
#: ../help/help.php:336
|
1721 |
-
msgid "Compose and Send Newsletter Emails"
|
1722 |
-
msgstr "Composer et envoyer des newsletters"
|
1723 |
-
|
1724 |
-
#: ../help/help.php:339
|
1725 |
-
msgid "Compose and Send Post Notification Emails when new posts are published"
|
1726 |
-
msgstr "Composer et envoyer des notifications lorsqu'un nouvel article est publié"
|
1727 |
-
|
1728 |
-
#: ../help/help.php:342
|
1729 |
msgid "Keywords in the Post Notifications"
|
1730 |
msgstr "Mots clés pour les notifications de nouvel article"
|
1731 |
|
1732 |
-
#: ../help/help.php:
|
1733 |
msgid "Send a test post notification email to myself/testgroup"
|
1734 |
msgstr ""
|
1735 |
"Envoi d'un courriel test de notification d'article à moi-même ou un groupe "
|
1736 |
"test"
|
1737 |
|
1738 |
-
#: ../help/help.php:
|
1739 |
-
msgid "Check sent emails"
|
1740 |
-
msgstr "Vérifier lles envois de courriels"
|
1741 |
-
|
1742 |
-
#: ../help/help.php:355
|
1743 |
msgid "Cron Job Setup"
|
1744 |
msgstr "Réglage des tâches Cron"
|
1745 |
|
1746 |
-
#: ../help/help.php:
|
1747 |
-
msgid "How to Schedule Cron Emails?"
|
1748 |
-
msgstr "Comment programmer un envoi de courriel en tâche Cron?"
|
1749 |
-
|
1750 |
-
#: ../help/help.php:361
|
1751 |
msgid "Schedule Cron Emails in cPanel"
|
1752 |
msgstr "Planifier une tâche Cron dans cPanel"
|
1753 |
|
1754 |
-
#: ../help/help.php:
|
1755 |
msgid "Schedule Cron Emails in Parallels Plesk"
|
1756 |
msgstr "Planifier une tâche Cron dans Plesk"
|
1757 |
|
1758 |
-
#: ../help/help.php:
|
1759 |
msgid "Hosting doesn’t support Cron Jobs?"
|
1760 |
msgstr "Votre hébergeur de gère pas les tâches Cron?"
|
1761 |
|
@@ -1775,23 +1775,23 @@ msgstr "Aide CSS"
|
|
1775 |
msgid "FAQ's"
|
1776 |
msgstr "FAQ"
|
1777 |
|
1778 |
-
#: ../help/help.php:
|
1779 |
msgid "Want to do more? Here's how.."
|
1780 |
msgstr "Vous voulez en faire plus? Voici comment..."
|
1781 |
|
1782 |
-
#: ../help/help.php:
|
1783 |
msgid "Allow Subscribers to get subscribed to any group"
|
1784 |
msgstr "Autoriser les abonnés à s'inscrire à n'importe quel groupe"
|
1785 |
|
1786 |
-
#: ../help/help.php:
|
1787 |
msgid "Using our free "
|
1788 |
msgstr "En utilisant notre extension gratuite"
|
1789 |
|
1790 |
-
#: ../help/help.php:
|
1791 |
msgid "Group Selector"
|
1792 |
msgstr "Group Selector"
|
1793 |
|
1794 |
-
#: ../help/help.php:
|
1795 |
msgid ""
|
1796 |
"plugin, you can extend Email Subscribers Form functionality by providing an "
|
1797 |
"grouping option right next to the form."
|
@@ -1799,19 +1799,19 @@ msgstr ""
|
|
1799 |
", vous pourrez ajouter une option de choix de groupe dans le formulaire "
|
1800 |
"d'abonnement."
|
1801 |
|
1802 |
-
#: ../help/help.php:
|
1803 |
msgid "The user can then subscribe to whichever group most appeals to them."
|
1804 |
msgstr "L'utilisateur peut alors s'abonner au groupe qui lui convient le mieux."
|
1805 |
|
1806 |
-
#: ../help/help.php:
|
1807 |
msgid "For example: Subscribe either to Updates or to Offers."
|
1808 |
msgstr "Par exemple: S'abonner aux mises à jour ou aux offres."
|
1809 |
|
1810 |
-
#: ../help/help.php:
|
1811 |
msgid "Show your subscribe form inside attractive popups"
|
1812 |
msgstr "Afficher votre formulaire d'abonnement dans une popup attractive"
|
1813 |
|
1814 |
-
#: ../help/help.php:
|
1815 |
msgid ""
|
1816 |
"Don't limit your subscriber form to a widget. Embed it within popups, hello "
|
1817 |
"bars, slide-ins, sidebars, full screen popups etc."
|
@@ -1820,13 +1820,13 @@ msgstr ""
|
|
1820 |
"dans une fenêtre pop-up, une barre de bienvenue, vos colonnes latérales, une "
|
1821 |
"pop-up en plein écran, etc."
|
1822 |
|
1823 |
-
#: ../help/help.php:
|
1824 |
msgid "Using Email Subscribers you can achieve this easily with our free plugin "
|
1825 |
msgstr ""
|
1826 |
"En utilisant Email Subscribers, vous pouvez le faire facilement avec notre "
|
1827 |
"extension gratuite"
|
1828 |
|
1829 |
-
#: ../help/help.php:
|
1830 |
msgid ""
|
1831 |
"Icegram's beautiful designs instantly capture user attention and help "
|
1832 |
"increase sign-ups to your WordPress website."
|
@@ -1834,28 +1834,28 @@ msgstr ""
|
|
1834 |
"Les magnifiques designs d'Icegram captent instantanément l'attention de "
|
1835 |
"l'utilisateur et aident à augmenter les inscriptions à votre site WordPress."
|
1836 |
|
1837 |
-
#: ../help/help.php:
|
1838 |
#, php-format
|
1839 |
msgid "How to %s"
|
1840 |
msgstr "Comment %s"
|
1841 |
|
1842 |
-
#: ../help/help.php:
|
1843 |
msgid "show subscribe form inside a popup"
|
1844 |
msgstr "afficher une formulaire d'abonnement dans une pop-up"
|
1845 |
|
1846 |
-
#: ../help/help.php:
|
1847 |
msgid "Get beautiful and elegant form styles"
|
1848 |
msgstr "Styler élégamment vos formulaires "
|
1849 |
|
1850 |
-
#: ../help/help.php:
|
1851 |
msgid "Email subscribers easily integrates with another free plugin "
|
1852 |
msgstr "Email subscribers s'intègre facilement avec une autre extension gratuite"
|
1853 |
|
1854 |
-
#: ../help/help.php:
|
1855 |
msgid "Rainmaker"
|
1856 |
msgstr "Rainmaker"
|
1857 |
|
1858 |
-
#: ../help/help.php:
|
1859 |
msgid ""
|
1860 |
"Rainmaker extends the core features of Email Subscribers and provides "
|
1861 |
"elegant form styles."
|
@@ -1863,7 +1863,7 @@ msgstr ""
|
|
1863 |
"Rainmaker étend les fonctionnalités principales d'Email Subscribers et "
|
1864 |
"propose des styles de formulaire élégants."
|
1865 |
|
1866 |
-
#: ../help/help.php:
|
1867 |
msgid ""
|
1868 |
"These styles are well designed and beautify your subscription form making it "
|
1869 |
"more appealing."
|
@@ -1871,7 +1871,7 @@ msgstr ""
|
|
1871 |
"Ces styles sont bien conçus et embellissent votre formulaire d'abonnement, "
|
1872 |
"ce qui le rend plus attrayant."
|
1873 |
|
1874 |
-
#: ../help/help.php:
|
1875 |
msgid "add Rainmaker’s form in Email Subscribers"
|
1876 |
msgstr "ajouter un formulaire Rainmaker dans Email Subscribers"
|
1877 |
|
@@ -1990,11 +1990,132 @@ msgstr "<span style=\"color:#20b2aa;font-weight:bold;\">via Cron</span>"
|
|
1990 |
msgid "<span style=\"color:#993399;\">Immediately</span>"
|
1991 |
msgstr "<span style=\"color:#993399;\">Courriel instantané</span>"
|
1992 |
|
1993 |
-
#: ../classes/es-
|
1994 |
-
#:
|
|
|
|
|
|
|
|
|
|
|
|
|
1995 |
msgid "Email Subscribers"
|
1996 |
msgstr "Email Subscribers & Newsletters"
|
1997 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1998 |
#: ../classes/es-register.php:183
|
1999 |
msgid "Help & Info"
|
2000 |
msgstr "Aide & Infos"
|
@@ -2264,127 +2385,7 @@ msgctxt "widget-page-enhanced-select"
|
|
2264 |
msgid "There was a problem with the request"
|
2265 |
msgstr "Il y a eu un problème avec la requête"
|
2266 |
|
2267 |
-
#: ../classes/es-register.php:
|
2268 |
-
msgctxt "timezone date format"
|
2269 |
-
msgid "Y-m-d"
|
2270 |
-
msgstr "d-m-Y"
|
2271 |
-
|
2272 |
-
#: ../classes/es-register.php:947
|
2273 |
-
msgid "is getting even better!"
|
2274 |
-
msgstr "s'améliore toujours!"
|
2275 |
-
|
2276 |
-
#: ../classes/es-register.php:948
|
2277 |
-
msgid "But I need you to"
|
2278 |
-
msgstr "Mais j'ai besoin de vous"
|
2279 |
-
|
2280 |
-
#: ../classes/es-register.php:948
|
2281 |
-
msgid "help me prioritize"
|
2282 |
-
msgstr "pour m'aider à choisir les priorités"
|
2283 |
-
|
2284 |
-
#: ../classes/es-register.php:948
|
2285 |
-
msgid "Please send your response today."
|
2286 |
-
msgstr "Merci d'envoyer votre réponse maintenant."
|
2287 |
-
|
2288 |
-
#: ../classes/es-register.php:955
|
2289 |
-
msgid "Here's how you use ES:"
|
2290 |
-
msgstr "Comment utilisez-vous Email Subscribers :"
|
2291 |
-
|
2292 |
-
#: ../classes/es-register.php:960
|
2293 |
-
msgid "Post Notifications more often than Newsletter"
|
2294 |
-
msgstr "Plutôt les notifications d'articles que la newsletter"
|
2295 |
-
|
2296 |
-
#: ../classes/es-register.php:962
|
2297 |
-
msgid "Newsletter more often than Post Notifications"
|
2298 |
-
msgstr "Plutôt les newsletters que les notifications d'articles"
|
2299 |
-
|
2300 |
-
#: ../classes/es-register.php:964
|
2301 |
-
msgid "Post Notification & Newsletter equally"
|
2302 |
-
msgstr "Autant les newsletters que les notifications d'articles"
|
2303 |
-
|
2304 |
-
#: ../classes/es-register.php:968
|
2305 |
-
msgid "Have "
|
2306 |
-
msgstr "J'ai"
|
2307 |
-
|
2308 |
-
#: ../classes/es-register.php:968
|
2309 |
-
msgid " Active Subscribers"
|
2310 |
-
msgstr " Abonnés activés"
|
2311 |
-
|
2312 |
-
#: ../classes/es-register.php:969
|
2313 |
-
msgid "Post "
|
2314 |
-
msgstr "J'écris"
|
2315 |
-
|
2316 |
-
#: ../classes/es-register.php:969
|
2317 |
-
msgid " blog per week"
|
2318 |
-
msgstr " articles par semaine"
|
2319 |
-
|
2320 |
-
#: ../classes/es-register.php:973
|
2321 |
-
msgid "Send emails via Cron"
|
2322 |
-
msgstr "Envoi d'e-mails via Cron"
|
2323 |
-
|
2324 |
-
#: ../classes/es-register.php:975
|
2325 |
-
msgid "Send emails Immediately"
|
2326 |
-
msgstr "Envoi d'e-mails immédiatement"
|
2327 |
-
|
2328 |
-
#: ../classes/es-register.php:982
|
2329 |
-
msgid "Using Double Opt In"
|
2330 |
-
msgstr "Avec la double validation"
|
2331 |
-
|
2332 |
-
#: ../classes/es-register.php:984
|
2333 |
-
msgid "Using Single Opt In"
|
2334 |
-
msgstr "Avec la simple validation"
|
2335 |
-
|
2336 |
-
#: ../classes/es-register.php:1002
|
2337 |
-
msgid "How soon do you want these new features?"
|
2338 |
-
msgstr "Quand désirez-vous ces nouvelles fonctionnalités?"
|
2339 |
-
|
2340 |
-
#: ../classes/es-register.php:1006
|
2341 |
-
msgid "Beautiful Email Designs"
|
2342 |
-
msgstr "Superbes design d'e-mail "
|
2343 |
-
|
2344 |
-
#: ../classes/es-register.php:1007 ../classes/es-register.php:1012 ../classes/es-
|
2345 |
-
#: register.php:1017 ../classes/es-register.php:1022
|
2346 |
-
msgid "Right now!"
|
2347 |
-
msgstr "Tout de suite!"
|
2348 |
-
|
2349 |
-
#: ../classes/es-register.php:1008 ../classes/es-register.php:1013 ../classes/es-
|
2350 |
-
#: register.php:1018 ../classes/es-register.php:1023
|
2351 |
-
msgid "Soon"
|
2352 |
-
msgstr "Bientôt"
|
2353 |
-
|
2354 |
-
#: ../classes/es-register.php:1009 ../classes/es-register.php:1014 ../classes/es-
|
2355 |
-
#: register.php:1019 ../classes/es-register.php:1024
|
2356 |
-
msgid "Later"
|
2357 |
-
msgstr "Plus tard"
|
2358 |
-
|
2359 |
-
#: ../classes/es-register.php:1011
|
2360 |
-
msgid "Spam Check, Scheduling... (Better Email Delivery)"
|
2361 |
-
msgstr "Vérification de span, planification... (Meilleur réception d'e-mail)"
|
2362 |
-
|
2363 |
-
#: ../classes/es-register.php:1016
|
2364 |
-
msgid "Discard Fake / Bouncing Emails"
|
2365 |
-
msgstr "Suppression des fakes / Message de non délivrance"
|
2366 |
-
|
2367 |
-
#: ../classes/es-register.php:1021
|
2368 |
-
msgid "Advanced Reporting"
|
2369 |
-
msgstr "Rapport avancé"
|
2370 |
-
|
2371 |
-
#: ../classes/es-register.php:1033
|
2372 |
-
msgid "Nah, I don't like improvements"
|
2373 |
-
msgstr "Non, je n'aime pas les améliorations"
|
2374 |
-
|
2375 |
-
#: ../classes/es-register.php:1039
|
2376 |
-
msgid "Next"
|
2377 |
-
msgstr "Suivant"
|
2378 |
-
|
2379 |
-
#: ../classes/es-register.php:1049
|
2380 |
-
msgid "Thank you!"
|
2381 |
-
msgstr "Merci!"
|
2382 |
-
|
2383 |
-
#: ../classes/es-register.php:1050
|
2384 |
-
msgid "No issues, have a nice day!"
|
2385 |
-
msgstr "Aucune demande, passez une bonne journée!"
|
2386 |
-
|
2387 |
-
#: ../classes/es-register.php:1158
|
2388 |
msgid ""
|
2389 |
"If you like <strong>Email Subscribers</strong>, please consider leaving us a "
|
2390 |
"<a target=\"_blank\" href=\"https://wordpress.org/support/plugin/email-"
|
@@ -2396,22 +2397,22 @@ msgstr ""
|
|
2396 |
"subscribers/reviews/?filter=5#new-post\">★★★★★"
|
2397 |
"</a>. Un grand merci d'Icegram d'avance!"
|
2398 |
|
2399 |
-
#: ../classes/es-register.php:
|
2400 |
msgid "Email *"
|
2401 |
msgstr "E-mail *"
|
2402 |
|
2403 |
-
#: ../classes/es-register.php:
|
2404 |
msgid "Widget Title"
|
2405 |
msgstr "Titre du widget"
|
2406 |
|
2407 |
-
#: ../classes/es-register.php:
|
2408 |
msgid "Short description about subscription form"
|
2409 |
msgstr "Courte description de votre formulaire d'abonnement"
|
2410 |
|
2411 |
-
#: ../classes/es-register.php:
|
2412 |
msgid "Display Name Field"
|
2413 |
msgstr "Afficher le champ Nom"
|
2414 |
|
2415 |
-
#: ../classes/es-register.php:
|
2416 |
msgid "Subscriber Group"
|
2417 |
msgstr "Groupe d'abonnés"
|
3 |
"Project-Id-Version: Email Subscribers & Newsletters 3.4.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: Fri Nov 17 2017 15:31:39 GMT+0530 (IST)\n"
|
7 |
"Last-Translator: admin <mansi.shah@appsmagnet.com>\n"
|
8 |
"Language-Team: StoreApps <support@storeapps.org>, Icegram <hello@icegram."
|
9 |
"com>\n"
|
102 |
"customer will view the email content."
|
103 |
msgstr ""
|
104 |
|
105 |
+
#: ../help/help.php:308
|
106 |
+
msgid "General Plugin Configuration"
|
107 |
+
msgstr ""
|
108 |
+
|
109 |
+
#: ../help/help.php:326
|
110 |
+
msgid "How to check sent emails?"
|
111 |
+
msgstr ""
|
112 |
+
|
113 |
+
#: ../help/help.php:338
|
114 |
+
msgid "Create and Send Newsletter Emails"
|
115 |
+
msgstr ""
|
116 |
+
|
117 |
+
#: ../help/help.php:341
|
118 |
+
msgid "Keywords in the Newsletters"
|
119 |
+
msgstr ""
|
120 |
+
|
121 |
+
#: ../help/help.php:348
|
122 |
+
msgid "Create and Send Post Notification Emails when new posts are published"
|
123 |
+
msgstr ""
|
124 |
+
|
125 |
+
#: ../help/help.php:362
|
126 |
+
msgid "What is Cron and how to Schedule Cron Emails?"
|
127 |
+
msgstr ""
|
128 |
+
|
129 |
#: ../classes/es-register.php:168 ../classes/es-register.php:169 ../classes/es-
|
130 |
+
#: register.php:853 ../classes/es-register.php:854 ../classes/es-register.php:859
|
|
|
131 |
msgid "Templates"
|
132 |
msgstr ""
|
133 |
|
134 |
+
#: ../classes/es-register.php:756
|
135 |
msgid ""
|
136 |
+
"Compose is now changed to <b>Templates</b> and Keyword structure has been "
|
137 |
+
"simplified. All your previously created templates and keywords have been "
|
138 |
+
"automatically updated to the new structure.<br>"
|
139 |
msgstr ""
|
140 |
|
141 |
+
#: ../classes/es-register.php:757
|
142 |
+
msgid "Check all the changes "
|
143 |
msgstr ""
|
144 |
|
145 |
+
#: ../classes/es-register.php:757
|
146 |
+
msgid "No thanks, I know about it already."
|
147 |
msgstr ""
|
148 |
|
149 |
+
#: ../classes/es-register.php:844
|
150 |
#, php-format
|
151 |
msgid "Email Subscribers version: <strong>%s</strong>"
|
152 |
msgstr ""
|
153 |
|
154 |
+
#: ../classes/es-register.php:855 ../classes/es-register.php:856
|
155 |
msgid "Add new Template"
|
156 |
msgstr ""
|
157 |
|
158 |
+
#: ../classes/es-register.php:857
|
159 |
msgid "Edit Templates"
|
160 |
msgstr ""
|
161 |
|
162 |
+
#: ../classes/es-register.php:858
|
163 |
msgid "New Templates"
|
164 |
msgstr ""
|
165 |
|
166 |
+
#: ../classes/es-register.php:860
|
167 |
msgid "View Templates"
|
168 |
msgstr ""
|
169 |
|
170 |
+
#: ../classes/es-register.php:861
|
171 |
msgid "Search Templates"
|
172 |
msgstr ""
|
173 |
|
174 |
+
#: ../classes/es-register.php:862
|
175 |
msgid "No Templates found"
|
176 |
msgstr ""
|
177 |
|
178 |
+
#: ../classes/es-register.php:863
|
179 |
msgid "No Templates found in Trash"
|
180 |
msgstr ""
|
181 |
|
182 |
+
#: ../classes/es-register.php:866
|
183 |
msgid "Thumbnail (For Visual Representation only)"
|
184 |
msgstr ""
|
185 |
|
186 |
+
#: ../classes/es-register.php:867
|
187 |
msgid "Set thumbnail"
|
188 |
msgstr ""
|
189 |
|
190 |
+
#: ../classes/es-register.php:904
|
191 |
msgid "Template Type"
|
192 |
msgstr ""
|
193 |
|
194 |
+
#: ../classes/es-register.php:970
|
195 |
msgid "Available Keyword for Post Notification: {{POSTTITLE}}"
|
196 |
msgstr ""
|
197 |
|
198 |
+
#: ../classes/es-register.php:973
|
199 |
msgid "Select your Email Template Type"
|
200 |
msgstr ""
|
201 |
|
202 |
+
#: ../classes/es-register.php:1023
|
203 |
msgid "Preview Template"
|
204 |
msgstr ""
|
205 |
|
206 |
+
#: ../classes/es-register.php:1037
|
207 |
#, php-format
|
208 |
msgid ""
|
209 |
"%s for Post Notification: {{NAME}}, {{EMAIL}}, {{DATE}}, {{POSTTITLE}}, "
|
211 |
"WITHTITLE}}, {{POSTLINK-ONLY}}, {{POSTFULL}}"
|
212 |
msgstr ""
|
213 |
|
214 |
+
#: ../classes/es-register.php:1038
|
215 |
msgid "<br/><br/>Available Keywords for Newsletter: {{NAME}}, {{EMAIL}}"
|
216 |
msgstr ""
|
217 |
|
344 |
msgid "Selected record deleted."
|
345 |
msgstr "La sélection a été supprimée."
|
346 |
|
347 |
+
#: ../notification/notification-show.php:52 ../help/help.php:345 ../classes/es-
|
348 |
+
#: register.php:171 ../classes/es-register.php:172
|
349 |
msgid "Post Notifications"
|
350 |
msgstr "Notifications d'article"
|
351 |
|
552 |
msgid "Medium Size"
|
553 |
msgstr "Taille moyenne"
|
554 |
|
555 |
+
#: ../settings/settings-edit.php:123 ../classes/es-register.php:905
|
556 |
msgid "Thumbnail"
|
557 |
msgstr "Miniature"
|
558 |
|
581 |
"inscription, cette option doit être sur OUI."
|
582 |
|
583 |
#: ../settings/settings-edit.php:142 ../settings/settings-edit.php:217 ..
|
584 |
+
#: subscribers/view-subscriber-sync.php:107 ../classes/es-register.php:1174
|
585 |
msgid "YES"
|
586 |
msgstr "OUI"
|
587 |
|
588 |
#: ../settings/settings-edit.php:143 ../settings/settings-edit.php:218 ..
|
589 |
+
#: subscribers/view-subscriber-sync.php:106 ../classes/es-register.php:1175
|
590 |
msgid "NO"
|
591 |
msgstr "NON"
|
592 |
|
769 |
msgid "Post Notifications Menu"
|
770 |
msgstr "Menu Notifications d'article"
|
771 |
|
772 |
+
#: ../settings/settings-edit.php:324 ../help/help.php:335 ../sendmail/sendmail.
|
773 |
+
#: php:93 ../classes/es-register.php:174 ../classes/es-register.php:175
|
774 |
msgid "Newsletters"
|
775 |
msgstr "Newsletters"
|
776 |
|
921 |
|
922 |
#: ../sentmail/sentmail-show.php:108 ../sentmail/sentmail-show.php:121 ..
|
923 |
#: compose/compose-edit.php:103 ../compose/compose-show.php:80 ..
|
924 |
+
#: compose/compose-show.php:88 ../classes/es-register.php:953
|
925 |
msgid "Preview"
|
926 |
msgstr "Aperçu"
|
927 |
|
1245 |
msgstr "Adresses e-mail"
|
1246 |
|
1247 |
#: ../subscribers/view-subscriber-show.php:361 ../subscribers/view-subscriber-
|
1248 |
+
#: show.php:374 ../classes/es-register.php:1116 ../classes/es-loadwidget.php:28
|
1249 |
msgid "Name"
|
1250 |
msgstr "Nom"
|
1251 |
|
1439 |
msgstr "Choisissez le type d'e-mail"
|
1440 |
|
1441 |
#: ../compose/compose-edit.php:92 ../compose/compose-add.php:80 ../classes/es-
|
1442 |
+
#: register.php:975
|
1443 |
msgid "Newsletter"
|
1444 |
msgstr "Newsletters"
|
1445 |
|
1446 |
#: ../compose/compose-edit.php:93 ../compose/compose-add.php:81 ../classes/es-
|
1447 |
+
#: register.php:976
|
1448 |
msgid "Post Notification"
|
1449 |
msgstr "Notification d'article"
|
1450 |
|
1475 |
"d'article)"
|
1476 |
|
1477 |
#: ../compose/compose-edit.php:111 ../compose/compose-add.php:93 ../classes/es-
|
1478 |
+
#: register.php:1037
|
1479 |
msgid "Available Keywords"
|
1480 |
msgstr "Mots clés autorisés"
|
1481 |
|
1538 |
msgid "Get more help and tips..."
|
1539 |
msgstr "Obtener plus d'aide et d'astuces..."
|
1540 |
|
1541 |
+
#: ../help/help.php:183 ../classes/es-register.php:1126 ../classes/es-loadwidget.
|
1542 |
#: php:38
|
1543 |
msgid "Subscribe"
|
1544 |
msgstr "S'abonner"
|
1654 |
|
1655 |
#: ../help/help.php:288 ../help/help.php:299 ../help/help.php:302 ../help/help.
|
1656 |
#: php:314 ../help/help.php:317 ../help/help.php:320 ../help/help.php:323 ..
|
1657 |
+
#: help/help.php:326 ../help/help.php:338 ../help/help.php:341 ../help/help.php:
|
1658 |
+
#: 348 ../help/help.php:351 ../help/help.php:354 ../help/help.php:362 ..
|
1659 |
+
#: help/help.php:365 ../help/help.php:368 ../help/help.php:371 ../help/help.php:
|
1660 |
+
#: 377 ../help/help.php:380 ../help/help.php:382
|
1661 |
#, php-format
|
1662 |
msgid "%s"
|
1663 |
msgstr "%s"
|
1699 |
msgid "How to add captcha in Subscribe form of Email Subscribers?"
|
1700 |
msgstr "Comment ajouter un captcha au formulaire d'abonnement?"
|
1701 |
|
|
|
|
|
|
|
|
|
1702 |
#: ../help/help.php:311
|
1703 |
#, php-format
|
1704 |
msgid "Modify %s"
|
1733 |
msgid "How to add Unsubscribe link in emails?"
|
1734 |
msgstr "Comment ajouter un lien pour se désabonner dans les courriels envoyés?"
|
1735 |
|
1736 |
+
#: ../help/help.php:351
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1737 |
msgid "Keywords in the Post Notifications"
|
1738 |
msgstr "Mots clés pour les notifications de nouvel article"
|
1739 |
|
1740 |
+
#: ../help/help.php:354
|
1741 |
msgid "Send a test post notification email to myself/testgroup"
|
1742 |
msgstr ""
|
1743 |
"Envoi d'un courriel test de notification d'article à moi-même ou un groupe "
|
1744 |
"test"
|
1745 |
|
1746 |
+
#: ../help/help.php:359
|
|
|
|
|
|
|
|
|
1747 |
msgid "Cron Job Setup"
|
1748 |
msgstr "Réglage des tâches Cron"
|
1749 |
|
1750 |
+
#: ../help/help.php:365
|
|
|
|
|
|
|
|
|
1751 |
msgid "Schedule Cron Emails in cPanel"
|
1752 |
msgstr "Planifier une tâche Cron dans cPanel"
|
1753 |
|
1754 |
+
#: ../help/help.php:368
|
1755 |
msgid "Schedule Cron Emails in Parallels Plesk"
|
1756 |
msgstr "Planifier une tâche Cron dans Plesk"
|
1757 |
|
1758 |
+
#: ../help/help.php:371
|
1759 |
msgid "Hosting doesn’t support Cron Jobs?"
|
1760 |
msgstr "Votre hébergeur de gère pas les tâches Cron?"
|
1761 |
|
1775 |
msgid "FAQ's"
|
1776 |
msgstr "FAQ"
|
1777 |
|
1778 |
+
#: ../help/help.php:388
|
1779 |
msgid "Want to do more? Here's how.."
|
1780 |
msgstr "Vous voulez en faire plus? Voici comment..."
|
1781 |
|
1782 |
+
#: ../help/help.php:391
|
1783 |
msgid "Allow Subscribers to get subscribed to any group"
|
1784 |
msgstr "Autoriser les abonnés à s'inscrire à n'importe quel groupe"
|
1785 |
|
1786 |
+
#: ../help/help.php:396
|
1787 |
msgid "Using our free "
|
1788 |
msgstr "En utilisant notre extension gratuite"
|
1789 |
|
1790 |
+
#: ../help/help.php:397
|
1791 |
msgid "Group Selector"
|
1792 |
msgstr "Group Selector"
|
1793 |
|
1794 |
+
#: ../help/help.php:398
|
1795 |
msgid ""
|
1796 |
"plugin, you can extend Email Subscribers Form functionality by providing an "
|
1797 |
"grouping option right next to the form."
|
1799 |
", vous pourrez ajouter une option de choix de groupe dans le formulaire "
|
1800 |
"d'abonnement."
|
1801 |
|
1802 |
+
#: ../help/help.php:401
|
1803 |
msgid "The user can then subscribe to whichever group most appeals to them."
|
1804 |
msgstr "L'utilisateur peut alors s'abonner au groupe qui lui convient le mieux."
|
1805 |
|
1806 |
+
#: ../help/help.php:404
|
1807 |
msgid "For example: Subscribe either to Updates or to Offers."
|
1808 |
msgstr "Par exemple: S'abonner aux mises à jour ou aux offres."
|
1809 |
|
1810 |
+
#: ../help/help.php:408
|
1811 |
msgid "Show your subscribe form inside attractive popups"
|
1812 |
msgstr "Afficher votre formulaire d'abonnement dans une popup attractive"
|
1813 |
|
1814 |
+
#: ../help/help.php:413
|
1815 |
msgid ""
|
1816 |
"Don't limit your subscriber form to a widget. Embed it within popups, hello "
|
1817 |
"bars, slide-ins, sidebars, full screen popups etc."
|
1820 |
"dans une fenêtre pop-up, une barre de bienvenue, vos colonnes latérales, une "
|
1821 |
"pop-up en plein écran, etc."
|
1822 |
|
1823 |
+
#: ../help/help.php:416
|
1824 |
msgid "Using Email Subscribers you can achieve this easily with our free plugin "
|
1825 |
msgstr ""
|
1826 |
"En utilisant Email Subscribers, vous pouvez le faire facilement avec notre "
|
1827 |
"extension gratuite"
|
1828 |
|
1829 |
+
#: ../help/help.php:420
|
1830 |
msgid ""
|
1831 |
"Icegram's beautiful designs instantly capture user attention and help "
|
1832 |
"increase sign-ups to your WordPress website."
|
1834 |
"Les magnifiques designs d'Icegram captent instantanément l'attention de "
|
1835 |
"l'utilisateur et aident à augmenter les inscriptions à votre site WordPress."
|
1836 |
|
1837 |
+
#: ../help/help.php:423 ../help/help.php:443
|
1838 |
#, php-format
|
1839 |
msgid "How to %s"
|
1840 |
msgstr "Comment %s"
|
1841 |
|
1842 |
+
#: ../help/help.php:423
|
1843 |
msgid "show subscribe form inside a popup"
|
1844 |
msgstr "afficher une formulaire d'abonnement dans une pop-up"
|
1845 |
|
1846 |
+
#: ../help/help.php:427
|
1847 |
msgid "Get beautiful and elegant form styles"
|
1848 |
msgstr "Styler élégamment vos formulaires "
|
1849 |
|
1850 |
+
#: ../help/help.php:433
|
1851 |
msgid "Email subscribers easily integrates with another free plugin "
|
1852 |
msgstr "Email subscribers s'intègre facilement avec une autre extension gratuite"
|
1853 |
|
1854 |
+
#: ../help/help.php:434
|
1855 |
msgid "Rainmaker"
|
1856 |
msgstr "Rainmaker"
|
1857 |
|
1858 |
+
#: ../help/help.php:437
|
1859 |
msgid ""
|
1860 |
"Rainmaker extends the core features of Email Subscribers and provides "
|
1861 |
"elegant form styles."
|
1863 |
"Rainmaker étend les fonctionnalités principales d'Email Subscribers et "
|
1864 |
"propose des styles de formulaire élégants."
|
1865 |
|
1866 |
+
#: ../help/help.php:440
|
1867 |
msgid ""
|
1868 |
"These styles are well designed and beautify your subscription form making it "
|
1869 |
"more appealing."
|
1871 |
"Ces styles sont bien conçus et embellissent votre formulaire d'abonnement, "
|
1872 |
"ce qui le rend plus attrayant."
|
1873 |
|
1874 |
+
#: ../help/help.php:443
|
1875 |
msgid "add Rainmaker’s form in Email Subscribers"
|
1876 |
msgstr "ajouter un formulaire Rainmaker dans Email Subscribers"
|
1877 |
|
1990 |
msgid "<span style=\"color:#993399;\">Immediately</span>"
|
1991 |
msgstr "<span style=\"color:#993399;\">Courriel instantané</span>"
|
1992 |
|
1993 |
+
#: ../classes/es-survey.php:21 ../classes/es-register.php:716 ../classes/es-offer.
|
1994 |
+
#: php:72
|
1995 |
+
msgctxt "timezone date format"
|
1996 |
+
msgid "Y-m-d"
|
1997 |
+
msgstr "d-m-Y"
|
1998 |
+
|
1999 |
+
#: ../classes/es-survey.php:232 ../classes/es-register.php:162 ../classes/es-
|
2000 |
+
#: register.php:163 ../classes/es-register.php:865
|
2001 |
msgid "Email Subscribers"
|
2002 |
msgstr "Email Subscribers & Newsletters"
|
2003 |
|
2004 |
+
#: ../classes/es-survey.php:232
|
2005 |
+
msgid "is getting even better!"
|
2006 |
+
msgstr "s'améliore toujours!"
|
2007 |
+
|
2008 |
+
#: ../classes/es-survey.php:233
|
2009 |
+
msgid "But I need you to"
|
2010 |
+
msgstr "Mais j'ai besoin de vous"
|
2011 |
+
|
2012 |
+
#: ../classes/es-survey.php:233
|
2013 |
+
msgid "help me prioritize"
|
2014 |
+
msgstr "pour m'aider à choisir les priorités"
|
2015 |
+
|
2016 |
+
#: ../classes/es-survey.php:233
|
2017 |
+
msgid "Please send your response today."
|
2018 |
+
msgstr "Merci d'envoyer votre réponse maintenant."
|
2019 |
+
|
2020 |
+
#: ../classes/es-survey.php:240
|
2021 |
+
msgid "Here's how you use ES:"
|
2022 |
+
msgstr "Comment utilisez-vous Email Subscribers :"
|
2023 |
+
|
2024 |
+
#: ../classes/es-survey.php:245
|
2025 |
+
msgid "Post Notifications more often than Newsletter"
|
2026 |
+
msgstr "Plutôt les notifications d'articles que la newsletter"
|
2027 |
+
|
2028 |
+
#: ../classes/es-survey.php:247
|
2029 |
+
msgid "Newsletter more often than Post Notifications"
|
2030 |
+
msgstr "Plutôt les newsletters que les notifications d'articles"
|
2031 |
+
|
2032 |
+
#: ../classes/es-survey.php:249
|
2033 |
+
msgid "Post Notification & Newsletter equally"
|
2034 |
+
msgstr "Autant les newsletters que les notifications d'articles"
|
2035 |
+
|
2036 |
+
#: ../classes/es-survey.php:253
|
2037 |
+
msgid "Have "
|
2038 |
+
msgstr "J'ai"
|
2039 |
+
|
2040 |
+
#: ../classes/es-survey.php:253
|
2041 |
+
msgid " Active Subscribers"
|
2042 |
+
msgstr " Abonnés activés"
|
2043 |
+
|
2044 |
+
#: ../classes/es-survey.php:254
|
2045 |
+
msgid "Post "
|
2046 |
+
msgstr "J'écris"
|
2047 |
+
|
2048 |
+
#: ../classes/es-survey.php:254
|
2049 |
+
msgid " blog per week"
|
2050 |
+
msgstr " articles par semaine"
|
2051 |
+
|
2052 |
+
#: ../classes/es-survey.php:258
|
2053 |
+
msgid "Send emails via Cron"
|
2054 |
+
msgstr "Envoi d'e-mails via Cron"
|
2055 |
+
|
2056 |
+
#: ../classes/es-survey.php:260
|
2057 |
+
msgid "Send emails Immediately"
|
2058 |
+
msgstr "Envoi d'e-mails immédiatement"
|
2059 |
+
|
2060 |
+
#: ../classes/es-survey.php:267
|
2061 |
+
msgid "Using Double Opt In"
|
2062 |
+
msgstr "Avec la double validation"
|
2063 |
+
|
2064 |
+
#: ../classes/es-survey.php:269
|
2065 |
+
msgid "Using Single Opt In"
|
2066 |
+
msgstr "Avec la simple validation"
|
2067 |
+
|
2068 |
+
#: ../classes/es-survey.php:287
|
2069 |
+
msgid "How soon do you want these new features?"
|
2070 |
+
msgstr "Quand désirez-vous ces nouvelles fonctionnalités?"
|
2071 |
+
|
2072 |
+
#: ../classes/es-survey.php:291
|
2073 |
+
msgid "Beautiful Email Designs"
|
2074 |
+
msgstr "Superbes design d'e-mail "
|
2075 |
+
|
2076 |
+
#: ../classes/es-survey.php:292 ../classes/es-survey.php:297 ../classes/es-survey.
|
2077 |
+
#: php:302 ../classes/es-survey.php:307
|
2078 |
+
msgid "Right now!"
|
2079 |
+
msgstr "Tout de suite!"
|
2080 |
+
|
2081 |
+
#: ../classes/es-survey.php:293 ../classes/es-survey.php:298 ../classes/es-survey.
|
2082 |
+
#: php:303 ../classes/es-survey.php:308
|
2083 |
+
msgid "Soon"
|
2084 |
+
msgstr "Bientôt"
|
2085 |
+
|
2086 |
+
#: ../classes/es-survey.php:294 ../classes/es-survey.php:299 ../classes/es-survey.
|
2087 |
+
#: php:304 ../classes/es-survey.php:309
|
2088 |
+
msgid "Later"
|
2089 |
+
msgstr "Plus tard"
|
2090 |
+
|
2091 |
+
#: ../classes/es-survey.php:296
|
2092 |
+
msgid "Spam Check, Scheduling... (Better Email Delivery)"
|
2093 |
+
msgstr "Vérification de span, planification... (Meilleur réception d'e-mail)"
|
2094 |
+
|
2095 |
+
#: ../classes/es-survey.php:301
|
2096 |
+
msgid "Discard Fake / Bouncing Emails"
|
2097 |
+
msgstr "Suppression des fakes / Message de non délivrance"
|
2098 |
+
|
2099 |
+
#: ../classes/es-survey.php:306
|
2100 |
+
msgid "Advanced Reporting"
|
2101 |
+
msgstr "Rapport avancé"
|
2102 |
+
|
2103 |
+
#: ../classes/es-survey.php:318
|
2104 |
+
msgid "Nah, I don't like improvements"
|
2105 |
+
msgstr "Non, je n'aime pas les améliorations"
|
2106 |
+
|
2107 |
+
#: ../classes/es-survey.php:324
|
2108 |
+
msgid "Next"
|
2109 |
+
msgstr "Suivant"
|
2110 |
+
|
2111 |
+
#: ../classes/es-survey.php:334
|
2112 |
+
msgid "Thank you!"
|
2113 |
+
msgstr "Merci!"
|
2114 |
+
|
2115 |
+
#: ../classes/es-survey.php:335
|
2116 |
+
msgid "No issues, have a nice day!"
|
2117 |
+
msgstr "Aucune demande, passez une bonne journée!"
|
2118 |
+
|
2119 |
#: ../classes/es-register.php:183
|
2120 |
msgid "Help & Info"
|
2121 |
msgstr "Aide & Infos"
|
2385 |
msgid "There was a problem with the request"
|
2386 |
msgstr "Il y a eu un problème avec la requête"
|
2387 |
|
2388 |
+
#: ../classes/es-register.php:830
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2389 |
msgid ""
|
2390 |
"If you like <strong>Email Subscribers</strong>, please consider leaving us a "
|
2391 |
"<a target=\"_blank\" href=\"https://wordpress.org/support/plugin/email-"
|
2397 |
"subscribers/reviews/?filter=5#new-post\">★★★★★"
|
2398 |
"</a>. Un grand merci d'Icegram d'avance!"
|
2399 |
|
2400 |
+
#: ../classes/es-register.php:1121 ../classes/es-loadwidget.php:33
|
2401 |
msgid "Email *"
|
2402 |
msgstr "E-mail *"
|
2403 |
|
2404 |
+
#: ../classes/es-register.php:1164
|
2405 |
msgid "Widget Title"
|
2406 |
msgstr "Titre du widget"
|
2407 |
|
2408 |
+
#: ../classes/es-register.php:1168
|
2409 |
msgid "Short description about subscription form"
|
2410 |
msgstr "Courte description de votre formulaire d'abonnement"
|
2411 |
|
2412 |
+
#: ../classes/es-register.php:1172
|
2413 |
msgid "Display Name Field"
|
2414 |
msgstr "Afficher le champ Nom"
|
2415 |
|
2416 |
+
#: ../classes/es-register.php:1179
|
2417 |
msgid "Subscriber Group"
|
2418 |
msgstr "Groupe d'abonnés"
|
languages/email-subscribers-hu_HU.mo
CHANGED
Binary file
|
languages/email-subscribers-hu_HU.po
CHANGED
@@ -3,7 +3,7 @@ msgstr ""
|
|
3 |
"Project-Id-Version: Email Subscribers & Newsletters 3.4.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:
|
7 |
"Last-Translator: admin <mansi.shah@appsmagnet.com>\n"
|
8 |
"Language-Team: StoreApps <support@storeapps.org>, Icegram <hello@icegram."
|
9 |
"com>\n"
|
@@ -408,6 +408,10 @@ msgstr ""
|
|
408 |
msgid "How to add captcha in Subscribe form of Email Subscribers?"
|
409 |
msgstr ""
|
410 |
|
|
|
|
|
|
|
|
|
411 |
#: ../help/help.php:311
|
412 |
#, php-format
|
413 |
msgid "Modify %s"
|
@@ -431,47 +435,47 @@ msgstr ""
|
|
431 |
msgid "How to change/update/translate any texts from the plugin?"
|
432 |
msgstr ""
|
433 |
|
434 |
-
#: ../help/help.php:
|
435 |
-
msgid "
|
436 |
msgstr ""
|
437 |
|
438 |
-
#: ../help/help.php:
|
439 |
-
msgid "
|
440 |
msgstr ""
|
441 |
|
442 |
-
#: ../help/help.php:
|
443 |
-
msgid "
|
444 |
msgstr ""
|
445 |
|
446 |
-
#: ../help/help.php:
|
447 |
-
msgid "
|
448 |
msgstr ""
|
449 |
|
450 |
-
#: ../help/help.php:
|
451 |
-
msgid "
|
452 |
msgstr ""
|
453 |
|
454 |
-
#: ../help/help.php:
|
455 |
-
msgid "
|
456 |
msgstr ""
|
457 |
|
458 |
-
#: ../help/help.php:
|
459 |
msgid "Cron Job Setup"
|
460 |
msgstr ""
|
461 |
|
462 |
-
#: ../help/help.php:
|
463 |
-
msgid "
|
464 |
msgstr ""
|
465 |
|
466 |
-
#: ../help/help.php:
|
467 |
msgid "Schedule Cron Emails in cPanel"
|
468 |
msgstr ""
|
469 |
|
470 |
-
#: ../help/help.php:
|
471 |
msgid "Schedule Cron Emails in Parallels Plesk"
|
472 |
msgstr ""
|
473 |
|
474 |
-
#: ../help/help.php:
|
475 |
msgid "Hosting doesn’t support Cron Jobs?"
|
476 |
msgstr ""
|
477 |
|
@@ -483,90 +487,90 @@ msgstr ""
|
|
483 |
msgid "FAQ's"
|
484 |
msgstr ""
|
485 |
|
486 |
-
#: ../help/help.php:
|
487 |
msgid "Want to do more? Here's how.."
|
488 |
msgstr ""
|
489 |
|
490 |
-
#: ../help/help.php:
|
491 |
msgid "Allow Subscribers to get subscribed to any group"
|
492 |
msgstr ""
|
493 |
|
494 |
-
#: ../help/help.php:
|
495 |
msgid "Using our free "
|
496 |
msgstr ""
|
497 |
|
498 |
-
#: ../help/help.php:
|
499 |
msgid "Group Selector"
|
500 |
msgstr ""
|
501 |
|
502 |
-
#: ../help/help.php:
|
503 |
msgid ""
|
504 |
"plugin, you can extend Email Subscribers Form functionality by providing an "
|
505 |
"grouping option right next to the form."
|
506 |
msgstr ""
|
507 |
|
508 |
-
#: ../help/help.php:
|
509 |
msgid "The user can then subscribe to whichever group most appeals to them."
|
510 |
msgstr ""
|
511 |
|
512 |
-
#: ../help/help.php:
|
513 |
msgid "For example: Subscribe either to Updates or to Offers."
|
514 |
msgstr ""
|
515 |
|
516 |
-
#: ../help/help.php:
|
517 |
msgid "Show your subscribe form inside attractive popups"
|
518 |
msgstr ""
|
519 |
|
520 |
-
#: ../help/help.php:
|
521 |
msgid ""
|
522 |
"Don't limit your subscriber form to a widget. Embed it within popups, hello "
|
523 |
"bars, slide-ins, sidebars, full screen popups etc."
|
524 |
msgstr ""
|
525 |
|
526 |
-
#: ../help/help.php:
|
527 |
msgid "Using Email Subscribers you can achieve this easily with our free plugin "
|
528 |
msgstr ""
|
529 |
|
530 |
-
#: ../help/help.php:
|
531 |
msgid ""
|
532 |
"Icegram's beautiful designs instantly capture user attention and help "
|
533 |
"increase sign-ups to your WordPress website."
|
534 |
msgstr ""
|
535 |
|
536 |
-
#: ../help/help.php:
|
537 |
#, php-format
|
538 |
msgid "How to %s"
|
539 |
msgstr ""
|
540 |
|
541 |
-
#: ../help/help.php:
|
542 |
msgid "show subscribe form inside a popup"
|
543 |
msgstr ""
|
544 |
|
545 |
-
#: ../help/help.php:
|
546 |
msgid "Get beautiful and elegant form styles"
|
547 |
msgstr ""
|
548 |
|
549 |
-
#: ../help/help.php:
|
550 |
msgid "Email subscribers easily integrates with another free plugin "
|
551 |
msgstr ""
|
552 |
|
553 |
-
#: ../help/help.php:
|
554 |
msgid "Rainmaker"
|
555 |
msgstr ""
|
556 |
|
557 |
-
#: ../help/help.php:
|
558 |
msgid ""
|
559 |
"Rainmaker extends the core features of Email Subscribers and provides "
|
560 |
"elegant form styles."
|
561 |
msgstr ""
|
562 |
|
563 |
-
#: ../help/help.php:
|
564 |
msgid ""
|
565 |
"These styles are well designed and beautify your subscription form making it "
|
566 |
"more appealing."
|
567 |
msgstr ""
|
568 |
|
569 |
-
#: ../help/help.php:
|
570 |
msgid "add Rainmaker’s form in Email Subscribers"
|
571 |
msgstr ""
|
572 |
|
@@ -574,129 +578,130 @@ msgstr ""
|
|
574 |
msgid "Email sent successfully. "
|
575 |
msgstr ""
|
576 |
|
577 |
-
#: ../classes/es-
|
578 |
-
#:
|
579 |
-
#: 1187
|
580 |
-
msgid "Templates"
|
581 |
-
msgstr ""
|
582 |
-
|
583 |
-
#: ../classes/es-register.php:184
|
584 |
-
msgid "<span style=\"color:#f18500;font-weight:bolder;\">Help & Info</span>"
|
585 |
-
msgstr ""
|
586 |
-
|
587 |
-
#: ../classes/es-register.php:720
|
588 |
-
msgid ""
|
589 |
-
"Keyword structure has been simplified. All your previously set keywords have "
|
590 |
-
"been automatically updated to the new structure."
|
591 |
-
msgstr ""
|
592 |
-
|
593 |
-
#: ../classes/es-register.php:721
|
594 |
-
msgid "Check the updated structure"
|
595 |
-
msgstr ""
|
596 |
-
|
597 |
-
#: ../classes/es-register.php:721
|
598 |
-
msgid "Okay, I got it."
|
599 |
-
msgstr ""
|
600 |
-
|
601 |
-
#: ../classes/es-register.php:930
|
602 |
msgctxt "timezone date format"
|
603 |
msgid "Y-m-d"
|
604 |
msgstr ""
|
605 |
|
606 |
-
#: ../classes/es-
|
607 |
msgid "Post Notifications more often than Newsletter"
|
608 |
msgstr ""
|
609 |
|
610 |
-
#: ../classes/es-
|
611 |
msgid "Newsletter more often than Post Notifications"
|
612 |
msgstr ""
|
613 |
|
614 |
-
#: ../classes/es-
|
615 |
msgid "Post Notification & Newsletter equally"
|
616 |
msgstr ""
|
617 |
|
618 |
-
#: ../classes/es-
|
619 |
msgid "Send emails via Cron"
|
620 |
msgstr ""
|
621 |
|
622 |
-
#: ../classes/es-
|
623 |
msgid "Send emails Immediately"
|
624 |
msgstr ""
|
625 |
|
626 |
-
#: ../classes/es-
|
627 |
msgid "Using Double Opt In"
|
628 |
msgstr ""
|
629 |
|
630 |
-
#: ../classes/es-
|
631 |
msgid "Using Single Opt In"
|
632 |
msgstr ""
|
633 |
|
634 |
-
#: ../classes/es-
|
635 |
msgid "Nah, I don't like improvements"
|
636 |
msgstr ""
|
637 |
|
638 |
-
#: ../classes/es-
|
639 |
msgid "Next"
|
640 |
msgstr ""
|
641 |
|
642 |
-
#: ../classes/es-register.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
643 |
#, php-format
|
644 |
msgid "Email Subscribers version: <strong>%s</strong>"
|
645 |
msgstr ""
|
646 |
|
647 |
-
#: ../classes/es-register.php:
|
648 |
msgid "Add new Template"
|
649 |
msgstr ""
|
650 |
|
651 |
-
#: ../classes/es-register.php:
|
652 |
msgid "Edit Templates"
|
653 |
msgstr ""
|
654 |
|
655 |
-
#: ../classes/es-register.php:
|
656 |
msgid "New Templates"
|
657 |
msgstr ""
|
658 |
|
659 |
-
#: ../classes/es-register.php:
|
660 |
msgid "View Templates"
|
661 |
msgstr ""
|
662 |
|
663 |
-
#: ../classes/es-register.php:
|
664 |
msgid "Search Templates"
|
665 |
msgstr ""
|
666 |
|
667 |
-
#: ../classes/es-register.php:
|
668 |
msgid "No Templates found"
|
669 |
msgstr ""
|
670 |
|
671 |
-
#: ../classes/es-register.php:
|
672 |
msgid "No Templates found in Trash"
|
673 |
msgstr ""
|
674 |
|
675 |
-
#: ../classes/es-register.php:
|
676 |
msgid "Thumbnail (For Visual Representation only)"
|
677 |
msgstr ""
|
678 |
|
679 |
-
#: ../classes/es-register.php:
|
680 |
msgid "Set thumbnail"
|
681 |
msgstr ""
|
682 |
|
683 |
-
#: ../classes/es-register.php:
|
684 |
msgid "Template Type"
|
685 |
msgstr ""
|
686 |
|
687 |
-
#: ../classes/es-register.php:
|
688 |
msgid "Available Keyword for Post Notification: {{POSTTITLE}}"
|
689 |
msgstr ""
|
690 |
|
691 |
-
#: ../classes/es-register.php:
|
692 |
msgid "Select your Email Template Type"
|
693 |
msgstr ""
|
694 |
|
695 |
-
#: ../classes/es-register.php:
|
696 |
msgid "Preview Template"
|
697 |
msgstr ""
|
698 |
|
699 |
-
#: ../classes/es-register.php:
|
700 |
#, php-format
|
701 |
msgid ""
|
702 |
"%s for Post Notification: {{NAME}}, {{EMAIL}}, {{DATE}}, {{POSTTITLE}}, "
|
@@ -704,7 +709,7 @@ msgid ""
|
|
704 |
"WITHTITLE}}, {{POSTLINK-ONLY}}, {{POSTFULL}}"
|
705 |
msgstr ""
|
706 |
|
707 |
-
#: ../classes/es-register.php:
|
708 |
msgid "<br/><br/>Available Keywords for Newsletter: {{NAME}}, {{EMAIL}}"
|
709 |
msgstr ""
|
710 |
|
@@ -837,8 +842,8 @@ msgstr "A részleteket add meg kérlek"
|
|
837 |
msgid "Selected record deleted."
|
838 |
msgstr "Sikeresen törölve"
|
839 |
|
840 |
-
#: ../notification/notification-show.php:52 ../
|
841 |
-
#: classes/es-register.php:172
|
842 |
msgid "Post Notifications"
|
843 |
msgstr "Új bejegyzés értesítés"
|
844 |
|
@@ -1003,7 +1008,7 @@ msgstr "Teljes méretű kép"
|
|
1003 |
msgid "Medium Size"
|
1004 |
msgstr "Közepes méretű kép"
|
1005 |
|
1006 |
-
#: ../settings/settings-edit.php:123 ../classes/es-register.php:
|
1007 |
msgid "Thumbnail"
|
1008 |
msgstr "Bélyegkép"
|
1009 |
|
@@ -1028,12 +1033,12 @@ msgstr ""
|
|
1028 |
"állítsuk \"IGEN\"-re. "
|
1029 |
|
1030 |
#: ../settings/settings-edit.php:142 ../settings/settings-edit.php:217 ..
|
1031 |
-
#: subscribers/view-subscriber-sync.php:107 ../classes/es-register.php:
|
1032 |
msgid "YES"
|
1033 |
msgstr "Igen"
|
1034 |
|
1035 |
#: ../settings/settings-edit.php:143 ../settings/settings-edit.php:218 ..
|
1036 |
-
#: subscribers/view-subscriber-sync.php:106 ../classes/es-register.php:
|
1037 |
msgid "NO"
|
1038 |
msgstr "Nem"
|
1039 |
|
@@ -1111,8 +1116,8 @@ msgstr "Adminisztrátor/Szerkesztő/Szerző/Közreműködő"
|
|
1111 |
msgid "Post Notifications Menu"
|
1112 |
msgstr "Új bejegyzésről értesítés"
|
1113 |
|
1114 |
-
#: ../settings/settings-edit.php:324 ../
|
1115 |
-
#: register.php:174 ../classes/es-register.php:175
|
1116 |
msgid "Newsletters"
|
1117 |
msgstr "Hírlevél"
|
1118 |
|
@@ -1207,7 +1212,7 @@ msgstr "Jelentés megtekintése"
|
|
1207 |
|
1208 |
#: ../sentmail/sentmail-show.php:108 ../sentmail/sentmail-show.php:121 ..
|
1209 |
#: compose/compose-edit.php:103 ../compose/compose-show.php:80 ..
|
1210 |
-
#: compose/compose-show.php:88 ../classes/es-register.php:
|
1211 |
msgid "Preview"
|
1212 |
msgstr "Előnézet"
|
1213 |
|
@@ -1531,7 +1536,7 @@ msgid "Email Address"
|
|
1531 |
msgstr "E-mail cím"
|
1532 |
|
1533 |
#: ../subscribers/view-subscriber-show.php:361 ../subscribers/view-subscriber-
|
1534 |
-
#: show.php:374 ../classes/es-register.php:
|
1535 |
msgid "Name"
|
1536 |
msgstr "Név"
|
1537 |
|
@@ -1717,12 +1722,12 @@ msgid "Edit Email"
|
|
1717 |
msgstr "E-mail szerkesztése"
|
1718 |
|
1719 |
#: ../compose/compose-edit.php:92 ../compose/compose-add.php:80 ../classes/es-
|
1720 |
-
#: register.php:
|
1721 |
msgid "Newsletter"
|
1722 |
msgstr "Hírlevél"
|
1723 |
|
1724 |
#: ../compose/compose-edit.php:93 ../compose/compose-add.php:81 ../classes/es-
|
1725 |
-
#: register.php:
|
1726 |
msgid "Post Notification"
|
1727 |
msgstr "Értesítés az új bejegyzésről"
|
1728 |
|
@@ -1735,7 +1740,7 @@ msgid "Enter Content for your Email"
|
|
1735 |
msgstr "Írd be az e-mail tartalmát!"
|
1736 |
|
1737 |
#: ../compose/compose-edit.php:111 ../compose/compose-add.php:93 ../classes/es-
|
1738 |
-
#: register.php:
|
1739 |
msgid "Available Keywords"
|
1740 |
msgstr "Választható kulcsszavak"
|
1741 |
|
@@ -1788,7 +1793,7 @@ msgstr "Üdvözöljük!"
|
|
1788 |
msgid "Thanks for installing and we hope you will enjoy using Email Subscribers."
|
1789 |
msgstr "Köszönjük, hogy telepítette a bővítményünket és reméljük elégedett lesz. "
|
1790 |
|
1791 |
-
#: ../help/help.php:183 ../classes/es-register.php:
|
1792 |
#: php:38
|
1793 |
msgid "Subscribe"
|
1794 |
msgstr "Feliratkozás"
|
@@ -1806,10 +1811,10 @@ msgstr "Adományozás"
|
|
1806 |
|
1807 |
#: ../help/help.php:288 ../help/help.php:299 ../help/help.php:302 ../help/help.
|
1808 |
#: php:314 ../help/help.php:317 ../help/help.php:320 ../help/help.php:323 ..
|
1809 |
-
#: help/help.php:
|
1810 |
-
#:
|
1811 |
-
#: help/help.php:
|
1812 |
-
#: 380 ../help/help.php:382
|
1813 |
#, php-format
|
1814 |
msgid "%s"
|
1815 |
msgstr "%s"
|
@@ -1818,10 +1823,6 @@ msgstr "%s"
|
|
1818 |
msgid "How to Add Subscription box to website?"
|
1819 |
msgstr "Hogyan lehet a feliratkozó űrlapot elhelyezni a honlapon?"
|
1820 |
|
1821 |
-
#: ../help/help.php:308
|
1822 |
-
msgid "General Plugin Settings"
|
1823 |
-
msgstr "Általános beállítások"
|
1824 |
-
|
1825 |
#: ../help/help.php:314
|
1826 |
msgid "How to Import or Export Email Addresses?"
|
1827 |
msgstr "A feliratkozók importálása és exportálása"
|
@@ -1949,11 +1950,90 @@ msgstr "<span style=\"color:#20b2aa;font-weight:bold;\">Időzített</span>"
|
|
1949 |
msgid "<span style=\"color:#993399;\">Immediately</span>"
|
1950 |
msgstr "<span style=\"color:#993399;\">Azonnal</span>"
|
1951 |
|
1952 |
-
#: ../classes/es-
|
1953 |
-
#: register.php:
|
1954 |
msgid "Email Subscribers"
|
1955 |
msgstr "Email Subscribers"
|
1956 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1957 |
#: ../classes/es-register.php:183
|
1958 |
msgid "Help & Info"
|
1959 |
msgstr "Segítség & Információ"
|
@@ -2219,86 +2299,7 @@ msgctxt "widget-page-enhanced-select"
|
|
2219 |
msgid "There was a problem with the request"
|
2220 |
msgstr "Valami hiba történt. "
|
2221 |
|
2222 |
-
#: ../classes/es-register.php:
|
2223 |
-
msgid "is getting even better!"
|
2224 |
-
msgstr "még jobb lesz!"
|
2225 |
-
|
2226 |
-
#: ../classes/es-register.php:948
|
2227 |
-
msgid "But I need you to"
|
2228 |
-
msgstr "De szükségem van arra, hogy"
|
2229 |
-
|
2230 |
-
#: ../classes/es-register.php:948
|
2231 |
-
msgid "help me prioritize"
|
2232 |
-
msgstr "segítsen sorrendet kialakítani"
|
2233 |
-
|
2234 |
-
#: ../classes/es-register.php:948
|
2235 |
-
msgid "Please send your response today."
|
2236 |
-
msgstr "kérem küldje a válaszát még ma!"
|
2237 |
-
|
2238 |
-
#: ../classes/es-register.php:955
|
2239 |
-
msgid "Here's how you use ES:"
|
2240 |
-
msgstr "Így használd az ES-t:"
|
2241 |
-
|
2242 |
-
#: ../classes/es-register.php:968
|
2243 |
-
msgid "Have "
|
2244 |
-
msgstr "Van "
|
2245 |
-
|
2246 |
-
#: ../classes/es-register.php:968
|
2247 |
-
msgid " Active Subscribers"
|
2248 |
-
msgstr " Aktív előfizető"
|
2249 |
-
|
2250 |
-
#: ../classes/es-register.php:969
|
2251 |
-
msgid "Post "
|
2252 |
-
msgstr "Bejegyzés "
|
2253 |
-
|
2254 |
-
#: ../classes/es-register.php:969
|
2255 |
-
msgid " blog per week"
|
2256 |
-
msgstr " blog hetente"
|
2257 |
-
|
2258 |
-
#: ../classes/es-register.php:1002
|
2259 |
-
msgid "How soon do you want these new features?"
|
2260 |
-
msgstr "Mikor szeretnéd ezeket az új funkciókat?"
|
2261 |
-
|
2262 |
-
#: ../classes/es-register.php:1006
|
2263 |
-
msgid "Beautiful Email Designs"
|
2264 |
-
msgstr "Gyönyörű e-mail dizájn."
|
2265 |
-
|
2266 |
-
#: ../classes/es-register.php:1007 ../classes/es-register.php:1012 ../classes/es-
|
2267 |
-
#: register.php:1017 ../classes/es-register.php:1022
|
2268 |
-
msgid "Right now!"
|
2269 |
-
msgstr "Most!"
|
2270 |
-
|
2271 |
-
#: ../classes/es-register.php:1008 ../classes/es-register.php:1013 ../classes/es-
|
2272 |
-
#: register.php:1018 ../classes/es-register.php:1023
|
2273 |
-
msgid "Soon"
|
2274 |
-
msgstr "Hamarosan"
|
2275 |
-
|
2276 |
-
#: ../classes/es-register.php:1009 ../classes/es-register.php:1014 ../classes/es-
|
2277 |
-
#: register.php:1019 ../classes/es-register.php:1024
|
2278 |
-
msgid "Later"
|
2279 |
-
msgstr "Később"
|
2280 |
-
|
2281 |
-
#: ../classes/es-register.php:1011
|
2282 |
-
msgid "Spam Check, Scheduling... (Better Email Delivery)"
|
2283 |
-
msgstr "Levélszemét ellenőrzése. Folyamatban.... (még jobb célbatalálási arány)"
|
2284 |
-
|
2285 |
-
#: ../classes/es-register.php:1016
|
2286 |
-
msgid "Discard Fake / Bouncing Emails"
|
2287 |
-
msgstr "A hamisítá levelek elvetése / Visszautasított levelek"
|
2288 |
-
|
2289 |
-
#: ../classes/es-register.php:1021
|
2290 |
-
msgid "Advanced Reporting"
|
2291 |
-
msgstr "Részletesebb jelentések"
|
2292 |
-
|
2293 |
-
#: ../classes/es-register.php:1049
|
2294 |
-
msgid "Thank you!"
|
2295 |
-
msgstr "Köszönjük!"
|
2296 |
-
|
2297 |
-
#: ../classes/es-register.php:1050
|
2298 |
-
msgid "No issues, have a nice day!"
|
2299 |
-
msgstr "Semmi probléma a mai nap!"
|
2300 |
-
|
2301 |
-
#: ../classes/es-register.php:1158
|
2302 |
msgid ""
|
2303 |
"If you like <strong>Email Subscribers</strong>, please consider leaving us a "
|
2304 |
"<a target=\"_blank\" href=\"https://wordpress.org/support/plugin/email-"
|
@@ -2310,22 +2311,22 @@ msgstr ""
|
|
2310 |
"org/support/plugin/email-subscribers/reviews/?filter=5#new-post\">★"
|
2311 |
"★★★★</a> . Köszönjük előre is. "
|
2312 |
|
2313 |
-
#: ../classes/es-register.php:
|
2314 |
msgid "Email *"
|
2315 |
msgstr "E-mail*"
|
2316 |
|
2317 |
-
#: ../classes/es-register.php:
|
2318 |
msgid "Widget Title"
|
2319 |
msgstr "Widget Cím"
|
2320 |
|
2321 |
-
#: ../classes/es-register.php:
|
2322 |
msgid "Short description about subscription form"
|
2323 |
msgstr "A feliratkozó űrlap rövid leírása"
|
2324 |
|
2325 |
-
#: ../classes/es-register.php:
|
2326 |
msgid "Display Name Field"
|
2327 |
msgstr "Feliratkozásnál kérjük a nevet is? "
|
2328 |
|
2329 |
-
#: ../classes/es-register.php:
|
2330 |
msgid "Subscriber Group"
|
2331 |
msgstr "Előfizetői csoport"
|
3 |
"Project-Id-Version: Email Subscribers & Newsletters 3.4.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: Fri Nov 17 2017 15:34:02 GMT+0530 (IST)\n"
|
7 |
"Last-Translator: admin <mansi.shah@appsmagnet.com>\n"
|
8 |
"Language-Team: StoreApps <support@storeapps.org>, Icegram <hello@icegram."
|
9 |
"com>\n"
|
408 |
msgid "How to add captcha in Subscribe form of Email Subscribers?"
|
409 |
msgstr ""
|
410 |
|
411 |
+
#: ../help/help.php:308
|
412 |
+
msgid "General Plugin Configuration"
|
413 |
+
msgstr ""
|
414 |
+
|
415 |
#: ../help/help.php:311
|
416 |
#, php-format
|
417 |
msgid "Modify %s"
|
435 |
msgid "How to change/update/translate any texts from the plugin?"
|
436 |
msgstr ""
|
437 |
|
438 |
+
#: ../help/help.php:326
|
439 |
+
msgid "How to check sent emails?"
|
440 |
msgstr ""
|
441 |
|
442 |
+
#: ../help/help.php:338
|
443 |
+
msgid "Create and Send Newsletter Emails"
|
444 |
msgstr ""
|
445 |
|
446 |
+
#: ../help/help.php:341
|
447 |
+
msgid "Keywords in the Newsletters"
|
448 |
msgstr ""
|
449 |
|
450 |
+
#: ../help/help.php:348
|
451 |
+
msgid "Create and Send Post Notification Emails when new posts are published"
|
452 |
msgstr ""
|
453 |
|
454 |
+
#: ../help/help.php:351
|
455 |
+
msgid "Keywords in the Post Notifications"
|
456 |
msgstr ""
|
457 |
|
458 |
+
#: ../help/help.php:354
|
459 |
+
msgid "Send a test post notification email to myself/testgroup"
|
460 |
msgstr ""
|
461 |
|
462 |
+
#: ../help/help.php:359
|
463 |
msgid "Cron Job Setup"
|
464 |
msgstr ""
|
465 |
|
466 |
+
#: ../help/help.php:362
|
467 |
+
msgid "What is Cron and how to Schedule Cron Emails?"
|
468 |
msgstr ""
|
469 |
|
470 |
+
#: ../help/help.php:365
|
471 |
msgid "Schedule Cron Emails in cPanel"
|
472 |
msgstr ""
|
473 |
|
474 |
+
#: ../help/help.php:368
|
475 |
msgid "Schedule Cron Emails in Parallels Plesk"
|
476 |
msgstr ""
|
477 |
|
478 |
+
#: ../help/help.php:371
|
479 |
msgid "Hosting doesn’t support Cron Jobs?"
|
480 |
msgstr ""
|
481 |
|
487 |
msgid "FAQ's"
|
488 |
msgstr ""
|
489 |
|
490 |
+
#: ../help/help.php:388
|
491 |
msgid "Want to do more? Here's how.."
|
492 |
msgstr ""
|
493 |
|
494 |
+
#: ../help/help.php:391
|
495 |
msgid "Allow Subscribers to get subscribed to any group"
|
496 |
msgstr ""
|
497 |
|
498 |
+
#: ../help/help.php:396
|
499 |
msgid "Using our free "
|
500 |
msgstr ""
|
501 |
|
502 |
+
#: ../help/help.php:397
|
503 |
msgid "Group Selector"
|
504 |
msgstr ""
|
505 |
|
506 |
+
#: ../help/help.php:398
|
507 |
msgid ""
|
508 |
"plugin, you can extend Email Subscribers Form functionality by providing an "
|
509 |
"grouping option right next to the form."
|
510 |
msgstr ""
|
511 |
|
512 |
+
#: ../help/help.php:401
|
513 |
msgid "The user can then subscribe to whichever group most appeals to them."
|
514 |
msgstr ""
|
515 |
|
516 |
+
#: ../help/help.php:404
|
517 |
msgid "For example: Subscribe either to Updates or to Offers."
|
518 |
msgstr ""
|
519 |
|
520 |
+
#: ../help/help.php:408
|
521 |
msgid "Show your subscribe form inside attractive popups"
|
522 |
msgstr ""
|
523 |
|
524 |
+
#: ../help/help.php:413
|
525 |
msgid ""
|
526 |
"Don't limit your subscriber form to a widget. Embed it within popups, hello "
|
527 |
"bars, slide-ins, sidebars, full screen popups etc."
|
528 |
msgstr ""
|
529 |
|
530 |
+
#: ../help/help.php:416
|
531 |
msgid "Using Email Subscribers you can achieve this easily with our free plugin "
|
532 |
msgstr ""
|
533 |
|
534 |
+
#: ../help/help.php:420
|
535 |
msgid ""
|
536 |
"Icegram's beautiful designs instantly capture user attention and help "
|
537 |
"increase sign-ups to your WordPress website."
|
538 |
msgstr ""
|
539 |
|
540 |
+
#: ../help/help.php:423 ../help/help.php:443
|
541 |
#, php-format
|
542 |
msgid "How to %s"
|
543 |
msgstr ""
|
544 |
|
545 |
+
#: ../help/help.php:423
|
546 |
msgid "show subscribe form inside a popup"
|
547 |
msgstr ""
|
548 |
|
549 |
+
#: ../help/help.php:427
|
550 |
msgid "Get beautiful and elegant form styles"
|
551 |
msgstr ""
|
552 |
|
553 |
+
#: ../help/help.php:433
|
554 |
msgid "Email subscribers easily integrates with another free plugin "
|
555 |
msgstr ""
|
556 |
|
557 |
+
#: ../help/help.php:434
|
558 |
msgid "Rainmaker"
|
559 |
msgstr ""
|
560 |
|
561 |
+
#: ../help/help.php:437
|
562 |
msgid ""
|
563 |
"Rainmaker extends the core features of Email Subscribers and provides "
|
564 |
"elegant form styles."
|
565 |
msgstr ""
|
566 |
|
567 |
+
#: ../help/help.php:440
|
568 |
msgid ""
|
569 |
"These styles are well designed and beautify your subscription form making it "
|
570 |
"more appealing."
|
571 |
msgstr ""
|
572 |
|
573 |
+
#: ../help/help.php:443
|
574 |
msgid "add Rainmaker’s form in Email Subscribers"
|
575 |
msgstr ""
|
576 |
|
578 |
msgid "Email sent successfully. "
|
579 |
msgstr ""
|
580 |
|
581 |
+
#: ../classes/es-survey.php:21 ../classes/es-register.php:716 ../classes/es-offer.
|
582 |
+
#: php:72
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
583 |
msgctxt "timezone date format"
|
584 |
msgid "Y-m-d"
|
585 |
msgstr ""
|
586 |
|
587 |
+
#: ../classes/es-survey.php:245
|
588 |
msgid "Post Notifications more often than Newsletter"
|
589 |
msgstr ""
|
590 |
|
591 |
+
#: ../classes/es-survey.php:247
|
592 |
msgid "Newsletter more often than Post Notifications"
|
593 |
msgstr ""
|
594 |
|
595 |
+
#: ../classes/es-survey.php:249
|
596 |
msgid "Post Notification & Newsletter equally"
|
597 |
msgstr ""
|
598 |
|
599 |
+
#: ../classes/es-survey.php:258
|
600 |
msgid "Send emails via Cron"
|
601 |
msgstr ""
|
602 |
|
603 |
+
#: ../classes/es-survey.php:260
|
604 |
msgid "Send emails Immediately"
|
605 |
msgstr ""
|
606 |
|
607 |
+
#: ../classes/es-survey.php:267
|
608 |
msgid "Using Double Opt In"
|
609 |
msgstr ""
|
610 |
|
611 |
+
#: ../classes/es-survey.php:269
|
612 |
msgid "Using Single Opt In"
|
613 |
msgstr ""
|
614 |
|
615 |
+
#: ../classes/es-survey.php:318
|
616 |
msgid "Nah, I don't like improvements"
|
617 |
msgstr ""
|
618 |
|
619 |
+
#: ../classes/es-survey.php:324
|
620 |
msgid "Next"
|
621 |
msgstr ""
|
622 |
|
623 |
+
#: ../classes/es-register.php:168 ../classes/es-register.php:169 ../classes/es-
|
624 |
+
#: register.php:853 ../classes/es-register.php:854 ../classes/es-register.php:859
|
625 |
+
msgid "Templates"
|
626 |
+
msgstr ""
|
627 |
+
|
628 |
+
#: ../classes/es-register.php:184
|
629 |
+
msgid "<span style=\"color:#f18500;font-weight:bolder;\">Help & Info</span>"
|
630 |
+
msgstr ""
|
631 |
+
|
632 |
+
#: ../classes/es-register.php:756
|
633 |
+
msgid ""
|
634 |
+
"Compose is now changed to <b>Templates</b> and Keyword structure has been "
|
635 |
+
"simplified. All your previously created templates and keywords have been "
|
636 |
+
"automatically updated to the new structure.<br>"
|
637 |
+
msgstr ""
|
638 |
+
|
639 |
+
#: ../classes/es-register.php:757
|
640 |
+
msgid "Check all the changes "
|
641 |
+
msgstr ""
|
642 |
+
|
643 |
+
#: ../classes/es-register.php:757
|
644 |
+
msgid "No thanks, I know about it already."
|
645 |
+
msgstr ""
|
646 |
+
|
647 |
+
#: ../classes/es-register.php:844
|
648 |
#, php-format
|
649 |
msgid "Email Subscribers version: <strong>%s</strong>"
|
650 |
msgstr ""
|
651 |
|
652 |
+
#: ../classes/es-register.php:855 ../classes/es-register.php:856
|
653 |
msgid "Add new Template"
|
654 |
msgstr ""
|
655 |
|
656 |
+
#: ../classes/es-register.php:857
|
657 |
msgid "Edit Templates"
|
658 |
msgstr ""
|
659 |
|
660 |
+
#: ../classes/es-register.php:858
|
661 |
msgid "New Templates"
|
662 |
msgstr ""
|
663 |
|
664 |
+
#: ../classes/es-register.php:860
|
665 |
msgid "View Templates"
|
666 |
msgstr ""
|
667 |
|
668 |
+
#: ../classes/es-register.php:861
|
669 |
msgid "Search Templates"
|
670 |
msgstr ""
|
671 |
|
672 |
+
#: ../classes/es-register.php:862
|
673 |
msgid "No Templates found"
|
674 |
msgstr ""
|
675 |
|
676 |
+
#: ../classes/es-register.php:863
|
677 |
msgid "No Templates found in Trash"
|
678 |
msgstr ""
|
679 |
|
680 |
+
#: ../classes/es-register.php:866
|
681 |
msgid "Thumbnail (For Visual Representation only)"
|
682 |
msgstr ""
|
683 |
|
684 |
+
#: ../classes/es-register.php:867
|
685 |
msgid "Set thumbnail"
|
686 |
msgstr ""
|
687 |
|
688 |
+
#: ../classes/es-register.php:904
|
689 |
msgid "Template Type"
|
690 |
msgstr ""
|
691 |
|
692 |
+
#: ../classes/es-register.php:970
|
693 |
msgid "Available Keyword for Post Notification: {{POSTTITLE}}"
|
694 |
msgstr ""
|
695 |
|
696 |
+
#: ../classes/es-register.php:973
|
697 |
msgid "Select your Email Template Type"
|
698 |
msgstr ""
|
699 |
|
700 |
+
#: ../classes/es-register.php:1023
|
701 |
msgid "Preview Template"
|
702 |
msgstr ""
|
703 |
|
704 |
+
#: ../classes/es-register.php:1037
|
705 |
#, php-format
|
706 |
msgid ""
|
707 |
"%s for Post Notification: {{NAME}}, {{EMAIL}}, {{DATE}}, {{POSTTITLE}}, "
|
709 |
"WITHTITLE}}, {{POSTLINK-ONLY}}, {{POSTFULL}}"
|
710 |
msgstr ""
|
711 |
|
712 |
+
#: ../classes/es-register.php:1038
|
713 |
msgid "<br/><br/>Available Keywords for Newsletter: {{NAME}}, {{EMAIL}}"
|
714 |
msgstr ""
|
715 |
|
842 |
msgid "Selected record deleted."
|
843 |
msgstr "Sikeresen törölve"
|
844 |
|
845 |
+
#: ../notification/notification-show.php:52 ../help/help.php:345 ../classes/es-
|
846 |
+
#: register.php:171 ../classes/es-register.php:172
|
847 |
msgid "Post Notifications"
|
848 |
msgstr "Új bejegyzés értesítés"
|
849 |
|
1008 |
msgid "Medium Size"
|
1009 |
msgstr "Közepes méretű kép"
|
1010 |
|
1011 |
+
#: ../settings/settings-edit.php:123 ../classes/es-register.php:905
|
1012 |
msgid "Thumbnail"
|
1013 |
msgstr "Bélyegkép"
|
1014 |
|
1033 |
"állítsuk \"IGEN\"-re. "
|
1034 |
|
1035 |
#: ../settings/settings-edit.php:142 ../settings/settings-edit.php:217 ..
|
1036 |
+
#: subscribers/view-subscriber-sync.php:107 ../classes/es-register.php:1174
|
1037 |
msgid "YES"
|
1038 |
msgstr "Igen"
|
1039 |
|
1040 |
#: ../settings/settings-edit.php:143 ../settings/settings-edit.php:218 ..
|
1041 |
+
#: subscribers/view-subscriber-sync.php:106 ../classes/es-register.php:1175
|
1042 |
msgid "NO"
|
1043 |
msgstr "Nem"
|
1044 |
|
1116 |
msgid "Post Notifications Menu"
|
1117 |
msgstr "Új bejegyzésről értesítés"
|
1118 |
|
1119 |
+
#: ../settings/settings-edit.php:324 ../help/help.php:335 ../sendmail/sendmail.
|
1120 |
+
#: php:93 ../classes/es-register.php:174 ../classes/es-register.php:175
|
1121 |
msgid "Newsletters"
|
1122 |
msgstr "Hírlevél"
|
1123 |
|
1212 |
|
1213 |
#: ../sentmail/sentmail-show.php:108 ../sentmail/sentmail-show.php:121 ..
|
1214 |
#: compose/compose-edit.php:103 ../compose/compose-show.php:80 ..
|
1215 |
+
#: compose/compose-show.php:88 ../classes/es-register.php:953
|
1216 |
msgid "Preview"
|
1217 |
msgstr "Előnézet"
|
1218 |
|
1536 |
msgstr "E-mail cím"
|
1537 |
|
1538 |
#: ../subscribers/view-subscriber-show.php:361 ../subscribers/view-subscriber-
|
1539 |
+
#: show.php:374 ../classes/es-register.php:1116 ../classes/es-loadwidget.php:28
|
1540 |
msgid "Name"
|
1541 |
msgstr "Név"
|
1542 |
|
1722 |
msgstr "E-mail szerkesztése"
|
1723 |
|
1724 |
#: ../compose/compose-edit.php:92 ../compose/compose-add.php:80 ../classes/es-
|
1725 |
+
#: register.php:975
|
1726 |
msgid "Newsletter"
|
1727 |
msgstr "Hírlevél"
|
1728 |
|
1729 |
#: ../compose/compose-edit.php:93 ../compose/compose-add.php:81 ../classes/es-
|
1730 |
+
#: register.php:976
|
1731 |
msgid "Post Notification"
|
1732 |
msgstr "Értesítés az új bejegyzésről"
|
1733 |
|
1740 |
msgstr "Írd be az e-mail tartalmát!"
|
1741 |
|
1742 |
#: ../compose/compose-edit.php:111 ../compose/compose-add.php:93 ../classes/es-
|
1743 |
+
#: register.php:1037
|
1744 |
msgid "Available Keywords"
|
1745 |
msgstr "Választható kulcsszavak"
|
1746 |
|
1793 |
msgid "Thanks for installing and we hope you will enjoy using Email Subscribers."
|
1794 |
msgstr "Köszönjük, hogy telepítette a bővítményünket és reméljük elégedett lesz. "
|
1795 |
|
1796 |
+
#: ../help/help.php:183 ../classes/es-register.php:1126 ../classes/es-loadwidget.
|
1797 |
#: php:38
|
1798 |
msgid "Subscribe"
|
1799 |
msgstr "Feliratkozás"
|
1811 |
|
1812 |
#: ../help/help.php:288 ../help/help.php:299 ../help/help.php:302 ../help/help.
|
1813 |
#: php:314 ../help/help.php:317 ../help/help.php:320 ../help/help.php:323 ..
|
1814 |
+
#: help/help.php:326 ../help/help.php:338 ../help/help.php:341 ../help/help.php:
|
1815 |
+
#: 348 ../help/help.php:351 ../help/help.php:354 ../help/help.php:362 ..
|
1816 |
+
#: help/help.php:365 ../help/help.php:368 ../help/help.php:371 ../help/help.php:
|
1817 |
+
#: 377 ../help/help.php:380 ../help/help.php:382
|
1818 |
#, php-format
|
1819 |
msgid "%s"
|
1820 |
msgstr "%s"
|
1823 |
msgid "How to Add Subscription box to website?"
|
1824 |
msgstr "Hogyan lehet a feliratkozó űrlapot elhelyezni a honlapon?"
|
1825 |
|
|
|
|
|
|
|
|
|
1826 |
#: ../help/help.php:314
|
1827 |
msgid "How to Import or Export Email Addresses?"
|
1828 |
msgstr "A feliratkozók importálása és exportálása"
|
1950 |
msgid "<span style=\"color:#993399;\">Immediately</span>"
|
1951 |
msgstr "<span style=\"color:#993399;\">Azonnal</span>"
|
1952 |
|
1953 |
+
#: ../classes/es-survey.php:232 ../classes/es-register.php:162 ../classes/es-
|
1954 |
+
#: register.php:163 ../classes/es-register.php:865
|
1955 |
msgid "Email Subscribers"
|
1956 |
msgstr "Email Subscribers"
|
1957 |
|
1958 |
+
#: ../classes/es-survey.php:232
|
1959 |
+
msgid "is getting even better!"
|
1960 |
+
msgstr "még jobb lesz!"
|
1961 |
+
|
1962 |
+
#: ../classes/es-survey.php:233
|
1963 |
+
msgid "But I need you to"
|
1964 |
+
msgstr "De szükségem van arra, hogy"
|
1965 |
+
|
1966 |
+
#: ../classes/es-survey.php:233
|
1967 |
+
msgid "help me prioritize"
|
1968 |
+
msgstr "segítsen sorrendet kialakítani"
|
1969 |
+
|
1970 |
+
#: ../classes/es-survey.php:233
|
1971 |
+
msgid "Please send your response today."
|
1972 |
+
msgstr "kérem küldje a válaszát még ma!"
|
1973 |
+
|
1974 |
+
#: ../classes/es-survey.php:240
|
1975 |
+
msgid "Here's how you use ES:"
|
1976 |
+
msgstr "Így használd az ES-t:"
|
1977 |
+
|
1978 |
+
#: ../classes/es-survey.php:253
|
1979 |
+
msgid "Have "
|
1980 |
+
msgstr "Van "
|
1981 |
+
|
1982 |
+
#: ../classes/es-survey.php:253
|
1983 |
+
msgid " Active Subscribers"
|
1984 |
+
msgstr " Aktív előfizető"
|
1985 |
+
|
1986 |
+
#: ../classes/es-survey.php:254
|
1987 |
+
msgid "Post "
|
1988 |
+
msgstr "Bejegyzés "
|
1989 |
+
|
1990 |
+
#: ../classes/es-survey.php:254
|
1991 |
+
msgid " blog per week"
|
1992 |
+
msgstr " blog hetente"
|
1993 |
+
|
1994 |
+
#: ../classes/es-survey.php:287
|
1995 |
+
msgid "How soon do you want these new features?"
|
1996 |
+
msgstr "Mikor szeretnéd ezeket az új funkciókat?"
|
1997 |
+
|
1998 |
+
#: ../classes/es-survey.php:291
|
1999 |
+
msgid "Beautiful Email Designs"
|
2000 |
+
msgstr "Gyönyörű e-mail dizájn."
|
2001 |
+
|
2002 |
+
#: ../classes/es-survey.php:292 ../classes/es-survey.php:297 ../classes/es-survey.
|
2003 |
+
#: php:302 ../classes/es-survey.php:307
|
2004 |
+
msgid "Right now!"
|
2005 |
+
msgstr "Most!"
|
2006 |
+
|
2007 |
+
#: ../classes/es-survey.php:293 ../classes/es-survey.php:298 ../classes/es-survey.
|
2008 |
+
#: php:303 ../classes/es-survey.php:308
|
2009 |
+
msgid "Soon"
|
2010 |
+
msgstr "Hamarosan"
|
2011 |
+
|
2012 |
+
#: ../classes/es-survey.php:294 ../classes/es-survey.php:299 ../classes/es-survey.
|
2013 |
+
#: php:304 ../classes/es-survey.php:309
|
2014 |
+
msgid "Later"
|
2015 |
+
msgstr "Később"
|
2016 |
+
|
2017 |
+
#: ../classes/es-survey.php:296
|
2018 |
+
msgid "Spam Check, Scheduling... (Better Email Delivery)"
|
2019 |
+
msgstr "Levélszemét ellenőrzése. Folyamatban.... (még jobb célbatalálási arány)"
|
2020 |
+
|
2021 |
+
#: ../classes/es-survey.php:301
|
2022 |
+
msgid "Discard Fake / Bouncing Emails"
|
2023 |
+
msgstr "A hamisítá levelek elvetése / Visszautasított levelek"
|
2024 |
+
|
2025 |
+
#: ../classes/es-survey.php:306
|
2026 |
+
msgid "Advanced Reporting"
|
2027 |
+
msgstr "Részletesebb jelentések"
|
2028 |
+
|
2029 |
+
#: ../classes/es-survey.php:334
|
2030 |
+
msgid "Thank you!"
|
2031 |
+
msgstr "Köszönjük!"
|
2032 |
+
|
2033 |
+
#: ../classes/es-survey.php:335
|
2034 |
+
msgid "No issues, have a nice day!"
|
2035 |
+
msgstr "Semmi probléma a mai nap!"
|
2036 |
+
|
2037 |
#: ../classes/es-register.php:183
|
2038 |
msgid "Help & Info"
|
2039 |
msgstr "Segítség & Információ"
|
2299 |
msgid "There was a problem with the request"
|
2300 |
msgstr "Valami hiba történt. "
|
2301 |
|
2302 |
+
#: ../classes/es-register.php:830
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2303 |
msgid ""
|
2304 |
"If you like <strong>Email Subscribers</strong>, please consider leaving us a "
|
2305 |
"<a target=\"_blank\" href=\"https://wordpress.org/support/plugin/email-"
|
2311 |
"org/support/plugin/email-subscribers/reviews/?filter=5#new-post\">★"
|
2312 |
"★★★★</a> . Köszönjük előre is. "
|
2313 |
|
2314 |
+
#: ../classes/es-register.php:1121 ../classes/es-loadwidget.php:33
|
2315 |
msgid "Email *"
|
2316 |
msgstr "E-mail*"
|
2317 |
|
2318 |
+
#: ../classes/es-register.php:1164
|
2319 |
msgid "Widget Title"
|
2320 |
msgstr "Widget Cím"
|
2321 |
|
2322 |
+
#: ../classes/es-register.php:1168
|
2323 |
msgid "Short description about subscription form"
|
2324 |
msgstr "A feliratkozó űrlap rövid leírása"
|
2325 |
|
2326 |
+
#: ../classes/es-register.php:1172
|
2327 |
msgid "Display Name Field"
|
2328 |
msgstr "Feliratkozásnál kérjük a nevet is? "
|
2329 |
|
2330 |
+
#: ../classes/es-register.php:1179
|
2331 |
msgid "Subscriber Group"
|
2332 |
msgstr "Előfizetői csoport"
|
languages/email-subscribers-lt_LT.mo
CHANGED
Binary file
|
languages/email-subscribers-lt_LT.po
CHANGED
@@ -3,7 +3,7 @@ msgstr ""
|
|
3 |
"Project-Id-Version: Email Subscribers & Newsletters 3.4.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:
|
7 |
"Last-Translator: admin <mansi.shah@appsmagnet.com>\n"
|
8 |
"Language-Team: StoreApps <support@storeapps.org>, Icegram <hello@icegram."
|
9 |
"com>\n"
|
@@ -399,6 +399,10 @@ msgstr ""
|
|
399 |
msgid "Additional form settings"
|
400 |
msgstr ""
|
401 |
|
|
|
|
|
|
|
|
|
402 |
#: ../help/help.php:311
|
403 |
#, php-format
|
404 |
msgid "Modify %s"
|
@@ -418,43 +422,47 @@ msgstr ""
|
|
418 |
msgid "How to change/update/translate any texts from the plugin?"
|
419 |
msgstr ""
|
420 |
|
421 |
-
#: ../help/help.php:
|
422 |
-
msgid "
|
423 |
msgstr ""
|
424 |
|
425 |
-
#: ../help/help.php:
|
426 |
-
msgid "
|
427 |
msgstr ""
|
428 |
|
429 |
-
#: ../help/help.php:
|
430 |
-
msgid "
|
|
|
|
|
|
|
|
|
431 |
msgstr ""
|
432 |
|
433 |
-
#: ../help/help.php:
|
434 |
msgid "Keywords in the Post Notifications"
|
435 |
msgstr ""
|
436 |
|
437 |
-
#: ../help/help.php:
|
438 |
msgid "Send a test post notification email to myself/testgroup"
|
439 |
msgstr ""
|
440 |
|
441 |
-
#: ../help/help.php:
|
442 |
-
msgid "
|
443 |
msgstr ""
|
444 |
|
445 |
-
#: ../help/help.php:
|
446 |
-
msgid "Cron
|
447 |
msgstr ""
|
448 |
|
449 |
-
#: ../help/help.php:
|
450 |
msgid "Schedule Cron Emails in cPanel"
|
451 |
msgstr ""
|
452 |
|
453 |
-
#: ../help/help.php:
|
454 |
msgid "Schedule Cron Emails in Parallels Plesk"
|
455 |
msgstr ""
|
456 |
|
457 |
-
#: ../help/help.php:
|
458 |
msgid "Hosting doesn’t support Cron Jobs?"
|
459 |
msgstr ""
|
460 |
|
@@ -466,90 +474,90 @@ msgstr ""
|
|
466 |
msgid "FAQ's"
|
467 |
msgstr ""
|
468 |
|
469 |
-
#: ../help/help.php:
|
470 |
msgid "Want to do more? Here's how.."
|
471 |
msgstr ""
|
472 |
|
473 |
-
#: ../help/help.php:
|
474 |
msgid "Allow Subscribers to get subscribed to any group"
|
475 |
msgstr ""
|
476 |
|
477 |
-
#: ../help/help.php:
|
478 |
msgid "Using our free "
|
479 |
msgstr ""
|
480 |
|
481 |
-
#: ../help/help.php:
|
482 |
msgid "Group Selector"
|
483 |
msgstr ""
|
484 |
|
485 |
-
#: ../help/help.php:
|
486 |
msgid ""
|
487 |
"plugin, you can extend Email Subscribers Form functionality by providing an "
|
488 |
"grouping option right next to the form."
|
489 |
msgstr ""
|
490 |
|
491 |
-
#: ../help/help.php:
|
492 |
msgid "The user can then subscribe to whichever group most appeals to them."
|
493 |
msgstr ""
|
494 |
|
495 |
-
#: ../help/help.php:
|
496 |
msgid "For example: Subscribe either to Updates or to Offers."
|
497 |
msgstr ""
|
498 |
|
499 |
-
#: ../help/help.php:
|
500 |
msgid "Show your subscribe form inside attractive popups"
|
501 |
msgstr ""
|
502 |
|
503 |
-
#: ../help/help.php:
|
504 |
msgid ""
|
505 |
"Don't limit your subscriber form to a widget. Embed it within popups, hello "
|
506 |
"bars, slide-ins, sidebars, full screen popups etc."
|
507 |
msgstr ""
|
508 |
|
509 |
-
#: ../help/help.php:
|
510 |
msgid "Using Email Subscribers you can achieve this easily with our free plugin "
|
511 |
msgstr ""
|
512 |
|
513 |
-
#: ../help/help.php:
|
514 |
msgid ""
|
515 |
"Icegram's beautiful designs instantly capture user attention and help "
|
516 |
"increase sign-ups to your WordPress website."
|
517 |
msgstr ""
|
518 |
|
519 |
-
#: ../help/help.php:
|
520 |
#, php-format
|
521 |
msgid "How to %s"
|
522 |
msgstr ""
|
523 |
|
524 |
-
#: ../help/help.php:
|
525 |
msgid "show subscribe form inside a popup"
|
526 |
msgstr ""
|
527 |
|
528 |
-
#: ../help/help.php:
|
529 |
msgid "Get beautiful and elegant form styles"
|
530 |
msgstr ""
|
531 |
|
532 |
-
#: ../help/help.php:
|
533 |
msgid "Email subscribers easily integrates with another free plugin "
|
534 |
msgstr ""
|
535 |
|
536 |
-
#: ../help/help.php:
|
537 |
msgid "Rainmaker"
|
538 |
msgstr ""
|
539 |
|
540 |
-
#: ../help/help.php:
|
541 |
msgid ""
|
542 |
"Rainmaker extends the core features of Email Subscribers and provides "
|
543 |
"elegant form styles."
|
544 |
msgstr ""
|
545 |
|
546 |
-
#: ../help/help.php:
|
547 |
msgid ""
|
548 |
"These styles are well designed and beautify your subscription form making it "
|
549 |
"more appealing."
|
550 |
msgstr ""
|
551 |
|
552 |
-
#: ../help/help.php:
|
553 |
msgid "add Rainmaker’s form in Email Subscribers"
|
554 |
msgstr ""
|
555 |
|
@@ -557,121 +565,122 @@ msgstr ""
|
|
557 |
msgid "Email sent successfully. "
|
558 |
msgstr ""
|
559 |
|
560 |
-
#: ../classes/es-
|
561 |
-
#:
|
562 |
-
|
563 |
-
msgid "
|
564 |
msgstr ""
|
565 |
|
566 |
-
#: ../classes/es-
|
567 |
-
msgid "
|
568 |
msgstr ""
|
569 |
|
570 |
-
#: ../classes/es-
|
571 |
-
msgid ""
|
572 |
-
"Keyword structure has been simplified. All your previously set keywords have "
|
573 |
-
"been automatically updated to the new structure."
|
574 |
msgstr ""
|
575 |
|
576 |
-
#: ../classes/es-
|
577 |
-
msgid "
|
578 |
msgstr ""
|
579 |
|
580 |
-
#: ../classes/es-
|
581 |
-
msgid "
|
582 |
msgstr ""
|
583 |
|
584 |
-
#: ../classes/es-
|
585 |
-
|
586 |
-
msgid "Y-m-d"
|
587 |
msgstr ""
|
588 |
|
589 |
-
#: ../classes/es-
|
590 |
-
msgid "
|
591 |
msgstr ""
|
592 |
|
593 |
-
#: ../classes/es-
|
594 |
-
msgid "
|
595 |
msgstr ""
|
596 |
|
597 |
-
#: ../classes/es-register.php:
|
598 |
-
|
|
|
599 |
msgstr ""
|
600 |
|
601 |
-
#: ../classes/es-register.php:
|
602 |
-
msgid "
|
603 |
msgstr ""
|
604 |
|
605 |
-
#: ../classes/es-register.php:
|
606 |
-
msgid "
|
|
|
|
|
|
|
607 |
msgstr ""
|
608 |
|
609 |
-
#: ../classes/es-register.php:
|
610 |
-
msgid "
|
611 |
msgstr ""
|
612 |
|
613 |
-
#: ../classes/es-register.php:
|
614 |
-
msgid "
|
615 |
msgstr ""
|
616 |
|
617 |
-
#: ../classes/es-register.php:
|
618 |
#, php-format
|
619 |
msgid "Email Subscribers version: <strong>%s</strong>"
|
620 |
msgstr ""
|
621 |
|
622 |
-
#: ../classes/es-register.php:
|
623 |
msgid "Add new Template"
|
624 |
msgstr ""
|
625 |
|
626 |
-
#: ../classes/es-register.php:
|
627 |
msgid "Edit Templates"
|
628 |
msgstr ""
|
629 |
|
630 |
-
#: ../classes/es-register.php:
|
631 |
msgid "New Templates"
|
632 |
msgstr ""
|
633 |
|
634 |
-
#: ../classes/es-register.php:
|
635 |
msgid "View Templates"
|
636 |
msgstr ""
|
637 |
|
638 |
-
#: ../classes/es-register.php:
|
639 |
msgid "Search Templates"
|
640 |
msgstr ""
|
641 |
|
642 |
-
#: ../classes/es-register.php:
|
643 |
msgid "No Templates found"
|
644 |
msgstr ""
|
645 |
|
646 |
-
#: ../classes/es-register.php:
|
647 |
msgid "No Templates found in Trash"
|
648 |
msgstr ""
|
649 |
|
650 |
-
#: ../classes/es-register.php:
|
651 |
msgid "Thumbnail (For Visual Representation only)"
|
652 |
msgstr ""
|
653 |
|
654 |
-
#: ../classes/es-register.php:
|
655 |
msgid "Set thumbnail"
|
656 |
msgstr ""
|
657 |
|
658 |
-
#: ../classes/es-register.php:
|
659 |
msgid "Template Type"
|
660 |
msgstr ""
|
661 |
|
662 |
-
#: ../classes/es-register.php:
|
663 |
msgid "Available Keyword for Post Notification: {{POSTTITLE}}"
|
664 |
msgstr ""
|
665 |
|
666 |
-
#: ../classes/es-register.php:
|
667 |
msgid "Select your Email Template Type"
|
668 |
msgstr ""
|
669 |
|
670 |
-
#: ../classes/es-register.php:
|
671 |
msgid "Preview Template"
|
672 |
msgstr ""
|
673 |
|
674 |
-
#: ../classes/es-register.php:
|
675 |
#, php-format
|
676 |
msgid ""
|
677 |
"%s for Post Notification: {{NAME}}, {{EMAIL}}, {{DATE}}, {{POSTTITLE}}, "
|
@@ -679,7 +688,7 @@ msgid ""
|
|
679 |
"WITHTITLE}}, {{POSTLINK-ONLY}}, {{POSTFULL}}"
|
680 |
msgstr ""
|
681 |
|
682 |
-
#: ../classes/es-register.php:
|
683 |
msgid "<br/><br/>Available Keywords for Newsletter: {{NAME}}, {{EMAIL}}"
|
684 |
msgstr ""
|
685 |
|
@@ -814,8 +823,8 @@ msgstr "Oi, pažymėti duomenys neegzistuoja."
|
|
814 |
msgid "Selected record deleted."
|
815 |
msgstr "Pasirinktas įrašas ištrintas."
|
816 |
|
817 |
-
#: ../notification/notification-show.php:52 ../
|
818 |
-
#: classes/es-register.php:172
|
819 |
msgid "Post Notifications"
|
820 |
msgstr "Pranešimai apie įrašus"
|
821 |
|
@@ -983,7 +992,7 @@ msgstr "Visas dydis"
|
|
983 |
msgid "Medium Size"
|
984 |
msgstr "Vidutinis dydis"
|
985 |
|
986 |
-
#: ../settings/settings-edit.php:123 ../classes/es-register.php:
|
987 |
msgid "Thumbnail"
|
988 |
msgstr "Miniatiūra"
|
989 |
|
@@ -1008,12 +1017,12 @@ msgstr ""
|
|
1008 |
"turite nustatyti TAIP."
|
1009 |
|
1010 |
#: ../settings/settings-edit.php:142 ../settings/settings-edit.php:217 ..
|
1011 |
-
#: subscribers/view-subscriber-sync.php:107 ../classes/es-register.php:
|
1012 |
msgid "YES"
|
1013 |
msgstr "Taip"
|
1014 |
|
1015 |
#: ../settings/settings-edit.php:143 ../settings/settings-edit.php:218 ..
|
1016 |
-
#: subscribers/view-subscriber-sync.php:106 ../classes/es-register.php:
|
1017 |
msgid "NO"
|
1018 |
msgstr "Ne"
|
1019 |
|
@@ -1093,8 +1102,8 @@ msgstr "Administratorius/redaktorius/autorius/pagalbininkas"
|
|
1093 |
msgid "Post Notifications Menu"
|
1094 |
msgstr "Pranešimų apie įrašus meniu"
|
1095 |
|
1096 |
-
#: ../settings/settings-edit.php:324 ../
|
1097 |
-
#: register.php:174 ../classes/es-register.php:175
|
1098 |
msgid "Newsletters"
|
1099 |
msgstr "Naujienlaiškio siuntimas"
|
1100 |
|
@@ -1193,7 +1202,7 @@ msgstr "Peržiūrėti ataskaitas"
|
|
1193 |
|
1194 |
#: ../sentmail/sentmail-show.php:108 ../sentmail/sentmail-show.php:121 ..
|
1195 |
#: compose/compose-edit.php:103 ../compose/compose-show.php:80 ..
|
1196 |
-
#: compose/compose-show.php:88 ../classes/es-register.php:
|
1197 |
msgid "Preview"
|
1198 |
msgstr "Peržiūra"
|
1199 |
|
@@ -1521,7 +1530,7 @@ msgid "Email Address"
|
|
1521 |
msgstr "El. pašto adresas"
|
1522 |
|
1523 |
#: ../subscribers/view-subscriber-show.php:361 ../subscribers/view-subscriber-
|
1524 |
-
#: show.php:374 ../classes/es-register.php:
|
1525 |
msgid "Name"
|
1526 |
msgstr "Vardas"
|
1527 |
|
@@ -1709,12 +1718,12 @@ msgid "Select your Email Template"
|
|
1709 |
msgstr "Pasirinkite laiško šabloną"
|
1710 |
|
1711 |
#: ../compose/compose-edit.php:92 ../compose/compose-add.php:80 ../classes/es-
|
1712 |
-
#: register.php:
|
1713 |
msgid "Newsletter"
|
1714 |
msgstr "Naujienlaiškis"
|
1715 |
|
1716 |
#: ../compose/compose-edit.php:93 ../compose/compose-add.php:81 ../classes/es-
|
1717 |
-
#: register.php:
|
1718 |
msgid "Post Notification"
|
1719 |
msgstr "Pranešimas apie įrašą"
|
1720 |
|
@@ -1727,7 +1736,7 @@ msgid "Enter Content for your Email"
|
|
1727 |
msgstr "Įveskite laiško turinį"
|
1728 |
|
1729 |
#: ../compose/compose-edit.php:111 ../compose/compose-add.php:93 ../classes/es-
|
1730 |
-
#: register.php:
|
1731 |
msgid "Available Keywords"
|
1732 |
msgstr "Galimi raktažodžiai"
|
1733 |
|
@@ -1782,7 +1791,7 @@ msgstr ""
|
|
1782 |
"Ačiū, kad įdiegėte ir tikimės, kad jums patiks naudoti El. pašto "
|
1783 |
"prenumeratorius."
|
1784 |
|
1785 |
-
#: ../help/help.php:183 ../classes/es-register.php:
|
1786 |
#: php:38
|
1787 |
msgid "Subscribe"
|
1788 |
msgstr "Prenumeruoti"
|
@@ -1802,10 +1811,10 @@ msgstr "dovanojant mums"
|
|
1802 |
|
1803 |
#: ../help/help.php:288 ../help/help.php:299 ../help/help.php:302 ../help/help.
|
1804 |
#: php:314 ../help/help.php:317 ../help/help.php:320 ../help/help.php:323 ..
|
1805 |
-
#: help/help.php:
|
1806 |
-
#:
|
1807 |
-
#: help/help.php:
|
1808 |
-
#: 380 ../help/help.php:382
|
1809 |
#, php-format
|
1810 |
msgid "%s"
|
1811 |
msgstr "%s"
|
@@ -1822,10 +1831,6 @@ msgstr "Kaip nukreipti prenumeratorius į naują puslapį po sėkmingos registra
|
|
1822 |
msgid "How to add captcha in Subscribe form of Email Subscribers?"
|
1823 |
msgstr "Kaip pridėti captcha Email Subscribers prenumeratos formoje?"
|
1824 |
|
1825 |
-
#: ../help/help.php:308
|
1826 |
-
msgid "General Plugin Settings"
|
1827 |
-
msgstr "Bendrieji įskiepio nustatymai"
|
1828 |
-
|
1829 |
#: ../help/help.php:314
|
1830 |
msgid "How to Import or Export Email Addresses?"
|
1831 |
msgstr "Kaip importuoti ar eksportuoti el. pašto adresus?"
|
@@ -1838,10 +1843,6 @@ msgstr "Kaip pridėti ar atnaujinti esamų prenumeratorių grupę bei statusą?"
|
|
1838 |
msgid "How to add Unsubscribe link in emails?"
|
1839 |
msgstr "Kaip pridėti prenumeratos atsisakymo nuorodą laiškuose?"
|
1840 |
|
1841 |
-
#: ../help/help.php:358
|
1842 |
-
msgid "How to Schedule Cron Emails?"
|
1843 |
-
msgstr "Kaip nustatyti cron laiško siuntimo laiką?"
|
1844 |
-
|
1845 |
#: ../help/help.php:377
|
1846 |
msgid "Subscribers are not receiving Emails?"
|
1847 |
msgstr "Prenumeratoriai negauna laiškų?"
|
@@ -1965,11 +1966,98 @@ msgid "<span style=\"color:#993399;\">Immediately</span>"
|
|
1965 |
msgstr "<span style=\"color:#993399;\">Nedelsiant</span>"
|
1966 |
|
1967 |
#. Name of the plugin
|
1968 |
-
#: ../classes/es-
|
1969 |
-
#: register.php:
|
1970 |
msgid "Email Subscribers"
|
1971 |
msgstr "Email Subscribers"
|
1972 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1973 |
#: ../classes/es-register.php:183
|
1974 |
msgid "Help & Info"
|
1975 |
msgstr "Pagalba ir informacija"
|
@@ -2235,94 +2323,7 @@ msgctxt "widget-page-enhanced-select"
|
|
2235 |
msgid "There was a problem with the request"
|
2236 |
msgstr "Iškilo problema dėl užklausos"
|
2237 |
|
2238 |
-
#: ../classes/es-register.php:
|
2239 |
-
msgid "is getting even better!"
|
2240 |
-
msgstr "dar geriau!"
|
2241 |
-
|
2242 |
-
#: ../classes/es-register.php:948
|
2243 |
-
msgid "But I need you to"
|
2244 |
-
msgstr "Bet man reikia jums"
|
2245 |
-
|
2246 |
-
#: ../classes/es-register.php:948
|
2247 |
-
msgid "help me prioritize"
|
2248 |
-
msgstr "padėti man nustatyti prioritetus"
|
2249 |
-
|
2250 |
-
#: ../classes/es-register.php:948
|
2251 |
-
msgid "Please send your response today."
|
2252 |
-
msgstr "Prašome atsiųsti savo atsakymą šiandien."
|
2253 |
-
|
2254 |
-
#: ../classes/es-register.php:955
|
2255 |
-
msgid "Here's how you use ES:"
|
2256 |
-
msgstr "Štai kaip jūs naudojate ES:"
|
2257 |
-
|
2258 |
-
#: ../classes/es-register.php:968
|
2259 |
-
msgid "Have "
|
2260 |
-
msgstr "Turi"
|
2261 |
-
|
2262 |
-
#: ../classes/es-register.php:968
|
2263 |
-
msgid " Active Subscribers"
|
2264 |
-
msgstr "Aktyvūs prenumeratoriai"
|
2265 |
-
|
2266 |
-
#: ../classes/es-register.php:969
|
2267 |
-
msgid "Post "
|
2268 |
-
msgstr "Įrašas"
|
2269 |
-
|
2270 |
-
#: ../classes/es-register.php:969
|
2271 |
-
msgid " blog per week"
|
2272 |
-
msgstr "įrašų per savaitę"
|
2273 |
-
|
2274 |
-
#: ../classes/es-register.php:973
|
2275 |
-
msgid "Send emails via Cron"
|
2276 |
-
msgstr "Siųsti laiškus naudojant periodines užduotis (cron)"
|
2277 |
-
|
2278 |
-
#: ../classes/es-register.php:975
|
2279 |
-
msgid "Send emails Immediately"
|
2280 |
-
msgstr "Siųsti laiškus nedelsiant"
|
2281 |
-
|
2282 |
-
#: ../classes/es-register.php:1002
|
2283 |
-
msgid "How soon do you want these new features?"
|
2284 |
-
msgstr "Kaip greitai jūs norite šių naujų funkcijų?"
|
2285 |
-
|
2286 |
-
#: ../classes/es-register.php:1006
|
2287 |
-
msgid "Beautiful Email Designs"
|
2288 |
-
msgstr "Gražūs laiškų dizainai"
|
2289 |
-
|
2290 |
-
#: ../classes/es-register.php:1007 ../classes/es-register.php:1012 ../classes/es-
|
2291 |
-
#: register.php:1017 ../classes/es-register.php:1022
|
2292 |
-
msgid "Right now!"
|
2293 |
-
msgstr "Dabar!"
|
2294 |
-
|
2295 |
-
#: ../classes/es-register.php:1008 ../classes/es-register.php:1013 ../classes/es-
|
2296 |
-
#: register.php:1018 ../classes/es-register.php:1023
|
2297 |
-
msgid "Soon"
|
2298 |
-
msgstr "Greitai"
|
2299 |
-
|
2300 |
-
#: ../classes/es-register.php:1009 ../classes/es-register.php:1014 ../classes/es-
|
2301 |
-
#: register.php:1019 ../classes/es-register.php:1024
|
2302 |
-
msgid "Later"
|
2303 |
-
msgstr "Vėliau"
|
2304 |
-
|
2305 |
-
#: ../classes/es-register.php:1011
|
2306 |
-
msgid "Spam Check, Scheduling... (Better Email Delivery)"
|
2307 |
-
msgstr "Šlamšto tikrinimas, nustatymas... (geresnis laiškų pristatymas)"
|
2308 |
-
|
2309 |
-
#: ../classes/es-register.php:1016
|
2310 |
-
msgid "Discard Fake / Bouncing Emails"
|
2311 |
-
msgstr "Išmesti neteisingus / neveikiančius el. pašto adresus"
|
2312 |
-
|
2313 |
-
#: ../classes/es-register.php:1021
|
2314 |
-
msgid "Advanced Reporting"
|
2315 |
-
msgstr "Detalesnės ataskaitos"
|
2316 |
-
|
2317 |
-
#: ../classes/es-register.php:1049
|
2318 |
-
msgid "Thank you!"
|
2319 |
-
msgstr "Ačiū!"
|
2320 |
-
|
2321 |
-
#: ../classes/es-register.php:1050
|
2322 |
-
msgid "No issues, have a nice day!"
|
2323 |
-
msgstr "Jokių problemų, gražios dienos!"
|
2324 |
-
|
2325 |
-
#: ../classes/es-register.php:1158
|
2326 |
msgid ""
|
2327 |
"If you like <strong>Email Subscribers</strong>, please consider leaving us a "
|
2328 |
"<a target=\"_blank\" href=\"https://wordpress.org/support/plugin/email-"
|
@@ -2334,22 +2335,22 @@ msgstr ""
|
|
2334 |
"subscribers/reviews/?filter=5#new-post\">★★★★★"
|
2335 |
"</a> reitingu. Icegram dėkoja iš anksto!"
|
2336 |
|
2337 |
-
#: ../classes/es-register.php:
|
2338 |
msgid "Email *"
|
2339 |
msgstr "El. paštas *"
|
2340 |
|
2341 |
-
#: ../classes/es-register.php:
|
2342 |
msgid "Widget Title"
|
2343 |
msgstr "Valdiklio pavadinimas"
|
2344 |
|
2345 |
-
#: ../classes/es-register.php:
|
2346 |
msgid "Short description about subscription form"
|
2347 |
msgstr "Trumpas prenumeratos formos aprašymas"
|
2348 |
|
2349 |
-
#: ../classes/es-register.php:
|
2350 |
msgid "Display Name Field"
|
2351 |
msgstr "Rodyti vardo lauką"
|
2352 |
|
2353 |
-
#: ../classes/es-register.php:
|
2354 |
msgid "Subscriber Group"
|
2355 |
msgstr "Prenumeratoriaus grupė"
|
3 |
"Project-Id-Version: Email Subscribers & Newsletters 3.4.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: Fri Nov 17 2017 15:31:44 GMT+0530 (IST)\n"
|
7 |
"Last-Translator: admin <mansi.shah@appsmagnet.com>\n"
|
8 |
"Language-Team: StoreApps <support@storeapps.org>, Icegram <hello@icegram."
|
9 |
"com>\n"
|
399 |
msgid "Additional form settings"
|
400 |
msgstr ""
|
401 |
|
402 |
+
#: ../help/help.php:308
|
403 |
+
msgid "General Plugin Configuration"
|
404 |
+
msgstr ""
|
405 |
+
|
406 |
#: ../help/help.php:311
|
407 |
#, php-format
|
408 |
msgid "Modify %s"
|
422 |
msgid "How to change/update/translate any texts from the plugin?"
|
423 |
msgstr ""
|
424 |
|
425 |
+
#: ../help/help.php:326
|
426 |
+
msgid "How to check sent emails?"
|
427 |
msgstr ""
|
428 |
|
429 |
+
#: ../help/help.php:338
|
430 |
+
msgid "Create and Send Newsletter Emails"
|
431 |
msgstr ""
|
432 |
|
433 |
+
#: ../help/help.php:341
|
434 |
+
msgid "Keywords in the Newsletters"
|
435 |
+
msgstr ""
|
436 |
+
|
437 |
+
#: ../help/help.php:348
|
438 |
+
msgid "Create and Send Post Notification Emails when new posts are published"
|
439 |
msgstr ""
|
440 |
|
441 |
+
#: ../help/help.php:351
|
442 |
msgid "Keywords in the Post Notifications"
|
443 |
msgstr ""
|
444 |
|
445 |
+
#: ../help/help.php:354
|
446 |
msgid "Send a test post notification email to myself/testgroup"
|
447 |
msgstr ""
|
448 |
|
449 |
+
#: ../help/help.php:359
|
450 |
+
msgid "Cron Job Setup"
|
451 |
msgstr ""
|
452 |
|
453 |
+
#: ../help/help.php:362
|
454 |
+
msgid "What is Cron and how to Schedule Cron Emails?"
|
455 |
msgstr ""
|
456 |
|
457 |
+
#: ../help/help.php:365
|
458 |
msgid "Schedule Cron Emails in cPanel"
|
459 |
msgstr ""
|
460 |
|
461 |
+
#: ../help/help.php:368
|
462 |
msgid "Schedule Cron Emails in Parallels Plesk"
|
463 |
msgstr ""
|
464 |
|
465 |
+
#: ../help/help.php:371
|
466 |
msgid "Hosting doesn’t support Cron Jobs?"
|
467 |
msgstr ""
|
468 |
|
474 |
msgid "FAQ's"
|
475 |
msgstr ""
|
476 |
|
477 |
+
#: ../help/help.php:388
|
478 |
msgid "Want to do more? Here's how.."
|
479 |
msgstr ""
|
480 |
|
481 |
+
#: ../help/help.php:391
|
482 |
msgid "Allow Subscribers to get subscribed to any group"
|
483 |
msgstr ""
|
484 |
|
485 |
+
#: ../help/help.php:396
|
486 |
msgid "Using our free "
|
487 |
msgstr ""
|
488 |
|
489 |
+
#: ../help/help.php:397
|
490 |
msgid "Group Selector"
|
491 |
msgstr ""
|
492 |
|
493 |
+
#: ../help/help.php:398
|
494 |
msgid ""
|
495 |
"plugin, you can extend Email Subscribers Form functionality by providing an "
|
496 |
"grouping option right next to the form."
|
497 |
msgstr ""
|
498 |
|
499 |
+
#: ../help/help.php:401
|
500 |
msgid "The user can then subscribe to whichever group most appeals to them."
|
501 |
msgstr ""
|
502 |
|
503 |
+
#: ../help/help.php:404
|
504 |
msgid "For example: Subscribe either to Updates or to Offers."
|
505 |
msgstr ""
|
506 |
|
507 |
+
#: ../help/help.php:408
|
508 |
msgid "Show your subscribe form inside attractive popups"
|
509 |
msgstr ""
|
510 |
|
511 |
+
#: ../help/help.php:413
|
512 |
msgid ""
|
513 |
"Don't limit your subscriber form to a widget. Embed it within popups, hello "
|
514 |
"bars, slide-ins, sidebars, full screen popups etc."
|
515 |
msgstr ""
|
516 |
|
517 |
+
#: ../help/help.php:416
|
518 |
msgid "Using Email Subscribers you can achieve this easily with our free plugin "
|
519 |
msgstr ""
|
520 |
|
521 |
+
#: ../help/help.php:420
|
522 |
msgid ""
|
523 |
"Icegram's beautiful designs instantly capture user attention and help "
|
524 |
"increase sign-ups to your WordPress website."
|
525 |
msgstr ""
|
526 |
|
527 |
+
#: ../help/help.php:423 ../help/help.php:443
|
528 |
#, php-format
|
529 |
msgid "How to %s"
|
530 |
msgstr ""
|
531 |
|
532 |
+
#: ../help/help.php:423
|
533 |
msgid "show subscribe form inside a popup"
|
534 |
msgstr ""
|
535 |
|
536 |
+
#: ../help/help.php:427
|
537 |
msgid "Get beautiful and elegant form styles"
|
538 |
msgstr ""
|
539 |
|
540 |
+
#: ../help/help.php:433
|
541 |
msgid "Email subscribers easily integrates with another free plugin "
|
542 |
msgstr ""
|
543 |
|
544 |
+
#: ../help/help.php:434
|
545 |
msgid "Rainmaker"
|
546 |
msgstr ""
|
547 |
|
548 |
+
#: ../help/help.php:437
|
549 |
msgid ""
|
550 |
"Rainmaker extends the core features of Email Subscribers and provides "
|
551 |
"elegant form styles."
|
552 |
msgstr ""
|
553 |
|
554 |
+
#: ../help/help.php:440
|
555 |
msgid ""
|
556 |
"These styles are well designed and beautify your subscription form making it "
|
557 |
"more appealing."
|
558 |
msgstr ""
|
559 |
|
560 |
+
#: ../help/help.php:443
|
561 |
msgid "add Rainmaker’s form in Email Subscribers"
|
562 |
msgstr ""
|
563 |
|
565 |
msgid "Email sent successfully. "
|
566 |
msgstr ""
|
567 |
|
568 |
+
#: ../classes/es-survey.php:21 ../classes/es-register.php:716 ../classes/es-offer.
|
569 |
+
#: php:72
|
570 |
+
msgctxt "timezone date format"
|
571 |
+
msgid "Y-m-d"
|
572 |
msgstr ""
|
573 |
|
574 |
+
#: ../classes/es-survey.php:245
|
575 |
+
msgid "Post Notifications more often than Newsletter"
|
576 |
msgstr ""
|
577 |
|
578 |
+
#: ../classes/es-survey.php:247
|
579 |
+
msgid "Newsletter more often than Post Notifications"
|
|
|
|
|
580 |
msgstr ""
|
581 |
|
582 |
+
#: ../classes/es-survey.php:249
|
583 |
+
msgid "Post Notification & Newsletter equally"
|
584 |
msgstr ""
|
585 |
|
586 |
+
#: ../classes/es-survey.php:267
|
587 |
+
msgid "Using Double Opt In"
|
588 |
msgstr ""
|
589 |
|
590 |
+
#: ../classes/es-survey.php:269
|
591 |
+
msgid "Using Single Opt In"
|
|
|
592 |
msgstr ""
|
593 |
|
594 |
+
#: ../classes/es-survey.php:318
|
595 |
+
msgid "Nah, I don't like improvements"
|
596 |
msgstr ""
|
597 |
|
598 |
+
#: ../classes/es-survey.php:324
|
599 |
+
msgid "Next"
|
600 |
msgstr ""
|
601 |
|
602 |
+
#: ../classes/es-register.php:168 ../classes/es-register.php:169 ../classes/es-
|
603 |
+
#: register.php:853 ../classes/es-register.php:854 ../classes/es-register.php:859
|
604 |
+
msgid "Templates"
|
605 |
msgstr ""
|
606 |
|
607 |
+
#: ../classes/es-register.php:184
|
608 |
+
msgid "<span style=\"color:#f18500;font-weight:bolder;\">Help & Info</span>"
|
609 |
msgstr ""
|
610 |
|
611 |
+
#: ../classes/es-register.php:756
|
612 |
+
msgid ""
|
613 |
+
"Compose is now changed to <b>Templates</b> and Keyword structure has been "
|
614 |
+
"simplified. All your previously created templates and keywords have been "
|
615 |
+
"automatically updated to the new structure.<br>"
|
616 |
msgstr ""
|
617 |
|
618 |
+
#: ../classes/es-register.php:757
|
619 |
+
msgid "Check all the changes "
|
620 |
msgstr ""
|
621 |
|
622 |
+
#: ../classes/es-register.php:757
|
623 |
+
msgid "No thanks, I know about it already."
|
624 |
msgstr ""
|
625 |
|
626 |
+
#: ../classes/es-register.php:844
|
627 |
#, php-format
|
628 |
msgid "Email Subscribers version: <strong>%s</strong>"
|
629 |
msgstr ""
|
630 |
|
631 |
+
#: ../classes/es-register.php:855 ../classes/es-register.php:856
|
632 |
msgid "Add new Template"
|
633 |
msgstr ""
|
634 |
|
635 |
+
#: ../classes/es-register.php:857
|
636 |
msgid "Edit Templates"
|
637 |
msgstr ""
|
638 |
|
639 |
+
#: ../classes/es-register.php:858
|
640 |
msgid "New Templates"
|
641 |
msgstr ""
|
642 |
|
643 |
+
#: ../classes/es-register.php:860
|
644 |
msgid "View Templates"
|
645 |
msgstr ""
|
646 |
|
647 |
+
#: ../classes/es-register.php:861
|
648 |
msgid "Search Templates"
|
649 |
msgstr ""
|
650 |
|
651 |
+
#: ../classes/es-register.php:862
|
652 |
msgid "No Templates found"
|
653 |
msgstr ""
|
654 |
|
655 |
+
#: ../classes/es-register.php:863
|
656 |
msgid "No Templates found in Trash"
|
657 |
msgstr ""
|
658 |
|
659 |
+
#: ../classes/es-register.php:866
|
660 |
msgid "Thumbnail (For Visual Representation only)"
|
661 |
msgstr ""
|
662 |
|
663 |
+
#: ../classes/es-register.php:867
|
664 |
msgid "Set thumbnail"
|
665 |
msgstr ""
|
666 |
|
667 |
+
#: ../classes/es-register.php:904
|
668 |
msgid "Template Type"
|
669 |
msgstr ""
|
670 |
|
671 |
+
#: ../classes/es-register.php:970
|
672 |
msgid "Available Keyword for Post Notification: {{POSTTITLE}}"
|
673 |
msgstr ""
|
674 |
|
675 |
+
#: ../classes/es-register.php:973
|
676 |
msgid "Select your Email Template Type"
|
677 |
msgstr ""
|
678 |
|
679 |
+
#: ../classes/es-register.php:1023
|
680 |
msgid "Preview Template"
|
681 |
msgstr ""
|
682 |
|
683 |
+
#: ../classes/es-register.php:1037
|
684 |
#, php-format
|
685 |
msgid ""
|
686 |
"%s for Post Notification: {{NAME}}, {{EMAIL}}, {{DATE}}, {{POSTTITLE}}, "
|
688 |
"WITHTITLE}}, {{POSTLINK-ONLY}}, {{POSTFULL}}"
|
689 |
msgstr ""
|
690 |
|
691 |
+
#: ../classes/es-register.php:1038
|
692 |
msgid "<br/><br/>Available Keywords for Newsletter: {{NAME}}, {{EMAIL}}"
|
693 |
msgstr ""
|
694 |
|
823 |
msgid "Selected record deleted."
|
824 |
msgstr "Pasirinktas įrašas ištrintas."
|
825 |
|
826 |
+
#: ../notification/notification-show.php:52 ../help/help.php:345 ../classes/es-
|
827 |
+
#: register.php:171 ../classes/es-register.php:172
|
828 |
msgid "Post Notifications"
|
829 |
msgstr "Pranešimai apie įrašus"
|
830 |
|
992 |
msgid "Medium Size"
|
993 |
msgstr "Vidutinis dydis"
|
994 |
|
995 |
+
#: ../settings/settings-edit.php:123 ../classes/es-register.php:905
|
996 |
msgid "Thumbnail"
|
997 |
msgstr "Miniatiūra"
|
998 |
|
1017 |
"turite nustatyti TAIP."
|
1018 |
|
1019 |
#: ../settings/settings-edit.php:142 ../settings/settings-edit.php:217 ..
|
1020 |
+
#: subscribers/view-subscriber-sync.php:107 ../classes/es-register.php:1174
|
1021 |
msgid "YES"
|
1022 |
msgstr "Taip"
|
1023 |
|
1024 |
#: ../settings/settings-edit.php:143 ../settings/settings-edit.php:218 ..
|
1025 |
+
#: subscribers/view-subscriber-sync.php:106 ../classes/es-register.php:1175
|
1026 |
msgid "NO"
|
1027 |
msgstr "Ne"
|
1028 |
|
1102 |
msgid "Post Notifications Menu"
|
1103 |
msgstr "Pranešimų apie įrašus meniu"
|
1104 |
|
1105 |
+
#: ../settings/settings-edit.php:324 ../help/help.php:335 ../sendmail/sendmail.
|
1106 |
+
#: php:93 ../classes/es-register.php:174 ../classes/es-register.php:175
|
1107 |
msgid "Newsletters"
|
1108 |
msgstr "Naujienlaiškio siuntimas"
|
1109 |
|
1202 |
|
1203 |
#: ../sentmail/sentmail-show.php:108 ../sentmail/sentmail-show.php:121 ..
|
1204 |
#: compose/compose-edit.php:103 ../compose/compose-show.php:80 ..
|
1205 |
+
#: compose/compose-show.php:88 ../classes/es-register.php:953
|
1206 |
msgid "Preview"
|
1207 |
msgstr "Peržiūra"
|
1208 |
|
1530 |
msgstr "El. pašto adresas"
|
1531 |
|
1532 |
#: ../subscribers/view-subscriber-show.php:361 ../subscribers/view-subscriber-
|
1533 |
+
#: show.php:374 ../classes/es-register.php:1116 ../classes/es-loadwidget.php:28
|
1534 |
msgid "Name"
|
1535 |
msgstr "Vardas"
|
1536 |
|
1718 |
msgstr "Pasirinkite laiško šabloną"
|
1719 |
|
1720 |
#: ../compose/compose-edit.php:92 ../compose/compose-add.php:80 ../classes/es-
|
1721 |
+
#: register.php:975
|
1722 |
msgid "Newsletter"
|
1723 |
msgstr "Naujienlaiškis"
|
1724 |
|
1725 |
#: ../compose/compose-edit.php:93 ../compose/compose-add.php:81 ../classes/es-
|
1726 |
+
#: register.php:976
|
1727 |
msgid "Post Notification"
|
1728 |
msgstr "Pranešimas apie įrašą"
|
1729 |
|
1736 |
msgstr "Įveskite laiško turinį"
|
1737 |
|
1738 |
#: ../compose/compose-edit.php:111 ../compose/compose-add.php:93 ../classes/es-
|
1739 |
+
#: register.php:1037
|
1740 |
msgid "Available Keywords"
|
1741 |
msgstr "Galimi raktažodžiai"
|
1742 |
|
1791 |
"Ačiū, kad įdiegėte ir tikimės, kad jums patiks naudoti El. pašto "
|
1792 |
"prenumeratorius."
|
1793 |
|
1794 |
+
#: ../help/help.php:183 ../classes/es-register.php:1126 ../classes/es-loadwidget.
|
1795 |
#: php:38
|
1796 |
msgid "Subscribe"
|
1797 |
msgstr "Prenumeruoti"
|
1811 |
|
1812 |
#: ../help/help.php:288 ../help/help.php:299 ../help/help.php:302 ../help/help.
|
1813 |
#: php:314 ../help/help.php:317 ../help/help.php:320 ../help/help.php:323 ..
|
1814 |
+
#: help/help.php:326 ../help/help.php:338 ../help/help.php:341 ../help/help.php:
|
1815 |
+
#: 348 ../help/help.php:351 ../help/help.php:354 ../help/help.php:362 ..
|
1816 |
+
#: help/help.php:365 ../help/help.php:368 ../help/help.php:371 ../help/help.php:
|
1817 |
+
#: 377 ../help/help.php:380 ../help/help.php:382
|
1818 |
#, php-format
|
1819 |
msgid "%s"
|
1820 |
msgstr "%s"
|
1831 |
msgid "How to add captcha in Subscribe form of Email Subscribers?"
|
1832 |
msgstr "Kaip pridėti captcha Email Subscribers prenumeratos formoje?"
|
1833 |
|
|
|
|
|
|
|
|
|
1834 |
#: ../help/help.php:314
|
1835 |
msgid "How to Import or Export Email Addresses?"
|
1836 |
msgstr "Kaip importuoti ar eksportuoti el. pašto adresus?"
|
1843 |
msgid "How to add Unsubscribe link in emails?"
|
1844 |
msgstr "Kaip pridėti prenumeratos atsisakymo nuorodą laiškuose?"
|
1845 |
|
|
|
|
|
|
|
|
|
1846 |
#: ../help/help.php:377
|
1847 |
msgid "Subscribers are not receiving Emails?"
|
1848 |
msgstr "Prenumeratoriai negauna laiškų?"
|
1966 |
msgstr "<span style=\"color:#993399;\">Nedelsiant</span>"
|
1967 |
|
1968 |
#. Name of the plugin
|
1969 |
+
#: ../classes/es-survey.php:232 ../classes/es-register.php:162 ../classes/es-
|
1970 |
+
#: register.php:163 ../classes/es-register.php:865
|
1971 |
msgid "Email Subscribers"
|
1972 |
msgstr "Email Subscribers"
|
1973 |
|
1974 |
+
#: ../classes/es-survey.php:232
|
1975 |
+
msgid "is getting even better!"
|
1976 |
+
msgstr "dar geriau!"
|
1977 |
+
|
1978 |
+
#: ../classes/es-survey.php:233
|
1979 |
+
msgid "But I need you to"
|
1980 |
+
msgstr "Bet man reikia jums"
|
1981 |
+
|
1982 |
+
#: ../classes/es-survey.php:233
|
1983 |
+
msgid "help me prioritize"
|
1984 |
+
msgstr "padėti man nustatyti prioritetus"
|
1985 |
+
|
1986 |
+
#: ../classes/es-survey.php:233
|
1987 |
+
msgid "Please send your response today."
|
1988 |
+
msgstr "Prašome atsiųsti savo atsakymą šiandien."
|
1989 |
+
|
1990 |
+
#: ../classes/es-survey.php:240
|
1991 |
+
msgid "Here's how you use ES:"
|
1992 |
+
msgstr "Štai kaip jūs naudojate ES:"
|
1993 |
+
|
1994 |
+
#: ../classes/es-survey.php:253
|
1995 |
+
msgid "Have "
|
1996 |
+
msgstr "Turi"
|
1997 |
+
|
1998 |
+
#: ../classes/es-survey.php:253
|
1999 |
+
msgid " Active Subscribers"
|
2000 |
+
msgstr "Aktyvūs prenumeratoriai"
|
2001 |
+
|
2002 |
+
#: ../classes/es-survey.php:254
|
2003 |
+
msgid "Post "
|
2004 |
+
msgstr "Įrašas"
|
2005 |
+
|
2006 |
+
#: ../classes/es-survey.php:254
|
2007 |
+
msgid " blog per week"
|
2008 |
+
msgstr "įrašų per savaitę"
|
2009 |
+
|
2010 |
+
#: ../classes/es-survey.php:258
|
2011 |
+
msgid "Send emails via Cron"
|
2012 |
+
msgstr "Siųsti laiškus naudojant periodines užduotis (cron)"
|
2013 |
+
|
2014 |
+
#: ../classes/es-survey.php:260
|
2015 |
+
msgid "Send emails Immediately"
|
2016 |
+
msgstr "Siųsti laiškus nedelsiant"
|
2017 |
+
|
2018 |
+
#: ../classes/es-survey.php:287
|
2019 |
+
msgid "How soon do you want these new features?"
|
2020 |
+
msgstr "Kaip greitai jūs norite šių naujų funkcijų?"
|
2021 |
+
|
2022 |
+
#: ../classes/es-survey.php:291
|
2023 |
+
msgid "Beautiful Email Designs"
|
2024 |
+
msgstr "Gražūs laiškų dizainai"
|
2025 |
+
|
2026 |
+
#: ../classes/es-survey.php:292 ../classes/es-survey.php:297 ../classes/es-survey.
|
2027 |
+
#: php:302 ../classes/es-survey.php:307
|
2028 |
+
msgid "Right now!"
|
2029 |
+
msgstr "Dabar!"
|
2030 |
+
|
2031 |
+
#: ../classes/es-survey.php:293 ../classes/es-survey.php:298 ../classes/es-survey.
|
2032 |
+
#: php:303 ../classes/es-survey.php:308
|
2033 |
+
msgid "Soon"
|
2034 |
+
msgstr "Greitai"
|
2035 |
+
|
2036 |
+
#: ../classes/es-survey.php:294 ../classes/es-survey.php:299 ../classes/es-survey.
|
2037 |
+
#: php:304 ../classes/es-survey.php:309
|
2038 |
+
msgid "Later"
|
2039 |
+
msgstr "Vėliau"
|
2040 |
+
|
2041 |
+
#: ../classes/es-survey.php:296
|
2042 |
+
msgid "Spam Check, Scheduling... (Better Email Delivery)"
|
2043 |
+
msgstr "Šlamšto tikrinimas, nustatymas... (geresnis laiškų pristatymas)"
|
2044 |
+
|
2045 |
+
#: ../classes/es-survey.php:301
|
2046 |
+
msgid "Discard Fake / Bouncing Emails"
|
2047 |
+
msgstr "Išmesti neteisingus / neveikiančius el. pašto adresus"
|
2048 |
+
|
2049 |
+
#: ../classes/es-survey.php:306
|
2050 |
+
msgid "Advanced Reporting"
|
2051 |
+
msgstr "Detalesnės ataskaitos"
|
2052 |
+
|
2053 |
+
#: ../classes/es-survey.php:334
|
2054 |
+
msgid "Thank you!"
|
2055 |
+
msgstr "Ačiū!"
|
2056 |
+
|
2057 |
+
#: ../classes/es-survey.php:335
|
2058 |
+
msgid "No issues, have a nice day!"
|
2059 |
+
msgstr "Jokių problemų, gražios dienos!"
|
2060 |
+
|
2061 |
#: ../classes/es-register.php:183
|
2062 |
msgid "Help & Info"
|
2063 |
msgstr "Pagalba ir informacija"
|
2323 |
msgid "There was a problem with the request"
|
2324 |
msgstr "Iškilo problema dėl užklausos"
|
2325 |
|
2326 |
+
#: ../classes/es-register.php:830
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2327 |
msgid ""
|
2328 |
"If you like <strong>Email Subscribers</strong>, please consider leaving us a "
|
2329 |
"<a target=\"_blank\" href=\"https://wordpress.org/support/plugin/email-"
|
2335 |
"subscribers/reviews/?filter=5#new-post\">★★★★★"
|
2336 |
"</a> reitingu. Icegram dėkoja iš anksto!"
|
2337 |
|
2338 |
+
#: ../classes/es-register.php:1121 ../classes/es-loadwidget.php:33
|
2339 |
msgid "Email *"
|
2340 |
msgstr "El. paštas *"
|
2341 |
|
2342 |
+
#: ../classes/es-register.php:1164
|
2343 |
msgid "Widget Title"
|
2344 |
msgstr "Valdiklio pavadinimas"
|
2345 |
|
2346 |
+
#: ../classes/es-register.php:1168
|
2347 |
msgid "Short description about subscription form"
|
2348 |
msgstr "Trumpas prenumeratos formos aprašymas"
|
2349 |
|
2350 |
+
#: ../classes/es-register.php:1172
|
2351 |
msgid "Display Name Field"
|
2352 |
msgstr "Rodyti vardo lauką"
|
2353 |
|
2354 |
+
#: ../classes/es-register.php:1179
|
2355 |
msgid "Subscriber Group"
|
2356 |
msgstr "Prenumeratoriaus grupė"
|
languages/email-subscribers-nb_NO.mo
CHANGED
Binary file
|
languages/email-subscribers-nb_NO.po
CHANGED
@@ -3,7 +3,7 @@ msgstr ""
|
|
3 |
"Project-Id-Version: Email Subscribers & Newsletters 3.4.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:
|
7 |
"Last-Translator: admin <mansi.shah@appsmagnet.com>\n"
|
8 |
"Language-Team: StoreApps <support@storeapps.org>, Icegram <hello@icegram."
|
9 |
"com>\n"
|
@@ -102,84 +102,108 @@ msgid ""
|
|
102 |
"customer will view the email content."
|
103 |
msgstr ""
|
104 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
105 |
#: ../classes/es-register.php:168 ../classes/es-register.php:169 ../classes/es-
|
106 |
-
#: register.php:
|
107 |
-
#: 1187
|
108 |
msgid "Templates"
|
109 |
msgstr ""
|
110 |
|
111 |
-
#: ../classes/es-register.php:
|
112 |
msgid ""
|
113 |
-
"
|
114 |
-
"
|
|
|
115 |
msgstr ""
|
116 |
|
117 |
-
#: ../classes/es-register.php:
|
118 |
-
msgid "Check the
|
119 |
msgstr ""
|
120 |
|
121 |
-
#: ../classes/es-register.php:
|
122 |
-
msgid "
|
123 |
msgstr ""
|
124 |
|
125 |
-
#: ../classes/es-register.php:
|
126 |
#, php-format
|
127 |
msgid "Email Subscribers version: <strong>%s</strong>"
|
128 |
msgstr ""
|
129 |
|
130 |
-
#: ../classes/es-register.php:
|
131 |
msgid "Add new Template"
|
132 |
msgstr ""
|
133 |
|
134 |
-
#: ../classes/es-register.php:
|
135 |
msgid "Edit Templates"
|
136 |
msgstr ""
|
137 |
|
138 |
-
#: ../classes/es-register.php:
|
139 |
msgid "New Templates"
|
140 |
msgstr ""
|
141 |
|
142 |
-
#: ../classes/es-register.php:
|
143 |
msgid "View Templates"
|
144 |
msgstr ""
|
145 |
|
146 |
-
#: ../classes/es-register.php:
|
147 |
msgid "Search Templates"
|
148 |
msgstr ""
|
149 |
|
150 |
-
#: ../classes/es-register.php:
|
151 |
msgid "No Templates found"
|
152 |
msgstr ""
|
153 |
|
154 |
-
#: ../classes/es-register.php:
|
155 |
msgid "No Templates found in Trash"
|
156 |
msgstr ""
|
157 |
|
158 |
-
#: ../classes/es-register.php:
|
159 |
msgid "Thumbnail (For Visual Representation only)"
|
160 |
msgstr ""
|
161 |
|
162 |
-
#: ../classes/es-register.php:
|
163 |
msgid "Set thumbnail"
|
164 |
msgstr ""
|
165 |
|
166 |
-
#: ../classes/es-register.php:
|
167 |
msgid "Template Type"
|
168 |
msgstr ""
|
169 |
|
170 |
-
#: ../classes/es-register.php:
|
171 |
msgid "Available Keyword for Post Notification: {{POSTTITLE}}"
|
172 |
msgstr ""
|
173 |
|
174 |
-
#: ../classes/es-register.php:
|
175 |
msgid "Select your Email Template Type"
|
176 |
msgstr ""
|
177 |
|
178 |
-
#: ../classes/es-register.php:
|
179 |
msgid "Preview Template"
|
180 |
msgstr ""
|
181 |
|
182 |
-
#: ../classes/es-register.php:
|
183 |
#, php-format
|
184 |
msgid ""
|
185 |
"%s for Post Notification: {{NAME}}, {{EMAIL}}, {{DATE}}, {{POSTTITLE}}, "
|
@@ -187,7 +211,7 @@ msgid ""
|
|
187 |
"WITHTITLE}}, {{POSTLINK-ONLY}}, {{POSTFULL}}"
|
188 |
msgstr ""
|
189 |
|
190 |
-
#: ../classes/es-register.php:
|
191 |
msgid "<br/><br/>Available Keywords for Newsletter: {{NAME}}, {{EMAIL}}"
|
192 |
msgstr ""
|
193 |
|
@@ -318,8 +342,8 @@ msgstr "Oops, valgte detaljer finnes ikke."
|
|
318 |
msgid "Selected record deleted."
|
319 |
msgstr "Valgte posten slettet."
|
320 |
|
321 |
-
#: ../notification/notification-show.php:52 ../
|
322 |
-
#: classes/es-register.php:172
|
323 |
msgid "Post Notifications"
|
324 |
msgstr "Varsler"
|
325 |
|
@@ -522,7 +546,7 @@ msgstr "Full størrelse"
|
|
522 |
msgid "Medium Size"
|
523 |
msgstr "Middel størrelse"
|
524 |
|
525 |
-
#: ../settings/settings-edit.php:123 ../classes/es-register.php:
|
526 |
msgid "Thumbnail"
|
527 |
msgstr "Miniatyrbilde"
|
528 |
|
@@ -549,12 +573,12 @@ msgstr ""
|
|
549 |
"til JA."
|
550 |
|
551 |
#: ../settings/settings-edit.php:142 ../settings/settings-edit.php:217 ..
|
552 |
-
#: subscribers/view-subscriber-sync.php:107 ../classes/es-register.php:
|
553 |
msgid "YES"
|
554 |
msgstr "JA"
|
555 |
|
556 |
#: ../settings/settings-edit.php:143 ../settings/settings-edit.php:218 ..
|
557 |
-
#: subscribers/view-subscriber-sync.php:106 ../classes/es-register.php:
|
558 |
msgid "NO"
|
559 |
msgstr "NEI"
|
560 |
|
@@ -742,8 +766,8 @@ msgstr "Administrator/redaktør/forfatter/bidragsyter"
|
|
742 |
msgid "Post Notifications Menu"
|
743 |
msgstr "Postvarsler Meny"
|
744 |
|
745 |
-
#: ../settings/settings-edit.php:324 ../
|
746 |
-
#: register.php:174 ../classes/es-register.php:175
|
747 |
msgid "Newsletters"
|
748 |
msgstr "Nyhetsbrev"
|
749 |
|
@@ -888,7 +912,7 @@ msgstr "Vis Rapporter"
|
|
888 |
|
889 |
#: ../sentmail/sentmail-show.php:108 ../sentmail/sentmail-show.php:121 ..
|
890 |
#: compose/compose-edit.php:103 ../compose/compose-show.php:80 ..
|
891 |
-
#: compose/compose-show.php:88 ../classes/es-register.php:
|
892 |
msgid "Preview"
|
893 |
msgstr "Forhåndsvis"
|
894 |
|
@@ -1216,7 +1240,7 @@ msgid "Email Address"
|
|
1216 |
msgstr "E-post adresse"
|
1217 |
|
1218 |
#: ../subscribers/view-subscriber-show.php:361 ../subscribers/view-subscriber-
|
1219 |
-
#: show.php:374 ../classes/es-register.php:
|
1220 |
msgid "Name"
|
1221 |
msgstr "Navn"
|
1222 |
|
@@ -1408,12 +1432,12 @@ msgid "Select your Email Template"
|
|
1408 |
msgstr "Velg e-post mal"
|
1409 |
|
1410 |
#: ../compose/compose-edit.php:92 ../compose/compose-add.php:80 ../classes/es-
|
1411 |
-
#: register.php:
|
1412 |
msgid "Newsletter"
|
1413 |
msgstr "Nyhetsbrev"
|
1414 |
|
1415 |
#: ../compose/compose-edit.php:93 ../compose/compose-add.php:81 ../classes/es-
|
1416 |
-
#: register.php:
|
1417 |
msgid "Post Notification"
|
1418 |
msgstr "Varsel"
|
1419 |
|
@@ -1442,7 +1466,7 @@ msgstr ""
|
|
1442 |
"postvarsling)"
|
1443 |
|
1444 |
#: ../compose/compose-edit.php:111 ../compose/compose-add.php:93 ../classes/es-
|
1445 |
-
#: register.php:
|
1446 |
msgid "Available Keywords"
|
1447 |
msgstr "Tilgjengelige søkeord"
|
1448 |
|
@@ -1503,7 +1527,7 @@ msgstr "Takk for installasjon og vi håper du vil like å bruke Email Subscriber
|
|
1503 |
msgid "Get more help and tips..."
|
1504 |
msgstr "Få mer hjelp og tips ..."
|
1505 |
|
1506 |
-
#: ../help/help.php:183 ../classes/es-register.php:
|
1507 |
#: php:38
|
1508 |
msgid "Subscribe"
|
1509 |
msgstr "Abonner"
|
@@ -1618,10 +1642,10 @@ msgstr "Legg til abonneringsskjema"
|
|
1618 |
|
1619 |
#: ../help/help.php:288 ../help/help.php:299 ../help/help.php:302 ../help/help.
|
1620 |
#: php:314 ../help/help.php:317 ../help/help.php:320 ../help/help.php:323 ..
|
1621 |
-
#: help/help.php:
|
1622 |
-
#:
|
1623 |
-
#: help/help.php:
|
1624 |
-
#: 380 ../help/help.php:382
|
1625 |
#, php-format
|
1626 |
msgid "%s"
|
1627 |
msgstr "%s"
|
@@ -1662,10 +1686,6 @@ msgstr ""
|
|
1662 |
msgid "How to add captcha in Subscribe form of Email Subscribers?"
|
1663 |
msgstr "Hvordan legge til captcha i abonner malen for e-abonnenter?"
|
1664 |
|
1665 |
-
#: ../help/help.php:308
|
1666 |
-
msgid "General Plugin Settings"
|
1667 |
-
msgstr "Generelle Plugin innstillinger"
|
1668 |
-
|
1669 |
#: ../help/help.php:311
|
1670 |
#, php-format
|
1671 |
msgid "Modify %s"
|
@@ -1699,47 +1719,27 @@ msgstr "Hvordan endre / oppdatere / oversette noen tekster fra plugin?"
|
|
1699 |
msgid "How to add Unsubscribe link in emails?"
|
1700 |
msgstr "Hvordan legger du til abonnements link i e-post?"
|
1701 |
|
1702 |
-
#: ../help/help.php:
|
1703 |
-
msgid "Usage"
|
1704 |
-
msgstr "Bruk"
|
1705 |
-
|
1706 |
-
#: ../help/help.php:336
|
1707 |
-
msgid "Compose and Send Newsletter Emails"
|
1708 |
-
msgstr "Hvordan skrive og sende nyhetsbrev e-postert?"
|
1709 |
-
|
1710 |
-
#: ../help/help.php:339
|
1711 |
-
msgid "Compose and Send Post Notification Emails when new posts are published"
|
1712 |
-
msgstr "Komponere og send meldingsemail til e-post når nye innlegg blir publisert"
|
1713 |
-
|
1714 |
-
#: ../help/help.php:342
|
1715 |
msgid "Keywords in the Post Notifications"
|
1716 |
msgstr "Nøkkelord i postvarsler"
|
1717 |
|
1718 |
-
#: ../help/help.php:
|
1719 |
msgid "Send a test post notification email to myself/testgroup"
|
1720 |
msgstr "Send en testmeldingsmelding til meg selv / testgruppe"
|
1721 |
|
1722 |
-
#: ../help/help.php:
|
1723 |
-
msgid "Check sent emails"
|
1724 |
-
msgstr "Sjekk sendte e-postmeldinger"
|
1725 |
-
|
1726 |
-
#: ../help/help.php:355
|
1727 |
msgid "Cron Job Setup"
|
1728 |
msgstr "Cron jobboppsett"
|
1729 |
|
1730 |
-
#: ../help/help.php:
|
1731 |
-
msgid "How to Schedule Cron Emails?"
|
1732 |
-
msgstr "Hvordan planlegger Cron E-poster?"
|
1733 |
-
|
1734 |
-
#: ../help/help.php:361
|
1735 |
msgid "Schedule Cron Emails in cPanel"
|
1736 |
msgstr "Hvordan skedulere Cron E-poster inne i cPanel?"
|
1737 |
|
1738 |
-
#: ../help/help.php:
|
1739 |
msgid "Schedule Cron Emails in Parallels Plesk"
|
1740 |
msgstr "Hvordan skedulere Cron E-poster inne i Plesk?"
|
1741 |
|
1742 |
-
#: ../help/help.php:
|
1743 |
msgid "Hosting doesn’t support Cron Jobs?"
|
1744 |
msgstr "Hva du gjør hvis Hosting ikke støtter Cron jobber?"
|
1745 |
|
@@ -1759,23 +1759,23 @@ msgstr "CSS hjelp"
|
|
1759 |
msgid "FAQ's"
|
1760 |
msgstr "Vanlige spørsmål"
|
1761 |
|
1762 |
-
#: ../help/help.php:
|
1763 |
msgid "Want to do more? Here's how.."
|
1764 |
msgstr "Vil du gjøre mer? Slik er det .."
|
1765 |
|
1766 |
-
#: ../help/help.php:
|
1767 |
msgid "Allow Subscribers to get subscribed to any group"
|
1768 |
msgstr "Tillat abonnenter å bli abonnement på en gruppe"
|
1769 |
|
1770 |
-
#: ../help/help.php:
|
1771 |
msgid "Using our free "
|
1772 |
msgstr "Bruk vår gratis"
|
1773 |
|
1774 |
-
#: ../help/help.php:
|
1775 |
msgid "Group Selector"
|
1776 |
msgstr "Gruppevelger"
|
1777 |
|
1778 |
-
#: ../help/help.php:
|
1779 |
msgid ""
|
1780 |
"plugin, you can extend Email Subscribers Form functionality by providing an "
|
1781 |
"grouping option right next to the form."
|
@@ -1783,19 +1783,19 @@ msgstr ""
|
|
1783 |
"plugin, kan du utvide E-post Abonnenter Form funksjonalitet ved å gi et "
|
1784 |
"grupperingsalternativ rett ved siden av skjemaet."
|
1785 |
|
1786 |
-
#: ../help/help.php:
|
1787 |
msgid "The user can then subscribe to whichever group most appeals to them."
|
1788 |
msgstr "Brukeren kan da abonnere på hvilken gruppe de fleste appellerer til dem."
|
1789 |
|
1790 |
-
#: ../help/help.php:
|
1791 |
msgid "For example: Subscribe either to Updates or to Offers."
|
1792 |
msgstr "For eksempel: Abonner enten på Oppdateringer eller Tilbud."
|
1793 |
|
1794 |
-
#: ../help/help.php:
|
1795 |
msgid "Show your subscribe form inside attractive popups"
|
1796 |
msgstr "Vis din abonnementskjema inne i attraktive popup-vinduer"
|
1797 |
|
1798 |
-
#: ../help/help.php:
|
1799 |
msgid ""
|
1800 |
"Don't limit your subscriber form to a widget. Embed it within popups, hello "
|
1801 |
"bars, slide-ins, sidebars, full screen popups etc."
|
@@ -1804,13 +1804,13 @@ msgstr ""
|
|
1804 |
" hei-linjer, lysbildefremvisninger, sidebjelker, fullskjermspoppopprettinger "
|
1805 |
"etc."
|
1806 |
|
1807 |
-
#: ../help/help.php:
|
1808 |
msgid "Using Email Subscribers you can achieve this easily with our free plugin "
|
1809 |
msgstr ""
|
1810 |
"Ved hjelp av e-post abonnenter kan du enkelt oppnå dette med vårt gratis "
|
1811 |
"plugin"
|
1812 |
|
1813 |
-
#: ../help/help.php:
|
1814 |
msgid ""
|
1815 |
"Icegram's beautiful designs instantly capture user attention and help "
|
1816 |
"increase sign-ups to your WordPress website."
|
@@ -1818,28 +1818,28 @@ msgstr ""
|
|
1818 |
"Icegrams vakre design tar øyeblikkelig opp brukerens oppmerksomhet og bidrar "
|
1819 |
"til å øke registreringene på WordPress-nettstedet ditt."
|
1820 |
|
1821 |
-
#: ../help/help.php:
|
1822 |
#, php-format
|
1823 |
msgid "How to %s"
|
1824 |
msgstr "Hvordan %s"
|
1825 |
|
1826 |
-
#: ../help/help.php:
|
1827 |
msgid "show subscribe form inside a popup"
|
1828 |
msgstr "vis abonnementsskjema inne i en popup"
|
1829 |
|
1830 |
-
#: ../help/help.php:
|
1831 |
msgid "Get beautiful and elegant form styles"
|
1832 |
msgstr "Få vakre og elegante formstiler"
|
1833 |
|
1834 |
-
#: ../help/help.php:
|
1835 |
msgid "Email subscribers easily integrates with another free plugin "
|
1836 |
msgstr "E-post abonnenter integreres enkelt med et annet gratis plugin"
|
1837 |
|
1838 |
-
#: ../help/help.php:
|
1839 |
msgid "Rainmaker"
|
1840 |
msgstr "Rainmaker"
|
1841 |
|
1842 |
-
#: ../help/help.php:
|
1843 |
msgid ""
|
1844 |
"Rainmaker extends the core features of Email Subscribers and provides "
|
1845 |
"elegant form styles."
|
@@ -1847,7 +1847,7 @@ msgstr ""
|
|
1847 |
"Rainmaker utvider kjernegenskapene til e-post abonnenter og gir elegante "
|
1848 |
"formstiler."
|
1849 |
|
1850 |
-
#: ../help/help.php:
|
1851 |
msgid ""
|
1852 |
"These styles are well designed and beautify your subscription form making it "
|
1853 |
"more appealing."
|
@@ -1855,7 +1855,7 @@ msgstr ""
|
|
1855 |
"Disse stilene er godt utformet og forskjønne abonnementsskjemaet ditt, noe "
|
1856 |
"som gjør det mer tiltalende."
|
1857 |
|
1858 |
-
#: ../help/help.php:
|
1859 |
msgid "add Rainmaker’s form in Email Subscribers"
|
1860 |
msgstr "legg til Rainmakers skjema i e-post abonnenter"
|
1861 |
|
@@ -1974,11 +1974,132 @@ msgstr "<span style=\"color:#20b2aa;font-weight:bold;\">via Cron</span>"
|
|
1974 |
msgid "<span style=\"color:#993399;\">Immediately</span>"
|
1975 |
msgstr "<span style=\"color:#993399;\">Umiddelbart</span>"
|
1976 |
|
1977 |
-
#: ../classes/es-
|
1978 |
-
#:
|
|
|
|
|
|
|
|
|
|
|
|
|
1979 |
msgid "Email Subscribers"
|
1980 |
msgstr "Email Subscribers"
|
1981 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1982 |
#: ../classes/es-register.php:183
|
1983 |
msgid "Help & Info"
|
1984 |
msgstr "Hjelp & Info"
|
@@ -2244,127 +2365,7 @@ msgctxt "widget-page-enhanced-select"
|
|
2244 |
msgid "There was a problem with the request"
|
2245 |
msgstr "Det oppstod et problem med forespørselen"
|
2246 |
|
2247 |
-
#: ../classes/es-register.php:
|
2248 |
-
msgctxt "timezone date format"
|
2249 |
-
msgid "Y-m-d"
|
2250 |
-
msgstr "Å-m-d"
|
2251 |
-
|
2252 |
-
#: ../classes/es-register.php:947
|
2253 |
-
msgid "is getting even better!"
|
2254 |
-
msgstr "blir enda bedre!"
|
2255 |
-
|
2256 |
-
#: ../classes/es-register.php:948
|
2257 |
-
msgid "But I need you to"
|
2258 |
-
msgstr "Jeg trenger deg til.."
|
2259 |
-
|
2260 |
-
#: ../classes/es-register.php:948
|
2261 |
-
msgid "help me prioritize"
|
2262 |
-
msgstr "hjelpe meg å prioritere"
|
2263 |
-
|
2264 |
-
#: ../classes/es-register.php:948
|
2265 |
-
msgid "Please send your response today."
|
2266 |
-
msgstr "Send din tilbakemelding i dag."
|
2267 |
-
|
2268 |
-
#: ../classes/es-register.php:955
|
2269 |
-
msgid "Here's how you use ES:"
|
2270 |
-
msgstr "Her er hvordan du bruker ES:"
|
2271 |
-
|
2272 |
-
#: ../classes/es-register.php:960
|
2273 |
-
msgid "Post Notifications more often than Newsletter"
|
2274 |
-
msgstr "Brukte innleggvarsler oftere enn nyhetsbrev"
|
2275 |
-
|
2276 |
-
#: ../classes/es-register.php:962
|
2277 |
-
msgid "Newsletter more often than Post Notifications"
|
2278 |
-
msgstr "Brukte nyhetsbrev oftere enn Post meldinger"
|
2279 |
-
|
2280 |
-
#: ../classes/es-register.php:964
|
2281 |
-
msgid "Post Notification & Newsletter equally"
|
2282 |
-
msgstr "Brukte postvarsling og nyhetsbrev likt"
|
2283 |
-
|
2284 |
-
#: ../classes/es-register.php:968
|
2285 |
-
msgid "Have "
|
2286 |
-
msgstr "Har "
|
2287 |
-
|
2288 |
-
#: ../classes/es-register.php:968
|
2289 |
-
msgid " Active Subscribers"
|
2290 |
-
msgstr " Aktive abonnenter"
|
2291 |
-
|
2292 |
-
#: ../classes/es-register.php:969
|
2293 |
-
msgid "Post "
|
2294 |
-
msgstr "Post "
|
2295 |
-
|
2296 |
-
#: ../classes/es-register.php:969
|
2297 |
-
msgid " blog per week"
|
2298 |
-
msgstr " blogg per uke"
|
2299 |
-
|
2300 |
-
#: ../classes/es-register.php:973
|
2301 |
-
msgid "Send emails via Cron"
|
2302 |
-
msgstr "Sende e-post via Cron"
|
2303 |
-
|
2304 |
-
#: ../classes/es-register.php:975
|
2305 |
-
msgid "Send emails Immediately"
|
2306 |
-
msgstr "Sende e-post umiddelbart"
|
2307 |
-
|
2308 |
-
#: ../classes/es-register.php:982
|
2309 |
-
msgid "Using Double Opt In"
|
2310 |
-
msgstr "Bruke Double Opt In"
|
2311 |
-
|
2312 |
-
#: ../classes/es-register.php:984
|
2313 |
-
msgid "Using Single Opt In"
|
2314 |
-
msgstr "Bruk Single Opt In"
|
2315 |
-
|
2316 |
-
#: ../classes/es-register.php:1002
|
2317 |
-
msgid "How soon do you want these new features?"
|
2318 |
-
msgstr "Hvor snart vil du ha disse nye funksjonene?"
|
2319 |
-
|
2320 |
-
#: ../classes/es-register.php:1006
|
2321 |
-
msgid "Beautiful Email Designs"
|
2322 |
-
msgstr "Vakkert e-post design"
|
2323 |
-
|
2324 |
-
#: ../classes/es-register.php:1007 ../classes/es-register.php:1012 ../classes/es-
|
2325 |
-
#: register.php:1017 ../classes/es-register.php:1022
|
2326 |
-
msgid "Right now!"
|
2327 |
-
msgstr "Akkurat nå!"
|
2328 |
-
|
2329 |
-
#: ../classes/es-register.php:1008 ../classes/es-register.php:1013 ../classes/es-
|
2330 |
-
#: register.php:1018 ../classes/es-register.php:1023
|
2331 |
-
msgid "Soon"
|
2332 |
-
msgstr "Snart"
|
2333 |
-
|
2334 |
-
#: ../classes/es-register.php:1009 ../classes/es-register.php:1014 ../classes/es-
|
2335 |
-
#: register.php:1019 ../classes/es-register.php:1024
|
2336 |
-
msgid "Later"
|
2337 |
-
msgstr "Senere"
|
2338 |
-
|
2339 |
-
#: ../classes/es-register.php:1011
|
2340 |
-
msgid "Spam Check, Scheduling... (Better Email Delivery)"
|
2341 |
-
msgstr "Spam sjekk, planlegging... (Bedre e-post levering)"
|
2342 |
-
|
2343 |
-
#: ../classes/es-register.php:1016
|
2344 |
-
msgid "Discard Fake / Bouncing Emails"
|
2345 |
-
msgstr "Kast bort falske / hoppende e-poster"
|
2346 |
-
|
2347 |
-
#: ../classes/es-register.php:1021
|
2348 |
-
msgid "Advanced Reporting"
|
2349 |
-
msgstr "Avansert rapportering"
|
2350 |
-
|
2351 |
-
#: ../classes/es-register.php:1033
|
2352 |
-
msgid "Nah, I don't like improvements"
|
2353 |
-
msgstr "Nei, jeg liker ikke forbedringer"
|
2354 |
-
|
2355 |
-
#: ../classes/es-register.php:1039
|
2356 |
-
msgid "Next"
|
2357 |
-
msgstr "Neste"
|
2358 |
-
|
2359 |
-
#: ../classes/es-register.php:1049
|
2360 |
-
msgid "Thank you!"
|
2361 |
-
msgstr "Takk!"
|
2362 |
-
|
2363 |
-
#: ../classes/es-register.php:1050
|
2364 |
-
msgid "No issues, have a nice day!"
|
2365 |
-
msgstr "Ingen problemer, har en fin dag!"
|
2366 |
-
|
2367 |
-
#: ../classes/es-register.php:1158
|
2368 |
msgid ""
|
2369 |
"If you like <strong>Email Subscribers</strong>, please consider leaving us a "
|
2370 |
"<a target=\"_blank\" href=\"https://wordpress.org/support/plugin/email-"
|
@@ -2376,22 +2377,22 @@ msgstr ""
|
|
2376 |
"subscribers/reviews/?filter=5#new-post\">★★★★★</a> en vurdering. En stor takk "
|
2377 |
"fra Icegram!"
|
2378 |
|
2379 |
-
#: ../classes/es-register.php:
|
2380 |
msgid "Email *"
|
2381 |
msgstr "E-post *"
|
2382 |
|
2383 |
-
#: ../classes/es-register.php:
|
2384 |
msgid "Widget Title"
|
2385 |
msgstr "Widget tittel"
|
2386 |
|
2387 |
-
#: ../classes/es-register.php:
|
2388 |
msgid "Short description about subscription form"
|
2389 |
msgstr "Kort beskrivelse av ditt abonnement skjema"
|
2390 |
|
2391 |
-
#: ../classes/es-register.php:
|
2392 |
msgid "Display Name Field"
|
2393 |
msgstr "Vis Navnefelt"
|
2394 |
|
2395 |
-
#: ../classes/es-register.php:
|
2396 |
msgid "Subscriber Group"
|
2397 |
msgstr "Abonnent gruppe"
|
3 |
"Project-Id-Version: Email Subscribers & Newsletters 3.4.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: Fri Nov 17 2017 15:32:24 GMT+0530 (IST)\n"
|
7 |
"Last-Translator: admin <mansi.shah@appsmagnet.com>\n"
|
8 |
"Language-Team: StoreApps <support@storeapps.org>, Icegram <hello@icegram."
|
9 |
"com>\n"
|
102 |
"customer will view the email content."
|
103 |
msgstr ""
|
104 |
|
105 |
+
#: ../help/help.php:308
|
106 |
+
msgid "General Plugin Configuration"
|
107 |
+
msgstr ""
|
108 |
+
|
109 |
+
#: ../help/help.php:326
|
110 |
+
msgid "How to check sent emails?"
|
111 |
+
msgstr ""
|
112 |
+
|
113 |
+
#: ../help/help.php:338
|
114 |
+
msgid "Create and Send Newsletter Emails"
|
115 |
+
msgstr ""
|
116 |
+
|
117 |
+
#: ../help/help.php:341
|
118 |
+
msgid "Keywords in the Newsletters"
|
119 |
+
msgstr ""
|
120 |
+
|
121 |
+
#: ../help/help.php:348
|
122 |
+
msgid "Create and Send Post Notification Emails when new posts are published"
|
123 |
+
msgstr ""
|
124 |
+
|
125 |
+
#: ../help/help.php:362
|
126 |
+
msgid "What is Cron and how to Schedule Cron Emails?"
|
127 |
+
msgstr ""
|
128 |
+
|
129 |
#: ../classes/es-register.php:168 ../classes/es-register.php:169 ../classes/es-
|
130 |
+
#: register.php:853 ../classes/es-register.php:854 ../classes/es-register.php:859
|
|
|
131 |
msgid "Templates"
|
132 |
msgstr ""
|
133 |
|
134 |
+
#: ../classes/es-register.php:756
|
135 |
msgid ""
|
136 |
+
"Compose is now changed to <b>Templates</b> and Keyword structure has been "
|
137 |
+
"simplified. All your previously created templates and keywords have been "
|
138 |
+
"automatically updated to the new structure.<br>"
|
139 |
msgstr ""
|
140 |
|
141 |
+
#: ../classes/es-register.php:757
|
142 |
+
msgid "Check all the changes "
|
143 |
msgstr ""
|
144 |
|
145 |
+
#: ../classes/es-register.php:757
|
146 |
+
msgid "No thanks, I know about it already."
|
147 |
msgstr ""
|
148 |
|
149 |
+
#: ../classes/es-register.php:844
|
150 |
#, php-format
|
151 |
msgid "Email Subscribers version: <strong>%s</strong>"
|
152 |
msgstr ""
|
153 |
|
154 |
+
#: ../classes/es-register.php:855 ../classes/es-register.php:856
|
155 |
msgid "Add new Template"
|
156 |
msgstr ""
|
157 |
|
158 |
+
#: ../classes/es-register.php:857
|
159 |
msgid "Edit Templates"
|
160 |
msgstr ""
|
161 |
|
162 |
+
#: ../classes/es-register.php:858
|
163 |
msgid "New Templates"
|
164 |
msgstr ""
|
165 |
|
166 |
+
#: ../classes/es-register.php:860
|
167 |
msgid "View Templates"
|
168 |
msgstr ""
|
169 |
|
170 |
+
#: ../classes/es-register.php:861
|
171 |
msgid "Search Templates"
|
172 |
msgstr ""
|
173 |
|
174 |
+
#: ../classes/es-register.php:862
|
175 |
msgid "No Templates found"
|
176 |
msgstr ""
|
177 |
|
178 |
+
#: ../classes/es-register.php:863
|
179 |
msgid "No Templates found in Trash"
|
180 |
msgstr ""
|
181 |
|
182 |
+
#: ../classes/es-register.php:866
|
183 |
msgid "Thumbnail (For Visual Representation only)"
|
184 |
msgstr ""
|
185 |
|
186 |
+
#: ../classes/es-register.php:867
|
187 |
msgid "Set thumbnail"
|
188 |
msgstr ""
|
189 |
|
190 |
+
#: ../classes/es-register.php:904
|
191 |
msgid "Template Type"
|
192 |
msgstr ""
|
193 |
|
194 |
+
#: ../classes/es-register.php:970
|
195 |
msgid "Available Keyword for Post Notification: {{POSTTITLE}}"
|
196 |
msgstr ""
|
197 |
|
198 |
+
#: ../classes/es-register.php:973
|
199 |
msgid "Select your Email Template Type"
|
200 |
msgstr ""
|
201 |
|
202 |
+
#: ../classes/es-register.php:1023
|
203 |
msgid "Preview Template"
|
204 |
msgstr ""
|
205 |
|
206 |
+
#: ../classes/es-register.php:1037
|
207 |
#, php-format
|
208 |
msgid ""
|
209 |
"%s for Post Notification: {{NAME}}, {{EMAIL}}, {{DATE}}, {{POSTTITLE}}, "
|
211 |
"WITHTITLE}}, {{POSTLINK-ONLY}}, {{POSTFULL}}"
|
212 |
msgstr ""
|
213 |
|
214 |
+
#: ../classes/es-register.php:1038
|
215 |
msgid "<br/><br/>Available Keywords for Newsletter: {{NAME}}, {{EMAIL}}"
|
216 |
msgstr ""
|
217 |
|
342 |
msgid "Selected record deleted."
|
343 |
msgstr "Valgte posten slettet."
|
344 |
|
345 |
+
#: ../notification/notification-show.php:52 ../help/help.php:345 ../classes/es-
|
346 |
+
#: register.php:171 ../classes/es-register.php:172
|
347 |
msgid "Post Notifications"
|
348 |
msgstr "Varsler"
|
349 |
|
546 |
msgid "Medium Size"
|
547 |
msgstr "Middel størrelse"
|
548 |
|
549 |
+
#: ../settings/settings-edit.php:123 ../classes/es-register.php:905
|
550 |
msgid "Thumbnail"
|
551 |
msgstr "Miniatyrbilde"
|
552 |
|
573 |
"til JA."
|
574 |
|
575 |
#: ../settings/settings-edit.php:142 ../settings/settings-edit.php:217 ..
|
576 |
+
#: subscribers/view-subscriber-sync.php:107 ../classes/es-register.php:1174
|
577 |
msgid "YES"
|
578 |
msgstr "JA"
|
579 |
|
580 |
#: ../settings/settings-edit.php:143 ../settings/settings-edit.php:218 ..
|
581 |
+
#: subscribers/view-subscriber-sync.php:106 ../classes/es-register.php:1175
|
582 |
msgid "NO"
|
583 |
msgstr "NEI"
|
584 |
|
766 |
msgid "Post Notifications Menu"
|
767 |
msgstr "Postvarsler Meny"
|
768 |
|
769 |
+
#: ../settings/settings-edit.php:324 ../help/help.php:335 ../sendmail/sendmail.
|
770 |
+
#: php:93 ../classes/es-register.php:174 ../classes/es-register.php:175
|
771 |
msgid "Newsletters"
|
772 |
msgstr "Nyhetsbrev"
|
773 |
|
912 |
|
913 |
#: ../sentmail/sentmail-show.php:108 ../sentmail/sentmail-show.php:121 ..
|
914 |
#: compose/compose-edit.php:103 ../compose/compose-show.php:80 ..
|
915 |
+
#: compose/compose-show.php:88 ../classes/es-register.php:953
|
916 |
msgid "Preview"
|
917 |
msgstr "Forhåndsvis"
|
918 |
|
1240 |
msgstr "E-post adresse"
|
1241 |
|
1242 |
#: ../subscribers/view-subscriber-show.php:361 ../subscribers/view-subscriber-
|
1243 |
+
#: show.php:374 ../classes/es-register.php:1116 ../classes/es-loadwidget.php:28
|
1244 |
msgid "Name"
|
1245 |
msgstr "Navn"
|
1246 |
|
1432 |
msgstr "Velg e-post mal"
|
1433 |
|
1434 |
#: ../compose/compose-edit.php:92 ../compose/compose-add.php:80 ../classes/es-
|
1435 |
+
#: register.php:975
|
1436 |
msgid "Newsletter"
|
1437 |
msgstr "Nyhetsbrev"
|
1438 |
|
1439 |
#: ../compose/compose-edit.php:93 ../compose/compose-add.php:81 ../classes/es-
|
1440 |
+
#: register.php:976
|
1441 |
msgid "Post Notification"
|
1442 |
msgstr "Varsel"
|
1443 |
|
1466 |
"postvarsling)"
|
1467 |
|
1468 |
#: ../compose/compose-edit.php:111 ../compose/compose-add.php:93 ../classes/es-
|
1469 |
+
#: register.php:1037
|
1470 |
msgid "Available Keywords"
|
1471 |
msgstr "Tilgjengelige søkeord"
|
1472 |
|
1527 |
msgid "Get more help and tips..."
|
1528 |
msgstr "Få mer hjelp og tips ..."
|
1529 |
|
1530 |
+
#: ../help/help.php:183 ../classes/es-register.php:1126 ../classes/es-loadwidget.
|
1531 |
#: php:38
|
1532 |
msgid "Subscribe"
|
1533 |
msgstr "Abonner"
|
1642 |
|
1643 |
#: ../help/help.php:288 ../help/help.php:299 ../help/help.php:302 ../help/help.
|
1644 |
#: php:314 ../help/help.php:317 ../help/help.php:320 ../help/help.php:323 ..
|
1645 |
+
#: help/help.php:326 ../help/help.php:338 ../help/help.php:341 ../help/help.php:
|
1646 |
+
#: 348 ../help/help.php:351 ../help/help.php:354 ../help/help.php:362 ..
|
1647 |
+
#: help/help.php:365 ../help/help.php:368 ../help/help.php:371 ../help/help.php:
|
1648 |
+
#: 377 ../help/help.php:380 ../help/help.php:382
|
1649 |
#, php-format
|
1650 |
msgid "%s"
|
1651 |
msgstr "%s"
|
1686 |
msgid "How to add captcha in Subscribe form of Email Subscribers?"
|
1687 |
msgstr "Hvordan legge til captcha i abonner malen for e-abonnenter?"
|
1688 |
|
|
|
|
|
|
|
|
|
1689 |
#: ../help/help.php:311
|
1690 |
#, php-format
|
1691 |
msgid "Modify %s"
|
1719 |
msgid "How to add Unsubscribe link in emails?"
|
1720 |
msgstr "Hvordan legger du til abonnements link i e-post?"
|
1721 |
|
1722 |
+
#: ../help/help.php:351
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1723 |
msgid "Keywords in the Post Notifications"
|
1724 |
msgstr "Nøkkelord i postvarsler"
|
1725 |
|
1726 |
+
#: ../help/help.php:354
|
1727 |
msgid "Send a test post notification email to myself/testgroup"
|
1728 |
msgstr "Send en testmeldingsmelding til meg selv / testgruppe"
|
1729 |
|
1730 |
+
#: ../help/help.php:359
|
|
|
|
|
|
|
|
|
1731 |
msgid "Cron Job Setup"
|
1732 |
msgstr "Cron jobboppsett"
|
1733 |
|
1734 |
+
#: ../help/help.php:365
|
|
|
|
|
|
|
|
|
1735 |
msgid "Schedule Cron Emails in cPanel"
|
1736 |
msgstr "Hvordan skedulere Cron E-poster inne i cPanel?"
|
1737 |
|
1738 |
+
#: ../help/help.php:368
|
1739 |
msgid "Schedule Cron Emails in Parallels Plesk"
|
1740 |
msgstr "Hvordan skedulere Cron E-poster inne i Plesk?"
|
1741 |
|
1742 |
+
#: ../help/help.php:371
|
1743 |
msgid "Hosting doesn’t support Cron Jobs?"
|
1744 |
msgstr "Hva du gjør hvis Hosting ikke støtter Cron jobber?"
|
1745 |
|
1759 |
msgid "FAQ's"
|
1760 |
msgstr "Vanlige spørsmål"
|
1761 |
|
1762 |
+
#: ../help/help.php:388
|
1763 |
msgid "Want to do more? Here's how.."
|
1764 |
msgstr "Vil du gjøre mer? Slik er det .."
|
1765 |
|
1766 |
+
#: ../help/help.php:391
|
1767 |
msgid "Allow Subscribers to get subscribed to any group"
|
1768 |
msgstr "Tillat abonnenter å bli abonnement på en gruppe"
|
1769 |
|
1770 |
+
#: ../help/help.php:396
|
1771 |
msgid "Using our free "
|
1772 |
msgstr "Bruk vår gratis"
|
1773 |
|
1774 |
+
#: ../help/help.php:397
|
1775 |
msgid "Group Selector"
|
1776 |
msgstr "Gruppevelger"
|
1777 |
|
1778 |
+
#: ../help/help.php:398
|
1779 |
msgid ""
|
1780 |
"plugin, you can extend Email Subscribers Form functionality by providing an "
|
1781 |
"grouping option right next to the form."
|
1783 |
"plugin, kan du utvide E-post Abonnenter Form funksjonalitet ved å gi et "
|
1784 |
"grupperingsalternativ rett ved siden av skjemaet."
|
1785 |
|
1786 |
+
#: ../help/help.php:401
|
1787 |
msgid "The user can then subscribe to whichever group most appeals to them."
|
1788 |
msgstr "Brukeren kan da abonnere på hvilken gruppe de fleste appellerer til dem."
|
1789 |
|
1790 |
+
#: ../help/help.php:404
|
1791 |
msgid "For example: Subscribe either to Updates or to Offers."
|
1792 |
msgstr "For eksempel: Abonner enten på Oppdateringer eller Tilbud."
|
1793 |
|
1794 |
+
#: ../help/help.php:408
|
1795 |
msgid "Show your subscribe form inside attractive popups"
|
1796 |
msgstr "Vis din abonnementskjema inne i attraktive popup-vinduer"
|
1797 |
|
1798 |
+
#: ../help/help.php:413
|
1799 |
msgid ""
|
1800 |
"Don't limit your subscriber form to a widget. Embed it within popups, hello "
|
1801 |
"bars, slide-ins, sidebars, full screen popups etc."
|
1804 |
" hei-linjer, lysbildefremvisninger, sidebjelker, fullskjermspoppopprettinger "
|
1805 |
"etc."
|
1806 |
|
1807 |
+
#: ../help/help.php:416
|
1808 |
msgid "Using Email Subscribers you can achieve this easily with our free plugin "
|
1809 |
msgstr ""
|
1810 |
"Ved hjelp av e-post abonnenter kan du enkelt oppnå dette med vårt gratis "
|
1811 |
"plugin"
|
1812 |
|
1813 |
+
#: ../help/help.php:420
|
1814 |
msgid ""
|
1815 |
"Icegram's beautiful designs instantly capture user attention and help "
|
1816 |
"increase sign-ups to your WordPress website."
|
1818 |
"Icegrams vakre design tar øyeblikkelig opp brukerens oppmerksomhet og bidrar "
|
1819 |
"til å øke registreringene på WordPress-nettstedet ditt."
|
1820 |
|
1821 |
+
#: ../help/help.php:423 ../help/help.php:443
|
1822 |
#, php-format
|
1823 |
msgid "How to %s"
|
1824 |
msgstr "Hvordan %s"
|
1825 |
|
1826 |
+
#: ../help/help.php:423
|
1827 |
msgid "show subscribe form inside a popup"
|
1828 |
msgstr "vis abonnementsskjema inne i en popup"
|
1829 |
|
1830 |
+
#: ../help/help.php:427
|
1831 |
msgid "Get beautiful and elegant form styles"
|
1832 |
msgstr "Få vakre og elegante formstiler"
|
1833 |
|
1834 |
+
#: ../help/help.php:433
|
1835 |
msgid "Email subscribers easily integrates with another free plugin "
|
1836 |
msgstr "E-post abonnenter integreres enkelt med et annet gratis plugin"
|
1837 |
|
1838 |
+
#: ../help/help.php:434
|
1839 |
msgid "Rainmaker"
|
1840 |
msgstr "Rainmaker"
|
1841 |
|
1842 |
+
#: ../help/help.php:437
|
1843 |
msgid ""
|
1844 |
"Rainmaker extends the core features of Email Subscribers and provides "
|
1845 |
"elegant form styles."
|
1847 |
"Rainmaker utvider kjernegenskapene til e-post abonnenter og gir elegante "
|
1848 |
"formstiler."
|
1849 |
|
1850 |
+
#: ../help/help.php:440
|
1851 |
msgid ""
|
1852 |
"These styles are well designed and beautify your subscription form making it "
|
1853 |
"more appealing."
|
1855 |
"Disse stilene er godt utformet og forskjønne abonnementsskjemaet ditt, noe "
|
1856 |
"som gjør det mer tiltalende."
|
1857 |
|
1858 |
+
#: ../help/help.php:443
|
1859 |
msgid "add Rainmaker’s form in Email Subscribers"
|
1860 |
msgstr "legg til Rainmakers skjema i e-post abonnenter"
|
1861 |
|
1974 |
msgid "<span style=\"color:#993399;\">Immediately</span>"
|
1975 |
msgstr "<span style=\"color:#993399;\">Umiddelbart</span>"
|
1976 |
|
1977 |
+
#: ../classes/es-survey.php:21 ../classes/es-register.php:716 ../classes/es-offer.
|
1978 |
+
#: php:72
|
1979 |
+
msgctxt "timezone date format"
|
1980 |
+
msgid "Y-m-d"
|
1981 |
+
msgstr "Å-m-d"
|
1982 |
+
|
1983 |
+
#: ../classes/es-survey.php:232 ../classes/es-register.php:162 ../classes/es-
|
1984 |
+
#: register.php:163 ../classes/es-register.php:865
|
1985 |
msgid "Email Subscribers"
|
1986 |
msgstr "Email Subscribers"
|
1987 |
|
1988 |
+
#: ../classes/es-survey.php:232
|
1989 |
+
msgid "is getting even better!"
|
1990 |
+
msgstr "blir enda bedre!"
|
1991 |
+
|
1992 |
+
#: ../classes/es-survey.php:233
|
1993 |
+
msgid "But I need you to"
|
1994 |
+
msgstr "Jeg trenger deg til.."
|
1995 |
+
|
1996 |
+
#: ../classes/es-survey.php:233
|
1997 |
+
msgid "help me prioritize"
|
1998 |
+
msgstr "hjelpe meg å prioritere"
|
1999 |
+
|
2000 |
+
#: ../classes/es-survey.php:233
|
2001 |
+
msgid "Please send your response today."
|
2002 |
+
msgstr "Send din tilbakemelding i dag."
|
2003 |
+
|
2004 |
+
#: ../classes/es-survey.php:240
|
2005 |
+
msgid "Here's how you use ES:"
|
2006 |
+
msgstr "Her er hvordan du bruker ES:"
|
2007 |
+
|
2008 |
+
#: ../classes/es-survey.php:245
|
2009 |
+
msgid "Post Notifications more often than Newsletter"
|
2010 |
+
msgstr "Brukte innleggvarsler oftere enn nyhetsbrev"
|
2011 |
+
|
2012 |
+
#: ../classes/es-survey.php:247
|
2013 |
+
msgid "Newsletter more often than Post Notifications"
|
2014 |
+
msgstr "Brukte nyhetsbrev oftere enn Post meldinger"
|
2015 |
+
|
2016 |
+
#: ../classes/es-survey.php:249
|
2017 |
+
msgid "Post Notification & Newsletter equally"
|
2018 |
+
msgstr "Brukte postvarsling og nyhetsbrev likt"
|
2019 |
+
|
2020 |
+
#: ../classes/es-survey.php:253
|
2021 |
+
msgid "Have "
|
2022 |
+
msgstr "Har "
|
2023 |
+
|
2024 |
+
#: ../classes/es-survey.php:253
|
2025 |
+
msgid " Active Subscribers"
|
2026 |
+
msgstr " Aktive abonnenter"
|
2027 |
+
|
2028 |
+
#: ../classes/es-survey.php:254
|
2029 |
+
msgid "Post "
|
2030 |
+
msgstr "Post "
|
2031 |
+
|
2032 |
+
#: ../classes/es-survey.php:254
|
2033 |
+
msgid " blog per week"
|
2034 |
+
msgstr " blogg per uke"
|
2035 |
+
|
2036 |
+
#: ../classes/es-survey.php:258
|
2037 |
+
msgid "Send emails via Cron"
|
2038 |
+
msgstr "Sende e-post via Cron"
|
2039 |
+
|
2040 |
+
#: ../classes/es-survey.php:260
|
2041 |
+
msgid "Send emails Immediately"
|
2042 |
+
msgstr "Sende e-post umiddelbart"
|
2043 |
+
|
2044 |
+
#: ../classes/es-survey.php:267
|
2045 |
+
msgid "Using Double Opt In"
|
2046 |
+
msgstr "Bruke Double Opt In"
|
2047 |
+
|
2048 |
+
#: ../classes/es-survey.php:269
|
2049 |
+
msgid "Using Single Opt In"
|
2050 |
+
msgstr "Bruk Single Opt In"
|
2051 |
+
|
2052 |
+
#: ../classes/es-survey.php:287
|
2053 |
+
msgid "How soon do you want these new features?"
|
2054 |
+
msgstr "Hvor snart vil du ha disse nye funksjonene?"
|
2055 |
+
|
2056 |
+
#: ../classes/es-survey.php:291
|
2057 |
+
msgid "Beautiful Email Designs"
|
2058 |
+
msgstr "Vakkert e-post design"
|
2059 |
+
|
2060 |
+
#: ../classes/es-survey.php:292 ../classes/es-survey.php:297 ../classes/es-survey.
|
2061 |
+
#: php:302 ../classes/es-survey.php:307
|
2062 |
+
msgid "Right now!"
|
2063 |
+
msgstr "Akkurat nå!"
|
2064 |
+
|
2065 |
+
#: ../classes/es-survey.php:293 ../classes/es-survey.php:298 ../classes/es-survey.
|
2066 |
+
#: php:303 ../classes/es-survey.php:308
|
2067 |
+
msgid "Soon"
|
2068 |
+
msgstr "Snart"
|
2069 |
+
|
2070 |
+
#: ../classes/es-survey.php:294 ../classes/es-survey.php:299 ../classes/es-survey.
|
2071 |
+
#: php:304 ../classes/es-survey.php:309
|
2072 |
+
msgid "Later"
|
2073 |
+
msgstr "Senere"
|
2074 |
+
|
2075 |
+
#: ../classes/es-survey.php:296
|
2076 |
+
msgid "Spam Check, Scheduling... (Better Email Delivery)"
|
2077 |
+
msgstr "Spam sjekk, planlegging... (Bedre e-post levering)"
|
2078 |
+
|
2079 |
+
#: ../classes/es-survey.php:301
|
2080 |
+
msgid "Discard Fake / Bouncing Emails"
|
2081 |
+
msgstr "Kast bort falske / hoppende e-poster"
|
2082 |
+
|
2083 |
+
#: ../classes/es-survey.php:306
|
2084 |
+
msgid "Advanced Reporting"
|
2085 |
+
msgstr "Avansert rapportering"
|
2086 |
+
|
2087 |
+
#: ../classes/es-survey.php:318
|
2088 |
+
msgid "Nah, I don't like improvements"
|
2089 |
+
msgstr "Nei, jeg liker ikke forbedringer"
|
2090 |
+
|
2091 |
+
#: ../classes/es-survey.php:324
|
2092 |
+
msgid "Next"
|
2093 |
+
msgstr "Neste"
|
2094 |
+
|
2095 |
+
#: ../classes/es-survey.php:334
|
2096 |
+
msgid "Thank you!"
|
2097 |
+
msgstr "Takk!"
|
2098 |
+
|
2099 |
+
#: ../classes/es-survey.php:335
|
2100 |
+
msgid "No issues, have a nice day!"
|
2101 |
+
msgstr "Ingen problemer, har en fin dag!"
|
2102 |
+
|
2103 |
#: ../classes/es-register.php:183
|
2104 |
msgid "Help & Info"
|
2105 |
msgstr "Hjelp & Info"
|
2365 |
msgid "There was a problem with the request"
|
2366 |
msgstr "Det oppstod et problem med forespørselen"
|
2367 |
|
2368 |
+
#: ../classes/es-register.php:830
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2369 |
msgid ""
|
2370 |
"If you like <strong>Email Subscribers</strong>, please consider leaving us a "
|
2371 |
"<a target=\"_blank\" href=\"https://wordpress.org/support/plugin/email-"
|
2377 |
"subscribers/reviews/?filter=5#new-post\">★★★★★</a> en vurdering. En stor takk "
|
2378 |
"fra Icegram!"
|
2379 |
|
2380 |
+
#: ../classes/es-register.php:1121 ../classes/es-loadwidget.php:33
|
2381 |
msgid "Email *"
|
2382 |
msgstr "E-post *"
|
2383 |
|
2384 |
+
#: ../classes/es-register.php:1164
|
2385 |
msgid "Widget Title"
|
2386 |
msgstr "Widget tittel"
|
2387 |
|
2388 |
+
#: ../classes/es-register.php:1168
|
2389 |
msgid "Short description about subscription form"
|
2390 |
msgstr "Kort beskrivelse av ditt abonnement skjema"
|
2391 |
|
2392 |
+
#: ../classes/es-register.php:1172
|
2393 |
msgid "Display Name Field"
|
2394 |
msgstr "Vis Navnefelt"
|
2395 |
|
2396 |
+
#: ../classes/es-register.php:1179
|
2397 |
msgid "Subscriber Group"
|
2398 |
msgstr "Abonnent gruppe"
|
languages/email-subscribers-pl_PL.mo
CHANGED
Binary file
|
languages/email-subscribers-pl_PL.po
CHANGED
@@ -3,7 +3,7 @@ msgstr ""
|
|
3 |
"Project-Id-Version: Email Subscribers & Newsletters 3.4.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:
|
7 |
"Last-Translator: admin <mansi.shah@appsmagnet.com>\n"
|
8 |
"Language-Team: StoreApps <support@storeapps.org>, Icegram <hello@icegram."
|
9 |
"com>\n"
|
@@ -103,97 +103,122 @@ msgid ""
|
|
103 |
"customer will view the email content."
|
104 |
msgstr ""
|
105 |
|
106 |
-
#: ../help/help.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
107 |
msgid "The user can then subscribe to whichever group most appeals to them."
|
108 |
msgstr ""
|
109 |
|
110 |
-
#: ../help/help.php:
|
111 |
msgid "Rainmaker"
|
112 |
msgstr ""
|
113 |
|
|
|
|
|
|
|
|
|
|
|
|
|
114 |
#: ../classes/es-register.php:168 ../classes/es-register.php:169 ../classes/es-
|
115 |
-
#: register.php:
|
116 |
-
#: 1187
|
117 |
msgid "Templates"
|
118 |
msgstr ""
|
119 |
|
120 |
-
#: ../classes/es-register.php:
|
121 |
msgid ""
|
122 |
-
"
|
123 |
-
"
|
|
|
124 |
msgstr ""
|
125 |
|
126 |
-
#: ../classes/es-register.php:
|
127 |
-
msgid "Check the
|
128 |
msgstr ""
|
129 |
|
130 |
-
#: ../classes/es-register.php:
|
131 |
-
msgid "
|
132 |
msgstr ""
|
133 |
|
134 |
-
#: ../classes/es-register.php:
|
135 |
-
msgctxt "timezone date format"
|
136 |
-
msgid "Y-m-d"
|
137 |
-
msgstr ""
|
138 |
-
|
139 |
-
#: ../classes/es-register.php:1172
|
140 |
#, php-format
|
141 |
msgid "Email Subscribers version: <strong>%s</strong>"
|
142 |
msgstr ""
|
143 |
|
144 |
-
#: ../classes/es-register.php:
|
145 |
msgid "Add new Template"
|
146 |
msgstr ""
|
147 |
|
148 |
-
#: ../classes/es-register.php:
|
149 |
msgid "Edit Templates"
|
150 |
msgstr ""
|
151 |
|
152 |
-
#: ../classes/es-register.php:
|
153 |
msgid "New Templates"
|
154 |
msgstr ""
|
155 |
|
156 |
-
#: ../classes/es-register.php:
|
157 |
msgid "View Templates"
|
158 |
msgstr ""
|
159 |
|
160 |
-
#: ../classes/es-register.php:
|
161 |
msgid "Search Templates"
|
162 |
msgstr ""
|
163 |
|
164 |
-
#: ../classes/es-register.php:
|
165 |
msgid "No Templates found"
|
166 |
msgstr ""
|
167 |
|
168 |
-
#: ../classes/es-register.php:
|
169 |
msgid "No Templates found in Trash"
|
170 |
msgstr ""
|
171 |
|
172 |
-
#: ../classes/es-register.php:
|
173 |
msgid "Thumbnail (For Visual Representation only)"
|
174 |
msgstr ""
|
175 |
|
176 |
-
#: ../classes/es-register.php:
|
177 |
msgid "Set thumbnail"
|
178 |
msgstr ""
|
179 |
|
180 |
-
#: ../classes/es-register.php:
|
181 |
msgid "Template Type"
|
182 |
msgstr ""
|
183 |
|
184 |
-
#: ../classes/es-register.php:
|
185 |
msgid "Available Keyword for Post Notification: {{POSTTITLE}}"
|
186 |
msgstr ""
|
187 |
|
188 |
-
#: ../classes/es-register.php:
|
189 |
msgid "Select your Email Template Type"
|
190 |
msgstr ""
|
191 |
|
192 |
-
#: ../classes/es-register.php:
|
193 |
msgid "Preview Template"
|
194 |
msgstr ""
|
195 |
|
196 |
-
#: ../classes/es-register.php:
|
197 |
#, php-format
|
198 |
msgid ""
|
199 |
"%s for Post Notification: {{NAME}}, {{EMAIL}}, {{DATE}}, {{POSTTITLE}}, "
|
@@ -201,7 +226,7 @@ msgid ""
|
|
201 |
"WITHTITLE}}, {{POSTLINK-ONLY}}, {{POSTFULL}}"
|
202 |
msgstr ""
|
203 |
|
204 |
-
#: ../classes/es-register.php:
|
205 |
msgid "<br/><br/>Available Keywords for Newsletter: {{NAME}}, {{EMAIL}}"
|
206 |
msgstr ""
|
207 |
|
@@ -213,17 +238,17 @@ msgstr ""
|
|
213 |
msgid "Sync"
|
214 |
msgstr "Synchronizuj"
|
215 |
|
216 |
-
#: ../help/help.php:
|
217 |
#, fuzzy
|
218 |
msgid "Allow Subscribers to get subscribed to any group"
|
219 |
msgstr "Zezwalaj subskrybentom na subskrybowanie jakiejkolwiek grupy"
|
220 |
|
221 |
-
#: ../help/help.php:
|
222 |
#, fuzzy
|
223 |
msgid "Using our free "
|
224 |
msgstr "Korzystając z naszej bezpłatnej "
|
225 |
|
226 |
-
#: ../help/help.php:
|
227 |
#, fuzzy
|
228 |
msgid ""
|
229 |
"plugin, you can extend Email Subscribers Form functionality by providing an "
|
@@ -232,7 +257,7 @@ msgstr ""
|
|
232 |
"wtyczki, możesz rozszerzyć funkcjonalność formularza Email Subscribers "
|
233 |
"poprzez udostępnienie opcji grupowania tuż obok formularza."
|
234 |
|
235 |
-
#: ../help/help.php:
|
236 |
#, fuzzy
|
237 |
msgid "Using Email Subscribers you can achieve this easily with our free plugin "
|
238 |
msgstr ""
|
@@ -366,8 +391,8 @@ msgstr "Ups, wybrane dane nie istnieją."
|
|
366 |
msgid "Selected record deleted."
|
367 |
msgstr "Wybrany zapis został usunięty."
|
368 |
|
369 |
-
#: ../notification/notification-show.php:52 ../
|
370 |
-
#: classes/es-register.php:172
|
371 |
msgid "Post Notifications"
|
372 |
msgstr "Powiadomienia pocztowe"
|
373 |
|
@@ -574,7 +599,7 @@ msgstr "Pełny rozmiar"
|
|
574 |
msgid "Medium Size"
|
575 |
msgstr "Średni rozmiar"
|
576 |
|
577 |
-
#: ../settings/settings-edit.php:123 ../classes/es-register.php:
|
578 |
msgid "Thumbnail"
|
579 |
msgstr "Miniatura"
|
580 |
|
@@ -603,12 +628,12 @@ msgstr ""
|
|
603 |
"opcja musi być ustawiona na YES (TAK)."
|
604 |
|
605 |
#: ../settings/settings-edit.php:142 ../settings/settings-edit.php:217 ..
|
606 |
-
#: subscribers/view-subscriber-sync.php:107 ../classes/es-register.php:
|
607 |
msgid "YES"
|
608 |
msgstr "TAK"
|
609 |
|
610 |
#: ../settings/settings-edit.php:143 ../settings/settings-edit.php:218 ..
|
611 |
-
#: subscribers/view-subscriber-sync.php:106 ../classes/es-register.php:
|
612 |
msgid "NO"
|
613 |
msgstr "NIE"
|
614 |
|
@@ -798,8 +823,8 @@ msgstr "Administrator/Edytor/Autor/Specjalista"
|
|
798 |
msgid "Post Notifications Menu"
|
799 |
msgstr "Menu Powiadomień"
|
800 |
|
801 |
-
#: ../settings/settings-edit.php:324 ../
|
802 |
-
#: register.php:174 ../classes/es-register.php:175
|
803 |
msgid "Newsletters"
|
804 |
msgstr "Biuletyny"
|
805 |
|
@@ -952,7 +977,7 @@ msgstr "Pokaż raporty"
|
|
952 |
|
953 |
#: ../sentmail/sentmail-show.php:108 ../sentmail/sentmail-show.php:121 ..
|
954 |
#: compose/compose-edit.php:103 ../compose/compose-show.php:80 ..
|
955 |
-
#: compose/compose-show.php:88 ../classes/es-register.php:
|
956 |
msgid "Preview"
|
957 |
msgstr "Podgląd"
|
958 |
|
@@ -1269,7 +1294,7 @@ msgid "Email Address"
|
|
1269 |
msgstr "Adres E-mail"
|
1270 |
|
1271 |
#: ../subscribers/view-subscriber-show.php:361 ../subscribers/view-subscriber-
|
1272 |
-
#: show.php:374 ../classes/es-register.php:
|
1273 |
msgid "Name"
|
1274 |
msgstr "Nazwa"
|
1275 |
|
@@ -1461,12 +1486,12 @@ msgid "Select your Email Template"
|
|
1461 |
msgstr "Wybierz szablon e-maila"
|
1462 |
|
1463 |
#: ../compose/compose-edit.php:92 ../compose/compose-add.php:80 ../classes/es-
|
1464 |
-
#: register.php:
|
1465 |
msgid "Newsletter"
|
1466 |
msgstr "Biuletyn"
|
1467 |
|
1468 |
#: ../compose/compose-edit.php:93 ../compose/compose-add.php:81 ../classes/es-
|
1469 |
-
#: register.php:
|
1470 |
msgid "Post Notification"
|
1471 |
msgstr "Wpis"
|
1472 |
|
@@ -1494,7 +1519,7 @@ msgstr ""
|
|
1494 |
"###POSTLINK-ONLY###, ###POSTFULL### (tylko dla Postu Powiadamiającego)"
|
1495 |
|
1496 |
#: ../compose/compose-edit.php:111 ../compose/compose-add.php:93 ../classes/es-
|
1497 |
-
#: register.php:
|
1498 |
msgid "Available Keywords"
|
1499 |
msgstr "Dostępne słowa kluczowe"
|
1500 |
|
@@ -1557,7 +1582,7 @@ msgstr ""
|
|
1557 |
msgid "Get more help and tips..."
|
1558 |
msgstr "Więcej pomocy i wskazówek..."
|
1559 |
|
1560 |
-
#: ../help/help.php:183 ../classes/es-register.php:
|
1561 |
#: php:38
|
1562 |
msgid "Subscribe"
|
1563 |
msgstr "Subskrypcja"
|
@@ -1677,10 +1702,10 @@ msgstr "Dodaj formularz Subskrybcji"
|
|
1677 |
|
1678 |
#: ../help/help.php:288 ../help/help.php:299 ../help/help.php:302 ../help/help.
|
1679 |
#: php:314 ../help/help.php:317 ../help/help.php:320 ../help/help.php:323 ..
|
1680 |
-
#: help/help.php:
|
1681 |
-
#:
|
1682 |
-
#: help/help.php:
|
1683 |
-
#: 380 ../help/help.php:382
|
1684 |
#, php-format
|
1685 |
msgid "%s"
|
1686 |
msgstr "%s"
|
@@ -1722,10 +1747,6 @@ msgstr ""
|
|
1722 |
msgid "How to add captcha in Subscribe form of Email Subscribers?"
|
1723 |
msgstr "Jak dodać captcha do formularza Email Subscribers?"
|
1724 |
|
1725 |
-
#: ../help/help.php:308
|
1726 |
-
msgid "General Plugin Settings"
|
1727 |
-
msgstr "Ogólne ustawienia Wtyczki"
|
1728 |
-
|
1729 |
#: ../help/help.php:311
|
1730 |
#, php-format
|
1731 |
msgid "Modify %s"
|
@@ -1759,47 +1780,27 @@ msgstr "Jak zmienić/zaktualizować/przetłumaczyć dowolne teksty z wtyczki?"
|
|
1759 |
msgid "How to add Unsubscribe link in emails?"
|
1760 |
msgstr "Jak dodać do maila link rezygnacji z subskrypcji?"
|
1761 |
|
1762 |
-
#: ../help/help.php:
|
1763 |
-
msgid "Usage"
|
1764 |
-
msgstr "Używanie"
|
1765 |
-
|
1766 |
-
#: ../help/help.php:336
|
1767 |
-
msgid "Compose and Send Newsletter Emails"
|
1768 |
-
msgstr "Tworzenie i wysyłanie e-maili z biuletynem"
|
1769 |
-
|
1770 |
-
#: ../help/help.php:339
|
1771 |
-
msgid "Compose and Send Post Notification Emails when new posts are published"
|
1772 |
-
msgstr "Tworzenie i wysyłanie e-maili powiadamiających o opublikowaniu nowych postów"
|
1773 |
-
|
1774 |
-
#: ../help/help.php:342
|
1775 |
msgid "Keywords in the Post Notifications"
|
1776 |
msgstr "Słowa kluczowe w e-mailu powiadamiającym"
|
1777 |
|
1778 |
-
#: ../help/help.php:
|
1779 |
msgid "Send a test post notification email to myself/testgroup"
|
1780 |
msgstr "Wyślij testowy e-mail do mnie/grupy testowej"
|
1781 |
|
1782 |
-
#: ../help/help.php:
|
1783 |
-
msgid "Check sent emails"
|
1784 |
-
msgstr "Sprawdź wysłane e-maile"
|
1785 |
-
|
1786 |
-
#: ../help/help.php:355
|
1787 |
msgid "Cron Job Setup"
|
1788 |
msgstr "Ustawienie zadań Cron"
|
1789 |
|
1790 |
-
#: ../help/help.php:
|
1791 |
-
msgid "How to Schedule Cron Emails?"
|
1792 |
-
msgstr "Jak zaplanować zadania Cron?"
|
1793 |
-
|
1794 |
-
#: ../help/help.php:361
|
1795 |
msgid "Schedule Cron Emails in cPanel"
|
1796 |
msgstr "Zaplanuj zadania Cron w cPanel"
|
1797 |
|
1798 |
-
#: ../help/help.php:
|
1799 |
msgid "Schedule Cron Emails in Parallels Plesk"
|
1800 |
msgstr "Zaplanuj zadania Cron w Parallels Plesk"
|
1801 |
|
1802 |
-
#: ../help/help.php:
|
1803 |
msgid "Hosting doesn’t support Cron Jobs?"
|
1804 |
msgstr "Hosting nie obsługuje zadań Cron?"
|
1805 |
|
@@ -1819,23 +1820,23 @@ msgstr "Pomoc CSS"
|
|
1819 |
msgid "FAQ's"
|
1820 |
msgstr "FAQ"
|
1821 |
|
1822 |
-
#: ../help/help.php:
|
1823 |
msgid "Want to do more? Here's how.."
|
1824 |
msgstr "Chcesz zrobić coś więcej? Oto jak.."
|
1825 |
|
1826 |
-
#: ../help/help.php:
|
1827 |
msgid "Group Selector"
|
1828 |
msgstr "Selektor grup"
|
1829 |
|
1830 |
-
#: ../help/help.php:
|
1831 |
msgid "For example: Subscribe either to Updates or to Offers."
|
1832 |
msgstr "Na przykład: Subskrypcje albo do Aktualizacji albo do Ofert."
|
1833 |
|
1834 |
-
#: ../help/help.php:
|
1835 |
msgid "Show your subscribe form inside attractive popups"
|
1836 |
msgstr "Pokaż swój formularz subskrypcji w atrakcyjnych wyskakujących okienkach"
|
1837 |
|
1838 |
-
#: ../help/help.php:
|
1839 |
msgid ""
|
1840 |
"Don't limit your subscriber form to a widget. Embed it within popups, hello "
|
1841 |
"bars, slide-ins, sidebars, full screen popups etc."
|
@@ -1843,7 +1844,7 @@ msgstr ""
|
|
1843 |
"Nie ograniczaj formy abonenta do widgetu. Umieść ją w wyskakujących "
|
1844 |
"okienkach, w paskach, slajdach, paskach bocznych, na pełnym ekranie itd."
|
1845 |
|
1846 |
-
#: ../help/help.php:
|
1847 |
msgid ""
|
1848 |
"Icegram's beautiful designs instantly capture user attention and help "
|
1849 |
"increase sign-ups to your WordPress website."
|
@@ -1851,24 +1852,24 @@ msgstr ""
|
|
1851 |
"Pięknie wyglądające projekty programu Icegram chwytają użytkownika i "
|
1852 |
"pomagają zwiększyć rejestracje w witrynie WordPress."
|
1853 |
|
1854 |
-
#: ../help/help.php:
|
1855 |
#, php-format
|
1856 |
msgid "How to %s"
|
1857 |
msgstr "Jak %s"
|
1858 |
|
1859 |
-
#: ../help/help.php:
|
1860 |
msgid "show subscribe form inside a popup"
|
1861 |
msgstr "pokaż formularz subskrypcji w wyskakującym okienku"
|
1862 |
|
1863 |
-
#: ../help/help.php:
|
1864 |
msgid "Get beautiful and elegant form styles"
|
1865 |
msgstr "Zdobądź piękne i eleganckie style formularzy"
|
1866 |
|
1867 |
-
#: ../help/help.php:
|
1868 |
msgid "Email subscribers easily integrates with another free plugin "
|
1869 |
msgstr "Email Subscribers łatwo integruje się z inną bezpłatną wtyczką "
|
1870 |
|
1871 |
-
#: ../help/help.php:
|
1872 |
msgid ""
|
1873 |
"Rainmaker extends the core features of Email Subscribers and provides "
|
1874 |
"elegant form styles."
|
@@ -1876,7 +1877,7 @@ msgstr ""
|
|
1876 |
"Rainmaker rozszerza podstawowe funkcje Email Subscribers i zapewnia "
|
1877 |
"eleganckie style formularzy."
|
1878 |
|
1879 |
-
#: ../help/help.php:
|
1880 |
msgid ""
|
1881 |
"These styles are well designed and beautify your subscription form making it "
|
1882 |
"more appealing."
|
@@ -1884,7 +1885,7 @@ msgstr ""
|
|
1884 |
"Te style są dobrze zaprojektowane i upiększą Twój formularz subskrypcji "
|
1885 |
"czyniąc go bardziej atrakcyjnym."
|
1886 |
|
1887 |
-
#: ../help/help.php:
|
1888 |
msgid "add Rainmaker’s form in Email Subscribers"
|
1889 |
msgstr "dodaj formularz Rainmaker w Email Subscribers"
|
1890 |
|
@@ -2004,11 +2005,126 @@ msgid "<span style=\"color:#993399;\">Immediately</span>"
|
|
2004 |
msgstr "<span style=\"color:#993399;\">Natychmiast</span>"
|
2005 |
|
2006 |
#. Name of the plugin
|
2007 |
-
#: ../classes/es-
|
2008 |
-
#: register.php:
|
2009 |
msgid "Email Subscribers"
|
2010 |
msgstr "Email Subscribers"
|
2011 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2012 |
#: ../classes/es-register.php:183
|
2013 |
msgid "Help & Info"
|
2014 |
msgstr "Pomoc i Informacje"
|
@@ -2274,122 +2390,7 @@ msgctxt "widget-page-enhanced-select"
|
|
2274 |
msgid "There was a problem with the request"
|
2275 |
msgstr "Wystąpił problem z żądaniem"
|
2276 |
|
2277 |
-
#: ../classes/es-register.php:
|
2278 |
-
msgid "is getting even better!"
|
2279 |
-
msgstr "idzie ku lepszemu!"
|
2280 |
-
|
2281 |
-
#: ../classes/es-register.php:948
|
2282 |
-
msgid "But I need you to"
|
2283 |
-
msgstr "Ale potrzebuję ciebie do"
|
2284 |
-
|
2285 |
-
#: ../classes/es-register.php:948
|
2286 |
-
msgid "help me prioritize"
|
2287 |
-
msgstr "pomóż mi zdecydować, który wziąć pierwszy"
|
2288 |
-
|
2289 |
-
#: ../classes/es-register.php:948
|
2290 |
-
msgid "Please send your response today."
|
2291 |
-
msgstr "Proszę prześlij odpowiedź dzisiaj."
|
2292 |
-
|
2293 |
-
#: ../classes/es-register.php:955
|
2294 |
-
msgid "Here's how you use ES:"
|
2295 |
-
msgstr "Oto jak używasz ES:"
|
2296 |
-
|
2297 |
-
#: ../classes/es-register.php:960
|
2298 |
-
msgid "Post Notifications more often than Newsletter"
|
2299 |
-
msgstr "Post Potwierdzający częściej niż Biuletyn"
|
2300 |
-
|
2301 |
-
#: ../classes/es-register.php:962
|
2302 |
-
msgid "Newsletter more often than Post Notifications"
|
2303 |
-
msgstr "Biuletyn częściej niż Post Potwierdzający"
|
2304 |
-
|
2305 |
-
#: ../classes/es-register.php:964
|
2306 |
-
msgid "Post Notification & Newsletter equally"
|
2307 |
-
msgstr "Post Powiadamiający i Biuletyn jednocześnie"
|
2308 |
-
|
2309 |
-
#: ../classes/es-register.php:968
|
2310 |
-
msgid "Have "
|
2311 |
-
msgstr "Mam "
|
2312 |
-
|
2313 |
-
#: ../classes/es-register.php:968
|
2314 |
-
msgid " Active Subscribers"
|
2315 |
-
msgstr " Aktywni Subskrybenci"
|
2316 |
-
|
2317 |
-
#: ../classes/es-register.php:969
|
2318 |
-
msgid "Post "
|
2319 |
-
msgstr "Wpis "
|
2320 |
-
|
2321 |
-
#: ../classes/es-register.php:969
|
2322 |
-
msgid " blog per week"
|
2323 |
-
msgstr " blog na tydzień"
|
2324 |
-
|
2325 |
-
#: ../classes/es-register.php:973
|
2326 |
-
msgid "Send emails via Cron"
|
2327 |
-
msgstr "Wyślij e-mail przez zadanie Cron"
|
2328 |
-
|
2329 |
-
#: ../classes/es-register.php:975
|
2330 |
-
msgid "Send emails Immediately"
|
2331 |
-
msgstr "Wyślij e-mail natychmiast"
|
2332 |
-
|
2333 |
-
#: ../classes/es-register.php:982
|
2334 |
-
msgid "Using Double Opt In"
|
2335 |
-
msgstr "Z użyciem Podwójnego Opt-In"
|
2336 |
-
|
2337 |
-
#: ../classes/es-register.php:984
|
2338 |
-
msgid "Using Single Opt In"
|
2339 |
-
msgstr "Z użyciem pojedynczego Opt-In"
|
2340 |
-
|
2341 |
-
#: ../classes/es-register.php:1002
|
2342 |
-
msgid "How soon do you want these new features?"
|
2343 |
-
msgstr "Jak szybko chcesz te nowe funkcje?"
|
2344 |
-
|
2345 |
-
#: ../classes/es-register.php:1006
|
2346 |
-
msgid "Beautiful Email Designs"
|
2347 |
-
msgstr "Piękne wzory e-maila"
|
2348 |
-
|
2349 |
-
#: ../classes/es-register.php:1007 ../classes/es-register.php:1012 ../classes/es-
|
2350 |
-
#: register.php:1017 ../classes/es-register.php:1022
|
2351 |
-
msgid "Right now!"
|
2352 |
-
msgstr "Teraz!"
|
2353 |
-
|
2354 |
-
#: ../classes/es-register.php:1008 ../classes/es-register.php:1013 ../classes/es-
|
2355 |
-
#: register.php:1018 ../classes/es-register.php:1023
|
2356 |
-
msgid "Soon"
|
2357 |
-
msgstr "Wkrótce"
|
2358 |
-
|
2359 |
-
#: ../classes/es-register.php:1009 ../classes/es-register.php:1014 ../classes/es-
|
2360 |
-
#: register.php:1019 ../classes/es-register.php:1024
|
2361 |
-
msgid "Later"
|
2362 |
-
msgstr "Później"
|
2363 |
-
|
2364 |
-
#: ../classes/es-register.php:1011
|
2365 |
-
msgid "Spam Check, Scheduling... (Better Email Delivery)"
|
2366 |
-
msgstr "Kontrola spamu, planowanie ... (lepsza poczta e-mail)"
|
2367 |
-
|
2368 |
-
#: ../classes/es-register.php:1016
|
2369 |
-
msgid "Discard Fake / Bouncing Emails"
|
2370 |
-
msgstr "Odrzuć fałszywe / odbijanie wiadomości e-mail"
|
2371 |
-
|
2372 |
-
#: ../classes/es-register.php:1021
|
2373 |
-
msgid "Advanced Reporting"
|
2374 |
-
msgstr "Raportowanie zaawansowane"
|
2375 |
-
|
2376 |
-
#: ../classes/es-register.php:1033
|
2377 |
-
msgid "Nah, I don't like improvements"
|
2378 |
-
msgstr "NIe, nie podobają mi się ulepszenia"
|
2379 |
-
|
2380 |
-
#: ../classes/es-register.php:1039
|
2381 |
-
msgid "Next"
|
2382 |
-
msgstr "Następny"
|
2383 |
-
|
2384 |
-
#: ../classes/es-register.php:1049
|
2385 |
-
msgid "Thank you!"
|
2386 |
-
msgstr "Dziękuję!"
|
2387 |
-
|
2388 |
-
#: ../classes/es-register.php:1050
|
2389 |
-
msgid "No issues, have a nice day!"
|
2390 |
-
msgstr "Nie ma problemów, miłego dnia!"
|
2391 |
-
|
2392 |
-
#: ../classes/es-register.php:1158
|
2393 |
msgid ""
|
2394 |
"If you like <strong>Email Subscribers</strong>, please consider leaving us a "
|
2395 |
"<a target=\"_blank\" href=\"https://wordpress.org/support/plugin/email-"
|
@@ -2401,22 +2402,22 @@ msgstr ""
|
|
2401 |
"subscribers/reviews/?filter=5#new-post\">★★★★★"
|
2402 |
"</a>. Z góry dziękujemy, Icegram!"
|
2403 |
|
2404 |
-
#: ../classes/es-register.php:
|
2405 |
msgid "Email *"
|
2406 |
msgstr "E-mail *"
|
2407 |
|
2408 |
-
#: ../classes/es-register.php:
|
2409 |
msgid "Widget Title"
|
2410 |
msgstr "Tytuł wtyczki"
|
2411 |
|
2412 |
-
#: ../classes/es-register.php:
|
2413 |
msgid "Short description about subscription form"
|
2414 |
msgstr "Krótki opis formularza subskrypcji"
|
2415 |
|
2416 |
-
#: ../classes/es-register.php:
|
2417 |
msgid "Display Name Field"
|
2418 |
msgstr "Wyświetl nazwę pola"
|
2419 |
|
2420 |
-
#: ../classes/es-register.php:
|
2421 |
msgid "Subscriber Group"
|
2422 |
msgstr "Grupa subskrybenta"
|
3 |
"Project-Id-Version: Email Subscribers & Newsletters 3.4.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: Fri Nov 17 2017 15:32:37 GMT+0530 (IST)\n"
|
7 |
"Last-Translator: admin <mansi.shah@appsmagnet.com>\n"
|
8 |
"Language-Team: StoreApps <support@storeapps.org>, Icegram <hello@icegram."
|
9 |
"com>\n"
|
103 |
"customer will view the email content."
|
104 |
msgstr ""
|
105 |
|
106 |
+
#: ../help/help.php:308
|
107 |
+
msgid "General Plugin Configuration"
|
108 |
+
msgstr ""
|
109 |
+
|
110 |
+
#: ../help/help.php:326
|
111 |
+
msgid "How to check sent emails?"
|
112 |
+
msgstr ""
|
113 |
+
|
114 |
+
#: ../help/help.php:338
|
115 |
+
msgid "Create and Send Newsletter Emails"
|
116 |
+
msgstr ""
|
117 |
+
|
118 |
+
#: ../help/help.php:341
|
119 |
+
msgid "Keywords in the Newsletters"
|
120 |
+
msgstr ""
|
121 |
+
|
122 |
+
#: ../help/help.php:348
|
123 |
+
msgid "Create and Send Post Notification Emails when new posts are published"
|
124 |
+
msgstr ""
|
125 |
+
|
126 |
+
#: ../help/help.php:362
|
127 |
+
msgid "What is Cron and how to Schedule Cron Emails?"
|
128 |
+
msgstr ""
|
129 |
+
|
130 |
+
#: ../help/help.php:401
|
131 |
msgid "The user can then subscribe to whichever group most appeals to them."
|
132 |
msgstr ""
|
133 |
|
134 |
+
#: ../help/help.php:434
|
135 |
msgid "Rainmaker"
|
136 |
msgstr ""
|
137 |
|
138 |
+
#: ../classes/es-survey.php:21 ../classes/es-register.php:716 ../classes/es-offer.
|
139 |
+
#: php:72
|
140 |
+
msgctxt "timezone date format"
|
141 |
+
msgid "Y-m-d"
|
142 |
+
msgstr ""
|
143 |
+
|
144 |
#: ../classes/es-register.php:168 ../classes/es-register.php:169 ../classes/es-
|
145 |
+
#: register.php:853 ../classes/es-register.php:854 ../classes/es-register.php:859
|
|
|
146 |
msgid "Templates"
|
147 |
msgstr ""
|
148 |
|
149 |
+
#: ../classes/es-register.php:756
|
150 |
msgid ""
|
151 |
+
"Compose is now changed to <b>Templates</b> and Keyword structure has been "
|
152 |
+
"simplified. All your previously created templates and keywords have been "
|
153 |
+
"automatically updated to the new structure.<br>"
|
154 |
msgstr ""
|
155 |
|
156 |
+
#: ../classes/es-register.php:757
|
157 |
+
msgid "Check all the changes "
|
158 |
msgstr ""
|
159 |
|
160 |
+
#: ../classes/es-register.php:757
|
161 |
+
msgid "No thanks, I know about it already."
|
162 |
msgstr ""
|
163 |
|
164 |
+
#: ../classes/es-register.php:844
|
|
|
|
|
|
|
|
|
|
|
165 |
#, php-format
|
166 |
msgid "Email Subscribers version: <strong>%s</strong>"
|
167 |
msgstr ""
|
168 |
|
169 |
+
#: ../classes/es-register.php:855 ../classes/es-register.php:856
|
170 |
msgid "Add new Template"
|
171 |
msgstr ""
|
172 |
|
173 |
+
#: ../classes/es-register.php:857
|
174 |
msgid "Edit Templates"
|
175 |
msgstr ""
|
176 |
|
177 |
+
#: ../classes/es-register.php:858
|
178 |
msgid "New Templates"
|
179 |
msgstr ""
|
180 |
|
181 |
+
#: ../classes/es-register.php:860
|
182 |
msgid "View Templates"
|
183 |
msgstr ""
|
184 |
|
185 |
+
#: ../classes/es-register.php:861
|
186 |
msgid "Search Templates"
|
187 |
msgstr ""
|
188 |
|
189 |
+
#: ../classes/es-register.php:862
|
190 |
msgid "No Templates found"
|
191 |
msgstr ""
|
192 |
|
193 |
+
#: ../classes/es-register.php:863
|
194 |
msgid "No Templates found in Trash"
|
195 |
msgstr ""
|
196 |
|
197 |
+
#: ../classes/es-register.php:866
|
198 |
msgid "Thumbnail (For Visual Representation only)"
|
199 |
msgstr ""
|
200 |
|
201 |
+
#: ../classes/es-register.php:867
|
202 |
msgid "Set thumbnail"
|
203 |
msgstr ""
|
204 |
|
205 |
+
#: ../classes/es-register.php:904
|
206 |
msgid "Template Type"
|
207 |
msgstr ""
|
208 |
|
209 |
+
#: ../classes/es-register.php:970
|
210 |
msgid "Available Keyword for Post Notification: {{POSTTITLE}}"
|
211 |
msgstr ""
|
212 |
|
213 |
+
#: ../classes/es-register.php:973
|
214 |
msgid "Select your Email Template Type"
|
215 |
msgstr ""
|
216 |
|
217 |
+
#: ../classes/es-register.php:1023
|
218 |
msgid "Preview Template"
|
219 |
msgstr ""
|
220 |
|
221 |
+
#: ../classes/es-register.php:1037
|
222 |
#, php-format
|
223 |
msgid ""
|
224 |
"%s for Post Notification: {{NAME}}, {{EMAIL}}, {{DATE}}, {{POSTTITLE}}, "
|
226 |
"WITHTITLE}}, {{POSTLINK-ONLY}}, {{POSTFULL}}"
|
227 |
msgstr ""
|
228 |
|
229 |
+
#: ../classes/es-register.php:1038
|
230 |
msgid "<br/><br/>Available Keywords for Newsletter: {{NAME}}, {{EMAIL}}"
|
231 |
msgstr ""
|
232 |
|
238 |
msgid "Sync"
|
239 |
msgstr "Synchronizuj"
|
240 |
|
241 |
+
#: ../help/help.php:391
|
242 |
#, fuzzy
|
243 |
msgid "Allow Subscribers to get subscribed to any group"
|
244 |
msgstr "Zezwalaj subskrybentom na subskrybowanie jakiejkolwiek grupy"
|
245 |
|
246 |
+
#: ../help/help.php:396
|
247 |
#, fuzzy
|
248 |
msgid "Using our free "
|
249 |
msgstr "Korzystając z naszej bezpłatnej "
|
250 |
|
251 |
+
#: ../help/help.php:398
|
252 |
#, fuzzy
|
253 |
msgid ""
|
254 |
"plugin, you can extend Email Subscribers Form functionality by providing an "
|
257 |
"wtyczki, możesz rozszerzyć funkcjonalność formularza Email Subscribers "
|
258 |
"poprzez udostępnienie opcji grupowania tuż obok formularza."
|
259 |
|
260 |
+
#: ../help/help.php:416
|
261 |
#, fuzzy
|
262 |
msgid "Using Email Subscribers you can achieve this easily with our free plugin "
|
263 |
msgstr ""
|
391 |
msgid "Selected record deleted."
|
392 |
msgstr "Wybrany zapis został usunięty."
|
393 |
|
394 |
+
#: ../notification/notification-show.php:52 ../help/help.php:345 ../classes/es-
|
395 |
+
#: register.php:171 ../classes/es-register.php:172
|
396 |
msgid "Post Notifications"
|
397 |
msgstr "Powiadomienia pocztowe"
|
398 |
|
599 |
msgid "Medium Size"
|
600 |
msgstr "Średni rozmiar"
|
601 |
|
602 |
+
#: ../settings/settings-edit.php:123 ../classes/es-register.php:905
|
603 |
msgid "Thumbnail"
|
604 |
msgstr "Miniatura"
|
605 |
|
628 |
"opcja musi być ustawiona na YES (TAK)."
|
629 |
|
630 |
#: ../settings/settings-edit.php:142 ../settings/settings-edit.php:217 ..
|
631 |
+
#: subscribers/view-subscriber-sync.php:107 ../classes/es-register.php:1174
|
632 |
msgid "YES"
|
633 |
msgstr "TAK"
|
634 |
|
635 |
#: ../settings/settings-edit.php:143 ../settings/settings-edit.php:218 ..
|
636 |
+
#: subscribers/view-subscriber-sync.php:106 ../classes/es-register.php:1175
|
637 |
msgid "NO"
|
638 |
msgstr "NIE"
|
639 |
|
823 |
msgid "Post Notifications Menu"
|
824 |
msgstr "Menu Powiadomień"
|
825 |
|
826 |
+
#: ../settings/settings-edit.php:324 ../help/help.php:335 ../sendmail/sendmail.
|
827 |
+
#: php:93 ../classes/es-register.php:174 ../classes/es-register.php:175
|
828 |
msgid "Newsletters"
|
829 |
msgstr "Biuletyny"
|
830 |
|
977 |
|
978 |
#: ../sentmail/sentmail-show.php:108 ../sentmail/sentmail-show.php:121 ..
|
979 |
#: compose/compose-edit.php:103 ../compose/compose-show.php:80 ..
|
980 |
+
#: compose/compose-show.php:88 ../classes/es-register.php:953
|
981 |
msgid "Preview"
|
982 |
msgstr "Podgląd"
|
983 |
|
1294 |
msgstr "Adres E-mail"
|
1295 |
|
1296 |
#: ../subscribers/view-subscriber-show.php:361 ../subscribers/view-subscriber-
|
1297 |
+
#: show.php:374 ../classes/es-register.php:1116 ../classes/es-loadwidget.php:28
|
1298 |
msgid "Name"
|
1299 |
msgstr "Nazwa"
|
1300 |
|
1486 |
msgstr "Wybierz szablon e-maila"
|
1487 |
|
1488 |
#: ../compose/compose-edit.php:92 ../compose/compose-add.php:80 ../classes/es-
|
1489 |
+
#: register.php:975
|
1490 |
msgid "Newsletter"
|
1491 |
msgstr "Biuletyn"
|
1492 |
|
1493 |
#: ../compose/compose-edit.php:93 ../compose/compose-add.php:81 ../classes/es-
|
1494 |
+
#: register.php:976
|
1495 |
msgid "Post Notification"
|
1496 |
msgstr "Wpis"
|
1497 |
|
1519 |
"###POSTLINK-ONLY###, ###POSTFULL### (tylko dla Postu Powiadamiającego)"
|
1520 |
|
1521 |
#: ../compose/compose-edit.php:111 ../compose/compose-add.php:93 ../classes/es-
|
1522 |
+
#: register.php:1037
|
1523 |
msgid "Available Keywords"
|
1524 |
msgstr "Dostępne słowa kluczowe"
|
1525 |
|
1582 |
msgid "Get more help and tips..."
|
1583 |
msgstr "Więcej pomocy i wskazówek..."
|
1584 |
|
1585 |
+
#: ../help/help.php:183 ../classes/es-register.php:1126 ../classes/es-loadwidget.
|
1586 |
#: php:38
|
1587 |
msgid "Subscribe"
|
1588 |
msgstr "Subskrypcja"
|
1702 |
|
1703 |
#: ../help/help.php:288 ../help/help.php:299 ../help/help.php:302 ../help/help.
|
1704 |
#: php:314 ../help/help.php:317 ../help/help.php:320 ../help/help.php:323 ..
|
1705 |
+
#: help/help.php:326 ../help/help.php:338 ../help/help.php:341 ../help/help.php:
|
1706 |
+
#: 348 ../help/help.php:351 ../help/help.php:354 ../help/help.php:362 ..
|
1707 |
+
#: help/help.php:365 ../help/help.php:368 ../help/help.php:371 ../help/help.php:
|
1708 |
+
#: 377 ../help/help.php:380 ../help/help.php:382
|
1709 |
#, php-format
|
1710 |
msgid "%s"
|
1711 |
msgstr "%s"
|
1747 |
msgid "How to add captcha in Subscribe form of Email Subscribers?"
|
1748 |
msgstr "Jak dodać captcha do formularza Email Subscribers?"
|
1749 |
|
|
|
|
|
|
|
|
|
1750 |
#: ../help/help.php:311
|
1751 |
#, php-format
|
1752 |
msgid "Modify %s"
|
1780 |
msgid "How to add Unsubscribe link in emails?"
|
1781 |
msgstr "Jak dodać do maila link rezygnacji z subskrypcji?"
|
1782 |
|
1783 |
+
#: ../help/help.php:351
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1784 |
msgid "Keywords in the Post Notifications"
|
1785 |
msgstr "Słowa kluczowe w e-mailu powiadamiającym"
|
1786 |
|
1787 |
+
#: ../help/help.php:354
|
1788 |
msgid "Send a test post notification email to myself/testgroup"
|
1789 |
msgstr "Wyślij testowy e-mail do mnie/grupy testowej"
|
1790 |
|
1791 |
+
#: ../help/help.php:359
|
|
|
|
|
|
|
|
|
1792 |
msgid "Cron Job Setup"
|
1793 |
msgstr "Ustawienie zadań Cron"
|
1794 |
|
1795 |
+
#: ../help/help.php:365
|
|
|
|
|
|
|
|
|
1796 |
msgid "Schedule Cron Emails in cPanel"
|
1797 |
msgstr "Zaplanuj zadania Cron w cPanel"
|
1798 |
|
1799 |
+
#: ../help/help.php:368
|
1800 |
msgid "Schedule Cron Emails in Parallels Plesk"
|
1801 |
msgstr "Zaplanuj zadania Cron w Parallels Plesk"
|
1802 |
|
1803 |
+
#: ../help/help.php:371
|
1804 |
msgid "Hosting doesn’t support Cron Jobs?"
|
1805 |
msgstr "Hosting nie obsługuje zadań Cron?"
|
1806 |
|
1820 |
msgid "FAQ's"
|
1821 |
msgstr "FAQ"
|
1822 |
|
1823 |
+
#: ../help/help.php:388
|
1824 |
msgid "Want to do more? Here's how.."
|
1825 |
msgstr "Chcesz zrobić coś więcej? Oto jak.."
|
1826 |
|
1827 |
+
#: ../help/help.php:397
|
1828 |
msgid "Group Selector"
|
1829 |
msgstr "Selektor grup"
|
1830 |
|
1831 |
+
#: ../help/help.php:404
|
1832 |
msgid "For example: Subscribe either to Updates or to Offers."
|
1833 |
msgstr "Na przykład: Subskrypcje albo do Aktualizacji albo do Ofert."
|
1834 |
|
1835 |
+
#: ../help/help.php:408
|
1836 |
msgid "Show your subscribe form inside attractive popups"
|
1837 |
msgstr "Pokaż swój formularz subskrypcji w atrakcyjnych wyskakujących okienkach"
|
1838 |
|
1839 |
+
#: ../help/help.php:413
|
1840 |
msgid ""
|
1841 |
"Don't limit your subscriber form to a widget. Embed it within popups, hello "
|
1842 |
"bars, slide-ins, sidebars, full screen popups etc."
|
1844 |
"Nie ograniczaj formy abonenta do widgetu. Umieść ją w wyskakujących "
|
1845 |
"okienkach, w paskach, slajdach, paskach bocznych, na pełnym ekranie itd."
|
1846 |
|
1847 |
+
#: ../help/help.php:420
|
1848 |
msgid ""
|
1849 |
"Icegram's beautiful designs instantly capture user attention and help "
|
1850 |
"increase sign-ups to your WordPress website."
|
1852 |
"Pięknie wyglądające projekty programu Icegram chwytają użytkownika i "
|
1853 |
"pomagają zwiększyć rejestracje w witrynie WordPress."
|
1854 |
|
1855 |
+
#: ../help/help.php:423 ../help/help.php:443
|
1856 |
#, php-format
|
1857 |
msgid "How to %s"
|
1858 |
msgstr "Jak %s"
|
1859 |
|
1860 |
+
#: ../help/help.php:423
|
1861 |
msgid "show subscribe form inside a popup"
|
1862 |
msgstr "pokaż formularz subskrypcji w wyskakującym okienku"
|
1863 |
|
1864 |
+
#: ../help/help.php:427
|
1865 |
msgid "Get beautiful and elegant form styles"
|
1866 |
msgstr "Zdobądź piękne i eleganckie style formularzy"
|
1867 |
|
1868 |
+
#: ../help/help.php:433
|
1869 |
msgid "Email subscribers easily integrates with another free plugin "
|
1870 |
msgstr "Email Subscribers łatwo integruje się z inną bezpłatną wtyczką "
|
1871 |
|
1872 |
+
#: ../help/help.php:437
|
1873 |
msgid ""
|
1874 |
"Rainmaker extends the core features of Email Subscribers and provides "
|
1875 |
"elegant form styles."
|
1877 |
"Rainmaker rozszerza podstawowe funkcje Email Subscribers i zapewnia "
|
1878 |
"eleganckie style formularzy."
|
1879 |
|
1880 |
+
#: ../help/help.php:440
|
1881 |
msgid ""
|
1882 |
"These styles are well designed and beautify your subscription form making it "
|
1883 |
"more appealing."
|
1885 |
"Te style są dobrze zaprojektowane i upiększą Twój formularz subskrypcji "
|
1886 |
"czyniąc go bardziej atrakcyjnym."
|
1887 |
|
1888 |
+
#: ../help/help.php:443
|
1889 |
msgid "add Rainmaker’s form in Email Subscribers"
|
1890 |
msgstr "dodaj formularz Rainmaker w Email Subscribers"
|
1891 |
|
2005 |
msgstr "<span style=\"color:#993399;\">Natychmiast</span>"
|
2006 |
|
2007 |
#. Name of the plugin
|
2008 |
+
#: ../classes/es-survey.php:232 ../classes/es-register.php:162 ../classes/es-
|
2009 |
+
#: register.php:163 ../classes/es-register.php:865
|
2010 |
msgid "Email Subscribers"
|
2011 |
msgstr "Email Subscribers"
|
2012 |
|
2013 |
+
#: ../classes/es-survey.php:232
|
2014 |
+
msgid "is getting even better!"
|
2015 |
+
msgstr "idzie ku lepszemu!"
|
2016 |
+
|
2017 |
+
#: ../classes/es-survey.php:233
|
2018 |
+
msgid "But I need you to"
|
2019 |
+
msgstr "Ale potrzebuję ciebie do"
|
2020 |
+
|
2021 |
+
#: ../classes/es-survey.php:233
|
2022 |
+
msgid "help me prioritize"
|
2023 |
+
msgstr "pomóż mi zdecydować, który wziąć pierwszy"
|
2024 |
+
|
2025 |
+
#: ../classes/es-survey.php:233
|
2026 |
+
msgid "Please send your response today."
|
2027 |
+
msgstr "Proszę prześlij odpowiedź dzisiaj."
|
2028 |
+
|
2029 |
+
#: ../classes/es-survey.php:240
|
2030 |
+
msgid "Here's how you use ES:"
|
2031 |
+
msgstr "Oto jak używasz ES:"
|
2032 |
+
|
2033 |
+
#: ../classes/es-survey.php:245
|
2034 |
+
msgid "Post Notifications more often than Newsletter"
|
2035 |
+
msgstr "Post Potwierdzający częściej niż Biuletyn"
|
2036 |
+
|
2037 |
+
#: ../classes/es-survey.php:247
|
2038 |
+
msgid "Newsletter more often than Post Notifications"
|
2039 |
+
msgstr "Biuletyn częściej niż Post Potwierdzający"
|
2040 |
+
|
2041 |
+
#: ../classes/es-survey.php:249
|
2042 |
+
msgid "Post Notification & Newsletter equally"
|
2043 |
+
msgstr "Post Powiadamiający i Biuletyn jednocześnie"
|
2044 |
+
|
2045 |
+
#: ../classes/es-survey.php:253
|
2046 |
+
msgid "Have "
|
2047 |
+
msgstr "Mam "
|
2048 |
+
|
2049 |
+
#: ../classes/es-survey.php:253
|
2050 |
+
msgid " Active Subscribers"
|
2051 |
+
msgstr " Aktywni Subskrybenci"
|
2052 |
+
|
2053 |
+
#: ../classes/es-survey.php:254
|
2054 |
+
msgid "Post "
|
2055 |
+
msgstr "Wpis "
|
2056 |
+
|
2057 |
+
#: ../classes/es-survey.php:254
|
2058 |
+
msgid " blog per week"
|
2059 |
+
msgstr " blog na tydzień"
|
2060 |
+
|
2061 |
+
#: ../classes/es-survey.php:258
|
2062 |
+
msgid "Send emails via Cron"
|
2063 |
+
msgstr "Wyślij e-mail przez zadanie Cron"
|
2064 |
+
|
2065 |
+
#: ../classes/es-survey.php:260
|
2066 |
+
msgid "Send emails Immediately"
|
2067 |
+
msgstr "Wyślij e-mail natychmiast"
|
2068 |
+
|
2069 |
+
#: ../classes/es-survey.php:267
|
2070 |
+
msgid "Using Double Opt In"
|
2071 |
+
msgstr "Z użyciem Podwójnego Opt-In"
|
2072 |
+
|
2073 |
+
#: ../classes/es-survey.php:269
|
2074 |
+
msgid "Using Single Opt In"
|
2075 |
+
msgstr "Z użyciem pojedynczego Opt-In"
|
2076 |
+
|
2077 |
+
#: ../classes/es-survey.php:287
|
2078 |
+
msgid "How soon do you want these new features?"
|
2079 |
+
msgstr "Jak szybko chcesz te nowe funkcje?"
|
2080 |
+
|
2081 |
+
#: ../classes/es-survey.php:291
|
2082 |
+
msgid "Beautiful Email Designs"
|
2083 |
+
msgstr "Piękne wzory e-maila"
|
2084 |
+
|
2085 |
+
#: ../classes/es-survey.php:292 ../classes/es-survey.php:297 ../classes/es-survey.
|
2086 |
+
#: php:302 ../classes/es-survey.php:307
|
2087 |
+
msgid "Right now!"
|
2088 |
+
msgstr "Teraz!"
|
2089 |
+
|
2090 |
+
#: ../classes/es-survey.php:293 ../classes/es-survey.php:298 ../classes/es-survey.
|
2091 |
+
#: php:303 ../classes/es-survey.php:308
|
2092 |
+
msgid "Soon"
|
2093 |
+
msgstr "Wkrótce"
|
2094 |
+
|
2095 |
+
#: ../classes/es-survey.php:294 ../classes/es-survey.php:299 ../classes/es-survey.
|
2096 |
+
#: php:304 ../classes/es-survey.php:309
|
2097 |
+
msgid "Later"
|
2098 |
+
msgstr "Później"
|
2099 |
+
|
2100 |
+
#: ../classes/es-survey.php:296
|
2101 |
+
msgid "Spam Check, Scheduling... (Better Email Delivery)"
|
2102 |
+
msgstr "Kontrola spamu, planowanie ... (lepsza poczta e-mail)"
|
2103 |
+
|
2104 |
+
#: ../classes/es-survey.php:301
|
2105 |
+
msgid "Discard Fake / Bouncing Emails"
|
2106 |
+
msgstr "Odrzuć fałszywe / odbijanie wiadomości e-mail"
|
2107 |
+
|
2108 |
+
#: ../classes/es-survey.php:306
|
2109 |
+
msgid "Advanced Reporting"
|
2110 |
+
msgstr "Raportowanie zaawansowane"
|
2111 |
+
|
2112 |
+
#: ../classes/es-survey.php:318
|
2113 |
+
msgid "Nah, I don't like improvements"
|
2114 |
+
msgstr "NIe, nie podobają mi się ulepszenia"
|
2115 |
+
|
2116 |
+
#: ../classes/es-survey.php:324
|
2117 |
+
msgid "Next"
|
2118 |
+
msgstr "Następny"
|
2119 |
+
|
2120 |
+
#: ../classes/es-survey.php:334
|
2121 |
+
msgid "Thank you!"
|
2122 |
+
msgstr "Dziękuję!"
|
2123 |
+
|
2124 |
+
#: ../classes/es-survey.php:335
|
2125 |
+
msgid "No issues, have a nice day!"
|
2126 |
+
msgstr "Nie ma problemów, miłego dnia!"
|
2127 |
+
|
2128 |
#: ../classes/es-register.php:183
|
2129 |
msgid "Help & Info"
|
2130 |
msgstr "Pomoc i Informacje"
|
2390 |
msgid "There was a problem with the request"
|
2391 |
msgstr "Wystąpił problem z żądaniem"
|
2392 |
|
2393 |
+
#: ../classes/es-register.php:830
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2394 |
msgid ""
|
2395 |
"If you like <strong>Email Subscribers</strong>, please consider leaving us a "
|
2396 |
"<a target=\"_blank\" href=\"https://wordpress.org/support/plugin/email-"
|
2402 |
"subscribers/reviews/?filter=5#new-post\">★★★★★"
|
2403 |
"</a>. Z góry dziękujemy, Icegram!"
|
2404 |
|
2405 |
+
#: ../classes/es-register.php:1121 ../classes/es-loadwidget.php:33
|
2406 |
msgid "Email *"
|
2407 |
msgstr "E-mail *"
|
2408 |
|
2409 |
+
#: ../classes/es-register.php:1164
|
2410 |
msgid "Widget Title"
|
2411 |
msgstr "Tytuł wtyczki"
|
2412 |
|
2413 |
+
#: ../classes/es-register.php:1168
|
2414 |
msgid "Short description about subscription form"
|
2415 |
msgstr "Krótki opis formularza subskrypcji"
|
2416 |
|
2417 |
+
#: ../classes/es-register.php:1172
|
2418 |
msgid "Display Name Field"
|
2419 |
msgstr "Wyświetl nazwę pola"
|
2420 |
|
2421 |
+
#: ../classes/es-register.php:1179
|
2422 |
msgid "Subscriber Group"
|
2423 |
msgstr "Grupa subskrybenta"
|
languages/email-subscribers-pt_BR.mo
CHANGED
Binary file
|
languages/email-subscribers-pt_BR.po
CHANGED
@@ -3,8 +3,8 @@ msgstr ""
|
|
3 |
"Project-Id-Version: Email Subscribers & Newsletters 3.4.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:
|
7 |
-
"Last-Translator:
|
8 |
"Language-Team: StoreApps <support@storeapps.org>, Icegram <hello@icegram."
|
9 |
"com>\n"
|
10 |
"Language: Portuguese (Brazil)\n"
|
@@ -23,6 +23,45 @@ msgstr ""
|
|
23 |
"X-Poedit-SearchPath-0: ..\n"
|
24 |
"X-Loco-Target-Locale: pt_BR"
|
25 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
26 |
#: ../notification/notification-add.php:33
|
27 |
msgid "Please select subscribers group."
|
28 |
msgstr "Por favor, selecione um grupo de assinantes."
|
@@ -152,8 +191,8 @@ msgstr "Oops, os detalhes selecionados não existem."
|
|
152 |
msgid "Selected record deleted."
|
153 |
msgstr "Registro selecionado excluído."
|
154 |
|
155 |
-
#: ../notification/notification-show.php:52 ../
|
156 |
-
#: classes/es-register.php:172
|
157 |
msgid "Post Notifications"
|
158 |
msgstr "Notificações de Postagens"
|
159 |
|
@@ -368,7 +407,7 @@ msgstr "Tamanho Completo"
|
|
368 |
msgid "Medium Size"
|
369 |
msgstr "Tamanho Médio"
|
370 |
|
371 |
-
#: ../settings/settings-edit.php:123 ../classes/es-register.php:
|
372 |
msgid "Thumbnail"
|
373 |
msgstr "Miniatura"
|
374 |
|
@@ -397,12 +436,12 @@ msgstr ""
|
|
397 |
"Esta opção deve ser definida como SIM."
|
398 |
|
399 |
#: ../settings/settings-edit.php:142 ../settings/settings-edit.php:217 ..
|
400 |
-
#: subscribers/view-subscriber-sync.php:107 ../classes/es-register.php:
|
401 |
msgid "YES"
|
402 |
msgstr "SIM"
|
403 |
|
404 |
#: ../settings/settings-edit.php:143 ../settings/settings-edit.php:218 ..
|
405 |
-
#: subscribers/view-subscriber-sync.php:106 ../classes/es-register.php:
|
406 |
msgid "NO"
|
407 |
msgstr "NÃO"
|
408 |
|
@@ -640,8 +679,8 @@ msgstr "Menu de Modelos"
|
|
640 |
msgid "Post Notifications Menu"
|
641 |
msgstr "Menu de Notificação de Postagens"
|
642 |
|
643 |
-
#: ../settings/settings-edit.php:324 ../
|
644 |
-
#: register.php:174 ../classes/es-register.php:175
|
645 |
msgid "Newsletters"
|
646 |
msgstr "Newsletters"
|
647 |
|
@@ -816,7 +855,7 @@ msgstr "Exibir Relatórios"
|
|
816 |
|
817 |
#: ../sentmail/sentmail-show.php:108 ../sentmail/sentmail-show.php:121 ..
|
818 |
#: compose/compose-edit.php:103 ../compose/compose-show.php:80 ..
|
819 |
-
#: compose/compose-show.php:88 ../classes/es-register.php:
|
820 |
msgid "Preview"
|
821 |
msgstr "Visualizar"
|
822 |
|
@@ -1140,7 +1179,7 @@ msgid "Email Address"
|
|
1140 |
msgstr "Endereço de e-mail"
|
1141 |
|
1142 |
#: ../subscribers/view-subscriber-show.php:361 ../subscribers/view-subscriber-
|
1143 |
-
#: show.php:374 ../classes/es-register.php:
|
1144 |
msgid "Name"
|
1145 |
msgstr "Nome"
|
1146 |
|
@@ -1332,12 +1371,12 @@ msgid "Select your Email Template"
|
|
1332 |
msgstr "Selecione o seu Modelo de E-mail"
|
1333 |
|
1334 |
#: ../compose/compose-edit.php:92 ../compose/compose-add.php:80 ../classes/es-
|
1335 |
-
#: register.php:
|
1336 |
msgid "Newsletter"
|
1337 |
msgstr "Newsletter"
|
1338 |
|
1339 |
#: ../compose/compose-edit.php:93 ../compose/compose-add.php:81 ../classes/es-
|
1340 |
-
#: register.php:
|
1341 |
msgid "Post Notification"
|
1342 |
msgstr "Notificação de Postagem"
|
1343 |
|
@@ -1367,7 +1406,7 @@ msgstr ""
|
|
1367 |
"###POSTLINK-ONLY###, ###POSTFULL### (Para Notificação de Postagem apenas)"
|
1368 |
|
1369 |
#: ../compose/compose-edit.php:111 ../compose/compose-add.php:93 ../classes/es-
|
1370 |
-
#: register.php:
|
1371 |
msgid "Available Keywords"
|
1372 |
msgstr "Palavras-chave disponíveis"
|
1373 |
|
@@ -1454,7 +1493,7 @@ msgstr "Obrigado pela instalação e esperamos que você aproveite o Email Subsc
|
|
1454 |
msgid "Get more help and tips..."
|
1455 |
msgstr "Obtenha mais ajuda e dicas..."
|
1456 |
|
1457 |
-
#: ../help/help.php:183 ../classes/es-register.php:
|
1458 |
#: php:38
|
1459 |
msgid "Subscribe"
|
1460 |
msgstr "Inscrever"
|
@@ -1573,10 +1612,10 @@ msgstr "Adicionar formulário de Assinatura"
|
|
1573 |
|
1574 |
#: ../help/help.php:288 ../help/help.php:299 ../help/help.php:302 ../help/help.
|
1575 |
#: php:314 ../help/help.php:317 ../help/help.php:320 ../help/help.php:323 ..
|
1576 |
-
#: help/help.php:
|
1577 |
-
#:
|
1578 |
-
#: help/help.php:
|
1579 |
-
#: 380 ../help/help.php:382
|
1580 |
#, php-format
|
1581 |
msgid "%s"
|
1582 |
msgstr "%s"
|
@@ -1618,10 +1657,6 @@ msgstr ""
|
|
1618 |
msgid "How to add captcha in Subscribe form of Email Subscribers?"
|
1619 |
msgstr "Como adicionar captcha no formulário de Inscrição do Email Subscribers?"
|
1620 |
|
1621 |
-
#: ../help/help.php:308
|
1622 |
-
msgid "General Plugin Settings"
|
1623 |
-
msgstr "Configurações Gerais do Plugin"
|
1624 |
-
|
1625 |
#: ../help/help.php:311
|
1626 |
#, php-format
|
1627 |
msgid "Modify %s"
|
@@ -1655,49 +1690,27 @@ msgstr "Como alterar/atualizar/traduzir qualquer texto deste plugin?"
|
|
1655 |
msgid "How to add Unsubscribe link in emails?"
|
1656 |
msgstr "Como adicionar link de Cancelamento nos e-mails?"
|
1657 |
|
1658 |
-
#: ../help/help.php:
|
1659 |
-
msgid "Usage"
|
1660 |
-
msgstr "Uso"
|
1661 |
-
|
1662 |
-
#: ../help/help.php:336
|
1663 |
-
msgid "Compose and Send Newsletter Emails"
|
1664 |
-
msgstr "Compor e Enviar E-mails de Newsletter"
|
1665 |
-
|
1666 |
-
#: ../help/help.php:339
|
1667 |
-
msgid "Compose and Send Post Notification Emails when new posts are published"
|
1668 |
-
msgstr ""
|
1669 |
-
"Compor e Enviar E-mails de Notificação de Postagem quando novas postagens "
|
1670 |
-
"forem publicadas"
|
1671 |
-
|
1672 |
-
#: ../help/help.php:342
|
1673 |
msgid "Keywords in the Post Notifications"
|
1674 |
msgstr "Palavras-chave nas Notificações de Postagem"
|
1675 |
|
1676 |
-
#: ../help/help.php:
|
1677 |
msgid "Send a test post notification email to myself/testgroup"
|
1678 |
msgstr "Enviar um e-mail de notificação de teste para mim/grupo de teste"
|
1679 |
|
1680 |
-
#: ../help/help.php:
|
1681 |
-
msgid "Check sent emails"
|
1682 |
-
msgstr "Verifique os e-mails enviados"
|
1683 |
-
|
1684 |
-
#: ../help/help.php:355
|
1685 |
msgid "Cron Job Setup"
|
1686 |
msgstr "Configuração do Cron Job"
|
1687 |
|
1688 |
-
#: ../help/help.php:
|
1689 |
-
msgid "How to Schedule Cron Emails?"
|
1690 |
-
msgstr "Como agendar os e-mails do Cron Job?"
|
1691 |
-
|
1692 |
-
#: ../help/help.php:361
|
1693 |
msgid "Schedule Cron Emails in cPanel"
|
1694 |
msgstr "Agendar E-mails Cron Job no cPanel"
|
1695 |
|
1696 |
-
#: ../help/help.php:
|
1697 |
msgid "Schedule Cron Emails in Parallels Plesk"
|
1698 |
msgstr "Agendar E-mails Cron Job no Parallels Plesk"
|
1699 |
|
1700 |
-
#: ../help/help.php:
|
1701 |
msgid "Hosting doesn’t support Cron Jobs?"
|
1702 |
msgstr "A sua hospedagem não suporta trabalhos do Cron Job?"
|
1703 |
|
@@ -1717,23 +1730,23 @@ msgstr "Ajuda do CSS"
|
|
1717 |
msgid "FAQ's"
|
1718 |
msgstr "FAQ's"
|
1719 |
|
1720 |
-
#: ../help/help.php:
|
1721 |
msgid "Want to do more? Here's how.."
|
1722 |
msgstr "Quer fazer mais? Veja como..."
|
1723 |
|
1724 |
-
#: ../help/help.php:
|
1725 |
msgid "Allow Subscribers to get subscribed to any group"
|
1726 |
msgstr "Permitir que os Assinantes se inscrevam em qualquer grupo"
|
1727 |
|
1728 |
-
#: ../help/help.php:
|
1729 |
msgid "Using our free "
|
1730 |
msgstr "Usando nosso plugin free "
|
1731 |
|
1732 |
-
#: ../help/help.php:
|
1733 |
msgid "Group Selector"
|
1734 |
msgstr "Seletor de Grupo"
|
1735 |
|
1736 |
-
#: ../help/help.php:
|
1737 |
msgid ""
|
1738 |
"plugin, you can extend Email Subscribers Form functionality by providing an "
|
1739 |
"grouping option right next to the form."
|
@@ -1741,19 +1754,19 @@ msgstr ""
|
|
1741 |
", você pode ampliar a funcionalidade do Formulário de Email Subscribers "
|
1742 |
"fornecendo uma opção de agrupamento ao lado do formulário."
|
1743 |
|
1744 |
-
#: ../help/help.php:
|
1745 |
msgid "The user can then subscribe to whichever group most appeals to them."
|
1746 |
msgstr "O usuário pode então se inscrever para o grupo que mais lhe agradar."
|
1747 |
|
1748 |
-
#: ../help/help.php:
|
1749 |
msgid "For example: Subscribe either to Updates or to Offers."
|
1750 |
msgstr "Por exemplo: Inscreva-se para Atualizações ou para Ofertas."
|
1751 |
|
1752 |
-
#: ../help/help.php:
|
1753 |
msgid "Show your subscribe form inside attractive popups"
|
1754 |
msgstr "Mostre seu formulário de inscrição dentro de pop-up's atraentes"
|
1755 |
|
1756 |
-
#: ../help/help.php:
|
1757 |
msgid ""
|
1758 |
"Don't limit your subscriber form to a widget. Embed it within popups, hello "
|
1759 |
"bars, slide-ins, sidebars, full screen popups etc."
|
@@ -1761,13 +1774,13 @@ msgstr ""
|
|
1761 |
"Não limite seu formulário de assinante para um widget. Incorporá-lo dentro "
|
1762 |
"de pop-ups, slides, barras laterais, pop-up's em tela cheia, etc."
|
1763 |
|
1764 |
-
#: ../help/help.php:
|
1765 |
msgid "Using Email Subscribers you can achieve this easily with our free plugin "
|
1766 |
msgstr ""
|
1767 |
"Usando o Email Subscribers você pode conseguir isso com facilidade com nosso "
|
1768 |
"plugin gratuito "
|
1769 |
|
1770 |
-
#: ../help/help.php:
|
1771 |
msgid ""
|
1772 |
"Icegram's beautiful designs instantly capture user attention and help "
|
1773 |
"increase sign-ups to your WordPress website."
|
@@ -1775,28 +1788,28 @@ msgstr ""
|
|
1775 |
"Os belos designs do Icegram captam instantaneamente a atenção do usuário e "
|
1776 |
"ajudam a aumentar as inscrições no seu site WordPress."
|
1777 |
|
1778 |
-
#: ../help/help.php:
|
1779 |
#, php-format
|
1780 |
msgid "How to %s"
|
1781 |
msgstr "Como %s"
|
1782 |
|
1783 |
-
#: ../help/help.php:
|
1784 |
msgid "show subscribe form inside a popup"
|
1785 |
msgstr "mostrar o formulário de inscrição dentro de um pop-up"
|
1786 |
|
1787 |
-
#: ../help/help.php:
|
1788 |
msgid "Get beautiful and elegant form styles"
|
1789 |
msgstr "Obtenha estilos de formulários lindos e elegantes"
|
1790 |
|
1791 |
-
#: ../help/help.php:
|
1792 |
msgid "Email subscribers easily integrates with another free plugin "
|
1793 |
msgstr "E-mail subscribers se integra facilmente com outro plugin gratuito "
|
1794 |
|
1795 |
-
#: ../help/help.php:
|
1796 |
msgid "Rainmaker"
|
1797 |
msgstr "Rainmaker"
|
1798 |
|
1799 |
-
#: ../help/help.php:
|
1800 |
msgid ""
|
1801 |
"Rainmaker extends the core features of Email Subscribers and provides "
|
1802 |
"elegant form styles."
|
@@ -1804,7 +1817,7 @@ msgstr ""
|
|
1804 |
"O Rainmaker amplia os recursos principais do Email Subscribers e oferece "
|
1805 |
"estilos de formulários elegantes."
|
1806 |
|
1807 |
-
#: ../help/help.php:
|
1808 |
msgid ""
|
1809 |
"These styles are well designed and beautify your subscription form making it "
|
1810 |
"more appealing."
|
@@ -1812,7 +1825,7 @@ msgstr ""
|
|
1812 |
"Esses estilos são bem desenhados e embelezam seu formulário de inscrição "
|
1813 |
"tornando-o mais atraente."
|
1814 |
|
1815 |
-
#: ../help/help.php:
|
1816 |
msgid "add Rainmaker’s form in Email Subscribers"
|
1817 |
msgstr "adicionar o formulário do Rainmaker ao Email Subscribers"
|
1818 |
|
@@ -1932,14 +1945,134 @@ msgstr "<span style=\"color:#20b2aa;font-weight:bold;\">via Cron Job</span>"
|
|
1932 |
msgid "<span style=\"color:#993399;\">Immediately</span>"
|
1933 |
msgstr "<span style=\"color:#993399;\">Imediatamente</span>"
|
1934 |
|
1935 |
-
#: ../classes/es-
|
1936 |
-
#:
|
|
|
|
|
|
|
|
|
|
|
|
|
1937 |
msgid "Email Subscribers"
|
1938 |
msgstr "Email Subscribers"
|
1939 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1940 |
#: ../classes/es-register.php:168 ../classes/es-register.php:169 ../classes/es-
|
1941 |
-
#: register.php:
|
1942 |
-
#: 1187
|
1943 |
msgid "Templates"
|
1944 |
msgstr "Modelos"
|
1945 |
|
@@ -2212,144 +2345,7 @@ msgctxt "widget-page-enhanced-select"
|
|
2212 |
msgid "There was a problem with the request"
|
2213 |
msgstr "Houve um problema com o pedido"
|
2214 |
|
2215 |
-
#: ../classes/es-register.php:
|
2216 |
-
msgid ""
|
2217 |
-
"Keyword structure has been simplified. All your previously set keywords have "
|
2218 |
-
"been automatically updated to the new structure."
|
2219 |
-
msgstr ""
|
2220 |
-
"A estrutura da palavra-chave foi simplificada. Todas as suas palavras-chave "
|
2221 |
-
"previamente definidas foram atualizadas automaticamente para a nova "
|
2222 |
-
"estrutura."
|
2223 |
-
|
2224 |
-
#: ../classes/es-register.php:721
|
2225 |
-
msgid "Check the updated structure"
|
2226 |
-
msgstr "Verifique a estrutura atualizada"
|
2227 |
-
|
2228 |
-
#: ../classes/es-register.php:721
|
2229 |
-
msgid "Okay, I got it."
|
2230 |
-
msgstr "Ok, eu entendi."
|
2231 |
-
|
2232 |
-
#: ../classes/es-register.php:930
|
2233 |
-
msgctxt "timezone date format"
|
2234 |
-
msgid "Y-m-d"
|
2235 |
-
msgstr "Y-m-d"
|
2236 |
-
|
2237 |
-
#: ../classes/es-register.php:947
|
2238 |
-
msgid "is getting even better!"
|
2239 |
-
msgstr "está ficando ainda melhor!"
|
2240 |
-
|
2241 |
-
#: ../classes/es-register.php:948
|
2242 |
-
msgid "But I need you to"
|
2243 |
-
msgstr "Mas eu preciso de você para"
|
2244 |
-
|
2245 |
-
#: ../classes/es-register.php:948
|
2246 |
-
msgid "help me prioritize"
|
2247 |
-
msgstr "me ajude a priorizar"
|
2248 |
-
|
2249 |
-
#: ../classes/es-register.php:948
|
2250 |
-
msgid "Please send your response today."
|
2251 |
-
msgstr "Por favor, envie sua resposta hoje."
|
2252 |
-
|
2253 |
-
#: ../classes/es-register.php:955
|
2254 |
-
msgid "Here's how you use ES:"
|
2255 |
-
msgstr "Veja como você usa o Email Subscribers:"
|
2256 |
-
|
2257 |
-
#: ../classes/es-register.php:960
|
2258 |
-
msgid "Post Notifications more often than Newsletter"
|
2259 |
-
msgstr "Notificações de Postagem com mais frequência do que Newsletter"
|
2260 |
-
|
2261 |
-
#: ../classes/es-register.php:962
|
2262 |
-
msgid "Newsletter more often than Post Notifications"
|
2263 |
-
msgstr "Newsletter com mais frequência do que Notificações de Postagem"
|
2264 |
-
|
2265 |
-
#: ../classes/es-register.php:964
|
2266 |
-
msgid "Post Notification & Newsletter equally"
|
2267 |
-
msgstr "Notificações de Postagem e Newsletter igualmente"
|
2268 |
-
|
2269 |
-
#: ../classes/es-register.php:968
|
2270 |
-
msgid "Have "
|
2271 |
-
msgstr "Ter "
|
2272 |
-
|
2273 |
-
#: ../classes/es-register.php:968
|
2274 |
-
msgid " Active Subscribers"
|
2275 |
-
msgstr " Assinantes Ativos"
|
2276 |
-
|
2277 |
-
#: ../classes/es-register.php:969
|
2278 |
-
msgid "Post "
|
2279 |
-
msgstr "Postar "
|
2280 |
-
|
2281 |
-
#: ../classes/es-register.php:969
|
2282 |
-
msgid " blog per week"
|
2283 |
-
msgstr " blog por semana"
|
2284 |
-
|
2285 |
-
#: ../classes/es-register.php:973
|
2286 |
-
msgid "Send emails via Cron"
|
2287 |
-
msgstr "Enviar e-mails via Cron Job"
|
2288 |
-
|
2289 |
-
#: ../classes/es-register.php:975
|
2290 |
-
msgid "Send emails Immediately"
|
2291 |
-
msgstr "Enviar e-mails imediatamente"
|
2292 |
-
|
2293 |
-
#: ../classes/es-register.php:982
|
2294 |
-
msgid "Using Double Opt In"
|
2295 |
-
msgstr "Usando o Opt-In Duplo"
|
2296 |
-
|
2297 |
-
#: ../classes/es-register.php:984
|
2298 |
-
msgid "Using Single Opt In"
|
2299 |
-
msgstr "Usando o Opt-In Simples"
|
2300 |
-
|
2301 |
-
#: ../classes/es-register.php:1002
|
2302 |
-
msgid "How soon do you want these new features?"
|
2303 |
-
msgstr "Em que momento você quer esses novos recursos?"
|
2304 |
-
|
2305 |
-
#: ../classes/es-register.php:1006
|
2306 |
-
msgid "Beautiful Email Designs"
|
2307 |
-
msgstr "Lindos Projetos de E-mail"
|
2308 |
-
|
2309 |
-
#: ../classes/es-register.php:1007 ../classes/es-register.php:1012 ../classes/es-
|
2310 |
-
#: register.php:1017 ../classes/es-register.php:1022
|
2311 |
-
msgid "Right now!"
|
2312 |
-
msgstr "Agora mesmo!"
|
2313 |
-
|
2314 |
-
#: ../classes/es-register.php:1008 ../classes/es-register.php:1013 ../classes/es-
|
2315 |
-
#: register.php:1018 ../classes/es-register.php:1023
|
2316 |
-
msgid "Soon"
|
2317 |
-
msgstr "Em breve"
|
2318 |
-
|
2319 |
-
#: ../classes/es-register.php:1009 ../classes/es-register.php:1014 ../classes/es-
|
2320 |
-
#: register.php:1019 ../classes/es-register.php:1024
|
2321 |
-
msgid "Later"
|
2322 |
-
msgstr "Depois"
|
2323 |
-
|
2324 |
-
#: ../classes/es-register.php:1011
|
2325 |
-
msgid "Spam Check, Scheduling... (Better Email Delivery)"
|
2326 |
-
msgstr "Spam Check, Agendamento... (Melhor Entrega de E-mail)"
|
2327 |
-
|
2328 |
-
#: ../classes/es-register.php:1016
|
2329 |
-
msgid "Discard Fake / Bouncing Emails"
|
2330 |
-
msgstr "Descartar E-mails Fakes"
|
2331 |
-
|
2332 |
-
#: ../classes/es-register.php:1021
|
2333 |
-
msgid "Advanced Reporting"
|
2334 |
-
msgstr "Relatórios Avançados"
|
2335 |
-
|
2336 |
-
#: ../classes/es-register.php:1033
|
2337 |
-
msgid "Nah, I don't like improvements"
|
2338 |
-
msgstr "Não, eu não gosto de melhorias"
|
2339 |
-
|
2340 |
-
#: ../classes/es-register.php:1039
|
2341 |
-
msgid "Next"
|
2342 |
-
msgstr "Próximo"
|
2343 |
-
|
2344 |
-
#: ../classes/es-register.php:1049
|
2345 |
-
msgid "Thank you!"
|
2346 |
-
msgstr "Obrigado!"
|
2347 |
-
|
2348 |
-
#: ../classes/es-register.php:1050
|
2349 |
-
msgid "No issues, have a nice day!"
|
2350 |
-
msgstr "Sem problemas, tenha um bom dia!"
|
2351 |
-
|
2352 |
-
#: ../classes/es-register.php:1158
|
2353 |
msgid ""
|
2354 |
"If you like <strong>Email Subscribers</strong>, please consider leaving us a "
|
2355 |
"<a target=\"_blank\" href=\"https://wordpress.org/support/plugin/email-"
|
@@ -2361,64 +2357,64 @@ msgstr ""
|
|
2361 |
"org/support/plugin/email-subscribers/reviews/?filter=5#new-post\">★"
|
2362 |
"★★★★</a> avaliação. Um enorme obrigado do Icegram!"
|
2363 |
|
2364 |
-
#: ../classes/es-register.php:
|
2365 |
#, php-format
|
2366 |
msgid "Email Subscribers version: <strong>%s</strong>"
|
2367 |
msgstr "Email Subscribers versão: <strong>%s</strong>"
|
2368 |
|
2369 |
-
#: ../classes/es-register.php:
|
2370 |
msgid "Add new Template"
|
2371 |
msgstr "Adicionar Novo Modelo"
|
2372 |
|
2373 |
-
#: ../classes/es-register.php:
|
2374 |
msgid "Edit Templates"
|
2375 |
msgstr "Editar Modelos"
|
2376 |
|
2377 |
-
#: ../classes/es-register.php:
|
2378 |
msgid "New Templates"
|
2379 |
msgstr "Novos Modelos"
|
2380 |
|
2381 |
-
#: ../classes/es-register.php:
|
2382 |
msgid "View Templates"
|
2383 |
msgstr "Exibir Modelos"
|
2384 |
|
2385 |
-
#: ../classes/es-register.php:
|
2386 |
msgid "Search Templates"
|
2387 |
msgstr "Procurar Modelos"
|
2388 |
|
2389 |
-
#: ../classes/es-register.php:
|
2390 |
msgid "No Templates found"
|
2391 |
msgstr "Nenhum Modelo encontrado"
|
2392 |
|
2393 |
-
#: ../classes/es-register.php:
|
2394 |
msgid "No Templates found in Trash"
|
2395 |
msgstr "Nenhum Modelo encontrado na Lixeira"
|
2396 |
|
2397 |
-
#: ../classes/es-register.php:
|
2398 |
msgid "Thumbnail (For Visual Representation only)"
|
2399 |
msgstr "Miniaturas (Para Representação Visual apenas)"
|
2400 |
|
2401 |
-
#: ../classes/es-register.php:
|
2402 |
msgid "Set thumbnail"
|
2403 |
msgstr "Definir miniatura"
|
2404 |
|
2405 |
-
#: ../classes/es-register.php:
|
2406 |
msgid "Template Type"
|
2407 |
msgstr "Tipo de Modelo"
|
2408 |
|
2409 |
-
#: ../classes/es-register.php:
|
2410 |
msgid "Available Keyword for Post Notification: {{POSTTITLE}}"
|
2411 |
msgstr "Palavra-chave disponível para Notificação de Postagem: {{POSTTITLE}}"
|
2412 |
|
2413 |
-
#: ../classes/es-register.php:
|
2414 |
msgid "Select your Email Template Type"
|
2415 |
msgstr "Selecione o seu Tipo de Modelo de E-mail"
|
2416 |
|
2417 |
-
#: ../classes/es-register.php:
|
2418 |
msgid "Preview Template"
|
2419 |
msgstr "Visualização do Modelo"
|
2420 |
|
2421 |
-
#: ../classes/es-register.php:
|
2422 |
#, php-format
|
2423 |
msgid ""
|
2424 |
"%s for Post Notification: {{NAME}}, {{EMAIL}}, {{DATE}}, {{POSTTITLE}}, "
|
@@ -2429,26 +2425,26 @@ msgstr ""
|
|
2429 |
"{{POSTTITLE}}, {{POSTLINK}}, {{POSTIMAGE}}, {{POSTDESC}}, {{POSTAUTHOR}}, "
|
2430 |
"{{POSTLINK-WITHTITLE}}, {{POSTLINK-ONLY}}, {{POSTFULL}}"
|
2431 |
|
2432 |
-
#: ../classes/es-register.php:
|
2433 |
msgid "<br/><br/>Available Keywords for Newsletter: {{NAME}}, {{EMAIL}}"
|
2434 |
msgstr "<br/><br/>Palavras-chave disponíveis para Newsletter: {{NAME}}, {{EMAIL}}"
|
2435 |
|
2436 |
-
#: ../classes/es-register.php:
|
2437 |
msgid "Email *"
|
2438 |
msgstr "E-mail *"
|
2439 |
|
2440 |
-
#: ../classes/es-register.php:
|
2441 |
msgid "Widget Title"
|
2442 |
msgstr "Título do Widget"
|
2443 |
|
2444 |
-
#: ../classes/es-register.php:
|
2445 |
msgid "Short description about subscription form"
|
2446 |
msgstr "Breve descrição sobre o formulário de inscrição"
|
2447 |
|
2448 |
-
#: ../classes/es-register.php:
|
2449 |
msgid "Display Name Field"
|
2450 |
msgstr "Exibir Campo do Nome"
|
2451 |
|
2452 |
-
#: ../classes/es-register.php:
|
2453 |
msgid "Subscriber Group"
|
2454 |
msgstr "Grupo do Assinante"
|
3 |
"Project-Id-Version: Email Subscribers & Newsletters 3.4.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: Fri Nov 17 2017 15:32:33 GMT+0530 (IST)\n"
|
7 |
+
"Last-Translator: admin <mansi.shah@appsmagnet.com>\n"
|
8 |
"Language-Team: StoreApps <support@storeapps.org>, Icegram <hello@icegram."
|
9 |
"com>\n"
|
10 |
"Language: Portuguese (Brazil)\n"
|
23 |
"X-Poedit-SearchPath-0: ..\n"
|
24 |
"X-Loco-Target-Locale: pt_BR"
|
25 |
|
26 |
+
#: ../help/help.php:308
|
27 |
+
msgid "General Plugin Configuration"
|
28 |
+
msgstr ""
|
29 |
+
|
30 |
+
#: ../help/help.php:326
|
31 |
+
msgid "How to check sent emails?"
|
32 |
+
msgstr ""
|
33 |
+
|
34 |
+
#: ../help/help.php:338
|
35 |
+
msgid "Create and Send Newsletter Emails"
|
36 |
+
msgstr ""
|
37 |
+
|
38 |
+
#: ../help/help.php:341
|
39 |
+
msgid "Keywords in the Newsletters"
|
40 |
+
msgstr ""
|
41 |
+
|
42 |
+
#: ../help/help.php:348
|
43 |
+
msgid "Create and Send Post Notification Emails when new posts are published"
|
44 |
+
msgstr ""
|
45 |
+
|
46 |
+
#: ../help/help.php:362
|
47 |
+
msgid "What is Cron and how to Schedule Cron Emails?"
|
48 |
+
msgstr ""
|
49 |
+
|
50 |
+
#: ../classes/es-register.php:756
|
51 |
+
msgid ""
|
52 |
+
"Compose is now changed to <b>Templates</b> and Keyword structure has been "
|
53 |
+
"simplified. All your previously created templates and keywords have been "
|
54 |
+
"automatically updated to the new structure.<br>"
|
55 |
+
msgstr ""
|
56 |
+
|
57 |
+
#: ../classes/es-register.php:757
|
58 |
+
msgid "Check all the changes "
|
59 |
+
msgstr ""
|
60 |
+
|
61 |
+
#: ../classes/es-register.php:757
|
62 |
+
msgid "No thanks, I know about it already."
|
63 |
+
msgstr ""
|
64 |
+
|
65 |
#: ../notification/notification-add.php:33
|
66 |
msgid "Please select subscribers group."
|
67 |
msgstr "Por favor, selecione um grupo de assinantes."
|
191 |
msgid "Selected record deleted."
|
192 |
msgstr "Registro selecionado excluído."
|
193 |
|
194 |
+
#: ../notification/notification-show.php:52 ../help/help.php:345 ../classes/es-
|
195 |
+
#: register.php:171 ../classes/es-register.php:172
|
196 |
msgid "Post Notifications"
|
197 |
msgstr "Notificações de Postagens"
|
198 |
|
407 |
msgid "Medium Size"
|
408 |
msgstr "Tamanho Médio"
|
409 |
|
410 |
+
#: ../settings/settings-edit.php:123 ../classes/es-register.php:905
|
411 |
msgid "Thumbnail"
|
412 |
msgstr "Miniatura"
|
413 |
|
436 |
"Esta opção deve ser definida como SIM."
|
437 |
|
438 |
#: ../settings/settings-edit.php:142 ../settings/settings-edit.php:217 ..
|
439 |
+
#: subscribers/view-subscriber-sync.php:107 ../classes/es-register.php:1174
|
440 |
msgid "YES"
|
441 |
msgstr "SIM"
|
442 |
|
443 |
#: ../settings/settings-edit.php:143 ../settings/settings-edit.php:218 ..
|
444 |
+
#: subscribers/view-subscriber-sync.php:106 ../classes/es-register.php:1175
|
445 |
msgid "NO"
|
446 |
msgstr "NÃO"
|
447 |
|
679 |
msgid "Post Notifications Menu"
|
680 |
msgstr "Menu de Notificação de Postagens"
|
681 |
|
682 |
+
#: ../settings/settings-edit.php:324 ../help/help.php:335 ../sendmail/sendmail.
|
683 |
+
#: php:93 ../classes/es-register.php:174 ../classes/es-register.php:175
|
684 |
msgid "Newsletters"
|
685 |
msgstr "Newsletters"
|
686 |
|
855 |
|
856 |
#: ../sentmail/sentmail-show.php:108 ../sentmail/sentmail-show.php:121 ..
|
857 |
#: compose/compose-edit.php:103 ../compose/compose-show.php:80 ..
|
858 |
+
#: compose/compose-show.php:88 ../classes/es-register.php:953
|
859 |
msgid "Preview"
|
860 |
msgstr "Visualizar"
|
861 |
|
1179 |
msgstr "Endereço de e-mail"
|
1180 |
|
1181 |
#: ../subscribers/view-subscriber-show.php:361 ../subscribers/view-subscriber-
|
1182 |
+
#: show.php:374 ../classes/es-register.php:1116 ../classes/es-loadwidget.php:28
|
1183 |
msgid "Name"
|
1184 |
msgstr "Nome"
|
1185 |
|
1371 |
msgstr "Selecione o seu Modelo de E-mail"
|
1372 |
|
1373 |
#: ../compose/compose-edit.php:92 ../compose/compose-add.php:80 ../classes/es-
|
1374 |
+
#: register.php:975
|
1375 |
msgid "Newsletter"
|
1376 |
msgstr "Newsletter"
|
1377 |
|
1378 |
#: ../compose/compose-edit.php:93 ../compose/compose-add.php:81 ../classes/es-
|
1379 |
+
#: register.php:976
|
1380 |
msgid "Post Notification"
|
1381 |
msgstr "Notificação de Postagem"
|
1382 |
|
1406 |
"###POSTLINK-ONLY###, ###POSTFULL### (Para Notificação de Postagem apenas)"
|
1407 |
|
1408 |
#: ../compose/compose-edit.php:111 ../compose/compose-add.php:93 ../classes/es-
|
1409 |
+
#: register.php:1037
|
1410 |
msgid "Available Keywords"
|
1411 |
msgstr "Palavras-chave disponíveis"
|
1412 |
|
1493 |
msgid "Get more help and tips..."
|
1494 |
msgstr "Obtenha mais ajuda e dicas..."
|
1495 |
|
1496 |
+
#: ../help/help.php:183 ../classes/es-register.php:1126 ../classes/es-loadwidget.
|
1497 |
#: php:38
|
1498 |
msgid "Subscribe"
|
1499 |
msgstr "Inscrever"
|
1612 |
|
1613 |
#: ../help/help.php:288 ../help/help.php:299 ../help/help.php:302 ../help/help.
|
1614 |
#: php:314 ../help/help.php:317 ../help/help.php:320 ../help/help.php:323 ..
|
1615 |
+
#: help/help.php:326 ../help/help.php:338 ../help/help.php:341 ../help/help.php:
|
1616 |
+
#: 348 ../help/help.php:351 ../help/help.php:354 ../help/help.php:362 ..
|
1617 |
+
#: help/help.php:365 ../help/help.php:368 ../help/help.php:371 ../help/help.php:
|
1618 |
+
#: 377 ../help/help.php:380 ../help/help.php:382
|
1619 |
#, php-format
|
1620 |
msgid "%s"
|
1621 |
msgstr "%s"
|
1657 |
msgid "How to add captcha in Subscribe form of Email Subscribers?"
|
1658 |
msgstr "Como adicionar captcha no formulário de Inscrição do Email Subscribers?"
|
1659 |
|
|
|
|
|
|
|
|
|
1660 |
#: ../help/help.php:311
|
1661 |
#, php-format
|
1662 |
msgid "Modify %s"
|
1690 |
msgid "How to add Unsubscribe link in emails?"
|
1691 |
msgstr "Como adicionar link de Cancelamento nos e-mails?"
|
1692 |
|
1693 |
+
#: ../help/help.php:351
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1694 |
msgid "Keywords in the Post Notifications"
|
1695 |
msgstr "Palavras-chave nas Notificações de Postagem"
|
1696 |
|
1697 |
+
#: ../help/help.php:354
|
1698 |
msgid "Send a test post notification email to myself/testgroup"
|
1699 |
msgstr "Enviar um e-mail de notificação de teste para mim/grupo de teste"
|
1700 |
|
1701 |
+
#: ../help/help.php:359
|
|
|
|
|
|
|
|
|
1702 |
msgid "Cron Job Setup"
|
1703 |
msgstr "Configuração do Cron Job"
|
1704 |
|
1705 |
+
#: ../help/help.php:365
|
|
|
|
|
|
|
|
|
1706 |
msgid "Schedule Cron Emails in cPanel"
|
1707 |
msgstr "Agendar E-mails Cron Job no cPanel"
|
1708 |
|
1709 |
+
#: ../help/help.php:368
|
1710 |
msgid "Schedule Cron Emails in Parallels Plesk"
|
1711 |
msgstr "Agendar E-mails Cron Job no Parallels Plesk"
|
1712 |
|
1713 |
+
#: ../help/help.php:371
|
1714 |
msgid "Hosting doesn’t support Cron Jobs?"
|
1715 |
msgstr "A sua hospedagem não suporta trabalhos do Cron Job?"
|
1716 |
|
1730 |
msgid "FAQ's"
|
1731 |
msgstr "FAQ's"
|
1732 |
|
1733 |
+
#: ../help/help.php:388
|
1734 |
msgid "Want to do more? Here's how.."
|
1735 |
msgstr "Quer fazer mais? Veja como..."
|
1736 |
|
1737 |
+
#: ../help/help.php:391
|
1738 |
msgid "Allow Subscribers to get subscribed to any group"
|
1739 |
msgstr "Permitir que os Assinantes se inscrevam em qualquer grupo"
|
1740 |
|
1741 |
+
#: ../help/help.php:396
|
1742 |
msgid "Using our free "
|
1743 |
msgstr "Usando nosso plugin free "
|
1744 |
|
1745 |
+
#: ../help/help.php:397
|
1746 |
msgid "Group Selector"
|
1747 |
msgstr "Seletor de Grupo"
|
1748 |
|
1749 |
+
#: ../help/help.php:398
|
1750 |
msgid ""
|
1751 |
"plugin, you can extend Email Subscribers Form functionality by providing an "
|
1752 |
"grouping option right next to the form."
|
1754 |
", você pode ampliar a funcionalidade do Formulário de Email Subscribers "
|
1755 |
"fornecendo uma opção de agrupamento ao lado do formulário."
|
1756 |
|
1757 |
+
#: ../help/help.php:401
|
1758 |
msgid "The user can then subscribe to whichever group most appeals to them."
|
1759 |
msgstr "O usuário pode então se inscrever para o grupo que mais lhe agradar."
|
1760 |
|
1761 |
+
#: ../help/help.php:404
|
1762 |
msgid "For example: Subscribe either to Updates or to Offers."
|
1763 |
msgstr "Por exemplo: Inscreva-se para Atualizações ou para Ofertas."
|
1764 |
|
1765 |
+
#: ../help/help.php:408
|
1766 |
msgid "Show your subscribe form inside attractive popups"
|
1767 |
msgstr "Mostre seu formulário de inscrição dentro de pop-up's atraentes"
|
1768 |
|
1769 |
+
#: ../help/help.php:413
|
1770 |
msgid ""
|
1771 |
"Don't limit your subscriber form to a widget. Embed it within popups, hello "
|
1772 |
"bars, slide-ins, sidebars, full screen popups etc."
|
1774 |
"Não limite seu formulário de assinante para um widget. Incorporá-lo dentro "
|
1775 |
"de pop-ups, slides, barras laterais, pop-up's em tela cheia, etc."
|
1776 |
|
1777 |
+
#: ../help/help.php:416
|
1778 |
msgid "Using Email Subscribers you can achieve this easily with our free plugin "
|
1779 |
msgstr ""
|
1780 |
"Usando o Email Subscribers você pode conseguir isso com facilidade com nosso "
|
1781 |
"plugin gratuito "
|
1782 |
|
1783 |
+
#: ../help/help.php:420
|
1784 |
msgid ""
|
1785 |
"Icegram's beautiful designs instantly capture user attention and help "
|
1786 |
"increase sign-ups to your WordPress website."
|
1788 |
"Os belos designs do Icegram captam instantaneamente a atenção do usuário e "
|
1789 |
"ajudam a aumentar as inscrições no seu site WordPress."
|
1790 |
|
1791 |
+
#: ../help/help.php:423 ../help/help.php:443
|
1792 |
#, php-format
|
1793 |
msgid "How to %s"
|
1794 |
msgstr "Como %s"
|
1795 |
|
1796 |
+
#: ../help/help.php:423
|
1797 |
msgid "show subscribe form inside a popup"
|
1798 |
msgstr "mostrar o formulário de inscrição dentro de um pop-up"
|
1799 |
|
1800 |
+
#: ../help/help.php:427
|
1801 |
msgid "Get beautiful and elegant form styles"
|
1802 |
msgstr "Obtenha estilos de formulários lindos e elegantes"
|
1803 |
|
1804 |
+
#: ../help/help.php:433
|
1805 |
msgid "Email subscribers easily integrates with another free plugin "
|
1806 |
msgstr "E-mail subscribers se integra facilmente com outro plugin gratuito "
|
1807 |
|
1808 |
+
#: ../help/help.php:434
|
1809 |
msgid "Rainmaker"
|
1810 |
msgstr "Rainmaker"
|
1811 |
|
1812 |
+
#: ../help/help.php:437
|
1813 |
msgid ""
|
1814 |
"Rainmaker extends the core features of Email Subscribers and provides "
|
1815 |
"elegant form styles."
|
1817 |
"O Rainmaker amplia os recursos principais do Email Subscribers e oferece "
|
1818 |
"estilos de formulários elegantes."
|
1819 |
|
1820 |
+
#: ../help/help.php:440
|
1821 |
msgid ""
|
1822 |
"These styles are well designed and beautify your subscription form making it "
|
1823 |
"more appealing."
|
1825 |
"Esses estilos são bem desenhados e embelezam seu formulário de inscrição "
|
1826 |
"tornando-o mais atraente."
|
1827 |
|
1828 |
+
#: ../help/help.php:443
|
1829 |
msgid "add Rainmaker’s form in Email Subscribers"
|
1830 |
msgstr "adicionar o formulário do Rainmaker ao Email Subscribers"
|
1831 |
|
1945 |
msgid "<span style=\"color:#993399;\">Immediately</span>"
|
1946 |
msgstr "<span style=\"color:#993399;\">Imediatamente</span>"
|
1947 |
|
1948 |
+
#: ../classes/es-survey.php:21 ../classes/es-register.php:716 ../classes/es-offer.
|
1949 |
+
#: php:72
|
1950 |
+
msgctxt "timezone date format"
|
1951 |
+
msgid "Y-m-d"
|
1952 |
+
msgstr "Y-m-d"
|
1953 |
+
|
1954 |
+
#: ../classes/es-survey.php:232 ../classes/es-register.php:162 ../classes/es-
|
1955 |
+
#: register.php:163 ../classes/es-register.php:865
|
1956 |
msgid "Email Subscribers"
|
1957 |
msgstr "Email Subscribers"
|
1958 |
|
1959 |
+
#: ../classes/es-survey.php:232
|
1960 |
+
msgid "is getting even better!"
|
1961 |
+
msgstr "está ficando ainda melhor!"
|
1962 |
+
|
1963 |
+
#: ../classes/es-survey.php:233
|
1964 |
+
msgid "But I need you to"
|
1965 |
+
msgstr "Mas eu preciso de você para"
|
1966 |
+
|
1967 |
+
#: ../classes/es-survey.php:233
|
1968 |
+
msgid "help me prioritize"
|
1969 |
+
msgstr "me ajude a priorizar"
|
1970 |
+
|
1971 |
+
#: ../classes/es-survey.php:233
|
1972 |
+
msgid "Please send your response today."
|
1973 |
+
msgstr "Por favor, envie sua resposta hoje."
|
1974 |
+
|
1975 |
+
#: ../classes/es-survey.php:240
|
1976 |
+
msgid "Here's how you use ES:"
|
1977 |
+
msgstr "Veja como você usa o Email Subscribers:"
|
1978 |
+
|
1979 |
+
#: ../classes/es-survey.php:245
|
1980 |
+
msgid "Post Notifications more often than Newsletter"
|
1981 |
+
msgstr "Notificações de Postagem com mais frequência do que Newsletter"
|
1982 |
+
|
1983 |
+
#: ../classes/es-survey.php:247
|
1984 |
+
msgid "Newsletter more often than Post Notifications"
|
1985 |
+
msgstr "Newsletter com mais frequência do que Notificações de Postagem"
|
1986 |
+
|
1987 |
+
#: ../classes/es-survey.php:249
|
1988 |
+
msgid "Post Notification & Newsletter equally"
|
1989 |
+
msgstr "Notificações de Postagem e Newsletter igualmente"
|
1990 |
+
|
1991 |
+
#: ../classes/es-survey.php:253
|
1992 |
+
msgid "Have "
|
1993 |
+
msgstr "Ter "
|
1994 |
+
|
1995 |
+
#: ../classes/es-survey.php:253
|
1996 |
+
msgid " Active Subscribers"
|
1997 |
+
msgstr " Assinantes Ativos"
|
1998 |
+
|
1999 |
+
#: ../classes/es-survey.php:254
|
2000 |
+
msgid "Post "
|
2001 |
+
msgstr "Postar "
|
2002 |
+
|
2003 |
+
#: ../classes/es-survey.php:254
|
2004 |
+
msgid " blog per week"
|
2005 |
+
msgstr " blog por semana"
|
2006 |
+
|
2007 |
+
#: ../classes/es-survey.php:258
|
2008 |
+
msgid "Send emails via Cron"
|
2009 |
+
msgstr "Enviar e-mails via Cron Job"
|
2010 |
+
|
2011 |
+
#: ../classes/es-survey.php:260
|
2012 |
+
msgid "Send emails Immediately"
|
2013 |
+
msgstr "Enviar e-mails imediatamente"
|
2014 |
+
|
2015 |
+
#: ../classes/es-survey.php:267
|
2016 |
+
msgid "Using Double Opt In"
|
2017 |
+
msgstr "Usando o Opt-In Duplo"
|
2018 |
+
|
2019 |
+
#: ../classes/es-survey.php:269
|
2020 |
+
msgid "Using Single Opt In"
|
2021 |
+
msgstr "Usando o Opt-In Simples"
|
2022 |
+
|
2023 |
+
#: ../classes/es-survey.php:287
|
2024 |
+
msgid "How soon do you want these new features?"
|
2025 |
+
msgstr "Em que momento você quer esses novos recursos?"
|
2026 |
+
|
2027 |
+
#: ../classes/es-survey.php:291
|
2028 |
+
msgid "Beautiful Email Designs"
|
2029 |
+
msgstr "Lindos Projetos de E-mail"
|
2030 |
+
|
2031 |
+
#: ../classes/es-survey.php:292 ../classes/es-survey.php:297 ../classes/es-survey.
|
2032 |
+
#: php:302 ../classes/es-survey.php:307
|
2033 |
+
msgid "Right now!"
|
2034 |
+
msgstr "Agora mesmo!"
|
2035 |
+
|
2036 |
+
#: ../classes/es-survey.php:293 ../classes/es-survey.php:298 ../classes/es-survey.
|
2037 |
+
#: php:303 ../classes/es-survey.php:308
|
2038 |
+
msgid "Soon"
|
2039 |
+
msgstr "Em breve"
|
2040 |
+
|
2041 |
+
#: ../classes/es-survey.php:294 ../classes/es-survey.php:299 ../classes/es-survey.
|
2042 |
+
#: php:304 ../classes/es-survey.php:309
|
2043 |
+
msgid "Later"
|
2044 |
+
msgstr "Depois"
|
2045 |
+
|
2046 |
+
#: ../classes/es-survey.php:296
|
2047 |
+
msgid "Spam Check, Scheduling... (Better Email Delivery)"
|
2048 |
+
msgstr "Spam Check, Agendamento... (Melhor Entrega de E-mail)"
|
2049 |
+
|
2050 |
+
#: ../classes/es-survey.php:301
|
2051 |
+
msgid "Discard Fake / Bouncing Emails"
|
2052 |
+
msgstr "Descartar E-mails Fakes"
|
2053 |
+
|
2054 |
+
#: ../classes/es-survey.php:306
|
2055 |
+
msgid "Advanced Reporting"
|
2056 |
+
msgstr "Relatórios Avançados"
|
2057 |
+
|
2058 |
+
#: ../classes/es-survey.php:318
|
2059 |
+
msgid "Nah, I don't like improvements"
|
2060 |
+
msgstr "Não, eu não gosto de melhorias"
|
2061 |
+
|
2062 |
+
#: ../classes/es-survey.php:324
|
2063 |
+
msgid "Next"
|
2064 |
+
msgstr "Próximo"
|
2065 |
+
|
2066 |
+
#: ../classes/es-survey.php:334
|
2067 |
+
msgid "Thank you!"
|
2068 |
+
msgstr "Obrigado!"
|
2069 |
+
|
2070 |
+
#: ../classes/es-survey.php:335
|
2071 |
+
msgid "No issues, have a nice day!"
|
2072 |
+
msgstr "Sem problemas, tenha um bom dia!"
|
2073 |
+
|
2074 |
#: ../classes/es-register.php:168 ../classes/es-register.php:169 ../classes/es-
|
2075 |
+
#: register.php:853 ../classes/es-register.php:854 ../classes/es-register.php:859
|
|
|
2076 |
msgid "Templates"
|
2077 |
msgstr "Modelos"
|
2078 |
|
2345 |
msgid "There was a problem with the request"
|
2346 |
msgstr "Houve um problema com o pedido"
|
2347 |
|
2348 |
+
#: ../classes/es-register.php:830
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2349 |
msgid ""
|
2350 |
"If you like <strong>Email Subscribers</strong>, please consider leaving us a "
|
2351 |
"<a target=\"_blank\" href=\"https://wordpress.org/support/plugin/email-"
|
2357 |
"org/support/plugin/email-subscribers/reviews/?filter=5#new-post\">★"
|
2358 |
"★★★★</a> avaliação. Um enorme obrigado do Icegram!"
|
2359 |
|
2360 |
+
#: ../classes/es-register.php:844
|
2361 |
#, php-format
|
2362 |
msgid "Email Subscribers version: <strong>%s</strong>"
|
2363 |
msgstr "Email Subscribers versão: <strong>%s</strong>"
|
2364 |
|
2365 |
+
#: ../classes/es-register.php:855 ../classes/es-register.php:856
|
2366 |
msgid "Add new Template"
|
2367 |
msgstr "Adicionar Novo Modelo"
|
2368 |
|
2369 |
+
#: ../classes/es-register.php:857
|
2370 |
msgid "Edit Templates"
|
2371 |
msgstr "Editar Modelos"
|
2372 |
|
2373 |
+
#: ../classes/es-register.php:858
|
2374 |
msgid "New Templates"
|
2375 |
msgstr "Novos Modelos"
|
2376 |
|
2377 |
+
#: ../classes/es-register.php:860
|
2378 |
msgid "View Templates"
|
2379 |
msgstr "Exibir Modelos"
|
2380 |
|
2381 |
+
#: ../classes/es-register.php:861
|
2382 |
msgid "Search Templates"
|
2383 |
msgstr "Procurar Modelos"
|
2384 |
|
2385 |
+
#: ../classes/es-register.php:862
|
2386 |
msgid "No Templates found"
|
2387 |
msgstr "Nenhum Modelo encontrado"
|
2388 |
|
2389 |
+
#: ../classes/es-register.php:863
|
2390 |
msgid "No Templates found in Trash"
|
2391 |
msgstr "Nenhum Modelo encontrado na Lixeira"
|
2392 |
|
2393 |
+
#: ../classes/es-register.php:866
|
2394 |
msgid "Thumbnail (For Visual Representation only)"
|
2395 |
msgstr "Miniaturas (Para Representação Visual apenas)"
|
2396 |
|
2397 |
+
#: ../classes/es-register.php:867
|
2398 |
msgid "Set thumbnail"
|
2399 |
msgstr "Definir miniatura"
|
2400 |
|
2401 |
+
#: ../classes/es-register.php:904
|
2402 |
msgid "Template Type"
|
2403 |
msgstr "Tipo de Modelo"
|
2404 |
|
2405 |
+
#: ../classes/es-register.php:970
|
2406 |
msgid "Available Keyword for Post Notification: {{POSTTITLE}}"
|
2407 |
msgstr "Palavra-chave disponível para Notificação de Postagem: {{POSTTITLE}}"
|
2408 |
|
2409 |
+
#: ../classes/es-register.php:973
|
2410 |
msgid "Select your Email Template Type"
|
2411 |
msgstr "Selecione o seu Tipo de Modelo de E-mail"
|
2412 |
|
2413 |
+
#: ../classes/es-register.php:1023
|
2414 |
msgid "Preview Template"
|
2415 |
msgstr "Visualização do Modelo"
|
2416 |
|
2417 |
+
#: ../classes/es-register.php:1037
|
2418 |
#, php-format
|
2419 |
msgid ""
|
2420 |
"%s for Post Notification: {{NAME}}, {{EMAIL}}, {{DATE}}, {{POSTTITLE}}, "
|
2425 |
"{{POSTTITLE}}, {{POSTLINK}}, {{POSTIMAGE}}, {{POSTDESC}}, {{POSTAUTHOR}}, "
|
2426 |
"{{POSTLINK-WITHTITLE}}, {{POSTLINK-ONLY}}, {{POSTFULL}}"
|
2427 |
|
2428 |
+
#: ../classes/es-register.php:1038
|
2429 |
msgid "<br/><br/>Available Keywords for Newsletter: {{NAME}}, {{EMAIL}}"
|
2430 |
msgstr "<br/><br/>Palavras-chave disponíveis para Newsletter: {{NAME}}, {{EMAIL}}"
|
2431 |
|
2432 |
+
#: ../classes/es-register.php:1121 ../classes/es-loadwidget.php:33
|
2433 |
msgid "Email *"
|
2434 |
msgstr "E-mail *"
|
2435 |
|
2436 |
+
#: ../classes/es-register.php:1164
|
2437 |
msgid "Widget Title"
|
2438 |
msgstr "Título do Widget"
|
2439 |
|
2440 |
+
#: ../classes/es-register.php:1168
|
2441 |
msgid "Short description about subscription form"
|
2442 |
msgstr "Breve descrição sobre o formulário de inscrição"
|
2443 |
|
2444 |
+
#: ../classes/es-register.php:1172
|
2445 |
msgid "Display Name Field"
|
2446 |
msgstr "Exibir Campo do Nome"
|
2447 |
|
2448 |
+
#: ../classes/es-register.php:1179
|
2449 |
msgid "Subscriber Group"
|
2450 |
msgstr "Grupo do Assinante"
|
languages/email-subscribers-sv_SE.mo
CHANGED
Binary file
|
languages/email-subscribers-sv_SE.po
CHANGED
@@ -3,7 +3,7 @@ msgstr ""
|
|
3 |
"Project-Id-Version: Email Subscribers & Newsletters 3.4.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:
|
7 |
"Last-Translator: admin <mansi.shah@appsmagnet.com>\n"
|
8 |
"Language-Team: StoreApps <support@storeapps.org>, Icegram <hello@icegram."
|
9 |
"com>\n"
|
@@ -396,6 +396,10 @@ msgstr ""
|
|
396 |
msgid "Additional form settings"
|
397 |
msgstr ""
|
398 |
|
|
|
|
|
|
|
|
|
399 |
#: ../help/help.php:311
|
400 |
#, php-format
|
401 |
msgid "Modify %s"
|
@@ -415,43 +419,47 @@ msgstr ""
|
|
415 |
msgid "How to change/update/translate any texts from the plugin?"
|
416 |
msgstr ""
|
417 |
|
418 |
-
#: ../help/help.php:
|
419 |
-
msgid "
|
420 |
msgstr ""
|
421 |
|
422 |
-
#: ../help/help.php:
|
423 |
-
msgid "
|
424 |
msgstr ""
|
425 |
|
426 |
-
#: ../help/help.php:
|
427 |
-
msgid "
|
|
|
|
|
|
|
|
|
428 |
msgstr ""
|
429 |
|
430 |
-
#: ../help/help.php:
|
431 |
msgid "Keywords in the Post Notifications"
|
432 |
msgstr ""
|
433 |
|
434 |
-
#: ../help/help.php:
|
435 |
msgid "Send a test post notification email to myself/testgroup"
|
436 |
msgstr ""
|
437 |
|
438 |
-
#: ../help/help.php:
|
439 |
-
msgid "
|
440 |
msgstr ""
|
441 |
|
442 |
-
#: ../help/help.php:
|
443 |
-
msgid "Cron
|
444 |
msgstr ""
|
445 |
|
446 |
-
#: ../help/help.php:
|
447 |
msgid "Schedule Cron Emails in cPanel"
|
448 |
msgstr ""
|
449 |
|
450 |
-
#: ../help/help.php:
|
451 |
msgid "Schedule Cron Emails in Parallels Plesk"
|
452 |
msgstr ""
|
453 |
|
454 |
-
#: ../help/help.php:
|
455 |
msgid "Hosting doesn’t support Cron Jobs?"
|
456 |
msgstr ""
|
457 |
|
@@ -463,90 +471,90 @@ msgstr ""
|
|
463 |
msgid "FAQ's"
|
464 |
msgstr ""
|
465 |
|
466 |
-
#: ../help/help.php:
|
467 |
msgid "Want to do more? Here's how.."
|
468 |
msgstr ""
|
469 |
|
470 |
-
#: ../help/help.php:
|
471 |
msgid "Allow Subscribers to get subscribed to any group"
|
472 |
msgstr ""
|
473 |
|
474 |
-
#: ../help/help.php:
|
475 |
msgid "Using our free "
|
476 |
msgstr ""
|
477 |
|
478 |
-
#: ../help/help.php:
|
479 |
msgid "Group Selector"
|
480 |
msgstr ""
|
481 |
|
482 |
-
#: ../help/help.php:
|
483 |
msgid ""
|
484 |
"plugin, you can extend Email Subscribers Form functionality by providing an "
|
485 |
"grouping option right next to the form."
|
486 |
msgstr ""
|
487 |
|
488 |
-
#: ../help/help.php:
|
489 |
msgid "The user can then subscribe to whichever group most appeals to them."
|
490 |
msgstr ""
|
491 |
|
492 |
-
#: ../help/help.php:
|
493 |
msgid "For example: Subscribe either to Updates or to Offers."
|
494 |
msgstr ""
|
495 |
|
496 |
-
#: ../help/help.php:
|
497 |
msgid "Show your subscribe form inside attractive popups"
|
498 |
msgstr ""
|
499 |
|
500 |
-
#: ../help/help.php:
|
501 |
msgid ""
|
502 |
"Don't limit your subscriber form to a widget. Embed it within popups, hello "
|
503 |
"bars, slide-ins, sidebars, full screen popups etc."
|
504 |
msgstr ""
|
505 |
|
506 |
-
#: ../help/help.php:
|
507 |
msgid "Using Email Subscribers you can achieve this easily with our free plugin "
|
508 |
msgstr ""
|
509 |
|
510 |
-
#: ../help/help.php:
|
511 |
msgid ""
|
512 |
"Icegram's beautiful designs instantly capture user attention and help "
|
513 |
"increase sign-ups to your WordPress website."
|
514 |
msgstr ""
|
515 |
|
516 |
-
#: ../help/help.php:
|
517 |
#, php-format
|
518 |
msgid "How to %s"
|
519 |
msgstr ""
|
520 |
|
521 |
-
#: ../help/help.php:
|
522 |
msgid "show subscribe form inside a popup"
|
523 |
msgstr ""
|
524 |
|
525 |
-
#: ../help/help.php:
|
526 |
msgid "Get beautiful and elegant form styles"
|
527 |
msgstr ""
|
528 |
|
529 |
-
#: ../help/help.php:
|
530 |
msgid "Email subscribers easily integrates with another free plugin "
|
531 |
msgstr ""
|
532 |
|
533 |
-
#: ../help/help.php:
|
534 |
msgid "Rainmaker"
|
535 |
msgstr ""
|
536 |
|
537 |
-
#: ../help/help.php:
|
538 |
msgid ""
|
539 |
"Rainmaker extends the core features of Email Subscribers and provides "
|
540 |
"elegant form styles."
|
541 |
msgstr ""
|
542 |
|
543 |
-
#: ../help/help.php:
|
544 |
msgid ""
|
545 |
"These styles are well designed and beautify your subscription form making it "
|
546 |
"more appealing."
|
547 |
msgstr ""
|
548 |
|
549 |
-
#: ../help/help.php:
|
550 |
msgid "add Rainmaker’s form in Email Subscribers"
|
551 |
msgstr ""
|
552 |
|
@@ -554,121 +562,122 @@ msgstr ""
|
|
554 |
msgid "Email sent successfully. "
|
555 |
msgstr ""
|
556 |
|
557 |
-
#: ../classes/es-
|
558 |
-
#:
|
559 |
-
|
560 |
-
msgid "
|
561 |
msgstr ""
|
562 |
|
563 |
-
#: ../classes/es-
|
564 |
-
msgid "
|
565 |
msgstr ""
|
566 |
|
567 |
-
#: ../classes/es-
|
568 |
-
msgid ""
|
569 |
-
"Keyword structure has been simplified. All your previously set keywords have "
|
570 |
-
"been automatically updated to the new structure."
|
571 |
msgstr ""
|
572 |
|
573 |
-
#: ../classes/es-
|
574 |
-
msgid "
|
575 |
msgstr ""
|
576 |
|
577 |
-
#: ../classes/es-
|
578 |
-
msgid "
|
579 |
msgstr ""
|
580 |
|
581 |
-
#: ../classes/es-
|
582 |
-
|
583 |
-
msgid "Y-m-d"
|
584 |
msgstr ""
|
585 |
|
586 |
-
#: ../classes/es-
|
587 |
-
msgid "
|
588 |
msgstr ""
|
589 |
|
590 |
-
#: ../classes/es-
|
591 |
-
msgid "
|
592 |
msgstr ""
|
593 |
|
594 |
-
#: ../classes/es-register.php:
|
595 |
-
|
|
|
596 |
msgstr ""
|
597 |
|
598 |
-
#: ../classes/es-register.php:
|
599 |
-
msgid "
|
600 |
msgstr ""
|
601 |
|
602 |
-
#: ../classes/es-register.php:
|
603 |
-
msgid "
|
|
|
|
|
|
|
604 |
msgstr ""
|
605 |
|
606 |
-
#: ../classes/es-register.php:
|
607 |
-
msgid "
|
608 |
msgstr ""
|
609 |
|
610 |
-
#: ../classes/es-register.php:
|
611 |
-
msgid "
|
612 |
msgstr ""
|
613 |
|
614 |
-
#: ../classes/es-register.php:
|
615 |
#, php-format
|
616 |
msgid "Email Subscribers version: <strong>%s</strong>"
|
617 |
msgstr ""
|
618 |
|
619 |
-
#: ../classes/es-register.php:
|
620 |
msgid "Add new Template"
|
621 |
msgstr ""
|
622 |
|
623 |
-
#: ../classes/es-register.php:
|
624 |
msgid "Edit Templates"
|
625 |
msgstr ""
|
626 |
|
627 |
-
#: ../classes/es-register.php:
|
628 |
msgid "New Templates"
|
629 |
msgstr ""
|
630 |
|
631 |
-
#: ../classes/es-register.php:
|
632 |
msgid "View Templates"
|
633 |
msgstr ""
|
634 |
|
635 |
-
#: ../classes/es-register.php:
|
636 |
msgid "Search Templates"
|
637 |
msgstr ""
|
638 |
|
639 |
-
#: ../classes/es-register.php:
|
640 |
msgid "No Templates found"
|
641 |
msgstr ""
|
642 |
|
643 |
-
#: ../classes/es-register.php:
|
644 |
msgid "No Templates found in Trash"
|
645 |
msgstr ""
|
646 |
|
647 |
-
#: ../classes/es-register.php:
|
648 |
msgid "Thumbnail (For Visual Representation only)"
|
649 |
msgstr ""
|
650 |
|
651 |
-
#: ../classes/es-register.php:
|
652 |
msgid "Set thumbnail"
|
653 |
msgstr ""
|
654 |
|
655 |
-
#: ../classes/es-register.php:
|
656 |
msgid "Template Type"
|
657 |
msgstr ""
|
658 |
|
659 |
-
#: ../classes/es-register.php:
|
660 |
msgid "Available Keyword for Post Notification: {{POSTTITLE}}"
|
661 |
msgstr ""
|
662 |
|
663 |
-
#: ../classes/es-register.php:
|
664 |
msgid "Select your Email Template Type"
|
665 |
msgstr ""
|
666 |
|
667 |
-
#: ../classes/es-register.php:
|
668 |
msgid "Preview Template"
|
669 |
msgstr ""
|
670 |
|
671 |
-
#: ../classes/es-register.php:
|
672 |
#, php-format
|
673 |
msgid ""
|
674 |
"%s for Post Notification: {{NAME}}, {{EMAIL}}, {{DATE}}, {{POSTTITLE}}, "
|
@@ -676,7 +685,7 @@ msgid ""
|
|
676 |
"WITHTITLE}}, {{POSTLINK-ONLY}}, {{POSTFULL}}"
|
677 |
msgstr ""
|
678 |
|
679 |
-
#: ../classes/es-register.php:
|
680 |
msgid "<br/><br/>Available Keywords for Newsletter: {{NAME}}, {{EMAIL}}"
|
681 |
msgstr ""
|
682 |
|
@@ -813,8 +822,8 @@ msgstr "Oups, ditt val finns inte"
|
|
813 |
msgid "Selected record deleted."
|
814 |
msgstr "Valda poster raderade"
|
815 |
|
816 |
-
#: ../notification/notification-show.php:52 ../
|
817 |
-
#: classes/es-register.php:172
|
818 |
msgid "Post Notifications"
|
819 |
msgstr "Meddelande"
|
820 |
|
@@ -976,7 +985,7 @@ msgstr "Full storlek"
|
|
976 |
msgid "Medium Size"
|
977 |
msgstr "Mediumstorlek"
|
978 |
|
979 |
-
#: ../settings/settings-edit.php:123 ../classes/es-register.php:
|
980 |
msgid "Thumbnail"
|
981 |
msgstr "Thumbnail"
|
982 |
|
@@ -999,12 +1008,12 @@ msgid ""
|
|
999 |
msgstr "För att få notifieringar vid nya prenumeranter måste denna sättas till JA"
|
1000 |
|
1001 |
#: ../settings/settings-edit.php:142 ../settings/settings-edit.php:217 ..
|
1002 |
-
#: subscribers/view-subscriber-sync.php:107 ../classes/es-register.php:
|
1003 |
msgid "YES"
|
1004 |
msgstr "JA"
|
1005 |
|
1006 |
#: ../settings/settings-edit.php:143 ../settings/settings-edit.php:218 ..
|
1007 |
-
#: subscribers/view-subscriber-sync.php:106 ../classes/es-register.php:
|
1008 |
msgid "NO"
|
1009 |
msgstr "NEJ"
|
1010 |
|
@@ -1082,8 +1091,8 @@ msgstr "Administratör/Redigerare/Författare/Bidragsgivare"
|
|
1082 |
msgid "Post Notifications Menu"
|
1083 |
msgstr "Meddelandemeny"
|
1084 |
|
1085 |
-
#: ../settings/settings-edit.php:324 ../
|
1086 |
-
#: register.php:174 ../classes/es-register.php:175
|
1087 |
msgid "Newsletters"
|
1088 |
msgstr "Nyhetsbrev"
|
1089 |
|
@@ -1178,7 +1187,7 @@ msgstr "Läs rapporter"
|
|
1178 |
|
1179 |
#: ../sentmail/sentmail-show.php:108 ../sentmail/sentmail-show.php:121 ..
|
1180 |
#: compose/compose-edit.php:103 ../compose/compose-show.php:80 ..
|
1181 |
-
#: compose/compose-show.php:88 ../classes/es-register.php:
|
1182 |
msgid "Preview"
|
1183 |
msgstr "Granska"
|
1184 |
|
@@ -1500,7 +1509,7 @@ msgid "Email Address"
|
|
1500 |
msgstr "E-postadress"
|
1501 |
|
1502 |
#: ../subscribers/view-subscriber-show.php:361 ../subscribers/view-subscriber-
|
1503 |
-
#: show.php:374 ../classes/es-register.php:
|
1504 |
msgid "Name"
|
1505 |
msgstr "Namn"
|
1506 |
|
@@ -1686,12 +1695,12 @@ msgid "Select your Email Template"
|
|
1686 |
msgstr "Välj din e-postmall"
|
1687 |
|
1688 |
#: ../compose/compose-edit.php:92 ../compose/compose-add.php:80 ../classes/es-
|
1689 |
-
#: register.php:
|
1690 |
msgid "Newsletter"
|
1691 |
msgstr "Nyhetsbrev"
|
1692 |
|
1693 |
#: ../compose/compose-edit.php:93 ../compose/compose-add.php:81 ../classes/es-
|
1694 |
-
#: register.php:
|
1695 |
msgid "Post Notification"
|
1696 |
msgstr "Post notiifiering"
|
1697 |
|
@@ -1704,7 +1713,7 @@ msgid "Enter Content for your Email"
|
|
1704 |
msgstr "Ange innehåll i ditt Email"
|
1705 |
|
1706 |
#: ../compose/compose-edit.php:111 ../compose/compose-add.php:93 ../classes/es-
|
1707 |
-
#: register.php:
|
1708 |
msgid "Available Keywords"
|
1709 |
msgstr "Tillgängliga nyckelord"
|
1710 |
|
@@ -1755,7 +1764,7 @@ msgstr "Välkommen till Email Subscribers!"
|
|
1755 |
msgid "Thanks for installing and we hope you will enjoy using Email Subscribers."
|
1756 |
msgstr "Tack för att du installerar och vi hoppas du ska uppskatta Email Subscribers"
|
1757 |
|
1758 |
-
#: ../help/help.php:183 ../classes/es-register.php:
|
1759 |
#: php:38
|
1760 |
msgid "Subscribe"
|
1761 |
msgstr "Prenumerera"
|
@@ -1773,10 +1782,10 @@ msgstr "Donation till oss"
|
|
1773 |
|
1774 |
#: ../help/help.php:288 ../help/help.php:299 ../help/help.php:302 ../help/help.
|
1775 |
#: php:314 ../help/help.php:317 ../help/help.php:320 ../help/help.php:323 ..
|
1776 |
-
#: help/help.php:
|
1777 |
-
#:
|
1778 |
-
#: help/help.php:
|
1779 |
-
#: 380 ../help/help.php:382
|
1780 |
#, php-format
|
1781 |
msgid "%s"
|
1782 |
msgstr "%s"
|
@@ -1795,10 +1804,6 @@ msgstr ""
|
|
1795 |
msgid "How to add captcha in Subscribe form of Email Subscribers?"
|
1796 |
msgstr "Hur lägger man till chapta i prenumerationsformuläret."
|
1797 |
|
1798 |
-
#: ../help/help.php:308
|
1799 |
-
msgid "General Plugin Settings"
|
1800 |
-
msgstr "Allmänna inställningar"
|
1801 |
-
|
1802 |
#: ../help/help.php:314
|
1803 |
msgid "How to Import or Export Email Addresses?"
|
1804 |
msgstr "Hur exporterar och importerar man e-postadresser?"
|
@@ -1811,10 +1816,6 @@ msgstr "Så här lägger du till / uppdaterar befintliga abonnentgrupper och sta
|
|
1811 |
msgid "How to add Unsubscribe link in emails?"
|
1812 |
msgstr "Hur lägger man in en länk för att avaktivera sin prenumeration? "
|
1813 |
|
1814 |
-
#: ../help/help.php:358
|
1815 |
-
msgid "How to Schedule Cron Emails?"
|
1816 |
-
msgstr "Hur planerar Cron-mail?"
|
1817 |
-
|
1818 |
#: ../help/help.php:377
|
1819 |
msgid "Subscribers are not receiving Emails?"
|
1820 |
msgstr "Prenumeranter får inte några mail?"
|
@@ -1934,11 +1935,98 @@ msgstr "<span style=\"color:#20b2aa;font-weight:bold;\">via Cron</span>"
|
|
1934 |
msgid "<span style=\"color:#993399;\">Immediately</span>"
|
1935 |
msgstr "<span style=\"color:#993399;\">Omgående</span>"
|
1936 |
|
1937 |
-
#: ../classes/es-
|
1938 |
-
#: register.php:
|
1939 |
msgid "Email Subscribers"
|
1940 |
msgstr "Email Subscribers"
|
1941 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1942 |
#: ../classes/es-register.php:183
|
1943 |
msgid "Help & Info"
|
1944 |
msgstr "Hjälp & Information"
|
@@ -2200,94 +2288,7 @@ msgctxt "widget-page-enhanced-select"
|
|
2200 |
msgid "There was a problem with the request"
|
2201 |
msgstr "Din beställning stötte på ett oväntat problem."
|
2202 |
|
2203 |
-
#: ../classes/es-register.php:
|
2204 |
-
msgid "is getting even better!"
|
2205 |
-
msgstr "det blir ännu bättre"
|
2206 |
-
|
2207 |
-
#: ../classes/es-register.php:948
|
2208 |
-
msgid "But I need you to"
|
2209 |
-
msgstr "Men jag behöver dig"
|
2210 |
-
|
2211 |
-
#: ../classes/es-register.php:948
|
2212 |
-
msgid "help me prioritize"
|
2213 |
-
msgstr "hjälpa mig prioritera"
|
2214 |
-
|
2215 |
-
#: ../classes/es-register.php:948
|
2216 |
-
msgid "Please send your response today."
|
2217 |
-
msgstr "Skicka ditt svar idag."
|
2218 |
-
|
2219 |
-
#: ../classes/es-register.php:955
|
2220 |
-
msgid "Here's how you use ES:"
|
2221 |
-
msgstr "Här ser du hur du använder ES"
|
2222 |
-
|
2223 |
-
#: ../classes/es-register.php:968
|
2224 |
-
msgid "Have "
|
2225 |
-
msgstr "Har"
|
2226 |
-
|
2227 |
-
#: ../classes/es-register.php:968
|
2228 |
-
msgid " Active Subscribers"
|
2229 |
-
msgstr "Aktiva prenumeranter"
|
2230 |
-
|
2231 |
-
#: ../classes/es-register.php:969
|
2232 |
-
msgid "Post "
|
2233 |
-
msgstr "Post"
|
2234 |
-
|
2235 |
-
#: ../classes/es-register.php:969
|
2236 |
-
msgid " blog per week"
|
2237 |
-
msgstr "Antal inlägg per vecka"
|
2238 |
-
|
2239 |
-
#: ../classes/es-register.php:973
|
2240 |
-
msgid "Send emails via Cron"
|
2241 |
-
msgstr "Skicka e-post via Cron"
|
2242 |
-
|
2243 |
-
#: ../classes/es-register.php:975
|
2244 |
-
msgid "Send emails Immediately"
|
2245 |
-
msgstr "Skicka e-post omedelbart"
|
2246 |
-
|
2247 |
-
#: ../classes/es-register.php:1002
|
2248 |
-
msgid "How soon do you want these new features?"
|
2249 |
-
msgstr "Hur ofta vill du ha denna möjlighet"
|
2250 |
-
|
2251 |
-
#: ../classes/es-register.php:1006
|
2252 |
-
msgid "Beautiful Email Designs"
|
2253 |
-
msgstr "Beautiful Email Designs"
|
2254 |
-
|
2255 |
-
#: ../classes/es-register.php:1007 ../classes/es-register.php:1012 ../classes/es-
|
2256 |
-
#: register.php:1017 ../classes/es-register.php:1022
|
2257 |
-
msgid "Right now!"
|
2258 |
-
msgstr "Omedelbart!"
|
2259 |
-
|
2260 |
-
#: ../classes/es-register.php:1008 ../classes/es-register.php:1013 ../classes/es-
|
2261 |
-
#: register.php:1018 ../classes/es-register.php:1023
|
2262 |
-
msgid "Soon"
|
2263 |
-
msgstr "Snart"
|
2264 |
-
|
2265 |
-
#: ../classes/es-register.php:1009 ../classes/es-register.php:1014 ../classes/es-
|
2266 |
-
#: register.php:1019 ../classes/es-register.php:1024
|
2267 |
-
msgid "Later"
|
2268 |
-
msgstr "Senare"
|
2269 |
-
|
2270 |
-
#: ../classes/es-register.php:1011
|
2271 |
-
msgid "Spam Check, Scheduling... (Better Email Delivery)"
|
2272 |
-
msgstr "Planera Spam-check....(För bättre leveransprecision)"
|
2273 |
-
|
2274 |
-
#: ../classes/es-register.php:1016
|
2275 |
-
msgid "Discard Fake / Bouncing Emails"
|
2276 |
-
msgstr "Släng falska/studsande mail"
|
2277 |
-
|
2278 |
-
#: ../classes/es-register.php:1021
|
2279 |
-
msgid "Advanced Reporting"
|
2280 |
-
msgstr "Avancerad rapportering"
|
2281 |
-
|
2282 |
-
#: ../classes/es-register.php:1049
|
2283 |
-
msgid "Thank you!"
|
2284 |
-
msgstr "Tack!"
|
2285 |
-
|
2286 |
-
#: ../classes/es-register.php:1050
|
2287 |
-
msgid "No issues, have a nice day!"
|
2288 |
-
msgstr "Inga ärenden, ha en bra dag!"
|
2289 |
-
|
2290 |
-
#: ../classes/es-register.php:1158
|
2291 |
msgid ""
|
2292 |
"If you like <strong>Email Subscribers</strong>, please consider leaving us a "
|
2293 |
"<a target=\"_blank\" href=\"https://wordpress.org/support/plugin/email-"
|
@@ -2299,22 +2300,22 @@ msgstr ""
|
|
2299 |
"subscribers/reviews/?filter=5#new-post\">★★★★★</a> betyg. Ett stort tack från "
|
2300 |
"Icegram i förväg!"
|
2301 |
|
2302 |
-
#: ../classes/es-register.php:
|
2303 |
msgid "Email *"
|
2304 |
msgstr "E-post *"
|
2305 |
|
2306 |
-
#: ../classes/es-register.php:
|
2307 |
msgid "Widget Title"
|
2308 |
msgstr "Widget titel"
|
2309 |
|
2310 |
-
#: ../classes/es-register.php:
|
2311 |
msgid "Short description about subscription form"
|
2312 |
msgstr "Kort beskrivning av prenumerationsformulär"
|
2313 |
|
2314 |
-
#: ../classes/es-register.php:
|
2315 |
msgid "Display Name Field"
|
2316 |
msgstr "Visa Namnfältet"
|
2317 |
|
2318 |
-
#: ../classes/es-register.php:
|
2319 |
msgid "Subscriber Group"
|
2320 |
msgstr "Prenumerantgrupp"
|
3 |
"Project-Id-Version: Email Subscribers & Newsletters 3.4.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: Fri Nov 17 2017 15:33:16 GMT+0530 (IST)\n"
|
7 |
"Last-Translator: admin <mansi.shah@appsmagnet.com>\n"
|
8 |
"Language-Team: StoreApps <support@storeapps.org>, Icegram <hello@icegram."
|
9 |
"com>\n"
|
396 |
msgid "Additional form settings"
|
397 |
msgstr ""
|
398 |
|
399 |
+
#: ../help/help.php:308
|
400 |
+
msgid "General Plugin Configuration"
|
401 |
+
msgstr ""
|
402 |
+
|
403 |
#: ../help/help.php:311
|
404 |
#, php-format
|
405 |
msgid "Modify %s"
|
419 |
msgid "How to change/update/translate any texts from the plugin?"
|
420 |
msgstr ""
|
421 |
|
422 |
+
#: ../help/help.php:326
|
423 |
+
msgid "How to check sent emails?"
|
424 |
msgstr ""
|
425 |
|
426 |
+
#: ../help/help.php:338
|
427 |
+
msgid "Create and Send Newsletter Emails"
|
428 |
msgstr ""
|
429 |
|
430 |
+
#: ../help/help.php:341
|
431 |
+
msgid "Keywords in the Newsletters"
|
432 |
+
msgstr ""
|
433 |
+
|
434 |
+
#: ../help/help.php:348
|
435 |
+
msgid "Create and Send Post Notification Emails when new posts are published"
|
436 |
msgstr ""
|
437 |
|
438 |
+
#: ../help/help.php:351
|
439 |
msgid "Keywords in the Post Notifications"
|
440 |
msgstr ""
|
441 |
|
442 |
+
#: ../help/help.php:354
|
443 |
msgid "Send a test post notification email to myself/testgroup"
|
444 |
msgstr ""
|
445 |
|
446 |
+
#: ../help/help.php:359
|
447 |
+
msgid "Cron Job Setup"
|
448 |
msgstr ""
|
449 |
|
450 |
+
#: ../help/help.php:362
|
451 |
+
msgid "What is Cron and how to Schedule Cron Emails?"
|
452 |
msgstr ""
|
453 |
|
454 |
+
#: ../help/help.php:365
|
455 |
msgid "Schedule Cron Emails in cPanel"
|
456 |
msgstr ""
|
457 |
|
458 |
+
#: ../help/help.php:368
|
459 |
msgid "Schedule Cron Emails in Parallels Plesk"
|
460 |
msgstr ""
|
461 |
|
462 |
+
#: ../help/help.php:371
|
463 |
msgid "Hosting doesn’t support Cron Jobs?"
|
464 |
msgstr ""
|
465 |
|
471 |
msgid "FAQ's"
|
472 |
msgstr ""
|
473 |
|
474 |
+
#: ../help/help.php:388
|
475 |
msgid "Want to do more? Here's how.."
|
476 |
msgstr ""
|
477 |
|
478 |
+
#: ../help/help.php:391
|
479 |
msgid "Allow Subscribers to get subscribed to any group"
|
480 |
msgstr ""
|
481 |
|
482 |
+
#: ../help/help.php:396
|
483 |
msgid "Using our free "
|
484 |
msgstr ""
|
485 |
|
486 |
+
#: ../help/help.php:397
|
487 |
msgid "Group Selector"
|
488 |
msgstr ""
|
489 |
|
490 |
+
#: ../help/help.php:398
|
491 |
msgid ""
|
492 |
"plugin, you can extend Email Subscribers Form functionality by providing an "
|
493 |
"grouping option right next to the form."
|
494 |
msgstr ""
|
495 |
|
496 |
+
#: ../help/help.php:401
|
497 |
msgid "The user can then subscribe to whichever group most appeals to them."
|
498 |
msgstr ""
|
499 |
|
500 |
+
#: ../help/help.php:404
|
501 |
msgid "For example: Subscribe either to Updates or to Offers."
|
502 |
msgstr ""
|
503 |
|
504 |
+
#: ../help/help.php:408
|
505 |
msgid "Show your subscribe form inside attractive popups"
|
506 |
msgstr ""
|
507 |
|
508 |
+
#: ../help/help.php:413
|
509 |
msgid ""
|
510 |
"Don't limit your subscriber form to a widget. Embed it within popups, hello "
|
511 |
"bars, slide-ins, sidebars, full screen popups etc."
|
512 |
msgstr ""
|
513 |
|
514 |
+
#: ../help/help.php:416
|
515 |
msgid "Using Email Subscribers you can achieve this easily with our free plugin "
|
516 |
msgstr ""
|
517 |
|
518 |
+
#: ../help/help.php:420
|
519 |
msgid ""
|
520 |
"Icegram's beautiful designs instantly capture user attention and help "
|
521 |
"increase sign-ups to your WordPress website."
|
522 |
msgstr ""
|
523 |
|
524 |
+
#: ../help/help.php:423 ../help/help.php:443
|
525 |
#, php-format
|
526 |
msgid "How to %s"
|
527 |
msgstr ""
|
528 |
|
529 |
+
#: ../help/help.php:423
|
530 |
msgid "show subscribe form inside a popup"
|
531 |
msgstr ""
|
532 |
|
533 |
+
#: ../help/help.php:427
|
534 |
msgid "Get beautiful and elegant form styles"
|
535 |
msgstr ""
|
536 |
|
537 |
+
#: ../help/help.php:433
|
538 |
msgid "Email subscribers easily integrates with another free plugin "
|
539 |
msgstr ""
|
540 |
|
541 |
+
#: ../help/help.php:434
|
542 |
msgid "Rainmaker"
|
543 |
msgstr ""
|
544 |
|
545 |
+
#: ../help/help.php:437
|
546 |
msgid ""
|
547 |
"Rainmaker extends the core features of Email Subscribers and provides "
|
548 |
"elegant form styles."
|
549 |
msgstr ""
|
550 |
|
551 |
+
#: ../help/help.php:440
|
552 |
msgid ""
|
553 |
"These styles are well designed and beautify your subscription form making it "
|
554 |
"more appealing."
|
555 |
msgstr ""
|
556 |
|
557 |
+
#: ../help/help.php:443
|
558 |
msgid "add Rainmaker’s form in Email Subscribers"
|
559 |
msgstr ""
|
560 |
|
562 |
msgid "Email sent successfully. "
|
563 |
msgstr ""
|
564 |
|
565 |
+
#: ../classes/es-survey.php:21 ../classes/es-register.php:716 ../classes/es-offer.
|
566 |
+
#: php:72
|
567 |
+
msgctxt "timezone date format"
|
568 |
+
msgid "Y-m-d"
|
569 |
msgstr ""
|
570 |
|
571 |
+
#: ../classes/es-survey.php:245
|
572 |
+
msgid "Post Notifications more often than Newsletter"
|
573 |
msgstr ""
|
574 |
|
575 |
+
#: ../classes/es-survey.php:247
|
576 |
+
msgid "Newsletter more often than Post Notifications"
|
|
|
|
|
577 |
msgstr ""
|
578 |
|
579 |
+
#: ../classes/es-survey.php:249
|
580 |
+
msgid "Post Notification & Newsletter equally"
|
581 |
msgstr ""
|
582 |
|
583 |
+
#: ../classes/es-survey.php:267
|
584 |
+
msgid "Using Double Opt In"
|
585 |
msgstr ""
|
586 |
|
587 |
+
#: ../classes/es-survey.php:269
|
588 |
+
msgid "Using Single Opt In"
|
|
|
589 |
msgstr ""
|
590 |
|
591 |
+
#: ../classes/es-survey.php:318
|
592 |
+
msgid "Nah, I don't like improvements"
|
593 |
msgstr ""
|
594 |
|
595 |
+
#: ../classes/es-survey.php:324
|
596 |
+
msgid "Next"
|
597 |
msgstr ""
|
598 |
|
599 |
+
#: ../classes/es-register.php:168 ../classes/es-register.php:169 ../classes/es-
|
600 |
+
#: register.php:853 ../classes/es-register.php:854 ../classes/es-register.php:859
|
601 |
+
msgid "Templates"
|
602 |
msgstr ""
|
603 |
|
604 |
+
#: ../classes/es-register.php:184
|
605 |
+
msgid "<span style=\"color:#f18500;font-weight:bolder;\">Help & Info</span>"
|
606 |
msgstr ""
|
607 |
|
608 |
+
#: ../classes/es-register.php:756
|
609 |
+
msgid ""
|
610 |
+
"Compose is now changed to <b>Templates</b> and Keyword structure has been "
|
611 |
+
"simplified. All your previously created templates and keywords have been "
|
612 |
+
"automatically updated to the new structure.<br>"
|
613 |
msgstr ""
|
614 |
|
615 |
+
#: ../classes/es-register.php:757
|
616 |
+
msgid "Check all the changes "
|
617 |
msgstr ""
|
618 |
|
619 |
+
#: ../classes/es-register.php:757
|
620 |
+
msgid "No thanks, I know about it already."
|
621 |
msgstr ""
|
622 |
|
623 |
+
#: ../classes/es-register.php:844
|
624 |
#, php-format
|
625 |
msgid "Email Subscribers version: <strong>%s</strong>"
|
626 |
msgstr ""
|
627 |
|
628 |
+
#: ../classes/es-register.php:855 ../classes/es-register.php:856
|
629 |
msgid "Add new Template"
|
630 |
msgstr ""
|
631 |
|
632 |
+
#: ../classes/es-register.php:857
|
633 |
msgid "Edit Templates"
|
634 |
msgstr ""
|
635 |
|
636 |
+
#: ../classes/es-register.php:858
|
637 |
msgid "New Templates"
|
638 |
msgstr ""
|
639 |
|
640 |
+
#: ../classes/es-register.php:860
|
641 |
msgid "View Templates"
|
642 |
msgstr ""
|
643 |
|
644 |
+
#: ../classes/es-register.php:861
|
645 |
msgid "Search Templates"
|
646 |
msgstr ""
|
647 |
|
648 |
+
#: ../classes/es-register.php:862
|
649 |
msgid "No Templates found"
|
650 |
msgstr ""
|
651 |
|
652 |
+
#: ../classes/es-register.php:863
|
653 |
msgid "No Templates found in Trash"
|
654 |
msgstr ""
|
655 |
|
656 |
+
#: ../classes/es-register.php:866
|
657 |
msgid "Thumbnail (For Visual Representation only)"
|
658 |
msgstr ""
|
659 |
|
660 |
+
#: ../classes/es-register.php:867
|
661 |
msgid "Set thumbnail"
|
662 |
msgstr ""
|
663 |
|
664 |
+
#: ../classes/es-register.php:904
|
665 |
msgid "Template Type"
|
666 |
msgstr ""
|
667 |
|
668 |
+
#: ../classes/es-register.php:970
|
669 |
msgid "Available Keyword for Post Notification: {{POSTTITLE}}"
|
670 |
msgstr ""
|
671 |
|
672 |
+
#: ../classes/es-register.php:973
|
673 |
msgid "Select your Email Template Type"
|
674 |
msgstr ""
|
675 |
|
676 |
+
#: ../classes/es-register.php:1023
|
677 |
msgid "Preview Template"
|
678 |
msgstr ""
|
679 |
|
680 |
+
#: ../classes/es-register.php:1037
|
681 |
#, php-format
|
682 |
msgid ""
|
683 |
"%s for Post Notification: {{NAME}}, {{EMAIL}}, {{DATE}}, {{POSTTITLE}}, "
|
685 |
"WITHTITLE}}, {{POSTLINK-ONLY}}, {{POSTFULL}}"
|
686 |
msgstr ""
|
687 |
|
688 |
+
#: ../classes/es-register.php:1038
|
689 |
msgid "<br/><br/>Available Keywords for Newsletter: {{NAME}}, {{EMAIL}}"
|
690 |
msgstr ""
|
691 |
|
822 |
msgid "Selected record deleted."
|
823 |
msgstr "Valda poster raderade"
|
824 |
|
825 |
+
#: ../notification/notification-show.php:52 ../help/help.php:345 ../classes/es-
|
826 |
+
#: register.php:171 ../classes/es-register.php:172
|
827 |
msgid "Post Notifications"
|
828 |
msgstr "Meddelande"
|
829 |
|
985 |
msgid "Medium Size"
|
986 |
msgstr "Mediumstorlek"
|
987 |
|
988 |
+
#: ../settings/settings-edit.php:123 ../classes/es-register.php:905
|
989 |
msgid "Thumbnail"
|
990 |
msgstr "Thumbnail"
|
991 |
|
1008 |
msgstr "För att få notifieringar vid nya prenumeranter måste denna sättas till JA"
|
1009 |
|
1010 |
#: ../settings/settings-edit.php:142 ../settings/settings-edit.php:217 ..
|
1011 |
+
#: subscribers/view-subscriber-sync.php:107 ../classes/es-register.php:1174
|
1012 |
msgid "YES"
|
1013 |
msgstr "JA"
|
1014 |
|
1015 |
#: ../settings/settings-edit.php:143 ../settings/settings-edit.php:218 ..
|
1016 |
+
#: subscribers/view-subscriber-sync.php:106 ../classes/es-register.php:1175
|
1017 |
msgid "NO"
|
1018 |
msgstr "NEJ"
|
1019 |
|
1091 |
msgid "Post Notifications Menu"
|
1092 |
msgstr "Meddelandemeny"
|
1093 |
|
1094 |
+
#: ../settings/settings-edit.php:324 ../help/help.php:335 ../sendmail/sendmail.
|
1095 |
+
#: php:93 ../classes/es-register.php:174 ../classes/es-register.php:175
|
1096 |
msgid "Newsletters"
|
1097 |
msgstr "Nyhetsbrev"
|
1098 |
|
1187 |
|
1188 |
#: ../sentmail/sentmail-show.php:108 ../sentmail/sentmail-show.php:121 ..
|
1189 |
#: compose/compose-edit.php:103 ../compose/compose-show.php:80 ..
|
1190 |
+
#: compose/compose-show.php:88 ../classes/es-register.php:953
|
1191 |
msgid "Preview"
|
1192 |
msgstr "Granska"
|
1193 |
|
1509 |
msgstr "E-postadress"
|
1510 |
|
1511 |
#: ../subscribers/view-subscriber-show.php:361 ../subscribers/view-subscriber-
|
1512 |
+
#: show.php:374 ../classes/es-register.php:1116 ../classes/es-loadwidget.php:28
|
1513 |
msgid "Name"
|
1514 |
msgstr "Namn"
|
1515 |
|
1695 |
msgstr "Välj din e-postmall"
|
1696 |
|
1697 |
#: ../compose/compose-edit.php:92 ../compose/compose-add.php:80 ../classes/es-
|
1698 |
+
#: register.php:975
|
1699 |
msgid "Newsletter"
|
1700 |
msgstr "Nyhetsbrev"
|
1701 |
|
1702 |
#: ../compose/compose-edit.php:93 ../compose/compose-add.php:81 ../classes/es-
|
1703 |
+
#: register.php:976
|
1704 |
msgid "Post Notification"
|
1705 |
msgstr "Post notiifiering"
|
1706 |
|
1713 |
msgstr "Ange innehåll i ditt Email"
|
1714 |
|
1715 |
#: ../compose/compose-edit.php:111 ../compose/compose-add.php:93 ../classes/es-
|
1716 |
+
#: register.php:1037
|
1717 |
msgid "Available Keywords"
|
1718 |
msgstr "Tillgängliga nyckelord"
|
1719 |
|
1764 |
msgid "Thanks for installing and we hope you will enjoy using Email Subscribers."
|
1765 |
msgstr "Tack för att du installerar och vi hoppas du ska uppskatta Email Subscribers"
|
1766 |
|
1767 |
+
#: ../help/help.php:183 ../classes/es-register.php:1126 ../classes/es-loadwidget.
|
1768 |
#: php:38
|
1769 |
msgid "Subscribe"
|
1770 |
msgstr "Prenumerera"
|
1782 |
|
1783 |
#: ../help/help.php:288 ../help/help.php:299 ../help/help.php:302 ../help/help.
|
1784 |
#: php:314 ../help/help.php:317 ../help/help.php:320 ../help/help.php:323 ..
|
1785 |
+
#: help/help.php:326 ../help/help.php:338 ../help/help.php:341 ../help/help.php:
|
1786 |
+
#: 348 ../help/help.php:351 ../help/help.php:354 ../help/help.php:362 ..
|
1787 |
+
#: help/help.php:365 ../help/help.php:368 ../help/help.php:371 ../help/help.php:
|
1788 |
+
#: 377 ../help/help.php:380 ../help/help.php:382
|
1789 |
#, php-format
|
1790 |
msgid "%s"
|
1791 |
msgstr "%s"
|
1804 |
msgid "How to add captcha in Subscribe form of Email Subscribers?"
|
1805 |
msgstr "Hur lägger man till chapta i prenumerationsformuläret."
|
1806 |
|
|
|
|
|
|
|
|
|
1807 |
#: ../help/help.php:314
|
1808 |
msgid "How to Import or Export Email Addresses?"
|
1809 |
msgstr "Hur exporterar och importerar man e-postadresser?"
|
1816 |
msgid "How to add Unsubscribe link in emails?"
|
1817 |
msgstr "Hur lägger man in en länk för att avaktivera sin prenumeration? "
|
1818 |
|
|
|
|
|
|
|
|
|
1819 |
#: ../help/help.php:377
|
1820 |
msgid "Subscribers are not receiving Emails?"
|
1821 |
msgstr "Prenumeranter får inte några mail?"
|
1935 |
msgid "<span style=\"color:#993399;\">Immediately</span>"
|
1936 |
msgstr "<span style=\"color:#993399;\">Omgående</span>"
|
1937 |
|
1938 |
+
#: ../classes/es-survey.php:232 ../classes/es-register.php:162 ../classes/es-
|
1939 |
+
#: register.php:163 ../classes/es-register.php:865
|
1940 |
msgid "Email Subscribers"
|
1941 |
msgstr "Email Subscribers"
|
1942 |
|
1943 |
+
#: ../classes/es-survey.php:232
|
1944 |
+
msgid "is getting even better!"
|
1945 |
+
msgstr "det blir ännu bättre"
|
1946 |
+
|
1947 |
+
#: ../classes/es-survey.php:233
|
1948 |
+
msgid "But I need you to"
|
1949 |
+
msgstr "Men jag behöver dig"
|
1950 |
+
|
1951 |
+
#: ../classes/es-survey.php:233
|
1952 |
+
msgid "help me prioritize"
|
1953 |
+
msgstr "hjälpa mig prioritera"
|
1954 |
+
|
1955 |
+
#: ../classes/es-survey.php:233
|
1956 |
+
msgid "Please send your response today."
|
1957 |
+
msgstr "Skicka ditt svar idag."
|
1958 |
+
|
1959 |
+
#: ../classes/es-survey.php:240
|
1960 |
+
msgid "Here's how you use ES:"
|
1961 |
+
msgstr "Här ser du hur du använder ES"
|
1962 |
+
|
1963 |
+
#: ../classes/es-survey.php:253
|
1964 |
+
msgid "Have "
|
1965 |
+
msgstr "Har"
|
1966 |
+
|
1967 |
+
#: ../classes/es-survey.php:253
|
1968 |
+
msgid " Active Subscribers"
|
1969 |
+
msgstr "Aktiva prenumeranter"
|
1970 |
+
|
1971 |
+
#: ../classes/es-survey.php:254
|
1972 |
+
msgid "Post "
|
1973 |
+
msgstr "Post"
|
1974 |
+
|
1975 |
+
#: ../classes/es-survey.php:254
|
1976 |
+
msgid " blog per week"
|
1977 |
+
msgstr "Antal inlägg per vecka"
|
1978 |
+
|
1979 |
+
#: ../classes/es-survey.php:258
|
1980 |
+
msgid "Send emails via Cron"
|
1981 |
+
msgstr "Skicka e-post via Cron"
|
1982 |
+
|
1983 |
+
#: ../classes/es-survey.php:260
|
1984 |
+
msgid "Send emails Immediately"
|
1985 |
+
msgstr "Skicka e-post omedelbart"
|
1986 |
+
|
1987 |
+
#: ../classes/es-survey.php:287
|
1988 |
+
msgid "How soon do you want these new features?"
|
1989 |
+
msgstr "Hur ofta vill du ha denna möjlighet"
|
1990 |
+
|
1991 |
+
#: ../classes/es-survey.php:291
|
1992 |
+
msgid "Beautiful Email Designs"
|
1993 |
+
msgstr "Beautiful Email Designs"
|
1994 |
+
|
1995 |
+
#: ../classes/es-survey.php:292 ../classes/es-survey.php:297 ../classes/es-survey.
|
1996 |
+
#: php:302 ../classes/es-survey.php:307
|
1997 |
+
msgid "Right now!"
|
1998 |
+
msgstr "Omedelbart!"
|
1999 |
+
|
2000 |
+
#: ../classes/es-survey.php:293 ../classes/es-survey.php:298 ../classes/es-survey.
|
2001 |
+
#: php:303 ../classes/es-survey.php:308
|
2002 |
+
msgid "Soon"
|
2003 |
+
msgstr "Snart"
|
2004 |
+
|
2005 |
+
#: ../classes/es-survey.php:294 ../classes/es-survey.php:299 ../classes/es-survey.
|
2006 |
+
#: php:304 ../classes/es-survey.php:309
|
2007 |
+
msgid "Later"
|
2008 |
+
msgstr "Senare"
|
2009 |
+
|
2010 |
+
#: ../classes/es-survey.php:296
|
2011 |
+
msgid "Spam Check, Scheduling... (Better Email Delivery)"
|
2012 |
+
msgstr "Planera Spam-check....(För bättre leveransprecision)"
|
2013 |
+
|
2014 |
+
#: ../classes/es-survey.php:301
|
2015 |
+
msgid "Discard Fake / Bouncing Emails"
|
2016 |
+
msgstr "Släng falska/studsande mail"
|
2017 |
+
|
2018 |
+
#: ../classes/es-survey.php:306
|
2019 |
+
msgid "Advanced Reporting"
|
2020 |
+
msgstr "Avancerad rapportering"
|
2021 |
+
|
2022 |
+
#: ../classes/es-survey.php:334
|
2023 |
+
msgid "Thank you!"
|
2024 |
+
msgstr "Tack!"
|
2025 |
+
|
2026 |
+
#: ../classes/es-survey.php:335
|
2027 |
+
msgid "No issues, have a nice day!"
|
2028 |
+
msgstr "Inga ärenden, ha en bra dag!"
|
2029 |
+
|
2030 |
#: ../classes/es-register.php:183
|
2031 |
msgid "Help & Info"
|
2032 |
msgstr "Hjälp & Information"
|
2288 |
msgid "There was a problem with the request"
|
2289 |
msgstr "Din beställning stötte på ett oväntat problem."
|
2290 |
|
2291 |
+
#: ../classes/es-register.php:830
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2292 |
msgid ""
|
2293 |
"If you like <strong>Email Subscribers</strong>, please consider leaving us a "
|
2294 |
"<a target=\"_blank\" href=\"https://wordpress.org/support/plugin/email-"
|
2300 |
"subscribers/reviews/?filter=5#new-post\">★★★★★</a> betyg. Ett stort tack från "
|
2301 |
"Icegram i förväg!"
|
2302 |
|
2303 |
+
#: ../classes/es-register.php:1121 ../classes/es-loadwidget.php:33
|
2304 |
msgid "Email *"
|
2305 |
msgstr "E-post *"
|
2306 |
|
2307 |
+
#: ../classes/es-register.php:1164
|
2308 |
msgid "Widget Title"
|
2309 |
msgstr "Widget titel"
|
2310 |
|
2311 |
+
#: ../classes/es-register.php:1168
|
2312 |
msgid "Short description about subscription form"
|
2313 |
msgstr "Kort beskrivning av prenumerationsformulär"
|
2314 |
|
2315 |
+
#: ../classes/es-register.php:1172
|
2316 |
msgid "Display Name Field"
|
2317 |
msgstr "Visa Namnfältet"
|
2318 |
|
2319 |
+
#: ../classes/es-register.php:1179
|
2320 |
msgid "Subscriber Group"
|
2321 |
msgstr "Prenumerantgrupp"
|
languages/email-subscribers-tr_TR.mo
CHANGED
Binary file
|
languages/email-subscribers-tr_TR.po
CHANGED
@@ -3,7 +3,7 @@ msgstr ""
|
|
3 |
"Project-Id-Version: Email Subscribers & Newsletters 3.4.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:
|
7 |
"Last-Translator: admin <mansi.shah@appsmagnet.com>\n"
|
8 |
"Language-Team: StoreApps <support@storeapps.org>, Icegram <hello@icegram."
|
9 |
"com>\n"
|
@@ -396,6 +396,10 @@ msgstr ""
|
|
396 |
msgid "Additional form settings"
|
397 |
msgstr ""
|
398 |
|
|
|
|
|
|
|
|
|
399 |
#: ../help/help.php:311
|
400 |
#, php-format
|
401 |
msgid "Modify %s"
|
@@ -415,43 +419,47 @@ msgstr ""
|
|
415 |
msgid "How to change/update/translate any texts from the plugin?"
|
416 |
msgstr ""
|
417 |
|
418 |
-
#: ../help/help.php:
|
419 |
-
msgid "
|
420 |
msgstr ""
|
421 |
|
422 |
-
#: ../help/help.php:
|
423 |
-
msgid "
|
424 |
msgstr ""
|
425 |
|
426 |
-
#: ../help/help.php:
|
427 |
-
msgid "
|
|
|
|
|
|
|
|
|
428 |
msgstr ""
|
429 |
|
430 |
-
#: ../help/help.php:
|
431 |
msgid "Keywords in the Post Notifications"
|
432 |
msgstr ""
|
433 |
|
434 |
-
#: ../help/help.php:
|
435 |
msgid "Send a test post notification email to myself/testgroup"
|
436 |
msgstr ""
|
437 |
|
438 |
-
#: ../help/help.php:
|
439 |
-
msgid "
|
440 |
msgstr ""
|
441 |
|
442 |
-
#: ../help/help.php:
|
443 |
-
msgid "Cron
|
444 |
msgstr ""
|
445 |
|
446 |
-
#: ../help/help.php:
|
447 |
msgid "Schedule Cron Emails in cPanel"
|
448 |
msgstr ""
|
449 |
|
450 |
-
#: ../help/help.php:
|
451 |
msgid "Schedule Cron Emails in Parallels Plesk"
|
452 |
msgstr ""
|
453 |
|
454 |
-
#: ../help/help.php:
|
455 |
msgid "Hosting doesn’t support Cron Jobs?"
|
456 |
msgstr ""
|
457 |
|
@@ -463,90 +471,90 @@ msgstr ""
|
|
463 |
msgid "FAQ's"
|
464 |
msgstr ""
|
465 |
|
466 |
-
#: ../help/help.php:
|
467 |
msgid "Want to do more? Here's how.."
|
468 |
msgstr ""
|
469 |
|
470 |
-
#: ../help/help.php:
|
471 |
msgid "Allow Subscribers to get subscribed to any group"
|
472 |
msgstr ""
|
473 |
|
474 |
-
#: ../help/help.php:
|
475 |
msgid "Using our free "
|
476 |
msgstr ""
|
477 |
|
478 |
-
#: ../help/help.php:
|
479 |
msgid "Group Selector"
|
480 |
msgstr ""
|
481 |
|
482 |
-
#: ../help/help.php:
|
483 |
msgid ""
|
484 |
"plugin, you can extend Email Subscribers Form functionality by providing an "
|
485 |
"grouping option right next to the form."
|
486 |
msgstr ""
|
487 |
|
488 |
-
#: ../help/help.php:
|
489 |
msgid "The user can then subscribe to whichever group most appeals to them."
|
490 |
msgstr ""
|
491 |
|
492 |
-
#: ../help/help.php:
|
493 |
msgid "For example: Subscribe either to Updates or to Offers."
|
494 |
msgstr ""
|
495 |
|
496 |
-
#: ../help/help.php:
|
497 |
msgid "Show your subscribe form inside attractive popups"
|
498 |
msgstr ""
|
499 |
|
500 |
-
#: ../help/help.php:
|
501 |
msgid ""
|
502 |
"Don't limit your subscriber form to a widget. Embed it within popups, hello "
|
503 |
"bars, slide-ins, sidebars, full screen popups etc."
|
504 |
msgstr ""
|
505 |
|
506 |
-
#: ../help/help.php:
|
507 |
msgid "Using Email Subscribers you can achieve this easily with our free plugin "
|
508 |
msgstr ""
|
509 |
|
510 |
-
#: ../help/help.php:
|
511 |
msgid ""
|
512 |
"Icegram's beautiful designs instantly capture user attention and help "
|
513 |
"increase sign-ups to your WordPress website."
|
514 |
msgstr ""
|
515 |
|
516 |
-
#: ../help/help.php:
|
517 |
#, php-format
|
518 |
msgid "How to %s"
|
519 |
msgstr ""
|
520 |
|
521 |
-
#: ../help/help.php:
|
522 |
msgid "show subscribe form inside a popup"
|
523 |
msgstr ""
|
524 |
|
525 |
-
#: ../help/help.php:
|
526 |
msgid "Get beautiful and elegant form styles"
|
527 |
msgstr ""
|
528 |
|
529 |
-
#: ../help/help.php:
|
530 |
msgid "Email subscribers easily integrates with another free plugin "
|
531 |
msgstr ""
|
532 |
|
533 |
-
#: ../help/help.php:
|
534 |
msgid "Rainmaker"
|
535 |
msgstr ""
|
536 |
|
537 |
-
#: ../help/help.php:
|
538 |
msgid ""
|
539 |
"Rainmaker extends the core features of Email Subscribers and provides "
|
540 |
"elegant form styles."
|
541 |
msgstr ""
|
542 |
|
543 |
-
#: ../help/help.php:
|
544 |
msgid ""
|
545 |
"These styles are well designed and beautify your subscription form making it "
|
546 |
"more appealing."
|
547 |
msgstr ""
|
548 |
|
549 |
-
#: ../help/help.php:
|
550 |
msgid "add Rainmaker’s form in Email Subscribers"
|
551 |
msgstr ""
|
552 |
|
@@ -554,121 +562,122 @@ msgstr ""
|
|
554 |
msgid "Email sent successfully. "
|
555 |
msgstr ""
|
556 |
|
557 |
-
#: ../classes/es-
|
558 |
-
#:
|
559 |
-
|
560 |
-
msgid "
|
561 |
msgstr ""
|
562 |
|
563 |
-
#: ../classes/es-
|
564 |
-
msgid "
|
565 |
msgstr ""
|
566 |
|
567 |
-
#: ../classes/es-
|
568 |
-
msgid ""
|
569 |
-
"Keyword structure has been simplified. All your previously set keywords have "
|
570 |
-
"been automatically updated to the new structure."
|
571 |
msgstr ""
|
572 |
|
573 |
-
#: ../classes/es-
|
574 |
-
msgid "
|
575 |
msgstr ""
|
576 |
|
577 |
-
#: ../classes/es-
|
578 |
-
msgid "
|
579 |
msgstr ""
|
580 |
|
581 |
-
#: ../classes/es-
|
582 |
-
|
583 |
-
msgid "Y-m-d"
|
584 |
msgstr ""
|
585 |
|
586 |
-
#: ../classes/es-
|
587 |
-
msgid "
|
588 |
msgstr ""
|
589 |
|
590 |
-
#: ../classes/es-
|
591 |
-
msgid "
|
592 |
msgstr ""
|
593 |
|
594 |
-
#: ../classes/es-register.php:
|
595 |
-
|
|
|
596 |
msgstr ""
|
597 |
|
598 |
-
#: ../classes/es-register.php:
|
599 |
-
msgid "
|
600 |
msgstr ""
|
601 |
|
602 |
-
#: ../classes/es-register.php:
|
603 |
-
msgid "
|
|
|
|
|
|
|
604 |
msgstr ""
|
605 |
|
606 |
-
#: ../classes/es-register.php:
|
607 |
-
msgid "
|
608 |
msgstr ""
|
609 |
|
610 |
-
#: ../classes/es-register.php:
|
611 |
-
msgid "
|
612 |
msgstr ""
|
613 |
|
614 |
-
#: ../classes/es-register.php:
|
615 |
#, php-format
|
616 |
msgid "Email Subscribers version: <strong>%s</strong>"
|
617 |
msgstr ""
|
618 |
|
619 |
-
#: ../classes/es-register.php:
|
620 |
msgid "Add new Template"
|
621 |
msgstr ""
|
622 |
|
623 |
-
#: ../classes/es-register.php:
|
624 |
msgid "Edit Templates"
|
625 |
msgstr ""
|
626 |
|
627 |
-
#: ../classes/es-register.php:
|
628 |
msgid "New Templates"
|
629 |
msgstr ""
|
630 |
|
631 |
-
#: ../classes/es-register.php:
|
632 |
msgid "View Templates"
|
633 |
msgstr ""
|
634 |
|
635 |
-
#: ../classes/es-register.php:
|
636 |
msgid "Search Templates"
|
637 |
msgstr ""
|
638 |
|
639 |
-
#: ../classes/es-register.php:
|
640 |
msgid "No Templates found"
|
641 |
msgstr ""
|
642 |
|
643 |
-
#: ../classes/es-register.php:
|
644 |
msgid "No Templates found in Trash"
|
645 |
msgstr ""
|
646 |
|
647 |
-
#: ../classes/es-register.php:
|
648 |
msgid "Thumbnail (For Visual Representation only)"
|
649 |
msgstr ""
|
650 |
|
651 |
-
#: ../classes/es-register.php:
|
652 |
msgid "Set thumbnail"
|
653 |
msgstr ""
|
654 |
|
655 |
-
#: ../classes/es-register.php:
|
656 |
msgid "Template Type"
|
657 |
msgstr ""
|
658 |
|
659 |
-
#: ../classes/es-register.php:
|
660 |
msgid "Available Keyword for Post Notification: {{POSTTITLE}}"
|
661 |
msgstr ""
|
662 |
|
663 |
-
#: ../classes/es-register.php:
|
664 |
msgid "Select your Email Template Type"
|
665 |
msgstr ""
|
666 |
|
667 |
-
#: ../classes/es-register.php:
|
668 |
msgid "Preview Template"
|
669 |
msgstr ""
|
670 |
|
671 |
-
#: ../classes/es-register.php:
|
672 |
#, php-format
|
673 |
msgid ""
|
674 |
"%s for Post Notification: {{NAME}}, {{EMAIL}}, {{DATE}}, {{POSTTITLE}}, "
|
@@ -676,7 +685,7 @@ msgid ""
|
|
676 |
"WITHTITLE}}, {{POSTLINK-ONLY}}, {{POSTFULL}}"
|
677 |
msgstr ""
|
678 |
|
679 |
-
#: ../classes/es-register.php:
|
680 |
msgid "<br/><br/>Available Keywords for Newsletter: {{NAME}}, {{EMAIL}}"
|
681 |
msgstr ""
|
682 |
|
@@ -809,8 +818,8 @@ msgstr "Bir dakika, seçtiğiniz detaylar mevcut değil."
|
|
809 |
msgid "Selected record deleted."
|
810 |
msgstr "Seçilen kayıt silindi."
|
811 |
|
812 |
-
#: ../notification/notification-show.php:52 ../
|
813 |
-
#: classes/es-register.php:172
|
814 |
msgid "Post Notifications"
|
815 |
msgstr "Gönderi Bildirimleri"
|
816 |
|
@@ -977,7 +986,7 @@ msgstr "Tam Boy"
|
|
977 |
msgid "Medium Size"
|
978 |
msgstr "Orta Boy"
|
979 |
|
980 |
-
#: ../settings/settings-edit.php:123 ../classes/es-register.php:
|
981 |
msgid "Thumbnail"
|
982 |
msgstr "Küçük Boy"
|
983 |
|
@@ -1000,12 +1009,12 @@ msgstr ""
|
|
1000 |
"EVET olarak ayarlanmalı."
|
1001 |
|
1002 |
#: ../settings/settings-edit.php:142 ../settings/settings-edit.php:217 ..
|
1003 |
-
#: subscribers/view-subscriber-sync.php:107 ../classes/es-register.php:
|
1004 |
msgid "YES"
|
1005 |
msgstr "EVET"
|
1006 |
|
1007 |
#: ../settings/settings-edit.php:143 ../settings/settings-edit.php:218 ..
|
1008 |
-
#: subscribers/view-subscriber-sync.php:106 ../classes/es-register.php:
|
1009 |
msgid "NO"
|
1010 |
msgstr "HAYIR"
|
1011 |
|
@@ -1083,8 +1092,8 @@ msgstr "Yönetici/Editör/Yazar/Katılımcı"
|
|
1083 |
msgid "Post Notifications Menu"
|
1084 |
msgstr "Gönderi Bildirim Menüsü"
|
1085 |
|
1086 |
-
#: ../settings/settings-edit.php:324 ../
|
1087 |
-
#: register.php:174 ../classes/es-register.php:175
|
1088 |
msgid "Newsletters"
|
1089 |
msgstr "Bültenler"
|
1090 |
|
@@ -1179,7 +1188,7 @@ msgstr "Raporlara Gözat"
|
|
1179 |
|
1180 |
#: ../sentmail/sentmail-show.php:108 ../sentmail/sentmail-show.php:121 ..
|
1181 |
#: compose/compose-edit.php:103 ../compose/compose-show.php:80 ..
|
1182 |
-
#: compose/compose-show.php:88 ../classes/es-register.php:
|
1183 |
msgid "Preview"
|
1184 |
msgstr "Önizleme"
|
1185 |
|
@@ -1507,7 +1516,7 @@ msgid "Email Address"
|
|
1507 |
msgstr "E-posta Adresi"
|
1508 |
|
1509 |
#: ../subscribers/view-subscriber-show.php:361 ../subscribers/view-subscriber-
|
1510 |
-
#: show.php:374 ../classes/es-register.php:
|
1511 |
msgid "Name"
|
1512 |
msgstr "Adınız"
|
1513 |
|
@@ -1695,12 +1704,12 @@ msgid "Select your Email Template"
|
|
1695 |
msgstr "E-posta şablonunu seçiniz"
|
1696 |
|
1697 |
#: ../compose/compose-edit.php:92 ../compose/compose-add.php:80 ../classes/es-
|
1698 |
-
#: register.php:
|
1699 |
msgid "Newsletter"
|
1700 |
msgstr "Bülten"
|
1701 |
|
1702 |
#: ../compose/compose-edit.php:93 ../compose/compose-add.php:81 ../classes/es-
|
1703 |
-
#: register.php:
|
1704 |
msgid "Post Notification"
|
1705 |
msgstr "Gönderi Bildirimi"
|
1706 |
|
@@ -1713,7 +1722,7 @@ msgid "Enter Content for your Email"
|
|
1713 |
msgstr "E-postanız için içerik giriniz"
|
1714 |
|
1715 |
#: ../compose/compose-edit.php:111 ../compose/compose-add.php:93 ../classes/es-
|
1716 |
-
#: register.php:
|
1717 |
msgid "Available Keywords"
|
1718 |
msgstr "Mevcut Anahtar Kelimeler"
|
1719 |
|
@@ -1768,7 +1777,7 @@ msgstr ""
|
|
1768 |
"Email Subscribers yüklediğiniz için teşekkür ederiz ve iyi vakit geçirmenizi "
|
1769 |
"temenni ederiz."
|
1770 |
|
1771 |
-
#: ../help/help.php:183 ../classes/es-register.php:
|
1772 |
#: php:38
|
1773 |
msgid "Subscribe"
|
1774 |
msgstr "Üye Ol"
|
@@ -1788,10 +1797,10 @@ msgstr "bize bağış yapmak"
|
|
1788 |
|
1789 |
#: ../help/help.php:288 ../help/help.php:299 ../help/help.php:302 ../help/help.
|
1790 |
#: php:314 ../help/help.php:317 ../help/help.php:320 ../help/help.php:323 ..
|
1791 |
-
#: help/help.php:
|
1792 |
-
#:
|
1793 |
-
#: help/help.php:
|
1794 |
-
#: 380 ../help/help.php:382
|
1795 |
#, php-format
|
1796 |
msgid "%s"
|
1797 |
msgstr "%s"
|
@@ -1810,10 +1819,6 @@ msgstr ""
|
|
1810 |
msgid "How to add captcha in Subscribe form of Email Subscribers?"
|
1811 |
msgstr "Email Subscribers'in formlarına nasıl CAPTCHA eklerim?"
|
1812 |
|
1813 |
-
#: ../help/help.php:308
|
1814 |
-
msgid "General Plugin Settings"
|
1815 |
-
msgstr "Genel Eklenti Ayarları"
|
1816 |
-
|
1817 |
#: ../help/help.php:314
|
1818 |
msgid "How to Import or Export Email Addresses?"
|
1819 |
msgstr "E-posta adreslerini içeri veya dışarı nasıl aktarırım?"
|
@@ -1826,10 +1831,6 @@ msgstr "Mevcut abonelerin durumunu veya grubunu nasıl değiştiririm veya ekler
|
|
1826 |
msgid "How to add Unsubscribe link in emails?"
|
1827 |
msgstr "E-postalarıma üyelikten ayrıl linkini nasıl eklerim?"
|
1828 |
|
1829 |
-
#: ../help/help.php:358
|
1830 |
-
msgid "How to Schedule Cron Emails?"
|
1831 |
-
msgstr "Planlanmış gönderileri nasıl programlarım?"
|
1832 |
-
|
1833 |
#: ../help/help.php:377
|
1834 |
msgid "Subscribers are not receiving Emails?"
|
1835 |
msgstr "Aboneler e-postalarını almıyor mu?"
|
@@ -1951,11 +1952,98 @@ msgid "<span style=\"color:#993399;\">Immediately</span>"
|
|
1951 |
msgstr "<span style=\"color:#993399;\">Acilen</span>"
|
1952 |
|
1953 |
#. Name of the plugin
|
1954 |
-
#: ../classes/es-
|
1955 |
-
#: register.php:
|
1956 |
msgid "Email Subscribers"
|
1957 |
msgstr "Email Subscribers"
|
1958 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1959 |
#: ../classes/es-register.php:183
|
1960 |
msgid "Help & Info"
|
1961 |
msgstr "Yardım & Bilgi"
|
@@ -2221,94 +2309,7 @@ msgctxt "widget-page-enhanced-select"
|
|
2221 |
msgid "There was a problem with the request"
|
2222 |
msgstr "İstekle ilgili bir problem vardı"
|
2223 |
|
2224 |
-
#: ../classes/es-register.php:
|
2225 |
-
msgid "is getting even better!"
|
2226 |
-
msgstr "daha da iyi oluyor!"
|
2227 |
-
|
2228 |
-
#: ../classes/es-register.php:948
|
2229 |
-
msgid "But I need you to"
|
2230 |
-
msgstr "Ama sana ihtiyacım var"
|
2231 |
-
|
2232 |
-
#: ../classes/es-register.php:948
|
2233 |
-
msgid "help me prioritize"
|
2234 |
-
msgstr "öncelik vermeme yardım et"
|
2235 |
-
|
2236 |
-
#: ../classes/es-register.php:948
|
2237 |
-
msgid "Please send your response today."
|
2238 |
-
msgstr "Lütfen bugün cevabınızı gönderin."
|
2239 |
-
|
2240 |
-
#: ../classes/es-register.php:955
|
2241 |
-
msgid "Here's how you use ES:"
|
2242 |
-
msgstr "İşte nasıl ES kullanacğınız"
|
2243 |
-
|
2244 |
-
#: ../classes/es-register.php:968
|
2245 |
-
msgid "Have "
|
2246 |
-
msgstr "Sahip olduğun"
|
2247 |
-
|
2248 |
-
#: ../classes/es-register.php:968
|
2249 |
-
msgid " Active Subscribers"
|
2250 |
-
msgstr " Aktif Aboneler"
|
2251 |
-
|
2252 |
-
#: ../classes/es-register.php:969
|
2253 |
-
msgid "Post "
|
2254 |
-
msgstr "Gönderi"
|
2255 |
-
|
2256 |
-
#: ../classes/es-register.php:969
|
2257 |
-
msgid " blog per week"
|
2258 |
-
msgstr " blog her hafta"
|
2259 |
-
|
2260 |
-
#: ../classes/es-register.php:973
|
2261 |
-
msgid "Send emails via Cron"
|
2262 |
-
msgstr "E-postaları planlanmış gönderi ile gönder"
|
2263 |
-
|
2264 |
-
#: ../classes/es-register.php:975
|
2265 |
-
msgid "Send emails Immediately"
|
2266 |
-
msgstr "E-postaları hemen gönder"
|
2267 |
-
|
2268 |
-
#: ../classes/es-register.php:1002
|
2269 |
-
msgid "How soon do you want these new features?"
|
2270 |
-
msgstr "Bu yeni özellikleri ne kadar sonra istiyorsun?"
|
2271 |
-
|
2272 |
-
#: ../classes/es-register.php:1006
|
2273 |
-
msgid "Beautiful Email Designs"
|
2274 |
-
msgstr "Düzel E-posta Tasarımları"
|
2275 |
-
|
2276 |
-
#: ../classes/es-register.php:1007 ../classes/es-register.php:1012 ../classes/es-
|
2277 |
-
#: register.php:1017 ../classes/es-register.php:1022
|
2278 |
-
msgid "Right now!"
|
2279 |
-
msgstr "Hemen!"
|
2280 |
-
|
2281 |
-
#: ../classes/es-register.php:1008 ../classes/es-register.php:1013 ../classes/es-
|
2282 |
-
#: register.php:1018 ../classes/es-register.php:1023
|
2283 |
-
msgid "Soon"
|
2284 |
-
msgstr "Yakında"
|
2285 |
-
|
2286 |
-
#: ../classes/es-register.php:1009 ../classes/es-register.php:1014 ../classes/es-
|
2287 |
-
#: register.php:1019 ../classes/es-register.php:1024
|
2288 |
-
msgid "Later"
|
2289 |
-
msgstr "Sonra"
|
2290 |
-
|
2291 |
-
#: ../classes/es-register.php:1011
|
2292 |
-
msgid "Spam Check, Scheduling... (Better Email Delivery)"
|
2293 |
-
msgstr "Gereksiz e-posta kontrolü, programlanıyor.... (Daha iyi e-posta teslimatı)"
|
2294 |
-
|
2295 |
-
#: ../classes/es-register.php:1016
|
2296 |
-
msgid "Discard Fake / Bouncing Emails"
|
2297 |
-
msgstr "Sahteleri çıkar / Ulaşmayan E-postalar"
|
2298 |
-
|
2299 |
-
#: ../classes/es-register.php:1021
|
2300 |
-
msgid "Advanced Reporting"
|
2301 |
-
msgstr "Gelişmiş Raporlama"
|
2302 |
-
|
2303 |
-
#: ../classes/es-register.php:1049
|
2304 |
-
msgid "Thank you!"
|
2305 |
-
msgstr "Teşekkür ederiz!"
|
2306 |
-
|
2307 |
-
#: ../classes/es-register.php:1050
|
2308 |
-
msgid "No issues, have a nice day!"
|
2309 |
-
msgstr "Sorun değil, iyi günler!"
|
2310 |
-
|
2311 |
-
#: ../classes/es-register.php:1158
|
2312 |
msgid ""
|
2313 |
"If you like <strong>Email Subscribers</strong>, please consider leaving us a "
|
2314 |
"<a target=\"_blank\" href=\"https://wordpress.org/support/plugin/email-"
|
@@ -2320,22 +2321,22 @@ msgstr ""
|
|
2320 |
"subscribers/reviews/?filter=5#new-post\">★★★★★"
|
2321 |
"</a> ile puanlarınızı bildiriniz. Icegram'dan şimdiden kocaman teşekkürler..."
|
2322 |
|
2323 |
-
#: ../classes/es-register.php:
|
2324 |
msgid "Email *"
|
2325 |
msgstr "E-posta Adresiniz*"
|
2326 |
|
2327 |
-
#: ../classes/es-register.php:
|
2328 |
msgid "Widget Title"
|
2329 |
msgstr "Bileşen Adı"
|
2330 |
|
2331 |
-
#: ../classes/es-register.php:
|
2332 |
msgid "Short description about subscription form"
|
2333 |
msgstr "Abone formu hakkında kısa açıklama"
|
2334 |
|
2335 |
-
#: ../classes/es-register.php:
|
2336 |
msgid "Display Name Field"
|
2337 |
msgstr "İsim Alanını Göster"
|
2338 |
|
2339 |
-
#: ../classes/es-register.php:
|
2340 |
msgid "Subscriber Group"
|
2341 |
msgstr "Abone Grubu"
|
3 |
"Project-Id-Version: Email Subscribers & Newsletters 3.4.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: Fri Nov 17 2017 15:31:51 GMT+0530 (IST)\n"
|
7 |
"Last-Translator: admin <mansi.shah@appsmagnet.com>\n"
|
8 |
"Language-Team: StoreApps <support@storeapps.org>, Icegram <hello@icegram."
|
9 |
"com>\n"
|
396 |
msgid "Additional form settings"
|
397 |
msgstr ""
|
398 |
|
399 |
+
#: ../help/help.php:308
|
400 |
+
msgid "General Plugin Configuration"
|
401 |
+
msgstr ""
|
402 |
+
|
403 |
#: ../help/help.php:311
|
404 |
#, php-format
|
405 |
msgid "Modify %s"
|
419 |
msgid "How to change/update/translate any texts from the plugin?"
|
420 |
msgstr ""
|
421 |
|
422 |
+
#: ../help/help.php:326
|
423 |
+
msgid "How to check sent emails?"
|
424 |
msgstr ""
|
425 |
|
426 |
+
#: ../help/help.php:338
|
427 |
+
msgid "Create and Send Newsletter Emails"
|
428 |
msgstr ""
|
429 |
|
430 |
+
#: ../help/help.php:341
|
431 |
+
msgid "Keywords in the Newsletters"
|
432 |
+
msgstr ""
|
433 |
+
|
434 |
+
#: ../help/help.php:348
|
435 |
+
msgid "Create and Send Post Notification Emails when new posts are published"
|
436 |
msgstr ""
|
437 |
|
438 |
+
#: ../help/help.php:351
|
439 |
msgid "Keywords in the Post Notifications"
|
440 |
msgstr ""
|
441 |
|
442 |
+
#: ../help/help.php:354
|
443 |
msgid "Send a test post notification email to myself/testgroup"
|
444 |
msgstr ""
|
445 |
|
446 |
+
#: ../help/help.php:359
|
447 |
+
msgid "Cron Job Setup"
|
448 |
msgstr ""
|
449 |
|
450 |
+
#: ../help/help.php:362
|
451 |
+
msgid "What is Cron and how to Schedule Cron Emails?"
|
452 |
msgstr ""
|
453 |
|
454 |
+
#: ../help/help.php:365
|
455 |
msgid "Schedule Cron Emails in cPanel"
|
456 |
msgstr ""
|
457 |
|
458 |
+
#: ../help/help.php:368
|
459 |
msgid "Schedule Cron Emails in Parallels Plesk"
|
460 |
msgstr ""
|
461 |
|
462 |
+
#: ../help/help.php:371
|
463 |
msgid "Hosting doesn’t support Cron Jobs?"
|
464 |
msgstr ""
|
465 |
|
471 |
msgid "FAQ's"
|
472 |
msgstr ""
|
473 |
|
474 |
+
#: ../help/help.php:388
|
475 |
msgid "Want to do more? Here's how.."
|
476 |
msgstr ""
|
477 |
|
478 |
+
#: ../help/help.php:391
|
479 |
msgid "Allow Subscribers to get subscribed to any group"
|
480 |
msgstr ""
|
481 |
|
482 |
+
#: ../help/help.php:396
|
483 |
msgid "Using our free "
|
484 |
msgstr ""
|
485 |
|
486 |
+
#: ../help/help.php:397
|
487 |
msgid "Group Selector"
|
488 |
msgstr ""
|
489 |
|
490 |
+
#: ../help/help.php:398
|
491 |
msgid ""
|
492 |
"plugin, you can extend Email Subscribers Form functionality by providing an "
|
493 |
"grouping option right next to the form."
|
494 |
msgstr ""
|
495 |
|
496 |
+
#: ../help/help.php:401
|
497 |
msgid "The user can then subscribe to whichever group most appeals to them."
|
498 |
msgstr ""
|
499 |
|
500 |
+
#: ../help/help.php:404
|
501 |
msgid "For example: Subscribe either to Updates or to Offers."
|
502 |
msgstr ""
|
503 |
|
504 |
+
#: ../help/help.php:408
|
505 |
msgid "Show your subscribe form inside attractive popups"
|
506 |
msgstr ""
|
507 |
|
508 |
+
#: ../help/help.php:413
|
509 |
msgid ""
|
510 |
"Don't limit your subscriber form to a widget. Embed it within popups, hello "
|
511 |
"bars, slide-ins, sidebars, full screen popups etc."
|
512 |
msgstr ""
|
513 |
|
514 |
+
#: ../help/help.php:416
|
515 |
msgid "Using Email Subscribers you can achieve this easily with our free plugin "
|
516 |
msgstr ""
|
517 |
|
518 |
+
#: ../help/help.php:420
|
519 |
msgid ""
|
520 |
"Icegram's beautiful designs instantly capture user attention and help "
|
521 |
"increase sign-ups to your WordPress website."
|
522 |
msgstr ""
|
523 |
|
524 |
+
#: ../help/help.php:423 ../help/help.php:443
|
525 |
#, php-format
|
526 |
msgid "How to %s"
|
527 |
msgstr ""
|
528 |
|
529 |
+
#: ../help/help.php:423
|
530 |
msgid "show subscribe form inside a popup"
|
531 |
msgstr ""
|
532 |
|
533 |
+
#: ../help/help.php:427
|
534 |
msgid "Get beautiful and elegant form styles"
|
535 |
msgstr ""
|
536 |
|
537 |
+
#: ../help/help.php:433
|
538 |
msgid "Email subscribers easily integrates with another free plugin "
|
539 |
msgstr ""
|
540 |
|
541 |
+
#: ../help/help.php:434
|
542 |
msgid "Rainmaker"
|
543 |
msgstr ""
|
544 |
|
545 |
+
#: ../help/help.php:437
|
546 |
msgid ""
|
547 |
"Rainmaker extends the core features of Email Subscribers and provides "
|
548 |
"elegant form styles."
|
549 |
msgstr ""
|
550 |
|
551 |
+
#: ../help/help.php:440
|
552 |
msgid ""
|
553 |
"These styles are well designed and beautify your subscription form making it "
|
554 |
"more appealing."
|
555 |
msgstr ""
|
556 |
|
557 |
+
#: ../help/help.php:443
|
558 |
msgid "add Rainmaker’s form in Email Subscribers"
|
559 |
msgstr ""
|
560 |
|
562 |
msgid "Email sent successfully. "
|
563 |
msgstr ""
|
564 |
|
565 |
+
#: ../classes/es-survey.php:21 ../classes/es-register.php:716 ../classes/es-offer.
|
566 |
+
#: php:72
|
567 |
+
msgctxt "timezone date format"
|
568 |
+
msgid "Y-m-d"
|
569 |
msgstr ""
|
570 |
|
571 |
+
#: ../classes/es-survey.php:245
|
572 |
+
msgid "Post Notifications more often than Newsletter"
|
573 |
msgstr ""
|
574 |
|
575 |
+
#: ../classes/es-survey.php:247
|
576 |
+
msgid "Newsletter more often than Post Notifications"
|
|
|
|
|
577 |
msgstr ""
|
578 |
|
579 |
+
#: ../classes/es-survey.php:249
|
580 |
+
msgid "Post Notification & Newsletter equally"
|
581 |
msgstr ""
|
582 |
|
583 |
+
#: ../classes/es-survey.php:267
|
584 |
+
msgid "Using Double Opt In"
|
585 |
msgstr ""
|
586 |
|
587 |
+
#: ../classes/es-survey.php:269
|
588 |
+
msgid "Using Single Opt In"
|
|
|
589 |
msgstr ""
|
590 |
|
591 |
+
#: ../classes/es-survey.php:318
|
592 |
+
msgid "Nah, I don't like improvements"
|
593 |
msgstr ""
|
594 |
|
595 |
+
#: ../classes/es-survey.php:324
|
596 |
+
msgid "Next"
|
597 |
msgstr ""
|
598 |
|
599 |
+
#: ../classes/es-register.php:168 ../classes/es-register.php:169 ../classes/es-
|
600 |
+
#: register.php:853 ../classes/es-register.php:854 ../classes/es-register.php:859
|
601 |
+
msgid "Templates"
|
602 |
msgstr ""
|
603 |
|
604 |
+
#: ../classes/es-register.php:184
|
605 |
+
msgid "<span style=\"color:#f18500;font-weight:bolder;\">Help & Info</span>"
|
606 |
msgstr ""
|
607 |
|
608 |
+
#: ../classes/es-register.php:756
|
609 |
+
msgid ""
|
610 |
+
"Compose is now changed to <b>Templates</b> and Keyword structure has been "
|
611 |
+
"simplified. All your previously created templates and keywords have been "
|
612 |
+
"automatically updated to the new structure.<br>"
|
613 |
msgstr ""
|
614 |
|
615 |
+
#: ../classes/es-register.php:757
|
616 |
+
msgid "Check all the changes "
|
617 |
msgstr ""
|
618 |
|
619 |
+
#: ../classes/es-register.php:757
|
620 |
+
msgid "No thanks, I know about it already."
|
621 |
msgstr ""
|
622 |
|
623 |
+
#: ../classes/es-register.php:844
|
624 |
#, php-format
|
625 |
msgid "Email Subscribers version: <strong>%s</strong>"
|
626 |
msgstr ""
|
627 |
|
628 |
+
#: ../classes/es-register.php:855 ../classes/es-register.php:856
|
629 |
msgid "Add new Template"
|
630 |
msgstr ""
|
631 |
|
632 |
+
#: ../classes/es-register.php:857
|
633 |
msgid "Edit Templates"
|
634 |
msgstr ""
|
635 |
|
636 |
+
#: ../classes/es-register.php:858
|
637 |
msgid "New Templates"
|
638 |
msgstr ""
|
639 |
|
640 |
+
#: ../classes/es-register.php:860
|
641 |
msgid "View Templates"
|
642 |
msgstr ""
|
643 |
|
644 |
+
#: ../classes/es-register.php:861
|
645 |
msgid "Search Templates"
|
646 |
msgstr ""
|
647 |
|
648 |
+
#: ../classes/es-register.php:862
|
649 |
msgid "No Templates found"
|
650 |
msgstr ""
|
651 |
|
652 |
+
#: ../classes/es-register.php:863
|
653 |
msgid "No Templates found in Trash"
|
654 |
msgstr ""
|
655 |
|
656 |
+
#: ../classes/es-register.php:866
|
657 |
msgid "Thumbnail (For Visual Representation only)"
|
658 |
msgstr ""
|
659 |
|
660 |
+
#: ../classes/es-register.php:867
|
661 |
msgid "Set thumbnail"
|
662 |
msgstr ""
|
663 |
|
664 |
+
#: ../classes/es-register.php:904
|
665 |
msgid "Template Type"
|
666 |
msgstr ""
|
667 |
|
668 |
+
#: ../classes/es-register.php:970
|
669 |
msgid "Available Keyword for Post Notification: {{POSTTITLE}}"
|
670 |
msgstr ""
|
671 |
|
672 |
+
#: ../classes/es-register.php:973
|
673 |
msgid "Select your Email Template Type"
|
674 |
msgstr ""
|
675 |
|
676 |
+
#: ../classes/es-register.php:1023
|
677 |
msgid "Preview Template"
|
678 |
msgstr ""
|
679 |
|
680 |
+
#: ../classes/es-register.php:1037
|
681 |
#, php-format
|
682 |
msgid ""
|
683 |
"%s for Post Notification: {{NAME}}, {{EMAIL}}, {{DATE}}, {{POSTTITLE}}, "
|
685 |
"WITHTITLE}}, {{POSTLINK-ONLY}}, {{POSTFULL}}"
|
686 |
msgstr ""
|
687 |
|
688 |
+
#: ../classes/es-register.php:1038
|
689 |
msgid "<br/><br/>Available Keywords for Newsletter: {{NAME}}, {{EMAIL}}"
|
690 |
msgstr ""
|
691 |
|
818 |
msgid "Selected record deleted."
|
819 |
msgstr "Seçilen kayıt silindi."
|
820 |
|
821 |
+
#: ../notification/notification-show.php:52 ../help/help.php:345 ../classes/es-
|
822 |
+
#: register.php:171 ../classes/es-register.php:172
|
823 |
msgid "Post Notifications"
|
824 |
msgstr "Gönderi Bildirimleri"
|
825 |
|
986 |
msgid "Medium Size"
|
987 |
msgstr "Orta Boy"
|
988 |
|
989 |
+
#: ../settings/settings-edit.php:123 ../classes/es-register.php:905
|
990 |
msgid "Thumbnail"
|
991 |
msgstr "Küçük Boy"
|
992 |
|
1009 |
"EVET olarak ayarlanmalı."
|
1010 |
|
1011 |
#: ../settings/settings-edit.php:142 ../settings/settings-edit.php:217 ..
|
1012 |
+
#: subscribers/view-subscriber-sync.php:107 ../classes/es-register.php:1174
|
1013 |
msgid "YES"
|
1014 |
msgstr "EVET"
|
1015 |
|
1016 |
#: ../settings/settings-edit.php:143 ../settings/settings-edit.php:218 ..
|
1017 |
+
#: subscribers/view-subscriber-sync.php:106 ../classes/es-register.php:1175
|
1018 |
msgid "NO"
|
1019 |
msgstr "HAYIR"
|
1020 |
|
1092 |
msgid "Post Notifications Menu"
|
1093 |
msgstr "Gönderi Bildirim Menüsü"
|
1094 |
|
1095 |
+
#: ../settings/settings-edit.php:324 ../help/help.php:335 ../sendmail/sendmail.
|
1096 |
+
#: php:93 ../classes/es-register.php:174 ../classes/es-register.php:175
|
1097 |
msgid "Newsletters"
|
1098 |
msgstr "Bültenler"
|
1099 |
|
1188 |
|
1189 |
#: ../sentmail/sentmail-show.php:108 ../sentmail/sentmail-show.php:121 ..
|
1190 |
#: compose/compose-edit.php:103 ../compose/compose-show.php:80 ..
|
1191 |
+
#: compose/compose-show.php:88 ../classes/es-register.php:953
|
1192 |
msgid "Preview"
|
1193 |
msgstr "Önizleme"
|
1194 |
|
1516 |
msgstr "E-posta Adresi"
|
1517 |
|
1518 |
#: ../subscribers/view-subscriber-show.php:361 ../subscribers/view-subscriber-
|
1519 |
+
#: show.php:374 ../classes/es-register.php:1116 ../classes/es-loadwidget.php:28
|
1520 |
msgid "Name"
|
1521 |
msgstr "Adınız"
|
1522 |
|
1704 |
msgstr "E-posta şablonunu seçiniz"
|
1705 |
|
1706 |
#: ../compose/compose-edit.php:92 ../compose/compose-add.php:80 ../classes/es-
|
1707 |
+
#: register.php:975
|
1708 |
msgid "Newsletter"
|
1709 |
msgstr "Bülten"
|
1710 |
|
1711 |
#: ../compose/compose-edit.php:93 ../compose/compose-add.php:81 ../classes/es-
|
1712 |
+
#: register.php:976
|
1713 |
msgid "Post Notification"
|
1714 |
msgstr "Gönderi Bildirimi"
|
1715 |
|
1722 |
msgstr "E-postanız için içerik giriniz"
|
1723 |
|
1724 |
#: ../compose/compose-edit.php:111 ../compose/compose-add.php:93 ../classes/es-
|
1725 |
+
#: register.php:1037
|
1726 |
msgid "Available Keywords"
|
1727 |
msgstr "Mevcut Anahtar Kelimeler"
|
1728 |
|
1777 |
"Email Subscribers yüklediğiniz için teşekkür ederiz ve iyi vakit geçirmenizi "
|
1778 |
"temenni ederiz."
|
1779 |
|
1780 |
+
#: ../help/help.php:183 ../classes/es-register.php:1126 ../classes/es-loadwidget.
|
1781 |
#: php:38
|
1782 |
msgid "Subscribe"
|
1783 |
msgstr "Üye Ol"
|
1797 |
|
1798 |
#: ../help/help.php:288 ../help/help.php:299 ../help/help.php:302 ../help/help.
|
1799 |
#: php:314 ../help/help.php:317 ../help/help.php:320 ../help/help.php:323 ..
|
1800 |
+
#: help/help.php:326 ../help/help.php:338 ../help/help.php:341 ../help/help.php:
|
1801 |
+
#: 348 ../help/help.php:351 ../help/help.php:354 ../help/help.php:362 ..
|
1802 |
+
#: help/help.php:365 ../help/help.php:368 ../help/help.php:371 ../help/help.php:
|
1803 |
+
#: 377 ../help/help.php:380 ../help/help.php:382
|
1804 |
#, php-format
|
1805 |
msgid "%s"
|
1806 |
msgstr "%s"
|
1819 |
msgid "How to add captcha in Subscribe form of Email Subscribers?"
|
1820 |
msgstr "Email Subscribers'in formlarına nasıl CAPTCHA eklerim?"
|
1821 |
|
|
|
|
|
|
|
|
|
1822 |
#: ../help/help.php:314
|
1823 |
msgid "How to Import or Export Email Addresses?"
|
1824 |
msgstr "E-posta adreslerini içeri veya dışarı nasıl aktarırım?"
|
1831 |
msgid "How to add Unsubscribe link in emails?"
|
1832 |
msgstr "E-postalarıma üyelikten ayrıl linkini nasıl eklerim?"
|
1833 |
|
|
|
|
|
|
|
|
|
1834 |
#: ../help/help.php:377
|
1835 |
msgid "Subscribers are not receiving Emails?"
|
1836 |
msgstr "Aboneler e-postalarını almıyor mu?"
|
1952 |
msgstr "<span style=\"color:#993399;\">Acilen</span>"
|
1953 |
|
1954 |
#. Name of the plugin
|
1955 |
+
#: ../classes/es-survey.php:232 ../classes/es-register.php:162 ../classes/es-
|
1956 |
+
#: register.php:163 ../classes/es-register.php:865
|
1957 |
msgid "Email Subscribers"
|
1958 |
msgstr "Email Subscribers"
|
1959 |
|
1960 |
+
#: ../classes/es-survey.php:232
|
1961 |
+
msgid "is getting even better!"
|
1962 |
+
msgstr "daha da iyi oluyor!"
|
1963 |
+
|
1964 |
+
#: ../classes/es-survey.php:233
|
1965 |
+
msgid "But I need you to"
|
1966 |
+
msgstr "Ama sana ihtiyacım var"
|
1967 |
+
|
1968 |
+
#: ../classes/es-survey.php:233
|
1969 |
+
msgid "help me prioritize"
|
1970 |
+
msgstr "öncelik vermeme yardım et"
|
1971 |
+
|
1972 |
+
#: ../classes/es-survey.php:233
|
1973 |
+
msgid "Please send your response today."
|
1974 |
+
msgstr "Lütfen bugün cevabınızı gönderin."
|
1975 |
+
|
1976 |
+
#: ../classes/es-survey.php:240
|
1977 |
+
msgid "Here's how you use ES:"
|
1978 |
+
msgstr "İşte nasıl ES kullanacğınız"
|
1979 |
+
|
1980 |
+
#: ../classes/es-survey.php:253
|
1981 |
+
msgid "Have "
|
1982 |
+
msgstr "Sahip olduğun"
|
1983 |
+
|
1984 |
+
#: ../classes/es-survey.php:253
|
1985 |
+
msgid " Active Subscribers"
|
1986 |
+
msgstr " Aktif Aboneler"
|
1987 |
+
|
1988 |
+
#: ../classes/es-survey.php:254
|
1989 |
+
msgid "Post "
|
1990 |
+
msgstr "Gönderi"
|
1991 |
+
|
1992 |
+
#: ../classes/es-survey.php:254
|
1993 |
+
msgid " blog per week"
|
1994 |
+
msgstr " blog her hafta"
|
1995 |
+
|
1996 |
+
#: ../classes/es-survey.php:258
|
1997 |
+
msgid "Send emails via Cron"
|
1998 |
+
msgstr "E-postaları planlanmış gönderi ile gönder"
|
1999 |
+
|
2000 |
+
#: ../classes/es-survey.php:260
|
2001 |
+
msgid "Send emails Immediately"
|
2002 |
+
msgstr "E-postaları hemen gönder"
|
2003 |
+
|
2004 |
+
#: ../classes/es-survey.php:287
|
2005 |
+
msgid "How soon do you want these new features?"
|
2006 |
+
msgstr "Bu yeni özellikleri ne kadar sonra istiyorsun?"
|
2007 |
+
|
2008 |
+
#: ../classes/es-survey.php:291
|
2009 |
+
msgid "Beautiful Email Designs"
|
2010 |
+
msgstr "Düzel E-posta Tasarımları"
|
2011 |
+
|
2012 |
+
#: ../classes/es-survey.php:292 ../classes/es-survey.php:297 ../classes/es-survey.
|
2013 |
+
#: php:302 ../classes/es-survey.php:307
|
2014 |
+
msgid "Right now!"
|
2015 |
+
msgstr "Hemen!"
|
2016 |
+
|
2017 |
+
#: ../classes/es-survey.php:293 ../classes/es-survey.php:298 ../classes/es-survey.
|
2018 |
+
#: php:303 ../classes/es-survey.php:308
|
2019 |
+
msgid "Soon"
|
2020 |
+
msgstr "Yakında"
|
2021 |
+
|
2022 |
+
#: ../classes/es-survey.php:294 ../classes/es-survey.php:299 ../classes/es-survey.
|
2023 |
+
#: php:304 ../classes/es-survey.php:309
|
2024 |
+
msgid "Later"
|
2025 |
+
msgstr "Sonra"
|
2026 |
+
|
2027 |
+
#: ../classes/es-survey.php:296
|
2028 |
+
msgid "Spam Check, Scheduling... (Better Email Delivery)"
|
2029 |
+
msgstr "Gereksiz e-posta kontrolü, programlanıyor.... (Daha iyi e-posta teslimatı)"
|
2030 |
+
|
2031 |
+
#: ../classes/es-survey.php:301
|
2032 |
+
msgid "Discard Fake / Bouncing Emails"
|
2033 |
+
msgstr "Sahteleri çıkar / Ulaşmayan E-postalar"
|
2034 |
+
|
2035 |
+
#: ../classes/es-survey.php:306
|
2036 |
+
msgid "Advanced Reporting"
|
2037 |
+
msgstr "Gelişmiş Raporlama"
|
2038 |
+
|
2039 |
+
#: ../classes/es-survey.php:334
|
2040 |
+
msgid "Thank you!"
|
2041 |
+
msgstr "Teşekkür ederiz!"
|
2042 |
+
|
2043 |
+
#: ../classes/es-survey.php:335
|
2044 |
+
msgid "No issues, have a nice day!"
|
2045 |
+
msgstr "Sorun değil, iyi günler!"
|
2046 |
+
|
2047 |
#: ../classes/es-register.php:183
|
2048 |
msgid "Help & Info"
|
2049 |
msgstr "Yardım & Bilgi"
|
2309 |
msgid "There was a problem with the request"
|
2310 |
msgstr "İstekle ilgili bir problem vardı"
|
2311 |
|
2312 |
+
#: ../classes/es-register.php:830
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2313 |
msgid ""
|
2314 |
"If you like <strong>Email Subscribers</strong>, please consider leaving us a "
|
2315 |
"<a target=\"_blank\" href=\"https://wordpress.org/support/plugin/email-"
|
2321 |
"subscribers/reviews/?filter=5#new-post\">★★★★★"
|
2322 |
"</a> ile puanlarınızı bildiriniz. Icegram'dan şimdiden kocaman teşekkürler..."
|
2323 |
|
2324 |
+
#: ../classes/es-register.php:1121 ../classes/es-loadwidget.php:33
|
2325 |
msgid "Email *"
|
2326 |
msgstr "E-posta Adresiniz*"
|
2327 |
|
2328 |
+
#: ../classes/es-register.php:1164
|
2329 |
msgid "Widget Title"
|
2330 |
msgstr "Bileşen Adı"
|
2331 |
|
2332 |
+
#: ../classes/es-register.php:1168
|
2333 |
msgid "Short description about subscription form"
|
2334 |
msgstr "Abone formu hakkında kısa açıklama"
|
2335 |
|
2336 |
+
#: ../classes/es-register.php:1172
|
2337 |
msgid "Display Name Field"
|
2338 |
msgstr "İsim Alanını Göster"
|
2339 |
|
2340 |
+
#: ../classes/es-register.php:1179
|
2341 |
msgid "Subscriber Group"
|
2342 |
msgstr "Abone Grubu"
|
languages/email-subscribers.pot
CHANGED
@@ -5,7 +5,7 @@ msgstr ""
|
|
5 |
"Project-Id-Version: Email Subscribers & Newsletters 3.4.0\n"
|
6 |
"Report-Msgid-Bugs-To: https://www.icegram.com/contact/\n"
|
7 |
"POT-Creation-Date: 2017-07-26 12:00:36+00:00\n"
|
8 |
-
"POT-Revision-Date:
|
9 |
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
10 |
"Last-Translator: Ratnakar Dubey <ratnakar.dubey@storeapps.org>\n"
|
11 |
"Language-Team: StoreApps <support@storeapps.org>, Icegram <hello@icegram."
|
@@ -152,8 +152,8 @@ msgstr ""
|
|
152 |
msgid "Selected record deleted."
|
153 |
msgstr ""
|
154 |
|
155 |
-
#: ../notification/notification-show.php:52 ../
|
156 |
-
#:
|
157 |
msgid "Post Notifications"
|
158 |
msgstr ""
|
159 |
|
@@ -352,7 +352,7 @@ msgstr ""
|
|
352 |
msgid "Medium Size"
|
353 |
msgstr ""
|
354 |
|
355 |
-
#: ../settings/settings-edit.php:123 ../classes/es-register.php:
|
356 |
msgid "Thumbnail"
|
357 |
msgstr ""
|
358 |
|
@@ -377,12 +377,12 @@ msgid ""
|
|
377 |
msgstr ""
|
378 |
|
379 |
#: ../settings/settings-edit.php:142 ../settings/settings-edit.php:217 ..
|
380 |
-
#: /subscribers/view-subscriber-sync.php:107 ../classes/es-register.php:
|
381 |
msgid "YES"
|
382 |
msgstr ""
|
383 |
|
384 |
#: ../settings/settings-edit.php:143 ../settings/settings-edit.php:218 ..
|
385 |
-
#: /subscribers/view-subscriber-sync.php:106 ../classes/es-register.php:
|
386 |
msgid "NO"
|
387 |
msgstr ""
|
388 |
|
@@ -581,8 +581,8 @@ msgstr ""
|
|
581 |
msgid "Post Notifications Menu"
|
582 |
msgstr ""
|
583 |
|
584 |
-
#: ../settings/settings-edit.php:324 ../
|
585 |
-
#: register.php:174 ../classes/es-register.php:175
|
586 |
msgid "Newsletters"
|
587 |
msgstr ""
|
588 |
|
@@ -732,7 +732,7 @@ msgstr ""
|
|
732 |
|
733 |
#: ../sentmail/sentmail-show.php:108 ../sentmail/sentmail-show.php:121 ..
|
734 |
#: /compose/compose-edit.php:103 ../compose/compose-show.php:80 ..
|
735 |
-
#: /compose/compose-show.php:88 ../classes/es-register.php:
|
736 |
msgid "Preview"
|
737 |
msgstr ""
|
738 |
|
@@ -1052,7 +1052,7 @@ msgid "Email Address"
|
|
1052 |
msgstr ""
|
1053 |
|
1054 |
#: ../subscribers/view-subscriber-show.php:361 ../subscribers/view-subscriber-
|
1055 |
-
#: show.php:374 ../classes/es-register.php:
|
1056 |
msgid "Name"
|
1057 |
msgstr ""
|
1058 |
|
@@ -1242,12 +1242,12 @@ msgid "Select your Email Template"
|
|
1242 |
msgstr ""
|
1243 |
|
1244 |
#: ../compose/compose-edit.php:92 ../compose/compose-add.php:80 ../classes/es-
|
1245 |
-
#: register.php:
|
1246 |
msgid "Newsletter"
|
1247 |
msgstr ""
|
1248 |
|
1249 |
#: ../compose/compose-edit.php:93 ../compose/compose-add.php:81 ../classes/es-
|
1250 |
-
#: register.php:
|
1251 |
msgid "Post Notification"
|
1252 |
msgstr ""
|
1253 |
|
@@ -1272,7 +1272,7 @@ msgid ""
|
|
1272 |
msgstr ""
|
1273 |
|
1274 |
#: ../compose/compose-edit.php:111 ../compose/compose-add.php:93 ../classes/es-
|
1275 |
-
#: register.php:
|
1276 |
msgid "Available Keywords"
|
1277 |
msgstr ""
|
1278 |
|
@@ -1352,7 +1352,7 @@ msgstr ""
|
|
1352 |
msgid "Get more help and tips..."
|
1353 |
msgstr ""
|
1354 |
|
1355 |
-
#: ../help/help.php:183 ../classes/es-register.php:
|
1356 |
#: php:38
|
1357 |
msgid "Subscribe"
|
1358 |
msgstr ""
|
@@ -1458,10 +1458,10 @@ msgstr ""
|
|
1458 |
|
1459 |
#: ../help/help.php:288 ../help/help.php:299 ../help/help.php:302 ../help/help.
|
1460 |
#: php:314 ../help/help.php:317 ../help/help.php:320 ../help/help.php:323 ..
|
1461 |
-
#: /help/help.php:
|
1462 |
-
#:
|
1463 |
-
#: /help/help.php:
|
1464 |
-
#: 380 ../help/help.php:382
|
1465 |
#, php-format
|
1466 |
msgid "%s"
|
1467 |
msgstr ""
|
@@ -1495,7 +1495,7 @@ msgid "How to add captcha in Subscribe form of Email Subscribers?"
|
|
1495 |
msgstr ""
|
1496 |
|
1497 |
#: ../help/help.php:308
|
1498 |
-
msgid "General Plugin
|
1499 |
msgstr ""
|
1500 |
|
1501 |
#: ../help/help.php:311
|
@@ -1529,47 +1529,47 @@ msgstr ""
|
|
1529 |
msgid "How to add Unsubscribe link in emails?"
|
1530 |
msgstr ""
|
1531 |
|
1532 |
-
#: ../help/help.php:
|
1533 |
-
msgid "
|
1534 |
msgstr ""
|
1535 |
|
1536 |
-
#: ../help/help.php:
|
1537 |
-
msgid "
|
1538 |
msgstr ""
|
1539 |
|
1540 |
-
#: ../help/help.php:
|
1541 |
-
msgid "
|
1542 |
msgstr ""
|
1543 |
|
1544 |
-
#: ../help/help.php:
|
1545 |
-
msgid "
|
1546 |
msgstr ""
|
1547 |
|
1548 |
-
#: ../help/help.php:
|
1549 |
-
msgid "
|
1550 |
msgstr ""
|
1551 |
|
1552 |
-
#: ../help/help.php:
|
1553 |
-
msgid "
|
1554 |
msgstr ""
|
1555 |
|
1556 |
-
#: ../help/help.php:
|
1557 |
msgid "Cron Job Setup"
|
1558 |
msgstr ""
|
1559 |
|
1560 |
-
#: ../help/help.php:
|
1561 |
-
msgid "
|
1562 |
msgstr ""
|
1563 |
|
1564 |
-
#: ../help/help.php:
|
1565 |
msgid "Schedule Cron Emails in cPanel"
|
1566 |
msgstr ""
|
1567 |
|
1568 |
-
#: ../help/help.php:
|
1569 |
msgid "Schedule Cron Emails in Parallels Plesk"
|
1570 |
msgstr ""
|
1571 |
|
1572 |
-
#: ../help/help.php:
|
1573 |
msgid "Hosting doesn’t support Cron Jobs?"
|
1574 |
msgstr ""
|
1575 |
|
@@ -1589,90 +1589,90 @@ msgstr ""
|
|
1589 |
msgid "FAQ's"
|
1590 |
msgstr ""
|
1591 |
|
1592 |
-
#: ../help/help.php:
|
1593 |
msgid "Want to do more? Here's how.."
|
1594 |
msgstr ""
|
1595 |
|
1596 |
-
#: ../help/help.php:
|
1597 |
msgid "Allow Subscribers to get subscribed to any group"
|
1598 |
msgstr ""
|
1599 |
|
1600 |
-
#: ../help/help.php:
|
1601 |
msgid "Using our free "
|
1602 |
msgstr ""
|
1603 |
|
1604 |
-
#: ../help/help.php:
|
1605 |
msgid "Group Selector"
|
1606 |
msgstr ""
|
1607 |
|
1608 |
-
#: ../help/help.php:
|
1609 |
msgid ""
|
1610 |
"plugin, you can extend Email Subscribers Form functionality by providing an "
|
1611 |
"grouping option right next to the form."
|
1612 |
msgstr ""
|
1613 |
|
1614 |
-
#: ../help/help.php:
|
1615 |
msgid "The user can then subscribe to whichever group most appeals to them."
|
1616 |
msgstr ""
|
1617 |
|
1618 |
-
#: ../help/help.php:
|
1619 |
msgid "For example: Subscribe either to Updates or to Offers."
|
1620 |
msgstr ""
|
1621 |
|
1622 |
-
#: ../help/help.php:
|
1623 |
msgid "Show your subscribe form inside attractive popups"
|
1624 |
msgstr ""
|
1625 |
|
1626 |
-
#: ../help/help.php:
|
1627 |
msgid ""
|
1628 |
"Don't limit your subscriber form to a widget. Embed it within popups, hello "
|
1629 |
"bars, slide-ins, sidebars, full screen popups etc."
|
1630 |
msgstr ""
|
1631 |
|
1632 |
-
#: ../help/help.php:
|
1633 |
msgid "Using Email Subscribers you can achieve this easily with our free plugin "
|
1634 |
msgstr ""
|
1635 |
|
1636 |
-
#: ../help/help.php:
|
1637 |
msgid ""
|
1638 |
"Icegram's beautiful designs instantly capture user attention and help "
|
1639 |
"increase sign-ups to your WordPress website."
|
1640 |
msgstr ""
|
1641 |
|
1642 |
-
#: ../help/help.php:
|
1643 |
#, php-format
|
1644 |
msgid "How to %s"
|
1645 |
msgstr ""
|
1646 |
|
1647 |
-
#: ../help/help.php:
|
1648 |
msgid "show subscribe form inside a popup"
|
1649 |
msgstr ""
|
1650 |
|
1651 |
-
#: ../help/help.php:
|
1652 |
msgid "Get beautiful and elegant form styles"
|
1653 |
msgstr ""
|
1654 |
|
1655 |
-
#: ../help/help.php:
|
1656 |
msgid "Email subscribers easily integrates with another free plugin "
|
1657 |
msgstr ""
|
1658 |
|
1659 |
-
#: ../help/help.php:
|
1660 |
msgid "Rainmaker"
|
1661 |
msgstr ""
|
1662 |
|
1663 |
-
#: ../help/help.php:
|
1664 |
msgid ""
|
1665 |
"Rainmaker extends the core features of Email Subscribers and provides "
|
1666 |
"elegant form styles."
|
1667 |
msgstr ""
|
1668 |
|
1669 |
-
#: ../help/help.php:
|
1670 |
msgid ""
|
1671 |
"These styles are well designed and beautify your subscription form making it "
|
1672 |
"more appealing."
|
1673 |
msgstr ""
|
1674 |
|
1675 |
-
#: ../help/help.php:
|
1676 |
msgid "add Rainmaker’s form in Email Subscribers"
|
1677 |
msgstr ""
|
1678 |
|
@@ -1788,14 +1788,134 @@ msgstr ""
|
|
1788 |
msgid "<span style=\"color:#993399;\">Immediately</span>"
|
1789 |
msgstr ""
|
1790 |
|
1791 |
-
#: ../classes/es-
|
1792 |
-
#:
|
|
|
|
|
|
|
|
|
|
|
|
|
1793 |
msgid "Email Subscribers"
|
1794 |
msgstr ""
|
1795 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1796 |
#: ../classes/es-register.php:168 ../classes/es-register.php:169 ../classes/es-
|
1797 |
-
#: register.php:
|
1798 |
-
#: 1187
|
1799 |
msgid "Templates"
|
1800 |
msgstr ""
|
1801 |
|
@@ -2054,141 +2174,22 @@ msgctxt "widget-page-enhanced-select"
|
|
2054 |
msgid "There was a problem with the request"
|
2055 |
msgstr ""
|
2056 |
|
2057 |
-
#: ../classes/es-register.php:
|
2058 |
msgid ""
|
2059 |
-
"
|
2060 |
-
"
|
2061 |
-
|
2062 |
-
|
2063 |
-
#: ../classes/es-register.php:721
|
2064 |
-
msgid "Check the updated structure"
|
2065 |
-
msgstr ""
|
2066 |
-
|
2067 |
-
#: ../classes/es-register.php:721
|
2068 |
-
msgid "Okay, I got it."
|
2069 |
-
msgstr ""
|
2070 |
-
|
2071 |
-
#: ../classes/es-register.php:930
|
2072 |
-
msgctxt "timezone date format"
|
2073 |
-
msgid "Y-m-d"
|
2074 |
-
msgstr ""
|
2075 |
-
|
2076 |
-
#: ../classes/es-register.php:947
|
2077 |
-
msgid "is getting even better!"
|
2078 |
-
msgstr ""
|
2079 |
-
|
2080 |
-
#: ../classes/es-register.php:948
|
2081 |
-
msgid "But I need you to"
|
2082 |
-
msgstr ""
|
2083 |
-
|
2084 |
-
#: ../classes/es-register.php:948
|
2085 |
-
msgid "help me prioritize"
|
2086 |
-
msgstr ""
|
2087 |
-
|
2088 |
-
#: ../classes/es-register.php:948
|
2089 |
-
msgid "Please send your response today."
|
2090 |
-
msgstr ""
|
2091 |
-
|
2092 |
-
#: ../classes/es-register.php:955
|
2093 |
-
msgid "Here's how you use ES:"
|
2094 |
-
msgstr ""
|
2095 |
-
|
2096 |
-
#: ../classes/es-register.php:960
|
2097 |
-
msgid "Post Notifications more often than Newsletter"
|
2098 |
-
msgstr ""
|
2099 |
-
|
2100 |
-
#: ../classes/es-register.php:962
|
2101 |
-
msgid "Newsletter more often than Post Notifications"
|
2102 |
-
msgstr ""
|
2103 |
-
|
2104 |
-
#: ../classes/es-register.php:964
|
2105 |
-
msgid "Post Notification & Newsletter equally"
|
2106 |
-
msgstr ""
|
2107 |
-
|
2108 |
-
#: ../classes/es-register.php:968
|
2109 |
-
msgid "Have "
|
2110 |
-
msgstr ""
|
2111 |
-
|
2112 |
-
#: ../classes/es-register.php:968
|
2113 |
-
msgid " Active Subscribers"
|
2114 |
-
msgstr ""
|
2115 |
-
|
2116 |
-
#: ../classes/es-register.php:969
|
2117 |
-
msgid "Post "
|
2118 |
-
msgstr ""
|
2119 |
-
|
2120 |
-
#: ../classes/es-register.php:969
|
2121 |
-
msgid " blog per week"
|
2122 |
msgstr ""
|
2123 |
|
2124 |
-
#: ../classes/es-register.php:
|
2125 |
-
msgid "
|
2126 |
-
msgstr ""
|
2127 |
-
|
2128 |
-
#: ../classes/es-register.php:975
|
2129 |
-
msgid "Send emails Immediately"
|
2130 |
-
msgstr ""
|
2131 |
-
|
2132 |
-
#: ../classes/es-register.php:982
|
2133 |
-
msgid "Using Double Opt In"
|
2134 |
-
msgstr ""
|
2135 |
-
|
2136 |
-
#: ../classes/es-register.php:984
|
2137 |
-
msgid "Using Single Opt In"
|
2138 |
-
msgstr ""
|
2139 |
-
|
2140 |
-
#: ../classes/es-register.php:1002
|
2141 |
-
msgid "How soon do you want these new features?"
|
2142 |
-
msgstr ""
|
2143 |
-
|
2144 |
-
#: ../classes/es-register.php:1006
|
2145 |
-
msgid "Beautiful Email Designs"
|
2146 |
-
msgstr ""
|
2147 |
-
|
2148 |
-
#: ../classes/es-register.php:1007 ../classes/es-register.php:1012 ../classes/es-
|
2149 |
-
#: register.php:1017 ../classes/es-register.php:1022
|
2150 |
-
msgid "Right now!"
|
2151 |
-
msgstr ""
|
2152 |
-
|
2153 |
-
#: ../classes/es-register.php:1008 ../classes/es-register.php:1013 ../classes/es-
|
2154 |
-
#: register.php:1018 ../classes/es-register.php:1023
|
2155 |
-
msgid "Soon"
|
2156 |
-
msgstr ""
|
2157 |
-
|
2158 |
-
#: ../classes/es-register.php:1009 ../classes/es-register.php:1014 ../classes/es-
|
2159 |
-
#: register.php:1019 ../classes/es-register.php:1024
|
2160 |
-
msgid "Later"
|
2161 |
-
msgstr ""
|
2162 |
-
|
2163 |
-
#: ../classes/es-register.php:1011
|
2164 |
-
msgid "Spam Check, Scheduling... (Better Email Delivery)"
|
2165 |
-
msgstr ""
|
2166 |
-
|
2167 |
-
#: ../classes/es-register.php:1016
|
2168 |
-
msgid "Discard Fake / Bouncing Emails"
|
2169 |
-
msgstr ""
|
2170 |
-
|
2171 |
-
#: ../classes/es-register.php:1021
|
2172 |
-
msgid "Advanced Reporting"
|
2173 |
-
msgstr ""
|
2174 |
-
|
2175 |
-
#: ../classes/es-register.php:1033
|
2176 |
-
msgid "Nah, I don't like improvements"
|
2177 |
-
msgstr ""
|
2178 |
-
|
2179 |
-
#: ../classes/es-register.php:1039
|
2180 |
-
msgid "Next"
|
2181 |
-
msgstr ""
|
2182 |
-
|
2183 |
-
#: ../classes/es-register.php:1049
|
2184 |
-
msgid "Thank you!"
|
2185 |
msgstr ""
|
2186 |
|
2187 |
-
#: ../classes/es-register.php:
|
2188 |
-
msgid "No
|
2189 |
msgstr ""
|
2190 |
|
2191 |
-
#: ../classes/es-register.php:
|
2192 |
msgid ""
|
2193 |
"If you like <strong>Email Subscribers</strong>, please consider leaving us a "
|
2194 |
"<a target=\"_blank\" href=\"https://wordpress.org/support/plugin/email-"
|
@@ -2196,64 +2197,64 @@ msgid ""
|
|
2196 |
"</a> rating. A huge thank you from Icegram in advance!"
|
2197 |
msgstr ""
|
2198 |
|
2199 |
-
#: ../classes/es-register.php:
|
2200 |
#, php-format
|
2201 |
msgid "Email Subscribers version: <strong>%s</strong>"
|
2202 |
msgstr ""
|
2203 |
|
2204 |
-
#: ../classes/es-register.php:
|
2205 |
msgid "Add new Template"
|
2206 |
msgstr ""
|
2207 |
|
2208 |
-
#: ../classes/es-register.php:
|
2209 |
msgid "Edit Templates"
|
2210 |
msgstr ""
|
2211 |
|
2212 |
-
#: ../classes/es-register.php:
|
2213 |
msgid "New Templates"
|
2214 |
msgstr ""
|
2215 |
|
2216 |
-
#: ../classes/es-register.php:
|
2217 |
msgid "View Templates"
|
2218 |
msgstr ""
|
2219 |
|
2220 |
-
#: ../classes/es-register.php:
|
2221 |
msgid "Search Templates"
|
2222 |
msgstr ""
|
2223 |
|
2224 |
-
#: ../classes/es-register.php:
|
2225 |
msgid "No Templates found"
|
2226 |
msgstr ""
|
2227 |
|
2228 |
-
#: ../classes/es-register.php:
|
2229 |
msgid "No Templates found in Trash"
|
2230 |
msgstr ""
|
2231 |
|
2232 |
-
#: ../classes/es-register.php:
|
2233 |
msgid "Thumbnail (For Visual Representation only)"
|
2234 |
msgstr ""
|
2235 |
|
2236 |
-
#: ../classes/es-register.php:
|
2237 |
msgid "Set thumbnail"
|
2238 |
msgstr ""
|
2239 |
|
2240 |
-
#: ../classes/es-register.php:
|
2241 |
msgid "Template Type"
|
2242 |
msgstr ""
|
2243 |
|
2244 |
-
#: ../classes/es-register.php:
|
2245 |
msgid "Available Keyword for Post Notification: {{POSTTITLE}}"
|
2246 |
msgstr ""
|
2247 |
|
2248 |
-
#: ../classes/es-register.php:
|
2249 |
msgid "Select your Email Template Type"
|
2250 |
msgstr ""
|
2251 |
|
2252 |
-
#: ../classes/es-register.php:
|
2253 |
msgid "Preview Template"
|
2254 |
msgstr ""
|
2255 |
|
2256 |
-
#: ../classes/es-register.php:
|
2257 |
#, php-format
|
2258 |
msgid ""
|
2259 |
"%s for Post Notification: {{NAME}}, {{EMAIL}}, {{DATE}}, {{POSTTITLE}}, "
|
@@ -2261,26 +2262,26 @@ msgid ""
|
|
2261 |
"WITHTITLE}}, {{POSTLINK-ONLY}}, {{POSTFULL}}"
|
2262 |
msgstr ""
|
2263 |
|
2264 |
-
#: ../classes/es-register.php:
|
2265 |
msgid "<br/><br/>Available Keywords for Newsletter: {{NAME}}, {{EMAIL}}"
|
2266 |
msgstr ""
|
2267 |
|
2268 |
-
#: ../classes/es-register.php:
|
2269 |
msgid "Email *"
|
2270 |
msgstr ""
|
2271 |
|
2272 |
-
#: ../classes/es-register.php:
|
2273 |
msgid "Widget Title"
|
2274 |
msgstr ""
|
2275 |
|
2276 |
-
#: ../classes/es-register.php:
|
2277 |
msgid "Short description about subscription form"
|
2278 |
msgstr ""
|
2279 |
|
2280 |
-
#: ../classes/es-register.php:
|
2281 |
msgid "Display Name Field"
|
2282 |
msgstr ""
|
2283 |
|
2284 |
-
#: ../classes/es-register.php:
|
2285 |
msgid "Subscriber Group"
|
2286 |
msgstr ""
|
5 |
"Project-Id-Version: Email Subscribers & Newsletters 3.4.0\n"
|
6 |
"Report-Msgid-Bugs-To: https://www.icegram.com/contact/\n"
|
7 |
"POT-Creation-Date: 2017-07-26 12:00:36+00:00\n"
|
8 |
+
"POT-Revision-Date: Fri Nov 17 2017 15:30:19 GMT+0530 (IST)\n"
|
9 |
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
10 |
"Last-Translator: Ratnakar Dubey <ratnakar.dubey@storeapps.org>\n"
|
11 |
"Language-Team: StoreApps <support@storeapps.org>, Icegram <hello@icegram."
|
152 |
msgid "Selected record deleted."
|
153 |
msgstr ""
|
154 |
|
155 |
+
#: ../notification/notification-show.php:52 ../help/help.php:345 ../classes/es-
|
156 |
+
#: register.php:171 ../classes/es-register.php:172
|
157 |
msgid "Post Notifications"
|
158 |
msgstr ""
|
159 |
|
352 |
msgid "Medium Size"
|
353 |
msgstr ""
|
354 |
|
355 |
+
#: ../settings/settings-edit.php:123 ../classes/es-register.php:905
|
356 |
msgid "Thumbnail"
|
357 |
msgstr ""
|
358 |
|
377 |
msgstr ""
|
378 |
|
379 |
#: ../settings/settings-edit.php:142 ../settings/settings-edit.php:217 ..
|
380 |
+
#: /subscribers/view-subscriber-sync.php:107 ../classes/es-register.php:1174
|
381 |
msgid "YES"
|
382 |
msgstr ""
|
383 |
|
384 |
#: ../settings/settings-edit.php:143 ../settings/settings-edit.php:218 ..
|
385 |
+
#: /subscribers/view-subscriber-sync.php:106 ../classes/es-register.php:1175
|
386 |
msgid "NO"
|
387 |
msgstr ""
|
388 |
|
581 |
msgid "Post Notifications Menu"
|
582 |
msgstr ""
|
583 |
|
584 |
+
#: ../settings/settings-edit.php:324 ../help/help.php:335 ../sendmail/sendmail.
|
585 |
+
#: php:93 ../classes/es-register.php:174 ../classes/es-register.php:175
|
586 |
msgid "Newsletters"
|
587 |
msgstr ""
|
588 |
|
732 |
|
733 |
#: ../sentmail/sentmail-show.php:108 ../sentmail/sentmail-show.php:121 ..
|
734 |
#: /compose/compose-edit.php:103 ../compose/compose-show.php:80 ..
|
735 |
+
#: /compose/compose-show.php:88 ../classes/es-register.php:953
|
736 |
msgid "Preview"
|
737 |
msgstr ""
|
738 |
|
1052 |
msgstr ""
|
1053 |
|
1054 |
#: ../subscribers/view-subscriber-show.php:361 ../subscribers/view-subscriber-
|
1055 |
+
#: show.php:374 ../classes/es-register.php:1116 ../classes/es-loadwidget.php:28
|
1056 |
msgid "Name"
|
1057 |
msgstr ""
|
1058 |
|
1242 |
msgstr ""
|
1243 |
|
1244 |
#: ../compose/compose-edit.php:92 ../compose/compose-add.php:80 ../classes/es-
|
1245 |
+
#: register.php:975
|
1246 |
msgid "Newsletter"
|
1247 |
msgstr ""
|
1248 |
|
1249 |
#: ../compose/compose-edit.php:93 ../compose/compose-add.php:81 ../classes/es-
|
1250 |
+
#: register.php:976
|
1251 |
msgid "Post Notification"
|
1252 |
msgstr ""
|
1253 |
|
1272 |
msgstr ""
|
1273 |
|
1274 |
#: ../compose/compose-edit.php:111 ../compose/compose-add.php:93 ../classes/es-
|
1275 |
+
#: register.php:1037
|
1276 |
msgid "Available Keywords"
|
1277 |
msgstr ""
|
1278 |
|
1352 |
msgid "Get more help and tips..."
|
1353 |
msgstr ""
|
1354 |
|
1355 |
+
#: ../help/help.php:183 ../classes/es-register.php:1126 ../classes/es-loadwidget.
|
1356 |
#: php:38
|
1357 |
msgid "Subscribe"
|
1358 |
msgstr ""
|
1458 |
|
1459 |
#: ../help/help.php:288 ../help/help.php:299 ../help/help.php:302 ../help/help.
|
1460 |
#: php:314 ../help/help.php:317 ../help/help.php:320 ../help/help.php:323 ..
|
1461 |
+
#: /help/help.php:326 ../help/help.php:338 ../help/help.php:341 ../help/help.php:
|
1462 |
+
#: 348 ../help/help.php:351 ../help/help.php:354 ../help/help.php:362 ..
|
1463 |
+
#: /help/help.php:365 ../help/help.php:368 ../help/help.php:371 ../help/help.php:
|
1464 |
+
#: 377 ../help/help.php:380 ../help/help.php:382
|
1465 |
#, php-format
|
1466 |
msgid "%s"
|
1467 |
msgstr ""
|
1495 |
msgstr ""
|
1496 |
|
1497 |
#: ../help/help.php:308
|
1498 |
+
msgid "General Plugin Configuration"
|
1499 |
msgstr ""
|
1500 |
|
1501 |
#: ../help/help.php:311
|
1529 |
msgid "How to add Unsubscribe link in emails?"
|
1530 |
msgstr ""
|
1531 |
|
1532 |
+
#: ../help/help.php:326
|
1533 |
+
msgid "How to check sent emails?"
|
1534 |
msgstr ""
|
1535 |
|
1536 |
+
#: ../help/help.php:338
|
1537 |
+
msgid "Create and Send Newsletter Emails"
|
1538 |
msgstr ""
|
1539 |
|
1540 |
+
#: ../help/help.php:341
|
1541 |
+
msgid "Keywords in the Newsletters"
|
1542 |
msgstr ""
|
1543 |
|
1544 |
+
#: ../help/help.php:348
|
1545 |
+
msgid "Create and Send Post Notification Emails when new posts are published"
|
1546 |
msgstr ""
|
1547 |
|
1548 |
+
#: ../help/help.php:351
|
1549 |
+
msgid "Keywords in the Post Notifications"
|
1550 |
msgstr ""
|
1551 |
|
1552 |
+
#: ../help/help.php:354
|
1553 |
+
msgid "Send a test post notification email to myself/testgroup"
|
1554 |
msgstr ""
|
1555 |
|
1556 |
+
#: ../help/help.php:359
|
1557 |
msgid "Cron Job Setup"
|
1558 |
msgstr ""
|
1559 |
|
1560 |
+
#: ../help/help.php:362
|
1561 |
+
msgid "What is Cron and how to Schedule Cron Emails?"
|
1562 |
msgstr ""
|
1563 |
|
1564 |
+
#: ../help/help.php:365
|
1565 |
msgid "Schedule Cron Emails in cPanel"
|
1566 |
msgstr ""
|
1567 |
|
1568 |
+
#: ../help/help.php:368
|
1569 |
msgid "Schedule Cron Emails in Parallels Plesk"
|
1570 |
msgstr ""
|
1571 |
|
1572 |
+
#: ../help/help.php:371
|
1573 |
msgid "Hosting doesn’t support Cron Jobs?"
|
1574 |
msgstr ""
|
1575 |
|
1589 |
msgid "FAQ's"
|
1590 |
msgstr ""
|
1591 |
|
1592 |
+
#: ../help/help.php:388
|
1593 |
msgid "Want to do more? Here's how.."
|
1594 |
msgstr ""
|
1595 |
|
1596 |
+
#: ../help/help.php:391
|
1597 |
msgid "Allow Subscribers to get subscribed to any group"
|
1598 |
msgstr ""
|
1599 |
|
1600 |
+
#: ../help/help.php:396
|
1601 |
msgid "Using our free "
|
1602 |
msgstr ""
|
1603 |
|
1604 |
+
#: ../help/help.php:397
|
1605 |
msgid "Group Selector"
|
1606 |
msgstr ""
|
1607 |
|
1608 |
+
#: ../help/help.php:398
|
1609 |
msgid ""
|
1610 |
"plugin, you can extend Email Subscribers Form functionality by providing an "
|
1611 |
"grouping option right next to the form."
|
1612 |
msgstr ""
|
1613 |
|
1614 |
+
#: ../help/help.php:401
|
1615 |
msgid "The user can then subscribe to whichever group most appeals to them."
|
1616 |
msgstr ""
|
1617 |
|
1618 |
+
#: ../help/help.php:404
|
1619 |
msgid "For example: Subscribe either to Updates or to Offers."
|
1620 |
msgstr ""
|
1621 |
|
1622 |
+
#: ../help/help.php:408
|
1623 |
msgid "Show your subscribe form inside attractive popups"
|
1624 |
msgstr ""
|
1625 |
|
1626 |
+
#: ../help/help.php:413
|
1627 |
msgid ""
|
1628 |
"Don't limit your subscriber form to a widget. Embed it within popups, hello "
|
1629 |
"bars, slide-ins, sidebars, full screen popups etc."
|
1630 |
msgstr ""
|
1631 |
|
1632 |
+
#: ../help/help.php:416
|
1633 |
msgid "Using Email Subscribers you can achieve this easily with our free plugin "
|
1634 |
msgstr ""
|
1635 |
|
1636 |
+
#: ../help/help.php:420
|
1637 |
msgid ""
|
1638 |
"Icegram's beautiful designs instantly capture user attention and help "
|
1639 |
"increase sign-ups to your WordPress website."
|
1640 |
msgstr ""
|
1641 |
|
1642 |
+
#: ../help/help.php:423 ../help/help.php:443
|
1643 |
#, php-format
|
1644 |
msgid "How to %s"
|
1645 |
msgstr ""
|
1646 |
|
1647 |
+
#: ../help/help.php:423
|
1648 |
msgid "show subscribe form inside a popup"
|
1649 |
msgstr ""
|
1650 |
|
1651 |
+
#: ../help/help.php:427
|
1652 |
msgid "Get beautiful and elegant form styles"
|
1653 |
msgstr ""
|
1654 |
|
1655 |
+
#: ../help/help.php:433
|
1656 |
msgid "Email subscribers easily integrates with another free plugin "
|
1657 |
msgstr ""
|
1658 |
|
1659 |
+
#: ../help/help.php:434
|
1660 |
msgid "Rainmaker"
|
1661 |
msgstr ""
|
1662 |
|
1663 |
+
#: ../help/help.php:437
|
1664 |
msgid ""
|
1665 |
"Rainmaker extends the core features of Email Subscribers and provides "
|
1666 |
"elegant form styles."
|
1667 |
msgstr ""
|
1668 |
|
1669 |
+
#: ../help/help.php:440
|
1670 |
msgid ""
|
1671 |
"These styles are well designed and beautify your subscription form making it "
|
1672 |
"more appealing."
|
1673 |
msgstr ""
|
1674 |
|
1675 |
+
#: ../help/help.php:443
|
1676 |
msgid "add Rainmaker’s form in Email Subscribers"
|
1677 |
msgstr ""
|
1678 |
|
1788 |
msgid "<span style=\"color:#993399;\">Immediately</span>"
|
1789 |
msgstr ""
|
1790 |
|
1791 |
+
#: ../classes/es-survey.php:21 ../classes/es-register.php:716 ../classes/es-offer.
|
1792 |
+
#: php:72
|
1793 |
+
msgctxt "timezone date format"
|
1794 |
+
msgid "Y-m-d"
|
1795 |
+
msgstr ""
|
1796 |
+
|
1797 |
+
#: ../classes/es-survey.php:232 ../classes/es-register.php:162 ../classes/es-
|
1798 |
+
#: register.php:163 ../classes/es-register.php:865
|
1799 |
msgid "Email Subscribers"
|
1800 |
msgstr ""
|
1801 |
|
1802 |
+
#: ../classes/es-survey.php:232
|
1803 |
+
msgid "is getting even better!"
|
1804 |
+
msgstr ""
|
1805 |
+
|
1806 |
+
#: ../classes/es-survey.php:233
|
1807 |
+
msgid "But I need you to"
|
1808 |
+
msgstr ""
|
1809 |
+
|
1810 |
+
#: ../classes/es-survey.php:233
|
1811 |
+
msgid "help me prioritize"
|
1812 |
+
msgstr ""
|
1813 |
+
|
1814 |
+
#: ../classes/es-survey.php:233
|
1815 |
+
msgid "Please send your response today."
|
1816 |
+
msgstr ""
|
1817 |
+
|
1818 |
+
#: ../classes/es-survey.php:240
|
1819 |
+
msgid "Here's how you use ES:"
|
1820 |
+
msgstr ""
|
1821 |
+
|
1822 |
+
#: ../classes/es-survey.php:245
|
1823 |
+
msgid "Post Notifications more often than Newsletter"
|
1824 |
+
msgstr ""
|
1825 |
+
|
1826 |
+
#: ../classes/es-survey.php:247
|
1827 |
+
msgid "Newsletter more often than Post Notifications"
|
1828 |
+
msgstr ""
|
1829 |
+
|
1830 |
+
#: ../classes/es-survey.php:249
|
1831 |
+
msgid "Post Notification & Newsletter equally"
|
1832 |
+
msgstr ""
|
1833 |
+
|
1834 |
+
#: ../classes/es-survey.php:253
|
1835 |
+
msgid "Have "
|
1836 |
+
msgstr ""
|
1837 |
+
|
1838 |
+
#: ../classes/es-survey.php:253
|
1839 |
+
msgid " Active Subscribers"
|
1840 |
+
msgstr ""
|
1841 |
+
|
1842 |
+
#: ../classes/es-survey.php:254
|
1843 |
+
msgid "Post "
|
1844 |
+
msgstr ""
|
1845 |
+
|
1846 |
+
#: ../classes/es-survey.php:254
|
1847 |
+
msgid " blog per week"
|
1848 |
+
msgstr ""
|
1849 |
+
|
1850 |
+
#: ../classes/es-survey.php:258
|
1851 |
+
msgid "Send emails via Cron"
|
1852 |
+
msgstr ""
|
1853 |
+
|
1854 |
+
#: ../classes/es-survey.php:260
|
1855 |
+
msgid "Send emails Immediately"
|
1856 |
+
msgstr ""
|
1857 |
+
|
1858 |
+
#: ../classes/es-survey.php:267
|
1859 |
+
msgid "Using Double Opt In"
|
1860 |
+
msgstr ""
|
1861 |
+
|
1862 |
+
#: ../classes/es-survey.php:269
|
1863 |
+
msgid "Using Single Opt In"
|
1864 |
+
msgstr ""
|
1865 |
+
|
1866 |
+
#: ../classes/es-survey.php:287
|
1867 |
+
msgid "How soon do you want these new features?"
|
1868 |
+
msgstr ""
|
1869 |
+
|
1870 |
+
#: ../classes/es-survey.php:291
|
1871 |
+
msgid "Beautiful Email Designs"
|
1872 |
+
msgstr ""
|
1873 |
+
|
1874 |
+
#: ../classes/es-survey.php:292 ../classes/es-survey.php:297 ../classes/es-survey.
|
1875 |
+
#: php:302 ../classes/es-survey.php:307
|
1876 |
+
msgid "Right now!"
|
1877 |
+
msgstr ""
|
1878 |
+
|
1879 |
+
#: ../classes/es-survey.php:293 ../classes/es-survey.php:298 ../classes/es-survey.
|
1880 |
+
#: php:303 ../classes/es-survey.php:308
|
1881 |
+
msgid "Soon"
|
1882 |
+
msgstr ""
|
1883 |
+
|
1884 |
+
#: ../classes/es-survey.php:294 ../classes/es-survey.php:299 ../classes/es-survey.
|
1885 |
+
#: php:304 ../classes/es-survey.php:309
|
1886 |
+
msgid "Later"
|
1887 |
+
msgstr ""
|
1888 |
+
|
1889 |
+
#: ../classes/es-survey.php:296
|
1890 |
+
msgid "Spam Check, Scheduling... (Better Email Delivery)"
|
1891 |
+
msgstr ""
|
1892 |
+
|
1893 |
+
#: ../classes/es-survey.php:301
|
1894 |
+
msgid "Discard Fake / Bouncing Emails"
|
1895 |
+
msgstr ""
|
1896 |
+
|
1897 |
+
#: ../classes/es-survey.php:306
|
1898 |
+
msgid "Advanced Reporting"
|
1899 |
+
msgstr ""
|
1900 |
+
|
1901 |
+
#: ../classes/es-survey.php:318
|
1902 |
+
msgid "Nah, I don't like improvements"
|
1903 |
+
msgstr ""
|
1904 |
+
|
1905 |
+
#: ../classes/es-survey.php:324
|
1906 |
+
msgid "Next"
|
1907 |
+
msgstr ""
|
1908 |
+
|
1909 |
+
#: ../classes/es-survey.php:334
|
1910 |
+
msgid "Thank you!"
|
1911 |
+
msgstr ""
|
1912 |
+
|
1913 |
+
#: ../classes/es-survey.php:335
|
1914 |
+
msgid "No issues, have a nice day!"
|
1915 |
+
msgstr ""
|
1916 |
+
|
1917 |
#: ../classes/es-register.php:168 ../classes/es-register.php:169 ../classes/es-
|
1918 |
+
#: register.php:853 ../classes/es-register.php:854 ../classes/es-register.php:859
|
|
|
1919 |
msgid "Templates"
|
1920 |
msgstr ""
|
1921 |
|
2174 |
msgid "There was a problem with the request"
|
2175 |
msgstr ""
|
2176 |
|
2177 |
+
#: ../classes/es-register.php:756
|
2178 |
msgid ""
|
2179 |
+
"Compose is now changed to <b>Templates</b> and Keyword structure has been "
|
2180 |
+
"simplified. All your previously created templates and keywords have been "
|
2181 |
+
"automatically updated to the new structure.<br>"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2182 |
msgstr ""
|
2183 |
|
2184 |
+
#: ../classes/es-register.php:757
|
2185 |
+
msgid "Check all the changes "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2186 |
msgstr ""
|
2187 |
|
2188 |
+
#: ../classes/es-register.php:757
|
2189 |
+
msgid "No thanks, I know about it already."
|
2190 |
msgstr ""
|
2191 |
|
2192 |
+
#: ../classes/es-register.php:830
|
2193 |
msgid ""
|
2194 |
"If you like <strong>Email Subscribers</strong>, please consider leaving us a "
|
2195 |
"<a target=\"_blank\" href=\"https://wordpress.org/support/plugin/email-"
|
2197 |
"</a> rating. A huge thank you from Icegram in advance!"
|
2198 |
msgstr ""
|
2199 |
|
2200 |
+
#: ../classes/es-register.php:844
|
2201 |
#, php-format
|
2202 |
msgid "Email Subscribers version: <strong>%s</strong>"
|
2203 |
msgstr ""
|
2204 |
|
2205 |
+
#: ../classes/es-register.php:855 ../classes/es-register.php:856
|
2206 |
msgid "Add new Template"
|
2207 |
msgstr ""
|
2208 |
|
2209 |
+
#: ../classes/es-register.php:857
|
2210 |
msgid "Edit Templates"
|
2211 |
msgstr ""
|
2212 |
|
2213 |
+
#: ../classes/es-register.php:858
|
2214 |
msgid "New Templates"
|
2215 |
msgstr ""
|
2216 |
|
2217 |
+
#: ../classes/es-register.php:860
|
2218 |
msgid "View Templates"
|
2219 |
msgstr ""
|
2220 |
|
2221 |
+
#: ../classes/es-register.php:861
|
2222 |
msgid "Search Templates"
|
2223 |
msgstr ""
|
2224 |
|
2225 |
+
#: ../classes/es-register.php:862
|
2226 |
msgid "No Templates found"
|
2227 |
msgstr ""
|
2228 |
|
2229 |
+
#: ../classes/es-register.php:863
|
2230 |
msgid "No Templates found in Trash"
|
2231 |
msgstr ""
|
2232 |
|
2233 |
+
#: ../classes/es-register.php:866
|
2234 |
msgid "Thumbnail (For Visual Representation only)"
|
2235 |
msgstr ""
|
2236 |
|
2237 |
+
#: ../classes/es-register.php:867
|
2238 |
msgid "Set thumbnail"
|
2239 |
msgstr ""
|
2240 |
|
2241 |
+
#: ../classes/es-register.php:904
|
2242 |
msgid "Template Type"
|
2243 |
msgstr ""
|
2244 |
|
2245 |
+
#: ../classes/es-register.php:970
|
2246 |
msgid "Available Keyword for Post Notification: {{POSTTITLE}}"
|
2247 |
msgstr ""
|
2248 |
|
2249 |
+
#: ../classes/es-register.php:973
|
2250 |
msgid "Select your Email Template Type"
|
2251 |
msgstr ""
|
2252 |
|
2253 |
+
#: ../classes/es-register.php:1023
|
2254 |
msgid "Preview Template"
|
2255 |
msgstr ""
|
2256 |
|
2257 |
+
#: ../classes/es-register.php:1037
|
2258 |
#, php-format
|
2259 |
msgid ""
|
2260 |
"%s for Post Notification: {{NAME}}, {{EMAIL}}, {{DATE}}, {{POSTTITLE}}, "
|
2262 |
"WITHTITLE}}, {{POSTLINK-ONLY}}, {{POSTFULL}}"
|
2263 |
msgstr ""
|
2264 |
|
2265 |
+
#: ../classes/es-register.php:1038
|
2266 |
msgid "<br/><br/>Available Keywords for Newsletter: {{NAME}}, {{EMAIL}}"
|
2267 |
msgstr ""
|
2268 |
|
2269 |
+
#: ../classes/es-register.php:1121 ../classes/es-loadwidget.php:33
|
2270 |
msgid "Email *"
|
2271 |
msgstr ""
|
2272 |
|
2273 |
+
#: ../classes/es-register.php:1164
|
2274 |
msgid "Widget Title"
|
2275 |
msgstr ""
|
2276 |
|
2277 |
+
#: ../classes/es-register.php:1168
|
2278 |
msgid "Short description about subscription form"
|
2279 |
msgstr ""
|
2280 |
|
2281 |
+
#: ../classes/es-register.php:1172
|
2282 |
msgid "Display Name Field"
|
2283 |
msgstr ""
|
2284 |
|
2285 |
+
#: ../classes/es-register.php:1179
|
2286 |
msgid "Subscriber Group"
|
2287 |
msgstr ""
|
readme.txt
CHANGED
@@ -4,8 +4,8 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_i
|
|
4 |
Author URI: https://www.icegram.com/
|
5 |
Tags: email marketing, email newsletter form, email signup, email widget, newsletter, newsletter signup, subscribe, subscription form, bulk emails, signup form, list builder, lead generation
|
6 |
Requires at least: 3.4
|
7 |
-
Tested up to: 4.8.
|
8 |
-
Stable tag: 3.4.
|
9 |
License: GPLv3
|
10 |
License URI: http://www.gnu.org/licenses
|
11 |
|
@@ -312,6 +312,13 @@ Use our free plugin [Email Subscribers - Group Selector](https://wordpress.org/p
|
|
312 |
|
313 |
== Changelog ==
|
314 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
315 |
= 3.4.2 (31.10.2017) =
|
316 |
|
317 |
* Fix: User roles not working
|
@@ -671,6 +678,13 @@ For the changelog of earlier versions, please refer to the separate [changelog.t
|
|
671 |
|
672 |
== Upgrade Notice ==
|
673 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
674 |
= 3.4.2 (31.10.2017) =
|
675 |
|
676 |
* Fix: User roles not working
|
4 |
Author URI: https://www.icegram.com/
|
5 |
Tags: email marketing, email newsletter form, email signup, email widget, newsletter, newsletter signup, subscribe, subscription form, bulk emails, signup form, list builder, lead generation
|
6 |
Requires at least: 3.4
|
7 |
+
Tested up to: 4.8.3
|
8 |
+
Stable tag: 3.4.3
|
9 |
License: GPLv3
|
10 |
License URI: http://www.gnu.org/licenses
|
11 |
|
312 |
|
313 |
== Changelog ==
|
314 |
|
315 |
+
= 3.4.3 (17.11.2017) =
|
316 |
+
|
317 |
+
* Fix: Templates showing up in frontend search results
|
318 |
+
* Update: Documentation links on Help & Info page
|
319 |
+
* Update: POT file
|
320 |
+
* Localization: Made all translation files up-to-date with latest POT file
|
321 |
+
|
322 |
= 3.4.2 (31.10.2017) =
|
323 |
|
324 |
* Fix: User roles not working
|
678 |
|
679 |
== Upgrade Notice ==
|
680 |
|
681 |
+
= 3.4.3 (17.11.2017) =
|
682 |
+
|
683 |
+
* Fix: Templates showing up in frontend search results
|
684 |
+
* Update: Documentation links on Help & Info page
|
685 |
+
* Update: POT file
|
686 |
+
* Localization: Made all translation files up-to-date with latest POT file
|
687 |
+
|
688 |
= 3.4.2 (31.10.2017) =
|
689 |
|
690 |
* Fix: User roles not working
|